saltysystems / overworld

Open source framework for scalable multiplayer games.
Mozilla Public License 2.0
20 stars 3 forks source link

Fixups for gdscript generation, fix message crash #29

Closed cmdrk closed 6 months ago

cmdrk commented 6 months ago

Two changes

  1. Fix up a crash when the Player's (Erlang) pid is sent a message after they've left the zone. At least in the case of disconnects, the safe thing to do here is just ignore the message
  2. Fix the GDScript bindings to behave better when fields are optional. Depends on if this PR is suitable for merging upstream: https://github.com/oniksan/godobuf/pull/42