Skip to content

8.0.0

Compare
Choose a tag to compare
@ryantaylor ryantaylor released this 12 Feb 13:54
· 49 commits to master since this release
42016e6

Changes

  • Add game type parsing; Replay now has a game_type member that tracks whether the replay was played as a skirmish, an automatch game, a custom game, or a generic multiplayer game (depending on game version and available information)

Breaking Changes

  • With the introduction of game type parsing, matchhistory_id on Replay is now an Option<u64> because skirmish games are not assigned a valid match ID; all other game types will have a Some in this field