Skip to content

v0.3.0

Compare
Choose a tag to compare
@markus-wa markus-wa released this 03 May 16:41
· 1041 commits to master since this release

API Breaking Changes

  • Changed bomb-events attribute Site to be of type bombsite (either events.BombsiteA or events.BombsiteB) instead of rune
  • Changed name of field BombBeginDefuseEvent.Defuser to Player so as to be in line with the other bomb-events

Changes

  • Added build tag debugdemoinfocs for debugging game events etc.
  • Vendoring with dep
  • Bitread v0.2.1 (BitReader.Skip())

Fixes

  • Fixed BombBeginDefuseEvent not being handled by BombEventIf handlers

Vendoring

We are using a separate repository for dependencies (https://github.com/markus-wa/demoinfocs-golang-vendor). The reason behind that is to avoid cluttering the repo and avoid search results on github returning irrelevant results.