ChangeLog.txt
changeset 11781 edd32c91cc60
parent 11744 ac58a063d26a
child 11782 8873546a893c
equal deleted inserted replaced
11780:2f8ffd1e1331 11781:edd32c91cc60
     1 + features
     1 + features
     2 * bugfixes
     2 * bugfixes
     3 
     3 
     4 0.9.22 -> 0.9.23
     4 0.9.22 -> 0.9.23
       
     5  + The menu screens received some new icons and other improvements, such as larger dropdown lists for easier access.
     5  + Improved hedgehog spawns on maps that lack land mass or free space
     6  + Improved hedgehog spawns on maps that lack land mass or free space
     6  + Highlander mode displays game scheme specifics (mines timer, etc.) in ESC info
     7  + Highlander mode displays game scheme specifics (mines timer, etc.) in ESC info
     7  + AI hedgehogs know how to use Bee now
     8  + AI hedgehogs know how to use Bee now
     8  + Small visual effects enhancements
     9  + Small visual effects enhancements
     9  + Divided Teams mode will now work with more than 2 teams (Hint: you probably want to set world edges to "wrap" in such games)
    10  + Divided Teams mode will now work with more than 2 teams (Hint: you probably want to set world edges to "wrap" in such games)
    10  + Fort Mode will now work with more than 2 teams
    11  + Fort Mode will now work with more than 2 teams
    11  + Added "Forts" to map type selection. This makes the mode easier selectable/discoverable. Also the slider can be used to adjust the distance between forts.
    12  + Added "Forts" to map type selection. This makes the mode easier selectable/discoverable. Also the slider can be used to adjust the distance between forts.
       
    13  + Basic Flying Saucer Training
       
    14  * Construction mode received many fixes and tweaks.
    12  * Video recording functionality is restored
    15  * Video recording functionality is restored
    13  * Gameplay fix: Hammer damage is now rounded down. This means it will cause NO DAMAGE to a hedgehog with less than 3 hp.
    16  * Gameplay fix: Hammer damage is now rounded down. This means it will cause NO DAMAGE to a hedgehog with less than 3 hp.
    14  * Fixed bee not being affected by wrap world edge while still being thrown
    17  * Fixed bee not being affected by wrap world edge while still being thrown
    15  * Fixed turn not ending when sticky mine was trapped on rubberband
    18  * Fixed turn not ending when sticky mine was trapped on rubberband
    16  * Fixed screenshots being too bright if taken in quick succession
    19  * Fixed screenshots being too bright if taken in quick succession
    17  * Fixed hog-speech missing a response type (Justyouwait/"You're gonna pay for that") on some platforms (e.g. Linux)
    20  * Fixed hedgehog-voices missing a response type (Justyouwait/"You're gonna pay for that") on some platforms (e.g. Linux)
    18  * Fixed SD-flakes of themes not working if regular flakes were disabled
    21  * Fixed SD-flakes of themes not working if regular flakes were disabled
    19  * Various other fixes
    22  * Various other fixes
    20 
    23 
    21 Lua-API:
    24 Lua-API:
    22  + New call: SetCinematicMode(enable) -- e.g. for cutscenes etc.
    25  + New call: SetCinematicMode(enable) -- e.g. for cutscenes etc.