aboutsummaryrefslogtreecommitdiff
path: root/games/wesnoth
diff options
context:
space:
mode:
authorPhilip Paeps <philip@FreeBSD.org>2009-03-24 20:09:03 +0000
committerPhilip Paeps <philip@FreeBSD.org>2009-03-24 20:09:03 +0000
commita7fb8a41f41999e5e5419e85c162e0a1f60b7c4b (patch)
tree32408d0e7659af9927dec6c49645b496df76e57d /games/wesnoth
parent431720987706d2c6f39ca3d7f07ba4fcb97e397f (diff)
downloadports-a7fb8a41f41999e5e5419e85c162e0a1f60b7c4b.tar.gz
ports-a7fb8a41f41999e5e5419e85c162e0a1f60b7c4b.zip
Notes
Diffstat (limited to 'games/wesnoth')
-rw-r--r--games/wesnoth/Makefile47
-rw-r--r--games/wesnoth/distinfo6
-rw-r--r--games/wesnoth/files/patch-Makefile.in11
-rw-r--r--games/wesnoth/files/patch-configure11
-rw-r--r--games/wesnoth/files/patch-multiplayer_connect.cpp11
-rw-r--r--games/wesnoth/files/patch-src-Makefile.in11
-rw-r--r--games/wesnoth/files/patch-src::help.cpp11
-rw-r--r--games/wesnoth/files/patch-src::language.cpp15
-rw-r--r--games/wesnoth/files/patch-window_builder.cpp13
-rw-r--r--games/wesnoth/pkg-plist5428
10 files changed, 3291 insertions, 2273 deletions
diff --git a/games/wesnoth/Makefile b/games/wesnoth/Makefile
index 8360d60bec02..04fe6690fec3 100644
--- a/games/wesnoth/Makefile
+++ b/games/wesnoth/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= wesnoth
-PORTVERSION= 1.4.7
+PORTVERSION= 1.6
CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
http://www.wesnoth.org/files/
@@ -18,27 +18,41 @@ COMMENT= A fantasy turn-based strategy game
LIB_DEPENDS= boost_thread.4:${PORTSDIR}/devel/boost \
freetype.9:${PORTSDIR}/print/freetype2
-USE_SDL= image mixer net
-USE_GNOME= gnometarget
+CONFLICTS= wesnoth-1.5*
+
+USE_SDL= image mixer net ttf
+USE_GNOME= gnometarget pango
USE_GMAKE= yes
+MAKE_JOBS_SAFE= yes
WANT_GNOME= yes
USE_BZIP2= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --localstatedir=/var \
--with-libiconv-prefix=${LOCALBASE} \
--with-libintl-prefix=${LOCALBASE} \
- --with-freetype-prefix=${LOCALBASE} \
--with-localedir=${PREFIX}/share/locale
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
- CXXFLAGS="-I${LOCALBASE}/include ${CXXFLAGS} -ftemplate-depth-45" \
- LDFLAGS="-L${LOCALBASE}/lib -lintl"
-MAN6= wesnoth.6
-MANLANG= "" ca_ES@valencia cs da de es fr gl hu it ja
-MANLANG+= nl pl sk sr sr@latin sv tr zh_CN zh_TW
+MANLANG= "" cs da de en_GB es fi fr gl hu it ja
+MANLANG+= lt nl pl racv sk sr sr@latin sv tr zh_CN zh_TW
+
+MAN6_CS= wesnoth.6
+MAN6_DE= wesnoth.6
+MAN6_EN= wesnoth.6
+MAN6_EN_GB= wesnoth.6
+MAN6_ES= wesnoth.6
+MAN6_FI= wesnoth.6
+MAN6_GL= wesnoth.6
+MAN6_HU= wesnoth.6
+MAN6_IT= wesnoth.6
+MAN6_LT= wesnoth.6
+MAN6_PL= wesnoth.6
+MAN6_SK= wesnoth.6
+MAN6_TR= wesnoth.6
+MAN6_ZH_CN= wesnoth.6
OPTIONS= CAMPAIGN "Enable campaign server" On \
EDITOR "Enable map editor" On \
+ FRIBIDI "Enable bidirectional support" On \
NLS "Enable localization" On \
SERVER "Enable server" On \
TOOLS "Enable extra tools for artists and translators" On
@@ -58,12 +72,17 @@ PLIST_SUB+= CAMPAIGN=""
.if defined(WITHOUT_EDITOR)
PLIST_SUB+= EDITOR="@comment "
+CONFIGURE_ARGS+= --disable-editor
.else
-CONFIGURE_ARGS+= --enable-editor
-MAN6+= wesnoth_editor.6
PLIST_SUB+= EDITOR=""
.endif
+.if defined(WITHOUT_FRIBIDI)
+CONFIGURE_ARGS+= --without-fribidi
+.else
+LIB_DEPENDS+= fribidi.0:${PORTSDIR}/converters/fribidi
+.endif
+
.if defined(WITHOUT_NLS)
CONFIGURE_ARGS+= --disable-nls
PLIST_SUB+= NLS="@comment "
@@ -87,6 +106,10 @@ CONFIGURE_ARGS+= --enable-tools
PLIST_SUB+= TOOLS=""
.endif
+.if (defined(WITH_CAMPAIGN) || defined(WITH_SERVER) || defined(WITH_TOOLS)) && defined(WITHOUT_NLS)
+BROKEN= you need NLS support for `campaignd' or `wesnothd' or tools to link against gettext
+.endif
+
post-configure:
@${REINPLACE_CMD} -e 's|[$$][{]datarootdir[}]/icons|${LOCALBASE}/share/pixmaps|' \
${WRKSRC}/icons/Makefile
diff --git a/games/wesnoth/distinfo b/games/wesnoth/distinfo
index 4fa2f08a665b..4accc2935284 100644
--- a/games/wesnoth/distinfo
+++ b/games/wesnoth/distinfo
@@ -1,3 +1,3 @@
-MD5 (wesnoth-1.4.7.tar.bz2) = fdd341c3d66bf1bea2113c79db852d68
-SHA256 (wesnoth-1.4.7.tar.bz2) = 63c85889ef8c08e6dd5ea977edd057d64ce65a4934e661e222d2b0dd89e26847
-SIZE (wesnoth-1.4.7.tar.bz2) = 155052245
+MD5 (wesnoth-1.6.tar.bz2) = ac636a0f0f6e1f346a99a0495e57b1de
+SHA256 (wesnoth-1.6.tar.bz2) = 22eb64ea4e1e84c37fc16008a568dd5ae515446531e89ad57e2218db33ea9020
+SIZE (wesnoth-1.6.tar.bz2) = 225406601
diff --git a/games/wesnoth/files/patch-Makefile.in b/games/wesnoth/files/patch-Makefile.in
new file mode 100644
index 000000000000..67524d8aeb8b
--- /dev/null
+++ b/games/wesnoth/files/patch-Makefile.in
@@ -0,0 +1,11 @@
+--- Makefile.in.orig 2009-03-24 16:52:32.000000000 +0100
++++ Makefile.in 2009-03-24 16:52:43.000000000 +0100
+@@ -279,7 +279,7 @@
+ bin_SCRIPTS =
+
+ # Ignore junk -- object files, editor backup files, wmllint backup files.
+-findfilterflags = ! \( -name .svn -prune -o -name ".\#*" -o -name "*~" -o -name "*bak" -o -name 'Makefile' -o -name '*Makefile' -o -type d -o -wholename "data/test/*" \)
++findfilterflags = ! \( -name .svn -prune -o -name ".\#*" -o -name "*~" -o -name "*bak" -o -name 'Makefile' -o -name '*Makefile' -o -type d -o -path "data/test/*" \)
+
+ # List all datafiles, ignoring junk
+ finddata = (cd $(top_srcdir) && find data fonts icons images sounds $(findfilterflags) -print )
diff --git a/games/wesnoth/files/patch-configure b/games/wesnoth/files/patch-configure
new file mode 100644
index 000000000000..727eb61da92c
--- /dev/null
+++ b/games/wesnoth/files/patch-configure
@@ -0,0 +1,11 @@
+--- configure.orig 2009-03-16 01:47:21.000000000 +0300
++++ configure
+@@ -13309,7 +13309,7 @@
+
+
+
+-for ac_func in round socket strtoul sendfile
++for ac_func in round socket strtoul
+ do
+ as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
+ { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
diff --git a/games/wesnoth/files/patch-multiplayer_connect.cpp b/games/wesnoth/files/patch-multiplayer_connect.cpp
new file mode 100644
index 000000000000..0a8fe7836a68
--- /dev/null
+++ b/games/wesnoth/files/patch-multiplayer_connect.cpp
@@ -0,0 +1,11 @@
+--- src/multiplayer_connect.cpp.orig 2008-09-07 18:16:37.000000000 -0700
++++ src/multiplayer_connect.cpp 2008-09-07 18:17:40.000000000 -0700
+@@ -642,7 +642,7 @@
+ res["current_player"] = id_.empty() ? current_player_ : id_;
+
+ if (id_.empty()) {
+- char const *description;
++ char const *description = NULL;
+ switch(controller_) {
+ case CNTR_NETWORK:
+ description = N_("(Vacant slot)");
diff --git a/games/wesnoth/files/patch-src-Makefile.in b/games/wesnoth/files/patch-src-Makefile.in
new file mode 100644
index 000000000000..13f43fc9c441
--- /dev/null
+++ b/games/wesnoth/files/patch-src-Makefile.in
@@ -0,0 +1,11 @@
+--- src/Makefile.in.orig 2008-11-02 19:33:40.000000000 +0100
++++ src/Makefile.in 2008-11-02 19:33:49.000000000 +0100
+@@ -1783,7 +1783,7 @@
+ game_config.o: revision.hpp
+ .PRECIOUS: revision.hpp
+ revision.hpp: FORCE
+- if [ "$(REVISION)" == "" ] || [ "$(REVISION)" == "exported" ]; then echo '' >/tmp/westemp$$$$; \
++ if [ "$(REVISION)" = "" ] || [ "$(REVISION)" = "exported" ]; then echo '' >/tmp/westemp$$$$; \
+ else echo '#define REVISION "$(REVISION)"' >/tmp/westemp$$$$; fi;\
+ if cmp -s revision.hpp /tmp/westemp$$$$ 2>/dev/null; then :; else cp /tmp/westemp$$$$ revision.hpp; fi; \
+ if [ -e /tmp/westemp$$$$ ]; then rm /tmp/westemp$$$$; fi
diff --git a/games/wesnoth/files/patch-src::help.cpp b/games/wesnoth/files/patch-src::help.cpp
deleted file mode 100644
index 926ac47fe6a5..000000000000
--- a/games/wesnoth/files/patch-src::help.cpp
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/help.cpp.orig Tue Jun 7 19:34:15 2005
-+++ src/help.cpp Tue Jun 7 19:34:22 2005
-@@ -41,7 +41,7 @@
- #include <algorithm>
- #include <iostream>
- #include <list>
--#include <locale>
-+#include <locale.h>
- #include <map>
- #include <queue>
- #include <set>
diff --git a/games/wesnoth/files/patch-src::language.cpp b/games/wesnoth/files/patch-src::language.cpp
deleted file mode 100644
index 7f06454db3d8..000000000000
--- a/games/wesnoth/files/patch-src::language.cpp
+++ /dev/null
@@ -1,15 +0,0 @@
---- src/language.cpp.orig Mon Jul 25 13:44:10 2005
-+++ src/language.cpp Mon Jul 25 13:45:47 2005
-@@ -133,12 +133,10 @@
- unsetenv ("LANGUAGE"); // void so no return value to check
- #endif
-
--#ifdef __BEOS__
- if(setenv ("LANG", locale, 1) == -1)
- std::cerr << "setenv LANG failed: " << strerror(errno);
- if(setenv ("LC_ALL", locale, 1) == -1)
- std::cerr << "setenv LC_ALL failed: " << strerror(errno);
--#endif
- #ifdef __APPLE__
- if(setenv ("LANGUAGE", locale, 1) == -1)
- std::cerr << "setenv LANGUAGE failed: " << strerror(errno);
diff --git a/games/wesnoth/files/patch-window_builder.cpp b/games/wesnoth/files/patch-window_builder.cpp
new file mode 100644
index 000000000000..5e0cfe356eaa
--- /dev/null
+++ b/games/wesnoth/files/patch-window_builder.cpp
@@ -0,0 +1,13 @@
+--- src/gui/widgets/window_builder.cpp.orig 2008-11-02 17:31:45.000000000 +0100
++++ src/gui/widgets/window_builder.cpp 2008-11-02 17:32:43.000000000 +0100
+@@ -199,6 +199,10 @@
+ std::cerr << cfg;
+ assert(false);
+ }
++
++ // Appease the compiler on FreeBSD
++ // Unreachable
++ return NULL;
+ }
+
+ } // namespace
diff --git a/games/wesnoth/pkg-plist b/games/wesnoth/pkg-plist
index a41088cfd7d5..3cc0ab09f1f8 100644
--- a/games/wesnoth/pkg-plist
+++ b/games/wesnoth/pkg-plist
@@ -2,883 +2,90 @@
%%TOOLS%%bin/cutter
%%TOOLS%%bin/exploder
bin/wesnoth
+%%TOOLS%%bin/wesnoth_addon_manager
+%%SERVER%%bin/wesnothd
%%TOOLS%%bin/wmlindent
%%TOOLS%%bin/wmllint
%%TOOLS%%bin/wmlscope
-%%EDITOR%%bin/wesnoth_editor
-%%SERVER%%bin/wesnothd
-%%NLS%%share/locale/af/LC_MESSAGES/wesnoth-aoi.mo
-%%NLS%%share/locale/af/LC_MESSAGES/wesnoth-did.mo
-%%NLS%%share/locale/af/LC_MESSAGES/wesnoth-editor.mo
-%%NLS%%share/locale/af/LC_MESSAGES/wesnoth-ei.mo
-%%NLS%%share/locale/af/LC_MESSAGES/wesnoth-httt.mo
-%%NLS%%share/locale/af/LC_MESSAGES/wesnoth-l.mo
-%%NLS%%share/locale/af/LC_MESSAGES/wesnoth-lib.mo
-%%NLS%%share/locale/af/LC_MESSAGES/wesnoth-multiplayer.mo
-%%NLS%%share/locale/af/LC_MESSAGES/wesnoth-nr.mo
-%%NLS%%share/locale/af/LC_MESSAGES/wesnoth-sof.mo
-%%NLS%%share/locale/af/LC_MESSAGES/wesnoth-sotbe.mo
-%%NLS%%share/locale/af/LC_MESSAGES/wesnoth-tb.mo
-%%NLS%%share/locale/af/LC_MESSAGES/wesnoth-thot.mo
-%%NLS%%share/locale/af/LC_MESSAGES/wesnoth-trow.mo
-%%NLS%%share/locale/af/LC_MESSAGES/wesnoth-tsg.mo
-%%NLS%%share/locale/af/LC_MESSAGES/wesnoth-tutorial.mo
-%%NLS%%share/locale/af/LC_MESSAGES/wesnoth-units.mo
-%%NLS%%share/locale/af/LC_MESSAGES/wesnoth-utbs.mo
-%%NLS%%share/locale/af/LC_MESSAGES/wesnoth.mo
-%%NLS%%share/locale/ar/LC_MESSAGES/wesnoth-aoi.mo
-%%NLS%%share/locale/ar/LC_MESSAGES/wesnoth-did.mo
-%%NLS%%share/locale/ar/LC_MESSAGES/wesnoth-editor.mo
-%%NLS%%share/locale/ar/LC_MESSAGES/wesnoth-ei.mo
-%%NLS%%share/locale/ar/LC_MESSAGES/wesnoth-httt.mo
-%%NLS%%share/locale/ar/LC_MESSAGES/wesnoth-l.mo
-%%NLS%%share/locale/ar/LC_MESSAGES/wesnoth-lib.mo
-%%NLS%%share/locale/ar/LC_MESSAGES/wesnoth-multiplayer.mo
-%%NLS%%share/locale/ar/LC_MESSAGES/wesnoth-nr.mo
-%%NLS%%share/locale/ar/LC_MESSAGES/wesnoth-sof.mo
-%%NLS%%share/locale/ar/LC_MESSAGES/wesnoth-sotbe.mo
-%%NLS%%share/locale/ar/LC_MESSAGES/wesnoth-tb.mo
-%%NLS%%share/locale/ar/LC_MESSAGES/wesnoth-thot.mo
-%%NLS%%share/locale/ar/LC_MESSAGES/wesnoth-trow.mo
-%%NLS%%share/locale/ar/LC_MESSAGES/wesnoth-tsg.mo
-%%NLS%%share/locale/ar/LC_MESSAGES/wesnoth-tutorial.mo
-%%NLS%%share/locale/ar/LC_MESSAGES/wesnoth-units.mo
-%%NLS%%share/locale/ar/LC_MESSAGES/wesnoth-utbs.mo
-%%NLS%%share/locale/ar/LC_MESSAGES/wesnoth.mo
-%%NLS%%share/locale/bg/LC_MESSAGES/wesnoth-aoi.mo
-%%NLS%%share/locale/bg/LC_MESSAGES/wesnoth-did.mo
-%%NLS%%share/locale/bg/LC_MESSAGES/wesnoth-editor.mo
-%%NLS%%share/locale/bg/LC_MESSAGES/wesnoth-ei.mo
-%%NLS%%share/locale/bg/LC_MESSAGES/wesnoth-httt.mo
-%%NLS%%share/locale/bg/LC_MESSAGES/wesnoth-l.mo
-%%NLS%%share/locale/bg/LC_MESSAGES/wesnoth-lib.mo
-%%NLS%%share/locale/bg/LC_MESSAGES/wesnoth-multiplayer.mo
-%%NLS%%share/locale/bg/LC_MESSAGES/wesnoth-nr.mo
-%%NLS%%share/locale/bg/LC_MESSAGES/wesnoth-sof.mo
-%%NLS%%share/locale/bg/LC_MESSAGES/wesnoth-sotbe.mo
-%%NLS%%share/locale/bg/LC_MESSAGES/wesnoth-tb.mo
-%%NLS%%share/locale/bg/LC_MESSAGES/wesnoth-thot.mo
-%%NLS%%share/locale/bg/LC_MESSAGES/wesnoth-trow.mo
-%%NLS%%share/locale/bg/LC_MESSAGES/wesnoth-tsg.mo
-%%NLS%%share/locale/bg/LC_MESSAGES/wesnoth-tutorial.mo
-%%NLS%%share/locale/bg/LC_MESSAGES/wesnoth-units.mo
-%%NLS%%share/locale/bg/LC_MESSAGES/wesnoth-utbs.mo
-%%NLS%%share/locale/bg/LC_MESSAGES/wesnoth.mo
-%%NLS%%share/locale/ca/LC_MESSAGES/wesnoth-aoi.mo
-%%NLS%%share/locale/ca/LC_MESSAGES/wesnoth-did.mo
-%%NLS%%share/locale/ca/LC_MESSAGES/wesnoth-editor.mo
-%%NLS%%share/locale/ca/LC_MESSAGES/wesnoth-ei.mo
-%%NLS%%share/locale/ca/LC_MESSAGES/wesnoth-httt.mo
-%%NLS%%share/locale/ca/LC_MESSAGES/wesnoth-l.mo
-%%NLS%%share/locale/ca/LC_MESSAGES/wesnoth-lib.mo
-%%NLS%%share/locale/ca/LC_MESSAGES/wesnoth-multiplayer.mo
-%%NLS%%share/locale/ca/LC_MESSAGES/wesnoth-nr.mo
-%%NLS%%share/locale/ca/LC_MESSAGES/wesnoth-sof.mo
-%%NLS%%share/locale/ca/LC_MESSAGES/wesnoth-sotbe.mo
-%%NLS%%share/locale/ca/LC_MESSAGES/wesnoth-tb.mo
-%%NLS%%share/locale/ca/LC_MESSAGES/wesnoth-thot.mo
-%%NLS%%share/locale/ca/LC_MESSAGES/wesnoth-trow.mo
-%%NLS%%share/locale/ca/LC_MESSAGES/wesnoth-tsg.mo
-%%NLS%%share/locale/ca/LC_MESSAGES/wesnoth-tutorial.mo
-%%NLS%%share/locale/ca/LC_MESSAGES/wesnoth-units.mo
-%%NLS%%share/locale/ca/LC_MESSAGES/wesnoth-utbs.mo
-%%NLS%%share/locale/ca/LC_MESSAGES/wesnoth.mo
-%%NLS%%share/locale/ca_ES@valencia/LC_MESSAGES/wesnoth-aoi.mo
-%%NLS%%share/locale/ca_ES@valencia/LC_MESSAGES/wesnoth-did.mo
-%%NLS%%share/locale/ca_ES@valencia/LC_MESSAGES/wesnoth-editor.mo
-%%NLS%%share/locale/ca_ES@valencia/LC_MESSAGES/wesnoth-ei.mo
-%%NLS%%share/locale/ca_ES@valencia/LC_MESSAGES/wesnoth-httt.mo
-%%NLS%%share/locale/ca_ES@valencia/LC_MESSAGES/wesnoth-l.mo
-%%NLS%%share/locale/ca_ES@valencia/LC_MESSAGES/wesnoth-lib.mo
-%%NLS%%share/locale/ca_ES@valencia/LC_MESSAGES/wesnoth-multiplayer.mo
-%%NLS%%share/locale/ca_ES@valencia/LC_MESSAGES/wesnoth-nr.mo
-%%NLS%%share/locale/ca_ES@valencia/LC_MESSAGES/wesnoth-sof.mo
-%%NLS%%share/locale/ca_ES@valencia/LC_MESSAGES/wesnoth-sotbe.mo
-%%NLS%%share/locale/ca_ES@valencia/LC_MESSAGES/wesnoth-tb.mo
-%%NLS%%share/locale/ca_ES@valencia/LC_MESSAGES/wesnoth-thot.mo
-%%NLS%%share/locale/ca_ES@valencia/LC_MESSAGES/wesnoth-trow.mo
-%%NLS%%share/locale/ca_ES@valencia/LC_MESSAGES/wesnoth-tsg.mo
-%%NLS%%share/locale/ca_ES@valencia/LC_MESSAGES/wesnoth-tutorial.mo
-%%NLS%%share/locale/ca_ES@valencia/LC_MESSAGES/wesnoth-units.mo
-%%NLS%%share/locale/ca_ES@valencia/LC_MESSAGES/wesnoth-utbs.mo
-%%NLS%%share/locale/ca_ES@valencia/LC_MESSAGES/wesnoth.mo
-%%NLS%%share/locale/cs/LC_MESSAGES/wesnoth-aoi.mo
-%%NLS%%share/locale/cs/LC_MESSAGES/wesnoth-did.mo
-%%NLS%%share/locale/cs/LC_MESSAGES/wesnoth-editor.mo
-%%NLS%%share/locale/cs/LC_MESSAGES/wesnoth-ei.mo
-%%NLS%%share/locale/cs/LC_MESSAGES/wesnoth-httt.mo
-%%NLS%%share/locale/cs/LC_MESSAGES/wesnoth-l.mo
-%%NLS%%share/locale/cs/LC_MESSAGES/wesnoth-lib.mo
-%%NLS%%share/locale/cs/LC_MESSAGES/wesnoth-multiplayer.mo
-%%NLS%%share/locale/cs/LC_MESSAGES/wesnoth-nr.mo
-%%NLS%%share/locale/cs/LC_MESSAGES/wesnoth-sof.mo
-%%NLS%%share/locale/cs/LC_MESSAGES/wesnoth-sotbe.mo
-%%NLS%%share/locale/cs/LC_MESSAGES/wesnoth-tb.mo
-%%NLS%%share/locale/cs/LC_MESSAGES/wesnoth-thot.mo
-%%NLS%%share/locale/cs/LC_MESSAGES/wesnoth-trow.mo
-%%NLS%%share/locale/cs/LC_MESSAGES/wesnoth-tsg.mo
-%%NLS%%share/locale/cs/LC_MESSAGES/wesnoth-tutorial.mo
-%%NLS%%share/locale/cs/LC_MESSAGES/wesnoth-units.mo
-%%NLS%%share/locale/cs/LC_MESSAGES/wesnoth-utbs.mo
-%%NLS%%share/locale/cs/LC_MESSAGES/wesnoth.mo
-%%NLS%%share/locale/da/LC_MESSAGES/wesnoth-aoi.mo
-%%NLS%%share/locale/da/LC_MESSAGES/wesnoth-did.mo
-%%NLS%%share/locale/da/LC_MESSAGES/wesnoth-editor.mo
-%%NLS%%share/locale/da/LC_MESSAGES/wesnoth-ei.mo
-%%NLS%%share/locale/da/LC_MESSAGES/wesnoth-httt.mo
-%%NLS%%share/locale/da/LC_MESSAGES/wesnoth-l.mo
-%%NLS%%share/locale/da/LC_MESSAGES/wesnoth-lib.mo
-%%NLS%%share/locale/da/LC_MESSAGES/wesnoth-multiplayer.mo
-%%NLS%%share/locale/da/LC_MESSAGES/wesnoth-nr.mo
-%%NLS%%share/locale/da/LC_MESSAGES/wesnoth-sof.mo
-%%NLS%%share/locale/da/LC_MESSAGES/wesnoth-sotbe.mo
-%%NLS%%share/locale/da/LC_MESSAGES/wesnoth-tb.mo
-%%NLS%%share/locale/da/LC_MESSAGES/wesnoth-thot.mo
-%%NLS%%share/locale/da/LC_MESSAGES/wesnoth-trow.mo
-%%NLS%%share/locale/da/LC_MESSAGES/wesnoth-tsg.mo
-%%NLS%%share/locale/da/LC_MESSAGES/wesnoth-tutorial.mo
-%%NLS%%share/locale/da/LC_MESSAGES/wesnoth-units.mo
-%%NLS%%share/locale/da/LC_MESSAGES/wesnoth-utbs.mo
-%%NLS%%share/locale/da/LC_MESSAGES/wesnoth.mo
-%%NLS%%share/locale/de/LC_MESSAGES/wesnoth-aoi.mo
-%%NLS%%share/locale/de/LC_MESSAGES/wesnoth-did.mo
-%%NLS%%share/locale/de/LC_MESSAGES/wesnoth-editor.mo
-%%NLS%%share/locale/de/LC_MESSAGES/wesnoth-ei.mo
-%%NLS%%share/locale/de/LC_MESSAGES/wesnoth-httt.mo
-%%NLS%%share/locale/de/LC_MESSAGES/wesnoth-l.mo
-%%NLS%%share/locale/de/LC_MESSAGES/wesnoth-lib.mo
-%%NLS%%share/locale/de/LC_MESSAGES/wesnoth-multiplayer.mo
-%%NLS%%share/locale/de/LC_MESSAGES/wesnoth-nr.mo
-%%NLS%%share/locale/de/LC_MESSAGES/wesnoth-sof.mo
-%%NLS%%share/locale/de/LC_MESSAGES/wesnoth-sotbe.mo
-%%NLS%%share/locale/de/LC_MESSAGES/wesnoth-tb.mo
-%%NLS%%share/locale/de/LC_MESSAGES/wesnoth-thot.mo
-%%NLS%%share/locale/de/LC_MESSAGES/wesnoth-trow.mo
-%%NLS%%share/locale/de/LC_MESSAGES/wesnoth-tsg.mo
-%%NLS%%share/locale/de/LC_MESSAGES/wesnoth-tutorial.mo
-%%NLS%%share/locale/de/LC_MESSAGES/wesnoth-units.mo
-%%NLS%%share/locale/de/LC_MESSAGES/wesnoth-utbs.mo
-%%NLS%%share/locale/de/LC_MESSAGES/wesnoth.mo
-%%NLS%%share/locale/el/LC_MESSAGES/wesnoth-aoi.mo
-%%NLS%%share/locale/el/LC_MESSAGES/wesnoth-did.mo
-%%NLS%%share/locale/el/LC_MESSAGES/wesnoth-editor.mo
-%%NLS%%share/locale/el/LC_MESSAGES/wesnoth-ei.mo
-%%NLS%%share/locale/el/LC_MESSAGES/wesnoth-httt.mo
-%%NLS%%share/locale/el/LC_MESSAGES/wesnoth-l.mo
-%%NLS%%share/locale/el/LC_MESSAGES/wesnoth-lib.mo
-%%NLS%%share/locale/el/LC_MESSAGES/wesnoth-multiplayer.mo
-%%NLS%%share/locale/el/LC_MESSAGES/wesnoth-nr.mo
-%%NLS%%share/locale/el/LC_MESSAGES/wesnoth-sof.mo
-%%NLS%%share/locale/el/LC_MESSAGES/wesnoth-sotbe.mo
-%%NLS%%share/locale/el/LC_MESSAGES/wesnoth-tb.mo
-%%NLS%%share/locale/el/LC_MESSAGES/wesnoth-thot.mo
-%%NLS%%share/locale/el/LC_MESSAGES/wesnoth-trow.mo
-%%NLS%%share/locale/el/LC_MESSAGES/wesnoth-tsg.mo
-%%NLS%%share/locale/el/LC_MESSAGES/wesnoth-tutorial.mo
-%%NLS%%share/locale/el/LC_MESSAGES/wesnoth-units.mo
-%%NLS%%share/locale/el/LC_MESSAGES/wesnoth-utbs.mo
-%%NLS%%share/locale/el/LC_MESSAGES/wesnoth.mo
-%%NLS%%share/locale/en_GB/LC_MESSAGES/wesnoth-aoi.mo
-%%NLS%%share/locale/en_GB/LC_MESSAGES/wesnoth-did.mo
-%%NLS%%share/locale/en_GB/LC_MESSAGES/wesnoth-editor.mo
-%%NLS%%share/locale/en_GB/LC_MESSAGES/wesnoth-ei.mo
-%%NLS%%share/locale/en_GB/LC_MESSAGES/wesnoth-httt.mo
-%%NLS%%share/locale/en_GB/LC_MESSAGES/wesnoth-l.mo
-%%NLS%%share/locale/en_GB/LC_MESSAGES/wesnoth-lib.mo
-%%NLS%%share/locale/en_GB/LC_MESSAGES/wesnoth-multiplayer.mo
-%%NLS%%share/locale/en_GB/LC_MESSAGES/wesnoth-nr.mo
-%%NLS%%share/locale/en_GB/LC_MESSAGES/wesnoth-sof.mo
-%%NLS%%share/locale/en_GB/LC_MESSAGES/wesnoth-sotbe.mo
-%%NLS%%share/locale/en_GB/LC_MESSAGES/wesnoth-tb.mo
-%%NLS%%share/locale/en_GB/LC_MESSAGES/wesnoth-thot.mo
-%%NLS%%share/locale/en_GB/LC_MESSAGES/wesnoth-trow.mo
-%%NLS%%share/locale/en_GB/LC_MESSAGES/wesnoth-tsg.mo
-%%NLS%%share/locale/en_GB/LC_MESSAGES/wesnoth-tutorial.mo
-%%NLS%%share/locale/en_GB/LC_MESSAGES/wesnoth-units.mo
-%%NLS%%share/locale/en_GB/LC_MESSAGES/wesnoth-utbs.mo
-%%NLS%%share/locale/en_GB/LC_MESSAGES/wesnoth.mo
-%%NLS%%share/locale/eo/LC_MESSAGES/wesnoth-aoi.mo
-%%NLS%%share/locale/eo/LC_MESSAGES/wesnoth-did.mo
-%%NLS%%share/locale/eo/LC_MESSAGES/wesnoth-editor.mo
-%%NLS%%share/locale/eo/LC_MESSAGES/wesnoth-ei.mo
-%%NLS%%share/locale/eo/LC_MESSAGES/wesnoth-httt.mo
-%%NLS%%share/locale/eo/LC_MESSAGES/wesnoth-l.mo
-%%NLS%%share/locale/eo/LC_MESSAGES/wesnoth-lib.mo
-%%NLS%%share/locale/eo/LC_MESSAGES/wesnoth-multiplayer.mo
-%%NLS%%share/locale/eo/LC_MESSAGES/wesnoth-nr.mo
-%%NLS%%share/locale/eo/LC_MESSAGES/wesnoth-sof.mo
-%%NLS%%share/locale/eo/LC_MESSAGES/wesnoth-sotbe.mo
-%%NLS%%share/locale/eo/LC_MESSAGES/wesnoth-tb.mo
-%%NLS%%share/locale/eo/LC_MESSAGES/wesnoth-thot.mo
-%%NLS%%share/locale/eo/LC_MESSAGES/wesnoth-trow.mo
-%%NLS%%share/locale/eo/LC_MESSAGES/wesnoth-tsg.mo
-%%NLS%%share/locale/eo/LC_MESSAGES/wesnoth-tutorial.mo
-%%NLS%%share/locale/eo/LC_MESSAGES/wesnoth-units.mo
-%%NLS%%share/locale/eo/LC_MESSAGES/wesnoth-utbs.mo
-%%NLS%%share/locale/eo/LC_MESSAGES/wesnoth.mo
-%%NLS%%share/locale/es/LC_MESSAGES/wesnoth-aoi.mo
-%%NLS%%share/locale/es/LC_MESSAGES/wesnoth-did.mo
-%%NLS%%share/locale/es/LC_MESSAGES/wesnoth-editor.mo
-%%NLS%%share/locale/es/LC_MESSAGES/wesnoth-ei.mo
-%%NLS%%share/locale/es/LC_MESSAGES/wesnoth-httt.mo
-%%NLS%%share/locale/es/LC_MESSAGES/wesnoth-l.mo
-%%NLS%%share/locale/es/LC_MESSAGES/wesnoth-lib.mo
-%%NLS%%share/locale/es/LC_MESSAGES/wesnoth-multiplayer.mo
-%%NLS%%share/locale/es/LC_MESSAGES/wesnoth-nr.mo
-%%NLS%%share/locale/es/LC_MESSAGES/wesnoth-sof.mo
-%%NLS%%share/locale/es/LC_MESSAGES/wesnoth-sotbe.mo
-%%NLS%%share/locale/es/LC_MESSAGES/wesnoth-tb.mo
-%%NLS%%share/locale/es/LC_MESSAGES/wesnoth-thot.mo
-%%NLS%%share/locale/es/LC_MESSAGES/wesnoth-trow.mo
-%%NLS%%share/locale/es/LC_MESSAGES/wesnoth-tsg.mo
-%%NLS%%share/locale/es/LC_MESSAGES/wesnoth-tutorial.mo
-%%NLS%%share/locale/es/LC_MESSAGES/wesnoth-units.mo
-%%NLS%%share/locale/es/LC_MESSAGES/wesnoth-utbs.mo
-%%NLS%%share/locale/es/LC_MESSAGES/wesnoth.mo
-%%NLS%%share/locale/et/LC_MESSAGES/wesnoth-aoi.mo
-%%NLS%%share/locale/et/LC_MESSAGES/wesnoth-did.mo
-%%NLS%%share/locale/et/LC_MESSAGES/wesnoth-editor.mo
-%%NLS%%share/locale/et/LC_MESSAGES/wesnoth-ei.mo
-%%NLS%%share/locale/et/LC_MESSAGES/wesnoth-httt.mo
-%%NLS%%share/locale/et/LC_MESSAGES/wesnoth-l.mo
-%%NLS%%share/locale/et/LC_MESSAGES/wesnoth-lib.mo
-%%NLS%%share/locale/et/LC_MESSAGES/wesnoth-multiplayer.mo
-%%NLS%%share/locale/et/LC_MESSAGES/wesnoth-nr.mo
-%%NLS%%share/locale/et/LC_MESSAGES/wesnoth-sof.mo
-%%NLS%%share/locale/et/LC_MESSAGES/wesnoth-sotbe.mo
-%%NLS%%share/locale/et/LC_MESSAGES/wesnoth-tb.mo
-%%NLS%%share/locale/et/LC_MESSAGES/wesnoth-thot.mo
-%%NLS%%share/locale/et/LC_MESSAGES/wesnoth-trow.mo
-%%NLS%%share/locale/et/LC_MESSAGES/wesnoth-tsg.mo
-%%NLS%%share/locale/et/LC_MESSAGES/wesnoth-tutorial.mo
-%%NLS%%share/locale/et/LC_MESSAGES/wesnoth-units.mo
-%%NLS%%share/locale/et/LC_MESSAGES/wesnoth-utbs.mo
-%%NLS%%share/locale/et/LC_MESSAGES/wesnoth.mo
-%%NLS%%share/locale/eu/LC_MESSAGES/wesnoth-aoi.mo
-%%NLS%%share/locale/eu/LC_MESSAGES/wesnoth-did.mo
-%%NLS%%share/locale/eu/LC_MESSAGES/wesnoth-editor.mo
-%%NLS%%share/locale/eu/LC_MESSAGES/wesnoth-ei.mo
-%%NLS%%share/locale/eu/LC_MESSAGES/wesnoth-httt.mo
-%%NLS%%share/locale/eu/LC_MESSAGES/wesnoth-l.mo
-%%NLS%%share/locale/eu/LC_MESSAGES/wesnoth-lib.mo
-%%NLS%%share/locale/eu/LC_MESSAGES/wesnoth-multiplayer.mo
-%%NLS%%share/locale/eu/LC_MESSAGES/wesnoth-nr.mo
-%%NLS%%share/locale/eu/LC_MESSAGES/wesnoth-sof.mo
-%%NLS%%share/locale/eu/LC_MESSAGES/wesnoth-sotbe.mo
-%%NLS%%share/locale/eu/LC_MESSAGES/wesnoth-tb.mo
-%%NLS%%share/locale/eu/LC_MESSAGES/wesnoth-thot.mo
-%%NLS%%share/locale/eu/LC_MESSAGES/wesnoth-trow.mo
-%%NLS%%share/locale/eu/LC_MESSAGES/wesnoth-tsg.mo
-%%NLS%%share/locale/eu/LC_MESSAGES/wesnoth-tutorial.mo
-%%NLS%%share/locale/eu/LC_MESSAGES/wesnoth-units.mo
-%%NLS%%share/locale/eu/LC_MESSAGES/wesnoth-utbs.mo
-%%NLS%%share/locale/eu/LC_MESSAGES/wesnoth.mo
-%%NLS%%share/locale/fi/LC_MESSAGES/wesnoth-aoi.mo
-%%NLS%%share/locale/fi/LC_MESSAGES/wesnoth-did.mo
-%%NLS%%share/locale/fi/LC_MESSAGES/wesnoth-editor.mo
-%%NLS%%share/locale/fi/LC_MESSAGES/wesnoth-ei.mo
-%%NLS%%share/locale/fi/LC_MESSAGES/wesnoth-httt.mo
-%%NLS%%share/locale/fi/LC_MESSAGES/wesnoth-l.mo
-%%NLS%%share/locale/fi/LC_MESSAGES/wesnoth-lib.mo
-%%NLS%%share/locale/fi/LC_MESSAGES/wesnoth-multiplayer.mo
-%%NLS%%share/locale/fi/LC_MESSAGES/wesnoth-nr.mo
-%%NLS%%share/locale/fi/LC_MESSAGES/wesnoth-sof.mo
-%%NLS%%share/locale/fi/LC_MESSAGES/wesnoth-sotbe.mo
-%%NLS%%share/locale/fi/LC_MESSAGES/wesnoth-tb.mo
-%%NLS%%share/locale/fi/LC_MESSAGES/wesnoth-thot.mo
-%%NLS%%share/locale/fi/LC_MESSAGES/wesnoth-trow.mo
-%%NLS%%share/locale/fi/LC_MESSAGES/wesnoth-tsg.mo
-%%NLS%%share/locale/fi/LC_MESSAGES/wesnoth-tutorial.mo
-%%NLS%%share/locale/fi/LC_MESSAGES/wesnoth-units.mo
-%%NLS%%share/locale/fi/LC_MESSAGES/wesnoth-utbs.mo
-%%NLS%%share/locale/fi/LC_MESSAGES/wesnoth.mo
-%%NLS%%share/locale/fr/LC_MESSAGES/wesnoth-aoi.mo
-%%NLS%%share/locale/fr/LC_MESSAGES/wesnoth-did.mo
-%%NLS%%share/locale/fr/LC_MESSAGES/wesnoth-editor.mo
-%%NLS%%share/locale/fr/LC_MESSAGES/wesnoth-ei.mo
-%%NLS%%share/locale/fr/LC_MESSAGES/wesnoth-httt.mo
-%%NLS%%share/locale/fr/LC_MESSAGES/wesnoth-l.mo
-%%NLS%%share/locale/fr/LC_MESSAGES/wesnoth-lib.mo
-%%NLS%%share/locale/fr/LC_MESSAGES/wesnoth-multiplayer.mo
-%%NLS%%share/locale/fr/LC_MESSAGES/wesnoth-nr.mo
-%%NLS%%share/locale/fr/LC_MESSAGES/wesnoth-sof.mo
-%%NLS%%share/locale/fr/LC_MESSAGES/wesnoth-sotbe.mo
-%%NLS%%share/locale/fr/LC_MESSAGES/wesnoth-tb.mo
-%%NLS%%share/locale/fr/LC_MESSAGES/wesnoth-thot.mo
-%%NLS%%share/locale/fr/LC_MESSAGES/wesnoth-trow.mo
-%%NLS%%share/locale/fr/LC_MESSAGES/wesnoth-tsg.mo
-%%NLS%%share/locale/fr/LC_MESSAGES/wesnoth-tutorial.mo
-%%NLS%%share/locale/fr/LC_MESSAGES/wesnoth-units.mo
-%%NLS%%share/locale/fr/LC_MESSAGES/wesnoth-utbs.mo
-%%NLS%%share/locale/fr/LC_MESSAGES/wesnoth.mo
-%%NLS%%share/locale/fur_IT/LC_MESSAGES/wesnoth.mo
-%%NLS%%share/locale/fur_IT/LC_MESSAGES/wesnoth-editor.mo
-%%NLS%%share/locale/fur_IT/LC_MESSAGES/wesnoth-lib.mo
-%%NLS%%share/locale/fur_IT/LC_MESSAGES/wesnoth-units.mo
-%%NLS%%share/locale/fur_IT/LC_MESSAGES/wesnoth-multiplayer.mo
-%%NLS%%share/locale/fur_IT/LC_MESSAGES/wesnoth-tutorial.mo
-%%NLS%%share/locale/fur_IT/LC_MESSAGES/wesnoth-aoi.mo
-%%NLS%%share/locale/fur_IT/LC_MESSAGES/wesnoth-did.mo
-%%NLS%%share/locale/fur_IT/LC_MESSAGES/wesnoth-ei.mo
-%%NLS%%share/locale/fur_IT/LC_MESSAGES/wesnoth-httt.mo
-%%NLS%%share/locale/fur_IT/LC_MESSAGES/wesnoth-l.mo
-%%NLS%%share/locale/fur_IT/LC_MESSAGES/wesnoth-nr.mo
-%%NLS%%share/locale/fur_IT/LC_MESSAGES/wesnoth-sof.mo
-%%NLS%%share/locale/fur_IT/LC_MESSAGES/wesnoth-sotbe.mo
-%%NLS%%share/locale/fur_IT/LC_MESSAGES/wesnoth-tb.mo
-%%NLS%%share/locale/fur_IT/LC_MESSAGES/wesnoth-thot.mo
-%%NLS%%share/locale/fur_IT/LC_MESSAGES/wesnoth-trow.mo
-%%NLS%%share/locale/fur_IT/LC_MESSAGES/wesnoth-tsg.mo
-%%NLS%%share/locale/fur_IT/LC_MESSAGES/wesnoth-utbs.mo
-%%NLS%%share/locale/gl/LC_MESSAGES/wesnoth-aoi.mo
-%%NLS%%share/locale/gl/LC_MESSAGES/wesnoth-did.mo
-%%NLS%%share/locale/gl/LC_MESSAGES/wesnoth-editor.mo
-%%NLS%%share/locale/gl/LC_MESSAGES/wesnoth-ei.mo
-%%NLS%%share/locale/gl/LC_MESSAGES/wesnoth-httt.mo
-%%NLS%%share/locale/gl/LC_MESSAGES/wesnoth-l.mo
-%%NLS%%share/locale/gl/LC_MESSAGES/wesnoth-lib.mo
-%%NLS%%share/locale/gl/LC_MESSAGES/wesnoth-multiplayer.mo
-%%NLS%%share/locale/gl/LC_MESSAGES/wesnoth-nr.mo
-%%NLS%%share/locale/gl/LC_MESSAGES/wesnoth-sof.mo
-%%NLS%%share/locale/gl/LC_MESSAGES/wesnoth-sotbe.mo
-%%NLS%%share/locale/gl/LC_MESSAGES/wesnoth-tb.mo
-%%NLS%%share/locale/gl/LC_MESSAGES/wesnoth-thot.mo
-%%NLS%%share/locale/gl/LC_MESSAGES/wesnoth-trow.mo
-%%NLS%%share/locale/gl/LC_MESSAGES/wesnoth-tsg.mo
-%%NLS%%share/locale/gl/LC_MESSAGES/wesnoth-tutorial.mo
-%%NLS%%share/locale/gl/LC_MESSAGES/wesnoth-units.mo
-%%NLS%%share/locale/gl/LC_MESSAGES/wesnoth-utbs.mo
-%%NLS%%share/locale/gl/LC_MESSAGES/wesnoth.mo
-%%NLS%%share/locale/he/LC_MESSAGES/wesnoth-aoi.mo
-%%NLS%%share/locale/he/LC_MESSAGES/wesnoth-did.mo
-%%NLS%%share/locale/he/LC_MESSAGES/wesnoth-editor.mo
-%%NLS%%share/locale/he/LC_MESSAGES/wesnoth-ei.mo
-%%NLS%%share/locale/he/LC_MESSAGES/wesnoth-httt.mo
-%%NLS%%share/locale/he/LC_MESSAGES/wesnoth-l.mo
-%%NLS%%share/locale/he/LC_MESSAGES/wesnoth-lib.mo
-%%NLS%%share/locale/he/LC_MESSAGES/wesnoth-multiplayer.mo
-%%NLS%%share/locale/he/LC_MESSAGES/wesnoth-nr.mo
-%%NLS%%share/locale/he/LC_MESSAGES/wesnoth-sof.mo
-%%NLS%%share/locale/he/LC_MESSAGES/wesnoth-sotbe.mo
-%%NLS%%share/locale/he/LC_MESSAGES/wesnoth-tb.mo
-%%NLS%%share/locale/he/LC_MESSAGES/wesnoth-thot.mo
-%%NLS%%share/locale/he/LC_MESSAGES/wesnoth-trow.mo
-%%NLS%%share/locale/he/LC_MESSAGES/wesnoth-tsg.mo
-%%NLS%%share/locale/he/LC_MESSAGES/wesnoth-tutorial.mo
-%%NLS%%share/locale/he/LC_MESSAGES/wesnoth-units.mo
-%%NLS%%share/locale/he/LC_MESSAGES/wesnoth-utbs.mo
-%%NLS%%share/locale/he/LC_MESSAGES/wesnoth.mo
-%%NLS%%share/locale/hr/LC_MESSAGES/wesnoth-aoi.mo
-%%NLS%%share/locale/hr/LC_MESSAGES/wesnoth-did.mo
-%%NLS%%share/locale/hr/LC_MESSAGES/wesnoth-editor.mo
-%%NLS%%share/locale/hr/LC_MESSAGES/wesnoth-ei.mo
-%%NLS%%share/locale/hr/LC_MESSAGES/wesnoth-httt.mo
-%%NLS%%share/locale/hr/LC_MESSAGES/wesnoth-l.mo
-%%NLS%%share/locale/hr/LC_MESSAGES/wesnoth-lib.mo
-%%NLS%%share/locale/hr/LC_MESSAGES/wesnoth-multiplayer.mo
-%%NLS%%share/locale/hr/LC_MESSAGES/wesnoth-nr.mo
-%%NLS%%share/locale/hr/LC_MESSAGES/wesnoth-sof.mo
-%%NLS%%share/locale/hr/LC_MESSAGES/wesnoth-sotbe.mo
-%%NLS%%share/locale/hr/LC_MESSAGES/wesnoth-tb.mo
-%%NLS%%share/locale/hr/LC_MESSAGES/wesnoth-thot.mo
-%%NLS%%share/locale/hr/LC_MESSAGES/wesnoth-trow.mo
-%%NLS%%share/locale/hr/LC_MESSAGES/wesnoth-tsg.mo
-%%NLS%%share/locale/hr/LC_MESSAGES/wesnoth-tutorial.mo
-%%NLS%%share/locale/hr/LC_MESSAGES/wesnoth-units.mo
-%%NLS%%share/locale/hr/LC_MESSAGES/wesnoth-utbs.mo
-%%NLS%%share/locale/hr/LC_MESSAGES/wesnoth.mo
-%%NLS%%share/locale/hu/LC_MESSAGES/wesnoth-aoi.mo
-%%NLS%%share/locale/hu/LC_MESSAGES/wesnoth-did.mo
-%%NLS%%share/locale/hu/LC_MESSAGES/wesnoth-editor.mo
-%%NLS%%share/locale/hu/LC_MESSAGES/wesnoth-ei.mo
-%%NLS%%share/locale/hu/LC_MESSAGES/wesnoth-httt.mo
-%%NLS%%share/locale/hu/LC_MESSAGES/wesnoth-l.mo
-%%NLS%%share/locale/hu/LC_MESSAGES/wesnoth-lib.mo
-%%NLS%%share/locale/hu/LC_MESSAGES/wesnoth-multiplayer.mo
-%%NLS%%share/locale/hu/LC_MESSAGES/wesnoth-nr.mo
-%%NLS%%share/locale/hu/LC_MESSAGES/wesnoth-sof.mo
-%%NLS%%share/locale/hu/LC_MESSAGES/wesnoth-sotbe.mo
-%%NLS%%share/locale/hu/LC_MESSAGES/wesnoth-tb.mo
-%%NLS%%share/locale/hu/LC_MESSAGES/wesnoth-thot.mo
-%%NLS%%share/locale/hu/LC_MESSAGES/wesnoth-trow.mo
-%%NLS%%share/locale/hu/LC_MESSAGES/wesnoth-tsg.mo
-%%NLS%%share/locale/hu/LC_MESSAGES/wesnoth-tutorial.mo
-%%NLS%%share/locale/hu/LC_MESSAGES/wesnoth-units.mo
-%%NLS%%share/locale/hu/LC_MESSAGES/wesnoth-utbs.mo
-%%NLS%%share/locale/hu/LC_MESSAGES/wesnoth.mo
-%%NLS%%share/locale/id/LC_MESSAGES/wesnoth-aoi.mo
-%%NLS%%share/locale/id/LC_MESSAGES/wesnoth-did.mo
-%%NLS%%share/locale/id/LC_MESSAGES/wesnoth-editor.mo
-%%NLS%%share/locale/id/LC_MESSAGES/wesnoth-ei.mo
-%%NLS%%share/locale/id/LC_MESSAGES/wesnoth-httt.mo
-%%NLS%%share/locale/id/LC_MESSAGES/wesnoth-l.mo
-%%NLS%%share/locale/id/LC_MESSAGES/wesnoth-lib.mo
-%%NLS%%share/locale/id/LC_MESSAGES/wesnoth-multiplayer.mo
-%%NLS%%share/locale/id/LC_MESSAGES/wesnoth-nr.mo
-%%NLS%%share/locale/id/LC_MESSAGES/wesnoth-sof.mo
-%%NLS%%share/locale/id/LC_MESSAGES/wesnoth-sotbe.mo
-%%NLS%%share/locale/id/LC_MESSAGES/wesnoth-tb.mo
-%%NLS%%share/locale/id/LC_MESSAGES/wesnoth-thot.mo
-%%NLS%%share/locale/id/LC_MESSAGES/wesnoth-trow.mo
-%%NLS%%share/locale/id/LC_MESSAGES/wesnoth-tsg.mo
-%%NLS%%share/locale/id/LC_MESSAGES/wesnoth-tutorial.mo
-%%NLS%%share/locale/id/LC_MESSAGES/wesnoth-units.mo
-%%NLS%%share/locale/id/LC_MESSAGES/wesnoth-utbs.mo
-%%NLS%%share/locale/id/LC_MESSAGES/wesnoth.mo
-%%NLS%%share/locale/it/LC_MESSAGES/wesnoth-aoi.mo
-%%NLS%%share/locale/it/LC_MESSAGES/wesnoth-did.mo
-%%NLS%%share/locale/it/LC_MESSAGES/wesnoth-editor.mo
-%%NLS%%share/locale/it/LC_MESSAGES/wesnoth-ei.mo
-%%NLS%%share/locale/it/LC_MESSAGES/wesnoth-httt.mo
-%%NLS%%share/locale/it/LC_MESSAGES/wesnoth-l.mo
-%%NLS%%share/locale/it/LC_MESSAGES/wesnoth-lib.mo
-%%NLS%%share/locale/it/LC_MESSAGES/wesnoth-multiplayer.mo
-%%NLS%%share/locale/it/LC_MESSAGES/wesnoth-nr.mo
-%%NLS%%share/locale/it/LC_MESSAGES/wesnoth-sof.mo
-%%NLS%%share/locale/it/LC_MESSAGES/wesnoth-sotbe.mo
-%%NLS%%share/locale/it/LC_MESSAGES/wesnoth-tb.mo
-%%NLS%%share/locale/it/LC_MESSAGES/wesnoth-thot.mo
-%%NLS%%share/locale/it/LC_MESSAGES/wesnoth-trow.mo
-%%NLS%%share/locale/it/LC_MESSAGES/wesnoth-tsg.mo
-%%NLS%%share/locale/it/LC_MESSAGES/wesnoth-tutorial.mo
-%%NLS%%share/locale/it/LC_MESSAGES/wesnoth-units.mo
-%%NLS%%share/locale/it/LC_MESSAGES/wesnoth-utbs.mo
-%%NLS%%share/locale/it/LC_MESSAGES/wesnoth.mo
-%%NLS%%share/locale/ja/LC_MESSAGES/wesnoth-aoi.mo
-%%NLS%%share/locale/ja/LC_MESSAGES/wesnoth-did.mo
-%%NLS%%share/locale/ja/LC_MESSAGES/wesnoth-editor.mo
-%%NLS%%share/locale/ja/LC_MESSAGES/wesnoth-ei.mo
-%%NLS%%share/locale/ja/LC_MESSAGES/wesnoth-httt.mo
-%%NLS%%share/locale/ja/LC_MESSAGES/wesnoth-l.mo
-%%NLS%%share/locale/ja/LC_MESSAGES/wesnoth-lib.mo
-%%NLS%%share/locale/ja/LC_MESSAGES/wesnoth-multiplayer.mo
-%%NLS%%share/locale/ja/LC_MESSAGES/wesnoth-nr.mo
-%%NLS%%share/locale/ja/LC_MESSAGES/wesnoth-sof.mo
-%%NLS%%share/locale/ja/LC_MESSAGES/wesnoth-sotbe.mo
-%%NLS%%share/locale/ja/LC_MESSAGES/wesnoth-tb.mo
-%%NLS%%share/locale/ja/LC_MESSAGES/wesnoth-thot.mo
-%%NLS%%share/locale/ja/LC_MESSAGES/wesnoth-trow.mo
-%%NLS%%share/locale/ja/LC_MESSAGES/wesnoth-tsg.mo
-%%NLS%%share/locale/ja/LC_MESSAGES/wesnoth-tutorial.mo
-%%NLS%%share/locale/ja/LC_MESSAGES/wesnoth-units.mo
-%%NLS%%share/locale/ja/LC_MESSAGES/wesnoth-utbs.mo
-%%NLS%%share/locale/ja/LC_MESSAGES/wesnoth.mo
-%%NLS%%share/locale/ko/LC_MESSAGES/wesnoth-aoi.mo
-%%NLS%%share/locale/ko/LC_MESSAGES/wesnoth-did.mo
-%%NLS%%share/locale/ko/LC_MESSAGES/wesnoth-editor.mo
-%%NLS%%share/locale/ko/LC_MESSAGES/wesnoth-ei.mo
-%%NLS%%share/locale/ko/LC_MESSAGES/wesnoth-httt.mo
-%%NLS%%share/locale/ko/LC_MESSAGES/wesnoth-l.mo
-%%NLS%%share/locale/ko/LC_MESSAGES/wesnoth-lib.mo
-%%NLS%%share/locale/ko/LC_MESSAGES/wesnoth-multiplayer.mo
-%%NLS%%share/locale/ko/LC_MESSAGES/wesnoth-nr.mo
-%%NLS%%share/locale/ko/LC_MESSAGES/wesnoth-sof.mo
-%%NLS%%share/locale/ko/LC_MESSAGES/wesnoth-sotbe.mo
-%%NLS%%share/locale/ko/LC_MESSAGES/wesnoth-tb.mo
-%%NLS%%share/locale/ko/LC_MESSAGES/wesnoth-thot.mo
-%%NLS%%share/locale/ko/LC_MESSAGES/wesnoth-trow.mo
-%%NLS%%share/locale/ko/LC_MESSAGES/wesnoth-tsg.mo
-%%NLS%%share/locale/ko/LC_MESSAGES/wesnoth-tutorial.mo
-%%NLS%%share/locale/ko/LC_MESSAGES/wesnoth-units.mo
-%%NLS%%share/locale/ko/LC_MESSAGES/wesnoth-utbs.mo
-%%NLS%%share/locale/ko/LC_MESSAGES/wesnoth.mo
-%%NLS%%share/locale/la/LC_MESSAGES/wesnoth-aoi.mo
-%%NLS%%share/locale/la/LC_MESSAGES/wesnoth-did.mo
-%%NLS%%share/locale/la/LC_MESSAGES/wesnoth-editor.mo
-%%NLS%%share/locale/la/LC_MESSAGES/wesnoth-ei.mo
-%%NLS%%share/locale/la/LC_MESSAGES/wesnoth-httt.mo
-%%NLS%%share/locale/la/LC_MESSAGES/wesnoth-l.mo
-%%NLS%%share/locale/la/LC_MESSAGES/wesnoth-lib.mo
-%%NLS%%share/locale/la/LC_MESSAGES/wesnoth-multiplayer.mo
-%%NLS%%share/locale/la/LC_MESSAGES/wesnoth-nr.mo
-%%NLS%%share/locale/la/LC_MESSAGES/wesnoth-sof.mo
-%%NLS%%share/locale/la/LC_MESSAGES/wesnoth-sotbe.mo
-%%NLS%%share/locale/la/LC_MESSAGES/wesnoth-tb.mo
-%%NLS%%share/locale/la/LC_MESSAGES/wesnoth-thot.mo
-%%NLS%%share/locale/la/LC_MESSAGES/wesnoth-trow.mo
-%%NLS%%share/locale/la/LC_MESSAGES/wesnoth-tsg.mo
-%%NLS%%share/locale/la/LC_MESSAGES/wesnoth-tutorial.mo
-%%NLS%%share/locale/la/LC_MESSAGES/wesnoth-units.mo
-%%NLS%%share/locale/la/LC_MESSAGES/wesnoth-utbs.mo
-%%NLS%%share/locale/la/LC_MESSAGES/wesnoth.mo
-%%NLS%%share/locale/lt/LC_MESSAGES/wesnoth-aoi.mo
-%%NLS%%share/locale/lt/LC_MESSAGES/wesnoth-did.mo
-%%NLS%%share/locale/lt/LC_MESSAGES/wesnoth-editor.mo
-%%NLS%%share/locale/lt/LC_MESSAGES/wesnoth-ei.mo
-%%NLS%%share/locale/lt/LC_MESSAGES/wesnoth-httt.mo
-%%NLS%%share/locale/lt/LC_MESSAGES/wesnoth-l.mo
-%%NLS%%share/locale/lt/LC_MESSAGES/wesnoth-lib.mo
-%%NLS%%share/locale/lt/LC_MESSAGES/wesnoth-multiplayer.mo
-%%NLS%%share/locale/lt/LC_MESSAGES/wesnoth-nr.mo
-%%NLS%%share/locale/lt/LC_MESSAGES/wesnoth-sof.mo
-%%NLS%%share/locale/lt/LC_MESSAGES/wesnoth-sotbe.mo
-%%NLS%%share/locale/lt/LC_MESSAGES/wesnoth-tb.mo
-%%NLS%%share/locale/lt/LC_MESSAGES/wesnoth-thot.mo
-%%NLS%%share/locale/lt/LC_MESSAGES/wesnoth-trow.mo
-%%NLS%%share/locale/lt/LC_MESSAGES/wesnoth-tsg.mo
-%%NLS%%share/locale/lt/LC_MESSAGES/wesnoth-tutorial.mo
-%%NLS%%share/locale/lt/LC_MESSAGES/wesnoth-units.mo
-%%NLS%%share/locale/lt/LC_MESSAGES/wesnoth-utbs.mo
-%%NLS%%share/locale/lt/LC_MESSAGES/wesnoth.mo
-%%NLS%%share/locale/lv/LC_MESSAGES/wesnoth-aoi.mo
-%%NLS%%share/locale/lv/LC_MESSAGES/wesnoth-did.mo
-%%NLS%%share/locale/lv/LC_MESSAGES/wesnoth-editor.mo
-%%NLS%%share/locale/lv/LC_MESSAGES/wesnoth-ei.mo
-%%NLS%%share/locale/lv/LC_MESSAGES/wesnoth-httt.mo
-%%NLS%%share/locale/lv/LC_MESSAGES/wesnoth-l.mo
-%%NLS%%share/locale/lv/LC_MESSAGES/wesnoth-lib.mo
-%%NLS%%share/locale/lv/LC_MESSAGES/wesnoth-multiplayer.mo
-%%NLS%%share/locale/lv/LC_MESSAGES/wesnoth-nr.mo
-%%NLS%%share/locale/lv/LC_MESSAGES/wesnoth-sof.mo
-%%NLS%%share/locale/lv/LC_MESSAGES/wesnoth-sotbe.mo
-%%NLS%%share/locale/lv/LC_MESSAGES/wesnoth-tb.mo
-%%NLS%%share/locale/lv/LC_MESSAGES/wesnoth-thot.mo
-%%NLS%%share/locale/lv/LC_MESSAGES/wesnoth-trow.mo
-%%NLS%%share/locale/lv/LC_MESSAGES/wesnoth-tsg.mo
-%%NLS%%share/locale/lv/LC_MESSAGES/wesnoth-tutorial.mo
-%%NLS%%share/locale/lv/LC_MESSAGES/wesnoth-units.mo
-%%NLS%%share/locale/lv/LC_MESSAGES/wesnoth-utbs.mo
-%%NLS%%share/locale/lv/LC_MESSAGES/wesnoth.mo
-%%NLS%%share/locale/mk/LC_MESSAGES/wesnoth-aoi.mo
-%%NLS%%share/locale/mk/LC_MESSAGES/wesnoth-did.mo
-%%NLS%%share/locale/mk/LC_MESSAGES/wesnoth-editor.mo
-%%NLS%%share/locale/mk/LC_MESSAGES/wesnoth-ei.mo
-%%NLS%%share/locale/mk/LC_MESSAGES/wesnoth-httt.mo
-%%NLS%%share/locale/mk/LC_MESSAGES/wesnoth-l.mo
-%%NLS%%share/locale/mk/LC_MESSAGES/wesnoth-lib.mo
-%%NLS%%share/locale/mk/LC_MESSAGES/wesnoth-multiplayer.mo
-%%NLS%%share/locale/mk/LC_MESSAGES/wesnoth-nr.mo
-%%NLS%%share/locale/mk/LC_MESSAGES/wesnoth-sof.mo
-%%NLS%%share/locale/mk/LC_MESSAGES/wesnoth-sotbe.mo
-%%NLS%%share/locale/mk/LC_MESSAGES/wesnoth-tb.mo
-%%NLS%%share/locale/mk/LC_MESSAGES/wesnoth-thot.mo
-%%NLS%%share/locale/mk/LC_MESSAGES/wesnoth-trow.mo
-%%NLS%%share/locale/mk/LC_MESSAGES/wesnoth-tsg.mo
-%%NLS%%share/locale/mk/LC_MESSAGES/wesnoth-tutorial.mo
-%%NLS%%share/locale/mk/LC_MESSAGES/wesnoth-units.mo
-%%NLS%%share/locale/mk/LC_MESSAGES/wesnoth-utbs.mo
-%%NLS%%share/locale/mk/LC_MESSAGES/wesnoth.mo
-%%NLS%%share/locale/nb_NO/LC_MESSAGES/wesnoth-aoi.mo
-%%NLS%%share/locale/nb_NO/LC_MESSAGES/wesnoth-did.mo
-%%NLS%%share/locale/nb_NO/LC_MESSAGES/wesnoth-editor.mo
-%%NLS%%share/locale/nb_NO/LC_MESSAGES/wesnoth-ei.mo
-%%NLS%%share/locale/nb_NO/LC_MESSAGES/wesnoth-httt.mo
-%%NLS%%share/locale/nb_NO/LC_MESSAGES/wesnoth-l.mo
-%%NLS%%share/locale/nb_NO/LC_MESSAGES/wesnoth-lib.mo
-%%NLS%%share/locale/nb_NO/LC_MESSAGES/wesnoth-multiplayer.mo
-%%NLS%%share/locale/nb_NO/LC_MESSAGES/wesnoth-nr.mo
-%%NLS%%share/locale/nb_NO/LC_MESSAGES/wesnoth-sof.mo
-%%NLS%%share/locale/nb_NO/LC_MESSAGES/wesnoth-sotbe.mo
-%%NLS%%share/locale/nb_NO/LC_MESSAGES/wesnoth-tb.mo
-%%NLS%%share/locale/nb_NO/LC_MESSAGES/wesnoth-thot.mo
-%%NLS%%share/locale/nb_NO/LC_MESSAGES/wesnoth-trow.mo
-%%NLS%%share/locale/nb_NO/LC_MESSAGES/wesnoth-tsg.mo
-%%NLS%%share/locale/nb_NO/LC_MESSAGES/wesnoth-tutorial.mo
-%%NLS%%share/locale/nb_NO/LC_MESSAGES/wesnoth-units.mo
-%%NLS%%share/locale/nb_NO/LC_MESSAGES/wesnoth-utbs.mo
-%%NLS%%share/locale/nb_NO/LC_MESSAGES/wesnoth.mo
-%%NLS%%share/locale/nl/LC_MESSAGES/wesnoth-aoi.mo
-%%NLS%%share/locale/nl/LC_MESSAGES/wesnoth-did.mo
-%%NLS%%share/locale/nl/LC_MESSAGES/wesnoth-editor.mo
-%%NLS%%share/locale/nl/LC_MESSAGES/wesnoth-ei.mo
-%%NLS%%share/locale/nl/LC_MESSAGES/wesnoth-httt.mo
-%%NLS%%share/locale/nl/LC_MESSAGES/wesnoth-l.mo
-%%NLS%%share/locale/nl/LC_MESSAGES/wesnoth-lib.mo
-%%NLS%%share/locale/nl/LC_MESSAGES/wesnoth-multiplayer.mo
-%%NLS%%share/locale/nl/LC_MESSAGES/wesnoth-nr.mo
-%%NLS%%share/locale/nl/LC_MESSAGES/wesnoth-sof.mo
-%%NLS%%share/locale/nl/LC_MESSAGES/wesnoth-sotbe.mo
-%%NLS%%share/locale/nl/LC_MESSAGES/wesnoth-tb.mo
-%%NLS%%share/locale/nl/LC_MESSAGES/wesnoth-thot.mo
-%%NLS%%share/locale/nl/LC_MESSAGES/wesnoth-trow.mo
-%%NLS%%share/locale/nl/LC_MESSAGES/wesnoth-tsg.mo
-%%NLS%%share/locale/nl/LC_MESSAGES/wesnoth-tutorial.mo
-%%NLS%%share/locale/nl/LC_MESSAGES/wesnoth-units.mo
-%%NLS%%share/locale/nl/LC_MESSAGES/wesnoth-utbs.mo
-%%NLS%%share/locale/nl/LC_MESSAGES/wesnoth.mo
-%%NLS%%share/locale/pl/LC_MESSAGES/wesnoth-aoi.mo
-%%NLS%%share/locale/pl/LC_MESSAGES/wesnoth-did.mo
-%%NLS%%share/locale/pl/LC_MESSAGES/wesnoth-editor.mo
-%%NLS%%share/locale/pl/LC_MESSAGES/wesnoth-ei.mo
-%%NLS%%share/locale/pl/LC_MESSAGES/wesnoth-httt.mo
-%%NLS%%share/locale/pl/LC_MESSAGES/wesnoth-l.mo
-%%NLS%%share/locale/pl/LC_MESSAGES/wesnoth-lib.mo
-%%NLS%%share/locale/pl/LC_MESSAGES/wesnoth-multiplayer.mo
-%%NLS%%share/locale/pl/LC_MESSAGES/wesnoth-nr.mo
-%%NLS%%share/locale/pl/LC_MESSAGES/wesnoth-sof.mo
-%%NLS%%share/locale/pl/LC_MESSAGES/wesnoth-sotbe.mo
-%%NLS%%share/locale/pl/LC_MESSAGES/wesnoth-tb.mo
-%%NLS%%share/locale/pl/LC_MESSAGES/wesnoth-thot.mo
-%%NLS%%share/locale/pl/LC_MESSAGES/wesnoth-trow.mo
-%%NLS%%share/locale/pl/LC_MESSAGES/wesnoth-tsg.mo
-%%NLS%%share/locale/pl/LC_MESSAGES/wesnoth-tutorial.mo
-%%NLS%%share/locale/pl/LC_MESSAGES/wesnoth-units.mo
-%%NLS%%share/locale/pl/LC_MESSAGES/wesnoth-utbs.mo
-%%NLS%%share/locale/pl/LC_MESSAGES/wesnoth.mo
-%%NLS%%share/locale/pt/LC_MESSAGES/wesnoth-aoi.mo
-%%NLS%%share/locale/pt/LC_MESSAGES/wesnoth-did.mo
-%%NLS%%share/locale/pt/LC_MESSAGES/wesnoth-editor.mo
-%%NLS%%share/locale/pt/LC_MESSAGES/wesnoth-ei.mo
-%%NLS%%share/locale/pt/LC_MESSAGES/wesnoth-httt.mo
-%%NLS%%share/locale/pt/LC_MESSAGES/wesnoth-l.mo
-%%NLS%%share/locale/pt/LC_MESSAGES/wesnoth-lib.mo
-%%NLS%%share/locale/pt/LC_MESSAGES/wesnoth-multiplayer.mo
-%%NLS%%share/locale/pt/LC_MESSAGES/wesnoth-nr.mo
-%%NLS%%share/locale/pt/LC_MESSAGES/wesnoth-sof.mo
-%%NLS%%share/locale/pt/LC_MESSAGES/wesnoth-sotbe.mo
-%%NLS%%share/locale/pt/LC_MESSAGES/wesnoth-tb.mo
-%%NLS%%share/locale/pt/LC_MESSAGES/wesnoth-thot.mo
-%%NLS%%share/locale/pt/LC_MESSAGES/wesnoth-trow.mo
-%%NLS%%share/locale/pt/LC_MESSAGES/wesnoth-tsg.mo
-%%NLS%%share/locale/pt/LC_MESSAGES/wesnoth-tutorial.mo
-%%NLS%%share/locale/pt/LC_MESSAGES/wesnoth-units.mo
-%%NLS%%share/locale/pt/LC_MESSAGES/wesnoth-utbs.mo
-%%NLS%%share/locale/pt/LC_MESSAGES/wesnoth.mo
-%%NLS%%share/locale/pt_BR/LC_MESSAGES/wesnoth-aoi.mo
-%%NLS%%share/locale/pt_BR/LC_MESSAGES/wesnoth-did.mo
-%%NLS%%share/locale/pt_BR/LC_MESSAGES/wesnoth-editor.mo
-%%NLS%%share/locale/pt_BR/LC_MESSAGES/wesnoth-ei.mo
-%%NLS%%share/locale/pt_BR/LC_MESSAGES/wesnoth-httt.mo
-%%NLS%%share/locale/pt_BR/LC_MESSAGES/wesnoth-l.mo
-%%NLS%%share/locale/pt_BR/LC_MESSAGES/wesnoth-lib.mo
-%%NLS%%share/locale/pt_BR/LC_MESSAGES/wesnoth-multiplayer.mo
-%%NLS%%share/locale/pt_BR/LC_MESSAGES/wesnoth-nr.mo
-%%NLS%%share/locale/pt_BR/LC_MESSAGES/wesnoth-sof.mo
-%%NLS%%share/locale/pt_BR/LC_MESSAGES/wesnoth-sotbe.mo
-%%NLS%%share/locale/pt_BR/LC_MESSAGES/wesnoth-tb.mo
-%%NLS%%share/locale/pt_BR/LC_MESSAGES/wesnoth-thot.mo
-%%NLS%%share/locale/pt_BR/LC_MESSAGES/wesnoth-trow.mo
-%%NLS%%share/locale/pt_BR/LC_MESSAGES/wesnoth-tsg.mo
-%%NLS%%share/locale/pt_BR/LC_MESSAGES/wesnoth-tutorial.mo
-%%NLS%%share/locale/pt_BR/LC_MESSAGES/wesnoth-units.mo
-%%NLS%%share/locale/pt_BR/LC_MESSAGES/wesnoth-utbs.mo
-%%NLS%%share/locale/pt_BR/LC_MESSAGES/wesnoth.mo
-%%NLS%%share/locale/ro/LC_MESSAGES/wesnoth-aoi.mo
-%%NLS%%share/locale/ro/LC_MESSAGES/wesnoth-did.mo
-%%NLS%%share/locale/ro/LC_MESSAGES/wesnoth-editor.mo
-%%NLS%%share/locale/ro/LC_MESSAGES/wesnoth-ei.mo
-%%NLS%%share/locale/ro/LC_MESSAGES/wesnoth-httt.mo
-%%NLS%%share/locale/ro/LC_MESSAGES/wesnoth-l.mo
-%%NLS%%share/locale/ro/LC_MESSAGES/wesnoth-lib.mo
-%%NLS%%share/locale/ro/LC_MESSAGES/wesnoth-multiplayer.mo
-%%NLS%%share/locale/ro/LC_MESSAGES/wesnoth-nr.mo
-%%NLS%%share/locale/ro/LC_MESSAGES/wesnoth-sof.mo
-%%NLS%%share/locale/ro/LC_MESSAGES/wesnoth-sotbe.mo
-%%NLS%%share/locale/ro/LC_MESSAGES/wesnoth-tb.mo
-%%NLS%%share/locale/ro/LC_MESSAGES/wesnoth-thot.mo
-%%NLS%%share/locale/ro/LC_MESSAGES/wesnoth-trow.mo
-%%NLS%%share/locale/ro/LC_MESSAGES/wesnoth-tsg.mo
-%%NLS%%share/locale/ro/LC_MESSAGES/wesnoth-tutorial.mo
-%%NLS%%share/locale/ro/LC_MESSAGES/wesnoth-units.mo
-%%NLS%%share/locale/ro/LC_MESSAGES/wesnoth-utbs.mo
-%%NLS%%share/locale/ro/LC_MESSAGES/wesnoth.mo
-%%NLS%%share/locale/ru/LC_MESSAGES/wesnoth-aoi.mo
-%%NLS%%share/locale/ru/LC_MESSAGES/wesnoth-did.mo
-%%NLS%%share/locale/ru/LC_MESSAGES/wesnoth-editor.mo
-%%NLS%%share/locale/ru/LC_MESSAGES/wesnoth-ei.mo
-%%NLS%%share/locale/ru/LC_MESSAGES/wesnoth-httt.mo
-%%NLS%%share/locale/ru/LC_MESSAGES/wesnoth-l.mo
-%%NLS%%share/locale/ru/LC_MESSAGES/wesnoth-lib.mo
-%%NLS%%share/locale/ru/LC_MESSAGES/wesnoth-multiplayer.mo
-%%NLS%%share/locale/ru/LC_MESSAGES/wesnoth-nr.mo
-%%NLS%%share/locale/ru/LC_MESSAGES/wesnoth-sof.mo
-%%NLS%%share/locale/ru/LC_MESSAGES/wesnoth-sotbe.mo
-%%NLS%%share/locale/ru/LC_MESSAGES/wesnoth-tb.mo
-%%NLS%%share/locale/ru/LC_MESSAGES/wesnoth-thot.mo
-%%NLS%%share/locale/ru/LC_MESSAGES/wesnoth-trow.mo
-%%NLS%%share/locale/ru/LC_MESSAGES/wesnoth-tsg.mo
-%%NLS%%share/locale/ru/LC_MESSAGES/wesnoth-tutorial.mo
-%%NLS%%share/locale/ru/LC_MESSAGES/wesnoth-units.mo
-%%NLS%%share/locale/ru/LC_MESSAGES/wesnoth-utbs.mo
-%%NLS%%share/locale/ru/LC_MESSAGES/wesnoth.mo
-%%NLS%%share/locale/sk/LC_MESSAGES/wesnoth-aoi.mo
-%%NLS%%share/locale/sk/LC_MESSAGES/wesnoth-did.mo
-%%NLS%%share/locale/sk/LC_MESSAGES/wesnoth-editor.mo
-%%NLS%%share/locale/sk/LC_MESSAGES/wesnoth-ei.mo
-%%NLS%%share/locale/sk/LC_MESSAGES/wesnoth-httt.mo
-%%NLS%%share/locale/sk/LC_MESSAGES/wesnoth-l.mo
-%%NLS%%share/locale/sk/LC_MESSAGES/wesnoth-lib.mo
-%%NLS%%share/locale/sk/LC_MESSAGES/wesnoth-multiplayer.mo
-%%NLS%%share/locale/sk/LC_MESSAGES/wesnoth-nr.mo
-%%NLS%%share/locale/sk/LC_MESSAGES/wesnoth-sof.mo
-%%NLS%%share/locale/sk/LC_MESSAGES/wesnoth-sotbe.mo
-%%NLS%%share/locale/sk/LC_MESSAGES/wesnoth-tb.mo
-%%NLS%%share/locale/sk/LC_MESSAGES/wesnoth-thot.mo
-%%NLS%%share/locale/sk/LC_MESSAGES/wesnoth-trow.mo
-%%NLS%%share/locale/sk/LC_MESSAGES/wesnoth-tsg.mo
-%%NLS%%share/locale/sk/LC_MESSAGES/wesnoth-tutorial.mo
-%%NLS%%share/locale/sk/LC_MESSAGES/wesnoth-units.mo
-%%NLS%%share/locale/sk/LC_MESSAGES/wesnoth-utbs.mo
-%%NLS%%share/locale/sk/LC_MESSAGES/wesnoth.mo
-%%NLS%%share/locale/sl/LC_MESSAGES/wesnoth-aoi.mo
-%%NLS%%share/locale/sl/LC_MESSAGES/wesnoth-did.mo
-%%NLS%%share/locale/sl/LC_MESSAGES/wesnoth-editor.mo
-%%NLS%%share/locale/sl/LC_MESSAGES/wesnoth-ei.mo
-%%NLS%%share/locale/sl/LC_MESSAGES/wesnoth-httt.mo
-%%NLS%%share/locale/sl/LC_MESSAGES/wesnoth-l.mo
-%%NLS%%share/locale/sl/LC_MESSAGES/wesnoth-lib.mo
-%%NLS%%share/locale/sl/LC_MESSAGES/wesnoth-multiplayer.mo
-%%NLS%%share/locale/sl/LC_MESSAGES/wesnoth-nr.mo
-%%NLS%%share/locale/sl/LC_MESSAGES/wesnoth-sof.mo
-%%NLS%%share/locale/sl/LC_MESSAGES/wesnoth-sotbe.mo
-%%NLS%%share/locale/sl/LC_MESSAGES/wesnoth-tb.mo
-%%NLS%%share/locale/sl/LC_MESSAGES/wesnoth-thot.mo
-%%NLS%%share/locale/sl/LC_MESSAGES/wesnoth-trow.mo
-%%NLS%%share/locale/sl/LC_MESSAGES/wesnoth-tsg.mo
-%%NLS%%share/locale/sl/LC_MESSAGES/wesnoth-tutorial.mo
-%%NLS%%share/locale/sl/LC_MESSAGES/wesnoth-units.mo
-%%NLS%%share/locale/sl/LC_MESSAGES/wesnoth-utbs.mo
-%%NLS%%share/locale/sl/LC_MESSAGES/wesnoth.mo
-%%NLS%%share/locale/sr/LC_MESSAGES/wesnoth-aoi.mo
-%%NLS%%share/locale/sr/LC_MESSAGES/wesnoth-did.mo
-%%NLS%%share/locale/sr/LC_MESSAGES/wesnoth-editor.mo
-%%NLS%%share/locale/sr/LC_MESSAGES/wesnoth-ei.mo
-%%NLS%%share/locale/sr/LC_MESSAGES/wesnoth-httt.mo
-%%NLS%%share/locale/sr/LC_MESSAGES/wesnoth-l.mo
-%%NLS%%share/locale/sr/LC_MESSAGES/wesnoth-lib.mo
-%%NLS%%share/locale/sr/LC_MESSAGES/wesnoth-multiplayer.mo
-%%NLS%%share/locale/sr/LC_MESSAGES/wesnoth-nr.mo
-%%NLS%%share/locale/sr/LC_MESSAGES/wesnoth-sof.mo
-%%NLS%%share/locale/sr/LC_MESSAGES/wesnoth-sotbe.mo
-%%NLS%%share/locale/sr/LC_MESSAGES/wesnoth-tb.mo
-%%NLS%%share/locale/sr/LC_MESSAGES/wesnoth-thot.mo
-%%NLS%%share/locale/sr/LC_MESSAGES/wesnoth-trow.mo
-%%NLS%%share/locale/sr/LC_MESSAGES/wesnoth-tsg.mo
-%%NLS%%share/locale/sr/LC_MESSAGES/wesnoth-tutorial.mo
-%%NLS%%share/locale/sr/LC_MESSAGES/wesnoth-units.mo
-%%NLS%%share/locale/sr/LC_MESSAGES/wesnoth-utbs.mo
-%%NLS%%share/locale/sr/LC_MESSAGES/wesnoth.mo
-%%NLS%%share/locale/sr@latin/LC_MESSAGES/wesnoth-aoi.mo
-%%NLS%%share/locale/sr@latin/LC_MESSAGES/wesnoth-did.mo
-%%NLS%%share/locale/sr@latin/LC_MESSAGES/wesnoth-editor.mo
-%%NLS%%share/locale/sr@latin/LC_MESSAGES/wesnoth-ei.mo
-%%NLS%%share/locale/sr@latin/LC_MESSAGES/wesnoth-httt.mo
-%%NLS%%share/locale/sr@latin/LC_MESSAGES/wesnoth-l.mo
-%%NLS%%share/locale/sr@latin/LC_MESSAGES/wesnoth-lib.mo
-%%NLS%%share/locale/sr@latin/LC_MESSAGES/wesnoth-multiplayer.mo
-%%NLS%%share/locale/sr@latin/LC_MESSAGES/wesnoth-nr.mo
-%%NLS%%share/locale/sr@latin/LC_MESSAGES/wesnoth-sof.mo
-%%NLS%%share/locale/sr@latin/LC_MESSAGES/wesnoth-sotbe.mo
-%%NLS%%share/locale/sr@latin/LC_MESSAGES/wesnoth-tb.mo
-%%NLS%%share/locale/sr@latin/LC_MESSAGES/wesnoth-thot.mo
-%%NLS%%share/locale/sr@latin/LC_MESSAGES/wesnoth-trow.mo
-%%NLS%%share/locale/sr@latin/LC_MESSAGES/wesnoth-tsg.mo
-%%NLS%%share/locale/sr@latin/LC_MESSAGES/wesnoth-tutorial.mo
-%%NLS%%share/locale/sr@latin/LC_MESSAGES/wesnoth-units.mo
-%%NLS%%share/locale/sr@latin/LC_MESSAGES/wesnoth-utbs.mo
-%%NLS%%share/locale/sr@latin/LC_MESSAGES/wesnoth.mo
-%%NLS%%share/locale/sv/LC_MESSAGES/wesnoth-aoi.mo
-%%NLS%%share/locale/sv/LC_MESSAGES/wesnoth-did.mo
-%%NLS%%share/locale/sv/LC_MESSAGES/wesnoth-editor.mo
-%%NLS%%share/locale/sv/LC_MESSAGES/wesnoth-ei.mo
-%%NLS%%share/locale/sv/LC_MESSAGES/wesnoth-httt.mo
-%%NLS%%share/locale/sv/LC_MESSAGES/wesnoth-l.mo
-%%NLS%%share/locale/sv/LC_MESSAGES/wesnoth-lib.mo
-%%NLS%%share/locale/sv/LC_MESSAGES/wesnoth-multiplayer.mo
-%%NLS%%share/locale/sv/LC_MESSAGES/wesnoth-nr.mo
-%%NLS%%share/locale/sv/LC_MESSAGES/wesnoth-sof.mo
-%%NLS%%share/locale/sv/LC_MESSAGES/wesnoth-sotbe.mo
-%%NLS%%share/locale/sv/LC_MESSAGES/wesnoth-tb.mo
-%%NLS%%share/locale/sv/LC_MESSAGES/wesnoth-thot.mo
-%%NLS%%share/locale/sv/LC_MESSAGES/wesnoth-trow.mo
-%%NLS%%share/locale/sv/LC_MESSAGES/wesnoth-tsg.mo
-%%NLS%%share/locale/sv/LC_MESSAGES/wesnoth-tutorial.mo
-%%NLS%%share/locale/sv/LC_MESSAGES/wesnoth-units.mo
-%%NLS%%share/locale/sv/LC_MESSAGES/wesnoth-utbs.mo
-%%NLS%%share/locale/sv/LC_MESSAGES/wesnoth.mo
-%%NLS%%share/locale/tl/LC_MESSAGES/wesnoth-aoi.mo
-%%NLS%%share/locale/tl/LC_MESSAGES/wesnoth-did.mo
-%%NLS%%share/locale/tl/LC_MESSAGES/wesnoth-editor.mo
-%%NLS%%share/locale/tl/LC_MESSAGES/wesnoth-ei.mo
-%%NLS%%share/locale/tl/LC_MESSAGES/wesnoth-httt.mo
-%%NLS%%share/locale/tl/LC_MESSAGES/wesnoth-l.mo
-%%NLS%%share/locale/tl/LC_MESSAGES/wesnoth-lib.mo
-%%NLS%%share/locale/tl/LC_MESSAGES/wesnoth-multiplayer.mo
-%%NLS%%share/locale/tl/LC_MESSAGES/wesnoth-nr.mo
-%%NLS%%share/locale/tl/LC_MESSAGES/wesnoth-sof.mo
-%%NLS%%share/locale/tl/LC_MESSAGES/wesnoth-sotbe.mo
-%%NLS%%share/locale/tl/LC_MESSAGES/wesnoth-tb.mo
-%%NLS%%share/locale/tl/LC_MESSAGES/wesnoth-thot.mo
-%%NLS%%share/locale/tl/LC_MESSAGES/wesnoth-trow.mo
-%%NLS%%share/locale/tl/LC_MESSAGES/wesnoth-tsg.mo
-%%NLS%%share/locale/tl/LC_MESSAGES/wesnoth-tutorial.mo
-%%NLS%%share/locale/tl/LC_MESSAGES/wesnoth-units.mo
-%%NLS%%share/locale/tl/LC_MESSAGES/wesnoth-utbs.mo
-%%NLS%%share/locale/tl/LC_MESSAGES/wesnoth.mo
-%%NLS%%share/locale/tr/LC_MESSAGES/wesnoth-aoi.mo
-%%NLS%%share/locale/tr/LC_MESSAGES/wesnoth-did.mo
-%%NLS%%share/locale/tr/LC_MESSAGES/wesnoth-editor.mo
-%%NLS%%share/locale/tr/LC_MESSAGES/wesnoth-ei.mo
-%%NLS%%share/locale/tr/LC_MESSAGES/wesnoth-httt.mo
-%%NLS%%share/locale/tr/LC_MESSAGES/wesnoth-l.mo
-%%NLS%%share/locale/tr/LC_MESSAGES/wesnoth-lib.mo
-%%NLS%%share/locale/tr/LC_MESSAGES/wesnoth-multiplayer.mo
-%%NLS%%share/locale/tr/LC_MESSAGES/wesnoth-nr.mo
-%%NLS%%share/locale/tr/LC_MESSAGES/wesnoth-sof.mo
-%%NLS%%share/locale/tr/LC_MESSAGES/wesnoth-sotbe.mo
-%%NLS%%share/locale/tr/LC_MESSAGES/wesnoth-tb.mo
-%%NLS%%share/locale/tr/LC_MESSAGES/wesnoth-thot.mo
-%%NLS%%share/locale/tr/LC_MESSAGES/wesnoth-trow.mo
-%%NLS%%share/locale/tr/LC_MESSAGES/wesnoth-tsg.mo
-%%NLS%%share/locale/tr/LC_MESSAGES/wesnoth-tutorial.mo
-%%NLS%%share/locale/tr/LC_MESSAGES/wesnoth-units.mo
-%%NLS%%share/locale/tr/LC_MESSAGES/wesnoth-utbs.mo
-%%NLS%%share/locale/tr/LC_MESSAGES/wesnoth.mo
-%%NLS%%share/locale/zh_CN/LC_MESSAGES/wesnoth-aoi.mo
-%%NLS%%share/locale/zh_CN/LC_MESSAGES/wesnoth-did.mo
-%%NLS%%share/locale/zh_CN/LC_MESSAGES/wesnoth-editor.mo
-%%NLS%%share/locale/zh_CN/LC_MESSAGES/wesnoth-ei.mo
-%%NLS%%share/locale/zh_CN/LC_MESSAGES/wesnoth-httt.mo
-%%NLS%%share/locale/zh_CN/LC_MESSAGES/wesnoth-l.mo
-%%NLS%%share/locale/zh_CN/LC_MESSAGES/wesnoth-lib.mo
-%%NLS%%share/locale/zh_CN/LC_MESSAGES/wesnoth-multiplayer.mo
-%%NLS%%share/locale/zh_CN/LC_MESSAGES/wesnoth-nr.mo
-%%NLS%%share/locale/zh_CN/LC_MESSAGES/wesnoth-sof.mo
-%%NLS%%share/locale/zh_CN/LC_MESSAGES/wesnoth-sotbe.mo
-%%NLS%%share/locale/zh_CN/LC_MESSAGES/wesnoth-tb.mo
-%%NLS%%share/locale/zh_CN/LC_MESSAGES/wesnoth-thot.mo
-%%NLS%%share/locale/zh_CN/LC_MESSAGES/wesnoth-trow.mo
-%%NLS%%share/locale/zh_CN/LC_MESSAGES/wesnoth-tsg.mo
-%%NLS%%share/locale/zh_CN/LC_MESSAGES/wesnoth-tutorial.mo
-%%NLS%%share/locale/zh_CN/LC_MESSAGES/wesnoth-units.mo
-%%NLS%%share/locale/zh_CN/LC_MESSAGES/wesnoth-utbs.mo
-%%NLS%%share/locale/zh_CN/LC_MESSAGES/wesnoth.mo
-%%NLS%%share/locale/zh_TW/LC_MESSAGES/wesnoth-aoi.mo
-%%NLS%%share/locale/zh_TW/LC_MESSAGES/wesnoth-did.mo
-%%NLS%%share/locale/zh_TW/LC_MESSAGES/wesnoth-editor.mo
-%%NLS%%share/locale/zh_TW/LC_MESSAGES/wesnoth-ei.mo
-%%NLS%%share/locale/zh_TW/LC_MESSAGES/wesnoth-httt.mo
-%%NLS%%share/locale/zh_TW/LC_MESSAGES/wesnoth-l.mo
-%%NLS%%share/locale/zh_TW/LC_MESSAGES/wesnoth-lib.mo
-%%NLS%%share/locale/zh_TW/LC_MESSAGES/wesnoth-multiplayer.mo
-%%NLS%%share/locale/zh_TW/LC_MESSAGES/wesnoth-nr.mo
-%%NLS%%share/locale/zh_TW/LC_MESSAGES/wesnoth-sof.mo
-%%NLS%%share/locale/zh_TW/LC_MESSAGES/wesnoth-sotbe.mo
-%%NLS%%share/locale/zh_TW/LC_MESSAGES/wesnoth-tb.mo
-%%NLS%%share/locale/zh_TW/LC_MESSAGES/wesnoth-thot.mo
-%%NLS%%share/locale/zh_TW/LC_MESSAGES/wesnoth-trow.mo
-%%NLS%%share/locale/zh_TW/LC_MESSAGES/wesnoth-tsg.mo
-%%NLS%%share/locale/zh_TW/LC_MESSAGES/wesnoth-tutorial.mo
-%%NLS%%share/locale/zh_TW/LC_MESSAGES/wesnoth-units.mo
-%%NLS%%share/locale/zh_TW/LC_MESSAGES/wesnoth-utbs.mo
-%%NLS%%share/locale/zh_TW/LC_MESSAGES/wesnoth.mo
+share/applications/wesnoth.desktop
+%%EDITOR%%share/applications/wesnoth_editor.desktop
+share/pixmaps/wesnoth-icon.png
+share/pixmaps/wesnoth_editor-icon.png
+%%DOCSDIR%%/manual/CMakeLists.txt
+%%DOCSDIR%%/manual/images/de/game-screen-1.5.7.jpg
+%%DOCSDIR%%/manual/images/de/main-menu-1.5.11.jpg
+%%DOCSDIR%%/manual/images/de/multiplayer-1.5.11.jpg
+%%DOCSDIR%%/manual/images/de/recruit-1.5.7.jpg
+%%DOCSDIR%%/manual/images/de/right_pane-1.5.7.jpg
+%%DOCSDIR%%/manual/images/de/top_pane-1.5.7.jpg
+%%DOCSDIR%%/manual/images/es/game-screen-1.5.7.jpg
+%%DOCSDIR%%/manual/images/es/main-menu-1.5.11.jpg
+%%DOCSDIR%%/manual/images/es/multiplayer-1.5.11.jpg
+%%DOCSDIR%%/manual/images/es/recruit-1.5.7.jpg
+%%DOCSDIR%%/manual/images/es/right_pane-1.5.7.jpg
+%%DOCSDIR%%/manual/images/es/top_pane-1.5.7.jpg
+%%DOCSDIR%%/manual/images/game-screen-1.5.7.jpg
+%%DOCSDIR%%/manual/images/hu/game-screen-1.5.7.jpg
+%%DOCSDIR%%/manual/images/hu/main-menu-1.5.11.jpg
+%%DOCSDIR%%/manual/images/hu/multiplayer-1.5.11.jpg
+%%DOCSDIR%%/manual/images/hu/recruit-1.5.7.jpg
+%%DOCSDIR%%/manual/images/hu/right_pane-1.5.7.jpg
+%%DOCSDIR%%/manual/images/hu/top_pane-1.5.7.jpg
+%%DOCSDIR%%/manual/images/main-menu-1.5.11.jpg
+%%DOCSDIR%%/manual/images/multiplayer-1.5.11.jpg
+%%DOCSDIR%%/manual/images/orb-blue.jpg
+%%DOCSDIR%%/manual/images/orb-green.jpg
+%%DOCSDIR%%/manual/images/orb-none.jpg
+%%DOCSDIR%%/manual/images/orb-red.jpg
+%%DOCSDIR%%/manual/images/orb-yellow.jpg
+%%DOCSDIR%%/manual/images/recruit-1.5.7.jpg
+%%DOCSDIR%%/manual/images/right_pane-1.5.7.jpg
+%%DOCSDIR%%/manual/images/top_pane-1.5.7.jpg
+%%DOCSDIR%%/manual/images/tr/game-screen-1.5.7.jpg
+%%DOCSDIR%%/manual/images/tr/main-menu-1.5.11.jpg
+%%DOCSDIR%%/manual/images/tr/multiplayer-1.5.11.jpg
+%%DOCSDIR%%/manual/images/tr/recruit-1.5.7.jpg
+%%DOCSDIR%%/manual/images/tr/right_pane-1.5.7.jpg
+%%DOCSDIR%%/manual/images/tr/top_pane-1.5.7.jpg
+%%DOCSDIR%%/manual/manual.cs.html
+%%DOCSDIR%%/manual/manual.da.html
+%%DOCSDIR%%/manual/manual.de.html
+%%DOCSDIR%%/manual/manual.en.html
+%%DOCSDIR%%/manual/manual.en_GB.html
+%%DOCSDIR%%/manual/manual.es.html
+%%DOCSDIR%%/manual/manual.et.html
+%%DOCSDIR%%/manual/manual.fi.html
+%%DOCSDIR%%/manual/manual.fr.html
+%%DOCSDIR%%/manual/manual.gl.html
+%%DOCSDIR%%/manual/manual.hu.html
+%%DOCSDIR%%/manual/manual.it.html
+%%DOCSDIR%%/manual/manual.pl.html
+%%DOCSDIR%%/manual/manual.pt_BR.html
+%%DOCSDIR%%/manual/manual.ru.html
+%%DOCSDIR%%/manual/manual.sv.html
+%%DOCSDIR%%/manual/manual.tr.html
+%%DOCSDIR%%/manual/manual.txt
+%%DOCSDIR%%/manual/manual.zh_CN.html
+%%DOCSDIR%%/manual/manual.zh_TW.html
+%%DOCSDIR%%/manual/styles/manual.css
%%DATADIR%%/data/COPYING.txt
%%DATADIR%%/data/_main.cfg
-%%DATADIR%%/data/ais/bruteforce.py
-%%DATADIR%%/data/ais/documentation.py
-%%DATADIR%%/data/ais/parse.py
-%%DATADIR%%/data/ais/safe.py
-%%DATADIR%%/data/ais/sample.py
+%%DATADIR%%/data/ai/formula/level_up_attack_eval.fai
+%%DATADIR%%/data/ai/formula/level_up_attack_move.fai
+%%DATADIR%%/data/ai/formula/opening.fai
+%%DATADIR%%/data/ai/formula/patrol.fai
+%%DATADIR%%/data/ai/formula/recruitment.fai
+%%DATADIR%%/data/ai/formula/scouting_eval.fai
+%%DATADIR%%/data/ai/formula/scouting_move.fai
%%DATADIR%%/data/campaigns/An_Orcish_Incursion/_main.cfg
-%%DATADIR%%/data/campaigns/An_Orcish_Incursion/images/map.jpg
-%%DATADIR%%/data/campaigns/An_Orcish_Incursion/images/portraits/Erlornas.png
-%%DATADIR%%/data/campaigns/An_Orcish_Incursion/maps/a_detour_through_the_swamp.map
-%%DATADIR%%/data/campaigns/An_Orcish_Incursion/maps/assassins.map
-%%DATADIR%%/data/campaigns/An_Orcish_Incursion/maps/defend_the_forest.map
-%%DATADIR%%/data/campaigns/An_Orcish_Incursion/maps/linaera_the_quick.map
-%%DATADIR%%/data/campaigns/An_Orcish_Incursion/maps/showdown.map
-%%DATADIR%%/data/campaigns/An_Orcish_Incursion/maps/valley_of_trolls.map
-%%DATADIR%%/data/campaigns/An_Orcish_Incursion/maps/wasteland.map
+%%DATADIR%%/data/campaigns/An_Orcish_Incursion/images/an-orcish-incursion-map.png
+%%DATADIR%%/data/campaigns/An_Orcish_Incursion/maps/1_Defend_the_forest.map
+%%DATADIR%%/data/campaigns/An_Orcish_Incursion/maps/2_Assassins.map
+%%DATADIR%%/data/campaigns/An_Orcish_Incursion/maps/3_Wasteland.map
+%%DATADIR%%/data/campaigns/An_Orcish_Incursion/maps/4_Valley_of_trolls.map
+%%DATADIR%%/data/campaigns/An_Orcish_Incursion/maps/5_Linaera_the_quick.map
+%%DATADIR%%/data/campaigns/An_Orcish_Incursion/maps/6_A_detour_through_the_swamp.map
+%%DATADIR%%/data/campaigns/An_Orcish_Incursion/maps/7_Showdown.map
%%DATADIR%%/data/campaigns/An_Orcish_Incursion/scenarios/1_Defend_the_Forest.cfg
%%DATADIR%%/data/campaigns/An_Orcish_Incursion/scenarios/2_Assassins.cfg
%%DATADIR%%/data/campaigns/An_Orcish_Incursion/scenarios/3_Wasteland.cfg
@@ -886,17 +93,21 @@ bin/wesnoth
%%DATADIR%%/data/campaigns/An_Orcish_Incursion/scenarios/5_Linaera_the_Quick.cfg
%%DATADIR%%/data/campaigns/An_Orcish_Incursion/scenarios/6_A_Detour_through_the_Swamp.cfg
%%DATADIR%%/data/campaigns/An_Orcish_Incursion/scenarios/7_Showdown.cfg
-%%DATADIR%%/data/campaigns/Descent_Into_Darkness/Descent_deaths.cfg
-%%DATADIR%%/data/campaigns/Descent_Into_Darkness/Descent_macros.cfg
-%%DATADIR%%/data/campaigns/Descent_Into_Darkness/Descent_story.cfg
+%%DATADIR%%/data/campaigns/An_Orcish_Incursion/utils/journey.cfg
%%DATADIR%%/data/campaigns/Descent_Into_Darkness/_main.cfg
-%%DATADIR%%/data/campaigns/Descent_Into_Darkness/ais/kamikaze.py
%%DATADIR%%/data/campaigns/Descent_Into_Darkness/images/misc/book-icon.png
+%%DATADIR%%/data/campaigns/Descent_Into_Darkness/images/misc/descent-into-darkness.png
+%%DATADIR%%/data/campaigns/Descent_Into_Darkness/images/misc/makeshift-altar.png
+%%DATADIR%%/data/campaigns/Descent_Into_Darkness/images/misc/weakened-ice.png
%%DATADIR%%/data/campaigns/Descent_Into_Darkness/images/portraits/darken_volk.png
%%DATADIR%%/data/campaigns/Descent_Into_Darkness/images/portraits/dela.png
%%DATADIR%%/data/campaigns/Descent_Into_Darkness/images/portraits/malinlich.png
%%DATADIR%%/data/campaigns/Descent_Into_Darkness/images/portraits/malold.png
%%DATADIR%%/data/campaigns/Descent_Into_Darkness/images/portraits/malyoung.png
+%%DATADIR%%/data/campaigns/Descent_Into_Darkness/images/story/book.jpg
+%%DATADIR%%/data/campaigns/Descent_Into_Darkness/images/story/end.jpg
+%%DATADIR%%/data/campaigns/Descent_Into_Darkness/images/story/parthyn.jpg
+%%DATADIR%%/data/campaigns/Descent_Into_Darkness/images/story/travel.jpg
%%DATADIR%%/data/campaigns/Descent_Into_Darkness/images/units/apprentice-mage-defend.png
%%DATADIR%%/data/campaigns/Descent_Into_Darkness/images/units/apprentice-mage-magic-1.png
%%DATADIR%%/data/campaigns/Descent_Into_Darkness/images/units/apprentice-mage-magic-2.png
@@ -913,10 +124,11 @@ bin/wesnoth
%%DATADIR%%/data/campaigns/Descent_Into_Darkness/images/units/apprentice-necromancer-sword-2.png
%%DATADIR%%/data/campaigns/Descent_Into_Darkness/images/units/apprentice-necromancer.png
%%DATADIR%%/data/campaigns/Descent_Into_Darkness/images/units/dark-mage-defend.png
-%%DATADIR%%/data/campaigns/Descent_Into_Darkness/images/units/dark-mage-magic1.png
-%%DATADIR%%/data/campaigns/Descent_Into_Darkness/images/units/dark-mage-magic2.png
-%%DATADIR%%/data/campaigns/Descent_Into_Darkness/images/units/dark-mage-magic3.png
-%%DATADIR%%/data/campaigns/Descent_Into_Darkness/images/units/dark-mage-sword1.png
+%%DATADIR%%/data/campaigns/Descent_Into_Darkness/images/units/dark-mage-magic-1.png
+%%DATADIR%%/data/campaigns/Descent_Into_Darkness/images/units/dark-mage-magic-2.png
+%%DATADIR%%/data/campaigns/Descent_Into_Darkness/images/units/dark-mage-magic-3.png
+%%DATADIR%%/data/campaigns/Descent_Into_Darkness/images/units/dark-mage-sword-1.png
+%%DATADIR%%/data/campaigns/Descent_Into_Darkness/images/units/dark-mage-sword-2.png
%%DATADIR%%/data/campaigns/Descent_Into_Darkness/images/units/dark-mage.png
%%DATADIR%%/data/campaigns/Descent_Into_Darkness/images/units/ghast-attack1.png
%%DATADIR%%/data/campaigns/Descent_Into_Darkness/images/units/ghast-attack2.png
@@ -932,17 +144,13 @@ bin/wesnoth
%%DATADIR%%/data/campaigns/Descent_Into_Darkness/images/units/neutral-outlaw-princess-defend-1-2.png
%%DATADIR%%/data/campaigns/Descent_Into_Darkness/images/units/neutral-outlaw-princess-defend.png
%%DATADIR%%/data/campaigns/Descent_Into_Darkness/images/units/neutral-outlaw-princess.png
-%%DATADIR%%/data/campaigns/Descent_Into_Darkness/images/units/troll-shaman-defend.png
-%%DATADIR%%/data/campaigns/Descent_Into_Darkness/images/units/troll-shaman-melee.png
-%%DATADIR%%/data/campaigns/Descent_Into_Darkness/images/units/troll-shaman-ranged.png
-%%DATADIR%%/data/campaigns/Descent_Into_Darkness/images/units/troll-shaman.png
%%DATADIR%%/data/campaigns/Descent_Into_Darkness/maps/A_haunting_in_winter.map
%%DATADIR%%/data/campaigns/Descent_Into_Darkness/maps/A_small_favor.map
%%DATADIR%%/data/campaigns/Descent_Into_Darkness/maps/A_small_favor2.map
%%DATADIR%%/data/campaigns/Descent_Into_Darkness/maps/A_small_favor3.map
%%DATADIR%%/data/campaigns/Descent_Into_Darkness/maps/Alone_at_last.map
%%DATADIR%%/data/campaigns/Descent_Into_Darkness/maps/Descent_into_darkness.map
-%%DATADIR%%/data/campaigns/Descent_Into_Darkness/maps/Forever_and_ever_amen.map
+%%DATADIR%%/data/campaigns/Descent_Into_Darkness/maps/Endless_night.map
%%DATADIR%%/data/campaigns/Descent_Into_Darkness/maps/Orc_war.map
%%DATADIR%%/data/campaigns/Descent_Into_Darkness/maps/Peaceful_valley.map
%%DATADIR%%/data/campaigns/Descent_Into_Darkness/maps/Return_to_Parthyn.map
@@ -959,7 +167,7 @@ bin/wesnoth
%%DATADIR%%/data/campaigns/Descent_Into_Darkness/scenarios/09_A_Small_Favor3.cfg
%%DATADIR%%/data/campaigns/Descent_Into_Darkness/scenarios/10_Alone_at_Last.cfg
%%DATADIR%%/data/campaigns/Descent_Into_Darkness/scenarios/11_Descent_into_Darkness.cfg
-%%DATADIR%%/data/campaigns/Descent_Into_Darkness/scenarios/12_Forever_and_Ever_Amen.cfg
+%%DATADIR%%/data/campaigns/Descent_Into_Darkness/scenarios/12_Endless_Night.cfg
%%DATADIR%%/data/campaigns/Descent_Into_Darkness/units/apprentice-mage.cfg
%%DATADIR%%/data/campaigns/Descent_Into_Darkness/units/apprentice-necromancer.cfg
%%DATADIR%%/data/campaigns/Descent_Into_Darkness/units/dark-adept.cfg
@@ -970,10 +178,14 @@ bin/wesnoth
%%DATADIR%%/data/campaigns/Descent_Into_Darkness/units/giant-rat.cfg
%%DATADIR%%/data/campaigns/Descent_Into_Darkness/units/iceball.cfg
%%DATADIR%%/data/campaigns/Descent_Into_Darkness/units/lich.cfg
-%%DATADIR%%/data/campaigns/Descent_Into_Darkness/units/mirror.cfg
-%%DATADIR%%/data/campaigns/Descent_Into_Darkness/units/troll-shaman.cfg
-%%DATADIR%%/data/campaigns/Descent_Into_Darkness/utils/global-events.cfg
+%%DATADIR%%/data/campaigns/Descent_Into_Darkness/utils/deaths.cfg
+%%DATADIR%%/data/campaigns/Descent_Into_Darkness/utils/journey.cfg
+%%DATADIR%%/data/campaigns/Descent_Into_Darkness/utils/macros.cfg
+%%DATADIR%%/data/campaigns/Descent_Into_Darkness/utils/terrain.cfg
%%DATADIR%%/data/campaigns/Eastern_Invasion/_main.cfg
+%%DATADIR%%/data/campaigns/Eastern_Invasion/images/campaign_image.png
+%%DATADIR%%/data/campaigns/Eastern_Invasion/images/eastern-invasion-map.png
+%%DATADIR%%/data/campaigns/Eastern_Invasion/images/items/horse-cage.png
%%DATADIR%%/data/campaigns/Eastern_Invasion/images/portraits/dacyn.png
%%DATADIR%%/data/campaigns/Eastern_Invasion/images/portraits/gweddry.png
%%DATADIR%%/data/campaigns/Eastern_Invasion/images/portraits/konrad_II.png
@@ -1041,7 +253,7 @@ bin/wesnoth
%%DATADIR%%/data/campaigns/Eastern_Invasion/units/Mounted_Fighter.cfg
%%DATADIR%%/data/campaigns/Eastern_Invasion/units/Mounted_Warrior.cfg
%%DATADIR%%/data/campaigns/Eastern_Invasion/utils/deaths.cfg
-%%DATADIR%%/data/campaigns/Eastern_Invasion/utils/intro.cfg
+%%DATADIR%%/data/campaigns/Eastern_Invasion/utils/journey.cfg
%%DATADIR%%/data/campaigns/Eastern_Invasion/utils/throneroom.cfg
%%DATADIR%%/data/campaigns/Heir_To_The_Throne/_main.cfg
%%DATADIR%%/data/campaigns/Heir_To_The_Throne/images/campaign_image.png
@@ -1052,6 +264,7 @@ bin/wesnoth
%%DATADIR%%/data/campaigns/Heir_To_The_Throne/images/portraits/konrad-angry.png
%%DATADIR%%/data/campaigns/Heir_To_The_Throne/images/portraits/konrad.png
%%DATADIR%%/data/campaigns/Heir_To_The_Throne/images/portraits/lisar.png
+%%DATADIR%%/data/campaigns/Heir_To_The_Throne/images/portraits/uradredia.png
%%DATADIR%%/data/campaigns/Heir_To_The_Throne/images/story/arrival_of_the_heir.png
%%DATADIR%%/data/campaigns/Heir_To_The_Throne/images/story/httt_story1.jpg
%%DATADIR%%/data/campaigns/Heir_To_The_Throne/images/story/httt_story2.jpg
@@ -1064,13 +277,6 @@ bin/wesnoth
%%DATADIR%%/data/campaigns/Heir_To_The_Throne/images/story/story6.png
%%DATADIR%%/data/campaigns/Heir_To_The_Throne/images/story/story7.png
%%DATADIR%%/data/campaigns/Heir_To_The_Throne/images/story/story9.png
-%%DATADIR%%/data/campaigns/Heir_To_The_Throne/images/units/elder-mage-defend.png
-%%DATADIR%%/data/campaigns/Heir_To_The_Throne/images/units/elder-mage-melee1.png
-%%DATADIR%%/data/campaigns/Heir_To_The_Throne/images/units/elder-mage-melee2.png
-%%DATADIR%%/data/campaigns/Heir_To_The_Throne/images/units/elder-mage-ranged1.png
-%%DATADIR%%/data/campaigns/Heir_To_The_Throne/images/units/elder-mage-ranged2.png
-%%DATADIR%%/data/campaigns/Heir_To_The_Throne/images/units/elder-mage-ranged3.png
-%%DATADIR%%/data/campaigns/Heir_To_The_Throne/images/units/elder-mage.png
%%DATADIR%%/data/campaigns/Heir_To_The_Throne/images/units/gryphon-sleeping.png
%%DATADIR%%/data/campaigns/Heir_To_The_Throne/images/units/human-battleprincess-attack-1.png
%%DATADIR%%/data/campaigns/Heir_To_The_Throne/images/units/human-battleprincess-attack-2.png
@@ -1211,7 +417,6 @@ bin/wesnoth
%%DATADIR%%/data/campaigns/Heir_To_The_Throne/units/Battle_Princess.cfg
%%DATADIR%%/data/campaigns/Heir_To_The_Throne/units/Commander.cfg
%%DATADIR%%/data/campaigns/Heir_To_The_Throne/units/Dark_Queen.cfg
-%%DATADIR%%/data/campaigns/Heir_To_The_Throne/units/Elder_Mage.cfg
%%DATADIR%%/data/campaigns/Heir_To_The_Throne/units/Fighter.cfg
%%DATADIR%%/data/campaigns/Heir_To_The_Throne/units/Injured_Sergeant.cfg
%%DATADIR%%/data/campaigns/Heir_To_The_Throne/units/Lord.cfg
@@ -1222,6 +427,91 @@ bin/wesnoth
%%DATADIR%%/data/campaigns/Heir_To_The_Throne/utils/deaths.cfg
%%DATADIR%%/data/campaigns/Heir_To_The_Throne/utils/httt_utils.cfg
%%DATADIR%%/data/campaigns/Heir_To_The_Throne/utils/intro.cfg
+%%DATADIR%%/data/campaigns/Legend_of_Wesmere/HISTORY
+%%DATADIR%%/data/campaigns/Legend_of_Wesmere/_main.cfg
+%%DATADIR%%/data/campaigns/Legend_of_Wesmere/ai/patrol.fai
+%%DATADIR%%/data/campaigns/Legend_of_Wesmere/images/campaign_image.png
+%%DATADIR%%/data/campaigns/Legend_of_Wesmere/images/legend-of-wesmere-map.png
+%%DATADIR%%/data/campaigns/Legend_of_Wesmere/images/portraits/aldar.png
+%%DATADIR%%/data/campaigns/Legend_of_Wesmere/images/portraits/cleodil.png
+%%DATADIR%%/data/campaigns/Legend_of_Wesmere/images/portraits/crelanu.png
+%%DATADIR%%/data/campaigns/Legend_of_Wesmere/images/portraits/galtrid.png
+%%DATADIR%%/data/campaigns/Legend_of_Wesmere/images/portraits/kalenz.png
+%%DATADIR%%/data/campaigns/Legend_of_Wesmere/images/portraits/landar.png
+%%DATADIR%%/data/campaigns/Legend_of_Wesmere/images/portraits/olurf.png
+%%DATADIR%%/data/campaigns/Legend_of_Wesmere/images/portraits/uradredia.png
+%%DATADIR%%/data/campaigns/Legend_of_Wesmere/images/portraits/velon.png
+%%DATADIR%%/data/campaigns/Legend_of_Wesmere/images/story/Thoria.jpeg
+%%DATADIR%%/data/campaigns/Legend_of_Wesmere/images/story/Thoria0.jpeg
+%%DATADIR%%/data/campaigns/Legend_of_Wesmere/images/story/characters/aldar.png
+%%DATADIR%%/data/campaigns/Legend_of_Wesmere/images/story/characters/cleodil.png
+%%DATADIR%%/data/campaigns/Legend_of_Wesmere/images/story/characters/crelanu.png
+%%DATADIR%%/data/campaigns/Legend_of_Wesmere/images/story/characters/galtrid.png
+%%DATADIR%%/data/campaigns/Legend_of_Wesmere/images/story/characters/haldric-ii.png
+%%DATADIR%%/data/campaigns/Legend_of_Wesmere/images/story/characters/highlord.png
+%%DATADIR%%/data/campaigns/Legend_of_Wesmere/images/story/characters/kalenz.png
+%%DATADIR%%/data/campaigns/Legend_of_Wesmere/images/story/characters/landar.png
+%%DATADIR%%/data/campaigns/Legend_of_Wesmere/images/story/characters/legmir.png
+%%DATADIR%%/data/campaigns/Legend_of_Wesmere/images/story/characters/lord.png
+%%DATADIR%%/data/campaigns/Legend_of_Wesmere/images/story/characters/olurf.png
+%%DATADIR%%/data/campaigns/Legend_of_Wesmere/images/story/characters/uradredia.png
+%%DATADIR%%/data/campaigns/Legend_of_Wesmere/images/story/hostmountains.jpeg
+%%DATADIR%%/data/campaigns/Legend_of_Wesmere/images/story/snow.jpeg
+%%DATADIR%%/data/campaigns/Legend_of_Wesmere/maps/02_Hostile_mountains.map
+%%DATADIR%%/data/campaigns/Legend_of_Wesmere/maps/04_Elvish_Treasury.map
+%%DATADIR%%/data/campaigns/Legend_of_Wesmere/maps/06_Acquaintance_in_Need.map
+%%DATADIR%%/data/campaigns/Legend_of_Wesmere/maps/09_Bounty_Hunters.map
+%%DATADIR%%/data/campaigns/Legend_of_Wesmere/maps/10_Cliffs_of_Thoria.map
+%%DATADIR%%/data/campaigns/Legend_of_Wesmere/maps/11_Battle_of_the_book.map
+%%DATADIR%%/data/campaigns/Legend_of_Wesmere/maps/14_Human_Alliance.map
+%%DATADIR%%/data/campaigns/Legend_of_Wesmere/maps/16_The_Chief_must_die.map
+%%DATADIR%%/data/campaigns/Legend_of_Wesmere/maps/19_Costly_Revenge.tomerge
+%%DATADIR%%/data/campaigns/Legend_of_Wesmere/maps/23_End_of_War.map
+%%DATADIR%%/data/campaigns/Legend_of_Wesmere/maps/Kalian.map
+%%DATADIR%%/data/campaigns/Legend_of_Wesmere/maps/Lintanir.map
+%%DATADIR%%/data/campaigns/Legend_of_Wesmere/maps/North_Elves.map
+%%DATADIR%%/data/campaigns/Legend_of_Wesmere/maps/Saurgrath.map
+%%DATADIR%%/data/campaigns/Legend_of_Wesmere/masks/01_Uprooting.mask
+%%DATADIR%%/data/campaigns/Legend_of_Wesmere/masks/03_Kalian.mask
+%%DATADIR%%/data/campaigns/Legend_of_Wesmere/masks/05_Saurian_Treasury.mask
+%%DATADIR%%/data/campaigns/Legend_of_Wesmere/masks/07_Elves_last_stand.mask
+%%DATADIR%%/data/campaigns/Legend_of_Wesmere/masks/17_Breaking_the_siege.mask
+%%DATADIR%%/data/campaigns/Legend_of_Wesmere/masks/19_Costly_Revenge.mask
+%%DATADIR%%/data/campaigns/Legend_of_Wesmere/masks/21_Elvish_Assassins.mask
+%%DATADIR%%/data/campaigns/Legend_of_Wesmere/masks/22_Northern_Battle.mask
+%%DATADIR%%/data/campaigns/Legend_of_Wesmere/scenarios/01_The_Uprooting.cfg
+%%DATADIR%%/data/campaigns/Legend_of_Wesmere/scenarios/02_Hostile_mountains.cfg
+%%DATADIR%%/data/campaigns/Legend_of_Wesmere/scenarios/03_Kalian.cfg
+%%DATADIR%%/data/campaigns/Legend_of_Wesmere/scenarios/04_Elvish_Treasury.cfg
+%%DATADIR%%/data/campaigns/Legend_of_Wesmere/scenarios/05_Saurian_Treasury.cfg
+%%DATADIR%%/data/campaigns/Legend_of_Wesmere/scenarios/06_Acquaintance_in_Need.cfg
+%%DATADIR%%/data/campaigns/Legend_of_Wesmere/scenarios/07_Elves_last_stand.cfg
+%%DATADIR%%/data/campaigns/Legend_of_Wesmere/scenarios/07_Elves_last_stand_utils.cfg
+%%DATADIR%%/data/campaigns/Legend_of_Wesmere/scenarios/08_Council_of_hard_choices.cfg
+%%DATADIR%%/data/campaigns/Legend_of_Wesmere/scenarios/09_Bounty_hunters.cfg
+%%DATADIR%%/data/campaigns/Legend_of_Wesmere/scenarios/10_Cliffs_of_Thoria.cfg
+%%DATADIR%%/data/campaigns/Legend_of_Wesmere/scenarios/11_Battle_of_the_book.cfg
+%%DATADIR%%/data/campaigns/Legend_of_Wesmere/scenarios/12_Revelations.cfg
+%%DATADIR%%/data/campaigns/Legend_of_Wesmere/scenarios/13_News_from_the_front.cfg
+%%DATADIR%%/data/campaigns/Legend_of_Wesmere/scenarios/14_Human_Alliance.cfg
+%%DATADIR%%/data/campaigns/Legend_of_Wesmere/scenarios/15_The_Treaty.cfg
+%%DATADIR%%/data/campaigns/Legend_of_Wesmere/scenarios/16_The_Chief_must_die.cfg
+%%DATADIR%%/data/campaigns/Legend_of_Wesmere/scenarios/16_The_Chief_must_die_utils.cfg
+%%DATADIR%%/data/campaigns/Legend_of_Wesmere/scenarios/17_Breaking_the_siege.cfg
+%%DATADIR%%/data/campaigns/Legend_of_Wesmere/scenarios/18_Hour_of_Glory.cfg
+%%DATADIR%%/data/campaigns/Legend_of_Wesmere/scenarios/19_Costly_Revenge.cfg
+%%DATADIR%%/data/campaigns/Legend_of_Wesmere/scenarios/20_Council_ruling.cfg
+%%DATADIR%%/data/campaigns/Legend_of_Wesmere/scenarios/21_Elvish_Assassins.cfg
+%%DATADIR%%/data/campaigns/Legend_of_Wesmere/scenarios/22_Northern_Battle.cfg
+%%DATADIR%%/data/campaigns/Legend_of_Wesmere/scenarios/23_End_of_War.cfg
+%%DATADIR%%/data/campaigns/Legend_of_Wesmere/scenarios/24_Epilogue.cfg
+%%DATADIR%%/data/campaigns/Legend_of_Wesmere/scenarios/North_elves_utils.cfg
+%%DATADIR%%/data/campaigns/Legend_of_Wesmere/utils/ai_controller.deprecated
+%%DATADIR%%/data/campaigns/Legend_of_Wesmere/utils/characters.cfg
+%%DATADIR%%/data/campaigns/Legend_of_Wesmere/utils/deaths.cfg
+%%DATADIR%%/data/campaigns/Legend_of_Wesmere/utils/debug.cfg
+%%DATADIR%%/data/campaigns/Legend_of_Wesmere/utils/journey.cfg
+%%DATADIR%%/data/campaigns/Legend_of_Wesmere/utils/low-macros.cfg
%%DATADIR%%/data/campaigns/Liberty/_main.cfg
%%DATADIR%%/data/campaigns/Liberty/images/attacks/sword-astral.png
%%DATADIR%%/data/campaigns/Liberty/images/campaign_image.png
@@ -1235,7 +525,7 @@ bin/wesnoth
%%DATADIR%%/data/campaigns/Liberty/images/halo/shadow-mage-halo7.png
%%DATADIR%%/data/campaigns/Liberty/images/halo/shadow-mage-halo8.png
%%DATADIR%%/data/campaigns/Liberty/images/halo/shadow-mage-halo9.png
-%%DATADIR%%/data/campaigns/Liberty/images/maps/wesnoth-liberty.png
+%%DATADIR%%/data/campaigns/Liberty/images/maps/liberty-map.png
%%DATADIR%%/data/campaigns/Liberty/images/portraits/p_baldras.png
%%DATADIR%%/data/campaigns/Liberty/images/portraits/p_gwydion.png
%%DATADIR%%/data/campaigns/Liberty/images/portraits/p_harper.png
@@ -1244,55 +534,55 @@ bin/wesnoth
%%DATADIR%%/data/campaigns/Liberty/images/portraits/p_relnan.png
%%DATADIR%%/data/campaigns/Liberty/images/projectiles/shadowmissile-n.png
%%DATADIR%%/data/campaigns/Liberty/images/projectiles/shadowmissile-ne.png
-%%DATADIR%%/data/campaigns/Liberty/images/rogue-mage-attack1.png
-%%DATADIR%%/data/campaigns/Liberty/images/rogue-mage-attack2.png
-%%DATADIR%%/data/campaigns/Liberty/images/rogue-mage-attack3.png
-%%DATADIR%%/data/campaigns/Liberty/images/rogue-mage-attack4.png
-%%DATADIR%%/data/campaigns/Liberty/images/rogue-mage-defend.png
-%%DATADIR%%/data/campaigns/Liberty/images/rogue-mage-missile1.png
-%%DATADIR%%/data/campaigns/Liberty/images/rogue-mage-missile2.png
-%%DATADIR%%/data/campaigns/Liberty/images/rogue-mage-missile3.png
-%%DATADIR%%/data/campaigns/Liberty/images/rogue-mage.png
%%DATADIR%%/data/campaigns/Liberty/images/schedule-midnight.png
-%%DATADIR%%/data/campaigns/Liberty/images/shadow-lord-attack1.png
-%%DATADIR%%/data/campaigns/Liberty/images/shadow-lord-attack2.png
-%%DATADIR%%/data/campaigns/Liberty/images/shadow-lord-attack3.png
-%%DATADIR%%/data/campaigns/Liberty/images/shadow-lord-attack4.png
-%%DATADIR%%/data/campaigns/Liberty/images/shadow-lord-defend-hit1.png
-%%DATADIR%%/data/campaigns/Liberty/images/shadow-lord-defend-hit2.png
-%%DATADIR%%/data/campaigns/Liberty/images/shadow-lord-defend-hit3.png
-%%DATADIR%%/data/campaigns/Liberty/images/shadow-lord-defend-hit4.png
-%%DATADIR%%/data/campaigns/Liberty/images/shadow-lord-defend-hit5.png
-%%DATADIR%%/data/campaigns/Liberty/images/shadow-lord-defend-miss1.png
-%%DATADIR%%/data/campaigns/Liberty/images/shadow-lord-defend-miss2.png
-%%DATADIR%%/data/campaigns/Liberty/images/shadow-lord-defend-miss3.png
-%%DATADIR%%/data/campaigns/Liberty/images/shadow-lord-ranged1.png
-%%DATADIR%%/data/campaigns/Liberty/images/shadow-lord-ranged2.png
-%%DATADIR%%/data/campaigns/Liberty/images/shadow-lord-ranged3.png
-%%DATADIR%%/data/campaigns/Liberty/images/shadow-lord-ranged4.png
-%%DATADIR%%/data/campaigns/Liberty/images/shadow-lord.png
-%%DATADIR%%/data/campaigns/Liberty/images/shadow-mage-attack1.png
-%%DATADIR%%/data/campaigns/Liberty/images/shadow-mage-attack2.png
-%%DATADIR%%/data/campaigns/Liberty/images/shadow-mage-defend.png
-%%DATADIR%%/data/campaigns/Liberty/images/shadow-mage.png
%%DATADIR%%/data/campaigns/Liberty/images/story/Halstead.jpg
%%DATADIR%%/data/campaigns/Liberty/images/story/frontier.jpg
%%DATADIR%%/data/campaigns/Liberty/images/story/island.jpg
%%DATADIR%%/data/campaigns/Liberty/images/story/return_to_Dallben_and_Delwyn.jpg
-%%DATADIR%%/data/campaigns/Liberty/images/undead-boneknight-attack1.png
-%%DATADIR%%/data/campaigns/Liberty/images/undead-boneknight-attack2.png
-%%DATADIR%%/data/campaigns/Liberty/images/undead-boneknight-defend.png
-%%DATADIR%%/data/campaigns/Liberty/images/undead-boneknight-move.png
-%%DATADIR%%/data/campaigns/Liberty/images/undead-boneknight.png
-%%DATADIR%%/data/campaigns/Liberty/images/undead-deathsquire-attack.png
-%%DATADIR%%/data/campaigns/Liberty/images/undead-deathsquire-defend.png
-%%DATADIR%%/data/campaigns/Liberty/images/undead-deathsquire-leading.png
-%%DATADIR%%/data/campaigns/Liberty/images/undead-deathsquire.png
-%%DATADIR%%/data/campaigns/Liberty/images/undead-skeletonrider-attack1.png
-%%DATADIR%%/data/campaigns/Liberty/images/undead-skeletonrider-attack2.png
-%%DATADIR%%/data/campaigns/Liberty/images/undead-skeletonrider-defend.png
-%%DATADIR%%/data/campaigns/Liberty/images/undead-skeletonrider-move.png
-%%DATADIR%%/data/campaigns/Liberty/images/undead-skeletonrider.png
+%%DATADIR%%/data/campaigns/Liberty/images/units/human-outlaws/rogue-mage-attack1.png
+%%DATADIR%%/data/campaigns/Liberty/images/units/human-outlaws/rogue-mage-attack2.png
+%%DATADIR%%/data/campaigns/Liberty/images/units/human-outlaws/rogue-mage-attack3.png
+%%DATADIR%%/data/campaigns/Liberty/images/units/human-outlaws/rogue-mage-attack4.png
+%%DATADIR%%/data/campaigns/Liberty/images/units/human-outlaws/rogue-mage-defend.png
+%%DATADIR%%/data/campaigns/Liberty/images/units/human-outlaws/rogue-mage-missile1.png
+%%DATADIR%%/data/campaigns/Liberty/images/units/human-outlaws/rogue-mage-missile2.png
+%%DATADIR%%/data/campaigns/Liberty/images/units/human-outlaws/rogue-mage-missile3.png
+%%DATADIR%%/data/campaigns/Liberty/images/units/human-outlaws/rogue-mage.png
+%%DATADIR%%/data/campaigns/Liberty/images/units/human-outlaws/shadow-lord-attack1.png
+%%DATADIR%%/data/campaigns/Liberty/images/units/human-outlaws/shadow-lord-attack2.png
+%%DATADIR%%/data/campaigns/Liberty/images/units/human-outlaws/shadow-lord-attack3.png
+%%DATADIR%%/data/campaigns/Liberty/images/units/human-outlaws/shadow-lord-attack4.png
+%%DATADIR%%/data/campaigns/Liberty/images/units/human-outlaws/shadow-lord-defend-hit1.png
+%%DATADIR%%/data/campaigns/Liberty/images/units/human-outlaws/shadow-lord-defend-hit2.png
+%%DATADIR%%/data/campaigns/Liberty/images/units/human-outlaws/shadow-lord-defend-hit3.png
+%%DATADIR%%/data/campaigns/Liberty/images/units/human-outlaws/shadow-lord-defend-hit4.png
+%%DATADIR%%/data/campaigns/Liberty/images/units/human-outlaws/shadow-lord-defend-hit5.png
+%%DATADIR%%/data/campaigns/Liberty/images/units/human-outlaws/shadow-lord-defend-miss1.png
+%%DATADIR%%/data/campaigns/Liberty/images/units/human-outlaws/shadow-lord-defend-miss2.png
+%%DATADIR%%/data/campaigns/Liberty/images/units/human-outlaws/shadow-lord-defend-miss3.png
+%%DATADIR%%/data/campaigns/Liberty/images/units/human-outlaws/shadow-lord-ranged1.png
+%%DATADIR%%/data/campaigns/Liberty/images/units/human-outlaws/shadow-lord-ranged2.png
+%%DATADIR%%/data/campaigns/Liberty/images/units/human-outlaws/shadow-lord-ranged3.png
+%%DATADIR%%/data/campaigns/Liberty/images/units/human-outlaws/shadow-lord-ranged4.png
+%%DATADIR%%/data/campaigns/Liberty/images/units/human-outlaws/shadow-lord.png
+%%DATADIR%%/data/campaigns/Liberty/images/units/human-outlaws/shadow-mage-attack1.png
+%%DATADIR%%/data/campaigns/Liberty/images/units/human-outlaws/shadow-mage-attack2.png
+%%DATADIR%%/data/campaigns/Liberty/images/units/human-outlaws/shadow-mage-defend.png
+%%DATADIR%%/data/campaigns/Liberty/images/units/human-outlaws/shadow-mage.png
+%%DATADIR%%/data/campaigns/Liberty/images/units/undead-skeletal/boneknight-attack-1.png
+%%DATADIR%%/data/campaigns/Liberty/images/units/undead-skeletal/boneknight-attack-2.png
+%%DATADIR%%/data/campaigns/Liberty/images/units/undead-skeletal/boneknight-defend.png
+%%DATADIR%%/data/campaigns/Liberty/images/units/undead-skeletal/boneknight-moving.png
+%%DATADIR%%/data/campaigns/Liberty/images/units/undead-skeletal/boneknight.png
+%%DATADIR%%/data/campaigns/Liberty/images/units/undead-skeletal/deathsquire-attack.png
+%%DATADIR%%/data/campaigns/Liberty/images/units/undead-skeletal/deathsquire-defend.png
+%%DATADIR%%/data/campaigns/Liberty/images/units/undead-skeletal/deathsquire-leading.png
+%%DATADIR%%/data/campaigns/Liberty/images/units/undead-skeletal/deathsquire.png
+%%DATADIR%%/data/campaigns/Liberty/images/units/undead-skeletal/rider-attack-1.png
+%%DATADIR%%/data/campaigns/Liberty/images/units/undead-skeletal/rider-attack-2.png
+%%DATADIR%%/data/campaigns/Liberty/images/units/undead-skeletal/rider-defend.png
+%%DATADIR%%/data/campaigns/Liberty/images/units/undead-skeletal/rider-moving.png
+%%DATADIR%%/data/campaigns/Liberty/images/units/undead-skeletal/rider.png
%%DATADIR%%/data/campaigns/Liberty/maps/civil_disobedience.map
%%DATADIR%%/data/campaigns/Liberty/maps/glory.map
%%DATADIR%%/data/campaigns/Liberty/maps/gray_woods.map
@@ -1318,25 +608,26 @@ bin/wesnoth
%%DATADIR%%/data/campaigns/Liberty/units/Shadow_Mage.cfg
%%DATADIR%%/data/campaigns/Liberty/units/Skeleton_Rider.cfg
%%DATADIR%%/data/campaigns/Liberty/units/Villagers.cfg
+%%DATADIR%%/data/campaigns/Liberty/utils/journey.cfg
%%DATADIR%%/data/campaigns/Liberty/utils/utils.cfg
%%DATADIR%%/data/campaigns/Northern_Rebirth/_main.cfg
%%DATADIR%%/data/campaigns/Northern_Rebirth/images/campaign_image.jpg
%%DATADIR%%/data/campaigns/Northern_Rebirth/images/hatchling.png
-%%DATADIR%%/data/campaigns/Northern_Rebirth/images/portraits/Anita.jpg
-%%DATADIR%%/data/campaigns/Northern_Rebirth/images/portraits/Arthian.jpg
-%%DATADIR%%/data/campaigns/Northern_Rebirth/images/portraits/Camerin.jpg
-%%DATADIR%%/data/campaigns/Northern_Rebirth/images/portraits/Elenia.jpg
-%%DATADIR%%/data/campaigns/Northern_Rebirth/images/portraits/Father_Marcus.jpg
-%%DATADIR%%/data/campaigns/Northern_Rebirth/images/portraits/Hamel.jpg
-%%DATADIR%%/data/campaigns/Northern_Rebirth/images/portraits/Hidel.jpg
-%%DATADIR%%/data/campaigns/Northern_Rebirth/images/portraits/Malifor.jpg
-%%DATADIR%%/data/campaigns/Northern_Rebirth/images/portraits/Rakshas.jpg
+%%DATADIR%%/data/campaigns/Northern_Rebirth/images/portraits/Anita.png
+%%DATADIR%%/data/campaigns/Northern_Rebirth/images/portraits/Arthian.png
+%%DATADIR%%/data/campaigns/Northern_Rebirth/images/portraits/Camerin.png
+%%DATADIR%%/data/campaigns/Northern_Rebirth/images/portraits/Elenia.png
+%%DATADIR%%/data/campaigns/Northern_Rebirth/images/portraits/Father_Marcus.png
+%%DATADIR%%/data/campaigns/Northern_Rebirth/images/portraits/Hamel.png
+%%DATADIR%%/data/campaigns/Northern_Rebirth/images/portraits/Hidel.png
+%%DATADIR%%/data/campaigns/Northern_Rebirth/images/portraits/Malifor.png
+%%DATADIR%%/data/campaigns/Northern_Rebirth/images/portraits/Rakshas.png
%%DATADIR%%/data/campaigns/Northern_Rebirth/images/portraits/Ro_Sothian.png
-%%DATADIR%%/data/campaigns/Northern_Rebirth/images/portraits/Sisal.jpg
-%%DATADIR%%/data/campaigns/Northern_Rebirth/images/portraits/Sister_Theta.jpg
-%%DATADIR%%/data/campaigns/Northern_Rebirth/images/portraits/Stalrag.jpg
-%%DATADIR%%/data/campaigns/Northern_Rebirth/images/portraits/Tallin-Evil.jpg
-%%DATADIR%%/data/campaigns/Northern_Rebirth/images/portraits/Tallin.jpg
+%%DATADIR%%/data/campaigns/Northern_Rebirth/images/portraits/Sisal.png
+%%DATADIR%%/data/campaigns/Northern_Rebirth/images/portraits/Sister_Theta.png
+%%DATADIR%%/data/campaigns/Northern_Rebirth/images/portraits/Stalrag.png
+%%DATADIR%%/data/campaigns/Northern_Rebirth/images/portraits/Tallin-Evil.png
+%%DATADIR%%/data/campaigns/Northern_Rebirth/images/portraits/Tallin.png
%%DATADIR%%/data/campaigns/Northern_Rebirth/maps/breaking_the_chains.map
%%DATADIR%%/data/campaigns/Northern_Rebirth/maps/clearing_the_mines.map
%%DATADIR%%/data/campaigns/Northern_Rebirth/maps/compelled.map
@@ -1356,7 +647,6 @@ bin/wesnoth
%%DATADIR%%/data/campaigns/Northern_Rebirth/maps/stolen_gold.map
%%DATADIR%%/data/campaigns/Northern_Rebirth/maps/the_pursuit.map
%%DATADIR%%/data/campaigns/Northern_Rebirth/maps/to_the_mines.map
-%%DATADIR%%/data/campaigns/Northern_Rebirth/music/nr-sad.ogg
%%DATADIR%%/data/campaigns/Northern_Rebirth/scenarios/01_Breaking_the_Chains.cfg
%%DATADIR%%/data/campaigns/Northern_Rebirth/scenarios/02_Infested_Caves.cfg
%%DATADIR%%/data/campaigns/Northern_Rebirth/scenarios/03_To_The_Mines.cfg
@@ -1377,6 +667,7 @@ bin/wesnoth
%%DATADIR%%/data/campaigns/Northern_Rebirth/scenarios/13a_Showdown.cfg
%%DATADIR%%/data/campaigns/Northern_Rebirth/scenarios/14a_Epilogue.cfg
%%DATADIR%%/data/campaigns/Northern_Rebirth/utils/herodeaths.cfg
+%%DATADIR%%/data/campaigns/Northern_Rebirth/utils/journey.cfg
%%DATADIR%%/data/campaigns/Northern_Rebirth/utils/utils.cfg
%%DATADIR%%/data/campaigns/Sceptre_of_Fire/_main.cfg
%%DATADIR%%/data/campaigns/Sceptre_of_Fire/images/items/coal.png
@@ -1397,9 +688,13 @@ bin/wesnoth
%%DATADIR%%/data/campaigns/Sceptre_of_Fire/images/units/dwarves/arcanister-defend.png
%%DATADIR%%/data/campaigns/Sceptre_of_Fire/images/units/dwarves/arcanister.png
%%DATADIR%%/data/campaigns/Sceptre_of_Fire/images/units/dwarves/caravan.png
-%%DATADIR%%/data/campaigns/Sceptre_of_Fire/images/units/dwarves/miner-attack.png
-%%DATADIR%%/data/campaigns/Sceptre_of_Fire/images/units/dwarves/miner-attack2.png
-%%DATADIR%%/data/campaigns/Sceptre_of_Fire/images/units/dwarves/miner-withstuff.png
+%%DATADIR%%/data/campaigns/Sceptre_of_Fire/images/units/dwarves/miner-attack-1.png
+%%DATADIR%%/data/campaigns/Sceptre_of_Fire/images/units/dwarves/miner-attack-2.png
+%%DATADIR%%/data/campaigns/Sceptre_of_Fire/images/units/dwarves/miner-defend.png
+%%DATADIR%%/data/campaigns/Sceptre_of_Fire/images/units/dwarves/miner-laden-attack-1.png
+%%DATADIR%%/data/campaigns/Sceptre_of_Fire/images/units/dwarves/miner-laden-attack-2.png
+%%DATADIR%%/data/campaigns/Sceptre_of_Fire/images/units/dwarves/miner-laden-defend.png
+%%DATADIR%%/data/campaigns/Sceptre_of_Fire/images/units/dwarves/miner-laden.png
%%DATADIR%%/data/campaigns/Sceptre_of_Fire/images/units/dwarves/miner.png
%%DATADIR%%/data/campaigns/Sceptre_of_Fire/images/units/dwarves/runemasteralt-attack1.png
%%DATADIR%%/data/campaigns/Sceptre_of_Fire/images/units/dwarves/runemasteralt-attack2.png
@@ -1459,19 +754,29 @@ bin/wesnoth
%%DATADIR%%/data/campaigns/Sceptre_of_Fire/units/Dwarvish_Runemaster.cfg
%%DATADIR%%/data/campaigns/Sceptre_of_Fire/units/Dwarvish_Runesmith.cfg
%%DATADIR%%/data/campaigns/Sceptre_of_Fire/units/Haldric_II.cfg
+%%DATADIR%%/data/campaigns/Sceptre_of_Fire/utils/journey.cfg
%%DATADIR%%/data/campaigns/Sceptre_of_Fire/utils/utils.cfg
%%DATADIR%%/data/campaigns/Son_Of_The_Black_Eye/_main.cfg
+%%DATADIR%%/data/campaigns/Son_Of_The_Black_Eye/images/campaign_image.png
+%%DATADIR%%/data/campaigns/Son_Of_The_Black_Eye/images/farnorth.png
%%DATADIR%%/data/campaigns/Son_Of_The_Black_Eye/images/flags/black-flag-1.png
%%DATADIR%%/data/campaigns/Son_Of_The_Black_Eye/images/flags/black-flag-2.png
%%DATADIR%%/data/campaigns/Son_Of_The_Black_Eye/images/flags/black-flag-3.png
%%DATADIR%%/data/campaigns/Son_Of_The_Black_Eye/images/flags/black-flag-icon.png
+%%DATADIR%%/data/campaigns/Son_Of_The_Black_Eye/images/items/barrel-floating.png
+%%DATADIR%%/data/campaigns/Son_Of_The_Black_Eye/images/portraits/albrock.png
+%%DATADIR%%/data/campaigns/Son_Of_The_Black_Eye/images/portraits/flartar.png
%%DATADIR%%/data/campaigns/Son_Of_The_Black_Eye/images/portraits/gruu.png
+%%DATADIR%%/data/campaigns/Son_Of_The_Black_Eye/images/portraits/howgarth.png
+%%DATADIR%%/data/campaigns/Son_Of_The_Black_Eye/images/portraits/inarix.png
+%%DATADIR%%/data/campaigns/Son_Of_The_Black_Eye/images/portraits/jetto.png
+%%DATADIR%%/data/campaigns/Son_Of_The_Black_Eye/images/portraits/kapoue-angry.png
%%DATADIR%%/data/campaigns/Son_Of_The_Black_Eye/images/portraits/kapoue.png
+%%DATADIR%%/data/campaigns/Son_Of_The_Black_Eye/images/portraits/lanbech.png
+%%DATADIR%%/data/campaigns/Son_Of_The_Black_Eye/images/portraits/old_orcish_shaman.png
%%DATADIR%%/data/campaigns/Son_Of_The_Black_Eye/images/portraits/orcish_shaman.png
-%%DATADIR%%/data/campaigns/Son_Of_The_Black_Eye/images/sotbe.png
-%%DATADIR%%/data/campaigns/Son_Of_The_Black_Eye/images/sotbe1.png
-%%DATADIR%%/data/campaigns/Son_Of_The_Black_Eye/images/sotbe2.png
-%%DATADIR%%/data/campaigns/Son_Of_The_Black_Eye/images/sotbe3.png
+%%DATADIR%%/data/campaigns/Son_Of_The_Black_Eye/images/portraits/shan_taum.png
+%%DATADIR%%/data/campaigns/Son_Of_The_Black_Eye/images/portraits/young_orcish_shaman.png
%%DATADIR%%/data/campaigns/Son_Of_The_Black_Eye/images/units/orcish-shaman-black-curse-1.png
%%DATADIR%%/data/campaigns/Son_Of_The_Black_Eye/images/units/orcish-shaman-black-defend.png
%%DATADIR%%/data/campaigns/Son_Of_The_Black_Eye/images/units/orcish-shaman-black-staff-1.png
@@ -1526,9 +831,26 @@ bin/wesnoth
%%DATADIR%%/data/campaigns/Son_Of_The_Black_Eye/units/Orcish_Shaman.cfg
%%DATADIR%%/data/campaigns/Son_Of_The_Black_Eye/units/Watch_Tower.cfg
%%DATADIR%%/data/campaigns/Son_Of_The_Black_Eye/utils/deaths.cfg
+%%DATADIR%%/data/campaigns/Son_Of_The_Black_Eye/utils/journey.cfg
%%DATADIR%%/data/campaigns/Son_Of_The_Black_Eye/utils/utils.cfg
%%DATADIR%%/data/campaigns/The_Hammer_of_Thursagan/_main.cfg
%%DATADIR%%/data/campaigns/The_Hammer_of_Thursagan/changelog
+%%DATADIR%%/data/campaigns/The_Hammer_of_Thursagan/images/halo/karrag-attack1_halo.png
+%%DATADIR%%/data/campaigns/The_Hammer_of_Thursagan/images/halo/karrag-attack2_halo.png
+%%DATADIR%%/data/campaigns/The_Hammer_of_Thursagan/images/halo/karrag-attack3_halo.png
+%%DATADIR%%/data/campaigns/The_Hammer_of_Thursagan/images/halo/karrag-attack4_halo.png
+%%DATADIR%%/data/campaigns/The_Hammer_of_Thursagan/images/halo/karrag-defend_halo.png
+%%DATADIR%%/data/campaigns/The_Hammer_of_Thursagan/images/halo/karrag-ranged10_halo.png
+%%DATADIR%%/data/campaigns/The_Hammer_of_Thursagan/images/halo/karrag-ranged1_halo.png
+%%DATADIR%%/data/campaigns/The_Hammer_of_Thursagan/images/halo/karrag-ranged2_halo.png
+%%DATADIR%%/data/campaigns/The_Hammer_of_Thursagan/images/halo/karrag-ranged3_halo.png
+%%DATADIR%%/data/campaigns/The_Hammer_of_Thursagan/images/halo/karrag-ranged4_halo.png
+%%DATADIR%%/data/campaigns/The_Hammer_of_Thursagan/images/halo/karrag-ranged5_halo.png
+%%DATADIR%%/data/campaigns/The_Hammer_of_Thursagan/images/halo/karrag-ranged6_halo.png
+%%DATADIR%%/data/campaigns/The_Hammer_of_Thursagan/images/halo/karrag-ranged7_halo.png
+%%DATADIR%%/data/campaigns/The_Hammer_of_Thursagan/images/halo/karrag-ranged8_halo.png
+%%DATADIR%%/data/campaigns/The_Hammer_of_Thursagan/images/halo/karrag-ranged9_halo.png
+%%DATADIR%%/data/campaigns/The_Hammer_of_Thursagan/images/halo/karrag_halo.png
%%DATADIR%%/data/campaigns/The_Hammer_of_Thursagan/images/portraits/aiglondur.png
%%DATADIR%%/data/campaigns/The_Hammer_of_Thursagan/images/portraits/angarthing.png
%%DATADIR%%/data/campaigns/The_Hammer_of_Thursagan/images/portraits/dulcatulos.png
@@ -1564,15 +886,8 @@ bin/wesnoth
%%DATADIR%%/data/campaigns/The_Hammer_of_Thursagan/images/units/karrag-attack4.png
%%DATADIR%%/data/campaigns/The_Hammer_of_Thursagan/images/units/karrag-defend.png
%%DATADIR%%/data/campaigns/The_Hammer_of_Thursagan/images/units/karrag-ranged1.png
-%%DATADIR%%/data/campaigns/The_Hammer_of_Thursagan/images/units/karrag-ranged10.png
%%DATADIR%%/data/campaigns/The_Hammer_of_Thursagan/images/units/karrag-ranged2.png
%%DATADIR%%/data/campaigns/The_Hammer_of_Thursagan/images/units/karrag-ranged3.png
-%%DATADIR%%/data/campaigns/The_Hammer_of_Thursagan/images/units/karrag-ranged4.png
-%%DATADIR%%/data/campaigns/The_Hammer_of_Thursagan/images/units/karrag-ranged5.png
-%%DATADIR%%/data/campaigns/The_Hammer_of_Thursagan/images/units/karrag-ranged6.png
-%%DATADIR%%/data/campaigns/The_Hammer_of_Thursagan/images/units/karrag-ranged7.png
-%%DATADIR%%/data/campaigns/The_Hammer_of_Thursagan/images/units/karrag-ranged8.png
-%%DATADIR%%/data/campaigns/The_Hammer_of_Thursagan/images/units/karrag-ranged9.png
%%DATADIR%%/data/campaigns/The_Hammer_of_Thursagan/images/units/karrag.png
%%DATADIR%%/data/campaigns/The_Hammer_of_Thursagan/images/units/loremaster-attack1.png
%%DATADIR%%/data/campaigns/The_Hammer_of_Thursagan/images/units/loremaster-attack10.png
@@ -1611,11 +926,23 @@ bin/wesnoth
%%DATADIR%%/data/campaigns/The_Hammer_of_Thursagan/images/units/masked_fighter-hammer3.png
%%DATADIR%%/data/campaigns/The_Hammer_of_Thursagan/images/units/masked_fighter-hammerdefend.png
%%DATADIR%%/data/campaigns/The_Hammer_of_Thursagan/images/units/masked_fighter.png
+%%DATADIR%%/data/campaigns/The_Hammer_of_Thursagan/images/units/masked_guard.png
+%%DATADIR%%/data/campaigns/The_Hammer_of_Thursagan/images/units/masked_guard_attack.png
+%%DATADIR%%/data/campaigns/The_Hammer_of_Thursagan/images/units/masked_guard_defend1.png
+%%DATADIR%%/data/campaigns/The_Hammer_of_Thursagan/images/units/masked_guard_defend2.png
%%DATADIR%%/data/campaigns/The_Hammer_of_Thursagan/images/units/masked_lord-attack-hammer.png
%%DATADIR%%/data/campaigns/The_Hammer_of_Thursagan/images/units/masked_lord-attack.png
%%DATADIR%%/data/campaigns/The_Hammer_of_Thursagan/images/units/masked_lord-defend.png
%%DATADIR%%/data/campaigns/The_Hammer_of_Thursagan/images/units/masked_lord-ranged.png
%%DATADIR%%/data/campaigns/The_Hammer_of_Thursagan/images/units/masked_lord.png
+%%DATADIR%%/data/campaigns/The_Hammer_of_Thursagan/images/units/masked_sentinel.png
+%%DATADIR%%/data/campaigns/The_Hammer_of_Thursagan/images/units/masked_sentinel_attack1.png
+%%DATADIR%%/data/campaigns/The_Hammer_of_Thursagan/images/units/masked_sentinel_defend1.png
+%%DATADIR%%/data/campaigns/The_Hammer_of_Thursagan/images/units/masked_sentinel_defend2.png
+%%DATADIR%%/data/campaigns/The_Hammer_of_Thursagan/images/units/masked_stalwart.png
+%%DATADIR%%/data/campaigns/The_Hammer_of_Thursagan/images/units/masked_stalwart_attack1.png
+%%DATADIR%%/data/campaigns/The_Hammer_of_Thursagan/images/units/masked_stalwart_defend1.png
+%%DATADIR%%/data/campaigns/The_Hammer_of_Thursagan/images/units/masked_stalwart_defend2.png
%%DATADIR%%/data/campaigns/The_Hammer_of_Thursagan/images/units/masked_steelclad-attack-hammer.png
%%DATADIR%%/data/campaigns/The_Hammer_of_Thursagan/images/units/masked_steelclad-attack.png
%%DATADIR%%/data/campaigns/The_Hammer_of_Thursagan/images/units/masked_steelclad-defend.png
@@ -1685,16 +1012,22 @@ bin/wesnoth
%%DATADIR%%/data/campaigns/The_Hammer_of_Thursagan/units/Dwarvish_Loremaster.cfg
%%DATADIR%%/data/campaigns/The_Hammer_of_Thursagan/units/Dwarvish_Masked_Dragonguard.cfg
%%DATADIR%%/data/campaigns/The_Hammer_of_Thursagan/units/Dwarvish_Masked_Fighter.cfg
+%%DATADIR%%/data/campaigns/The_Hammer_of_Thursagan/units/Dwarvish_Masked_Guardian.cfg
%%DATADIR%%/data/campaigns/The_Hammer_of_Thursagan/units/Dwarvish_Masked_Lord.cfg
+%%DATADIR%%/data/campaigns/The_Hammer_of_Thursagan/units/Dwarvish_Masked_Sentinel.cfg
+%%DATADIR%%/data/campaigns/The_Hammer_of_Thursagan/units/Dwarvish_Masked_Stalwart.cfg
%%DATADIR%%/data/campaigns/The_Hammer_of_Thursagan/units/Dwarvish_Masked_Steelclad.cfg
%%DATADIR%%/data/campaigns/The_Hammer_of_Thursagan/units/Dwarvish_Masked_Thunderer.cfg
%%DATADIR%%/data/campaigns/The_Hammer_of_Thursagan/units/Dwarvish_Masked_Thunderguard.cfg
%%DATADIR%%/data/campaigns/The_Hammer_of_Thursagan/units/Dwarvish_Rune_Lord.cfg
%%DATADIR%%/data/campaigns/The_Hammer_of_Thursagan/units/Dwarvish_Witness.cfg
+%%DATADIR%%/data/campaigns/The_Hammer_of_Thursagan/utils/abilities.cfg
%%DATADIR%%/data/campaigns/The_Hammer_of_Thursagan/utils/herodeaths.cfg
+%%DATADIR%%/data/campaigns/The_Hammer_of_Thursagan/utils/journey.cfg
%%DATADIR%%/data/campaigns/The_Hammer_of_Thursagan/utils/macros.cfg
%%DATADIR%%/data/campaigns/The_Rise_Of_Wesnoth/_main.cfg
%%DATADIR%%/data/campaigns/The_Rise_Of_Wesnoth/images/campaign_image.png
+%%DATADIR%%/data/campaigns/The_Rise_Of_Wesnoth/images/misc/leader-crown.png
%%DATADIR%%/data/campaigns/The_Rise_Of_Wesnoth/images/portraits/addroran.png
%%DATADIR%%/data/campaigns/The_Rise_Of_Wesnoth/images/portraits/aethyr.png
%%DATADIR%%/data/campaigns/The_Rise_Of_Wesnoth/images/portraits/archmage.png
@@ -1730,23 +1063,6 @@ bin/wesnoth
%%DATADIR%%/data/campaigns/The_Rise_Of_Wesnoth/images/story/trow-logo.png
%%DATADIR%%/data/campaigns/The_Rise_Of_Wesnoth/images/story/west.png
%%DATADIR%%/data/campaigns/The_Rise_Of_Wesnoth/images/units/kalian-elvish-champion.png
-%%DATADIR%%/data/campaigns/The_Rise_Of_Wesnoth/images/units/neutral-outlaw-princess-attack-sling1.png
-%%DATADIR%%/data/campaigns/The_Rise_Of_Wesnoth/images/units/neutral-outlaw-princess-attack-sling2.png
-%%DATADIR%%/data/campaigns/The_Rise_Of_Wesnoth/images/units/neutral-outlaw-princess-attack-staff1.png
-%%DATADIR%%/data/campaigns/The_Rise_Of_Wesnoth/images/units/neutral-outlaw-princess-attack-staff2.png
-%%DATADIR%%/data/campaigns/The_Rise_Of_Wesnoth/images/units/neutral-outlaw-princess-defend-1-1.png
-%%DATADIR%%/data/campaigns/The_Rise_Of_Wesnoth/images/units/neutral-outlaw-princess-defend-1-2.png
-%%DATADIR%%/data/campaigns/The_Rise_Of_Wesnoth/images/units/neutral-outlaw-princess-defend.png
-%%DATADIR%%/data/campaigns/The_Rise_Of_Wesnoth/images/units/neutral-outlaw-princess.png
-%%DATADIR%%/data/campaigns/The_Rise_Of_Wesnoth/images/units/neutral-outlaw-queen-attack-sling1.png
-%%DATADIR%%/data/campaigns/The_Rise_Of_Wesnoth/images/units/neutral-outlaw-queen-attack-sling2.png
-%%DATADIR%%/data/campaigns/The_Rise_Of_Wesnoth/images/units/neutral-outlaw-queen-attack-staff1.png
-%%DATADIR%%/data/campaigns/The_Rise_Of_Wesnoth/images/units/neutral-outlaw-queen-attack-staff2.png
-%%DATADIR%%/data/campaigns/The_Rise_Of_Wesnoth/images/units/neutral-outlaw-queen-defend-1-1.png
-%%DATADIR%%/data/campaigns/The_Rise_Of_Wesnoth/images/units/neutral-outlaw-queen-defend-1-2.png
-%%DATADIR%%/data/campaigns/The_Rise_Of_Wesnoth/images/units/neutral-outlaw-queen-defend.png
-%%DATADIR%%/data/campaigns/The_Rise_Of_Wesnoth/images/units/neutral-outlaw-queen-leading.png
-%%DATADIR%%/data/campaigns/The_Rise_Of_Wesnoth/images/units/neutral-outlaw-queen.png
%%DATADIR%%/data/campaigns/The_Rise_Of_Wesnoth/images/units/noble-commander-bow-1.png
%%DATADIR%%/data/campaigns/The_Rise_Of_Wesnoth/images/units/noble-commander-bow-2.png
%%DATADIR%%/data/campaigns/The_Rise_Of_Wesnoth/images/units/noble-commander-bow-3.png
@@ -1777,11 +1093,56 @@ bin/wesnoth
%%DATADIR%%/data/campaigns/The_Rise_Of_Wesnoth/images/units/undead-vampirelady-defend.png
%%DATADIR%%/data/campaigns/The_Rise_Of_Wesnoth/images/units/undead-vampirelady-range.png
%%DATADIR%%/data/campaigns/The_Rise_Of_Wesnoth/images/units/undead-vampirelady.png
-%%DATADIR%%/data/campaigns/The_Rise_Of_Wesnoth/images/units/warrior-king-attack1.png
-%%DATADIR%%/data/campaigns/The_Rise_Of_Wesnoth/images/units/warrior-king-attack2.png
-%%DATADIR%%/data/campaigns/The_Rise_Of_Wesnoth/images/units/warrior-king-defend.png
-%%DATADIR%%/data/campaigns/The_Rise_Of_Wesnoth/images/units/warrior-king-leading.png
-%%DATADIR%%/data/campaigns/The_Rise_Of_Wesnoth/images/units/warrior-king.png
+%%DATADIR%%/data/campaigns/The_Rise_Of_Wesnoth/images/units/wesfolk-lady-defend-1-1.png
+%%DATADIR%%/data/campaigns/The_Rise_Of_Wesnoth/images/units/wesfolk-lady-defend-1-2.png
+%%DATADIR%%/data/campaigns/The_Rise_Of_Wesnoth/images/units/wesfolk-lady-defend.png
+%%DATADIR%%/data/campaigns/The_Rise_Of_Wesnoth/images/units/wesfolk-lady-masked-defend-1-1.png
+%%DATADIR%%/data/campaigns/The_Rise_Of_Wesnoth/images/units/wesfolk-lady-masked-defend-1-2.png
+%%DATADIR%%/data/campaigns/The_Rise_Of_Wesnoth/images/units/wesfolk-lady-masked-defend.png
+%%DATADIR%%/data/campaigns/The_Rise_Of_Wesnoth/images/units/wesfolk-lady-masked-sling-1.png
+%%DATADIR%%/data/campaigns/The_Rise_Of_Wesnoth/images/units/wesfolk-lady-masked-sling-2.png
+%%DATADIR%%/data/campaigns/The_Rise_Of_Wesnoth/images/units/wesfolk-lady-masked-staff-1.png
+%%DATADIR%%/data/campaigns/The_Rise_Of_Wesnoth/images/units/wesfolk-lady-masked-staff-2.png
+%%DATADIR%%/data/campaigns/The_Rise_Of_Wesnoth/images/units/wesfolk-lady-masked.png
+%%DATADIR%%/data/campaigns/The_Rise_Of_Wesnoth/images/units/wesfolk-lady-sling-1.png
+%%DATADIR%%/data/campaigns/The_Rise_Of_Wesnoth/images/units/wesfolk-lady-sling-2.png
+%%DATADIR%%/data/campaigns/The_Rise_Of_Wesnoth/images/units/wesfolk-lady-staff-1.png
+%%DATADIR%%/data/campaigns/The_Rise_Of_Wesnoth/images/units/wesfolk-lady-staff-2.png
+%%DATADIR%%/data/campaigns/The_Rise_Of_Wesnoth/images/units/wesfolk-lady.png
+%%DATADIR%%/data/campaigns/The_Rise_Of_Wesnoth/images/units/wesfolk-leader-defend-1-1.png
+%%DATADIR%%/data/campaigns/The_Rise_Of_Wesnoth/images/units/wesfolk-leader-defend-1-2.png
+%%DATADIR%%/data/campaigns/The_Rise_Of_Wesnoth/images/units/wesfolk-leader-defend.png
+%%DATADIR%%/data/campaigns/The_Rise_Of_Wesnoth/images/units/wesfolk-leader-leading.png
+%%DATADIR%%/data/campaigns/The_Rise_Of_Wesnoth/images/units/wesfolk-leader-masked-defend-1-1.png
+%%DATADIR%%/data/campaigns/The_Rise_Of_Wesnoth/images/units/wesfolk-leader-masked-defend-1-2.png
+%%DATADIR%%/data/campaigns/The_Rise_Of_Wesnoth/images/units/wesfolk-leader-masked-defend.png
+%%DATADIR%%/data/campaigns/The_Rise_Of_Wesnoth/images/units/wesfolk-leader-masked-leading.png
+%%DATADIR%%/data/campaigns/The_Rise_Of_Wesnoth/images/units/wesfolk-leader-masked-sling-1.png
+%%DATADIR%%/data/campaigns/The_Rise_Of_Wesnoth/images/units/wesfolk-leader-masked-sling-2.png
+%%DATADIR%%/data/campaigns/The_Rise_Of_Wesnoth/images/units/wesfolk-leader-masked-staff-1.png
+%%DATADIR%%/data/campaigns/The_Rise_Of_Wesnoth/images/units/wesfolk-leader-masked-staff-2.png
+%%DATADIR%%/data/campaigns/The_Rise_Of_Wesnoth/images/units/wesfolk-leader-masked.png
+%%DATADIR%%/data/campaigns/The_Rise_Of_Wesnoth/images/units/wesfolk-leader-sling-1.png
+%%DATADIR%%/data/campaigns/The_Rise_Of_Wesnoth/images/units/wesfolk-leader-sling-2.png
+%%DATADIR%%/data/campaigns/The_Rise_Of_Wesnoth/images/units/wesfolk-leader-staff-1.png
+%%DATADIR%%/data/campaigns/The_Rise_Of_Wesnoth/images/units/wesfolk-leader-staff-2.png
+%%DATADIR%%/data/campaigns/The_Rise_Of_Wesnoth/images/units/wesfolk-leader.png
+%%DATADIR%%/data/campaigns/The_Rise_Of_Wesnoth/images/units/wesfolk-outcast-defend-1-1.png
+%%DATADIR%%/data/campaigns/The_Rise_Of_Wesnoth/images/units/wesfolk-outcast-defend-1-2.png
+%%DATADIR%%/data/campaigns/The_Rise_Of_Wesnoth/images/units/wesfolk-outcast-defend.png
+%%DATADIR%%/data/campaigns/The_Rise_Of_Wesnoth/images/units/wesfolk-outcast-masked-defend-1-1.png
+%%DATADIR%%/data/campaigns/The_Rise_Of_Wesnoth/images/units/wesfolk-outcast-masked-defend-1-2.png
+%%DATADIR%%/data/campaigns/The_Rise_Of_Wesnoth/images/units/wesfolk-outcast-masked-defend.png
+%%DATADIR%%/data/campaigns/The_Rise_Of_Wesnoth/images/units/wesfolk-outcast-masked-sling-1.png
+%%DATADIR%%/data/campaigns/The_Rise_Of_Wesnoth/images/units/wesfolk-outcast-masked-sling-2.png
+%%DATADIR%%/data/campaigns/The_Rise_Of_Wesnoth/images/units/wesfolk-outcast-masked-staff-1.png
+%%DATADIR%%/data/campaigns/The_Rise_Of_Wesnoth/images/units/wesfolk-outcast-masked-staff-2.png
+%%DATADIR%%/data/campaigns/The_Rise_Of_Wesnoth/images/units/wesfolk-outcast-masked.png
+%%DATADIR%%/data/campaigns/The_Rise_Of_Wesnoth/images/units/wesfolk-outcast-sling-1.png
+%%DATADIR%%/data/campaigns/The_Rise_Of_Wesnoth/images/units/wesfolk-outcast-sling-2.png
+%%DATADIR%%/data/campaigns/The_Rise_Of_Wesnoth/images/units/wesfolk-outcast-staff-1.png
+%%DATADIR%%/data/campaigns/The_Rise_Of_Wesnoth/images/units/wesfolk-outcast-staff-2.png
+%%DATADIR%%/data/campaigns/The_Rise_Of_Wesnoth/images/units/wesfolk-outcast.png
%%DATADIR%%/data/campaigns/The_Rise_Of_Wesnoth/images/units/wose-sapling-attack.png
%%DATADIR%%/data/campaigns/The_Rise_Of_Wesnoth/images/units/wose-sapling-defend.png
%%DATADIR%%/data/campaigns/The_Rise_Of_Wesnoth/images/units/wose-sapling.png
@@ -1841,8 +1202,6 @@ bin/wesnoth
%%DATADIR%%/data/campaigns/The_Rise_Of_Wesnoth/units/Noble_Fighter.cfg
%%DATADIR%%/data/campaigns/The_Rise_Of_Wesnoth/units/Noble_Lord.cfg
%%DATADIR%%/data/campaigns/The_Rise_Of_Wesnoth/units/Noble_Youth.cfg
-%%DATADIR%%/data/campaigns/The_Rise_Of_Wesnoth/units/Outlaw_Princess.cfg
-%%DATADIR%%/data/campaigns/The_Rise_Of_Wesnoth/units/Outlaw_Queen.cfg
%%DATADIR%%/data/campaigns/The_Rise_Of_Wesnoth/units/Vampire_Lady.cfg
%%DATADIR%%/data/campaigns/The_Rise_Of_Wesnoth/units/Warrior_King.cfg
%%DATADIR%%/data/campaigns/The_Rise_Of_Wesnoth/units/Wesfolk_Lady.cfg
@@ -1852,11 +1211,10 @@ bin/wesnoth
%%DATADIR%%/data/campaigns/The_Rise_Of_Wesnoth/utils/trow-abilities.cfg
%%DATADIR%%/data/campaigns/The_Rise_Of_Wesnoth/utils/trow-bigmap.cfg
%%DATADIR%%/data/campaigns/The_Rise_Of_Wesnoth/utils/trow-deaths.cfg
-%%DATADIR%%/data/campaigns/The_Rise_Of_Wesnoth/utils/trow-intro.cfg
+%%DATADIR%%/data/campaigns/The_Rise_Of_Wesnoth/utils/trow-green-isle-journey.cfg
%%DATADIR%%/data/campaigns/The_Rise_Of_Wesnoth/utils/trow-macros.cfg
%%DATADIR%%/data/campaigns/The_Rise_Of_Wesnoth/utils/trow-nlmsg.cfg
-%%DATADIR%%/data/campaigns/The_Rise_Of_Wesnoth/utils/trow-nohome.cfg
-%%DATADIR%%/data/campaigns/The_Rise_Of_Wesnoth/utils/trow-noisle.cfg
+%%DATADIR%%/data/campaigns/The_Rise_Of_Wesnoth/utils/trow-story.cfg
%%DATADIR%%/data/campaigns/The_South_Guard/_main.cfg
%%DATADIR%%/data/campaigns/The_South_Guard/images/deoran/dismounted-commander-attack1.png
%%DATADIR%%/data/campaigns/The_South_Guard/images/deoran/dismounted-commander-attack2.png
@@ -1898,14 +1256,16 @@ bin/wesnoth
%%DATADIR%%/data/campaigns/The_South_Guard/images/story/fall.jpg
%%DATADIR%%/data/campaigns/The_South_Guard/images/story/summer.jpg
%%DATADIR%%/data/campaigns/The_South_Guard/images/story/winter.jpg
+%%DATADIR%%/data/campaigns/The_South_Guard/images/units/commander-attack-shield.png
+%%DATADIR%%/data/campaigns/The_South_Guard/images/units/commander-attack.png
+%%DATADIR%%/data/campaigns/The_South_Guard/images/units/commander-defend-1.png
+%%DATADIR%%/data/campaigns/The_South_Guard/images/units/commander-defend-2.png
+%%DATADIR%%/data/campaigns/The_South_Guard/images/units/commander-defend-3.png
+%%DATADIR%%/data/campaigns/The_South_Guard/images/units/commander-leading.png
+%%DATADIR%%/data/campaigns/The_South_Guard/images/units/commander.png
%%DATADIR%%/data/campaigns/The_South_Guard/images/units/eyestalk-attack-1.png
%%DATADIR%%/data/campaigns/The_South_Guard/images/units/eyestalk-attack-2.png
%%DATADIR%%/data/campaigns/The_South_Guard/images/units/eyestalk.png
-%%DATADIR%%/data/campaigns/The_South_Guard/images/units/gerrick-attack-shield.png
-%%DATADIR%%/data/campaigns/The_South_Guard/images/units/gerrick-attack.png
-%%DATADIR%%/data/campaigns/The_South_Guard/images/units/gerrick-defend.png
-%%DATADIR%%/data/campaigns/The_South_Guard/images/units/gerrick-leading.png
-%%DATADIR%%/data/campaigns/The_South_Guard/images/units/gerrick.png
%%DATADIR%%/data/campaigns/The_South_Guard/maps/1_Born_To_The_Banner.map
%%DATADIR%%/data/campaigns/The_South_Guard/maps/2_Proven_By_The_Sword.map
%%DATADIR%%/data/campaigns/The_South_Guard/maps/3_A_Desperate_Errand.map
@@ -1942,12 +1302,15 @@ bin/wesnoth
%%DATADIR%%/data/campaigns/The_South_Guard/utils/sg_deaths.cfg
%%DATADIR%%/data/campaigns/The_South_Guard/utils/sg_help.cfg
%%DATADIR%%/data/campaigns/The_South_Guard/utils/sg_story.cfg
-%%DATADIR%%/data/campaigns/The_South_Guard/utils/sg_unit_utils.cfg
%%DATADIR%%/data/campaigns/The_South_Guard/utils/sg_utils.cfg
%%DATADIR%%/data/campaigns/Two_Brothers/_main.cfg
%%DATADIR%%/data/campaigns/Two_Brothers/images/arne.png
%%DATADIR%%/data/campaigns/Two_Brothers/images/bjarn.png
%%DATADIR%%/data/campaigns/Two_Brothers/images/campaign_image.png
+%%DATADIR%%/data/campaigns/Two_Brothers/images/story/Two_Brothers_M1P1.png
+%%DATADIR%%/data/campaigns/Two_Brothers/images/story/Two_Brothers_M1P2.png
+%%DATADIR%%/data/campaigns/Two_Brothers/images/story/Two_Brothers_M2P1.png
+%%DATADIR%%/data/campaigns/Two_Brothers/images/story/Two_Brothers_M4P1_the_end.png
%%DATADIR%%/data/campaigns/Two_Brothers/maps/1_Rooting_Out_A_Mage.map
%%DATADIR%%/data/campaigns/Two_Brothers/maps/2_The_Chase.map
%%DATADIR%%/data/campaigns/Two_Brothers/maps/3_Guarded_Castle.map
@@ -1956,44 +1319,12 @@ bin/wesnoth
%%DATADIR%%/data/campaigns/Two_Brothers/scenarios/2_The_Chase.cfg
%%DATADIR%%/data/campaigns/Two_Brothers/scenarios/3_Guarded_Castle.cfg
%%DATADIR%%/data/campaigns/Two_Brothers/scenarios/4_Return_to_the_Village.cfg
+%%DATADIR%%/data/campaigns/Two_Brothers/scenarios/5_Epilog.cfg
+%%DATADIR%%/data/campaigns/Two_Brothers/utils/journey.cfg
+%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/TODO
%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/_main.cfg
-%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/ant-attack.png
-%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/ant-defend.png
-%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/ant.png
%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/attacks/fist-golem.png
-%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/attacks/glowing-fist.png
%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/attacks/sand-storm.png
-%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/crab-attack1.png
-%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/crab-attack2.png
-%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/crab-defend.png
-%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/crab.png
-%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/dawarf-growl.png
-%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/dawarf-melee-1.png
-%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/dawarf-melee-2.png
-%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/dawarf.png
-%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/demon-attack-1.png
-%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/demon-attack-2.png
-%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/demon-defend.png
-%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/demon.png
-%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/dust-devil.png
-%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/fireghost-attack1.png
-%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/fireghost-attack2.png
-%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/fireghost-death1.png
-%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/fireghost-death2.png
-%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/fireghost-death3.png
-%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/fireghost-death4.png
-%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/fireghost-death5.png
-%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/fireghost-death6.png
-%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/fireghost-defend.png
-%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/fireghost-ranged2.png
-%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/fireghost.png
-%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/flesh-golem.png
-%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/human-commander-attack1.png
-%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/human-commander-attack2.png
-%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/human-commander-defend.png
-%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/human-commander-ranged1.png
-%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/human-commander-ranged2.png
-%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/human-commander.png
%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/items/dragonstatue-old.png
%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/items/kaleh-dead.png
%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/items/magiccircle-n.png
@@ -2010,6 +1341,7 @@ bin/wesnoth
%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/items/rune3-burning.png
%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/items/rune4-burning.png
%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/misc/UtBS_title.jpg
+%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/misc/dehydration-icon.png
%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/misc/kaleh_story.jpg
%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/misc/night_of_fallen_stars.jpg
%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/misc/time/10afternoon2.png
@@ -2050,42 +1382,26 @@ bin/wesnoth
%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/projectiles/sand-storm-6.png
%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/projectiles/sand-storm-7.png
%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/projectiles/sand-storm-8.png
-%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/terrain/abyss2.png
-%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/terrain/abyssbridge2.png
-%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/terrain/coast.png
+%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/terrain/dark-keep-throne.png
%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/terrain/dark_tile1.png
%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/terrain/dark_tile2.png
%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/terrain/dark_tile3.png
%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/terrain/darkcastle.png
-%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/terrain/lava-n-ne-nw-s.png
-%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/terrain/lava-n-ne-nw.png
-%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/terrain/lava-n-ne.png
-%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/terrain/lava-n.png
-%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/terrain/lava-ne-nw-s.png
-%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/terrain/lava-ne-se.png
-%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/terrain/lava-ne.png
-%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/terrain/lava-nw-n.png
-%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/terrain/lava-nw.png
-%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/terrain/lava-s-nw-ne-n.png
-%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/terrain/lava-s-sw-nw.png
-%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/terrain/lava-s-sw.png
-%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/terrain/lava-s.png
-%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/terrain/lava-se-s.png
-%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/terrain/lava-se.png
-%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/terrain/lava-sw-nw-n.png
-%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/terrain/lava-sw-nw.png
-%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/terrain/lava-sw.png
-%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/alien/blank.png
+%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/terrain/summoning-center.png
+%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/terrain/summoning-circle1.png
+%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/terrain/summoning-circle2.png
+%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/terrain/summoning-circle3.png
+%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/terrain/summoning-circle4.png
+%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/terrain/summoning-circle5.png
+%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/terrain/summoning-circle6.png
%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/alien/core-compact.png
-%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/alien/core-compact2.png
%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/alien/orb-small-defend.png
%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/alien/orb-small-melee1.png
%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/alien/orb-small-melee2.png
%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/alien/orb-small-ranged1.png
%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/alien/orb-small-ranged2.png
%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/alien/orb-small.png
-%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/alien/spire-bottom.png
-%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/alien/spire-top.png
+%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/alien/spire.png
%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/dwarves/explorer-attack1.png
%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/dwarves/explorer-attack2.png
%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/dwarves/explorer-attack3.png
@@ -2112,63 +1428,82 @@ bin/wesnoth
%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/dwarves/scout-ranged2.png
%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/dwarves/scout-ranged3.png
%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/dwarves/scout.png
-%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/archer+female-attack.png
-%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/archer+female-attack1.png
-%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/archer+female-attack2.png
-%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/archer+female-attack3.png
+%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/archer+female-bow-attack1.png
+%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/archer+female-bow-attack2.png
+%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/archer+female-bow-attack3.png
+%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/archer+female-bow-attack4.png
%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/archer+female-bow-defend.png
%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/archer+female-bow.png
-%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/archer+female-defend.png
+%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/archer+female-sword-1.png
+%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/archer+female-sword-2.png
+%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/archer+female-sword-3.png
+%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/archer+female-sword-4.png
+%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/archer+female-sword-defend.png
+%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/archer+female-sword.png
%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/archer+female.png
-%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/archer-attack.png
-%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/archer-attack1.png
-%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/archer-attack2.png
-%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/archer-attack3.png
+%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/archer-bow-attack1.png
+%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/archer-bow-attack2.png
+%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/archer-bow-attack3.png
+%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/archer-bow-attack4.png
%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/archer-bow-defend.png
%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/archer-bow.png
-%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/archer-defend.png
-%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/archer-die1.png
-%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/archer-die2.png
-%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/archer-die3.png
-%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/archer-die4.png
-%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/archer-female-die1.png
-%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/archer-female-die2.png
-%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/archer-female-die3.png
-%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/archer-female-die4.png
+%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/archer-idle-1.png
+%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/archer-idle-2.png
+%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/archer-idle-3.png
+%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/archer-idle-4.png
+%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/archer-idle-5.png
+%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/archer-idle-6.png
+%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/archer-sword-1.png
+%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/archer-sword-2.png
+%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/archer-sword-3.png
+%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/archer-sword-4.png
+%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/archer-sword-defend.png
+%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/archer-sword.png
%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/archer.png
-%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/avenger+female-attack.png
-%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/avenger+female-attack1.png
-%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/avenger+female-attack2.png
-%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/avenger+female-attack3.png
+%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/avenger+female-bow-attack1.png
+%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/avenger+female-bow-attack2.png
+%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/avenger+female-bow-attack3.png
+%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/avenger+female-bow-attack4.png
%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/avenger+female-bow-defend.png
%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/avenger+female-bow.png
-%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/avenger+female-defend.png
+%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/avenger+female-sword-1.png
+%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/avenger+female-sword-2.png
+%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/avenger+female-sword-3.png
+%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/avenger+female-sword.png
%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/avenger+female.png
-%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/avenger-attack.png
-%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/avenger-attack1.png
-%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/avenger-attack2.png
-%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/avenger-attack3.png
+%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/avenger-bow-attack1.png
+%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/avenger-bow-attack2.png
+%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/avenger-bow-attack3.png
+%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/avenger-bow-attack4.png
%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/avenger-bow-defend.png
%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/avenger-bow.png
-%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/avenger-defend.png
-%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/avenger-die1.png
-%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/avenger-die2.png
-%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/avenger-die3.png
-%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/avenger-die4.png
+%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/avenger-sword-1.png
+%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/avenger-sword-2.png
+%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/avenger-sword-3.png
+%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/avenger-sword-defend.png
+%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/avenger-sword.png
%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/avenger.png
-%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/captain-attack.png
%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/captain-bow-attack1.png
%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/captain-bow-attack2.png
%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/captain-bow-attack3.png
+%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/captain-bow-attack4.png
%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/captain-bow-defend.png
%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/captain-bow.png
%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/captain-defend.png
%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/captain-leading.png
+%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/captain-melee-1.png
+%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/captain-melee-2.png
%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/captain.png
-%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/champion-attack.png
+%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/champion-attack-1.png
+%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/champion-attack-2.png
+%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/champion-attack-3.png
+%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/champion-attack-4.png
+%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/champion-attack-5.png
+%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/champion-attack-6.png
%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/champion-bow-attack1.png
%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/champion-bow-attack2.png
%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/champion-bow-attack3.png
+%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/champion-bow-attack4.png
%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/champion-bow-defend.png
%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/champion-bow.png
%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/champion-defend.png
@@ -2177,45 +1512,75 @@ bin/wesnoth
%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/corrupted-elf-defend.png
%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/corrupted-elf.png
%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/druid-attack.png
-%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/druid-defend.png
-%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/druid-healing1.png
-%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/druid-healing2.png
-%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/druid-healing3.png
-%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/druid-healing4.png
-%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/druid-healing5.png
-%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/druid-healing6.png
-%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/druid-healing7.png
-%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/druid-healing8.png
-%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/druid-ranged.png
+%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/druid-defend-1.png
+%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/druid-defend-2.png
+%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/druid-magic-1.png
+%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/druid-magic-2.png
+%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/druid-magic-3.png
+%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/druid-magic-4.png
%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/druid.png
%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/eloh-serene.png
-%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/fighter-attack.png
%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/fighter-bow-attack1.png
%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/fighter-bow-attack2.png
%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/fighter-bow-attack3.png
+%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/fighter-bow-attack4.png
%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/fighter-bow-defend.png
%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/fighter-bow.png
%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/fighter-defend.png
+%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/fighter-idle-1.png
+%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/fighter-idle-10.png
+%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/fighter-idle-11.png
+%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/fighter-idle-12.png
+%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/fighter-idle-2.png
+%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/fighter-idle-3.png
+%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/fighter-idle-4.png
+%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/fighter-idle-5.png
+%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/fighter-idle-6.png
+%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/fighter-idle-7.png
+%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/fighter-idle-8.png
+%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/fighter-idle-9.png
+%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/fighter-melee-1.png
+%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/fighter-melee-2.png
%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/fighter.png
-%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/hero-attack.png
%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/hero-bow-attack1.png
%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/hero-bow-attack2.png
%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/hero-bow-attack3.png
+%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/hero-bow-attack4.png
%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/hero-bow-defend.png
%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/hero-bow.png
%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/hero-defend.png
+%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/hero-melee-1.png
+%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/hero-melee-2.png
+%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/hero-melee-3.png
+%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/hero-melee-4.png
%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/hero.png
-%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/horse-archer-attack.png
-%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/horse-archer-defend.png
-%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/horse-archer-moving.png
-%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/horse-archer-ranged1.png
-%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/horse-archer-ranged2.png
-%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/horse-archer.png
-%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/hunter-defend.png
-%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/hunter-melee.png
+%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/horseman-defend.png
+%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/horseman-melee.png
+%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/horseman-moving.png
+%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/horseman-ranged-1.png
+%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/horseman-ranged-2.png
+%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/horseman.png
+%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/hunter+female-ranged-1.png
+%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/hunter+female-ranged-2.png
+%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/hunter+female-ranged-3.png
+%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/hunter+female-ranged-4.png
+%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/hunter+female-ranged-defend.png
+%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/hunter+female-sword-1.png
+%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/hunter+female-sword-2.png
+%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/hunter+female-sword-3.png
+%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/hunter+female-sword-4.png
+%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/hunter+female-sword-defend.png
+%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/hunter+female.png
%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/hunter-ranged-1.png
%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/hunter-ranged-2.png
%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/hunter-ranged-3.png
+%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/hunter-ranged-4.png
+%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/hunter-ranged-defend.png
+%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/hunter-sword-1.png
+%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/hunter-sword-2.png
+%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/hunter-sword-3.png
+%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/hunter-sword-4.png
+%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/hunter-sword-defend.png
%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/hunter.png
%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/kaleh-defend.png
%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/kaleh-leading.png
@@ -2228,36 +1593,48 @@ bin/wesnoth
%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/kaleh-ranged-defend.png
%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/kaleh-ranged.png
%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/kaleh.png
-%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/marksman+female-attack.png
-%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/marksman+female-attack1.png
-%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/marksman+female-attack2.png
-%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/marksman+female-attack3.png
-%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/marksman+female-attack4.png
+%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/marksman+female-bow-attack1.png
+%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/marksman+female-bow-attack2.png
+%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/marksman+female-bow-attack3.png
+%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/marksman+female-bow-attack4.png
%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/marksman+female-bow-defend.png
%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/marksman+female-bow.png
-%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/marksman+female-defend.png
+%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/marksman+female-die-1.png
+%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/marksman+female-die-2.png
+%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/marksman+female-die-3.png
+%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/marksman+female-sword-1.png
+%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/marksman+female-sword-2.png
+%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/marksman+female-sword-3.png
+%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/marksman+female-sword-defend.png
+%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/marksman+female-sword.png
%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/marksman+female.png
-%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/marksman-attack.png
-%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/marksman-attack1.png
-%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/marksman-attack2.png
-%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/marksman-attack3.png
-%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/marksman-attack4.png
+%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/marksman-bow-attack1.png
+%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/marksman-bow-attack2.png
+%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/marksman-bow-attack3.png
+%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/marksman-bow-attack4.png
%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/marksman-bow-defend.png
%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/marksman-bow.png
-%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/marksman-defend.png
-%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/marksman-die1.png
-%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/marksman-die2.png
-%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/marksman-die3.png
-%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/marksman-die4.png
+%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/marksman-die-1.png
+%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/marksman-die-2.png
+%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/marksman-die-3.png
+%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/marksman-die-4.png
+%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/marksman-die-5.png
+%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/marksman-sword-1.png
+%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/marksman-sword-2.png
+%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/marksman-sword-3.png
+%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/marksman-sword-defend.png
+%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/marksman-sword.png
%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/marksman.png
-%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/marshal-attack.png
-%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/marshal-attack1.png
-%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/marshal-attack2.png
-%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/marshal-attack3.png
+%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/marshal-bow-attack1.png
+%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/marshal-bow-attack2.png
+%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/marshal-bow-attack3.png
+%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/marshal-bow-attack4.png
%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/marshal-bow-defend.png
%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/marshal-bow.png
%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/marshal-defend.png
%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/marshal-leading.png
+%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/marshal-melee-1.png
+%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/marshal-melee-2.png
%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/marshal.png
%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/nym-defend.png
%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/nym-melee-1.png
@@ -2266,12 +1643,14 @@ bin/wesnoth
%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/nym-ranged-2.png
%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/nym-ranged-3.png
%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/nym.png
-%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/outrider-attack.png
%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/outrider-attack1.png
%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/outrider-attack2.png
%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/outrider-defend.png
+%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/outrider-melee-1.png
+%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/outrider-melee-2.png
%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/outrider-moving.png
%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/outrider.png
+%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/prowler+female.png
%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/prowler-bow-defend.png
%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/prowler-defend.png
%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/prowler-melee1.png
@@ -2281,38 +1660,59 @@ bin/wesnoth
%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/prowler-ranged3.png
%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/prowler-ranged4.png
%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/prowler.png
-%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/ranger+female-attack.png
-%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/ranger+female-attack1.png
-%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/ranger+female-attack2.png
-%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/ranger+female-attack3.png
+%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/ranger+female-bow-attack1.png
+%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/ranger+female-bow-attack2.png
+%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/ranger+female-bow-attack3.png
+%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/ranger+female-bow-attack4.png
%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/ranger+female-bow-defend.png
%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/ranger+female-bow.png
-%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/ranger+female-defend.png
+%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/ranger+female-sword-1.png
+%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/ranger+female-sword-2.png
+%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/ranger+female-sword-3.png
+%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/ranger+female-sword.png
%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/ranger+female.png
-%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/ranger-attack.png
-%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/ranger-attack1.png
-%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/ranger-attack2.png
-%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/ranger-attack3.png
+%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/ranger-bow-attack1.png
+%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/ranger-bow-attack2.png
+%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/ranger-bow-attack3.png
+%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/ranger-bow-attack4.png
%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/ranger-bow-defend.png
%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/ranger-bow.png
-%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/ranger-defend.png
-%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/ranger-die1.png
-%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/ranger-die2.png
-%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/ranger-die3.png
-%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/ranger-die4.png
+%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/ranger-sword-1.png
+%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/ranger-sword-2.png
+%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/ranger-sword-3.png
+%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/ranger-sword-defend.png
+%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/ranger-sword.png
%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/ranger.png
-%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/rider-attack.png
%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/rider-attack1.png
%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/rider-attack2.png
%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/rider-defend.png
+%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/rider-melee-1.png
+%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/rider-melee-2.png
%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/rider-moving.png
%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/rider.png
%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/scout-attack.png
%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/scout-attack1.png
%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/scout-attack2.png
%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/scout-defend.png
+%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/scout-idle-1.png
+%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/scout-idle-10.png
+%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/scout-idle-11.png
+%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/scout-idle-12.png
+%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/scout-idle-13.png
+%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/scout-idle-14.png
+%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/scout-idle-15.png
+%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/scout-idle-16.png
+%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/scout-idle-2.png
+%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/scout-idle-3.png
+%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/scout-idle-4.png
+%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/scout-idle-5.png
+%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/scout-idle-6.png
+%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/scout-idle-7.png
+%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/scout-idle-8.png
+%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/scout-idle-9.png
%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/scout-moving.png
%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/scout.png
+%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/sentinel+female.png
%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/sentinel-defend.png
%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/sentinel-melee.png
%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/sentinel-ranged-1.png
@@ -2331,27 +1731,31 @@ bin/wesnoth
%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/shaman-heal8.png
%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/shaman-heal9.png
%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/shaman.png
-%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/sharpshooter+female-attack.png
-%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/sharpshooter+female-attack1.png
-%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/sharpshooter+female-attack2.png
-%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/sharpshooter+female-attack3.png
-%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/sharpshooter+female-attack4.png
+%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/sharpshooter+female-bow-attack1.png
+%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/sharpshooter+female-bow-attack2.png
+%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/sharpshooter+female-bow-attack3.png
+%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/sharpshooter+female-bow-attack4.png
+%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/sharpshooter+female-bow-attack5.png
%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/sharpshooter+female-bow-defend.png
%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/sharpshooter+female-bow.png
-%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/sharpshooter+female-defend.png
+%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/sharpshooter+female-sword-1.png
+%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/sharpshooter+female-sword-2.png
+%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/sharpshooter+female-sword-3.png
+%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/sharpshooter+female-sword-defend.png
+%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/sharpshooter+female-sword.png
%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/sharpshooter+female.png
-%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/sharpshooter-attack.png
-%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/sharpshooter-attack1.png
-%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/sharpshooter-attack2.png
-%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/sharpshooter-attack3.png
-%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/sharpshooter-attack4.png
+%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/sharpshooter-bow-attack1.png
+%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/sharpshooter-bow-attack2.png
+%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/sharpshooter-bow-attack3.png
+%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/sharpshooter-bow-attack4.png
+%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/sharpshooter-bow-attack5.png
%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/sharpshooter-bow-defend.png
%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/sharpshooter-bow.png
-%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/sharpshooter-defend.png
-%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/sharpshooter-die1.png
-%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/sharpshooter-die2.png
-%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/sharpshooter-die3.png
-%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/sharpshooter-die4.png
+%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/sharpshooter-sword-1.png
+%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/sharpshooter-sword-2.png
+%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/sharpshooter-sword-3.png
+%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/sharpshooter-sword-defend.png
+%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/sharpshooter-sword.png
%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/sharpshooter.png
%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/shyde-defend.png
%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/shyde-ftouch-attack1.png
@@ -2369,8 +1773,42 @@ bin/wesnoth
%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/shyde-healing7.png
%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/shyde-healing8.png
%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/shyde-healing9.png
-%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/shyde-ranged.png
%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/shyde.png
+%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/humans/human-commander-attack1.png
+%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/humans/human-commander-attack2.png
+%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/humans/human-commander-defend.png
+%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/humans/human-commander-ranged1.png
+%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/humans/human-commander-ranged2.png
+%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/humans/human-commander.png
+%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/monsters/ant-attack.png
+%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/monsters/ant-defend.png
+%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/monsters/ant.png
+%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/monsters/crab-attack1.png
+%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/monsters/crab-attack2.png
+%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/monsters/crab-defend.png
+%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/monsters/crab.png
+%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/monsters/dawarf-growl.png
+%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/monsters/dawarf-melee-1.png
+%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/monsters/dawarf-melee-2.png
+%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/monsters/dawarf.png
+%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/monsters/demon-attack-1.png
+%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/monsters/demon-attack-2.png
+%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/monsters/demon-attack-3.png
+%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/monsters/demon-defend.png
+%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/monsters/demon.png
+%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/monsters/dust-devil.png
+%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/monsters/fireghost-attack1.png
+%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/monsters/fireghost-attack2.png
+%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/monsters/fireghost-death1.png
+%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/monsters/fireghost-death2.png
+%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/monsters/fireghost-death3.png
+%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/monsters/fireghost-death4.png
+%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/monsters/fireghost-death5.png
+%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/monsters/fireghost-death6.png
+%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/monsters/fireghost-defend.png
+%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/monsters/fireghost-ranged2.png
+%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/monsters/fireghost.png
+%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/monsters/flesh-golem.png
%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/nagas/guardian-defend-1.png
%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/nagas/guardian-defend-2.png
%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/nagas/guardian-defend-3.png
@@ -2398,10 +1836,6 @@ bin/wesnoth
%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/orcs/nightstalker-ranged-1.png
%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/orcs/nightstalker-ranged-2.png
%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/orcs/nightstalker.png
-%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/trolls/shaman-defend.png
-%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/trolls/shaman-melee.png
-%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/trolls/shaman-ranged.png
-%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/trolls/shaman.png
%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/undead/dread-lich-attack.png
%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/undead/dread-lich-attack1.png
%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/undead/dread-lich-attack2.png
@@ -2409,19 +1843,6 @@ bin/wesnoth
%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/undead/dread-lich-attack4.png
%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/undead/dread-lich-defend.png
%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/undead/dread-lich.png
-%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/undead/dreadbat-attack.png
-%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/undead/dreadbat-defend.png
-%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/undead/dreadbat-ne-1.png
-%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/undead/dreadbat-ne-2.png
-%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/undead/dreadbat-ne-3.png
-%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/undead/dreadbat-ne-4.png
-%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/undead/dreadbat-ne-5.png
-%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/undead/dreadbat-se-1.png
-%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/undead/dreadbat-se-2.png
-%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/undead/dreadbat-se-3.png
-%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/undead/dreadbat-se-4.png
-%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/undead/dreadbat-se-5.png
-%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/undead/dreadbat.png
%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/undead/skeletonrider-attack1.png
%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/undead/skeletonrider-attack2.png
%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/undead/skeletonrider-defend.png
@@ -2445,7 +1866,6 @@ bin/wesnoth
%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/scenarios/01_The_Morning_After.cfg
%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/scenarios/02_Across_the_Harsh_Sands.cfg
%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/scenarios/03_Stirring_in_the_Night.cfg
-%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/scenarios/03_Stirring_in_the_Night_alt.cfg
%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/scenarios/04_Descending_into_Darkness.cfg
%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/scenarios/05_A_Subterranean_Struggle.cfg
%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/scenarios/06a_In_the_Tunnels_of_Trolls.cfg
@@ -2458,21 +1878,8 @@ bin/wesnoth
%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/scenarios/11_Battle_for_Zocthanol_Isle.cfg
%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/scenarios/12_The_Final_Confrontation.cfg
%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/scenarios/13_Epilogue.cfg
-%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/scenarios/scen3_alt/challenge.cfg
-%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/scenarios/scen3_alt/creep_death.cfg
-%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/scenarios/scen3_alt/destroy_tent.cfg
-%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/scenarios/scen3_alt/elf_corpse.cfg
-%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/scenarios/scen3_alt/orc_party.cfg
-%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/scenarios/scen3_alt/possesion.cfg
-%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/scenarios/scen3_alt/prestart.cfg
-%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/scenarios/scen3_alt/recruit_tweak.cfg
-%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/scenarios/scen3_alt/scenario_start.cfg
-%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/scenarios/scen3_alt/sides_setup.cfg
-%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/scenarios/scen3_alt/story_chapter_3.cfg
-%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/scenarios/scen3_alt/war_cry.cfg
%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/units/Alien_Body.cfg
%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/units/Alien_Body2.cfg
-%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/units/Alien_Body3.cfg
%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/units/Alien_Minion.cfg
%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/units/Alien_Spire.cfg
%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/units/Ant.cfg
@@ -2507,7 +1914,6 @@ bin/wesnoth
%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/units/Desert_Star.cfg
%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/units/Divine_Avatar.cfg
%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/units/Divine_Incarnation.cfg
-%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/units/Dread_Bat.cfg
%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/units/Dust_Devil.cfg
%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/units/Dwarvish_Explorer.cfg
%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/units/Dwarvish_Pathfinder.cfg
@@ -2529,37 +1935,33 @@ bin/wesnoth
%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/units/Naga_Hunter.cfg
%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/units/Naga_Sentinel.cfg
%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/units/Naga_Warden.cfg
-%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/units/Nym_Hunter.cfg
-%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/units/Nym_Prowler.cfg
-%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/units/Nym_Sentinel.cfg
+%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/units/Nym.cfg
%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/units/Small_Mudcrawler.cfg
%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/units/Spider_Lich.cfg
-%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/units/Troll_Shaman.cfg
%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/units/Undead_Horseman.cfg
-%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/utils/adjacent_custom.cfg
+%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/utils/abilities.cfg
%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/utils/deaths.cfg
%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/utils/dialog-macros.cfg
-%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/utils/global-events.cfg
%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/utils/kaleh-abilities.cfg
%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/utils/macros.cfg
+%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/utils/storytxt.cfg
%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/utils/terrain.cfg
%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/utils/terrain_graphics.cfg
%%DATADIR%%/data/campaigns/Under_the_Burning_Suns/utils/time.cfg
%%DATADIR%%/data/campaigns/tutorial/images/portraits/delfador.png
%%DATADIR%%/data/campaigns/tutorial/images/portraits/konrad.png
%%DATADIR%%/data/campaigns/tutorial/images/portraits/lisar.png
-%%DATADIR%%/data/campaigns/tutorial/images/units/elder-mage-defend.png
-%%DATADIR%%/data/campaigns/tutorial/images/units/elder-mage-melee1.png
-%%DATADIR%%/data/campaigns/tutorial/images/units/elder-mage-melee2.png
-%%DATADIR%%/data/campaigns/tutorial/images/units/elder-mage-ranged1.png
-%%DATADIR%%/data/campaigns/tutorial/images/units/elder-mage-ranged2.png
-%%DATADIR%%/data/campaigns/tutorial/images/units/elder-mage-ranged3.png
-%%DATADIR%%/data/campaigns/tutorial/images/units/elder-mage.png
%%DATADIR%%/data/campaigns/tutorial/images/units/human-princess-attack-1.png
%%DATADIR%%/data/campaigns/tutorial/images/units/human-princess-attack-2.png
%%DATADIR%%/data/campaigns/tutorial/images/units/human-princess-attack-3.png
%%DATADIR%%/data/campaigns/tutorial/images/units/human-princess-attack-4.png
%%DATADIR%%/data/campaigns/tutorial/images/units/human-princess-defend.png
+%%DATADIR%%/data/campaigns/tutorial/images/units/human-princess-idle-1.png
+%%DATADIR%%/data/campaigns/tutorial/images/units/human-princess-idle-2.png
+%%DATADIR%%/data/campaigns/tutorial/images/units/human-princess-idle-3.png
+%%DATADIR%%/data/campaigns/tutorial/images/units/human-princess-idle-4.png
+%%DATADIR%%/data/campaigns/tutorial/images/units/human-princess-idle-5.png
+%%DATADIR%%/data/campaigns/tutorial/images/units/human-princess-idle-6.png
%%DATADIR%%/data/campaigns/tutorial/images/units/human-princess.png
%%DATADIR%%/data/campaigns/tutorial/images/units/konrad-fighter-attack-1.png
%%DATADIR%%/data/campaigns/tutorial/images/units/konrad-fighter-attack-2.png
@@ -2573,17 +1975,23 @@ bin/wesnoth
%%DATADIR%%/data/campaigns/tutorial/scenarios/2_Speaking.cfg
%%DATADIR%%/data/campaigns/tutorial/scenarios/2_Tutorial.cfg
%%DATADIR%%/data/campaigns/tutorial/scenarios/utils.cfg
-%%DATADIR%%/data/campaigns/tutorial/units/Elder_Mage.cfg
%%DATADIR%%/data/campaigns/tutorial/units/Fighter.cfg
%%DATADIR%%/data/campaigns/tutorial/units/Fighteress.cfg
%%DATADIR%%/data/campaigns/tutorial/units/Quintain.cfg
%%DATADIR%%/data/core/README
%%DATADIR%%/data/core/_main.cfg
%%DATADIR%%/data/core/about.cfg
-%%DATADIR%%/data/core/editor-groups.cfg
+%%DATADIR%%/data/core/editor/_main.cfg
+%%DATADIR%%/data/core/editor/brushes.cfg
+%%DATADIR%%/data/core/editor/hotkeys.cfg
+%%DATADIR%%/data/core/editor/music.cfg
+%%DATADIR%%/data/core/editor/terrain-groups.cfg
+%%DATADIR%%/data/core/editor/time-of-day.cfg
+%%DATADIR%%/data/core/editor/tool-hints.cfg
%%DATADIR%%/data/core/fonts.cfg
%%DATADIR%%/data/core/help.cfg
%%DATADIR%%/data/core/hotkeys.cfg
+%%DATADIR%%/data/core/images/attacks/axe-crude.png
%%DATADIR%%/data/core/images/attacks/axe-deathblade.png
%%DATADIR%%/data/core/images/attacks/axe-undead.png
%%DATADIR%%/data/core/images/attacks/axe.png
@@ -2640,6 +2048,8 @@ bin/wesnoth
%%DATADIR%%/data/core/images/attacks/greatsword-human.png
%%DATADIR%%/data/core/images/attacks/greatsword-orcish.png
%%DATADIR%%/data/core/images/attacks/halberd.png
+%%DATADIR%%/data/core/images/attacks/hammer-dwarven-runic.png
+%%DATADIR%%/data/core/images/attacks/hammer-dwarven.png
%%DATADIR%%/data/core/images/attacks/hammer-troll.png
%%DATADIR%%/data/core/images/attacks/hammer.png
%%DATADIR%%/data/core/images/attacks/hatchet.png
@@ -2652,6 +2062,7 @@ bin/wesnoth
%%DATADIR%%/data/core/images/attacks/lightbeam.png
%%DATADIR%%/data/core/images/attacks/lightning.png
%%DATADIR%%/data/core/images/attacks/mace-and-chain.png
+%%DATADIR%%/data/core/images/attacks/mace-spiked.png
%%DATADIR%%/data/core/images/attacks/mace.png
%%DATADIR%%/data/core/images/attacks/magic-missile.png
%%DATADIR%%/data/core/images/attacks/morning-star.png
@@ -2664,7 +2075,7 @@ bin/wesnoth
%%DATADIR%%/data/core/images/attacks/quarterstaff.png
%%DATADIR%%/data/core/images/attacks/rectangular-shield.png
%%DATADIR%%/data/core/images/attacks/rock_thrown.png
-%%DATADIR%%/data/core/images/attacks/sabre-human.png
+%%DATADIR%%/data/core/images/attacks/saber-human.png
%%DATADIR%%/data/core/images/attacks/scimitar.png
%%DATADIR%%/data/core/images/attacks/scythe.png
%%DATADIR%%/data/core/images/attacks/sickle.png
@@ -2697,6 +2108,10 @@ bin/wesnoth
%%DATADIR%%/data/core/images/attacks/web.png
%%DATADIR%%/data/core/images/attacks/whip.png
%%DATADIR%%/data/core/images/attacks/woodensword.png
+%%DATADIR%%/data/core/images/editor/brush-1.png
+%%DATADIR%%/data/core/images/editor/brush-2.png
+%%DATADIR%%/data/core/images/editor/brush-3.png
+%%DATADIR%%/data/core/images/editor/brush-nw-se.png
%%DATADIR%%/data/core/images/halo/elven/druid-healing1.png
%%DATADIR%%/data/core/images/halo/elven/druid-healing2.png
%%DATADIR%%/data/core/images/halo/elven/druid-healing3.png
@@ -2748,6 +2163,14 @@ bin/wesnoth
%%DATADIR%%/data/core/images/halo/elven/shyde-stationary-halo5.png
%%DATADIR%%/data/core/images/halo/elven/shyde-stationary-halo6.png
%%DATADIR%%/data/core/images/halo/fire-aura.png
+%%DATADIR%%/data/core/images/halo/flame-burst-1.png
+%%DATADIR%%/data/core/images/halo/flame-burst-2.png
+%%DATADIR%%/data/core/images/halo/flame-burst-3.png
+%%DATADIR%%/data/core/images/halo/flame-burst-4.png
+%%DATADIR%%/data/core/images/halo/flame-burst-5.png
+%%DATADIR%%/data/core/images/halo/flame-burst-6.png
+%%DATADIR%%/data/core/images/halo/flame-burst-7.png
+%%DATADIR%%/data/core/images/halo/flame-burst-8.png
%%DATADIR%%/data/core/images/halo/holy/halo1.png
%%DATADIR%%/data/core/images/halo/holy/halo2.png
%%DATADIR%%/data/core/images/halo/holy/halo3.png
@@ -2813,7 +2236,15 @@ bin/wesnoth
%%DATADIR%%/data/core/images/halo/saurian-magic-halo-5.png
%%DATADIR%%/data/core/images/halo/saurian-magic-halo-6.png
%%DATADIR%%/data/core/images/halo/saurian-magic-halo-7.png
-%%DATADIR%%/data/core/images/halo/siren-naia-touch-halo.png
+%%DATADIR%%/data/core/images/halo/teleport-1.png
+%%DATADIR%%/data/core/images/halo/teleport-2.png
+%%DATADIR%%/data/core/images/halo/teleport-3.png
+%%DATADIR%%/data/core/images/halo/teleport-4.png
+%%DATADIR%%/data/core/images/halo/teleport-5.png
+%%DATADIR%%/data/core/images/halo/teleport-6.png
+%%DATADIR%%/data/core/images/halo/teleport-7.png
+%%DATADIR%%/data/core/images/halo/teleport-8.png
+%%DATADIR%%/data/core/images/halo/teleport-9.png
%%DATADIR%%/data/core/images/halo/undead/black-magic-1.png
%%DATADIR%%/data/core/images/halo/undead/black-magic-2.png
%%DATADIR%%/data/core/images/halo/undead/black-magic-3.png
@@ -2864,6 +2295,13 @@ bin/wesnoth
%%DATADIR%%/data/core/images/items/bow.png
%%DATADIR%%/data/core/images/items/box.png
%%DATADIR%%/data/core/images/items/brazier-lit1.png
+%%DATADIR%%/data/core/images/items/brazier-lit2.png
+%%DATADIR%%/data/core/images/items/brazier-lit3.png
+%%DATADIR%%/data/core/images/items/brazier-lit4.png
+%%DATADIR%%/data/core/images/items/brazier-lit5.png
+%%DATADIR%%/data/core/images/items/brazier-lit6.png
+%%DATADIR%%/data/core/images/items/brazier-lit7.png
+%%DATADIR%%/data/core/images/items/brazier-lit8.png
%%DATADIR%%/data/core/images/items/brazier.png
%%DATADIR%%/data/core/images/items/buckler.png
%%DATADIR%%/data/core/images/items/burial.png
@@ -2880,8 +2318,6 @@ bin/wesnoth
%%DATADIR%%/data/core/images/items/flower2.png
%%DATADIR%%/data/core/images/items/flower3.png
%%DATADIR%%/data/core/images/items/flower4.png
-%%DATADIR%%/data/core/images/items/football-shadow.png
-%%DATADIR%%/data/core/images/items/football.png
%%DATADIR%%/data/core/images/items/gohere.png
%%DATADIR%%/data/core/images/items/gold-coins-large.png
%%DATADIR%%/data/core/images/items/gold-coins-medium.png
@@ -2908,24 +2344,24 @@ bin/wesnoth
%%DATADIR%%/data/core/images/items/spear-fancy.png
%%DATADIR%%/data/core/images/items/staff-magic.png
%%DATADIR%%/data/core/images/items/staff.png
+%%DATADIR%%/data/core/images/items/stone-tablet.png
%%DATADIR%%/data/core/images/items/storm-trident.png
%%DATADIR%%/data/core/images/items/straw-bale1.png
%%DATADIR%%/data/core/images/items/straw-bale2.png
-%%DATADIR%%/data/core/images/maps/mainmenu.jpg
-%%DATADIR%%/data/core/images/maps/mainmenu.png
-%%DATADIR%%/data/core/images/maps/wesnoth-httt.jpg
+%%DATADIR%%/data/core/images/items/sword.png
+%%DATADIR%%/data/core/images/maps/EDITING-HOWTO
%%DATADIR%%/data/core/images/maps/wesnoth.png
%%DATADIR%%/data/core/images/misc/blank-hex.png
%%DATADIR%%/data/core/images/misc/cross-white.png
-%%DATADIR%%/data/core/images/misc/cross.png
%%DATADIR%%/data/core/images/misc/dot-white.png
-%%DATADIR%%/data/core/images/misc/dot.png
%%DATADIR%%/data/core/images/misc/empty.png
%%DATADIR%%/data/core/images/misc/flag-red.png
%%DATADIR%%/data/core/images/misc/flag-white.png
%%DATADIR%%/data/core/images/misc/hero-icon.png
%%DATADIR%%/data/core/images/misc/icon-amla-tough.png
%%DATADIR%%/data/core/images/misc/logo.png
+%%DATADIR%%/data/core/images/misc/new-battle.png
+%%DATADIR%%/data/core/images/misc/new-journey.png
%%DATADIR%%/data/core/images/misc/schedule-afternoon.png
%%DATADIR%%/data/core/images/misc/schedule-dawn.png
%%DATADIR%%/data/core/images/misc/schedule-dusk.png
@@ -2934,92 +2370,181 @@ bin/wesnoth
%%DATADIR%%/data/core/images/misc/schedule-secondwatch.png
%%DATADIR%%/data/core/images/misc/schedule-underground-illum.png
%%DATADIR%%/data/core/images/misc/schedule-underground.png
-%%DATADIR%%/data/core/images/portraits/Alex_Jarocha-Ernst/drake-burner.png
-%%DATADIR%%/data/core/images/portraits/Alex_Jarocha-Ernst/drake-clasher.png
-%%DATADIR%%/data/core/images/portraits/Alex_Jarocha-Ernst/drake-fighter.png
-%%DATADIR%%/data/core/images/portraits/Alex_Jarocha-Ernst/drake-glider.png
-%%DATADIR%%/data/core/images/portraits/Alex_Jarocha-Ernst/elvish-shaman.png
-%%DATADIR%%/data/core/images/portraits/Alex_Jarocha-Ernst/ghoul.png
-%%DATADIR%%/data/core/images/portraits/Alex_Jarocha-Ernst/mermaid-initiate.png
-%%DATADIR%%/data/core/images/portraits/Alex_Jarocha-Ernst/merman-fighter.png
-%%DATADIR%%/data/core/images/portraits/Alex_Jarocha-Ernst/merman-hunter.png
-%%DATADIR%%/data/core/images/portraits/Alex_Jarocha-Ernst/naga-fighter.png
-%%DATADIR%%/data/core/images/portraits/Alex_Jarocha-Ernst/nagini-fighter.png
-%%DATADIR%%/data/core/images/portraits/Alex_Jarocha-Ernst/orcish-assassin.png
-%%DATADIR%%/data/core/images/portraits/Alex_Jarocha-Ernst/saurian-augur.png
-%%DATADIR%%/data/core/images/portraits/Alex_Jarocha-Ernst/saurian-skirmisher.png
-%%DATADIR%%/data/core/images/portraits/James_Woo/assassin.png
-%%DATADIR%%/data/core/images/portraits/James_Woo/dwarf-guard.png
-%%DATADIR%%/data/core/images/portraits/James_Woo/orc-warlord.png
-%%DATADIR%%/data/core/images/portraits/James_Woo/orc-warlord2.png
-%%DATADIR%%/data/core/images/portraits/James_Woo/orc-warlord3.png
-%%DATADIR%%/data/core/images/portraits/James_Woo/orc-warlord4.png
-%%DATADIR%%/data/core/images/portraits/James_Woo/orc-warlord5.png
-%%DATADIR%%/data/core/images/portraits/James_Woo/troll.png
-%%DATADIR%%/data/core/images/portraits/Jason_Lutes/human-bandit.png
-%%DATADIR%%/data/core/images/portraits/Jason_Lutes/human-grand-knight.png
-%%DATADIR%%/data/core/images/portraits/Jason_Lutes/human-halberdier.png
-%%DATADIR%%/data/core/images/portraits/Jason_Lutes/human-highwayman.png
-%%DATADIR%%/data/core/images/portraits/Jason_Lutes/human-horseman.png
-%%DATADIR%%/data/core/images/portraits/Jason_Lutes/human-javelineer.png
-%%DATADIR%%/data/core/images/portraits/Jason_Lutes/human-knight.png
-%%DATADIR%%/data/core/images/portraits/Jason_Lutes/human-lancer.png
-%%DATADIR%%/data/core/images/portraits/Jason_Lutes/human-paladin.png
-%%DATADIR%%/data/core/images/portraits/Jason_Lutes/human-peasant.png
-%%DATADIR%%/data/core/images/portraits/Jason_Lutes/human-pikeman.png
-%%DATADIR%%/data/core/images/portraits/Jason_Lutes/human-royalguard.png
-%%DATADIR%%/data/core/images/portraits/Jason_Lutes/human-spearman.png
-%%DATADIR%%/data/core/images/portraits/Jason_Lutes/human-swordsman.png
-%%DATADIR%%/data/core/images/portraits/Jason_Lutes/human-thug.png
-%%DATADIR%%/data/core/images/portraits/Kitty/elvish-archer+female.png
-%%DATADIR%%/data/core/images/portraits/Kitty/elvish-archer.png
-%%DATADIR%%/data/core/images/portraits/Kitty/elvish-captain.png
-%%DATADIR%%/data/core/images/portraits/Kitty/elvish-druid.png
-%%DATADIR%%/data/core/images/portraits/Kitty/elvish-fighter.png
-%%DATADIR%%/data/core/images/portraits/Kitty/elvish-hero.png
-%%DATADIR%%/data/core/images/portraits/Kitty/elvish-high-lord.png
-%%DATADIR%%/data/core/images/portraits/Kitty/elvish-lady.png
-%%DATADIR%%/data/core/images/portraits/Kitty/elvish-lord.png
-%%DATADIR%%/data/core/images/portraits/Kitty/elvish-marksman+female.png
-%%DATADIR%%/data/core/images/portraits/Kitty/elvish-marksman.png
-%%DATADIR%%/data/core/images/portraits/Kitty/elvish-ranger+female.png
-%%DATADIR%%/data/core/images/portraits/Kitty/elvish-ranger.png
-%%DATADIR%%/data/core/images/portraits/Kitty/elvish-scout.png
-%%DATADIR%%/data/core/images/portraits/Kitty/elvish-shaman.png
-%%DATADIR%%/data/core/images/portraits/Kitty/elvish-shyde.png
-%%DATADIR%%/data/core/images/portraits/Kitty/elvish-sorceress.png
-%%DATADIR%%/data/core/images/portraits/Kitty/human-dark-adept+female.png
-%%DATADIR%%/data/core/images/portraits/Kitty/human-dark-adept.png
-%%DATADIR%%/data/core/images/portraits/Kitty/human-mage+female.png
-%%DATADIR%%/data/core/images/portraits/Kitty/human-mage-arch+female.png
-%%DATADIR%%/data/core/images/portraits/Kitty/human-mage-arch.png
-%%DATADIR%%/data/core/images/portraits/Kitty/human-mage-light+female.png
-%%DATADIR%%/data/core/images/portraits/Kitty/human-mage-light.png
-%%DATADIR%%/data/core/images/portraits/Kitty/human-mage-red+female.png
-%%DATADIR%%/data/core/images/portraits/Kitty/human-mage-red.png
-%%DATADIR%%/data/core/images/portraits/Kitty/human-mage-silver+female.png
-%%DATADIR%%/data/core/images/portraits/Kitty/human-mage-silver.png
-%%DATADIR%%/data/core/images/portraits/Kitty/human-mage-white+female.png
-%%DATADIR%%/data/core/images/portraits/Kitty/human-mage-white.png
-%%DATADIR%%/data/core/images/portraits/Kitty/human-mage.png
-%%DATADIR%%/data/core/images/portraits/Kitty/human-necromancer+female.png
-%%DATADIR%%/data/core/images/portraits/Kitty/human-necromancer.png
-%%DATADIR%%/data/core/images/portraits/Kitty/undead-lich.png
-%%DATADIR%%/data/core/images/portraits/Neoriceisgood/dwarvish_berzerker.png
-%%DATADIR%%/data/core/images/portraits/Neoriceisgood/orcish_grunt.png
-%%DATADIR%%/data/core/images/portraits/Neoriceisgood/orcish_leader.png
-%%DATADIR%%/data/core/images/portraits/Neoriceisgood/orcish_shaman_old.png
-%%DATADIR%%/data/core/images/portraits/Nicholas_Kerpan/human-poacher.png
-%%DATADIR%%/data/core/images/portraits/Nicholas_Kerpan/human-thief.png
-%%DATADIR%%/data/core/images/portraits/Other/brown-lich.png
-%%DATADIR%%/data/core/images/portraits/Other/cavalryman.png
-%%DATADIR%%/data/core/images/portraits/Other/elvish-noble-lady.png
-%%DATADIR%%/data/core/images/portraits/Other/human-masterbowman.png
-%%DATADIR%%/data/core/images/portraits/Other/scorpion.png
-%%DATADIR%%/data/core/images/portraits/Other/silver_mage.png
-%%DATADIR%%/data/core/images/portraits/Pekka_Aikio/human-bowman.png
-%%DATADIR%%/data/core/images/portraits/Pekka_Aikio/human-longbowman.png
-%%DATADIR%%/data/core/images/portraits/Tristan_Millner/dwarven-fighter.png
+%%DATADIR%%/data/core/images/misc/tod-schedule-24hrs.png
+%%DATADIR%%/data/core/images/portraits/ARTISTS
+%%DATADIR%%/data/core/images/portraits/drakes/burner.png
+%%DATADIR%%/data/core/images/portraits/drakes/clasher.png
+%%DATADIR%%/data/core/images/portraits/drakes/fighter.png
+%%DATADIR%%/data/core/images/portraits/drakes/glider.png
+%%DATADIR%%/data/core/images/portraits/dwarves/dragonguard.png
+%%DATADIR%%/data/core/images/portraits/dwarves/fighter.png
+%%DATADIR%%/data/core/images/portraits/dwarves/gryphon-rider.png
+%%DATADIR%%/data/core/images/portraits/dwarves/guard.png
+%%DATADIR%%/data/core/images/portraits/dwarves/lord.png
+%%DATADIR%%/data/core/images/portraits/dwarves/runemaster.png
+%%DATADIR%%/data/core/images/portraits/dwarves/sentinel.png
+%%DATADIR%%/data/core/images/portraits/dwarves/thunderer.png
+%%DATADIR%%/data/core/images/portraits/dwarves/transparent/dragonguard.png
+%%DATADIR%%/data/core/images/portraits/dwarves/transparent/fighter.png
+%%DATADIR%%/data/core/images/portraits/dwarves/transparent/gryphon-rider.png
+%%DATADIR%%/data/core/images/portraits/dwarves/transparent/guard.png
+%%DATADIR%%/data/core/images/portraits/dwarves/transparent/lord.png
+%%DATADIR%%/data/core/images/portraits/dwarves/transparent/runemaster.png
+%%DATADIR%%/data/core/images/portraits/dwarves/transparent/sentinel.png
+%%DATADIR%%/data/core/images/portraits/dwarves/transparent/thunderer.png
+%%DATADIR%%/data/core/images/portraits/dwarves/transparent/ulfserker.png
+%%DATADIR%%/data/core/images/portraits/dwarves/ulfserker.png
+%%DATADIR%%/data/core/images/portraits/elves/archer+female.png
+%%DATADIR%%/data/core/images/portraits/elves/archer.png
+%%DATADIR%%/data/core/images/portraits/elves/captain.png
+%%DATADIR%%/data/core/images/portraits/elves/druid.png
+%%DATADIR%%/data/core/images/portraits/elves/fighter.png
+%%DATADIR%%/data/core/images/portraits/elves/hero.png
+%%DATADIR%%/data/core/images/portraits/elves/high-lord.png
+%%DATADIR%%/data/core/images/portraits/elves/lady.png
+%%DATADIR%%/data/core/images/portraits/elves/lord.png
+%%DATADIR%%/data/core/images/portraits/elves/marksman+female.png
+%%DATADIR%%/data/core/images/portraits/elves/marksman.png
+%%DATADIR%%/data/core/images/portraits/elves/ranger+female.png
+%%DATADIR%%/data/core/images/portraits/elves/ranger.png
+%%DATADIR%%/data/core/images/portraits/elves/scout.png
+%%DATADIR%%/data/core/images/portraits/elves/shaman.png
+%%DATADIR%%/data/core/images/portraits/elves/shyde.png
+%%DATADIR%%/data/core/images/portraits/elves/sorceress.png
+%%DATADIR%%/data/core/images/portraits/elves/sylph.png
+%%DATADIR%%/data/core/images/portraits/elves/transparent/archer+female.png
+%%DATADIR%%/data/core/images/portraits/elves/transparent/archer.png
+%%DATADIR%%/data/core/images/portraits/elves/transparent/captain.png
+%%DATADIR%%/data/core/images/portraits/elves/transparent/druid.png
+%%DATADIR%%/data/core/images/portraits/elves/transparent/fighter.png
+%%DATADIR%%/data/core/images/portraits/elves/transparent/hero.png
+%%DATADIR%%/data/core/images/portraits/elves/transparent/high-lord.png
+%%DATADIR%%/data/core/images/portraits/elves/transparent/lady.png
+%%DATADIR%%/data/core/images/portraits/elves/transparent/lord.png
+%%DATADIR%%/data/core/images/portraits/elves/transparent/marksman+female.png
+%%DATADIR%%/data/core/images/portraits/elves/transparent/marksman.png
+%%DATADIR%%/data/core/images/portraits/elves/transparent/ranger+female.png
+%%DATADIR%%/data/core/images/portraits/elves/transparent/ranger.png
+%%DATADIR%%/data/core/images/portraits/elves/transparent/scout.png
+%%DATADIR%%/data/core/images/portraits/elves/transparent/shaman.png
+%%DATADIR%%/data/core/images/portraits/elves/transparent/shyde.png
+%%DATADIR%%/data/core/images/portraits/elves/transparent/sorceress.png
+%%DATADIR%%/data/core/images/portraits/elves/transparent/sylph.png
+%%DATADIR%%/data/core/images/portraits/humans/assassin+female.png
+%%DATADIR%%/data/core/images/portraits/humans/assassin.png
+%%DATADIR%%/data/core/images/portraits/humans/bandit.png
+%%DATADIR%%/data/core/images/portraits/humans/bowman.png
+%%DATADIR%%/data/core/images/portraits/humans/cavalryman.png
+%%DATADIR%%/data/core/images/portraits/humans/dark-adept+female.png
+%%DATADIR%%/data/core/images/portraits/humans/dark-adept.png
+%%DATADIR%%/data/core/images/portraits/humans/general.png
+%%DATADIR%%/data/core/images/portraits/humans/grand-knight.png
+%%DATADIR%%/data/core/images/portraits/humans/halberdier.png
+%%DATADIR%%/data/core/images/portraits/humans/heavy-infantry.png
+%%DATADIR%%/data/core/images/portraits/humans/highwayman.png
+%%DATADIR%%/data/core/images/portraits/humans/horseman.png
+%%DATADIR%%/data/core/images/portraits/humans/iron-mauler.png
+%%DATADIR%%/data/core/images/portraits/humans/javelineer.png
+%%DATADIR%%/data/core/images/portraits/humans/knight.png
+%%DATADIR%%/data/core/images/portraits/humans/lancer.png
+%%DATADIR%%/data/core/images/portraits/humans/lieutenant.png
+%%DATADIR%%/data/core/images/portraits/humans/longbowman.png
+%%DATADIR%%/data/core/images/portraits/humans/mage+female.png
+%%DATADIR%%/data/core/images/portraits/humans/mage-arch+female.png
+%%DATADIR%%/data/core/images/portraits/humans/mage-arch.png
+%%DATADIR%%/data/core/images/portraits/humans/mage-light+female.png
+%%DATADIR%%/data/core/images/portraits/humans/mage-light.png
+%%DATADIR%%/data/core/images/portraits/humans/mage-red+female.png
+%%DATADIR%%/data/core/images/portraits/humans/mage-red.png
+%%DATADIR%%/data/core/images/portraits/humans/mage-silver+female.png
+%%DATADIR%%/data/core/images/portraits/humans/mage-silver.png
+%%DATADIR%%/data/core/images/portraits/humans/mage-white+female.png
+%%DATADIR%%/data/core/images/portraits/humans/mage-white.png
+%%DATADIR%%/data/core/images/portraits/humans/mage.png
+%%DATADIR%%/data/core/images/portraits/humans/marshal.png
+%%DATADIR%%/data/core/images/portraits/humans/master-bowman.png
+%%DATADIR%%/data/core/images/portraits/humans/necromancer+female.png
+%%DATADIR%%/data/core/images/portraits/humans/necromancer.png
+%%DATADIR%%/data/core/images/portraits/humans/paladin.png
+%%DATADIR%%/data/core/images/portraits/humans/peasant.png
+%%DATADIR%%/data/core/images/portraits/humans/pikeman.png
+%%DATADIR%%/data/core/images/portraits/humans/poacher.png
+%%DATADIR%%/data/core/images/portraits/humans/royal-guard.png
+%%DATADIR%%/data/core/images/portraits/humans/sergeant.png
+%%DATADIR%%/data/core/images/portraits/humans/spearman.png
+%%DATADIR%%/data/core/images/portraits/humans/swordsman.png
+%%DATADIR%%/data/core/images/portraits/humans/thief+female.png
+%%DATADIR%%/data/core/images/portraits/humans/thief.png
+%%DATADIR%%/data/core/images/portraits/humans/thug.png
+%%DATADIR%%/data/core/images/portraits/humans/transparent/assassin+female.png
+%%DATADIR%%/data/core/images/portraits/humans/transparent/assassin.png
+%%DATADIR%%/data/core/images/portraits/humans/transparent/bowman.png
+%%DATADIR%%/data/core/images/portraits/humans/transparent/dark-adept+female.png
+%%DATADIR%%/data/core/images/portraits/humans/transparent/dark-adept.png
+%%DATADIR%%/data/core/images/portraits/humans/transparent/general.png
+%%DATADIR%%/data/core/images/portraits/humans/transparent/halberdier.png
+%%DATADIR%%/data/core/images/portraits/humans/transparent/heavy-infantry.png
+%%DATADIR%%/data/core/images/portraits/humans/transparent/iron-mauler.png
+%%DATADIR%%/data/core/images/portraits/humans/transparent/javelineer.png
+%%DATADIR%%/data/core/images/portraits/humans/transparent/lieutenant.png
+%%DATADIR%%/data/core/images/portraits/humans/transparent/longbowman.png
+%%DATADIR%%/data/core/images/portraits/humans/transparent/mage+female.png
+%%DATADIR%%/data/core/images/portraits/humans/transparent/mage-arch+female.png
+%%DATADIR%%/data/core/images/portraits/humans/transparent/mage-arch.png
+%%DATADIR%%/data/core/images/portraits/humans/transparent/mage-light+female.png
+%%DATADIR%%/data/core/images/portraits/humans/transparent/mage-light.png
+%%DATADIR%%/data/core/images/portraits/humans/transparent/mage-red+female.png
+%%DATADIR%%/data/core/images/portraits/humans/transparent/mage-red.png
+%%DATADIR%%/data/core/images/portraits/humans/transparent/mage-silver+female.png
+%%DATADIR%%/data/core/images/portraits/humans/transparent/mage-silver.png
+%%DATADIR%%/data/core/images/portraits/humans/transparent/mage-white+female.png
+%%DATADIR%%/data/core/images/portraits/humans/transparent/mage-white.png
+%%DATADIR%%/data/core/images/portraits/humans/transparent/mage.png
+%%DATADIR%%/data/core/images/portraits/humans/transparent/marshal-2.png
+%%DATADIR%%/data/core/images/portraits/humans/transparent/marshal.png
+%%DATADIR%%/data/core/images/portraits/humans/transparent/master-bowman.png
+%%DATADIR%%/data/core/images/portraits/humans/transparent/necromancer+female.png
+%%DATADIR%%/data/core/images/portraits/humans/transparent/necromancer.png
+%%DATADIR%%/data/core/images/portraits/humans/transparent/peasant.png
+%%DATADIR%%/data/core/images/portraits/humans/transparent/pikeman.png
+%%DATADIR%%/data/core/images/portraits/humans/transparent/royal-guard.png
+%%DATADIR%%/data/core/images/portraits/humans/transparent/sergeant.png
+%%DATADIR%%/data/core/images/portraits/humans/transparent/spearman.png
+%%DATADIR%%/data/core/images/portraits/humans/transparent/swordsman.png
+%%DATADIR%%/data/core/images/portraits/humans/transparent/thief+female.png
+%%DATADIR%%/data/core/images/portraits/humans/transparent/thief.png
+%%DATADIR%%/data/core/images/portraits/humans/transparent/woodsman.png
+%%DATADIR%%/data/core/images/portraits/humans/woodsman.png
+%%DATADIR%%/data/core/images/portraits/merfolk/fighter.png
+%%DATADIR%%/data/core/images/portraits/merfolk/hunter.png
+%%DATADIR%%/data/core/images/portraits/merfolk/initiate.png
+%%DATADIR%%/data/core/images/portraits/merfolk/transparent/initiate.png
+%%DATADIR%%/data/core/images/portraits/monsters/gryphon.png
+%%DATADIR%%/data/core/images/portraits/monsters/scorpion.png
+%%DATADIR%%/data/core/images/portraits/monsters/sea-serpent.png
+%%DATADIR%%/data/core/images/portraits/monsters/transparent/gryphon.png
+%%DATADIR%%/data/core/images/portraits/monsters/transparent/scorpion.png
+%%DATADIR%%/data/core/images/portraits/nagas/fighter+female.png
+%%DATADIR%%/data/core/images/portraits/nagas/fighter.png
+%%DATADIR%%/data/core/images/portraits/orcs/assassin.png
+%%DATADIR%%/data/core/images/portraits/orcs/warlord.png
+%%DATADIR%%/data/core/images/portraits/orcs/warlord2.png
+%%DATADIR%%/data/core/images/portraits/orcs/warlord3.png
+%%DATADIR%%/data/core/images/portraits/orcs/warlord4.png
+%%DATADIR%%/data/core/images/portraits/orcs/warlord5.png
+%%DATADIR%%/data/core/images/portraits/saurians/augur.png
+%%DATADIR%%/data/core/images/portraits/saurians/skirmisher.png
+%%DATADIR%%/data/core/images/portraits/saurians/transparent/augur.png
+%%DATADIR%%/data/core/images/portraits/saurians/transparent/skirmisher.png
+%%DATADIR%%/data/core/images/portraits/trolls/transparent/whelp.png
+%%DATADIR%%/data/core/images/portraits/trolls/troll.png
+%%DATADIR%%/data/core/images/portraits/trolls/whelp.png
+%%DATADIR%%/data/core/images/portraits/undead/brown-lich.png
+%%DATADIR%%/data/core/images/portraits/undead/death-knight.png
+%%DATADIR%%/data/core/images/portraits/undead/ghoul.png
+%%DATADIR%%/data/core/images/portraits/undead/lich.png
+%%DATADIR%%/data/core/images/portraits/undead/transparent/death-knight.png
+%%DATADIR%%/data/core/images/portraits/undead/transparent/lich.png
%%DATADIR%%/data/core/images/projectiles/bolas-n.png
%%DATADIR%%/data/core/images/projectiles/bolas-ne.png
%%DATADIR%%/data/core/images/projectiles/bone-n.png
@@ -3108,9 +2633,6 @@ bin/wesnoth
%%DATADIR%%/data/core/images/projectiles/icemissile-ne-6.png
%%DATADIR%%/data/core/images/projectiles/icemissile-ne-7.png
%%DATADIR%%/data/core/images/projectiles/ink.png
-%%DATADIR%%/data/core/images/projectiles/lightning-bolt.png
-%%DATADIR%%/data/core/images/projectiles/lightning-n.png
-%%DATADIR%%/data/core/images/projectiles/lightning-ne.png
%%DATADIR%%/data/core/images/projectiles/misfire-spark-1.png
%%DATADIR%%/data/core/images/projectiles/misfire-spark-2.png
%%DATADIR%%/data/core/images/projectiles/misfire-spark-3.png
@@ -3147,6 +2669,7 @@ bin/wesnoth
%%DATADIR%%/data/core/images/projectiles/pitchfork-ne.png
%%DATADIR%%/data/core/images/projectiles/spear-n.png
%%DATADIR%%/data/core/images/projectiles/spear-ne.png
+%%DATADIR%%/data/core/images/projectiles/stone-large.png
%%DATADIR%%/data/core/images/projectiles/stone.png
%%DATADIR%%/data/core/images/projectiles/thorns-ne.png
%%DATADIR%%/data/core/images/projectiles/thorns.png
@@ -3247,6 +2770,7 @@ bin/wesnoth
%%DATADIR%%/data/core/images/scenery/village-human-burned3.png
%%DATADIR%%/data/core/images/scenery/village-human-burned4.png
%%DATADIR%%/data/core/images/scenery/well.png
+%%DATADIR%%/data/core/images/scenery/whirlpool.png
%%DATADIR%%/data/core/images/scenery/windmill-01.png
%%DATADIR%%/data/core/images/scenery/windmill-02.png
%%DATADIR%%/data/core/images/scenery/windmill-03.png
@@ -3266,6 +2790,9 @@ bin/wesnoth
%%DATADIR%%/data/core/images/scenery/windmill-17.png
%%DATADIR%%/data/core/images/scenery/windmill-18.png
%%DATADIR%%/data/core/images/scenery/wreck.png
+%%DATADIR%%/data/core/images/story/landscape-battlefield.jpg
+%%DATADIR%%/data/core/images/story/landscape-bridge.jpg
+%%DATADIR%%/data/core/images/story/landscape-castle.jpg
%%DATADIR%%/data/core/images/terrain/alpha.png
%%DATADIR%%/data/core/images/terrain/alphamask.png
%%DATADIR%%/data/core/images/terrain/bridge-deep-n-s-tile.png
@@ -3300,18 +2827,18 @@ bin/wesnoth
%%DATADIR%%/data/core/images/terrain/bridge-swamp-n-s-tile.png
%%DATADIR%%/data/core/images/terrain/bridge-swamp-ne-sw-tile.png
%%DATADIR%%/data/core/images/terrain/bridge-swamp-se-nw-tile.png
-%%DATADIR%%/data/core/images/terrain/castle/castle-concave-e.png
-%%DATADIR%%/data/core/images/terrain/castle/castle-concave-ne.png
-%%DATADIR%%/data/core/images/terrain/castle/castle-concave-nw.png
-%%DATADIR%%/data/core/images/terrain/castle/castle-concave-se.png
-%%DATADIR%%/data/core/images/terrain/castle/castle-concave-sw.png
-%%DATADIR%%/data/core/images/terrain/castle/castle-concave-w.png
-%%DATADIR%%/data/core/images/terrain/castle/castle-convex-e.png
-%%DATADIR%%/data/core/images/terrain/castle/castle-convex-ne.png
-%%DATADIR%%/data/core/images/terrain/castle/castle-convex-nw.png
-%%DATADIR%%/data/core/images/terrain/castle/castle-convex-se.png
-%%DATADIR%%/data/core/images/terrain/castle/castle-convex-sw.png
-%%DATADIR%%/data/core/images/terrain/castle/castle-convex-w.png
+%%DATADIR%%/data/core/images/terrain/castle/castle-concave-bl.png
+%%DATADIR%%/data/core/images/terrain/castle/castle-concave-br.png
+%%DATADIR%%/data/core/images/terrain/castle/castle-concave-l.png
+%%DATADIR%%/data/core/images/terrain/castle/castle-concave-r.png
+%%DATADIR%%/data/core/images/terrain/castle/castle-concave-tl.png
+%%DATADIR%%/data/core/images/terrain/castle/castle-concave-tr.png
+%%DATADIR%%/data/core/images/terrain/castle/castle-convex-bl.png
+%%DATADIR%%/data/core/images/terrain/castle/castle-convex-br.png
+%%DATADIR%%/data/core/images/terrain/castle/castle-convex-l.png
+%%DATADIR%%/data/core/images/terrain/castle/castle-convex-r.png
+%%DATADIR%%/data/core/images/terrain/castle/castle-convex-tl.png
+%%DATADIR%%/data/core/images/terrain/castle/castle-convex-tr.png
%%DATADIR%%/data/core/images/terrain/castle/castle-tile.png
%%DATADIR%%/data/core/images/terrain/castle/castle-to-ice-n.png
%%DATADIR%%/data/core/images/terrain/castle/castle-to-ice-ne.png
@@ -3321,247 +2848,248 @@ bin/wesnoth
%%DATADIR%%/data/core/images/terrain/castle/castle-to-water-nw.png
%%DATADIR%%/data/core/images/terrain/castle/castle-walls.tmpl
%%DATADIR%%/data/core/images/terrain/castle/cobbles.png
-%%DATADIR%%/data/core/images/terrain/castle/dwarven-castle-concave-e.png
-%%DATADIR%%/data/core/images/terrain/castle/dwarven-castle-concave-ne.png
-%%DATADIR%%/data/core/images/terrain/castle/dwarven-castle-concave-nw.png
-%%DATADIR%%/data/core/images/terrain/castle/dwarven-castle-concave-se.png
-%%DATADIR%%/data/core/images/terrain/castle/dwarven-castle-concave-sw.png
-%%DATADIR%%/data/core/images/terrain/castle/dwarven-castle-concave-w.png
-%%DATADIR%%/data/core/images/terrain/castle/dwarven-castle-convex-e.png
-%%DATADIR%%/data/core/images/terrain/castle/dwarven-castle-convex-ne.png
-%%DATADIR%%/data/core/images/terrain/castle/dwarven-castle-convex-nw.png
-%%DATADIR%%/data/core/images/terrain/castle/dwarven-castle-convex-se.png
-%%DATADIR%%/data/core/images/terrain/castle/dwarven-castle-convex-sw.png
-%%DATADIR%%/data/core/images/terrain/castle/dwarven-castle-convex-w.png
+%%DATADIR%%/data/core/images/terrain/castle/dwarven-castle-concave-bl.png
+%%DATADIR%%/data/core/images/terrain/castle/dwarven-castle-concave-br.png
+%%DATADIR%%/data/core/images/terrain/castle/dwarven-castle-concave-l.png
+%%DATADIR%%/data/core/images/terrain/castle/dwarven-castle-concave-r.png
+%%DATADIR%%/data/core/images/terrain/castle/dwarven-castle-concave-tl.png
+%%DATADIR%%/data/core/images/terrain/castle/dwarven-castle-concave-tr.png
+%%DATADIR%%/data/core/images/terrain/castle/dwarven-castle-convex-bl.png
+%%DATADIR%%/data/core/images/terrain/castle/dwarven-castle-convex-br.png
+%%DATADIR%%/data/core/images/terrain/castle/dwarven-castle-convex-l.png
+%%DATADIR%%/data/core/images/terrain/castle/dwarven-castle-convex-r.png
+%%DATADIR%%/data/core/images/terrain/castle/dwarven-castle-convex-tl.png
+%%DATADIR%%/data/core/images/terrain/castle/dwarven-castle-convex-tr.png
%%DATADIR%%/data/core/images/terrain/castle/dwarven-castle-floor.png
%%DATADIR%%/data/core/images/terrain/castle/dwarven-castle-floor2.png
%%DATADIR%%/data/core/images/terrain/castle/dwarven-castle-floor3.png
%%DATADIR%%/data/core/images/terrain/castle/dwarven-castle-tile.png
-%%DATADIR%%/data/core/images/terrain/castle/dwarven-castle-wall-ccw-e.png
-%%DATADIR%%/data/core/images/terrain/castle/dwarven-castle-wall-ccw-ne.png
-%%DATADIR%%/data/core/images/terrain/castle/dwarven-castle-wall-ccw-nw.png
-%%DATADIR%%/data/core/images/terrain/castle/dwarven-castle-wall-ccw-se.png
-%%DATADIR%%/data/core/images/terrain/castle/dwarven-castle-wall-ccw-sw.png
-%%DATADIR%%/data/core/images/terrain/castle/dwarven-castle-wall-ccw-w.png
-%%DATADIR%%/data/core/images/terrain/castle/dwarven-castle-wall-concave-e.png
-%%DATADIR%%/data/core/images/terrain/castle/dwarven-castle-wall-concave-ne.png
-%%DATADIR%%/data/core/images/terrain/castle/dwarven-castle-wall-concave-nw.png
-%%DATADIR%%/data/core/images/terrain/castle/dwarven-castle-wall-concave-se.png
-%%DATADIR%%/data/core/images/terrain/castle/dwarven-castle-wall-concave-sw.png
-%%DATADIR%%/data/core/images/terrain/castle/dwarven-castle-wall-concave-w.png
-%%DATADIR%%/data/core/images/terrain/castle/dwarven-castle-wall-convex-e.png
-%%DATADIR%%/data/core/images/terrain/castle/dwarven-castle-wall-convex-ne.png
-%%DATADIR%%/data/core/images/terrain/castle/dwarven-castle-wall-convex-nw.png
-%%DATADIR%%/data/core/images/terrain/castle/dwarven-castle-wall-convex-se.png
-%%DATADIR%%/data/core/images/terrain/castle/dwarven-castle-wall-convex-sw.png
-%%DATADIR%%/data/core/images/terrain/castle/dwarven-castle-wall-convex-w.png
-%%DATADIR%%/data/core/images/terrain/castle/dwarven-castle-wall-cw-e.png
-%%DATADIR%%/data/core/images/terrain/castle/dwarven-castle-wall-cw-ne.png
-%%DATADIR%%/data/core/images/terrain/castle/dwarven-castle-wall-cw-nw.png
-%%DATADIR%%/data/core/images/terrain/castle/dwarven-castle-wall-cw-se.png
-%%DATADIR%%/data/core/images/terrain/castle/dwarven-castle-wall-cw-sw.png
-%%DATADIR%%/data/core/images/terrain/castle/dwarven-castle-wall-cw-w.png
+%%DATADIR%%/data/core/images/terrain/castle/dwarven-castle-wall-ccw-bl.png
+%%DATADIR%%/data/core/images/terrain/castle/dwarven-castle-wall-ccw-br.png
+%%DATADIR%%/data/core/images/terrain/castle/dwarven-castle-wall-ccw-l.png
+%%DATADIR%%/data/core/images/terrain/castle/dwarven-castle-wall-ccw-r.png
+%%DATADIR%%/data/core/images/terrain/castle/dwarven-castle-wall-ccw-tl.png
+%%DATADIR%%/data/core/images/terrain/castle/dwarven-castle-wall-ccw-tr.png
+%%DATADIR%%/data/core/images/terrain/castle/dwarven-castle-wall-concave-bl.png
+%%DATADIR%%/data/core/images/terrain/castle/dwarven-castle-wall-concave-br.png
+%%DATADIR%%/data/core/images/terrain/castle/dwarven-castle-wall-concave-l.png
+%%DATADIR%%/data/core/images/terrain/castle/dwarven-castle-wall-concave-r.png
+%%DATADIR%%/data/core/images/terrain/castle/dwarven-castle-wall-concave-tl.png
+%%DATADIR%%/data/core/images/terrain/castle/dwarven-castle-wall-concave-tr.png
+%%DATADIR%%/data/core/images/terrain/castle/dwarven-castle-wall-convex-bl.png
+%%DATADIR%%/data/core/images/terrain/castle/dwarven-castle-wall-convex-br.png
+%%DATADIR%%/data/core/images/terrain/castle/dwarven-castle-wall-convex-l.png
+%%DATADIR%%/data/core/images/terrain/castle/dwarven-castle-wall-convex-r.png
+%%DATADIR%%/data/core/images/terrain/castle/dwarven-castle-wall-convex-tl.png
+%%DATADIR%%/data/core/images/terrain/castle/dwarven-castle-wall-convex-tr.png
+%%DATADIR%%/data/core/images/terrain/castle/dwarven-castle-wall-cw-bl.png
+%%DATADIR%%/data/core/images/terrain/castle/dwarven-castle-wall-cw-br.png
+%%DATADIR%%/data/core/images/terrain/castle/dwarven-castle-wall-cw-l.png
+%%DATADIR%%/data/core/images/terrain/castle/dwarven-castle-wall-cw-r.png
+%%DATADIR%%/data/core/images/terrain/castle/dwarven-castle-wall-cw-tl.png
+%%DATADIR%%/data/core/images/terrain/castle/dwarven-castle-wall-cw-tr.png
%%DATADIR%%/data/core/images/terrain/castle/dwarven-keep-floor.png
%%DATADIR%%/data/core/images/terrain/castle/dwarven-keep-tile.png
%%DATADIR%%/data/core/images/terrain/castle/dwarven-keep.png
-%%DATADIR%%/data/core/images/terrain/castle/elven/concave-e.png
-%%DATADIR%%/data/core/images/terrain/castle/elven/concave-ne.png
-%%DATADIR%%/data/core/images/terrain/castle/elven/concave-nw.png
-%%DATADIR%%/data/core/images/terrain/castle/elven/concave-se.png
-%%DATADIR%%/data/core/images/terrain/castle/elven/concave-sw.png
-%%DATADIR%%/data/core/images/terrain/castle/elven/concave-w.png
-%%DATADIR%%/data/core/images/terrain/castle/elven/convex-e.png
-%%DATADIR%%/data/core/images/terrain/castle/elven/convex-ne.png
-%%DATADIR%%/data/core/images/terrain/castle/elven/convex-nw.png
-%%DATADIR%%/data/core/images/terrain/castle/elven/convex-se.png
-%%DATADIR%%/data/core/images/terrain/castle/elven/convex-sw.png
-%%DATADIR%%/data/core/images/terrain/castle/elven/convex-w.png
+%%DATADIR%%/data/core/images/terrain/castle/elven/castle-concave-bl.png
+%%DATADIR%%/data/core/images/terrain/castle/elven/castle-concave-br.png
+%%DATADIR%%/data/core/images/terrain/castle/elven/castle-concave-l.png
+%%DATADIR%%/data/core/images/terrain/castle/elven/castle-concave-r.png
+%%DATADIR%%/data/core/images/terrain/castle/elven/castle-concave-tl.png
+%%DATADIR%%/data/core/images/terrain/castle/elven/castle-concave-tr.png
+%%DATADIR%%/data/core/images/terrain/castle/elven/castle-convex-bl.png
+%%DATADIR%%/data/core/images/terrain/castle/elven/castle-convex-br.png
+%%DATADIR%%/data/core/images/terrain/castle/elven/castle-convex-l.png
+%%DATADIR%%/data/core/images/terrain/castle/elven/castle-convex-r.png
+%%DATADIR%%/data/core/images/terrain/castle/elven/castle-convex-tl.png
+%%DATADIR%%/data/core/images/terrain/castle/elven/castle-convex-tr.png
%%DATADIR%%/data/core/images/terrain/castle/elven/grounds.png
-%%DATADIR%%/data/core/images/terrain/castle/elven/keep-inside-e.png
-%%DATADIR%%/data/core/images/terrain/castle/elven/keep-inside-ne.png
-%%DATADIR%%/data/core/images/terrain/castle/elven/keep-inside-nw.png
-%%DATADIR%%/data/core/images/terrain/castle/elven/keep-inside-se.png
-%%DATADIR%%/data/core/images/terrain/castle/elven/keep-inside-sw.png
-%%DATADIR%%/data/core/images/terrain/castle/elven/keep-inside-w.png
-%%DATADIR%%/data/core/images/terrain/castle/elven/keep-keep-e.png
-%%DATADIR%%/data/core/images/terrain/castle/elven/keep-keep-ne.png
-%%DATADIR%%/data/core/images/terrain/castle/elven/keep-keep-nw.png
-%%DATADIR%%/data/core/images/terrain/castle/elven/keep-keep-se.png
-%%DATADIR%%/data/core/images/terrain/castle/elven/keep-keep-sw.png
-%%DATADIR%%/data/core/images/terrain/castle/elven/keep-keep-w.png
+%%DATADIR%%/data/core/images/terrain/castle/elven/keep-castle-ccw-bl.png
+%%DATADIR%%/data/core/images/terrain/castle/elven/keep-castle-ccw-br.png
+%%DATADIR%%/data/core/images/terrain/castle/elven/keep-castle-ccw-l.png
+%%DATADIR%%/data/core/images/terrain/castle/elven/keep-castle-ccw-r.png
+%%DATADIR%%/data/core/images/terrain/castle/elven/keep-castle-ccw-tl.png
+%%DATADIR%%/data/core/images/terrain/castle/elven/keep-castle-ccw-tr.png
+%%DATADIR%%/data/core/images/terrain/castle/elven/keep-castle-convex-bl.png
+%%DATADIR%%/data/core/images/terrain/castle/elven/keep-castle-convex-br.png
+%%DATADIR%%/data/core/images/terrain/castle/elven/keep-castle-convex-l.png
+%%DATADIR%%/data/core/images/terrain/castle/elven/keep-castle-convex-r.png
+%%DATADIR%%/data/core/images/terrain/castle/elven/keep-castle-convex-tl.png
+%%DATADIR%%/data/core/images/terrain/castle/elven/keep-castle-convex-tr.png
+%%DATADIR%%/data/core/images/terrain/castle/elven/keep-castle-cw-bl.png
+%%DATADIR%%/data/core/images/terrain/castle/elven/keep-castle-cw-br.png
+%%DATADIR%%/data/core/images/terrain/castle/elven/keep-castle-cw-l.png
+%%DATADIR%%/data/core/images/terrain/castle/elven/keep-castle-cw-r.png
+%%DATADIR%%/data/core/images/terrain/castle/elven/keep-castle-cw-tl.png
+%%DATADIR%%/data/core/images/terrain/castle/elven/keep-castle-cw-tr.png
+%%DATADIR%%/data/core/images/terrain/castle/elven/keep-concave-bl.png
+%%DATADIR%%/data/core/images/terrain/castle/elven/keep-concave-br.png
+%%DATADIR%%/data/core/images/terrain/castle/elven/keep-concave-l.png
+%%DATADIR%%/data/core/images/terrain/castle/elven/keep-concave-r.png
+%%DATADIR%%/data/core/images/terrain/castle/elven/keep-concave-tl.png
+%%DATADIR%%/data/core/images/terrain/castle/elven/keep-concave-tr.png
+%%DATADIR%%/data/core/images/terrain/castle/elven/keep-convex-bl.png
+%%DATADIR%%/data/core/images/terrain/castle/elven/keep-convex-br.png
+%%DATADIR%%/data/core/images/terrain/castle/elven/keep-convex-l.png
+%%DATADIR%%/data/core/images/terrain/castle/elven/keep-convex-r.png
+%%DATADIR%%/data/core/images/terrain/castle/elven/keep-convex-tl.png
+%%DATADIR%%/data/core/images/terrain/castle/elven/keep-convex-tr.png
%%DATADIR%%/data/core/images/terrain/castle/elven/keep-tile.png
-%%DATADIR%%/data/core/images/terrain/castle/elven/keep-wall-0-e.png
-%%DATADIR%%/data/core/images/terrain/castle/elven/keep-wall-0-ne.png
-%%DATADIR%%/data/core/images/terrain/castle/elven/keep-wall-0-nw.png
-%%DATADIR%%/data/core/images/terrain/castle/elven/keep-wall-0-se.png
-%%DATADIR%%/data/core/images/terrain/castle/elven/keep-wall-0-sw.png
-%%DATADIR%%/data/core/images/terrain/castle/elven/keep-wall-0-w.png
-%%DATADIR%%/data/core/images/terrain/castle/elven/keep-wall-1-e.png
-%%DATADIR%%/data/core/images/terrain/castle/elven/keep-wall-1-ne.png
-%%DATADIR%%/data/core/images/terrain/castle/elven/keep-wall-1-nw.png
-%%DATADIR%%/data/core/images/terrain/castle/elven/keep-wall-1-se.png
-%%DATADIR%%/data/core/images/terrain/castle/elven/keep-wall-1-sw.png
-%%DATADIR%%/data/core/images/terrain/castle/elven/keep-wall-1-w.png
-%%DATADIR%%/data/core/images/terrain/castle/elven/keep-wall-e.png
-%%DATADIR%%/data/core/images/terrain/castle/elven/keep-wall-ne.png
-%%DATADIR%%/data/core/images/terrain/castle/elven/keep-wall-nw.png
-%%DATADIR%%/data/core/images/terrain/castle/elven/keep-wall-se.png
-%%DATADIR%%/data/core/images/terrain/castle/elven/keep-wall-sw.png
-%%DATADIR%%/data/core/images/terrain/castle/elven/keep-wall-w.png
%%DATADIR%%/data/core/images/terrain/castle/elven/keep.png
%%DATADIR%%/data/core/images/terrain/castle/elven/tile.png
-%%DATADIR%%/data/core/images/terrain/castle/encampment-concave-e.png
-%%DATADIR%%/data/core/images/terrain/castle/encampment-concave-ne.png
-%%DATADIR%%/data/core/images/terrain/castle/encampment-concave-nw.png
-%%DATADIR%%/data/core/images/terrain/castle/encampment-concave-se.png
-%%DATADIR%%/data/core/images/terrain/castle/encampment-concave-sw.png
-%%DATADIR%%/data/core/images/terrain/castle/encampment-concave-w.png
-%%DATADIR%%/data/core/images/terrain/castle/encampment-convex-e.png
-%%DATADIR%%/data/core/images/terrain/castle/encampment-convex-ne.png
-%%DATADIR%%/data/core/images/terrain/castle/encampment-convex-nw.png
-%%DATADIR%%/data/core/images/terrain/castle/encampment-convex-se.png
-%%DATADIR%%/data/core/images/terrain/castle/encampment-convex-sw.png
-%%DATADIR%%/data/core/images/terrain/castle/encampment-convex-w.png
+%%DATADIR%%/data/core/images/terrain/castle/encampment-concave-bl.png
+%%DATADIR%%/data/core/images/terrain/castle/encampment-concave-br.png
+%%DATADIR%%/data/core/images/terrain/castle/encampment-concave-l.png
+%%DATADIR%%/data/core/images/terrain/castle/encampment-concave-r.png
+%%DATADIR%%/data/core/images/terrain/castle/encampment-concave-tl.png
+%%DATADIR%%/data/core/images/terrain/castle/encampment-concave-tr.png
+%%DATADIR%%/data/core/images/terrain/castle/encampment-convex-bl.png
+%%DATADIR%%/data/core/images/terrain/castle/encampment-convex-br.png
+%%DATADIR%%/data/core/images/terrain/castle/encampment-convex-l.png
+%%DATADIR%%/data/core/images/terrain/castle/encampment-convex-r.png
+%%DATADIR%%/data/core/images/terrain/castle/encampment-convex-tl.png
+%%DATADIR%%/data/core/images/terrain/castle/encampment-convex-tr.png
+%%DATADIR%%/data/core/images/terrain/castle/encampment-ground.png
%%DATADIR%%/data/core/images/terrain/castle/encampment-keep-tile.png
%%DATADIR%%/data/core/images/terrain/castle/encampment-tile.png
-%%DATADIR%%/data/core/images/terrain/castle/keep-inside-e.png
-%%DATADIR%%/data/core/images/terrain/castle/keep-inside-ne.png
-%%DATADIR%%/data/core/images/terrain/castle/keep-inside-nw.png
-%%DATADIR%%/data/core/images/terrain/castle/keep-inside-se.png
-%%DATADIR%%/data/core/images/terrain/castle/keep-inside-sw.png
-%%DATADIR%%/data/core/images/terrain/castle/keep-inside-w.png
-%%DATADIR%%/data/core/images/terrain/castle/keep-keep-e.png
-%%DATADIR%%/data/core/images/terrain/castle/keep-keep-ne.png
-%%DATADIR%%/data/core/images/terrain/castle/keep-keep-nw.png
-%%DATADIR%%/data/core/images/terrain/castle/keep-keep-se.png
-%%DATADIR%%/data/core/images/terrain/castle/keep-keep-sw.png
-%%DATADIR%%/data/core/images/terrain/castle/keep-keep-w.png
+%%DATADIR%%/data/core/images/terrain/castle/keep-castle-ccw-bl.png
+%%DATADIR%%/data/core/images/terrain/castle/keep-castle-ccw-br.png
+%%DATADIR%%/data/core/images/terrain/castle/keep-castle-ccw-l.png
+%%DATADIR%%/data/core/images/terrain/castle/keep-castle-ccw-r.png
+%%DATADIR%%/data/core/images/terrain/castle/keep-castle-ccw-tl.png
+%%DATADIR%%/data/core/images/terrain/castle/keep-castle-ccw-tr.png
+%%DATADIR%%/data/core/images/terrain/castle/keep-castle-convex-bl.png
+%%DATADIR%%/data/core/images/terrain/castle/keep-castle-convex-br.png
+%%DATADIR%%/data/core/images/terrain/castle/keep-castle-convex-l.png
+%%DATADIR%%/data/core/images/terrain/castle/keep-castle-convex-r.png
+%%DATADIR%%/data/core/images/terrain/castle/keep-castle-convex-tl.png
+%%DATADIR%%/data/core/images/terrain/castle/keep-castle-convex-tr.png
+%%DATADIR%%/data/core/images/terrain/castle/keep-castle-cw-bl.png
+%%DATADIR%%/data/core/images/terrain/castle/keep-castle-cw-br.png
+%%DATADIR%%/data/core/images/terrain/castle/keep-castle-cw-l.png
+%%DATADIR%%/data/core/images/terrain/castle/keep-castle-cw-r.png
+%%DATADIR%%/data/core/images/terrain/castle/keep-castle-cw-tl.png
+%%DATADIR%%/data/core/images/terrain/castle/keep-castle-cw-tr.png
+%%DATADIR%%/data/core/images/terrain/castle/keep-concave-bl.png
+%%DATADIR%%/data/core/images/terrain/castle/keep-concave-br.png
+%%DATADIR%%/data/core/images/terrain/castle/keep-concave-l.png
+%%DATADIR%%/data/core/images/terrain/castle/keep-concave-r.png
+%%DATADIR%%/data/core/images/terrain/castle/keep-concave-tl.png
+%%DATADIR%%/data/core/images/terrain/castle/keep-concave-tr.png
+%%DATADIR%%/data/core/images/terrain/castle/keep-convex-bl.png
+%%DATADIR%%/data/core/images/terrain/castle/keep-convex-br.png
+%%DATADIR%%/data/core/images/terrain/castle/keep-convex-l.png
+%%DATADIR%%/data/core/images/terrain/castle/keep-convex-r.png
+%%DATADIR%%/data/core/images/terrain/castle/keep-convex-tl.png
+%%DATADIR%%/data/core/images/terrain/castle/keep-convex-tr.png
%%DATADIR%%/data/core/images/terrain/castle/keep-tile.png
-%%DATADIR%%/data/core/images/terrain/castle/keep-wall-0-e.png
-%%DATADIR%%/data/core/images/terrain/castle/keep-wall-0-ne.png
-%%DATADIR%%/data/core/images/terrain/castle/keep-wall-0-nw.png
-%%DATADIR%%/data/core/images/terrain/castle/keep-wall-0-se.png
-%%DATADIR%%/data/core/images/terrain/castle/keep-wall-0-sw.png
-%%DATADIR%%/data/core/images/terrain/castle/keep-wall-0-w.png
-%%DATADIR%%/data/core/images/terrain/castle/keep-wall-1-e.png
-%%DATADIR%%/data/core/images/terrain/castle/keep-wall-1-ne.png
-%%DATADIR%%/data/core/images/terrain/castle/keep-wall-1-nw.png
-%%DATADIR%%/data/core/images/terrain/castle/keep-wall-1-se.png
-%%DATADIR%%/data/core/images/terrain/castle/keep-wall-1-sw.png
-%%DATADIR%%/data/core/images/terrain/castle/keep-wall-1-w.png
-%%DATADIR%%/data/core/images/terrain/castle/keep-wall-e.png
-%%DATADIR%%/data/core/images/terrain/castle/keep-wall-ne.png
-%%DATADIR%%/data/core/images/terrain/castle/keep-wall-nw.png
-%%DATADIR%%/data/core/images/terrain/castle/keep-wall-se.png
-%%DATADIR%%/data/core/images/terrain/castle/keep-wall-sw.png
-%%DATADIR%%/data/core/images/terrain/castle/keep-wall-w.png
%%DATADIR%%/data/core/images/terrain/castle/ruin-tile.png
-%%DATADIR%%/data/core/images/terrain/castle/ruin1-concave-e.png
-%%DATADIR%%/data/core/images/terrain/castle/ruin1-concave-ne.png
-%%DATADIR%%/data/core/images/terrain/castle/ruin1-concave-nw.png
-%%DATADIR%%/data/core/images/terrain/castle/ruin1-concave-se.png
-%%DATADIR%%/data/core/images/terrain/castle/ruin1-concave-sw.png
-%%DATADIR%%/data/core/images/terrain/castle/ruin1-concave-w.png
-%%DATADIR%%/data/core/images/terrain/castle/ruin1-convex-e.png
-%%DATADIR%%/data/core/images/terrain/castle/ruin1-convex-ne.png
-%%DATADIR%%/data/core/images/terrain/castle/ruin1-convex-nw.png
-%%DATADIR%%/data/core/images/terrain/castle/ruin1-convex-se.png
-%%DATADIR%%/data/core/images/terrain/castle/ruin1-convex-sw.png
-%%DATADIR%%/data/core/images/terrain/castle/ruin1-convex-w.png
-%%DATADIR%%/data/core/images/terrain/castle/ruin2-concave-e.png
-%%DATADIR%%/data/core/images/terrain/castle/ruin2-concave-ne.png
-%%DATADIR%%/data/core/images/terrain/castle/ruin2-concave-nw.png
-%%DATADIR%%/data/core/images/terrain/castle/ruin2-concave-se.png
-%%DATADIR%%/data/core/images/terrain/castle/ruin2-concave-sw.png
-%%DATADIR%%/data/core/images/terrain/castle/ruin2-concave-w.png
-%%DATADIR%%/data/core/images/terrain/castle/ruin2-convex-e.png
-%%DATADIR%%/data/core/images/terrain/castle/ruin2-convex-ne.png
-%%DATADIR%%/data/core/images/terrain/castle/ruin2-convex-nw.png
-%%DATADIR%%/data/core/images/terrain/castle/ruin2-convex-se.png
-%%DATADIR%%/data/core/images/terrain/castle/ruin2-convex-sw.png
-%%DATADIR%%/data/core/images/terrain/castle/ruin2-convex-w.png
-%%DATADIR%%/data/core/images/terrain/castle/ruin3-concave-e.png
-%%DATADIR%%/data/core/images/terrain/castle/ruin3-concave-ne.png
-%%DATADIR%%/data/core/images/terrain/castle/ruin3-concave-nw.png
-%%DATADIR%%/data/core/images/terrain/castle/ruin3-concave-se.png
-%%DATADIR%%/data/core/images/terrain/castle/ruin3-concave-sw.png
-%%DATADIR%%/data/core/images/terrain/castle/ruin3-concave-w.png
-%%DATADIR%%/data/core/images/terrain/castle/ruin3-convex-e.png
-%%DATADIR%%/data/core/images/terrain/castle/ruin3-convex-ne.png
-%%DATADIR%%/data/core/images/terrain/castle/ruin3-convex-nw.png
-%%DATADIR%%/data/core/images/terrain/castle/ruin3-convex-se.png
-%%DATADIR%%/data/core/images/terrain/castle/ruin3-convex-sw.png
-%%DATADIR%%/data/core/images/terrain/castle/ruin3-convex-w.png
-%%DATADIR%%/data/core/images/terrain/castle/ruin4-concave-e.png
-%%DATADIR%%/data/core/images/terrain/castle/ruin4-concave-ne.png
-%%DATADIR%%/data/core/images/terrain/castle/ruin4-concave-nw.png
-%%DATADIR%%/data/core/images/terrain/castle/ruin4-concave-se.png
-%%DATADIR%%/data/core/images/terrain/castle/ruin4-concave-sw.png
-%%DATADIR%%/data/core/images/terrain/castle/ruin4-concave-w.png
-%%DATADIR%%/data/core/images/terrain/castle/ruin4-convex-e.png
-%%DATADIR%%/data/core/images/terrain/castle/ruin4-convex-ne.png
-%%DATADIR%%/data/core/images/terrain/castle/ruin4-convex-nw.png
-%%DATADIR%%/data/core/images/terrain/castle/ruin4-convex-se.png
-%%DATADIR%%/data/core/images/terrain/castle/ruin4-convex-sw.png
-%%DATADIR%%/data/core/images/terrain/castle/ruin4-convex-w.png
-%%DATADIR%%/data/core/images/terrain/castle/ruin5-concave-e.png
-%%DATADIR%%/data/core/images/terrain/castle/ruin5-concave-ne.png
-%%DATADIR%%/data/core/images/terrain/castle/ruin5-concave-nw.png
-%%DATADIR%%/data/core/images/terrain/castle/ruin5-concave-se.png
-%%DATADIR%%/data/core/images/terrain/castle/ruin5-concave-sw.png
-%%DATADIR%%/data/core/images/terrain/castle/ruin5-concave-w.png
-%%DATADIR%%/data/core/images/terrain/castle/ruin5-convex-e.png
-%%DATADIR%%/data/core/images/terrain/castle/ruin5-convex-ne.png
-%%DATADIR%%/data/core/images/terrain/castle/ruin5-convex-nw.png
-%%DATADIR%%/data/core/images/terrain/castle/ruin5-convex-se.png
-%%DATADIR%%/data/core/images/terrain/castle/ruin5-convex-sw.png
-%%DATADIR%%/data/core/images/terrain/castle/ruin5-convex-w.png
+%%DATADIR%%/data/core/images/terrain/castle/ruin1-concave-bl.png
+%%DATADIR%%/data/core/images/terrain/castle/ruin1-concave-br.png
+%%DATADIR%%/data/core/images/terrain/castle/ruin1-concave-l.png
+%%DATADIR%%/data/core/images/terrain/castle/ruin1-concave-r.png
+%%DATADIR%%/data/core/images/terrain/castle/ruin1-concave-tl.png
+%%DATADIR%%/data/core/images/terrain/castle/ruin1-concave-tr.png
+%%DATADIR%%/data/core/images/terrain/castle/ruin1-convex-bl.png
+%%DATADIR%%/data/core/images/terrain/castle/ruin1-convex-br.png
+%%DATADIR%%/data/core/images/terrain/castle/ruin1-convex-l.png
+%%DATADIR%%/data/core/images/terrain/castle/ruin1-convex-r.png
+%%DATADIR%%/data/core/images/terrain/castle/ruin1-convex-tl.png
+%%DATADIR%%/data/core/images/terrain/castle/ruin1-convex-tr.png
+%%DATADIR%%/data/core/images/terrain/castle/ruin2-concave-bl.png
+%%DATADIR%%/data/core/images/terrain/castle/ruin2-concave-br.png
+%%DATADIR%%/data/core/images/terrain/castle/ruin2-concave-l.png
+%%DATADIR%%/data/core/images/terrain/castle/ruin2-concave-r.png
+%%DATADIR%%/data/core/images/terrain/castle/ruin2-concave-tl.png
+%%DATADIR%%/data/core/images/terrain/castle/ruin2-concave-tr.png
+%%DATADIR%%/data/core/images/terrain/castle/ruin2-convex-bl.png
+%%DATADIR%%/data/core/images/terrain/castle/ruin2-convex-br.png
+%%DATADIR%%/data/core/images/terrain/castle/ruin2-convex-l.png
+%%DATADIR%%/data/core/images/terrain/castle/ruin2-convex-r.png
+%%DATADIR%%/data/core/images/terrain/castle/ruin2-convex-tl.png
+%%DATADIR%%/data/core/images/terrain/castle/ruin2-convex-tr.png
+%%DATADIR%%/data/core/images/terrain/castle/ruin3-concave-bl.png
+%%DATADIR%%/data/core/images/terrain/castle/ruin3-concave-br.png
+%%DATADIR%%/data/core/images/terrain/castle/ruin3-concave-l.png
+%%DATADIR%%/data/core/images/terrain/castle/ruin3-concave-r.png
+%%DATADIR%%/data/core/images/terrain/castle/ruin3-concave-tl.png
+%%DATADIR%%/data/core/images/terrain/castle/ruin3-concave-tr.png
+%%DATADIR%%/data/core/images/terrain/castle/ruin3-convex-bl.png
+%%DATADIR%%/data/core/images/terrain/castle/ruin3-convex-br.png
+%%DATADIR%%/data/core/images/terrain/castle/ruin3-convex-l.png
+%%DATADIR%%/data/core/images/terrain/castle/ruin3-convex-r.png
+%%DATADIR%%/data/core/images/terrain/castle/ruin3-convex-tl.png
+%%DATADIR%%/data/core/images/terrain/castle/ruin3-convex-tr.png
+%%DATADIR%%/data/core/images/terrain/castle/ruin4-concave-bl.png
+%%DATADIR%%/data/core/images/terrain/castle/ruin4-concave-br.png
+%%DATADIR%%/data/core/images/terrain/castle/ruin4-concave-l.png
+%%DATADIR%%/data/core/images/terrain/castle/ruin4-concave-r.png
+%%DATADIR%%/data/core/images/terrain/castle/ruin4-concave-tl.png
+%%DATADIR%%/data/core/images/terrain/castle/ruin4-concave-tr.png
+%%DATADIR%%/data/core/images/terrain/castle/ruin4-convex-bl.png
+%%DATADIR%%/data/core/images/terrain/castle/ruin4-convex-br.png
+%%DATADIR%%/data/core/images/terrain/castle/ruin4-convex-l.png
+%%DATADIR%%/data/core/images/terrain/castle/ruin4-convex-r.png
+%%DATADIR%%/data/core/images/terrain/castle/ruin4-convex-tl.png
+%%DATADIR%%/data/core/images/terrain/castle/ruin4-convex-tr.png
+%%DATADIR%%/data/core/images/terrain/castle/ruin5-concave-bl.png
+%%DATADIR%%/data/core/images/terrain/castle/ruin5-concave-br.png
+%%DATADIR%%/data/core/images/terrain/castle/ruin5-concave-l.png
+%%DATADIR%%/data/core/images/terrain/castle/ruin5-concave-r.png
+%%DATADIR%%/data/core/images/terrain/castle/ruin5-concave-tl.png
+%%DATADIR%%/data/core/images/terrain/castle/ruin5-concave-tr.png
+%%DATADIR%%/data/core/images/terrain/castle/ruin5-convex-bl.png
+%%DATADIR%%/data/core/images/terrain/castle/ruin5-convex-br.png
+%%DATADIR%%/data/core/images/terrain/castle/ruin5-convex-l.png
+%%DATADIR%%/data/core/images/terrain/castle/ruin5-convex-r.png
+%%DATADIR%%/data/core/images/terrain/castle/ruin5-convex-tl.png
+%%DATADIR%%/data/core/images/terrain/castle/ruin5-convex-tr.png
%%DATADIR%%/data/core/images/terrain/castle/ruined-keep-tile.png
-%%DATADIR%%/data/core/images/terrain/castle/ruinkeep1-inside-e.png
-%%DATADIR%%/data/core/images/terrain/castle/ruinkeep1-inside-ne.png
-%%DATADIR%%/data/core/images/terrain/castle/ruinkeep1-inside-nw.png
-%%DATADIR%%/data/core/images/terrain/castle/ruinkeep1-inside-se.png
-%%DATADIR%%/data/core/images/terrain/castle/ruinkeep1-inside-sw.png
-%%DATADIR%%/data/core/images/terrain/castle/ruinkeep1-inside-w.png
-%%DATADIR%%/data/core/images/terrain/castle/ruinkeep1-keep-e.png
-%%DATADIR%%/data/core/images/terrain/castle/ruinkeep1-keep-ne.png
-%%DATADIR%%/data/core/images/terrain/castle/ruinkeep1-keep-nw.png
-%%DATADIR%%/data/core/images/terrain/castle/ruinkeep1-keep-se.png
-%%DATADIR%%/data/core/images/terrain/castle/ruinkeep1-keep-sw.png
-%%DATADIR%%/data/core/images/terrain/castle/ruinkeep1-keep-w.png
-%%DATADIR%%/data/core/images/terrain/castle/ruinkeep1-wall-0-e.png
-%%DATADIR%%/data/core/images/terrain/castle/ruinkeep1-wall-0-ne.png
-%%DATADIR%%/data/core/images/terrain/castle/ruinkeep1-wall-0-nw.png
-%%DATADIR%%/data/core/images/terrain/castle/ruinkeep1-wall-0-se.png
-%%DATADIR%%/data/core/images/terrain/castle/ruinkeep1-wall-0-sw.png
-%%DATADIR%%/data/core/images/terrain/castle/ruinkeep1-wall-0-w.png
-%%DATADIR%%/data/core/images/terrain/castle/ruinkeep1-wall-1-e.png
-%%DATADIR%%/data/core/images/terrain/castle/ruinkeep1-wall-1-ne.png
-%%DATADIR%%/data/core/images/terrain/castle/ruinkeep1-wall-1-nw.png
-%%DATADIR%%/data/core/images/terrain/castle/ruinkeep1-wall-1-se.png
-%%DATADIR%%/data/core/images/terrain/castle/ruinkeep1-wall-1-sw.png
-%%DATADIR%%/data/core/images/terrain/castle/ruinkeep1-wall-1-w.png
-%%DATADIR%%/data/core/images/terrain/castle/ruinkeep1-wall-e.png
-%%DATADIR%%/data/core/images/terrain/castle/ruinkeep1-wall-ne.png
-%%DATADIR%%/data/core/images/terrain/castle/ruinkeep1-wall-nw.png
-%%DATADIR%%/data/core/images/terrain/castle/ruinkeep1-wall-se.png
-%%DATADIR%%/data/core/images/terrain/castle/ruinkeep1-wall-sw.png
-%%DATADIR%%/data/core/images/terrain/castle/ruinkeep1-wall-w.png
+%%DATADIR%%/data/core/images/terrain/castle/ruinkeep1-castle-ccw-bl.png
+%%DATADIR%%/data/core/images/terrain/castle/ruinkeep1-castle-ccw-br.png
+%%DATADIR%%/data/core/images/terrain/castle/ruinkeep1-castle-ccw-l.png
+%%DATADIR%%/data/core/images/terrain/castle/ruinkeep1-castle-ccw-r.png
+%%DATADIR%%/data/core/images/terrain/castle/ruinkeep1-castle-ccw-tl.png
+%%DATADIR%%/data/core/images/terrain/castle/ruinkeep1-castle-ccw-tr.png
+%%DATADIR%%/data/core/images/terrain/castle/ruinkeep1-castle-convex-bl.png
+%%DATADIR%%/data/core/images/terrain/castle/ruinkeep1-castle-convex-br.png
+%%DATADIR%%/data/core/images/terrain/castle/ruinkeep1-castle-convex-l.png
+%%DATADIR%%/data/core/images/terrain/castle/ruinkeep1-castle-convex-r.png
+%%DATADIR%%/data/core/images/terrain/castle/ruinkeep1-castle-convex-tl.png
+%%DATADIR%%/data/core/images/terrain/castle/ruinkeep1-castle-convex-tr.png
+%%DATADIR%%/data/core/images/terrain/castle/ruinkeep1-castle-cw-bl.png
+%%DATADIR%%/data/core/images/terrain/castle/ruinkeep1-castle-cw-br.png
+%%DATADIR%%/data/core/images/terrain/castle/ruinkeep1-castle-cw-l.png
+%%DATADIR%%/data/core/images/terrain/castle/ruinkeep1-castle-cw-r.png
+%%DATADIR%%/data/core/images/terrain/castle/ruinkeep1-castle-cw-tl.png
+%%DATADIR%%/data/core/images/terrain/castle/ruinkeep1-castle-cw-tr.png
+%%DATADIR%%/data/core/images/terrain/castle/ruinkeep1-concave-bl.png
+%%DATADIR%%/data/core/images/terrain/castle/ruinkeep1-concave-br.png
+%%DATADIR%%/data/core/images/terrain/castle/ruinkeep1-concave-l.png
+%%DATADIR%%/data/core/images/terrain/castle/ruinkeep1-concave-r.png
+%%DATADIR%%/data/core/images/terrain/castle/ruinkeep1-concave-tl.png
+%%DATADIR%%/data/core/images/terrain/castle/ruinkeep1-concave-tr.png
+%%DATADIR%%/data/core/images/terrain/castle/ruinkeep1-convex-bl.png
+%%DATADIR%%/data/core/images/terrain/castle/ruinkeep1-convex-br.png
+%%DATADIR%%/data/core/images/terrain/castle/ruinkeep1-convex-l.png
+%%DATADIR%%/data/core/images/terrain/castle/ruinkeep1-convex-r.png
+%%DATADIR%%/data/core/images/terrain/castle/ruinkeep1-convex-tl.png
+%%DATADIR%%/data/core/images/terrain/castle/ruinkeep1-convex-tr.png
%%DATADIR%%/data/core/images/terrain/castle/sunken-keep-coast.png
%%DATADIR%%/data/core/images/terrain/castle/sunken-keep-ocean.png
%%DATADIR%%/data/core/images/terrain/castle/sunken-keep-tile.png
-%%DATADIR%%/data/core/images/terrain/castle/sunken-ruin-concave-e.png
-%%DATADIR%%/data/core/images/terrain/castle/sunken-ruin-concave-ne.png
-%%DATADIR%%/data/core/images/terrain/castle/sunken-ruin-concave-nw.png
-%%DATADIR%%/data/core/images/terrain/castle/sunken-ruin-concave-se.png
-%%DATADIR%%/data/core/images/terrain/castle/sunken-ruin-concave-sw.png
-%%DATADIR%%/data/core/images/terrain/castle/sunken-ruin-concave-w.png
-%%DATADIR%%/data/core/images/terrain/castle/sunken-ruin-convex-e.png
-%%DATADIR%%/data/core/images/terrain/castle/sunken-ruin-convex-ne.png
-%%DATADIR%%/data/core/images/terrain/castle/sunken-ruin-convex-nw.png
-%%DATADIR%%/data/core/images/terrain/castle/sunken-ruin-convex-se.png
-%%DATADIR%%/data/core/images/terrain/castle/sunken-ruin-convex-sw.png
-%%DATADIR%%/data/core/images/terrain/castle/sunken-ruin-convex-w.png
+%%DATADIR%%/data/core/images/terrain/castle/sunken-ruin-concave-bl.png
+%%DATADIR%%/data/core/images/terrain/castle/sunken-ruin-concave-br.png
+%%DATADIR%%/data/core/images/terrain/castle/sunken-ruin-concave-l.png
+%%DATADIR%%/data/core/images/terrain/castle/sunken-ruin-concave-r.png
+%%DATADIR%%/data/core/images/terrain/castle/sunken-ruin-concave-tl.png
+%%DATADIR%%/data/core/images/terrain/castle/sunken-ruin-concave-tr.png
+%%DATADIR%%/data/core/images/terrain/castle/sunken-ruin-convex-bl.png
+%%DATADIR%%/data/core/images/terrain/castle/sunken-ruin-convex-br.png
+%%DATADIR%%/data/core/images/terrain/castle/sunken-ruin-convex-l.png
+%%DATADIR%%/data/core/images/terrain/castle/sunken-ruin-convex-r.png
+%%DATADIR%%/data/core/images/terrain/castle/sunken-ruin-convex-tl.png
+%%DATADIR%%/data/core/images/terrain/castle/sunken-ruin-convex-tr.png
%%DATADIR%%/data/core/images/terrain/castle/sunken-ruin-n.png
%%DATADIR%%/data/core/images/terrain/castle/sunken-ruin-ne.png
%%DATADIR%%/data/core/images/terrain/castle/sunken-ruin-nw.png
@@ -3570,157 +3098,144 @@ bin/wesnoth
%%DATADIR%%/data/core/images/terrain/castle/sunken-ruin-sw.png
%%DATADIR%%/data/core/images/terrain/castle/sunken-ruin-tile.png
%%DATADIR%%/data/core/images/terrain/castle/sunken-ruin.png
-%%DATADIR%%/data/core/images/terrain/castle/sunken-ruin1-concave-e.png
-%%DATADIR%%/data/core/images/terrain/castle/sunken-ruin1-concave-ne.png
-%%DATADIR%%/data/core/images/terrain/castle/sunken-ruin1-concave-nw.png
-%%DATADIR%%/data/core/images/terrain/castle/sunken-ruin1-concave-se.png
-%%DATADIR%%/data/core/images/terrain/castle/sunken-ruin1-concave-sw.png
-%%DATADIR%%/data/core/images/terrain/castle/sunken-ruin1-concave-w.png
-%%DATADIR%%/data/core/images/terrain/castle/sunken-ruin1-convex-e.png
-%%DATADIR%%/data/core/images/terrain/castle/sunken-ruin1-convex-ne.png
-%%DATADIR%%/data/core/images/terrain/castle/sunken-ruin1-convex-nw.png
-%%DATADIR%%/data/core/images/terrain/castle/sunken-ruin1-convex-se.png
-%%DATADIR%%/data/core/images/terrain/castle/sunken-ruin1-convex-sw.png
-%%DATADIR%%/data/core/images/terrain/castle/sunken-ruin1-convex-w.png
-%%DATADIR%%/data/core/images/terrain/castle/sunken-ruin2-concave-e.png
-%%DATADIR%%/data/core/images/terrain/castle/sunken-ruin2-concave-ne.png
-%%DATADIR%%/data/core/images/terrain/castle/sunken-ruin2-concave-nw.png
-%%DATADIR%%/data/core/images/terrain/castle/sunken-ruin2-concave-se.png
-%%DATADIR%%/data/core/images/terrain/castle/sunken-ruin2-concave-sw.png
-%%DATADIR%%/data/core/images/terrain/castle/sunken-ruin2-concave-w.png
-%%DATADIR%%/data/core/images/terrain/castle/sunken-ruin2-convex-e.png
-%%DATADIR%%/data/core/images/terrain/castle/sunken-ruin2-convex-ne.png
-%%DATADIR%%/data/core/images/terrain/castle/sunken-ruin2-convex-nw.png
-%%DATADIR%%/data/core/images/terrain/castle/sunken-ruin2-convex-se.png
-%%DATADIR%%/data/core/images/terrain/castle/sunken-ruin2-convex-sw.png
-%%DATADIR%%/data/core/images/terrain/castle/sunken-ruin2-convex-w.png
-%%DATADIR%%/data/core/images/terrain/castle/sunken-ruin3-concave-e.png
-%%DATADIR%%/data/core/images/terrain/castle/sunken-ruin3-concave-ne.png
-%%DATADIR%%/data/core/images/terrain/castle/sunken-ruin3-concave-nw.png
-%%DATADIR%%/data/core/images/terrain/castle/sunken-ruin3-concave-se.png
-%%DATADIR%%/data/core/images/terrain/castle/sunken-ruin3-concave-sw.png
-%%DATADIR%%/data/core/images/terrain/castle/sunken-ruin3-concave-w.png
-%%DATADIR%%/data/core/images/terrain/castle/sunken-ruin3-convex-e.png
-%%DATADIR%%/data/core/images/terrain/castle/sunken-ruin3-convex-ne.png
-%%DATADIR%%/data/core/images/terrain/castle/sunken-ruin3-convex-nw.png
-%%DATADIR%%/data/core/images/terrain/castle/sunken-ruin3-convex-se.png
-%%DATADIR%%/data/core/images/terrain/castle/sunken-ruin3-convex-sw.png
-%%DATADIR%%/data/core/images/terrain/castle/sunken-ruin3-convex-w.png
-%%DATADIR%%/data/core/images/terrain/castle/sunken-ruin4-concave-e.png
-%%DATADIR%%/data/core/images/terrain/castle/sunken-ruin4-concave-ne.png
-%%DATADIR%%/data/core/images/terrain/castle/sunken-ruin4-concave-nw.png
-%%DATADIR%%/data/core/images/terrain/castle/sunken-ruin4-concave-se.png
-%%DATADIR%%/data/core/images/terrain/castle/sunken-ruin4-concave-sw.png
-%%DATADIR%%/data/core/images/terrain/castle/sunken-ruin4-concave-w.png
-%%DATADIR%%/data/core/images/terrain/castle/sunken-ruin4-convex-e.png
-%%DATADIR%%/data/core/images/terrain/castle/sunken-ruin4-convex-ne.png
-%%DATADIR%%/data/core/images/terrain/castle/sunken-ruin4-convex-nw.png
-%%DATADIR%%/data/core/images/terrain/castle/sunken-ruin4-convex-se.png
-%%DATADIR%%/data/core/images/terrain/castle/sunken-ruin4-convex-sw.png
-%%DATADIR%%/data/core/images/terrain/castle/sunken-ruin4-convex-w.png
-%%DATADIR%%/data/core/images/terrain/castle/sunken-ruin5-concave-e.png
-%%DATADIR%%/data/core/images/terrain/castle/sunken-ruin5-concave-ne.png
-%%DATADIR%%/data/core/images/terrain/castle/sunken-ruin5-concave-nw.png
-%%DATADIR%%/data/core/images/terrain/castle/sunken-ruin5-concave-se.png
-%%DATADIR%%/data/core/images/terrain/castle/sunken-ruin5-concave-sw.png
-%%DATADIR%%/data/core/images/terrain/castle/sunken-ruin5-concave-w.png
-%%DATADIR%%/data/core/images/terrain/castle/sunken-ruin5-convex-e.png
-%%DATADIR%%/data/core/images/terrain/castle/sunken-ruin5-convex-ne.png
-%%DATADIR%%/data/core/images/terrain/castle/sunken-ruin5-convex-nw.png
-%%DATADIR%%/data/core/images/terrain/castle/sunken-ruin5-convex-se.png
-%%DATADIR%%/data/core/images/terrain/castle/sunken-ruin5-convex-sw.png
-%%DATADIR%%/data/core/images/terrain/castle/sunken-ruin5-convex-w.png
-%%DATADIR%%/data/core/images/terrain/castle/sunken-ruinkeep1-inside-e.png
-%%DATADIR%%/data/core/images/terrain/castle/sunken-ruinkeep1-inside-ne.png
-%%DATADIR%%/data/core/images/terrain/castle/sunken-ruinkeep1-inside-nw.png
-%%DATADIR%%/data/core/images/terrain/castle/sunken-ruinkeep1-inside-se.png
-%%DATADIR%%/data/core/images/terrain/castle/sunken-ruinkeep1-inside-sw.png
-%%DATADIR%%/data/core/images/terrain/castle/sunken-ruinkeep1-inside-w.png
-%%DATADIR%%/data/core/images/terrain/castle/sunken-ruinkeep1-keep-e.png
-%%DATADIR%%/data/core/images/terrain/castle/sunken-ruinkeep1-keep-ne.png
-%%DATADIR%%/data/core/images/terrain/castle/sunken-ruinkeep1-keep-nw.png
-%%DATADIR%%/data/core/images/terrain/castle/sunken-ruinkeep1-keep-se.png
-%%DATADIR%%/data/core/images/terrain/castle/sunken-ruinkeep1-keep-sw.png
-%%DATADIR%%/data/core/images/terrain/castle/sunken-ruinkeep1-keep-w.png
-%%DATADIR%%/data/core/images/terrain/castle/sunken-ruinkeep1-wall-0-e.png
-%%DATADIR%%/data/core/images/terrain/castle/sunken-ruinkeep1-wall-0-ne.png
-%%DATADIR%%/data/core/images/terrain/castle/sunken-ruinkeep1-wall-0-nw.png
-%%DATADIR%%/data/core/images/terrain/castle/sunken-ruinkeep1-wall-0-se.png
-%%DATADIR%%/data/core/images/terrain/castle/sunken-ruinkeep1-wall-0-sw.png
-%%DATADIR%%/data/core/images/terrain/castle/sunken-ruinkeep1-wall-0-w.png
-%%DATADIR%%/data/core/images/terrain/castle/sunken-ruinkeep1-wall-1-e.png
-%%DATADIR%%/data/core/images/terrain/castle/sunken-ruinkeep1-wall-1-ne.png
-%%DATADIR%%/data/core/images/terrain/castle/sunken-ruinkeep1-wall-1-nw.png
-%%DATADIR%%/data/core/images/terrain/castle/sunken-ruinkeep1-wall-1-se.png
-%%DATADIR%%/data/core/images/terrain/castle/sunken-ruinkeep1-wall-1-sw.png
-%%DATADIR%%/data/core/images/terrain/castle/sunken-ruinkeep1-wall-1-w.png
-%%DATADIR%%/data/core/images/terrain/castle/sunken-ruinkeep1-wall-e.png
-%%DATADIR%%/data/core/images/terrain/castle/sunken-ruinkeep1-wall-ne.png
-%%DATADIR%%/data/core/images/terrain/castle/sunken-ruinkeep1-wall-nw.png
-%%DATADIR%%/data/core/images/terrain/castle/sunken-ruinkeep1-wall-se.png
-%%DATADIR%%/data/core/images/terrain/castle/sunken-ruinkeep1-wall-sw.png
-%%DATADIR%%/data/core/images/terrain/castle/sunken-ruinkeep1-wall-w.png
-%%DATADIR%%/data/core/images/terrain/castle/sunkenkeep-inside-e.png
-%%DATADIR%%/data/core/images/terrain/castle/sunkenkeep-inside-ne.png
-%%DATADIR%%/data/core/images/terrain/castle/sunkenkeep-inside-nw.png
-%%DATADIR%%/data/core/images/terrain/castle/sunkenkeep-inside-se.png
-%%DATADIR%%/data/core/images/terrain/castle/sunkenkeep-inside-sw.png
-%%DATADIR%%/data/core/images/terrain/castle/sunkenkeep-inside-w.png
-%%DATADIR%%/data/core/images/terrain/castle/sunkenkeep-keep-e.png
-%%DATADIR%%/data/core/images/terrain/castle/sunkenkeep-keep-ne.png
-%%DATADIR%%/data/core/images/terrain/castle/sunkenkeep-keep-nw.png
-%%DATADIR%%/data/core/images/terrain/castle/sunkenkeep-keep-se.png
-%%DATADIR%%/data/core/images/terrain/castle/sunkenkeep-keep-sw.png
-%%DATADIR%%/data/core/images/terrain/castle/sunkenkeep-keep-w.png
-%%DATADIR%%/data/core/images/terrain/castle/sunkenkeep-wall-0-e.png
-%%DATADIR%%/data/core/images/terrain/castle/sunkenkeep-wall-0-ne.png
-%%DATADIR%%/data/core/images/terrain/castle/sunkenkeep-wall-0-nw.png
-%%DATADIR%%/data/core/images/terrain/castle/sunkenkeep-wall-0-se.png
-%%DATADIR%%/data/core/images/terrain/castle/sunkenkeep-wall-0-sw.png
-%%DATADIR%%/data/core/images/terrain/castle/sunkenkeep-wall-0-w.png
-%%DATADIR%%/data/core/images/terrain/castle/sunkenkeep-wall-1-e.png
-%%DATADIR%%/data/core/images/terrain/castle/sunkenkeep-wall-1-ne.png
-%%DATADIR%%/data/core/images/terrain/castle/sunkenkeep-wall-1-nw.png
-%%DATADIR%%/data/core/images/terrain/castle/sunkenkeep-wall-1-se.png
-%%DATADIR%%/data/core/images/terrain/castle/sunkenkeep-wall-1-sw.png
-%%DATADIR%%/data/core/images/terrain/castle/sunkenkeep-wall-1-w.png
-%%DATADIR%%/data/core/images/terrain/castle/sunkenkeep-wall-e.png
-%%DATADIR%%/data/core/images/terrain/castle/sunkenkeep-wall-ne.png
-%%DATADIR%%/data/core/images/terrain/castle/sunkenkeep-wall-nw.png
-%%DATADIR%%/data/core/images/terrain/castle/sunkenkeep-wall-se.png
-%%DATADIR%%/data/core/images/terrain/castle/sunkenkeep-wall-sw.png
-%%DATADIR%%/data/core/images/terrain/castle/sunkenkeep-wall-w.png
+%%DATADIR%%/data/core/images/terrain/castle/sunken-ruin1-concave-bl.png
+%%DATADIR%%/data/core/images/terrain/castle/sunken-ruin1-concave-br.png
+%%DATADIR%%/data/core/images/terrain/castle/sunken-ruin1-concave-l.png
+%%DATADIR%%/data/core/images/terrain/castle/sunken-ruin1-concave-r.png
+%%DATADIR%%/data/core/images/terrain/castle/sunken-ruin1-concave-tl.png
+%%DATADIR%%/data/core/images/terrain/castle/sunken-ruin1-concave-tr.png
+%%DATADIR%%/data/core/images/terrain/castle/sunken-ruin1-convex-bl.png
+%%DATADIR%%/data/core/images/terrain/castle/sunken-ruin1-convex-br.png
+%%DATADIR%%/data/core/images/terrain/castle/sunken-ruin1-convex-l.png
+%%DATADIR%%/data/core/images/terrain/castle/sunken-ruin1-convex-r.png
+%%DATADIR%%/data/core/images/terrain/castle/sunken-ruin1-convex-tl.png
+%%DATADIR%%/data/core/images/terrain/castle/sunken-ruin1-convex-tr.png
+%%DATADIR%%/data/core/images/terrain/castle/sunken-ruin2-concave-bl.png
+%%DATADIR%%/data/core/images/terrain/castle/sunken-ruin2-concave-br.png
+%%DATADIR%%/data/core/images/terrain/castle/sunken-ruin2-concave-l.png
+%%DATADIR%%/data/core/images/terrain/castle/sunken-ruin2-concave-r.png
+%%DATADIR%%/data/core/images/terrain/castle/sunken-ruin2-concave-tl.png
+%%DATADIR%%/data/core/images/terrain/castle/sunken-ruin2-concave-tr.png
+%%DATADIR%%/data/core/images/terrain/castle/sunken-ruin2-convex-bl.png
+%%DATADIR%%/data/core/images/terrain/castle/sunken-ruin2-convex-br.png
+%%DATADIR%%/data/core/images/terrain/castle/sunken-ruin2-convex-l.png
+%%DATADIR%%/data/core/images/terrain/castle/sunken-ruin2-convex-r.png
+%%DATADIR%%/data/core/images/terrain/castle/sunken-ruin2-convex-tl.png
+%%DATADIR%%/data/core/images/terrain/castle/sunken-ruin2-convex-tr.png
+%%DATADIR%%/data/core/images/terrain/castle/sunken-ruin3-concave-bl.png
+%%DATADIR%%/data/core/images/terrain/castle/sunken-ruin3-concave-br.png
+%%DATADIR%%/data/core/images/terrain/castle/sunken-ruin3-concave-l.png
+%%DATADIR%%/data/core/images/terrain/castle/sunken-ruin3-concave-r.png
+%%DATADIR%%/data/core/images/terrain/castle/sunken-ruin3-concave-tl.png
+%%DATADIR%%/data/core/images/terrain/castle/sunken-ruin3-concave-tr.png
+%%DATADIR%%/data/core/images/terrain/castle/sunken-ruin3-convex-bl.png
+%%DATADIR%%/data/core/images/terrain/castle/sunken-ruin3-convex-br.png
+%%DATADIR%%/data/core/images/terrain/castle/sunken-ruin3-convex-l.png
+%%DATADIR%%/data/core/images/terrain/castle/sunken-ruin3-convex-r.png
+%%DATADIR%%/data/core/images/terrain/castle/sunken-ruin3-convex-tl.png
+%%DATADIR%%/data/core/images/terrain/castle/sunken-ruin3-convex-tr.png
+%%DATADIR%%/data/core/images/terrain/castle/sunken-ruin4-concave-bl.png
+%%DATADIR%%/data/core/images/terrain/castle/sunken-ruin4-concave-br.png
+%%DATADIR%%/data/core/images/terrain/castle/sunken-ruin4-concave-l.png
+%%DATADIR%%/data/core/images/terrain/castle/sunken-ruin4-concave-r.png
+%%DATADIR%%/data/core/images/terrain/castle/sunken-ruin4-concave-tl.png
+%%DATADIR%%/data/core/images/terrain/castle/sunken-ruin4-concave-tr.png
+%%DATADIR%%/data/core/images/terrain/castle/sunken-ruin4-convex-bl.png
+%%DATADIR%%/data/core/images/terrain/castle/sunken-ruin4-convex-br.png
+%%DATADIR%%/data/core/images/terrain/castle/sunken-ruin4-convex-l.png
+%%DATADIR%%/data/core/images/terrain/castle/sunken-ruin4-convex-r.png
+%%DATADIR%%/data/core/images/terrain/castle/sunken-ruin4-convex-tl.png
+%%DATADIR%%/data/core/images/terrain/castle/sunken-ruin4-convex-tr.png
+%%DATADIR%%/data/core/images/terrain/castle/sunken-ruin5-concave-bl.png
+%%DATADIR%%/data/core/images/terrain/castle/sunken-ruin5-concave-br.png
+%%DATADIR%%/data/core/images/terrain/castle/sunken-ruin5-concave-l.png
+%%DATADIR%%/data/core/images/terrain/castle/sunken-ruin5-concave-r.png
+%%DATADIR%%/data/core/images/terrain/castle/sunken-ruin5-concave-tl.png
+%%DATADIR%%/data/core/images/terrain/castle/sunken-ruin5-concave-tr.png
+%%DATADIR%%/data/core/images/terrain/castle/sunken-ruin5-convex-bl.png
+%%DATADIR%%/data/core/images/terrain/castle/sunken-ruin5-convex-br.png
+%%DATADIR%%/data/core/images/terrain/castle/sunken-ruin5-convex-l.png
+%%DATADIR%%/data/core/images/terrain/castle/sunken-ruin5-convex-r.png
+%%DATADIR%%/data/core/images/terrain/castle/sunken-ruin5-convex-tl.png
+%%DATADIR%%/data/core/images/terrain/castle/sunken-ruin5-convex-tr.png
+%%DATADIR%%/data/core/images/terrain/castle/sunken-ruinkeep1-castle-ccw-bl.png
+%%DATADIR%%/data/core/images/terrain/castle/sunken-ruinkeep1-castle-ccw-br.png
+%%DATADIR%%/data/core/images/terrain/castle/sunken-ruinkeep1-castle-ccw-l.png
+%%DATADIR%%/data/core/images/terrain/castle/sunken-ruinkeep1-castle-ccw-r.png
+%%DATADIR%%/data/core/images/terrain/castle/sunken-ruinkeep1-castle-ccw-tl.png
+%%DATADIR%%/data/core/images/terrain/castle/sunken-ruinkeep1-castle-ccw-tr.png
+%%DATADIR%%/data/core/images/terrain/castle/sunken-ruinkeep1-castle-convex-bl.png
+%%DATADIR%%/data/core/images/terrain/castle/sunken-ruinkeep1-castle-convex-br.png
+%%DATADIR%%/data/core/images/terrain/castle/sunken-ruinkeep1-castle-convex-l.png
+%%DATADIR%%/data/core/images/terrain/castle/sunken-ruinkeep1-castle-convex-r.png
+%%DATADIR%%/data/core/images/terrain/castle/sunken-ruinkeep1-castle-convex-tl.png
+%%DATADIR%%/data/core/images/terrain/castle/sunken-ruinkeep1-castle-convex-tr.png
+%%DATADIR%%/data/core/images/terrain/castle/sunken-ruinkeep1-castle-cw-bl.png
+%%DATADIR%%/data/core/images/terrain/castle/sunken-ruinkeep1-castle-cw-br.png
+%%DATADIR%%/data/core/images/terrain/castle/sunken-ruinkeep1-castle-cw-l.png
+%%DATADIR%%/data/core/images/terrain/castle/sunken-ruinkeep1-castle-cw-r.png
+%%DATADIR%%/data/core/images/terrain/castle/sunken-ruinkeep1-castle-cw-tl.png
+%%DATADIR%%/data/core/images/terrain/castle/sunken-ruinkeep1-castle-cw-tr.png
+%%DATADIR%%/data/core/images/terrain/castle/sunken-ruinkeep1-concave-bl.png
+%%DATADIR%%/data/core/images/terrain/castle/sunken-ruinkeep1-concave-br.png
+%%DATADIR%%/data/core/images/terrain/castle/sunken-ruinkeep1-concave-l.png
+%%DATADIR%%/data/core/images/terrain/castle/sunken-ruinkeep1-concave-r.png
+%%DATADIR%%/data/core/images/terrain/castle/sunken-ruinkeep1-concave-tl.png
+%%DATADIR%%/data/core/images/terrain/castle/sunken-ruinkeep1-concave-tr.png
+%%DATADIR%%/data/core/images/terrain/castle/sunken-ruinkeep1-convex-bl.png
+%%DATADIR%%/data/core/images/terrain/castle/sunken-ruinkeep1-convex-br.png
+%%DATADIR%%/data/core/images/terrain/castle/sunken-ruinkeep1-convex-l.png
+%%DATADIR%%/data/core/images/terrain/castle/sunken-ruinkeep1-convex-r.png
+%%DATADIR%%/data/core/images/terrain/castle/sunken-ruinkeep1-convex-tl.png
+%%DATADIR%%/data/core/images/terrain/castle/sunken-ruinkeep1-convex-tr.png
+%%DATADIR%%/data/core/images/terrain/castle/sunkenkeep-castle-ccw-bl.png
+%%DATADIR%%/data/core/images/terrain/castle/sunkenkeep-castle-ccw-br.png
+%%DATADIR%%/data/core/images/terrain/castle/sunkenkeep-castle-ccw-l.png
+%%DATADIR%%/data/core/images/terrain/castle/sunkenkeep-castle-ccw-r.png
+%%DATADIR%%/data/core/images/terrain/castle/sunkenkeep-castle-ccw-tl.png
+%%DATADIR%%/data/core/images/terrain/castle/sunkenkeep-castle-ccw-tr.png
+%%DATADIR%%/data/core/images/terrain/castle/sunkenkeep-castle-convex-bl.png
+%%DATADIR%%/data/core/images/terrain/castle/sunkenkeep-castle-convex-br.png
+%%DATADIR%%/data/core/images/terrain/castle/sunkenkeep-castle-convex-l.png
+%%DATADIR%%/data/core/images/terrain/castle/sunkenkeep-castle-convex-r.png
+%%DATADIR%%/data/core/images/terrain/castle/sunkenkeep-castle-convex-tl.png
+%%DATADIR%%/data/core/images/terrain/castle/sunkenkeep-castle-convex-tr.png
+%%DATADIR%%/data/core/images/terrain/castle/sunkenkeep-castle-cw-bl.png
+%%DATADIR%%/data/core/images/terrain/castle/sunkenkeep-castle-cw-br.png
+%%DATADIR%%/data/core/images/terrain/castle/sunkenkeep-castle-cw-l.png
+%%DATADIR%%/data/core/images/terrain/castle/sunkenkeep-castle-cw-r.png
+%%DATADIR%%/data/core/images/terrain/castle/sunkenkeep-castle-cw-tl.png
+%%DATADIR%%/data/core/images/terrain/castle/sunkenkeep-castle-cw-tr.png
+%%DATADIR%%/data/core/images/terrain/castle/sunkenkeep-concave-bl.png
+%%DATADIR%%/data/core/images/terrain/castle/sunkenkeep-concave-br.png
+%%DATADIR%%/data/core/images/terrain/castle/sunkenkeep-concave-l.png
+%%DATADIR%%/data/core/images/terrain/castle/sunkenkeep-concave-r.png
+%%DATADIR%%/data/core/images/terrain/castle/sunkenkeep-concave-tl.png
+%%DATADIR%%/data/core/images/terrain/castle/sunkenkeep-concave-tr.png
+%%DATADIR%%/data/core/images/terrain/castle/sunkenkeep-convex-bl.png
+%%DATADIR%%/data/core/images/terrain/castle/sunkenkeep-convex-br.png
+%%DATADIR%%/data/core/images/terrain/castle/sunkenkeep-convex-l.png
+%%DATADIR%%/data/core/images/terrain/castle/sunkenkeep-convex-r.png
+%%DATADIR%%/data/core/images/terrain/castle/sunkenkeep-convex-tl.png
+%%DATADIR%%/data/core/images/terrain/castle/sunkenkeep-convex-tr.png
%%DATADIR%%/data/core/images/terrain/castle/swamp-keep-tile.png
%%DATADIR%%/data/core/images/terrain/castle/swamp-ruin-tile.png
+%%DATADIR%%/data/core/images/terrain/cave/beam-cave-tile.png
%%DATADIR%%/data/core/images/terrain/cave/beam-tile.png
-%%DATADIR%%/data/core/images/terrain/cave/beam1.png
+%%DATADIR%%/data/core/images/terrain/cave/beam.png
%%DATADIR%%/data/core/images/terrain/cave/beam2.png
%%DATADIR%%/data/core/images/terrain/cave/beam3.png
-%%DATADIR%%/data/core/images/terrain/cave/chasm-lava-stone-bridge-s-n-n.png
-%%DATADIR%%/data/core/images/terrain/cave/chasm-lava-stone-bridge-s-n-s.png
+%%DATADIR%%/data/core/images/terrain/cave/chasm-lava-stone-bridge-s-n-tile.png
%%DATADIR%%/data/core/images/terrain/cave/chasm-lava-stone-bridge-s-n.png
-%%DATADIR%%/data/core/images/terrain/cave/chasm-lava-stone-bridge-se-nw-n.png
-%%DATADIR%%/data/core/images/terrain/cave/chasm-lava-stone-bridge-se-nw-ne.png
-%%DATADIR%%/data/core/images/terrain/cave/chasm-lava-stone-bridge-se-nw-nw.png
-%%DATADIR%%/data/core/images/terrain/cave/chasm-lava-stone-bridge-se-nw-se.png
+%%DATADIR%%/data/core/images/terrain/cave/chasm-lava-stone-bridge-se-nw-tile.png
%%DATADIR%%/data/core/images/terrain/cave/chasm-lava-stone-bridge-se-nw.png
-%%DATADIR%%/data/core/images/terrain/cave/chasm-lava-stone-bridge-sw-ne-n.png
-%%DATADIR%%/data/core/images/terrain/cave/chasm-lava-stone-bridge-sw-ne-ne.png
-%%DATADIR%%/data/core/images/terrain/cave/chasm-lava-stone-bridge-sw-ne-nw.png
-%%DATADIR%%/data/core/images/terrain/cave/chasm-lava-stone-bridge-sw-ne-sw.png
+%%DATADIR%%/data/core/images/terrain/cave/chasm-lava-stone-bridge-sw-ne-tile.png
%%DATADIR%%/data/core/images/terrain/cave/chasm-lava-stone-bridge-sw-ne.png
-%%DATADIR%%/data/core/images/terrain/cave/chasm-stone-bridge-s-n-n.png
-%%DATADIR%%/data/core/images/terrain/cave/chasm-stone-bridge-s-n-s.png
+%%DATADIR%%/data/core/images/terrain/cave/chasm-stone-bridge-s-n-tile.png
%%DATADIR%%/data/core/images/terrain/cave/chasm-stone-bridge-s-n.png
-%%DATADIR%%/data/core/images/terrain/cave/chasm-stone-bridge-se-nw-n.png
-%%DATADIR%%/data/core/images/terrain/cave/chasm-stone-bridge-se-nw-ne.png
-%%DATADIR%%/data/core/images/terrain/cave/chasm-stone-bridge-se-nw-nw.png
-%%DATADIR%%/data/core/images/terrain/cave/chasm-stone-bridge-se-nw-se.png
+%%DATADIR%%/data/core/images/terrain/cave/chasm-stone-bridge-se-nw-tile.png
%%DATADIR%%/data/core/images/terrain/cave/chasm-stone-bridge-se-nw.png
-%%DATADIR%%/data/core/images/terrain/cave/chasm-stone-bridge-sw-ne-n.png
-%%DATADIR%%/data/core/images/terrain/cave/chasm-stone-bridge-sw-ne-ne.png
-%%DATADIR%%/data/core/images/terrain/cave/chasm-stone-bridge-sw-ne-nw.png
-%%DATADIR%%/data/core/images/terrain/cave/chasm-stone-bridge-sw-ne-sw.png
+%%DATADIR%%/data/core/images/terrain/cave/chasm-stone-bridge-sw-ne-tile.png
%%DATADIR%%/data/core/images/terrain/cave/chasm-stone-bridge-sw-ne.png
%%DATADIR%%/data/core/images/terrain/cave/floor-n-ne.png
%%DATADIR%%/data/core/images/terrain/cave/floor-n.png
@@ -3734,7 +3249,7 @@ bin/wesnoth
%%DATADIR%%/data/core/images/terrain/cave/floor-se.png
%%DATADIR%%/data/core/images/terrain/cave/floor-sw-nw.png
%%DATADIR%%/data/core/images/terrain/cave/floor-sw.png
-%%DATADIR%%/data/core/images/terrain/cave/floor1.png
+%%DATADIR%%/data/core/images/terrain/cave/floor.png
%%DATADIR%%/data/core/images/terrain/cave/floor2.png
%%DATADIR%%/data/core/images/terrain/cave/floor3.png
%%DATADIR%%/data/core/images/terrain/cave/floor4.png
@@ -3747,73 +3262,60 @@ bin/wesnoth
%%DATADIR%%/data/core/images/terrain/cave/hills-s.png
%%DATADIR%%/data/core/images/terrain/cave/hills-se.png
%%DATADIR%%/data/core/images/terrain/cave/hills-sw.png
-%%DATADIR%%/data/core/images/terrain/cave/hills-variation1.png
+%%DATADIR%%/data/core/images/terrain/cave/hills-variation.png
%%DATADIR%%/data/core/images/terrain/cave/hills-variation2.png
%%DATADIR%%/data/core/images/terrain/cave/hills-variation3.png
+%%DATADIR%%/data/core/images/terrain/cave/path.png
+%%DATADIR%%/data/core/images/terrain/cave/path1.png
+%%DATADIR%%/data/core/images/terrain/cave/path2.png
+%%DATADIR%%/data/core/images/terrain/cave/path3.png
+%%DATADIR%%/data/core/images/terrain/cave/path4.png
+%%DATADIR%%/data/core/images/terrain/cave/path5.png
+%%DATADIR%%/data/core/images/terrain/cave/path6.png
+%%DATADIR%%/data/core/images/terrain/cave/path7.png
+%%DATADIR%%/data/core/images/terrain/cave/path8.png
+%%DATADIR%%/data/core/images/terrain/cave/path9.png
%%DATADIR%%/data/core/images/terrain/cave/wall-editor.png
-%%DATADIR%%/data/core/images/terrain/cave/wall-rough-chasm-concave-e.png
-%%DATADIR%%/data/core/images/terrain/cave/wall-rough-chasm-concave-ne.png
-%%DATADIR%%/data/core/images/terrain/cave/wall-rough-chasm-concave-nw.png
-%%DATADIR%%/data/core/images/terrain/cave/wall-rough-chasm-concave-se.png
-%%DATADIR%%/data/core/images/terrain/cave/wall-rough-chasm-concave-sw.png
-%%DATADIR%%/data/core/images/terrain/cave/wall-rough-chasm-concave-w.png
-%%DATADIR%%/data/core/images/terrain/cave/wall-rough-chasm-convex-e.png
-%%DATADIR%%/data/core/images/terrain/cave/wall-rough-chasm-convex-ne.png
-%%DATADIR%%/data/core/images/terrain/cave/wall-rough-chasm-convex-nw.png
-%%DATADIR%%/data/core/images/terrain/cave/wall-rough-chasm-convex-se.png
-%%DATADIR%%/data/core/images/terrain/cave/wall-rough-chasm-convex-sw.png
-%%DATADIR%%/data/core/images/terrain/cave/wall-rough-chasm-convex-w.png
-%%DATADIR%%/data/core/images/terrain/cave/wall-rough-concave-e.png
-%%DATADIR%%/data/core/images/terrain/cave/wall-rough-concave-ne.png
-%%DATADIR%%/data/core/images/terrain/cave/wall-rough-concave-nw.png
-%%DATADIR%%/data/core/images/terrain/cave/wall-rough-concave-se.png
-%%DATADIR%%/data/core/images/terrain/cave/wall-rough-concave-sw.png
-%%DATADIR%%/data/core/images/terrain/cave/wall-rough-concave-w.png
-%%DATADIR%%/data/core/images/terrain/cave/wall-rough-convex-e.png
-%%DATADIR%%/data/core/images/terrain/cave/wall-rough-convex-ne.png
-%%DATADIR%%/data/core/images/terrain/cave/wall-rough-convex-nw.png
-%%DATADIR%%/data/core/images/terrain/cave/wall-rough-convex-se.png
-%%DATADIR%%/data/core/images/terrain/cave/wall-rough-convex-sw.png
-%%DATADIR%%/data/core/images/terrain/cave/wall-rough-convex-w.png
-%%DATADIR%%/data/core/images/terrain/cave/wall-rough1.png
+%%DATADIR%%/data/core/images/terrain/cave/wall-rough-chasm-concave-bl.png
+%%DATADIR%%/data/core/images/terrain/cave/wall-rough-chasm-concave-br.png
+%%DATADIR%%/data/core/images/terrain/cave/wall-rough-chasm-concave-l.png
+%%DATADIR%%/data/core/images/terrain/cave/wall-rough-chasm-concave-r.png
+%%DATADIR%%/data/core/images/terrain/cave/wall-rough-chasm-concave-tl.png
+%%DATADIR%%/data/core/images/terrain/cave/wall-rough-chasm-concave-tr.png
+%%DATADIR%%/data/core/images/terrain/cave/wall-rough-chasm-convex-bl.png
+%%DATADIR%%/data/core/images/terrain/cave/wall-rough-chasm-convex-br.png
+%%DATADIR%%/data/core/images/terrain/cave/wall-rough-chasm-convex-l.png
+%%DATADIR%%/data/core/images/terrain/cave/wall-rough-chasm-convex-r.png
+%%DATADIR%%/data/core/images/terrain/cave/wall-rough-chasm-convex-tl.png
+%%DATADIR%%/data/core/images/terrain/cave/wall-rough-chasm-convex-tr.png
+%%DATADIR%%/data/core/images/terrain/cave/wall-rough-concave-bl.png
+%%DATADIR%%/data/core/images/terrain/cave/wall-rough-concave-br.png
+%%DATADIR%%/data/core/images/terrain/cave/wall-rough-concave-l.png
+%%DATADIR%%/data/core/images/terrain/cave/wall-rough-concave-r.png
+%%DATADIR%%/data/core/images/terrain/cave/wall-rough-concave-tl.png
+%%DATADIR%%/data/core/images/terrain/cave/wall-rough-concave-tr.png
+%%DATADIR%%/data/core/images/terrain/cave/wall-rough-convex-bl.png
+%%DATADIR%%/data/core/images/terrain/cave/wall-rough-convex-br.png
+%%DATADIR%%/data/core/images/terrain/cave/wall-rough-convex-l.png
+%%DATADIR%%/data/core/images/terrain/cave/wall-rough-convex-r.png
+%%DATADIR%%/data/core/images/terrain/cave/wall-rough-convex-tl.png
+%%DATADIR%%/data/core/images/terrain/cave/wall-rough-convex-tr.png
+%%DATADIR%%/data/core/images/terrain/cave/wall-rough-tile.png
+%%DATADIR%%/data/core/images/terrain/cave/wall-rough.png
%%DATADIR%%/data/core/images/terrain/cave/wall-rough2.png
%%DATADIR%%/data/core/images/terrain/cave/wall-rough3.png
-%%DATADIR%%/data/core/images/terrain/chasm-concave-e.png
-%%DATADIR%%/data/core/images/terrain/chasm-concave-ne.png
-%%DATADIR%%/data/core/images/terrain/chasm-concave-nw.png
-%%DATADIR%%/data/core/images/terrain/chasm-concave-se.png
-%%DATADIR%%/data/core/images/terrain/chasm-concave-sw.png
-%%DATADIR%%/data/core/images/terrain/chasm-concave-w.png
-%%DATADIR%%/data/core/images/terrain/chasm-convex-e.png
-%%DATADIR%%/data/core/images/terrain/chasm-convex-ne.png
-%%DATADIR%%/data/core/images/terrain/chasm-convex-nw.png
-%%DATADIR%%/data/core/images/terrain/chasm-convex-se.png
-%%DATADIR%%/data/core/images/terrain/chasm-convex-sw.png
-%%DATADIR%%/data/core/images/terrain/chasm-convex-w.png
-%%DATADIR%%/data/core/images/terrain/chasm-dcastle-ccw-e.png
-%%DATADIR%%/data/core/images/terrain/chasm-dcastle-ccw-ne.png
-%%DATADIR%%/data/core/images/terrain/chasm-dcastle-ccw-nw.png
-%%DATADIR%%/data/core/images/terrain/chasm-dcastle-ccw-se.png
-%%DATADIR%%/data/core/images/terrain/chasm-dcastle-ccw-sw.png
-%%DATADIR%%/data/core/images/terrain/chasm-dcastle-ccw-w.png
-%%DATADIR%%/data/core/images/terrain/chasm-dcastle-concave-e.png
-%%DATADIR%%/data/core/images/terrain/chasm-dcastle-concave-ne.png
-%%DATADIR%%/data/core/images/terrain/chasm-dcastle-concave-nw.png
-%%DATADIR%%/data/core/images/terrain/chasm-dcastle-concave-se.png
-%%DATADIR%%/data/core/images/terrain/chasm-dcastle-concave-sw.png
-%%DATADIR%%/data/core/images/terrain/chasm-dcastle-concave-w.png
-%%DATADIR%%/data/core/images/terrain/chasm-dcastle-convex-e.png
-%%DATADIR%%/data/core/images/terrain/chasm-dcastle-convex-ne.png
-%%DATADIR%%/data/core/images/terrain/chasm-dcastle-convex-nw.png
-%%DATADIR%%/data/core/images/terrain/chasm-dcastle-convex-se.png
-%%DATADIR%%/data/core/images/terrain/chasm-dcastle-convex-sw.png
-%%DATADIR%%/data/core/images/terrain/chasm-dcastle-convex-w.png
-%%DATADIR%%/data/core/images/terrain/chasm-dcastle-cw-e.png
-%%DATADIR%%/data/core/images/terrain/chasm-dcastle-cw-ne.png
-%%DATADIR%%/data/core/images/terrain/chasm-dcastle-cw-nw.png
-%%DATADIR%%/data/core/images/terrain/chasm-dcastle-cw-se.png
-%%DATADIR%%/data/core/images/terrain/chasm-dcastle-cw-sw.png
-%%DATADIR%%/data/core/images/terrain/chasm-dcastle-cw-w.png
+%%DATADIR%%/data/core/images/terrain/chasm-concave-bl.png
+%%DATADIR%%/data/core/images/terrain/chasm-concave-br.png
+%%DATADIR%%/data/core/images/terrain/chasm-concave-l.png
+%%DATADIR%%/data/core/images/terrain/chasm-concave-r.png
+%%DATADIR%%/data/core/images/terrain/chasm-concave-tl.png
+%%DATADIR%%/data/core/images/terrain/chasm-concave-tr.png
+%%DATADIR%%/data/core/images/terrain/chasm-convex-bl.png
+%%DATADIR%%/data/core/images/terrain/chasm-convex-br.png
+%%DATADIR%%/data/core/images/terrain/chasm-convex-l.png
+%%DATADIR%%/data/core/images/terrain/chasm-convex-r.png
+%%DATADIR%%/data/core/images/terrain/chasm-convex-tl.png
+%%DATADIR%%/data/core/images/terrain/chasm-convex-tr.png
%%DATADIR%%/data/core/images/terrain/chasm-tile.png
%%DATADIR%%/data/core/images/terrain/chasm.png
%%DATADIR%%/data/core/images/terrain/cloud-desert-tile.png
@@ -3827,6 +3329,66 @@ bin/wesnoth
%%DATADIR%%/data/core/images/terrain/darken-linger.png
%%DATADIR%%/data/core/images/terrain/darken.png
%%DATADIR%%/data/core/images/terrain/dawn.png
+%%DATADIR%%/data/core/images/terrain/dcastle-chasm-ccw-bl.png
+%%DATADIR%%/data/core/images/terrain/dcastle-chasm-ccw-br.png
+%%DATADIR%%/data/core/images/terrain/dcastle-chasm-ccw-l.png
+%%DATADIR%%/data/core/images/terrain/dcastle-chasm-ccw-r.png
+%%DATADIR%%/data/core/images/terrain/dcastle-chasm-ccw-tl.png
+%%DATADIR%%/data/core/images/terrain/dcastle-chasm-ccw-tr.png
+%%DATADIR%%/data/core/images/terrain/dcastle-chasm-concave-bl.png
+%%DATADIR%%/data/core/images/terrain/dcastle-chasm-concave-br.png
+%%DATADIR%%/data/core/images/terrain/dcastle-chasm-concave-l.png
+%%DATADIR%%/data/core/images/terrain/dcastle-chasm-concave-r.png
+%%DATADIR%%/data/core/images/terrain/dcastle-chasm-concave-tl.png
+%%DATADIR%%/data/core/images/terrain/dcastle-chasm-concave-tr.png
+%%DATADIR%%/data/core/images/terrain/dcastle-chasm-convex-bl.png
+%%DATADIR%%/data/core/images/terrain/dcastle-chasm-convex-br.png
+%%DATADIR%%/data/core/images/terrain/dcastle-chasm-convex-l.png
+%%DATADIR%%/data/core/images/terrain/dcastle-chasm-convex-r.png
+%%DATADIR%%/data/core/images/terrain/dcastle-chasm-convex-tl.png
+%%DATADIR%%/data/core/images/terrain/dcastle-chasm-convex-tr.png
+%%DATADIR%%/data/core/images/terrain/dcastle-chasm-cw-bl.png
+%%DATADIR%%/data/core/images/terrain/dcastle-chasm-cw-br.png
+%%DATADIR%%/data/core/images/terrain/dcastle-chasm-cw-l.png
+%%DATADIR%%/data/core/images/terrain/dcastle-chasm-cw-r.png
+%%DATADIR%%/data/core/images/terrain/dcastle-chasm-cw-tl.png
+%%DATADIR%%/data/core/images/terrain/dcastle-chasm-cw-tr.png
+%%DATADIR%%/data/core/images/terrain/dcastle-lava-ccw-bl.png
+%%DATADIR%%/data/core/images/terrain/dcastle-lava-ccw-br.png
+%%DATADIR%%/data/core/images/terrain/dcastle-lava-ccw-l.png
+%%DATADIR%%/data/core/images/terrain/dcastle-lava-ccw-r.png
+%%DATADIR%%/data/core/images/terrain/dcastle-lava-ccw-tl.png
+%%DATADIR%%/data/core/images/terrain/dcastle-lava-ccw-tr.png
+%%DATADIR%%/data/core/images/terrain/dcastle-lava-chasm-ccw-bl.png
+%%DATADIR%%/data/core/images/terrain/dcastle-lava-chasm-ccw-br.png
+%%DATADIR%%/data/core/images/terrain/dcastle-lava-chasm-ccw-l.png
+%%DATADIR%%/data/core/images/terrain/dcastle-lava-chasm-ccw-r.png
+%%DATADIR%%/data/core/images/terrain/dcastle-lava-chasm-ccw-tl.png
+%%DATADIR%%/data/core/images/terrain/dcastle-lava-chasm-ccw-tr.png
+%%DATADIR%%/data/core/images/terrain/dcastle-lava-chasm-cw-bl.png
+%%DATADIR%%/data/core/images/terrain/dcastle-lava-chasm-cw-br.png
+%%DATADIR%%/data/core/images/terrain/dcastle-lava-chasm-cw-l.png
+%%DATADIR%%/data/core/images/terrain/dcastle-lava-chasm-cw-r.png
+%%DATADIR%%/data/core/images/terrain/dcastle-lava-chasm-cw-tl.png
+%%DATADIR%%/data/core/images/terrain/dcastle-lava-chasm-cw-tr.png
+%%DATADIR%%/data/core/images/terrain/dcastle-lava-concave-bl.png
+%%DATADIR%%/data/core/images/terrain/dcastle-lava-concave-br.png
+%%DATADIR%%/data/core/images/terrain/dcastle-lava-concave-l.png
+%%DATADIR%%/data/core/images/terrain/dcastle-lava-concave-r.png
+%%DATADIR%%/data/core/images/terrain/dcastle-lava-concave-tl.png
+%%DATADIR%%/data/core/images/terrain/dcastle-lava-concave-tr.png
+%%DATADIR%%/data/core/images/terrain/dcastle-lava-convex-bl.png
+%%DATADIR%%/data/core/images/terrain/dcastle-lava-convex-br.png
+%%DATADIR%%/data/core/images/terrain/dcastle-lava-convex-l.png
+%%DATADIR%%/data/core/images/terrain/dcastle-lava-convex-r.png
+%%DATADIR%%/data/core/images/terrain/dcastle-lava-convex-tl.png
+%%DATADIR%%/data/core/images/terrain/dcastle-lava-convex-tr.png
+%%DATADIR%%/data/core/images/terrain/dcastle-lava-cw-bl.png
+%%DATADIR%%/data/core/images/terrain/dcastle-lava-cw-br.png
+%%DATADIR%%/data/core/images/terrain/dcastle-lava-cw-l.png
+%%DATADIR%%/data/core/images/terrain/dcastle-lava-cw-r.png
+%%DATADIR%%/data/core/images/terrain/dcastle-lava-cw-tl.png
+%%DATADIR%%/data/core/images/terrain/dcastle-lava-cw-tr.png
%%DATADIR%%/data/core/images/terrain/desert-hills-n-ne.png
%%DATADIR%%/data/core/images/terrain/desert-hills-n.png
%%DATADIR%%/data/core/images/terrain/desert-hills-ne.png
@@ -3859,8 +3421,16 @@ bin/wesnoth
%%DATADIR%%/data/core/images/terrain/desert-nw.png
%%DATADIR%%/data/core/images/terrain/desert-oasis.png
%%DATADIR%%/data/core/images/terrain/desert-plant.png
+%%DATADIR%%/data/core/images/terrain/desert-plant10.png
+%%DATADIR%%/data/core/images/terrain/desert-plant11.png
%%DATADIR%%/data/core/images/terrain/desert-plant2.png
%%DATADIR%%/data/core/images/terrain/desert-plant3.png
+%%DATADIR%%/data/core/images/terrain/desert-plant4.png
+%%DATADIR%%/data/core/images/terrain/desert-plant5.png
+%%DATADIR%%/data/core/images/terrain/desert-plant6.png
+%%DATADIR%%/data/core/images/terrain/desert-plant7.png
+%%DATADIR%%/data/core/images/terrain/desert-plant8.png
+%%DATADIR%%/data/core/images/terrain/desert-plant9.png
%%DATADIR%%/data/core/images/terrain/desert-road-n-ne-se.png
%%DATADIR%%/data/core/images/terrain/desert-road-n-ne.png
%%DATADIR%%/data/core/images/terrain/desert-road-n.png
@@ -3891,15 +3461,14 @@ bin/wesnoth
%%DATADIR%%/data/core/images/terrain/desert-sw.png
%%DATADIR%%/data/core/images/terrain/desert-tile.png
%%DATADIR%%/data/core/images/terrain/desert.png
-%%DATADIR%%/data/core/images/terrain/desert1.png
%%DATADIR%%/data/core/images/terrain/desert2.png
%%DATADIR%%/data/core/images/terrain/desert3.png
%%DATADIR%%/data/core/images/terrain/desert4.png
%%DATADIR%%/data/core/images/terrain/desert5.png
%%DATADIR%%/data/core/images/terrain/desert6.png
%%DATADIR%%/data/core/images/terrain/desert7.png
+%%DATADIR%%/data/core/images/terrain/desert8.png
%%DATADIR%%/data/core/images/terrain/desert_crater.png
-%%DATADIR%%/data/core/images/terrain/flat/dirt-n-ne-se-s.png
%%DATADIR%%/data/core/images/terrain/flat/dirt-n-ne-se.png
%%DATADIR%%/data/core/images/terrain/flat/dirt-n-ne.png
%%DATADIR%%/data/core/images/terrain/flat/dirt-n.png
@@ -3909,7 +3478,6 @@ bin/wesnoth
%%DATADIR%%/data/core/images/terrain/flat/dirt-nw-n-ne.png
%%DATADIR%%/data/core/images/terrain/flat/dirt-nw-n.png
%%DATADIR%%/data/core/images/terrain/flat/dirt-nw.png
-%%DATADIR%%/data/core/images/terrain/flat/dirt-s-sw-nw-n.png
%%DATADIR%%/data/core/images/terrain/flat/dirt-s-sw-nw.png
%%DATADIR%%/data/core/images/terrain/flat/dirt-s-sw.png
%%DATADIR%%/data/core/images/terrain/flat/dirt-s.png
@@ -3920,15 +3488,21 @@ bin/wesnoth
%%DATADIR%%/data/core/images/terrain/flat/dirt-sw-nw.png
%%DATADIR%%/data/core/images/terrain/flat/dirt-sw.png
%%DATADIR%%/data/core/images/terrain/flat/dirt.png
+%%DATADIR%%/data/core/images/terrain/flat/dirt2.png
+%%DATADIR%%/data/core/images/terrain/flat/dirt3.png
+%%DATADIR%%/data/core/images/terrain/flat/dirt4.png
+%%DATADIR%%/data/core/images/terrain/flat/dirt5.png
+%%DATADIR%%/data/core/images/terrain/flat/dirt6.png
+%%DATADIR%%/data/core/images/terrain/flat/dirt7.png
%%DATADIR%%/data/core/images/terrain/flat/farm-veg-spring-icon.png
%%DATADIR%%/data/core/images/terrain/flat/farm-veg-spring-n.png
%%DATADIR%%/data/core/images/terrain/flat/farm-veg-spring-nw.png
%%DATADIR%%/data/core/images/terrain/flat/farm-veg-spring-s.png
%%DATADIR%%/data/core/images/terrain/flat/farm-veg-spring-se.png
-%%DATADIR%%/data/core/images/terrain/flat/farm-veg-spring1.png
+%%DATADIR%%/data/core/images/terrain/flat/farm-veg-spring.png
%%DATADIR%%/data/core/images/terrain/flat/farm-veg-spring2.png
%%DATADIR%%/data/core/images/terrain/flat/farm-veg-spring3.png
-%%DATADIR%%/data/core/images/terrain/flat/grass-flowers1.png
+%%DATADIR%%/data/core/images/terrain/flat/grass-flowers.png
%%DATADIR%%/data/core/images/terrain/flat/grass-flowers2.png
%%DATADIR%%/data/core/images/terrain/flat/grass-flowers3.png
%%DATADIR%%/data/core/images/terrain/flat/grass-flowers4.png
@@ -4057,6 +3631,7 @@ bin/wesnoth
%%DATADIR%%/data/core/images/terrain/flat/stone-path4.png
%%DATADIR%%/data/core/images/terrain/flat/stone-path5.png
%%DATADIR%%/data/core/images/terrain/flat/stone-path6.png
+%%DATADIR%%/data/core/images/terrain/fog-editor.png
%%DATADIR%%/data/core/images/terrain/fog-n-ne-se-s.png
%%DATADIR%%/data/core/images/terrain/fog-n-ne-se.png
%%DATADIR%%/data/core/images/terrain/fog-n-ne.png
@@ -4078,33 +3653,184 @@ bin/wesnoth
%%DATADIR%%/data/core/images/terrain/fog-sw-nw.png
%%DATADIR%%/data/core/images/terrain/fog-sw.png
%%DATADIR%%/data/core/images/terrain/fog.png
+%%DATADIR%%/data/core/images/terrain/forest/deciduous-fall-2.png
+%%DATADIR%%/data/core/images/terrain/forest/deciduous-fall-3.png
+%%DATADIR%%/data/core/images/terrain/forest/deciduous-fall-castle-small.png
+%%DATADIR%%/data/core/images/terrain/forest/deciduous-fall-sparse-2.png
+%%DATADIR%%/data/core/images/terrain/forest/deciduous-fall-sparse-3.png
+%%DATADIR%%/data/core/images/terrain/forest/deciduous-fall-sparse-castle-small.png
+%%DATADIR%%/data/core/images/terrain/forest/deciduous-fall-sparse.png
+%%DATADIR%%/data/core/images/terrain/forest/deciduous-fall-tile.png
+%%DATADIR%%/data/core/images/terrain/forest/deciduous-fall.png
+%%DATADIR%%/data/core/images/terrain/forest/deciduous-summer-2.png
+%%DATADIR%%/data/core/images/terrain/forest/deciduous-summer-3.png
+%%DATADIR%%/data/core/images/terrain/forest/deciduous-summer-4.png
+%%DATADIR%%/data/core/images/terrain/forest/deciduous-summer-castle-small.png
+%%DATADIR%%/data/core/images/terrain/forest/deciduous-summer-sparse-2.png
+%%DATADIR%%/data/core/images/terrain/forest/deciduous-summer-sparse-3.png
+%%DATADIR%%/data/core/images/terrain/forest/deciduous-summer-sparse-castle-small.png
+%%DATADIR%%/data/core/images/terrain/forest/deciduous-summer-sparse.png
+%%DATADIR%%/data/core/images/terrain/forest/deciduous-summer-tile.png
+%%DATADIR%%/data/core/images/terrain/forest/deciduous-summer.png
+%%DATADIR%%/data/core/images/terrain/forest/deciduous-winter-2.png
+%%DATADIR%%/data/core/images/terrain/forest/deciduous-winter-castle-small.png
+%%DATADIR%%/data/core/images/terrain/forest/deciduous-winter-snow-2.png
+%%DATADIR%%/data/core/images/terrain/forest/deciduous-winter-snow-castle-small.png
+%%DATADIR%%/data/core/images/terrain/forest/deciduous-winter-snow-sparse-2.png
+%%DATADIR%%/data/core/images/terrain/forest/deciduous-winter-snow-sparse-3.png
+%%DATADIR%%/data/core/images/terrain/forest/deciduous-winter-snow-sparse-castle-small.png
+%%DATADIR%%/data/core/images/terrain/forest/deciduous-winter-snow-sparse.png
+%%DATADIR%%/data/core/images/terrain/forest/deciduous-winter-snow-tile.png
+%%DATADIR%%/data/core/images/terrain/forest/deciduous-winter-snow.png
+%%DATADIR%%/data/core/images/terrain/forest/deciduous-winter-sparse-2.png
+%%DATADIR%%/data/core/images/terrain/forest/deciduous-winter-sparse-3.png
+%%DATADIR%%/data/core/images/terrain/forest/deciduous-winter-sparse-castle-small.png
+%%DATADIR%%/data/core/images/terrain/forest/deciduous-winter-sparse.png
+%%DATADIR%%/data/core/images/terrain/forest/deciduous-winter-tile.png
+%%DATADIR%%/data/core/images/terrain/forest/deciduous-winter.png
+%%DATADIR%%/data/core/images/terrain/forest/floor-n-ne-se.png
+%%DATADIR%%/data/core/images/terrain/forest/floor-n-ne.png
+%%DATADIR%%/data/core/images/terrain/forest/floor-n.png
+%%DATADIR%%/data/core/images/terrain/forest/floor-ne-se-s.png
+%%DATADIR%%/data/core/images/terrain/forest/floor-ne-se.png
+%%DATADIR%%/data/core/images/terrain/forest/floor-ne.png
+%%DATADIR%%/data/core/images/terrain/forest/floor-nw-n-ne.png
+%%DATADIR%%/data/core/images/terrain/forest/floor-nw-n.png
+%%DATADIR%%/data/core/images/terrain/forest/floor-nw.png
+%%DATADIR%%/data/core/images/terrain/forest/floor-s-sw-nw.png
+%%DATADIR%%/data/core/images/terrain/forest/floor-s-sw.png
+%%DATADIR%%/data/core/images/terrain/forest/floor-s.png
+%%DATADIR%%/data/core/images/terrain/forest/floor-se-s-sw.png
+%%DATADIR%%/data/core/images/terrain/forest/floor-se-s.png
+%%DATADIR%%/data/core/images/terrain/forest/floor-se.png
+%%DATADIR%%/data/core/images/terrain/forest/floor-sw-nw-n.png
+%%DATADIR%%/data/core/images/terrain/forest/floor-sw-nw.png
+%%DATADIR%%/data/core/images/terrain/forest/floor-sw.png
+%%DATADIR%%/data/core/images/terrain/forest/floor-to-water-n-ne-se.png
+%%DATADIR%%/data/core/images/terrain/forest/floor-to-water-n-ne.png
+%%DATADIR%%/data/core/images/terrain/forest/floor-to-water-n.png
+%%DATADIR%%/data/core/images/terrain/forest/floor-to-water-ne-se-s.png
+%%DATADIR%%/data/core/images/terrain/forest/floor-to-water-ne-se.png
+%%DATADIR%%/data/core/images/terrain/forest/floor-to-water-ne.png
+%%DATADIR%%/data/core/images/terrain/forest/floor-to-water-nw-n-ne.png
+%%DATADIR%%/data/core/images/terrain/forest/floor-to-water-nw-n.png
+%%DATADIR%%/data/core/images/terrain/forest/floor-to-water-nw.png
+%%DATADIR%%/data/core/images/terrain/forest/floor-to-water-s-sw-nw.png
+%%DATADIR%%/data/core/images/terrain/forest/floor-to-water-s-sw.png
+%%DATADIR%%/data/core/images/terrain/forest/floor-to-water-s.png
+%%DATADIR%%/data/core/images/terrain/forest/floor-to-water-se-s-sw.png
+%%DATADIR%%/data/core/images/terrain/forest/floor-to-water-se-s.png
+%%DATADIR%%/data/core/images/terrain/forest/floor-to-water-se.png
+%%DATADIR%%/data/core/images/terrain/forest/floor-to-water-sw-nw-n.png
+%%DATADIR%%/data/core/images/terrain/forest/floor-to-water-sw-nw.png
+%%DATADIR%%/data/core/images/terrain/forest/floor-to-water-sw.png
+%%DATADIR%%/data/core/images/terrain/forest/floor.png
+%%DATADIR%%/data/core/images/terrain/forest/floor2.png
+%%DATADIR%%/data/core/images/terrain/forest/floor3.png
%%DATADIR%%/data/core/images/terrain/forest/great-tree-tile.png
%%DATADIR%%/data/core/images/terrain/forest/great-tree1.png
%%DATADIR%%/data/core/images/terrain/forest/great-tree2.png
%%DATADIR%%/data/core/images/terrain/forest/great-tree3.png
+%%DATADIR%%/data/core/images/terrain/forest/mixed-fall-2.png
+%%DATADIR%%/data/core/images/terrain/forest/mixed-fall-castle-small.png
+%%DATADIR%%/data/core/images/terrain/forest/mixed-fall-sparse-2.png
+%%DATADIR%%/data/core/images/terrain/forest/mixed-fall-sparse-castle-small.png
+%%DATADIR%%/data/core/images/terrain/forest/mixed-fall-sparse.png
+%%DATADIR%%/data/core/images/terrain/forest/mixed-fall-tile.png
+%%DATADIR%%/data/core/images/terrain/forest/mixed-fall.png
+%%DATADIR%%/data/core/images/terrain/forest/mixed-summer-2.png
+%%DATADIR%%/data/core/images/terrain/forest/mixed-summer-castle-small.png
+%%DATADIR%%/data/core/images/terrain/forest/mixed-summer-sparse-2.png
+%%DATADIR%%/data/core/images/terrain/forest/mixed-summer-sparse-castle-small.png
+%%DATADIR%%/data/core/images/terrain/forest/mixed-summer-sparse.png
+%%DATADIR%%/data/core/images/terrain/forest/mixed-summer-tile.png
+%%DATADIR%%/data/core/images/terrain/forest/mixed-summer.png
+%%DATADIR%%/data/core/images/terrain/forest/mixed-winter-2.png
+%%DATADIR%%/data/core/images/terrain/forest/mixed-winter-castle-small.png
+%%DATADIR%%/data/core/images/terrain/forest/mixed-winter-snow-2.png
+%%DATADIR%%/data/core/images/terrain/forest/mixed-winter-snow-castle-small.png
+%%DATADIR%%/data/core/images/terrain/forest/mixed-winter-snow-sparse-2.png
+%%DATADIR%%/data/core/images/terrain/forest/mixed-winter-snow-sparse-castle-small.png
+%%DATADIR%%/data/core/images/terrain/forest/mixed-winter-snow-sparse.png
+%%DATADIR%%/data/core/images/terrain/forest/mixed-winter-snow-tile.png
+%%DATADIR%%/data/core/images/terrain/forest/mixed-winter-snow.png
+%%DATADIR%%/data/core/images/terrain/forest/mixed-winter-sparse-2.png
+%%DATADIR%%/data/core/images/terrain/forest/mixed-winter-sparse-castle-small.png
+%%DATADIR%%/data/core/images/terrain/forest/mixed-winter-sparse.png
+%%DATADIR%%/data/core/images/terrain/forest/mixed-winter-tile.png
+%%DATADIR%%/data/core/images/terrain/forest/mixed-winter.png
+%%DATADIR%%/data/core/images/terrain/forest/mushrooms-2.png
+%%DATADIR%%/data/core/images/terrain/forest/mushrooms-3.png
+%%DATADIR%%/data/core/images/terrain/forest/mushrooms-4.png
+%%DATADIR%%/data/core/images/terrain/forest/mushrooms-5.png
+%%DATADIR%%/data/core/images/terrain/forest/mushrooms-beam-tile.png
+%%DATADIR%%/data/core/images/terrain/forest/mushrooms-n.png
+%%DATADIR%%/data/core/images/terrain/forest/mushrooms-ne.png
+%%DATADIR%%/data/core/images/terrain/forest/mushrooms-nw.png
+%%DATADIR%%/data/core/images/terrain/forest/mushrooms-s.png
+%%DATADIR%%/data/core/images/terrain/forest/mushrooms-se.png
+%%DATADIR%%/data/core/images/terrain/forest/mushrooms-small.png
+%%DATADIR%%/data/core/images/terrain/forest/mushrooms-sw.png
+%%DATADIR%%/data/core/images/terrain/forest/mushrooms-tile.png
+%%DATADIR%%/data/core/images/terrain/forest/mushrooms.png
+%%DATADIR%%/data/core/images/terrain/forest/pine-2.png
+%%DATADIR%%/data/core/images/terrain/forest/pine-3.png
+%%DATADIR%%/data/core/images/terrain/forest/pine-4.png
%%DATADIR%%/data/core/images/terrain/forest/pine-castle-n.png
%%DATADIR%%/data/core/images/terrain/forest/pine-castle-ne.png
%%DATADIR%%/data/core/images/terrain/forest/pine-castle-nw.png
%%DATADIR%%/data/core/images/terrain/forest/pine-castle-s.png
%%DATADIR%%/data/core/images/terrain/forest/pine-castle-se.png
+%%DATADIR%%/data/core/images/terrain/forest/pine-castle-small.png
%%DATADIR%%/data/core/images/terrain/forest/pine-castle-sw.png
-%%DATADIR%%/data/core/images/terrain/forest/pine-castle.png
+%%DATADIR%%/data/core/images/terrain/forest/pine-small-2.png
+%%DATADIR%%/data/core/images/terrain/forest/pine-small.png
+%%DATADIR%%/data/core/images/terrain/forest/pine-sparse-2.png
+%%DATADIR%%/data/core/images/terrain/forest/pine-sparse-3.png
+%%DATADIR%%/data/core/images/terrain/forest/pine-sparse-4.png
+%%DATADIR%%/data/core/images/terrain/forest/pine-sparse.png
%%DATADIR%%/data/core/images/terrain/forest/pine-tile.png
%%DATADIR%%/data/core/images/terrain/forest/pine.png
-%%DATADIR%%/data/core/images/terrain/forest/pine2.png
-%%DATADIR%%/data/core/images/terrain/forest/pine2_small.png
-%%DATADIR%%/data/core/images/terrain/forest/pine3.png
-%%DATADIR%%/data/core/images/terrain/forest/pine4.png
-%%DATADIR%%/data/core/images/terrain/forest/pine_small.png
+%%DATADIR%%/data/core/images/terrain/forest/snow-forest-2.png
+%%DATADIR%%/data/core/images/terrain/forest/snow-forest-3.png
+%%DATADIR%%/data/core/images/terrain/forest/snow-forest-4.png
+%%DATADIR%%/data/core/images/terrain/forest/snow-forest-castle-n-ne.png
+%%DATADIR%%/data/core/images/terrain/forest/snow-forest-castle-n.png
+%%DATADIR%%/data/core/images/terrain/forest/snow-forest-castle-ne.png
+%%DATADIR%%/data/core/images/terrain/forest/snow-forest-castle-nw-n-ne.png
+%%DATADIR%%/data/core/images/terrain/forest/snow-forest-castle-nw-n.png
+%%DATADIR%%/data/core/images/terrain/forest/snow-forest-castle-nw.png
+%%DATADIR%%/data/core/images/terrain/forest/snow-forest-castle-s.png
+%%DATADIR%%/data/core/images/terrain/forest/snow-forest-castle-se.png
+%%DATADIR%%/data/core/images/terrain/forest/snow-forest-castle-small.png
+%%DATADIR%%/data/core/images/terrain/forest/snow-forest-castle-sw-nw.png
+%%DATADIR%%/data/core/images/terrain/forest/snow-forest-castle-sw.png
+%%DATADIR%%/data/core/images/terrain/forest/snow-forest-small.png
+%%DATADIR%%/data/core/images/terrain/forest/snow-forest-sparse-2.png
+%%DATADIR%%/data/core/images/terrain/forest/snow-forest-sparse-3.png
+%%DATADIR%%/data/core/images/terrain/forest/snow-forest-sparse-4.png
+%%DATADIR%%/data/core/images/terrain/forest/snow-forest-sparse.png
+%%DATADIR%%/data/core/images/terrain/forest/snow-forest-tile.png
+%%DATADIR%%/data/core/images/terrain/forest/snow-forest.png
+%%DATADIR%%/data/core/images/terrain/forest/tropical-2.png
+%%DATADIR%%/data/core/images/terrain/forest/tropical-3.png
+%%DATADIR%%/data/core/images/terrain/forest/tropical-4.png
%%DATADIR%%/data/core/images/terrain/forest/tropical-castle-n.png
%%DATADIR%%/data/core/images/terrain/forest/tropical-castle-ne.png
%%DATADIR%%/data/core/images/terrain/forest/tropical-castle-nw.png
-%%DATADIR%%/data/core/images/terrain/forest/tropical-castle.png
+%%DATADIR%%/data/core/images/terrain/forest/tropical-castle-small.png
%%DATADIR%%/data/core/images/terrain/forest/tropical-tile.png
%%DATADIR%%/data/core/images/terrain/forest/tropical.png
-%%DATADIR%%/data/core/images/terrain/forest/tropical2.png
-%%DATADIR%%/data/core/images/terrain/forest/tropical3.png
-%%DATADIR%%/data/core/images/terrain/forest/tropical4.png
+%%DATADIR%%/data/core/images/terrain/forested-deciduous-fall-hills-tile.png
+%%DATADIR%%/data/core/images/terrain/forested-deciduous-summer-hills-tile.png
+%%DATADIR%%/data/core/images/terrain/forested-deciduous-winter-hills-tile.png
+%%DATADIR%%/data/core/images/terrain/forested-deciduous-winter-snow-hills-tile.png
+%%DATADIR%%/data/core/images/terrain/forested-hills-tile.png
+%%DATADIR%%/data/core/images/terrain/forested-mixed-fall-hills-tile.png
+%%DATADIR%%/data/core/images/terrain/forested-mixed-summer-hills-tile.png
+%%DATADIR%%/data/core/images/terrain/forested-mixed-winter-hills-tile.png
+%%DATADIR%%/data/core/images/terrain/forested-mixed-winter-snow-hills-tile.png
+%%DATADIR%%/data/core/images/terrain/forested-snow-hills-tile.png
%%DATADIR%%/data/core/images/terrain/grid.png
%%DATADIR%%/data/core/images/terrain/hills-n-ne.png
%%DATADIR%%/data/core/images/terrain/hills-n.png
@@ -4114,7 +3840,7 @@ bin/wesnoth
%%DATADIR%%/data/core/images/terrain/hills-s.png
%%DATADIR%%/data/core/images/terrain/hills-se.png
%%DATADIR%%/data/core/images/terrain/hills-sw.png
-%%DATADIR%%/data/core/images/terrain/hills-variation1.png
+%%DATADIR%%/data/core/images/terrain/hills-variation.png
%%DATADIR%%/data/core/images/terrain/hills-variation2.png
%%DATADIR%%/data/core/images/terrain/hills-variation3.png
%%DATADIR%%/data/core/images/terrain/ice-n-ne-se-s.png
@@ -4155,79 +3881,44 @@ bin/wesnoth
%%DATADIR%%/data/core/images/terrain/ice4.png
%%DATADIR%%/data/core/images/terrain/ice5.png
%%DATADIR%%/data/core/images/terrain/ice6.png
-%%DATADIR%%/data/core/images/terrain/lava-chasm-ccw-e.png
-%%DATADIR%%/data/core/images/terrain/lava-chasm-ccw-ne.png
-%%DATADIR%%/data/core/images/terrain/lava-chasm-ccw-nw.png
-%%DATADIR%%/data/core/images/terrain/lava-chasm-ccw-se.png
-%%DATADIR%%/data/core/images/terrain/lava-chasm-ccw-sw.png
-%%DATADIR%%/data/core/images/terrain/lava-chasm-ccw-w.png
-%%DATADIR%%/data/core/images/terrain/lava-chasm-concave-e.png
-%%DATADIR%%/data/core/images/terrain/lava-chasm-concave-ne.png
-%%DATADIR%%/data/core/images/terrain/lava-chasm-concave-nw.png
-%%DATADIR%%/data/core/images/terrain/lava-chasm-concave-se.png
-%%DATADIR%%/data/core/images/terrain/lava-chasm-concave-sw.png
-%%DATADIR%%/data/core/images/terrain/lava-chasm-concave-w.png
-%%DATADIR%%/data/core/images/terrain/lava-chasm-convex-e.png
-%%DATADIR%%/data/core/images/terrain/lava-chasm-convex-ne.png
-%%DATADIR%%/data/core/images/terrain/lava-chasm-convex-nw.png
-%%DATADIR%%/data/core/images/terrain/lava-chasm-convex-se.png
-%%DATADIR%%/data/core/images/terrain/lava-chasm-convex-sw.png
-%%DATADIR%%/data/core/images/terrain/lava-chasm-convex-w.png
-%%DATADIR%%/data/core/images/terrain/lava-chasm-cw-e.png
-%%DATADIR%%/data/core/images/terrain/lava-chasm-cw-ne.png
-%%DATADIR%%/data/core/images/terrain/lava-chasm-cw-nw.png
-%%DATADIR%%/data/core/images/terrain/lava-chasm-cw-se.png
-%%DATADIR%%/data/core/images/terrain/lava-chasm-cw-sw.png
-%%DATADIR%%/data/core/images/terrain/lava-chasm-cw-w.png
+%%DATADIR%%/data/core/images/terrain/impassable-editor.png
+%%DATADIR%%/data/core/images/terrain/lava-chasm-ccw-bl.png
+%%DATADIR%%/data/core/images/terrain/lava-chasm-ccw-br.png
+%%DATADIR%%/data/core/images/terrain/lava-chasm-ccw-l.png
+%%DATADIR%%/data/core/images/terrain/lava-chasm-ccw-r.png
+%%DATADIR%%/data/core/images/terrain/lava-chasm-ccw-tl.png
+%%DATADIR%%/data/core/images/terrain/lava-chasm-ccw-tr.png
+%%DATADIR%%/data/core/images/terrain/lava-chasm-concave-bl.png
+%%DATADIR%%/data/core/images/terrain/lava-chasm-concave-br.png
+%%DATADIR%%/data/core/images/terrain/lava-chasm-concave-l.png
+%%DATADIR%%/data/core/images/terrain/lava-chasm-concave-r.png
+%%DATADIR%%/data/core/images/terrain/lava-chasm-concave-tl.png
+%%DATADIR%%/data/core/images/terrain/lava-chasm-concave-tr.png
+%%DATADIR%%/data/core/images/terrain/lava-chasm-convex-bl.png
+%%DATADIR%%/data/core/images/terrain/lava-chasm-convex-br.png
+%%DATADIR%%/data/core/images/terrain/lava-chasm-convex-l.png
+%%DATADIR%%/data/core/images/terrain/lava-chasm-convex-r.png
+%%DATADIR%%/data/core/images/terrain/lava-chasm-convex-tl.png
+%%DATADIR%%/data/core/images/terrain/lava-chasm-convex-tr.png
+%%DATADIR%%/data/core/images/terrain/lava-chasm-cw-bl.png
+%%DATADIR%%/data/core/images/terrain/lava-chasm-cw-br.png
+%%DATADIR%%/data/core/images/terrain/lava-chasm-cw-l.png
+%%DATADIR%%/data/core/images/terrain/lava-chasm-cw-r.png
+%%DATADIR%%/data/core/images/terrain/lava-chasm-cw-tl.png
+%%DATADIR%%/data/core/images/terrain/lava-chasm-cw-tr.png
%%DATADIR%%/data/core/images/terrain/lava-chasm-tile.png
-%%DATADIR%%/data/core/images/terrain/lava-concave-e.png
-%%DATADIR%%/data/core/images/terrain/lava-concave-ne.png
-%%DATADIR%%/data/core/images/terrain/lava-concave-nw.png
-%%DATADIR%%/data/core/images/terrain/lava-concave-se.png
-%%DATADIR%%/data/core/images/terrain/lava-concave-sw.png
-%%DATADIR%%/data/core/images/terrain/lava-concave-w.png
-%%DATADIR%%/data/core/images/terrain/lava-convex-e.png
-%%DATADIR%%/data/core/images/terrain/lava-convex-ne.png
-%%DATADIR%%/data/core/images/terrain/lava-convex-nw.png
-%%DATADIR%%/data/core/images/terrain/lava-convex-se.png
-%%DATADIR%%/data/core/images/terrain/lava-convex-sw.png
-%%DATADIR%%/data/core/images/terrain/lava-convex-w.png
-%%DATADIR%%/data/core/images/terrain/lava-dcastle-ccw-e.png
-%%DATADIR%%/data/core/images/terrain/lava-dcastle-ccw-ne.png
-%%DATADIR%%/data/core/images/terrain/lava-dcastle-ccw-nw.png
-%%DATADIR%%/data/core/images/terrain/lava-dcastle-ccw-se.png
-%%DATADIR%%/data/core/images/terrain/lava-dcastle-ccw-sw.png
-%%DATADIR%%/data/core/images/terrain/lava-dcastle-ccw-w.png
-%%DATADIR%%/data/core/images/terrain/lava-dcastle-chasm-ccw-e.png
-%%DATADIR%%/data/core/images/terrain/lava-dcastle-chasm-ccw-ne.png
-%%DATADIR%%/data/core/images/terrain/lava-dcastle-chasm-ccw-nw.png
-%%DATADIR%%/data/core/images/terrain/lava-dcastle-chasm-ccw-se.png
-%%DATADIR%%/data/core/images/terrain/lava-dcastle-chasm-ccw-sw.png
-%%DATADIR%%/data/core/images/terrain/lava-dcastle-chasm-ccw-w.png
-%%DATADIR%%/data/core/images/terrain/lava-dcastle-chasm-cw-e.png
-%%DATADIR%%/data/core/images/terrain/lava-dcastle-chasm-cw-ne.png
-%%DATADIR%%/data/core/images/terrain/lava-dcastle-chasm-cw-nw.png
-%%DATADIR%%/data/core/images/terrain/lava-dcastle-chasm-cw-se.png
-%%DATADIR%%/data/core/images/terrain/lava-dcastle-chasm-cw-sw.png
-%%DATADIR%%/data/core/images/terrain/lava-dcastle-chasm-cw-w.png
-%%DATADIR%%/data/core/images/terrain/lava-dcastle-concave-e.png
-%%DATADIR%%/data/core/images/terrain/lava-dcastle-concave-ne.png
-%%DATADIR%%/data/core/images/terrain/lava-dcastle-concave-nw.png
-%%DATADIR%%/data/core/images/terrain/lava-dcastle-concave-se.png
-%%DATADIR%%/data/core/images/terrain/lava-dcastle-concave-sw.png
-%%DATADIR%%/data/core/images/terrain/lava-dcastle-concave-w.png
-%%DATADIR%%/data/core/images/terrain/lava-dcastle-convex-e.png
-%%DATADIR%%/data/core/images/terrain/lava-dcastle-convex-ne.png
-%%DATADIR%%/data/core/images/terrain/lava-dcastle-convex-nw.png
-%%DATADIR%%/data/core/images/terrain/lava-dcastle-convex-se.png
-%%DATADIR%%/data/core/images/terrain/lava-dcastle-convex-sw.png
-%%DATADIR%%/data/core/images/terrain/lava-dcastle-convex-w.png
-%%DATADIR%%/data/core/images/terrain/lava-dcastle-cw-e.png
-%%DATADIR%%/data/core/images/terrain/lava-dcastle-cw-ne.png
-%%DATADIR%%/data/core/images/terrain/lava-dcastle-cw-nw.png
-%%DATADIR%%/data/core/images/terrain/lava-dcastle-cw-se.png
-%%DATADIR%%/data/core/images/terrain/lava-dcastle-cw-sw.png
-%%DATADIR%%/data/core/images/terrain/lava-dcastle-cw-w.png
+%%DATADIR%%/data/core/images/terrain/lava-concave-bl.png
+%%DATADIR%%/data/core/images/terrain/lava-concave-br.png
+%%DATADIR%%/data/core/images/terrain/lava-concave-l.png
+%%DATADIR%%/data/core/images/terrain/lava-concave-r.png
+%%DATADIR%%/data/core/images/terrain/lava-concave-tl.png
+%%DATADIR%%/data/core/images/terrain/lava-concave-tr.png
+%%DATADIR%%/data/core/images/terrain/lava-convex-bl.png
+%%DATADIR%%/data/core/images/terrain/lava-convex-br.png
+%%DATADIR%%/data/core/images/terrain/lava-convex-l.png
+%%DATADIR%%/data/core/images/terrain/lava-convex-r.png
+%%DATADIR%%/data/core/images/terrain/lava-convex-tl.png
+%%DATADIR%%/data/core/images/terrain/lava-convex-tr.png
%%DATADIR%%/data/core/images/terrain/lava-n-ne-nw-s.png
%%DATADIR%%/data/core/images/terrain/lava-n-ne-nw.png
%%DATADIR%%/data/core/images/terrain/lava-n-ne.png
@@ -4257,7 +3948,7 @@ bin/wesnoth
%%DATADIR%%/data/core/images/terrain/mountain6_1.png
%%DATADIR%%/data/core/images/terrain/mountain6_2.png
%%DATADIR%%/data/core/images/terrain/mountain6_3.png
-%%DATADIR%%/data/core/images/terrain/mountain_peak1.png
+%%DATADIR%%/data/core/images/terrain/mountain_peak.png
%%DATADIR%%/data/core/images/terrain/mountain_peak2.png
%%DATADIR%%/data/core/images/terrain/mountain_peak3.png
%%DATADIR%%/data/core/images/terrain/mountain_peak4.png
@@ -4304,21 +3995,6 @@ bin/wesnoth
%%DATADIR%%/data/core/images/terrain/mountains.png
%%DATADIR%%/data/core/images/terrain/mountains2.png
%%DATADIR%%/data/core/images/terrain/mountains3.png
-%%DATADIR%%/data/core/images/terrain/mushrooms-above-tile.png
-%%DATADIR%%/data/core/images/terrain/mushrooms-beam-tile.png
-%%DATADIR%%/data/core/images/terrain/mushrooms-castle-n.png
-%%DATADIR%%/data/core/images/terrain/mushrooms-castle-ne.png
-%%DATADIR%%/data/core/images/terrain/mushrooms-castle-nw.png
-%%DATADIR%%/data/core/images/terrain/mushrooms-castle-s.png
-%%DATADIR%%/data/core/images/terrain/mushrooms-castle-se.png
-%%DATADIR%%/data/core/images/terrain/mushrooms-castle-sw.png
-%%DATADIR%%/data/core/images/terrain/mushrooms-castle.png
-%%DATADIR%%/data/core/images/terrain/mushrooms-tile.png
-%%DATADIR%%/data/core/images/terrain/mushrooms.png
-%%DATADIR%%/data/core/images/terrain/mushrooms2.png
-%%DATADIR%%/data/core/images/terrain/mushrooms3.png
-%%DATADIR%%/data/core/images/terrain/mushrooms4.png
-%%DATADIR%%/data/core/images/terrain/mushrooms5.png
%%DATADIR%%/data/core/images/terrain/off-map/alpha.png
%%DATADIR%%/data/core/images/terrain/off-map/background.png
%%DATADIR%%/data/core/images/terrain/off-map/fade_border_bottom_even.png
@@ -4376,26 +4052,10 @@ bin/wesnoth
%%DATADIR%%/data/core/images/terrain/sand7.png
%%DATADIR%%/data/core/images/terrain/sand8.png
%%DATADIR%%/data/core/images/terrain/sand_rubble-tile.png
-%%DATADIR%%/data/core/images/terrain/sand_rubble1.png
+%%DATADIR%%/data/core/images/terrain/sand_rubble.png
%%DATADIR%%/data/core/images/terrain/sand_rubble2.png
%%DATADIR%%/data/core/images/terrain/sand_rubble3.png
-%%DATADIR%%/data/core/images/terrain/snow-forest-castle-n-ne.png
-%%DATADIR%%/data/core/images/terrain/snow-forest-castle-n.png
-%%DATADIR%%/data/core/images/terrain/snow-forest-castle-ne.png
-%%DATADIR%%/data/core/images/terrain/snow-forest-castle-nw-n-ne.png
-%%DATADIR%%/data/core/images/terrain/snow-forest-castle-nw-n.png
-%%DATADIR%%/data/core/images/terrain/snow-forest-castle-nw.png
-%%DATADIR%%/data/core/images/terrain/snow-forest-castle-s.png
-%%DATADIR%%/data/core/images/terrain/snow-forest-castle-se.png
-%%DATADIR%%/data/core/images/terrain/snow-forest-castle-sw-nw.png
-%%DATADIR%%/data/core/images/terrain/snow-forest-castle-sw.png
-%%DATADIR%%/data/core/images/terrain/snow-forest-castle.png
-%%DATADIR%%/data/core/images/terrain/snow-forest-tile.png
-%%DATADIR%%/data/core/images/terrain/snow-forest.png
-%%DATADIR%%/data/core/images/terrain/snow-forest2.png
-%%DATADIR%%/data/core/images/terrain/snow-forest3.png
-%%DATADIR%%/data/core/images/terrain/snow-forest4.png
-%%DATADIR%%/data/core/images/terrain/snow-forest_small.png
+%%DATADIR%%/data/core/images/terrain/shroud-editor.png
%%DATADIR%%/data/core/images/terrain/snow-hills-n-ne.png
%%DATADIR%%/data/core/images/terrain/snow-hills-n.png
%%DATADIR%%/data/core/images/terrain/snow-hills-ne.png
@@ -4429,6 +4089,10 @@ bin/wesnoth
%%DATADIR%%/data/core/images/terrain/snow-hills.png
%%DATADIR%%/data/core/images/terrain/snow-hills2.png
%%DATADIR%%/data/core/images/terrain/snow-hills3.png
+%%DATADIR%%/data/core/images/terrain/snow-mountain-tile.png
+%%DATADIR%%/data/core/images/terrain/snow-mountains.png
+%%DATADIR%%/data/core/images/terrain/snow-mountains2.png
+%%DATADIR%%/data/core/images/terrain/snow-mountains3.png
%%DATADIR%%/data/core/images/terrain/snow-n-ne-se-s.png
%%DATADIR%%/data/core/images/terrain/snow-n-ne-se.png
%%DATADIR%%/data/core/images/terrain/snow-n-ne.png
@@ -4478,22 +4142,22 @@ bin/wesnoth
%%DATADIR%%/data/core/images/terrain/stars/blue5.png
%%DATADIR%%/data/core/images/terrain/stars/blue6.png
%%DATADIR%%/data/core/images/terrain/stars/blue7.png
-%%DATADIR%%/data/core/images/terrain/swamp/reed-castle-n.png
-%%DATADIR%%/data/core/images/terrain/swamp/reed-castle-ne.png
-%%DATADIR%%/data/core/images/terrain/swamp/reed-castle-nw.png
-%%DATADIR%%/data/core/images/terrain/swamp/reed-castle-s.png
-%%DATADIR%%/data/core/images/terrain/swamp/reed-castle-se.png
-%%DATADIR%%/data/core/images/terrain/swamp/reed-castle-sw.png
-%%DATADIR%%/data/core/images/terrain/swamp/reed1-small.png
-%%DATADIR%%/data/core/images/terrain/swamp/reed1.png
-%%DATADIR%%/data/core/images/terrain/swamp/reed2-small.png
-%%DATADIR%%/data/core/images/terrain/swamp/reed2.png
-%%DATADIR%%/data/core/images/terrain/swamp/reed3-small.png
-%%DATADIR%%/data/core/images/terrain/swamp/reed3.png
-%%DATADIR%%/data/core/images/terrain/swamp/reed4-small.png
-%%DATADIR%%/data/core/images/terrain/swamp/reed4.png
-%%DATADIR%%/data/core/images/terrain/swamp/reed5.png
-%%DATADIR%%/data/core/images/terrain/swamp/reed6.png
+%%DATADIR%%/data/core/images/terrain/swamp/reed-2.png
+%%DATADIR%%/data/core/images/terrain/swamp/reed-3.png
+%%DATADIR%%/data/core/images/terrain/swamp/reed-4.png
+%%DATADIR%%/data/core/images/terrain/swamp/reed-5.png
+%%DATADIR%%/data/core/images/terrain/swamp/reed-6.png
+%%DATADIR%%/data/core/images/terrain/swamp/reed-n.png
+%%DATADIR%%/data/core/images/terrain/swamp/reed-ne.png
+%%DATADIR%%/data/core/images/terrain/swamp/reed-nw.png
+%%DATADIR%%/data/core/images/terrain/swamp/reed-s.png
+%%DATADIR%%/data/core/images/terrain/swamp/reed-se.png
+%%DATADIR%%/data/core/images/terrain/swamp/reed-small-2.png
+%%DATADIR%%/data/core/images/terrain/swamp/reed-small-3.png
+%%DATADIR%%/data/core/images/terrain/swamp/reed-small-4.png
+%%DATADIR%%/data/core/images/terrain/swamp/reed-small.png
+%%DATADIR%%/data/core/images/terrain/swamp/reed-sw.png
+%%DATADIR%%/data/core/images/terrain/swamp/reed.png
%%DATADIR%%/data/core/images/terrain/swamp/water-flowers1.png
%%DATADIR%%/data/core/images/terrain/swamp/water-flowers2.png
%%DATADIR%%/data/core/images/terrain/swamp/water-n-ne-se.png
@@ -4522,6 +4186,7 @@ bin/wesnoth
%%DATADIR%%/data/core/images/terrain/swamp/water3.png
%%DATADIR%%/data/core/images/terrain/tent.png
%%DATADIR%%/data/core/images/terrain/tent2.png
+%%DATADIR%%/data/core/images/terrain/village/camp-tile.png
%%DATADIR%%/data/core/images/terrain/village/cave-tile.png
%%DATADIR%%/data/core/images/terrain/village/cave.png
%%DATADIR%%/data/core/images/terrain/village/cave2.png
@@ -4529,8 +4194,18 @@ bin/wesnoth
%%DATADIR%%/data/core/images/terrain/village/coast-tile.png
%%DATADIR%%/data/core/images/terrain/village/coast.png
%%DATADIR%%/data/core/images/terrain/village/coast2.png
+%%DATADIR%%/data/core/images/terrain/village/coast3.png
+%%DATADIR%%/data/core/images/terrain/village/coast4.png
+%%DATADIR%%/data/core/images/terrain/village/coast5-1.png
+%%DATADIR%%/data/core/images/terrain/village/coast5-2.png
+%%DATADIR%%/data/core/images/terrain/village/coast5-3.png
+%%DATADIR%%/data/core/images/terrain/village/coast5-4.png
%%DATADIR%%/data/core/images/terrain/village/desert-camp-tile.png
%%DATADIR%%/data/core/images/terrain/village/desert-camp.png
+%%DATADIR%%/data/core/images/terrain/village/desert-oasis-1.png
+%%DATADIR%%/data/core/images/terrain/village/desert-oasis-2.png
+%%DATADIR%%/data/core/images/terrain/village/desert-oasis-3.png
+%%DATADIR%%/data/core/images/terrain/village/desert-oasis-tile.png
%%DATADIR%%/data/core/images/terrain/village/desert-tile.png
%%DATADIR%%/data/core/images/terrain/village/desert.png
%%DATADIR%%/data/core/images/terrain/village/desert2.png
@@ -4550,22 +4225,33 @@ bin/wesnoth
%%DATADIR%%/data/core/images/terrain/village/elven2.png
%%DATADIR%%/data/core/images/terrain/village/elven3.png
%%DATADIR%%/data/core/images/terrain/village/elven4.png
+%%DATADIR%%/data/core/images/terrain/village/human-city-tile.png
+%%DATADIR%%/data/core/images/terrain/village/human-city.png
+%%DATADIR%%/data/core/images/terrain/village/human-city2.png
+%%DATADIR%%/data/core/images/terrain/village/human-city3.png
%%DATADIR%%/data/core/images/terrain/village/human-hills-tile.png
+%%DATADIR%%/data/core/images/terrain/village/human-hills.png
%%DATADIR%%/data/core/images/terrain/village/human-mountain-tile.png
%%DATADIR%%/data/core/images/terrain/village/human-snow-hills-tile.png
+%%DATADIR%%/data/core/images/terrain/village/human-snow-hills.png
+%%DATADIR%%/data/core/images/terrain/village/human-snow-mountain-tile.png
%%DATADIR%%/data/core/images/terrain/village/human-snow.png
%%DATADIR%%/data/core/images/terrain/village/human-snow2.png
%%DATADIR%%/data/core/images/terrain/village/human-snow3.png
%%DATADIR%%/data/core/images/terrain/village/human-snow4.png
-%%DATADIR%%/data/core/images/terrain/village/human-snow5.png
%%DATADIR%%/data/core/images/terrain/village/human-tile.png
%%DATADIR%%/data/core/images/terrain/village/human.png
%%DATADIR%%/data/core/images/terrain/village/human2.png
%%DATADIR%%/data/core/images/terrain/village/human3.png
%%DATADIR%%/data/core/images/terrain/village/human4.png
-%%DATADIR%%/data/core/images/terrain/village/human5.png
+%%DATADIR%%/data/core/images/terrain/village/hut-hills-tile.png
+%%DATADIR%%/data/core/images/terrain/village/hut-mountains-tile.png
+%%DATADIR%%/data/core/images/terrain/village/hut-snow-hills-tile.png
+%%DATADIR%%/data/core/images/terrain/village/hut-snow-tile.png
+%%DATADIR%%/data/core/images/terrain/village/hut-snow.png
+%%DATADIR%%/data/core/images/terrain/village/hut-snow2.png
%%DATADIR%%/data/core/images/terrain/village/hut-tile.png
-%%DATADIR%%/data/core/images/terrain/village/hut1.png
+%%DATADIR%%/data/core/images/terrain/village/hut.png
%%DATADIR%%/data/core/images/terrain/village/hut2.png
%%DATADIR%%/data/core/images/terrain/village/snow-tile.png
%%DATADIR%%/data/core/images/terrain/village/swamp-merfolk-tile.png
@@ -4596,6 +4282,38 @@ bin/wesnoth
%%DATADIR%%/data/core/images/terrain/void-sw-nw.png
%%DATADIR%%/data/core/images/terrain/void-sw.png
%%DATADIR%%/data/core/images/terrain/void.png
+%%DATADIR%%/data/core/images/terrain/walls/wall-stone-base.png
+%%DATADIR%%/data/core/images/terrain/walls/wall-stone-n-ne-se-bg.png
+%%DATADIR%%/data/core/images/terrain/walls/wall-stone-n-ne-se-fg.png
+%%DATADIR%%/data/core/images/terrain/walls/wall-stone-n-ne-se-s-fg.png
+%%DATADIR%%/data/core/images/terrain/walls/wall-stone-n-ne.png
+%%DATADIR%%/data/core/images/terrain/walls/wall-stone-n.png
+%%DATADIR%%/data/core/images/terrain/walls/wall-stone-ne-se-s-sw-nw-fg.png
+%%DATADIR%%/data/core/images/terrain/walls/wall-stone-ne-se-s-sw.png
+%%DATADIR%%/data/core/images/terrain/walls/wall-stone-ne-se-s.png
+%%DATADIR%%/data/core/images/terrain/walls/wall-stone-ne-se.png
+%%DATADIR%%/data/core/images/terrain/walls/wall-stone-ne.png
+%%DATADIR%%/data/core/images/terrain/walls/wall-stone-nw-n-ne-se-bg.png
+%%DATADIR%%/data/core/images/terrain/walls/wall-stone-nw-n-ne.png
+%%DATADIR%%/data/core/images/terrain/walls/wall-stone-nw-n.png
+%%DATADIR%%/data/core/images/terrain/walls/wall-stone-nw.png
+%%DATADIR%%/data/core/images/terrain/walls/wall-stone-s-sw-ne-n-fg.png
+%%DATADIR%%/data/core/images/terrain/walls/wall-stone-s-sw-nw-n-fg.png
+%%DATADIR%%/data/core/images/terrain/walls/wall-stone-s-sw-nw.png
+%%DATADIR%%/data/core/images/terrain/walls/wall-stone-s-sw.png
+%%DATADIR%%/data/core/images/terrain/walls/wall-stone-s.png
+%%DATADIR%%/data/core/images/terrain/walls/wall-stone-se-s-sw-nw.png
+%%DATADIR%%/data/core/images/terrain/walls/wall-stone-se-s-sw.png
+%%DATADIR%%/data/core/images/terrain/walls/wall-stone-se-s.png
+%%DATADIR%%/data/core/images/terrain/walls/wall-stone-se.png
+%%DATADIR%%/data/core/images/terrain/walls/wall-stone-sw-ne.png
+%%DATADIR%%/data/core/images/terrain/walls/wall-stone-sw-nw-n-bg.png
+%%DATADIR%%/data/core/images/terrain/walls/wall-stone-sw-nw-n-fg.png
+%%DATADIR%%/data/core/images/terrain/walls/wall-stone-sw-nw-n-ne-bg.png
+%%DATADIR%%/data/core/images/terrain/walls/wall-stone-sw-nw-n-ne-se-bg.png
+%%DATADIR%%/data/core/images/terrain/walls/wall-stone-sw-nw.png
+%%DATADIR%%/data/core/images/terrain/walls/wall-stone-sw.png
+%%DATADIR%%/data/core/images/terrain/walls/wall-stone-tile.png
%%DATADIR%%/data/core/images/terrain/water/coast-n.png
%%DATADIR%%/data/core/images/terrain/water/coast-ne.png
%%DATADIR%%/data/core/images/terrain/water/coast-nw.png
@@ -4622,6 +4340,9 @@ bin/wesnoth
%%DATADIR%%/data/core/images/terrain/water/ocean.png
%%DATADIR%%/data/core/images/terrain/water/ocean2.png
%%DATADIR%%/data/core/images/terrain/water/ocean3.png
+%%DATADIR%%/data/core/images/terrain/water/reef.png
+%%DATADIR%%/data/core/images/terrain/water/reef2.png
+%%DATADIR%%/data/core/images/terrain/water/reef3.png
%%DATADIR%%/data/core/images/terrain/windmill-01.png
%%DATADIR%%/data/core/images/terrain/windmill-02.png
%%DATADIR%%/data/core/images/terrain/windmill-03.png
@@ -4895,12 +4616,8 @@ bin/wesnoth
%%DATADIR%%/data/core/images/units/dwarves/berserker-attack-6.png
%%DATADIR%%/data/core/images/units/dwarves/berserker-attack-7.png
%%DATADIR%%/data/core/images/units/dwarves/berserker-attack-8.png
-%%DATADIR%%/data/core/images/units/dwarves/berserker-attack1.png
-%%DATADIR%%/data/core/images/units/dwarves/berserker-attack2.png
-%%DATADIR%%/data/core/images/units/dwarves/berserker-attack3.png
%%DATADIR%%/data/core/images/units/dwarves/berserker-defend-1.png
%%DATADIR%%/data/core/images/units/dwarves/berserker-defend-2.png
-%%DATADIR%%/data/core/images/units/dwarves/berserker-defend.png
%%DATADIR%%/data/core/images/units/dwarves/berserker-idle-1.png
%%DATADIR%%/data/core/images/units/dwarves/berserker-idle-10.png
%%DATADIR%%/data/core/images/units/dwarves/berserker-idle-11.png
@@ -4939,7 +4656,6 @@ bin/wesnoth
%%DATADIR%%/data/core/images/units/dwarves/fighter-axe-9.png
%%DATADIR%%/data/core/images/units/dwarves/fighter-defend-1.png
%%DATADIR%%/data/core/images/units/dwarves/fighter-defend-2.png
-%%DATADIR%%/data/core/images/units/dwarves/fighter-defend.png
%%DATADIR%%/data/core/images/units/dwarves/fighter-hammer-1.png
%%DATADIR%%/data/core/images/units/dwarves/fighter-hammer-2.png
%%DATADIR%%/data/core/images/units/dwarves/fighter-hammer-3.png
@@ -4954,26 +4670,20 @@ bin/wesnoth
%%DATADIR%%/data/core/images/units/dwarves/fighter-idle-7.png
%%DATADIR%%/data/core/images/units/dwarves/fighter-idle-8.png
%%DATADIR%%/data/core/images/units/dwarves/fighter.png
-%%DATADIR%%/data/core/images/units/dwarves/gryphon-master-attack.png
%%DATADIR%%/data/core/images/units/dwarves/gryphon-master-flying-1.png
-%%DATADIR%%/data/core/images/units/dwarves/gryphon-master-flying-1and3.png
%%DATADIR%%/data/core/images/units/dwarves/gryphon-master-flying-2.png
%%DATADIR%%/data/core/images/units/dwarves/gryphon-master-flying-3.png
%%DATADIR%%/data/core/images/units/dwarves/gryphon-master-flying-4.png
%%DATADIR%%/data/core/images/units/dwarves/gryphon-master-flying-5.png
-%%DATADIR%%/data/core/images/units/dwarves/gryphon-master-flying-5and7.png
%%DATADIR%%/data/core/images/units/dwarves/gryphon-master-flying-6.png
%%DATADIR%%/data/core/images/units/dwarves/gryphon-master-flying-7.png
%%DATADIR%%/data/core/images/units/dwarves/gryphon-master-flying-8.png
%%DATADIR%%/data/core/images/units/dwarves/gryphon-master.png
-%%DATADIR%%/data/core/images/units/dwarves/gryphon-rider-attack.png
%%DATADIR%%/data/core/images/units/dwarves/gryphon-rider-flying-1.png
-%%DATADIR%%/data/core/images/units/dwarves/gryphon-rider-flying-1and3.png
%%DATADIR%%/data/core/images/units/dwarves/gryphon-rider-flying-2.png
%%DATADIR%%/data/core/images/units/dwarves/gryphon-rider-flying-3.png
%%DATADIR%%/data/core/images/units/dwarves/gryphon-rider-flying-4.png
%%DATADIR%%/data/core/images/units/dwarves/gryphon-rider-flying-5.png
-%%DATADIR%%/data/core/images/units/dwarves/gryphon-rider-flying-5and7.png
%%DATADIR%%/data/core/images/units/dwarves/gryphon-rider-flying-6.png
%%DATADIR%%/data/core/images/units/dwarves/gryphon-rider-flying-7.png
%%DATADIR%%/data/core/images/units/dwarves/gryphon-rider-flying-8.png
@@ -4989,7 +4699,6 @@ bin/wesnoth
%%DATADIR%%/data/core/images/units/dwarves/guard-idle-6.png
%%DATADIR%%/data/core/images/units/dwarves/guard.png
%%DATADIR%%/data/core/images/units/dwarves/lord-attack-mace.png
-%%DATADIR%%/data/core/images/units/dwarves/lord-attack.png
%%DATADIR%%/data/core/images/units/dwarves/lord-axe-1.png
%%DATADIR%%/data/core/images/units/dwarves/lord-axe-2.png
%%DATADIR%%/data/core/images/units/dwarves/lord-axe-3.png
@@ -5001,7 +4710,6 @@ bin/wesnoth
%%DATADIR%%/data/core/images/units/dwarves/lord-axe-9.png
%%DATADIR%%/data/core/images/units/dwarves/lord-defend-1.png
%%DATADIR%%/data/core/images/units/dwarves/lord-defend-2.png
-%%DATADIR%%/data/core/images/units/dwarves/lord-defend.png
%%DATADIR%%/data/core/images/units/dwarves/lord-ranged.png
%%DATADIR%%/data/core/images/units/dwarves/lord.png
%%DATADIR%%/data/core/images/units/dwarves/runemaster-attack1.png
@@ -5019,15 +4727,12 @@ bin/wesnoth
%%DATADIR%%/data/core/images/units/dwarves/sentinel-attack.png
%%DATADIR%%/data/core/images/units/dwarves/sentinel-defend-1.png
%%DATADIR%%/data/core/images/units/dwarves/sentinel-defend-2.png
-%%DATADIR%%/data/core/images/units/dwarves/sentinel-defend.png
%%DATADIR%%/data/core/images/units/dwarves/sentinel.png
%%DATADIR%%/data/core/images/units/dwarves/stalwart-attack.png
%%DATADIR%%/data/core/images/units/dwarves/stalwart-defend-1.png
%%DATADIR%%/data/core/images/units/dwarves/stalwart-defend-2.png
-%%DATADIR%%/data/core/images/units/dwarves/stalwart-defend.png
%%DATADIR%%/data/core/images/units/dwarves/stalwart.png
%%DATADIR%%/data/core/images/units/dwarves/steelclad-attack-mace.png
-%%DATADIR%%/data/core/images/units/dwarves/steelclad-attack.png
%%DATADIR%%/data/core/images/units/dwarves/steelclad-axe-1.png
%%DATADIR%%/data/core/images/units/dwarves/steelclad-axe-2.png
%%DATADIR%%/data/core/images/units/dwarves/steelclad-axe-3.png
@@ -5039,7 +4744,6 @@ bin/wesnoth
%%DATADIR%%/data/core/images/units/dwarves/steelclad-axe-9.png
%%DATADIR%%/data/core/images/units/dwarves/steelclad-defend-1.png
%%DATADIR%%/data/core/images/units/dwarves/steelclad-defend-2.png
-%%DATADIR%%/data/core/images/units/dwarves/steelclad-defend.png
%%DATADIR%%/data/core/images/units/dwarves/steelclad-idle-1.png
%%DATADIR%%/data/core/images/units/dwarves/steelclad-idle-10.png
%%DATADIR%%/data/core/images/units/dwarves/steelclad-idle-11.png
@@ -5060,6 +4764,12 @@ bin/wesnoth
%%DATADIR%%/data/core/images/units/dwarves/thunderer-die1.png
%%DATADIR%%/data/core/images/units/dwarves/thunderer-die2.png
%%DATADIR%%/data/core/images/units/dwarves/thunderer-die3.png
+%%DATADIR%%/data/core/images/units/dwarves/thunderer-idle-1.png
+%%DATADIR%%/data/core/images/units/dwarves/thunderer-idle-2.png
+%%DATADIR%%/data/core/images/units/dwarves/thunderer-idle-3.png
+%%DATADIR%%/data/core/images/units/dwarves/thunderer-idle-4.png
+%%DATADIR%%/data/core/images/units/dwarves/thunderer-idle-5.png
+%%DATADIR%%/data/core/images/units/dwarves/thunderer-idle-6.png
%%DATADIR%%/data/core/images/units/dwarves/thunderer-melee1.png
%%DATADIR%%/data/core/images/units/dwarves/thunderer-melee2.png
%%DATADIR%%/data/core/images/units/dwarves/thunderer.png
@@ -5079,8 +4789,6 @@ bin/wesnoth
%%DATADIR%%/data/core/images/units/dwarves/ulfserker-attack-6.png
%%DATADIR%%/data/core/images/units/dwarves/ulfserker-attack-7.png
%%DATADIR%%/data/core/images/units/dwarves/ulfserker-attack-8.png
-%%DATADIR%%/data/core/images/units/dwarves/ulfserker-attack.png
-%%DATADIR%%/data/core/images/units/dwarves/ulfserker-defend.png
%%DATADIR%%/data/core/images/units/dwarves/ulfserker-idle-1.png
%%DATADIR%%/data/core/images/units/dwarves/ulfserker-idle-2.png
%%DATADIR%%/data/core/images/units/dwarves/ulfserker-idle-3.png
@@ -5190,9 +4898,16 @@ bin/wesnoth
%%DATADIR%%/data/core/images/units/elves-wood/druid-magic-3.png
%%DATADIR%%/data/core/images/units/elves-wood/druid-magic-4.png
%%DATADIR%%/data/core/images/units/elves-wood/druid.png
-%%DATADIR%%/data/core/images/units/elves-wood/enchantress-defend.png
-%%DATADIR%%/data/core/images/units/elves-wood/enchantress-magic.png
-%%DATADIR%%/data/core/images/units/elves-wood/enchantress-melee.png
+%%DATADIR%%/data/core/images/units/elves-wood/enchantress-defend-1.png
+%%DATADIR%%/data/core/images/units/elves-wood/enchantress-defend-2.png
+%%DATADIR%%/data/core/images/units/elves-wood/enchantress-magic-1.png
+%%DATADIR%%/data/core/images/units/elves-wood/enchantress-magic-2.png
+%%DATADIR%%/data/core/images/units/elves-wood/enchantress-melee-1.png
+%%DATADIR%%/data/core/images/units/elves-wood/enchantress-melee-2.png
+%%DATADIR%%/data/core/images/units/elves-wood/enchantress-melee-3.png
+%%DATADIR%%/data/core/images/units/elves-wood/enchantress-melee-4.png
+%%DATADIR%%/data/core/images/units/elves-wood/enchantress-melee-5.png
+%%DATADIR%%/data/core/images/units/elves-wood/enchantress-melee-6.png
%%DATADIR%%/data/core/images/units/elves-wood/enchantress.png
%%DATADIR%%/data/core/images/units/elves-wood/fighter-bow-attack1.png
%%DATADIR%%/data/core/images/units/elves-wood/fighter-bow-attack2.png
@@ -5411,11 +5126,9 @@ bin/wesnoth
%%DATADIR%%/data/core/images/units/elves-wood/shyde.png
%%DATADIR%%/data/core/images/units/elves-wood/sorceress-defend-1.png
%%DATADIR%%/data/core/images/units/elves-wood/sorceress-defend-2.png
-%%DATADIR%%/data/core/images/units/elves-wood/sorceress-defend.png
%%DATADIR%%/data/core/images/units/elves-wood/sorceress-magic-1.png
%%DATADIR%%/data/core/images/units/elves-wood/sorceress-magic-2.png
%%DATADIR%%/data/core/images/units/elves-wood/sorceress-magic-3.png
-%%DATADIR%%/data/core/images/units/elves-wood/sorceress-magic.png
%%DATADIR%%/data/core/images/units/elves-wood/sorceress-melee-attack-1.png
%%DATADIR%%/data/core/images/units/elves-wood/sorceress-melee-attack-10.png
%%DATADIR%%/data/core/images/units/elves-wood/sorceress-melee-attack-2.png
@@ -5426,7 +5139,6 @@ bin/wesnoth
%%DATADIR%%/data/core/images/units/elves-wood/sorceress-melee-attack-7.png
%%DATADIR%%/data/core/images/units/elves-wood/sorceress-melee-attack-8.png
%%DATADIR%%/data/core/images/units/elves-wood/sorceress-melee-attack-9.png
-%%DATADIR%%/data/core/images/units/elves-wood/sorceress-melee.png
%%DATADIR%%/data/core/images/units/elves-wood/sorceress.png
%%DATADIR%%/data/core/images/units/elves-wood/sylph-defend.png
%%DATADIR%%/data/core/images/units/elves-wood/sylph-magic.png
@@ -5529,18 +5241,6 @@ bin/wesnoth
%%DATADIR%%/data/core/images/units/human-loyalists/bowman-melee-attack-4.png
%%DATADIR%%/data/core/images/units/human-loyalists/bowman-melee-defend-1.png
%%DATADIR%%/data/core/images/units/human-loyalists/bowman-melee-defend-2.png
-%%DATADIR%%/data/core/images/units/human-loyalists/bowman-ranged-1.png
-%%DATADIR%%/data/core/images/units/human-loyalists/bowman-ranged-2.png
-%%DATADIR%%/data/core/images/units/human-loyalists/bowman-ranged-3.png
-%%DATADIR%%/data/core/images/units/human-loyalists/bowman-ranged-4.png
-%%DATADIR%%/data/core/images/units/human-loyalists/bowman-ranged-5.png
-%%DATADIR%%/data/core/images/units/human-loyalists/bowman-ranged-6.png
-%%DATADIR%%/data/core/images/units/human-loyalists/bowman-ranged-7.png
-%%DATADIR%%/data/core/images/units/human-loyalists/bowman-ranged-8.png
-%%DATADIR%%/data/core/images/units/human-loyalists/bowman-ranged-defend.png
-%%DATADIR%%/data/core/images/units/human-loyalists/bowman-sword-1.png
-%%DATADIR%%/data/core/images/units/human-loyalists/bowman-sword-defend.png
-%%DATADIR%%/data/core/images/units/human-loyalists/bowman-sword.png
%%DATADIR%%/data/core/images/units/human-loyalists/bowman.png
%%DATADIR%%/data/core/images/units/human-loyalists/cavalier-attack.png
%%DATADIR%%/data/core/images/units/human-loyalists/cavalier-defend.png
@@ -5656,6 +5356,15 @@ bin/wesnoth
%%DATADIR%%/data/core/images/units/human-loyalists/halberdier-slash-se-1.png
%%DATADIR%%/data/core/images/units/human-loyalists/halberdier-slash-se-2.png
%%DATADIR%%/data/core/images/units/human-loyalists/halberdier.png
+%%DATADIR%%/data/core/images/units/human-loyalists/heavy-infantry-idle-1.png
+%%DATADIR%%/data/core/images/units/human-loyalists/heavy-infantry-idle-2.png
+%%DATADIR%%/data/core/images/units/human-loyalists/heavy-infantry-idle-3.png
+%%DATADIR%%/data/core/images/units/human-loyalists/heavy-infantry-idle-4.png
+%%DATADIR%%/data/core/images/units/human-loyalists/heavy-infantry-idle-5.png
+%%DATADIR%%/data/core/images/units/human-loyalists/heavy-infantry-idle-6.png
+%%DATADIR%%/data/core/images/units/human-loyalists/heavy-infantry-idle-7.png
+%%DATADIR%%/data/core/images/units/human-loyalists/heavy-infantry-idle-8.png
+%%DATADIR%%/data/core/images/units/human-loyalists/heavy-infantry-idle-9.png
%%DATADIR%%/data/core/images/units/human-loyalists/heavyinfantry-attack-1.png
%%DATADIR%%/data/core/images/units/human-loyalists/heavyinfantry-attack-2.png
%%DATADIR%%/data/core/images/units/human-loyalists/heavyinfantry-defend-1.png
@@ -5715,10 +5424,6 @@ bin/wesnoth
%%DATADIR%%/data/core/images/units/human-loyalists/longbowman-bow-attack-2.png
%%DATADIR%%/data/core/images/units/human-loyalists/longbowman-bow-attack-3.png
%%DATADIR%%/data/core/images/units/human-loyalists/longbowman-bow-attack-4.png
-%%DATADIR%%/data/core/images/units/human-loyalists/longbowman-bow-attack1.png
-%%DATADIR%%/data/core/images/units/human-loyalists/longbowman-bow-attack2.png
-%%DATADIR%%/data/core/images/units/human-loyalists/longbowman-bow-attack3.png
-%%DATADIR%%/data/core/images/units/human-loyalists/longbowman-bow-attack4.png
%%DATADIR%%/data/core/images/units/human-loyalists/longbowman-bow-defend.png
%%DATADIR%%/data/core/images/units/human-loyalists/longbowman-bow.png
%%DATADIR%%/data/core/images/units/human-loyalists/longbowman-idle-1.png
@@ -5731,9 +5436,6 @@ bin/wesnoth
%%DATADIR%%/data/core/images/units/human-loyalists/longbowman-melee-attack-4.png
%%DATADIR%%/data/core/images/units/human-loyalists/longbowman-melee-defend-1.png
%%DATADIR%%/data/core/images/units/human-loyalists/longbowman-melee-defend-2.png
-%%DATADIR%%/data/core/images/units/human-loyalists/longbowman-sword-1.png
-%%DATADIR%%/data/core/images/units/human-loyalists/longbowman-sword-defend.png
-%%DATADIR%%/data/core/images/units/human-loyalists/longbowman-sword.png
%%DATADIR%%/data/core/images/units/human-loyalists/longbowman.png
%%DATADIR%%/data/core/images/units/human-loyalists/marshal-attack-sword1.png
%%DATADIR%%/data/core/images/units/human-loyalists/marshal-attack-sword2.png
@@ -5780,10 +5482,6 @@ bin/wesnoth
%%DATADIR%%/data/core/images/units/human-loyalists/masterbowman-bow-attack-2.png
%%DATADIR%%/data/core/images/units/human-loyalists/masterbowman-bow-attack-3.png
%%DATADIR%%/data/core/images/units/human-loyalists/masterbowman-bow-attack-4.png
-%%DATADIR%%/data/core/images/units/human-loyalists/masterbowman-bow-attack1.png
-%%DATADIR%%/data/core/images/units/human-loyalists/masterbowman-bow-attack2.png
-%%DATADIR%%/data/core/images/units/human-loyalists/masterbowman-bow-attack3.png
-%%DATADIR%%/data/core/images/units/human-loyalists/masterbowman-bow-attack4.png
%%DATADIR%%/data/core/images/units/human-loyalists/masterbowman-bow-defend.png
%%DATADIR%%/data/core/images/units/human-loyalists/masterbowman-bow.png
%%DATADIR%%/data/core/images/units/human-loyalists/masterbowman-idle-1.png
@@ -5796,9 +5494,6 @@ bin/wesnoth
%%DATADIR%%/data/core/images/units/human-loyalists/masterbowman-melee-attack-4.png
%%DATADIR%%/data/core/images/units/human-loyalists/masterbowman-melee-defend-1.png
%%DATADIR%%/data/core/images/units/human-loyalists/masterbowman-melee-defend-2.png
-%%DATADIR%%/data/core/images/units/human-loyalists/masterbowman-sword-1.png
-%%DATADIR%%/data/core/images/units/human-loyalists/masterbowman-sword-defend.png
-%%DATADIR%%/data/core/images/units/human-loyalists/masterbowman-sword.png
%%DATADIR%%/data/core/images/units/human-loyalists/masterbowman.png
%%DATADIR%%/data/core/images/units/human-loyalists/paladin-attack-sword.png
%%DATADIR%%/data/core/images/units/human-loyalists/paladin-defend.png
@@ -5820,6 +5515,11 @@ bin/wesnoth
%%DATADIR%%/data/core/images/units/human-loyalists/pikeman-idle-3.png
%%DATADIR%%/data/core/images/units/human-loyalists/pikeman-idle-4.png
%%DATADIR%%/data/core/images/units/human-loyalists/pikeman.png
+%%DATADIR%%/data/core/images/units/human-loyalists/royal-warrior-attack1.png
+%%DATADIR%%/data/core/images/units/human-loyalists/royal-warrior-attack2.png
+%%DATADIR%%/data/core/images/units/human-loyalists/royal-warrior-defend.png
+%%DATADIR%%/data/core/images/units/human-loyalists/royal-warrior-leading.png
+%%DATADIR%%/data/core/images/units/human-loyalists/royal-warrior.png
%%DATADIR%%/data/core/images/units/human-loyalists/royalguard-attack-sword1.png
%%DATADIR%%/data/core/images/units/human-loyalists/royalguard-attack-sword2.png
%%DATADIR%%/data/core/images/units/human-loyalists/royalguard-attack-sword3.png
@@ -5911,6 +5611,13 @@ bin/wesnoth
%%DATADIR%%/data/core/images/units/human-magi/arch-mage-idle-4.png
%%DATADIR%%/data/core/images/units/human-magi/arch-mage-idle-5.png
%%DATADIR%%/data/core/images/units/human-magi/arch-mage.png
+%%DATADIR%%/data/core/images/units/human-magi/elder-mage-defend.png
+%%DATADIR%%/data/core/images/units/human-magi/elder-mage-melee1.png
+%%DATADIR%%/data/core/images/units/human-magi/elder-mage-melee2.png
+%%DATADIR%%/data/core/images/units/human-magi/elder-mage-ranged1.png
+%%DATADIR%%/data/core/images/units/human-magi/elder-mage-ranged2.png
+%%DATADIR%%/data/core/images/units/human-magi/elder-mage-ranged3.png
+%%DATADIR%%/data/core/images/units/human-magi/elder-mage.png
%%DATADIR%%/data/core/images/units/human-magi/great-mage+female-attack-magic-1.png
%%DATADIR%%/data/core/images/units/human-magi/great-mage+female-attack-magic-2.png
%%DATADIR%%/data/core/images/units/human-magi/great-mage+female-attack-staff-1.png
@@ -5968,12 +5675,28 @@ bin/wesnoth
%%DATADIR%%/data/core/images/units/human-magi/silver-mage+female-attack-staff1.png
%%DATADIR%%/data/core/images/units/human-magi/silver-mage+female-attack-staff2.png
%%DATADIR%%/data/core/images/units/human-magi/silver-mage+female-defend.png
+%%DATADIR%%/data/core/images/units/human-magi/silver-mage+female-teleport-1.png
+%%DATADIR%%/data/core/images/units/human-magi/silver-mage+female-teleport-2.png
+%%DATADIR%%/data/core/images/units/human-magi/silver-mage+female-teleport-3.png
+%%DATADIR%%/data/core/images/units/human-magi/silver-mage+female-teleport-4.png
+%%DATADIR%%/data/core/images/units/human-magi/silver-mage+female-teleport-5.png
+%%DATADIR%%/data/core/images/units/human-magi/silver-mage+female-teleport-6.png
+%%DATADIR%%/data/core/images/units/human-magi/silver-mage+female-teleport-7.png
+%%DATADIR%%/data/core/images/units/human-magi/silver-mage+female-teleport-8.png
%%DATADIR%%/data/core/images/units/human-magi/silver-mage+female.png
%%DATADIR%%/data/core/images/units/human-magi/silver-mage-attack-magic1.png
%%DATADIR%%/data/core/images/units/human-magi/silver-mage-attack-magic2.png
%%DATADIR%%/data/core/images/units/human-magi/silver-mage-attack-staff1.png
%%DATADIR%%/data/core/images/units/human-magi/silver-mage-attack-staff2.png
%%DATADIR%%/data/core/images/units/human-magi/silver-mage-defend.png
+%%DATADIR%%/data/core/images/units/human-magi/silver-mage-teleport-1.png
+%%DATADIR%%/data/core/images/units/human-magi/silver-mage-teleport-2.png
+%%DATADIR%%/data/core/images/units/human-magi/silver-mage-teleport-3.png
+%%DATADIR%%/data/core/images/units/human-magi/silver-mage-teleport-4.png
+%%DATADIR%%/data/core/images/units/human-magi/silver-mage-teleport-5.png
+%%DATADIR%%/data/core/images/units/human-magi/silver-mage-teleport-6.png
+%%DATADIR%%/data/core/images/units/human-magi/silver-mage-teleport-7.png
+%%DATADIR%%/data/core/images/units/human-magi/silver-mage-teleport-8.png
%%DATADIR%%/data/core/images/units/human-magi/silver-mage.png
%%DATADIR%%/data/core/images/units/human-magi/white-cleric+female-defend.png
%%DATADIR%%/data/core/images/units/human-magi/white-cleric+female-mace-1.png
@@ -6138,7 +5861,6 @@ bin/wesnoth
%%DATADIR%%/data/core/images/units/human-outlaws/ranger-sword-attack4.png
%%DATADIR%%/data/core/images/units/human-outlaws/ranger-sword-defend-1.png
%%DATADIR%%/data/core/images/units/human-outlaws/ranger-sword-defend-2.png
-%%DATADIR%%/data/core/images/units/human-outlaws/ranger-sword.png
%%DATADIR%%/data/core/images/units/human-outlaws/ranger.png
%%DATADIR%%/data/core/images/units/human-outlaws/rogue+female-attack.png
%%DATADIR%%/data/core/images/units/human-outlaws/rogue+female-defend.png
@@ -6264,98 +5986,25 @@ bin/wesnoth
%%DATADIR%%/data/core/images/units/human-peasants/woodsman-melee-1.png
%%DATADIR%%/data/core/images/units/human-peasants/woodsman-melee-2.png
%%DATADIR%%/data/core/images/units/human-peasants/woodsman.png
-%%DATADIR%%/data/core/images/units/merfolk/diviner-defend.png
-%%DATADIR%%/data/core/images/units/merfolk/diviner-magic1.png
-%%DATADIR%%/data/core/images/units/merfolk/diviner-magic2.png
-%%DATADIR%%/data/core/images/units/merfolk/diviner-magic3.png
-%%DATADIR%%/data/core/images/units/merfolk/diviner-magic4.png
-%%DATADIR%%/data/core/images/units/merfolk/diviner-magic5.png
-%%DATADIR%%/data/core/images/units/merfolk/diviner-magic6.png
-%%DATADIR%%/data/core/images/units/merfolk/diviner-staff-attack.png
%%DATADIR%%/data/core/images/units/merfolk/diviner.png
-%%DATADIR%%/data/core/images/units/merfolk/enchantress-defend.png
-%%DATADIR%%/data/core/images/units/merfolk/enchantress-staff-attack.png
-%%DATADIR%%/data/core/images/units/merfolk/enchantress-water-attack1.png
-%%DATADIR%%/data/core/images/units/merfolk/enchantress-water-attack2.png
-%%DATADIR%%/data/core/images/units/merfolk/enchantress-water-attack3.png
-%%DATADIR%%/data/core/images/units/merfolk/enchantress-water-attack4.png
-%%DATADIR%%/data/core/images/units/merfolk/enchantress-water-attack5.png
-%%DATADIR%%/data/core/images/units/merfolk/enchantress-water-attack6.png
-%%DATADIR%%/data/core/images/units/merfolk/enchantress-water-attack7.png
%%DATADIR%%/data/core/images/units/merfolk/enchantress.png
%%DATADIR%%/data/core/images/units/merfolk/entangler.png
-%%DATADIR%%/data/core/images/units/merfolk/fighter-attack.png
-%%DATADIR%%/data/core/images/units/merfolk/fighter-defend.png
%%DATADIR%%/data/core/images/units/merfolk/fighter.png
-%%DATADIR%%/data/core/images/units/merfolk/hoplite-attack.png
-%%DATADIR%%/data/core/images/units/merfolk/hoplite-defend.png
%%DATADIR%%/data/core/images/units/merfolk/hoplite.png
-%%DATADIR%%/data/core/images/units/merfolk/hunter-attack-n.png
-%%DATADIR%%/data/core/images/units/merfolk/hunter-attack-ne.png
-%%DATADIR%%/data/core/images/units/merfolk/hunter-attack-ranged.png
-%%DATADIR%%/data/core/images/units/merfolk/hunter-attack-s.png
-%%DATADIR%%/data/core/images/units/merfolk/hunter-attack-se.png
-%%DATADIR%%/data/core/images/units/merfolk/hunter-defend.png
%%DATADIR%%/data/core/images/units/merfolk/hunter.png
%%DATADIR%%/data/core/images/units/merfolk/initiate-defend-1.png
%%DATADIR%%/data/core/images/units/merfolk/initiate-defend-2.png
-%%DATADIR%%/data/core/images/units/merfolk/initiate-defend.png
%%DATADIR%%/data/core/images/units/merfolk/initiate-magic-1.png
%%DATADIR%%/data/core/images/units/merfolk/initiate-magic-2.png
%%DATADIR%%/data/core/images/units/merfolk/initiate-staff-attack-1.png
%%DATADIR%%/data/core/images/units/merfolk/initiate-staff-attack-2.png
-%%DATADIR%%/data/core/images/units/merfolk/initiate-staff-attack.png
-%%DATADIR%%/data/core/images/units/merfolk/initiate-water-attack1.png
-%%DATADIR%%/data/core/images/units/merfolk/initiate-water-attack2.png
-%%DATADIR%%/data/core/images/units/merfolk/initiate-water-attack3.png
-%%DATADIR%%/data/core/images/units/merfolk/initiate-water-attack4.png
-%%DATADIR%%/data/core/images/units/merfolk/initiate-water-attack5.png
-%%DATADIR%%/data/core/images/units/merfolk/initiate-water-attack6.png
-%%DATADIR%%/data/core/images/units/merfolk/initiate-water-attack7.png
%%DATADIR%%/data/core/images/units/merfolk/initiate.png
-%%DATADIR%%/data/core/images/units/merfolk/javelineer-attack-n.png
-%%DATADIR%%/data/core/images/units/merfolk/javelineer-attack-ne.png
-%%DATADIR%%/data/core/images/units/merfolk/javelineer-attack-ranged.png
-%%DATADIR%%/data/core/images/units/merfolk/javelineer-attack-s.png
-%%DATADIR%%/data/core/images/units/merfolk/javelineer-attack-se.png
-%%DATADIR%%/data/core/images/units/merfolk/javelineer-defend.png
%%DATADIR%%/data/core/images/units/merfolk/javelineer.png
%%DATADIR%%/data/core/images/units/merfolk/netcaster.png
-%%DATADIR%%/data/core/images/units/merfolk/priestess-defend.png
-%%DATADIR%%/data/core/images/units/merfolk/priestess-magic1.png
-%%DATADIR%%/data/core/images/units/merfolk/priestess-magic2.png
-%%DATADIR%%/data/core/images/units/merfolk/priestess-magic3.png
-%%DATADIR%%/data/core/images/units/merfolk/priestess-magic4.png
-%%DATADIR%%/data/core/images/units/merfolk/priestess-magic5.png
-%%DATADIR%%/data/core/images/units/merfolk/priestess-magic6.png
-%%DATADIR%%/data/core/images/units/merfolk/priestess-staff-attack.png
%%DATADIR%%/data/core/images/units/merfolk/priestess.png
-%%DATADIR%%/data/core/images/units/merfolk/siren-defend.png
-%%DATADIR%%/data/core/images/units/merfolk/siren-naia-touch-attack1.png
-%%DATADIR%%/data/core/images/units/merfolk/siren-naia-touch-attack2.png
-%%DATADIR%%/data/core/images/units/merfolk/siren-naia-touch-attack3.png
-%%DATADIR%%/data/core/images/units/merfolk/siren-naia-touch-attack4.png
-%%DATADIR%%/data/core/images/units/merfolk/siren-water-attack1.png
-%%DATADIR%%/data/core/images/units/merfolk/siren-water-attack2.png
-%%DATADIR%%/data/core/images/units/merfolk/siren-water-attack3.png
-%%DATADIR%%/data/core/images/units/merfolk/siren-water-attack4.png
-%%DATADIR%%/data/core/images/units/merfolk/siren-water-attack5.png
-%%DATADIR%%/data/core/images/units/merfolk/siren-water-attack6.png
-%%DATADIR%%/data/core/images/units/merfolk/siren-water-attack7.png
%%DATADIR%%/data/core/images/units/merfolk/siren.png
-%%DATADIR%%/data/core/images/units/merfolk/spearman-attack-n.png
-%%DATADIR%%/data/core/images/units/merfolk/spearman-attack-ne.png
-%%DATADIR%%/data/core/images/units/merfolk/spearman-attack-ranged.png
-%%DATADIR%%/data/core/images/units/merfolk/spearman-attack-s.png
-%%DATADIR%%/data/core/images/units/merfolk/spearman-attack-se.png
-%%DATADIR%%/data/core/images/units/merfolk/spearman-defend.png
%%DATADIR%%/data/core/images/units/merfolk/spearman.png
-%%DATADIR%%/data/core/images/units/merfolk/triton-attack-blade.png
-%%DATADIR%%/data/core/images/units/merfolk/triton-attack-pierce.png
-%%DATADIR%%/data/core/images/units/merfolk/triton-defend.png
%%DATADIR%%/data/core/images/units/merfolk/triton.png
-%%DATADIR%%/data/core/images/units/merfolk/warrior-attack.png
-%%DATADIR%%/data/core/images/units/merfolk/warrior-defend.png
%%DATADIR%%/data/core/images/units/merfolk/warrior.png
%%DATADIR%%/data/core/images/units/monsters/cavespider-attack-melee.png
%%DATADIR%%/data/core/images/units/monsters/cavespider-attack-ranged.png
@@ -6405,12 +6054,13 @@ bin/wesnoth
%%DATADIR%%/data/core/images/units/monsters/giant-mudcrawler-death4.png
%%DATADIR%%/data/core/images/units/monsters/giant-mudcrawler-defend.png
%%DATADIR%%/data/core/images/units/monsters/giant-mudcrawler.png
-%%DATADIR%%/data/core/images/units/monsters/gryphon-attack.png
-%%DATADIR%%/data/core/images/units/monsters/gryphon-flying-1and3.png
+%%DATADIR%%/data/core/images/units/monsters/gryphon-flying-1.png
%%DATADIR%%/data/core/images/units/monsters/gryphon-flying-2.png
+%%DATADIR%%/data/core/images/units/monsters/gryphon-flying-3.png
%%DATADIR%%/data/core/images/units/monsters/gryphon-flying-4.png
-%%DATADIR%%/data/core/images/units/monsters/gryphon-flying-5and7.png
+%%DATADIR%%/data/core/images/units/monsters/gryphon-flying-5.png
%%DATADIR%%/data/core/images/units/monsters/gryphon-flying-6.png
+%%DATADIR%%/data/core/images/units/monsters/gryphon-flying-7.png
%%DATADIR%%/data/core/images/units/monsters/gryphon-flying-8.png
%%DATADIR%%/data/core/images/units/monsters/gryphon.png
%%DATADIR%%/data/core/images/units/monsters/mudcrawler-attack.png
@@ -6458,18 +6108,16 @@ bin/wesnoth
%%DATADIR%%/data/core/images/units/monsters/yeti-die4.png
%%DATADIR%%/data/core/images/units/monsters/yeti-die5.png
%%DATADIR%%/data/core/images/units/monsters/yeti.png
-%%DATADIR%%/data/core/images/units/nagas/fighter+female-attack.png
-%%DATADIR%%/data/core/images/units/nagas/fighter+female-defend.png
-%%DATADIR%%/data/core/images/units/nagas/fighter+female.png
-%%DATADIR%%/data/core/images/units/nagas/fighter-attack.png
%%DATADIR%%/data/core/images/units/nagas/fighter-defend-1.png
%%DATADIR%%/data/core/images/units/nagas/fighter-defend-2.png
-%%DATADIR%%/data/core/images/units/nagas/fighter-defend.png
%%DATADIR%%/data/core/images/units/nagas/fighter-idle-1.png
%%DATADIR%%/data/core/images/units/nagas/fighter-idle-2.png
%%DATADIR%%/data/core/images/units/nagas/fighter-idle-3.png
%%DATADIR%%/data/core/images/units/nagas/fighter-idle-4.png
%%DATADIR%%/data/core/images/units/nagas/fighter-idle-5.png
+%%DATADIR%%/data/core/images/units/nagas/fighter-idle-6.png
+%%DATADIR%%/data/core/images/units/nagas/fighter-idle-7.png
+%%DATADIR%%/data/core/images/units/nagas/fighter-idle-8.png
%%DATADIR%%/data/core/images/units/nagas/fighter-melee-1.png
%%DATADIR%%/data/core/images/units/nagas/fighter-melee-2.png
%%DATADIR%%/data/core/images/units/nagas/fighter-melee-3.png
@@ -6477,17 +6125,23 @@ bin/wesnoth
%%DATADIR%%/data/core/images/units/nagas/fighter-melee-5.png
%%DATADIR%%/data/core/images/units/nagas/fighter-melee-6.png
%%DATADIR%%/data/core/images/units/nagas/fighter.png
-%%DATADIR%%/data/core/images/units/nagas/myrmidon+female-attack.png
-%%DATADIR%%/data/core/images/units/nagas/myrmidon+female-defend.png
-%%DATADIR%%/data/core/images/units/nagas/myrmidon+female.png
-%%DATADIR%%/data/core/images/units/nagas/myrmidon-attack.png
-%%DATADIR%%/data/core/images/units/nagas/myrmidon-defend.png
+%%DATADIR%%/data/core/images/units/nagas/myrmidon-defend-1.png
+%%DATADIR%%/data/core/images/units/nagas/myrmidon-defend-2.png
+%%DATADIR%%/data/core/images/units/nagas/myrmidon-melee-1.png
+%%DATADIR%%/data/core/images/units/nagas/myrmidon-melee-2.png
+%%DATADIR%%/data/core/images/units/nagas/myrmidon-melee-3.png
+%%DATADIR%%/data/core/images/units/nagas/myrmidon-melee-4.png
+%%DATADIR%%/data/core/images/units/nagas/myrmidon-melee-5.png
+%%DATADIR%%/data/core/images/units/nagas/myrmidon-melee-6.png
%%DATADIR%%/data/core/images/units/nagas/myrmidon.png
-%%DATADIR%%/data/core/images/units/nagas/warrior+female-attack.png
-%%DATADIR%%/data/core/images/units/nagas/warrior+female-defend.png
-%%DATADIR%%/data/core/images/units/nagas/warrior+female.png
-%%DATADIR%%/data/core/images/units/nagas/warrior-attack.png
-%%DATADIR%%/data/core/images/units/nagas/warrior-defend.png
+%%DATADIR%%/data/core/images/units/nagas/warrior-defend-1.png
+%%DATADIR%%/data/core/images/units/nagas/warrior-defend-2.png
+%%DATADIR%%/data/core/images/units/nagas/warrior-melee-1.png
+%%DATADIR%%/data/core/images/units/nagas/warrior-melee-2.png
+%%DATADIR%%/data/core/images/units/nagas/warrior-melee-3.png
+%%DATADIR%%/data/core/images/units/nagas/warrior-melee-4.png
+%%DATADIR%%/data/core/images/units/nagas/warrior-melee-5.png
+%%DATADIR%%/data/core/images/units/nagas/warrior-melee-6.png
%%DATADIR%%/data/core/images/units/nagas/warrior.png
%%DATADIR%%/data/core/images/units/ogres/ogre-attack1.png
%%DATADIR%%/data/core/images/units/ogres/ogre-attack2.png
@@ -6555,8 +6209,6 @@ bin/wesnoth
%%DATADIR%%/data/core/images/units/orcs/assassin-attack-4.png
%%DATADIR%%/data/core/images/units/orcs/assassin-attack-5.png
%%DATADIR%%/data/core/images/units/orcs/assassin-attack-6.png
-%%DATADIR%%/data/core/images/units/orcs/assassin-attack1.png
-%%DATADIR%%/data/core/images/units/orcs/assassin-attack2.png
%%DATADIR%%/data/core/images/units/orcs/assassin-defend-1.png
%%DATADIR%%/data/core/images/units/orcs/assassin-defend-2.png
%%DATADIR%%/data/core/images/units/orcs/assassin-defend.png
@@ -6606,11 +6258,26 @@ bin/wesnoth
%%DATADIR%%/data/core/images/units/orcs/leader-leading.png
%%DATADIR%%/data/core/images/units/orcs/leader.png
%%DATADIR%%/data/core/images/units/orcs/ruler-attack.png
+%%DATADIR%%/data/core/images/units/orcs/ruler-bow-defend.png
%%DATADIR%%/data/core/images/units/orcs/ruler-defend.png
%%DATADIR%%/data/core/images/units/orcs/ruler-leading.png
%%DATADIR%%/data/core/images/units/orcs/ruler-ranged-1.png
%%DATADIR%%/data/core/images/units/orcs/ruler-ranged-2.png
%%DATADIR%%/data/core/images/units/orcs/ruler.png
+%%DATADIR%%/data/core/images/units/orcs/slayer-attack-1.png
+%%DATADIR%%/data/core/images/units/orcs/slayer-attack-10.png
+%%DATADIR%%/data/core/images/units/orcs/slayer-attack-11.png
+%%DATADIR%%/data/core/images/units/orcs/slayer-attack-12.png
+%%DATADIR%%/data/core/images/units/orcs/slayer-attack-13.png
+%%DATADIR%%/data/core/images/units/orcs/slayer-attack-14.png
+%%DATADIR%%/data/core/images/units/orcs/slayer-attack-2.png
+%%DATADIR%%/data/core/images/units/orcs/slayer-attack-3.png
+%%DATADIR%%/data/core/images/units/orcs/slayer-attack-4.png
+%%DATADIR%%/data/core/images/units/orcs/slayer-attack-5.png
+%%DATADIR%%/data/core/images/units/orcs/slayer-attack-6.png
+%%DATADIR%%/data/core/images/units/orcs/slayer-attack-7.png
+%%DATADIR%%/data/core/images/units/orcs/slayer-attack-8.png
+%%DATADIR%%/data/core/images/units/orcs/slayer-attack-9.png
%%DATADIR%%/data/core/images/units/orcs/slayer-attack1-s.png
%%DATADIR%%/data/core/images/units/orcs/slayer-attack1.png
%%DATADIR%%/data/core/images/units/orcs/slayer-attack2-s.png
@@ -6633,6 +6300,7 @@ bin/wesnoth
%%DATADIR%%/data/core/images/units/orcs/slurbow.png
%%DATADIR%%/data/core/images/units/orcs/sovereign-attack1.png
%%DATADIR%%/data/core/images/units/orcs/sovereign-attack2.png
+%%DATADIR%%/data/core/images/units/orcs/sovereign-bow-defend.png
%%DATADIR%%/data/core/images/units/orcs/sovereign-defend.png
%%DATADIR%%/data/core/images/units/orcs/sovereign-leading.png
%%DATADIR%%/data/core/images/units/orcs/sovereign-ranged-1.png
@@ -6666,7 +6334,6 @@ bin/wesnoth
%%DATADIR%%/data/core/images/units/orcs/xbowman-sword.png
%%DATADIR%%/data/core/images/units/orcs/xbowman.png
%%DATADIR%%/data/core/images/units/random-dice.png
-%%DATADIR%%/data/core/images/units/random-enemy.png
%%DATADIR%%/data/core/images/units/saurians/ambusher-attack1.png
%%DATADIR%%/data/core/images/units/saurians/ambusher-attack2.png
%%DATADIR%%/data/core/images/units/saurians/ambusher-defend.png
@@ -6676,16 +6343,13 @@ bin/wesnoth
%%DATADIR%%/data/core/images/units/saurians/ambusher.png
%%DATADIR%%/data/core/images/units/saurians/augur-defend-1.png
%%DATADIR%%/data/core/images/units/saurians/augur-defend-2.png
-%%DATADIR%%/data/core/images/units/saurians/augur-defend.png
%%DATADIR%%/data/core/images/units/saurians/augur-magic-1.png
%%DATADIR%%/data/core/images/units/saurians/augur-magic-2.png
-%%DATADIR%%/data/core/images/units/saurians/augur-magic.png
%%DATADIR%%/data/core/images/units/saurians/augur-melee-1.png
%%DATADIR%%/data/core/images/units/saurians/augur-melee-2.png
%%DATADIR%%/data/core/images/units/saurians/augur-melee-3.png
%%DATADIR%%/data/core/images/units/saurians/augur-melee-4.png
%%DATADIR%%/data/core/images/units/saurians/augur-melee-5.png
-%%DATADIR%%/data/core/images/units/saurians/augur-melee.png
%%DATADIR%%/data/core/images/units/saurians/augur.png
%%DATADIR%%/data/core/images/units/saurians/flanker-attack-ranged-1.png
%%DATADIR%%/data/core/images/units/saurians/flanker-attack-ranged-2.png
@@ -6697,16 +6361,13 @@ bin/wesnoth
%%DATADIR%%/data/core/images/units/saurians/flanker.png
%%DATADIR%%/data/core/images/units/saurians/oracle-defend-1.png
%%DATADIR%%/data/core/images/units/saurians/oracle-defend-2.png
-%%DATADIR%%/data/core/images/units/saurians/oracle-defend.png
%%DATADIR%%/data/core/images/units/saurians/oracle-magic-1.png
%%DATADIR%%/data/core/images/units/saurians/oracle-magic-2.png
-%%DATADIR%%/data/core/images/units/saurians/oracle-magic.png
%%DATADIR%%/data/core/images/units/saurians/oracle-melee-1.png
%%DATADIR%%/data/core/images/units/saurians/oracle-melee-2.png
%%DATADIR%%/data/core/images/units/saurians/oracle-melee-3.png
%%DATADIR%%/data/core/images/units/saurians/oracle-melee-4.png
%%DATADIR%%/data/core/images/units/saurians/oracle-melee-5.png
-%%DATADIR%%/data/core/images/units/saurians/oracle-melee.png
%%DATADIR%%/data/core/images/units/saurians/oracle.png
%%DATADIR%%/data/core/images/units/saurians/skirmisher-attack-n1.png
%%DATADIR%%/data/core/images/units/saurians/skirmisher-attack-n2.png
@@ -6731,16 +6392,13 @@ bin/wesnoth
%%DATADIR%%/data/core/images/units/saurians/skirmisher.png
%%DATADIR%%/data/core/images/units/saurians/soothsayer-defend-1.png
%%DATADIR%%/data/core/images/units/saurians/soothsayer-defend-2.png
-%%DATADIR%%/data/core/images/units/saurians/soothsayer-defend.png
%%DATADIR%%/data/core/images/units/saurians/soothsayer-magic-1.png
%%DATADIR%%/data/core/images/units/saurians/soothsayer-magic-2.png
-%%DATADIR%%/data/core/images/units/saurians/soothsayer-magic.png
%%DATADIR%%/data/core/images/units/saurians/soothsayer-melee-1.png
%%DATADIR%%/data/core/images/units/saurians/soothsayer-melee-2.png
%%DATADIR%%/data/core/images/units/saurians/soothsayer-melee-3.png
%%DATADIR%%/data/core/images/units/saurians/soothsayer-melee-4.png
%%DATADIR%%/data/core/images/units/saurians/soothsayer-melee-5.png
-%%DATADIR%%/data/core/images/units/saurians/soothsayer-melee.png
%%DATADIR%%/data/core/images/units/saurians/soothsayer.png
%%DATADIR%%/data/core/images/units/transport/boat.png
%%DATADIR%%/data/core/images/units/transport/galleon.png
@@ -6757,6 +6415,17 @@ bin/wesnoth
%%DATADIR%%/data/core/images/units/trolls/lobber-attack-ranged2.png
%%DATADIR%%/data/core/images/units/trolls/lobber-defend.png
%%DATADIR%%/data/core/images/units/trolls/lobber.png
+%%DATADIR%%/data/core/images/units/trolls/shaman-defend-1.png
+%%DATADIR%%/data/core/images/units/trolls/shaman-defend-2.png
+%%DATADIR%%/data/core/images/units/trolls/shaman-fist-1.png
+%%DATADIR%%/data/core/images/units/trolls/shaman-fist-2.png
+%%DATADIR%%/data/core/images/units/trolls/shaman-fist-3.png
+%%DATADIR%%/data/core/images/units/trolls/shaman-fist-4.png
+%%DATADIR%%/data/core/images/units/trolls/shaman-fist-5.png
+%%DATADIR%%/data/core/images/units/trolls/shaman-ranged-1.png
+%%DATADIR%%/data/core/images/units/trolls/shaman-ranged-2.png
+%%DATADIR%%/data/core/images/units/trolls/shaman-ranged-3.png
+%%DATADIR%%/data/core/images/units/trolls/shaman.png
%%DATADIR%%/data/core/images/units/trolls/warrior-attack-1.png
%%DATADIR%%/data/core/images/units/trolls/warrior-attack-2.png
%%DATADIR%%/data/core/images/units/trolls/warrior-attack-3.png
@@ -6784,7 +6453,6 @@ bin/wesnoth
%%DATADIR%%/data/core/images/units/trolls/whelp-idle-7.png
%%DATADIR%%/data/core/images/units/trolls/whelp-skeleton.png
%%DATADIR%%/data/core/images/units/trolls/whelp.png
-%%DATADIR%%/data/core/images/units/undead-blackspell.png
%%DATADIR%%/data/core/images/units/undead-necromancers/adept+female-defend-1.png
%%DATADIR%%/data/core/images/units/undead-necromancers/adept+female-defend-2.png
%%DATADIR%%/data/core/images/units/undead-necromancers/adept+female-magic-1.png
@@ -6895,7 +6563,6 @@ bin/wesnoth
%%DATADIR%%/data/core/images/units/undead-skeletal/banebow-melee-attack-2.png
%%DATADIR%%/data/core/images/units/undead-skeletal/banebow-melee-attack-3.png
%%DATADIR%%/data/core/images/units/undead-skeletal/banebow-melee-attack-4.png
-%%DATADIR%%/data/core/images/units/undead-skeletal/banebow-melee-attack.png
%%DATADIR%%/data/core/images/units/undead-skeletal/banebow-melee-defend-1.png
%%DATADIR%%/data/core/images/units/undead-skeletal/banebow-melee-defend-2.png
%%DATADIR%%/data/core/images/units/undead-skeletal/banebow.png
@@ -6909,7 +6576,6 @@ bin/wesnoth
%%DATADIR%%/data/core/images/units/undead-skeletal/bone-shooter-melee-attack-2.png
%%DATADIR%%/data/core/images/units/undead-skeletal/bone-shooter-melee-attack-3.png
%%DATADIR%%/data/core/images/units/undead-skeletal/bone-shooter-melee-attack-4.png
-%%DATADIR%%/data/core/images/units/undead-skeletal/bone-shooter-melee-attack.png
%%DATADIR%%/data/core/images/units/undead-skeletal/bone-shooter-melee-defend-1.png
%%DATADIR%%/data/core/images/units/undead-skeletal/bone-shooter-melee-defend-2.png
%%DATADIR%%/data/core/images/units/undead-skeletal/bone-shooter.png
@@ -6955,8 +6621,18 @@ bin/wesnoth
%%DATADIR%%/data/core/images/units/undead-skeletal/draug-defend-1.png
%%DATADIR%%/data/core/images/units/undead-skeletal/draug-defend-2.png
%%DATADIR%%/data/core/images/units/undead-skeletal/draug.png
-%%DATADIR%%/data/core/images/units/undead-skeletal/revenant-attack.png
-%%DATADIR%%/data/core/images/units/undead-skeletal/revenant-defend.png
+%%DATADIR%%/data/core/images/units/undead-skeletal/revenant-attack-1.png
+%%DATADIR%%/data/core/images/units/undead-skeletal/revenant-attack-10.png
+%%DATADIR%%/data/core/images/units/undead-skeletal/revenant-attack-2.png
+%%DATADIR%%/data/core/images/units/undead-skeletal/revenant-attack-3.png
+%%DATADIR%%/data/core/images/units/undead-skeletal/revenant-attack-4.png
+%%DATADIR%%/data/core/images/units/undead-skeletal/revenant-attack-5.png
+%%DATADIR%%/data/core/images/units/undead-skeletal/revenant-attack-6.png
+%%DATADIR%%/data/core/images/units/undead-skeletal/revenant-attack-7.png
+%%DATADIR%%/data/core/images/units/undead-skeletal/revenant-attack-8.png
+%%DATADIR%%/data/core/images/units/undead-skeletal/revenant-attack-9.png
+%%DATADIR%%/data/core/images/units/undead-skeletal/revenant-defend-1.png
+%%DATADIR%%/data/core/images/units/undead-skeletal/revenant-defend-2.png
%%DATADIR%%/data/core/images/units/undead-skeletal/revenant-dying-1.png
%%DATADIR%%/data/core/images/units/undead-skeletal/revenant-dying-2.png
%%DATADIR%%/data/core/images/units/undead-skeletal/revenant-dying-3.png
@@ -6970,11 +6646,8 @@ bin/wesnoth
%%DATADIR%%/data/core/images/units/undead-skeletal/skeleton-attack-3.png
%%DATADIR%%/data/core/images/units/undead-skeletal/skeleton-attack-4.png
%%DATADIR%%/data/core/images/units/undead-skeletal/skeleton-attack-5.png
-%%DATADIR%%/data/core/images/units/undead-skeletal/skeleton-attack.png
-%%DATADIR%%/data/core/images/units/undead-skeletal/skeleton-attackb.png
%%DATADIR%%/data/core/images/units/undead-skeletal/skeleton-defend-1.png
%%DATADIR%%/data/core/images/units/undead-skeletal/skeleton-defend-2.png
-%%DATADIR%%/data/core/images/units/undead-skeletal/skeleton-defend.png
%%DATADIR%%/data/core/images/units/undead-skeletal/skeleton-dying-1.png
%%DATADIR%%/data/core/images/units/undead-skeletal/skeleton-dying-2.png
%%DATADIR%%/data/core/images/units/undead-skeletal/skeleton-dying-3.png
@@ -7006,9 +6679,16 @@ bin/wesnoth
%%DATADIR%%/data/core/images/units/undead/bloodbat-se-3.png
%%DATADIR%%/data/core/images/units/undead/bloodbat-se-4.png
%%DATADIR%%/data/core/images/units/undead/bloodbat-se-5.png
-%%DATADIR%%/data/core/images/units/undead/ghost-attack-1.png
-%%DATADIR%%/data/core/images/units/undead/ghost-attack-2.png
-%%DATADIR%%/data/core/images/units/undead/ghost-defend.png
+%%DATADIR%%/data/core/images/units/undead/dreadbat-ne-1.png
+%%DATADIR%%/data/core/images/units/undead/dreadbat-ne-2.png
+%%DATADIR%%/data/core/images/units/undead/dreadbat-ne-3.png
+%%DATADIR%%/data/core/images/units/undead/dreadbat-ne-4.png
+%%DATADIR%%/data/core/images/units/undead/dreadbat-ne-5.png
+%%DATADIR%%/data/core/images/units/undead/dreadbat-se-1.png
+%%DATADIR%%/data/core/images/units/undead/dreadbat-se-2.png
+%%DATADIR%%/data/core/images/units/undead/dreadbat-se-3.png
+%%DATADIR%%/data/core/images/units/undead/dreadbat-se-4.png
+%%DATADIR%%/data/core/images/units/undead/dreadbat-se-5.png
%%DATADIR%%/data/core/images/units/undead/ghost-n-1.png
%%DATADIR%%/data/core/images/units/undead/ghost-n-2.png
%%DATADIR%%/data/core/images/units/undead/ghost-n-3.png
@@ -7021,7 +6701,6 @@ bin/wesnoth
%%DATADIR%%/data/core/images/units/undead/ghost-s-attack-1.png
%%DATADIR%%/data/core/images/units/undead/ghost-s-attack-2.png
%%DATADIR%%/data/core/images/units/undead/ghost-s-attack-3.png
-%%DATADIR%%/data/core/images/units/undead/ghost.png
%%DATADIR%%/data/core/images/units/undead/ghoul-attack-1.png
%%DATADIR%%/data/core/images/units/undead/ghoul-attack-2.png
%%DATADIR%%/data/core/images/units/undead/ghoul-attack-3.png
@@ -7148,9 +6827,6 @@ bin/wesnoth
%%DATADIR%%/data/core/images/units/undead/spectre-die-3.png
%%DATADIR%%/data/core/images/units/undead/spectre-die-4.png
%%DATADIR%%/data/core/images/units/undead/spectre.png
-%%DATADIR%%/data/core/images/units/undead/wraith-attack.png
-%%DATADIR%%/data/core/images/units/undead/wraith-attack1.png
-%%DATADIR%%/data/core/images/units/undead/wraith-defend.png
%%DATADIR%%/data/core/images/units/undead/wraith-s-1.png
%%DATADIR%%/data/core/images/units/undead/wraith-s-2.png
%%DATADIR%%/data/core/images/units/undead/wraith-s-3.png
@@ -7163,7 +6839,6 @@ bin/wesnoth
%%DATADIR%%/data/core/images/units/undead/wraith-s-defend-1.png
%%DATADIR%%/data/core/images/units/undead/wraith-s-defend-2.png
%%DATADIR%%/data/core/images/units/undead/wraith-s.png
-%%DATADIR%%/data/core/images/units/undead/wraith.png
%%DATADIR%%/data/core/images/units/undead/zombie-attack-n.png
%%DATADIR%%/data/core/images/units/undead/zombie-attack-s.png
%%DATADIR%%/data/core/images/units/undead/zombie-attack.png
@@ -7242,6 +6917,7 @@ bin/wesnoth
%%DATADIR%%/data/core/images/units/undead/zombie-wose-die-4.png
%%DATADIR%%/data/core/images/units/undead/zombie-wose.png
%%DATADIR%%/data/core/images/units/undead/zombie.png
+%%DATADIR%%/data/core/images/units/unknown-unit.png
%%DATADIR%%/data/core/images/units/woses/wose-ancient-attack-1.png
%%DATADIR%%/data/core/images/units/woses/wose-ancient-attack-2.png
%%DATADIR%%/data/core/images/units/woses/wose-ancient-defend.png
@@ -7310,8 +6986,10 @@ bin/wesnoth
%%DATADIR%%/data/core/images/units/woses/wose.png
%%DATADIR%%/data/core/images/wesnoth-icon.png
%%DATADIR%%/data/core/macros/abilities.cfg
+%%DATADIR%%/data/core/macros/ai_controller.cfg
%%DATADIR%%/data/core/macros/amla.cfg
%%DATADIR%%/data/core/macros/animation-utils.cfg
+%%DATADIR%%/data/core/macros/carryover-utils.cfg
%%DATADIR%%/data/core/macros/conditional-utils.cfg
%%DATADIR%%/data/core/macros/deprecated-utils.cfg
%%DATADIR%%/data/core/macros/event-utils.cfg
@@ -7321,7 +6999,7 @@ bin/wesnoth
%%DATADIR%%/data/core/macros/names.cfg
%%DATADIR%%/data/core/macros/scenario-utils.cfg
%%DATADIR%%/data/core/macros/schedules.cfg
-%%DATADIR%%/data/core/macros/sidelimit-utils.cfg
+%%DATADIR%%/data/core/macros/side-utils.cfg
%%DATADIR%%/data/core/macros/sound-utils.cfg
%%DATADIR%%/data/core/macros/special-notes.cfg
%%DATADIR%%/data/core/macros/teleport-utils.cfg
@@ -7336,24 +7014,35 @@ bin/wesnoth
%%DATADIR%%/data/core/music/elf-land.ogg
%%DATADIR%%/data/core/music/elvish-theme.ogg
%%DATADIR%%/data/core/music/frantic.ogg
+%%DATADIR%%/data/core/music/heroes_rite.ogg
%%DATADIR%%/data/core/music/knalgan_theme.ogg
%%DATADIR%%/data/core/music/knolls.ogg
%%DATADIR%%/data/core/music/legends_of_the_north.ogg
+%%DATADIR%%/data/core/music/love_theme.ogg
%%DATADIR%%/data/core/music/loyalists.ogg
%%DATADIR%%/data/core/music/main_menu.ogg
-%%DATADIR%%/data/core/music/main_menu_new.ogg
%%DATADIR%%/data/core/music/northerners.ogg
%%DATADIR%%/data/core/music/nunc_dimittis.ogg
%%DATADIR%%/data/core/music/revelation.ogg
+%%DATADIR%%/data/core/music/sad.ogg
+%%DATADIR%%/data/core/music/siege_of_laurelmor.ogg
%%DATADIR%%/data/core/music/silence.ogg
+%%DATADIR%%/data/core/music/suspense.ogg
%%DATADIR%%/data/core/music/the_city_falls.ogg
+%%DATADIR%%/data/core/music/the_dangerous_symphony.ogg
+%%DATADIR%%/data/core/music/the_deep_path.ogg
%%DATADIR%%/data/core/music/the_king_is_dead.ogg
+%%DATADIR%%/data/core/music/transience.ogg
%%DATADIR%%/data/core/music/traveling_minstrels.ogg
%%DATADIR%%/data/core/music/underground.ogg
%%DATADIR%%/data/core/music/vengeful.ogg
%%DATADIR%%/data/core/music/victory.ogg
%%DATADIR%%/data/core/music/victory2.ogg
%%DATADIR%%/data/core/music/wanderer.ogg
+%%DATADIR%%/data/core/sounds/ambient/birds1.ogg
+%%DATADIR%%/data/core/sounds/ambient/birds2.ogg
+%%DATADIR%%/data/core/sounds/ambient/birds3.ogg
+%%DATADIR%%/data/core/sounds/ambient/campfire.ogg
%%DATADIR%%/data/core/sounds/ambient/morning.ogg
%%DATADIR%%/data/core/sounds/ambient/night.ogg
%%DATADIR%%/data/core/sounds/ambient/ship.ogg
@@ -7372,6 +7061,7 @@ bin/wesnoth
%%DATADIR%%/data/core/sounds/bow-puny-miss.ogg
%%DATADIR%%/data/core/sounds/bow-puny.ogg
%%DATADIR%%/data/core/sounds/bow.ogg
+%%DATADIR%%/data/core/sounds/cave-in.ogg
%%DATADIR%%/data/core/sounds/claws.ogg
%%DATADIR%%/data/core/sounds/club.ogg
%%DATADIR%%/data/core/sounds/crossbow-fire-miss.ogg
@@ -7588,20 +7278,30 @@ bin/wesnoth
%%DATADIR%%/data/core/sounds/zombie-hit-5.ogg
%%DATADIR%%/data/core/sounds/zombie-hit-6.ogg
%%DATADIR%%/data/core/team-colors.cfg
-%%DATADIR%%/data/core/terrain-graphics/_final.cfg
+%%DATADIR%%/data/core/terrain-graphics.cfg
%%DATADIR%%/data/core/terrain-graphics/adjacent.cfg
%%DATADIR%%/data/core/terrain-graphics/base.cfg
%%DATADIR%%/data/core/terrain-graphics/bridges.cfg
%%DATADIR%%/data/core/terrain-graphics/buildings.cfg
%%DATADIR%%/data/core/terrain-graphics/canyon.cfg
%%DATADIR%%/data/core/terrain-graphics/castles.cfg
+%%DATADIR%%/data/core/terrain-graphics/compat.cfg
+%%DATADIR%%/data/core/terrain-graphics/corner_overlay.cfg
%%DATADIR%%/data/core/terrain-graphics/forestcastle.cfg
%%DATADIR%%/data/core/terrain-graphics/forests.cfg
+%%DATADIR%%/data/core/terrain-graphics/misc.cfg
%%DATADIR%%/data/core/terrain-graphics/mountains.cfg
+%%DATADIR%%/data/core/terrain-graphics/random.cfg
+%%DATADIR%%/data/core/terrain-graphics/restricted-transitions.cfg
+%%DATADIR%%/data/core/terrain-graphics/tiles.cfg
+%%DATADIR%%/data/core/terrain-graphics/transitions_base.cfg
+%%DATADIR%%/data/core/terrain-graphics/transitions_overlay.cfg
%%DATADIR%%/data/core/terrain-graphics/util.cfg
+%%DATADIR%%/data/core/terrain-graphics/walls.cfg
%%DATADIR%%/data/core/terrain.cfg
%%DATADIR%%/data/core/units.cfg
%%DATADIR%%/data/core/units/bats/Bat_Blood.cfg
+%%DATADIR%%/data/core/units/bats/Bat_Dread.cfg
%%DATADIR%%/data/core/units/bats/Bat_Vampire.cfg
%%DATADIR%%/data/core/units/boats/Boat.cfg
%%DATADIR%%/data/core/units/boats/Galleon.cfg
@@ -7698,6 +7398,7 @@ bin/wesnoth
%%DATADIR%%/data/core/units/humans/Loyalist_Swordsman.cfg
%%DATADIR%%/data/core/units/humans/Mage.cfg
%%DATADIR%%/data/core/units/humans/Mage_Arch.cfg
+%%DATADIR%%/data/core/units/humans/Mage_Elder.cfg
%%DATADIR%%/data/core/units/humans/Mage_Great.cfg
%%DATADIR%%/data/core/units/humans/Mage_Red.cfg
%%DATADIR%%/data/core/units/humans/Mage_Silver.cfg
@@ -7714,6 +7415,7 @@ bin/wesnoth
%%DATADIR%%/data/core/units/humans/Outlaw_Thief.cfg
%%DATADIR%%/data/core/units/humans/Outlaw_Thug.cfg
%%DATADIR%%/data/core/units/humans/Peasant.cfg
+%%DATADIR%%/data/core/units/humans/Royal_Warrior.cfg
%%DATADIR%%/data/core/units/humans/Woodsman.cfg
%%DATADIR%%/data/core/units/humans/Woodsman_Huntsman.cfg
%%DATADIR%%/data/core/units/humans/Woodsman_Poacher.cfg
@@ -7770,6 +7472,7 @@ bin/wesnoth
%%DATADIR%%/data/core/units/trolls/Hero.cfg
%%DATADIR%%/data/core/units/trolls/Rocklobber.cfg
%%DATADIR%%/data/core/units/trolls/Troll.cfg
+%%DATADIR%%/data/core/units/trolls/Troll_Shaman.cfg
%%DATADIR%%/data/core/units/trolls/Warrior.cfg
%%DATADIR%%/data/core/units/trolls/Whelp.cfg
%%DATADIR%%/data/core/units/undead/Corpse_Ghoul.cfg
@@ -7798,11 +7501,59 @@ bin/wesnoth
%%DATADIR%%/data/core/units/wose/Ancient.cfg
%%DATADIR%%/data/core/units/wose/Elder.cfg
%%DATADIR%%/data/core/units/wose/Wose.cfg
+%%DATADIR%%/data/game_config.cfg
+%%DATADIR%%/data/gui/default.cfg
+%%DATADIR%%/data/gui/default/macros/_initial.cfg
+%%DATADIR%%/data/gui/default/macros/horizontal_scrollbar.cfg
+%%DATADIR%%/data/gui/default/macros/vertical_scrollbar.cfg
+%%DATADIR%%/data/gui/default/widget/button_25x25.cfg
+%%DATADIR%%/data/gui/default/widget/button_default.cfg
+%%DATADIR%%/data/gui/default/widget/horizontal_scrollbar_default.cfg
+%%DATADIR%%/data/gui/default/widget/image_default.cfg
+%%DATADIR%%/data/gui/default/widget/label_default.cfg
+%%DATADIR%%/data/gui/default/widget/listbox_default.cfg
+%%DATADIR%%/data/gui/default/widget/listbox_wml_message.cfg
+%%DATADIR%%/data/gui/default/widget/menubar_default.cfg
+%%DATADIR%%/data/gui/default/widget/minimap_default.cfg
+%%DATADIR%%/data/gui/default/widget/panel_default.cfg
+%%DATADIR%%/data/gui/default/widget/panel_wml_message.cfg
+%%DATADIR%%/data/gui/default/widget/scroll_label_default.cfg
+%%DATADIR%%/data/gui/default/widget/scroll_label_wml_message.cfg
+%%DATADIR%%/data/gui/default/widget/slider_default.cfg
+%%DATADIR%%/data/gui/default/widget/spacer_default.cfg
+%%DATADIR%%/data/gui/default/widget/text_box_default.cfg
+%%DATADIR%%/data/gui/default/widget/toggle_button_default.cfg
+%%DATADIR%%/data/gui/default/widget/toggle_button_icon.cfg
+%%DATADIR%%/data/gui/default/widget/toggle_button_listbox_text.cfg
+%%DATADIR%%/data/gui/default/widget/toggle_button_listbox_text_with_icon.cfg
+%%DATADIR%%/data/gui/default/widget/toggle_panel_default.cfg
+%%DATADIR%%/data/gui/default/widget/toggle_panel_wml_message.cfg
+%%DATADIR%%/data/gui/default/widget/tooltip_default.cfg
+%%DATADIR%%/data/gui/default/widget/vertical_scrollbar_default.cfg
+%%DATADIR%%/data/gui/default/widget/window_default.cfg
+%%DATADIR%%/data/gui/default/window/addon_connect.cfg
+%%DATADIR%%/data/gui/default/window/addon_list.cfg
+%%DATADIR%%/data/gui/default/window/campaign_dialog.cfg
+%%DATADIR%%/data/gui/default/window/editor_generate_map.cfg
+%%DATADIR%%/data/gui/default/window/editor_new_map.cfg
+%%DATADIR%%/data/gui/default/window/editor_resize_map.cfg
+%%DATADIR%%/data/gui/default/window/editor_settings.cfg
+%%DATADIR%%/data/gui/default/window/language_selection.cfg
+%%DATADIR%%/data/gui/default/window/message.cfg
+%%DATADIR%%/data/gui/default/window/mp_cmd_wrapper.cfg
+%%DATADIR%%/data/gui/default/window/mp_connect.cfg
+%%DATADIR%%/data/gui/default/window/mp_create_game.cfg
+%%DATADIR%%/data/gui/default/window/mp_login.cfg
+%%DATADIR%%/data/gui/default/window/mp_method_selection.cfg
+%%DATADIR%%/data/gui/default/window/mp_server_list.cfg
+%%DATADIR%%/data/gui/default/window/title_screen.cfg
+%%DATADIR%%/data/gui/default/window/wml_message.cfg
%%DATADIR%%/data/hardwired/WARNING
%%DATADIR%%/data/hardwired/english.cfg
%%DATADIR%%/data/hardwired/fonts.cfg
%%DATADIR%%/data/hardwired/language.cfg
%%DATADIR%%/data/hardwired/tips.cfg
+%%DATADIR%%/data/lan_server.cfg
%%DATADIR%%/data/languages/C.cfg
%%DATADIR%%/data/languages/af_ZA.cfg
%%DATADIR%%/data/languages/ar_AR.cfg
@@ -7833,11 +7584,13 @@ bin/wesnoth
%%DATADIR%%/data/languages/lt_LT.cfg
%%DATADIR%%/data/languages/lv_LV.cfg
%%DATADIR%%/data/languages/mk_MK.cfg
+%%DATADIR%%/data/languages/mr_IN.cfg
%%DATADIR%%/data/languages/nb_NO.cfg
%%DATADIR%%/data/languages/nl_NL.cfg
%%DATADIR%%/data/languages/pl_PL.cfg
%%DATADIR%%/data/languages/pt_BR.cfg
%%DATADIR%%/data/languages/pt_PT.cfg
+%%DATADIR%%/data/languages/racv.cfg
%%DATADIR%%/data/languages/ro_RO.cfg
%%DATADIR%%/data/languages/ru_RU.cfg
%%DATADIR%%/data/languages/sk_SK.cfg
@@ -7851,8 +7604,6 @@ bin/wesnoth
%%DATADIR%%/data/languages/zh_TW.cfg
%%DATADIR%%/data/multiplayer/_main.cfg
%%DATADIR%%/data/multiplayer/eras.cfg
-%%DATADIR%%/data/multiplayer/factions/alliance_of_darkness.cfg
-%%DATADIR%%/data/multiplayer/factions/alliance_of_light.cfg
%%DATADIR%%/data/multiplayer/factions/drakes-aoh.cfg
%%DATADIR%%/data/multiplayer/factions/drakes-default.cfg
%%DATADIR%%/data/multiplayer/factions/knalgans-aoh.cfg
@@ -7871,15 +7622,16 @@ bin/wesnoth
%%DATADIR%%/data/multiplayer/maps/2p_Fallenstar_Lake.map
%%DATADIR%%/data/multiplayer/maps/2p_Hamlets.map
%%DATADIR%%/data/multiplayer/maps/2p_Hornshark_Island.map
+%%DATADIR%%/data/multiplayer/maps/2p_Howling_Ghost_Badlands.map
%%DATADIR%%/data/multiplayer/maps/2p_Sablestone_Delta.map
%%DATADIR%%/data/multiplayer/maps/2p_Silverhead_Crossing.map
%%DATADIR%%/data/multiplayer/maps/2p_Sullas_Ruins.map
%%DATADIR%%/data/multiplayer/maps/2p_The_Freelands.map
%%DATADIR%%/data/multiplayer/maps/2p_Weldyn_Channel.map
-%%DATADIR%%/data/multiplayer/maps/2p_Wesbowl.map
%%DATADIR%%/data/multiplayer/maps/3p_Alirok_Marsh.map
%%DATADIR%%/data/multiplayer/maps/3p_Island_of_the_Horatii.map
%%DATADIR%%/data/multiplayer/maps/3p_Morituri.map
+%%DATADIR%%/data/multiplayer/maps/4p_A_New_Land.map
%%DATADIR%%/data/multiplayer/maps/4p_Blue_Water_Province.map
%%DATADIR%%/data/multiplayer/maps/4p_Castle_Hopping_Isle.map
%%DATADIR%%/data/multiplayer/maps/4p_Clash.map
@@ -7892,10 +7644,10 @@ bin/wesnoth
%%DATADIR%%/data/multiplayer/maps/4p_Paths_of_Daggers.map
%%DATADIR%%/data/multiplayer/maps/4p_Siege_Castles.map
%%DATADIR%%/data/multiplayer/maps/4p_The_Wilderlands.map
+%%DATADIR%%/data/multiplayer/maps/4p_Underworld.map
%%DATADIR%%/data/multiplayer/maps/4p_Xanthe_Chaos.map
%%DATADIR%%/data/multiplayer/maps/5p_Auction-X.map
%%DATADIR%%/data/multiplayer/maps/5p_Forest_of_Fear.map
-%%DATADIR%%/data/multiplayer/maps/6p_Amohsad_Caldera.map
%%DATADIR%%/data/multiplayer/maps/6p_Crusaders_Field.map
%%DATADIR%%/data/multiplayer/maps/6p_Hexcake.map
%%DATADIR%%/data/multiplayer/maps/6p_The_Manzivan_Traps.map
@@ -7916,15 +7668,16 @@ bin/wesnoth
%%DATADIR%%/data/multiplayer/scenarios/2p_Fallenstar_Lake.cfg
%%DATADIR%%/data/multiplayer/scenarios/2p_Hamlets.cfg
%%DATADIR%%/data/multiplayer/scenarios/2p_Hornshark_Island.cfg
+%%DATADIR%%/data/multiplayer/scenarios/2p_Howling_Ghost_Badlands.cfg
%%DATADIR%%/data/multiplayer/scenarios/2p_Sablestone_Delta.cfg
%%DATADIR%%/data/multiplayer/scenarios/2p_Silverhead_Crossing.cfg
%%DATADIR%%/data/multiplayer/scenarios/2p_Sullas_Ruins.cfg
%%DATADIR%%/data/multiplayer/scenarios/2p_The_Freelands.cfg
%%DATADIR%%/data/multiplayer/scenarios/2p_Weldyn_Channel.cfg
-%%DATADIR%%/data/multiplayer/scenarios/2p_Wesbowl.cfg
%%DATADIR%%/data/multiplayer/scenarios/3p_Alirok_Marsh.cfg
%%DATADIR%%/data/multiplayer/scenarios/3p_Island_of_the_Horatii.cfg
%%DATADIR%%/data/multiplayer/scenarios/3p_Morituri.cfg
+%%DATADIR%%/data/multiplayer/scenarios/4p_A_New_Land.cfg
%%DATADIR%%/data/multiplayer/scenarios/4p_Blue_Water_Province.cfg
%%DATADIR%%/data/multiplayer/scenarios/4p_Castle_Hopping_Isle.cfg
%%DATADIR%%/data/multiplayer/scenarios/4p_Clash.cfg
@@ -7937,10 +7690,10 @@ bin/wesnoth
%%DATADIR%%/data/multiplayer/scenarios/4p_Paths_of_Daggers.cfg
%%DATADIR%%/data/multiplayer/scenarios/4p_Siege_Castles.cfg
%%DATADIR%%/data/multiplayer/scenarios/4p_The_Wilderlands.cfg
+%%DATADIR%%/data/multiplayer/scenarios/4p_Underworld.cfg
%%DATADIR%%/data/multiplayer/scenarios/4p_Xanthe_Chaos.cfg
%%DATADIR%%/data/multiplayer/scenarios/5p_Auction-X.cfg
%%DATADIR%%/data/multiplayer/scenarios/5p_Forest_of_Fear.cfg
-%%DATADIR%%/data/multiplayer/scenarios/6p_Amohsad_Caldera.cfg
%%DATADIR%%/data/multiplayer/scenarios/6p_Crusaders_Field.cfg
%%DATADIR%%/data/multiplayer/scenarios/6p_Hexcake.cfg
%%DATADIR%%/data/multiplayer/scenarios/6p_Team_Survival.cfg
@@ -7949,6 +7702,13 @@ bin/wesnoth
%%DATADIR%%/data/multiplayer/scenarios/8p_Mokena_Prairie.cfg
%%DATADIR%%/data/multiplayer/scenarios/8p_Morituri.cfg
%%DATADIR%%/data/multiplayer/scenarios/9p_Merkwuerdigliebe.cfg
+%%DATADIR%%/data/multiplayer/scenarios/ANL_utils/ANL_auto_working.cfg
+%%DATADIR%%/data/multiplayer/scenarios/ANL_utils/ANL_general_macros.cfg
+%%DATADIR%%/data/multiplayer/scenarios/ANL_utils/ANL_help.cfg
+%%DATADIR%%/data/multiplayer/scenarios/ANL_utils/ANL_leader_options.cfg
+%%DATADIR%%/data/multiplayer/scenarios/ANL_utils/ANL_research_options.cfg
+%%DATADIR%%/data/multiplayer/scenarios/ANL_utils/ANL_special_macros.cfg
+%%DATADIR%%/data/multiplayer/scenarios/ANL_utils/ANL_worker_options.cfg
%%DATADIR%%/data/multiplayer/scenarios/Random_Scenario.cfg
%%DATADIR%%/data/multiplayer/scenarios/Random_Scenario_Desert.cfg
%%DATADIR%%/data/multiplayer/scenarios/Random_Scenario_Marsh.cfg
@@ -7956,16 +7716,26 @@ bin/wesnoth
%%DATADIR%%/data/multiplayer/scenarios/Wesbench_AI.cfg
%%DATADIR%%/data/multiplayer/scenarios/Wesbench_Scroll.cfg
%%DATADIR%%/data/multiplayer/scenarios/Wesbench_Shroud_Walk.cfg
+%%DATADIR%%/data/scenario-formula-recruitment.cfg
+%%DATADIR%%/data/scenario-formula.cfg
%%DATADIR%%/data/scenario-test.cfg
+%%DATADIR%%/data/temp-file_send_data_strings.cfg
%%DATADIR%%/data/themes/default.cfg
%%DATADIR%%/data/themes/dfool.cfg
-%%DATADIR%%/data/themes/editor.cfg
+%%DATADIR%%/data/themes/editor2.cfg
%%DATADIR%%/data/themes/experimental.cfg
%%DATADIR%%/data/themes/macros.cfg
-%%DATADIR%%/data/tools/Makefile
%%DATADIR%%/data/tools/README
-%%DATADIR%%/data/tools/TeamColorizer.pl
%%DATADIR%%/data/tools/about_cfg_to_wiki
+%%DATADIR%%/data/tools/addon_manager/COPYING.txt
+%%DATADIR%%/data/tools/addon_manager/__init__.py
+%%DATADIR%%/data/tools/addon_manager/asc.gif
+%%DATADIR%%/data/tools/addon_manager/bg.gif
+%%DATADIR%%/data/tools/addon_manager/desc.gif
+%%DATADIR%%/data/tools/addon_manager/html.py
+%%DATADIR%%/data/tools/addon_manager/jquery.js
+%%DATADIR%%/data/tools/addon_manager/style.css
+%%DATADIR%%/data/tools/addon_manager/tablesorter.js
%%DATADIR%%/data/tools/castle-cutter/castle-walls.tmpl
%%DATADIR%%/data/tools/castle-cutter/castle.png
%%DATADIR%%/data/tools/castle-cutter/castles.xcf
@@ -7979,6 +7749,13 @@ bin/wesnoth
%%DATADIR%%/data/tools/castle-cutter/mask.png
%%DATADIR%%/data/tools/castle-cutter/mk-all-castles.sh
%%DATADIR%%/data/tools/castle-cutter/mk-castle.sh
+%%DATADIR%%/data/tools/emacs_mode/README
+%%DATADIR%%/data/tools/emacs_mode/wesnoth-mode.el
+%%DATADIR%%/data/tools/emacs_mode/wesnoth-mode.texi
+%%DATADIR%%/data/tools/emacs_mode/wesnoth-update.el
+%%DATADIR%%/data/tools/emacs_mode/wesnoth-wml-additions.cfg
+%%DATADIR%%/data/tools/emacs_mode/wesnoth-wml-data.el
+%%DATADIR%%/data/tools/expand-terrain-macros.py
%%DATADIR%%/data/tools/exploder/castle-concave.cfg
%%DATADIR%%/data/tools/exploder/castle-convex.cfg
%%DATADIR%%/data/tools/exploder/castle-exploded-concave.cfg
@@ -8001,57 +7778,38 @@ bin/wesnoth
%%DATADIR%%/data/tools/extractbindings
%%DATADIR%%/data/tools/helpheader.xhtml
%%DATADIR%%/data/tools/helptrailer.xhtml
-%%DATADIR%%/data/tools/mk-edges
+%%DATADIR%%/data/tools/journeylifter
%%DATADIR%%/data/tools/scoutDefault.py
%%DATADIR%%/data/tools/terrain2wiki.rb
-%%DATADIR%%/data/tools/unit_tree/TeamColorizer.pl
-%%DATADIR%%/data/tools/unit_tree/templates/anim_header.html
-%%DATADIR%%/data/tools/unit_tree/templates/index.html
-%%DATADIR%%/data/tools/unit_tree/templates/index_base.html
-%%DATADIR%%/data/tools/unit_tree/templates/index_base_EOM.html
-%%DATADIR%%/data/tools/unit_tree/templates/index_base_EXE.html
-%%DATADIR%%/data/tools/unit_tree/templates/index_base_IME.html
-%%DATADIR%%/data/tools/unit_tree/templates/index_languages.html
-%%DATADIR%%/data/tools/unit_tree/templates/tree_fact_header.html
-%%DATADIR%%/data/tools/unit_tree/templates/tree_fact_header_EOM.html
-%%DATADIR%%/data/tools/unit_tree/templates/tree_fact_header_EXE.html
-%%DATADIR%%/data/tools/unit_tree/templates/tree_fact_header_IME.html
-%%DATADIR%%/data/tools/unit_tree/templates/tree_footer.html
-%%DATADIR%%/data/tools/unit_tree/templates/tree_header.html
-%%DATADIR%%/data/tools/unit_tree/templates/tree_header_EOM.html
-%%DATADIR%%/data/tools/unit_tree/templates/tree_header_EXE.html
-%%DATADIR%%/data/tools/unit_tree/templates/tree_header_IME.html
-%%DATADIR%%/data/tools/unit_tree/templates/tree_race_header.html
-%%DATADIR%%/data/tools/unit_tree/templates/tree_race_header_EOM.html
-%%DATADIR%%/data/tools/unit_tree/templates/tree_race_header_EXE.html
-%%DATADIR%%/data/tools/unit_tree/templates/tree_race_header_IME.html
-%%DATADIR%%/data/tools/unit_tree/templates/trunk.sh
-%%DATADIR%%/data/tools/unit_tree/templates/unit.html
-%%DATADIR%%/data/tools/unit_tree/templates/unit_1.2.html
-%%DATADIR%%/data/tools/unit_tree/templates/unit_EOM.html
-%%DATADIR%%/data/tools/unit_tree/templates/unit_IME.html
-%%DATADIR%%/data/tools/unit_tree/templates/unit_exe.html
-%%DATADIR%%/data/tools/unit_tree/templates/units.css
-%%DATADIR%%/data/tools/unit_tree/units.pl
-%%DATADIR%%/data/tools/wesnoth-mode.el
+%%DATADIR%%/data/tools/trackplacer
+%%DATADIR%%/data/tools/unit_tree/TeamColorizer
+%%DATADIR%%/data/tools/unit_tree/__init__.py
+%%DATADIR%%/data/tools/unit_tree/animations.py
+%%DATADIR%%/data/tools/unit_tree/helpers.py
+%%DATADIR%%/data/tools/unit_tree/style.css
+%%DATADIR%%/data/tools/vim/formulaai.vim
%%DATADIR%%/data/tools/wesnoth/README
%%DATADIR%%/data/tools/wesnoth/__init__.py
%%DATADIR%%/data/tools/wesnoth/campaignserver_client.py
%%DATADIR%%/data/tools/wesnoth/libsvn.py
%%DATADIR%%/data/tools/wesnoth/wescamp.py
%%DATADIR%%/data/tools/wesnoth/wmldata.py
+%%DATADIR%%/data/tools/wesnoth/wmlgrammar.py
%%DATADIR%%/data/tools/wesnoth/wmliterator.py
%%DATADIR%%/data/tools/wesnoth/wmlparser.py
%%DATADIR%%/data/tools/wesnoth/wmltools.py
+%%DATADIR%%/data/tools/wesnoth_addon_manager
+%%DATADIR%%/data/tools/wmlflip
%%DATADIR%%/data/tools/wmlindent
%%DATADIR%%/data/tools/wmllint
+%%DATADIR%%/data/tools/wmllint_gui
%%DATADIR%%/data/tools/wmlmove
%%DATADIR%%/data/tools/wmlscope
+%%DATADIR%%/data/tools/wmltest
+%%DATADIR%%/data/tools/wmlunits
%%DATADIR%%/fonts/COPYING
%%DATADIR%%/fonts/DejaVuSans.ttf
-%%DATADIR%%/fonts/sazanami-gothic.ttf
-%%DATADIR%%/fonts/wqy-zenhei-gb2312.ttf
-%%DATADIR%%/icons/Makefile
+%%DATADIR%%/fonts/wqy-zenhei.ttc
%%DATADIR%%/icons/Makefile.am
%%DATADIR%%/icons/Makefile.in
%%DATADIR%%/icons/map-editor-icon-Mac.png
@@ -8062,19 +7820,28 @@ bin/wesnoth
%%DATADIR%%/icons/wesnoth_editor.desktop
%%DATADIR%%/images/README
%%DATADIR%%/images/buttons/WML-custom.png
-%%DATADIR%%/images/buttons/action-button-active.png
-%%DATADIR%%/images/buttons/action-button-pressed.png
-%%DATADIR%%/images/buttons/action-button.png
%%DATADIR%%/images/buttons/button-active.png
+%%DATADIR%%/images/buttons/button-disabled.png
%%DATADIR%%/images/buttons/button-pressed.png
%%DATADIR%%/images/buttons/button.png
+%%DATADIR%%/images/buttons/button_transparent-active.png
+%%DATADIR%%/images/buttons/button_transparent-disabled.png
+%%DATADIR%%/images/buttons/button_transparent-pressed.png
+%%DATADIR%%/images/buttons/button_transparent.png
%%DATADIR%%/images/buttons/checkbox-active-pressed.png
%%DATADIR%%/images/buttons/checkbox-active.png
+%%DATADIR%%/images/buttons/checkbox-disabled-pressed.png
+%%DATADIR%%/images/buttons/checkbox-disabled.png
%%DATADIR%%/images/buttons/checkbox-pressed.png
%%DATADIR%%/images/buttons/checkbox.png
%%DATADIR%%/images/buttons/downarrow-button-active.png
+%%DATADIR%%/images/buttons/downarrow-button-disabled.png
%%DATADIR%%/images/buttons/downarrow-button-pressed.png
%%DATADIR%%/images/buttons/downarrow-button.png
+%%DATADIR%%/images/buttons/downarrow-button_transparent-active.png
+%%DATADIR%%/images/buttons/downarrow-button_transparent-disabled.png
+%%DATADIR%%/images/buttons/downarrow-button_transparent-pressed.png
+%%DATADIR%%/images/buttons/downarrow-button_transparent.png
%%DATADIR%%/images/buttons/draw_button_editor-active.png
%%DATADIR%%/images/buttons/draw_button_editor-pressed.png
%%DATADIR%%/images/buttons/draw_button_editor.png
@@ -8103,6 +7870,10 @@ bin/wesnoth
%%DATADIR%%/images/buttons/group_cave-active.png
%%DATADIR%%/images/buttons/group_cave-pressed.png
%%DATADIR%%/images/buttons/group_cave.png
+%%DATADIR%%/images/buttons/group_custom-active-pressed.png
+%%DATADIR%%/images/buttons/group_custom-active.png
+%%DATADIR%%/images/buttons/group_custom-pressed.png
+%%DATADIR%%/images/buttons/group_custom.png
%%DATADIR%%/images/buttons/group_desert-active-pressed.png
%%DATADIR%%/images/buttons/group_desert-active.png
%%DATADIR%%/images/buttons/group_desert-pressed.png
@@ -8131,6 +7902,21 @@ bin/wesnoth
%%DATADIR%%/images/buttons/group_water-active.png
%%DATADIR%%/images/buttons/group_water-pressed.png
%%DATADIR%%/images/buttons/group_water.png
+%%DATADIR%%/images/buttons/group_x-active-pressed.png
+%%DATADIR%%/images/buttons/group_x-active.png
+%%DATADIR%%/images/buttons/group_x-pressed.png
+%%DATADIR%%/images/buttons/group_x.png
+%%DATADIR%%/images/buttons/large-button-active.png
+%%DATADIR%%/images/buttons/large-button-pressed.png
+%%DATADIR%%/images/buttons/large-button.png
+%%DATADIR%%/images/buttons/left_arrow-button-active.png
+%%DATADIR%%/images/buttons/left_arrow-button-disabled.png
+%%DATADIR%%/images/buttons/left_arrow-button-pressed.png
+%%DATADIR%%/images/buttons/left_arrow-button.png
+%%DATADIR%%/images/buttons/left_arrow-button_transparent-active.png
+%%DATADIR%%/images/buttons/left_arrow-button_transparent-disabled.png
+%%DATADIR%%/images/buttons/left_arrow-button_transparent-pressed.png
+%%DATADIR%%/images/buttons/left_arrow-button_transparent.png
%%DATADIR%%/images/buttons/lite-active.png
%%DATADIR%%/images/buttons/lite-pressed.png
%%DATADIR%%/images/buttons/lite.png
@@ -8158,18 +7944,104 @@ bin/wesnoth
%%DATADIR%%/images/buttons/redo_button_editor-active.png
%%DATADIR%%/images/buttons/redo_button_editor-pressed.png
%%DATADIR%%/images/buttons/redo_button_editor.png
+%%DATADIR%%/images/buttons/resize-direction-bottom-left.png
+%%DATADIR%%/images/buttons/resize-direction-bottom-right.png
+%%DATADIR%%/images/buttons/resize-direction-bottom.png
+%%DATADIR%%/images/buttons/resize-direction-center.png
+%%DATADIR%%/images/buttons/resize-direction-left.png
+%%DATADIR%%/images/buttons/resize-direction-none.png
+%%DATADIR%%/images/buttons/resize-direction-right.png
+%%DATADIR%%/images/buttons/resize-direction-top-left.png
+%%DATADIR%%/images/buttons/resize-direction-top-right.png
+%%DATADIR%%/images/buttons/resize-direction-top.png
%%DATADIR%%/images/buttons/resize_button_editor-active.png
%%DATADIR%%/images/buttons/resize_button_editor-pressed.png
%%DATADIR%%/images/buttons/resize_button_editor.png
+%%DATADIR%%/images/buttons/right_arrow-button-active.png
+%%DATADIR%%/images/buttons/right_arrow-button-disabled.png
+%%DATADIR%%/images/buttons/right_arrow-button-pressed.png
+%%DATADIR%%/images/buttons/right_arrow-button.png
+%%DATADIR%%/images/buttons/right_arrow-button_transparent-active.png
+%%DATADIR%%/images/buttons/right_arrow-button_transparent-disabled.png
+%%DATADIR%%/images/buttons/right_arrow-button_transparent-pressed.png
+%%DATADIR%%/images/buttons/right_arrow-button_transparent.png
%%DATADIR%%/images/buttons/scrollbottom-active.png
+%%DATADIR%%/images/buttons/scrollbottom-disabled.png
+%%DATADIR%%/images/buttons/scrollbottom-pressed.png
%%DATADIR%%/images/buttons/scrollbottom.png
+%%DATADIR%%/images/buttons/scrollbottom_transparent-active.png
+%%DATADIR%%/images/buttons/scrollbottom_transparent-disabled.png
+%%DATADIR%%/images/buttons/scrollbottom_transparent-pressed.png
+%%DATADIR%%/images/buttons/scrollbottom_transparent.png
%%DATADIR%%/images/buttons/scrollgroove-bottom.png
+%%DATADIR%%/images/buttons/scrollgroove-disabled-bottom.png
+%%DATADIR%%/images/buttons/scrollgroove-disabled-horizontal.png
+%%DATADIR%%/images/buttons/scrollgroove-disabled-left.png
+%%DATADIR%%/images/buttons/scrollgroove-disabled-mid.png
+%%DATADIR%%/images/buttons/scrollgroove-disabled-right.png
+%%DATADIR%%/images/buttons/scrollgroove-disabled-top.png
+%%DATADIR%%/images/buttons/scrollgroove-horizontal.png
+%%DATADIR%%/images/buttons/scrollgroove-left.png
%%DATADIR%%/images/buttons/scrollgroove-mid.png
+%%DATADIR%%/images/buttons/scrollgroove-right.png
%%DATADIR%%/images/buttons/scrollgroove-top.png
+%%DATADIR%%/images/buttons/scrollgroove_transparent-bottom.png
+%%DATADIR%%/images/buttons/scrollgroove_transparent-disabled-bottom.png
+%%DATADIR%%/images/buttons/scrollgroove_transparent-disabled-horizontal.png
+%%DATADIR%%/images/buttons/scrollgroove_transparent-disabled-left.png
+%%DATADIR%%/images/buttons/scrollgroove_transparent-disabled-mid.png
+%%DATADIR%%/images/buttons/scrollgroove_transparent-disabled-right.png
+%%DATADIR%%/images/buttons/scrollgroove_transparent-disabled-top.png
+%%DATADIR%%/images/buttons/scrollgroove_transparent-horizontal.png
+%%DATADIR%%/images/buttons/scrollgroove_transparent-left.png
+%%DATADIR%%/images/buttons/scrollgroove_transparent-mid.png
+%%DATADIR%%/images/buttons/scrollgroove_transparent-right.png
+%%DATADIR%%/images/buttons/scrollgroove_transparent-top.png
+%%DATADIR%%/images/buttons/scrollhorizontal-active.png
+%%DATADIR%%/images/buttons/scrollhorizontal-disabled.png
+%%DATADIR%%/images/buttons/scrollhorizontal-pressed.png
+%%DATADIR%%/images/buttons/scrollhorizontal.png
+%%DATADIR%%/images/buttons/scrollhorizontal_transparent-active.png
+%%DATADIR%%/images/buttons/scrollhorizontal_transparent-disabled.png
+%%DATADIR%%/images/buttons/scrollhorizontal_transparent-pressed.png
+%%DATADIR%%/images/buttons/scrollhorizontal_transparent.png
+%%DATADIR%%/images/buttons/scrollleft-active.png
+%%DATADIR%%/images/buttons/scrollleft-disabled.png
+%%DATADIR%%/images/buttons/scrollleft-pressed.png
+%%DATADIR%%/images/buttons/scrollleft.png
+%%DATADIR%%/images/buttons/scrollleft_transparent-active.png
+%%DATADIR%%/images/buttons/scrollleft_transparent-disabled.png
+%%DATADIR%%/images/buttons/scrollleft_transparent-pressed.png
+%%DATADIR%%/images/buttons/scrollleft_transparent.png
%%DATADIR%%/images/buttons/scrollmid-active.png
+%%DATADIR%%/images/buttons/scrollmid-disabled.png
+%%DATADIR%%/images/buttons/scrollmid-pressed.png
%%DATADIR%%/images/buttons/scrollmid.png
+%%DATADIR%%/images/buttons/scrollmid_transparent-active.png
+%%DATADIR%%/images/buttons/scrollmid_transparent-disabled.png
+%%DATADIR%%/images/buttons/scrollmid_transparent-pressed.png
+%%DATADIR%%/images/buttons/scrollmid_transparent.png
+%%DATADIR%%/images/buttons/scrollright-active.png
+%%DATADIR%%/images/buttons/scrollright-disabled.png
+%%DATADIR%%/images/buttons/scrollright-pressed.png
+%%DATADIR%%/images/buttons/scrollright.png
+%%DATADIR%%/images/buttons/scrollright_transparent-active.png
+%%DATADIR%%/images/buttons/scrollright_transparent-disabled.png
+%%DATADIR%%/images/buttons/scrollright_transparent-pressed.png
+%%DATADIR%%/images/buttons/scrollright_transparent.png
%%DATADIR%%/images/buttons/scrolltop-active.png
+%%DATADIR%%/images/buttons/scrolltop-disabled.png
+%%DATADIR%%/images/buttons/scrolltop-pressed.png
%%DATADIR%%/images/buttons/scrolltop.png
+%%DATADIR%%/images/buttons/scrolltop_transparent-active.png
+%%DATADIR%%/images/buttons/scrolltop_transparent-disabled.png
+%%DATADIR%%/images/buttons/scrolltop_transparent-pressed.png
+%%DATADIR%%/images/buttons/scrolltop_transparent.png
+%%DATADIR%%/images/buttons/select_button_editor-active.png
+%%DATADIR%%/images/buttons/select_button_editor-pressed.png
+%%DATADIR%%/images/buttons/select_button_editor.png
+%%DATADIR%%/images/buttons/slider-active.png
+%%DATADIR%%/images/buttons/slider-disabled.png
%%DATADIR%%/images/buttons/slider-selected.png
%%DATADIR%%/images/buttons/slider.png
%%DATADIR%%/images/buttons/start_position_button_editor-active.png
@@ -8185,8 +8057,13 @@ bin/wesnoth
%%DATADIR%%/images/buttons/undo_button_editor-pressed.png
%%DATADIR%%/images/buttons/undo_button_editor.png
%%DATADIR%%/images/buttons/uparrow-button-active.png
+%%DATADIR%%/images/buttons/uparrow-button-disabled.png
%%DATADIR%%/images/buttons/uparrow-button-pressed.png
%%DATADIR%%/images/buttons/uparrow-button.png
+%%DATADIR%%/images/buttons/uparrow-button_transparent-active.png
+%%DATADIR%%/images/buttons/uparrow-button_transparent-disabled.png
+%%DATADIR%%/images/buttons/uparrow-button_transparent-pressed.png
+%%DATADIR%%/images/buttons/uparrow-button_transparent.png
%%DATADIR%%/images/buttons/zoom_in_button_editor-active.png
%%DATADIR%%/images/buttons/zoom_in_button_editor-pressed.png
%%DATADIR%%/images/buttons/zoom_in_button_editor.png
@@ -8260,25 +8137,30 @@ bin/wesnoth
%%DATADIR%%/images/dialogs/translucent65-border-top.png
%%DATADIR%%/images/dialogs/translucent65-border-topleft.png
%%DATADIR%%/images/dialogs/translucent65-border-topright.png
-%%DATADIR%%/images/editor/brush-1-active.png
-%%DATADIR%%/images/editor/brush-1-pressed.png
-%%DATADIR%%/images/editor/brush-1.png
-%%DATADIR%%/images/editor/brush-2-active.png
-%%DATADIR%%/images/editor/brush-2-pressed.png
-%%DATADIR%%/images/editor/brush-2.png
-%%DATADIR%%/images/editor/brush-3-active.png
-%%DATADIR%%/images/editor/brush-3-pressed.png
-%%DATADIR%%/images/editor/brush-3.png
+%%DATADIR%%/images/editor/selection-overlay.png
+%%DATADIR%%/images/editor/tool-overlay-select-brush.png
+%%DATADIR%%/images/editor/tool-overlay-select-wand.png
+%%DATADIR%%/images/editor/tool-overlay-starting-position.png
%%DATADIR%%/images/flags/flag-1.png
%%DATADIR%%/images/flags/flag-2.png
%%DATADIR%%/images/flags/flag-3.png
%%DATADIR%%/images/flags/flag-4.png
%%DATADIR%%/images/flags/flag-icon.png
+%%DATADIR%%/images/flags/knalgan-flag-1.png
+%%DATADIR%%/images/flags/knalgan-flag-2.png
+%%DATADIR%%/images/flags/knalgan-flag-3.png
+%%DATADIR%%/images/flags/knalgan-flag-4.png
+%%DATADIR%%/images/flags/knalgan-flag-icon.png
+%%DATADIR%%/images/flags/loyalist-flag-1.png
+%%DATADIR%%/images/flags/loyalist-flag-2.png
+%%DATADIR%%/images/flags/loyalist-flag-3.png
+%%DATADIR%%/images/flags/loyalist-flag-4.png
+%%DATADIR%%/images/flags/loyalist-flag-icon.png
+%%DATADIR%%/images/flags/undead-flag-1.png
+%%DATADIR%%/images/flags/undead-flag-2.png
+%%DATADIR%%/images/flags/undead-flag-3.png
+%%DATADIR%%/images/flags/undead-flag-4.png
%%DATADIR%%/images/flags/undead-flag-icon.png
-%%DATADIR%%/images/flags/undead-flag1.png
-%%DATADIR%%/images/flags/undead-flag2.png
-%%DATADIR%%/images/flags/undead-flag3.png
-%%DATADIR%%/images/flags/undead-flag4.png
%%DATADIR%%/images/footsteps/foot-medium-in-n.png
%%DATADIR%%/images/footsteps/foot-medium-in-ne.png
%%DATADIR%%/images/footsteps/foot-medium-in-se.png
@@ -8299,6 +8181,8 @@ bin/wesnoth
%%DATADIR%%/images/footsteps/foot-slow-out-se.png
%%DATADIR%%/images/footsteps/teleport-in.png
%%DATADIR%%/images/footsteps/teleport-out.png
+%%DATADIR%%/images/icons/icon-addon-delete.png
+%%DATADIR%%/images/icons/icon-addon-publish.png
%%DATADIR%%/images/icons/icon-advanced.png
%%DATADIR%%/images/icons/icon-ai.png
%%DATADIR%%/images/icons/icon-display.png
@@ -8309,6 +8193,9 @@ bin/wesnoth
%%DATADIR%%/images/icons/icon-music.png
%%DATADIR%%/images/icons/icon-server.png
%%DATADIR%%/images/icons/icon-serverother.png
+%%DATADIR%%/images/icons/icons-abilities.png
+%%DATADIR%%/images/icons/icons-numbers.png
+%%DATADIR%%/images/icons/icons-resistances.png
%%DATADIR%%/images/misc/attack-indicator-dst-n.png
%%DATADIR%%/images/misc/attack-indicator-dst-ne.png
%%DATADIR%%/images/misc/attack-indicator-dst-nw.png
@@ -8329,13 +8216,8 @@ bin/wesnoth
%%DATADIR%%/images/misc/bar-energy-tinygui.png
%%DATADIR%%/images/misc/bar-energy.png
%%DATADIR%%/images/misc/blank.png
-%%DATADIR%%/images/misc/botleft-corner.png
-%%DATADIR%%/images/misc/botright-corner.png
%%DATADIR%%/images/misc/capture.png
%%DATADIR%%/images/misc/character-box.png
-%%DATADIR%%/images/misc/compass-north.png
-%%DATADIR%%/images/misc/compass-south.png
-%%DATADIR%%/images/misc/disk.png
%%DATADIR%%/images/misc/ellipse-1.png
%%DATADIR%%/images/misc/ellipse-bottom.png
%%DATADIR%%/images/misc/ellipse-hero-bottom.png
@@ -8365,6 +8247,7 @@ bin/wesnoth
%%DATADIR%%/images/misc/lobby.png
%%DATADIR%%/images/misc/lobby_tiny.png
%%DATADIR%%/images/misc/logo.png
+%%DATADIR%%/images/misc/missing-image.png
%%DATADIR%%/images/misc/no_observer.png
%%DATADIR%%/images/misc/poisoned.png
%%DATADIR%%/images/misc/selection-background.png
@@ -8385,6 +8268,15 @@ bin/wesnoth
%%DATADIR%%/images/misc/selection2-border-top.png
%%DATADIR%%/images/misc/selection2-border-topleft.png
%%DATADIR%%/images/misc/selection2-border-topright.png
+%%DATADIR%%/images/misc/selection2_transparent-background.png
+%%DATADIR%%/images/misc/selection2_transparent-border-botleft.png
+%%DATADIR%%/images/misc/selection2_transparent-border-botright.png
+%%DATADIR%%/images/misc/selection2_transparent-border-bottom.png
+%%DATADIR%%/images/misc/selection2_transparent-border-left.png
+%%DATADIR%%/images/misc/selection2_transparent-border-right.png
+%%DATADIR%%/images/misc/selection2_transparent-border-top.png
+%%DATADIR%%/images/misc/selection2_transparent-border-topleft.png
+%%DATADIR%%/images/misc/selection2_transparent-border-topright.png
%%DATADIR%%/images/misc/slowed.png
%%DATADIR%%/images/misc/sort-arrow-reverse.png
%%DATADIR%%/images/misc/sort-arrow.png
@@ -8406,7 +8298,55 @@ bin/wesnoth
%%DATADIR%%/images/tools/exploder/mask-castle-sw.png
%%DATADIR%%/images/tools/exploder/mask-castle-w.png
%%DATADIR%%/images/tools/magenta_team_color_palette.png
-%%DATADIR%%/images/wesnoth-icon.png
+%%DATADIR%%/images/wesnoth-icon-small.png
+%%DATADIR%%/locales/C@wesnoth
+%%DATADIR%%/locales/af_ZA@wesnoth
+%%DATADIR%%/locales/ar_AR@wesnoth
+%%DATADIR%%/locales/bg_BG@wesnoth
+%%DATADIR%%/locales/ca_ES@valencia@wesnoth
+%%DATADIR%%/locales/ca_ES@wesnoth
+%%DATADIR%%/locales/cs_CZ@wesnoth
+%%DATADIR%%/locales/da_DK@wesnoth
+%%DATADIR%%/locales/de_DE@wesnoth
+%%DATADIR%%/locales/el_GR@wesnoth
+%%DATADIR%%/locales/en_GB@wesnoth
+%%DATADIR%%/locales/eo_XX@wesnoth
+%%DATADIR%%/locales/es_ES@wesnoth
+%%DATADIR%%/locales/et_EE@wesnoth
+%%DATADIR%%/locales/eu_ES@wesnoth
+%%DATADIR%%/locales/fi_FI@wesnoth
+%%DATADIR%%/locales/fr_FR@wesnoth
+%%DATADIR%%/locales/fur_IT@wesnoth
+%%DATADIR%%/locales/gl_ES@wesnoth
+%%DATADIR%%/locales/he_IL@wesnoth
+%%DATADIR%%/locales/hr_HR@wesnoth
+%%DATADIR%%/locales/hu_HU@wesnoth
+%%DATADIR%%/locales/id_ID@wesnoth
+%%DATADIR%%/locales/it_IT@wesnoth
+%%DATADIR%%/locales/ja_JP@wesnoth
+%%DATADIR%%/locales/ko_KR@wesnoth
+%%DATADIR%%/locales/la_IT@wesnoth
+%%DATADIR%%/locales/lt_LT@wesnoth
+%%DATADIR%%/locales/lv_LV@wesnoth
+%%DATADIR%%/locales/mk_MK@wesnoth
+%%DATADIR%%/locales/mr_IN@wesnoth
+%%DATADIR%%/locales/nb_NO@wesnoth
+%%DATADIR%%/locales/nl_NL@wesnoth
+%%DATADIR%%/locales/pl_PL@wesnoth
+%%DATADIR%%/locales/pt_BR@wesnoth
+%%DATADIR%%/locales/pt_PT@wesnoth
+%%DATADIR%%/locales/racv@wesnoth
+%%DATADIR%%/locales/ro_RO@wesnoth
+%%DATADIR%%/locales/ru_RU@wesnoth
+%%DATADIR%%/locales/sk_SK@wesnoth
+%%DATADIR%%/locales/sl_SI@wesnoth
+%%DATADIR%%/locales/sr_RS@latin@wesnoth
+%%DATADIR%%/locales/sr_RS@wesnoth
+%%DATADIR%%/locales/sv_SE@wesnoth
+%%DATADIR%%/locales/tl_PH@wesnoth
+%%DATADIR%%/locales/tr_TR@wesnoth
+%%DATADIR%%/locales/zh_CN@wesnoth
+%%DATADIR%%/locales/zh_TW@wesnoth
%%DATADIR%%/sounds/README
%%DATADIR%%/sounds/arrive.wav
%%DATADIR%%/sounds/bell.wav
@@ -8426,82 +8366,1050 @@ bin/wesnoth
%%DATADIR%%/sounds/select.wav
%%DATADIR%%/sounds/slider.wav
%%DATADIR%%/sounds/timer.wav
-%%DOCSDIR%%/manual/images/de/game-screen.jpg
-%%DOCSDIR%%/manual/images/de/main-menu.jpg
-%%DOCSDIR%%/manual/images/de/multiplayer.jpg
-%%DOCSDIR%%/manual/images/de/recruit.jpg
-%%DOCSDIR%%/manual/images/de/right_pane.jpg
-%%DOCSDIR%%/manual/images/de/top_pane.jpg
-%%DOCSDIR%%/manual/images/fr/game-screen.jpg
-%%DOCSDIR%%/manual/images/fr/main-menu.jpg
-%%DOCSDIR%%/manual/images/fr/multiplayer.jpg
-%%DOCSDIR%%/manual/images/fr/recruit.jpg
-%%DOCSDIR%%/manual/images/fr/right_pane.jpg
-%%DOCSDIR%%/manual/images/fr/top_pane.jpg
-%%DOCSDIR%%/manual/images/game-screen.jpg
-%%DOCSDIR%%/manual/images/gl/game-screen.jpg
-%%DOCSDIR%%/manual/images/gl/main-menu.jpg
-%%DOCSDIR%%/manual/images/gl/multiplayer.jpg
-%%DOCSDIR%%/manual/images/gl/recruit.jpg
-%%DOCSDIR%%/manual/images/gl/right_pane.jpg
-%%DOCSDIR%%/manual/images/gl/top_pane.jpg
-%%DOCSDIR%%/manual/images/hu/game-screen.jpg
-%%DOCSDIR%%/manual/images/hu/main-menu.jpg
-%%DOCSDIR%%/manual/images/hu/multiplayer.jpg
-%%DOCSDIR%%/manual/images/hu/recruit.jpg
-%%DOCSDIR%%/manual/images/hu/right_pane.jpg
-%%DOCSDIR%%/manual/images/hu/top_pane.jpg
-%%DOCSDIR%%/manual/images/main-menu.jpg
-%%DOCSDIR%%/manual/images/multiplayer.jpg
-%%DOCSDIR%%/manual/images/orb-blue.jpg
-%%DOCSDIR%%/manual/images/orb-green.jpg
-%%DOCSDIR%%/manual/images/orb-none.jpg
-%%DOCSDIR%%/manual/images/orb-red.jpg
-%%DOCSDIR%%/manual/images/orb-yellow.jpg
-%%DOCSDIR%%/manual/images/recruit.jpg
-%%DOCSDIR%%/manual/images/right_pane.jpg
-%%DOCSDIR%%/manual/images/schedule-afternoon.jpg
-%%DOCSDIR%%/manual/images/schedule-dawn.jpg
-%%DOCSDIR%%/manual/images/schedule-dusk.jpg
-%%DOCSDIR%%/manual/images/schedule-firstwatch.jpg
-%%DOCSDIR%%/manual/images/schedule-morning.jpg
-%%DOCSDIR%%/manual/images/schedule-secondwatch.jpg
-%%DOCSDIR%%/manual/images/schedule-underground.jpg
-%%DOCSDIR%%/manual/images/top_pane.jpg
-%%DOCSDIR%%/manual/images/tr/game-screen.jpg
-%%DOCSDIR%%/manual/images/tr/main-menu.jpg
-%%DOCSDIR%%/manual/images/tr/multiplayer.jpg
-%%DOCSDIR%%/manual/images/tr/recruit.jpg
-%%DOCSDIR%%/manual/images/tr/right_pane.jpg
-%%DOCSDIR%%/manual/images/tr/top_pane.jpg
-%%DOCSDIR%%/manual/manual.cs.html
-%%DOCSDIR%%/manual/manual.da.html
-%%DOCSDIR%%/manual/manual.de.html
-%%DOCSDIR%%/manual/manual.en.html
-%%DOCSDIR%%/manual/manual.es.html
-%%DOCSDIR%%/manual/manual.et.html
-%%DOCSDIR%%/manual/manual.fi.html
-%%DOCSDIR%%/manual/manual.fr.html
-%%DOCSDIR%%/manual/manual.gl.html
-%%DOCSDIR%%/manual/manual.hu.html
-%%DOCSDIR%%/manual/manual.it.html
-%%DOCSDIR%%/manual/manual.pl.html
-%%DOCSDIR%%/manual/manual.ru.html
-%%DOCSDIR%%/manual/manual.sv.html
-%%DOCSDIR%%/manual/manual.tr.html
-%%DOCSDIR%%/manual/manual.txt
-%%DOCSDIR%%/manual/manual.zh_CN.html
-%%DOCSDIR%%/manual/manual.zh_TW.html
-%%DOCSDIR%%/manual/styles/manual.css
-@dirrm %%DATADIR%%/data/ais
-@dirrm %%DATADIR%%/data/campaigns/An_Orcish_Incursion/images/portraits
+%%NLS%%share/locale/af/LC_MESSAGES/wesnoth-anl.mo
+%%NLS%%share/locale/af/LC_MESSAGES/wesnoth-aoi.mo
+%%NLS%%share/locale/af/LC_MESSAGES/wesnoth-did.mo
+%%NLS%%share/locale/af/LC_MESSAGES/wesnoth-editor.mo
+%%NLS%%share/locale/af/LC_MESSAGES/wesnoth-ei.mo
+%%NLS%%share/locale/af/LC_MESSAGES/wesnoth-httt.mo
+%%NLS%%share/locale/af/LC_MESSAGES/wesnoth-l.mo
+%%NLS%%share/locale/af/LC_MESSAGES/wesnoth-lib.mo
+%%NLS%%share/locale/af/LC_MESSAGES/wesnoth-low.mo
+%%NLS%%share/locale/af/LC_MESSAGES/wesnoth-multiplayer.mo
+%%NLS%%share/locale/af/LC_MESSAGES/wesnoth-nr.mo
+%%NLS%%share/locale/af/LC_MESSAGES/wesnoth-sof.mo
+%%NLS%%share/locale/af/LC_MESSAGES/wesnoth-sotbe.mo
+%%NLS%%share/locale/af/LC_MESSAGES/wesnoth-tb.mo
+%%NLS%%share/locale/af/LC_MESSAGES/wesnoth-test.mo
+%%NLS%%share/locale/af/LC_MESSAGES/wesnoth-thot.mo
+%%NLS%%share/locale/af/LC_MESSAGES/wesnoth-trow.mo
+%%NLS%%share/locale/af/LC_MESSAGES/wesnoth-tsg.mo
+%%NLS%%share/locale/af/LC_MESSAGES/wesnoth-tutorial.mo
+%%NLS%%share/locale/af/LC_MESSAGES/wesnoth-units.mo
+%%NLS%%share/locale/af/LC_MESSAGES/wesnoth-utbs.mo
+%%NLS%%share/locale/af/LC_MESSAGES/wesnoth.mo
+%%NLS%%share/locale/ar/LC_MESSAGES/wesnoth-anl.mo
+%%NLS%%share/locale/ar/LC_MESSAGES/wesnoth-aoi.mo
+%%NLS%%share/locale/ar/LC_MESSAGES/wesnoth-did.mo
+%%NLS%%share/locale/ar/LC_MESSAGES/wesnoth-editor.mo
+%%NLS%%share/locale/ar/LC_MESSAGES/wesnoth-ei.mo
+%%NLS%%share/locale/ar/LC_MESSAGES/wesnoth-httt.mo
+%%NLS%%share/locale/ar/LC_MESSAGES/wesnoth-l.mo
+%%NLS%%share/locale/ar/LC_MESSAGES/wesnoth-lib.mo
+%%NLS%%share/locale/ar/LC_MESSAGES/wesnoth-low.mo
+%%NLS%%share/locale/ar/LC_MESSAGES/wesnoth-multiplayer.mo
+%%NLS%%share/locale/ar/LC_MESSAGES/wesnoth-nr.mo
+%%NLS%%share/locale/ar/LC_MESSAGES/wesnoth-sof.mo
+%%NLS%%share/locale/ar/LC_MESSAGES/wesnoth-sotbe.mo
+%%NLS%%share/locale/ar/LC_MESSAGES/wesnoth-tb.mo
+%%NLS%%share/locale/ar/LC_MESSAGES/wesnoth-test.mo
+%%NLS%%share/locale/ar/LC_MESSAGES/wesnoth-thot.mo
+%%NLS%%share/locale/ar/LC_MESSAGES/wesnoth-trow.mo
+%%NLS%%share/locale/ar/LC_MESSAGES/wesnoth-tsg.mo
+%%NLS%%share/locale/ar/LC_MESSAGES/wesnoth-tutorial.mo
+%%NLS%%share/locale/ar/LC_MESSAGES/wesnoth-units.mo
+%%NLS%%share/locale/ar/LC_MESSAGES/wesnoth-utbs.mo
+%%NLS%%share/locale/ar/LC_MESSAGES/wesnoth.mo
+%%NLS%%share/locale/bg/LC_MESSAGES/wesnoth-anl.mo
+%%NLS%%share/locale/bg/LC_MESSAGES/wesnoth-aoi.mo
+%%NLS%%share/locale/bg/LC_MESSAGES/wesnoth-did.mo
+%%NLS%%share/locale/bg/LC_MESSAGES/wesnoth-editor.mo
+%%NLS%%share/locale/bg/LC_MESSAGES/wesnoth-ei.mo
+%%NLS%%share/locale/bg/LC_MESSAGES/wesnoth-httt.mo
+%%NLS%%share/locale/bg/LC_MESSAGES/wesnoth-l.mo
+%%NLS%%share/locale/bg/LC_MESSAGES/wesnoth-lib.mo
+%%NLS%%share/locale/bg/LC_MESSAGES/wesnoth-low.mo
+%%NLS%%share/locale/bg/LC_MESSAGES/wesnoth-multiplayer.mo
+%%NLS%%share/locale/bg/LC_MESSAGES/wesnoth-nr.mo
+%%NLS%%share/locale/bg/LC_MESSAGES/wesnoth-sof.mo
+%%NLS%%share/locale/bg/LC_MESSAGES/wesnoth-sotbe.mo
+%%NLS%%share/locale/bg/LC_MESSAGES/wesnoth-tb.mo
+%%NLS%%share/locale/bg/LC_MESSAGES/wesnoth-test.mo
+%%NLS%%share/locale/bg/LC_MESSAGES/wesnoth-thot.mo
+%%NLS%%share/locale/bg/LC_MESSAGES/wesnoth-trow.mo
+%%NLS%%share/locale/bg/LC_MESSAGES/wesnoth-tsg.mo
+%%NLS%%share/locale/bg/LC_MESSAGES/wesnoth-tutorial.mo
+%%NLS%%share/locale/bg/LC_MESSAGES/wesnoth-units.mo
+%%NLS%%share/locale/bg/LC_MESSAGES/wesnoth-utbs.mo
+%%NLS%%share/locale/bg/LC_MESSAGES/wesnoth.mo
+%%NLS%%share/locale/ca/LC_MESSAGES/wesnoth-anl.mo
+%%NLS%%share/locale/ca/LC_MESSAGES/wesnoth-aoi.mo
+%%NLS%%share/locale/ca/LC_MESSAGES/wesnoth-did.mo
+%%NLS%%share/locale/ca/LC_MESSAGES/wesnoth-editor.mo
+%%NLS%%share/locale/ca/LC_MESSAGES/wesnoth-ei.mo
+%%NLS%%share/locale/ca/LC_MESSAGES/wesnoth-httt.mo
+%%NLS%%share/locale/ca/LC_MESSAGES/wesnoth-l.mo
+%%NLS%%share/locale/ca/LC_MESSAGES/wesnoth-lib.mo
+%%NLS%%share/locale/ca/LC_MESSAGES/wesnoth-low.mo
+%%NLS%%share/locale/ca/LC_MESSAGES/wesnoth-multiplayer.mo
+%%NLS%%share/locale/ca/LC_MESSAGES/wesnoth-nr.mo
+%%NLS%%share/locale/ca/LC_MESSAGES/wesnoth-sof.mo
+%%NLS%%share/locale/ca/LC_MESSAGES/wesnoth-sotbe.mo
+%%NLS%%share/locale/ca/LC_MESSAGES/wesnoth-tb.mo
+%%NLS%%share/locale/ca/LC_MESSAGES/wesnoth-test.mo
+%%NLS%%share/locale/ca/LC_MESSAGES/wesnoth-thot.mo
+%%NLS%%share/locale/ca/LC_MESSAGES/wesnoth-trow.mo
+%%NLS%%share/locale/ca/LC_MESSAGES/wesnoth-tsg.mo
+%%NLS%%share/locale/ca/LC_MESSAGES/wesnoth-tutorial.mo
+%%NLS%%share/locale/ca/LC_MESSAGES/wesnoth-units.mo
+%%NLS%%share/locale/ca/LC_MESSAGES/wesnoth-utbs.mo
+%%NLS%%share/locale/ca/LC_MESSAGES/wesnoth.mo
+%%NLS%%share/locale/ca_ES@valencia/LC_MESSAGES/wesnoth-anl.mo
+%%NLS%%share/locale/ca_ES@valencia/LC_MESSAGES/wesnoth-aoi.mo
+%%NLS%%share/locale/ca_ES@valencia/LC_MESSAGES/wesnoth-did.mo
+%%NLS%%share/locale/ca_ES@valencia/LC_MESSAGES/wesnoth-editor.mo
+%%NLS%%share/locale/ca_ES@valencia/LC_MESSAGES/wesnoth-ei.mo
+%%NLS%%share/locale/ca_ES@valencia/LC_MESSAGES/wesnoth-httt.mo
+%%NLS%%share/locale/ca_ES@valencia/LC_MESSAGES/wesnoth-l.mo
+%%NLS%%share/locale/ca_ES@valencia/LC_MESSAGES/wesnoth-lib.mo
+%%NLS%%share/locale/ca_ES@valencia/LC_MESSAGES/wesnoth-low.mo
+%%NLS%%share/locale/ca_ES@valencia/LC_MESSAGES/wesnoth-multiplayer.mo
+%%NLS%%share/locale/ca_ES@valencia/LC_MESSAGES/wesnoth-nr.mo
+%%NLS%%share/locale/ca_ES@valencia/LC_MESSAGES/wesnoth-sof.mo
+%%NLS%%share/locale/ca_ES@valencia/LC_MESSAGES/wesnoth-sotbe.mo
+%%NLS%%share/locale/ca_ES@valencia/LC_MESSAGES/wesnoth-tb.mo
+%%NLS%%share/locale/ca_ES@valencia/LC_MESSAGES/wesnoth-test.mo
+%%NLS%%share/locale/ca_ES@valencia/LC_MESSAGES/wesnoth-thot.mo
+%%NLS%%share/locale/ca_ES@valencia/LC_MESSAGES/wesnoth-trow.mo
+%%NLS%%share/locale/ca_ES@valencia/LC_MESSAGES/wesnoth-tsg.mo
+%%NLS%%share/locale/ca_ES@valencia/LC_MESSAGES/wesnoth-tutorial.mo
+%%NLS%%share/locale/ca_ES@valencia/LC_MESSAGES/wesnoth-units.mo
+%%NLS%%share/locale/ca_ES@valencia/LC_MESSAGES/wesnoth-utbs.mo
+%%NLS%%share/locale/ca_ES@valencia/LC_MESSAGES/wesnoth.mo
+%%NLS%%share/locale/cs/LC_MESSAGES/wesnoth-anl.mo
+%%NLS%%share/locale/cs/LC_MESSAGES/wesnoth-aoi.mo
+%%NLS%%share/locale/cs/LC_MESSAGES/wesnoth-did.mo
+%%NLS%%share/locale/cs/LC_MESSAGES/wesnoth-editor.mo
+%%NLS%%share/locale/cs/LC_MESSAGES/wesnoth-ei.mo
+%%NLS%%share/locale/cs/LC_MESSAGES/wesnoth-httt.mo
+%%NLS%%share/locale/cs/LC_MESSAGES/wesnoth-l.mo
+%%NLS%%share/locale/cs/LC_MESSAGES/wesnoth-lib.mo
+%%NLS%%share/locale/cs/LC_MESSAGES/wesnoth-low.mo
+%%NLS%%share/locale/cs/LC_MESSAGES/wesnoth-multiplayer.mo
+%%NLS%%share/locale/cs/LC_MESSAGES/wesnoth-nr.mo
+%%NLS%%share/locale/cs/LC_MESSAGES/wesnoth-sof.mo
+%%NLS%%share/locale/cs/LC_MESSAGES/wesnoth-sotbe.mo
+%%NLS%%share/locale/cs/LC_MESSAGES/wesnoth-tb.mo
+%%NLS%%share/locale/cs/LC_MESSAGES/wesnoth-test.mo
+%%NLS%%share/locale/cs/LC_MESSAGES/wesnoth-thot.mo
+%%NLS%%share/locale/cs/LC_MESSAGES/wesnoth-trow.mo
+%%NLS%%share/locale/cs/LC_MESSAGES/wesnoth-tsg.mo
+%%NLS%%share/locale/cs/LC_MESSAGES/wesnoth-tutorial.mo
+%%NLS%%share/locale/cs/LC_MESSAGES/wesnoth-units.mo
+%%NLS%%share/locale/cs/LC_MESSAGES/wesnoth-utbs.mo
+%%NLS%%share/locale/cs/LC_MESSAGES/wesnoth.mo
+%%NLS%%share/locale/da/LC_MESSAGES/wesnoth-anl.mo
+%%NLS%%share/locale/da/LC_MESSAGES/wesnoth-aoi.mo
+%%NLS%%share/locale/da/LC_MESSAGES/wesnoth-did.mo
+%%NLS%%share/locale/da/LC_MESSAGES/wesnoth-editor.mo
+%%NLS%%share/locale/da/LC_MESSAGES/wesnoth-ei.mo
+%%NLS%%share/locale/da/LC_MESSAGES/wesnoth-httt.mo
+%%NLS%%share/locale/da/LC_MESSAGES/wesnoth-l.mo
+%%NLS%%share/locale/da/LC_MESSAGES/wesnoth-lib.mo
+%%NLS%%share/locale/da/LC_MESSAGES/wesnoth-low.mo
+%%NLS%%share/locale/da/LC_MESSAGES/wesnoth-multiplayer.mo
+%%NLS%%share/locale/da/LC_MESSAGES/wesnoth-nr.mo
+%%NLS%%share/locale/da/LC_MESSAGES/wesnoth-sof.mo
+%%NLS%%share/locale/da/LC_MESSAGES/wesnoth-sotbe.mo
+%%NLS%%share/locale/da/LC_MESSAGES/wesnoth-tb.mo
+%%NLS%%share/locale/da/LC_MESSAGES/wesnoth-test.mo
+%%NLS%%share/locale/da/LC_MESSAGES/wesnoth-thot.mo
+%%NLS%%share/locale/da/LC_MESSAGES/wesnoth-trow.mo
+%%NLS%%share/locale/da/LC_MESSAGES/wesnoth-tsg.mo
+%%NLS%%share/locale/da/LC_MESSAGES/wesnoth-tutorial.mo
+%%NLS%%share/locale/da/LC_MESSAGES/wesnoth-units.mo
+%%NLS%%share/locale/da/LC_MESSAGES/wesnoth-utbs.mo
+%%NLS%%share/locale/da/LC_MESSAGES/wesnoth.mo
+%%NLS%%share/locale/de/LC_MESSAGES/wesnoth-anl.mo
+%%NLS%%share/locale/de/LC_MESSAGES/wesnoth-aoi.mo
+%%NLS%%share/locale/de/LC_MESSAGES/wesnoth-did.mo
+%%NLS%%share/locale/de/LC_MESSAGES/wesnoth-editor.mo
+%%NLS%%share/locale/de/LC_MESSAGES/wesnoth-ei.mo
+%%NLS%%share/locale/de/LC_MESSAGES/wesnoth-httt.mo
+%%NLS%%share/locale/de/LC_MESSAGES/wesnoth-l.mo
+%%NLS%%share/locale/de/LC_MESSAGES/wesnoth-lib.mo
+%%NLS%%share/locale/de/LC_MESSAGES/wesnoth-low.mo
+%%NLS%%share/locale/de/LC_MESSAGES/wesnoth-multiplayer.mo
+%%NLS%%share/locale/de/LC_MESSAGES/wesnoth-nr.mo
+%%NLS%%share/locale/de/LC_MESSAGES/wesnoth-sof.mo
+%%NLS%%share/locale/de/LC_MESSAGES/wesnoth-sotbe.mo
+%%NLS%%share/locale/de/LC_MESSAGES/wesnoth-tb.mo
+%%NLS%%share/locale/de/LC_MESSAGES/wesnoth-test.mo
+%%NLS%%share/locale/de/LC_MESSAGES/wesnoth-thot.mo
+%%NLS%%share/locale/de/LC_MESSAGES/wesnoth-trow.mo
+%%NLS%%share/locale/de/LC_MESSAGES/wesnoth-tsg.mo
+%%NLS%%share/locale/de/LC_MESSAGES/wesnoth-tutorial.mo
+%%NLS%%share/locale/de/LC_MESSAGES/wesnoth-units.mo
+%%NLS%%share/locale/de/LC_MESSAGES/wesnoth-utbs.mo
+%%NLS%%share/locale/de/LC_MESSAGES/wesnoth.mo
+%%NLS%%share/locale/el/LC_MESSAGES/wesnoth-anl.mo
+%%NLS%%share/locale/el/LC_MESSAGES/wesnoth-aoi.mo
+%%NLS%%share/locale/el/LC_MESSAGES/wesnoth-did.mo
+%%NLS%%share/locale/el/LC_MESSAGES/wesnoth-editor.mo
+%%NLS%%share/locale/el/LC_MESSAGES/wesnoth-ei.mo
+%%NLS%%share/locale/el/LC_MESSAGES/wesnoth-httt.mo
+%%NLS%%share/locale/el/LC_MESSAGES/wesnoth-l.mo
+%%NLS%%share/locale/el/LC_MESSAGES/wesnoth-lib.mo
+%%NLS%%share/locale/el/LC_MESSAGES/wesnoth-low.mo
+%%NLS%%share/locale/el/LC_MESSAGES/wesnoth-multiplayer.mo
+%%NLS%%share/locale/el/LC_MESSAGES/wesnoth-nr.mo
+%%NLS%%share/locale/el/LC_MESSAGES/wesnoth-sof.mo
+%%NLS%%share/locale/el/LC_MESSAGES/wesnoth-sotbe.mo
+%%NLS%%share/locale/el/LC_MESSAGES/wesnoth-tb.mo
+%%NLS%%share/locale/el/LC_MESSAGES/wesnoth-test.mo
+%%NLS%%share/locale/el/LC_MESSAGES/wesnoth-thot.mo
+%%NLS%%share/locale/el/LC_MESSAGES/wesnoth-trow.mo
+%%NLS%%share/locale/el/LC_MESSAGES/wesnoth-tsg.mo
+%%NLS%%share/locale/el/LC_MESSAGES/wesnoth-tutorial.mo
+%%NLS%%share/locale/el/LC_MESSAGES/wesnoth-units.mo
+%%NLS%%share/locale/el/LC_MESSAGES/wesnoth-utbs.mo
+%%NLS%%share/locale/el/LC_MESSAGES/wesnoth.mo
+%%NLS%%share/locale/en_GB/LC_MESSAGES/wesnoth-anl.mo
+%%NLS%%share/locale/en_GB/LC_MESSAGES/wesnoth-aoi.mo
+%%NLS%%share/locale/en_GB/LC_MESSAGES/wesnoth-did.mo
+%%NLS%%share/locale/en_GB/LC_MESSAGES/wesnoth-editor.mo
+%%NLS%%share/locale/en_GB/LC_MESSAGES/wesnoth-ei.mo
+%%NLS%%share/locale/en_GB/LC_MESSAGES/wesnoth-httt.mo
+%%NLS%%share/locale/en_GB/LC_MESSAGES/wesnoth-l.mo
+%%NLS%%share/locale/en_GB/LC_MESSAGES/wesnoth-lib.mo
+%%NLS%%share/locale/en_GB/LC_MESSAGES/wesnoth-low.mo
+%%NLS%%share/locale/en_GB/LC_MESSAGES/wesnoth-multiplayer.mo
+%%NLS%%share/locale/en_GB/LC_MESSAGES/wesnoth-nr.mo
+%%NLS%%share/locale/en_GB/LC_MESSAGES/wesnoth-sof.mo
+%%NLS%%share/locale/en_GB/LC_MESSAGES/wesnoth-sotbe.mo
+%%NLS%%share/locale/en_GB/LC_MESSAGES/wesnoth-tb.mo
+%%NLS%%share/locale/en_GB/LC_MESSAGES/wesnoth-test.mo
+%%NLS%%share/locale/en_GB/LC_MESSAGES/wesnoth-thot.mo
+%%NLS%%share/locale/en_GB/LC_MESSAGES/wesnoth-trow.mo
+%%NLS%%share/locale/en_GB/LC_MESSAGES/wesnoth-tsg.mo
+%%NLS%%share/locale/en_GB/LC_MESSAGES/wesnoth-tutorial.mo
+%%NLS%%share/locale/en_GB/LC_MESSAGES/wesnoth-units.mo
+%%NLS%%share/locale/en_GB/LC_MESSAGES/wesnoth-utbs.mo
+%%NLS%%share/locale/en_GB/LC_MESSAGES/wesnoth.mo
+%%NLS%%share/locale/eo/LC_MESSAGES/wesnoth-anl.mo
+%%NLS%%share/locale/eo/LC_MESSAGES/wesnoth-aoi.mo
+%%NLS%%share/locale/eo/LC_MESSAGES/wesnoth-did.mo
+%%NLS%%share/locale/eo/LC_MESSAGES/wesnoth-editor.mo
+%%NLS%%share/locale/eo/LC_MESSAGES/wesnoth-ei.mo
+%%NLS%%share/locale/eo/LC_MESSAGES/wesnoth-httt.mo
+%%NLS%%share/locale/eo/LC_MESSAGES/wesnoth-l.mo
+%%NLS%%share/locale/eo/LC_MESSAGES/wesnoth-lib.mo
+%%NLS%%share/locale/eo/LC_MESSAGES/wesnoth-low.mo
+%%NLS%%share/locale/eo/LC_MESSAGES/wesnoth-multiplayer.mo
+%%NLS%%share/locale/eo/LC_MESSAGES/wesnoth-nr.mo
+%%NLS%%share/locale/eo/LC_MESSAGES/wesnoth-sof.mo
+%%NLS%%share/locale/eo/LC_MESSAGES/wesnoth-sotbe.mo
+%%NLS%%share/locale/eo/LC_MESSAGES/wesnoth-tb.mo
+%%NLS%%share/locale/eo/LC_MESSAGES/wesnoth-test.mo
+%%NLS%%share/locale/eo/LC_MESSAGES/wesnoth-thot.mo
+%%NLS%%share/locale/eo/LC_MESSAGES/wesnoth-trow.mo
+%%NLS%%share/locale/eo/LC_MESSAGES/wesnoth-tsg.mo
+%%NLS%%share/locale/eo/LC_MESSAGES/wesnoth-tutorial.mo
+%%NLS%%share/locale/eo/LC_MESSAGES/wesnoth-units.mo
+%%NLS%%share/locale/eo/LC_MESSAGES/wesnoth-utbs.mo
+%%NLS%%share/locale/eo/LC_MESSAGES/wesnoth.mo
+%%NLS%%share/locale/es/LC_MESSAGES/wesnoth-anl.mo
+%%NLS%%share/locale/es/LC_MESSAGES/wesnoth-aoi.mo
+%%NLS%%share/locale/es/LC_MESSAGES/wesnoth-did.mo
+%%NLS%%share/locale/es/LC_MESSAGES/wesnoth-editor.mo
+%%NLS%%share/locale/es/LC_MESSAGES/wesnoth-ei.mo
+%%NLS%%share/locale/es/LC_MESSAGES/wesnoth-httt.mo
+%%NLS%%share/locale/es/LC_MESSAGES/wesnoth-l.mo
+%%NLS%%share/locale/es/LC_MESSAGES/wesnoth-lib.mo
+%%NLS%%share/locale/es/LC_MESSAGES/wesnoth-low.mo
+%%NLS%%share/locale/es/LC_MESSAGES/wesnoth-multiplayer.mo
+%%NLS%%share/locale/es/LC_MESSAGES/wesnoth-nr.mo
+%%NLS%%share/locale/es/LC_MESSAGES/wesnoth-sof.mo
+%%NLS%%share/locale/es/LC_MESSAGES/wesnoth-sotbe.mo
+%%NLS%%share/locale/es/LC_MESSAGES/wesnoth-tb.mo
+%%NLS%%share/locale/es/LC_MESSAGES/wesnoth-test.mo
+%%NLS%%share/locale/es/LC_MESSAGES/wesnoth-thot.mo
+%%NLS%%share/locale/es/LC_MESSAGES/wesnoth-trow.mo
+%%NLS%%share/locale/es/LC_MESSAGES/wesnoth-tsg.mo
+%%NLS%%share/locale/es/LC_MESSAGES/wesnoth-tutorial.mo
+%%NLS%%share/locale/es/LC_MESSAGES/wesnoth-units.mo
+%%NLS%%share/locale/es/LC_MESSAGES/wesnoth-utbs.mo
+%%NLS%%share/locale/es/LC_MESSAGES/wesnoth.mo
+%%NLS%%share/locale/et/LC_MESSAGES/wesnoth-anl.mo
+%%NLS%%share/locale/et/LC_MESSAGES/wesnoth-aoi.mo
+%%NLS%%share/locale/et/LC_MESSAGES/wesnoth-did.mo
+%%NLS%%share/locale/et/LC_MESSAGES/wesnoth-editor.mo
+%%NLS%%share/locale/et/LC_MESSAGES/wesnoth-ei.mo
+%%NLS%%share/locale/et/LC_MESSAGES/wesnoth-httt.mo
+%%NLS%%share/locale/et/LC_MESSAGES/wesnoth-l.mo
+%%NLS%%share/locale/et/LC_MESSAGES/wesnoth-lib.mo
+%%NLS%%share/locale/et/LC_MESSAGES/wesnoth-low.mo
+%%NLS%%share/locale/et/LC_MESSAGES/wesnoth-multiplayer.mo
+%%NLS%%share/locale/et/LC_MESSAGES/wesnoth-nr.mo
+%%NLS%%share/locale/et/LC_MESSAGES/wesnoth-sof.mo
+%%NLS%%share/locale/et/LC_MESSAGES/wesnoth-sotbe.mo
+%%NLS%%share/locale/et/LC_MESSAGES/wesnoth-tb.mo
+%%NLS%%share/locale/et/LC_MESSAGES/wesnoth-test.mo
+%%NLS%%share/locale/et/LC_MESSAGES/wesnoth-thot.mo
+%%NLS%%share/locale/et/LC_MESSAGES/wesnoth-trow.mo
+%%NLS%%share/locale/et/LC_MESSAGES/wesnoth-tsg.mo
+%%NLS%%share/locale/et/LC_MESSAGES/wesnoth-tutorial.mo
+%%NLS%%share/locale/et/LC_MESSAGES/wesnoth-units.mo
+%%NLS%%share/locale/et/LC_MESSAGES/wesnoth-utbs.mo
+%%NLS%%share/locale/et/LC_MESSAGES/wesnoth.mo
+%%NLS%%share/locale/eu/LC_MESSAGES/wesnoth-anl.mo
+%%NLS%%share/locale/eu/LC_MESSAGES/wesnoth-aoi.mo
+%%NLS%%share/locale/eu/LC_MESSAGES/wesnoth-did.mo
+%%NLS%%share/locale/eu/LC_MESSAGES/wesnoth-editor.mo
+%%NLS%%share/locale/eu/LC_MESSAGES/wesnoth-ei.mo
+%%NLS%%share/locale/eu/LC_MESSAGES/wesnoth-httt.mo
+%%NLS%%share/locale/eu/LC_MESSAGES/wesnoth-l.mo
+%%NLS%%share/locale/eu/LC_MESSAGES/wesnoth-lib.mo
+%%NLS%%share/locale/eu/LC_MESSAGES/wesnoth-low.mo
+%%NLS%%share/locale/eu/LC_MESSAGES/wesnoth-multiplayer.mo
+%%NLS%%share/locale/eu/LC_MESSAGES/wesnoth-nr.mo
+%%NLS%%share/locale/eu/LC_MESSAGES/wesnoth-sof.mo
+%%NLS%%share/locale/eu/LC_MESSAGES/wesnoth-sotbe.mo
+%%NLS%%share/locale/eu/LC_MESSAGES/wesnoth-tb.mo
+%%NLS%%share/locale/eu/LC_MESSAGES/wesnoth-test.mo
+%%NLS%%share/locale/eu/LC_MESSAGES/wesnoth-thot.mo
+%%NLS%%share/locale/eu/LC_MESSAGES/wesnoth-trow.mo
+%%NLS%%share/locale/eu/LC_MESSAGES/wesnoth-tsg.mo
+%%NLS%%share/locale/eu/LC_MESSAGES/wesnoth-tutorial.mo
+%%NLS%%share/locale/eu/LC_MESSAGES/wesnoth-units.mo
+%%NLS%%share/locale/eu/LC_MESSAGES/wesnoth-utbs.mo
+%%NLS%%share/locale/eu/LC_MESSAGES/wesnoth.mo
+%%NLS%%share/locale/fi/LC_MESSAGES/wesnoth-anl.mo
+%%NLS%%share/locale/fi/LC_MESSAGES/wesnoth-aoi.mo
+%%NLS%%share/locale/fi/LC_MESSAGES/wesnoth-did.mo
+%%NLS%%share/locale/fi/LC_MESSAGES/wesnoth-editor.mo
+%%NLS%%share/locale/fi/LC_MESSAGES/wesnoth-ei.mo
+%%NLS%%share/locale/fi/LC_MESSAGES/wesnoth-httt.mo
+%%NLS%%share/locale/fi/LC_MESSAGES/wesnoth-l.mo
+%%NLS%%share/locale/fi/LC_MESSAGES/wesnoth-lib.mo
+%%NLS%%share/locale/fi/LC_MESSAGES/wesnoth-low.mo
+%%NLS%%share/locale/fi/LC_MESSAGES/wesnoth-multiplayer.mo
+%%NLS%%share/locale/fi/LC_MESSAGES/wesnoth-nr.mo
+%%NLS%%share/locale/fi/LC_MESSAGES/wesnoth-sof.mo
+%%NLS%%share/locale/fi/LC_MESSAGES/wesnoth-sotbe.mo
+%%NLS%%share/locale/fi/LC_MESSAGES/wesnoth-tb.mo
+%%NLS%%share/locale/fi/LC_MESSAGES/wesnoth-test.mo
+%%NLS%%share/locale/fi/LC_MESSAGES/wesnoth-thot.mo
+%%NLS%%share/locale/fi/LC_MESSAGES/wesnoth-trow.mo
+%%NLS%%share/locale/fi/LC_MESSAGES/wesnoth-tsg.mo
+%%NLS%%share/locale/fi/LC_MESSAGES/wesnoth-tutorial.mo
+%%NLS%%share/locale/fi/LC_MESSAGES/wesnoth-units.mo
+%%NLS%%share/locale/fi/LC_MESSAGES/wesnoth-utbs.mo
+%%NLS%%share/locale/fi/LC_MESSAGES/wesnoth.mo
+%%NLS%%share/locale/fr/LC_MESSAGES/wesnoth-anl.mo
+%%NLS%%share/locale/fr/LC_MESSAGES/wesnoth-aoi.mo
+%%NLS%%share/locale/fr/LC_MESSAGES/wesnoth-did.mo
+%%NLS%%share/locale/fr/LC_MESSAGES/wesnoth-editor.mo
+%%NLS%%share/locale/fr/LC_MESSAGES/wesnoth-ei.mo
+%%NLS%%share/locale/fr/LC_MESSAGES/wesnoth-httt.mo
+%%NLS%%share/locale/fr/LC_MESSAGES/wesnoth-l.mo
+%%NLS%%share/locale/fr/LC_MESSAGES/wesnoth-lib.mo
+%%NLS%%share/locale/fr/LC_MESSAGES/wesnoth-low.mo
+%%NLS%%share/locale/fr/LC_MESSAGES/wesnoth-multiplayer.mo
+%%NLS%%share/locale/fr/LC_MESSAGES/wesnoth-nr.mo
+%%NLS%%share/locale/fr/LC_MESSAGES/wesnoth-sof.mo
+%%NLS%%share/locale/fr/LC_MESSAGES/wesnoth-sotbe.mo
+%%NLS%%share/locale/fr/LC_MESSAGES/wesnoth-tb.mo
+%%NLS%%share/locale/fr/LC_MESSAGES/wesnoth-test.mo
+%%NLS%%share/locale/fr/LC_MESSAGES/wesnoth-thot.mo
+%%NLS%%share/locale/fr/LC_MESSAGES/wesnoth-trow.mo
+%%NLS%%share/locale/fr/LC_MESSAGES/wesnoth-tsg.mo
+%%NLS%%share/locale/fr/LC_MESSAGES/wesnoth-tutorial.mo
+%%NLS%%share/locale/fr/LC_MESSAGES/wesnoth-units.mo
+%%NLS%%share/locale/fr/LC_MESSAGES/wesnoth-utbs.mo
+%%NLS%%share/locale/fr/LC_MESSAGES/wesnoth.mo
+%%NLS%%share/locale/fur_IT/LC_MESSAGES/wesnoth-anl.mo
+%%NLS%%share/locale/fur_IT/LC_MESSAGES/wesnoth-aoi.mo
+%%NLS%%share/locale/fur_IT/LC_MESSAGES/wesnoth-did.mo
+%%NLS%%share/locale/fur_IT/LC_MESSAGES/wesnoth-editor.mo
+%%NLS%%share/locale/fur_IT/LC_MESSAGES/wesnoth-ei.mo
+%%NLS%%share/locale/fur_IT/LC_MESSAGES/wesnoth-httt.mo
+%%NLS%%share/locale/fur_IT/LC_MESSAGES/wesnoth-l.mo
+%%NLS%%share/locale/fur_IT/LC_MESSAGES/wesnoth-lib.mo
+%%NLS%%share/locale/fur_IT/LC_MESSAGES/wesnoth-low.mo
+%%NLS%%share/locale/fur_IT/LC_MESSAGES/wesnoth-multiplayer.mo
+%%NLS%%share/locale/fur_IT/LC_MESSAGES/wesnoth-nr.mo
+%%NLS%%share/locale/fur_IT/LC_MESSAGES/wesnoth-sof.mo
+%%NLS%%share/locale/fur_IT/LC_MESSAGES/wesnoth-sotbe.mo
+%%NLS%%share/locale/fur_IT/LC_MESSAGES/wesnoth-tb.mo
+%%NLS%%share/locale/fur_IT/LC_MESSAGES/wesnoth-test.mo
+%%NLS%%share/locale/fur_IT/LC_MESSAGES/wesnoth-thot.mo
+%%NLS%%share/locale/fur_IT/LC_MESSAGES/wesnoth-trow.mo
+%%NLS%%share/locale/fur_IT/LC_MESSAGES/wesnoth-tsg.mo
+%%NLS%%share/locale/fur_IT/LC_MESSAGES/wesnoth-tutorial.mo
+%%NLS%%share/locale/fur_IT/LC_MESSAGES/wesnoth-units.mo
+%%NLS%%share/locale/fur_IT/LC_MESSAGES/wesnoth-utbs.mo
+%%NLS%%share/locale/fur_IT/LC_MESSAGES/wesnoth.mo
+%%NLS%%share/locale/gl/LC_MESSAGES/wesnoth-anl.mo
+%%NLS%%share/locale/gl/LC_MESSAGES/wesnoth-aoi.mo
+%%NLS%%share/locale/gl/LC_MESSAGES/wesnoth-did.mo
+%%NLS%%share/locale/gl/LC_MESSAGES/wesnoth-editor.mo
+%%NLS%%share/locale/gl/LC_MESSAGES/wesnoth-ei.mo
+%%NLS%%share/locale/gl/LC_MESSAGES/wesnoth-httt.mo
+%%NLS%%share/locale/gl/LC_MESSAGES/wesnoth-l.mo
+%%NLS%%share/locale/gl/LC_MESSAGES/wesnoth-lib.mo
+%%NLS%%share/locale/gl/LC_MESSAGES/wesnoth-low.mo
+%%NLS%%share/locale/gl/LC_MESSAGES/wesnoth-multiplayer.mo
+%%NLS%%share/locale/gl/LC_MESSAGES/wesnoth-nr.mo
+%%NLS%%share/locale/gl/LC_MESSAGES/wesnoth-sof.mo
+%%NLS%%share/locale/gl/LC_MESSAGES/wesnoth-sotbe.mo
+%%NLS%%share/locale/gl/LC_MESSAGES/wesnoth-tb.mo
+%%NLS%%share/locale/gl/LC_MESSAGES/wesnoth-test.mo
+%%NLS%%share/locale/gl/LC_MESSAGES/wesnoth-thot.mo
+%%NLS%%share/locale/gl/LC_MESSAGES/wesnoth-trow.mo
+%%NLS%%share/locale/gl/LC_MESSAGES/wesnoth-tsg.mo
+%%NLS%%share/locale/gl/LC_MESSAGES/wesnoth-tutorial.mo
+%%NLS%%share/locale/gl/LC_MESSAGES/wesnoth-units.mo
+%%NLS%%share/locale/gl/LC_MESSAGES/wesnoth-utbs.mo
+%%NLS%%share/locale/gl/LC_MESSAGES/wesnoth.mo
+%%NLS%%share/locale/he/LC_MESSAGES/wesnoth-anl.mo
+%%NLS%%share/locale/he/LC_MESSAGES/wesnoth-aoi.mo
+%%NLS%%share/locale/he/LC_MESSAGES/wesnoth-did.mo
+%%NLS%%share/locale/he/LC_MESSAGES/wesnoth-editor.mo
+%%NLS%%share/locale/he/LC_MESSAGES/wesnoth-ei.mo
+%%NLS%%share/locale/he/LC_MESSAGES/wesnoth-httt.mo
+%%NLS%%share/locale/he/LC_MESSAGES/wesnoth-l.mo
+%%NLS%%share/locale/he/LC_MESSAGES/wesnoth-lib.mo
+%%NLS%%share/locale/he/LC_MESSAGES/wesnoth-low.mo
+%%NLS%%share/locale/he/LC_MESSAGES/wesnoth-multiplayer.mo
+%%NLS%%share/locale/he/LC_MESSAGES/wesnoth-nr.mo
+%%NLS%%share/locale/he/LC_MESSAGES/wesnoth-sof.mo
+%%NLS%%share/locale/he/LC_MESSAGES/wesnoth-sotbe.mo
+%%NLS%%share/locale/he/LC_MESSAGES/wesnoth-tb.mo
+%%NLS%%share/locale/he/LC_MESSAGES/wesnoth-test.mo
+%%NLS%%share/locale/he/LC_MESSAGES/wesnoth-thot.mo
+%%NLS%%share/locale/he/LC_MESSAGES/wesnoth-trow.mo
+%%NLS%%share/locale/he/LC_MESSAGES/wesnoth-tsg.mo
+%%NLS%%share/locale/he/LC_MESSAGES/wesnoth-tutorial.mo
+%%NLS%%share/locale/he/LC_MESSAGES/wesnoth-units.mo
+%%NLS%%share/locale/he/LC_MESSAGES/wesnoth-utbs.mo
+%%NLS%%share/locale/he/LC_MESSAGES/wesnoth.mo
+%%NLS%%share/locale/hr/LC_MESSAGES/wesnoth-anl.mo
+%%NLS%%share/locale/hr/LC_MESSAGES/wesnoth-aoi.mo
+%%NLS%%share/locale/hr/LC_MESSAGES/wesnoth-did.mo
+%%NLS%%share/locale/hr/LC_MESSAGES/wesnoth-editor.mo
+%%NLS%%share/locale/hr/LC_MESSAGES/wesnoth-ei.mo
+%%NLS%%share/locale/hr/LC_MESSAGES/wesnoth-httt.mo
+%%NLS%%share/locale/hr/LC_MESSAGES/wesnoth-l.mo
+%%NLS%%share/locale/hr/LC_MESSAGES/wesnoth-lib.mo
+%%NLS%%share/locale/hr/LC_MESSAGES/wesnoth-low.mo
+%%NLS%%share/locale/hr/LC_MESSAGES/wesnoth-multiplayer.mo
+%%NLS%%share/locale/hr/LC_MESSAGES/wesnoth-nr.mo
+%%NLS%%share/locale/hr/LC_MESSAGES/wesnoth-sof.mo
+%%NLS%%share/locale/hr/LC_MESSAGES/wesnoth-sotbe.mo
+%%NLS%%share/locale/hr/LC_MESSAGES/wesnoth-tb.mo
+%%NLS%%share/locale/hr/LC_MESSAGES/wesnoth-test.mo
+%%NLS%%share/locale/hr/LC_MESSAGES/wesnoth-thot.mo
+%%NLS%%share/locale/hr/LC_MESSAGES/wesnoth-trow.mo
+%%NLS%%share/locale/hr/LC_MESSAGES/wesnoth-tsg.mo
+%%NLS%%share/locale/hr/LC_MESSAGES/wesnoth-tutorial.mo
+%%NLS%%share/locale/hr/LC_MESSAGES/wesnoth-units.mo
+%%NLS%%share/locale/hr/LC_MESSAGES/wesnoth-utbs.mo
+%%NLS%%share/locale/hr/LC_MESSAGES/wesnoth.mo
+%%NLS%%share/locale/hu/LC_MESSAGES/wesnoth-anl.mo
+%%NLS%%share/locale/hu/LC_MESSAGES/wesnoth-aoi.mo
+%%NLS%%share/locale/hu/LC_MESSAGES/wesnoth-did.mo
+%%NLS%%share/locale/hu/LC_MESSAGES/wesnoth-editor.mo
+%%NLS%%share/locale/hu/LC_MESSAGES/wesnoth-ei.mo
+%%NLS%%share/locale/hu/LC_MESSAGES/wesnoth-httt.mo
+%%NLS%%share/locale/hu/LC_MESSAGES/wesnoth-l.mo
+%%NLS%%share/locale/hu/LC_MESSAGES/wesnoth-lib.mo
+%%NLS%%share/locale/hu/LC_MESSAGES/wesnoth-low.mo
+%%NLS%%share/locale/hu/LC_MESSAGES/wesnoth-multiplayer.mo
+%%NLS%%share/locale/hu/LC_MESSAGES/wesnoth-nr.mo
+%%NLS%%share/locale/hu/LC_MESSAGES/wesnoth-sof.mo
+%%NLS%%share/locale/hu/LC_MESSAGES/wesnoth-sotbe.mo
+%%NLS%%share/locale/hu/LC_MESSAGES/wesnoth-tb.mo
+%%NLS%%share/locale/hu/LC_MESSAGES/wesnoth-test.mo
+%%NLS%%share/locale/hu/LC_MESSAGES/wesnoth-thot.mo
+%%NLS%%share/locale/hu/LC_MESSAGES/wesnoth-trow.mo
+%%NLS%%share/locale/hu/LC_MESSAGES/wesnoth-tsg.mo
+%%NLS%%share/locale/hu/LC_MESSAGES/wesnoth-tutorial.mo
+%%NLS%%share/locale/hu/LC_MESSAGES/wesnoth-units.mo
+%%NLS%%share/locale/hu/LC_MESSAGES/wesnoth-utbs.mo
+%%NLS%%share/locale/hu/LC_MESSAGES/wesnoth.mo
+%%NLS%%share/locale/id/LC_MESSAGES/wesnoth-anl.mo
+%%NLS%%share/locale/id/LC_MESSAGES/wesnoth-aoi.mo
+%%NLS%%share/locale/id/LC_MESSAGES/wesnoth-did.mo
+%%NLS%%share/locale/id/LC_MESSAGES/wesnoth-editor.mo
+%%NLS%%share/locale/id/LC_MESSAGES/wesnoth-ei.mo
+%%NLS%%share/locale/id/LC_MESSAGES/wesnoth-httt.mo
+%%NLS%%share/locale/id/LC_MESSAGES/wesnoth-l.mo
+%%NLS%%share/locale/id/LC_MESSAGES/wesnoth-lib.mo
+%%NLS%%share/locale/id/LC_MESSAGES/wesnoth-low.mo
+%%NLS%%share/locale/id/LC_MESSAGES/wesnoth-multiplayer.mo
+%%NLS%%share/locale/id/LC_MESSAGES/wesnoth-nr.mo
+%%NLS%%share/locale/id/LC_MESSAGES/wesnoth-sof.mo
+%%NLS%%share/locale/id/LC_MESSAGES/wesnoth-sotbe.mo
+%%NLS%%share/locale/id/LC_MESSAGES/wesnoth-tb.mo
+%%NLS%%share/locale/id/LC_MESSAGES/wesnoth-test.mo
+%%NLS%%share/locale/id/LC_MESSAGES/wesnoth-thot.mo
+%%NLS%%share/locale/id/LC_MESSAGES/wesnoth-trow.mo
+%%NLS%%share/locale/id/LC_MESSAGES/wesnoth-tsg.mo
+%%NLS%%share/locale/id/LC_MESSAGES/wesnoth-tutorial.mo
+%%NLS%%share/locale/id/LC_MESSAGES/wesnoth-units.mo
+%%NLS%%share/locale/id/LC_MESSAGES/wesnoth-utbs.mo
+%%NLS%%share/locale/id/LC_MESSAGES/wesnoth.mo
+%%NLS%%share/locale/it/LC_MESSAGES/wesnoth-anl.mo
+%%NLS%%share/locale/it/LC_MESSAGES/wesnoth-aoi.mo
+%%NLS%%share/locale/it/LC_MESSAGES/wesnoth-did.mo
+%%NLS%%share/locale/it/LC_MESSAGES/wesnoth-editor.mo
+%%NLS%%share/locale/it/LC_MESSAGES/wesnoth-ei.mo
+%%NLS%%share/locale/it/LC_MESSAGES/wesnoth-httt.mo
+%%NLS%%share/locale/it/LC_MESSAGES/wesnoth-l.mo
+%%NLS%%share/locale/it/LC_MESSAGES/wesnoth-lib.mo
+%%NLS%%share/locale/it/LC_MESSAGES/wesnoth-low.mo
+%%NLS%%share/locale/it/LC_MESSAGES/wesnoth-multiplayer.mo
+%%NLS%%share/locale/it/LC_MESSAGES/wesnoth-nr.mo
+%%NLS%%share/locale/it/LC_MESSAGES/wesnoth-sof.mo
+%%NLS%%share/locale/it/LC_MESSAGES/wesnoth-sotbe.mo
+%%NLS%%share/locale/it/LC_MESSAGES/wesnoth-tb.mo
+%%NLS%%share/locale/it/LC_MESSAGES/wesnoth-test.mo
+%%NLS%%share/locale/it/LC_MESSAGES/wesnoth-thot.mo
+%%NLS%%share/locale/it/LC_MESSAGES/wesnoth-trow.mo
+%%NLS%%share/locale/it/LC_MESSAGES/wesnoth-tsg.mo
+%%NLS%%share/locale/it/LC_MESSAGES/wesnoth-tutorial.mo
+%%NLS%%share/locale/it/LC_MESSAGES/wesnoth-units.mo
+%%NLS%%share/locale/it/LC_MESSAGES/wesnoth-utbs.mo
+%%NLS%%share/locale/it/LC_MESSAGES/wesnoth.mo
+%%NLS%%share/locale/ja/LC_MESSAGES/wesnoth-anl.mo
+%%NLS%%share/locale/ja/LC_MESSAGES/wesnoth-aoi.mo
+%%NLS%%share/locale/ja/LC_MESSAGES/wesnoth-did.mo
+%%NLS%%share/locale/ja/LC_MESSAGES/wesnoth-editor.mo
+%%NLS%%share/locale/ja/LC_MESSAGES/wesnoth-ei.mo
+%%NLS%%share/locale/ja/LC_MESSAGES/wesnoth-httt.mo
+%%NLS%%share/locale/ja/LC_MESSAGES/wesnoth-l.mo
+%%NLS%%share/locale/ja/LC_MESSAGES/wesnoth-lib.mo
+%%NLS%%share/locale/ja/LC_MESSAGES/wesnoth-low.mo
+%%NLS%%share/locale/ja/LC_MESSAGES/wesnoth-multiplayer.mo
+%%NLS%%share/locale/ja/LC_MESSAGES/wesnoth-nr.mo
+%%NLS%%share/locale/ja/LC_MESSAGES/wesnoth-sof.mo
+%%NLS%%share/locale/ja/LC_MESSAGES/wesnoth-sotbe.mo
+%%NLS%%share/locale/ja/LC_MESSAGES/wesnoth-tb.mo
+%%NLS%%share/locale/ja/LC_MESSAGES/wesnoth-test.mo
+%%NLS%%share/locale/ja/LC_MESSAGES/wesnoth-thot.mo
+%%NLS%%share/locale/ja/LC_MESSAGES/wesnoth-trow.mo
+%%NLS%%share/locale/ja/LC_MESSAGES/wesnoth-tsg.mo
+%%NLS%%share/locale/ja/LC_MESSAGES/wesnoth-tutorial.mo
+%%NLS%%share/locale/ja/LC_MESSAGES/wesnoth-units.mo
+%%NLS%%share/locale/ja/LC_MESSAGES/wesnoth-utbs.mo
+%%NLS%%share/locale/ja/LC_MESSAGES/wesnoth.mo
+%%NLS%%share/locale/ko/LC_MESSAGES/wesnoth-anl.mo
+%%NLS%%share/locale/ko/LC_MESSAGES/wesnoth-aoi.mo
+%%NLS%%share/locale/ko/LC_MESSAGES/wesnoth-did.mo
+%%NLS%%share/locale/ko/LC_MESSAGES/wesnoth-editor.mo
+%%NLS%%share/locale/ko/LC_MESSAGES/wesnoth-ei.mo
+%%NLS%%share/locale/ko/LC_MESSAGES/wesnoth-httt.mo
+%%NLS%%share/locale/ko/LC_MESSAGES/wesnoth-l.mo
+%%NLS%%share/locale/ko/LC_MESSAGES/wesnoth-lib.mo
+%%NLS%%share/locale/ko/LC_MESSAGES/wesnoth-low.mo
+%%NLS%%share/locale/ko/LC_MESSAGES/wesnoth-multiplayer.mo
+%%NLS%%share/locale/ko/LC_MESSAGES/wesnoth-nr.mo
+%%NLS%%share/locale/ko/LC_MESSAGES/wesnoth-sof.mo
+%%NLS%%share/locale/ko/LC_MESSAGES/wesnoth-sotbe.mo
+%%NLS%%share/locale/ko/LC_MESSAGES/wesnoth-tb.mo
+%%NLS%%share/locale/ko/LC_MESSAGES/wesnoth-test.mo
+%%NLS%%share/locale/ko/LC_MESSAGES/wesnoth-thot.mo
+%%NLS%%share/locale/ko/LC_MESSAGES/wesnoth-trow.mo
+%%NLS%%share/locale/ko/LC_MESSAGES/wesnoth-tsg.mo
+%%NLS%%share/locale/ko/LC_MESSAGES/wesnoth-tutorial.mo
+%%NLS%%share/locale/ko/LC_MESSAGES/wesnoth-units.mo
+%%NLS%%share/locale/ko/LC_MESSAGES/wesnoth-utbs.mo
+%%NLS%%share/locale/ko/LC_MESSAGES/wesnoth.mo
+%%NLS%%share/locale/la/LC_MESSAGES/wesnoth-anl.mo
+%%NLS%%share/locale/la/LC_MESSAGES/wesnoth-aoi.mo
+%%NLS%%share/locale/la/LC_MESSAGES/wesnoth-did.mo
+%%NLS%%share/locale/la/LC_MESSAGES/wesnoth-editor.mo
+%%NLS%%share/locale/la/LC_MESSAGES/wesnoth-ei.mo
+%%NLS%%share/locale/la/LC_MESSAGES/wesnoth-httt.mo
+%%NLS%%share/locale/la/LC_MESSAGES/wesnoth-l.mo
+%%NLS%%share/locale/la/LC_MESSAGES/wesnoth-lib.mo
+%%NLS%%share/locale/la/LC_MESSAGES/wesnoth-low.mo
+%%NLS%%share/locale/la/LC_MESSAGES/wesnoth-multiplayer.mo
+%%NLS%%share/locale/la/LC_MESSAGES/wesnoth-nr.mo
+%%NLS%%share/locale/la/LC_MESSAGES/wesnoth-sof.mo
+%%NLS%%share/locale/la/LC_MESSAGES/wesnoth-sotbe.mo
+%%NLS%%share/locale/la/LC_MESSAGES/wesnoth-tb.mo
+%%NLS%%share/locale/la/LC_MESSAGES/wesnoth-test.mo
+%%NLS%%share/locale/la/LC_MESSAGES/wesnoth-thot.mo
+%%NLS%%share/locale/la/LC_MESSAGES/wesnoth-trow.mo
+%%NLS%%share/locale/la/LC_MESSAGES/wesnoth-tsg.mo
+%%NLS%%share/locale/la/LC_MESSAGES/wesnoth-tutorial.mo
+%%NLS%%share/locale/la/LC_MESSAGES/wesnoth-units.mo
+%%NLS%%share/locale/la/LC_MESSAGES/wesnoth-utbs.mo
+%%NLS%%share/locale/la/LC_MESSAGES/wesnoth.mo
+%%NLS%%share/locale/lt/LC_MESSAGES/wesnoth-anl.mo
+%%NLS%%share/locale/lt/LC_MESSAGES/wesnoth-aoi.mo
+%%NLS%%share/locale/lt/LC_MESSAGES/wesnoth-did.mo
+%%NLS%%share/locale/lt/LC_MESSAGES/wesnoth-editor.mo
+%%NLS%%share/locale/lt/LC_MESSAGES/wesnoth-ei.mo
+%%NLS%%share/locale/lt/LC_MESSAGES/wesnoth-httt.mo
+%%NLS%%share/locale/lt/LC_MESSAGES/wesnoth-l.mo
+%%NLS%%share/locale/lt/LC_MESSAGES/wesnoth-lib.mo
+%%NLS%%share/locale/lt/LC_MESSAGES/wesnoth-low.mo
+%%NLS%%share/locale/lt/LC_MESSAGES/wesnoth-multiplayer.mo
+%%NLS%%share/locale/lt/LC_MESSAGES/wesnoth-nr.mo
+%%NLS%%share/locale/lt/LC_MESSAGES/wesnoth-sof.mo
+%%NLS%%share/locale/lt/LC_MESSAGES/wesnoth-sotbe.mo
+%%NLS%%share/locale/lt/LC_MESSAGES/wesnoth-tb.mo
+%%NLS%%share/locale/lt/LC_MESSAGES/wesnoth-test.mo
+%%NLS%%share/locale/lt/LC_MESSAGES/wesnoth-thot.mo
+%%NLS%%share/locale/lt/LC_MESSAGES/wesnoth-trow.mo
+%%NLS%%share/locale/lt/LC_MESSAGES/wesnoth-tsg.mo
+%%NLS%%share/locale/lt/LC_MESSAGES/wesnoth-tutorial.mo
+%%NLS%%share/locale/lt/LC_MESSAGES/wesnoth-units.mo
+%%NLS%%share/locale/lt/LC_MESSAGES/wesnoth-utbs.mo
+%%NLS%%share/locale/lt/LC_MESSAGES/wesnoth.mo
+%%NLS%%share/locale/lv/LC_MESSAGES/wesnoth-anl.mo
+%%NLS%%share/locale/lv/LC_MESSAGES/wesnoth-aoi.mo
+%%NLS%%share/locale/lv/LC_MESSAGES/wesnoth-did.mo
+%%NLS%%share/locale/lv/LC_MESSAGES/wesnoth-editor.mo
+%%NLS%%share/locale/lv/LC_MESSAGES/wesnoth-ei.mo
+%%NLS%%share/locale/lv/LC_MESSAGES/wesnoth-httt.mo
+%%NLS%%share/locale/lv/LC_MESSAGES/wesnoth-l.mo
+%%NLS%%share/locale/lv/LC_MESSAGES/wesnoth-lib.mo
+%%NLS%%share/locale/lv/LC_MESSAGES/wesnoth-low.mo
+%%NLS%%share/locale/lv/LC_MESSAGES/wesnoth-multiplayer.mo
+%%NLS%%share/locale/lv/LC_MESSAGES/wesnoth-nr.mo
+%%NLS%%share/locale/lv/LC_MESSAGES/wesnoth-sof.mo
+%%NLS%%share/locale/lv/LC_MESSAGES/wesnoth-sotbe.mo
+%%NLS%%share/locale/lv/LC_MESSAGES/wesnoth-tb.mo
+%%NLS%%share/locale/lv/LC_MESSAGES/wesnoth-test.mo
+%%NLS%%share/locale/lv/LC_MESSAGES/wesnoth-thot.mo
+%%NLS%%share/locale/lv/LC_MESSAGES/wesnoth-trow.mo
+%%NLS%%share/locale/lv/LC_MESSAGES/wesnoth-tsg.mo
+%%NLS%%share/locale/lv/LC_MESSAGES/wesnoth-tutorial.mo
+%%NLS%%share/locale/lv/LC_MESSAGES/wesnoth-units.mo
+%%NLS%%share/locale/lv/LC_MESSAGES/wesnoth-utbs.mo
+%%NLS%%share/locale/lv/LC_MESSAGES/wesnoth.mo
+%%NLS%%share/locale/mk/LC_MESSAGES/wesnoth-anl.mo
+%%NLS%%share/locale/mk/LC_MESSAGES/wesnoth-aoi.mo
+%%NLS%%share/locale/mk/LC_MESSAGES/wesnoth-did.mo
+%%NLS%%share/locale/mk/LC_MESSAGES/wesnoth-editor.mo
+%%NLS%%share/locale/mk/LC_MESSAGES/wesnoth-ei.mo
+%%NLS%%share/locale/mk/LC_MESSAGES/wesnoth-httt.mo
+%%NLS%%share/locale/mk/LC_MESSAGES/wesnoth-l.mo
+%%NLS%%share/locale/mk/LC_MESSAGES/wesnoth-lib.mo
+%%NLS%%share/locale/mk/LC_MESSAGES/wesnoth-low.mo
+%%NLS%%share/locale/mk/LC_MESSAGES/wesnoth-multiplayer.mo
+%%NLS%%share/locale/mk/LC_MESSAGES/wesnoth-nr.mo
+%%NLS%%share/locale/mk/LC_MESSAGES/wesnoth-sof.mo
+%%NLS%%share/locale/mk/LC_MESSAGES/wesnoth-sotbe.mo
+%%NLS%%share/locale/mk/LC_MESSAGES/wesnoth-tb.mo
+%%NLS%%share/locale/mk/LC_MESSAGES/wesnoth-test.mo
+%%NLS%%share/locale/mk/LC_MESSAGES/wesnoth-thot.mo
+%%NLS%%share/locale/mk/LC_MESSAGES/wesnoth-trow.mo
+%%NLS%%share/locale/mk/LC_MESSAGES/wesnoth-tsg.mo
+%%NLS%%share/locale/mk/LC_MESSAGES/wesnoth-tutorial.mo
+%%NLS%%share/locale/mk/LC_MESSAGES/wesnoth-units.mo
+%%NLS%%share/locale/mk/LC_MESSAGES/wesnoth-utbs.mo
+%%NLS%%share/locale/mk/LC_MESSAGES/wesnoth.mo
+%%NLS%%share/locale/mr/LC_MESSAGES/wesnoth-anl.mo
+%%NLS%%share/locale/mr/LC_MESSAGES/wesnoth-aoi.mo
+%%NLS%%share/locale/mr/LC_MESSAGES/wesnoth-did.mo
+%%NLS%%share/locale/mr/LC_MESSAGES/wesnoth-editor.mo
+%%NLS%%share/locale/mr/LC_MESSAGES/wesnoth-ei.mo
+%%NLS%%share/locale/mr/LC_MESSAGES/wesnoth-httt.mo
+%%NLS%%share/locale/mr/LC_MESSAGES/wesnoth-l.mo
+%%NLS%%share/locale/mr/LC_MESSAGES/wesnoth-lib.mo
+%%NLS%%share/locale/mr/LC_MESSAGES/wesnoth-low.mo
+%%NLS%%share/locale/mr/LC_MESSAGES/wesnoth-multiplayer.mo
+%%NLS%%share/locale/mr/LC_MESSAGES/wesnoth-nr.mo
+%%NLS%%share/locale/mr/LC_MESSAGES/wesnoth-sof.mo
+%%NLS%%share/locale/mr/LC_MESSAGES/wesnoth-sotbe.mo
+%%NLS%%share/locale/mr/LC_MESSAGES/wesnoth-tb.mo
+%%NLS%%share/locale/mr/LC_MESSAGES/wesnoth-test.mo
+%%NLS%%share/locale/mr/LC_MESSAGES/wesnoth-thot.mo
+%%NLS%%share/locale/mr/LC_MESSAGES/wesnoth-trow.mo
+%%NLS%%share/locale/mr/LC_MESSAGES/wesnoth-tsg.mo
+%%NLS%%share/locale/mr/LC_MESSAGES/wesnoth-tutorial.mo
+%%NLS%%share/locale/mr/LC_MESSAGES/wesnoth-units.mo
+%%NLS%%share/locale/mr/LC_MESSAGES/wesnoth-utbs.mo
+%%NLS%%share/locale/mr/LC_MESSAGES/wesnoth.mo
+%%NLS%%share/locale/nb_NO/LC_MESSAGES/wesnoth-anl.mo
+%%NLS%%share/locale/nb_NO/LC_MESSAGES/wesnoth-aoi.mo
+%%NLS%%share/locale/nb_NO/LC_MESSAGES/wesnoth-did.mo
+%%NLS%%share/locale/nb_NO/LC_MESSAGES/wesnoth-editor.mo
+%%NLS%%share/locale/nb_NO/LC_MESSAGES/wesnoth-ei.mo
+%%NLS%%share/locale/nb_NO/LC_MESSAGES/wesnoth-httt.mo
+%%NLS%%share/locale/nb_NO/LC_MESSAGES/wesnoth-l.mo
+%%NLS%%share/locale/nb_NO/LC_MESSAGES/wesnoth-lib.mo
+%%NLS%%share/locale/nb_NO/LC_MESSAGES/wesnoth-low.mo
+%%NLS%%share/locale/nb_NO/LC_MESSAGES/wesnoth-multiplayer.mo
+%%NLS%%share/locale/nb_NO/LC_MESSAGES/wesnoth-nr.mo
+%%NLS%%share/locale/nb_NO/LC_MESSAGES/wesnoth-sof.mo
+%%NLS%%share/locale/nb_NO/LC_MESSAGES/wesnoth-sotbe.mo
+%%NLS%%share/locale/nb_NO/LC_MESSAGES/wesnoth-tb.mo
+%%NLS%%share/locale/nb_NO/LC_MESSAGES/wesnoth-test.mo
+%%NLS%%share/locale/nb_NO/LC_MESSAGES/wesnoth-thot.mo
+%%NLS%%share/locale/nb_NO/LC_MESSAGES/wesnoth-trow.mo
+%%NLS%%share/locale/nb_NO/LC_MESSAGES/wesnoth-tsg.mo
+%%NLS%%share/locale/nb_NO/LC_MESSAGES/wesnoth-tutorial.mo
+%%NLS%%share/locale/nb_NO/LC_MESSAGES/wesnoth-units.mo
+%%NLS%%share/locale/nb_NO/LC_MESSAGES/wesnoth-utbs.mo
+%%NLS%%share/locale/nb_NO/LC_MESSAGES/wesnoth.mo
+%%NLS%%share/locale/nl/LC_MESSAGES/wesnoth-anl.mo
+%%NLS%%share/locale/nl/LC_MESSAGES/wesnoth-aoi.mo
+%%NLS%%share/locale/nl/LC_MESSAGES/wesnoth-did.mo
+%%NLS%%share/locale/nl/LC_MESSAGES/wesnoth-editor.mo
+%%NLS%%share/locale/nl/LC_MESSAGES/wesnoth-ei.mo
+%%NLS%%share/locale/nl/LC_MESSAGES/wesnoth-httt.mo
+%%NLS%%share/locale/nl/LC_MESSAGES/wesnoth-l.mo
+%%NLS%%share/locale/nl/LC_MESSAGES/wesnoth-lib.mo
+%%NLS%%share/locale/nl/LC_MESSAGES/wesnoth-low.mo
+%%NLS%%share/locale/nl/LC_MESSAGES/wesnoth-multiplayer.mo
+%%NLS%%share/locale/nl/LC_MESSAGES/wesnoth-nr.mo
+%%NLS%%share/locale/nl/LC_MESSAGES/wesnoth-sof.mo
+%%NLS%%share/locale/nl/LC_MESSAGES/wesnoth-sotbe.mo
+%%NLS%%share/locale/nl/LC_MESSAGES/wesnoth-tb.mo
+%%NLS%%share/locale/nl/LC_MESSAGES/wesnoth-test.mo
+%%NLS%%share/locale/nl/LC_MESSAGES/wesnoth-thot.mo
+%%NLS%%share/locale/nl/LC_MESSAGES/wesnoth-trow.mo
+%%NLS%%share/locale/nl/LC_MESSAGES/wesnoth-tsg.mo
+%%NLS%%share/locale/nl/LC_MESSAGES/wesnoth-tutorial.mo
+%%NLS%%share/locale/nl/LC_MESSAGES/wesnoth-units.mo
+%%NLS%%share/locale/nl/LC_MESSAGES/wesnoth-utbs.mo
+%%NLS%%share/locale/nl/LC_MESSAGES/wesnoth.mo
+%%NLS%%share/locale/pl/LC_MESSAGES/wesnoth-anl.mo
+%%NLS%%share/locale/pl/LC_MESSAGES/wesnoth-aoi.mo
+%%NLS%%share/locale/pl/LC_MESSAGES/wesnoth-did.mo
+%%NLS%%share/locale/pl/LC_MESSAGES/wesnoth-editor.mo
+%%NLS%%share/locale/pl/LC_MESSAGES/wesnoth-ei.mo
+%%NLS%%share/locale/pl/LC_MESSAGES/wesnoth-httt.mo
+%%NLS%%share/locale/pl/LC_MESSAGES/wesnoth-l.mo
+%%NLS%%share/locale/pl/LC_MESSAGES/wesnoth-lib.mo
+%%NLS%%share/locale/pl/LC_MESSAGES/wesnoth-low.mo
+%%NLS%%share/locale/pl/LC_MESSAGES/wesnoth-multiplayer.mo
+%%NLS%%share/locale/pl/LC_MESSAGES/wesnoth-nr.mo
+%%NLS%%share/locale/pl/LC_MESSAGES/wesnoth-sof.mo
+%%NLS%%share/locale/pl/LC_MESSAGES/wesnoth-sotbe.mo
+%%NLS%%share/locale/pl/LC_MESSAGES/wesnoth-tb.mo
+%%NLS%%share/locale/pl/LC_MESSAGES/wesnoth-test.mo
+%%NLS%%share/locale/pl/LC_MESSAGES/wesnoth-thot.mo
+%%NLS%%share/locale/pl/LC_MESSAGES/wesnoth-trow.mo
+%%NLS%%share/locale/pl/LC_MESSAGES/wesnoth-tsg.mo
+%%NLS%%share/locale/pl/LC_MESSAGES/wesnoth-tutorial.mo
+%%NLS%%share/locale/pl/LC_MESSAGES/wesnoth-units.mo
+%%NLS%%share/locale/pl/LC_MESSAGES/wesnoth-utbs.mo
+%%NLS%%share/locale/pl/LC_MESSAGES/wesnoth.mo
+%%NLS%%share/locale/pt/LC_MESSAGES/wesnoth-anl.mo
+%%NLS%%share/locale/pt/LC_MESSAGES/wesnoth-aoi.mo
+%%NLS%%share/locale/pt/LC_MESSAGES/wesnoth-did.mo
+%%NLS%%share/locale/pt/LC_MESSAGES/wesnoth-editor.mo
+%%NLS%%share/locale/pt/LC_MESSAGES/wesnoth-ei.mo
+%%NLS%%share/locale/pt/LC_MESSAGES/wesnoth-httt.mo
+%%NLS%%share/locale/pt/LC_MESSAGES/wesnoth-l.mo
+%%NLS%%share/locale/pt/LC_MESSAGES/wesnoth-lib.mo
+%%NLS%%share/locale/pt/LC_MESSAGES/wesnoth-low.mo
+%%NLS%%share/locale/pt/LC_MESSAGES/wesnoth-multiplayer.mo
+%%NLS%%share/locale/pt/LC_MESSAGES/wesnoth-nr.mo
+%%NLS%%share/locale/pt/LC_MESSAGES/wesnoth-sof.mo
+%%NLS%%share/locale/pt/LC_MESSAGES/wesnoth-sotbe.mo
+%%NLS%%share/locale/pt/LC_MESSAGES/wesnoth-tb.mo
+%%NLS%%share/locale/pt/LC_MESSAGES/wesnoth-test.mo
+%%NLS%%share/locale/pt/LC_MESSAGES/wesnoth-thot.mo
+%%NLS%%share/locale/pt/LC_MESSAGES/wesnoth-trow.mo
+%%NLS%%share/locale/pt/LC_MESSAGES/wesnoth-tsg.mo
+%%NLS%%share/locale/pt/LC_MESSAGES/wesnoth-tutorial.mo
+%%NLS%%share/locale/pt/LC_MESSAGES/wesnoth-units.mo
+%%NLS%%share/locale/pt/LC_MESSAGES/wesnoth-utbs.mo
+%%NLS%%share/locale/pt/LC_MESSAGES/wesnoth.mo
+%%NLS%%share/locale/pt_BR/LC_MESSAGES/wesnoth-anl.mo
+%%NLS%%share/locale/pt_BR/LC_MESSAGES/wesnoth-aoi.mo
+%%NLS%%share/locale/pt_BR/LC_MESSAGES/wesnoth-did.mo
+%%NLS%%share/locale/pt_BR/LC_MESSAGES/wesnoth-editor.mo
+%%NLS%%share/locale/pt_BR/LC_MESSAGES/wesnoth-ei.mo
+%%NLS%%share/locale/pt_BR/LC_MESSAGES/wesnoth-httt.mo
+%%NLS%%share/locale/pt_BR/LC_MESSAGES/wesnoth-l.mo
+%%NLS%%share/locale/pt_BR/LC_MESSAGES/wesnoth-lib.mo
+%%NLS%%share/locale/pt_BR/LC_MESSAGES/wesnoth-low.mo
+%%NLS%%share/locale/pt_BR/LC_MESSAGES/wesnoth-multiplayer.mo
+%%NLS%%share/locale/pt_BR/LC_MESSAGES/wesnoth-nr.mo
+%%NLS%%share/locale/pt_BR/LC_MESSAGES/wesnoth-sof.mo
+%%NLS%%share/locale/pt_BR/LC_MESSAGES/wesnoth-sotbe.mo
+%%NLS%%share/locale/pt_BR/LC_MESSAGES/wesnoth-tb.mo
+%%NLS%%share/locale/pt_BR/LC_MESSAGES/wesnoth-test.mo
+%%NLS%%share/locale/pt_BR/LC_MESSAGES/wesnoth-thot.mo
+%%NLS%%share/locale/pt_BR/LC_MESSAGES/wesnoth-trow.mo
+%%NLS%%share/locale/pt_BR/LC_MESSAGES/wesnoth-tsg.mo
+%%NLS%%share/locale/pt_BR/LC_MESSAGES/wesnoth-tutorial.mo
+%%NLS%%share/locale/pt_BR/LC_MESSAGES/wesnoth-units.mo
+%%NLS%%share/locale/pt_BR/LC_MESSAGES/wesnoth-utbs.mo
+%%NLS%%share/locale/pt_BR/LC_MESSAGES/wesnoth.mo
+%%NLS%%share/locale/racv/LC_MESSAGES/wesnoth-anl.mo
+%%NLS%%share/locale/racv/LC_MESSAGES/wesnoth-aoi.mo
+%%NLS%%share/locale/racv/LC_MESSAGES/wesnoth-did.mo
+%%NLS%%share/locale/racv/LC_MESSAGES/wesnoth-editor.mo
+%%NLS%%share/locale/racv/LC_MESSAGES/wesnoth-ei.mo
+%%NLS%%share/locale/racv/LC_MESSAGES/wesnoth-httt.mo
+%%NLS%%share/locale/racv/LC_MESSAGES/wesnoth-l.mo
+%%NLS%%share/locale/racv/LC_MESSAGES/wesnoth-lib.mo
+%%NLS%%share/locale/racv/LC_MESSAGES/wesnoth-low.mo
+%%NLS%%share/locale/racv/LC_MESSAGES/wesnoth-multiplayer.mo
+%%NLS%%share/locale/racv/LC_MESSAGES/wesnoth-nr.mo
+%%NLS%%share/locale/racv/LC_MESSAGES/wesnoth-sof.mo
+%%NLS%%share/locale/racv/LC_MESSAGES/wesnoth-sotbe.mo
+%%NLS%%share/locale/racv/LC_MESSAGES/wesnoth-tb.mo
+%%NLS%%share/locale/racv/LC_MESSAGES/wesnoth-test.mo
+%%NLS%%share/locale/racv/LC_MESSAGES/wesnoth-thot.mo
+%%NLS%%share/locale/racv/LC_MESSAGES/wesnoth-trow.mo
+%%NLS%%share/locale/racv/LC_MESSAGES/wesnoth-tsg.mo
+%%NLS%%share/locale/racv/LC_MESSAGES/wesnoth-tutorial.mo
+%%NLS%%share/locale/racv/LC_MESSAGES/wesnoth-units.mo
+%%NLS%%share/locale/racv/LC_MESSAGES/wesnoth-utbs.mo
+%%NLS%%share/locale/racv/LC_MESSAGES/wesnoth.mo
+%%NLS%%share/locale/ro/LC_MESSAGES/wesnoth-anl.mo
+%%NLS%%share/locale/ro/LC_MESSAGES/wesnoth-aoi.mo
+%%NLS%%share/locale/ro/LC_MESSAGES/wesnoth-did.mo
+%%NLS%%share/locale/ro/LC_MESSAGES/wesnoth-editor.mo
+%%NLS%%share/locale/ro/LC_MESSAGES/wesnoth-ei.mo
+%%NLS%%share/locale/ro/LC_MESSAGES/wesnoth-httt.mo
+%%NLS%%share/locale/ro/LC_MESSAGES/wesnoth-l.mo
+%%NLS%%share/locale/ro/LC_MESSAGES/wesnoth-lib.mo
+%%NLS%%share/locale/ro/LC_MESSAGES/wesnoth-low.mo
+%%NLS%%share/locale/ro/LC_MESSAGES/wesnoth-multiplayer.mo
+%%NLS%%share/locale/ro/LC_MESSAGES/wesnoth-nr.mo
+%%NLS%%share/locale/ro/LC_MESSAGES/wesnoth-sof.mo
+%%NLS%%share/locale/ro/LC_MESSAGES/wesnoth-sotbe.mo
+%%NLS%%share/locale/ro/LC_MESSAGES/wesnoth-tb.mo
+%%NLS%%share/locale/ro/LC_MESSAGES/wesnoth-test.mo
+%%NLS%%share/locale/ro/LC_MESSAGES/wesnoth-thot.mo
+%%NLS%%share/locale/ro/LC_MESSAGES/wesnoth-trow.mo
+%%NLS%%share/locale/ro/LC_MESSAGES/wesnoth-tsg.mo
+%%NLS%%share/locale/ro/LC_MESSAGES/wesnoth-tutorial.mo
+%%NLS%%share/locale/ro/LC_MESSAGES/wesnoth-units.mo
+%%NLS%%share/locale/ro/LC_MESSAGES/wesnoth-utbs.mo
+%%NLS%%share/locale/ro/LC_MESSAGES/wesnoth.mo
+%%NLS%%share/locale/ru/LC_MESSAGES/wesnoth-anl.mo
+%%NLS%%share/locale/ru/LC_MESSAGES/wesnoth-aoi.mo
+%%NLS%%share/locale/ru/LC_MESSAGES/wesnoth-did.mo
+%%NLS%%share/locale/ru/LC_MESSAGES/wesnoth-editor.mo
+%%NLS%%share/locale/ru/LC_MESSAGES/wesnoth-ei.mo
+%%NLS%%share/locale/ru/LC_MESSAGES/wesnoth-httt.mo
+%%NLS%%share/locale/ru/LC_MESSAGES/wesnoth-l.mo
+%%NLS%%share/locale/ru/LC_MESSAGES/wesnoth-lib.mo
+%%NLS%%share/locale/ru/LC_MESSAGES/wesnoth-low.mo
+%%NLS%%share/locale/ru/LC_MESSAGES/wesnoth-multiplayer.mo
+%%NLS%%share/locale/ru/LC_MESSAGES/wesnoth-nr.mo
+%%NLS%%share/locale/ru/LC_MESSAGES/wesnoth-sof.mo
+%%NLS%%share/locale/ru/LC_MESSAGES/wesnoth-sotbe.mo
+%%NLS%%share/locale/ru/LC_MESSAGES/wesnoth-tb.mo
+%%NLS%%share/locale/ru/LC_MESSAGES/wesnoth-test.mo
+%%NLS%%share/locale/ru/LC_MESSAGES/wesnoth-thot.mo
+%%NLS%%share/locale/ru/LC_MESSAGES/wesnoth-trow.mo
+%%NLS%%share/locale/ru/LC_MESSAGES/wesnoth-tsg.mo
+%%NLS%%share/locale/ru/LC_MESSAGES/wesnoth-tutorial.mo
+%%NLS%%share/locale/ru/LC_MESSAGES/wesnoth-units.mo
+%%NLS%%share/locale/ru/LC_MESSAGES/wesnoth-utbs.mo
+%%NLS%%share/locale/ru/LC_MESSAGES/wesnoth.mo
+%%NLS%%share/locale/sk/LC_MESSAGES/wesnoth-anl.mo
+%%NLS%%share/locale/sk/LC_MESSAGES/wesnoth-aoi.mo
+%%NLS%%share/locale/sk/LC_MESSAGES/wesnoth-did.mo
+%%NLS%%share/locale/sk/LC_MESSAGES/wesnoth-editor.mo
+%%NLS%%share/locale/sk/LC_MESSAGES/wesnoth-ei.mo
+%%NLS%%share/locale/sk/LC_MESSAGES/wesnoth-httt.mo
+%%NLS%%share/locale/sk/LC_MESSAGES/wesnoth-l.mo
+%%NLS%%share/locale/sk/LC_MESSAGES/wesnoth-lib.mo
+%%NLS%%share/locale/sk/LC_MESSAGES/wesnoth-low.mo
+%%NLS%%share/locale/sk/LC_MESSAGES/wesnoth-multiplayer.mo
+%%NLS%%share/locale/sk/LC_MESSAGES/wesnoth-nr.mo
+%%NLS%%share/locale/sk/LC_MESSAGES/wesnoth-sof.mo
+%%NLS%%share/locale/sk/LC_MESSAGES/wesnoth-sotbe.mo
+%%NLS%%share/locale/sk/LC_MESSAGES/wesnoth-tb.mo
+%%NLS%%share/locale/sk/LC_MESSAGES/wesnoth-test.mo
+%%NLS%%share/locale/sk/LC_MESSAGES/wesnoth-thot.mo
+%%NLS%%share/locale/sk/LC_MESSAGES/wesnoth-trow.mo
+%%NLS%%share/locale/sk/LC_MESSAGES/wesnoth-tsg.mo
+%%NLS%%share/locale/sk/LC_MESSAGES/wesnoth-tutorial.mo
+%%NLS%%share/locale/sk/LC_MESSAGES/wesnoth-units.mo
+%%NLS%%share/locale/sk/LC_MESSAGES/wesnoth-utbs.mo
+%%NLS%%share/locale/sk/LC_MESSAGES/wesnoth.mo
+%%NLS%%share/locale/sl/LC_MESSAGES/wesnoth-anl.mo
+%%NLS%%share/locale/sl/LC_MESSAGES/wesnoth-aoi.mo
+%%NLS%%share/locale/sl/LC_MESSAGES/wesnoth-did.mo
+%%NLS%%share/locale/sl/LC_MESSAGES/wesnoth-editor.mo
+%%NLS%%share/locale/sl/LC_MESSAGES/wesnoth-ei.mo
+%%NLS%%share/locale/sl/LC_MESSAGES/wesnoth-httt.mo
+%%NLS%%share/locale/sl/LC_MESSAGES/wesnoth-l.mo
+%%NLS%%share/locale/sl/LC_MESSAGES/wesnoth-lib.mo
+%%NLS%%share/locale/sl/LC_MESSAGES/wesnoth-low.mo
+%%NLS%%share/locale/sl/LC_MESSAGES/wesnoth-multiplayer.mo
+%%NLS%%share/locale/sl/LC_MESSAGES/wesnoth-nr.mo
+%%NLS%%share/locale/sl/LC_MESSAGES/wesnoth-sof.mo
+%%NLS%%share/locale/sl/LC_MESSAGES/wesnoth-sotbe.mo
+%%NLS%%share/locale/sl/LC_MESSAGES/wesnoth-tb.mo
+%%NLS%%share/locale/sl/LC_MESSAGES/wesnoth-test.mo
+%%NLS%%share/locale/sl/LC_MESSAGES/wesnoth-thot.mo
+%%NLS%%share/locale/sl/LC_MESSAGES/wesnoth-trow.mo
+%%NLS%%share/locale/sl/LC_MESSAGES/wesnoth-tsg.mo
+%%NLS%%share/locale/sl/LC_MESSAGES/wesnoth-tutorial.mo
+%%NLS%%share/locale/sl/LC_MESSAGES/wesnoth-units.mo
+%%NLS%%share/locale/sl/LC_MESSAGES/wesnoth-utbs.mo
+%%NLS%%share/locale/sl/LC_MESSAGES/wesnoth.mo
+%%NLS%%share/locale/sr/LC_MESSAGES/wesnoth-anl.mo
+%%NLS%%share/locale/sr/LC_MESSAGES/wesnoth-aoi.mo
+%%NLS%%share/locale/sr/LC_MESSAGES/wesnoth-did.mo
+%%NLS%%share/locale/sr/LC_MESSAGES/wesnoth-editor.mo
+%%NLS%%share/locale/sr/LC_MESSAGES/wesnoth-ei.mo
+%%NLS%%share/locale/sr/LC_MESSAGES/wesnoth-httt.mo
+%%NLS%%share/locale/sr/LC_MESSAGES/wesnoth-l.mo
+%%NLS%%share/locale/sr/LC_MESSAGES/wesnoth-lib.mo
+%%NLS%%share/locale/sr/LC_MESSAGES/wesnoth-low.mo
+%%NLS%%share/locale/sr/LC_MESSAGES/wesnoth-multiplayer.mo
+%%NLS%%share/locale/sr/LC_MESSAGES/wesnoth-nr.mo
+%%NLS%%share/locale/sr/LC_MESSAGES/wesnoth-sof.mo
+%%NLS%%share/locale/sr/LC_MESSAGES/wesnoth-sotbe.mo
+%%NLS%%share/locale/sr/LC_MESSAGES/wesnoth-tb.mo
+%%NLS%%share/locale/sr/LC_MESSAGES/wesnoth-test.mo
+%%NLS%%share/locale/sr/LC_MESSAGES/wesnoth-thot.mo
+%%NLS%%share/locale/sr/LC_MESSAGES/wesnoth-trow.mo
+%%NLS%%share/locale/sr/LC_MESSAGES/wesnoth-tsg.mo
+%%NLS%%share/locale/sr/LC_MESSAGES/wesnoth-tutorial.mo
+%%NLS%%share/locale/sr/LC_MESSAGES/wesnoth-units.mo
+%%NLS%%share/locale/sr/LC_MESSAGES/wesnoth-utbs.mo
+%%NLS%%share/locale/sr/LC_MESSAGES/wesnoth.mo
+%%NLS%%share/locale/sr@latin/LC_MESSAGES/wesnoth-anl.mo
+%%NLS%%share/locale/sr@latin/LC_MESSAGES/wesnoth-aoi.mo
+%%NLS%%share/locale/sr@latin/LC_MESSAGES/wesnoth-did.mo
+%%NLS%%share/locale/sr@latin/LC_MESSAGES/wesnoth-editor.mo
+%%NLS%%share/locale/sr@latin/LC_MESSAGES/wesnoth-ei.mo
+%%NLS%%share/locale/sr@latin/LC_MESSAGES/wesnoth-httt.mo
+%%NLS%%share/locale/sr@latin/LC_MESSAGES/wesnoth-l.mo
+%%NLS%%share/locale/sr@latin/LC_MESSAGES/wesnoth-lib.mo
+%%NLS%%share/locale/sr@latin/LC_MESSAGES/wesnoth-low.mo
+%%NLS%%share/locale/sr@latin/LC_MESSAGES/wesnoth-multiplayer.mo
+%%NLS%%share/locale/sr@latin/LC_MESSAGES/wesnoth-nr.mo
+%%NLS%%share/locale/sr@latin/LC_MESSAGES/wesnoth-sof.mo
+%%NLS%%share/locale/sr@latin/LC_MESSAGES/wesnoth-sotbe.mo
+%%NLS%%share/locale/sr@latin/LC_MESSAGES/wesnoth-tb.mo
+%%NLS%%share/locale/sr@latin/LC_MESSAGES/wesnoth-test.mo
+%%NLS%%share/locale/sr@latin/LC_MESSAGES/wesnoth-thot.mo
+%%NLS%%share/locale/sr@latin/LC_MESSAGES/wesnoth-trow.mo
+%%NLS%%share/locale/sr@latin/LC_MESSAGES/wesnoth-tsg.mo
+%%NLS%%share/locale/sr@latin/LC_MESSAGES/wesnoth-tutorial.mo
+%%NLS%%share/locale/sr@latin/LC_MESSAGES/wesnoth-units.mo
+%%NLS%%share/locale/sr@latin/LC_MESSAGES/wesnoth-utbs.mo
+%%NLS%%share/locale/sr@latin/LC_MESSAGES/wesnoth.mo
+%%NLS%%share/locale/sv/LC_MESSAGES/wesnoth-anl.mo
+%%NLS%%share/locale/sv/LC_MESSAGES/wesnoth-aoi.mo
+%%NLS%%share/locale/sv/LC_MESSAGES/wesnoth-did.mo
+%%NLS%%share/locale/sv/LC_MESSAGES/wesnoth-editor.mo
+%%NLS%%share/locale/sv/LC_MESSAGES/wesnoth-ei.mo
+%%NLS%%share/locale/sv/LC_MESSAGES/wesnoth-httt.mo
+%%NLS%%share/locale/sv/LC_MESSAGES/wesnoth-l.mo
+%%NLS%%share/locale/sv/LC_MESSAGES/wesnoth-lib.mo
+%%NLS%%share/locale/sv/LC_MESSAGES/wesnoth-low.mo
+%%NLS%%share/locale/sv/LC_MESSAGES/wesnoth-multiplayer.mo
+%%NLS%%share/locale/sv/LC_MESSAGES/wesnoth-nr.mo
+%%NLS%%share/locale/sv/LC_MESSAGES/wesnoth-sof.mo
+%%NLS%%share/locale/sv/LC_MESSAGES/wesnoth-sotbe.mo
+%%NLS%%share/locale/sv/LC_MESSAGES/wesnoth-tb.mo
+%%NLS%%share/locale/sv/LC_MESSAGES/wesnoth-test.mo
+%%NLS%%share/locale/sv/LC_MESSAGES/wesnoth-thot.mo
+%%NLS%%share/locale/sv/LC_MESSAGES/wesnoth-trow.mo
+%%NLS%%share/locale/sv/LC_MESSAGES/wesnoth-tsg.mo
+%%NLS%%share/locale/sv/LC_MESSAGES/wesnoth-tutorial.mo
+%%NLS%%share/locale/sv/LC_MESSAGES/wesnoth-units.mo
+%%NLS%%share/locale/sv/LC_MESSAGES/wesnoth-utbs.mo
+%%NLS%%share/locale/sv/LC_MESSAGES/wesnoth.mo
+%%NLS%%share/locale/tl/LC_MESSAGES/wesnoth-anl.mo
+%%NLS%%share/locale/tl/LC_MESSAGES/wesnoth-aoi.mo
+%%NLS%%share/locale/tl/LC_MESSAGES/wesnoth-did.mo
+%%NLS%%share/locale/tl/LC_MESSAGES/wesnoth-editor.mo
+%%NLS%%share/locale/tl/LC_MESSAGES/wesnoth-ei.mo
+%%NLS%%share/locale/tl/LC_MESSAGES/wesnoth-httt.mo
+%%NLS%%share/locale/tl/LC_MESSAGES/wesnoth-l.mo
+%%NLS%%share/locale/tl/LC_MESSAGES/wesnoth-lib.mo
+%%NLS%%share/locale/tl/LC_MESSAGES/wesnoth-low.mo
+%%NLS%%share/locale/tl/LC_MESSAGES/wesnoth-multiplayer.mo
+%%NLS%%share/locale/tl/LC_MESSAGES/wesnoth-nr.mo
+%%NLS%%share/locale/tl/LC_MESSAGES/wesnoth-sof.mo
+%%NLS%%share/locale/tl/LC_MESSAGES/wesnoth-sotbe.mo
+%%NLS%%share/locale/tl/LC_MESSAGES/wesnoth-tb.mo
+%%NLS%%share/locale/tl/LC_MESSAGES/wesnoth-test.mo
+%%NLS%%share/locale/tl/LC_MESSAGES/wesnoth-thot.mo
+%%NLS%%share/locale/tl/LC_MESSAGES/wesnoth-trow.mo
+%%NLS%%share/locale/tl/LC_MESSAGES/wesnoth-tsg.mo
+%%NLS%%share/locale/tl/LC_MESSAGES/wesnoth-tutorial.mo
+%%NLS%%share/locale/tl/LC_MESSAGES/wesnoth-units.mo
+%%NLS%%share/locale/tl/LC_MESSAGES/wesnoth-utbs.mo
+%%NLS%%share/locale/tl/LC_MESSAGES/wesnoth.mo
+%%NLS%%share/locale/tr/LC_MESSAGES/wesnoth-anl.mo
+%%NLS%%share/locale/tr/LC_MESSAGES/wesnoth-aoi.mo
+%%NLS%%share/locale/tr/LC_MESSAGES/wesnoth-did.mo
+%%NLS%%share/locale/tr/LC_MESSAGES/wesnoth-editor.mo
+%%NLS%%share/locale/tr/LC_MESSAGES/wesnoth-ei.mo
+%%NLS%%share/locale/tr/LC_MESSAGES/wesnoth-httt.mo
+%%NLS%%share/locale/tr/LC_MESSAGES/wesnoth-l.mo
+%%NLS%%share/locale/tr/LC_MESSAGES/wesnoth-lib.mo
+%%NLS%%share/locale/tr/LC_MESSAGES/wesnoth-low.mo
+%%NLS%%share/locale/tr/LC_MESSAGES/wesnoth-multiplayer.mo
+%%NLS%%share/locale/tr/LC_MESSAGES/wesnoth-nr.mo
+%%NLS%%share/locale/tr/LC_MESSAGES/wesnoth-sof.mo
+%%NLS%%share/locale/tr/LC_MESSAGES/wesnoth-sotbe.mo
+%%NLS%%share/locale/tr/LC_MESSAGES/wesnoth-tb.mo
+%%NLS%%share/locale/tr/LC_MESSAGES/wesnoth-test.mo
+%%NLS%%share/locale/tr/LC_MESSAGES/wesnoth-thot.mo
+%%NLS%%share/locale/tr/LC_MESSAGES/wesnoth-trow.mo
+%%NLS%%share/locale/tr/LC_MESSAGES/wesnoth-tsg.mo
+%%NLS%%share/locale/tr/LC_MESSAGES/wesnoth-tutorial.mo
+%%NLS%%share/locale/tr/LC_MESSAGES/wesnoth-units.mo
+%%NLS%%share/locale/tr/LC_MESSAGES/wesnoth-utbs.mo
+%%NLS%%share/locale/tr/LC_MESSAGES/wesnoth.mo
+%%NLS%%share/locale/zh_CN/LC_MESSAGES/wesnoth-anl.mo
+%%NLS%%share/locale/zh_CN/LC_MESSAGES/wesnoth-aoi.mo
+%%NLS%%share/locale/zh_CN/LC_MESSAGES/wesnoth-did.mo
+%%NLS%%share/locale/zh_CN/LC_MESSAGES/wesnoth-editor.mo
+%%NLS%%share/locale/zh_CN/LC_MESSAGES/wesnoth-ei.mo
+%%NLS%%share/locale/zh_CN/LC_MESSAGES/wesnoth-httt.mo
+%%NLS%%share/locale/zh_CN/LC_MESSAGES/wesnoth-l.mo
+%%NLS%%share/locale/zh_CN/LC_MESSAGES/wesnoth-lib.mo
+%%NLS%%share/locale/zh_CN/LC_MESSAGES/wesnoth-low.mo
+%%NLS%%share/locale/zh_CN/LC_MESSAGES/wesnoth-multiplayer.mo
+%%NLS%%share/locale/zh_CN/LC_MESSAGES/wesnoth-nr.mo
+%%NLS%%share/locale/zh_CN/LC_MESSAGES/wesnoth-sof.mo
+%%NLS%%share/locale/zh_CN/LC_MESSAGES/wesnoth-sotbe.mo
+%%NLS%%share/locale/zh_CN/LC_MESSAGES/wesnoth-tb.mo
+%%NLS%%share/locale/zh_CN/LC_MESSAGES/wesnoth-test.mo
+%%NLS%%share/locale/zh_CN/LC_MESSAGES/wesnoth-thot.mo
+%%NLS%%share/locale/zh_CN/LC_MESSAGES/wesnoth-trow.mo
+%%NLS%%share/locale/zh_CN/LC_MESSAGES/wesnoth-tsg.mo
+%%NLS%%share/locale/zh_CN/LC_MESSAGES/wesnoth-tutorial.mo
+%%NLS%%share/locale/zh_CN/LC_MESSAGES/wesnoth-units.mo
+%%NLS%%share/locale/zh_CN/LC_MESSAGES/wesnoth-utbs.mo
+%%NLS%%share/locale/zh_CN/LC_MESSAGES/wesnoth.mo
+%%NLS%%share/locale/zh_TW/LC_MESSAGES/wesnoth-anl.mo
+%%NLS%%share/locale/zh_TW/LC_MESSAGES/wesnoth-aoi.mo
+%%NLS%%share/locale/zh_TW/LC_MESSAGES/wesnoth-did.mo
+%%NLS%%share/locale/zh_TW/LC_MESSAGES/wesnoth-editor.mo
+%%NLS%%share/locale/zh_TW/LC_MESSAGES/wesnoth-ei.mo
+%%NLS%%share/locale/zh_TW/LC_MESSAGES/wesnoth-httt.mo
+%%NLS%%share/locale/zh_TW/LC_MESSAGES/wesnoth-l.mo
+%%NLS%%share/locale/zh_TW/LC_MESSAGES/wesnoth-lib.mo
+%%NLS%%share/locale/zh_TW/LC_MESSAGES/wesnoth-low.mo
+%%NLS%%share/locale/zh_TW/LC_MESSAGES/wesnoth-multiplayer.mo
+%%NLS%%share/locale/zh_TW/LC_MESSAGES/wesnoth-nr.mo
+%%NLS%%share/locale/zh_TW/LC_MESSAGES/wesnoth-sof.mo
+%%NLS%%share/locale/zh_TW/LC_MESSAGES/wesnoth-sotbe.mo
+%%NLS%%share/locale/zh_TW/LC_MESSAGES/wesnoth-tb.mo
+%%NLS%%share/locale/zh_TW/LC_MESSAGES/wesnoth-test.mo
+%%NLS%%share/locale/zh_TW/LC_MESSAGES/wesnoth-thot.mo
+%%NLS%%share/locale/zh_TW/LC_MESSAGES/wesnoth-trow.mo
+%%NLS%%share/locale/zh_TW/LC_MESSAGES/wesnoth-tsg.mo
+%%NLS%%share/locale/zh_TW/LC_MESSAGES/wesnoth-tutorial.mo
+%%NLS%%share/locale/zh_TW/LC_MESSAGES/wesnoth-units.mo
+%%NLS%%share/locale/zh_TW/LC_MESSAGES/wesnoth-utbs.mo
+%%NLS%%share/locale/zh_TW/LC_MESSAGES/wesnoth.mo
+@dirrm %%DATADIR%%/data/ai/formula
+@dirrm %%DATADIR%%/data/ai
@dirrm %%DATADIR%%/data/campaigns/An_Orcish_Incursion/images
@dirrm %%DATADIR%%/data/campaigns/An_Orcish_Incursion/maps
@dirrm %%DATADIR%%/data/campaigns/An_Orcish_Incursion/scenarios
+@dirrm %%DATADIR%%/data/campaigns/An_Orcish_Incursion/utils
@dirrm %%DATADIR%%/data/campaigns/An_Orcish_Incursion
-@dirrm %%DATADIR%%/data/campaigns/Descent_Into_Darkness/ais
@dirrm %%DATADIR%%/data/campaigns/Descent_Into_Darkness/images/misc
@dirrm %%DATADIR%%/data/campaigns/Descent_Into_Darkness/images/portraits
+@dirrm %%DATADIR%%/data/campaigns/Descent_Into_Darkness/images/story
@dirrm %%DATADIR%%/data/campaigns/Descent_Into_Darkness/images/units
@dirrm %%DATADIR%%/data/campaigns/Descent_Into_Darkness/images
@dirrm %%DATADIR%%/data/campaigns/Descent_Into_Darkness/maps
@@ -8509,6 +9417,7 @@ bin/wesnoth
@dirrm %%DATADIR%%/data/campaigns/Descent_Into_Darkness/units
@dirrm %%DATADIR%%/data/campaigns/Descent_Into_Darkness/utils
@dirrm %%DATADIR%%/data/campaigns/Descent_Into_Darkness
+@dirrm %%DATADIR%%/data/campaigns/Eastern_Invasion/images/items
@dirrm %%DATADIR%%/data/campaigns/Eastern_Invasion/images/portraits
@dirrm %%DATADIR%%/data/campaigns/Eastern_Invasion/images/units
@dirrm %%DATADIR%%/data/campaigns/Eastern_Invasion/images
@@ -8526,12 +9435,25 @@ bin/wesnoth
@dirrm %%DATADIR%%/data/campaigns/Heir_To_The_Throne/units
@dirrm %%DATADIR%%/data/campaigns/Heir_To_The_Throne/utils
@dirrm %%DATADIR%%/data/campaigns/Heir_To_The_Throne
+@dirrm %%DATADIR%%/data/campaigns/Legend_of_Wesmere/ai
+@dirrm %%DATADIR%%/data/campaigns/Legend_of_Wesmere/images/portraits
+@dirrm %%DATADIR%%/data/campaigns/Legend_of_Wesmere/images/story/characters
+@dirrm %%DATADIR%%/data/campaigns/Legend_of_Wesmere/images/story
+@dirrm %%DATADIR%%/data/campaigns/Legend_of_Wesmere/images
+@dirrm %%DATADIR%%/data/campaigns/Legend_of_Wesmere/maps
+@dirrm %%DATADIR%%/data/campaigns/Legend_of_Wesmere/masks
+@dirrm %%DATADIR%%/data/campaigns/Legend_of_Wesmere/scenarios
+@dirrm %%DATADIR%%/data/campaigns/Legend_of_Wesmere/utils
+@dirrm %%DATADIR%%/data/campaigns/Legend_of_Wesmere
@dirrm %%DATADIR%%/data/campaigns/Liberty/images/attacks
@dirrm %%DATADIR%%/data/campaigns/Liberty/images/halo
@dirrm %%DATADIR%%/data/campaigns/Liberty/images/maps
@dirrm %%DATADIR%%/data/campaigns/Liberty/images/portraits
@dirrm %%DATADIR%%/data/campaigns/Liberty/images/projectiles
@dirrm %%DATADIR%%/data/campaigns/Liberty/images/story
+@dirrm %%DATADIR%%/data/campaigns/Liberty/images/units/human-outlaws
+@dirrm %%DATADIR%%/data/campaigns/Liberty/images/units/undead-skeletal
+@dirrm %%DATADIR%%/data/campaigns/Liberty/images/units
@dirrm %%DATADIR%%/data/campaigns/Liberty/images
@dirrm %%DATADIR%%/data/campaigns/Liberty/maps
@dirrm %%DATADIR%%/data/campaigns/Liberty/scenarios
@@ -8539,9 +9461,8 @@ bin/wesnoth
@dirrm %%DATADIR%%/data/campaigns/Liberty/utils
@dirrm %%DATADIR%%/data/campaigns/Liberty
@dirrm %%DATADIR%%/data/campaigns/Northern_Rebirth/images/portraits
-@dirrm %%DATADIR%%/data/campaigns/Northern_Rebirth/maps
@dirrm %%DATADIR%%/data/campaigns/Northern_Rebirth/images
-@dirrm %%DATADIR%%/data/campaigns/Northern_Rebirth/music
+@dirrm %%DATADIR%%/data/campaigns/Northern_Rebirth/maps
@dirrm %%DATADIR%%/data/campaigns/Northern_Rebirth/scenarios
@dirrm %%DATADIR%%/data/campaigns/Northern_Rebirth/utils
@dirrm %%DATADIR%%/data/campaigns/Northern_Rebirth
@@ -8559,6 +9480,7 @@ bin/wesnoth
@dirrm %%DATADIR%%/data/campaigns/Sceptre_of_Fire/utils
@dirrm %%DATADIR%%/data/campaigns/Sceptre_of_Fire
@dirrm %%DATADIR%%/data/campaigns/Son_Of_The_Black_Eye/images/flags
+@dirrm %%DATADIR%%/data/campaigns/Son_Of_The_Black_Eye/images/items
@dirrm %%DATADIR%%/data/campaigns/Son_Of_The_Black_Eye/images/portraits
@dirrm %%DATADIR%%/data/campaigns/Son_Of_The_Black_Eye/images/units
@dirrm %%DATADIR%%/data/campaigns/Son_Of_The_Black_Eye/images
@@ -8567,6 +9489,7 @@ bin/wesnoth
@dirrm %%DATADIR%%/data/campaigns/Son_Of_The_Black_Eye/units
@dirrm %%DATADIR%%/data/campaigns/Son_Of_The_Black_Eye/utils
@dirrm %%DATADIR%%/data/campaigns/Son_Of_The_Black_Eye
+@dirrm %%DATADIR%%/data/campaigns/The_Hammer_of_Thursagan/images/halo
@dirrm %%DATADIR%%/data/campaigns/The_Hammer_of_Thursagan/images/portraits
@dirrm %%DATADIR%%/data/campaigns/The_Hammer_of_Thursagan/images/units
@dirrm %%DATADIR%%/data/campaigns/The_Hammer_of_Thursagan/images
@@ -8575,6 +9498,7 @@ bin/wesnoth
@dirrm %%DATADIR%%/data/campaigns/The_Hammer_of_Thursagan/units
@dirrm %%DATADIR%%/data/campaigns/The_Hammer_of_Thursagan/utils
@dirrm %%DATADIR%%/data/campaigns/The_Hammer_of_Thursagan
+@dirrm %%DATADIR%%/data/campaigns/The_Rise_Of_Wesnoth/images/misc
@dirrm %%DATADIR%%/data/campaigns/The_Rise_Of_Wesnoth/images/portraits
@dirrm %%DATADIR%%/data/campaigns/The_Rise_Of_Wesnoth/images/story
@dirrm %%DATADIR%%/data/campaigns/The_Rise_Of_Wesnoth/images/units
@@ -8595,9 +9519,11 @@ bin/wesnoth
@dirrm %%DATADIR%%/data/campaigns/The_South_Guard/units
@dirrm %%DATADIR%%/data/campaigns/The_South_Guard/utils
@dirrm %%DATADIR%%/data/campaigns/The_South_Guard
+@dirrm %%DATADIR%%/data/campaigns/Two_Brothers/images/story
@dirrm %%DATADIR%%/data/campaigns/Two_Brothers/images
@dirrm %%DATADIR%%/data/campaigns/Two_Brothers/maps
@dirrm %%DATADIR%%/data/campaigns/Two_Brothers/scenarios
+@dirrm %%DATADIR%%/data/campaigns/Two_Brothers/utils
@dirrm %%DATADIR%%/data/campaigns/Two_Brothers
@dirrm %%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/attacks
@dirrm %%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/items
@@ -8609,14 +9535,14 @@ bin/wesnoth
@dirrm %%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/alien
@dirrm %%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/dwarves
@dirrm %%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert
+@dirrm %%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/humans
+@dirrm %%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/monsters
@dirrm %%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/nagas
@dirrm %%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/orcs
-@dirrm %%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/trolls
@dirrm %%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units/undead
@dirrm %%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images/units
@dirrm %%DATADIR%%/data/campaigns/Under_the_Burning_Suns/images
@dirrm %%DATADIR%%/data/campaigns/Under_the_Burning_Suns/maps
-@dirrm %%DATADIR%%/data/campaigns/Under_the_Burning_Suns/scenarios/scen3_alt
@dirrm %%DATADIR%%/data/campaigns/Under_the_Burning_Suns/scenarios
@dirrm %%DATADIR%%/data/campaigns/Under_the_Burning_Suns/units
@dirrm %%DATADIR%%/data/campaigns/Under_the_Burning_Suns/utils
@@ -8629,7 +9555,9 @@ bin/wesnoth
@dirrm %%DATADIR%%/data/campaigns/tutorial/units
@dirrm %%DATADIR%%/data/campaigns/tutorial
@dirrm %%DATADIR%%/data/campaigns
+@dirrm %%DATADIR%%/data/core/editor
@dirrm %%DATADIR%%/data/core/images/attacks
+@dirrm %%DATADIR%%/data/core/images/editor
@dirrm %%DATADIR%%/data/core/images/halo/elven
@dirrm %%DATADIR%%/data/core/images/halo/holy
@dirrm %%DATADIR%%/data/core/images/halo/merfolk
@@ -8639,18 +9567,29 @@ bin/wesnoth
@dirrm %%DATADIR%%/data/core/images/items
@dirrm %%DATADIR%%/data/core/images/maps
@dirrm %%DATADIR%%/data/core/images/misc
-@dirrm %%DATADIR%%/data/core/images/portraits/Alex_Jarocha-Ernst
-@dirrm %%DATADIR%%/data/core/images/portraits/James_Woo
-@dirrm %%DATADIR%%/data/core/images/portraits/Jason_Lutes
-@dirrm %%DATADIR%%/data/core/images/portraits/Kitty
-@dirrm %%DATADIR%%/data/core/images/portraits/Neoriceisgood
-@dirrm %%DATADIR%%/data/core/images/portraits/Nicholas_Kerpan
-@dirrm %%DATADIR%%/data/core/images/portraits/Other
-@dirrm %%DATADIR%%/data/core/images/portraits/Pekka_Aikio
-@dirrm %%DATADIR%%/data/core/images/portraits/Tristan_Millner
+@dirrm %%DATADIR%%/data/core/images/portraits/drakes
+@dirrm %%DATADIR%%/data/core/images/portraits/dwarves/transparent
+@dirrm %%DATADIR%%/data/core/images/portraits/dwarves
+@dirrm %%DATADIR%%/data/core/images/portraits/elves/transparent
+@dirrm %%DATADIR%%/data/core/images/portraits/elves
+@dirrm %%DATADIR%%/data/core/images/portraits/humans/transparent
+@dirrm %%DATADIR%%/data/core/images/portraits/humans
+@dirrm %%DATADIR%%/data/core/images/portraits/merfolk/transparent
+@dirrm %%DATADIR%%/data/core/images/portraits/merfolk
+@dirrm %%DATADIR%%/data/core/images/portraits/monsters/transparent
+@dirrm %%DATADIR%%/data/core/images/portraits/monsters
+@dirrm %%DATADIR%%/data/core/images/portraits/nagas
+@dirrm %%DATADIR%%/data/core/images/portraits/orcs
+@dirrm %%DATADIR%%/data/core/images/portraits/saurians/transparent
+@dirrm %%DATADIR%%/data/core/images/portraits/saurians
+@dirrm %%DATADIR%%/data/core/images/portraits/trolls/transparent
+@dirrm %%DATADIR%%/data/core/images/portraits/trolls
+@dirrm %%DATADIR%%/data/core/images/portraits/undead/transparent
+@dirrm %%DATADIR%%/data/core/images/portraits/undead
@dirrm %%DATADIR%%/data/core/images/portraits
@dirrm %%DATADIR%%/data/core/images/projectiles
@dirrm %%DATADIR%%/data/core/images/scenery
+@dirrm %%DATADIR%%/data/core/images/story
@dirrm %%DATADIR%%/data/core/images/terrain/castle/elven
@dirrm %%DATADIR%%/data/core/images/terrain/castle
@dirrm %%DATADIR%%/data/core/images/terrain/cave
@@ -8660,6 +9599,7 @@ bin/wesnoth
@dirrm %%DATADIR%%/data/core/images/terrain/stars
@dirrm %%DATADIR%%/data/core/images/terrain/swamp
@dirrm %%DATADIR%%/data/core/images/terrain/village
+@dirrm %%DATADIR%%/data/core/images/terrain/walls
@dirrm %%DATADIR%%/data/core/images/terrain/water
@dirrm %%DATADIR%%/data/core/images/terrain
@dirrm %%DATADIR%%/data/core/images/themes
@@ -8710,18 +9650,26 @@ bin/wesnoth
@dirrm %%DATADIR%%/data/core/units/wose
@dirrm %%DATADIR%%/data/core/units
@dirrm %%DATADIR%%/data/core
+@dirrm %%DATADIR%%/data/gui/default/macros
+@dirrm %%DATADIR%%/data/gui/default/widget
+@dirrm %%DATADIR%%/data/gui/default/window
+@dirrm %%DATADIR%%/data/gui/default
+@dirrm %%DATADIR%%/data/gui
@dirrm %%DATADIR%%/data/hardwired
@dirrm %%DATADIR%%/data/languages
@dirrm %%DATADIR%%/data/multiplayer/factions
@dirrm %%DATADIR%%/data/multiplayer/maps
+@dirrm %%DATADIR%%/data/multiplayer/scenarios/ANL_utils
@dirrm %%DATADIR%%/data/multiplayer/scenarios
@dirrm %%DATADIR%%/data/multiplayer
@dirrm %%DATADIR%%/data/themes
+@dirrm %%DATADIR%%/data/tools/addon_manager
@dirrm %%DATADIR%%/data/tools/castle-cutter
+@dirrm %%DATADIR%%/data/tools/emacs_mode
@dirrm %%DATADIR%%/data/tools/exploder/models
@dirrm %%DATADIR%%/data/tools/exploder
-@dirrm %%DATADIR%%/data/tools/unit_tree/templates
@dirrm %%DATADIR%%/data/tools/unit_tree
+@dirrm %%DATADIR%%/data/tools/vim
@dirrm %%DATADIR%%/data/tools/wesnoth
@dirrm %%DATADIR%%/data/tools
@dirrm %%DATADIR%%/data
@@ -8739,58 +9687,74 @@ bin/wesnoth
@dirrm %%DATADIR%%/images/tools/exploder
@dirrm %%DATADIR%%/images/tools
@dirrm %%DATADIR%%/images
+@dirrm %%DATADIR%%/locales
@dirrm %%DATADIR%%/sounds
@dirrm %%DATADIR%%
@dirrm %%DOCSDIR%%/manual/images/de
-@dirrm %%DOCSDIR%%/manual/images/fr
-@dirrm %%DOCSDIR%%/manual/images/gl
+@dirrm %%DOCSDIR%%/manual/images/es
@dirrm %%DOCSDIR%%/manual/images/hu
@dirrm %%DOCSDIR%%/manual/images/tr
@dirrm %%DOCSDIR%%/manual/images
@dirrm %%DOCSDIR%%/manual/styles
@dirrm %%DOCSDIR%%/manual
@dirrm %%DOCSDIR%%
-@dirrmtry man/ca_ES@valencia/man6
-@dirrmtry man/ca_ES@valencia
@dirrmtry man/cs/man6
@dirrmtry man/cs
+@dirrmtry man/da/man6
+@dirrmtry man/da
@dirrmtry man/de/man6
@dirrmtry man/de
+@dirrmtry man/en_GB/man6
+@dirrmtry man/en_GB
+@dirrmtry man/es/man6
+@dirrmtry man/es
+@dirrmtry man/fi/man6
+@dirrmtry man/fi
@dirrmtry man/fr/man6
@dirrmtry man/fr
@dirrmtry man/gl/man6
@dirrmtry man/gl
+@dirrmtry man/hu/man6
+@dirrmtry man/hu
@dirrmtry man/it/man6
@dirrmtry man/it
-@dirrmtry man/jp/man6
-@dirrmtry man/jp
+@dirrmtry man/lt/man6
+@dirrmtry man/lt
@dirrmtry man/nl/man6
@dirrmtry man/nl
+@dirrmtry man/pl/man6
+@dirrmtry man/pl
+@dirrmtry man/racv/man6
+@dirrmtry man/racv
@dirrmtry man/sk/man6
@dirrmtry man/sk
+@dirrmtry man/sr/man6
+@dirrmtry man/sr
@dirrmtry man/sr@latin/man6
@dirrmtry man/sr@latin
+@dirrmtry man/sv/man6
+@dirrmtry man/sv
+@dirrmtry man/tr/man6
+@dirrmtry man/tr
@dirrmtry man/zh_CN/man6
@dirrmtry man/zh_CN
@dirrmtry man/zh_TW/man6
@dirrmtry man/zh_TW
-share/applications/wesnoth.desktop
-%%EDITOR%%share/applications/wesnoth_editor.desktop
-share/pixmaps/wesnoth-icon.png
-%%EDITOR%%share/pixmaps/wesnoth_editor-icon.png
-%%SERVER%%@unexec rmdir /var/run/wesnothd 2>/dev/null || echo "If you are permanently removing this port, you should do a 'rm -rf /var/run/wesnothd' to remove it." | fmt
+@dirrmtry share/applications
%%NLS%%@dirrmtry share/locale/ca_ES@valencia/LC_MESSAGES
%%NLS%%@dirrmtry share/locale/ca_ES@valencia
%%NLS%%@dirrmtry share/locale/fur_IT/LC_MESSAGES
%%NLS%%@dirrmtry share/locale/fur_IT
-%%NLS%%@dirrmtry share/locale/gl/LC_MESSAGES
-%%NLS%%@dirrmtry share/locale/gl
%%NLS%%@dirrmtry share/locale/la/LC_MESSAGES
%%NLS%%@dirrmtry share/locale/la
+%%NLS%%@dirrmtry share/locale/mr/LC_MESSAGES
+%%NLS%%@dirrmtry share/locale/mr
%%NLS%%@dirrmtry share/locale/nb_NO/LC_MESSAGES
%%NLS%%@dirrmtry share/locale/nb_NO
+%%NLS%%@dirrmtry share/locale/racv/LC_MESSAGES
+%%NLS%%@dirrmtry share/locale/racv
%%NLS%%@dirrmtry share/locale/sr@latin/LC_MESSAGES
%%NLS%%@dirrmtry share/locale/sr@latin
%%NLS%%@dirrmtry share/locale/tl/LC_MESSAGES
%%NLS%%@dirrmtry share/locale/tl
-@dirrmtry share/applications
+%%SERVER%%@unexec rmdir /var/run/wesnothd 2>/dev/null || echo "If you are permanently removing this port, you should do a 'rm -rf /var/run/wesnothd' to remove it." | fmt