Releases: markus-wa/demoinfocs-golang
Releases · markus-wa/demoinfocs-golang
v5.0.0-alpha.0
Go Get
go get -u github.com/markus-wa/demoinfocs-golang/v5/pkg/[email protected]
New Features
- Added support for CSTV Broadcast parsing, enabling live match analysis - see example
Breaking Changes
- Upgraded version from v4 to v5, changing import paths from
github.com/markus-wa/demoinfocs-golang/v4/...
togithub.com/markus-wa/demoinfocs-golang/v5/...
- Removed CS:GO demo support, use
v3
for CS:GO (this can be used alongside v5 in the same project without conflict - Removed
Parser.ParseHeader
&common.DemoHeader
- usemsg.CDemoFileHeader
&msg.CSVCMsg_ServerInfo
instead - Removed code marked as deprecated in v4
Discussions / Chat / Announcements
v4.3.3
v4.3.2
Go Get
go get -u github.com/markus-wa/demoinfocs-golang/v4/pkg/[email protected]
Changes
- fixed parsing for demos after latest CS2 update
- updated protos + add support for DEM_Recovery command
Discussions / Chat / Announcements
v4.3.1
Go Get
go get -u github.com/markus-wa/demoinfocs-golang/v4/pkg/[email protected]
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/[email protected]
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
Go Get
go get -u github.com/markus-wa/demoinfocs-golang/v4/pkg/[email protected]
Fixes
- fix: possible nil player in game events on rare occasions
v4.2.5
Go Get
go get -u github.com/markus-wa/demoinfocs-golang/v4/pkg/[email protected]
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
Go Get
go get -u github.com/markus-wa/demoinfocs-golang/v4/pkg/[email protected]
Fixes
- fix: POV demo projectile positions not always working correctly (#557 - thanks @Piku7, @JuhaKiili & @LaihoE)
v4.2.3
Go Get
go get -u github.com/markus-wa/demoinfocs-golang/v4/pkg/[email protected]
Fixes
- fix: possible nil player in game events (again)
v4.2.2
Go Get
go get -u github.com/markus-wa/demoinfocs-golang/v4/pkg/[email protected]
Fixes
- fix: possible nil player in game events