Commit graph

1944 commits

Author SHA1 Message Date
Eric S. Raymond
f6630cdca5 wmllint code for bug #10089 confirmed correct,
I'm removing the conditionalization by --future.
2007-10-05 20:05:11 +00:00
Jérémy Rosen
801aa3003f deprecating properly image_short and image_long
(slight change to wmllint generated code)
2007-10-05 19:59:11 +00:00
Eric S. Raymond
67bca1a8f6 And yet another minor indentation-generation bug. 2007-10-05 19:35:58 +00:00
Eric S. Raymond
869f1981a4 Try to fix yet another minor bug in generated indentation. 2007-10-05 19:03:40 +00:00
Eric S. Raymond
5a927b87cb Try to fix another minor bug in generated indentation. 2007-10-05 18:51:47 +00:00
Eric S. Raymond
4657f5ddf6 Boucman has approved the effect-lifting code (bug #9952). 2007-10-05 18:30:04 +00:00
Eric S. Raymond
d2f871a876 Fix in generated indentation. 2007-10-05 18:15:26 +00:00
Eric S. Raymond
a25e4309bf Try to fix an effect-lifting bug. 2007-10-05 18:06:43 +00:00
Eric S. Raymond
0d62c1622d Disable the map-border lifting. 2007-10-05 17:54:30 +00:00
Eric S. Raymond
96e7c68529 Since there's active contrioversy about heal vs, cure, back out the lift. 2007-10-05 17:41:16 +00:00
Eric S. Raymond
c3659d7bcc Make wmllint aware of the ABILITY_CURES split. 2007-10-05 15:42:10 +00:00
Eric S. Raymond
043b25aec8 Fix an incorrect macro translation. 2007-10-05 09:37:53 +00:00
Eric S. Raymond
0d43f5f6e9 wmllint now lifts 1.x-style abilities and specials. 2007-10-04 19:28:52 +00:00
Eric S. Raymond
9123181799 Translate 1.x-style abilities. We still need to do specials. 2007-10-04 18:50:48 +00:00
Eric S. Raymond
0204899926 Address bug #10046.
The code to add a border if none is present is ready for test.  Enable
it with --future.
2007-10-03 22:04:00 +00:00
Eric S. Raymond
6b48eeb170 Lift [missile_frame] directly within [attack]. 2007-10-02 22:26:15 +00:00
Eric S. Raymond
d33f5ae715 Generate [attack_anim] tags when lifting rather than [animation] tags. 2007-10-02 22:12:52 +00:00
Eric S. Raymond
d0c99c3239 Typo fix. 2007-10-02 13:26:30 +00:00
Eric S. Raymond
ec5c34254c More documentation improvements for wmlmove. 2007-10-02 13:10:23 +00:00
Eric S. Raymond
43ef9405e2 Better documentation for wmlmove. 2007-10-02 12:58:59 +00:00
Eric S. Raymond
a11cb36b21 The rest of bug #10098. Handle archaic [sound] tags. 2007-10-02 03:19:38 +00:00
Eric S. Raymond
a8f48da8ea New lifting code for archaic syntaxes does nothing (as it should) on
current mainline WML.
2007-10-02 02:54:53 +00:00
Eric S. Raymond
cadb9834c9 Address bug #10098. Lift [frame] within [attack].
Doesn't handle [sound] yet.
2007-10-02 02:16:53 +00:00
Eric S. Raymond
cfa84658a5 Address bug #9952.
Effect-animation lifting is now available under control of the
--future switch.
2007-10-02 01:46:26 +00:00
Eric S. Raymond
6d8b8be578 Warn that [frame] directly witin [attack] can't be lifted. 2007-10-01 23:49:31 +00:00
Eric S. Raymond
132edd54b4 Address bug #10089.
Code for the transformation requested is now in wmllint, controlled by
--future.
2007-10-01 21:13:43 +00:00
Eric S. Raymond
ec2b3b2bb9 Fix a comment. 2007-10-01 01:49:02 +00:00
Eric S. Raymond
704a2b2418 Placeholder code for when Mordante's user-defined borders land. 2007-09-22 12:15:45 +00:00
Eric S. Raymond
f39e2bd385 Sort cross-reference results by key. 2007-09-21 07:31:34 +00:00
Patrick Parker
9b244b6a9a some minor cleanup and added comments 2007-09-21 04:03:26 +00:00
Gunter Labes
e542a2adac give a more descriptive error message 2007-09-20 17:29:49 +00:00
Gunter Labes
c15a9fc9a5 correct wmllint invocation from the Makefile
add the "Halbardier to Halberdier" transformation
2007-09-20 16:43:35 +00:00
Patrick Parker
7927dfa789 lines were being masked instead of modified in-place;
copy the result to the iterator
2007-09-18 21:01:14 +00:00
Eric S. Raymond
af41d50dcf Upgrade wmllint's boucman-transfer code to handle variations. 2007-09-18 17:21:24 +00:00
Patrick Parker
e70a1ead25 add a tool to upcovert v1.3-1.3.7 replay savefiles...
...to be v1.3.8 compatible with regard to random traits.
2007-09-18 02:03:32 +00:00
Patrick Parker
ea77ad761f now radius upconversion uses smarter seeking...
...instead of rescanning the whole file
2007-09-17 03:58:28 +00:00
Patrick Parker
0f87a292be found a typo in seek() 2007-09-17 03:36:56 +00:00
Patrick Parker
0648eafeb4 finished refactoring the scope-handling for WmlIterator,
so it is much easier/faster to navigate the scopes
2007-09-17 02:59:25 +00:00
Patrick Parker
62c9e0e165 a new wmliterator search method, wmlfindin(),
...gains speed by avoiding itor.reset()
2007-09-11 05:14:46 +00:00
Patrick Parker
0102da6ad8 improving the debug output of wmliterator 2007-09-10 23:59:13 +00:00
Eric S. Raymond
dc42b23f70 Better control on one of the reports. 2007-09-10 22:40:57 +00:00
Patrick Parker
b35e750408 add a __main__ and fix the bug with closing [+tag] 2007-09-10 22:27:29 +00:00
Eric S. Raymond
833dc54ca2 Fulfill half of an IRC feature request by zookeeper. 2007-09-10 22:16:13 +00:00
Eric S. Raymond
2350df2e09 Put the check for duplicated attacks under --experimental. 2007-09-10 22:10:20 +00:00
Patrick Parker
ebcbe6921e more detailed output for errors 2007-09-10 05:05:31 +00:00
Patrick Parker
0ae3bc473d found a lot more bugs, added more printouts 2007-09-10 04:50:19 +00:00
Patrick Parker
8ef90f9a11 various minor fixes; scope handling is far more robust now 2007-09-10 01:51:29 +00:00
Patrick Parker
da05b2fa70 found a way to prevent radius upconversion without changing the default 2007-09-09 23:45:19 +00:00
Patrick Parker
bc4e1d8f3b change the default oldversion to trunk; prevent a crash on files with 0 lines. 2007-09-09 23:24:29 +00:00
Patrick Parker
3fabe86aa9 fix iteration of multiline strings "\n\n" 2007-09-09 23:15:32 +00:00