[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Wesnoth-cvs-commits] wesnoth/data/campaigns Eastern_Invasion.cfg Hei...
From: |
Cedric Duval |
Subject: |
[Wesnoth-cvs-commits] wesnoth/data/campaigns Eastern_Invasion.cfg Hei... |
Date: |
Sun, 12 Sep 2004 10:49:28 -0400 |
CVSROOT: /cvsroot/wesnoth
Module name: wesnoth
Branch:
Changes by: Cedric Duval <address@hidden> 04/09/12 14:44:22
Modified files:
data/campaigns : Eastern_Invasion.cfg Heir_To_The_Throne.cfg
Son_Of_The_Black_Eye.cfg The_Dark_Hordes.cfg
The_Rise_of_Wesnoth.cfg
Log message:
Enabled gamestart speedup by not unnecessarily loading campaigns.
This will only break savegames from before 0.7.10, which is reasonable.
CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/data/campaigns/Eastern_Invasion.cfg.diff?tr1=1.2&tr2=1.3&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/data/campaigns/Heir_To_The_Throne.cfg.diff?tr1=1.2&tr2=1.3&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/data/campaigns/Son_Of_The_Black_Eye.cfg.diff?tr1=1.2&tr2=1.3&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/data/campaigns/The_Dark_Hordes.cfg.diff?tr1=1.2&tr2=1.3&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/data/campaigns/The_Rise_of_Wesnoth.cfg.diff?tr1=1.2&tr2=1.3&r1=text&r2=text
Patches:
Index: wesnoth/data/campaigns/Eastern_Invasion.cfg
diff -u wesnoth/data/campaigns/Eastern_Invasion.cfg:1.2
wesnoth/data/campaigns/Eastern_Invasion.cfg:1.3
--- wesnoth/data/campaigns/Eastern_Invasion.cfg:1.2 Sun Sep 12 14:37:51 2004
+++ wesnoth/data/campaigns/Eastern_Invasion.cfg Sun Sep 12 14:44:21 2004
@@ -10,6 +10,6 @@
icon=human-general.png
[/campaign]
-# ifdef CAMPAIGN_THE_RISE_OF_WESNOTH
+#ifdef CAMPAIGN_THE_RISE_OF_WESNOTH
{scenarios/The_Rise_of_Wesnoth}
-# endif
+#endif
Index: wesnoth/data/campaigns/Heir_To_The_Throne.cfg
diff -u wesnoth/data/campaigns/Heir_To_The_Throne.cfg:1.2
wesnoth/data/campaigns/Heir_To_The_Throne.cfg:1.3
--- wesnoth/data/campaigns/Heir_To_The_Throne.cfg:1.2 Sun Sep 12 14:37:51 2004
+++ wesnoth/data/campaigns/Heir_To_The_Throne.cfg Sun Sep 12 14:44:21 2004
@@ -10,8 +10,8 @@
difficulty_descriptions= _
"&elvish-fighter.png,Fighter,(easiest);*&elvish-hero.png,Hero;&elvish-champion.png,Champion,(hardest)"
[/campaign]
-# ifdef CAMPAIGN_HEIR_TO_THE_THRONE
+#ifdef CAMPAIGN_HEIR_TO_THE_THRONE
{scenarios/Heir_To_The_Throne/bigmap.cfg}
{scenarios/Heir_To_The_Throne}
-# endif
+#endif
Index: wesnoth/data/campaigns/Son_Of_The_Black_Eye.cfg
diff -u wesnoth/data/campaigns/Son_Of_The_Black_Eye.cfg:1.2
wesnoth/data/campaigns/Son_Of_The_Black_Eye.cfg:1.3
--- wesnoth/data/campaigns/Son_Of_The_Black_Eye.cfg:1.2 Sun Sep 12 14:37:51 2004
+++ wesnoth/data/campaigns/Son_Of_The_Black_Eye.cfg Sun Sep 12 14:44:21 2004
@@ -10,7 +10,7 @@
icon=orcish-ruler.png
[/campaign]
-# ifdef CAMPAIGN_SON_OF_THE_BLACK_EYE
+#ifdef CAMPAIGN_SON_OF_THE_BLACK_EYE
{scenarios/Son_Of_The_Black_Eye}
-# endif
+#endif
Index: wesnoth/data/campaigns/The_Dark_Hordes.cfg
diff -u wesnoth/data/campaigns/The_Dark_Hordes.cfg:1.2
wesnoth/data/campaigns/The_Dark_Hordes.cfg:1.3
--- wesnoth/data/campaigns/The_Dark_Hordes.cfg:1.2 Sun Sep 12 14:37:51 2004
+++ wesnoth/data/campaigns/The_Dark_Hordes.cfg Sun Sep 12 14:44:21 2004
@@ -10,7 +10,7 @@
difficulty_descriptions= _
"&undead-initiate.png,Apprentice,(easiest);*&undead-necromancer.png,Master;&undead-lich.png,Dark
Lord,(hardest)"
[/campaign]
-# ifdef CAMPAIGN_THE_DARK_HORDES
+#ifdef CAMPAIGN_THE_DARK_HORDES
{scenarios/The_Dark_Hordes}
-# endif
+#endif
Index: wesnoth/data/campaigns/The_Rise_of_Wesnoth.cfg
diff -u wesnoth/data/campaigns/The_Rise_of_Wesnoth.cfg:1.2
wesnoth/data/campaigns/The_Rise_of_Wesnoth.cfg:1.3
--- wesnoth/data/campaigns/The_Rise_of_Wesnoth.cfg:1.2 Sun Sep 12 14:37:51 2004
+++ wesnoth/data/campaigns/The_Rise_of_Wesnoth.cfg Sun Sep 12 14:44:21 2004
@@ -10,7 +10,7 @@
icon=noble-lord.png
[/campaign]
-# ifdef CAMPAIGN_THE_RISE_OF_WESNOTH
+#ifdef CAMPAIGN_THE_RISE_OF_WESNOTH
{scenarios/The_Rise_of_Wesnoth}
-# endif
+#endif