Skip to content

v0.2.0 - Players, NPCs, and Items!

Compare
Choose a tag to compare
@TheBlackParade TheBlackParade released this 06 Jan 05:09
· 543 commits to master since this release

v0.2.0 - Players, NPCs, and Items!

Features

  • Implemented an item configuration system; issue #1, commits 2ca93b9 & cc1fb09
  • 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

Removed