Skip to content

v1.8.0

Compare
Choose a tag to compare
@markus-wa markus-wa released this 08 Mar 00:37
· 751 commits to master since this release

Deprecation Notices

  • Deprecated DemoHeader.TickRate()
  • Deprecated DemoHeader.TickTime()

New Features / Changes

  • Added Parser.TickRate()
  • Added Parser.TickTime()
  • Implemented fallback to CSVCMsg_ServerInfo for tick-rate etc. in case of corrupted demo headers with missing data (#184)

Fixes

  • Replaced panicking behaviour with returning errors across the whole library (#183)
  • Fixed rounding error in Player.FlashTimeRemaining() that caused inaccurate calculation of the flash time in some rare cases