Skip to content

Releases: Wynntils/Hades

v0.5.1

23 Aug 10:51
c07914c
Compare
Choose a tag to compare

Move to Jitpack.

v0.5.0

01 Nov 13:31
Compare
Choose a tag to compare

New Features

  • HSPacketUpdateMutual packet contains more information (#12) (2dbc939)

v0.4.1

24 Oct 17:38
Compare
Choose a tag to compare

Bug Fixes

v0.4.0

23 Oct 19:42
Compare
Choose a tag to compare

New Features

  • Implement ping-pong packet pair (#9) (e17fa61)

v0.3.0

22 Oct 23:48
Compare
Choose a tag to compare

New Features

  • HSPacketUpdateMutual and HCPacketUpdateStatus use float for location (#8) (e817e4e)

v0.2.3

21 Oct 21:09
Compare
Choose a tag to compare

Bug Fixes

  • HSPacketUpdateMutual and HCPacketUpdateStatus should not use doubles for health and mana info (#7) (808905b)

v0.2.2

21 Oct 20:23
Compare
Choose a tag to compare

Bug Fixes

  • HSPacketUpdateMutual packet contains more information (#6) (68f3fe1)

v0.2.1

21 Oct 11:14
Compare
Choose a tag to compare

Bug Fixes

  • send packet to other players on status update (67f3f9a)

v0.2.0

20 Oct 20:02
Compare
Choose a tag to compare

Miscellaneous Chores

  • remove node files [skip ci] (5a906ab)
  • update readme [skip ci] (ed5c10b)

New Features

v0.1.0

20 Oct 16:13
Compare
Choose a tag to compare

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