wesnoth-cvs-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Wesnoth-cvs-commits] wesnoth data/scenarios/The_Rise_of_Wesnoth/The_...


From: James Spencer
Subject: [Wesnoth-cvs-commits] wesnoth data/scenarios/The_Rise_of_Wesnoth/The_...
Date: Thu, 14 Apr 2005 04:12:06 -0400

CVSROOT:        /cvsroot/wesnoth
Module name:    wesnoth
Branch:         
Changes by:     James Spencer <address@hidden>  05/04/14 08:12:05

Modified files:
        data/scenarios/The_Rise_of_Wesnoth: The_Midlands.cfg 
                                            The_River_Road.cfg 
                                            trow-macros.cfg 
        .              : changelog 

Log message:
        Fix the knockback effect for TRoW's WML plague (and add some horse 
cantering to boot)

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/data/scenarios/The_Rise_of_Wesnoth/The_Midlands.cfg.diff?tr1=1.36&tr2=1.37&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/data/scenarios/The_Rise_of_Wesnoth/The_River_Road.cfg.diff?tr1=1.34&tr2=1.35&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/data/scenarios/The_Rise_of_Wesnoth/trow-macros.cfg.diff?tr1=1.14&tr2=1.15&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/changelog.diff?tr1=1.584&tr2=1.585&r1=text&r2=text

Patches:
Index: wesnoth/changelog
diff -u wesnoth/changelog:1.584 wesnoth/changelog:1.585
--- wesnoth/changelog:1.584     Wed Apr 13 21:30:54 2005
+++ wesnoth/changelog   Thu Apr 14 08:12:05 2005
@@ -17,6 +17,7 @@
  * terrain improvements     
    * New forest tiles
  * fixed the description of traits in the help & tutorial
+ * fixed the 'knockback' for WML Plague in TRoW
  
 Version 0.9.0:
  * user interface improvements:
Index: wesnoth/data/scenarios/The_Rise_of_Wesnoth/The_Midlands.cfg
diff -u wesnoth/data/scenarios/The_Rise_of_Wesnoth/The_Midlands.cfg:1.36 
wesnoth/data/scenarios/The_Rise_of_Wesnoth/The_Midlands.cfg:1.37
--- wesnoth/data/scenarios/The_Rise_of_Wesnoth/The_Midlands.cfg:1.36    Sun Apr 
 3 04:54:02 2005
+++ wesnoth/data/scenarios/The_Rise_of_Wesnoth/The_Midlands.cfg Thu Apr 14 
08:12:05 2005
@@ -348,6 +348,10 @@
 
        [event]
        name=victory
+               [sound]
+               name=horse-canter.wav
+               [/sound]
+
                [move_unit_fake]
                        type=Knight
                        x=40,39,38,37,36,35,34,33,32,31,30
Index: wesnoth/data/scenarios/The_Rise_of_Wesnoth/The_River_Road.cfg
diff -u wesnoth/data/scenarios/The_Rise_of_Wesnoth/The_River_Road.cfg:1.34 
wesnoth/data/scenarios/The_Rise_of_Wesnoth/The_River_Road.cfg:1.35
--- wesnoth/data/scenarios/The_Rise_of_Wesnoth/The_River_Road.cfg:1.34  Fri Apr 
 1 21:38:04 2005
+++ wesnoth/data/scenarios/The_Rise_of_Wesnoth/The_River_Road.cfg       Thu Apr 
14 08:12:05 2005
@@ -417,6 +417,10 @@
        [event]
        name=victory
 
+               [sound]
+               name=horse-canter.wav
+               [/sound]
+
                [move_unit_fake]
                        type=Knight
                        x=35,34,33,32,31,30
Index: wesnoth/data/scenarios/The_Rise_of_Wesnoth/trow-macros.cfg
diff -u wesnoth/data/scenarios/The_Rise_of_Wesnoth/trow-macros.cfg:1.14 
wesnoth/data/scenarios/The_Rise_of_Wesnoth/trow-macros.cfg:1.15
--- wesnoth/data/scenarios/The_Rise_of_Wesnoth/trow-macros.cfg:1.14     Thu Mar 
24 10:21:50 2005
+++ wesnoth/data/scenarios/The_Rise_of_Wesnoth/trow-macros.cfg  Thu Apr 14 
08:12:05 2005
@@ -80,6 +80,15 @@
                        [/not]
                [/filter_second]
 
+               [store_unit]
+               variable=dead_store
+               kill=yes
+               [filter]
+                       x={X}
+                       y={Y}
+               [/filter]
+               [/store_unit]
+
 #ifdef EASY
                [unit]
                        description=A Former Friend
@@ -124,5 +133,7 @@
                                {TRAIT_LOYAL}
                        [/modifications]
                [/unit]
+
+               {CLEAR_VARIABLE dead_store}
 #endif
 #enddef




reply via email to

[Prev in Thread] Current Thread [Next in Thread]