Skip to content

Version 1.0.8

Choose a tag to compare

@allejo allejo released this 08 Sep 08:02
· 108 commits to master since this release
a74bc24

New

  • When an empty file is given to the Replay class, a new InvalidReplayException is thrown

Fixes

  • MsgKilled packet data was being unpacked with the incorrect signedness and string length for flag data
  • MsgMessage packets could potentially have non-printable characters; since BZFlag only supports ASCII, any non-ASCII character is removed from unpacked strings

Development

  • Migrated rrlog implementation into a blown full project: allejo/rrlog
  • Added Composer alias for dev-master to point to latest 1.0.x development