equal
deleted
inserted
replaced
31 + New call: WriteLnToChat(string): Add a line in the chat |
31 + New call: WriteLnToChat(string): Add a line in the chat |
32 + New call: SetVampiric(bool): Toggle vampirism |
32 + New call: SetVampiric(bool): Toggle vampirism |
33 + New call: SetLaserSight(bool): Toggle laser sight |
33 + New call: SetLaserSight(bool): Toggle laser sight |
34 + New call: GetWind(): Returns current wind (approximation) from -100 to 100 |
34 + New call: GetWind(): Returns current wind (approximation) from -100 to 100 |
35 + New call: GetTeamName(teamIdx): Returns name of team with given index (starts at 0) |
35 + New call: GetTeamName(teamIdx): Returns name of team with given index (starts at 0) |
|
36 + New call: SpawnSupplyCrate(x, y, content, [, amount]): Spawn ammo or utility crate, depending on content |
36 + New callback: onEndTurn(): Called at the end of a turn (when gears have settled) |
37 + New callback: onEndTurn(): Called at the end of a turn (when gears have settled) |
37 * Fix call: SetWeapon(amNothing) now unselects weapon |
38 * Fix call: SetWeapon(amNothing) now unselects weapon |
38 * Fix global: TotalRounds was stuck at -1 for several turns |
39 * Fix global: TotalRounds was stuck at -1 for several turns |
39 |
40 |
40 ====================== 0.9.23 ====================== |
41 ====================== 0.9.23 ====================== |