Releases: markus-wa/demoinfocs-golang
Releases · markus-wa/demoinfocs-golang
v1.9.1
v1.9.0
v1.8.1
v1.8.0
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
v1.7.6
v1.7.5
v1.7.4
v1.7.3
v1.7.2
v1.7.1
Fixes
- Fixed
PlayerHurt.WeaponInstance
beingnil
in some cases (#171) - Fixed weapon identification for older demos (no more
EqUnknown
) - Documented that
Player.Entity
may benil
between the player's death and his re-spawn (#170) - Documented more events where
Player
fields may benil
(#172) - Documented
Player.ViewDirection{X,Y}
ranges (#116)