issues
search
saltysystems
/
overworld
Open source framework for scalable multiplayer games.
Mozilla Public License 2.0
22
stars
4
forks
source link
Fixups for gdscript generation, fix message crash
#29
Closed
cmdrk
closed
7 months ago
cmdrk
commented
7 months ago
Two changes
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
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
Two changes