13679 Commits

Author SHA1 Message Date
Nils Kneuper
05e5aa9508 fixed some untranslateable strings,
...adding some comment to the RCA AI (this fixes bug #15843)

merging 2010-04-12T11:06:54Z!crazy-ivanovic@gmx.net from branches/1.8
2010-04-12 11:08:51 +00:00
Alexander van Gessel
f7f9ad3b0e fix a label in test scenario 2010-04-12 04:30:47 +01:00
Alexander van Gessel
9464b75ba7 Add [replace_schedule] tag, to replace ToD schedule 2010-04-12 03:45:01 +01:00
Alexander van Gessel
8f2f43d3ea Add the minimum ping interval to the ping timeout.
Define this interval as a constant in network.hpp
2010-04-12 03:44:53 +01:00
Elias Pschernig
238bb00d29 possible fix for bug #15846 - _server.ign not quite working 2010-04-11 21:35:25 +00:00
Fabian Müller
2c47276afb More reverting. 2010-04-10 17:38:04 +00:00
Fabian Müller
4a7e27d070 Reverted back to 42095. 2010-04-10 17:30:45 +00:00
Alexander van Gessel
183c40ba5b Merge fendrin_editor branch 2010-04-10 16:00:09 +01:00
Nils Kneuper
dccc0cda95 remove some leading spaces from strings where they make no sense...
...(will lead to fuzzy strings)

merged 2010-04-10T10:31:03Z!crazy-ivanovic@gmx.net from branches/1.8
2010-04-10 10:32:41 +00:00
Mark de Wever
40bf8c52ae Fixed a stacked widget marco.
Wasn't converted during the stacked widget behaviour change.
2010-04-10 05:38:38 +00:00
Alexander van Gessel
64db5cd41d Side-specific recall cost 2010-04-09 00:53:41 +01:00
Lari Nieminen
c848192879 Removed a redundant string which only differed from another by one letter. 2010-04-07 19:12:23 +00:00
Lari Nieminen
683e871580 Ported 2010-04-07T07:02:35Z!lari.nieminen@iki.fi to trunk. 2010-04-07 07:07:51 +00:00
Iurii Chernyi
445a5060f6 Added lua functions wesnoth.get_side_count() and wesnoth.is_enemy(a,b)...
- patch #1583 by pokhbocee
2010-04-06 23:40:24 +00:00
Nils Kneuper
f14ef17893 the empty string musn't be translatable!!! 2010-04-06 19:47:16 +00:00
Nils Kneuper
08b6130080 make sure that all textdomains are set correctly...
...(adds the missing markers to some cfg files)
2010-04-06 19:45:24 +00:00
Ignacio R. Morelle
6455c2a260 Remove some useless generate_name=yes specs 2010-04-06 17:12:37 +00:00
Ignacio R. Morelle
2e7ea3bc70 Make Kai Krellis unrenamable! 2010-04-06 17:04:57 +00:00
Ignacio R. Morelle
243ae40a7c Dead Water: new campaign mainlined from the Wesnoth-UMC-Dev Project
(Intermediate level, 13 scenarios; the current rank may need to be
changed later)

The following changes were made after the mainline import tag in the
repository:

 * Removed uses of VICTORY_AND_DEFEAT_MUSIC (dep. in 1.5.x)

 * Minor changes to _main.cfg in accordance with standards

 * Switched to a campaign menu-standard version of the Merman Hunter
   portrait for the campaign menu entry's image

 * Switched textdomain and preprocessor paths in accordance with
   mainline policy
2010-04-06 17:02:39 +00:00
Alexander van Gessel
d4456a8195 Move Cave_Spider.cfg to Giant_Spider.cfg...
...in order to match unit id and name. Found by artisticdude
(http://www.wesnoth.org/forum/viewtopic.php?f=32&t=29466&start=0)
2010-04-06 15:29:17 +01:00
Alexander van Gessel
1af182ef39 Add ~DARKEN() counterpart to ~BRIGHTEN(),
tod-dark.png counterpart to tod-bright.png and
darkens-aura.png counterpart to brightens-aura.png.

Implement min_value for [illuminates]
2010-04-06 02:02:44 +01:00
Mark de Wever
fceb3ce68f Add the proper button for upload statistics. 2010-04-05 14:06:26 +00:00
Mark de Wever
599b504f65 Add a revision label the the new title screen. 2010-04-05 13:36:03 +00:00
Mark de Wever
d74c4c90ae Add a border to the title screen. 2010-04-05 13:06:14 +00:00
Mark de Wever
84885e1247 Fix some errors in the progress bar. 2010-04-05 10:00:40 +00:00
Mark de Wever
8d2eefbeb5 Now the top item in the stacked widget is selected.
Also change the order of the layers in the new title screen to make sure
the proper layer is still selected. The wanted side effect is that the
logo is now drawn at the bottom.

This changes the behaviour or widgets with multiple selections, but the
stacked widget is the only one, so no problems in other places.
2010-04-05 06:14:14 +00:00
Mark de Wever
4f96f369b0 Added the beg button in the title screen.
Added it the the --new-widgets version.

The button is a placeholder, since I can't add a new button with svn
since gna is down. The reason to do it with svn is to get the properties
right.
2010-04-05 06:14:07 +00:00
Mark de Wever
14c82ef18e Added tooltips to the --new-widgets title screen. 2010-04-05 06:14:00 +00:00
Guillaume Melquiond
d473b4e7b1 Moved [unit_worth] to Lua. 2010-04-05 06:00:28 +00:00
Guillaume Melquiond
a0c0fde236 Moved [store_map_dimensions] to Lua. 2010-04-05 06:00:25 +00:00
Guillaume Melquiond
2857312da0 Moved [disallow_recruit] and [set_recruit] to Lua. 2010-04-05 06:00:12 +00:00
Guillaume Melquiond
b72831642a Moved [fire_event] to Lua. 2010-04-05 06:00:07 +00:00
Jérémy Rosen
a41288cd4a new terrain: desert castle, letters are Kd and Cd, thx to doofus-01 2010-04-02 19:08:00 +00:00
Lari Nieminen
7971531806 Ported 2010-04-02T18:50:13Z!lari.nieminen@iki.fi to trunk. 2010-04-02 18:54:30 +00:00
Jérémy Rosen
28f5876306 new desert villages by doofus-01,
...the sandcastle will follow as soon as it's ready
2010-04-02 14:30:42 +00:00
Nils Kneuper
1bc4d12f4d added new japanese translator to the credits 2010-04-02 11:16:09 +00:00
Mark de Wever
d78f81d83f Mark widescreen resolutions in selection dialog.
Implements bug #15623 with patch #1568.
2010-04-02 09:19:29 +00:00
Mark de Wever
b680fbc95f Adds "animated" logo to the new title screen. 2010-04-02 07:37:09 +00:00
Mark de Wever
0f994d4368 Add a file forgotten in my last commit. 2010-04-01 17:55:31 +00:00
Fabian Müller
e8a094d0f1 UtBS::2,5; Added some TODO. 2010-04-01 14:01:02 +00:00
Mark de Wever
492662d53f Improve the tips of day in new title screen.
The dialog no longer needs a resize after pressing the next or previous
tip button.
2010-03-29 08:50:43 +00:00
Mark de Wever
d37dda31d0 Added a label class using the alignment flag. 2010-03-29 08:34:44 +00:00
Richard Kettering
1fdacf4e18 Added a woodsman idle animation. 2010-03-29 02:21:16 +00:00
Richard Kettering
660262822f Two new attack icons. 2010-03-29 00:57:39 +00:00
Gunter Labes
9bc6c1488b updated campaignd port 2010-03-28 22:42:25 +00:00
Jérémy Rosen
0357595dc0 merge all from the water animation branch...
...except for the animated water which is not ready for mainline yet...
2010-03-28 21:09:37 +00:00
Jérémy Rosen
cb526b0dae add special cases for tropical tree in water and great tree in water 2010-03-28 20:46:29 +00:00
Gunter Labes
2d2f9299c4 cut some similar strings into the equal parts to reduce translation work 2010-03-28 15:02:27 +00:00
Guillaume Melquiond
63a9680c6f Added advanced preference for disabling notifications. (FR #15701.) 2010-03-28 12:16:50 +00:00
Guillaume Melquiond
db40f9072c Fixed test scenario not starting due to the removal of Kaleh. 2010-03-28 10:42:48 +00:00