equal
deleted
inserted
replaced
21 * Don't explode Anno 1302, Medicine and Bouncy Boomerang if drowning |
21 * Don't explode Anno 1302, Medicine and Bouncy Boomerang if drowning |
22 * Don't play “Missed” and “Laugh” taunt when those don't make sense |
22 * Don't play “Missed” and “Laugh” taunt when those don't make sense |
23 * Fix retreat timer not turning red for some weapons |
23 * Fix retreat timer not turning red for some weapons |
24 |
24 |
25 Space Invation: |
25 Space Invation: |
|
26 + Display round score in a separate row |
|
27 + Keep round score displayed after round ends, remove round score announcer message |
26 * Fix rare Lua error message spam at end of game |
28 * Fix rare Lua error message spam at end of game |
|
29 * Fix round score and other info numbers messing up after screen resize |
27 |
30 |
28 Lua API: |
31 Lua API: |
29 + New call: Retreat(time [, respectGetAwayTimeFactor): Force current turn into retreating mode |
32 + New call: Retreat(time [, respectGetAwayTimeFactor): Force current turn into retreating mode |
30 + New call: GetAmmoTimer(gearUid, ammoType): Returns current set timer for given ammoType and hog gear in ms. Returns nil for non-timerable ammo |
33 + New call: GetAmmoTimer(gearUid, ammoType): Returns current set timer for given ammoType and hog gear in ms. Returns nil for non-timerable ammo |
31 + New call: EnableSwitchHog(): Enable hog switching |
34 + New call: EnableSwitchHog(): Enable hog switching |