Charles Dang
491fa91906
Deprecated FOREACH and NEXT
...
These feature unbalanced WML and have been replaced by proper tags.
2016-08-06 11:08:48 +11:00
Charles Dang
ea1bb2b31c
Deprecate MAKE_AI_SIDE_PERSISTENT
...
This macro was obviously simplified in the past (see unused parameter) and is no longer needed.
2016-08-06 10:47:02 +11:00
Celtic Minstrel
b295aab4ba
Deprecate {MAGENTA_IS_THE_TEAM_COLOR}
...
The magenta colour is now the default flag_rgb colour if one is not specified.
2016-08-05 00:49:39 -04:00
Charles Dang
dd0b2104a5
Deprecated MENU_IMG_TXT and MENU_IMG_TXT2
2015-10-01 21:10:27 +11:00
Celtic Minstrel
f54d6b5d28
Rewrite leadership ability as a single macro using $other_unit
...
Note: It's no longer supported to use the macro in a unit with a non-matching level,
for example giving a 2nd-level unit 4th-level leadership.
2015-09-19 02:14:38 -04:00
Charles Dang
0dfe2a21d9
Deprecate ANIMATED_CAMPFIRE and ANIMATED_BRAZIER
...
Both of these have been replaced with embellishment overlay terrains
2015-08-17 10:41:46 +11:00
Charles Dang
768a418137
Deprecate ON_SIGHTING
...
Since sighted events now work, this macro is no longer necessary
2015-08-12 06:12:13 +11:00
Elvish_Hunter
c642e5327a
wmlindent run
2015-05-29 11:40:07 +02:00
Charles Dang
117068790c
Deprecated LOYAL_UNDEAD_UNIT
2015-04-22 00:09:52 +11:00
Charles Dang
711c4fe690
Deprecate STORY_PART_SPEECH
2015-04-17 19:04:31 +11:00
Charles Dang
95d7bcdce6
Deprecate MESSAGE
...
This was deprecated once before because of wmllint issues, then reverted. I don't know whether
said wmllint issues still exist, but this time it's being deprecated because we no longer
wish to support this kind of macro.
2015-03-29 08:08:36 +11:00
Charles Dang
e945b99bc5
Deprecate obsolete objective macros
...
The functionality of these macros is now handled internally by the objectives dialog,
and no longer need to be included manually
2015-03-25 03:35:15 +11:00
aquileia
dbc3b3c8e4
Deprecate MISSILE_FRAME_FIREBALL
2015-01-31 23:41:57 +01:00
Charles Dang
b357a39882
Improved DEPRECATE comment
2015-02-01 04:35:51 +11:00
Charles Dang
a7c4f23b2f
Moved deprecated EARLY_FINISH_BONUS_CAPTION to the proper place
2015-02-01 04:26:06 +11:00
Anonymissimus
791e90a2c9
Revert "Deprecate the macro MESSAGE."
...
This reverts 2012-01-29T22:52:34Z!anonymissimus@arcor.de.
Since I got beaten to it.
2012-01-29 23:41:31 +00:00
Anonymissimus
982aa77399
Deprecate the macro MESSAGE.
...
Translatable message strings passed to it cannot be spellchecked by
wmllint, and we don't wanna encourage this. Was already used nowhere in
mainline.
2012-01-29 22:52:34 +00:00
Ignacio R. Morelle
53e260ca6b
Ran wmlindent in mainline except for data/gui
2011-08-02 00:01:08 +00:00
Eric S. Raymond
5e39fa1ae2
Scheduled removal of depercated macros.
2011-06-15 05:44:10 +00:00
Steven Panek
cc5198da7c
Deprecated REDRAW.
2010-11-28 11:22:44 +00:00
Steven Panek
9aa2403897
Deprecated ITM_GLOWING_BRAZIER.
2010-11-28 09:51:24 +00:00
Steven Panek
55214bc67f
Deprecated RECALL_OR_CREATE_UNIT and RECALL_OR_CREATE.
2010-11-25 10:22:11 +00:00
Steven Panek
8dfad246d7
Deprecated ITM_BOOK1 and ITM_TREE1.
2010-11-25 10:13:05 +00:00
Steven Panek
f105dbd5d1
Deprecated AMLA_TOUGH.
2010-11-25 10:04:52 +00:00
Steven Panek
8230629fa1
Deprecated SIDE_PLAYER and SIDE_COMPUTER.
2010-11-25 10:02:22 +00:00
Steven Panek
6874d8807f
Deprecated ON_EVENT, ON_PRESTART, ON_START, ON_SIDETURN,
...
...ON_TURN, ON_VICTORY, ON_DEFEAT, ALLOW_UNDO, and ON_TILE_ONCE.
2010-11-25 09:51:10 +00:00
Steven Panek
67c76d2a76
Expanded macro calls in the deprecated macros;...
...
...core macros should not rely on macros from other files.
2010-11-25 09:32:40 +00:00
Steven Panek
0c933d4e68
Deprecated SET_OBJECTIVES, VICTORY_CONDITION, and DEFEAT_CONDITION.
2010-11-25 09:27:32 +00:00
Anonymissimus
4049eedd3e
Deprecated CAPTURE_FILTERED_VILLAGES
...
(pointless since 2010-09-20T19:42:12Z!anonymissimus@arcor.de). Adjusted all references in mainline
accordingly.
2010-11-24 14:59:19 +00:00
Steven Panek
180a84327a
Deprecated FLOATING_TEXT.
2010-11-24 07:07:49 +00:00
Eric S. Raymond
62e6d23ab3
Suppress some irritating abd pointless warnings.
2010-11-24 01:09:24 +00:00
Lari Nieminen
5e732fa434
Moved the now-deprecated TIMED_ACTIONS macro to deprecated-utils.cfg.
2010-10-21 08:11:12 +00:00
Steven Panek
d2e15b9843
Fixed order of arguments.
2010-09-22 02:33:36 +00:00
Steven Panek
b5ae0cddd7
'Tis [item], not [image]...
2010-09-21 22:14:17 +00:00
Steven Panek
2edd28418a
Deprecated SET_LABEL_PERSISTENT and SET_IMAGE_AND_LABEL_PERSISTENT.
2010-09-21 22:07:41 +00:00
Steven Panek
5b22596eb8
Removed the deprecated macros,
...
...for they should have been removed a long time ago.
2010-06-16 02:31:03 +00:00
Alexander van Gessel
cd60786ee9
Revert "Deprecate the NEUTRAL_SIDE macro",
...
...add a note about how the alternative for NEUTRAL_SIDE.
This reverts commit 2010-01-26T19:08:37Z!ai0867@gmail.com.
2010-01-27 01:28:29 +01:00
Alexander van Gessel
bd8bdca90e
Deprecate the NEURTRAL_SIDE macro
2010-01-26 20:08:37 +01:00
Eric S. Raymond
0aa99781cf
Reindent mainline.
2009-11-23 14:39:03 +00:00
Eric S. Raymond
7f5299e1ac
wmllint and wmlscope detected some glitches.
2009-04-24 11:26:54 +00:00
Eric S. Raymond
8ffa41056d
Deprecate two redundant macros, and change mainline to use the simpler ones.
2009-04-23 02:26:39 +00:00
Eric S. Raymond
4f07f028ae
Remove old TREMOR macro, 6 versions overdue.
...
(wmllint tranlates it, so there is no UMC issue.)
2009-03-01 13:22:29 +00:00
Eric S. Raymond
e973c0a5ad
Remove old deprecated macros.
2008-12-31 15:55:37 +00:00
Eric S. Raymond
4861e50155
Reindent mainline in preparation for 1.6.
2008-12-08 17:45:47 +00:00
Eric S. Raymond
011576c478
Use the new cave-in.ogg where appropriate.
...
Now that we have both rumble.ogg and cave-in.ogg as sound effects,
deprecate TREMOR and instead use a new QUAKE macro that is explicit
about the sound effect requested.
2008-11-30 13:41:29 +00:00
Eric S. Raymond
a055f9fbe2
Spell checking for WML text strings.
...
This is the infrastructure; there are still about 1500 exceptions to
be chased down.
2008-11-01 23:58:38 +00:00
Eric S. Raymond
dcbc274671
Remove uneeded VICTORY_AND_DEFEAT_MUSIC macro, and fix a whitespace glitch.
2008-10-30 20:16:07 +00:00
Eric S. Raymond
e5245aefb8
Change the DOT*/CROSS*/FLAG* macros to {NEW,OLD}_{JOURNEY_BATTLE_REST}.
...
Convert coordinates in DOT and CROSS to the centered version.
This commit makes no behavioral change at all -- it is pure mechanism,
no policy -- but will make it easier to restyle the tracking markers.
Also deprecates the old macros, and teaches wmllint to do the up-conversion.
2008-10-09 20:48:59 +00:00
Eric S. Raymond
76abc35ca6
wmllint now does translation-mark and doublespace checks outside scenrio tags.
...
This diff fixes some glitches found that way and tells wmllint to ignore
various edge cases. A few cannot_use_message=NONE instances are removed,
as this simplifies the check and zookeeper says it's safe.
2008-10-09 17:46:10 +00:00
Eric S. Raymond
318486ce4b
Reindent most of the data tree in preparation for making wmlindent smarter.
2008-08-28 17:57:00 +00:00