You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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