ChangeLog.txt
changeset 12932 e0da398805b6
parent 12931 c27dd59a3ffe
child 12935 ff42888333bc
equal deleted inserted replaced
12931:c27dd59a3ffe 12932:e0da398805b6
    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 ======================