ChangeLog.txt
author sheepluva
Fri, 05 Dec 2014 15:30:34 +0100
changeset 10631 3d164350cc48
parent 10613 f2597a21f562
child 10685 ff3885faf013
permissions -rw-r--r--
make BasketballField available as regular map. maybe should make it destructable when not in mission mode *shrugs*
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
733
f375d9ecd247 Update changelog
unc0rr
parents: 376
diff changeset
     1
+ features
f375d9ecd247 Update changelog
unc0rr
parents: 376
diff changeset
     2
* bugfixes
f375d9ecd247 Update changelog
unc0rr
parents: 376
diff changeset
     3
10516
e2aee295cb16 update changelog a little
sheepluva
parents: 9848
diff changeset
     4
0.9.20 -> 0.9.21:
e2aee295cb16 update changelog a little
sheepluva
parents: 9848
diff changeset
     5
 + New type of randomly generated maps: Perlin Maps.
e2aee295cb16 update changelog a little
sheepluva
parents: 9848
diff changeset
     6
 + Old Random generated maps are more diverse now.
e2aee295cb16 update changelog a little
sheepluva
parents: 9848
diff changeset
     7
 + Slider for adjusting land generation detail.
e2aee295cb16 update changelog a little
sheepluva
parents: 9848
diff changeset
     8
 + Highlander gamemode can now be used with custom weapon schemes (1-8=How probable to get this weapon. 9=All hogs get it)
10554
48e9b1099ff4 Added TechRacer (still needs a lot of love), updated changelog
mikade <redgrinner@gmail.com>
parents: 10528
diff changeset
     9
 + New gameplay mode "Construction Mode"
48e9b1099ff4 Added TechRacer (still needs a lot of love), updated changelog
mikade <redgrinner@gmail.com>
parents: 10528
diff changeset
    10
 + New gameplay mode "TechRacer"
10516
e2aee295cb16 update changelog a little
sheepluva
parents: 9848
diff changeset
    11
 + New training/multiplayer mission: "Climb Home"
e2aee295cb16 update changelog a little
sheepluva
parents: 9848
diff changeset
    12
 + Game scheme screen has a "Script parameter" field now. This allows to make more customizable scripts/modes.
e2aee295cb16 update changelog a little
sheepluva
parents: 9848
diff changeset
    13
 + Network game rejoining. Note: Your team(s) will vanish after 3 turns.
e2aee295cb16 update changelog a little
sheepluva
parents: 9848
diff changeset
    14
 + Visual and gameplay changes to "sea" - world edges.
10631
3d164350cc48 make BasketballField available as regular map. maybe should make it destructable when not in mission mode *shrugs*
sheepluva
parents: 10613
diff changeset
    15
 + The map of the Basketball Mission can be selected for regular games again ("BasketballField")
10516
e2aee295cb16 update changelog a little
sheepluva
parents: 9848
diff changeset
    16
 + New engine command: /togglechat will disable/enable chat display (does not affect chat history display)
e2aee295cb16 update changelog a little
sheepluva
parents: 9848
diff changeset
    17
 + Change to Racer: first weapon/utility available will be automatically selected on start
e2aee295cb16 update changelog a little
sheepluva
parents: 9848
diff changeset
    18
 + Added some visual feedback to failed girder placement.
e2aee295cb16 update changelog a little
sheepluva
parents: 9848
diff changeset
    19
 + Various performance tweaks, especially for very large maps.
e2aee295cb16 update changelog a little
sheepluva
parents: 9848
diff changeset
    20
 + Allow switching through hogs in reverse order with PRECISE+HOGSWITCH (left shift + tab, by default)
10520
066a9aa50b75 tweaking changelog
sheepluva
parents: 10516
diff changeset
    21
 + Added support for custom Sudden Death music to theme.cfg (e.g. sd-music=hell.ogg ).
10554
48e9b1099ff4 Added TechRacer (still needs a lot of love), updated changelog
mikade <redgrinner@gmail.com>
parents: 10528
diff changeset
    22
 + New Hats: policegirl, fr_tomato, cratehider
10516
e2aee295cb16 update changelog a little
sheepluva
parents: 9848
diff changeset
    23
 * Fixed drill rockets sometimes exploding on impact.
e2aee295cb16 update changelog a little
sheepluva
parents: 9848
diff changeset
    24
 * Fixed trainings broken due to indestructable targets/crates.
e2aee295cb16 update changelog a little
sheepluva
parents: 9848
diff changeset
    25
 * Fixes and tweaks for low qualily rendering.
e2aee295cb16 update changelog a little
sheepluva
parents: 9848
diff changeset
    26
 * Sinegun won't shoot through -solid- land anymore
e2aee295cb16 update changelog a little
sheepluva
parents: 9848
diff changeset
    27
 * Many bug fixes and tweaks.
e2aee295cb16 update changelog a little
sheepluva
parents: 9848
diff changeset
    28
e2aee295cb16 update changelog a little
sheepluva
parents: 9848
diff changeset
    29
Frontend / Netgame:
e2aee295cb16 update changelog a little
sheepluva
parents: 9848
diff changeset
    30
 + High resolution previews!
e2aee295cb16 update changelog a little
sheepluva
parents: 9848
diff changeset
    31
 + Preview for dynamic maps generated by game style scripts (e.g. "ShoppaMap))!
10520
066a9aa50b75 tweaking changelog
sheepluva
parents: 10516
diff changeset
    32
 + Moved room status filter to top left of rooms list.
10516
e2aee295cb16 update changelog a little
sheepluva
parents: 9848
diff changeset
    33
e2aee295cb16 update changelog a little
sheepluva
parents: 9848
diff changeset
    34
Lua API:
e2aee295cb16 update changelog a little
sheepluva
parents: 9848
diff changeset
    35
 + More helpful syntax error messages.
e2aee295cb16 update changelog a little
sheepluva
parents: 9848
diff changeset
    36
 + New hooks: onParameters(), onPreviewInit().
e2aee295cb16 update changelog a little
sheepluva
parents: 9848
diff changeset
    37
 + New functions:
e2aee295cb16 update changelog a little
sheepluva
parents: 9848
diff changeset
    38
      Dismissteam(teamname)
e2aee295cb16 update changelog a little
sheepluva
parents: 9848
diff changeset
    39
      GetGameFlag(gameflag) -- returns true/false
e2aee295cb16 update changelog a little
sheepluva
parents: 9848
diff changeset
    40
      PlaceSprite(x, y, sprite, frameIdx [, landFlag, ... ]) -- sprite refers to an id from the TSprite list
e2aee295cb16 update changelog a little
sheepluva
parents: 9848
diff changeset
    41
      SetWaterLine(waterline) -- moves water level to the specified y. the current value is in read-only global waterline
e2aee295cb16 update changelog a little
sheepluva
parents: 9848
diff changeset
    42
      SetNextWeapon() -- make current hedgehog switch to next weapon. e.g. use in trainings to preselect weapon
e2aee295cb16 update changelog a little
sheepluva
parents: 9848
diff changeset
    43
      SetWeapon(ammoType) -- decide which weapon the current hedgehog should equip
10613
f2597a21f562 update changelog
sheepluva
parents: 10554
diff changeset
    44
 + Map Drawing:
f2597a21f562 update changelog
sheepluva
parents: 10554
diff changeset
    45
      -- to be used in onGameInit() -- first set MapGen to mgDrawn and then use the commands below
f2597a21f562 update changelog
sheepluva
parents: 10554
diff changeset
    46
      AddPoint(x, y [, width [, erase] ]) -- takes x,y location, a width (means start of a new line) and erase (if line should erase, not draw)
f2597a21f562 update changelog
sheepluva
parents: 10554
diff changeset
    47
      FlushPoints() -- makes sure that all the points/lines specified using the command above are actually applied to the map
10516
e2aee295cb16 update changelog a little
sheepluva
parents: 9848
diff changeset
    48
 + New global enumerations:
e2aee295cb16 update changelog a little
sheepluva
parents: 9848
diff changeset
    49
      Mapgens: mgRandom, mgMaze, mgPerlin, mgDrawn
e2aee295cb16 update changelog a little
sheepluva
parents: 9848
diff changeset
    50
      TSprite values
e2aee295cb16 update changelog a little
sheepluva
parents: 9848
diff changeset
    51
      LandFlags: lfIndestructible, lfIce, lfBouncy
e2aee295cb16 update changelog a little
sheepluva
parents: 9848
diff changeset
    52
 + Changed functions:
e2aee295cb16 update changelog a little
sheepluva
parents: 9848
diff changeset
    53
      HogSay(gearUid, text, manner [, vgState]) -- now also allows you to make NON-Hedgehog gears speak, e.g. barrels... wait what?!
e2aee295cb16 update changelog a little
sheepluva
parents: 9848
diff changeset
    54
9840
ff0d7954aabc 0.9.20 changes. May have missed stuff. Please add if you notice anything missing.
nemo
parents: 9723
diff changeset
    55
0.9.19 -> 0.9.20:
ff0d7954aabc 0.9.20 changes. May have missed stuff. Please add if you notice anything missing.
nemo
parents: 9723
diff changeset
    56
 + New campaign, A Space Adventure!
ff0d7954aabc 0.9.20 changes. May have missed stuff. Please add if you notice anything missing.
nemo
parents: 9723
diff changeset
    57
 + Password protected rooms
9842
71bcef9debe7 few more changes
nemo
parents: 9840
diff changeset
    58
 + Shapes on drawn maps (ellipses, rectangles)  - constrain dimensions with ctrl, as with straight line tool.
9840
ff0d7954aabc 0.9.20 changes. May have missed stuff. Please add if you notice anything missing.
nemo
parents: 9723
diff changeset
    59
 + New rubber utility, lfBouncy mask (green) for maps.  lfBouncy is also anti-portal.
ff0d7954aabc 0.9.20 changes. May have missed stuff. Please add if you notice anything missing.
nemo
parents: 9723
diff changeset
    60
 + Lazy loading of many aspects of frontend to improve startup time under Windows
ff0d7954aabc 0.9.20 changes. May have missed stuff. Please add if you notice anything missing.
nemo
parents: 9723
diff changeset
    61
 + Set hog/team/health label defaults in config, toggle team health display using delete (left shift + delete for labels now)
9848
2b8f928faa14 forgot this one too
nemo
parents: 9842
diff changeset
    62
 + Usernames next to teams when playing online.
9840
ff0d7954aabc 0.9.20 changes. May have missed stuff. Please add if you notice anything missing.
nemo
parents: 9723
diff changeset
    63
 + Can now filter rooms by game style (such as Highlander). Filtering simplified since it is mostly unused.
ff0d7954aabc 0.9.20 changes. May have missed stuff. Please add if you notice anything missing.
nemo
parents: 9723
diff changeset
    64
 + AFK mode.  Press p when not your turn online to trigger autoskip of your turn.
ff0d7954aabc 0.9.20 changes. May have missed stuff. Please add if you notice anything missing.
nemo
parents: 9723
diff changeset
    65
 + Russian localisation of Default voice.
ff0d7954aabc 0.9.20 changes. May have missed stuff. Please add if you notice anything missing.
nemo
parents: 9723
diff changeset
    66
 + Map edges can wrap or bounce.  Also a silly "connect to the sea" mode
ff0d7954aabc 0.9.20 changes. May have missed stuff. Please add if you notice anything missing.
nemo
parents: 9723
diff changeset
    67
 + Sticky fire kicks you a bit less, fire interacts with frozen land/ice
ff0d7954aabc 0.9.20 changes. May have missed stuff. Please add if you notice anything missing.
nemo
parents: 9723
diff changeset
    68
 + Generated map stays same if the template is the same between groups (all/large for example)
ff0d7954aabc 0.9.20 changes. May have missed stuff. Please add if you notice anything missing.
nemo
parents: 9723
diff changeset
    69
 + Visual enhancements for whip and crosshair
ff0d7954aabc 0.9.20 changes. May have missed stuff. Please add if you notice anything missing.
nemo
parents: 9723
diff changeset
    70
 + Option to draw maps with a "shoppa" border - used by ShoppaMap lua at present
ff0d7954aabc 0.9.20 changes. May have missed stuff. Please add if you notice anything missing.
nemo
parents: 9723
diff changeset
    71
 + New hats
ff0d7954aabc 0.9.20 changes. May have missed stuff. Please add if you notice anything missing.
nemo
parents: 9723
diff changeset
    72
 + Translation updates
ff0d7954aabc 0.9.20 changes. May have missed stuff. Please add if you notice anything missing.
nemo
parents: 9723
diff changeset
    73
 + New lua script to control gravity.  May have unpredictable effects.  Try zero g shoppa.  Changes to allow lua to spawn poison clouds without interrupting turn.
9842
71bcef9debe7 few more changes
nemo
parents: 9840
diff changeset
    74
 + Speech bubbles are now echoed to chat for logging purposes with the hog's name.
71bcef9debe7 few more changes
nemo
parents: 9840
diff changeset
    75
 * You should now thaw on your turn, not enemy's. AI frozen/unfrozen crate movement fix. Blowtorch can thaw frozen hogs.
9840
ff0d7954aabc 0.9.20 changes. May have missed stuff. Please add if you notice anything missing.
nemo
parents: 9723
diff changeset
    76
 * Prevent target crosshair moving around unpredictably when doing multiple airstrikes
ff0d7954aabc 0.9.20 changes. May have missed stuff. Please add if you notice anything missing.
nemo
parents: 9723
diff changeset
    77
 * Rope should kick along surfaces more reliably, fix rope aim speed if you miss a shot, firing rope does not freeze timer, fix aiming on last rope
ff0d7954aabc 0.9.20 changes. May have missed stuff. Please add if you notice anything missing.
nemo
parents: 9723
diff changeset
    78
 * Remember bounce/timer in reset wep modes like Highlander
ff0d7954aabc 0.9.20 changes. May have missed stuff. Please add if you notice anything missing.
nemo
parents: 9723
diff changeset
    79
 * Increase precision in damage calcs; extra damage affects fire properly now
ff0d7954aabc 0.9.20 changes. May have missed stuff. Please add if you notice anything missing.
nemo
parents: 9723
diff changeset
    80
 * Fixed video recording resolution
ff0d7954aabc 0.9.20 changes. May have missed stuff. Please add if you notice anything missing.
nemo
parents: 9723
diff changeset
    81
 * Fixed context menu/cursor in text areas
ff0d7954aabc 0.9.20 changes. May have missed stuff. Please add if you notice anything missing.
nemo
parents: 9723
diff changeset
    82
 * Many bugfixes. Keypad enter in chat, hog sliding freezing game, team name flaws in Windows, localisation of tips, crasher in slots with no weapons, frontend holiday css.
9149
6790f1938cd9 update changelog
sheepluva
parents: 9147
diff changeset
    83
8779
d23e2d240542 initial changelog update
koda
parents: 8442
diff changeset
    84
0.9.18 -> 0.9.19:
9052
15edf6c51c67 few more changes
nemo
parents: 8997
diff changeset
    85
 + New Freezer weapon - freezes terrain, water, hedgehogs, mines, cases, explosives
8994
b8c234a84b16 few things I thought of
nemo
parents: 8779
diff changeset
    86
 + Saucer can aim weapons and fire underwater
b8c234a84b16 few things I thought of
nemo
parents: 8779
diff changeset
    87
 + Main graphical user interface overhaul
9075
201e00bafcd1 two little changelog entries
koda
parents: 9054
diff changeset
    88
 + Splashscreen on Windows *_*
8994
b8c234a84b16 few things I thought of
nemo
parents: 8779
diff changeset
    89
 + Up and down keys navigate in chat history
b8c234a84b16 few things I thought of
nemo
parents: 8779
diff changeset
    90
 + Several commands from chat available
b8c234a84b16 few things I thought of
nemo
parents: 8779
diff changeset
    91
 + Support hwplay:// scheme syntax
b8c234a84b16 few things I thought of
nemo
parents: 8779
diff changeset
    92
 + Supply full revision and hash information in version tag
b8c234a84b16 few things I thought of
nemo
parents: 8779
diff changeset
    93
 + Better set of options for driving engine
b8c234a84b16 few things I thought of
nemo
parents: 8779
diff changeset
    94
 + Downloadable content can now be stored in packages for easy uninstall
b8c234a84b16 few things I thought of
nemo
parents: 8779
diff changeset
    95
 + Lua scripts can load a sidecar overlay package of game resources
b8c234a84b16 few things I thought of
nemo
parents: 8779
diff changeset
    96
 + Math improvements for better performance/reliability
9052
15edf6c51c67 few more changes
nemo
parents: 8997
diff changeset
    97
 + Smarter AI - now uses drill rocket accurately and is aware of barrels and dud mines.  More aggressive in infinite attack, lua can tell to target specific hogs, such as in Mutant
8995
8e570c2cb059 more stuff we thought of
nemo
parents: 8994
diff changeset
    98
 + New fort, Steel Tower
8e570c2cb059 more stuff we thought of
nemo
parents: 8994
diff changeset
    99
 + New theme, Fruit
8e570c2cb059 more stuff we thought of
nemo
parents: 8994
diff changeset
   100
 + New hats - some national ones, Portal, harlequin, more animals...
9052
15edf6c51c67 few more changes
nemo
parents: 8997
diff changeset
   101
 + New maps based on StarBound. SB_Bones, SB_Crystal, SB_Grassy, SB_Grove, SB_Haunty, SB_Oaks, SB_Shrooms, SB_Tentacles
8995
8e570c2cb059 more stuff we thought of
nemo
parents: 8994
diff changeset
   102
 + Translation updates - Turkish, French, German, Japanese, Portuguese, Italian, Russian - Campaign french should work correctly now
8e570c2cb059 more stuff we thought of
nemo
parents: 8994
diff changeset
   103
 + Theme object masks
8997
c3a4731f0d84 few more changelog entries
nemo
parents: 8995
diff changeset
   104
 + Easier weapon selection in shoppa. F1 will select from F5 if there are no weps in F1-F4
c3a4731f0d84 few more changelog entries
nemo
parents: 8995
diff changeset
   105
 + Cleaver radius shrunk to improve usability on horizontal throws
9052
15edf6c51c67 few more changes
nemo
parents: 8997
diff changeset
   106
 + Map hog limit is now just a suggestion, not enforced
9054
707e40076be6 Fix config save problems, bug #510
nemo
parents: 9053
diff changeset
   107
 + Static map theme is now just the default, can be changed
707e40076be6 Fix config save problems, bug #510
nemo
parents: 9053
diff changeset
   108
 + Themeable static maps (provide a mask.png without a map.png)
9075
201e00bafcd1 two little changelog entries
koda
parents: 9054
diff changeset
   109
 + Split seed with '|' to keep the land shape but change the hog placement
8997
c3a4731f0d84 few more changelog entries
nemo
parents: 8995
diff changeset
   110
 * You can now move out of the way when throwing a sticky mine or cleaver straight up
8995
8e570c2cb059 more stuff we thought of
nemo
parents: 8994
diff changeset
   111
 * Rope sliding should behave more like pre-0.9.18 again
8e570c2cb059 more stuff we thought of
nemo
parents: 8994
diff changeset
   112
 * Forbid kicking on 1v1 matches
8e570c2cb059 more stuff we thought of
nemo
parents: 8994
diff changeset
   113
 * Desync fixes
8e570c2cb059 more stuff we thought of
nemo
parents: 8994
diff changeset
   114
 * Fixed fort mode
9108
83cc372c05d9 those "Unknown property overflow" messages were kinda getting old, time to get rid of them. also fix a typo in changelog spotted by c_korn
sheepluva
parents: 9075
diff changeset
   115
 * Making very large maps now works properly with targeted weapons
8997
c3a4731f0d84 few more changelog entries
nemo
parents: 8995
diff changeset
   116
 * ParseCommand should be safe to use in Lua now, at any time
9053
0bf55d656352 Add a mask, tweak changelog a bit
nemo
parents: 9052
diff changeset
   117
 * Fixes to many weapons. Mudball, blowtorch, explosives, cluster bomb spread, portal.
8779
d23e2d240542 initial changelog update
koda
parents: 8442
diff changeset
   118
7782
a611da4d1667 0.9.17 -> 0.9.18 changelog
unc0rr
parents: 6398
diff changeset
   119
0.9.17 -> 0.9.18:
a611da4d1667 0.9.17 -> 0.9.18 changelog
unc0rr
parents: 6398
diff changeset
   120
a611da4d1667 0.9.17 -> 0.9.18 changelog
unc0rr
parents: 6398
diff changeset
   121
 + 'A Classic Fairytale' Campaign
8779
d23e2d240542 initial changelog update
koda
parents: 8442
diff changeset
   122
 + Video recorder (requires ffmpeg/libav)
7782
a611da4d1667 0.9.17 -> 0.9.18 changelog
unc0rr
parents: 6398
diff changeset
   123
 + Cleaver weapon
a611da4d1667 0.9.17 -> 0.9.18 changelog
unc0rr
parents: 6398
diff changeset
   124
 + AI is now aware of drowning and fall damage
a611da4d1667 0.9.17 -> 0.9.18 changelog
unc0rr
parents: 6398
diff changeset
   125
 + AI learned how to use Sniper Rifle and Cake
a611da4d1667 0.9.17 -> 0.9.18 changelog
unc0rr
parents: 6398
diff changeset
   126
 + Variable pen width and eraser for drawn maps
a611da4d1667 0.9.17 -> 0.9.18 changelog
unc0rr
parents: 6398
diff changeset
   127
 + Several trainings and missions
a611da4d1667 0.9.17 -> 0.9.18 changelog
unc0rr
parents: 6398
diff changeset
   128
 + Allow setting custom local palette of teams colors
a611da4d1667 0.9.17 -> 0.9.18 changelog
unc0rr
parents: 6398
diff changeset
   129
 + Hide eliminated teams from teams healths widget
a611da4d1667 0.9.17 -> 0.9.18 changelog
unc0rr
parents: 6398
diff changeset
   130
 + Server doesn't delete room till last player quits it
a611da4d1667 0.9.17 -> 0.9.18 changelog
unc0rr
parents: 6398
diff changeset
   131
 + PNG screenshots
a611da4d1667 0.9.17 -> 0.9.18 changelog
unc0rr
parents: 6398
diff changeset
   132
 + Show bot level on CPU flag
a611da4d1667 0.9.17 -> 0.9.18 changelog
unc0rr
parents: 6398
diff changeset
   133
 + Objects now have density value assigned which impacts their behavior on explosions, throwing from rope and drowning
a611da4d1667 0.9.17 -> 0.9.18 changelog
unc0rr
parents: 6398
diff changeset
   134
 + Improve AI skills at Desert Eagel, Whip, Firepunch, Baseball Bat, Hammer, Cluster Bomb, Watermelon and walking
a611da4d1667 0.9.17 -> 0.9.18 changelog
unc0rr
parents: 6398
diff changeset
   135
 + Individual hedgehogs healths in team health bar
a611da4d1667 0.9.17 -> 0.9.18 changelog
unc0rr
parents: 6398
diff changeset
   136
 + Drill rocket wouldn't explode in your face if you stand close to wall
a611da4d1667 0.9.17 -> 0.9.18 changelog
unc0rr
parents: 6398
diff changeset
   137
 + Ability to rope into a portal, allow RC plane to go through portals
a611da4d1667 0.9.17 -> 0.9.18 changelog
unc0rr
parents: 6398
diff changeset
   138
 + Many small frontend improvements: get rid of "save" buttons, descriptions, allow to use network proxy, etc
a611da4d1667 0.9.17 -> 0.9.18 changelog
unc0rr
parents: 6398
diff changeset
   139
 + Reduce amount of memory needed for engine to store land data
a611da4d1667 0.9.17 -> 0.9.18 changelog
unc0rr
parents: 6398
diff changeset
   140
 + Countless other small fixes and improvements
a611da4d1667 0.9.17 -> 0.9.18 changelog
unc0rr
parents: 6398
diff changeset
   141
 + Detect desyncs early
9147
0ab57cdf9346 add note about mudball causing no direct damage to changelog
sheepluva
parents: 9108
diff changeset
   142
 + Mudball will not cause any direct damage anymore
7782
a611da4d1667 0.9.17 -> 0.9.18 changelog
unc0rr
parents: 6398
diff changeset
   143
 * Fix cake getting stuck in barrels, crates and hedgehogs
a611da4d1667 0.9.17 -> 0.9.18 changelog
unc0rr
parents: 6398
diff changeset
   144
 * Fix all knowns bugs which caused network game hang when players close engine or quit
a611da4d1667 0.9.17 -> 0.9.18 changelog
unc0rr
parents: 6398
diff changeset
   145
 * Fix drill strike bug when drill's timer gets ridiculously high value instead of explosion
a611da4d1667 0.9.17 -> 0.9.18 changelog
unc0rr
parents: 6398
diff changeset
   146
 * Fix some crashes, freezes and memory leaks in frontend and engine
8442
535a00ca0d35 whitespaces and tabs again
koda
parents: 7782
diff changeset
   147
6325
cdd3d8c723ec Update changelog, comment on possibly redundant lines in GSHandlers
nemo
parents: 5981
diff changeset
   148
0.9.16 -> 0.9.17:
cdd3d8c723ec Update changelog, comment on possibly redundant lines in GSHandlers
nemo
parents: 5981
diff changeset
   149
 + New theme, Cave
cdd3d8c723ec Update changelog, comment on possibly redundant lines in GSHandlers
nemo
parents: 5981
diff changeset
   150
 + New voicepack, Hillbilly
cdd3d8c723ec Update changelog, comment on possibly redundant lines in GSHandlers
nemo
parents: 5981
diff changeset
   151
 + More attractive mission screen with previews
cdd3d8c723ec Update changelog, comment on possibly redundant lines in GSHandlers
nemo
parents: 5981
diff changeset
   152
 + Chat timestamping, links, input history, tab completion
6398
33c92c4ac749 Update changelog again
nemo
parents: 6325
diff changeset
   153
 + AI smarter, now uses switch. Also tweaks to mine/crate/barrel rules
6325
cdd3d8c723ec Update changelog, comment on possibly redundant lines in GSHandlers
nemo
parents: 5981
diff changeset
   154
 + Customisable chat by dragging a .css file, see file generated by the /saveStyleSheet command
cdd3d8c723ec Update changelog, comment on possibly redundant lines in GSHandlers
nemo
parents: 5981
diff changeset
   155
 + Errors/warnings in chat instead of popup boxes
cdd3d8c723ec Update changelog, comment on possibly redundant lines in GSHandlers
nemo
parents: 5981
diff changeset
   156
 + Mousewheel to change hog/weapon counts in game creation
cdd3d8c723ec Update changelog, comment on possibly redundant lines in GSHandlers
nemo
parents: 5981
diff changeset
   157
 + Refresh DLC page on access, display notice if DLC page is not accessible
cdd3d8c723ec Update changelog, comment on possibly redundant lines in GSHandlers
nemo
parents: 5981
diff changeset
   158
 + Team colours changed, again
cdd3d8c723ec Update changelog, comment on possibly redundant lines in GSHandlers
nemo
parents: 5981
diff changeset
   159
 + Land texture on maps using mask of black
cdd3d8c723ec Update changelog, comment on possibly redundant lines in GSHandlers
nemo
parents: 5981
diff changeset
   160
 + Spread clouds/flakes over near/far layers for more 3D
cdd3d8c723ec Update changelog, comment on possibly redundant lines in GSHandlers
nemo
parents: 5981
diff changeset
   161
 + Team coloured RC/airstrike
cdd3d8c723ec Update changelog, comment on possibly redundant lines in GSHandlers
nemo
parents: 5981
diff changeset
   162
 + Icy girders/bridges on Snow/Christmas themes, support for ice land type (blue in mask)
cdd3d8c723ec Update changelog, comment on possibly redundant lines in GSHandlers
nemo
parents: 5981
diff changeset
   163
 + Sticky mines, mines activate 1s after use in infinite attack mode
cdd3d8c723ec Update changelog, comment on possibly redundant lines in GSHandlers
nemo
parents: 5981
diff changeset
   164
 + Grenades/bazooka/melon pieces/ballgun now kicked by explosions
cdd3d8c723ec Update changelog, comment on possibly redundant lines in GSHandlers
nemo
parents: 5981
diff changeset
   165
 + Minor theme optimisation, Optional SkyR
cdd3d8c723ec Update changelog, comment on possibly redundant lines in GSHandlers
nemo
parents: 5981
diff changeset
   166
 + Camera follows melon, clusterbomb, gas cloud
6398
33c92c4ac749 Update changelog again
nemo
parents: 6325
diff changeset
   167
 * More fixes to fullscreen/window resize on non-Linux systems
6325
cdd3d8c723ec Update changelog, comment on possibly redundant lines in GSHandlers
nemo
parents: 5981
diff changeset
   168
 * Vertical movement should be restricted for small displays, camera will try less hard to keep hog in centre
cdd3d8c723ec Update changelog, comment on possibly redundant lines in GSHandlers
nemo
parents: 5981
diff changeset
   169
 * Keep mouse from jumping around when ammo menu is active
cdd3d8c723ec Update changelog, comment on possibly redundant lines in GSHandlers
nemo
parents: 5981
diff changeset
   170
 * Hogs can now move after trapping another hog in a portal loop
cdd3d8c723ec Update changelog, comment on possibly redundant lines in GSHandlers
nemo
parents: 5981
diff changeset
   171
 * ctrl-w no longer closes engine window
cdd3d8c723ec Update changelog, comment on possibly redundant lines in GSHandlers
nemo
parents: 5981
diff changeset
   172
 * Fix bugs in blowtorch angle/direction
cdd3d8c723ec Update changelog, comment on possibly redundant lines in GSHandlers
nemo
parents: 5981
diff changeset
   173
 * Fix playing notes on the piano
cdd3d8c723ec Update changelog, comment on possibly redundant lines in GSHandlers
nemo
parents: 5981
diff changeset
   174
 * Fix some colours in greyscale 3D
cdd3d8c723ec Update changelog, comment on possibly redundant lines in GSHandlers
nemo
parents: 5981
diff changeset
   175
 * Fix Lua overrides of map config
cdd3d8c723ec Update changelog, comment on possibly redundant lines in GSHandlers
nemo
parents: 5981
diff changeset
   176
 * Girders no longer make windows in tunnels
cdd3d8c723ec Update changelog, comment on possibly redundant lines in GSHandlers
nemo
parents: 5981
diff changeset
   177
 * Prevent some more escaping through border, firepunch, pickhammer
cdd3d8c723ec Update changelog, comment on possibly redundant lines in GSHandlers
nemo
parents: 5981
diff changeset
   178
 * Many frontend bugfixes, code cleanup. Crash in game abort, flake clipping, invalid state on room close
6398
33c92c4ac749 Update changelog again
nemo
parents: 6325
diff changeset
   179
 * Many other engine bugfixes.  SDL event crasher, timebox crasher, birdy hang, desync on quits, crash in birdy eggshell, hammer + vamp + invuln, clouds on Deep Space theme, etc
6325
cdd3d8c723ec Update changelog, comment on possibly redundant lines in GSHandlers
nemo
parents: 5981
diff changeset
   180
5947
d1e9fa699f57 change the changelog
mikade
parents: 5918
diff changeset
   181
0.9.15 -> 0.9.16:
5981
bb7e1a417819 Couple of missed changes inu pointed out
nemo
parents: 5952
diff changeset
   182
 + In-game chat now supports backspace-repeat and Escape to close the text input area
bb7e1a417819 Couple of missed changes inu pointed out
nemo
parents: 5952
diff changeset
   183
 + Team status bars shrunk/made translucent if they take up a significant portion of the screen
bb7e1a417819 Couple of missed changes inu pointed out
nemo
parents: 5952
diff changeset
   184
 + Background music change on sudden death mode
5918
f2cd4d15465b change²log
sheepluva
parents: 5860
diff changeset
   185
 + Stereoscopic rendering
5432
85f24cc6a791 some changelog stuff
sheepluva
parents: 4755
diff changeset
   186
 + Installing content (anything under Data/ - maps, sounds, and any such stuff) to user profile allows custom adding/overriding of any Data/ content
5918
f2cd4d15465b change²log
sheepluva
parents: 5860
diff changeset
   187
 + Screen for downloadable content
f2cd4d15465b change²log
sheepluva
parents: 5860
diff changeset
   188
 + Allow up to 8 teams in a game
5947
d1e9fa699f57 change the changelog
mikade
parents: 5918
diff changeset
   189
 + New gameplay modes/styles: Racer, The Specialists, Tumbler, Space Invasion, Balanced Random Weapon
5948
e389a60ae8ab update copyright year of README
sheepluva
parents: 5947
diff changeset
   190
 + New single player missions: Bamboo Thicket, That Sinking Feeling, Newton and the Tree
5432
85f24cc6a791 some changelog stuff
sheepluva
parents: 4755
diff changeset
   191
 + New Weapon/Utility: Land Spray Gun
5859
285b3fd862e7 added some changes I remembered/saw in the logs to the changelog
sheepluva
parents: 5815
diff changeset
   192
 + New Utility: Time Box
5432
85f24cc6a791 some changelog stuff
sheepluva
parents: 4755
diff changeset
   193
 + New Game mode: Tag team
5859
285b3fd862e7 added some changes I remembered/saw in the logs to the changelog
sheepluva
parents: 5815
diff changeset
   194
 + New Game option for map bottom border
5860
0141ab2ef67b omg how could I forget
sheepluva
parents: 5859
diff changeset
   195
 + New Theme: Golf
5859
285b3fd862e7 added some changes I remembered/saw in the logs to the changelog
sheepluva
parents: 5815
diff changeset
   196
 + Many new hats
5918
f2cd4d15465b change²log
sheepluva
parents: 5860
diff changeset
   197
 + Sudden Death art
5726
f342e0cf4f34 add get away time modifier entry to changelog
sheepluva
parents: 5432
diff changeset
   198
 + Get away time modifier (in %)
5432
85f24cc6a791 some changelog stuff
sheepluva
parents: 4755
diff changeset
   199
 + Shoppa scheme by default resets ammo
85f24cc6a791 some changelog stuff
sheepluva
parents: 4755
diff changeset
   200
 + Shots are on a tenth of a second delay instead of a 1 and a quarter second delay (fast deagle/portal fire)
85f24cc6a791 some changelog stuff
sheepluva
parents: 4755
diff changeset
   201
 + Defective mines explode if they take enough damage
85f24cc6a791 some changelog stuff
sheepluva
parents: 4755
diff changeset
   202
 + Rope head can attach to hogs/crates/barrels again (rope still passes through them)
85f24cc6a791 some changelog stuff
sheepluva
parents: 4755
diff changeset
   203
 + Control of grenade bounce
85f24cc6a791 some changelog stuff
sheepluva
parents: 4755
diff changeset
   204
 + Drill Strike bombs don't explode when leaving ground, but after a (customizable!) timer
5918
f2cd4d15465b change²log
sheepluva
parents: 5860
diff changeset
   205
 + Hammer impacts mines/barrels
f2cd4d15465b change²log
sheepluva
parents: 5860
diff changeset
   206
 + Seduction is an Area-of-Effect attack now
5947
d1e9fa699f57 change the changelog
mikade
parents: 5918
diff changeset
   207
 + Significantly altered flame behavior and damage.
d1e9fa699f57 change the changelog
mikade
parents: 5918
diff changeset
   208
 + 'Throwing' weapons into hogs (e.g. grenade) no longer does max damage.
5432
85f24cc6a791 some changelog stuff
sheepluva
parents: 4755
diff changeset
   209
 + Ukranian localization of Default voice. support for localized voices
85f24cc6a791 some changelog stuff
sheepluva
parents: 4755
diff changeset
   210
 + Theme cleanup, including the new theme config file change
85f24cc6a791 some changelog stuff
sheepluva
parents: 4755
diff changeset
   211
 + Improvements in scoring and tracking damage
85f24cc6a791 some changelog stuff
sheepluva
parents: 4755
diff changeset
   212
 + Camera tracking now toggleable
85f24cc6a791 some changelog stuff
sheepluva
parents: 4755
diff changeset
   213
 + Mudball does not end turn
85f24cc6a791 some changelog stuff
sheepluva
parents: 4755
diff changeset
   214
 + Indicator for height of plane when using napalm
85f24cc6a791 some changelog stuff
sheepluva
parents: 4755
diff changeset
   215
 + Land smoothing (looks less pixelated on generation and damage)
5918
f2cd4d15465b change²log
sheepluva
parents: 5860
diff changeset
   216
 + Improved lua script support (e.g. set per-hog ammo, place girders, spawn fake crates, switch hogs, change hats)
5815
d9b50fef5164 * ShoppaKing/TrophyRace maps updated by wolfmarc
sheepluva
parents: 5726
diff changeset
   217
 + The names of the ShoppaKingTournament winners are now written on the Trophies in the ShoppaKing and TrophyRace maps!
5918
f2cd4d15465b change²log
sheepluva
parents: 5860
diff changeset
   218
 + Allow window resizes during game
f2cd4d15465b change²log
sheepluva
parents: 5860
diff changeset
   219
 + Improved fullscreen capabilities
f2cd4d15465b change²log
sheepluva
parents: 5860
diff changeset
   220
 + Additional/new sounds (mine impact, sine gun, etc)
f2cd4d15465b change²log
sheepluva
parents: 5860
diff changeset
   221
 + Victory/flawless victory sounds
f2cd4d15465b change²log
sheepluva
parents: 5860
diff changeset
   222
 * Voices don't overlap (was needed more due to faster game actions due to shortened delays)
5432
85f24cc6a791 some changelog stuff
sheepluva
parents: 4755
diff changeset
   223
 * Prevent portaling to impossible locations better
85f24cc6a791 some changelog stuff
sheepluva
parents: 4755
diff changeset
   224
 * Snow accumulates more smoothly
85f24cc6a791 some changelog stuff
sheepluva
parents: 4755
diff changeset
   225
 * Rope should be less sticky now
5859
285b3fd862e7 added some changes I remembered/saw in the logs to the changelog
sheepluva
parents: 5815
diff changeset
   226
 * Rope shouldn't be able to get Hogs stuck on walls anymore
5432
85f24cc6a791 some changelog stuff
sheepluva
parents: 4755
diff changeset
   227
 * Fix for last portal shot always being yellow
85f24cc6a791 some changelog stuff
sheepluva
parents: 4755
diff changeset
   228
 * More accurate napalm strike drop location
5918
f2cd4d15465b change²log
sheepluva
parents: 5860
diff changeset
   229
 * AI fixes (heh, yeah right)
5432
85f24cc6a791 some changelog stuff
sheepluva
parents: 4755
diff changeset
   230
 * Fixed locales, such as korean
85f24cc6a791 some changelog stuff
sheepluva
parents: 4755
diff changeset
   231
 * Code refactoring
85f24cc6a791 some changelog stuff
sheepluva
parents: 4755
diff changeset
   232
 * Various bug/leak fixes
85f24cc6a791 some changelog stuff
sheepluva
parents: 4755
diff changeset
   233
85f24cc6a791 some changelog stuff
sheepluva
parents: 4755
diff changeset
   234
Frontend/Menu and Netgame:
5952
ba168fa3451a oops, it was already added
nemo
parents: 5950
diff changeset
   235
 + Drawing straight lines in drawn map mode (hold down the control key when clicking, then move mouse to end point and release).
ba168fa3451a oops, it was already added
nemo
parents: 5950
diff changeset
   236
 + Undo clear in drawn map mode
5432
85f24cc6a791 some changelog stuff
sheepluva
parents: 4755
diff changeset
   237
 + Autokick ignored players joining your room
85f24cc6a791 some changelog stuff
sheepluva
parents: 4755
diff changeset
   238
 + Improved nick sorting in lobby and rooms. (not case-sensitive, letters first, friend @ top, ignored @ bottom)
85f24cc6a791 some changelog stuff
sheepluva
parents: 4755
diff changeset
   239
 + Display player count in lobby
85f24cc6a791 some changelog stuff
sheepluva
parents: 4755
diff changeset
   240
 + Lobby: Player names of online players can be clicked in chat directly so that you don't have to find them in the player list
5918
f2cd4d15465b change²log
sheepluva
parents: 5860
diff changeset
   241
 + Room names can be changed by the room admin without recreating the room
5432
85f24cc6a791 some changelog stuff
sheepluva
parents: 4755
diff changeset
   242
 * Fix invisible icons in popup menus
85f24cc6a791 some changelog stuff
sheepluva
parents: 4755
diff changeset
   243
 * Various fixes and adjustments
85f24cc6a791 some changelog stuff
sheepluva
parents: 4755
diff changeset
   244
4681
f2c30204a3fd Allow 8 teams in server
unc0rr
parents: 4323
diff changeset
   245
0.9.14 -> 0.9.15:
4683
34a1d5df1df3 Updated changelog
Palewolf
parents: 4681
diff changeset
   246
 + Ability to create, save and load hand drawn maps
34a1d5df1df3 Updated changelog
Palewolf
parents: 4681
diff changeset
   247
 + New maps: Capture the Flag (Blizzard) Map
34a1d5df1df3 Updated changelog
Palewolf
parents: 4681
diff changeset
   248
 + New themes: Christmas
34a1d5df1df3 Updated changelog
Palewolf
parents: 4681
diff changeset
   249
 + Snowflakes on Christmas/Snow themes accumulates on the ground
34a1d5df1df3 Updated changelog
Palewolf
parents: 4681
diff changeset
   250
 + New game modifiers: No wind, More wind
34a1d5df1df3 Updated changelog
Palewolf
parents: 4681
diff changeset
   251
 + New missions: Dangerous ducklings, Diver, Spooky tree, Teamwork
34a1d5df1df3 Updated changelog
Palewolf
parents: 4681
diff changeset
   252
 + New weapons: Mudball, Drill strike
34a1d5df1df3 Updated changelog
Palewolf
parents: 4681
diff changeset
   253
 + Many more Lua hooks
34a1d5df1df3 Updated changelog
Palewolf
parents: 4681
diff changeset
   254
 + Readytimer
34a1d5df1df3 Updated changelog
Palewolf
parents: 4681
diff changeset
   255
 + Ability to edit seed
34a1d5df1df3 Updated changelog
Palewolf
parents: 4681
diff changeset
   256
 + Ability to select gameplay scripts
34a1d5df1df3 Updated changelog
Palewolf
parents: 4681
diff changeset
   257
 + New gameplay scripts: Capture the Flag, No jumping, Random weapon
34a1d5df1df3 Updated changelog
Palewolf
parents: 4681
diff changeset
   258
 + New Lua unified translation framework
34a1d5df1df3 Updated changelog
Palewolf
parents: 4681
diff changeset
   259
 + Code refactoring
34a1d5df1df3 Updated changelog
Palewolf
parents: 4681
diff changeset
   260
 + Max teams upped to 8
34a1d5df1df3 Updated changelog
Palewolf
parents: 4681
diff changeset
   261
 + Cosmetic enhancements to Napalm strike
4685
6fbce14e2e2c Small fixes. Thanks Hennek.
Palewolf
parents: 4683
diff changeset
   262
 + Selecting a game scheme selects the corresponding weapon set
4683
34a1d5df1df3 Updated changelog
Palewolf
parents: 4681
diff changeset
   263
 + Dust when drills dig
34a1d5df1df3 Updated changelog
Palewolf
parents: 4681
diff changeset
   264
 + New hats: beaver, porkey, sheep
34a1d5df1df3 Updated changelog
Palewolf
parents: 4681
diff changeset
   265
 + Add density property to Gears
4685
6fbce14e2e2c Small fixes. Thanks Hennek.
Palewolf
parents: 4683
diff changeset
   266
 + Reworked management of schemes and weapon sets
4723
29ab0d49c3e6 Changelog entry applies to .15 too
nemo
parents: 4721
diff changeset
   267
 + Will ask before deleting teams, schemes and weapon sets
4683
34a1d5df1df3 Updated changelog
Palewolf
parents: 4681
diff changeset
   268
 + Explosions detach rope from land
4755
7df529b4335c Add 0.9.15 zh_CN changes (sorry). Also clean up more of past mistake in lua (think I got 'em all now), and add a missing changelog entry.
nemo
parents: 4723
diff changeset
   269
 + Variable rope length in scheme
4683
34a1d5df1df3 Updated changelog
Palewolf
parents: 4681
diff changeset
   270
 + Allow hog speech when not your turn
4681
f2c30204a3fd Allow 8 teams in server
unc0rr
parents: 4323
diff changeset
   271
4116
bf129ab572c6 some changelog changes
sheepluva
parents: 4095
diff changeset
   272
0.9.13 -> 0.9.14:
bf129ab572c6 some changelog changes
sheepluva
parents: 4095
diff changeset
   273
 + New audio tracks
bf129ab572c6 some changelog changes
sheepluva
parents: 4095
diff changeset
   274
 + New forts: EvilChicken, Tank
bf129ab572c6 some changelog changes
sheepluva
parents: 4095
diff changeset
   275
 + New game modes: AI Survival Mode, Per Hedgehog Ammo, Reset Health, Reset Weapons, Unlimited Attacks
bf129ab572c6 some changelog changes
sheepluva
parents: 4095
diff changeset
   276
 + New grave: ring
bf129ab572c6 some changelog changes
sheepluva
parents: 4095
diff changeset
   277
 + Over 30 new hats
bf129ab572c6 some changelog changes
sheepluva
parents: 4095
diff changeset
   278
 + New themes: Art, Brick, Jungle, Stage
bf129ab572c6 some changelog changes
sheepluva
parents: 4095
diff changeset
   279
 + New maps: ShoppaKing, Sticks, TrophyRace (Mission)
bf129ab572c6 some changelog changes
sheepluva
parents: 4095
diff changeset
   280
 + New utilities: Portal Gun, Resurrector
bf129ab572c6 some changelog changes
sheepluva
parents: 4095
diff changeset
   281
 + New weapons: Flamethrower, Hammer, Old Limburger, Piano Strike, Sticky Mines
4321
ac52097253ed fixed typo
inu
parents: 4231
diff changeset
   282
 + Weapons' projectiles will now be launched from their barrels instead of the hog's center
4223
c802849e94aa changelog
sheepluva
parents: 4116
diff changeset
   283
 + Flying Saucers may be used for moving below the water surface
4231
f2eb9ac629e4 added two games modes and one weaponset
koda
parents: 4223
diff changeset
   284
 + New default game schemes: Clean Slate, Fort Mode, Timeless, Thinking with Portals, King Mode
f2eb9ac629e4 added two games modes and one weaponset
koda
parents: 4223
diff changeset
   285
 + New default weapon set: Clean Slate, Thinking with Portals
4116
bf129ab572c6 some changelog changes
sheepluva
parents: 4095
diff changeset
   286
 + Bomb clusters/Melon parts inherit some of the original bomb's speed
bf129ab572c6 some changelog changes
sheepluva
parents: 4095
diff changeset
   287
 + Extended game statistics
bf129ab572c6 some changelog changes
sheepluva
parents: 4095
diff changeset
   288
 + Improved health bar updating
4323
b0a07fcfcc40 another typo
jose1711
parents: 4321
diff changeset
   289
 + Hogs that blow themselves up will use triggers in their team color
4116
bf129ab572c6 some changelog changes
sheepluva
parents: 4095
diff changeset
   290
 + Settings allow better control over the level of details/effects
bf129ab572c6 some changelog changes
sheepluva
parents: 4095
diff changeset
   291
 + Improved Lua support
bf129ab572c6 some changelog changes
sheepluva
parents: 4095
diff changeset
   292
 + On empty ammo switch to no weapon rather than the first available one (to avoid shooting by accident)
bf129ab572c6 some changelog changes
sheepluva
parents: 4095
diff changeset
   293
 + Display of hints in the frontend
bf129ab572c6 some changelog changes
sheepluva
parents: 4095
diff changeset
   294
 + Some improvements of existing Themes of Maps
4223
c802849e94aa changelog
sheepluva
parents: 4116
diff changeset
   295
 + Land destruction effects added
4116
bf129ab572c6 some changelog changes
sheepluva
parents: 4095
diff changeset
   296
 + Improved fire effects
4223
c802849e94aa changelog
sheepluva
parents: 4116
diff changeset
   297
 + Improved Melon explosion effects
4116
bf129ab572c6 some changelog changes
sheepluva
parents: 4095
diff changeset
   298
 + Online game lobby now features game filters
bf129ab572c6 some changelog changes
sheepluva
parents: 4095
diff changeset
   299
 + Other Frontend enhancements
bf129ab572c6 some changelog changes
sheepluva
parents: 4095
diff changeset
   300
 + Additional sounds
bf129ab572c6 some changelog changes
sheepluva
parents: 4095
diff changeset
   301
 + Show special game rules in Esc screen
bf129ab572c6 some changelog changes
sheepluva
parents: 4095
diff changeset
   302
 + Updated translation
bf129ab572c6 some changelog changes
sheepluva
parents: 4095
diff changeset
   303
 + Speed optimizations
bf129ab572c6 some changelog changes
sheepluva
parents: 4095
diff changeset
   304
 + Hedgewars will now use a sub directory of "My Documents" like other games instead of "%userprofile%/.hedgewars" under Windows
4223
c802849e94aa changelog
sheepluva
parents: 4116
diff changeset
   305
 + Added support for graphics cards/drivers that have a 512x512 pixel textures limit
c802849e94aa changelog
sheepluva
parents: 4116
diff changeset
   306
 + Team colors are more distinguishable from each other now
4116
bf129ab572c6 some changelog changes
sheepluva
parents: 4095
diff changeset
   307
 * Fixed bug that allowed charging a weapon while on rope, leading to frozen timer
bf129ab572c6 some changelog changes
sheepluva
parents: 4095
diff changeset
   308
 * Various bug fixes
bf129ab572c6 some changelog changes
sheepluva
parents: 4095
diff changeset
   309
3210
7bb3d0956486 nemo's update to changelog
unc0rr
parents: 2552
diff changeset
   310
0.9.12 -> 0.9.13:
3213
e48678c8cd28 General:
smxx
parents: 3212
diff changeset
   311
 + Speed optimizations
e48678c8cd28 General:
smxx
parents: 3212
diff changeset
   312
 + New weapon: Birdy (carries your hog and lets you throw poisonous eggs at your foes)
e48678c8cd28 General:
smxx
parents: 3212
diff changeset
   313
 + Hats are visible while using rope and blowtorch
e48678c8cd28 General:
smxx
parents: 3212
diff changeset
   314
 + Explosive barrels
e48678c8cd28 General:
smxx
parents: 3212
diff changeset
   315
 + AI is able to handle artillery mode as well as new weapons
e48678c8cd28 General:
smxx
parents: 3212
diff changeset
   316
 + Weapon schemes now include crate probability as well as delays
e48678c8cd28 General:
smxx
parents: 3212
diff changeset
   317
 + Optional semi transparent labels for hogs to avoid hidden gaps
e48678c8cd28 General:
smxx
parents: 3212
diff changeset
   318
 + New voicepack: British
e48678c8cd28 General:
smxx
parents: 3212
diff changeset
   319
 + New frontend sounds
e48678c8cd28 General:
smxx
parents: 3212
diff changeset
   320
 + Frontend now allows you to add player names to either your friends or ignore list and join their current rooms (follow)
e48678c8cd28 General:
smxx
parents: 3212
diff changeset
   321
 + Optional tooltips explaining weapons in weapons menu
e48678c8cd28 General:
smxx
parents: 3212
diff changeset
   322
 + 3D effect for waves
e48678c8cd28 General:
smxx
parents: 3212
diff changeset
   323
 + Game now fades in/out at the start and end of a round
e48678c8cd28 General:
smxx
parents: 3212
diff changeset
   324
 + Flashlight effect when taking screenshots
e48678c8cd28 General:
smxx
parents: 3212
diff changeset
   325
 + Holding 'precise' key now allows hogs to change direction without moving
e48678c8cd28 General:
smxx
parents: 3212
diff changeset
   326
 + New game modes: place hedgehogs, king mode, randomized starting order, shared ammo, no girders
e48678c8cd28 General:
smxx
parents: 3212
diff changeset
   327
 + Improved CJK text handling and detection
e48678c8cd28 General:
smxx
parents: 3212
diff changeset
   328
 + Dud mines
e48678c8cd28 General:
smxx
parents: 3212
diff changeset
   329
 + Reserved hats for donators (reservation time is limited; they'll be useable by everyone some months later)
e48678c8cd28 General:
smxx
parents: 3212
diff changeset
   330
 + Added team flags (pick your country or your favorite 'fun' flag)
e48678c8cd28 General:
smxx
parents: 3212
diff changeset
   331
 + Active team's name blinking on round start
3214
e571df65f4f6 General:
smxx
parents: 3213
diff changeset
   332
 + Team chat for spectators
e571df65f4f6 General:
smxx
parents: 3213
diff changeset
   333
 + New explosion graphics with screen shakes for huge explosions
3213
e48678c8cd28 General:
smxx
parents: 3212
diff changeset
   334
 + Hogs might react to thrown grenades or explosives and panic
e48678c8cd28 General:
smxx
parents: 3212
diff changeset
   335
 + Popup effects visualizing collected weapons
e48678c8cd28 General:
smxx
parents: 3212
diff changeset
   336
 + New visual effects (dust, smoke, gun shells)
e48678c8cd28 General:
smxx
parents: 3212
diff changeset
   337
 + Replaced the UFO with the Homing Bee
e48678c8cd28 General:
smxx
parents: 3212
diff changeset
   338
 + View ammo menu even while other player's turn
e48678c8cd28 General:
smxx
parents: 3212
diff changeset
   339
 + Preview alternate weapon while using another one (e.g. parachute, rope and flying saucer)
e48678c8cd28 General:
smxx
parents: 3212
diff changeset
   340
 + Splashes and droplets once objects fall into water
e48678c8cd28 General:
smxx
parents: 3212
diff changeset
   341
 + 45 degree bounce for grenades
e48678c8cd28 General:
smxx
parents: 3212
diff changeset
   342
 + New bounce sounds for most objects
e48678c8cd28 General:
smxx
parents: 3212
diff changeset
   343
 + Several new sounds for hedgehogs including walking animation and some emotes
e48678c8cd28 General:
smxx
parents: 3212
diff changeset
   344
 + Show special game rules at round's start
e48678c8cd28 General:
smxx
parents: 3212
diff changeset
   345
 + Support for Lua scripts (used for tutorials as well as 'mission' maps)
e48678c8cd28 General:
smxx
parents: 3212
diff changeset
   346
 + Changed Basketball map to be a mission including scoreboards
e48678c8cd28 General:
smxx
parents: 3212
diff changeset
   347
 + Added Knockball mission
e48678c8cd28 General:
smxx
parents: 3212
diff changeset
   348
 + New crazy map template
e48678c8cd28 General:
smxx
parents: 3212
diff changeset
   349
 + New random map generator supporting maze type maps
e48678c8cd28 General:
smxx
parents: 3212
diff changeset
   350
 + New game schemes: Barrel Mayhem, Tunnel Hogs
e48678c8cd28 General:
smxx
parents: 3212
diff changeset
   351
 + New weapon scheme: Tunnel Hogs
e48678c8cd28 General:
smxx
parents: 3212
diff changeset
   352
 + New themes: Olympics, Desert
e48678c8cd28 General:
smxx
parents: 3212
diff changeset
   353
 + Lots of other updates to other themes
e48678c8cd28 General:
smxx
parents: 3212
diff changeset
   354
 + Background textures for destroyed land simulating depth (on random maps only)
3214
e571df65f4f6 General:
smxx
parents: 3213
diff changeset
   355
 + New target cursors
3213
e48678c8cd28 General:
smxx
parents: 3212
diff changeset
   356
 + Many new hats
e48678c8cd28 General:
smxx
parents: 3212
diff changeset
   357
 + Additional effects
e48678c8cd28 General:
smxx
parents: 3212
diff changeset
   358
 + Icon for hwengine under windows
e48678c8cd28 General:
smxx
parents: 3212
diff changeset
   359
 + Delete old teams using the frontend
e48678c8cd28 General:
smxx
parents: 3212
diff changeset
   360
 + Support for long localized strings (longer than 255 bytes)
3214
e571df65f4f6 General:
smxx
parents: 3213
diff changeset
   361
 + Xfire support (shows nickname, server and room name in player info)
3213
e48678c8cd28 General:
smxx
parents: 3212
diff changeset
   362
 * Fixed showing two cursors in some situations
3215
a1a057f77ada YOUR AD HERE! (just fixed a typo)
sheepluva
parents: 3214
diff changeset
   363
 * Drill rocket's sound will now stop even after drilling right into water
3213
e48678c8cd28 General:
smxx
parents: 3212
diff changeset
   364
 * Properly unload SDL_mixer's support libraries on engine shutdown
e48678c8cd28 General:
smxx
parents: 3212
diff changeset
   365
 * Fixed several memory leaks
e48678c8cd28 General:
smxx
parents: 3212
diff changeset
   366
 + Lots of other bug fixes and additions we already forgot during this huge release
e48678c8cd28 General:
smxx
parents: 3212
diff changeset
   367
 + Updated translation
3221
3e6586c1ab4f koda's changelog turn
koda
parents: 3215
diff changeset
   368
 + PowerPC architecture supported
3e6586c1ab4f koda's changelog turn
koda
parents: 3215
diff changeset
   369
 * Reduced memory footprint and leakage
3210
7bb3d0956486 nemo's update to changelog
unc0rr
parents: 2552
diff changeset
   370
2548
d288f80e6c25 Update changelog
unc0rr
parents: 2110
diff changeset
   371
0.9.11 -> 0.9.12:
d288f80e6c25 Update changelog
unc0rr
parents: 2110
diff changeset
   372
 + Zoom
d288f80e6c25 Update changelog
unc0rr
parents: 2110
diff changeset
   373
 + New weapons: flying saucer, molotov cocktail
d288f80e6c25 Update changelog
unc0rr
parents: 2110
diff changeset
   374
 + More sounds
d288f80e6c25 Update changelog
unc0rr
parents: 2110
diff changeset
   375
 + New visual effects
d288f80e6c25 Update changelog
unc0rr
parents: 2110
diff changeset
   376
 + Updated graphics
d288f80e6c25 Update changelog
unc0rr
parents: 2110
diff changeset
   377
 + Chat within team only
d288f80e6c25 Update changelog
unc0rr
parents: 2110
diff changeset
   378
 + Remember net password
d288f80e6c25 Update changelog
unc0rr
parents: 2110
diff changeset
   379
 + More trainings
d288f80e6c25 Update changelog
unc0rr
parents: 2110
diff changeset
   380
 + Implement room control delegation when host's connection fails
d288f80e6c25 Update changelog
unc0rr
parents: 2110
diff changeset
   381
 + Colorize chat events in engine
2552
3cbc3d90675b changelog update
koda
parents: 2548
diff changeset
   382
 + [mac only] Add Sparkle framework to automatically update the program when a new version comes out
3cbc3d90675b changelog update
koda
parents: 2548
diff changeset
   383
 + [mac only] Add M3InstallController for easy installation
2548
d288f80e6c25 Update changelog
unc0rr
parents: 2110
diff changeset
   384
 * Fix crash in replay caused by speechbubbles
d288f80e6c25 Update changelog
unc0rr
parents: 2110
diff changeset
   385
 * Fix some desync causes
d288f80e6c25 Update changelog
unc0rr
parents: 2110
diff changeset
   386
 * Fix rope bugs
d288f80e6c25 Update changelog
unc0rr
parents: 2110
diff changeset
   387
 * Fix bugs in weapon selection code
d288f80e6c25 Update changelog
unc0rr
parents: 2110
diff changeset
   388
2088
09cfff5c63ea Some updates on changelog
unc0rr
parents: 1982
diff changeset
   389
0.9.10 -> 0.9.11:
09cfff5c63ea Some updates on changelog
unc0rr
parents: 1982
diff changeset
   390
 + Speech bubbles
09cfff5c63ea Some updates on changelog
unc0rr
parents: 1982
diff changeset
   391
 + Many new hats, new graves
09cfff5c63ea Some updates on changelog
unc0rr
parents: 1982
diff changeset
   392
 + New taunts
2110
df2a1fe3617a Some updates
unc0rr
parents: 2100
diff changeset
   393
 + New voice pack, new default voice
2088
09cfff5c63ea Some updates on changelog
unc0rr
parents: 1982
diff changeset
   394
 + Animated stars in frontend's background
09cfff5c63ea Some updates on changelog
unc0rr
parents: 1982
diff changeset
   395
 + New music
09cfff5c63ea Some updates on changelog
unc0rr
parents: 1982
diff changeset
   396
 + Vampirism weapon and game mode, karma mode
09cfff5c63ea Some updates on changelog
unc0rr
parents: 1982
diff changeset
   397
 + Artillery mode
09cfff5c63ea Some updates on changelog
unc0rr
parents: 1982
diff changeset
   398
 + Sniper rifle
09cfff5c63ea Some updates on changelog
unc0rr
parents: 1982
diff changeset
   399
 + Options for mine delay/quantity
09cfff5c63ea Some updates on changelog
unc0rr
parents: 1982
diff changeset
   400
 * Fix disconnection from server not been performed correctly
09cfff5c63ea Some updates on changelog
unc0rr
parents: 1982
diff changeset
   401
 * Don't crash engine after round in reduced quality mode
09cfff5c63ea Some updates on changelog
unc0rr
parents: 1982
diff changeset
   402
 * Fix game desync when oneof players quits
09cfff5c63ea Some updates on changelog
unc0rr
parents: 1982
diff changeset
   403
 * Hedgehogs don't take hat off when jumping
09cfff5c63ea Some updates on changelog
unc0rr
parents: 1982
diff changeset
   404
 * Fix initial room map config desync
09cfff5c63ea Some updates on changelog
unc0rr
parents: 1982
diff changeset
   405
 * Fix team name in training
09cfff5c63ea Some updates on changelog
unc0rr
parents: 1982
diff changeset
   406
 * Fix crash in parachute/rope if drowning with active girder/teleport
09cfff5c63ea Some updates on changelog
unc0rr
parents: 1982
diff changeset
   407
 * Fix rope disappearing bug
09cfff5c63ea Some updates on changelog
unc0rr
parents: 1982
diff changeset
   408
1982
cb820f050d99 Update changelog
unc0rr
parents: 1695
diff changeset
   409
0.9.9 -> 0.9.10:
cb820f050d99 Update changelog
unc0rr
parents: 1695
diff changeset
   410
 + Many new hats, maps, themes, updates on existing ones
cb820f050d99 Update changelog
unc0rr
parents: 1695
diff changeset
   411
 + Remove small pixels left by fire
cb820f050d99 Update changelog
unc0rr
parents: 1695
diff changeset
   412
 + Double possible land dimensions, allow up to 48 hedgehogs in game
cb820f050d99 Update changelog
unc0rr
parents: 1695
diff changeset
   413
 + Brand new net server
cb820f050d99 Update changelog
unc0rr
parents: 1695
diff changeset
   414
 + Cave mode
cb820f050d99 Update changelog
unc0rr
parents: 1695
diff changeset
   415
 + Initial sound volume option
cb820f050d99 Update changelog
unc0rr
parents: 1695
diff changeset
   416
 + Increase rendering speed and overall graphics performance
cb820f050d99 Update changelog
unc0rr
parents: 1695
diff changeset
   417
 + New game options
cb820f050d99 Update changelog
unc0rr
parents: 1695
diff changeset
   418
 + Game schemes
cb820f050d99 Update changelog
unc0rr
parents: 1695
diff changeset
   419
 + New voicepack
cb820f050d99 Update changelog
unc0rr
parents: 1695
diff changeset
   420
 + Reduced quality mode for better performance on old computers
cb820f050d99 Update changelog
unc0rr
parents: 1695
diff changeset
   421
 + Random teams generator
cb820f050d99 Update changelog
unc0rr
parents: 1695
diff changeset
   422
 + Many utilities
cb820f050d99 Update changelog
unc0rr
parents: 1695
diff changeset
   423
 + Templates filter
cb820f050d99 Update changelog
unc0rr
parents: 1695
diff changeset
   424
 + Water bouncing
cb820f050d99 Update changelog
unc0rr
parents: 1695
diff changeset
   425
 * Fix underwater theme soundtrack
cb820f050d99 Update changelog
unc0rr
parents: 1695
diff changeset
   426
 * Fix blowtorch delete condition
cb820f050d99 Update changelog
unc0rr
parents: 1695
diff changeset
   427
 * Fix crash when attackbar wasn't deleted, but hedgehog gear was
cb820f050d99 Update changelog
unc0rr
parents: 1695
diff changeset
   428
 * Fix spectating when one of players left the game
cb820f050d99 Update changelog
unc0rr
parents: 1695
diff changeset
   429
 * Fix accidental rope removing from ammo in some cases
cb820f050d99 Update changelog
unc0rr
parents: 1695
diff changeset
   430
 * Prevent engine crash when not enough place for all hedgehogs
cb820f050d99 Update changelog
unc0rr
parents: 1695
diff changeset
   431
 * Fix bug with not working toggles 'rectrict joins' and 'restrict team adding'
cb820f050d99 Update changelog
unc0rr
parents: 1695
diff changeset
   432
 + Fix engine slowdown when trying to switch ammo while firing bazooka
cb820f050d99 Update changelog
unc0rr
parents: 1695
diff changeset
   433
1695
028e1a1a86e0 Update changelog
unc0rr
parents: 1605
diff changeset
   434
0.9.8 -> 0.9.9:
028e1a1a86e0 Update changelog
unc0rr
parents: 1605
diff changeset
   435
 + Voicepacks
028e1a1a86e0 Update changelog
unc0rr
parents: 1605
diff changeset
   436
 + Teams health graphic on statistics page
028e1a1a86e0 Update changelog
unc0rr
parents: 1605
diff changeset
   437
 + Colorize join/quit messages in chat
028e1a1a86e0 Update changelog
unc0rr
parents: 1605
diff changeset
   438
 + Precise aiming
028e1a1a86e0 Update changelog
unc0rr
parents: 1605
diff changeset
   439
 + RC Plane weapon
028e1a1a86e0 Update changelog
unc0rr
parents: 1605
diff changeset
   440
 * Fix ballgun breaking net game on 64bit systems
028e1a1a86e0 Update changelog
unc0rr
parents: 1605
diff changeset
   441
 * Fix bug when hedgehog was unable to drop some weapons from rope in certain conditions
028e1a1a86e0 Update changelog
unc0rr
parents: 1605
diff changeset
   442
 * Fix page switching issues when disconnected
028e1a1a86e0 Update changelog
unc0rr
parents: 1605
diff changeset
   443
 * Fix rope bug which allowed hedgehog to go into land
028e1a1a86e0 Update changelog
unc0rr
parents: 1605
diff changeset
   444
 * Fix cake stucking up in air on some maps
028e1a1a86e0 Update changelog
unc0rr
parents: 1605
diff changeset
   445
 * Fix three cursor bugs
028e1a1a86e0 Update changelog
unc0rr
parents: 1605
diff changeset
   446
 * Fix autogenerated demos/saves filenames problems
028e1a1a86e0 Update changelog
unc0rr
parents: 1605
diff changeset
   447
 * Fix engine freeze when switching hedgehog in certain conditions
028e1a1a86e0 Update changelog
unc0rr
parents: 1605
diff changeset
   448
1603
dbcb2d531fad Update changelog
unc0rr
parents: 1486
diff changeset
   449
0.9.7 -> 0.9.8:
1605
bc0bbc71e5ff Fix changelog list characters
unc0rr
parents: 1603
diff changeset
   450
 + Many net server fixes
bc0bbc71e5ff Fix changelog list characters
unc0rr
parents: 1603
diff changeset
   451
 + Lobby on net server
bc0bbc71e5ff Fix changelog list characters
unc0rr
parents: 1603
diff changeset
   452
 + Napalm weapon
bc0bbc71e5ff Fix changelog list characters
unc0rr
parents: 1603
diff changeset
   453
 + Drill rocket and Ballgun weapons
bc0bbc71e5ff Fix changelog list characters
unc0rr
parents: 1603
diff changeset
   454
 + Show quit reason message
bc0bbc71e5ff Fix changelog list characters
unc0rr
parents: 1603
diff changeset
   455
 + Solid Land option
bc0bbc71e5ff Fix changelog list characters
unc0rr
parents: 1603
diff changeset
   456
 + New maps
bc0bbc71e5ff Fix changelog list characters
unc0rr
parents: 1603
diff changeset
   457
 + Many new forts
bc0bbc71e5ff Fix changelog list characters
unc0rr
parents: 1603
diff changeset
   458
 + Improve Hellish hand grenade
bc0bbc71e5ff Fix changelog list characters
unc0rr
parents: 1603
diff changeset
   459
 + Spectating for those who joined after game start
1603
dbcb2d531fad Update changelog
unc0rr
parents: 1486
diff changeset
   460
 * Fix silent crash when cannot place all hedgehogs
dbcb2d531fad Update changelog
unc0rr
parents: 1486
diff changeset
   461
 * Fix small damage tag issues
dbcb2d531fad Update changelog
unc0rr
parents: 1486
diff changeset
   462
 * Fix a bug leading to engine silent crash when using whip, bat or firepunch (and probably flame)
dbcb2d531fad Update changelog
unc0rr
parents: 1486
diff changeset
   463
 * Limit chat history to 250 entries to avoid DoS attack with its use
dbcb2d531fad Update changelog
unc0rr
parents: 1486
diff changeset
   464
1486
8fcc64446a97 Update frgotten changelog
unc0rr
parents: 1138
diff changeset
   465
0.9.6 -> 0.9.7:
8fcc64446a97 Update frgotten changelog
unc0rr
parents: 1138
diff changeset
   466
 + Completely redesign the frontend, no longer looks like an ugly program launcher
8fcc64446a97 Update frgotten changelog
unc0rr
parents: 1138
diff changeset
   467
 + New art
8fcc64446a97 Update frgotten changelog
unc0rr
parents: 1138
diff changeset
   468
 + Add fullscreen mode to frontend
8fcc64446a97 Update frgotten changelog
unc0rr
parents: 1138
diff changeset
   469
 + New Castle map
8fcc64446a97 Update frgotten changelog
unc0rr
parents: 1138
diff changeset
   470
 + All map rendering now 32bit / theme objects have alpha channels
8fcc64446a97 Update frgotten changelog
unc0rr
parents: 1138
diff changeset
   471
 + Bath, Freeway, Hell, Sheep, Underwater themes
8fcc64446a97 Update frgotten changelog
unc0rr
parents: 1138
diff changeset
   472
 + PirateFlag, Sheep maps
8fcc64446a97 Update frgotten changelog
unc0rr
parents: 1138
diff changeset
   473
 + Seduction weapon
8fcc64446a97 Update frgotten changelog
unc0rr
parents: 1138
diff changeset
   474
 + Dedicated server
8fcc64446a97 Update frgotten changelog
unc0rr
parents: 1138
diff changeset
   475
 + Increase possible length of team and Hedgehog names
8fcc64446a97 Update frgotten changelog
unc0rr
parents: 1138
diff changeset
   476
 + New music
8fcc64446a97 Update frgotten changelog
unc0rr
parents: 1138
diff changeset
   477
 + Ability to customize your hedgehogs with a variety of hats
8fcc64446a97 Update frgotten changelog
unc0rr
parents: 1138
diff changeset
   478
 + Ability to customize water colour in themes
8fcc64446a97 Update frgotten changelog
unc0rr
parents: 1138
diff changeset
   479
 + Watermelon Bomb Weapon
8fcc64446a97 Update frgotten changelog
unc0rr
parents: 1138
diff changeset
   480
 + Hellish Hand Grenade Weapon
8fcc64446a97 Update frgotten changelog
unc0rr
parents: 1138
diff changeset
   481
 + /me now works in chat
8fcc64446a97 Update frgotten changelog
unc0rr
parents: 1138
diff changeset
   482
 + Ability to divide teams on any map
8fcc64446a97 Update frgotten changelog
unc0rr
parents: 1138
diff changeset
   483
 * Fix rope getting stuck bug
8fcc64446a97 Update frgotten changelog
unc0rr
parents: 1138
diff changeset
   484
 * Make soundtrack loop better
8fcc64446a97 Update frgotten changelog
unc0rr
parents: 1138
diff changeset
   485
 * Fixed small glitch with placing girders
8fcc64446a97 Update frgotten changelog
unc0rr
parents: 1138
diff changeset
   486
 * Fixed grenade sound
8fcc64446a97 Update frgotten changelog
unc0rr
parents: 1138
diff changeset
   487
 * AI uses the mortar better
8fcc64446a97 Update frgotten changelog
unc0rr
parents: 1138
diff changeset
   488
1114
3f4e468d4e5a draft a changelog for 0.9.6
unc0rr
parents: 1071
diff changeset
   489
0.9.5 -> 0.9.6:
3f4e468d4e5a draft a changelog for 0.9.6
unc0rr
parents: 1071
diff changeset
   490
 + New Cake weapon
3f4e468d4e5a draft a changelog for 0.9.6
unc0rr
parents: 1071
diff changeset
   491
 + New maps: EarthRise, Bamboo, Bath, BambooPlinko
1138
b943ccd98c47 - Add full EarthRise theme
unc0rr
parents: 1114
diff changeset
   492
 + New theme EarthRise
1114
3f4e468d4e5a draft a changelog for 0.9.6
unc0rr
parents: 1071
diff changeset
   493
 + Add soundtracks for each theme
3f4e468d4e5a draft a changelog for 0.9.6
unc0rr
parents: 1071
diff changeset
   494
 + Show picked up ammo name when playing demo
3f4e468d4e5a draft a changelog for 0.9.6
unc0rr
parents: 1071
diff changeset
   495
 + Make engine fonts bold
3f4e468d4e5a draft a changelog for 0.9.6
unc0rr
parents: 1071
diff changeset
   496
 + Small sound improvements
3f4e468d4e5a draft a changelog for 0.9.6
unc0rr
parents: 1071
diff changeset
   497
 * Fix clouds shaking up
3f4e468d4e5a draft a changelog for 0.9.6
unc0rr
parents: 1071
diff changeset
   498
 * Repair screenshots capturing
3f4e468d4e5a draft a changelog for 0.9.6
unc0rr
parents: 1071
diff changeset
   499
1071
cbd170f54a3c Update changelog in trunk also
unc0rr
parents: 1018
diff changeset
   500
0.9.4 -> 0.9.5:
cbd170f54a3c Update changelog in trunk also
unc0rr
parents: 1018
diff changeset
   501
 + Taunts
cbd170f54a3c Update changelog in trunk also
unc0rr
parents: 1018
diff changeset
   502
 + Exit confirmation dialog
cbd170f54a3c Update changelog in trunk also
unc0rr
parents: 1018
diff changeset
   503
 + Sudden death
cbd170f54a3c Update changelog in trunk also
unc0rr
parents: 1018
diff changeset
   504
 + Maps added: Hydrant, Lonely Island
cbd170f54a3c Update changelog in trunk also
unc0rr
parents: 1018
diff changeset
   505
 + Updated mushroom map
cbd170f54a3c Update changelog in trunk also
unc0rr
parents: 1018
diff changeset
   506
 + Translations added: German, Slovak, Bulgarian, French
cbd170f54a3c Update changelog in trunk also
unc0rr
parents: 1018
diff changeset
   507
 + More impressive exposions
cbd170f54a3c Update changelog in trunk also
unc0rr
parents: 1018
diff changeset
   508
 * Fix bad sprite when you jump and get hit
cbd170f54a3c Update changelog in trunk also
unc0rr
parents: 1018
diff changeset
   509
1018
7db4bb7ef074 Update changelog
unc0rr
parents: 881
diff changeset
   510
0.9.3 -> 0.9.4:
7db4bb7ef074 Update changelog
unc0rr
parents: 881
diff changeset
   511
 + In game chat is now implemented, chat (and taunt!) your buddies during network play
7db4bb7ef074 Update changelog
unc0rr
parents: 881
diff changeset
   512
 + Mortar, whip and Kamikaze weapon additions
7db4bb7ef074 Update changelog
unc0rr
parents: 881
diff changeset
   513
 + Two new themes, desert island and city
7db4bb7ef074 Update changelog
unc0rr
parents: 881
diff changeset
   514
 + New maps
7db4bb7ef074 Update changelog
unc0rr
parents: 881
diff changeset
   515
 + New animations, including an idle animation!
7db4bb7ef074 Update changelog
unc0rr
parents: 881
diff changeset
   516
 + Rope reworked, much greater momentum, ability to aim the rope between swings
7db4bb7ef074 Update changelog
unc0rr
parents: 881
diff changeset
   517
 + AI updates
7db4bb7ef074 Update changelog
unc0rr
parents: 881
diff changeset
   518
 + Teams now work in fort mode, i.e. 2v2
7db4bb7ef074 Update changelog
unc0rr
parents: 881
diff changeset
   519
 + Ability to attack whilst jumping/rope swinging
8442
535a00ca0d35 whitespaces and tabs again
koda
parents: 7782
diff changeset
   520
 + Some weapons can only be used after a certain number of turns
1018
7db4bb7ef074 Update changelog
unc0rr
parents: 881
diff changeset
   521
 + Lots of new graphics
7db4bb7ef074 Update changelog
unc0rr
parents: 881
diff changeset
   522
 * Many network/gameplay bug fixes
7db4bb7ef074 Update changelog
unc0rr
parents: 881
diff changeset
   523
881
e550cc9a65a1 Update README and ChangeLog
unc0rr
parents: 752
diff changeset
   524
0.9.2 -> 0.9.3:
e550cc9a65a1 Update README and ChangeLog
unc0rr
parents: 752
diff changeset
   525
 + Switch to OpenGL rendering
e550cc9a65a1 Update README and ChangeLog
unc0rr
parents: 752
diff changeset
   526
 + Massive graphics update
e550cc9a65a1 Update README and ChangeLog
unc0rr
parents: 752
diff changeset
   527
 + New animations, weapon sprites
e550cc9a65a1 Update README and ChangeLog
unc0rr
parents: 752
diff changeset
   528
 + New themes 'Snow' and 'Nature'
e550cc9a65a1 Update README and ChangeLog
unc0rr
parents: 752
diff changeset
   529
 + Many new sounds
4095
bc71520224ec text tweaks
nemo
parents: 3221
diff changeset
   530
 + Hedgehog backjump
881
e550cc9a65a1 Update README and ChangeLog
unc0rr
parents: 752
diff changeset
   531
 + Automated parachute
e550cc9a65a1 Update README and ChangeLog
unc0rr
parents: 752
diff changeset
   532
 + Hedgehog can jump even when someone is on its head
e550cc9a65a1 Update README and ChangeLog
unc0rr
parents: 752
diff changeset
   533
 * Improve and bugfix statistics
e550cc9a65a1 Update README and ChangeLog
unc0rr
parents: 752
diff changeset
   534
 * Fix bug allowing to make stack of hedgehogs using teleport
e550cc9a65a1 Update README and ChangeLog
unc0rr
parents: 752
diff changeset
   535
 * Fix fall without damage trick, which could be performed with not attached rope
e550cc9a65a1 Update README and ChangeLog
unc0rr
parents: 752
diff changeset
   536
 * Don't show enemy's picked weapon name
e550cc9a65a1 Update README and ChangeLog
unc0rr
parents: 752
diff changeset
   537
 * Fix hedgehog moving direction after been shot by shotgun
e550cc9a65a1 Update README and ChangeLog
unc0rr
parents: 752
diff changeset
   538
 * Fix bug with handling keys while it is enemy's turn
e550cc9a65a1 Update README and ChangeLog
unc0rr
parents: 752
diff changeset
   539
734
cc92f24dfa60 Fix version number
unc0rr
parents: 733
diff changeset
   540
0.9 -> 0.9.2:
733
f375d9ecd247 Update changelog
unc0rr
parents: 376
diff changeset
   541
f375d9ecd247 Update changelog
unc0rr
parents: 376
diff changeset
   542
 + Add registration of net game in web
f375d9ecd247 Update changelog
unc0rr
parents: 376
diff changeset
   543
 + Introduce weapons sets support
f375d9ecd247 Update changelog
unc0rr
parents: 376
diff changeset
   544
 + Add teleportation tool
752
69f1dc50a1fa Some changelog fixes
unc0rr
parents: 736
diff changeset
   545
 + Add hedgehogs switching tool
733
f375d9ecd247 Update changelog
unc0rr
parents: 376
diff changeset
   546
 + Add tags with current damage (alt damage option on options page)
f375d9ecd247 Update changelog
unc0rr
parents: 376
diff changeset
   547
 + A couple of new land templates
f375d9ecd247 Update changelog
unc0rr
parents: 376
diff changeset
   548
 + Decrease network bandwidth usage
752
69f1dc50a1fa Some changelog fixes
unc0rr
parents: 736
diff changeset
   549
 + Add clans support (teams with identical colors are allies)
733
f375d9ecd247 Update changelog
unc0rr
parents: 376
diff changeset
   550
 + 's' key speeds up demo playing
f375d9ecd247 Update changelog
unc0rr
parents: 376
diff changeset
   551
 + Easter egg
f375d9ecd247 Update changelog
unc0rr
parents: 376
diff changeset
   552
 + Full saves support, 'Saved games' page
f375d9ecd247 Update changelog
unc0rr
parents: 376
diff changeset
   553
 + Add ability to choose which info is shown above hedgehogs
f375d9ecd247 Update changelog
unc0rr
parents: 376
diff changeset
   554
 + AI can use Air Attack weapon
f375d9ecd247 Update changelog
unc0rr
parents: 376
diff changeset
   555
 + Get possible screen resolutions from SDL library
f375d9ecd247 Update changelog
unc0rr
parents: 376
diff changeset
   556
 + Add Desert Eagle and UFO sounds
f375d9ecd247 Update changelog
unc0rr
parents: 376
diff changeset
   557
 + Add parachute sprite
735
639f04aaeccd Some fixes
unc0rr
parents: 734
diff changeset
   558
 + Add training mode
733
f375d9ecd247 Update changelog
unc0rr
parents: 376
diff changeset
   559
 + New theme and map 'Volcano'
f375d9ecd247 Update changelog
unc0rr
parents: 376
diff changeset
   560
 + Moving hedgehog could make another hedgehog moving kicking him
f375d9ecd247 Update changelog
unc0rr
parents: 376
diff changeset
   561
 + Save and restore window size on application restart
f375d9ecd247 Update changelog
unc0rr
parents: 376
diff changeset
   562
 * Fix using parachute while staying on the ground
f375d9ecd247 Update changelog
unc0rr
parents: 376
diff changeset
   563
 * Fix old rope regression (attaching didn't work properly, when hedgehog is jumping)
f375d9ecd247 Update changelog
unc0rr
parents: 376
diff changeset
   564
 * Fix AI jumping to wrong direction on the turn start
736
8f73dd91a4fd More changelog fix
unc0rr
parents: 735
diff changeset
   565
 * Fix rare conditions causing network game to randomly fail
735
639f04aaeccd Some fixes
unc0rr
parents: 734
diff changeset
   566
 * Make missiles collide with attacking hedgehog