summaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2012-07-18 06:37:40 +0000
committeradam <adam@pkgsrc.org>2012-07-18 06:37:40 +0000
commit93451e39f824c2a13f3f7b83cbcb5208a60af802 (patch)
treef7276dc98933de4c8e0ad7222fe00889d72c6804 /games
parentf91e90a6cf7cc5501f5487f169848dbdfd451962 (diff)
downloadpkgsrc-93451e39f824c2a13f3f7b83cbcb5208a60af802.tar.gz
Changes 1.10.3:
* Campaigns: * Heir to the Throne: * Fixed bug 19531: scroll to reinforcement units in Blackwater Port * Fixed bug 19517: The injured sergeant in HttT: Cliffs of Thoria will now always become visible when he is discovered. * Under the Burning Suns: * Made it so that all units are rehydrated quietly upon victory in scenario two * Under the Burning Suns: * Fix bug 19630: unit lost when Nym returns * Dust Devil no longer comments on cuttlefish * Wolf Riders now utter fleeing message on easy in scenario 3 * Editor: * Improved performance of the Editor Settings ToD lighting controls * Language and i18n: * Fixed untranslatable Cancel button label in the add-ons server network status dialog (bug 19659) * Updated translations: Chinese (Simplified), Finnish, French, Galician, Irish, Italian, Korean, Latin, Old English, Portuguese (Brazil), Russian * Multiplayer: * A New Land: * Made it so that the "Elvish Shaman" option in the elvish unit selection menu gets translated. Fixes bug 19677. * User interface: * Stop showing a unit's potential moves before moving in a move & attack, rather than after (more consistent with regular movement) * Whiteboard: * Fixed bug 19613: Multiple attacks after planning attacks in whiteboard * Fixed bug 19619: In local games, units keep ghosted appearance during opponent's turn * Fixed bug 19618: Problems with ending turn with impossible moves * Fixed bug 19615: Can see part of opponents' planned moves in local multiplayer game * WML engine: * Fix $owner_side in capture events fired due to unit movement * Miscellaneous and bug fixes: * Fixed: A preprocessor bug looking beyond the end of a buffer. * Fixed: Binding a temporary in the network code, possibly causing crashing. * Fixed bug 19469: Missing scenario hash results in Remote scenario always added to game description * Fixed bug 19322: controller=null hides a side in the status table * Fixed bug 19681: cache is never valid tweaked the number to string conversion of config_attribute * Fixed bug 16544: Fail to read `empty' cache files. * Added shroud_data to the inspection window (FR 19623). * Fixed: Wrong current side number after side turns (bug 19735) It also affected the lua field wesnoth.current.side
Diffstat (limited to 'games')
-rw-r--r--games/wesnoth/Makefile59
-rw-r--r--games/wesnoth/PLIST6572
-rw-r--r--games/wesnoth/distinfo17
-rw-r--r--games/wesnoth/patches/patch-CMakeLists.txt38
-rw-r--r--games/wesnoth/patches/patch-Makefile_am30
-rw-r--r--games/wesnoth/patches/patch-aa27
-rw-r--r--games/wesnoth/patches/patch-ac14
-rw-r--r--games/wesnoth/patches/patch-af4
-rw-r--r--games/wesnoth/patches/patch-ag15
-rw-r--r--games/wesnoth/patches/patch-ah6
10 files changed, 5003 insertions, 1779 deletions
diff --git a/games/wesnoth/Makefile b/games/wesnoth/Makefile
index b36671c55f9..fd826783133 100644
--- a/games/wesnoth/Makefile
+++ b/games/wesnoth/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.75 2012/07/02 13:37:37 adam Exp $
+# $NetBSD: Makefile,v 1.76 2012/07/18 06:37:40 adam Exp $
-DISTNAME= wesnoth-1.8.6
-PKGREVISION= 7
+DISTNAME= wesnoth-1.10.3
CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=wesnoth/}
EXTRACT_SUFX= .tar.bz2
@@ -15,37 +14,43 @@ BUILD_DEPENDS+= libxslt-[0-9]*:../../textproc/libxslt
PKG_DESTDIR_SUPPORT= user-destdir
-#USE_CMAKE= yes
+USE_CMAKE= yes
USE_LIBTOOL= yes
USE_LANGUAGES= c c++
USE_TOOLS+= aclocal autoconf autoheader automake pkg-config
-GNU_CONFIGURE= yes
-CONFIGURE_ARGS+= --with-boost=${BUILDLINK_PREFIX.boost-libs}
+USE_TOOLS+= perl:run msgfmt
UNLIMIT_RESOURCES+= datasize
UNLIMIT_RESOURCES+= stacksize
REPLACE_PERL+= utils/wesnothd.pl
-USE_TOOLS+= perl:run msgfmt
+
+SUBST_CLASSES+= prefix
+SUBST_STAGE.prefix= pre-configure
+SUBST_FILES.prefix= cmake/FindFriBiDi.cmake
+SUBST_MESSAGE.prefix= Fixing search path.
+SUBST_SED.prefix= -e 's,/usr/local,${PREFIX},'
SUBST_CLASSES+= python
SUBST_STAGE.python= post-build
-SUBST_FILES.python+= data/tools/expand-terrain-macros.py
-SUBST_FILES.python+= data/tools/scoutDefault.py
-SUBST_FILES.python+= data/tools/wesnoth/wescamp.py
-SUBST_FILES.python+= data/tools/wesnoth/wmldata.py
-SUBST_FILES.python+= data/tools/wesnoth/wmlparser.py
-SUBST_FILES.python+= utils/ai_test/ai_test.py
-SUBST_FILES.python+= utils/mediawiki.py
-SUBST_FILES.python+= utils/pofix.py
-SUBST_FILES.python+= utils/test_libsvn.py
-SUBST_FILES.python+= utils/unused_functions.py
-SUBST_FILES.python+= utils/wiki_grabber.py
+SUBST_FILES.python+= data/tools/*.py
+SUBST_FILES.python+= data/tools/wesnoth/*.py
+SUBST_FILES.python+= data/tools/wml*
+SUBST_FILES.python+= data/tools/about_cfg_to_wiki
+SUBST_FILES.python+= data/tools/extractbindings
+SUBST_FILES.python+= data/tools/imgcheck
+SUBST_FILES.python+= data/tools/journeylifter
+SUBST_FILES.python+= data/tools/trackplacer
+SUBST_FILES.python+= data/tools/wesnoth_addon_manager
+SUBST_FILES.python+= data/tools/unit_tree/TeamColorizer
+SUBST_FILES.python+= data/tools/unit_tree/overview.py
+SUBST_FILES.python+= utils/ai_test/*.py
+SUBST_FILES.python+= utils/*.py
SUBST_MESSAGE.python= Fixing path to python.
-# Best we can do without pulling in a python dependency.
-SUBST_SED.python+= -e 's,WPY,${PREFIX}/bin/python2.6,'
-SUBST_SED.python+= -e 's,/bin/env.*python,${PREFIX}/bin/python2.6,'
-SUBST_SED.python+= -e 's,/usr/bin/python,${PREFIX}/bin/python2.6,'
+# Best we can do without pulling in Python dependency
+SUBST_SED.python+= -e 's,WPY,${PREFIX}/bin/python2.7,'
+SUBST_SED.python+= -e 's,/usr/bin/env.*python,${PREFIX}/bin/python2.7,'
+SUBST_SED.python+= -e 's,/usr/bin/python,${PREFIX}/bin/python2.7,'
REPLACE_RUBY= data/tools/terrain2wiki.rb
.include "../../lang/ruby/replace.mk"
@@ -58,9 +63,12 @@ REPLACE_SH+= data/tools/castle-cutter/mk-all-castles.sh
USE_TOOLS+= gmake
.endif
-pre-configure:
- set -e; cd ${WRKSRC}; \
- aclocal -I m4; autoheader; automake -a --foreign -i; autoconf
+PLIST_VARS+= icons
+
+.if ${OPSYS} != "Darwin"
+PLIST.icons= yes
+.include "../../sysutils/desktop-file-utils/desktopdb.mk"
+.endif
BUILDLINK_API_DEPENDS.SDL_mixer+= SDL_mixer>=1.2.5nb3
.include "../../audio/SDL_mixer/buildlink3.mk"
@@ -78,5 +86,4 @@ BUILDLINK_API_DEPENDS.pango+= pango>=1.14.8
.include "../../graphics/png/buildlink3.mk"
.include "../../lang/lua/buildlink3.mk"
.include "../../net/SDL_net/buildlink3.mk"
-.include "../../sysutils/desktop-file-utils/desktopdb.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/games/wesnoth/PLIST b/games/wesnoth/PLIST
index eee669bfc48..9ee1b05fe63 100644
--- a/games/wesnoth/PLIST
+++ b/games/wesnoth/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.34 2011/10/11 13:15:59 adam Exp $
+@comment $NetBSD: PLIST,v 1.35 2012/07/18 06:37:40 adam Exp $
@pkgdir var/run/wesnothd
bin/wesnoth
bin/wesnothd
@@ -24,7 +24,6 @@ man/id/man6/wesnoth.6
man/id/man6/wesnothd.6
man/it/man6/wesnoth.6
man/it/man6/wesnothd.6
-man/ja/man6/wesnoth.6
man/ja/man6/wesnothd.6
man/lt/man6/wesnoth.6
man/lt/man6/wesnothd.6
@@ -32,8 +31,9 @@ man/man6/wesnoth.6
man/man6/wesnothd.6
man/pl/man6/wesnoth.6
man/pl/man6/wesnothd.6
-man/pt_BR/man6/wesnoth.6
man/pt_BR/man6/wesnothd.6
+man/ru/man6/wesnoth.6
+man/ru/man6/wesnothd.6
man/sk/man6/wesnoth.6
man/sk/man6/wesnothd.6
man/sr/man6/wesnoth.6
@@ -44,123 +44,141 @@ man/sr@ijekavianlatin/man6/wesnoth.6
man/sr@ijekavianlatin/man6/wesnothd.6
man/sr@latin/man6/wesnoth.6
man/sr@latin/man6/wesnothd.6
-man/tr/man6/wesnoth.6
man/tr/man6/wesnothd.6
+man/vi/man6/wesnoth.6
+man/vi/man6/wesnothd.6
man/zh_CN/man6/wesnoth.6
man/zh_CN/man6/wesnothd.6
man/zh_TW/man6/wesnoth.6
man/zh_TW/man6/wesnothd.6
-share/applications/wesnoth.desktop
-share/applications/wesnoth_editor.desktop
-share/doc/wesnoth/manual/CMakeLists.txt
-share/doc/wesnoth/manual/images/de/game-screen-1.5.7.jpg
-share/doc/wesnoth/manual/images/de/main-menu-1.5.11.jpg
-share/doc/wesnoth/manual/images/de/multiplayer-1.5.11.jpg
-share/doc/wesnoth/manual/images/de/recruit-1.5.7.jpg
-share/doc/wesnoth/manual/images/de/right_pane-1.5.7.jpg
-share/doc/wesnoth/manual/images/de/top_pane-1.5.7.jpg
-share/doc/wesnoth/manual/images/es/game-screen-1.5.7.jpg
-share/doc/wesnoth/manual/images/es/main-menu-1.5.11.jpg
-share/doc/wesnoth/manual/images/es/multiplayer-1.5.11.jpg
-share/doc/wesnoth/manual/images/es/recruit-1.5.7.jpg
-share/doc/wesnoth/manual/images/es/right_pane-1.5.7.jpg
-share/doc/wesnoth/manual/images/es/top_pane-1.5.7.jpg
-share/doc/wesnoth/manual/images/fr/game-screen-1.5.7.jpg
-share/doc/wesnoth/manual/images/fr/main-menu-1.5.11.jpg
-share/doc/wesnoth/manual/images/fr/multiplayer-1.5.11.jpg
-share/doc/wesnoth/manual/images/fr/recruit-1.5.7.jpg
-share/doc/wesnoth/manual/images/fr/right_pane-1.5.7.jpg
-share/doc/wesnoth/manual/images/fr/top_pane-1.5.7.jpg
-share/doc/wesnoth/manual/images/game-screen-1.5.7.jpg
-share/doc/wesnoth/manual/images/hu/game-screen-1.5.7.jpg
-share/doc/wesnoth/manual/images/hu/main-menu-1.5.11.jpg
-share/doc/wesnoth/manual/images/hu/multiplayer-1.5.11.jpg
-share/doc/wesnoth/manual/images/hu/recruit-1.5.7.jpg
-share/doc/wesnoth/manual/images/hu/right_pane-1.5.7.jpg
-share/doc/wesnoth/manual/images/hu/top_pane-1.5.7.jpg
-share/doc/wesnoth/manual/images/it/game-screen-1.5.7.jpg
-share/doc/wesnoth/manual/images/it/main-menu-1.5.11.jpg
-share/doc/wesnoth/manual/images/it/multiplayer-1.5.11.jpg
-share/doc/wesnoth/manual/images/it/recruit-1.5.7.jpg
-share/doc/wesnoth/manual/images/it/right_pane-1.5.7.jpg
-share/doc/wesnoth/manual/images/it/top_pane-1.5.7.jpg
-share/doc/wesnoth/manual/images/main-menu-1.5.11.jpg
-share/doc/wesnoth/manual/images/multiplayer-1.5.11.jpg
-share/doc/wesnoth/manual/images/orb-blue.jpg
-share/doc/wesnoth/manual/images/orb-green.jpg
-share/doc/wesnoth/manual/images/orb-none.jpg
-share/doc/wesnoth/manual/images/orb-red.jpg
-share/doc/wesnoth/manual/images/orb-yellow.jpg
-share/doc/wesnoth/manual/images/recruit-1.5.7.jpg
-share/doc/wesnoth/manual/images/right_pane-1.5.7.jpg
-share/doc/wesnoth/manual/images/sr/game-screen-1.7.10.jpg
-share/doc/wesnoth/manual/images/sr/main-menu-1.7.10.jpg
-share/doc/wesnoth/manual/images/sr/multiplayer-1.7.10.jpg
-share/doc/wesnoth/manual/images/sr/recruit-1.7.10.jpg
-share/doc/wesnoth/manual/images/sr/right_pane-1.7.10.jpg
-share/doc/wesnoth/manual/images/sr/top_pane-1.7.10.jpg
-share/doc/wesnoth/manual/images/sr@ijekavian/game-screen-1.7.10.jpg
-share/doc/wesnoth/manual/images/sr@ijekavian/main-menu-1.7.10.jpg
-share/doc/wesnoth/manual/images/sr@ijekavian/multiplayer-1.7.10.jpg
-share/doc/wesnoth/manual/images/sr@ijekavian/recruit-1.7.10.jpg
-share/doc/wesnoth/manual/images/sr@ijekavian/right_pane-1.7.10.jpg
-share/doc/wesnoth/manual/images/sr@ijekavian/top_pane-1.7.10.jpg
-share/doc/wesnoth/manual/images/sr@ijekavianlatin/game-screen-1.7.10.jpg
-share/doc/wesnoth/manual/images/sr@ijekavianlatin/main-menu-1.7.10.jpg
-share/doc/wesnoth/manual/images/sr@ijekavianlatin/multiplayer-1.7.10.jpg
-share/doc/wesnoth/manual/images/sr@ijekavianlatin/recruit-1.7.10.jpg
-share/doc/wesnoth/manual/images/sr@ijekavianlatin/right_pane-1.7.10.jpg
-share/doc/wesnoth/manual/images/sr@ijekavianlatin/top_pane-1.7.10.jpg
-share/doc/wesnoth/manual/images/sr@latin/game-screen-1.7.10.jpg
-share/doc/wesnoth/manual/images/sr@latin/main-menu-1.7.10.jpg
-share/doc/wesnoth/manual/images/sr@latin/multiplayer-1.7.10.jpg
-share/doc/wesnoth/manual/images/sr@latin/recruit-1.7.10.jpg
-share/doc/wesnoth/manual/images/sr@latin/right_pane-1.7.10.jpg
-share/doc/wesnoth/manual/images/sr@latin/top_pane-1.7.10.jpg
-share/doc/wesnoth/manual/images/top_pane-1.5.7.jpg
-share/doc/wesnoth/manual/images/tr/game-screen-1.5.7.jpg
-share/doc/wesnoth/manual/images/tr/main-menu-1.5.11.jpg
-share/doc/wesnoth/manual/images/tr/multiplayer-1.5.11.jpg
-share/doc/wesnoth/manual/images/tr/recruit-1.5.7.jpg
-share/doc/wesnoth/manual/images/tr/right_pane-1.5.7.jpg
-share/doc/wesnoth/manual/images/tr/top_pane-1.5.7.jpg
-share/doc/wesnoth/manual/images/zh_CN/game-screen-1.8.0.jpg
-share/doc/wesnoth/manual/images/zh_CN/main-menu-1.8.0.jpg
-share/doc/wesnoth/manual/images/zh_CN/multiplayer-1.8.0.jpg
-share/doc/wesnoth/manual/images/zh_CN/recruit-1.8.0.jpg
-share/doc/wesnoth/manual/images/zh_CN/right_pane-1.8.0.jpg
-share/doc/wesnoth/manual/images/zh_CN/top_pane-1.8.0.jpg
-share/doc/wesnoth/manual/manual.cs.html
-share/doc/wesnoth/manual/manual.de.html
-share/doc/wesnoth/manual/manual.en.html
-share/doc/wesnoth/manual/manual.en@shaw.html
-share/doc/wesnoth/manual/manual.en_GB.html
-share/doc/wesnoth/manual/manual.es.html
-share/doc/wesnoth/manual/manual.et.html
-share/doc/wesnoth/manual/manual.fi.html
-share/doc/wesnoth/manual/manual.fr.html
-share/doc/wesnoth/manual/manual.gl.html
-share/doc/wesnoth/manual/manual.hu.html
-share/doc/wesnoth/manual/manual.id.html
-share/doc/wesnoth/manual/manual.it.html
-share/doc/wesnoth/manual/manual.pl.html
-share/doc/wesnoth/manual/manual.pt_BR.html
-share/doc/wesnoth/manual/manual.sk.html
-share/doc/wesnoth/manual/manual.sr.html
-share/doc/wesnoth/manual/manual.sr@ijekavian.html
-share/doc/wesnoth/manual/manual.sr@ijekavianlatin.html
-share/doc/wesnoth/manual/manual.sr@latin.html
-share/doc/wesnoth/manual/manual.tr.html
-share/doc/wesnoth/manual/manual.txt
-share/doc/wesnoth/manual/manual.zh_CN.html
-share/doc/wesnoth/manual/manual.zh_TW.html
-share/doc/wesnoth/manual/styles/manual.css
-share/icons/wesnoth-icon.png
-share/icons/wesnoth_editor-icon.png
+${PLIST.icons}share/applications/wesnoth.desktop
+${PLIST.icons}share/applications/wesnoth_editor.desktop
+share/doc/wesnoth/images/README.txt
+share/doc/wesnoth/images/de/game-screen-1.9.14.jpg
+share/doc/wesnoth/images/de/main-menu-1.9.14.jpg
+share/doc/wesnoth/images/de/multiplayer-1.9.14.jpg
+share/doc/wesnoth/images/de/recruit-1.9.14.jpg
+share/doc/wesnoth/images/de/right_pane-1.9.14.jpg
+share/doc/wesnoth/images/de/top_pane-1.9.14.jpg
+share/doc/wesnoth/images/es/game-screen-1.9.14.jpg
+share/doc/wesnoth/images/es/main-menu-1.9.14.jpg
+share/doc/wesnoth/images/es/multiplayer-1.9.14.jpg
+share/doc/wesnoth/images/es/recruit-1.9.14.jpg
+share/doc/wesnoth/images/es/right_pane-1.9.14.jpg
+share/doc/wesnoth/images/es/top_pane-1.9.14.jpg
+share/doc/wesnoth/images/fr/game-screen-1.9.4.jpg
+share/doc/wesnoth/images/fr/main-menu-1.10.1.jpg
+share/doc/wesnoth/images/fr/multiplayer-1.9.4.jpg
+share/doc/wesnoth/images/fr/recruit-1.9.4.jpg
+share/doc/wesnoth/images/fr/right_pane-1.9.4.jpg
+share/doc/wesnoth/images/fr/top_pane-1.9.4.jpg
+share/doc/wesnoth/images/game-screen-1.9.4.jpg
+share/doc/wesnoth/images/gl/game-screen-1.9.4.jpg
+share/doc/wesnoth/images/gl/main-menu-1.9.4.jpg
+share/doc/wesnoth/images/gl/multiplayer-1.9.4.jpg
+share/doc/wesnoth/images/gl/recruit-1.9.4.jpg
+share/doc/wesnoth/images/gl/right_pane-1.9.4.jpg
+share/doc/wesnoth/images/gl/top_pane-1.9.4.jpg
+share/doc/wesnoth/images/hu/game-screen-1.9.4.jpg
+share/doc/wesnoth/images/hu/main-menu-1.9.4.jpg
+share/doc/wesnoth/images/hu/multiplayer-1.9.4.jpg
+share/doc/wesnoth/images/hu/recruit-1.9.4.jpg
+share/doc/wesnoth/images/hu/right_pane-1.9.4.jpg
+share/doc/wesnoth/images/hu/top_pane-1.9.4.jpg
+share/doc/wesnoth/images/it/game-screen-1.9.4.jpg
+share/doc/wesnoth/images/it/main-menu-1.9.4.jpg
+share/doc/wesnoth/images/it/multiplayer-1.9.4.jpg
+share/doc/wesnoth/images/it/recruit-1.9.4.jpg
+share/doc/wesnoth/images/it/right_pane-1.9.4.jpg
+share/doc/wesnoth/images/it/top_pane-1.9.4.jpg
+share/doc/wesnoth/images/main-menu-1.9.4.jpg
+share/doc/wesnoth/images/multiplayer-1.9.4.jpg
+share/doc/wesnoth/images/orb-blue.jpg
+share/doc/wesnoth/images/orb-green.jpg
+share/doc/wesnoth/images/orb-none.jpg
+share/doc/wesnoth/images/orb-red.jpg
+share/doc/wesnoth/images/orb-yellow.jpg
+share/doc/wesnoth/images/recruit-1.9.4.jpg
+share/doc/wesnoth/images/right_pane-1.9.4.jpg
+share/doc/wesnoth/images/ru/game-screen-1.9.7.jpg
+share/doc/wesnoth/images/ru/main-menu-1.9.7.jpg
+share/doc/wesnoth/images/ru/multiplayer-1.9.7.jpg
+share/doc/wesnoth/images/ru/recruit-1.9.7.jpg
+share/doc/wesnoth/images/ru/right_pane-1.9.7.jpg
+share/doc/wesnoth/images/ru/top_pane-1.9.7.jpg
+share/doc/wesnoth/images/schedule-afternoon.png
+share/doc/wesnoth/images/schedule-dawn.png
+share/doc/wesnoth/images/schedule-dusk.png
+share/doc/wesnoth/images/schedule-firstwatch.png
+share/doc/wesnoth/images/schedule-morning.png
+share/doc/wesnoth/images/schedule-secondwatch.png
+share/doc/wesnoth/images/schedule-underground-illum.png
+share/doc/wesnoth/images/schedule-underground.png
+share/doc/wesnoth/images/sr/game-screen-1.9.11.jpg
+share/doc/wesnoth/images/sr/main-menu-1.9.11.jpg
+share/doc/wesnoth/images/sr/multiplayer-1.7.10.jpg
+share/doc/wesnoth/images/sr/recruit-1.7.10.jpg
+share/doc/wesnoth/images/sr/right_pane-1.9.11.jpg
+share/doc/wesnoth/images/sr/top_pane-1.9.11.jpg
+share/doc/wesnoth/images/sr@ijekavian/game-screen-1.9.11.jpg
+share/doc/wesnoth/images/sr@ijekavian/main-menu-1.9.11.jpg
+share/doc/wesnoth/images/sr@ijekavian/multiplayer-1.7.10.jpg
+share/doc/wesnoth/images/sr@ijekavian/recruit-1.7.10.jpg
+share/doc/wesnoth/images/sr@ijekavian/right_pane-1.9.11.jpg
+share/doc/wesnoth/images/sr@ijekavian/top_pane-1.9.11.jpg
+share/doc/wesnoth/images/sr@ijekavianlatin/game-screen-1.9.11.jpg
+share/doc/wesnoth/images/sr@ijekavianlatin/main-menu-1.9.11.jpg
+share/doc/wesnoth/images/sr@ijekavianlatin/multiplayer-1.7.10.jpg
+share/doc/wesnoth/images/sr@ijekavianlatin/recruit-1.7.10.jpg
+share/doc/wesnoth/images/sr@ijekavianlatin/right_pane-1.9.11.jpg
+share/doc/wesnoth/images/sr@ijekavianlatin/top_pane-1.9.11.jpg
+share/doc/wesnoth/images/sr@latin/game-screen-1.9.11.jpg
+share/doc/wesnoth/images/sr@latin/main-menu-1.9.11.jpg
+share/doc/wesnoth/images/sr@latin/multiplayer-1.7.10.jpg
+share/doc/wesnoth/images/sr@latin/recruit-1.7.10.jpg
+share/doc/wesnoth/images/sr@latin/right_pane-1.9.11.jpg
+share/doc/wesnoth/images/sr@latin/top_pane-1.9.11.jpg
+share/doc/wesnoth/images/top_pane-1.9.4.jpg
+share/doc/wesnoth/images/tr/game-screen-1.5.7.jpg
+share/doc/wesnoth/images/tr/main-menu-1.5.11.jpg
+share/doc/wesnoth/images/tr/multiplayer-1.5.11.jpg
+share/doc/wesnoth/images/tr/recruit-1.5.7.jpg
+share/doc/wesnoth/images/tr/right_pane-1.5.7.jpg
+share/doc/wesnoth/images/tr/top_pane-1.5.7.jpg
+share/doc/wesnoth/images/zh_CN/game-screen-1.8.0.jpg
+share/doc/wesnoth/images/zh_CN/main-menu-1.8.0.jpg
+share/doc/wesnoth/images/zh_CN/multiplayer-1.8.0.jpg
+share/doc/wesnoth/images/zh_CN/recruit-1.8.0.jpg
+share/doc/wesnoth/images/zh_CN/right_pane-1.8.0.jpg
+share/doc/wesnoth/images/zh_CN/top_pane-1.8.0.jpg
+share/doc/wesnoth/manual.cs.html
+share/doc/wesnoth/manual.de.html
+share/doc/wesnoth/manual.en.html
+share/doc/wesnoth/manual.en_GB.html
+share/doc/wesnoth/manual.es.html
+share/doc/wesnoth/manual.et.html
+share/doc/wesnoth/manual.fi.html
+share/doc/wesnoth/manual.fr.html
+share/doc/wesnoth/manual.gl.html
+share/doc/wesnoth/manual.hu.html
+share/doc/wesnoth/manual.id.html
+share/doc/wesnoth/manual.it.html
+share/doc/wesnoth/manual.ja.html
+share/doc/wesnoth/manual.pl.html
+share/doc/wesnoth/manual.pt_BR.html
+share/doc/wesnoth/manual.ru.html
+share/doc/wesnoth/manual.sr.html
+share/doc/wesnoth/manual.sr@ijekavian.html
+share/doc/wesnoth/manual.sr@ijekavianlatin.html
+share/doc/wesnoth/manual.sr@latin.html
+share/doc/wesnoth/manual.zh_CN.html
+share/doc/wesnoth/manual.zh_TW.html
+share/doc/wesnoth/styles/manual.css
+${PLIST.icons}share/pixmaps/wesnoth-icon.png
+${PLIST.icons}share/pixmaps/wesnoth_editor-icon.png
share/wesnoth/data/COPYING.txt
share/wesnoth/data/_main.cfg
share/wesnoth/data/advanced_preferences.cfg
-share/wesnoth/data/ai/ais/default_ai.cfg
share/wesnoth/data/ai/ais/testing_ai_default.cfg
share/wesnoth/data/ai/aliases/dev_singleplayer.cfg
share/wesnoth/data/ai/aliases/idle.cfg
@@ -168,6 +186,7 @@ share/wesnoth/data/ai/aliases/stable_singleplayer.cfg
share/wesnoth/data/ai/dev/formula_ai.cfg
share/wesnoth/data/ai/dev/formula_ai_poisoning.cfg
share/wesnoth/data/ai/dev/idle_ai.cfg
+share/wesnoth/data/ai/dev/testing_recruiting.cfg
share/wesnoth/data/ai/formula/level_up_attack_eval.fai
share/wesnoth/data/ai/formula/level_up_attack_move.fai
share/wesnoth/data/ai/formula/lib/map_evaluation.fai
@@ -181,6 +200,7 @@ share/wesnoth/data/ai/formula/poisoner_eval.fai
share/wesnoth/data/ai/formula/recruitment.fai
share/wesnoth/data/ai/formula/scouting_eval.fai
share/wesnoth/data/ai/formula/scouting_move.fai
+share/wesnoth/data/ai/lua/patrol.lua
share/wesnoth/data/ai/lua/stdlib.lua
share/wesnoth/data/ai/maps/scenario-AI_Arena_small.map
share/wesnoth/data/ai/maps/scenario-test_move_to_targets.map
@@ -207,27 +227,162 @@ share/wesnoth/data/campaigns/An_Orcish_Incursion/images/l10n/sr@ijekavian/an-orc
share/wesnoth/data/campaigns/An_Orcish_Incursion/images/l10n/sr@ijekavianlatin/an-orcish-incursion-map--overlay.png
share/wesnoth/data/campaigns/An_Orcish_Incursion/images/l10n/sr@latin/an-orcish-incursion-map--overlay.png
share/wesnoth/data/campaigns/An_Orcish_Incursion/images/l10n/zh_CN/an-orcish-incursion-map--overlay.png
-share/wesnoth/data/campaigns/An_Orcish_Incursion/maps/1_Defend_the_forest.map
-share/wesnoth/data/campaigns/An_Orcish_Incursion/maps/2_Assassins.map
-share/wesnoth/data/campaigns/An_Orcish_Incursion/maps/3_Wasteland.map
-share/wesnoth/data/campaigns/An_Orcish_Incursion/maps/4_Valley_of_trolls.map
-share/wesnoth/data/campaigns/An_Orcish_Incursion/maps/5_Linaera_the_quick.map
-share/wesnoth/data/campaigns/An_Orcish_Incursion/maps/6_A_detour_through_the_swamp.map
-share/wesnoth/data/campaigns/An_Orcish_Incursion/maps/7_Showdown.map
-share/wesnoth/data/campaigns/An_Orcish_Incursion/scenarios/1_Defend_the_Forest.cfg
-share/wesnoth/data/campaigns/An_Orcish_Incursion/scenarios/2_Assassins.cfg
-share/wesnoth/data/campaigns/An_Orcish_Incursion/scenarios/3_Wasteland.cfg
-share/wesnoth/data/campaigns/An_Orcish_Incursion/scenarios/4_Valley_of_Trolls.cfg
-share/wesnoth/data/campaigns/An_Orcish_Incursion/scenarios/5_Linaera_the_Quick.cfg
-share/wesnoth/data/campaigns/An_Orcish_Incursion/scenarios/6_A_Detour_through_the_Swamp.cfg
-share/wesnoth/data/campaigns/An_Orcish_Incursion/scenarios/7_Showdown.cfg
+share/wesnoth/data/campaigns/An_Orcish_Incursion/images/portraits/erlornas.png
+share/wesnoth/data/campaigns/An_Orcish_Incursion/images/portraits/linaera.png
+share/wesnoth/data/campaigns/An_Orcish_Incursion/images/portraits/lomarfel.png
+share/wesnoth/data/campaigns/An_Orcish_Incursion/maps/01_Defend_the_Forest.map
+share/wesnoth/data/campaigns/An_Orcish_Incursion/maps/02_Assassins.map
+share/wesnoth/data/campaigns/An_Orcish_Incursion/maps/03_Wasteland.map
+share/wesnoth/data/campaigns/An_Orcish_Incursion/maps/04_Valley_of_Trolls.map
+share/wesnoth/data/campaigns/An_Orcish_Incursion/maps/05_Linaera_the_Quick.map
+share/wesnoth/data/campaigns/An_Orcish_Incursion/maps/06_A_Detour_through_the_Swamp.map
+share/wesnoth/data/campaigns/An_Orcish_Incursion/maps/07_Showdown.map
+share/wesnoth/data/campaigns/An_Orcish_Incursion/scenarios/01_Defend_the_Forest.cfg
+share/wesnoth/data/campaigns/An_Orcish_Incursion/scenarios/02_Assassins.cfg
+share/wesnoth/data/campaigns/An_Orcish_Incursion/scenarios/03_Wasteland.cfg
+share/wesnoth/data/campaigns/An_Orcish_Incursion/scenarios/04_Valley_of_Trolls.cfg
+share/wesnoth/data/campaigns/An_Orcish_Incursion/scenarios/05_Linaera_the_Quick.cfg
+share/wesnoth/data/campaigns/An_Orcish_Incursion/scenarios/06_A_Detour_through_the_Swamp.cfg
+share/wesnoth/data/campaigns/An_Orcish_Incursion/scenarios/07_Showdown.cfg
+share/wesnoth/data/campaigns/An_Orcish_Incursion/utils/deaths.cfg
share/wesnoth/data/campaigns/An_Orcish_Incursion/utils/journey.cfg
+share/wesnoth/data/campaigns/Dead_Water/HISTORY
+share/wesnoth/data/campaigns/Dead_Water/_main.cfg
+share/wesnoth/data/campaigns/Dead_Water/images/attacks/fist-merman.png
+share/wesnoth/data/campaigns/Dead_Water/images/attacks/scepter.png
+share/wesnoth/data/campaigns/Dead_Water/images/attacks/tail-merman.png
+share/wesnoth/data/campaigns/Dead_Water/images/campaign_image.png
+share/wesnoth/data/campaigns/Dead_Water/images/dead-water-map.png
+share/wesnoth/data/campaigns/Dead_Water/images/items/coal.png
+share/wesnoth/data/campaigns/Dead_Water/images/items/large_cage.png
+share/wesnoth/data/campaigns/Dead_Water/images/items/storm-trident-buried.png
+share/wesnoth/data/campaigns/Dead_Water/images/items/underwater_rock1.png
+share/wesnoth/data/campaigns/Dead_Water/images/l10n/fr/dead-water-map--overlay.png
+share/wesnoth/data/campaigns/Dead_Water/images/l10n/it/dead-water-map--overlay.png
+share/wesnoth/data/campaigns/Dead_Water/images/l10n/lt/dead-water-map--overlay.png
+share/wesnoth/data/campaigns/Dead_Water/images/overlays/arcane-icon.png
+share/wesnoth/data/campaigns/Dead_Water/images/overlays/flame-sword-icon.png
+share/wesnoth/data/campaigns/Dead_Water/images/overlays/loyal-icon.png
+share/wesnoth/data/campaigns/Dead_Water/images/overlays/silver-ring-icon.png
+share/wesnoth/data/campaigns/Dead_Water/images/overlays/storm-trident-icon.png
+share/wesnoth/data/campaigns/Dead_Water/images/portraits/brawler.png
+share/wesnoth/data/campaigns/Dead_Water/images/portraits/kai_krellis.png
+share/wesnoth/data/campaigns/Dead_Water/images/portraits/kai_krellis2.png
+share/wesnoth/data/campaigns/Dead_Water/images/portraits/transparent/brawler.png
+share/wesnoth/data/campaigns/Dead_Water/images/portraits/transparent/caladon.png
+share/wesnoth/data/campaigns/Dead_Water/images/portraits/transparent/cylanna.png
+share/wesnoth/data/campaigns/Dead_Water/images/portraits/transparent/gwabbo.png
+share/wesnoth/data/campaigns/Dead_Water/images/portraits/transparent/kai_krellis.png
+share/wesnoth/data/campaigns/Dead_Water/images/portraits/transparent/kai_krellis2.png
+share/wesnoth/data/campaigns/Dead_Water/images/units/merfolk/brawler-defend.png
+share/wesnoth/data/campaigns/Dead_Water/images/units/merfolk/brawler-fist-1.png
+share/wesnoth/data/campaigns/Dead_Water/images/units/merfolk/brawler-fist-2.png
+share/wesnoth/data/campaigns/Dead_Water/images/units/merfolk/brawler-fist-3.png
+share/wesnoth/data/campaigns/Dead_Water/images/units/merfolk/brawler-tail-land-1.png
+share/wesnoth/data/campaigns/Dead_Water/images/units/merfolk/brawler-tail-land-2.png
+share/wesnoth/data/campaigns/Dead_Water/images/units/merfolk/brawler-tail-land-3.png
+share/wesnoth/data/campaigns/Dead_Water/images/units/merfolk/brawler-tail-land-4.png
+share/wesnoth/data/campaigns/Dead_Water/images/units/merfolk/brawler-tail-land-5.png
+share/wesnoth/data/campaigns/Dead_Water/images/units/merfolk/brawler.png
+share/wesnoth/data/campaigns/Dead_Water/images/units/merfolk/child_king-attack-1.png
+share/wesnoth/data/campaigns/Dead_Water/images/units/merfolk/child_king-attack-2.png
+share/wesnoth/data/campaigns/Dead_Water/images/units/merfolk/child_king-attack-3.png
+share/wesnoth/data/campaigns/Dead_Water/images/units/merfolk/child_king-attack-3n.png
+share/wesnoth/data/campaigns/Dead_Water/images/units/merfolk/child_king-attack-4.png
+share/wesnoth/data/campaigns/Dead_Water/images/units/merfolk/child_king-attack-5.png
+share/wesnoth/data/campaigns/Dead_Water/images/units/merfolk/child_king-defend.png
+share/wesnoth/data/campaigns/Dead_Water/images/units/merfolk/child_king.png
+share/wesnoth/data/campaigns/Dead_Water/images/units/merfolk/citizen-defend.png
+share/wesnoth/data/campaigns/Dead_Water/images/units/merfolk/citizen-fist-1.png
+share/wesnoth/data/campaigns/Dead_Water/images/units/merfolk/citizen-fist-2.png
+share/wesnoth/data/campaigns/Dead_Water/images/units/merfolk/citizen-fist-3.png
+share/wesnoth/data/campaigns/Dead_Water/images/units/merfolk/citizen.png
+share/wesnoth/data/campaigns/Dead_Water/images/units/merfolk/soldier_king-attack-1.png
+share/wesnoth/data/campaigns/Dead_Water/images/units/merfolk/soldier_king-attack-2.png
+share/wesnoth/data/campaigns/Dead_Water/images/units/merfolk/soldier_king-attack-3.png
+share/wesnoth/data/campaigns/Dead_Water/images/units/merfolk/soldier_king-attack-4.png
+share/wesnoth/data/campaigns/Dead_Water/images/units/merfolk/soldier_king-attack-4n.png
+share/wesnoth/data/campaigns/Dead_Water/images/units/merfolk/soldier_king-attack-5.png
+share/wesnoth/data/campaigns/Dead_Water/images/units/merfolk/soldier_king-attack-6.png
+share/wesnoth/data/campaigns/Dead_Water/images/units/merfolk/soldier_king-attack-7.png
+share/wesnoth/data/campaigns/Dead_Water/images/units/merfolk/soldier_king-attack-8.png
+share/wesnoth/data/campaigns/Dead_Water/images/units/merfolk/soldier_king-defend.png
+share/wesnoth/data/campaigns/Dead_Water/images/units/merfolk/soldier_king-leading.png
+share/wesnoth/data/campaigns/Dead_Water/images/units/merfolk/soldier_king.png
+share/wesnoth/data/campaigns/Dead_Water/images/units/merfolk/warrior_king-attack-1.png
+share/wesnoth/data/campaigns/Dead_Water/images/units/merfolk/warrior_king-attack-2.png
+share/wesnoth/data/campaigns/Dead_Water/images/units/merfolk/warrior_king-attack-3.png
+share/wesnoth/data/campaigns/Dead_Water/images/units/merfolk/warrior_king-attack-4.png
+share/wesnoth/data/campaigns/Dead_Water/images/units/merfolk/warrior_king-attack-4n.png
+share/wesnoth/data/campaigns/Dead_Water/images/units/merfolk/warrior_king-attack-5.png
+share/wesnoth/data/campaigns/Dead_Water/images/units/merfolk/warrior_king-attack-6.png
+share/wesnoth/data/campaigns/Dead_Water/images/units/merfolk/warrior_king-attack-7.png
+share/wesnoth/data/campaigns/Dead_Water/images/units/merfolk/warrior_king-attack-8.png
+share/wesnoth/data/campaigns/Dead_Water/images/units/merfolk/warrior_king-attack-9.png
+share/wesnoth/data/campaigns/Dead_Water/images/units/merfolk/warrior_king-defend.png
+share/wesnoth/data/campaigns/Dead_Water/images/units/merfolk/warrior_king-leading.png
+share/wesnoth/data/campaigns/Dead_Water/images/units/merfolk/warrior_king.png
+share/wesnoth/data/campaigns/Dead_Water/images/units/merfolk/young_king-attack-1.png
+share/wesnoth/data/campaigns/Dead_Water/images/units/merfolk/young_king-attack-2.png
+share/wesnoth/data/campaigns/Dead_Water/images/units/merfolk/young_king-attack-3.png
+share/wesnoth/data/campaigns/Dead_Water/images/units/merfolk/young_king-attack-4.png
+share/wesnoth/data/campaigns/Dead_Water/images/units/merfolk/young_king-attack-4n.png
+share/wesnoth/data/campaigns/Dead_Water/images/units/merfolk/young_king-attack-5.png
+share/wesnoth/data/campaigns/Dead_Water/images/units/merfolk/young_king-attack-6.png
+share/wesnoth/data/campaigns/Dead_Water/images/units/merfolk/young_king-attack-7.png
+share/wesnoth/data/campaigns/Dead_Water/images/units/merfolk/young_king-attack-8.png
+share/wesnoth/data/campaigns/Dead_Water/images/units/merfolk/young_king-attack-9.png
+share/wesnoth/data/campaigns/Dead_Water/images/units/merfolk/young_king-defend.png
+share/wesnoth/data/campaigns/Dead_Water/images/units/merfolk/young_king-leading.png
+share/wesnoth/data/campaigns/Dead_Water/images/units/merfolk/young_king.png
+share/wesnoth/data/campaigns/Dead_Water/images/units/monsters/kraken-defend.png
+share/wesnoth/data/campaigns/Dead_Water/images/units/monsters/kraken-n-defend.png
+share/wesnoth/data/campaigns/Dead_Water/images/units/monsters/kraken-n-tentacle-1.png
+share/wesnoth/data/campaigns/Dead_Water/images/units/monsters/kraken-n-tentacle-2.png
+share/wesnoth/data/campaigns/Dead_Water/images/units/monsters/kraken-n-tentacle-3.png
+share/wesnoth/data/campaigns/Dead_Water/images/units/monsters/kraken-tentacle-1.png
+share/wesnoth/data/campaigns/Dead_Water/images/units/monsters/kraken-tentacle-2.png
+share/wesnoth/data/campaigns/Dead_Water/images/units/monsters/kraken-tentacle-3.png
+share/wesnoth/data/campaigns/Dead_Water/images/units/monsters/kraken.png
+share/wesnoth/data/campaigns/Dead_Water/images/units/undead/dark_shape.png
+share/wesnoth/data/campaigns/Dead_Water/maps/Bilheld.map
+share/wesnoth/data/campaigns/Dead_Water/maps/Home_1.map
+share/wesnoth/data/campaigns/Dead_Water/maps/Home_2.map
+share/wesnoth/data/campaigns/Dead_Water/maps/Slavers.map
+share/wesnoth/data/campaigns/Dead_Water/maps/Talking_To_Tyegea.map
+share/wesnoth/data/campaigns/Dead_Water/maps/The_Flaming_Sword.map
+share/wesnoth/data/campaigns/Dead_Water/maps/The_Mage.map
+share/wesnoth/data/campaigns/Dead_Water/maps/Tirigaz.map
+share/wesnoth/data/campaigns/Dead_Water/maps/Uncharted_Islands.map
+share/wesnoth/data/campaigns/Dead_Water/maps/Wolf_Coast.map
+share/wesnoth/data/campaigns/Dead_Water/scenarios/01_Invasion.cfg
+share/wesnoth/data/campaigns/Dead_Water/scenarios/02_Flight.cfg
+share/wesnoth/data/campaigns/Dead_Water/scenarios/03_Wolf_Coast.cfg
+share/wesnoth/data/campaigns/Dead_Water/scenarios/04_Slavers.cfg
+share/wesnoth/data/campaigns/Dead_Water/scenarios/05_Tirigaz.cfg
+share/wesnoth/data/campaigns/Dead_Water/scenarios/06_Uncharted_Islands.cfg
+share/wesnoth/data/campaigns/Dead_Water/scenarios/07_Bilheld.cfg
+share/wesnoth/data/campaigns/Dead_Water/scenarios/08_Talking_to_Tyegea.cfg
+share/wesnoth/data/campaigns/Dead_Water/scenarios/09_The_Mage.cfg
+share/wesnoth/data/campaigns/Dead_Water/scenarios/10_The_Flaming_Sword.cfg
+share/wesnoth/data/campaigns/Dead_Water/scenarios/11_Getting_Help.cfg
+share/wesnoth/data/campaigns/Dead_Water/scenarios/12_Revenge.cfg
+share/wesnoth/data/campaigns/Dead_Water/scenarios/13_Epilogue.cfg
+share/wesnoth/data/campaigns/Dead_Water/units/Brawler.cfg
+share/wesnoth/data/campaigns/Dead_Water/units/Child_King.cfg
+share/wesnoth/data/campaigns/Dead_Water/units/Citizen.cfg
+share/wesnoth/data/campaigns/Dead_Water/units/Dark_Shape.cfg
+share/wesnoth/data/campaigns/Dead_Water/units/Kraken.cfg
+share/wesnoth/data/campaigns/Dead_Water/units/Soldier_King.cfg
+share/wesnoth/data/campaigns/Dead_Water/units/Warrior_King.cfg
+share/wesnoth/data/campaigns/Dead_Water/units/Young_King.cfg
+share/wesnoth/data/campaigns/Dead_Water/utils/dw-utils.cfg
+share/wesnoth/data/campaigns/Dead_Water/utils/items.cfg
+share/wesnoth/data/campaigns/Dead_Water/utils/specials.cfg
share/wesnoth/data/campaigns/Delfadors_Memoirs/HISTORY
share/wesnoth/data/campaigns/Delfadors_Memoirs/TODO
share/wesnoth/data/campaigns/Delfadors_Memoirs/WALKTHROUGH
share/wesnoth/data/campaigns/Delfadors_Memoirs/_main.cfg
-share/wesnoth/data/campaigns/Delfadors_Memoirs/images/LandOfTheDead.png
-share/wesnoth/data/campaigns/Delfadors_Memoirs/images/LandOfTheDeadIllum.png
share/wesnoth/data/campaigns/Delfadors_Memoirs/images/campaign_image.png
share/wesnoth/data/campaigns/Delfadors_Memoirs/images/halo/wose-ranged-halo1.png
share/wesnoth/data/campaigns/Delfadors_Memoirs/images/halo/wose-ranged-halo2.png
@@ -242,12 +397,14 @@ share/wesnoth/data/campaigns/Delfadors_Memoirs/images/halo/wose-stationary-halo6
share/wesnoth/data/campaigns/Delfadors_Memoirs/images/halo/wose-stationary-halo7.png
share/wesnoth/data/campaigns/Delfadors_Memoirs/images/halo/wose-stationary-halo8.png
share/wesnoth/data/campaigns/Delfadors_Memoirs/images/items/ward-circle.png
+share/wesnoth/data/campaigns/Delfadors_Memoirs/images/land-of-the-dead.png
share/wesnoth/data/campaigns/Delfadors_Memoirs/images/portraits/README
share/wesnoth/data/campaigns/Delfadors_Memoirs/images/portraits/chantal-druid.png
share/wesnoth/data/campaigns/Delfadors_Memoirs/images/portraits/chantal-shyde.png
share/wesnoth/data/campaigns/Delfadors_Memoirs/images/portraits/eldred.png
share/wesnoth/data/campaigns/Delfadors_Memoirs/images/portraits/garard.png
share/wesnoth/data/campaigns/Delfadors_Memoirs/images/portraits/kalenz.png
+share/wesnoth/data/campaigns/Delfadors_Memoirs/images/portraits/leollyn.png
share/wesnoth/data/campaigns/Delfadors_Memoirs/images/portraits/lionel.png
share/wesnoth/data/campaigns/Delfadors_Memoirs/images/portraits/methor.png
share/wesnoth/data/campaigns/Delfadors_Memoirs/images/portraits/old_delfador.png
@@ -256,69 +413,61 @@ share/wesnoth/data/campaigns/Delfadors_Memoirs/images/portraits/oracle2.png
share/wesnoth/data/campaigns/Delfadors_Memoirs/images/portraits/oracle3.png
share/wesnoth/data/campaigns/Delfadors_Memoirs/images/portraits/oracle4.png
share/wesnoth/data/campaigns/Delfadors_Memoirs/images/portraits/tomb-guardian.png
-share/wesnoth/data/campaigns/Delfadors_Memoirs/images/portraits/ur-thorodor.png
share/wesnoth/data/campaigns/Delfadors_Memoirs/images/portraits/young_delfador.png
+share/wesnoth/data/campaigns/Delfadors_Memoirs/images/portraits/younger_delfador.png
share/wesnoth/data/campaigns/Delfadors_Memoirs/images/portraits/zorlan.png
share/wesnoth/data/campaigns/Delfadors_Memoirs/images/story/httt_story3.jpg
share/wesnoth/data/campaigns/Delfadors_Memoirs/images/story/portraits/garard-large.png
share/wesnoth/data/campaigns/Delfadors_Memoirs/images/story/portraits/sagus.png
share/wesnoth/data/campaigns/Delfadors_Memoirs/images/story/portraits/young_delfador-large.png
-share/wesnoth/data/campaigns/Delfadors_Memoirs/images/terrain/ethereal-abyss1.png
-share/wesnoth/data/campaigns/Delfadors_Memoirs/images/terrain/ethereal-abyss2.png
-share/wesnoth/data/campaigns/Delfadors_Memoirs/images/terrain/ethereal-abyss3.png
-share/wesnoth/data/campaigns/Delfadors_Memoirs/images/terrain/ethereal-abyss4.png
-share/wesnoth/data/campaigns/Delfadors_Memoirs/images/terrain/ethereal-abyss5.png
-share/wesnoth/data/campaigns/Delfadors_Memoirs/images/terrain/ethereal-abyss6.png
-share/wesnoth/data/campaigns/Delfadors_Memoirs/images/terrain/ethereal-abyss7.png
share/wesnoth/data/campaigns/Delfadors_Memoirs/images/units/wose-shaman-attack-1.png
share/wesnoth/data/campaigns/Delfadors_Memoirs/images/units/wose-shaman-attack-2.png
share/wesnoth/data/campaigns/Delfadors_Memoirs/images/units/wose-shaman.png
share/wesnoth/data/campaigns/Delfadors_Memoirs/images/young_delfador.png
-share/wesnoth/data/campaigns/Delfadors_Memoirs/maps/dead1.map
-share/wesnoth/data/campaigns/Delfadors_Memoirs/maps/dead2.map
-share/wesnoth/data/campaigns/Delfadors_Memoirs/maps/face.map
-share/wesnoth/data/campaigns/Delfadors_Memoirs/maps/four_oracles.map
-share/wesnoth/data/campaigns/Delfadors_Memoirs/maps/home.map
-share/wesnoth/data/campaigns/Delfadors_Memoirs/maps/island.map
-share/wesnoth/data/campaigns/Delfadors_Memoirs/maps/leollyn.map
-share/wesnoth/data/campaigns/Delfadors_Memoirs/maps/manor.map
-share/wesnoth/data/campaigns/Delfadors_Memoirs/maps/new_ally.map
-share/wesnoth/data/campaigns/Delfadors_Memoirs/maps/parthyn_ford.map
-share/wesnoth/data/campaigns/Delfadors_Memoirs/maps/plains.map
-share/wesnoth/data/campaigns/Delfadors_Memoirs/maps/portal.map
-share/wesnoth/data/campaigns/Delfadors_Memoirs/maps/prince.map
-share/wesnoth/data/campaigns/Delfadors_Memoirs/maps/return.map
-share/wesnoth/data/campaigns/Delfadors_Memoirs/maps/road1.map
-share/wesnoth/data/campaigns/Delfadors_Memoirs/maps/save_the_prince.map
-share/wesnoth/data/campaigns/Delfadors_Memoirs/maps/shadows.map
-share/wesnoth/data/campaigns/Delfadors_Memoirs/maps/showdown.map
-share/wesnoth/data/campaigns/Delfadors_Memoirs/maps/swamp.map
-share/wesnoth/data/campaigns/Delfadors_Memoirs/maps/swamp2.map
-share/wesnoth/data/campaigns/Delfadors_Memoirs/maps/wasteland.map
-share/wesnoth/data/campaigns/Delfadors_Memoirs/maps/weldyn.map
-share/wesnoth/data/campaigns/Delfadors_Memoirs/scenarios/01_overture.cfg
-share/wesnoth/data/campaigns/Delfadors_Memoirs/scenarios/02_this_valley_belongs_to_me.cfg
-share/wesnoth/data/campaigns/Delfadors_Memoirs/scenarios/03_road_to_weldyn.cfg
-share/wesnoth/data/campaigns/Delfadors_Memoirs/scenarios/04_leollyn.cfg
-share/wesnoth/data/campaigns/Delfadors_Memoirs/scenarios/05_council_in_weldyn.cfg
-share/wesnoth/data/campaigns/Delfadors_Memoirs/scenarios/06_swamps_of_illuven.cfg
-share/wesnoth/data/campaigns/Delfadors_Memoirs/scenarios/07_night_in_the_swamp.cfg
-share/wesnoth/data/campaigns/Delfadors_Memoirs/scenarios/08_ur_thorodor.cfg
-share/wesnoth/data/campaigns/Delfadors_Memoirs/scenarios/09_houses_of_the_dead.cfg
-share/wesnoth/data/campaigns/Delfadors_Memoirs/scenarios/10_the_gate_between_worlds.cfg
-share/wesnoth/data/campaigns/Delfadors_Memoirs/scenarios/11_wasteland.cfg
-share/wesnoth/data/campaigns/Delfadors_Memoirs/scenarios/12_terror_at_the_ford_of_parthyn.cfg
-share/wesnoth/data/campaigns/Delfadors_Memoirs/scenarios/13_the_return_of_trouble.cfg
-share/wesnoth/data/campaigns/Delfadors_Memoirs/scenarios/14_shadows.cfg
-share/wesnoth/data/campaigns/Delfadors_Memoirs/scenarios/15_save_the_king.cfg
-share/wesnoth/data/campaigns/Delfadors_Memoirs/scenarios/16_dark_sky_over_weldyn.cfg
-share/wesnoth/data/campaigns/Delfadors_Memoirs/scenarios/17_a_new_ally.cfg
-share/wesnoth/data/campaigns/Delfadors_Memoirs/scenarios/18_the_portal_of_doom.cfg
-share/wesnoth/data/campaigns/Delfadors_Memoirs/scenarios/19_showdown_in_the_northern_swamp.cfg
-share/wesnoth/data/campaigns/Delfadors_Memoirs/scenarios/20_prince_of_wesnoth.cfg
-share/wesnoth/data/campaigns/Delfadors_Memoirs/scenarios/21_clash_at_the_manor.cfg
-share/wesnoth/data/campaigns/Delfadors_Memoirs/scenarios/22_face_of_the_enemy.cfg
-share/wesnoth/data/campaigns/Delfadors_Memoirs/scenarios/23_epilogue.cfg
+share/wesnoth/data/campaigns/Delfadors_Memoirs/maps/01_Overture.map
+share/wesnoth/data/campaigns/Delfadors_Memoirs/maps/02_This_Valley_Belongs_to_Me.map
+share/wesnoth/data/campaigns/Delfadors_Memoirs/maps/03_The_Road_to_Weldyn.map
+share/wesnoth/data/campaigns/Delfadors_Memoirs/maps/04_Leollyn.map
+share/wesnoth/data/campaigns/Delfadors_Memoirs/maps/05_Council_in_Weldyn.map
+share/wesnoth/data/campaigns/Delfadors_Memoirs/maps/06_The_Swamps_of_Illuven.map
+share/wesnoth/data/campaigns/Delfadors_Memoirs/maps/07_Night_in_the_Swamp.map
+share/wesnoth/data/campaigns/Delfadors_Memoirs/maps/08_Ur-Thorodor.map
+share/wesnoth/data/campaigns/Delfadors_Memoirs/maps/09_Houses_of_the_Dead.map
+share/wesnoth/data/campaigns/Delfadors_Memoirs/maps/10_The_Gate_Between_Worlds.map
+share/wesnoth/data/campaigns/Delfadors_Memoirs/maps/11_Wasteland.map
+share/wesnoth/data/campaigns/Delfadors_Memoirs/maps/12_Terror_at_the_Ford_of_Parthyn.map
+share/wesnoth/data/campaigns/Delfadors_Memoirs/maps/13_The_Return_of_Trouble.map
+share/wesnoth/data/campaigns/Delfadors_Memoirs/maps/14_Shadows_in_the_Dark.map
+share/wesnoth/data/campaigns/Delfadors_Memoirs/maps/15_Save_the_King.map
+share/wesnoth/data/campaigns/Delfadors_Memoirs/maps/17_A_New_Ally.map
+share/wesnoth/data/campaigns/Delfadors_Memoirs/maps/18_The_Portal_of_Doom.map
+share/wesnoth/data/campaigns/Delfadors_Memoirs/maps/19_Showdown_in_the_Northern_Swamp.map
+share/wesnoth/data/campaigns/Delfadors_Memoirs/maps/20_Prince_of_Wesnoth.map
+share/wesnoth/data/campaigns/Delfadors_Memoirs/maps/21_Clash_at_the_Manor.map
+share/wesnoth/data/campaigns/Delfadors_Memoirs/maps/22_Face_of_the_Enemy.map
+share/wesnoth/data/campaigns/Delfadors_Memoirs/scenarios/01_Overture.cfg
+share/wesnoth/data/campaigns/Delfadors_Memoirs/scenarios/02_This_Valley_Belongs_to_Me.cfg
+share/wesnoth/data/campaigns/Delfadors_Memoirs/scenarios/03_The_Road_to_Weldyn.cfg
+share/wesnoth/data/campaigns/Delfadors_Memoirs/scenarios/04_Leollyn.cfg
+share/wesnoth/data/campaigns/Delfadors_Memoirs/scenarios/05_Council_in_Weldyn.cfg
+share/wesnoth/data/campaigns/Delfadors_Memoirs/scenarios/06_Swamps_of_Illuven.cfg
+share/wesnoth/data/campaigns/Delfadors_Memoirs/scenarios/07_Night_in_the_Swamp.cfg
+share/wesnoth/data/campaigns/Delfadors_Memoirs/scenarios/08_Ur_Thorodor.cfg
+share/wesnoth/data/campaigns/Delfadors_Memoirs/scenarios/09_Houses_of_the_Undead.cfg
+share/wesnoth/data/campaigns/Delfadors_Memoirs/scenarios/10_The_Gate_Between_Worlds.cfg
+share/wesnoth/data/campaigns/Delfadors_Memoirs/scenarios/11_Wasteland.cfg
+share/wesnoth/data/campaigns/Delfadors_Memoirs/scenarios/12_Terror_at_the_Ford_of_Parthyn.cfg
+share/wesnoth/data/campaigns/Delfadors_Memoirs/scenarios/13_The_Return_of_Trouble.cfg
+share/wesnoth/data/campaigns/Delfadors_Memoirs/scenarios/14_Shadows.cfg
+share/wesnoth/data/campaigns/Delfadors_Memoirs/scenarios/15_Save_the_King.cfg
+share/wesnoth/data/campaigns/Delfadors_Memoirs/scenarios/16_Dark_Sky_Over_Weldyn.cfg
+share/wesnoth/data/campaigns/Delfadors_Memoirs/scenarios/17_A_New_Ally.cfg
+share/wesnoth/data/campaigns/Delfadors_Memoirs/scenarios/18_The_Portal_of_Doom.cfg
+share/wesnoth/data/campaigns/Delfadors_Memoirs/scenarios/19_Showdown_in_the_Northern_Swamp.cfg
+share/wesnoth/data/campaigns/Delfadors_Memoirs/scenarios/20_Prince_of_Wesnoth.cfg
+share/wesnoth/data/campaigns/Delfadors_Memoirs/scenarios/21_Clash_at_the_Manor.cfg
+share/wesnoth/data/campaigns/Delfadors_Memoirs/scenarios/22_Face_of_the_Enemy.cfg
+share/wesnoth/data/campaigns/Delfadors_Memoirs/scenarios/23_Epilogue.cfg
share/wesnoth/data/campaigns/Delfadors_Memoirs/sounds/rumble.wav
share/wesnoth/data/campaigns/Delfadors_Memoirs/terrain-graphics/_final.cfg
share/wesnoth/data/campaigns/Delfadors_Memoirs/terrain.cfg
@@ -357,9 +506,12 @@ share/wesnoth/data/campaigns/Descent_Into_Darkness/images/misc/makeshift-altar.p
share/wesnoth/data/campaigns/Descent_Into_Darkness/images/misc/weakened-ice.png
share/wesnoth/data/campaigns/Descent_Into_Darkness/images/portraits/darken_volk.png
share/wesnoth/data/campaigns/Descent_Into_Darkness/images/portraits/dela.png
-share/wesnoth/data/campaigns/Descent_Into_Darkness/images/portraits/malinlich.png
-share/wesnoth/data/campaigns/Descent_Into_Darkness/images/portraits/malold.png
-share/wesnoth/data/campaigns/Descent_Into_Darkness/images/portraits/malyoung.png
+share/wesnoth/data/campaigns/Descent_Into_Darkness/images/portraits/drogan.png
+share/wesnoth/data/campaigns/Descent_Into_Darkness/images/portraits/malin_lich-ancient.png
+share/wesnoth/data/campaigns/Descent_Into_Darkness/images/portraits/malin_lich.png
+share/wesnoth/data/campaigns/Descent_Into_Darkness/images/portraits/malin_old-decay.png
+share/wesnoth/data/campaigns/Descent_Into_Darkness/images/portraits/malin_old.png
+share/wesnoth/data/campaigns/Descent_Into_Darkness/images/portraits/malin_young.png
share/wesnoth/data/campaigns/Descent_Into_Darkness/images/story/book.jpg
share/wesnoth/data/campaigns/Descent_Into_Darkness/images/story/end.jpg
share/wesnoth/data/campaigns/Descent_Into_Darkness/images/story/parthyn.jpg
@@ -386,23 +538,6 @@ share/wesnoth/data/campaigns/Descent_Into_Darkness/images/units/dark-mage-magic-
share/wesnoth/data/campaigns/Descent_Into_Darkness/images/units/dark-mage-sword-1.png
share/wesnoth/data/campaigns/Descent_Into_Darkness/images/units/dark-mage-sword-2.png
share/wesnoth/data/campaigns/Descent_Into_Darkness/images/units/dark-mage.png
-share/wesnoth/data/campaigns/Descent_Into_Darkness/images/units/ghast-attack1.png
-share/wesnoth/data/campaigns/Descent_Into_Darkness/images/units/ghast-attack2.png
-share/wesnoth/data/campaigns/Descent_Into_Darkness/images/units/ghast-defend.png
-share/wesnoth/data/campaigns/Descent_Into_Darkness/images/units/ghast.png
-share/wesnoth/data/campaigns/Descent_Into_Darkness/images/units/giant-rat-attack-1.png
-share/wesnoth/data/campaigns/Descent_Into_Darkness/images/units/giant-rat-attack-2.png
-share/wesnoth/data/campaigns/Descent_Into_Darkness/images/units/giant-rat-attack-3.png
-share/wesnoth/data/campaigns/Descent_Into_Darkness/images/units/giant-rat-attack-4.png
-share/wesnoth/data/campaigns/Descent_Into_Darkness/images/units/giant-rat-attack-5.png
-share/wesnoth/data/campaigns/Descent_Into_Darkness/images/units/giant-rat-attack-6.png
-share/wesnoth/data/campaigns/Descent_Into_Darkness/images/units/giant-rat-attack-7.png
-share/wesnoth/data/campaigns/Descent_Into_Darkness/images/units/giant-rat-defend-1.png
-share/wesnoth/data/campaigns/Descent_Into_Darkness/images/units/giant-rat-defend-2.png
-share/wesnoth/data/campaigns/Descent_Into_Darkness/images/units/giant-rat-die-1.png
-share/wesnoth/data/campaigns/Descent_Into_Darkness/images/units/giant-rat-die-2.png
-share/wesnoth/data/campaigns/Descent_Into_Darkness/images/units/giant-rat-die-3.png
-share/wesnoth/data/campaigns/Descent_Into_Darkness/images/units/giant-rat.png
share/wesnoth/data/campaigns/Descent_Into_Darkness/images/units/neutral-outlaw-princess-attack-sling1.png
share/wesnoth/data/campaigns/Descent_Into_Darkness/images/units/neutral-outlaw-princess-attack-sling2.png
share/wesnoth/data/campaigns/Descent_Into_Darkness/images/units/neutral-outlaw-princess-attack-staff1.png
@@ -411,18 +546,18 @@ share/wesnoth/data/campaigns/Descent_Into_Darkness/images/units/neutral-outlaw-p
share/wesnoth/data/campaigns/Descent_Into_Darkness/images/units/neutral-outlaw-princess-defend-1-2.png
share/wesnoth/data/campaigns/Descent_Into_Darkness/images/units/neutral-outlaw-princess-defend.png
share/wesnoth/data/campaigns/Descent_Into_Darkness/images/units/neutral-outlaw-princess.png
-share/wesnoth/data/campaigns/Descent_Into_Darkness/maps/A_haunting_in_winter.map
-share/wesnoth/data/campaigns/Descent_Into_Darkness/maps/A_small_favor.map
-share/wesnoth/data/campaigns/Descent_Into_Darkness/maps/A_small_favor2.map
-share/wesnoth/data/campaigns/Descent_Into_Darkness/maps/A_small_favor3.map
-share/wesnoth/data/campaigns/Descent_Into_Darkness/maps/Alone_at_last.map
-share/wesnoth/data/campaigns/Descent_Into_Darkness/maps/Descent_into_darkness.map
-share/wesnoth/data/campaigns/Descent_Into_Darkness/maps/Endless_night.map
-share/wesnoth/data/campaigns/Descent_Into_Darkness/maps/Orc_war.map
-share/wesnoth/data/campaigns/Descent_Into_Darkness/maps/Peaceful_valley.map
-share/wesnoth/data/campaigns/Descent_Into_Darkness/maps/Return_to_Parthyn.map
-share/wesnoth/data/campaigns/Descent_Into_Darkness/maps/Revenge.map
-share/wesnoth/data/campaigns/Descent_Into_Darkness/maps/Saving_Parthyn.map
+share/wesnoth/data/campaigns/Descent_Into_Darkness/maps/01_Saving_Parthyn.map
+share/wesnoth/data/campaigns/Descent_Into_Darkness/maps/02_Peaceful_Valley.map
+share/wesnoth/data/campaigns/Descent_Into_Darkness/maps/03_A_Haunting_in_Winter.map
+share/wesnoth/data/campaigns/Descent_Into_Darkness/maps/04_Beginning_of_the_Revenge.map
+share/wesnoth/data/campaigns/Descent_Into_Darkness/maps/05_Orc_War.map
+share/wesnoth/data/campaigns/Descent_Into_Darkness/maps/06_Return_to_Parthyn.map
+share/wesnoth/data/campaigns/Descent_Into_Darkness/maps/07_A_Small_Favor.map
+share/wesnoth/data/campaigns/Descent_Into_Darkness/maps/08_A_Small_Favor2.map
+share/wesnoth/data/campaigns/Descent_Into_Darkness/maps/09_A_Small_Favor3.map
+share/wesnoth/data/campaigns/Descent_Into_Darkness/maps/10_Alone_at_Last.map
+share/wesnoth/data/campaigns/Descent_Into_Darkness/maps/11_Descent_into_Darkness.map
+share/wesnoth/data/campaigns/Descent_Into_Darkness/maps/12_Endless_Night.map
share/wesnoth/data/campaigns/Descent_Into_Darkness/scenarios/01_Saving_Parthyn.cfg
share/wesnoth/data/campaigns/Descent_Into_Darkness/scenarios/02_Peaceful_Valley.cfg
share/wesnoth/data/campaigns/Descent_Into_Darkness/scenarios/03_A_Haunting_in_Winter.cfg
@@ -441,14 +576,11 @@ share/wesnoth/data/campaigns/Descent_Into_Darkness/units/dark-adept.cfg
share/wesnoth/data/campaigns/Descent_Into_Darkness/units/dark-mage.cfg
share/wesnoth/data/campaigns/Descent_Into_Darkness/units/dark-sorcerer.cfg
share/wesnoth/data/campaigns/Descent_Into_Darkness/units/frontier-baroness.cfg
-share/wesnoth/data/campaigns/Descent_Into_Darkness/units/ghast.cfg
-share/wesnoth/data/campaigns/Descent_Into_Darkness/units/giant-rat.cfg
share/wesnoth/data/campaigns/Descent_Into_Darkness/units/iceball.cfg
share/wesnoth/data/campaigns/Descent_Into_Darkness/units/lich.cfg
share/wesnoth/data/campaigns/Descent_Into_Darkness/utils/deaths.cfg
share/wesnoth/data/campaigns/Descent_Into_Darkness/utils/journey.cfg
share/wesnoth/data/campaigns/Descent_Into_Darkness/utils/macros.cfg
-share/wesnoth/data/campaigns/Descent_Into_Darkness/utils/terrain.cfg
share/wesnoth/data/campaigns/Eastern_Invasion/_main.cfg
share/wesnoth/data/campaigns/Eastern_Invasion/images/campaign_image.png
share/wesnoth/data/campaigns/Eastern_Invasion/images/eastern-invasion-map.png
@@ -469,67 +601,56 @@ share/wesnoth/data/campaigns/Eastern_Invasion/images/portraits/gweddry.png
share/wesnoth/data/campaigns/Eastern_Invasion/images/portraits/konrad_II.png
share/wesnoth/data/campaigns/Eastern_Invasion/images/portraits/mal-ravanal.png
share/wesnoth/data/campaigns/Eastern_Invasion/images/portraits/owaec.png
-share/wesnoth/data/campaigns/Eastern_Invasion/images/units/owaec-captain-attack-morningstar.png
-share/wesnoth/data/campaigns/Eastern_Invasion/images/units/owaec-captain-attack-sword.png
-share/wesnoth/data/campaigns/Eastern_Invasion/images/units/owaec-captain-defend.png
-share/wesnoth/data/campaigns/Eastern_Invasion/images/units/owaec-captain-moving.png
-share/wesnoth/data/campaigns/Eastern_Invasion/images/units/owaec-captain.png
-share/wesnoth/data/campaigns/Eastern_Invasion/images/units/owaec-commander-attack-morningstar.png
-share/wesnoth/data/campaigns/Eastern_Invasion/images/units/owaec-commander-attack-sword.png
-share/wesnoth/data/campaigns/Eastern_Invasion/images/units/owaec-commander-defend.png
-share/wesnoth/data/campaigns/Eastern_Invasion/images/units/owaec-commander-moving.png
-share/wesnoth/data/campaigns/Eastern_Invasion/images/units/owaec-commander.png
-share/wesnoth/data/campaigns/Eastern_Invasion/images/units/owaec-lord-attack-morningstar.png
-share/wesnoth/data/campaigns/Eastern_Invasion/images/units/owaec-lord-attack-sword.png
-share/wesnoth/data/campaigns/Eastern_Invasion/images/units/owaec-lord-defend.png
-share/wesnoth/data/campaigns/Eastern_Invasion/images/units/owaec-lord-moving.png
+share/wesnoth/data/campaigns/Eastern_Invasion/images/units/owaec-fighter.png
share/wesnoth/data/campaigns/Eastern_Invasion/images/units/owaec-lord.png
-share/wesnoth/data/campaigns/Eastern_Invasion/maps/An_Elven_Alliance.map
-share/wesnoth/data/campaigns/Eastern_Invasion/maps/An_Unexpected_Appearance.map
-share/wesnoth/data/campaigns/Eastern_Invasion/maps/Approaching_Weldyn.map
-share/wesnoth/data/campaigns/Eastern_Invasion/maps/Captured.map
-share/wesnoth/data/campaigns/Eastern_Invasion/maps/Drowned_Plains.map
-share/wesnoth/data/campaigns/Eastern_Invasion/maps/Evacuation.map
-share/wesnoth/data/campaigns/Eastern_Invasion/maps/Lake_Vrug.map
-share/wesnoth/data/campaigns/Eastern_Invasion/maps/Mal-Ravanals_Capital.map
-share/wesnoth/data/campaigns/Eastern_Invasion/maps/Northern_Outpost.map
-share/wesnoth/data/campaigns/Eastern_Invasion/maps/The_Arena.map
-share/wesnoth/data/campaigns/Eastern_Invasion/maps/The_Crossing.map
-share/wesnoth/data/campaigns/Eastern_Invasion/maps/The_Escape_Tunnel.map
-share/wesnoth/data/campaigns/Eastern_Invasion/maps/The_Outpost.map
-share/wesnoth/data/campaigns/Eastern_Invasion/maps/The_Undead_Border_Patrol.map
+share/wesnoth/data/campaigns/Eastern_Invasion/images/units/owaec-warrior.png
+share/wesnoth/data/campaigns/Eastern_Invasion/maps/01_The_Outpost.map
+share/wesnoth/data/campaigns/Eastern_Invasion/maps/02_The_Escape_Tunnel.map
+share/wesnoth/data/campaigns/Eastern_Invasion/maps/03_An_Unexpected_Appearance.map
+share/wesnoth/data/campaigns/Eastern_Invasion/maps/04a_An_Elven_Alliance.map
+share/wesnoth/data/campaigns/Eastern_Invasion/maps/04b_The_Undead_Border_Patrol.map
+share/wesnoth/data/campaigns/Eastern_Invasion/maps/04c_Mal-Ravanals_Capital.map
+share/wesnoth/data/campaigns/Eastern_Invasion/maps/05_Northern_Outpost.map
+share/wesnoth/data/campaigns/Eastern_Invasion/maps/06_Two_Paths.map
+share/wesnoth/data/campaigns/Eastern_Invasion/maps/07a_The_Crossing.map
+share/wesnoth/data/campaigns/Eastern_Invasion/maps/07b_Undead_Crossing.map
+share/wesnoth/data/campaigns/Eastern_Invasion/maps/08_Training_the_Ogres.map
+share/wesnoth/data/campaigns/Eastern_Invasion/maps/09_Xenophobia.map
+share/wesnoth/data/campaigns/Eastern_Invasion/maps/10_Lake_Vrug.map
+share/wesnoth/data/campaigns/Eastern_Invasion/maps/11_Captured.map
+share/wesnoth/data/campaigns/Eastern_Invasion/maps/12_Evacuation.map
+share/wesnoth/data/campaigns/Eastern_Invasion/maps/13_The_Drowned_Plains.map
+share/wesnoth/data/campaigns/Eastern_Invasion/maps/14_Approaching_Weldyn.map
+share/wesnoth/data/campaigns/Eastern_Invasion/maps/16_Weldyn_under_Attack.map
+share/wesnoth/data/campaigns/Eastern_Invasion/maps/17a_The_Duel.map
+share/wesnoth/data/campaigns/Eastern_Invasion/maps/17b_Weldyn_Besieged.map
share/wesnoth/data/campaigns/Eastern_Invasion/maps/Throne_Room.map
-share/wesnoth/data/campaigns/Eastern_Invasion/maps/Training_the_Ogres.map
-share/wesnoth/data/campaigns/Eastern_Invasion/maps/Tribal_Warfare.map
-share/wesnoth/data/campaigns/Eastern_Invasion/maps/Two_Paths.map
-share/wesnoth/data/campaigns/Eastern_Invasion/maps/Undead_Crossing.map
-share/wesnoth/data/campaigns/Eastern_Invasion/maps/Weldyn_Besieged.map
-share/wesnoth/data/campaigns/Eastern_Invasion/maps/Weldyn_under_Attack.map
-share/wesnoth/data/campaigns/Eastern_Invasion/scenarios/01.The_Outpost.cfg
-share/wesnoth/data/campaigns/Eastern_Invasion/scenarios/02.The_Escape_Tunnel.cfg
-share/wesnoth/data/campaigns/Eastern_Invasion/scenarios/03.An_Unexpected_Appearance.cfg
-share/wesnoth/data/campaigns/Eastern_Invasion/scenarios/04a.An_Elven_Alliance.cfg
-share/wesnoth/data/campaigns/Eastern_Invasion/scenarios/04b.The_Undead_Border_Patrol.cfg
-share/wesnoth/data/campaigns/Eastern_Invasion/scenarios/04c.Mal-Ravanals_Capital.cfg
-share/wesnoth/data/campaigns/Eastern_Invasion/scenarios/05.Northern_Outpost.cfg
-share/wesnoth/data/campaigns/Eastern_Invasion/scenarios/06.Two_Paths.cfg
-share/wesnoth/data/campaigns/Eastern_Invasion/scenarios/07a.The_Crossing.cfg
-share/wesnoth/data/campaigns/Eastern_Invasion/scenarios/07b.Undead_Crossing.cfg
-share/wesnoth/data/campaigns/Eastern_Invasion/scenarios/09.Training_the_Ogres.cfg
-share/wesnoth/data/campaigns/Eastern_Invasion/scenarios/10.Xenophobia.cfg
-share/wesnoth/data/campaigns/Eastern_Invasion/scenarios/11.Lake_Vrug.cfg
-share/wesnoth/data/campaigns/Eastern_Invasion/scenarios/12.Captured.cfg
-share/wesnoth/data/campaigns/Eastern_Invasion/scenarios/13.Evacuation.cfg
-share/wesnoth/data/campaigns/Eastern_Invasion/scenarios/14.The_Drowned_Plains.cfg
-share/wesnoth/data/campaigns/Eastern_Invasion/scenarios/15.Approaching_Weldyn.cfg
-share/wesnoth/data/campaigns/Eastern_Invasion/scenarios/16.The_Council.cfg
-share/wesnoth/data/campaigns/Eastern_Invasion/scenarios/17.Weldyn_Under_Attack.cfg
-share/wesnoth/data/campaigns/Eastern_Invasion/scenarios/18a.The_Duel.cfg
-share/wesnoth/data/campaigns/Eastern_Invasion/scenarios/18b.Weldyn_Besieged.cfg
-share/wesnoth/data/campaigns/Eastern_Invasion/scenarios/19_Epilog.cfg
+share/wesnoth/data/campaigns/Eastern_Invasion/scenarios/01_The_Outpost.cfg
+share/wesnoth/data/campaigns/Eastern_Invasion/scenarios/02_The_Escape_Tunnel.cfg
+share/wesnoth/data/campaigns/Eastern_Invasion/scenarios/03_An_Unexpected_Appearance.cfg
+share/wesnoth/data/campaigns/Eastern_Invasion/scenarios/04a_An_Elven_Alliance.cfg
+share/wesnoth/data/campaigns/Eastern_Invasion/scenarios/04b_The_Undead_Border_Patrol.cfg
+share/wesnoth/data/campaigns/Eastern_Invasion/scenarios/04c_Mal-Ravanals_Capital.cfg
+share/wesnoth/data/campaigns/Eastern_Invasion/scenarios/05_Northern_Outpost.cfg
+share/wesnoth/data/campaigns/Eastern_Invasion/scenarios/06_Two_Paths.cfg
+share/wesnoth/data/campaigns/Eastern_Invasion/scenarios/07a_The_Crossing.cfg
+share/wesnoth/data/campaigns/Eastern_Invasion/scenarios/07b_Undead_Crossing.cfg
+share/wesnoth/data/campaigns/Eastern_Invasion/scenarios/08_Training_the_Ogres.cfg
+share/wesnoth/data/campaigns/Eastern_Invasion/scenarios/09_Xenophobia.cfg
+share/wesnoth/data/campaigns/Eastern_Invasion/scenarios/10_Lake_Vrug.cfg
+share/wesnoth/data/campaigns/Eastern_Invasion/scenarios/11_Captured.cfg
+share/wesnoth/data/campaigns/Eastern_Invasion/scenarios/12_Evacuation.cfg
+share/wesnoth/data/campaigns/Eastern_Invasion/scenarios/13_The_Drowned_Plains.cfg
+share/wesnoth/data/campaigns/Eastern_Invasion/scenarios/14_Approaching_Weldyn.cfg
+share/wesnoth/data/campaigns/Eastern_Invasion/scenarios/15_The_Council.cfg
+share/wesnoth/data/campaigns/Eastern_Invasion/scenarios/16_Weldyn_under_Attack.cfg
+share/wesnoth/data/campaigns/Eastern_Invasion/scenarios/17a_The_Duel.cfg
+share/wesnoth/data/campaigns/Eastern_Invasion/scenarios/17b_Weldyn_Besieged.cfg
+share/wesnoth/data/campaigns/Eastern_Invasion/scenarios/18_Epilogue.cfg
share/wesnoth/data/campaigns/Eastern_Invasion/units/Horse_Lord.cfg
share/wesnoth/data/campaigns/Eastern_Invasion/units/Mounted_Fighter.cfg
share/wesnoth/data/campaigns/Eastern_Invasion/units/Mounted_Warrior.cfg
+share/wesnoth/data/campaigns/Eastern_Invasion/utils/abilities.cfg
share/wesnoth/data/campaigns/Eastern_Invasion/utils/deaths.cfg
share/wesnoth/data/campaigns/Eastern_Invasion/utils/journey.cfg
share/wesnoth/data/campaigns/Eastern_Invasion/utils/throneroom.cfg
@@ -543,7 +664,6 @@ share/wesnoth/data/campaigns/Heir_To_The_Throne/images/portraits/kalenz.png
share/wesnoth/data/campaigns/Heir_To_The_Throne/images/portraits/konrad-angry.png
share/wesnoth/data/campaigns/Heir_To_The_Throne/images/portraits/konrad.png
share/wesnoth/data/campaigns/Heir_To_The_Throne/images/portraits/lisar.png
-share/wesnoth/data/campaigns/Heir_To_The_Throne/images/portraits/uradredia.png
share/wesnoth/data/campaigns/Heir_To_The_Throne/images/story/arrival_of_the_heir.png
share/wesnoth/data/campaigns/Heir_To_The_Throne/images/story/httt_story1.jpg
share/wesnoth/data/campaigns/Heir_To_The_Throne/images/story/httt_story2.jpg
@@ -709,6 +829,7 @@ share/wesnoth/data/campaigns/Heir_To_The_Throne/utils/intro.cfg
share/wesnoth/data/campaigns/Legend_of_Wesmere/HISTORY
share/wesnoth/data/campaigns/Legend_of_Wesmere/_main.cfg
share/wesnoth/data/campaigns/Legend_of_Wesmere/ai/patrol.fai
+share/wesnoth/data/campaigns/Legend_of_Wesmere/chapters.txt
share/wesnoth/data/campaigns/Legend_of_Wesmere/images/campaign_image.png
share/wesnoth/data/campaigns/Legend_of_Wesmere/images/l10n/de/legend-of-wesmere-map--overlay.png
share/wesnoth/data/campaigns/Legend_of_Wesmere/images/l10n/es/legend-of-wesmere-map--overlay.png
@@ -725,7 +846,9 @@ share/wesnoth/data/campaigns/Legend_of_Wesmere/images/legend-of-wesmere-map.png
share/wesnoth/data/campaigns/Legend_of_Wesmere/images/portraits/aldar.png
share/wesnoth/data/campaigns/Legend_of_Wesmere/images/portraits/cleodil.png
share/wesnoth/data/campaigns/Legend_of_Wesmere/images/portraits/crelanu.png
+share/wesnoth/data/campaigns/Legend_of_Wesmere/images/portraits/dionli.png
share/wesnoth/data/campaigns/Legend_of_Wesmere/images/portraits/galtrid.png
+share/wesnoth/data/campaigns/Legend_of_Wesmere/images/portraits/haldricII.png
share/wesnoth/data/campaigns/Legend_of_Wesmere/images/portraits/kalenz_young.png
share/wesnoth/data/campaigns/Legend_of_Wesmere/images/portraits/landar.png
share/wesnoth/data/campaigns/Legend_of_Wesmere/images/portraits/olurf.png
@@ -735,7 +858,6 @@ share/wesnoth/data/campaigns/Legend_of_Wesmere/images/story/characters/aldar.png
share/wesnoth/data/campaigns/Legend_of_Wesmere/images/story/characters/cleodil.png
share/wesnoth/data/campaigns/Legend_of_Wesmere/images/story/characters/crelanu.png
share/wesnoth/data/campaigns/Legend_of_Wesmere/images/story/characters/galtrid.png
-share/wesnoth/data/campaigns/Legend_of_Wesmere/images/story/characters/haldric-ii.png
share/wesnoth/data/campaigns/Legend_of_Wesmere/images/story/characters/highlord.png
share/wesnoth/data/campaigns/Legend_of_Wesmere/images/story/characters/kalenz.png
share/wesnoth/data/campaigns/Legend_of_Wesmere/images/story/characters/landar.png
@@ -745,57 +867,59 @@ share/wesnoth/data/campaigns/Legend_of_Wesmere/images/story/characters/olurf.png
share/wesnoth/data/campaigns/Legend_of_Wesmere/images/story/characters/uradredia.png
share/wesnoth/data/campaigns/Legend_of_Wesmere/lua/label.lua
share/wesnoth/data/campaigns/Legend_of_Wesmere/lua/replace_map.lua
-share/wesnoth/data/campaigns/Legend_of_Wesmere/maps/02_Hostile_mountains.map
-share/wesnoth/data/campaigns/Legend_of_Wesmere/maps/04_Elvish_Treasury.map
+share/wesnoth/data/campaigns/Legend_of_Wesmere/maps/02_Hostile_Mountains.map
+share/wesnoth/data/campaigns/Legend_of_Wesmere/maps/04_The_Elvish_Treasury.map
share/wesnoth/data/campaigns/Legend_of_Wesmere/maps/06_Acquaintance_in_Need.map
share/wesnoth/data/campaigns/Legend_of_Wesmere/maps/09_Bounty_Hunters.map
share/wesnoth/data/campaigns/Legend_of_Wesmere/maps/10_Cliffs_of_Thoria.map
-share/wesnoth/data/campaigns/Legend_of_Wesmere/maps/11_Battle_of_the_book.map
+share/wesnoth/data/campaigns/Legend_of_Wesmere/maps/11_Battle_of_the_Book.map
share/wesnoth/data/campaigns/Legend_of_Wesmere/maps/14_Human_Alliance.map
-share/wesnoth/data/campaigns/Legend_of_Wesmere/maps/16_The_Chief_must_die.map
+share/wesnoth/data/campaigns/Legend_of_Wesmere/maps/16_The_Chief_Must_Die.map
share/wesnoth/data/campaigns/Legend_of_Wesmere/maps/23_End_of_War.map
share/wesnoth/data/campaigns/Legend_of_Wesmere/maps/Kalian.map
share/wesnoth/data/campaigns/Legend_of_Wesmere/maps/Kalian_map.cfg
share/wesnoth/data/campaigns/Legend_of_Wesmere/maps/Lintanir.map
share/wesnoth/data/campaigns/Legend_of_Wesmere/maps/North_Elves.map
share/wesnoth/data/campaigns/Legend_of_Wesmere/maps/Saurgrath.map
-share/wesnoth/data/campaigns/Legend_of_Wesmere/masks/01_Uprooting.mask
-share/wesnoth/data/campaigns/Legend_of_Wesmere/masks/01_Uprooting_MP.mask
-share/wesnoth/data/campaigns/Legend_of_Wesmere/masks/02_Hostile_Mountains_MP.mask
-share/wesnoth/data/campaigns/Legend_of_Wesmere/masks/03_Kalian.mask
-share/wesnoth/data/campaigns/Legend_of_Wesmere/masks/05_Saurian_Treasury.mask
-share/wesnoth/data/campaigns/Legend_of_Wesmere/masks/07_Elves_last_stand.mask
-share/wesnoth/data/campaigns/Legend_of_Wesmere/masks/17_Breaking_the_siege.mask
+share/wesnoth/data/campaigns/Legend_of_Wesmere/masks/01_The_Uprooting.mask
+share/wesnoth/data/campaigns/Legend_of_Wesmere/masks/03_Kalian_under_Attack.mask
+share/wesnoth/data/campaigns/Legend_of_Wesmere/masks/05_The_Saurian_Treasury.mask
+share/wesnoth/data/campaigns/Legend_of_Wesmere/masks/07_Elves_Last_Stand.mask
+share/wesnoth/data/campaigns/Legend_of_Wesmere/masks/17_Breaking_the_Siege.mask
share/wesnoth/data/campaigns/Legend_of_Wesmere/masks/19_Costly_Revenge.mask
share/wesnoth/data/campaigns/Legend_of_Wesmere/masks/21_Elvish_Assassins.mask
share/wesnoth/data/campaigns/Legend_of_Wesmere/masks/22_Northern_Battle.mask
-share/wesnoth/data/campaigns/Legend_of_Wesmere/scenarios/01_The_Uprooting.cfg
-share/wesnoth/data/campaigns/Legend_of_Wesmere/scenarios/02_Hostile_mountains.cfg
-share/wesnoth/data/campaigns/Legend_of_Wesmere/scenarios/03_Kalian.cfg
-share/wesnoth/data/campaigns/Legend_of_Wesmere/scenarios/04_Elvish_Treasury.cfg
-share/wesnoth/data/campaigns/Legend_of_Wesmere/scenarios/05_Saurian_Treasury.cfg
-share/wesnoth/data/campaigns/Legend_of_Wesmere/scenarios/06_Acquaintance_in_Need.cfg
-share/wesnoth/data/campaigns/Legend_of_Wesmere/scenarios/07_Elves_last_stand.cfg
-share/wesnoth/data/campaigns/Legend_of_Wesmere/scenarios/07_Elves_last_stand_utils.cfg
-share/wesnoth/data/campaigns/Legend_of_Wesmere/scenarios/08_Council_of_hard_choices.cfg
-share/wesnoth/data/campaigns/Legend_of_Wesmere/scenarios/09_Bounty_hunters.cfg
-share/wesnoth/data/campaigns/Legend_of_Wesmere/scenarios/10_Cliffs_of_Thoria.cfg
-share/wesnoth/data/campaigns/Legend_of_Wesmere/scenarios/11_Battle_of_the_book.cfg
-share/wesnoth/data/campaigns/Legend_of_Wesmere/scenarios/12_Revelations.cfg
-share/wesnoth/data/campaigns/Legend_of_Wesmere/scenarios/13_News_from_the_front.cfg
-share/wesnoth/data/campaigns/Legend_of_Wesmere/scenarios/14_Human_Alliance.cfg
-share/wesnoth/data/campaigns/Legend_of_Wesmere/scenarios/15_The_Treaty.cfg
-share/wesnoth/data/campaigns/Legend_of_Wesmere/scenarios/16_The_Chief_must_die.cfg
-share/wesnoth/data/campaigns/Legend_of_Wesmere/scenarios/16_The_Chief_must_die_utils.cfg
-share/wesnoth/data/campaigns/Legend_of_Wesmere/scenarios/17_Breaking_the_siege.cfg
-share/wesnoth/data/campaigns/Legend_of_Wesmere/scenarios/18_Hour_of_Glory.cfg
-share/wesnoth/data/campaigns/Legend_of_Wesmere/scenarios/19_Costly_Revenge.cfg
-share/wesnoth/data/campaigns/Legend_of_Wesmere/scenarios/20_Council_ruling.cfg
-share/wesnoth/data/campaigns/Legend_of_Wesmere/scenarios/21_Elvish_Assassins.cfg
-share/wesnoth/data/campaigns/Legend_of_Wesmere/scenarios/22_Northern_Battle.cfg
-share/wesnoth/data/campaigns/Legend_of_Wesmere/scenarios/23_End_of_War.cfg
-share/wesnoth/data/campaigns/Legend_of_Wesmere/scenarios/24_Epilogue.cfg
share/wesnoth/data/campaigns/Legend_of_Wesmere/scenarios/North_elves_utils.cfg
+share/wesnoth/data/campaigns/Legend_of_Wesmere/scenarios/_main.cfg
+share/wesnoth/data/campaigns/Legend_of_Wesmere/scenarios/chapter1/01_The_Uprooting.cfg
+share/wesnoth/data/campaigns/Legend_of_Wesmere/scenarios/chapter1/02_Hostile_Mountains.cfg
+share/wesnoth/data/campaigns/Legend_of_Wesmere/scenarios/chapter1/03_Kalian_under_Attack.cfg
+share/wesnoth/data/campaigns/Legend_of_Wesmere/scenarios/chapter1/Chapter_One_End.cfg
+share/wesnoth/data/campaigns/Legend_of_Wesmere/scenarios/chapter2/04_The_Elvish_Treasury.cfg
+share/wesnoth/data/campaigns/Legend_of_Wesmere/scenarios/chapter2/05_The_Saurian_Treasury.cfg
+share/wesnoth/data/campaigns/Legend_of_Wesmere/scenarios/chapter2/06_Acquaintance_in_Need.cfg
+share/wesnoth/data/campaigns/Legend_of_Wesmere/scenarios/chapter2/07_Elves_Last_Stand.cfg
+share/wesnoth/data/campaigns/Legend_of_Wesmere/scenarios/chapter2/07_Elves_Last_Stand_utils.cfg
+share/wesnoth/data/campaigns/Legend_of_Wesmere/scenarios/chapter2/08_Council_of_Hard_Choices.cfg
+share/wesnoth/data/campaigns/Legend_of_Wesmere/scenarios/chapter3/09_Bounty_Hunters.cfg
+share/wesnoth/data/campaigns/Legend_of_Wesmere/scenarios/chapter3/10_Cliffs_of_Thoria.cfg
+share/wesnoth/data/campaigns/Legend_of_Wesmere/scenarios/chapter3/11_Battle_of_the_Book.cfg
+share/wesnoth/data/campaigns/Legend_of_Wesmere/scenarios/chapter3/12_Revelations.cfg
+share/wesnoth/data/campaigns/Legend_of_Wesmere/scenarios/chapter4/13_News_from_the_Front.cfg
+share/wesnoth/data/campaigns/Legend_of_Wesmere/scenarios/chapter4/14_Human_Alliance.cfg
+share/wesnoth/data/campaigns/Legend_of_Wesmere/scenarios/chapter4/15_The_Treaty.cfg
+share/wesnoth/data/campaigns/Legend_of_Wesmere/scenarios/chapter4/16_The_Chief_Must_Die.cfg
+share/wesnoth/data/campaigns/Legend_of_Wesmere/scenarios/chapter4/16_The_Chief_Must_Die_utils.cfg
+share/wesnoth/data/campaigns/Legend_of_Wesmere/scenarios/chapter4/17_Breaking_the_Siege.cfg
+share/wesnoth/data/campaigns/Legend_of_Wesmere/scenarios/chapter4/18_Hour_of_Glory.cfg
+share/wesnoth/data/campaigns/Legend_of_Wesmere/scenarios/chapter5/19_Costly_Revenge.cfg
+share/wesnoth/data/campaigns/Legend_of_Wesmere/scenarios/chapter5/20_Council_Ruling.cfg
+share/wesnoth/data/campaigns/Legend_of_Wesmere/scenarios/chapter5/21_Elvish_Assassins.cfg
+share/wesnoth/data/campaigns/Legend_of_Wesmere/scenarios/chapter5/22_Northern_Battle.cfg
+share/wesnoth/data/campaigns/Legend_of_Wesmere/scenarios/chapter5/23_End_of_War.cfg
+share/wesnoth/data/campaigns/Legend_of_Wesmere/scenarios/chapter5/24_Epilogue.cfg
+share/wesnoth/data/campaigns/Legend_of_Wesmere/utils/_main.cfg
+share/wesnoth/data/campaigns/Legend_of_Wesmere/utils/abilities.cfg
share/wesnoth/data/campaigns/Legend_of_Wesmere/utils/characters.cfg
share/wesnoth/data/campaigns/Legend_of_Wesmere/utils/deaths.cfg
share/wesnoth/data/campaigns/Legend_of_Wesmere/utils/journey.cfg
@@ -826,12 +950,12 @@ share/wesnoth/data/campaigns/Liberty/images/maps/l10n/sr@ijekavianlatin/liberty-
share/wesnoth/data/campaigns/Liberty/images/maps/l10n/sr@latin/liberty-map--overlay.png
share/wesnoth/data/campaigns/Liberty/images/maps/l10n/zh_CN/liberty-map--overlay.png
share/wesnoth/data/campaigns/Liberty/images/maps/liberty-map.png
-share/wesnoth/data/campaigns/Liberty/images/portraits/p_baldras.png
-share/wesnoth/data/campaigns/Liberty/images/portraits/p_gwydion.png
-share/wesnoth/data/campaigns/Liberty/images/portraits/p_harper.png
-share/wesnoth/data/campaigns/Liberty/images/portraits/p_helicrom.png
-share/wesnoth/data/campaigns/Liberty/images/portraits/p_maddock.png
-share/wesnoth/data/campaigns/Liberty/images/portraits/p_relnan.png
+share/wesnoth/data/campaigns/Liberty/images/portraits/baldras.png
+share/wesnoth/data/campaigns/Liberty/images/portraits/dommel.png
+share/wesnoth/data/campaigns/Liberty/images/portraits/harper.png
+share/wesnoth/data/campaigns/Liberty/images/portraits/helicrom.png
+share/wesnoth/data/campaigns/Liberty/images/portraits/maddock.png
+share/wesnoth/data/campaigns/Liberty/images/portraits/relana.png
share/wesnoth/data/campaigns/Liberty/images/projectiles/shadowmissile-n.png
share/wesnoth/data/campaigns/Liberty/images/projectiles/shadowmissile-ne.png
share/wesnoth/data/campaigns/Liberty/images/schedule-midnight.png
@@ -839,58 +963,29 @@ share/wesnoth/data/campaigns/Liberty/images/story/Halstead.jpg
share/wesnoth/data/campaigns/Liberty/images/story/frontier.jpg
share/wesnoth/data/campaigns/Liberty/images/story/island.jpg
share/wesnoth/data/campaigns/Liberty/images/story/return_to_Dallben_and_Delwyn.jpg
-share/wesnoth/data/campaigns/Liberty/images/units/human-outlaws/rogue-mage-attack1.png
-share/wesnoth/data/campaigns/Liberty/images/units/human-outlaws/rogue-mage-attack2.png
-share/wesnoth/data/campaigns/Liberty/images/units/human-outlaws/rogue-mage-attack3.png
-share/wesnoth/data/campaigns/Liberty/images/units/human-outlaws/rogue-mage-attack4.png
-share/wesnoth/data/campaigns/Liberty/images/units/human-outlaws/rogue-mage-defend.png
-share/wesnoth/data/campaigns/Liberty/images/units/human-outlaws/rogue-mage-missile1.png
-share/wesnoth/data/campaigns/Liberty/images/units/human-outlaws/rogue-mage-missile2.png
-share/wesnoth/data/campaigns/Liberty/images/units/human-outlaws/rogue-mage-missile3.png
share/wesnoth/data/campaigns/Liberty/images/units/human-outlaws/rogue-mage.png
-share/wesnoth/data/campaigns/Liberty/images/units/human-outlaws/shadow-lord-attack1.png
-share/wesnoth/data/campaigns/Liberty/images/units/human-outlaws/shadow-lord-attack2.png
-share/wesnoth/data/campaigns/Liberty/images/units/human-outlaws/shadow-lord-attack3.png
-share/wesnoth/data/campaigns/Liberty/images/units/human-outlaws/shadow-lord-attack4.png
-share/wesnoth/data/campaigns/Liberty/images/units/human-outlaws/shadow-lord-defend-hit1.png
-share/wesnoth/data/campaigns/Liberty/images/units/human-outlaws/shadow-lord-defend-hit2.png
-share/wesnoth/data/campaigns/Liberty/images/units/human-outlaws/shadow-lord-defend-hit3.png
-share/wesnoth/data/campaigns/Liberty/images/units/human-outlaws/shadow-lord-defend-hit4.png
-share/wesnoth/data/campaigns/Liberty/images/units/human-outlaws/shadow-lord-defend-hit5.png
-share/wesnoth/data/campaigns/Liberty/images/units/human-outlaws/shadow-lord-defend-miss1.png
-share/wesnoth/data/campaigns/Liberty/images/units/human-outlaws/shadow-lord-defend-miss2.png
-share/wesnoth/data/campaigns/Liberty/images/units/human-outlaws/shadow-lord-defend-miss3.png
-share/wesnoth/data/campaigns/Liberty/images/units/human-outlaws/shadow-lord-ranged1.png
-share/wesnoth/data/campaigns/Liberty/images/units/human-outlaws/shadow-lord-ranged2.png
-share/wesnoth/data/campaigns/Liberty/images/units/human-outlaws/shadow-lord-ranged3.png
-share/wesnoth/data/campaigns/Liberty/images/units/human-outlaws/shadow-lord-ranged4.png
share/wesnoth/data/campaigns/Liberty/images/units/human-outlaws/shadow-lord.png
-share/wesnoth/data/campaigns/Liberty/images/units/human-outlaws/shadow-mage-attack1.png
-share/wesnoth/data/campaigns/Liberty/images/units/human-outlaws/shadow-mage-attack2.png
-share/wesnoth/data/campaigns/Liberty/images/units/human-outlaws/shadow-mage-defend.png
share/wesnoth/data/campaigns/Liberty/images/units/human-outlaws/shadow-mage.png
-share/wesnoth/data/campaigns/Liberty/images/units/undead-skeletal/boneknight-attack-1.png
-share/wesnoth/data/campaigns/Liberty/images/units/undead-skeletal/boneknight-attack-2.png
-share/wesnoth/data/campaigns/Liberty/images/units/undead-skeletal/boneknight-defend.png
-share/wesnoth/data/campaigns/Liberty/images/units/undead-skeletal/boneknight-moving.png
+share/wesnoth/data/campaigns/Liberty/images/units/human-peasants/female+senior-village-elder.png
share/wesnoth/data/campaigns/Liberty/images/units/undead-skeletal/boneknight.png
-share/wesnoth/data/campaigns/Liberty/images/units/undead-skeletal/deathsquire-attack.png
+share/wesnoth/data/campaigns/Liberty/images/units/undead-skeletal/deathsquire-attack-1.png
+share/wesnoth/data/campaigns/Liberty/images/units/undead-skeletal/deathsquire-attack-2.png
+share/wesnoth/data/campaigns/Liberty/images/units/undead-skeletal/deathsquire-attack-3.png
share/wesnoth/data/campaigns/Liberty/images/units/undead-skeletal/deathsquire-defend.png
share/wesnoth/data/campaigns/Liberty/images/units/undead-skeletal/deathsquire-leading.png
share/wesnoth/data/campaigns/Liberty/images/units/undead-skeletal/deathsquire.png
-share/wesnoth/data/campaigns/Liberty/images/units/undead-skeletal/rider-attack-1.png
-share/wesnoth/data/campaigns/Liberty/images/units/undead-skeletal/rider-attack-2.png
+share/wesnoth/data/campaigns/Liberty/images/units/undead-skeletal/rider-attack.png
share/wesnoth/data/campaigns/Liberty/images/units/undead-skeletal/rider-defend.png
share/wesnoth/data/campaigns/Liberty/images/units/undead-skeletal/rider-moving.png
share/wesnoth/data/campaigns/Liberty/images/units/undead-skeletal/rider.png
-share/wesnoth/data/campaigns/Liberty/maps/civil_disobedience.map
-share/wesnoth/data/campaigns/Liberty/maps/glory.map
-share/wesnoth/data/campaigns/Liberty/maps/gray_woods.map
-share/wesnoth/data/campaigns/Liberty/maps/hide_and_seek.map
-share/wesnoth/data/campaigns/Liberty/maps/strategy_of_hope.map
-share/wesnoth/data/campaigns/Liberty/maps/the_hunters.map
-share/wesnoth/data/campaigns/Liberty/maps/the_raid.map
-share/wesnoth/data/campaigns/Liberty/maps/unlawful_orders.map
+share/wesnoth/data/campaigns/Liberty/maps/01_The_Raid.map
+share/wesnoth/data/campaigns/Liberty/maps/02_Civil_Disobedience.map
+share/wesnoth/data/campaigns/Liberty/maps/03_Strategy_of_Hope.map
+share/wesnoth/data/campaigns/Liberty/maps/04_Unlawful_Orders.map
+share/wesnoth/data/campaigns/Liberty/maps/05_Hide_and_Seek.map
+share/wesnoth/data/campaigns/Liberty/maps/06_The_Grey_Woods.map
+share/wesnoth/data/campaigns/Liberty/maps/07_The_Hunters.map
+share/wesnoth/data/campaigns/Liberty/maps/08_Glory.map
share/wesnoth/data/campaigns/Liberty/scenarios/01_The_Raid.cfg
share/wesnoth/data/campaigns/Liberty/scenarios/02_Civil_Disobedience.cfg
share/wesnoth/data/campaigns/Liberty/scenarios/03_A_Strategy_Of_Hope.cfg
@@ -899,9 +994,8 @@ share/wesnoth/data/campaigns/Liberty/scenarios/05_Hide_and_Seek.cfg
share/wesnoth/data/campaigns/Liberty/scenarios/06_The_Grey_Woods.cfg
share/wesnoth/data/campaigns/Liberty/scenarios/07_The_Hunters.cfg
share/wesnoth/data/campaigns/Liberty/scenarios/08_Glory.cfg
-share/wesnoth/data/campaigns/Liberty/scenarios/09_Epilog.cfg
+share/wesnoth/data/campaigns/Liberty/scenarios/09_Epilogue.cfg
share/wesnoth/data/campaigns/Liberty/units/Bone_Knight.cfg
-share/wesnoth/data/campaigns/Liberty/units/Dark_Sorcerer2.cfg
share/wesnoth/data/campaigns/Liberty/units/Death_Squire.cfg
share/wesnoth/data/campaigns/Liberty/units/Rogue_Mage.cfg
share/wesnoth/data/campaigns/Liberty/units/Shadow_Lord.cfg
@@ -929,28 +1023,28 @@ share/wesnoth/data/campaigns/Northern_Rebirth/images/portraits/Sister_Thera.png
share/wesnoth/data/campaigns/Northern_Rebirth/images/portraits/Stalrag.png
share/wesnoth/data/campaigns/Northern_Rebirth/images/portraits/Tallin-Evil.png
share/wesnoth/data/campaigns/Northern_Rebirth/images/portraits/Tallin.png
-share/wesnoth/data/campaigns/Northern_Rebirth/maps/breaking_the_chains.map
-share/wesnoth/data/campaigns/Northern_Rebirth/maps/clearing_the_mines.map
-share/wesnoth/data/campaigns/Northern_Rebirth/maps/compelled.map
-share/wesnoth/data/campaigns/Northern_Rebirth/maps/eastern_flank.map
-share/wesnoth/data/campaigns/Northern_Rebirth/maps/elvish_princess.map
-share/wesnoth/data/campaigns/Northern_Rebirth/maps/epilogue.map
-share/wesnoth/data/campaigns/Northern_Rebirth/maps/get_the_gold.map
-share/wesnoth/data/campaigns/Northern_Rebirth/maps/infested_caves.map
-share/wesnoth/data/campaigns/Northern_Rebirth/maps/introductions.map
-share/wesnoth/data/campaigns/Northern_Rebirth/maps/judgement.map
-share/wesnoth/data/campaigns/Northern_Rebirth/maps/old_friend.map
-share/wesnoth/data/campaigns/Northern_Rebirth/maps/protecting_the_master.map
-share/wesnoth/data/campaigns/Northern_Rebirth/maps/ray_of_hope.map
-share/wesnoth/data/campaigns/Northern_Rebirth/maps/settling_disputes.map
-share/wesnoth/data/campaigns/Northern_Rebirth/maps/showdown.map
-share/wesnoth/data/campaigns/Northern_Rebirth/maps/slave_of_the_undead.map
-share/wesnoth/data/campaigns/Northern_Rebirth/maps/stolen_gold.map
-share/wesnoth/data/campaigns/Northern_Rebirth/maps/the_pursuit.map
-share/wesnoth/data/campaigns/Northern_Rebirth/maps/to_the_mines.map
+share/wesnoth/data/campaigns/Northern_Rebirth/maps/01_Breaking_the_Chains.map
+share/wesnoth/data/campaigns/Northern_Rebirth/maps/02_Infested_Caves.map
+share/wesnoth/data/campaigns/Northern_Rebirth/maps/03_To_the_Mines.map
+share/wesnoth/data/campaigns/Northern_Rebirth/maps/04_Clearing_the_Mines.map
+share/wesnoth/data/campaigns/Northern_Rebirth/maps/05a_The_Pursuit.map
+share/wesnoth/data/campaigns/Northern_Rebirth/maps/05b_Compelled.map
+share/wesnoth/data/campaigns/Northern_Rebirth/maps/06a_Old_Friend.map
+share/wesnoth/data/campaigns/Northern_Rebirth/maps/06b_Slave_of_the_Undead.map
+share/wesnoth/data/campaigns/Northern_Rebirth/maps/07a_Settling_Disputes.map
+share/wesnoth/data/campaigns/Northern_Rebirth/maps/07b_Protecting_the_Master.map
+share/wesnoth/data/campaigns/Northern_Rebirth/maps/08a_Elvish_Princess.map
+share/wesnoth/data/campaigns/Northern_Rebirth/maps/08b_Ray_of_Hope.map
+share/wesnoth/data/campaigns/Northern_Rebirth/maps/09a_Introductions.map
+share/wesnoth/data/campaigns/Northern_Rebirth/maps/09b_Judgment.map
+share/wesnoth/data/campaigns/Northern_Rebirth/maps/10a_Stolen_Gold.map
+share/wesnoth/data/campaigns/Northern_Rebirth/maps/11a_The_Eastern_Flank.map
+share/wesnoth/data/campaigns/Northern_Rebirth/maps/12a_Get_the_Gold.map
+share/wesnoth/data/campaigns/Northern_Rebirth/maps/13a_Showdown.map
+share/wesnoth/data/campaigns/Northern_Rebirth/maps/14a_Epilogue.map
share/wesnoth/data/campaigns/Northern_Rebirth/scenarios/01_Breaking_the_Chains.cfg
share/wesnoth/data/campaigns/Northern_Rebirth/scenarios/02_Infested_Caves.cfg
-share/wesnoth/data/campaigns/Northern_Rebirth/scenarios/03_To_The_Mines.cfg
+share/wesnoth/data/campaigns/Northern_Rebirth/scenarios/03_To_the_Mines.cfg
share/wesnoth/data/campaigns/Northern_Rebirth/scenarios/04_Clearing_the_Mines.cfg
share/wesnoth/data/campaigns/Northern_Rebirth/scenarios/05a_The_Pursuit.cfg
share/wesnoth/data/campaigns/Northern_Rebirth/scenarios/05b_Compelled.cfg
@@ -961,9 +1055,9 @@ share/wesnoth/data/campaigns/Northern_Rebirth/scenarios/07b_Protecting_the_Maste
share/wesnoth/data/campaigns/Northern_Rebirth/scenarios/08a_Elvish_Princess.cfg
share/wesnoth/data/campaigns/Northern_Rebirth/scenarios/08b_Ray_of_Hope.cfg
share/wesnoth/data/campaigns/Northern_Rebirth/scenarios/09a_Introductions.cfg
-share/wesnoth/data/campaigns/Northern_Rebirth/scenarios/09b_Judgement.cfg
+share/wesnoth/data/campaigns/Northern_Rebirth/scenarios/09b_Judgment.cfg
share/wesnoth/data/campaigns/Northern_Rebirth/scenarios/10a_Stolen_Gold.cfg
-share/wesnoth/data/campaigns/Northern_Rebirth/scenarios/11a_Eastern_Flank.cfg
+share/wesnoth/data/campaigns/Northern_Rebirth/scenarios/11a_The_Eastern_Flank.cfg
share/wesnoth/data/campaigns/Northern_Rebirth/scenarios/12a_Get_the_Gold.cfg
share/wesnoth/data/campaigns/Northern_Rebirth/scenarios/13a_Showdown.cfg
share/wesnoth/data/campaigns/Northern_Rebirth/scenarios/14a_Epilogue.cfg
@@ -979,36 +1073,32 @@ share/wesnoth/data/campaigns/Sceptre_of_Fire/images/misc/coal-icon.png
share/wesnoth/data/campaigns/Sceptre_of_Fire/images/misc/gold-icon.png
share/wesnoth/data/campaigns/Sceptre_of_Fire/images/portraits/alanin.png
share/wesnoth/data/campaigns/Sceptre_of_Fire/images/portraits/baglur.png
+share/wesnoth/data/campaigns/Sceptre_of_Fire/images/portraits/durstorn-insane.png
share/wesnoth/data/campaigns/Sceptre_of_Fire/images/portraits/durstorn.png
+share/wesnoth/data/campaigns/Sceptre_of_Fire/images/portraits/elvish_marshal.png
+share/wesnoth/data/campaigns/Sceptre_of_Fire/images/portraits/haldric-ii-old.png
share/wesnoth/data/campaigns/Sceptre_of_Fire/images/portraits/haldric-ii.png
share/wesnoth/data/campaigns/Sceptre_of_Fire/images/portraits/khrakrahs.png
share/wesnoth/data/campaigns/Sceptre_of_Fire/images/portraits/rugnur.png
share/wesnoth/data/campaigns/Sceptre_of_Fire/images/portraits/thursagan.png
-share/wesnoth/data/campaigns/Sceptre_of_Fire/images/units/dwarves/arcanister-attack1.png
-share/wesnoth/data/campaigns/Sceptre_of_Fire/images/units/dwarves/arcanister-attack2.png
-share/wesnoth/data/campaigns/Sceptre_of_Fire/images/units/dwarves/arcanister-attack3.png
-share/wesnoth/data/campaigns/Sceptre_of_Fire/images/units/dwarves/arcanister-defend-ranged.png
-share/wesnoth/data/campaigns/Sceptre_of_Fire/images/units/dwarves/arcanister-defend.png
-share/wesnoth/data/campaigns/Sceptre_of_Fire/images/units/dwarves/arcanister.png
+share/wesnoth/data/campaigns/Sceptre_of_Fire/images/terrain/gate-left-down.png
+share/wesnoth/data/campaigns/Sceptre_of_Fire/images/terrain/gate-left-rising-1.png
+share/wesnoth/data/campaigns/Sceptre_of_Fire/images/terrain/gate-left-rising-2.png
+share/wesnoth/data/campaigns/Sceptre_of_Fire/images/terrain/gate-left-rising-3.png
+share/wesnoth/data/campaigns/Sceptre_of_Fire/images/terrain/gate-left-up.png
+share/wesnoth/data/campaigns/Sceptre_of_Fire/images/terrain/gate-middle-down.png
+share/wesnoth/data/campaigns/Sceptre_of_Fire/images/terrain/gate-middle-rising-1.png
+share/wesnoth/data/campaigns/Sceptre_of_Fire/images/terrain/gate-middle-rising-2.png
+share/wesnoth/data/campaigns/Sceptre_of_Fire/images/terrain/gate-middle-rising-3.png
+share/wesnoth/data/campaigns/Sceptre_of_Fire/images/terrain/gate-middle-up.png
+share/wesnoth/data/campaigns/Sceptre_of_Fire/images/terrain/gate-right-down.png
+share/wesnoth/data/campaigns/Sceptre_of_Fire/images/terrain/gate-right-rising-1.png
+share/wesnoth/data/campaigns/Sceptre_of_Fire/images/terrain/gate-right-rising-2.png
+share/wesnoth/data/campaigns/Sceptre_of_Fire/images/terrain/gate-right-rising-3.png
+share/wesnoth/data/campaigns/Sceptre_of_Fire/images/terrain/gate-right-up.png
share/wesnoth/data/campaigns/Sceptre_of_Fire/images/units/dwarves/caravan.png
-share/wesnoth/data/campaigns/Sceptre_of_Fire/images/units/dwarves/miner-attack-1.png
-share/wesnoth/data/campaigns/Sceptre_of_Fire/images/units/dwarves/miner-attack-2.png
-share/wesnoth/data/campaigns/Sceptre_of_Fire/images/units/dwarves/miner-defend.png
-share/wesnoth/data/campaigns/Sceptre_of_Fire/images/units/dwarves/miner-laden-attack-1.png
-share/wesnoth/data/campaigns/Sceptre_of_Fire/images/units/dwarves/miner-laden-attack-2.png
-share/wesnoth/data/campaigns/Sceptre_of_Fire/images/units/dwarves/miner-laden-defend.png
share/wesnoth/data/campaigns/Sceptre_of_Fire/images/units/dwarves/miner-laden.png
share/wesnoth/data/campaigns/Sceptre_of_Fire/images/units/dwarves/miner.png
-share/wesnoth/data/campaigns/Sceptre_of_Fire/images/units/dwarves/runemasteralt-attack1.png
-share/wesnoth/data/campaigns/Sceptre_of_Fire/images/units/dwarves/runemasteralt-attack2.png
-share/wesnoth/data/campaigns/Sceptre_of_Fire/images/units/dwarves/runemasteralt-attack3.png
-share/wesnoth/data/campaigns/Sceptre_of_Fire/images/units/dwarves/runemasteralt-defend.png
-share/wesnoth/data/campaigns/Sceptre_of_Fire/images/units/dwarves/runemasteralt.png
-share/wesnoth/data/campaigns/Sceptre_of_Fire/images/units/dwarves/runesmith-attack1.png
-share/wesnoth/data/campaigns/Sceptre_of_Fire/images/units/dwarves/runesmith-attack2.png
-share/wesnoth/data/campaigns/Sceptre_of_Fire/images/units/dwarves/runesmith-attack3.png
-share/wesnoth/data/campaigns/Sceptre_of_Fire/images/units/dwarves/runesmith-defend.png
-share/wesnoth/data/campaigns/Sceptre_of_Fire/images/units/dwarves/runesmith.png
share/wesnoth/data/campaigns/Sceptre_of_Fire/images/units/heroes/haldric-ii-defend.png
share/wesnoth/data/campaigns/Sceptre_of_Fire/images/units/heroes/haldric-ii-sword-1.png
share/wesnoth/data/campaigns/Sceptre_of_Fire/images/units/heroes/haldric-ii-sword-2.png
@@ -1052,10 +1142,7 @@ share/wesnoth/data/campaigns/Sceptre_of_Fire/scenarios/8_The_Dragon.cfg
share/wesnoth/data/campaigns/Sceptre_of_Fire/scenarios/9_Caverns_of_Flame.cfg
share/wesnoth/data/campaigns/Sceptre_of_Fire/scenarios/Epilogue.cfg
share/wesnoth/data/campaigns/Sceptre_of_Fire/units/Caravan.cfg
-share/wesnoth/data/campaigns/Sceptre_of_Fire/units/Dwarvish_Arcanister.cfg
share/wesnoth/data/campaigns/Sceptre_of_Fire/units/Dwarvish_Miner.cfg
-share/wesnoth/data/campaigns/Sceptre_of_Fire/units/Dwarvish_Runemaster.cfg
-share/wesnoth/data/campaigns/Sceptre_of_Fire/units/Dwarvish_Runesmith.cfg
share/wesnoth/data/campaigns/Sceptre_of_Fire/units/Haldric_II.cfg
share/wesnoth/data/campaigns/Sceptre_of_Fire/utils/journey.cfg
share/wesnoth/data/campaigns/Sceptre_of_Fire/utils/utils.cfg
@@ -1067,6 +1154,7 @@ share/wesnoth/data/campaigns/Son_Of_The_Black_Eye/images/flags/black-flag-2.png
share/wesnoth/data/campaigns/Son_Of_The_Black_Eye/images/flags/black-flag-3.png
share/wesnoth/data/campaigns/Son_Of_The_Black_Eye/images/flags/black-flag-icon.png
share/wesnoth/data/campaigns/Son_Of_The_Black_Eye/images/items/barrel-floating.png
+share/wesnoth/data/campaigns/Son_Of_The_Black_Eye/images/l10n/fr/farnorth--overlay.png
share/wesnoth/data/campaigns/Son_Of_The_Black_Eye/images/l10n/hu/farnorth.png
share/wesnoth/data/campaigns/Son_Of_The_Black_Eye/images/l10n/it/farnorth--overlay.png
share/wesnoth/data/campaigns/Son_Of_The_Black_Eye/images/l10n/ru/farnorth--overlay.png
@@ -1100,40 +1188,40 @@ share/wesnoth/data/campaigns/Son_Of_The_Black_Eye/images/units/orcish-shaman-tan
share/wesnoth/data/campaigns/Son_Of_The_Black_Eye/images/units/orcish-shaman-tan-staff-1.png
share/wesnoth/data/campaigns/Son_Of_The_Black_Eye/images/units/orcish-shaman-tan.png
share/wesnoth/data/campaigns/Son_Of_The_Black_Eye/images/units/orcish-watch-tower.png
-share/wesnoth/data/campaigns/Son_Of_The_Black_Eye/maps/Back_Home.map
-share/wesnoth/data/campaigns/Son_Of_The_Black_Eye/maps/Black_Flag.map
-share/wesnoth/data/campaigns/Son_Of_The_Black_Eye/maps/Civil_War.map
-share/wesnoth/data/campaigns/Son_Of_The_Black_Eye/maps/Clash_Of_Armies.map
-share/wesnoth/data/campaigns/Son_Of_The_Black_Eye/maps/Coward.map
-share/wesnoth/data/campaigns/Son_Of_The_Black_Eye/maps/Desert_Of_Death.map
-share/wesnoth/data/campaigns/Son_Of_The_Black_Eye/maps/Dwarvish_Stand.map
-share/wesnoth/data/campaigns/Son_Of_The_Black_Eye/maps/End_Of_Peace.map
-share/wesnoth/data/campaigns/Son_Of_The_Black_Eye/maps/Giving_Some_Back.map
-share/wesnoth/data/campaigns/Son_Of_The_Black_Eye/maps/Human_Attack.map
-share/wesnoth/data/campaigns/Son_Of_The_Black_Eye/maps/Northern_Alliance.map
-share/wesnoth/data/campaigns/Son_Of_The_Black_Eye/maps/Prestim.map
-share/wesnoth/data/campaigns/Son_Of_The_Black_Eye/maps/Shan_Taum_The_Smug.map
-share/wesnoth/data/campaigns/Son_Of_The_Black_Eye/maps/Silent_Forest.map
-share/wesnoth/data/campaigns/Son_Of_The_Black_Eye/maps/The_Siege_Of_Barag_Gor.map
-share/wesnoth/data/campaigns/Son_Of_The_Black_Eye/maps/To_The_Harbour_Of_Tirigaz.map
-share/wesnoth/data/campaigns/Son_Of_The_Black_Eye/maps/Towards_Mountains_of_Haag.map
-share/wesnoth/data/campaigns/Son_Of_The_Black_Eye/scenarios/01_End_Of_Peace.cfg
+share/wesnoth/data/campaigns/Son_Of_The_Black_Eye/maps/01_End_of_Peace.map
+share/wesnoth/data/campaigns/Son_Of_The_Black_Eye/maps/03_Toward_Mountains_of_Haag.map
+share/wesnoth/data/campaigns/Son_Of_The_Black_Eye/maps/04_The_Siege_of_Barag_Gor.map
+share/wesnoth/data/campaigns/Son_Of_The_Black_Eye/maps/05_To_the_Harbor_of_Tirigaz.map
+share/wesnoth/data/campaigns/Son_Of_The_Black_Eye/maps/06_Black_Flag.map
+share/wesnoth/data/campaigns/Son_Of_The_Black_Eye/maps/07_The_Desert_of_Death.map
+share/wesnoth/data/campaigns/Son_Of_The_Black_Eye/maps/08_Silent_Forest.map
+share/wesnoth/data/campaigns/Son_Of_The_Black_Eye/maps/09_Shan_Taum_the_Smug.map
+share/wesnoth/data/campaigns/Son_Of_The_Black_Eye/maps/10_Saving_Inarix.map
+share/wesnoth/data/campaigns/Son_Of_The_Black_Eye/maps/11_Clash_of_Armies.map
+share/wesnoth/data/campaigns/Son_Of_The_Black_Eye/maps/12_Giving_Some_Back.map
+share/wesnoth/data/campaigns/Son_Of_The_Black_Eye/maps/13_The_Dwarvish_Stand.map
+share/wesnoth/data/campaigns/Son_Of_The_Black_Eye/maps/14_Back_Home.map
+share/wesnoth/data/campaigns/Son_Of_The_Black_Eye/maps/15_Civil_War.map
+share/wesnoth/data/campaigns/Son_Of_The_Black_Eye/maps/16_The_Coward.map
+share/wesnoth/data/campaigns/Son_Of_The_Black_Eye/maps/17_The_Human_Attack.map
+share/wesnoth/data/campaigns/Son_Of_The_Black_Eye/maps/18_Northern_Alliance.map
+share/wesnoth/data/campaigns/Son_Of_The_Black_Eye/scenarios/01_End_of_Peace.cfg
share/wesnoth/data/campaigns/Son_Of_The_Black_Eye/scenarios/02_The_Human_Army.cfg
-share/wesnoth/data/campaigns/Son_Of_The_Black_Eye/scenarios/03_Towards_Mountains_of_Haag.cfg
-share/wesnoth/data/campaigns/Son_Of_The_Black_Eye/scenarios/04_The_Siege_Of_Barag_Gor.cfg
-share/wesnoth/data/campaigns/Son_Of_The_Black_Eye/scenarios/05_To_The_Harbour_Of_Tirigaz.cfg
+share/wesnoth/data/campaigns/Son_Of_The_Black_Eye/scenarios/03_Toward_Mountains_of_Haag.cfg
+share/wesnoth/data/campaigns/Son_Of_The_Black_Eye/scenarios/04_The_Siege_of_Barag_Gor.cfg
+share/wesnoth/data/campaigns/Son_Of_The_Black_Eye/scenarios/05_To_the_Harbor_of_Tirigaz.cfg
share/wesnoth/data/campaigns/Son_Of_The_Black_Eye/scenarios/06_Black_Flag.cfg
-share/wesnoth/data/campaigns/Son_Of_The_Black_Eye/scenarios/07_Desert_Of_Death.cfg
+share/wesnoth/data/campaigns/Son_Of_The_Black_Eye/scenarios/07_The_Desert_of_Death.cfg
share/wesnoth/data/campaigns/Son_Of_The_Black_Eye/scenarios/08_Silent_Forest.cfg
-share/wesnoth/data/campaigns/Son_Of_The_Black_Eye/scenarios/09_Shan_Taum_The_Smug.cfg
+share/wesnoth/data/campaigns/Son_Of_The_Black_Eye/scenarios/09_Shan_Taum_the_Smug.cfg
share/wesnoth/data/campaigns/Son_Of_The_Black_Eye/scenarios/10_Saving_Inarix.cfg
-share/wesnoth/data/campaigns/Son_Of_The_Black_Eye/scenarios/11_Clash_Of_Armies.cfg
+share/wesnoth/data/campaigns/Son_Of_The_Black_Eye/scenarios/11_Clash_of_Armies.cfg
share/wesnoth/data/campaigns/Son_Of_The_Black_Eye/scenarios/12_Giving_Some_Back.cfg
-share/wesnoth/data/campaigns/Son_Of_The_Black_Eye/scenarios/13_Dwarvish_Stand.cfg
+share/wesnoth/data/campaigns/Son_Of_The_Black_Eye/scenarios/13_The_Dwarvish_Stand.cfg
share/wesnoth/data/campaigns/Son_Of_The_Black_Eye/scenarios/14_Back_Home.cfg
share/wesnoth/data/campaigns/Son_Of_The_Black_Eye/scenarios/15_Civil_War.cfg
-share/wesnoth/data/campaigns/Son_Of_The_Black_Eye/scenarios/16_Coward.cfg
-share/wesnoth/data/campaigns/Son_Of_The_Black_Eye/scenarios/17_Human_Horde.cfg
+share/wesnoth/data/campaigns/Son_Of_The_Black_Eye/scenarios/16_The_Coward.cfg
+share/wesnoth/data/campaigns/Son_Of_The_Black_Eye/scenarios/17_The_Human_Attack.cfg
share/wesnoth/data/campaigns/Son_Of_The_Black_Eye/scenarios/18_Northern_Alliance.cfg
share/wesnoth/data/campaigns/Son_Of_The_Black_Eye/scenarios/19_Epilogue.cfg
share/wesnoth/data/campaigns/Son_Of_The_Black_Eye/units/Novice_Orcish_Shaman.cfg
@@ -1294,20 +1382,20 @@ share/wesnoth/data/campaigns/The_Hammer_of_Thursagan/images/units/witness-lead.p
share/wesnoth/data/campaigns/The_Hammer_of_Thursagan/images/units/witness-ranged1.png
share/wesnoth/data/campaigns/The_Hammer_of_Thursagan/images/units/witness-ranged2.png
share/wesnoth/data/campaigns/The_Hammer_of_Thursagan/images/units/witness.png
-share/wesnoth/data/campaigns/The_Hammer_of_Thursagan/maps/at_the_east_gate.map
-share/wesnoth/data/campaigns/The_Hammer_of_Thursagan/maps/fear.map
-share/wesnoth/data/campaigns/The_Hammer_of_Thursagan/maps/forbidden_forest.map
-share/wesnoth/data/campaigns/The_Hammer_of_Thursagan/maps/high_pass.map
-share/wesnoth/data/campaigns/The_Hammer_of_Thursagan/maps/invaders.map
-share/wesnoth/data/campaigns/The_Hammer_of_Thursagan/maps/mages_and_drakes.map
-share/wesnoth/data/campaigns/The_Hammer_of_Thursagan/maps/reclaiming_the_past.map
-share/wesnoth/data/campaigns/The_Hammer_of_Thursagan/maps/strange_allies.map
-share/wesnoth/data/campaigns/The_Hammer_of_Thursagan/maps/the_court_of_karrag.map
-share/wesnoth/data/campaigns/The_Hammer_of_Thursagan/maps/the_siege_of_kal_kartha.map
-share/wesnoth/data/campaigns/The_Hammer_of_Thursagan/maps/troll_bridge.map
-share/wesnoth/data/campaigns/The_Hammer_of_Thursagan/maps/underlevels.map
-share/wesnoth/data/campaigns/The_Hammer_of_Thursagan/scenarios/01_At_The_East_Gate.cfg
-share/wesnoth/data/campaigns/The_Hammer_of_Thursagan/scenarios/02_Reclaiming_The_Past.cfg
+share/wesnoth/data/campaigns/The_Hammer_of_Thursagan/maps/01_At_the_East_Gate.map
+share/wesnoth/data/campaigns/The_Hammer_of_Thursagan/maps/02_Reclaiming_the_Past.map
+share/wesnoth/data/campaigns/The_Hammer_of_Thursagan/maps/03_Strange_Allies.map
+share/wesnoth/data/campaigns/The_Hammer_of_Thursagan/maps/04_Troll_Bridge.map
+share/wesnoth/data/campaigns/The_Hammer_of_Thursagan/maps/05_Invaders.map
+share/wesnoth/data/campaigns/The_Hammer_of_Thursagan/maps/06_High_Pass.map
+share/wesnoth/data/campaigns/The_Hammer_of_Thursagan/maps/07_Mages_and_Drakes.map
+share/wesnoth/data/campaigns/The_Hammer_of_Thursagan/maps/08_Fear.map
+share/wesnoth/data/campaigns/The_Hammer_of_Thursagan/maps/09_Forbidden_Forest.map
+share/wesnoth/data/campaigns/The_Hammer_of_Thursagan/maps/10_The_Siege_of_Kal_Kartha.map
+share/wesnoth/data/campaigns/The_Hammer_of_Thursagan/maps/11_The_Court_of_Karrag.map
+share/wesnoth/data/campaigns/The_Hammer_of_Thursagan/maps/12_The_Underlevels.map
+share/wesnoth/data/campaigns/The_Hammer_of_Thursagan/scenarios/01_At_the_East_Gate.cfg
+share/wesnoth/data/campaigns/The_Hammer_of_Thursagan/scenarios/02_Reclaiming_the_Past.cfg
share/wesnoth/data/campaigns/The_Hammer_of_Thursagan/scenarios/03_Strange_Allies.cfg
share/wesnoth/data/campaigns/The_Hammer_of_Thursagan/scenarios/04_Troll_Bridge.cfg
share/wesnoth/data/campaigns/The_Hammer_of_Thursagan/scenarios/05_Invaders.cfg
@@ -1323,7 +1411,7 @@ share/wesnoth/data/campaigns/The_Hammer_of_Thursagan/units/Dwarvish_Annalist.cfg
share/wesnoth/data/campaigns/The_Hammer_of_Thursagan/units/Dwarvish_Loremaster.cfg
share/wesnoth/data/campaigns/The_Hammer_of_Thursagan/units/Dwarvish_Masked_Dragonguard.cfg
share/wesnoth/data/campaigns/The_Hammer_of_Thursagan/units/Dwarvish_Masked_Fighter.cfg
-share/wesnoth/data/campaigns/The_Hammer_of_Thursagan/units/Dwarvish_Masked_Guardian.cfg
+share/wesnoth/data/campaigns/The_Hammer_of_Thursagan/units/Dwarvish_Masked_Guardsman.cfg
share/wesnoth/data/campaigns/The_Hammer_of_Thursagan/units/Dwarvish_Masked_Lord.cfg
share/wesnoth/data/campaigns/The_Hammer_of_Thursagan/units/Dwarvish_Masked_Sentinel.cfg
share/wesnoth/data/campaigns/The_Hammer_of_Thursagan/units/Dwarvish_Masked_Stalwart.cfg
@@ -1338,26 +1426,33 @@ share/wesnoth/data/campaigns/The_Hammer_of_Thursagan/utils/journey.cfg
share/wesnoth/data/campaigns/The_Hammer_of_Thursagan/utils/macros.cfg
share/wesnoth/data/campaigns/The_Rise_Of_Wesnoth/_main.cfg
share/wesnoth/data/campaigns/The_Rise_Of_Wesnoth/images/campaign_image.png
-share/wesnoth/data/campaigns/The_Rise_Of_Wesnoth/images/misc/leader-crown.png
+share/wesnoth/data/campaigns/The_Rise_Of_Wesnoth/images/misc/treaty-icon.png
share/wesnoth/data/campaigns/The_Rise_Of_Wesnoth/images/portraits/addroran.png
-share/wesnoth/data/campaigns/The_Rise_Of_Wesnoth/images/portraits/aethyr.png
-share/wesnoth/data/campaigns/The_Rise_Of_Wesnoth/images/portraits/archmage.png
+share/wesnoth/data/campaigns/The_Rise_Of_Wesnoth/images/portraits/aethyr-first.png
+share/wesnoth/data/campaigns/The_Rise_Of_Wesnoth/images/portraits/aethyr-second.png
share/wesnoth/data/campaigns/The_Rise_Of_Wesnoth/images/portraits/aryad.png
+share/wesnoth/data/campaigns/The_Rise_Of_Wesnoth/images/portraits/burin-annoyed.png
share/wesnoth/data/campaigns/The_Rise_Of_Wesnoth/images/portraits/burin.png
+share/wesnoth/data/campaigns/The_Rise_Of_Wesnoth/images/portraits/daellyn.png
share/wesnoth/data/campaigns/The_Rise_Of_Wesnoth/images/portraits/dionli.png
share/wesnoth/data/campaigns/The_Rise_Of_Wesnoth/images/portraits/edmond.png
share/wesnoth/data/campaigns/The_Rise_Of_Wesnoth/images/portraits/eldaric.png
share/wesnoth/data/campaigns/The_Rise_Of_Wesnoth/images/portraits/familiar.png
+share/wesnoth/data/campaigns/The_Rise_Of_Wesnoth/images/portraits/haldric-annoyed.png
share/wesnoth/data/campaigns/The_Rise_Of_Wesnoth/images/portraits/haldric-mad.png
+share/wesnoth/data/campaigns/The_Rise_Of_Wesnoth/images/portraits/haldric-surprised.png
share/wesnoth/data/campaigns/The_Rise_Of_Wesnoth/images/portraits/haldric.png
share/wesnoth/data/campaigns/The_Rise_Of_Wesnoth/images/portraits/isomithir.png
share/wesnoth/data/campaigns/The_Rise_Of_Wesnoth/images/portraits/jessica.png
share/wesnoth/data/campaigns/The_Rise_Of_Wesnoth/images/portraits/jevyan.png
-share/wesnoth/data/campaigns/The_Rise_Of_Wesnoth/images/portraits/knight.png
+share/wesnoth/data/campaigns/The_Rise_Of_Wesnoth/images/portraits/ladoc.png
share/wesnoth/data/campaigns/The_Rise_Of_Wesnoth/images/portraits/lady_outlaw.png
share/wesnoth/data/campaigns/The_Rise_Of_Wesnoth/images/portraits/logalmier.png
+share/wesnoth/data/campaigns/The_Rise_Of_Wesnoth/images/portraits/rithrandil-winter.png
share/wesnoth/data/campaigns/The_Rise_Of_Wesnoth/images/portraits/rithrandil.png
+share/wesnoth/data/campaigns/The_Rise_Of_Wesnoth/images/portraits/ruddry.png
share/wesnoth/data/campaigns/The_Rise_Of_Wesnoth/images/portraits/shekkahan.png
+share/wesnoth/data/campaigns/The_Rise_Of_Wesnoth/images/portraits/tinry.png
share/wesnoth/data/campaigns/The_Rise_Of_Wesnoth/images/portraits/typhon.png
share/wesnoth/data/campaigns/The_Rise_Of_Wesnoth/images/story/east.png
share/wesnoth/data/campaigns/The_Rise_Of_Wesnoth/images/story/fall_of_eldaric.png
@@ -1369,6 +1464,7 @@ share/wesnoth/data/campaigns/The_Rise_Of_Wesnoth/images/story/l10n/fr/tgi-jevyan
share/wesnoth/data/campaigns/The_Rise_Of_Wesnoth/images/story/l10n/fr/tgi-southbay.png
share/wesnoth/data/campaigns/The_Rise_Of_Wesnoth/images/story/l10n/fr/tgi-stormvale.png
share/wesnoth/data/campaigns/The_Rise_Of_Wesnoth/images/story/l10n/fr/tgi-thegreenisle.png
+share/wesnoth/data/campaigns/The_Rise_Of_Wesnoth/images/story/l10n/fr/trow-logo.png
share/wesnoth/data/campaigns/The_Rise_Of_Wesnoth/images/story/l10n/fr/west.png
share/wesnoth/data/campaigns/The_Rise_Of_Wesnoth/images/story/l10n/hu/east.png
share/wesnoth/data/campaigns/The_Rise_Of_Wesnoth/images/story/l10n/hu/tgi-clearwater.png
@@ -1377,6 +1473,7 @@ share/wesnoth/data/campaigns/The_Rise_Of_Wesnoth/images/story/l10n/hu/tgi-thegre
share/wesnoth/data/campaigns/The_Rise_Of_Wesnoth/images/story/l10n/hu/trow-logo.png
share/wesnoth/data/campaigns/The_Rise_Of_Wesnoth/images/story/l10n/hu/west.png
share/wesnoth/data/campaigns/The_Rise_Of_Wesnoth/images/story/l10n/la/trow-logo.png
+share/wesnoth/data/campaigns/The_Rise_Of_Wesnoth/images/story/l10n/lt/trow-logo.png
share/wesnoth/data/campaigns/The_Rise_Of_Wesnoth/images/story/prince_finds_wesnoth.png
share/wesnoth/data/campaigns/The_Rise_Of_Wesnoth/images/story/rough_landing.png
share/wesnoth/data/campaigns/The_Rise_Of_Wesnoth/images/story/story1.png
@@ -1390,6 +1487,11 @@ share/wesnoth/data/campaigns/The_Rise_Of_Wesnoth/images/story/the_great_continen
share/wesnoth/data/campaigns/The_Rise_Of_Wesnoth/images/story/the_green_isle.png
share/wesnoth/data/campaigns/The_Rise_Of_Wesnoth/images/story/trow-logo.png
share/wesnoth/data/campaigns/The_Rise_Of_Wesnoth/images/story/west.png
+share/wesnoth/data/campaigns/The_Rise_Of_Wesnoth/images/units/familiar-1.png
+share/wesnoth/data/campaigns/The_Rise_Of_Wesnoth/images/units/familiar-2.png
+share/wesnoth/data/campaigns/The_Rise_Of_Wesnoth/images/units/familiar-3.png
+share/wesnoth/data/campaigns/The_Rise_Of_Wesnoth/images/units/familiar-4.png
+share/wesnoth/data/campaigns/The_Rise_Of_Wesnoth/images/units/familiar-5.png
share/wesnoth/data/campaigns/The_Rise_Of_Wesnoth/images/units/kalian-elvish-champion.png
share/wesnoth/data/campaigns/The_Rise_Of_Wesnoth/images/units/noble-commander-bow-1.png
share/wesnoth/data/campaigns/The_Rise_Of_Wesnoth/images/units/noble-commander-bow-2.png
@@ -1478,57 +1580,59 @@ share/wesnoth/data/campaigns/The_Rise_Of_Wesnoth/images/units/wesfolk-outcast.pn
share/wesnoth/data/campaigns/The_Rise_Of_Wesnoth/images/units/wose-sapling-attack.png
share/wesnoth/data/campaigns/The_Rise_Of_Wesnoth/images/units/wose-sapling-defend.png
share/wesnoth/data/campaigns/The_Rise_Of_Wesnoth/images/units/wose-sapling.png
-share/wesnoth/data/campaigns/The_Rise_Of_Wesnoth/maps/A_Beach.map
-share/wesnoth/data/campaigns/The_Rise_Of_Wesnoth/maps/A_Final_Spring.map
-share/wesnoth/data/campaigns/The_Rise_Of_Wesnoth/maps/A_Harrowing_Escape.map
-share/wesnoth/data/campaigns/The_Rise_Of_Wesnoth/maps/A_New_Land.map
-share/wesnoth/data/campaigns/The_Rise_Of_Wesnoth/maps/A_Summer_of_Storms.map
-share/wesnoth/data/campaigns/The_Rise_Of_Wesnoth/maps/Clearwater_Port.map
-share/wesnoth/data/campaigns/The_Rise_Of_Wesnoth/maps/Cursed_Isle.map
-share/wesnoth/data/campaigns/The_Rise_Of_Wesnoth/maps/Elf_Lords.map
-share/wesnoth/data/campaigns/The_Rise_Of_Wesnoth/maps/Fallen_Lich_Point.map
-share/wesnoth/data/campaigns/The_Rise_Of_Wesnoth/maps/Peoples_in_Decline.map
-share/wesnoth/data/campaigns/The_Rise_Of_Wesnoth/maps/Return_of_the_Fleet.map
-share/wesnoth/data/campaigns/The_Rise_Of_Wesnoth/maps/Rise_of_Wesnoth.map
-share/wesnoth/data/campaigns/The_Rise_Of_Wesnoth/maps/Rough_Landing.map
-share/wesnoth/data/campaigns/The_Rise_Of_Wesnoth/maps/Sewer.map
-share/wesnoth/data/campaigns/The_Rise_Of_Wesnoth/maps/Southbay_in_Winter.map
-share/wesnoth/data/campaigns/The_Rise_Of_Wesnoth/maps/Temple_in_the_Deep.map
-share/wesnoth/data/campaigns/The_Rise_Of_Wesnoth/maps/The_Dragon.map
-share/wesnoth/data/campaigns/The_Rise_Of_Wesnoth/maps/The_Fall.map
-share/wesnoth/data/campaigns/The_Rise_Of_Wesnoth/maps/The_Midlands.map
-share/wesnoth/data/campaigns/The_Rise_Of_Wesnoth/maps/The_Oldwood.map
-share/wesnoth/data/campaigns/The_Rise_Of_Wesnoth/maps/The_Plan.map
-share/wesnoth/data/campaigns/The_Rise_Of_Wesnoth/maps/The_River_Road.map
-share/wesnoth/data/campaigns/The_Rise_Of_Wesnoth/maps/The_Vanguard.map
-share/wesnoth/data/campaigns/The_Rise_Of_Wesnoth/maps/Troll_Hole.map
+share/wesnoth/data/campaigns/The_Rise_Of_Wesnoth/maps/01_A_Summer_of_Storms.map
+share/wesnoth/data/campaigns/The_Rise_Of_Wesnoth/maps/02_The_Fall.map
+share/wesnoth/data/campaigns/The_Rise_Of_Wesnoth/maps/03_A_Harrowing_Escape.map
+share/wesnoth/data/campaigns/The_Rise_Of_Wesnoth/maps/04a_The_Swamp_of_Esten.map
+share/wesnoth/data/campaigns/The_Rise_Of_Wesnoth/maps/04b_The_Midlands.map
+share/wesnoth/data/campaigns/The_Rise_Of_Wesnoth/maps/05_The_Oldwood.map
+share/wesnoth/data/campaigns/The_Rise_Of_Wesnoth/maps/06_Temple_in_the_Deep.map
+share/wesnoth/data/campaigns/The_Rise_Of_Wesnoth/maps/08_Clearwater_Port.map
+share/wesnoth/data/campaigns/The_Rise_Of_Wesnoth/maps/09_Fallen_Lich_Point.map
+share/wesnoth/data/campaigns/The_Rise_Of_Wesnoth/maps/10_Sewer_of_Southbay.map
+share/wesnoth/data/campaigns/The_Rise_Of_Wesnoth/maps/11_Southbay_in_Winter.map
+share/wesnoth/data/campaigns/The_Rise_Of_Wesnoth/maps/12_A_Final_Spring.map
+share/wesnoth/data/campaigns/The_Rise_Of_Wesnoth/maps/13_Peoples_in_Decline.map
+share/wesnoth/data/campaigns/The_Rise_Of_Wesnoth/maps/14_Rough_Landing.map
+share/wesnoth/data/campaigns/The_Rise_Of_Wesnoth/maps/15_A_New_Land.map
+share/wesnoth/data/campaigns/The_Rise_Of_Wesnoth/maps/16_The_Kalian.map
+share/wesnoth/data/campaigns/The_Rise_Of_Wesnoth/maps/17a_The_Dragon.map
+share/wesnoth/data/campaigns/The_Rise_Of_Wesnoth/maps/17b_Lizard_Beach.map
+share/wesnoth/data/campaigns/The_Rise_Of_Wesnoth/maps/17c_Troll_Hole.map
+share/wesnoth/data/campaigns/The_Rise_Of_Wesnoth/maps/17d_Cursed_Isle.map
+share/wesnoth/data/campaigns/The_Rise_Of_Wesnoth/maps/19_The_Vanguard.map
+share/wesnoth/data/campaigns/The_Rise_Of_Wesnoth/maps/20_Return_of_the_Fleet.map
+share/wesnoth/data/campaigns/The_Rise_Of_Wesnoth/maps/21_The_Plan.map
+share/wesnoth/data/campaigns/The_Rise_Of_Wesnoth/maps/22_The_Rise_of_Wesnoth.map
share/wesnoth/data/campaigns/The_Rise_Of_Wesnoth/scenarios/01_A_Summer_of_Storms.cfg
share/wesnoth/data/campaigns/The_Rise_Of_Wesnoth/scenarios/02_The_Fall.cfg
share/wesnoth/data/campaigns/The_Rise_Of_Wesnoth/scenarios/03_A_Harrowing_Escape.cfg
-share/wesnoth/data/campaigns/The_Rise_Of_Wesnoth/scenarios/04a_The_River_Road.cfg
+share/wesnoth/data/campaigns/The_Rise_Of_Wesnoth/scenarios/04a_The_Swamp_of_Esten.cfg
share/wesnoth/data/campaigns/The_Rise_Of_Wesnoth/scenarios/04b_The_Midlands.cfg
share/wesnoth/data/campaigns/The_Rise_Of_Wesnoth/scenarios/05_The_Oldwood.cfg
-share/wesnoth/data/campaigns/The_Rise_Of_Wesnoth/scenarios/06_Temple_of_the_Deep.cfg
+share/wesnoth/data/campaigns/The_Rise_Of_Wesnoth/scenarios/06_Temple_in_the_Deep.cfg
share/wesnoth/data/campaigns/The_Rise_Of_Wesnoth/scenarios/07_Return_to_Oldwood.cfg
share/wesnoth/data/campaigns/The_Rise_Of_Wesnoth/scenarios/08_Clearwater_Port.cfg
share/wesnoth/data/campaigns/The_Rise_Of_Wesnoth/scenarios/09_Fallen_Lich_Point.cfg
-share/wesnoth/data/campaigns/The_Rise_Of_Wesnoth/scenarios/10_Sewer.cfg
+share/wesnoth/data/campaigns/The_Rise_Of_Wesnoth/scenarios/10_Sewer_of_Southbay.cfg
share/wesnoth/data/campaigns/The_Rise_Of_Wesnoth/scenarios/11_Southbay_in_Winter.cfg
share/wesnoth/data/campaigns/The_Rise_Of_Wesnoth/scenarios/12_A_Final_Spring.cfg
share/wesnoth/data/campaigns/The_Rise_Of_Wesnoth/scenarios/13_Peoples_in_Decline.cfg
share/wesnoth/data/campaigns/The_Rise_Of_Wesnoth/scenarios/14_Rough_Landing.cfg
-share/wesnoth/data/campaigns/The_Rise_Of_Wesnoth/scenarios/15_New_Land.cfg
-share/wesnoth/data/campaigns/The_Rise_Of_Wesnoth/scenarios/16_Elf_Lords.cfg
+share/wesnoth/data/campaigns/The_Rise_Of_Wesnoth/scenarios/15_A_New_Land.cfg
+share/wesnoth/data/campaigns/The_Rise_Of_Wesnoth/scenarios/16_The_Kalian.cfg
share/wesnoth/data/campaigns/The_Rise_Of_Wesnoth/scenarios/17a_The_Dragon.cfg
-share/wesnoth/data/campaigns/The_Rise_Of_Wesnoth/scenarios/17b_A_Beach.cfg
+share/wesnoth/data/campaigns/The_Rise_Of_Wesnoth/scenarios/17b_Lizard_Beach.cfg
share/wesnoth/data/campaigns/The_Rise_Of_Wesnoth/scenarios/17c_Troll_Hole.cfg
share/wesnoth/data/campaigns/The_Rise_Of_Wesnoth/scenarios/17d_Cursed_Isle.cfg
share/wesnoth/data/campaigns/The_Rise_Of_Wesnoth/scenarios/18_A_Spy_in_the_Woods.cfg
share/wesnoth/data/campaigns/The_Rise_Of_Wesnoth/scenarios/19_The_Vanguard.cfg
share/wesnoth/data/campaigns/The_Rise_Of_Wesnoth/scenarios/20_Return_of_the_Fleet.cfg
share/wesnoth/data/campaigns/The_Rise_Of_Wesnoth/scenarios/21_The_Plan.cfg
-share/wesnoth/data/campaigns/The_Rise_Of_Wesnoth/scenarios/22_Rise_of_Wesnoth.cfg
+share/wesnoth/data/campaigns/The_Rise_Of_Wesnoth/scenarios/22_The_Rise_of_Wesnoth.cfg
share/wesnoth/data/campaigns/The_Rise_Of_Wesnoth/scenarios/23_Epilogue.cfg
+share/wesnoth/data/campaigns/The_Rise_Of_Wesnoth/sounds/familiar-teeth.ogg
+share/wesnoth/data/campaigns/The_Rise_Of_Wesnoth/units/Familiar.cfg
share/wesnoth/data/campaigns/The_Rise_Of_Wesnoth/units/Noble_Commander.cfg
share/wesnoth/data/campaigns/The_Rise_Of_Wesnoth/units/Noble_Fighter.cfg
share/wesnoth/data/campaigns/The_Rise_Of_Wesnoth/units/Noble_Lord.cfg
@@ -1548,10 +1652,6 @@ share/wesnoth/data/campaigns/The_Rise_Of_Wesnoth/utils/trow-nlmsg.cfg
share/wesnoth/data/campaigns/The_Rise_Of_Wesnoth/utils/trow-story.cfg
share/wesnoth/data/campaigns/The_South_Guard/_main.cfg
share/wesnoth/data/campaigns/The_South_Guard/images/campaign_image.png
-share/wesnoth/data/campaigns/The_South_Guard/images/deoran/dismounted-commander-attack1.png
-share/wesnoth/data/campaigns/The_South_Guard/images/deoran/dismounted-commander-attack2.png
-share/wesnoth/data/campaigns/The_South_Guard/images/deoran/dismounted-commander-defend.png
-share/wesnoth/data/campaigns/The_South_Guard/images/deoran/dismounted-commander.png
share/wesnoth/data/campaigns/The_South_Guard/images/deoran/horseman-commander-attack.png
share/wesnoth/data/campaigns/The_South_Guard/images/deoran/horseman-commander-defend.png
share/wesnoth/data/campaigns/The_South_Guard/images/deoran/horseman-commander-moving.png
@@ -1580,55 +1680,54 @@ share/wesnoth/data/campaigns/The_South_Guard/images/portraits/ethiliel.png
share/wesnoth/data/campaigns/The_South_Guard/images/portraits/hylas.png
share/wesnoth/data/campaigns/The_South_Guard/images/portraits/mal-mbrin.png
share/wesnoth/data/campaigns/The_South_Guard/images/portraits/sir-gerrick.png
-share/wesnoth/data/campaigns/The_South_Guard/images/portraits/tharzo-kalain.png
share/wesnoth/data/campaigns/The_South_Guard/images/portraits/urza-afalas-masked.png
share/wesnoth/data/campaigns/The_South_Guard/images/portraits/urza-afalas.png
-share/wesnoth/data/campaigns/The_South_Guard/images/portraits/urza-mathin.png
-share/wesnoth/data/campaigns/The_South_Guard/images/story/bigmap.jpg
share/wesnoth/data/campaigns/The_South_Guard/images/story/fall.jpg
share/wesnoth/data/campaigns/The_South_Guard/images/story/summer.jpg
share/wesnoth/data/campaigns/The_South_Guard/images/story/winter.jpg
-share/wesnoth/data/campaigns/The_South_Guard/images/units/commander-attack-shield.png
-share/wesnoth/data/campaigns/The_South_Guard/images/units/commander-attack.png
-share/wesnoth/data/campaigns/The_South_Guard/images/units/commander-defend-1.png
-share/wesnoth/data/campaigns/The_South_Guard/images/units/commander-defend-2.png
-share/wesnoth/data/campaigns/The_South_Guard/images/units/commander-defend-3.png
-share/wesnoth/data/campaigns/The_South_Guard/images/units/commander-leading.png
-share/wesnoth/data/campaigns/The_South_Guard/images/units/commander.png
share/wesnoth/data/campaigns/The_South_Guard/images/units/eyestalk-attack-1.png
share/wesnoth/data/campaigns/The_South_Guard/images/units/eyestalk-attack-2.png
share/wesnoth/data/campaigns/The_South_Guard/images/units/eyestalk.png
-share/wesnoth/data/campaigns/The_South_Guard/maps/1_Born_To_The_Banner.map
-share/wesnoth/data/campaigns/The_South_Guard/maps/2_Proven_By_The_Sword.map
-share/wesnoth/data/campaigns/The_South_Guard/maps/3_A_Desperate_Errand.map
-share/wesnoth/data/campaigns/The_South_Guard/maps/4_Vale_of_Tears.map
-share/wesnoth/data/campaigns/The_South_Guard/maps/5_Choice_In_The_Fog.map
-share/wesnoth/data/campaigns/The_South_Guard/maps/6a_Tidings_Good_And_Ill.map
-share/wesnoth/data/campaigns/The_South_Guard/maps/6b_The_Long_March.map
-share/wesnoth/data/campaigns/The_South_Guard/maps/7a_Into_The_Depths.map
-share/wesnoth/data/campaigns/The_South_Guard/maps/7b_Pebbles_In_The_Flood.map
-share/wesnoth/data/campaigns/The_South_Guard/maps/8a_Return_To_Kerlath.map
-share/wesnoth/data/campaigns/The_South_Guard/maps/8b_The_Tides_of_War.map
-share/wesnoth/data/campaigns/The_South_Guard/maps/9a_Vengeance.map
-share/wesnoth/data/campaigns/The_South_Guard/scenarios/01_Born_To_The_Banner.cfg
-share/wesnoth/data/campaigns/The_South_Guard/scenarios/02_Proven_By_The_Sword.cfg
+share/wesnoth/data/campaigns/The_South_Guard/images/units/infantry-commander.png
+share/wesnoth/data/campaigns/The_South_Guard/images/units/infantry-lieutenant-attack-1.png
+share/wesnoth/data/campaigns/The_South_Guard/images/units/infantry-lieutenant-attack-2.png
+share/wesnoth/data/campaigns/The_South_Guard/images/units/infantry-lieutenant-attack-3.png
+share/wesnoth/data/campaigns/The_South_Guard/images/units/infantry-lieutenant-attack-4.png
+share/wesnoth/data/campaigns/The_South_Guard/images/units/infantry-lieutenant-attack-5.png
+share/wesnoth/data/campaigns/The_South_Guard/images/units/infantry-lieutenant-attack-6.png
+share/wesnoth/data/campaigns/The_South_Guard/images/units/infantry-lieutenant-attack-7.png
+share/wesnoth/data/campaigns/The_South_Guard/images/units/infantry-lieutenant-attack-8.png
+share/wesnoth/data/campaigns/The_South_Guard/images/units/infantry-lieutenant.png
+share/wesnoth/data/campaigns/The_South_Guard/maps/01_Born_to_the_Banner.map
+share/wesnoth/data/campaigns/The_South_Guard/maps/02_Proven_by_the_Sword.map
+share/wesnoth/data/campaigns/The_South_Guard/maps/03_A_Desperate_Errand.map
+share/wesnoth/data/campaigns/The_South_Guard/maps/04_Vale_of_Tears.map
+share/wesnoth/data/campaigns/The_South_Guard/maps/05_Choice_in_the_Fog.map
+share/wesnoth/data/campaigns/The_South_Guard/maps/06a_Tidings_Good_and_Ill.map
+share/wesnoth/data/campaigns/The_South_Guard/maps/06b_The_Long_March.map
+share/wesnoth/data/campaigns/The_South_Guard/maps/07a_Into_the_Depths.map
+share/wesnoth/data/campaigns/The_South_Guard/maps/07b_Pebbles_in_the_Flood.map
+share/wesnoth/data/campaigns/The_South_Guard/maps/08a_Return_to_Kerlath.map
+share/wesnoth/data/campaigns/The_South_Guard/maps/08b_The_Tides_of_War.map
+share/wesnoth/data/campaigns/The_South_Guard/maps/09a_Vengeance.map
+share/wesnoth/data/campaigns/The_South_Guard/scenarios/01_Born_to_the_Banner.cfg
+share/wesnoth/data/campaigns/The_South_Guard/scenarios/02_Proven_by_the_Sword.cfg
share/wesnoth/data/campaigns/The_South_Guard/scenarios/03_A_Desparate_Errand.cfg
share/wesnoth/data/campaigns/The_South_Guard/scenarios/04_Vale_of_Tears.cfg
share/wesnoth/data/campaigns/The_South_Guard/scenarios/05_Choice_In_The_Fog.cfg
-share/wesnoth/data/campaigns/The_South_Guard/scenarios/06a_Tidings_Good_And_Ill.cfg
+share/wesnoth/data/campaigns/The_South_Guard/scenarios/06a_Tidings_Good_and_Ill.cfg
share/wesnoth/data/campaigns/The_South_Guard/scenarios/06b_The_Long_March.cfg
-share/wesnoth/data/campaigns/The_South_Guard/scenarios/07a_Into_The_Depths.cfg
-share/wesnoth/data/campaigns/The_South_Guard/scenarios/07b_Pebbles_In_The_Flood.cfg
-share/wesnoth/data/campaigns/The_South_Guard/scenarios/08a_Return_To_Kerlath.cfg
+share/wesnoth/data/campaigns/The_South_Guard/scenarios/07a_Into_the_Depths.cfg
+share/wesnoth/data/campaigns/The_South_Guard/scenarios/07b_Pebbles_in_the_Flood.cfg
+share/wesnoth/data/campaigns/The_South_Guard/scenarios/08a_Return_to_Kerlath.cfg
share/wesnoth/data/campaigns/The_South_Guard/scenarios/08b_The_Tides_of_War.cfg
share/wesnoth/data/campaigns/The_South_Guard/scenarios/09a_Vengeance.cfg
share/wesnoth/data/campaigns/The_South_Guard/scenarios/09b_Bandit_Epilogue.cfg
share/wesnoth/data/campaigns/The_South_Guard/scenarios/10a_Elf_Epilogue.cfg
-share/wesnoth/data/campaigns/The_South_Guard/units/Assault_Commander.cfg
-share/wesnoth/data/campaigns/The_South_Guard/units/Dismounted_Commander.cfg
share/wesnoth/data/campaigns/The_South_Guard/units/Eyestalk.cfg
share/wesnoth/data/campaigns/The_South_Guard/units/Horseman_Commander.cfg
share/wesnoth/data/campaigns/The_South_Guard/units/Infantry_Commander.cfg
+share/wesnoth/data/campaigns/The_South_Guard/units/Infantry_Lieutenant.cfg
share/wesnoth/data/campaigns/The_South_Guard/units/Junior_Commander.cfg
share/wesnoth/data/campaigns/The_South_Guard/units/Mounted_General.cfg
share/wesnoth/data/campaigns/The_South_Guard/utils/sg_deaths.cfg
@@ -1637,35 +1736,28 @@ share/wesnoth/data/campaigns/The_South_Guard/utils/sg_story.cfg
share/wesnoth/data/campaigns/The_South_Guard/utils/sg_utils.cfg
share/wesnoth/data/campaigns/Two_Brothers/_main.cfg
share/wesnoth/data/campaigns/Two_Brothers/images/campaign_image.png
+share/wesnoth/data/campaigns/Two_Brothers/images/portraits/arvith.png
+share/wesnoth/data/campaigns/Two_Brothers/images/portraits/baran.png
share/wesnoth/data/campaigns/Two_Brothers/images/story/Two_Brothers_M1P1.png
share/wesnoth/data/campaigns/Two_Brothers/images/story/Two_Brothers_M1P2.png
share/wesnoth/data/campaigns/Two_Brothers/images/story/Two_Brothers_M2P1.png
share/wesnoth/data/campaigns/Two_Brothers/images/story/Two_Brothers_M4P1_the_end.png
-share/wesnoth/data/campaigns/Two_Brothers/maps/1_Rooting_Out_A_Mage.map
-share/wesnoth/data/campaigns/Two_Brothers/maps/2_The_Chase.map
-share/wesnoth/data/campaigns/Two_Brothers/maps/3_Guarded_Castle.map
-share/wesnoth/data/campaigns/Two_Brothers/maps/4_Return_to_the_Village.map
-share/wesnoth/data/campaigns/Two_Brothers/scenarios/1_Rooting_Out_A_Mage.cfg
-share/wesnoth/data/campaigns/Two_Brothers/scenarios/2_The_Chase.cfg
-share/wesnoth/data/campaigns/Two_Brothers/scenarios/3_Guarded_Castle.cfg
-share/wesnoth/data/campaigns/Two_Brothers/scenarios/4_Return_to_the_Village.cfg
-share/wesnoth/data/campaigns/Two_Brothers/scenarios/5_Epilog.cfg
+share/wesnoth/data/campaigns/Two_Brothers/maps/01_Rooting_Out_a_Mage.map
+share/wesnoth/data/campaigns/Two_Brothers/maps/02_The_Chase.map
+share/wesnoth/data/campaigns/Two_Brothers/maps/03_Guarded_Castle.map
+share/wesnoth/data/campaigns/Two_Brothers/maps/04_Return_to_the_Village.map
+share/wesnoth/data/campaigns/Two_Brothers/scenarios/01_Rooting_Out_a_Mage.cfg
+share/wesnoth/data/campaigns/Two_Brothers/scenarios/02_The_Chase.cfg
+share/wesnoth/data/campaigns/Two_Brothers/scenarios/03_Guarded_Castle.cfg
+share/wesnoth/data/campaigns/Two_Brothers/scenarios/04_Return_to_the_Village.cfg
+share/wesnoth/data/campaigns/Two_Brothers/scenarios/05_Epilogue.cfg
share/wesnoth/data/campaigns/Two_Brothers/utils/journey.cfg
share/wesnoth/data/campaigns/Under_the_Burning_Suns/TODO
share/wesnoth/data/campaigns/Under_the_Burning_Suns/_main.cfg
-share/wesnoth/data/campaigns/Under_the_Burning_Suns/docs/note
-share/wesnoth/data/campaigns/Under_the_Burning_Suns/docs/scenario_01
-share/wesnoth/data/campaigns/Under_the_Burning_Suns/docs/scenario_02
-share/wesnoth/data/campaigns/Under_the_Burning_Suns/docs/scenario_03
-share/wesnoth/data/campaigns/Under_the_Burning_Suns/docs/scenario_04
-share/wesnoth/data/campaigns/Under_the_Burning_Suns/docs/scenario_05
-share/wesnoth/data/campaigns/Under_the_Burning_Suns/docs/scenario_06a
-share/wesnoth/data/campaigns/Under_the_Burning_Suns/docs/scenario_06b
share/wesnoth/data/campaigns/Under_the_Burning_Suns/images/attacks/fangs-ant.png
share/wesnoth/data/campaigns/Under_the_Burning_Suns/images/attacks/fist-golem.png
share/wesnoth/data/campaigns/Under_the_Burning_Suns/images/attacks/sand-storm.png
share/wesnoth/data/campaigns/Under_the_Burning_Suns/images/campaign_image.png
-share/wesnoth/data/campaigns/Under_the_Burning_Suns/images/items/dragonstatue-old.png
share/wesnoth/data/campaigns/Under_the_Burning_Suns/images/items/kaleh-dead.png
share/wesnoth/data/campaigns/Under_the_Burning_Suns/images/items/magiccircle-n.png
share/wesnoth/data/campaigns/Under_the_Burning_Suns/images/items/magiccircle-ne.png
@@ -1723,9 +1815,6 @@ share/wesnoth/data/campaigns/Under_the_Burning_Suns/images/projectiles/sand-stor
share/wesnoth/data/campaigns/Under_the_Burning_Suns/images/projectiles/sand-storm-7.png
share/wesnoth/data/campaigns/Under_the_Burning_Suns/images/projectiles/sand-storm-8.png
share/wesnoth/data/campaigns/Under_the_Burning_Suns/images/terrain/dark-keep-throne.png
-share/wesnoth/data/campaigns/Under_the_Burning_Suns/images/terrain/dark_tile1.png
-share/wesnoth/data/campaigns/Under_the_Burning_Suns/images/terrain/dark_tile2.png
-share/wesnoth/data/campaigns/Under_the_Burning_Suns/images/terrain/dark_tile3.png
share/wesnoth/data/campaigns/Under_the_Burning_Suns/images/terrain/darkcastle.png
share/wesnoth/data/campaigns/Under_the_Burning_Suns/images/terrain/summoning-center.png
share/wesnoth/data/campaigns/Under_the_Burning_Suns/images/terrain/summoning-circle1.png
@@ -1965,14 +2054,6 @@ share/wesnoth/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/ou
share/wesnoth/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/outrider-moving.png
share/wesnoth/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/outrider.png
share/wesnoth/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/prowler+female.png
-share/wesnoth/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/prowler-bow-defend.png
-share/wesnoth/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/prowler-defend.png
-share/wesnoth/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/prowler-melee1.png
-share/wesnoth/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/prowler-melee2.png
-share/wesnoth/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/prowler-ranged1.png
-share/wesnoth/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/prowler-ranged2.png
-share/wesnoth/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/prowler-ranged3.png
-share/wesnoth/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/prowler-ranged4.png
share/wesnoth/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/prowler.png
share/wesnoth/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/ranger+female-bow-attack1.png
share/wesnoth/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/ranger+female-bow-attack2.png
@@ -2027,10 +2108,6 @@ share/wesnoth/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/sc
share/wesnoth/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/scout-moving.png
share/wesnoth/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/scout.png
share/wesnoth/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/sentinel+female.png
-share/wesnoth/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/sentinel-defend.png
-share/wesnoth/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/sentinel-melee.png
-share/wesnoth/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/sentinel-ranged-1.png
-share/wesnoth/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/sentinel-ranged-2.png
share/wesnoth/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/sentinel.png
share/wesnoth/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/shaman-attack.png
share/wesnoth/data/campaigns/Under_the_Burning_Suns/images/units/elves-desert/shaman-attack2.png
@@ -2196,66 +2273,67 @@ share/wesnoth/data/campaigns/Under_the_Burning_Suns/scenarios/10_Speaking_with_t
share/wesnoth/data/campaigns/Under_the_Burning_Suns/scenarios/11_Battle_for_Zocthanol_Isle.cfg
share/wesnoth/data/campaigns/Under_the_Burning_Suns/scenarios/12_The_Final_Confrontation.cfg
share/wesnoth/data/campaigns/Under_the_Burning_Suns/scenarios/13_Epilogue.cfg
-share/wesnoth/data/campaigns/Under_the_Burning_Suns/units/Alien_Body.cfg
-share/wesnoth/data/campaigns/Under_the_Burning_Suns/units/Alien_Body2.cfg
-share/wesnoth/data/campaigns/Under_the_Burning_Suns/units/Alien_Minion.cfg
-share/wesnoth/data/campaigns/Under_the_Burning_Suns/units/Alien_Spire.cfg
-share/wesnoth/data/campaigns/Under_the_Burning_Suns/units/Ant.cfg
-share/wesnoth/data/campaigns/Under_the_Burning_Suns/units/Cave_Spider.cfg
-share/wesnoth/data/campaigns/Under_the_Burning_Suns/units/Confused_Ant.cfg
-share/wesnoth/data/campaigns/Under_the_Burning_Suns/units/Corrupted_Elf.cfg
-share/wesnoth/data/campaigns/Under_the_Burning_Suns/units/Crab_Man.cfg
-share/wesnoth/data/campaigns/Under_the_Burning_Suns/units/Darawf.cfg
-share/wesnoth/data/campaigns/Under_the_Burning_Suns/units/Dark_Assassin1.cfg
-share/wesnoth/data/campaigns/Under_the_Burning_Suns/units/Dark_Assassin2.cfg
-share/wesnoth/data/campaigns/Under_the_Burning_Suns/units/Dark_Assassin3.cfg
-share/wesnoth/data/campaigns/Under_the_Burning_Suns/units/Desert_Archer.cfg
-share/wesnoth/data/campaigns/Under_the_Burning_Suns/units/Desert_Avenger.cfg
-share/wesnoth/data/campaigns/Under_the_Burning_Suns/units/Desert_Captain.cfg
-share/wesnoth/data/campaigns/Under_the_Burning_Suns/units/Desert_Champion.cfg
-share/wesnoth/data/campaigns/Under_the_Burning_Suns/units/Desert_Druid.cfg
-share/wesnoth/data/campaigns/Under_the_Burning_Suns/units/Desert_Fighter.cfg
-share/wesnoth/data/campaigns/Under_the_Burning_Suns/units/Desert_Hero.cfg
-share/wesnoth/data/campaigns/Under_the_Burning_Suns/units/Desert_Horseman.cfg
-share/wesnoth/data/campaigns/Under_the_Burning_Suns/units/Desert_Hunter.cfg
-share/wesnoth/data/campaigns/Under_the_Burning_Suns/units/Desert_Marksman.cfg
-share/wesnoth/data/campaigns/Under_the_Burning_Suns/units/Desert_Marshal.cfg
-share/wesnoth/data/campaigns/Under_the_Burning_Suns/units/Desert_Outrider.cfg
-share/wesnoth/data/campaigns/Under_the_Burning_Suns/units/Desert_Prowler.cfg
-share/wesnoth/data/campaigns/Under_the_Burning_Suns/units/Desert_Ranger.cfg
-share/wesnoth/data/campaigns/Under_the_Burning_Suns/units/Desert_Rider.cfg
-share/wesnoth/data/campaigns/Under_the_Burning_Suns/units/Desert_Scout.cfg
-share/wesnoth/data/campaigns/Under_the_Burning_Suns/units/Desert_Sentinel.cfg
-share/wesnoth/data/campaigns/Under_the_Burning_Suns/units/Desert_Shaman.cfg
-share/wesnoth/data/campaigns/Under_the_Burning_Suns/units/Desert_Sharpshooter.cfg
-share/wesnoth/data/campaigns/Under_the_Burning_Suns/units/Desert_Shyde.cfg
-share/wesnoth/data/campaigns/Under_the_Burning_Suns/units/Desert_Star.cfg
-share/wesnoth/data/campaigns/Under_the_Burning_Suns/units/Divine_Avatar.cfg
-share/wesnoth/data/campaigns/Under_the_Burning_Suns/units/Divine_Incarnation.cfg
-share/wesnoth/data/campaigns/Under_the_Burning_Suns/units/Dust_Devil.cfg
-share/wesnoth/data/campaigns/Under_the_Burning_Suns/units/Ethereal_Ghost.cfg
-share/wesnoth/data/campaigns/Under_the_Burning_Suns/units/Ethereal_Nightgaunt.cfg
-share/wesnoth/data/campaigns/Under_the_Burning_Suns/units/Ethereal_Shadow.cfg
-share/wesnoth/data/campaigns/Under_the_Burning_Suns/units/Ethereal_Spectre.cfg
-share/wesnoth/data/campaigns/Under_the_Burning_Suns/units/Ethereal_Wraith.cfg
-share/wesnoth/data/campaigns/Under_the_Burning_Suns/units/Flesh_Golem.cfg
-share/wesnoth/data/campaigns/Under_the_Burning_Suns/units/Haunt.cfg
-share/wesnoth/data/campaigns/Under_the_Burning_Suns/units/Human_Commander.cfg
-share/wesnoth/data/campaigns/Under_the_Burning_Suns/units/Ixthala_Demon.cfg
-share/wesnoth/data/campaigns/Under_the_Burning_Suns/units/Kaleh.cfg
-share/wesnoth/data/campaigns/Under_the_Burning_Suns/units/Lava_Monster.cfg
-share/wesnoth/data/campaigns/Under_the_Burning_Suns/units/Lava_Monster2.cfg
-share/wesnoth/data/campaigns/Under_the_Burning_Suns/units/Lava_Monster3.cfg
-share/wesnoth/data/campaigns/Under_the_Burning_Suns/units/Naga_Guardian.cfg
-share/wesnoth/data/campaigns/Under_the_Burning_Suns/units/Naga_Hunter.cfg
-share/wesnoth/data/campaigns/Under_the_Burning_Suns/units/Naga_Sentinel.cfg
-share/wesnoth/data/campaigns/Under_the_Burning_Suns/units/Naga_Warden.cfg
-share/wesnoth/data/campaigns/Under_the_Burning_Suns/units/Nym.cfg
-share/wesnoth/data/campaigns/Under_the_Burning_Suns/units/Small_Mudcrawler.cfg
-share/wesnoth/data/campaigns/Under_the_Burning_Suns/units/Spider_Lich.cfg
-share/wesnoth/data/campaigns/Under_the_Burning_Suns/units/Undead_Horseman.cfg
+share/wesnoth/data/campaigns/Under_the_Burning_Suns/units/elves/Corrupted_Elf.cfg
+share/wesnoth/data/campaigns/Under_the_Burning_Suns/units/elves/Desert_Archer.cfg
+share/wesnoth/data/campaigns/Under_the_Burning_Suns/units/elves/Desert_Avenger.cfg
+share/wesnoth/data/campaigns/Under_the_Burning_Suns/units/elves/Desert_Captain.cfg
+share/wesnoth/data/campaigns/Under_the_Burning_Suns/units/elves/Desert_Champion.cfg
+share/wesnoth/data/campaigns/Under_the_Burning_Suns/units/elves/Desert_Druid.cfg
+share/wesnoth/data/campaigns/Under_the_Burning_Suns/units/elves/Desert_Fighter.cfg
+share/wesnoth/data/campaigns/Under_the_Burning_Suns/units/elves/Desert_Hero.cfg
+share/wesnoth/data/campaigns/Under_the_Burning_Suns/units/elves/Desert_Horseman.cfg
+share/wesnoth/data/campaigns/Under_the_Burning_Suns/units/elves/Desert_Hunter.cfg
+share/wesnoth/data/campaigns/Under_the_Burning_Suns/units/elves/Desert_Marksman.cfg
+share/wesnoth/data/campaigns/Under_the_Burning_Suns/units/elves/Desert_Marshal.cfg
+share/wesnoth/data/campaigns/Under_the_Burning_Suns/units/elves/Desert_Outrider.cfg
+share/wesnoth/data/campaigns/Under_the_Burning_Suns/units/elves/Desert_Prowler.cfg
+share/wesnoth/data/campaigns/Under_the_Burning_Suns/units/elves/Desert_Ranger.cfg
+share/wesnoth/data/campaigns/Under_the_Burning_Suns/units/elves/Desert_Rider.cfg
+share/wesnoth/data/campaigns/Under_the_Burning_Suns/units/elves/Desert_Scout.cfg
+share/wesnoth/data/campaigns/Under_the_Burning_Suns/units/elves/Desert_Sentinel.cfg
+share/wesnoth/data/campaigns/Under_the_Burning_Suns/units/elves/Desert_Shaman.cfg
+share/wesnoth/data/campaigns/Under_the_Burning_Suns/units/elves/Desert_Sharpshooter.cfg
+share/wesnoth/data/campaigns/Under_the_Burning_Suns/units/elves/Desert_Shyde.cfg
+share/wesnoth/data/campaigns/Under_the_Burning_Suns/units/elves/Desert_Star.cfg
+share/wesnoth/data/campaigns/Under_the_Burning_Suns/units/elves/Divine_Avatar.cfg
+share/wesnoth/data/campaigns/Under_the_Burning_Suns/units/elves/Divine_Incarnation.cfg
+share/wesnoth/data/campaigns/Under_the_Burning_Suns/units/elves/Kaleh.cfg
+share/wesnoth/data/campaigns/Under_the_Burning_Suns/units/elves/Nym.cfg
+share/wesnoth/data/campaigns/Under_the_Burning_Suns/units/humans/Human_Commander.cfg
+share/wesnoth/data/campaigns/Under_the_Burning_Suns/units/monsters/Alien_Body.cfg
+share/wesnoth/data/campaigns/Under_the_Burning_Suns/units/monsters/Alien_Body2.cfg
+share/wesnoth/data/campaigns/Under_the_Burning_Suns/units/monsters/Alien_Minion.cfg
+share/wesnoth/data/campaigns/Under_the_Burning_Suns/units/monsters/Alien_Spire.cfg
+share/wesnoth/data/campaigns/Under_the_Burning_Suns/units/monsters/Ant.cfg
+share/wesnoth/data/campaigns/Under_the_Burning_Suns/units/monsters/Cave_Spider.cfg
+share/wesnoth/data/campaigns/Under_the_Burning_Suns/units/monsters/Confused_Ant.cfg
+share/wesnoth/data/campaigns/Under_the_Burning_Suns/units/monsters/Crab_Man.cfg
+share/wesnoth/data/campaigns/Under_the_Burning_Suns/units/monsters/Darawf.cfg
+share/wesnoth/data/campaigns/Under_the_Burning_Suns/units/monsters/Dust_Devil.cfg
+share/wesnoth/data/campaigns/Under_the_Burning_Suns/units/monsters/Fire_Guardian2.cfg
+share/wesnoth/data/campaigns/Under_the_Burning_Suns/units/monsters/Fire_Guardian3.cfg
+share/wesnoth/data/campaigns/Under_the_Burning_Suns/units/monsters/Flesh_Golem.cfg
+share/wesnoth/data/campaigns/Under_the_Burning_Suns/units/monsters/Ixthala_Demon.cfg
+share/wesnoth/data/campaigns/Under_the_Burning_Suns/units/monsters/Small_Mudcrawler.cfg
+share/wesnoth/data/campaigns/Under_the_Burning_Suns/units/nagas/Naga_Guardian.cfg
+share/wesnoth/data/campaigns/Under_the_Burning_Suns/units/nagas/Naga_Hunter.cfg
+share/wesnoth/data/campaigns/Under_the_Burning_Suns/units/nagas/Naga_Sentinel.cfg
+share/wesnoth/data/campaigns/Under_the_Burning_Suns/units/nagas/Naga_Warden.cfg
+share/wesnoth/data/campaigns/Under_the_Burning_Suns/units/orcs/Dark_Assassin1.cfg
+share/wesnoth/data/campaigns/Under_the_Burning_Suns/units/orcs/Dark_Assassin2.cfg
+share/wesnoth/data/campaigns/Under_the_Burning_Suns/units/orcs/Dark_Assassin3.cfg
+share/wesnoth/data/campaigns/Under_the_Burning_Suns/units/undead/Ethereal_Ghost.cfg
+share/wesnoth/data/campaigns/Under_the_Burning_Suns/units/undead/Ethereal_Nightgaunt.cfg
+share/wesnoth/data/campaigns/Under_the_Burning_Suns/units/undead/Ethereal_Shadow.cfg
+share/wesnoth/data/campaigns/Under_the_Burning_Suns/units/undead/Ethereal_Spectre.cfg
+share/wesnoth/data/campaigns/Under_the_Burning_Suns/units/undead/Ethereal_Wraith.cfg
+share/wesnoth/data/campaigns/Under_the_Burning_Suns/units/undead/Haunt.cfg
+share/wesnoth/data/campaigns/Under_the_Burning_Suns/units/undead/Spider_Lich.cfg
+share/wesnoth/data/campaigns/Under_the_Burning_Suns/units/undead/Undead_Horseman.cfg
share/wesnoth/data/campaigns/Under_the_Burning_Suns/utils/abilities.cfg
+share/wesnoth/data/campaigns/Under_the_Burning_Suns/utils/character-definitions.cfg
share/wesnoth/data/campaigns/Under_the_Burning_Suns/utils/deaths.cfg
+share/wesnoth/data/campaigns/Under_the_Burning_Suns/utils/dehydration-utils.cfg
share/wesnoth/data/campaigns/Under_the_Burning_Suns/utils/dialog-macros.cfg
share/wesnoth/data/campaigns/Under_the_Burning_Suns/utils/kaleh-abilities.cfg
share/wesnoth/data/campaigns/Under_the_Burning_Suns/utils/macros.cfg
@@ -2303,6 +2381,9 @@ share/wesnoth/data/core/editor/music.cfg
share/wesnoth/data/core/editor/terrain-groups.cfg
share/wesnoth/data/core/editor/time-of-day.cfg
share/wesnoth/data/core/editor/tool-hints.cfg
+share/wesnoth/data/core/encyclopedia/_main.cfg
+share/wesnoth/data/core/encyclopedia/drakes.cfg
+share/wesnoth/data/core/encyclopedia/geography.cfg
share/wesnoth/data/core/help.cfg
share/wesnoth/data/core/hotkeys.cfg
share/wesnoth/data/core/images/attacks/axe-crude.png
@@ -2319,10 +2400,13 @@ share/wesnoth/data/core/images/attacks/bolas.png
share/wesnoth/data/core/images/attacks/bow-elven-magic.png
share/wesnoth/data/core/images/attacks/bow-elven.png
share/wesnoth/data/core/images/attacks/bow-orcish.png
+share/wesnoth/data/core/images/attacks/bow-short-reinforced.png
+share/wesnoth/data/core/images/attacks/bow-short.png
share/wesnoth/data/core/images/attacks/bow.png
share/wesnoth/data/core/images/attacks/chakram.png
share/wesnoth/data/core/images/attacks/claws-animal.png
share/wesnoth/data/core/images/attacks/claws-drake.png
+share/wesnoth/data/core/images/attacks/claws-fire-elemental.png
share/wesnoth/data/core/images/attacks/claws-flaming.png
share/wesnoth/data/core/images/attacks/claws-undead.png
share/wesnoth/data/core/images/attacks/claws.png
@@ -2330,10 +2414,12 @@ share/wesnoth/data/core/images/attacks/cleaver.png
share/wesnoth/data/core/images/attacks/club-small.png
share/wesnoth/data/core/images/attacks/club.png
share/wesnoth/data/core/images/attacks/crossbow-human.png
+share/wesnoth/data/core/images/attacks/crossbow-iron.png
share/wesnoth/data/core/images/attacks/crossbow-orcish.png
share/wesnoth/data/core/images/attacks/crossbow-undead.png
share/wesnoth/data/core/images/attacks/crush-wose.png
share/wesnoth/data/core/images/attacks/curse.png
+share/wesnoth/data/core/images/attacks/dagger-curved.png
share/wesnoth/data/core/images/attacks/dagger-human.png
share/wesnoth/data/core/images/attacks/dagger-orcish.png
share/wesnoth/data/core/images/attacks/dagger-thrown-human.png
@@ -2349,6 +2435,7 @@ share/wesnoth/data/core/images/attacks/fangs-animal.png
share/wesnoth/data/core/images/attacks/fangs-snake.png
share/wesnoth/data/core/images/attacks/fangs-spider.png
share/wesnoth/data/core/images/attacks/fangs.png
+share/wesnoth/data/core/images/attacks/fire-blast.png
share/wesnoth/data/core/images/attacks/fire-breath-drake.png
share/wesnoth/data/core/images/attacks/fireball.png
share/wesnoth/data/core/images/attacks/fist-human.png
@@ -2376,6 +2463,7 @@ share/wesnoth/data/core/images/attacks/javelin-orcish.png
share/wesnoth/data/core/images/attacks/lance.png
share/wesnoth/data/core/images/attacks/lightbeam.png
share/wesnoth/data/core/images/attacks/lightning.png
+share/wesnoth/data/core/images/attacks/longsword.png
share/wesnoth/data/core/images/attacks/mace-and-chain.png
share/wesnoth/data/core/images/attacks/mace-spiked.png
share/wesnoth/data/core/images/attacks/mace.png
@@ -2397,12 +2485,16 @@ share/wesnoth/data/core/images/attacks/scythe.png
share/wesnoth/data/core/images/attacks/sickle.png
share/wesnoth/data/core/images/attacks/slam-drake.png
share/wesnoth/data/core/images/attacks/sling.png
+share/wesnoth/data/core/images/attacks/slingshot.png
share/wesnoth/data/core/images/attacks/spear-orcish.png
share/wesnoth/data/core/images/attacks/spear.png
+share/wesnoth/data/core/images/attacks/staff-elven-star.png
share/wesnoth/data/core/images/attacks/staff-elven.png
+share/wesnoth/data/core/images/attacks/staff-green.png
share/wesnoth/data/core/images/attacks/staff-magic.png
share/wesnoth/data/core/images/attacks/staff-necromantic.png
share/wesnoth/data/core/images/attacks/staff-plague.png
+share/wesnoth/data/core/images/attacks/staff-ruby.png
share/wesnoth/data/core/images/attacks/sting.png
share/wesnoth/data/core/images/attacks/sword-elven.png
share/wesnoth/data/core/images/attacks/sword-flaming.png
@@ -2410,6 +2502,7 @@ share/wesnoth/data/core/images/attacks/sword-holy.png
share/wesnoth/data/core/images/attacks/sword-human-short.png
share/wesnoth/data/core/images/attacks/sword-human.png
share/wesnoth/data/core/images/attacks/sword-orcish.png
+share/wesnoth/data/core/images/attacks/sword-steel.png
share/wesnoth/data/core/images/attacks/tail-dragon.png
share/wesnoth/data/core/images/attacks/tentacle.png
share/wesnoth/data/core/images/attacks/thorns.png
@@ -2430,6 +2523,7 @@ share/wesnoth/data/core/images/editor/brush-1.png
share/wesnoth/data/core/images/editor/brush-2.png
share/wesnoth/data/core/images/editor/brush-3.png
share/wesnoth/data/core/images/editor/brush-nw-se.png
+share/wesnoth/data/core/images/halo/darkens-aura.png
share/wesnoth/data/core/images/halo/elven/druid-healing1.png
share/wesnoth/data/core/images/halo/elven/druid-healing2.png
share/wesnoth/data/core/images/halo/elven/druid-healing3.png
@@ -2542,6 +2636,19 @@ share/wesnoth/data/core/images/halo/merfolk/water-halo-4.png
share/wesnoth/data/core/images/halo/merfolk/water-halo-5.png
share/wesnoth/data/core/images/halo/merfolk/water-halo-6.png
share/wesnoth/data/core/images/halo/merfolk/water-halo-7.png
+share/wesnoth/data/core/images/halo/misc/leadership-flare-1.png
+share/wesnoth/data/core/images/halo/misc/leadership-flare-10.png
+share/wesnoth/data/core/images/halo/misc/leadership-flare-11.png
+share/wesnoth/data/core/images/halo/misc/leadership-flare-12.png
+share/wesnoth/data/core/images/halo/misc/leadership-flare-13.png
+share/wesnoth/data/core/images/halo/misc/leadership-flare-2.png
+share/wesnoth/data/core/images/halo/misc/leadership-flare-3.png
+share/wesnoth/data/core/images/halo/misc/leadership-flare-4.png
+share/wesnoth/data/core/images/halo/misc/leadership-flare-5.png
+share/wesnoth/data/core/images/halo/misc/leadership-flare-6.png
+share/wesnoth/data/core/images/halo/misc/leadership-flare-7.png
+share/wesnoth/data/core/images/halo/misc/leadership-flare-8.png
+share/wesnoth/data/core/images/halo/misc/leadership-flare-9.png
share/wesnoth/data/core/images/halo/saurian-magic-halo-1.png
share/wesnoth/data/core/images/halo/saurian-magic-halo-2.png
share/wesnoth/data/core/images/halo/saurian-magic-halo-3.png
@@ -2569,10 +2676,29 @@ share/wesnoth/data/core/images/halo/undead/dark-magic-3.png
share/wesnoth/data/core/images/halo/undead/dark-magic-4.png
share/wesnoth/data/core/images/halo/undead/dark-magic-5.png
share/wesnoth/data/core/images/halo/undead/dark-magic-6.png
-share/wesnoth/data/core/images/help/closed_section.png
+share/wesnoth/data/core/images/halo/undead/idle-flash-1.png
+share/wesnoth/data/core/images/halo/undead/idle-flash-10.png
+share/wesnoth/data/core/images/halo/undead/idle-flash-11.png
+share/wesnoth/data/core/images/halo/undead/idle-flash-12.png
+share/wesnoth/data/core/images/halo/undead/idle-flash-13.png
+share/wesnoth/data/core/images/halo/undead/idle-flash-14.png
+share/wesnoth/data/core/images/halo/undead/idle-flash-15.png
+share/wesnoth/data/core/images/halo/undead/idle-flash-16.png
+share/wesnoth/data/core/images/halo/undead/idle-flash-17.png
+share/wesnoth/data/core/images/halo/undead/idle-flash-18.png
+share/wesnoth/data/core/images/halo/undead/idle-flash-19.png
+share/wesnoth/data/core/images/halo/undead/idle-flash-2.png
+share/wesnoth/data/core/images/halo/undead/idle-flash-20.png
+share/wesnoth/data/core/images/halo/undead/idle-flash-21.png
+share/wesnoth/data/core/images/halo/undead/idle-flash-3.png
+share/wesnoth/data/core/images/halo/undead/idle-flash-4.png
+share/wesnoth/data/core/images/halo/undead/idle-flash-5.png
+share/wesnoth/data/core/images/halo/undead/idle-flash-6.png
+share/wesnoth/data/core/images/halo/undead/idle-flash-7.png
+share/wesnoth/data/core/images/halo/undead/idle-flash-8.png
+share/wesnoth/data/core/images/halo/undead/idle-flash-9.png
share/wesnoth/data/core/images/help/hp-bars.png
share/wesnoth/data/core/images/help/hpxp.png
-share/wesnoth/data/core/images/help/indentation.png
share/wesnoth/data/core/images/help/l10n/de/hpxp.png
share/wesnoth/data/core/images/help/l10n/de/recruit.png
share/wesnoth/data/core/images/help/l10n/de/tooltip.png
@@ -2607,7 +2733,6 @@ share/wesnoth/data/core/images/help/l10n/zh_CN/recruit.png
share/wesnoth/data/core/images/help/l10n/zh_CN/tooltip.png
share/wesnoth/data/core/images/help/moving1.png
share/wesnoth/data/core/images/help/moving2.png
-share/wesnoth/data/core/images/help/open_section.png
share/wesnoth/data/core/images/help/orb-blue.png
share/wesnoth/data/core/images/help/orb-green.png
share/wesnoth/data/core/images/help/orb-none.png
@@ -2615,7 +2740,7 @@ share/wesnoth/data/core/images/help/orb-red.png
share/wesnoth/data/core/images/help/orb-yellow.png
share/wesnoth/data/core/images/help/recruit.png
share/wesnoth/data/core/images/help/tooltip.png
-share/wesnoth/data/core/images/help/topic.png
+share/wesnoth/data/core/images/icons/armor_leather.png
share/wesnoth/data/core/images/icons/boots_elven.png
share/wesnoth/data/core/images/icons/breastplate.png
share/wesnoth/data/core/images/icons/circlet_winged.png
@@ -2642,13 +2767,18 @@ share/wesnoth/data/core/images/icons/potion_red_medium.png
share/wesnoth/data/core/images/icons/potion_red_small.png
share/wesnoth/data/core/images/icons/sandals.png
share/wesnoth/data/core/images/icons/scroll_red.png
+share/wesnoth/data/core/images/icons/shield_polished.png
+share/wesnoth/data/core/images/icons/shield_steel.png
share/wesnoth/data/core/images/icons/shield_tower.png
share/wesnoth/data/core/images/icons/shield_tower_merfolk.png
share/wesnoth/data/core/images/icons/shield_wooden.png
+share/wesnoth/data/core/images/icons/steel_armor.png
share/wesnoth/data/core/images/icons/stone_ring.png
+share/wesnoth/data/core/images/icons/tunic_elven.png
share/wesnoth/data/core/images/items/altar-evil.png
share/wesnoth/data/core/images/items/altar.png
share/wesnoth/data/core/images/items/ankh-necklace.png
+share/wesnoth/data/core/images/items/anvil.png
share/wesnoth/data/core/images/items/archery-target-right.png
share/wesnoth/data/core/images/items/armor-golden.png
share/wesnoth/data/core/images/items/armor.png
@@ -2774,6 +2904,7 @@ share/wesnoth/data/core/images/misc/icon-amla-tough.png
share/wesnoth/data/core/images/misc/key.png
share/wesnoth/data/core/images/misc/l10n/en@shaw/logo.png
share/wesnoth/data/core/images/misc/l10n/es/logo.png
+share/wesnoth/data/core/images/misc/l10n/fr/logo.png
share/wesnoth/data/core/images/misc/l10n/hu/logo.png
share/wesnoth/data/core/images/misc/l10n/la/logo.png
share/wesnoth/data/core/images/misc/l10n/lt/logo.png
@@ -2781,6 +2912,7 @@ share/wesnoth/data/core/images/misc/l10n/sr/logo.png
share/wesnoth/data/core/images/misc/l10n/sr@latin/logo.png
share/wesnoth/data/core/images/misc/l10n/zh_CN/logo.png
share/wesnoth/data/core/images/misc/laurel.png
+share/wesnoth/data/core/images/misc/leader-expendable.png
share/wesnoth/data/core/images/misc/logo.png
share/wesnoth/data/core/images/misc/loyal-icon.png
share/wesnoth/data/core/images/misc/new-battle.png
@@ -2792,6 +2924,7 @@ share/wesnoth/data/core/images/misc/schedule-afternoon.png
share/wesnoth/data/core/images/misc/schedule-dawn.png
share/wesnoth/data/core/images/misc/schedule-dusk.png
share/wesnoth/data/core/images/misc/schedule-firstwatch.png
+share/wesnoth/data/core/images/misc/schedule-indoors.png
share/wesnoth/data/core/images/misc/schedule-morning.png
share/wesnoth/data/core/images/misc/schedule-secondwatch.png
share/wesnoth/data/core/images/misc/schedule-underground-illum.png
@@ -2803,18 +2936,29 @@ share/wesnoth/data/core/images/misc/vision-fog.png
share/wesnoth/data/core/images/misc/vision-none.png
share/wesnoth/data/core/images/misc/vision-shroud.png
share/wesnoth/data/core/images/portraits/ARTISTS
+share/wesnoth/data/core/images/portraits/drakes/blademaster.png
share/wesnoth/data/core/images/portraits/drakes/burner.png
share/wesnoth/data/core/images/portraits/drakes/clasher.png
+share/wesnoth/data/core/images/portraits/drakes/enforcer.png
share/wesnoth/data/core/images/portraits/drakes/fighter.png
+share/wesnoth/data/core/images/portraits/drakes/flameheart.png
share/wesnoth/data/core/images/portraits/drakes/glider.png
+share/wesnoth/data/core/images/portraits/drakes/hurricane.png
+share/wesnoth/data/core/images/portraits/drakes/inferno.png
+share/wesnoth/data/core/images/portraits/drakes/transparent/blademaster.png
share/wesnoth/data/core/images/portraits/drakes/transparent/burner.png
share/wesnoth/data/core/images/portraits/drakes/transparent/clasher.png
+share/wesnoth/data/core/images/portraits/drakes/transparent/enforcer.png
share/wesnoth/data/core/images/portraits/drakes/transparent/fighter.png
+share/wesnoth/data/core/images/portraits/drakes/transparent/flameheart.png
share/wesnoth/data/core/images/portraits/drakes/transparent/glider.png
+share/wesnoth/data/core/images/portraits/drakes/transparent/hurricane.png
+share/wesnoth/data/core/images/portraits/drakes/transparent/inferno.png
+share/wesnoth/data/core/images/portraits/drakes/transparent/warden.png
+share/wesnoth/data/core/images/portraits/drakes/warden.png
share/wesnoth/data/core/images/portraits/dwarves/dragonguard.png
share/wesnoth/data/core/images/portraits/dwarves/explorer.png
share/wesnoth/data/core/images/portraits/dwarves/fighter.png
-share/wesnoth/data/core/images/portraits/dwarves/gryphon-rider.png
share/wesnoth/data/core/images/portraits/dwarves/guard.png
share/wesnoth/data/core/images/portraits/dwarves/lord.png
share/wesnoth/data/core/images/portraits/dwarves/runemaster.png
@@ -2838,11 +2982,9 @@ share/wesnoth/data/core/images/portraits/elves/archer+female.png
share/wesnoth/data/core/images/portraits/elves/archer.png
share/wesnoth/data/core/images/portraits/elves/captain.png
share/wesnoth/data/core/images/portraits/elves/druid.png
-share/wesnoth/data/core/images/portraits/elves/fighter.png
share/wesnoth/data/core/images/portraits/elves/hero.png
share/wesnoth/data/core/images/portraits/elves/high-lord.png
share/wesnoth/data/core/images/portraits/elves/lady.png
-share/wesnoth/data/core/images/portraits/elves/lord.png
share/wesnoth/data/core/images/portraits/elves/marksman+female.png
share/wesnoth/data/core/images/portraits/elves/marksman.png
share/wesnoth/data/core/images/portraits/elves/ranger+female.png
@@ -2880,6 +3022,7 @@ share/wesnoth/data/core/images/portraits/goblins/transparent/impaler.png
share/wesnoth/data/core/images/portraits/goblins/transparent/pillager.png
share/wesnoth/data/core/images/portraits/goblins/transparent/rouser-2.png
share/wesnoth/data/core/images/portraits/goblins/transparent/rouser.png
+share/wesnoth/data/core/images/portraits/goblins/transparent/spearman-2.png
share/wesnoth/data/core/images/portraits/goblins/transparent/spearman.png
share/wesnoth/data/core/images/portraits/goblins/transparent/wolf-rider.png
share/wesnoth/data/core/images/portraits/goblins/wolf-rider.png
@@ -2898,14 +3041,10 @@ share/wesnoth/data/core/images/portraits/humans/footpad.png
share/wesnoth/data/core/images/portraits/humans/general.png
share/wesnoth/data/core/images/portraits/humans/grand-knight.png
share/wesnoth/data/core/images/portraits/humans/halberdier.png
-share/wesnoth/data/core/images/portraits/humans/heavy-infantry.png
-share/wesnoth/data/core/images/portraits/humans/horseman.png
share/wesnoth/data/core/images/portraits/humans/huntsman.png
-share/wesnoth/data/core/images/portraits/humans/iron-mauler.png
share/wesnoth/data/core/images/portraits/humans/javelineer.png
share/wesnoth/data/core/images/portraits/humans/knight.png
share/wesnoth/data/core/images/portraits/humans/lancer.png
-share/wesnoth/data/core/images/portraits/humans/lieutenant.png
share/wesnoth/data/core/images/portraits/humans/longbowman.png
share/wesnoth/data/core/images/portraits/humans/mage+female.png
share/wesnoth/data/core/images/portraits/humans/mage-arch+female.png
@@ -2932,9 +3071,7 @@ share/wesnoth/data/core/images/portraits/humans/pikeman.png
share/wesnoth/data/core/images/portraits/humans/ranger.png
share/wesnoth/data/core/images/portraits/humans/royal-guard.png
share/wesnoth/data/core/images/portraits/humans/ruffian.png
-share/wesnoth/data/core/images/portraits/humans/sergeant.png
share/wesnoth/data/core/images/portraits/humans/spearman.png
-share/wesnoth/data/core/images/portraits/humans/swordsman.png
share/wesnoth/data/core/images/portraits/humans/thief+female.png
share/wesnoth/data/core/images/portraits/humans/thief.png
share/wesnoth/data/core/images/portraits/humans/thug.png
@@ -2991,6 +3128,8 @@ share/wesnoth/data/core/images/portraits/humans/transparent/royal-guard.png
share/wesnoth/data/core/images/portraits/humans/transparent/ruffian.png
share/wesnoth/data/core/images/portraits/humans/transparent/sergeant.png
share/wesnoth/data/core/images/portraits/humans/transparent/spearman.png
+share/wesnoth/data/core/images/portraits/humans/transparent/swordsman-2.png
+share/wesnoth/data/core/images/portraits/humans/transparent/swordsman-3.png
share/wesnoth/data/core/images/portraits/humans/transparent/swordsman.png
share/wesnoth/data/core/images/portraits/humans/transparent/thief+female.png
share/wesnoth/data/core/images/portraits/humans/transparent/thief.png
@@ -2998,7 +3137,8 @@ share/wesnoth/data/core/images/portraits/humans/transparent/thug.png
share/wesnoth/data/core/images/portraits/humans/transparent/trapper.png
share/wesnoth/data/core/images/portraits/humans/transparent/woodsman.png
share/wesnoth/data/core/images/portraits/humans/trapper.png
-share/wesnoth/data/core/images/portraits/humans/woodsman.png
+share/wesnoth/data/core/images/portraits/khalifate/hakim.png
+share/wesnoth/data/core/images/portraits/khalifate/transparent/hakim.png
share/wesnoth/data/core/images/portraits/merfolk/enchantress.png
share/wesnoth/data/core/images/portraits/merfolk/fighter.png
share/wesnoth/data/core/images/portraits/merfolk/hoplite.png
@@ -3011,6 +3151,7 @@ share/wesnoth/data/core/images/portraits/merfolk/transparent/enchantress.png
share/wesnoth/data/core/images/portraits/merfolk/transparent/fighter.png
share/wesnoth/data/core/images/portraits/merfolk/transparent/hoplite.png
share/wesnoth/data/core/images/portraits/merfolk/transparent/hunter.png
+share/wesnoth/data/core/images/portraits/merfolk/transparent/initiate-2.png
share/wesnoth/data/core/images/portraits/merfolk/transparent/initiate.png
share/wesnoth/data/core/images/portraits/merfolk/transparent/netcaster.png
share/wesnoth/data/core/images/portraits/merfolk/transparent/priestess.png
@@ -3018,24 +3159,38 @@ share/wesnoth/data/core/images/portraits/merfolk/transparent/spearman.png
share/wesnoth/data/core/images/portraits/merfolk/transparent/triton.png
share/wesnoth/data/core/images/portraits/merfolk/triton.png
share/wesnoth/data/core/images/portraits/monsters/bat.png
+share/wesnoth/data/core/images/portraits/monsters/giant-mudcrawler.png
share/wesnoth/data/core/images/portraits/monsters/gryphon.png
-share/wesnoth/data/core/images/portraits/monsters/ogre.png
share/wesnoth/data/core/images/portraits/monsters/scorpion.png
share/wesnoth/data/core/images/portraits/monsters/sea-serpent.png
share/wesnoth/data/core/images/portraits/monsters/transparent/bat.png
+share/wesnoth/data/core/images/portraits/monsters/transparent/giant-mudcrawler.png
share/wesnoth/data/core/images/portraits/monsters/transparent/gryphon.png
share/wesnoth/data/core/images/portraits/monsters/transparent/ogre.png
share/wesnoth/data/core/images/portraits/monsters/transparent/scorpion.png
+share/wesnoth/data/core/images/portraits/monsters/transparent/sea-serpent.png
share/wesnoth/data/core/images/portraits/nagas/fighter.png
share/wesnoth/data/core/images/portraits/nagas/myrmidon.png
share/wesnoth/data/core/images/portraits/nagas/transparent/fighter.png
share/wesnoth/data/core/images/portraits/nagas/transparent/myrmidon.png
-share/wesnoth/data/core/images/portraits/orcs/assassin.png
-share/wesnoth/data/core/images/portraits/orcs/grunt.png
+share/wesnoth/data/core/images/portraits/orcs/leader.png
+share/wesnoth/data/core/images/portraits/orcs/slayer.png
+share/wesnoth/data/core/images/portraits/orcs/slurbow.png
+share/wesnoth/data/core/images/portraits/orcs/sovereign.png
+share/wesnoth/data/core/images/portraits/orcs/transparent/archer.png
share/wesnoth/data/core/images/portraits/orcs/transparent/assassin.png
+share/wesnoth/data/core/images/portraits/orcs/transparent/crossbowman.png
share/wesnoth/data/core/images/portraits/orcs/transparent/grunt-2.png
share/wesnoth/data/core/images/portraits/orcs/transparent/grunt-3.png
+share/wesnoth/data/core/images/portraits/orcs/transparent/grunt-4.png
+share/wesnoth/data/core/images/portraits/orcs/transparent/grunt-5.png
+share/wesnoth/data/core/images/portraits/orcs/transparent/grunt-6.png
share/wesnoth/data/core/images/portraits/orcs/transparent/grunt.png
+share/wesnoth/data/core/images/portraits/orcs/transparent/leader-2.png
+share/wesnoth/data/core/images/portraits/orcs/transparent/leader.png
+share/wesnoth/data/core/images/portraits/orcs/transparent/slayer.png
+share/wesnoth/data/core/images/portraits/orcs/transparent/slurbow.png
+share/wesnoth/data/core/images/portraits/orcs/transparent/sovereign.png
share/wesnoth/data/core/images/portraits/orcs/transparent/warlord.png
share/wesnoth/data/core/images/portraits/orcs/transparent/warrior.png
share/wesnoth/data/core/images/portraits/orcs/warlord.png
@@ -3048,9 +3203,13 @@ share/wesnoth/data/core/images/portraits/trolls/transparent/troll.png
share/wesnoth/data/core/images/portraits/trolls/transparent/whelp.png
share/wesnoth/data/core/images/portraits/trolls/troll.png
share/wesnoth/data/core/images/portraits/trolls/whelp.png
+share/wesnoth/data/core/images/portraits/undead/archer.png
+share/wesnoth/data/core/images/portraits/undead/banebow.png
+share/wesnoth/data/core/images/portraits/undead/bone-shooter.png
share/wesnoth/data/core/images/portraits/undead/brown-lich.png
share/wesnoth/data/core/images/portraits/undead/death-knight.png
share/wesnoth/data/core/images/portraits/undead/deathblade.png
+share/wesnoth/data/core/images/portraits/undead/draug.png
share/wesnoth/data/core/images/portraits/undead/ghost.png
share/wesnoth/data/core/images/portraits/undead/ghoul.png
share/wesnoth/data/core/images/portraits/undead/lich.png
@@ -3059,9 +3218,15 @@ share/wesnoth/data/core/images/portraits/undead/revenant.png
share/wesnoth/data/core/images/portraits/undead/shadow.png
share/wesnoth/data/core/images/portraits/undead/skeleton.png
share/wesnoth/data/core/images/portraits/undead/spectre.png
+share/wesnoth/data/core/images/portraits/undead/transparent/archer.png
+share/wesnoth/data/core/images/portraits/undead/transparent/banebow.png
+share/wesnoth/data/core/images/portraits/undead/transparent/bone-shooter.png
share/wesnoth/data/core/images/portraits/undead/transparent/death-knight.png
share/wesnoth/data/core/images/portraits/undead/transparent/deathblade.png
+share/wesnoth/data/core/images/portraits/undead/transparent/draug-2.png
+share/wesnoth/data/core/images/portraits/undead/transparent/draug.png
share/wesnoth/data/core/images/portraits/undead/transparent/ghost.png
+share/wesnoth/data/core/images/portraits/undead/transparent/ghoul.png
share/wesnoth/data/core/images/portraits/undead/transparent/lich.png
share/wesnoth/data/core/images/portraits/undead/transparent/nightgaunt.png
share/wesnoth/data/core/images/portraits/undead/transparent/revenant.png
@@ -3081,6 +3246,16 @@ share/wesnoth/data/core/images/projectiles/dagger-ne.png
share/wesnoth/data/core/images/projectiles/darkmissile-n.png
share/wesnoth/data/core/images/projectiles/darkmissile-ne.png
share/wesnoth/data/core/images/projectiles/entangle.png
+share/wesnoth/data/core/images/projectiles/fire-breath-1.png
+share/wesnoth/data/core/images/projectiles/fire-breath-10.png
+share/wesnoth/data/core/images/projectiles/fire-breath-2.png
+share/wesnoth/data/core/images/projectiles/fire-breath-3.png
+share/wesnoth/data/core/images/projectiles/fire-breath-4.png
+share/wesnoth/data/core/images/projectiles/fire-breath-5.png
+share/wesnoth/data/core/images/projectiles/fire-breath-6.png
+share/wesnoth/data/core/images/projectiles/fire-breath-7.png
+share/wesnoth/data/core/images/projectiles/fire-breath-8.png
+share/wesnoth/data/core/images/projectiles/fire-breath-9.png
share/wesnoth/data/core/images/projectiles/fire-breath-n-1.png
share/wesnoth/data/core/images/projectiles/fire-breath-n-2.png
share/wesnoth/data/core/images/projectiles/fire-breath-n-3.png
@@ -3251,6 +3426,28 @@ share/wesnoth/data/core/images/scenery/gate-rusty-sw.png
share/wesnoth/data/core/images/scenery/icepack-1.png
share/wesnoth/data/core/images/scenery/leanto.png
share/wesnoth/data/core/images/scenery/lighthouse.png
+share/wesnoth/data/core/images/scenery/mausoleum01.png
+share/wesnoth/data/core/images/scenery/mausoleum02.png
+share/wesnoth/data/core/images/scenery/mausoleum03.png
+share/wesnoth/data/core/images/scenery/mausoleum04.png
+share/wesnoth/data/core/images/scenery/mausoleum05.png
+share/wesnoth/data/core/images/scenery/mausoleum06.png
+share/wesnoth/data/core/images/scenery/mausoleum07.png
+share/wesnoth/data/core/images/scenery/mausoleum08.png
+share/wesnoth/data/core/images/scenery/mausoleum09.png
+share/wesnoth/data/core/images/scenery/mausoleum10.png
+share/wesnoth/data/core/images/scenery/mausoleum11.png
+share/wesnoth/data/core/images/scenery/mausoleum12.png
+share/wesnoth/data/core/images/scenery/mausoleum13.png
+share/wesnoth/data/core/images/scenery/mausoleum14.png
+share/wesnoth/data/core/images/scenery/mausoleum15.png
+share/wesnoth/data/core/images/scenery/mausoleum16.png
+share/wesnoth/data/core/images/scenery/mausoleum17.png
+share/wesnoth/data/core/images/scenery/mausoleum18.png
+share/wesnoth/data/core/images/scenery/mausoleum19.png
+share/wesnoth/data/core/images/scenery/mausoleum20.png
+share/wesnoth/data/core/images/scenery/mausoleum21.png
+share/wesnoth/data/core/images/scenery/mausoleum22.png
share/wesnoth/data/core/images/scenery/mine-abandoned.png
share/wesnoth/data/core/images/scenery/monolith1.png
share/wesnoth/data/core/images/scenery/monolith2.png
@@ -3323,39 +3520,85 @@ share/wesnoth/data/core/images/story/landscape-castle.jpg
share/wesnoth/data/core/images/story/landscape-plain.jpg
share/wesnoth/data/core/images/terrain/alpha.png
share/wesnoth/data/core/images/terrain/alphamask.png
-share/wesnoth/data/core/images/terrain/bridge-deep-n-s-tile.png
-share/wesnoth/data/core/images/terrain/bridge-deep-ne-sw-tile.png
-share/wesnoth/data/core/images/terrain/bridge-deep-se-nw-tile.png
-share/wesnoth/data/core/images/terrain/bridge-joint-n-se-sw.png
-share/wesnoth/data/core/images/terrain/bridge-joint-n-se.png
-share/wesnoth/data/core/images/terrain/bridge-joint-n-sw.png
-share/wesnoth/data/core/images/terrain/bridge-joint-ne-nw.png
-share/wesnoth/data/core/images/terrain/bridge-joint-ne-s-nw.png
-share/wesnoth/data/core/images/terrain/bridge-joint-ne-s.png
-share/wesnoth/data/core/images/terrain/bridge-joint-s-nw.png
-share/wesnoth/data/core/images/terrain/bridge-joint-se-sw.png
-share/wesnoth/data/core/images/terrain/bridge-n-end.png
-share/wesnoth/data/core/images/terrain/bridge-n-s-tile.png
-share/wesnoth/data/core/images/terrain/bridge-n-s.png
-share/wesnoth/data/core/images/terrain/bridge-n.png
-share/wesnoth/data/core/images/terrain/bridge-ne-end.png
-share/wesnoth/data/core/images/terrain/bridge-ne-sw-tile.png
-share/wesnoth/data/core/images/terrain/bridge-ne-sw.png
-share/wesnoth/data/core/images/terrain/bridge-ne.png
-share/wesnoth/data/core/images/terrain/bridge-nw-end.png
-share/wesnoth/data/core/images/terrain/bridge-nw.png
-share/wesnoth/data/core/images/terrain/bridge-s-end.png
-share/wesnoth/data/core/images/terrain/bridge-s.png
-share/wesnoth/data/core/images/terrain/bridge-se-end.png
-share/wesnoth/data/core/images/terrain/bridge-se-nw-tile.png
-share/wesnoth/data/core/images/terrain/bridge-se-nw.png
-share/wesnoth/data/core/images/terrain/bridge-se.png
-share/wesnoth/data/core/images/terrain/bridge-sw-end.png
-share/wesnoth/data/core/images/terrain/bridge-sw.png
-share/wesnoth/data/core/images/terrain/bridge-swamp-n-s-tile.png
-share/wesnoth/data/core/images/terrain/bridge-swamp-ne-sw-tile.png
-share/wesnoth/data/core/images/terrain/bridge-swamp-se-nw-tile.png
-share/wesnoth/data/core/images/terrain/castle-overlay-editor.png
+share/wesnoth/data/core/images/terrain/bridge/stonebridge-dock-n.png
+share/wesnoth/data/core/images/terrain/bridge/stonebridge-dock-ne.png
+share/wesnoth/data/core/images/terrain/bridge/stonebridge-dock-nw.png
+share/wesnoth/data/core/images/terrain/bridge/stonebridge-dock-s.png
+share/wesnoth/data/core/images/terrain/bridge/stonebridge-dock-se.png
+share/wesnoth/data/core/images/terrain/bridge/stonebridge-dock-sw.png
+share/wesnoth/data/core/images/terrain/bridge/stonebridge-end-n.png
+share/wesnoth/data/core/images/terrain/bridge/stonebridge-end-ne.png
+share/wesnoth/data/core/images/terrain/bridge/stonebridge-end-nw.png
+share/wesnoth/data/core/images/terrain/bridge/stonebridge-end-s.png
+share/wesnoth/data/core/images/terrain/bridge/stonebridge-end-se.png
+share/wesnoth/data/core/images/terrain/bridge/stonebridge-end-sw.png
+share/wesnoth/data/core/images/terrain/bridge/stonebridge-n-s-tile.png
+share/wesnoth/data/core/images/terrain/bridge/stonebridge-n-s.png
+share/wesnoth/data/core/images/terrain/bridge/stonebridge-n.png
+share/wesnoth/data/core/images/terrain/bridge/stonebridge-ne-sw-tile.png
+share/wesnoth/data/core/images/terrain/bridge/stonebridge-ne-sw.png
+share/wesnoth/data/core/images/terrain/bridge/stonebridge-ne.png
+share/wesnoth/data/core/images/terrain/bridge/stonebridge-nesw.png
+share/wesnoth/data/core/images/terrain/bridge/stonebridge-ns.png
+share/wesnoth/data/core/images/terrain/bridge/stonebridge-nw.png
+share/wesnoth/data/core/images/terrain/bridge/stonebridge-s.png
+share/wesnoth/data/core/images/terrain/bridge/stonebridge-se-nw-tile.png
+share/wesnoth/data/core/images/terrain/bridge/stonebridge-se-nw.png
+share/wesnoth/data/core/images/terrain/bridge/stonebridge-se.png
+share/wesnoth/data/core/images/terrain/bridge/stonebridge-senw.png
+share/wesnoth/data/core/images/terrain/bridge/stonebridge-small-both-nesw.png
+share/wesnoth/data/core/images/terrain/bridge/stonebridge-small-both-ns.png
+share/wesnoth/data/core/images/terrain/bridge/stonebridge-small-both-senw.png
+share/wesnoth/data/core/images/terrain/bridge/stonebridge-small-n.png
+share/wesnoth/data/core/images/terrain/bridge/stonebridge-small-ne.png
+share/wesnoth/data/core/images/terrain/bridge/stonebridge-small-nw.png
+share/wesnoth/data/core/images/terrain/bridge/stonebridge-small-s.png
+share/wesnoth/data/core/images/terrain/bridge/stonebridge-small-se.png
+share/wesnoth/data/core/images/terrain/bridge/stonebridge-small-single-nesw.png
+share/wesnoth/data/core/images/terrain/bridge/stonebridge-small-single-ns.png
+share/wesnoth/data/core/images/terrain/bridge/stonebridge-small-single-nwse.png
+share/wesnoth/data/core/images/terrain/bridge/stonebridge-small-single-senw.png
+share/wesnoth/data/core/images/terrain/bridge/stonebridge-small-single-sn.png
+share/wesnoth/data/core/images/terrain/bridge/stonebridge-small-single-swne.png
+share/wesnoth/data/core/images/terrain/bridge/stonebridge-small-sw.png
+share/wesnoth/data/core/images/terrain/bridge/stonebridge-sw.png
+share/wesnoth/data/core/images/terrain/bridge/wood-dock-n.png
+share/wesnoth/data/core/images/terrain/bridge/wood-dock-ne.png
+share/wesnoth/data/core/images/terrain/bridge/wood-dock-nw.png
+share/wesnoth/data/core/images/terrain/bridge/wood-dock-s.png
+share/wesnoth/data/core/images/terrain/bridge/wood-dock-se.png
+share/wesnoth/data/core/images/terrain/bridge/wood-dock-sw.png
+share/wesnoth/data/core/images/terrain/bridge/wood-end-n.png
+share/wesnoth/data/core/images/terrain/bridge/wood-end-ne.png
+share/wesnoth/data/core/images/terrain/bridge/wood-end-nw.png
+share/wesnoth/data/core/images/terrain/bridge/wood-end-s.png
+share/wesnoth/data/core/images/terrain/bridge/wood-end-se.png
+share/wesnoth/data/core/images/terrain/bridge/wood-end-sw.png
+share/wesnoth/data/core/images/terrain/bridge/wood-n-s.png
+share/wesnoth/data/core/images/terrain/bridge/wood-n-se-sw.png
+share/wesnoth/data/core/images/terrain/bridge/wood-n-se.png
+share/wesnoth/data/core/images/terrain/bridge/wood-ne-s-nw.png
+share/wesnoth/data/core/images/terrain/bridge/wood-ne-s.png
+share/wesnoth/data/core/images/terrain/bridge/wood-ne-sw.png
+share/wesnoth/data/core/images/terrain/bridge/wood-nw-ne.png
+share/wesnoth/data/core/images/terrain/bridge/wood-rotting-n-s.png
+share/wesnoth/data/core/images/terrain/bridge/wood-rotting-n-se-sw.png
+share/wesnoth/data/core/images/terrain/bridge/wood-rotting-n-se.png
+share/wesnoth/data/core/images/terrain/bridge/wood-rotting-ne-s-nw.png
+share/wesnoth/data/core/images/terrain/bridge/wood-rotting-ne-s.png
+share/wesnoth/data/core/images/terrain/bridge/wood-rotting-ne-sw.png
+share/wesnoth/data/core/images/terrain/bridge/wood-rotting-nw-ne.png
+share/wesnoth/data/core/images/terrain/bridge/wood-rotting-s-nw.png
+share/wesnoth/data/core/images/terrain/bridge/wood-rotting-se-nw.png
+share/wesnoth/data/core/images/terrain/bridge/wood-rotting-se-sw.png
+share/wesnoth/data/core/images/terrain/bridge/wood-rotting-sw-n.png
+share/wesnoth/data/core/images/terrain/bridge/wood-rotting2-n-s.png
+share/wesnoth/data/core/images/terrain/bridge/wood-rotting2-ne-sw.png
+share/wesnoth/data/core/images/terrain/bridge/wood-rotting2-se-nw.png
+share/wesnoth/data/core/images/terrain/bridge/wood-s-nw.png
+share/wesnoth/data/core/images/terrain/bridge/wood-se-nw.png
+share/wesnoth/data/core/images/terrain/bridge/wood-se-sw.png
+share/wesnoth/data/core/images/terrain/bridge/wood-sw-n.png
share/wesnoth/data/core/images/terrain/castle/castle-concave-bl.png
share/wesnoth/data/core/images/terrain/castle/castle-concave-br.png
share/wesnoth/data/core/images/terrain/castle/castle-concave-l.png
@@ -3368,6 +3611,7 @@ share/wesnoth/data/core/images/terrain/castle/castle-convex-l.png
share/wesnoth/data/core/images/terrain/castle/castle-convex-r.png
share/wesnoth/data/core/images/terrain/castle/castle-convex-tl.png
share/wesnoth/data/core/images/terrain/castle/castle-convex-tr.png
+share/wesnoth/data/core/images/terrain/castle/castle-overlay-editor.png
share/wesnoth/data/core/images/terrain/castle/castle-tile.png
share/wesnoth/data/core/images/terrain/castle/castle-to-ice-n.png
share/wesnoth/data/core/images/terrain/castle/castle-to-ice-ne.png
@@ -3376,7 +3620,7 @@ share/wesnoth/data/core/images/terrain/castle/castle-to-water-n.png
share/wesnoth/data/core/images/terrain/castle/castle-to-water-ne.png
share/wesnoth/data/core/images/terrain/castle/castle-to-water-nw.png
share/wesnoth/data/core/images/terrain/castle/castle-walls.tmpl
-share/wesnoth/data/core/images/terrain/castle/cobbles.png
+share/wesnoth/data/core/images/terrain/castle/cobbles-keep.png
share/wesnoth/data/core/images/terrain/castle/dwarven-castle-concave-bl.png
share/wesnoth/data/core/images/terrain/castle/dwarven-castle-concave-br.png
share/wesnoth/data/core/images/terrain/castle/dwarven-castle-concave-l.png
@@ -3399,18 +3643,6 @@ share/wesnoth/data/core/images/terrain/castle/dwarven-castle-wall-ccw-l.png
share/wesnoth/data/core/images/terrain/castle/dwarven-castle-wall-ccw-r.png
share/wesnoth/data/core/images/terrain/castle/dwarven-castle-wall-ccw-tl.png
share/wesnoth/data/core/images/terrain/castle/dwarven-castle-wall-ccw-tr.png
-share/wesnoth/data/core/images/terrain/castle/dwarven-castle-wall-concave-bl.png
-share/wesnoth/data/core/images/terrain/castle/dwarven-castle-wall-concave-br.png
-share/wesnoth/data/core/images/terrain/castle/dwarven-castle-wall-concave-l.png
-share/wesnoth/data/core/images/terrain/castle/dwarven-castle-wall-concave-r.png
-share/wesnoth/data/core/images/terrain/castle/dwarven-castle-wall-concave-tl.png
-share/wesnoth/data/core/images/terrain/castle/dwarven-castle-wall-concave-tr.png
-share/wesnoth/data/core/images/terrain/castle/dwarven-castle-wall-convex-bl.png
-share/wesnoth/data/core/images/terrain/castle/dwarven-castle-wall-convex-br.png
-share/wesnoth/data/core/images/terrain/castle/dwarven-castle-wall-convex-l.png
-share/wesnoth/data/core/images/terrain/castle/dwarven-castle-wall-convex-r.png
-share/wesnoth/data/core/images/terrain/castle/dwarven-castle-wall-convex-tl.png
-share/wesnoth/data/core/images/terrain/castle/dwarven-castle-wall-convex-tr.png
share/wesnoth/data/core/images/terrain/castle/dwarven-castle-wall-cw-bl.png
share/wesnoth/data/core/images/terrain/castle/dwarven-castle-wall-cw-br.png
share/wesnoth/data/core/images/terrain/castle/dwarven-castle-wall-cw-l.png
@@ -3467,21 +3699,70 @@ share/wesnoth/data/core/images/terrain/castle/elven/keep-convex-tr.png
share/wesnoth/data/core/images/terrain/castle/elven/keep-tile.png
share/wesnoth/data/core/images/terrain/castle/elven/keep.png
share/wesnoth/data/core/images/terrain/castle/elven/tile.png
-share/wesnoth/data/core/images/terrain/castle/encampment-concave-bl.png
-share/wesnoth/data/core/images/terrain/castle/encampment-concave-br.png
-share/wesnoth/data/core/images/terrain/castle/encampment-concave-l.png
-share/wesnoth/data/core/images/terrain/castle/encampment-concave-r.png
-share/wesnoth/data/core/images/terrain/castle/encampment-concave-tl.png
-share/wesnoth/data/core/images/terrain/castle/encampment-concave-tr.png
-share/wesnoth/data/core/images/terrain/castle/encampment-convex-bl.png
-share/wesnoth/data/core/images/terrain/castle/encampment-convex-br.png
-share/wesnoth/data/core/images/terrain/castle/encampment-convex-l.png
-share/wesnoth/data/core/images/terrain/castle/encampment-convex-r.png
-share/wesnoth/data/core/images/terrain/castle/encampment-convex-tl.png
-share/wesnoth/data/core/images/terrain/castle/encampment-convex-tr.png
-share/wesnoth/data/core/images/terrain/castle/encampment-ground.png
-share/wesnoth/data/core/images/terrain/castle/encampment-keep-tile.png
-share/wesnoth/data/core/images/terrain/castle/encampment-tile.png
+share/wesnoth/data/core/images/terrain/castle/encampment/regular-concave-bl.png
+share/wesnoth/data/core/images/terrain/castle/encampment/regular-concave-br.png
+share/wesnoth/data/core/images/terrain/castle/encampment/regular-concave-l.png
+share/wesnoth/data/core/images/terrain/castle/encampment/regular-concave-r.png
+share/wesnoth/data/core/images/terrain/castle/encampment/regular-concave-tl.png
+share/wesnoth/data/core/images/terrain/castle/encampment/regular-concave-tr.png
+share/wesnoth/data/core/images/terrain/castle/encampment/regular-convex-bl.png
+share/wesnoth/data/core/images/terrain/castle/encampment/regular-convex-br.png
+share/wesnoth/data/core/images/terrain/castle/encampment/regular-convex-l.png
+share/wesnoth/data/core/images/terrain/castle/encampment/regular-convex-r.png
+share/wesnoth/data/core/images/terrain/castle/encampment/regular-convex-tl.png
+share/wesnoth/data/core/images/terrain/castle/encampment/regular-convex-tr.png
+share/wesnoth/data/core/images/terrain/castle/encampment/regular-keep-tile.png
+share/wesnoth/data/core/images/terrain/castle/encampment/regular-tile.png
+share/wesnoth/data/core/images/terrain/castle/encampment/snow-concave-bl.png
+share/wesnoth/data/core/images/terrain/castle/encampment/snow-concave-br.png
+share/wesnoth/data/core/images/terrain/castle/encampment/snow-concave-l.png
+share/wesnoth/data/core/images/terrain/castle/encampment/snow-concave-r.png
+share/wesnoth/data/core/images/terrain/castle/encampment/snow-concave-tl.png
+share/wesnoth/data/core/images/terrain/castle/encampment/snow-concave-tr.png
+share/wesnoth/data/core/images/terrain/castle/encampment/snow-convex-bl.png
+share/wesnoth/data/core/images/terrain/castle/encampment/snow-convex-br.png
+share/wesnoth/data/core/images/terrain/castle/encampment/snow-convex-l.png
+share/wesnoth/data/core/images/terrain/castle/encampment/snow-convex-r.png
+share/wesnoth/data/core/images/terrain/castle/encampment/snow-convex-tl.png
+share/wesnoth/data/core/images/terrain/castle/encampment/snow-convex-tr.png
+share/wesnoth/data/core/images/terrain/castle/encampment/snow-keep-tile.png
+share/wesnoth/data/core/images/terrain/castle/encampment/snow-tile.png
+share/wesnoth/data/core/images/terrain/castle/encampment/tall-keep-castle-ccw-bl.png
+share/wesnoth/data/core/images/terrain/castle/encampment/tall-keep-castle-ccw-br.png
+share/wesnoth/data/core/images/terrain/castle/encampment/tall-keep-castle-ccw-l.png
+share/wesnoth/data/core/images/terrain/castle/encampment/tall-keep-castle-ccw-r.png
+share/wesnoth/data/core/images/terrain/castle/encampment/tall-keep-castle-ccw-tl.png
+share/wesnoth/data/core/images/terrain/castle/encampment/tall-keep-castle-ccw-tr.png
+share/wesnoth/data/core/images/terrain/castle/encampment/tall-keep-castle-concave-tr.png
+share/wesnoth/data/core/images/terrain/castle/encampment/tall-keep-castle-convex-bl.png
+share/wesnoth/data/core/images/terrain/castle/encampment/tall-keep-castle-convex-br.png
+share/wesnoth/data/core/images/terrain/castle/encampment/tall-keep-castle-convex-l.png
+share/wesnoth/data/core/images/terrain/castle/encampment/tall-keep-castle-convex-r.png
+share/wesnoth/data/core/images/terrain/castle/encampment/tall-keep-castle-convex-tl.png
+share/wesnoth/data/core/images/terrain/castle/encampment/tall-keep-castle-convex-tr.png
+share/wesnoth/data/core/images/terrain/castle/encampment/tall-keep-castle-cw-bl.png
+share/wesnoth/data/core/images/terrain/castle/encampment/tall-keep-castle-cw-br.png
+share/wesnoth/data/core/images/terrain/castle/encampment/tall-keep-castle-cw-l.png
+share/wesnoth/data/core/images/terrain/castle/encampment/tall-keep-castle-cw-r.png
+share/wesnoth/data/core/images/terrain/castle/encampment/tall-keep-castle-cw-tl.png
+share/wesnoth/data/core/images/terrain/castle/encampment/tall-keep-castle-cw-tr.png
+share/wesnoth/data/core/images/terrain/castle/encampment/tall-keep-concave-bl.png
+share/wesnoth/data/core/images/terrain/castle/encampment/tall-keep-concave-br.png
+share/wesnoth/data/core/images/terrain/castle/encampment/tall-keep-concave-l.png
+share/wesnoth/data/core/images/terrain/castle/encampment/tall-keep-concave-r.png
+share/wesnoth/data/core/images/terrain/castle/encampment/tall-keep-concave-tl.png
+share/wesnoth/data/core/images/terrain/castle/encampment/tall-keep-concave-tr.png
+share/wesnoth/data/core/images/terrain/castle/encampment/tall-keep-convex-bl.png
+share/wesnoth/data/core/images/terrain/castle/encampment/tall-keep-convex-br.png
+share/wesnoth/data/core/images/terrain/castle/encampment/tall-keep-convex-l.png
+share/wesnoth/data/core/images/terrain/castle/encampment/tall-keep-convex-r.png
+share/wesnoth/data/core/images/terrain/castle/encampment/tall-keep-convex-tl.png
+share/wesnoth/data/core/images/terrain/castle/encampment/tall-keep-convex-tr.png
+share/wesnoth/data/core/images/terrain/castle/encampment/tall-keep-tile.png
+share/wesnoth/data/core/images/terrain/castle/encampment/tent-snow.png
+share/wesnoth/data/core/images/terrain/castle/encampment/tent-snow2.png
+share/wesnoth/data/core/images/terrain/castle/encampment/tent.png
+share/wesnoth/data/core/images/terrain/castle/encampment/tent2.png
share/wesnoth/data/core/images/terrain/castle/keep-castle-ccw-bl.png
share/wesnoth/data/core/images/terrain/castle/keep-castle-ccw-br.png
share/wesnoth/data/core/images/terrain/castle/keep-castle-ccw-l.png
@@ -3513,6 +3794,7 @@ share/wesnoth/data/core/images/terrain/castle/keep-convex-l.png
share/wesnoth/data/core/images/terrain/castle/keep-convex-r.png
share/wesnoth/data/core/images/terrain/castle/keep-convex-tl.png
share/wesnoth/data/core/images/terrain/castle/keep-convex-tr.png
+share/wesnoth/data/core/images/terrain/castle/keep-overlay-editor.png
share/wesnoth/data/core/images/terrain/castle/keep-tile.png
share/wesnoth/data/core/images/terrain/castle/orcish/fort-concave-bl.png
share/wesnoth/data/core/images/terrain/castle/orcish/fort-concave-br.png
@@ -3526,7 +3808,6 @@ share/wesnoth/data/core/images/terrain/castle/orcish/fort-convex-l.png
share/wesnoth/data/core/images/terrain/castle/orcish/fort-convex-r.png
share/wesnoth/data/core/images/terrain/castle/orcish/fort-convex-tl.png
share/wesnoth/data/core/images/terrain/castle/orcish/fort-convex-tr.png
-share/wesnoth/data/core/images/terrain/castle/orcish/ground.png
share/wesnoth/data/core/images/terrain/castle/orcish/keep-concave-bl.png
share/wesnoth/data/core/images/terrain/castle/orcish/keep-concave-br.png
share/wesnoth/data/core/images/terrain/castle/orcish/keep-concave-l.png
@@ -3545,6 +3826,7 @@ share/wesnoth/data/core/images/terrain/castle/orcish/keep-fort-ccw-l.png
share/wesnoth/data/core/images/terrain/castle/orcish/keep-fort-ccw-r.png
share/wesnoth/data/core/images/terrain/castle/orcish/keep-fort-ccw-tl.png
share/wesnoth/data/core/images/terrain/castle/orcish/keep-fort-ccw-tr.png
+share/wesnoth/data/core/images/terrain/castle/orcish/keep-fort-concave-tr.png
share/wesnoth/data/core/images/terrain/castle/orcish/keep-fort-convex-bl.png
share/wesnoth/data/core/images/terrain/castle/orcish/keep-fort-convex-br.png
share/wesnoth/data/core/images/terrain/castle/orcish/keep-fort-convex-l.png
@@ -3560,19 +3842,19 @@ share/wesnoth/data/core/images/terrain/castle/orcish/keep-fort-cw-tr.png
share/wesnoth/data/core/images/terrain/castle/orcish/keep-tile.png
share/wesnoth/data/core/images/terrain/castle/orcish/keep.png
share/wesnoth/data/core/images/terrain/castle/orcish/tile.png
+share/wesnoth/data/core/images/terrain/castle/ruin-concave-bl.png
+share/wesnoth/data/core/images/terrain/castle/ruin-concave-br.png
+share/wesnoth/data/core/images/terrain/castle/ruin-concave-l.png
+share/wesnoth/data/core/images/terrain/castle/ruin-concave-r.png
+share/wesnoth/data/core/images/terrain/castle/ruin-concave-tl.png
+share/wesnoth/data/core/images/terrain/castle/ruin-concave-tr.png
+share/wesnoth/data/core/images/terrain/castle/ruin-convex-bl.png
+share/wesnoth/data/core/images/terrain/castle/ruin-convex-br.png
+share/wesnoth/data/core/images/terrain/castle/ruin-convex-l.png
+share/wesnoth/data/core/images/terrain/castle/ruin-convex-r.png
+share/wesnoth/data/core/images/terrain/castle/ruin-convex-tl.png
+share/wesnoth/data/core/images/terrain/castle/ruin-convex-tr.png
share/wesnoth/data/core/images/terrain/castle/ruin-tile.png
-share/wesnoth/data/core/images/terrain/castle/ruin1-concave-bl.png
-share/wesnoth/data/core/images/terrain/castle/ruin1-concave-br.png
-share/wesnoth/data/core/images/terrain/castle/ruin1-concave-l.png
-share/wesnoth/data/core/images/terrain/castle/ruin1-concave-r.png
-share/wesnoth/data/core/images/terrain/castle/ruin1-concave-tl.png
-share/wesnoth/data/core/images/terrain/castle/ruin1-concave-tr.png
-share/wesnoth/data/core/images/terrain/castle/ruin1-convex-bl.png
-share/wesnoth/data/core/images/terrain/castle/ruin1-convex-br.png
-share/wesnoth/data/core/images/terrain/castle/ruin1-convex-l.png
-share/wesnoth/data/core/images/terrain/castle/ruin1-convex-r.png
-share/wesnoth/data/core/images/terrain/castle/ruin1-convex-tl.png
-share/wesnoth/data/core/images/terrain/castle/ruin1-convex-tr.png
share/wesnoth/data/core/images/terrain/castle/ruin2-concave-bl.png
share/wesnoth/data/core/images/terrain/castle/ruin2-concave-br.png
share/wesnoth/data/core/images/terrain/castle/ruin2-concave-l.png
@@ -3652,6 +3934,150 @@ share/wesnoth/data/core/images/terrain/castle/ruinkeep1-convex-l.png
share/wesnoth/data/core/images/terrain/castle/ruinkeep1-convex-r.png
share/wesnoth/data/core/images/terrain/castle/ruinkeep1-convex-tl.png
share/wesnoth/data/core/images/terrain/castle/ruinkeep1-convex-tr.png
+share/wesnoth/data/core/images/terrain/castle/sand/castle-concave-bl.png
+share/wesnoth/data/core/images/terrain/castle/sand/castle-concave-br.png
+share/wesnoth/data/core/images/terrain/castle/sand/castle-concave-l.png
+share/wesnoth/data/core/images/terrain/castle/sand/castle-concave-r.png
+share/wesnoth/data/core/images/terrain/castle/sand/castle-concave-tl.png
+share/wesnoth/data/core/images/terrain/castle/sand/castle-concave-tr.png
+share/wesnoth/data/core/images/terrain/castle/sand/castle-convex-bl.png
+share/wesnoth/data/core/images/terrain/castle/sand/castle-convex-br.png
+share/wesnoth/data/core/images/terrain/castle/sand/castle-convex-l.png
+share/wesnoth/data/core/images/terrain/castle/sand/castle-convex-r.png
+share/wesnoth/data/core/images/terrain/castle/sand/castle-convex-tl.png
+share/wesnoth/data/core/images/terrain/castle/sand/castle-convex-tr.png
+share/wesnoth/data/core/images/terrain/castle/sand/cobbles.png
+share/wesnoth/data/core/images/terrain/castle/sand/dirt.png
+share/wesnoth/data/core/images/terrain/castle/sand/keep-castle-ccw-bl.png
+share/wesnoth/data/core/images/terrain/castle/sand/keep-castle-ccw-br.png
+share/wesnoth/data/core/images/terrain/castle/sand/keep-castle-ccw-l.png
+share/wesnoth/data/core/images/terrain/castle/sand/keep-castle-ccw-r.png
+share/wesnoth/data/core/images/terrain/castle/sand/keep-castle-ccw-tl.png
+share/wesnoth/data/core/images/terrain/castle/sand/keep-castle-ccw-tr.png
+share/wesnoth/data/core/images/terrain/castle/sand/keep-castle-concave-tr.png
+share/wesnoth/data/core/images/terrain/castle/sand/keep-castle-convex-bl.png
+share/wesnoth/data/core/images/terrain/castle/sand/keep-castle-convex-br.png
+share/wesnoth/data/core/images/terrain/castle/sand/keep-castle-convex-l.png
+share/wesnoth/data/core/images/terrain/castle/sand/keep-castle-convex-r.png
+share/wesnoth/data/core/images/terrain/castle/sand/keep-castle-convex-tl.png
+share/wesnoth/data/core/images/terrain/castle/sand/keep-castle-convex-tr.png
+share/wesnoth/data/core/images/terrain/castle/sand/keep-castle-cw-bl.png
+share/wesnoth/data/core/images/terrain/castle/sand/keep-castle-cw-br.png
+share/wesnoth/data/core/images/terrain/castle/sand/keep-castle-cw-l.png
+share/wesnoth/data/core/images/terrain/castle/sand/keep-castle-cw-r.png
+share/wesnoth/data/core/images/terrain/castle/sand/keep-castle-cw-tl.png
+share/wesnoth/data/core/images/terrain/castle/sand/keep-castle-cw-tr.png
+share/wesnoth/data/core/images/terrain/castle/sand/keep-concave-bl.png
+share/wesnoth/data/core/images/terrain/castle/sand/keep-concave-br.png
+share/wesnoth/data/core/images/terrain/castle/sand/keep-concave-l.png
+share/wesnoth/data/core/images/terrain/castle/sand/keep-concave-r.png
+share/wesnoth/data/core/images/terrain/castle/sand/keep-concave-tl.png
+share/wesnoth/data/core/images/terrain/castle/sand/keep-concave-tr.png
+share/wesnoth/data/core/images/terrain/castle/sand/keep-convex-bl.png
+share/wesnoth/data/core/images/terrain/castle/sand/keep-convex-br.png
+share/wesnoth/data/core/images/terrain/castle/sand/keep-convex-l.png
+share/wesnoth/data/core/images/terrain/castle/sand/keep-convex-r.png
+share/wesnoth/data/core/images/terrain/castle/sand/keep-convex-tl.png
+share/wesnoth/data/core/images/terrain/castle/sand/keep-convex-tr.png
+share/wesnoth/data/core/images/terrain/castle/sand/keep-tile.png
+share/wesnoth/data/core/images/terrain/castle/sand/ruin-castle-concave-bl.png
+share/wesnoth/data/core/images/terrain/castle/sand/ruin-castle-concave-br.png
+share/wesnoth/data/core/images/terrain/castle/sand/ruin-castle-concave-l.png
+share/wesnoth/data/core/images/terrain/castle/sand/ruin-castle-concave-r.png
+share/wesnoth/data/core/images/terrain/castle/sand/ruin-castle-concave-tl.png
+share/wesnoth/data/core/images/terrain/castle/sand/ruin-castle-concave-tr.png
+share/wesnoth/data/core/images/terrain/castle/sand/ruin-castle-convex-bl.png
+share/wesnoth/data/core/images/terrain/castle/sand/ruin-castle-convex-br.png
+share/wesnoth/data/core/images/terrain/castle/sand/ruin-castle-convex-l.png
+share/wesnoth/data/core/images/terrain/castle/sand/ruin-castle-convex-r.png
+share/wesnoth/data/core/images/terrain/castle/sand/ruin-castle-convex-tl.png
+share/wesnoth/data/core/images/terrain/castle/sand/ruin-castle-convex-tr.png
+share/wesnoth/data/core/images/terrain/castle/sand/ruin-dirt.png
+share/wesnoth/data/core/images/terrain/castle/sand/ruin-keep-castle-ccw-bl.png
+share/wesnoth/data/core/images/terrain/castle/sand/ruin-keep-castle-ccw-br.png
+share/wesnoth/data/core/images/terrain/castle/sand/ruin-keep-castle-ccw-l.png
+share/wesnoth/data/core/images/terrain/castle/sand/ruin-keep-castle-ccw-r.png
+share/wesnoth/data/core/images/terrain/castle/sand/ruin-keep-castle-ccw-tl.png
+share/wesnoth/data/core/images/terrain/castle/sand/ruin-keep-castle-ccw-tr.png
+share/wesnoth/data/core/images/terrain/castle/sand/ruin-keep-castle-concave-tr.png
+share/wesnoth/data/core/images/terrain/castle/sand/ruin-keep-castle-convex-bl.png
+share/wesnoth/data/core/images/terrain/castle/sand/ruin-keep-castle-convex-br.png
+share/wesnoth/data/core/images/terrain/castle/sand/ruin-keep-castle-convex-l.png
+share/wesnoth/data/core/images/terrain/castle/sand/ruin-keep-castle-convex-r.png
+share/wesnoth/data/core/images/terrain/castle/sand/ruin-keep-castle-convex-tl.png
+share/wesnoth/data/core/images/terrain/castle/sand/ruin-keep-castle-convex-tr.png
+share/wesnoth/data/core/images/terrain/castle/sand/ruin-keep-castle-cw-bl.png
+share/wesnoth/data/core/images/terrain/castle/sand/ruin-keep-castle-cw-br.png
+share/wesnoth/data/core/images/terrain/castle/sand/ruin-keep-castle-cw-l.png
+share/wesnoth/data/core/images/terrain/castle/sand/ruin-keep-castle-cw-r.png
+share/wesnoth/data/core/images/terrain/castle/sand/ruin-keep-castle-cw-tl.png
+share/wesnoth/data/core/images/terrain/castle/sand/ruin-keep-castle-cw-tr.png
+share/wesnoth/data/core/images/terrain/castle/sand/ruin-keep-concave-bl.png
+share/wesnoth/data/core/images/terrain/castle/sand/ruin-keep-concave-br.png
+share/wesnoth/data/core/images/terrain/castle/sand/ruin-keep-concave-l.png
+share/wesnoth/data/core/images/terrain/castle/sand/ruin-keep-concave-r.png
+share/wesnoth/data/core/images/terrain/castle/sand/ruin-keep-concave-tl.png
+share/wesnoth/data/core/images/terrain/castle/sand/ruin-keep-concave-tr.png
+share/wesnoth/data/core/images/terrain/castle/sand/ruin-keep-convex-bl.png
+share/wesnoth/data/core/images/terrain/castle/sand/ruin-keep-convex-br.png
+share/wesnoth/data/core/images/terrain/castle/sand/ruin-keep-convex-l.png
+share/wesnoth/data/core/images/terrain/castle/sand/ruin-keep-convex-r.png
+share/wesnoth/data/core/images/terrain/castle/sand/ruin-keep-convex-tl.png
+share/wesnoth/data/core/images/terrain/castle/sand/ruin-keep-convex-tr.png
+share/wesnoth/data/core/images/terrain/castle/sand/ruin-keep-tile.png
+share/wesnoth/data/core/images/terrain/castle/sand/ruin-tile.png
+share/wesnoth/data/core/images/terrain/castle/sand/tile.png
+share/wesnoth/data/core/images/terrain/castle/snowy/castle-concave-bl.png
+share/wesnoth/data/core/images/terrain/castle/snowy/castle-concave-br.png
+share/wesnoth/data/core/images/terrain/castle/snowy/castle-concave-l.png
+share/wesnoth/data/core/images/terrain/castle/snowy/castle-concave-r.png
+share/wesnoth/data/core/images/terrain/castle/snowy/castle-concave-tl.png
+share/wesnoth/data/core/images/terrain/castle/snowy/castle-concave-tr.png
+share/wesnoth/data/core/images/terrain/castle/snowy/castle-convex-bl.png
+share/wesnoth/data/core/images/terrain/castle/snowy/castle-convex-br.png
+share/wesnoth/data/core/images/terrain/castle/snowy/castle-convex-l.png
+share/wesnoth/data/core/images/terrain/castle/snowy/castle-convex-r.png
+share/wesnoth/data/core/images/terrain/castle/snowy/castle-convex-tl.png
+share/wesnoth/data/core/images/terrain/castle/snowy/castle-convex-tr.png
+share/wesnoth/data/core/images/terrain/castle/snowy/castle-tile.png
+share/wesnoth/data/core/images/terrain/castle/snowy/castle-to-ice-n.png
+share/wesnoth/data/core/images/terrain/castle/snowy/castle-to-ice-ne.png
+share/wesnoth/data/core/images/terrain/castle/snowy/castle-to-ice-nw.png
+share/wesnoth/data/core/images/terrain/castle/snowy/castle-to-water-n.png
+share/wesnoth/data/core/images/terrain/castle/snowy/castle-to-water-ne.png
+share/wesnoth/data/core/images/terrain/castle/snowy/castle-to-water-nw.png
+share/wesnoth/data/core/images/terrain/castle/snowy/cobbles.png
+share/wesnoth/data/core/images/terrain/castle/snowy/keep-castle-ccw-bl.png
+share/wesnoth/data/core/images/terrain/castle/snowy/keep-castle-ccw-br.png
+share/wesnoth/data/core/images/terrain/castle/snowy/keep-castle-ccw-l.png
+share/wesnoth/data/core/images/terrain/castle/snowy/keep-castle-ccw-r.png
+share/wesnoth/data/core/images/terrain/castle/snowy/keep-castle-ccw-tl.png
+share/wesnoth/data/core/images/terrain/castle/snowy/keep-castle-ccw-tr.png
+share/wesnoth/data/core/images/terrain/castle/snowy/keep-castle-convex-bl.png
+share/wesnoth/data/core/images/terrain/castle/snowy/keep-castle-convex-br.png
+share/wesnoth/data/core/images/terrain/castle/snowy/keep-castle-convex-l.png
+share/wesnoth/data/core/images/terrain/castle/snowy/keep-castle-convex-r.png
+share/wesnoth/data/core/images/terrain/castle/snowy/keep-castle-convex-tl.png
+share/wesnoth/data/core/images/terrain/castle/snowy/keep-castle-convex-tr.png
+share/wesnoth/data/core/images/terrain/castle/snowy/keep-castle-cw-bl.png
+share/wesnoth/data/core/images/terrain/castle/snowy/keep-castle-cw-br.png
+share/wesnoth/data/core/images/terrain/castle/snowy/keep-castle-cw-l.png
+share/wesnoth/data/core/images/terrain/castle/snowy/keep-castle-cw-r.png
+share/wesnoth/data/core/images/terrain/castle/snowy/keep-castle-cw-tl.png
+share/wesnoth/data/core/images/terrain/castle/snowy/keep-castle-cw-tr.png
+share/wesnoth/data/core/images/terrain/castle/snowy/keep-concave-bl.png
+share/wesnoth/data/core/images/terrain/castle/snowy/keep-concave-br.png
+share/wesnoth/data/core/images/terrain/castle/snowy/keep-concave-l.png
+share/wesnoth/data/core/images/terrain/castle/snowy/keep-concave-r.png
+share/wesnoth/data/core/images/terrain/castle/snowy/keep-concave-tl.png
+share/wesnoth/data/core/images/terrain/castle/snowy/keep-concave-tr.png
+share/wesnoth/data/core/images/terrain/castle/snowy/keep-convex-bl.png
+share/wesnoth/data/core/images/terrain/castle/snowy/keep-convex-br.png
+share/wesnoth/data/core/images/terrain/castle/snowy/keep-convex-l.png
+share/wesnoth/data/core/images/terrain/castle/snowy/keep-convex-r.png
+share/wesnoth/data/core/images/terrain/castle/snowy/keep-convex-tl.png
+share/wesnoth/data/core/images/terrain/castle/snowy/keep-convex-tr.png
+share/wesnoth/data/core/images/terrain/castle/snowy/keep-tile.png
share/wesnoth/data/core/images/terrain/castle/sunken-keep-coast.png
share/wesnoth/data/core/images/terrain/castle/sunken-keep-ocean.png
share/wesnoth/data/core/images/terrain/castle/sunken-keep-tile.png
@@ -3675,18 +4101,6 @@ share/wesnoth/data/core/images/terrain/castle/sunken-ruin-se.png
share/wesnoth/data/core/images/terrain/castle/sunken-ruin-sw.png
share/wesnoth/data/core/images/terrain/castle/sunken-ruin-tile.png
share/wesnoth/data/core/images/terrain/castle/sunken-ruin.png
-share/wesnoth/data/core/images/terrain/castle/sunken-ruin1-concave-bl.png
-share/wesnoth/data/core/images/terrain/castle/sunken-ruin1-concave-br.png
-share/wesnoth/data/core/images/terrain/castle/sunken-ruin1-concave-l.png
-share/wesnoth/data/core/images/terrain/castle/sunken-ruin1-concave-r.png
-share/wesnoth/data/core/images/terrain/castle/sunken-ruin1-concave-tl.png
-share/wesnoth/data/core/images/terrain/castle/sunken-ruin1-concave-tr.png
-share/wesnoth/data/core/images/terrain/castle/sunken-ruin1-convex-bl.png
-share/wesnoth/data/core/images/terrain/castle/sunken-ruin1-convex-br.png
-share/wesnoth/data/core/images/terrain/castle/sunken-ruin1-convex-l.png
-share/wesnoth/data/core/images/terrain/castle/sunken-ruin1-convex-r.png
-share/wesnoth/data/core/images/terrain/castle/sunken-ruin1-convex-tl.png
-share/wesnoth/data/core/images/terrain/castle/sunken-ruin1-convex-tr.png
share/wesnoth/data/core/images/terrain/castle/sunken-ruin2-concave-bl.png
share/wesnoth/data/core/images/terrain/castle/sunken-ruin2-concave-br.png
share/wesnoth/data/core/images/terrain/castle/sunken-ruin2-concave-l.png
@@ -3735,6 +4149,18 @@ share/wesnoth/data/core/images/terrain/castle/sunken-ruin5-convex-l.png
share/wesnoth/data/core/images/terrain/castle/sunken-ruin5-convex-r.png
share/wesnoth/data/core/images/terrain/castle/sunken-ruin5-convex-tl.png
share/wesnoth/data/core/images/terrain/castle/sunken-ruin5-convex-tr.png
+share/wesnoth/data/core/images/terrain/castle/sunken-ruin6-concave-bl.png
+share/wesnoth/data/core/images/terrain/castle/sunken-ruin6-concave-br.png
+share/wesnoth/data/core/images/terrain/castle/sunken-ruin6-concave-l.png
+share/wesnoth/data/core/images/terrain/castle/sunken-ruin6-concave-r.png
+share/wesnoth/data/core/images/terrain/castle/sunken-ruin6-concave-tl.png
+share/wesnoth/data/core/images/terrain/castle/sunken-ruin6-concave-tr.png
+share/wesnoth/data/core/images/terrain/castle/sunken-ruin6-convex-bl.png
+share/wesnoth/data/core/images/terrain/castle/sunken-ruin6-convex-br.png
+share/wesnoth/data/core/images/terrain/castle/sunken-ruin6-convex-l.png
+share/wesnoth/data/core/images/terrain/castle/sunken-ruin6-convex-r.png
+share/wesnoth/data/core/images/terrain/castle/sunken-ruin6-convex-tl.png
+share/wesnoth/data/core/images/terrain/castle/sunken-ruin6-convex-tr.png
share/wesnoth/data/core/images/terrain/castle/sunken-ruinkeep1-castle-ccw-bl.png
share/wesnoth/data/core/images/terrain/castle/sunken-ruinkeep1-castle-ccw-br.png
share/wesnoth/data/core/images/terrain/castle/sunken-ruinkeep1-castle-ccw-l.png
@@ -3798,16 +4224,69 @@ share/wesnoth/data/core/images/terrain/castle/sunkenkeep-convex-tl.png
share/wesnoth/data/core/images/terrain/castle/sunkenkeep-convex-tr.png
share/wesnoth/data/core/images/terrain/castle/swamp-keep-tile.png
share/wesnoth/data/core/images/terrain/castle/swamp-ruin-tile.png
-share/wesnoth/data/core/images/terrain/cave/beam-cave-tile.png
+share/wesnoth/data/core/images/terrain/castle/winter-orcish/fort-concave-bl.png
+share/wesnoth/data/core/images/terrain/castle/winter-orcish/fort-concave-br.png
+share/wesnoth/data/core/images/terrain/castle/winter-orcish/fort-concave-l.png
+share/wesnoth/data/core/images/terrain/castle/winter-orcish/fort-concave-r.png
+share/wesnoth/data/core/images/terrain/castle/winter-orcish/fort-concave-tl.png
+share/wesnoth/data/core/images/terrain/castle/winter-orcish/fort-concave-tr.png
+share/wesnoth/data/core/images/terrain/castle/winter-orcish/fort-convex-bl.png
+share/wesnoth/data/core/images/terrain/castle/winter-orcish/fort-convex-br.png
+share/wesnoth/data/core/images/terrain/castle/winter-orcish/fort-convex-l.png
+share/wesnoth/data/core/images/terrain/castle/winter-orcish/fort-convex-r.png
+share/wesnoth/data/core/images/terrain/castle/winter-orcish/fort-convex-tl.png
+share/wesnoth/data/core/images/terrain/castle/winter-orcish/fort-convex-tr.png
+share/wesnoth/data/core/images/terrain/castle/winter-orcish/keep-concave-bl.png
+share/wesnoth/data/core/images/terrain/castle/winter-orcish/keep-concave-br.png
+share/wesnoth/data/core/images/terrain/castle/winter-orcish/keep-concave-l.png
+share/wesnoth/data/core/images/terrain/castle/winter-orcish/keep-concave-r.png
+share/wesnoth/data/core/images/terrain/castle/winter-orcish/keep-concave-tl.png
+share/wesnoth/data/core/images/terrain/castle/winter-orcish/keep-concave-tr.png
+share/wesnoth/data/core/images/terrain/castle/winter-orcish/keep-convex-bl.png
+share/wesnoth/data/core/images/terrain/castle/winter-orcish/keep-convex-br.png
+share/wesnoth/data/core/images/terrain/castle/winter-orcish/keep-convex-l.png
+share/wesnoth/data/core/images/terrain/castle/winter-orcish/keep-convex-r.png
+share/wesnoth/data/core/images/terrain/castle/winter-orcish/keep-convex-tl.png
+share/wesnoth/data/core/images/terrain/castle/winter-orcish/keep-convex-tr.png
+share/wesnoth/data/core/images/terrain/castle/winter-orcish/keep-fort-ccw-bl.png
+share/wesnoth/data/core/images/terrain/castle/winter-orcish/keep-fort-ccw-br.png
+share/wesnoth/data/core/images/terrain/castle/winter-orcish/keep-fort-ccw-l.png
+share/wesnoth/data/core/images/terrain/castle/winter-orcish/keep-fort-ccw-r.png
+share/wesnoth/data/core/images/terrain/castle/winter-orcish/keep-fort-ccw-tl.png
+share/wesnoth/data/core/images/terrain/castle/winter-orcish/keep-fort-ccw-tr.png
+share/wesnoth/data/core/images/terrain/castle/winter-orcish/keep-fort-convex-bl.png
+share/wesnoth/data/core/images/terrain/castle/winter-orcish/keep-fort-convex-br.png
+share/wesnoth/data/core/images/terrain/castle/winter-orcish/keep-fort-convex-l.png
+share/wesnoth/data/core/images/terrain/castle/winter-orcish/keep-fort-convex-r.png
+share/wesnoth/data/core/images/terrain/castle/winter-orcish/keep-fort-convex-tl.png
+share/wesnoth/data/core/images/terrain/castle/winter-orcish/keep-fort-convex-tr.png
+share/wesnoth/data/core/images/terrain/castle/winter-orcish/keep-fort-cw-bl.png
+share/wesnoth/data/core/images/terrain/castle/winter-orcish/keep-fort-cw-br.png
+share/wesnoth/data/core/images/terrain/castle/winter-orcish/keep-fort-cw-l.png
+share/wesnoth/data/core/images/terrain/castle/winter-orcish/keep-fort-cw-r.png
+share/wesnoth/data/core/images/terrain/castle/winter-orcish/keep-fort-cw-tl.png
+share/wesnoth/data/core/images/terrain/castle/winter-orcish/keep-fort-cw-tr.png
+share/wesnoth/data/core/images/terrain/castle/winter-orcish/keep-tile.png
+share/wesnoth/data/core/images/terrain/castle/winter-orcish/keep.png
+share/wesnoth/data/core/images/terrain/castle/winter-orcish/tile.png
+share/wesnoth/data/core/images/terrain/cave/bank-n-ne.png
+share/wesnoth/data/core/images/terrain/cave/bank-n.png
+share/wesnoth/data/core/images/terrain/cave/bank-ne-se.png
+share/wesnoth/data/core/images/terrain/cave/bank-ne.png
+share/wesnoth/data/core/images/terrain/cave/bank-nw-n.png
+share/wesnoth/data/core/images/terrain/cave/bank-nw.png
+share/wesnoth/data/core/images/terrain/cave/bank-s-sw.png
+share/wesnoth/data/core/images/terrain/cave/bank-s.png
+share/wesnoth/data/core/images/terrain/cave/bank-se-s.png
+share/wesnoth/data/core/images/terrain/cave/bank-se.png
+share/wesnoth/data/core/images/terrain/cave/bank-sw-nw.png
+share/wesnoth/data/core/images/terrain/cave/bank-sw.png
share/wesnoth/data/core/images/terrain/cave/beam-tile.png
share/wesnoth/data/core/images/terrain/cave/beam.png
share/wesnoth/data/core/images/terrain/cave/beam2.png
share/wesnoth/data/core/images/terrain/cave/beam3.png
-share/wesnoth/data/core/images/terrain/cave/chasm-lava-stone-bridge-s-n-tile.png
share/wesnoth/data/core/images/terrain/cave/chasm-lava-stone-bridge-s-n.png
-share/wesnoth/data/core/images/terrain/cave/chasm-lava-stone-bridge-se-nw-tile.png
share/wesnoth/data/core/images/terrain/cave/chasm-lava-stone-bridge-se-nw.png
-share/wesnoth/data/core/images/terrain/cave/chasm-lava-stone-bridge-sw-ne-tile.png
share/wesnoth/data/core/images/terrain/cave/chasm-lava-stone-bridge-sw-ne.png
share/wesnoth/data/core/images/terrain/cave/chasm-stone-bridge-s-n-tile.png
share/wesnoth/data/core/images/terrain/cave/chasm-stone-bridge-s-n.png
@@ -3815,6 +4294,73 @@ share/wesnoth/data/core/images/terrain/cave/chasm-stone-bridge-se-nw-tile.png
share/wesnoth/data/core/images/terrain/cave/chasm-stone-bridge-se-nw.png
share/wesnoth/data/core/images/terrain/cave/chasm-stone-bridge-sw-ne-tile.png
share/wesnoth/data/core/images/terrain/cave/chasm-stone-bridge-sw-ne.png
+share/wesnoth/data/core/images/terrain/cave/chasm-water-stone-bridge-se-nw.png
+share/wesnoth/data/core/images/terrain/cave/chasm-water-stone-bridge-sw-ne.png
+share/wesnoth/data/core/images/terrain/cave/earthy-floor-n-ne.png
+share/wesnoth/data/core/images/terrain/cave/earthy-floor-n.png
+share/wesnoth/data/core/images/terrain/cave/earthy-floor-ne-se.png
+share/wesnoth/data/core/images/terrain/cave/earthy-floor-ne.png
+share/wesnoth/data/core/images/terrain/cave/earthy-floor-nw-n.png
+share/wesnoth/data/core/images/terrain/cave/earthy-floor-nw.png
+share/wesnoth/data/core/images/terrain/cave/earthy-floor-s-sw.png
+share/wesnoth/data/core/images/terrain/cave/earthy-floor-s.png
+share/wesnoth/data/core/images/terrain/cave/earthy-floor-se-s.png
+share/wesnoth/data/core/images/terrain/cave/earthy-floor-se.png
+share/wesnoth/data/core/images/terrain/cave/earthy-floor-sw-nw.png
+share/wesnoth/data/core/images/terrain/cave/earthy-floor-sw.png
+share/wesnoth/data/core/images/terrain/cave/earthy-floor.png
+share/wesnoth/data/core/images/terrain/cave/earthy-floor2.png
+share/wesnoth/data/core/images/terrain/cave/earthy-floor3.png
+share/wesnoth/data/core/images/terrain/cave/earthy-floor4.png
+share/wesnoth/data/core/images/terrain/cave/earthy-floor5.png
+share/wesnoth/data/core/images/terrain/cave/earthy-floor6.png
+share/wesnoth/data/core/images/terrain/cave/earthy-wall-hewn-concave-bl.png
+share/wesnoth/data/core/images/terrain/cave/earthy-wall-hewn-concave-br.png
+share/wesnoth/data/core/images/terrain/cave/earthy-wall-hewn-concave-l.png
+share/wesnoth/data/core/images/terrain/cave/earthy-wall-hewn-concave-r.png
+share/wesnoth/data/core/images/terrain/cave/earthy-wall-hewn-concave-tl.png
+share/wesnoth/data/core/images/terrain/cave/earthy-wall-hewn-concave-tr.png
+share/wesnoth/data/core/images/terrain/cave/earthy-wall-hewn-convex-bl.png
+share/wesnoth/data/core/images/terrain/cave/earthy-wall-hewn-convex-br.png
+share/wesnoth/data/core/images/terrain/cave/earthy-wall-hewn-convex-l.png
+share/wesnoth/data/core/images/terrain/cave/earthy-wall-hewn-convex-r.png
+share/wesnoth/data/core/images/terrain/cave/earthy-wall-hewn-convex-tl.png
+share/wesnoth/data/core/images/terrain/cave/earthy-wall-hewn-convex-tr.png
+share/wesnoth/data/core/images/terrain/cave/earthy-wall-hewn-tile.png
+share/wesnoth/data/core/images/terrain/cave/earthy-wall-rough-chasm-concave-bl.png
+share/wesnoth/data/core/images/terrain/cave/earthy-wall-rough-chasm-concave-br.png
+share/wesnoth/data/core/images/terrain/cave/earthy-wall-rough-chasm-concave-l.png
+share/wesnoth/data/core/images/terrain/cave/earthy-wall-rough-chasm-concave-r.png
+share/wesnoth/data/core/images/terrain/cave/earthy-wall-rough-chasm-concave-tl.png
+share/wesnoth/data/core/images/terrain/cave/earthy-wall-rough-chasm-concave-tr.png
+share/wesnoth/data/core/images/terrain/cave/earthy-wall-rough-chasm-convex-bl.png
+share/wesnoth/data/core/images/terrain/cave/earthy-wall-rough-chasm-convex-br.png
+share/wesnoth/data/core/images/terrain/cave/earthy-wall-rough-chasm-convex-l.png
+share/wesnoth/data/core/images/terrain/cave/earthy-wall-rough-chasm-convex-r.png
+share/wesnoth/data/core/images/terrain/cave/earthy-wall-rough-chasm-convex-tl.png
+share/wesnoth/data/core/images/terrain/cave/earthy-wall-rough-chasm-convex-tr.png
+share/wesnoth/data/core/images/terrain/cave/earthy-wall-rough-concave-bl.png
+share/wesnoth/data/core/images/terrain/cave/earthy-wall-rough-concave-br.png
+share/wesnoth/data/core/images/terrain/cave/earthy-wall-rough-concave-l.png
+share/wesnoth/data/core/images/terrain/cave/earthy-wall-rough-concave-r.png
+share/wesnoth/data/core/images/terrain/cave/earthy-wall-rough-concave-tl.png
+share/wesnoth/data/core/images/terrain/cave/earthy-wall-rough-concave-tr.png
+share/wesnoth/data/core/images/terrain/cave/earthy-wall-rough-convex-bl.png
+share/wesnoth/data/core/images/terrain/cave/earthy-wall-rough-convex-br.png
+share/wesnoth/data/core/images/terrain/cave/earthy-wall-rough-convex-l.png
+share/wesnoth/data/core/images/terrain/cave/earthy-wall-rough-convex-r.png
+share/wesnoth/data/core/images/terrain/cave/earthy-wall-rough-convex-tl.png
+share/wesnoth/data/core/images/terrain/cave/earthy-wall-rough-convex-tr.png
+share/wesnoth/data/core/images/terrain/cave/earthy-wall-rough-tile.png
+share/wesnoth/data/core/images/terrain/cave/flagstones-dark-n.png
+share/wesnoth/data/core/images/terrain/cave/flagstones-dark-ne.png
+share/wesnoth/data/core/images/terrain/cave/flagstones-dark-nw.png
+share/wesnoth/data/core/images/terrain/cave/flagstones-dark-s.png
+share/wesnoth/data/core/images/terrain/cave/flagstones-dark-se.png
+share/wesnoth/data/core/images/terrain/cave/flagstones-dark-sw.png
+share/wesnoth/data/core/images/terrain/cave/flagstones-dark.png
+share/wesnoth/data/core/images/terrain/cave/flagstones-dark2.png
+share/wesnoth/data/core/images/terrain/cave/flagstones-dark3.png
share/wesnoth/data/core/images/terrain/cave/floor-n-ne.png
share/wesnoth/data/core/images/terrain/cave/floor-n.png
share/wesnoth/data/core/images/terrain/cave/floor-ne-se.png
@@ -3833,7 +4379,6 @@ share/wesnoth/data/core/images/terrain/cave/floor3.png
share/wesnoth/data/core/images/terrain/cave/floor4.png
share/wesnoth/data/core/images/terrain/cave/floor5.png
share/wesnoth/data/core/images/terrain/cave/floor6.png
-share/wesnoth/data/core/images/terrain/cave/hills-beam-tile.png
share/wesnoth/data/core/images/terrain/cave/hills-n.png
share/wesnoth/data/core/images/terrain/cave/hills-ne.png
share/wesnoth/data/core/images/terrain/cave/hills-nw.png
@@ -3854,6 +4399,19 @@ share/wesnoth/data/core/images/terrain/cave/path7.png
share/wesnoth/data/core/images/terrain/cave/path8.png
share/wesnoth/data/core/images/terrain/cave/path9.png
share/wesnoth/data/core/images/terrain/cave/wall-editor.png
+share/wesnoth/data/core/images/terrain/cave/wall-hewn-concave-bl.png
+share/wesnoth/data/core/images/terrain/cave/wall-hewn-concave-br.png
+share/wesnoth/data/core/images/terrain/cave/wall-hewn-concave-l.png
+share/wesnoth/data/core/images/terrain/cave/wall-hewn-concave-r.png
+share/wesnoth/data/core/images/terrain/cave/wall-hewn-concave-tl.png
+share/wesnoth/data/core/images/terrain/cave/wall-hewn-concave-tr.png
+share/wesnoth/data/core/images/terrain/cave/wall-hewn-convex-bl.png
+share/wesnoth/data/core/images/terrain/cave/wall-hewn-convex-br.png
+share/wesnoth/data/core/images/terrain/cave/wall-hewn-convex-l.png
+share/wesnoth/data/core/images/terrain/cave/wall-hewn-convex-r.png
+share/wesnoth/data/core/images/terrain/cave/wall-hewn-convex-tl.png
+share/wesnoth/data/core/images/terrain/cave/wall-hewn-convex-tr.png
+share/wesnoth/data/core/images/terrain/cave/wall-hewn-tile.png
share/wesnoth/data/core/images/terrain/cave/wall-rough-chasm-concave-bl.png
share/wesnoth/data/core/images/terrain/cave/wall-rough-chasm-concave-br.png
share/wesnoth/data/core/images/terrain/cave/wall-rough-chasm-concave-l.png
@@ -3880,467 +4438,576 @@ share/wesnoth/data/core/images/terrain/cave/wall-rough-convex-tl.png
share/wesnoth/data/core/images/terrain/cave/wall-rough-convex-tr.png
share/wesnoth/data/core/images/terrain/cave/wall-rough-tile.png
share/wesnoth/data/core/images/terrain/cave/wall-rough.png
-share/wesnoth/data/core/images/terrain/cave/wall-rough2.png
-share/wesnoth/data/core/images/terrain/cave/wall-rough3.png
-share/wesnoth/data/core/images/terrain/chasm-concave-bl.png
-share/wesnoth/data/core/images/terrain/chasm-concave-br.png
-share/wesnoth/data/core/images/terrain/chasm-concave-l.png
-share/wesnoth/data/core/images/terrain/chasm-concave-r.png
-share/wesnoth/data/core/images/terrain/chasm-concave-tl.png
-share/wesnoth/data/core/images/terrain/chasm-concave-tr.png
-share/wesnoth/data/core/images/terrain/chasm-convex-bl.png
-share/wesnoth/data/core/images/terrain/chasm-convex-br.png
-share/wesnoth/data/core/images/terrain/chasm-convex-l.png
-share/wesnoth/data/core/images/terrain/chasm-convex-r.png
-share/wesnoth/data/core/images/terrain/chasm-convex-tl.png
-share/wesnoth/data/core/images/terrain/chasm-convex-tr.png
-share/wesnoth/data/core/images/terrain/chasm-tile.png
-share/wesnoth/data/core/images/terrain/chasm.png
-share/wesnoth/data/core/images/terrain/cloud-desert-tile.png
-share/wesnoth/data/core/images/terrain/cloud-tile.png
-share/wesnoth/data/core/images/terrain/cloud1_1.png
-share/wesnoth/data/core/images/terrain/cloud1_2.png
-share/wesnoth/data/core/images/terrain/cloud1_3.png
-share/wesnoth/data/core/images/terrain/cloud2_2.png
-share/wesnoth/data/core/images/terrain/cloud3_2.png
+share/wesnoth/data/core/images/terrain/chasm/abyss-base-n.png
+share/wesnoth/data/core/images/terrain/chasm/abyss-base-ne.png
+share/wesnoth/data/core/images/terrain/chasm/abyss-base-nw.png
+share/wesnoth/data/core/images/terrain/chasm/abyss-base-s.png
+share/wesnoth/data/core/images/terrain/chasm/abyss-base-se.png
+share/wesnoth/data/core/images/terrain/chasm/abyss-base-sw.png
+share/wesnoth/data/core/images/terrain/chasm/abyss-tile.png
+share/wesnoth/data/core/images/terrain/chasm/abyss.png
+share/wesnoth/data/core/images/terrain/chasm/abyss2.png
+share/wesnoth/data/core/images/terrain/chasm/abyss3.png
+share/wesnoth/data/core/images/terrain/chasm/abyss4.png
+share/wesnoth/data/core/images/terrain/chasm/abyss5.png
+share/wesnoth/data/core/images/terrain/chasm/abyss6.png
+share/wesnoth/data/core/images/terrain/chasm/abyss7.png
+share/wesnoth/data/core/images/terrain/chasm/depths-n.png
+share/wesnoth/data/core/images/terrain/chasm/depths-ne.png
+share/wesnoth/data/core/images/terrain/chasm/depths-nw.png
+share/wesnoth/data/core/images/terrain/chasm/depths-s.png
+share/wesnoth/data/core/images/terrain/chasm/depths-se.png
+share/wesnoth/data/core/images/terrain/chasm/depths-sw.png
+share/wesnoth/data/core/images/terrain/chasm/depths.png
+share/wesnoth/data/core/images/terrain/chasm/earthy-castle-n.png
+share/wesnoth/data/core/images/terrain/chasm/earthy-castle-ne.png
+share/wesnoth/data/core/images/terrain/chasm/earthy-castle-nw.png
+share/wesnoth/data/core/images/terrain/chasm/earthy-castle2-n.png
+share/wesnoth/data/core/images/terrain/chasm/earthy-castle2-ne.png
+share/wesnoth/data/core/images/terrain/chasm/earthy-castle2-nw.png
+share/wesnoth/data/core/images/terrain/chasm/earthy-concave-bl.png
+share/wesnoth/data/core/images/terrain/chasm/earthy-concave-br.png
+share/wesnoth/data/core/images/terrain/chasm/earthy-concave-l.png
+share/wesnoth/data/core/images/terrain/chasm/earthy-concave-r.png
+share/wesnoth/data/core/images/terrain/chasm/earthy-concave-tl.png
+share/wesnoth/data/core/images/terrain/chasm/earthy-concave-tr.png
+share/wesnoth/data/core/images/terrain/chasm/earthy-convex-bl.png
+share/wesnoth/data/core/images/terrain/chasm/earthy-convex-br.png
+share/wesnoth/data/core/images/terrain/chasm/earthy-convex-l.png
+share/wesnoth/data/core/images/terrain/chasm/earthy-convex-r.png
+share/wesnoth/data/core/images/terrain/chasm/earthy-convex-tl.png
+share/wesnoth/data/core/images/terrain/chasm/earthy-convex-tr.png
+share/wesnoth/data/core/images/terrain/chasm/earthy-tile.png
+share/wesnoth/data/core/images/terrain/chasm/regular-castle-n.png
+share/wesnoth/data/core/images/terrain/chasm/regular-castle-ne.png
+share/wesnoth/data/core/images/terrain/chasm/regular-castle-nw.png
+share/wesnoth/data/core/images/terrain/chasm/regular-castle2-n.png
+share/wesnoth/data/core/images/terrain/chasm/regular-castle2-ne.png
+share/wesnoth/data/core/images/terrain/chasm/regular-castle2-nw.png
+share/wesnoth/data/core/images/terrain/chasm/regular-concave-bl.png
+share/wesnoth/data/core/images/terrain/chasm/regular-concave-br.png
+share/wesnoth/data/core/images/terrain/chasm/regular-concave-l.png
+share/wesnoth/data/core/images/terrain/chasm/regular-concave-r.png
+share/wesnoth/data/core/images/terrain/chasm/regular-concave-tl.png
+share/wesnoth/data/core/images/terrain/chasm/regular-concave-tr.png
+share/wesnoth/data/core/images/terrain/chasm/regular-convex-bl.png
+share/wesnoth/data/core/images/terrain/chasm/regular-convex-br.png
+share/wesnoth/data/core/images/terrain/chasm/regular-convex-l.png
+share/wesnoth/data/core/images/terrain/chasm/regular-convex-r.png
+share/wesnoth/data/core/images/terrain/chasm/regular-convex-tl.png
+share/wesnoth/data/core/images/terrain/chasm/regular-convex-tr.png
+share/wesnoth/data/core/images/terrain/chasm/regular-convex2-tl.png
+share/wesnoth/data/core/images/terrain/chasm/regular-convex2-tr.png
+share/wesnoth/data/core/images/terrain/chasm/regular-snow-castle-n.png
+share/wesnoth/data/core/images/terrain/chasm/regular-snow-castle-ne.png
+share/wesnoth/data/core/images/terrain/chasm/regular-snow-castle-nw.png
+share/wesnoth/data/core/images/terrain/chasm/regular-snow-castle2-n.png
+share/wesnoth/data/core/images/terrain/chasm/regular-snow-castle2-ne.png
+share/wesnoth/data/core/images/terrain/chasm/regular-snow-castle2-nw.png
+share/wesnoth/data/core/images/terrain/chasm/regular-snow-concave-bl.png
+share/wesnoth/data/core/images/terrain/chasm/regular-snow-concave-br.png
+share/wesnoth/data/core/images/terrain/chasm/regular-snow-concave-l.png
+share/wesnoth/data/core/images/terrain/chasm/regular-snow-concave-r.png
+share/wesnoth/data/core/images/terrain/chasm/regular-snow-concave-tl.png
+share/wesnoth/data/core/images/terrain/chasm/regular-snow-concave-tr.png
+share/wesnoth/data/core/images/terrain/chasm/regular-snow-convex-bl.png
+share/wesnoth/data/core/images/terrain/chasm/regular-snow-convex-br.png
+share/wesnoth/data/core/images/terrain/chasm/regular-snow-convex-l.png
+share/wesnoth/data/core/images/terrain/chasm/regular-snow-convex-r.png
+share/wesnoth/data/core/images/terrain/chasm/regular-snow-convex-tl.png
+share/wesnoth/data/core/images/terrain/chasm/regular-snow-convex-tr.png
+share/wesnoth/data/core/images/terrain/chasm/regular-tile.png
+share/wesnoth/data/core/images/terrain/chasm/water-concave-bl.png
+share/wesnoth/data/core/images/terrain/chasm/water-concave-br.png
+share/wesnoth/data/core/images/terrain/chasm/water-concave-l.png
+share/wesnoth/data/core/images/terrain/chasm/water-concave-r.png
+share/wesnoth/data/core/images/terrain/chasm/water-concave-tl.png
+share/wesnoth/data/core/images/terrain/chasm/water-concave-tr.png
+share/wesnoth/data/core/images/terrain/chasm/water-convex-bl.png
+share/wesnoth/data/core/images/terrain/chasm/water-convex-br.png
+share/wesnoth/data/core/images/terrain/chasm/water-convex-l.png
+share/wesnoth/data/core/images/terrain/chasm/water-convex-r.png
+share/wesnoth/data/core/images/terrain/chasm/water-convex-tl.png
+share/wesnoth/data/core/images/terrain/chasm/water-convex-tr.png
share/wesnoth/data/core/images/terrain/color-hex.png
share/wesnoth/data/core/images/terrain/darken-linger.png
share/wesnoth/data/core/images/terrain/darken.png
share/wesnoth/data/core/images/terrain/dawn.png
-share/wesnoth/data/core/images/terrain/dcastle-chasm-ccw-bl.png
-share/wesnoth/data/core/images/terrain/dcastle-chasm-ccw-br.png
-share/wesnoth/data/core/images/terrain/dcastle-chasm-ccw-l.png
-share/wesnoth/data/core/images/terrain/dcastle-chasm-ccw-r.png
-share/wesnoth/data/core/images/terrain/dcastle-chasm-ccw-tl.png
-share/wesnoth/data/core/images/terrain/dcastle-chasm-ccw-tr.png
-share/wesnoth/data/core/images/terrain/dcastle-chasm-concave-bl.png
-share/wesnoth/data/core/images/terrain/dcastle-chasm-concave-br.png
-share/wesnoth/data/core/images/terrain/dcastle-chasm-concave-l.png
-share/wesnoth/data/core/images/terrain/dcastle-chasm-concave-r.png
-share/wesnoth/data/core/images/terrain/dcastle-chasm-concave-tl.png
-share/wesnoth/data/core/images/terrain/dcastle-chasm-concave-tr.png
-share/wesnoth/data/core/images/terrain/dcastle-chasm-convex-bl.png
-share/wesnoth/data/core/images/terrain/dcastle-chasm-convex-br.png
-share/wesnoth/data/core/images/terrain/dcastle-chasm-convex-l.png
-share/wesnoth/data/core/images/terrain/dcastle-chasm-convex-r.png
-share/wesnoth/data/core/images/terrain/dcastle-chasm-convex-tl.png
-share/wesnoth/data/core/images/terrain/dcastle-chasm-convex-tr.png
-share/wesnoth/data/core/images/terrain/dcastle-chasm-cw-bl.png
-share/wesnoth/data/core/images/terrain/dcastle-chasm-cw-br.png
-share/wesnoth/data/core/images/terrain/dcastle-chasm-cw-l.png
-share/wesnoth/data/core/images/terrain/dcastle-chasm-cw-r.png
-share/wesnoth/data/core/images/terrain/dcastle-chasm-cw-tl.png
-share/wesnoth/data/core/images/terrain/dcastle-chasm-cw-tr.png
-share/wesnoth/data/core/images/terrain/dcastle-lava-ccw-bl.png
-share/wesnoth/data/core/images/terrain/dcastle-lava-ccw-br.png
-share/wesnoth/data/core/images/terrain/dcastle-lava-ccw-l.png
-share/wesnoth/data/core/images/terrain/dcastle-lava-ccw-r.png
-share/wesnoth/data/core/images/terrain/dcastle-lava-ccw-tl.png
-share/wesnoth/data/core/images/terrain/dcastle-lava-ccw-tr.png
-share/wesnoth/data/core/images/terrain/dcastle-lava-chasm-ccw-bl.png
-share/wesnoth/data/core/images/terrain/dcastle-lava-chasm-ccw-br.png
-share/wesnoth/data/core/images/terrain/dcastle-lava-chasm-ccw-l.png
-share/wesnoth/data/core/images/terrain/dcastle-lava-chasm-ccw-r.png
-share/wesnoth/data/core/images/terrain/dcastle-lava-chasm-ccw-tl.png
-share/wesnoth/data/core/images/terrain/dcastle-lava-chasm-ccw-tr.png
-share/wesnoth/data/core/images/terrain/dcastle-lava-chasm-cw-bl.png
-share/wesnoth/data/core/images/terrain/dcastle-lava-chasm-cw-br.png
-share/wesnoth/data/core/images/terrain/dcastle-lava-chasm-cw-l.png
-share/wesnoth/data/core/images/terrain/dcastle-lava-chasm-cw-r.png
-share/wesnoth/data/core/images/terrain/dcastle-lava-chasm-cw-tl.png
-share/wesnoth/data/core/images/terrain/dcastle-lava-chasm-cw-tr.png
-share/wesnoth/data/core/images/terrain/dcastle-lava-concave-bl.png
-share/wesnoth/data/core/images/terrain/dcastle-lava-concave-br.png
-share/wesnoth/data/core/images/terrain/dcastle-lava-concave-l.png
-share/wesnoth/data/core/images/terrain/dcastle-lava-concave-r.png
-share/wesnoth/data/core/images/terrain/dcastle-lava-concave-tl.png
-share/wesnoth/data/core/images/terrain/dcastle-lava-concave-tr.png
-share/wesnoth/data/core/images/terrain/dcastle-lava-convex-bl.png
-share/wesnoth/data/core/images/terrain/dcastle-lava-convex-br.png
-share/wesnoth/data/core/images/terrain/dcastle-lava-convex-l.png
-share/wesnoth/data/core/images/terrain/dcastle-lava-convex-r.png
-share/wesnoth/data/core/images/terrain/dcastle-lava-convex-tl.png
-share/wesnoth/data/core/images/terrain/dcastle-lava-convex-tr.png
-share/wesnoth/data/core/images/terrain/dcastle-lava-cw-bl.png
-share/wesnoth/data/core/images/terrain/dcastle-lava-cw-br.png
-share/wesnoth/data/core/images/terrain/dcastle-lava-cw-l.png
-share/wesnoth/data/core/images/terrain/dcastle-lava-cw-r.png
-share/wesnoth/data/core/images/terrain/dcastle-lava-cw-tl.png
-share/wesnoth/data/core/images/terrain/dcastle-lava-cw-tr.png
-share/wesnoth/data/core/images/terrain/desert-hills-n-ne.png
-share/wesnoth/data/core/images/terrain/desert-hills-n.png
-share/wesnoth/data/core/images/terrain/desert-hills-ne.png
-share/wesnoth/data/core/images/terrain/desert-hills-nw.png
-share/wesnoth/data/core/images/terrain/desert-hills-s-sw.png
-share/wesnoth/data/core/images/terrain/desert-hills-s.png
-share/wesnoth/data/core/images/terrain/desert-hills-se.png
-share/wesnoth/data/core/images/terrain/desert-hills-sw.png
-share/wesnoth/data/core/images/terrain/desert-hills.png
-share/wesnoth/data/core/images/terrain/desert-hills2.png
-share/wesnoth/data/core/images/terrain/desert-hills3.png
-share/wesnoth/data/core/images/terrain/desert-mountain-peak1.png
-share/wesnoth/data/core/images/terrain/desert-mountain-peak2.png
-share/wesnoth/data/core/images/terrain/desert-mountain-peak3.png
-share/wesnoth/data/core/images/terrain/desert-mountains-n.png
-share/wesnoth/data/core/images/terrain/desert-mountains-ne.png
-share/wesnoth/data/core/images/terrain/desert-mountains-nw.png
-share/wesnoth/data/core/images/terrain/desert-mountains-s.png
-share/wesnoth/data/core/images/terrain/desert-mountains-se.png
-share/wesnoth/data/core/images/terrain/desert-mountains-sw.png
-share/wesnoth/data/core/images/terrain/desert-mountains.png
-share/wesnoth/data/core/images/terrain/desert-n-ne-se.png
-share/wesnoth/data/core/images/terrain/desert-n-ne.png
-share/wesnoth/data/core/images/terrain/desert-n.png
-share/wesnoth/data/core/images/terrain/desert-ne-se-s.png
-share/wesnoth/data/core/images/terrain/desert-ne-se.png
-share/wesnoth/data/core/images/terrain/desert-ne.png
-share/wesnoth/data/core/images/terrain/desert-nw-n-ne.png
-share/wesnoth/data/core/images/terrain/desert-nw-n.png
-share/wesnoth/data/core/images/terrain/desert-nw.png
-share/wesnoth/data/core/images/terrain/desert-oasis.png
-share/wesnoth/data/core/images/terrain/desert-plant.png
-share/wesnoth/data/core/images/terrain/desert-plant10.png
-share/wesnoth/data/core/images/terrain/desert-plant11.png
-share/wesnoth/data/core/images/terrain/desert-plant2.png
-share/wesnoth/data/core/images/terrain/desert-plant3.png
-share/wesnoth/data/core/images/terrain/desert-plant4.png
-share/wesnoth/data/core/images/terrain/desert-plant5.png
-share/wesnoth/data/core/images/terrain/desert-plant6.png
-share/wesnoth/data/core/images/terrain/desert-plant7.png
-share/wesnoth/data/core/images/terrain/desert-plant8.png
-share/wesnoth/data/core/images/terrain/desert-plant9.png
-share/wesnoth/data/core/images/terrain/desert-road-n-ne-se.png
-share/wesnoth/data/core/images/terrain/desert-road-n-ne.png
-share/wesnoth/data/core/images/terrain/desert-road-n.png
-share/wesnoth/data/core/images/terrain/desert-road-ne-se-s.png
-share/wesnoth/data/core/images/terrain/desert-road-ne-se.png
-share/wesnoth/data/core/images/terrain/desert-road-ne.png
-share/wesnoth/data/core/images/terrain/desert-road-nw-n-ne.png
-share/wesnoth/data/core/images/terrain/desert-road-nw-n.png
-share/wesnoth/data/core/images/terrain/desert-road-nw.png
-share/wesnoth/data/core/images/terrain/desert-road-s-sw-nw.png
-share/wesnoth/data/core/images/terrain/desert-road-s-sw.png
-share/wesnoth/data/core/images/terrain/desert-road-s.png
-share/wesnoth/data/core/images/terrain/desert-road-se-s-sw.png
-share/wesnoth/data/core/images/terrain/desert-road-se-s.png
-share/wesnoth/data/core/images/terrain/desert-road-se.png
-share/wesnoth/data/core/images/terrain/desert-road-sw-nw-n.png
-share/wesnoth/data/core/images/terrain/desert-road-sw-nw.png
-share/wesnoth/data/core/images/terrain/desert-road-sw.png
-share/wesnoth/data/core/images/terrain/desert-road.png
-share/wesnoth/data/core/images/terrain/desert-s-sw-nw.png
-share/wesnoth/data/core/images/terrain/desert-s-sw.png
-share/wesnoth/data/core/images/terrain/desert-s.png
-share/wesnoth/data/core/images/terrain/desert-se-s-sw.png
-share/wesnoth/data/core/images/terrain/desert-se-s.png
-share/wesnoth/data/core/images/terrain/desert-se.png
-share/wesnoth/data/core/images/terrain/desert-sw-nw-n.png
-share/wesnoth/data/core/images/terrain/desert-sw-nw.png
-share/wesnoth/data/core/images/terrain/desert-sw.png
-share/wesnoth/data/core/images/terrain/desert-tile.png
-share/wesnoth/data/core/images/terrain/desert.png
-share/wesnoth/data/core/images/terrain/desert2.png
-share/wesnoth/data/core/images/terrain/desert3.png
-share/wesnoth/data/core/images/terrain/desert4.png
-share/wesnoth/data/core/images/terrain/desert5.png
-share/wesnoth/data/core/images/terrain/desert6.png
-share/wesnoth/data/core/images/terrain/desert7.png
-share/wesnoth/data/core/images/terrain/desert8.png
-share/wesnoth/data/core/images/terrain/desert_crater.png
+share/wesnoth/data/core/images/terrain/embellishments/desert-plant.png
+share/wesnoth/data/core/images/terrain/embellishments/desert-plant10.png
+share/wesnoth/data/core/images/terrain/embellishments/desert-plant11.png
+share/wesnoth/data/core/images/terrain/embellishments/desert-plant2.png
+share/wesnoth/data/core/images/terrain/embellishments/desert-plant3.png
+share/wesnoth/data/core/images/terrain/embellishments/desert-plant4.png
+share/wesnoth/data/core/images/terrain/embellishments/desert-plant5.png
+share/wesnoth/data/core/images/terrain/embellishments/desert-plant6.png
+share/wesnoth/data/core/images/terrain/embellishments/desert-plant7.png
+share/wesnoth/data/core/images/terrain/embellishments/desert-plant8.png
+share/wesnoth/data/core/images/terrain/embellishments/desert-plant9.png
+share/wesnoth/data/core/images/terrain/embellishments/farm-veg-spring-icon.png
+share/wesnoth/data/core/images/terrain/embellishments/farm-veg-spring-n.png
+share/wesnoth/data/core/images/terrain/embellishments/farm-veg-spring-nw.png
+share/wesnoth/data/core/images/terrain/embellishments/farm-veg-spring-s.png
+share/wesnoth/data/core/images/terrain/embellishments/farm-veg-spring-se.png
+share/wesnoth/data/core/images/terrain/embellishments/farm-veg-spring.png
+share/wesnoth/data/core/images/terrain/embellishments/farm-veg-spring2.png
+share/wesnoth/data/core/images/terrain/embellishments/farm-veg-spring3.png
+share/wesnoth/data/core/images/terrain/embellishments/fence-ne-nw.png
+share/wesnoth/data/core/images/terrain/embellishments/fence-ne-se-nw.png
+share/wesnoth/data/core/images/terrain/embellishments/fence-ne-se-sw-nw.png
+share/wesnoth/data/core/images/terrain/embellishments/fence-ne-se-sw.png
+share/wesnoth/data/core/images/terrain/embellishments/fence-ne-se.png
+share/wesnoth/data/core/images/terrain/embellishments/fence-ne-sw-01.png
+share/wesnoth/data/core/images/terrain/embellishments/fence-ne-sw-02.png
+share/wesnoth/data/core/images/terrain/embellishments/fence-ne-sw-nw.png
+share/wesnoth/data/core/images/terrain/embellishments/fence-ne.png
+share/wesnoth/data/core/images/terrain/embellishments/fence-nw-se-01.png
+share/wesnoth/data/core/images/terrain/embellishments/fence-nw-se-02.png
+share/wesnoth/data/core/images/terrain/embellishments/fence-nw.png
+share/wesnoth/data/core/images/terrain/embellishments/fence-se-nw-01.png
+share/wesnoth/data/core/images/terrain/embellishments/fence-se-nw-02.png
+share/wesnoth/data/core/images/terrain/embellishments/fence-se-sw-nw.png
+share/wesnoth/data/core/images/terrain/embellishments/fence-se-sw.png
+share/wesnoth/data/core/images/terrain/embellishments/fence-se.png
+share/wesnoth/data/core/images/terrain/embellishments/fence-sw-ne-01.png
+share/wesnoth/data/core/images/terrain/embellishments/fence-sw-ne-02.png
+share/wesnoth/data/core/images/terrain/embellishments/fence-sw-nw.png
+share/wesnoth/data/core/images/terrain/embellishments/fence-sw.png
+share/wesnoth/data/core/images/terrain/embellishments/flower-purple.png
+share/wesnoth/data/core/images/terrain/embellishments/flowers-mixed-n.png
+share/wesnoth/data/core/images/terrain/embellishments/flowers-mixed-ne.png
+share/wesnoth/data/core/images/terrain/embellishments/flowers-mixed-nw.png
+share/wesnoth/data/core/images/terrain/embellishments/flowers-mixed-s.png
+share/wesnoth/data/core/images/terrain/embellishments/flowers-mixed-se.png
+share/wesnoth/data/core/images/terrain/embellishments/flowers-mixed-small.png
+share/wesnoth/data/core/images/terrain/embellishments/flowers-mixed-small2.png
+share/wesnoth/data/core/images/terrain/embellishments/flowers-mixed-sw.png
+share/wesnoth/data/core/images/terrain/embellishments/flowers-mixed.png
+share/wesnoth/data/core/images/terrain/embellishments/flowers-mixed2-n.png
+share/wesnoth/data/core/images/terrain/embellishments/flowers-mixed2-ne.png
+share/wesnoth/data/core/images/terrain/embellishments/flowers-mixed2-nw.png
+share/wesnoth/data/core/images/terrain/embellishments/flowers-mixed2-s.png
+share/wesnoth/data/core/images/terrain/embellishments/flowers-mixed2-se.png
+share/wesnoth/data/core/images/terrain/embellishments/flowers-mixed2-sw.png
+share/wesnoth/data/core/images/terrain/embellishments/flowers-mixed2.png
+share/wesnoth/data/core/images/terrain/embellishments/flowers-mixed3.png
+share/wesnoth/data/core/images/terrain/embellishments/flowers-mixed4.png
+share/wesnoth/data/core/images/terrain/embellishments/mushroom-farm-n.png
+share/wesnoth/data/core/images/terrain/embellishments/mushroom-farm-ne.png
+share/wesnoth/data/core/images/terrain/embellishments/mushroom-farm-nw.png
+share/wesnoth/data/core/images/terrain/embellishments/mushroom-farm-s.png
+share/wesnoth/data/core/images/terrain/embellishments/mushroom-farm-se.png
+share/wesnoth/data/core/images/terrain/embellishments/mushroom-farm-small.png
+share/wesnoth/data/core/images/terrain/embellishments/mushroom-farm-small2.png
+share/wesnoth/data/core/images/terrain/embellishments/mushroom-farm-sw.png
+share/wesnoth/data/core/images/terrain/embellishments/mushroom-farm.png
+share/wesnoth/data/core/images/terrain/embellishments/mushroom-farm2.png
+share/wesnoth/data/core/images/terrain/embellishments/mushroom-farm3.png
+share/wesnoth/data/core/images/terrain/embellishments/mushroom.png
+share/wesnoth/data/core/images/terrain/embellishments/mushroom2.png
+share/wesnoth/data/core/images/terrain/embellishments/mushroom3.png
+share/wesnoth/data/core/images/terrain/embellishments/mushroom4.png
+share/wesnoth/data/core/images/terrain/embellishments/mushroom5.png
+share/wesnoth/data/core/images/terrain/embellishments/mushroom6.png
+share/wesnoth/data/core/images/terrain/embellishments/mushroom7.png
+share/wesnoth/data/core/images/terrain/embellishments/rocks.png
+share/wesnoth/data/core/images/terrain/embellishments/rocks2.png
+share/wesnoth/data/core/images/terrain/embellishments/rocks3.png
+share/wesnoth/data/core/images/terrain/embellishments/rocks4.png
+share/wesnoth/data/core/images/terrain/embellishments/rocks5.png
+share/wesnoth/data/core/images/terrain/embellishments/rocks6.png
+share/wesnoth/data/core/images/terrain/embellishments/stones-small.png
+share/wesnoth/data/core/images/terrain/embellishments/stones-small2.png
+share/wesnoth/data/core/images/terrain/embellishments/stones-small3.png
+share/wesnoth/data/core/images/terrain/embellishments/stones-small4.png
+share/wesnoth/data/core/images/terrain/embellishments/stones-small5.png
+share/wesnoth/data/core/images/terrain/embellishments/stones-small6.png
+share/wesnoth/data/core/images/terrain/embellishments/stones-small7.png
+share/wesnoth/data/core/images/terrain/embellishments/stones-small8.png
+share/wesnoth/data/core/images/terrain/embellishments/water-lilies-flower-small.png
+share/wesnoth/data/core/images/terrain/embellishments/water-lilies-flower-small2.png
+share/wesnoth/data/core/images/terrain/embellishments/water-lilies-flower-small3.png
+share/wesnoth/data/core/images/terrain/embellishments/water-lilies-flower-small4.png
+share/wesnoth/data/core/images/terrain/embellishments/water-lilies-flower-small5.png
+share/wesnoth/data/core/images/terrain/embellishments/water-lilies-flower-tile.png
+share/wesnoth/data/core/images/terrain/embellishments/water-lilies-flower.png
+share/wesnoth/data/core/images/terrain/embellishments/water-lilies-flower2.png
+share/wesnoth/data/core/images/terrain/embellishments/water-lilies-flower3.png
+share/wesnoth/data/core/images/terrain/embellishments/water-lilies-flower4.png
+share/wesnoth/data/core/images/terrain/embellishments/water-lilies-flower5.png
+share/wesnoth/data/core/images/terrain/embellishments/water-lilies-small.png
+share/wesnoth/data/core/images/terrain/embellishments/water-lilies-small2.png
+share/wesnoth/data/core/images/terrain/embellishments/water-lilies-small3.png
+share/wesnoth/data/core/images/terrain/embellishments/water-lilies-small4.png
+share/wesnoth/data/core/images/terrain/embellishments/water-lilies-small5.png
+share/wesnoth/data/core/images/terrain/embellishments/water-lilies-tile.png
+share/wesnoth/data/core/images/terrain/embellishments/water-lilies.png
+share/wesnoth/data/core/images/terrain/embellishments/water-lilies2.png
+share/wesnoth/data/core/images/terrain/embellishments/water-lilies3.png
+share/wesnoth/data/core/images/terrain/embellishments/water-lilies4.png
+share/wesnoth/data/core/images/terrain/embellishments/water-lilies5.png
+share/wesnoth/data/core/images/terrain/flat/bank-n.png
+share/wesnoth/data/core/images/terrain/flat/bank-ne.png
+share/wesnoth/data/core/images/terrain/flat/bank-nw.png
+share/wesnoth/data/core/images/terrain/flat/bank-s.png
+share/wesnoth/data/core/images/terrain/flat/bank-se.png
+share/wesnoth/data/core/images/terrain/flat/bank-sw.png
+share/wesnoth/data/core/images/terrain/flat/bank-to-ice-n-ne.png
+share/wesnoth/data/core/images/terrain/flat/bank-to-ice-n.png
+share/wesnoth/data/core/images/terrain/flat/bank-to-ice-ne-se.png
+share/wesnoth/data/core/images/terrain/flat/bank-to-ice-ne.png
+share/wesnoth/data/core/images/terrain/flat/bank-to-ice-nw-n.png
+share/wesnoth/data/core/images/terrain/flat/bank-to-ice-nw.png
+share/wesnoth/data/core/images/terrain/flat/bank-to-ice-s-sw.png
+share/wesnoth/data/core/images/terrain/flat/bank-to-ice-s.png
+share/wesnoth/data/core/images/terrain/flat/bank-to-ice-se-s.png
+share/wesnoth/data/core/images/terrain/flat/bank-to-ice-se.png
+share/wesnoth/data/core/images/terrain/flat/bank-to-ice-sw-nw.png
+share/wesnoth/data/core/images/terrain/flat/bank-to-ice-sw.png
+share/wesnoth/data/core/images/terrain/flat/bank-to-ice2-n.png
+share/wesnoth/data/core/images/terrain/flat/bank-to-ice2-ne.png
+share/wesnoth/data/core/images/terrain/flat/bank-to-ice2-nw.png
+share/wesnoth/data/core/images/terrain/flat/bank-to-ice2-s.png
+share/wesnoth/data/core/images/terrain/flat/bank-to-ice2-se.png
+share/wesnoth/data/core/images/terrain/flat/bank-to-ice2-sw.png
+share/wesnoth/data/core/images/terrain/flat/desert-road-n-ne-se-s-sw-nw.png
+share/wesnoth/data/core/images/terrain/flat/desert-road-n-ne-se-s.png
+share/wesnoth/data/core/images/terrain/flat/desert-road-n-ne-se.png
+share/wesnoth/data/core/images/terrain/flat/desert-road-n-ne.png
+share/wesnoth/data/core/images/terrain/flat/desert-road-n.png
+share/wesnoth/data/core/images/terrain/flat/desert-road-ne-se-s-sw.png
+share/wesnoth/data/core/images/terrain/flat/desert-road-ne-se-s.png
+share/wesnoth/data/core/images/terrain/flat/desert-road-ne-se.png
+share/wesnoth/data/core/images/terrain/flat/desert-road-ne.png
+share/wesnoth/data/core/images/terrain/flat/desert-road-nw-n-ne-se.png
+share/wesnoth/data/core/images/terrain/flat/desert-road-nw-n-ne.png
+share/wesnoth/data/core/images/terrain/flat/desert-road-nw-n.png
+share/wesnoth/data/core/images/terrain/flat/desert-road-nw.png
+share/wesnoth/data/core/images/terrain/flat/desert-road-s-sw-nw-n.png
+share/wesnoth/data/core/images/terrain/flat/desert-road-s-sw-nw.png
+share/wesnoth/data/core/images/terrain/flat/desert-road-s-sw.png
+share/wesnoth/data/core/images/terrain/flat/desert-road-s.png
+share/wesnoth/data/core/images/terrain/flat/desert-road-se-s-sw-nw.png
+share/wesnoth/data/core/images/terrain/flat/desert-road-se-s-sw.png
+share/wesnoth/data/core/images/terrain/flat/desert-road-se-s.png
+share/wesnoth/data/core/images/terrain/flat/desert-road-se.png
+share/wesnoth/data/core/images/terrain/flat/desert-road-short-n.png
+share/wesnoth/data/core/images/terrain/flat/desert-road-short-ne.png
+share/wesnoth/data/core/images/terrain/flat/desert-road-short-nw.png
+share/wesnoth/data/core/images/terrain/flat/desert-road-short-s.png
+share/wesnoth/data/core/images/terrain/flat/desert-road-short-se.png
+share/wesnoth/data/core/images/terrain/flat/desert-road-short-sw.png
+share/wesnoth/data/core/images/terrain/flat/desert-road-sw-nw-n-ne.png
+share/wesnoth/data/core/images/terrain/flat/desert-road-sw-nw-n.png
+share/wesnoth/data/core/images/terrain/flat/desert-road-sw-nw.png
+share/wesnoth/data/core/images/terrain/flat/desert-road-sw.png
+share/wesnoth/data/core/images/terrain/flat/desert-road.png
+share/wesnoth/data/core/images/terrain/flat/desert-road2-n-ne-se-s-sw-nw.png
+share/wesnoth/data/core/images/terrain/flat/desert-road2-n-ne.png
+share/wesnoth/data/core/images/terrain/flat/desert-road2-n.png
+share/wesnoth/data/core/images/terrain/flat/desert-road2-ne-se.png
+share/wesnoth/data/core/images/terrain/flat/desert-road2-ne.png
+share/wesnoth/data/core/images/terrain/flat/desert-road2-nw-n.png
+share/wesnoth/data/core/images/terrain/flat/desert-road2-nw.png
+share/wesnoth/data/core/images/terrain/flat/desert-road2-s-sw.png
+share/wesnoth/data/core/images/terrain/flat/desert-road2-s.png
+share/wesnoth/data/core/images/terrain/flat/desert-road2-se-s.png
+share/wesnoth/data/core/images/terrain/flat/desert-road2-se.png
+share/wesnoth/data/core/images/terrain/flat/desert-road2-sw-nw.png
+share/wesnoth/data/core/images/terrain/flat/desert-road2-sw.png
+share/wesnoth/data/core/images/terrain/flat/desert-road2.png
+share/wesnoth/data/core/images/terrain/flat/desert-road3-n-ne-se-s-sw-nw.png
+share/wesnoth/data/core/images/terrain/flat/desert-road3.png
+share/wesnoth/data/core/images/terrain/flat/desert-road4.png
+share/wesnoth/data/core/images/terrain/flat/desert-road5.png
+share/wesnoth/data/core/images/terrain/flat/desert-road6.png
+share/wesnoth/data/core/images/terrain/flat/desert-road7.png
+share/wesnoth/data/core/images/terrain/flat/dirt-dark-n-ne-se-s-sw-nw.png
+share/wesnoth/data/core/images/terrain/flat/dirt-dark-n-ne-se-s.png
+share/wesnoth/data/core/images/terrain/flat/dirt-dark-n-ne-se.png
+share/wesnoth/data/core/images/terrain/flat/dirt-dark-n-ne.png
+share/wesnoth/data/core/images/terrain/flat/dirt-dark-n.png
+share/wesnoth/data/core/images/terrain/flat/dirt-dark-ne-se-s-sw.png
+share/wesnoth/data/core/images/terrain/flat/dirt-dark-ne-se-s.png
+share/wesnoth/data/core/images/terrain/flat/dirt-dark-ne-se.png
+share/wesnoth/data/core/images/terrain/flat/dirt-dark-ne.png
+share/wesnoth/data/core/images/terrain/flat/dirt-dark-nw-n-ne-se.png
+share/wesnoth/data/core/images/terrain/flat/dirt-dark-nw-n-ne.png
+share/wesnoth/data/core/images/terrain/flat/dirt-dark-nw-n.png
+share/wesnoth/data/core/images/terrain/flat/dirt-dark-nw.png
+share/wesnoth/data/core/images/terrain/flat/dirt-dark-s-sw-nw-n.png
+share/wesnoth/data/core/images/terrain/flat/dirt-dark-s-sw-nw.png
+share/wesnoth/data/core/images/terrain/flat/dirt-dark-s-sw.png
+share/wesnoth/data/core/images/terrain/flat/dirt-dark-s.png
+share/wesnoth/data/core/images/terrain/flat/dirt-dark-se-s-sw-nw.png
+share/wesnoth/data/core/images/terrain/flat/dirt-dark-se-s-sw.png
+share/wesnoth/data/core/images/terrain/flat/dirt-dark-se-s.png
+share/wesnoth/data/core/images/terrain/flat/dirt-dark-se.png
+share/wesnoth/data/core/images/terrain/flat/dirt-dark-sw-nw-n-ne.png
+share/wesnoth/data/core/images/terrain/flat/dirt-dark-sw-nw-n.png
+share/wesnoth/data/core/images/terrain/flat/dirt-dark-sw-nw.png
+share/wesnoth/data/core/images/terrain/flat/dirt-dark-sw.png
+share/wesnoth/data/core/images/terrain/flat/dirt-dark.png
+share/wesnoth/data/core/images/terrain/flat/dirt-dark2-n-ne-se-s-sw-nw.png
+share/wesnoth/data/core/images/terrain/flat/dirt-dark2-n-ne.png
+share/wesnoth/data/core/images/terrain/flat/dirt-dark2-n.png
+share/wesnoth/data/core/images/terrain/flat/dirt-dark2-ne-se.png
+share/wesnoth/data/core/images/terrain/flat/dirt-dark2-ne.png
+share/wesnoth/data/core/images/terrain/flat/dirt-dark2-nw-n.png
+share/wesnoth/data/core/images/terrain/flat/dirt-dark2-nw.png
+share/wesnoth/data/core/images/terrain/flat/dirt-dark2-s-sw.png
+share/wesnoth/data/core/images/terrain/flat/dirt-dark2-s.png
+share/wesnoth/data/core/images/terrain/flat/dirt-dark2-se-s.png
+share/wesnoth/data/core/images/terrain/flat/dirt-dark2-se.png
+share/wesnoth/data/core/images/terrain/flat/dirt-dark2-sw-nw.png
+share/wesnoth/data/core/images/terrain/flat/dirt-dark2-sw.png
+share/wesnoth/data/core/images/terrain/flat/dirt-dark2.png
+share/wesnoth/data/core/images/terrain/flat/dirt-dark3-n-ne-se-s-sw-nw.png
+share/wesnoth/data/core/images/terrain/flat/dirt-dark3.png
+share/wesnoth/data/core/images/terrain/flat/dirt-dark4.png
+share/wesnoth/data/core/images/terrain/flat/dirt-dark5.png
+share/wesnoth/data/core/images/terrain/flat/dirt-dark6.png
+share/wesnoth/data/core/images/terrain/flat/dirt-dark7.png
+share/wesnoth/data/core/images/terrain/flat/dirt-n-ne-se-s-sw-nw.png
+share/wesnoth/data/core/images/terrain/flat/dirt-n-ne-se-s.png
share/wesnoth/data/core/images/terrain/flat/dirt-n-ne-se.png
share/wesnoth/data/core/images/terrain/flat/dirt-n-ne.png
share/wesnoth/data/core/images/terrain/flat/dirt-n.png
+share/wesnoth/data/core/images/terrain/flat/dirt-ne-se-s-sw.png
share/wesnoth/data/core/images/terrain/flat/dirt-ne-se-s.png
share/wesnoth/data/core/images/terrain/flat/dirt-ne-se.png
share/wesnoth/data/core/images/terrain/flat/dirt-ne.png
+share/wesnoth/data/core/images/terrain/flat/dirt-nw-n-ne-se.png
share/wesnoth/data/core/images/terrain/flat/dirt-nw-n-ne.png
share/wesnoth/data/core/images/terrain/flat/dirt-nw-n.png
share/wesnoth/data/core/images/terrain/flat/dirt-nw.png
+share/wesnoth/data/core/images/terrain/flat/dirt-s-sw-nw-n.png
share/wesnoth/data/core/images/terrain/flat/dirt-s-sw-nw.png
share/wesnoth/data/core/images/terrain/flat/dirt-s-sw.png
share/wesnoth/data/core/images/terrain/flat/dirt-s.png
+share/wesnoth/data/core/images/terrain/flat/dirt-se-s-sw-nw.png
share/wesnoth/data/core/images/terrain/flat/dirt-se-s-sw.png
share/wesnoth/data/core/images/terrain/flat/dirt-se-s.png
share/wesnoth/data/core/images/terrain/flat/dirt-se.png
+share/wesnoth/data/core/images/terrain/flat/dirt-sw-nw-n-ne.png
share/wesnoth/data/core/images/terrain/flat/dirt-sw-nw-n.png
share/wesnoth/data/core/images/terrain/flat/dirt-sw-nw.png
share/wesnoth/data/core/images/terrain/flat/dirt-sw.png
share/wesnoth/data/core/images/terrain/flat/dirt.png
+share/wesnoth/data/core/images/terrain/flat/dirt2-n-ne-se-s-sw-nw.png
+share/wesnoth/data/core/images/terrain/flat/dirt2-n-ne.png
+share/wesnoth/data/core/images/terrain/flat/dirt2-n.png
+share/wesnoth/data/core/images/terrain/flat/dirt2-ne-se.png
+share/wesnoth/data/core/images/terrain/flat/dirt2-ne.png
+share/wesnoth/data/core/images/terrain/flat/dirt2-nw-n.png
+share/wesnoth/data/core/images/terrain/flat/dirt2-nw.png
+share/wesnoth/data/core/images/terrain/flat/dirt2-s-sw.png
+share/wesnoth/data/core/images/terrain/flat/dirt2-s.png
+share/wesnoth/data/core/images/terrain/flat/dirt2-se-s.png
+share/wesnoth/data/core/images/terrain/flat/dirt2-se.png
+share/wesnoth/data/core/images/terrain/flat/dirt2-sw-nw.png
+share/wesnoth/data/core/images/terrain/flat/dirt2-sw.png
share/wesnoth/data/core/images/terrain/flat/dirt2.png
+share/wesnoth/data/core/images/terrain/flat/dirt3-n-ne-se-s-sw-nw.png
share/wesnoth/data/core/images/terrain/flat/dirt3.png
share/wesnoth/data/core/images/terrain/flat/dirt4.png
share/wesnoth/data/core/images/terrain/flat/dirt5.png
share/wesnoth/data/core/images/terrain/flat/dirt6.png
share/wesnoth/data/core/images/terrain/flat/dirt7.png
-share/wesnoth/data/core/images/terrain/flat/farm-veg-spring-icon.png
-share/wesnoth/data/core/images/terrain/flat/farm-veg-spring-n.png
-share/wesnoth/data/core/images/terrain/flat/farm-veg-spring-nw.png
-share/wesnoth/data/core/images/terrain/flat/farm-veg-spring-s.png
-share/wesnoth/data/core/images/terrain/flat/farm-veg-spring-se.png
-share/wesnoth/data/core/images/terrain/flat/farm-veg-spring.png
-share/wesnoth/data/core/images/terrain/flat/farm-veg-spring2.png
-share/wesnoth/data/core/images/terrain/flat/farm-veg-spring3.png
-share/wesnoth/data/core/images/terrain/flat/grass-flowers.png
-share/wesnoth/data/core/images/terrain/flat/grass-flowers2.png
-share/wesnoth/data/core/images/terrain/flat/grass-flowers3.png
-share/wesnoth/data/core/images/terrain/flat/grass-flowers4.png
-share/wesnoth/data/core/images/terrain/flat/grass-flowers5.png
-share/wesnoth/data/core/images/terrain/flat/grass-n-ne-se.png
-share/wesnoth/data/core/images/terrain/flat/grass-n-ne.png
-share/wesnoth/data/core/images/terrain/flat/grass-n.png
-share/wesnoth/data/core/images/terrain/flat/grass-ne-se-s.png
-share/wesnoth/data/core/images/terrain/flat/grass-ne-se.png
-share/wesnoth/data/core/images/terrain/flat/grass-ne.png
-share/wesnoth/data/core/images/terrain/flat/grass-nw-n-ne.png
-share/wesnoth/data/core/images/terrain/flat/grass-nw-n.png
-share/wesnoth/data/core/images/terrain/flat/grass-nw.png
-share/wesnoth/data/core/images/terrain/flat/grass-r1.png
-share/wesnoth/data/core/images/terrain/flat/grass-r2.png
-share/wesnoth/data/core/images/terrain/flat/grass-r3.png
-share/wesnoth/data/core/images/terrain/flat/grass-r4.png
-share/wesnoth/data/core/images/terrain/flat/grass-r5.png
-share/wesnoth/data/core/images/terrain/flat/grass-r6.png
-share/wesnoth/data/core/images/terrain/flat/grass-r7.png
-share/wesnoth/data/core/images/terrain/flat/grass-r8.png
-share/wesnoth/data/core/images/terrain/flat/grass-rocks1.png
-share/wesnoth/data/core/images/terrain/flat/grass-rocks2.png
-share/wesnoth/data/core/images/terrain/flat/grass-s-sw-nw.png
-share/wesnoth/data/core/images/terrain/flat/grass-s-sw.png
-share/wesnoth/data/core/images/terrain/flat/grass-s.png
-share/wesnoth/data/core/images/terrain/flat/grass-se-s-sw.png
-share/wesnoth/data/core/images/terrain/flat/grass-se-s.png
-share/wesnoth/data/core/images/terrain/flat/grass-se.png
-share/wesnoth/data/core/images/terrain/flat/grass-sw-nw-n.png
-share/wesnoth/data/core/images/terrain/flat/grass-sw-nw.png
-share/wesnoth/data/core/images/terrain/flat/grass-sw.png
-share/wesnoth/data/core/images/terrain/flat/grass-to-water-n-ne-se-s.png
-share/wesnoth/data/core/images/terrain/flat/grass-to-water-n-ne-se.png
-share/wesnoth/data/core/images/terrain/flat/grass-to-water-n-ne.png
-share/wesnoth/data/core/images/terrain/flat/grass-to-water-n.png
-share/wesnoth/data/core/images/terrain/flat/grass-to-water-ne-se-s-sw.png
-share/wesnoth/data/core/images/terrain/flat/grass-to-water-ne-se-s.png
-share/wesnoth/data/core/images/terrain/flat/grass-to-water-ne-se.png
-share/wesnoth/data/core/images/terrain/flat/grass-to-water-ne.png
-share/wesnoth/data/core/images/terrain/flat/grass-to-water-nw-n-ne-se.png
-share/wesnoth/data/core/images/terrain/flat/grass-to-water-nw-n-ne.png
-share/wesnoth/data/core/images/terrain/flat/grass-to-water-nw-n.png
-share/wesnoth/data/core/images/terrain/flat/grass-to-water-nw.png
-share/wesnoth/data/core/images/terrain/flat/grass-to-water-s-sw-nw-n.png
-share/wesnoth/data/core/images/terrain/flat/grass-to-water-s-sw-nw.png
-share/wesnoth/data/core/images/terrain/flat/grass-to-water-s-sw.png
-share/wesnoth/data/core/images/terrain/flat/grass-to-water-s.png
-share/wesnoth/data/core/images/terrain/flat/grass-to-water-se-s-sw-nw.png
-share/wesnoth/data/core/images/terrain/flat/grass-to-water-se-s-sw.png
-share/wesnoth/data/core/images/terrain/flat/grass-to-water-se-s.png
-share/wesnoth/data/core/images/terrain/flat/grass-to-water-se.png
-share/wesnoth/data/core/images/terrain/flat/grass-to-water-sw-nw-n-ne.png
-share/wesnoth/data/core/images/terrain/flat/grass-to-water-sw-nw-n.png
-share/wesnoth/data/core/images/terrain/flat/grass-to-water-sw-nw.png
-share/wesnoth/data/core/images/terrain/flat/grass-to-water-sw.png
+share/wesnoth/data/core/images/terrain/flat/road-clean-n-ne-se-s-sw-nw.png
+share/wesnoth/data/core/images/terrain/flat/road-clean-n-ne-se.png
+share/wesnoth/data/core/images/terrain/flat/road-clean-n-ne.png
+share/wesnoth/data/core/images/terrain/flat/road-clean-n.png
+share/wesnoth/data/core/images/terrain/flat/road-clean-ne-se-s.png
+share/wesnoth/data/core/images/terrain/flat/road-clean-ne-se.png
+share/wesnoth/data/core/images/terrain/flat/road-clean-ne.png
+share/wesnoth/data/core/images/terrain/flat/road-clean-nw-n-ne.png
+share/wesnoth/data/core/images/terrain/flat/road-clean-nw-n.png
+share/wesnoth/data/core/images/terrain/flat/road-clean-nw.png
+share/wesnoth/data/core/images/terrain/flat/road-clean-s-sw-nw.png
+share/wesnoth/data/core/images/terrain/flat/road-clean-s-sw.png
+share/wesnoth/data/core/images/terrain/flat/road-clean-s.png
+share/wesnoth/data/core/images/terrain/flat/road-clean-se-s-sw.png
+share/wesnoth/data/core/images/terrain/flat/road-clean-se-s.png
+share/wesnoth/data/core/images/terrain/flat/road-clean-se.png
+share/wesnoth/data/core/images/terrain/flat/road-clean-sw-nw-n.png
+share/wesnoth/data/core/images/terrain/flat/road-clean-sw-nw.png
+share/wesnoth/data/core/images/terrain/flat/road-clean-sw.png
+share/wesnoth/data/core/images/terrain/flat/road-clean.png
+share/wesnoth/data/core/images/terrain/flat/road-clean2.png
+share/wesnoth/data/core/images/terrain/flat/road-clean3.png
+share/wesnoth/data/core/images/terrain/flat/road-n-ne-se-s-sw-nw.png
+share/wesnoth/data/core/images/terrain/flat/road-n-ne-se.png
share/wesnoth/data/core/images/terrain/flat/road-n-ne.png
share/wesnoth/data/core/images/terrain/flat/road-n.png
+share/wesnoth/data/core/images/terrain/flat/road-ne-se-s.png
share/wesnoth/data/core/images/terrain/flat/road-ne-se.png
share/wesnoth/data/core/images/terrain/flat/road-ne.png
+share/wesnoth/data/core/images/terrain/flat/road-nw-n-ne.png
share/wesnoth/data/core/images/terrain/flat/road-nw-n.png
share/wesnoth/data/core/images/terrain/flat/road-nw.png
+share/wesnoth/data/core/images/terrain/flat/road-s-sw-nw.png
share/wesnoth/data/core/images/terrain/flat/road-s-sw.png
share/wesnoth/data/core/images/terrain/flat/road-s.png
+share/wesnoth/data/core/images/terrain/flat/road-se-s-sw.png
share/wesnoth/data/core/images/terrain/flat/road-se-s.png
share/wesnoth/data/core/images/terrain/flat/road-se.png
+share/wesnoth/data/core/images/terrain/flat/road-sw-nw-n.png
share/wesnoth/data/core/images/terrain/flat/road-sw-nw.png
share/wesnoth/data/core/images/terrain/flat/road-sw.png
share/wesnoth/data/core/images/terrain/flat/road.png
share/wesnoth/data/core/images/terrain/flat/road2.png
share/wesnoth/data/core/images/terrain/flat/road3.png
-share/wesnoth/data/core/images/terrain/flat/savanna-n-ne-se.png
-share/wesnoth/data/core/images/terrain/flat/savanna-n-ne.png
-share/wesnoth/data/core/images/terrain/flat/savanna-n.png
-share/wesnoth/data/core/images/terrain/flat/savanna-ne-se-s.png
-share/wesnoth/data/core/images/terrain/flat/savanna-ne-se.png
-share/wesnoth/data/core/images/terrain/flat/savanna-ne.png
-share/wesnoth/data/core/images/terrain/flat/savanna-nw-n-ne.png
-share/wesnoth/data/core/images/terrain/flat/savanna-nw-n.png
-share/wesnoth/data/core/images/terrain/flat/savanna-nw.png
-share/wesnoth/data/core/images/terrain/flat/savanna-s-sw-nw.png
-share/wesnoth/data/core/images/terrain/flat/savanna-s-sw.png
-share/wesnoth/data/core/images/terrain/flat/savanna-s.png
-share/wesnoth/data/core/images/terrain/flat/savanna-se-s-sw.png
-share/wesnoth/data/core/images/terrain/flat/savanna-se-s.png
-share/wesnoth/data/core/images/terrain/flat/savanna-se.png
-share/wesnoth/data/core/images/terrain/flat/savanna-sw-nw-n.png
-share/wesnoth/data/core/images/terrain/flat/savanna-sw-nw.png
-share/wesnoth/data/core/images/terrain/flat/savanna-sw.png
-share/wesnoth/data/core/images/terrain/flat/savanna-to-water-n-ne-se.png
-share/wesnoth/data/core/images/terrain/flat/savanna-to-water-n-ne.png
-share/wesnoth/data/core/images/terrain/flat/savanna-to-water-n.png
-share/wesnoth/data/core/images/terrain/flat/savanna-to-water-ne-se-s.png
-share/wesnoth/data/core/images/terrain/flat/savanna-to-water-ne-se.png
-share/wesnoth/data/core/images/terrain/flat/savanna-to-water-ne.png
-share/wesnoth/data/core/images/terrain/flat/savanna-to-water-nw-n-ne.png
-share/wesnoth/data/core/images/terrain/flat/savanna-to-water-nw-n.png
-share/wesnoth/data/core/images/terrain/flat/savanna-to-water-nw.png
-share/wesnoth/data/core/images/terrain/flat/savanna-to-water-s-sw-nw.png
-share/wesnoth/data/core/images/terrain/flat/savanna-to-water-s-sw.png
-share/wesnoth/data/core/images/terrain/flat/savanna-to-water-s.png
-share/wesnoth/data/core/images/terrain/flat/savanna-to-water-se-s-sw.png
-share/wesnoth/data/core/images/terrain/flat/savanna-to-water-se-s.png
-share/wesnoth/data/core/images/terrain/flat/savanna-to-water-se.png
-share/wesnoth/data/core/images/terrain/flat/savanna-to-water-sw-nw-n.png
-share/wesnoth/data/core/images/terrain/flat/savanna-to-water-sw-nw.png
-share/wesnoth/data/core/images/terrain/flat/savanna-to-water-sw.png
-share/wesnoth/data/core/images/terrain/flat/savanna.png
-share/wesnoth/data/core/images/terrain/flat/savanna2.png
-share/wesnoth/data/core/images/terrain/flat/savanna3.png
+share/wesnoth/data/core/images/terrain/flat/road4.png
+share/wesnoth/data/core/images/terrain/flat/shore-concave-bl-br.png
+share/wesnoth/data/core/images/terrain/flat/shore-concave-bl-l.png
+share/wesnoth/data/core/images/terrain/flat/shore-concave-br-bl.png
+share/wesnoth/data/core/images/terrain/flat/shore-concave-br-r.png
+share/wesnoth/data/core/images/terrain/flat/shore-concave-l-bl.png
+share/wesnoth/data/core/images/terrain/flat/shore-concave-l-tl.png
+share/wesnoth/data/core/images/terrain/flat/shore-concave-r-br.png
+share/wesnoth/data/core/images/terrain/flat/shore-concave-r-tr.png
+share/wesnoth/data/core/images/terrain/flat/shore-concave-tl-l.png
+share/wesnoth/data/core/images/terrain/flat/shore-concave-tl-tr.png
+share/wesnoth/data/core/images/terrain/flat/shore-concave-tr-r.png
+share/wesnoth/data/core/images/terrain/flat/shore-concave-tr-tl.png
+share/wesnoth/data/core/images/terrain/flat/shore-convex-bl-br.png
+share/wesnoth/data/core/images/terrain/flat/shore-convex-bl-l.png
+share/wesnoth/data/core/images/terrain/flat/shore-convex-br-bl.png
+share/wesnoth/data/core/images/terrain/flat/shore-convex-br-r.png
+share/wesnoth/data/core/images/terrain/flat/shore-convex-l-bl.png
+share/wesnoth/data/core/images/terrain/flat/shore-convex-l-tl.png
+share/wesnoth/data/core/images/terrain/flat/shore-convex-r-br.png
+share/wesnoth/data/core/images/terrain/flat/shore-convex-r-tr.png
+share/wesnoth/data/core/images/terrain/flat/shore-convex-tl-l.png
+share/wesnoth/data/core/images/terrain/flat/shore-convex-tl-tr.png
+share/wesnoth/data/core/images/terrain/flat/shore-convex-tr-r.png
+share/wesnoth/data/core/images/terrain/flat/shore-convex-tr-tl.png
+share/wesnoth/data/core/images/terrain/flat/stone-path-n-ne-se-s-sw-nw.png
+share/wesnoth/data/core/images/terrain/flat/stone-path-n-ne-se.png
share/wesnoth/data/core/images/terrain/flat/stone-path-n-ne.png
share/wesnoth/data/core/images/terrain/flat/stone-path-n.png
+share/wesnoth/data/core/images/terrain/flat/stone-path-ne-se-s.png
share/wesnoth/data/core/images/terrain/flat/stone-path-ne-se.png
share/wesnoth/data/core/images/terrain/flat/stone-path-ne.png
+share/wesnoth/data/core/images/terrain/flat/stone-path-nw-n-ne.png
share/wesnoth/data/core/images/terrain/flat/stone-path-nw-n.png
share/wesnoth/data/core/images/terrain/flat/stone-path-nw.png
+share/wesnoth/data/core/images/terrain/flat/stone-path-s-sw-nw.png
share/wesnoth/data/core/images/terrain/flat/stone-path-s-sw.png
share/wesnoth/data/core/images/terrain/flat/stone-path-s.png
+share/wesnoth/data/core/images/terrain/flat/stone-path-se-s-sw.png
share/wesnoth/data/core/images/terrain/flat/stone-path-se-s.png
share/wesnoth/data/core/images/terrain/flat/stone-path-se.png
+share/wesnoth/data/core/images/terrain/flat/stone-path-sw-nw-n.png
share/wesnoth/data/core/images/terrain/flat/stone-path-sw-nw.png
share/wesnoth/data/core/images/terrain/flat/stone-path-sw.png
share/wesnoth/data/core/images/terrain/flat/stone-path.png
share/wesnoth/data/core/images/terrain/flat/stone-path2.png
-share/wesnoth/data/core/images/terrain/flat/stone-path3.png
-share/wesnoth/data/core/images/terrain/flat/stone-path4.png
-share/wesnoth/data/core/images/terrain/flat/stone-path5.png
-share/wesnoth/data/core/images/terrain/flat/stone-path6.png
-share/wesnoth/data/core/images/terrain/fog-editor.png
-share/wesnoth/data/core/images/terrain/fog-n-ne-se-s.png
-share/wesnoth/data/core/images/terrain/fog-n-ne-se.png
-share/wesnoth/data/core/images/terrain/fog-n-ne.png
-share/wesnoth/data/core/images/terrain/fog-n.png
-share/wesnoth/data/core/images/terrain/fog-ne-se-s.png
-share/wesnoth/data/core/images/terrain/fog-ne-se.png
-share/wesnoth/data/core/images/terrain/fog-ne.png
-share/wesnoth/data/core/images/terrain/fog-nw-n-ne.png
-share/wesnoth/data/core/images/terrain/fog-nw-n.png
-share/wesnoth/data/core/images/terrain/fog-nw.png
-share/wesnoth/data/core/images/terrain/fog-s-sw-nw-n.png
-share/wesnoth/data/core/images/terrain/fog-s-sw-nw.png
-share/wesnoth/data/core/images/terrain/fog-s-sw.png
-share/wesnoth/data/core/images/terrain/fog-s.png
-share/wesnoth/data/core/images/terrain/fog-se-s-sw.png
-share/wesnoth/data/core/images/terrain/fog-se-s.png
-share/wesnoth/data/core/images/terrain/fog-se.png
-share/wesnoth/data/core/images/terrain/fog-sw-nw-n.png
-share/wesnoth/data/core/images/terrain/fog-sw-nw.png
-share/wesnoth/data/core/images/terrain/fog-sw.png
-share/wesnoth/data/core/images/terrain/fog.png
-share/wesnoth/data/core/images/terrain/forest/deciduous-fall-2.png
-share/wesnoth/data/core/images/terrain/forest/deciduous-fall-3.png
+share/wesnoth/data/core/images/terrain/fog/fog-editor.png
+share/wesnoth/data/core/images/terrain/fog/fog-n-ne-se-s.png
+share/wesnoth/data/core/images/terrain/fog/fog-n-ne-se.png
+share/wesnoth/data/core/images/terrain/fog/fog-n-ne.png
+share/wesnoth/data/core/images/terrain/fog/fog-n.png
+share/wesnoth/data/core/images/terrain/fog/fog-ne-se-s.png
+share/wesnoth/data/core/images/terrain/fog/fog-ne-se.png
+share/wesnoth/data/core/images/terrain/fog/fog-ne.png
+share/wesnoth/data/core/images/terrain/fog/fog-nw-n-ne.png
+share/wesnoth/data/core/images/terrain/fog/fog-nw-n.png
+share/wesnoth/data/core/images/terrain/fog/fog-nw.png
+share/wesnoth/data/core/images/terrain/fog/fog-s-sw-nw-n.png
+share/wesnoth/data/core/images/terrain/fog/fog-s-sw-nw.png
+share/wesnoth/data/core/images/terrain/fog/fog-s-sw.png
+share/wesnoth/data/core/images/terrain/fog/fog-s.png
+share/wesnoth/data/core/images/terrain/fog/fog-se-s-sw.png
+share/wesnoth/data/core/images/terrain/fog/fog-se-s.png
+share/wesnoth/data/core/images/terrain/fog/fog-se.png
+share/wesnoth/data/core/images/terrain/fog/fog-sw-nw-n.png
+share/wesnoth/data/core/images/terrain/fog/fog-sw-nw.png
+share/wesnoth/data/core/images/terrain/fog/fog-sw.png
+share/wesnoth/data/core/images/terrain/fog/fog1.png
+share/wesnoth/data/core/images/terrain/fog/fog2.png
+share/wesnoth/data/core/images/terrain/fog/fog3.png
+share/wesnoth/data/core/images/terrain/foreground.png
share/wesnoth/data/core/images/terrain/forest/deciduous-fall-small.png
-share/wesnoth/data/core/images/terrain/forest/deciduous-fall-sparse-2.png
-share/wesnoth/data/core/images/terrain/forest/deciduous-fall-sparse-3.png
share/wesnoth/data/core/images/terrain/forest/deciduous-fall-sparse-small.png
share/wesnoth/data/core/images/terrain/forest/deciduous-fall-sparse.png
+share/wesnoth/data/core/images/terrain/forest/deciduous-fall-sparse2.png
+share/wesnoth/data/core/images/terrain/forest/deciduous-fall-sparse3.png
share/wesnoth/data/core/images/terrain/forest/deciduous-fall-tile.png
share/wesnoth/data/core/images/terrain/forest/deciduous-fall.png
-share/wesnoth/data/core/images/terrain/forest/deciduous-summer-2.png
-share/wesnoth/data/core/images/terrain/forest/deciduous-summer-3.png
-share/wesnoth/data/core/images/terrain/forest/deciduous-summer-4.png
+share/wesnoth/data/core/images/terrain/forest/deciduous-fall2.png
+share/wesnoth/data/core/images/terrain/forest/deciduous-fall3.png
share/wesnoth/data/core/images/terrain/forest/deciduous-summer-small.png
-share/wesnoth/data/core/images/terrain/forest/deciduous-summer-sparse-2.png
-share/wesnoth/data/core/images/terrain/forest/deciduous-summer-sparse-3.png
share/wesnoth/data/core/images/terrain/forest/deciduous-summer-sparse-small.png
share/wesnoth/data/core/images/terrain/forest/deciduous-summer-sparse.png
+share/wesnoth/data/core/images/terrain/forest/deciduous-summer-sparse2.png
+share/wesnoth/data/core/images/terrain/forest/deciduous-summer-sparse3.png
share/wesnoth/data/core/images/terrain/forest/deciduous-summer-tile.png
share/wesnoth/data/core/images/terrain/forest/deciduous-summer.png
-share/wesnoth/data/core/images/terrain/forest/deciduous-winter-2.png
+share/wesnoth/data/core/images/terrain/forest/deciduous-summer2.png
+share/wesnoth/data/core/images/terrain/forest/deciduous-summer3.png
+share/wesnoth/data/core/images/terrain/forest/deciduous-summer4.png
share/wesnoth/data/core/images/terrain/forest/deciduous-winter-small.png
-share/wesnoth/data/core/images/terrain/forest/deciduous-winter-snow-2.png
share/wesnoth/data/core/images/terrain/forest/deciduous-winter-snow-small.png
-share/wesnoth/data/core/images/terrain/forest/deciduous-winter-snow-sparse-2.png
-share/wesnoth/data/core/images/terrain/forest/deciduous-winter-snow-sparse-3.png
share/wesnoth/data/core/images/terrain/forest/deciduous-winter-snow-sparse-small.png
share/wesnoth/data/core/images/terrain/forest/deciduous-winter-snow-sparse.png
+share/wesnoth/data/core/images/terrain/forest/deciduous-winter-snow-sparse2.png
+share/wesnoth/data/core/images/terrain/forest/deciduous-winter-snow-sparse3.png
share/wesnoth/data/core/images/terrain/forest/deciduous-winter-snow-tile.png
share/wesnoth/data/core/images/terrain/forest/deciduous-winter-snow.png
-share/wesnoth/data/core/images/terrain/forest/deciduous-winter-sparse-2.png
-share/wesnoth/data/core/images/terrain/forest/deciduous-winter-sparse-3.png
+share/wesnoth/data/core/images/terrain/forest/deciduous-winter-snow2.png
share/wesnoth/data/core/images/terrain/forest/deciduous-winter-sparse-small.png
share/wesnoth/data/core/images/terrain/forest/deciduous-winter-sparse.png
+share/wesnoth/data/core/images/terrain/forest/deciduous-winter-sparse2.png
+share/wesnoth/data/core/images/terrain/forest/deciduous-winter-sparse3.png
share/wesnoth/data/core/images/terrain/forest/deciduous-winter-tile.png
share/wesnoth/data/core/images/terrain/forest/deciduous-winter.png
-share/wesnoth/data/core/images/terrain/forest/floor-n-ne-se.png
-share/wesnoth/data/core/images/terrain/forest/floor-n-ne.png
-share/wesnoth/data/core/images/terrain/forest/floor-n.png
-share/wesnoth/data/core/images/terrain/forest/floor-ne-se-s.png
-share/wesnoth/data/core/images/terrain/forest/floor-ne-se.png
-share/wesnoth/data/core/images/terrain/forest/floor-ne.png
-share/wesnoth/data/core/images/terrain/forest/floor-nw-n-ne.png
-share/wesnoth/data/core/images/terrain/forest/floor-nw-n.png
-share/wesnoth/data/core/images/terrain/forest/floor-nw.png
-share/wesnoth/data/core/images/terrain/forest/floor-s-sw-nw.png
-share/wesnoth/data/core/images/terrain/forest/floor-s-sw.png
-share/wesnoth/data/core/images/terrain/forest/floor-s.png
-share/wesnoth/data/core/images/terrain/forest/floor-se-s-sw.png
-share/wesnoth/data/core/images/terrain/forest/floor-se-s.png
-share/wesnoth/data/core/images/terrain/forest/floor-se.png
-share/wesnoth/data/core/images/terrain/forest/floor-sw-nw-n.png
-share/wesnoth/data/core/images/terrain/forest/floor-sw-nw.png
-share/wesnoth/data/core/images/terrain/forest/floor-sw.png
-share/wesnoth/data/core/images/terrain/forest/floor-to-water-n-ne-se.png
-share/wesnoth/data/core/images/terrain/forest/floor-to-water-n-ne.png
-share/wesnoth/data/core/images/terrain/forest/floor-to-water-n.png
-share/wesnoth/data/core/images/terrain/forest/floor-to-water-ne-se-s.png
-share/wesnoth/data/core/images/terrain/forest/floor-to-water-ne-se.png
-share/wesnoth/data/core/images/terrain/forest/floor-to-water-ne.png
-share/wesnoth/data/core/images/terrain/forest/floor-to-water-nw-n-ne.png
-share/wesnoth/data/core/images/terrain/forest/floor-to-water-nw-n.png
-share/wesnoth/data/core/images/terrain/forest/floor-to-water-nw.png
-share/wesnoth/data/core/images/terrain/forest/floor-to-water-s-sw-nw.png
-share/wesnoth/data/core/images/terrain/forest/floor-to-water-s-sw.png
-share/wesnoth/data/core/images/terrain/forest/floor-to-water-s.png
-share/wesnoth/data/core/images/terrain/forest/floor-to-water-se-s-sw.png
-share/wesnoth/data/core/images/terrain/forest/floor-to-water-se-s.png
-share/wesnoth/data/core/images/terrain/forest/floor-to-water-se.png
-share/wesnoth/data/core/images/terrain/forest/floor-to-water-sw-nw-n.png
-share/wesnoth/data/core/images/terrain/forest/floor-to-water-sw-nw.png
-share/wesnoth/data/core/images/terrain/forest/floor-to-water-sw.png
-share/wesnoth/data/core/images/terrain/forest/floor.png
-share/wesnoth/data/core/images/terrain/forest/floor2.png
-share/wesnoth/data/core/images/terrain/forest/floor3.png
+share/wesnoth/data/core/images/terrain/forest/deciduous-winter2.png
+share/wesnoth/data/core/images/terrain/forest/forested-deciduous-fall-hills-tile.png
+share/wesnoth/data/core/images/terrain/forest/forested-deciduous-summer-hills-tile.png
+share/wesnoth/data/core/images/terrain/forest/forested-deciduous-winter-hills-tile.png
+share/wesnoth/data/core/images/terrain/forest/forested-deciduous-winter-snow-hills-tile.png
+share/wesnoth/data/core/images/terrain/forest/forested-hills-tile.png
+share/wesnoth/data/core/images/terrain/forest/forested-mixed-fall-hills-tile.png
+share/wesnoth/data/core/images/terrain/forest/forested-mixed-summer-hills-tile.png
+share/wesnoth/data/core/images/terrain/forest/forested-mixed-winter-hills-tile.png
+share/wesnoth/data/core/images/terrain/forest/forested-mixed-winter-snow-hills-tile.png
+share/wesnoth/data/core/images/terrain/forest/forested-snow-hills-tile.png
+share/wesnoth/data/core/images/terrain/forest/great-tree-dead-tile.png
+share/wesnoth/data/core/images/terrain/forest/great-tree-dead.png
share/wesnoth/data/core/images/terrain/forest/great-tree-tile.png
-share/wesnoth/data/core/images/terrain/forest/great-tree1.png
+share/wesnoth/data/core/images/terrain/forest/great-tree.png
share/wesnoth/data/core/images/terrain/forest/great-tree2.png
share/wesnoth/data/core/images/terrain/forest/great-tree3.png
-share/wesnoth/data/core/images/terrain/forest/mixed-fall-2.png
share/wesnoth/data/core/images/terrain/forest/mixed-fall-small.png
-share/wesnoth/data/core/images/terrain/forest/mixed-fall-sparse-2.png
share/wesnoth/data/core/images/terrain/forest/mixed-fall-sparse-small.png
share/wesnoth/data/core/images/terrain/forest/mixed-fall-sparse.png
+share/wesnoth/data/core/images/terrain/forest/mixed-fall-sparse2.png
share/wesnoth/data/core/images/terrain/forest/mixed-fall-tile.png
share/wesnoth/data/core/images/terrain/forest/mixed-fall.png
-share/wesnoth/data/core/images/terrain/forest/mixed-summer-2.png
+share/wesnoth/data/core/images/terrain/forest/mixed-fall2.png
share/wesnoth/data/core/images/terrain/forest/mixed-summer-small.png
-share/wesnoth/data/core/images/terrain/forest/mixed-summer-sparse-2.png
share/wesnoth/data/core/images/terrain/forest/mixed-summer-sparse-small.png
share/wesnoth/data/core/images/terrain/forest/mixed-summer-sparse.png
+share/wesnoth/data/core/images/terrain/forest/mixed-summer-sparse2.png
share/wesnoth/data/core/images/terrain/forest/mixed-summer-tile.png
share/wesnoth/data/core/images/terrain/forest/mixed-summer.png
-share/wesnoth/data/core/images/terrain/forest/mixed-winter-2.png
+share/wesnoth/data/core/images/terrain/forest/mixed-summer2.png
share/wesnoth/data/core/images/terrain/forest/mixed-winter-small.png
-share/wesnoth/data/core/images/terrain/forest/mixed-winter-snow-2.png
share/wesnoth/data/core/images/terrain/forest/mixed-winter-snow-small.png
-share/wesnoth/data/core/images/terrain/forest/mixed-winter-snow-sparse-2.png
share/wesnoth/data/core/images/terrain/forest/mixed-winter-snow-sparse-small.png
share/wesnoth/data/core/images/terrain/forest/mixed-winter-snow-sparse.png
+share/wesnoth/data/core/images/terrain/forest/mixed-winter-snow-sparse2.png
share/wesnoth/data/core/images/terrain/forest/mixed-winter-snow-tile.png
share/wesnoth/data/core/images/terrain/forest/mixed-winter-snow.png
-share/wesnoth/data/core/images/terrain/forest/mixed-winter-sparse-2.png
+share/wesnoth/data/core/images/terrain/forest/mixed-winter-snow2.png
share/wesnoth/data/core/images/terrain/forest/mixed-winter-sparse-small.png
share/wesnoth/data/core/images/terrain/forest/mixed-winter-sparse.png
+share/wesnoth/data/core/images/terrain/forest/mixed-winter-sparse2.png
share/wesnoth/data/core/images/terrain/forest/mixed-winter-tile.png
share/wesnoth/data/core/images/terrain/forest/mixed-winter.png
-share/wesnoth/data/core/images/terrain/forest/mushrooms-2.png
-share/wesnoth/data/core/images/terrain/forest/mushrooms-3.png
-share/wesnoth/data/core/images/terrain/forest/mushrooms-4.png
-share/wesnoth/data/core/images/terrain/forest/mushrooms-5.png
+share/wesnoth/data/core/images/terrain/forest/mixed-winter2.png
share/wesnoth/data/core/images/terrain/forest/mushrooms-beam-tile.png
share/wesnoth/data/core/images/terrain/forest/mushrooms-n.png
share/wesnoth/data/core/images/terrain/forest/mushrooms-ne.png
@@ -4351,214 +5018,638 @@ share/wesnoth/data/core/images/terrain/forest/mushrooms-small.png
share/wesnoth/data/core/images/terrain/forest/mushrooms-sw.png
share/wesnoth/data/core/images/terrain/forest/mushrooms-tile.png
share/wesnoth/data/core/images/terrain/forest/mushrooms.png
-share/wesnoth/data/core/images/terrain/forest/pine-2.png
-share/wesnoth/data/core/images/terrain/forest/pine-3.png
-share/wesnoth/data/core/images/terrain/forest/pine-4.png
-share/wesnoth/data/core/images/terrain/forest/pine-small-2.png
+share/wesnoth/data/core/images/terrain/forest/mushrooms2.png
+share/wesnoth/data/core/images/terrain/forest/mushrooms3.png
+share/wesnoth/data/core/images/terrain/forest/mushrooms4.png
+share/wesnoth/data/core/images/terrain/forest/mushrooms5.png
share/wesnoth/data/core/images/terrain/forest/pine-small.png
-share/wesnoth/data/core/images/terrain/forest/pine-sparse-2.png
-share/wesnoth/data/core/images/terrain/forest/pine-sparse-3.png
-share/wesnoth/data/core/images/terrain/forest/pine-sparse-4.png
+share/wesnoth/data/core/images/terrain/forest/pine-small2.png
share/wesnoth/data/core/images/terrain/forest/pine-sparse-small.png
share/wesnoth/data/core/images/terrain/forest/pine-sparse.png
+share/wesnoth/data/core/images/terrain/forest/pine-sparse2.png
+share/wesnoth/data/core/images/terrain/forest/pine-sparse3.png
+share/wesnoth/data/core/images/terrain/forest/pine-sparse4.png
share/wesnoth/data/core/images/terrain/forest/pine-tile.png
share/wesnoth/data/core/images/terrain/forest/pine.png
-share/wesnoth/data/core/images/terrain/forest/snow-forest-2.png
-share/wesnoth/data/core/images/terrain/forest/snow-forest-3.png
-share/wesnoth/data/core/images/terrain/forest/snow-forest-4.png
+share/wesnoth/data/core/images/terrain/forest/pine2.png
+share/wesnoth/data/core/images/terrain/forest/pine3.png
+share/wesnoth/data/core/images/terrain/forest/pine4.png
share/wesnoth/data/core/images/terrain/forest/snow-forest-small.png
-share/wesnoth/data/core/images/terrain/forest/snow-forest-sparse-2.png
-share/wesnoth/data/core/images/terrain/forest/snow-forest-sparse-3.png
-share/wesnoth/data/core/images/terrain/forest/snow-forest-sparse-4.png
share/wesnoth/data/core/images/terrain/forest/snow-forest-sparse-small.png
share/wesnoth/data/core/images/terrain/forest/snow-forest-sparse.png
+share/wesnoth/data/core/images/terrain/forest/snow-forest-sparse2.png
+share/wesnoth/data/core/images/terrain/forest/snow-forest-sparse3.png
+share/wesnoth/data/core/images/terrain/forest/snow-forest-sparse4.png
share/wesnoth/data/core/images/terrain/forest/snow-forest-tile.png
share/wesnoth/data/core/images/terrain/forest/snow-forest.png
-share/wesnoth/data/core/images/terrain/forest/tropical-2.png
-share/wesnoth/data/core/images/terrain/forest/tropical-3.png
-share/wesnoth/data/core/images/terrain/forest/tropical-4.png
+share/wesnoth/data/core/images/terrain/forest/snow-forest2.png
+share/wesnoth/data/core/images/terrain/forest/snow-forest3.png
+share/wesnoth/data/core/images/terrain/forest/snow-forest4.png
share/wesnoth/data/core/images/terrain/forest/tropical-small.png
share/wesnoth/data/core/images/terrain/forest/tropical-tile.png
share/wesnoth/data/core/images/terrain/forest/tropical.png
-share/wesnoth/data/core/images/terrain/forested-deciduous-fall-hills-tile.png
-share/wesnoth/data/core/images/terrain/forested-deciduous-summer-hills-tile.png
-share/wesnoth/data/core/images/terrain/forested-deciduous-winter-hills-tile.png
-share/wesnoth/data/core/images/terrain/forested-deciduous-winter-snow-hills-tile.png
-share/wesnoth/data/core/images/terrain/forested-hills-tile.png
-share/wesnoth/data/core/images/terrain/forested-mixed-fall-hills-tile.png
-share/wesnoth/data/core/images/terrain/forested-mixed-summer-hills-tile.png
-share/wesnoth/data/core/images/terrain/forested-mixed-winter-hills-tile.png
-share/wesnoth/data/core/images/terrain/forested-mixed-winter-snow-hills-tile.png
-share/wesnoth/data/core/images/terrain/forested-snow-hills-tile.png
+share/wesnoth/data/core/images/terrain/forest/tropical2.png
+share/wesnoth/data/core/images/terrain/forest/tropical3.png
+share/wesnoth/data/core/images/terrain/forest/tropical4.png
+share/wesnoth/data/core/images/terrain/frozen/ice-n-ne-se-s.png
+share/wesnoth/data/core/images/terrain/frozen/ice-n-ne.png
+share/wesnoth/data/core/images/terrain/frozen/ice-n.png
+share/wesnoth/data/core/images/terrain/frozen/ice-ne-se.png
+share/wesnoth/data/core/images/terrain/frozen/ice-ne.png
+share/wesnoth/data/core/images/terrain/frozen/ice-nw-n-ne.png
+share/wesnoth/data/core/images/terrain/frozen/ice-nw-n.png
+share/wesnoth/data/core/images/terrain/frozen/ice-nw.png
+share/wesnoth/data/core/images/terrain/frozen/ice-s-sw-nw-n.png
+share/wesnoth/data/core/images/terrain/frozen/ice-s-sw.png
+share/wesnoth/data/core/images/terrain/frozen/ice-s.png
+share/wesnoth/data/core/images/terrain/frozen/ice-se-s-sw.png
+share/wesnoth/data/core/images/terrain/frozen/ice-se-s.png
+share/wesnoth/data/core/images/terrain/frozen/ice-se.png
+share/wesnoth/data/core/images/terrain/frozen/ice-sw-nw.png
+share/wesnoth/data/core/images/terrain/frozen/ice-sw.png
+share/wesnoth/data/core/images/terrain/frozen/ice-to-water-n-ne-se-s.png
+share/wesnoth/data/core/images/terrain/frozen/ice-to-water-n-ne.png
+share/wesnoth/data/core/images/terrain/frozen/ice-to-water-n.png
+share/wesnoth/data/core/images/terrain/frozen/ice-to-water-ne-se.png
+share/wesnoth/data/core/images/terrain/frozen/ice-to-water-ne.png
+share/wesnoth/data/core/images/terrain/frozen/ice-to-water-nw-n-ne.png
+share/wesnoth/data/core/images/terrain/frozen/ice-to-water-nw-n.png
+share/wesnoth/data/core/images/terrain/frozen/ice-to-water-nw.png
+share/wesnoth/data/core/images/terrain/frozen/ice-to-water-s-sw-nw-n.png
+share/wesnoth/data/core/images/terrain/frozen/ice-to-water-s-sw.png
+share/wesnoth/data/core/images/terrain/frozen/ice-to-water-s.png
+share/wesnoth/data/core/images/terrain/frozen/ice-to-water-se-s-sw.png
+share/wesnoth/data/core/images/terrain/frozen/ice-to-water-se-s.png
+share/wesnoth/data/core/images/terrain/frozen/ice-to-water-se.png
+share/wesnoth/data/core/images/terrain/frozen/ice-to-water-sw-nw.png
+share/wesnoth/data/core/images/terrain/frozen/ice-to-water-sw.png
+share/wesnoth/data/core/images/terrain/frozen/ice.png
+share/wesnoth/data/core/images/terrain/frozen/ice2.png
+share/wesnoth/data/core/images/terrain/frozen/ice3.png
+share/wesnoth/data/core/images/terrain/frozen/ice4.png
+share/wesnoth/data/core/images/terrain/frozen/ice5.png
+share/wesnoth/data/core/images/terrain/frozen/ice6.png
+share/wesnoth/data/core/images/terrain/frozen/snow-n-ne-se-s.png
+share/wesnoth/data/core/images/terrain/frozen/snow-n-ne-se.png
+share/wesnoth/data/core/images/terrain/frozen/snow-n-ne.png
+share/wesnoth/data/core/images/terrain/frozen/snow-n.png
+share/wesnoth/data/core/images/terrain/frozen/snow-ne-se-s-sw.png
+share/wesnoth/data/core/images/terrain/frozen/snow-ne-se-s.png
+share/wesnoth/data/core/images/terrain/frozen/snow-ne-se.png
+share/wesnoth/data/core/images/terrain/frozen/snow-ne.png
+share/wesnoth/data/core/images/terrain/frozen/snow-nw-n-ne-se.png
+share/wesnoth/data/core/images/terrain/frozen/snow-nw-n-ne.png
+share/wesnoth/data/core/images/terrain/frozen/snow-nw-n.png
+share/wesnoth/data/core/images/terrain/frozen/snow-nw.png
+share/wesnoth/data/core/images/terrain/frozen/snow-s-sw-nw-n.png
+share/wesnoth/data/core/images/terrain/frozen/snow-s-sw-nw.png
+share/wesnoth/data/core/images/terrain/frozen/snow-s-sw.png
+share/wesnoth/data/core/images/terrain/frozen/snow-s.png
+share/wesnoth/data/core/images/terrain/frozen/snow-se-s-sw-nw.png
+share/wesnoth/data/core/images/terrain/frozen/snow-se-s-sw.png
+share/wesnoth/data/core/images/terrain/frozen/snow-se-s.png
+share/wesnoth/data/core/images/terrain/frozen/snow-se.png
+share/wesnoth/data/core/images/terrain/frozen/snow-sw-nw-n-ne.png
+share/wesnoth/data/core/images/terrain/frozen/snow-sw-nw-n.png
+share/wesnoth/data/core/images/terrain/frozen/snow-sw-nw.png
+share/wesnoth/data/core/images/terrain/frozen/snow-sw.png
+share/wesnoth/data/core/images/terrain/frozen/snow-to-water-n-ne-se-s.png
+share/wesnoth/data/core/images/terrain/frozen/snow-to-water-n-ne.png
+share/wesnoth/data/core/images/terrain/frozen/snow-to-water-n.png
+share/wesnoth/data/core/images/terrain/frozen/snow-to-water-ne-se.png
+share/wesnoth/data/core/images/terrain/frozen/snow-to-water-ne.png
+share/wesnoth/data/core/images/terrain/frozen/snow-to-water-nw-n-ne.png
+share/wesnoth/data/core/images/terrain/frozen/snow-to-water-nw-n.png
+share/wesnoth/data/core/images/terrain/frozen/snow-to-water-nw.png
+share/wesnoth/data/core/images/terrain/frozen/snow-to-water-s-sw-nw-n.png
+share/wesnoth/data/core/images/terrain/frozen/snow-to-water-s-sw.png
+share/wesnoth/data/core/images/terrain/frozen/snow-to-water-s.png
+share/wesnoth/data/core/images/terrain/frozen/snow-to-water-se-s-sw.png
+share/wesnoth/data/core/images/terrain/frozen/snow-to-water-se-s.png
+share/wesnoth/data/core/images/terrain/frozen/snow-to-water-se.png
+share/wesnoth/data/core/images/terrain/frozen/snow-to-water-sw-nw.png
+share/wesnoth/data/core/images/terrain/frozen/snow-to-water-sw.png
+share/wesnoth/data/core/images/terrain/frozen/snow.png
+share/wesnoth/data/core/images/terrain/frozen/snow2.png
+share/wesnoth/data/core/images/terrain/frozen/snow3.png
+share/wesnoth/data/core/images/terrain/grass/dry-abrupt-n.png
+share/wesnoth/data/core/images/terrain/grass/dry-abrupt-ne.png
+share/wesnoth/data/core/images/terrain/grass/dry-abrupt-nw.png
+share/wesnoth/data/core/images/terrain/grass/dry-abrupt-s.png
+share/wesnoth/data/core/images/terrain/grass/dry-abrupt-se.png
+share/wesnoth/data/core/images/terrain/grass/dry-abrupt-sw.png
+share/wesnoth/data/core/images/terrain/grass/dry-long-n.png
+share/wesnoth/data/core/images/terrain/grass/dry-long-ne.png
+share/wesnoth/data/core/images/terrain/grass/dry-long-nw.png
+share/wesnoth/data/core/images/terrain/grass/dry-long-s.png
+share/wesnoth/data/core/images/terrain/grass/dry-long-se.png
+share/wesnoth/data/core/images/terrain/grass/dry-long-sw.png
+share/wesnoth/data/core/images/terrain/grass/dry-medium-n.png
+share/wesnoth/data/core/images/terrain/grass/dry-medium-ne.png
+share/wesnoth/data/core/images/terrain/grass/dry-medium-nw.png
+share/wesnoth/data/core/images/terrain/grass/dry-medium-s.png
+share/wesnoth/data/core/images/terrain/grass/dry-medium-se.png
+share/wesnoth/data/core/images/terrain/grass/dry-medium-sw.png
+share/wesnoth/data/core/images/terrain/grass/dry-n-ne-se.png
+share/wesnoth/data/core/images/terrain/grass/dry-n-ne.png
+share/wesnoth/data/core/images/terrain/grass/dry-n.png
+share/wesnoth/data/core/images/terrain/grass/dry-ne-se-s.png
+share/wesnoth/data/core/images/terrain/grass/dry-ne-se.png
+share/wesnoth/data/core/images/terrain/grass/dry-ne.png
+share/wesnoth/data/core/images/terrain/grass/dry-nw-n-ne.png
+share/wesnoth/data/core/images/terrain/grass/dry-nw-n.png
+share/wesnoth/data/core/images/terrain/grass/dry-nw.png
+share/wesnoth/data/core/images/terrain/grass/dry-s-sw-nw.png
+share/wesnoth/data/core/images/terrain/grass/dry-s-sw.png
+share/wesnoth/data/core/images/terrain/grass/dry-s.png
+share/wesnoth/data/core/images/terrain/grass/dry-se-s-sw.png
+share/wesnoth/data/core/images/terrain/grass/dry-se-s.png
+share/wesnoth/data/core/images/terrain/grass/dry-se.png
+share/wesnoth/data/core/images/terrain/grass/dry-sw-nw-n.png
+share/wesnoth/data/core/images/terrain/grass/dry-sw-nw.png
+share/wesnoth/data/core/images/terrain/grass/dry-sw.png
+share/wesnoth/data/core/images/terrain/grass/dry-symbol.png
+share/wesnoth/data/core/images/terrain/grass/dry.png
+share/wesnoth/data/core/images/terrain/grass/dry2.png
+share/wesnoth/data/core/images/terrain/grass/dry3.png
+share/wesnoth/data/core/images/terrain/grass/dry4.png
+share/wesnoth/data/core/images/terrain/grass/dry5.png
+share/wesnoth/data/core/images/terrain/grass/dry6.png
+share/wesnoth/data/core/images/terrain/grass/flowers.png
+share/wesnoth/data/core/images/terrain/grass/green-abrupt-n.png
+share/wesnoth/data/core/images/terrain/grass/green-abrupt-ne.png
+share/wesnoth/data/core/images/terrain/grass/green-abrupt-nw.png
+share/wesnoth/data/core/images/terrain/grass/green-abrupt-s.png
+share/wesnoth/data/core/images/terrain/grass/green-abrupt-se.png
+share/wesnoth/data/core/images/terrain/grass/green-abrupt-sw.png
+share/wesnoth/data/core/images/terrain/grass/green-long-n.png
+share/wesnoth/data/core/images/terrain/grass/green-long-ne.png
+share/wesnoth/data/core/images/terrain/grass/green-long-nw.png
+share/wesnoth/data/core/images/terrain/grass/green-long-s.png
+share/wesnoth/data/core/images/terrain/grass/green-long-se.png
+share/wesnoth/data/core/images/terrain/grass/green-long-sw.png
+share/wesnoth/data/core/images/terrain/grass/green-medium-n.png
+share/wesnoth/data/core/images/terrain/grass/green-medium-ne.png
+share/wesnoth/data/core/images/terrain/grass/green-medium-nw.png
+share/wesnoth/data/core/images/terrain/grass/green-medium-s.png
+share/wesnoth/data/core/images/terrain/grass/green-medium-se.png
+share/wesnoth/data/core/images/terrain/grass/green-medium-sw.png
+share/wesnoth/data/core/images/terrain/grass/green-n-ne-se.png
+share/wesnoth/data/core/images/terrain/grass/green-n-ne.png
+share/wesnoth/data/core/images/terrain/grass/green-n.png
+share/wesnoth/data/core/images/terrain/grass/green-ne-se-s.png
+share/wesnoth/data/core/images/terrain/grass/green-ne-se.png
+share/wesnoth/data/core/images/terrain/grass/green-ne.png
+share/wesnoth/data/core/images/terrain/grass/green-nw-n-ne.png
+share/wesnoth/data/core/images/terrain/grass/green-nw-n.png
+share/wesnoth/data/core/images/terrain/grass/green-nw.png
+share/wesnoth/data/core/images/terrain/grass/green-s-sw-nw-n-ne-se.png
+share/wesnoth/data/core/images/terrain/grass/green-s-sw-nw-n-ne.png
+share/wesnoth/data/core/images/terrain/grass/green-s-sw-nw.png
+share/wesnoth/data/core/images/terrain/grass/green-s-sw.png
+share/wesnoth/data/core/images/terrain/grass/green-s.png
+share/wesnoth/data/core/images/terrain/grass/green-se-s-sw.png
+share/wesnoth/data/core/images/terrain/grass/green-se-s.png
+share/wesnoth/data/core/images/terrain/grass/green-se.png
+share/wesnoth/data/core/images/terrain/grass/green-sw-nw-n-ne-se.png
+share/wesnoth/data/core/images/terrain/grass/green-sw-nw-n.png
+share/wesnoth/data/core/images/terrain/grass/green-sw-nw.png
+share/wesnoth/data/core/images/terrain/grass/green-sw.png
+share/wesnoth/data/core/images/terrain/grass/green-symbol.png
+share/wesnoth/data/core/images/terrain/grass/green.png
+share/wesnoth/data/core/images/terrain/grass/green2-s-sw-nw-n-ne-se.png
+share/wesnoth/data/core/images/terrain/grass/green2.png
+share/wesnoth/data/core/images/terrain/grass/green3.png
+share/wesnoth/data/core/images/terrain/grass/green4.png
+share/wesnoth/data/core/images/terrain/grass/green5.png
+share/wesnoth/data/core/images/terrain/grass/green6.png
+share/wesnoth/data/core/images/terrain/grass/green7.png
+share/wesnoth/data/core/images/terrain/grass/green8.png
+share/wesnoth/data/core/images/terrain/grass/leaf-litter-long-n.png
+share/wesnoth/data/core/images/terrain/grass/leaf-litter-long-ne.png
+share/wesnoth/data/core/images/terrain/grass/leaf-litter-long-nw.png
+share/wesnoth/data/core/images/terrain/grass/leaf-litter-long-s.png
+share/wesnoth/data/core/images/terrain/grass/leaf-litter-long-se.png
+share/wesnoth/data/core/images/terrain/grass/leaf-litter-long-sw.png
+share/wesnoth/data/core/images/terrain/grass/leaf-litter-n-ne-se.png
+share/wesnoth/data/core/images/terrain/grass/leaf-litter-n-ne.png
+share/wesnoth/data/core/images/terrain/grass/leaf-litter-n.png
+share/wesnoth/data/core/images/terrain/grass/leaf-litter-ne-se-s.png
+share/wesnoth/data/core/images/terrain/grass/leaf-litter-ne-se.png
+share/wesnoth/data/core/images/terrain/grass/leaf-litter-ne.png
+share/wesnoth/data/core/images/terrain/grass/leaf-litter-nw-n-ne.png
+share/wesnoth/data/core/images/terrain/grass/leaf-litter-nw-n.png
+share/wesnoth/data/core/images/terrain/grass/leaf-litter-nw.png
+share/wesnoth/data/core/images/terrain/grass/leaf-litter-s-sw-nw.png
+share/wesnoth/data/core/images/terrain/grass/leaf-litter-s-sw.png
+share/wesnoth/data/core/images/terrain/grass/leaf-litter-s.png
+share/wesnoth/data/core/images/terrain/grass/leaf-litter-se-s-sw.png
+share/wesnoth/data/core/images/terrain/grass/leaf-litter-se-s.png
+share/wesnoth/data/core/images/terrain/grass/leaf-litter-se.png
+share/wesnoth/data/core/images/terrain/grass/leaf-litter-sw-nw-n.png
+share/wesnoth/data/core/images/terrain/grass/leaf-litter-sw-nw.png
+share/wesnoth/data/core/images/terrain/grass/leaf-litter-sw.png
+share/wesnoth/data/core/images/terrain/grass/leaf-litter.png
+share/wesnoth/data/core/images/terrain/grass/leaf-litter2.png
+share/wesnoth/data/core/images/terrain/grass/leaf-litter3.png
+share/wesnoth/data/core/images/terrain/grass/leaf-litter4.png
+share/wesnoth/data/core/images/terrain/grass/leaf-litter5.png
+share/wesnoth/data/core/images/terrain/grass/leaf-litter6.png
+share/wesnoth/data/core/images/terrain/grass/semi-dry-abrupt-n.png
+share/wesnoth/data/core/images/terrain/grass/semi-dry-abrupt-ne.png
+share/wesnoth/data/core/images/terrain/grass/semi-dry-abrupt-nw.png
+share/wesnoth/data/core/images/terrain/grass/semi-dry-abrupt-s.png
+share/wesnoth/data/core/images/terrain/grass/semi-dry-abrupt-se.png
+share/wesnoth/data/core/images/terrain/grass/semi-dry-abrupt-sw.png
+share/wesnoth/data/core/images/terrain/grass/semi-dry-long-n.png
+share/wesnoth/data/core/images/terrain/grass/semi-dry-long-ne.png
+share/wesnoth/data/core/images/terrain/grass/semi-dry-long-nw.png
+share/wesnoth/data/core/images/terrain/grass/semi-dry-long-s.png
+share/wesnoth/data/core/images/terrain/grass/semi-dry-long-se.png
+share/wesnoth/data/core/images/terrain/grass/semi-dry-long-sw.png
+share/wesnoth/data/core/images/terrain/grass/semi-dry-medium-n.png
+share/wesnoth/data/core/images/terrain/grass/semi-dry-medium-ne.png
+share/wesnoth/data/core/images/terrain/grass/semi-dry-medium-nw.png
+share/wesnoth/data/core/images/terrain/grass/semi-dry-medium-s.png
+share/wesnoth/data/core/images/terrain/grass/semi-dry-medium-se.png
+share/wesnoth/data/core/images/terrain/grass/semi-dry-medium-sw.png
+share/wesnoth/data/core/images/terrain/grass/semi-dry-n-ne-se.png
+share/wesnoth/data/core/images/terrain/grass/semi-dry-n-ne.png
+share/wesnoth/data/core/images/terrain/grass/semi-dry-n.png
+share/wesnoth/data/core/images/terrain/grass/semi-dry-ne-se-s.png
+share/wesnoth/data/core/images/terrain/grass/semi-dry-ne-se.png
+share/wesnoth/data/core/images/terrain/grass/semi-dry-ne.png
+share/wesnoth/data/core/images/terrain/grass/semi-dry-nw-n-ne.png
+share/wesnoth/data/core/images/terrain/grass/semi-dry-nw-n.png
+share/wesnoth/data/core/images/terrain/grass/semi-dry-nw.png
+share/wesnoth/data/core/images/terrain/grass/semi-dry-s-sw-nw.png
+share/wesnoth/data/core/images/terrain/grass/semi-dry-s-sw.png
+share/wesnoth/data/core/images/terrain/grass/semi-dry-s.png
+share/wesnoth/data/core/images/terrain/grass/semi-dry-se-s-sw.png
+share/wesnoth/data/core/images/terrain/grass/semi-dry-se-s.png
+share/wesnoth/data/core/images/terrain/grass/semi-dry-se.png
+share/wesnoth/data/core/images/terrain/grass/semi-dry-sw-nw-n.png
+share/wesnoth/data/core/images/terrain/grass/semi-dry-sw-nw.png
+share/wesnoth/data/core/images/terrain/grass/semi-dry-sw.png
+share/wesnoth/data/core/images/terrain/grass/semi-dry-symbol.png
+share/wesnoth/data/core/images/terrain/grass/semi-dry.png
+share/wesnoth/data/core/images/terrain/grass/semi-dry2.png
+share/wesnoth/data/core/images/terrain/grass/semi-dry3.png
+share/wesnoth/data/core/images/terrain/grass/semi-dry4.png
+share/wesnoth/data/core/images/terrain/grass/semi-dry5.png
+share/wesnoth/data/core/images/terrain/grass/semi-dry6.png
+share/wesnoth/data/core/images/terrain/grid-bottom.png
+share/wesnoth/data/core/images/terrain/grid-n.png
+share/wesnoth/data/core/images/terrain/grid-ne.png
+share/wesnoth/data/core/images/terrain/grid-nw.png
+share/wesnoth/data/core/images/terrain/grid-s.png
+share/wesnoth/data/core/images/terrain/grid-se.png
+share/wesnoth/data/core/images/terrain/grid-sw.png
+share/wesnoth/data/core/images/terrain/grid-top.png
share/wesnoth/data/core/images/terrain/grid.png
-share/wesnoth/data/core/images/terrain/hills-n-ne.png
-share/wesnoth/data/core/images/terrain/hills-n.png
-share/wesnoth/data/core/images/terrain/hills-ne.png
-share/wesnoth/data/core/images/terrain/hills-nw.png
-share/wesnoth/data/core/images/terrain/hills-s-sw.png
-share/wesnoth/data/core/images/terrain/hills-s.png
-share/wesnoth/data/core/images/terrain/hills-se.png
-share/wesnoth/data/core/images/terrain/hills-sw.png
-share/wesnoth/data/core/images/terrain/hills-variation.png
-share/wesnoth/data/core/images/terrain/hills-variation2.png
-share/wesnoth/data/core/images/terrain/hills-variation3.png
-share/wesnoth/data/core/images/terrain/ice-n-ne-se-s.png
-share/wesnoth/data/core/images/terrain/ice-n-ne.png
-share/wesnoth/data/core/images/terrain/ice-n.png
-share/wesnoth/data/core/images/terrain/ice-ne-se.png
-share/wesnoth/data/core/images/terrain/ice-ne.png
-share/wesnoth/data/core/images/terrain/ice-nw-n-ne.png
-share/wesnoth/data/core/images/terrain/ice-nw-n.png
-share/wesnoth/data/core/images/terrain/ice-nw.png
-share/wesnoth/data/core/images/terrain/ice-s-sw-nw-n.png
-share/wesnoth/data/core/images/terrain/ice-s-sw.png
-share/wesnoth/data/core/images/terrain/ice-s.png
-share/wesnoth/data/core/images/terrain/ice-se-s-sw.png
-share/wesnoth/data/core/images/terrain/ice-se-s.png
-share/wesnoth/data/core/images/terrain/ice-se.png
-share/wesnoth/data/core/images/terrain/ice-sw-nw.png
-share/wesnoth/data/core/images/terrain/ice-sw.png
-share/wesnoth/data/core/images/terrain/ice-to-water-n-ne-se-s.png
-share/wesnoth/data/core/images/terrain/ice-to-water-n-ne.png
-share/wesnoth/data/core/images/terrain/ice-to-water-n.png
-share/wesnoth/data/core/images/terrain/ice-to-water-ne-se.png
-share/wesnoth/data/core/images/terrain/ice-to-water-ne.png
-share/wesnoth/data/core/images/terrain/ice-to-water-nw-n-ne.png
-share/wesnoth/data/core/images/terrain/ice-to-water-nw-n.png
-share/wesnoth/data/core/images/terrain/ice-to-water-nw.png
-share/wesnoth/data/core/images/terrain/ice-to-water-s-sw-nw-n.png
-share/wesnoth/data/core/images/terrain/ice-to-water-s-sw.png
-share/wesnoth/data/core/images/terrain/ice-to-water-s.png
-share/wesnoth/data/core/images/terrain/ice-to-water-se-s-sw.png
-share/wesnoth/data/core/images/terrain/ice-to-water-se-s.png
-share/wesnoth/data/core/images/terrain/ice-to-water-se.png
-share/wesnoth/data/core/images/terrain/ice-to-water-sw-nw.png
-share/wesnoth/data/core/images/terrain/ice-to-water-sw.png
-share/wesnoth/data/core/images/terrain/ice.png
-share/wesnoth/data/core/images/terrain/ice2.png
-share/wesnoth/data/core/images/terrain/ice3.png
-share/wesnoth/data/core/images/terrain/ice4.png
-share/wesnoth/data/core/images/terrain/ice5.png
-share/wesnoth/data/core/images/terrain/ice6.png
+share/wesnoth/data/core/images/terrain/hills/desert-n-ne.png
+share/wesnoth/data/core/images/terrain/hills/desert-n.png
+share/wesnoth/data/core/images/terrain/hills/desert-ne.png
+share/wesnoth/data/core/images/terrain/hills/desert-nw.png
+share/wesnoth/data/core/images/terrain/hills/desert-s-sw.png
+share/wesnoth/data/core/images/terrain/hills/desert-s.png
+share/wesnoth/data/core/images/terrain/hills/desert-se.png
+share/wesnoth/data/core/images/terrain/hills/desert-sw.png
+share/wesnoth/data/core/images/terrain/hills/desert.png
+share/wesnoth/data/core/images/terrain/hills/desert2-s.png
+share/wesnoth/data/core/images/terrain/hills/desert2.png
+share/wesnoth/data/core/images/terrain/hills/desert3.png
+share/wesnoth/data/core/images/terrain/hills/dry-n-ne.png
+share/wesnoth/data/core/images/terrain/hills/dry-n.png
+share/wesnoth/data/core/images/terrain/hills/dry-ne.png
+share/wesnoth/data/core/images/terrain/hills/dry-nw.png
+share/wesnoth/data/core/images/terrain/hills/dry-s-sw.png
+share/wesnoth/data/core/images/terrain/hills/dry-s.png
+share/wesnoth/data/core/images/terrain/hills/dry-se.png
+share/wesnoth/data/core/images/terrain/hills/dry-sw.png
+share/wesnoth/data/core/images/terrain/hills/dry-to-water-n-ne.png
+share/wesnoth/data/core/images/terrain/hills/dry-to-water-n.png
+share/wesnoth/data/core/images/terrain/hills/dry-to-water-ne-se.png
+share/wesnoth/data/core/images/terrain/hills/dry-to-water-ne.png
+share/wesnoth/data/core/images/terrain/hills/dry-to-water-nw-n.png
+share/wesnoth/data/core/images/terrain/hills/dry-to-water-nw.png
+share/wesnoth/data/core/images/terrain/hills/dry-to-water-s-sw.png
+share/wesnoth/data/core/images/terrain/hills/dry-to-water-s.png
+share/wesnoth/data/core/images/terrain/hills/dry-to-water-se-s.png
+share/wesnoth/data/core/images/terrain/hills/dry-to-water-se.png
+share/wesnoth/data/core/images/terrain/hills/dry-to-water-sw-nw.png
+share/wesnoth/data/core/images/terrain/hills/dry-to-water-sw.png
+share/wesnoth/data/core/images/terrain/hills/dry-to-water2-s-sw.png
+share/wesnoth/data/core/images/terrain/hills/dry-to-water2-s.png
+share/wesnoth/data/core/images/terrain/hills/dry-to-water2-se-s.png
+share/wesnoth/data/core/images/terrain/hills/dry.png
+share/wesnoth/data/core/images/terrain/hills/dry2-s.png
+share/wesnoth/data/core/images/terrain/hills/dry2-se.png
+share/wesnoth/data/core/images/terrain/hills/dry2-sw.png
+share/wesnoth/data/core/images/terrain/hills/dry2.png
+share/wesnoth/data/core/images/terrain/hills/dry3.png
+share/wesnoth/data/core/images/terrain/hills/regular-n-ne.png
+share/wesnoth/data/core/images/terrain/hills/regular-n.png
+share/wesnoth/data/core/images/terrain/hills/regular-ne.png
+share/wesnoth/data/core/images/terrain/hills/regular-nw.png
+share/wesnoth/data/core/images/terrain/hills/regular-s-sw.png
+share/wesnoth/data/core/images/terrain/hills/regular-s.png
+share/wesnoth/data/core/images/terrain/hills/regular-se.png
+share/wesnoth/data/core/images/terrain/hills/regular-sw.png
+share/wesnoth/data/core/images/terrain/hills/regular-to-water-n-ne.png
+share/wesnoth/data/core/images/terrain/hills/regular-to-water-n.png
+share/wesnoth/data/core/images/terrain/hills/regular-to-water-ne-se.png
+share/wesnoth/data/core/images/terrain/hills/regular-to-water-ne.png
+share/wesnoth/data/core/images/terrain/hills/regular-to-water-nw-n.png
+share/wesnoth/data/core/images/terrain/hills/regular-to-water-nw.png
+share/wesnoth/data/core/images/terrain/hills/regular-to-water-s-sw.png
+share/wesnoth/data/core/images/terrain/hills/regular-to-water-s.png
+share/wesnoth/data/core/images/terrain/hills/regular-to-water-se-s.png
+share/wesnoth/data/core/images/terrain/hills/regular-to-water-se.png
+share/wesnoth/data/core/images/terrain/hills/regular-to-water-sw-nw.png
+share/wesnoth/data/core/images/terrain/hills/regular-to-water-sw.png
+share/wesnoth/data/core/images/terrain/hills/regular-to-water2-s-sw.png
+share/wesnoth/data/core/images/terrain/hills/regular-to-water2-s.png
+share/wesnoth/data/core/images/terrain/hills/regular-to-water2-se-s.png
+share/wesnoth/data/core/images/terrain/hills/regular.png
+share/wesnoth/data/core/images/terrain/hills/regular2-s.png
+share/wesnoth/data/core/images/terrain/hills/regular2-se.png
+share/wesnoth/data/core/images/terrain/hills/regular2-sw.png
+share/wesnoth/data/core/images/terrain/hills/regular2.png
+share/wesnoth/data/core/images/terrain/hills/regular3.png
+share/wesnoth/data/core/images/terrain/hills/snow-n-ne.png
+share/wesnoth/data/core/images/terrain/hills/snow-n.png
+share/wesnoth/data/core/images/terrain/hills/snow-ne.png
+share/wesnoth/data/core/images/terrain/hills/snow-nw.png
+share/wesnoth/data/core/images/terrain/hills/snow-s-sw.png
+share/wesnoth/data/core/images/terrain/hills/snow-s.png
+share/wesnoth/data/core/images/terrain/hills/snow-se.png
+share/wesnoth/data/core/images/terrain/hills/snow-sw.png
+share/wesnoth/data/core/images/terrain/hills/snow-to-hills-n-ne.png
+share/wesnoth/data/core/images/terrain/hills/snow-to-hills-n.png
+share/wesnoth/data/core/images/terrain/hills/snow-to-hills-ne-se.png
+share/wesnoth/data/core/images/terrain/hills/snow-to-hills-ne.png
+share/wesnoth/data/core/images/terrain/hills/snow-to-hills-nw-n.png
+share/wesnoth/data/core/images/terrain/hills/snow-to-hills-nw.png
+share/wesnoth/data/core/images/terrain/hills/snow-to-hills-s-sw.png
+share/wesnoth/data/core/images/terrain/hills/snow-to-hills-s.png
+share/wesnoth/data/core/images/terrain/hills/snow-to-hills-se-s.png
+share/wesnoth/data/core/images/terrain/hills/snow-to-hills-se.png
+share/wesnoth/data/core/images/terrain/hills/snow-to-hills-sw-nw.png
+share/wesnoth/data/core/images/terrain/hills/snow-to-hills-sw.png
+share/wesnoth/data/core/images/terrain/hills/snow-to-water-n-ne.png
+share/wesnoth/data/core/images/terrain/hills/snow-to-water-n.png
+share/wesnoth/data/core/images/terrain/hills/snow-to-water-ne.png
+share/wesnoth/data/core/images/terrain/hills/snow-to-water-nw-n.png
+share/wesnoth/data/core/images/terrain/hills/snow-to-water-nw.png
+share/wesnoth/data/core/images/terrain/hills/snow-to-water-s-sw.png
+share/wesnoth/data/core/images/terrain/hills/snow-to-water-s.png
+share/wesnoth/data/core/images/terrain/hills/snow-to-water-se-s.png
+share/wesnoth/data/core/images/terrain/hills/snow-to-water-se.png
+share/wesnoth/data/core/images/terrain/hills/snow-to-water-sw.png
+share/wesnoth/data/core/images/terrain/hills/snow.png
+share/wesnoth/data/core/images/terrain/hills/snow2-s.png
+share/wesnoth/data/core/images/terrain/hills/snow2-se.png
+share/wesnoth/data/core/images/terrain/hills/snow2-sw.png
+share/wesnoth/data/core/images/terrain/hills/snow2.png
+share/wesnoth/data/core/images/terrain/hills/snow3.png
share/wesnoth/data/core/images/terrain/impassable-editor.png
-share/wesnoth/data/core/images/terrain/keep-overlay-editor.png
-share/wesnoth/data/core/images/terrain/lava-chasm-ccw-bl.png
-share/wesnoth/data/core/images/terrain/lava-chasm-ccw-br.png
-share/wesnoth/data/core/images/terrain/lava-chasm-ccw-l.png
-share/wesnoth/data/core/images/terrain/lava-chasm-ccw-r.png
-share/wesnoth/data/core/images/terrain/lava-chasm-ccw-tl.png
-share/wesnoth/data/core/images/terrain/lava-chasm-ccw-tr.png
-share/wesnoth/data/core/images/terrain/lava-chasm-concave-bl.png
-share/wesnoth/data/core/images/terrain/lava-chasm-concave-br.png
-share/wesnoth/data/core/images/terrain/lava-chasm-concave-l.png
-share/wesnoth/data/core/images/terrain/lava-chasm-concave-r.png
-share/wesnoth/data/core/images/terrain/lava-chasm-concave-tl.png
-share/wesnoth/data/core/images/terrain/lava-chasm-concave-tr.png
-share/wesnoth/data/core/images/terrain/lava-chasm-convex-bl.png
-share/wesnoth/data/core/images/terrain/lava-chasm-convex-br.png
-share/wesnoth/data/core/images/terrain/lava-chasm-convex-l.png
-share/wesnoth/data/core/images/terrain/lava-chasm-convex-r.png
-share/wesnoth/data/core/images/terrain/lava-chasm-convex-tl.png
-share/wesnoth/data/core/images/terrain/lava-chasm-convex-tr.png
-share/wesnoth/data/core/images/terrain/lava-chasm-cw-bl.png
-share/wesnoth/data/core/images/terrain/lava-chasm-cw-br.png
-share/wesnoth/data/core/images/terrain/lava-chasm-cw-l.png
-share/wesnoth/data/core/images/terrain/lava-chasm-cw-r.png
-share/wesnoth/data/core/images/terrain/lava-chasm-cw-tl.png
-share/wesnoth/data/core/images/terrain/lava-chasm-cw-tr.png
-share/wesnoth/data/core/images/terrain/lava-chasm-tile.png
-share/wesnoth/data/core/images/terrain/lava-concave-bl.png
-share/wesnoth/data/core/images/terrain/lava-concave-br.png
-share/wesnoth/data/core/images/terrain/lava-concave-l.png
-share/wesnoth/data/core/images/terrain/lava-concave-r.png
-share/wesnoth/data/core/images/terrain/lava-concave-tl.png
-share/wesnoth/data/core/images/terrain/lava-concave-tr.png
-share/wesnoth/data/core/images/terrain/lava-convex-bl.png
-share/wesnoth/data/core/images/terrain/lava-convex-br.png
-share/wesnoth/data/core/images/terrain/lava-convex-l.png
-share/wesnoth/data/core/images/terrain/lava-convex-r.png
-share/wesnoth/data/core/images/terrain/lava-convex-tl.png
-share/wesnoth/data/core/images/terrain/lava-convex-tr.png
-share/wesnoth/data/core/images/terrain/lava-n-ne-se-s.png
-share/wesnoth/data/core/images/terrain/lava-n-ne-se.png
-share/wesnoth/data/core/images/terrain/lava-n-ne.png
-share/wesnoth/data/core/images/terrain/lava-n.png
-share/wesnoth/data/core/images/terrain/lava-ne-se-s.png
-share/wesnoth/data/core/images/terrain/lava-ne-se.png
-share/wesnoth/data/core/images/terrain/lava-ne.png
-share/wesnoth/data/core/images/terrain/lava-nw-n-ne.png
-share/wesnoth/data/core/images/terrain/lava-nw-n.png
-share/wesnoth/data/core/images/terrain/lava-nw.png
-share/wesnoth/data/core/images/terrain/lava-s-sw-nw-n.png
-share/wesnoth/data/core/images/terrain/lava-s-sw-nw.png
-share/wesnoth/data/core/images/terrain/lava-s-sw.png
-share/wesnoth/data/core/images/terrain/lava-s.png
-share/wesnoth/data/core/images/terrain/lava-se-s-sw.png
-share/wesnoth/data/core/images/terrain/lava-se-s.png
-share/wesnoth/data/core/images/terrain/lava-se.png
-share/wesnoth/data/core/images/terrain/lava-sw-nw-n.png
-share/wesnoth/data/core/images/terrain/lava-sw-nw.png
-share/wesnoth/data/core/images/terrain/lava-sw.png
-share/wesnoth/data/core/images/terrain/lava.png
-share/wesnoth/data/core/images/terrain/lava2.png
-share/wesnoth/data/core/images/terrain/lava3.png
+share/wesnoth/data/core/images/terrain/interior/wood-regular-n-ne.png
+share/wesnoth/data/core/images/terrain/interior/wood-regular-n.png
+share/wesnoth/data/core/images/terrain/interior/wood-regular-ne.png
+share/wesnoth/data/core/images/terrain/interior/wood-regular-nw-n-ne.png
+share/wesnoth/data/core/images/terrain/interior/wood-regular-nw-n.png
+share/wesnoth/data/core/images/terrain/interior/wood-regular-nw.png
+share/wesnoth/data/core/images/terrain/interior/wood-regular-s-sw.png
+share/wesnoth/data/core/images/terrain/interior/wood-regular-s.png
+share/wesnoth/data/core/images/terrain/interior/wood-regular-se-s-sw.png
+share/wesnoth/data/core/images/terrain/interior/wood-regular-se-s.png
+share/wesnoth/data/core/images/terrain/interior/wood-regular-se.png
+share/wesnoth/data/core/images/terrain/interior/wood-regular-sw.png
+share/wesnoth/data/core/images/terrain/interior/wood-regular.png
+share/wesnoth/data/core/images/terrain/interior/wood-regular2.png
+share/wesnoth/data/core/images/terrain/interior/wood-regular3.png
+share/wesnoth/data/core/images/terrain/interior/wood-tan-debris.png
+share/wesnoth/data/core/images/terrain/interior/wood-tan-debris2.png
+share/wesnoth/data/core/images/terrain/interior/wood-tan-debris3.png
+share/wesnoth/data/core/images/terrain/interior/wood-tan-debris4.png
+share/wesnoth/data/core/images/terrain/interior/wood-tan-debris5.png
+share/wesnoth/data/core/images/terrain/interior/wood-tan-debris6.png
+share/wesnoth/data/core/images/terrain/interior/wood-tan-debris7.png
+share/wesnoth/data/core/images/terrain/interior/wood-tan-debris8.png
+share/wesnoth/data/core/images/terrain/interior/wood-tan.png
+share/wesnoth/data/core/images/terrain/interior/wood-tan2.png
+share/wesnoth/data/core/images/terrain/interior/wood-tan3.png
+share/wesnoth/data/core/images/terrain/interior/wood-tan4.png
+share/wesnoth/data/core/images/terrain/light-n.png
+share/wesnoth/data/core/images/terrain/light-ne.png
+share/wesnoth/data/core/images/terrain/light-nw.png
+share/wesnoth/data/core/images/terrain/light-s.png
+share/wesnoth/data/core/images/terrain/light-se.png
+share/wesnoth/data/core/images/terrain/light-sw.png
+share/wesnoth/data/core/images/terrain/light.png
share/wesnoth/data/core/images/terrain/mask.png
-share/wesnoth/data/core/images/terrain/mountain-tile.png
-share/wesnoth/data/core/images/terrain/mountain5_1.png
-share/wesnoth/data/core/images/terrain/mountain5_2.png
-share/wesnoth/data/core/images/terrain/mountain5_3.png
-share/wesnoth/data/core/images/terrain/mountain6_1.png
-share/wesnoth/data/core/images/terrain/mountain6_2.png
-share/wesnoth/data/core/images/terrain/mountain6_3.png
-share/wesnoth/data/core/images/terrain/mountain_peak.png
-share/wesnoth/data/core/images/terrain/mountain_peak2.png
-share/wesnoth/data/core/images/terrain/mountain_peak3.png
-share/wesnoth/data/core/images/terrain/mountain_peak4.png
-share/wesnoth/data/core/images/terrain/mountain_peak5.png
-share/wesnoth/data/core/images/terrain/mountain_peak_large1.png
-share/wesnoth/data/core/images/terrain/mountain_peak_large2.png
-share/wesnoth/data/core/images/terrain/mountain_peak_range1_1.png
-share/wesnoth/data/core/images/terrain/mountain_peak_range1_2.png
-share/wesnoth/data/core/images/terrain/mountain_range1_1.png
-share/wesnoth/data/core/images/terrain/mountain_range1_2.png
-share/wesnoth/data/core/images/terrain/mountain_range1_3.png
-share/wesnoth/data/core/images/terrain/mountain_range2_1.png
-share/wesnoth/data/core/images/terrain/mountain_range2_2.png
-share/wesnoth/data/core/images/terrain/mountain_range2_3.png
-share/wesnoth/data/core/images/terrain/mountain_range3_1.png
-share/wesnoth/data/core/images/terrain/mountain_range3_2.png
-share/wesnoth/data/core/images/terrain/mountain_range3_3.png
-share/wesnoth/data/core/images/terrain/mountain_range3_4.png
-share/wesnoth/data/core/images/terrain/mountain_range3_5.png
-share/wesnoth/data/core/images/terrain/mountain_range4_1.png
-share/wesnoth/data/core/images/terrain/mountain_range4_2.png
-share/wesnoth/data/core/images/terrain/mountain_range4_3.png
-share/wesnoth/data/core/images/terrain/mountain_range4_4.png
-share/wesnoth/data/core/images/terrain/mountain_range4_5.png
-share/wesnoth/data/core/images/terrain/mountains-castle-n-ne.png
-share/wesnoth/data/core/images/terrain/mountains-castle-n.png
-share/wesnoth/data/core/images/terrain/mountains-castle-ne.png
-share/wesnoth/data/core/images/terrain/mountains-castle-nw-n.png
-share/wesnoth/data/core/images/terrain/mountains-castle-nw.png
-share/wesnoth/data/core/images/terrain/mountains-castle-s.png
-share/wesnoth/data/core/images/terrain/mountains-castle-se.png
-share/wesnoth/data/core/images/terrain/mountains-castle-sw-nw.png
-share/wesnoth/data/core/images/terrain/mountains-castle-sw.png
-share/wesnoth/data/core/images/terrain/mountains-n-ne.png
-share/wesnoth/data/core/images/terrain/mountains-n.png
-share/wesnoth/data/core/images/terrain/mountains-ne.png
-share/wesnoth/data/core/images/terrain/mountains-nw-n.png
-share/wesnoth/data/core/images/terrain/mountains-nw.png
-share/wesnoth/data/core/images/terrain/mountains-small-n-ne.png
-share/wesnoth/data/core/images/terrain/mountains-small-n.png
-share/wesnoth/data/core/images/terrain/mountains-small-ne.png
-share/wesnoth/data/core/images/terrain/mountains-small-nw-n.png
-share/wesnoth/data/core/images/terrain/mountains-small-nw.png
-share/wesnoth/data/core/images/terrain/mountains.png
-share/wesnoth/data/core/images/terrain/mountains2.png
-share/wesnoth/data/core/images/terrain/mountains3.png
+share/wesnoth/data/core/images/terrain/misc/rails-end-n.png
+share/wesnoth/data/core/images/terrain/misc/rails-end-ne.png
+share/wesnoth/data/core/images/terrain/misc/rails-end-nw.png
+share/wesnoth/data/core/images/terrain/misc/rails-end-se.png
+share/wesnoth/data/core/images/terrain/misc/rails-end-sw.png
+share/wesnoth/data/core/images/terrain/misc/rails-n-s.png
+share/wesnoth/data/core/images/terrain/misc/rails-n-se-sw.png
+share/wesnoth/data/core/images/terrain/misc/rails-n-se.png
+share/wesnoth/data/core/images/terrain/misc/rails-ne-s-nw.png
+share/wesnoth/data/core/images/terrain/misc/rails-ne-s.png
+share/wesnoth/data/core/images/terrain/misc/rails-ne-sw.png
+share/wesnoth/data/core/images/terrain/misc/rails-nw-ne.png
+share/wesnoth/data/core/images/terrain/misc/rails-s-nw.png
+share/wesnoth/data/core/images/terrain/misc/rails-se-nw.png
+share/wesnoth/data/core/images/terrain/misc/rails-se-sw.png
+share/wesnoth/data/core/images/terrain/misc/rails-sw-n.png
+share/wesnoth/data/core/images/terrain/misc/rails-switch-nesw-n.png
+share/wesnoth/data/core/images/terrain/misc/rails-switch-nesw-nw.png
+share/wesnoth/data/core/images/terrain/misc/rails-switch-nesw-s.png
+share/wesnoth/data/core/images/terrain/misc/rails-switch-nesw-se.png
+share/wesnoth/data/core/images/terrain/misc/rails-switch-ns-ne.png
+share/wesnoth/data/core/images/terrain/misc/rails-switch-ns-nw.png
+share/wesnoth/data/core/images/terrain/misc/rails-switch-ns-se.png
+share/wesnoth/data/core/images/terrain/misc/rails-switch-ns-sw.png
+share/wesnoth/data/core/images/terrain/misc/rails-switch-nwse-n.png
+share/wesnoth/data/core/images/terrain/misc/rails-switch-nwse-ne.png
+share/wesnoth/data/core/images/terrain/misc/rails-switch-nwse-s.png
+share/wesnoth/data/core/images/terrain/misc/rails-switch-nwse-sw.png
+share/wesnoth/data/core/images/terrain/misc/rubble-tile.png
+share/wesnoth/data/core/images/terrain/misc/rubble.png
+share/wesnoth/data/core/images/terrain/misc/rubble2.png
+share/wesnoth/data/core/images/terrain/misc/rubble3.png
+share/wesnoth/data/core/images/terrain/misc/windmill-A01.png
+share/wesnoth/data/core/images/terrain/misc/windmill-A02.png
+share/wesnoth/data/core/images/terrain/misc/windmill-A03.png
+share/wesnoth/data/core/images/terrain/misc/windmill-A04.png
+share/wesnoth/data/core/images/terrain/misc/windmill-A05.png
+share/wesnoth/data/core/images/terrain/misc/windmill-A06.png
+share/wesnoth/data/core/images/terrain/misc/windmill-A07.png
+share/wesnoth/data/core/images/terrain/misc/windmill-A08.png
+share/wesnoth/data/core/images/terrain/misc/windmill-A09.png
+share/wesnoth/data/core/images/terrain/misc/windmill-A10.png
+share/wesnoth/data/core/images/terrain/misc/windmill-A11.png
+share/wesnoth/data/core/images/terrain/misc/windmill-A12.png
+share/wesnoth/data/core/images/terrain/misc/windmill-A13.png
+share/wesnoth/data/core/images/terrain/misc/windmill-A14.png
+share/wesnoth/data/core/images/terrain/misc/windmill-A15.png
+share/wesnoth/data/core/images/terrain/misc/windmill-A16.png
+share/wesnoth/data/core/images/terrain/misc/windmill-A17.png
+share/wesnoth/data/core/images/terrain/misc/windmill-A18.png
+share/wesnoth/data/core/images/terrain/misc/windmill-embellishment-tile.png
+share/wesnoth/data/core/images/terrain/misc/windmill-tile.png
+share/wesnoth/data/core/images/terrain/mountains/basic-castle-n-ne.png
+share/wesnoth/data/core/images/terrain/mountains/basic-castle-n.png
+share/wesnoth/data/core/images/terrain/mountains/basic-castle-ne.png
+share/wesnoth/data/core/images/terrain/mountains/basic-castle-nw-n.png
+share/wesnoth/data/core/images/terrain/mountains/basic-castle-nw.png
+share/wesnoth/data/core/images/terrain/mountains/basic-castle-s.png
+share/wesnoth/data/core/images/terrain/mountains/basic-castle-se.png
+share/wesnoth/data/core/images/terrain/mountains/basic-castle-sw-nw.png
+share/wesnoth/data/core/images/terrain/mountains/basic-castle-sw.png
+share/wesnoth/data/core/images/terrain/mountains/basic-n-ne.png
+share/wesnoth/data/core/images/terrain/mountains/basic-n.png
+share/wesnoth/data/core/images/terrain/mountains/basic-ne.png
+share/wesnoth/data/core/images/terrain/mountains/basic-nw-n.png
+share/wesnoth/data/core/images/terrain/mountains/basic-nw.png
+share/wesnoth/data/core/images/terrain/mountains/basic-small-n-ne.png
+share/wesnoth/data/core/images/terrain/mountains/basic-small-n.png
+share/wesnoth/data/core/images/terrain/mountains/basic-small-ne.png
+share/wesnoth/data/core/images/terrain/mountains/basic-small-nw-n.png
+share/wesnoth/data/core/images/terrain/mountains/basic-small-nw.png
+share/wesnoth/data/core/images/terrain/mountains/basic-tile.png
+share/wesnoth/data/core/images/terrain/mountains/basic.png
+share/wesnoth/data/core/images/terrain/mountains/basic2.png
+share/wesnoth/data/core/images/terrain/mountains/basic3.png
+share/wesnoth/data/core/images/terrain/mountains/basic5_1.png
+share/wesnoth/data/core/images/terrain/mountains/basic5_2.png
+share/wesnoth/data/core/images/terrain/mountains/basic5_3.png
+share/wesnoth/data/core/images/terrain/mountains/basic6_1.png
+share/wesnoth/data/core/images/terrain/mountains/basic6_2.png
+share/wesnoth/data/core/images/terrain/mountains/basic6_3.png
+share/wesnoth/data/core/images/terrain/mountains/basic_range1_1.png
+share/wesnoth/data/core/images/terrain/mountains/basic_range1_2.png
+share/wesnoth/data/core/images/terrain/mountains/basic_range1_3.png
+share/wesnoth/data/core/images/terrain/mountains/basic_range2_1.png
+share/wesnoth/data/core/images/terrain/mountains/basic_range2_2.png
+share/wesnoth/data/core/images/terrain/mountains/basic_range2_3.png
+share/wesnoth/data/core/images/terrain/mountains/basic_range3_1.png
+share/wesnoth/data/core/images/terrain/mountains/basic_range3_2.png
+share/wesnoth/data/core/images/terrain/mountains/basic_range3_3.png
+share/wesnoth/data/core/images/terrain/mountains/basic_range3_4.png
+share/wesnoth/data/core/images/terrain/mountains/basic_range3_5.png
+share/wesnoth/data/core/images/terrain/mountains/basic_range4_1.png
+share/wesnoth/data/core/images/terrain/mountains/basic_range4_2.png
+share/wesnoth/data/core/images/terrain/mountains/basic_range4_3.png
+share/wesnoth/data/core/images/terrain/mountains/basic_range4_4.png
+share/wesnoth/data/core/images/terrain/mountains/basic_range4_5.png
+share/wesnoth/data/core/images/terrain/mountains/blend-from-chasm-s.png
+share/wesnoth/data/core/images/terrain/mountains/blend-from-chasm-se.png
+share/wesnoth/data/core/images/terrain/mountains/blend-from-chasm-sw.png
+share/wesnoth/data/core/images/terrain/mountains/blend-from-dry-s.png
+share/wesnoth/data/core/images/terrain/mountains/blend-from-dry-se.png
+share/wesnoth/data/core/images/terrain/mountains/blend-from-dry-sw.png
+share/wesnoth/data/core/images/terrain/mountains/cloud-desert-tile.png
+share/wesnoth/data/core/images/terrain/mountains/cloud-snow-tile.png
+share/wesnoth/data/core/images/terrain/mountains/cloud-tile.png
+share/wesnoth/data/core/images/terrain/mountains/cloud.png
+share/wesnoth/data/core/images/terrain/mountains/cloud2.png
+share/wesnoth/data/core/images/terrain/mountains/cloud3.png
+share/wesnoth/data/core/images/terrain/mountains/dry-castle-n-ne.png
+share/wesnoth/data/core/images/terrain/mountains/dry-castle-n.png
+share/wesnoth/data/core/images/terrain/mountains/dry-castle-ne.png
+share/wesnoth/data/core/images/terrain/mountains/dry-castle-nw-n.png
+share/wesnoth/data/core/images/terrain/mountains/dry-castle-nw.png
+share/wesnoth/data/core/images/terrain/mountains/dry-castle-s.png
+share/wesnoth/data/core/images/terrain/mountains/dry-castle-se.png
+share/wesnoth/data/core/images/terrain/mountains/dry-castle-sw-nw.png
+share/wesnoth/data/core/images/terrain/mountains/dry-castle-sw.png
+share/wesnoth/data/core/images/terrain/mountains/dry-n-ne.png
+share/wesnoth/data/core/images/terrain/mountains/dry-n.png
+share/wesnoth/data/core/images/terrain/mountains/dry-ne.png
+share/wesnoth/data/core/images/terrain/mountains/dry-nw.png
+share/wesnoth/data/core/images/terrain/mountains/dry-tile.png
+share/wesnoth/data/core/images/terrain/mountains/dry.png
+share/wesnoth/data/core/images/terrain/mountains/dry2.png
+share/wesnoth/data/core/images/terrain/mountains/dry3.png
+share/wesnoth/data/core/images/terrain/mountains/dry5_1.png
+share/wesnoth/data/core/images/terrain/mountains/dry5_2.png
+share/wesnoth/data/core/images/terrain/mountains/dry5_3.png
+share/wesnoth/data/core/images/terrain/mountains/dry6_1.png
+share/wesnoth/data/core/images/terrain/mountains/dry6_2.png
+share/wesnoth/data/core/images/terrain/mountains/dry6_3.png
+share/wesnoth/data/core/images/terrain/mountains/dry_range1_1.png
+share/wesnoth/data/core/images/terrain/mountains/dry_range1_2.png
+share/wesnoth/data/core/images/terrain/mountains/dry_range1_3.png
+share/wesnoth/data/core/images/terrain/mountains/dry_range2_1.png
+share/wesnoth/data/core/images/terrain/mountains/dry_range2_2.png
+share/wesnoth/data/core/images/terrain/mountains/dry_range2_3.png
+share/wesnoth/data/core/images/terrain/mountains/dry_range3_1.png
+share/wesnoth/data/core/images/terrain/mountains/dry_range3_2.png
+share/wesnoth/data/core/images/terrain/mountains/dry_range3_3.png
+share/wesnoth/data/core/images/terrain/mountains/dry_range3_4.png
+share/wesnoth/data/core/images/terrain/mountains/dry_range3_5.png
+share/wesnoth/data/core/images/terrain/mountains/dry_range4_1.png
+share/wesnoth/data/core/images/terrain/mountains/dry_range4_2.png
+share/wesnoth/data/core/images/terrain/mountains/dry_range4_3.png
+share/wesnoth/data/core/images/terrain/mountains/dry_range4_4.png
+share/wesnoth/data/core/images/terrain/mountains/dry_range4_5.png
+share/wesnoth/data/core/images/terrain/mountains/peak.png
+share/wesnoth/data/core/images/terrain/mountains/peak2.png
+share/wesnoth/data/core/images/terrain/mountains/peak3.png
+share/wesnoth/data/core/images/terrain/mountains/peak4.png
+share/wesnoth/data/core/images/terrain/mountains/peak5.png
+share/wesnoth/data/core/images/terrain/mountains/peak_large1.png
+share/wesnoth/data/core/images/terrain/mountains/peak_large2.png
+share/wesnoth/data/core/images/terrain/mountains/peak_range1_1.png
+share/wesnoth/data/core/images/terrain/mountains/peak_range1_2.png
+share/wesnoth/data/core/images/terrain/mountains/snow-tile.png
+share/wesnoth/data/core/images/terrain/mountains/snow.png
+share/wesnoth/data/core/images/terrain/mountains/snow2.png
+share/wesnoth/data/core/images/terrain/mountains/snow3.png
+share/wesnoth/data/core/images/terrain/mountains/snow5_1.png
+share/wesnoth/data/core/images/terrain/mountains/snow5_2.png
+share/wesnoth/data/core/images/terrain/mountains/snow5_3.png
+share/wesnoth/data/core/images/terrain/mountains/snow6_1.png
+share/wesnoth/data/core/images/terrain/mountains/snow6_2.png
+share/wesnoth/data/core/images/terrain/mountains/snow6_3.png
+share/wesnoth/data/core/images/terrain/mountains/volcano-small.png
+share/wesnoth/data/core/images/terrain/mountains/volcano-tile.png
+share/wesnoth/data/core/images/terrain/mountains/volcano.png
+share/wesnoth/data/core/images/terrain/mountains/volcano6_1.png
+share/wesnoth/data/core/images/terrain/mountains/volcano6_2.png
+share/wesnoth/data/core/images/terrain/mountains/volcano6_3.png
share/wesnoth/data/core/images/terrain/off-map/alpha.png
share/wesnoth/data/core/images/terrain/off-map/background.png
+share/wesnoth/data/core/images/terrain/off-map/border-n-ne-se-s.png
+share/wesnoth/data/core/images/terrain/off-map/border-n-ne-se.png
+share/wesnoth/data/core/images/terrain/off-map/border-n-ne.png
+share/wesnoth/data/core/images/terrain/off-map/border-n.png
+share/wesnoth/data/core/images/terrain/off-map/border-ne-se-s-sw-nw-n.png
+share/wesnoth/data/core/images/terrain/off-map/border-ne-se-s-sw.png
+share/wesnoth/data/core/images/terrain/off-map/border-ne-se-s.png
+share/wesnoth/data/core/images/terrain/off-map/border-ne-se.png
+share/wesnoth/data/core/images/terrain/off-map/border-ne.png
+share/wesnoth/data/core/images/terrain/off-map/border-nw-n-ne-se.png
+share/wesnoth/data/core/images/terrain/off-map/border-nw-n-ne.png
+share/wesnoth/data/core/images/terrain/off-map/border-nw-n.png
+share/wesnoth/data/core/images/terrain/off-map/border-nw.png
+share/wesnoth/data/core/images/terrain/off-map/border-s-sw-nw-n.png
+share/wesnoth/data/core/images/terrain/off-map/border-s-sw-nw.png
+share/wesnoth/data/core/images/terrain/off-map/border-s-sw.png
+share/wesnoth/data/core/images/terrain/off-map/border-s.png
+share/wesnoth/data/core/images/terrain/off-map/border-se-s-sw-nw.png
+share/wesnoth/data/core/images/terrain/off-map/border-se-s-sw.png
+share/wesnoth/data/core/images/terrain/off-map/border-se-s.png
+share/wesnoth/data/core/images/terrain/off-map/border-se.png
+share/wesnoth/data/core/images/terrain/off-map/border-sw-nw-n-ne.png
+share/wesnoth/data/core/images/terrain/off-map/border-sw-nw-n.png
+share/wesnoth/data/core/images/terrain/off-map/border-sw-nw.png
+share/wesnoth/data/core/images/terrain/off-map/border-sw.png
+share/wesnoth/data/core/images/terrain/off-map/border.png
share/wesnoth/data/core/images/terrain/off-map/fade_border_bottom_even.png
share/wesnoth/data/core/images/terrain/off-map/fade_border_bottom_even_editor.png
share/wesnoth/data/core/images/terrain/off-map/fade_border_bottom_odd.png
@@ -4584,149 +5675,159 @@ share/wesnoth/data/core/images/terrain/off-map/fade_corner_top_right_even_editor
share/wesnoth/data/core/images/terrain/off-map/fade_corner_top_right_odd.png
share/wesnoth/data/core/images/terrain/off-map/fade_corner_top_right_odd_editor.png
share/wesnoth/data/core/images/terrain/off-map/offmap-editor.png
-share/wesnoth/data/core/images/terrain/sand-n-ne-se.png
-share/wesnoth/data/core/images/terrain/sand-n-ne.png
-share/wesnoth/data/core/images/terrain/sand-n.png
-share/wesnoth/data/core/images/terrain/sand-ne-se-s.png
-share/wesnoth/data/core/images/terrain/sand-ne-se.png
-share/wesnoth/data/core/images/terrain/sand-ne.png
-share/wesnoth/data/core/images/terrain/sand-nw-n-ne.png
-share/wesnoth/data/core/images/terrain/sand-nw-n.png
-share/wesnoth/data/core/images/terrain/sand-nw.png
-share/wesnoth/data/core/images/terrain/sand-rock1.png
-share/wesnoth/data/core/images/terrain/sand-rock2.png
-share/wesnoth/data/core/images/terrain/sand-rock3.png
-share/wesnoth/data/core/images/terrain/sand-s-sw-nw.png
-share/wesnoth/data/core/images/terrain/sand-s-sw.png
-share/wesnoth/data/core/images/terrain/sand-s.png
-share/wesnoth/data/core/images/terrain/sand-se-s-sw.png
-share/wesnoth/data/core/images/terrain/sand-se-s.png
-share/wesnoth/data/core/images/terrain/sand-se.png
-share/wesnoth/data/core/images/terrain/sand-sw-nw-n.png
-share/wesnoth/data/core/images/terrain/sand-sw-nw.png
-share/wesnoth/data/core/images/terrain/sand-sw.png
-share/wesnoth/data/core/images/terrain/sand.png
-share/wesnoth/data/core/images/terrain/sand2.png
-share/wesnoth/data/core/images/terrain/sand3.png
-share/wesnoth/data/core/images/terrain/sand4.png
-share/wesnoth/data/core/images/terrain/sand5.png
-share/wesnoth/data/core/images/terrain/sand6.png
-share/wesnoth/data/core/images/terrain/sand7.png
-share/wesnoth/data/core/images/terrain/sand8.png
-share/wesnoth/data/core/images/terrain/sand_rubble-tile.png
-share/wesnoth/data/core/images/terrain/sand_rubble.png
-share/wesnoth/data/core/images/terrain/sand_rubble2.png
-share/wesnoth/data/core/images/terrain/sand_rubble3.png
-share/wesnoth/data/core/images/terrain/shroud-editor.png
-share/wesnoth/data/core/images/terrain/snow-hills-n-ne.png
-share/wesnoth/data/core/images/terrain/snow-hills-n.png
-share/wesnoth/data/core/images/terrain/snow-hills-ne.png
-share/wesnoth/data/core/images/terrain/snow-hills-nw.png
-share/wesnoth/data/core/images/terrain/snow-hills-s-sw.png
-share/wesnoth/data/core/images/terrain/snow-hills-s.png
-share/wesnoth/data/core/images/terrain/snow-hills-se.png
-share/wesnoth/data/core/images/terrain/snow-hills-sw.png
-share/wesnoth/data/core/images/terrain/snow-hills-to-hills-n-ne.png
-share/wesnoth/data/core/images/terrain/snow-hills-to-hills-n.png
-share/wesnoth/data/core/images/terrain/snow-hills-to-hills-ne-se.png
-share/wesnoth/data/core/images/terrain/snow-hills-to-hills-ne.png
-share/wesnoth/data/core/images/terrain/snow-hills-to-hills-nw-n.png
-share/wesnoth/data/core/images/terrain/snow-hills-to-hills-nw.png
-share/wesnoth/data/core/images/terrain/snow-hills-to-hills-s-sw.png
-share/wesnoth/data/core/images/terrain/snow-hills-to-hills-s.png
-share/wesnoth/data/core/images/terrain/snow-hills-to-hills-se-s.png
-share/wesnoth/data/core/images/terrain/snow-hills-to-hills-se.png
-share/wesnoth/data/core/images/terrain/snow-hills-to-hills-sw-nw.png
-share/wesnoth/data/core/images/terrain/snow-hills-to-hills-sw.png
-share/wesnoth/data/core/images/terrain/snow-hills-to-water-n-ne.png
-share/wesnoth/data/core/images/terrain/snow-hills-to-water-n.png
-share/wesnoth/data/core/images/terrain/snow-hills-to-water-ne.png
-share/wesnoth/data/core/images/terrain/snow-hills-to-water-nw-n.png
-share/wesnoth/data/core/images/terrain/snow-hills-to-water-nw.png
-share/wesnoth/data/core/images/terrain/snow-hills-to-water-s-sw.png
-share/wesnoth/data/core/images/terrain/snow-hills-to-water-s.png
-share/wesnoth/data/core/images/terrain/snow-hills-to-water-se-s.png
-share/wesnoth/data/core/images/terrain/snow-hills-to-water-se.png
-share/wesnoth/data/core/images/terrain/snow-hills-to-water-sw.png
-share/wesnoth/data/core/images/terrain/snow-hills.png
-share/wesnoth/data/core/images/terrain/snow-hills2.png
-share/wesnoth/data/core/images/terrain/snow-hills3.png
-share/wesnoth/data/core/images/terrain/snow-mountain-tile.png
-share/wesnoth/data/core/images/terrain/snow-mountain5_1.png
-share/wesnoth/data/core/images/terrain/snow-mountain5_2.png
-share/wesnoth/data/core/images/terrain/snow-mountain5_3.png
-share/wesnoth/data/core/images/terrain/snow-mountain6_1.png
-share/wesnoth/data/core/images/terrain/snow-mountain6_2.png
-share/wesnoth/data/core/images/terrain/snow-mountain6_3.png
-share/wesnoth/data/core/images/terrain/snow-mountains.png
-share/wesnoth/data/core/images/terrain/snow-mountains2.png
-share/wesnoth/data/core/images/terrain/snow-mountains3.png
-share/wesnoth/data/core/images/terrain/snow-n-ne-se-s.png
-share/wesnoth/data/core/images/terrain/snow-n-ne-se.png
-share/wesnoth/data/core/images/terrain/snow-n-ne.png
-share/wesnoth/data/core/images/terrain/snow-n.png
-share/wesnoth/data/core/images/terrain/snow-ne-se-s-sw.png
-share/wesnoth/data/core/images/terrain/snow-ne-se-s.png
-share/wesnoth/data/core/images/terrain/snow-ne-se.png
-share/wesnoth/data/core/images/terrain/snow-ne.png
-share/wesnoth/data/core/images/terrain/snow-nw-n-ne-se.png
-share/wesnoth/data/core/images/terrain/snow-nw-n-ne.png
-share/wesnoth/data/core/images/terrain/snow-nw-n.png
-share/wesnoth/data/core/images/terrain/snow-nw.png
-share/wesnoth/data/core/images/terrain/snow-s-sw-nw-n.png
-share/wesnoth/data/core/images/terrain/snow-s-sw-nw.png
-share/wesnoth/data/core/images/terrain/snow-s-sw.png
-share/wesnoth/data/core/images/terrain/snow-s.png
-share/wesnoth/data/core/images/terrain/snow-se-s-sw-nw.png
-share/wesnoth/data/core/images/terrain/snow-se-s-sw.png
-share/wesnoth/data/core/images/terrain/snow-se-s.png
-share/wesnoth/data/core/images/terrain/snow-se.png
-share/wesnoth/data/core/images/terrain/snow-sw-nw-n-ne.png
-share/wesnoth/data/core/images/terrain/snow-sw-nw-n.png
-share/wesnoth/data/core/images/terrain/snow-sw-nw.png
-share/wesnoth/data/core/images/terrain/snow-sw.png
-share/wesnoth/data/core/images/terrain/snow-to-water-n-ne-se-s.png
-share/wesnoth/data/core/images/terrain/snow-to-water-n-ne.png
-share/wesnoth/data/core/images/terrain/snow-to-water-n.png
-share/wesnoth/data/core/images/terrain/snow-to-water-ne-se.png
-share/wesnoth/data/core/images/terrain/snow-to-water-ne.png
-share/wesnoth/data/core/images/terrain/snow-to-water-nw-n-ne.png
-share/wesnoth/data/core/images/terrain/snow-to-water-nw-n.png
-share/wesnoth/data/core/images/terrain/snow-to-water-nw.png
-share/wesnoth/data/core/images/terrain/snow-to-water-s-sw-nw-n.png
-share/wesnoth/data/core/images/terrain/snow-to-water-s-sw.png
-share/wesnoth/data/core/images/terrain/snow-to-water-s.png
-share/wesnoth/data/core/images/terrain/snow-to-water-se-s-sw.png
-share/wesnoth/data/core/images/terrain/snow-to-water-se-s.png
-share/wesnoth/data/core/images/terrain/snow-to-water-se.png
-share/wesnoth/data/core/images/terrain/snow-to-water-sw-nw.png
-share/wesnoth/data/core/images/terrain/snow-to-water-sw.png
-share/wesnoth/data/core/images/terrain/snow.png
-share/wesnoth/data/core/images/terrain/snow2.png
-share/wesnoth/data/core/images/terrain/stars/blue.png
-share/wesnoth/data/core/images/terrain/stars/blue1.png
-share/wesnoth/data/core/images/terrain/stars/blue2.png
-share/wesnoth/data/core/images/terrain/stars/blue3.png
-share/wesnoth/data/core/images/terrain/stars/blue4.png
-share/wesnoth/data/core/images/terrain/stars/blue5.png
-share/wesnoth/data/core/images/terrain/stars/blue6.png
-share/wesnoth/data/core/images/terrain/stars/blue7.png
-share/wesnoth/data/core/images/terrain/swamp/reed-2.png
-share/wesnoth/data/core/images/terrain/swamp/reed-3.png
-share/wesnoth/data/core/images/terrain/swamp/reed-4.png
-share/wesnoth/data/core/images/terrain/swamp/reed-5.png
-share/wesnoth/data/core/images/terrain/swamp/reed-6.png
-share/wesnoth/data/core/images/terrain/swamp/reed-n.png
-share/wesnoth/data/core/images/terrain/swamp/reed-ne.png
-share/wesnoth/data/core/images/terrain/swamp/reed-nw.png
-share/wesnoth/data/core/images/terrain/swamp/reed-s.png
-share/wesnoth/data/core/images/terrain/swamp/reed-se.png
-share/wesnoth/data/core/images/terrain/swamp/reed-small-2.png
-share/wesnoth/data/core/images/terrain/swamp/reed-small-3.png
-share/wesnoth/data/core/images/terrain/swamp/reed-small-4.png
+share/wesnoth/data/core/images/terrain/off-map/symbol.png
+share/wesnoth/data/core/images/terrain/sand/beach-n-ne-se-s-sw-nw.png
+share/wesnoth/data/core/images/terrain/sand/beach-n-ne-se-s.png
+share/wesnoth/data/core/images/terrain/sand/beach-n-ne-se.png
+share/wesnoth/data/core/images/terrain/sand/beach-n-ne.png
+share/wesnoth/data/core/images/terrain/sand/beach-n.png
+share/wesnoth/data/core/images/terrain/sand/beach-ne-se-s-sw.png
+share/wesnoth/data/core/images/terrain/sand/beach-ne-se-s.png
+share/wesnoth/data/core/images/terrain/sand/beach-ne-se.png
+share/wesnoth/data/core/images/terrain/sand/beach-ne.png
+share/wesnoth/data/core/images/terrain/sand/beach-nw-n-ne-se.png
+share/wesnoth/data/core/images/terrain/sand/beach-nw-n-ne.png
+share/wesnoth/data/core/images/terrain/sand/beach-nw-n.png
+share/wesnoth/data/core/images/terrain/sand/beach-nw.png
+share/wesnoth/data/core/images/terrain/sand/beach-s-sw-nw-n.png
+share/wesnoth/data/core/images/terrain/sand/beach-s-sw-nw.png
+share/wesnoth/data/core/images/terrain/sand/beach-s-sw.png
+share/wesnoth/data/core/images/terrain/sand/beach-s.png
+share/wesnoth/data/core/images/terrain/sand/beach-se-s-sw-nw.png
+share/wesnoth/data/core/images/terrain/sand/beach-se-s-sw.png
+share/wesnoth/data/core/images/terrain/sand/beach-se-s.png
+share/wesnoth/data/core/images/terrain/sand/beach-se.png
+share/wesnoth/data/core/images/terrain/sand/beach-sw-nw-n-ne.png
+share/wesnoth/data/core/images/terrain/sand/beach-sw-nw-n.png
+share/wesnoth/data/core/images/terrain/sand/beach-sw-nw.png
+share/wesnoth/data/core/images/terrain/sand/beach-sw.png
+share/wesnoth/data/core/images/terrain/sand/beach.png
+share/wesnoth/data/core/images/terrain/sand/beach2-n-ne-se-s-sw-nw.png
+share/wesnoth/data/core/images/terrain/sand/beach2-n-ne.png
+share/wesnoth/data/core/images/terrain/sand/beach2-n.png
+share/wesnoth/data/core/images/terrain/sand/beach2-ne-se.png
+share/wesnoth/data/core/images/terrain/sand/beach2-ne.png
+share/wesnoth/data/core/images/terrain/sand/beach2-nw-n.png
+share/wesnoth/data/core/images/terrain/sand/beach2-nw.png
+share/wesnoth/data/core/images/terrain/sand/beach2-s-sw.png
+share/wesnoth/data/core/images/terrain/sand/beach2-s.png
+share/wesnoth/data/core/images/terrain/sand/beach2-se-s.png
+share/wesnoth/data/core/images/terrain/sand/beach2-se.png
+share/wesnoth/data/core/images/terrain/sand/beach2-sw-nw.png
+share/wesnoth/data/core/images/terrain/sand/beach2-sw.png
+share/wesnoth/data/core/images/terrain/sand/beach2.png
+share/wesnoth/data/core/images/terrain/sand/beach3-n-ne-se-s-sw-nw.png
+share/wesnoth/data/core/images/terrain/sand/beach3.png
+share/wesnoth/data/core/images/terrain/sand/beach4.png
+share/wesnoth/data/core/images/terrain/sand/beach5.png
+share/wesnoth/data/core/images/terrain/sand/beach6.png
+share/wesnoth/data/core/images/terrain/sand/beach7.png
+share/wesnoth/data/core/images/terrain/sand/beach8.png
+share/wesnoth/data/core/images/terrain/sand/crater.png
+share/wesnoth/data/core/images/terrain/sand/desert-n-ne-se-s-sw-nw.png
+share/wesnoth/data/core/images/terrain/sand/desert-n-ne-se-s.png
+share/wesnoth/data/core/images/terrain/sand/desert-n-ne-se.png
+share/wesnoth/data/core/images/terrain/sand/desert-n-ne.png
+share/wesnoth/data/core/images/terrain/sand/desert-n.png
+share/wesnoth/data/core/images/terrain/sand/desert-ne-se-s-sw.png
+share/wesnoth/data/core/images/terrain/sand/desert-ne-se-s.png
+share/wesnoth/data/core/images/terrain/sand/desert-ne-se.png
+share/wesnoth/data/core/images/terrain/sand/desert-ne.png
+share/wesnoth/data/core/images/terrain/sand/desert-nw-n-ne-se.png
+share/wesnoth/data/core/images/terrain/sand/desert-nw-n-ne.png
+share/wesnoth/data/core/images/terrain/sand/desert-nw-n.png
+share/wesnoth/data/core/images/terrain/sand/desert-nw.png
+share/wesnoth/data/core/images/terrain/sand/desert-oasis.png
+share/wesnoth/data/core/images/terrain/sand/desert-s-sw-nw-n.png
+share/wesnoth/data/core/images/terrain/sand/desert-s-sw-nw.png
+share/wesnoth/data/core/images/terrain/sand/desert-s-sw.png
+share/wesnoth/data/core/images/terrain/sand/desert-s.png
+share/wesnoth/data/core/images/terrain/sand/desert-se-s-sw-nw.png
+share/wesnoth/data/core/images/terrain/sand/desert-se-s-sw.png
+share/wesnoth/data/core/images/terrain/sand/desert-se-s.png
+share/wesnoth/data/core/images/terrain/sand/desert-se.png
+share/wesnoth/data/core/images/terrain/sand/desert-sw-nw-n-ne.png
+share/wesnoth/data/core/images/terrain/sand/desert-sw-nw-n.png
+share/wesnoth/data/core/images/terrain/sand/desert-sw-nw.png
+share/wesnoth/data/core/images/terrain/sand/desert-sw.png
+share/wesnoth/data/core/images/terrain/sand/desert.png
+share/wesnoth/data/core/images/terrain/sand/desert2-n-ne-se-s-sw-nw.png
+share/wesnoth/data/core/images/terrain/sand/desert2-n-ne.png
+share/wesnoth/data/core/images/terrain/sand/desert2-n.png
+share/wesnoth/data/core/images/terrain/sand/desert2-ne-se.png
+share/wesnoth/data/core/images/terrain/sand/desert2-ne.png
+share/wesnoth/data/core/images/terrain/sand/desert2-nw-n.png
+share/wesnoth/data/core/images/terrain/sand/desert2-nw.png
+share/wesnoth/data/core/images/terrain/sand/desert2-s-sw.png
+share/wesnoth/data/core/images/terrain/sand/desert2-s.png
+share/wesnoth/data/core/images/terrain/sand/desert2-se-s.png
+share/wesnoth/data/core/images/terrain/sand/desert2-se.png
+share/wesnoth/data/core/images/terrain/sand/desert2-sw-nw.png
+share/wesnoth/data/core/images/terrain/sand/desert2-sw.png
+share/wesnoth/data/core/images/terrain/sand/desert2.png
+share/wesnoth/data/core/images/terrain/sand/desert3-n-ne-se-s-sw-nw.png
+share/wesnoth/data/core/images/terrain/sand/desert3.png
+share/wesnoth/data/core/images/terrain/sand/desert4.png
+share/wesnoth/data/core/images/terrain/sand/desert5.png
+share/wesnoth/data/core/images/terrain/sand/desert6.png
+share/wesnoth/data/core/images/terrain/sand/desert7.png
+share/wesnoth/data/core/images/terrain/sand/desert8.png
+share/wesnoth/data/core/images/terrain/sand/shore-concave-bl-br.png
+share/wesnoth/data/core/images/terrain/sand/shore-concave-bl-l.png
+share/wesnoth/data/core/images/terrain/sand/shore-concave-br-bl.png
+share/wesnoth/data/core/images/terrain/sand/shore-concave-br-r.png
+share/wesnoth/data/core/images/terrain/sand/shore-concave-l-bl.png
+share/wesnoth/data/core/images/terrain/sand/shore-concave-l-tl.png
+share/wesnoth/data/core/images/terrain/sand/shore-concave-r-br.png
+share/wesnoth/data/core/images/terrain/sand/shore-concave-r-tr.png
+share/wesnoth/data/core/images/terrain/sand/shore-concave-tl-l.png
+share/wesnoth/data/core/images/terrain/sand/shore-concave-tl-tr.png
+share/wesnoth/data/core/images/terrain/sand/shore-concave-tr-r.png
+share/wesnoth/data/core/images/terrain/sand/shore-concave-tr-tl.png
+share/wesnoth/data/core/images/terrain/sand/shore-convex-bl-br.png
+share/wesnoth/data/core/images/terrain/sand/shore-convex-bl-l.png
+share/wesnoth/data/core/images/terrain/sand/shore-convex-br-bl.png
+share/wesnoth/data/core/images/terrain/sand/shore-convex-br-r.png
+share/wesnoth/data/core/images/terrain/sand/shore-convex-l-bl.png
+share/wesnoth/data/core/images/terrain/sand/shore-convex-l-tl.png
+share/wesnoth/data/core/images/terrain/sand/shore-convex-r-br.png
+share/wesnoth/data/core/images/terrain/sand/shore-convex-r-tr.png
+share/wesnoth/data/core/images/terrain/sand/shore-convex-tl-l.png
+share/wesnoth/data/core/images/terrain/sand/shore-convex-tl-tr.png
+share/wesnoth/data/core/images/terrain/sand/shore-convex-tr-r.png
+share/wesnoth/data/core/images/terrain/sand/shore-convex-tr-tl.png
+share/wesnoth/data/core/images/terrain/swamp/mud-long-n.png
+share/wesnoth/data/core/images/terrain/swamp/mud-long-ne.png
+share/wesnoth/data/core/images/terrain/swamp/mud-long-nw.png
+share/wesnoth/data/core/images/terrain/swamp/mud-long-s.png
+share/wesnoth/data/core/images/terrain/swamp/mud-long-se.png
+share/wesnoth/data/core/images/terrain/swamp/mud-long-sw.png
+share/wesnoth/data/core/images/terrain/swamp/mud-tile.png
+share/wesnoth/data/core/images/terrain/swamp/mud-to-land-n.png
+share/wesnoth/data/core/images/terrain/swamp/mud-to-land-ne.png
+share/wesnoth/data/core/images/terrain/swamp/mud-to-land-nw.png
+share/wesnoth/data/core/images/terrain/swamp/mud-to-land-s.png
+share/wesnoth/data/core/images/terrain/swamp/mud-to-land-se.png
+share/wesnoth/data/core/images/terrain/swamp/mud-to-land-sw.png
+share/wesnoth/data/core/images/terrain/swamp/mud.png
+share/wesnoth/data/core/images/terrain/swamp/mud2.png
+share/wesnoth/data/core/images/terrain/swamp/mud3.png
+share/wesnoth/data/core/images/terrain/swamp/reed-small-n.png
+share/wesnoth/data/core/images/terrain/swamp/reed-small-ne.png
+share/wesnoth/data/core/images/terrain/swamp/reed-small-nw.png
+share/wesnoth/data/core/images/terrain/swamp/reed-small-s.png
+share/wesnoth/data/core/images/terrain/swamp/reed-small-se.png
+share/wesnoth/data/core/images/terrain/swamp/reed-small-sw.png
share/wesnoth/data/core/images/terrain/swamp/reed-small.png
-share/wesnoth/data/core/images/terrain/swamp/reed-sw.png
+share/wesnoth/data/core/images/terrain/swamp/reed-small2.png
+share/wesnoth/data/core/images/terrain/swamp/reed-small3.png
+share/wesnoth/data/core/images/terrain/swamp/reed-small4.png
share/wesnoth/data/core/images/terrain/swamp/reed.png
+share/wesnoth/data/core/images/terrain/swamp/reed2.png
+share/wesnoth/data/core/images/terrain/swamp/reed3.png
+share/wesnoth/data/core/images/terrain/swamp/reed4.png
+share/wesnoth/data/core/images/terrain/swamp/reed5.png
+share/wesnoth/data/core/images/terrain/swamp/reed6.png
share/wesnoth/data/core/images/terrain/swamp/water-flowers1.png
share/wesnoth/data/core/images/terrain/swamp/water-flowers2.png
share/wesnoth/data/core/images/terrain/swamp/water-n-ne-se.png
@@ -4753,9 +5854,130 @@ share/wesnoth/data/core/images/terrain/swamp/water-tile.png
share/wesnoth/data/core/images/terrain/swamp/water.png
share/wesnoth/data/core/images/terrain/swamp/water2.png
share/wesnoth/data/core/images/terrain/swamp/water3.png
-share/wesnoth/data/core/images/terrain/tent.png
-share/wesnoth/data/core/images/terrain/tent2.png
+share/wesnoth/data/core/images/terrain/unwalkable/castle-lava-chasm-n.png
+share/wesnoth/data/core/images/terrain/unwalkable/castle-lava-chasm-ne.png
+share/wesnoth/data/core/images/terrain/unwalkable/castle-lava-chasm-nw.png
+share/wesnoth/data/core/images/terrain/unwalkable/castle-lava-chasm2-n.png
+share/wesnoth/data/core/images/terrain/unwalkable/castle-lava-chasm2-ne.png
+share/wesnoth/data/core/images/terrain/unwalkable/castle-lava-chasm2-nw.png
+share/wesnoth/data/core/images/terrain/unwalkable/dcastle-chasm-ccw-bl.png
+share/wesnoth/data/core/images/terrain/unwalkable/dcastle-chasm-ccw-br.png
+share/wesnoth/data/core/images/terrain/unwalkable/dcastle-chasm-ccw-l.png
+share/wesnoth/data/core/images/terrain/unwalkable/dcastle-chasm-ccw-r.png
+share/wesnoth/data/core/images/terrain/unwalkable/dcastle-chasm-ccw-tl.png
+share/wesnoth/data/core/images/terrain/unwalkable/dcastle-chasm-ccw-tr.png
+share/wesnoth/data/core/images/terrain/unwalkable/dcastle-chasm-concave-bl.png
+share/wesnoth/data/core/images/terrain/unwalkable/dcastle-chasm-concave-br.png
+share/wesnoth/data/core/images/terrain/unwalkable/dcastle-chasm-concave-l.png
+share/wesnoth/data/core/images/terrain/unwalkable/dcastle-chasm-concave-r.png
+share/wesnoth/data/core/images/terrain/unwalkable/dcastle-chasm-concave-tl.png
+share/wesnoth/data/core/images/terrain/unwalkable/dcastle-chasm-concave-tr.png
+share/wesnoth/data/core/images/terrain/unwalkable/dcastle-chasm-convex-bl.png
+share/wesnoth/data/core/images/terrain/unwalkable/dcastle-chasm-convex-br.png
+share/wesnoth/data/core/images/terrain/unwalkable/dcastle-chasm-convex-l.png
+share/wesnoth/data/core/images/terrain/unwalkable/dcastle-chasm-convex-r.png
+share/wesnoth/data/core/images/terrain/unwalkable/dcastle-chasm-convex-tl.png
+share/wesnoth/data/core/images/terrain/unwalkable/dcastle-chasm-convex-tr.png
+share/wesnoth/data/core/images/terrain/unwalkable/dcastle-chasm-cw-bl.png
+share/wesnoth/data/core/images/terrain/unwalkable/dcastle-chasm-cw-br.png
+share/wesnoth/data/core/images/terrain/unwalkable/dcastle-chasm-cw-l.png
+share/wesnoth/data/core/images/terrain/unwalkable/dcastle-chasm-cw-r.png
+share/wesnoth/data/core/images/terrain/unwalkable/dcastle-chasm-cw-tl.png
+share/wesnoth/data/core/images/terrain/unwalkable/dcastle-chasm-cw-tr.png
+share/wesnoth/data/core/images/terrain/unwalkable/dcastle-lava-ccw-bl.png
+share/wesnoth/data/core/images/terrain/unwalkable/dcastle-lava-ccw-br.png
+share/wesnoth/data/core/images/terrain/unwalkable/dcastle-lava-ccw-l.png
+share/wesnoth/data/core/images/terrain/unwalkable/dcastle-lava-ccw-r.png
+share/wesnoth/data/core/images/terrain/unwalkable/dcastle-lava-ccw-tl.png
+share/wesnoth/data/core/images/terrain/unwalkable/dcastle-lava-ccw-tr.png
+share/wesnoth/data/core/images/terrain/unwalkable/dcastle-lava-chasm-ccw-bl.png
+share/wesnoth/data/core/images/terrain/unwalkable/dcastle-lava-chasm-ccw-br.png
+share/wesnoth/data/core/images/terrain/unwalkable/dcastle-lava-chasm-ccw-l.png
+share/wesnoth/data/core/images/terrain/unwalkable/dcastle-lava-chasm-ccw-r.png
+share/wesnoth/data/core/images/terrain/unwalkable/dcastle-lava-chasm-ccw-tl.png
+share/wesnoth/data/core/images/terrain/unwalkable/dcastle-lava-chasm-ccw-tr.png
+share/wesnoth/data/core/images/terrain/unwalkable/dcastle-lava-chasm-cw-bl.png
+share/wesnoth/data/core/images/terrain/unwalkable/dcastle-lava-chasm-cw-br.png
+share/wesnoth/data/core/images/terrain/unwalkable/dcastle-lava-chasm-cw-l.png
+share/wesnoth/data/core/images/terrain/unwalkable/dcastle-lava-chasm-cw-r.png
+share/wesnoth/data/core/images/terrain/unwalkable/dcastle-lava-chasm-cw-tl.png
+share/wesnoth/data/core/images/terrain/unwalkable/dcastle-lava-chasm-cw-tr.png
+share/wesnoth/data/core/images/terrain/unwalkable/dcastle-lava-concave-bl.png
+share/wesnoth/data/core/images/terrain/unwalkable/dcastle-lava-concave-br.png
+share/wesnoth/data/core/images/terrain/unwalkable/dcastle-lava-concave-l.png
+share/wesnoth/data/core/images/terrain/unwalkable/dcastle-lava-concave-r.png
+share/wesnoth/data/core/images/terrain/unwalkable/dcastle-lava-concave-tl.png
+share/wesnoth/data/core/images/terrain/unwalkable/dcastle-lava-concave-tr.png
+share/wesnoth/data/core/images/terrain/unwalkable/dcastle-lava-convex-bl.png
+share/wesnoth/data/core/images/terrain/unwalkable/dcastle-lava-convex-br.png
+share/wesnoth/data/core/images/terrain/unwalkable/dcastle-lava-convex-l.png
+share/wesnoth/data/core/images/terrain/unwalkable/dcastle-lava-convex-r.png
+share/wesnoth/data/core/images/terrain/unwalkable/dcastle-lava-convex-tl.png
+share/wesnoth/data/core/images/terrain/unwalkable/dcastle-lava-convex-tr.png
+share/wesnoth/data/core/images/terrain/unwalkable/dcastle-lava-cw-bl.png
+share/wesnoth/data/core/images/terrain/unwalkable/dcastle-lava-cw-br.png
+share/wesnoth/data/core/images/terrain/unwalkable/dcastle-lava-cw-l.png
+share/wesnoth/data/core/images/terrain/unwalkable/dcastle-lava-cw-r.png
+share/wesnoth/data/core/images/terrain/unwalkable/dcastle-lava-cw-tl.png
+share/wesnoth/data/core/images/terrain/unwalkable/dcastle-lava-cw-tr.png
+share/wesnoth/data/core/images/terrain/unwalkable/lava-A01.png
+share/wesnoth/data/core/images/terrain/unwalkable/lava-A02.png
+share/wesnoth/data/core/images/terrain/unwalkable/lava-A03.png
+share/wesnoth/data/core/images/terrain/unwalkable/lava-A04.png
+share/wesnoth/data/core/images/terrain/unwalkable/lava-chasm-ccw-bl.png
+share/wesnoth/data/core/images/terrain/unwalkable/lava-chasm-ccw-br.png
+share/wesnoth/data/core/images/terrain/unwalkable/lava-chasm-ccw-l.png
+share/wesnoth/data/core/images/terrain/unwalkable/lava-chasm-ccw-r.png
+share/wesnoth/data/core/images/terrain/unwalkable/lava-chasm-ccw-tl.png
+share/wesnoth/data/core/images/terrain/unwalkable/lava-chasm-ccw-tr.png
+share/wesnoth/data/core/images/terrain/unwalkable/lava-chasm-concave-bl.png
+share/wesnoth/data/core/images/terrain/unwalkable/lava-chasm-concave-br.png
+share/wesnoth/data/core/images/terrain/unwalkable/lava-chasm-concave-l.png
+share/wesnoth/data/core/images/terrain/unwalkable/lava-chasm-concave-r.png
+share/wesnoth/data/core/images/terrain/unwalkable/lava-chasm-concave-tl.png
+share/wesnoth/data/core/images/terrain/unwalkable/lava-chasm-concave-tr.png
+share/wesnoth/data/core/images/terrain/unwalkable/lava-chasm-convex-bl.png
+share/wesnoth/data/core/images/terrain/unwalkable/lava-chasm-convex-br.png
+share/wesnoth/data/core/images/terrain/unwalkable/lava-chasm-convex-l.png
+share/wesnoth/data/core/images/terrain/unwalkable/lava-chasm-convex-r.png
+share/wesnoth/data/core/images/terrain/unwalkable/lava-chasm-convex-tl.png
+share/wesnoth/data/core/images/terrain/unwalkable/lava-chasm-convex-tr.png
+share/wesnoth/data/core/images/terrain/unwalkable/lava-chasm-cw-bl.png
+share/wesnoth/data/core/images/terrain/unwalkable/lava-chasm-cw-br.png
+share/wesnoth/data/core/images/terrain/unwalkable/lava-chasm-cw-l.png
+share/wesnoth/data/core/images/terrain/unwalkable/lava-chasm-cw-r.png
+share/wesnoth/data/core/images/terrain/unwalkable/lava-chasm-cw-tl.png
+share/wesnoth/data/core/images/terrain/unwalkable/lava-chasm-cw-tr.png
+share/wesnoth/data/core/images/terrain/unwalkable/lava-chasm-tile.png
+share/wesnoth/data/core/images/terrain/unwalkable/lava-concave-bl.png
+share/wesnoth/data/core/images/terrain/unwalkable/lava-concave-br.png
+share/wesnoth/data/core/images/terrain/unwalkable/lava-concave-l.png
+share/wesnoth/data/core/images/terrain/unwalkable/lava-concave-r.png
+share/wesnoth/data/core/images/terrain/unwalkable/lava-concave-tl.png
+share/wesnoth/data/core/images/terrain/unwalkable/lava-concave-tr.png
+share/wesnoth/data/core/images/terrain/unwalkable/lava-convex-bl.png
+share/wesnoth/data/core/images/terrain/unwalkable/lava-convex-br.png
+share/wesnoth/data/core/images/terrain/unwalkable/lava-convex-l.png
+share/wesnoth/data/core/images/terrain/unwalkable/lava-convex-r.png
+share/wesnoth/data/core/images/terrain/unwalkable/lava-convex-tl.png
+share/wesnoth/data/core/images/terrain/unwalkable/lava-convex-tr.png
+share/wesnoth/data/core/images/terrain/unwalkable/lava-high-concave-bl.png
+share/wesnoth/data/core/images/terrain/unwalkable/lava-high-concave-br.png
+share/wesnoth/data/core/images/terrain/unwalkable/lava-high-concave-l.png
+share/wesnoth/data/core/images/terrain/unwalkable/lava-high-concave-r.png
+share/wesnoth/data/core/images/terrain/unwalkable/lava-high-concave-tl.png
+share/wesnoth/data/core/images/terrain/unwalkable/lava-high-concave-tr.png
+share/wesnoth/data/core/images/terrain/unwalkable/lava-high-convex-bl.png
+share/wesnoth/data/core/images/terrain/unwalkable/lava-high-convex-br.png
+share/wesnoth/data/core/images/terrain/unwalkable/lava-high-convex-l.png
+share/wesnoth/data/core/images/terrain/unwalkable/lava-high-convex-r.png
+share/wesnoth/data/core/images/terrain/unwalkable/lava-high-convex-tl.png
+share/wesnoth/data/core/images/terrain/unwalkable/lava-high-convex-tr.png
+share/wesnoth/data/core/images/terrain/unwalkable/lava.png
+share/wesnoth/data/core/images/terrain/unwalkable/lava2.png
+share/wesnoth/data/core/images/terrain/unwalkable/lava3.png
share/wesnoth/data/core/images/terrain/village/camp-tile.png
+share/wesnoth/data/core/images/terrain/village/camp.png
share/wesnoth/data/core/images/terrain/village/cave-tile.png
share/wesnoth/data/core/images/terrain/village/cave.png
share/wesnoth/data/core/images/terrain/village/cave2.png
@@ -4765,10 +5987,10 @@ share/wesnoth/data/core/images/terrain/village/coast.png
share/wesnoth/data/core/images/terrain/village/coast2.png
share/wesnoth/data/core/images/terrain/village/coast3.png
share/wesnoth/data/core/images/terrain/village/coast4.png
-share/wesnoth/data/core/images/terrain/village/coast5-1.png
-share/wesnoth/data/core/images/terrain/village/coast5-2.png
-share/wesnoth/data/core/images/terrain/village/coast5-3.png
-share/wesnoth/data/core/images/terrain/village/coast5-4.png
+share/wesnoth/data/core/images/terrain/village/coast5-A01.png
+share/wesnoth/data/core/images/terrain/village/coast5-A02.png
+share/wesnoth/data/core/images/terrain/village/coast5-A03.png
+share/wesnoth/data/core/images/terrain/village/coast5-A04.png
share/wesnoth/data/core/images/terrain/village/desert-camp-tile.png
share/wesnoth/data/core/images/terrain/village/desert-camp.png
share/wesnoth/data/core/images/terrain/village/desert-oasis-1.png
@@ -4779,15 +6001,16 @@ share/wesnoth/data/core/images/terrain/village/desert-tile.png
share/wesnoth/data/core/images/terrain/village/desert.png
share/wesnoth/data/core/images/terrain/village/desert2.png
share/wesnoth/data/core/images/terrain/village/desert3.png
+share/wesnoth/data/core/images/terrain/village/desert4.png
share/wesnoth/data/core/images/terrain/village/drake-tile.png
-share/wesnoth/data/core/images/terrain/village/drake1-1.png
-share/wesnoth/data/core/images/terrain/village/drake1-2.png
-share/wesnoth/data/core/images/terrain/village/drake1-3.png
+share/wesnoth/data/core/images/terrain/village/drake1-A01.png
+share/wesnoth/data/core/images/terrain/village/drake1-A02.png
+share/wesnoth/data/core/images/terrain/village/drake1-A03.png
share/wesnoth/data/core/images/terrain/village/drake1.png
-share/wesnoth/data/core/images/terrain/village/drake2-1.png
-share/wesnoth/data/core/images/terrain/village/drake2-2.png
-share/wesnoth/data/core/images/terrain/village/drake2-3.png
-share/wesnoth/data/core/images/terrain/village/drake2-4.png
+share/wesnoth/data/core/images/terrain/village/drake2-A01.png
+share/wesnoth/data/core/images/terrain/village/drake2-A02.png
+share/wesnoth/data/core/images/terrain/village/drake2-A03.png
+share/wesnoth/data/core/images/terrain/village/drake2-A04.png
share/wesnoth/data/core/images/terrain/village/drake2.png
share/wesnoth/data/core/images/terrain/village/drake3.png
share/wesnoth/data/core/images/terrain/village/drake4.png
@@ -4807,10 +6030,28 @@ share/wesnoth/data/core/images/terrain/village/elven.png
share/wesnoth/data/core/images/terrain/village/elven2.png
share/wesnoth/data/core/images/terrain/village/elven3.png
share/wesnoth/data/core/images/terrain/village/elven4.png
+share/wesnoth/data/core/images/terrain/village/human-city-ruin-tile.png
+share/wesnoth/data/core/images/terrain/village/human-city-ruin.png
+share/wesnoth/data/core/images/terrain/village/human-city-ruin2.png
+share/wesnoth/data/core/images/terrain/village/human-city-ruin3.png
+share/wesnoth/data/core/images/terrain/village/human-city-ruin4.png
+share/wesnoth/data/core/images/terrain/village/human-city-snow-tile.png
+share/wesnoth/data/core/images/terrain/village/human-city-snow.png
+share/wesnoth/data/core/images/terrain/village/human-city-snow2.png
+share/wesnoth/data/core/images/terrain/village/human-city-snow3.png
+share/wesnoth/data/core/images/terrain/village/human-city-snow4.png
share/wesnoth/data/core/images/terrain/village/human-city-tile.png
share/wesnoth/data/core/images/terrain/village/human-city.png
share/wesnoth/data/core/images/terrain/village/human-city2.png
share/wesnoth/data/core/images/terrain/village/human-city3.png
+share/wesnoth/data/core/images/terrain/village/human-city4.png
+share/wesnoth/data/core/images/terrain/village/human-cottage-ruin-tile.png
+share/wesnoth/data/core/images/terrain/village/human-cottage-ruin.png
+share/wesnoth/data/core/images/terrain/village/human-cottage-ruin2.png
+share/wesnoth/data/core/images/terrain/village/human-cottage-ruin3.png
+share/wesnoth/data/core/images/terrain/village/human-cottage-ruin4.png
+share/wesnoth/data/core/images/terrain/village/human-hills-ruin-tile.png
+share/wesnoth/data/core/images/terrain/village/human-hills-ruin.png
share/wesnoth/data/core/images/terrain/village/human-hills-tile.png
share/wesnoth/data/core/images/terrain/village/human-hills.png
share/wesnoth/data/core/images/terrain/village/human-mountain-tile.png
@@ -4835,19 +6076,25 @@ share/wesnoth/data/core/images/terrain/village/hut-snow2.png
share/wesnoth/data/core/images/terrain/village/hut-tile.png
share/wesnoth/data/core/images/terrain/village/hut.png
share/wesnoth/data/core/images/terrain/village/hut2.png
+share/wesnoth/data/core/images/terrain/village/igloo-tile.png
+share/wesnoth/data/core/images/terrain/village/igloo.png
+share/wesnoth/data/core/images/terrain/village/igloo2.png
share/wesnoth/data/core/images/terrain/village/log-cabin-snow-tile.png
share/wesnoth/data/core/images/terrain/village/log-cabin-snow.png
share/wesnoth/data/core/images/terrain/village/log-cabin-tile.png
share/wesnoth/data/core/images/terrain/village/log-cabin.png
+share/wesnoth/data/core/images/terrain/village/log-cabin2.png
+share/wesnoth/data/core/images/terrain/village/log-cabin3.png
+share/wesnoth/data/core/images/terrain/village/log-cabin4.png
share/wesnoth/data/core/images/terrain/village/orc-hills-tile.png
share/wesnoth/data/core/images/terrain/village/orc-snow-hills-tile.png
share/wesnoth/data/core/images/terrain/village/orc-snow-tile.png
-share/wesnoth/data/core/images/terrain/village/orc-snow1.png
+share/wesnoth/data/core/images/terrain/village/orc-snow.png
share/wesnoth/data/core/images/terrain/village/orc-snow2.png
share/wesnoth/data/core/images/terrain/village/orc-snow3.png
share/wesnoth/data/core/images/terrain/village/orc-snow4.png
share/wesnoth/data/core/images/terrain/village/orc-tile.png
-share/wesnoth/data/core/images/terrain/village/orc1.png
+share/wesnoth/data/core/images/terrain/village/orc.png
share/wesnoth/data/core/images/terrain/village/orc2.png
share/wesnoth/data/core/images/terrain/village/orc3.png
share/wesnoth/data/core/images/terrain/village/orc4.png
@@ -4856,31 +6103,54 @@ share/wesnoth/data/core/images/terrain/village/swamp-merfolk-tile.png
share/wesnoth/data/core/images/terrain/village/swampwater-tile.png
share/wesnoth/data/core/images/terrain/village/swampwater.png
share/wesnoth/data/core/images/terrain/village/swampwater2.png
+share/wesnoth/data/core/images/terrain/village/swampwater3.png
share/wesnoth/data/core/images/terrain/village/tropical-forest.png
+share/wesnoth/data/core/images/terrain/village/tropical-forest2.png
+share/wesnoth/data/core/images/terrain/village/tropical-forest3.png
share/wesnoth/data/core/images/terrain/village/tropical-tile.png
-share/wesnoth/data/core/images/terrain/void-editor.png
-share/wesnoth/data/core/images/terrain/void-n-ne-se-s.png
-share/wesnoth/data/core/images/terrain/void-n-ne-se.png
-share/wesnoth/data/core/images/terrain/void-n-ne.png
-share/wesnoth/data/core/images/terrain/void-n.png
-share/wesnoth/data/core/images/terrain/void-ne-se-s.png
-share/wesnoth/data/core/images/terrain/void-ne-se.png
-share/wesnoth/data/core/images/terrain/void-ne.png
-share/wesnoth/data/core/images/terrain/void-nw-n-ne.png
-share/wesnoth/data/core/images/terrain/void-nw-n.png
-share/wesnoth/data/core/images/terrain/void-nw.png
-share/wesnoth/data/core/images/terrain/void-s-sw-nw-n.png
-share/wesnoth/data/core/images/terrain/void-s-sw-nw.png
-share/wesnoth/data/core/images/terrain/void-s-sw.png
-share/wesnoth/data/core/images/terrain/void-s.png
-share/wesnoth/data/core/images/terrain/void-se-s-sw.png
-share/wesnoth/data/core/images/terrain/void-se-s.png
-share/wesnoth/data/core/images/terrain/void-se.png
-share/wesnoth/data/core/images/terrain/void-sw-nw-n.png
-share/wesnoth/data/core/images/terrain/void-sw-nw.png
-share/wesnoth/data/core/images/terrain/void-sw.png
-share/wesnoth/data/core/images/terrain/void.png
+share/wesnoth/data/core/images/terrain/village/village-overlay-editor.png
+share/wesnoth/data/core/images/terrain/void/shroud-editor.png
+share/wesnoth/data/core/images/terrain/void/void-editor.png
+share/wesnoth/data/core/images/terrain/void/void-n-ne-se.png
+share/wesnoth/data/core/images/terrain/void/void-n-ne.png
+share/wesnoth/data/core/images/terrain/void/void-n.png
+share/wesnoth/data/core/images/terrain/void/void-ne-se-s.png
+share/wesnoth/data/core/images/terrain/void/void-ne-se.png
+share/wesnoth/data/core/images/terrain/void/void-ne.png
+share/wesnoth/data/core/images/terrain/void/void-nw-n-ne.png
+share/wesnoth/data/core/images/terrain/void/void-nw-n.png
+share/wesnoth/data/core/images/terrain/void/void-nw.png
+share/wesnoth/data/core/images/terrain/void/void-s-sw-nw.png
+share/wesnoth/data/core/images/terrain/void/void-s-sw.png
+share/wesnoth/data/core/images/terrain/void/void-s.png
+share/wesnoth/data/core/images/terrain/void/void-se-s-sw.png
+share/wesnoth/data/core/images/terrain/void/void-se-s.png
+share/wesnoth/data/core/images/terrain/void/void-se.png
+share/wesnoth/data/core/images/terrain/void/void-sw-nw-n.png
+share/wesnoth/data/core/images/terrain/void/void-sw-nw.png
+share/wesnoth/data/core/images/terrain/void/void-sw.png
+share/wesnoth/data/core/images/terrain/void/void.png
share/wesnoth/data/core/images/terrain/walls/wall-stone-base.png
+share/wesnoth/data/core/images/terrain/walls/wall-stone-lit-A01-n-ne.png
+share/wesnoth/data/core/images/terrain/walls/wall-stone-lit-A01-nw-n.png
+share/wesnoth/data/core/images/terrain/walls/wall-stone-lit-A02-n-ne.png
+share/wesnoth/data/core/images/terrain/walls/wall-stone-lit-A02-nw-n.png
+share/wesnoth/data/core/images/terrain/walls/wall-stone-lit-A03-n-ne.png
+share/wesnoth/data/core/images/terrain/walls/wall-stone-lit-A03-nw-n.png
+share/wesnoth/data/core/images/terrain/walls/wall-stone-lit-A04-n-ne.png
+share/wesnoth/data/core/images/terrain/walls/wall-stone-lit-A04-nw-n.png
+share/wesnoth/data/core/images/terrain/walls/wall-stone-lit-A05-n-ne.png
+share/wesnoth/data/core/images/terrain/walls/wall-stone-lit-A05-nw-n.png
+share/wesnoth/data/core/images/terrain/walls/wall-stone-lit-A06-n-ne.png
+share/wesnoth/data/core/images/terrain/walls/wall-stone-lit-A06-nw-n.png
+share/wesnoth/data/core/images/terrain/walls/wall-stone-lit-A07-n-ne.png
+share/wesnoth/data/core/images/terrain/walls/wall-stone-lit-A07-nw-n.png
+share/wesnoth/data/core/images/terrain/walls/wall-stone-lit-A08-n-ne.png
+share/wesnoth/data/core/images/terrain/walls/wall-stone-lit-A08-nw-n.png
+share/wesnoth/data/core/images/terrain/walls/wall-stone-lit-A09-n-ne.png
+share/wesnoth/data/core/images/terrain/walls/wall-stone-lit-A09-nw-n.png
+share/wesnoth/data/core/images/terrain/walls/wall-stone-lit-A10-n-ne.png
+share/wesnoth/data/core/images/terrain/walls/wall-stone-lit-A10-nw-n.png
share/wesnoth/data/core/images/terrain/walls/wall-stone-n-ne-se-bg.png
share/wesnoth/data/core/images/terrain/walls/wall-stone-n-ne-se-fg.png
share/wesnoth/data/core/images/terrain/walls/wall-stone-n-ne-se-s-fg.png
@@ -4912,62 +6182,556 @@ share/wesnoth/data/core/images/terrain/walls/wall-stone-sw-nw-n-ne-se-bg.png
share/wesnoth/data/core/images/terrain/walls/wall-stone-sw-nw.png
share/wesnoth/data/core/images/terrain/walls/wall-stone-sw.png
share/wesnoth/data/core/images/terrain/walls/wall-stone-tile.png
-share/wesnoth/data/core/images/terrain/water/coast-n.png
-share/wesnoth/data/core/images/terrain/water/coast-ne.png
-share/wesnoth/data/core/images/terrain/water/coast-nw.png
-share/wesnoth/data/core/images/terrain/water/coast-s.png
-share/wesnoth/data/core/images/terrain/water/coast-se.png
-share/wesnoth/data/core/images/terrain/water/coast-sw.png
-share/wesnoth/data/core/images/terrain/water/coast.png
-share/wesnoth/data/core/images/terrain/water/coast2.png
-share/wesnoth/data/core/images/terrain/water/coast3.png
+share/wesnoth/data/core/images/terrain/water/coast-grey-tile.png
+share/wesnoth/data/core/images/terrain/water/coast-tile.png
+share/wesnoth/data/core/images/terrain/water/coast-tropical-A01-n.png
+share/wesnoth/data/core/images/terrain/water/coast-tropical-A01-ne.png
+share/wesnoth/data/core/images/terrain/water/coast-tropical-A01-nw.png
+share/wesnoth/data/core/images/terrain/water/coast-tropical-A01-s.png
+share/wesnoth/data/core/images/terrain/water/coast-tropical-A01-se.png
+share/wesnoth/data/core/images/terrain/water/coast-tropical-A01-sw.png
+share/wesnoth/data/core/images/terrain/water/coast-tropical-A01.png
+share/wesnoth/data/core/images/terrain/water/coast-tropical-A02-n.png
+share/wesnoth/data/core/images/terrain/water/coast-tropical-A02-ne.png
+share/wesnoth/data/core/images/terrain/water/coast-tropical-A02-nw.png
+share/wesnoth/data/core/images/terrain/water/coast-tropical-A02-s.png
+share/wesnoth/data/core/images/terrain/water/coast-tropical-A02-se.png
+share/wesnoth/data/core/images/terrain/water/coast-tropical-A02-sw.png
+share/wesnoth/data/core/images/terrain/water/coast-tropical-A02.png
+share/wesnoth/data/core/images/terrain/water/coast-tropical-A03-n.png
+share/wesnoth/data/core/images/terrain/water/coast-tropical-A03-ne.png
+share/wesnoth/data/core/images/terrain/water/coast-tropical-A03-nw.png
+share/wesnoth/data/core/images/terrain/water/coast-tropical-A03-s.png
+share/wesnoth/data/core/images/terrain/water/coast-tropical-A03-se.png
+share/wesnoth/data/core/images/terrain/water/coast-tropical-A03-sw.png
+share/wesnoth/data/core/images/terrain/water/coast-tropical-A03.png
+share/wesnoth/data/core/images/terrain/water/coast-tropical-A04-n.png
+share/wesnoth/data/core/images/terrain/water/coast-tropical-A04-ne.png
+share/wesnoth/data/core/images/terrain/water/coast-tropical-A04-nw.png
+share/wesnoth/data/core/images/terrain/water/coast-tropical-A04-s.png
+share/wesnoth/data/core/images/terrain/water/coast-tropical-A04-se.png
+share/wesnoth/data/core/images/terrain/water/coast-tropical-A04-sw.png
+share/wesnoth/data/core/images/terrain/water/coast-tropical-A04.png
+share/wesnoth/data/core/images/terrain/water/coast-tropical-A05-n.png
+share/wesnoth/data/core/images/terrain/water/coast-tropical-A05-ne.png
+share/wesnoth/data/core/images/terrain/water/coast-tropical-A05-nw.png
+share/wesnoth/data/core/images/terrain/water/coast-tropical-A05-s.png
+share/wesnoth/data/core/images/terrain/water/coast-tropical-A05-se.png
+share/wesnoth/data/core/images/terrain/water/coast-tropical-A05-sw.png
+share/wesnoth/data/core/images/terrain/water/coast-tropical-A05.png
+share/wesnoth/data/core/images/terrain/water/coast-tropical-A06-n.png
+share/wesnoth/data/core/images/terrain/water/coast-tropical-A06-ne.png
+share/wesnoth/data/core/images/terrain/water/coast-tropical-A06-nw.png
+share/wesnoth/data/core/images/terrain/water/coast-tropical-A06-s.png
+share/wesnoth/data/core/images/terrain/water/coast-tropical-A06-se.png
+share/wesnoth/data/core/images/terrain/water/coast-tropical-A06-sw.png
+share/wesnoth/data/core/images/terrain/water/coast-tropical-A06.png
+share/wesnoth/data/core/images/terrain/water/coast-tropical-A07-n.png
+share/wesnoth/data/core/images/terrain/water/coast-tropical-A07-ne.png
+share/wesnoth/data/core/images/terrain/water/coast-tropical-A07-nw.png
+share/wesnoth/data/core/images/terrain/water/coast-tropical-A07-s.png
+share/wesnoth/data/core/images/terrain/water/coast-tropical-A07-se.png
+share/wesnoth/data/core/images/terrain/water/coast-tropical-A07-sw.png
+share/wesnoth/data/core/images/terrain/water/coast-tropical-A07.png
+share/wesnoth/data/core/images/terrain/water/coast-tropical-A08-n.png
+share/wesnoth/data/core/images/terrain/water/coast-tropical-A08-ne.png
+share/wesnoth/data/core/images/terrain/water/coast-tropical-A08-nw.png
+share/wesnoth/data/core/images/terrain/water/coast-tropical-A08-s.png
+share/wesnoth/data/core/images/terrain/water/coast-tropical-A08-se.png
+share/wesnoth/data/core/images/terrain/water/coast-tropical-A08-sw.png
+share/wesnoth/data/core/images/terrain/water/coast-tropical-A08.png
+share/wesnoth/data/core/images/terrain/water/coast-tropical-A09-n.png
+share/wesnoth/data/core/images/terrain/water/coast-tropical-A09-ne.png
+share/wesnoth/data/core/images/terrain/water/coast-tropical-A09-nw.png
+share/wesnoth/data/core/images/terrain/water/coast-tropical-A09-s.png
+share/wesnoth/data/core/images/terrain/water/coast-tropical-A09-se.png
+share/wesnoth/data/core/images/terrain/water/coast-tropical-A09-sw.png
+share/wesnoth/data/core/images/terrain/water/coast-tropical-A09.png
+share/wesnoth/data/core/images/terrain/water/coast-tropical-A10-n.png
+share/wesnoth/data/core/images/terrain/water/coast-tropical-A10-ne.png
+share/wesnoth/data/core/images/terrain/water/coast-tropical-A10-nw.png
+share/wesnoth/data/core/images/terrain/water/coast-tropical-A10-s.png
+share/wesnoth/data/core/images/terrain/water/coast-tropical-A10-se.png
+share/wesnoth/data/core/images/terrain/water/coast-tropical-A10-sw.png
+share/wesnoth/data/core/images/terrain/water/coast-tropical-A10.png
+share/wesnoth/data/core/images/terrain/water/coast-tropical-A11-n.png
+share/wesnoth/data/core/images/terrain/water/coast-tropical-A11-ne.png
+share/wesnoth/data/core/images/terrain/water/coast-tropical-A11-nw.png
+share/wesnoth/data/core/images/terrain/water/coast-tropical-A11-s.png
+share/wesnoth/data/core/images/terrain/water/coast-tropical-A11-se.png
+share/wesnoth/data/core/images/terrain/water/coast-tropical-A11-sw.png
+share/wesnoth/data/core/images/terrain/water/coast-tropical-A11.png
+share/wesnoth/data/core/images/terrain/water/coast-tropical-A12-n.png
+share/wesnoth/data/core/images/terrain/water/coast-tropical-A12-ne.png
+share/wesnoth/data/core/images/terrain/water/coast-tropical-A12-nw.png
+share/wesnoth/data/core/images/terrain/water/coast-tropical-A12-s.png
+share/wesnoth/data/core/images/terrain/water/coast-tropical-A12-se.png
+share/wesnoth/data/core/images/terrain/water/coast-tropical-A12-sw.png
+share/wesnoth/data/core/images/terrain/water/coast-tropical-A12.png
+share/wesnoth/data/core/images/terrain/water/coast-tropical-A13-n.png
+share/wesnoth/data/core/images/terrain/water/coast-tropical-A13-ne.png
+share/wesnoth/data/core/images/terrain/water/coast-tropical-A13-nw.png
+share/wesnoth/data/core/images/terrain/water/coast-tropical-A13-s.png
+share/wesnoth/data/core/images/terrain/water/coast-tropical-A13-se.png
+share/wesnoth/data/core/images/terrain/water/coast-tropical-A13-sw.png
+share/wesnoth/data/core/images/terrain/water/coast-tropical-A13.png
+share/wesnoth/data/core/images/terrain/water/coast-tropical-A14-n.png
+share/wesnoth/data/core/images/terrain/water/coast-tropical-A14-ne.png
+share/wesnoth/data/core/images/terrain/water/coast-tropical-A14-nw.png
+share/wesnoth/data/core/images/terrain/water/coast-tropical-A14-s.png
+share/wesnoth/data/core/images/terrain/water/coast-tropical-A14-se.png
+share/wesnoth/data/core/images/terrain/water/coast-tropical-A14-sw.png
+share/wesnoth/data/core/images/terrain/water/coast-tropical-A14.png
+share/wesnoth/data/core/images/terrain/water/coast-tropical-A15-n.png
+share/wesnoth/data/core/images/terrain/water/coast-tropical-A15-ne.png
+share/wesnoth/data/core/images/terrain/water/coast-tropical-A15-nw.png
+share/wesnoth/data/core/images/terrain/water/coast-tropical-A15-s.png
+share/wesnoth/data/core/images/terrain/water/coast-tropical-A15-se.png
+share/wesnoth/data/core/images/terrain/water/coast-tropical-A15-sw.png
+share/wesnoth/data/core/images/terrain/water/coast-tropical-A15.png
+share/wesnoth/data/core/images/terrain/water/coast-tropical-long-A01-n.png
+share/wesnoth/data/core/images/terrain/water/coast-tropical-long-A01-ne.png
+share/wesnoth/data/core/images/terrain/water/coast-tropical-long-A01-nw.png
+share/wesnoth/data/core/images/terrain/water/coast-tropical-long-A01-s.png
+share/wesnoth/data/core/images/terrain/water/coast-tropical-long-A01-se.png
+share/wesnoth/data/core/images/terrain/water/coast-tropical-long-A01-sw.png
+share/wesnoth/data/core/images/terrain/water/coast-tropical-long-A02-n.png
+share/wesnoth/data/core/images/terrain/water/coast-tropical-long-A02-ne.png
+share/wesnoth/data/core/images/terrain/water/coast-tropical-long-A02-nw.png
+share/wesnoth/data/core/images/terrain/water/coast-tropical-long-A02-s.png
+share/wesnoth/data/core/images/terrain/water/coast-tropical-long-A02-se.png
+share/wesnoth/data/core/images/terrain/water/coast-tropical-long-A02-sw.png
+share/wesnoth/data/core/images/terrain/water/coast-tropical-long-A03-n.png
+share/wesnoth/data/core/images/terrain/water/coast-tropical-long-A03-ne.png
+share/wesnoth/data/core/images/terrain/water/coast-tropical-long-A03-nw.png
+share/wesnoth/data/core/images/terrain/water/coast-tropical-long-A03-s.png
+share/wesnoth/data/core/images/terrain/water/coast-tropical-long-A03-se.png
+share/wesnoth/data/core/images/terrain/water/coast-tropical-long-A03-sw.png
+share/wesnoth/data/core/images/terrain/water/coast-tropical-long-A04-n.png
+share/wesnoth/data/core/images/terrain/water/coast-tropical-long-A04-ne.png
+share/wesnoth/data/core/images/terrain/water/coast-tropical-long-A04-nw.png
+share/wesnoth/data/core/images/terrain/water/coast-tropical-long-A04-s.png
+share/wesnoth/data/core/images/terrain/water/coast-tropical-long-A04-se.png
+share/wesnoth/data/core/images/terrain/water/coast-tropical-long-A04-sw.png
+share/wesnoth/data/core/images/terrain/water/coast-tropical-long-A05-n.png
+share/wesnoth/data/core/images/terrain/water/coast-tropical-long-A05-ne.png
+share/wesnoth/data/core/images/terrain/water/coast-tropical-long-A05-nw.png
+share/wesnoth/data/core/images/terrain/water/coast-tropical-long-A05-s.png
+share/wesnoth/data/core/images/terrain/water/coast-tropical-long-A05-se.png
+share/wesnoth/data/core/images/terrain/water/coast-tropical-long-A05-sw.png
+share/wesnoth/data/core/images/terrain/water/coast-tropical-long-A06-n.png
+share/wesnoth/data/core/images/terrain/water/coast-tropical-long-A06-ne.png
+share/wesnoth/data/core/images/terrain/water/coast-tropical-long-A06-nw.png
+share/wesnoth/data/core/images/terrain/water/coast-tropical-long-A06-s.png
+share/wesnoth/data/core/images/terrain/water/coast-tropical-long-A06-se.png
+share/wesnoth/data/core/images/terrain/water/coast-tropical-long-A06-sw.png
+share/wesnoth/data/core/images/terrain/water/coast-tropical-long-A07-n.png
+share/wesnoth/data/core/images/terrain/water/coast-tropical-long-A07-ne.png
+share/wesnoth/data/core/images/terrain/water/coast-tropical-long-A07-nw.png
+share/wesnoth/data/core/images/terrain/water/coast-tropical-long-A07-s.png
+share/wesnoth/data/core/images/terrain/water/coast-tropical-long-A07-se.png
+share/wesnoth/data/core/images/terrain/water/coast-tropical-long-A07-sw.png
+share/wesnoth/data/core/images/terrain/water/coast-tropical-long-A08-n.png
+share/wesnoth/data/core/images/terrain/water/coast-tropical-long-A08-ne.png
+share/wesnoth/data/core/images/terrain/water/coast-tropical-long-A08-nw.png
+share/wesnoth/data/core/images/terrain/water/coast-tropical-long-A08-s.png
+share/wesnoth/data/core/images/terrain/water/coast-tropical-long-A08-se.png
+share/wesnoth/data/core/images/terrain/water/coast-tropical-long-A08-sw.png
+share/wesnoth/data/core/images/terrain/water/coast-tropical-long-A09-n.png
+share/wesnoth/data/core/images/terrain/water/coast-tropical-long-A09-ne.png
+share/wesnoth/data/core/images/terrain/water/coast-tropical-long-A09-nw.png
+share/wesnoth/data/core/images/terrain/water/coast-tropical-long-A09-s.png
+share/wesnoth/data/core/images/terrain/water/coast-tropical-long-A09-se.png
+share/wesnoth/data/core/images/terrain/water/coast-tropical-long-A09-sw.png
+share/wesnoth/data/core/images/terrain/water/coast-tropical-long-A10-n.png
+share/wesnoth/data/core/images/terrain/water/coast-tropical-long-A10-ne.png
+share/wesnoth/data/core/images/terrain/water/coast-tropical-long-A10-nw.png
+share/wesnoth/data/core/images/terrain/water/coast-tropical-long-A10-s.png
+share/wesnoth/data/core/images/terrain/water/coast-tropical-long-A10-se.png
+share/wesnoth/data/core/images/terrain/water/coast-tropical-long-A10-sw.png
+share/wesnoth/data/core/images/terrain/water/coast-tropical-long-A11-n.png
+share/wesnoth/data/core/images/terrain/water/coast-tropical-long-A11-ne.png
+share/wesnoth/data/core/images/terrain/water/coast-tropical-long-A11-nw.png
+share/wesnoth/data/core/images/terrain/water/coast-tropical-long-A11-s.png
+share/wesnoth/data/core/images/terrain/water/coast-tropical-long-A11-se.png
+share/wesnoth/data/core/images/terrain/water/coast-tropical-long-A11-sw.png
+share/wesnoth/data/core/images/terrain/water/coast-tropical-long-A12-n.png
+share/wesnoth/data/core/images/terrain/water/coast-tropical-long-A12-ne.png
+share/wesnoth/data/core/images/terrain/water/coast-tropical-long-A12-nw.png
+share/wesnoth/data/core/images/terrain/water/coast-tropical-long-A12-s.png
+share/wesnoth/data/core/images/terrain/water/coast-tropical-long-A12-se.png
+share/wesnoth/data/core/images/terrain/water/coast-tropical-long-A12-sw.png
+share/wesnoth/data/core/images/terrain/water/coast-tropical-long-A13-n.png
+share/wesnoth/data/core/images/terrain/water/coast-tropical-long-A13-ne.png
+share/wesnoth/data/core/images/terrain/water/coast-tropical-long-A13-nw.png
+share/wesnoth/data/core/images/terrain/water/coast-tropical-long-A13-s.png
+share/wesnoth/data/core/images/terrain/water/coast-tropical-long-A13-se.png
+share/wesnoth/data/core/images/terrain/water/coast-tropical-long-A13-sw.png
+share/wesnoth/data/core/images/terrain/water/coast-tropical-long-A14-n.png
+share/wesnoth/data/core/images/terrain/water/coast-tropical-long-A14-ne.png
+share/wesnoth/data/core/images/terrain/water/coast-tropical-long-A14-nw.png
+share/wesnoth/data/core/images/terrain/water/coast-tropical-long-A14-s.png
+share/wesnoth/data/core/images/terrain/water/coast-tropical-long-A14-se.png
+share/wesnoth/data/core/images/terrain/water/coast-tropical-long-A14-sw.png
+share/wesnoth/data/core/images/terrain/water/coast-tropical-long-A15-n.png
+share/wesnoth/data/core/images/terrain/water/coast-tropical-long-A15-ne.png
+share/wesnoth/data/core/images/terrain/water/coast-tropical-long-A15-nw.png
+share/wesnoth/data/core/images/terrain/water/coast-tropical-long-A15-s.png
+share/wesnoth/data/core/images/terrain/water/coast-tropical-long-A15-se.png
+share/wesnoth/data/core/images/terrain/water/coast-tropical-long-A15-sw.png
+share/wesnoth/data/core/images/terrain/water/coast-tropical-tile.png
share/wesnoth/data/core/images/terrain/water/ford-n.png
share/wesnoth/data/core/images/terrain/water/ford-ne.png
share/wesnoth/data/core/images/terrain/water/ford-nw.png
share/wesnoth/data/core/images/terrain/water/ford-s.png
share/wesnoth/data/core/images/terrain/water/ford-se.png
share/wesnoth/data/core/images/terrain/water/ford-sw.png
+share/wesnoth/data/core/images/terrain/water/ford-tile.png
share/wesnoth/data/core/images/terrain/water/ford.png
-share/wesnoth/data/core/images/terrain/water/ford2.png
-share/wesnoth/data/core/images/terrain/water/ocean-n.png
-share/wesnoth/data/core/images/terrain/water/ocean-ne.png
-share/wesnoth/data/core/images/terrain/water/ocean-nw.png
-share/wesnoth/data/core/images/terrain/water/ocean-s.png
-share/wesnoth/data/core/images/terrain/water/ocean-se.png
-share/wesnoth/data/core/images/terrain/water/ocean-sw.png
-share/wesnoth/data/core/images/terrain/water/ocean.png
-share/wesnoth/data/core/images/terrain/water/ocean2.png
-share/wesnoth/data/core/images/terrain/water/ocean3.png
+share/wesnoth/data/core/images/terrain/water/ocean-A01-n.png
+share/wesnoth/data/core/images/terrain/water/ocean-A01-ne.png
+share/wesnoth/data/core/images/terrain/water/ocean-A01-nw.png
+share/wesnoth/data/core/images/terrain/water/ocean-A01-s.png
+share/wesnoth/data/core/images/terrain/water/ocean-A01-se.png
+share/wesnoth/data/core/images/terrain/water/ocean-A01-sw.png
+share/wesnoth/data/core/images/terrain/water/ocean-A01.png
+share/wesnoth/data/core/images/terrain/water/ocean-A02-n.png
+share/wesnoth/data/core/images/terrain/water/ocean-A02-ne.png
+share/wesnoth/data/core/images/terrain/water/ocean-A02-nw.png
+share/wesnoth/data/core/images/terrain/water/ocean-A02-s.png
+share/wesnoth/data/core/images/terrain/water/ocean-A02-se.png
+share/wesnoth/data/core/images/terrain/water/ocean-A02-sw.png
+share/wesnoth/data/core/images/terrain/water/ocean-A02.png
+share/wesnoth/data/core/images/terrain/water/ocean-A03-n.png
+share/wesnoth/data/core/images/terrain/water/ocean-A03-ne.png
+share/wesnoth/data/core/images/terrain/water/ocean-A03-nw.png
+share/wesnoth/data/core/images/terrain/water/ocean-A03-s.png
+share/wesnoth/data/core/images/terrain/water/ocean-A03-se.png
+share/wesnoth/data/core/images/terrain/water/ocean-A03-sw.png
+share/wesnoth/data/core/images/terrain/water/ocean-A03.png
+share/wesnoth/data/core/images/terrain/water/ocean-A04-n.png
+share/wesnoth/data/core/images/terrain/water/ocean-A04-ne.png
+share/wesnoth/data/core/images/terrain/water/ocean-A04-nw.png
+share/wesnoth/data/core/images/terrain/water/ocean-A04-s.png
+share/wesnoth/data/core/images/terrain/water/ocean-A04-se.png
+share/wesnoth/data/core/images/terrain/water/ocean-A04-sw.png
+share/wesnoth/data/core/images/terrain/water/ocean-A04.png
+share/wesnoth/data/core/images/terrain/water/ocean-A05-n.png
+share/wesnoth/data/core/images/terrain/water/ocean-A05-ne.png
+share/wesnoth/data/core/images/terrain/water/ocean-A05-nw.png
+share/wesnoth/data/core/images/terrain/water/ocean-A05-s.png
+share/wesnoth/data/core/images/terrain/water/ocean-A05-se.png
+share/wesnoth/data/core/images/terrain/water/ocean-A05-sw.png
+share/wesnoth/data/core/images/terrain/water/ocean-A05.png
+share/wesnoth/data/core/images/terrain/water/ocean-A06-n.png
+share/wesnoth/data/core/images/terrain/water/ocean-A06-ne.png
+share/wesnoth/data/core/images/terrain/water/ocean-A06-nw.png
+share/wesnoth/data/core/images/terrain/water/ocean-A06-s.png
+share/wesnoth/data/core/images/terrain/water/ocean-A06-se.png
+share/wesnoth/data/core/images/terrain/water/ocean-A06-sw.png
+share/wesnoth/data/core/images/terrain/water/ocean-A06.png
+share/wesnoth/data/core/images/terrain/water/ocean-A07-n.png
+share/wesnoth/data/core/images/terrain/water/ocean-A07-ne.png
+share/wesnoth/data/core/images/terrain/water/ocean-A07-nw.png
+share/wesnoth/data/core/images/terrain/water/ocean-A07-s.png
+share/wesnoth/data/core/images/terrain/water/ocean-A07-se.png
+share/wesnoth/data/core/images/terrain/water/ocean-A07-sw.png
+share/wesnoth/data/core/images/terrain/water/ocean-A07.png
+share/wesnoth/data/core/images/terrain/water/ocean-A08-n.png
+share/wesnoth/data/core/images/terrain/water/ocean-A08-ne.png
+share/wesnoth/data/core/images/terrain/water/ocean-A08-nw.png
+share/wesnoth/data/core/images/terrain/water/ocean-A08-s.png
+share/wesnoth/data/core/images/terrain/water/ocean-A08-se.png
+share/wesnoth/data/core/images/terrain/water/ocean-A08-sw.png
+share/wesnoth/data/core/images/terrain/water/ocean-A08.png
+share/wesnoth/data/core/images/terrain/water/ocean-A09-n.png
+share/wesnoth/data/core/images/terrain/water/ocean-A09-ne.png
+share/wesnoth/data/core/images/terrain/water/ocean-A09-nw.png
+share/wesnoth/data/core/images/terrain/water/ocean-A09-s.png
+share/wesnoth/data/core/images/terrain/water/ocean-A09-se.png
+share/wesnoth/data/core/images/terrain/water/ocean-A09-sw.png
+share/wesnoth/data/core/images/terrain/water/ocean-A09.png
+share/wesnoth/data/core/images/terrain/water/ocean-A10-n.png
+share/wesnoth/data/core/images/terrain/water/ocean-A10-ne.png
+share/wesnoth/data/core/images/terrain/water/ocean-A10-nw.png
+share/wesnoth/data/core/images/terrain/water/ocean-A10-s.png
+share/wesnoth/data/core/images/terrain/water/ocean-A10-se.png
+share/wesnoth/data/core/images/terrain/water/ocean-A10-sw.png
+share/wesnoth/data/core/images/terrain/water/ocean-A10.png
+share/wesnoth/data/core/images/terrain/water/ocean-A11-n.png
+share/wesnoth/data/core/images/terrain/water/ocean-A11-ne.png
+share/wesnoth/data/core/images/terrain/water/ocean-A11-nw.png
+share/wesnoth/data/core/images/terrain/water/ocean-A11-s.png
+share/wesnoth/data/core/images/terrain/water/ocean-A11-se.png
+share/wesnoth/data/core/images/terrain/water/ocean-A11-sw.png
+share/wesnoth/data/core/images/terrain/water/ocean-A11.png
+share/wesnoth/data/core/images/terrain/water/ocean-A12-n.png
+share/wesnoth/data/core/images/terrain/water/ocean-A12-ne.png
+share/wesnoth/data/core/images/terrain/water/ocean-A12-nw.png
+share/wesnoth/data/core/images/terrain/water/ocean-A12-s.png
+share/wesnoth/data/core/images/terrain/water/ocean-A12-se.png
+share/wesnoth/data/core/images/terrain/water/ocean-A12-sw.png
+share/wesnoth/data/core/images/terrain/water/ocean-A12.png
+share/wesnoth/data/core/images/terrain/water/ocean-A13-n.png
+share/wesnoth/data/core/images/terrain/water/ocean-A13-ne.png
+share/wesnoth/data/core/images/terrain/water/ocean-A13-nw.png
+share/wesnoth/data/core/images/terrain/water/ocean-A13-s.png
+share/wesnoth/data/core/images/terrain/water/ocean-A13-se.png
+share/wesnoth/data/core/images/terrain/water/ocean-A13-sw.png
+share/wesnoth/data/core/images/terrain/water/ocean-A13.png
+share/wesnoth/data/core/images/terrain/water/ocean-A14-n.png
+share/wesnoth/data/core/images/terrain/water/ocean-A14-ne.png
+share/wesnoth/data/core/images/terrain/water/ocean-A14-nw.png
+share/wesnoth/data/core/images/terrain/water/ocean-A14-s.png
+share/wesnoth/data/core/images/terrain/water/ocean-A14-se.png
+share/wesnoth/data/core/images/terrain/water/ocean-A14-sw.png
+share/wesnoth/data/core/images/terrain/water/ocean-A14.png
+share/wesnoth/data/core/images/terrain/water/ocean-A15-n.png
+share/wesnoth/data/core/images/terrain/water/ocean-A15-ne.png
+share/wesnoth/data/core/images/terrain/water/ocean-A15-nw.png
+share/wesnoth/data/core/images/terrain/water/ocean-A15-s.png
+share/wesnoth/data/core/images/terrain/water/ocean-A15-se.png
+share/wesnoth/data/core/images/terrain/water/ocean-A15-sw.png
+share/wesnoth/data/core/images/terrain/water/ocean-A15.png
+share/wesnoth/data/core/images/terrain/water/ocean-blend-A01-n.png
+share/wesnoth/data/core/images/terrain/water/ocean-blend-A01-ne.png
+share/wesnoth/data/core/images/terrain/water/ocean-blend-A01-nw.png
+share/wesnoth/data/core/images/terrain/water/ocean-blend-A01-s.png
+share/wesnoth/data/core/images/terrain/water/ocean-blend-A01-se.png
+share/wesnoth/data/core/images/terrain/water/ocean-blend-A01-sw.png
+share/wesnoth/data/core/images/terrain/water/ocean-blend-A02-n.png
+share/wesnoth/data/core/images/terrain/water/ocean-blend-A02-ne.png
+share/wesnoth/data/core/images/terrain/water/ocean-blend-A02-nw.png
+share/wesnoth/data/core/images/terrain/water/ocean-blend-A02-s.png
+share/wesnoth/data/core/images/terrain/water/ocean-blend-A02-se.png
+share/wesnoth/data/core/images/terrain/water/ocean-blend-A02-sw.png
+share/wesnoth/data/core/images/terrain/water/ocean-blend-A03-n.png
+share/wesnoth/data/core/images/terrain/water/ocean-blend-A03-ne.png
+share/wesnoth/data/core/images/terrain/water/ocean-blend-A03-nw.png
+share/wesnoth/data/core/images/terrain/water/ocean-blend-A03-s.png
+share/wesnoth/data/core/images/terrain/water/ocean-blend-A03-se.png
+share/wesnoth/data/core/images/terrain/water/ocean-blend-A03-sw.png
+share/wesnoth/data/core/images/terrain/water/ocean-blend-A04-n.png
+share/wesnoth/data/core/images/terrain/water/ocean-blend-A04-ne.png
+share/wesnoth/data/core/images/terrain/water/ocean-blend-A04-nw.png
+share/wesnoth/data/core/images/terrain/water/ocean-blend-A04-s.png
+share/wesnoth/data/core/images/terrain/water/ocean-blend-A04-se.png
+share/wesnoth/data/core/images/terrain/water/ocean-blend-A04-sw.png
+share/wesnoth/data/core/images/terrain/water/ocean-blend-A05-n.png
+share/wesnoth/data/core/images/terrain/water/ocean-blend-A05-ne.png
+share/wesnoth/data/core/images/terrain/water/ocean-blend-A05-nw.png
+share/wesnoth/data/core/images/terrain/water/ocean-blend-A05-s.png
+share/wesnoth/data/core/images/terrain/water/ocean-blend-A05-se.png
+share/wesnoth/data/core/images/terrain/water/ocean-blend-A05-sw.png
+share/wesnoth/data/core/images/terrain/water/ocean-blend-A06-n.png
+share/wesnoth/data/core/images/terrain/water/ocean-blend-A06-ne.png
+share/wesnoth/data/core/images/terrain/water/ocean-blend-A06-nw.png
+share/wesnoth/data/core/images/terrain/water/ocean-blend-A06-s.png
+share/wesnoth/data/core/images/terrain/water/ocean-blend-A06-se.png
+share/wesnoth/data/core/images/terrain/water/ocean-blend-A06-sw.png
+share/wesnoth/data/core/images/terrain/water/ocean-blend-A07-n.png
+share/wesnoth/data/core/images/terrain/water/ocean-blend-A07-ne.png
+share/wesnoth/data/core/images/terrain/water/ocean-blend-A07-nw.png
+share/wesnoth/data/core/images/terrain/water/ocean-blend-A07-s.png
+share/wesnoth/data/core/images/terrain/water/ocean-blend-A07-se.png
+share/wesnoth/data/core/images/terrain/water/ocean-blend-A07-sw.png
+share/wesnoth/data/core/images/terrain/water/ocean-blend-A08-n.png
+share/wesnoth/data/core/images/terrain/water/ocean-blend-A08-ne.png
+share/wesnoth/data/core/images/terrain/water/ocean-blend-A08-nw.png
+share/wesnoth/data/core/images/terrain/water/ocean-blend-A08-s.png
+share/wesnoth/data/core/images/terrain/water/ocean-blend-A08-se.png
+share/wesnoth/data/core/images/terrain/water/ocean-blend-A08-sw.png
+share/wesnoth/data/core/images/terrain/water/ocean-blend-A09-n.png
+share/wesnoth/data/core/images/terrain/water/ocean-blend-A09-ne.png
+share/wesnoth/data/core/images/terrain/water/ocean-blend-A09-nw.png
+share/wesnoth/data/core/images/terrain/water/ocean-blend-A09-s.png
+share/wesnoth/data/core/images/terrain/water/ocean-blend-A09-se.png
+share/wesnoth/data/core/images/terrain/water/ocean-blend-A09-sw.png
+share/wesnoth/data/core/images/terrain/water/ocean-blend-A10-n.png
+share/wesnoth/data/core/images/terrain/water/ocean-blend-A10-ne.png
+share/wesnoth/data/core/images/terrain/water/ocean-blend-A10-nw.png
+share/wesnoth/data/core/images/terrain/water/ocean-blend-A10-s.png
+share/wesnoth/data/core/images/terrain/water/ocean-blend-A10-se.png
+share/wesnoth/data/core/images/terrain/water/ocean-blend-A10-sw.png
+share/wesnoth/data/core/images/terrain/water/ocean-blend-A11-n.png
+share/wesnoth/data/core/images/terrain/water/ocean-blend-A11-ne.png
+share/wesnoth/data/core/images/terrain/water/ocean-blend-A11-nw.png
+share/wesnoth/data/core/images/terrain/water/ocean-blend-A11-s.png
+share/wesnoth/data/core/images/terrain/water/ocean-blend-A11-se.png
+share/wesnoth/data/core/images/terrain/water/ocean-blend-A11-sw.png
+share/wesnoth/data/core/images/terrain/water/ocean-blend-A12-n.png
+share/wesnoth/data/core/images/terrain/water/ocean-blend-A12-ne.png
+share/wesnoth/data/core/images/terrain/water/ocean-blend-A12-nw.png
+share/wesnoth/data/core/images/terrain/water/ocean-blend-A12-s.png
+share/wesnoth/data/core/images/terrain/water/ocean-blend-A12-se.png
+share/wesnoth/data/core/images/terrain/water/ocean-blend-A12-sw.png
+share/wesnoth/data/core/images/terrain/water/ocean-blend-A13-n.png
+share/wesnoth/data/core/images/terrain/water/ocean-blend-A13-ne.png
+share/wesnoth/data/core/images/terrain/water/ocean-blend-A13-nw.png
+share/wesnoth/data/core/images/terrain/water/ocean-blend-A13-s.png
+share/wesnoth/data/core/images/terrain/water/ocean-blend-A13-se.png
+share/wesnoth/data/core/images/terrain/water/ocean-blend-A13-sw.png
+share/wesnoth/data/core/images/terrain/water/ocean-blend-A14-n.png
+share/wesnoth/data/core/images/terrain/water/ocean-blend-A14-ne.png
+share/wesnoth/data/core/images/terrain/water/ocean-blend-A14-nw.png
+share/wesnoth/data/core/images/terrain/water/ocean-blend-A14-s.png
+share/wesnoth/data/core/images/terrain/water/ocean-blend-A14-se.png
+share/wesnoth/data/core/images/terrain/water/ocean-blend-A14-sw.png
+share/wesnoth/data/core/images/terrain/water/ocean-blend-A15-n.png
+share/wesnoth/data/core/images/terrain/water/ocean-blend-A15-ne.png
+share/wesnoth/data/core/images/terrain/water/ocean-blend-A15-nw.png
+share/wesnoth/data/core/images/terrain/water/ocean-blend-A15-s.png
+share/wesnoth/data/core/images/terrain/water/ocean-blend-A15-se.png
+share/wesnoth/data/core/images/terrain/water/ocean-blend-A15-sw.png
+share/wesnoth/data/core/images/terrain/water/ocean-grey-tile.png
+share/wesnoth/data/core/images/terrain/water/ocean-long-A01-n.png
+share/wesnoth/data/core/images/terrain/water/ocean-long-A01-ne.png
+share/wesnoth/data/core/images/terrain/water/ocean-long-A01-nw.png
+share/wesnoth/data/core/images/terrain/water/ocean-long-A01-s.png
+share/wesnoth/data/core/images/terrain/water/ocean-long-A01-se.png
+share/wesnoth/data/core/images/terrain/water/ocean-long-A01-sw.png
+share/wesnoth/data/core/images/terrain/water/ocean-long-A02-n.png
+share/wesnoth/data/core/images/terrain/water/ocean-long-A02-ne.png
+share/wesnoth/data/core/images/terrain/water/ocean-long-A02-nw.png
+share/wesnoth/data/core/images/terrain/water/ocean-long-A02-s.png
+share/wesnoth/data/core/images/terrain/water/ocean-long-A02-se.png
+share/wesnoth/data/core/images/terrain/water/ocean-long-A02-sw.png
+share/wesnoth/data/core/images/terrain/water/ocean-long-A03-n.png
+share/wesnoth/data/core/images/terrain/water/ocean-long-A03-ne.png
+share/wesnoth/data/core/images/terrain/water/ocean-long-A03-nw.png
+share/wesnoth/data/core/images/terrain/water/ocean-long-A03-s.png
+share/wesnoth/data/core/images/terrain/water/ocean-long-A03-se.png
+share/wesnoth/data/core/images/terrain/water/ocean-long-A03-sw.png
+share/wesnoth/data/core/images/terrain/water/ocean-long-A04-n.png
+share/wesnoth/data/core/images/terrain/water/ocean-long-A04-ne.png
+share/wesnoth/data/core/images/terrain/water/ocean-long-A04-nw.png
+share/wesnoth/data/core/images/terrain/water/ocean-long-A04-s.png
+share/wesnoth/data/core/images/terrain/water/ocean-long-A04-se.png
+share/wesnoth/data/core/images/terrain/water/ocean-long-A04-sw.png
+share/wesnoth/data/core/images/terrain/water/ocean-long-A05-n.png
+share/wesnoth/data/core/images/terrain/water/ocean-long-A05-ne.png
+share/wesnoth/data/core/images/terrain/water/ocean-long-A05-nw.png
+share/wesnoth/data/core/images/terrain/water/ocean-long-A05-s.png
+share/wesnoth/data/core/images/terrain/water/ocean-long-A05-se.png
+share/wesnoth/data/core/images/terrain/water/ocean-long-A05-sw.png
+share/wesnoth/data/core/images/terrain/water/ocean-long-A06-n.png
+share/wesnoth/data/core/images/terrain/water/ocean-long-A06-ne.png
+share/wesnoth/data/core/images/terrain/water/ocean-long-A06-nw.png
+share/wesnoth/data/core/images/terrain/water/ocean-long-A06-s.png
+share/wesnoth/data/core/images/terrain/water/ocean-long-A06-se.png
+share/wesnoth/data/core/images/terrain/water/ocean-long-A06-sw.png
+share/wesnoth/data/core/images/terrain/water/ocean-long-A07-n.png
+share/wesnoth/data/core/images/terrain/water/ocean-long-A07-ne.png
+share/wesnoth/data/core/images/terrain/water/ocean-long-A07-nw.png
+share/wesnoth/data/core/images/terrain/water/ocean-long-A07-s.png
+share/wesnoth/data/core/images/terrain/water/ocean-long-A07-se.png
+share/wesnoth/data/core/images/terrain/water/ocean-long-A07-sw.png
+share/wesnoth/data/core/images/terrain/water/ocean-long-A08-n.png
+share/wesnoth/data/core/images/terrain/water/ocean-long-A08-ne.png
+share/wesnoth/data/core/images/terrain/water/ocean-long-A08-nw.png
+share/wesnoth/data/core/images/terrain/water/ocean-long-A08-s.png
+share/wesnoth/data/core/images/terrain/water/ocean-long-A08-se.png
+share/wesnoth/data/core/images/terrain/water/ocean-long-A08-sw.png
+share/wesnoth/data/core/images/terrain/water/ocean-long-A09-n.png
+share/wesnoth/data/core/images/terrain/water/ocean-long-A09-ne.png
+share/wesnoth/data/core/images/terrain/water/ocean-long-A09-nw.png
+share/wesnoth/data/core/images/terrain/water/ocean-long-A09-s.png
+share/wesnoth/data/core/images/terrain/water/ocean-long-A09-se.png
+share/wesnoth/data/core/images/terrain/water/ocean-long-A09-sw.png
+share/wesnoth/data/core/images/terrain/water/ocean-long-A10-n.png
+share/wesnoth/data/core/images/terrain/water/ocean-long-A10-ne.png
+share/wesnoth/data/core/images/terrain/water/ocean-long-A10-nw.png
+share/wesnoth/data/core/images/terrain/water/ocean-long-A10-s.png
+share/wesnoth/data/core/images/terrain/water/ocean-long-A10-se.png
+share/wesnoth/data/core/images/terrain/water/ocean-long-A10-sw.png
+share/wesnoth/data/core/images/terrain/water/ocean-long-A11-n.png
+share/wesnoth/data/core/images/terrain/water/ocean-long-A11-ne.png
+share/wesnoth/data/core/images/terrain/water/ocean-long-A11-nw.png
+share/wesnoth/data/core/images/terrain/water/ocean-long-A11-s.png
+share/wesnoth/data/core/images/terrain/water/ocean-long-A11-se.png
+share/wesnoth/data/core/images/terrain/water/ocean-long-A11-sw.png
+share/wesnoth/data/core/images/terrain/water/ocean-long-A12-n.png
+share/wesnoth/data/core/images/terrain/water/ocean-long-A12-ne.png
+share/wesnoth/data/core/images/terrain/water/ocean-long-A12-nw.png
+share/wesnoth/data/core/images/terrain/water/ocean-long-A12-s.png
+share/wesnoth/data/core/images/terrain/water/ocean-long-A12-se.png
+share/wesnoth/data/core/images/terrain/water/ocean-long-A12-sw.png
+share/wesnoth/data/core/images/terrain/water/ocean-long-A13-n.png
+share/wesnoth/data/core/images/terrain/water/ocean-long-A13-ne.png
+share/wesnoth/data/core/images/terrain/water/ocean-long-A13-nw.png
+share/wesnoth/data/core/images/terrain/water/ocean-long-A13-s.png
+share/wesnoth/data/core/images/terrain/water/ocean-long-A13-se.png
+share/wesnoth/data/core/images/terrain/water/ocean-long-A13-sw.png
+share/wesnoth/data/core/images/terrain/water/ocean-long-A14-n.png
+share/wesnoth/data/core/images/terrain/water/ocean-long-A14-ne.png
+share/wesnoth/data/core/images/terrain/water/ocean-long-A14-nw.png
+share/wesnoth/data/core/images/terrain/water/ocean-long-A14-s.png
+share/wesnoth/data/core/images/terrain/water/ocean-long-A14-se.png
+share/wesnoth/data/core/images/terrain/water/ocean-long-A14-sw.png
+share/wesnoth/data/core/images/terrain/water/ocean-long-A15-n.png
+share/wesnoth/data/core/images/terrain/water/ocean-long-A15-ne.png
+share/wesnoth/data/core/images/terrain/water/ocean-long-A15-nw.png
+share/wesnoth/data/core/images/terrain/water/ocean-long-A15-s.png
+share/wesnoth/data/core/images/terrain/water/ocean-long-A15-se.png
+share/wesnoth/data/core/images/terrain/water/ocean-long-A15-sw.png
+share/wesnoth/data/core/images/terrain/water/ocean-tile.png
+share/wesnoth/data/core/images/terrain/water/ocean-tropical-tile.png
+share/wesnoth/data/core/images/terrain/water/reef-gray-tile.png
+share/wesnoth/data/core/images/terrain/water/reef-tile.png
+share/wesnoth/data/core/images/terrain/water/reef-tropical-tile.png
share/wesnoth/data/core/images/terrain/water/reef.png
share/wesnoth/data/core/images/terrain/water/reef2.png
share/wesnoth/data/core/images/terrain/water/reef3.png
-share/wesnoth/data/core/images/terrain/windmill-01.png
-share/wesnoth/data/core/images/terrain/windmill-02.png
-share/wesnoth/data/core/images/terrain/windmill-03.png
-share/wesnoth/data/core/images/terrain/windmill-04.png
-share/wesnoth/data/core/images/terrain/windmill-05.png
-share/wesnoth/data/core/images/terrain/windmill-06.png
-share/wesnoth/data/core/images/terrain/windmill-07.png
-share/wesnoth/data/core/images/terrain/windmill-08.png
-share/wesnoth/data/core/images/terrain/windmill-09.png
-share/wesnoth/data/core/images/terrain/windmill-10.png
-share/wesnoth/data/core/images/terrain/windmill-11.png
-share/wesnoth/data/core/images/terrain/windmill-12.png
-share/wesnoth/data/core/images/terrain/windmill-13.png
-share/wesnoth/data/core/images/terrain/windmill-14.png
-share/wesnoth/data/core/images/terrain/windmill-15.png
-share/wesnoth/data/core/images/terrain/windmill-16.png
-share/wesnoth/data/core/images/terrain/windmill-17.png
-share/wesnoth/data/core/images/terrain/windmill-18.png
-share/wesnoth/data/core/images/terrain/windmill-tile.png
+share/wesnoth/data/core/images/terrain/water/reef4.png
+share/wesnoth/data/core/images/terrain/water/waves-concave-A01-bl.png
+share/wesnoth/data/core/images/terrain/water/waves-concave-A01-br.png
+share/wesnoth/data/core/images/terrain/water/waves-concave-A01-l.png
+share/wesnoth/data/core/images/terrain/water/waves-concave-A01-r.png
+share/wesnoth/data/core/images/terrain/water/waves-concave-A01-tl.png
+share/wesnoth/data/core/images/terrain/water/waves-concave-A01-tr.png
+share/wesnoth/data/core/images/terrain/water/waves-concave-A02-bl.png
+share/wesnoth/data/core/images/terrain/water/waves-concave-A02-br.png
+share/wesnoth/data/core/images/terrain/water/waves-concave-A02-l.png
+share/wesnoth/data/core/images/terrain/water/waves-concave-A02-r.png
+share/wesnoth/data/core/images/terrain/water/waves-concave-A02-tl.png
+share/wesnoth/data/core/images/terrain/water/waves-concave-A02-tr.png
+share/wesnoth/data/core/images/terrain/water/waves-concave-A03-bl.png
+share/wesnoth/data/core/images/terrain/water/waves-concave-A03-br.png
+share/wesnoth/data/core/images/terrain/water/waves-concave-A03-l.png
+share/wesnoth/data/core/images/terrain/water/waves-concave-A03-r.png
+share/wesnoth/data/core/images/terrain/water/waves-concave-A03-tl.png
+share/wesnoth/data/core/images/terrain/water/waves-concave-A03-tr.png
+share/wesnoth/data/core/images/terrain/water/waves-concave-A04-bl.png
+share/wesnoth/data/core/images/terrain/water/waves-concave-A04-br.png
+share/wesnoth/data/core/images/terrain/water/waves-concave-A04-l.png
+share/wesnoth/data/core/images/terrain/water/waves-concave-A04-r.png
+share/wesnoth/data/core/images/terrain/water/waves-concave-A04-tl.png
+share/wesnoth/data/core/images/terrain/water/waves-concave-A04-tr.png
+share/wesnoth/data/core/images/terrain/water/waves-concave-A05-bl.png
+share/wesnoth/data/core/images/terrain/water/waves-concave-A05-br.png
+share/wesnoth/data/core/images/terrain/water/waves-concave-A05-l.png
+share/wesnoth/data/core/images/terrain/water/waves-concave-A05-r.png
+share/wesnoth/data/core/images/terrain/water/waves-concave-A05-tl.png
+share/wesnoth/data/core/images/terrain/water/waves-concave-A05-tr.png
+share/wesnoth/data/core/images/terrain/water/waves-concave-A06-bl.png
+share/wesnoth/data/core/images/terrain/water/waves-concave-A06-br.png
+share/wesnoth/data/core/images/terrain/water/waves-concave-A06-l.png
+share/wesnoth/data/core/images/terrain/water/waves-concave-A06-r.png
+share/wesnoth/data/core/images/terrain/water/waves-concave-A06-tl.png
+share/wesnoth/data/core/images/terrain/water/waves-concave-A06-tr.png
share/wesnoth/data/core/images/themes/experimental-rightside.png
share/wesnoth/data/core/images/themes/gold-t.png
share/wesnoth/data/core/images/themes/gold.png
share/wesnoth/data/core/images/themes/income-t.png
share/wesnoth/data/core/images/themes/income.png
+share/wesnoth/data/core/images/themes/leftside-bg.png
+share/wesnoth/data/core/images/themes/leftside-bottom.png
+share/wesnoth/data/core/images/themes/leftside-small.png
+share/wesnoth/data/core/images/themes/leftside.png
share/wesnoth/data/core/images/themes/minimap.png
share/wesnoth/data/core/images/themes/rightside-bg.png
share/wesnoth/data/core/images/themes/rightside-bottom.png
+share/wesnoth/data/core/images/themes/rightside-editor-small.png
share/wesnoth/data/core/images/themes/rightside-editor.png
share/wesnoth/data/core/images/themes/rightside-small.png
share/wesnoth/data/core/images/themes/rightside.png
@@ -5006,21 +6770,37 @@ share/wesnoth/data/core/images/units/drakes/arbiter-pierce-se-5.png
share/wesnoth/data/core/images/units/drakes/arbiter-pierce-se-6.png
share/wesnoth/data/core/images/units/drakes/arbiter-pierce-se-7.png
share/wesnoth/data/core/images/units/drakes/arbiter.png
-share/wesnoth/data/core/images/units/drakes/armageddon-attack-melee1.png
-share/wesnoth/data/core/images/units/drakes/armageddon-attack-melee2.png
-share/wesnoth/data/core/images/units/drakes/armageddon-attack-melee3.png
-share/wesnoth/data/core/images/units/drakes/armageddon-attack-range1.png
-share/wesnoth/data/core/images/units/drakes/armageddon-attack-range2.png
-share/wesnoth/data/core/images/units/drakes/armageddon-attack-range3.png
-share/wesnoth/data/core/images/units/drakes/armageddon-attack-range4.png
-share/wesnoth/data/core/images/units/drakes/armageddon-defend.png
-share/wesnoth/data/core/images/units/drakes/armageddon-die1.png
-share/wesnoth/data/core/images/units/drakes/armageddon-die2.png
-share/wesnoth/data/core/images/units/drakes/armageddon-die3.png
-share/wesnoth/data/core/images/units/drakes/armageddon-die4.png
-share/wesnoth/data/core/images/units/drakes/armageddon-die5.png
-share/wesnoth/data/core/images/units/drakes/armageddon-die6.png
-share/wesnoth/data/core/images/units/drakes/armageddon-flying.png
+share/wesnoth/data/core/images/units/drakes/armageddon-defend-1.png
+share/wesnoth/data/core/images/units/drakes/armageddon-defend-2.png
+share/wesnoth/data/core/images/units/drakes/armageddon-fire-inhale-1.png
+share/wesnoth/data/core/images/units/drakes/armageddon-fire-inhale-2.png
+share/wesnoth/data/core/images/units/drakes/armageddon-fire-inhale-3.png
+share/wesnoth/data/core/images/units/drakes/armageddon-fire-inhale-4.png
+share/wesnoth/data/core/images/units/drakes/armageddon-fire-s-1.png
+share/wesnoth/data/core/images/units/drakes/armageddon-fire-s-2.png
+share/wesnoth/data/core/images/units/drakes/armageddon-fire-s-3.png
+share/wesnoth/data/core/images/units/drakes/armageddon-fire-s-4.png
+share/wesnoth/data/core/images/units/drakes/armageddon-fire-se-1.png
+share/wesnoth/data/core/images/units/drakes/armageddon-fire-se-2.png
+share/wesnoth/data/core/images/units/drakes/armageddon-fire-se-3.png
+share/wesnoth/data/core/images/units/drakes/armageddon-fire-se-4.png
+share/wesnoth/data/core/images/units/drakes/armageddon-fly-1.png
+share/wesnoth/data/core/images/units/drakes/armageddon-fly-2-upstroke.png
+share/wesnoth/data/core/images/units/drakes/armageddon-fly-2.png
+share/wesnoth/data/core/images/units/drakes/armageddon-fly-3-upstroke.png
+share/wesnoth/data/core/images/units/drakes/armageddon-fly-3.png
+share/wesnoth/data/core/images/units/drakes/armageddon-fly-4.png
+share/wesnoth/data/core/images/units/drakes/armageddon-fly-5.png
+share/wesnoth/data/core/images/units/drakes/armageddon-melee-1.png
+share/wesnoth/data/core/images/units/drakes/armageddon-melee-2.png
+share/wesnoth/data/core/images/units/drakes/armageddon-melee-3.png
+share/wesnoth/data/core/images/units/drakes/armageddon-melee-4.png
+share/wesnoth/data/core/images/units/drakes/armageddon-melee-5.png
+share/wesnoth/data/core/images/units/drakes/armageddon-melee-6.png
+share/wesnoth/data/core/images/units/drakes/armageddon-takeoff-1.png
+share/wesnoth/data/core/images/units/drakes/armageddon-takeoff-2.png
+share/wesnoth/data/core/images/units/drakes/armageddon-takeoff-3.png
+share/wesnoth/data/core/images/units/drakes/armageddon-takeoff-4.png
share/wesnoth/data/core/images/units/drakes/armageddon.png
share/wesnoth/data/core/images/units/drakes/blademaster-defend-1.png
share/wesnoth/data/core/images/units/drakes/blademaster-defend-2.png
@@ -5193,7 +6973,69 @@ share/wesnoth/data/core/images/units/drakes/fire-takeoff-2.png
share/wesnoth/data/core/images/units/drakes/fire-takeoff-3.png
share/wesnoth/data/core/images/units/drakes/fire-takeoff-4.png
share/wesnoth/data/core/images/units/drakes/fire.png
+share/wesnoth/data/core/images/units/drakes/flameheart-defend-1.png
+share/wesnoth/data/core/images/units/drakes/flameheart-defend-2.png
+share/wesnoth/data/core/images/units/drakes/flameheart-fire-inhale-1.png
+share/wesnoth/data/core/images/units/drakes/flameheart-fire-inhale-2.png
+share/wesnoth/data/core/images/units/drakes/flameheart-fire-inhale-3.png
+share/wesnoth/data/core/images/units/drakes/flameheart-fire-inhale-4.png
+share/wesnoth/data/core/images/units/drakes/flameheart-fire-s-1.png
+share/wesnoth/data/core/images/units/drakes/flameheart-fire-s-2.png
+share/wesnoth/data/core/images/units/drakes/flameheart-fire-s-3.png
+share/wesnoth/data/core/images/units/drakes/flameheart-fire-se-1.png
+share/wesnoth/data/core/images/units/drakes/flameheart-fire-se-2.png
+share/wesnoth/data/core/images/units/drakes/flameheart-fire-se-3.png
+share/wesnoth/data/core/images/units/drakes/flameheart-fly-1.png
+share/wesnoth/data/core/images/units/drakes/flameheart-fly-2-upstroke.png
+share/wesnoth/data/core/images/units/drakes/flameheart-fly-2.png
+share/wesnoth/data/core/images/units/drakes/flameheart-fly-3-upstroke.png
+share/wesnoth/data/core/images/units/drakes/flameheart-fly-3.png
+share/wesnoth/data/core/images/units/drakes/flameheart-fly-4.png
+share/wesnoth/data/core/images/units/drakes/flameheart-fly-5.png
+share/wesnoth/data/core/images/units/drakes/flameheart-lead-1.png
+share/wesnoth/data/core/images/units/drakes/flameheart-lead-2.png
+share/wesnoth/data/core/images/units/drakes/flameheart-melee-1.png
+share/wesnoth/data/core/images/units/drakes/flameheart-melee-2.png
+share/wesnoth/data/core/images/units/drakes/flameheart-melee-3.png
+share/wesnoth/data/core/images/units/drakes/flameheart-melee-4.png
+share/wesnoth/data/core/images/units/drakes/flameheart-melee-5.png
+share/wesnoth/data/core/images/units/drakes/flameheart-melee-6.png
+share/wesnoth/data/core/images/units/drakes/flameheart-takeoff-1.png
+share/wesnoth/data/core/images/units/drakes/flameheart-takeoff-2.png
+share/wesnoth/data/core/images/units/drakes/flameheart-takeoff-3.png
+share/wesnoth/data/core/images/units/drakes/flameheart-takeoff-4.png
share/wesnoth/data/core/images/units/drakes/flameheart.png
+share/wesnoth/data/core/images/units/drakes/flare-defend-1.png
+share/wesnoth/data/core/images/units/drakes/flare-defend-2.png
+share/wesnoth/data/core/images/units/drakes/flare-fire-inhale-1.png
+share/wesnoth/data/core/images/units/drakes/flare-fire-inhale-2.png
+share/wesnoth/data/core/images/units/drakes/flare-fire-inhale-3.png
+share/wesnoth/data/core/images/units/drakes/flare-fire-inhale-4.png
+share/wesnoth/data/core/images/units/drakes/flare-fire-s-1.png
+share/wesnoth/data/core/images/units/drakes/flare-fire-s-2.png
+share/wesnoth/data/core/images/units/drakes/flare-fire-s-3.png
+share/wesnoth/data/core/images/units/drakes/flare-fire-se-1.png
+share/wesnoth/data/core/images/units/drakes/flare-fire-se-2.png
+share/wesnoth/data/core/images/units/drakes/flare-fire-se-3.png
+share/wesnoth/data/core/images/units/drakes/flare-fly-1.png
+share/wesnoth/data/core/images/units/drakes/flare-fly-2-upstroke.png
+share/wesnoth/data/core/images/units/drakes/flare-fly-2.png
+share/wesnoth/data/core/images/units/drakes/flare-fly-3-upstroke.png
+share/wesnoth/data/core/images/units/drakes/flare-fly-3.png
+share/wesnoth/data/core/images/units/drakes/flare-fly-4.png
+share/wesnoth/data/core/images/units/drakes/flare-fly-5.png
+share/wesnoth/data/core/images/units/drakes/flare-lead-1.png
+share/wesnoth/data/core/images/units/drakes/flare-lead-2.png
+share/wesnoth/data/core/images/units/drakes/flare-melee-1.png
+share/wesnoth/data/core/images/units/drakes/flare-melee-2.png
+share/wesnoth/data/core/images/units/drakes/flare-melee-3.png
+share/wesnoth/data/core/images/units/drakes/flare-melee-4.png
+share/wesnoth/data/core/images/units/drakes/flare-melee-5.png
+share/wesnoth/data/core/images/units/drakes/flare-melee-6.png
+share/wesnoth/data/core/images/units/drakes/flare-takeoff-1.png
+share/wesnoth/data/core/images/units/drakes/flare-takeoff-2.png
+share/wesnoth/data/core/images/units/drakes/flare-takeoff-3.png
+share/wesnoth/data/core/images/units/drakes/flare-takeoff-4.png
share/wesnoth/data/core/images/units/drakes/flare.png
share/wesnoth/data/core/images/units/drakes/glider-defend-1.png
share/wesnoth/data/core/images/units/drakes/glider-defend-2.png
@@ -5397,6 +7239,7 @@ share/wesnoth/data/core/images/units/drakes/warrior-takeoff-2.png
share/wesnoth/data/core/images/units/drakes/warrior-takeoff-3.png
share/wesnoth/data/core/images/units/drakes/warrior-takeoff-4.png
share/wesnoth/data/core/images/units/drakes/warrior.png
+share/wesnoth/data/core/images/units/dwarves/arcanister.png
share/wesnoth/data/core/images/units/dwarves/berserker-attack-1.png
share/wesnoth/data/core/images/units/dwarves/berserker-attack-2.png
share/wesnoth/data/core/images/units/dwarves/berserker-attack-3.png
@@ -5499,7 +7342,19 @@ share/wesnoth/data/core/images/units/dwarves/gryphon-rider-flying-6.png
share/wesnoth/data/core/images/units/dwarves/gryphon-rider-flying-7.png
share/wesnoth/data/core/images/units/dwarves/gryphon-rider-flying-8.png
share/wesnoth/data/core/images/units/dwarves/gryphon-rider.png
+share/wesnoth/data/core/images/units/dwarves/guard-attack-1.png
+share/wesnoth/data/core/images/units/dwarves/guard-attack-2.png
+share/wesnoth/data/core/images/units/dwarves/guard-attack-3.png
+share/wesnoth/data/core/images/units/dwarves/guard-attack-4.png
+share/wesnoth/data/core/images/units/dwarves/guard-attack-5.png
+share/wesnoth/data/core/images/units/dwarves/guard-attack-6.png
+share/wesnoth/data/core/images/units/dwarves/guard-attack-7.png
share/wesnoth/data/core/images/units/dwarves/guard-attack.png
+share/wesnoth/data/core/images/units/dwarves/guard-bob-1.png
+share/wesnoth/data/core/images/units/dwarves/guard-bob-2.png
+share/wesnoth/data/core/images/units/dwarves/guard-bob-3.png
+share/wesnoth/data/core/images/units/dwarves/guard-bob-4.png
+share/wesnoth/data/core/images/units/dwarves/guard-bob-5.png
share/wesnoth/data/core/images/units/dwarves/guard-defend-1.png
share/wesnoth/data/core/images/units/dwarves/guard-defend-2.png
share/wesnoth/data/core/images/units/dwarves/guard-idle-1.png
@@ -5509,7 +7364,6 @@ share/wesnoth/data/core/images/units/dwarves/guard-idle-4.png
share/wesnoth/data/core/images/units/dwarves/guard-idle-5.png
share/wesnoth/data/core/images/units/dwarves/guard-idle-6.png
share/wesnoth/data/core/images/units/dwarves/guard.png
-share/wesnoth/data/core/images/units/dwarves/lord-attack-mace.png
share/wesnoth/data/core/images/units/dwarves/lord-axe-1.png
share/wesnoth/data/core/images/units/dwarves/lord-axe-2.png
share/wesnoth/data/core/images/units/dwarves/lord-axe-3.png
@@ -5530,8 +7384,29 @@ share/wesnoth/data/core/images/units/dwarves/lord-hammer-6.png
share/wesnoth/data/core/images/units/dwarves/lord-hammer-defend-1.png
share/wesnoth/data/core/images/units/dwarves/lord-hammer-defend-2.png
share/wesnoth/data/core/images/units/dwarves/lord-hammer.png
+share/wesnoth/data/core/images/units/dwarves/lord-ranged-1.png
+share/wesnoth/data/core/images/units/dwarves/lord-ranged-2.png
+share/wesnoth/data/core/images/units/dwarves/lord-ranged-3.png
+share/wesnoth/data/core/images/units/dwarves/lord-ranged-4.png
+share/wesnoth/data/core/images/units/dwarves/lord-ranged-5.png
+share/wesnoth/data/core/images/units/dwarves/lord-ranged-defend-1.png
+share/wesnoth/data/core/images/units/dwarves/lord-ranged-defend-2.png
share/wesnoth/data/core/images/units/dwarves/lord-ranged.png
share/wesnoth/data/core/images/units/dwarves/lord.png
+share/wesnoth/data/core/images/units/dwarves/pathfinder-idle-1.png
+share/wesnoth/data/core/images/units/dwarves/pathfinder-idle-10.png
+share/wesnoth/data/core/images/units/dwarves/pathfinder-idle-11.png
+share/wesnoth/data/core/images/units/dwarves/pathfinder-idle-12.png
+share/wesnoth/data/core/images/units/dwarves/pathfinder-idle-13.png
+share/wesnoth/data/core/images/units/dwarves/pathfinder-idle-14.png
+share/wesnoth/data/core/images/units/dwarves/pathfinder-idle-2.png
+share/wesnoth/data/core/images/units/dwarves/pathfinder-idle-3.png
+share/wesnoth/data/core/images/units/dwarves/pathfinder-idle-4.png
+share/wesnoth/data/core/images/units/dwarves/pathfinder-idle-5.png
+share/wesnoth/data/core/images/units/dwarves/pathfinder-idle-6.png
+share/wesnoth/data/core/images/units/dwarves/pathfinder-idle-7.png
+share/wesnoth/data/core/images/units/dwarves/pathfinder-idle-8.png
+share/wesnoth/data/core/images/units/dwarves/pathfinder-idle-9.png
share/wesnoth/data/core/images/units/dwarves/pathfinder-melee-1.png
share/wesnoth/data/core/images/units/dwarves/pathfinder-melee-2.png
share/wesnoth/data/core/images/units/dwarves/pathfinder-melee-3.png
@@ -5547,18 +7422,20 @@ share/wesnoth/data/core/images/units/dwarves/pathfinder-ranged-3.png
share/wesnoth/data/core/images/units/dwarves/pathfinder-ranged-defend-1.png
share/wesnoth/data/core/images/units/dwarves/pathfinder-ranged-defend-2.png
share/wesnoth/data/core/images/units/dwarves/pathfinder.png
-share/wesnoth/data/core/images/units/dwarves/runemaster-attack1.png
-share/wesnoth/data/core/images/units/dwarves/runemaster-attack2.png
-share/wesnoth/data/core/images/units/dwarves/runemaster-attack3.png
-share/wesnoth/data/core/images/units/dwarves/runemaster-defend.png
-share/wesnoth/data/core/images/units/dwarves/runemaster-idle-1.png
-share/wesnoth/data/core/images/units/dwarves/runemaster-idle-2.png
-share/wesnoth/data/core/images/units/dwarves/runemaster-idle-3.png
-share/wesnoth/data/core/images/units/dwarves/runemaster-idle-4.png
-share/wesnoth/data/core/images/units/dwarves/runemaster-idle-5.png
-share/wesnoth/data/core/images/units/dwarves/runemaster-idle-6.png
-share/wesnoth/data/core/images/units/dwarves/runemaster-idle-7.png
share/wesnoth/data/core/images/units/dwarves/runemaster.png
+share/wesnoth/data/core/images/units/dwarves/runesmith-attack-se-1.png
+share/wesnoth/data/core/images/units/dwarves/runesmith-attack-se-10.png
+share/wesnoth/data/core/images/units/dwarves/runesmith-attack-se-2.png
+share/wesnoth/data/core/images/units/dwarves/runesmith-attack-se-3.png
+share/wesnoth/data/core/images/units/dwarves/runesmith-attack-se-4.png
+share/wesnoth/data/core/images/units/dwarves/runesmith-attack-se-5.png
+share/wesnoth/data/core/images/units/dwarves/runesmith-attack-se-6.png
+share/wesnoth/data/core/images/units/dwarves/runesmith-attack-se-7.png
+share/wesnoth/data/core/images/units/dwarves/runesmith-attack-se-8.png
+share/wesnoth/data/core/images/units/dwarves/runesmith-attack-se-9.png
+share/wesnoth/data/core/images/units/dwarves/runesmith-defend-1.png
+share/wesnoth/data/core/images/units/dwarves/runesmith-defend-2.png
+share/wesnoth/data/core/images/units/dwarves/runesmith.png
share/wesnoth/data/core/images/units/dwarves/scout-defend-1.png
share/wesnoth/data/core/images/units/dwarves/scout-defend-2.png
share/wesnoth/data/core/images/units/dwarves/scout-melee-1.png
@@ -6048,7 +7925,8 @@ share/wesnoth/data/core/images/units/goblins/knight-moving.png
share/wesnoth/data/core/images/units/goblins/knight.png
share/wesnoth/data/core/images/units/goblins/pillager-attack.png
share/wesnoth/data/core/images/units/goblins/pillager-attack2.png
-share/wesnoth/data/core/images/units/goblins/pillager-defend.png
+share/wesnoth/data/core/images/units/goblins/pillager-defend-1.png
+share/wesnoth/data/core/images/units/goblins/pillager-defend-2.png
share/wesnoth/data/core/images/units/goblins/pillager-moving.png
share/wesnoth/data/core/images/units/goblins/pillager.png
share/wesnoth/data/core/images/units/goblins/rouser-attack-n.png
@@ -6087,6 +7965,15 @@ share/wesnoth/data/core/images/units/goblins/spearman-idle-8.png
share/wesnoth/data/core/images/units/goblins/spearman-idle-9.png
share/wesnoth/data/core/images/units/goblins/spearman-ne-defend.png
share/wesnoth/data/core/images/units/goblins/spearman-ne.png
+share/wesnoth/data/core/images/units/goblins/spearman-se-run1.png
+share/wesnoth/data/core/images/units/goblins/spearman-se-run2.png
+share/wesnoth/data/core/images/units/goblins/spearman-se-run3.png
+share/wesnoth/data/core/images/units/goblins/spearman-se-run4.png
+share/wesnoth/data/core/images/units/goblins/spearman-se-run5.png
+share/wesnoth/data/core/images/units/goblins/spearman-se-run6.png
+share/wesnoth/data/core/images/units/goblins/spearman-se-run7.png
+share/wesnoth/data/core/images/units/goblins/spearman-se-run8.png
+share/wesnoth/data/core/images/units/goblins/spearman-se-run9.png
share/wesnoth/data/core/images/units/goblins/spearman.png
share/wesnoth/data/core/images/units/goblins/wolf-rider-attack.png
share/wesnoth/data/core/images/units/goblins/wolf-rider-defend-1.png
@@ -6182,6 +8069,14 @@ share/wesnoth/data/core/images/units/human-loyalists/fencer-idle-4.png
share/wesnoth/data/core/images/units/human-loyalists/fencer-idle-5.png
share/wesnoth/data/core/images/units/human-loyalists/fencer-idle-6.png
share/wesnoth/data/core/images/units/human-loyalists/fencer-idle-7.png
+share/wesnoth/data/core/images/units/human-loyalists/fencer-stand-1.png
+share/wesnoth/data/core/images/units/human-loyalists/fencer-stand-2.png
+share/wesnoth/data/core/images/units/human-loyalists/fencer-stand-3.png
+share/wesnoth/data/core/images/units/human-loyalists/fencer-stand-4.png
+share/wesnoth/data/core/images/units/human-loyalists/fencer-stand-5.png
+share/wesnoth/data/core/images/units/human-loyalists/fencer-stand-6.png
+share/wesnoth/data/core/images/units/human-loyalists/fencer-stand-7.png
+share/wesnoth/data/core/images/units/human-loyalists/fencer-stand-8.png
share/wesnoth/data/core/images/units/human-loyalists/fencer.png
share/wesnoth/data/core/images/units/human-loyalists/general-attack-sword1.png
share/wesnoth/data/core/images/units/human-loyalists/general-attack-sword2.png
@@ -6240,9 +8135,85 @@ share/wesnoth/data/core/images/units/human-loyalists/heavyinfantry-attack-2.png
share/wesnoth/data/core/images/units/human-loyalists/heavyinfantry-defend-1.png
share/wesnoth/data/core/images/units/human-loyalists/heavyinfantry-defend-2.png
share/wesnoth/data/core/images/units/human-loyalists/heavyinfantry.png
-share/wesnoth/data/core/images/units/human-loyalists/horseman-attack.png
-share/wesnoth/data/core/images/units/human-loyalists/horseman-defend.png
-share/wesnoth/data/core/images/units/human-loyalists/horseman-moving.png
+share/wesnoth/data/core/images/units/human-loyalists/horseman-n-attack1.png
+share/wesnoth/data/core/images/units/human-loyalists/horseman-n-attack10.png
+share/wesnoth/data/core/images/units/human-loyalists/horseman-n-attack11.png
+share/wesnoth/data/core/images/units/human-loyalists/horseman-n-attack12.png
+share/wesnoth/data/core/images/units/human-loyalists/horseman-n-attack2.png
+share/wesnoth/data/core/images/units/human-loyalists/horseman-n-attack3.png
+share/wesnoth/data/core/images/units/human-loyalists/horseman-n-attack4.png
+share/wesnoth/data/core/images/units/human-loyalists/horseman-n-attack5.png
+share/wesnoth/data/core/images/units/human-loyalists/horseman-n-attack6.png
+share/wesnoth/data/core/images/units/human-loyalists/horseman-n-attack7.png
+share/wesnoth/data/core/images/units/human-loyalists/horseman-n-attack8.png
+share/wesnoth/data/core/images/units/human-loyalists/horseman-n-attack9.png
+share/wesnoth/data/core/images/units/human-loyalists/horseman-ne-attack1.png
+share/wesnoth/data/core/images/units/human-loyalists/horseman-ne-attack10.png
+share/wesnoth/data/core/images/units/human-loyalists/horseman-ne-attack11.png
+share/wesnoth/data/core/images/units/human-loyalists/horseman-ne-attack12.png
+share/wesnoth/data/core/images/units/human-loyalists/horseman-ne-attack2.png
+share/wesnoth/data/core/images/units/human-loyalists/horseman-ne-attack3.png
+share/wesnoth/data/core/images/units/human-loyalists/horseman-ne-attack4.png
+share/wesnoth/data/core/images/units/human-loyalists/horseman-ne-attack5.png
+share/wesnoth/data/core/images/units/human-loyalists/horseman-ne-attack6.png
+share/wesnoth/data/core/images/units/human-loyalists/horseman-ne-attack7.png
+share/wesnoth/data/core/images/units/human-loyalists/horseman-ne-attack8.png
+share/wesnoth/data/core/images/units/human-loyalists/horseman-ne-attack9.png
+share/wesnoth/data/core/images/units/human-loyalists/horseman-ne-defend1.png
+share/wesnoth/data/core/images/units/human-loyalists/horseman-ne-defend2.png
+share/wesnoth/data/core/images/units/human-loyalists/horseman-ne-run1.png
+share/wesnoth/data/core/images/units/human-loyalists/horseman-ne-run2.png
+share/wesnoth/data/core/images/units/human-loyalists/horseman-ne-run3.png
+share/wesnoth/data/core/images/units/human-loyalists/horseman-ne-run4.png
+share/wesnoth/data/core/images/units/human-loyalists/horseman-ne-run5.png
+share/wesnoth/data/core/images/units/human-loyalists/horseman-ne-run6.png
+share/wesnoth/data/core/images/units/human-loyalists/horseman-ne-run7.png
+share/wesnoth/data/core/images/units/human-loyalists/horseman-ne-run8.png
+share/wesnoth/data/core/images/units/human-loyalists/horseman-s-attack1.png
+share/wesnoth/data/core/images/units/human-loyalists/horseman-s-attack10.png
+share/wesnoth/data/core/images/units/human-loyalists/horseman-s-attack11.png
+share/wesnoth/data/core/images/units/human-loyalists/horseman-s-attack12.png
+share/wesnoth/data/core/images/units/human-loyalists/horseman-s-attack2.png
+share/wesnoth/data/core/images/units/human-loyalists/horseman-s-attack3.png
+share/wesnoth/data/core/images/units/human-loyalists/horseman-s-attack4.png
+share/wesnoth/data/core/images/units/human-loyalists/horseman-s-attack5.png
+share/wesnoth/data/core/images/units/human-loyalists/horseman-s-attack6.png
+share/wesnoth/data/core/images/units/human-loyalists/horseman-s-attack7.png
+share/wesnoth/data/core/images/units/human-loyalists/horseman-s-attack8.png
+share/wesnoth/data/core/images/units/human-loyalists/horseman-s-attack9.png
+share/wesnoth/data/core/images/units/human-loyalists/horseman-se-attack1.png
+share/wesnoth/data/core/images/units/human-loyalists/horseman-se-attack10.png
+share/wesnoth/data/core/images/units/human-loyalists/horseman-se-attack11.png
+share/wesnoth/data/core/images/units/human-loyalists/horseman-se-attack12.png
+share/wesnoth/data/core/images/units/human-loyalists/horseman-se-attack2.png
+share/wesnoth/data/core/images/units/human-loyalists/horseman-se-attack3.png
+share/wesnoth/data/core/images/units/human-loyalists/horseman-se-attack4.png
+share/wesnoth/data/core/images/units/human-loyalists/horseman-se-attack5.png
+share/wesnoth/data/core/images/units/human-loyalists/horseman-se-attack6.png
+share/wesnoth/data/core/images/units/human-loyalists/horseman-se-attack7.png
+share/wesnoth/data/core/images/units/human-loyalists/horseman-se-attack8.png
+share/wesnoth/data/core/images/units/human-loyalists/horseman-se-attack9.png
+share/wesnoth/data/core/images/units/human-loyalists/horseman-se-bob1.png
+share/wesnoth/data/core/images/units/human-loyalists/horseman-se-bob2.png
+share/wesnoth/data/core/images/units/human-loyalists/horseman-se-bob3.png
+share/wesnoth/data/core/images/units/human-loyalists/horseman-se-bob4.png
+share/wesnoth/data/core/images/units/human-loyalists/horseman-se-bob5.png
+share/wesnoth/data/core/images/units/human-loyalists/horseman-se-bob6.png
+share/wesnoth/data/core/images/units/human-loyalists/horseman-se-defend1.png
+share/wesnoth/data/core/images/units/human-loyalists/horseman-se-defend2.png
+share/wesnoth/data/core/images/units/human-loyalists/horseman-se-die1.png
+share/wesnoth/data/core/images/units/human-loyalists/horseman-se-die2.png
+share/wesnoth/data/core/images/units/human-loyalists/horseman-se-die3.png
+share/wesnoth/data/core/images/units/human-loyalists/horseman-se-die4.png
+share/wesnoth/data/core/images/units/human-loyalists/horseman-se-die5.png
+share/wesnoth/data/core/images/units/human-loyalists/horseman-se-run1.png
+share/wesnoth/data/core/images/units/human-loyalists/horseman-se-run2.png
+share/wesnoth/data/core/images/units/human-loyalists/horseman-se-run3.png
+share/wesnoth/data/core/images/units/human-loyalists/horseman-se-run4.png
+share/wesnoth/data/core/images/units/human-loyalists/horseman-se-run5.png
+share/wesnoth/data/core/images/units/human-loyalists/horseman-se-run6.png
+share/wesnoth/data/core/images/units/human-loyalists/horseman-se-run7.png
+share/wesnoth/data/core/images/units/human-loyalists/horseman-se-run8.png
share/wesnoth/data/core/images/units/human-loyalists/horseman.png
share/wesnoth/data/core/images/units/human-loyalists/javelineer-attack-melee-1.png
share/wesnoth/data/core/images/units/human-loyalists/javelineer-attack-melee-2.png
@@ -6288,7 +8259,8 @@ share/wesnoth/data/core/images/units/human-loyalists/lieutenant-idle-6.png
share/wesnoth/data/core/images/units/human-loyalists/lieutenant-idle-7.png
share/wesnoth/data/core/images/units/human-loyalists/lieutenant-idle-8.png
share/wesnoth/data/core/images/units/human-loyalists/lieutenant-idle-9.png
-share/wesnoth/data/core/images/units/human-loyalists/lieutenant-leading.png
+share/wesnoth/data/core/images/units/human-loyalists/lieutenant-lead-1.png
+share/wesnoth/data/core/images/units/human-loyalists/lieutenant-lead-2.png
share/wesnoth/data/core/images/units/human-loyalists/lieutenant.png
share/wesnoth/data/core/images/units/human-loyalists/longbowman-bow-attack-1.png
share/wesnoth/data/core/images/units/human-loyalists/longbowman-bow-attack-2.png
@@ -6423,7 +8395,8 @@ share/wesnoth/data/core/images/units/human-loyalists/sergeant-idle-6.png
share/wesnoth/data/core/images/units/human-loyalists/sergeant-idle-7.png
share/wesnoth/data/core/images/units/human-loyalists/sergeant-idle-8.png
share/wesnoth/data/core/images/units/human-loyalists/sergeant-idle-9.png
-share/wesnoth/data/core/images/units/human-loyalists/sergeant-leading.png
+share/wesnoth/data/core/images/units/human-loyalists/sergeant-lead-1.png
+share/wesnoth/data/core/images/units/human-loyalists/sergeant-lead-2.png
share/wesnoth/data/core/images/units/human-loyalists/sergeant.png
share/wesnoth/data/core/images/units/human-loyalists/shocktrooper-attack-1.png
share/wesnoth/data/core/images/units/human-loyalists/shocktrooper-attack-2.png
@@ -6444,14 +8417,53 @@ share/wesnoth/data/core/images/units/human-loyalists/spearman-attack-ne.png
share/wesnoth/data/core/images/units/human-loyalists/spearman-attack-ranged.png
share/wesnoth/data/core/images/units/human-loyalists/spearman-attack-ranged2.png
share/wesnoth/data/core/images/units/human-loyalists/spearman-attack-s-1.png
+share/wesnoth/data/core/images/units/human-loyalists/spearman-attack-s-10.png
+share/wesnoth/data/core/images/units/human-loyalists/spearman-attack-s-11.png
+share/wesnoth/data/core/images/units/human-loyalists/spearman-attack-s-12.png
+share/wesnoth/data/core/images/units/human-loyalists/spearman-attack-s-13.png
+share/wesnoth/data/core/images/units/human-loyalists/spearman-attack-s-14.png
share/wesnoth/data/core/images/units/human-loyalists/spearman-attack-s-2.png
-share/wesnoth/data/core/images/units/human-loyalists/spearman-attack.png
+share/wesnoth/data/core/images/units/human-loyalists/spearman-attack-s-3.png
+share/wesnoth/data/core/images/units/human-loyalists/spearman-attack-s-4.png
+share/wesnoth/data/core/images/units/human-loyalists/spearman-attack-s-5.png
+share/wesnoth/data/core/images/units/human-loyalists/spearman-attack-s-6.png
+share/wesnoth/data/core/images/units/human-loyalists/spearman-attack-s-7.png
+share/wesnoth/data/core/images/units/human-loyalists/spearman-attack-s-8.png
+share/wesnoth/data/core/images/units/human-loyalists/spearman-attack-s-9.png
+share/wesnoth/data/core/images/units/human-loyalists/spearman-attack-se-1.png
+share/wesnoth/data/core/images/units/human-loyalists/spearman-attack-se-10.png
+share/wesnoth/data/core/images/units/human-loyalists/spearman-attack-se-11.png
+share/wesnoth/data/core/images/units/human-loyalists/spearman-attack-se-12.png
+share/wesnoth/data/core/images/units/human-loyalists/spearman-attack-se-2.png
+share/wesnoth/data/core/images/units/human-loyalists/spearman-attack-se-3.png
+share/wesnoth/data/core/images/units/human-loyalists/spearman-attack-se-4.png
+share/wesnoth/data/core/images/units/human-loyalists/spearman-attack-se-5.png
+share/wesnoth/data/core/images/units/human-loyalists/spearman-attack-se-6.png
+share/wesnoth/data/core/images/units/human-loyalists/spearman-attack-se-7.png
+share/wesnoth/data/core/images/units/human-loyalists/spearman-attack-se-8.png
+share/wesnoth/data/core/images/units/human-loyalists/spearman-attack-se-9.png
share/wesnoth/data/core/images/units/human-loyalists/spearman-death1.png
share/wesnoth/data/core/images/units/human-loyalists/spearman-death2.png
share/wesnoth/data/core/images/units/human-loyalists/spearman-death3.png
share/wesnoth/data/core/images/units/human-loyalists/spearman-death4.png
share/wesnoth/data/core/images/units/human-loyalists/spearman-defend-2.png
share/wesnoth/data/core/images/units/human-loyalists/spearman-defend.png
+share/wesnoth/data/core/images/units/human-loyalists/spearman-idle1.png
+share/wesnoth/data/core/images/units/human-loyalists/spearman-idle2-1.png
+share/wesnoth/data/core/images/units/human-loyalists/spearman-idle2-2.png
+share/wesnoth/data/core/images/units/human-loyalists/spearman-idle2-3.png
+share/wesnoth/data/core/images/units/human-loyalists/spearman-idle2-4.png
+share/wesnoth/data/core/images/units/human-loyalists/spearman-idle2-5.png
+share/wesnoth/data/core/images/units/human-loyalists/spearman-idle2-6.png
+share/wesnoth/data/core/images/units/human-loyalists/spearman-idle2.png
+share/wesnoth/data/core/images/units/human-loyalists/spearman-idle3.png
+share/wesnoth/data/core/images/units/human-loyalists/spearman-idle4.png
+share/wesnoth/data/core/images/units/human-loyalists/spearman-stand-1.png
+share/wesnoth/data/core/images/units/human-loyalists/spearman-stand-2.png
+share/wesnoth/data/core/images/units/human-loyalists/spearman-stand-3.png
+share/wesnoth/data/core/images/units/human-loyalists/spearman-stand-4.png
+share/wesnoth/data/core/images/units/human-loyalists/spearman-stand-5.png
+share/wesnoth/data/core/images/units/human-loyalists/spearman-stand-6.png
share/wesnoth/data/core/images/units/human-loyalists/spearman.png
share/wesnoth/data/core/images/units/human-loyalists/swordsman-attack-1.png
share/wesnoth/data/core/images/units/human-loyalists/swordsman-attack-2.png
@@ -6689,8 +8701,16 @@ share/wesnoth/data/core/images/units/human-outlaws/fugitive-melee-3.png
share/wesnoth/data/core/images/units/human-outlaws/fugitive-ranged-1.png
share/wesnoth/data/core/images/units/human-outlaws/fugitive-ranged-2.png
share/wesnoth/data/core/images/units/human-outlaws/fugitive.png
-share/wesnoth/data/core/images/units/human-outlaws/highwayman-defend.png
-share/wesnoth/data/core/images/units/human-outlaws/highwayman-melee.png
+share/wesnoth/data/core/images/units/human-outlaws/highwayman-defend-1.png
+share/wesnoth/data/core/images/units/human-outlaws/highwayman-defend-2.png
+share/wesnoth/data/core/images/units/human-outlaws/highwayman-melee-1.png
+share/wesnoth/data/core/images/units/human-outlaws/highwayman-melee-2.png
+share/wesnoth/data/core/images/units/human-outlaws/highwayman-melee-3.png
+share/wesnoth/data/core/images/units/human-outlaws/highwayman-melee-4.png
+share/wesnoth/data/core/images/units/human-outlaws/highwayman-melee-5.png
+share/wesnoth/data/core/images/units/human-outlaws/highwayman-melee-6.png
+share/wesnoth/data/core/images/units/human-outlaws/highwayman-melee-7.png
+share/wesnoth/data/core/images/units/human-outlaws/highwayman-melee-8.png
share/wesnoth/data/core/images/units/human-outlaws/highwayman.png
share/wesnoth/data/core/images/units/human-outlaws/huntsman-attack-melee.png
share/wesnoth/data/core/images/units/human-outlaws/huntsman-attack1.png
@@ -6863,9 +8883,17 @@ share/wesnoth/data/core/images/units/human-peasants/peasant-idle-6.png
share/wesnoth/data/core/images/units/human-peasants/peasant-idle-7.png
share/wesnoth/data/core/images/units/human-peasants/peasant-ranged.png
share/wesnoth/data/core/images/units/human-peasants/peasant.png
-share/wesnoth/data/core/images/units/human-peasants/ruffian-defend.png
-share/wesnoth/data/core/images/units/human-peasants/ruffian-melee-1.png
-share/wesnoth/data/core/images/units/human-peasants/ruffian-melee-2.png
+share/wesnoth/data/core/images/units/human-peasants/ruffian-attack-1.png
+share/wesnoth/data/core/images/units/human-peasants/ruffian-attack-2.png
+share/wesnoth/data/core/images/units/human-peasants/ruffian-attack-3.png
+share/wesnoth/data/core/images/units/human-peasants/ruffian-attack-4.png
+share/wesnoth/data/core/images/units/human-peasants/ruffian-attack-5.png
+share/wesnoth/data/core/images/units/human-peasants/ruffian-attack-6.png
+share/wesnoth/data/core/images/units/human-peasants/ruffian-attack-7.png
+share/wesnoth/data/core/images/units/human-peasants/ruffian-attack-8.png
+share/wesnoth/data/core/images/units/human-peasants/ruffian-attack-9.png
+share/wesnoth/data/core/images/units/human-peasants/ruffian-defend-1.png
+share/wesnoth/data/core/images/units/human-peasants/ruffian-defend-2.png
share/wesnoth/data/core/images/units/human-peasants/ruffian.png
share/wesnoth/data/core/images/units/human-peasants/woodsman-bow-attack-1.png
share/wesnoth/data/core/images/units/human-peasants/woodsman-bow-attack-2.png
@@ -6874,14 +8902,54 @@ share/wesnoth/data/core/images/units/human-peasants/woodsman-bow-attack-4.png
share/wesnoth/data/core/images/units/human-peasants/woodsman-bow-defend.png
share/wesnoth/data/core/images/units/human-peasants/woodsman-bow.png
share/wesnoth/data/core/images/units/human-peasants/woodsman-defend.png
+share/wesnoth/data/core/images/units/human-peasants/woodsman-idle-1.png
+share/wesnoth/data/core/images/units/human-peasants/woodsman-idle-10.png
+share/wesnoth/data/core/images/units/human-peasants/woodsman-idle-11.png
+share/wesnoth/data/core/images/units/human-peasants/woodsman-idle-12.png
+share/wesnoth/data/core/images/units/human-peasants/woodsman-idle-13.png
+share/wesnoth/data/core/images/units/human-peasants/woodsman-idle-14.png
+share/wesnoth/data/core/images/units/human-peasants/woodsman-idle-2.png
+share/wesnoth/data/core/images/units/human-peasants/woodsman-idle-3.png
+share/wesnoth/data/core/images/units/human-peasants/woodsman-idle-4.png
+share/wesnoth/data/core/images/units/human-peasants/woodsman-idle-5.png
+share/wesnoth/data/core/images/units/human-peasants/woodsman-idle-6.png
+share/wesnoth/data/core/images/units/human-peasants/woodsman-idle-7.png
+share/wesnoth/data/core/images/units/human-peasants/woodsman-idle-8.png
+share/wesnoth/data/core/images/units/human-peasants/woodsman-idle-9.png
share/wesnoth/data/core/images/units/human-peasants/woodsman-melee-1.png
share/wesnoth/data/core/images/units/human-peasants/woodsman-melee-2.png
share/wesnoth/data/core/images/units/human-peasants/woodsman.png
share/wesnoth/data/core/images/units/merfolk/diviner.png
share/wesnoth/data/core/images/units/merfolk/enchantress.png
share/wesnoth/data/core/images/units/merfolk/entangler.png
+share/wesnoth/data/core/images/units/merfolk/fighter-attack-1.png
+share/wesnoth/data/core/images/units/merfolk/fighter-attack-2.png
+share/wesnoth/data/core/images/units/merfolk/fighter-attack-3.png
+share/wesnoth/data/core/images/units/merfolk/fighter-attack-4.png
+share/wesnoth/data/core/images/units/merfolk/fighter-attack-5.png
+share/wesnoth/data/core/images/units/merfolk/fighter-attack-6.png
+share/wesnoth/data/core/images/units/merfolk/fighter-defend-1.png
+share/wesnoth/data/core/images/units/merfolk/fighter-defend-2.png
share/wesnoth/data/core/images/units/merfolk/fighter.png
share/wesnoth/data/core/images/units/merfolk/hoplite.png
+share/wesnoth/data/core/images/units/merfolk/hunter-javelin-1.png
+share/wesnoth/data/core/images/units/merfolk/hunter-javelin-2.png
+share/wesnoth/data/core/images/units/merfolk/hunter-javelin-3.png
+share/wesnoth/data/core/images/units/merfolk/hunter-javelin-4.png
+share/wesnoth/data/core/images/units/merfolk/hunter-javelin-5.png
+share/wesnoth/data/core/images/units/merfolk/hunter-javelin-6.png
+share/wesnoth/data/core/images/units/merfolk/hunter-javelin-7.png
+share/wesnoth/data/core/images/units/merfolk/hunter-javelin-base.png
+share/wesnoth/data/core/images/units/merfolk/hunter-javelin-defend-1.png
+share/wesnoth/data/core/images/units/merfolk/hunter-javelin-defend-2.png
+share/wesnoth/data/core/images/units/merfolk/hunter-throw-1.png
+share/wesnoth/data/core/images/units/merfolk/hunter-throw-2.png
+share/wesnoth/data/core/images/units/merfolk/hunter-throw-3.png
+share/wesnoth/data/core/images/units/merfolk/hunter-throw-4.png
+share/wesnoth/data/core/images/units/merfolk/hunter-throw-5.png
+share/wesnoth/data/core/images/units/merfolk/hunter-throw-6.png
+share/wesnoth/data/core/images/units/merfolk/hunter-throw-7.png
+share/wesnoth/data/core/images/units/merfolk/hunter-throw-8.png
share/wesnoth/data/core/images/units/merfolk/hunter.png
share/wesnoth/data/core/images/units/merfolk/initiate-defend-1.png
share/wesnoth/data/core/images/units/merfolk/initiate-defend-2.png
@@ -6896,6 +8964,17 @@ share/wesnoth/data/core/images/units/merfolk/priestess.png
share/wesnoth/data/core/images/units/merfolk/siren.png
share/wesnoth/data/core/images/units/merfolk/spearman.png
share/wesnoth/data/core/images/units/merfolk/triton.png
+share/wesnoth/data/core/images/units/merfolk/warrior-attack-1.png
+share/wesnoth/data/core/images/units/merfolk/warrior-attack-2.png
+share/wesnoth/data/core/images/units/merfolk/warrior-attack-3.png
+share/wesnoth/data/core/images/units/merfolk/warrior-attack-4.png
+share/wesnoth/data/core/images/units/merfolk/warrior-attack-5.png
+share/wesnoth/data/core/images/units/merfolk/warrior-attack-6.png
+share/wesnoth/data/core/images/units/merfolk/warrior-attack-7.png
+share/wesnoth/data/core/images/units/merfolk/warrior-attack-8.png
+share/wesnoth/data/core/images/units/merfolk/warrior-attack-9.png
+share/wesnoth/data/core/images/units/merfolk/warrior-defend-1.png
+share/wesnoth/data/core/images/units/merfolk/warrior-defend-2.png
share/wesnoth/data/core/images/units/merfolk/warrior.png
share/wesnoth/data/core/images/units/monsters/cuttlefish-defend-1.png
share/wesnoth/data/core/images/units/monsters/cuttlefish-defend-2.png
@@ -6936,21 +9015,18 @@ share/wesnoth/data/core/images/units/monsters/direwolf-idle-3.png
share/wesnoth/data/core/images/units/monsters/direwolf-idle-4.png
share/wesnoth/data/core/images/units/monsters/direwolf-moving.png
share/wesnoth/data/core/images/units/monsters/direwolf.png
-share/wesnoth/data/core/images/units/monsters/fire-dragon-attack-fire-1.png
-share/wesnoth/data/core/images/units/monsters/fire-dragon-attack-fire-2.png
-share/wesnoth/data/core/images/units/monsters/fire-dragon-attack-fire-3.png
-share/wesnoth/data/core/images/units/monsters/fire-dragon-attack-fire-4.png
-share/wesnoth/data/core/images/units/monsters/fire-dragon-attack-fire-5.png
-share/wesnoth/data/core/images/units/monsters/fire-dragon-attack-fire-6.png
-share/wesnoth/data/core/images/units/monsters/fire-dragon-attack-tail-1.png
-share/wesnoth/data/core/images/units/monsters/fire-dragon-attack-tail-2.png
-share/wesnoth/data/core/images/units/monsters/fire-dragon-attack-tail-3.png
-share/wesnoth/data/core/images/units/monsters/fire-dragon-attack-tail-4.png
-share/wesnoth/data/core/images/units/monsters/fire-dragon-defend-ranged-1.png
-share/wesnoth/data/core/images/units/monsters/fire-dragon-defend-ranged-2.png
-share/wesnoth/data/core/images/units/monsters/fire-dragon-defend-ranged-3.png
-share/wesnoth/data/core/images/units/monsters/fire-dragon-defend-ranged-4.png
share/wesnoth/data/core/images/units/monsters/fire-dragon.png
+share/wesnoth/data/core/images/units/monsters/fireghost-attack1.png
+share/wesnoth/data/core/images/units/monsters/fireghost-attack2.png
+share/wesnoth/data/core/images/units/monsters/fireghost-death1.png
+share/wesnoth/data/core/images/units/monsters/fireghost-death2.png
+share/wesnoth/data/core/images/units/monsters/fireghost-death3.png
+share/wesnoth/data/core/images/units/monsters/fireghost-death4.png
+share/wesnoth/data/core/images/units/monsters/fireghost-death5.png
+share/wesnoth/data/core/images/units/monsters/fireghost-death6.png
+share/wesnoth/data/core/images/units/monsters/fireghost-defend.png
+share/wesnoth/data/core/images/units/monsters/fireghost-ranged2.png
+share/wesnoth/data/core/images/units/monsters/fireghost.png
share/wesnoth/data/core/images/units/monsters/giant-mudcrawler-attack.png
share/wesnoth/data/core/images/units/monsters/giant-mudcrawler-attack1.png
share/wesnoth/data/core/images/units/monsters/giant-mudcrawler-attack2.png
@@ -6960,6 +9036,19 @@ share/wesnoth/data/core/images/units/monsters/giant-mudcrawler-death3.png
share/wesnoth/data/core/images/units/monsters/giant-mudcrawler-death4.png
share/wesnoth/data/core/images/units/monsters/giant-mudcrawler-defend.png
share/wesnoth/data/core/images/units/monsters/giant-mudcrawler.png
+share/wesnoth/data/core/images/units/monsters/giant-rat-attack-1.png
+share/wesnoth/data/core/images/units/monsters/giant-rat-attack-2.png
+share/wesnoth/data/core/images/units/monsters/giant-rat-attack-3.png
+share/wesnoth/data/core/images/units/monsters/giant-rat-attack-4.png
+share/wesnoth/data/core/images/units/monsters/giant-rat-attack-5.png
+share/wesnoth/data/core/images/units/monsters/giant-rat-attack-6.png
+share/wesnoth/data/core/images/units/monsters/giant-rat-attack-7.png
+share/wesnoth/data/core/images/units/monsters/giant-rat-defend-1.png
+share/wesnoth/data/core/images/units/monsters/giant-rat-defend-2.png
+share/wesnoth/data/core/images/units/monsters/giant-rat-die-1.png
+share/wesnoth/data/core/images/units/monsters/giant-rat-die-2.png
+share/wesnoth/data/core/images/units/monsters/giant-rat-die-3.png
+share/wesnoth/data/core/images/units/monsters/giant-rat.png
share/wesnoth/data/core/images/units/monsters/gryphon-flying-1.png
share/wesnoth/data/core/images/units/monsters/gryphon-flying-2.png
share/wesnoth/data/core/images/units/monsters/gryphon-flying-3.png
@@ -6969,12 +9058,16 @@ share/wesnoth/data/core/images/units/monsters/gryphon-flying-6.png
share/wesnoth/data/core/images/units/monsters/gryphon-flying-7.png
share/wesnoth/data/core/images/units/monsters/gryphon-flying-8.png
share/wesnoth/data/core/images/units/monsters/gryphon.png
-share/wesnoth/data/core/images/units/monsters/mudcrawler-attack.png
-share/wesnoth/data/core/images/units/monsters/mudcrawler-death1.png
-share/wesnoth/data/core/images/units/monsters/mudcrawler-death2.png
-share/wesnoth/data/core/images/units/monsters/mudcrawler-death3.png
-share/wesnoth/data/core/images/units/monsters/mudcrawler-death4.png
-share/wesnoth/data/core/images/units/monsters/mudcrawler-defend.png
+share/wesnoth/data/core/images/units/monsters/mudcrawler-attack-1.png
+share/wesnoth/data/core/images/units/monsters/mudcrawler-attack-2.png
+share/wesnoth/data/core/images/units/monsters/mudcrawler-attack-3.png
+share/wesnoth/data/core/images/units/monsters/mudcrawler-attack-4.png
+share/wesnoth/data/core/images/units/monsters/mudcrawler-attack-5.png
+share/wesnoth/data/core/images/units/monsters/mudcrawler-defend-1.png
+share/wesnoth/data/core/images/units/monsters/mudcrawler-defend-2.png
+share/wesnoth/data/core/images/units/monsters/mudcrawler-die-1.png
+share/wesnoth/data/core/images/units/monsters/mudcrawler-die-2.png
+share/wesnoth/data/core/images/units/monsters/mudcrawler-die-3.png
share/wesnoth/data/core/images/units/monsters/mudcrawler.png
share/wesnoth/data/core/images/units/monsters/scorpion-defend.png
share/wesnoth/data/core/images/units/monsters/scorpion-pincers-attack.png
@@ -7041,6 +9134,11 @@ share/wesnoth/data/core/images/units/monsters/water-serpent.png
share/wesnoth/data/core/images/units/monsters/wolf-attack.png
share/wesnoth/data/core/images/units/monsters/wolf-defend-1.png
share/wesnoth/data/core/images/units/monsters/wolf-defend-2.png
+share/wesnoth/data/core/images/units/monsters/wolf-great+red-attack.png
+share/wesnoth/data/core/images/units/monsters/wolf-great+red-defend-1.png
+share/wesnoth/data/core/images/units/monsters/wolf-great+red-defend-2.png
+share/wesnoth/data/core/images/units/monsters/wolf-great+red-moving.png
+share/wesnoth/data/core/images/units/monsters/wolf-great+red.png
share/wesnoth/data/core/images/units/monsters/wolf-great-attack.png
share/wesnoth/data/core/images/units/monsters/wolf-great-defend-1.png
share/wesnoth/data/core/images/units/monsters/wolf-great-defend-2.png
@@ -7291,72 +9389,530 @@ share/wesnoth/data/core/images/units/orcs/xbowman-ranged-1.png
share/wesnoth/data/core/images/units/orcs/xbowman-ranged-2.png
share/wesnoth/data/core/images/units/orcs/xbowman.png
share/wesnoth/data/core/images/units/random-dice.png
-share/wesnoth/data/core/images/units/saurians/ambusher-attack1.png
-share/wesnoth/data/core/images/units/saurians/ambusher-attack2.png
-share/wesnoth/data/core/images/units/saurians/ambusher-defend.png
-share/wesnoth/data/core/images/units/saurians/ambusher-ranged-1.png
-share/wesnoth/data/core/images/units/saurians/ambusher-ranged-2.png
-share/wesnoth/data/core/images/units/saurians/ambusher-ranged-3.png
-share/wesnoth/data/core/images/units/saurians/ambusher.png
-share/wesnoth/data/core/images/units/saurians/augur-defend-1.png
-share/wesnoth/data/core/images/units/saurians/augur-defend-2.png
-share/wesnoth/data/core/images/units/saurians/augur-magic-1.png
-share/wesnoth/data/core/images/units/saurians/augur-magic-2.png
-share/wesnoth/data/core/images/units/saurians/augur-melee-1.png
-share/wesnoth/data/core/images/units/saurians/augur-melee-2.png
-share/wesnoth/data/core/images/units/saurians/augur-melee-3.png
-share/wesnoth/data/core/images/units/saurians/augur-melee-4.png
-share/wesnoth/data/core/images/units/saurians/augur-melee-5.png
-share/wesnoth/data/core/images/units/saurians/augur.png
-share/wesnoth/data/core/images/units/saurians/flanker-attack-ranged-1.png
-share/wesnoth/data/core/images/units/saurians/flanker-attack-ranged-2.png
-share/wesnoth/data/core/images/units/saurians/flanker-attack-ranged-3.png
-share/wesnoth/data/core/images/units/saurians/flanker-attack-ranged-4.png
-share/wesnoth/data/core/images/units/saurians/flanker-attack1.png
-share/wesnoth/data/core/images/units/saurians/flanker-attack2.png
-share/wesnoth/data/core/images/units/saurians/flanker-defend.png
-share/wesnoth/data/core/images/units/saurians/flanker.png
-share/wesnoth/data/core/images/units/saurians/oracle-defend-1.png
-share/wesnoth/data/core/images/units/saurians/oracle-defend-2.png
-share/wesnoth/data/core/images/units/saurians/oracle-magic-1.png
-share/wesnoth/data/core/images/units/saurians/oracle-magic-2.png
-share/wesnoth/data/core/images/units/saurians/oracle-melee-1.png
-share/wesnoth/data/core/images/units/saurians/oracle-melee-2.png
-share/wesnoth/data/core/images/units/saurians/oracle-melee-3.png
-share/wesnoth/data/core/images/units/saurians/oracle-melee-4.png
-share/wesnoth/data/core/images/units/saurians/oracle-melee-5.png
-share/wesnoth/data/core/images/units/saurians/oracle.png
-share/wesnoth/data/core/images/units/saurians/skirmisher-attack-n1.png
-share/wesnoth/data/core/images/units/saurians/skirmisher-attack-n2.png
-share/wesnoth/data/core/images/units/saurians/skirmisher-attack-ranged-1.png
-share/wesnoth/data/core/images/units/saurians/skirmisher-attack-ranged-2.png
-share/wesnoth/data/core/images/units/saurians/skirmisher-attack1.png
-share/wesnoth/data/core/images/units/saurians/skirmisher-attack2.png
-share/wesnoth/data/core/images/units/saurians/skirmisher-defend.png
-share/wesnoth/data/core/images/units/saurians/skirmisher-idle-1.png
-share/wesnoth/data/core/images/units/saurians/skirmisher-idle-10.png
-share/wesnoth/data/core/images/units/saurians/skirmisher-idle-11.png
-share/wesnoth/data/core/images/units/saurians/skirmisher-idle-12.png
-share/wesnoth/data/core/images/units/saurians/skirmisher-idle-13.png
-share/wesnoth/data/core/images/units/saurians/skirmisher-idle-2.png
-share/wesnoth/data/core/images/units/saurians/skirmisher-idle-3.png
-share/wesnoth/data/core/images/units/saurians/skirmisher-idle-4.png
-share/wesnoth/data/core/images/units/saurians/skirmisher-idle-5.png
-share/wesnoth/data/core/images/units/saurians/skirmisher-idle-6.png
-share/wesnoth/data/core/images/units/saurians/skirmisher-idle-7.png
-share/wesnoth/data/core/images/units/saurians/skirmisher-idle-8.png
-share/wesnoth/data/core/images/units/saurians/skirmisher-idle-9.png
-share/wesnoth/data/core/images/units/saurians/skirmisher.png
-share/wesnoth/data/core/images/units/saurians/soothsayer-defend-1.png
-share/wesnoth/data/core/images/units/saurians/soothsayer-defend-2.png
-share/wesnoth/data/core/images/units/saurians/soothsayer-magic-1.png
-share/wesnoth/data/core/images/units/saurians/soothsayer-magic-2.png
-share/wesnoth/data/core/images/units/saurians/soothsayer-melee-1.png
-share/wesnoth/data/core/images/units/saurians/soothsayer-melee-2.png
-share/wesnoth/data/core/images/units/saurians/soothsayer-melee-3.png
-share/wesnoth/data/core/images/units/saurians/soothsayer-melee-4.png
-share/wesnoth/data/core/images/units/saurians/soothsayer-melee-5.png
-share/wesnoth/data/core/images/units/saurians/soothsayer.png
+share/wesnoth/data/core/images/units/saurians/ambusher/ambusher-n-melee1.png
+share/wesnoth/data/core/images/units/saurians/ambusher/ambusher-n-melee10.png
+share/wesnoth/data/core/images/units/saurians/ambusher/ambusher-n-melee2.png
+share/wesnoth/data/core/images/units/saurians/ambusher/ambusher-n-melee3.png
+share/wesnoth/data/core/images/units/saurians/ambusher/ambusher-n-melee4.png
+share/wesnoth/data/core/images/units/saurians/ambusher/ambusher-n-melee5.png
+share/wesnoth/data/core/images/units/saurians/ambusher/ambusher-n-melee6.png
+share/wesnoth/data/core/images/units/saurians/ambusher/ambusher-n-melee7.png
+share/wesnoth/data/core/images/units/saurians/ambusher/ambusher-n-melee8.png
+share/wesnoth/data/core/images/units/saurians/ambusher/ambusher-n-melee9.png
+share/wesnoth/data/core/images/units/saurians/ambusher/ambusher-ne-bob1.png
+share/wesnoth/data/core/images/units/saurians/ambusher/ambusher-ne-bob2.png
+share/wesnoth/data/core/images/units/saurians/ambusher/ambusher-ne-bob3.png
+share/wesnoth/data/core/images/units/saurians/ambusher/ambusher-ne-bob4.png
+share/wesnoth/data/core/images/units/saurians/ambusher/ambusher-ne-bob5.png
+share/wesnoth/data/core/images/units/saurians/ambusher/ambusher-ne-bob6.png
+share/wesnoth/data/core/images/units/saurians/ambusher/ambusher-ne-defend1.png
+share/wesnoth/data/core/images/units/saurians/ambusher/ambusher-ne-defend2.png
+share/wesnoth/data/core/images/units/saurians/ambusher/ambusher-ne-die1.png
+share/wesnoth/data/core/images/units/saurians/ambusher/ambusher-ne-die2.png
+share/wesnoth/data/core/images/units/saurians/ambusher/ambusher-ne-die3.png
+share/wesnoth/data/core/images/units/saurians/ambusher/ambusher-ne-die4.png
+share/wesnoth/data/core/images/units/saurians/ambusher/ambusher-ne-melee1.png
+share/wesnoth/data/core/images/units/saurians/ambusher/ambusher-ne-melee10.png
+share/wesnoth/data/core/images/units/saurians/ambusher/ambusher-ne-melee2.png
+share/wesnoth/data/core/images/units/saurians/ambusher/ambusher-ne-melee3.png
+share/wesnoth/data/core/images/units/saurians/ambusher/ambusher-ne-melee4.png
+share/wesnoth/data/core/images/units/saurians/ambusher/ambusher-ne-melee5.png
+share/wesnoth/data/core/images/units/saurians/ambusher/ambusher-ne-melee6.png
+share/wesnoth/data/core/images/units/saurians/ambusher/ambusher-ne-melee7.png
+share/wesnoth/data/core/images/units/saurians/ambusher/ambusher-ne-melee8.png
+share/wesnoth/data/core/images/units/saurians/ambusher/ambusher-ne-melee9.png
+share/wesnoth/data/core/images/units/saurians/ambusher/ambusher-ne-run1.png
+share/wesnoth/data/core/images/units/saurians/ambusher/ambusher-ne-run10.png
+share/wesnoth/data/core/images/units/saurians/ambusher/ambusher-ne-run11.png
+share/wesnoth/data/core/images/units/saurians/ambusher/ambusher-ne-run12.png
+share/wesnoth/data/core/images/units/saurians/ambusher/ambusher-ne-run2.png
+share/wesnoth/data/core/images/units/saurians/ambusher/ambusher-ne-run3.png
+share/wesnoth/data/core/images/units/saurians/ambusher/ambusher-ne-run4.png
+share/wesnoth/data/core/images/units/saurians/ambusher/ambusher-ne-run5.png
+share/wesnoth/data/core/images/units/saurians/ambusher/ambusher-ne-run6.png
+share/wesnoth/data/core/images/units/saurians/ambusher/ambusher-ne-run7.png
+share/wesnoth/data/core/images/units/saurians/ambusher/ambusher-ne-run8.png
+share/wesnoth/data/core/images/units/saurians/ambusher/ambusher-ne-run9.png
+share/wesnoth/data/core/images/units/saurians/ambusher/ambusher-ne-throw1.png
+share/wesnoth/data/core/images/units/saurians/ambusher/ambusher-ne-throw2.png
+share/wesnoth/data/core/images/units/saurians/ambusher/ambusher-ne-throw3.png
+share/wesnoth/data/core/images/units/saurians/ambusher/ambusher-ne-throw4.png
+share/wesnoth/data/core/images/units/saurians/ambusher/ambusher-ne-throw5.png
+share/wesnoth/data/core/images/units/saurians/ambusher/ambusher-ne-throw6.png
+share/wesnoth/data/core/images/units/saurians/ambusher/ambusher-ne-throw7.png
+share/wesnoth/data/core/images/units/saurians/ambusher/ambusher-ne-throw8.png
+share/wesnoth/data/core/images/units/saurians/ambusher/ambusher-ne-throw9.png
+share/wesnoth/data/core/images/units/saurians/ambusher/ambusher-s-melee1.png
+share/wesnoth/data/core/images/units/saurians/ambusher/ambusher-s-melee10.png
+share/wesnoth/data/core/images/units/saurians/ambusher/ambusher-s-melee2.png
+share/wesnoth/data/core/images/units/saurians/ambusher/ambusher-s-melee3.png
+share/wesnoth/data/core/images/units/saurians/ambusher/ambusher-s-melee4.png
+share/wesnoth/data/core/images/units/saurians/ambusher/ambusher-s-melee5.png
+share/wesnoth/data/core/images/units/saurians/ambusher/ambusher-s-melee6.png
+share/wesnoth/data/core/images/units/saurians/ambusher/ambusher-s-melee7.png
+share/wesnoth/data/core/images/units/saurians/ambusher/ambusher-s-melee8.png
+share/wesnoth/data/core/images/units/saurians/ambusher/ambusher-s-melee9.png
+share/wesnoth/data/core/images/units/saurians/ambusher/ambusher-se-bob1.png
+share/wesnoth/data/core/images/units/saurians/ambusher/ambusher-se-bob2.png
+share/wesnoth/data/core/images/units/saurians/ambusher/ambusher-se-bob3.png
+share/wesnoth/data/core/images/units/saurians/ambusher/ambusher-se-bob4.png
+share/wesnoth/data/core/images/units/saurians/ambusher/ambusher-se-bob5.png
+share/wesnoth/data/core/images/units/saurians/ambusher/ambusher-se-bob6.png
+share/wesnoth/data/core/images/units/saurians/ambusher/ambusher-se-defend1.png
+share/wesnoth/data/core/images/units/saurians/ambusher/ambusher-se-defend2.png
+share/wesnoth/data/core/images/units/saurians/ambusher/ambusher-se-die1.png
+share/wesnoth/data/core/images/units/saurians/ambusher/ambusher-se-die2.png
+share/wesnoth/data/core/images/units/saurians/ambusher/ambusher-se-die3.png
+share/wesnoth/data/core/images/units/saurians/ambusher/ambusher-se-die4.png
+share/wesnoth/data/core/images/units/saurians/ambusher/ambusher-se-melee1.png
+share/wesnoth/data/core/images/units/saurians/ambusher/ambusher-se-melee10.png
+share/wesnoth/data/core/images/units/saurians/ambusher/ambusher-se-melee2.png
+share/wesnoth/data/core/images/units/saurians/ambusher/ambusher-se-melee3.png
+share/wesnoth/data/core/images/units/saurians/ambusher/ambusher-se-melee4.png
+share/wesnoth/data/core/images/units/saurians/ambusher/ambusher-se-melee5.png
+share/wesnoth/data/core/images/units/saurians/ambusher/ambusher-se-melee6.png
+share/wesnoth/data/core/images/units/saurians/ambusher/ambusher-se-melee7.png
+share/wesnoth/data/core/images/units/saurians/ambusher/ambusher-se-melee8.png
+share/wesnoth/data/core/images/units/saurians/ambusher/ambusher-se-melee9.png
+share/wesnoth/data/core/images/units/saurians/ambusher/ambusher-se-run1.png
+share/wesnoth/data/core/images/units/saurians/ambusher/ambusher-se-run10.png
+share/wesnoth/data/core/images/units/saurians/ambusher/ambusher-se-run11.png
+share/wesnoth/data/core/images/units/saurians/ambusher/ambusher-se-run12.png
+share/wesnoth/data/core/images/units/saurians/ambusher/ambusher-se-run2.png
+share/wesnoth/data/core/images/units/saurians/ambusher/ambusher-se-run3.png
+share/wesnoth/data/core/images/units/saurians/ambusher/ambusher-se-run4.png
+share/wesnoth/data/core/images/units/saurians/ambusher/ambusher-se-run5.png
+share/wesnoth/data/core/images/units/saurians/ambusher/ambusher-se-run6.png
+share/wesnoth/data/core/images/units/saurians/ambusher/ambusher-se-run7.png
+share/wesnoth/data/core/images/units/saurians/ambusher/ambusher-se-run8.png
+share/wesnoth/data/core/images/units/saurians/ambusher/ambusher-se-run9.png
+share/wesnoth/data/core/images/units/saurians/ambusher/ambusher-se-throw1.png
+share/wesnoth/data/core/images/units/saurians/ambusher/ambusher-se-throw2.png
+share/wesnoth/data/core/images/units/saurians/ambusher/ambusher-se-throw3.png
+share/wesnoth/data/core/images/units/saurians/ambusher/ambusher-se-throw4.png
+share/wesnoth/data/core/images/units/saurians/ambusher/ambusher-se-throw5.png
+share/wesnoth/data/core/images/units/saurians/ambusher/ambusher-se-throw6.png
+share/wesnoth/data/core/images/units/saurians/ambusher/ambusher-se-throw7.png
+share/wesnoth/data/core/images/units/saurians/ambusher/ambusher-se-throw8.png
+share/wesnoth/data/core/images/units/saurians/ambusher/ambusher-se-throw9.png
+share/wesnoth/data/core/images/units/saurians/ambusher/ambusher.png
+share/wesnoth/data/core/images/units/saurians/augur/augur-ne-bob1.png
+share/wesnoth/data/core/images/units/saurians/augur/augur-ne-bob2.png
+share/wesnoth/data/core/images/units/saurians/augur/augur-ne-bob3.png
+share/wesnoth/data/core/images/units/saurians/augur/augur-ne-bob4.png
+share/wesnoth/data/core/images/units/saurians/augur/augur-ne-bob5.png
+share/wesnoth/data/core/images/units/saurians/augur/augur-ne-bob6.png
+share/wesnoth/data/core/images/units/saurians/augur/augur-ne-defend1.png
+share/wesnoth/data/core/images/units/saurians/augur/augur-ne-defend2.png
+share/wesnoth/data/core/images/units/saurians/augur/augur-ne-die1.png
+share/wesnoth/data/core/images/units/saurians/augur/augur-ne-die2.png
+share/wesnoth/data/core/images/units/saurians/augur/augur-ne-die3.png
+share/wesnoth/data/core/images/units/saurians/augur/augur-ne-die4.png
+share/wesnoth/data/core/images/units/saurians/augur/augur-ne-magic1.png
+share/wesnoth/data/core/images/units/saurians/augur/augur-ne-magic2.png
+share/wesnoth/data/core/images/units/saurians/augur/augur-ne-melee1.png
+share/wesnoth/data/core/images/units/saurians/augur/augur-ne-melee2.png
+share/wesnoth/data/core/images/units/saurians/augur/augur-ne-melee3.png
+share/wesnoth/data/core/images/units/saurians/augur/augur-ne-melee4.png
+share/wesnoth/data/core/images/units/saurians/augur/augur-ne-melee5.png
+share/wesnoth/data/core/images/units/saurians/augur/augur-ne-run1.png
+share/wesnoth/data/core/images/units/saurians/augur/augur-ne-run10.png
+share/wesnoth/data/core/images/units/saurians/augur/augur-ne-run11.png
+share/wesnoth/data/core/images/units/saurians/augur/augur-ne-run12.png
+share/wesnoth/data/core/images/units/saurians/augur/augur-ne-run2.png
+share/wesnoth/data/core/images/units/saurians/augur/augur-ne-run3.png
+share/wesnoth/data/core/images/units/saurians/augur/augur-ne-run4.png
+share/wesnoth/data/core/images/units/saurians/augur/augur-ne-run5.png
+share/wesnoth/data/core/images/units/saurians/augur/augur-ne-run6.png
+share/wesnoth/data/core/images/units/saurians/augur/augur-ne-run7.png
+share/wesnoth/data/core/images/units/saurians/augur/augur-ne-run8.png
+share/wesnoth/data/core/images/units/saurians/augur/augur-ne-run9.png
+share/wesnoth/data/core/images/units/saurians/augur/augur-se-bob1.png
+share/wesnoth/data/core/images/units/saurians/augur/augur-se-bob2.png
+share/wesnoth/data/core/images/units/saurians/augur/augur-se-bob3.png
+share/wesnoth/data/core/images/units/saurians/augur/augur-se-bob4.png
+share/wesnoth/data/core/images/units/saurians/augur/augur-se-bob5.png
+share/wesnoth/data/core/images/units/saurians/augur/augur-se-bob6.png
+share/wesnoth/data/core/images/units/saurians/augur/augur-se-defend1.png
+share/wesnoth/data/core/images/units/saurians/augur/augur-se-defend2.png
+share/wesnoth/data/core/images/units/saurians/augur/augur-se-die1.png
+share/wesnoth/data/core/images/units/saurians/augur/augur-se-die2.png
+share/wesnoth/data/core/images/units/saurians/augur/augur-se-die3.png
+share/wesnoth/data/core/images/units/saurians/augur/augur-se-die4.png
+share/wesnoth/data/core/images/units/saurians/augur/augur-se-magic1.png
+share/wesnoth/data/core/images/units/saurians/augur/augur-se-magic2.png
+share/wesnoth/data/core/images/units/saurians/augur/augur-se-melee1.png
+share/wesnoth/data/core/images/units/saurians/augur/augur-se-melee2.png
+share/wesnoth/data/core/images/units/saurians/augur/augur-se-melee3.png
+share/wesnoth/data/core/images/units/saurians/augur/augur-se-melee4.png
+share/wesnoth/data/core/images/units/saurians/augur/augur-se-melee5.png
+share/wesnoth/data/core/images/units/saurians/augur/augur-se-run1.png
+share/wesnoth/data/core/images/units/saurians/augur/augur-se-run10.png
+share/wesnoth/data/core/images/units/saurians/augur/augur-se-run11.png
+share/wesnoth/data/core/images/units/saurians/augur/augur-se-run12.png
+share/wesnoth/data/core/images/units/saurians/augur/augur-se-run2.png
+share/wesnoth/data/core/images/units/saurians/augur/augur-se-run3.png
+share/wesnoth/data/core/images/units/saurians/augur/augur-se-run4.png
+share/wesnoth/data/core/images/units/saurians/augur/augur-se-run5.png
+share/wesnoth/data/core/images/units/saurians/augur/augur-se-run6.png
+share/wesnoth/data/core/images/units/saurians/augur/augur-se-run7.png
+share/wesnoth/data/core/images/units/saurians/augur/augur-se-run8.png
+share/wesnoth/data/core/images/units/saurians/augur/augur-se-run9.png
+share/wesnoth/data/core/images/units/saurians/augur/augur.png
+share/wesnoth/data/core/images/units/saurians/flanker/flanker-n-melee1.png
+share/wesnoth/data/core/images/units/saurians/flanker/flanker-n-melee10.png
+share/wesnoth/data/core/images/units/saurians/flanker/flanker-n-melee2.png
+share/wesnoth/data/core/images/units/saurians/flanker/flanker-n-melee3.png
+share/wesnoth/data/core/images/units/saurians/flanker/flanker-n-melee4.png
+share/wesnoth/data/core/images/units/saurians/flanker/flanker-n-melee5.png
+share/wesnoth/data/core/images/units/saurians/flanker/flanker-n-melee6.png
+share/wesnoth/data/core/images/units/saurians/flanker/flanker-n-melee7.png
+share/wesnoth/data/core/images/units/saurians/flanker/flanker-n-melee8.png
+share/wesnoth/data/core/images/units/saurians/flanker/flanker-n-melee9.png
+share/wesnoth/data/core/images/units/saurians/flanker/flanker-ne-bob1.png
+share/wesnoth/data/core/images/units/saurians/flanker/flanker-ne-bob2.png
+share/wesnoth/data/core/images/units/saurians/flanker/flanker-ne-bob3.png
+share/wesnoth/data/core/images/units/saurians/flanker/flanker-ne-bob4.png
+share/wesnoth/data/core/images/units/saurians/flanker/flanker-ne-bob5.png
+share/wesnoth/data/core/images/units/saurians/flanker/flanker-ne-bob6.png
+share/wesnoth/data/core/images/units/saurians/flanker/flanker-ne-defend1.png
+share/wesnoth/data/core/images/units/saurians/flanker/flanker-ne-defend2.png
+share/wesnoth/data/core/images/units/saurians/flanker/flanker-ne-die1.png
+share/wesnoth/data/core/images/units/saurians/flanker/flanker-ne-die2.png
+share/wesnoth/data/core/images/units/saurians/flanker/flanker-ne-die3.png
+share/wesnoth/data/core/images/units/saurians/flanker/flanker-ne-die4.png
+share/wesnoth/data/core/images/units/saurians/flanker/flanker-ne-melee1.png
+share/wesnoth/data/core/images/units/saurians/flanker/flanker-ne-melee10.png
+share/wesnoth/data/core/images/units/saurians/flanker/flanker-ne-melee2.png
+share/wesnoth/data/core/images/units/saurians/flanker/flanker-ne-melee3.png
+share/wesnoth/data/core/images/units/saurians/flanker/flanker-ne-melee4.png
+share/wesnoth/data/core/images/units/saurians/flanker/flanker-ne-melee5.png
+share/wesnoth/data/core/images/units/saurians/flanker/flanker-ne-melee6.png
+share/wesnoth/data/core/images/units/saurians/flanker/flanker-ne-melee7.png
+share/wesnoth/data/core/images/units/saurians/flanker/flanker-ne-melee8.png
+share/wesnoth/data/core/images/units/saurians/flanker/flanker-ne-melee9.png
+share/wesnoth/data/core/images/units/saurians/flanker/flanker-ne-run1.png
+share/wesnoth/data/core/images/units/saurians/flanker/flanker-ne-run10.png
+share/wesnoth/data/core/images/units/saurians/flanker/flanker-ne-run11.png
+share/wesnoth/data/core/images/units/saurians/flanker/flanker-ne-run12.png
+share/wesnoth/data/core/images/units/saurians/flanker/flanker-ne-run2.png
+share/wesnoth/data/core/images/units/saurians/flanker/flanker-ne-run3.png
+share/wesnoth/data/core/images/units/saurians/flanker/flanker-ne-run4.png
+share/wesnoth/data/core/images/units/saurians/flanker/flanker-ne-run5.png
+share/wesnoth/data/core/images/units/saurians/flanker/flanker-ne-run6.png
+share/wesnoth/data/core/images/units/saurians/flanker/flanker-ne-run7.png
+share/wesnoth/data/core/images/units/saurians/flanker/flanker-ne-run8.png
+share/wesnoth/data/core/images/units/saurians/flanker/flanker-ne-run9.png
+share/wesnoth/data/core/images/units/saurians/flanker/flanker-ne-throw1.png
+share/wesnoth/data/core/images/units/saurians/flanker/flanker-ne-throw2.png
+share/wesnoth/data/core/images/units/saurians/flanker/flanker-ne-throw3.png
+share/wesnoth/data/core/images/units/saurians/flanker/flanker-ne-throw4.png
+share/wesnoth/data/core/images/units/saurians/flanker/flanker-ne-throw5.png
+share/wesnoth/data/core/images/units/saurians/flanker/flanker-ne-throw6.png
+share/wesnoth/data/core/images/units/saurians/flanker/flanker-ne-throw7.png
+share/wesnoth/data/core/images/units/saurians/flanker/flanker-ne-throw8.png
+share/wesnoth/data/core/images/units/saurians/flanker/flanker-ne-throw9.png
+share/wesnoth/data/core/images/units/saurians/flanker/flanker-s-melee1.png
+share/wesnoth/data/core/images/units/saurians/flanker/flanker-s-melee10.png
+share/wesnoth/data/core/images/units/saurians/flanker/flanker-s-melee2.png
+share/wesnoth/data/core/images/units/saurians/flanker/flanker-s-melee3.png
+share/wesnoth/data/core/images/units/saurians/flanker/flanker-s-melee4.png
+share/wesnoth/data/core/images/units/saurians/flanker/flanker-s-melee5.png
+share/wesnoth/data/core/images/units/saurians/flanker/flanker-s-melee6.png
+share/wesnoth/data/core/images/units/saurians/flanker/flanker-s-melee7.png
+share/wesnoth/data/core/images/units/saurians/flanker/flanker-s-melee8.png
+share/wesnoth/data/core/images/units/saurians/flanker/flanker-s-melee9.png
+share/wesnoth/data/core/images/units/saurians/flanker/flanker-se-bob1.png
+share/wesnoth/data/core/images/units/saurians/flanker/flanker-se-bob2.png
+share/wesnoth/data/core/images/units/saurians/flanker/flanker-se-bob3.png
+share/wesnoth/data/core/images/units/saurians/flanker/flanker-se-bob4.png
+share/wesnoth/data/core/images/units/saurians/flanker/flanker-se-bob5.png
+share/wesnoth/data/core/images/units/saurians/flanker/flanker-se-bob6.png
+share/wesnoth/data/core/images/units/saurians/flanker/flanker-se-defend1.png
+share/wesnoth/data/core/images/units/saurians/flanker/flanker-se-defend2.png
+share/wesnoth/data/core/images/units/saurians/flanker/flanker-se-die1.png
+share/wesnoth/data/core/images/units/saurians/flanker/flanker-se-die2.png
+share/wesnoth/data/core/images/units/saurians/flanker/flanker-se-die3.png
+share/wesnoth/data/core/images/units/saurians/flanker/flanker-se-die4.png
+share/wesnoth/data/core/images/units/saurians/flanker/flanker-se-melee1.png
+share/wesnoth/data/core/images/units/saurians/flanker/flanker-se-melee10.png
+share/wesnoth/data/core/images/units/saurians/flanker/flanker-se-melee2.png
+share/wesnoth/data/core/images/units/saurians/flanker/flanker-se-melee3.png
+share/wesnoth/data/core/images/units/saurians/flanker/flanker-se-melee4.png
+share/wesnoth/data/core/images/units/saurians/flanker/flanker-se-melee5.png
+share/wesnoth/data/core/images/units/saurians/flanker/flanker-se-melee6.png
+share/wesnoth/data/core/images/units/saurians/flanker/flanker-se-melee7.png
+share/wesnoth/data/core/images/units/saurians/flanker/flanker-se-melee8.png
+share/wesnoth/data/core/images/units/saurians/flanker/flanker-se-melee9.png
+share/wesnoth/data/core/images/units/saurians/flanker/flanker-se-run1.png
+share/wesnoth/data/core/images/units/saurians/flanker/flanker-se-run10.png
+share/wesnoth/data/core/images/units/saurians/flanker/flanker-se-run11.png
+share/wesnoth/data/core/images/units/saurians/flanker/flanker-se-run12.png
+share/wesnoth/data/core/images/units/saurians/flanker/flanker-se-run2.png
+share/wesnoth/data/core/images/units/saurians/flanker/flanker-se-run3.png
+share/wesnoth/data/core/images/units/saurians/flanker/flanker-se-run4.png
+share/wesnoth/data/core/images/units/saurians/flanker/flanker-se-run5.png
+share/wesnoth/data/core/images/units/saurians/flanker/flanker-se-run6.png
+share/wesnoth/data/core/images/units/saurians/flanker/flanker-se-run7.png
+share/wesnoth/data/core/images/units/saurians/flanker/flanker-se-run8.png
+share/wesnoth/data/core/images/units/saurians/flanker/flanker-se-run9.png
+share/wesnoth/data/core/images/units/saurians/flanker/flanker-se-throw1.png
+share/wesnoth/data/core/images/units/saurians/flanker/flanker-se-throw2.png
+share/wesnoth/data/core/images/units/saurians/flanker/flanker-se-throw3.png
+share/wesnoth/data/core/images/units/saurians/flanker/flanker-se-throw4.png
+share/wesnoth/data/core/images/units/saurians/flanker/flanker-se-throw5.png
+share/wesnoth/data/core/images/units/saurians/flanker/flanker-se-throw6.png
+share/wesnoth/data/core/images/units/saurians/flanker/flanker-se-throw7.png
+share/wesnoth/data/core/images/units/saurians/flanker/flanker-se-throw8.png
+share/wesnoth/data/core/images/units/saurians/flanker/flanker-se-throw9.png
+share/wesnoth/data/core/images/units/saurians/flanker/flanker.png
+share/wesnoth/data/core/images/units/saurians/oracle/oracle-ne-bob1.png
+share/wesnoth/data/core/images/units/saurians/oracle/oracle-ne-bob2.png
+share/wesnoth/data/core/images/units/saurians/oracle/oracle-ne-bob3.png
+share/wesnoth/data/core/images/units/saurians/oracle/oracle-ne-bob4.png
+share/wesnoth/data/core/images/units/saurians/oracle/oracle-ne-bob5.png
+share/wesnoth/data/core/images/units/saurians/oracle/oracle-ne-bob6.png
+share/wesnoth/data/core/images/units/saurians/oracle/oracle-ne-defend1.png
+share/wesnoth/data/core/images/units/saurians/oracle/oracle-ne-defend2.png
+share/wesnoth/data/core/images/units/saurians/oracle/oracle-ne-die1.png
+share/wesnoth/data/core/images/units/saurians/oracle/oracle-ne-die2.png
+share/wesnoth/data/core/images/units/saurians/oracle/oracle-ne-die3.png
+share/wesnoth/data/core/images/units/saurians/oracle/oracle-ne-die4.png
+share/wesnoth/data/core/images/units/saurians/oracle/oracle-ne-magic1.png
+share/wesnoth/data/core/images/units/saurians/oracle/oracle-ne-magic2.png
+share/wesnoth/data/core/images/units/saurians/oracle/oracle-ne-melee1.png
+share/wesnoth/data/core/images/units/saurians/oracle/oracle-ne-melee2.png
+share/wesnoth/data/core/images/units/saurians/oracle/oracle-ne-melee3.png
+share/wesnoth/data/core/images/units/saurians/oracle/oracle-ne-melee4.png
+share/wesnoth/data/core/images/units/saurians/oracle/oracle-ne-melee5.png
+share/wesnoth/data/core/images/units/saurians/oracle/oracle-ne-melee6.png
+share/wesnoth/data/core/images/units/saurians/oracle/oracle-ne-run1.png
+share/wesnoth/data/core/images/units/saurians/oracle/oracle-ne-run10.png
+share/wesnoth/data/core/images/units/saurians/oracle/oracle-ne-run11.png
+share/wesnoth/data/core/images/units/saurians/oracle/oracle-ne-run12.png
+share/wesnoth/data/core/images/units/saurians/oracle/oracle-ne-run2.png
+share/wesnoth/data/core/images/units/saurians/oracle/oracle-ne-run3.png
+share/wesnoth/data/core/images/units/saurians/oracle/oracle-ne-run4.png
+share/wesnoth/data/core/images/units/saurians/oracle/oracle-ne-run5.png
+share/wesnoth/data/core/images/units/saurians/oracle/oracle-ne-run6.png
+share/wesnoth/data/core/images/units/saurians/oracle/oracle-ne-run7.png
+share/wesnoth/data/core/images/units/saurians/oracle/oracle-ne-run8.png
+share/wesnoth/data/core/images/units/saurians/oracle/oracle-ne-run9.png
+share/wesnoth/data/core/images/units/saurians/oracle/oracle-se-bob1.png
+share/wesnoth/data/core/images/units/saurians/oracle/oracle-se-bob2.png
+share/wesnoth/data/core/images/units/saurians/oracle/oracle-se-bob3.png
+share/wesnoth/data/core/images/units/saurians/oracle/oracle-se-bob4.png
+share/wesnoth/data/core/images/units/saurians/oracle/oracle-se-bob5.png
+share/wesnoth/data/core/images/units/saurians/oracle/oracle-se-bob6.png
+share/wesnoth/data/core/images/units/saurians/oracle/oracle-se-defend1.png
+share/wesnoth/data/core/images/units/saurians/oracle/oracle-se-defend2.png
+share/wesnoth/data/core/images/units/saurians/oracle/oracle-se-die1.png
+share/wesnoth/data/core/images/units/saurians/oracle/oracle-se-die2.png
+share/wesnoth/data/core/images/units/saurians/oracle/oracle-se-die3.png
+share/wesnoth/data/core/images/units/saurians/oracle/oracle-se-die4.png
+share/wesnoth/data/core/images/units/saurians/oracle/oracle-se-magic1.png
+share/wesnoth/data/core/images/units/saurians/oracle/oracle-se-magic2.png
+share/wesnoth/data/core/images/units/saurians/oracle/oracle-se-melee1.png
+share/wesnoth/data/core/images/units/saurians/oracle/oracle-se-melee2.png
+share/wesnoth/data/core/images/units/saurians/oracle/oracle-se-melee3.png
+share/wesnoth/data/core/images/units/saurians/oracle/oracle-se-melee4.png
+share/wesnoth/data/core/images/units/saurians/oracle/oracle-se-melee5.png
+share/wesnoth/data/core/images/units/saurians/oracle/oracle-se-run1.png
+share/wesnoth/data/core/images/units/saurians/oracle/oracle-se-run10.png
+share/wesnoth/data/core/images/units/saurians/oracle/oracle-se-run11.png
+share/wesnoth/data/core/images/units/saurians/oracle/oracle-se-run12.png
+share/wesnoth/data/core/images/units/saurians/oracle/oracle-se-run2.png
+share/wesnoth/data/core/images/units/saurians/oracle/oracle-se-run3.png
+share/wesnoth/data/core/images/units/saurians/oracle/oracle-se-run4.png
+share/wesnoth/data/core/images/units/saurians/oracle/oracle-se-run5.png
+share/wesnoth/data/core/images/units/saurians/oracle/oracle-se-run6.png
+share/wesnoth/data/core/images/units/saurians/oracle/oracle-se-run7.png
+share/wesnoth/data/core/images/units/saurians/oracle/oracle-se-run8.png
+share/wesnoth/data/core/images/units/saurians/oracle/oracle-se-run9.png
+share/wesnoth/data/core/images/units/saurians/oracle/oracle.png
+share/wesnoth/data/core/images/units/saurians/skirmisher/skirmisher-idle-1.png
+share/wesnoth/data/core/images/units/saurians/skirmisher/skirmisher-idle-10.png
+share/wesnoth/data/core/images/units/saurians/skirmisher/skirmisher-idle-11.png
+share/wesnoth/data/core/images/units/saurians/skirmisher/skirmisher-idle-12.png
+share/wesnoth/data/core/images/units/saurians/skirmisher/skirmisher-idle-13.png
+share/wesnoth/data/core/images/units/saurians/skirmisher/skirmisher-idle-2.png
+share/wesnoth/data/core/images/units/saurians/skirmisher/skirmisher-idle-3.png
+share/wesnoth/data/core/images/units/saurians/skirmisher/skirmisher-idle-4.png
+share/wesnoth/data/core/images/units/saurians/skirmisher/skirmisher-idle-5.png
+share/wesnoth/data/core/images/units/saurians/skirmisher/skirmisher-idle-6.png
+share/wesnoth/data/core/images/units/saurians/skirmisher/skirmisher-idle-7.png
+share/wesnoth/data/core/images/units/saurians/skirmisher/skirmisher-idle-8.png
+share/wesnoth/data/core/images/units/saurians/skirmisher/skirmisher-idle-9.png
+share/wesnoth/data/core/images/units/saurians/skirmisher/skirmisher-n-melee1.png
+share/wesnoth/data/core/images/units/saurians/skirmisher/skirmisher-n-melee10.png
+share/wesnoth/data/core/images/units/saurians/skirmisher/skirmisher-n-melee2.png
+share/wesnoth/data/core/images/units/saurians/skirmisher/skirmisher-n-melee3.png
+share/wesnoth/data/core/images/units/saurians/skirmisher/skirmisher-n-melee4.png
+share/wesnoth/data/core/images/units/saurians/skirmisher/skirmisher-n-melee5.png
+share/wesnoth/data/core/images/units/saurians/skirmisher/skirmisher-n-melee6.png
+share/wesnoth/data/core/images/units/saurians/skirmisher/skirmisher-n-melee7.png
+share/wesnoth/data/core/images/units/saurians/skirmisher/skirmisher-n-melee8.png
+share/wesnoth/data/core/images/units/saurians/skirmisher/skirmisher-n-melee9.png
+share/wesnoth/data/core/images/units/saurians/skirmisher/skirmisher-ne-bob1.png
+share/wesnoth/data/core/images/units/saurians/skirmisher/skirmisher-ne-bob2.png
+share/wesnoth/data/core/images/units/saurians/skirmisher/skirmisher-ne-bob3.png
+share/wesnoth/data/core/images/units/saurians/skirmisher/skirmisher-ne-bob4.png
+share/wesnoth/data/core/images/units/saurians/skirmisher/skirmisher-ne-bob5.png
+share/wesnoth/data/core/images/units/saurians/skirmisher/skirmisher-ne-bob6.png
+share/wesnoth/data/core/images/units/saurians/skirmisher/skirmisher-ne-defend1.png
+share/wesnoth/data/core/images/units/saurians/skirmisher/skirmisher-ne-defend2.png
+share/wesnoth/data/core/images/units/saurians/skirmisher/skirmisher-ne-die1.png
+share/wesnoth/data/core/images/units/saurians/skirmisher/skirmisher-ne-die2.png
+share/wesnoth/data/core/images/units/saurians/skirmisher/skirmisher-ne-die3.png
+share/wesnoth/data/core/images/units/saurians/skirmisher/skirmisher-ne-die4.png
+share/wesnoth/data/core/images/units/saurians/skirmisher/skirmisher-ne-melee1.png
+share/wesnoth/data/core/images/units/saurians/skirmisher/skirmisher-ne-melee10.png
+share/wesnoth/data/core/images/units/saurians/skirmisher/skirmisher-ne-melee2.png
+share/wesnoth/data/core/images/units/saurians/skirmisher/skirmisher-ne-melee3.png
+share/wesnoth/data/core/images/units/saurians/skirmisher/skirmisher-ne-melee4.png
+share/wesnoth/data/core/images/units/saurians/skirmisher/skirmisher-ne-melee5.png
+share/wesnoth/data/core/images/units/saurians/skirmisher/skirmisher-ne-melee6.png
+share/wesnoth/data/core/images/units/saurians/skirmisher/skirmisher-ne-melee7.png
+share/wesnoth/data/core/images/units/saurians/skirmisher/skirmisher-ne-melee8.png
+share/wesnoth/data/core/images/units/saurians/skirmisher/skirmisher-ne-melee9.png
+share/wesnoth/data/core/images/units/saurians/skirmisher/skirmisher-ne-run1.png
+share/wesnoth/data/core/images/units/saurians/skirmisher/skirmisher-ne-run10.png
+share/wesnoth/data/core/images/units/saurians/skirmisher/skirmisher-ne-run11.png
+share/wesnoth/data/core/images/units/saurians/skirmisher/skirmisher-ne-run12.png
+share/wesnoth/data/core/images/units/saurians/skirmisher/skirmisher-ne-run2.png
+share/wesnoth/data/core/images/units/saurians/skirmisher/skirmisher-ne-run3.png
+share/wesnoth/data/core/images/units/saurians/skirmisher/skirmisher-ne-run4.png
+share/wesnoth/data/core/images/units/saurians/skirmisher/skirmisher-ne-run5.png
+share/wesnoth/data/core/images/units/saurians/skirmisher/skirmisher-ne-run6.png
+share/wesnoth/data/core/images/units/saurians/skirmisher/skirmisher-ne-run7.png
+share/wesnoth/data/core/images/units/saurians/skirmisher/skirmisher-ne-run8.png
+share/wesnoth/data/core/images/units/saurians/skirmisher/skirmisher-ne-run9.png
+share/wesnoth/data/core/images/units/saurians/skirmisher/skirmisher-ne-throw1.png
+share/wesnoth/data/core/images/units/saurians/skirmisher/skirmisher-ne-throw2.png
+share/wesnoth/data/core/images/units/saurians/skirmisher/skirmisher-ne-throw3.png
+share/wesnoth/data/core/images/units/saurians/skirmisher/skirmisher-ne-throw4.png
+share/wesnoth/data/core/images/units/saurians/skirmisher/skirmisher-ne-throw5.png
+share/wesnoth/data/core/images/units/saurians/skirmisher/skirmisher-ne-throw6.png
+share/wesnoth/data/core/images/units/saurians/skirmisher/skirmisher-ne-throw7.png
+share/wesnoth/data/core/images/units/saurians/skirmisher/skirmisher-ne-throw8.png
+share/wesnoth/data/core/images/units/saurians/skirmisher/skirmisher-ne-throw9.png
+share/wesnoth/data/core/images/units/saurians/skirmisher/skirmisher-s-melee1.png
+share/wesnoth/data/core/images/units/saurians/skirmisher/skirmisher-s-melee10.png
+share/wesnoth/data/core/images/units/saurians/skirmisher/skirmisher-s-melee2.png
+share/wesnoth/data/core/images/units/saurians/skirmisher/skirmisher-s-melee3.png
+share/wesnoth/data/core/images/units/saurians/skirmisher/skirmisher-s-melee4.png
+share/wesnoth/data/core/images/units/saurians/skirmisher/skirmisher-s-melee5.png
+share/wesnoth/data/core/images/units/saurians/skirmisher/skirmisher-s-melee6.png
+share/wesnoth/data/core/images/units/saurians/skirmisher/skirmisher-s-melee7.png
+share/wesnoth/data/core/images/units/saurians/skirmisher/skirmisher-s-melee8.png
+share/wesnoth/data/core/images/units/saurians/skirmisher/skirmisher-s-melee9.png
+share/wesnoth/data/core/images/units/saurians/skirmisher/skirmisher-se-bob1.png
+share/wesnoth/data/core/images/units/saurians/skirmisher/skirmisher-se-bob2.png
+share/wesnoth/data/core/images/units/saurians/skirmisher/skirmisher-se-bob3.png
+share/wesnoth/data/core/images/units/saurians/skirmisher/skirmisher-se-bob4.png
+share/wesnoth/data/core/images/units/saurians/skirmisher/skirmisher-se-bob5.png
+share/wesnoth/data/core/images/units/saurians/skirmisher/skirmisher-se-bob6.png
+share/wesnoth/data/core/images/units/saurians/skirmisher/skirmisher-se-defend1.png
+share/wesnoth/data/core/images/units/saurians/skirmisher/skirmisher-se-defend2.png
+share/wesnoth/data/core/images/units/saurians/skirmisher/skirmisher-se-die1.png
+share/wesnoth/data/core/images/units/saurians/skirmisher/skirmisher-se-die2.png
+share/wesnoth/data/core/images/units/saurians/skirmisher/skirmisher-se-die3.png
+share/wesnoth/data/core/images/units/saurians/skirmisher/skirmisher-se-die4.png
+share/wesnoth/data/core/images/units/saurians/skirmisher/skirmisher-se-melee1.png
+share/wesnoth/data/core/images/units/saurians/skirmisher/skirmisher-se-melee10.png
+share/wesnoth/data/core/images/units/saurians/skirmisher/skirmisher-se-melee2.png
+share/wesnoth/data/core/images/units/saurians/skirmisher/skirmisher-se-melee3.png
+share/wesnoth/data/core/images/units/saurians/skirmisher/skirmisher-se-melee4.png
+share/wesnoth/data/core/images/units/saurians/skirmisher/skirmisher-se-melee5.png
+share/wesnoth/data/core/images/units/saurians/skirmisher/skirmisher-se-melee6.png
+share/wesnoth/data/core/images/units/saurians/skirmisher/skirmisher-se-melee7.png
+share/wesnoth/data/core/images/units/saurians/skirmisher/skirmisher-se-melee8.png
+share/wesnoth/data/core/images/units/saurians/skirmisher/skirmisher-se-melee9.png
+share/wesnoth/data/core/images/units/saurians/skirmisher/skirmisher-se-run1.png
+share/wesnoth/data/core/images/units/saurians/skirmisher/skirmisher-se-run10.png
+share/wesnoth/data/core/images/units/saurians/skirmisher/skirmisher-se-run11.png
+share/wesnoth/data/core/images/units/saurians/skirmisher/skirmisher-se-run12.png
+share/wesnoth/data/core/images/units/saurians/skirmisher/skirmisher-se-run2.png
+share/wesnoth/data/core/images/units/saurians/skirmisher/skirmisher-se-run3.png
+share/wesnoth/data/core/images/units/saurians/skirmisher/skirmisher-se-run4.png
+share/wesnoth/data/core/images/units/saurians/skirmisher/skirmisher-se-run5.png
+share/wesnoth/data/core/images/units/saurians/skirmisher/skirmisher-se-run6.png
+share/wesnoth/data/core/images/units/saurians/skirmisher/skirmisher-se-run7.png
+share/wesnoth/data/core/images/units/saurians/skirmisher/skirmisher-se-run8.png
+share/wesnoth/data/core/images/units/saurians/skirmisher/skirmisher-se-run9.png
+share/wesnoth/data/core/images/units/saurians/skirmisher/skirmisher-se-throw1.png
+share/wesnoth/data/core/images/units/saurians/skirmisher/skirmisher-se-throw2.png
+share/wesnoth/data/core/images/units/saurians/skirmisher/skirmisher-se-throw3.png
+share/wesnoth/data/core/images/units/saurians/skirmisher/skirmisher-se-throw4.png
+share/wesnoth/data/core/images/units/saurians/skirmisher/skirmisher-se-throw5.png
+share/wesnoth/data/core/images/units/saurians/skirmisher/skirmisher-se-throw6.png
+share/wesnoth/data/core/images/units/saurians/skirmisher/skirmisher-se-throw7.png
+share/wesnoth/data/core/images/units/saurians/skirmisher/skirmisher-se-throw8.png
+share/wesnoth/data/core/images/units/saurians/skirmisher/skirmisher-se-throw9.png
+share/wesnoth/data/core/images/units/saurians/skirmisher/skirmisher.png
+share/wesnoth/data/core/images/units/saurians/soothsayer/soothsayer-ne-bob1.png
+share/wesnoth/data/core/images/units/saurians/soothsayer/soothsayer-ne-bob2.png
+share/wesnoth/data/core/images/units/saurians/soothsayer/soothsayer-ne-bob3.png
+share/wesnoth/data/core/images/units/saurians/soothsayer/soothsayer-ne-bob4.png
+share/wesnoth/data/core/images/units/saurians/soothsayer/soothsayer-ne-bob5.png
+share/wesnoth/data/core/images/units/saurians/soothsayer/soothsayer-ne-bob6.png
+share/wesnoth/data/core/images/units/saurians/soothsayer/soothsayer-ne-defend1.png
+share/wesnoth/data/core/images/units/saurians/soothsayer/soothsayer-ne-defend2.png
+share/wesnoth/data/core/images/units/saurians/soothsayer/soothsayer-ne-die1.png
+share/wesnoth/data/core/images/units/saurians/soothsayer/soothsayer-ne-die2.png
+share/wesnoth/data/core/images/units/saurians/soothsayer/soothsayer-ne-die3.png
+share/wesnoth/data/core/images/units/saurians/soothsayer/soothsayer-ne-die4.png
+share/wesnoth/data/core/images/units/saurians/soothsayer/soothsayer-ne-magic1.png
+share/wesnoth/data/core/images/units/saurians/soothsayer/soothsayer-ne-magic2.png
+share/wesnoth/data/core/images/units/saurians/soothsayer/soothsayer-ne-melee1.png
+share/wesnoth/data/core/images/units/saurians/soothsayer/soothsayer-ne-melee2.png
+share/wesnoth/data/core/images/units/saurians/soothsayer/soothsayer-ne-melee3.png
+share/wesnoth/data/core/images/units/saurians/soothsayer/soothsayer-ne-melee4.png
+share/wesnoth/data/core/images/units/saurians/soothsayer/soothsayer-ne-melee5.png
+share/wesnoth/data/core/images/units/saurians/soothsayer/soothsayer-ne-run1.png
+share/wesnoth/data/core/images/units/saurians/soothsayer/soothsayer-ne-run10.png
+share/wesnoth/data/core/images/units/saurians/soothsayer/soothsayer-ne-run11.png
+share/wesnoth/data/core/images/units/saurians/soothsayer/soothsayer-ne-run12.png
+share/wesnoth/data/core/images/units/saurians/soothsayer/soothsayer-ne-run2.png
+share/wesnoth/data/core/images/units/saurians/soothsayer/soothsayer-ne-run3.png
+share/wesnoth/data/core/images/units/saurians/soothsayer/soothsayer-ne-run4.png
+share/wesnoth/data/core/images/units/saurians/soothsayer/soothsayer-ne-run5.png
+share/wesnoth/data/core/images/units/saurians/soothsayer/soothsayer-ne-run6.png
+share/wesnoth/data/core/images/units/saurians/soothsayer/soothsayer-ne-run7.png
+share/wesnoth/data/core/images/units/saurians/soothsayer/soothsayer-ne-run8.png
+share/wesnoth/data/core/images/units/saurians/soothsayer/soothsayer-ne-run9.png
+share/wesnoth/data/core/images/units/saurians/soothsayer/soothsayer-se-bob1.png
+share/wesnoth/data/core/images/units/saurians/soothsayer/soothsayer-se-bob2.png
+share/wesnoth/data/core/images/units/saurians/soothsayer/soothsayer-se-bob3.png
+share/wesnoth/data/core/images/units/saurians/soothsayer/soothsayer-se-bob4.png
+share/wesnoth/data/core/images/units/saurians/soothsayer/soothsayer-se-bob5.png
+share/wesnoth/data/core/images/units/saurians/soothsayer/soothsayer-se-bob6.png
+share/wesnoth/data/core/images/units/saurians/soothsayer/soothsayer-se-defend1.png
+share/wesnoth/data/core/images/units/saurians/soothsayer/soothsayer-se-defend2.png
+share/wesnoth/data/core/images/units/saurians/soothsayer/soothsayer-se-die1.png
+share/wesnoth/data/core/images/units/saurians/soothsayer/soothsayer-se-die2.png
+share/wesnoth/data/core/images/units/saurians/soothsayer/soothsayer-se-die3.png
+share/wesnoth/data/core/images/units/saurians/soothsayer/soothsayer-se-die4.png
+share/wesnoth/data/core/images/units/saurians/soothsayer/soothsayer-se-magic1.png
+share/wesnoth/data/core/images/units/saurians/soothsayer/soothsayer-se-magic2.png
+share/wesnoth/data/core/images/units/saurians/soothsayer/soothsayer-se-melee1.png
+share/wesnoth/data/core/images/units/saurians/soothsayer/soothsayer-se-melee2.png
+share/wesnoth/data/core/images/units/saurians/soothsayer/soothsayer-se-melee3.png
+share/wesnoth/data/core/images/units/saurians/soothsayer/soothsayer-se-melee4.png
+share/wesnoth/data/core/images/units/saurians/soothsayer/soothsayer-se-melee5.png
+share/wesnoth/data/core/images/units/saurians/soothsayer/soothsayer-se-run1.png
+share/wesnoth/data/core/images/units/saurians/soothsayer/soothsayer-se-run10.png
+share/wesnoth/data/core/images/units/saurians/soothsayer/soothsayer-se-run11.png
+share/wesnoth/data/core/images/units/saurians/soothsayer/soothsayer-se-run12.png
+share/wesnoth/data/core/images/units/saurians/soothsayer/soothsayer-se-run2.png
+share/wesnoth/data/core/images/units/saurians/soothsayer/soothsayer-se-run3.png
+share/wesnoth/data/core/images/units/saurians/soothsayer/soothsayer-se-run4.png
+share/wesnoth/data/core/images/units/saurians/soothsayer/soothsayer-se-run5.png
+share/wesnoth/data/core/images/units/saurians/soothsayer/soothsayer-se-run6.png
+share/wesnoth/data/core/images/units/saurians/soothsayer/soothsayer-se-run7.png
+share/wesnoth/data/core/images/units/saurians/soothsayer/soothsayer-se-run8.png
+share/wesnoth/data/core/images/units/saurians/soothsayer/soothsayer-se-run9.png
+share/wesnoth/data/core/images/units/saurians/soothsayer/soothsayer.png
share/wesnoth/data/core/images/units/transport/boat.png
share/wesnoth/data/core/images/units/transport/galleon.png
share/wesnoth/data/core/images/units/transport/pirate-galleon.png
@@ -7383,6 +9939,11 @@ share/wesnoth/data/core/images/units/trolls/shaman-ranged-1.png
share/wesnoth/data/core/images/units/trolls/shaman-ranged-2.png
share/wesnoth/data/core/images/units/trolls/shaman-ranged-3.png
share/wesnoth/data/core/images/units/trolls/shaman.png
+share/wesnoth/data/core/images/units/trolls/troll-hero-attack-ne-2.png
+share/wesnoth/data/core/images/units/trolls/troll-hero-attack-ne-3.png
+share/wesnoth/data/core/images/units/trolls/troll-hero-attack-ne-4.png
+share/wesnoth/data/core/images/units/trolls/troll-hero-attack-ne-5.png
+share/wesnoth/data/core/images/units/trolls/troll-hero-attack-ne-6.png
share/wesnoth/data/core/images/units/trolls/troll-hero-attack-s-4.png
share/wesnoth/data/core/images/units/trolls/troll-hero-attack-s-5.png
share/wesnoth/data/core/images/units/trolls/troll-hero-attack-s-6.png
@@ -7455,6 +10016,9 @@ share/wesnoth/data/core/images/units/undead-necromancers/dark-sorcerer-magic-2.p
share/wesnoth/data/core/images/units/undead-necromancers/dark-sorcerer-magic-3.png
share/wesnoth/data/core/images/units/undead-necromancers/dark-sorcerer.png
share/wesnoth/data/core/images/units/undead-necromancers/lich-defend.png
+share/wesnoth/data/core/images/units/undead-necromancers/lich-idle-1.png
+share/wesnoth/data/core/images/units/undead-necromancers/lich-idle-2.png
+share/wesnoth/data/core/images/units/undead-necromancers/lich-idle-3.png
share/wesnoth/data/core/images/units/undead-necromancers/lich-magic-1.png
share/wesnoth/data/core/images/units/undead-necromancers/lich-magic-2.png
share/wesnoth/data/core/images/units/undead-necromancers/lich-magic-3.png
@@ -7657,6 +10221,15 @@ share/wesnoth/data/core/images/units/undead/dreadbat-se-2.png
share/wesnoth/data/core/images/units/undead/dreadbat-se-3.png
share/wesnoth/data/core/images/units/undead/dreadbat-se-4.png
share/wesnoth/data/core/images/units/undead/dreadbat-se-5.png
+share/wesnoth/data/core/images/units/undead/ghast-attack-1.png
+share/wesnoth/data/core/images/units/undead/ghast-attack-2.png
+share/wesnoth/data/core/images/units/undead/ghast-attack-3.png
+share/wesnoth/data/core/images/units/undead/ghast-attack-4.png
+share/wesnoth/data/core/images/units/undead/ghast-attack-5.png
+share/wesnoth/data/core/images/units/undead/ghast-attack-6.png
+share/wesnoth/data/core/images/units/undead/ghast-defend-1.png
+share/wesnoth/data/core/images/units/undead/ghast-defend-2.png
+share/wesnoth/data/core/images/units/undead/ghast.png
share/wesnoth/data/core/images/units/undead/ghost-n-1.png
share/wesnoth/data/core/images/units/undead/ghost-n-2.png
share/wesnoth/data/core/images/units/undead/ghost-n-3.png
@@ -7741,6 +10314,7 @@ share/wesnoth/data/core/images/units/undead/soulless-die-9.png
share/wesnoth/data/core/images/units/undead/soulless-drake-attack-n.png
share/wesnoth/data/core/images/units/undead/soulless-drake-attack-s.png
share/wesnoth/data/core/images/units/undead/soulless-drake-attack.png
+share/wesnoth/data/core/images/units/undead/soulless-drake-defend.png
share/wesnoth/data/core/images/units/undead/soulless-drake-die-1.png
share/wesnoth/data/core/images/units/undead/soulless-drake-die-2.png
share/wesnoth/data/core/images/units/undead/soulless-drake-die-3.png
@@ -7999,14 +10573,17 @@ share/wesnoth/data/core/macros/ai_candidate_actions.cfg
share/wesnoth/data/core/macros/ai_controller.cfg
share/wesnoth/data/core/macros/amla.cfg
share/wesnoth/data/core/macros/animation-utils.cfg
+share/wesnoth/data/core/macros/animation-utils2.cfg
share/wesnoth/data/core/macros/carryover-utils.cfg
share/wesnoth/data/core/macros/conditional-utils.cfg
+share/wesnoth/data/core/macros/debug-utils.cfg
share/wesnoth/data/core/macros/deprecated-utils.cfg
share/wesnoth/data/core/macros/event-utils.cfg
share/wesnoth/data/core/macros/image-utils.cfg
share/wesnoth/data/core/macros/interface-utils.cfg
share/wesnoth/data/core/macros/items.cfg
share/wesnoth/data/core/macros/names.cfg
+share/wesnoth/data/core/macros/objective-utils.cfg
share/wesnoth/data/core/macros/scenario-utils.cfg
share/wesnoth/data/core/macros/schedules.cfg
share/wesnoth/data/core/macros/side-utils.cfg
@@ -8018,6 +10595,7 @@ share/wesnoth/data/core/macros/terrain-utils.cfg
share/wesnoth/data/core/macros/traits.cfg
share/wesnoth/data/core/macros/unit-utils.cfg
share/wesnoth/data/core/macros/utils.cfg
+share/wesnoth/data/core/music/battle-epic.ogg
share/wesnoth/data/core/music/battle.ogg
share/wesnoth/data/core/music/breaking_the_chains.ogg
share/wesnoth/data/core/music/casualties_of_war.ogg
@@ -8042,6 +10620,7 @@ share/wesnoth/data/core/music/revelation.ogg
share/wesnoth/data/core/music/sad.ogg
share/wesnoth/data/core/music/siege_of_laurelmor.ogg
share/wesnoth/data/core/music/silence.ogg
+share/wesnoth/data/core/music/silvan_sanctuary.ogg
share/wesnoth/data/core/music/suspense.ogg
share/wesnoth/data/core/music/the_city_falls.ogg
share/wesnoth/data/core/music/the_dangerous_symphony.ogg
@@ -8200,6 +10779,7 @@ share/wesnoth/data/core/sounds/magic-thorns-2.ogg
share/wesnoth/data/core/sounds/magic-thorns-miss-1.ogg
share/wesnoth/data/core/sounds/magic-thorns-miss-2.ogg
share/wesnoth/data/core/sounds/magicmissile.wav
+share/wesnoth/data/core/sounds/melee-fire.ogg
share/wesnoth/data/core/sounds/mermaid-die.ogg
share/wesnoth/data/core/sounds/mermaid-hit.ogg
share/wesnoth/data/core/sounds/mermen-die.ogg
@@ -8283,12 +10863,18 @@ share/wesnoth/data/core/sounds/wail-long.wav
share/wesnoth/data/core/sounds/wail-sml.wav
share/wesnoth/data/core/sounds/wail.wav
share/wesnoth/data/core/sounds/water-blast.wav
-share/wesnoth/data/core/sounds/wolf-big-bite-miss.ogg
-share/wesnoth/data/core/sounds/wolf-big-bite.ogg
-share/wesnoth/data/core/sounds/wolf-bite-miss.ogg
-share/wesnoth/data/core/sounds/wolf-bite.ogg
-share/wesnoth/data/core/sounds/wolf-die.wav
-share/wesnoth/data/core/sounds/wolf-hit.wav
+share/wesnoth/data/core/sounds/wolf-die-1.ogg
+share/wesnoth/data/core/sounds/wolf-die-2.ogg
+share/wesnoth/data/core/sounds/wolf-die-3.ogg
+share/wesnoth/data/core/sounds/wolf-die-4.ogg
+share/wesnoth/data/core/sounds/wolf-growl-1.ogg
+share/wesnoth/data/core/sounds/wolf-growl-2.ogg
+share/wesnoth/data/core/sounds/wolf-growl-3.ogg
+share/wesnoth/data/core/sounds/wolf-growl-4.ogg
+share/wesnoth/data/core/sounds/wolf-hit-1.ogg
+share/wesnoth/data/core/sounds/wolf-hit-2.ogg
+share/wesnoth/data/core/sounds/wolf-hit-3.ogg
+share/wesnoth/data/core/sounds/wolf-hit-4.ogg
share/wesnoth/data/core/sounds/wose-attack.ogg
share/wesnoth/data/core/sounds/wose-die.ogg
share/wesnoth/data/core/sounds/wose-hit.ogg
@@ -8304,24 +10890,24 @@ share/wesnoth/data/core/sounds/zombie-hit-5.ogg
share/wesnoth/data/core/sounds/zombie-hit-6.ogg
share/wesnoth/data/core/team-colors.cfg
share/wesnoth/data/core/terrain-graphics.cfg
-share/wesnoth/data/core/terrain-graphics/adjacent.cfg
+share/wesnoth/data/core/terrain-graphics/Makefile
share/wesnoth/data/core/terrain-graphics/base.cfg
-share/wesnoth/data/core/terrain-graphics/bridges.cfg
-share/wesnoth/data/core/terrain-graphics/buildings.cfg
-share/wesnoth/data/core/terrain-graphics/canyon.cfg
+share/wesnoth/data/core/terrain-graphics/builder.cfg
share/wesnoth/data/core/terrain-graphics/castles.cfg
-share/wesnoth/data/core/terrain-graphics/compat.cfg
-share/wesnoth/data/core/terrain-graphics/corner_overlay.cfg
-share/wesnoth/data/core/terrain-graphics/forestcastle.cfg
-share/wesnoth/data/core/terrain-graphics/forests.cfg
+share/wesnoth/data/core/terrain-graphics/internal-border.cfg
+share/wesnoth/data/core/terrain-graphics/internal-complex.cfg
+share/wesnoth/data/core/terrain-graphics/internal-corners.cfg
+share/wesnoth/data/core/terrain-graphics/internal-generic.cfg
+share/wesnoth/data/core/terrain-graphics/internal-tracks.cfg
+share/wesnoth/data/core/terrain-graphics/keep.cfg
share/wesnoth/data/core/terrain-graphics/misc.cfg
share/wesnoth/data/core/terrain-graphics/mountains.cfg
-share/wesnoth/data/core/terrain-graphics/random.cfg
-share/wesnoth/data/core/terrain-graphics/restricted-transitions.cfg
-share/wesnoth/data/core/terrain-graphics/tiles.cfg
-share/wesnoth/data/core/terrain-graphics/transitions_base.cfg
-share/wesnoth/data/core/terrain-graphics/transitions_overlay.cfg
+share/wesnoth/data/core/terrain-graphics/new-macros.cfg
+share/wesnoth/data/core/terrain-graphics/overlay.cfg
+share/wesnoth/data/core/terrain-graphics/tracks.cfg
+share/wesnoth/data/core/terrain-graphics/transitions.cfg
share/wesnoth/data/core/terrain-graphics/util.cfg
+share/wesnoth/data/core/terrain-graphics/village.cfg
share/wesnoth/data/core/terrain-graphics/walls.cfg
share/wesnoth/data/core/terrain.cfg
share/wesnoth/data/core/units.cfg
@@ -8349,6 +10935,7 @@ share/wesnoth/data/core/units/drakes/Sky.cfg
share/wesnoth/data/core/units/drakes/Thrasher.cfg
share/wesnoth/data/core/units/drakes/Warden.cfg
share/wesnoth/data/core/units/drakes/Warrior.cfg
+share/wesnoth/data/core/units/dwarves/Arcanister.cfg
share/wesnoth/data/core/units/dwarves/Berserker.cfg
share/wesnoth/data/core/units/dwarves/Dragonguard.cfg
share/wesnoth/data/core/units/dwarves/Explorer.cfg
@@ -8357,6 +10944,7 @@ share/wesnoth/data/core/units/dwarves/Guardsman.cfg
share/wesnoth/data/core/units/dwarves/Lord.cfg
share/wesnoth/data/core/units/dwarves/Pathfinder.cfg
share/wesnoth/data/core/units/dwarves/Runemaster.cfg
+share/wesnoth/data/core/units/dwarves/Runesmith.cfg
share/wesnoth/data/core/units/dwarves/Scout.cfg
share/wesnoth/data/core/units/dwarves/Sentinel.cfg
share/wesnoth/data/core/units/dwarves/Stalwart.cfg
@@ -8463,17 +11051,21 @@ share/wesnoth/data/core/units/merfolk/Siren.cfg
share/wesnoth/data/core/units/merfolk/Spearman.cfg
share/wesnoth/data/core/units/merfolk/Triton.cfg
share/wesnoth/data/core/units/merfolk/Warrior.cfg
-share/wesnoth/data/core/units/monsters/Cave_Spider.cfg
share/wesnoth/data/core/units/monsters/Cuttle_Fish.cfg
share/wesnoth/data/core/units/monsters/Fire_Dragon.cfg
+share/wesnoth/data/core/units/monsters/Fire_Guardian.cfg
share/wesnoth/data/core/units/monsters/Giant_Mudcrawler.cfg
+share/wesnoth/data/core/units/monsters/Giant_Rat.cfg
share/wesnoth/data/core/units/monsters/Giant_Scorpion.cfg
+share/wesnoth/data/core/units/monsters/Giant_Spider.cfg
share/wesnoth/data/core/units/monsters/Mudcrawler.cfg
share/wesnoth/data/core/units/monsters/Sea_Serpent.cfg
share/wesnoth/data/core/units/monsters/Skeletal_Dragon.cfg
share/wesnoth/data/core/units/monsters/Tentacle.cfg
share/wesnoth/data/core/units/monsters/Water_Serpent.cfg
share/wesnoth/data/core/units/monsters/Wolf.cfg
+share/wesnoth/data/core/units/monsters/Wolf_Dire.cfg
+share/wesnoth/data/core/units/monsters/Wolf_Great.cfg
share/wesnoth/data/core/units/monsters/Yeti.cfg
share/wesnoth/data/core/units/nagas/Fighter.cfg
share/wesnoth/data/core/units/nagas/Myrmidon.cfg
@@ -8504,6 +11096,7 @@ share/wesnoth/data/core/units/trolls/Troll.cfg
share/wesnoth/data/core/units/trolls/Troll_Shaman.cfg
share/wesnoth/data/core/units/trolls/Warrior.cfg
share/wesnoth/data/core/units/trolls/Whelp.cfg
+share/wesnoth/data/core/units/undead/Corpse_Ghast.cfg
share/wesnoth/data/core/units/undead/Corpse_Ghoul.cfg
share/wesnoth/data/core/units/undead/Corpse_Necrophage.cfg
share/wesnoth/data/core/units/undead/Corpse_Soulless.cfg
@@ -8530,24 +11123,30 @@ share/wesnoth/data/core/units/undead/Spirit_Wraith.cfg
share/wesnoth/data/core/units/wose/Ancient.cfg
share/wesnoth/data/core/units/wose/Elder.cfg
share/wesnoth/data/core/units/wose/Wose.cfg
+share/wesnoth/data/english.cfg
share/wesnoth/data/game_config.cfg
share/wesnoth/data/gui/default.cfg
share/wesnoth/data/gui/default/macros/_initial.cfg
+share/wesnoth/data/gui/default/macros/filler.cfg
share/wesnoth/data/gui/default/macros/horizontal_scrollbar.cfg
share/wesnoth/data/gui/default/macros/vertical_scrollbar.cfg
share/wesnoth/data/gui/default/widget/button_25x25.cfg
share/wesnoth/data/gui/default/widget/button_default.cfg
+share/wesnoth/data/gui/default/widget/drawing_default.cfg
share/wesnoth/data/gui/default/widget/horizontal_scrollbar_default.cfg
share/wesnoth/data/gui/default/widget/image_default.cfg
+share/wesnoth/data/gui/default/widget/label_alignment.cfg
share/wesnoth/data/gui/default/widget/label_default.cfg
+share/wesnoth/data/gui/default/widget/label_title_screen_revision.cfg
share/wesnoth/data/gui/default/widget/listbox_default.cfg
share/wesnoth/data/gui/default/widget/listbox_wml_message.cfg
-share/wesnoth/data/gui/default/widget/menubar_default.cfg
share/wesnoth/data/gui/default/widget/minimap_default.cfg
share/wesnoth/data/gui/default/widget/multi_page_default.cfg
share/wesnoth/data/gui/default/widget/panel_default.cfg
share/wesnoth/data/gui/default/widget/panel_title_screen.cfg
share/wesnoth/data/gui/default/widget/panel_wml_message.cfg
+share/wesnoth/data/gui/default/widget/progress_bar_default.cfg
+share/wesnoth/data/gui/default/widget/progress_bar_title_screen.cfg
share/wesnoth/data/gui/default/widget/repeating_button_default.cfg
share/wesnoth/data/gui/default/widget/scroll_label_default.cfg
share/wesnoth/data/gui/default/widget/scroll_label_wml_message.cfg
@@ -8563,18 +11162,27 @@ share/wesnoth/data/gui/default/widget/toggle_button_listbox_text_with_icon.cfg
share/wesnoth/data/gui/default/widget/toggle_button_tree_view_node.cfg
share/wesnoth/data/gui/default/widget/toggle_panel_default.cfg
share/wesnoth/data/gui/default/widget/toggle_panel_wml_message.cfg
-share/wesnoth/data/gui/default/widget/tooltip_default.cfg
share/wesnoth/data/gui/default/widget/tree_view_default.cfg
share/wesnoth/data/gui/default/widget/vertical_scrollbar_default.cfg
+share/wesnoth/data/gui/default/widget/window_borderless.cfg
share/wesnoth/data/gui/default/widget/window_default.cfg
+share/wesnoth/data/gui/default/widget/window_tooltip_large.cfg
share/wesnoth/data/gui/default/window/addon_connect.cfg
+share/wesnoth/data/gui/default/window/addon_description.cfg
share/wesnoth/data/gui/default/window/addon_list.cfg
+share/wesnoth/data/gui/default/window/addon_uninstall_list.cfg
share/wesnoth/data/gui/default/window/campaign_dialog.cfg
+share/wesnoth/data/gui/default/window/campaign_difficulty.cfg
share/wesnoth/data/gui/default/window/chat_log.cfg
+share/wesnoth/data/gui/default/window/data_manage.cfg
+share/wesnoth/data/gui/default/window/debug_clock.cfg
+share/wesnoth/data/gui/default/window/edit_label.cfg
share/wesnoth/data/gui/default/window/editor_generate_map.cfg
share/wesnoth/data/gui/default/window/editor_new_map.cfg
share/wesnoth/data/gui/default/window/editor_resize_map.cfg
+share/wesnoth/data/gui/default/window/editor_set_starting_position.cfg
share/wesnoth/data/gui/default/window/editor_settings.cfg
+share/wesnoth/data/gui/default/window/folder_create.cfg
share/wesnoth/data/gui/default/window/formula_debugger.cfg
share/wesnoth/data/gui/default/window/game_delete.cfg
share/wesnoth/data/gui/default/window/game_load.cfg
@@ -8583,29 +11191,35 @@ share/wesnoth/data/gui/default/window/game_save_message.cfg
share/wesnoth/data/gui/default/window/game_save_oos.cfg
share/wesnoth/data/gui/default/window/game_save_overwrite.cfg
share/wesnoth/data/gui/default/window/gamestate_inspector.cfg
-share/wesnoth/data/gui/default/window/icon_message.cfg
share/wesnoth/data/gui/default/window/language_selection.cfg
share/wesnoth/data/gui/default/window/lobby_main.cfg
share/wesnoth/data/gui/default/window/lobby_player_info.cfg
share/wesnoth/data/gui/default/window/message.cfg
+share/wesnoth/data/gui/default/window/mp_change_control.cfg
share/wesnoth/data/gui/default/window/mp_cmd_wrapper.cfg
share/wesnoth/data/gui/default/window/mp_connect.cfg
share/wesnoth/data/gui/default/window/mp_create_game.cfg
+share/wesnoth/data/gui/default/window/mp_create_game_set_password.cfg
share/wesnoth/data/gui/default/window/mp_login.cfg
share/wesnoth/data/gui/default/window/mp_method_selection.cfg
share/wesnoth/data/gui/default/window/mp_server_list.cfg
+share/wesnoth/data/gui/default/window/network_transmission.cfg
+share/wesnoth/data/gui/default/window/simple_item_selector.cfg
share/wesnoth/data/gui/default/window/title_screen.cfg
+share/wesnoth/data/gui/default/window/tooltip_large.cfg
share/wesnoth/data/gui/default/window/transient_message.cfg
+share/wesnoth/data/gui/default/window/unit_attack.cfg
share/wesnoth/data/gui/default/window/unit_create.cfg
share/wesnoth/data/gui/default/window/wml_message.cfg
+share/wesnoth/data/gui/schema.cfg
share/wesnoth/data/hardwired/WARNING
-share/wesnoth/data/hardwired/english.cfg
share/wesnoth/data/hardwired/fonts.cfg
share/wesnoth/data/hardwired/language.cfg
share/wesnoth/data/hardwired/tips.cfg
share/wesnoth/data/lan_server.cfg
-share/wesnoth/data/languages/C.cfg
share/wesnoth/data/languages/af_ZA.cfg
+share/wesnoth/data/languages/ang_GB.cfg
+share/wesnoth/data/languages/ang_GB@latin.cfg
share/wesnoth/data/languages/ar_AR.cfg
share/wesnoth/data/languages/bg_BG.cfg
share/wesnoth/data/languages/ca_ES.cfg
@@ -8616,6 +11230,7 @@ share/wesnoth/data/languages/de_DE.cfg
share/wesnoth/data/languages/el_GR.cfg
share/wesnoth/data/languages/en@shaw.cfg
share/wesnoth/data/languages/en_GB.cfg
+share/wesnoth/data/languages/en_US.cfg
share/wesnoth/data/languages/eo_XX.cfg
share/wesnoth/data/languages/es_ES.cfg
share/wesnoth/data/languages/et_EE.cfg
@@ -8623,6 +11238,7 @@ share/wesnoth/data/languages/eu_ES.cfg
share/wesnoth/data/languages/fi_FI.cfg
share/wesnoth/data/languages/fr_FR.cfg
share/wesnoth/data/languages/fur_IT.cfg
+share/wesnoth/data/languages/ga_IE.cfg
share/wesnoth/data/languages/gl_ES.cfg
share/wesnoth/data/languages/he_IL.cfg
share/wesnoth/data/languages/hr_HR.cfg
@@ -8654,11 +11270,16 @@ share/wesnoth/data/languages/sr_RS@latin.cfg
share/wesnoth/data/languages/sv_SE.cfg
share/wesnoth/data/languages/tl_PH.cfg
share/wesnoth/data/languages/tr_TR.cfg
+share/wesnoth/data/languages/uk_UA.cfg
share/wesnoth/data/languages/vi_VI.cfg
share/wesnoth/data/languages/zh_CN.cfg
share/wesnoth/data/languages/zh_TW.cfg
+share/wesnoth/data/lua/compatibility-1.8.lua
share/wesnoth/data/lua/helper.lua
+share/wesnoth/data/lua/location_set.lua
share/wesnoth/data/lua/wml-tags.lua
+share/wesnoth/data/lua/wml/items.lua
+share/wesnoth/data/lua/wml/objectives.lua
share/wesnoth/data/multiplayer/_main.cfg
share/wesnoth/data/multiplayer/eras.cfg
share/wesnoth/data/multiplayer/factions/drakes-aoh.cfg
@@ -8673,6 +11294,8 @@ share/wesnoth/data/multiplayer/factions/rebels-aoh.cfg
share/wesnoth/data/multiplayer/factions/rebels-default.cfg
share/wesnoth/data/multiplayer/factions/undead-aoh.cfg
share/wesnoth/data/multiplayer/factions/undead-default.cfg
+share/wesnoth/data/multiplayer/maps/2p_Aethermaw.map
+share/wesnoth/data/multiplayer/maps/2p_Arcanclave_Citadel.map
share/wesnoth/data/multiplayer/maps/2p_Caves_of_the_Basilisk.map
share/wesnoth/data/multiplayer/maps/2p_Cynsaun_Battlefield.map
share/wesnoth/data/multiplayer/maps/2p_Den_of_Onis.map
@@ -8685,6 +11308,7 @@ share/wesnoth/data/multiplayer/maps/2p_Sablestone_Delta.map
share/wesnoth/data/multiplayer/maps/2p_Silverhead_Crossing.map
share/wesnoth/data/multiplayer/maps/2p_Sullas_Ruins.map
share/wesnoth/data/multiplayer/maps/2p_The_Freelands.map
+share/wesnoth/data/multiplayer/maps/2p_Thousand_Stings_Garrison.map
share/wesnoth/data/multiplayer/maps/2p_Weldyn_Channel.map
share/wesnoth/data/multiplayer/maps/3p_Alirok_Marsh.map
share/wesnoth/data/multiplayer/maps/3p_Island_of_the_Horatii.map
@@ -8710,6 +11334,7 @@ share/wesnoth/data/multiplayer/maps/5p_The_Wilderlands.map
share/wesnoth/data/multiplayer/maps/6p_Crusaders_Field.map
share/wesnoth/data/multiplayer/maps/6p_Hexcake.map
share/wesnoth/data/multiplayer/maps/6p_The_Manzivan_Traps.map
+share/wesnoth/data/multiplayer/maps/6p_Volcano.map
share/wesnoth/data/multiplayer/maps/6p_Waterloo_Sunset.map
share/wesnoth/data/multiplayer/maps/8p_Mokena_Prairie.map
share/wesnoth/data/multiplayer/maps/8p_Morituri.map
@@ -8720,6 +11345,8 @@ share/wesnoth/data/multiplayer/maps/Dark_Forecast_drought.mask
share/wesnoth/data/multiplayer/maps/Dark_Forecast_firstsnow.mask
share/wesnoth/data/multiplayer/maps/Dark_Forecast_rain.mask
share/wesnoth/data/multiplayer/maps/Dark_Forecast_secondsnow.mask
+share/wesnoth/data/multiplayer/scenarios/2p_Aethermaw.cfg
+share/wesnoth/data/multiplayer/scenarios/2p_Arcanclave_Citadel.cfg
share/wesnoth/data/multiplayer/scenarios/2p_Caves_of_the_Basilisk.cfg
share/wesnoth/data/multiplayer/scenarios/2p_Cynsaun_Battlefield.cfg
share/wesnoth/data/multiplayer/scenarios/2p_Dark_Forecast.cfg
@@ -8728,11 +11355,13 @@ share/wesnoth/data/multiplayer/scenarios/2p_Elensefar_Courtyard.cfg
share/wesnoth/data/multiplayer/scenarios/2p_Fallenstar_Lake.cfg
share/wesnoth/data/multiplayer/scenarios/2p_Hamlets.cfg
share/wesnoth/data/multiplayer/scenarios/2p_Hornshark_Island.cfg
+share/wesnoth/data/multiplayer/scenarios/2p_Hornshark_Island_lua
share/wesnoth/data/multiplayer/scenarios/2p_Howling_Ghost_Badlands.cfg
share/wesnoth/data/multiplayer/scenarios/2p_Sablestone_Delta.cfg
share/wesnoth/data/multiplayer/scenarios/2p_Silverhead_Crossing.cfg
share/wesnoth/data/multiplayer/scenarios/2p_Sullas_Ruins.cfg
share/wesnoth/data/multiplayer/scenarios/2p_The_Freelands.cfg
+share/wesnoth/data/multiplayer/scenarios/2p_Thousand_Stings_Garrison.cfg
share/wesnoth/data/multiplayer/scenarios/2p_Weldyn_Channel.cfg
share/wesnoth/data/multiplayer/scenarios/3p_Alirok_Marsh.cfg
share/wesnoth/data/multiplayer/scenarios/3p_Island_of_the_Horatii.cfg
@@ -8759,6 +11388,7 @@ share/wesnoth/data/multiplayer/scenarios/6p_Crusaders_Field.cfg
share/wesnoth/data/multiplayer/scenarios/6p_Hexcake.cfg
share/wesnoth/data/multiplayer/scenarios/6p_Team_Survival.cfg
share/wesnoth/data/multiplayer/scenarios/6p_The_Manzivan_Traps.cfg
+share/wesnoth/data/multiplayer/scenarios/6p_Volcano.cfg
share/wesnoth/data/multiplayer/scenarios/6p_Waterloo_Sunset.cfg
share/wesnoth/data/multiplayer/scenarios/8p_Mokena_Prairie.cfg
share/wesnoth/data/multiplayer/scenarios/8p_Morituri.cfg
@@ -8784,7 +11414,6 @@ share/wesnoth/data/scenario-poisoning.cfg
share/wesnoth/data/scenario-test.cfg
share/wesnoth/data/schema-gui.cfg
share/wesnoth/data/schema.cfg
-share/wesnoth/data/temp-file_send_data_strings.cfg
share/wesnoth/data/test/_main.cfg
share/wesnoth/data/test/macros/readme.txt
share/wesnoth/data/test/scenarios/_main.cfg
@@ -8797,6 +11426,8 @@ share/wesnoth/data/themes/dfool.cfg
share/wesnoth/data/themes/editor.cfg
share/wesnoth/data/themes/experimental.cfg
share/wesnoth/data/themes/macros.cfg
+share/wesnoth/data/themes/widescreen.cfg
+share/wesnoth/data/tools/Makefile
share/wesnoth/data/tools/README
share/wesnoth/data/tools/about_cfg_to_wiki
share/wesnoth/data/tools/addon_manager/COPYING.txt
@@ -8821,6 +11452,7 @@ share/wesnoth/data/tools/castle-cutter/keep2.tmpl
share/wesnoth/data/tools/castle-cutter/mask.png
share/wesnoth/data/tools/castle-cutter/mk-all-castles.sh
share/wesnoth/data/tools/castle-cutter/mk-castle.sh
+share/wesnoth/data/tools/emacs_mode/Makefile
share/wesnoth/data/tools/emacs_mode/README
share/wesnoth/data/tools/emacs_mode/wesnoth-mode.el
share/wesnoth/data/tools/emacs_mode/wesnoth-mode.texi
@@ -8852,25 +11484,32 @@ share/wesnoth/data/tools/helpheader.html
share/wesnoth/data/tools/helptrailer.html
share/wesnoth/data/tools/hexometer/alphamask.png
share/wesnoth/data/tools/hexometer/hexometer
+share/wesnoth/data/tools/imgcheck
share/wesnoth/data/tools/journeylifter
share/wesnoth/data/tools/scoutDefault.py
-share/wesnoth/data/tools/terrain2wiki.rb
+share/wesnoth/data/tools/terrain2wiki.py
share/wesnoth/data/tools/trackplacer
share/wesnoth/data/tools/unit_tree/TeamColorizer
share/wesnoth/data/tools/unit_tree/__init__.py
share/wesnoth/data/tools/unit_tree/animations.py
share/wesnoth/data/tools/unit_tree/helpers.py
+share/wesnoth/data/tools/unit_tree/html_output.py
+share/wesnoth/data/tools/unit_tree/menu.js
+share/wesnoth/data/tools/unit_tree/overview.py
share/wesnoth/data/tools/unit_tree/style.css
share/wesnoth/data/tools/vim/formulaai.vim
share/wesnoth/data/tools/wesnoth/README
share/wesnoth/data/tools/wesnoth/__init__.py
+share/wesnoth/data/tools/wesnoth/blacklist.py
share/wesnoth/data/tools/wesnoth/campaignserver_client.py
+share/wesnoth/data/tools/wesnoth/libgithub.py
share/wesnoth/data/tools/wesnoth/libsvn.py
share/wesnoth/data/tools/wesnoth/wescamp.py
share/wesnoth/data/tools/wesnoth/wmldata.py
share/wesnoth/data/tools/wesnoth/wmlgrammar.py
share/wesnoth/data/tools/wesnoth/wmliterator.py
share/wesnoth/data/tools/wesnoth/wmlparser.py
+share/wesnoth/data/tools/wesnoth/wmlparser2.py
share/wesnoth/data/tools/wesnoth/wmltools.py
share/wesnoth/data/tools/wesnoth_addon_manager
share/wesnoth/data/tools/wmlflip
@@ -8885,17 +11524,257 @@ share/wesnoth/data/tools/wmlxgettext
share/wesnoth/fonts/Andagii.ttf
share/wesnoth/fonts/COPYING
share/wesnoth/fonts/DejaVuSans.ttf
-share/wesnoth/fonts/wqy-zenhei.ttc
-share/wesnoth/icons/Makefile.am
-share/wesnoth/icons/Makefile.in
-share/wesnoth/icons/map-editor-icon-Mac.png
-share/wesnoth/icons/wesnoth-icon-Mac.png
-share/wesnoth/icons/wesnoth-icon.png
-share/wesnoth/icons/wesnoth.desktop
-share/wesnoth/icons/wesnoth_editor-icon.png
-share/wesnoth/icons/wesnoth_editor.desktop
+share/wesnoth/fonts/DroidSansFallbackFull.ttf
+share/wesnoth/fonts/DroidSansJapanese.ttf
share/wesnoth/images/README
+share/wesnoth/images/arrows/focus/end-n.png
+share/wesnoth/images/arrows/focus/end-ne.png
+share/wesnoth/images/arrows/focus/end-nw.png
+share/wesnoth/images/arrows/focus/end-s.png
+share/wesnoth/images/arrows/focus/end-se.png
+share/wesnoth/images/arrows/focus/end-sw.png
+share/wesnoth/images/arrows/focus/n-s.png
+share/wesnoth/images/arrows/focus/n-s_ending.png
+share/wesnoth/images/arrows/focus/n-se.png
+share/wesnoth/images/arrows/focus/n-se_ending.png
+share/wesnoth/images/arrows/focus/n-sw.png
+share/wesnoth/images/arrows/focus/n-sw_ending.png
+share/wesnoth/images/arrows/focus/n_ending-s.png
+share/wesnoth/images/arrows/focus/n_ending-se.png
+share/wesnoth/images/arrows/focus/n_ending-sw.png
+share/wesnoth/images/arrows/focus/ne-nw.png
+share/wesnoth/images/arrows/focus/ne-nw_ending.png
+share/wesnoth/images/arrows/focus/ne-s.png
+share/wesnoth/images/arrows/focus/ne-s_ending.png
+share/wesnoth/images/arrows/focus/ne-sw.png
+share/wesnoth/images/arrows/focus/ne-sw_ending.png
+share/wesnoth/images/arrows/focus/ne_ending-nw.png
+share/wesnoth/images/arrows/focus/ne_ending-s.png
+share/wesnoth/images/arrows/focus/ne_ending-sw.png
+share/wesnoth/images/arrows/focus/s-nw.png
+share/wesnoth/images/arrows/focus/s-nw_ending.png
+share/wesnoth/images/arrows/focus/s_ending-nw.png
+share/wesnoth/images/arrows/focus/se-nw.png
+share/wesnoth/images/arrows/focus/se-nw_ending.png
+share/wesnoth/images/arrows/focus/se-sw.png
+share/wesnoth/images/arrows/focus/se-sw_ending.png
+share/wesnoth/images/arrows/focus/se_ending-nw.png
+share/wesnoth/images/arrows/focus/se_ending-sw.png
+share/wesnoth/images/arrows/focus/start-n.png
+share/wesnoth/images/arrows/focus/start-n_ending.png
+share/wesnoth/images/arrows/focus/start-ne.png
+share/wesnoth/images/arrows/focus/start-ne_ending.png
+share/wesnoth/images/arrows/focus/start-nw.png
+share/wesnoth/images/arrows/focus/start-nw_ending.png
+share/wesnoth/images/arrows/focus/start-s.png
+share/wesnoth/images/arrows/focus/start-s_ending.png
+share/wesnoth/images/arrows/focus/start-se.png
+share/wesnoth/images/arrows/focus/start-se_ending.png
+share/wesnoth/images/arrows/focus/start-sw.png
+share/wesnoth/images/arrows/focus/start-sw_ending.png
+share/wesnoth/images/arrows/focus/teleport-in-n.png
+share/wesnoth/images/arrows/focus/teleport-in-ne.png
+share/wesnoth/images/arrows/focus/teleport-in-nw.png
+share/wesnoth/images/arrows/focus/teleport-in-s.png
+share/wesnoth/images/arrows/focus/teleport-in-se.png
+share/wesnoth/images/arrows/focus/teleport-in-sw.png
+share/wesnoth/images/arrows/focus/teleport-in.png
+share/wesnoth/images/arrows/focus/teleport-out-n.png
+share/wesnoth/images/arrows/focus/teleport-out-ne.png
+share/wesnoth/images/arrows/focus/teleport-out-nw.png
+share/wesnoth/images/arrows/focus/teleport-out-s.png
+share/wesnoth/images/arrows/focus/teleport-out-se.png
+share/wesnoth/images/arrows/focus/teleport-out-sw.png
+share/wesnoth/images/arrows/focus/teleport-out.png
+share/wesnoth/images/arrows/focus_invalid/end-n.png
+share/wesnoth/images/arrows/focus_invalid/end-ne.png
+share/wesnoth/images/arrows/focus_invalid/end-nw.png
+share/wesnoth/images/arrows/focus_invalid/end-s.png
+share/wesnoth/images/arrows/focus_invalid/end-se.png
+share/wesnoth/images/arrows/focus_invalid/end-sw.png
+share/wesnoth/images/arrows/focus_invalid/n-s.png
+share/wesnoth/images/arrows/focus_invalid/n-s_ending.png
+share/wesnoth/images/arrows/focus_invalid/n-se.png
+share/wesnoth/images/arrows/focus_invalid/n-se_ending.png
+share/wesnoth/images/arrows/focus_invalid/n-sw.png
+share/wesnoth/images/arrows/focus_invalid/n-sw_ending.png
+share/wesnoth/images/arrows/focus_invalid/n_ending-s.png
+share/wesnoth/images/arrows/focus_invalid/n_ending-se.png
+share/wesnoth/images/arrows/focus_invalid/n_ending-sw.png
+share/wesnoth/images/arrows/focus_invalid/ne-nw.png
+share/wesnoth/images/arrows/focus_invalid/ne-nw_ending.png
+share/wesnoth/images/arrows/focus_invalid/ne-s.png
+share/wesnoth/images/arrows/focus_invalid/ne-s_ending.png
+share/wesnoth/images/arrows/focus_invalid/ne-sw.png
+share/wesnoth/images/arrows/focus_invalid/ne-sw_ending.png
+share/wesnoth/images/arrows/focus_invalid/ne_ending-nw.png
+share/wesnoth/images/arrows/focus_invalid/ne_ending-s.png
+share/wesnoth/images/arrows/focus_invalid/ne_ending-sw.png
+share/wesnoth/images/arrows/focus_invalid/s-nw.png
+share/wesnoth/images/arrows/focus_invalid/s-nw_ending.png
+share/wesnoth/images/arrows/focus_invalid/s_ending-nw.png
+share/wesnoth/images/arrows/focus_invalid/se-nw.png
+share/wesnoth/images/arrows/focus_invalid/se-nw_ending.png
+share/wesnoth/images/arrows/focus_invalid/se-sw.png
+share/wesnoth/images/arrows/focus_invalid/se-sw_ending.png
+share/wesnoth/images/arrows/focus_invalid/se_ending-nw.png
+share/wesnoth/images/arrows/focus_invalid/se_ending-sw.png
+share/wesnoth/images/arrows/focus_invalid/start-n.png
+share/wesnoth/images/arrows/focus_invalid/start-n_ending.png
+share/wesnoth/images/arrows/focus_invalid/start-ne.png
+share/wesnoth/images/arrows/focus_invalid/start-ne_ending.png
+share/wesnoth/images/arrows/focus_invalid/start-nw.png
+share/wesnoth/images/arrows/focus_invalid/start-nw_ending.png
+share/wesnoth/images/arrows/focus_invalid/start-s.png
+share/wesnoth/images/arrows/focus_invalid/start-s_ending.png
+share/wesnoth/images/arrows/focus_invalid/start-se.png
+share/wesnoth/images/arrows/focus_invalid/start-se_ending.png
+share/wesnoth/images/arrows/focus_invalid/start-sw.png
+share/wesnoth/images/arrows/focus_invalid/start-sw_ending.png
+share/wesnoth/images/arrows/focus_invalid/teleport-in-n.png
+share/wesnoth/images/arrows/focus_invalid/teleport-in-ne.png
+share/wesnoth/images/arrows/focus_invalid/teleport-in-nw.png
+share/wesnoth/images/arrows/focus_invalid/teleport-in-s.png
+share/wesnoth/images/arrows/focus_invalid/teleport-in-se.png
+share/wesnoth/images/arrows/focus_invalid/teleport-in-sw.png
+share/wesnoth/images/arrows/focus_invalid/teleport-in.png
+share/wesnoth/images/arrows/focus_invalid/teleport-out-n.png
+share/wesnoth/images/arrows/focus_invalid/teleport-out-ne.png
+share/wesnoth/images/arrows/focus_invalid/teleport-out-nw.png
+share/wesnoth/images/arrows/focus_invalid/teleport-out-s.png
+share/wesnoth/images/arrows/focus_invalid/teleport-out-se.png
+share/wesnoth/images/arrows/focus_invalid/teleport-out-sw.png
+share/wesnoth/images/arrows/focus_invalid/teleport-out.png
+share/wesnoth/images/arrows/highlighted/end-n.png
+share/wesnoth/images/arrows/highlighted/end-ne.png
+share/wesnoth/images/arrows/highlighted/end-nw.png
+share/wesnoth/images/arrows/highlighted/end-s.png
+share/wesnoth/images/arrows/highlighted/end-se.png
+share/wesnoth/images/arrows/highlighted/end-sw.png
+share/wesnoth/images/arrows/highlighted/imagemagick_command.txt
+share/wesnoth/images/arrows/highlighted/n-s.png
+share/wesnoth/images/arrows/highlighted/n-s_ending.png
+share/wesnoth/images/arrows/highlighted/n-se.png
+share/wesnoth/images/arrows/highlighted/n-se_ending.png
+share/wesnoth/images/arrows/highlighted/n-sw.png
+share/wesnoth/images/arrows/highlighted/n-sw_ending.png
+share/wesnoth/images/arrows/highlighted/n_ending-s.png
+share/wesnoth/images/arrows/highlighted/n_ending-se.png
+share/wesnoth/images/arrows/highlighted/n_ending-sw.png
+share/wesnoth/images/arrows/highlighted/ne-nw.png
+share/wesnoth/images/arrows/highlighted/ne-nw_ending.png
+share/wesnoth/images/arrows/highlighted/ne-s.png
+share/wesnoth/images/arrows/highlighted/ne-s_ending.png
+share/wesnoth/images/arrows/highlighted/ne-sw.png
+share/wesnoth/images/arrows/highlighted/ne-sw_ending.png
+share/wesnoth/images/arrows/highlighted/ne_ending-nw.png
+share/wesnoth/images/arrows/highlighted/ne_ending-s.png
+share/wesnoth/images/arrows/highlighted/ne_ending-sw.png
+share/wesnoth/images/arrows/highlighted/s-nw.png
+share/wesnoth/images/arrows/highlighted/s-nw_ending.png
+share/wesnoth/images/arrows/highlighted/s_ending-nw.png
+share/wesnoth/images/arrows/highlighted/se-nw.png
+share/wesnoth/images/arrows/highlighted/se-nw_ending.png
+share/wesnoth/images/arrows/highlighted/se-sw.png
+share/wesnoth/images/arrows/highlighted/se-sw_ending.png
+share/wesnoth/images/arrows/highlighted/se_ending-nw.png
+share/wesnoth/images/arrows/highlighted/se_ending-sw.png
+share/wesnoth/images/arrows/highlighted/start-n.png
+share/wesnoth/images/arrows/highlighted/start-n_ending.png
+share/wesnoth/images/arrows/highlighted/start-ne.png
+share/wesnoth/images/arrows/highlighted/start-ne_ending.png
+share/wesnoth/images/arrows/highlighted/start-nw.png
+share/wesnoth/images/arrows/highlighted/start-nw_ending.png
+share/wesnoth/images/arrows/highlighted/start-s.png
+share/wesnoth/images/arrows/highlighted/start-s_ending.png
+share/wesnoth/images/arrows/highlighted/start-se.png
+share/wesnoth/images/arrows/highlighted/start-se_ending.png
+share/wesnoth/images/arrows/highlighted/start-sw.png
+share/wesnoth/images/arrows/highlighted/start-sw_ending.png
+share/wesnoth/images/arrows/highlighted/teleport-in-n.png
+share/wesnoth/images/arrows/highlighted/teleport-in-ne.png
+share/wesnoth/images/arrows/highlighted/teleport-in-nw.png
+share/wesnoth/images/arrows/highlighted/teleport-in-s.png
+share/wesnoth/images/arrows/highlighted/teleport-in-se.png
+share/wesnoth/images/arrows/highlighted/teleport-in-sw.png
+share/wesnoth/images/arrows/highlighted/teleport-in.png
+share/wesnoth/images/arrows/highlighted/teleport-out-n.png
+share/wesnoth/images/arrows/highlighted/teleport-out-ne.png
+share/wesnoth/images/arrows/highlighted/teleport-out-nw.png
+share/wesnoth/images/arrows/highlighted/teleport-out-s.png
+share/wesnoth/images/arrows/highlighted/teleport-out-se.png
+share/wesnoth/images/arrows/highlighted/teleport-out-sw.png
+share/wesnoth/images/arrows/highlighted/teleport-out.png
+share/wesnoth/images/arrows/standard/end-n.png
+share/wesnoth/images/arrows/standard/end-ne.png
+share/wesnoth/images/arrows/standard/end-nw.png
+share/wesnoth/images/arrows/standard/end-s.png
+share/wesnoth/images/arrows/standard/end-se.png
+share/wesnoth/images/arrows/standard/end-sw.png
+share/wesnoth/images/arrows/standard/imagemagick_command.txt
+share/wesnoth/images/arrows/standard/n-s.png
+share/wesnoth/images/arrows/standard/n-s_ending.png
+share/wesnoth/images/arrows/standard/n-se.png
+share/wesnoth/images/arrows/standard/n-se_ending.png
+share/wesnoth/images/arrows/standard/n-sw.png
+share/wesnoth/images/arrows/standard/n-sw_ending.png
+share/wesnoth/images/arrows/standard/n_ending-s.png
+share/wesnoth/images/arrows/standard/n_ending-se.png
+share/wesnoth/images/arrows/standard/n_ending-sw.png
+share/wesnoth/images/arrows/standard/ne-nw.png
+share/wesnoth/images/arrows/standard/ne-nw_ending.png
+share/wesnoth/images/arrows/standard/ne-s.png
+share/wesnoth/images/arrows/standard/ne-s_ending.png
+share/wesnoth/images/arrows/standard/ne-sw.png
+share/wesnoth/images/arrows/standard/ne-sw_ending.png
+share/wesnoth/images/arrows/standard/ne_ending-nw.png
+share/wesnoth/images/arrows/standard/ne_ending-s.png
+share/wesnoth/images/arrows/standard/ne_ending-sw.png
+share/wesnoth/images/arrows/standard/s-nw.png
+share/wesnoth/images/arrows/standard/s-nw_ending.png
+share/wesnoth/images/arrows/standard/s_ending-nw.png
+share/wesnoth/images/arrows/standard/se-nw.png
+share/wesnoth/images/arrows/standard/se-nw_ending.png
+share/wesnoth/images/arrows/standard/se-sw.png
+share/wesnoth/images/arrows/standard/se-sw_ending.png
+share/wesnoth/images/arrows/standard/se_ending-nw.png
+share/wesnoth/images/arrows/standard/se_ending-sw.png
+share/wesnoth/images/arrows/standard/start-n.png
+share/wesnoth/images/arrows/standard/start-n_ending.png
+share/wesnoth/images/arrows/standard/start-ne.png
+share/wesnoth/images/arrows/standard/start-ne_ending.png
+share/wesnoth/images/arrows/standard/start-nw.png
+share/wesnoth/images/arrows/standard/start-nw_ending.png
+share/wesnoth/images/arrows/standard/start-s.png
+share/wesnoth/images/arrows/standard/start-s_ending.png
+share/wesnoth/images/arrows/standard/start-se.png
+share/wesnoth/images/arrows/standard/start-se_ending.png
+share/wesnoth/images/arrows/standard/start-sw.png
+share/wesnoth/images/arrows/standard/start-sw_ending.png
+share/wesnoth/images/arrows/standard/teleport-in-n.png
+share/wesnoth/images/arrows/standard/teleport-in-ne.png
+share/wesnoth/images/arrows/standard/teleport-in-nw.png
+share/wesnoth/images/arrows/standard/teleport-in-s.png
+share/wesnoth/images/arrows/standard/teleport-in-se.png
+share/wesnoth/images/arrows/standard/teleport-in-sw.png
+share/wesnoth/images/arrows/standard/teleport-in.png
+share/wesnoth/images/arrows/standard/teleport-out-n.png
+share/wesnoth/images/arrows/standard/teleport-out-ne.png
+share/wesnoth/images/arrows/standard/teleport-out-nw.png
+share/wesnoth/images/arrows/standard/teleport-out-s.png
+share/wesnoth/images/arrows/standard/teleport-out-se.png
+share/wesnoth/images/arrows/standard/teleport-out-sw.png
+share/wesnoth/images/arrows/standard/teleport-out.png
+share/wesnoth/images/arrows/template.xcf
share/wesnoth/images/buttons/WML-custom.png
+share/wesnoth/images/buttons/big-arrow-button-left-active.png
+share/wesnoth/images/buttons/big-arrow-button-left-disabled.png
+share/wesnoth/images/buttons/big-arrow-button-left-pressed.png
+share/wesnoth/images/buttons/big-arrow-button-left.png
+share/wesnoth/images/buttons/big-arrow-button-right-active.png
+share/wesnoth/images/buttons/big-arrow-button-right-disabled.png
+share/wesnoth/images/buttons/big-arrow-button-right-pressed.png
+share/wesnoth/images/buttons/big-arrow-button-right.png
share/wesnoth/images/buttons/button-active.png
share/wesnoth/images/buttons/button-disabled.png
share/wesnoth/images/buttons/button-pressed.png
@@ -8937,6 +11816,10 @@ share/wesnoth/images/buttons/group_all-active-pressed.png
share/wesnoth/images/buttons/group_all-active.png
share/wesnoth/images/buttons/group_all-pressed.png
share/wesnoth/images/buttons/group_all.png
+share/wesnoth/images/buttons/group_autumn-active-pressed.png
+share/wesnoth/images/buttons/group_autumn-active.png
+share/wesnoth/images/buttons/group_autumn-pressed.png
+share/wesnoth/images/buttons/group_autumn.png
share/wesnoth/images/buttons/group_bridge-active-pressed.png
share/wesnoth/images/buttons/group_bridge-active.png
share/wesnoth/images/buttons/group_bridge-pressed.png
@@ -8953,10 +11836,22 @@ share/wesnoth/images/buttons/group_custom-active-pressed.png
share/wesnoth/images/buttons/group_custom-active.png
share/wesnoth/images/buttons/group_custom-pressed.png
share/wesnoth/images/buttons/group_custom.png
+share/wesnoth/images/buttons/group_custom2-active-pressed.png
+share/wesnoth/images/buttons/group_custom2-active.png
+share/wesnoth/images/buttons/group_custom2-pressed.png
+share/wesnoth/images/buttons/group_custom2.png
+share/wesnoth/images/buttons/group_custom3-active-pressed.png
+share/wesnoth/images/buttons/group_custom3-active.png
+share/wesnoth/images/buttons/group_custom3-pressed.png
+share/wesnoth/images/buttons/group_custom3.png
share/wesnoth/images/buttons/group_desert-active-pressed.png
share/wesnoth/images/buttons/group_desert-active.png
share/wesnoth/images/buttons/group_desert-pressed.png
share/wesnoth/images/buttons/group_desert.png
+share/wesnoth/images/buttons/group_embellishments-active-pressed.png
+share/wesnoth/images/buttons/group_embellishments-active.png
+share/wesnoth/images/buttons/group_embellishments-pressed.png
+share/wesnoth/images/buttons/group_embellishments.png
share/wesnoth/images/buttons/group_flat-active-pressed.png
share/wesnoth/images/buttons/group_flat-active.png
share/wesnoth/images/buttons/group_flat-pressed.png
@@ -8969,10 +11864,22 @@ share/wesnoth/images/buttons/group_frozen-active-pressed.png
share/wesnoth/images/buttons/group_frozen-active.png
share/wesnoth/images/buttons/group_frozen-pressed.png
share/wesnoth/images/buttons/group_frozen.png
+share/wesnoth/images/buttons/group_mainline-active-pressed.png
+share/wesnoth/images/buttons/group_mainline-active.png
+share/wesnoth/images/buttons/group_mainline-pressed.png
+share/wesnoth/images/buttons/group_mainline.png
+share/wesnoth/images/buttons/group_obstacle-active-pressed.png
+share/wesnoth/images/buttons/group_obstacle-active.png
+share/wesnoth/images/buttons/group_obstacle-pressed.png
+share/wesnoth/images/buttons/group_obstacle.png
share/wesnoth/images/buttons/group_rough-active-pressed.png
share/wesnoth/images/buttons/group_rough-active.png
share/wesnoth/images/buttons/group_rough-pressed.png
share/wesnoth/images/buttons/group_rough.png
+share/wesnoth/images/buttons/group_spring-active-pressed.png
+share/wesnoth/images/buttons/group_spring-active.png
+share/wesnoth/images/buttons/group_spring-pressed.png
+share/wesnoth/images/buttons/group_spring.png
share/wesnoth/images/buttons/group_village-active-pressed.png
share/wesnoth/images/buttons/group_village-active.png
share/wesnoth/images/buttons/group_village-pressed.png
@@ -9003,6 +11910,7 @@ share/wesnoth/images/buttons/lite_small-active.png
share/wesnoth/images/buttons/lite_small-pressed.png
share/wesnoth/images/buttons/lite_small.png
share/wesnoth/images/buttons/menu-button-active.png
+share/wesnoth/images/buttons/menu-button-disabled.png
share/wesnoth/images/buttons/menu-button-pressed.png
share/wesnoth/images/buttons/menu-button.png
share/wesnoth/images/buttons/paste_button_editor-active.png
@@ -9219,6 +12127,7 @@ share/wesnoth/images/dialogs/translucent65-border-right.png
share/wesnoth/images/dialogs/translucent65-border-top.png
share/wesnoth/images/dialogs/translucent65-border-topleft.png
share/wesnoth/images/dialogs/translucent65-border-topright.png
+share/wesnoth/images/editor/brush.png
share/wesnoth/images/editor/selection-overlay.png
share/wesnoth/images/editor/tool-overlay-select-brush.png
share/wesnoth/images/editor/tool-overlay-select-wand.png
@@ -9233,16 +12142,33 @@ share/wesnoth/images/flags/knalgan-flag-2.png
share/wesnoth/images/flags/knalgan-flag-3.png
share/wesnoth/images/flags/knalgan-flag-4.png
share/wesnoth/images/flags/knalgan-flag-icon.png
+share/wesnoth/images/flags/long-flag-1.png
+share/wesnoth/images/flags/long-flag-2.png
+share/wesnoth/images/flags/long-flag-3.png
+share/wesnoth/images/flags/long-flag-4.png
+share/wesnoth/images/flags/long-flag-icon.png
share/wesnoth/images/flags/loyalist-flag-1.png
share/wesnoth/images/flags/loyalist-flag-2.png
share/wesnoth/images/flags/loyalist-flag-3.png
share/wesnoth/images/flags/loyalist-flag-4.png
share/wesnoth/images/flags/loyalist-flag-icon.png
+share/wesnoth/images/flags/ragged-flag-1.png
+share/wesnoth/images/flags/ragged-flag-2.png
+share/wesnoth/images/flags/ragged-flag-3.png
+share/wesnoth/images/flags/ragged-flag-4.png
+share/wesnoth/images/flags/ragged-flag-5.png
+share/wesnoth/images/flags/ragged-flag-6.png
+share/wesnoth/images/flags/ragged-flag-icon.png
share/wesnoth/images/flags/undead-flag-1.png
share/wesnoth/images/flags/undead-flag-2.png
share/wesnoth/images/flags/undead-flag-3.png
share/wesnoth/images/flags/undead-flag-4.png
share/wesnoth/images/flags/undead-flag-icon.png
+share/wesnoth/images/flags/wood-elvish-flag-1.png
+share/wesnoth/images/flags/wood-elvish-flag-2.png
+share/wesnoth/images/flags/wood-elvish-flag-3.png
+share/wesnoth/images/flags/wood-elvish-flag-4.png
+share/wesnoth/images/flags/wood-elvish-flag-icon.png
share/wesnoth/images/footsteps/foot-medium-in-n.png
share/wesnoth/images/footsteps/foot-medium-in-ne.png
share/wesnoth/images/footsteps/foot-medium-in-se.png
@@ -9263,6 +12189,11 @@ share/wesnoth/images/footsteps/foot-slow-out-ne.png
share/wesnoth/images/footsteps/foot-slow-out-se.png
share/wesnoth/images/footsteps/teleport-in.png
share/wesnoth/images/footsteps/teleport-out.png
+share/wesnoth/images/game-icon.png
+share/wesnoth/images/help/closed_section.png
+share/wesnoth/images/help/indentation.png
+share/wesnoth/images/help/open_section.png
+share/wesnoth/images/help/topic.png
share/wesnoth/images/icons/icon-addon-delete.png
share/wesnoth/images/icons/icon-addon-publish.png
share/wesnoth/images/icons/icon-advanced.png
@@ -9290,11 +12221,6 @@ share/wesnoth/images/misc/attack-indicator-src-nw.png
share/wesnoth/images/misc/attack-indicator-src-s.png
share/wesnoth/images/misc/attack-indicator-src-se.png
share/wesnoth/images/misc/attack-indicator-src-sw.png
-share/wesnoth/images/misc/ball-ally.png
-share/wesnoth/images/misc/ball-enemy.png
-share/wesnoth/images/misc/ball-moved.png
-share/wesnoth/images/misc/ball-partmoved.png
-share/wesnoth/images/misc/ball-unmoved.png
share/wesnoth/images/misc/bar-energy-tinygui.png
share/wesnoth/images/misc/bar-energy.png
share/wesnoth/images/misc/blank.png
@@ -9321,11 +12247,17 @@ share/wesnoth/images/misc/eye.png
share/wesnoth/images/misc/folder-icon.png
share/wesnoth/images/misc/font8x8.png
share/wesnoth/images/misc/hidden.png
+share/wesnoth/images/misc/hover-hex-bottom.png
+share/wesnoth/images/misc/hover-hex-enemy.png
+share/wesnoth/images/misc/hover-hex-top.png
+share/wesnoth/images/misc/hover-hex-yours.png
+share/wesnoth/images/misc/hover-hex.png
share/wesnoth/images/misc/icon-advance.png
share/wesnoth/images/misc/icon-ellipsis.png
share/wesnoth/images/misc/invisible.png
share/wesnoth/images/misc/l10n/en@shaw/logo.png
share/wesnoth/images/misc/l10n/es/logo.png
+share/wesnoth/images/misc/l10n/fr/logo.png
share/wesnoth/images/misc/l10n/hu/logo.png
share/wesnoth/images/misc/l10n/la/logo.png
share/wesnoth/images/misc/l10n/lt/logo.png
@@ -9333,12 +12265,17 @@ share/wesnoth/images/misc/l10n/sr/logo.png
share/wesnoth/images/misc/l10n/sr@latin/logo.png
share/wesnoth/images/misc/l10n/zh_CN/logo.png
share/wesnoth/images/misc/leader-crown.png
-share/wesnoth/images/misc/leader-expendable.png
share/wesnoth/images/misc/lobby.png
share/wesnoth/images/misc/lobby_tiny.png
share/wesnoth/images/misc/logo.png
+share/wesnoth/images/misc/missing-image-trans.png
share/wesnoth/images/misc/missing-image.png
share/wesnoth/images/misc/no_observer.png
+share/wesnoth/images/misc/orb-ally.png
+share/wesnoth/images/misc/orb-enemy.png
+share/wesnoth/images/misc/orb-moved.png
+share/wesnoth/images/misc/orb-partmoved.png
+share/wesnoth/images/misc/orb-unmoved.png
share/wesnoth/images/misc/petrified.png
share/wesnoth/images/misc/poisoned.png
share/wesnoth/images/misc/selection-background.png
@@ -9368,7 +12305,9 @@ share/wesnoth/images/misc/selection2_transparent-border-right.png
share/wesnoth/images/misc/selection2_transparent-border-top.png
share/wesnoth/images/misc/selection2_transparent-border-topleft.png
share/wesnoth/images/misc/selection2_transparent-border-topright.png
+share/wesnoth/images/misc/shuffle-sides.png
share/wesnoth/images/misc/slowed.png
+share/wesnoth/images/misc/snail.png
share/wesnoth/images/misc/sort-arrow-reverse.png
share/wesnoth/images/misc/sort-arrow.png
share/wesnoth/images/misc/status-friend.png
@@ -9376,6 +12315,7 @@ share/wesnoth/images/misc/status-ignore.png
share/wesnoth/images/misc/status-neutral.png
share/wesnoth/images/misc/status-self.png
share/wesnoth/images/misc/tod-bright.png
+share/wesnoth/images/misc/tod-dark.png
share/wesnoth/images/misc/topleft-corner.png
share/wesnoth/images/misc/topright-corner.png
share/wesnoth/images/misc/waypoint.png
@@ -9389,7 +12329,19 @@ share/wesnoth/images/tools/exploder/mask-castle-se.png
share/wesnoth/images/tools/exploder/mask-castle-sw.png
share/wesnoth/images/tools/exploder/mask-castle-w.png
share/wesnoth/images/tools/magenta_team_color_palette.png
-share/wesnoth/images/wesnoth-icon-small.png
+share/wesnoth/images/whiteboard/attack-indicator-dst-n.png
+share/wesnoth/images/whiteboard/attack-indicator-dst-ne.png
+share/wesnoth/images/whiteboard/attack-indicator-dst-nw.png
+share/wesnoth/images/whiteboard/attack-indicator-dst-s.png
+share/wesnoth/images/whiteboard/attack-indicator-dst-se.png
+share/wesnoth/images/whiteboard/attack-indicator-dst-sw.png
+share/wesnoth/images/whiteboard/attack-indicator-src-n.png
+share/wesnoth/images/whiteboard/attack-indicator-src-ne.png
+share/wesnoth/images/whiteboard/attack-indicator-src-nw.png
+share/wesnoth/images/whiteboard/attack-indicator-src-s.png
+share/wesnoth/images/whiteboard/attack-indicator-src-se.png
+share/wesnoth/images/whiteboard/attack-indicator-src-sw.png
+share/wesnoth/images/whiteboard/suppose_dead.png
share/wesnoth/l10n-track
share/wesnoth/sounds/README
share/wesnoth/sounds/arrive.wav
@@ -9414,12 +12366,16 @@ share/wesnoth/translations/af/LC_MESSAGES/wesnoth-anl.mo
share/wesnoth/translations/af/LC_MESSAGES/wesnoth-aoi.mo
share/wesnoth/translations/af/LC_MESSAGES/wesnoth-did.mo
share/wesnoth/translations/af/LC_MESSAGES/wesnoth-dm.mo
+share/wesnoth/translations/af/LC_MESSAGES/wesnoth-dw.mo
share/wesnoth/translations/af/LC_MESSAGES/wesnoth-editor.mo
share/wesnoth/translations/af/LC_MESSAGES/wesnoth-ei.mo
+share/wesnoth/translations/af/LC_MESSAGES/wesnoth-help.mo
share/wesnoth/translations/af/LC_MESSAGES/wesnoth-httt.mo
share/wesnoth/translations/af/LC_MESSAGES/wesnoth-l.mo
share/wesnoth/translations/af/LC_MESSAGES/wesnoth-lib.mo
share/wesnoth/translations/af/LC_MESSAGES/wesnoth-low.mo
+share/wesnoth/translations/af/LC_MESSAGES/wesnoth-manpages.mo
+share/wesnoth/translations/af/LC_MESSAGES/wesnoth-manual.mo
share/wesnoth/translations/af/LC_MESSAGES/wesnoth-multiplayer.mo
share/wesnoth/translations/af/LC_MESSAGES/wesnoth-nr.mo
share/wesnoth/translations/af/LC_MESSAGES/wesnoth-sof.mo
@@ -9433,16 +12389,74 @@ share/wesnoth/translations/af/LC_MESSAGES/wesnoth-tutorial.mo
share/wesnoth/translations/af/LC_MESSAGES/wesnoth-units.mo
share/wesnoth/translations/af/LC_MESSAGES/wesnoth-utbs.mo
share/wesnoth/translations/af/LC_MESSAGES/wesnoth.mo
+share/wesnoth/translations/ang/LC_MESSAGES/wesnoth-anl.mo
+share/wesnoth/translations/ang/LC_MESSAGES/wesnoth-aoi.mo
+share/wesnoth/translations/ang/LC_MESSAGES/wesnoth-did.mo
+share/wesnoth/translations/ang/LC_MESSAGES/wesnoth-dm.mo
+share/wesnoth/translations/ang/LC_MESSAGES/wesnoth-dw.mo
+share/wesnoth/translations/ang/LC_MESSAGES/wesnoth-editor.mo
+share/wesnoth/translations/ang/LC_MESSAGES/wesnoth-ei.mo
+share/wesnoth/translations/ang/LC_MESSAGES/wesnoth-help.mo
+share/wesnoth/translations/ang/LC_MESSAGES/wesnoth-httt.mo
+share/wesnoth/translations/ang/LC_MESSAGES/wesnoth-l.mo
+share/wesnoth/translations/ang/LC_MESSAGES/wesnoth-lib.mo
+share/wesnoth/translations/ang/LC_MESSAGES/wesnoth-low.mo
+share/wesnoth/translations/ang/LC_MESSAGES/wesnoth-manpages.mo
+share/wesnoth/translations/ang/LC_MESSAGES/wesnoth-manual.mo
+share/wesnoth/translations/ang/LC_MESSAGES/wesnoth-multiplayer.mo
+share/wesnoth/translations/ang/LC_MESSAGES/wesnoth-nr.mo
+share/wesnoth/translations/ang/LC_MESSAGES/wesnoth-sof.mo
+share/wesnoth/translations/ang/LC_MESSAGES/wesnoth-sotbe.mo
+share/wesnoth/translations/ang/LC_MESSAGES/wesnoth-tb.mo
+share/wesnoth/translations/ang/LC_MESSAGES/wesnoth-test.mo
+share/wesnoth/translations/ang/LC_MESSAGES/wesnoth-thot.mo
+share/wesnoth/translations/ang/LC_MESSAGES/wesnoth-trow.mo
+share/wesnoth/translations/ang/LC_MESSAGES/wesnoth-tsg.mo
+share/wesnoth/translations/ang/LC_MESSAGES/wesnoth-tutorial.mo
+share/wesnoth/translations/ang/LC_MESSAGES/wesnoth-units.mo
+share/wesnoth/translations/ang/LC_MESSAGES/wesnoth-utbs.mo
+share/wesnoth/translations/ang/LC_MESSAGES/wesnoth.mo
+share/wesnoth/translations/ang@latin/LC_MESSAGES/wesnoth-anl.mo
+share/wesnoth/translations/ang@latin/LC_MESSAGES/wesnoth-aoi.mo
+share/wesnoth/translations/ang@latin/LC_MESSAGES/wesnoth-did.mo
+share/wesnoth/translations/ang@latin/LC_MESSAGES/wesnoth-dm.mo
+share/wesnoth/translations/ang@latin/LC_MESSAGES/wesnoth-dw.mo
+share/wesnoth/translations/ang@latin/LC_MESSAGES/wesnoth-editor.mo
+share/wesnoth/translations/ang@latin/LC_MESSAGES/wesnoth-ei.mo
+share/wesnoth/translations/ang@latin/LC_MESSAGES/wesnoth-help.mo
+share/wesnoth/translations/ang@latin/LC_MESSAGES/wesnoth-httt.mo
+share/wesnoth/translations/ang@latin/LC_MESSAGES/wesnoth-l.mo
+share/wesnoth/translations/ang@latin/LC_MESSAGES/wesnoth-lib.mo
+share/wesnoth/translations/ang@latin/LC_MESSAGES/wesnoth-low.mo
+share/wesnoth/translations/ang@latin/LC_MESSAGES/wesnoth-manpages.mo
+share/wesnoth/translations/ang@latin/LC_MESSAGES/wesnoth-manual.mo
+share/wesnoth/translations/ang@latin/LC_MESSAGES/wesnoth-multiplayer.mo
+share/wesnoth/translations/ang@latin/LC_MESSAGES/wesnoth-nr.mo
+share/wesnoth/translations/ang@latin/LC_MESSAGES/wesnoth-sof.mo
+share/wesnoth/translations/ang@latin/LC_MESSAGES/wesnoth-sotbe.mo
+share/wesnoth/translations/ang@latin/LC_MESSAGES/wesnoth-tb.mo
+share/wesnoth/translations/ang@latin/LC_MESSAGES/wesnoth-test.mo
+share/wesnoth/translations/ang@latin/LC_MESSAGES/wesnoth-thot.mo
+share/wesnoth/translations/ang@latin/LC_MESSAGES/wesnoth-trow.mo
+share/wesnoth/translations/ang@latin/LC_MESSAGES/wesnoth-tsg.mo
+share/wesnoth/translations/ang@latin/LC_MESSAGES/wesnoth-tutorial.mo
+share/wesnoth/translations/ang@latin/LC_MESSAGES/wesnoth-units.mo
+share/wesnoth/translations/ang@latin/LC_MESSAGES/wesnoth-utbs.mo
+share/wesnoth/translations/ang@latin/LC_MESSAGES/wesnoth.mo
share/wesnoth/translations/ar/LC_MESSAGES/wesnoth-anl.mo
share/wesnoth/translations/ar/LC_MESSAGES/wesnoth-aoi.mo
share/wesnoth/translations/ar/LC_MESSAGES/wesnoth-did.mo
share/wesnoth/translations/ar/LC_MESSAGES/wesnoth-dm.mo
+share/wesnoth/translations/ar/LC_MESSAGES/wesnoth-dw.mo
share/wesnoth/translations/ar/LC_MESSAGES/wesnoth-editor.mo
share/wesnoth/translations/ar/LC_MESSAGES/wesnoth-ei.mo
+share/wesnoth/translations/ar/LC_MESSAGES/wesnoth-help.mo
share/wesnoth/translations/ar/LC_MESSAGES/wesnoth-httt.mo
share/wesnoth/translations/ar/LC_MESSAGES/wesnoth-l.mo
share/wesnoth/translations/ar/LC_MESSAGES/wesnoth-lib.mo
share/wesnoth/translations/ar/LC_MESSAGES/wesnoth-low.mo
+share/wesnoth/translations/ar/LC_MESSAGES/wesnoth-manpages.mo
+share/wesnoth/translations/ar/LC_MESSAGES/wesnoth-manual.mo
share/wesnoth/translations/ar/LC_MESSAGES/wesnoth-multiplayer.mo
share/wesnoth/translations/ar/LC_MESSAGES/wesnoth-nr.mo
share/wesnoth/translations/ar/LC_MESSAGES/wesnoth-sof.mo
@@ -9460,12 +12474,16 @@ share/wesnoth/translations/bg/LC_MESSAGES/wesnoth-anl.mo
share/wesnoth/translations/bg/LC_MESSAGES/wesnoth-aoi.mo
share/wesnoth/translations/bg/LC_MESSAGES/wesnoth-did.mo
share/wesnoth/translations/bg/LC_MESSAGES/wesnoth-dm.mo
+share/wesnoth/translations/bg/LC_MESSAGES/wesnoth-dw.mo
share/wesnoth/translations/bg/LC_MESSAGES/wesnoth-editor.mo
share/wesnoth/translations/bg/LC_MESSAGES/wesnoth-ei.mo
+share/wesnoth/translations/bg/LC_MESSAGES/wesnoth-help.mo
share/wesnoth/translations/bg/LC_MESSAGES/wesnoth-httt.mo
share/wesnoth/translations/bg/LC_MESSAGES/wesnoth-l.mo
share/wesnoth/translations/bg/LC_MESSAGES/wesnoth-lib.mo
share/wesnoth/translations/bg/LC_MESSAGES/wesnoth-low.mo
+share/wesnoth/translations/bg/LC_MESSAGES/wesnoth-manpages.mo
+share/wesnoth/translations/bg/LC_MESSAGES/wesnoth-manual.mo
share/wesnoth/translations/bg/LC_MESSAGES/wesnoth-multiplayer.mo
share/wesnoth/translations/bg/LC_MESSAGES/wesnoth-nr.mo
share/wesnoth/translations/bg/LC_MESSAGES/wesnoth-sof.mo
@@ -9483,12 +12501,16 @@ share/wesnoth/translations/ca/LC_MESSAGES/wesnoth-anl.mo
share/wesnoth/translations/ca/LC_MESSAGES/wesnoth-aoi.mo
share/wesnoth/translations/ca/LC_MESSAGES/wesnoth-did.mo
share/wesnoth/translations/ca/LC_MESSAGES/wesnoth-dm.mo
+share/wesnoth/translations/ca/LC_MESSAGES/wesnoth-dw.mo
share/wesnoth/translations/ca/LC_MESSAGES/wesnoth-editor.mo
share/wesnoth/translations/ca/LC_MESSAGES/wesnoth-ei.mo
+share/wesnoth/translations/ca/LC_MESSAGES/wesnoth-help.mo
share/wesnoth/translations/ca/LC_MESSAGES/wesnoth-httt.mo
share/wesnoth/translations/ca/LC_MESSAGES/wesnoth-l.mo
share/wesnoth/translations/ca/LC_MESSAGES/wesnoth-lib.mo
share/wesnoth/translations/ca/LC_MESSAGES/wesnoth-low.mo
+share/wesnoth/translations/ca/LC_MESSAGES/wesnoth-manpages.mo
+share/wesnoth/translations/ca/LC_MESSAGES/wesnoth-manual.mo
share/wesnoth/translations/ca/LC_MESSAGES/wesnoth-multiplayer.mo
share/wesnoth/translations/ca/LC_MESSAGES/wesnoth-nr.mo
share/wesnoth/translations/ca/LC_MESSAGES/wesnoth-sof.mo
@@ -9506,12 +12528,16 @@ share/wesnoth/translations/ca_ES@valencia/LC_MESSAGES/wesnoth-anl.mo
share/wesnoth/translations/ca_ES@valencia/LC_MESSAGES/wesnoth-aoi.mo
share/wesnoth/translations/ca_ES@valencia/LC_MESSAGES/wesnoth-did.mo
share/wesnoth/translations/ca_ES@valencia/LC_MESSAGES/wesnoth-dm.mo
+share/wesnoth/translations/ca_ES@valencia/LC_MESSAGES/wesnoth-dw.mo
share/wesnoth/translations/ca_ES@valencia/LC_MESSAGES/wesnoth-editor.mo
share/wesnoth/translations/ca_ES@valencia/LC_MESSAGES/wesnoth-ei.mo
+share/wesnoth/translations/ca_ES@valencia/LC_MESSAGES/wesnoth-help.mo
share/wesnoth/translations/ca_ES@valencia/LC_MESSAGES/wesnoth-httt.mo
share/wesnoth/translations/ca_ES@valencia/LC_MESSAGES/wesnoth-l.mo
share/wesnoth/translations/ca_ES@valencia/LC_MESSAGES/wesnoth-lib.mo
share/wesnoth/translations/ca_ES@valencia/LC_MESSAGES/wesnoth-low.mo
+share/wesnoth/translations/ca_ES@valencia/LC_MESSAGES/wesnoth-manpages.mo
+share/wesnoth/translations/ca_ES@valencia/LC_MESSAGES/wesnoth-manual.mo
share/wesnoth/translations/ca_ES@valencia/LC_MESSAGES/wesnoth-multiplayer.mo
share/wesnoth/translations/ca_ES@valencia/LC_MESSAGES/wesnoth-nr.mo
share/wesnoth/translations/ca_ES@valencia/LC_MESSAGES/wesnoth-sof.mo
@@ -9529,12 +12555,16 @@ share/wesnoth/translations/cs/LC_MESSAGES/wesnoth-anl.mo
share/wesnoth/translations/cs/LC_MESSAGES/wesnoth-aoi.mo
share/wesnoth/translations/cs/LC_MESSAGES/wesnoth-did.mo
share/wesnoth/translations/cs/LC_MESSAGES/wesnoth-dm.mo
+share/wesnoth/translations/cs/LC_MESSAGES/wesnoth-dw.mo
share/wesnoth/translations/cs/LC_MESSAGES/wesnoth-editor.mo
share/wesnoth/translations/cs/LC_MESSAGES/wesnoth-ei.mo
+share/wesnoth/translations/cs/LC_MESSAGES/wesnoth-help.mo
share/wesnoth/translations/cs/LC_MESSAGES/wesnoth-httt.mo
share/wesnoth/translations/cs/LC_MESSAGES/wesnoth-l.mo
share/wesnoth/translations/cs/LC_MESSAGES/wesnoth-lib.mo
share/wesnoth/translations/cs/LC_MESSAGES/wesnoth-low.mo
+share/wesnoth/translations/cs/LC_MESSAGES/wesnoth-manpages.mo
+share/wesnoth/translations/cs/LC_MESSAGES/wesnoth-manual.mo
share/wesnoth/translations/cs/LC_MESSAGES/wesnoth-multiplayer.mo
share/wesnoth/translations/cs/LC_MESSAGES/wesnoth-nr.mo
share/wesnoth/translations/cs/LC_MESSAGES/wesnoth-sof.mo
@@ -9552,12 +12582,16 @@ share/wesnoth/translations/da/LC_MESSAGES/wesnoth-anl.mo
share/wesnoth/translations/da/LC_MESSAGES/wesnoth-aoi.mo
share/wesnoth/translations/da/LC_MESSAGES/wesnoth-did.mo
share/wesnoth/translations/da/LC_MESSAGES/wesnoth-dm.mo
+share/wesnoth/translations/da/LC_MESSAGES/wesnoth-dw.mo
share/wesnoth/translations/da/LC_MESSAGES/wesnoth-editor.mo
share/wesnoth/translations/da/LC_MESSAGES/wesnoth-ei.mo
+share/wesnoth/translations/da/LC_MESSAGES/wesnoth-help.mo
share/wesnoth/translations/da/LC_MESSAGES/wesnoth-httt.mo
share/wesnoth/translations/da/LC_MESSAGES/wesnoth-l.mo
share/wesnoth/translations/da/LC_MESSAGES/wesnoth-lib.mo
share/wesnoth/translations/da/LC_MESSAGES/wesnoth-low.mo
+share/wesnoth/translations/da/LC_MESSAGES/wesnoth-manpages.mo
+share/wesnoth/translations/da/LC_MESSAGES/wesnoth-manual.mo
share/wesnoth/translations/da/LC_MESSAGES/wesnoth-multiplayer.mo
share/wesnoth/translations/da/LC_MESSAGES/wesnoth-nr.mo
share/wesnoth/translations/da/LC_MESSAGES/wesnoth-sof.mo
@@ -9575,12 +12609,16 @@ share/wesnoth/translations/de/LC_MESSAGES/wesnoth-anl.mo
share/wesnoth/translations/de/LC_MESSAGES/wesnoth-aoi.mo
share/wesnoth/translations/de/LC_MESSAGES/wesnoth-did.mo
share/wesnoth/translations/de/LC_MESSAGES/wesnoth-dm.mo
+share/wesnoth/translations/de/LC_MESSAGES/wesnoth-dw.mo
share/wesnoth/translations/de/LC_MESSAGES/wesnoth-editor.mo
share/wesnoth/translations/de/LC_MESSAGES/wesnoth-ei.mo
+share/wesnoth/translations/de/LC_MESSAGES/wesnoth-help.mo
share/wesnoth/translations/de/LC_MESSAGES/wesnoth-httt.mo
share/wesnoth/translations/de/LC_MESSAGES/wesnoth-l.mo
share/wesnoth/translations/de/LC_MESSAGES/wesnoth-lib.mo
share/wesnoth/translations/de/LC_MESSAGES/wesnoth-low.mo
+share/wesnoth/translations/de/LC_MESSAGES/wesnoth-manpages.mo
+share/wesnoth/translations/de/LC_MESSAGES/wesnoth-manual.mo
share/wesnoth/translations/de/LC_MESSAGES/wesnoth-multiplayer.mo
share/wesnoth/translations/de/LC_MESSAGES/wesnoth-nr.mo
share/wesnoth/translations/de/LC_MESSAGES/wesnoth-sof.mo
@@ -9598,12 +12636,16 @@ share/wesnoth/translations/el/LC_MESSAGES/wesnoth-anl.mo
share/wesnoth/translations/el/LC_MESSAGES/wesnoth-aoi.mo
share/wesnoth/translations/el/LC_MESSAGES/wesnoth-did.mo
share/wesnoth/translations/el/LC_MESSAGES/wesnoth-dm.mo
+share/wesnoth/translations/el/LC_MESSAGES/wesnoth-dw.mo
share/wesnoth/translations/el/LC_MESSAGES/wesnoth-editor.mo
share/wesnoth/translations/el/LC_MESSAGES/wesnoth-ei.mo
+share/wesnoth/translations/el/LC_MESSAGES/wesnoth-help.mo
share/wesnoth/translations/el/LC_MESSAGES/wesnoth-httt.mo
share/wesnoth/translations/el/LC_MESSAGES/wesnoth-l.mo
share/wesnoth/translations/el/LC_MESSAGES/wesnoth-lib.mo
share/wesnoth/translations/el/LC_MESSAGES/wesnoth-low.mo
+share/wesnoth/translations/el/LC_MESSAGES/wesnoth-manpages.mo
+share/wesnoth/translations/el/LC_MESSAGES/wesnoth-manual.mo
share/wesnoth/translations/el/LC_MESSAGES/wesnoth-multiplayer.mo
share/wesnoth/translations/el/LC_MESSAGES/wesnoth-nr.mo
share/wesnoth/translations/el/LC_MESSAGES/wesnoth-sof.mo
@@ -9621,12 +12663,16 @@ share/wesnoth/translations/en@shaw/LC_MESSAGES/wesnoth-anl.mo
share/wesnoth/translations/en@shaw/LC_MESSAGES/wesnoth-aoi.mo
share/wesnoth/translations/en@shaw/LC_MESSAGES/wesnoth-did.mo
share/wesnoth/translations/en@shaw/LC_MESSAGES/wesnoth-dm.mo
+share/wesnoth/translations/en@shaw/LC_MESSAGES/wesnoth-dw.mo
share/wesnoth/translations/en@shaw/LC_MESSAGES/wesnoth-editor.mo
share/wesnoth/translations/en@shaw/LC_MESSAGES/wesnoth-ei.mo
+share/wesnoth/translations/en@shaw/LC_MESSAGES/wesnoth-help.mo
share/wesnoth/translations/en@shaw/LC_MESSAGES/wesnoth-httt.mo
share/wesnoth/translations/en@shaw/LC_MESSAGES/wesnoth-l.mo
share/wesnoth/translations/en@shaw/LC_MESSAGES/wesnoth-lib.mo
share/wesnoth/translations/en@shaw/LC_MESSAGES/wesnoth-low.mo
+share/wesnoth/translations/en@shaw/LC_MESSAGES/wesnoth-manpages.mo
+share/wesnoth/translations/en@shaw/LC_MESSAGES/wesnoth-manual.mo
share/wesnoth/translations/en@shaw/LC_MESSAGES/wesnoth-multiplayer.mo
share/wesnoth/translations/en@shaw/LC_MESSAGES/wesnoth-nr.mo
share/wesnoth/translations/en@shaw/LC_MESSAGES/wesnoth-sof.mo
@@ -9644,12 +12690,16 @@ share/wesnoth/translations/en_GB/LC_MESSAGES/wesnoth-anl.mo
share/wesnoth/translations/en_GB/LC_MESSAGES/wesnoth-aoi.mo
share/wesnoth/translations/en_GB/LC_MESSAGES/wesnoth-did.mo
share/wesnoth/translations/en_GB/LC_MESSAGES/wesnoth-dm.mo
+share/wesnoth/translations/en_GB/LC_MESSAGES/wesnoth-dw.mo
share/wesnoth/translations/en_GB/LC_MESSAGES/wesnoth-editor.mo
share/wesnoth/translations/en_GB/LC_MESSAGES/wesnoth-ei.mo
+share/wesnoth/translations/en_GB/LC_MESSAGES/wesnoth-help.mo
share/wesnoth/translations/en_GB/LC_MESSAGES/wesnoth-httt.mo
share/wesnoth/translations/en_GB/LC_MESSAGES/wesnoth-l.mo
share/wesnoth/translations/en_GB/LC_MESSAGES/wesnoth-lib.mo
share/wesnoth/translations/en_GB/LC_MESSAGES/wesnoth-low.mo
+share/wesnoth/translations/en_GB/LC_MESSAGES/wesnoth-manpages.mo
+share/wesnoth/translations/en_GB/LC_MESSAGES/wesnoth-manual.mo
share/wesnoth/translations/en_GB/LC_MESSAGES/wesnoth-multiplayer.mo
share/wesnoth/translations/en_GB/LC_MESSAGES/wesnoth-nr.mo
share/wesnoth/translations/en_GB/LC_MESSAGES/wesnoth-sof.mo
@@ -9667,12 +12717,16 @@ share/wesnoth/translations/eo/LC_MESSAGES/wesnoth-anl.mo
share/wesnoth/translations/eo/LC_MESSAGES/wesnoth-aoi.mo
share/wesnoth/translations/eo/LC_MESSAGES/wesnoth-did.mo
share/wesnoth/translations/eo/LC_MESSAGES/wesnoth-dm.mo
+share/wesnoth/translations/eo/LC_MESSAGES/wesnoth-dw.mo
share/wesnoth/translations/eo/LC_MESSAGES/wesnoth-editor.mo
share/wesnoth/translations/eo/LC_MESSAGES/wesnoth-ei.mo
+share/wesnoth/translations/eo/LC_MESSAGES/wesnoth-help.mo
share/wesnoth/translations/eo/LC_MESSAGES/wesnoth-httt.mo
share/wesnoth/translations/eo/LC_MESSAGES/wesnoth-l.mo
share/wesnoth/translations/eo/LC_MESSAGES/wesnoth-lib.mo
share/wesnoth/translations/eo/LC_MESSAGES/wesnoth-low.mo
+share/wesnoth/translations/eo/LC_MESSAGES/wesnoth-manpages.mo
+share/wesnoth/translations/eo/LC_MESSAGES/wesnoth-manual.mo
share/wesnoth/translations/eo/LC_MESSAGES/wesnoth-multiplayer.mo
share/wesnoth/translations/eo/LC_MESSAGES/wesnoth-nr.mo
share/wesnoth/translations/eo/LC_MESSAGES/wesnoth-sof.mo
@@ -9690,12 +12744,16 @@ share/wesnoth/translations/es/LC_MESSAGES/wesnoth-anl.mo
share/wesnoth/translations/es/LC_MESSAGES/wesnoth-aoi.mo
share/wesnoth/translations/es/LC_MESSAGES/wesnoth-did.mo
share/wesnoth/translations/es/LC_MESSAGES/wesnoth-dm.mo
+share/wesnoth/translations/es/LC_MESSAGES/wesnoth-dw.mo
share/wesnoth/translations/es/LC_MESSAGES/wesnoth-editor.mo
share/wesnoth/translations/es/LC_MESSAGES/wesnoth-ei.mo
+share/wesnoth/translations/es/LC_MESSAGES/wesnoth-help.mo
share/wesnoth/translations/es/LC_MESSAGES/wesnoth-httt.mo
share/wesnoth/translations/es/LC_MESSAGES/wesnoth-l.mo
share/wesnoth/translations/es/LC_MESSAGES/wesnoth-lib.mo
share/wesnoth/translations/es/LC_MESSAGES/wesnoth-low.mo
+share/wesnoth/translations/es/LC_MESSAGES/wesnoth-manpages.mo
+share/wesnoth/translations/es/LC_MESSAGES/wesnoth-manual.mo
share/wesnoth/translations/es/LC_MESSAGES/wesnoth-multiplayer.mo
share/wesnoth/translations/es/LC_MESSAGES/wesnoth-nr.mo
share/wesnoth/translations/es/LC_MESSAGES/wesnoth-sof.mo
@@ -9713,12 +12771,16 @@ share/wesnoth/translations/et/LC_MESSAGES/wesnoth-anl.mo
share/wesnoth/translations/et/LC_MESSAGES/wesnoth-aoi.mo
share/wesnoth/translations/et/LC_MESSAGES/wesnoth-did.mo
share/wesnoth/translations/et/LC_MESSAGES/wesnoth-dm.mo
+share/wesnoth/translations/et/LC_MESSAGES/wesnoth-dw.mo
share/wesnoth/translations/et/LC_MESSAGES/wesnoth-editor.mo
share/wesnoth/translations/et/LC_MESSAGES/wesnoth-ei.mo
+share/wesnoth/translations/et/LC_MESSAGES/wesnoth-help.mo
share/wesnoth/translations/et/LC_MESSAGES/wesnoth-httt.mo
share/wesnoth/translations/et/LC_MESSAGES/wesnoth-l.mo
share/wesnoth/translations/et/LC_MESSAGES/wesnoth-lib.mo
share/wesnoth/translations/et/LC_MESSAGES/wesnoth-low.mo
+share/wesnoth/translations/et/LC_MESSAGES/wesnoth-manpages.mo
+share/wesnoth/translations/et/LC_MESSAGES/wesnoth-manual.mo
share/wesnoth/translations/et/LC_MESSAGES/wesnoth-multiplayer.mo
share/wesnoth/translations/et/LC_MESSAGES/wesnoth-nr.mo
share/wesnoth/translations/et/LC_MESSAGES/wesnoth-sof.mo
@@ -9736,12 +12798,16 @@ share/wesnoth/translations/eu/LC_MESSAGES/wesnoth-anl.mo
share/wesnoth/translations/eu/LC_MESSAGES/wesnoth-aoi.mo
share/wesnoth/translations/eu/LC_MESSAGES/wesnoth-did.mo
share/wesnoth/translations/eu/LC_MESSAGES/wesnoth-dm.mo
+share/wesnoth/translations/eu/LC_MESSAGES/wesnoth-dw.mo
share/wesnoth/translations/eu/LC_MESSAGES/wesnoth-editor.mo
share/wesnoth/translations/eu/LC_MESSAGES/wesnoth-ei.mo
+share/wesnoth/translations/eu/LC_MESSAGES/wesnoth-help.mo
share/wesnoth/translations/eu/LC_MESSAGES/wesnoth-httt.mo
share/wesnoth/translations/eu/LC_MESSAGES/wesnoth-l.mo
share/wesnoth/translations/eu/LC_MESSAGES/wesnoth-lib.mo
share/wesnoth/translations/eu/LC_MESSAGES/wesnoth-low.mo
+share/wesnoth/translations/eu/LC_MESSAGES/wesnoth-manpages.mo
+share/wesnoth/translations/eu/LC_MESSAGES/wesnoth-manual.mo
share/wesnoth/translations/eu/LC_MESSAGES/wesnoth-multiplayer.mo
share/wesnoth/translations/eu/LC_MESSAGES/wesnoth-nr.mo
share/wesnoth/translations/eu/LC_MESSAGES/wesnoth-sof.mo
@@ -9759,12 +12825,16 @@ share/wesnoth/translations/fi/LC_MESSAGES/wesnoth-anl.mo
share/wesnoth/translations/fi/LC_MESSAGES/wesnoth-aoi.mo
share/wesnoth/translations/fi/LC_MESSAGES/wesnoth-did.mo
share/wesnoth/translations/fi/LC_MESSAGES/wesnoth-dm.mo
+share/wesnoth/translations/fi/LC_MESSAGES/wesnoth-dw.mo
share/wesnoth/translations/fi/LC_MESSAGES/wesnoth-editor.mo
share/wesnoth/translations/fi/LC_MESSAGES/wesnoth-ei.mo
+share/wesnoth/translations/fi/LC_MESSAGES/wesnoth-help.mo
share/wesnoth/translations/fi/LC_MESSAGES/wesnoth-httt.mo
share/wesnoth/translations/fi/LC_MESSAGES/wesnoth-l.mo
share/wesnoth/translations/fi/LC_MESSAGES/wesnoth-lib.mo
share/wesnoth/translations/fi/LC_MESSAGES/wesnoth-low.mo
+share/wesnoth/translations/fi/LC_MESSAGES/wesnoth-manpages.mo
+share/wesnoth/translations/fi/LC_MESSAGES/wesnoth-manual.mo
share/wesnoth/translations/fi/LC_MESSAGES/wesnoth-multiplayer.mo
share/wesnoth/translations/fi/LC_MESSAGES/wesnoth-nr.mo
share/wesnoth/translations/fi/LC_MESSAGES/wesnoth-sof.mo
@@ -9782,12 +12852,16 @@ share/wesnoth/translations/fr/LC_MESSAGES/wesnoth-anl.mo
share/wesnoth/translations/fr/LC_MESSAGES/wesnoth-aoi.mo
share/wesnoth/translations/fr/LC_MESSAGES/wesnoth-did.mo
share/wesnoth/translations/fr/LC_MESSAGES/wesnoth-dm.mo
+share/wesnoth/translations/fr/LC_MESSAGES/wesnoth-dw.mo
share/wesnoth/translations/fr/LC_MESSAGES/wesnoth-editor.mo
share/wesnoth/translations/fr/LC_MESSAGES/wesnoth-ei.mo
+share/wesnoth/translations/fr/LC_MESSAGES/wesnoth-help.mo
share/wesnoth/translations/fr/LC_MESSAGES/wesnoth-httt.mo
share/wesnoth/translations/fr/LC_MESSAGES/wesnoth-l.mo
share/wesnoth/translations/fr/LC_MESSAGES/wesnoth-lib.mo
share/wesnoth/translations/fr/LC_MESSAGES/wesnoth-low.mo
+share/wesnoth/translations/fr/LC_MESSAGES/wesnoth-manpages.mo
+share/wesnoth/translations/fr/LC_MESSAGES/wesnoth-manual.mo
share/wesnoth/translations/fr/LC_MESSAGES/wesnoth-multiplayer.mo
share/wesnoth/translations/fr/LC_MESSAGES/wesnoth-nr.mo
share/wesnoth/translations/fr/LC_MESSAGES/wesnoth-sof.mo
@@ -9805,12 +12879,16 @@ share/wesnoth/translations/fur_IT/LC_MESSAGES/wesnoth-anl.mo
share/wesnoth/translations/fur_IT/LC_MESSAGES/wesnoth-aoi.mo
share/wesnoth/translations/fur_IT/LC_MESSAGES/wesnoth-did.mo
share/wesnoth/translations/fur_IT/LC_MESSAGES/wesnoth-dm.mo
+share/wesnoth/translations/fur_IT/LC_MESSAGES/wesnoth-dw.mo
share/wesnoth/translations/fur_IT/LC_MESSAGES/wesnoth-editor.mo
share/wesnoth/translations/fur_IT/LC_MESSAGES/wesnoth-ei.mo
+share/wesnoth/translations/fur_IT/LC_MESSAGES/wesnoth-help.mo
share/wesnoth/translations/fur_IT/LC_MESSAGES/wesnoth-httt.mo
share/wesnoth/translations/fur_IT/LC_MESSAGES/wesnoth-l.mo
share/wesnoth/translations/fur_IT/LC_MESSAGES/wesnoth-lib.mo
share/wesnoth/translations/fur_IT/LC_MESSAGES/wesnoth-low.mo
+share/wesnoth/translations/fur_IT/LC_MESSAGES/wesnoth-manpages.mo
+share/wesnoth/translations/fur_IT/LC_MESSAGES/wesnoth-manual.mo
share/wesnoth/translations/fur_IT/LC_MESSAGES/wesnoth-multiplayer.mo
share/wesnoth/translations/fur_IT/LC_MESSAGES/wesnoth-nr.mo
share/wesnoth/translations/fur_IT/LC_MESSAGES/wesnoth-sof.mo
@@ -9824,16 +12902,47 @@ share/wesnoth/translations/fur_IT/LC_MESSAGES/wesnoth-tutorial.mo
share/wesnoth/translations/fur_IT/LC_MESSAGES/wesnoth-units.mo
share/wesnoth/translations/fur_IT/LC_MESSAGES/wesnoth-utbs.mo
share/wesnoth/translations/fur_IT/LC_MESSAGES/wesnoth.mo
+share/wesnoth/translations/ga/LC_MESSAGES/wesnoth-anl.mo
+share/wesnoth/translations/ga/LC_MESSAGES/wesnoth-aoi.mo
+share/wesnoth/translations/ga/LC_MESSAGES/wesnoth-did.mo
+share/wesnoth/translations/ga/LC_MESSAGES/wesnoth-dm.mo
+share/wesnoth/translations/ga/LC_MESSAGES/wesnoth-dw.mo
+share/wesnoth/translations/ga/LC_MESSAGES/wesnoth-editor.mo
+share/wesnoth/translations/ga/LC_MESSAGES/wesnoth-ei.mo
+share/wesnoth/translations/ga/LC_MESSAGES/wesnoth-help.mo
+share/wesnoth/translations/ga/LC_MESSAGES/wesnoth-httt.mo
+share/wesnoth/translations/ga/LC_MESSAGES/wesnoth-l.mo
+share/wesnoth/translations/ga/LC_MESSAGES/wesnoth-lib.mo
+share/wesnoth/translations/ga/LC_MESSAGES/wesnoth-low.mo
+share/wesnoth/translations/ga/LC_MESSAGES/wesnoth-manpages.mo
+share/wesnoth/translations/ga/LC_MESSAGES/wesnoth-manual.mo
+share/wesnoth/translations/ga/LC_MESSAGES/wesnoth-multiplayer.mo
+share/wesnoth/translations/ga/LC_MESSAGES/wesnoth-nr.mo
+share/wesnoth/translations/ga/LC_MESSAGES/wesnoth-sof.mo
+share/wesnoth/translations/ga/LC_MESSAGES/wesnoth-sotbe.mo
+share/wesnoth/translations/ga/LC_MESSAGES/wesnoth-tb.mo
+share/wesnoth/translations/ga/LC_MESSAGES/wesnoth-test.mo
+share/wesnoth/translations/ga/LC_MESSAGES/wesnoth-thot.mo
+share/wesnoth/translations/ga/LC_MESSAGES/wesnoth-trow.mo
+share/wesnoth/translations/ga/LC_MESSAGES/wesnoth-tsg.mo
+share/wesnoth/translations/ga/LC_MESSAGES/wesnoth-tutorial.mo
+share/wesnoth/translations/ga/LC_MESSAGES/wesnoth-units.mo
+share/wesnoth/translations/ga/LC_MESSAGES/wesnoth-utbs.mo
+share/wesnoth/translations/ga/LC_MESSAGES/wesnoth.mo
share/wesnoth/translations/gl/LC_MESSAGES/wesnoth-anl.mo
share/wesnoth/translations/gl/LC_MESSAGES/wesnoth-aoi.mo
share/wesnoth/translations/gl/LC_MESSAGES/wesnoth-did.mo
share/wesnoth/translations/gl/LC_MESSAGES/wesnoth-dm.mo
+share/wesnoth/translations/gl/LC_MESSAGES/wesnoth-dw.mo
share/wesnoth/translations/gl/LC_MESSAGES/wesnoth-editor.mo
share/wesnoth/translations/gl/LC_MESSAGES/wesnoth-ei.mo
+share/wesnoth/translations/gl/LC_MESSAGES/wesnoth-help.mo
share/wesnoth/translations/gl/LC_MESSAGES/wesnoth-httt.mo
share/wesnoth/translations/gl/LC_MESSAGES/wesnoth-l.mo
share/wesnoth/translations/gl/LC_MESSAGES/wesnoth-lib.mo
share/wesnoth/translations/gl/LC_MESSAGES/wesnoth-low.mo
+share/wesnoth/translations/gl/LC_MESSAGES/wesnoth-manpages.mo
+share/wesnoth/translations/gl/LC_MESSAGES/wesnoth-manual.mo
share/wesnoth/translations/gl/LC_MESSAGES/wesnoth-multiplayer.mo
share/wesnoth/translations/gl/LC_MESSAGES/wesnoth-nr.mo
share/wesnoth/translations/gl/LC_MESSAGES/wesnoth-sof.mo
@@ -9851,12 +12960,16 @@ share/wesnoth/translations/he/LC_MESSAGES/wesnoth-anl.mo
share/wesnoth/translations/he/LC_MESSAGES/wesnoth-aoi.mo
share/wesnoth/translations/he/LC_MESSAGES/wesnoth-did.mo
share/wesnoth/translations/he/LC_MESSAGES/wesnoth-dm.mo
+share/wesnoth/translations/he/LC_MESSAGES/wesnoth-dw.mo
share/wesnoth/translations/he/LC_MESSAGES/wesnoth-editor.mo
share/wesnoth/translations/he/LC_MESSAGES/wesnoth-ei.mo
+share/wesnoth/translations/he/LC_MESSAGES/wesnoth-help.mo
share/wesnoth/translations/he/LC_MESSAGES/wesnoth-httt.mo
share/wesnoth/translations/he/LC_MESSAGES/wesnoth-l.mo
share/wesnoth/translations/he/LC_MESSAGES/wesnoth-lib.mo
share/wesnoth/translations/he/LC_MESSAGES/wesnoth-low.mo
+share/wesnoth/translations/he/LC_MESSAGES/wesnoth-manpages.mo
+share/wesnoth/translations/he/LC_MESSAGES/wesnoth-manual.mo
share/wesnoth/translations/he/LC_MESSAGES/wesnoth-multiplayer.mo
share/wesnoth/translations/he/LC_MESSAGES/wesnoth-nr.mo
share/wesnoth/translations/he/LC_MESSAGES/wesnoth-sof.mo
@@ -9874,12 +12987,16 @@ share/wesnoth/translations/hr/LC_MESSAGES/wesnoth-anl.mo
share/wesnoth/translations/hr/LC_MESSAGES/wesnoth-aoi.mo
share/wesnoth/translations/hr/LC_MESSAGES/wesnoth-did.mo
share/wesnoth/translations/hr/LC_MESSAGES/wesnoth-dm.mo
+share/wesnoth/translations/hr/LC_MESSAGES/wesnoth-dw.mo
share/wesnoth/translations/hr/LC_MESSAGES/wesnoth-editor.mo
share/wesnoth/translations/hr/LC_MESSAGES/wesnoth-ei.mo
+share/wesnoth/translations/hr/LC_MESSAGES/wesnoth-help.mo
share/wesnoth/translations/hr/LC_MESSAGES/wesnoth-httt.mo
share/wesnoth/translations/hr/LC_MESSAGES/wesnoth-l.mo
share/wesnoth/translations/hr/LC_MESSAGES/wesnoth-lib.mo
share/wesnoth/translations/hr/LC_MESSAGES/wesnoth-low.mo
+share/wesnoth/translations/hr/LC_MESSAGES/wesnoth-manpages.mo
+share/wesnoth/translations/hr/LC_MESSAGES/wesnoth-manual.mo
share/wesnoth/translations/hr/LC_MESSAGES/wesnoth-multiplayer.mo
share/wesnoth/translations/hr/LC_MESSAGES/wesnoth-nr.mo
share/wesnoth/translations/hr/LC_MESSAGES/wesnoth-sof.mo
@@ -9897,12 +13014,16 @@ share/wesnoth/translations/hu/LC_MESSAGES/wesnoth-anl.mo
share/wesnoth/translations/hu/LC_MESSAGES/wesnoth-aoi.mo
share/wesnoth/translations/hu/LC_MESSAGES/wesnoth-did.mo
share/wesnoth/translations/hu/LC_MESSAGES/wesnoth-dm.mo
+share/wesnoth/translations/hu/LC_MESSAGES/wesnoth-dw.mo
share/wesnoth/translations/hu/LC_MESSAGES/wesnoth-editor.mo
share/wesnoth/translations/hu/LC_MESSAGES/wesnoth-ei.mo
+share/wesnoth/translations/hu/LC_MESSAGES/wesnoth-help.mo
share/wesnoth/translations/hu/LC_MESSAGES/wesnoth-httt.mo
share/wesnoth/translations/hu/LC_MESSAGES/wesnoth-l.mo
share/wesnoth/translations/hu/LC_MESSAGES/wesnoth-lib.mo
share/wesnoth/translations/hu/LC_MESSAGES/wesnoth-low.mo
+share/wesnoth/translations/hu/LC_MESSAGES/wesnoth-manpages.mo
+share/wesnoth/translations/hu/LC_MESSAGES/wesnoth-manual.mo
share/wesnoth/translations/hu/LC_MESSAGES/wesnoth-multiplayer.mo
share/wesnoth/translations/hu/LC_MESSAGES/wesnoth-nr.mo
share/wesnoth/translations/hu/LC_MESSAGES/wesnoth-sof.mo
@@ -9920,12 +13041,16 @@ share/wesnoth/translations/id/LC_MESSAGES/wesnoth-anl.mo
share/wesnoth/translations/id/LC_MESSAGES/wesnoth-aoi.mo
share/wesnoth/translations/id/LC_MESSAGES/wesnoth-did.mo
share/wesnoth/translations/id/LC_MESSAGES/wesnoth-dm.mo
+share/wesnoth/translations/id/LC_MESSAGES/wesnoth-dw.mo
share/wesnoth/translations/id/LC_MESSAGES/wesnoth-editor.mo
share/wesnoth/translations/id/LC_MESSAGES/wesnoth-ei.mo
+share/wesnoth/translations/id/LC_MESSAGES/wesnoth-help.mo
share/wesnoth/translations/id/LC_MESSAGES/wesnoth-httt.mo
share/wesnoth/translations/id/LC_MESSAGES/wesnoth-l.mo
share/wesnoth/translations/id/LC_MESSAGES/wesnoth-lib.mo
share/wesnoth/translations/id/LC_MESSAGES/wesnoth-low.mo
+share/wesnoth/translations/id/LC_MESSAGES/wesnoth-manpages.mo
+share/wesnoth/translations/id/LC_MESSAGES/wesnoth-manual.mo
share/wesnoth/translations/id/LC_MESSAGES/wesnoth-multiplayer.mo
share/wesnoth/translations/id/LC_MESSAGES/wesnoth-nr.mo
share/wesnoth/translations/id/LC_MESSAGES/wesnoth-sof.mo
@@ -9943,12 +13068,16 @@ share/wesnoth/translations/is/LC_MESSAGES/wesnoth-anl.mo
share/wesnoth/translations/is/LC_MESSAGES/wesnoth-aoi.mo
share/wesnoth/translations/is/LC_MESSAGES/wesnoth-did.mo
share/wesnoth/translations/is/LC_MESSAGES/wesnoth-dm.mo
+share/wesnoth/translations/is/LC_MESSAGES/wesnoth-dw.mo
share/wesnoth/translations/is/LC_MESSAGES/wesnoth-editor.mo
share/wesnoth/translations/is/LC_MESSAGES/wesnoth-ei.mo
+share/wesnoth/translations/is/LC_MESSAGES/wesnoth-help.mo
share/wesnoth/translations/is/LC_MESSAGES/wesnoth-httt.mo
share/wesnoth/translations/is/LC_MESSAGES/wesnoth-l.mo
share/wesnoth/translations/is/LC_MESSAGES/wesnoth-lib.mo
share/wesnoth/translations/is/LC_MESSAGES/wesnoth-low.mo
+share/wesnoth/translations/is/LC_MESSAGES/wesnoth-manpages.mo
+share/wesnoth/translations/is/LC_MESSAGES/wesnoth-manual.mo
share/wesnoth/translations/is/LC_MESSAGES/wesnoth-multiplayer.mo
share/wesnoth/translations/is/LC_MESSAGES/wesnoth-nr.mo
share/wesnoth/translations/is/LC_MESSAGES/wesnoth-sof.mo
@@ -9966,12 +13095,16 @@ share/wesnoth/translations/it/LC_MESSAGES/wesnoth-anl.mo
share/wesnoth/translations/it/LC_MESSAGES/wesnoth-aoi.mo
share/wesnoth/translations/it/LC_MESSAGES/wesnoth-did.mo
share/wesnoth/translations/it/LC_MESSAGES/wesnoth-dm.mo
+share/wesnoth/translations/it/LC_MESSAGES/wesnoth-dw.mo
share/wesnoth/translations/it/LC_MESSAGES/wesnoth-editor.mo
share/wesnoth/translations/it/LC_MESSAGES/wesnoth-ei.mo
+share/wesnoth/translations/it/LC_MESSAGES/wesnoth-help.mo
share/wesnoth/translations/it/LC_MESSAGES/wesnoth-httt.mo
share/wesnoth/translations/it/LC_MESSAGES/wesnoth-l.mo
share/wesnoth/translations/it/LC_MESSAGES/wesnoth-lib.mo
share/wesnoth/translations/it/LC_MESSAGES/wesnoth-low.mo
+share/wesnoth/translations/it/LC_MESSAGES/wesnoth-manpages.mo
+share/wesnoth/translations/it/LC_MESSAGES/wesnoth-manual.mo
share/wesnoth/translations/it/LC_MESSAGES/wesnoth-multiplayer.mo
share/wesnoth/translations/it/LC_MESSAGES/wesnoth-nr.mo
share/wesnoth/translations/it/LC_MESSAGES/wesnoth-sof.mo
@@ -9989,12 +13122,16 @@ share/wesnoth/translations/ja/LC_MESSAGES/wesnoth-anl.mo
share/wesnoth/translations/ja/LC_MESSAGES/wesnoth-aoi.mo
share/wesnoth/translations/ja/LC_MESSAGES/wesnoth-did.mo
share/wesnoth/translations/ja/LC_MESSAGES/wesnoth-dm.mo
+share/wesnoth/translations/ja/LC_MESSAGES/wesnoth-dw.mo
share/wesnoth/translations/ja/LC_MESSAGES/wesnoth-editor.mo
share/wesnoth/translations/ja/LC_MESSAGES/wesnoth-ei.mo
+share/wesnoth/translations/ja/LC_MESSAGES/wesnoth-help.mo
share/wesnoth/translations/ja/LC_MESSAGES/wesnoth-httt.mo
share/wesnoth/translations/ja/LC_MESSAGES/wesnoth-l.mo
share/wesnoth/translations/ja/LC_MESSAGES/wesnoth-lib.mo
share/wesnoth/translations/ja/LC_MESSAGES/wesnoth-low.mo
+share/wesnoth/translations/ja/LC_MESSAGES/wesnoth-manpages.mo
+share/wesnoth/translations/ja/LC_MESSAGES/wesnoth-manual.mo
share/wesnoth/translations/ja/LC_MESSAGES/wesnoth-multiplayer.mo
share/wesnoth/translations/ja/LC_MESSAGES/wesnoth-nr.mo
share/wesnoth/translations/ja/LC_MESSAGES/wesnoth-sof.mo
@@ -10012,12 +13149,16 @@ share/wesnoth/translations/ko/LC_MESSAGES/wesnoth-anl.mo
share/wesnoth/translations/ko/LC_MESSAGES/wesnoth-aoi.mo
share/wesnoth/translations/ko/LC_MESSAGES/wesnoth-did.mo
share/wesnoth/translations/ko/LC_MESSAGES/wesnoth-dm.mo
+share/wesnoth/translations/ko/LC_MESSAGES/wesnoth-dw.mo
share/wesnoth/translations/ko/LC_MESSAGES/wesnoth-editor.mo
share/wesnoth/translations/ko/LC_MESSAGES/wesnoth-ei.mo
+share/wesnoth/translations/ko/LC_MESSAGES/wesnoth-help.mo
share/wesnoth/translations/ko/LC_MESSAGES/wesnoth-httt.mo
share/wesnoth/translations/ko/LC_MESSAGES/wesnoth-l.mo
share/wesnoth/translations/ko/LC_MESSAGES/wesnoth-lib.mo
share/wesnoth/translations/ko/LC_MESSAGES/wesnoth-low.mo
+share/wesnoth/translations/ko/LC_MESSAGES/wesnoth-manpages.mo
+share/wesnoth/translations/ko/LC_MESSAGES/wesnoth-manual.mo
share/wesnoth/translations/ko/LC_MESSAGES/wesnoth-multiplayer.mo
share/wesnoth/translations/ko/LC_MESSAGES/wesnoth-nr.mo
share/wesnoth/translations/ko/LC_MESSAGES/wesnoth-sof.mo
@@ -10035,12 +13176,16 @@ share/wesnoth/translations/la/LC_MESSAGES/wesnoth-anl.mo
share/wesnoth/translations/la/LC_MESSAGES/wesnoth-aoi.mo
share/wesnoth/translations/la/LC_MESSAGES/wesnoth-did.mo
share/wesnoth/translations/la/LC_MESSAGES/wesnoth-dm.mo
+share/wesnoth/translations/la/LC_MESSAGES/wesnoth-dw.mo
share/wesnoth/translations/la/LC_MESSAGES/wesnoth-editor.mo
share/wesnoth/translations/la/LC_MESSAGES/wesnoth-ei.mo
+share/wesnoth/translations/la/LC_MESSAGES/wesnoth-help.mo
share/wesnoth/translations/la/LC_MESSAGES/wesnoth-httt.mo
share/wesnoth/translations/la/LC_MESSAGES/wesnoth-l.mo
share/wesnoth/translations/la/LC_MESSAGES/wesnoth-lib.mo
share/wesnoth/translations/la/LC_MESSAGES/wesnoth-low.mo
+share/wesnoth/translations/la/LC_MESSAGES/wesnoth-manpages.mo
+share/wesnoth/translations/la/LC_MESSAGES/wesnoth-manual.mo
share/wesnoth/translations/la/LC_MESSAGES/wesnoth-multiplayer.mo
share/wesnoth/translations/la/LC_MESSAGES/wesnoth-nr.mo
share/wesnoth/translations/la/LC_MESSAGES/wesnoth-sof.mo
@@ -10058,12 +13203,16 @@ share/wesnoth/translations/lt/LC_MESSAGES/wesnoth-anl.mo
share/wesnoth/translations/lt/LC_MESSAGES/wesnoth-aoi.mo
share/wesnoth/translations/lt/LC_MESSAGES/wesnoth-did.mo
share/wesnoth/translations/lt/LC_MESSAGES/wesnoth-dm.mo
+share/wesnoth/translations/lt/LC_MESSAGES/wesnoth-dw.mo
share/wesnoth/translations/lt/LC_MESSAGES/wesnoth-editor.mo
share/wesnoth/translations/lt/LC_MESSAGES/wesnoth-ei.mo
+share/wesnoth/translations/lt/LC_MESSAGES/wesnoth-help.mo
share/wesnoth/translations/lt/LC_MESSAGES/wesnoth-httt.mo
share/wesnoth/translations/lt/LC_MESSAGES/wesnoth-l.mo
share/wesnoth/translations/lt/LC_MESSAGES/wesnoth-lib.mo
share/wesnoth/translations/lt/LC_MESSAGES/wesnoth-low.mo
+share/wesnoth/translations/lt/LC_MESSAGES/wesnoth-manpages.mo
+share/wesnoth/translations/lt/LC_MESSAGES/wesnoth-manual.mo
share/wesnoth/translations/lt/LC_MESSAGES/wesnoth-multiplayer.mo
share/wesnoth/translations/lt/LC_MESSAGES/wesnoth-nr.mo
share/wesnoth/translations/lt/LC_MESSAGES/wesnoth-sof.mo
@@ -10081,12 +13230,16 @@ share/wesnoth/translations/lv/LC_MESSAGES/wesnoth-anl.mo
share/wesnoth/translations/lv/LC_MESSAGES/wesnoth-aoi.mo
share/wesnoth/translations/lv/LC_MESSAGES/wesnoth-did.mo
share/wesnoth/translations/lv/LC_MESSAGES/wesnoth-dm.mo
+share/wesnoth/translations/lv/LC_MESSAGES/wesnoth-dw.mo
share/wesnoth/translations/lv/LC_MESSAGES/wesnoth-editor.mo
share/wesnoth/translations/lv/LC_MESSAGES/wesnoth-ei.mo
+share/wesnoth/translations/lv/LC_MESSAGES/wesnoth-help.mo
share/wesnoth/translations/lv/LC_MESSAGES/wesnoth-httt.mo
share/wesnoth/translations/lv/LC_MESSAGES/wesnoth-l.mo
share/wesnoth/translations/lv/LC_MESSAGES/wesnoth-lib.mo
share/wesnoth/translations/lv/LC_MESSAGES/wesnoth-low.mo
+share/wesnoth/translations/lv/LC_MESSAGES/wesnoth-manpages.mo
+share/wesnoth/translations/lv/LC_MESSAGES/wesnoth-manual.mo
share/wesnoth/translations/lv/LC_MESSAGES/wesnoth-multiplayer.mo
share/wesnoth/translations/lv/LC_MESSAGES/wesnoth-nr.mo
share/wesnoth/translations/lv/LC_MESSAGES/wesnoth-sof.mo
@@ -10104,12 +13257,16 @@ share/wesnoth/translations/mk/LC_MESSAGES/wesnoth-anl.mo
share/wesnoth/translations/mk/LC_MESSAGES/wesnoth-aoi.mo
share/wesnoth/translations/mk/LC_MESSAGES/wesnoth-did.mo
share/wesnoth/translations/mk/LC_MESSAGES/wesnoth-dm.mo
+share/wesnoth/translations/mk/LC_MESSAGES/wesnoth-dw.mo
share/wesnoth/translations/mk/LC_MESSAGES/wesnoth-editor.mo
share/wesnoth/translations/mk/LC_MESSAGES/wesnoth-ei.mo
+share/wesnoth/translations/mk/LC_MESSAGES/wesnoth-help.mo
share/wesnoth/translations/mk/LC_MESSAGES/wesnoth-httt.mo
share/wesnoth/translations/mk/LC_MESSAGES/wesnoth-l.mo
share/wesnoth/translations/mk/LC_MESSAGES/wesnoth-lib.mo
share/wesnoth/translations/mk/LC_MESSAGES/wesnoth-low.mo
+share/wesnoth/translations/mk/LC_MESSAGES/wesnoth-manpages.mo
+share/wesnoth/translations/mk/LC_MESSAGES/wesnoth-manual.mo
share/wesnoth/translations/mk/LC_MESSAGES/wesnoth-multiplayer.mo
share/wesnoth/translations/mk/LC_MESSAGES/wesnoth-nr.mo
share/wesnoth/translations/mk/LC_MESSAGES/wesnoth-sof.mo
@@ -10127,12 +13284,16 @@ share/wesnoth/translations/mr/LC_MESSAGES/wesnoth-anl.mo
share/wesnoth/translations/mr/LC_MESSAGES/wesnoth-aoi.mo
share/wesnoth/translations/mr/LC_MESSAGES/wesnoth-did.mo
share/wesnoth/translations/mr/LC_MESSAGES/wesnoth-dm.mo
+share/wesnoth/translations/mr/LC_MESSAGES/wesnoth-dw.mo
share/wesnoth/translations/mr/LC_MESSAGES/wesnoth-editor.mo
share/wesnoth/translations/mr/LC_MESSAGES/wesnoth-ei.mo
+share/wesnoth/translations/mr/LC_MESSAGES/wesnoth-help.mo
share/wesnoth/translations/mr/LC_MESSAGES/wesnoth-httt.mo
share/wesnoth/translations/mr/LC_MESSAGES/wesnoth-l.mo
share/wesnoth/translations/mr/LC_MESSAGES/wesnoth-lib.mo
share/wesnoth/translations/mr/LC_MESSAGES/wesnoth-low.mo
+share/wesnoth/translations/mr/LC_MESSAGES/wesnoth-manpages.mo
+share/wesnoth/translations/mr/LC_MESSAGES/wesnoth-manual.mo
share/wesnoth/translations/mr/LC_MESSAGES/wesnoth-multiplayer.mo
share/wesnoth/translations/mr/LC_MESSAGES/wesnoth-nr.mo
share/wesnoth/translations/mr/LC_MESSAGES/wesnoth-sof.mo
@@ -10150,12 +13311,16 @@ share/wesnoth/translations/nb_NO/LC_MESSAGES/wesnoth-anl.mo
share/wesnoth/translations/nb_NO/LC_MESSAGES/wesnoth-aoi.mo
share/wesnoth/translations/nb_NO/LC_MESSAGES/wesnoth-did.mo
share/wesnoth/translations/nb_NO/LC_MESSAGES/wesnoth-dm.mo
+share/wesnoth/translations/nb_NO/LC_MESSAGES/wesnoth-dw.mo
share/wesnoth/translations/nb_NO/LC_MESSAGES/wesnoth-editor.mo
share/wesnoth/translations/nb_NO/LC_MESSAGES/wesnoth-ei.mo
+share/wesnoth/translations/nb_NO/LC_MESSAGES/wesnoth-help.mo
share/wesnoth/translations/nb_NO/LC_MESSAGES/wesnoth-httt.mo
share/wesnoth/translations/nb_NO/LC_MESSAGES/wesnoth-l.mo
share/wesnoth/translations/nb_NO/LC_MESSAGES/wesnoth-lib.mo
share/wesnoth/translations/nb_NO/LC_MESSAGES/wesnoth-low.mo
+share/wesnoth/translations/nb_NO/LC_MESSAGES/wesnoth-manpages.mo
+share/wesnoth/translations/nb_NO/LC_MESSAGES/wesnoth-manual.mo
share/wesnoth/translations/nb_NO/LC_MESSAGES/wesnoth-multiplayer.mo
share/wesnoth/translations/nb_NO/LC_MESSAGES/wesnoth-nr.mo
share/wesnoth/translations/nb_NO/LC_MESSAGES/wesnoth-sof.mo
@@ -10173,12 +13338,16 @@ share/wesnoth/translations/nl/LC_MESSAGES/wesnoth-anl.mo
share/wesnoth/translations/nl/LC_MESSAGES/wesnoth-aoi.mo
share/wesnoth/translations/nl/LC_MESSAGES/wesnoth-did.mo
share/wesnoth/translations/nl/LC_MESSAGES/wesnoth-dm.mo
+share/wesnoth/translations/nl/LC_MESSAGES/wesnoth-dw.mo
share/wesnoth/translations/nl/LC_MESSAGES/wesnoth-editor.mo
share/wesnoth/translations/nl/LC_MESSAGES/wesnoth-ei.mo
+share/wesnoth/translations/nl/LC_MESSAGES/wesnoth-help.mo
share/wesnoth/translations/nl/LC_MESSAGES/wesnoth-httt.mo
share/wesnoth/translations/nl/LC_MESSAGES/wesnoth-l.mo
share/wesnoth/translations/nl/LC_MESSAGES/wesnoth-lib.mo
share/wesnoth/translations/nl/LC_MESSAGES/wesnoth-low.mo
+share/wesnoth/translations/nl/LC_MESSAGES/wesnoth-manpages.mo
+share/wesnoth/translations/nl/LC_MESSAGES/wesnoth-manual.mo
share/wesnoth/translations/nl/LC_MESSAGES/wesnoth-multiplayer.mo
share/wesnoth/translations/nl/LC_MESSAGES/wesnoth-nr.mo
share/wesnoth/translations/nl/LC_MESSAGES/wesnoth-sof.mo
@@ -10196,12 +13365,16 @@ share/wesnoth/translations/pl/LC_MESSAGES/wesnoth-anl.mo
share/wesnoth/translations/pl/LC_MESSAGES/wesnoth-aoi.mo
share/wesnoth/translations/pl/LC_MESSAGES/wesnoth-did.mo
share/wesnoth/translations/pl/LC_MESSAGES/wesnoth-dm.mo
+share/wesnoth/translations/pl/LC_MESSAGES/wesnoth-dw.mo
share/wesnoth/translations/pl/LC_MESSAGES/wesnoth-editor.mo
share/wesnoth/translations/pl/LC_MESSAGES/wesnoth-ei.mo
+share/wesnoth/translations/pl/LC_MESSAGES/wesnoth-help.mo
share/wesnoth/translations/pl/LC_MESSAGES/wesnoth-httt.mo
share/wesnoth/translations/pl/LC_MESSAGES/wesnoth-l.mo
share/wesnoth/translations/pl/LC_MESSAGES/wesnoth-lib.mo
share/wesnoth/translations/pl/LC_MESSAGES/wesnoth-low.mo
+share/wesnoth/translations/pl/LC_MESSAGES/wesnoth-manpages.mo
+share/wesnoth/translations/pl/LC_MESSAGES/wesnoth-manual.mo
share/wesnoth/translations/pl/LC_MESSAGES/wesnoth-multiplayer.mo
share/wesnoth/translations/pl/LC_MESSAGES/wesnoth-nr.mo
share/wesnoth/translations/pl/LC_MESSAGES/wesnoth-sof.mo
@@ -10219,12 +13392,16 @@ share/wesnoth/translations/pt/LC_MESSAGES/wesnoth-anl.mo
share/wesnoth/translations/pt/LC_MESSAGES/wesnoth-aoi.mo
share/wesnoth/translations/pt/LC_MESSAGES/wesnoth-did.mo
share/wesnoth/translations/pt/LC_MESSAGES/wesnoth-dm.mo
+share/wesnoth/translations/pt/LC_MESSAGES/wesnoth-dw.mo
share/wesnoth/translations/pt/LC_MESSAGES/wesnoth-editor.mo
share/wesnoth/translations/pt/LC_MESSAGES/wesnoth-ei.mo
+share/wesnoth/translations/pt/LC_MESSAGES/wesnoth-help.mo
share/wesnoth/translations/pt/LC_MESSAGES/wesnoth-httt.mo
share/wesnoth/translations/pt/LC_MESSAGES/wesnoth-l.mo
share/wesnoth/translations/pt/LC_MESSAGES/wesnoth-lib.mo
share/wesnoth/translations/pt/LC_MESSAGES/wesnoth-low.mo
+share/wesnoth/translations/pt/LC_MESSAGES/wesnoth-manpages.mo
+share/wesnoth/translations/pt/LC_MESSAGES/wesnoth-manual.mo
share/wesnoth/translations/pt/LC_MESSAGES/wesnoth-multiplayer.mo
share/wesnoth/translations/pt/LC_MESSAGES/wesnoth-nr.mo
share/wesnoth/translations/pt/LC_MESSAGES/wesnoth-sof.mo
@@ -10242,12 +13419,16 @@ share/wesnoth/translations/pt_BR/LC_MESSAGES/wesnoth-anl.mo
share/wesnoth/translations/pt_BR/LC_MESSAGES/wesnoth-aoi.mo
share/wesnoth/translations/pt_BR/LC_MESSAGES/wesnoth-did.mo
share/wesnoth/translations/pt_BR/LC_MESSAGES/wesnoth-dm.mo
+share/wesnoth/translations/pt_BR/LC_MESSAGES/wesnoth-dw.mo
share/wesnoth/translations/pt_BR/LC_MESSAGES/wesnoth-editor.mo
share/wesnoth/translations/pt_BR/LC_MESSAGES/wesnoth-ei.mo
+share/wesnoth/translations/pt_BR/LC_MESSAGES/wesnoth-help.mo
share/wesnoth/translations/pt_BR/LC_MESSAGES/wesnoth-httt.mo
share/wesnoth/translations/pt_BR/LC_MESSAGES/wesnoth-l.mo
share/wesnoth/translations/pt_BR/LC_MESSAGES/wesnoth-lib.mo
share/wesnoth/translations/pt_BR/LC_MESSAGES/wesnoth-low.mo
+share/wesnoth/translations/pt_BR/LC_MESSAGES/wesnoth-manpages.mo
+share/wesnoth/translations/pt_BR/LC_MESSAGES/wesnoth-manual.mo
share/wesnoth/translations/pt_BR/LC_MESSAGES/wesnoth-multiplayer.mo
share/wesnoth/translations/pt_BR/LC_MESSAGES/wesnoth-nr.mo
share/wesnoth/translations/pt_BR/LC_MESSAGES/wesnoth-sof.mo
@@ -10265,12 +13446,16 @@ share/wesnoth/translations/racv/LC_MESSAGES/wesnoth-anl.mo
share/wesnoth/translations/racv/LC_MESSAGES/wesnoth-aoi.mo
share/wesnoth/translations/racv/LC_MESSAGES/wesnoth-did.mo
share/wesnoth/translations/racv/LC_MESSAGES/wesnoth-dm.mo
+share/wesnoth/translations/racv/LC_MESSAGES/wesnoth-dw.mo
share/wesnoth/translations/racv/LC_MESSAGES/wesnoth-editor.mo
share/wesnoth/translations/racv/LC_MESSAGES/wesnoth-ei.mo
+share/wesnoth/translations/racv/LC_MESSAGES/wesnoth-help.mo
share/wesnoth/translations/racv/LC_MESSAGES/wesnoth-httt.mo
share/wesnoth/translations/racv/LC_MESSAGES/wesnoth-l.mo
share/wesnoth/translations/racv/LC_MESSAGES/wesnoth-lib.mo
share/wesnoth/translations/racv/LC_MESSAGES/wesnoth-low.mo
+share/wesnoth/translations/racv/LC_MESSAGES/wesnoth-manpages.mo
+share/wesnoth/translations/racv/LC_MESSAGES/wesnoth-manual.mo
share/wesnoth/translations/racv/LC_MESSAGES/wesnoth-multiplayer.mo
share/wesnoth/translations/racv/LC_MESSAGES/wesnoth-nr.mo
share/wesnoth/translations/racv/LC_MESSAGES/wesnoth-sof.mo
@@ -10288,12 +13473,16 @@ share/wesnoth/translations/ro/LC_MESSAGES/wesnoth-anl.mo
share/wesnoth/translations/ro/LC_MESSAGES/wesnoth-aoi.mo
share/wesnoth/translations/ro/LC_MESSAGES/wesnoth-did.mo
share/wesnoth/translations/ro/LC_MESSAGES/wesnoth-dm.mo
+share/wesnoth/translations/ro/LC_MESSAGES/wesnoth-dw.mo
share/wesnoth/translations/ro/LC_MESSAGES/wesnoth-editor.mo
share/wesnoth/translations/ro/LC_MESSAGES/wesnoth-ei.mo
+share/wesnoth/translations/ro/LC_MESSAGES/wesnoth-help.mo
share/wesnoth/translations/ro/LC_MESSAGES/wesnoth-httt.mo
share/wesnoth/translations/ro/LC_MESSAGES/wesnoth-l.mo
share/wesnoth/translations/ro/LC_MESSAGES/wesnoth-lib.mo
share/wesnoth/translations/ro/LC_MESSAGES/wesnoth-low.mo
+share/wesnoth/translations/ro/LC_MESSAGES/wesnoth-manpages.mo
+share/wesnoth/translations/ro/LC_MESSAGES/wesnoth-manual.mo
share/wesnoth/translations/ro/LC_MESSAGES/wesnoth-multiplayer.mo
share/wesnoth/translations/ro/LC_MESSAGES/wesnoth-nr.mo
share/wesnoth/translations/ro/LC_MESSAGES/wesnoth-sof.mo
@@ -10311,12 +13500,16 @@ share/wesnoth/translations/ru/LC_MESSAGES/wesnoth-anl.mo
share/wesnoth/translations/ru/LC_MESSAGES/wesnoth-aoi.mo
share/wesnoth/translations/ru/LC_MESSAGES/wesnoth-did.mo
share/wesnoth/translations/ru/LC_MESSAGES/wesnoth-dm.mo
+share/wesnoth/translations/ru/LC_MESSAGES/wesnoth-dw.mo
share/wesnoth/translations/ru/LC_MESSAGES/wesnoth-editor.mo
share/wesnoth/translations/ru/LC_MESSAGES/wesnoth-ei.mo
+share/wesnoth/translations/ru/LC_MESSAGES/wesnoth-help.mo
share/wesnoth/translations/ru/LC_MESSAGES/wesnoth-httt.mo
share/wesnoth/translations/ru/LC_MESSAGES/wesnoth-l.mo
share/wesnoth/translations/ru/LC_MESSAGES/wesnoth-lib.mo
share/wesnoth/translations/ru/LC_MESSAGES/wesnoth-low.mo
+share/wesnoth/translations/ru/LC_MESSAGES/wesnoth-manpages.mo
+share/wesnoth/translations/ru/LC_MESSAGES/wesnoth-manual.mo
share/wesnoth/translations/ru/LC_MESSAGES/wesnoth-multiplayer.mo
share/wesnoth/translations/ru/LC_MESSAGES/wesnoth-nr.mo
share/wesnoth/translations/ru/LC_MESSAGES/wesnoth-sof.mo
@@ -10334,12 +13527,16 @@ share/wesnoth/translations/sk/LC_MESSAGES/wesnoth-anl.mo
share/wesnoth/translations/sk/LC_MESSAGES/wesnoth-aoi.mo
share/wesnoth/translations/sk/LC_MESSAGES/wesnoth-did.mo
share/wesnoth/translations/sk/LC_MESSAGES/wesnoth-dm.mo
+share/wesnoth/translations/sk/LC_MESSAGES/wesnoth-dw.mo
share/wesnoth/translations/sk/LC_MESSAGES/wesnoth-editor.mo
share/wesnoth/translations/sk/LC_MESSAGES/wesnoth-ei.mo
+share/wesnoth/translations/sk/LC_MESSAGES/wesnoth-help.mo
share/wesnoth/translations/sk/LC_MESSAGES/wesnoth-httt.mo
share/wesnoth/translations/sk/LC_MESSAGES/wesnoth-l.mo
share/wesnoth/translations/sk/LC_MESSAGES/wesnoth-lib.mo
share/wesnoth/translations/sk/LC_MESSAGES/wesnoth-low.mo
+share/wesnoth/translations/sk/LC_MESSAGES/wesnoth-manpages.mo
+share/wesnoth/translations/sk/LC_MESSAGES/wesnoth-manual.mo
share/wesnoth/translations/sk/LC_MESSAGES/wesnoth-multiplayer.mo
share/wesnoth/translations/sk/LC_MESSAGES/wesnoth-nr.mo
share/wesnoth/translations/sk/LC_MESSAGES/wesnoth-sof.mo
@@ -10357,12 +13554,16 @@ share/wesnoth/translations/sl/LC_MESSAGES/wesnoth-anl.mo
share/wesnoth/translations/sl/LC_MESSAGES/wesnoth-aoi.mo
share/wesnoth/translations/sl/LC_MESSAGES/wesnoth-did.mo
share/wesnoth/translations/sl/LC_MESSAGES/wesnoth-dm.mo
+share/wesnoth/translations/sl/LC_MESSAGES/wesnoth-dw.mo
share/wesnoth/translations/sl/LC_MESSAGES/wesnoth-editor.mo
share/wesnoth/translations/sl/LC_MESSAGES/wesnoth-ei.mo
+share/wesnoth/translations/sl/LC_MESSAGES/wesnoth-help.mo
share/wesnoth/translations/sl/LC_MESSAGES/wesnoth-httt.mo
share/wesnoth/translations/sl/LC_MESSAGES/wesnoth-l.mo
share/wesnoth/translations/sl/LC_MESSAGES/wesnoth-lib.mo
share/wesnoth/translations/sl/LC_MESSAGES/wesnoth-low.mo
+share/wesnoth/translations/sl/LC_MESSAGES/wesnoth-manpages.mo
+share/wesnoth/translations/sl/LC_MESSAGES/wesnoth-manual.mo
share/wesnoth/translations/sl/LC_MESSAGES/wesnoth-multiplayer.mo
share/wesnoth/translations/sl/LC_MESSAGES/wesnoth-nr.mo
share/wesnoth/translations/sl/LC_MESSAGES/wesnoth-sof.mo
@@ -10380,12 +13581,16 @@ share/wesnoth/translations/sr/LC_MESSAGES/wesnoth-anl.mo
share/wesnoth/translations/sr/LC_MESSAGES/wesnoth-aoi.mo
share/wesnoth/translations/sr/LC_MESSAGES/wesnoth-did.mo
share/wesnoth/translations/sr/LC_MESSAGES/wesnoth-dm.mo
+share/wesnoth/translations/sr/LC_MESSAGES/wesnoth-dw.mo
share/wesnoth/translations/sr/LC_MESSAGES/wesnoth-editor.mo
share/wesnoth/translations/sr/LC_MESSAGES/wesnoth-ei.mo
+share/wesnoth/translations/sr/LC_MESSAGES/wesnoth-help.mo
share/wesnoth/translations/sr/LC_MESSAGES/wesnoth-httt.mo
share/wesnoth/translations/sr/LC_MESSAGES/wesnoth-l.mo
share/wesnoth/translations/sr/LC_MESSAGES/wesnoth-lib.mo
share/wesnoth/translations/sr/LC_MESSAGES/wesnoth-low.mo
+share/wesnoth/translations/sr/LC_MESSAGES/wesnoth-manpages.mo
+share/wesnoth/translations/sr/LC_MESSAGES/wesnoth-manual.mo
share/wesnoth/translations/sr/LC_MESSAGES/wesnoth-multiplayer.mo
share/wesnoth/translations/sr/LC_MESSAGES/wesnoth-nr.mo
share/wesnoth/translations/sr/LC_MESSAGES/wesnoth-sof.mo
@@ -10403,12 +13608,16 @@ share/wesnoth/translations/sr@ijekavian/LC_MESSAGES/wesnoth-anl.mo
share/wesnoth/translations/sr@ijekavian/LC_MESSAGES/wesnoth-aoi.mo
share/wesnoth/translations/sr@ijekavian/LC_MESSAGES/wesnoth-did.mo
share/wesnoth/translations/sr@ijekavian/LC_MESSAGES/wesnoth-dm.mo
+share/wesnoth/translations/sr@ijekavian/LC_MESSAGES/wesnoth-dw.mo
share/wesnoth/translations/sr@ijekavian/LC_MESSAGES/wesnoth-editor.mo
share/wesnoth/translations/sr@ijekavian/LC_MESSAGES/wesnoth-ei.mo
+share/wesnoth/translations/sr@ijekavian/LC_MESSAGES/wesnoth-help.mo
share/wesnoth/translations/sr@ijekavian/LC_MESSAGES/wesnoth-httt.mo
share/wesnoth/translations/sr@ijekavian/LC_MESSAGES/wesnoth-l.mo
share/wesnoth/translations/sr@ijekavian/LC_MESSAGES/wesnoth-lib.mo
share/wesnoth/translations/sr@ijekavian/LC_MESSAGES/wesnoth-low.mo
+share/wesnoth/translations/sr@ijekavian/LC_MESSAGES/wesnoth-manpages.mo
+share/wesnoth/translations/sr@ijekavian/LC_MESSAGES/wesnoth-manual.mo
share/wesnoth/translations/sr@ijekavian/LC_MESSAGES/wesnoth-multiplayer.mo
share/wesnoth/translations/sr@ijekavian/LC_MESSAGES/wesnoth-nr.mo
share/wesnoth/translations/sr@ijekavian/LC_MESSAGES/wesnoth-sof.mo
@@ -10426,12 +13635,16 @@ share/wesnoth/translations/sr@ijekavianlatin/LC_MESSAGES/wesnoth-anl.mo
share/wesnoth/translations/sr@ijekavianlatin/LC_MESSAGES/wesnoth-aoi.mo
share/wesnoth/translations/sr@ijekavianlatin/LC_MESSAGES/wesnoth-did.mo
share/wesnoth/translations/sr@ijekavianlatin/LC_MESSAGES/wesnoth-dm.mo
+share/wesnoth/translations/sr@ijekavianlatin/LC_MESSAGES/wesnoth-dw.mo
share/wesnoth/translations/sr@ijekavianlatin/LC_MESSAGES/wesnoth-editor.mo
share/wesnoth/translations/sr@ijekavianlatin/LC_MESSAGES/wesnoth-ei.mo
+share/wesnoth/translations/sr@ijekavianlatin/LC_MESSAGES/wesnoth-help.mo
share/wesnoth/translations/sr@ijekavianlatin/LC_MESSAGES/wesnoth-httt.mo
share/wesnoth/translations/sr@ijekavianlatin/LC_MESSAGES/wesnoth-l.mo
share/wesnoth/translations/sr@ijekavianlatin/LC_MESSAGES/wesnoth-lib.mo
share/wesnoth/translations/sr@ijekavianlatin/LC_MESSAGES/wesnoth-low.mo
+share/wesnoth/translations/sr@ijekavianlatin/LC_MESSAGES/wesnoth-manpages.mo
+share/wesnoth/translations/sr@ijekavianlatin/LC_MESSAGES/wesnoth-manual.mo
share/wesnoth/translations/sr@ijekavianlatin/LC_MESSAGES/wesnoth-multiplayer.mo
share/wesnoth/translations/sr@ijekavianlatin/LC_MESSAGES/wesnoth-nr.mo
share/wesnoth/translations/sr@ijekavianlatin/LC_MESSAGES/wesnoth-sof.mo
@@ -10449,12 +13662,16 @@ share/wesnoth/translations/sr@latin/LC_MESSAGES/wesnoth-anl.mo
share/wesnoth/translations/sr@latin/LC_MESSAGES/wesnoth-aoi.mo
share/wesnoth/translations/sr@latin/LC_MESSAGES/wesnoth-did.mo
share/wesnoth/translations/sr@latin/LC_MESSAGES/wesnoth-dm.mo
+share/wesnoth/translations/sr@latin/LC_MESSAGES/wesnoth-dw.mo
share/wesnoth/translations/sr@latin/LC_MESSAGES/wesnoth-editor.mo
share/wesnoth/translations/sr@latin/LC_MESSAGES/wesnoth-ei.mo
+share/wesnoth/translations/sr@latin/LC_MESSAGES/wesnoth-help.mo
share/wesnoth/translations/sr@latin/LC_MESSAGES/wesnoth-httt.mo
share/wesnoth/translations/sr@latin/LC_MESSAGES/wesnoth-l.mo
share/wesnoth/translations/sr@latin/LC_MESSAGES/wesnoth-lib.mo
share/wesnoth/translations/sr@latin/LC_MESSAGES/wesnoth-low.mo
+share/wesnoth/translations/sr@latin/LC_MESSAGES/wesnoth-manpages.mo
+share/wesnoth/translations/sr@latin/LC_MESSAGES/wesnoth-manual.mo
share/wesnoth/translations/sr@latin/LC_MESSAGES/wesnoth-multiplayer.mo
share/wesnoth/translations/sr@latin/LC_MESSAGES/wesnoth-nr.mo
share/wesnoth/translations/sr@latin/LC_MESSAGES/wesnoth-sof.mo
@@ -10472,12 +13689,16 @@ share/wesnoth/translations/sv/LC_MESSAGES/wesnoth-anl.mo
share/wesnoth/translations/sv/LC_MESSAGES/wesnoth-aoi.mo
share/wesnoth/translations/sv/LC_MESSAGES/wesnoth-did.mo
share/wesnoth/translations/sv/LC_MESSAGES/wesnoth-dm.mo
+share/wesnoth/translations/sv/LC_MESSAGES/wesnoth-dw.mo
share/wesnoth/translations/sv/LC_MESSAGES/wesnoth-editor.mo
share/wesnoth/translations/sv/LC_MESSAGES/wesnoth-ei.mo
+share/wesnoth/translations/sv/LC_MESSAGES/wesnoth-help.mo
share/wesnoth/translations/sv/LC_MESSAGES/wesnoth-httt.mo
share/wesnoth/translations/sv/LC_MESSAGES/wesnoth-l.mo
share/wesnoth/translations/sv/LC_MESSAGES/wesnoth-lib.mo
share/wesnoth/translations/sv/LC_MESSAGES/wesnoth-low.mo
+share/wesnoth/translations/sv/LC_MESSAGES/wesnoth-manpages.mo
+share/wesnoth/translations/sv/LC_MESSAGES/wesnoth-manual.mo
share/wesnoth/translations/sv/LC_MESSAGES/wesnoth-multiplayer.mo
share/wesnoth/translations/sv/LC_MESSAGES/wesnoth-nr.mo
share/wesnoth/translations/sv/LC_MESSAGES/wesnoth-sof.mo
@@ -10495,12 +13716,16 @@ share/wesnoth/translations/tl/LC_MESSAGES/wesnoth-anl.mo
share/wesnoth/translations/tl/LC_MESSAGES/wesnoth-aoi.mo
share/wesnoth/translations/tl/LC_MESSAGES/wesnoth-did.mo
share/wesnoth/translations/tl/LC_MESSAGES/wesnoth-dm.mo
+share/wesnoth/translations/tl/LC_MESSAGES/wesnoth-dw.mo
share/wesnoth/translations/tl/LC_MESSAGES/wesnoth-editor.mo
share/wesnoth/translations/tl/LC_MESSAGES/wesnoth-ei.mo
+share/wesnoth/translations/tl/LC_MESSAGES/wesnoth-help.mo
share/wesnoth/translations/tl/LC_MESSAGES/wesnoth-httt.mo
share/wesnoth/translations/tl/LC_MESSAGES/wesnoth-l.mo
share/wesnoth/translations/tl/LC_MESSAGES/wesnoth-lib.mo
share/wesnoth/translations/tl/LC_MESSAGES/wesnoth-low.mo
+share/wesnoth/translations/tl/LC_MESSAGES/wesnoth-manpages.mo
+share/wesnoth/translations/tl/LC_MESSAGES/wesnoth-manual.mo
share/wesnoth/translations/tl/LC_MESSAGES/wesnoth-multiplayer.mo
share/wesnoth/translations/tl/LC_MESSAGES/wesnoth-nr.mo
share/wesnoth/translations/tl/LC_MESSAGES/wesnoth-sof.mo
@@ -10518,12 +13743,16 @@ share/wesnoth/translations/tr/LC_MESSAGES/wesnoth-anl.mo
share/wesnoth/translations/tr/LC_MESSAGES/wesnoth-aoi.mo
share/wesnoth/translations/tr/LC_MESSAGES/wesnoth-did.mo
share/wesnoth/translations/tr/LC_MESSAGES/wesnoth-dm.mo
+share/wesnoth/translations/tr/LC_MESSAGES/wesnoth-dw.mo
share/wesnoth/translations/tr/LC_MESSAGES/wesnoth-editor.mo
share/wesnoth/translations/tr/LC_MESSAGES/wesnoth-ei.mo
+share/wesnoth/translations/tr/LC_MESSAGES/wesnoth-help.mo
share/wesnoth/translations/tr/LC_MESSAGES/wesnoth-httt.mo
share/wesnoth/translations/tr/LC_MESSAGES/wesnoth-l.mo
share/wesnoth/translations/tr/LC_MESSAGES/wesnoth-lib.mo
share/wesnoth/translations/tr/LC_MESSAGES/wesnoth-low.mo
+share/wesnoth/translations/tr/LC_MESSAGES/wesnoth-manpages.mo
+share/wesnoth/translations/tr/LC_MESSAGES/wesnoth-manual.mo
share/wesnoth/translations/tr/LC_MESSAGES/wesnoth-multiplayer.mo
share/wesnoth/translations/tr/LC_MESSAGES/wesnoth-nr.mo
share/wesnoth/translations/tr/LC_MESSAGES/wesnoth-sof.mo
@@ -10537,16 +13766,47 @@ share/wesnoth/translations/tr/LC_MESSAGES/wesnoth-tutorial.mo
share/wesnoth/translations/tr/LC_MESSAGES/wesnoth-units.mo
share/wesnoth/translations/tr/LC_MESSAGES/wesnoth-utbs.mo
share/wesnoth/translations/tr/LC_MESSAGES/wesnoth.mo
+share/wesnoth/translations/uk/LC_MESSAGES/wesnoth-anl.mo
+share/wesnoth/translations/uk/LC_MESSAGES/wesnoth-aoi.mo
+share/wesnoth/translations/uk/LC_MESSAGES/wesnoth-did.mo
+share/wesnoth/translations/uk/LC_MESSAGES/wesnoth-dm.mo
+share/wesnoth/translations/uk/LC_MESSAGES/wesnoth-dw.mo
+share/wesnoth/translations/uk/LC_MESSAGES/wesnoth-editor.mo
+share/wesnoth/translations/uk/LC_MESSAGES/wesnoth-ei.mo
+share/wesnoth/translations/uk/LC_MESSAGES/wesnoth-help.mo
+share/wesnoth/translations/uk/LC_MESSAGES/wesnoth-httt.mo
+share/wesnoth/translations/uk/LC_MESSAGES/wesnoth-l.mo
+share/wesnoth/translations/uk/LC_MESSAGES/wesnoth-lib.mo
+share/wesnoth/translations/uk/LC_MESSAGES/wesnoth-low.mo
+share/wesnoth/translations/uk/LC_MESSAGES/wesnoth-manpages.mo
+share/wesnoth/translations/uk/LC_MESSAGES/wesnoth-manual.mo
+share/wesnoth/translations/uk/LC_MESSAGES/wesnoth-multiplayer.mo
+share/wesnoth/translations/uk/LC_MESSAGES/wesnoth-nr.mo
+share/wesnoth/translations/uk/LC_MESSAGES/wesnoth-sof.mo
+share/wesnoth/translations/uk/LC_MESSAGES/wesnoth-sotbe.mo
+share/wesnoth/translations/uk/LC_MESSAGES/wesnoth-tb.mo
+share/wesnoth/translations/uk/LC_MESSAGES/wesnoth-test.mo
+share/wesnoth/translations/uk/LC_MESSAGES/wesnoth-thot.mo
+share/wesnoth/translations/uk/LC_MESSAGES/wesnoth-trow.mo
+share/wesnoth/translations/uk/LC_MESSAGES/wesnoth-tsg.mo
+share/wesnoth/translations/uk/LC_MESSAGES/wesnoth-tutorial.mo
+share/wesnoth/translations/uk/LC_MESSAGES/wesnoth-units.mo
+share/wesnoth/translations/uk/LC_MESSAGES/wesnoth-utbs.mo
+share/wesnoth/translations/uk/LC_MESSAGES/wesnoth.mo
share/wesnoth/translations/vi/LC_MESSAGES/wesnoth-anl.mo
share/wesnoth/translations/vi/LC_MESSAGES/wesnoth-aoi.mo
share/wesnoth/translations/vi/LC_MESSAGES/wesnoth-did.mo
share/wesnoth/translations/vi/LC_MESSAGES/wesnoth-dm.mo
+share/wesnoth/translations/vi/LC_MESSAGES/wesnoth-dw.mo
share/wesnoth/translations/vi/LC_MESSAGES/wesnoth-editor.mo
share/wesnoth/translations/vi/LC_MESSAGES/wesnoth-ei.mo
+share/wesnoth/translations/vi/LC_MESSAGES/wesnoth-help.mo
share/wesnoth/translations/vi/LC_MESSAGES/wesnoth-httt.mo
share/wesnoth/translations/vi/LC_MESSAGES/wesnoth-l.mo
share/wesnoth/translations/vi/LC_MESSAGES/wesnoth-lib.mo
share/wesnoth/translations/vi/LC_MESSAGES/wesnoth-low.mo
+share/wesnoth/translations/vi/LC_MESSAGES/wesnoth-manpages.mo
+share/wesnoth/translations/vi/LC_MESSAGES/wesnoth-manual.mo
share/wesnoth/translations/vi/LC_MESSAGES/wesnoth-multiplayer.mo
share/wesnoth/translations/vi/LC_MESSAGES/wesnoth-nr.mo
share/wesnoth/translations/vi/LC_MESSAGES/wesnoth-sof.mo
@@ -10564,12 +13824,16 @@ share/wesnoth/translations/zh_CN/LC_MESSAGES/wesnoth-anl.mo
share/wesnoth/translations/zh_CN/LC_MESSAGES/wesnoth-aoi.mo
share/wesnoth/translations/zh_CN/LC_MESSAGES/wesnoth-did.mo
share/wesnoth/translations/zh_CN/LC_MESSAGES/wesnoth-dm.mo
+share/wesnoth/translations/zh_CN/LC_MESSAGES/wesnoth-dw.mo
share/wesnoth/translations/zh_CN/LC_MESSAGES/wesnoth-editor.mo
share/wesnoth/translations/zh_CN/LC_MESSAGES/wesnoth-ei.mo
+share/wesnoth/translations/zh_CN/LC_MESSAGES/wesnoth-help.mo
share/wesnoth/translations/zh_CN/LC_MESSAGES/wesnoth-httt.mo
share/wesnoth/translations/zh_CN/LC_MESSAGES/wesnoth-l.mo
share/wesnoth/translations/zh_CN/LC_MESSAGES/wesnoth-lib.mo
share/wesnoth/translations/zh_CN/LC_MESSAGES/wesnoth-low.mo
+share/wesnoth/translations/zh_CN/LC_MESSAGES/wesnoth-manpages.mo
+share/wesnoth/translations/zh_CN/LC_MESSAGES/wesnoth-manual.mo
share/wesnoth/translations/zh_CN/LC_MESSAGES/wesnoth-multiplayer.mo
share/wesnoth/translations/zh_CN/LC_MESSAGES/wesnoth-nr.mo
share/wesnoth/translations/zh_CN/LC_MESSAGES/wesnoth-sof.mo
@@ -10587,12 +13851,16 @@ share/wesnoth/translations/zh_TW/LC_MESSAGES/wesnoth-anl.mo
share/wesnoth/translations/zh_TW/LC_MESSAGES/wesnoth-aoi.mo
share/wesnoth/translations/zh_TW/LC_MESSAGES/wesnoth-did.mo
share/wesnoth/translations/zh_TW/LC_MESSAGES/wesnoth-dm.mo
+share/wesnoth/translations/zh_TW/LC_MESSAGES/wesnoth-dw.mo
share/wesnoth/translations/zh_TW/LC_MESSAGES/wesnoth-editor.mo
share/wesnoth/translations/zh_TW/LC_MESSAGES/wesnoth-ei.mo
+share/wesnoth/translations/zh_TW/LC_MESSAGES/wesnoth-help.mo
share/wesnoth/translations/zh_TW/LC_MESSAGES/wesnoth-httt.mo
share/wesnoth/translations/zh_TW/LC_MESSAGES/wesnoth-l.mo
share/wesnoth/translations/zh_TW/LC_MESSAGES/wesnoth-lib.mo
share/wesnoth/translations/zh_TW/LC_MESSAGES/wesnoth-low.mo
+share/wesnoth/translations/zh_TW/LC_MESSAGES/wesnoth-manpages.mo
+share/wesnoth/translations/zh_TW/LC_MESSAGES/wesnoth-manual.mo
share/wesnoth/translations/zh_TW/LC_MESSAGES/wesnoth-multiplayer.mo
share/wesnoth/translations/zh_TW/LC_MESSAGES/wesnoth-nr.mo
share/wesnoth/translations/zh_TW/LC_MESSAGES/wesnoth-sof.mo
diff --git a/games/wesnoth/distinfo b/games/wesnoth/distinfo
index bf3bbe0a504..416491670c1 100644
--- a/games/wesnoth/distinfo
+++ b/games/wesnoth/distinfo
@@ -1,12 +1,9 @@
-$NetBSD: distinfo,v 1.44 2012/07/01 00:10:51 dholland Exp $
+$NetBSD: distinfo,v 1.45 2012/07/18 06:37:40 adam Exp $
-SHA1 (wesnoth-1.8.6.tar.bz2) = ade2f88287b5900485646f0ffe3414fa8b695afb
-RMD160 (wesnoth-1.8.6.tar.bz2) = 2190efe45d554df59052db1a58fcc3bdf766c47e
-Size (wesnoth-1.8.6.tar.bz2) = 302226547 bytes
-SHA1 (patch-Makefile_am) = 3023b63d31fc9a0bc72eeae88f234f42877dca1e
-SHA1 (patch-aa) = 17ffae20b02ccdaed6f465c988d330e4890df76c
-SHA1 (patch-ac) = 41d23e2103fd3c3e0f085b0164e9f29bcb8d024c
+SHA1 (wesnoth-1.10.3.tar.bz2) = a8992ed64617a8d569ea1557b7f2b6d25bdb805b
+RMD160 (wesnoth-1.10.3.tar.bz2) = d27f5771a2311b7ea0d0eca57491a33c8e44fb5a
+Size (wesnoth-1.10.3.tar.bz2) = 342168933 bytes
+SHA1 (patch-CMakeLists.txt) = 1f17a95793db0d311508f1ff93f9aacedc7782f9
SHA1 (patch-ae) = 9e0ee531c33da80565791d81f716b313fa85af18
-SHA1 (patch-af) = d3554b1c164ff95ee2b86c17990ed236f0e00c32
-SHA1 (patch-ag) = 624f54980f894af0ad98f4a83ada344bf51dbc77
-SHA1 (patch-ah) = 6fd2cc1de4929704bb770dcabe1f32f9257529a1
+SHA1 (patch-af) = 411fda4c3f19b68cab0b0a702d2b012066e3cdb4
+SHA1 (patch-ah) = b63017ae43c4748aced31ab64dc141682e535ff2
diff --git a/games/wesnoth/patches/patch-CMakeLists.txt b/games/wesnoth/patches/patch-CMakeLists.txt
new file mode 100644
index 00000000000..cdbda786c88
--- /dev/null
+++ b/games/wesnoth/patches/patch-CMakeLists.txt
@@ -0,0 +1,38 @@
+$NetBSD: patch-CMakeLists.txt,v 1.1 2012/07/18 06:37:41 adam Exp $
+
+Don't look for X11 on Mac OS X
+Fix MANDIR
+
+--- CMakeLists.txt.orig 2012-05-01 21:08:26.000000000 +0000
++++ CMakeLists.txt
+@@ -27,7 +27,9 @@ find_package(Gettext)
+ # src/gettext.cpp since it includes libintl.h)
+ find_package(Libintl REQUIRED)
+
++if(NOT APPLE)
+ find_package(X11)
++endif(NOT APPLE)
+
+ if(NOT MSVC)
+ #needed to get some SDL defines in... (as of rev31694 -D_GNU_SOURCE=1 is required!)
+@@ -55,7 +57,7 @@ include(SearchForStuff)
+ set(BINDIR "bin" CACHE STRING "Where to install binaries")
+ set(DATAROOTDIR "${CMAKE_INSTALL_PREFIX}/share" CACHE STRING "Sets the root of data directories to a non-default location")
+ set(DOCDIR "${DATAROOTDIR}/doc/wesnoth" CACHE STRING "Sets the doc directory to a non-default location.")
+-set(MANDIR "${DATAROOTDIR}/man" CACHE STRING "Where to install manpages")
++set(MANDIR "man" CACHE STRING "Where to install manpages")
+ set(DATADIRNAME "wesnoth" CACHE STRING "change the name of the directory for the read-only architecture-independent game data")
+ set(EXECUTABLE_OUTPUT_PATH "${CMAKE_BINARY_DIR}" CACHE STRING "change the dir where binaries are placed right at compile time")
+ set(LOCALEDIR "translations" CACHE STRING "change the name of the locale data directory to a non-default name")
+@@ -307,11 +309,6 @@ install(FILES l10n-track DESTINATION ${D
+ # uninstall
+ #
+
+-configure_file(
+- "${CMAKE_MODULE_PATH}/uninstall.cmake.in"
+- "${CMAKE_CURRENT_BINARY_DIR}/uninstall.cmake"
+- IMMEDIATE @ONLY
+-)
+
+ add_custom_target(uninstall
+ "${CMAKE_COMMAND}" -P "${CMAKE_CURRENT_BINARY_DIR}/uninstall.cmake"
diff --git a/games/wesnoth/patches/patch-Makefile_am b/games/wesnoth/patches/patch-Makefile_am
deleted file mode 100644
index 3d81a2af422..00000000000
--- a/games/wesnoth/patches/patch-Makefile_am
+++ /dev/null
@@ -1,30 +0,0 @@
-$NetBSD: patch-Makefile_am,v 1.1 2012/07/01 00:10:51 dholland Exp $
-
-Fix build with latest automake.
-
---- Makefile.am.orig 2009-10-31 19:07:25.000000000 +0000
-+++ Makefile.am
-@@ -63,9 +63,9 @@ install-data-local:
- if INSTALLDATA
- @echo "Replicate data directory skeleton under target shared-data directory."
- @echo "Then copy all corresponding files."
-- test -z "$(pkgdatadir)" || $(mkdir_p) "$(DESTDIR)$(pkgdatadir)"
-+ test -z "$(pkgdatadir)" || $(MKDIR_P) "$(DESTDIR)$(pkgdatadir)"
- ( $(finddatadirs) ) | while read p; do \
-- $(mkdir_p) "$(DESTDIR)$(pkgdatadir)/$$p"; \
-+ $(MKDIR_P) "$(DESTDIR)$(pkgdatadir)/$$p"; \
- done; \
- srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
- ( $(finddata) ) | while read p; do \
-@@ -75,9 +75,9 @@ if INSTALLDATA
- done
- @echo "Replicate doc directory skeleton under target doc subdirectory"
- @echo "Then copy all corresponding files."
-- test -z "$(docdir)" || $(mkdir_p) "$(DESTDIR)$(docdir)"
-+ test -z "$(docdir)" || $(MKDIR_P) "$(DESTDIR)$(docdir)"
- ( $(finddocdirs) ) | while read p; do \
-- $(mkdir_p) "$(DESTDIR)$(docdir)/$$p"; \
-+ $(MKDIR_P) "$(DESTDIR)$(docdir)/$$p"; \
- done; \
- ( $(finddoc) ) | while read p; do \
- cd doc && $(w_preparefileinstall) \
diff --git a/games/wesnoth/patches/patch-aa b/games/wesnoth/patches/patch-aa
deleted file mode 100644
index d61481752ea..00000000000
--- a/games/wesnoth/patches/patch-aa
+++ /dev/null
@@ -1,27 +0,0 @@
-$NetBSD: patch-aa,v 1.14 2011/02/24 13:36:57 adam Exp $
-
-Do not check compiler version. Clang impersonates GCC and might get caught.
-Do not treat warnings as errors.
-
---- configure.ac.orig 2010-09-24 17:37:41.000000000 +0000
-+++ configure.ac
-@@ -64,10 +64,6 @@ parts=`echo $GCC_VERSION | tr '.' ' '`
- set $parts
- GCC_MAJOR_VERSION=$1
- GCC_MINOR_VERSION=$2
--if test ${GCC_MAJOR_VERSION}${GCC_MINOR_VERSION} -lt 33
--then
-- AC_MSG_ERROR([*** G++ major version $GCC_VERSION is too old.])
--fi
-
- #######################################################################
- # Configuration options #
-@@ -111,7 +107,7 @@ then
- # CFLAGS="-Werror -Wno-unused -Wno-sign-compare $CFLAGS"
-
- # The current networking code breaks strict aliasing in g++ 4.5.
-- CXXFLAGS="-Werror -Wno-unused-parameter -Wno-strict-aliasing $CXXFLAGS"
-+ CXXFLAGS="-Wno-unused-parameter -Wno-strict-aliasing $CXXFLAGS"
- fi
-
- # Make tests default in svn version
diff --git a/games/wesnoth/patches/patch-ac b/games/wesnoth/patches/patch-ac
deleted file mode 100644
index 746dbbf04a6..00000000000
--- a/games/wesnoth/patches/patch-ac
+++ /dev/null
@@ -1,14 +0,0 @@
-$NetBSD: patch-ac,v 1.14 2011/02/24 13:36:57 adam Exp $
-
-Fix C++ error.
-
---- src/gui/auxiliary/event/dispatcher_private.hpp.orig 2011-02-24 12:38:36.000000000 +0000
-+++ src/gui/auxiliary/event/dispatcher_private.hpp
-@@ -319,7 +319,6 @@ struct find<false>
- // MSVC 2008 doesn't like operator() here so changed the name.
- return functor.template oper<item>(event);
- } else {
-- typedef typename boost::mpl::next<itor>::type itor;
- return find<boost::is_same<itor, end>::value>
- ::execute((itor*)0, (end*)0, event, functor);
- }
diff --git a/games/wesnoth/patches/patch-af b/games/wesnoth/patches/patch-af
index b0bdce9a51d..5a11084cc78 100644
--- a/games/wesnoth/patches/patch-af
+++ b/games/wesnoth/patches/patch-af
@@ -1,8 +1,8 @@
-$NetBSD: patch-af,v 1.4 2010/08/28 20:08:40 adam Exp $
+$NetBSD: patch-af,v 1.5 2012/07/18 06:37:41 adam Exp $
--- src/preferences.cpp.orig 2010-01-01 13:16:49.000000000 +0000
+++ src/preferences.cpp
-@@ -31,6 +31,7 @@
+@@ -33,6 +33,7 @@
#include "serialization/parser.hpp"
#include <sys/stat.h> // for setting the permissions of the preferences file
diff --git a/games/wesnoth/patches/patch-ag b/games/wesnoth/patches/patch-ag
deleted file mode 100644
index 09e6cec24ef..00000000000
--- a/games/wesnoth/patches/patch-ag
+++ /dev/null
@@ -1,15 +0,0 @@
-$NetBSD: patch-ag,v 1.8 2011/02/24 13:36:57 adam Exp $
-
-Fix C++ error.
-
---- src/ai/composite/aspect.hpp.orig 2011-02-24 12:25:20.000000000 +0000
-+++ src/ai/composite/aspect.hpp
-@@ -282,7 +282,7 @@ public:
- boost::function2<void, typename aspect_type<T>::typesafe_ptr_vector&, const config&> factory_facets =
- boost::bind(&ai::composite_aspect<T>::create_facet,*this,_1,_2);
-
-- register_vector_property("facet",facets_, factory_facets);
-+ this->register_vector_property("facet",facets_, factory_facets);
-
- }
-
diff --git a/games/wesnoth/patches/patch-ah b/games/wesnoth/patches/patch-ah
index e9c1c061011..4b5d88a5222 100644
--- a/games/wesnoth/patches/patch-ah
+++ b/games/wesnoth/patches/patch-ah
@@ -1,10 +1,10 @@
-$NetBSD: patch-ah,v 1.2 2011/02/24 13:36:57 adam Exp $
+$NetBSD: patch-ah,v 1.3 2012/07/18 06:37:42 adam Exp $
Fix C++ error.
--- src/controller_base.cpp.orig 2011-02-24 12:28:03.000000000 +0000
+++ src/controller_base.cpp
-@@ -54,6 +54,7 @@ void controller_base::handle_event(const
+@@ -50,6 +50,7 @@ void controller_base::handle_event(const
if(gui::in_dialog()) {
return;
}
@@ -12,7 +12,7 @@ Fix C++ error.
switch(event.type) {
case SDL_KEYDOWN:
-@@ -71,7 +72,6 @@ void controller_base::handle_event(const
+@@ -76,7 +77,6 @@ void controller_base::handle_event(const
break;
case SDL_MOUSEMOTION:
// Ignore old mouse motion events in the event queue