Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tagging X #3210

Merged
merged 27 commits into from
Feb 20, 2016
Merged

Tagging X #3210

merged 27 commits into from
Feb 20, 2016

Conversation

nicolasbadano
Copy link
Contributor

This is based on #1813, and if accepted, should replaced it.

I took @BaerMitUmlaut and made quite a few modifications:

  • Replaced "Tag wall" and "Tag ground" for a single "Tag" action, that places the tag on whatever you are looking at (ground, house, wall, etc)
  • Add pretty strict check to see if surface to tag is big and plane enough (tests 5 the 5 nodes of the cross)
  • Allow tagging both the ground and any static object, even those that don't support isKindOf. This technique could be usefull for other things too.
  • Handles the destruction of all objects that can be tagged. Solution based on handledamage for objects that support it, and based on periodic testing for objects that don't. All this is handled on the server to allow JIP compatibility.
  • Slightly simplified condition to show the action on the self interact menu (for performance reason), so at times the action is shown but the tagging is not performed when tried. I don't think this is a big issue though.

Seems to work pretty well, but more testing would be welcome. I'm pretty sure there are some corner cases that could be improved.

@nicolasbadano nicolasbadano added the kind/enhancement Release Notes: **IMPROVED:** label Jan 23, 2016
@nicolasbadano nicolasbadano added this to the 3.5.0 milestone Jan 23, 2016
@thojkooi thojkooi added the kind/feature Release Notes: **ADDED:** label Feb 4, 2016
thojkooi added a commit that referenced this pull request Feb 20, 2016
@thojkooi thojkooi merged commit 8055eae into master Feb 20, 2016
@thojkooi thojkooi deleted the taggingX branch February 20, 2016 16:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/enhancement Release Notes: **IMPROVED:** kind/feature Release Notes: **ADDED:**
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants