Skip to content

EOLib v1.0.0-RC8

Compare
Choose a tag to compare
@github-actions github-actions released this 02 May 12:02
· 18 commits to master since this release

Added

  • Support for new blob type, which maps to byte[].

Changed

  • Rename ItemType.MONEY to CURRENCY.
  • Rename ItemType.BEER to ALCOHOL.
  • Change EsfRecord.element field type from char to Element.
  • Improve javadocs on EifRecord.spec* fields.
  • Change EmfFile.content field type from array of byte to blob.
  • Change PubFile.content field type from array of byte to blob.

Fixed

  • Change incorrect WalkCloseServerPacket dummy value from f to S.
  • Change incorrect WalkOpenServerPacket dummy value from u to S.
  • Change incorrect ByteCoords.x field type from short to byte.
  • Change incorrect ByteCoords.y field type from short to byte.