You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added support for item swapping within a player's inventory; issue #20, commit 2b21c92
Added REST endpoints for retrieving specific item info and updating specific item info; commit 902dc16
Implemented support for player equipment with updating; issue #2, commit 3b77315
Modified player updating to send a player's current face direction when registering them; commit 1a3f8b2
Support for player input commands; issue #11, commit 96a54b1
Modified player updating to prioritize nearest players first; commit 328d17e
Made player game client settings save and load on login and logout respectively; issue #3, commit 3a74085
Implemented the ability for players to toggle run mode, issue #4, commit 3a74085
Implemented basic support for Non-Player Characters - NPC updating, spawns via a YAML config file, random movement with clipping, and definition reading from the game cache; issue #24, commit aa96ab6
Restructured many packages and imports to be better readable and easier to navigate; commit 7b1bfb1