Commit Graph

18864 Commits

Author SHA1 Message Date
Nils Kneuper
2d77397ba6 pot-update 2007-08-22 15:56:26 +00:00
Nils Kneuper
5680199be9 update German translation 2007-08-22 15:50:24 +00:00
Nils Kneuper
23689f9ef7 corrected -h output,
...uncommented echo to tell which domain entrys will be changed
2007-08-22 15:48:16 +00:00
Mark de Wever
a99378680b Removed a debug message, spotted by Zookeeper. 2007-08-22 15:29:02 +00:00
Lari Nieminen
4e1ce12744 Should fix the weird bugs with the CHG_TYPE macro,
or at least the undead transformation in scenario 4.
2007-08-22 15:19:35 +00:00
Nils Kneuper
b03756de0a some small spelling fixes 2007-08-22 15:14:29 +00:00
Nils Kneuper
904b667c7e added some missing textdomains 2007-08-22 15:02:10 +00:00
George Birthisel
d8747a1747 misc. text and balance changes to numerous scenarios. 2007-08-22 14:48:35 +00:00
uso
dfd5847832 if a player got a gold bonus from a previous scenario...
...and his starting gold differs from the default start gold show both
values in the scenario settings
2007-08-22 07:56:54 +00:00
uso
31c2cd7f0e replace a define by a const, thanks for the hint Mordante 2007-08-22 06:57:04 +00:00
uso
1abddc914e fix line breaks inside of words in the unit_description 2007-08-22 05:46:19 +00:00
uso
ff27ce3ae8 'Scenario Settings' is more appropriate than 'Game Settings' 2007-08-22 04:55:55 +00:00
uso
640dd5414d use the proper default for the start team gold 2007-08-22 04:53:57 +00:00
Hans Joachim Gurt
8f3ba4ed6c doxygen, comments 2007-08-22 02:06:11 +00:00
Hans Joachim Gurt
7dcb2280be doxygen, comments 2007-08-22 01:56:59 +00:00
Patrick Parker
cd4fd879aa The problem with the CHG_TYPE macro is actually a bug...
...from the problematic advance-on-unstore feature; I worked around it
(for now) by setting advance=false

Note: the comments in bug #9725 *should* have been filed in a separate
bug report, since that bug was different and furthermore it was
already fixed.
2007-08-22 01:16:03 +00:00
Patrick Parker
969b0791ad return "0" instead of empty string for the length of non-existant WML arrays 2007-08-22 00:36:49 +00:00
Hans Joachim Gurt
bd016f3e0a doxygen, comments 2007-08-21 23:34:34 +00:00
uso
d9c02756e9 don't assume a WML variable is always set, thanks Sapient 2007-08-21 23:32:16 +00:00
Patrick Parker
c84a1c08f3 use a constant instead of hard-coding -2 everywhere unit_animation matches fail 2007-08-21 23:02:08 +00:00
Patrick Parker
d0b10efcc1 'event_itor' : unreferenced local variable
'd' : redefinition; multiple initialization

Please read the Coding Standards section 4.1, "Respect for loop
scoping of different platforms"

http://www.wesnoth.org/wiki/CodingStandards#Respect_for_loop_scoping_of_different_platforms
2007-08-21 22:50:55 +00:00
Hans Joachim Gurt
f4944f8d57 doxygen, comments 2007-08-21 22:42:23 +00:00
Hans Joachim Gurt
0679c0cbab doxygen, comments 2007-08-21 22:41:42 +00:00
Jérémy Rosen
29123929b8 appllying patch 788: ability to add and remove abilities via WML
thx to joshudson
2007-08-21 21:27:06 +00:00
Jérémy Rosen
991cbc8219 change most non-fight animations to the new choosing method.
No user impact, WML deprecation are currently commented
2007-08-21 21:14:10 +00:00
Elias Pschernig
8994b2eead fixed a bug for when no local info.cfg existed, and changed up-to-date message 2007-08-21 19:06:25 +00:00
Nils Kneuper
fbf3ac42e5 updated German translation 2007-08-21 14:23:12 +00:00
uso
4dd45a098c snprintf() integer to string conversions replaced by str_cast() calls 2007-08-21 04:20:07 +00:00
Eric S. Raymond
0974ffa96a Typo and punctuation fixes.
Quote string literals containing single quote so the Emacs colorizer
code doesn't get confused.
2007-08-21 02:44:46 +00:00
Eric S. Raymond
dc8643f4ca Supply a user_description field for Harman. 2007-08-21 01:43:39 +00:00
uso
38bc9c87eb forgot to make some strings translatable,
added a translation prefix to the header fields so that translators
can use 2 lines to keep the columns straghit
2007-08-21 01:22:14 +00:00
Dimitar Ilccov
c6a99795e9 Some additions to HttT scenarios:
19c_Cliffs_of_Thoria and 20b_Underground_Channels
2007-08-21 00:02:50 +00:00
Dimitar Ilccov
09a944a9f5 Changes to the way Owaec gets his hero icon overlay...
...so that it doesn't cover it's leader icon.

Made the surviving Owaec's units recallable in the next scenarios

Added recruitment patterns to AI controlled sides
2007-08-21 00:01:41 +00:00
Ali El Gariani
ad0c669dee Display the hotkey in the "hotkeys settings" menu,
even if it's a special mark-up character
2007-08-20 23:45:22 +00:00
Ali El Gariani
ff33117ae9 Correctly sort column if the values use special mark-up characters
(even if it's the <r,g,b> tag)
2007-08-20 23:13:58 +00:00
Eric S. Raymond
bcb8357f7d Fix a bad ID in a death event. 2007-08-20 22:36:36 +00:00
uso
382540f41c Add a second window to the "Status Table"
...which shows the basic game settings for each player. Unfortunatly
the current dialog implementation seems to allow only 2 functional
buttons together with a (menu)list, so I had to move the "Ok" button
which allows you to scroll to the selected leader to the second
screen.

I hope this feature is not used too often, so it's ok there ...

I have mostly tested the "Game Settings" display with multiplayer games, please
test it with scenarios which have more special WML settings.
2007-08-20 22:05:00 +00:00
Eric S. Raymond
bdcc8a14ba This version of the Boucaman transformation gets Armageddon.cfg right. 2007-08-20 20:24:13 +00:00
Mark de Wever
836607f549 When 'load game' is selected there are no sides,
so instead of dying on an assert do nothing with the fog and shroud
status. Problem was spotted by uso.
2007-08-20 19:08:37 +00:00
Eric S. Raymond
d6da5d3ab2 Fix a reference that got broken by zookeeper's last commit. 2007-08-20 19:01:42 +00:00
Ali El Gariani
ac471c8213 Fix an error spotted by Hajo:
The GRAY_TEXT special character "|" was not seen as such by one function
This probably fix off-by-one error when word-wrapping text
and maybe make the character invisible on displayed text
2007-08-20 18:54:33 +00:00
Lari Nieminen
4cf1ca317c New skeleton hit and die sounds,
by that one "chessmaty" fellow who disappeared during the last forum crash.
2007-08-20 18:51:30 +00:00
Ali El Gariani
54247e8a19 Remove the recent special tag "!" used for yellow color,
because we need this character in some text and that I think that our
goal is to kill these special mark-up characters. This commit simply
replace it by "<255,255,0>".

But I continue to think that yellow at some of these places are a bad idea.
2007-08-20 17:49:20 +00:00
Ali El Gariani
b8f473de5b update the [game_config] to the new footsteps system:
use a simple "footprint_prefix" key, the rest (in/out, directions, image mods,
and file extension) is added by the code, (like for the ellipses)

restore the possibility to use more than 2 set of images for movement cost
2007-08-20 17:46:36 +00:00
Eric S. Raymond
afd4099e21 Fix broken references, apply [base_unit]. 2007-08-20 15:58:04 +00:00
Eric S. Raymond
6d08777971 Canonicalize indentation on some units to make comparisons easier. 2007-08-20 15:23:32 +00:00
Eric S. Raymond
12ad7878f0 Fix some broken resource references. 2007-08-20 15:17:21 +00:00
Eric S. Raymond
d97280fcaf Integrate Jetryl's shortsword icon.
Among other things, this replaces the lame-looking shortsword in
Liberty.  There probably ouyght to be a special Orcish variant for the
Orcish Crossbownan and Slurbow.
2007-08-20 14:33:10 +00:00
Nils Kneuper
97b556b021 updated German translation 2007-08-20 13:55:06 +00:00
Elias Pschernig
517fac2e23 Made campaigns_client.py --update --download only fetch a campaign if...
...both the version and uploads fields differ.
2007-08-20 13:49:27 +00:00