Skip to content

v0.4.0

Compare
Choose a tag to compare
@markus-wa markus-wa released this 02 Jun 21:26
· 1064 commits to master since this release

This release has some breaking changes with the goal of cleaning up the API.

API Breaking Changes

  • Moved game-state relevant info into Parser.GameState() (i.e. players, team states / scores etc.)
  • Moved Parser.{FrameRate(),FrameTime()} to DemoHeader.* (Accessible via Parser.Header())

Changes

  • Exposed access to DataTables (a.k.a. SendTables) via Parser.SendTableParser() 1
  • Added StringTableCreatedEvent 1
  • Print out demo-commands when debugging

Fixes

  • Fixed UpdateStringTable messages not being handled correctly
  • Fixed unassigned players becoming CTs (Players who haven't chosen a side yet / some spectators)

  1. Beta feature - this feature is subject to change / replacement without warning.