37859 Commits

Author SHA1 Message Date
Nils Kneuper
d2c2ac50f8 revert new string from 2010-01-26T18:03:17Z!esr@thyrsus.com,
...the new translated string (will be moved into the comment section
of the po file) can stay in the file po/wesnoth/it.po fixing the bug
has to wait till 1.8 is tagged

original commit msg:
Address bug #15212: Trait "Aged": wrong gender.
2010-01-26 21:13:17 +00:00
Eric S. Raymond
d420f59b4e Fuzzify some tranalation grzywacz says are incorrect. 2010-01-26 21:05:47 +00:00
Eric S. Raymond
dfcc053672 More stray translation items, in Estonian this time. 2010-01-26 20:55:36 +00:00
Eric S. Raymond
b16c70a6a9 Fix up Polish translation a bit. 2010-01-26 20:34:29 +00:00
Mark de Wever
13b70e57d9 Revert 2010-01-26T06:34:20Z!esr@thyrsus.com for map.cpp, only adds an #include. 2010-01-26 20:33:20 +00:00
Mark de Wever
7af74ff42e Remove an #ifdef EXPERIMENTAL.
The code was changed in trunk and should remain as is.
2010-01-26 20:29:38 +00:00
Eric S. Raymond
124752f8bc Fix up some stray items in the Italian translation. 2010-01-26 20:05:29 +00:00
Eric S. Raymond
2eb4f4eb4b Updated translation. 2010-01-26 19:43:34 +00:00
Eric S. Raymond
ece3ff9c27 Add test for DEBUG_MACRO;...
..."wesnoth --test --debug" should produce a dialog box at start
noting that "Debug mode is on".  Presently this doesn't work (bug
#15204), though the message is emitted just fine if the #ifdef guard
is not there.
2010-01-26 19:31:41 +00:00
Alexander van Gessel
bd8bdca90e Deprecate the NEURTRAL_SIDE macro 2010-01-26 20:08:37 +01:00
Eric S. Raymond
edcb3d4efa Updated. 2010-01-26 18:16:12 +00:00
Eric S. Raymond
8f80a38675 Address bug #15212: Trait "Aged": wrong gender. 2010-01-26 18:03:17 +00:00
Eric S. Raymond
20792eed8d Nail the default of 'experimental' to False. 2010-01-26 11:11:35 +00:00
Eric S. Raymond
2dbc96bef0 Now that the new pathfind code is working,
...enable it by default in 1.7 (but not 1.8 betas).
2010-01-26 10:31:54 +00:00
Fabian Müller
7713168c57 Added a switch for the EXPERIMENTAL compile flag. 2010-01-26 10:24:34 +00:00
Fabian Müller
a384934519 Removed empty ifdefs. 2010-01-26 10:23:51 +00:00
Fabian Müller
3b4399bfc5 Replaced the empty teleport.hpp with a working one. 2010-01-26 10:23:20 +00:00
Eric S. Raymond
c661902652 Oops, these files are needed to go with the last commit. 2010-01-26 08:04:25 +00:00
Eric S. Raymond
75925deb82 Merge of fendrin's new teleport and tunnel code.
The changes are guarded by the C++ and WML conditional symbol
"EXPERIMENTAL".

The experimental flag is temporarily defaulted off, so those patches
should have no effect on people doing ordinary builds. This may change
once fendrin has the tunnel code fixed and polished.
2010-01-26 06:34:20 +00:00
Alexander van Gessel
51d12123c5 Make autotools set the right define 2010-01-26 04:47:19 +01:00
Eric S. Raymond
e8cdbf26c4 -DEXPERIMENTAL now sets an EXPERIMENTAL #define in WML. 2010-01-26 03:33:27 +00:00
Eric S. Raymond
0f129764ae Doc typo fix. 2010-01-26 03:16:11 +00:00
Eric S. Raymond
30d0e3935b Add experimental option.
This defaults to 'yes' for odd-numbered (unstable) versions, 'no' for
even-numbered (unstable) versions.  It controls an EXPERIMENTAL
preprocessor symbol, defined only when experimental is 'yes', and an
EXPERIMENTAL automake conditional.

This is meant as a guard option for experimental, developer-only code
that should be disabled in stable versions.  The immediate application
is fendrin's new pathfinding/tunnel code, which we want to carry in
the main codebase for the remainder of 1.7 but be automatically
disabled in 1.8 betas and 1.8 itself.

Implemented for scons and autotools but not yet cmake.
2010-01-26 03:12:25 +00:00
Eric S. Raymond
cd1859b299 Yet another pathfind namespace fix. 2010-01-26 01:04:41 +00:00
Mark de Wever
5017d20a0b Fix building with cmake after 2010-01-25T12:21:06Z!esr@thyrsus.com. 2010-01-25 18:56:39 +00:00
Eric S. Raymond
b907f48b97 Yest more pathfind namespace fixups. No code changes. 2010-01-25 18:00:22 +00:00
Eric S. Raymond
d390ecd0f2 Clean up some differences between fendrin's branch and trunk...
...comments, namespace qualifiers, no logic changes.
2010-01-25 16:09:02 +00:00
Eric S. Raymond
e5d39639e2 Move pathfinding code into a pathfind namespace. No logic changes.
This is a step towards merging fendrin's [tunnel] code.
2010-01-25 15:37:35 +00:00
Eric S. Raymond
9574de26d9 Move the pathfinding code into a subdirectory.
This is preparation for merging fendrin's pathfinding patch.  No code
changes.
2010-01-25 12:21:06 +00:00
Alexander van Gessel
2ca622c0d0 s/skiping/skipping in play_controller::is_skiping_replay() 2010-01-25 00:46:34 +01:00
Guillaume Melquiond
3b078d5f24 Removed duplicate attribute. 2010-01-24 22:05:10 +00:00
Guillaume Melquiond
b6868712e8 Fixed copy-pasting gone wild. 2010-01-24 21:59:07 +00:00
Alexander van Gessel
eea7916e95 Allow the bodyguard his last words even if he leveled 2010-01-24 22:15:39 +01:00
Lari Nieminen
2b6787c829 Fixed duplicate id's of the elvish bodyguards. 2010-01-24 20:00:02 +00:00
Mark de Wever
950cdb6b90 Make a member function a const member function.
Issue found by cppcheck.
2010-01-24 17:02:25 +00:00
Mark de Wever
1552736377 Make a member function a const member function.
Issue found by cppcheck.
2010-01-24 17:02:21 +00:00
Alexander van Gessel
209ea33e3f Remove warning about {@style/includes}, dating from 1.7.3 2010-01-24 01:47:12 +01:00
Benoît Timbert
6a5017c60f Updated french translation 2010-01-23 21:16:37 +00:00
Mark de Wever
6e5e09ae9f Make a member function a const member function.
Issue found by cppcheck.
2010-01-23 19:43:38 +00:00
Mark de Wever
c8b168eb31 Make a member function a const member function.
Issue found by cppcheck.
2010-01-23 19:43:35 +00:00
Mark de Wever
f175d6a97d Make a member function a const member function.
Issue found by cppcheck.
2010-01-23 19:43:32 +00:00
Mark de Wever
facf039cf8 Make a member function a const member function.
Issue found by cppcheck.
2010-01-23 19:43:28 +00:00
Mark de Wever
7496fac5eb Make a member function a const member function.
Issue found by cppcheck.
2010-01-23 19:43:25 +00:00
Mark de Wever
d71dbe79af Make a member function a const member function.
Issue found by cppcheck.
2010-01-23 19:43:22 +00:00
Mark de Wever
9378e0e3ae Make a member function a const member function.
Issue found by cppcheck.
2010-01-23 19:43:18 +00:00
Mark de Wever
468de3b2a7 Make a member function a const member function.
Issue found by cppcheck.
2010-01-23 19:43:15 +00:00
Mark de Wever
ab99b29259 Make a member function a const member function.
Issue found by cppcheck.
2010-01-23 19:43:11 +00:00
Mark de Wever
6a8149dc3c Rename get_current_paths to current_paths.
Let the function return a const ref to the stucture and mark the
function const.

Issue found by cppcheck.
2010-01-23 19:43:08 +00:00
Mark de Wever
caeecce96f Make a member function a const member function.
Issue found by cppcheck.
2010-01-23 19:43:04 +00:00
Mark de Wever
fa681e4546 Make a member function a const member function. 2010-01-23 19:43:01 +00:00