ChangeLog.txt
changeset 14477 4b678aad50e9
parent 14475 2113296b7a29
child 14479 4e5280a9e782
equal deleted inserted replaced
14475:2113296b7a29 14477:4b678aad50e9
    21 Lua API:
    21 Lua API:
    22  + New call: SaveMissionVar(varname, value): Save value to mission variable (variable for non-campaign mission)
    22  + New call: SaveMissionVar(varname, value): Save value to mission variable (variable for non-campaign mission)
    23  + New call: GetMissionVar(varname): Get value of mission variable
    23  + New call: GetMissionVar(varname): Get value of mission variable
    24  + New call: SetTurnTimePaused(isPaused): Call with true to pause turn time, false to unpause
    24  + New call: SetTurnTimePaused(isPaused): Call with true to pause turn time, false to unpause
    25  + New call: GetTurnTimePaused(): Returns true if turn time is paused due to Lua
    25  + New call: GetTurnTimePaused(): Returns true if turn time is paused due to Lua
       
    26  + New call: AddMissionTeam(color): Add mission team, i.e. the team selected by player in campaign/mission page
       
    27  + New call: AddMissionHog(health): Add a hedgehog for the mission team
    26  + Utils library: New calls: getReadableChallengeRecord, updateChallengeRecord
    28  + Utils library: New calls: getReadableChallengeRecord, updateChallengeRecord
    27  + New callback: onGameResult(winningClan): Called when the game ends normally. winningClan = index of winning clan or -1 on draw
    29  + New callback: onGameResult(winningClan): Called when the game ends normally. winningClan = index of winning clan or -1 on draw
    28  + Params explode, poison in the SpawnFake*Crate functions now optional and default to false
    30  + Params explode, poison in the SpawnFake*Crate functions now optional and default to false
    29 
    31 
    30 ====================== 0.9.25 ======================
    32 ====================== 0.9.25 ======================