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

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

[Wesnoth-cvs-commits] wesnoth ./changelog data/scenarios/Heir_To_The_...


From: ott
Subject: [Wesnoth-cvs-commits] wesnoth ./changelog data/scenarios/Heir_To_The_...
Date: Mon, 13 Jun 2005 08:50:01 -0400

CVSROOT:        /cvsroot/wesnoth
Module name:    wesnoth
Branch:         
Changes by:     ott <address@hidden>    05/06/13 12:50:01

Modified files:
        .              : changelog 
        data/scenarios/Heir_To_The_Throne: Hasty_Alliance.cfg 

Log message:
        fix rest of #13334: stop Hasty Alliance using illegal path coordinates

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/changelog.diff?tr1=1.731&tr2=1.732&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/data/scenarios/Heir_To_The_Throne/Hasty_Alliance.cfg.diff?tr1=1.24&tr2=1.25&r1=text&r2=text

Patches:
Index: wesnoth/changelog
diff -u wesnoth/changelog:1.731 wesnoth/changelog:1.732
--- wesnoth/changelog:1.731     Mon Jun 13 07:01:36 2005
+++ wesnoth/changelog   Mon Jun 13 12:49:58 2005
@@ -17,6 +17,7 @@
      * reduced the turn limit in The Drowned Plains
    * Heir to the Throne:
      * made campaign easier on "Easy" level
+     * fixed Hasty Alliance crash: avoid cavewall endpoints (part of #13334)
  * unit graphics and sound improvements:
    * new or modified images for Dwarvish Thunderer
    * new death animations for Dwarvish Thunderer, Elvish Archer
@@ -30,7 +31,7 @@
  * restored dialog titles for multiplayer screens (#13049)
  * --nosound commandline option no longer initializes sound (part of #11669)
  * players can now control multiple sides in multiplayer
- * fixed crash: move_unit_fake with coordinates outside the map (part of 
#13334)
+ * fixed crash: move_unit_fake with illegal coordinates (part of #13334)
  * prevented user campaigns from making the game unstartable
 
 Version 0.9.2:
Index: wesnoth/data/scenarios/Heir_To_The_Throne/Hasty_Alliance.cfg
diff -u wesnoth/data/scenarios/Heir_To_The_Throne/Hasty_Alliance.cfg:1.24 
wesnoth/data/scenarios/Heir_To_The_Throne/Hasty_Alliance.cfg:1.25
--- wesnoth/data/scenarios/Heir_To_The_Throne/Hasty_Alliance.cfg:1.24   Mon Mar 
28 15:00:13 2005
+++ wesnoth/data/scenarios/Heir_To_The_Throne/Hasty_Alliance.cfg        Mon Jun 
13 12:50:01 2005
@@ -237,8 +237,8 @@
 
                [move_unit_fake]
                        type=Goblin Knight
-                       x=8,8
-                       y=21,20
+                       x=7,8
+                       y=20,20
                [/move_unit_fake]
 
                {HASTY_GOBLIN_KNIGHT 8 20}
@@ -254,7 +254,7 @@
                [move_unit_fake]
                        type=Troll
                        x=5,5,6
-                       y=13,14,15
+                       y=14,15,15
                [/move_unit_fake]
 
                {HASTY_TROLL 6 15}




reply via email to

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