Commit Graph

24060 Commits

Author SHA1 Message Date
David White
a86d16a8db fixed behavior of map function 2008-04-02 05:33:53 +00:00
Eric S. Raymond
6ab91803ef Fix some paths, notably in includes of the terrain-graphics directory.
These inclusions were redundant to the C++ code, which pulls that 
file in early in the process of interpreting the WML tree.  But
they're actually needed by tools like wmlunits that don't start 
with the topmost _main.cfg.
2008-04-02 03:39:05 +00:00
Douglas Hains
a1eb8a2c53 Removed config:: qualifier 2008-04-02 01:03:14 +00:00
Jörg Hinrichs
bed49629eb A final touch to make processing of [base_unit] a little more readable...
...(adds a new merge method for configs).
2008-04-01 23:01:29 +00:00
Eric S. Raymond
45c0b21771 The scons recipe cn now make binary and data tarballs. 2008-04-01 22:02:40 +00:00
Benoît Timbert
9a13bfef52 French translation update 2008-04-01 21:56:48 +00:00
Jörg Hinrichs
7e491a85c4 Cleaning up the unit_type stuff, to provide a much better encapsulation:
- get rid of redundant functionality

- make the unit_type_data interface more easily accessible

- reduce the public interface of unit_type_data

- rename unit_type_factory to unit_type_map_wrapper

- add a whole lot of "const"
2008-04-01 21:51:29 +00:00
Nils Kneuper
5a9bd1db8d add new finnish translator 2008-04-01 21:26:00 +00:00
Sergey Popov
4bb982c4d5 scons recipe: added more help text about gettext targets. 2008-04-01 20:13:37 +00:00
Nils Kneuper
07ffc22f0d updated Czech and Finnish translation 2008-04-01 19:47:24 +00:00
Eric S. Raymond
4b9a80419f scons recipe can now build the project dependency graph. 2008-04-01 18:53:03 +00:00
Eric S. Raymond
485381faaa Warn user of current set of build options. 2008-04-01 15:49:22 +00:00
Eric S. Raymond
0747b5b9fe Put #textdomain in the right place. 2008-04-01 14:23:14 +00:00
Eric S. Raymond
84f7597007 Prevent some false positive during lifting. 2008-04-01 13:42:56 +00:00
Eric S. Raymond
8eb591aade Fix an inadvertent commit. 2008-04-01 13:21:09 +00:00
Ignacio R. Morelle
fd632a6b96 Fix a possible NULL pointer dereference...
...when a saved game's campaign is not present (reported by UMC
Invasion from the Unknown)
2008-04-01 12:03:22 +00:00
Lari Nieminen
c6187b7c67 Added the custom terrains of DiD and UtBS into the editor...
...as their own editor groups, and added generic custom group button
graphics.
2008-04-01 12:02:09 +00:00
Tommy
b92010a028 fix for bug #11410 2008-04-01 11:05:29 +00:00
Lari Nieminen
aa392b7d1d Moved the DiD utility .cfg's into their own utils/ dir...
...and split the terrain section into its own file.
2008-04-01 10:50:59 +00:00
Lari Nieminen
2ba9150422 Also enable mainline campaigns to include their custom terrains into the editor. 2008-04-01 10:44:43 +00:00
Sergey Popov
a08e454b2f scons recipe: added cachedir option to specify directory...
...that contains a cache of derived files which can be shared between
different build trees.
2008-04-01 10:32:19 +00:00
Lari Nieminen
adf687a620 Cleaned up and simplified some Dwarven Doors WML...
...and made a few moveto events undoable.
2008-04-01 09:43:48 +00:00
Sergey Popov
d9a168c419 Made scons recipe always update localized .po files...
...whose locale is among command-line targets.
2008-04-01 09:07:39 +00:00
Nils Kneuper
d9ac667d59 fix fatal error in french translation 2008-04-01 07:41:56 +00:00
Nils Kneuper
f54db41e7c updated Russian translation 2008-04-01 07:35:11 +00:00
David White
630719986d apply ilor's patch #1036 (refactoring of game console commands) 2008-04-01 02:05:45 +00:00
Nils Kneuper
ef02171a48 updated German translation 2008-03-31 22:31:16 +00:00
Jörg Hinrichs
c29ed8110b Fixes creating of units in debug mode (again)...
...and provides correct dealing with [base_unit].
2008-03-31 22:22:50 +00:00
Benoît Timbert
6b0e978482 French translation update 2008-03-31 22:15:21 +00:00
Sergey Popov
2c91143e35 Made scons recipe update localized .po files on pot-update. 2008-03-31 22:11:59 +00:00
Elias Pschernig
edce75c59f Made wmlunits output redirectable despite using Python's print command. 2008-03-31 22:07:29 +00:00
David Philippi
efba2e73e6 hungarian translation update 2008-03-31 20:36:53 +00:00
Sergey Popov
d24235b472 scons recipe: removed lingua option.
Added lingua targets, e.g. "scons update-po ru de".
2008-03-31 20:36:29 +00:00
Sergey Popov
cc5ee0d5c6 Made scons recipe automatically delete temporary .wml.po and .cpp.po files. 2008-03-31 20:20:30 +00:00
Nils Kneuper
d3bf7b238f add anl textdomain to g.w.o stats 2008-03-31 20:01:27 +00:00
Nils Kneuper
7927892b23 added the new textdomain wesnoth-anl 2008-03-31 20:00:07 +00:00
Piotr Cychowski
96085dfb2c Update changelog. 2008-03-31 19:51:08 +00:00
Jérémy Rosen
a3cc0f1871 report an error when a macro is not resolved...
...and is not a correct filename either, patch 1035 by cjhopman
2008-03-31 19:24:25 +00:00
Piotr Cychowski
68a6322525 Add ANL textdomain 2008-03-31 19:08:00 +00:00
Piotr Cychowski
50d48d6747 Merge ANL as per patch #936 + Some auto fixes by wmllint 2008-03-31 19:04:13 +00:00
Jérémy Rosen
d10c11f8c6 add svn:ignore property for revision.hpp since it's autogenerated 2008-03-31 18:54:43 +00:00
Sergey Popov
9cf7e852b7 scons recipe: implemented separate "pot-update" and "update-po" options. 2008-03-31 18:51:05 +00:00
Eric S. Raymond
ba20972956 Hide some more units that could use it. 2008-03-31 18:50:23 +00:00
Eric S. Raymond
c3aa49442a Fix a potential dependency on the order that files are preprocessed. 2008-03-31 18:38:54 +00:00
Eric S. Raymond
a9b2e51acc Eliminate a duplicative NR-specific macro in favor of a core macro. 2008-03-31 18:37:44 +00:00
Sergey Popov
1422f1e8a2 scons recipe: added "lingua" option to specify which language...
...update-po will update.
2008-03-31 18:16:19 +00:00
Elias Pschernig
d153541838 Added special case for tutorial to wmlunits for now...
...(ignoring custom units in the tutorial).
2008-03-31 18:08:04 +00:00
Eric S. Raymond
efad4d1a71 Typo fix. 2008-03-31 18:00:50 +00:00
Elias Pschernig
e830b1cccb Ignore campaigns with no extra units. 2008-03-31 17:56:54 +00:00
Elias Pschernig
dae7d2f3ec uncommented campaigns i had commented out for testing 2008-03-31 17:50:13 +00:00