20 Commits

Author SHA1 Message Date
Lari Nieminen
836ad7d695 Cleaned up a few macro references. 2008-05-17 10:32:23 +00:00
Eric S. Raymond
f62d7491e0 Deprecate SET_IMAGE, move PLACE_IMAGE. 2008-03-16 19:11:26 +00:00
Eric S. Raymond
aae5a0cb7c description= -> id= in Standard Unit Fliters and SingleUnitWML.
For backward compatibility, description= is still accepted, 
but this will change when it is merged with unit_description.
2008-03-13 06:22:01 +00:00
Eric S. Raymond
303a039679 Use cancrecruit={yes,no} rather than canrecruit={1,0} everywhere,
...because it's a good example mainline should set for UMC.
This change was done mechanically with a wmllint enhancement.
2008-03-01 08:42:40 +00:00
Eric S. Raymond
50b729ce29 DiD: Use the FADE macros just moved into core,
...rather than hand-rolled equivalents.
2008-02-26 22:35:17 +00:00
Eric S. Raymond
504d14f4c1 Incorporate fade macros from WML Dialog Tools. 2008-02-26 15:47:36 +00:00
Eric S. Raymond
34d528064a Macro and documentation-comment cleanup; remove some unused cruft. 2008-02-14 13:21:03 +00:00
Eric S. Raymond
608ded4239 More macro typechecking improvements. 2008-02-14 04:56:52 +00:00
Eric S. Raymond
0ee463c8cf Enrich macro type checking some more and simplify the type inference rules.
Also head off a potential bug noted by Mordante with WML that
looks like {X_SPAN},{Y_SPAN}.
2008-02-10 09:38:07 +00:00
Eric S. Raymond
a600ade30e Regularize use of macro formal arguments so we can do better typechecking. 2008-02-10 04:30:18 +00:00
Eric S. Raymond
b1b2435d40 Reindent the mainline content to uniiform whitespace. 2008-01-24 00:16:42 +00:00
Lari Nieminen
4929525216 Remove a bunch of unused macros. 2007-11-27 10:59:39 +00:00
Eric S. Raymond
85c578ddb4 Fix the documentastion comment in SCROLL and add SCROLL_TO for contrast.
Suggestion by Shadow_Master.
2007-10-03 19:47:57 +00:00
Lari Nieminen
b3707841bb Add a CLEAR_FOG macro...
...for temporarily (for the duration of an event) clearing fog from
specific locations. Requires a helper unit, so also added a separate
dir for these kind of fake units in the units directory.
2007-09-17 17:00:56 +00:00
Lari Nieminen
b3606b9ab6 Added a HIGHLIGHT_UNIT macro for flashing units
...in the same way HIGHLIGHT_IMAGE does. Not to generally be used in mainline.
2007-09-17 15:27:59 +00:00
Lari Nieminen
ca7fd818be Made HIGHLIGHT_ITEM one blink longer...
...and use halo= instead of image= for the blinking (so that the
blinking gets drawn on top of units and fog).
2007-09-13 08:03:51 +00:00
Lari Nieminen
3274583c15 Added a HIGHLIGHT_IMAGE macro...
...as a generic way of highlighting a moveto target or other important
location with a fancy blinking effect.
2007-09-09 17:34:36 +00:00
Nils Kneuper
c19e3c2311 added a default textdomain definition to all .cfg files 2007-07-06 09:00:49 +00:00
Eric S. Raymond
5f58e50664 Reindented all macros except utils.cfg,
that has unbalanced FOREACH/NEXT in it and will need to be
hand-checked.
2007-06-29 11:19:19 +00:00
Eric S. Raymond
21b24e2a9b Move macros into a 'maxros' directory under core. 2007-05-16 01:04:29 +00:00