pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/games/wesnoth Update to 0.8.7. Take maintainership (ma...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/45f024e2d3be
branches:  trunk
changeset: 484962:45f024e2d3be
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Wed Dec 01 22:32:24 2004 +0000

description:
Update to 0.8.7. Take maintainership (manu@ agrees).

New in 0.8.7:

0.8.6 was never released due bugs found late in the release process.
This release, 0.8.7, will most likely have it's fair share of bugs
and we need your help to get them hunted down. May the force be
with you when you are playtesting.

Highlights for the release: Scenario balancing for 'Heir to the
Throne' and 'The Eastern Invasion' campaigns. User interface
improvements: shadows for labels to make them visible on each type
of terrain and in-game help system improvements. Graphics improvements:
terrains and transitions, unit images and animations, portraits,
The Green Isle map. Unit balancing: ghosts are now more vulnerable
to holy and less vulnerable to "physical" attacks. 18 new units
added. Slovenian as new translation, 17 updated translations.
Multiplayer improvements: renewed lobby, leader indicator, random
map generator improvements and variations (Desert, Winter, Marsh),
map descriptions, Broken Bridge map. Various improvements for
logging system, wesnothd network threading, Out of Sync detection
and reporting. Preparations for 320x240 resolution support. Image,
data and code cleanups. Lots of bug fixes - see all details at
http://changelog.wesnoth.org (don't forget to check the never
released 0.8.6 changes).

New in 0.8.5:

Translation teams have continued working hard, more translations
have been converted to gettext, lots of updates for existing
translations, work for Greek and Russian translations has begun -
check translation statuses at http://gettext.wesnoth.org

We now have campaign server where unofficial campaigns can be
uploaded and easily fetched through campaign selection interface.
Multiplayer improvements including some new maps and choosing your
leader. Scenario balancing for most campaigns and tutorial updates.
14 new units. Remade Drakes. User interface, graphics and AI
improvements. English language polishing. Code cleanups and
improvements. Many bug fixes - check details at
http://changelog.wesnoth.org

New in 0.8.4

We have some rule/engine changes worth of mentioning: Vision range
is now based on potential movement. Charge, backstab and steadfast
abilities use true doubling and halving rather than additive
percentage calculations. Ghosts have been changed to use new 'spirit'
movetype which has high resistance values against all "physical"
attacks and their movement is now slowed by water. Undeadfoot units
have been granted 'deep walking' - that is marching through deep
water.

And then some less detailed changes: new scenarios for 'Heir to
the Throne' and 'The Rise of Wesnoth' campaigns, scenario balancing
for all included campaigns. Graphics improvements, some new sound
effects, balanced units and added new units, multiplayer improvements,
code optimizations and bunch of bug fixes - see all details at
http://changelog.wesnoth.org

New in 0.8.3

Wesnoth has switched using gettext for translations, we have received
gettextized translations for catalan, french, norwegian and spanish.
Magic place to visit is http://wesnoth.slack.it/?GetText

We have also been working on other fronts: new scenarios for 'The
Eastern Invasion' and 'The Rise of Wesnoth' campaigns. Scenario
balancing for 'The Dark Hordes', 'The Eastern Invasion' and 'The
Rise of Wesnoth' campaigns. User interface improvements, graphics
improvements, updated tutorial, balanced units and added some new
units, multiplayer improvements, code optimizations and bunch of
bug fixes - see all details at http://changelog.wesnoth.org

New in 0.8.2

New tutorial, new era for multiplayer, new units, user interface
improvements, graphics improvements, multiplayer improvements and
unit balancing. Scenario balancing for 'Son of the Black Eye', 'The
Eastern Invasion' and 'The Rise of Wesnoth' campaigns. Many bug
fixes - see all details at http://changelog.wesnoth.org

New in 0.8.1

This release features The Rise of Wesnoth, a new campaign with 17
scenarios. There are 6 new scenarios for The Eastern Invasion
campaign and 1 new scenario for The Dark Hordes campaign. There
are also 13 new units, user interface improvements, graphics
improvements, a new song, scenario balancing for The Eastern Invasion
campaign, and multiplayer improvements. Translations were updated
for Catalan, Czech, French, German, Slovak, Spanish, and Swedish.
There were some code cleanups and optimizations, and a lot of
bugfixes.

diffstat:

 games/wesnoth/Makefile         |    10 +-
 games/wesnoth/PLIST            |  1476 +++++++++++++++++++++++++++-----
 games/wesnoth/distinfo         |    10 +-
 games/wesnoth/patches/patch-aa |    14 -
 games/wesnoth/patches/patch-ab |    15 -
 games/wesnoth/patches/patch-ac |  1771 ----------------------------------------
 games/wesnoth/patches/patch-ae |    14 -
 7 files changed, 1226 insertions(+), 2084 deletions(-)

diffs (truncated from 4225 to 300 lines):

diff -r aef425079180 -r 45f024e2d3be games/wesnoth/Makefile
--- a/games/wesnoth/Makefile    Wed Dec 01 21:25:40 2004 +0000
+++ b/games/wesnoth/Makefile    Wed Dec 01 22:32:24 2004 +0000
@@ -1,12 +1,11 @@
-# $NetBSD: Makefile,v 1.2 2004/10/03 00:14:47 tv Exp $
+# $NetBSD: Makefile,v 1.3 2004/12/01 22:32:24 wiz Exp $
 #
 
-DISTNAME=      wesnoth-0.8
-PKGREVISION=   1
+DISTNAME=      wesnoth-0.8.7
 CATEGORIES=    games
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=wesnoth/}
 
-MAINTAINER=    manu%NetBSD.org@localhost
+MAINTAINER=    wiz%NetBSD.org@localhost
 HOMEPAGE=      http://www.wesnoth.org/
 COMMENT=       Fantasy turn-based strategy game
 
@@ -14,12 +13,13 @@
 USE_BUILDLINK3=        YES
 UNLIMIT_RESOURCES+=    datasize
 
-CONFIGURE_ARGS+=       --prefix=${LOCALBASE}
+CONFIGURE_ARGS+=       --prefix=${PREFIX}
 
 BUILDLINK_DEPENDS.SDL= SDL>=1.2.7
 BUILDLINK_DEPENDS.SDL_mixer=   SDL_mixer>=1.2.5nb3
 
 .include "../../devel/SDL/buildlink3.mk"
+.include "../../devel/gettext-lib/buildlink3.mk"
 .include "../../audio/SDL_mixer/buildlink3.mk"
 .include "../../graphics/SDL_image/buildlink3.mk"
 .include "../../net/SDL_net/buildlink3.mk"
diff -r aef425079180 -r 45f024e2d3be games/wesnoth/PLIST
--- a/games/wesnoth/PLIST       Wed Dec 01 21:25:40 2004 +0000
+++ b/games/wesnoth/PLIST       Wed Dec 01 22:32:24 2004 +0000
@@ -1,33 +1,43 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2004/07/14 13:20:24 manu Exp $
+@comment $NetBSD: PLIST,v 1.2 2004/12/01 22:32:24 wiz Exp $
 bin/wesnoth
 man/man6/wesnoth.6
 man/man6/wesnoth_editor.6
 man/man6/wesnothd.6
-share/wesnoth/data/battleworld.cfg
+share/wesnoth/data/campaigns/Eastern_Invasion.cfg
+share/wesnoth/data/campaigns/Heir_To_The_Throne.cfg
 share/wesnoth/data/campaigns/README
+share/wesnoth/data/campaigns/Son_Of_The_Black_Eye.cfg
+share/wesnoth/data/campaigns/The_Dark_Hordes.cfg
+share/wesnoth/data/campaigns/The_Rise_of_Wesnoth.cfg
 share/wesnoth/data/convert.pl
-share/wesnoth/data/deaths.cfg
 share/wesnoth/data/game.cfg
 share/wesnoth/data/help.cfg
-share/wesnoth/data/intro.cfg
 share/wesnoth/data/items.cfg
 share/wesnoth/data/maps/Eastern_Invasion/An_Elven_Alliance
 share/wesnoth/data/maps/Eastern_Invasion/An_Unexpected_Appearance
+share/wesnoth/data/maps/Eastern_Invasion/Approaching_Weldyn
 share/wesnoth/data/maps/Eastern_Invasion/Captured
+share/wesnoth/data/maps/Eastern_Invasion/Drowned_Plains
+share/wesnoth/data/maps/Eastern_Invasion/Evacuation
 share/wesnoth/data/maps/Eastern_Invasion/Lake_Vrug
 share/wesnoth/data/maps/Eastern_Invasion/Mal-Ravanals_Capital
 share/wesnoth/data/maps/Eastern_Invasion/Northern_Outpost
+share/wesnoth/data/maps/Eastern_Invasion/Peasant_Revolt
+share/wesnoth/data/maps/Eastern_Invasion/The_Arena
 share/wesnoth/data/maps/Eastern_Invasion/The_Crossing
 share/wesnoth/data/maps/Eastern_Invasion/The_Escape_Tunnel
 share/wesnoth/data/maps/Eastern_Invasion/The_Outpost
 share/wesnoth/data/maps/Eastern_Invasion/The_Undead_Border_Patrol
+share/wesnoth/data/maps/Eastern_Invasion/Throne_Room
 share/wesnoth/data/maps/Eastern_Invasion/Training_the_Ogres
 share/wesnoth/data/maps/Eastern_Invasion/Tribal_Warfare
 share/wesnoth/data/maps/Eastern_Invasion/Two_Paths
 share/wesnoth/data/maps/Eastern_Invasion/Undead_Crossing
+share/wesnoth/data/maps/Eastern_Invasion/Weldyn_Besieged
 share/wesnoth/data/maps/Eastern_Invasion/Weldyn_under_Attack
 share/wesnoth/data/maps/Eastern_Invasion/loyalistmap11
 share/wesnoth/data/maps/Heir_To_The_Throne/A_Choice_Must_Be_Made
+share/wesnoth/data/maps/Heir_To_The_Throne/Battle_for_Wesnoth
 share/wesnoth/data/maps/Heir_To_The_Throne/Bay_of_Pearls
 share/wesnoth/data/maps/Heir_To_The_Throne/Blackwater_Port
 share/wesnoth/data/maps/Heir_To_The_Throne/Crossroads
@@ -53,14 +63,8 @@
 share/wesnoth/data/maps/Heir_To_The_Throne/The_Lost_General
 share/wesnoth/data/maps/Heir_To_The_Throne/The_Siege_of_Elensefar
 share/wesnoth/data/maps/Heir_To_The_Throne/Valley_of_Death
-share/wesnoth/data/maps/Multiplayer/BattleWorld
-share/wesnoth/data/maps/Multiplayer/Castles
-share/wesnoth/data/maps/Multiplayer/ForestofFear
-share/wesnoth/data/maps/Multiplayer/King_of_the_Hill
-share/wesnoth/data/maps/Multiplayer/Three_Rivers
-share/wesnoth/data/maps/Multiplayer/Wesbowl
-share/wesnoth/data/maps/Multiplayer/Weslin
 share/wesnoth/data/maps/Son_Of_The_Black_Eye/Black_Flag
+share/wesnoth/data/maps/Son_Of_The_Black_Eye/Clash_Of_Armies
 share/wesnoth/data/maps/Son_Of_The_Black_Eye/Desert_Of_Death
 share/wesnoth/data/maps/Son_Of_The_Black_Eye/End_Of_Peace
 share/wesnoth/data/maps/Son_Of_The_Black_Eye/Saving_Inarix
@@ -76,21 +80,61 @@
 share/wesnoth/data/maps/The_Dark_Hordes/Inside_The_Tower
 share/wesnoth/data/maps/The_Dark_Hordes/Mages_And_Elves
 share/wesnoth/data/maps/The_Dark_Hordes/The_Skull_of_Agarash
-share/wesnoth/data/maps/Tutorial/Tutorial1
-share/wesnoth/data/maps/Tutorial/Tutorial2
+share/wesnoth/data/maps/The_Dark_Hordes/Underground_Pool
+share/wesnoth/data/maps/The_Rise_of_Wesnoth/A_Beach
+share/wesnoth/data/maps/The_Rise_of_Wesnoth/A_Final_Spring
+share/wesnoth/data/maps/The_Rise_of_Wesnoth/A_Harrowing_Escape
+share/wesnoth/data/maps/The_Rise_of_Wesnoth/A_New_Land
+share/wesnoth/data/maps/The_Rise_of_Wesnoth/A_Summer_of_Storms
+share/wesnoth/data/maps/The_Rise_of_Wesnoth/Clearwater_Port
+share/wesnoth/data/maps/The_Rise_of_Wesnoth/Cursed_Isle
+share/wesnoth/data/maps/The_Rise_of_Wesnoth/Elf_Lords
+share/wesnoth/data/maps/The_Rise_of_Wesnoth/Fallen_Lich_Point
+share/wesnoth/data/maps/The_Rise_of_Wesnoth/Peoples_in_Decline
+share/wesnoth/data/maps/The_Rise_of_Wesnoth/Return_of_the_Fleet
+share/wesnoth/data/maps/The_Rise_of_Wesnoth/Rise_of_Wesnoth
+share/wesnoth/data/maps/The_Rise_of_Wesnoth/Rough_Landing
+share/wesnoth/data/maps/The_Rise_of_Wesnoth/Sewer
+share/wesnoth/data/maps/The_Rise_of_Wesnoth/Southbay_in_Winter
+share/wesnoth/data/maps/The_Rise_of_Wesnoth/Temple_in_the_Deep
+share/wesnoth/data/maps/The_Rise_of_Wesnoth/The_Dragon
+share/wesnoth/data/maps/The_Rise_of_Wesnoth/The_Fall
+share/wesnoth/data/maps/The_Rise_of_Wesnoth/The_Midlands
+share/wesnoth/data/maps/The_Rise_of_Wesnoth/The_Oldwood
+share/wesnoth/data/maps/The_Rise_of_Wesnoth/The_Plan
+share/wesnoth/data/maps/The_Rise_of_Wesnoth/The_River_Road
+share/wesnoth/data/maps/The_Rise_of_Wesnoth/The_Vanguard
+share/wesnoth/data/maps/The_Rise_of_Wesnoth/Troll_Hole
+share/wesnoth/data/maps/Tutorial/Basic_Training
+share/wesnoth/data/maps/Tutorial/Traits_and_Specialties
+share/wesnoth/data/maps/multiplayer/BattleWorld
+share/wesnoth/data/maps/multiplayer/Blitz
+share/wesnoth/data/maps/multiplayer/Broken_Bridge
+share/wesnoth/data/maps/multiplayer/CastleHoppingIsle
+share/wesnoth/data/maps/multiplayer/Castles
+share/wesnoth/data/maps/multiplayer/ForestofFear
+share/wesnoth/data/maps/multiplayer/King_of_the_Hill
+share/wesnoth/data/maps/multiplayer/Three_Rivers
+share/wesnoth/data/maps/multiplayer/Wesbowl
+share/wesnoth/data/maps/multiplayer/Weslin
 share/wesnoth/data/multiplayer.cfg
 share/wesnoth/data/names.cfg
-share/wesnoth/data/sample_translation.cfg
 share/wesnoth/data/scenario-test.cfg
+share/wesnoth/data/scenarios/Eastern_Invasion/Approaching_Weldyn.cfg
 share/wesnoth/data/scenarios/Eastern_Invasion/Captured.cfg
 share/wesnoth/data/scenarios/Eastern_Invasion/Crossing.cfg
 share/wesnoth/data/scenarios/Eastern_Invasion/Elven_Alliance.cfg
 share/wesnoth/data/scenarios/Eastern_Invasion/Escape_Tunnel.cfg
+share/wesnoth/data/scenarios/Eastern_Invasion/Evacuation.cfg
 share/wesnoth/data/scenarios/Eastern_Invasion/Lake_Vrug.cfg
 share/wesnoth/data/scenarios/Eastern_Invasion/Mal-Ravanals_Capital.cfg
 share/wesnoth/data/scenarios/Eastern_Invasion/Northern_Outpost.cfg
 share/wesnoth/data/scenarios/Eastern_Invasion/Ogre_Training.cfg
+share/wesnoth/data/scenarios/Eastern_Invasion/Reject.cfg
+share/wesnoth/data/scenarios/Eastern_Invasion/The_Drowned_Plains.cfg
+share/wesnoth/data/scenarios/Eastern_Invasion/The_Duel.cfg
 share/wesnoth/data/scenarios/Eastern_Invasion/The_Outpost.cfg
+share/wesnoth/data/scenarios/Eastern_Invasion/Throne_Room.cfg
 share/wesnoth/data/scenarios/Eastern_Invasion/Tribal_Warfare.cfg
 share/wesnoth/data/scenarios/Eastern_Invasion/Two_Paths.cfg
 share/wesnoth/data/scenarios/Eastern_Invasion/Undead_Border_Patrol.cfg
@@ -100,12 +144,14 @@
 share/wesnoth/data/scenarios/Eastern_Invasion/deaths.cfg
 share/wesnoth/data/scenarios/Eastern_Invasion/intro.cfg
 share/wesnoth/data/scenarios/Heir_To_The_Throne/A_Choice_Must_Be_Made.cfg
+share/wesnoth/data/scenarios/Heir_To_The_Throne/Battle_for_Wesnoth.cfg
 share/wesnoth/data/scenarios/Heir_To_The_Throne/Bay_of_Pearls.cfg
 share/wesnoth/data/scenarios/Heir_To_The_Throne/Blackwater_Port.cfg
 share/wesnoth/data/scenarios/Heir_To_The_Throne/Crossroads.cfg
 share/wesnoth/data/scenarios/Heir_To_The_Throne/Dwarven_Doors.cfg
 share/wesnoth/data/scenarios/Heir_To_The_Throne/Elven_Council.cfg
 share/wesnoth/data/scenarios/Heir_To_The_Throne/Elves_Besieged.cfg
+share/wesnoth/data/scenarios/Heir_To_The_Throne/Epilogue.cfg
 share/wesnoth/data/scenarios/Heir_To_The_Throne/Ford_of_Abez.cfg
 share/wesnoth/data/scenarios/Heir_To_The_Throne/Gryphon_Mountain.cfg
 share/wesnoth/data/scenarios/Heir_To_The_Throne/Hasty_Alliance.cfg
@@ -127,6 +173,9 @@
 share/wesnoth/data/scenarios/Heir_To_The_Throne/The_Siege_of_Elensefar.cfg
 share/wesnoth/data/scenarios/Heir_To_The_Throne/Valley_of_Death.cfg
 share/wesnoth/data/scenarios/Heir_To_The_Throne/Valley_of_Statues.cfg
+share/wesnoth/data/scenarios/Heir_To_The_Throne/bigmap.cfg
+share/wesnoth/data/scenarios/Heir_To_The_Throne/deaths.cfg
+share/wesnoth/data/scenarios/Heir_To_The_Throne/intro.cfg
 share/wesnoth/data/scenarios/Son_Of_The_Black_Eye/Black_Flag.cfg
 share/wesnoth/data/scenarios/Son_Of_The_Black_Eye/Clash_Of_Armies.cfg
 share/wesnoth/data/scenarios/Son_Of_The_Black_Eye/Desert_Of_Death.cfg
@@ -147,49 +196,93 @@
 share/wesnoth/data/scenarios/The_Dark_Hordes/Inside_The_Tower.cfg
 share/wesnoth/data/scenarios/The_Dark_Hordes/Mages_And_Elves.cfg
 share/wesnoth/data/scenarios/The_Dark_Hordes/The_Skull_of_Agarash.cfg
+share/wesnoth/data/scenarios/The_Dark_Hordes/Underground_Pool.cfg
+share/wesnoth/data/scenarios/The_Dark_Hordes/intro.cfg
+share/wesnoth/data/scenarios/The_Rise_of_Wesnoth/A_Beach.cfg
+share/wesnoth/data/scenarios/The_Rise_of_Wesnoth/A_Final_Spring.cfg
+share/wesnoth/data/scenarios/The_Rise_of_Wesnoth/A_Harrowing_Escape.cfg
+share/wesnoth/data/scenarios/The_Rise_of_Wesnoth/A_New_Land.cfg
+share/wesnoth/data/scenarios/The_Rise_of_Wesnoth/A_Spy_in_the_Woods.cfg
+share/wesnoth/data/scenarios/The_Rise_of_Wesnoth/A_Summer_of_Storms.cfg
+share/wesnoth/data/scenarios/The_Rise_of_Wesnoth/Clearwater_Port.cfg
+share/wesnoth/data/scenarios/The_Rise_of_Wesnoth/Cursed_Isle.cfg
+share/wesnoth/data/scenarios/The_Rise_of_Wesnoth/Elf_Lords.cfg
+share/wesnoth/data/scenarios/The_Rise_of_Wesnoth/Epilogue.cfg
+share/wesnoth/data/scenarios/The_Rise_of_Wesnoth/Fallen_Lich_Point.cfg
+share/wesnoth/data/scenarios/The_Rise_of_Wesnoth/Peoples_in_Decline.cfg
+share/wesnoth/data/scenarios/The_Rise_of_Wesnoth/Return_of_the_Fleet.cfg
+share/wesnoth/data/scenarios/The_Rise_of_Wesnoth/Return_to_Oldwood.cfg
+share/wesnoth/data/scenarios/The_Rise_of_Wesnoth/Rise_of_Wesnoth.cfg
+share/wesnoth/data/scenarios/The_Rise_of_Wesnoth/Rough_Landing.cfg
+share/wesnoth/data/scenarios/The_Rise_of_Wesnoth/Sewer.cfg
+share/wesnoth/data/scenarios/The_Rise_of_Wesnoth/Southbay_in_Winter.cfg
+share/wesnoth/data/scenarios/The_Rise_of_Wesnoth/Temple_of_the_Deep.cfg
+share/wesnoth/data/scenarios/The_Rise_of_Wesnoth/The_Dragon.cfg
+share/wesnoth/data/scenarios/The_Rise_of_Wesnoth/The_Fall.cfg
+share/wesnoth/data/scenarios/The_Rise_of_Wesnoth/The_Midlands.cfg
+share/wesnoth/data/scenarios/The_Rise_of_Wesnoth/The_Oldwood.cfg
+share/wesnoth/data/scenarios/The_Rise_of_Wesnoth/The_Plan.cfg
+share/wesnoth/data/scenarios/The_Rise_of_Wesnoth/The_River_Road.cfg
+share/wesnoth/data/scenarios/The_Rise_of_Wesnoth/The_Vanguard.cfg
+share/wesnoth/data/scenarios/The_Rise_of_Wesnoth/Troll_Hole.cfg
+share/wesnoth/data/scenarios/The_Rise_of_Wesnoth/trow-deaths.cfg
+share/wesnoth/data/scenarios/The_Rise_of_Wesnoth/trow-intro.cfg
+share/wesnoth/data/scenarios/The_Rise_of_Wesnoth/trow-macros.cfg
+share/wesnoth/data/scenarios/The_Rise_of_Wesnoth/trow-nlmsg.cfg
+share/wesnoth/data/scenarios/The_Rise_of_Wesnoth/trow-nohome.cfg
+share/wesnoth/data/scenarios/The_Rise_of_Wesnoth/trow-noisle.cfg
+share/wesnoth/data/scenarios/multiplayer/An_Island.cfg
+share/wesnoth/data/scenarios/multiplayer/Blitz.cfg
+share/wesnoth/data/scenarios/multiplayer/BrokenBridge.cfg
+share/wesnoth/data/scenarios/multiplayer/CastleHoppingIsle.cfg
 share/wesnoth/data/scenarios/multiplayer/ForestOfFear.cfg
 share/wesnoth/data/scenarios/multiplayer/Random_Scenario.cfg
+share/wesnoth/data/scenarios/multiplayer/Random_Scenario_Desert.cfg
+share/wesnoth/data/scenarios/multiplayer/Random_Scenario_Marsh.cfg
+share/wesnoth/data/scenarios/multiplayer/Random_Scenario_Winter.cfg
 share/wesnoth/data/scenarios/multiplayer/Wesbowl.cfg
 share/wesnoth/data/scenarios/multiplayer/WeslinBridge.cfg
 share/wesnoth/data/scenarios/multiplayer/battleworld.cfg
 share/wesnoth/data/scenarios/multiplayer/castles.cfg
 share/wesnoth/data/scenarios/multiplayer/scenarios.cfg
+share/wesnoth/data/scenarios/tutorial/Basic_Training.cfg
+share/wesnoth/data/scenarios/tutorial/Traits_and_Specialties.cfg
+share/wesnoth/data/scenarios/tutorial/utils.cfg
 share/wesnoth/data/schedules.cfg
 share/wesnoth/data/terrain-graphics.cfg
-share/wesnoth/data/terrain-graphics/adjacent-north.cfg
 share/wesnoth/data/terrain-graphics/adjacent.cfg
 share/wesnoth/data/terrain-graphics/base.cfg
+share/wesnoth/data/terrain-graphics/bridges.cfg
 share/wesnoth/data/terrain-graphics/buildings.cfg
+share/wesnoth/data/terrain-graphics/canyon.cfg
 share/wesnoth/data/terrain-graphics/castle-transitions.cfg
 share/wesnoth/data/terrain-graphics/castles.cfg
+share/wesnoth/data/terrain-graphics/forests.cfg
 share/wesnoth/data/terrain-graphics/util.cfg
 share/wesnoth/data/terrain.cfg
 share/wesnoth/data/themes/default.cfg
 share/wesnoth/data/themes/editor.cfg
+share/wesnoth/data/tips.cfg
 share/wesnoth/data/tools/exploder/castle-concave.cfg
 share/wesnoth/data/tools/exploder/castle-convex.cfg
 share/wesnoth/data/tools/exploder/castle-exploded-concave.cfg
 share/wesnoth/data/tools/exploder/castle-exploded-convex.cfg
+share/wesnoth/data/tools/exploder/castle-wall-concave.cfg
+share/wesnoth/data/tools/exploder/castle-wall-convex.cfg
+share/wesnoth/data/tools/exploder/castle-wall-exploded-concave.cfg
+share/wesnoth/data/tools/exploder/castle-wall-exploded-convex.cfg
+share/wesnoth/data/tools/exploder/castle-wall-trans-n-s.cfg
+share/wesnoth/data/tools/exploder/castle-wall-trans-ne-sw.cfg
+share/wesnoth/data/tools/exploder/castle-wall-trans-nw-se.cfg
+share/wesnoth/data/tools/exploder/castle-wall-trans-s-n.cfg
+share/wesnoth/data/tools/exploder/castle-wall-trans-se-nw.cfg
+share/wesnoth/data/tools/exploder/castle-wall-trans-sw-ne.cfg
 share/wesnoth/data/tools/exploder/models/castle.cfg
-share/wesnoth/data/translations/brazilian.cfg
-share/wesnoth/data/translations/catalan.cfg
-share/wesnoth/data/translations/czech.cfg
-share/wesnoth/data/translations/danish.cfg
-share/wesnoth/data/translations/dutch.cfg
+share/wesnoth/data/tools/exploder/wall-concave.cfg
+share/wesnoth/data/tools/exploder/wall-convex.cfg
+share/wesnoth/data/tools/exploder/wall-exploded-concave.cfg
+share/wesnoth/data/tools/exploder/wall-exploded-convex.cfg
 share/wesnoth/data/translations/english.cfg
-share/wesnoth/data/translations/finnish.cfg
-share/wesnoth/data/translations/french.cfg
-share/wesnoth/data/translations/german.cfg
-share/wesnoth/data/translations/hungarian.cfg
-share/wesnoth/data/translations/italian.cfg
-share/wesnoth/data/translations/norwegian.cfg
-share/wesnoth/data/translations/polish.cfg
-share/wesnoth/data/translations/portuguesebr.cfg
-share/wesnoth/data/translations/slovak.cfg
-share/wesnoth/data/translations/spanish.cfg
-share/wesnoth/data/translations/swedish.cfg
-share/wesnoth/data/tutorial.cfg



Home | Main Index | Thread Index | Old Index