8684 Commits

Author SHA1 Message Date
Nils Kneuper
2b33454f11 updated Dutch translation 2008-04-04 10:37:17 +00:00
Lari Nieminen
436d4eceb5 Made the "get to work" and "oversee research" menus not invalidate undo...
...if you cancel them and renamed the CAPTURE_VILLAGE macro to
ANL_CAPTURE_VILLAGE to prevent conflicts.
2008-04-04 09:54:16 +00:00
Lari Nieminen
2b4546a489 Added missing [binary_path]s...
...so the editor finds the images for the campaign-specific terrains.
2008-04-04 09:35:11 +00:00
Eric S. Raymond
124062ca13 campaigns_client.py becomes one of the installable tools for content authors.
To conform to the naming convention of the other tools it is renamed 
'wmlclient'.
2008-04-04 01:48:25 +00:00
Benoît Timbert
36e0ee2823 Fix a few SVN properties 2008-04-03 22:43:34 +00:00
Eric S. Raymond
3121bf5a7f Make sure all user_team_names are quoted.
Fix the glitch check for this to run even when lift is not enabled.
2008-04-03 20:29:02 +00:00
Eric S. Raymond
659f5d1894 More suppression of spurious wmllint warnings. 2008-04-03 19:13:14 +00:00
Eric S. Raymond
d49822edf7 Fix up a few more team_name and user_team_name glitches. 2008-04-03 18:09:33 +00:00
Eric S. Raymond
01f02a707b Teach wmllint to detect and warn of user_team_name members...
...without translation marks, and clean up a few.
2008-04-03 17:59:26 +00:00
Eric S. Raymond
4d413d9ba7 Give every SP team with an ID a user team name. 2008-04-03 17:27:19 +00:00
Eric S. Raymond
6d98b75bdb Fix various broken things in ANL picked up by wmllint and wmlscope. 2008-04-03 13:23:25 +00:00
Eric S. Raymond
ee61389d8a Apply patch #1039 to fix bug #11078. 2008-04-03 12:56:16 +00:00
Lari Nieminen
219ab02d6a Optimized the way the movement restrictions on guardians and enemy leaders...
...are set.
2008-04-03 11:03:38 +00:00
Lari Nieminen
7aa9360b0b Changed the player[<side>] array to individual player_<side> blocks...
...and cleaned up their initialization to use [set_variables].
2008-04-03 10:24:52 +00:00
Elias Pschernig
cfe78ed9b0 ESR silenced bogus warnings about missing macros...
...for ~files in the python WML parser.
2008-04-02 21:33:33 +00:00
Lari Nieminen
ca3ce77c74 Fixed two odd cases of speaker= instead of description= being used...
...in an [object].
2008-04-02 21:27:14 +00:00
Elias Pschernig
21b37caedd The Python parser uses the #textdomain of the surrounding text...
...when expanding macros now.
2008-04-02 21:23:12 +00:00
Eric S. Raymond
1ae88bb260 Add a missing textdomain string. 2008-04-02 21:05:20 +00:00
Lari Nieminen
4032e85368 Fixed the resistance values in the void armor description. 2008-04-02 19:37:50 +00:00
Lari Nieminen
5bdb8320fd Made the void armor be displayed as a fake trait...
...instead of an ability (so it doesn't disappear on levelup) and made
it be added in a much cleaner way too.
2008-04-02 19:09:04 +00:00
Ignacio R. Morelle
a53eda8db1 Wire in WC bat graphics for Soulless Bat 2008-04-02 18:10:10 +00:00
Ignacio R. Morelle
eee2650535 Proper undefs at the end 2008-04-02 17:48:06 +00:00
Ignacio R. Morelle
60fce0fb64 Set inherit=no 2008-04-02 17:33:20 +00:00
Ignacio R. Morelle
b826d245b8 Put bat animation frames to use on WC 2008-04-02 17:30:42 +00:00
Ignacio R. Morelle
5b06aba4fc Adding megane's northern facing zombie bat graphics 2008-04-02 14:28:54 +00:00
Tommy
c197ddb89a fix glitch when desert road is next to grass and bridge 2008-04-02 13:41:45 +00:00
Eric S. Raymond
2a6dc2e5fb Prevent some spurious "undefined macro" messages from wmlunits. 2008-04-02 11:45:41 +00:00
Eric S. Raymond
96ad22d0bb File rename solves a minor problem with order in which macros are seen...
...in the wmlunits parser.
2008-04-02 11:43:28 +00:00
Douglas Hains
509185dfa5 fix for formulaAI 'woodchopper' example 2008-04-02 06:15:55 +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
Nils Kneuper
5a9bd1db8d add new finnish translator 2008-04-01 21:26:00 +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
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
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
Elias Pschernig
edce75c59f Made wmlunits output redirectable despite using Python's print command. 2008-03-31 22:07:29 +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
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
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