wesnoth/data
Groggy Dice 746ac09b95 move upconversion of ancient abilities ahead of lifting [frame] to fix problem of weapon specials appearing after [frame] sequence
After my last change, I noticed a puzzling failure by wmllint to convert a weapon special. This special was among some attributes that followed the [frame] sequence. It seems that Python does not wait for the earlier code block to complete before running the new one, and those lines aren't passed through the new block because they've been deleted and stashed in 'postframe'. When they're spewed back out, the new block has already passed those lines by.

I was relieved to find that this was not an issue introduced by my change, but an existing one. When I ran the original wmllint on the file, I found that the special= line got deleted, without being replaced by the [special] tags and macro. The latter is supposed to appear when wmllint hits the [/attack] tag, but never triggers because [/attack] has been changed to [/attack_anim].

Moving this code block up, so that abilities and specials are transformed before the [frame] lift (and 'postframe' stash), appeared to fix the problem. Hopefully, it won't cause a new on to show up.
2013-07-14 21:22:56 -04:00
..
ais Remove Python AI support, addressing CVE-2009-0367 2009-02-24 06:53:37 +00:00
campaigns THoT 06: backport fix for "event=time over" to "name=" 2013-07-01 17:34:50 -04:00
core credit update 2008-12-02 20:15:03 +00:00
hardwired copying the "normal" (modified) version over to the hardwired one... 2008-02-23 09:06:48 +00:00
languages updated Latvian translation name 2008-07-03 06:12:13 +00:00
multiplayer remove {VICTORY_AND_DEFEAT_MUSIC} from non-random multiplayer maps... 2008-03-21 16:25:51 +00:00
themes Removed the 1000x620 [partial_resolution], 2008-09-10 14:27:14 +00:00
tools move upconversion of ancient abilities ahead of lifting [frame] to fix problem of weapon specials appearing after [frame] sequence 2013-07-14 21:22:56 -04:00
_main.cfg used the serverN.wesnoth.org addresses for the alternate servers 2008-07-07 06:47:30 +00:00
COPYING.txt reverted formating changes... 2006-06-05 21:17:58 +00:00
scenario-test.cfg Fix some obsolete WML in the test scenario 2008-06-01 14:52:34 +00:00