Releases: markus-wa/demoinfocs-golang
Releases · markus-wa/demoinfocs-golang
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.
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
PlayerSound
event - thanks @mateusmaia
Fixes
- Fixed incorrect stringtables parsing leading to corrupted data or missing players
- Fixed possible missing
PlayerConnect
events - 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