ChangeLog.txt
changeset 13463 f1d349a52bc7
parent 13461 854caa3c9212
child 13465 58dcb3803d30
equal deleted inserted replaced
13462:4c47a480009b 13463:f1d349a52bc7
    39  + New call: GetAmmoTimer(gearUid, ammoType): Returns current set timer for given ammoType and hog gear in ms. Returns nil for non-timerable ammo
    39  + New call: GetAmmoTimer(gearUid, ammoType): Returns current set timer for given ammoType and hog gear in ms. Returns nil for non-timerable ammo
    40  + New call: EnableSwitchHog(): Enable hog switching
    40  + New call: EnableSwitchHog(): Enable hog switching
    41  + New call: GetAmmo(ammoType): Returns ammo configuration (corresponds to SetAmmo)
    41  + New call: GetAmmo(ammoType): Returns ammo configuration (corresponds to SetAmmo)
    42  + New parameter: SetAmmoTexts: 5th param. showExtra: Set to false to hide texts like “Not yet available”
    42  + New parameter: SetAmmoTexts: 5th param. showExtra: Set to false to hide texts like “Not yet available”
    43  + New parameter: ShowMission: 6th param. forceDisplay: Set to true to prevent this particular mission panel to be hidden manually by player
    43  + New parameter: ShowMission: 6th param. forceDisplay: Set to true to prevent this particular mission panel to be hidden manually by player
       
    44  * Changed global: lfCurrentHog becomes lfCurHogCrate
    44  * Fixed variable: TotalRounds was -1 (instead of 0) in first real round after hog placement phase
    45  * Fixed variable: TotalRounds was -1 (instead of 0) in first real round after hog placement phase
    45 
    46 
    46 ====================== 0.9.24.1 ====================
    47 ====================== 0.9.24.1 ====================
    47  * Fix crash when portable portal device is fired at reduced graphics quality
    48  * Fix crash when portable portal device is fired at reduced graphics quality
    48  * Fix possible crash when starting Hedgewars frontend in fullscreen mode
    49  * Fix possible crash when starting Hedgewars frontend in fullscreen mode