32542 Commits

Author SHA1 Message Date
Tomasz Śniatowski
cf0c6e872b Make wesnoth --editor --load DIR (wesnoth -e -l DIR)...
...start the editor with a load map dialog pointed at DIR, and make
DIR the default map directory for the current session, per ESR's
request. Also make wesnoth -e foo work like wesnoth -e --load foo, and
change how -e MAP is processed internally.
2009-04-13 21:09:35 +01:00
Eric S. Raymond
7a60e7cc13 Give the Masked Tuhunderer back his mask. 2009-04-13 19:30:00 +00:00
Jörg Hinrichs
1e8b5cb7fb Fix broken replays for campaign saves after the first scenario. 2009-04-13 18:57:33 +00:00
Eric S. Raymond
724162f0d1 Make sure an event is properly tagged first_time_only=yes. 2009-04-13 18:43:07 +00:00
Jérémy Rosen
a2b82f90f7 remove the strategic type, the idea is not mature enough at this point 2009-04-13 16:44:31 +00:00
Guillaume Melquiond
ef14bceed8 Fixed localization on MacOSX.
It seems like Apple is now using the LANG variable, as most other systems do.
2009-04-13 16:06:09 +00:00
Jérémy Rosen
4484c0ff62 me <= stupid 2009-04-13 15:57:32 +00:00
Iurii Chernyi
f91a27a8d6 Modified user interface of AI Arena to use right-click menu. 2009-04-13 15:45:22 +00:00
Guillaume Melquiond
60c2d0e85a A few more occurrences of the ternary bug. 2009-04-13 15:02:25 +00:00
Guillaume Melquiond
db90a225b4 Fixed two other occurrences of the ternary bug from hell.
(My fault.) Factored the code a bit.
2009-04-13 15:02:18 +00:00
Jörg Hinrichs
165866231b fix processing of load_game settings 2009-04-13 14:59:10 +00:00
Jérémy Rosen
0637baab53 changelog entry for 2009-04-13T14:46:34Z!jeremy.rosen@enst-bretagne.fr 2009-04-13 14:47:25 +00:00
Jérémy Rosen
7e8ec5f191 new type of candidate move:
...strategic, only called once with no parameter. Also initialize
name_ and type_ correctly
2009-04-13 14:46:34 +00:00
Mark de Wever
f8ce5aef8b Fix a MSVC cmake compiler issue.
The escaping of the defines now also works for MSVC, tested by Reisiger.
2009-04-13 14:41:42 +00:00
Mark de Wever
4006de8ea5 Fix a MSVC cmake compiler issue.
sdl-config is not available for MSVC, tested by Reisiger.
2009-04-13 14:41:32 +00:00
Guillaume Melquiond
7a90bdf220 Fixed segfault.
Reference should never be used on the result of a ternary operator.
2009-04-13 14:21:56 +00:00
Iurii Chernyi
08a6860c95 Poisoning formula improvement:
...it it better to poison regenerating/in_village unit than to not poison them.
2009-04-13 13:58:37 +00:00
Iurii Chernyi
21e3e164a5 Fixed bug with ai parameters not being set correctly during ai redeployment 2009-04-13 13:37:15 +00:00
Mark de Wever
d02c85eb64 Documentation update. 2009-04-13 13:02:14 +00:00
Mark de Wever
5a3b8dff7f Add the basics of the new layout algorithm.
The resize functions are still a NOP.
2009-04-13 13:02:09 +00:00
Mark de Wever
086aabb6d1 Add some deprecated comments. 2009-04-13 13:02:04 +00:00
Mark de Wever
3f5ccf824f Update doxygen comment. 2009-04-13 13:02:00 +00:00
Mark de Wever
77ae4765d4 Add the initial code of the new layout algorithm.
This new algorithm will be developed parallel with the current
algorithm. Once the new algorithm is finished it will be enabled and the
old code will be removed. Until that time it only works with
--new-widgets.
2009-04-13 13:01:55 +00:00
Mark de Wever
e7cafad477 Add a new layout initialization routine.
This is the start of the new layout algorithm.
2009-04-13 13:01:48 +00:00
Iurii Chernyi
7c5c45e3b2 Fix bug with console ai being sometimes constructed with incorrect side number 2009-04-13 12:13:10 +00:00
Eric S. Raymond
781a1c2186 Some events needed first_time_only=no and did not have it. 2009-04-13 12:00:52 +00:00
Guillaume Melquiond
7e2bca43c5 Added example of custom WML tag. 2009-04-13 11:49:14 +00:00
Guillaume Melquiond
6a8296a177 Added wesnoth.register_wml_action for Lua scripts to register new WML tags. 2009-04-13 11:49:10 +00:00
Guillaume Melquiond
068fa79bc8 Added support for dynamically added action handlers. 2009-04-13 11:49:07 +00:00
Guillaume Melquiond
bebe4a0f9c Removed the command_handlers class. It was left unimplemented. 2009-04-13 11:49:03 +00:00
Guillaume Melquiond
00490b4a12 Moved 'filter'-hack out of the action handler. 2009-04-13 11:48:58 +00:00
Mark de Wever
a8d51bd972 Compilation fixes for MSVC.
Add a missing include and missing files in the project.

Patch provided by Reisiger.
2009-04-13 10:08:27 +00:00
Nils Kneuper
09fa698b2c updated Russian translation 2009-04-13 10:07:09 +00:00
Nils Kneuper
67c7c5e3ac add CMakeLists for new textdomain
set svn:eol-style to native
2009-04-13 10:05:23 +00:00
Bartek Waresiak
1429ecd806 Renamed formula_ai::make_move to make_action,
...and candidate_move to candidate_action
2009-04-13 10:02:56 +00:00
Sergey Popov
514b283314 Fixed compile warnings. 2009-04-13 09:02:55 +00:00
Guillaume Melquiond
3415a582f6 Added missing file. 2009-04-13 06:57:28 +00:00
Mark de Wever
747f2bdfd5 Fix some compiler warnings. 2009-04-13 06:08:32 +00:00
Eric S. Raymond
c01963fd28 Improvced portal-close event for DM::19, and a walkthrough section. 2009-04-13 03:26:04 +00:00
Iurii Chernyi
f46a624be3 Property changes on new AI files...
...to 'svn:eol-style=native;svn:keywords='Author Date Id Revision'
2009-04-13 01:34:58 +00:00
Iurii Chernyi
cef695a685 AI Refactoring: new stub AI actions code. 2009-04-13 01:28:30 +00:00
Bartek Waresiak
3014f70d47 Small fix for level_up candidate move 2009-04-13 00:04:33 +00:00
Bartek Waresiak
a43cb7b193 Refractoring of RCM 2009-04-13 00:03:25 +00:00
Ignacio R. Morelle
d94c66f307 You Fail at Copy-Paste, part 3 (the Prequel!). 2009-04-12 23:49:13 +00:00
Ignacio R. Morelle
50e4162272 You Fail at Copy-Paste, part 2. 2009-04-12 23:48:53 +00:00
Ignacio R. Morelle
df31bbb882 You Fail at Copy-Paste, part 1.
e.g. Use proper capitalization in license notices, otherwise the "no
warranty" part pretty much loses its required emphasis.
2009-04-12 23:48:34 +00:00
Daniel Franke
bb8f691567 Fix the sorting of the XP and traits columns in the unit list dialog.
Fixes the bug part of half-FR half- bug #13360.

[[Split portion of a mixed commit.]]
2009-04-12 23:43:16 +00:00
Eric S. Raymond
aa71ac6eee DM map and object tweaks. 2009-04-12 21:33:57 +00:00
Jörg Hinrichs
06d0d820ce minor corrections for savegame.cpp 2009-04-12 21:23:56 +00:00
Jörg Hinrichs
ce5b2bfe1c oops, fixing the messed up comments 2009-04-12 21:07:02 +00:00