ChangeLog.txt
changeset 13783 e2d902745fd5
parent 13776 f26c9e931f5a
child 13790 4ed202f0428e
equal deleted inserted replaced
13782:3fa9e30927f1 13783:e2d902745fd5
   108  + Many new error and status messages for improved usability
   108  + Many new error and status messages for improved usability
   109  * Fix many server messages being not translated
   109  * Fix many server messages being not translated
   110 
   110 
   111 Lua API:
   111 Lua API:
   112  * Deprecation: Setting TurnTimeLeft/ReadyTimeLeft directly is deprecated and will become useless in future. Use the setter functions below
   112  * Deprecation: Setting TurnTimeLeft/ReadyTimeLeft directly is deprecated and will become useless in future. Use the setter functions below
   113  + New call: SetTurnTimeLeft(TurnTimeLeft): Set remaining turn time
   113  + New call: SetTurnTimeLeft(newTurnTimeLeft): Set remaining turn time
   114  + New call: SetReadyTimeLeft(ReadyTimeLeft): Set remaining ready time
   114  + New call: SetReadyTimeLeft(newReadyTimeLeft): Set remaining ready time
   115  + New call: Retreat(time [, respectGetAwayTimeFactor): Force current turn into retreating mode
   115  + New call: Retreat(time [, respectGetAwayTimeFactor): Force current turn into retreating mode
   116  + New call: GetAmmoTimer(gearUid, ammoType): Returns current set timer for given ammoType and hog gear in ms. Returns nil for non-timerable ammo
   116  + New call: GetAmmoTimer(gearUid, ammoType): Returns current set timer for given ammoType and hog gear in ms. Returns nil for non-timerable ammo
   117  + New call: EnableSwitchHog(): Enable hog switching
   117  + New call: EnableSwitchHog(): Enable hog switching
   118  + New call: GetAmmo(ammoType): Returns ammo configuration (corresponds to SetAmmo)
   118  + New call: GetAmmo(ammoType): Returns ammo configuration (corresponds to SetAmmo)
   119  + New call: GetVampiric(): Returns true if vampirism is currently active
   119  + New call: GetVampiric(): Returns true if vampirism is currently active