ChangeLog.txt
changeset 14229 e590fb0f2567
parent 14063 b8df809c62bf
child 14258 2bfadefae9bb
equal deleted inserted replaced
14228:b01770d42517 14229:e590fb0f2567
    16  * Sudden Death always came exactly 1 turn later than planned
    16  * Sudden Death always came exactly 1 turn later than planned
    17 
    17 
    18 Game, gameplay:
    18 Game, gameplay:
    19  + Increase hedgehog limit to 64
    19  + Increase hedgehog limit to 64
    20  + Remove rubber duck
    20  + Remove rubber duck
    21  + Shotgun, Desert Eagle, Sniper Rifle, Firepunch, Kamikaze, Whip and Baseball Bat can now hit air mines (and some other moving gears)
    21  + Shotgun, Desert Eagle, Sniper Rifle, Firepunch, Kamikaze, Whip and Baseball Bat can now hit air mines (and some other moving gears) ...
       
    22  + ... also, air mines get stunned by getting hit by any of the weapons above
    22  + Shotgun shots can now pass through portals
    23  + Shotgun shots can now pass through portals
    23  * Fix hog being unable to walk after using sniper rifle without firing both shots
    24  * Fix hog being unable to walk after using sniper rifle without firing both shots
    24  * Fix sine gun dealing damage to attacker if shooting up
    25  * Fix sine gun dealing damage to attacker if shooting up
    25  * Hedgehog was able to drop more than 2 sticky mines if dropping first one from utility, then stop using utility
    26  * Hedgehog was able to drop more than 2 sticky mines if dropping first one from utility, then stop using utility
    26  * Fix Sudden Death starting in the second turn of a round rather than the first
    27  * Fix Sudden Death starting in the second turn of a round rather than the first
   154 Themes:
   155 Themes:
   155  + New Sudden Death water texture for CrazyMission theme
   156  + New Sudden Death water texture for CrazyMission theme
   156  + Add dust flakes for Cheese and CrazyMission themes
   157  + Add dust flakes for Cheese and CrazyMission themes
   157  + New land objects for Beach theme
   158  + New land objects for Beach theme
   158  * Fix repeating sun in Hoggywood theme
   159  * Fix repeating sun in Hoggywood theme
       
   160 
       
   161 Translations:
       
   162  + Translations kept up-to-date: German, Polish
       
   163  + Major translation updates: Russian, Japanese, Scottish Gaelic, Ukrainian
   159 
   164 
   160 Lua API:
   165 Lua API:
   161  * Deprecation: Setting TurnTimeLeft/ReadyTimeLeft directly is deprecated and will become useless in future. Use the setter functions below
   166  * Deprecation: Setting TurnTimeLeft/ReadyTimeLeft directly is deprecated and will become useless in future. Use the setter functions below
   162  * Deprecation: Symbols amDuck/gtDuck are deprecated, will be removed later. For now, they alias to amCreeper/gtCreeper
   167  * Deprecation: Symbols amDuck/gtDuck are deprecated, will be removed later. For now, they alias to amCreeper/gtCreeper
   163  + New call: SetTurnTimeLeft(newTurnTimeLeft): Set remaining turn time
   168  + New call: SetTurnTimeLeft(newTurnTimeLeft): Set remaining turn time