author | Wuzzy <Wuzzy2@mail.ru> |
Sat, 10 Feb 2018 15:36:01 +0100 | |
changeset 12960 | e20660b0c3cf |
parent 12955 | 4fbe2d18df9c |
child 12967 | e32fff07b8d7 |
permissions | -rw-r--r-- |
733 | 1 |
+ features |
2 |
* bugfixes |
|
12907 | 3 |
====================== 0.9.24 ====================== |
4 |
Game: |
|
5 |
+ New weapon: Minigun |
|
12911
20f389ae90b5
Change weapon icons of mudball and air mine
Wuzzy <Wuzzy2@mail.ru>
parents:
12910
diff
changeset
|
6 |
+ Change weapon icons: Mudball, air mine |
12940
39b7b3ed619e
Add healing visual effect + heal msg in scripts
Wuzzy <Wuzzy2@mail.ru>
parents:
12939
diff
changeset
|
7 |
+ Add healing visual effect in Paramedics mode and a few scripts |
12920
21827fc9ca98
Fix timebox being usable in SD w/ damage=0
Wuzzy <Wuzzy2@mail.ru>
parents:
12919
diff
changeset
|
8 |
* Fix time box being usable in Sudden Death with 0 health decrease |
12907 | 9 |
* Fix chat input key being sometimes registered twice |
10 |
||
12925
7a54bda7b6d1
Add missing beginWriteArray in scheme model code
Wuzzy <Wuzzy2@mail.ru>
parents:
12921
diff
changeset
|
11 |
Frontend: |
7a54bda7b6d1
Add missing beginWriteArray in scheme model code
Wuzzy <Wuzzy2@mail.ru>
parents:
12921
diff
changeset
|
12 |
+ Schemes are now stored in separate files under Schemes |
12926
502d18361c7e
Fix broken preview of team hats in frontend
Wuzzy <Wuzzy2@mail.ru>
parents:
12925
diff
changeset
|
13 |
* Fix broken preview of team hats (e.g. cap_team) |
12925
7a54bda7b6d1
Add missing beginWriteArray in scheme model code
Wuzzy <Wuzzy2@mail.ru>
parents:
12921
diff
changeset
|
14 |
|
12917
8cc24173cd71
Add the flag of Scotland (uk_scotland)
Wuzzy <Wuzzy2@mail.ru>
parents:
12916
diff
changeset
|
15 |
Content: |
8cc24173cd71
Add the flag of Scotland (uk_scotland)
Wuzzy <Wuzzy2@mail.ru>
parents:
12916
diff
changeset
|
16 |
+ New flag: uk_scotland |
12921
684621f7eab3
Add Polish voicepack (Default_pl) by mtg90pl
mtg90pl <mtg90pl@gmail.com>
parents:
12920
diff
changeset
|
17 |
+ New voice: Default_pl (Polish) |
12917
8cc24173cd71
Add the flag of Scotland (uk_scotland)
Wuzzy <Wuzzy2@mail.ru>
parents:
12916
diff
changeset
|
18 |
|
12942
ca23981ec219
Add a few key shortcuts in Costruction Mode
Wuzzy <Wuzzy2@mail.ru>
parents:
12940
diff
changeset
|
19 |
Styles and game modes: |
ca23981ec219
Add a few key shortcuts in Costruction Mode
Wuzzy <Wuzzy2@mail.ru>
parents:
12940
diff
changeset
|
20 |
+ Construction Mode: Add a few shortcuts |
12946
1a1a514aef2e
Construction Mode: Each team remembers its selections now
Wuzzy <Wuzzy2@mail.ru>
parents:
12942
diff
changeset
|
21 |
+ Construction Mode: Remember all selections |
12953
7ea62261c481
Construction Mode: Change message color
Wuzzy <Wuzzy2@mail.ru>
parents:
12947
diff
changeset
|
22 |
+ Construction Mode: Add subtle glow to healing station |
7ea62261c481
Construction Mode: Change message color
Wuzzy <Wuzzy2@mail.ru>
parents:
12947
diff
changeset
|
23 |
+ Construction Mode: Change message colors |
12955
4fbe2d18df9c
Construction Mode: Now amSwitch amount can be changed in weapon scheme
Wuzzy <Wuzzy2@mail.ru>
parents:
12954
diff
changeset
|
24 |
+ Construction Mode: Allow to change "Switch Hedgehog" in weapon scheme |
12954
50dd4f88daf4
Always remove mine strike in Construction Mode
Wuzzy <Wuzzy2@mail.ru>
parents:
12953
diff
changeset
|
25 |
* Construction Mode: Remove mine strike if added by weapon scheme (it's broken) |
12942
ca23981ec219
Add a few key shortcuts in Costruction Mode
Wuzzy <Wuzzy2@mail.ru>
parents:
12940
diff
changeset
|
26 |
|
12907 | 27 |
A Space Adventure: |
28 |
+ Precise Shooting: Display collected ammo |
|
12909
b5d3b79c90cf
ASA, Hard Flying: Show personal best at mission start
Wuzzy <Wuzzy2@mail.ru>
parents:
12907
diff
changeset
|
29 |
+ Hard Flying: Display personal best at mission start |
12935
ff42888333bc
Killing The Specialists mission: Fix misleading hints, add messages and visual effects
Wuzzy <Wuzzy2@mail.ru>
parents:
12932
diff
changeset
|
30 |
+ Killing the Specialists: Add event messages and graphical effects |
ff42888333bc
Killing The Specialists mission: Fix misleading hints, add messages and visual effects
Wuzzy <Wuzzy2@mail.ru>
parents:
12932
diff
changeset
|
31 |
* Killing the Specialists: Fix very misleading hints in mission panel |
12907 | 32 |
|
33 |
A Classic Fairytale: |
|
34 |
+ Mission 3: Display number of turns left at timed parcours |
|
35 |
* Fix incorrect storytelling in mission descriptions |
|
733 | 36 |
|
12915 | 37 |
Theme customization: |
38 |
+ Add fallback music with fallback-music and fallback-sd-music |
|
12916
6fede49bc103
Fix green color channel on themes with sd-tint (#566)
Wuzzy <Wuzzy2@mail.ru>
parents:
12915
diff
changeset
|
39 |
* Fix green color channel on themes with sd-tint |
12915 | 40 |
|
12910 | 41 |
Lua API: |
42 |
+ New call: WriteLnToChat(string): Add a line in the chat |
|
12929
1d7d7d21914a
Lua API: Add SetVampiric and SetLaserSight
Wuzzy <Wuzzy2@mail.ru>
parents:
12928
diff
changeset
|
43 |
+ New call: SetVampiric(bool): Toggle vampirism |
1d7d7d21914a
Lua API: Add SetVampiric and SetLaserSight
Wuzzy <Wuzzy2@mail.ru>
parents:
12928
diff
changeset
|
44 |
+ New call: SetLaserSight(bool): Toggle laser sight |
12930
330b6c353093
Lua API: Add GetWind function to get current wind
Wuzzy <Wuzzy2@mail.ru>
parents:
12929
diff
changeset
|
45 |
+ New call: GetWind(): Returns current wind (approximation) from -100 to 100 |
12931 | 46 |
+ New call: GetTeamName(teamIdx): Returns name of team with given index (starts at 0) |
12932 | 47 |
+ New call: SpawnSupplyCrate(x, y, content, [, amount]): Spawn ammo or utility crate, depending on content |
12939
0112ef349ddc
Lua API: Add HealHog to heal hog with visual effects + message
Wuzzy <Wuzzy2@mail.ru>
parents:
12938
diff
changeset
|
48 |
+ New call: HealHog(gearUid, healthBoost[, showMessage[, tint]]): Heal hedgehog with graphical effects and message |
12928 | 49 |
+ New callback: onEndTurn(): Called at the end of a turn (when gears have settled) |
12947
c8b7bc04eb4c
Lua API: AddAmmo unselects weapons before it would remove current ammo from current hog
Wuzzy <Wuzzy2@mail.ru>
parents:
12946
diff
changeset
|
50 |
* AddAmmo now automatically unselects weapon if it would remove current ammo from current hedgehog |
12912
a840fd55caa6
Calling SetWeapon with amNothing now unselects weapon
Wuzzy <Wuzzy2@mail.ru>
parents:
12911
diff
changeset
|
51 |
* Fix call: SetWeapon(amNothing) now unselects weapon |
12919
0f02dd1ff4c9
Fix TotalRounds counting rounds a couple of turns too late
Wuzzy <Wuzzy2@mail.ru>
parents:
12917
diff
changeset
|
52 |
* Fix global: TotalRounds was stuck at -1 for several turns |
12910 | 53 |
|
12747
d3dad8de4aca
Changelog: Add 0.9.23 highlights, change headers, reorganize 0.9.23 engine updates, fix typos, mention some features
Wuzzy <Wuzzy2@mail.ru>
parents:
12743
diff
changeset
|
54 |
====================== 0.9.23 ====================== |
d3dad8de4aca
Changelog: Add 0.9.23 highlights, change headers, reorganize 0.9.23 engine updates, fix typos, mention some features
Wuzzy <Wuzzy2@mail.ru>
parents:
12743
diff
changeset
|
55 |
HIGHLIGHTS: |
d3dad8de4aca
Changelog: Add 0.9.23 highlights, change headers, reorganize 0.9.23 engine updates, fix typos, mention some features
Wuzzy <Wuzzy2@mail.ru>
parents:
12743
diff
changeset
|
56 |
+ Battalion style |
d3dad8de4aca
Changelog: Add 0.9.23 highlights, change headers, reorganize 0.9.23 engine updates, fix typos, mention some features
Wuzzy <Wuzzy2@mail.ru>
parents:
12743
diff
changeset
|
57 |
+ Fort mode is now a map type instead of a scheme setting |
d3dad8de4aca
Changelog: Add 0.9.23 highlights, change headers, reorganize 0.9.23 engine updates, fix typos, mention some features
Wuzzy <Wuzzy2@mail.ru>
parents:
12743
diff
changeset
|
58 |
+ Fort mode now works with more than 2 teams |
d3dad8de4aca
Changelog: Add 0.9.23 highlights, change headers, reorganize 0.9.23 engine updates, fix typos, mention some features
Wuzzy <Wuzzy2@mail.ru>
parents:
12743
diff
changeset
|
59 |
+ New weapon: rubber duck |
d3dad8de4aca
Changelog: Add 0.9.23 highlights, change headers, reorganize 0.9.23 engine updates, fix typos, mention some features
Wuzzy <Wuzzy2@mail.ru>
parents:
12743
diff
changeset
|
60 |
+ New theme, map, 3 forts, 3 missions, some hats and graves |
d3dad8de4aca
Changelog: Add 0.9.23 highlights, change headers, reorganize 0.9.23 engine updates, fix typos, mention some features
Wuzzy <Wuzzy2@mail.ru>
parents:
12743
diff
changeset
|
61 |
+ WxW style allows you to select one of many wall sets |
d3dad8de4aca
Changelog: Add 0.9.23 highlights, change headers, reorganize 0.9.23 engine updates, fix typos, mention some features
Wuzzy <Wuzzy2@mail.ru>
parents:
12743
diff
changeset
|
62 |
+ Complete HedgeEditor overhaul |
d3dad8de4aca
Changelog: Add 0.9.23 highlights, change headers, reorganize 0.9.23 engine updates, fix typos, mention some features
Wuzzy <Wuzzy2@mail.ru>
parents:
12743
diff
changeset
|
63 |
+ Greatly improved script parameter support for many styles |
d3dad8de4aca
Changelog: Add 0.9.23 highlights, change headers, reorganize 0.9.23 engine updates, fix typos, mention some features
Wuzzy <Wuzzy2@mail.ru>
parents:
12743
diff
changeset
|
64 |
+ Improves stats screen of most styles and missions |
d3dad8de4aca
Changelog: Add 0.9.23 highlights, change headers, reorganize 0.9.23 engine updates, fix typos, mention some features
Wuzzy <Wuzzy2@mail.ru>
parents:
12743
diff
changeset
|
65 |
+ Various improvements for almost all styles |
d3dad8de4aca
Changelog: Add 0.9.23 highlights, change headers, reorganize 0.9.23 engine updates, fix typos, mention some features
Wuzzy <Wuzzy2@mail.ru>
parents:
12743
diff
changeset
|
66 |
+ AI hedgehogs can now use Bee, Vamprism, and Time Box |
d3dad8de4aca
Changelog: Add 0.9.23 highlights, change headers, reorganize 0.9.23 engine updates, fix typos, mention some features
Wuzzy <Wuzzy2@mail.ru>
parents:
12743
diff
changeset
|
67 |
+ Campaign page now shows your progress |
d3dad8de4aca
Changelog: Add 0.9.23 highlights, change headers, reorganize 0.9.23 engine updates, fix typos, mention some features
Wuzzy <Wuzzy2@mail.ru>
parents:
12743
diff
changeset
|
68 |
+ Improved turn timer |
d3dad8de4aca
Changelog: Add 0.9.23 highlights, change headers, reorganize 0.9.23 engine updates, fix typos, mention some features
Wuzzy <Wuzzy2@mail.ru>
parents:
12743
diff
changeset
|
69 |
+ Improved randomization options in team and multiplayer pages |
d3dad8de4aca
Changelog: Add 0.9.23 highlights, change headers, reorganize 0.9.23 engine updates, fix typos, mention some features
Wuzzy <Wuzzy2@mail.ru>
parents:
12743
diff
changeset
|
70 |
+ Improved theme customization support |
d3dad8de4aca
Changelog: Add 0.9.23 highlights, change headers, reorganize 0.9.23 engine updates, fix typos, mention some features
Wuzzy <Wuzzy2@mail.ru>
parents:
12743
diff
changeset
|
71 |
+ Various Lua API additions |
d3dad8de4aca
Changelog: Add 0.9.23 highlights, change headers, reorganize 0.9.23 engine updates, fix typos, mention some features
Wuzzy <Wuzzy2@mail.ru>
parents:
12743
diff
changeset
|
72 |
* Fix cursor often jumping around after clicking |
d3dad8de4aca
Changelog: Add 0.9.23 highlights, change headers, reorganize 0.9.23 engine updates, fix typos, mention some features
Wuzzy <Wuzzy2@mail.ru>
parents:
12743
diff
changeset
|
73 |
* A huge amount of bugfixes for both campaigns, the missions and styles |
d3dad8de4aca
Changelog: Add 0.9.23 highlights, change headers, reorganize 0.9.23 engine updates, fix typos, mention some features
Wuzzy <Wuzzy2@mail.ru>
parents:
12743
diff
changeset
|
74 |
* Video recording functionality is restored |
d3dad8de4aca
Changelog: Add 0.9.23 highlights, change headers, reorganize 0.9.23 engine updates, fix typos, mention some features
Wuzzy <Wuzzy2@mail.ru>
parents:
12743
diff
changeset
|
75 |
|
11783 | 76 |
Content: |
12412 | 77 |
+ New game-style/mode: Battalion (see https://hedgewars.org/wiki/Battalion ) |
12152
f4a05d550b0d
Mention addition of Beach theme in changelog
Wuzzy <almikes@aol.com>
parents:
12092
diff
changeset
|
78 |
+ New theme: Beach |
12769 | 79 |
+ New theme music for Jungle and Fruit themes |
12773
f1b3e33b0a0a
Change SD music for Halloween and Hoggywood themes (old tracks)
Wuzzy <Wuzzy2@mail.ru>
parents:
12769
diff
changeset
|
80 |
+ Change SD theme music for Halloween and Hoggywood (old tracks) |
12075 | 81 |
+ Completely new Cheese map; replaces the old one |
12323 | 82 |
+ New forts: Lonely_Island, Octopus, Olympic, Snail |
12637
317eb3210f7c
Add 6 hats from the hat thread, the TheMadCharles' barrelhider hat (CC BY 3.0) and 12 hairless hat variants
Wuzzy <almikes@aol.com>
parents:
12634
diff
changeset
|
83 |
+ Many new random hedgehog and team names |
317eb3210f7c
Add 6 hats from the hat thread, the TheMadCharles' barrelhider hat (CC BY 3.0) and 12 hairless hat variants
Wuzzy <almikes@aol.com>
parents:
12634
diff
changeset
|
84 |
+ Add hats: barrelhider, bishop, jester, leprechaun, pirate_eyepatch, tf_scout, zoo_octopus |
317eb3210f7c
Add 6 hats from the hat thread, the TheMadCharles' barrelhider hat (CC BY 3.0) and 12 hairless hat variants
Wuzzy <almikes@aol.com>
parents:
12634
diff
changeset
|
85 |
+ Add hair-less variants of old hats: beefeaterhat, lambdahat, nursehat, pirate_bandana, pirate_hat, poke_ash_hat, RamboClean, sf_vega_hat, sf_guile_hat, simple_red, simple_yellow, simple_green, thugclean |
317eb3210f7c
Add 6 hats from the hat thread, the TheMadCharles' barrelhider hat (CC BY 3.0) and 12 hairless hat variants
Wuzzy <almikes@aol.com>
parents:
12634
diff
changeset
|
86 |
* Remove hat: tf_scount (this was a duplicate of tf_demoman) |
12741 | 87 |
* Add graves: Clover, Old_Apple, pi, Simple_reversed, TV, Whisky, Ying_and_Yang |
12507
0ed3fda9b61d
Remove white stripes in flags of armenia, ireland, turkey
Wuzzy <almikes@aol.com>
parents:
12505
diff
changeset
|
88 |
* Redo flags: cm_pentagram, cm_soviet, armenia, ireland, nepal, suisse, sweden, turkey |
11783 | 89 |
|
12747
d3dad8de4aca
Changelog: Add 0.9.23 highlights, change headers, reorganize 0.9.23 engine updates, fix typos, mention some features
Wuzzy <Wuzzy2@mail.ru>
parents:
12743
diff
changeset
|
90 |
Game engine (weapons): |
12907 | 91 |
+ New weapon: Rubber duck |
12300
6486a012987e
Make sticky mines fall off the map when frozen
Wuzzy <almikes@aol.com>
parents:
12299
diff
changeset
|
92 |
+ Freezer can now freeze sticky mines (they get disabled and fall into the water) |
12747
d3dad8de4aca
Changelog: Add 0.9.23 highlights, change headers, reorganize 0.9.23 engine updates, fix typos, mention some features
Wuzzy <Wuzzy2@mail.ru>
parents:
12743
diff
changeset
|
93 |
+ Keep rope / parachute / flying saucer selected when destroyed and secondary ammo selected |
d3dad8de4aca
Changelog: Add 0.9.23 highlights, change headers, reorganize 0.9.23 engine updates, fix typos, mention some features
Wuzzy <Wuzzy2@mail.ru>
parents:
12743
diff
changeset
|
94 |
* Gameplay fix: Hammer damage is now rounded down. This means it will cause NO DAMAGE to a hedgehog with less than 3 hp. |
d3dad8de4aca
Changelog: Add 0.9.23 highlights, change headers, reorganize 0.9.23 engine updates, fix typos, mention some features
Wuzzy <Wuzzy2@mail.ru>
parents:
12743
diff
changeset
|
95 |
* Fixed air strikes drops being off-center |
d3dad8de4aca
Changelog: Add 0.9.23 highlights, change headers, reorganize 0.9.23 engine updates, fix typos, mention some features
Wuzzy <Wuzzy2@mail.ru>
parents:
12743
diff
changeset
|
96 |
* Fixed hedgehogs getting hurt while firing deagle / sniper rifle bullet in certain situations |
12809
ba2f3d375f80
Update changelog regarding wrap world edge bugs
Wuzzy <Wuzzy2@mail.ru>
parents:
12800
diff
changeset
|
97 |
* Fixed mine, sticky mine, seduction, resurrector not working correctly across wrap world edge |
12789
28782e03b8f0
Fix CheckWorldWrap not correctly checking for bounce edge. Also fix teleport @ bounce edge
Wuzzy <Wuzzy2@mail.ru>
parents:
12783
diff
changeset
|
98 |
* Fixed teleportation being able to teleport in land if you clicked across the wrap or bounce world edge |
12747
d3dad8de4aca
Changelog: Add 0.9.23 highlights, change headers, reorganize 0.9.23 engine updates, fix typos, mention some features
Wuzzy <Wuzzy2@mail.ru>
parents:
12743
diff
changeset
|
99 |
* Fixed turn not ending when sticky mine was trapped on rubberband |
d3dad8de4aca
Changelog: Add 0.9.23 highlights, change headers, reorganize 0.9.23 engine updates, fix typos, mention some features
Wuzzy <Wuzzy2@mail.ru>
parents:
12743
diff
changeset
|
100 |
* Rope is now destroyed when attempting to shoot it through wrap or bouncy world edge |
d3dad8de4aca
Changelog: Add 0.9.23 highlights, change headers, reorganize 0.9.23 engine updates, fix typos, mention some features
Wuzzy <Wuzzy2@mail.ru>
parents:
12743
diff
changeset
|
101 |
* Fixed possible to move rope angle below 0° while having secondary weapon selected |
d3dad8de4aca
Changelog: Add 0.9.23 highlights, change headers, reorganize 0.9.23 engine updates, fix typos, mention some features
Wuzzy <Wuzzy2@mail.ru>
parents:
12743
diff
changeset
|
102 |
* Fixed molotov cocktails bouncing vertically off rubber |
d3dad8de4aca
Changelog: Add 0.9.23 highlights, change headers, reorganize 0.9.23 engine updates, fix typos, mention some features
Wuzzy <Wuzzy2@mail.ru>
parents:
12743
diff
changeset
|
103 |
* Fixed sniper rifle disabling laser sight utility after using |
d3dad8de4aca
Changelog: Add 0.9.23 highlights, change headers, reorganize 0.9.23 engine updates, fix typos, mention some features
Wuzzy <Wuzzy2@mail.ru>
parents:
12743
diff
changeset
|
104 |
* Fixed RC planes being able to collect frozen crates |
d3dad8de4aca
Changelog: Add 0.9.23 highlights, change headers, reorganize 0.9.23 engine updates, fix typos, mention some features
Wuzzy <Wuzzy2@mail.ru>
parents:
12743
diff
changeset
|
105 |
* Fixed cake taking over 200 seconds to explode when its stuck and can't move |
d3dad8de4aca
Changelog: Add 0.9.23 highlights, change headers, reorganize 0.9.23 engine updates, fix typos, mention some features
Wuzzy <Wuzzy2@mail.ru>
parents:
12743
diff
changeset
|
106 |
* Fixed Birdy descending into water when hog took damage or died before it got picked up |
d3dad8de4aca
Changelog: Add 0.9.23 highlights, change headers, reorganize 0.9.23 engine updates, fix typos, mention some features
Wuzzy <Wuzzy2@mail.ru>
parents:
12743
diff
changeset
|
107 |
* Fixed player being able to switch to dying hog |
d3dad8de4aca
Changelog: Add 0.9.23 highlights, change headers, reorganize 0.9.23 engine updates, fix typos, mention some features
Wuzzy <Wuzzy2@mail.ru>
parents:
12743
diff
changeset
|
108 |
* Various other fixes |
d3dad8de4aca
Changelog: Add 0.9.23 highlights, change headers, reorganize 0.9.23 engine updates, fix typos, mention some features
Wuzzy <Wuzzy2@mail.ru>
parents:
12743
diff
changeset
|
109 |
|
d3dad8de4aca
Changelog: Add 0.9.23 highlights, change headers, reorganize 0.9.23 engine updates, fix typos, mention some features
Wuzzy <Wuzzy2@mail.ru>
parents:
12743
diff
changeset
|
110 |
Game engine (gameplay): |
d3dad8de4aca
Changelog: Add 0.9.23 highlights, change headers, reorganize 0.9.23 engine updates, fix typos, mention some features
Wuzzy <Wuzzy2@mail.ru>
parents:
12743
diff
changeset
|
111 |
+ Fort Mode will now work with more than 2 teams |
11700
ea1097d7bd27
"divided teams" modifier will now work with more than 2 teams!
sheepluva
parents:
11530
diff
changeset
|
112 |
+ Divided Teams mode will now work with more than 2 teams (Hint: you probably want to set world edges to "wrap" in such games) |
12747
d3dad8de4aca
Changelog: Add 0.9.23 highlights, change headers, reorganize 0.9.23 engine updates, fix typos, mention some features
Wuzzy <Wuzzy2@mail.ru>
parents:
12743
diff
changeset
|
113 |
+ Frozen hedgehogs can no longer be poisoned |
d3dad8de4aca
Changelog: Add 0.9.23 highlights, change headers, reorganize 0.9.23 engine updates, fix typos, mention some features
Wuzzy <Wuzzy2@mail.ru>
parents:
12743
diff
changeset
|
114 |
+ AI hedgehogs can now use Bee, Vampirism and Time Box |
d3dad8de4aca
Changelog: Add 0.9.23 highlights, change headers, reorganize 0.9.23 engine updates, fix typos, mention some features
Wuzzy <Wuzzy2@mail.ru>
parents:
12743
diff
changeset
|
115 |
+ Improved hedgehog spawns on maps that lack land mass or free space |
d3dad8de4aca
Changelog: Add 0.9.23 highlights, change headers, reorganize 0.9.23 engine updates, fix typos, mention some features
Wuzzy <Wuzzy2@mail.ru>
parents:
12743
diff
changeset
|
116 |
+ Hogs no longer spawn on icy terrain |
12748 | 117 |
+ Temporarily suspend Heavy Wind mode while turn timer is not running |
118 |
+ Engine supports now really gigantic maps |
|
12747
d3dad8de4aca
Changelog: Add 0.9.23 highlights, change headers, reorganize 0.9.23 engine updates, fix typos, mention some features
Wuzzy <Wuzzy2@mail.ru>
parents:
12743
diff
changeset
|
119 |
* Fixed cursor often jumping back to screen center when putting target location while moving cursor |
d3dad8de4aca
Changelog: Add 0.9.23 highlights, change headers, reorganize 0.9.23 engine updates, fix typos, mention some features
Wuzzy <Wuzzy2@mail.ru>
parents:
12743
diff
changeset
|
120 |
* Fixed team getting infinite ammo when stockpiling >= 100 ammo (max. finite ammo is now limited to 99) |
d3dad8de4aca
Changelog: Add 0.9.23 highlights, change headers, reorganize 0.9.23 engine updates, fix typos, mention some features
Wuzzy <Wuzzy2@mail.ru>
parents:
12743
diff
changeset
|
121 |
* Fixed failure to collect crate across wrap world edge |
d3dad8de4aca
Changelog: Add 0.9.23 highlights, change headers, reorganize 0.9.23 engine updates, fix typos, mention some features
Wuzzy <Wuzzy2@mail.ru>
parents:
12743
diff
changeset
|
122 |
* Remove buggy “/finish” chat command |
12790
abc9a99418cc
Fix ammo menu, placement and camera movement keys not working in ammo menu
Wuzzy <Wuzzy2@mail.ru>
parents:
12789
diff
changeset
|
123 |
* Fix key controls not working in ammo menu: ammo menu, placement, camera/cursor movement keys |
12747
d3dad8de4aca
Changelog: Add 0.9.23 highlights, change headers, reorganize 0.9.23 engine updates, fix typos, mention some features
Wuzzy <Wuzzy2@mail.ru>
parents:
12743
diff
changeset
|
124 |
* Various other fixes |
d3dad8de4aca
Changelog: Add 0.9.23 highlights, change headers, reorganize 0.9.23 engine updates, fix typos, mention some features
Wuzzy <Wuzzy2@mail.ru>
parents:
12743
diff
changeset
|
125 |
|
d3dad8de4aca
Changelog: Add 0.9.23 highlights, change headers, reorganize 0.9.23 engine updates, fix typos, mention some features
Wuzzy <Wuzzy2@mail.ru>
parents:
12743
diff
changeset
|
126 |
Game engine (graphics, sounds and texts): |
11887
083c12795632
Show symbols at bottom right while extra damage / low grav. are active
Wuzzy <almikes@aol.com>
parents:
11885
diff
changeset
|
127 |
+ Show indicator symbols at bottom right while extra damage or low gravity are active |
11920
d7d7f3a07db9
Add changelog entries for the timer color-coding and countdown sounds
Wuzzy <almikes@aol.com>
parents:
11909
diff
changeset
|
128 |
+ Color coding for the turn timer: green = ready timer, yellow = turn in progress, red = retreat timer, gray = timer paused |
d7d7f3a07db9
Add changelog entries for the timer color-coding and countdown sounds
Wuzzy <almikes@aol.com>
parents:
11909
diff
changeset
|
129 |
+ Play countdown sounds at 1-4 seconds turn time |
11783 | 130 |
+ Several new sound effects for weapons and utilities |
12169
869cf5f34700
More ticker messages: Sick, king died, resurrect, time box return, timeout, kamikaze
Wuzzy <almikes@aol.com>
parents:
12168
diff
changeset
|
131 |
+ More ticker messages: Hog gets sick, king died, hog was resurrected, hog time travels (and returns), timeout, kamikaze |
12748 | 132 |
+ Small visual effects enhancements: Baseball bat, dynamite and more |
12747
d3dad8de4aca
Changelog: Add 0.9.23 highlights, change headers, reorganize 0.9.23 engine updates, fix typos, mention some features
Wuzzy <Wuzzy2@mail.ru>
parents:
12743
diff
changeset
|
133 |
+ Render graves behind everything else, so that they can't hide mines etc. |
11505 | 134 |
* Video recording functionality is restored |
12747
d3dad8de4aca
Changelog: Add 0.9.23 highlights, change headers, reorganize 0.9.23 engine updates, fix typos, mention some features
Wuzzy <Wuzzy2@mail.ru>
parents:
12743
diff
changeset
|
135 |
* Fixed screenshots being too bright if taken in quick succession |
d3dad8de4aca
Changelog: Add 0.9.23 highlights, change headers, reorganize 0.9.23 engine updates, fix typos, mention some features
Wuzzy <Wuzzy2@mail.ru>
parents:
12743
diff
changeset
|
136 |
* Fixed hedgehog voices missing a response type (Justyouwait/"You're gonna pay for that") on some platforms (e.g. GNU/Linux) |
d3dad8de4aca
Changelog: Add 0.9.23 highlights, change headers, reorganize 0.9.23 engine updates, fix typos, mention some features
Wuzzy <Wuzzy2@mail.ru>
parents:
12743
diff
changeset
|
137 |
* Fixed SD flakes of themes not working if regular flakes were disabled |
11783 | 138 |
* Fixed Seduction's "Yoohoo!" sound not playing |
12165 | 139 |
* Fixed hedgehogs saying “Missed” when drowning enemy without dealing damage |
12176
29f1ea94488b
Fix enemy saying “Missed” when poisoned w/o damage
Wuzzy <almikes@aol.com>
parents:
12175
diff
changeset
|
140 |
* Fixed enemy saying "Missed” when giving poison without direct damage |
12292
93434ab299a0
Take sacrifices into account for the “Stupid” taunt
Wuzzy <almikes@aol.com>
parents:
12286
diff
changeset
|
141 |
* Fixed hedgehogs not saying “Stupid” and not displaying announcer message for inflicting self-harm |
12175
9237bfb198c7
Fix time box tooltip saying it is not *yet* available in SD
Wuzzy <almikes@aol.com>
parents:
12169
diff
changeset
|
142 |
* Fixed incorrect time box tooltip when in Sudden Death |
12672
c98179b00740
Fix short sound breakdown shortly after using time box
Wuzzy <almikes@aol.com>
parents:
12671
diff
changeset
|
143 |
* Fixed short sound effect breakdown right after using a time box |
12676
2e6dcd97f085
No longer jiggle sticky mines if using portable portal device
Wuzzy <almikes@aol.com>
parents:
12672
diff
changeset
|
144 |
* Fixed sticky mine sound sometimes playing when shooting portable portal device when a sticky mine is placed on terrain |
12681
4e5e725f2c56
Fix hog holding nothing in hand when choosing napalm or piano strike
Wuzzy <almikes@aol.com>
parents:
12679
diff
changeset
|
145 |
* Fixed hedgehog holding nothing in hand when napalm or piano strike got selected |
12747
d3dad8de4aca
Changelog: Add 0.9.23 highlights, change headers, reorganize 0.9.23 engine updates, fix typos, mention some features
Wuzzy <Wuzzy2@mail.ru>
parents:
12743
diff
changeset
|
146 |
* Fixed excessive water splashes sometimes caused by mines |
11530 | 147 |
|
12074
b940c933830a
Update changelog for Highlander changes
Wuzzy <almikes@aol.com>
parents:
12066
diff
changeset
|
148 |
Highlander: |
b940c933830a
Update changelog for Highlander changes
Wuzzy <almikes@aol.com>
parents:
12066
diff
changeset
|
149 |
+ Show collected weapons after kill and play sound |
b940c933830a
Update changelog for Highlander changes
Wuzzy <almikes@aol.com>
parents:
12066
diff
changeset
|
150 |
+ Mission panel now shows all game modifiers (e.g. mines time, vampirism, etc.) |
12703
6726d5edfdfb
Loyal Highlander: loyal=true in Highlander script param, you only get stuff for *enemy* kills
Wuzzy <almikes@aol.com>
parents:
12692
diff
changeset
|
151 |
+ Loyal Highlander (optional): With “loyal=true” in script param, you only get weapons for enemy kills (clan kills don't count) |
12414
d43ded9a0c34
Remove IceGun from default Highlander weaponset
sheepluva
parents:
12412
diff
changeset
|
152 |
* Removed "Freezer"/IceGun from the default Highlander weaponset |
12074
b940c933830a
Update changelog for Highlander changes
Wuzzy <almikes@aol.com>
parents:
12066
diff
changeset
|
153 |
|
11783 | 154 |
Construction Mode: |
155 |
+ Added script parameter support: |
|
156 |
+ initialenergy: Amount of energy at start |
|
157 |
+ energyperround: New energy per round |
|
12092
9fe7eb1f7df2
Construction Mode: Turn crate limit into a script parameter
Wuzzy <almikes@aol.com>
parents:
12091
diff
changeset
|
158 |
+ maxenergy: Maximum allowed energy |
9fe7eb1f7df2
Construction Mode: Turn crate limit into a script parameter
Wuzzy <almikes@aol.com>
parents:
12091
diff
changeset
|
159 |
+ cratesperround: Maximum placable crates per round |
11943
a50cf6f5e3cd
Update changelog for SetAmmoTexts-related changes
Wuzzy <almikes@aol.com>
parents:
11938
diff
changeset
|
160 |
+ Completely reworked all in-game texts and descriptions |
12091
db5e12d623cc
Contruction Mode: Fix rubber being placable in land and invalid girder placement costing energy
Wuzzy <almikes@aol.com>
parents:
12090
diff
changeset
|
161 |
* Fix rubber being placable inside land |
db5e12d623cc
Contruction Mode: Fix rubber being placable in land and invalid girder placement costing energy
Wuzzy <almikes@aol.com>
parents:
12090
diff
changeset
|
162 |
* Fix invalid girder placement costing energy |
11943
a50cf6f5e3cd
Update changelog for SetAmmoTexts-related changes
Wuzzy <almikes@aol.com>
parents:
11938
diff
changeset
|
163 |
* Special tools like structure placer now have their own proper descriptions (instead of Air Attack description, etc.) |
11783 | 164 |
* Costs for weapon and utility crates were all equal |
12330
fc6bb8471882
Update more HWPs: Knockball, Racer, Construction Mode
Wuzzy <almikes@aol.com>
parents:
12327
diff
changeset
|
165 |
* Remove airplane cursor |
12682
b7fd7ab8ddf9
Construction Mode: Fix Lua error spam when using time box with filters on map
Wuzzy <almikes@aol.com>
parents:
12681
diff
changeset
|
166 |
* Fix Lua errors when hog goes to time travel while any filter is in map |
11783 | 167 |
* Many other fixes and tweaks |
168 |
||
11987
279b3ba8d3bd
Split up change log sections even more, and update it for Racer
Wuzzy <almikes@aol.com>
parents:
11983
diff
changeset
|
169 |
Racer and TechRacer: |
279b3ba8d3bd
Split up change log sections even more, and update it for Racer
Wuzzy <almikes@aol.com>
parents:
11983
diff
changeset
|
170 |
+ Allow to only place 2 waypoints in Racer |
279b3ba8d3bd
Split up change log sections even more, and update it for Racer
Wuzzy <almikes@aol.com>
parents:
11983
diff
changeset
|
171 |
+ Allow to remove Racer waypoints with precise key |
279b3ba8d3bd
Split up change log sections even more, and update it for Racer
Wuzzy <almikes@aol.com>
parents:
11983
diff
changeset
|
172 |
+ New script parameters for Racer: |
279b3ba8d3bd
Split up change log sections even more, and update it for Racer
Wuzzy <almikes@aol.com>
parents:
11983
diff
changeset
|
173 |
+ rounds: Number of rounds to play |
279b3ba8d3bd
Split up change log sections even more, and update it for Racer
Wuzzy <almikes@aol.com>
parents:
11983
diff
changeset
|
174 |
+ waypointradius: Size of waypoints |
279b3ba8d3bd
Split up change log sections even more, and update it for Racer
Wuzzy <almikes@aol.com>
parents:
11983
diff
changeset
|
175 |
+ maxwaypoints: Maximum allowed number of waypoints |
279b3ba8d3bd
Split up change log sections even more, and update it for Racer
Wuzzy <almikes@aol.com>
parents:
11983
diff
changeset
|
176 |
+ Show correct ranking and times in stats screen of Racer and TechRacer |
12330
fc6bb8471882
Update more HWPs: Knockball, Racer, Construction Mode
Wuzzy <almikes@aol.com>
parents:
12327
diff
changeset
|
177 |
* Fix description and icon of waypoint placement tool in Racer |
fc6bb8471882
Update more HWPs: Knockball, Racer, Construction Mode
Wuzzy <almikes@aol.com>
parents:
12327
diff
changeset
|
178 |
* Remove airplane cursor in Racer |
11987
279b3ba8d3bd
Split up change log sections even more, and update it for Racer
Wuzzy <almikes@aol.com>
parents:
11983
diff
changeset
|
179 |
* Fixed waypoint message in TechRacer and Racer overwriting current weapon selection message |
279b3ba8d3bd
Split up change log sections even more, and update it for Racer
Wuzzy <almikes@aol.com>
parents:
11983
diff
changeset
|
180 |
* Fixed TechRacer not recording finish if time was >= 100s |
279b3ba8d3bd
Split up change log sections even more, and update it for Racer
Wuzzy <almikes@aol.com>
parents:
11983
diff
changeset
|
181 |
|
12066 | 182 |
WxW: |
183 |
+ Support for multiple sets of walls per map |
|
184 |
+ Add optional “Crate Before Attack” rule |
|
185 |
+ Add optional “All But Last” rule |
|
186 |
+ Add optional “Kill The Leader” rule |
|
187 |
+ Script parameter support (see Lua file comment for documentation) |
|
188 |
+ Possible to set max. number of weapons in game (script parameter only) |
|
189 |
+ Menu can be disabled (with script parameter “menu=false”) for insant game start |
|
190 |
+ Possible to set number of crates per turn |
|
191 |
+ Ropes, ShoppaKing, ShoppaHell and ShoppaNeon can now be played with the classic left and right walls |
|
192 |
+ Allows almost all game modifiers to be changed, the only exception is crate probabilities |
|
193 |
+ New wall sets for Ropes, ShoppaNeon, ShoppaDesert, ShoppaWild, ShoppaKing and ShoppaHell. |
|
194 |
+ Basic support for a bunch of Shoppa maps |
|
195 |
+ Fully functional even without a map border |
|
196 |
+ More sound effects |
|
197 |
+ More helpful mission display after configuration has been accepted |
|
198 |
+ Hide “Surf Before Crate” setting if surfing is disabled for this map, or the bottom is active and water never rises |
|
199 |
+ Hide walls setting if script does not provide walls for map yet |
|
200 |
+ Freeze crates at turn start if Walls Before Crate or Surf Before Crate is enabled (they unfreeze if you met requirements) |
|
201 |
+ Allow toggling the radar with Switch Hog key while roping or rope selected |
|
202 |
* No smoke when hog is near near a WxW wall but walls need not to be touched |
|
203 |
* Fix other player being able to change the menu config in the short period before the first turn |
|
204 |
||
12051
05a968518a56
Tumbler updates: Script params, select weaps via slots, more sounds, rewrite texts, ignore broken gameflags
Wuzzy <almikes@aol.com>
parents:
12050
diff
changeset
|
205 |
Tumbler: |
05a968518a56
Tumbler updates: Script params, select weaps via slots, more sounds, rewrite texts, ignore broken gameflags
Wuzzy <almikes@aol.com>
parents:
12050
diff
changeset
|
206 |
+ Script parameter support: |
05a968518a56
Tumbler updates: Script params, select weaps via slots, more sounds, rewrite texts, ignore broken gameflags
Wuzzy <almikes@aol.com>
parents:
12050
diff
changeset
|
207 |
+ spawnbarrels: New barrels per turn |
05a968518a56
Tumbler updates: Script params, select weaps via slots, more sounds, rewrite texts, ignore broken gameflags
Wuzzy <almikes@aol.com>
parents:
12050
diff
changeset
|
208 |
+ spawnmines: New mines per turn |
05a968518a56
Tumbler updates: Script params, select weaps via slots, more sounds, rewrite texts, ignore broken gameflags
Wuzzy <almikes@aol.com>
parents:
12050
diff
changeset
|
209 |
+ ammoflamer: Initial Flamer fuel |
05a968518a56
Tumbler updates: Script params, select weaps via slots, more sounds, rewrite texts, ignore broken gameflags
Wuzzy <almikes@aol.com>
parents:
12050
diff
changeset
|
210 |
+ ammobarrel: Initial Barrel Launcher ammo |
05a968518a56
Tumbler updates: Script params, select weaps via slots, more sounds, rewrite texts, ignore broken gameflags
Wuzzy <almikes@aol.com>
parents:
12050
diff
changeset
|
211 |
+ ammomine: Initial Mine Deployer ammo |
05a968518a56
Tumbler updates: Script params, select weaps via slots, more sounds, rewrite texts, ignore broken gameflags
Wuzzy <almikes@aol.com>
parents:
12050
diff
changeset
|
212 |
+ minetimerplaced: Mine timer (ms) of mines dropped from Mine Deployer |
05a968518a56
Tumbler updates: Script params, select weaps via slots, more sounds, rewrite texts, ignore broken gameflags
Wuzzy <almikes@aol.com>
parents:
12050
diff
changeset
|
213 |
+ bonustime: Bonus time (s) in utility crates |
05a968518a56
Tumbler updates: Script params, select weaps via slots, more sounds, rewrite texts, ignore broken gameflags
Wuzzy <almikes@aol.com>
parents:
12050
diff
changeset
|
214 |
+ bonusflames: Bonus Flamer fuel in ammo crates |
05a968518a56
Tumbler updates: Script params, select weaps via slots, more sounds, rewrite texts, ignore broken gameflags
Wuzzy <almikes@aol.com>
parents:
12050
diff
changeset
|
215 |
+ chanceammo: Per-turn % chance of an ammo crate drop |
05a968518a56
Tumbler updates: Script params, select weaps via slots, more sounds, rewrite texts, ignore broken gameflags
Wuzzy <almikes@aol.com>
parents:
12050
diff
changeset
|
216 |
+ chancetime: Per-turn % chance of an utility crate (extra time) drop |
05a968518a56
Tumbler updates: Script params, select weaps via slots, more sounds, rewrite texts, ignore broken gameflags
Wuzzy <almikes@aol.com>
parents:
12050
diff
changeset
|
217 |
+ Alternative weapon selection with slot keys (F1, F2, F3) |
05a968518a56
Tumbler updates: Script params, select weaps via slots, more sounds, rewrite texts, ignore broken gameflags
Wuzzy <almikes@aol.com>
parents:
12050
diff
changeset
|
218 |
+ Add mine/barrel launch sounds |
12053 | 219 |
+ Add countdown sounds |
12051
05a968518a56
Tumbler updates: Script params, select weaps via slots, more sounds, rewrite texts, ignore broken gameflags
Wuzzy <almikes@aol.com>
parents:
12050
diff
changeset
|
220 |
+ Rewrote mission description and captions |
05a968518a56
Tumbler updates: Script params, select weaps via slots, more sounds, rewrite texts, ignore broken gameflags
Wuzzy <almikes@aol.com>
parents:
12050
diff
changeset
|
221 |
+ Sound and message when trying to fire empty weapon |
05a968518a56
Tumbler updates: Script params, select weaps via slots, more sounds, rewrite texts, ignore broken gameflags
Wuzzy <almikes@aol.com>
parents:
12050
diff
changeset
|
222 |
* Permanently disable some game modifiers which won't work together with this |
05a968518a56
Tumbler updates: Script params, select weaps via slots, more sounds, rewrite texts, ignore broken gameflags
Wuzzy <almikes@aol.com>
parents:
12050
diff
changeset
|
223 |
|
12060
3ffb261af4e8
Update changelog for Space Invasion
Wuzzy <almikes@aol.com>
parents:
12053
diff
changeset
|
224 |
Space Invasion: |
3ffb261af4e8
Update changelog for Space Invasion
Wuzzy <almikes@aol.com>
parents:
12053
diff
changeset
|
225 |
+ Show actual scores in stats screen, and a proper graph |
3ffb261af4e8
Update changelog for Space Invasion
Wuzzy <almikes@aol.com>
parents:
12053
diff
changeset
|
226 |
+ Show a couple of “awards” (snarky comments) in stats screen |
3ffb261af4e8
Update changelog for Space Invasion
Wuzzy <almikes@aol.com>
parents:
12053
diff
changeset
|
227 |
+ Remove bonuses “Boom!”, “BOOM!” and “BOOM!! BOOM!! BOOM!!” for balancing reasons |
3ffb261af4e8
Update changelog for Space Invasion
Wuzzy <almikes@aol.com>
parents:
12053
diff
changeset
|
228 |
+ Script parameter support: |
3ffb261af4e8
Update changelog for Space Invasion
Wuzzy <almikes@aol.com>
parents:
12053
diff
changeset
|
229 |
+ rounds: Number of rounds |
3ffb261af4e8
Update changelog for Space Invasion
Wuzzy <almikes@aol.com>
parents:
12053
diff
changeset
|
230 |
+ shield: Initial shield |
3ffb261af4e8
Update changelog for Space Invasion
Wuzzy <almikes@aol.com>
parents:
12053
diff
changeset
|
231 |
+ barrels: Initial barrel ammo |
3ffb261af4e8
Update changelog for Space Invasion
Wuzzy <almikes@aol.com>
parents:
12053
diff
changeset
|
232 |
+ pings: Available radar pings |
3ffb261af4e8
Update changelog for Space Invasion
Wuzzy <almikes@aol.com>
parents:
12053
diff
changeset
|
233 |
+ timebonus: Time bonus for red drones |
3ffb261af4e8
Update changelog for Space Invasion
Wuzzy <almikes@aol.com>
parents:
12053
diff
changeset
|
234 |
+ barrelbonus: Ammo bonus for green invaders |
3ffb261af4e8
Update changelog for Space Invasion
Wuzzy <almikes@aol.com>
parents:
12053
diff
changeset
|
235 |
+ shieldbonus: Shield bonus for purple invaders |
3ffb261af4e8
Update changelog for Space Invasion
Wuzzy <almikes@aol.com>
parents:
12053
diff
changeset
|
236 |
+ forcetheme: Set to “true” to use the selected theme instead of EarthRise |
3ffb261af4e8
Update changelog for Space Invasion
Wuzzy <almikes@aol.com>
parents:
12053
diff
changeset
|
237 |
+ Complete rewrite of almost all messages and the mission panel |
3ffb261af4e8
Update changelog for Space Invasion
Wuzzy <almikes@aol.com>
parents:
12053
diff
changeset
|
238 |
+ More event messages |
3ffb261af4e8
Update changelog for Space Invasion
Wuzzy <almikes@aol.com>
parents:
12053
diff
changeset
|
239 |
+ Show current score in HUD (white number) |
3ffb261af4e8
Update changelog for Space Invasion
Wuzzy <almikes@aol.com>
parents:
12053
diff
changeset
|
240 |
+ Stop overwriting most game scheme’s parameters |
3ffb261af4e8
Update changelog for Space Invasion
Wuzzy <almikes@aol.com>
parents:
12053
diff
changeset
|
241 |
+ Disable weapon scheme |
3ffb261af4e8
Update changelog for Space Invasion
Wuzzy <almikes@aol.com>
parents:
12053
diff
changeset
|
242 |
+ More sounds: Empty ammo, countdown, throw, kamikaze, radar ping, explosion |
3ffb261af4e8
Update changelog for Space Invasion
Wuzzy <almikes@aol.com>
parents:
12053
diff
changeset
|
243 |
* Fix explosion being drawn twice when colliding with invader |
3ffb261af4e8
Update changelog for Space Invasion
Wuzzy <almikes@aol.com>
parents:
12053
diff
changeset
|
244 |
|
12039
4524df2f7231
Update changelog for the recent HedgeEditor updates
Wuzzy <almikes@aol.com>
parents:
11987
diff
changeset
|
245 |
HedgeEditor: |
4524df2f7231
Update changelog for the recent HedgeEditor updates
Wuzzy <almikes@aol.com>
parents:
11987
diff
changeset
|
246 |
+ Dud mine placement mode |
4524df2f7231
Update changelog for the recent HedgeEditor updates
Wuzzy <almikes@aol.com>
parents:
11987
diff
changeset
|
247 |
+ Allow to select frames in sprite placement mode |
4524df2f7231
Update changelog for the recent HedgeEditor updates
Wuzzy <almikes@aol.com>
parents:
11987
diff
changeset
|
248 |
+ New placable sprite: sprTargetBee |
4524df2f7231
Update changelog for the recent HedgeEditor updates
Wuzzy <almikes@aol.com>
parents:
11987
diff
changeset
|
249 |
+ Complete rewrite of all help texts |
4524df2f7231
Update changelog for the recent HedgeEditor updates
Wuzzy <almikes@aol.com>
parents:
11987
diff
changeset
|
250 |
+ Allow to add and subtract health |
4524df2f7231
Update changelog for the recent HedgeEditor updates
Wuzzy <almikes@aol.com>
parents:
11987
diff
changeset
|
251 |
+ Add more convenient start values (e.g. for health) |
4524df2f7231
Update changelog for the recent HedgeEditor updates
Wuzzy <almikes@aol.com>
parents:
11987
diff
changeset
|
252 |
+ Allow to set timer of sticky mines |
4524df2f7231
Update changelog for the recent HedgeEditor updates
Wuzzy <almikes@aol.com>
parents:
11987
diff
changeset
|
253 |
+ Health crates can now have 0 health |
4524df2f7231
Update changelog for the recent HedgeEditor updates
Wuzzy <almikes@aol.com>
parents:
11987
diff
changeset
|
254 |
+ Hog and team names (from identity modes) are now translatable |
4524df2f7231
Update changelog for the recent HedgeEditor updates
Wuzzy <almikes@aol.com>
parents:
11987
diff
changeset
|
255 |
+ Show health/timer above health crates, barrels, mines, sticky mines and air mines |
4524df2f7231
Update changelog for the recent HedgeEditor updates
Wuzzy <almikes@aol.com>
parents:
11987
diff
changeset
|
256 |
+ Allow to toggle health/timer display with Precise+3 |
4524df2f7231
Update changelog for the recent HedgeEditor updates
Wuzzy <almikes@aol.com>
parents:
11987
diff
changeset
|
257 |
+ Allow to toggle main help at any time with Precise+1 |
4524df2f7231
Update changelog for the recent HedgeEditor updates
Wuzzy <almikes@aol.com>
parents:
11987
diff
changeset
|
258 |
* Add proper description and name for the gear placement tool (no more fake air attack) |
4524df2f7231
Update changelog for the recent HedgeEditor updates
Wuzzy <almikes@aol.com>
parents:
11987
diff
changeset
|
259 |
* Fix many issues with exported files |
4524df2f7231
Update changelog for the recent HedgeEditor updates
Wuzzy <almikes@aol.com>
parents:
11987
diff
changeset
|
260 |
* Fix placement mode being changable when gear placement tool is not selected |
4524df2f7231
Update changelog for the recent HedgeEditor updates
Wuzzy <almikes@aol.com>
parents:
11987
diff
changeset
|
261 |
* Make land gun spawn in utility crates instead of weapon crates |
4524df2f7231
Update changelog for the recent HedgeEditor updates
Wuzzy <almikes@aol.com>
parents:
11987
diff
changeset
|
262 |
* Stop aggressively showing the mission panel after any button press |
4524df2f7231
Update changelog for the recent HedgeEditor updates
Wuzzy <almikes@aol.com>
parents:
11987
diff
changeset
|
263 |
* Fix placement modes sometimes showing “nil” in caption |
4524df2f7231
Update changelog for the recent HedgeEditor updates
Wuzzy <almikes@aol.com>
parents:
11987
diff
changeset
|
264 |
* Fix girder sprite being displayed at top left for no reason |
4524df2f7231
Update changelog for the recent HedgeEditor updates
Wuzzy <almikes@aol.com>
parents:
11987
diff
changeset
|
265 |
* Ammo names are not hardcoded anymore (no more double work for translators) |
4524df2f7231
Update changelog for the recent HedgeEditor updates
Wuzzy <almikes@aol.com>
parents:
11987
diff
changeset
|
266 |
* Fix many missing or poor-quality texts for translation |
4524df2f7231
Update changelog for the recent HedgeEditor updates
Wuzzy <almikes@aol.com>
parents:
11987
diff
changeset
|
267 |
* Fix error when trying to set ShoppaBalance rank without anything selected |
4524df2f7231
Update changelog for the recent HedgeEditor updates
Wuzzy <almikes@aol.com>
parents:
11987
diff
changeset
|
268 |
* Don't show misleading circle when placing girder/rubber |
4524df2f7231
Update changelog for the recent HedgeEditor updates
Wuzzy <almikes@aol.com>
parents:
11987
diff
changeset
|
269 |
* Disable timer keys 2-4 in rubber placement mode |
12327
8ab7572e074b
Clean up HedgeEditor HWP mess, fix broken/outdated graphics
Wuzzy <almikes@aol.com>
parents:
12323
diff
changeset
|
270 |
* Fix incorrect weapon crate preview of air attack, drill strike and napalm |
12039
4524df2f7231
Update changelog for the recent HedgeEditor updates
Wuzzy <almikes@aol.com>
parents:
11987
diff
changeset
|
271 |
|
12748 | 272 |
Other styles and schemes: |
12747
d3dad8de4aca
Changelog: Add 0.9.23 highlights, change headers, reorganize 0.9.23 engine updates, fix typos, mention some features
Wuzzy <Wuzzy2@mail.ru>
parents:
12743
diff
changeset
|
273 |
+ The Specialists: Saints get low gravity |
12748 | 274 |
+ Capture The Flag: Setting number of captures with script parameter “captures=<number>” |
275 |
+ Mutant: Show appropriate ranking and graph in stats screen |
|
276 |
+ Shoppa: Don't place air mines |
|
277 |
* Capture the Flag: Fix flag of first team spawning at second hog instead of first |
|
278 |
* Gravity: Using the low gravity *utility* had no effect. Now it halves the base gravity of the style |
|
12079
8f222872d432
Disable SD for a couple of scripts and mission maps
Wuzzy <almikes@aol.com>
parents:
12076
diff
changeset
|
279 |
* Disable Sudden Death for good in Shoppa game scheme, some game styles and mission maps |
11987
279b3ba8d3bd
Split up change log sections even more, and update it for Racer
Wuzzy <almikes@aol.com>
parents:
11983
diff
changeset
|
280 |
|
12382
95fc84a9837e
Update ChangeLog.txt, mostly for campaign bugfixes
Wuzzy <almikes@aol.com>
parents:
12371
diff
changeset
|
281 |
A Classic Fairytale: |
95fc84a9837e
Update ChangeLog.txt, mostly for campaign bugfixes
Wuzzy <almikes@aol.com>
parents:
12371
diff
changeset
|
282 |
+ Mission 4: Add infinite skip |
12610
dd0fb5b15567
ACF5: Spare traitor's life with skip instead of precise
Wuzzy <almikes@aol.com>
parents:
12609
diff
changeset
|
283 |
+ Mission 5: Spare traitor's life with Skip instead of Precise |
12382
95fc84a9837e
Update ChangeLog.txt, mostly for campaign bugfixes
Wuzzy <almikes@aol.com>
parents:
12371
diff
changeset
|
284 |
+ Mission 6: Add alternate dialogues when killing cyborgs before collecting the crates |
12798
fdb3730aa0e2
ACF6: Make sure player only gets portal gun at the portal sequence, and not a pile full of weapons and ropes
Wuzzy <Wuzzy2@mail.ru>
parents:
12793
diff
changeset
|
285 |
+ Mission 6: Give hero only a portal gun at the final portal seqment, remove the large amount of crate drops |
12382
95fc84a9837e
Update ChangeLog.txt, mostly for campaign bugfixes
Wuzzy <almikes@aol.com>
parents:
12371
diff
changeset
|
286 |
+ All missions: Clarify mine timers |
12747
d3dad8de4aca
Changelog: Add 0.9.23 highlights, change headers, reorganize 0.9.23 engine updates, fix typos, mention some features
Wuzzy <Wuzzy2@mail.ru>
parents:
12743
diff
changeset
|
287 |
* Mission 1: Leap of faith: Hog was able to walk to the right and get stuck |
12545
9c3ff4ffd4f3
ACF1: Fix various problems with the parachute section
Wuzzy <almikes@aol.com>
parents:
12543
diff
changeset
|
288 |
* Mission 1: Leap of faith: Teleport player back to mole when failing |
12382
95fc84a9837e
Update ChangeLog.txt, mostly for campaign bugfixes
Wuzzy <almikes@aol.com>
parents:
12371
diff
changeset
|
289 |
* Mission 2: Fix crash when trying to open ammo menu in opening sequence |
12553
a401aec4df64
Fix ACF2 mission sometimes being unwinnable after returning to Leaks A Lot
Wuzzy <almikes@aol.com>
parents:
12550
diff
changeset
|
290 |
* Mission 2: Fix game sometimes getting stuck after walking back to Leaks A Lot |
12774
eed03e531823
ACF, mission 2: Fix various mission breakages when heroes died together with enemies
Wuzzy <Wuzzy2@mail.ru>
parents:
12773
diff
changeset
|
291 |
* Mission 2: Fix breakages when heroes died before a new sequence, or together with enemies |
12747
d3dad8de4aca
Changelog: Add 0.9.23 highlights, change headers, reorganize 0.9.23 engine updates, fix typos, mention some features
Wuzzy <Wuzzy2@mail.ru>
parents:
12743
diff
changeset
|
292 |
* Mission 2: Remove restart option when cooperating with cyborg; it messed up things too much |
12382
95fc84a9837e
Update ChangeLog.txt, mostly for campaign bugfixes
Wuzzy <almikes@aol.com>
parents:
12371
diff
changeset
|
293 |
* Mission 3: Fix various Lua errors when playing with 2 hogs and one of them dies |
95fc84a9837e
Update ChangeLog.txt, mostly for campaign bugfixes
Wuzzy <almikes@aol.com>
parents:
12371
diff
changeset
|
294 |
* Mission 3: Fix broken end sequence after killing cyborg or princess |
12543
9fda510f0bc4
ACF, mission 3: Fix broken sequence when princess got caged (failed parcours)
Wuzzy <almikes@aol.com>
parents:
12542
diff
changeset
|
295 |
* Mission 3: Fix broken sequence of princess being caged |
12542
9d069efefe52
ACF, mission 3: Put in 3 girders per girder crate
Wuzzy <almikes@aol.com>
parents:
12536
diff
changeset
|
296 |
* Mission 3: All girder crates now have 3 girders each |
12382
95fc84a9837e
Update ChangeLog.txt, mostly for campaign bugfixes
Wuzzy <almikes@aol.com>
parents:
12371
diff
changeset
|
297 |
* Mission 5: Fix crash when skipping animation while the cyborg talks before the 3rd wave of cannibals starts |
12750
6cec6b881a1c
ACF mission 5: Take away switch and always play with deployed hog in final mission stage
Wuzzy <Wuzzy2@mail.ru>
parents:
12749
diff
changeset
|
298 |
* Mission 5: Make sure the player can only play with one hog after the cyborg imprisoned the other natives |
12779
1f8a62d1609d
ACF5: Fix final animation being stuck when the cyborg's way to the right is blocked
Wuzzy <Wuzzy2@mail.ru>
parents:
12778
diff
changeset
|
299 |
* Mission 5: Fix final animation being stuck if cyborg's way to the left is blocked |
12382
95fc84a9837e
Update ChangeLog.txt, mostly for campaign bugfixes
Wuzzy <almikes@aol.com>
parents:
12371
diff
changeset
|
300 |
* Mission 6: Block off left cave entrance to stop player to just rope all the way around |
12511
15e9ef8be44f
ACF mission 6: Fix incorrect crate types (weapon vs utility)
Wuzzy <almikes@aol.com>
parents:
12507
diff
changeset
|
301 |
* Mission 6: Fix mines not being able to get triggered in first turn |
12783
7849398ec0fa
Oops. Changelog was wrong, the error message spam was for ACF8, not ACF7
Wuzzy <Wuzzy2@mail.ru>
parents:
12782
diff
changeset
|
302 |
* Mission 8: Fix Lua error message at the very beginning and error spam in intro sequence |
12382
95fc84a9837e
Update ChangeLog.txt, mostly for campaign bugfixes
Wuzzy <almikes@aol.com>
parents:
12371
diff
changeset
|
303 |
* Mission 10: Fix mission becoming unplayable when all hogs except the traitor died |
95fc84a9837e
Update ChangeLog.txt, mostly for campaign bugfixes
Wuzzy <almikes@aol.com>
parents:
12371
diff
changeset
|
304 |
* All missions: Add missing texts for translation |
12511
15e9ef8be44f
ACF mission 6: Fix incorrect crate types (weapon vs utility)
Wuzzy <almikes@aol.com>
parents:
12507
diff
changeset
|
305 |
* All missions: Fix incorrect crate types |
12545
9c3ff4ffd4f3
ACF1: Fix various problems with the parachute section
Wuzzy <almikes@aol.com>
parents:
12543
diff
changeset
|
306 |
* All missions: Rewrite mission texts to state missions more clearly |
12382
95fc84a9837e
Update ChangeLog.txt, mostly for campaign bugfixes
Wuzzy <almikes@aol.com>
parents:
12371
diff
changeset
|
307 |
* Fix swapped mission preview images of missions 2 and 3 |
95fc84a9837e
Update ChangeLog.txt, mostly for campaign bugfixes
Wuzzy <almikes@aol.com>
parents:
12371
diff
changeset
|
308 |
|
95fc84a9837e
Update ChangeLog.txt, mostly for campaign bugfixes
Wuzzy <almikes@aol.com>
parents:
12371
diff
changeset
|
309 |
A Space Adventure: |
12573
a778c1bb032e
ASA: Explain team abbreviations + update changelog
Wuzzy <almikes@aol.com>
parents:
12567
diff
changeset
|
310 |
+ Side missions save and show your personal best successes (e.g. fastest finish in Hard Flying) |
12575
0c5ce463949b
ASA: Improve displaying of mission panels all over the place
Wuzzy <almikes@aol.com>
parents:
12573
diff
changeset
|
311 |
+ Spacetrip: Show 2 flowers over fully completed planets (with side missions) |
12573
a778c1bb032e
ASA: Explain team abbreviations + update changelog
Wuzzy <almikes@aol.com>
parents:
12567
diff
changeset
|
312 |
+ All missions: Add skip where it doesn't hurt |
a778c1bb032e
ASA: Explain team abbreviations + update changelog
Wuzzy <almikes@aol.com>
parents:
12567
diff
changeset
|
313 |
+ All missions: Clarify mine timers |
12575
0c5ce463949b
ASA: Improve displaying of mission panels all over the place
Wuzzy <almikes@aol.com>
parents:
12573
diff
changeset
|
314 |
+ All missions: Improve displaying behaviour of mission panel |
0c5ce463949b
ASA: Improve displaying of mission panels all over the place
Wuzzy <almikes@aol.com>
parents:
12573
diff
changeset
|
315 |
+ All missions: Change team colors |
12577
e2b5c6e805e8
A Space Adventure: Remove or shorten intro sequences of side missions
Wuzzy <almikes@aol.com>
parents:
12576
diff
changeset
|
316 |
+ Side missions: Remove or shorten intro sequences |
e2b5c6e805e8
A Space Adventure: Remove or shorten intro sequences of side missions
Wuzzy <almikes@aol.com>
parents:
12576
diff
changeset
|
317 |
+ Side missions: Generous ready time to give more time to read the mission panel |
12583
da2bdc34bb1c
ASA, fruit02: Fail mission if player let wrong hog collect device part
Wuzzy <almikes@aol.com>
parents:
12579
diff
changeset
|
318 |
+ Getting to the device: Put device part in a real crate, improve some dialogues |
12594
d8adae379d3c
A Space Adventure: Add outro sequence / epilogue in the final mission
Wuzzy <almikes@aol.com>
parents:
12583
diff
changeset
|
319 |
+ Final mission: Add outro sequence instead of instantly quitting |
12609 | 320 |
+ Bad timing: Improve messaging and choice dialog |
12560
2f7274e5e090
Update ChangeLog for ASA, increase spacetrip turn time to 20s
Wuzzy <almikes@aol.com>
parents:
12553
diff
changeset
|
321 |
* Spacetrip: Fix various bugs and logic flaws in the initial mission |
12532
3e6e7b258a33
ASA, a frozen adventure: Save bazooka and excess freezers in checkpoints
Wuzzy <almikes@aol.com>
parents:
12528
diff
changeset
|
322 |
* A frozen adventure: Fix bazooka and excess freezers (>6) not retained over checkpoints |
3e6e7b258a33
ASA, a frozen adventure: Save bazooka and excess freezers in checkpoints
Wuzzy <almikes@aol.com>
parents:
12528
diff
changeset
|
323 |
* A frozen adventure: Fix and improve poorly written messages |
12528
7b32e83aaf48
ASA, Getting to the device: Add fake crate for the device part with proper collect message
Wuzzy <almikes@aol.com>
parents:
12526
diff
changeset
|
324 |
* Getting to the device: Add real crate and correct message for collecting device part |
7b32e83aaf48
ASA, Getting to the device: Add fake crate for the device part with proper collect message
Wuzzy <almikes@aol.com>
parents:
12526
diff
changeset
|
325 |
* Getting to the device: Remove checkpoints. There was a good chance for these missions to become unwinnable |
7b32e83aaf48
ASA, Getting to the device: Add fake crate for the device part with proper collect message
Wuzzy <almikes@aol.com>
parents:
12526
diff
changeset
|
326 |
* Searching in the dust: Remove checkpoints. See above. |
12526
6115bf1156ec
ASA: Searching in the dust: Fix incorrect crate content display after collecting device part
Wuzzy <almikes@aol.com>
parents:
12521
diff
changeset
|
327 |
* Searching in the dust: Fix Hog Solo dropping straight down when roping near smuggler |
6115bf1156ec
ASA: Searching in the dust: Fix incorrect crate content display after collecting device part
Wuzzy <almikes@aol.com>
parents:
12521
diff
changeset
|
328 |
* Searching in the dust: Fix incorrect messages after collecting device part |
12564
6a8c90a53249
ASA,desert03: Fix no victory after destroying all targets
Wuzzy <almikes@aol.com>
parents:
12560
diff
changeset
|
329 |
* Precise flying: Fix victory not being recognized, also wait for flames to settle before losing |
12382
95fc84a9837e
Update ChangeLog.txt, mostly for campaign bugfixes
Wuzzy <almikes@aol.com>
parents:
12371
diff
changeset
|
330 |
* Hard Flying: Fix ending in a Lua error |
95fc84a9837e
Update ChangeLog.txt, mostly for campaign bugfixes
Wuzzy <almikes@aol.com>
parents:
12371
diff
changeset
|
331 |
* The First Stop: Fix stats screen showing teams twice |
12567
459543ef9b1b
ASA: Fix 2 important fruit planet mission unlocking bugs
Wuzzy <almikes@aol.com>
parents:
12564
diff
changeset
|
332 |
* Fruit planet: Fix “Precise shooting” disappearing directly after completing “Bad timing” |
459543ef9b1b
ASA: Fix 2 important fruit planet mission unlocking bugs
Wuzzy <almikes@aol.com>
parents:
12564
diff
changeset
|
333 |
* Fruit planet: Fix “Getting to the device” not visible when landing on fruit planet with first main mission completed only |
12382
95fc84a9837e
Update ChangeLog.txt, mostly for campaign bugfixes
Wuzzy <almikes@aol.com>
parents:
12371
diff
changeset
|
334 |
* Killing The Specialists: Fix killing hog with Deagle gave you chance to use another weapon in same turn |
95fc84a9837e
Update ChangeLog.txt, mostly for campaign bugfixes
Wuzzy <almikes@aol.com>
parents:
12371
diff
changeset
|
335 |
* Fix weird behaviour when walking right before the first animation in most missions |
12747
d3dad8de4aca
Changelog: Add 0.9.23 highlights, change headers, reorganize 0.9.23 engine updates, fix typos, mention some features
Wuzzy <Wuzzy2@mail.ru>
parents:
12743
diff
changeset
|
336 |
* Fix a couple of texts being untranslatable |
12534
34a91e2b927e
ASA, death01: Slightly change professor's response if he got killed on the moon
Wuzzy <almikes@aol.com>
parents:
12532
diff
changeset
|
337 |
* Fix a variety of minor logic flaws in the story |
12382
95fc84a9837e
Update ChangeLog.txt, mostly for campaign bugfixes
Wuzzy <almikes@aol.com>
parents:
12371
diff
changeset
|
338 |
* Fix typos |
12511
15e9ef8be44f
ACF mission 6: Fix incorrect crate types (weapon vs utility)
Wuzzy <almikes@aol.com>
parents:
12507
diff
changeset
|
339 |
* All missions: Fix incorrect crate types |
12382
95fc84a9837e
Update ChangeLog.txt, mostly for campaign bugfixes
Wuzzy <almikes@aol.com>
parents:
12371
diff
changeset
|
340 |
|
95fc84a9837e
Update ChangeLog.txt, mostly for campaign bugfixes
Wuzzy <almikes@aol.com>
parents:
12371
diff
changeset
|
341 |
Missions: |
12228 | 342 |
+ New scenario: Teamwork 2 |
12230 | 343 |
+ New scenario: Big Armory |
12228 | 344 |
+ New training: Basic Flying Saucer Training |
11783 | 345 |
+ Rope-Knocking Challenge was improved (now awards score based on kills and time; taunts for knocking out hedgehogs) |
12050
daf63e2a21d2
Rewrite some help texts in the basic rope training mission
Wuzzy <almikes@aol.com>
parents:
12046
diff
changeset
|
346 |
+ Rewrote some help texts in basic rope training |
12084
ccab0d396a7f
Use SetCinematicMode in Animate lib, which introduces cinematic mode to missions using Animate
Wuzzy <almikes@aol.com>
parents:
12079
diff
changeset
|
347 |
+ Graphical effect (black bars) while in cut scenes |
12330
fc6bb8471882
Update more HWPs: Knockball, Racer, Construction Mode
Wuzzy <almikes@aol.com>
parents:
12327
diff
changeset
|
348 |
+ Change description and icon for baseball bat in Knockball mission map |
12729
4e0e59255856
Sniper rifle mission: Faster dynamite blow-up, also skip with precise
Wuzzy <Wuzzy2@mail.ru>
parents:
12728
diff
changeset
|
349 |
+ Sniper rifle target practice: Dynamite blows up quicker, can also skip with precise key |
12747
d3dad8de4aca
Changelog: Add 0.9.23 highlights, change headers, reorganize 0.9.23 engine updates, fix typos, mention some features
Wuzzy <Wuzzy2@mail.ru>
parents:
12743
diff
changeset
|
350 |
* Fixed mistakes and bad wording of strings in several missions, scripts and campaigns |
12622
07fdda8c13a2
TrophyRace: Fix game never eliminating any hogs after a hog skipped or ran out of time
Wuzzy <almikes@aol.com>
parents:
12610
diff
changeset
|
351 |
* TrophyRace: Fix hedgehogs not being eliminated anymore after one hog skipped or ran out of time |
11783 | 352 |
* Portal Mind Challenge was cleaned up and reworked (especially less awful wording) |
11784 | 353 |
* Fixed Target Practice missions getting stuck when a target dropped into water |
12653
1215fd246e08
Climb Home: Fix game getting stuck when player reaches home
Wuzzy <almikes@aol.com>
parents:
12651
diff
changeset
|
354 |
* Climb Home: Fix game getting stuck when a player reached home in multiplayer |
1215fd246e08
Climb Home: Fix game getting stuck when player reaches home
Wuzzy <almikes@aol.com>
parents:
12651
diff
changeset
|
355 |
* Climb Home: Fix Lua error messages and broken stats screen |
12727
23fb2179945f
Sniper rifle mission: Fix targets spawning twice in dynamite scenes, jacking up the total amount of targets
Wuzzy <Wuzzy2@mail.ru>
parents:
12710
diff
changeset
|
356 |
* Sniper rifle target practice: Fix targets spawning twice in dynamite scenes |
12728
745d5c9a3abc
Sniper rifle training: Fix general camera weirdness
Wuzzy <Wuzzy2@mail.ru>
parents:
12727
diff
changeset
|
357 |
* Sniper rifle target practice: Fix auto-camera generally behaving weird |
11783 | 358 |
|
359 |
Frontend: |
|
11960
c933f2257020
Update changelog about campaign screen check marks
Wuzzy <almikes@aol.com>
parents:
11945
diff
changeset
|
360 |
+ Campaign screen shows which campaigns and missions you've completed so far |
11972
4aeec1597621
Update changelog about mission tabs
Wuzzy <almikes@aol.com>
parents:
11966
diff
changeset
|
361 |
+ Training screen now has 3 mission categories: Training (tutorials), Challenge (get a high score), Scenario (complete a task) |
12076
543bc82e1e28
Move some changelog entries to the correct categories
Wuzzy <almikes@aol.com>
parents:
12075
diff
changeset
|
362 |
+ Replaced the Fort Mode game modifier by adding "Forts" to the map type selection. This makes the mode easier selectable/discoverable. Also the slider can be used to adjust the distance between forts. |
12747
d3dad8de4aca
Changelog: Add 0.9.23 highlights, change headers, reorganize 0.9.23 engine updates, fix typos, mention some features
Wuzzy <Wuzzy2@mail.ru>
parents:
12743
diff
changeset
|
363 |
+ Menu screens got few new icons and many other tweaks, e.g. larger dropdown lists for easier access |
11856 | 364 |
+ Additional button for just randomizing theme that will not change your selected map |
12747
d3dad8de4aca
Changelog: Add 0.9.23 highlights, change headers, reorganize 0.9.23 engine updates, fix typos, mention some features
Wuzzy <Wuzzy2@mail.ru>
parents:
12743
diff
changeset
|
365 |
+ Randomizing map/theme in online mode will not include DLC content |
12243
8a6a40f2e3dc
Update changelog regarding team updates
Wuzzy <almikes@aol.com>
parents:
12233
diff
changeset
|
366 |
+ New teams start with a random grave and fort |
12634
91e55ce06ffc
Reduce number of initial teams: 4 human, 2 AI teams
Wuzzy <almikes@aol.com>
parents:
12633
diff
changeset
|
367 |
+ Hedgewars creates 4 human teams and 2 computer teams on its first launch |
12248
07f67ee424dc
Add buttons to randomize hats and hog names only
Wuzzy <almikes@aol.com>
parents:
12245
diff
changeset
|
368 |
+ Allow to randomize hog names, hats, team name, flag, grave, voice and fort separately |
12505
82c75a317d48
Randomized teams now can have any random hats (not just from types.ini)
Wuzzy <almikes@aol.com>
parents:
12495
diff
changeset
|
369 |
+ “Random team” button is now able to randomly select from all available hats |
12666
1d25f5555c38
Names of new or copied game schemes are now unique
Wuzzy <almikes@aol.com>
parents:
12665
diff
changeset
|
370 |
+ Creating new game/weapon schemes guarantees unique names |
12686 | 371 |
+ Custom maps and styles are now marked with an icon instead of an asterisk |
12685
ad1fd7ae479d
Mark custom maps/forts/scripts with circle icon instead of icon
Wuzzy <almikes@aol.com>
parents:
12684
diff
changeset
|
372 |
+ Mark custom forts in team editor |
12741 | 373 |
+ Room host can delegate room control to other player by rightclick |
12748 | 374 |
+ Switch from HTTP to HTTPS where possible |
12579
0411e04cf12a
Fix stats screen caption showing only one winner if multiple teams have won
Wuzzy <almikes@aol.com>
parents:
12577
diff
changeset
|
375 |
* Fix flag being selectable for computer players although it had no effect |
11960
c933f2257020
Update changelog about campaign screen check marks
Wuzzy <almikes@aol.com>
parents:
11945
diff
changeset
|
376 |
* Campaign screen does no longer show AI-controlled teams |
c933f2257020
Update changelog about campaign screen check marks
Wuzzy <almikes@aol.com>
parents:
11945
diff
changeset
|
377 |
* Campaign names and campaign mission names can now be translated |
11903 | 378 |
* Creating randomized teams now randomizes (almost) every aspect |
379 |
* Fixed mostly broken descriptions for multiplayer mission maps |
|
11856 | 380 |
* Clicking on "New" in weapon scheme editor now creates empty weapon scheme instead of default |
12165 | 381 |
* Fix language names in language list being always in English |
12217
a6cd48b8ef61
Prevent frontend from starting game w/ >48 hogs
Wuzzy <almikes@aol.com>
parents:
12191
diff
changeset
|
382 |
* Prevent starting game with >48 hogs (because engine doesn't support it yet) |
12491
24cd4840d3e2
Fix the key for toggling team bars being incorrectly described in the settings page
Wuzzy <almikes@aol.com>
parents:
12489
diff
changeset
|
383 |
* Fix the key for toggling team bars being incorrectly described |
12579
0411e04cf12a
Fix stats screen caption showing only one winner if multiple teams have won
Wuzzy <almikes@aol.com>
parents:
12577
diff
changeset
|
384 |
* Fix caption of stats screen showing only one winner if multiple teams have won |
12639
2473b03629c8
Remove broken “Play again” button in stats page after an online game
Wuzzy <almikes@aol.com>
parents:
12637
diff
changeset
|
385 |
* Remove broken “Play again” button appearing in stats page after an online game |
12665
5664ec82aed7
Rework weapon scheme handling in frontend and fix a couple of bugs
Wuzzy <almikes@aol.com>
parents:
12664
diff
changeset
|
386 |
* Weapons scheme editor: When leaving, it no longer flickers and the selection is not reset to Default |
12669
bc34fc75670e
Fix old team name not being removed after renaming team in frontend
Wuzzy <almikes@aol.com>
parents:
12666
diff
changeset
|
387 |
* Team editor: Fix old team being retained when renaming a team |
12670
967990d958bc
Fix possibility to accidentally destroy team by entering an already existing team name
Wuzzy <almikes@aol.com>
parents:
12669
diff
changeset
|
388 |
* Team editor: Automatically rename team when leaving team editor page with an already used team name |
12799
e6af1eb9e8ce
Fix broken cancel button on the login window (bug 373)
Wuzzy <Wuzzy2@mail.ru>
parents:
12798
diff
changeset
|
389 |
* Fix broken cancel button in the login window |
11783 | 390 |
|
11872 | 391 |
Content Creation: |
12747
d3dad8de4aca
Changelog: Add 0.9.23 highlights, change headers, reorganize 0.9.23 engine updates, fix typos, mention some features
Wuzzy <Wuzzy2@mail.ru>
parents:
12743
diff
changeset
|
392 |
+ Theme objects can now have more than 1 in-land rect specified. You can specify the amount in theme.cfg by adding another number (and a comma) before the first rect |
12168
666e18b1ca32
Allow to place theme objects on water
Wuzzy <almikes@aol.com>
parents:
12165
diff
changeset
|
393 |
+ Theme objects can now be placed on water (by setting first in-land rectangle to 0,0,0,0) |
11872 | 394 |
+ Themes can now use flakes with negative falling speed (rising flakes) |
11875 | 395 |
+ Themes can now contain custom sound files: splash.ogg Droplet1.ogg Droplet2.ogg Droplet3.ogg skip.ogg |
12165 | 396 |
+ Themes can now have mirrored clouds and flakes: CloudsL.png, SDCloudsL.png, FlakeL.png, SDFlakeL.png |
12191
5c6e7fd5af29
Update changelog: Water anim., translations
Wuzzy <almikes@aol.com>
parents:
12176
diff
changeset
|
397 |
+ Water in themes supports custom animation and flow speed with water-animation and sd-water-animation in theme.cfg |
11903 | 398 |
+ Simplified hat format for unanimated hats; a single 32×32 image is enough. For clan hats, use size 64×32, with the color overlay at the right |
12382
95fc84a9837e
Update ChangeLog.txt, mostly for campaign bugfixes
Wuzzy <almikes@aol.com>
parents:
12371
diff
changeset
|
399 |
+ Ammos.png and Ammos_bw.png in HWPs are now overlayed over the base images; use transparent icons to keep them unchanged from the original |
12747
d3dad8de4aca
Changelog: Add 0.9.23 highlights, change headers, reorganize 0.9.23 engine updates, fix typos, mention some features
Wuzzy <Wuzzy2@mail.ru>
parents:
12743
diff
changeset
|
400 |
+ Custom Sudden Death background tint for themes with sd-tint |
12163
9b5748fa7974
Set default theme water color to blue
Wuzzy <almikes@aol.com>
parents:
12152
diff
changeset
|
401 |
* Default water color was black instead of blue |
11872 | 402 |
|
12191
5c6e7fd5af29
Update changelog: Water anim., translations
Wuzzy <almikes@aol.com>
parents:
12176
diff
changeset
|
403 |
Translations: |
12833
8cc3b6373351
Update translations mentioned in changelog
Wuzzy <Wuzzy2@mail.ru>
parents:
12831
diff
changeset
|
404 |
+ Complete translations: German, Polish |
8cc3b6373351
Update translations mentioned in changelog
Wuzzy <Wuzzy2@mail.ru>
parents:
12831
diff
changeset
|
405 |
+ Major translation updates: Scottish Gaelic, Italian |
12191
5c6e7fd5af29
Update changelog: Water anim., translations
Wuzzy <almikes@aol.com>
parents:
12176
diff
changeset
|
406 |
+ Loading screen can now be translated |
5c6e7fd5af29
Update changelog: Water anim., translations
Wuzzy <almikes@aol.com>
parents:
12176
diff
changeset
|
407 |
+ A few window titles can be translated |
12266
d50523b2eae8
Update changelog regarding translations and rubber duck
Wuzzy <almikes@aol.com>
parents:
12264
diff
changeset
|
408 |
+ Campaign names and campaign mission names can be translated |
d50523b2eae8
Update changelog regarding translations and rubber duck
Wuzzy <almikes@aol.com>
parents:
12264
diff
changeset
|
409 |
+ A Classic Fairytale, missions 8 and 10 can now be translated |
12191
5c6e7fd5af29
Update changelog: Water anim., translations
Wuzzy <almikes@aol.com>
parents:
12176
diff
changeset
|
410 |
* Built-in texts from Qt (e.g. “cut”, “paste”, “copy”) in frontend weren't translated |
5c6e7fd5af29
Update changelog: Water anim., translations
Wuzzy <almikes@aol.com>
parents:
12176
diff
changeset
|
411 |
* Remove text from mission images to make them language-neutral |
5c6e7fd5af29
Update changelog: Water anim., translations
Wuzzy <almikes@aol.com>
parents:
12176
diff
changeset
|
412 |
* Fix English-only language/country names in language selection |
12266
d50523b2eae8
Update changelog regarding translations and rubber duck
Wuzzy <almikes@aol.com>
parents:
12264
diff
changeset
|
413 |
* Fix very, very broken mission map descriptions |
12191
5c6e7fd5af29
Update changelog: Water anim., translations
Wuzzy <almikes@aol.com>
parents:
12176
diff
changeset
|
414 |
|
12747
d3dad8de4aca
Changelog: Add 0.9.23 highlights, change headers, reorganize 0.9.23 engine updates, fix typos, mention some features
Wuzzy <Wuzzy2@mail.ru>
parents:
12743
diff
changeset
|
415 |
Lua API: |
11520 | 416 |
+ New call: SetCinematicMode(enable) -- e.g. for cutscenes etc. |
11945
1e58845fa3c1
Allow to ignore overwritten ammo name in GetAmmoName
Wuzzy <almikes@aol.com>
parents:
11943
diff
changeset
|
417 |
+ New call: GetAmmoName(ammoType [, ignoreOverwrite]) -- returns the localized name for the specified ammoType |
11880
2eac7a96b342
Lua API: Add GetVisualGearType, onVisualGearAdd, onVisualGearDelete
Wuzzy <almikes@aol.com>
parents:
11879
diff
changeset
|
418 |
+ New call: GetVisualGearType(vgUid) -- returns the visual gear type |
11943
a50cf6f5e3cd
Update changelog for SetAmmoTexts-related changes
Wuzzy <almikes@aol.com>
parents:
11938
diff
changeset
|
419 |
+ New call: SetAmmoTexts(ammoType, name, caption, description) -- Overwrite displayed name and description of an ammo type |
a50cf6f5e3cd
Update changelog for SetAmmoTexts-related changes
Wuzzy <almikes@aol.com>
parents:
11938
diff
changeset
|
420 |
+ New call: SetAmmoDescriptionAppendix(ammoType, descAppend) -- Append a custom text to the description of an ammo type without overwriting it |
12046 | 421 |
+ New call: GetHogFort(gearUid) -- Returns the name of the fort of the hog's team |
12090 | 422 |
+ New call: PlaceRubber(x, y, frameIdx) -- Places a rubber |
12332
657a8d63c99d
Lua API: SendAchevementsStatsOff, SendGameResultOff, SendRankingStatsOff
Wuzzy <almikes@aol.com>
parents:
12330
diff
changeset
|
423 |
+ New call: SendGameResultOff() -- Disable the game automatically setting a game result in the stats screen |
657a8d63c99d
Lua API: SendAchevementsStatsOff, SendGameResultOff, SendRankingStatsOff
Wuzzy <almikes@aol.com>
parents:
12330
diff
changeset
|
424 |
+ New call: SendRankingStatsOff() -- Disable the game automatically filling the team rankings in the stats screen |
657a8d63c99d
Lua API: SendAchevementsStatsOff, SendGameResultOff, SendRankingStatsOff
Wuzzy <almikes@aol.com>
parents:
12330
diff
changeset
|
425 |
+ New call: SendAchievementsStatsOff() -- Disable the game automatically populating the bullet point list in the “Details” section on the stats screen |
12536
e54039ea3934
New Lua API function: GetTeamStats, to get team stats
Wuzzy <almikes@aol.com>
parents:
12534
diff
changeset
|
426 |
+ New call: GetTeamStats(teamname) -- Returns a table of team stats |
12286
b4dde7035fe2
New Lua call: EndTurn to end turn
Wuzzy <almikes@aol.com>
parents:
12278
diff
changeset
|
427 |
+ New call: EndTurn([noTaunts]) -- Ends the current turn |
11880
2eac7a96b342
Lua API: Add GetVisualGearType, onVisualGearAdd, onVisualGearDelete
Wuzzy <almikes@aol.com>
parents:
11879
diff
changeset
|
428 |
+ New hook: onVisualGearAdd(vgUid) -- called when a visual gear is added |
2eac7a96b342
Lua API: Add GetVisualGearType, onVisualGearAdd, onVisualGearDelete
Wuzzy <almikes@aol.com>
parents:
11879
diff
changeset
|
429 |
+ New hook: onVisualGearDelete(vgUid) -- called when a visual gear is deleted |
12165 | 430 |
+ New hook: onUsedAmmo(ammoType) -- called when ammo has been finished using (e.g. after both shotgun shots) |
11963
0c1420aaa59e
Expose number of air mines in Lua variable AirMinesNum
Wuzzy <almikes@aol.com>
parents:
11960
diff
changeset
|
431 |
+ New variable: AirMinesNum -- Number of air mines being placed on a medium-sized map |
11879
c6eafb6f2735
Add WorldEdge to Lua API to expose/change world edge type
Wuzzy <almikes@aol.com>
parents:
11875
diff
changeset
|
432 |
+ New variable: WorldEdge -- World edge type (weNone, weWrap, weBounce, weSea) |
12301
46e1e25fec5e
Lua variable: AmmoTypeMax (maximum ammo type ID for iterating)
Wuzzy <almikes@aol.com>
parents:
12300
diff
changeset
|
433 |
+ New variable: AmmoTypeMax -- Maximum ammo type ID (useful to iterate through all ammo types, starting by 0) |
12576
1fb961480b3c
Lua API: Add ReadyTimeLeft variable
Wuzzy <almikes@aol.com>
parents:
12575
diff
changeset
|
434 |
+ New variable: ReadyTimeLeft -- Remaining ready time, 0 if turn in progress. Can be set in onNewTurn |
12039
4524df2f7231
Update changelog for the recent HedgeEditor updates
Wuzzy <almikes@aol.com>
parents:
11987
diff
changeset
|
435 |
+ Locale library: loc_noop -- Mark string for translation but don't translate it |
12088
1da37e2ba6fd
Fix A Space Adventure Missions allowing player to walk before 1st animation and screw things up
Wuzzy <almikes@aol.com>
parents:
12084
diff
changeset
|
436 |
+ Animate library: AnimInit([startAnimating]) -- New parameter startAnimating: if true, will start game in cinematic mode with most controls disabled. Must play an animation after that |
12594
d8adae379d3c
A Space Adventure: Add outro sequence / epilogue in the final mission
Wuzzy <almikes@aol.com>
parents:
12583
diff
changeset
|
437 |
+ Animate library: AnimSetInputMask(extraInputMask) -- Set input mask in a manner comptible with the Animate library |
12778
cb29ec085767
Animate library: Add new parameter maxMoveTime to AnimMove
Wuzzy <Wuzzy2@mail.ru>
parents:
12774
diff
changeset
|
438 |
+ Animate library: AnimMove(gear, dir, posx, posy, [maxMoveTime]) -- new optional parameter maxMoveTime. If hog did not reach its destination within maxMoveTime milliseconds, animation stops and hog is just teleported there |
12748 | 439 |
+ Gear values: “Boom” -- used to modify explosion size and/or damage for most gears |
440 |
+ 8 overridable custom sprites/sounds: sprCustom1-sprCustom8, sndCustom1-sndCustom8 |
|
12360
a775a61e02ab
Lua: Fix HideHog causing engine crash when provided with invalid gear ID or hog was hidden
Wuzzy <almikes@aol.com>
parents:
12332
diff
changeset
|
441 |
* Fixed call: HideHog(gear) -- Fix crash when gear is invalid. Returns true on success or false otherwise |
12371
2b1dd699b371
Lua: Fix SwitchHog breaking the ammo menu of the new hog
Wuzzy <almikes@aol.com>
parents:
12360
diff
changeset
|
442 |
* Fixed call: SwitchHog(gear) -- Fix new hog being unable to open ammo menu |
12165 | 443 |
* Removed call: SetAmmoStore -- Old undocumented function of questional use, has never been used |
12749
1df909b46c05
Lua API: Fix Goals text being cut off at ca. 255 characters
Wuzzy <Wuzzy2@mail.ru>
parents:
12748
diff
changeset
|
444 |
* Fixed variable: Goals -- Fix Goals text being cut off at ca. 255 characters |
12747
d3dad8de4aca
Changelog: Add 0.9.23 highlights, change headers, reorganize 0.9.23 engine updates, fix typos, mention some features
Wuzzy <Wuzzy2@mail.ru>
parents:
12743
diff
changeset
|
445 |
* Fix huge numbers having sign errors on 64-bit architectures |
11277
d63ef6afabe3
make hammer non-lethal again (as requested by unC0Rr)
sheepluva
parents:
11243
diff
changeset
|
446 |
|
12747
d3dad8de4aca
Changelog: Add 0.9.23 highlights, change headers, reorganize 0.9.23 engine updates, fix typos, mention some features
Wuzzy <Wuzzy2@mail.ru>
parents:
12743
diff
changeset
|
447 |
====================== 0.9.22 ====================== |
11243 | 448 |
+ New Weapon / Map object: AirMine (floating mine that will follow nearby hedgehogs) |
11034
a9bafac12634
Add Wuzzy's SpeedShoppa challenges.
mikade <redgrinner@gmail.com>
parents:
11005
diff
changeset
|
449 |
+ Extensive changes to TechRacer: Variable terrain types, enhanced parameters, hwmap interpreter, fuel limiter, etc. |
12658 | 450 |
+ HedgeEditor - create missions/etc. in-game! see https://hedgewars.org/HedgeEditor |
10962 | 451 |
+ Map previews can now take script parameters into account and preview waypoints in TechRacer |
10960 | 452 |
+ Added a couple new flags |
11243 | 453 |
+ Various tweaks to the interface and in-game chat |
11280 | 454 |
+ Divided teams options will now just be ignored when more/less than 2 teams/clans, instead of displaying a fatal error |
11034
a9bafac12634
Add Wuzzy's SpeedShoppa challenges.
mikade <redgrinner@gmail.com>
parents:
11005
diff
changeset
|
455 |
+ Added 6 TechRacer maps to TechMaps |
a9bafac12634
Add Wuzzy's SpeedShoppa challenges.
mikade <redgrinner@gmail.com>
parents:
11005
diff
changeset
|
456 |
+ 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
|
457 |
+ 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
|
458 |
+ Improved "Art" theme. |
10960 | 459 |
* Generated bridges/girders are now connected better to the land mass |
460 |
* Fixed rubberband sprite |
|
11243 | 461 |
* Fixed Wind-Indicator being wrong in certain situations |
462 |
* Melon Bomb Pieces now bounce on Rubberband |
|
463 |
* Reduced menu music volume |
|
11003 | 464 |
* 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
|
465 |
* Hammer now does more damage when the Extra-Damage utility is used |
10960 | 466 |
* Many other bug fixes |
467 |
||
11243 | 468 |
Lua-API: |
469 |
+ New map parameter: MapFeatureSize -- numeric representation of detail slider below map preview; use within onGameInit()/onPreviewInit() |
|
11412 | 470 |
+ New functions: SetMaxBuildDistance([ distInPx ]) -- specify how many pixels away a hedgehog can still place girders/etc. set to 0 for no limit; call with no param to reset to default, |
11243 | 471 |
+ New hook: onSuddenDeath() -- called by engine when sudden death begins |
11412 | 472 |
+ Parameters are now optional for the generic gear setters. i.e. - SetVisualGearValues(gear, x, y). nil values are skipped and not set. |
473 |
+ PlaceSprite can now set land type (bouncy, indestructible, ice etc), colour the sprite, flip the sprite, and place the sprite behind existing land. |
|
474 |
+ EraseSprite. Can flip and selectively erase based on land flags. |
|
475 |
+ More of the gear structure values are now accessible in the generic gear getter/setter. |
|
11243 | 476 |
* Previously missing gear states are now available (gstSubmersible, gstFrozen and gstNoGravity) |
477 |
* Fixed OnHogAttack giving the incorrect AmmoType (amNothing) under certain conditions |
|
478 |
||
12747
d3dad8de4aca
Changelog: Add 0.9.23 highlights, change headers, reorganize 0.9.23 engine updates, fix typos, mention some features
Wuzzy <Wuzzy2@mail.ru>
parents:
12743
diff
changeset
|
479 |
====================== 0.9.21 ====================== |
10516 | 480 |
+ New type of randomly generated maps: Perlin Maps. |
481 |
+ Old Random generated maps are more diverse now. |
|
482 |
+ Slider for adjusting land generation detail. |
|
483 |
+ Highlander gamemode can now be used with custom weapon schemes (1-8=How probable to get this weapon. 9=All hogs get it) |
|
10988 | 484 |
+ 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
|
485 |
+ New gameplay mode "Construction Mode" |
48e9b1099ff4
Added TechRacer (still needs a lot of love), updated changelog
mikade <redgrinner@gmail.com>
parents:
10528
diff
changeset
|
486 |
+ New gameplay mode "TechRacer" |
10710 | 487 |
+ New game play mode "DiagonalMaze" (generates a simple diagonal maze) |
488 |
+ Add 7 target practice missions, now with simple scoring |
|
489 |
+ 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 | 490 |
+ New training/multiplayer mission: "Climb Home" |
491 |
+ Game scheme screen has a "Script parameter" field now. This allows to make more customizable scripts/modes. |
|
492 |
+ Network game rejoining. Note: Your team(s) will vanish after 3 turns. |
|
10710 | 493 |
+ 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
|
494 |
+ The map of the Basketball Mission can be selected for regular games again ("BasketballField") |
10516 | 495 |
+ New engine command: /togglechat will disable/enable chat display (does not affect chat history display) |
496 |
+ Change to Racer: first weapon/utility available will be automatically selected on start |
|
497 |
+ Added some visual feedback to failed girder placement. |
|
498 |
+ Various performance tweaks, especially for very large maps. |
|
499 |
+ Allow switching through hogs in reverse order with PRECISE+HOGSWITCH (left shift + tab, by default) |
|
10520 | 500 |
+ 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
|
501 |
+ New Hats: policegirl, fr_tomato, cratehider |
10516 | 502 |
* Fixed drill rockets sometimes exploding on impact. |
503 |
* Fixed trainings broken due to indestructable targets/crates. |
|
504 |
* Fixes and tweaks for low qualily rendering. |
|
505 |
* Sinegun won't shoot through -solid- land anymore |
|
506 |
* Many bug fixes and tweaks. |
|
507 |
||
508 |
Frontend / Netgame: |
|
509 |
+ High resolution previews! |
|
510 |
+ Preview for dynamic maps generated by game style scripts (e.g. "ShoppaMap))! |
|
10520 | 511 |
+ Moved room status filter to top left of rooms list. |
10516 | 512 |
|
513 |
Lua API: |
|
10710 | 514 |
+ New library: Params, makes parsing of script parameters easier |
515 |
+ New library: TargetPractice, used to generate target practice missions (the newly added missions use it) |
|
10516 | 516 |
+ More helpful syntax error messages. |
10685 | 517 |
+ New hooks: |
518 |
onParameters(paramString) -- called when script parameters are configured. the parameter contains the parameter(s) as text string |
|
519 |
onPreviewInit() -- called during map preview initialization |
|
520 |
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 | 521 |
+ New functions: |
10710 | 522 |
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 | 523 |
GetGameFlag(gameflag) -- returns true/false |
524 |
PlaceSprite(x, y, sprite, frameIdx [, landFlag, ... ]) -- sprite refers to an id from the TSprite list |
|
525 |
SetWaterLine(waterline) -- moves water level to the specified y. the current value is in read-only global waterline |
|
526 |
SetNextWeapon() -- make current hedgehog switch to next weapon. e.g. use in trainings to preselect weapon |
|
527 |
SetWeapon(ammoType) -- decide which weapon the current hedgehog should equip |
|
10613 | 528 |
+ Map Drawing: |
529 |
-- to be used in onGameInit() -- first set MapGen to mgDrawn and then use the commands below |
|
530 |
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) |
|
531 |
FlushPoints() -- makes sure that all the points/lines specified using the command above are actually applied to the map |
|
10516 | 532 |
+ New global enumerations: |
533 |
Mapgens: mgRandom, mgMaze, mgPerlin, mgDrawn |
|
534 |
TSprite values |
|
535 |
LandFlags: lfIndestructible, lfIce, lfBouncy |
|
536 |
+ Changed functions: |
|
537 |
HogSay(gearUid, text, manner [, vgState]) -- now also allows you to make NON-Hedgehog gears speak, e.g. barrels... wait what?! |
|
10685 | 538 |
+ Changed hooks: |
539 |
onHogAttack() can now be hooked with new parameter: onHogAttack(ammoType) - to conveniently find out which ammo/weapon is being used |
|
540 |
* Fixes: |
|
541 |
gfResetHealth is now a available like the other GameFlags |
|
11783 | 542 |
|
12747
d3dad8de4aca
Changelog: Add 0.9.23 highlights, change headers, reorganize 0.9.23 engine updates, fix typos, mention some features
Wuzzy <Wuzzy2@mail.ru>
parents:
12743
diff
changeset
|
543 |
====================== 0.9.20 ====================== |
9840
ff0d7954aabc
0.9.20 changes. May have missed stuff. Please add if you notice anything missing.
nemo
parents:
9723
diff
changeset
|
544 |
+ 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
|
545 |
+ Password protected rooms |
9842 | 546 |
+ 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
|
547 |
+ 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
|
548 |
+ 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
|
549 |
+ Set hog/team/health label defaults in config, toggle team health display using delete (left shift + delete for labels now) |
9848 | 550 |
+ 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
|
551 |
+ 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
|
552 |
+ 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
|
553 |
+ 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
|
554 |
+ 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
|
555 |
+ 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
|
556 |
+ 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
|
557 |
+ 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
|
558 |
+ 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
|
559 |
+ New hats |
ff0d7954aabc
0.9.20 changes. May have missed stuff. Please add if you notice anything missing.
nemo
parents:
9723
diff
changeset
|
560 |
+ Translation updates |
ff0d7954aabc
0.9.20 changes. May have missed stuff. Please add if you notice anything missing.
nemo
parents:
9723
diff
changeset
|
561 |
+ 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 | 562 |
+ Speech bubbles are now echoed to chat for logging purposes with the hog's name. |
563 |
* 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
|
564 |
* 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
|
565 |
* 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
|
566 |
* 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
|
567 |
* 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
|
568 |
* 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
|
569 |
* 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
|
570 |
* 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 | 571 |
|
12747
d3dad8de4aca
Changelog: Add 0.9.23 highlights, change headers, reorganize 0.9.23 engine updates, fix typos, mention some features
Wuzzy <Wuzzy2@mail.ru>
parents:
12743
diff
changeset
|
572 |
====================== 0.9.19 ====================== |
9052 | 573 |
+ New Freezer weapon - freezes terrain, water, hedgehogs, mines, cases, explosives |
8994 | 574 |
+ Saucer can aim weapons and fire underwater |
575 |
+ Main graphical user interface overhaul |
|
9075 | 576 |
+ Splashscreen on Windows *_* |
8994 | 577 |
+ Up and down keys navigate in chat history |
578 |
+ Several commands from chat available |
|
579 |
+ Support hwplay:// scheme syntax |
|
580 |
+ Supply full revision and hash information in version tag |
|
581 |
+ Better set of options for driving engine |
|
582 |
+ Downloadable content can now be stored in packages for easy uninstall |
|
583 |
+ Lua scripts can load a sidecar overlay package of game resources |
|
584 |
+ Math improvements for better performance/reliability |
|
9052 | 585 |
+ 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 | 586 |
+ New fort, Steel Tower |
587 |
+ New theme, Fruit |
|
588 |
+ New hats - some national ones, Portal, harlequin, more animals... |
|
9052 | 589 |
+ New maps based on StarBound. SB_Bones, SB_Crystal, SB_Grassy, SB_Grove, SB_Haunty, SB_Oaks, SB_Shrooms, SB_Tentacles |
8995 | 590 |
+ Translation updates - Turkish, French, German, Japanese, Portuguese, Italian, Russian - Campaign french should work correctly now |
591 |
+ Theme object masks |
|
8997 | 592 |
+ Easier weapon selection in shoppa. F1 will select from F5 if there are no weps in F1-F4 |
593 |
+ Cleaver radius shrunk to improve usability on horizontal throws |
|
9052 | 594 |
+ Map hog limit is now just a suggestion, not enforced |
9054 | 595 |
+ Static map theme is now just the default, can be changed |
596 |
+ Themeable static maps (provide a mask.png without a map.png) |
|
9075 | 597 |
+ Split seed with '|' to keep the land shape but change the hog placement |
8997 | 598 |
* You can now move out of the way when throwing a sticky mine or cleaver straight up |
8995 | 599 |
* Rope sliding should behave more like pre-0.9.18 again |
600 |
* Forbid kicking on 1v1 matches |
|
601 |
* Desync fixes |
|
602 |
* 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
|
603 |
* Making very large maps now works properly with targeted weapons |
8997 | 604 |
* ParseCommand should be safe to use in Lua now, at any time |
9053 | 605 |
* Fixes to many weapons. Mudball, blowtorch, explosives, cluster bomb spread, portal. |
8779 | 606 |
|
12747
d3dad8de4aca
Changelog: Add 0.9.23 highlights, change headers, reorganize 0.9.23 engine updates, fix typos, mention some features
Wuzzy <Wuzzy2@mail.ru>
parents:
12743
diff
changeset
|
607 |
====================== 0.9.18 ====================== |
7782 | 608 |
|
609 |
+ 'A Classic Fairytale' Campaign |
|
8779 | 610 |
+ Video recorder (requires ffmpeg/libav) |
7782 | 611 |
+ Cleaver weapon |
612 |
+ AI is now aware of drowning and fall damage |
|
613 |
+ AI learned how to use Sniper Rifle and Cake |
|
614 |
+ Variable pen width and eraser for drawn maps |
|
615 |
+ Several trainings and missions |
|
616 |
+ Allow setting custom local palette of teams colors |
|
617 |
+ Hide eliminated teams from teams healths widget |
|
618 |
+ Server doesn't delete room till last player quits it |
|
619 |
+ PNG screenshots |
|
620 |
+ Show bot level on CPU flag |
|
621 |
+ Objects now have density value assigned which impacts their behavior on explosions, throwing from rope and drowning |
|
622 |
+ Improve AI skills at Desert Eagel, Whip, Firepunch, Baseball Bat, Hammer, Cluster Bomb, Watermelon and walking |
|
623 |
+ Individual hedgehogs healths in team health bar |
|
624 |
+ Drill rocket wouldn't explode in your face if you stand close to wall |
|
625 |
+ Ability to rope into a portal, allow RC plane to go through portals |
|
626 |
+ Many small frontend improvements: get rid of "save" buttons, descriptions, allow to use network proxy, etc |
|
627 |
+ Reduce amount of memory needed for engine to store land data |
|
628 |
+ Countless other small fixes and improvements |
|
629 |
+ Detect desyncs early |
|
9147
0ab57cdf9346
add note about mudball causing no direct damage to changelog
sheepluva
parents:
9108
diff
changeset
|
630 |
+ Mudball will not cause any direct damage anymore |
7782 | 631 |
* Fix cake getting stuck in barrels, crates and hedgehogs |
632 |
* Fix all knowns bugs which caused network game hang when players close engine or quit |
|
633 |
* Fix drill strike bug when drill's timer gets ridiculously high value instead of explosion |
|
634 |
* Fix some crashes, freezes and memory leaks in frontend and engine |
|
8442 | 635 |
|
12747
d3dad8de4aca
Changelog: Add 0.9.23 highlights, change headers, reorganize 0.9.23 engine updates, fix typos, mention some features
Wuzzy <Wuzzy2@mail.ru>
parents:
12743
diff
changeset
|
636 |
====================== 0.9.17 ====================== |
6325
cdd3d8c723ec
Update changelog, comment on possibly redundant lines in GSHandlers
nemo
parents:
5981
diff
changeset
|
637 |
+ New theme, Cave |
cdd3d8c723ec
Update changelog, comment on possibly redundant lines in GSHandlers
nemo
parents:
5981
diff
changeset
|
638 |
+ New voicepack, Hillbilly |
cdd3d8c723ec
Update changelog, comment on possibly redundant lines in GSHandlers
nemo
parents:
5981
diff
changeset
|
639 |
+ More attractive mission screen with previews |
cdd3d8c723ec
Update changelog, comment on possibly redundant lines in GSHandlers
nemo
parents:
5981
diff
changeset
|
640 |
+ Chat timestamping, links, input history, tab completion |
6398 | 641 |
+ 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
|
642 |
+ 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
|
643 |
+ Errors/warnings in chat instead of popup boxes |
cdd3d8c723ec
Update changelog, comment on possibly redundant lines in GSHandlers
nemo
parents:
5981
diff
changeset
|
644 |
+ Mousewheel to change hog/weapon counts in game creation |
cdd3d8c723ec
Update changelog, comment on possibly redundant lines in GSHandlers
nemo
parents:
5981
diff
changeset
|
645 |
+ 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
|
646 |
+ Team colours changed, again |
cdd3d8c723ec
Update changelog, comment on possibly redundant lines in GSHandlers
nemo
parents:
5981
diff
changeset
|
647 |
+ Land texture on maps using mask of black |
cdd3d8c723ec
Update changelog, comment on possibly redundant lines in GSHandlers
nemo
parents:
5981
diff
changeset
|
648 |
+ 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
|
649 |
+ Team coloured RC/airstrike |
cdd3d8c723ec
Update changelog, comment on possibly redundant lines in GSHandlers
nemo
parents:
5981
diff
changeset
|
650 |
+ 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
|
651 |
+ 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
|
652 |
+ Grenades/bazooka/melon pieces/ballgun now kicked by explosions |
cdd3d8c723ec
Update changelog, comment on possibly redundant lines in GSHandlers
nemo
parents:
5981
diff
changeset
|
653 |
+ Minor theme optimisation, Optional SkyR |
cdd3d8c723ec
Update changelog, comment on possibly redundant lines in GSHandlers
nemo
parents:
5981
diff
changeset
|
654 |
+ Camera follows melon, clusterbomb, gas cloud |
6398 | 655 |
* 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
|
656 |
* 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
|
657 |
* 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
|
658 |
* 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
|
659 |
* ctrl-w no longer closes engine window |
cdd3d8c723ec
Update changelog, comment on possibly redundant lines in GSHandlers
nemo
parents:
5981
diff
changeset
|
660 |
* Fix bugs in blowtorch angle/direction |
cdd3d8c723ec
Update changelog, comment on possibly redundant lines in GSHandlers
nemo
parents:
5981
diff
changeset
|
661 |
* Fix playing notes on the piano |
cdd3d8c723ec
Update changelog, comment on possibly redundant lines in GSHandlers
nemo
parents:
5981
diff
changeset
|
662 |
* Fix some colours in greyscale 3D |
cdd3d8c723ec
Update changelog, comment on possibly redundant lines in GSHandlers
nemo
parents:
5981
diff
changeset
|
663 |
* Fix Lua overrides of map config |
cdd3d8c723ec
Update changelog, comment on possibly redundant lines in GSHandlers
nemo
parents:
5981
diff
changeset
|
664 |
* Girders no longer make windows in tunnels |
cdd3d8c723ec
Update changelog, comment on possibly redundant lines in GSHandlers
nemo
parents:
5981
diff
changeset
|
665 |
* Prevent some more escaping through border, firepunch, pickhammer |
cdd3d8c723ec
Update changelog, comment on possibly redundant lines in GSHandlers
nemo
parents:
5981
diff
changeset
|
666 |
* Many frontend bugfixes, code cleanup. Crash in game abort, flake clipping, invalid state on room close |
6398 | 667 |
* 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
|
668 |
|
12747
d3dad8de4aca
Changelog: Add 0.9.23 highlights, change headers, reorganize 0.9.23 engine updates, fix typos, mention some features
Wuzzy <Wuzzy2@mail.ru>
parents:
12743
diff
changeset
|
669 |
====================== 0.9.16 ====================== |
5981 | 670 |
+ In-game chat now supports backspace-repeat and Escape to close the text input area |
671 |
+ Team status bars shrunk/made translucent if they take up a significant portion of the screen |
|
672 |
+ Background music change on sudden death mode |
|
5918 | 673 |
+ Stereoscopic rendering |
5432 | 674 |
+ Installing content (anything under Data/ - maps, sounds, and any such stuff) to user profile allows custom adding/overriding of any Data/ content |
5918 | 675 |
+ Screen for downloadable content |
676 |
+ Allow up to 8 teams in a game |
|
5947 | 677 |
+ New gameplay modes/styles: Racer, The Specialists, Tumbler, Space Invasion, Balanced Random Weapon |
5948 | 678 |
+ New single player missions: Bamboo Thicket, That Sinking Feeling, Newton and the Tree |
5432 | 679 |
+ 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
|
680 |
+ New Utility: Time Box |
5432 | 681 |
+ New Game mode: Tag team |
5859
285b3fd862e7
added some changes I remembered/saw in the logs to the changelog
sheepluva
parents:
5815
diff
changeset
|
682 |
+ New Game option for map bottom border |
5860 | 683 |
+ New Theme: Golf |
5859
285b3fd862e7
added some changes I remembered/saw in the logs to the changelog
sheepluva
parents:
5815
diff
changeset
|
684 |
+ Many new hats |
5918 | 685 |
+ Sudden Death art |
5726 | 686 |
+ Get away time modifier (in %) |
5432 | 687 |
+ Shoppa scheme by default resets ammo |
688 |
+ Shots are on a tenth of a second delay instead of a 1 and a quarter second delay (fast deagle/portal fire) |
|
689 |
+ Defective mines explode if they take enough damage |
|
690 |
+ Rope head can attach to hogs/crates/barrels again (rope still passes through them) |
|
691 |
+ Control of grenade bounce |
|
692 |
+ Drill Strike bombs don't explode when leaving ground, but after a (customizable!) timer |
|
5918 | 693 |
+ Hammer impacts mines/barrels |
694 |
+ Seduction is an Area-of-Effect attack now |
|
5947 | 695 |
+ Significantly altered flame behavior and damage. |
696 |
+ 'Throwing' weapons into hogs (e.g. grenade) no longer does max damage. |
|
5432 | 697 |
+ Ukranian localization of Default voice. support for localized voices |
698 |
+ Theme cleanup, including the new theme config file change |
|
699 |
+ Improvements in scoring and tracking damage |
|
700 |
+ Camera tracking now toggleable |
|
701 |
+ Mudball does not end turn |
|
702 |
+ Indicator for height of plane when using napalm |
|
703 |
+ Land smoothing (looks less pixelated on generation and damage) |
|
5918 | 704 |
+ 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
|
705 |
+ The names of the ShoppaKingTournament winners are now written on the Trophies in the ShoppaKing and TrophyRace maps! |
5918 | 706 |
+ Allow window resizes during game |
707 |
+ Improved fullscreen capabilities |
|
708 |
+ Additional/new sounds (mine impact, sine gun, etc) |
|
709 |
+ Victory/flawless victory sounds |
|
710 |
* Voices don't overlap (was needed more due to faster game actions due to shortened delays) |
|
5432 | 711 |
* Prevent portaling to impossible locations better |
712 |
* Snow accumulates more smoothly |
|
713 |
* 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
|
714 |
* Rope shouldn't be able to get Hogs stuck on walls anymore |
5432 | 715 |
* Fix for last portal shot always being yellow |
716 |
* More accurate napalm strike drop location |
|
5918 | 717 |
* AI fixes (heh, yeah right) |
5432 | 718 |
* Fixed locales, such as korean |
719 |
* Code refactoring |
|
720 |
* Various bug/leak fixes |
|
721 |
||
722 |
Frontend/Menu and Netgame: |
|
5952 | 723 |
+ Drawing straight lines in drawn map mode (hold down the control key when clicking, then move mouse to end point and release). |
724 |
+ Undo clear in drawn map mode |
|
5432 | 725 |
+ Autokick ignored players joining your room |
726 |
+ Improved nick sorting in lobby and rooms. (not case-sensitive, letters first, friend @ top, ignored @ bottom) |
|
727 |
+ Display player count in lobby |
|
728 |
+ 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 | 729 |
+ Room names can be changed by the room admin without recreating the room |
5432 | 730 |
* Fix invisible icons in popup menus |
731 |
* Various fixes and adjustments |
|
732 |
||
12747
d3dad8de4aca
Changelog: Add 0.9.23 highlights, change headers, reorganize 0.9.23 engine updates, fix typos, mention some features
Wuzzy <Wuzzy2@mail.ru>
parents:
12743
diff
changeset
|
733 |
====================== 0.9.15 ====================== |
4683 | 734 |
+ Ability to create, save and load hand drawn maps |
735 |
+ New maps: Capture the Flag (Blizzard) Map |
|
736 |
+ New themes: Christmas |
|
737 |
+ Snowflakes on Christmas/Snow themes accumulates on the ground |
|
738 |
+ New game modifiers: No wind, More wind |
|
739 |
+ New missions: Dangerous ducklings, Diver, Spooky tree, Teamwork |
|
740 |
+ New weapons: Mudball, Drill strike |
|
741 |
+ Many more Lua hooks |
|
742 |
+ Readytimer |
|
743 |
+ Ability to edit seed |
|
744 |
+ Ability to select gameplay scripts |
|
745 |
+ New gameplay scripts: Capture the Flag, No jumping, Random weapon |
|
746 |
+ New Lua unified translation framework |
|
747 |
+ Code refactoring |
|
748 |
+ Max teams upped to 8 |
|
749 |
+ Cosmetic enhancements to Napalm strike |
|
4685 | 750 |
+ Selecting a game scheme selects the corresponding weapon set |
4683 | 751 |
+ Dust when drills dig |
752 |
+ New hats: beaver, porkey, sheep |
|
753 |
+ Add density property to Gears |
|
4685 | 754 |
+ Reworked management of schemes and weapon sets |
4723 | 755 |
+ Will ask before deleting teams, schemes and weapon sets |
4683 | 756 |
+ 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
|
757 |
+ Variable rope length in scheme |
4683 | 758 |
+ Allow hog speech when not your turn |
4681 | 759 |
|
12747
d3dad8de4aca
Changelog: Add 0.9.23 highlights, change headers, reorganize 0.9.23 engine updates, fix typos, mention some features
Wuzzy <Wuzzy2@mail.ru>
parents:
12743
diff
changeset
|
760 |
====================== 0.9.14 ====================== |
4116 | 761 |
+ New audio tracks |
762 |
+ New forts: EvilChicken, Tank |
|
763 |
+ New game modes: AI Survival Mode, Per Hedgehog Ammo, Reset Health, Reset Weapons, Unlimited Attacks |
|
764 |
+ New grave: ring |
|
765 |
+ Over 30 new hats |
|
766 |
+ New themes: Art, Brick, Jungle, Stage |
|
767 |
+ New maps: ShoppaKing, Sticks, TrophyRace (Mission) |
|
768 |
+ New utilities: Portal Gun, Resurrector |
|
769 |
+ New weapons: Flamethrower, Hammer, Old Limburger, Piano Strike, Sticky Mines |
|
4321 | 770 |
+ Weapons' projectiles will now be launched from their barrels instead of the hog's center |
4223 | 771 |
+ Flying Saucers may be used for moving below the water surface |
4231 | 772 |
+ New default game schemes: Clean Slate, Fort Mode, Timeless, Thinking with Portals, King Mode |
773 |
+ New default weapon set: Clean Slate, Thinking with Portals |
|
4116 | 774 |
+ Bomb clusters/Melon parts inherit some of the original bomb's speed |
775 |
+ Extended game statistics |
|
776 |
+ Improved health bar updating |
|
4323 | 777 |
+ Hogs that blow themselves up will use triggers in their team color |
4116 | 778 |
+ Settings allow better control over the level of details/effects |
779 |
+ Improved Lua support |
|
780 |
+ On empty ammo switch to no weapon rather than the first available one (to avoid shooting by accident) |
|
781 |
+ Display of hints in the frontend |
|
782 |
+ Some improvements of existing Themes of Maps |
|
4223 | 783 |
+ Land destruction effects added |
4116 | 784 |
+ Improved fire effects |
4223 | 785 |
+ Improved Melon explosion effects |
4116 | 786 |
+ Online game lobby now features game filters |
787 |
+ Other Frontend enhancements |
|
788 |
+ Additional sounds |
|
789 |
+ Show special game rules in Esc screen |
|
790 |
+ Updated translation |
|
791 |
+ Speed optimizations |
|
792 |
+ Hedgewars will now use a sub directory of "My Documents" like other games instead of "%userprofile%/.hedgewars" under Windows |
|
4223 | 793 |
+ Added support for graphics cards/drivers that have a 512x512 pixel textures limit |
794 |
+ Team colors are more distinguishable from each other now |
|
4116 | 795 |
* Fixed bug that allowed charging a weapon while on rope, leading to frozen timer |
796 |
* Various bug fixes |
|
797 |
||
12747
d3dad8de4aca
Changelog: Add 0.9.23 highlights, change headers, reorganize 0.9.23 engine updates, fix typos, mention some features
Wuzzy <Wuzzy2@mail.ru>
parents:
12743
diff
changeset
|
798 |
====================== 0.9.13 ====================== |
3213 | 799 |
+ Speed optimizations |
800 |
+ New weapon: Birdy (carries your hog and lets you throw poisonous eggs at your foes) |
|
801 |
+ Hats are visible while using rope and blowtorch |
|
802 |
+ Explosive barrels |
|
803 |
+ AI is able to handle artillery mode as well as new weapons |
|
804 |
+ Weapon schemes now include crate probability as well as delays |
|
805 |
+ Optional semi transparent labels for hogs to avoid hidden gaps |
|
806 |
+ New voicepack: British |
|
807 |
+ New frontend sounds |
|
808 |
+ Frontend now allows you to add player names to either your friends or ignore list and join their current rooms (follow) |
|
809 |
+ Optional tooltips explaining weapons in weapons menu |
|
810 |
+ 3D effect for waves |
|
811 |
+ Game now fades in/out at the start and end of a round |
|
812 |
+ Flashlight effect when taking screenshots |
|
813 |
+ Holding 'precise' key now allows hogs to change direction without moving |
|
814 |
+ New game modes: place hedgehogs, king mode, randomized starting order, shared ammo, no girders |
|
815 |
+ Improved CJK text handling and detection |
|
816 |
+ Dud mines |
|
817 |
+ Reserved hats for donators (reservation time is limited; they'll be useable by everyone some months later) |
|
818 |
+ Added team flags (pick your country or your favorite 'fun' flag) |
|
819 |
+ Active team's name blinking on round start |
|
3214 | 820 |
+ Team chat for spectators |
821 |
+ New explosion graphics with screen shakes for huge explosions |
|
3213 | 822 |
+ Hogs might react to thrown grenades or explosives and panic |
823 |
+ Popup effects visualizing collected weapons |
|
824 |
+ New visual effects (dust, smoke, gun shells) |
|
825 |
+ Replaced the UFO with the Homing Bee |
|
826 |
+ View ammo menu even while other player's turn |
|
827 |
+ Preview alternate weapon while using another one (e.g. parachute, rope and flying saucer) |
|
828 |
+ Splashes and droplets once objects fall into water |
|
829 |
+ 45 degree bounce for grenades |
|
830 |
+ New bounce sounds for most objects |
|
831 |
+ Several new sounds for hedgehogs including walking animation and some emotes |
|
832 |
+ Show special game rules at round's start |
|
833 |
+ Support for Lua scripts (used for tutorials as well as 'mission' maps) |
|
834 |
+ Changed Basketball map to be a mission including scoreboards |
|
835 |
+ Added Knockball mission |
|
836 |
+ New crazy map template |
|
837 |
+ New random map generator supporting maze type maps |
|
838 |
+ New game schemes: Barrel Mayhem, Tunnel Hogs |
|
839 |
+ New weapon scheme: Tunnel Hogs |
|
840 |
+ New themes: Olympics, Desert |
|
841 |
+ Lots of other updates to other themes |
|
842 |
+ Background textures for destroyed land simulating depth (on random maps only) |
|
3214 | 843 |
+ New target cursors |
3213 | 844 |
+ Many new hats |
845 |
+ Additional effects |
|
846 |
+ Icon for hwengine under windows |
|
847 |
+ Delete old teams using the frontend |
|
848 |
+ Support for long localized strings (longer than 255 bytes) |
|
3214 | 849 |
+ Xfire support (shows nickname, server and room name in player info) |
3213 | 850 |
* Fixed showing two cursors in some situations |
3215 | 851 |
* Drill rocket's sound will now stop even after drilling right into water |
3213 | 852 |
* Properly unload SDL_mixer's support libraries on engine shutdown |
853 |
* Fixed several memory leaks |
|
854 |
+ Lots of other bug fixes and additions we already forgot during this huge release |
|
855 |
+ Updated translation |
|
3221 | 856 |
+ PowerPC architecture supported |
857 |
* Reduced memory footprint and leakage |
|
3210 | 858 |
|
12747
d3dad8de4aca
Changelog: Add 0.9.23 highlights, change headers, reorganize 0.9.23 engine updates, fix typos, mention some features
Wuzzy <Wuzzy2@mail.ru>
parents:
12743
diff
changeset
|
859 |
====================== 0.9.12 ====================== |
2548 | 860 |
+ Zoom |
861 |
+ New weapons: flying saucer, molotov cocktail |
|
862 |
+ More sounds |
|
863 |
+ New visual effects |
|
864 |
+ Updated graphics |
|
865 |
+ Chat within team only |
|
866 |
+ Remember net password |
|
867 |
+ More trainings |
|
868 |
+ Implement room control delegation when host's connection fails |
|
869 |
+ Colorize chat events in engine |
|
2552 | 870 |
+ [mac only] Add Sparkle framework to automatically update the program when a new version comes out |
871 |
+ [mac only] Add M3InstallController for easy installation |
|
2548 | 872 |
* Fix crash in replay caused by speechbubbles |
873 |
* Fix some desync causes |
|
874 |
* Fix rope bugs |
|
875 |
* Fix bugs in weapon selection code |
|
876 |
||
12747
d3dad8de4aca
Changelog: Add 0.9.23 highlights, change headers, reorganize 0.9.23 engine updates, fix typos, mention some features
Wuzzy <Wuzzy2@mail.ru>
parents:
12743
diff
changeset
|
877 |
====================== 0.9.11 ====================== |
2088 | 878 |
+ Speech bubbles |
879 |
+ Many new hats, new graves |
|
880 |
+ New taunts |
|
2110 | 881 |
+ New voice pack, new default voice |
2088 | 882 |
+ Animated stars in frontend's background |
883 |
+ New music |
|
884 |
+ Vampirism weapon and game mode, karma mode |
|
885 |
+ Artillery mode |
|
886 |
+ Sniper rifle |
|
887 |
+ Options for mine delay/quantity |
|
888 |
* Fix disconnection from server not been performed correctly |
|
889 |
* Don't crash engine after round in reduced quality mode |
|
890 |
* Fix game desync when oneof players quits |
|
891 |
* Hedgehogs don't take hat off when jumping |
|
892 |
* Fix initial room map config desync |
|
893 |
* Fix team name in training |
|
894 |
* Fix crash in parachute/rope if drowning with active girder/teleport |
|
895 |
* Fix rope disappearing bug |
|
896 |
||
12747
d3dad8de4aca
Changelog: Add 0.9.23 highlights, change headers, reorganize 0.9.23 engine updates, fix typos, mention some features
Wuzzy <Wuzzy2@mail.ru>
parents:
12743
diff
changeset
|
897 |
====================== 0.9.10 ====================== |
1982 | 898 |
+ Many new hats, maps, themes, updates on existing ones |
899 |
+ Remove small pixels left by fire |
|
900 |
+ Double possible land dimensions, allow up to 48 hedgehogs in game |
|
901 |
+ Brand new net server |
|
902 |
+ Cave mode |
|
903 |
+ Initial sound volume option |
|
904 |
+ Increase rendering speed and overall graphics performance |
|
905 |
+ New game options |
|
906 |
+ Game schemes |
|
907 |
+ New voicepack |
|
908 |
+ Reduced quality mode for better performance on old computers |
|
909 |
+ Random teams generator |
|
910 |
+ Many utilities |
|
911 |
+ Templates filter |
|
912 |
+ Water bouncing |
|
913 |
* Fix underwater theme soundtrack |
|
914 |
* Fix blowtorch delete condition |
|
915 |
* Fix crash when attackbar wasn't deleted, but hedgehog gear was |
|
916 |
* Fix spectating when one of players left the game |
|
917 |
* Fix accidental rope removing from ammo in some cases |
|
918 |
* Prevent engine crash when not enough place for all hedgehogs |
|
919 |
* Fix bug with not working toggles 'rectrict joins' and 'restrict team adding' |
|
920 |
+ Fix engine slowdown when trying to switch ammo while firing bazooka |
|
921 |
||
12747
d3dad8de4aca
Changelog: Add 0.9.23 highlights, change headers, reorganize 0.9.23 engine updates, fix typos, mention some features
Wuzzy <Wuzzy2@mail.ru>
parents:
12743
diff
changeset
|
922 |
====================== 0.9.9 ====================== |
1695 | 923 |
+ Voicepacks |
924 |
+ Teams health graphic on statistics page |
|
925 |
+ Colorize join/quit messages in chat |
|
926 |
+ Precise aiming |
|
927 |
+ RC Plane weapon |
|
928 |
* Fix ballgun breaking net game on 64bit systems |
|
929 |
* Fix bug when hedgehog was unable to drop some weapons from rope in certain conditions |
|
930 |
* Fix page switching issues when disconnected |
|
931 |
* Fix rope bug which allowed hedgehog to go into land |
|
932 |
* Fix cake stucking up in air on some maps |
|
933 |
* Fix three cursor bugs |
|
934 |
* Fix autogenerated demos/saves filenames problems |
|
935 |
* Fix engine freeze when switching hedgehog in certain conditions |
|
936 |
||
12747
d3dad8de4aca
Changelog: Add 0.9.23 highlights, change headers, reorganize 0.9.23 engine updates, fix typos, mention some features
Wuzzy <Wuzzy2@mail.ru>
parents:
12743
diff
changeset
|
937 |
====================== 0.9.8 ====================== |
1605 | 938 |
+ Many net server fixes |
939 |
+ Lobby on net server |
|
940 |
+ Napalm weapon |
|
941 |
+ Drill rocket and Ballgun weapons |
|
942 |
+ Show quit reason message |
|
943 |
+ Solid Land option |
|
944 |
+ New maps |
|
945 |
+ Many new forts |
|
946 |
+ Improve Hellish hand grenade |
|
947 |
+ Spectating for those who joined after game start |
|
1603 | 948 |
* Fix silent crash when cannot place all hedgehogs |
949 |
* Fix small damage tag issues |
|
950 |
* Fix a bug leading to engine silent crash when using whip, bat or firepunch (and probably flame) |
|
951 |
* Limit chat history to 250 entries to avoid DoS attack with its use |
|
952 |
||
12747
d3dad8de4aca
Changelog: Add 0.9.23 highlights, change headers, reorganize 0.9.23 engine updates, fix typos, mention some features
Wuzzy <Wuzzy2@mail.ru>
parents:
12743
diff
changeset
|
953 |
====================== 0.9.7 ====================== |
1486 | 954 |
+ Completely redesign the frontend, no longer looks like an ugly program launcher |
955 |
+ New art |
|
956 |
+ Add fullscreen mode to frontend |
|
957 |
+ New Castle map |
|
958 |
+ All map rendering now 32bit / theme objects have alpha channels |
|
959 |
+ Bath, Freeway, Hell, Sheep, Underwater themes |
|
960 |
+ PirateFlag, Sheep maps |
|
961 |
+ Seduction weapon |
|
962 |
+ Dedicated server |
|
963 |
+ Increase possible length of team and Hedgehog names |
|
964 |
+ New music |
|
965 |
+ Ability to customize your hedgehogs with a variety of hats |
|
966 |
+ Ability to customize water colour in themes |
|
967 |
+ Watermelon Bomb Weapon |
|
968 |
+ Hellish Hand Grenade Weapon |
|
969 |
+ /me now works in chat |
|
970 |
+ Ability to divide teams on any map |
|
971 |
* Fix rope getting stuck bug |
|
972 |
* Make soundtrack loop better |
|
973 |
* Fixed small glitch with placing girders |
|
974 |
* Fixed grenade sound |
|
975 |
* AI uses the mortar better |
|
976 |
||
12747
d3dad8de4aca
Changelog: Add 0.9.23 highlights, change headers, reorganize 0.9.23 engine updates, fix typos, mention some features
Wuzzy <Wuzzy2@mail.ru>
parents:
12743
diff
changeset
|
977 |
====================== 0.9.6 ====================== |
1114 | 978 |
+ New Cake weapon |
979 |
+ New maps: EarthRise, Bamboo, Bath, BambooPlinko |
|
1138 | 980 |
+ New theme EarthRise |
1114 | 981 |
+ Add soundtracks for each theme |
982 |
+ Show picked up ammo name when playing demo |
|
983 |
+ Make engine fonts bold |
|
984 |
+ Small sound improvements |
|
985 |
* Fix clouds shaking up |
|
986 |
* Repair screenshots capturing |
|
987 |
||
12747
d3dad8de4aca
Changelog: Add 0.9.23 highlights, change headers, reorganize 0.9.23 engine updates, fix typos, mention some features
Wuzzy <Wuzzy2@mail.ru>
parents:
12743
diff
changeset
|
988 |
====================== 0.9.5 ====================== |
1071 | 989 |
+ Taunts |
990 |
+ Exit confirmation dialog |
|
991 |
+ Sudden death |
|
992 |
+ Maps added: Hydrant, Lonely Island |
|
993 |
+ Updated mushroom map |
|
994 |
+ Translations added: German, Slovak, Bulgarian, French |
|
995 |
+ More impressive exposions |
|
996 |
* Fix bad sprite when you jump and get hit |
|
997 |
||
12747
d3dad8de4aca
Changelog: Add 0.9.23 highlights, change headers, reorganize 0.9.23 engine updates, fix typos, mention some features
Wuzzy <Wuzzy2@mail.ru>
parents:
12743
diff
changeset
|
998 |
====================== 0.9.4 ====================== |
1018 | 999 |
+ In game chat is now implemented, chat (and taunt!) your buddies during network play |
1000 |
+ Mortar, whip and Kamikaze weapon additions |
|
1001 |
+ Two new themes, desert island and city |
|
1002 |
+ New maps |
|
1003 |
+ New animations, including an idle animation! |
|
1004 |
+ Rope reworked, much greater momentum, ability to aim the rope between swings |
|
1005 |
+ AI updates |
|
1006 |
+ Teams now work in fort mode, i.e. 2v2 |
|
1007 |
+ Ability to attack whilst jumping/rope swinging |
|
8442 | 1008 |
+ Some weapons can only be used after a certain number of turns |
1018 | 1009 |
+ Lots of new graphics |
1010 |
* Many network/gameplay bug fixes |
|
1011 |
||
12747
d3dad8de4aca
Changelog: Add 0.9.23 highlights, change headers, reorganize 0.9.23 engine updates, fix typos, mention some features
Wuzzy <Wuzzy2@mail.ru>
parents:
12743
diff
changeset
|
1012 |
====================== 0.9.3 ====================== |
881 | 1013 |
+ Switch to OpenGL rendering |
1014 |
+ Massive graphics update |
|
1015 |
+ New animations, weapon sprites |
|
1016 |
+ New themes 'Snow' and 'Nature' |
|
1017 |
+ Many new sounds |
|
4095 | 1018 |
+ Hedgehog backjump |
881 | 1019 |
+ Automated parachute |
1020 |
+ Hedgehog can jump even when someone is on its head |
|
1021 |
* Improve and bugfix statistics |
|
1022 |
* Fix bug allowing to make stack of hedgehogs using teleport |
|
1023 |
* Fix fall without damage trick, which could be performed with not attached rope |
|
1024 |
* Don't show enemy's picked weapon name |
|
1025 |
* Fix hedgehog moving direction after been shot by shotgun |
|
1026 |
* Fix bug with handling keys while it is enemy's turn |
|
1027 |
||
12747
d3dad8de4aca
Changelog: Add 0.9.23 highlights, change headers, reorganize 0.9.23 engine updates, fix typos, mention some features
Wuzzy <Wuzzy2@mail.ru>
parents:
12743
diff
changeset
|
1028 |
====================== 0.9.2 ====================== |
733 | 1029 |
|
1030 |
+ Add registration of net game in web |
|
1031 |
+ Introduce weapons sets support |
|
1032 |
+ Add teleportation tool |
|
752 | 1033 |
+ Add hedgehogs switching tool |
733 | 1034 |
+ Add tags with current damage (alt damage option on options page) |
1035 |
+ A couple of new land templates |
|
1036 |
+ Decrease network bandwidth usage |
|
752 | 1037 |
+ Add clans support (teams with identical colors are allies) |
733 | 1038 |
+ 's' key speeds up demo playing |
1039 |
+ Easter egg |
|
1040 |
+ Full saves support, 'Saved games' page |
|
1041 |
+ Add ability to choose which info is shown above hedgehogs |
|
1042 |
+ AI can use Air Attack weapon |
|
1043 |
+ Get possible screen resolutions from SDL library |
|
1044 |
+ Add Desert Eagle and UFO sounds |
|
1045 |
+ Add parachute sprite |
|
735 | 1046 |
+ Add training mode |
733 | 1047 |
+ New theme and map 'Volcano' |
1048 |
+ Moving hedgehog could make another hedgehog moving kicking him |
|
1049 |
+ Save and restore window size on application restart |
|
1050 |
* Fix using parachute while staying on the ground |
|
1051 |
* Fix old rope regression (attaching didn't work properly, when hedgehog is jumping) |
|
1052 |
* Fix AI jumping to wrong direction on the turn start |
|
736 | 1053 |
* Fix rare conditions causing network game to randomly fail |
735 | 1054 |
* Make missiles collide with attacking hedgehog |