Commit graph

1944 commits

Author SHA1 Message Date
Eric S. Raymond
5770b67870 Comment fix. 2009-11-24 14:36:47 +00:00
Eric S. Raymond
28c975a55e Fix another error in the pangoization code. Addresses bug #14815. 2009-11-24 14:22:07 +00:00
Eric S. Raymond
379c45b05d Fix a string-quote test. 2009-11-23 15:33:08 +00:00
Eric S. Raymond
059daa4ecb Bugfixes for pangoization and handling of stringfreeze option. 2009-11-23 13:20:58 +00:00
Eric S. Raymond
7731814a07 Ignore concatenation signs when checking for missopellings. 2009-11-23 04:20:38 +00:00
Eric S. Raymond
0c40c05101 An actual, *tested* fix... 2009-11-14 08:46:16 +00:00
Eric S. Raymond
697eaabe76 And yet another try at making Espreon's new directive work. 2009-11-14 08:14:39 +00:00
Eric S. Raymond
b82cf8562a Fix for the fix for FR #14248. 2009-11-14 08:11:23 +00:00
Eric S. Raymond
034eacd0ba Trying a better solution for FR #14248. 2009-11-14 07:57:50 +00:00
Eric S. Raymond
5c92cfe5d7 Add another ability/special-motes pair. 2009-11-14 07:33:49 +00:00
Eric S. Raymond
605cf91196 Fix some bugs in stoned -> petrified conversion. 2009-11-12 22:21:29 +00:00
Nils Kneuper
f980be58ae set addonserver port to 15001...
...to make sure that it does not interfere with (more common) older
versions that might still be used by distributions relying on anchient
versions (debian anyone? ;) )
2009-11-09 20:00:58 +00:00
Nils Kneuper
94a3bca1f9 switch addon server to the new one for 1.8.x stable series...
...which will be using port 15005
2009-11-09 17:19:44 +00:00
Eric S. Raymond
17d4097165 Revert a change that broke cross-reference checking. 2009-11-08 23:32:05 +00:00
Eric S. Raymond
07b5de366d Test for malformed if statements. 2009-11-02 18:16:05 +00:00
Eric S. Raymond
8ac1dbf21a Another refactoring step. 2009-11-02 12:58:21 +00:00
Eric S. Raymond
86f56ac0ff Refactoring step. 2009-11-02 12:36:02 +00:00
Fabian Müller
6c5881f6ed Updated the wesnoth emacs mode meta data file.
It no longer completes recruit in allow_recruit tags.
2009-10-31 16:19:55 +00:00
Eric S. Raymond
a8d02dc1a5 Find, and fix, [allow_recruit] and [disallow_recruit] tags...
...with  recruit= rather than type= key.
2009-10-31 16:07:21 +00:00
Eric S. Raymond
bf36440ece Avoid a duplicative calculation to improve the cross-referencer's performance. 2009-10-31 11:10:11 +00:00
Eric S. Raymond
b83aa74ae0 More uniform obfuscation. 2009-10-30 10:29:25 +00:00
Eric S. Raymond
e3178c51c7 Mask email names from spammers. 2009-10-30 10:24:58 +00:00
Elias Pschernig
9607325744 [wesnoth_addon_manager] try to connect only once...
...to the server when --html is used in parallel to
--download/--list/--update
2009-10-10 10:12:54 +00:00
Alexander van Gessel
ddb15aa36f Add 'source' key (from [tip]) to wmllint translatables 2009-09-27 22:16:35 +01:00
Elias Pschernig
751e1df222 [wmlunits] Python parser now handles [+tag] WML syntax correctly. 2009-09-26 22:32:58 +00:00
Elias Pschernig
daef8edd86 [wmlunits] Ignore empty [era] tags, seems to fix at least one addon. 2009-09-26 22:19:21 +00:00
Elias Pschernig
89bc70b37c [wmlunits] Index terrain types by the .string...
...instead of the .id field as the latter isn't unique right now.
2009-09-24 18:15:55 +00:00
Elias Pschernig
be4edb3fe6 Peter Mawhorter improved the TeamColorizer script...
(you can now specify the color instead of just using red and it uses
the same algorithm as in-game). This is patch patch #1302.
2009-09-24 16:46:28 +00:00
Eric S. Raymond
6a60c523a3 Cope better with attributes at toplevel. 2009-09-20 16:22:18 +00:00
Eric S. Raymond
ae20489ec0 Croak more gracefully on a file with no element structure. 2009-09-20 15:40:28 +00:00
Elias Pschernig
aaf2850371 [wmlunits] change the process names of wmlunits to 'wmlunits'...
...so it can be killed more easily
2009-09-17 16:16:28 +00:00
Elias Pschernig
a3875006eb [wmlunits] Reset a reference early to keep less objects referenced...
...and enable (manual) GC. Should keep memory footprint below 500MB
now for the full WML tree of all addons on the 1.6 server.
2009-09-15 20:13:40 +00:00
Elias Pschernig
ec651a6acc [wmlunits] Don't start more than one convert process at a time...
Starting many at once will stall CPUs and IO, and if delayed (so there
are 100ds or 1000ds of processes running at the same time) possibly
require massive amounts of memory.
2009-09-15 16:33:42 +00:00
Eric S. Raymond
49318f662f Follow up on the Naga Fighter portrait replacement.
Also, don't require a translation mark for translatables that are all
spaces.
2009-09-13 21:58:31 +00:00
Eric S. Raymond
3d353d5e9a Tell the spellchecker about "sceptre". 2009-09-09 10:18:41 +00:00
Fabian Müller
e0ef93d99b Update WML emacs mode metadata. 2009-09-05 13:46:53 +00:00
Eric S. Raymond
617ed57222 Teach wmllint how to catch truncated sound-file names. 2009-09-04 04:22:17 +00:00
Eric S. Raymond
f9b7819412 Teach wmllint about some of the new scopes that id= can live inside...
...without being a reference problem.  Refactor spellchecker, we want to
apply it more widely. Add proper line terminations to two files.
2009-09-04 03:31:28 +00:00
Eric S. Raymond
91f7f93b06 Guard against a crash bug. 2009-09-03 19:59:26 +00:00
Eric S. Raymond
9e3c39145d Support a --nospellcheck option. 2009-09-03 01:23:28 +00:00
Eric S. Raymond
54b21bcd94 Teach wmllint to detect units speaking in their "die" events. 2009-09-02 22:38:47 +00:00
Eric S. Raymond
4fdc7d1a99 More code simplification. 2009-09-02 17:29:36 +00:00
Eric S. Raymond
2cf3a7ad9c More refactoring to reduce code bulk. 2009-09-02 16:38:11 +00:00
Eric S. Raymond
99d6f73349 Begin moving checks to reduce scan overhead. 2009-09-02 16:05:33 +00:00
Eric S. Raymond
44bd2328f4 Refactor to reduce parsing overhead. 2009-09-02 15:46:26 +00:00
Eric S. Raymond
7556849edb Fix a broken syntax check. 2009-09-02 15:33:02 +00:00
Eric S. Raymond
48ba80cfdb Prose-polishing pass on LoW.
Add "woodscraft" as a global spelling exception.
2009-09-02 03:51:54 +00:00
Eric S. Raymond
4ec85cfd8d wmllint fixes (including some enhancements to wmllint itself...
...to coope with new AI-related tags). Minor prose polish in some
Drake unit descriptions.
2009-09-01 23:34:21 +00:00
Ignacio R. Morelle
115fb01a20 Update helptrailer.xhtml to reflect the site's current footer,
...in particular the copyright statement. Do not blame me for the new
trailing dot in the support line, it's added for consistency with
other current static pages.
2009-08-16 22:15:25 +00:00
Gunter Labes
0c3d83cef0 added the transformations for the drake renames 2009-08-16 15:38:37 +00:00