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