Releases: markus-wa/demoinfocs-golang
Releases · markus-wa/demoinfocs-golang
v4.3.1
Go Get
go get -u github.com/markus-wa/demoinfocs-golang/v4/pkg/demoinfocs@v4.3.1
Changes
- game event list fallback based on network protocol (thanks @akiver)
- added missing chat message spectator event (thanks @akiver)
- fixed grenade trajectories
- fixed heat map & grenade overview examples with radar images
- fixed nil reserve ammo errors in POV demos
- various performance & memory footprint improvements
v4.3.0
Go Get
go get -u github.com/markus-wa/demoinfocs-golang/v4/pkg/demoinfocs@v4.3.0
Changes
- significantly improved performance (~30% - 50% less time to parse)
- added Kukri knife bindings
- deprecated
Player.Velocity()&Player.LastAlivePositiondue to performance concerns, these will be removed inv5 - change some warnings to print to stderr instead of stdout
v4.2.6
v4.2.5
Go Get
go get -u github.com/markus-wa/demoinfocs-golang/v4/pkg/demoinfocs@v4.2.5
Features
- feat: dispatch a new event
BulletDamageadded in the last CS2 update - feat: add
SayText/SayText2andChatMessageevents for CS2 demos. Chat messages have been available in Valve demos since the 29/05/2024 CS2 update.
v4.2.4
v4.2.3
v4.2.2
v4.2.1
v4.2.0
Go Get
go get -u github.com/markus-wa/demoinfocs-golang/v4/pkg/demoinfocs@v4.2.0
New features
- Added
PlayerSoundevent - thanks @mateusmaia
Fixes
- Fixed incorrect stringtables parsing leading to corrupted data or missing players
- Fixed possible missing
PlayerConnectevents - thanks @BestAwperEver - Fixed
hostage.Leader()possiblynil
v4.1.3
Go Get
go get -u github.com/markus-wa/demoinfocs-golang/v4/pkg/demoinfocs@v4.1.3
Fixes
- Fix panic since the 25/04/2024 CS2 update - #527
New features
- Skip unknown protobuf demo commands messages and warn (
WarnUnknownDemoCommandMessageType) - this will prevent panicking when a new message is added in the future