ChangeLog.txt
changeset 11783 ce6f196bd5b3
parent 11782 8873546a893c
child 11784 b1bf4c93f7ce
equal deleted inserted replaced
11782:8873546a893c 11783:ce6f196bd5b3
     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  + Menu screens got few new icons and other tweaks, e.g. larger dropdown lists for easier access
     5 Content:
       
     6  + New hat: "tf_scout" (this time for real)
       
     7 
       
     8 Game engine:
     6  + Improved hedgehog spawns on maps that lack land mass or free space
     9  + Improved hedgehog spawns on maps that lack land mass or free space
     7  + Highlander mode displays game scheme specifics (mines timer, etc.) in ESC info
    10  + Highlander mode displays game scheme specifics (mines timer, etc.) in ESC info
     8  + AI hedgehogs know how to use Bee now
    11  + AI hedgehogs can now use Bee and Vampirism
     9  + Small visual effects enhancements
       
    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)
    12  + Divided Teams mode will now work with more than 2 teams (Hint: you probably want to set world edges to "wrap" in such games)
    11  + Fort Mode will now work with more than 2 teams
    13  + Fort Mode will now work with more than 2 teams
    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.
    14  + 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  + Render graves behind everything else, so that they can't hide mines etc.
    15  + Render graves behind everything else, so that they can't hide mines etc.
       
    16  + Several new sound effects for weapons and utilities
       
    17  + Small visual effects enhancements
       
    18  + Briefly show theme and music authors in chat at start of game
    15  * Fixed air-strikes drops being off-center
    19  * Fixed air-strikes drops being off-center
    16  * Construction mode received many fixes and tweaks
    20  * Gameplay fix: Hammer damage is now rounded down. This means it will cause NO DAMAGE to a hedgehog with less than 3 hp.
       
    21  * Fixed screenshots being too bright if taken in quick succession
    17  * Video recording functionality is restored
    22  * Video recording functionality is restored
    18  * Gameplay fix: Hammer damage is now rounded down. This means it will cause NO DAMAGE to a hedgehog with less than 3 hp.
       
    19  * Fixed bee not being affected by wrap world edge while still being thrown
    23  * Fixed bee not being affected by wrap world edge while still being thrown
    20  * Fixed turn not ending when sticky mine was trapped on rubberband
    24  * Fixed turn not ending when sticky mine was trapped on rubberband
    21  * Fixed screenshots being too bright if taken in quick succession
       
    22  * Fixed hedgehog-voices missing a response type (Justyouwait/"You're gonna pay for that") on some platforms (e.g. Linux)
    25  * Fixed hedgehog-voices missing a response type (Justyouwait/"You're gonna pay for that") on some platforms (e.g. Linux)
    23  * Fixed SD-flakes of themes not working if regular flakes were disabled
    26  * Fixed SD-flakes of themes not working if regular flakes were disabled
       
    27  * Fixed RC planes being able to collect frozen crates
       
    28  * Fixed Seduction's "Yoohoo!" sound not playing
       
    29  * Fixed Target Practice missions getting stuck when a target dropped into water
       
    30  * Fixed Hedgehogs getting hurt while firing deagle / sniper rifle bullet in certains situations
    24  * Various other fixes
    31  * Various other fixes
       
    32 
       
    33 Construction Mode:
       
    34  + Added script parameter support:
       
    35   + initialenergy: Amount of energy at start
       
    36   + energyperround: New energy per round
       
    37   + maxenergy: Maximum allowed
       
    38  * Costs for weapon and utility crates were all equal
       
    39  * Many other fixes and tweaks
       
    40 
       
    41 Missions and Game Styles:
       
    42  + Added Basic Flying Saucer Training
       
    43  + Rope-Knocking Challenge was improved (now awards score based on kills and time; taunts for knocking out hedgehogs)
       
    44  * Portal Mind Challenge was cleaned up and reworked (especially less awful wording)
       
    45  * Fixed TechRacer not recording finish if time was >= 100s
       
    46  * Fixed mistakes and bad wording of strings in several missions, scripts and campaigns
       
    47 
       
    48 Frontend:
       
    49  + Menu screens got few new icons and other tweaks, e.g. larger dropdown lists for easier access
       
    50  + Clicking on "New" in weapon scheme editor now creates empty weapon scheme instead of default
    25 
    51 
    26 Lua-API:
    52 Lua-API:
    27  + New call: SetCinematicMode(enable) -- e.g. for cutscenes etc.
    53  + New call: SetCinematicMode(enable) -- e.g. for cutscenes etc.
    28 
    54 
    29 0.9.21 -> 0.9.22
    55 0.9.21 -> 0.9.22
   119       HogSay(gearUid, text, manner [, vgState]) -- now also allows you to make NON-Hedgehog gears speak, e.g. barrels... wait what?!
   145       HogSay(gearUid, text, manner [, vgState]) -- now also allows you to make NON-Hedgehog gears speak, e.g. barrels... wait what?!
   120  + Changed hooks:
   146  + Changed hooks:
   121       onHogAttack() can now be hooked with new parameter: onHogAttack(ammoType) - to conveniently find out which ammo/weapon is being used
   147       onHogAttack() can now be hooked with new parameter: onHogAttack(ammoType) - to conveniently find out which ammo/weapon is being used
   122  * Fixes:
   148  * Fixes:
   123       gfResetHealth is now a available like the other GameFlags
   149       gfResetHealth is now a available like the other GameFlags
       
   150 
   124 0.9.19 -> 0.9.20:
   151 0.9.19 -> 0.9.20:
   125  + New campaign, A Space Adventure!
   152  + New campaign, A Space Adventure!
   126  + Password protected rooms
   153  + Password protected rooms
   127  + Shapes on drawn maps (ellipses, rectangles)  - constrain dimensions with ctrl, as with straight line tool.
   154  + Shapes on drawn maps (ellipses, rectangles)  - constrain dimensions with ctrl, as with straight line tool.
   128  + New rubber utility, lfBouncy mask (green) for maps.  lfBouncy is also anti-portal.
   155  + New rubber utility, lfBouncy mask (green) for maps.  lfBouncy is also anti-portal.