Commit graph

169 commits

Author SHA1 Message Date
Mark de Wever
176b293197 Don't duplicate the starting positions into the outer border. 2007-10-28 10:53:53 +00:00
Mark de Wever
bb07ea8305 Fix a wrong terrain code conversion. 2007-10-28 09:03:10 +00:00
Eric S. Raymond
cb373e270c Eliminate the maplift option now that Mordante's border code is merged. 2007-10-26 18:34:37 +00:00
Eric S. Raymond
3a31a47d9c One more try at getting the death animation lift right. 2007-10-25 19:23:32 +00:00
Eric S. Raymond
67e893a75d More work on the death frames. 2007-10-25 18:38:00 +00:00
Eric S. Raymond
cfbe4cae8b Upgrade commented death animations with comments. 2007-10-25 18:13:49 +00:00
Eric S. Raymond
981477720c Add another test for mask files -- look for fog in them. 2007-10-25 18:01:00 +00:00
Eric S. Raymond
cbad5c0d42 Check for references to mask files without .mask extensions. 2007-10-25 17:16:08 +00:00
Eric S. Raymond
4dce4dd4ab Address bug #10149. 2007-10-24 23:04:27 +00:00
Eric S. Raymond
84e3a9b415 Clear some variables that were retaining bad state. 2007-10-24 18:09:50 +00:00
Eric S. Raymond
cf0946d222 Correct a misleading comment. 2007-10-22 19:39:53 +00:00
Eric S. Raymond
776cafb353 Bug fixes at Mordante's request. 2007-10-22 15:46:10 +00:00
Eric S. Raymond
b3a790b97f Don't try to do map renames when getting diffs. 2007-10-22 15:37:34 +00:00
Eric S. Raymond
b5ee79023f Address bug #10176. 2007-10-22 15:33:25 +00:00
Eric S. Raymond
55908f04b0 Bug fix for mask conversion logic. 2007-10-17 14:03:50 +00:00
Eric S. Raymond
529f82e625 Handle mask files and gernerate a usage= tag into maps. 2007-10-15 17:22:58 +00:00
Eric S. Raymond
c0535167cf Fix an indexing error in some map-lifting code. 2007-10-06 02:39:08 +00:00
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
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
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
ea77ad761f now radius upconversion uses smarter seeking...
...instead of rescanning the whole file
2007-09-17 03:58:28 +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
Eric S. Raymond
833dc54ca2 Fulfill half of an IRC feature request by zookeeper. 2007-09-10 22:16:13 +00:00