Commit graph

1944 commits

Author SHA1 Message Date
Eric S. Raymond
2df2c2a467 Try to prevent the terrain_type -> terrain_type_type error. 2009-08-16 13:24:35 +00:00
Fabian Müller
1c3fbf9e7e Emacs WML mode: Updated the known WML elements. 2009-08-10 11:09:52 +00:00
Tomasz Śniatowski
1a934ac94b rename editor2 -> editor. Old editor is long dead, long live the new editor! 2009-08-08 12:14:58 +01:00
Eric S. Raymond
67e599f2b0 Attrubute change swing= ->second_value= requested by boucman. 2009-08-01 15:47:41 +00:00
Eric S. Raymond
99cae53110 Address bug #13967: Animation glitches with terrain filters.
This needed both fixes in mainline and a bit of wmllint logic to ensure
that incoming UMC gets converted.
2009-07-31 22:24:49 +00:00
Alexander van Gessel
2decba1a8e Make wmliterator prioritize << >> over " ". 2009-07-30 13:47:56 +01:00
Alexander van Gessel
fd7bff4907 Add a wmllint rule to replace @add-ons with ~add-ons. 2009-07-30 13:20:57 +01:00
Gunter Labes
0cd5bba216 removed the slasher renaming since it's not safe 2009-07-28 14:25:56 +00:00
Alexander van Gessel
865ca7d7a7 Remove debug statement. 2009-07-28 00:50:02 +01:00
Alexander van Gessel
ee2e6e796f Teach wmliterator about <<lua strings>>. 2009-07-27 23:23:28 +01:00
Elias Pschernig
3de8e1cd18 [wesnoth_addon_manager] Really remove campaign.
Also remove old-style top-level campaign.cfg.
2009-07-27 14:20:33 +00:00
Elias Pschernig
1aa2d5cb8d [wesnoth_addon_manager] Remove old campaign directory...
...before unpacking a new one.
2009-07-27 13:58:21 +00:00
Justin DiSabatino
4d0d708620 Updated for the Slasher->Arbiter change. 2009-07-27 10:31:02 +00:00
Ignacio R. Morelle
c76e733aa7 wmllint: changed the {@campaigns} replacement with {~add-ons};...
...it was using {@add-ons} instead, which was deprecated and scheduled
to be removed in 1.7.3.
2009-07-27 10:29:03 +00:00
Alexander van Gessel
f676484395 Teach wmlindent about <<lua strings>>. 2009-07-27 01:09:42 +01:00
Elias Pschernig
8880d09e45 Updated wmltools.Translation class regexps...
...so they exclude fuzzy strings. (fixes bug #13986)
2009-07-23 14:48:10 +00:00
Elias Pschernig
1baefd38e3 [addon_manager] fixed typo in my last commit 2009-07-09 15:39:19 +00:00
Elias Pschernig
49fb3688e8 Added support for .ign files to wesnoth_addon_manager 2009-07-08 22:42:01 +00:00
Eric S. Raymond
871dab2d25 wmlscope/wmllint cleanup. 2009-07-07 09:00:51 +00:00
Alexander van Gessel
d0a586d240 Fix trackplacer's overlaps(). 2009-07-05 21:36:59 +01:00
Elias Pschernig
c5753468b4 [wmlunits] Applied revision #36499 from 1.6 to trunk. 2009-07-01 18:04:45 +00:00
Elias Pschernig
eeb7d7671a Applied svn revision #36497 from 1.6 to trunk. 2009-07-01 17:22:06 +00:00
Gunter Labes
bedebd2138 made verbose output readable 2009-06-29 16:38:51 +00:00
Gunter Labes
322edb0141 fixed the tar command 2009-06-29 16:38:35 +00:00
Alexander van Gessel
79220496f8 Update wmlgrammar a bit to newer WML. 2009-06-14 00:23:53 +01:00
Eric S. Raymond
a797f34029 Prevent Pango markup from confusing the spellchecker. 2009-06-11 19:55:49 +00:00
Eric S. Raymond
e4776e7077 Fix a minor Python error. 2009-06-11 19:01:36 +00:00
Gunter Labes
393de7e9f1 fixed terrain parsing 2009-06-11 06:46:15 +00:00
Gunter Labes
4a429a5530 made defense and resistance values default to 0% 2009-06-11 06:46:08 +00:00
Alexander van Gessel
713aebaf54 Teach wmlparser to read << ... >> strings. 2009-06-03 14:33:09 +01:00
Alexander van Gessel
42fd32774f Make wmlparser ignore lua strings for now. 2009-06-03 14:07:31 +01:00
Eric S. Raymond
352009dbbb Clarifying context. 2009-06-03 02:31:25 +00:00
Eric S. Raymond
b9aa8dc880 Make wmllint a bit more discriminating...
...about performing [unit] -> [unit_type] conversions.
2009-06-02 20:56:40 +00:00
Eric S. Raymond
8843e09218 Arrange for the value of the nd_text attribute to be spellchecked. 2009-06-02 12:22:41 +00:00
Eric S. Raymond
bb77c09b8c end_text needs a translation mark. 2009-06-02 12:03:33 +00:00
Gunter Labes
52bc5141cd silence some verbose output
the verbose setting of the WML parser could be turned into an int
for better granularity if wanted
2009-05-27 00:19:14 +00:00
Gunter Labes
b3a3d8ceb5 check the variable we're actually writing out 2009-05-26 13:39:29 +00:00
Gunter Labes
f6fdc4bea0 do not use os.system with user supplied data 2009-05-25 21:32:22 +00:00
Gunter Labes
6daf8f7076 only parse addons when a userdir was given 2009-05-25 21:32:14 +00:00
Gunter Labes
73c11b17e8 Revert "made the add-on type case insensitive" 2009-05-24 09:55:00 +00:00
Gunter Labes
04ef17ba7a made the add-on type case insensitive 2009-05-24 02:00:55 +00:00
Gunter Labes
3a1686ebf1 added explanations for the different add-on types 2009-05-23 22:25:10 +00:00
Gunter Labes
3b188dd248 fixed some bugs with icon finding 2009-05-23 00:28:58 +00:00
Gunter Labes
b22f0d5e98 added a note on how to manually install add-ons...
...and a reminder that not all add-ons are campaigns..
2009-05-22 22:53:20 +00:00
Gunter Labes
b7628c80b0 made all paths relative to the addon manager dir 2009-05-22 22:53:16 +00:00
Gunter Labes
901ad63e5a update scripts: s/~campaigns/~add-ons/ 2009-05-20 22:31:14 +00:00
Gunter Labes
f8def0c67d removed some non-portable parameters...
...and rewrote parameter parsing to be more readable
2009-05-19 11:08:15 +00:00
Eric S. Raymond
fcb5e5c348 Mainlining UtBS Dwarven Explorer line...
...so Dwarvish sides in THoT and elsewhere can have a bit more unit
variety.
2009-05-17 05:01:10 +00:00
Eric S. Raymond
372d3c8471 Simplify wmlmove usage a bit. 2009-05-17 04:32:11 +00:00
Eric S. Raymond
b4457fb15e Remove unused dependency. 2009-05-17 04:08:11 +00:00