ChangeLog.txt
changeset 14931 ba5fd934f49b
parent 14928 4c5fb1ee75b7
child 14932 ff4003a90ff8
equal deleted inserted replaced
14930:632538406573 14931:ba5fd934f49b
   112 
   112 
   113 Sounds and voicepacks:
   113 Sounds and voicepacks:
   114  + sndYoohoo has been split to sndYoohoo and sndKiss
   114  + sndYoohoo has been split to sndYoohoo and sndKiss
   115  + Voice files sndPoisonCough and sndPoisonMoan are now optional (fall back to Default voicepack)
   115  + Voice files sndPoisonCough and sndPoisonMoan are now optional (fall back to Default voicepack)
   116  + Tweak some taunts: sndFirstBlood, sndLeaveMeAlone, sndCutItOut
   116  + Tweak some taunts: sndFirstBlood, sndLeaveMeAlone, sndCutItOut
       
   117  * Fix English voicepack selection of team being overwritten when playing in non-English locale
   117 
   118 
   118 Lua API:
   119 Lua API:
   119  + New call: SaveMissionVar(varname, value): Save value to mission variable (variable for non-campaign mission)
   120  + New call: SaveMissionVar(varname, value): Save value to mission variable (variable for non-campaign mission)
   120  + New call: GetMissionVar(varname): Get value of mission variable
   121  + New call: GetMissionVar(varname): Get value of mission variable
   121  + New call: SetTurnTimePaused(isPaused): Call with true to pause turn time, false to unpause
   122  + New call: SetTurnTimePaused(isPaused): Call with true to pause turn time, false to unpause