Skip to content

v0.1.0

Compare
Choose a tag to compare
@github-actions github-actions released this 20 Oct 16:13
· 20 commits to master since this release

Bug Fixes

  • fixed packet encode/encode (04bf3e3)
  • forgot to register server channels (a19f258)
  • inverted packet directions (6d608b4)
  • properly attributed packet ids (1669d70)
  • removed debug (04e77c1)

New Features

  • added empty constructors to packets (48f949e)
  • added flush packets (d8661f7)
  • added packet HPacketClearMutual (5442f83)
  • added packet HPacketUpdateWorld (6014fc1)
  • added properly var int splitter and prepender (977f12b)
  • allowed exceptions to be printed (eb672bc)
  • better enum handling (0c9ce9f)
  • complete rewrite (080de31)
  • Overall Structural Changes (a8b4808)

Miscellaneous Chores