Alexander van Gessel
b2c51a94f4
Replaced obsolete 'image_leading' with [leading_anim], caught by wmltest.
2008-12-14 00:07:08 +01:00
Lari Nieminen
9c239ebf5a
Converted EI to the new gold carryover system.
...
Starting gold still needs to be rebalanced.
2008-12-13 22:49:53 +00:00
Alexander van Gessel
589f9240e3
Rename _initial.cfg to _init.cfg to match the the C++.
2008-12-13 23:07:30 +01:00
Gunter Labes
ba0bfd3e1d
updated the list of units that can get fearless
2008-12-13 21:25:29 +00:00
Gunter Labes
3409bc090e
fixed white space errors and simplified again
2008-12-13 21:25:17 +00:00
Lari Nieminen
9750138dcc
Made the player able to recruit mermen in Isle of the Damned again.
2008-12-13 19:40:09 +00:00
Mark de Wever
0d7c0ca738
Removed an unused variable.
...
Also improved the initialization location of another variable.
2008-12-13 18:40:50 +00:00
Lari Nieminen
977953ca71
Did some WML cleanup and made the player receive all three lvl1 mermen...
...
...as recruitables only if both enemies are defeated, and only merman
fighters if not.
2008-12-13 18:34:16 +00:00
Ignacio R. Morelle
6e8e679179
Use gender-specific translations for "slowed"
...
This should not break translations since the code change is based on the
fact that the strings 'female^slowed' and 'slowed' are both in the main
(wesnoth) textdomain.
2008-12-13 16:30:45 +00:00
Eric S. Raymond
57235dcc09
Fix minor bug in _final.cfg recognition;...
...
...it could be fooled by, e.g. "this_is_not_a_final.cfg". Also,
enable _init.cfg to be sorted to the front of a filelist (at
mordante's request).
2008-12-13 16:18:32 +00:00
Alexander van Gessel
7d2b47ca9f
Add TagPlus to the meta-grammar.
2008-12-13 16:09:31 +01:00
Lari Nieminen
c1f2fdc194
Converted TB to the new gold carryover system.
2008-12-13 11:44:34 +00:00
Mark de Wever
ebf482bbb5
Move some macros to their own file.
...
This way those macros can be reused for all containers that need scrollbars.
2008-12-13 11:35:08 +00:00
Mark de Wever
53bdb88159
Restructure the data tree a bit.
...
In the macros directory some more generic macros will be defined, the
_initial.cfg should be loaded first. The engine doesn't enforce that yet but
probably esr will add that feature. (The odds of it not being loaded first is
probably theoretical.)
2008-12-13 11:22:50 +00:00
Nils Kneuper
b6317d1cbf
updated German translation
2008-12-13 11:22:44 +00:00
Richard Kettering
27afd3ec56
New images for the naga warrior.
2008-12-13 07:51:58 +00:00
Richard Kettering
5fb3f7b9b1
New images for the naga warrior.
2008-12-13 07:50:34 +00:00
Steven Panek
0eadb68e48
Did a lot of retouching...
...
...(recreated the forests and cleaned up other debris) to the Far North map.
2008-12-13 05:30:04 +00:00
Alexander van Gessel
530032fe3d
Write the TagPlus class, start on [unit_type] definition.
2008-12-13 05:48:28 +01:00
Alexander van Gessel
25aeceadcf
Fix a recruitment pattern.
2008-12-13 03:40:43 +01:00
Alexander van Gessel
9afc8e2848
Clear a variable.
2008-12-13 03:34:25 +01:00
Lari Nieminen
d7d9846e41
Made all the enemies fight each other and added a missing user_team_name.
2008-12-12 23:22:08 +00:00
Lari Nieminen
eb85883157
Made linger mode be skipped and lengthened the final delays a bit.
2008-12-12 23:19:16 +00:00
Nils Kneuper
007f037bc5
pot-update...
...
...(slowly preparing for the soft string freeze...)
updated doc files
2008-12-12 22:39:01 +00:00
Lari Nieminen
f9a5981745
Decreased the initial turn limit by 4 and added 10 turns upon finding Thursagan.
2008-12-12 21:25:25 +00:00
Eric S. Raymond
2eb717fe87
Correct a minor wmllint error.
2008-12-12 20:46:32 +00:00
Sergey Popov
84730dfe5b
Fixed linker errors in debug builds with gcc 4.3.2
2008-12-12 11:34:42 +00:00
Nils Kneuper
541f8eee46
updated Czech translation
2008-12-12 09:43:06 +00:00
Mark de Wever
99100be85d
Remove an unused variable.
2008-12-12 08:14:01 +00:00
Ignacio R. Morelle
1324720a32
Make start-of-scenario saved games work again...
...
...(fix a regression from 2008-12-10T15:22:02Z!shadowm@wesnoth.org).
2008-12-12 04:48:06 +00:00
Ignacio R. Morelle
99861fae07
Start-of-scenario saves are recognized again when compressed.
2008-12-12 04:47:40 +00:00
Ignacio R. Morelle
413ec136fb
Add a clarification comment.
2008-12-12 04:45:14 +00:00
Ignacio R. Morelle
df5970b930
Negate Arch Magi's idle animation for female variants.
2008-12-12 04:44:30 +00:00
Ignacio R. Morelle
e4e841a4cb
Doxygen comment fix.
2008-12-12 04:44:07 +00:00
Ignacio R. Morelle
2200504f3b
Doxygen comment added for child struct.
2008-12-12 04:43:27 +00:00
Ignacio R. Morelle
8ecbbc129a
In the version_info unit test, add right/left zero checks
...
for verifying behavior on equivalent/similar version numbers.
2008-12-12 04:43:09 +00:00
Ignacio R. Morelle
03430122a4
In version_info's string constructor, initialize the numbers vector...
...
...early enough to catch any border cases without getting to states that
undefine the class' behavior.
2008-12-12 04:42:20 +00:00
Ignacio R. Morelle
0408200151
Reorganized the version_info "insanity test" code...
...
...so that its outcome is displayed even on success when
using 'BOOST_TEST_LOG_LEVEL=all <path>/test'.
2008-12-12 04:41:43 +00:00
Ignacio R. Morelle
22ba7ac306
Add a check for outcomes of comparison between "insane" version_info...
...
...objects to the version_info unit test.
2008-12-12 04:40:26 +00:00
Ignacio R. Morelle
03adbd340b
Getting rid (per Mordante's request) of game_events::game_version
...
in favour of version_info.
2008-12-12 04:40:09 +00:00
Ignacio R. Morelle
e0ca01ef18
Make src/version.cpp [version.o] part of libwesnoth-core.a...
...
...instead of limiting it to the game image.
2008-12-12 04:34:15 +00:00
Steven Panek
bbd4ec2478
Reduced Troll Rocklobber's sling strikes from 7 to 1.
2008-12-12 00:08:38 +00:00
Nils Kneuper
314a06143f
updated Slovak translation
2008-12-11 22:46:09 +00:00
Lari Nieminen
62057c7d51
Removed a macro which doesn't seem to work.
2008-12-11 21:44:04 +00:00
Lari Nieminen
d1089ccdaa
A nicer projectile animation for the rocklobber.
2008-12-11 21:17:43 +00:00
Gunter Labes
ab6b4f3a9b
refactored with die() functions for better readability
2008-12-11 21:05:17 +00:00
Gunter Labes
4b08e1b847
minor tweaks
2008-12-11 20:35:38 +00:00
Gunter Labes
d833551f06
tail the log file on fatal errors
2008-12-11 20:31:14 +00:00
Gunter Labes
35a55219cd
build trunk campaignd with scons
2008-12-11 20:14:43 +00:00
Lari Nieminen
7870341eab
Clarified the objectives a bit (string changes).
2008-12-11 20:03:23 +00:00