Releases: markus-wa/demoinfocs-golang
Releases · markus-wa/demoinfocs-golang
v4.3.3
v4.3.2
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.LastAlivePosition
due 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
BulletDamage
added in the last CS2 update - feat: add
SayText
/SayText2
andChatMessage
events for CS2 demos. Chat messages have been available in Valve demos since the 29/05/2024 CS2 update.