ChangeLog.txt
changeset 12936 c27dd59a3ffe
parent 12935 330b6c353093
child 12937 e0da398805b6
equal deleted inserted replaced
12935:330b6c353093 12936:c27dd59a3ffe
    30 Lua API:
    30 Lua API:
    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 callback: onEndTurn(): Called at the end of a turn (when gears have settled)
    36  + New callback: onEndTurn(): Called at the end of a turn (when gears have settled)
    36  * Fix call: SetWeapon(amNothing) now unselects weapon
    37  * Fix call: SetWeapon(amNothing) now unselects weapon
    37  * Fix global: TotalRounds was stuck at -1 for several turns
    38  * Fix global: TotalRounds was stuck at -1 for several turns
    38 
    39 
    39 ====================== 0.9.23 ======================
    40 ====================== 0.9.23 ======================