equal
deleted
inserted
replaced
21 * Don't play “Missed” and “Laugh” taunt when those don't make sense |
21 * Don't play “Missed” and “Laugh” taunt when those don't make sense |
22 * Fix retreat timer not turning red for some weapons |
22 * Fix retreat timer not turning red for some weapons |
23 |
23 |
24 Lua API: |
24 Lua API: |
25 + New call: Retreat(time [, respectGetAwayTimeFactor): Force current turn into retreating mode |
25 + New call: Retreat(time [, respectGetAwayTimeFactor): Force current turn into retreating mode |
26 + New call: GetAmmoTimer(ammoType, gearUid): Returns current set timer for given ammoType and hog gear in ms. Returns nil for non-timerable ammo |
26 + New call: GetAmmoTimer(gearUid, ammoType): Returns current set timer for given ammoType and hog gear in ms. Returns nil for non-timerable ammo |
27 + New parameter: SetAmmoTexts: 5th param. showExtra: Set to false to hide texts like “Not yet available” |
27 + New parameter: SetAmmoTexts: 5th param. showExtra: Set to false to hide texts like “Not yet available” |
28 * Fix hog being unable to walk after using sniper rifle without firing both shots |
28 * Fix hog being unable to walk after using sniper rifle without firing both shots |
29 |
29 |
30 ====================== 0.9.24.1 ==================== |
30 ====================== 0.9.24.1 ==================== |
31 * Fix crash when portable portal device is fired at reduced graphics quality |
31 * Fix crash when portable portal device is fired at reduced graphics quality |