15438 Commits

Author SHA1 Message Date
Lari Nieminen
02e804a6db Added a [floating_text] tag so text can be floated without unstoring a unit. 2010-11-14 09:55:42 +00:00
Steven Panek
550dd5c7ce Standardized filenames, ids, and so forth in LoW. 2010-11-14 02:25:50 +00:00
Gunter Labes
fdbd071b62 Readded ellipsis key accidentally removed in 2010-09-09T15:04:17Z!alinkmaze@gmail.com. 2010-11-14 01:11:46 +00:00
Nils Kneuper
3d97a040e1 updated Spanish translation credits entry 2010-11-13 21:56:22 +00:00
Lari Nieminen
a97209abc3 Applied patch #2201: show_turn_counter for win conditions. 2010-11-13 21:43:43 +00:00
Lari Nieminen
80ab9253d5 Fixed flowers overlapping adjacent trees, mountains, castles etc.
This also makes the -small variants of the flower images unused and
apparently unneeded.
2010-11-13 17:41:38 +00:00
Lari Nieminen
cce073f209 Possible solution for some ugly beach corners.
Introduces little fuzzy overlap glitches.
2010-11-12 22:08:32 +00:00
J.W. Bjerk
bf265cf23b Added ruined cottage and ruined hill village by Doofus. 2010-11-12 17:53:18 +00:00
Lari Nieminen
25ec086d08 Added and wired in LordBob's portrait for Jevyan. 2010-11-11 08:37:29 +00:00
Lari Nieminen
29c085a004 Fixed and reorganized some start times. 2010-11-11 07:38:49 +00:00
Anonymissimus
e0c3b23db9 made the # wmllint: notecheck on/off and deathcheck on/off directives work
usage:

[unit_type]
# wmllint: notecheck off
description=...{SPECIAL_NOTES}
...
[/unit_type]
# wmllint: notecheck on
(since the message is omitted once that [/unit_type] is reached so it must still be off)
and
[event]
name=die
...
[message]
# wmllint: deathcheck off
id=...
# wmllint: deathcheck on
2010-11-10 22:43:41 +00:00
Ignacio R. Morelle
f25588cb6f Fix Saurian Skirmisher line melee animations' timing (why am *I* doing this?) 2010-11-10 22:29:28 +00:00
Lari Nieminen
cefbca1dca Removed recruit= lists for the player's side...
...which seem to interfere with the recruit costs increase system and
cause bug #17063.
2010-11-10 08:56:31 +00:00
Ignacio R. Morelle
06c6d73ad1 Make Water Serpents use the same undead variation as Sea Serpents 2010-11-09 20:06:22 +00:00
Ignacio R. Morelle
b43daf408b Remove phpBB session id from a commented link 2010-11-09 14:38:14 +00:00
Lari Nieminen
e6c4c6f219 Added LordBob's revised Typhon portrait. 2010-11-09 08:04:31 +00:00
Ignacio R. Morelle
c1926c1abe TRoW 6: raise player corpses only as long as Lenvan is present 2010-11-09 02:42:12 +00:00
J.W. Bjerk
d2a0e13781 Fixed display of UMC castles...
(which were being overdrawn by regular human castles).
2010-11-07 22:14:18 +00:00
Ignacio R. Morelle
af65eefdaa Replace id in definition of title_creen_revision with title_screen_revision 2010-11-07 21:18:32 +00:00
Fabian Müller
5e963fb9c6 LoW main.cfg: Included the extra units for multiplayer. 2010-11-07 15:08:11 +00:00
Fabian Müller
e31c913cf4 Fixed a wrong metainfo in the frantic music file. 2010-11-07 15:07:01 +00:00
Ignacio R. Morelle
1f16bd7f7a Convert the gamemap label editor dialog to GUI2 adding a new dialog class 2010-11-07 13:57:42 +00:00
Guillaume Melquiond
bd24521d56 Modified get_sides so that it returns the actual side number. Renamed it. 2010-11-07 08:22:53 +00:00
Ignacio R. Morelle
52ea365fbd Forgot a couple of tstring internationalization marks 2010-11-07 03:08:02 +00:00
Iurii Chernyi
c30997182e standard side filter 2010-11-06 23:43:53 +00:00
Steven Panek
b724327aca Ported most of the events in the twelfth scenario to custom events. 2010-11-06 19:58:38 +00:00
Ignacio R. Morelle
0d7e330103 Add a new simple item selector GUI2 dialog, and convert :cl to use it 2010-11-06 15:13:32 +00:00
Fabian Müller
b768631545 LoW utils: fixed some scenarios not giving the human control. 2010-11-06 14:02:32 +00:00
Fabian Müller
230cd804f9 LoW: Derived the Rider unit to reintroduce the Elvish Horse Archer.
The Horse Archer config causes wmllint to fail with AssertionError.
2010-11-06 13:27:30 +00:00
Steven Panek
f7e654313c Removed the hyphen-minus in the floating text...
...caused by Yechnagoth's special slime attack; made it so that damage
is applied before slowing, like it is in actual slowing attack; added
a delay between the application of damaging and slowing to mimic the
spacing between the labels from an actual slowing attack.
2010-11-06 07:36:21 +00:00
Steven Panek
a37d7b59c1 Made it so that Kaleh's attack on Eloh actually does damage;...
...got rid of the hyphen-minus in the damage text to make it resemble
damage text from a real battle.
2010-11-06 06:16:25 +00:00
Steven Panek
79dcc06349 Got rid of a useless comment. 2010-11-06 06:01:53 +00:00
Steven Panek
83f7f48b41 'add -' -> sub '. 2010-11-06 05:56:22 +00:00
Steven Panek
cab0a435db Made objectives for 'Death of <ally_name>'...
...to replace 'Death of Troll Ally' and 'Death of Dwarf Ally'.
2010-11-06 05:14:53 +00:00
Steven Panek
54a723b9e0 Reworked all of the ally stuff...
...to avoid the use of variables in translatable strings.
2010-11-06 05:05:46 +00:00
Steven Panek
0a6fd74f77 Removed the comments in ON_DIFFICULTY's EASY definition,
...for it breaks things...

Fixes bug #17025.

shadowmaster demanded this commit.
2010-11-06 04:01:53 +00:00
Steven Panek
62146f79d4 Reverted unintentional effects of 2010-11-05T22:28:17Z!Majora700@gmail.com. 2010-11-05 23:21:59 +00:00
Steven Panek
f7e6201f82 Ran umcpropfix. 2010-11-05 22:28:17 +00:00
Lari Nieminen
d63b526854 Fixed Haldric missing his portrait. 2010-11-05 21:03:38 +00:00
Lari Nieminen
0847d24cfc Fixed bug #16982 (Li'sar has no experience bar). 2010-11-05 19:27:12 +00:00
Eric S. Raymond
4627e24856 Fix a minor WML error and some spelling glitches. 2010-11-05 16:40:18 +00:00
Eric S. Raymond
b15423de20 Fluffier description of the familiar. 2010-11-05 16:15:23 +00:00
Lari Nieminen
535e103a33 Added myself to the "Campaign Design" section. 2010-11-05 16:02:46 +00:00
Lari Nieminen
0cf11bb4a5 Renamed Syn_Err to Blarumyrran in DiD and Liberty credits. 2010-11-05 15:57:03 +00:00
Lari Nieminen
a30cbb6169 Made a custom unit type for Jevyan's familiar,
...which is now a winged skull instead of a bat.
2010-11-05 15:35:20 +00:00
Nils Kneuper
14366637f8 apply utils/wesnoth-optipng on latest portrait update
Original size: 3839 KiB on 24 files
 Optimized size: 3674 KiB
   Total saving: 165 KiB = 4% decrease
2010-11-05 14:23:08 +00:00
Fabian Müller
332570a11f LoW::12: Fixed unbalanced wml tags. 2010-11-05 14:18:56 +00:00
Lari Nieminen
5b0dcb05df Fixed a misnamed macro parameter. 2010-11-05 14:17:27 +00:00
Lari Nieminen
6c523dee33 Added LordBob's new TRoW portraits,
...with only Jevyan and Rithrandil still missing.
2010-11-05 14:15:19 +00:00
Fabian Müller
fbd0c9979c LoW::13: Implemented the loading of the persistent variables.
Still the scenario needs to become the starting scenario of chapter4.
2010-11-05 14:14:17 +00:00