ChangeLog.txt
changeset 13851 f01798038c2e
parent 13848 16ca23f8f623
child 13853 46e1c1069ac2
equal deleted inserted replaced
13850:4e4111a75256 13851:f01798038c2e
   139  + Add dust flakes for Cheese and CrazyMission themes
   139  + Add dust flakes for Cheese and CrazyMission themes
   140  * Fix repeating sun in Hoggywood theme
   140  * Fix repeating sun in Hoggywood theme
   141 
   141 
   142 Lua API:
   142 Lua API:
   143  * Deprecation: Setting TurnTimeLeft/ReadyTimeLeft directly is deprecated and will become useless in future. Use the setter functions below
   143  * Deprecation: Setting TurnTimeLeft/ReadyTimeLeft directly is deprecated and will become useless in future. Use the setter functions below
       
   144  * Deprecation: Symbols amDuck/gtDuck are deprecated, will be removed later. For now, they alias to amCreeper/gtCreeper
   144  + New call: SetTurnTimeLeft(newTurnTimeLeft): Set remaining turn time
   145  + New call: SetTurnTimeLeft(newTurnTimeLeft): Set remaining turn time
   145  + New call: SetReadyTimeLeft(newReadyTimeLeft): Set remaining ready time
   146  + New call: SetReadyTimeLeft(newReadyTimeLeft): Set remaining ready time
   146  + New call: Retreat(time [, respectGetAwayTimeFactor): Force current turn into retreating mode
   147  + New call: Retreat(time [, respectGetAwayTimeFactor): Force current turn into retreating mode
   147  + New call: GetAmmoTimer(gearUid, ammoType): Returns current set timer for given ammoType and hog gear in ms. Returns nil for non-timerable ammo
   148  + New call: GetAmmoTimer(gearUid, ammoType): Returns current set timer for given ammoType and hog gear in ms. Returns nil for non-timerable ammo
   148  + New call: EnableSwitchHog(): Enable hog switching
   149  + New call: EnableSwitchHog(): Enable hog switching