Per Kitty's and Dave's request, the Great Continent (central) map...

...is now the only titlescreen background again.

The old titlescreen files were moved into story/ and renamed as well;
wmllint has been updated to update existing content due to these
changes. Fixed mainline WML referencing those files, and added a release
note along with a quiet changelog entry.
This commit is contained in:
Ignacio R. Morelle 2009-02-21 19:04:12 +00:00
parent 595b6b8a97
commit 39abdc314b
8 changed files with 21 additions and 8 deletions

View file

@ -12,11 +12,11 @@ The release team should empty this file after each release.
***
WML authors: the following image files in /data/core/images have been
renamed and moved around. The wmllint tool has been updated to help converting
existing add-on's for this change.
* titlescreen/landscapebridge.jpg -> story/landscape-bridge.jpg
* titlescreen/landscapecastle.jpg -> story/landscape-castle.jpg
***
***

View file

@ -6,6 +6,9 @@ Version 1.5.10+svn:
* New or updated unit graphics: Merman Fighter line, Merman Hunter line
* New idle animations: Heavy Infantryman
* New portrait for the Javelineer, Gryphon.
* Moved and renamed story screen files:
* titlescreen/landscapebridge.jpg -> story/landscape-bridge.jpg
* titlescreen/landscapecastle.jpg -> story/landscape-castle.jpg
* Language and i18n:
* updated translations: Czech, French, German, Hebrew, Russian
* Multiplayer:

View file

@ -46,7 +46,7 @@
This is the story of Kalenz, and of the Elves in the days of the humans in Wesnoth."
delay=8000
background="titlescreen/landscapebattlefield.jpg"
background="story/landscape-battlefield.jpg"
[/part]
[/story]

View file

Before

Width:  |  Height:  |  Size: 77 KiB

After

Width:  |  Height:  |  Size: 77 KiB

View file

Before

Width:  |  Height:  |  Size: 45 KiB

After

Width:  |  Height:  |  Size: 45 KiB

View file

Before

Width:  |  Height:  |  Size: 62 KiB

After

Width:  |  Height:  |  Size: 62 KiB

View file

@ -23,7 +23,14 @@
recall_cost=20
kill_experience=8
title="titlescreen/landscapebattlefield.jpg,titlescreen/landscapebridge.jpg,titlescreen/landscapecastle.jpg"
#
# title may be a comma-separated list of images that will be randomly
# selected for the titlescreen background. Currently we have only the
# map of the central areas of the Great Continent.
#
# TODO: add more images when we get them!
#
title="maps/wesnoth.png"
logo="misc/logo.png"
icon="wesnoth-icon.png"
title_music="main_menu.ogg"

View file

@ -437,8 +437,11 @@ linechanges = (
("portraits/Philip_Barber/transparent/undead-death-knight.png",
"portraits/undead/transparent/death-knight.png"),
# Changed just before 1.5.11
("titlescreen/landscapebridge.jpg",
"story/landscape-bridge.jpg"),
("titlescreen/landscapecastle.jpg",
"story/landscape-castle.jpg"),
("LABEL_PERSISTANT", "LABEL_PERSISTENT"),
)
def validate_stack(stack, filename, lineno):