Skip to content

v0.3.0

Latest
Compare
Choose a tag to compare
@LeadRDRK LeadRDRK released this 23 May 14:38
· 6 commits to main since this release
  • Properly interpret the position and rotation values.
  • Implemented the Aura system.
  • Updated protocol documentation for CMSG_NEW_USER, Position Update and ROTATION_UPDATE (now called TRANSFORM_UPDATE)
  • Added a new plugin system that allows you to extend and override the server's behavior.
  • Added a new event system for the Bureau's state and User objects. Intended for use in plugins.
  • Migrated IPC event emissions to the new event system.
  • Added user join/leave announcements.
  • Improved user timeout handling.
  • Correctly respond to client when WLS server hits its limit.
  • Teleport command now teleports the player next to the target player instead of dropping on top of them.
  • Implemented auto retry when the current TCP port is in use.
  • New REPL commands: enableplugin, disableplugin, addplugin and plugins.
  • Other minor changes.