ChangeLog.txt
changeset 13456 794dcf69a5aa
parent 13455 8f746b6a477c
child 13458 7a0a56c52fd2
equal deleted inserted replaced
13455:8f746b6a477c 13456:794dcf69a5aa
    31 
    31 
    32 Lua API:
    32 Lua API:
    33  + New call: Retreat(time [, respectGetAwayTimeFactor): Force current turn into retreating mode
    33  + New call: Retreat(time [, respectGetAwayTimeFactor): Force current turn into retreating mode
    34  + New call: GetAmmoTimer(gearUid, ammoType): Returns current set timer for given ammoType and hog gear in ms. Returns nil for non-timerable ammo
    34  + New call: GetAmmoTimer(gearUid, ammoType): Returns current set timer for given ammoType and hog gear in ms. Returns nil for non-timerable ammo
    35  + New call: EnableSwitchHog(): Enable hog switching
    35  + New call: EnableSwitchHog(): Enable hog switching
       
    36  + New call: GetAmmo(ammoType): Returns ammo configuration (corresponds to SetAmmo)
    36  + New parameter: SetAmmoTexts: 5th param. showExtra: Set to false to hide texts like “Not yet available”
    37  + New parameter: SetAmmoTexts: 5th param. showExtra: Set to false to hide texts like “Not yet available”
    37  * Fixed variable: TotalRounds was -1 (instead of 0) in first real round after hog placement phase
    38  * Fixed variable: TotalRounds was -1 (instead of 0) in first real round after hog placement phase
    38 
    39 
    39 ====================== 0.9.24.1 ====================
    40 ====================== 0.9.24.1 ====================
    40  * Fix crash when portable portal device is fired at reduced graphics quality
    41  * Fix crash when portable portal device is fired at reduced graphics quality