[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[UPDATE] wesnoth to 0.9.4
- To: ports_(_at_)_openbsd_(_dot_)_org
- Subject: [UPDATE] wesnoth to 0.9.4
- From: Robert Nagy <robert_(_at_)_openbsd_(_dot_)_org>
- Date: Tue, 9 Aug 2005 00:09:51 +0200
A wesnoth update is waiting on my hdd since may, so i think
it is time to post it so people can test it.
If you test it and want to make a report, please CC ports@ too.
Thanks
Index: Makefile
===================================================================
RCS file: /cvs/ports/games/wesnoth/Makefile,v
retrieving revision 1.2
diff -u -r1.2 Makefile
--- Makefile 7 Apr 2005 12:05:53 -0000 1.2
+++ Makefile 8 Aug 2005 22:05:51 -0000
@@ -1,7 +1,7 @@
# $OpenBSD: Makefile,v 1.2 2005/04/07 12:05:53 robert Exp $
COMMENT= "strategy game with fantasy theme"
-DISTNAME= wesnoth-0.8.11
+DISTNAME= wesnoth-0.9.4
CATEGORIES= games x11
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=wesnoth/}
@@ -37,7 +37,8 @@
.endif
CONFIGURE_ENV+=LDFLAGS=-L${LOCALBASE}/lib
-CONFIGURE_ARGS+=--enable-server --enable-campaign-server --enable-editor
+CONFIGURE_ARGS+=--enable-server --enable-campaign-server --enable-editor \
+ --with-fifodir=/var/run
MAKE_FLAGS=LIBINTL='-L${LOCALBASE}/lib -lintl -liconv'
Index: distinfo
===================================================================
RCS file: /cvs/ports/games/wesnoth/distinfo,v
retrieving revision 1.2
diff -u -r1.2 distinfo
--- distinfo 7 Apr 2005 12:05:53 -0000 1.2
+++ distinfo 8 Aug 2005 22:05:51 -0000
@@ -1,4 +1,4 @@
-MD5 (wesnoth-0.8.11.tar.gz) = 929c65818cc2fb47227929f253fb1f8c
-RMD160 (wesnoth-0.8.11.tar.gz) = a61b963ed1bd6b7d37c10dca0cc7c415ed4ea5a8
-SHA1 (wesnoth-0.8.11.tar.gz) = 14c50a4424305e9db9044310e2f6a488faa3ad8a
-SIZE (wesnoth-0.8.11.tar.gz) = 33034379
+MD5 (wesnoth-0.9.4.tar.gz) = b27115df93298a8ee192a85499f26ef2
+RMD160 (wesnoth-0.9.4.tar.gz) = b242d4841dd52fc5d7313321d47a4a6d7d2478f2
+SHA1 (wesnoth-0.9.4.tar.gz) = 00ba666767d58ad508951390bf3715aa4977a200
+SIZE (wesnoth-0.9.4.tar.gz) = 38929151
Index: patches/patch-src_Makefile_in
===================================================================
RCS file: patches/patch-src_Makefile_in
diff -N patches/patch-src_Makefile_in
--- /dev/null 1 Jan 1970 00:00:00 -0000
+++ patches/patch-src_Makefile_in 8 Aug 2005 22:05:51 -0000
@@ -0,0 +1,21 @@
+$OpenBSD$
+--- src/Makefile.in.orig Thu Jul 21 22:44:46 2005
++++ src/Makefile.in Mon Aug 8 23:03:00 2005
+@@ -817,7 +817,7 @@
+ serialization/string_utils.hpp \
+ zipios++/xcoll.hpp
+
+-wesnothd_LDADD = @SDL_NET_LIBS@ @SDL_LIBS@ $(LIBZIPIOS) $(LIBINTL)
++wesnothd_LDADD = @SDL_NET_LIBS@ @SDL_LIBS@ $(LIBZIPIOS) $(LIBINTL) $(LTLIBINTL)
+
+ #############################################################################
+ # Campaign Server #
+@@ -856,7 +856,7 @@
+ tstring.hpp \
+ zipios++/xcoll.hpp
+
+-campaignd_LDADD = @SDL_NET_LIBS@ @SDL_LIBS@ $(LIBZIPIOS) $(LIBINTL)
++campaignd_LDADD = @SDL_NET_LIBS@ @SDL_LIBS@ $(LIBZIPIOS) $(LIBINTL) $(LTLIBINTL)
+
+ #############################################################################
+ # Castle building helpers #
Index: patches/patch-src_campaign_server_Makefile_in
===================================================================
RCS file: patches/patch-src_campaign_server_Makefile_in
diff -N patches/patch-src_campaign_server_Makefile_in
--- patches/patch-src_campaign_server_Makefile_in 19 Feb 2005 21:48:44 -0000 1.1.1.1
+++ /dev/null 1 Jan 1970 00:00:00 -0000
@@ -1,12 +0,0 @@
-$OpenBSD: patch-src_campaign_server_Makefile_in,v 1.1.1.1 2005/02/19 21:48:44 espie Exp $
---- src/campaign_server/Makefile.in.orig Sat Feb 19 13:46:37 2005
-+++ src/campaign_server/Makefile.in Sat Feb 19 13:46:48 2005
-@@ -71,7 +71,7 @@ am_campaignd_OBJECTS = campaign_server.$
- network_worker.$(OBJEXT) publish_campaign.$(OBJEXT) \
- thread.$(OBJEXT) xcoll.$(OBJEXT)
- campaignd_OBJECTS = $(am_campaignd_OBJECTS)
--campaignd_LDADD = $(LDADD)
-+campaignd_LDADD = $(LDADD) $(LTLIBINTL)
- am__DEPENDENCIES_1 =
- campaignd_DEPENDENCIES = $(am__DEPENDENCIES_1)
- DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
Index: patches/patch-src_server_Makefile_in
===================================================================
RCS file: patches/patch-src_server_Makefile_in
diff -N patches/patch-src_server_Makefile_in
--- patches/patch-src_server_Makefile_in 19 Feb 2005 21:48:44 -0000 1.1.1.1
+++ /dev/null 1 Jan 1970 00:00:00 -0000
@@ -1,12 +0,0 @@
-$OpenBSD: patch-src_server_Makefile_in,v 1.1.1.1 2005/02/19 21:48:44 espie Exp $
---- src/server/Makefile.in.orig Sat Feb 19 13:32:20 2005
-+++ src/server/Makefile.in Sat Feb 19 13:32:44 2005
-@@ -72,7 +72,7 @@ am_wesnothd_OBJECTS = game.$(OBJEXT) inp
- network.$(OBJEXT) network_worker.$(OBJEXT) thread.$(OBJEXT) \
- xcoll.$(OBJEXT)
- wesnothd_OBJECTS = $(am_wesnothd_OBJECTS)
--wesnothd_LDADD = $(LDADD)
-+wesnothd_LDADD = $(LDADD) $(LTLIBINTL)
- am__DEPENDENCIES_1 =
- wesnothd_DEPENDENCIES = $(am__DEPENDENCIES_1)
- DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
Index: patches/patch-src_server_server_cpp
===================================================================
RCS file: patches/patch-src_server_server_cpp
diff -N patches/patch-src_server_server_cpp
--- /dev/null 1 Jan 1970 00:00:00 -0000
+++ patches/patch-src_server_server_cpp 8 Aug 2005 22:05:51 -0000
@@ -0,0 +1,12 @@
+$OpenBSD$
+--- src/server/server.cpp.orig Wed May 25 20:06:47 2005
++++ src/server/server.cpp Wed May 25 20:07:08 2005
+@@ -875,7 +875,7 @@
+ #ifndef FIFODIR
+ # define FIFODIR "/var/run/wesnothd"
+ #endif
+- std::string fifo_path = std::string(FIFODIR) + "/socket";
++ std::string fifo_path = std::string(FIFODIR) + "/wesnothd.sock";
+
+ for(int arg = 1; arg != argc; ++arg) {
+ const std::string val(argv[arg]);
Index: patches/patch-src_zip_Makefile_in
===================================================================
RCS file: patches/patch-src_zip_Makefile_in
diff -N patches/patch-src_zip_Makefile_in
--- patches/patch-src_zip_Makefile_in 19 Feb 2005 21:48:44 -0000 1.1.1.1
+++ /dev/null 1 Jan 1970 00:00:00 -0000
@@ -1,12 +0,0 @@
-$OpenBSD: patch-src_zip_Makefile_in,v 1.1.1.1 2005/02/19 21:48:44 espie Exp $
---- src/zip/Makefile.in.orig Sat Feb 19 14:05:12 2005
-+++ src/zip/Makefile.in Sat Feb 19 14:05:51 2005
-@@ -69,7 +69,7 @@ am_wesnoth_zip_OBJECTS = zip.$(OBJEXT) c
- filesystem.$(OBJEXT) game_config.$(OBJEXT) gettext.$(OBJEXT) \
- log.$(OBJEXT) network.$(OBJEXT) variable.$(OBJEXT)
- wesnoth_zip_OBJECTS = $(am_wesnoth_zip_OBJECTS)
--wesnoth_zip_LDADD = $(LDADD)
-+wesnoth_zip_LDADD = $(LDADD) $(LTLIBINTL) $(LIBZIPIOS)
- DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
- depcomp = $(SHELL) $(top_srcdir)/config/depcomp
- am__depfiles_maybe = depfiles
Index: patches/patch-src_zip_zip_cpp
===================================================================
RCS file: patches/patch-src_zip_zip_cpp
diff -N patches/patch-src_zip_zip_cpp
--- patches/patch-src_zip_zip_cpp 19 Feb 2005 21:48:44 -0000 1.1.1.1
+++ /dev/null 1 Jan 1970 00:00:00 -0000
@@ -1,10 +0,0 @@
-$OpenBSD: patch-src_zip_zip_cpp,v 1.1.1.1 2005/02/19 21:48:44 espie Exp $
---- src/zip/zip.cpp.orig Sat Feb 19 13:50:47 2005
-+++ src/zip/zip.cpp Sat Feb 19 13:50:55 2005
-@@ -1,5 +1,6 @@
- #include "../config.hpp"
- #include "../game_config.hpp"
-+#include "../filesystem.hpp"
- #include <iostream>
- #include <sstream>
- #include <vector>
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/games/wesnoth/pkg/PLIST,v
retrieving revision 1.2
diff -u -r1.2 PLIST
--- pkg/PLIST 7 Apr 2005 12:05:53 -0000 1.2
+++ pkg/PLIST 8 Aug 2005 22:06:02 -0000
@@ -13,16 +13,21 @@
@man man/man6/wesnoth.6
@man man/man6/wesnoth_editor.6
@man man/man6/wesnothd.6
+man/sv/
+man/sv/man6/
+_(_at_)_man man/sv/man6/wesnoth.6
+_(_at_)_man man/sv/man6/wesnoth_editor.6
+_(_at_)_man man/sv/man6/wesnothd.6
share/wesnoth/
share/wesnoth/data/
share/wesnoth/data/campaigns/
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/fonts.cfg
share/wesnoth/data/game.cfg
share/wesnoth/data/help.cfg
share/wesnoth/data/items.cfg
@@ -128,17 +133,31 @@
share/wesnoth/data/maps/Tutorial/Basic_Training
share/wesnoth/data/maps/Tutorial/Traits_and_Specialties
share/wesnoth/data/maps/multiplayer/
+share/wesnoth/data/maps/multiplayer/2p_Den_of_Onis
+share/wesnoth/data/maps/multiplayer/2p_Divide_and_Conquer
+share/wesnoth/data/maps/multiplayer/2p_Hamlets
+share/wesnoth/data/maps/multiplayer/2p_Hornshark_Island
+share/wesnoth/data/maps/multiplayer/2p_Meteor_Lake
+share/wesnoth/data/maps/multiplayer/2p_Sablestone_Delta
+share/wesnoth/data/maps/multiplayer/2p_Silverhead_Crossing
+share/wesnoth/data/maps/multiplayer/2p_Sullas_Ruins
+share/wesnoth/data/maps/multiplayer/3p_1v1v1Hex
+share/wesnoth/data/maps/multiplayer/3p_Morituri
+share/wesnoth/data/maps/multiplayer/3p_Triple_Blitz
+share/wesnoth/data/maps/multiplayer/4p_Lagoon
+share/wesnoth/data/maps/multiplayer/4p_The_Wilderlands
+share/wesnoth/data/maps/multiplayer/An_Island
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/Charge
+share/wesnoth/data/maps/multiplayer/Clash
share/wesnoth/data/maps/multiplayer/ForestofFear
+share/wesnoth/data/maps/multiplayer/Hexcake
+share/wesnoth/data/maps/multiplayer/Icy_Waters
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/scenario-test.cfg
@@ -165,8 +184,9 @@
share/wesnoth/data/scenarios/Eastern_Invasion/Undead_Crossing.cfg
share/wesnoth/data/scenarios/Eastern_Invasion/Unexpected_Appearance.cfg
share/wesnoth/data/scenarios/Eastern_Invasion/Weldyn_Attack.cfg
-share/wesnoth/data/scenarios/Eastern_Invasion/deaths.cfg
-share/wesnoth/data/scenarios/Eastern_Invasion/intro.cfg
+share/wesnoth/data/scenarios/Eastern_Invasion/utils/
+share/wesnoth/data/scenarios/Eastern_Invasion/utils/deaths.cfg
+share/wesnoth/data/scenarios/Eastern_Invasion/utils/intro.cfg
share/wesnoth/data/scenarios/Heir_To_The_Throne/
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
@@ -198,8 +218,9 @@
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/Heir_To_The_Throne/utils/
+share/wesnoth/data/scenarios/Heir_To_The_Throne/utils/deaths.cfg
+share/wesnoth/data/scenarios/Heir_To_The_Throne/utils/intro.cfg
share/wesnoth/data/scenarios/Son_Of_The_Black_Eye/
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
@@ -211,9 +232,10 @@
share/wesnoth/data/scenarios/Son_Of_The_Black_Eye/The_Siege_Of_Barag_Gor.cfg
share/wesnoth/data/scenarios/Son_Of_The_Black_Eye/To_The_Harbour_Of_Tirigaz.cfg
share/wesnoth/data/scenarios/Son_Of_The_Black_Eye/Towards_Mountains_of_Haag.cfg
-share/wesnoth/data/scenarios/Son_Of_The_Black_Eye/deaths.cfg
-share/wesnoth/data/scenarios/Son_Of_The_Black_Eye/story.cfg
-share/wesnoth/data/scenarios/Son_Of_The_Black_Eye/utils.cfg
+share/wesnoth/data/scenarios/Son_Of_The_Black_Eye/utils/
+share/wesnoth/data/scenarios/Son_Of_The_Black_Eye/utils/deaths.cfg
+share/wesnoth/data/scenarios/Son_Of_The_Black_Eye/utils/story.cfg
+share/wesnoth/data/scenarios/Son_Of_The_Black_Eye/utils/utils.cfg
share/wesnoth/data/scenarios/The_Dark_Hordes/
share/wesnoth/data/scenarios/The_Dark_Hordes/A_New_Chance.cfg
share/wesnoth/data/scenarios/The_Dark_Hordes/Brother_Against_Brother.cfg
@@ -223,7 +245,8 @@
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_Dark_Hordes/utils/
+share/wesnoth/data/scenarios/The_Dark_Hordes/utils/intro.cfg
share/wesnoth/data/scenarios/The_Rise_of_Wesnoth/
share/wesnoth/data/scenarios/The_Rise_of_Wesnoth/A_Beach.cfg
share/wesnoth/data/scenarios/The_Rise_of_Wesnoth/A_Final_Spring.cfg
@@ -252,27 +275,44 @@
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/The_Rise_of_Wesnoth/utils/
+share/wesnoth/data/scenarios/The_Rise_of_Wesnoth/utils/trow-deaths.cfg
+share/wesnoth/data/scenarios/The_Rise_of_Wesnoth/utils/trow-intro.cfg
+share/wesnoth/data/scenarios/The_Rise_of_Wesnoth/utils/trow-macros.cfg
+share/wesnoth/data/scenarios/The_Rise_of_Wesnoth/utils/trow-nlmsg.cfg
+share/wesnoth/data/scenarios/The_Rise_of_Wesnoth/utils/trow-nohome.cfg
+share/wesnoth/data/scenarios/The_Rise_of_Wesnoth/utils/trow-noisle.cfg
share/wesnoth/data/scenarios/multiplayer/
-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/Charge.cfg
-share/wesnoth/data/scenarios/multiplayer/ForestOfFear.cfg
+share/wesnoth/data/scenarios/multiplayer/2p_Blitz.cfg
+share/wesnoth/data/scenarios/multiplayer/2p_Charge.cfg
+share/wesnoth/data/scenarios/multiplayer/2p_Den_of_Onis.cfg
+share/wesnoth/data/scenarios/multiplayer/2p_Divide_and_Conquer.cfg
+share/wesnoth/data/scenarios/multiplayer/2p_Hamlets.cfg
+share/wesnoth/data/scenarios/multiplayer/2p_Hornshark_Island.cfg
+share/wesnoth/data/scenarios/multiplayer/2p_IcyWaters.cfg
+share/wesnoth/data/scenarios/multiplayer/2p_Meteor_Lake.cfg
+share/wesnoth/data/scenarios/multiplayer/2p_Sablestone_Delta.cfg
+share/wesnoth/data/scenarios/multiplayer/2p_Silverhead_Crossing.cfg
+share/wesnoth/data/scenarios/multiplayer/2p_Sullas_Ruins.cfg
+share/wesnoth/data/scenarios/multiplayer/2p_Wesbowl.cfg
+share/wesnoth/data/scenarios/multiplayer/3p_1v1v1Hex.cfg
+share/wesnoth/data/scenarios/multiplayer/3p_Morituri.cfg
+share/wesnoth/data/scenarios/multiplayer/3p_Triple_Blitz.cfg
+share/wesnoth/data/scenarios/multiplayer/4p_An_Island.cfg
+share/wesnoth/data/scenarios/multiplayer/4p_CastleHoppingIsle.cfg
+share/wesnoth/data/scenarios/multiplayer/4p_Clash.cfg
+share/wesnoth/data/scenarios/multiplayer/4p_King_of_the_Hill.cfg
+share/wesnoth/data/scenarios/multiplayer/4p_Lagoon.cfg
+share/wesnoth/data/scenarios/multiplayer/4p_Siege_Castles.cfg
+share/wesnoth/data/scenarios/multiplayer/4p_The_Valley_of_Death.cfg
+share/wesnoth/data/scenarios/multiplayer/4p_The_Wilderlands.cfg
+share/wesnoth/data/scenarios/multiplayer/5p_ForestOfFear.cfg
+share/wesnoth/data/scenarios/multiplayer/6p_Hexcake.cfg
+share/wesnoth/data/scenarios/multiplayer/7p_battleworld.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/
share/wesnoth/data/scenarios/tutorial/Basic_Training.cfg
@@ -293,7 +333,9 @@
share/wesnoth/data/terrain.cfg
share/wesnoth/data/themes/
share/wesnoth/data/themes/default.cfg
+share/wesnoth/data/themes/dfool.cfg
share/wesnoth/data/themes/editor.cfg
+share/wesnoth/data/themes/experimental.cfg
share/wesnoth/data/tips.cfg
share/wesnoth/data/tools/
share/wesnoth/data/tools/exploder/
@@ -317,9 +359,11 @@
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/traits.cfg
share/wesnoth/data/translations/
share/wesnoth/data/translations/english.cfg
share/wesnoth/data/units/
+share/wesnoth/data/units.cfg
share/wesnoth/data/units/Ancient_Lich.cfg
share/wesnoth/data/units/Ancient_Wose.cfg
share/wesnoth/data/units/Arch_Mage.cfg
@@ -338,6 +382,7 @@
share/wesnoth/data/units/Cuttle_Fish.cfg
share/wesnoth/data/units/Dark_Adept.cfg
share/wesnoth/data/units/Dark_Queen.cfg
+share/wesnoth/data/units/Dark_Sorcerer.cfg
share/wesnoth/data/units/Dark_Spirit.cfg
share/wesnoth/data/units/Death_Knight.cfg
share/wesnoth/data/units/Deathblade.cfg
@@ -345,19 +390,24 @@
share/wesnoth/data/units/Demilich.cfg
share/wesnoth/data/units/Direwolf_Rider.cfg
share/wesnoth/data/units/Dragoon.cfg
+share/wesnoth/data/units/Drake_Blademaster.cfg
share/wesnoth/data/units/Drake_Burner.cfg
share/wesnoth/data/units/Drake_Clasher.cfg
+share/wesnoth/data/units/Drake_Enforcer.cfg
share/wesnoth/data/units/Drake_Fighter.cfg
share/wesnoth/data/units/Drake_Fire.cfg
share/wesnoth/data/units/Drake_Flameheart.cfg
share/wesnoth/data/units/Drake_Flare.cfg
share/wesnoth/data/units/Drake_Gladiator.cfg
share/wesnoth/data/units/Drake_Glider.cfg
+share/wesnoth/data/units/Drake_Hurricane.cfg
share/wesnoth/data/units/Drake_Inferno.cfg
share/wesnoth/data/units/Drake_Sky.cfg
share/wesnoth/data/units/Drake_Slasher.cfg
+share/wesnoth/data/units/Drake_Warden.cfg
share/wesnoth/data/units/Drake_Warrior.cfg
share/wesnoth/data/units/Draug.cfg
+share/wesnoth/data/units/Dread_Lich.cfg
share/wesnoth/data/units/Duelist.cfg
share/wesnoth/data/units/Dwarvish_Berserker.cfg
share/wesnoth/data/units/Dwarvish_Dragonguard.cfg
@@ -449,8 +499,6 @@
share/wesnoth/data/units/Merman_Spearman.cfg
share/wesnoth/data/units/Merman_Triton.cfg
share/wesnoth/data/units/Merman_Warrior.cfg
-share/wesnoth/data/units/Mounted_Captain.cfg
-share/wesnoth/data/units/Mounted_Commander.cfg
share/wesnoth/data/units/Mounted_Fighter.cfg
share/wesnoth/data/units/Mounted_Warrior.cfg
share/wesnoth/data/units/Mudcrawler.cfg
@@ -474,6 +522,7 @@
share/wesnoth/data/units/Orcish_Ruler.cfg
share/wesnoth/data/units/Orcish_Shaman.cfg
share/wesnoth/data/units/Orcish_Slayer.cfg
+share/wesnoth/data/units/Orcish_Slurbow.cfg
share/wesnoth/data/units/Orcish_Sovereign.cfg
share/wesnoth/data/units/Orcish_Warlord.cfg
share/wesnoth/data/units/Orcish_Warrior.cfg
@@ -545,6 +594,8 @@
share/wesnoth/fonts/Vera.ttf
share/wesnoth/images/
share/wesnoth/images/arch-mage+female-defend.png
+share/wesnoth/images/arch-mage+female-die-1.png
+share/wesnoth/images/arch-mage+female-die-2.png
share/wesnoth/images/arch-mage+female-fireball-1.png
share/wesnoth/images/arch-mage+female-fireball-2.png
share/wesnoth/images/arch-mage+female-fireball-3.png
@@ -552,6 +603,8 @@
share/wesnoth/images/arch-mage+female-staff-2.png
share/wesnoth/images/arch-mage+female.png
share/wesnoth/images/arch-mage-defend.png
+share/wesnoth/images/arch-mage-die-1.png
+share/wesnoth/images/arch-mage-die-2.png
share/wesnoth/images/arch-mage-fireball-1.png
share/wesnoth/images/arch-mage-fireball-2.png
share/wesnoth/images/arch-mage-fireball-3.png
@@ -567,6 +620,8 @@
share/wesnoth/images/assassin-attack.png
share/wesnoth/images/assassin-attack2.png
share/wesnoth/images/assassin-defend.png
+share/wesnoth/images/assassin-die-1.png
+share/wesnoth/images/assassin-die-2.png
share/wesnoth/images/assassin-throwknife1.png
share/wesnoth/images/assassin-throwknife2.png
share/wesnoth/images/assassin.png
@@ -611,11 +666,13 @@
share/wesnoth/images/attacks/mace.png
share/wesnoth/images/attacks/missile.png
share/wesnoth/images/attacks/morning_star.png
+share/wesnoth/images/attacks/mud-glob.png
share/wesnoth/images/attacks/paladinsword.png
share/wesnoth/images/attacks/pike.png
share/wesnoth/images/attacks/pincers.png
share/wesnoth/images/attacks/pistol.png
share/wesnoth/images/attacks/pitchfork.png
+share/wesnoth/images/attacks/plaguestaff.png
share/wesnoth/images/attacks/rapier.png
share/wesnoth/images/attacks/short-sword.png
share/wesnoth/images/attacks/slam.png
@@ -645,12 +702,32 @@
share/wesnoth/images/buttons/downarrow-button-active.png
share/wesnoth/images/buttons/downarrow-button-pressed.png
share/wesnoth/images/buttons/downarrow-button.png
+share/wesnoth/images/buttons/draw_button_editor-active.png
+share/wesnoth/images/buttons/draw_button_editor-pressed.png
+share/wesnoth/images/buttons/draw_button_editor.png
+share/wesnoth/images/buttons/endturn-button-active.png
+share/wesnoth/images/buttons/endturn-button.png
+share/wesnoth/images/buttons/flip_map_button_editor-active.png
+share/wesnoth/images/buttons/flip_map_button_editor-pressed.png
+share/wesnoth/images/buttons/flip_map_button_editor.png
+share/wesnoth/images/buttons/flood_button_editor-active.png
+share/wesnoth/images/buttons/flood_button_editor-pressed.png
+share/wesnoth/images/buttons/flood_button_editor.png
share/wesnoth/images/buttons/lite-active.png
share/wesnoth/images/buttons/lite-pressed.png
share/wesnoth/images/buttons/lite.png
share/wesnoth/images/buttons/lite_small-active.png
share/wesnoth/images/buttons/lite_small-pressed.png
share/wesnoth/images/buttons/lite_small.png
+share/wesnoth/images/buttons/paste_button_editor-active.png
+share/wesnoth/images/buttons/paste_button_editor-pressed.png
+share/wesnoth/images/buttons/paste_button_editor.png
+share/wesnoth/images/buttons/redo_button_editor-active.png
+share/wesnoth/images/buttons/redo_button_editor-pressed.png
+share/wesnoth/images/buttons/redo_button_editor.png
+share/wesnoth/images/buttons/resize_button_editor-active.png
+share/wesnoth/images/buttons/resize_button_editor-pressed.png
+share/wesnoth/images/buttons/resize_button_editor.png
share/wesnoth/images/buttons/scrollbottom-active.png
share/wesnoth/images/buttons/scrollbottom.png
share/wesnoth/images/buttons/scrollgroove-bottom.png
@@ -662,9 +739,24 @@
share/wesnoth/images/buttons/scrolltop.png
share/wesnoth/images/buttons/slider-selected.png
share/wesnoth/images/buttons/slider.png
+share/wesnoth/images/buttons/start_position_button_editor-active.png
+share/wesnoth/images/buttons/start_position_button_editor-pressed.png
+share/wesnoth/images/buttons/start_position_button_editor.png
+share/wesnoth/images/buttons/toggle_grid_button_editor-active.png
+share/wesnoth/images/buttons/toggle_grid_button_editor-pressed.png
+share/wesnoth/images/buttons/toggle_grid_button_editor.png
+share/wesnoth/images/buttons/undo_button_editor-active.png
+share/wesnoth/images/buttons/undo_button_editor-pressed.png
+share/wesnoth/images/buttons/undo_button_editor.png
share/wesnoth/images/buttons/uparrow-button-active.png
share/wesnoth/images/buttons/uparrow-button-pressed.png
share/wesnoth/images/buttons/uparrow-button.png
+share/wesnoth/images/buttons/zoom_in_button_editor-active.png
+share/wesnoth/images/buttons/zoom_in_button_editor-pressed.png
+share/wesnoth/images/buttons/zoom_in_button_editor.png
+share/wesnoth/images/buttons/zoom_out_button_editor-active.png
+share/wesnoth/images/buttons/zoom_out_button_editor-pressed.png
+share/wesnoth/images/buttons/zoom_out_button_editor.png
share/wesnoth/images/campaigns/
share/wesnoth/images/campaigns/Eastern_Invasion/
share/wesnoth/images/campaigns/Eastern_Invasion/maps/
@@ -673,11 +765,19 @@
share/wesnoth/images/campaigns/The_Rise_of_Wesnoth/maps/
share/wesnoth/images/campaigns/The_Rise_of_Wesnoth/maps/the_great_continent.png
share/wesnoth/images/campaigns/The_Rise_of_Wesnoth/maps/the_green_isle.png
+share/wesnoth/images/campaigns/The_Rise_of_Wesnoth/story/fall_of_eldaric.png
+share/wesnoth/images/campaigns/The_Rise_of_Wesnoth/story/prince_finds_wesnoth.png
+share/wesnoth/images/cavespider-attack-melee.png
+share/wesnoth/images/cavespider-attack-ranged.png
share/wesnoth/images/cavespider-defend.png
+share/wesnoth/images/cavespider-die-1.png
+share/wesnoth/images/cavespider-die-2.png
share/wesnoth/images/cavespider.png
share/wesnoth/images/cockatrice-attack1.png
share/wesnoth/images/cockatrice-attack2.png
share/wesnoth/images/cockatrice-defend.png
+share/wesnoth/images/cockatrice-die-1.png
+share/wesnoth/images/cockatrice-die-2.png
share/wesnoth/images/cockatrice.png
share/wesnoth/images/cursors/
share/wesnoth/images/cursors-bw/
@@ -697,20 +797,28 @@
share/wesnoth/images/cuttlefish-attack-ink.png
share/wesnoth/images/cuttlefish-attack.png
share/wesnoth/images/cuttlefish-defend.png
+share/wesnoth/images/cuttlefish-die-1.png
+share/wesnoth/images/cuttlefish-die-2.png
share/wesnoth/images/cuttlefish.png
share/wesnoth/images/deep-tentacle-attack.png
share/wesnoth/images/deep-tentacle-defend.png
share/wesnoth/images/deep-tentacle.png
share/wesnoth/images/direwolf_rider.png
+share/wesnoth/images/drake-blademaster-attack-close1.png
+share/wesnoth/images/drake-blademaster-attack-close2.png
+share/wesnoth/images/drake-blademaster-attack-ranged.png
+share/wesnoth/images/drake-blademaster-defend.png
+share/wesnoth/images/drake-blademaster-flying.png
+share/wesnoth/images/drake-blademaster.png
share/wesnoth/images/drake-burner-attack-close.png
-share/wesnoth/images/drake-burner-attack-close1.png
-share/wesnoth/images/drake-burner-attack-close2.png
-share/wesnoth/images/drake-burner-attack-ranged.png
share/wesnoth/images/drake-burner-attack-ranged1.png
share/wesnoth/images/drake-burner-attack-ranged2.png
share/wesnoth/images/drake-burner-defend.png
+share/wesnoth/images/drake-burner-die-1.png
+share/wesnoth/images/drake-burner-die-2.png
share/wesnoth/images/drake-burner-flying.png
share/wesnoth/images/drake-burner.png
+share/wesnoth/images/drake-clasher-attack-mace.png
share/wesnoth/images/drake-clasher-attack-spear.png
share/wesnoth/images/drake-clasher-attack-spear1.png
share/wesnoth/images/drake-clasher-attack-spear2.png
@@ -720,18 +828,25 @@
share/wesnoth/images/drake-clasher-attack-sword3.png
share/wesnoth/images/drake-clasher-attack-sword4.png
share/wesnoth/images/drake-clasher-defend.png
+share/wesnoth/images/drake-clasher-die-1.png
+share/wesnoth/images/drake-clasher-die-2.png
share/wesnoth/images/drake-clasher-flying.png
share/wesnoth/images/drake-clasher.png
+share/wesnoth/images/drake-enforcer.png
share/wesnoth/images/drake-fighter-attack-close1.png
share/wesnoth/images/drake-fighter-attack-close2.png
share/wesnoth/images/drake-fighter-attack-fire1.png
share/wesnoth/images/drake-fighter-attack-fire2.png
share/wesnoth/images/drake-fighter-defend.png
+share/wesnoth/images/drake-fighter-die-1.png
+share/wesnoth/images/drake-fighter-die-2.png
share/wesnoth/images/drake-fighter-flying.png
share/wesnoth/images/drake-fighter.png
share/wesnoth/images/drake-fire-attack-close.png
share/wesnoth/images/drake-fire-attack-ranged.png
share/wesnoth/images/drake-fire-defend.png
+share/wesnoth/images/drake-fire-die-1.png
+share/wesnoth/images/drake-fire-die-2.png
share/wesnoth/images/drake-fire-flying.png
share/wesnoth/images/drake-fire.png
share/wesnoth/images/drake-flameheart-attack-close1.png
@@ -759,6 +874,12 @@
share/wesnoth/images/drake-glider-flying.png
share/wesnoth/images/drake-glider-ranged-attack.png
share/wesnoth/images/drake-glider.png
+share/wesnoth/images/drake-hurricane-attack-melee1.png
+share/wesnoth/images/drake-hurricane-attack-melee2.png
+share/wesnoth/images/drake-hurricane-attack-ranged-fire1.png
+share/wesnoth/images/drake-hurricane-attack-ranged-fire2.png
+share/wesnoth/images/drake-hurricane-flying.png
+share/wesnoth/images/drake-hurricane.png
share/wesnoth/images/drake-inferno-attack-close.png
share/wesnoth/images/drake-inferno-attack-ranged.png
share/wesnoth/images/drake-inferno-defend.png
@@ -770,20 +891,16 @@
share/wesnoth/images/drake-sky-attack-ranged-impact.png
share/wesnoth/images/drake-sky-defend.png
share/wesnoth/images/drake-sky.png
-share/wesnoth/images/drake-slasher-attack-blade1.png
-share/wesnoth/images/drake-slasher-attack-blade2.png
-share/wesnoth/images/drake-slasher-attack-blade3.png
-share/wesnoth/images/drake-slasher-attack-blade4.png
-share/wesnoth/images/drake-slasher-attack-mace1.png
-share/wesnoth/images/drake-slasher-attack-mace2.png
-share/wesnoth/images/drake-slasher-attack-spear1.png
-share/wesnoth/images/drake-slasher-attack-spear2.png
-share/wesnoth/images/drake-slasher-attack-spear3.png
share/wesnoth/images/drake-slasher-defend.png
share/wesnoth/images/drake-slasher-flying.png
share/wesnoth/images/drake-slasher-pierce.png
share/wesnoth/images/drake-slasher-slash.png
share/wesnoth/images/drake-slasher.png
+share/wesnoth/images/drake-warden-defend.png
+share/wesnoth/images/drake-warden-flying.png
+share/wesnoth/images/drake-warden-pierce.png
+share/wesnoth/images/drake-warden-slash.png
+share/wesnoth/images/drake-warden.png
share/wesnoth/images/drake-warrior-attack-close1.png
share/wesnoth/images/drake-warrior-attack-close2.png
share/wesnoth/images/drake-warrior-attack-ranged.png
@@ -821,6 +938,11 @@
share/wesnoth/images/dwarf-thunderer-attack.png
share/wesnoth/images/dwarf-thunderer-attack1.png
share/wesnoth/images/dwarf-thunderer-defend.png
+share/wesnoth/images/dwarf-thunderer-die1.png
+share/wesnoth/images/dwarf-thunderer-die2.png
+share/wesnoth/images/dwarf-thunderer-die3.png
+share/wesnoth/images/dwarf-thunderer-melee1.png
+share/wesnoth/images/dwarf-thunderer-melee2.png
share/wesnoth/images/dwarf-thunderer.png
share/wesnoth/images/dwarf-thunderguard-attack.png
share/wesnoth/images/dwarf-thunderguard-attack1.png
@@ -835,8 +957,14 @@
share/wesnoth/images/dwarf-warrior-defend.png
share/wesnoth/images/dwarf-warrior.png
share/wesnoth/images/editor/
+share/wesnoth/images/editor/brush-1-active.png
+share/wesnoth/images/editor/brush-1-pressed.png
share/wesnoth/images/editor/brush-1.png
+share/wesnoth/images/editor/brush-2-active.png
+share/wesnoth/images/editor/brush-2-pressed.png
share/wesnoth/images/editor/brush-2.png
+share/wesnoth/images/editor/brush-3-active.png
+share/wesnoth/images/editor/brush-3-pressed.png
share/wesnoth/images/editor/brush-3.png
share/wesnoth/images/elder-mage-attack.png
share/wesnoth/images/elder-mage-defend.png
@@ -857,10 +985,19 @@
share/wesnoth/images/elvish-archer-bow-defend.png
share/wesnoth/images/elvish-archer-bow.png
share/wesnoth/images/elvish-archer-defend.png
+share/wesnoth/images/elvish-archer-die1.png
+share/wesnoth/images/elvish-archer-die2.png
+share/wesnoth/images/elvish-archer-die3.png
+share/wesnoth/images/elvish-archer-die4.png
share/wesnoth/images/elvish-archer.png
+share/wesnoth/images/elvish-archer_female-die1.png
+share/wesnoth/images/elvish-archer_female-die2.png
+share/wesnoth/images/elvish-archer_female-die3.png
+share/wesnoth/images/elvish-archer_female-die4.png
share/wesnoth/images/elvish-avenger+female-attack.png
share/wesnoth/images/elvish-avenger+female-attack1.png
share/wesnoth/images/elvish-avenger+female-attack2.png
+share/wesnoth/images/elvish-avenger+female-attack3.png
share/wesnoth/images/elvish-avenger+female-bow-defend.png
share/wesnoth/images/elvish-avenger+female-bow.png
share/wesnoth/images/elvish-avenger+female-defend.png
@@ -868,9 +1005,14 @@
share/wesnoth/images/elvish-avenger-attack.png
share/wesnoth/images/elvish-avenger-attack1.png
share/wesnoth/images/elvish-avenger-attack2.png
+share/wesnoth/images/elvish-avenger-attack3.png
share/wesnoth/images/elvish-avenger-bow-defend.png
share/wesnoth/images/elvish-avenger-bow.png
share/wesnoth/images/elvish-avenger-defend.png
+share/wesnoth/images/elvish-avenger-die1.png
+share/wesnoth/images/elvish-avenger-die2.png
+share/wesnoth/images/elvish-avenger-die3.png
+share/wesnoth/images/elvish-avenger-die4.png
share/wesnoth/images/elvish-avenger.png
share/wesnoth/images/elvish-captain-attack.png
share/wesnoth/images/elvish-captain-bow-attack1.png
@@ -882,11 +1024,12 @@
share/wesnoth/images/elvish-captain-leading.png
share/wesnoth/images/elvish-captain.png
share/wesnoth/images/elvish-champion-attack.png
+share/wesnoth/images/elvish-champion-bow-attack1.png
+share/wesnoth/images/elvish-champion-bow-attack2.png
+share/wesnoth/images/elvish-champion-bow-attack3.png
share/wesnoth/images/elvish-champion-bow-defend.png
share/wesnoth/images/elvish-champion-bow.png
share/wesnoth/images/elvish-champion-defend.png
-share/wesnoth/images/elvish-champion-range1.png
-share/wesnoth/images/elvish-champion-range2.png
share/wesnoth/images/elvish-champion.png
share/wesnoth/images/elvish-druid-attack.png
share/wesnoth/images/elvish-druid-defend.png
@@ -932,7 +1075,9 @@
share/wesnoth/images/elvish-fighter-defend.png
share/wesnoth/images/elvish-fighter.png
share/wesnoth/images/elvish-hero-attack.png
-share/wesnoth/images/elvish-hero-bow-attack.png
+share/wesnoth/images/elvish-hero-bow-attack1.png
+share/wesnoth/images/elvish-hero-bow-attack2.png
+share/wesnoth/images/elvish-hero-bow-attack3.png
share/wesnoth/images/elvish-hero-bow-defend.png
share/wesnoth/images/elvish-hero-bow.png
share/wesnoth/images/elvish-hero-defend.png
@@ -951,37 +1096,52 @@
share/wesnoth/images/elvish-lord-ranged.png
share/wesnoth/images/elvish-lord-ranged1.png
share/wesnoth/images/elvish-lord-ranged2.png
+share/wesnoth/images/elvish-lord-ranged3.png
share/wesnoth/images/elvish-lord.png
share/wesnoth/images/elvish-marksman+female-attack.png
share/wesnoth/images/elvish-marksman+female-attack1.png
share/wesnoth/images/elvish-marksman+female-attack2.png
share/wesnoth/images/elvish-marksman+female-attack3.png
+share/wesnoth/images/elvish-marksman+female-attack4.png
share/wesnoth/images/elvish-marksman+female-bow-defend.png
+share/wesnoth/images/elvish-marksman+female-bow.png
share/wesnoth/images/elvish-marksman+female-defend.png
share/wesnoth/images/elvish-marksman+female.png
share/wesnoth/images/elvish-marksman-attack.png
share/wesnoth/images/elvish-marksman-attack1.png
share/wesnoth/images/elvish-marksman-attack2.png
share/wesnoth/images/elvish-marksman-attack3.png
+share/wesnoth/images/elvish-marksman-attack4.png
share/wesnoth/images/elvish-marksman-bow-defend.png
+share/wesnoth/images/elvish-marksman-bow.png
share/wesnoth/images/elvish-marksman-defend.png
+share/wesnoth/images/elvish-marksman-die1.png
+share/wesnoth/images/elvish-marksman-die2.png
+share/wesnoth/images/elvish-marksman-die3.png
+share/wesnoth/images/elvish-marksman-die4.png
share/wesnoth/images/elvish-marksman.png
share/wesnoth/images/elvish-marshal-attack.png
+share/wesnoth/images/elvish-marshal-attack1.png
+share/wesnoth/images/elvish-marshal-attack2.png
share/wesnoth/images/elvish-marshal-attack3.png
+share/wesnoth/images/elvish-marshal-bow-defend.png
share/wesnoth/images/elvish-marshal-bow.png
share/wesnoth/images/elvish-marshal-defend.png
+share/wesnoth/images/elvish-marshal-en-guarde.png
share/wesnoth/images/elvish-marshal-leading.png
share/wesnoth/images/elvish-marshal.png
share/wesnoth/images/elvish-outrider-attack.png
share/wesnoth/images/elvish-outrider-attack1.png
share/wesnoth/images/elvish-outrider-attack2.png
share/wesnoth/images/elvish-outrider-defend.png
+share/wesnoth/images/elvish-outrider-moving.png
share/wesnoth/images/elvish-outrider.png
share/wesnoth/images/elvish-ranger+female-attack.png
share/wesnoth/images/elvish-ranger+female-attack1.png
share/wesnoth/images/elvish-ranger+female-attack2.png
share/wesnoth/images/elvish-ranger+female-attack3.png
share/wesnoth/images/elvish-ranger+female-bow-defend.png
+share/wesnoth/images/elvish-ranger+female-bow.png
share/wesnoth/images/elvish-ranger+female-defend.png
share/wesnoth/images/elvish-ranger+female.png
share/wesnoth/images/elvish-ranger-attack.png
@@ -989,7 +1149,12 @@
share/wesnoth/images/elvish-ranger-attack2.png
share/wesnoth/images/elvish-ranger-attack3.png
share/wesnoth/images/elvish-ranger-bow-defend.png
+share/wesnoth/images/elvish-ranger-bow.png
share/wesnoth/images/elvish-ranger-defend.png
+share/wesnoth/images/elvish-ranger-die1.png
+share/wesnoth/images/elvish-ranger-die2.png
+share/wesnoth/images/elvish-ranger-die3.png
+share/wesnoth/images/elvish-ranger-die4.png
share/wesnoth/images/elvish-ranger.png
share/wesnoth/images/elvish-rider-attack.png
share/wesnoth/images/elvish-rider-attack1.png
@@ -1020,15 +1185,23 @@
share/wesnoth/images/elvish-sharpshooter+female-attack1.png
share/wesnoth/images/elvish-sharpshooter+female-attack2.png
share/wesnoth/images/elvish-sharpshooter+female-attack3.png
+share/wesnoth/images/elvish-sharpshooter+female-attack4.png
share/wesnoth/images/elvish-sharpshooter+female-bow-defend.png
+share/wesnoth/images/elvish-sharpshooter+female-bow.png
share/wesnoth/images/elvish-sharpshooter+female-defend.png
share/wesnoth/images/elvish-sharpshooter+female.png
share/wesnoth/images/elvish-sharpshooter-attack.png
share/wesnoth/images/elvish-sharpshooter-attack1.png
share/wesnoth/images/elvish-sharpshooter-attack2.png
share/wesnoth/images/elvish-sharpshooter-attack3.png
+share/wesnoth/images/elvish-sharpshooter-attack4.png
share/wesnoth/images/elvish-sharpshooter-bow-defend.png
+share/wesnoth/images/elvish-sharpshooter-bow.png
share/wesnoth/images/elvish-sharpshooter-defend.png
+share/wesnoth/images/elvish-sharpshooter-die1.png
+share/wesnoth/images/elvish-sharpshooter-die2.png
+share/wesnoth/images/elvish-sharpshooter-die3.png
+share/wesnoth/images/elvish-sharpshooter-die4.png
share/wesnoth/images/elvish-sharpshooter.png
share/wesnoth/images/elvish-shyde-defend.png
share/wesnoth/images/elvish-shyde-ftouch-attack1.png
@@ -1089,12 +1262,20 @@
share/wesnoth/images/fire-dragon-defend.png
share/wesnoth/images/fire-dragon.png
share/wesnoth/images/galleon.png
+share/wesnoth/images/giant-mudcrawler-attack.png
share/wesnoth/images/giant-mudcrawler-attack1.png
share/wesnoth/images/giant-mudcrawler-attack2.png
+share/wesnoth/images/giant-mudcrawler-death1.png
+share/wesnoth/images/giant-mudcrawler-death2.png
+share/wesnoth/images/giant-mudcrawler-death3.png
+share/wesnoth/images/giant-mudcrawler-death4.png
share/wesnoth/images/giant-mudcrawler-defend.png
share/wesnoth/images/giant-mudcrawler.png
share/wesnoth/images/goblin-direwolver-attack.png
share/wesnoth/images/goblin-direwolver-defend.png
+share/wesnoth/images/goblin-direwolver-die-1.png
+share/wesnoth/images/goblin-direwolver-die-2.png
+share/wesnoth/images/goblin-direwolver-die-3.png
share/wesnoth/images/goblin-direwolver.png
share/wesnoth/images/goblin-impaler-attack-ranged1.png
share/wesnoth/images/goblin-impaler-attack-ranged2.png
@@ -1104,10 +1285,12 @@
share/wesnoth/images/goblin-impaler.png
share/wesnoth/images/goblin-knight-attack.png
share/wesnoth/images/goblin-knight-defend.png
+share/wesnoth/images/goblin-knight-moving.png
share/wesnoth/images/goblin-knight.png
share/wesnoth/images/goblin-pillager-attack.png
share/wesnoth/images/goblin-pillager-attack2.png
share/wesnoth/images/goblin-pillager-defend.png
+share/wesnoth/images/goblin-pillager-moving.png
share/wesnoth/images/goblin-pillager.png
share/wesnoth/images/goblin-spearman-defend.png
share/wesnoth/images/goblin-spearman-melee.png
@@ -1183,6 +1366,10 @@
share/wesnoth/images/halo/ice-halo3.png
share/wesnoth/images/halo/ice-halo4.png
share/wesnoth/images/halo/ice-halo5.png
+share/wesnoth/images/halo/ice-halo6.png
+share/wesnoth/images/halo/ice-halo7.png
+share/wesnoth/images/halo/ice-halo8.png
+share/wesnoth/images/halo/ice-halo9.png
share/wesnoth/images/halo/lighthouse-aura.png
share/wesnoth/images/halo/mage-halo1.png
share/wesnoth/images/halo/mage-halo2-big.png
@@ -1202,6 +1389,12 @@
share/wesnoth/images/halo/mage-preparation-halo6.png
share/wesnoth/images/halo/mage-preparation-halo7.png
share/wesnoth/images/halo/mermaid-siren-naia-touch-halo.png
+share/wesnoth/images/halo/shyde-stationary-halo1.png
+share/wesnoth/images/halo/shyde-stationary-halo2.png
+share/wesnoth/images/halo/shyde-stationary-halo3.png
+share/wesnoth/images/halo/shyde-stationary-halo4.png
+share/wesnoth/images/halo/shyde-stationary-halo5.png
+share/wesnoth/images/halo/shyde-stationary-halo6.png
share/wesnoth/images/halo/white-cleric-aura.png
share/wesnoth/images/halo/white-mage-halo1.png
share/wesnoth/images/halo/white-mage-halo2.png
@@ -1219,6 +1412,8 @@
share/wesnoth/images/horseman.png
share/wesnoth/images/human-battleprincess-attack.png
share/wesnoth/images/human-battleprincess-defend.png
+share/wesnoth/images/human-battleprincess-die-1.png
+share/wesnoth/images/human-battleprincess-die-2.png
share/wesnoth/images/human-battleprincess-leading.png
share/wesnoth/images/human-battleprincess.png
share/wesnoth/images/human-bowman-attack-sword.png
@@ -1226,21 +1421,30 @@
share/wesnoth/images/human-bowman-attack2.png
share/wesnoth/images/human-bowman-attack3.png
share/wesnoth/images/human-bowman-defend.png
+share/wesnoth/images/human-bowman-die-1.png
+share/wesnoth/images/human-bowman-die-2.png
share/wesnoth/images/human-bowman.png
share/wesnoth/images/human-cavalier-attack.png
share/wesnoth/images/human-cavalier-defend.png
+share/wesnoth/images/human-cavalier-die-1.png
+share/wesnoth/images/human-cavalier-die-2.png
share/wesnoth/images/human-cavalier-moving.png
share/wesnoth/images/human-cavalier-range1.png
share/wesnoth/images/human-cavalier-range2.png
share/wesnoth/images/human-cavalier.png
share/wesnoth/images/human-dragoon-attack.png
share/wesnoth/images/human-dragoon-defend.png
+share/wesnoth/images/human-dragoon-die-1.png
+share/wesnoth/images/human-dragoon-die-2.png
+share/wesnoth/images/human-dragoon-die-3.png
share/wesnoth/images/human-dragoon-moving.png
share/wesnoth/images/human-dragoon-ranged1.png
share/wesnoth/images/human-dragoon-ranged2.png
share/wesnoth/images/human-dragoon.png
share/wesnoth/images/human-duelist-attack.png
share/wesnoth/images/human-duelist-defend.png
+share/wesnoth/images/human-duelist-die-1.png
+share/wesnoth/images/human-duelist-die-2.png
share/wesnoth/images/human-duelist-ranged.png
share/wesnoth/images/human-duelist.png
share/wesnoth/images/human-fencer-attack.png
@@ -1252,9 +1456,14 @@
share/wesnoth/images/human-general-defend.png
share/wesnoth/images/human-general-leading.png
share/wesnoth/images/human-general.png
-share/wesnoth/images/human-halbardier.png
-share/wesnoth/images/human-halberdier-pierce-1.png
-share/wesnoth/images/human-halberdier-pierce-2.png
+share/wesnoth/images/human-halberdier-defend.png
+share/wesnoth/images/human-halberdier-pierce-n.png
+share/wesnoth/images/human-halberdier-pierce-ne.png
+share/wesnoth/images/human-halberdier-pierce-s.png
+share/wesnoth/images/human-halberdier-pierce-se.png
+share/wesnoth/images/human-halberdier-slash-se-1.png
+share/wesnoth/images/human-halberdier-slash-se-2.png
+share/wesnoth/images/human-halberdier.png
share/wesnoth/images/human-heavyinfantry-attack.png
share/wesnoth/images/human-heavyinfantry-defend.png
share/wesnoth/images/human-heavyinfantry.png
@@ -1281,6 +1490,7 @@
share/wesnoth/images/human-marshal-attack-crossbow.png
share/wesnoth/images/human-marshal-attack-sword1.png
share/wesnoth/images/human-marshal-attack-sword2.png
+share/wesnoth/images/human-marshal-defend.png
share/wesnoth/images/human-marshal-defense.png
share/wesnoth/images/human-marshal-leading.png
share/wesnoth/images/human-marshal.png
@@ -1290,20 +1500,27 @@
share/wesnoth/images/human-masterbowman-attack-ranged4.png
share/wesnoth/images/human-masterbowman-defend.png
share/wesnoth/images/human-masterbowman.png
-share/wesnoth/images/human-pikeman-attack-1.png
-share/wesnoth/images/human-pikeman-attack-2.png
+share/wesnoth/images/human-pikeman-attack-n.png
+share/wesnoth/images/human-pikeman-attack-ne.png
+share/wesnoth/images/human-pikeman-attack-s.png
+share/wesnoth/images/human-pikeman-attack-se.png
share/wesnoth/images/human-pikeman-defend.png
share/wesnoth/images/human-pikeman.png
share/wesnoth/images/human-princess-attack.png
share/wesnoth/images/human-princess-defend.png
share/wesnoth/images/human-princess-leading.png
share/wesnoth/images/human-princess.png
+share/wesnoth/images/human-queen-die-1.png
+share/wesnoth/images/human-queen-die-2.png
share/wesnoth/images/human-queen.png
share/wesnoth/images/human-royalguard-attack.png
+share/wesnoth/images/human-royalguard-attack2.png
share/wesnoth/images/human-royalguard-defend.png
share/wesnoth/images/human-royalguard.png
share/wesnoth/images/human-scout-attack.png
share/wesnoth/images/human-scout-defend.png
+share/wesnoth/images/human-scout-die-1.png
+share/wesnoth/images/human-scout-die-2.png
share/wesnoth/images/human-scout-moving.png
share/wesnoth/images/human-scout.png
share/wesnoth/images/human-sergeant-attack-crossbow.png
@@ -1317,8 +1534,18 @@
share/wesnoth/images/human-siegetrooper-defend.png
share/wesnoth/images/human-siegetrooper-melee.png
share/wesnoth/images/human-siegetrooper.png
+share/wesnoth/images/human-spearman-attack-n.png
+share/wesnoth/images/human-spearman-attack-ne.png
+share/wesnoth/images/human-spearman-attack-ranged.png
+share/wesnoth/images/human-spearman-attack-south-1.png
+share/wesnoth/images/human-spearman-attack-south-2.png
+share/wesnoth/images/human-spearman-attack-south-3.png
share/wesnoth/images/human-spearman-attack.png
-share/wesnoth/images/human-spearman-attack2.png
+share/wesnoth/images/human-spearman-death1.png
+share/wesnoth/images/human-spearman-death2.png
+share/wesnoth/images/human-spearman-death3.png
+share/wesnoth/images/human-spearman-death4.png
+share/wesnoth/images/human-spearman-defend-2.png
share/wesnoth/images/human-spearman-defend.png
share/wesnoth/images/human-spearman.png
share/wesnoth/images/human-swordman-attack.png
@@ -1328,6 +1555,7 @@
share/wesnoth/images/human-wallguard-defense.png
share/wesnoth/images/human-wallguard.png
share/wesnoth/images/icons/
+share/wesnoth/images/icons/icon-advanced.png
share/wesnoth/images/icons/icon-ai.png
share/wesnoth/images/icons/icon-display.png
share/wesnoth/images/icons/icon-general.png
@@ -1337,6 +1565,7 @@
share/wesnoth/images/icons/icon-server.png
share/wesnoth/images/icons/icon-serverother.png
share/wesnoth/images/items/
+share/wesnoth/images/items/altar.png
share/wesnoth/images/items/ball-blue.png
share/wesnoth/images/items/ball-green.png
share/wesnoth/images/items/barrel.png
@@ -1385,6 +1614,8 @@
share/wesnoth/images/knight.png
share/wesnoth/images/konrad-commander-attack.png
share/wesnoth/images/konrad-commander-defend.png
+share/wesnoth/images/konrad-commander-die-1.png
+share/wesnoth/images/konrad-commander-die-2.png
share/wesnoth/images/konrad-commander-leading.png
share/wesnoth/images/konrad-commander-ranged-defend.png
share/wesnoth/images/konrad-commander-ranged.png
@@ -1418,6 +1649,14 @@
share/wesnoth/images/mage.png
share/wesnoth/images/maps/
share/wesnoth/images/maps/wesnoth.png
+share/wesnoth/images/mermaid-diviner-defend.png
+share/wesnoth/images/mermaid-diviner-magic1.png
+share/wesnoth/images/mermaid-diviner-magic2.png
+share/wesnoth/images/mermaid-diviner-magic3.png
+share/wesnoth/images/mermaid-diviner-magic4.png
+share/wesnoth/images/mermaid-diviner-magic5.png
+share/wesnoth/images/mermaid-diviner-magic6.png
+share/wesnoth/images/mermaid-diviner-staff-attack.png
share/wesnoth/images/mermaid-diviner.png
share/wesnoth/images/mermaid-enchantress-defend.png
share/wesnoth/images/mermaid-enchantress-staff-attack.png
@@ -1439,6 +1678,14 @@
share/wesnoth/images/mermaid-initiate-water-attack6.png
share/wesnoth/images/mermaid-initiate-water-attack7.png
share/wesnoth/images/mermaid-initiate.png
+share/wesnoth/images/mermaid-priestess-defend.png
+share/wesnoth/images/mermaid-priestess-magic1.png
+share/wesnoth/images/mermaid-priestess-magic2.png
+share/wesnoth/images/mermaid-priestess-magic3.png
+share/wesnoth/images/mermaid-priestess-magic4.png
+share/wesnoth/images/mermaid-priestess-magic5.png
+share/wesnoth/images/mermaid-priestess-magic6.png
+share/wesnoth/images/mermaid-priestess-staff-attack.png
share/wesnoth/images/mermaid-priestess.png
share/wesnoth/images/mermaid-siren-defend.png
share/wesnoth/images/mermaid-siren-naia-touch-attack1.png
@@ -1462,12 +1709,30 @@
share/wesnoth/images/merman-hoplite-attack.png
share/wesnoth/images/merman-hoplite-defend.png
share/wesnoth/images/merman-hoplite.png
+share/wesnoth/images/merman-hunter-attack-n.png
+share/wesnoth/images/merman-hunter-attack-ne.png
+share/wesnoth/images/merman-hunter-attack-ranged.png
+share/wesnoth/images/merman-hunter-attack-s.png
+share/wesnoth/images/merman-hunter-attack-se.png
+share/wesnoth/images/merman-hunter-defend.png
share/wesnoth/images/merman-hunter.png
+share/wesnoth/images/merman-javelineer-attack-n.png
+share/wesnoth/images/merman-javelineer-attack-ne.png
+share/wesnoth/images/merman-javelineer-attack-ranged.png
+share/wesnoth/images/merman-javelineer-attack-s.png
+share/wesnoth/images/merman-javelineer-attack-se.png
+share/wesnoth/images/merman-javelineer-defend.png
share/wesnoth/images/merman-javelineer.png
share/wesnoth/images/merman-king-attack.png
share/wesnoth/images/merman-king-defend.png
share/wesnoth/images/merman-king.png
share/wesnoth/images/merman-netcaster.png
+share/wesnoth/images/merman-spearman-attack-n.png
+share/wesnoth/images/merman-spearman-attack-ne.png
+share/wesnoth/images/merman-spearman-attack-ranged.png
+share/wesnoth/images/merman-spearman-attack-s.png
+share/wesnoth/images/merman-spearman-attack-se.png
+share/wesnoth/images/merman-spearman-defend.png
share/wesnoth/images/merman-spearman.png
share/wesnoth/images/merman-triton-attack-blade.png
share/wesnoth/images/merman-triton-attack-pierce.png
@@ -1525,12 +1790,17 @@
share/wesnoth/images/misc/ellipse-9-bottom.png
share/wesnoth/images/misc/ellipse-9-top.png
share/wesnoth/images/misc/ellipse-9.png
+share/wesnoth/images/misc/experimental-rightside.png
share/wesnoth/images/misc/eye.png
share/wesnoth/images/misc/folder-icon.png
share/wesnoth/images/misc/font8x8.png
+share/wesnoth/images/misc/foot-left-n-slow.png
share/wesnoth/images/misc/foot-left-n.png
+share/wesnoth/images/misc/foot-left-nw-slow.png
share/wesnoth/images/misc/foot-left-nw.png
+share/wesnoth/images/misc/foot-right-n-slow.png
share/wesnoth/images/misc/foot-right-n.png
+share/wesnoth/images/misc/foot-right-nw-slow.png
share/wesnoth/images/misc/foot-right-nw.png
share/wesnoth/images/misc/gold.png
share/wesnoth/images/misc/income.png
@@ -1572,6 +1842,7 @@
share/wesnoth/images/misc/menu2-border-top.png
share/wesnoth/images/misc/menu2-border-topleft.png
share/wesnoth/images/misc/menu2-border-topright.png
+share/wesnoth/images/misc/minimap.png
share/wesnoth/images/misc/poisoned.png
share/wesnoth/images/misc/rightside-bg.png
share/wesnoth/images/misc/rightside-bottom.png
@@ -1606,25 +1877,25 @@
share/wesnoth/images/misc/selected-ellipse-9-bottom.png
share/wesnoth/images/misc/selected-ellipse-9-top.png
share/wesnoth/images/misc/slowed.png
+share/wesnoth/images/misc/sort-arrow-reverse.png
+share/wesnoth/images/misc/sort-arrow.png
share/wesnoth/images/misc/status-bg.png
share/wesnoth/images/misc/stone.png
+share/wesnoth/images/misc/timeofday.png
share/wesnoth/images/misc/title.png
share/wesnoth/images/misc/top-bg.png
share/wesnoth/images/misc/topleft-corner.png
share/wesnoth/images/misc/topright-corner.png
share/wesnoth/images/misc/trapdoor.png
-share/wesnoth/images/misc/tutorial1.png
-share/wesnoth/images/misc/tutorial2.png
-share/wesnoth/images/misc/tutorial3.png
-share/wesnoth/images/misc/tutorial3b.png
-share/wesnoth/images/misc/tutorial4.png
-share/wesnoth/images/misc/tutorial5.png
-share/wesnoth/images/misc/tutorial6.png
-share/wesnoth/images/misc/tutorial7.png
+share/wesnoth/images/misc/unit.png
share/wesnoth/images/misc/units.png
share/wesnoth/images/misc/upkeep.png
share/wesnoth/images/misc/villages.png
share/wesnoth/images/mudcrawler-attack.png
+share/wesnoth/images/mudcrawler-death1.png
+share/wesnoth/images/mudcrawler-death2.png
+share/wesnoth/images/mudcrawler-death3.png
+share/wesnoth/images/mudcrawler-death4.png
share/wesnoth/images/mudcrawler-defend.png
share/wesnoth/images/mudcrawler.png
share/wesnoth/images/naga-attack.png
@@ -1650,6 +1921,8 @@
share/wesnoth/images/naga.png
share/wesnoth/images/neutral-bandit-attack.png
share/wesnoth/images/neutral-bandit-defend.png
+share/wesnoth/images/neutral-bandit-die-1.png
+share/wesnoth/images/neutral-bandit-die-2.png
share/wesnoth/images/neutral-bandit.png
share/wesnoth/images/neutral-footpad+female-attack.png
share/wesnoth/images/neutral-footpad+female-attack1.png
@@ -1670,14 +1943,20 @@
share/wesnoth/images/neutral-outlaw-attack1.png
share/wesnoth/images/neutral-outlaw-attack2.png
share/wesnoth/images/neutral-outlaw-defend.png
-share/wesnoth/images/neutral-outlaw-princess-attack-mace.png
share/wesnoth/images/neutral-outlaw-princess-attack-sling1.png
share/wesnoth/images/neutral-outlaw-princess-attack-sling2.png
+share/wesnoth/images/neutral-outlaw-princess-attack-staff1.png
+share/wesnoth/images/neutral-outlaw-princess-attack-staff2.png
+share/wesnoth/images/neutral-outlaw-princess-defend-1-1.png
+share/wesnoth/images/neutral-outlaw-princess-defend-1-2.png
share/wesnoth/images/neutral-outlaw-princess-defend.png
share/wesnoth/images/neutral-outlaw-princess.png
-share/wesnoth/images/neutral-outlaw-queen-attack-mace.png
share/wesnoth/images/neutral-outlaw-queen-attack-sling1.png
share/wesnoth/images/neutral-outlaw-queen-attack-sling2.png
+share/wesnoth/images/neutral-outlaw-queen-attack-staff1.png
+share/wesnoth/images/neutral-outlaw-queen-attack-staff2.png
+share/wesnoth/images/neutral-outlaw-queen-defend-1-1.png
+share/wesnoth/images/neutral-outlaw-queen-defend-1-2.png
share/wesnoth/images/neutral-outlaw-queen-defend.png
share/wesnoth/images/neutral-outlaw-queen-leading.png
share/wesnoth/images/neutral-outlaw-queen.png
@@ -1700,20 +1979,26 @@
share/wesnoth/images/neutral-trapper.png
share/wesnoth/images/noble-commander-attack-ranged1.png
share/wesnoth/images/noble-commander-attack-ranged2.png
+share/wesnoth/images/noble-commander-attack-ranged3.png
share/wesnoth/images/noble-commander-attack-sword.png
+share/wesnoth/images/noble-commander-bow.png
share/wesnoth/images/noble-commander-defend.png
share/wesnoth/images/noble-commander-leading.png
share/wesnoth/images/noble-commander.png
share/wesnoth/images/noble-fighter-attack.png
+share/wesnoth/images/noble-fighter-attack2.png
share/wesnoth/images/noble-fighter-defend.png
share/wesnoth/images/noble-fighter.png
share/wesnoth/images/noble-lord-attack-ranged1.png
share/wesnoth/images/noble-lord-attack-ranged2.png
+share/wesnoth/images/noble-lord-attack-ranged3.png
share/wesnoth/images/noble-lord-attack-sword.png
+share/wesnoth/images/noble-lord-bow.png
share/wesnoth/images/noble-lord-defend.png
share/wesnoth/images/noble-lord-leading.png
share/wesnoth/images/noble-lord.png
share/wesnoth/images/noble-youth-attack.png
+share/wesnoth/images/noble-youth-attack2.png
share/wesnoth/images/noble-youth-defend.png
share/wesnoth/images/noble-youth.png
share/wesnoth/images/ogre-attack1.png
@@ -1762,12 +2047,18 @@
share/wesnoth/images/orcish-shaman-tan-attack-staff.png
share/wesnoth/images/orcish-shaman-tan-defend.png
share/wesnoth/images/orcish-shaman-tan.png
+share/wesnoth/images/orcish-slurbow-attack-melee.png
+share/wesnoth/images/orcish-slurbow-attack-ranged.png
+share/wesnoth/images/orcish-slurbow-defend.png
+share/wesnoth/images/orcish-slurbow.png
share/wesnoth/images/orcish-sovereign-attack1.png
share/wesnoth/images/orcish-sovereign-attack2.png
share/wesnoth/images/orcish-sovereign-defend.png
share/wesnoth/images/orcish-sovereign-ranged-1.png
share/wesnoth/images/orcish-sovereign-ranged-2.png
share/wesnoth/images/orcish-sovereign.png
+share/wesnoth/images/orcish-warlord-attack-sword-1.png
+share/wesnoth/images/orcish-warlord-attack-sword-2.png
share/wesnoth/images/orcish-warlord-defend.png
share/wesnoth/images/orcish-warlord-ranged-1.png
share/wesnoth/images/orcish-warlord-ranged-2.png
@@ -1807,9 +2098,14 @@
share/wesnoth/images/portraits/Heir_To_The_Throne/kalenz.png
share/wesnoth/images/portraits/Heir_To_The_Throne/konrad.png
share/wesnoth/images/portraits/Heir_To_The_Throne/lisar.png
+share/wesnoth/images/portraits/The_Dark_Hordes/
+share/wesnoth/images/portraits/The_Dark_Hordes/gwiti.png
+share/wesnoth/images/portraits/The_Dark_Hordes/gwiti_lich.png
+share/wesnoth/images/portraits/The_Dark_Hordes/nati.png
share/wesnoth/images/portraits/The_Rise_of_Wesnoth/
share/wesnoth/images/portraits/The_Rise_of_Wesnoth/addroran.png
share/wesnoth/images/portraits/The_Rise_of_Wesnoth/aethyr.png
+share/wesnoth/images/portraits/The_Rise_of_Wesnoth/archmage.png
share/wesnoth/images/portraits/The_Rise_of_Wesnoth/aryad.png
share/wesnoth/images/portraits/The_Rise_of_Wesnoth/burin.png
share/wesnoth/images/portraits/The_Rise_of_Wesnoth/dionli.png
@@ -1821,9 +2117,33 @@
share/wesnoth/images/portraits/The_Rise_of_Wesnoth/jessica.png
share/wesnoth/images/portraits/The_Rise_of_Wesnoth/jevyan.png
share/wesnoth/images/portraits/The_Rise_of_Wesnoth/knight.png
+share/wesnoth/images/portraits/The_Rise_of_Wesnoth/lady_outlaw.png
+share/wesnoth/images/portraits/The_Rise_of_Wesnoth/lich.png
share/wesnoth/images/portraits/The_Rise_of_Wesnoth/logalmier.png
share/wesnoth/images/portraits/The_Rise_of_Wesnoth/rithrandil.png
share/wesnoth/images/portraits/The_Rise_of_Wesnoth/typhon.png
+share/wesnoth/images/portraits/core/
+share/wesnoth/images/portraits/core/James_Woo/
+share/wesnoth/images/portraits/core/James_Woo/orc-warlord.png
+share/wesnoth/images/portraits/core/James_Woo/orc-warlord2.png
+share/wesnoth/images/portraits/core/James_Woo/orc-warlord3.png
+share/wesnoth/images/portraits/core/James_Woo/orc-warlord4.png
+share/wesnoth/images/portraits/core/Jason_Lutes/
+share/wesnoth/images/portraits/core/Jason_Lutes/human-bandit.png
+share/wesnoth/images/portraits/core/Jason_Lutes/human-grand-knight.png
+share/wesnoth/images/portraits/core/Jason_Lutes/human-halberdier.png
+share/wesnoth/images/portraits/core/Jason_Lutes/human-highwayman.png
+share/wesnoth/images/portraits/core/Jason_Lutes/human-horseman.png
+share/wesnoth/images/portraits/core/Jason_Lutes/human-javelineer.png
+share/wesnoth/images/portraits/core/Jason_Lutes/human-knight.png
+share/wesnoth/images/portraits/core/Jason_Lutes/human-lancer.png
+share/wesnoth/images/portraits/core/Jason_Lutes/human-paladin.png
+share/wesnoth/images/portraits/core/Jason_Lutes/human-peasant.png
+share/wesnoth/images/portraits/core/Jason_Lutes/human-pikeman.png
+share/wesnoth/images/portraits/core/Jason_Lutes/human-royalguard.png
+share/wesnoth/images/portraits/core/Jason_Lutes/human-spearman.png
+share/wesnoth/images/portraits/core/Jason_Lutes/human-swordsman.png
+share/wesnoth/images/portraits/core/Jason_Lutes/human-thug.png
share/wesnoth/images/projectiles/
share/wesnoth/images/projectiles/bone-n.png
share/wesnoth/images/projectiles/bone-ne.png
@@ -1851,6 +2171,8 @@
share/wesnoth/images/projectiles/lightning-ne.png
share/wesnoth/images/projectiles/magicmissile-n.png
share/wesnoth/images/projectiles/magicmissile-ne.png
+share/wesnoth/images/projectiles/missile-fire-n.png
+share/wesnoth/images/projectiles/missile-fire-ne.png
share/wesnoth/images/projectiles/missile-n.png
share/wesnoth/images/projectiles/missile-ne.png
share/wesnoth/images/projectiles/missile-nw.png
@@ -1858,6 +2180,7 @@
share/wesnoth/images/projectiles/missile-se.png
share/wesnoth/images/projectiles/missile-sw.png
share/wesnoth/images/projectiles/missile.png
+share/wesnoth/images/projectiles/mud-glob.png
share/wesnoth/images/projectiles/pitchfork-n.png
share/wesnoth/images/projectiles/pitchfork-ne.png
share/wesnoth/images/projectiles/spear-n.png
@@ -1982,9 +2305,11 @@
share/wesnoth/images/terrain/alpha.png
share/wesnoth/images/terrain/alphamask.png
share/wesnoth/images/terrain/bridge-n-end.png
+share/wesnoth/images/terrain/bridge-n-s-tile.png
share/wesnoth/images/terrain/bridge-n-s.png
share/wesnoth/images/terrain/bridge-n.png
share/wesnoth/images/terrain/bridge-ne-end.png
+share/wesnoth/images/terrain/bridge-ne-sw-tile.png
share/wesnoth/images/terrain/bridge-ne-sw.png
share/wesnoth/images/terrain/bridge-ne.png
share/wesnoth/images/terrain/bridge-nw-end.png
@@ -1992,11 +2317,11 @@
share/wesnoth/images/terrain/bridge-s-end.png
share/wesnoth/images/terrain/bridge-s.png
share/wesnoth/images/terrain/bridge-se-end.png
+share/wesnoth/images/terrain/bridge-se-nw-tile.png
share/wesnoth/images/terrain/bridge-se-nw.png
share/wesnoth/images/terrain/bridge-se.png
share/wesnoth/images/terrain/bridge-sw-end.png
share/wesnoth/images/terrain/bridge-sw.png
-share/wesnoth/images/terrain/bridge.png
share/wesnoth/images/terrain/canyon-all.png
share/wesnoth/images/terrain/canyon-n-ne-s.png
share/wesnoth/images/terrain/canyon-n-ne.png
@@ -2039,6 +2364,10 @@
share/wesnoth/images/terrain/castle-convex-se.png
share/wesnoth/images/terrain/castle-convex-sw.png
share/wesnoth/images/terrain/castle-convex-w.png
+share/wesnoth/images/terrain/castle-ruin-tile.png
+share/wesnoth/images/terrain/castle-sunken-ruin-tile.png
+share/wesnoth/images/terrain/castle-swamp-ruin-tile.png
+share/wesnoth/images/terrain/castle-tile.png
share/wesnoth/images/terrain/castle-walls.tmpl
share/wesnoth/images/terrain/castle.png
share/wesnoth/images/terrain/cave-floor-n-ne-se-s.png
@@ -2066,25 +2395,6 @@
share/wesnoth/images/terrain/cave-floor2.png
share/wesnoth/images/terrain/cave-floor3.png
share/wesnoth/images/terrain/cave-floor4.png
-share/wesnoth/images/terrain/cave-n-ne-se-s.png
-share/wesnoth/images/terrain/cave-n-ne-se.png
-share/wesnoth/images/terrain/cave-n-ne.png
-share/wesnoth/images/terrain/cave-n.png
-share/wesnoth/images/terrain/cave-ne-se-s.png
-share/wesnoth/images/terrain/cave-ne-se.png
-share/wesnoth/images/terrain/cave-ne.png
-share/wesnoth/images/terrain/cave-nw-n.png
-share/wesnoth/images/terrain/cave-nw.png
-share/wesnoth/images/terrain/cave-s-sw-nw-n.png
-share/wesnoth/images/terrain/cave-s-sw-nw.png
-share/wesnoth/images/terrain/cave-s-sw.png
-share/wesnoth/images/terrain/cave-s.png
-share/wesnoth/images/terrain/cave-se-s.png
-share/wesnoth/images/terrain/cave-se-sw-nw.png
-share/wesnoth/images/terrain/cave-se.png
-share/wesnoth/images/terrain/cave-sw-nw-n.png
-share/wesnoth/images/terrain/cave-sw-nw.png
-share/wesnoth/images/terrain/cave-sw.png
share/wesnoth/images/terrain/cave.png
share/wesnoth/images/terrain/cavewall-concave-e.png
share/wesnoth/images/terrain/cavewall-concave-ne.png
@@ -2108,7 +2418,6 @@
share/wesnoth/images/terrain/coast.png
share/wesnoth/images/terrain/coast2.png
share/wesnoth/images/terrain/coast3.png
-share/wesnoth/images/terrain/dark_grass.png
share/wesnoth/images/terrain/dawn.png
share/wesnoth/images/terrain/desert-hills-n.png
share/wesnoth/images/terrain/desert-hills-ne.png
@@ -2177,11 +2486,25 @@
share/wesnoth/images/terrain/desert5.png
share/wesnoth/images/terrain/desert6.png
share/wesnoth/images/terrain/desert7.png
+share/wesnoth/images/terrain/dirt-n-ne-se-s.png
+share/wesnoth/images/terrain/dirt-n-ne-se.png
+share/wesnoth/images/terrain/dirt-n-ne.png
share/wesnoth/images/terrain/dirt-n.png
+share/wesnoth/images/terrain/dirt-ne-se-s.png
+share/wesnoth/images/terrain/dirt-ne-se.png
share/wesnoth/images/terrain/dirt-ne.png
+share/wesnoth/images/terrain/dirt-nw-n-ne.png
+share/wesnoth/images/terrain/dirt-nw-n.png
share/wesnoth/images/terrain/dirt-nw.png
+share/wesnoth/images/terrain/dirt-s-sw-nw-n.png
+share/wesnoth/images/terrain/dirt-s-sw-nw.png
+share/wesnoth/images/terrain/dirt-s-sw.png
share/wesnoth/images/terrain/dirt-s.png
+share/wesnoth/images/terrain/dirt-se-s-sw.png
+share/wesnoth/images/terrain/dirt-se-s.png
share/wesnoth/images/terrain/dirt-se.png
+share/wesnoth/images/terrain/dirt-sw-nw-n.png
+share/wesnoth/images/terrain/dirt-sw-nw.png
share/wesnoth/images/terrain/dirt-sw.png
share/wesnoth/images/terrain/dirt.png
share/wesnoth/images/terrain/dwarven-castle-concave-e.png
@@ -2225,6 +2548,7 @@
share/wesnoth/images/terrain/dwarven-keep-floor.png
share/wesnoth/images/terrain/dwarven-keep.png
share/wesnoth/images/terrain/dwarven-village.png
+share/wesnoth/images/terrain/dwarven_castle-tile.png
share/wesnoth/images/terrain/encampment-concave-e.png
share/wesnoth/images/terrain/encampment-concave-ne.png
share/wesnoth/images/terrain/encampment-concave-nw.png
@@ -2237,6 +2561,7 @@
share/wesnoth/images/terrain/encampment-convex-se.png
share/wesnoth/images/terrain/encampment-convex-sw.png
share/wesnoth/images/terrain/encampment-convex-w.png
+share/wesnoth/images/terrain/encampment-tile.png
share/wesnoth/images/terrain/flag-sotbe-1.png
share/wesnoth/images/terrain/flag-sotbe-2.png
share/wesnoth/images/terrain/flag-sotbe-3.png
@@ -2281,64 +2606,26 @@
share/wesnoth/images/terrain/fog-sw-nw.png
share/wesnoth/images/terrain/fog-sw.png
share/wesnoth/images/terrain/fog.png
-share/wesnoth/images/terrain/forest-ctrans-n-ne.png
-share/wesnoth/images/terrain/forest-ctrans-n.png
-share/wesnoth/images/terrain/forest-ctrans-ne.png
-share/wesnoth/images/terrain/forest-ctrans-nw-n-ne.png
-share/wesnoth/images/terrain/forest-ctrans-nw-n.png
-share/wesnoth/images/terrain/forest-ctrans-nw-ne.png
-share/wesnoth/images/terrain/forest-ctrans-nw.png
-share/wesnoth/images/terrain/forest-etrans-n-ne.png
-share/wesnoth/images/terrain/forest-etrans-n.png
-share/wesnoth/images/terrain/forest-etrans-ne.png
-share/wesnoth/images/terrain/forest-etrans-nw-n-ne.png
-share/wesnoth/images/terrain/forest-etrans-nw-n.png
-share/wesnoth/images/terrain/forest-etrans-nw-ne.png
-share/wesnoth/images/terrain/forest-etrans-nw.png
-share/wesnoth/images/terrain/forest-n-ne-se.png
-share/wesnoth/images/terrain/forest-n-ne.png
-share/wesnoth/images/terrain/forest-n.png
-share/wesnoth/images/terrain/forest-ne-se-s.png
-share/wesnoth/images/terrain/forest-ne-se.png
-share/wesnoth/images/terrain/forest-ne.png
-share/wesnoth/images/terrain/forest-nw-n-ne-se.png
-share/wesnoth/images/terrain/forest-nw-n-ne.png
-share/wesnoth/images/terrain/forest-nw-n.png
-share/wesnoth/images/terrain/forest-nw.png
-share/wesnoth/images/terrain/forest-s-sw-nw-n.png
-share/wesnoth/images/terrain/forest-s-sw-nw.png
-share/wesnoth/images/terrain/forest-s-sw.png
-share/wesnoth/images/terrain/forest-s.png
-share/wesnoth/images/terrain/forest-se-s-sw.png
-share/wesnoth/images/terrain/forest-se-s.png
-share/wesnoth/images/terrain/forest-se.png
-share/wesnoth/images/terrain/forest-stones1.png
-share/wesnoth/images/terrain/forest-stones2.png
-share/wesnoth/images/terrain/forest-stones3.png
-share/wesnoth/images/terrain/forest-stones4.png
-share/wesnoth/images/terrain/forest-sw-nw-n.png
-share/wesnoth/images/terrain/forest-sw-nw.png
-share/wesnoth/images/terrain/forest-sw.png
-share/wesnoth/images/terrain/forest-to-water-n-ne.png
-share/wesnoth/images/terrain/forest-to-water-n.png
-share/wesnoth/images/terrain/forest-to-water-ne-se.png
-share/wesnoth/images/terrain/forest-to-water-ne.png
-share/wesnoth/images/terrain/forest-to-water-nw-n-ne.png
-share/wesnoth/images/terrain/forest-to-water-nw-n.png
-share/wesnoth/images/terrain/forest-to-water-nw.png
-share/wesnoth/images/terrain/forest-to-water-s.png
-share/wesnoth/images/terrain/forest-to-water-se-s.png
-share/wesnoth/images/terrain/forest-to-water-se.png
-share/wesnoth/images/terrain/forest-to-water-sw-nw.png
-share/wesnoth/images/terrain/forest-to-water-sw.png
+share/wesnoth/images/terrain/ford.png
+share/wesnoth/images/terrain/ford2.png
+share/wesnoth/images/terrain/forest-castle-n.png
+share/wesnoth/images/terrain/forest-castle-ne.png
+share/wesnoth/images/terrain/forest-castle-nw.png
+share/wesnoth/images/terrain/forest-castle-s.png
+share/wesnoth/images/terrain/forest-castle-se.png
+share/wesnoth/images/terrain/forest-castle-sw.png
+share/wesnoth/images/terrain/forest-castle.png
+share/wesnoth/images/terrain/forest-tile.png
share/wesnoth/images/terrain/forest.png
share/wesnoth/images/terrain/forest2.png
+share/wesnoth/images/terrain/forest2_small.png
share/wesnoth/images/terrain/forest3.png
share/wesnoth/images/terrain/forest4.png
share/wesnoth/images/terrain/forest5.png
share/wesnoth/images/terrain/forest6.png
share/wesnoth/images/terrain/forest7.png
share/wesnoth/images/terrain/forest8.png
+share/wesnoth/images/terrain/forest_small.png
share/wesnoth/images/terrain/grassland-a.png
share/wesnoth/images/terrain/grassland-flowers.png
share/wesnoth/images/terrain/grassland-flowers1.png
@@ -2403,7 +2690,6 @@
share/wesnoth/images/terrain/hills-variation2.png
share/wesnoth/images/terrain/hills-variation3.png
share/wesnoth/images/terrain/hills.png
-share/wesnoth/images/terrain/ice-bridge-ne-sw.png
share/wesnoth/images/terrain/ice-n-ne-se-s.png
share/wesnoth/images/terrain/ice-n-ne.png
share/wesnoth/images/terrain/ice-n.png
@@ -2412,7 +2698,6 @@
share/wesnoth/images/terrain/ice-nw-n-ne.png
share/wesnoth/images/terrain/ice-nw-n.png
share/wesnoth/images/terrain/ice-nw.png
-share/wesnoth/images/terrain/ice-pier.png
share/wesnoth/images/terrain/ice-s-sw-nw-n.png
share/wesnoth/images/terrain/ice-s-sw.png
share/wesnoth/images/terrain/ice-s.png
@@ -2422,13 +2707,24 @@
share/wesnoth/images/terrain/ice-sw-nw.png
share/wesnoth/images/terrain/ice-sw.png
share/wesnoth/images/terrain/ice.png
-share/wesnoth/images/terrain/icebridge-se-nw.png
+share/wesnoth/images/terrain/ice2.png
+share/wesnoth/images/terrain/ice3.png
+share/wesnoth/images/terrain/ice4.png
+share/wesnoth/images/terrain/ice5.png
+share/wesnoth/images/terrain/ice6.png
share/wesnoth/images/terrain/keep-inside-e.png
share/wesnoth/images/terrain/keep-inside-ne.png
share/wesnoth/images/terrain/keep-inside-nw.png
share/wesnoth/images/terrain/keep-inside-se.png
share/wesnoth/images/terrain/keep-inside-sw.png
share/wesnoth/images/terrain/keep-inside-w.png
+share/wesnoth/images/terrain/keep-keep-e.png
+share/wesnoth/images/terrain/keep-keep-ne.png
+share/wesnoth/images/terrain/keep-keep-nw.png
+share/wesnoth/images/terrain/keep-keep-se.png
+share/wesnoth/images/terrain/keep-keep-sw.png
+share/wesnoth/images/terrain/keep-keep-w.png
+share/wesnoth/images/terrain/keep-tile.png
share/wesnoth/images/terrain/keep-wall-0-e.png
share/wesnoth/images/terrain/keep-wall-0-ne.png
share/wesnoth/images/terrain/keep-wall-0-nw.png
@@ -2455,6 +2751,7 @@
share/wesnoth/images/terrain/lava-se.png
share/wesnoth/images/terrain/lava-sw.png
share/wesnoth/images/terrain/lava.png
+share/wesnoth/images/terrain/lava2.png
share/wesnoth/images/terrain/mask.png
share/wesnoth/images/terrain/mine.png
share/wesnoth/images/terrain/mountains-n.png
@@ -2468,12 +2765,6 @@
share/wesnoth/images/terrain/mountains.png
share/wesnoth/images/terrain/nest-empty.png
share/wesnoth/images/terrain/nest-full.png
-share/wesnoth/images/terrain/ocean-n.png
-share/wesnoth/images/terrain/ocean-ne.png
-share/wesnoth/images/terrain/ocean-nw.png
-share/wesnoth/images/terrain/ocean-s.png
-share/wesnoth/images/terrain/ocean-se.png
-share/wesnoth/images/terrain/ocean-sw.png
share/wesnoth/images/terrain/ocean.png
share/wesnoth/images/terrain/ocean2.png
share/wesnoth/images/terrain/ocean3.png
@@ -2486,6 +2777,159 @@
share/wesnoth/images/terrain/road-sw.png
share/wesnoth/images/terrain/road.png
share/wesnoth/images/terrain/rocks.png
+share/wesnoth/images/terrain/ruin1-concave-e.png
+share/wesnoth/images/terrain/ruin1-concave-ne.png
+share/wesnoth/images/terrain/ruin1-concave-nw.png
+share/wesnoth/images/terrain/ruin1-concave-se.png
+share/wesnoth/images/terrain/ruin1-concave-sw.png
+share/wesnoth/images/terrain/ruin1-concave-w.png
+share/wesnoth/images/terrain/ruin1-convex-e.png
+share/wesnoth/images/terrain/ruin1-convex-ne.png
+share/wesnoth/images/terrain/ruin1-convex-nw.png
+share/wesnoth/images/terrain/ruin1-convex-se.png
+share/wesnoth/images/terrain/ruin1-convex-sw.png
+share/wesnoth/images/terrain/ruin1-convex-w.png
+share/wesnoth/images/terrain/ruin2-concave-e.png
+share/wesnoth/images/terrain/ruin2-concave-ne.png
+share/wesnoth/images/terrain/ruin2-concave-nw.png
+share/wesnoth/images/terrain/ruin2-concave-se.png
+share/wesnoth/images/terrain/ruin2-concave-sw.png
+share/wesnoth/images/terrain/ruin2-concave-w.png
+share/wesnoth/images/terrain/ruin2-convex-e.png
+share/wesnoth/images/terrain/ruin2-convex-ne.png
+share/wesnoth/images/terrain/ruin2-convex-nw.png
+share/wesnoth/images/terrain/ruin2-convex-se.png
+share/wesnoth/images/terrain/ruin2-convex-sw.png
+share/wesnoth/images/terrain/ruin2-convex-w.png
+share/wesnoth/images/terrain/ruin2.png
+share/wesnoth/images/terrain/ruin3-concave-e.png
+share/wesnoth/images/terrain/ruin3-concave-ne.png
+share/wesnoth/images/terrain/ruin3-concave-nw.png
+share/wesnoth/images/terrain/ruin3-concave-se.png
+share/wesnoth/images/terrain/ruin3-concave-sw.png
+share/wesnoth/images/terrain/ruin3-concave-w.png
+share/wesnoth/images/terrain/ruin3-convex-e.png
+share/wesnoth/images/terrain/ruin3-convex-ne.png
+share/wesnoth/images/terrain/ruin3-convex-nw.png
+share/wesnoth/images/terrain/ruin3-convex-se.png
+share/wesnoth/images/terrain/ruin3-convex-sw.png
+share/wesnoth/images/terrain/ruin3-convex-w.png
+share/wesnoth/images/terrain/ruin4-concave-e.png
+share/wesnoth/images/terrain/ruin4-concave-ne.png
+share/wesnoth/images/terrain/ruin4-concave-nw.png
+share/wesnoth/images/terrain/ruin4-concave-se.png
+share/wesnoth/images/terrain/ruin4-concave-sw.png
+share/wesnoth/images/terrain/ruin4-concave-w.png
+share/wesnoth/images/terrain/ruin4-convex-e.png
+share/wesnoth/images/terrain/ruin4-convex-ne.png
+share/wesnoth/images/terrain/ruin4-convex-nw.png
+share/wesnoth/images/terrain/ruin4-convex-se.png
+share/wesnoth/images/terrain/ruin4-convex-sw.png
+share/wesnoth/images/terrain/ruin4-convex-w.png
+share/wesnoth/images/terrain/ruin5-concave-e.png
+share/wesnoth/images/terrain/ruin5-concave-ne.png
+share/wesnoth/images/terrain/ruin5-concave-nw.png
+share/wesnoth/images/terrain/ruin5-concave-se.png
+share/wesnoth/images/terrain/ruin5-concave-sw.png
+share/wesnoth/images/terrain/ruin5-concave-w.png
+share/wesnoth/images/terrain/ruin5-convex-e.png
+share/wesnoth/images/terrain/ruin5-convex-ne.png
+share/wesnoth/images/terrain/ruin5-convex-nw.png
+share/wesnoth/images/terrain/ruin5-convex-se.png
+share/wesnoth/images/terrain/ruin5-convex-sw.png
+share/wesnoth/images/terrain/ruin5-convex-w.png
+share/wesnoth/images/terrain/ruinkeep.png
+share/wesnoth/images/terrain/ruinkeep1-inside-e.png
+share/wesnoth/images/terrain/ruinkeep1-inside-ne.png
+share/wesnoth/images/terrain/ruinkeep1-inside-nw.png
+share/wesnoth/images/terrain/ruinkeep1-inside-se.png
+share/wesnoth/images/terrain/ruinkeep1-inside-sw.png
+share/wesnoth/images/terrain/ruinkeep1-inside-w.png
+share/wesnoth/images/terrain/ruinkeep1-keep-e.png
+share/wesnoth/images/terrain/ruinkeep1-keep-ne.png
+share/wesnoth/images/terrain/ruinkeep1-keep-nw.png
+share/wesnoth/images/terrain/ruinkeep1-keep-se.png
+share/wesnoth/images/terrain/ruinkeep1-keep-sw.png
+share/wesnoth/images/terrain/ruinkeep1-keep-w.png
+share/wesnoth/images/terrain/ruinkeep1-wall-0-e.png
+share/wesnoth/images/terrain/ruinkeep1-wall-0-ne.png
+share/wesnoth/images/terrain/ruinkeep1-wall-0-nw.png
+share/wesnoth/images/terrain/ruinkeep1-wall-0-se.png
+share/wesnoth/images/terrain/ruinkeep1-wall-0-sw.png
+share/wesnoth/images/terrain/ruinkeep1-wall-0-w.png
+share/wesnoth/images/terrain/ruinkeep1-wall-1-e.png
+share/wesnoth/images/terrain/ruinkeep1-wall-1-ne.png
+share/wesnoth/images/terrain/ruinkeep1-wall-1-nw.png
+share/wesnoth/images/terrain/ruinkeep1-wall-1-se.png
+share/wesnoth/images/terrain/ruinkeep1-wall-1-sw.png
+share/wesnoth/images/terrain/ruinkeep1-wall-1-w.png
+share/wesnoth/images/terrain/ruinkeep1-wall-e.png
+share/wesnoth/images/terrain/ruinkeep1-wall-ne.png
+share/wesnoth/images/terrain/ruinkeep1-wall-nw.png
+share/wesnoth/images/terrain/ruinkeep1-wall-se.png
+share/wesnoth/images/terrain/ruinkeep1-wall-sw.png
+share/wesnoth/images/terrain/ruinkeep1-wall-w.png
+share/wesnoth/images/terrain/ruinkeep2-inside-e.png
+share/wesnoth/images/terrain/ruinkeep2-inside-ne.png
+share/wesnoth/images/terrain/ruinkeep2-inside-nw.png
+share/wesnoth/images/terrain/ruinkeep2-inside-se.png
+share/wesnoth/images/terrain/ruinkeep2-inside-sw.png
+share/wesnoth/images/terrain/ruinkeep2-inside-w.png
+share/wesnoth/images/terrain/ruinkeep2-keep-e.png
+share/wesnoth/images/terrain/ruinkeep2-keep-ne.png
+share/wesnoth/images/terrain/ruinkeep2-keep-nw.png
+share/wesnoth/images/terrain/ruinkeep2-keep-se.png
+share/wesnoth/images/terrain/ruinkeep2-keep-sw.png
+share/wesnoth/images/terrain/ruinkeep2-keep-w.png
+share/wesnoth/images/terrain/ruinkeep2-wall-0-e.png
+share/wesnoth/images/terrain/ruinkeep2-wall-0-ne.png
+share/wesnoth/images/terrain/ruinkeep2-wall-0-nw.png
+share/wesnoth/images/terrain/ruinkeep2-wall-0-se.png
+share/wesnoth/images/terrain/ruinkeep2-wall-0-sw.png
+share/wesnoth/images/terrain/ruinkeep2-wall-0-w.png
+share/wesnoth/images/terrain/ruinkeep2-wall-1-e.png
+share/wesnoth/images/terrain/ruinkeep2-wall-1-ne.png
+share/wesnoth/images/terrain/ruinkeep2-wall-1-nw.png
+share/wesnoth/images/terrain/ruinkeep2-wall-1-se.png
+share/wesnoth/images/terrain/ruinkeep2-wall-1-sw.png
+share/wesnoth/images/terrain/ruinkeep2-wall-1-w.png
+share/wesnoth/images/terrain/ruinkeep2-wall-e.png
+share/wesnoth/images/terrain/ruinkeep2-wall-ne.png
+share/wesnoth/images/terrain/ruinkeep2-wall-nw.png
+share/wesnoth/images/terrain/ruinkeep2-wall-se.png
+share/wesnoth/images/terrain/ruinkeep2-wall-sw.png
+share/wesnoth/images/terrain/ruinkeep2-wall-w.png
+share/wesnoth/images/terrain/ruinkeep2.png
+share/wesnoth/images/terrain/ruinkeep3-inside-e.png
+share/wesnoth/images/terrain/ruinkeep3-inside-ne.png
+share/wesnoth/images/terrain/ruinkeep3-inside-nw.png
+share/wesnoth/images/terrain/ruinkeep3-inside-se.png
+share/wesnoth/images/terrain/ruinkeep3-inside-sw.png
+share/wesnoth/images/terrain/ruinkeep3-inside-w.png
+share/wesnoth/images/terrain/ruinkeep3-keep-e.png
+share/wesnoth/images/terrain/ruinkeep3-keep-ne.png
+share/wesnoth/images/terrain/ruinkeep3-keep-nw.png
+share/wesnoth/images/terrain/ruinkeep3-keep-se.png
+share/wesnoth/images/terrain/ruinkeep3-keep-sw.png
+share/wesnoth/images/terrain/ruinkeep3-keep-w.png
+share/wesnoth/images/terrain/ruinkeep3-wall-0-e.png
+share/wesnoth/images/terrain/ruinkeep3-wall-0-ne.png
+share/wesnoth/images/terrain/ruinkeep3-wall-0-nw.png
+share/wesnoth/images/terrain/ruinkeep3-wall-0-se.png
+share/wesnoth/images/terrain/ruinkeep3-wall-0-sw.png
+share/wesnoth/images/terrain/ruinkeep3-wall-0-w.png
+share/wesnoth/images/terrain/ruinkeep3-wall-1-e.png
+share/wesnoth/images/terrain/ruinkeep3-wall-1-ne.png
+share/wesnoth/images/terrain/ruinkeep3-wall-1-nw.png
+share/wesnoth/images/terrain/ruinkeep3-wall-1-se.png
+share/wesnoth/images/terrain/ruinkeep3-wall-1-sw.png
+share/wesnoth/images/terrain/ruinkeep3-wall-1-w.png
+share/wesnoth/images/terrain/ruinkeep3-wall-e.png
+share/wesnoth/images/terrain/ruinkeep3-wall-ne.png
+share/wesnoth/images/terrain/ruinkeep3-wall-nw.png
+share/wesnoth/images/terrain/ruinkeep3-wall-se.png
+share/wesnoth/images/terrain/ruinkeep3-wall-sw.png
+share/wesnoth/images/terrain/ruinkeep3-wall-w.png
share/wesnoth/images/terrain/sand-n.png
share/wesnoth/images/terrain/sand-ne.png
share/wesnoth/images/terrain/sand-nw.png
@@ -2531,27 +2975,23 @@
share/wesnoth/images/terrain/savanna-to-water-sw-nw.png
share/wesnoth/images/terrain/savanna-to-water-sw.png
share/wesnoth/images/terrain/savanna.png
-share/wesnoth/images/terrain/snow-forest-ctrans-n-ne.png
-share/wesnoth/images/terrain/snow-forest-ctrans-n.png
-share/wesnoth/images/terrain/snow-forest-ctrans-ne.png
-share/wesnoth/images/terrain/snow-forest-ctrans-nw-n-ne.png
-share/wesnoth/images/terrain/snow-forest-ctrans-nw-n.png
-share/wesnoth/images/terrain/snow-forest-ctrans-nw-ne.png
-share/wesnoth/images/terrain/snow-forest-ctrans-nw.png
-share/wesnoth/images/terrain/snow-forest-n-ne.png
-share/wesnoth/images/terrain/snow-forest-n.png
-share/wesnoth/images/terrain/snow-forest-ne.png
-share/wesnoth/images/terrain/snow-forest-nw-n-ne.png
-share/wesnoth/images/terrain/snow-forest-nw.png
-share/wesnoth/images/terrain/snow-forest-s-sw.png
-share/wesnoth/images/terrain/snow-forest-s.png
-share/wesnoth/images/terrain/snow-forest-se-s-sw.png
-share/wesnoth/images/terrain/snow-forest-se-s.png
-share/wesnoth/images/terrain/snow-forest-se.png
-share/wesnoth/images/terrain/snow-forest-sw.png
+share/wesnoth/images/terrain/snow-forest-castle-n-ne.png
+share/wesnoth/images/terrain/snow-forest-castle-n.png
+share/wesnoth/images/terrain/snow-forest-castle-ne.png
+share/wesnoth/images/terrain/snow-forest-castle-nw-n-ne.png
+share/wesnoth/images/terrain/snow-forest-castle-nw-n.png
+share/wesnoth/images/terrain/snow-forest-castle-nw.png
+share/wesnoth/images/terrain/snow-forest-castle-s.png
+share/wesnoth/images/terrain/snow-forest-castle-se.png
+share/wesnoth/images/terrain/snow-forest-castle-sw-nw.png
+share/wesnoth/images/terrain/snow-forest-castle-sw.png
+share/wesnoth/images/terrain/snow-forest-castle.png
+share/wesnoth/images/terrain/snow-forest-tile.png
share/wesnoth/images/terrain/snow-forest.png
share/wesnoth/images/terrain/snow-forest2.png
share/wesnoth/images/terrain/snow-forest3.png
+share/wesnoth/images/terrain/snow-forest4.png
+share/wesnoth/images/terrain/snow-forest_small.png
share/wesnoth/images/terrain/snow-hills-n-ne.png
share/wesnoth/images/terrain/snow-hills-n.png
share/wesnoth/images/terrain/snow-hills-ne.png
@@ -2582,15 +3022,241 @@
share/wesnoth/images/terrain/snow-se-s-sw-nw.png
share/wesnoth/images/terrain/snow-se-s-sw.png
share/wesnoth/images/terrain/snow-se-s.png
-share/wesnoth/images/terrain/snow-se-sw-nw.png
share/wesnoth/images/terrain/snow-se.png
share/wesnoth/images/terrain/snow-sw-nw-n-ne.png
share/wesnoth/images/terrain/snow-sw-nw-n.png
share/wesnoth/images/terrain/snow-sw-nw.png
share/wesnoth/images/terrain/snow-sw.png
+share/wesnoth/images/terrain/snow-to-water-n-ne-se-s.png
+share/wesnoth/images/terrain/snow-to-water-n-ne-se.png
+share/wesnoth/images/terrain/snow-to-water-n-ne.png
+share/wesnoth/images/terrain/snow-to-water-n.png
+share/wesnoth/images/terrain/snow-to-water-ne-se-s-sw.png
+share/wesnoth/images/terrain/snow-to-water-ne-se-s.png
+share/wesnoth/images/terrain/snow-to-water-ne-se.png
+share/wesnoth/images/terrain/snow-to-water-ne.png
+share/wesnoth/images/terrain/snow-to-water-nw-n-ne-se.png
+share/wesnoth/images/terrain/snow-to-water-nw-n-ne.png
+share/wesnoth/images/terrain/snow-to-water-nw-n.png
+share/wesnoth/images/terrain/snow-to-water-nw.png
+share/wesnoth/images/terrain/snow-to-water-s-sw-nw-n.png
+share/wesnoth/images/terrain/snow-to-water-s-sw-nw.png
+share/wesnoth/images/terrain/snow-to-water-s-sw.png
+share/wesnoth/images/terrain/snow-to-water-s.png
+share/wesnoth/images/terrain/snow-to-water-se-s-sw-nw.png
+share/wesnoth/images/terrain/snow-to-water-se-s-sw.png
+share/wesnoth/images/terrain/snow-to-water-se-s.png
+share/wesnoth/images/terrain/snow-to-water-se.png
+share/wesnoth/images/terrain/snow-to-water-sw-nw-n-ne.png
+share/wesnoth/images/terrain/snow-to-water-sw-nw-n.png
+share/wesnoth/images/terrain/snow-to-water-sw-nw.png
+share/wesnoth/images/terrain/snow-to-water-sw.png
share/wesnoth/images/terrain/snow.png
share/wesnoth/images/terrain/snow2.png
share/wesnoth/images/terrain/snowbits.png
+share/wesnoth/images/terrain/sunken-ruin-concave-e.png
+share/wesnoth/images/terrain/sunken-ruin-concave-ne.png
+share/wesnoth/images/terrain/sunken-ruin-concave-nw.png
+share/wesnoth/images/terrain/sunken-ruin-concave-se.png
+share/wesnoth/images/terrain/sunken-ruin-concave-sw.png
+share/wesnoth/images/terrain/sunken-ruin-concave-w.png
+share/wesnoth/images/terrain/sunken-ruin-convex-e.png
+share/wesnoth/images/terrain/sunken-ruin-convex-ne.png
+share/wesnoth/images/terrain/sunken-ruin-convex-nw.png
+share/wesnoth/images/terrain/sunken-ruin-convex-se.png
+share/wesnoth/images/terrain/sunken-ruin-convex-sw.png
+share/wesnoth/images/terrain/sunken-ruin-convex-w.png
+share/wesnoth/images/terrain/sunken-ruin-n.png
+share/wesnoth/images/terrain/sunken-ruin-ne.png
+share/wesnoth/images/terrain/sunken-ruin-nw.png
+share/wesnoth/images/terrain/sunken-ruin-s.png
+share/wesnoth/images/terrain/sunken-ruin-se.png
+share/wesnoth/images/terrain/sunken-ruin-sw.png
+share/wesnoth/images/terrain/sunken-ruin.png
+share/wesnoth/images/terrain/sunken-ruin1-concave-e.png
+share/wesnoth/images/terrain/sunken-ruin1-concave-ne.png
+share/wesnoth/images/terrain/sunken-ruin1-concave-nw.png
+share/wesnoth/images/terrain/sunken-ruin1-concave-se.png
+share/wesnoth/images/terrain/sunken-ruin1-concave-sw.png
+share/wesnoth/images/terrain/sunken-ruin1-concave-w.png
+share/wesnoth/images/terrain/sunken-ruin1-convex-e.png
+share/wesnoth/images/terrain/sunken-ruin1-convex-ne.png
+share/wesnoth/images/terrain/sunken-ruin1-convex-nw.png
+share/wesnoth/images/terrain/sunken-ruin1-convex-se.png
+share/wesnoth/images/terrain/sunken-ruin1-convex-sw.png
+share/wesnoth/images/terrain/sunken-ruin1-convex-w.png
+share/wesnoth/images/terrain/sunken-ruin2-concave-e.png
+share/wesnoth/images/terrain/sunken-ruin2-concave-ne.png
+share/wesnoth/images/terrain/sunken-ruin2-concave-nw.png
+share/wesnoth/images/terrain/sunken-ruin2-concave-se.png
+share/wesnoth/images/terrain/sunken-ruin2-concave-sw.png
+share/wesnoth/images/terrain/sunken-ruin2-concave-w.png
+share/wesnoth/images/terrain/sunken-ruin2-convex-e.png
+share/wesnoth/images/terrain/sunken-ruin2-convex-ne.png
+share/wesnoth/images/terrain/sunken-ruin2-convex-nw.png
+share/wesnoth/images/terrain/sunken-ruin2-convex-se.png
+share/wesnoth/images/terrain/sunken-ruin2-convex-sw.png
+share/wesnoth/images/terrain/sunken-ruin2-convex-w.png
+share/wesnoth/images/terrain/sunken-ruin2.png
+share/wesnoth/images/terrain/sunken-ruin3-concave-e.png
+share/wesnoth/images/terrain/sunken-ruin3-concave-ne.png
+share/wesnoth/images/terrain/sunken-ruin3-concave-nw.png
+share/wesnoth/images/terrain/sunken-ruin3-concave-se.png
+share/wesnoth/images/terrain/sunken-ruin3-concave-sw.png
+share/wesnoth/images/terrain/sunken-ruin3-concave-w.png
+share/wesnoth/images/terrain/sunken-ruin3-convex-e.png
+share/wesnoth/images/terrain/sunken-ruin3-convex-ne.png
+share/wesnoth/images/terrain/sunken-ruin3-convex-nw.png
+share/wesnoth/images/terrain/sunken-ruin3-convex-se.png
+share/wesnoth/images/terrain/sunken-ruin3-convex-sw.png
+share/wesnoth/images/terrain/sunken-ruin3-convex-w.png
+share/wesnoth/images/terrain/sunken-ruin4-concave-e.png
+share/wesnoth/images/terrain/sunken-ruin4-concave-ne.png
+share/wesnoth/images/terrain/sunken-ruin4-concave-nw.png
+share/wesnoth/images/terrain/sunken-ruin4-concave-se.png
+share/wesnoth/images/terrain/sunken-ruin4-concave-sw.png
+share/wesnoth/images/terrain/sunken-ruin4-concave-w.png
+share/wesnoth/images/terrain/sunken-ruin4-convex-e.png
+share/wesnoth/images/terrain/sunken-ruin4-convex-ne.png
+share/wesnoth/images/terrain/sunken-ruin4-convex-nw.png
+share/wesnoth/images/terrain/sunken-ruin4-convex-se.png
+share/wesnoth/images/terrain/sunken-ruin4-convex-sw.png
+share/wesnoth/images/terrain/sunken-ruin4-convex-w.png
+share/wesnoth/images/terrain/sunken-ruin5-concave-e.png
+share/wesnoth/images/terrain/sunken-ruin5-concave-ne.png
+share/wesnoth/images/terrain/sunken-ruin5-concave-nw.png
+share/wesnoth/images/terrain/sunken-ruin5-concave-se.png
+share/wesnoth/images/terrain/sunken-ruin5-concave-sw.png
+share/wesnoth/images/terrain/sunken-ruin5-concave-w.png
+share/wesnoth/images/terrain/sunken-ruin5-convex-e.png
+share/wesnoth/images/terrain/sunken-ruin5-convex-ne.png
+share/wesnoth/images/terrain/sunken-ruin5-convex-nw.png
+share/wesnoth/images/terrain/sunken-ruin5-convex-se.png
+share/wesnoth/images/terrain/sunken-ruin5-convex-sw.png
+share/wesnoth/images/terrain/sunken-ruin5-convex-w.png
+share/wesnoth/images/terrain/sunken-ruinkeep.png
+share/wesnoth/images/terrain/sunken-ruinkeep1-inside-e.png
+share/wesnoth/images/terrain/sunken-ruinkeep1-inside-ne.png
+share/wesnoth/images/terrain/sunken-ruinkeep1-inside-nw.png
+share/wesnoth/images/terrain/sunken-ruinkeep1-inside-se.png
+share/wesnoth/images/terrain/sunken-ruinkeep1-inside-sw.png
+share/wesnoth/images/terrain/sunken-ruinkeep1-inside-w.png
+share/wesnoth/images/terrain/sunken-ruinkeep1-keep-e.png
+share/wesnoth/images/terrain/sunken-ruinkeep1-keep-ne.png
+share/wesnoth/images/terrain/sunken-ruinkeep1-keep-nw.png
+share/wesnoth/images/terrain/sunken-ruinkeep1-keep-se.png
+share/wesnoth/images/terrain/sunken-ruinkeep1-keep-sw.png
+share/wesnoth/images/terrain/sunken-ruinkeep1-keep-w.png
+share/wesnoth/images/terrain/sunken-ruinkeep1-wall-0-e.png
+share/wesnoth/images/terrain/sunken-ruinkeep1-wall-0-ne.png
+share/wesnoth/images/terrain/sunken-ruinkeep1-wall-0-nw.png
+share/wesnoth/images/terrain/sunken-ruinkeep1-wall-0-se.png
+share/wesnoth/images/terrain/sunken-ruinkeep1-wall-0-sw.png
+share/wesnoth/images/terrain/sunken-ruinkeep1-wall-0-w.png
+share/wesnoth/images/terrain/sunken-ruinkeep1-wall-1-e.png
+share/wesnoth/images/terrain/sunken-ruinkeep1-wall-1-ne.png
+share/wesnoth/images/terrain/sunken-ruinkeep1-wall-1-nw.png
+share/wesnoth/images/terrain/sunken-ruinkeep1-wall-1-se.png
+share/wesnoth/images/terrain/sunken-ruinkeep1-wall-1-sw.png
+share/wesnoth/images/terrain/sunken-ruinkeep1-wall-1-w.png
+share/wesnoth/images/terrain/sunken-ruinkeep1-wall-e.png
+share/wesnoth/images/terrain/sunken-ruinkeep1-wall-ne.png
+share/wesnoth/images/terrain/sunken-ruinkeep1-wall-nw.png
+share/wesnoth/images/terrain/sunken-ruinkeep1-wall-se.png
+share/wesnoth/images/terrain/sunken-ruinkeep1-wall-sw.png
+share/wesnoth/images/terrain/sunken-ruinkeep1-wall-w.png
+share/wesnoth/images/terrain/sunken-ruinkeep2-inside-e.png
+share/wesnoth/images/terrain/sunken-ruinkeep2-inside-ne.png
+share/wesnoth/images/terrain/sunken-ruinkeep2-inside-nw.png
+share/wesnoth/images/terrain/sunken-ruinkeep2-inside-se.png
+share/wesnoth/images/terrain/sunken-ruinkeep2-inside-sw.png
+share/wesnoth/images/terrain/sunken-ruinkeep2-inside-w.png
+share/wesnoth/images/terrain/sunken-ruinkeep2-keep-e.png
+share/wesnoth/images/terrain/sunken-ruinkeep2-keep-ne.png
+share/wesnoth/images/terrain/sunken-ruinkeep2-keep-nw.png
+share/wesnoth/images/terrain/sunken-ruinkeep2-keep-se.png
+share/wesnoth/images/terrain/sunken-ruinkeep2-keep-sw.png
+share/wesnoth/images/terrain/sunken-ruinkeep2-keep-w.png
+share/wesnoth/images/terrain/sunken-ruinkeep2-wall-0-e.png
+share/wesnoth/images/terrain/sunken-ruinkeep2-wall-0-ne.png
+share/wesnoth/images/terrain/sunken-ruinkeep2-wall-0-nw.png
+share/wesnoth/images/terrain/sunken-ruinkeep2-wall-0-se.png
+share/wesnoth/images/terrain/sunken-ruinkeep2-wall-0-sw.png
+share/wesnoth/images/terrain/sunken-ruinkeep2-wall-0-w.png
+share/wesnoth/images/terrain/sunken-ruinkeep2-wall-1-e.png
+share/wesnoth/images/terrain/sunken-ruinkeep2-wall-1-ne.png
+share/wesnoth/images/terrain/sunken-ruinkeep2-wall-1-nw.png
+share/wesnoth/images/terrain/sunken-ruinkeep2-wall-1-se.png
+share/wesnoth/images/terrain/sunken-ruinkeep2-wall-1-sw.png
+share/wesnoth/images/terrain/sunken-ruinkeep2-wall-1-w.png
+share/wesnoth/images/terrain/sunken-ruinkeep2-wall-e.png
+share/wesnoth/images/terrain/sunken-ruinkeep2-wall-ne.png
+share/wesnoth/images/terrain/sunken-ruinkeep2-wall-nw.png
+share/wesnoth/images/terrain/sunken-ruinkeep2-wall-se.png
+share/wesnoth/images/terrain/sunken-ruinkeep2-wall-sw.png
+share/wesnoth/images/terrain/sunken-ruinkeep2-wall-w.png
+share/wesnoth/images/terrain/sunken-ruinkeep2.png
+share/wesnoth/images/terrain/sunken-ruinkeep3-inside-e.png
+share/wesnoth/images/terrain/sunken-ruinkeep3-inside-ne.png
+share/wesnoth/images/terrain/sunken-ruinkeep3-inside-nw.png
+share/wesnoth/images/terrain/sunken-ruinkeep3-inside-se.png
+share/wesnoth/images/terrain/sunken-ruinkeep3-inside-sw.png
+share/wesnoth/images/terrain/sunken-ruinkeep3-inside-w.png
+share/wesnoth/images/terrain/sunken-ruinkeep3-keep-e.png
+share/wesnoth/images/terrain/sunken-ruinkeep3-keep-ne.png
+share/wesnoth/images/terrain/sunken-ruinkeep3-keep-nw.png
+share/wesnoth/images/terrain/sunken-ruinkeep3-keep-se.png
+share/wesnoth/images/terrain/sunken-ruinkeep3-keep-sw.png
+share/wesnoth/images/terrain/sunken-ruinkeep3-keep-w.png
+share/wesnoth/images/terrain/sunken-ruinkeep3-wall-0-e.png
+share/wesnoth/images/terrain/sunken-ruinkeep3-wall-0-ne.png
+share/wesnoth/images/terrain/sunken-ruinkeep3-wall-0-nw.png
+share/wesnoth/images/terrain/sunken-ruinkeep3-wall-0-se.png
+share/wesnoth/images/terrain/sunken-ruinkeep3-wall-0-sw.png
+share/wesnoth/images/terrain/sunken-ruinkeep3-wall-0-w.png
+share/wesnoth/images/terrain/sunken-ruinkeep3-wall-1-e.png
+share/wesnoth/images/terrain/sunken-ruinkeep3-wall-1-ne.png
+share/wesnoth/images/terrain/sunken-ruinkeep3-wall-1-nw.png
+share/wesnoth/images/terrain/sunken-ruinkeep3-wall-1-se.png
+share/wesnoth/images/terrain/sunken-ruinkeep3-wall-1-sw.png
+share/wesnoth/images/terrain/sunken-ruinkeep3-wall-1-w.png
+share/wesnoth/images/terrain/sunken-ruinkeep3-wall-e.png
+share/wesnoth/images/terrain/sunken-ruinkeep3-wall-ne.png
+share/wesnoth/images/terrain/sunken-ruinkeep3-wall-nw.png
+share/wesnoth/images/terrain/sunken-ruinkeep3-wall-se.png
+share/wesnoth/images/terrain/sunken-ruinkeep3-wall-sw.png
+share/wesnoth/images/terrain/sunken-ruinkeep3-wall-w.png
+share/wesnoth/images/terrain/sunkenkeep-inside-e.png
+share/wesnoth/images/terrain/sunkenkeep-inside-ne.png
+share/wesnoth/images/terrain/sunkenkeep-inside-nw.png
+share/wesnoth/images/terrain/sunkenkeep-inside-se.png
+share/wesnoth/images/terrain/sunkenkeep-inside-sw.png
+share/wesnoth/images/terrain/sunkenkeep-inside-w.png
+share/wesnoth/images/terrain/sunkenkeep-keep-e.png
+share/wesnoth/images/terrain/sunkenkeep-keep-ne.png
+share/wesnoth/images/terrain/sunkenkeep-keep-nw.png
+share/wesnoth/images/terrain/sunkenkeep-keep-se.png
+share/wesnoth/images/terrain/sunkenkeep-keep-sw.png
+share/wesnoth/images/terrain/sunkenkeep-keep-w.png
+share/wesnoth/images/terrain/sunkenkeep-wall-0-e.png
+share/wesnoth/images/terrain/sunkenkeep-wall-0-ne.png
+share/wesnoth/images/terrain/sunkenkeep-wall-0-nw.png
+share/wesnoth/images/terrain/sunkenkeep-wall-0-se.png
+share/wesnoth/images/terrain/sunkenkeep-wall-0-sw.png
+share/wesnoth/images/terrain/sunkenkeep-wall-0-w.png
+share/wesnoth/images/terrain/sunkenkeep-wall-1-e.png
+share/wesnoth/images/terrain/sunkenkeep-wall-1-ne.png
+share/wesnoth/images/terrain/sunkenkeep-wall-1-nw.png
+share/wesnoth/images/terrain/sunkenkeep-wall-1-se.png
+share/wesnoth/images/terrain/sunkenkeep-wall-1-sw.png
+share/wesnoth/images/terrain/sunkenkeep-wall-1-w.png
+share/wesnoth/images/terrain/sunkenkeep-wall-e.png
+share/wesnoth/images/terrain/sunkenkeep-wall-ne.png
+share/wesnoth/images/terrain/sunkenkeep-wall-nw.png
+share/wesnoth/images/terrain/sunkenkeep-wall-se.png
+share/wesnoth/images/terrain/sunkenkeep-wall-sw.png
+share/wesnoth/images/terrain/sunkenkeep-wall-w.png
+share/wesnoth/images/terrain/sunkenkeep.png
share/wesnoth/images/terrain/swampwater-n.png
share/wesnoth/images/terrain/swampwater-ne.png
share/wesnoth/images/terrain/swampwater-nw.png
@@ -2621,27 +3287,37 @@
share/wesnoth/images/terrain/tropical-forest2.png
share/wesnoth/images/terrain/tropical-forest3.png
share/wesnoth/images/terrain/tropical-forest4.png
+share/wesnoth/images/terrain/village-cave-tile.png
share/wesnoth/images/terrain/village-cave.png
+share/wesnoth/images/terrain/village-coast-tile.png
share/wesnoth/images/terrain/village-coast.png
share/wesnoth/images/terrain/village-desert-shadow.png
+share/wesnoth/images/terrain/village-desert-tile.png
share/wesnoth/images/terrain/village-desert.png
+share/wesnoth/images/terrain/village-desert2-tile.png
share/wesnoth/images/terrain/village-desert2.png
share/wesnoth/images/terrain/village-dusk.png
share/wesnoth/images/terrain/village-dusk2.png
share/wesnoth/images/terrain/village-dusk3.png
share/wesnoth/images/terrain/village-dusk4.png
+share/wesnoth/images/terrain/village-elven-tile.png
+share/wesnoth/images/terrain/village-elven.png
+share/wesnoth/images/terrain/village-elven2.png
share/wesnoth/images/terrain/village-first_watch.png
+share/wesnoth/images/terrain/village-human-hills-tile.png
+share/wesnoth/images/terrain/village-human-mountain-tile.png
+share/wesnoth/images/terrain/village-human-snow-hills-tile.png
+share/wesnoth/images/terrain/village-human-tile.png
share/wesnoth/images/terrain/village-human.png
-share/wesnoth/images/terrain/village-n.png
-share/wesnoth/images/terrain/village-ne.png
-share/wesnoth/images/terrain/village-nw.png
-share/wesnoth/images/terrain/village-s.png
-share/wesnoth/images/terrain/village-se.png
+share/wesnoth/images/terrain/village-human2.png
+share/wesnoth/images/terrain/village-human3.png
share/wesnoth/images/terrain/village-second_watch.png
+share/wesnoth/images/terrain/village-snow-tile.png
share/wesnoth/images/terrain/village-snow.png
-share/wesnoth/images/terrain/village-sw.png
+share/wesnoth/images/terrain/village-swampwater-tile.png
share/wesnoth/images/terrain/village-swampwater.png
share/wesnoth/images/terrain/village-tropical-forest.png
+share/wesnoth/images/terrain/village-tropical-tile.png
share/wesnoth/images/terrain/village.png
share/wesnoth/images/terrain/void-n-ne-se-s.png
share/wesnoth/images/terrain/void-n-ne-se.png
@@ -2665,9 +3341,21 @@
share/wesnoth/images/terrain/void-sw.png
share/wesnoth/images/terrain/void.png
share/wesnoth/images/thief+female-attack.png
+share/wesnoth/images/thief+female-defend-1-1.png
+share/wesnoth/images/thief+female-defend-1-2.png
+share/wesnoth/images/thief+female-defend-2-1.png
+share/wesnoth/images/thief+female-defend-2-2.png
+share/wesnoth/images/thief+female-defend-3-1.png
+share/wesnoth/images/thief+female-defend-3-2.png
share/wesnoth/images/thief+female-defend.png
share/wesnoth/images/thief+female.png
share/wesnoth/images/thief-attack.png
+share/wesnoth/images/thief-defend-1-1.png
+share/wesnoth/images/thief-defend-1-2.png
+share/wesnoth/images/thief-defend-2-1.png
+share/wesnoth/images/thief-defend-2-2.png
+share/wesnoth/images/thief-defend-3-1.png
+share/wesnoth/images/thief-defend-3-2.png
share/wesnoth/images/thief-defend.png
share/wesnoth/images/thief.png
share/wesnoth/images/tools/
@@ -2698,9 +3386,14 @@
share/wesnoth/images/troll-whelp.png
share/wesnoth/images/undead-adept-attack.png
share/wesnoth/images/undead-adept-defend.png
+share/wesnoth/images/undead-adept-die-1.png
+share/wesnoth/images/undead-adept-die-2.png
share/wesnoth/images/undead-adept.png
share/wesnoth/images/undead-ancient-lich-attack.png
share/wesnoth/images/undead-ancient-lich-defend.png
+share/wesnoth/images/undead-ancient-lich-die-1.png
+share/wesnoth/images/undead-ancient-lich-die-2.png
+share/wesnoth/images/undead-ancient-lich-die-3.png
share/wesnoth/images/undead-ancient-lich.png
share/wesnoth/images/undead-archer-attack.png
share/wesnoth/images/undead-archer-attack1.png
@@ -2713,34 +3406,48 @@
share/wesnoth/images/undead-blackspell.png
share/wesnoth/images/undead-bloodbat-attack.png
share/wesnoth/images/undead-bloodbat-defend.png
+share/wesnoth/images/undead-bloodbat-die-1.png
+share/wesnoth/images/undead-bloodbat-die-2.png
share/wesnoth/images/undead-bloodbat.png
share/wesnoth/images/undead-boneshooter-attack.png
share/wesnoth/images/undead-boneshooter-attack1.png
share/wesnoth/images/undead-boneshooter-attack2.png
share/wesnoth/images/undead-boneshooter-defend.png
+share/wesnoth/images/undead-boneshooter-die-1.png
+share/wesnoth/images/undead-boneshooter-die-2.png
share/wesnoth/images/undead-boneshooter.png
share/wesnoth/images/undead-chocobone-attack.png
share/wesnoth/images/undead-chocobone-defend.png
+share/wesnoth/images/undead-chocobone-die-1.png
+share/wesnoth/images/undead-chocobone-die-2.png
share/wesnoth/images/undead-chocobone-moving.png
share/wesnoth/images/undead-chocobone.png
share/wesnoth/images/undead-darkspirit-attack.png
share/wesnoth/images/undead-darkspirit-attack1.png
share/wesnoth/images/undead-darkspirit-defend.png
+share/wesnoth/images/undead-darkspirit-die-1.png
+share/wesnoth/images/undead-darkspirit-die-2.png
share/wesnoth/images/undead-darkspirit.png
share/wesnoth/images/undead-deathblade-attack1.png
share/wesnoth/images/undead-deathblade-attack2.png
share/wesnoth/images/undead-deathblade-attack3.png
share/wesnoth/images/undead-deathblade-defend.png
+share/wesnoth/images/undead-deathblade-die-1.png
+share/wesnoth/images/undead-deathblade-die-2.png
share/wesnoth/images/undead-deathblade.png
share/wesnoth/images/undead-deathknight-attack-crossbow-1.png
share/wesnoth/images/undead-deathknight-attack-crossbow-2.png
share/wesnoth/images/undead-deathknight-attack.png
share/wesnoth/images/undead-deathknight-defend.png
+share/wesnoth/images/undead-deathknight-die-1.png
+share/wesnoth/images/undead-deathknight-die-2.png
share/wesnoth/images/undead-deathknight-leading.png
share/wesnoth/images/undead-deathknight.png
share/wesnoth/images/undead-deathmaster-attack1.png
share/wesnoth/images/undead-deathmaster-attack2.png
share/wesnoth/images/undead-deathmaster-defend.png
+share/wesnoth/images/undead-deathmaster-die-1.png
+share/wesnoth/images/undead-deathmaster-die-2.png
share/wesnoth/images/undead-deathmaster-ranged1.png
share/wesnoth/images/undead-deathmaster-ranged2.png
share/wesnoth/images/undead-deathmaster-ranged3.png
@@ -2748,13 +3455,24 @@
share/wesnoth/images/undead-deathmaster.png
share/wesnoth/images/undead-demilich-attack.png
share/wesnoth/images/undead-demilich-defend.png
+share/wesnoth/images/undead-demilich-die-1.png
+share/wesnoth/images/undead-demilich-die-2.png
share/wesnoth/images/undead-demilich-ranged1.png
share/wesnoth/images/undead-demilich-ranged2.png
share/wesnoth/images/undead-demilich.png
share/wesnoth/images/undead-draug-attack1.png
share/wesnoth/images/undead-draug-attack2.png
share/wesnoth/images/undead-draug-defend.png
+share/wesnoth/images/undead-draug-die-1.png
+share/wesnoth/images/undead-draug-die-2.png
share/wesnoth/images/undead-draug.png
+share/wesnoth/images/undead-dread-lich-attack.png
+share/wesnoth/images/undead-dread-lich-attack1.png
+share/wesnoth/images/undead-dread-lich-attack2.png
+share/wesnoth/images/undead-dread-lich-attack3.png
+share/wesnoth/images/undead-dread-lich-attack4.png
+share/wesnoth/images/undead-dread-lich-defend.png
+share/wesnoth/images/undead-dread-lich.png
share/wesnoth/images/undead-ghost-attack.png
share/wesnoth/images/undead-ghost-attack1.png
share/wesnoth/images/undead-ghost-defend.png
@@ -2781,9 +3499,16 @@
share/wesnoth/images/undead-nightgaunt-attack.png
share/wesnoth/images/undead-nightgaunt-attack2.png
share/wesnoth/images/undead-nightgaunt-defend.png
+share/wesnoth/images/undead-nightgaunt-die-1.png
+share/wesnoth/images/undead-nightgaunt-die-2.png
+share/wesnoth/images/undead-nightgaunt-die-3.png
+share/wesnoth/images/undead-nightgaunt-die-4.png
+share/wesnoth/images/undead-nightgaunt-die-5.png
share/wesnoth/images/undead-nightgaunt.png
share/wesnoth/images/undead-revenant-attack.png
share/wesnoth/images/undead-revenant-defend.png
+share/wesnoth/images/undead-revenant-dying-2.png
+share/wesnoth/images/undead-revenant-dying.png
share/wesnoth/images/undead-revenant.png
share/wesnoth/images/undead-shadow-attack.png
share/wesnoth/images/undead-shadow-defend.png
@@ -2791,18 +3516,83 @@
share/wesnoth/images/undead-skeleton-attack.png
share/wesnoth/images/undead-skeleton-attackb.png
share/wesnoth/images/undead-skeleton-defend.png
+share/wesnoth/images/undead-skeleton-dying-2.png
+share/wesnoth/images/undead-skeleton-dying.png
share/wesnoth/images/undead-skeleton.png
+share/wesnoth/images/undead-sorcerer-defend.png
+share/wesnoth/images/undead-sorcerer-die-1.png
+share/wesnoth/images/undead-sorcerer-die-2.png
+share/wesnoth/images/undead-sorcerer-ranged1.png
+share/wesnoth/images/undead-sorcerer-ranged2.png
+share/wesnoth/images/undead-sorcerer-staff1.png
+share/wesnoth/images/undead-sorcerer-staff2.png
+share/wesnoth/images/undead-sorcerer.png
+share/wesnoth/images/undead-soulless-attack-n.png
+share/wesnoth/images/undead-soulless-attack-s.png
+share/wesnoth/images/undead-soulless-attack.png
share/wesnoth/images/undead-soulless-defend.png
+share/wesnoth/images/undead-soulless-die-1.png
+share/wesnoth/images/undead-soulless-die-2.png
+share/wesnoth/images/undead-soulless-die-3.png
+share/wesnoth/images/undead-soulless-drake-attack-n.png
+share/wesnoth/images/undead-soulless-drake-attack-s.png
+share/wesnoth/images/undead-soulless-drake-attack.png
+share/wesnoth/images/undead-soulless-drake-die-1.png
+share/wesnoth/images/undead-soulless-drake-die-2.png
+share/wesnoth/images/undead-soulless-drake-die-3.png
+share/wesnoth/images/undead-soulless-drake.png
share/wesnoth/images/undead-soulless-melee.png
+share/wesnoth/images/undead-soulless-mounted-attack-n.png
+share/wesnoth/images/undead-soulless-mounted-attack-s.png
+share/wesnoth/images/undead-soulless-mounted-attack.png
+share/wesnoth/images/undead-soulless-mounted-die-1.png
+share/wesnoth/images/undead-soulless-mounted-die-2.png
+share/wesnoth/images/undead-soulless-mounted-die-3.png
+share/wesnoth/images/undead-soulless-mounted.png
+share/wesnoth/images/undead-soulless-saurian-attack-n.png
+share/wesnoth/images/undead-soulless-saurian-attack-s.png
+share/wesnoth/images/undead-soulless-saurian-attack.png
+share/wesnoth/images/undead-soulless-saurian-die-1.png
+share/wesnoth/images/undead-soulless-saurian-die-2.png
+share/wesnoth/images/undead-soulless-saurian-die-3.png
+share/wesnoth/images/undead-soulless-saurian.png
+share/wesnoth/images/undead-soulless-swimmer-attack-n.png
+share/wesnoth/images/undead-soulless-swimmer-attack-s.png
+share/wesnoth/images/undead-soulless-swimmer-attack.png
+share/wesnoth/images/undead-soulless-swimmer-die-1.png
+share/wesnoth/images/undead-soulless-swimmer-die-2.png
+share/wesnoth/images/undead-soulless-swimmer-die-3.png
+share/wesnoth/images/undead-soulless-swimmer.png
+share/wesnoth/images/undead-soulless-troll-attack-n.png
+share/wesnoth/images/undead-soulless-troll-attack-s.png
+share/wesnoth/images/undead-soulless-troll-attack.png
+share/wesnoth/images/undead-soulless-troll-die-1.png
+share/wesnoth/images/undead-soulless-troll-die-2.png
+share/wesnoth/images/undead-soulless-troll-die-3.png
+share/wesnoth/images/undead-soulless-troll.png
+share/wesnoth/images/undead-soulless-wose-attack-n.png
+share/wesnoth/images/undead-soulless-wose-attack-s.png
+share/wesnoth/images/undead-soulless-wose-attack.png
+share/wesnoth/images/undead-soulless-wose-die-1.png
+share/wesnoth/images/undead-soulless-wose-die-2.png
+share/wesnoth/images/undead-soulless-wose-die-3.png
+share/wesnoth/images/undead-soulless-wose.png
share/wesnoth/images/undead-soulless.png
share/wesnoth/images/undead-soulshooter-attack.png
share/wesnoth/images/undead-soulshooter-defend.png
share/wesnoth/images/undead-soulshooter-ranged.png
+share/wesnoth/images/undead-soulshooter-ranged1.png
share/wesnoth/images/undead-soulshooter-ranged2.png
+share/wesnoth/images/undead-soulshooter-ranged3.png
+share/wesnoth/images/undead-soulshooter-ranged4.png
share/wesnoth/images/undead-soulshooter.png
share/wesnoth/images/undead-spectre-attack.png
share/wesnoth/images/undead-spectre-attack1.png
share/wesnoth/images/undead-spectre-defend.png
+share/wesnoth/images/undead-spectre-die-1.png
+share/wesnoth/images/undead-spectre-die-2.png
+share/wesnoth/images/undead-spectre-die-3.png
+share/wesnoth/images/undead-spectre-die-4.png
share/wesnoth/images/undead-spectre.png
share/wesnoth/images/undead-vampirelady-attack.png
share/wesnoth/images/undead-vampirelady-defend.png
@@ -2812,7 +3602,54 @@
share/wesnoth/images/undead-wraith-attack1.png
share/wesnoth/images/undead-wraith-defend.png
share/wesnoth/images/undead-wraith.png
+share/wesnoth/images/undead-zombie-attack-n.png
+share/wesnoth/images/undead-zombie-attack-s.png
share/wesnoth/images/undead-zombie-attack.png
+share/wesnoth/images/undead-zombie-die-1.png
+share/wesnoth/images/undead-zombie-die-2.png
+share/wesnoth/images/undead-zombie-die-3.png
+share/wesnoth/images/undead-zombie-drake-attack-n.png
+share/wesnoth/images/undead-zombie-drake-attack-s.png
+share/wesnoth/images/undead-zombie-drake-attack.png
+share/wesnoth/images/undead-zombie-drake-die-1.png
+share/wesnoth/images/undead-zombie-drake-die-2.png
+share/wesnoth/images/undead-zombie-drake-die-3.png
+share/wesnoth/images/undead-zombie-drake.png
+share/wesnoth/images/undead-zombie-mounted-attack-n.png
+share/wesnoth/images/undead-zombie-mounted-attack-s.png
+share/wesnoth/images/undead-zombie-mounted-attack.png
+share/wesnoth/images/undead-zombie-mounted-die-1.png
+share/wesnoth/images/undead-zombie-mounted-die-2.png
+share/wesnoth/images/undead-zombie-mounted-die-3.png
+share/wesnoth/images/undead-zombie-mounted.png
+share/wesnoth/images/undead-zombie-saurian-attack-n.png
+share/wesnoth/images/undead-zombie-saurian-attack-s.png
+share/wesnoth/images/undead-zombie-saurian-attack.png
+share/wesnoth/images/undead-zombie-saurian-die-1.png
+share/wesnoth/images/undead-zombie-saurian-die-2.png
+share/wesnoth/images/undead-zombie-saurian-die-3.png
+share/wesnoth/images/undead-zombie-saurian.png
+share/wesnoth/images/undead-zombie-swimmer-attack-n.png
+share/wesnoth/images/undead-zombie-swimmer-attack-s.png
+share/wesnoth/images/undead-zombie-swimmer-attack.png
+share/wesnoth/images/undead-zombie-swimmer-die-1.png
+share/wesnoth/images/undead-zombie-swimmer-die-2.png
+share/wesnoth/images/undead-zombie-swimmer-die-3.png
+share/wesnoth/images/undead-zombie-swimmer.png
+share/wesnoth/images/undead-zombie-troll-attack-n.png
+share/wesnoth/images/undead-zombie-troll-attack-s.png
+share/wesnoth/images/undead-zombie-troll-attack.png
+share/wesnoth/images/undead-zombie-troll-die-1.png
+share/wesnoth/images/undead-zombie-troll-die-2.png
+share/wesnoth/images/undead-zombie-troll-die-3.png
+share/wesnoth/images/undead-zombie-troll.png
+share/wesnoth/images/undead-zombie-wose-attack-n.png
+share/wesnoth/images/undead-zombie-wose-attack-s.png
+share/wesnoth/images/undead-zombie-wose-attack.png
+share/wesnoth/images/undead-zombie-wose-die-1.png
+share/wesnoth/images/undead-zombie-wose-die-2.png
+share/wesnoth/images/undead-zombie-wose-die-3.png
+share/wesnoth/images/undead-zombie-wose.png
share/wesnoth/images/undead-zombie.png
share/wesnoth/images/warrior-king-attack1.png
share/wesnoth/images/warrior-king-attack2.png
@@ -2862,6 +3699,9 @@
share/wesnoth/images/wolf-rider.png
share/wesnoth/images/wose-ancient-attack.png
share/wesnoth/images/wose-ancient-defend.png
+share/wesnoth/images/wose-ancient-die-1.png
+share/wesnoth/images/wose-ancient-die-2.png
+share/wesnoth/images/wose-ancient-die-3.png
share/wesnoth/images/wose-ancient.png
share/wesnoth/images/wose-attack-1.png
share/wesnoth/images/wose-attack-2.png
@@ -2879,6 +3719,10 @@
share/wesnoth/images/yeti.png
share/wesnoth/images/young-ogre-attack.png
share/wesnoth/images/young-ogre-defend.png
+share/wesnoth/images/young-ogre-die-1.png
+share/wesnoth/images/young-ogre-die-2.png
+share/wesnoth/images/young-ogre-die-3.png
+share/wesnoth/images/young-ogre-die-4.png
share/wesnoth/images/young-ogre.png
share/wesnoth/sounds/
share/wesnoth/sounds/arrive.wav
@@ -2926,10 +3770,19 @@
share/wesnoth/sounds/torch-swish.wav
share/wesnoth/sounds/ugg.wav
share/wesnoth/sounds/wolf-attack.wav
-share/wesnoth/sounds/wolf-cry.wav
share/wesnoth/sounds/zombie-attack.wav
share/wesnoth/sounds/zombie-hit.wav
share/wesnoth/translations/
+share/wesnoth/translations/af/
+share/wesnoth/translations/af/LC_MESSAGES/
+share/wesnoth/translations/af/LC_MESSAGES/wesnoth-editor.mo
+share/wesnoth/translations/af/LC_MESSAGES/wesnoth-ei.mo
+share/wesnoth/translations/af/LC_MESSAGES/wesnoth-httt.mo
+share/wesnoth/translations/af/LC_MESSAGES/wesnoth-lib.mo
+share/wesnoth/translations/af/LC_MESSAGES/wesnoth-sotbe.mo
+share/wesnoth/translations/af/LC_MESSAGES/wesnoth-tdh.mo
+share/wesnoth/translations/af/LC_MESSAGES/wesnoth-trow.mo
+share/wesnoth/translations/af/LC_MESSAGES/wesnoth.mo
share/wesnoth/translations/bg/
share/wesnoth/translations/bg/LC_MESSAGES/
share/wesnoth/translations/bg/LC_MESSAGES/wesnoth-editor.mo
@@ -3010,6 +3863,16 @@
share/wesnoth/translations/es/LC_MESSAGES/wesnoth-tdh.mo
share/wesnoth/translations/es/LC_MESSAGES/wesnoth-trow.mo
share/wesnoth/translations/es/LC_MESSAGES/wesnoth.mo
+share/wesnoth/translations/et/
+share/wesnoth/translations/et/LC_MESSAGES/
+share/wesnoth/translations/et/LC_MESSAGES/wesnoth-editor.mo
+share/wesnoth/translations/et/LC_MESSAGES/wesnoth-ei.mo
+share/wesnoth/translations/et/LC_MESSAGES/wesnoth-httt.mo
+share/wesnoth/translations/et/LC_MESSAGES/wesnoth-lib.mo
+share/wesnoth/translations/et/LC_MESSAGES/wesnoth-sotbe.mo
+share/wesnoth/translations/et/LC_MESSAGES/wesnoth-tdh.mo
+share/wesnoth/translations/et/LC_MESSAGES/wesnoth-trow.mo
+share/wesnoth/translations/et/LC_MESSAGES/wesnoth.mo
share/wesnoth/translations/eu/
share/wesnoth/translations/eu/LC_MESSAGES/
share/wesnoth/translations/eu/LC_MESSAGES/wesnoth-editor.mo
@@ -3060,6 +3923,16 @@
share/wesnoth/translations/it/LC_MESSAGES/wesnoth-tdh.mo
share/wesnoth/translations/it/LC_MESSAGES/wesnoth-trow.mo
share/wesnoth/translations/it/LC_MESSAGES/wesnoth.mo
+share/wesnoth/translations/ja/
+share/wesnoth/translations/ja/LC_MESSAGES/
+share/wesnoth/translations/ja/LC_MESSAGES/wesnoth-editor.mo
+share/wesnoth/translations/ja/LC_MESSAGES/wesnoth-ei.mo
+share/wesnoth/translations/ja/LC_MESSAGES/wesnoth-httt.mo
+share/wesnoth/translations/ja/LC_MESSAGES/wesnoth-lib.mo
+share/wesnoth/translations/ja/LC_MESSAGES/wesnoth-sotbe.mo
+share/wesnoth/translations/ja/LC_MESSAGES/wesnoth-tdh.mo
+share/wesnoth/translations/ja/LC_MESSAGES/wesnoth-trow.mo
+share/wesnoth/translations/ja/LC_MESSAGES/wesnoth.mo
share/wesnoth/translations/la/
share/wesnoth/translations/la/LC_MESSAGES/
share/wesnoth/translations/la/LC_MESSAGES/wesnoth-editor.mo
@@ -3140,6 +4013,16 @@
share/wesnoth/translations/sl/LC_MESSAGES/wesnoth-tdh.mo
share/wesnoth/translations/sl/LC_MESSAGES/wesnoth-trow.mo
share/wesnoth/translations/sl/LC_MESSAGES/wesnoth.mo
+share/wesnoth/translations/sr/
+share/wesnoth/translations/sr/LC_MESSAGES/
+share/wesnoth/translations/sr/LC_MESSAGES/wesnoth-editor.mo
+share/wesnoth/translations/sr/LC_MESSAGES/wesnoth-ei.mo
+share/wesnoth/translations/sr/LC_MESSAGES/wesnoth-httt.mo
+share/wesnoth/translations/sr/LC_MESSAGES/wesnoth-lib.mo
+share/wesnoth/translations/sr/LC_MESSAGES/wesnoth-sotbe.mo
+share/wesnoth/translations/sr/LC_MESSAGES/wesnoth-tdh.mo
+share/wesnoth/translations/sr/LC_MESSAGES/wesnoth-trow.mo
+share/wesnoth/translations/sr/LC_MESSAGES/wesnoth.mo
share/wesnoth/translations/sv/
share/wesnoth/translations/sv/LC_MESSAGES/
share/wesnoth/translations/sv/LC_MESSAGES/wesnoth-editor.mo
@@ -3150,3 +4033,23 @@
share/wesnoth/translations/sv/LC_MESSAGES/wesnoth-tdh.mo
share/wesnoth/translations/sv/LC_MESSAGES/wesnoth-trow.mo
share/wesnoth/translations/sv/LC_MESSAGES/wesnoth.mo
+share/wesnoth/translations/tr/
+share/wesnoth/translations/tr/LC_MESSAGES/
+share/wesnoth/translations/tr/LC_MESSAGES/wesnoth-editor.mo
+share/wesnoth/translations/tr/LC_MESSAGES/wesnoth-ei.mo
+share/wesnoth/translations/tr/LC_MESSAGES/wesnoth-httt.mo
+share/wesnoth/translations/tr/LC_MESSAGES/wesnoth-lib.mo
+share/wesnoth/translations/tr/LC_MESSAGES/wesnoth-sotbe.mo
+share/wesnoth/translations/tr/LC_MESSAGES/wesnoth-tdh.mo
+share/wesnoth/translations/tr/LC_MESSAGES/wesnoth-trow.mo
+share/wesnoth/translations/tr/LC_MESSAGES/wesnoth.mo
+share/wesnoth/translations/zh_CN/
+share/wesnoth/translations/zh_CN/LC_MESSAGES/
+share/wesnoth/translations/zh_CN/LC_MESSAGES/wesnoth-editor.mo
+share/wesnoth/translations/zh_CN/LC_MESSAGES/wesnoth-ei.mo
+share/wesnoth/translations/zh_CN/LC_MESSAGES/wesnoth-httt.mo
+share/wesnoth/translations/zh_CN/LC_MESSAGES/wesnoth-lib.mo
+share/wesnoth/translations/zh_CN/LC_MESSAGES/wesnoth-sotbe.mo
+share/wesnoth/translations/zh_CN/LC_MESSAGES/wesnoth-tdh.mo
+share/wesnoth/translations/zh_CN/LC_MESSAGES/wesnoth-trow.mo
+share/wesnoth/translations/zh_CN/LC_MESSAGES/wesnoth.mo
Visit your host, monkey.org