Commit graph

932 commits

Author SHA1 Message Date
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
9936b58d27 Ran wmlindent. 2010-11-25 10:06:26 +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
29c085a004 Fixed and reorganized some start times. 2010-11-11 07:38:49 +00:00
Ignacio R. Morelle
f25588cb6f Fix Saurian Skirmisher line melee animations' timing (why am *I* doing this?) 2010-11-10 22:29:28 +00:00
Steven Panek
0a6fd74f77 Removed the comments in ON_DIFFICULTY's EASY definition,
...for it breaks things...

Fixes bug #17025.

shadowmaster demanded this commit.
2010-11-06 04:01:53 +00:00
Anonymissimus
f756a42458 Better filter by id instead of x,y in TRANSFORM_UNIT...
...since x,y= is the same for units on the recall list. It still
doesn't work for these (and ADVANCE_UNIT too) due to bug #17023 but at
least the units don't get lost now.
2010-11-05 00:36:24 +00:00
Steven Panek
c90aa43c45 Killed the recently-created RECALL_OR_CREATE_UNIT_TO_LOCATION. 2010-11-02 00:21:07 +00:00
Steven Panek
b55153426d Fixed macro name. 2010-11-01 23:40:05 +00:00
Steven Panek
370e9a13e5 Created a version of RECALL_OR_CREATE...
...that allows the coder to specify the location where the unit would
be spawned/created.
2010-11-01 23:35:53 +00:00
Guillaume Melquiond
b29ff6725e Fixed saurian throw animations, since Jetryl has ceased to care about them. 2010-11-01 10:52:19 +00:00
Lari Nieminen
ba97ebb970 Fix drakes flying or not flying over all the correct terrains. 2010-10-26 19:20:23 +00:00
Lari Nieminen
e3c91b01a7 Made feral's defense effect be applied by the trait itself. 2010-10-25 00:04:58 +00:00
Anonymissimus
2c18488d96 wmllint: inserting "image=wesnoth-icon.png" 2010-10-23 22:01:06 +00:00
Anonymissimus
0d0d036ea0 3 more [wml_message] macros, overlooked to move... 2010-10-21 18:13:18 +00:00
Anonymissimus
537e899cd4 Moved the {DEBUG...} macro from interface-utils.cfg to debug-utils.cfg. 2010-10-21 16:09:20 +00:00
Lari Nieminen
5e732fa434 Moved the now-deprecated TIMED_ACTIONS macro to deprecated-utils.cfg. 2010-10-21 08:11:12 +00:00
Lari Nieminen
b6e15aaaf3 Added a new macro file debug-utils.cfg...
...and moved some debugging macros there.
2010-10-21 08:09:27 +00:00
Lari Nieminen
983628dcbb Made IF_ALLIED use [store_side] instead of [store_unit]...
...and prevented the condition from passing if neither side
exists. Probably fixes the macro being broken.
2010-10-17 18:16:26 +00:00
Steven Panek
f3052d1159 Moved the elemental trait to core;...
...gave the trait to DW's Fire Guardian for consistency with UtBS's.
2010-10-07 21:21:39 +00:00
Steven Panek
3a6eb75ee8 Renamed [removeitem] to [remove_item]; deprecated [removeitem]. 2010-10-01 23:42:21 +00:00
Eric S. Raymond
e7d337a676 Reindent mainline. 2010-09-23 13:04:56 +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
Anonymissimus
db0589069b Simplified CAPTURE_FILTERED_VILLAGES...
...according to [capture_village] now accepting a SLF. Actually, it
should be deprecated and substituted with the tag in the other macros
which use it.
2010-09-20 19:42:12 +00:00
Lari Nieminen
9084ba279f Gave bats the feral trait, capping their defense in any village to 40%. 2010-09-12 22:39:00 +00:00
Eric S. Raymond
28a730d1af More wmllint/wmlscope cleanup. 2010-09-12 21:38:15 +00:00
Eric S. Raymond
e8bb04ce29 wmlscope/wmllint cleanup. Mainline is clean. 2010-09-12 21:03:54 +00:00
Eric S. Raymond
02c1e610c4 Partial wmllint/wmlscope cleanup. 2010-09-12 11:11:05 +00:00
Steven Panek
d784c34fd2 Applied file #10184 from patch #1926 with modifications. 2010-09-12 04:20:34 +00:00
Guillaume Melquiond
9311e5d74d Cleaned constant. 2010-09-10 21:29:40 +00:00
Lari Nieminen
70a58cdf9c Added a new SCATTER_EMBELLISHMENTS...
...macro which can be used, unsurprisingly, to randomly scatter embellishments.
2010-09-09 19:07:11 +00:00
Steven Panek
a195d6f8b0 Added some pofix rules for quote conversions and spacing fixes. 2010-09-02 23:23:34 +00:00
Fabian Müller
b3e5e95db3 Macro for doing conditional operations on variables. 2010-08-31 15:50:49 +00:00
Fabian Müller
95ecd0c701 LoW: Enabled the second and third chapter of the multiplayer campaign port. 2010-08-30 22:00:01 +00:00
Eric S. Raymond
9ec6db37dd Add a needed wmlsope directive. 2010-08-30 14:04:58 +00:00
Lari Nieminen
5eb9231fd7 Fixed a broken loop in the PUT_TO_RECALL_LIST macro. 2010-08-25 13:50:10 +00:00
Lari Nieminen
ccb35966ec Converted the MOVE_UNIT macro to use the new [move_unit] tag. 2010-08-23 07:44:42 +00:00
Eric S. Raymond
dfe4cfd3f2 Use long and ragged flags appropriately in AOI, DW, DM. 2010-08-18 17:37:49 +00:00
Richard Kettering
4f0c323eda Tweaked the saurian animation macro for a more accurate hit time. 2010-08-16 16:00:08 +00:00
Lari Nieminen
6beb740d8c Added a new event macro ON_SIGHTING,
...which simulates a sighted event but in a more reliable manner.
2010-08-16 10:40:16 +00:00