Skip to content

v1.0.0

Compare
Choose a tag to compare
@markus-wa markus-wa released this 25 Jan 17:15
· 861 commits to master since this release

API Breaking Changes

  • Changed return types of Inferno.ConvexHull2D() and Inferno.ConvexHull3D() from *s2.Loop to []r2.Point and quickhull.ConvexHull respectively

New Features / Changes

  • Added BombDefuseAborted event (dispatched when the property CCSPlayer.m_bIsDefusing of the player from the last bomb_defuse event changes from 1 to 0) (#74)
  • Added GameState.Team(common.Team) helper to retrieve the TeamState corresponding to a team (#76)
  • Added TeamState.Team() helper function, returns the common.TeamTerrorists or common.TeamCounterTerrorists (#76)
  • Added TeamState.Opponent utility link to TeamState of the opponent
  • Added TeamState fields to events.RoundEnd & events.PlayerTeamChange (#76)
  • Added Player.IsBlinded() helper function
  • Added Player.FlashDurationTime() helper function (returns time.Duration instead of float32 like Player.FlashDuration)
  • Added PlayerFlashed.Attacker field (#70)
  • Added PlayerFlashed.FlashDuration() helper function (#70)

Fixes

Contributors

Thanks to @quancore & @micvbang for various feature requests and bug reports.