author | koda |
Sat, 05 May 2012 19:04:59 +0100 | |
changeset 7028 | 0f60591f3a16 |
parent 6398 | 33c92c4ac749 |
child 7782 | a611da4d1667 |
permissions | -rw-r--r-- |
733 | 1 |
+ features |
2 |
* bugfixes |
|
3 |
||
6325
cdd3d8c723ec
Update changelog, comment on possibly redundant lines in GSHandlers
nemo
parents:
5981
diff
changeset
|
4 |
0.9.16 -> 0.9.17: |
cdd3d8c723ec
Update changelog, comment on possibly redundant lines in GSHandlers
nemo
parents:
5981
diff
changeset
|
5 |
+ New theme, Cave |
cdd3d8c723ec
Update changelog, comment on possibly redundant lines in GSHandlers
nemo
parents:
5981
diff
changeset
|
6 |
+ New voicepack, Hillbilly |
cdd3d8c723ec
Update changelog, comment on possibly redundant lines in GSHandlers
nemo
parents:
5981
diff
changeset
|
7 |
+ More attractive mission screen with previews |
cdd3d8c723ec
Update changelog, comment on possibly redundant lines in GSHandlers
nemo
parents:
5981
diff
changeset
|
8 |
+ Chat timestamping, links, input history, tab completion |
6398 | 9 |
+ 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
|
10 |
+ 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
|
11 |
+ Errors/warnings in chat instead of popup boxes |
cdd3d8c723ec
Update changelog, comment on possibly redundant lines in GSHandlers
nemo
parents:
5981
diff
changeset
|
12 |
+ Mousewheel to change hog/weapon counts in game creation |
cdd3d8c723ec
Update changelog, comment on possibly redundant lines in GSHandlers
nemo
parents:
5981
diff
changeset
|
13 |
+ 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
|
14 |
+ Team colours changed, again |
cdd3d8c723ec
Update changelog, comment on possibly redundant lines in GSHandlers
nemo
parents:
5981
diff
changeset
|
15 |
+ Land texture on maps using mask of black |
cdd3d8c723ec
Update changelog, comment on possibly redundant lines in GSHandlers
nemo
parents:
5981
diff
changeset
|
16 |
+ 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
|
17 |
+ Team coloured RC/airstrike |
cdd3d8c723ec
Update changelog, comment on possibly redundant lines in GSHandlers
nemo
parents:
5981
diff
changeset
|
18 |
+ 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
|
19 |
+ 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
|
20 |
+ Grenades/bazooka/melon pieces/ballgun now kicked by explosions |
cdd3d8c723ec
Update changelog, comment on possibly redundant lines in GSHandlers
nemo
parents:
5981
diff
changeset
|
21 |
+ Minor theme optimisation, Optional SkyR |
cdd3d8c723ec
Update changelog, comment on possibly redundant lines in GSHandlers
nemo
parents:
5981
diff
changeset
|
22 |
+ Camera follows melon, clusterbomb, gas cloud |
6398 | 23 |
* 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
|
24 |
* 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
|
25 |
* 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
|
26 |
* 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
|
27 |
* ctrl-w no longer closes engine window |
cdd3d8c723ec
Update changelog, comment on possibly redundant lines in GSHandlers
nemo
parents:
5981
diff
changeset
|
28 |
* Fix bugs in blowtorch angle/direction |
cdd3d8c723ec
Update changelog, comment on possibly redundant lines in GSHandlers
nemo
parents:
5981
diff
changeset
|
29 |
* Fix playing notes on the piano |
cdd3d8c723ec
Update changelog, comment on possibly redundant lines in GSHandlers
nemo
parents:
5981
diff
changeset
|
30 |
* Fix some colours in greyscale 3D |
cdd3d8c723ec
Update changelog, comment on possibly redundant lines in GSHandlers
nemo
parents:
5981
diff
changeset
|
31 |
* Fix Lua overrides of map config |
cdd3d8c723ec
Update changelog, comment on possibly redundant lines in GSHandlers
nemo
parents:
5981
diff
changeset
|
32 |
* Girders no longer make windows in tunnels |
cdd3d8c723ec
Update changelog, comment on possibly redundant lines in GSHandlers
nemo
parents:
5981
diff
changeset
|
33 |
* Prevent some more escaping through border, firepunch, pickhammer |
cdd3d8c723ec
Update changelog, comment on possibly redundant lines in GSHandlers
nemo
parents:
5981
diff
changeset
|
34 |
* Many frontend bugfixes, code cleanup. Crash in game abort, flake clipping, invalid state on room close |
6398 | 35 |
* 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
|
36 |
|
5947 | 37 |
0.9.15 -> 0.9.16: |
5981 | 38 |
+ In-game chat now supports backspace-repeat and Escape to close the text input area |
39 |
+ Team status bars shrunk/made translucent if they take up a significant portion of the screen |
|
40 |
+ Background music change on sudden death mode |
|
5918 | 41 |
+ Stereoscopic rendering |
5432 | 42 |
+ Installing content (anything under Data/ - maps, sounds, and any such stuff) to user profile allows custom adding/overriding of any Data/ content |
5918 | 43 |
+ Screen for downloadable content |
44 |
+ Allow up to 8 teams in a game |
|
5947 | 45 |
+ New gameplay modes/styles: Racer, The Specialists, Tumbler, Space Invasion, Balanced Random Weapon |
5948 | 46 |
+ New single player missions: Bamboo Thicket, That Sinking Feeling, Newton and the Tree |
5432 | 47 |
+ 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
|
48 |
+ New Utility: Time Box |
5432 | 49 |
+ New Game mode: Tag team |
5859
285b3fd862e7
added some changes I remembered/saw in the logs to the changelog
sheepluva
parents:
5815
diff
changeset
|
50 |
+ New Game option for map bottom border |
5860 | 51 |
+ New Theme: Golf |
5859
285b3fd862e7
added some changes I remembered/saw in the logs to the changelog
sheepluva
parents:
5815
diff
changeset
|
52 |
+ Many new hats |
5918 | 53 |
+ Sudden Death art |
5726 | 54 |
+ Get away time modifier (in %) |
5432 | 55 |
+ Shoppa scheme by default resets ammo |
56 |
+ Shots are on a tenth of a second delay instead of a 1 and a quarter second delay (fast deagle/portal fire) |
|
57 |
+ Defective mines explode if they take enough damage |
|
58 |
+ Rope head can attach to hogs/crates/barrels again (rope still passes through them) |
|
59 |
+ Control of grenade bounce |
|
60 |
+ Drill Strike bombs don't explode when leaving ground, but after a (customizable!) timer |
|
5918 | 61 |
+ Hammer impacts mines/barrels |
62 |
+ Seduction is an Area-of-Effect attack now |
|
5947 | 63 |
+ Significantly altered flame behavior and damage. |
64 |
+ 'Throwing' weapons into hogs (e.g. grenade) no longer does max damage. |
|
5432 | 65 |
+ Ukranian localization of Default voice. support for localized voices |
66 |
+ Theme cleanup, including the new theme config file change |
|
67 |
+ Improvements in scoring and tracking damage |
|
68 |
+ Camera tracking now toggleable |
|
69 |
+ Mudball does not end turn |
|
70 |
+ Indicator for height of plane when using napalm |
|
71 |
+ Land smoothing (looks less pixelated on generation and damage) |
|
5918 | 72 |
+ 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
|
73 |
+ The names of the ShoppaKingTournament winners are now written on the Trophies in the ShoppaKing and TrophyRace maps! |
5918 | 74 |
+ Allow window resizes during game |
75 |
+ Improved fullscreen capabilities |
|
76 |
+ Additional/new sounds (mine impact, sine gun, etc) |
|
77 |
+ Victory/flawless victory sounds |
|
78 |
* Voices don't overlap (was needed more due to faster game actions due to shortened delays) |
|
5432 | 79 |
* Prevent portaling to impossible locations better |
80 |
* Snow accumulates more smoothly |
|
81 |
* 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
|
82 |
* Rope shouldn't be able to get Hogs stuck on walls anymore |
5432 | 83 |
* Fix for last portal shot always being yellow |
84 |
* More accurate napalm strike drop location |
|
5918 | 85 |
* AI fixes (heh, yeah right) |
5432 | 86 |
* Fixed locales, such as korean |
87 |
* Code refactoring |
|
88 |
* Various bug/leak fixes |
|
89 |
||
90 |
Frontend/Menu and Netgame: |
|
5952 | 91 |
+ Drawing straight lines in drawn map mode (hold down the control key when clicking, then move mouse to end point and release). |
92 |
+ Undo clear in drawn map mode |
|
5432 | 93 |
+ Autokick ignored players joining your room |
94 |
+ Improved nick sorting in lobby and rooms. (not case-sensitive, letters first, friend @ top, ignored @ bottom) |
|
95 |
+ Display player count in lobby |
|
96 |
+ 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 | 97 |
+ Room names can be changed by the room admin without recreating the room |
5432 | 98 |
* Fix invisible icons in popup menus |
99 |
* Various fixes and adjustments |
|
100 |
||
4681 | 101 |
0.9.14 -> 0.9.15: |
4683 | 102 |
+ Ability to create, save and load hand drawn maps |
103 |
+ New maps: Capture the Flag (Blizzard) Map |
|
104 |
+ New themes: Christmas |
|
105 |
+ Snowflakes on Christmas/Snow themes accumulates on the ground |
|
106 |
+ New game modifiers: No wind, More wind |
|
107 |
+ New missions: Dangerous ducklings, Diver, Spooky tree, Teamwork |
|
108 |
+ New weapons: Mudball, Drill strike |
|
109 |
+ Many more Lua hooks |
|
110 |
+ Readytimer |
|
111 |
+ Ability to edit seed |
|
112 |
+ Ability to select gameplay scripts |
|
113 |
+ New gameplay scripts: Capture the Flag, No jumping, Random weapon |
|
114 |
+ New Lua unified translation framework |
|
115 |
+ Code refactoring |
|
116 |
+ Max teams upped to 8 |
|
117 |
+ Cosmetic enhancements to Napalm strike |
|
4685 | 118 |
+ Selecting a game scheme selects the corresponding weapon set |
4683 | 119 |
+ Dust when drills dig |
120 |
+ New hats: beaver, porkey, sheep |
|
121 |
+ Add density property to Gears |
|
4685 | 122 |
+ Reworked management of schemes and weapon sets |
4723 | 123 |
+ Will ask before deleting teams, schemes and weapon sets |
4683 | 124 |
+ 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
|
125 |
+ Variable rope length in scheme |
4683 | 126 |
+ Allow hog speech when not your turn |
4681 | 127 |
|
4116 | 128 |
0.9.13 -> 0.9.14: |
129 |
+ New audio tracks |
|
130 |
+ New forts: EvilChicken, Tank |
|
131 |
+ New game modes: AI Survival Mode, Per Hedgehog Ammo, Reset Health, Reset Weapons, Unlimited Attacks |
|
132 |
+ New grave: ring |
|
133 |
+ Over 30 new hats |
|
134 |
+ New themes: Art, Brick, Jungle, Stage |
|
135 |
+ New maps: ShoppaKing, Sticks, TrophyRace (Mission) |
|
136 |
+ New utilities: Portal Gun, Resurrector |
|
137 |
+ New weapons: Flamethrower, Hammer, Old Limburger, Piano Strike, Sticky Mines |
|
4321 | 138 |
+ Weapons' projectiles will now be launched from their barrels instead of the hog's center |
4223 | 139 |
+ Flying Saucers may be used for moving below the water surface |
4231 | 140 |
+ New default game schemes: Clean Slate, Fort Mode, Timeless, Thinking with Portals, King Mode |
141 |
+ New default weapon set: Clean Slate, Thinking with Portals |
|
4116 | 142 |
+ Bomb clusters/Melon parts inherit some of the original bomb's speed |
143 |
+ Extended game statistics |
|
144 |
+ Improved health bar updating |
|
4323 | 145 |
+ Hogs that blow themselves up will use triggers in their team color |
4116 | 146 |
+ Settings allow better control over the level of details/effects |
147 |
+ Improved Lua support |
|
148 |
+ On empty ammo switch to no weapon rather than the first available one (to avoid shooting by accident) |
|
149 |
+ Display of hints in the frontend |
|
150 |
+ Some improvements of existing Themes of Maps |
|
4223 | 151 |
+ Land destruction effects added |
4116 | 152 |
+ Improved fire effects |
4223 | 153 |
+ Improved Melon explosion effects |
4116 | 154 |
+ Online game lobby now features game filters |
155 |
+ Other Frontend enhancements |
|
156 |
+ Additional sounds |
|
157 |
+ Show special game rules in Esc screen |
|
158 |
+ Updated translation |
|
159 |
+ Speed optimizations |
|
160 |
+ Hedgewars will now use a sub directory of "My Documents" like other games instead of "%userprofile%/.hedgewars" under Windows |
|
4223 | 161 |
+ Added support for graphics cards/drivers that have a 512x512 pixel textures limit |
162 |
+ Team colors are more distinguishable from each other now |
|
4116 | 163 |
* Fixed bug that allowed charging a weapon while on rope, leading to frozen timer |
164 |
* Various bug fixes |
|
165 |
||
3210 | 166 |
0.9.12 -> 0.9.13: |
3213 | 167 |
+ Speed optimizations |
168 |
+ New weapon: Birdy (carries your hog and lets you throw poisonous eggs at your foes) |
|
169 |
+ Hats are visible while using rope and blowtorch |
|
170 |
+ Explosive barrels |
|
171 |
+ AI is able to handle artillery mode as well as new weapons |
|
172 |
+ Weapon schemes now include crate probability as well as delays |
|
173 |
+ Optional semi transparent labels for hogs to avoid hidden gaps |
|
174 |
+ New voicepack: British |
|
175 |
+ New frontend sounds |
|
176 |
+ Frontend now allows you to add player names to either your friends or ignore list and join their current rooms (follow) |
|
177 |
+ Optional tooltips explaining weapons in weapons menu |
|
178 |
+ 3D effect for waves |
|
179 |
+ Game now fades in/out at the start and end of a round |
|
180 |
+ Flashlight effect when taking screenshots |
|
181 |
+ Holding 'precise' key now allows hogs to change direction without moving |
|
182 |
+ New game modes: place hedgehogs, king mode, randomized starting order, shared ammo, no girders |
|
183 |
+ Improved CJK text handling and detection |
|
184 |
+ Dud mines |
|
185 |
+ Reserved hats for donators (reservation time is limited; they'll be useable by everyone some months later) |
|
186 |
+ Added team flags (pick your country or your favorite 'fun' flag) |
|
187 |
+ Active team's name blinking on round start |
|
3214 | 188 |
+ Team chat for spectators |
189 |
+ New explosion graphics with screen shakes for huge explosions |
|
3213 | 190 |
+ Hogs might react to thrown grenades or explosives and panic |
191 |
+ Popup effects visualizing collected weapons |
|
192 |
+ New visual effects (dust, smoke, gun shells) |
|
193 |
+ Replaced the UFO with the Homing Bee |
|
194 |
+ View ammo menu even while other player's turn |
|
195 |
+ Preview alternate weapon while using another one (e.g. parachute, rope and flying saucer) |
|
196 |
+ Splashes and droplets once objects fall into water |
|
197 |
+ 45 degree bounce for grenades |
|
198 |
+ New bounce sounds for most objects |
|
199 |
+ Several new sounds for hedgehogs including walking animation and some emotes |
|
200 |
+ Show special game rules at round's start |
|
201 |
+ Support for Lua scripts (used for tutorials as well as 'mission' maps) |
|
202 |
+ Changed Basketball map to be a mission including scoreboards |
|
203 |
+ Added Knockball mission |
|
204 |
+ New crazy map template |
|
205 |
+ New random map generator supporting maze type maps |
|
206 |
+ New game schemes: Barrel Mayhem, Tunnel Hogs |
|
207 |
+ New weapon scheme: Tunnel Hogs |
|
208 |
+ New themes: Olympics, Desert |
|
209 |
+ Lots of other updates to other themes |
|
210 |
+ Background textures for destroyed land simulating depth (on random maps only) |
|
3214 | 211 |
+ New target cursors |
3213 | 212 |
+ Many new hats |
213 |
+ Additional effects |
|
214 |
+ Icon for hwengine under windows |
|
215 |
+ Delete old teams using the frontend |
|
216 |
+ Support for long localized strings (longer than 255 bytes) |
|
3214 | 217 |
+ Xfire support (shows nickname, server and room name in player info) |
3213 | 218 |
* Fixed showing two cursors in some situations |
3215 | 219 |
* Drill rocket's sound will now stop even after drilling right into water |
3213 | 220 |
* Properly unload SDL_mixer's support libraries on engine shutdown |
221 |
* Fixed several memory leaks |
|
222 |
+ Lots of other bug fixes and additions we already forgot during this huge release |
|
223 |
+ Updated translation |
|
3221 | 224 |
+ PowerPC architecture supported |
225 |
* Reduced memory footprint and leakage |
|
3210 | 226 |
|
2548 | 227 |
0.9.11 -> 0.9.12: |
228 |
+ Zoom |
|
229 |
+ New weapons: flying saucer, molotov cocktail |
|
230 |
+ More sounds |
|
231 |
+ New visual effects |
|
232 |
+ Updated graphics |
|
233 |
+ Chat within team only |
|
234 |
+ Remember net password |
|
235 |
+ More trainings |
|
236 |
+ Implement room control delegation when host's connection fails |
|
237 |
+ Colorize chat events in engine |
|
2552 | 238 |
+ [mac only] Add Sparkle framework to automatically update the program when a new version comes out |
239 |
+ [mac only] Add M3InstallController for easy installation |
|
2548 | 240 |
* Fix crash in replay caused by speechbubbles |
241 |
* Fix some desync causes |
|
242 |
* Fix rope bugs |
|
243 |
* Fix bugs in weapon selection code |
|
244 |
||
2088 | 245 |
0.9.10 -> 0.9.11: |
246 |
+ Speech bubbles |
|
247 |
+ Many new hats, new graves |
|
248 |
+ New taunts |
|
2110 | 249 |
+ New voice pack, new default voice |
2088 | 250 |
+ Animated stars in frontend's background |
251 |
+ New music |
|
252 |
+ Vampirism weapon and game mode, karma mode |
|
253 |
+ Artillery mode |
|
254 |
+ Sniper rifle |
|
255 |
+ Options for mine delay/quantity |
|
256 |
* Fix disconnection from server not been performed correctly |
|
257 |
* Don't crash engine after round in reduced quality mode |
|
258 |
* Fix game desync when oneof players quits |
|
259 |
* Hedgehogs don't take hat off when jumping |
|
260 |
* Fix initial room map config desync |
|
261 |
* Fix team name in training |
|
262 |
* Fix crash in parachute/rope if drowning with active girder/teleport |
|
263 |
* Fix rope disappearing bug |
|
264 |
||
1982 | 265 |
0.9.9 -> 0.9.10: |
266 |
+ Many new hats, maps, themes, updates on existing ones |
|
267 |
+ Remove small pixels left by fire |
|
268 |
+ Double possible land dimensions, allow up to 48 hedgehogs in game |
|
269 |
+ Brand new net server |
|
270 |
+ Cave mode |
|
271 |
+ Initial sound volume option |
|
272 |
+ Increase rendering speed and overall graphics performance |
|
273 |
+ New game options |
|
274 |
+ Game schemes |
|
275 |
+ New voicepack |
|
276 |
+ Reduced quality mode for better performance on old computers |
|
277 |
+ Random teams generator |
|
278 |
+ Many utilities |
|
279 |
+ Templates filter |
|
280 |
+ Water bouncing |
|
281 |
* Fix underwater theme soundtrack |
|
282 |
* Fix blowtorch delete condition |
|
283 |
* Fix crash when attackbar wasn't deleted, but hedgehog gear was |
|
284 |
* Fix spectating when one of players left the game |
|
285 |
* Fix accidental rope removing from ammo in some cases |
|
286 |
* Prevent engine crash when not enough place for all hedgehogs |
|
287 |
* Fix bug with not working toggles 'rectrict joins' and 'restrict team adding' |
|
288 |
+ Fix engine slowdown when trying to switch ammo while firing bazooka |
|
289 |
||
1695 | 290 |
0.9.8 -> 0.9.9: |
291 |
+ Voicepacks |
|
292 |
+ Teams health graphic on statistics page |
|
293 |
+ Colorize join/quit messages in chat |
|
294 |
+ Precise aiming |
|
295 |
+ RC Plane weapon |
|
296 |
* Fix ballgun breaking net game on 64bit systems |
|
297 |
* Fix bug when hedgehog was unable to drop some weapons from rope in certain conditions |
|
298 |
* Fix page switching issues when disconnected |
|
299 |
* Fix rope bug which allowed hedgehog to go into land |
|
300 |
* Fix cake stucking up in air on some maps |
|
301 |
* Fix three cursor bugs |
|
302 |
* Fix autogenerated demos/saves filenames problems |
|
303 |
* Fix engine freeze when switching hedgehog in certain conditions |
|
304 |
||
1603 | 305 |
0.9.7 -> 0.9.8: |
1605 | 306 |
+ Many net server fixes |
307 |
+ Lobby on net server |
|
308 |
+ Napalm weapon |
|
309 |
+ Drill rocket and Ballgun weapons |
|
310 |
+ Show quit reason message |
|
311 |
+ Solid Land option |
|
312 |
+ New maps |
|
313 |
+ Many new forts |
|
314 |
+ Improve Hellish hand grenade |
|
315 |
+ Spectating for those who joined after game start |
|
1603 | 316 |
* Fix silent crash when cannot place all hedgehogs |
317 |
* Fix small damage tag issues |
|
318 |
* Fix a bug leading to engine silent crash when using whip, bat or firepunch (and probably flame) |
|
319 |
* Limit chat history to 250 entries to avoid DoS attack with its use |
|
320 |
||
1486 | 321 |
0.9.6 -> 0.9.7: |
322 |
+ Completely redesign the frontend, no longer looks like an ugly program launcher |
|
323 |
+ New art |
|
324 |
+ Add fullscreen mode to frontend |
|
325 |
+ New Castle map |
|
326 |
+ All map rendering now 32bit / theme objects have alpha channels |
|
327 |
+ Bath, Freeway, Hell, Sheep, Underwater themes |
|
328 |
+ PirateFlag, Sheep maps |
|
329 |
+ Seduction weapon |
|
330 |
+ Dedicated server |
|
331 |
+ Increase possible length of team and Hedgehog names |
|
332 |
+ New music |
|
333 |
+ Ability to customize your hedgehogs with a variety of hats |
|
334 |
+ Ability to customize water colour in themes |
|
335 |
+ Watermelon Bomb Weapon |
|
336 |
+ Hellish Hand Grenade Weapon |
|
337 |
+ /me now works in chat |
|
338 |
+ Ability to divide teams on any map |
|
339 |
* Fix rope getting stuck bug |
|
340 |
* Make soundtrack loop better |
|
341 |
* Fixed small glitch with placing girders |
|
342 |
* Fixed grenade sound |
|
343 |
* AI uses the mortar better |
|
344 |
||
1114 | 345 |
0.9.5 -> 0.9.6: |
346 |
+ New Cake weapon |
|
347 |
+ New maps: EarthRise, Bamboo, Bath, BambooPlinko |
|
1138 | 348 |
+ New theme EarthRise |
1114 | 349 |
+ Add soundtracks for each theme |
350 |
+ Show picked up ammo name when playing demo |
|
351 |
+ Make engine fonts bold |
|
352 |
+ Small sound improvements |
|
353 |
* Fix clouds shaking up |
|
354 |
* Repair screenshots capturing |
|
355 |
||
1071 | 356 |
0.9.4 -> 0.9.5: |
357 |
+ Taunts |
|
358 |
+ Exit confirmation dialog |
|
359 |
+ Sudden death |
|
360 |
+ Maps added: Hydrant, Lonely Island |
|
361 |
+ Updated mushroom map |
|
362 |
+ Translations added: German, Slovak, Bulgarian, French |
|
363 |
+ More impressive exposions |
|
364 |
* Fix bad sprite when you jump and get hit |
|
365 |
||
1018 | 366 |
0.9.3 -> 0.9.4: |
367 |
+ In game chat is now implemented, chat (and taunt!) your buddies during network play |
|
368 |
+ Mortar, whip and Kamikaze weapon additions |
|
369 |
+ Two new themes, desert island and city |
|
370 |
+ New maps |
|
371 |
+ New animations, including an idle animation! |
|
372 |
+ Rope reworked, much greater momentum, ability to aim the rope between swings |
|
373 |
+ AI updates |
|
374 |
+ Teams now work in fort mode, i.e. 2v2 |
|
375 |
+ Ability to attack whilst jumping/rope swinging |
|
376 |
+ Some weapons can only be used after a certain number of turns |
|
377 |
+ Lots of new graphics |
|
378 |
* Many network/gameplay bug fixes |
|
379 |
||
881 | 380 |
0.9.2 -> 0.9.3: |
381 |
+ Switch to OpenGL rendering |
|
382 |
+ Massive graphics update |
|
383 |
+ New animations, weapon sprites |
|
384 |
+ New themes 'Snow' and 'Nature' |
|
385 |
+ Many new sounds |
|
4095 | 386 |
+ Hedgehog backjump |
881 | 387 |
+ Automated parachute |
388 |
+ Hedgehog can jump even when someone is on its head |
|
389 |
* Improve and bugfix statistics |
|
390 |
* Fix bug allowing to make stack of hedgehogs using teleport |
|
391 |
* Fix fall without damage trick, which could be performed with not attached rope |
|
392 |
* Don't show enemy's picked weapon name |
|
393 |
* Fix hedgehog moving direction after been shot by shotgun |
|
394 |
* Fix bug with handling keys while it is enemy's turn |
|
395 |
||
734 | 396 |
0.9 -> 0.9.2: |
733 | 397 |
|
398 |
+ Add registration of net game in web |
|
399 |
+ Introduce weapons sets support |
|
400 |
+ Add teleportation tool |
|
752 | 401 |
+ Add hedgehogs switching tool |
733 | 402 |
+ Add tags with current damage (alt damage option on options page) |
403 |
+ A couple of new land templates |
|
404 |
+ Decrease network bandwidth usage |
|
752 | 405 |
+ Add clans support (teams with identical colors are allies) |
733 | 406 |
+ 's' key speeds up demo playing |
407 |
+ Easter egg |
|
408 |
+ Full saves support, 'Saved games' page |
|
409 |
+ Add ability to choose which info is shown above hedgehogs |
|
410 |
+ AI can use Air Attack weapon |
|
411 |
+ Get possible screen resolutions from SDL library |
|
412 |
+ Add Desert Eagle and UFO sounds |
|
413 |
+ Add parachute sprite |
|
735 | 414 |
+ Add training mode |
733 | 415 |
+ New theme and map 'Volcano' |
416 |
+ Moving hedgehog could make another hedgehog moving kicking him |
|
417 |
+ Save and restore window size on application restart |
|
418 |
* Fix using parachute while staying on the ground |
|
419 |
* Fix old rope regression (attaching didn't work properly, when hedgehog is jumping) |
|
420 |
* Fix AI jumping to wrong direction on the turn start |
|
736 | 421 |
* Fix rare conditions causing network game to randomly fail |
735 | 422 |
* Make missiles collide with attacking hedgehog |