31838 Commits

Author SHA1 Message Date
Nils Kneuper
923d52fabb updated Czech translation 2009-03-21 17:35:25 +00:00
Alexander van Gessel
2962115480 Regenerate index.nl.html 2009-03-21 18:28:43 +01:00
Alexander van Gessel
63fde0a819 Finish dutch translation of 1.6 release notes. 2009-03-21 18:20:37 +01:00
Ali El Gariani
51ec3ce9c8 Fix other in_hex errors from 2009-03-21T10:38:32Z!jeremy.rosen@enst-bretagne.fr in campaigns 2009-03-21 17:19:15 +00:00
Ali El Gariani
d930c3b7fc Fix few in_hex errors in 2009-03-21T10:38:32Z!jeremy.rosen@enst-bretagne.fr,
...but some of them are only caused by dirty low-alpha pixels. These
images must be cleaned, but in the meantime, use correctly in_hex to
prevent glitch. Example (visible with 1.4): a grand marshall on a
village slowly draw a gray rectangle near his foot.
2009-03-21 17:07:16 +00:00
Alexander van Gessel
19aac9c54d Document REPEAT macro (bug #13231) 2009-03-21 17:33:13 +01:00
Nils Kneuper
3762b142b0 updated Italian translation 2009-03-21 16:30:43 +00:00
Nils Kneuper
eba2ae6f3a updated Czech and German announcement translation 2009-03-21 16:28:52 +00:00
Alexander van Gessel
8ee8387921 Update dutch translation of 1.6 release notes. 2009-03-21 17:11:33 +01:00
Mark de Wever
94c7040953 Use tabs instead of spaces for indention. 2009-03-21 15:23:03 +00:00
Jérémy Rosen
7e9b0c56ee fix two FAI crashes, thanks to Crab 2009-03-21 14:21:29 +00:00
Mark de Wever
cf60f87506 Fix a compiler warning. 2009-03-21 14:10:21 +00:00
Mark de Wever
9ab1ad56e8 German translation update. 2009-03-21 13:34:06 +00:00
Nils Kneuper
095c62d9fd updated German translation 2009-03-21 12:58:53 +00:00
Nils Kneuper
29205e5e1b updated Hungarian, Lithuanian and Polish announcement translations 2009-03-21 11:59:38 +00:00
Mark de Wever
c25ba39a89 Update todo list. 2009-03-21 10:49:46 +00:00
Jérémy Rosen
2b89ee58a8 mark in_hex for all mainline units, jetryl:
not that it might be usefull to review units with in_hex=no since some
of them are just one pixel off
2009-03-21 10:38:32 +00:00
Mark de Wever
81a54f4199 Remove the Python support files. 2009-03-21 10:00:04 +00:00
Thomas Baumhauer
d73715042e Added some basic filtering for games in the mp lobby. Options so far are:
- show only games that are played or observed by at least one friend

- only show games that have vacant slots

- simple searching of game title and description

- inversion of the filter (e.g. you can search for 'Isar' and then use
  this to show all games that are not Isar's cross)

For now filtering is completely disabled for the tiny gui.
2009-03-21 09:59:03 +00:00
Chris Hopman
df25acfa03 - simplify match_unit_id 2009-03-21 08:41:38 +00:00
Mark de Wever
37c970f53e Remove a no longer needed cmake policy. 2009-03-21 08:37:01 +00:00
Mark de Wever
1e808b7edd Add a special target for pot-updates. 2009-03-21 07:47:46 +00:00
Alexander van Gessel
fbcc2efdc2 Assign the source hex to , in moveto events. (bug #13140) 2009-03-21 02:08:18 +01:00
Alexander van Gessel
a68a2df8aa Bump changelog version. 2009-03-21 01:27:20 +01:00
Alexander van Gessel
3bed8f4d9b Add [show_objectives] tag. (part of bug #13042) 2009-03-21 01:27:14 +01:00
Mark de Wever
9489190985 Fix the gettext detection.
Moved the custom version to a temporary version and fall back to the version
shipped with cmake. This probably breaks the pot-update target which will be
fixed later.
2009-03-20 23:42:46 +00:00
Lari Nieminen
14e1eb0739 Wrote new simpler custom terrain graphics macros for forests...
...and removed the directional next-to-castle variant images in favour
of non-directional small variants. Removed unused
TERRAIN_ADJACENT_VERTICAL and TERRAIN_ADJACENT_VERTICAL_FL macros. The
small pine and tropical tiles need work.
2009-03-20 23:25:27 +00:00
Jérémy Rosen
8a33a34f6d new formula function debug_float,
...will create a floating label with a text at a given location, usage
is similar to debug_print. patch by Crab
2009-03-20 22:59:15 +00:00
Jörg Hinrichs
841e975e97 Revert one of suokko's AI changes that was overlooked before. 2009-03-20 22:42:06 +00:00
Jordà Polo
6e0751fd0e Update Catalan translation 2009-03-20 22:08:38 +00:00
Sergey Popov
45e1f336a1 Use env.AddMethod to add custom methods. 2009-03-20 20:49:23 +00:00
Eric S. Raymond
aeca9d33bd Updated en_GB translation. 2009-03-20 20:22:54 +00:00
Mark de Wever
14b5789c47 Remove the custom boost script.
It's now shipped with cmake so use that version.
2009-03-20 20:19:20 +00:00
Nils Kneuper
730abc443e updated Finnish and Turkish translation 2009-03-20 20:06:08 +00:00
Nils Kneuper
c179b963a4 updated Lithuanian announcement translation 2009-03-20 20:02:41 +00:00
Mark de Wever
4a3eaa1065 Bump the minimum cmake version to 2.6.0. 2009-03-20 19:59:51 +00:00
Lari Nieminen
936e0029de Added in_hex=yes to standing anims which remain in the hex. 2009-03-20 19:49:36 +00:00
Guillaume Melquiond
e613c354d2 Improved config::all_children_iterator by getting rid of std::auto_ptr. 2009-03-20 19:48:17 +00:00
Jérémy Rosen
c85bb9d472 slightly fix the in_hex logic with default animations 2009-03-20 19:19:11 +00:00
Jérémy Rosen
4a8bfd3adc apply patch 1134, code half.
WML half will come later, and once both are ready and heavily tested,
we can backport to 1.6
2009-03-20 19:16:10 +00:00
Mark de Wever
7e7bf5d48e Add scons minimum version. 2009-03-20 19:08:59 +00:00
Mark de Wever
de88f21885 Fix a compiler warning. 2009-03-20 18:34:53 +00:00
Mark de Wever
38cbf2cc87 Fix a compiler warning. 2009-03-20 18:34:09 +00:00
Jérémy Rosen
5a0a204ab7 fix off-by-one mistake in formula_ai logs for some...
...(but not all) logging, sugestion by Crab_
2009-03-20 17:57:25 +00:00
Nils Kneuper
8ded150446 bump version to 1.6 and switch to 1.6 as default shown 2009-03-20 16:22:45 +00:00
Sergey Popov
5672a271b6 Made Gentoo ebuild depend on virtual/libintl unconditionally.
Since sources include libintl.h and currently there's no way to disable
that.
2009-03-20 12:54:36 +00:00
Sergey Popov
4a5b7e254e Remove now redundant EnsureSConsVersion() calls in SConscript files. 2009-03-20 12:05:04 +00:00
Sergey Popov
08ba416fae Use env.Requires instead of env.Depends...
...to make wesnoth binary depend on translations.
2009-03-20 12:04:59 +00:00
Sergey Popov
41fa038c43 Fix scons warnings about deprecated Options class. 2009-03-20 12:04:53 +00:00
Sergey Popov
b10a1bd3a3 Set scons version requirement to 0.98.3 2009-03-20 12:04:48 +00:00