ChangeLog.txt
changeset 14886 3054b85963ef
parent 14876 543729d313f5
child 14887 a414d37278df
equal deleted inserted replaced
14885:0ec83cc2365e 14886:3054b85963ef
    99  * Disallow slash, backslash and colon characters in team and scheme names
    99  * Disallow slash, backslash and colon characters in team and scheme names
   100 
   100 
   101 Sounds and voicepacks:
   101 Sounds and voicepacks:
   102  + sndYoohoo has been split to sndYoohoo and sndKiss
   102  + sndYoohoo has been split to sndYoohoo and sndKiss
   103  + Voice files sndPoisonCough and sndPoisonMoan are now optional (fall back to Default voicepack)
   103  + Voice files sndPoisonCough and sndPoisonMoan are now optional (fall back to Default voicepack)
       
   104  + Tweak some taunts: sndFirstBlood, sndLeaveMeAlone, sndCutItOut
   104 
   105 
   105 Lua API:
   106 Lua API:
   106  + New call: SaveMissionVar(varname, value): Save value to mission variable (variable for non-campaign mission)
   107  + New call: SaveMissionVar(varname, value): Save value to mission variable (variable for non-campaign mission)
   107  + New call: GetMissionVar(varname): Get value of mission variable
   108  + New call: GetMissionVar(varname): Get value of mission variable
   108  + New call: SetTurnTimePaused(isPaused): Call with true to pause turn time, false to unpause
   109  + New call: SetTurnTimePaused(isPaused): Call with true to pause turn time, false to unpause