ChangeLog.txt
changeset 14822 72291f0df539
parent 14818 b7c813dd807d
child 14824 f16868b40f2d
equal deleted inserted replaced
14821:bc8c8c4aa8e6 14822:72291f0df539
    89 Frontend:
    89 Frontend:
    90  + Add button in main menu at top left corner to open credits page
    90  + Add button in main menu at top left corner to open credits page
    91  + Restructure credits page
    91  + Restructure credits page
    92  + More intelligent automatic mission selection in campaign screen
    92  + More intelligent automatic mission selection in campaign screen
    93  * Fix force-locked schemes getting unlocked when changing map types
    93  * Fix force-locked schemes getting unlocked when changing map types
       
    94 
       
    95 Sounds and voicepacks:
       
    96  + sndYoohoo has been split to sndYoohoo and sndKiss
       
    97  + Voice files sndPoisonCough and sndPoisonMoan are now optional (fall back to Default voicepack)
    94 
    98 
    95 Lua API:
    99 Lua API:
    96  + New call: SaveMissionVar(varname, value): Save value to mission variable (variable for non-campaign mission)
   100  + New call: SaveMissionVar(varname, value): Save value to mission variable (variable for non-campaign mission)
    97  + New call: GetMissionVar(varname): Get value of mission variable
   101  + New call: GetMissionVar(varname): Get value of mission variable
    98  + New call: SetTurnTimePaused(isPaused): Call with true to pause turn time, false to unpause
   102  + New call: SetTurnTimePaused(isPaused): Call with true to pause turn time, false to unpause