Author: esr
Date: Fri Mar 27 22:49:55 2009
New Revision: 34191

URL: http://svn.gna.org/viewcvs/wesnoth?rev=34191&view=rev
Log:
Bad art removal, requested by kitty.

Modified:
    trunk/data/campaigns/Legend_of_Wesmere/scenarios/02_Hostile_mountains.cfg
    trunk/data/campaigns/Legend_of_Wesmere/scenarios/09_Bounty_hunters.cfg
    trunk/data/campaigns/Legend_of_Wesmere/scenarios/10_Cliffs_of_Thoria.cfg
    trunk/data/campaigns/Legend_of_Wesmere/scenarios/17_Breaking_the_siege.cfg
    trunk/data/tools/wesnoth/wmltools.py

Modified: 
trunk/data/campaigns/Legend_of_Wesmere/scenarios/02_Hostile_mountains.cfg
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/data/campaigns/Legend_of_Wesmere/scenarios/02_Hostile_mountains.cfg?rev=34191&r1=34190&r2=34191&view=diff
==============================================================================
--- trunk/data/campaigns/Legend_of_Wesmere/scenarios/02_Hostile_mountains.cfg 
(original)
+++ trunk/data/campaigns/Legend_of_Wesmere/scenarios/02_Hostile_mountains.cfg 
Fri Mar 27 22:49:55 2009
@@ -20,7 +20,6 @@
         [part]
             story= _ "Kalenz and his band broke out of the orcish 
encirclement, only to discover that the country on the direct route to the 
Ka'lian was already swarming with orcs. The raid on Kalenz's home, it seemed, 
had been but one small part of a great migration south. There was no choice but 
to make a detour through territory the elves would rather have avoided..."
             delay=8000
-            background="story/hostmountains.jpeg"
         [/part]
         [part]
             delay=4000

Modified: trunk/data/campaigns/Legend_of_Wesmere/scenarios/09_Bounty_hunters.cfg
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/data/campaigns/Legend_of_Wesmere/scenarios/09_Bounty_hunters.cfg?rev=34191&r1=34190&r2=34191&view=diff
==============================================================================
--- trunk/data/campaigns/Legend_of_Wesmere/scenarios/09_Bounty_hunters.cfg 
(original)
+++ trunk/data/campaigns/Legend_of_Wesmere/scenarios/09_Bounty_hunters.cfg Fri 
Mar 27 22:49:55 2009
@@ -18,7 +18,6 @@
     [story]
         [part]
             delay=4000
-            background="story/Thoria.jpeg"
             story= _ "Believing that Wesmere's seeming safety might prove a 
costly illusion, Kalenz and Olurf left enough troops and resources to guard it 
strongly before starting off on the long and dangerous trip to the great mage 
of Thoria. They would soon find that peril was closer than they had reckoned."
         [/part]
 

Modified: 
trunk/data/campaigns/Legend_of_Wesmere/scenarios/10_Cliffs_of_Thoria.cfg
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/data/campaigns/Legend_of_Wesmere/scenarios/10_Cliffs_of_Thoria.cfg?rev=34191&r1=34190&r2=34191&view=diff
==============================================================================
--- trunk/data/campaigns/Legend_of_Wesmere/scenarios/10_Cliffs_of_Thoria.cfg 
(original)
+++ trunk/data/campaigns/Legend_of_Wesmere/scenarios/10_Cliffs_of_Thoria.cfg 
Fri Mar 27 22:49:55 2009
@@ -16,7 +16,6 @@
     next_scenario=11_Battle_of_the_book
     [story]
         [part]
-            background="story/Thoria0.jpeg"
             story= _ "Leaving Arkan-Thoria behind, Kalenz and his band 
ventured into the dangerous mountains of Thoria..."
             delay=4000
         [/part]

Modified: 
trunk/data/campaigns/Legend_of_Wesmere/scenarios/17_Breaking_the_siege.cfg
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/data/campaigns/Legend_of_Wesmere/scenarios/17_Breaking_the_siege.cfg?rev=34191&r1=34190&r2=34191&view=diff
==============================================================================
--- trunk/data/campaigns/Legend_of_Wesmere/scenarios/17_Breaking_the_siege.cfg 
(original)
+++ trunk/data/campaigns/Legend_of_Wesmere/scenarios/17_Breaking_the_siege.cfg 
Fri Mar 27 22:49:55 2009
@@ -20,7 +20,6 @@
         [part]
             story= _ "With the orcs embroiled in a civil war, Kalenz seized 
the chance to take back his beloved home. Reports had been arriving of an 
enclave of Northern Elves yet holding out against the orcish invaders. It was 
quickly decided to send a force to their aid. But harsh winter weather 
descended while it was en route..."
             delay=4000
-            background="story/snow.jpeg"
         [/part]
         [part]
             delay=4000

Modified: trunk/data/tools/wesnoth/wmltools.py
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/data/tools/wesnoth/wmltools.py?rev=34191&r1=34190&r2=34191&view=diff
==============================================================================
--- trunk/data/tools/wesnoth/wmltools.py (original)
+++ trunk/data/tools/wesnoth/wmltools.py Fri Mar 27 22:49:55 2009
@@ -5,7 +5,7 @@
 
 import sys, os, re, sre_constants, md5, glob
 
-resource_extensions = ("png", "jpg", "ogg", "wav", "map", "mask")
+resource_extensions = ("png", "jpg", "jpeg", "ogg", "wav", "map", "mask")
 image_reference = r"[A-Za-z0-9{}.][A-Za-z0-9_/+{}.-]*\.(png|jpg)(?=(~.*)?)"
 
 def pop_to_top(whoami):


_______________________________________________
Wesnoth-commits mailing list
[email protected]
https://mail.gna.org/listinfo/wesnoth-commits

Reply via email to