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

Multiplayer fixes and deprecation warning fix #3

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Multiplayer fixes and deprecation warning fix #3

wants to merge 3 commits into from

Conversation

ghost
Copy link

@ghost ghost commented Dec 25, 2017

Fixes issues when multiple players are playing, and removes a warning that calling add_particlespawner without a definition is deprecated.

See commit messages for details.

Pedro Gimeno added 3 commits December 25, 2017 19:50
Issues fixed:

- Bobber disappears unless all players are close to it.
  * Fixed by checking only the placer of the bobber and not anyone else.
- Worms do the same.
  * Fixed by requiring *any* player to be next to the worm, instead of all players.
- Any player can right-click the bobber of any other player.
  * Fixed by checking whether the placer is the right-clicker. Sends a message if not.
- Improve performance by checking the square of the distance instead of the distance.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants