--- a/ChangeLog.txt Fri Feb 09 04:37:27 2018 +0100
+++ b/ChangeLog.txt Fri Feb 09 06:03:01 2018 +0100
@@ -33,6 +33,7 @@
+ New call: SetLaserSight(bool): Toggle laser sight
+ New call: GetWind(): Returns current wind (approximation) from -100 to 100
+ New call: GetTeamName(teamIdx): Returns name of team with given index (starts at 0)
+ + New call: SpawnSupplyCrate(x, y, content, [, amount]): Spawn ammo or utility crate, depending on content
+ New callback: onEndTurn(): Called at the end of a turn (when gears have settled)
* Fix call: SetWeapon(amNothing) now unselects weapon
* Fix global: TotalRounds was stuck at -1 for several turns