v0.3.0
API Breaking Changes
- Changed bomb-events attribute
Site
to be of typebombsite
(eitherevents.BombsiteA
orevents.BombsiteB
) instead ofrune
- Changed name of field
BombBeginDefuseEvent.Defuser
toPlayer
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 byBombEventIf
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.