Commit graph

1944 commits

Author SHA1 Message Date
Ignacio R. Morelle
f3665105fb wmllint: *.editor_name is supposed to be translatable 2010-10-23 18:01:35 +00:00
Nils Kneuper
67c397c90d ran utils/wesnoth-optipng
Overall statistics (only for files with a smaller recompressed size):
  Original size: 71209 KiB on 4533 files
 Optimized size: 64830 KiB
   Total saving: 6379 KiB = 8% decrease
2010-10-16 21:11:53 +00:00
Alexander van Gessel
34a49740e3 Port json.dumps usage from wmlparser2 to python wmlparser 2010-10-14 17:44:59 +01:00
Alexander van Gessel
7919a8453d Use json.dumps as strify() when available 2010-10-14 13:49:29 +01:00
Eric S. Raymond
be8d4512cc Initial version of imgcheck.
PIL is failing to extract color tables from some images.  
This needs to be investigated.
2010-10-12 05:29:45 +00:00
Alexander van Gessel
b5d709ac64 Remove trailing commas from JSON lists, they are illegal 2010-10-11 09:37:12 +01:00
Alexander van Gessel
f7b73f56e5 Make wmlparser2's jsonify option use a single dictionary entry...
...with a list containing all tags with the same name
2010-10-09 01:20:17 +01:00
Steven Panek
3a6eb75ee8 Renamed [removeitem] to [remove_item]; deprecated [removeitem]. 2010-10-01 23:42:21 +00:00
Steven Panek
c5b4681d93 Added a 'colour_lock' -> 'color_lock' conversion to wmllint. 2010-10-01 22:32:08 +00:00
Ignacio R. Morelle
bca6ee22e9 Update macro reference's header to match the live Glamdrol navbar 2010-09-29 04:10:01 +00:00
Eric S. Raymond
d32c0205dc Clear up a bunch of minor string FIXMes from before 1.8. 2010-09-23 22:29:13 +00:00
Eric S. Raymond
d2c826c9f0 Introduce wildcarding for @R0 and @V. 2010-09-23 12:29:11 +00:00
Eric S. Raymond
3428df86d9 Another what at matching wildcarded names. 2010-09-23 11:57:12 +00:00
Eric S. Raymond
901dc65fc6 Improve typechecking for the new terrain macros. 2010-09-23 11:45:58 +00:00
J.W. Bjerk
64eb1ed49a added the volcano terrain code change to WMLLINT. 2010-09-19 10:16:45 +00:00
Eric S. Raymond
4147c6c77f Village-code changes requested by zookeeper,
...and wmllint code to perform them.
2010-09-13 16:43:50 +00:00
Eric S. Raymond
650900ffff More wmlscope/wmllint cleanup, adding and improving typechecking. 2010-09-13 02:17:43 +00:00
Eric S. Raymond
28a730d1af More wmllint/wmlscope cleanup. 2010-09-12 21:38:15 +00:00
Anonymissimus
fbfb97c2fa Fixed bug #16649 (sending of binary files on windows)...
...after getting glorious hint by silene.
2010-09-06 19:17:24 +00:00
Eric S. Raymond
c1eb8ff6bd Make "global" a legal actual value for arguments of type SIDE. 2010-09-01 04:09:26 +00:00
Eric S. Raymond
f1e86828dc Deal gracefully with conditional [scenario]/[multiplayer] tag nesting. 2010-09-01 01:51:15 +00:00
Eric S. Raymond
b1b1648e8f Partial wmllint cleanup. 2010-08-31 23:15:07 +00:00
Fabian Müller
9732cdc698 Updated the wesnoth emacs mode's database. 2010-08-31 15:33:44 +00:00
Timotei Dolean
79f2309489 add the 'Unresolved reference' in each reported line...
...instead of adding one comment
2010-08-19 20:45:11 +00:00
Elias Pschernig
9a32476b50 made wmlunits blacklisting script more verbose 2010-08-19 17:15:48 +00:00
Eric S. Raymond
85a6cb90ad Ggf -> Gg^Emf transformation requested by Eleazar. 2010-08-18 23:40:52 +00:00
Elias Pschernig
7e38b23e4d accidentally had made wmlunits a bit verbose 2010-08-18 17:10:00 +00:00
Elias Pschernig
779ff4bbee fixed -C parameter to wmlunits being ignored sometimes 2010-08-18 17:07:55 +00:00
Elias Pschernig
9aa011ddab fixed bug in broken-add-ons blacklist script.
made wmlparser2 more resilient against non-utf8 input.
2010-08-18 16:55:58 +00:00
Elias Pschernig
003b56cb17 updated wmlunits addon blacklisting script 2010-08-18 16:37:12 +00:00
Elias Pschernig
987cc9da3c updated wmlunits 2010-08-18 16:05:36 +00:00
Eric S. Raymond
2c86fcf4f0 Fix small nits setected by wmllint, and wmllint itself. 2010-08-12 20:08:22 +00:00
Eric S. Raymond
912a1a6336 More minor wmllint fixes. 2010-08-11 17:27:38 +00:00
Eric S. Raymond
8ed621523a Fixups for various small wmllint/wmlscope errors. 2010-08-11 17:14:09 +00:00
Eric S. Raymond
d5f61d1b83 [sound_frame] islegal beneath [if]. 2010-08-11 16:51:41 +00:00
Eric S. Raymond
c14e1c566e Add two needed spelling exceptions. 2010-08-10 15:44:02 +00:00
Fabian Müller
db2532b59c Updated the database of the wesnoth emacs mode. 2010-08-08 19:41:52 +00:00
Timotei Dolean
4ae7962271 add xml header with version and encoding when generating xml 2010-08-06 21:39:13 +00:00
Elias Pschernig
b89e5c9bb1 Make python addon manager handle the case when the server closes...
...the connection prematurely, but without error.
2010-08-06 13:55:01 +00:00
Elias Pschernig
7ecbd8ac46 [wmlparser] fix unit tests which were broken 2010-08-03 18:35:41 +00:00
Kosov Eugene
066c24be9b Fixed #16343: now wmllint doesn`t add translate mark to empty strings...
...and removes translate marks from empty strings
2010-08-02 20:19:32 +00:00
Elias Pschernig
003ec16773 [python wmlparser] Added -k option to keep temporary files...
...to the test script. Also add -v option to be more verbose.
2010-07-27 16:10:10 +00:00
Elias Pschernig
efb5400a84 [python wmlparser] Added options to not pre-process. 2010-07-24 16:36:11 +00:00
Timotei Dolean
24af6ef718 wml parser: add the --data_dir option to the wmlparser 2010-07-24 16:27:14 +00:00
Elias Pschernig
8d56f6c1d3 [python WML parser]Add --config-dir option. 2010-07-24 10:58:51 +00:00
Timotei Dolean
ba8f7d1d32 make the generated xml be well-formed by having a unique root node 2010-07-24 10:43:39 +00:00
Elias Pschernig
967f801fd2 [python wmlparser] don't use .cfg suffix for temp path 2010-07-21 16:43:36 +00:00
Elias Pschernig
5b181dd4d8 [python wmlparser] use a tempfile instead of a fixed path...
...to /tmp to make it work in windows
2010-07-21 16:15:00 +00:00
Eric S. Raymond
b1fe81d099 Progress option for wmlscope. 2010-07-19 15:04:06 +00:00
Eric S. Raymond
85324e2431 -p or --progress option for wmllint: - dumps filenames as it processes. 2010-07-16 18:53:13 +00:00