Commit graph

2674 commits

Author SHA1 Message Date
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
Patrick Parker
9401cea6af improve the macroOpenPattern regex 2007-09-09 06:58:31 +00:00
Patrick Parker
6a78a29ecb some final fixes to radius upconversion, and remove the 'future' flag 2007-09-09 06:49:59 +00:00
Patrick Parker
e9e5efcda4 misc. minor fixes 2007-09-09 06:27:41 +00:00
Patrick Parker
4be7e81635 forgot the import statement and add 1.3.7 to versions 2007-09-09 06:12:43 +00:00
Patrick Parker
39d5ef3be9 tie in the radius WmlIterator changes 2007-09-09 06:01:10 +00:00
Patrick Parker
356f185e7d the WmlIterator seems to be working now 2007-09-09 05:45:50 +00:00
Patrick Parker
e1d1233ddc a preliminary version of WmlIterator 2007-09-08 18:14:15 +00:00
Jérémy Rosen
d84b7f63b3 move attack animations out of [attack] and into [unit], code+wmllint 2007-09-08 07:51:22 +00:00
Patrick Parker
f960520716 fix another flaw in the loop logic
...and insert an explicit reference to class WmlIterator
2007-09-06 03:08:41 +00:00
Patrick Parker
001d1fa9bf fix a flaw in the loop logic 2007-09-06 02:43:04 +00:00
Patrick Parker
ea3323d98d commit some experimental code to upconvert 1.3.7 old-style radius= usage 2007-09-06 01:57:09 +00:00
Eric S. Raymond
133564f59f Explanatory comments for Sapient. 2007-09-05 18:29:40 +00:00
Eric S. Raymond
1f27c358b8 Remove some erroneously committed code. 2007-09-05 05:50:07 +00:00
Eric S. Raymond
f42f525f82 Bulletproof the map detector logic a bit. 2007-09-05 05:44:41 +00:00
Eric S. Raymond
dfed4536de Yet another attempt at getting boucman's animation transform right. 2007-09-05 03:01:56 +00:00
Gunter Labes
031b0eacd0 A script to create the "Terrain Table" on the TerrainLettersWML wiki page
by cib.
2007-08-31 18:28:51 +00:00
Eric S. Raymond
0df5b448a6 Another try at the Boucman transformation. 2007-08-30 22:55:43 +00:00
Eric S. Raymond
4f4b6b57d4 Better display over version changes. 2007-08-30 22:28:22 +00:00
Eric S. Raymond
ec3f3bc057 Cosmetic fix. 2007-08-30 22:20:10 +00:00
Eric S. Raymond
57ceb462c8 Treat [allow_undo][/allow_undo] as a no-op for indentation purposes. 2007-08-27 19:20:28 +00:00