bullseyestudio / guns-game

Guns, the tank game
http://wiki.narc.ro/a/Guns
4 stars 0 forks source link

Minor outstanding waypoint issues #24

Closed narc0tiq closed 13 years ago

narc0tiq commented 13 years ago

One last thing to look at is some kind of making the waypoint ownership mechanism more explicit. Perhaps send an optional player id with player-owned waypoints, so a client can say "this waypoint is mine, it's the one I'll watch for delete requests".

Ethrel commented 13 years ago

Right-clicking on other waypoints removes your own waypoint. Is this intended behaviour or is it a bug?

narc0tiq commented 13 years ago

@Ethrel Yes, that's a bug, but it's not a server bug. On the other hand, it ties into the last paragraph in the issue, which is the cause of this bug.

Ethrel commented 13 years ago

@narc0tiq yes, I knew it wouldn't be a server bug. I was just wondering if it was actually a bug or if you intentionally dropped that part of my code.

narc0tiq commented 13 years ago

Server-side, this is all done. Client will need one tiny fix to learn to keep track of its own waypoint.