Skip to content

Releases: markus-wa/demoinfocs-golang

v4.3.3

03 Feb 17:28
f2c176d
Compare
Choose a tag to compare

Go Get

go get -u github.com/markus-wa/demoinfocs-golang/v4/pkg/demoinfocs@v4.3.3

Changes

  • fixed parsing for demos with UM_RequestDiagnostic messages (POV demos)

Discussions / Chat / Announcements

Discord Chat

v4.3.2

29 Jan 01:11
170d1e8
Compare
Choose a tag to compare

Go Get

go get -u github.com/markus-wa/demoinfocs-golang/v4/pkg/demoinfocs@v4.3.2

Changes

  • fixed parsing for demos after latest CS2 update
    • updated protos + add support for DEM_Recovery command

Discussions / Chat / Announcements

Discord Chat

v4.3.1

24 Jan 19:05
1a5e537
Compare
Choose a tag to compare

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

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

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 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/demoinfocs@v4.2.6

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/demoinfocs@v4.2.5

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/demoinfocs@v4.2.4

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/demoinfocs@v4.2.3

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/demoinfocs@v4.2.2

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/demoinfocs@v4.2.1

Fixes

  • fix panic since 5/29/2024 CS2 update