Author: esr
Date: Thu Aug 21 03:53:31 2008
New Revision: 28818
URL: http://svn.gna.org/viewcvs/wesnoth?rev=28818&view=rev
Log:
Better name and definition of a no-recall-list nacro, suggested by Sapient.
Modified:
trunk/data/campaigns/Descent_Into_Darkness/scenarios/07_A_Small_Favor.cfg
trunk/data/campaigns/The_South_Guard/scenarios/06a_Tidings_Good_And_Ill.cfg
trunk/data/core/macros/unit-utils.cfg
Modified:
trunk/data/campaigns/Descent_Into_Darkness/scenarios/07_A_Small_Favor.cfg
URL:
http://svn.gna.org/viewcvs/wesnoth/trunk/data/campaigns/Descent_Into_Darkness/scenarios/07_A_Small_Favor.cfg?rev=28818&r1=28817&r2=28818&view=diff
==============================================================================
--- trunk/data/campaigns/Descent_Into_Darkness/scenarios/07_A_Small_Favor.cfg
(original)
+++ trunk/data/campaigns/Descent_Into_Darkness/scenarios/07_A_Small_Favor.cfg
Thu Aug 21 03:53:31 2008
@@ -354,7 +354,7 @@
{MODIFY_UNIT (
side=1
- {ON_MAP_ONLY}
+ {NOT_ON_RECALL_LIST}
[not]
id=Malin Keshar
Modified:
trunk/data/campaigns/The_South_Guard/scenarios/06a_Tidings_Good_And_Ill.cfg
URL:
http://svn.gna.org/viewcvs/wesnoth/trunk/data/campaigns/The_South_Guard/scenarios/06a_Tidings_Good_And_Ill.cfg?rev=28818&r1=28817&r2=28818&view=diff
==============================================================================
--- trunk/data/campaigns/The_South_Guard/scenarios/06a_Tidings_Good_And_Ill.cfg
(original)
+++ trunk/data/campaigns/The_South_Guard/scenarios/06a_Tidings_Good_And_Ill.cfg
Thu Aug 21 03:53:31 2008
@@ -461,7 +461,7 @@
variable=stored_Sir_Gerrick_army
[filter]
side=1
- {ON_MAP_ONLY}
+ {NOT_ON_RECALL_LIST}
[/filter]
kill=yes
[/store_unit]
Modified: trunk/data/core/macros/unit-utils.cfg
URL:
http://svn.gna.org/viewcvs/wesnoth/trunk/data/core/macros/unit-utils.cfg?rev=28818&r1=28817&r2=28818&view=diff
==============================================================================
--- trunk/data/core/macros/unit-utils.cfg (original)
+++ trunk/data/core/macros/unit-utils.cfg Thu Aug 21 03:53:31 2008
@@ -8,8 +8,11 @@
99 #enddef
# Use this to restrict a filter to on-map units, not the recaall list.
-#define ON_MAP_ONLY
- x,y=1-99,1-99 #enddef
+#define NOT_ON_RECALL_LIST
+ [not]
+ x,y=recall,recall
+ [/not]
+#enddef
#define GENERIC_UNIT SIDE TYPE X Y
# Creates a generic unit of TYPE belonging to SIDE at X,Y, which has a
_______________________________________________
Wesnoth-commits mailing list
[email protected]
https://mail.gna.org/listinfo/wesnoth-commits