Skip to content

Releases: markus-wa/demoinfocs-golang

v1.7.6

24 Feb 18:52
7200e0a

Choose a tag to compare

Fixes

v1.7.5

05 Feb 09:39

Choose a tag to compare

Fixes

  • Fixed panic Bombsite with index 260 not found for certain demos (#180 - thanks @vidosits)

v1.7.4

25 Jan 15:56

Choose a tag to compare

Fixes

v1.7.3

18 Jan 10:20
8fd6479

Choose a tag to compare

Fixes

v1.7.2

27 Dec 16:58

Choose a tag to compare

Changes

  • Reverted delaying of decoy_expired event introduced in v1.7.1 (#171 - thanks @BestAwperEver)
    Instead we just delay the deletion of the thrownGrenades entry

v1.7.1

26 Dec 12:11
f85887a

Choose a tag to compare

Fixes

  • Fixed PlayerHurt.WeaponInstance being nil in some cases (#171)
  • Fixed weapon identification for older demos (no more EqUnknown)
  • Documented that Player.Entity may be nil between the player's death and his re-spawn (#170)
  • Documented more events where Player fields may be nil (#172)
  • Documented Player.ViewDirection{X,Y} ranges (#116)

v1.7.0

05 Dec 19:01

Choose a tag to compare

Deprecations

  • Deprecated Inferno.Owner() in favour of Inferno.Thrower()

New Features / Changes

  • Improved grenade tracking (#160 - thanks @xavier-rodet)
    • Added GrenadeEvent.Grenade
    • Added GrenadeProjectile.WeaponInstance
  • Added Player bot utility functions (#164)
    • Player.IsControllingBot()
    • Player.ControlledBot()
  • Added IParticipants.AllByUserID() (#167 - thanks @BestAwperEver)

v1.6.1

29 Nov 18:31
af64f51

Choose a tag to compare

Fixes

  • Fixed PlayerFlashed.Projectile.Owner and PlayerFlashed.Projectile.Weapon being incorrect in some cases

v1.6.0

28 Nov 21:48
944a72d

Choose a tag to compare

New Features / Changes

  • Added PlayerFlashed.Projectile, contains a reference to the flashbang's GrenadeProjectile (#158)

Fixes

  • Fixed nil pointer dereference panic that occurred in some demos after the Operation Shattered Web update (#162 / #165)
    Some players may now be "unknown" which can be dected by the new flag Player.IsUnknown.
    These players are also named "unknown" (and lack a avatar) when replaying these demos in GOTV.

v1.6.0-rc0

28 Nov 20:26
138c28f

Choose a tag to compare

v1.6.0-rc0 Pre-release
Pre-release

New Features / Changes

  • Added PlayerFlashed.Projectile, contains a reference to the flashbang's GrenadeProjectile (#158)

Fixes

  • Fixed nil pointer dereference panic that occurred in some demos after the Operation Shattered Web update (#162 / #165)
    Some players may now be "unknown" which can be dected by the new flag Player.IsUnknown.
    These players are also named "unknown" (and lack a avatar) when replaying these demos in GOTV.