Skip to content

Releases: markus-wa/demoinfocs-golang

v4.3.0

04 Sep 22:52
ff602ae
Compare
Choose a tag to compare

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 in v5
  • change some warnings to print to stderr instead of stdout

v4.2.6

08 Aug 04:47
25f2b4e
Compare
Choose a tag to compare

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

06 Aug 21:55
894aeb3
Compare
Choose a tag to compare

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 and ChatMessage events for CS2 demos. Chat messages have been available in Valve demos since the 29/05/2024 CS2 update.

v4.2.4

31 Jul 21:28
52e6194
Compare
Choose a tag to compare

Go Get

go get -u github.com/markus-wa/demoinfocs-golang/v4/pkg/[email protected]

Fixes

v4.2.3

15 Jun 15:41
b26dacd
Compare
Choose a tag to compare

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

12 Jun 00:13
2b3dd44
Compare
Choose a tag to compare

Go Get

go get -u github.com/markus-wa/demoinfocs-golang/v4/pkg/[email protected]

Fixes

  • fix: possible nil player in game events

v4.2.1

30 May 06:15
24dee87
Compare
Choose a tag to compare

Go Get

go get -u github.com/markus-wa/demoinfocs-golang/v4/pkg/[email protected]

Fixes

  • fix panic since 5/29/2024 CS2 update

v4.2.0

17 May 17:30
c1e18e8
Compare
Choose a tag to compare

Go Get

go get -u github.com/markus-wa/demoinfocs-golang/v4/pkg/[email protected]

New features

Fixes

  • Fixed incorrect stringtables parsing leading to corrupted data or missing players
  • Fixed possible missing PlayerConnect events - thanks @BestAwperEver
  • Fixed hostage.Leader() possibly nil

v4.1.3

28 Apr 19:07
059aadc
Compare
Choose a tag to compare

Go Get

go get -u github.com/markus-wa/demoinfocs-golang/v4/pkg/[email protected]

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

v4.1.2

04 Apr 10:19
054bd08
Compare
Choose a tag to compare

Go Get

go get -u github.com/markus-wa/demoinfocs-golang/v4/pkg/[email protected]

Fixes

  • Fixed another POV demo crash