ChangeLog.txt
changeset 12039 4524df2f7231
parent 11987 279b3ba8d3bd
child 12046 553f97b1e4fe
equal deleted inserted replaced
12038:cba2ef0cf2e8 12039:4524df2f7231
    52   + maxwaypoints: Maximum allowed number of waypoints
    52   + maxwaypoints: Maximum allowed number of waypoints
    53  + Show correct ranking and times in stats screen of Racer and TechRacer
    53  + Show correct ranking and times in stats screen of Racer and TechRacer
    54  * Fixed waypoint message in TechRacer and Racer overwriting current weapon selection message
    54  * Fixed waypoint message in TechRacer and Racer overwriting current weapon selection message
    55  * Fixed TechRacer not recording finish if time was >= 100s
    55  * Fixed TechRacer not recording finish if time was >= 100s
    56 
    56 
       
    57 HedgeEditor:
       
    58  + Dud mine placement mode
       
    59  + Allow to select frames in sprite placement mode
       
    60  + New placable sprite: sprTargetBee
       
    61  + Complete rewrite of all help texts
       
    62  + Allow to add and subtract health
       
    63  + Add more convenient start values (e.g. for health)
       
    64  + Allow to set timer of sticky mines
       
    65  + Health crates can now have 0 health
       
    66  + Hog and team names (from identity modes) are now translatable
       
    67  + Show health/timer above health crates, barrels, mines, sticky mines and air mines
       
    68  + Allow to toggle health/timer display with Precise+3
       
    69  + Allow to toggle main help at any time with Precise+1
       
    70  * Add proper description and name for the gear placement tool (no more fake air attack)
       
    71  * Fix many issues with exported files
       
    72  * Fix placement mode being changable when gear placement tool is not selected
       
    73  * Make land gun spawn in utility crates instead of weapon crates
       
    74  * Stop aggressively showing the mission panel after any button press
       
    75  * Fix placement modes sometimes showing “nil” in caption
       
    76  * Fix girder sprite being displayed at top left for no reason
       
    77  * Ammo names are not hardcoded anymore (no more double work for translators)
       
    78  * Fix many missing or poor-quality texts for translation
       
    79  * Fix error when trying to set ShoppaBalance rank without anything selected
       
    80  * Don't show misleading circle when placing girder/rubber
       
    81  * Disable timer keys 2-4 in rubber placement mode
       
    82 
    57 Other Game Styles:
    83 Other Game Styles:
    58  + Capture The Flag supports setting number of captures with script parameter “capture=<number>”
    84  + Capture The Flag supports setting number of captures with script parameter “capture=<number>”
    59  * Fixed Capture the Flag error: Flag of first team spawned at second hog instead of first
    85  * Fixed Capture the Flag error: Flag of first team spawned at second hog instead of first
    60  * Mutant script shows now appropriate ranking and graph in stats screen
    86  * Mutant script shows now appropriate ranking and graph in stats screen
    61  * Disable Sudden Death for good in Shoppa game scheme
    87  * Disable Sudden Death for good in Shoppa game scheme
    97  + New call: SetAmmoDescriptionAppendix(ammoType, descAppend) -- Append a custom text to the description of an ammo type without overwriting it
   123  + New call: SetAmmoDescriptionAppendix(ammoType, descAppend) -- Append a custom text to the description of an ammo type without overwriting it
    98  + New hook: onVisualGearAdd(vgUid) -- called when a visual gear is added
   124  + New hook: onVisualGearAdd(vgUid) -- called when a visual gear is added
    99  + New hook: onVisualGearDelete(vgUid) -- called when a visual gear is deleted
   125  + New hook: onVisualGearDelete(vgUid) -- called when a visual gear is deleted
   100  + New variable: AirMinesNum -- Number of air mines being placed on a medium-sized map
   126  + New variable: AirMinesNum -- Number of air mines being placed on a medium-sized map
   101  + New variable: WorldEdge -- World edge type (weNone, weWrap, weBounce, weSea)
   127  + New variable: WorldEdge -- World edge type (weNone, weWrap, weBounce, weSea)
       
   128  + Locale library: loc_noop -- Mark string for translation but don't translate it
   102 
   129 
   103 0.9.21 -> 0.9.22
   130 0.9.21 -> 0.9.22
   104  + New Weapon / Map object: AirMine (floating mine that will follow nearby hedgehogs)
   131  + New Weapon / Map object: AirMine (floating mine that will follow nearby hedgehogs)
   105  + Extensive changes to TechRacer: Variable terrain types, enhanced parameters, hwmap interpreter, fuel limiter, etc. 
   132  + Extensive changes to TechRacer: Variable terrain types, enhanced parameters, hwmap interpreter, fuel limiter, etc. 
   106  + HedgeEditor - create missions/etc. in-game! see http://hedgewars.org/HedgeEditor
   133  + HedgeEditor - create missions/etc. in-game! see http://hedgewars.org/HedgeEditor