summaryrefslogtreecommitdiff
path: root/games/wesnoth
diff options
context:
space:
mode:
authormef <mef@pkgsrc.org>2015-03-10 05:16:28 +0000
committermef <mef@pkgsrc.org>2015-03-10 05:16:28 +0000
commit29e7d5055ecfd25cb89bd1e6ff280d90f3043133 (patch)
treec2b02e906b556ed71d8fe8be08e9223df0cee9a9 /games/wesnoth
parent1bae48636a092ed765038e857196c4d183d327e5 (diff)
downloadpkgsrc-29e7d5055ecfd25cb89bd1e6ff280d90f3043133.tar.gz
(pkgsrc)
- drop two patches, upstream corrected. (the comments on patches were): The key argument of std::map must not be const as it can't be assigned internally otherwise. - Add buildlink to audio/libvorbis, sysutils/dbus - Add sysutils/desktop-file-utils/desktopdb.mk to include - Add post-patch: target to removed patched *.orig files (otherwise those are installed) - Adjust several REPLACE_PYTHON and REPLACE_BASH - Add patch to correct missing shebang lines necessary for REPLACE_.* Update 1.10.7 to 1.12.1 ----------------------- - changelog is too huge to list here, instead pick only for 1.12.1 from: http://www.wesnoth.org/ Wesnoth 1.12.1 Sunday, January 25 2015 Wesnoth 1.12.1 is now available. This is a maintenance release for the stable 1.12.x series and, as such, it delivers an assortment of bug fixes and other improvements over version 1.12.0. Check the forum thread for a list of the most notable changes in this version. As on previous occasions, we also offer two versions of the changelog: a trimmed-down players changelog including only those items considered to be relevant in regular gameplay, and a more technical full changelog for enthusiasts and content creators. The source code, Windows, and Apple OS X packages are already available on the downloads page. You may also find packages for other platforms there as they become available. You may comment on this release in the forums.
Diffstat (limited to 'games/wesnoth')
-rw-r--r--games/wesnoth/Makefile30
-rw-r--r--games/wesnoth/PLIST4303
-rw-r--r--games/wesnoth/distinfo18
-rw-r--r--games/wesnoth/patches/patch-ae4
-rw-r--r--games/wesnoth/patches/patch-af12
-rw-r--r--games/wesnoth/patches/patch-data_tools_addon__manager_html_py11
-rw-r--r--games/wesnoth/patches/patch-data_tools_castle-clutter_mk_all-castles_sh12
-rw-r--r--games/wesnoth/patches/patch-data_tools_unit__tree_helpers_py11
-rw-r--r--games/wesnoth/patches/patch-data_tools_wesnoth_campaignserver__client_py11
-rw-r--r--games/wesnoth/patches/patch-src_construct__dialog.hpp21
-rw-r--r--games/wesnoth/patches/patch-src_filechooser.cpp16
11 files changed, 3259 insertions, 1190 deletions
diff --git a/games/wesnoth/Makefile b/games/wesnoth/Makefile
index 29ed7aa6a6d..9da46c937a0 100644
--- a/games/wesnoth/Makefile
+++ b/games/wesnoth/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.110 2014/11/07 19:39:33 adam Exp $
+# $NetBSD: Makefile,v 1.111 2015/03/10 05:16:28 mef Exp $
-DISTNAME= wesnoth-1.10.7
-PKGREVISION= 1
+DISTNAME= wesnoth-1.12.1
CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=wesnoth/}
EXTRACT_SUFX= .tar.bz2
@@ -18,6 +17,7 @@ USE_LIBTOOL= yes
USE_LANGUAGES= c c++
USE_TOOLS+= pkg-config
USE_TOOLS+= perl:run msgfmt
+USE_TOOLS+= bash
UNLIMIT_RESOURCES+= datasize
UNLIMIT_RESOURCES+= stacksize
@@ -31,22 +31,29 @@ SUBST_MESSAGE.prefix= Fixing search path.
SUBST_SED.prefix= -e 's,/usr/local,${PREFIX},'
PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 1.10.6
+REPLACE_PYTHON+= data/tools/GUI.pyw
REPLACE_PYTHON+= data/tools/*.py
REPLACE_PYTHON+= data/tools/wesnoth/*.py
REPLACE_PYTHON+= data/tools/wml*
REPLACE_PYTHON+= data/tools/about_cfg_to_wiki
+REPLACE_PYTHON+= data/tools/addon_manager/html.py
REPLACE_PYTHON+= data/tools/extractbindings
REPLACE_PYTHON+= data/tools/imgcheck
REPLACE_PYTHON+= data/tools/journeylifter
+REPLACE_PYTHON+= data/tools/rmtrans/rmtrans.py
REPLACE_PYTHON+= data/tools/trackplacer
+REPLACE_PYTHON+= data/tools/unit_tree/helpers.py
REPLACE_PYTHON+= data/tools/wesnoth_addon_manager
+REPLACE_PYTHON+= data/tools/wesnoth_addon_manager/html.py
+REPLACE_PYTHON+= data/tools/wesnoth/campaignserver_client.py
REPLACE_PYTHON+= data/tools/unit_tree/TeamColorizer
REPLACE_PYTHON+= data/tools/unit_tree/overview.py
REPLACE_PYTHON+= utils/ai_test/*.py
REPLACE_PYTHON+= utils/*.py
-REPLACE_SH+= data/tools/castle-cutter/mk-castle.sh
-REPLACE_SH+= data/tools/castle-cutter/mk-all-castles.sh
+REPLACE_BASH+= data/tools/castle-cutter/mk-all-castles.sh
+REPLACE_BASH+= data/tools/castle-cutter/mk-castle.sh
+REPLACE_BASH+= data/tools/unit_tree/update-wmlunits
BUILDLINK_TRANSFORM+= rm:-Werror
@@ -68,8 +75,18 @@ PLIST.icons= yes
LDFLAGS.SunOS+= -lintl -lsocket
+# To avoid *.orig files (after patch) installed
+post-patch:
+ (cd ${WRKSRC}; \
+ ${RM} data/tools/addon_manager/html.py.orig; \
+ ${RM} data/tools/castle-cutter/mk-all-castles.sh.orig; \
+ ${RM} data/tools/unit_tree/helpers.py.orig; \
+ ${RM} data/tools/wesnoth/campaignserver_client.py.orig;\
+ )
+
BUILDLINK_API_DEPENDS.SDL_mixer+= SDL_mixer>=1.2.5nb3
.include "../../audio/SDL_mixer/buildlink3.mk"
+.include "../../audio/libvorbis/buildlink3.mk"
.include "../../converters/fribidi/buildlink3.mk"
BUILDLINK_API_DEPENDS.SDL+= SDL>=1.2.7
.include "../../devel/SDL/buildlink3.mk"
@@ -85,4 +102,7 @@ BUILDLINK_API_DEPENDS.pango+= pango>=1.14.8
.include "../../lang/lua/buildlink3.mk"
.include "../../lang/python/application.mk"
.include "../../net/SDL_net/buildlink3.mk"
+.include "../../sysutils/dbus/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 ee895204138..a27a552423d 100644
--- a/games/wesnoth/PLIST
+++ b/games/wesnoth/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.40 2014/10/28 13:17:32 wiz Exp $
+@comment $NetBSD: PLIST,v 1.41 2015/03/10 05:16:28 mef Exp $
bin/wesnoth
bin/wesnothd
man/cs/man6/wesnoth.6
@@ -52,11 +52,9 @@ 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
${PLIST.icons}share/applications/wesnoth.desktop
${PLIST.icons}share/applications/wesnoth_editor.desktop
-share/doc/wesnoth/images/.gitignore
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
@@ -70,19 +68,19 @@ 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/fr/game-screen-1.11.11.jpg
+share/doc/wesnoth/images/fr/main-menu-1.11.11.jpg
+share/doc/wesnoth/images/fr/multiplayer-1.11.11.jpg
+share/doc/wesnoth/images/fr/recruit-1.11.11.jpg
+share/doc/wesnoth/images/fr/right_pane-1.11.11.jpg
+share/doc/wesnoth/images/fr/top_pane-1.11.11.jpg
+share/doc/wesnoth/images/game-screen-1.11.9.jpg
+share/doc/wesnoth/images/gl/game-screen-1.11.9.jpg
+share/doc/wesnoth/images/gl/main-menu-1.11.9.jpg
+share/doc/wesnoth/images/gl/multiplayer-1.11.9.jpg
+share/doc/wesnoth/images/gl/recruit-1.11.9.jpg
+share/doc/wesnoth/images/gl/right_pane-1.11.9.jpg
+share/doc/wesnoth/images/gl/top_pane-1.11.9.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
@@ -95,15 +93,21 @@ 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/main-menu-1.11.9.jpg
+share/doc/wesnoth/images/multiplayer-1.11.9.jpg
+share/doc/wesnoth/images/orb-black.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/pt/game-screen-1.11.19.jpg
+share/doc/wesnoth/images/pt/main-menu-1.11.19.jpg
+share/doc/wesnoth/images/pt/multiplayer-1.11.19.jpg
+share/doc/wesnoth/images/pt/recruit-1.11.19.jpg
+share/doc/wesnoth/images/pt/right_pane-1.11.19.jpg
+share/doc/wesnoth/images/pt/top_pane-1.11.19.jpg
+share/doc/wesnoth/images/recruit-1.11.9.jpg
+share/doc/wesnoth/images/right_pane-1.11.9.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
@@ -116,7 +120,6 @@ 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
@@ -142,7 +145,7 @@ 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/top_pane-1.11.9.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
@@ -187,10 +190,15 @@ ${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/testing_ai_default.cfg
+share/wesnoth/data/ai/ais/ai_default_rca.cfg
+share/wesnoth/data/ai/ais/ai_default_rca_strong.cfg
+share/wesnoth/data/ai/ais/ai_generic_rush.cfg
+share/wesnoth/data/ai/aliases/dev_multiplayer.cfg
share/wesnoth/data/ai/aliases/dev_singleplayer.cfg
share/wesnoth/data/ai/aliases/idle.cfg
share/wesnoth/data/ai/aliases/stable_singleplayer.cfg
+share/wesnoth/data/ai/dev/ai_old_recruitment.cfg
+share/wesnoth/data/ai/dev/akihara_recruitment.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
@@ -208,37 +216,111 @@ 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/ai_helper.lua
+share/wesnoth/data/ai/lua/battle_calcs.lua
+share/wesnoth/data/ai/lua/cache.lua
+share/wesnoth/data/ai/lua/debug.lua
+share/wesnoth/data/ai/lua/dummy_engine_lua.lua
+share/wesnoth/data/ai/lua/extCAexample.lua
+share/wesnoth/data/ai/lua/generic_recruit_engine.lua
+share/wesnoth/data/ai/lua/generic_rush_engine.lua
+share/wesnoth/data/ai/lua/move_to_any_target.lua
share/wesnoth/data/ai/lua/patrol.lua
+share/wesnoth/data/ai/lua/retreat.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
+share/wesnoth/data/ai/micro_ais/cas/ca_big_animals.lua
+share/wesnoth/data/ai/micro_ais/cas/ca_bottleneck_attack.lua
+share/wesnoth/data/ai/micro_ais/cas/ca_bottleneck_move.lua
+share/wesnoth/data/ai/micro_ais/cas/ca_coward.lua
+share/wesnoth/data/ai/micro_ais/cas/ca_forest_animals_move.lua
+share/wesnoth/data/ai/micro_ais/cas/ca_forest_animals_new_rabbit.lua
+share/wesnoth/data/ai/micro_ais/cas/ca_forest_animals_tusker_attack.lua
+share/wesnoth/data/ai/micro_ais/cas/ca_forest_animals_tusklet_move.lua
+share/wesnoth/data/ai/micro_ais/cas/ca_goto.lua
+share/wesnoth/data/ai/micro_ais/cas/ca_hang_out.lua
+share/wesnoth/data/ai/micro_ais/cas/ca_healer_initialize.lua
+share/wesnoth/data/ai/micro_ais/cas/ca_healer_may_attack.lua
+share/wesnoth/data/ai/micro_ais/cas/ca_healer_move.lua
+share/wesnoth/data/ai/micro_ais/cas/ca_herding_attack_close_enemy.lua
+share/wesnoth/data/ai/micro_ais/cas/ca_herding_dog_move.lua
+share/wesnoth/data/ai/micro_ais/cas/ca_herding_f_herding_area.lua
+share/wesnoth/data/ai/micro_ais/cas/ca_herding_herd_sheep.lua
+share/wesnoth/data/ai/micro_ais/cas/ca_herding_sheep_move.lua
+share/wesnoth/data/ai/micro_ais/cas/ca_herding_sheep_runs_dog.lua
+share/wesnoth/data/ai/micro_ais/cas/ca_herding_sheep_runs_enemy.lua
+share/wesnoth/data/ai/micro_ais/cas/ca_hunter.lua
+share/wesnoth/data/ai/micro_ais/cas/ca_lurkers.lua
+share/wesnoth/data/ai/micro_ais/cas/ca_messenger_attack.lua
+share/wesnoth/data/ai/micro_ais/cas/ca_messenger_escort_move.lua
+share/wesnoth/data/ai/micro_ais/cas/ca_messenger_f_next_waypoint.lua
+share/wesnoth/data/ai/micro_ais/cas/ca_messenger_move.lua
+share/wesnoth/data/ai/micro_ais/cas/ca_patrol.lua
+share/wesnoth/data/ai/micro_ais/cas/ca_protect_unit_attack.lua
+share/wesnoth/data/ai/micro_ais/cas/ca_protect_unit_finish.lua
+share/wesnoth/data/ai/micro_ais/cas/ca_protect_unit_move.lua
+share/wesnoth/data/ai/micro_ais/cas/ca_recruit_random.lua
+share/wesnoth/data/ai/micro_ais/cas/ca_recruit_rushers.lua
+share/wesnoth/data/ai/micro_ais/cas/ca_return_guardian.lua
+share/wesnoth/data/ai/micro_ais/cas/ca_simple_attack.lua
+share/wesnoth/data/ai/micro_ais/cas/ca_stationed_guardian.lua
+share/wesnoth/data/ai/micro_ais/cas/ca_swarm_move.lua
+share/wesnoth/data/ai/micro_ais/cas/ca_swarm_scatter.lua
+share/wesnoth/data/ai/micro_ais/cas/ca_wolves_move.lua
+share/wesnoth/data/ai/micro_ais/cas/ca_wolves_multipacks_attack.lua
+share/wesnoth/data/ai/micro_ais/cas/ca_wolves_multipacks_functions.lua
+share/wesnoth/data/ai/micro_ais/cas/ca_wolves_multipacks_wander.lua
+share/wesnoth/data/ai/micro_ais/cas/ca_wolves_wander.lua
+share/wesnoth/data/ai/micro_ais/cas/ca_zone_guardian.lua
+share/wesnoth/data/ai/micro_ais/engines/lurker_moves.fai
+share/wesnoth/data/ai/micro_ais/engines/priority_target_engine.lua
+share/wesnoth/data/ai/micro_ais/engines/urudin_engine.lua
+share/wesnoth/data/ai/micro_ais/maps/animals.map
+share/wesnoth/data/ai/micro_ais/maps/bottleneck_defense.map
+share/wesnoth/data/ai/micro_ais/maps/goto.map
+share/wesnoth/data/ai/micro_ais/maps/lurkers.map
+share/wesnoth/data/ai/micro_ais/maps/messenger_escort.map
+share/wesnoth/data/ai/micro_ais/maps/protect_unit.map
+share/wesnoth/data/ai/micro_ais/micro_ai_helper.lua
+share/wesnoth/data/ai/micro_ais/micro_ai_self_data.lua
+share/wesnoth/data/ai/micro_ais/micro_ai_unit_variables.lua
+share/wesnoth/data/ai/micro_ais/micro_ai_wml_tag.lua
+share/wesnoth/data/ai/micro_ais/scenarios/The_Elves_Besieged.cfg
+share/wesnoth/data/ai/micro_ais/scenarios/animals.cfg
+share/wesnoth/data/ai/micro_ais/scenarios/bottleneck_defense.cfg
+share/wesnoth/data/ai/micro_ais/scenarios/dragon.cfg
+share/wesnoth/data/ai/micro_ais/scenarios/goto.cfg
+share/wesnoth/data/ai/micro_ais/scenarios/guardians.cfg
+share/wesnoth/data/ai/micro_ais/scenarios/hang_out.cfg
+share/wesnoth/data/ai/micro_ais/scenarios/healer_support.cfg
+share/wesnoth/data/ai/micro_ais/scenarios/lurkers.cfg
+share/wesnoth/data/ai/micro_ais/scenarios/messenger_escort.cfg
+share/wesnoth/data/ai/micro_ais/scenarios/patrols.cfg
+share/wesnoth/data/ai/micro_ais/scenarios/protect_unit.cfg
+share/wesnoth/data/ai/micro_ais/scenarios/recruiting.cfg
+share/wesnoth/data/ai/micro_ais/scenarios/scenario_micro_ai.cfg
+share/wesnoth/data/ai/micro_ais/scenarios/simple_attack.cfg
+share/wesnoth/data/ai/micro_ais/scenarios/swarm.cfg
+share/wesnoth/data/ai/micro_ais/scenarios/wolves.cfg
share/wesnoth/data/ai/scenarios/ai_arena_small/0001-healing.cfg
share/wesnoth/data/ai/scenarios/ai_arena_small/0002-poisoning.cfg
share/wesnoth/data/ai/scenarios/ai_arena_small/0003-simple_combat.cfg
share/wesnoth/data/ai/scenarios/ai_arena_small/0004-filtered_combat.cfg
+share/wesnoth/data/ai/scenarios/ai_arena_small/0005-recruitment_test.cfg
share/wesnoth/data/ai/scenarios/scenario-AI_Arena_small.cfg
share/wesnoth/data/ai/scenarios/scenario-lua-ai.cfg
+share/wesnoth/data/ai/scenarios/scenario-no_engine.cfg
share/wesnoth/data/ai/scenarios/scenario-test_move_to_targets.cfg
share/wesnoth/data/ai/utils/default_config.cfg
share/wesnoth/data/campaigns/An_Orcish_Incursion/_main.cfg
-share/wesnoth/data/campaigns/An_Orcish_Incursion/images/.gitignore
-share/wesnoth/data/campaigns/An_Orcish_Incursion/images/an-orcish-incursion-map.png
share/wesnoth/data/campaigns/An_Orcish_Incursion/images/campaign_image.png
-share/wesnoth/data/campaigns/An_Orcish_Incursion/images/l10n/de/an-orcish-incursion-map--overlay.png
-share/wesnoth/data/campaigns/An_Orcish_Incursion/images/l10n/es/an-orcish-incursion-map--overlay.png
-share/wesnoth/data/campaigns/An_Orcish_Incursion/images/l10n/fr/an-orcish-incursion-map--overlay.png
-share/wesnoth/data/campaigns/An_Orcish_Incursion/images/l10n/gd/an-orcish-incursion-map--overlay.png
-share/wesnoth/data/campaigns/An_Orcish_Incursion/images/l10n/gl/an-orcish-incursion-map--overlay.png
-share/wesnoth/data/campaigns/An_Orcish_Incursion/images/l10n/hu/an-orcish-incursion-map--overlay.png
-share/wesnoth/data/campaigns/An_Orcish_Incursion/images/l10n/it/an-orcish-incursion-map--overlay.png
-share/wesnoth/data/campaigns/An_Orcish_Incursion/images/l10n/lt/an-orcish-incursion-map--overlay.png
-share/wesnoth/data/campaigns/An_Orcish_Incursion/images/l10n/pt/an-orcish-incursion-map--overlay.png
-share/wesnoth/data/campaigns/An_Orcish_Incursion/images/l10n/ru/an-orcish-incursion-map--overlay.png
-share/wesnoth/data/campaigns/An_Orcish_Incursion/images/l10n/sr/an-orcish-incursion-map--overlay.png
-share/wesnoth/data/campaigns/An_Orcish_Incursion/images/l10n/sr@ijekavian/an-orcish-incursion-map--overlay.png
-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/images/maps/aoi.png
+share/wesnoth/data/campaigns/An_Orcish_Incursion/images/maps/l10n/de/aoi--overlay.png
+share/wesnoth/data/campaigns/An_Orcish_Incursion/images/maps/l10n/gd/aoi--overlay.png
+share/wesnoth/data/campaigns/An_Orcish_Incursion/images/maps/l10n/gl/aoi--overlay.png
+share/wesnoth/data/campaigns/An_Orcish_Incursion/images/maps/l10n/lt/aoi--overlay.png
+share/wesnoth/data/campaigns/An_Orcish_Incursion/images/maps/l10n/pt/aoi--overlay.png
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
@@ -256,27 +338,25 @@ share/wesnoth/data/campaigns/An_Orcish_Incursion/scenarios/04_Valley_of_Trolls.c
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/bigmap.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/gl/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/l10n/pt/dead-water-map--overlay.png
+share/wesnoth/data/campaigns/Dead_Water/images/maps/dw.png
+share/wesnoth/data/campaigns/Dead_Water/images/maps/l10n/de/dw--overlay.png
+share/wesnoth/data/campaigns/Dead_Water/images/maps/l10n/gl/dw--overlay.png
+share/wesnoth/data/campaigns/Dead_Water/images/maps/l10n/pt/dw--overlay.png
+share/wesnoth/data/campaigns/Dead_Water/images/misc/stunned-status-icon.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
@@ -390,6 +470,7 @@ 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/bigmap.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
@@ -434,8 +515,6 @@ 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/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/01_Overture.map
@@ -503,25 +582,14 @@ share/wesnoth/data/campaigns/Delfadors_Memoirs/utils/schedules.cfg
share/wesnoth/data/campaigns/Delfadors_Memoirs/utils/sides.cfg
share/wesnoth/data/campaigns/Descent_Into_Darkness/_main.cfg
share/wesnoth/data/campaigns/Descent_Into_Darkness/images/campaign_image.png
-share/wesnoth/data/campaigns/Descent_Into_Darkness/images/misc/.gitignore
+share/wesnoth/data/campaigns/Descent_Into_Darkness/images/maps/did.png
+share/wesnoth/data/campaigns/Descent_Into_Darkness/images/maps/l10n/de/did--overlay.png
+share/wesnoth/data/campaigns/Descent_Into_Darkness/images/maps/l10n/gl/did--overlay.png
+share/wesnoth/data/campaigns/Descent_Into_Darkness/images/maps/l10n/lt/did--overlay.png
+share/wesnoth/data/campaigns/Descent_Into_Darkness/images/maps/l10n/pt/did--overlay.png
share/wesnoth/data/campaigns/Descent_Into_Darkness/images/misc/book-icon.png
-share/wesnoth/data/campaigns/Descent_Into_Darkness/images/misc/descent-into-darkness.png
-share/wesnoth/data/campaigns/Descent_Into_Darkness/images/misc/l10n/de/descent-into-darkness--overlay.png
-share/wesnoth/data/campaigns/Descent_Into_Darkness/images/misc/l10n/es/descent-into-darkness--overlay.png
-share/wesnoth/data/campaigns/Descent_Into_Darkness/images/misc/l10n/fr/descent-into-darkness--overlay.png
-share/wesnoth/data/campaigns/Descent_Into_Darkness/images/misc/l10n/gl/descent-into-darkness--overlay.png
-share/wesnoth/data/campaigns/Descent_Into_Darkness/images/misc/l10n/hu/descent-into-darkness--overlay.png
-share/wesnoth/data/campaigns/Descent_Into_Darkness/images/misc/l10n/it/descent-into-darkness--overlay.png
-share/wesnoth/data/campaigns/Descent_Into_Darkness/images/misc/l10n/lt/descent-into-darkness--overlay.png
-share/wesnoth/data/campaigns/Descent_Into_Darkness/images/misc/l10n/pt/descent-into-darkness--overlay.png
-share/wesnoth/data/campaigns/Descent_Into_Darkness/images/misc/l10n/sr/descent-into-darkness--overlay.png
-share/wesnoth/data/campaigns/Descent_Into_Darkness/images/misc/l10n/sr@ijekavian/descent-into-darkness--overlay.png
-share/wesnoth/data/campaigns/Descent_Into_Darkness/images/misc/l10n/sr@ijekavianlatin/descent-into-darkness--overlay.png
-share/wesnoth/data/campaigns/Descent_Into_Darkness/images/misc/l10n/sr@latin/descent-into-darkness--overlay.png
-share/wesnoth/data/campaigns/Descent_Into_Darkness/images/misc/l10n/zh_CN/descent-into-darkness--overlay.png
share/wesnoth/data/campaigns/Descent_Into_Darkness/images/misc/makeshift-altar.png
share/wesnoth/data/campaigns/Descent_Into_Darkness/images/misc/weakened-ice.png
-share/wesnoth/data/campaigns/Descent_Into_Darkness/images/portraits/.gitignore
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/drogan.png
@@ -534,7 +602,6 @@ 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
share/wesnoth/data/campaigns/Descent_Into_Darkness/images/story/travel.jpg
-share/wesnoth/data/campaigns/Descent_Into_Darkness/images/units/.gitignore
share/wesnoth/data/campaigns/Descent_Into_Darkness/images/units/apprentice-mage-defend.png
share/wesnoth/data/campaigns/Descent_Into_Darkness/images/units/apprentice-mage-magic-1.png
share/wesnoth/data/campaigns/Descent_Into_Darkness/images/units/apprentice-mage-magic-2.png
@@ -597,33 +664,25 @@ 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/iceball.cfg
share/wesnoth/data/campaigns/Descent_Into_Darkness/units/lich.cfg
+share/wesnoth/data/campaigns/Descent_Into_Darkness/utils/bigmap.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/Eastern_Invasion/_main.cfg
+share/wesnoth/data/campaigns/Eastern_Invasion/ai/ca_ogres_flee.lua
share/wesnoth/data/campaigns/Eastern_Invasion/images/campaign_image.png
-share/wesnoth/data/campaigns/Eastern_Invasion/images/eastern-invasion-map.png
+share/wesnoth/data/campaigns/Eastern_Invasion/images/halo/light-shield-1.png
+share/wesnoth/data/campaigns/Eastern_Invasion/images/halo/light-shield-2.png
share/wesnoth/data/campaigns/Eastern_Invasion/images/items/horse-cage.png
-share/wesnoth/data/campaigns/Eastern_Invasion/images/l10n/de/eastern-invasion-map--overlay.png
-share/wesnoth/data/campaigns/Eastern_Invasion/images/l10n/es/eastern-invasion-map--overlay.png
-share/wesnoth/data/campaigns/Eastern_Invasion/images/l10n/fr/eastern-invasion-map--overlay.png
-share/wesnoth/data/campaigns/Eastern_Invasion/images/l10n/gl/eastern-invasion-map--overlay.png
-share/wesnoth/data/campaigns/Eastern_Invasion/images/l10n/hu/eastern-invasion-map--overlay.png
-share/wesnoth/data/campaigns/Eastern_Invasion/images/l10n/it/eastern-invasion-map--overlay.png
-share/wesnoth/data/campaigns/Eastern_Invasion/images/l10n/lt/eastern-invasion-map--overlay.png
-share/wesnoth/data/campaigns/Eastern_Invasion/images/l10n/pt/eastern-invasion-map--overlay.png
-share/wesnoth/data/campaigns/Eastern_Invasion/images/l10n/sr/eastern-invasion-map--overlay.png
-share/wesnoth/data/campaigns/Eastern_Invasion/images/l10n/sr@ijekavian/eastern-invasion-map--overlay.png
-share/wesnoth/data/campaigns/Eastern_Invasion/images/l10n/sr@ijekavianlatin/eastern-invasion-map--overlay.png
-share/wesnoth/data/campaigns/Eastern_Invasion/images/l10n/sr@latin/eastern-invasion-map--overlay.png
-share/wesnoth/data/campaigns/Eastern_Invasion/images/l10n/zh_CN/eastern-invasion-map--overlay.png
-share/wesnoth/data/campaigns/Eastern_Invasion/images/portraits/.gitignore
+share/wesnoth/data/campaigns/Eastern_Invasion/images/maps/ei.png
+share/wesnoth/data/campaigns/Eastern_Invasion/images/maps/l10n/de/ei--overlay.png
+share/wesnoth/data/campaigns/Eastern_Invasion/images/maps/l10n/pt/ei--overlay.png
share/wesnoth/data/campaigns/Eastern_Invasion/images/portraits/dacyn.png
+share/wesnoth/data/campaigns/Eastern_Invasion/images/portraits/disguise.png
share/wesnoth/data/campaigns/Eastern_Invasion/images/portraits/gweddry.png
+share/wesnoth/data/campaigns/Eastern_Invasion/images/portraits/konrad_II-sceptre.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/.gitignore
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/images/units/owaec-warrior.png
@@ -671,25 +730,50 @@ 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/Lich_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/animations.cfg
+share/wesnoth/data/campaigns/Eastern_Invasion/utils/bigmap.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/final_battle.cfg
share/wesnoth/data/campaigns/Eastern_Invasion/utils/throneroom.cfg
share/wesnoth/data/campaigns/Heir_To_The_Throne/_main.cfg
-share/wesnoth/data/campaigns/Heir_To_The_Throne/images/.gitignore
share/wesnoth/data/campaigns/Heir_To_The_Throne/images/campaign_image.png
share/wesnoth/data/campaigns/Heir_To_The_Throne/images/icon_armor.png
-share/wesnoth/data/campaigns/Heir_To_The_Throne/images/portraits/.gitignore
+share/wesnoth/data/campaigns/Heir_To_The_Throne/images/maps/httt.png
+share/wesnoth/data/campaigns/Heir_To_The_Throne/images/maps/l10n/de/httt--overlay.png
+share/wesnoth/data/campaigns/Heir_To_The_Throne/images/maps/l10n/gd/httt--overlay.png
+share/wesnoth/data/campaigns/Heir_To_The_Throne/images/maps/l10n/gl/httt--overlay.png
+share/wesnoth/data/campaigns/Heir_To_The_Throne/images/maps/l10n/lt/httt--overlay.png
+share/wesnoth/data/campaigns/Heir_To_The_Throne/images/maps/l10n/pt/httt--overlay.png
+share/wesnoth/data/campaigns/Heir_To_The_Throne/images/portraits/asheviere-defeated.png
+share/wesnoth/data/campaigns/Heir_To_The_Throne/images/portraits/asheviere-mad.png
share/wesnoth/data/campaigns/Heir_To_The_Throne/images/portraits/asheviere.png
share/wesnoth/data/campaigns/Heir_To_The_Throne/images/portraits/chantal-shyde.png
+share/wesnoth/data/campaigns/Heir_To_The_Throne/images/portraits/delfador-elvish-mad.png
+share/wesnoth/data/campaigns/Heir_To_The_Throne/images/portraits/delfador-elvish-mentoring.png
+share/wesnoth/data/campaigns/Heir_To_The_Throne/images/portraits/delfador-elvish.png
+share/wesnoth/data/campaigns/Heir_To_The_Throne/images/portraits/delfador-mad.png
+share/wesnoth/data/campaigns/Heir_To_The_Throne/images/portraits/delfador-mentoring.png
share/wesnoth/data/campaigns/Heir_To_The_Throne/images/portraits/delfador.png
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/konrad-elvish-concerned.png
+share/wesnoth/data/campaigns/Heir_To_The_Throne/images/portraits/konrad-elvish-glad.png
+share/wesnoth/data/campaigns/Heir_To_The_Throne/images/portraits/konrad-elvish-mad.png
+share/wesnoth/data/campaigns/Heir_To_The_Throne/images/portraits/konrad-elvish.png
+share/wesnoth/data/campaigns/Heir_To_The_Throne/images/portraits/konrad-human-concerned.png
+share/wesnoth/data/campaigns/Heir_To_The_Throne/images/portraits/konrad-human-glad.png
+share/wesnoth/data/campaigns/Heir_To_The_Throne/images/portraits/konrad-human-mad.png
+share/wesnoth/data/campaigns/Heir_To_The_Throne/images/portraits/konrad-human-sceptre.png
+share/wesnoth/data/campaigns/Heir_To_The_Throne/images/portraits/konrad-human.png
+share/wesnoth/data/campaigns/Heir_To_The_Throne/images/portraits/lisar-defeat.png
+share/wesnoth/data/campaigns/Heir_To_The_Throne/images/portraits/lisar-glad.png
+share/wesnoth/data/campaigns/Heir_To_The_Throne/images/portraits/lisar-mad.png
+share/wesnoth/data/campaigns/Heir_To_The_Throne/images/portraits/lisar-sceptre.png
share/wesnoth/data/campaigns/Heir_To_The_Throne/images/portraits/lisar.png
-share/wesnoth/data/campaigns/Heir_To_The_Throne/images/story/.gitignore
+share/wesnoth/data/campaigns/Heir_To_The_Throne/images/portraits/moremirmu.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
@@ -702,7 +786,6 @@ share/wesnoth/data/campaigns/Heir_To_The_Throne/images/story/httt_story8.jpg
share/wesnoth/data/campaigns/Heir_To_The_Throne/images/story/story6.png
share/wesnoth/data/campaigns/Heir_To_The_Throne/images/story/story7.png
share/wesnoth/data/campaigns/Heir_To_The_Throne/images/story/story9.png
-share/wesnoth/data/campaigns/Heir_To_The_Throne/images/units/.gitignore
share/wesnoth/data/campaigns/Heir_To_The_Throne/images/units/gryphon-sleeping.png
share/wesnoth/data/campaigns/Heir_To_The_Throne/images/units/human-battleprincess-attack-1.png
share/wesnoth/data/campaigns/Heir_To_The_Throne/images/units/human-battleprincess-attack-2.png
@@ -849,6 +932,7 @@ share/wesnoth/data/campaigns/Heir_To_The_Throne/units/Lord.cfg
share/wesnoth/data/campaigns/Heir_To_The_Throne/units/Princess.cfg
share/wesnoth/data/campaigns/Heir_To_The_Throne/units/Sea_Orc.cfg
share/wesnoth/data/campaigns/Heir_To_The_Throne/units/Sleeping_Gryphon.cfg
+share/wesnoth/data/campaigns/Heir_To_The_Throne/utils/abilities.cfg
share/wesnoth/data/campaigns/Heir_To_The_Throne/utils/bigmap.cfg
share/wesnoth/data/campaigns/Heir_To_The_Throne/utils/deaths.cfg
share/wesnoth/data/campaigns/Heir_To_The_Throne/utils/httt_utils.cfg
@@ -858,20 +942,9 @@ 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
-share/wesnoth/data/campaigns/Legend_of_Wesmere/images/l10n/fr/legend-of-wesmere-map--overlay.png
-share/wesnoth/data/campaigns/Legend_of_Wesmere/images/l10n/gl/legend-of-wesmere-map--overlay.png
-share/wesnoth/data/campaigns/Legend_of_Wesmere/images/l10n/hu/legend-of-wesmere-map--overlay.png
-share/wesnoth/data/campaigns/Legend_of_Wesmere/images/l10n/it/legend-of-wesmere-map--overlay.png
-share/wesnoth/data/campaigns/Legend_of_Wesmere/images/l10n/lt/legend-of-wesmere-map--overlay.png
-share/wesnoth/data/campaigns/Legend_of_Wesmere/images/l10n/pt/legend-of-wesmere-map--overlay.png
-share/wesnoth/data/campaigns/Legend_of_Wesmere/images/l10n/sr/legend-of-wesmere-map--overlay.png
-share/wesnoth/data/campaigns/Legend_of_Wesmere/images/l10n/sr@ijekavian/legend-of-wesmere-map--overlay.png
-share/wesnoth/data/campaigns/Legend_of_Wesmere/images/l10n/sr@ijekavianlatin/legend-of-wesmere-map--overlay.png
-share/wesnoth/data/campaigns/Legend_of_Wesmere/images/l10n/sr@latin/legend-of-wesmere-map--overlay.png
-share/wesnoth/data/campaigns/Legend_of_Wesmere/images/l10n/zh_CN/legend-of-wesmere-map--overlay.png
-share/wesnoth/data/campaigns/Legend_of_Wesmere/images/legend-of-wesmere-map.png
+share/wesnoth/data/campaigns/Legend_of_Wesmere/images/l10n/de/low-map--overlay.png
+share/wesnoth/data/campaigns/Legend_of_Wesmere/images/l10n/pt/low-map--overlay.png
+share/wesnoth/data/campaigns/Legend_of_Wesmere/images/low-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
@@ -923,7 +996,6 @@ 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
@@ -947,19 +1019,18 @@ share/wesnoth/data/campaigns/Legend_of_Wesmere/scenarios/chapter5/21_Elvish_Assa
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/units/Horse_Archer.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/debug.cfg
share/wesnoth/data/campaigns/Legend_of_Wesmere/utils/journey.cfg
share/wesnoth/data/campaigns/Legend_of_Wesmere/utils/low-macros.cfg
share/wesnoth/data/campaigns/Legend_of_Wesmere/utils/map-utils.cfg
share/wesnoth/data/campaigns/Liberty/_main.cfg
-share/wesnoth/data/campaigns/Liberty/images/.gitignore
-share/wesnoth/data/campaigns/Liberty/images/attacks/.gitignore
share/wesnoth/data/campaigns/Liberty/images/attacks/sword-astral.png
share/wesnoth/data/campaigns/Liberty/images/campaign_image.png
-share/wesnoth/data/campaigns/Liberty/images/halo/.gitignore
share/wesnoth/data/campaigns/Liberty/images/halo/shadow-mage-halo1.png
share/wesnoth/data/campaigns/Liberty/images/halo/shadow-mage-halo10.png
share/wesnoth/data/campaigns/Liberty/images/halo/shadow-mage-halo2.png
@@ -970,39 +1041,41 @@ share/wesnoth/data/campaigns/Liberty/images/halo/shadow-mage-halo6.png
share/wesnoth/data/campaigns/Liberty/images/halo/shadow-mage-halo7.png
share/wesnoth/data/campaigns/Liberty/images/halo/shadow-mage-halo8.png
share/wesnoth/data/campaigns/Liberty/images/halo/shadow-mage-halo9.png
-share/wesnoth/data/campaigns/Liberty/images/maps/.gitignore
-share/wesnoth/data/campaigns/Liberty/images/maps/l10n/de/liberty-map--overlay.png
-share/wesnoth/data/campaigns/Liberty/images/maps/l10n/es/liberty-map--overlay.png
-share/wesnoth/data/campaigns/Liberty/images/maps/l10n/fr/liberty-map--overlay.png
-share/wesnoth/data/campaigns/Liberty/images/maps/l10n/gl/liberty-map--overlay.png
-share/wesnoth/data/campaigns/Liberty/images/maps/l10n/hu/liberty-map--overlay.png
-share/wesnoth/data/campaigns/Liberty/images/maps/l10n/it/liberty-map--overlay.png
-share/wesnoth/data/campaigns/Liberty/images/maps/l10n/lt/liberty-map--overlay.png
-share/wesnoth/data/campaigns/Liberty/images/maps/l10n/pt/liberty-map--overlay.png
-share/wesnoth/data/campaigns/Liberty/images/maps/l10n/sr/liberty-map--overlay.png
-share/wesnoth/data/campaigns/Liberty/images/maps/l10n/sr@ijekavian/liberty-map--overlay.png
-share/wesnoth/data/campaigns/Liberty/images/maps/l10n/sr@ijekavianlatin/liberty-map--overlay.png
-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/.gitignore
+share/wesnoth/data/campaigns/Liberty/images/maps/l10n/de/liberty--overlay.png
+share/wesnoth/data/campaigns/Liberty/images/maps/l10n/gl/liberty--overlay.png
+share/wesnoth/data/campaigns/Liberty/images/maps/l10n/pt/liberty--overlay.png
+share/wesnoth/data/campaigns/Liberty/images/maps/liberty.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/.gitignore
-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/projectiles/shadow-blast-n-1.png
+share/wesnoth/data/campaigns/Liberty/images/projectiles/shadow-blast-n-2.png
+share/wesnoth/data/campaigns/Liberty/images/projectiles/shadow-blast-n-3.png
+share/wesnoth/data/campaigns/Liberty/images/projectiles/shadow-blast-ne-1.png
+share/wesnoth/data/campaigns/Liberty/images/projectiles/shadow-blast-ne-2.png
+share/wesnoth/data/campaigns/Liberty/images/projectiles/shadow-blast-ne-3.png
share/wesnoth/data/campaigns/Liberty/images/schedule-midnight.png
-share/wesnoth/data/campaigns/Liberty/images/story/.gitignore
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.png
+share/wesnoth/data/campaigns/Liberty/images/units/human-outlaws/shadow-lord-1.png
+share/wesnoth/data/campaigns/Liberty/images/units/human-outlaws/shadow-lord-2.png
+share/wesnoth/data/campaigns/Liberty/images/units/human-outlaws/shadow-lord-3.png
+share/wesnoth/data/campaigns/Liberty/images/units/human-outlaws/shadow-lord-4.png
+share/wesnoth/data/campaigns/Liberty/images/units/human-outlaws/shadow-lord-5.png
+share/wesnoth/data/campaigns/Liberty/images/units/human-outlaws/shadow-lord-6.png
+share/wesnoth/data/campaigns/Liberty/images/units/human-outlaws/shadow-lord-7.png
share/wesnoth/data/campaigns/Liberty/images/units/human-outlaws/shadow-lord.png
+share/wesnoth/data/campaigns/Liberty/images/units/human-outlaws/shadow-mage-1.png
+share/wesnoth/data/campaigns/Liberty/images/units/human-outlaws/shadow-mage-2.png
+share/wesnoth/data/campaigns/Liberty/images/units/human-outlaws/shadow-mage-3.png
+share/wesnoth/data/campaigns/Liberty/images/units/human-outlaws/shadow-mage-4.png
+share/wesnoth/data/campaigns/Liberty/images/units/human-outlaws/shadow-mage-5.png
share/wesnoth/data/campaigns/Liberty/images/units/human-outlaws/shadow-mage.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
@@ -1040,14 +1113,12 @@ share/wesnoth/data/campaigns/Liberty/units/Shadow_Lord.cfg
share/wesnoth/data/campaigns/Liberty/units/Shadow_Mage.cfg
share/wesnoth/data/campaigns/Liberty/units/Skeleton_Rider.cfg
share/wesnoth/data/campaigns/Liberty/units/Villagers.cfg
-share/wesnoth/data/campaigns/Liberty/utils/journey.cfg
+share/wesnoth/data/campaigns/Liberty/utils/bigmap.cfg
share/wesnoth/data/campaigns/Liberty/utils/utils.cfg
share/wesnoth/data/campaigns/Northern_Rebirth/_main.cfg
-share/wesnoth/data/campaigns/Northern_Rebirth/images/.gitignore
share/wesnoth/data/campaigns/Northern_Rebirth/images/campaign_image.jpg
share/wesnoth/data/campaigns/Northern_Rebirth/images/floor-corpse.png
share/wesnoth/data/campaigns/Northern_Rebirth/images/hatchling.png
-share/wesnoth/data/campaigns/Northern_Rebirth/images/portraits/.gitignore
share/wesnoth/data/campaigns/Northern_Rebirth/images/portraits/Arthian.png
share/wesnoth/data/campaigns/Northern_Rebirth/images/portraits/Camerin.png
share/wesnoth/data/campaigns/Northern_Rebirth/images/portraits/Elenia.png
@@ -1109,8 +1180,16 @@ share/wesnoth/data/campaigns/Sceptre_of_Fire/_main.cfg
share/wesnoth/data/campaigns/Sceptre_of_Fire/images/campaign_image.png
share/wesnoth/data/campaigns/Sceptre_of_Fire/images/items/coal.png
share/wesnoth/data/campaigns/Sceptre_of_Fire/images/items/gold.png
+share/wesnoth/data/campaigns/Sceptre_of_Fire/images/maps/l10n/de/sof--overlay.png
+share/wesnoth/data/campaigns/Sceptre_of_Fire/images/maps/l10n/gl/sof--overlay.png
+share/wesnoth/data/campaigns/Sceptre_of_Fire/images/maps/l10n/pt/sof--overlay.png
+share/wesnoth/data/campaigns/Sceptre_of_Fire/images/maps/sof.png
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-epilogue.png
+share/wesnoth/data/campaigns/Sceptre_of_Fire/images/portraits/alanin-old.png
+share/wesnoth/data/campaigns/Sceptre_of_Fire/images/portraits/alanin-older.png
+share/wesnoth/data/campaigns/Sceptre_of_Fire/images/portraits/alanin-winter-overlay.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
@@ -1184,26 +1263,20 @@ 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_Miner.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/bigmap.cfg
share/wesnoth/data/campaigns/Sceptre_of_Fire/utils/utils.cfg
share/wesnoth/data/campaigns/Son_Of_The_Black_Eye/_main.cfg
+share/wesnoth/data/campaigns/Son_Of_The_Black_Eye/ai/ca_transport_S6.lua
share/wesnoth/data/campaigns/Son_Of_The_Black_Eye/images/campaign_image.png
-share/wesnoth/data/campaigns/Son_Of_The_Black_Eye/images/farnorth.png
share/wesnoth/data/campaigns/Son_Of_The_Black_Eye/images/flags/black-flag-1.png
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/gl/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/pt/farnorth--overlay.png
-share/wesnoth/data/campaigns/Son_Of_The_Black_Eye/images/l10n/ru/farnorth--overlay.png
-share/wesnoth/data/campaigns/Son_Of_The_Black_Eye/images/l10n/sr/farnorth--overlay.png
-share/wesnoth/data/campaigns/Son_Of_The_Black_Eye/images/l10n/sr@ijekavian/farnorth--overlay.png
-share/wesnoth/data/campaigns/Son_Of_The_Black_Eye/images/l10n/sr@ijekavianlatin/farnorth--overlay.png
-share/wesnoth/data/campaigns/Son_Of_The_Black_Eye/images/l10n/sr@latin/farnorth--overlay.png
+share/wesnoth/data/campaigns/Son_Of_The_Black_Eye/images/maps/l10n/de/sotbe--overlay.png
+share/wesnoth/data/campaigns/Son_Of_The_Black_Eye/images/maps/l10n/gl/sotbe--overlay.png
+share/wesnoth/data/campaigns/Son_Of_The_Black_Eye/images/maps/l10n/pt/sotbe--overlay.png
+share/wesnoth/data/campaigns/Son_Of_The_Black_Eye/images/maps/sotbe.png
share/wesnoth/data/campaigns/Son_Of_The_Black_Eye/images/portraits/albrock.png
share/wesnoth/data/campaigns/Son_Of_The_Black_Eye/images/portraits/flartar.png
share/wesnoth/data/campaigns/Son_Of_The_Black_Eye/images/portraits/gruu.png
@@ -1217,19 +1290,9 @@ share/wesnoth/data/campaigns/Son_Of_The_Black_Eye/images/portraits/old_orcish_sh
share/wesnoth/data/campaigns/Son_Of_The_Black_Eye/images/portraits/orcish_shaman.png
share/wesnoth/data/campaigns/Son_Of_The_Black_Eye/images/portraits/shan_taum.png
share/wesnoth/data/campaigns/Son_Of_The_Black_Eye/images/portraits/young_orcish_shaman.png
-share/wesnoth/data/campaigns/Son_Of_The_Black_Eye/images/units/orcish-shaman-black-curse-1.png
-share/wesnoth/data/campaigns/Son_Of_The_Black_Eye/images/units/orcish-shaman-black-defend.png
-share/wesnoth/data/campaigns/Son_Of_The_Black_Eye/images/units/orcish-shaman-black-staff-1.png
-share/wesnoth/data/campaigns/Son_Of_The_Black_Eye/images/units/orcish-shaman-black.png
-share/wesnoth/data/campaigns/Son_Of_The_Black_Eye/images/units/orcish-shaman-red-curse-1.png
-share/wesnoth/data/campaigns/Son_Of_The_Black_Eye/images/units/orcish-shaman-red-defend.png
-share/wesnoth/data/campaigns/Son_Of_The_Black_Eye/images/units/orcish-shaman-red-staff-1.png
-share/wesnoth/data/campaigns/Son_Of_The_Black_Eye/images/units/orcish-shaman-red.png
-share/wesnoth/data/campaigns/Son_Of_The_Black_Eye/images/units/orcish-shaman-tan-curse-1.png
-share/wesnoth/data/campaigns/Son_Of_The_Black_Eye/images/units/orcish-shaman-tan-defend.png
-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/images/units/elder-orcish-shaman.png
+share/wesnoth/data/campaigns/Son_Of_The_Black_Eye/images/units/novice-orcish-shaman.png
+share/wesnoth/data/campaigns/Son_Of_The_Black_Eye/images/units/orcish-shaman.png
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
@@ -1269,9 +1332,8 @@ 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
share/wesnoth/data/campaigns/Son_Of_The_Black_Eye/units/Old_Orcish_Shaman.cfg
share/wesnoth/data/campaigns/Son_Of_The_Black_Eye/units/Orcish_Shaman.cfg
-share/wesnoth/data/campaigns/Son_Of_The_Black_Eye/units/Watch_Tower.cfg
+share/wesnoth/data/campaigns/Son_Of_The_Black_Eye/utils/bigmap.cfg
share/wesnoth/data/campaigns/Son_Of_The_Black_Eye/utils/deaths.cfg
-share/wesnoth/data/campaigns/Son_Of_The_Black_Eye/utils/journey.cfg
share/wesnoth/data/campaigns/Son_Of_The_Black_Eye/utils/utils.cfg
share/wesnoth/data/campaigns/The_Hammer_of_Thursagan/_main.cfg
share/wesnoth/data/campaigns/The_Hammer_of_Thursagan/changelog
@@ -1467,7 +1529,13 @@ share/wesnoth/data/campaigns/The_Hammer_of_Thursagan/utils/herodeaths.cfg
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/ai/ca_aggressive_attack_no_suicide.lua
+share/wesnoth/data/campaigns/The_Rise_Of_Wesnoth/ai/ca_retreat.lua
share/wesnoth/data/campaigns/The_Rise_Of_Wesnoth/images/campaign_image.png
+share/wesnoth/data/campaigns/The_Rise_Of_Wesnoth/images/maps/great_continent.png
+share/wesnoth/data/campaigns/The_Rise_Of_Wesnoth/images/maps/green_isle.png
+share/wesnoth/data/campaigns/The_Rise_Of_Wesnoth/images/maps/l10n/de/green_isle--overlay.png
+share/wesnoth/data/campaigns/The_Rise_Of_Wesnoth/images/maps/l10n/pt/green_isle--overlay.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-first.png
@@ -1496,58 +1564,20 @@ 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
share/wesnoth/data/campaigns/The_Rise_Of_Wesnoth/images/story/l10n/es/trow-logo.png
-share/wesnoth/data/campaigns/The_Rise_Of_Wesnoth/images/story/l10n/fr/east.png
-share/wesnoth/data/campaigns/The_Rise_Of_Wesnoth/images/story/l10n/fr/tgi-blackmore.png
-share/wesnoth/data/campaigns/The_Rise_Of_Wesnoth/images/story/l10n/fr/tgi-clearwater.png
-share/wesnoth/data/campaigns/The_Rise_Of_Wesnoth/images/story/l10n/fr/tgi-jevyan.png
-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/gl/east.png
-share/wesnoth/data/campaigns/The_Rise_Of_Wesnoth/images/story/l10n/gl/tgi-blackmore.png
-share/wesnoth/data/campaigns/The_Rise_Of_Wesnoth/images/story/l10n/gl/tgi-clearwater.png
-share/wesnoth/data/campaigns/The_Rise_Of_Wesnoth/images/story/l10n/gl/tgi-jevyan.png
-share/wesnoth/data/campaigns/The_Rise_Of_Wesnoth/images/story/l10n/gl/tgi-southbay.png
-share/wesnoth/data/campaigns/The_Rise_Of_Wesnoth/images/story/l10n/gl/tgi-stormvale.png
-share/wesnoth/data/campaigns/The_Rise_Of_Wesnoth/images/story/l10n/gl/tgi-thegreenisle.png
share/wesnoth/data/campaigns/The_Rise_Of_Wesnoth/images/story/l10n/gl/trow-logo.png
-share/wesnoth/data/campaigns/The_Rise_Of_Wesnoth/images/story/l10n/gl/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
-share/wesnoth/data/campaigns/The_Rise_Of_Wesnoth/images/story/l10n/hu/tgi-southbay.png
-share/wesnoth/data/campaigns/The_Rise_Of_Wesnoth/images/story/l10n/hu/tgi-thegreenisle.png
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/l10n/nl/trow-logo.png
-share/wesnoth/data/campaigns/The_Rise_Of_Wesnoth/images/story/l10n/pt/east.png
-share/wesnoth/data/campaigns/The_Rise_Of_Wesnoth/images/story/l10n/pt/tgi-blackmore.png
-share/wesnoth/data/campaigns/The_Rise_Of_Wesnoth/images/story/l10n/pt/tgi-clearwater.png
-share/wesnoth/data/campaigns/The_Rise_Of_Wesnoth/images/story/l10n/pt/tgi-jevyan.png
-share/wesnoth/data/campaigns/The_Rise_Of_Wesnoth/images/story/l10n/pt/tgi-southbay.png
-share/wesnoth/data/campaigns/The_Rise_Of_Wesnoth/images/story/l10n/pt/tgi-stormvale.png
-share/wesnoth/data/campaigns/The_Rise_Of_Wesnoth/images/story/l10n/pt/tgi-thegreenisle.png
share/wesnoth/data/campaigns/The_Rise_Of_Wesnoth/images/story/l10n/pt/trow-logo.png
-share/wesnoth/data/campaigns/The_Rise_Of_Wesnoth/images/story/l10n/pt/west.png
+share/wesnoth/data/campaigns/The_Rise_Of_Wesnoth/images/story/l10n/vi/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
-share/wesnoth/data/campaigns/The_Rise_Of_Wesnoth/images/story/tgi-blackmore.png
-share/wesnoth/data/campaigns/The_Rise_Of_Wesnoth/images/story/tgi-clearwater.png
-share/wesnoth/data/campaigns/The_Rise_Of_Wesnoth/images/story/tgi-jevyan.png
-share/wesnoth/data/campaigns/The_Rise_Of_Wesnoth/images/story/tgi-southbay.png
-share/wesnoth/data/campaigns/The_Rise_Of_Wesnoth/images/story/tgi-stormvale.png
-share/wesnoth/data/campaigns/The_Rise_Of_Wesnoth/images/story/tgi-thegreenisle.png
-share/wesnoth/data/campaigns/The_Rise_Of_Wesnoth/images/story/the_great_continent.png
-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
@@ -1704,16 +1734,13 @@ share/wesnoth/data/campaigns/The_Rise_Of_Wesnoth/units/Wesfolk_Lady.cfg
share/wesnoth/data/campaigns/The_Rise_Of_Wesnoth/units/Wesfolk_Leader.cfg
share/wesnoth/data/campaigns/The_Rise_Of_Wesnoth/units/Wesfolk_Outcast.cfg
share/wesnoth/data/campaigns/The_Rise_Of_Wesnoth/units/Wose_Sapling.cfg
+share/wesnoth/data/campaigns/The_Rise_Of_Wesnoth/utils/bigmap.cfg
share/wesnoth/data/campaigns/The_Rise_Of_Wesnoth/utils/trow-abilities.cfg
-share/wesnoth/data/campaigns/The_Rise_Of_Wesnoth/utils/trow-bigmap.cfg
share/wesnoth/data/campaigns/The_Rise_Of_Wesnoth/utils/trow-deaths.cfg
-share/wesnoth/data/campaigns/The_Rise_Of_Wesnoth/utils/trow-green-isle-journey.cfg
share/wesnoth/data/campaigns/The_Rise_Of_Wesnoth/utils/trow-macros.cfg
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/.gitignore
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
@@ -1728,13 +1755,17 @@ share/wesnoth/data/campaigns/The_South_Guard/images/deoran/mounted-general-lance
share/wesnoth/data/campaigns/The_South_Guard/images/deoran/mounted-general-lance.png
share/wesnoth/data/campaigns/The_South_Guard/images/deoran/mounted-general-moving.png
share/wesnoth/data/campaigns/The_South_Guard/images/deoran/mounted-general.png
-share/wesnoth/data/campaigns/The_South_Guard/images/flag/.gitignore
share/wesnoth/data/campaigns/The_South_Guard/images/flag/SG-flag-1.png
share/wesnoth/data/campaigns/The_South_Guard/images/flag/SG-flag-2.png
share/wesnoth/data/campaigns/The_South_Guard/images/flag/SG-flag-3.png
share/wesnoth/data/campaigns/The_South_Guard/images/flag/SG-flag-4.png
share/wesnoth/data/campaigns/The_South_Guard/images/flag/SG-flag-icon.png
-share/wesnoth/data/campaigns/The_South_Guard/images/portraits/.gitignore
+share/wesnoth/data/campaigns/The_South_Guard/images/maps/l10n/de/tsg--overlay.png
+share/wesnoth/data/campaigns/The_South_Guard/images/maps/l10n/gd/tsg--overlay.png
+share/wesnoth/data/campaigns/The_South_Guard/images/maps/l10n/gl/tsg--overlay.png
+share/wesnoth/data/campaigns/The_South_Guard/images/maps/l10n/lt/tsg--overlay.png
+share/wesnoth/data/campaigns/The_South_Guard/images/maps/l10n/pt/tsg--overlay.png
+share/wesnoth/data/campaigns/The_South_Guard/images/maps/tsg.png
share/wesnoth/data/campaigns/The_South_Guard/images/portraits/deoran-glad.png
share/wesnoth/data/campaigns/The_South_Guard/images/portraits/deoran-mad.png
share/wesnoth/data/campaigns/The_South_Guard/images/portraits/deoran-sad.png
@@ -1746,11 +1777,9 @@ 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/urza-afalas-masked.png
share/wesnoth/data/campaigns/The_South_Guard/images/portraits/urza-afalas.png
-share/wesnoth/data/campaigns/The_South_Guard/images/story/.gitignore
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/.gitignore
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
@@ -1796,6 +1825,7 @@ 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/bigmap.cfg
share/wesnoth/data/campaigns/The_South_Guard/utils/sg_deaths.cfg
share/wesnoth/data/campaigns/The_South_Guard/utils/sg_help.cfg
share/wesnoth/data/campaigns/The_South_Guard/utils/sg_story.cfg
@@ -1820,13 +1850,10 @@ 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/images/.gitignore
-share/wesnoth/data/campaigns/Under_the_Burning_Suns/images/attacks/.gitignore
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/.gitignore
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
@@ -1841,28 +1868,11 @@ share/wesnoth/data/campaigns/Under_the_Burning_Suns/images/items/rune-violet2.pn
share/wesnoth/data/campaigns/Under_the_Burning_Suns/images/items/rune2-burning.png
share/wesnoth/data/campaigns/Under_the_Burning_Suns/images/items/rune3-burning.png
share/wesnoth/data/campaigns/Under_the_Burning_Suns/images/items/rune4-burning.png
-share/wesnoth/data/campaigns/Under_the_Burning_Suns/images/misc/.gitignore
-share/wesnoth/data/campaigns/Under_the_Burning_Suns/images/misc/UtBS_title.jpg
share/wesnoth/data/campaigns/Under_the_Burning_Suns/images/misc/dehydration-icon.png
+share/wesnoth/data/campaigns/Under_the_Burning_Suns/images/misc/dehydration-status.png
share/wesnoth/data/campaigns/Under_the_Burning_Suns/images/misc/kaleh_story.jpg
share/wesnoth/data/campaigns/Under_the_Burning_Suns/images/misc/night_of_fallen_stars.jpg
-share/wesnoth/data/campaigns/Under_the_Burning_Suns/images/misc/time/.gitignore
-share/wesnoth/data/campaigns/Under_the_Burning_Suns/images/misc/time/10afternoon2.png
-share/wesnoth/data/campaigns/Under_the_Burning_Suns/images/misc/time/11dusk2.png
-share/wesnoth/data/campaigns/Under_the_Burning_Suns/images/misc/time/12longdark1.png
-share/wesnoth/data/campaigns/Under_the_Burning_Suns/images/misc/time/13longdark2.png
-share/wesnoth/data/campaigns/Under_the_Burning_Suns/images/misc/time/14longdark3.png
-share/wesnoth/data/campaigns/Under_the_Burning_Suns/images/misc/time/15longdark4.png
-share/wesnoth/data/campaigns/Under_the_Burning_Suns/images/misc/time/1dawn1.png
-share/wesnoth/data/campaigns/Under_the_Burning_Suns/images/misc/time/2morning1.png
-share/wesnoth/data/campaigns/Under_the_Burning_Suns/images/misc/time/3midday1.png
-share/wesnoth/data/campaigns/Under_the_Burning_Suns/images/misc/time/4afternoon1.png
-share/wesnoth/data/campaigns/Under_the_Burning_Suns/images/misc/time/5dusk1.png
-share/wesnoth/data/campaigns/Under_the_Burning_Suns/images/misc/time/6shortdark.png
-share/wesnoth/data/campaigns/Under_the_Burning_Suns/images/misc/time/7dawn2.png
-share/wesnoth/data/campaigns/Under_the_Burning_Suns/images/misc/time/8morning2.png
-share/wesnoth/data/campaigns/Under_the_Burning_Suns/images/misc/time/9midday2.png
-share/wesnoth/data/campaigns/Under_the_Burning_Suns/images/portraits/.gitignore
+share/wesnoth/data/campaigns/Under_the_Burning_Suns/images/misc/stunned-status-icon.png
share/wesnoth/data/campaigns/Under_the_Burning_Suns/images/portraits/cloaked.png
share/wesnoth/data/campaigns/Under_the_Burning_Suns/images/portraits/eloh.png
share/wesnoth/data/campaigns/Under_the_Burning_Suns/images/portraits/eloh_rage.png
@@ -1878,7 +1888,6 @@ share/wesnoth/data/campaigns/Under_the_Burning_Suns/images/portraits/nym.png
share/wesnoth/data/campaigns/Under_the_Burning_Suns/images/portraits/rogrimir.png
share/wesnoth/data/campaigns/Under_the_Burning_Suns/images/portraits/uncloaked.png
share/wesnoth/data/campaigns/Under_the_Burning_Suns/images/portraits/zhul.png
-share/wesnoth/data/campaigns/Under_the_Burning_Suns/images/projectiles/.gitignore
share/wesnoth/data/campaigns/Under_the_Burning_Suns/images/projectiles/sand-storm-1.png
share/wesnoth/data/campaigns/Under_the_Burning_Suns/images/projectiles/sand-storm-2.png
share/wesnoth/data/campaigns/Under_the_Burning_Suns/images/projectiles/sand-storm-3.png
@@ -1887,16 +1896,8 @@ share/wesnoth/data/campaigns/Under_the_Burning_Suns/images/projectiles/sand-stor
share/wesnoth/data/campaigns/Under_the_Burning_Suns/images/projectiles/sand-storm-6.png
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/.gitignore
share/wesnoth/data/campaigns/Under_the_Burning_Suns/images/terrain/dark-keep-throne.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
-share/wesnoth/data/campaigns/Under_the_Burning_Suns/images/terrain/summoning-circle2.png
-share/wesnoth/data/campaigns/Under_the_Burning_Suns/images/terrain/summoning-circle3.png
-share/wesnoth/data/campaigns/Under_the_Burning_Suns/images/terrain/summoning-circle4.png
-share/wesnoth/data/campaigns/Under_the_Burning_Suns/images/terrain/summoning-circle5.png
-share/wesnoth/data/campaigns/Under_the_Burning_Suns/images/terrain/summoning-circle6.png
share/wesnoth/data/campaigns/Under_the_Burning_Suns/images/units/alien/core-compact.png
share/wesnoth/data/campaigns/Under_the_Burning_Suns/images/units/alien/orb-small-defend.png
share/wesnoth/data/campaigns/Under_the_Burning_Suns/images/units/alien/orb-small-melee1.png
@@ -2262,17 +2263,6 @@ share/wesnoth/data/campaigns/Under_the_Burning_Suns/images/units/monsters/demon-
share/wesnoth/data/campaigns/Under_the_Burning_Suns/images/units/monsters/demon-defend.png
share/wesnoth/data/campaigns/Under_the_Burning_Suns/images/units/monsters/demon.png
share/wesnoth/data/campaigns/Under_the_Burning_Suns/images/units/monsters/dust-devil.png
-share/wesnoth/data/campaigns/Under_the_Burning_Suns/images/units/monsters/fireghost-attack1.png
-share/wesnoth/data/campaigns/Under_the_Burning_Suns/images/units/monsters/fireghost-attack2.png
-share/wesnoth/data/campaigns/Under_the_Burning_Suns/images/units/monsters/fireghost-death1.png
-share/wesnoth/data/campaigns/Under_the_Burning_Suns/images/units/monsters/fireghost-death2.png
-share/wesnoth/data/campaigns/Under_the_Burning_Suns/images/units/monsters/fireghost-death3.png
-share/wesnoth/data/campaigns/Under_the_Burning_Suns/images/units/monsters/fireghost-death4.png
-share/wesnoth/data/campaigns/Under_the_Burning_Suns/images/units/monsters/fireghost-death5.png
-share/wesnoth/data/campaigns/Under_the_Burning_Suns/images/units/monsters/fireghost-death6.png
-share/wesnoth/data/campaigns/Under_the_Burning_Suns/images/units/monsters/fireghost-defend.png
-share/wesnoth/data/campaigns/Under_the_Burning_Suns/images/units/monsters/fireghost-ranged2.png
-share/wesnoth/data/campaigns/Under_the_Burning_Suns/images/units/monsters/fireghost.png
share/wesnoth/data/campaigns/Under_the_Burning_Suns/images/units/monsters/flesh-golem-attack-1.png
share/wesnoth/data/campaigns/Under_the_Burning_Suns/images/units/monsters/flesh-golem-attack-2.png
share/wesnoth/data/campaigns/Under_the_Burning_Suns/images/units/monsters/flesh-golem-attack-3.png
@@ -2298,13 +2288,36 @@ share/wesnoth/data/campaigns/Under_the_Burning_Suns/images/units/nagas/hunter-ra
share/wesnoth/data/campaigns/Under_the_Burning_Suns/images/units/nagas/hunter.png
share/wesnoth/data/campaigns/Under_the_Burning_Suns/images/units/nagas/sentinel.png
share/wesnoth/data/campaigns/Under_the_Burning_Suns/images/units/nagas/warden.png
-share/wesnoth/data/campaigns/Under_the_Burning_Suns/images/units/orcs/nightstalker-defend-melee.png
-share/wesnoth/data/campaigns/Under_the_Burning_Suns/images/units/orcs/nightstalker-defend-ranged.png
-share/wesnoth/data/campaigns/Under_the_Burning_Suns/images/units/orcs/nightstalker-melee-1.png
-share/wesnoth/data/campaigns/Under_the_Burning_Suns/images/units/orcs/nightstalker-melee-2.png
-share/wesnoth/data/campaigns/Under_the_Burning_Suns/images/units/orcs/nightstalker-ranged-1.png
-share/wesnoth/data/campaigns/Under_the_Burning_Suns/images/units/orcs/nightstalker-ranged-2.png
-share/wesnoth/data/campaigns/Under_the_Burning_Suns/images/units/orcs/nightstalker.png
+share/wesnoth/data/campaigns/Under_the_Burning_Suns/images/units/orcs/nightblade-attack-se-1.png
+share/wesnoth/data/campaigns/Under_the_Burning_Suns/images/units/orcs/nightblade-attack-se-2.png
+share/wesnoth/data/campaigns/Under_the_Burning_Suns/images/units/orcs/nightblade-attack-se-3.png
+share/wesnoth/data/campaigns/Under_the_Burning_Suns/images/units/orcs/nightblade-attack-se-4.png
+share/wesnoth/data/campaigns/Under_the_Burning_Suns/images/units/orcs/nightblade-attack-se-5.png
+share/wesnoth/data/campaigns/Under_the_Burning_Suns/images/units/orcs/nightblade-attack-se-6.png
+share/wesnoth/data/campaigns/Under_the_Burning_Suns/images/units/orcs/nightblade-attack-se-7.png
+share/wesnoth/data/campaigns/Under_the_Burning_Suns/images/units/orcs/nightblade-attack-se-8.png
+share/wesnoth/data/campaigns/Under_the_Burning_Suns/images/units/orcs/nightblade-attack-se-9.png
+share/wesnoth/data/campaigns/Under_the_Burning_Suns/images/units/orcs/nightblade-defend-se1-1.png
+share/wesnoth/data/campaigns/Under_the_Burning_Suns/images/units/orcs/nightblade-defend-se1-2.png
+share/wesnoth/data/campaigns/Under_the_Burning_Suns/images/units/orcs/nightblade-defend-se1-3.png
+share/wesnoth/data/campaigns/Under_the_Burning_Suns/images/units/orcs/nightblade-defend-se1-4.png
+share/wesnoth/data/campaigns/Under_the_Burning_Suns/images/units/orcs/nightblade-defend-se1-5.png
+share/wesnoth/data/campaigns/Under_the_Burning_Suns/images/units/orcs/nightblade-defend-se2-1.png
+share/wesnoth/data/campaigns/Under_the_Burning_Suns/images/units/orcs/nightblade-defend-se2-2.png
+share/wesnoth/data/campaigns/Under_the_Burning_Suns/images/units/orcs/nightblade-se.png
+share/wesnoth/data/campaigns/Under_the_Burning_Suns/images/units/orcs/nightblade-throw-se-1.png
+share/wesnoth/data/campaigns/Under_the_Burning_Suns/images/units/orcs/nightblade-throw-se-2.png
+share/wesnoth/data/campaigns/Under_the_Burning_Suns/images/units/orcs/nightblade-throw-se-3.png
+share/wesnoth/data/campaigns/Under_the_Burning_Suns/images/units/orcs/nightblade-throw-se-4.png
+share/wesnoth/data/campaigns/Under_the_Burning_Suns/images/units/orcs/nightblade-throw-se-5.png
+share/wesnoth/data/campaigns/Under_the_Burning_Suns/images/units/orcs/nightblade-throw-se-6.png
+share/wesnoth/data/campaigns/Under_the_Burning_Suns/images/units/orcs/nightblade-throw-se-7.png
+share/wesnoth/data/campaigns/Under_the_Burning_Suns/images/units/orcs/nightblade-throw-se-8.png
+share/wesnoth/data/campaigns/Under_the_Burning_Suns/images/units/orcs/nightblade-throw-se-9.png
+share/wesnoth/data/campaigns/Under_the_Burning_Suns/images/units/undead-skeletal/rider-attack.png
+share/wesnoth/data/campaigns/Under_the_Burning_Suns/images/units/undead-skeletal/rider-defend.png
+share/wesnoth/data/campaigns/Under_the_Burning_Suns/images/units/undead-skeletal/rider-moving.png
+share/wesnoth/data/campaigns/Under_the_Burning_Suns/images/units/undead-skeletal/rider.png
share/wesnoth/data/campaigns/Under_the_Burning_Suns/images/units/undead/dread-lich-attack.png
share/wesnoth/data/campaigns/Under_the_Burning_Suns/images/units/undead/dread-lich-attack1.png
share/wesnoth/data/campaigns/Under_the_Burning_Suns/images/units/undead/dread-lich-attack2.png
@@ -2312,11 +2325,6 @@ share/wesnoth/data/campaigns/Under_the_Burning_Suns/images/units/undead/dread-li
share/wesnoth/data/campaigns/Under_the_Burning_Suns/images/units/undead/dread-lich-attack4.png
share/wesnoth/data/campaigns/Under_the_Burning_Suns/images/units/undead/dread-lich-defend.png
share/wesnoth/data/campaigns/Under_the_Burning_Suns/images/units/undead/dread-lich.png
-share/wesnoth/data/campaigns/Under_the_Burning_Suns/images/units/undead/skeletonrider-attack1.png
-share/wesnoth/data/campaigns/Under_the_Burning_Suns/images/units/undead/skeletonrider-attack2.png
-share/wesnoth/data/campaigns/Under_the_Burning_Suns/images/units/undead/skeletonrider-defend.png
-share/wesnoth/data/campaigns/Under_the_Burning_Suns/images/units/undead/skeletonrider-moving.png
-share/wesnoth/data/campaigns/Under_the_Burning_Suns/images/units/undead/skeletonrider.png
share/wesnoth/data/campaigns/Under_the_Burning_Suns/maps/01_The_Morning_After.map
share/wesnoth/data/campaigns/Under_the_Burning_Suns/maps/02_Across_the_Harsh_Sands.map
share/wesnoth/data/campaigns/Under_the_Burning_Suns/maps/03_A_Stirring_in_the_Night.map
@@ -2375,12 +2383,10 @@ 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
@@ -2404,6 +2410,7 @@ share/wesnoth/data/campaigns/Under_the_Burning_Suns/units/undead/Ethereal_Wraith
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/units/units.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
@@ -2414,7 +2421,6 @@ share/wesnoth/data/campaigns/Under_the_Burning_Suns/utils/macros.cfg
share/wesnoth/data/campaigns/Under_the_Burning_Suns/utils/storytxt.cfg
share/wesnoth/data/campaigns/Under_the_Burning_Suns/utils/terrain.cfg
share/wesnoth/data/campaigns/Under_the_Burning_Suns/utils/terrain_graphics.cfg
-share/wesnoth/data/campaigns/Under_the_Burning_Suns/utils/time.cfg
share/wesnoth/data/campaigns/tutorial/images/portraits/delfador.png
share/wesnoth/data/campaigns/tutorial/images/portraits/konrad.png
share/wesnoth/data/campaigns/tutorial/images/portraits/lisar.png
@@ -2450,18 +2456,15 @@ share/wesnoth/data/core/_main.cfg
share/wesnoth/data/core/about.cfg
share/wesnoth/data/core/editor/_main.cfg
share/wesnoth/data/core/editor/brushes.cfg
-share/wesnoth/data/core/editor/hotkeys.cfg
+share/wesnoth/data/core/editor/items.cfg
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/.gitignore
-share/wesnoth/data/core/images/attacks/.gitignore
share/wesnoth/data/core/images/attacks/axe-crude.png
share/wesnoth/data/core/images/attacks/axe-deathblade.png
share/wesnoth/data/core/images/attacks/axe-undead.png
@@ -2595,13 +2598,112 @@ share/wesnoth/data/core/images/attacks/waterspray.png
share/wesnoth/data/core/images/attacks/web.png
share/wesnoth/data/core/images/attacks/whip.png
share/wesnoth/data/core/images/attacks/woodensword.png
-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/.gitignore
+share/wesnoth/data/core/images/flags/flag-1.png
+share/wesnoth/data/core/images/flags/flag-2.png
+share/wesnoth/data/core/images/flags/flag-3.png
+share/wesnoth/data/core/images/flags/flag-4.png
+share/wesnoth/data/core/images/flags/flag-icon.png
+share/wesnoth/data/core/images/flags/knalgan-flag-1.png
+share/wesnoth/data/core/images/flags/knalgan-flag-2.png
+share/wesnoth/data/core/images/flags/knalgan-flag-3.png
+share/wesnoth/data/core/images/flags/knalgan-flag-4.png
+share/wesnoth/data/core/images/flags/knalgan-flag-icon.png
+share/wesnoth/data/core/images/flags/long-flag-1.png
+share/wesnoth/data/core/images/flags/long-flag-2.png
+share/wesnoth/data/core/images/flags/long-flag-3.png
+share/wesnoth/data/core/images/flags/long-flag-4.png
+share/wesnoth/data/core/images/flags/long-flag-icon.png
+share/wesnoth/data/core/images/flags/loyalist-flag-1.png
+share/wesnoth/data/core/images/flags/loyalist-flag-2.png
+share/wesnoth/data/core/images/flags/loyalist-flag-3.png
+share/wesnoth/data/core/images/flags/loyalist-flag-4.png
+share/wesnoth/data/core/images/flags/loyalist-flag-icon.png
+share/wesnoth/data/core/images/flags/ragged-flag-1.png
+share/wesnoth/data/core/images/flags/ragged-flag-2.png
+share/wesnoth/data/core/images/flags/ragged-flag-3.png
+share/wesnoth/data/core/images/flags/ragged-flag-4.png
+share/wesnoth/data/core/images/flags/ragged-flag-5.png
+share/wesnoth/data/core/images/flags/ragged-flag-6.png
+share/wesnoth/data/core/images/flags/ragged-flag-icon.png
+share/wesnoth/data/core/images/flags/undead-flag-1.png
+share/wesnoth/data/core/images/flags/undead-flag-2.png
+share/wesnoth/data/core/images/flags/undead-flag-3.png
+share/wesnoth/data/core/images/flags/undead-flag-4.png
+share/wesnoth/data/core/images/flags/undead-flag-icon.png
+share/wesnoth/data/core/images/flags/wood-elvish-flag-1.png
+share/wesnoth/data/core/images/flags/wood-elvish-flag-2.png
+share/wesnoth/data/core/images/flags/wood-elvish-flag-3.png
+share/wesnoth/data/core/images/flags/wood-elvish-flag-4.png
+share/wesnoth/data/core/images/flags/wood-elvish-flag-icon.png
share/wesnoth/data/core/images/halo/darkens-aura.png
-share/wesnoth/data/core/images/halo/elven/.gitignore
+share/wesnoth/data/core/images/halo/dragonguard/dg-muzzle-flash-n-1.png
+share/wesnoth/data/core/images/halo/dragonguard/dg-muzzle-flash-n-10.png
+share/wesnoth/data/core/images/halo/dragonguard/dg-muzzle-flash-n-11.png
+share/wesnoth/data/core/images/halo/dragonguard/dg-muzzle-flash-n-12.png
+share/wesnoth/data/core/images/halo/dragonguard/dg-muzzle-flash-n-13.png
+share/wesnoth/data/core/images/halo/dragonguard/dg-muzzle-flash-n-14.png
+share/wesnoth/data/core/images/halo/dragonguard/dg-muzzle-flash-n-15.png
+share/wesnoth/data/core/images/halo/dragonguard/dg-muzzle-flash-n-16.png
+share/wesnoth/data/core/images/halo/dragonguard/dg-muzzle-flash-n-17.png
+share/wesnoth/data/core/images/halo/dragonguard/dg-muzzle-flash-n-2.png
+share/wesnoth/data/core/images/halo/dragonguard/dg-muzzle-flash-n-3.png
+share/wesnoth/data/core/images/halo/dragonguard/dg-muzzle-flash-n-4.png
+share/wesnoth/data/core/images/halo/dragonguard/dg-muzzle-flash-n-5.png
+share/wesnoth/data/core/images/halo/dragonguard/dg-muzzle-flash-n-6.png
+share/wesnoth/data/core/images/halo/dragonguard/dg-muzzle-flash-n-7.png
+share/wesnoth/data/core/images/halo/dragonguard/dg-muzzle-flash-n-8.png
+share/wesnoth/data/core/images/halo/dragonguard/dg-muzzle-flash-n-9.png
+share/wesnoth/data/core/images/halo/dragonguard/dg-muzzle-flash-ne-1.png
+share/wesnoth/data/core/images/halo/dragonguard/dg-muzzle-flash-ne-10.png
+share/wesnoth/data/core/images/halo/dragonguard/dg-muzzle-flash-ne-11.png
+share/wesnoth/data/core/images/halo/dragonguard/dg-muzzle-flash-ne-12.png
+share/wesnoth/data/core/images/halo/dragonguard/dg-muzzle-flash-ne-13.png
+share/wesnoth/data/core/images/halo/dragonguard/dg-muzzle-flash-ne-14.png
+share/wesnoth/data/core/images/halo/dragonguard/dg-muzzle-flash-ne-15.png
+share/wesnoth/data/core/images/halo/dragonguard/dg-muzzle-flash-ne-16.png
+share/wesnoth/data/core/images/halo/dragonguard/dg-muzzle-flash-ne-17.png
+share/wesnoth/data/core/images/halo/dragonguard/dg-muzzle-flash-ne-2.png
+share/wesnoth/data/core/images/halo/dragonguard/dg-muzzle-flash-ne-3.png
+share/wesnoth/data/core/images/halo/dragonguard/dg-muzzle-flash-ne-4.png
+share/wesnoth/data/core/images/halo/dragonguard/dg-muzzle-flash-ne-5.png
+share/wesnoth/data/core/images/halo/dragonguard/dg-muzzle-flash-ne-6.png
+share/wesnoth/data/core/images/halo/dragonguard/dg-muzzle-flash-ne-7.png
+share/wesnoth/data/core/images/halo/dragonguard/dg-muzzle-flash-ne-8.png
+share/wesnoth/data/core/images/halo/dragonguard/dg-muzzle-flash-ne-9.png
+share/wesnoth/data/core/images/halo/dragonguard/dg-muzzle-flash-s-1.png
+share/wesnoth/data/core/images/halo/dragonguard/dg-muzzle-flash-s-10.png
+share/wesnoth/data/core/images/halo/dragonguard/dg-muzzle-flash-s-11.png
+share/wesnoth/data/core/images/halo/dragonguard/dg-muzzle-flash-s-12.png
+share/wesnoth/data/core/images/halo/dragonguard/dg-muzzle-flash-s-13.png
+share/wesnoth/data/core/images/halo/dragonguard/dg-muzzle-flash-s-14.png
+share/wesnoth/data/core/images/halo/dragonguard/dg-muzzle-flash-s-15.png
+share/wesnoth/data/core/images/halo/dragonguard/dg-muzzle-flash-s-16.png
+share/wesnoth/data/core/images/halo/dragonguard/dg-muzzle-flash-s-17.png
+share/wesnoth/data/core/images/halo/dragonguard/dg-muzzle-flash-s-2.png
+share/wesnoth/data/core/images/halo/dragonguard/dg-muzzle-flash-s-3.png
+share/wesnoth/data/core/images/halo/dragonguard/dg-muzzle-flash-s-4.png
+share/wesnoth/data/core/images/halo/dragonguard/dg-muzzle-flash-s-5.png
+share/wesnoth/data/core/images/halo/dragonguard/dg-muzzle-flash-s-6.png
+share/wesnoth/data/core/images/halo/dragonguard/dg-muzzle-flash-s-7.png
+share/wesnoth/data/core/images/halo/dragonguard/dg-muzzle-flash-s-8.png
+share/wesnoth/data/core/images/halo/dragonguard/dg-muzzle-flash-s-9.png
+share/wesnoth/data/core/images/halo/dragonguard/dg-muzzle-flash-se-1.png
+share/wesnoth/data/core/images/halo/dragonguard/dg-muzzle-flash-se-10.png
+share/wesnoth/data/core/images/halo/dragonguard/dg-muzzle-flash-se-11.png
+share/wesnoth/data/core/images/halo/dragonguard/dg-muzzle-flash-se-12.png
+share/wesnoth/data/core/images/halo/dragonguard/dg-muzzle-flash-se-13.png
+share/wesnoth/data/core/images/halo/dragonguard/dg-muzzle-flash-se-14.png
+share/wesnoth/data/core/images/halo/dragonguard/dg-muzzle-flash-se-15.png
+share/wesnoth/data/core/images/halo/dragonguard/dg-muzzle-flash-se-16.png
+share/wesnoth/data/core/images/halo/dragonguard/dg-muzzle-flash-se-17.png
+share/wesnoth/data/core/images/halo/dragonguard/dg-muzzle-flash-se-2.png
+share/wesnoth/data/core/images/halo/dragonguard/dg-muzzle-flash-se-3.png
+share/wesnoth/data/core/images/halo/dragonguard/dg-muzzle-flash-se-4.png
+share/wesnoth/data/core/images/halo/dragonguard/dg-muzzle-flash-se-5.png
+share/wesnoth/data/core/images/halo/dragonguard/dg-muzzle-flash-se-6.png
+share/wesnoth/data/core/images/halo/dragonguard/dg-muzzle-flash-se-7.png
+share/wesnoth/data/core/images/halo/dragonguard/dg-muzzle-flash-se-8.png
+share/wesnoth/data/core/images/halo/dragonguard/dg-muzzle-flash-se-9.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
@@ -2661,7 +2763,6 @@ share/wesnoth/data/core/images/halo/flame-burst-5.png
share/wesnoth/data/core/images/halo/flame-burst-6.png
share/wesnoth/data/core/images/halo/flame-burst-7.png
share/wesnoth/data/core/images/halo/flame-burst-8.png
-share/wesnoth/data/core/images/halo/holy/.gitignore
share/wesnoth/data/core/images/halo/holy/halo1.png
share/wesnoth/data/core/images/halo/holy/halo2.png
share/wesnoth/data/core/images/halo/holy/halo3.png
@@ -2744,7 +2845,6 @@ share/wesnoth/data/core/images/halo/teleport-6.png
share/wesnoth/data/core/images/halo/teleport-7.png
share/wesnoth/data/core/images/halo/teleport-8.png
share/wesnoth/data/core/images/halo/teleport-9.png
-share/wesnoth/data/core/images/halo/undead/.gitignore
share/wesnoth/data/core/images/halo/undead/black-magic-1.png
share/wesnoth/data/core/images/halo/undead/black-magic-2.png
share/wesnoth/data/core/images/halo/undead/black-magic-3.png
@@ -2777,7 +2877,6 @@ 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/.gitignore
share/wesnoth/data/core/images/help/hp-bars.png
share/wesnoth/data/core/images/help/hpxp.png
share/wesnoth/data/core/images/help/l10n/de/hpxp.png
@@ -2818,14 +2917,17 @@ share/wesnoth/data/core/images/help/l10n/sr@ijekavianlatin/recruit.png
share/wesnoth/data/core/images/help/l10n/sr@latin/hpxp.png
share/wesnoth/data/core/images/help/l10n/sr@latin/recruit.png
share/wesnoth/data/core/images/help/l10n/sr@latin/tooltip.png
+share/wesnoth/data/core/images/help/l10n/vi/hpxp.png
+share/wesnoth/data/core/images/help/l10n/vi/recruit.png
+share/wesnoth/data/core/images/help/l10n/vi/tooltip.png
share/wesnoth/data/core/images/help/l10n/zh_CN/hpxp.png
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/orb-black.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
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
@@ -2850,11 +2952,13 @@ share/wesnoth/data/core/images/icons/instrument_kantele.png
share/wesnoth/data/core/images/icons/jewelry_butterfly_pin.png
share/wesnoth/data/core/images/icons/jewelry_necklace_amber.png
share/wesnoth/data/core/images/icons/jewelry_ring_prismatic.png
+share/wesnoth/data/core/images/icons/key_silver.png
share/wesnoth/data/core/images/icons/letter_and_ale.png
share/wesnoth/data/core/images/icons/potion_green_medium.png
share/wesnoth/data/core/images/icons/potion_green_small.png
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/ring_gold.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
@@ -2865,7 +2969,6 @@ 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/.gitignore
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
@@ -2969,16 +3072,20 @@ share/wesnoth/data/core/images/lobby/status-obs-n.png
share/wesnoth/data/core/images/lobby/status-playing-f.png
share/wesnoth/data/core/images/lobby/status-playing-i.png
share/wesnoth/data/core/images/lobby/status-playing-n.png
-share/wesnoth/data/core/images/maps/.gitignore
share/wesnoth/data/core/images/maps/EDITING-HOWTO
+share/wesnoth/data/core/images/maps/background.jpg
+share/wesnoth/data/core/images/maps/l10n/de/titlescreen--overlay.png
share/wesnoth/data/core/images/maps/l10n/de/wesnoth--overlay.png
share/wesnoth/data/core/images/maps/l10n/es/wesnoth--overlay.png
share/wesnoth/data/core/images/maps/l10n/fr/wesnoth--overlay.png
+share/wesnoth/data/core/images/maps/l10n/gd/titlescreen--overlay.png
share/wesnoth/data/core/images/maps/l10n/gd/wesnoth--overlay.png
+share/wesnoth/data/core/images/maps/l10n/gl/titlescreen--overlay.png
share/wesnoth/data/core/images/maps/l10n/hu/wesnoth--overlay.png
share/wesnoth/data/core/images/maps/l10n/it/wesnoth--overlay.png
share/wesnoth/data/core/images/maps/l10n/la/wesnoth--overlay.png
-share/wesnoth/data/core/images/maps/l10n/lt/wesnoth--overlay.png
+share/wesnoth/data/core/images/maps/l10n/lt/titlescreen--overlay.png
+share/wesnoth/data/core/images/maps/l10n/pt/titlescreen--overlay.png
share/wesnoth/data/core/images/maps/l10n/pt/wesnoth--overlay.png
share/wesnoth/data/core/images/maps/l10n/ru/wesnoth--overlay.png
share/wesnoth/data/core/images/maps/l10n/sr/wesnoth--overlay.png
@@ -2986,13 +3093,24 @@ share/wesnoth/data/core/images/maps/l10n/sr@ijekavian/wesnoth--overlay.png
share/wesnoth/data/core/images/maps/l10n/sr@ijekavianlatin/wesnoth--overlay.png
share/wesnoth/data/core/images/maps/l10n/sr@latin/wesnoth--overlay.png
share/wesnoth/data/core/images/maps/l10n/zh_CN/wesnoth--overlay.png
+share/wesnoth/data/core/images/maps/titlescreen.png
share/wesnoth/data/core/images/maps/wesnoth.png
-share/wesnoth/data/core/images/misc/.gitignore
+share/wesnoth/data/core/images/masks/teleport-mask-0.png
+share/wesnoth/data/core/images/masks/teleport-mask-1.png
+share/wesnoth/data/core/images/masks/teleport-mask-2.png
+share/wesnoth/data/core/images/masks/teleport-mask-3.png
+share/wesnoth/data/core/images/masks/teleport-mask-4.png
+share/wesnoth/data/core/images/masks/teleport-mask-5.png
+share/wesnoth/data/core/images/masks/teleport-mask-6.png
+share/wesnoth/data/core/images/masks/teleport-mask-7.png
+share/wesnoth/data/core/images/masks/teleport-mask-8.png
+share/wesnoth/data/core/images/masks/teleport-mask-9.png
share/wesnoth/data/core/images/misc/blank-hex.png
share/wesnoth/data/core/images/misc/cross-white.png
share/wesnoth/data/core/images/misc/dot-white.png
share/wesnoth/data/core/images/misc/empty.png
share/wesnoth/data/core/images/misc/flag-red.png
+share/wesnoth/data/core/images/misc/flag-red2.png
share/wesnoth/data/core/images/misc/flag-white.png
share/wesnoth/data/core/images/misc/hero-icon.png
share/wesnoth/data/core/images/misc/icon-amla-tough.png
@@ -3009,26 +3127,43 @@ share/wesnoth/data/core/images/misc/l10n/nl/logo.png
share/wesnoth/data/core/images/misc/l10n/pt/logo.png
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/vi/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
+share/wesnoth/data/core/images/misc/new-battle2.png
share/wesnoth/data/core/images/misc/new-journey.png
share/wesnoth/data/core/images/misc/qmark.png
share/wesnoth/data/core/images/misc/red-x.png
share/wesnoth/data/core/images/misc/reloaded.png
-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
-share/wesnoth/data/core/images/misc/schedule-underground.png
-share/wesnoth/data/core/images/misc/tod-schedule-24hrs.png
+share/wesnoth/data/core/images/misc/time-schedules/after-the-fall/10afternoon2.png
+share/wesnoth/data/core/images/misc/time-schedules/after-the-fall/11dusk2.png
+share/wesnoth/data/core/images/misc/time-schedules/after-the-fall/12longdark1.png
+share/wesnoth/data/core/images/misc/time-schedules/after-the-fall/13longdark2.png
+share/wesnoth/data/core/images/misc/time-schedules/after-the-fall/14longdark3.png
+share/wesnoth/data/core/images/misc/time-schedules/after-the-fall/15longdark4.png
+share/wesnoth/data/core/images/misc/time-schedules/after-the-fall/1dawn1.png
+share/wesnoth/data/core/images/misc/time-schedules/after-the-fall/2morning1.png
+share/wesnoth/data/core/images/misc/time-schedules/after-the-fall/3midday1.png
+share/wesnoth/data/core/images/misc/time-schedules/after-the-fall/4afternoon1.png
+share/wesnoth/data/core/images/misc/time-schedules/after-the-fall/5dusk1.png
+share/wesnoth/data/core/images/misc/time-schedules/after-the-fall/6shortdark.png
+share/wesnoth/data/core/images/misc/time-schedules/after-the-fall/7dawn2.png
+share/wesnoth/data/core/images/misc/time-schedules/after-the-fall/8morning2.png
+share/wesnoth/data/core/images/misc/time-schedules/after-the-fall/9midday2.png
+share/wesnoth/data/core/images/misc/time-schedules/default/schedule-afternoon.png
+share/wesnoth/data/core/images/misc/time-schedules/default/schedule-dawn.png
+share/wesnoth/data/core/images/misc/time-schedules/default/schedule-dusk.png
+share/wesnoth/data/core/images/misc/time-schedules/default/schedule-firstwatch.png
+share/wesnoth/data/core/images/misc/time-schedules/default/schedule-morning.png
+share/wesnoth/data/core/images/misc/time-schedules/default/schedule-secondwatch.png
+share/wesnoth/data/core/images/misc/time-schedules/schedule-indoors.png
+share/wesnoth/data/core/images/misc/time-schedules/schedule-underground-illum.png
+share/wesnoth/data/core/images/misc/time-schedules/schedule-underground.png
+share/wesnoth/data/core/images/misc/time-schedules/tod-schedule-24hrs.png
share/wesnoth/data/core/images/misc/ums.png
share/wesnoth/data/core/images/misc/vision-fog-shroud.png
share/wesnoth/data/core/images/misc/vision-fog.png
@@ -3226,6 +3361,7 @@ share/wesnoth/data/core/images/portraits/humans/transparent/ranger.png
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-2.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
@@ -3258,16 +3394,21 @@ 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/deep-tentacle.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/deep-tentacle.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/monsters/transparent/young-ogre.png
+share/wesnoth/data/core/images/portraits/monsters/young-ogre.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
@@ -3298,10 +3439,21 @@ share/wesnoth/data/core/images/portraits/saurians/augur.png
share/wesnoth/data/core/images/portraits/saurians/skirmisher.png
share/wesnoth/data/core/images/portraits/saurians/transparent/augur.png
share/wesnoth/data/core/images/portraits/saurians/transparent/skirmisher.png
+share/wesnoth/data/core/images/portraits/trolls/transparent/troll-hero-alt.png
+share/wesnoth/data/core/images/portraits/trolls/transparent/troll-hero.png
+share/wesnoth/data/core/images/portraits/trolls/transparent/troll-rocklobber.png
+share/wesnoth/data/core/images/portraits/trolls/transparent/troll-shaman.png
+share/wesnoth/data/core/images/portraits/trolls/transparent/troll-warrior.png
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-hero-alt.png
+share/wesnoth/data/core/images/portraits/trolls/troll-hero.png
+share/wesnoth/data/core/images/portraits/trolls/troll-rocklobber.png
+share/wesnoth/data/core/images/portraits/trolls/troll-shaman.png
+share/wesnoth/data/core/images/portraits/trolls/troll-warrior.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/ancient-lich.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
@@ -3317,9 +3469,11 @@ 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/ancient-lich.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/brown-lich.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
@@ -3332,9 +3486,10 @@ share/wesnoth/data/core/images/portraits/undead/transparent/revenant.png
share/wesnoth/data/core/images/portraits/undead/transparent/shadow.png
share/wesnoth/data/core/images/portraits/undead/transparent/skeleton.png
share/wesnoth/data/core/images/portraits/undead/transparent/spectre.png
+share/wesnoth/data/core/images/portraits/undead/transparent/wraith.png
+share/wesnoth/data/core/images/portraits/undead/wraith.png
share/wesnoth/data/core/images/portraits/woses/ancient-wose.png
share/wesnoth/data/core/images/portraits/woses/transparent/ancient-wose.png
-share/wesnoth/data/core/images/projectiles/.gitignore
share/wesnoth/data/core/images/projectiles/bolas-n.png
share/wesnoth/data/core/images/projectiles/bolas-ne.png
share/wesnoth/data/core/images/projectiles/bone-n.png
@@ -3509,7 +3664,6 @@ share/wesnoth/data/core/images/projectiles/whitemissile-impact-7.png
share/wesnoth/data/core/images/projectiles/whitemissile-impact-8.png
share/wesnoth/data/core/images/projectiles/whitemissile-n.png
share/wesnoth/data/core/images/projectiles/whitemissile-ne.png
-share/wesnoth/data/core/images/scenery/.gitignore
share/wesnoth/data/core/images/scenery/castle-ruins.png
share/wesnoth/data/core/images/scenery/circle-magic-glow.png
share/wesnoth/data/core/images/scenery/circle-magic.png
@@ -3522,6 +3676,21 @@ share/wesnoth/data/core/images/scenery/fire5.png
share/wesnoth/data/core/images/scenery/fire6.png
share/wesnoth/data/core/images/scenery/fire7.png
share/wesnoth/data/core/images/scenery/fire8.png
+share/wesnoth/data/core/images/scenery/flames01.png
+share/wesnoth/data/core/images/scenery/flames02.png
+share/wesnoth/data/core/images/scenery/flames03.png
+share/wesnoth/data/core/images/scenery/flames04.png
+share/wesnoth/data/core/images/scenery/flames05.png
+share/wesnoth/data/core/images/scenery/flames06.png
+share/wesnoth/data/core/images/scenery/flames07.png
+share/wesnoth/data/core/images/scenery/flames08.png
+share/wesnoth/data/core/images/scenery/flames09.png
+share/wesnoth/data/core/images/scenery/flames10.png
+share/wesnoth/data/core/images/scenery/flames11.png
+share/wesnoth/data/core/images/scenery/flames12.png
+share/wesnoth/data/core/images/scenery/flames13.png
+share/wesnoth/data/core/images/scenery/flames14.png
+share/wesnoth/data/core/images/scenery/flames15.png
share/wesnoth/data/core/images/scenery/gate-rusty-se.png
share/wesnoth/data/core/images/scenery/gate-rusty-sw.png
share/wesnoth/data/core/images/scenery/icepack-1.png
@@ -3581,6 +3750,13 @@ share/wesnoth/data/core/images/scenery/shipwreck-1.png
share/wesnoth/data/core/images/scenery/signpost.png
share/wesnoth/data/core/images/scenery/slab1.png
share/wesnoth/data/core/images/scenery/snowbits.png
+share/wesnoth/data/core/images/scenery/summoning-center.png
+share/wesnoth/data/core/images/scenery/summoning-circle1.png
+share/wesnoth/data/core/images/scenery/summoning-circle2.png
+share/wesnoth/data/core/images/scenery/summoning-circle3.png
+share/wesnoth/data/core/images/scenery/summoning-circle4.png
+share/wesnoth/data/core/images/scenery/summoning-circle5.png
+share/wesnoth/data/core/images/scenery/summoning-circle6.png
share/wesnoth/data/core/images/scenery/temple1.png
share/wesnoth/data/core/images/scenery/tent-fancy-red.png
share/wesnoth/data/core/images/scenery/tent-ruin-1.png
@@ -3621,48 +3797,181 @@ 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/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/chasm-dock-l-ne.png
+share/wesnoth/data/core/images/terrain/bridge/chasm-dock-l-nw.png
+share/wesnoth/data/core/images/terrain/bridge/chasm-dock-ll-ne.png
+share/wesnoth/data/core/images/terrain/bridge/chasm-dock-ll-nw.png
+share/wesnoth/data/core/images/terrain/bridge/chasm-dock-ll-se.png
+share/wesnoth/data/core/images/terrain/bridge/chasm-dock-ll-sw.png
+share/wesnoth/data/core/images/terrain/bridge/chasm-dock-lx-ne.png
+share/wesnoth/data/core/images/terrain/bridge/chasm-dock-lx-nw.png
+share/wesnoth/data/core/images/terrain/bridge/chasm-dock-lx-se.png
+share/wesnoth/data/core/images/terrain/bridge/chasm-dock-lx-sw.png
+share/wesnoth/data/core/images/terrain/bridge/chasm-dock-n.png
+share/wesnoth/data/core/images/terrain/bridge/chasm-dock-ne.png
+share/wesnoth/data/core/images/terrain/bridge/chasm-dock-nw.png
+share/wesnoth/data/core/images/terrain/bridge/chasm-dock-s.png
+share/wesnoth/data/core/images/terrain/bridge/chasm-dock-se.png
+share/wesnoth/data/core/images/terrain/bridge/chasm-dock-sw.png
+share/wesnoth/data/core/images/terrain/bridge/chasm-dock-xl-ne.png
+share/wesnoth/data/core/images/terrain/bridge/chasm-dock-xl-nw.png
+share/wesnoth/data/core/images/terrain/bridge/chasm-dock-xl-se.png
+share/wesnoth/data/core/images/terrain/bridge/chasm-dock-xl-sw.png
+share/wesnoth/data/core/images/terrain/bridge/chasm-dock-xx-ne.png
+share/wesnoth/data/core/images/terrain/bridge/chasm-dock-xx-nw.png
+share/wesnoth/data/core/images/terrain/bridge/chasm-dock-xx-se.png
+share/wesnoth/data/core/images/terrain/bridge/chasm-dock-xx-sw.png
+share/wesnoth/data/core/images/terrain/bridge/chasm-l-ne.png
+share/wesnoth/data/core/images/terrain/bridge/chasm-l-nw.png
+share/wesnoth/data/core/images/terrain/bridge/chasm-l-se.png
+share/wesnoth/data/core/images/terrain/bridge/chasm-l-sw.png
+share/wesnoth/data/core/images/terrain/bridge/chasm-ll-se-nw.png
+share/wesnoth/data/core/images/terrain/bridge/chasm-ll-sw-ne.png
+share/wesnoth/data/core/images/terrain/bridge/chasm-lx-se-nw.png
+share/wesnoth/data/core/images/terrain/bridge/chasm-lx-sw-ne.png
+share/wesnoth/data/core/images/terrain/bridge/chasm-n.png
+share/wesnoth/data/core/images/terrain/bridge/chasm-ne.png
+share/wesnoth/data/core/images/terrain/bridge/chasm-nw.png
+share/wesnoth/data/core/images/terrain/bridge/chasm-s-n-tile.png
+share/wesnoth/data/core/images/terrain/bridge/chasm-s-n.png
+share/wesnoth/data/core/images/terrain/bridge/chasm-s.png
+share/wesnoth/data/core/images/terrain/bridge/chasm-se-nw-tile.png
+share/wesnoth/data/core/images/terrain/bridge/chasm-se-nw.png
+share/wesnoth/data/core/images/terrain/bridge/chasm-se.png
+share/wesnoth/data/core/images/terrain/bridge/chasm-sw-ne-tile.png
+share/wesnoth/data/core/images/terrain/bridge/chasm-sw-ne.png
+share/wesnoth/data/core/images/terrain/bridge/chasm-sw.png
+share/wesnoth/data/core/images/terrain/bridge/chasm-x-ne.png
+share/wesnoth/data/core/images/terrain/bridge/chasm-x-nw.png
+share/wesnoth/data/core/images/terrain/bridge/chasm-x-se.png
+share/wesnoth/data/core/images/terrain/bridge/chasm-x-sw.png
+share/wesnoth/data/core/images/terrain/bridge/chasm-xl-se-nw.png
+share/wesnoth/data/core/images/terrain/bridge/chasm-xl-sw-ne.png
+share/wesnoth/data/core/images/terrain/bridge/chasm-xx-se-nw.png
+share/wesnoth/data/core/images/terrain/bridge/chasm-xx-sw-ne.png
+share/wesnoth/data/core/images/terrain/bridge/hanging-c-n.png
+share/wesnoth/data/core/images/terrain/bridge/hanging-c-ne.png
+share/wesnoth/data/core/images/terrain/bridge/hanging-c-nw.png
+share/wesnoth/data/core/images/terrain/bridge/hanging-c-s.png
+share/wesnoth/data/core/images/terrain/bridge/hanging-c-se.png
+share/wesnoth/data/core/images/terrain/bridge/hanging-c-sw.png
+share/wesnoth/data/core/images/terrain/bridge/hanging-cx-n.png
+share/wesnoth/data/core/images/terrain/bridge/hanging-cx-ne.png
+share/wesnoth/data/core/images/terrain/bridge/hanging-cx-nw.png
+share/wesnoth/data/core/images/terrain/bridge/hanging-cx-s.png
+share/wesnoth/data/core/images/terrain/bridge/hanging-cx-se.png
+share/wesnoth/data/core/images/terrain/bridge/hanging-cx-sw.png
+share/wesnoth/data/core/images/terrain/bridge/hanging-n.png
+share/wesnoth/data/core/images/terrain/bridge/hanging-ne.png
+share/wesnoth/data/core/images/terrain/bridge/hanging-nw.png
+share/wesnoth/data/core/images/terrain/bridge/hanging-s-n-tile.png
+share/wesnoth/data/core/images/terrain/bridge/hanging-s-n.png
+share/wesnoth/data/core/images/terrain/bridge/hanging-s.png
+share/wesnoth/data/core/images/terrain/bridge/hanging-se-nw-tile.png
+share/wesnoth/data/core/images/terrain/bridge/hanging-se-nw.png
+share/wesnoth/data/core/images/terrain/bridge/hanging-se.png
+share/wesnoth/data/core/images/terrain/bridge/hanging-short-n.png
+share/wesnoth/data/core/images/terrain/bridge/hanging-short-nw.png
+share/wesnoth/data/core/images/terrain/bridge/hanging-short-s.png
+share/wesnoth/data/core/images/terrain/bridge/hanging-sw-ne-tile.png
+share/wesnoth/data/core/images/terrain/bridge/hanging-sw-ne.png
+share/wesnoth/data/core/images/terrain/bridge/hanging-sw.png
+share/wesnoth/data/core/images/terrain/bridge/hanging-w-ne.png
+share/wesnoth/data/core/images/terrain/bridge/hanging-w-nw.png
+share/wesnoth/data/core/images/terrain/bridge/hanging-w-se.png
+share/wesnoth/data/core/images/terrain/bridge/hanging-w-sw.png
+share/wesnoth/data/core/images/terrain/bridge/hanging-water-n.png
+share/wesnoth/data/core/images/terrain/bridge/hanging-water-ne.png
+share/wesnoth/data/core/images/terrain/bridge/hanging-wx-ne.png
+share/wesnoth/data/core/images/terrain/bridge/hanging-wx-nw.png
+share/wesnoth/data/core/images/terrain/bridge/hanging-wx-se.png
+share/wesnoth/data/core/images/terrain/bridge/hanging-wx-sw.png
+share/wesnoth/data/core/images/terrain/bridge/hanging-x-ne.png
+share/wesnoth/data/core/images/terrain/bridge/hanging-x-nw.png
+share/wesnoth/data/core/images/terrain/bridge/hanging-x-se-nw.png
+share/wesnoth/data/core/images/terrain/bridge/hanging-x-se.png
+share/wesnoth/data/core/images/terrain/bridge/hanging-x-sw-ne.png
+share/wesnoth/data/core/images/terrain/bridge/hanging-x-sw.png
+share/wesnoth/data/core/images/terrain/bridge/hanging-xx-se-nw.png
+share/wesnoth/data/core/images/terrain/bridge/hanging-xx-sw-ne.png
+share/wesnoth/data/core/images/terrain/bridge/planks-dock-n.png
+share/wesnoth/data/core/images/terrain/bridge/planks-dock-ne.png
+share/wesnoth/data/core/images/terrain/bridge/planks-dock-nw.png
+share/wesnoth/data/core/images/terrain/bridge/planks-dock-s.png
+share/wesnoth/data/core/images/terrain/bridge/planks-dock-se.png
+share/wesnoth/data/core/images/terrain/bridge/planks-dock-sw.png
+share/wesnoth/data/core/images/terrain/bridge/planks-n-nw.png
+share/wesnoth/data/core/images/terrain/bridge/planks-n-se-sw.png
+share/wesnoth/data/core/images/terrain/bridge/planks-n-se.png
+share/wesnoth/data/core/images/terrain/bridge/planks-n.png
+share/wesnoth/data/core/images/terrain/bridge/planks-ne-nw-c.png
+share/wesnoth/data/core/images/terrain/bridge/planks-ne-nw-cr.png
+share/wesnoth/data/core/images/terrain/bridge/planks-ne-nw-l.png
+share/wesnoth/data/core/images/terrain/bridge/planks-ne-nw-lc.png
+share/wesnoth/data/core/images/terrain/bridge/planks-ne-nw-lr.png
+share/wesnoth/data/core/images/terrain/bridge/planks-ne-nw-r.png
+share/wesnoth/data/core/images/terrain/bridge/planks-ne-nw.png
+share/wesnoth/data/core/images/terrain/bridge/planks-ne-s-nw-l.png
+share/wesnoth/data/core/images/terrain/bridge/planks-ne-s-nw-r.png
+share/wesnoth/data/core/images/terrain/bridge/planks-ne-s-nw.png
+share/wesnoth/data/core/images/terrain/bridge/planks-ne-s.png
+share/wesnoth/data/core/images/terrain/bridge/planks-ne.png
+share/wesnoth/data/core/images/terrain/bridge/planks-nw.png
+share/wesnoth/data/core/images/terrain/bridge/planks-s-n.png
+share/wesnoth/data/core/images/terrain/bridge/planks-s-nw.png
+share/wesnoth/data/core/images/terrain/bridge/planks-s.png
+share/wesnoth/data/core/images/terrain/bridge/planks-se-nw-tile.png
+share/wesnoth/data/core/images/terrain/bridge/planks-se-nw.png
+share/wesnoth/data/core/images/terrain/bridge/planks-se.png
+share/wesnoth/data/core/images/terrain/bridge/planks-short-dock-ne.png
+share/wesnoth/data/core/images/terrain/bridge/planks-short-dock-nw.png
+share/wesnoth/data/core/images/terrain/bridge/planks-short-dock-se.png
+share/wesnoth/data/core/images/terrain/bridge/planks-short-dock-sw.png
+share/wesnoth/data/core/images/terrain/bridge/planks-short-n-se-sw.png
+share/wesnoth/data/core/images/terrain/bridge/planks-short-n-se.png
+share/wesnoth/data/core/images/terrain/bridge/planks-short-ne-nw.png
+share/wesnoth/data/core/images/terrain/bridge/planks-short-ne-s-nw.png
+share/wesnoth/data/core/images/terrain/bridge/planks-short-ne-s.png
+share/wesnoth/data/core/images/terrain/bridge/planks-short-ne.png
+share/wesnoth/data/core/images/terrain/bridge/planks-short-nw.png
+share/wesnoth/data/core/images/terrain/bridge/planks-short-s-nw.png
+share/wesnoth/data/core/images/terrain/bridge/planks-short-se-nw.png
+share/wesnoth/data/core/images/terrain/bridge/planks-short-se.png
+share/wesnoth/data/core/images/terrain/bridge/planks-short-sw-n.png
+share/wesnoth/data/core/images/terrain/bridge/planks-short-sw-ne.png
+share/wesnoth/data/core/images/terrain/bridge/planks-short-sw-se.png
+share/wesnoth/data/core/images/terrain/bridge/planks-short-sw.png
+share/wesnoth/data/core/images/terrain/bridge/planks-sw-n.png
+share/wesnoth/data/core/images/terrain/bridge/planks-sw-ne-tile.png
+share/wesnoth/data/core/images/terrain/bridge/planks-sw-ne.png
+share/wesnoth/data/core/images/terrain/bridge/planks-sw-nw.png
+share/wesnoth/data/core/images/terrain/bridge/planks-sw-se.png
+share/wesnoth/data/core/images/terrain/bridge/planks-sw.png
+share/wesnoth/data/core/images/terrain/bridge/stonebridge-castle-s.png
+share/wesnoth/data/core/images/terrain/bridge/stonebridge-castle-se.png
+share/wesnoth/data/core/images/terrain/bridge/stonebridge-castle-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-n.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-short-n.png
+share/wesnoth/data/core/images/terrain/bridge/stonebridge-short-ne.png
+share/wesnoth/data/core/images/terrain/bridge/stonebridge-short-nw.png
+share/wesnoth/data/core/images/terrain/bridge/stonebridge-sw-ne.png
share/wesnoth/data/core/images/terrain/bridge/stonebridge-sw.png
+share/wesnoth/data/core/images/terrain/bridge/stonebridge-water-n.png
+share/wesnoth/data/core/images/terrain/bridge/stonebridge-water-ne.png
+share/wesnoth/data/core/images/terrain/bridge/stonebridge-water-nw.png
+share/wesnoth/data/core/images/terrain/bridge/stonebridge-water-s.png
+share/wesnoth/data/core/images/terrain/bridge/stonebridge-water-se.png
+share/wesnoth/data/core/images/terrain/bridge/stonebridge-water-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
@@ -3700,7 +4009,6 @@ 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/.gitignore
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
@@ -3754,7 +4062,6 @@ share/wesnoth/data/core/images/terrain/castle/dwarven-castle-wall-cw-tr.png
share/wesnoth/data/core/images/terrain/castle/dwarven-keep-floor.png
share/wesnoth/data/core/images/terrain/castle/dwarven-keep-tile.png
share/wesnoth/data/core/images/terrain/castle/dwarven-keep.png
-share/wesnoth/data/core/images/terrain/castle/elven/.gitignore
share/wesnoth/data/core/images/terrain/castle/elven/castle-concave-bl.png
share/wesnoth/data/core/images/terrain/castle/elven/castle-concave-br.png
share/wesnoth/data/core/images/terrain/castle/elven/castle-concave-l.png
@@ -4372,7 +4679,6 @@ 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/.gitignore
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
@@ -4750,7 +5056,6 @@ 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/.gitignore
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
@@ -5009,6 +5314,7 @@ 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/fog/fog-all.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
@@ -5034,7 +5340,6 @@ 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/.gitignore
share/wesnoth/data/core/images/terrain/forest/deciduous-fall-small.png
share/wesnoth/data/core/images/terrain/forest/deciduous-fall-sparse-small.png
share/wesnoth/data/core/images/terrain/forest/deciduous-fall-sparse.png
@@ -5080,6 +5385,7 @@ share/wesnoth/data/core/images/terrain/forest/forested-mixed-summer-hills-tile.p
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/forested-tropical-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
@@ -5151,12 +5457,132 @@ share/wesnoth/data/core/images/terrain/forest/snow-forest.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/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/forest/tropical/jungle-hills-tile.png
+share/wesnoth/data/core/images/terrain/forest/tropical/jungle-small.png
+share/wesnoth/data/core/images/terrain/forest/tropical/jungle-small2.png
+share/wesnoth/data/core/images/terrain/forest/tropical/jungle-small3.png
+share/wesnoth/data/core/images/terrain/forest/tropical/jungle-small4.png
+share/wesnoth/data/core/images/terrain/forest/tropical/jungle-small5.png
+share/wesnoth/data/core/images/terrain/forest/tropical/jungle-small6.png
+share/wesnoth/data/core/images/terrain/forest/tropical/jungle-small7.png
+share/wesnoth/data/core/images/terrain/forest/tropical/jungle-small8.png
+share/wesnoth/data/core/images/terrain/forest/tropical/jungle-small9.png
+share/wesnoth/data/core/images/terrain/forest/tropical/jungle-sparse-small.png
+share/wesnoth/data/core/images/terrain/forest/tropical/jungle-sparse-small2.png
+share/wesnoth/data/core/images/terrain/forest/tropical/jungle-sparse-small3.png
+share/wesnoth/data/core/images/terrain/forest/tropical/jungle-sparse-small4.png
+share/wesnoth/data/core/images/terrain/forest/tropical/jungle-sparse-small5.png
+share/wesnoth/data/core/images/terrain/forest/tropical/jungle-sparse-small6.png
+share/wesnoth/data/core/images/terrain/forest/tropical/jungle-sparse.png
+share/wesnoth/data/core/images/terrain/forest/tropical/jungle-sparse2.png
+share/wesnoth/data/core/images/terrain/forest/tropical/jungle-sparse3.png
+share/wesnoth/data/core/images/terrain/forest/tropical/jungle-sparse4.png
+share/wesnoth/data/core/images/terrain/forest/tropical/jungle-sparse5.png
+share/wesnoth/data/core/images/terrain/forest/tropical/jungle-sparse6.png
+share/wesnoth/data/core/images/terrain/forest/tropical/jungle-tile.png
+share/wesnoth/data/core/images/terrain/forest/tropical/jungle.png
+share/wesnoth/data/core/images/terrain/forest/tropical/jungle2.png
+share/wesnoth/data/core/images/terrain/forest/tropical/jungle3.png
+share/wesnoth/data/core/images/terrain/forest/tropical/jungle4.png
+share/wesnoth/data/core/images/terrain/forest/tropical/jungle5.png
+share/wesnoth/data/core/images/terrain/forest/tropical/jungle6.png
+share/wesnoth/data/core/images/terrain/forest/tropical/jungle7.png
+share/wesnoth/data/core/images/terrain/forest/tropical/jungle8.png
+share/wesnoth/data/core/images/terrain/forest/tropical/jungle9.png
+share/wesnoth/data/core/images/terrain/forest/tropical/palm-desert-small.png
+share/wesnoth/data/core/images/terrain/forest/tropical/palm-desert-small2.png
+share/wesnoth/data/core/images/terrain/forest/tropical/palm-desert-small3.png
+share/wesnoth/data/core/images/terrain/forest/tropical/palm-desert-small4.png
+share/wesnoth/data/core/images/terrain/forest/tropical/palm-desert-small5.png
+share/wesnoth/data/core/images/terrain/forest/tropical/palm-desert-small6.png
+share/wesnoth/data/core/images/terrain/forest/tropical/palm-desert-sparse.png
+share/wesnoth/data/core/images/terrain/forest/tropical/palm-desert-sparse2.png
+share/wesnoth/data/core/images/terrain/forest/tropical/palm-desert-sparse3.png
+share/wesnoth/data/core/images/terrain/forest/tropical/palm-desert-sparse4.png
+share/wesnoth/data/core/images/terrain/forest/tropical/palm-desert-sparse5.png
+share/wesnoth/data/core/images/terrain/forest/tropical/palm-desert-sparse6.png
+share/wesnoth/data/core/images/terrain/forest/tropical/palm-desert-tile.png
+share/wesnoth/data/core/images/terrain/forest/tropical/palm-desert.png
+share/wesnoth/data/core/images/terrain/forest/tropical/palm-desert2.png
+share/wesnoth/data/core/images/terrain/forest/tropical/palm-desert3.png
+share/wesnoth/data/core/images/terrain/forest/tropical/palm-desert4.png
+share/wesnoth/data/core/images/terrain/forest/tropical/palm-desert5.png
+share/wesnoth/data/core/images/terrain/forest/tropical/palm-desert6.png
+share/wesnoth/data/core/images/terrain/forest/tropical/palms-on-dunes-tile.png
+share/wesnoth/data/core/images/terrain/forest/tropical/palms-on-hills-tile.png
+share/wesnoth/data/core/images/terrain/forest/tropical/palms-small.png
+share/wesnoth/data/core/images/terrain/forest/tropical/palms-small2.png
+share/wesnoth/data/core/images/terrain/forest/tropical/palms-small3.png
+share/wesnoth/data/core/images/terrain/forest/tropical/palms-small4.png
+share/wesnoth/data/core/images/terrain/forest/tropical/palms-small5.png
+share/wesnoth/data/core/images/terrain/forest/tropical/palms-small6.png
+share/wesnoth/data/core/images/terrain/forest/tropical/palms-sparse-small.png
+share/wesnoth/data/core/images/terrain/forest/tropical/palms-sparse-small2.png
+share/wesnoth/data/core/images/terrain/forest/tropical/palms-sparse-small3.png
+share/wesnoth/data/core/images/terrain/forest/tropical/palms-sparse-small4.png
+share/wesnoth/data/core/images/terrain/forest/tropical/palms-sparse-small5.png
+share/wesnoth/data/core/images/terrain/forest/tropical/palms-sparse-small6.png
+share/wesnoth/data/core/images/terrain/forest/tropical/palms-sparse.png
+share/wesnoth/data/core/images/terrain/forest/tropical/palms-sparse2.png
+share/wesnoth/data/core/images/terrain/forest/tropical/palms-sparse3.png
+share/wesnoth/data/core/images/terrain/forest/tropical/palms-sparse4.png
+share/wesnoth/data/core/images/terrain/forest/tropical/palms-sparse5.png
+share/wesnoth/data/core/images/terrain/forest/tropical/palms-sparse6.png
+share/wesnoth/data/core/images/terrain/forest/tropical/palms-tile.png
+share/wesnoth/data/core/images/terrain/forest/tropical/palms.png
+share/wesnoth/data/core/images/terrain/forest/tropical/palms2.png
+share/wesnoth/data/core/images/terrain/forest/tropical/palms3.png
+share/wesnoth/data/core/images/terrain/forest/tropical/palms4.png
+share/wesnoth/data/core/images/terrain/forest/tropical/palms5.png
+share/wesnoth/data/core/images/terrain/forest/tropical/palms6.png
+share/wesnoth/data/core/images/terrain/forest/tropical/rainforest-small.png
+share/wesnoth/data/core/images/terrain/forest/tropical/rainforest-small2.png
+share/wesnoth/data/core/images/terrain/forest/tropical/rainforest-small3.png
+share/wesnoth/data/core/images/terrain/forest/tropical/rainforest-small4.png
+share/wesnoth/data/core/images/terrain/forest/tropical/rainforest-small5.png
+share/wesnoth/data/core/images/terrain/forest/tropical/rainforest-small6.png
+share/wesnoth/data/core/images/terrain/forest/tropical/rainforest-tile.png
+share/wesnoth/data/core/images/terrain/forest/tropical/rainforest.png
+share/wesnoth/data/core/images/terrain/forest/tropical/rainforest2.png
+share/wesnoth/data/core/images/terrain/forest/tropical/rainforest3.png
+share/wesnoth/data/core/images/terrain/forest/tropical/rainforest4.png
+share/wesnoth/data/core/images/terrain/forest/tropical/rainforest5.png
+share/wesnoth/data/core/images/terrain/forest/tropical/rainforest6.png
+share/wesnoth/data/core/images/terrain/forest/tropical/rainforest7.png
+share/wesnoth/data/core/images/terrain/forest/tropical/rainforest8.png
+share/wesnoth/data/core/images/terrain/forest/tropical/rainforest9.png
+share/wesnoth/data/core/images/terrain/forest/tropical/savanna-hills-tile.png
+share/wesnoth/data/core/images/terrain/forest/tropical/savanna-small.png
+share/wesnoth/data/core/images/terrain/forest/tropical/savanna-small2.png
+share/wesnoth/data/core/images/terrain/forest/tropical/savanna-small3.png
+share/wesnoth/data/core/images/terrain/forest/tropical/savanna-small4.png
+share/wesnoth/data/core/images/terrain/forest/tropical/savanna-small5.png
+share/wesnoth/data/core/images/terrain/forest/tropical/savanna-small6.png
+share/wesnoth/data/core/images/terrain/forest/tropical/savanna-sparse-small.png
+share/wesnoth/data/core/images/terrain/forest/tropical/savanna-sparse-small2.png
+share/wesnoth/data/core/images/terrain/forest/tropical/savanna-sparse-small3.png
+share/wesnoth/data/core/images/terrain/forest/tropical/savanna-sparse-small4.png
+share/wesnoth/data/core/images/terrain/forest/tropical/savanna-sparse-small5.png
+share/wesnoth/data/core/images/terrain/forest/tropical/savanna-sparse-small6.png
+share/wesnoth/data/core/images/terrain/forest/tropical/savanna-sparse.png
+share/wesnoth/data/core/images/terrain/forest/tropical/savanna-sparse2.png
+share/wesnoth/data/core/images/terrain/forest/tropical/savanna-sparse3.png
+share/wesnoth/data/core/images/terrain/forest/tropical/savanna-sparse4.png
+share/wesnoth/data/core/images/terrain/forest/tropical/savanna-sparse5.png
+share/wesnoth/data/core/images/terrain/forest/tropical/savanna-sparse6.png
+share/wesnoth/data/core/images/terrain/forest/tropical/savanna-tile.png
+share/wesnoth/data/core/images/terrain/forest/tropical/savanna.png
+share/wesnoth/data/core/images/terrain/forest/tropical/savanna10.png
+share/wesnoth/data/core/images/terrain/forest/tropical/savanna11.png
+share/wesnoth/data/core/images/terrain/forest/tropical/savanna12.png
+share/wesnoth/data/core/images/terrain/forest/tropical/savanna2.png
+share/wesnoth/data/core/images/terrain/forest/tropical/savanna3.png
+share/wesnoth/data/core/images/terrain/forest/tropical/savanna4.png
+share/wesnoth/data/core/images/terrain/forest/tropical/savanna5.png
+share/wesnoth/data/core/images/terrain/forest/tropical/savanna6.png
+share/wesnoth/data/core/images/terrain/forest/tropical/savanna7.png
+share/wesnoth/data/core/images/terrain/forest/tropical/savanna8.png
+share/wesnoth/data/core/images/terrain/forest/tropical/savanna9.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
@@ -5281,7 +5707,6 @@ 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
@@ -5555,6 +5980,67 @@ 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/misc/detritus/detritusA-1.png
+share/wesnoth/data/core/images/terrain/misc/detritus/detritusA-2.png
+share/wesnoth/data/core/images/terrain/misc/detritus/detritusA-3.png
+share/wesnoth/data/core/images/terrain/misc/detritus/detritusA-4.png
+share/wesnoth/data/core/images/terrain/misc/detritus/detritusA-5.png
+share/wesnoth/data/core/images/terrain/misc/detritus/detritusB-1.png
+share/wesnoth/data/core/images/terrain/misc/detritus/detritusB-10.png
+share/wesnoth/data/core/images/terrain/misc/detritus/detritusB-11.png
+share/wesnoth/data/core/images/terrain/misc/detritus/detritusB-12.png
+share/wesnoth/data/core/images/terrain/misc/detritus/detritusB-13.png
+share/wesnoth/data/core/images/terrain/misc/detritus/detritusB-14.png
+share/wesnoth/data/core/images/terrain/misc/detritus/detritusB-15.png
+share/wesnoth/data/core/images/terrain/misc/detritus/detritusB-16.png
+share/wesnoth/data/core/images/terrain/misc/detritus/detritusB-2.png
+share/wesnoth/data/core/images/terrain/misc/detritus/detritusB-3.png
+share/wesnoth/data/core/images/terrain/misc/detritus/detritusB-4.png
+share/wesnoth/data/core/images/terrain/misc/detritus/detritusB-5.png
+share/wesnoth/data/core/images/terrain/misc/detritus/detritusB-6.png
+share/wesnoth/data/core/images/terrain/misc/detritus/detritusB-7.png
+share/wesnoth/data/core/images/terrain/misc/detritus/detritusB-8.png
+share/wesnoth/data/core/images/terrain/misc/detritus/detritusB-9.png
+share/wesnoth/data/core/images/terrain/misc/detritus/detritusC-1.png
+share/wesnoth/data/core/images/terrain/misc/detritus/detritusC-2.png
+share/wesnoth/data/core/images/terrain/misc/detritus/detritusC-3.png
+share/wesnoth/data/core/images/terrain/misc/detritus/detritusC-4.png
+share/wesnoth/data/core/images/terrain/misc/detritus/detritusC-5.png
+share/wesnoth/data/core/images/terrain/misc/detritus/detritusC-6.png
+share/wesnoth/data/core/images/terrain/misc/detritus/detritusC-7.png
+share/wesnoth/data/core/images/terrain/misc/detritus/liter.png
+share/wesnoth/data/core/images/terrain/misc/detritus/liter2.png
+share/wesnoth/data/core/images/terrain/misc/detritus/liter3.png
+share/wesnoth/data/core/images/terrain/misc/detritus/liter4.png
+share/wesnoth/data/core/images/terrain/misc/detritus/liter5.png
+share/wesnoth/data/core/images/terrain/misc/detritus/liter6.png
+share/wesnoth/data/core/images/terrain/misc/detritus/trashA-1.png
+share/wesnoth/data/core/images/terrain/misc/detritus/trashA-2.png
+share/wesnoth/data/core/images/terrain/misc/detritus/trashA-3.png
+share/wesnoth/data/core/images/terrain/misc/detritus/trashA-4.png
+share/wesnoth/data/core/images/terrain/misc/detritus/trashA-5.png
+share/wesnoth/data/core/images/terrain/misc/detritus/trashB-1.png
+share/wesnoth/data/core/images/terrain/misc/detritus/trashB-10.png
+share/wesnoth/data/core/images/terrain/misc/detritus/trashB-2.png
+share/wesnoth/data/core/images/terrain/misc/detritus/trashB-3.png
+share/wesnoth/data/core/images/terrain/misc/detritus/trashB-4.png
+share/wesnoth/data/core/images/terrain/misc/detritus/trashB-5.png
+share/wesnoth/data/core/images/terrain/misc/detritus/trashB-6.png
+share/wesnoth/data/core/images/terrain/misc/detritus/trashB-7.png
+share/wesnoth/data/core/images/terrain/misc/detritus/trashB-8.png
+share/wesnoth/data/core/images/terrain/misc/detritus/trashB-9.png
+share/wesnoth/data/core/images/terrain/misc/detritus/trashC-1.png
+share/wesnoth/data/core/images/terrain/misc/detritus/trashC-2.png
+share/wesnoth/data/core/images/terrain/misc/detritus/trashC-3.png
+share/wesnoth/data/core/images/terrain/misc/detritus/trashC-4.png
+share/wesnoth/data/core/images/terrain/misc/fire-A01.png
+share/wesnoth/data/core/images/terrain/misc/fire-A02.png
+share/wesnoth/data/core/images/terrain/misc/fire-A03.png
+share/wesnoth/data/core/images/terrain/misc/fire-A04.png
+share/wesnoth/data/core/images/terrain/misc/fire-A05.png
+share/wesnoth/data/core/images/terrain/misc/fire-A06.png
+share/wesnoth/data/core/images/terrain/misc/fire-A07.png
+share/wesnoth/data/core/images/terrain/misc/fire-A08.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
@@ -5728,7 +6214,6 @@ 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/.gitignore
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
@@ -5903,7 +6388,6 @@ 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/.gitignore
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
@@ -5936,8 +6420,6 @@ 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
share/wesnoth/data/core/images/terrain/swamp/water-n-ne.png
share/wesnoth/data/core/images/terrain/swamp/water-n.png
@@ -5947,8 +6429,10 @@ share/wesnoth/data/core/images/terrain/swamp/water-ne.png
share/wesnoth/data/core/images/terrain/swamp/water-nw-n-ne.png
share/wesnoth/data/core/images/terrain/swamp/water-nw-n.png
share/wesnoth/data/core/images/terrain/swamp/water-nw.png
-share/wesnoth/data/core/images/terrain/swamp/water-plant1.png
+share/wesnoth/data/core/images/terrain/swamp/water-plant.png
share/wesnoth/data/core/images/terrain/swamp/water-plant2.png
+share/wesnoth/data/core/images/terrain/swamp/water-plant3.png
+share/wesnoth/data/core/images/terrain/swamp/water-plant4.png
share/wesnoth/data/core/images/terrain/swamp/water-s-sw-nw.png
share/wesnoth/data/core/images/terrain/swamp/water-s-sw.png
share/wesnoth/data/core/images/terrain/swamp/water-s.png
@@ -5962,6 +6446,103 @@ 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/symbols/terrain_group_all_30-pressed.png
+share/wesnoth/data/core/images/terrain/symbols/terrain_group_all_30.png
+share/wesnoth/data/core/images/terrain/symbols/terrain_group_bridges_30-pressed.png
+share/wesnoth/data/core/images/terrain/symbols/terrain_group_bridges_30.png
+share/wesnoth/data/core/images/terrain/symbols/terrain_group_castle_30-pressed.png
+share/wesnoth/data/core/images/terrain/symbols/terrain_group_castle_30.png
+share/wesnoth/data/core/images/terrain/symbols/terrain_group_caves_30-pressed.png
+share/wesnoth/data/core/images/terrain/symbols/terrain_group_caves_30.png
+share/wesnoth/data/core/images/terrain/symbols/terrain_group_custom2_30-pressed.png
+share/wesnoth/data/core/images/terrain/symbols/terrain_group_custom2_30.png
+share/wesnoth/data/core/images/terrain/symbols/terrain_group_custom3_30-pressed.png
+share/wesnoth/data/core/images/terrain/symbols/terrain_group_custom3_30.png
+share/wesnoth/data/core/images/terrain/symbols/terrain_group_custom_04_30-pressed.png
+share/wesnoth/data/core/images/terrain/symbols/terrain_group_custom_04_30.png
+share/wesnoth/data/core/images/terrain/symbols/terrain_group_custom_30-pressed.png
+share/wesnoth/data/core/images/terrain/symbols/terrain_group_custom_30.png
+share/wesnoth/data/core/images/terrain/symbols/terrain_group_embellishments_30-pressed.png
+share/wesnoth/data/core/images/terrain/symbols/terrain_group_embellishments_30.png
+share/wesnoth/data/core/images/terrain/symbols/terrain_group_fall_30-pressed.png
+share/wesnoth/data/core/images/terrain/symbols/terrain_group_fall_30.png
+share/wesnoth/data/core/images/terrain/symbols/terrain_group_flat_30-pressed.png
+share/wesnoth/data/core/images/terrain/symbols/terrain_group_flat_30.png
+share/wesnoth/data/core/images/terrain/symbols/terrain_group_forest_30-pressed.png
+share/wesnoth/data/core/images/terrain/symbols/terrain_group_forest_30.png
+share/wesnoth/data/core/images/terrain/symbols/terrain_group_frozen_30-pressed.png
+share/wesnoth/data/core/images/terrain/symbols/terrain_group_frozen_30.png
+share/wesnoth/data/core/images/terrain/symbols/terrain_group_hills_30-pressed.png
+share/wesnoth/data/core/images/terrain/symbols/terrain_group_hills_30.png
+share/wesnoth/data/core/images/terrain/symbols/terrain_group_keep_30-pressed.png
+share/wesnoth/data/core/images/terrain/symbols/terrain_group_keep_30.png
+share/wesnoth/data/core/images/terrain/symbols/terrain_group_mainline_30-pressed.png
+share/wesnoth/data/core/images/terrain/symbols/terrain_group_mainline_30.png
+share/wesnoth/data/core/images/terrain/symbols/terrain_group_mountains_30-pressed.png
+share/wesnoth/data/core/images/terrain/symbols/terrain_group_mountains_30.png
+share/wesnoth/data/core/images/terrain/symbols/terrain_group_mushrooms_30-pressed.png
+share/wesnoth/data/core/images/terrain/symbols/terrain_group_mushrooms_30.png
+share/wesnoth/data/core/images/terrain/symbols/terrain_group_reef_30-pressed.png
+share/wesnoth/data/core/images/terrain/symbols/terrain_group_reef_30.png
+share/wesnoth/data/core/images/terrain/symbols/terrain_group_sand_30-pressed.png
+share/wesnoth/data/core/images/terrain/symbols/terrain_group_sand_30.png
+share/wesnoth/data/core/images/terrain/symbols/terrain_group_spring_30-pressed.png
+share/wesnoth/data/core/images/terrain/symbols/terrain_group_spring_30.png
+share/wesnoth/data/core/images/terrain/symbols/terrain_group_swamp_30-pressed.png
+share/wesnoth/data/core/images/terrain/symbols/terrain_group_swamp_30.png
+share/wesnoth/data/core/images/terrain/symbols/terrain_group_unwalkable_30-pressed.png
+share/wesnoth/data/core/images/terrain/symbols/terrain_group_unwalkable_30.png
+share/wesnoth/data/core/images/terrain/symbols/terrain_group_village_30-pressed.png
+share/wesnoth/data/core/images/terrain/symbols/terrain_group_village_30.png
+share/wesnoth/data/core/images/terrain/symbols/terrain_group_water_deep_30-pressed.png
+share/wesnoth/data/core/images/terrain/symbols/terrain_group_water_deep_30.png
+share/wesnoth/data/core/images/terrain/symbols/terrain_group_water_shallow_30-pressed.png
+share/wesnoth/data/core/images/terrain/symbols/terrain_group_water_shallow_30.png
+share/wesnoth/data/core/images/terrain/symbols/terrain_group_x_30-pressed.png
+share/wesnoth/data/core/images/terrain/symbols/terrain_group_x_30.png
+share/wesnoth/data/core/images/terrain/symbols/terrain_type_castle.png
+share/wesnoth/data/core/images/terrain/symbols/terrain_type_castle_30.png
+share/wesnoth/data/core/images/terrain/symbols/terrain_type_cave.png
+share/wesnoth/data/core/images/terrain/symbols/terrain_type_cave_30.png
+share/wesnoth/data/core/images/terrain/symbols/terrain_type_deep_water.png
+share/wesnoth/data/core/images/terrain/symbols/terrain_type_deep_water_30.png
+share/wesnoth/data/core/images/terrain/symbols/terrain_type_flat.png
+share/wesnoth/data/core/images/terrain/symbols/terrain_type_flat_30.png
+share/wesnoth/data/core/images/terrain/symbols/terrain_type_fog.png
+share/wesnoth/data/core/images/terrain/symbols/terrain_type_fog_30.png
+share/wesnoth/data/core/images/terrain/symbols/terrain_type_forest.png
+share/wesnoth/data/core/images/terrain/symbols/terrain_type_forest_30.png
+share/wesnoth/data/core/images/terrain/symbols/terrain_type_frozen.png
+share/wesnoth/data/core/images/terrain/symbols/terrain_type_frozen_30.png
+share/wesnoth/data/core/images/terrain/symbols/terrain_type_fungus.png
+share/wesnoth/data/core/images/terrain/symbols/terrain_type_fungus_30.png
+share/wesnoth/data/core/images/terrain/symbols/terrain_type_hills.png
+share/wesnoth/data/core/images/terrain/symbols/terrain_type_hills_30.png
+share/wesnoth/data/core/images/terrain/symbols/terrain_type_impassable.png
+share/wesnoth/data/core/images/terrain/symbols/terrain_type_impassable_30.png
+share/wesnoth/data/core/images/terrain/symbols/terrain_type_info.png
+share/wesnoth/data/core/images/terrain/symbols/terrain_type_info_30.png
+share/wesnoth/data/core/images/terrain/symbols/terrain_type_keep.png
+share/wesnoth/data/core/images/terrain/symbols/terrain_type_keep_30.png
+share/wesnoth/data/core/images/terrain/symbols/terrain_type_mountains.png
+share/wesnoth/data/core/images/terrain/symbols/terrain_type_mountains_30.png
+share/wesnoth/data/core/images/terrain/symbols/terrain_type_rails.png
+share/wesnoth/data/core/images/terrain/symbols/terrain_type_rails_30.png
+share/wesnoth/data/core/images/terrain/symbols/terrain_type_reef.png
+share/wesnoth/data/core/images/terrain/symbols/terrain_type_reef_30.png
+share/wesnoth/data/core/images/terrain/symbols/terrain_type_sand.png
+share/wesnoth/data/core/images/terrain/symbols/terrain_type_sand_30.png
+share/wesnoth/data/core/images/terrain/symbols/terrain_type_shallow_water.png
+share/wesnoth/data/core/images/terrain/symbols/terrain_type_shallow_water_30.png
+share/wesnoth/data/core/images/terrain/symbols/terrain_type_shroud.png
+share/wesnoth/data/core/images/terrain/symbols/terrain_type_shroud_30.png
+share/wesnoth/data/core/images/terrain/symbols/terrain_type_swamp_water.png
+share/wesnoth/data/core/images/terrain/symbols/terrain_type_swamp_water_30.png
+share/wesnoth/data/core/images/terrain/symbols/terrain_type_unwalkable.png
+share/wesnoth/data/core/images/terrain/symbols/terrain_type_unwalkable_30.png
+share/wesnoth/data/core/images/terrain/symbols/terrain_type_village.png
+share/wesnoth/data/core/images/terrain/symbols/terrain_type_village_30.png
+share/wesnoth/data/core/images/terrain/unwalkable-editor.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
@@ -6084,7 +6665,6 @@ 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/.gitignore
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
@@ -6260,6 +6840,7 @@ 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-lit-tile.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
@@ -6291,7 +6872,6 @@ 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/.gitignore
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
@@ -6829,36 +7409,113 @@ 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/.gitignore
-share/wesnoth/data/core/images/themes/experimental-rightside.png
-share/wesnoth/data/core/images/themes/gold-t.png
+share/wesnoth/data/core/images/themes/classic/menubar.png
+share/wesnoth/data/core/images/themes/classic/minimap-800.png
+share/wesnoth/data/core/images/themes/classic/minimap.png
+share/wesnoth/data/core/images/themes/classic/sidebar.png
+share/wesnoth/data/core/images/themes/editor/classic/mapframe_corner.png
+share/wesnoth/data/core/images/themes/editor/classic/mapframe_rightside.png
+share/wesnoth/data/core/images/themes/editor/classic/mapframe_top.png
+share/wesnoth/data/core/images/themes/editor/classic/mapframe_toprightcorner.png
+share/wesnoth/data/core/images/themes/editor/classic/menubar-800.png
+share/wesnoth/data/core/images/themes/editor/classic/menubar_rightside-800.png
+share/wesnoth/data/core/images/themes/editor/classic/menubar_rightside.png
+share/wesnoth/data/core/images/themes/editor/classic/palette.png
+share/wesnoth/data/core/images/themes/editor/classic/palette_top.png
+share/wesnoth/data/core/images/themes/editor/classic/sidebar_border.png
+share/wesnoth/data/core/images/themes/editor/classic/sidebar_borderless.png
+share/wesnoth/data/core/images/themes/editor/classic/sidebar_top-800.png
+share/wesnoth/data/core/images/themes/editor/classic/sidebar_top.png
+share/wesnoth/data/core/images/themes/editor/classic/toolbar-800.png
+share/wesnoth/data/core/images/themes/editor/classic/toolbar.png
+share/wesnoth/data/core/images/themes/editor/classic/toolbar_rightside-800.png
+share/wesnoth/data/core/images/themes/editor/classic/toolbar_rightside.png
+share/wesnoth/data/core/images/themes/editor/classic/tools-800.png
+share/wesnoth/data/core/images/themes/editor/classic/tools.png
+share/wesnoth/data/core/images/themes/game/classic/endturn.png
+share/wesnoth/data/core/images/themes/game/classic/menubar.png
+share/wesnoth/data/core/images/themes/game/classic/menubar_rightside.png
+share/wesnoth/data/core/images/themes/game/classic/minimap.png
+share/wesnoth/data/core/images/themes/game/classic/replaybar.png
+share/wesnoth/data/core/images/themes/game/classic/replaybar_rightside.png
+share/wesnoth/data/core/images/themes/game/classic/sidebar.png
+share/wesnoth/data/core/images/themes/game/classic/sidebar_top.png
+share/wesnoth/data/core/images/themes/game/classic/unitinfo.png
+share/wesnoth/data/core/images/themes/game/classic/unitinfo_bottom.png
+share/wesnoth/data/core/images/themes/game/classic/unitinfo_top.png
+share/wesnoth/data/core/images/themes/gold-bw.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-bw.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
-share/wesnoth/data/core/images/themes/sand-clock-t.png
+share/wesnoth/data/core/images/themes/legacy/rightside-bg.png
+share/wesnoth/data/core/images/themes/legacy/rightside-bottom.png
+share/wesnoth/data/core/images/themes/legacy/rightside-small.png
+share/wesnoth/data/core/images/themes/legacy/rightside.png
+share/wesnoth/data/core/images/themes/legacy/status-bg.png
+share/wesnoth/data/core/images/themes/legacy/top-bg.png
+share/wesnoth/data/core/images/themes/sand-clock-bw.png
share/wesnoth/data/core/images/themes/sand-clock.png
-share/wesnoth/data/core/images/themes/status-bg.png
-share/wesnoth/data/core/images/themes/timeofday.png
-share/wesnoth/data/core/images/themes/top-bg.png
-share/wesnoth/data/core/images/themes/unit.png
-share/wesnoth/data/core/images/themes/units-t.png
+share/wesnoth/data/core/images/themes/status_box/status_box-background.png
+share/wesnoth/data/core/images/themes/status_box/status_box-border-botleft.png
+share/wesnoth/data/core/images/themes/status_box/status_box-border-botright.png
+share/wesnoth/data/core/images/themes/status_box/status_box-border-bottom.png
+share/wesnoth/data/core/images/themes/status_box/status_box-border-left.png
+share/wesnoth/data/core/images/themes/status_box/status_box-border-right.png
+share/wesnoth/data/core/images/themes/status_box/status_box-border-top.png
+share/wesnoth/data/core/images/themes/status_box/status_box-border-topleft.png
+share/wesnoth/data/core/images/themes/status_box/status_box-border-topright.png
+share/wesnoth/data/core/images/themes/status_box/status_box_H20W100.png
+share/wesnoth/data/core/images/themes/status_box/status_box_H20W145.png
+share/wesnoth/data/core/images/themes/status_box/status_box_H20W168.png
+share/wesnoth/data/core/images/themes/status_box/status_box_H20W70.png
+share/wesnoth/data/core/images/themes/status_box/status_box_H20W80.png
+share/wesnoth/data/core/images/themes/status_box/status_box_H20W90.png
+share/wesnoth/data/core/images/themes/status_box/status_box_copper_H20W100.png
+share/wesnoth/data/core/images/themes/status_box/status_box_copper_H20W70.png
+share/wesnoth/data/core/images/themes/status_box/status_box_copper_H20W80.png
+share/wesnoth/data/core/images/themes/status_box/status_box_copper_H20W90.png
+share/wesnoth/data/core/images/themes/unit_box/misc/time-schedules/default/schedule-afternoon.png
+share/wesnoth/data/core/images/themes/unit_box/misc/time-schedules/default/schedule-dawn.png
+share/wesnoth/data/core/images/themes/unit_box/misc/time-schedules/default/schedule-dusk.png
+share/wesnoth/data/core/images/themes/unit_box/misc/time-schedules/default/schedule-firstwatch.png
+share/wesnoth/data/core/images/themes/unit_box/misc/time-schedules/default/schedule-indoors.png
+share/wesnoth/data/core/images/themes/unit_box/misc/time-schedules/default/schedule-morning.png
+share/wesnoth/data/core/images/themes/unit_box/misc/time-schedules/default/schedule-secondwatch.png
+share/wesnoth/data/core/images/themes/unit_box/misc/time-schedules/default/schedule-underground-illum.png
+share/wesnoth/data/core/images/themes/unit_box/misc/time-schedules/default/schedule-underground.png
+share/wesnoth/data/core/images/themes/unit_box/misc/time-schedules/default/tod-schedule-24hrs.png
+share/wesnoth/data/core/images/themes/units-bw.png
share/wesnoth/data/core/images/themes/units.png
-share/wesnoth/data/core/images/themes/upkeep-t.png
+share/wesnoth/data/core/images/themes/upkeep-bw.png
share/wesnoth/data/core/images/themes/upkeep.png
+share/wesnoth/data/core/images/themes/villages-bw.png
share/wesnoth/data/core/images/themes/villages.png
-share/wesnoth/data/core/images/units/.gitignore
-share/wesnoth/data/core/images/units/drakes/.gitignore
+share/wesnoth/data/core/images/unit_env/schedule/ToD-day1.png
+share/wesnoth/data/core/images/unit_env/schedule/ToD-day2.png
+share/wesnoth/data/core/images/unit_env/schedule/ToD-day3.png
+share/wesnoth/data/core/images/unit_env/schedule/ToD-local-light.png
+share/wesnoth/data/core/images/unit_env/schedule/ToD-night.png
+share/wesnoth/data/core/images/unit_env/schedule/tod-clouds-dawn.png
+share/wesnoth/data/core/images/unit_env/schedule/tod-clouds-day.png
+share/wesnoth/data/core/images/unit_env/schedule/tod-clouds-dusk.png
+share/wesnoth/data/core/images/unit_env/schedule/tod-clouds-golden.png
+share/wesnoth/data/core/images/unit_env/schedule/tod-clouds-night.png
+share/wesnoth/data/core/images/unit_env/schedule/tod-schedule-24hrs.png
+share/wesnoth/data/core/images/unit_env/schedule/tod-schedule-default.png
+share/wesnoth/data/core/images/unit_env/schedule/tod-template.png
+share/wesnoth/data/core/images/unit_env/terrain/terrain-castle.png
+share/wesnoth/data/core/images/unit_env/terrain/terrain-desert-mountains.png
+share/wesnoth/data/core/images/unit_env/terrain/terrain-flat.png
+share/wesnoth/data/core/images/unit_env/terrain/terrain-forest.png
+share/wesnoth/data/core/images/unit_env/terrain/terrain-frozen.png
+share/wesnoth/data/core/images/unit_env/terrain/terrain-hills.png
+share/wesnoth/data/core/images/unit_env/terrain/terrain-indoors.png
+share/wesnoth/data/core/images/unit_env/terrain/terrain-mountains.png
+share/wesnoth/data/core/images/unit_env/terrain/terrain-sand.png
+share/wesnoth/data/core/images/unit_env/terrain/terrain-shallow_water.png
+share/wesnoth/data/core/images/unit_env/terrain/terrain-snow-hills.png
+share/wesnoth/data/core/images/unit_env/terrain/terrain-underground.png
+share/wesnoth/data/core/images/unit_env/terrain/terrain-village.png
share/wesnoth/data/core/images/units/drakes/arbiter-blade-s-4.png
share/wesnoth/data/core/images/units/drakes/arbiter-blade-s-5.png
share/wesnoth/data/core/images/units/drakes/arbiter-blade-s-6.png
@@ -7352,51 +8009,192 @@ 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/.gitignore
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
-share/wesnoth/data/core/images/units/dwarves/berserker-attack-4.png
-share/wesnoth/data/core/images/units/dwarves/berserker-attack-5.png
-share/wesnoth/data/core/images/units/dwarves/berserker-attack-6.png
-share/wesnoth/data/core/images/units/dwarves/berserker-attack-7.png
-share/wesnoth/data/core/images/units/dwarves/berserker-attack-8.png
-share/wesnoth/data/core/images/units/dwarves/berserker-defend-1.png
-share/wesnoth/data/core/images/units/dwarves/berserker-defend-2.png
-share/wesnoth/data/core/images/units/dwarves/berserker-idle-1.png
-share/wesnoth/data/core/images/units/dwarves/berserker-idle-10.png
-share/wesnoth/data/core/images/units/dwarves/berserker-idle-11.png
-share/wesnoth/data/core/images/units/dwarves/berserker-idle-12.png
-share/wesnoth/data/core/images/units/dwarves/berserker-idle-13.png
-share/wesnoth/data/core/images/units/dwarves/berserker-idle-14.png
-share/wesnoth/data/core/images/units/dwarves/berserker-idle-15.png
-share/wesnoth/data/core/images/units/dwarves/berserker-idle-16.png
-share/wesnoth/data/core/images/units/dwarves/berserker-idle-2.png
-share/wesnoth/data/core/images/units/dwarves/berserker-idle-3.png
-share/wesnoth/data/core/images/units/dwarves/berserker-idle-4.png
-share/wesnoth/data/core/images/units/dwarves/berserker-idle-5.png
-share/wesnoth/data/core/images/units/dwarves/berserker-idle-6.png
-share/wesnoth/data/core/images/units/dwarves/berserker-idle-7.png
-share/wesnoth/data/core/images/units/dwarves/berserker-idle-8.png
-share/wesnoth/data/core/images/units/dwarves/berserker-idle-9.png
-share/wesnoth/data/core/images/units/dwarves/berserker-laugh-1.png
-share/wesnoth/data/core/images/units/dwarves/berserker-laugh-2.png
-share/wesnoth/data/core/images/units/dwarves/berserker.png
-share/wesnoth/data/core/images/units/dwarves/dragonguard-attack-ranged-n.png
-share/wesnoth/data/core/images/units/dwarves/dragonguard-attack-ranged-ne.png
-share/wesnoth/data/core/images/units/dwarves/dragonguard-attack-ranged-s.png
-share/wesnoth/data/core/images/units/dwarves/dragonguard-attack-ranged-se.png
-share/wesnoth/data/core/images/units/dwarves/dragonguard-blade-1.png
-share/wesnoth/data/core/images/units/dwarves/dragonguard-blade-2.png
-share/wesnoth/data/core/images/units/dwarves/dragonguard-blade-3.png
-share/wesnoth/data/core/images/units/dwarves/dragonguard-blade-4.png
-share/wesnoth/data/core/images/units/dwarves/dragonguard-blade-5.png
-share/wesnoth/data/core/images/units/dwarves/dragonguard-blade-defend-1.png
-share/wesnoth/data/core/images/units/dwarves/dragonguard-blade-defend-2.png
-share/wesnoth/data/core/images/units/dwarves/dragonguard-blade.png
-share/wesnoth/data/core/images/units/dwarves/dragonguard-defend.png
-share/wesnoth/data/core/images/units/dwarves/dragonguard.png
+share/wesnoth/data/core/images/units/dwarves/berserker/berserker-attack-1.png
+share/wesnoth/data/core/images/units/dwarves/berserker/berserker-attack-2.png
+share/wesnoth/data/core/images/units/dwarves/berserker/berserker-attack-3.png
+share/wesnoth/data/core/images/units/dwarves/berserker/berserker-attack-4.png
+share/wesnoth/data/core/images/units/dwarves/berserker/berserker-attack-5.png
+share/wesnoth/data/core/images/units/dwarves/berserker/berserker-attack-6.png
+share/wesnoth/data/core/images/units/dwarves/berserker/berserker-attack-7.png
+share/wesnoth/data/core/images/units/dwarves/berserker/berserker-attack-8.png
+share/wesnoth/data/core/images/units/dwarves/berserker/berserker-bob1.png
+share/wesnoth/data/core/images/units/dwarves/berserker/berserker-bob2.png
+share/wesnoth/data/core/images/units/dwarves/berserker/berserker-bob3.png
+share/wesnoth/data/core/images/units/dwarves/berserker/berserker-bob4.png
+share/wesnoth/data/core/images/units/dwarves/berserker/berserker-bob5.png
+share/wesnoth/data/core/images/units/dwarves/berserker/berserker-bob6.png
+share/wesnoth/data/core/images/units/dwarves/berserker/berserker-defend-1.png
+share/wesnoth/data/core/images/units/dwarves/berserker/berserker-defend-2.png
+share/wesnoth/data/core/images/units/dwarves/berserker/berserker-idle-1.png
+share/wesnoth/data/core/images/units/dwarves/berserker/berserker-idle-10.png
+share/wesnoth/data/core/images/units/dwarves/berserker/berserker-idle-11.png
+share/wesnoth/data/core/images/units/dwarves/berserker/berserker-idle-12.png
+share/wesnoth/data/core/images/units/dwarves/berserker/berserker-idle-13.png
+share/wesnoth/data/core/images/units/dwarves/berserker/berserker-idle-14.png
+share/wesnoth/data/core/images/units/dwarves/berserker/berserker-idle-15.png
+share/wesnoth/data/core/images/units/dwarves/berserker/berserker-idle-16.png
+share/wesnoth/data/core/images/units/dwarves/berserker/berserker-idle-2.png
+share/wesnoth/data/core/images/units/dwarves/berserker/berserker-idle-3.png
+share/wesnoth/data/core/images/units/dwarves/berserker/berserker-idle-4.png
+share/wesnoth/data/core/images/units/dwarves/berserker/berserker-idle-5.png
+share/wesnoth/data/core/images/units/dwarves/berserker/berserker-idle-6.png
+share/wesnoth/data/core/images/units/dwarves/berserker/berserker-idle-7.png
+share/wesnoth/data/core/images/units/dwarves/berserker/berserker-idle-8.png
+share/wesnoth/data/core/images/units/dwarves/berserker/berserker-idle-9.png
+share/wesnoth/data/core/images/units/dwarves/berserker/berserker-laugh-1.png
+share/wesnoth/data/core/images/units/dwarves/berserker/berserker-laugh-2.png
+share/wesnoth/data/core/images/units/dwarves/berserker/berserker.png
+share/wesnoth/data/core/images/units/dwarves/dragonguard/dragonguard-n-ranged1.png
+share/wesnoth/data/core/images/units/dwarves/dragonguard/dragonguard-n-ranged10.png
+share/wesnoth/data/core/images/units/dwarves/dragonguard/dragonguard-n-ranged11.png
+share/wesnoth/data/core/images/units/dwarves/dragonguard/dragonguard-n-ranged12.png
+share/wesnoth/data/core/images/units/dwarves/dragonguard/dragonguard-n-ranged13.png
+share/wesnoth/data/core/images/units/dwarves/dragonguard/dragonguard-n-ranged14.png
+share/wesnoth/data/core/images/units/dwarves/dragonguard/dragonguard-n-ranged15.png
+share/wesnoth/data/core/images/units/dwarves/dragonguard/dragonguard-n-ranged16.png
+share/wesnoth/data/core/images/units/dwarves/dragonguard/dragonguard-n-ranged17.png
+share/wesnoth/data/core/images/units/dwarves/dragonguard/dragonguard-n-ranged18.png
+share/wesnoth/data/core/images/units/dwarves/dragonguard/dragonguard-n-ranged19.png
+share/wesnoth/data/core/images/units/dwarves/dragonguard/dragonguard-n-ranged2.png
+share/wesnoth/data/core/images/units/dwarves/dragonguard/dragonguard-n-ranged20.png
+share/wesnoth/data/core/images/units/dwarves/dragonguard/dragonguard-n-ranged21.png
+share/wesnoth/data/core/images/units/dwarves/dragonguard/dragonguard-n-ranged22.png
+share/wesnoth/data/core/images/units/dwarves/dragonguard/dragonguard-n-ranged3.png
+share/wesnoth/data/core/images/units/dwarves/dragonguard/dragonguard-n-ranged4.png
+share/wesnoth/data/core/images/units/dwarves/dragonguard/dragonguard-n-ranged5.png
+share/wesnoth/data/core/images/units/dwarves/dragonguard/dragonguard-n-ranged6.png
+share/wesnoth/data/core/images/units/dwarves/dragonguard/dragonguard-n-ranged7.png
+share/wesnoth/data/core/images/units/dwarves/dragonguard/dragonguard-n-ranged8.png
+share/wesnoth/data/core/images/units/dwarves/dragonguard/dragonguard-n-ranged9.png
+share/wesnoth/data/core/images/units/dwarves/dragonguard/dragonguard-ne-blade-defend1.png
+share/wesnoth/data/core/images/units/dwarves/dragonguard/dragonguard-ne-blade-defend2.png
+share/wesnoth/data/core/images/units/dwarves/dragonguard/dragonguard-ne-blade1.png
+share/wesnoth/data/core/images/units/dwarves/dragonguard/dragonguard-ne-blade2.png
+share/wesnoth/data/core/images/units/dwarves/dragonguard/dragonguard-ne-blade3.png
+share/wesnoth/data/core/images/units/dwarves/dragonguard/dragonguard-ne-blade4.png
+share/wesnoth/data/core/images/units/dwarves/dragonguard/dragonguard-ne-blade5.png
+share/wesnoth/data/core/images/units/dwarves/dragonguard/dragonguard-ne-blade6.png
+share/wesnoth/data/core/images/units/dwarves/dragonguard/dragonguard-ne-blade7.png
+share/wesnoth/data/core/images/units/dwarves/dragonguard/dragonguard-ne-blade8.png
+share/wesnoth/data/core/images/units/dwarves/dragonguard/dragonguard-ne-blade9.png
+share/wesnoth/data/core/images/units/dwarves/dragonguard/dragonguard-ne-bob1.png
+share/wesnoth/data/core/images/units/dwarves/dragonguard/dragonguard-ne-bob2.png
+share/wesnoth/data/core/images/units/dwarves/dragonguard/dragonguard-ne-bob3.png
+share/wesnoth/data/core/images/units/dwarves/dragonguard/dragonguard-ne-bob4.png
+share/wesnoth/data/core/images/units/dwarves/dragonguard/dragonguard-ne-bob5.png
+share/wesnoth/data/core/images/units/dwarves/dragonguard/dragonguard-ne-bob6.png
+share/wesnoth/data/core/images/units/dwarves/dragonguard/dragonguard-ne-defend1.png
+share/wesnoth/data/core/images/units/dwarves/dragonguard/dragonguard-ne-defend2.png
+share/wesnoth/data/core/images/units/dwarves/dragonguard/dragonguard-ne-ranged1.png
+share/wesnoth/data/core/images/units/dwarves/dragonguard/dragonguard-ne-ranged10.png
+share/wesnoth/data/core/images/units/dwarves/dragonguard/dragonguard-ne-ranged11.png
+share/wesnoth/data/core/images/units/dwarves/dragonguard/dragonguard-ne-ranged12.png
+share/wesnoth/data/core/images/units/dwarves/dragonguard/dragonguard-ne-ranged13.png
+share/wesnoth/data/core/images/units/dwarves/dragonguard/dragonguard-ne-ranged14.png
+share/wesnoth/data/core/images/units/dwarves/dragonguard/dragonguard-ne-ranged15.png
+share/wesnoth/data/core/images/units/dwarves/dragonguard/dragonguard-ne-ranged16.png
+share/wesnoth/data/core/images/units/dwarves/dragonguard/dragonguard-ne-ranged17.png
+share/wesnoth/data/core/images/units/dwarves/dragonguard/dragonguard-ne-ranged18.png
+share/wesnoth/data/core/images/units/dwarves/dragonguard/dragonguard-ne-ranged19.png
+share/wesnoth/data/core/images/units/dwarves/dragonguard/dragonguard-ne-ranged2.png
+share/wesnoth/data/core/images/units/dwarves/dragonguard/dragonguard-ne-ranged20.png
+share/wesnoth/data/core/images/units/dwarves/dragonguard/dragonguard-ne-ranged21.png
+share/wesnoth/data/core/images/units/dwarves/dragonguard/dragonguard-ne-ranged22.png
+share/wesnoth/data/core/images/units/dwarves/dragonguard/dragonguard-ne-ranged23.png
+share/wesnoth/data/core/images/units/dwarves/dragonguard/dragonguard-ne-ranged3.png
+share/wesnoth/data/core/images/units/dwarves/dragonguard/dragonguard-ne-ranged4.png
+share/wesnoth/data/core/images/units/dwarves/dragonguard/dragonguard-ne-ranged5.png
+share/wesnoth/data/core/images/units/dwarves/dragonguard/dragonguard-ne-ranged6.png
+share/wesnoth/data/core/images/units/dwarves/dragonguard/dragonguard-ne-ranged7.png
+share/wesnoth/data/core/images/units/dwarves/dragonguard/dragonguard-ne-ranged8.png
+share/wesnoth/data/core/images/units/dwarves/dragonguard/dragonguard-ne-ranged9.png
+share/wesnoth/data/core/images/units/dwarves/dragonguard/dragonguard-ne-run1.png
+share/wesnoth/data/core/images/units/dwarves/dragonguard/dragonguard-ne-run10.png
+share/wesnoth/data/core/images/units/dwarves/dragonguard/dragonguard-ne-run2.png
+share/wesnoth/data/core/images/units/dwarves/dragonguard/dragonguard-ne-run3.png
+share/wesnoth/data/core/images/units/dwarves/dragonguard/dragonguard-ne-run4.png
+share/wesnoth/data/core/images/units/dwarves/dragonguard/dragonguard-ne-run5.png
+share/wesnoth/data/core/images/units/dwarves/dragonguard/dragonguard-ne-run6.png
+share/wesnoth/data/core/images/units/dwarves/dragonguard/dragonguard-ne-run7.png
+share/wesnoth/data/core/images/units/dwarves/dragonguard/dragonguard-ne-run8.png
+share/wesnoth/data/core/images/units/dwarves/dragonguard/dragonguard-ne-run9.png
+share/wesnoth/data/core/images/units/dwarves/dragonguard/dragonguard-ne.png
+share/wesnoth/data/core/images/units/dwarves/dragonguard/dragonguard-s-ranged1.png
+share/wesnoth/data/core/images/units/dwarves/dragonguard/dragonguard-s-ranged10.png
+share/wesnoth/data/core/images/units/dwarves/dragonguard/dragonguard-s-ranged11.png
+share/wesnoth/data/core/images/units/dwarves/dragonguard/dragonguard-s-ranged12.png
+share/wesnoth/data/core/images/units/dwarves/dragonguard/dragonguard-s-ranged13.png
+share/wesnoth/data/core/images/units/dwarves/dragonguard/dragonguard-s-ranged14.png
+share/wesnoth/data/core/images/units/dwarves/dragonguard/dragonguard-s-ranged15.png
+share/wesnoth/data/core/images/units/dwarves/dragonguard/dragonguard-s-ranged16.png
+share/wesnoth/data/core/images/units/dwarves/dragonguard/dragonguard-s-ranged17.png
+share/wesnoth/data/core/images/units/dwarves/dragonguard/dragonguard-s-ranged18.png
+share/wesnoth/data/core/images/units/dwarves/dragonguard/dragonguard-s-ranged19.png
+share/wesnoth/data/core/images/units/dwarves/dragonguard/dragonguard-s-ranged2.png
+share/wesnoth/data/core/images/units/dwarves/dragonguard/dragonguard-s-ranged20.png
+share/wesnoth/data/core/images/units/dwarves/dragonguard/dragonguard-s-ranged21.png
+share/wesnoth/data/core/images/units/dwarves/dragonguard/dragonguard-s-ranged22.png
+share/wesnoth/data/core/images/units/dwarves/dragonguard/dragonguard-s-ranged3.png
+share/wesnoth/data/core/images/units/dwarves/dragonguard/dragonguard-s-ranged4.png
+share/wesnoth/data/core/images/units/dwarves/dragonguard/dragonguard-s-ranged5.png
+share/wesnoth/data/core/images/units/dwarves/dragonguard/dragonguard-s-ranged6.png
+share/wesnoth/data/core/images/units/dwarves/dragonguard/dragonguard-s-ranged7.png
+share/wesnoth/data/core/images/units/dwarves/dragonguard/dragonguard-s-ranged8.png
+share/wesnoth/data/core/images/units/dwarves/dragonguard/dragonguard-s-ranged9.png
+share/wesnoth/data/core/images/units/dwarves/dragonguard/dragonguard-se-blade-defend1.png
+share/wesnoth/data/core/images/units/dwarves/dragonguard/dragonguard-se-blade-defend2.png
+share/wesnoth/data/core/images/units/dwarves/dragonguard/dragonguard-se-blade1.png
+share/wesnoth/data/core/images/units/dwarves/dragonguard/dragonguard-se-blade2.png
+share/wesnoth/data/core/images/units/dwarves/dragonguard/dragonguard-se-blade3.png
+share/wesnoth/data/core/images/units/dwarves/dragonguard/dragonguard-se-blade4.png
+share/wesnoth/data/core/images/units/dwarves/dragonguard/dragonguard-se-blade5.png
+share/wesnoth/data/core/images/units/dwarves/dragonguard/dragonguard-se-blade6.png
+share/wesnoth/data/core/images/units/dwarves/dragonguard/dragonguard-se-blade7.png
+share/wesnoth/data/core/images/units/dwarves/dragonguard/dragonguard-se-blade8.png
+share/wesnoth/data/core/images/units/dwarves/dragonguard/dragonguard-se-blade9.png
+share/wesnoth/data/core/images/units/dwarves/dragonguard/dragonguard-se-bob1.png
+share/wesnoth/data/core/images/units/dwarves/dragonguard/dragonguard-se-bob2.png
+share/wesnoth/data/core/images/units/dwarves/dragonguard/dragonguard-se-bob3.png
+share/wesnoth/data/core/images/units/dwarves/dragonguard/dragonguard-se-bob4.png
+share/wesnoth/data/core/images/units/dwarves/dragonguard/dragonguard-se-bob5.png
+share/wesnoth/data/core/images/units/dwarves/dragonguard/dragonguard-se-bob6.png
+share/wesnoth/data/core/images/units/dwarves/dragonguard/dragonguard-se-defend1.png
+share/wesnoth/data/core/images/units/dwarves/dragonguard/dragonguard-se-defend2.png
+share/wesnoth/data/core/images/units/dwarves/dragonguard/dragonguard-se-ranged1.png
+share/wesnoth/data/core/images/units/dwarves/dragonguard/dragonguard-se-ranged10.png
+share/wesnoth/data/core/images/units/dwarves/dragonguard/dragonguard-se-ranged11.png
+share/wesnoth/data/core/images/units/dwarves/dragonguard/dragonguard-se-ranged12.png
+share/wesnoth/data/core/images/units/dwarves/dragonguard/dragonguard-se-ranged13.png
+share/wesnoth/data/core/images/units/dwarves/dragonguard/dragonguard-se-ranged14.png
+share/wesnoth/data/core/images/units/dwarves/dragonguard/dragonguard-se-ranged15.png
+share/wesnoth/data/core/images/units/dwarves/dragonguard/dragonguard-se-ranged16.png
+share/wesnoth/data/core/images/units/dwarves/dragonguard/dragonguard-se-ranged17.png
+share/wesnoth/data/core/images/units/dwarves/dragonguard/dragonguard-se-ranged18.png
+share/wesnoth/data/core/images/units/dwarves/dragonguard/dragonguard-se-ranged19.png
+share/wesnoth/data/core/images/units/dwarves/dragonguard/dragonguard-se-ranged2.png
+share/wesnoth/data/core/images/units/dwarves/dragonguard/dragonguard-se-ranged20.png
+share/wesnoth/data/core/images/units/dwarves/dragonguard/dragonguard-se-ranged21.png
+share/wesnoth/data/core/images/units/dwarves/dragonguard/dragonguard-se-ranged22.png
+share/wesnoth/data/core/images/units/dwarves/dragonguard/dragonguard-se-ranged23.png
+share/wesnoth/data/core/images/units/dwarves/dragonguard/dragonguard-se-ranged3.png
+share/wesnoth/data/core/images/units/dwarves/dragonguard/dragonguard-se-ranged4.png
+share/wesnoth/data/core/images/units/dwarves/dragonguard/dragonguard-se-ranged5.png
+share/wesnoth/data/core/images/units/dwarves/dragonguard/dragonguard-se-ranged6.png
+share/wesnoth/data/core/images/units/dwarves/dragonguard/dragonguard-se-ranged7.png
+share/wesnoth/data/core/images/units/dwarves/dragonguard/dragonguard-se-ranged8.png
+share/wesnoth/data/core/images/units/dwarves/dragonguard/dragonguard-se-ranged9.png
+share/wesnoth/data/core/images/units/dwarves/dragonguard/dragonguard-se-run1.png
+share/wesnoth/data/core/images/units/dwarves/dragonguard/dragonguard-se-run10.png
+share/wesnoth/data/core/images/units/dwarves/dragonguard/dragonguard-se-run2.png
+share/wesnoth/data/core/images/units/dwarves/dragonguard/dragonguard-se-run3.png
+share/wesnoth/data/core/images/units/dwarves/dragonguard/dragonguard-se-run4.png
+share/wesnoth/data/core/images/units/dwarves/dragonguard/dragonguard-se-run5.png
+share/wesnoth/data/core/images/units/dwarves/dragonguard/dragonguard-se-run6.png
+share/wesnoth/data/core/images/units/dwarves/dragonguard/dragonguard-se-run7.png
+share/wesnoth/data/core/images/units/dwarves/dragonguard/dragonguard-se-run8.png
+share/wesnoth/data/core/images/units/dwarves/dragonguard/dragonguard-se-run9.png
+share/wesnoth/data/core/images/units/dwarves/dragonguard/dragonguard.png
share/wesnoth/data/core/images/units/dwarves/explorer-defend-1.png
share/wesnoth/data/core/images/units/dwarves/explorer-defend-2.png
share/wesnoth/data/core/images/units/dwarves/explorer-melee-1.png
@@ -7409,34 +8207,82 @@ share/wesnoth/data/core/images/units/dwarves/explorer-ranged-1.png
share/wesnoth/data/core/images/units/dwarves/explorer-ranged-2.png
share/wesnoth/data/core/images/units/dwarves/explorer-ranged-3.png
share/wesnoth/data/core/images/units/dwarves/explorer.png
-share/wesnoth/data/core/images/units/dwarves/fighter-axe-1.png
-share/wesnoth/data/core/images/units/dwarves/fighter-axe-2.png
-share/wesnoth/data/core/images/units/dwarves/fighter-axe-3.png
-share/wesnoth/data/core/images/units/dwarves/fighter-axe-4.png
-share/wesnoth/data/core/images/units/dwarves/fighter-axe-5.png
-share/wesnoth/data/core/images/units/dwarves/fighter-axe-6.png
-share/wesnoth/data/core/images/units/dwarves/fighter-axe-7.png
-share/wesnoth/data/core/images/units/dwarves/fighter-axe-8.png
-share/wesnoth/data/core/images/units/dwarves/fighter-axe-9.png
-share/wesnoth/data/core/images/units/dwarves/fighter-defend-1.png
-share/wesnoth/data/core/images/units/dwarves/fighter-defend-2.png
-share/wesnoth/data/core/images/units/dwarves/fighter-hammer-1.png
-share/wesnoth/data/core/images/units/dwarves/fighter-hammer-2.png
-share/wesnoth/data/core/images/units/dwarves/fighter-hammer-3.png
-share/wesnoth/data/core/images/units/dwarves/fighter-hammer-4.png
-share/wesnoth/data/core/images/units/dwarves/fighter-hammer-5.png
-share/wesnoth/data/core/images/units/dwarves/fighter-hammer-6.png
-share/wesnoth/data/core/images/units/dwarves/fighter-hammer-defend-1.png
-share/wesnoth/data/core/images/units/dwarves/fighter-hammer-defend-2.png
-share/wesnoth/data/core/images/units/dwarves/fighter-hammer.png
-share/wesnoth/data/core/images/units/dwarves/fighter-idle-1.png
-share/wesnoth/data/core/images/units/dwarves/fighter-idle-2.png
-share/wesnoth/data/core/images/units/dwarves/fighter-idle-3.png
-share/wesnoth/data/core/images/units/dwarves/fighter-idle-4.png
-share/wesnoth/data/core/images/units/dwarves/fighter-idle-5.png
-share/wesnoth/data/core/images/units/dwarves/fighter-idle-6.png
-share/wesnoth/data/core/images/units/dwarves/fighter-idle-7.png
-share/wesnoth/data/core/images/units/dwarves/fighter-idle-8.png
+share/wesnoth/data/core/images/units/dwarves/fighter-ne-axe1.png
+share/wesnoth/data/core/images/units/dwarves/fighter-ne-axe2.png
+share/wesnoth/data/core/images/units/dwarves/fighter-ne-axe3.png
+share/wesnoth/data/core/images/units/dwarves/fighter-ne-axe4.png
+share/wesnoth/data/core/images/units/dwarves/fighter-ne-axe5.png
+share/wesnoth/data/core/images/units/dwarves/fighter-ne-axe6.png
+share/wesnoth/data/core/images/units/dwarves/fighter-ne-axe7.png
+share/wesnoth/data/core/images/units/dwarves/fighter-ne-axe8.png
+share/wesnoth/data/core/images/units/dwarves/fighter-ne-axe9.png
+share/wesnoth/data/core/images/units/dwarves/fighter-ne-bob1.png
+share/wesnoth/data/core/images/units/dwarves/fighter-ne-bob2.png
+share/wesnoth/data/core/images/units/dwarves/fighter-ne-bob3.png
+share/wesnoth/data/core/images/units/dwarves/fighter-ne-bob4.png
+share/wesnoth/data/core/images/units/dwarves/fighter-ne-bob5.png
+share/wesnoth/data/core/images/units/dwarves/fighter-ne-bob6.png
+share/wesnoth/data/core/images/units/dwarves/fighter-ne-defend1.png
+share/wesnoth/data/core/images/units/dwarves/fighter-ne-defend2.png
+share/wesnoth/data/core/images/units/dwarves/fighter-ne-hammer-defend1.png
+share/wesnoth/data/core/images/units/dwarves/fighter-ne-hammer-defend2.png
+share/wesnoth/data/core/images/units/dwarves/fighter-ne-hammer.png
+share/wesnoth/data/core/images/units/dwarves/fighter-ne-hammer1.png
+share/wesnoth/data/core/images/units/dwarves/fighter-ne-hammer2.png
+share/wesnoth/data/core/images/units/dwarves/fighter-ne-hammer3.png
+share/wesnoth/data/core/images/units/dwarves/fighter-ne-hammer4.png
+share/wesnoth/data/core/images/units/dwarves/fighter-ne-hammer5.png
+share/wesnoth/data/core/images/units/dwarves/fighter-ne-hammer6.png
+share/wesnoth/data/core/images/units/dwarves/fighter-ne-hammer7.png
+share/wesnoth/data/core/images/units/dwarves/fighter-ne-run1.png
+share/wesnoth/data/core/images/units/dwarves/fighter-ne-run10.png
+share/wesnoth/data/core/images/units/dwarves/fighter-ne-run2.png
+share/wesnoth/data/core/images/units/dwarves/fighter-ne-run3.png
+share/wesnoth/data/core/images/units/dwarves/fighter-ne-run4.png
+share/wesnoth/data/core/images/units/dwarves/fighter-ne-run5.png
+share/wesnoth/data/core/images/units/dwarves/fighter-ne-run6.png
+share/wesnoth/data/core/images/units/dwarves/fighter-ne-run7.png
+share/wesnoth/data/core/images/units/dwarves/fighter-ne-run8.png
+share/wesnoth/data/core/images/units/dwarves/fighter-ne-run9.png
+share/wesnoth/data/core/images/units/dwarves/fighter-ne.png
+share/wesnoth/data/core/images/units/dwarves/fighter-se-axe1.png
+share/wesnoth/data/core/images/units/dwarves/fighter-se-axe2.png
+share/wesnoth/data/core/images/units/dwarves/fighter-se-axe3.png
+share/wesnoth/data/core/images/units/dwarves/fighter-se-axe4.png
+share/wesnoth/data/core/images/units/dwarves/fighter-se-axe5.png
+share/wesnoth/data/core/images/units/dwarves/fighter-se-axe6.png
+share/wesnoth/data/core/images/units/dwarves/fighter-se-axe7.png
+share/wesnoth/data/core/images/units/dwarves/fighter-se-axe8.png
+share/wesnoth/data/core/images/units/dwarves/fighter-se-axe9.png
+share/wesnoth/data/core/images/units/dwarves/fighter-se-bob1.png
+share/wesnoth/data/core/images/units/dwarves/fighter-se-bob2.png
+share/wesnoth/data/core/images/units/dwarves/fighter-se-bob3.png
+share/wesnoth/data/core/images/units/dwarves/fighter-se-bob4.png
+share/wesnoth/data/core/images/units/dwarves/fighter-se-bob5.png
+share/wesnoth/data/core/images/units/dwarves/fighter-se-bob6.png
+share/wesnoth/data/core/images/units/dwarves/fighter-se-defend1.png
+share/wesnoth/data/core/images/units/dwarves/fighter-se-defend2.png
+share/wesnoth/data/core/images/units/dwarves/fighter-se-hammer-defend1.png
+share/wesnoth/data/core/images/units/dwarves/fighter-se-hammer-defend2.png
+share/wesnoth/data/core/images/units/dwarves/fighter-se-hammer.png
+share/wesnoth/data/core/images/units/dwarves/fighter-se-hammer1.png
+share/wesnoth/data/core/images/units/dwarves/fighter-se-hammer2.png
+share/wesnoth/data/core/images/units/dwarves/fighter-se-hammer3.png
+share/wesnoth/data/core/images/units/dwarves/fighter-se-hammer4.png
+share/wesnoth/data/core/images/units/dwarves/fighter-se-hammer5.png
+share/wesnoth/data/core/images/units/dwarves/fighter-se-hammer6.png
+share/wesnoth/data/core/images/units/dwarves/fighter-se-hammer7.png
+share/wesnoth/data/core/images/units/dwarves/fighter-se-hammer8.png
+share/wesnoth/data/core/images/units/dwarves/fighter-se-run1.png
+share/wesnoth/data/core/images/units/dwarves/fighter-se-run10.png
+share/wesnoth/data/core/images/units/dwarves/fighter-se-run2.png
+share/wesnoth/data/core/images/units/dwarves/fighter-se-run3.png
+share/wesnoth/data/core/images/units/dwarves/fighter-se-run4.png
+share/wesnoth/data/core/images/units/dwarves/fighter-se-run5.png
+share/wesnoth/data/core/images/units/dwarves/fighter-se-run6.png
+share/wesnoth/data/core/images/units/dwarves/fighter-se-run7.png
+share/wesnoth/data/core/images/units/dwarves/fighter-se-run8.png
+share/wesnoth/data/core/images/units/dwarves/fighter-se-run9.png
share/wesnoth/data/core/images/units/dwarves/fighter.png
share/wesnoth/data/core/images/units/dwarves/gryphon-master-flying-1.png
share/wesnoth/data/core/images/units/dwarves/gryphon-master-flying-2.png
@@ -7478,34 +8324,99 @@ 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-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
-share/wesnoth/data/core/images/units/dwarves/lord-axe-4.png
-share/wesnoth/data/core/images/units/dwarves/lord-axe-5.png
-share/wesnoth/data/core/images/units/dwarves/lord-axe-6.png
-share/wesnoth/data/core/images/units/dwarves/lord-axe-7.png
-share/wesnoth/data/core/images/units/dwarves/lord-axe-8.png
-share/wesnoth/data/core/images/units/dwarves/lord-axe-9.png
-share/wesnoth/data/core/images/units/dwarves/lord-defend-1.png
-share/wesnoth/data/core/images/units/dwarves/lord-defend-2.png
-share/wesnoth/data/core/images/units/dwarves/lord-hammer-1.png
-share/wesnoth/data/core/images/units/dwarves/lord-hammer-2.png
-share/wesnoth/data/core/images/units/dwarves/lord-hammer-3.png
-share/wesnoth/data/core/images/units/dwarves/lord-hammer-4.png
-share/wesnoth/data/core/images/units/dwarves/lord-hammer-5.png
-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-ne-axe1.png
+share/wesnoth/data/core/images/units/dwarves/lord-ne-axe2.png
+share/wesnoth/data/core/images/units/dwarves/lord-ne-axe3.png
+share/wesnoth/data/core/images/units/dwarves/lord-ne-axe4.png
+share/wesnoth/data/core/images/units/dwarves/lord-ne-axe5.png
+share/wesnoth/data/core/images/units/dwarves/lord-ne-axe6.png
+share/wesnoth/data/core/images/units/dwarves/lord-ne-axe7.png
+share/wesnoth/data/core/images/units/dwarves/lord-ne-axe8.png
+share/wesnoth/data/core/images/units/dwarves/lord-ne-axe9.png
+share/wesnoth/data/core/images/units/dwarves/lord-ne-bob1.png
+share/wesnoth/data/core/images/units/dwarves/lord-ne-bob2.png
+share/wesnoth/data/core/images/units/dwarves/lord-ne-bob3.png
+share/wesnoth/data/core/images/units/dwarves/lord-ne-bob4.png
+share/wesnoth/data/core/images/units/dwarves/lord-ne-bob5.png
+share/wesnoth/data/core/images/units/dwarves/lord-ne-bob6.png
+share/wesnoth/data/core/images/units/dwarves/lord-ne-defend1.png
+share/wesnoth/data/core/images/units/dwarves/lord-ne-defend2.png
+share/wesnoth/data/core/images/units/dwarves/lord-ne-hammer-defend1.png
+share/wesnoth/data/core/images/units/dwarves/lord-ne-hammer-defend2.png
+share/wesnoth/data/core/images/units/dwarves/lord-ne-hammer.png
+share/wesnoth/data/core/images/units/dwarves/lord-ne-hammer1.png
+share/wesnoth/data/core/images/units/dwarves/lord-ne-hammer2.png
+share/wesnoth/data/core/images/units/dwarves/lord-ne-hammer3.png
+share/wesnoth/data/core/images/units/dwarves/lord-ne-hammer4.png
+share/wesnoth/data/core/images/units/dwarves/lord-ne-hammer5.png
+share/wesnoth/data/core/images/units/dwarves/lord-ne-hammer6.png
+share/wesnoth/data/core/images/units/dwarves/lord-ne-hammer7.png
+share/wesnoth/data/core/images/units/dwarves/lord-ne-ranged-defend1.png
+share/wesnoth/data/core/images/units/dwarves/lord-ne-ranged-defend2.png
+share/wesnoth/data/core/images/units/dwarves/lord-ne-ranged1.png
+share/wesnoth/data/core/images/units/dwarves/lord-ne-ranged2.png
+share/wesnoth/data/core/images/units/dwarves/lord-ne-ranged3.png
+share/wesnoth/data/core/images/units/dwarves/lord-ne-ranged4.png
+share/wesnoth/data/core/images/units/dwarves/lord-ne-ranged5.png
+share/wesnoth/data/core/images/units/dwarves/lord-ne-ranged6.png
+share/wesnoth/data/core/images/units/dwarves/lord-ne-ranged7.png
+share/wesnoth/data/core/images/units/dwarves/lord-ne-run1.png
+share/wesnoth/data/core/images/units/dwarves/lord-ne-run10.png
+share/wesnoth/data/core/images/units/dwarves/lord-ne-run2.png
+share/wesnoth/data/core/images/units/dwarves/lord-ne-run3.png
+share/wesnoth/data/core/images/units/dwarves/lord-ne-run4.png
+share/wesnoth/data/core/images/units/dwarves/lord-ne-run5.png
+share/wesnoth/data/core/images/units/dwarves/lord-ne-run6.png
+share/wesnoth/data/core/images/units/dwarves/lord-ne-run7.png
+share/wesnoth/data/core/images/units/dwarves/lord-ne-run8.png
+share/wesnoth/data/core/images/units/dwarves/lord-ne-run9.png
+share/wesnoth/data/core/images/units/dwarves/lord-ne.png
+share/wesnoth/data/core/images/units/dwarves/lord-se-axe1.png
+share/wesnoth/data/core/images/units/dwarves/lord-se-axe2.png
+share/wesnoth/data/core/images/units/dwarves/lord-se-axe3.png
+share/wesnoth/data/core/images/units/dwarves/lord-se-axe4.png
+share/wesnoth/data/core/images/units/dwarves/lord-se-axe5.png
+share/wesnoth/data/core/images/units/dwarves/lord-se-axe6.png
+share/wesnoth/data/core/images/units/dwarves/lord-se-axe7.png
+share/wesnoth/data/core/images/units/dwarves/lord-se-axe8.png
+share/wesnoth/data/core/images/units/dwarves/lord-se-axe9.png
+share/wesnoth/data/core/images/units/dwarves/lord-se-bob1.png
+share/wesnoth/data/core/images/units/dwarves/lord-se-bob2.png
+share/wesnoth/data/core/images/units/dwarves/lord-se-bob3.png
+share/wesnoth/data/core/images/units/dwarves/lord-se-bob4.png
+share/wesnoth/data/core/images/units/dwarves/lord-se-bob5.png
+share/wesnoth/data/core/images/units/dwarves/lord-se-bob6.png
+share/wesnoth/data/core/images/units/dwarves/lord-se-defend1.png
+share/wesnoth/data/core/images/units/dwarves/lord-se-defend2.png
+share/wesnoth/data/core/images/units/dwarves/lord-se-hammer-defend1.png
+share/wesnoth/data/core/images/units/dwarves/lord-se-hammer-defend2.png
+share/wesnoth/data/core/images/units/dwarves/lord-se-hammer.png
+share/wesnoth/data/core/images/units/dwarves/lord-se-hammer1.png
+share/wesnoth/data/core/images/units/dwarves/lord-se-hammer2.png
+share/wesnoth/data/core/images/units/dwarves/lord-se-hammer3.png
+share/wesnoth/data/core/images/units/dwarves/lord-se-hammer4.png
+share/wesnoth/data/core/images/units/dwarves/lord-se-hammer5.png
+share/wesnoth/data/core/images/units/dwarves/lord-se-hammer6.png
+share/wesnoth/data/core/images/units/dwarves/lord-se-hammer7.png
+share/wesnoth/data/core/images/units/dwarves/lord-se-ranged-defend1.png
+share/wesnoth/data/core/images/units/dwarves/lord-se-ranged-defend2.png
+share/wesnoth/data/core/images/units/dwarves/lord-se-ranged1.png
+share/wesnoth/data/core/images/units/dwarves/lord-se-ranged2.png
+share/wesnoth/data/core/images/units/dwarves/lord-se-ranged3.png
+share/wesnoth/data/core/images/units/dwarves/lord-se-ranged4.png
+share/wesnoth/data/core/images/units/dwarves/lord-se-ranged5.png
+share/wesnoth/data/core/images/units/dwarves/lord-se-ranged6.png
+share/wesnoth/data/core/images/units/dwarves/lord-se-ranged7.png
+share/wesnoth/data/core/images/units/dwarves/lord-se-run1.png
+share/wesnoth/data/core/images/units/dwarves/lord-se-run10.png
+share/wesnoth/data/core/images/units/dwarves/lord-se-run2.png
+share/wesnoth/data/core/images/units/dwarves/lord-se-run3.png
+share/wesnoth/data/core/images/units/dwarves/lord-se-run4.png
+share/wesnoth/data/core/images/units/dwarves/lord-se-run5.png
+share/wesnoth/data/core/images/units/dwarves/lord-se-run6.png
+share/wesnoth/data/core/images/units/dwarves/lord-se-run7.png
+share/wesnoth/data/core/images/units/dwarves/lord-se-run8.png
+share/wesnoth/data/core/images/units/dwarves/lord-se-run9.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
@@ -7572,26 +8483,6 @@ share/wesnoth/data/core/images/units/dwarves/stalwart-attack.png
share/wesnoth/data/core/images/units/dwarves/stalwart-defend-1.png
share/wesnoth/data/core/images/units/dwarves/stalwart-defend-2.png
share/wesnoth/data/core/images/units/dwarves/stalwart.png
-share/wesnoth/data/core/images/units/dwarves/steelclad-axe-1.png
-share/wesnoth/data/core/images/units/dwarves/steelclad-axe-2.png
-share/wesnoth/data/core/images/units/dwarves/steelclad-axe-3.png
-share/wesnoth/data/core/images/units/dwarves/steelclad-axe-4.png
-share/wesnoth/data/core/images/units/dwarves/steelclad-axe-5.png
-share/wesnoth/data/core/images/units/dwarves/steelclad-axe-6.png
-share/wesnoth/data/core/images/units/dwarves/steelclad-axe-7.png
-share/wesnoth/data/core/images/units/dwarves/steelclad-axe-8.png
-share/wesnoth/data/core/images/units/dwarves/steelclad-axe-9.png
-share/wesnoth/data/core/images/units/dwarves/steelclad-defend-1.png
-share/wesnoth/data/core/images/units/dwarves/steelclad-defend-2.png
-share/wesnoth/data/core/images/units/dwarves/steelclad-hammer-1.png
-share/wesnoth/data/core/images/units/dwarves/steelclad-hammer-2.png
-share/wesnoth/data/core/images/units/dwarves/steelclad-hammer-3.png
-share/wesnoth/data/core/images/units/dwarves/steelclad-hammer-4.png
-share/wesnoth/data/core/images/units/dwarves/steelclad-hammer-5.png
-share/wesnoth/data/core/images/units/dwarves/steelclad-hammer-6.png
-share/wesnoth/data/core/images/units/dwarves/steelclad-hammer-defend-1.png
-share/wesnoth/data/core/images/units/dwarves/steelclad-hammer-defend-2.png
-share/wesnoth/data/core/images/units/dwarves/steelclad-hammer.png
share/wesnoth/data/core/images/units/dwarves/steelclad-idle-1.png
share/wesnoth/data/core/images/units/dwarves/steelclad-idle-10.png
share/wesnoth/data/core/images/units/dwarves/steelclad-idle-11.png
@@ -7603,44 +8494,295 @@ share/wesnoth/data/core/images/units/dwarves/steelclad-idle-6.png
share/wesnoth/data/core/images/units/dwarves/steelclad-idle-7.png
share/wesnoth/data/core/images/units/dwarves/steelclad-idle-8.png
share/wesnoth/data/core/images/units/dwarves/steelclad-idle-9.png
+share/wesnoth/data/core/images/units/dwarves/steelclad-ne-axe1.png
+share/wesnoth/data/core/images/units/dwarves/steelclad-ne-axe2.png
+share/wesnoth/data/core/images/units/dwarves/steelclad-ne-axe3.png
+share/wesnoth/data/core/images/units/dwarves/steelclad-ne-axe4.png
+share/wesnoth/data/core/images/units/dwarves/steelclad-ne-axe5.png
+share/wesnoth/data/core/images/units/dwarves/steelclad-ne-axe6.png
+share/wesnoth/data/core/images/units/dwarves/steelclad-ne-axe7.png
+share/wesnoth/data/core/images/units/dwarves/steelclad-ne-axe8.png
+share/wesnoth/data/core/images/units/dwarves/steelclad-ne-axe9.png
+share/wesnoth/data/core/images/units/dwarves/steelclad-ne-bob1.png
+share/wesnoth/data/core/images/units/dwarves/steelclad-ne-bob2.png
+share/wesnoth/data/core/images/units/dwarves/steelclad-ne-bob3.png
+share/wesnoth/data/core/images/units/dwarves/steelclad-ne-bob4.png
+share/wesnoth/data/core/images/units/dwarves/steelclad-ne-bob5.png
+share/wesnoth/data/core/images/units/dwarves/steelclad-ne-bob6.png
+share/wesnoth/data/core/images/units/dwarves/steelclad-ne-defend1.png
+share/wesnoth/data/core/images/units/dwarves/steelclad-ne-defend2.png
+share/wesnoth/data/core/images/units/dwarves/steelclad-ne-hammer-defend1.png
+share/wesnoth/data/core/images/units/dwarves/steelclad-ne-hammer-defend2.png
+share/wesnoth/data/core/images/units/dwarves/steelclad-ne-hammer.png
+share/wesnoth/data/core/images/units/dwarves/steelclad-ne-hammer1.png
+share/wesnoth/data/core/images/units/dwarves/steelclad-ne-hammer2.png
+share/wesnoth/data/core/images/units/dwarves/steelclad-ne-hammer3.png
+share/wesnoth/data/core/images/units/dwarves/steelclad-ne-hammer4.png
+share/wesnoth/data/core/images/units/dwarves/steelclad-ne-hammer5.png
+share/wesnoth/data/core/images/units/dwarves/steelclad-ne-hammer6.png
+share/wesnoth/data/core/images/units/dwarves/steelclad-ne-hammer7.png
+share/wesnoth/data/core/images/units/dwarves/steelclad-ne-run1.png
+share/wesnoth/data/core/images/units/dwarves/steelclad-ne-run10.png
+share/wesnoth/data/core/images/units/dwarves/steelclad-ne-run2.png
+share/wesnoth/data/core/images/units/dwarves/steelclad-ne-run3.png
+share/wesnoth/data/core/images/units/dwarves/steelclad-ne-run4.png
+share/wesnoth/data/core/images/units/dwarves/steelclad-ne-run5.png
+share/wesnoth/data/core/images/units/dwarves/steelclad-ne-run6.png
+share/wesnoth/data/core/images/units/dwarves/steelclad-ne-run7.png
+share/wesnoth/data/core/images/units/dwarves/steelclad-ne-run8.png
+share/wesnoth/data/core/images/units/dwarves/steelclad-ne-run9.png
+share/wesnoth/data/core/images/units/dwarves/steelclad-ne.png
+share/wesnoth/data/core/images/units/dwarves/steelclad-se-axe1.png
+share/wesnoth/data/core/images/units/dwarves/steelclad-se-axe2.png
+share/wesnoth/data/core/images/units/dwarves/steelclad-se-axe3.png
+share/wesnoth/data/core/images/units/dwarves/steelclad-se-axe4.png
+share/wesnoth/data/core/images/units/dwarves/steelclad-se-axe5.png
+share/wesnoth/data/core/images/units/dwarves/steelclad-se-axe6.png
+share/wesnoth/data/core/images/units/dwarves/steelclad-se-axe7.png
+share/wesnoth/data/core/images/units/dwarves/steelclad-se-axe8.png
+share/wesnoth/data/core/images/units/dwarves/steelclad-se-axe9.png
+share/wesnoth/data/core/images/units/dwarves/steelclad-se-bob1.png
+share/wesnoth/data/core/images/units/dwarves/steelclad-se-bob2.png
+share/wesnoth/data/core/images/units/dwarves/steelclad-se-bob3.png
+share/wesnoth/data/core/images/units/dwarves/steelclad-se-bob4.png
+share/wesnoth/data/core/images/units/dwarves/steelclad-se-bob5.png
+share/wesnoth/data/core/images/units/dwarves/steelclad-se-bob6.png
+share/wesnoth/data/core/images/units/dwarves/steelclad-se-defend1.png
+share/wesnoth/data/core/images/units/dwarves/steelclad-se-defend2.png
+share/wesnoth/data/core/images/units/dwarves/steelclad-se-hammer-defend1.png
+share/wesnoth/data/core/images/units/dwarves/steelclad-se-hammer-defend2.png
+share/wesnoth/data/core/images/units/dwarves/steelclad-se-hammer.png
+share/wesnoth/data/core/images/units/dwarves/steelclad-se-hammer1.png
+share/wesnoth/data/core/images/units/dwarves/steelclad-se-hammer2.png
+share/wesnoth/data/core/images/units/dwarves/steelclad-se-hammer3.png
+share/wesnoth/data/core/images/units/dwarves/steelclad-se-hammer4.png
+share/wesnoth/data/core/images/units/dwarves/steelclad-se-hammer5.png
+share/wesnoth/data/core/images/units/dwarves/steelclad-se-hammer6.png
+share/wesnoth/data/core/images/units/dwarves/steelclad-se-hammer7.png
+share/wesnoth/data/core/images/units/dwarves/steelclad-se-run1.png
+share/wesnoth/data/core/images/units/dwarves/steelclad-se-run10.png
+share/wesnoth/data/core/images/units/dwarves/steelclad-se-run2.png
+share/wesnoth/data/core/images/units/dwarves/steelclad-se-run3.png
+share/wesnoth/data/core/images/units/dwarves/steelclad-se-run4.png
+share/wesnoth/data/core/images/units/dwarves/steelclad-se-run5.png
+share/wesnoth/data/core/images/units/dwarves/steelclad-se-run6.png
+share/wesnoth/data/core/images/units/dwarves/steelclad-se-run7.png
+share/wesnoth/data/core/images/units/dwarves/steelclad-se-run8.png
+share/wesnoth/data/core/images/units/dwarves/steelclad-se-run9.png
share/wesnoth/data/core/images/units/dwarves/steelclad.png
-share/wesnoth/data/core/images/units/dwarves/thunderer-attack-n.png
-share/wesnoth/data/core/images/units/dwarves/thunderer-attack-ne.png
-share/wesnoth/data/core/images/units/dwarves/thunderer-attack-s.png
-share/wesnoth/data/core/images/units/dwarves/thunderer-attack-se.png
-share/wesnoth/data/core/images/units/dwarves/thunderer-blade-1.png
-share/wesnoth/data/core/images/units/dwarves/thunderer-blade-2.png
-share/wesnoth/data/core/images/units/dwarves/thunderer-blade-3.png
-share/wesnoth/data/core/images/units/dwarves/thunderer-blade-4.png
-share/wesnoth/data/core/images/units/dwarves/thunderer-blade-5.png
-share/wesnoth/data/core/images/units/dwarves/thunderer-blade-defend-1.png
-share/wesnoth/data/core/images/units/dwarves/thunderer-blade-defend-2.png
-share/wesnoth/data/core/images/units/dwarves/thunderer-blade.png
-share/wesnoth/data/core/images/units/dwarves/thunderer-defend.png
-share/wesnoth/data/core/images/units/dwarves/thunderer-die1.png
-share/wesnoth/data/core/images/units/dwarves/thunderer-die2.png
-share/wesnoth/data/core/images/units/dwarves/thunderer-die3.png
-share/wesnoth/data/core/images/units/dwarves/thunderer-idle-1.png
-share/wesnoth/data/core/images/units/dwarves/thunderer-idle-2.png
-share/wesnoth/data/core/images/units/dwarves/thunderer-idle-3.png
-share/wesnoth/data/core/images/units/dwarves/thunderer-idle-4.png
-share/wesnoth/data/core/images/units/dwarves/thunderer-idle-5.png
-share/wesnoth/data/core/images/units/dwarves/thunderer-idle-6.png
-share/wesnoth/data/core/images/units/dwarves/thunderer.png
-share/wesnoth/data/core/images/units/dwarves/thunderguard-attack-ranged-n.png
-share/wesnoth/data/core/images/units/dwarves/thunderguard-attack-ranged-ne.png
-share/wesnoth/data/core/images/units/dwarves/thunderguard-attack-ranged-s.png
-share/wesnoth/data/core/images/units/dwarves/thunderguard-attack-ranged-se.png
-share/wesnoth/data/core/images/units/dwarves/thunderguard-blade-1.png
-share/wesnoth/data/core/images/units/dwarves/thunderguard-blade-2.png
-share/wesnoth/data/core/images/units/dwarves/thunderguard-blade-3.png
-share/wesnoth/data/core/images/units/dwarves/thunderguard-blade-4.png
-share/wesnoth/data/core/images/units/dwarves/thunderguard-blade-5.png
-share/wesnoth/data/core/images/units/dwarves/thunderguard-blade-defend-1.png
-share/wesnoth/data/core/images/units/dwarves/thunderguard-blade-defend-2.png
-share/wesnoth/data/core/images/units/dwarves/thunderguard-blade.png
-share/wesnoth/data/core/images/units/dwarves/thunderguard-defend.png
-share/wesnoth/data/core/images/units/dwarves/thunderguard.png
+share/wesnoth/data/core/images/units/dwarves/thunderer/thunderer-die1.png
+share/wesnoth/data/core/images/units/dwarves/thunderer/thunderer-die2.png
+share/wesnoth/data/core/images/units/dwarves/thunderer/thunderer-die3.png
+share/wesnoth/data/core/images/units/dwarves/thunderer/thunderer-idle-1.png
+share/wesnoth/data/core/images/units/dwarves/thunderer/thunderer-idle-2.png
+share/wesnoth/data/core/images/units/dwarves/thunderer/thunderer-idle-3.png
+share/wesnoth/data/core/images/units/dwarves/thunderer/thunderer-idle-4.png
+share/wesnoth/data/core/images/units/dwarves/thunderer/thunderer-idle-5.png
+share/wesnoth/data/core/images/units/dwarves/thunderer/thunderer-idle-6.png
+share/wesnoth/data/core/images/units/dwarves/thunderer/thunderer-n-ranged1.png
+share/wesnoth/data/core/images/units/dwarves/thunderer/thunderer-n-ranged2.png
+share/wesnoth/data/core/images/units/dwarves/thunderer/thunderer-n-ranged3.png
+share/wesnoth/data/core/images/units/dwarves/thunderer/thunderer-n-ranged4.png
+share/wesnoth/data/core/images/units/dwarves/thunderer/thunderer-n-ranged5.png
+share/wesnoth/data/core/images/units/dwarves/thunderer/thunderer-n-ranged6.png
+share/wesnoth/data/core/images/units/dwarves/thunderer/thunderer-n-ranged7.png
+share/wesnoth/data/core/images/units/dwarves/thunderer/thunderer-n-ranged8.png
+share/wesnoth/data/core/images/units/dwarves/thunderer/thunderer-n-ranged9.png
+share/wesnoth/data/core/images/units/dwarves/thunderer/thunderer-ne-blade-defend1.png
+share/wesnoth/data/core/images/units/dwarves/thunderer/thunderer-ne-blade-defend2.png
+share/wesnoth/data/core/images/units/dwarves/thunderer/thunderer-ne-blade1.png
+share/wesnoth/data/core/images/units/dwarves/thunderer/thunderer-ne-blade2.png
+share/wesnoth/data/core/images/units/dwarves/thunderer/thunderer-ne-blade3.png
+share/wesnoth/data/core/images/units/dwarves/thunderer/thunderer-ne-blade4.png
+share/wesnoth/data/core/images/units/dwarves/thunderer/thunderer-ne-blade5.png
+share/wesnoth/data/core/images/units/dwarves/thunderer/thunderer-ne-blade6.png
+share/wesnoth/data/core/images/units/dwarves/thunderer/thunderer-ne-blade7.png
+share/wesnoth/data/core/images/units/dwarves/thunderer/thunderer-ne-blade8.png
+share/wesnoth/data/core/images/units/dwarves/thunderer/thunderer-ne-blade9.png
+share/wesnoth/data/core/images/units/dwarves/thunderer/thunderer-ne-bob1.png
+share/wesnoth/data/core/images/units/dwarves/thunderer/thunderer-ne-bob2.png
+share/wesnoth/data/core/images/units/dwarves/thunderer/thunderer-ne-bob3.png
+share/wesnoth/data/core/images/units/dwarves/thunderer/thunderer-ne-bob4.png
+share/wesnoth/data/core/images/units/dwarves/thunderer/thunderer-ne-bob5.png
+share/wesnoth/data/core/images/units/dwarves/thunderer/thunderer-ne-bob6.png
+share/wesnoth/data/core/images/units/dwarves/thunderer/thunderer-ne-defend1.png
+share/wesnoth/data/core/images/units/dwarves/thunderer/thunderer-ne-defend2.png
+share/wesnoth/data/core/images/units/dwarves/thunderer/thunderer-ne-ranged1.png
+share/wesnoth/data/core/images/units/dwarves/thunderer/thunderer-ne-ranged2.png
+share/wesnoth/data/core/images/units/dwarves/thunderer/thunderer-ne-ranged3.png
+share/wesnoth/data/core/images/units/dwarves/thunderer/thunderer-ne-ranged4.png
+share/wesnoth/data/core/images/units/dwarves/thunderer/thunderer-ne-ranged5.png
+share/wesnoth/data/core/images/units/dwarves/thunderer/thunderer-ne-ranged6.png
+share/wesnoth/data/core/images/units/dwarves/thunderer/thunderer-ne-ranged7.png
+share/wesnoth/data/core/images/units/dwarves/thunderer/thunderer-ne-ranged8.png
+share/wesnoth/data/core/images/units/dwarves/thunderer/thunderer-ne-ranged9.png
+share/wesnoth/data/core/images/units/dwarves/thunderer/thunderer-ne-run1.png
+share/wesnoth/data/core/images/units/dwarves/thunderer/thunderer-ne-run10.png
+share/wesnoth/data/core/images/units/dwarves/thunderer/thunderer-ne-run2.png
+share/wesnoth/data/core/images/units/dwarves/thunderer/thunderer-ne-run3.png
+share/wesnoth/data/core/images/units/dwarves/thunderer/thunderer-ne-run4.png
+share/wesnoth/data/core/images/units/dwarves/thunderer/thunderer-ne-run5.png
+share/wesnoth/data/core/images/units/dwarves/thunderer/thunderer-ne-run6.png
+share/wesnoth/data/core/images/units/dwarves/thunderer/thunderer-ne-run7.png
+share/wesnoth/data/core/images/units/dwarves/thunderer/thunderer-ne-run8.png
+share/wesnoth/data/core/images/units/dwarves/thunderer/thunderer-ne-run9.png
+share/wesnoth/data/core/images/units/dwarves/thunderer/thunderer-ne.png
+share/wesnoth/data/core/images/units/dwarves/thunderer/thunderer-s-ranged1.png
+share/wesnoth/data/core/images/units/dwarves/thunderer/thunderer-s-ranged2.png
+share/wesnoth/data/core/images/units/dwarves/thunderer/thunderer-s-ranged3.png
+share/wesnoth/data/core/images/units/dwarves/thunderer/thunderer-s-ranged4.png
+share/wesnoth/data/core/images/units/dwarves/thunderer/thunderer-s-ranged5.png
+share/wesnoth/data/core/images/units/dwarves/thunderer/thunderer-s-ranged6.png
+share/wesnoth/data/core/images/units/dwarves/thunderer/thunderer-s-ranged7.png
+share/wesnoth/data/core/images/units/dwarves/thunderer/thunderer-s-ranged8.png
+share/wesnoth/data/core/images/units/dwarves/thunderer/thunderer-s-ranged9.png
+share/wesnoth/data/core/images/units/dwarves/thunderer/thunderer-se-blade-defend1.png
+share/wesnoth/data/core/images/units/dwarves/thunderer/thunderer-se-blade-defend2.png
+share/wesnoth/data/core/images/units/dwarves/thunderer/thunderer-se-blade1.png
+share/wesnoth/data/core/images/units/dwarves/thunderer/thunderer-se-blade2.png
+share/wesnoth/data/core/images/units/dwarves/thunderer/thunderer-se-blade3.png
+share/wesnoth/data/core/images/units/dwarves/thunderer/thunderer-se-blade4.png
+share/wesnoth/data/core/images/units/dwarves/thunderer/thunderer-se-blade5.png
+share/wesnoth/data/core/images/units/dwarves/thunderer/thunderer-se-blade6.png
+share/wesnoth/data/core/images/units/dwarves/thunderer/thunderer-se-blade7.png
+share/wesnoth/data/core/images/units/dwarves/thunderer/thunderer-se-blade8.png
+share/wesnoth/data/core/images/units/dwarves/thunderer/thunderer-se-blade9.png
+share/wesnoth/data/core/images/units/dwarves/thunderer/thunderer-se-bob1.png
+share/wesnoth/data/core/images/units/dwarves/thunderer/thunderer-se-bob2.png
+share/wesnoth/data/core/images/units/dwarves/thunderer/thunderer-se-bob3.png
+share/wesnoth/data/core/images/units/dwarves/thunderer/thunderer-se-bob4.png
+share/wesnoth/data/core/images/units/dwarves/thunderer/thunderer-se-bob5.png
+share/wesnoth/data/core/images/units/dwarves/thunderer/thunderer-se-bob6.png
+share/wesnoth/data/core/images/units/dwarves/thunderer/thunderer-se-defend1.png
+share/wesnoth/data/core/images/units/dwarves/thunderer/thunderer-se-defend2.png
+share/wesnoth/data/core/images/units/dwarves/thunderer/thunderer-se-ranged1.png
+share/wesnoth/data/core/images/units/dwarves/thunderer/thunderer-se-ranged2.png
+share/wesnoth/data/core/images/units/dwarves/thunderer/thunderer-se-ranged3.png
+share/wesnoth/data/core/images/units/dwarves/thunderer/thunderer-se-ranged4.png
+share/wesnoth/data/core/images/units/dwarves/thunderer/thunderer-se-ranged5.png
+share/wesnoth/data/core/images/units/dwarves/thunderer/thunderer-se-ranged6.png
+share/wesnoth/data/core/images/units/dwarves/thunderer/thunderer-se-ranged7.png
+share/wesnoth/data/core/images/units/dwarves/thunderer/thunderer-se-ranged8.png
+share/wesnoth/data/core/images/units/dwarves/thunderer/thunderer-se-ranged9.png
+share/wesnoth/data/core/images/units/dwarves/thunderer/thunderer-se-run1.png
+share/wesnoth/data/core/images/units/dwarves/thunderer/thunderer-se-run10.png
+share/wesnoth/data/core/images/units/dwarves/thunderer/thunderer-se-run2.png
+share/wesnoth/data/core/images/units/dwarves/thunderer/thunderer-se-run3.png
+share/wesnoth/data/core/images/units/dwarves/thunderer/thunderer-se-run4.png
+share/wesnoth/data/core/images/units/dwarves/thunderer/thunderer-se-run5.png
+share/wesnoth/data/core/images/units/dwarves/thunderer/thunderer-se-run6.png
+share/wesnoth/data/core/images/units/dwarves/thunderer/thunderer-se-run7.png
+share/wesnoth/data/core/images/units/dwarves/thunderer/thunderer-se-run8.png
+share/wesnoth/data/core/images/units/dwarves/thunderer/thunderer-se-run9.png
+share/wesnoth/data/core/images/units/dwarves/thunderer/thunderer.png
+share/wesnoth/data/core/images/units/dwarves/thunderguard/thunderguard-n-ranged1.png
+share/wesnoth/data/core/images/units/dwarves/thunderguard/thunderguard-n-ranged10.png
+share/wesnoth/data/core/images/units/dwarves/thunderguard/thunderguard-n-ranged11.png
+share/wesnoth/data/core/images/units/dwarves/thunderguard/thunderguard-n-ranged12.png
+share/wesnoth/data/core/images/units/dwarves/thunderguard/thunderguard-n-ranged2.png
+share/wesnoth/data/core/images/units/dwarves/thunderguard/thunderguard-n-ranged3.png
+share/wesnoth/data/core/images/units/dwarves/thunderguard/thunderguard-n-ranged4.png
+share/wesnoth/data/core/images/units/dwarves/thunderguard/thunderguard-n-ranged5.png
+share/wesnoth/data/core/images/units/dwarves/thunderguard/thunderguard-n-ranged6.png
+share/wesnoth/data/core/images/units/dwarves/thunderguard/thunderguard-n-ranged7.png
+share/wesnoth/data/core/images/units/dwarves/thunderguard/thunderguard-n-ranged8.png
+share/wesnoth/data/core/images/units/dwarves/thunderguard/thunderguard-n-ranged9.png
+share/wesnoth/data/core/images/units/dwarves/thunderguard/thunderguard-ne-blade-defend1.png
+share/wesnoth/data/core/images/units/dwarves/thunderguard/thunderguard-ne-blade-defend2.png
+share/wesnoth/data/core/images/units/dwarves/thunderguard/thunderguard-ne-blade1.png
+share/wesnoth/data/core/images/units/dwarves/thunderguard/thunderguard-ne-blade2.png
+share/wesnoth/data/core/images/units/dwarves/thunderguard/thunderguard-ne-blade3.png
+share/wesnoth/data/core/images/units/dwarves/thunderguard/thunderguard-ne-blade4.png
+share/wesnoth/data/core/images/units/dwarves/thunderguard/thunderguard-ne-blade5.png
+share/wesnoth/data/core/images/units/dwarves/thunderguard/thunderguard-ne-blade6.png
+share/wesnoth/data/core/images/units/dwarves/thunderguard/thunderguard-ne-blade7.png
+share/wesnoth/data/core/images/units/dwarves/thunderguard/thunderguard-ne-blade8.png
+share/wesnoth/data/core/images/units/dwarves/thunderguard/thunderguard-ne-blade9.png
+share/wesnoth/data/core/images/units/dwarves/thunderguard/thunderguard-ne-bob1.png
+share/wesnoth/data/core/images/units/dwarves/thunderguard/thunderguard-ne-bob2.png
+share/wesnoth/data/core/images/units/dwarves/thunderguard/thunderguard-ne-bob3.png
+share/wesnoth/data/core/images/units/dwarves/thunderguard/thunderguard-ne-bob4.png
+share/wesnoth/data/core/images/units/dwarves/thunderguard/thunderguard-ne-bob5.png
+share/wesnoth/data/core/images/units/dwarves/thunderguard/thunderguard-ne-bob6.png
+share/wesnoth/data/core/images/units/dwarves/thunderguard/thunderguard-ne-defend1.png
+share/wesnoth/data/core/images/units/dwarves/thunderguard/thunderguard-ne-defend2.png
+share/wesnoth/data/core/images/units/dwarves/thunderguard/thunderguard-ne-ranged1.png
+share/wesnoth/data/core/images/units/dwarves/thunderguard/thunderguard-ne-ranged10.png
+share/wesnoth/data/core/images/units/dwarves/thunderguard/thunderguard-ne-ranged11.png
+share/wesnoth/data/core/images/units/dwarves/thunderguard/thunderguard-ne-ranged12.png
+share/wesnoth/data/core/images/units/dwarves/thunderguard/thunderguard-ne-ranged2.png
+share/wesnoth/data/core/images/units/dwarves/thunderguard/thunderguard-ne-ranged3.png
+share/wesnoth/data/core/images/units/dwarves/thunderguard/thunderguard-ne-ranged4.png
+share/wesnoth/data/core/images/units/dwarves/thunderguard/thunderguard-ne-ranged5.png
+share/wesnoth/data/core/images/units/dwarves/thunderguard/thunderguard-ne-ranged6.png
+share/wesnoth/data/core/images/units/dwarves/thunderguard/thunderguard-ne-ranged7.png
+share/wesnoth/data/core/images/units/dwarves/thunderguard/thunderguard-ne-ranged8.png
+share/wesnoth/data/core/images/units/dwarves/thunderguard/thunderguard-ne-ranged9.png
+share/wesnoth/data/core/images/units/dwarves/thunderguard/thunderguard-ne-run1.png
+share/wesnoth/data/core/images/units/dwarves/thunderguard/thunderguard-ne-run10.png
+share/wesnoth/data/core/images/units/dwarves/thunderguard/thunderguard-ne-run2.png
+share/wesnoth/data/core/images/units/dwarves/thunderguard/thunderguard-ne-run3.png
+share/wesnoth/data/core/images/units/dwarves/thunderguard/thunderguard-ne-run4.png
+share/wesnoth/data/core/images/units/dwarves/thunderguard/thunderguard-ne-run5.png
+share/wesnoth/data/core/images/units/dwarves/thunderguard/thunderguard-ne-run6.png
+share/wesnoth/data/core/images/units/dwarves/thunderguard/thunderguard-ne-run7.png
+share/wesnoth/data/core/images/units/dwarves/thunderguard/thunderguard-ne-run8.png
+share/wesnoth/data/core/images/units/dwarves/thunderguard/thunderguard-ne-run9.png
+share/wesnoth/data/core/images/units/dwarves/thunderguard/thunderguard-ne.png
+share/wesnoth/data/core/images/units/dwarves/thunderguard/thunderguard-s-ranged1.png
+share/wesnoth/data/core/images/units/dwarves/thunderguard/thunderguard-s-ranged10.png
+share/wesnoth/data/core/images/units/dwarves/thunderguard/thunderguard-s-ranged11.png
+share/wesnoth/data/core/images/units/dwarves/thunderguard/thunderguard-s-ranged12.png
+share/wesnoth/data/core/images/units/dwarves/thunderguard/thunderguard-s-ranged2.png
+share/wesnoth/data/core/images/units/dwarves/thunderguard/thunderguard-s-ranged3.png
+share/wesnoth/data/core/images/units/dwarves/thunderguard/thunderguard-s-ranged4.png
+share/wesnoth/data/core/images/units/dwarves/thunderguard/thunderguard-s-ranged5.png
+share/wesnoth/data/core/images/units/dwarves/thunderguard/thunderguard-s-ranged6.png
+share/wesnoth/data/core/images/units/dwarves/thunderguard/thunderguard-s-ranged7.png
+share/wesnoth/data/core/images/units/dwarves/thunderguard/thunderguard-s-ranged8.png
+share/wesnoth/data/core/images/units/dwarves/thunderguard/thunderguard-s-ranged9.png
+share/wesnoth/data/core/images/units/dwarves/thunderguard/thunderguard-se-blade-defend1.png
+share/wesnoth/data/core/images/units/dwarves/thunderguard/thunderguard-se-blade-defend2.png
+share/wesnoth/data/core/images/units/dwarves/thunderguard/thunderguard-se-blade1.png
+share/wesnoth/data/core/images/units/dwarves/thunderguard/thunderguard-se-blade2.png
+share/wesnoth/data/core/images/units/dwarves/thunderguard/thunderguard-se-blade3.png
+share/wesnoth/data/core/images/units/dwarves/thunderguard/thunderguard-se-blade4.png
+share/wesnoth/data/core/images/units/dwarves/thunderguard/thunderguard-se-blade5.png
+share/wesnoth/data/core/images/units/dwarves/thunderguard/thunderguard-se-blade6.png
+share/wesnoth/data/core/images/units/dwarves/thunderguard/thunderguard-se-blade7.png
+share/wesnoth/data/core/images/units/dwarves/thunderguard/thunderguard-se-blade8.png
+share/wesnoth/data/core/images/units/dwarves/thunderguard/thunderguard-se-blade9.png
+share/wesnoth/data/core/images/units/dwarves/thunderguard/thunderguard-se-bob1.png
+share/wesnoth/data/core/images/units/dwarves/thunderguard/thunderguard-se-bob2.png
+share/wesnoth/data/core/images/units/dwarves/thunderguard/thunderguard-se-bob3.png
+share/wesnoth/data/core/images/units/dwarves/thunderguard/thunderguard-se-bob4.png
+share/wesnoth/data/core/images/units/dwarves/thunderguard/thunderguard-se-bob5.png
+share/wesnoth/data/core/images/units/dwarves/thunderguard/thunderguard-se-bob6.png
+share/wesnoth/data/core/images/units/dwarves/thunderguard/thunderguard-se-defend1.png
+share/wesnoth/data/core/images/units/dwarves/thunderguard/thunderguard-se-defend2.png
+share/wesnoth/data/core/images/units/dwarves/thunderguard/thunderguard-se-ranged1.png
+share/wesnoth/data/core/images/units/dwarves/thunderguard/thunderguard-se-ranged10.png
+share/wesnoth/data/core/images/units/dwarves/thunderguard/thunderguard-se-ranged11.png
+share/wesnoth/data/core/images/units/dwarves/thunderguard/thunderguard-se-ranged12.png
+share/wesnoth/data/core/images/units/dwarves/thunderguard/thunderguard-se-ranged2.png
+share/wesnoth/data/core/images/units/dwarves/thunderguard/thunderguard-se-ranged3.png
+share/wesnoth/data/core/images/units/dwarves/thunderguard/thunderguard-se-ranged4.png
+share/wesnoth/data/core/images/units/dwarves/thunderguard/thunderguard-se-ranged5.png
+share/wesnoth/data/core/images/units/dwarves/thunderguard/thunderguard-se-ranged6.png
+share/wesnoth/data/core/images/units/dwarves/thunderguard/thunderguard-se-ranged7.png
+share/wesnoth/data/core/images/units/dwarves/thunderguard/thunderguard-se-ranged8.png
+share/wesnoth/data/core/images/units/dwarves/thunderguard/thunderguard-se-ranged9.png
+share/wesnoth/data/core/images/units/dwarves/thunderguard/thunderguard-se-run1.png
+share/wesnoth/data/core/images/units/dwarves/thunderguard/thunderguard-se-run10.png
+share/wesnoth/data/core/images/units/dwarves/thunderguard/thunderguard-se-run2.png
+share/wesnoth/data/core/images/units/dwarves/thunderguard/thunderguard-se-run3.png
+share/wesnoth/data/core/images/units/dwarves/thunderguard/thunderguard-se-run4.png
+share/wesnoth/data/core/images/units/dwarves/thunderguard/thunderguard-se-run5.png
+share/wesnoth/data/core/images/units/dwarves/thunderguard/thunderguard-se-run6.png
+share/wesnoth/data/core/images/units/dwarves/thunderguard/thunderguard-se-run7.png
+share/wesnoth/data/core/images/units/dwarves/thunderguard/thunderguard-se-run8.png
+share/wesnoth/data/core/images/units/dwarves/thunderguard/thunderguard-se-run9.png
+share/wesnoth/data/core/images/units/dwarves/thunderguard/thunderguard.png
share/wesnoth/data/core/images/units/dwarves/ulfserker-attack-1.png
share/wesnoth/data/core/images/units/dwarves/ulfserker-attack-2.png
share/wesnoth/data/core/images/units/dwarves/ulfserker-attack-3.png
@@ -7658,7 +8800,6 @@ share/wesnoth/data/core/images/units/dwarves/ulfserker-idle-6.png
share/wesnoth/data/core/images/units/dwarves/ulfserker-laugh-1.png
share/wesnoth/data/core/images/units/dwarves/ulfserker-laugh-2.png
share/wesnoth/data/core/images/units/dwarves/ulfserker.png
-share/wesnoth/data/core/images/units/elves-wood/.gitignore
share/wesnoth/data/core/images/units/elves-wood/archer+female-bow-attack1.png
share/wesnoth/data/core/images/units/elves-wood/archer+female-bow-attack2.png
share/wesnoth/data/core/images/units/elves-wood/archer+female-bow-attack3.png
@@ -7862,13 +9003,13 @@ share/wesnoth/data/core/images/units/elves-wood/marshal-leading.png
share/wesnoth/data/core/images/units/elves-wood/marshal-melee-1.png
share/wesnoth/data/core/images/units/elves-wood/marshal-melee-2.png
share/wesnoth/data/core/images/units/elves-wood/marshal.png
-share/wesnoth/data/core/images/units/elves-wood/outrider-attack1.png
-share/wesnoth/data/core/images/units/elves-wood/outrider-attack2.png
-share/wesnoth/data/core/images/units/elves-wood/outrider-defend.png
-share/wesnoth/data/core/images/units/elves-wood/outrider-melee-1.png
-share/wesnoth/data/core/images/units/elves-wood/outrider-melee-2.png
-share/wesnoth/data/core/images/units/elves-wood/outrider-moving.png
-share/wesnoth/data/core/images/units/elves-wood/outrider.png
+share/wesnoth/data/core/images/units/elves-wood/outrider/outrider-attack1.png
+share/wesnoth/data/core/images/units/elves-wood/outrider/outrider-attack2.png
+share/wesnoth/data/core/images/units/elves-wood/outrider/outrider-defend.png
+share/wesnoth/data/core/images/units/elves-wood/outrider/outrider-melee-1.png
+share/wesnoth/data/core/images/units/elves-wood/outrider/outrider-melee-2.png
+share/wesnoth/data/core/images/units/elves-wood/outrider/outrider-moving.png
+share/wesnoth/data/core/images/units/elves-wood/outrider/outrider.png
share/wesnoth/data/core/images/units/elves-wood/ranger+female-bow-attack1.png
share/wesnoth/data/core/images/units/elves-wood/ranger+female-bow-attack2.png
share/wesnoth/data/core/images/units/elves-wood/ranger+female-bow-attack3.png
@@ -7896,35 +9037,30 @@ share/wesnoth/data/core/images/units/elves-wood/ranger-sword-3.png
share/wesnoth/data/core/images/units/elves-wood/ranger-sword-defend.png
share/wesnoth/data/core/images/units/elves-wood/ranger-sword.png
share/wesnoth/data/core/images/units/elves-wood/ranger.png
-share/wesnoth/data/core/images/units/elves-wood/rider-attack1.png
-share/wesnoth/data/core/images/units/elves-wood/rider-attack2.png
-share/wesnoth/data/core/images/units/elves-wood/rider-defend.png
-share/wesnoth/data/core/images/units/elves-wood/rider-melee-1.png
-share/wesnoth/data/core/images/units/elves-wood/rider-melee-2.png
-share/wesnoth/data/core/images/units/elves-wood/rider-moving.png
-share/wesnoth/data/core/images/units/elves-wood/rider.png
-share/wesnoth/data/core/images/units/elves-wood/scout-attack.png
-share/wesnoth/data/core/images/units/elves-wood/scout-attack1.png
-share/wesnoth/data/core/images/units/elves-wood/scout-attack2.png
-share/wesnoth/data/core/images/units/elves-wood/scout-defend.png
-share/wesnoth/data/core/images/units/elves-wood/scout-idle-1.png
-share/wesnoth/data/core/images/units/elves-wood/scout-idle-10.png
-share/wesnoth/data/core/images/units/elves-wood/scout-idle-11.png
-share/wesnoth/data/core/images/units/elves-wood/scout-idle-12.png
-share/wesnoth/data/core/images/units/elves-wood/scout-idle-13.png
-share/wesnoth/data/core/images/units/elves-wood/scout-idle-14.png
-share/wesnoth/data/core/images/units/elves-wood/scout-idle-15.png
-share/wesnoth/data/core/images/units/elves-wood/scout-idle-16.png
-share/wesnoth/data/core/images/units/elves-wood/scout-idle-2.png
-share/wesnoth/data/core/images/units/elves-wood/scout-idle-3.png
-share/wesnoth/data/core/images/units/elves-wood/scout-idle-4.png
-share/wesnoth/data/core/images/units/elves-wood/scout-idle-5.png
-share/wesnoth/data/core/images/units/elves-wood/scout-idle-6.png
-share/wesnoth/data/core/images/units/elves-wood/scout-idle-7.png
-share/wesnoth/data/core/images/units/elves-wood/scout-idle-8.png
-share/wesnoth/data/core/images/units/elves-wood/scout-idle-9.png
-share/wesnoth/data/core/images/units/elves-wood/scout-moving.png
-share/wesnoth/data/core/images/units/elves-wood/scout.png
+share/wesnoth/data/core/images/units/elves-wood/rider/rider-attack1.png
+share/wesnoth/data/core/images/units/elves-wood/rider/rider-attack2.png
+share/wesnoth/data/core/images/units/elves-wood/rider/rider-defend.png
+share/wesnoth/data/core/images/units/elves-wood/rider/rider-melee-1.png
+share/wesnoth/data/core/images/units/elves-wood/rider/rider-melee-2.png
+share/wesnoth/data/core/images/units/elves-wood/rider/rider-moving.png
+share/wesnoth/data/core/images/units/elves-wood/rider/rider.png
+share/wesnoth/data/core/images/units/elves-wood/scout/scout-idle-1.png
+share/wesnoth/data/core/images/units/elves-wood/scout/scout-idle-10.png
+share/wesnoth/data/core/images/units/elves-wood/scout/scout-idle-11.png
+share/wesnoth/data/core/images/units/elves-wood/scout/scout-idle-12.png
+share/wesnoth/data/core/images/units/elves-wood/scout/scout-idle-13.png
+share/wesnoth/data/core/images/units/elves-wood/scout/scout-idle-14.png
+share/wesnoth/data/core/images/units/elves-wood/scout/scout-idle-15.png
+share/wesnoth/data/core/images/units/elves-wood/scout/scout-idle-16.png
+share/wesnoth/data/core/images/units/elves-wood/scout/scout-idle-2.png
+share/wesnoth/data/core/images/units/elves-wood/scout/scout-idle-3.png
+share/wesnoth/data/core/images/units/elves-wood/scout/scout-idle-4.png
+share/wesnoth/data/core/images/units/elves-wood/scout/scout-idle-5.png
+share/wesnoth/data/core/images/units/elves-wood/scout/scout-idle-6.png
+share/wesnoth/data/core/images/units/elves-wood/scout/scout-idle-7.png
+share/wesnoth/data/core/images/units/elves-wood/scout/scout-idle-8.png
+share/wesnoth/data/core/images/units/elves-wood/scout/scout-idle-9.png
+share/wesnoth/data/core/images/units/elves-wood/scout/scout.png
share/wesnoth/data/core/images/units/elves-wood/shaman-attack.png
share/wesnoth/data/core/images/units/elves-wood/shaman-attack2.png
share/wesnoth/data/core/images/units/elves-wood/shaman-defend.png
@@ -8005,7 +9141,6 @@ share/wesnoth/data/core/images/units/elves-wood/sylph-defend.png
share/wesnoth/data/core/images/units/elves-wood/sylph-magic.png
share/wesnoth/data/core/images/units/elves-wood/sylph-melee.png
share/wesnoth/data/core/images/units/elves-wood/sylph.png
-share/wesnoth/data/core/images/units/goblins/.gitignore
share/wesnoth/data/core/images/units/goblins/direwolver-attack.png
share/wesnoth/data/core/images/units/goblins/direwolver-defend-1.png
share/wesnoth/data/core/images/units/goblins/direwolver-defend-2.png
@@ -8102,7 +9237,6 @@ share/wesnoth/data/core/images/units/goblins/wolf-rider-idle-5.png
share/wesnoth/data/core/images/units/goblins/wolf-rider-moving.png
share/wesnoth/data/core/images/units/goblins/wolf-rider-water.png
share/wesnoth/data/core/images/units/goblins/wolf-rider.png
-share/wesnoth/data/core/images/units/human-loyalists/.gitignore
share/wesnoth/data/core/images/units/human-loyalists/bowman-bow-attack-1.png
share/wesnoth/data/core/images/units/human-loyalists/bowman-bow-attack-2.png
share/wesnoth/data/core/images/units/human-loyalists/bowman-bow-attack-3.png
@@ -8116,40 +9250,15 @@ share/wesnoth/data/core/images/units/human-loyalists/bowman-melee-attack-4.png
share/wesnoth/data/core/images/units/human-loyalists/bowman-melee-defend-1.png
share/wesnoth/data/core/images/units/human-loyalists/bowman-melee-defend-2.png
share/wesnoth/data/core/images/units/human-loyalists/bowman.png
-share/wesnoth/data/core/images/units/human-loyalists/cavalier-attack.png
-share/wesnoth/data/core/images/units/human-loyalists/cavalier-defend.png
-share/wesnoth/data/core/images/units/human-loyalists/cavalier-moving.png
-share/wesnoth/data/core/images/units/human-loyalists/cavalier-ranged-1.png
-share/wesnoth/data/core/images/units/human-loyalists/cavalier-ranged-2.png
-share/wesnoth/data/core/images/units/human-loyalists/cavalier-ranged-3.png
-share/wesnoth/data/core/images/units/human-loyalists/cavalier-ranged-4.png
-share/wesnoth/data/core/images/units/human-loyalists/cavalier-ranged-5.png
-share/wesnoth/data/core/images/units/human-loyalists/cavalier-ranged-6.png
-share/wesnoth/data/core/images/units/human-loyalists/cavalier-ranged-7.png
-share/wesnoth/data/core/images/units/human-loyalists/cavalier.png
-share/wesnoth/data/core/images/units/human-loyalists/cavalryman-attack.png
-share/wesnoth/data/core/images/units/human-loyalists/cavalryman-defend.png
-share/wesnoth/data/core/images/units/human-loyalists/cavalryman-die-1.png
-share/wesnoth/data/core/images/units/human-loyalists/cavalryman-die-2.png
-share/wesnoth/data/core/images/units/human-loyalists/cavalryman-moving.png
-share/wesnoth/data/core/images/units/human-loyalists/cavalryman.png
-share/wesnoth/data/core/images/units/human-loyalists/dragoon-attack.png
-share/wesnoth/data/core/images/units/human-loyalists/dragoon-defend.png
-share/wesnoth/data/core/images/units/human-loyalists/dragoon-idle-1.png
-share/wesnoth/data/core/images/units/human-loyalists/dragoon-idle-2.png
-share/wesnoth/data/core/images/units/human-loyalists/dragoon-idle-3.png
-share/wesnoth/data/core/images/units/human-loyalists/dragoon-idle-4.png
-share/wesnoth/data/core/images/units/human-loyalists/dragoon-idle-5.png
-share/wesnoth/data/core/images/units/human-loyalists/dragoon-idle-6.png
-share/wesnoth/data/core/images/units/human-loyalists/dragoon-moving.png
-share/wesnoth/data/core/images/units/human-loyalists/dragoon-ranged-1.png
-share/wesnoth/data/core/images/units/human-loyalists/dragoon-ranged-2.png
-share/wesnoth/data/core/images/units/human-loyalists/dragoon-ranged-3.png
-share/wesnoth/data/core/images/units/human-loyalists/dragoon-ranged-4.png
-share/wesnoth/data/core/images/units/human-loyalists/dragoon-ranged-5.png
-share/wesnoth/data/core/images/units/human-loyalists/dragoon-ranged-6.png
-share/wesnoth/data/core/images/units/human-loyalists/dragoon-ranged-7.png
-share/wesnoth/data/core/images/units/human-loyalists/dragoon.png
+share/wesnoth/data/core/images/units/human-loyalists/cavalier/cavalier.png
+share/wesnoth/data/core/images/units/human-loyalists/cavalryman/cavalryman.png
+share/wesnoth/data/core/images/units/human-loyalists/dragoon/dragoon-idle-1.png
+share/wesnoth/data/core/images/units/human-loyalists/dragoon/dragoon-idle-2.png
+share/wesnoth/data/core/images/units/human-loyalists/dragoon/dragoon-idle-3.png
+share/wesnoth/data/core/images/units/human-loyalists/dragoon/dragoon-idle-4.png
+share/wesnoth/data/core/images/units/human-loyalists/dragoon/dragoon-idle-5.png
+share/wesnoth/data/core/images/units/human-loyalists/dragoon/dragoon-idle-6.png
+share/wesnoth/data/core/images/units/human-loyalists/dragoon/dragoon.png
share/wesnoth/data/core/images/units/human-loyalists/duelist-attack.png
share/wesnoth/data/core/images/units/human-loyalists/duelist-defend.png
share/wesnoth/data/core/images/units/human-loyalists/duelist-die1.png
@@ -8214,10 +9323,7 @@ share/wesnoth/data/core/images/units/human-loyalists/general-idle-5.png
share/wesnoth/data/core/images/units/human-loyalists/general-idle-6.png
share/wesnoth/data/core/images/units/human-loyalists/general-leading.png
share/wesnoth/data/core/images/units/human-loyalists/general.png
-share/wesnoth/data/core/images/units/human-loyalists/grand-knight-attack-sword.png
-share/wesnoth/data/core/images/units/human-loyalists/grand-knight-defend.png
-share/wesnoth/data/core/images/units/human-loyalists/grand-knight-moving.png
-share/wesnoth/data/core/images/units/human-loyalists/grand-knight.png
+share/wesnoth/data/core/images/units/human-loyalists/grand-knight/grand-knight.png
share/wesnoth/data/core/images/units/human-loyalists/halberdier-defend.png
share/wesnoth/data/core/images/units/human-loyalists/halberdier-idle-1.png
share/wesnoth/data/core/images/units/human-loyalists/halberdier-idle-10.png
@@ -8252,86 +9358,97 @@ 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-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/horseman/horseman-n-attack1.png
+share/wesnoth/data/core/images/units/human-loyalists/horseman/horseman-n-attack10.png
+share/wesnoth/data/core/images/units/human-loyalists/horseman/horseman-n-attack11.png
+share/wesnoth/data/core/images/units/human-loyalists/horseman/horseman-n-attack12.png
+share/wesnoth/data/core/images/units/human-loyalists/horseman/horseman-n-attack2.png
+share/wesnoth/data/core/images/units/human-loyalists/horseman/horseman-n-attack3.png
+share/wesnoth/data/core/images/units/human-loyalists/horseman/horseman-n-attack4.png
+share/wesnoth/data/core/images/units/human-loyalists/horseman/horseman-n-attack5.png
+share/wesnoth/data/core/images/units/human-loyalists/horseman/horseman-n-attack6.png
+share/wesnoth/data/core/images/units/human-loyalists/horseman/horseman-n-attack7.png
+share/wesnoth/data/core/images/units/human-loyalists/horseman/horseman-n-attack8.png
+share/wesnoth/data/core/images/units/human-loyalists/horseman/horseman-n-attack9.png
+share/wesnoth/data/core/images/units/human-loyalists/horseman/horseman-ne-attack1.png
+share/wesnoth/data/core/images/units/human-loyalists/horseman/horseman-ne-attack10.png
+share/wesnoth/data/core/images/units/human-loyalists/horseman/horseman-ne-attack11.png
+share/wesnoth/data/core/images/units/human-loyalists/horseman/horseman-ne-attack12.png
+share/wesnoth/data/core/images/units/human-loyalists/horseman/horseman-ne-attack2.png
+share/wesnoth/data/core/images/units/human-loyalists/horseman/horseman-ne-attack3.png
+share/wesnoth/data/core/images/units/human-loyalists/horseman/horseman-ne-attack4.png
+share/wesnoth/data/core/images/units/human-loyalists/horseman/horseman-ne-attack5.png
+share/wesnoth/data/core/images/units/human-loyalists/horseman/horseman-ne-attack6.png
+share/wesnoth/data/core/images/units/human-loyalists/horseman/horseman-ne-attack7.png
+share/wesnoth/data/core/images/units/human-loyalists/horseman/horseman-ne-attack8.png
+share/wesnoth/data/core/images/units/human-loyalists/horseman/horseman-ne-attack9.png
+share/wesnoth/data/core/images/units/human-loyalists/horseman/horseman-ne-bob1.png
+share/wesnoth/data/core/images/units/human-loyalists/horseman/horseman-ne-bob2.png
+share/wesnoth/data/core/images/units/human-loyalists/horseman/horseman-ne-bob3.png
+share/wesnoth/data/core/images/units/human-loyalists/horseman/horseman-ne-bob4.png
+share/wesnoth/data/core/images/units/human-loyalists/horseman/horseman-ne-bob5.png
+share/wesnoth/data/core/images/units/human-loyalists/horseman/horseman-ne-bob6.png
+share/wesnoth/data/core/images/units/human-loyalists/horseman/horseman-ne-defend1.png
+share/wesnoth/data/core/images/units/human-loyalists/horseman/horseman-ne-defend2.png
+share/wesnoth/data/core/images/units/human-loyalists/horseman/horseman-ne-die1.png
+share/wesnoth/data/core/images/units/human-loyalists/horseman/horseman-ne-die2.png
+share/wesnoth/data/core/images/units/human-loyalists/horseman/horseman-ne-die3.png
+share/wesnoth/data/core/images/units/human-loyalists/horseman/horseman-ne-die4.png
+share/wesnoth/data/core/images/units/human-loyalists/horseman/horseman-ne-die5.png
+share/wesnoth/data/core/images/units/human-loyalists/horseman/horseman-ne-run1.png
+share/wesnoth/data/core/images/units/human-loyalists/horseman/horseman-ne-run2.png
+share/wesnoth/data/core/images/units/human-loyalists/horseman/horseman-ne-run3.png
+share/wesnoth/data/core/images/units/human-loyalists/horseman/horseman-ne-run4.png
+share/wesnoth/data/core/images/units/human-loyalists/horseman/horseman-ne-run5.png
+share/wesnoth/data/core/images/units/human-loyalists/horseman/horseman-ne-run6.png
+share/wesnoth/data/core/images/units/human-loyalists/horseman/horseman-ne-run7.png
+share/wesnoth/data/core/images/units/human-loyalists/horseman/horseman-ne-run8.png
+share/wesnoth/data/core/images/units/human-loyalists/horseman/horseman-s-attack1.png
+share/wesnoth/data/core/images/units/human-loyalists/horseman/horseman-s-attack10.png
+share/wesnoth/data/core/images/units/human-loyalists/horseman/horseman-s-attack11.png
+share/wesnoth/data/core/images/units/human-loyalists/horseman/horseman-s-attack12.png
+share/wesnoth/data/core/images/units/human-loyalists/horseman/horseman-s-attack2.png
+share/wesnoth/data/core/images/units/human-loyalists/horseman/horseman-s-attack3.png
+share/wesnoth/data/core/images/units/human-loyalists/horseman/horseman-s-attack4.png
+share/wesnoth/data/core/images/units/human-loyalists/horseman/horseman-s-attack5.png
+share/wesnoth/data/core/images/units/human-loyalists/horseman/horseman-s-attack6.png
+share/wesnoth/data/core/images/units/human-loyalists/horseman/horseman-s-attack7.png
+share/wesnoth/data/core/images/units/human-loyalists/horseman/horseman-s-attack8.png
+share/wesnoth/data/core/images/units/human-loyalists/horseman/horseman-s-attack9.png
+share/wesnoth/data/core/images/units/human-loyalists/horseman/horseman-se-attack1.png
+share/wesnoth/data/core/images/units/human-loyalists/horseman/horseman-se-attack10.png
+share/wesnoth/data/core/images/units/human-loyalists/horseman/horseman-se-attack11.png
+share/wesnoth/data/core/images/units/human-loyalists/horseman/horseman-se-attack12.png
+share/wesnoth/data/core/images/units/human-loyalists/horseman/horseman-se-attack2.png
+share/wesnoth/data/core/images/units/human-loyalists/horseman/horseman-se-attack3.png
+share/wesnoth/data/core/images/units/human-loyalists/horseman/horseman-se-attack4.png
+share/wesnoth/data/core/images/units/human-loyalists/horseman/horseman-se-attack5.png
+share/wesnoth/data/core/images/units/human-loyalists/horseman/horseman-se-attack6.png
+share/wesnoth/data/core/images/units/human-loyalists/horseman/horseman-se-attack7.png
+share/wesnoth/data/core/images/units/human-loyalists/horseman/horseman-se-attack8.png
+share/wesnoth/data/core/images/units/human-loyalists/horseman/horseman-se-attack9.png
+share/wesnoth/data/core/images/units/human-loyalists/horseman/horseman-se-bob1.png
+share/wesnoth/data/core/images/units/human-loyalists/horseman/horseman-se-bob2.png
+share/wesnoth/data/core/images/units/human-loyalists/horseman/horseman-se-bob3.png
+share/wesnoth/data/core/images/units/human-loyalists/horseman/horseman-se-bob4.png
+share/wesnoth/data/core/images/units/human-loyalists/horseman/horseman-se-bob5.png
+share/wesnoth/data/core/images/units/human-loyalists/horseman/horseman-se-bob6.png
+share/wesnoth/data/core/images/units/human-loyalists/horseman/horseman-se-defend1.png
+share/wesnoth/data/core/images/units/human-loyalists/horseman/horseman-se-defend2.png
+share/wesnoth/data/core/images/units/human-loyalists/horseman/horseman-se-die1.png
+share/wesnoth/data/core/images/units/human-loyalists/horseman/horseman-se-die2.png
+share/wesnoth/data/core/images/units/human-loyalists/horseman/horseman-se-die3.png
+share/wesnoth/data/core/images/units/human-loyalists/horseman/horseman-se-die4.png
+share/wesnoth/data/core/images/units/human-loyalists/horseman/horseman-se-die5.png
+share/wesnoth/data/core/images/units/human-loyalists/horseman/horseman-se-run1.png
+share/wesnoth/data/core/images/units/human-loyalists/horseman/horseman-se-run2.png
+share/wesnoth/data/core/images/units/human-loyalists/horseman/horseman-se-run3.png
+share/wesnoth/data/core/images/units/human-loyalists/horseman/horseman-se-run4.png
+share/wesnoth/data/core/images/units/human-loyalists/horseman/horseman-se-run5.png
+share/wesnoth/data/core/images/units/human-loyalists/horseman/horseman-se-run6.png
+share/wesnoth/data/core/images/units/human-loyalists/horseman/horseman-se-run7.png
+share/wesnoth/data/core/images/units/human-loyalists/horseman/horseman-se-run8.png
+share/wesnoth/data/core/images/units/human-loyalists/horseman/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
share/wesnoth/data/core/images/units/human-loyalists/javelineer-attack-melee-3.png
@@ -8342,14 +9459,8 @@ share/wesnoth/data/core/images/units/human-loyalists/javelineer-attack-ranged-4.
share/wesnoth/data/core/images/units/human-loyalists/javelineer-defend-ranged.png
share/wesnoth/data/core/images/units/human-loyalists/javelineer-defend.png
share/wesnoth/data/core/images/units/human-loyalists/javelineer.png
-share/wesnoth/data/core/images/units/human-loyalists/knight-attack.png
-share/wesnoth/data/core/images/units/human-loyalists/knight-defend.png
-share/wesnoth/data/core/images/units/human-loyalists/knight-moving.png
-share/wesnoth/data/core/images/units/human-loyalists/knight.png
-share/wesnoth/data/core/images/units/human-loyalists/lancer-attack.png
-share/wesnoth/data/core/images/units/human-loyalists/lancer-defend.png
-share/wesnoth/data/core/images/units/human-loyalists/lancer-moving.png
-share/wesnoth/data/core/images/units/human-loyalists/lancer.png
+share/wesnoth/data/core/images/units/human-loyalists/knight/knight.png
+share/wesnoth/data/core/images/units/human-loyalists/lancer/lancer.png
share/wesnoth/data/core/images/units/human-loyalists/lieutenant-attack-sword-1.png
share/wesnoth/data/core/images/units/human-loyalists/lieutenant-attack-sword-2.png
share/wesnoth/data/core/images/units/human-loyalists/lieutenant-attack-sword-3.png
@@ -8460,11 +9571,7 @@ share/wesnoth/data/core/images/units/human-loyalists/masterbowman-melee-attack-4
share/wesnoth/data/core/images/units/human-loyalists/masterbowman-melee-defend-1.png
share/wesnoth/data/core/images/units/human-loyalists/masterbowman-melee-defend-2.png
share/wesnoth/data/core/images/units/human-loyalists/masterbowman.png
-share/wesnoth/data/core/images/units/human-loyalists/paladin-attack-sword.png
-share/wesnoth/data/core/images/units/human-loyalists/paladin-defend.png
-share/wesnoth/data/core/images/units/human-loyalists/paladin-healing.png
-share/wesnoth/data/core/images/units/human-loyalists/paladin-moving.png
-share/wesnoth/data/core/images/units/human-loyalists/paladin.png
+share/wesnoth/data/core/images/units/human-loyalists/paladin/paladin.png
share/wesnoth/data/core/images/units/human-loyalists/pikeman-attack-n.png
share/wesnoth/data/core/images/units/human-loyalists/pikeman-attack-ne.png
share/wesnoth/data/core/images/units/human-loyalists/pikeman-attack-s.png
@@ -8529,7 +9636,18 @@ share/wesnoth/data/core/images/units/human-loyalists/siegetrooper-attack-2.png
share/wesnoth/data/core/images/units/human-loyalists/siegetrooper-defend-1.png
share/wesnoth/data/core/images/units/human-loyalists/siegetrooper-defend-2.png
share/wesnoth/data/core/images/units/human-loyalists/siegetrooper.png
-share/wesnoth/data/core/images/units/human-loyalists/spearman-attack-n.png
+share/wesnoth/data/core/images/units/human-loyalists/spearman-attack-n-1.png
+share/wesnoth/data/core/images/units/human-loyalists/spearman-attack-n-10.png
+share/wesnoth/data/core/images/units/human-loyalists/spearman-attack-n-11.png
+share/wesnoth/data/core/images/units/human-loyalists/spearman-attack-n-12.png
+share/wesnoth/data/core/images/units/human-loyalists/spearman-attack-n-2.png
+share/wesnoth/data/core/images/units/human-loyalists/spearman-attack-n-3.png
+share/wesnoth/data/core/images/units/human-loyalists/spearman-attack-n-4.png
+share/wesnoth/data/core/images/units/human-loyalists/spearman-attack-n-5.png
+share/wesnoth/data/core/images/units/human-loyalists/spearman-attack-n-6.png
+share/wesnoth/data/core/images/units/human-loyalists/spearman-attack-n-7.png
+share/wesnoth/data/core/images/units/human-loyalists/spearman-attack-n-8.png
+share/wesnoth/data/core/images/units/human-loyalists/spearman-attack-n-9.png
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
@@ -8575,12 +9693,16 @@ 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-n.png
+share/wesnoth/data/core/images/units/human-loyalists/spearman-stand-n-1.png
+share/wesnoth/data/core/images/units/human-loyalists/spearman-stand-n-2.png
+share/wesnoth/data/core/images/units/human-loyalists/spearman-stand-n-3.png
+share/wesnoth/data/core/images/units/human-loyalists/spearman-stand-s-1.png
+share/wesnoth/data/core/images/units/human-loyalists/spearman-stand-s-2.png
+share/wesnoth/data/core/images/units/human-loyalists/spearman-stand-s-3.png
+share/wesnoth/data/core/images/units/human-loyalists/spearman-stand-s-4.png
+share/wesnoth/data/core/images/units/human-loyalists/spearman-stand-s-5.png
+share/wesnoth/data/core/images/units/human-loyalists/spearman-stand-s-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
@@ -8599,7 +9721,6 @@ share/wesnoth/data/core/images/units/human-loyalists/swordsman-idle-7.png
share/wesnoth/data/core/images/units/human-loyalists/swordsman-idle-8.png
share/wesnoth/data/core/images/units/human-loyalists/swordsman-idle-9.png
share/wesnoth/data/core/images/units/human-loyalists/swordsman.png
-share/wesnoth/data/core/images/units/human-magi/.gitignore
share/wesnoth/data/core/images/units/human-magi/arch-mage+female-attack-magic-1.png
share/wesnoth/data/core/images/units/human-magi/arch-mage+female-attack-magic-2.png
share/wesnoth/data/core/images/units/human-magi/arch-mage+female-attack-staff-1.png
@@ -8752,7 +9873,6 @@ share/wesnoth/data/core/images/units/human-magi/white-mage-melee-4.png
share/wesnoth/data/core/images/units/human-magi/white-mage-melee-5.png
share/wesnoth/data/core/images/units/human-magi/white-mage-melee-6.png
share/wesnoth/data/core/images/units/human-magi/white-mage.png
-share/wesnoth/data/core/images/units/human-outlaws/.gitignore
share/wesnoth/data/core/images/units/human-outlaws/assassin+female-defend-1.png
share/wesnoth/data/core/images/units/human-outlaws/assassin+female-defend-2.png
share/wesnoth/data/core/images/units/human-outlaws/assassin+female-melee-1-1.png
@@ -8990,7 +10110,6 @@ share/wesnoth/data/core/images/units/human-outlaws/trapper-die-6.png
share/wesnoth/data/core/images/units/human-outlaws/trapper-die-7.png
share/wesnoth/data/core/images/units/human-outlaws/trapper-die-8.png
share/wesnoth/data/core/images/units/human-outlaws/trapper.png
-share/wesnoth/data/core/images/units/human-peasants/.gitignore
share/wesnoth/data/core/images/units/human-peasants/peasant-attack.png
share/wesnoth/data/core/images/units/human-peasants/peasant-attack2.png
share/wesnoth/data/core/images/units/human-peasants/peasant-defend.png
@@ -9039,7 +10158,32 @@ 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/.gitignore
+share/wesnoth/data/core/images/units/khalifate/arif.png
+share/wesnoth/data/core/images/units/khalifate/batal.png
+share/wesnoth/data/core/images/units/khalifate/elder-falcon.png
+share/wesnoth/data/core/images/units/khalifate/falcon.png
+share/wesnoth/data/core/images/units/khalifate/faris.png
+share/wesnoth/data/core/images/units/khalifate/ghazi.png
+share/wesnoth/data/core/images/units/khalifate/hadaf.png
+share/wesnoth/data/core/images/units/khalifate/hakim.png
+share/wesnoth/data/core/images/units/khalifate/jawal.png
+share/wesnoth/data/core/images/units/khalifate/jundi.png
+share/wesnoth/data/core/images/units/khalifate/khaiyal.png
+share/wesnoth/data/core/images/units/khalifate/khalid.png
+share/wesnoth/data/core/images/units/khalifate/mighwar.png
+share/wesnoth/data/core/images/units/khalifate/monawish.png
+share/wesnoth/data/core/images/units/khalifate/mudafi.png
+share/wesnoth/data/core/images/units/khalifate/mufariq.png
+share/wesnoth/data/core/images/units/khalifate/muharib.png
+share/wesnoth/data/core/images/units/khalifate/naffat.png
+share/wesnoth/data/core/images/units/khalifate/qanas.png
+share/wesnoth/data/core/images/units/khalifate/qatif-al-nar.png
+share/wesnoth/data/core/images/units/khalifate/rami.png
+share/wesnoth/data/core/images/units/khalifate/rasikh.png
+share/wesnoth/data/core/images/units/khalifate/saree.png
+share/wesnoth/data/core/images/units/khalifate/shuja.png
+share/wesnoth/data/core/images/units/khalifate/tabib.png
+share/wesnoth/data/core/images/units/khalifate/tineen.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
@@ -9097,7 +10241,6 @@ 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/.gitignore
share/wesnoth/data/core/images/units/monsters/cuttlefish-defend-1.png
share/wesnoth/data/core/images/units/monsters/cuttlefish-defend-2.png
share/wesnoth/data/core/images/units/monsters/cuttlefish-die-1.png
@@ -9149,14 +10292,31 @@ 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-attack10.png
+share/wesnoth/data/core/images/units/monsters/giant-mudcrawler-attack11.png
share/wesnoth/data/core/images/units/monsters/giant-mudcrawler-attack2.png
+share/wesnoth/data/core/images/units/monsters/giant-mudcrawler-attack3.png
+share/wesnoth/data/core/images/units/monsters/giant-mudcrawler-attack4.png
+share/wesnoth/data/core/images/units/monsters/giant-mudcrawler-attack5.png
+share/wesnoth/data/core/images/units/monsters/giant-mudcrawler-attack6.png
+share/wesnoth/data/core/images/units/monsters/giant-mudcrawler-attack7.png
+share/wesnoth/data/core/images/units/monsters/giant-mudcrawler-attack8.png
+share/wesnoth/data/core/images/units/monsters/giant-mudcrawler-attack9.png
share/wesnoth/data/core/images/units/monsters/giant-mudcrawler-death1.png
share/wesnoth/data/core/images/units/monsters/giant-mudcrawler-death2.png
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-death5.png
+share/wesnoth/data/core/images/units/monsters/giant-mudcrawler-death6.png
+share/wesnoth/data/core/images/units/monsters/giant-mudcrawler-death7.png
+share/wesnoth/data/core/images/units/monsters/giant-mudcrawler-defend1.png
+share/wesnoth/data/core/images/units/monsters/giant-mudcrawler-defend2.png
+share/wesnoth/data/core/images/units/monsters/giant-mudcrawler-ranged1.png
+share/wesnoth/data/core/images/units/monsters/giant-mudcrawler-ranged2.png
+share/wesnoth/data/core/images/units/monsters/giant-mudcrawler-ranged3.png
+share/wesnoth/data/core/images/units/monsters/giant-mudcrawler-ranged4.png
+share/wesnoth/data/core/images/units/monsters/giant-mudcrawler-ranged5.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
@@ -9191,29 +10351,9 @@ 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
-share/wesnoth/data/core/images/units/monsters/scorpion-sting-attack.png
-share/wesnoth/data/core/images/units/monsters/scorpion.png
-share/wesnoth/data/core/images/units/monsters/seaserpent-attack.png
-share/wesnoth/data/core/images/units/monsters/seaserpent-defend.png
-share/wesnoth/data/core/images/units/monsters/seaserpent-die-1.png
-share/wesnoth/data/core/images/units/monsters/seaserpent-die-2.png
-share/wesnoth/data/core/images/units/monsters/seaserpent-die-3.png
-share/wesnoth/data/core/images/units/monsters/seaserpent-die-4.png
-share/wesnoth/data/core/images/units/monsters/seaserpent-die-5.png
-share/wesnoth/data/core/images/units/monsters/seaserpent-die-6.png
-share/wesnoth/data/core/images/units/monsters/seaserpent-die-7.png
-share/wesnoth/data/core/images/units/monsters/seaserpent-die-8.png
-share/wesnoth/data/core/images/units/monsters/seaserpent-die-9.png
+share/wesnoth/data/core/images/units/monsters/scorpion/scorpion.png
share/wesnoth/data/core/images/units/monsters/seaserpent.png
-share/wesnoth/data/core/images/units/monsters/skeletal-dragon-attack-claws1.png
-share/wesnoth/data/core/images/units/monsters/skeletal-dragon-attack-claws2.png
-share/wesnoth/data/core/images/units/monsters/skeletal-dragon-attack-claws3.png
-share/wesnoth/data/core/images/units/monsters/skeletal-dragon-attack-jaw1.png
-share/wesnoth/data/core/images/units/monsters/skeletal-dragon-attack-jaw2.png
-share/wesnoth/data/core/images/units/monsters/skeletal-dragon-defend.png
-share/wesnoth/data/core/images/units/monsters/skeletal-dragon.png
+share/wesnoth/data/core/images/units/monsters/skeletal-dragon/skeletal-dragon.png
share/wesnoth/data/core/images/units/monsters/spider-melee-1.png
share/wesnoth/data/core/images/units/monsters/spider-melee-10.png
share/wesnoth/data/core/images/units/monsters/spider-melee-11.png
@@ -9279,7 +10419,6 @@ share/wesnoth/data/core/images/units/monsters/yeti-die3.png
share/wesnoth/data/core/images/units/monsters/yeti-die4.png
share/wesnoth/data/core/images/units/monsters/yeti-die5.png
share/wesnoth/data/core/images/units/monsters/yeti.png
-share/wesnoth/data/core/images/units/nagas/.gitignore
share/wesnoth/data/core/images/units/nagas/fighter-defend-1.png
share/wesnoth/data/core/images/units/nagas/fighter-defend-2.png
share/wesnoth/data/core/images/units/nagas/fighter-idle-1.png
@@ -9315,7 +10454,6 @@ share/wesnoth/data/core/images/units/nagas/warrior-melee-4.png
share/wesnoth/data/core/images/units/nagas/warrior-melee-5.png
share/wesnoth/data/core/images/units/nagas/warrior-melee-6.png
share/wesnoth/data/core/images/units/nagas/warrior.png
-share/wesnoth/data/core/images/units/ogres/.gitignore
share/wesnoth/data/core/images/units/ogres/ogre-attack1.png
share/wesnoth/data/core/images/units/ogres/ogre-attack2.png
share/wesnoth/data/core/images/units/ogres/ogre-attack3.png
@@ -9336,7 +10474,6 @@ share/wesnoth/data/core/images/units/ogres/young-ogre-idle-2.png
share/wesnoth/data/core/images/units/ogres/young-ogre-idle-3.png
share/wesnoth/data/core/images/units/ogres/young-ogre-idle-4.png
share/wesnoth/data/core/images/units/ogres/young-ogre.png
-share/wesnoth/data/core/images/units/orcs/.gitignore
share/wesnoth/data/core/images/units/orcs/archer-bow-attack-1.png
share/wesnoth/data/core/images/units/orcs/archer-bow-attack-2.png
share/wesnoth/data/core/images/units/orcs/archer-bow-attack-3.png
@@ -9514,7 +10651,6 @@ 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/.gitignore
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
@@ -10039,12 +11175,10 @@ 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/.gitignore
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
share/wesnoth/data/core/images/units/transport/transport-galleon.png
-share/wesnoth/data/core/images/units/trolls/.gitignore
share/wesnoth/data/core/images/units/trolls/grunt-attack-1.png
share/wesnoth/data/core/images/units/trolls/grunt-attack-2.png
share/wesnoth/data/core/images/units/trolls/grunt-attack-3.png
@@ -10103,7 +11237,6 @@ share/wesnoth/data/core/images/units/trolls/whelp-idle-5.png
share/wesnoth/data/core/images/units/trolls/whelp-idle-6.png
share/wesnoth/data/core/images/units/trolls/whelp-idle-7.png
share/wesnoth/data/core/images/units/trolls/whelp.png
-share/wesnoth/data/core/images/units/undead-necromancers/.gitignore
share/wesnoth/data/core/images/units/undead-necromancers/adept+female-defend-1.png
share/wesnoth/data/core/images/units/undead-necromancers/adept+female-defend-2.png
share/wesnoth/data/core/images/units/undead-necromancers/adept+female-magic-1.png
@@ -10128,6 +11261,8 @@ share/wesnoth/data/core/images/units/undead-necromancers/ancient-lich-defend.png
share/wesnoth/data/core/images/units/undead-necromancers/ancient-lich-magic-1.png
share/wesnoth/data/core/images/units/undead-necromancers/ancient-lich-magic-2.png
share/wesnoth/data/core/images/units/undead-necromancers/ancient-lich-magic-3.png
+share/wesnoth/data/core/images/units/undead-necromancers/ancient-lich-melee-1.png
+share/wesnoth/data/core/images/units/undead-necromancers/ancient-lich-melee-2.png
share/wesnoth/data/core/images/units/undead-necromancers/ancient-lich-melee.png
share/wesnoth/data/core/images/units/undead-necromancers/ancient-lich.png
share/wesnoth/data/core/images/units/undead-necromancers/dark-sorcerer+female-attack-staff-1.png
@@ -10168,7 +11303,6 @@ share/wesnoth/data/core/images/units/undead-necromancers/necromancer-magic-1.png
share/wesnoth/data/core/images/units/undead-necromancers/necromancer-magic-2.png
share/wesnoth/data/core/images/units/undead-necromancers/necromancer-magic-3.png
share/wesnoth/data/core/images/units/undead-necromancers/necromancer.png
-share/wesnoth/data/core/images/units/undead-skeletal/.gitignore
share/wesnoth/data/core/images/units/undead-skeletal/archer-attack.png
share/wesnoth/data/core/images/units/undead-skeletal/archer-bow-attack-1.png
share/wesnoth/data/core/images/units/undead-skeletal/archer-bow-attack-2.png
@@ -10303,25 +11437,81 @@ share/wesnoth/data/core/images/units/undead-skeletal/revenant-dying-5.png
share/wesnoth/data/core/images/units/undead-skeletal/revenant-dying-6.png
share/wesnoth/data/core/images/units/undead-skeletal/revenant-dying-7.png
share/wesnoth/data/core/images/units/undead-skeletal/revenant.png
-share/wesnoth/data/core/images/units/undead-skeletal/skeleton-attack-1.png
-share/wesnoth/data/core/images/units/undead-skeletal/skeleton-attack-2.png
-share/wesnoth/data/core/images/units/undead-skeletal/skeleton-attack-3.png
-share/wesnoth/data/core/images/units/undead-skeletal/skeleton-attack-4.png
-share/wesnoth/data/core/images/units/undead-skeletal/skeleton-attack-5.png
-share/wesnoth/data/core/images/units/undead-skeletal/skeleton-defend-1.png
-share/wesnoth/data/core/images/units/undead-skeletal/skeleton-defend-2.png
-share/wesnoth/data/core/images/units/undead-skeletal/skeleton-dying-1.png
-share/wesnoth/data/core/images/units/undead-skeletal/skeleton-dying-2.png
-share/wesnoth/data/core/images/units/undead-skeletal/skeleton-dying-3.png
-share/wesnoth/data/core/images/units/undead-skeletal/skeleton-dying-4.png
-share/wesnoth/data/core/images/units/undead-skeletal/skeleton-dying-5.png
-share/wesnoth/data/core/images/units/undead-skeletal/skeleton-dying-6.png
-share/wesnoth/data/core/images/units/undead-skeletal/skeleton-dying-7.png
-share/wesnoth/data/core/images/units/undead-skeletal/skeleton-idle-1.png
-share/wesnoth/data/core/images/units/undead-skeletal/skeleton-idle-2.png
-share/wesnoth/data/core/images/units/undead-skeletal/skeleton-idle-3.png
-share/wesnoth/data/core/images/units/undead-skeletal/skeleton.png
-share/wesnoth/data/core/images/units/undead/.gitignore
+share/wesnoth/data/core/images/units/undead-skeletal/skeleton/skeleton-dying-1.png
+share/wesnoth/data/core/images/units/undead-skeletal/skeleton/skeleton-dying-2.png
+share/wesnoth/data/core/images/units/undead-skeletal/skeleton/skeleton-dying-3.png
+share/wesnoth/data/core/images/units/undead-skeletal/skeleton/skeleton-dying-4.png
+share/wesnoth/data/core/images/units/undead-skeletal/skeleton/skeleton-dying-5.png
+share/wesnoth/data/core/images/units/undead-skeletal/skeleton/skeleton-dying-6.png
+share/wesnoth/data/core/images/units/undead-skeletal/skeleton/skeleton-dying-7.png
+share/wesnoth/data/core/images/units/undead-skeletal/skeleton/skeleton-idle-1.png
+share/wesnoth/data/core/images/units/undead-skeletal/skeleton/skeleton-idle-2.png
+share/wesnoth/data/core/images/units/undead-skeletal/skeleton/skeleton-idle-3.png
+share/wesnoth/data/core/images/units/undead-skeletal/skeleton/skeleton-ne-bob1.png
+share/wesnoth/data/core/images/units/undead-skeletal/skeleton/skeleton-ne-bob2.png
+share/wesnoth/data/core/images/units/undead-skeletal/skeleton/skeleton-ne-bob3.png
+share/wesnoth/data/core/images/units/undead-skeletal/skeleton/skeleton-ne-bob4.png
+share/wesnoth/data/core/images/units/undead-skeletal/skeleton/skeleton-ne-bob5.png
+share/wesnoth/data/core/images/units/undead-skeletal/skeleton/skeleton-ne-bob6.png
+share/wesnoth/data/core/images/units/undead-skeletal/skeleton/skeleton-ne-bob7.png
+share/wesnoth/data/core/images/units/undead-skeletal/skeleton/skeleton-ne-bob8.png
+share/wesnoth/data/core/images/units/undead-skeletal/skeleton/skeleton-ne-defend1.png
+share/wesnoth/data/core/images/units/undead-skeletal/skeleton/skeleton-ne-defend2.png
+share/wesnoth/data/core/images/units/undead-skeletal/skeleton/skeleton-ne-melee1.png
+share/wesnoth/data/core/images/units/undead-skeletal/skeleton/skeleton-ne-melee10.png
+share/wesnoth/data/core/images/units/undead-skeletal/skeleton/skeleton-ne-melee2.png
+share/wesnoth/data/core/images/units/undead-skeletal/skeleton/skeleton-ne-melee3.png
+share/wesnoth/data/core/images/units/undead-skeletal/skeleton/skeleton-ne-melee4.png
+share/wesnoth/data/core/images/units/undead-skeletal/skeleton/skeleton-ne-melee5.png
+share/wesnoth/data/core/images/units/undead-skeletal/skeleton/skeleton-ne-melee6.png
+share/wesnoth/data/core/images/units/undead-skeletal/skeleton/skeleton-ne-melee7.png
+share/wesnoth/data/core/images/units/undead-skeletal/skeleton/skeleton-ne-melee8.png
+share/wesnoth/data/core/images/units/undead-skeletal/skeleton/skeleton-ne-melee9.png
+share/wesnoth/data/core/images/units/undead-skeletal/skeleton/skeleton-ne-run1.png
+share/wesnoth/data/core/images/units/undead-skeletal/skeleton/skeleton-ne-run10.png
+share/wesnoth/data/core/images/units/undead-skeletal/skeleton/skeleton-ne-run11.png
+share/wesnoth/data/core/images/units/undead-skeletal/skeleton/skeleton-ne-run12.png
+share/wesnoth/data/core/images/units/undead-skeletal/skeleton/skeleton-ne-run2.png
+share/wesnoth/data/core/images/units/undead-skeletal/skeleton/skeleton-ne-run3.png
+share/wesnoth/data/core/images/units/undead-skeletal/skeleton/skeleton-ne-run4.png
+share/wesnoth/data/core/images/units/undead-skeletal/skeleton/skeleton-ne-run5.png
+share/wesnoth/data/core/images/units/undead-skeletal/skeleton/skeleton-ne-run6.png
+share/wesnoth/data/core/images/units/undead-skeletal/skeleton/skeleton-ne-run7.png
+share/wesnoth/data/core/images/units/undead-skeletal/skeleton/skeleton-ne-run8.png
+share/wesnoth/data/core/images/units/undead-skeletal/skeleton/skeleton-ne-run9.png
+share/wesnoth/data/core/images/units/undead-skeletal/skeleton/skeleton-se-bob1.png
+share/wesnoth/data/core/images/units/undead-skeletal/skeleton/skeleton-se-bob2.png
+share/wesnoth/data/core/images/units/undead-skeletal/skeleton/skeleton-se-bob3.png
+share/wesnoth/data/core/images/units/undead-skeletal/skeleton/skeleton-se-bob4.png
+share/wesnoth/data/core/images/units/undead-skeletal/skeleton/skeleton-se-bob5.png
+share/wesnoth/data/core/images/units/undead-skeletal/skeleton/skeleton-se-bob6.png
+share/wesnoth/data/core/images/units/undead-skeletal/skeleton/skeleton-se-bob7.png
+share/wesnoth/data/core/images/units/undead-skeletal/skeleton/skeleton-se-bob8.png
+share/wesnoth/data/core/images/units/undead-skeletal/skeleton/skeleton-se-defend1.png
+share/wesnoth/data/core/images/units/undead-skeletal/skeleton/skeleton-se-defend2.png
+share/wesnoth/data/core/images/units/undead-skeletal/skeleton/skeleton-se-melee1.png
+share/wesnoth/data/core/images/units/undead-skeletal/skeleton/skeleton-se-melee10.png
+share/wesnoth/data/core/images/units/undead-skeletal/skeleton/skeleton-se-melee2.png
+share/wesnoth/data/core/images/units/undead-skeletal/skeleton/skeleton-se-melee3.png
+share/wesnoth/data/core/images/units/undead-skeletal/skeleton/skeleton-se-melee4.png
+share/wesnoth/data/core/images/units/undead-skeletal/skeleton/skeleton-se-melee5.png
+share/wesnoth/data/core/images/units/undead-skeletal/skeleton/skeleton-se-melee6.png
+share/wesnoth/data/core/images/units/undead-skeletal/skeleton/skeleton-se-melee7.png
+share/wesnoth/data/core/images/units/undead-skeletal/skeleton/skeleton-se-melee8.png
+share/wesnoth/data/core/images/units/undead-skeletal/skeleton/skeleton-se-melee9.png
+share/wesnoth/data/core/images/units/undead-skeletal/skeleton/skeleton-se-run1.png
+share/wesnoth/data/core/images/units/undead-skeletal/skeleton/skeleton-se-run10.png
+share/wesnoth/data/core/images/units/undead-skeletal/skeleton/skeleton-se-run11.png
+share/wesnoth/data/core/images/units/undead-skeletal/skeleton/skeleton-se-run12.png
+share/wesnoth/data/core/images/units/undead-skeletal/skeleton/skeleton-se-run2.png
+share/wesnoth/data/core/images/units/undead-skeletal/skeleton/skeleton-se-run3.png
+share/wesnoth/data/core/images/units/undead-skeletal/skeleton/skeleton-se-run4.png
+share/wesnoth/data/core/images/units/undead-skeletal/skeleton/skeleton-se-run5.png
+share/wesnoth/data/core/images/units/undead-skeletal/skeleton/skeleton-se-run6.png
+share/wesnoth/data/core/images/units/undead-skeletal/skeleton/skeleton-se-run7.png
+share/wesnoth/data/core/images/units/undead-skeletal/skeleton/skeleton-se-run8.png
+share/wesnoth/data/core/images/units/undead-skeletal/skeleton/skeleton-se-run9.png
+share/wesnoth/data/core/images/units/undead-skeletal/skeleton/skeleton.png
share/wesnoth/data/core/images/units/undead/bat-ne-1.png
share/wesnoth/data/core/images/units/undead/bat-ne-2.png
share/wesnoth/data/core/images/units/undead/bat-ne-3.png
@@ -10468,7 +11658,6 @@ share/wesnoth/data/core/images/units/undead/soulless-goblin-die-2.png
share/wesnoth/data/core/images/units/undead/soulless-goblin-die-3.png
share/wesnoth/data/core/images/units/undead/soulless-goblin-die-4.png
share/wesnoth/data/core/images/units/undead/soulless-goblin.png
-share/wesnoth/data/core/images/units/undead/soulless-melee.png
share/wesnoth/data/core/images/units/undead/soulless-mounted-attack-n.png
share/wesnoth/data/core/images/units/undead/soulless-mounted-attack-s.png
share/wesnoth/data/core/images/units/undead/soulless-mounted-attack.png
@@ -10515,13 +11704,23 @@ share/wesnoth/data/core/images/units/undead/soulless-wose-die-3.png
share/wesnoth/data/core/images/units/undead/soulless-wose-die-4.png
share/wesnoth/data/core/images/units/undead/soulless-wose.png
share/wesnoth/data/core/images/units/undead/soulless.png
-share/wesnoth/data/core/images/units/undead/spectre-attack.png
-share/wesnoth/data/core/images/units/undead/spectre-attack1.png
-share/wesnoth/data/core/images/units/undead/spectre-defend.png
-share/wesnoth/data/core/images/units/undead/spectre-die-1.png
-share/wesnoth/data/core/images/units/undead/spectre-die-2.png
-share/wesnoth/data/core/images/units/undead/spectre-die-3.png
-share/wesnoth/data/core/images/units/undead/spectre-die-4.png
+share/wesnoth/data/core/images/units/undead/spectre-se-attack-1.png
+share/wesnoth/data/core/images/units/undead/spectre-se-attack-10.png
+share/wesnoth/data/core/images/units/undead/spectre-se-attack-11.png
+share/wesnoth/data/core/images/units/undead/spectre-se-attack-12.png
+share/wesnoth/data/core/images/units/undead/spectre-se-attack-2.png
+share/wesnoth/data/core/images/units/undead/spectre-se-attack-3.png
+share/wesnoth/data/core/images/units/undead/spectre-se-attack-4.png
+share/wesnoth/data/core/images/units/undead/spectre-se-attack-5.png
+share/wesnoth/data/core/images/units/undead/spectre-se-attack-6.png
+share/wesnoth/data/core/images/units/undead/spectre-se-attack-7.png
+share/wesnoth/data/core/images/units/undead/spectre-se-attack-8.png
+share/wesnoth/data/core/images/units/undead/spectre-se-attack-9.png
+share/wesnoth/data/core/images/units/undead/spectre-se-bob-1.png
+share/wesnoth/data/core/images/units/undead/spectre-se-bob-2.png
+share/wesnoth/data/core/images/units/undead/spectre-se-bob-3.png
+share/wesnoth/data/core/images/units/undead/spectre-se-defend-1.png
+share/wesnoth/data/core/images/units/undead/spectre-se-defend-2.png
share/wesnoth/data/core/images/units/undead/spectre.png
share/wesnoth/data/core/images/units/undead/wraith-s-1.png
share/wesnoth/data/core/images/units/undead/wraith-s-2.png
@@ -10631,7 +11830,6 @@ share/wesnoth/data/core/images/units/undead/zombie-wose-die-4.png
share/wesnoth/data/core/images/units/undead/zombie-wose.png
share/wesnoth/data/core/images/units/undead/zombie.png
share/wesnoth/data/core/images/units/unknown-unit.png
-share/wesnoth/data/core/images/units/woses/.gitignore
share/wesnoth/data/core/images/units/woses/wose-ancient-attack-1.png
share/wesnoth/data/core/images/units/woses/wose-ancient-attack-2.png
share/wesnoth/data/core/images/units/woses/wose-ancient-defend.png
@@ -10703,6 +11901,7 @@ share/wesnoth/data/core/macros/abilities.cfg
share/wesnoth/data/core/macros/ai.cfg
share/wesnoth/data/core/macros/ai_candidate_actions.cfg
share/wesnoth/data/core/macros/ai_controller.cfg
+share/wesnoth/data/core/macros/ai_micro_ais.cfg
share/wesnoth/data/core/macros/amla.cfg
share/wesnoth/data/core/macros/animation-utils.cfg
share/wesnoth/data/core/macros/animation-utils2.cfg
@@ -10880,6 +12079,7 @@ share/wesnoth/data/core/sounds/human-old-hit-1.ogg
share/wesnoth/data/core/sounds/human-old-hit-2.ogg
share/wesnoth/data/core/sounds/human-old-hit-3.ogg
share/wesnoth/data/core/sounds/human-old-hit-4.ogg
+share/wesnoth/data/core/sounds/knife.ogg
share/wesnoth/data/core/sounds/lich-die.ogg
share/wesnoth/data/core/sounds/lich-hit-1.ogg
share/wesnoth/data/core/sounds/lich-hit-2.ogg
@@ -11024,8 +12224,10 @@ share/wesnoth/data/core/team-colors.cfg
share/wesnoth/data/core/terrain-graphics.cfg
share/wesnoth/data/core/terrain-graphics/Makefile
share/wesnoth/data/core/terrain-graphics/base.cfg
+share/wesnoth/data/core/terrain-graphics/bridge.cfg
share/wesnoth/data/core/terrain-graphics/builder.cfg
share/wesnoth/data/core/terrain-graphics/castles.cfg
+share/wesnoth/data/core/terrain-graphics/editor.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
@@ -11038,7 +12240,7 @@ 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/trash.cfg
share/wesnoth/data/core/terrain-graphics/village.cfg
share/wesnoth/data/core/terrain-graphics/walls.cfg
share/wesnoth/data/core/terrain.cfg
@@ -11169,6 +12371,32 @@ share/wesnoth/data/core/units/humans/Woodsman_Huntsman.cfg
share/wesnoth/data/core/units/humans/Woodsman_Poacher.cfg
share/wesnoth/data/core/units/humans/Woodsman_Ranger.cfg
share/wesnoth/data/core/units/humans/Woodsman_Trapper.cfg
+share/wesnoth/data/core/units/khalifate/Arif.cfg
+share/wesnoth/data/core/units/khalifate/Batal.cfg
+share/wesnoth/data/core/units/khalifate/Elder_Falcon.cfg
+share/wesnoth/data/core/units/khalifate/Falcon.cfg
+share/wesnoth/data/core/units/khalifate/Faris.cfg
+share/wesnoth/data/core/units/khalifate/Ghazi.cfg
+share/wesnoth/data/core/units/khalifate/Hadaf.cfg
+share/wesnoth/data/core/units/khalifate/Hakim.cfg
+share/wesnoth/data/core/units/khalifate/Jawal.cfg
+share/wesnoth/data/core/units/khalifate/Jundi.cfg
+share/wesnoth/data/core/units/khalifate/Khaiyal.cfg
+share/wesnoth/data/core/units/khalifate/Khalid.cfg
+share/wesnoth/data/core/units/khalifate/Mighwar.cfg
+share/wesnoth/data/core/units/khalifate/Monawish.cfg
+share/wesnoth/data/core/units/khalifate/Mudafi.cfg
+share/wesnoth/data/core/units/khalifate/Mufariq.cfg
+share/wesnoth/data/core/units/khalifate/Muharib.cfg
+share/wesnoth/data/core/units/khalifate/Naffat.cfg
+share/wesnoth/data/core/units/khalifate/Qanas.cfg
+share/wesnoth/data/core/units/khalifate/Qatif-al-nar.cfg
+share/wesnoth/data/core/units/khalifate/Rami.cfg
+share/wesnoth/data/core/units/khalifate/Rasikh.cfg
+share/wesnoth/data/core/units/khalifate/Saree.cfg
+share/wesnoth/data/core/units/khalifate/Shuja.cfg
+share/wesnoth/data/core/units/khalifate/Tabib.cfg
+share/wesnoth/data/core/units/khalifate/Tineen.cfg
share/wesnoth/data/core/units/merfolk/Diviner.cfg
share/wesnoth/data/core/units/merfolk/Enchantress.cfg
share/wesnoth/data/core/units/merfolk/Entangler.cfg
@@ -11272,6 +12500,7 @@ 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/matrix_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
@@ -11281,9 +12510,11 @@ 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_description.cfg
share/wesnoth/data/gui/default/widget/scroll_label_wml_message.cfg
share/wesnoth/data/gui/default/widget/scrollbar_panel_default.cfg
share/wesnoth/data/gui/default/widget/slider_default.cfg
+share/wesnoth/data/gui/default/widget/slider_minimal.cfg
share/wesnoth/data/gui/default/widget/spacer_default.cfg
share/wesnoth/data/gui/default/widget/stacked_widget_default.cfg
share/wesnoth/data/gui/default/widget/text_box_default.cfg
@@ -11291,6 +12522,7 @@ share/wesnoth/data/gui/default/widget/toggle_button_default.cfg
share/wesnoth/data/gui/default/widget/toggle_button_icon.cfg
share/wesnoth/data/gui/default/widget/toggle_button_listbox_text.cfg
share/wesnoth/data/gui/default/widget/toggle_button_listbox_text_with_icon.cfg
+share/wesnoth/data/gui/default/widget/toggle_button_radio.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
@@ -11301,23 +12533,29 @@ 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_filter_options.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/custom_tod.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/edit_text.cfg
+share/wesnoth/data/gui/default/window/editor_edit_label.cfg
+share/wesnoth/data/gui/default/window/editor_edit_scenario.cfg
+share/wesnoth/data/gui/default/window/editor_edit_side.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
+share/wesnoth/data/gui/default/window/game_paths.cfg
share/wesnoth/data/gui/default/window/game_save.cfg
share/wesnoth/data/gui/default/window/game_save_message.cfg
share/wesnoth/data/gui/default/window/game_save_oos.cfg
@@ -11331,23 +12569,29 @@ 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_choose_mods.cfg
share/wesnoth/data/gui/default/window/mp_create_game_set_password.cfg
+share/wesnoth/data/gui/default/window/mp_depcheck_confirm_change.cfg
+share/wesnoth/data/gui/default/window/mp_depcheck_select_new.cfg
+share/wesnoth/data/gui/default/window/mp_host_game_prompt.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/screenshot_notification.cfg
share/wesnoth/data/gui/default/window/simple_item_selector.cfg
+share/wesnoth/data/gui/default/window/theme_list.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_error.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/fonts.cfg
share/wesnoth/data/hardwired/language.cfg
-share/wesnoth/data/hardwired/tips.cfg
share/wesnoth/data/lan_server.cfg
share/wesnoth/data/languages/af_ZA.cfg
share/wesnoth/data/languages/ang_GB.cfg
@@ -11407,7 +12651,7 @@ share/wesnoth/data/languages/uk_UA.cfg
share/wesnoth/data/languages/vi_VN.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/backwards-compatibility.lua
share/wesnoth/data/lua/helper.lua
share/wesnoth/data/lua/location_set.lua
share/wesnoth/data/lua/wml-tags.lua
@@ -11417,6 +12661,8 @@ share/wesnoth/data/multiplayer/_main.cfg
share/wesnoth/data/multiplayer/eras.cfg
share/wesnoth/data/multiplayer/factions/drakes-aoh.cfg
share/wesnoth/data/multiplayer/factions/drakes-default.cfg
+share/wesnoth/data/multiplayer/factions/khalifate-aoh.cfg
+share/wesnoth/data/multiplayer/factions/khalifate-default.cfg
share/wesnoth/data/multiplayer/factions/knalgans-aoh.cfg
share/wesnoth/data/multiplayer/factions/knalgans-default.cfg
share/wesnoth/data/multiplayer/factions/loyalists-aoh.cfg
@@ -11453,7 +12699,6 @@ share/wesnoth/data/multiplayer/maps/4p_Clash.map
share/wesnoth/data/multiplayer/maps/4p_Hamlets.map
share/wesnoth/data/multiplayer/maps/4p_Isars_Cross.map
share/wesnoth/data/multiplayer/maps/4p_King_of_the_Hill.map
-share/wesnoth/data/multiplayer/maps/4p_Lagoon.map
share/wesnoth/data/multiplayer/maps/4p_Loris_River.map
share/wesnoth/data/multiplayer/maps/4p_Morituri.map
share/wesnoth/data/multiplayer/maps/4p_Paths_of_Daggers.map
@@ -11506,7 +12751,6 @@ share/wesnoth/data/multiplayer/scenarios/4p_Clash.cfg
share/wesnoth/data/multiplayer/scenarios/4p_Hamlets.cfg
share/wesnoth/data/multiplayer/scenarios/4p_Isars_Cross.cfg
share/wesnoth/data/multiplayer/scenarios/4p_King_of_the_Hill.cfg
-share/wesnoth/data/multiplayer/scenarios/4p_Lagoon.cfg
share/wesnoth/data/multiplayer/scenarios/4p_Loris_River.cfg
share/wesnoth/data/multiplayer/scenarios/4p_Morituri.cfg
share/wesnoth/data/multiplayer/scenarios/4p_Paths_of_Daggers.cfg
@@ -11543,6 +12787,7 @@ share/wesnoth/data/multiplayer/scenarios/Wesbench_Shroud_Walk.cfg
share/wesnoth/data/scenario-formula-recruitment.cfg
share/wesnoth/data/scenario-formula.cfg
share/wesnoth/data/scenario-leaders.cfg
+share/wesnoth/data/scenario-movethrough.cfg
share/wesnoth/data/scenario-poisoning.cfg
share/wesnoth/data/scenario-test.cfg
share/wesnoth/data/schema-gui.cfg
@@ -11552,15 +12797,65 @@ share/wesnoth/data/test/macros/readme.txt
share/wesnoth/data/test/scenarios/_main.cfg
share/wesnoth/data/test/scenarios/readme.txt
share/wesnoth/data/test/test/_main.cfg
+share/wesnoth/data/test/test/image/base.png
+share/wesnoth/data/test/test/image/blend/0F_000000FF.png
+share/wesnoth/data/test/test/image/blend/0F_0000FF00.png
+share/wesnoth/data/test/test/image/blend/0F_00FF0000.png
+share/wesnoth/data/test/test/image/blend/1F_000000FF.png
+share/wesnoth/data/test/test/image/blend/1F_0000FF00.png
+share/wesnoth/data/test/test/image/blend/1F_00FF0000.png
+share/wesnoth/data/test/test/image/blend/2F_000000FF.png
+share/wesnoth/data/test/test/image/blend/2F_0000FF00.png
+share/wesnoth/data/test/test/image/blend/2F_00FF0000.png
+share/wesnoth/data/test/test/image/blend/3F_000000FF.png
+share/wesnoth/data/test/test/image/blend/3F_0000FF00.png
+share/wesnoth/data/test/test/image/blend/3F_00FF0000.png
+share/wesnoth/data/test/test/image/blend/4F_000000FF.png
+share/wesnoth/data/test/test/image/blend/4F_0000FF00.png
+share/wesnoth/data/test/test/image/blend/4F_00FF0000.png
+share/wesnoth/data/test/test/image/blend/5F_000000FF.png
+share/wesnoth/data/test/test/image/blend/5F_0000FF00.png
+share/wesnoth/data/test/test/image/blend/5F_00FF0000.png
+share/wesnoth/data/test/test/image/blend/6F_000000FF.png
+share/wesnoth/data/test/test/image/blend/6F_0000FF00.png
+share/wesnoth/data/test/test/image/blend/6F_00FF0000.png
+share/wesnoth/data/test/test/image/blend/7F_000000FF.png
+share/wesnoth/data/test/test/image/blend/7F_0000FF00.png
+share/wesnoth/data/test/test/image/blend/7F_00FF0000.png
+share/wesnoth/data/test/test/image/blend/8F_000000FF.png
+share/wesnoth/data/test/test/image/blend/8F_0000FF00.png
+share/wesnoth/data/test/test/image/blend/8F_00FF0000.png
+share/wesnoth/data/test/test/image/blend/9F_000000FF.png
+share/wesnoth/data/test/test/image/blend/9F_0000FF00.png
+share/wesnoth/data/test/test/image/blend/9F_00FF0000.png
+share/wesnoth/data/test/test/image/blend/AF_000000FF.png
+share/wesnoth/data/test/test/image/blend/AF_0000FF00.png
+share/wesnoth/data/test/test/image/blend/AF_00FF0000.png
+share/wesnoth/data/test/test/image/blend/BF_000000FF.png
+share/wesnoth/data/test/test/image/blend/BF_0000FF00.png
+share/wesnoth/data/test/test/image/blend/BF_00FF0000.png
+share/wesnoth/data/test/test/image/blend/CF_000000FF.png
+share/wesnoth/data/test/test/image/blend/CF_0000FF00.png
+share/wesnoth/data/test/test/image/blend/CF_00FF0000.png
+share/wesnoth/data/test/test/image/blend/DF_000000FF.png
+share/wesnoth/data/test/test/image/blend/DF_0000FF00.png
+share/wesnoth/data/test/test/image/blend/DF_00FF0000.png
+share/wesnoth/data/test/test/image/blend/EF_000000FF.png
+share/wesnoth/data/test/test/image/blend/EF_0000FF00.png
+share/wesnoth/data/test/test/image/blend/EF_00FF0000.png
+share/wesnoth/data/test/test/image/blend/FF_000000FF.png
+share/wesnoth/data/test/test/image/blend/FF_0000FF00.png
+share/wesnoth/data/test/test/image/blend/FF_00FF0000.png
share/wesnoth/data/test/test/leading_space.cfg
share/wesnoth/data/test/test/umc.cfg
+share/wesnoth/data/themes/_initial.cfg
+share/wesnoth/data/themes/classic.cfg
share/wesnoth/data/themes/default.cfg
-share/wesnoth/data/themes/dfool.cfg
share/wesnoth/data/themes/editor.cfg
-share/wesnoth/data/themes/experimental.cfg
-share/wesnoth/data/themes/macros.cfg
-share/wesnoth/data/themes/widescreen.cfg
-share/wesnoth/data/tools/.gitignore
+share/wesnoth/data/themes/null.cfg
+share/wesnoth/data/themes/pandora.cfg
+share/wesnoth/data/tips.cfg
+share/wesnoth/data/tools/GUI.pyw
share/wesnoth/data/tools/Makefile
share/wesnoth/data/tools/README
share/wesnoth/data/tools/about_cfg_to_wiki
@@ -11573,6 +12868,7 @@ share/wesnoth/data/tools/addon_manager/html.py
share/wesnoth/data/tools/addon_manager/jquery.js
share/wesnoth/data/tools/addon_manager/style.css
share/wesnoth/data/tools/addon_manager/tablesorter.js
+share/wesnoth/data/tools/campaign2wiki.py
share/wesnoth/data/tools/castle-cutter/castle-walls.tmpl
share/wesnoth/data/tools/castle-cutter/castle.png
share/wesnoth/data/tools/castle-cutter/castles.xcf
@@ -11620,10 +12916,11 @@ 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/rmtrans/README
+share/wesnoth/data/tools/rmtrans/rmtrans.py
share/wesnoth/data/tools/scoutDefault.py
share/wesnoth/data/tools/terrain2wiki.py
share/wesnoth/data/tools/trackplacer
-share/wesnoth/data/tools/unit_tree/.gitignore
share/wesnoth/data/tools/unit_tree/TeamColorizer
share/wesnoth/data/tools/unit_tree/__init__.py
share/wesnoth/data/tools/unit_tree/animations.py
@@ -11632,15 +12929,15 @@ 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/unit_tree/update-wmlunits
share/wesnoth/data/tools/unit_tree/wiki_output.py
share/wesnoth/data/tools/vim/formulaai.vim
-share/wesnoth/data/tools/wesnoth/.gitignore
+share/wesnoth/data/tools/vim/wesml.vim
+share/wesnoth/data/tools/vim/wmllua.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
@@ -11652,6 +12949,7 @@ share/wesnoth/data/tools/wesnoth_addon_manager
share/wesnoth/data/tools/wmlflip
share/wesnoth/data/tools/wmlindent
share/wesnoth/data/tools/wmllint
+share/wesnoth/data/tools/wmllint-1.4
share/wesnoth/data/tools/wmllint_gui
share/wesnoth/data/tools/wmlmove
share/wesnoth/data/tools/wmlscope
@@ -11904,300 +13202,182 @@ 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
-share/wesnoth/images/buttons/button.png
-share/wesnoth/images/buttons/button_transparent-active.png
-share/wesnoth/images/buttons/button_transparent-disabled.png
-share/wesnoth/images/buttons/button_transparent-pressed.png
-share/wesnoth/images/buttons/button_transparent.png
+share/wesnoth/images/buttons/button_menu/menu_button_copper_H20-active-pressed.png
+share/wesnoth/images/buttons/button_menu/menu_button_copper_H20-active-pressed@2x.png
+share/wesnoth/images/buttons/button_menu/menu_button_copper_H20-active.png
+share/wesnoth/images/buttons/button_menu/menu_button_copper_H20-active@2x.png
+share/wesnoth/images/buttons/button_menu/menu_button_copper_H20-pressed.png
+share/wesnoth/images/buttons/button_menu/menu_button_copper_H20-pressed@2x.png
+share/wesnoth/images/buttons/button_menu/menu_button_copper_H20.png
+share/wesnoth/images/buttons/button_menu/menu_button_copper_H20@2x.png
+share/wesnoth/images/buttons/button_menu/menu_button_small_copper_H20-active-pressed.png
+share/wesnoth/images/buttons/button_menu/menu_button_small_copper_H20-active-pressed@2x.png
+share/wesnoth/images/buttons/button_menu/menu_button_small_copper_H20-active.png
+share/wesnoth/images/buttons/button_menu/menu_button_small_copper_H20-active@2x.png
+share/wesnoth/images/buttons/button_menu/menu_button_small_copper_H20-pressed.png
+share/wesnoth/images/buttons/button_menu/menu_button_small_copper_H20-pressed@2x.png
+share/wesnoth/images/buttons/button_menu/menu_button_small_copper_H20.png
+share/wesnoth/images/buttons/button_menu/menu_button_small_copper_H20@2x.png
+share/wesnoth/images/buttons/button_normal/button_H22-active-pressed.png
+share/wesnoth/images/buttons/button_normal/button_H22-active-pressed@2x.png
+share/wesnoth/images/buttons/button_normal/button_H22-active.png
+share/wesnoth/images/buttons/button_normal/button_H22-active@2x.png
+share/wesnoth/images/buttons/button_normal/button_H22-pressed.png
+share/wesnoth/images/buttons/button_normal/button_H22-pressed@2x.png
+share/wesnoth/images/buttons/button_normal/button_H22.png
+share/wesnoth/images/buttons/button_normal/button_H22@2x.png
+share/wesnoth/images/buttons/button_normal/button_small_H22-active-pressed.png
+share/wesnoth/images/buttons/button_normal/button_small_H22-active-pressed@2x.png
+share/wesnoth/images/buttons/button_normal/button_small_H22-active.png
+share/wesnoth/images/buttons/button_normal/button_small_H22-active@2x.png
+share/wesnoth/images/buttons/button_normal/button_small_H22-pressed.png
+share/wesnoth/images/buttons/button_normal/button_small_H22-pressed@2x.png
+share/wesnoth/images/buttons/button_normal/button_small_H22.png
+share/wesnoth/images/buttons/button_normal/button_small_H22@2x.png
+share/wesnoth/images/buttons/button_selectable/button_selectable_38_base-active.png
+share/wesnoth/images/buttons/button_selectable/button_selectable_38_base-touched.png
+share/wesnoth/images/buttons/button_selectable/button_selectable_38_base.png
+share/wesnoth/images/buttons/button_selectable/button_selectable_38_border-active-pressed-both.png
+share/wesnoth/images/buttons/button_selectable/button_selectable_38_border-active-pressed-down.png
+share/wesnoth/images/buttons/button_selectable/button_selectable_38_border-active-pressed-up.png
+share/wesnoth/images/buttons/button_selectable/button_selectable_38_border-pressed-both.png
+share/wesnoth/images/buttons/button_selectable/button_selectable_38_border-pressed-down.png
+share/wesnoth/images/buttons/button_selectable/button_selectable_38_border-pressed-up.png
+share/wesnoth/images/buttons/button_selectable/button_selectable_38_border-touched-both.png
+share/wesnoth/images/buttons/button_selectable/button_selectable_38_border-touched-down.png
+share/wesnoth/images/buttons/button_selectable/button_selectable_38_border-touched-up.png
+share/wesnoth/images/buttons/button_selectable/button_selectable_74_base-active.png
+share/wesnoth/images/buttons/button_selectable/button_selectable_74_base-touched.png
+share/wesnoth/images/buttons/button_selectable/button_selectable_74_border-active-pressed-both.png
+share/wesnoth/images/buttons/button_selectable/button_selectable_74_border-active-pressed-down.png
+share/wesnoth/images/buttons/button_selectable/button_selectable_74_border-active-pressed-up.png
+share/wesnoth/images/buttons/button_selectable/button_selectable_74_border-pressed-both.png
+share/wesnoth/images/buttons/button_selectable/button_selectable_74_border-pressed-down.png
+share/wesnoth/images/buttons/button_selectable/button_selectable_74_border-pressed-up.png
+share/wesnoth/images/buttons/button_selectable/button_selectable_74_border-touched-both.png
+share/wesnoth/images/buttons/button_selectable/button_selectable_74_border-touched-down.png
+share/wesnoth/images/buttons/button_selectable/button_selectable_74_border-touched-up.png
+share/wesnoth/images/buttons/button_square/button_square_25-active-pressed.png
+share/wesnoth/images/buttons/button_square/button_square_25-active.png
+share/wesnoth/images/buttons/button_square/button_square_25-pressed.png
+share/wesnoth/images/buttons/button_square/button_square_25-touched.png
+share/wesnoth/images/buttons/button_square/button_square_25.png
+share/wesnoth/images/buttons/button_square/button_square_30-active-pressed.png
+share/wesnoth/images/buttons/button_square/button_square_30-active.png
+share/wesnoth/images/buttons/button_square/button_square_30-pressed.png
+share/wesnoth/images/buttons/button_square/button_square_30-touched.png
+share/wesnoth/images/buttons/button_square/button_square_30.png
+share/wesnoth/images/buttons/button_square/button_square_60-active-pressed.png
+share/wesnoth/images/buttons/button_square/button_square_60-active.png
+share/wesnoth/images/buttons/button_square/button_square_60-disabled-pressed.png
+share/wesnoth/images/buttons/button_square/button_square_60-disabled.png
+share/wesnoth/images/buttons/button_square/button_square_60-pressed.png
+share/wesnoth/images/buttons/button_square/button_square_60-touched.png
+share/wesnoth/images/buttons/button_square/button_square_60.png
share/wesnoth/images/buttons/checkbox-active-pressed.png
+share/wesnoth/images/buttons/checkbox-active-pressed@2x.png
share/wesnoth/images/buttons/checkbox-active.png
-share/wesnoth/images/buttons/checkbox-disabled-pressed.png
-share/wesnoth/images/buttons/checkbox-disabled.png
+share/wesnoth/images/buttons/checkbox-active@2x.png
share/wesnoth/images/buttons/checkbox-pressed.png
+share/wesnoth/images/buttons/checkbox-pressed@2x.png
+share/wesnoth/images/buttons/checkbox-touched.png
+share/wesnoth/images/buttons/checkbox-touched@2x.png
share/wesnoth/images/buttons/checkbox.png
-share/wesnoth/images/buttons/downarrow-button-active.png
-share/wesnoth/images/buttons/downarrow-button-disabled.png
-share/wesnoth/images/buttons/downarrow-button-pressed.png
-share/wesnoth/images/buttons/downarrow-button.png
-share/wesnoth/images/buttons/downarrow-button_transparent-active.png
-share/wesnoth/images/buttons/downarrow-button_transparent-disabled.png
-share/wesnoth/images/buttons/downarrow-button_transparent-pressed.png
-share/wesnoth/images/buttons/downarrow-button_transparent.png
-share/wesnoth/images/buttons/draw_button_editor-active.png
-share/wesnoth/images/buttons/draw_button_editor-pressed.png
-share/wesnoth/images/buttons/draw_button_editor.png
-share/wesnoth/images/buttons/endturn-button-active.png
-share/wesnoth/images/buttons/endturn-button-pressed.png
-share/wesnoth/images/buttons/endturn-button.png
-share/wesnoth/images/buttons/flip_map_button_editor-active.png
-share/wesnoth/images/buttons/flip_map_button_editor-pressed.png
-share/wesnoth/images/buttons/flip_map_button_editor.png
-share/wesnoth/images/buttons/flood_button_editor-active.png
-share/wesnoth/images/buttons/flood_button_editor-pressed.png
-share/wesnoth/images/buttons/flood_button_editor.png
+share/wesnoth/images/buttons/checkbox@2x.png
+share/wesnoth/images/buttons/classic/large-button-active.png
+share/wesnoth/images/buttons/classic/large-button-pressed.png
+share/wesnoth/images/buttons/classic/large-button.png
+share/wesnoth/images/buttons/classic/lite-active.png
+share/wesnoth/images/buttons/classic/lite-pressed.png
+share/wesnoth/images/buttons/classic/lite.png
+share/wesnoth/images/buttons/classic/pause-active.png
+share/wesnoth/images/buttons/classic/pause-pressed.png
+share/wesnoth/images/buttons/classic/pause.png
+share/wesnoth/images/buttons/classic/play-active.png
+share/wesnoth/images/buttons/classic/play-move-active.png
+share/wesnoth/images/buttons/classic/play-move-pressed.png
+share/wesnoth/images/buttons/classic/play-move.png
+share/wesnoth/images/buttons/classic/play-pressed.png
+share/wesnoth/images/buttons/classic/play-side-active.png
+share/wesnoth/images/buttons/classic/play-side-pressed.png
+share/wesnoth/images/buttons/classic/play-side.png
+share/wesnoth/images/buttons/classic/play-turn-active.png
+share/wesnoth/images/buttons/classic/play-turn-pressed.png
+share/wesnoth/images/buttons/classic/play-turn.png
+share/wesnoth/images/buttons/classic/play.png
+share/wesnoth/images/buttons/classic/stop-active.png
+share/wesnoth/images/buttons/classic/stop-pressed.png
+share/wesnoth/images/buttons/classic/stop.png
share/wesnoth/images/buttons/fold-arrow-active.png
+share/wesnoth/images/buttons/fold-arrow-active@2x.png
share/wesnoth/images/buttons/fold-arrow-pressed.png
+share/wesnoth/images/buttons/fold-arrow-pressed@2x.png
share/wesnoth/images/buttons/fold-arrow.png
-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
-share/wesnoth/images/buttons/group_bridge.png
-share/wesnoth/images/buttons/group_castle-active-pressed.png
-share/wesnoth/images/buttons/group_castle-active.png
-share/wesnoth/images/buttons/group_castle-pressed.png
-share/wesnoth/images/buttons/group_castle.png
-share/wesnoth/images/buttons/group_cave-active-pressed.png
-share/wesnoth/images/buttons/group_cave-active.png
-share/wesnoth/images/buttons/group_cave-pressed.png
-share/wesnoth/images/buttons/group_cave.png
-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
-share/wesnoth/images/buttons/group_flat.png
-share/wesnoth/images/buttons/group_forest-active-pressed.png
-share/wesnoth/images/buttons/group_forest-active.png
-share/wesnoth/images/buttons/group_forest-pressed.png
-share/wesnoth/images/buttons/group_forest.png
-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
-share/wesnoth/images/buttons/group_village.png
-share/wesnoth/images/buttons/group_water-active-pressed.png
-share/wesnoth/images/buttons/group_water-active.png
-share/wesnoth/images/buttons/group_water-pressed.png
-share/wesnoth/images/buttons/group_water.png
-share/wesnoth/images/buttons/group_x-active-pressed.png
-share/wesnoth/images/buttons/group_x-active.png
-share/wesnoth/images/buttons/group_x-pressed.png
-share/wesnoth/images/buttons/group_x.png
+share/wesnoth/images/buttons/fold-arrow@2x.png
+share/wesnoth/images/buttons/icon-base-16.png
+share/wesnoth/images/buttons/icon-base-32.png
+share/wesnoth/images/buttons/large-button-active-pressed.png
share/wesnoth/images/buttons/large-button-active.png
share/wesnoth/images/buttons/large-button-pressed.png
share/wesnoth/images/buttons/large-button.png
-share/wesnoth/images/buttons/left_arrow-button-active.png
-share/wesnoth/images/buttons/left_arrow-button-disabled.png
-share/wesnoth/images/buttons/left_arrow-button-pressed.png
-share/wesnoth/images/buttons/left_arrow-button.png
-share/wesnoth/images/buttons/left_arrow-button_transparent-active.png
-share/wesnoth/images/buttons/left_arrow-button_transparent-disabled.png
-share/wesnoth/images/buttons/left_arrow-button_transparent-pressed.png
-share/wesnoth/images/buttons/left_arrow-button_transparent.png
-share/wesnoth/images/buttons/lite-active.png
-share/wesnoth/images/buttons/lite-pressed.png
-share/wesnoth/images/buttons/lite.png
-share/wesnoth/images/buttons/lite_small-active.png
-share/wesnoth/images/buttons/lite_small-pressed.png
-share/wesnoth/images/buttons/lite_small.png
-share/wesnoth/images/buttons/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
-share/wesnoth/images/buttons/paste_button_editor-pressed.png
-share/wesnoth/images/buttons/paste_button_editor.png
-share/wesnoth/images/buttons/pause-active.png
-share/wesnoth/images/buttons/pause-pressed.png
-share/wesnoth/images/buttons/pause.png
-share/wesnoth/images/buttons/play-active.png
-share/wesnoth/images/buttons/play-pressed.png
-share/wesnoth/images/buttons/play-side-active.png
-share/wesnoth/images/buttons/play-side-pressed.png
-share/wesnoth/images/buttons/play-side.png
-share/wesnoth/images/buttons/play-turn-active.png
-share/wesnoth/images/buttons/play-turn-pressed.png
-share/wesnoth/images/buttons/play-turn.png
-share/wesnoth/images/buttons/play.png
-share/wesnoth/images/buttons/redo_button_editor-active.png
-share/wesnoth/images/buttons/redo_button_editor-pressed.png
-share/wesnoth/images/buttons/redo_button_editor.png
-share/wesnoth/images/buttons/resize-direction-bottom-left.png
-share/wesnoth/images/buttons/resize-direction-bottom-right.png
-share/wesnoth/images/buttons/resize-direction-bottom.png
-share/wesnoth/images/buttons/resize-direction-center.png
-share/wesnoth/images/buttons/resize-direction-left.png
-share/wesnoth/images/buttons/resize-direction-none.png
-share/wesnoth/images/buttons/resize-direction-right.png
-share/wesnoth/images/buttons/resize-direction-top-left.png
-share/wesnoth/images/buttons/resize-direction-top-right.png
-share/wesnoth/images/buttons/resize-direction-top.png
-share/wesnoth/images/buttons/resize_button_editor-active.png
-share/wesnoth/images/buttons/resize_button_editor-pressed.png
-share/wesnoth/images/buttons/resize_button_editor.png
-share/wesnoth/images/buttons/right_arrow-button-active.png
-share/wesnoth/images/buttons/right_arrow-button-disabled.png
-share/wesnoth/images/buttons/right_arrow-button-pressed.png
-share/wesnoth/images/buttons/right_arrow-button.png
-share/wesnoth/images/buttons/right_arrow-button_transparent-active.png
-share/wesnoth/images/buttons/right_arrow-button_transparent-disabled.png
-share/wesnoth/images/buttons/right_arrow-button_transparent-pressed.png
-share/wesnoth/images/buttons/right_arrow-button_transparent.png
+share/wesnoth/images/buttons/radiobox-active-pressed.png
+share/wesnoth/images/buttons/radiobox-active-pressed@2x.png
+share/wesnoth/images/buttons/radiobox-active.png
+share/wesnoth/images/buttons/radiobox-active@2x.png
+share/wesnoth/images/buttons/radiobox-pressed.png
+share/wesnoth/images/buttons/radiobox-pressed@2x.png
+share/wesnoth/images/buttons/radiobox-touched.png
+share/wesnoth/images/buttons/radiobox-touched@2x.png
+share/wesnoth/images/buttons/radiobox.png
+share/wesnoth/images/buttons/radiobox@2x.png
share/wesnoth/images/buttons/scrollbottom-active.png
-share/wesnoth/images/buttons/scrollbottom-disabled.png
share/wesnoth/images/buttons/scrollbottom-pressed.png
share/wesnoth/images/buttons/scrollbottom.png
-share/wesnoth/images/buttons/scrollbottom_transparent-active.png
-share/wesnoth/images/buttons/scrollbottom_transparent-disabled.png
-share/wesnoth/images/buttons/scrollbottom_transparent-pressed.png
-share/wesnoth/images/buttons/scrollbottom_transparent.png
share/wesnoth/images/buttons/scrollgroove-bottom.png
-share/wesnoth/images/buttons/scrollgroove-disabled-bottom.png
-share/wesnoth/images/buttons/scrollgroove-disabled-horizontal.png
-share/wesnoth/images/buttons/scrollgroove-disabled-left.png
-share/wesnoth/images/buttons/scrollgroove-disabled-mid.png
-share/wesnoth/images/buttons/scrollgroove-disabled-right.png
-share/wesnoth/images/buttons/scrollgroove-disabled-top.png
share/wesnoth/images/buttons/scrollgroove-horizontal.png
share/wesnoth/images/buttons/scrollgroove-left.png
share/wesnoth/images/buttons/scrollgroove-mid.png
share/wesnoth/images/buttons/scrollgroove-right.png
share/wesnoth/images/buttons/scrollgroove-top.png
-share/wesnoth/images/buttons/scrollgroove_transparent-bottom.png
-share/wesnoth/images/buttons/scrollgroove_transparent-disabled-bottom.png
-share/wesnoth/images/buttons/scrollgroove_transparent-disabled-horizontal.png
-share/wesnoth/images/buttons/scrollgroove_transparent-disabled-left.png
-share/wesnoth/images/buttons/scrollgroove_transparent-disabled-mid.png
-share/wesnoth/images/buttons/scrollgroove_transparent-disabled-right.png
-share/wesnoth/images/buttons/scrollgroove_transparent-disabled-top.png
-share/wesnoth/images/buttons/scrollgroove_transparent-horizontal.png
-share/wesnoth/images/buttons/scrollgroove_transparent-left.png
-share/wesnoth/images/buttons/scrollgroove_transparent-mid.png
-share/wesnoth/images/buttons/scrollgroove_transparent-right.png
-share/wesnoth/images/buttons/scrollgroove_transparent-top.png
share/wesnoth/images/buttons/scrollhorizontal-active.png
-share/wesnoth/images/buttons/scrollhorizontal-disabled.png
share/wesnoth/images/buttons/scrollhorizontal-pressed.png
share/wesnoth/images/buttons/scrollhorizontal.png
-share/wesnoth/images/buttons/scrollhorizontal_transparent-active.png
-share/wesnoth/images/buttons/scrollhorizontal_transparent-disabled.png
-share/wesnoth/images/buttons/scrollhorizontal_transparent-pressed.png
-share/wesnoth/images/buttons/scrollhorizontal_transparent.png
share/wesnoth/images/buttons/scrollleft-active.png
-share/wesnoth/images/buttons/scrollleft-disabled.png
share/wesnoth/images/buttons/scrollleft-pressed.png
share/wesnoth/images/buttons/scrollleft.png
-share/wesnoth/images/buttons/scrollleft_transparent-active.png
-share/wesnoth/images/buttons/scrollleft_transparent-disabled.png
-share/wesnoth/images/buttons/scrollleft_transparent-pressed.png
-share/wesnoth/images/buttons/scrollleft_transparent.png
share/wesnoth/images/buttons/scrollmid-active.png
-share/wesnoth/images/buttons/scrollmid-disabled.png
share/wesnoth/images/buttons/scrollmid-pressed.png
share/wesnoth/images/buttons/scrollmid.png
-share/wesnoth/images/buttons/scrollmid_transparent-active.png
-share/wesnoth/images/buttons/scrollmid_transparent-disabled.png
-share/wesnoth/images/buttons/scrollmid_transparent-pressed.png
-share/wesnoth/images/buttons/scrollmid_transparent.png
share/wesnoth/images/buttons/scrollright-active.png
-share/wesnoth/images/buttons/scrollright-disabled.png
share/wesnoth/images/buttons/scrollright-pressed.png
share/wesnoth/images/buttons/scrollright.png
-share/wesnoth/images/buttons/scrollright_transparent-active.png
-share/wesnoth/images/buttons/scrollright_transparent-disabled.png
-share/wesnoth/images/buttons/scrollright_transparent-pressed.png
-share/wesnoth/images/buttons/scrollright_transparent.png
share/wesnoth/images/buttons/scrolltop-active.png
-share/wesnoth/images/buttons/scrolltop-disabled.png
share/wesnoth/images/buttons/scrolltop-pressed.png
share/wesnoth/images/buttons/scrolltop.png
-share/wesnoth/images/buttons/scrolltop_transparent-active.png
-share/wesnoth/images/buttons/scrolltop_transparent-disabled.png
-share/wesnoth/images/buttons/scrolltop_transparent-pressed.png
-share/wesnoth/images/buttons/scrolltop_transparent.png
-share/wesnoth/images/buttons/select_button_editor-active.png
-share/wesnoth/images/buttons/select_button_editor-pressed.png
-share/wesnoth/images/buttons/select_button_editor.png
-share/wesnoth/images/buttons/slider-active.png
-share/wesnoth/images/buttons/slider-disabled.png
-share/wesnoth/images/buttons/slider-selected.png
-share/wesnoth/images/buttons/slider.png
-share/wesnoth/images/buttons/start_position_button_editor-active.png
-share/wesnoth/images/buttons/start_position_button_editor-pressed.png
-share/wesnoth/images/buttons/start_position_button_editor.png
-share/wesnoth/images/buttons/stop-active.png
-share/wesnoth/images/buttons/stop-pressed.png
-share/wesnoth/images/buttons/stop.png
-share/wesnoth/images/buttons/toggle_grid_button_editor-active.png
-share/wesnoth/images/buttons/toggle_grid_button_editor-pressed.png
-share/wesnoth/images/buttons/toggle_grid_button_editor.png
-share/wesnoth/images/buttons/undo_button_editor-active.png
-share/wesnoth/images/buttons/undo_button_editor-pressed.png
-share/wesnoth/images/buttons/undo_button_editor.png
+share/wesnoth/images/buttons/sliders/slider-active.png
+share/wesnoth/images/buttons/sliders/slider-active@2x.png
+share/wesnoth/images/buttons/sliders/slider-pressed.png
+share/wesnoth/images/buttons/sliders/slider-pressed@2x.png
+share/wesnoth/images/buttons/sliders/slider.png
+share/wesnoth/images/buttons/sliders/slider@2x.png
+share/wesnoth/images/buttons/sliders/slider_arrow_blue-active.png
+share/wesnoth/images/buttons/sliders/slider_arrow_blue-active@2x.png
+share/wesnoth/images/buttons/sliders/slider_arrow_blue-pressed.png
+share/wesnoth/images/buttons/sliders/slider_arrow_blue-pressed@2x.png
+share/wesnoth/images/buttons/sliders/slider_arrow_blue.png
+share/wesnoth/images/buttons/sliders/slider_arrow_blue@2x.png
+share/wesnoth/images/buttons/sliders/slider_arrow_gold-active.png
+share/wesnoth/images/buttons/sliders/slider_arrow_gold-pressed.png
+share/wesnoth/images/buttons/sliders/slider_arrow_gold-pressed@2x.png
+share/wesnoth/images/buttons/sliders/slider_arrow_gold.png
+share/wesnoth/images/buttons/sliders/slider_arrow_gold@2x-active.png
+share/wesnoth/images/buttons/sliders/slider_arrow_gold@2x.png
share/wesnoth/images/buttons/unfold-arrow-active.png
+share/wesnoth/images/buttons/unfold-arrow-active@2x.png
share/wesnoth/images/buttons/unfold-arrow-pressed.png
+share/wesnoth/images/buttons/unfold-arrow-pressed@2x.png
share/wesnoth/images/buttons/unfold-arrow.png
-share/wesnoth/images/buttons/uparrow-button-active.png
-share/wesnoth/images/buttons/uparrow-button-disabled.png
-share/wesnoth/images/buttons/uparrow-button-pressed.png
-share/wesnoth/images/buttons/uparrow-button.png
-share/wesnoth/images/buttons/uparrow-button_transparent-active.png
-share/wesnoth/images/buttons/uparrow-button_transparent-disabled.png
-share/wesnoth/images/buttons/uparrow-button_transparent-pressed.png
-share/wesnoth/images/buttons/uparrow-button_transparent.png
-share/wesnoth/images/buttons/zoom_in_button_editor-active.png
-share/wesnoth/images/buttons/zoom_in_button_editor-pressed.png
-share/wesnoth/images/buttons/zoom_in_button_editor.png
-share/wesnoth/images/buttons/zoom_out_button_editor-active.png
-share/wesnoth/images/buttons/zoom_out_button_editor-pressed.png
-share/wesnoth/images/buttons/zoom_out_button_editor.png
-share/wesnoth/images/cursors-bw/.gitignore
+share/wesnoth/images/buttons/unfold-arrow@2x.png
share/wesnoth/images/cursors-bw/attack.png
share/wesnoth/images/cursors-bw/attack_drag.png
share/wesnoth/images/cursors-bw/attack_drag_alt.png
@@ -12211,7 +13391,6 @@ share/wesnoth/images/cursors-bw/select-location.png
share/wesnoth/images/cursors-bw/select.png
share/wesnoth/images/cursors-bw/wait-alt.png
share/wesnoth/images/cursors-bw/wait.png
-share/wesnoth/images/cursors/.gitignore
share/wesnoth/images/cursors/attack.png
share/wesnoth/images/cursors/attack_drag.png
share/wesnoth/images/cursors/move.png
@@ -12221,8 +13400,34 @@ share/wesnoth/images/cursors/select-illegal.png
share/wesnoth/images/cursors/select-location.png
share/wesnoth/images/cursors/select.png
share/wesnoth/images/cursors/wait.png
-share/wesnoth/images/dialogs/.gitignore
share/wesnoth/images/dialogs/README
+share/wesnoth/images/dialogs/lite_opaque-background.png
+share/wesnoth/images/dialogs/lite_opaque-border-botleft.png
+share/wesnoth/images/dialogs/lite_opaque-border-botright.png
+share/wesnoth/images/dialogs/lite_opaque-border-left.png
+share/wesnoth/images/dialogs/lite_opaque-border-right.png
+share/wesnoth/images/dialogs/lite_opaque-border-top.png
+share/wesnoth/images/dialogs/lite_opaque-border-topleft.png
+share/wesnoth/images/dialogs/lite_opaque-border-topright.png
+share/wesnoth/images/dialogs/lite_opaque-border_bottom.png
+share/wesnoth/images/dialogs/lite_translucent-background.png
+share/wesnoth/images/dialogs/lite_translucent-border-botleft.png
+share/wesnoth/images/dialogs/lite_translucent-border-botright.png
+share/wesnoth/images/dialogs/lite_translucent-border-left.png
+share/wesnoth/images/dialogs/lite_translucent-border-right.png
+share/wesnoth/images/dialogs/lite_translucent-border-top.png
+share/wesnoth/images/dialogs/lite_translucent-border-topleft.png
+share/wesnoth/images/dialogs/lite_translucent-border-topright.png
+share/wesnoth/images/dialogs/lite_translucent-border_bottom.png
+share/wesnoth/images/dialogs/medium_translucent-background.png
+share/wesnoth/images/dialogs/medium_translucent-border-botleft.png
+share/wesnoth/images/dialogs/medium_translucent-border-botright.png
+share/wesnoth/images/dialogs/medium_translucent-border-left.png
+share/wesnoth/images/dialogs/medium_translucent-border-right.png
+share/wesnoth/images/dialogs/medium_translucent-border-top.png
+share/wesnoth/images/dialogs/medium_translucent-border-topleft.png
+share/wesnoth/images/dialogs/medium_translucent-border-topright.png
+share/wesnoth/images/dialogs/medium_translucent-border_bottom.png
share/wesnoth/images/dialogs/menu2-background.png
share/wesnoth/images/dialogs/menu2-border-botleft.png
share/wesnoth/images/dialogs/menu2-border-botright.png
@@ -12241,14 +13446,78 @@ share/wesnoth/images/dialogs/opaque-border-right.png
share/wesnoth/images/dialogs/opaque-border-top.png
share/wesnoth/images/dialogs/opaque-border-topleft.png
share/wesnoth/images/dialogs/opaque-border-topright.png
-share/wesnoth/images/dialogs/translucent-background_50.png
-share/wesnoth/images/dialogs/translucent-background_55.png
-share/wesnoth/images/dialogs/translucent-background_60.png
-share/wesnoth/images/dialogs/translucent-background_65.png
-share/wesnoth/images/dialogs/translucent-background_70.png
-share/wesnoth/images/dialogs/translucent-background_75.png
-share/wesnoth/images/dialogs/translucent-background_80.png
-share/wesnoth/images/dialogs/translucent-background_85.png
+share/wesnoth/images/dialogs/selection-background.png
+share/wesnoth/images/dialogs/selection-border-botleft.png
+share/wesnoth/images/dialogs/selection-border-botright.png
+share/wesnoth/images/dialogs/selection-border-bottom.png
+share/wesnoth/images/dialogs/selection-border-left.png
+share/wesnoth/images/dialogs/selection-border-right.png
+share/wesnoth/images/dialogs/selection-border-top.png
+share/wesnoth/images/dialogs/selection-border-topleft.png
+share/wesnoth/images/dialogs/selection-border-topright.png
+share/wesnoth/images/dialogs/selection2-background.png
+share/wesnoth/images/dialogs/selection2-border-botleft.png
+share/wesnoth/images/dialogs/selection2-border-botright.png
+share/wesnoth/images/dialogs/selection2-border-bottom.png
+share/wesnoth/images/dialogs/selection2-border-left.png
+share/wesnoth/images/dialogs/selection2-border-right.png
+share/wesnoth/images/dialogs/selection2-border-top.png
+share/wesnoth/images/dialogs/selection2-border-topleft.png
+share/wesnoth/images/dialogs/selection2-border-topright.png
+share/wesnoth/images/dialogs/strong_opaque-background.png
+share/wesnoth/images/dialogs/strong_opaque-border-botleft.png
+share/wesnoth/images/dialogs/strong_opaque-border-botright.png
+share/wesnoth/images/dialogs/strong_opaque-border-left.png
+share/wesnoth/images/dialogs/strong_opaque-border-right.png
+share/wesnoth/images/dialogs/strong_opaque-border-top.png
+share/wesnoth/images/dialogs/strong_opaque-border-topleft.png
+share/wesnoth/images/dialogs/strong_opaque-border-topright.png
+share/wesnoth/images/dialogs/strong_opaque-border_bottom.png
+share/wesnoth/images/dialogs/strong_translucent-background.png
+share/wesnoth/images/dialogs/strong_translucent-border-botleft.png
+share/wesnoth/images/dialogs/strong_translucent-border-botright.png
+share/wesnoth/images/dialogs/strong_translucent-border-left.png
+share/wesnoth/images/dialogs/strong_translucent-border-right.png
+share/wesnoth/images/dialogs/strong_translucent-border-top.png
+share/wesnoth/images/dialogs/strong_translucent-border-topleft.png
+share/wesnoth/images/dialogs/strong_translucent-border-topright.png
+share/wesnoth/images/dialogs/strong_translucent-border_bottom.png
+share/wesnoth/images/dialogs/thick_opaque-background.png
+share/wesnoth/images/dialogs/thick_opaque-border-botleft.png
+share/wesnoth/images/dialogs/thick_opaque-border-botright.png
+share/wesnoth/images/dialogs/thick_opaque-border-bottom.png
+share/wesnoth/images/dialogs/thick_opaque-border-left.png
+share/wesnoth/images/dialogs/thick_opaque-border-right.png
+share/wesnoth/images/dialogs/thick_opaque-border-top.png
+share/wesnoth/images/dialogs/thick_opaque-border-topleft.png
+share/wesnoth/images/dialogs/thick_opaque-border-topright.png
+share/wesnoth/images/dialogs/thin_opaque-background.png
+share/wesnoth/images/dialogs/thin_opaque-border-botleft.png
+share/wesnoth/images/dialogs/thin_opaque-border-botright.png
+share/wesnoth/images/dialogs/thin_opaque-border-bottom.png
+share/wesnoth/images/dialogs/thin_opaque-border-left.png
+share/wesnoth/images/dialogs/thin_opaque-border-right.png
+share/wesnoth/images/dialogs/thin_opaque-border-top.png
+share/wesnoth/images/dialogs/thin_opaque-border-topleft.png
+share/wesnoth/images/dialogs/thin_opaque-border-topright.png
+share/wesnoth/images/dialogs/thin_translucent-background.png
+share/wesnoth/images/dialogs/thin_translucent-border-botleft.png
+share/wesnoth/images/dialogs/thin_translucent-border-botright.png
+share/wesnoth/images/dialogs/thin_translucent-border-bottom.png
+share/wesnoth/images/dialogs/thin_translucent-border-left.png
+share/wesnoth/images/dialogs/thin_translucent-border-right.png
+share/wesnoth/images/dialogs/thin_translucent-border-top.png
+share/wesnoth/images/dialogs/thin_translucent-border-topleft.png
+share/wesnoth/images/dialogs/thin_translucent-border-topright.png
+share/wesnoth/images/dialogs/thin_transluscent-background.png
+share/wesnoth/images/dialogs/thin_transluscent-border-botleft.png
+share/wesnoth/images/dialogs/thin_transluscent-border-botright.png
+share/wesnoth/images/dialogs/thin_transluscent-border-bottom.png
+share/wesnoth/images/dialogs/thin_transluscent-border-left.png
+share/wesnoth/images/dialogs/thin_transluscent-border-right.png
+share/wesnoth/images/dialogs/thin_transluscent-border-top.png
+share/wesnoth/images/dialogs/thin_transluscent-border-topleft.png
+share/wesnoth/images/dialogs/thin_transluscent-border-topright.png
share/wesnoth/images/dialogs/translucent54-background.png
share/wesnoth/images/dialogs/translucent54-border-botleft.png
share/wesnoth/images/dialogs/translucent54-border-botright.png
@@ -12271,46 +13540,6 @@ 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
-share/wesnoth/images/editor/tool-overlay-starting-position.png
-share/wesnoth/images/flags/.gitignore
-share/wesnoth/images/flags/flag-1.png
-share/wesnoth/images/flags/flag-2.png
-share/wesnoth/images/flags/flag-3.png
-share/wesnoth/images/flags/flag-4.png
-share/wesnoth/images/flags/flag-icon.png
-share/wesnoth/images/flags/knalgan-flag-1.png
-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/.gitignore
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
@@ -12336,12 +13565,548 @@ 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/.gitignore
+share/wesnoth/images/icons/action/add_25-active.png
+share/wesnoth/images/icons/action/add_25-pressed.png
+share/wesnoth/images/icons/action/add_25.png
+share/wesnoth/images/icons/action/add_30-active.png
+share/wesnoth/images/icons/action/add_30-pressed.png
+share/wesnoth/images/icons/action/add_30.png
+share/wesnoth/images/icons/action/copy_25-active.png
+share/wesnoth/images/icons/action/copy_25-pressed.png
+share/wesnoth/images/icons/action/copy_25.png
+share/wesnoth/images/icons/action/delete_25-active.png
+share/wesnoth/images/icons/action/delete_25-pressed.png
+share/wesnoth/images/icons/action/delete_25.png
+share/wesnoth/images/icons/action/delete_30-active.png
+share/wesnoth/images/icons/action/delete_30-pressed.png
+share/wesnoth/images/icons/action/delete_30.png
+share/wesnoth/images/icons/action/editor-brush-1_25-active.png
+share/wesnoth/images/icons/action/editor-brush-1_25-pressed.png
+share/wesnoth/images/icons/action/editor-brush-1_25.png
+share/wesnoth/images/icons/action/editor-brush-1_30-active.png
+share/wesnoth/images/icons/action/editor-brush-1_30-pressed.png
+share/wesnoth/images/icons/action/editor-brush-1_30.png
+share/wesnoth/images/icons/action/editor-brush-2_25-active.png
+share/wesnoth/images/icons/action/editor-brush-2_25-pressed.png
+share/wesnoth/images/icons/action/editor-brush-2_25.png
+share/wesnoth/images/icons/action/editor-brush-2_30-active.png
+share/wesnoth/images/icons/action/editor-brush-2_30-pressed.png
+share/wesnoth/images/icons/action/editor-brush-2_30.png
+share/wesnoth/images/icons/action/editor-brush-3_25-active.png
+share/wesnoth/images/icons/action/editor-brush-3_25-pressed.png
+share/wesnoth/images/icons/action/editor-brush-3_25.png
+share/wesnoth/images/icons/action/editor-brush-3_30-active.png
+share/wesnoth/images/icons/action/editor-brush-3_30-pressed.png
+share/wesnoth/images/icons/action/editor-brush-3_30.png
+share/wesnoth/images/icons/action/editor-brush-nw-se_25-active.png
+share/wesnoth/images/icons/action/editor-brush-nw-se_25-pressed.png
+share/wesnoth/images/icons/action/editor-brush-nw-se_25.png
+share/wesnoth/images/icons/action/editor-brush-nw-se_30-active.png
+share/wesnoth/images/icons/action/editor-brush-nw-se_30-pressed.png
+share/wesnoth/images/icons/action/editor-brush-nw-se_30.png
+share/wesnoth/images/icons/action/editor-brush-sw-ne_25-active.png
+share/wesnoth/images/icons/action/editor-brush-sw-ne_25-pressed.png
+share/wesnoth/images/icons/action/editor-brush-sw-ne_25.png
+share/wesnoth/images/icons/action/editor-brush-sw-ne_30-active.png
+share/wesnoth/images/icons/action/editor-brush-sw-ne_30-pressed.png
+share/wesnoth/images/icons/action/editor-brush-sw-ne_30.png
+share/wesnoth/images/icons/action/editor-clipboard-flip-horizontal_25-active.png
+share/wesnoth/images/icons/action/editor-clipboard-flip-horizontal_25-pressed.png
+share/wesnoth/images/icons/action/editor-clipboard-flip-horizontal_25.png
+share/wesnoth/images/icons/action/editor-clipboard-flip-horizontal_30-active.png
+share/wesnoth/images/icons/action/editor-clipboard-flip-horizontal_30-pressed.png
+share/wesnoth/images/icons/action/editor-clipboard-flip-horizontal_30.png
+share/wesnoth/images/icons/action/editor-clipboard-flip-vertical_25-active.png
+share/wesnoth/images/icons/action/editor-clipboard-flip-vertical_25-pressed.png
+share/wesnoth/images/icons/action/editor-clipboard-flip-vertical_25.png
+share/wesnoth/images/icons/action/editor-clipboard-flip-vertical_30-active.png
+share/wesnoth/images/icons/action/editor-clipboard-flip-vertical_30-pressed.png
+share/wesnoth/images/icons/action/editor-clipboard-flip-vertical_30.png
+share/wesnoth/images/icons/action/editor-clipboard-rotate-ccw_25-active.png
+share/wesnoth/images/icons/action/editor-clipboard-rotate-ccw_25-pressed.png
+share/wesnoth/images/icons/action/editor-clipboard-rotate-ccw_25.png
+share/wesnoth/images/icons/action/editor-clipboard-rotate-ccw_30-active.png
+share/wesnoth/images/icons/action/editor-clipboard-rotate-ccw_30-pressed.png
+share/wesnoth/images/icons/action/editor-clipboard-rotate-ccw_30.png
+share/wesnoth/images/icons/action/editor-clipboard-rotate-cw_25-active.png
+share/wesnoth/images/icons/action/editor-clipboard-rotate-cw_25-pressed.png
+share/wesnoth/images/icons/action/editor-clipboard-rotate-cw_25.png
+share/wesnoth/images/icons/action/editor-clipboard-rotate-cw_30-active.png
+share/wesnoth/images/icons/action/editor-clipboard-rotate-cw_30-pressed.png
+share/wesnoth/images/icons/action/editor-clipboard-rotate-cw_30.png
+share/wesnoth/images/icons/action/editor-close-map_25-active.png
+share/wesnoth/images/icons/action/editor-close-map_25-pressed.png
+share/wesnoth/images/icons/action/editor-close-map_25.png
+share/wesnoth/images/icons/action/editor-close-map_30-active.png
+share/wesnoth/images/icons/action/editor-close-map_30-pressed.png
+share/wesnoth/images/icons/action/editor-close-map_30.png
+share/wesnoth/images/icons/action/editor-copy_25-active.png
+share/wesnoth/images/icons/action/editor-copy_25-pressed.png
+share/wesnoth/images/icons/action/editor-copy_25.png
+share/wesnoth/images/icons/action/editor-copy_30-active.png
+share/wesnoth/images/icons/action/editor-copy_30-pressed.png
+share/wesnoth/images/icons/action/editor-copy_30.png
+share/wesnoth/images/icons/action/editor-cut_25-active.png
+share/wesnoth/images/icons/action/editor-cut_25-pressed.png
+share/wesnoth/images/icons/action/editor-cut_25.png
+share/wesnoth/images/icons/action/editor-cut_30-active.png
+share/wesnoth/images/icons/action/editor-cut_30-pressed.png
+share/wesnoth/images/icons/action/editor-cut_30.png
+share/wesnoth/images/icons/action/editor-draw-coordinates_25-active.png
+share/wesnoth/images/icons/action/editor-draw-coordinates_25-pressed.png
+share/wesnoth/images/icons/action/editor-draw-coordinates_25.png
+share/wesnoth/images/icons/action/editor-draw-coordinates_30-active.png
+share/wesnoth/images/icons/action/editor-draw-coordinates_30-pressed.png
+share/wesnoth/images/icons/action/editor-draw-coordinates_30.png
+share/wesnoth/images/icons/action/editor-draw-terrain-codes_25-active.png
+share/wesnoth/images/icons/action/editor-draw-terrain-codes_25-normal.png
+share/wesnoth/images/icons/action/editor-draw-terrain-codes_25-pressed.png
+share/wesnoth/images/icons/action/editor-draw-terrain-codes_25.png
+share/wesnoth/images/icons/action/editor-draw-terrain-codes_30-active.png
+share/wesnoth/images/icons/action/editor-draw-terrain-codes_30-pressed.png
+share/wesnoth/images/icons/action/editor-draw-terrain-codes_30.png
+share/wesnoth/images/icons/action/editor-map-flip_25-active.png
+share/wesnoth/images/icons/action/editor-map-flip_25-pressed.png
+share/wesnoth/images/icons/action/editor-map-flip_25.png
+share/wesnoth/images/icons/action/editor-map-flip_30-active.png
+share/wesnoth/images/icons/action/editor-map-flip_30-pressed.png
+share/wesnoth/images/icons/action/editor-map-flip_30.png
+share/wesnoth/images/icons/action/editor-map-load_25-active.png
+share/wesnoth/images/icons/action/editor-map-load_25-pressed.png
+share/wesnoth/images/icons/action/editor-map-load_25.png
+share/wesnoth/images/icons/action/editor-map-load_30-active.png
+share/wesnoth/images/icons/action/editor-map-load_30-pressed.png
+share/wesnoth/images/icons/action/editor-map-load_30.png
+share/wesnoth/images/icons/action/editor-map-resize_25-active.png
+share/wesnoth/images/icons/action/editor-map-resize_25-pressed.png
+share/wesnoth/images/icons/action/editor-map-resize_25.png
+share/wesnoth/images/icons/action/editor-map-resize_30-active.png
+share/wesnoth/images/icons/action/editor-map-resize_30-pressed.png
+share/wesnoth/images/icons/action/editor-map-resize_30.png
+share/wesnoth/images/icons/action/editor-map-save_25-active.png
+share/wesnoth/images/icons/action/editor-map-save_25-pressed.png
+share/wesnoth/images/icons/action/editor-map-save_25.png
+share/wesnoth/images/icons/action/editor-map-save_30-active.png
+share/wesnoth/images/icons/action/editor-map-save_30-pressed.png
+share/wesnoth/images/icons/action/editor-map-save_30.png
+share/wesnoth/images/icons/action/editor-partial-undo_25-active.png
+share/wesnoth/images/icons/action/editor-partial-undo_25.png
+share/wesnoth/images/icons/action/editor-partial-undo_30-active.png
+share/wesnoth/images/icons/action/editor-partial-undo_30-pressed.png
+share/wesnoth/images/icons/action/editor-partial-undo_30.png
+share/wesnoth/images/icons/action/editor-partial-undo_last_25-pressed.png
+share/wesnoth/images/icons/action/editor-paste_25-active.png
+share/wesnoth/images/icons/action/editor-paste_25-pressed.png
+share/wesnoth/images/icons/action/editor-paste_25.png
+share/wesnoth/images/icons/action/editor-paste_30-active.png
+share/wesnoth/images/icons/action/editor-paste_30-pressed.png
+share/wesnoth/images/icons/action/editor-paste_30.png
+share/wesnoth/images/icons/action/editor-paste_60.png
+share/wesnoth/images/icons/action/editor-select-all_25-active.png
+share/wesnoth/images/icons/action/editor-select-all_25-pressed.png
+share/wesnoth/images/icons/action/editor-select-all_25.png
+share/wesnoth/images/icons/action/editor-select-all_30-active.png
+share/wesnoth/images/icons/action/editor-select-all_30-pressed.png
+share/wesnoth/images/icons/action/editor-select-all_30.png
+share/wesnoth/images/icons/action/editor-select-inverse_25-active.png
+share/wesnoth/images/icons/action/editor-select-inverse_25-pressed.png
+share/wesnoth/images/icons/action/editor-select-inverse_25.png
+share/wesnoth/images/icons/action/editor-select-inverse_30-active.png
+share/wesnoth/images/icons/action/editor-select-inverse_30-pressed.png
+share/wesnoth/images/icons/action/editor-select-inverse_30.png
+share/wesnoth/images/icons/action/editor-select-none_25-active.png
+share/wesnoth/images/icons/action/editor-select-none_25-pressed.png
+share/wesnoth/images/icons/action/editor-select-none_25.png
+share/wesnoth/images/icons/action/editor-select-none_30-active.png
+share/wesnoth/images/icons/action/editor-select-none_30-pressed.png
+share/wesnoth/images/icons/action/editor-select-none_30.png
+share/wesnoth/images/icons/action/editor-selection-fill_25-active.png
+share/wesnoth/images/icons/action/editor-selection-fill_25-pressed.png
+share/wesnoth/images/icons/action/editor-selection-fill_25.png
+share/wesnoth/images/icons/action/editor-selection-fill_30-active.png
+share/wesnoth/images/icons/action/editor-selection-fill_30-pressed.png
+share/wesnoth/images/icons/action/editor-selection-fill_30.png
+share/wesnoth/images/icons/action/editor-selection-randomize_25-active.png
+share/wesnoth/images/icons/action/editor-selection-randomize_25-pressed.png
+share/wesnoth/images/icons/action/editor-selection-randomize_25.png
+share/wesnoth/images/icons/action/editor-selection-randomize_30-active.png
+share/wesnoth/images/icons/action/editor-selection-randomize_30-pressed.png
+share/wesnoth/images/icons/action/editor-selection-randomize_30.png
+share/wesnoth/images/icons/action/editor-switch-time_25-active.png
+share/wesnoth/images/icons/action/editor-switch-time_25-pressed.png
+share/wesnoth/images/icons/action/editor-switch-time_25.png
+share/wesnoth/images/icons/action/editor-switch-time_30-active.png
+share/wesnoth/images/icons/action/editor-switch-time_30-pressed.png
+share/wesnoth/images/icons/action/editor-switch-time_30.png
+share/wesnoth/images/icons/action/editor-terrain-palette-swap_25-active.png
+share/wesnoth/images/icons/action/editor-terrain-palette-swap_25-pressed.png
+share/wesnoth/images/icons/action/editor-terrain-palette-swap_25.png
+share/wesnoth/images/icons/action/editor-terrain-palette-swap_30-active.png
+share/wesnoth/images/icons/action/editor-terrain-palette-swap_30-pressed.png
+share/wesnoth/images/icons/action/editor-terrain-palette-swap_30.png
+share/wesnoth/images/icons/action/editor-tool-fill_25-active.png
+share/wesnoth/images/icons/action/editor-tool-fill_25-pressed.png
+share/wesnoth/images/icons/action/editor-tool-fill_25.png
+share/wesnoth/images/icons/action/editor-tool-fill_30-active.png
+share/wesnoth/images/icons/action/editor-tool-fill_30-pressed.png
+share/wesnoth/images/icons/action/editor-tool-fill_30.png
+share/wesnoth/images/icons/action/editor-tool-fill_60.png
+share/wesnoth/images/icons/action/editor-tool-item_25-active.png
+share/wesnoth/images/icons/action/editor-tool-item_25-pressed.png
+share/wesnoth/images/icons/action/editor-tool-item_25.png
+share/wesnoth/images/icons/action/editor-tool-item_30-active.png
+share/wesnoth/images/icons/action/editor-tool-item_30-pressed.png
+share/wesnoth/images/icons/action/editor-tool-item_30.png
+share/wesnoth/images/icons/action/editor-tool-item_60.png
+share/wesnoth/images/icons/action/editor-tool-label_25-active.png
+share/wesnoth/images/icons/action/editor-tool-label_25-pressed.png
+share/wesnoth/images/icons/action/editor-tool-label_25.png
+share/wesnoth/images/icons/action/editor-tool-label_30-active.png
+share/wesnoth/images/icons/action/editor-tool-label_30-pressed.png
+share/wesnoth/images/icons/action/editor-tool-label_30.png
+share/wesnoth/images/icons/action/editor-tool-label_60.png
+share/wesnoth/images/icons/action/editor-tool-paint_25-active.png
+share/wesnoth/images/icons/action/editor-tool-paint_25-pressed.png
+share/wesnoth/images/icons/action/editor-tool-paint_25.png
+share/wesnoth/images/icons/action/editor-tool-paint_30-active.png
+share/wesnoth/images/icons/action/editor-tool-paint_30-pressed.png
+share/wesnoth/images/icons/action/editor-tool-paint_30.png
+share/wesnoth/images/icons/action/editor-tool-paint_60.png
+share/wesnoth/images/icons/action/editor-tool-select_25-active.png
+share/wesnoth/images/icons/action/editor-tool-select_25-pressed.png
+share/wesnoth/images/icons/action/editor-tool-select_25.png
+share/wesnoth/images/icons/action/editor-tool-select_30-active.png
+share/wesnoth/images/icons/action/editor-tool-select_30-pressed.png
+share/wesnoth/images/icons/action/editor-tool-select_30.png
+share/wesnoth/images/icons/action/editor-tool-select_60.png
+share/wesnoth/images/icons/action/editor-tool-soundsource_25-active.png
+share/wesnoth/images/icons/action/editor-tool-soundsource_25-pressed.png
+share/wesnoth/images/icons/action/editor-tool-soundsource_25.png
+share/wesnoth/images/icons/action/editor-tool-soundsource_30-active.png
+share/wesnoth/images/icons/action/editor-tool-soundsource_30-pressed.png
+share/wesnoth/images/icons/action/editor-tool-soundsource_30.png
+share/wesnoth/images/icons/action/editor-tool-soundsource_60.png
+share/wesnoth/images/icons/action/editor-tool-starting-position_25-active.png
+share/wesnoth/images/icons/action/editor-tool-starting-position_25-pressed.png
+share/wesnoth/images/icons/action/editor-tool-starting-position_25.png
+share/wesnoth/images/icons/action/editor-tool-starting-position_30-active.png
+share/wesnoth/images/icons/action/editor-tool-starting-position_30-pressed.png
+share/wesnoth/images/icons/action/editor-tool-starting-position_30.png
+share/wesnoth/images/icons/action/editor-tool-starting-position_60.png
+share/wesnoth/images/icons/action/editor-tool-starting-position_pressed.png
+share/wesnoth/images/icons/action/editor-tool-unit_25-active.png
+share/wesnoth/images/icons/action/editor-tool-unit_25-pressed.png
+share/wesnoth/images/icons/action/editor-tool-unit_25.png
+share/wesnoth/images/icons/action/editor-tool-unit_30-active.png
+share/wesnoth/images/icons/action/editor-tool-unit_30-pressed.png
+share/wesnoth/images/icons/action/editor-tool-unit_30.png
+share/wesnoth/images/icons/action/editor-tool-unit_60-active.png
+share/wesnoth/images/icons/action/editor-tool-unit_60-pressed.png
+share/wesnoth/images/icons/action/editor-tool-unit_60.png
+share/wesnoth/images/icons/action/editor-tool-village_25-active.png
+share/wesnoth/images/icons/action/editor-tool-village_25-pressed.png
+share/wesnoth/images/icons/action/editor-tool-village_25.png
+share/wesnoth/images/icons/action/editor-tool-village_30-active.png
+share/wesnoth/images/icons/action/editor-tool-village_30-pressed.png
+share/wesnoth/images/icons/action/editor-tool-village_30.png
+share/wesnoth/images/icons/action/editor-tool-village_60.png
+share/wesnoth/images/icons/action/minimap-draw-terrain_25-active.png
+share/wesnoth/images/icons/action/minimap-draw-terrain_25-pressed.png
+share/wesnoth/images/icons/action/minimap-draw-terrain_25.png
+share/wesnoth/images/icons/action/minimap-terrain-coding_25-active.png
+share/wesnoth/images/icons/action/minimap-terrain-coding_25-pressed.png
+share/wesnoth/images/icons/action/minimap-terrain-coding_25.png
+share/wesnoth/images/icons/action/minimap-unit-coding_25-active.png
+share/wesnoth/images/icons/action/minimap-unit-coding_25-pressed.png
+share/wesnoth/images/icons/action/minimap-unit-coding_25.png
+share/wesnoth/images/icons/action/ornate_add_25-active.png
+share/wesnoth/images/icons/action/ornate_add_25-pressed.png
+share/wesnoth/images/icons/action/ornate_add_25.png
+share/wesnoth/images/icons/action/ornate_add_30-active.png
+share/wesnoth/images/icons/action/ornate_add_30-pressed.png
+share/wesnoth/images/icons/action/ornate_add_30.png
+share/wesnoth/images/icons/action/ornate_delete_25-active.png
+share/wesnoth/images/icons/action/ornate_delete_25-pressed.png
+share/wesnoth/images/icons/action/ornate_delete_25.png
+share/wesnoth/images/icons/action/ornate_delete_30-active.png
+share/wesnoth/images/icons/action/ornate_delete_30-pressed.png
+share/wesnoth/images/icons/action/ornate_delete_30.png
+share/wesnoth/images/icons/action/ornate_pause_25-active.png
+share/wesnoth/images/icons/action/ornate_pause_25-pressed.png
+share/wesnoth/images/icons/action/ornate_pause_25.png
+share/wesnoth/images/icons/action/ornate_pause_30-active.png
+share/wesnoth/images/icons/action/ornate_pause_30-pressed.png
+share/wesnoth/images/icons/action/ornate_pause_30.png
+share/wesnoth/images/icons/action/ornate_play_25-active.png
+share/wesnoth/images/icons/action/ornate_play_25-pressed.png
+share/wesnoth/images/icons/action/ornate_play_25.png
+share/wesnoth/images/icons/action/ornate_play_30-active.png
+share/wesnoth/images/icons/action/ornate_play_30-pressed.png
+share/wesnoth/images/icons/action/ornate_play_30.png
+share/wesnoth/images/icons/action/ornate_play_side_25-active.png
+share/wesnoth/images/icons/action/ornate_play_side_25-pressed.png
+share/wesnoth/images/icons/action/ornate_play_side_25.png
+share/wesnoth/images/icons/action/ornate_play_side_30-active.png
+share/wesnoth/images/icons/action/ornate_play_side_30-pressed.png
+share/wesnoth/images/icons/action/ornate_play_side_30.png
+share/wesnoth/images/icons/action/ornate_play_turn_25-active.png
+share/wesnoth/images/icons/action/ornate_play_turn_25-pressed.png
+share/wesnoth/images/icons/action/ornate_play_turn_25.png
+share/wesnoth/images/icons/action/ornate_play_turn_30-active.png
+share/wesnoth/images/icons/action/ornate_play_turn_30-pressed.png
+share/wesnoth/images/icons/action/ornate_play_turn_30.png
+share/wesnoth/images/icons/action/ornate_stop_25-active.png
+share/wesnoth/images/icons/action/ornate_stop_25-pressed.png
+share/wesnoth/images/icons/action/ornate_stop_25.png
+share/wesnoth/images/icons/action/ornate_stop_30-active.png
+share/wesnoth/images/icons/action/ornate_stop_30-pressed.png
+share/wesnoth/images/icons/action/ornate_stop_30.png
+share/wesnoth/images/icons/action/pause_25-active.png
+share/wesnoth/images/icons/action/pause_25-pressed.png
+share/wesnoth/images/icons/action/pause_25.png
+share/wesnoth/images/icons/action/pause_30-active.png
+share/wesnoth/images/icons/action/pause_30-pressed.png
+share/wesnoth/images/icons/action/pause_30.png
+share/wesnoth/images/icons/action/play_25-active.png
+share/wesnoth/images/icons/action/play_25-pressed.png
+share/wesnoth/images/icons/action/play_25.png
+share/wesnoth/images/icons/action/play_30-active.png
+share/wesnoth/images/icons/action/play_30-pressed.png
+share/wesnoth/images/icons/action/play_30.png
+share/wesnoth/images/icons/action/play_side_25-active.png
+share/wesnoth/images/icons/action/play_side_25-pressed.png
+share/wesnoth/images/icons/action/play_side_25.png
+share/wesnoth/images/icons/action/play_side_30-active.png
+share/wesnoth/images/icons/action/play_side_30-pressed.png
+share/wesnoth/images/icons/action/play_side_30.png
+share/wesnoth/images/icons/action/play_turn_25-active.png
+share/wesnoth/images/icons/action/play_turn_25-pressed.png
+share/wesnoth/images/icons/action/play_turn_25.png
+share/wesnoth/images/icons/action/play_turn_30-active.png
+share/wesnoth/images/icons/action/play_turn_30-pressed.png
+share/wesnoth/images/icons/action/play_turn_30.png
+share/wesnoth/images/icons/action/playlist_25-active.png
+share/wesnoth/images/icons/action/playlist_25-pressed.png
+share/wesnoth/images/icons/action/playlist_25.png
+share/wesnoth/images/icons/action/playlist_30-active.png
+share/wesnoth/images/icons/action/playlist_30-pressed.png
+share/wesnoth/images/icons/action/playlist_30.png
+share/wesnoth/images/icons/action/redo_25-active.png
+share/wesnoth/images/icons/action/redo_25-pressed.png
+share/wesnoth/images/icons/action/redo_25.png
+share/wesnoth/images/icons/action/redo_30-active.png
+share/wesnoth/images/icons/action/redo_30-pressed.png
+share/wesnoth/images/icons/action/redo_30.png
+share/wesnoth/images/icons/action/stop_25-active.png
+share/wesnoth/images/icons/action/stop_25-pressed.png
+share/wesnoth/images/icons/action/stop_25.png
+share/wesnoth/images/icons/action/stop_30-active.png
+share/wesnoth/images/icons/action/stop_30-pressed.png
+share/wesnoth/images/icons/action/stop_30.png
+share/wesnoth/images/icons/action/togglegrid_25-active.png
+share/wesnoth/images/icons/action/togglegrid_25-pressed.png
+share/wesnoth/images/icons/action/togglegrid_25.png
+share/wesnoth/images/icons/action/togglegrid_30-active.png
+share/wesnoth/images/icons/action/togglegrid_30-pressed.png
+share/wesnoth/images/icons/action/togglegrid_30.png
+share/wesnoth/images/icons/action/undo_25-active.png
+share/wesnoth/images/icons/action/undo_25-pressed.png
+share/wesnoth/images/icons/action/undo_25.png
+share/wesnoth/images/icons/action/undo_30-active.png
+share/wesnoth/images/icons/action/undo_30-pressed.png
+share/wesnoth/images/icons/action/undo_30.png
+share/wesnoth/images/icons/action/zoomdefault_25-active.png
+share/wesnoth/images/icons/action/zoomdefault_25-pressed.png
+share/wesnoth/images/icons/action/zoomdefault_25.png
+share/wesnoth/images/icons/action/zoomdefault_30-active.png
+share/wesnoth/images/icons/action/zoomdefault_30-pressed.png
+share/wesnoth/images/icons/action/zoomdefault_30.png
+share/wesnoth/images/icons/action/zoomdefault_60-active.png
+share/wesnoth/images/icons/action/zoomdefault_60-pressed.png
+share/wesnoth/images/icons/action/zoomdefault_60.png
+share/wesnoth/images/icons/action/zoomin_25-active.png
+share/wesnoth/images/icons/action/zoomin_25-pressed.png
+share/wesnoth/images/icons/action/zoomin_25.png
+share/wesnoth/images/icons/action/zoomin_30-active.png
+share/wesnoth/images/icons/action/zoomin_30-pressed.png
+share/wesnoth/images/icons/action/zoomin_30.png
+share/wesnoth/images/icons/action/zoomout_25-active.png
+share/wesnoth/images/icons/action/zoomout_25-pressed.png
+share/wesnoth/images/icons/action/zoomout_25.png
+share/wesnoth/images/icons/action/zoomout_30-active.png
+share/wesnoth/images/icons/action/zoomout_30-pressed.png
+share/wesnoth/images/icons/action/zoomout_30.png
+share/wesnoth/images/icons/arrows/arrows_blank_bottomleft_25.png
+share/wesnoth/images/icons/arrows/arrows_blank_bottomleft_30.png
+share/wesnoth/images/icons/arrows/arrows_blank_bottomright_25.png
+share/wesnoth/images/icons/arrows/arrows_blank_bottomright_30.png
+share/wesnoth/images/icons/arrows/arrows_blank_center_25.png
+share/wesnoth/images/icons/arrows/arrows_blank_center_30.png
+share/wesnoth/images/icons/arrows/arrows_blank_down_25.png
+share/wesnoth/images/icons/arrows/arrows_blank_down_30.png
+share/wesnoth/images/icons/arrows/arrows_blank_left_25.png
+share/wesnoth/images/icons/arrows/arrows_blank_left_30.png
+share/wesnoth/images/icons/arrows/arrows_blank_none_30.png
+share/wesnoth/images/icons/arrows/arrows_blank_right_25.png
+share/wesnoth/images/icons/arrows/arrows_blank_right_30.png
+share/wesnoth/images/icons/arrows/arrows_blank_topleft_25.png
+share/wesnoth/images/icons/arrows/arrows_blank_topleft_30.png
+share/wesnoth/images/icons/arrows/arrows_blank_topright_25.png
+share/wesnoth/images/icons/arrows/arrows_blank_topright_30.png
+share/wesnoth/images/icons/arrows/arrows_blank_up_25-02.png
+share/wesnoth/images/icons/arrows/arrows_blank_up_25.png
+share/wesnoth/images/icons/arrows/arrows_blank_up_30.png
+share/wesnoth/images/icons/arrows/arrows_bottomleft_25-active.png
+share/wesnoth/images/icons/arrows/arrows_bottomleft_25-pressed.png
+share/wesnoth/images/icons/arrows/arrows_bottomleft_25.png
+share/wesnoth/images/icons/arrows/arrows_bottomleft_30-active.png
+share/wesnoth/images/icons/arrows/arrows_bottomleft_30-pressed.png
+share/wesnoth/images/icons/arrows/arrows_bottomleft_30.png
+share/wesnoth/images/icons/arrows/arrows_bottomright_25-active.png
+share/wesnoth/images/icons/arrows/arrows_bottomright_25-pressed.png
+share/wesnoth/images/icons/arrows/arrows_bottomright_25.png
+share/wesnoth/images/icons/arrows/arrows_bottomright_30-active.png
+share/wesnoth/images/icons/arrows/arrows_bottomright_30-pressed.png
+share/wesnoth/images/icons/arrows/arrows_bottomright_30.png
+share/wesnoth/images/icons/arrows/arrows_center_25-active.png
+share/wesnoth/images/icons/arrows/arrows_center_25-pressed.png
+share/wesnoth/images/icons/arrows/arrows_center_25.png
+share/wesnoth/images/icons/arrows/arrows_center_30-active.png
+share/wesnoth/images/icons/arrows/arrows_center_30-pressed.png
+share/wesnoth/images/icons/arrows/arrows_center_30.png
+share/wesnoth/images/icons/arrows/arrows_down_25-active.png
+share/wesnoth/images/icons/arrows/arrows_down_25-pressed.png
+share/wesnoth/images/icons/arrows/arrows_down_25.png
+share/wesnoth/images/icons/arrows/arrows_down_30-active.png
+share/wesnoth/images/icons/arrows/arrows_down_30-pressed.png
+share/wesnoth/images/icons/arrows/arrows_down_30.png
+share/wesnoth/images/icons/arrows/arrows_left_25-active.png
+share/wesnoth/images/icons/arrows/arrows_left_25-pressed.png
+share/wesnoth/images/icons/arrows/arrows_left_25.png
+share/wesnoth/images/icons/arrows/arrows_left_30-active.png
+share/wesnoth/images/icons/arrows/arrows_left_30-pressed.png
+share/wesnoth/images/icons/arrows/arrows_left_30.png
+share/wesnoth/images/icons/arrows/arrows_ornate_bottomleft_25-active.png
+share/wesnoth/images/icons/arrows/arrows_ornate_bottomleft_25-pressed.png
+share/wesnoth/images/icons/arrows/arrows_ornate_bottomleft_25.png
+share/wesnoth/images/icons/arrows/arrows_ornate_bottomleft_30-active.png
+share/wesnoth/images/icons/arrows/arrows_ornate_bottomleft_30-pressed.png
+share/wesnoth/images/icons/arrows/arrows_ornate_bottomleft_30.png
+share/wesnoth/images/icons/arrows/arrows_ornate_bottomright_25-active.png
+share/wesnoth/images/icons/arrows/arrows_ornate_bottomright_25-pressed.png
+share/wesnoth/images/icons/arrows/arrows_ornate_bottomright_25.png
+share/wesnoth/images/icons/arrows/arrows_ornate_bottomright_30-active.png
+share/wesnoth/images/icons/arrows/arrows_ornate_bottomright_30-pressed.png
+share/wesnoth/images/icons/arrows/arrows_ornate_bottomright_30.png
+share/wesnoth/images/icons/arrows/arrows_ornate_center_25-active.png
+share/wesnoth/images/icons/arrows/arrows_ornate_center_25-pressed.png
+share/wesnoth/images/icons/arrows/arrows_ornate_center_25.png
+share/wesnoth/images/icons/arrows/arrows_ornate_center_30-active.png
+share/wesnoth/images/icons/arrows/arrows_ornate_center_30-pressed.png
+share/wesnoth/images/icons/arrows/arrows_ornate_center_30.png
+share/wesnoth/images/icons/arrows/arrows_ornate_down_25-active.png
+share/wesnoth/images/icons/arrows/arrows_ornate_down_25-pressed.png
+share/wesnoth/images/icons/arrows/arrows_ornate_down_25.png
+share/wesnoth/images/icons/arrows/arrows_ornate_down_30-active.png
+share/wesnoth/images/icons/arrows/arrows_ornate_down_30-pressed.png
+share/wesnoth/images/icons/arrows/arrows_ornate_down_30.png
+share/wesnoth/images/icons/arrows/arrows_ornate_left_25-active.png
+share/wesnoth/images/icons/arrows/arrows_ornate_left_25-pressed.png
+share/wesnoth/images/icons/arrows/arrows_ornate_left_25.png
+share/wesnoth/images/icons/arrows/arrows_ornate_left_30-active.png
+share/wesnoth/images/icons/arrows/arrows_ornate_left_30-pressed.png
+share/wesnoth/images/icons/arrows/arrows_ornate_left_30.png
+share/wesnoth/images/icons/arrows/arrows_ornate_right_25-active.png
+share/wesnoth/images/icons/arrows/arrows_ornate_right_25-pressed.png
+share/wesnoth/images/icons/arrows/arrows_ornate_right_25.png
+share/wesnoth/images/icons/arrows/arrows_ornate_right_30-active.png
+share/wesnoth/images/icons/arrows/arrows_ornate_right_30-pressed.png
+share/wesnoth/images/icons/arrows/arrows_ornate_right_30.png
+share/wesnoth/images/icons/arrows/arrows_ornate_topleft_25-active.png
+share/wesnoth/images/icons/arrows/arrows_ornate_topleft_25-pressed.png
+share/wesnoth/images/icons/arrows/arrows_ornate_topleft_25.png
+share/wesnoth/images/icons/arrows/arrows_ornate_topleft_30-active.png
+share/wesnoth/images/icons/arrows/arrows_ornate_topleft_30-pressed.png
+share/wesnoth/images/icons/arrows/arrows_ornate_topleft_30.png
+share/wesnoth/images/icons/arrows/arrows_ornate_topright_25-active.png
+share/wesnoth/images/icons/arrows/arrows_ornate_topright_25-pressed.png
+share/wesnoth/images/icons/arrows/arrows_ornate_topright_25.png
+share/wesnoth/images/icons/arrows/arrows_ornate_topright_30-active.png
+share/wesnoth/images/icons/arrows/arrows_ornate_topright_30-pressed.png
+share/wesnoth/images/icons/arrows/arrows_ornate_topright_30.png
+share/wesnoth/images/icons/arrows/arrows_ornate_up_25-active.png
+share/wesnoth/images/icons/arrows/arrows_ornate_up_25-pressed.png
+share/wesnoth/images/icons/arrows/arrows_ornate_up_25.png
+share/wesnoth/images/icons/arrows/arrows_ornate_up_30-active.png
+share/wesnoth/images/icons/arrows/arrows_ornate_up_30-pressed.png
+share/wesnoth/images/icons/arrows/arrows_ornate_up_30.png
+share/wesnoth/images/icons/arrows/arrows_right_25-active.png
+share/wesnoth/images/icons/arrows/arrows_right_25-pressed.png
+share/wesnoth/images/icons/arrows/arrows_right_25.png
+share/wesnoth/images/icons/arrows/arrows_right_30-active.png
+share/wesnoth/images/icons/arrows/arrows_right_30-pressed.png
+share/wesnoth/images/icons/arrows/arrows_right_30.png
+share/wesnoth/images/icons/arrows/arrows_topleft_25-active.png
+share/wesnoth/images/icons/arrows/arrows_topleft_25-pressed.png
+share/wesnoth/images/icons/arrows/arrows_topleft_25.png
+share/wesnoth/images/icons/arrows/arrows_topleft_30-active.png
+share/wesnoth/images/icons/arrows/arrows_topleft_30-pressed.png
+share/wesnoth/images/icons/arrows/arrows_topleft_30.png
+share/wesnoth/images/icons/arrows/arrows_topright_25-active.png
+share/wesnoth/images/icons/arrows/arrows_topright_25-pressed.png
+share/wesnoth/images/icons/arrows/arrows_topright_25.png
+share/wesnoth/images/icons/arrows/arrows_topright_30-active.png
+share/wesnoth/images/icons/arrows/arrows_topright_30-pressed.png
+share/wesnoth/images/icons/arrows/arrows_topright_30.png
+share/wesnoth/images/icons/arrows/arrows_up_25-active.png
+share/wesnoth/images/icons/arrows/arrows_up_25-pressed.png
+share/wesnoth/images/icons/arrows/arrows_up_25.png
+share/wesnoth/images/icons/arrows/arrows_up_30-active.png
+share/wesnoth/images/icons/arrows/arrows_up_30-pressed.png
+share/wesnoth/images/icons/arrows/arrows_up_30.png
+share/wesnoth/images/icons/arrows/long_arrow_ornate_left-active.png
+share/wesnoth/images/icons/arrows/long_arrow_ornate_left-active@2x.png
+share/wesnoth/images/icons/arrows/long_arrow_ornate_left-pressed.png
+share/wesnoth/images/icons/arrows/long_arrow_ornate_left-pressed@2x.png
+share/wesnoth/images/icons/arrows/long_arrow_ornate_left.png
+share/wesnoth/images/icons/arrows/long_arrow_ornate_left@2x.png
+share/wesnoth/images/icons/arrows/long_arrow_ornate_right-active.png
+share/wesnoth/images/icons/arrows/long_arrow_ornate_right-active@2x.png
+share/wesnoth/images/icons/arrows/long_arrow_ornate_right-pressed.png
+share/wesnoth/images/icons/arrows/long_arrow_ornate_right-pressed@2x.png
+share/wesnoth/images/icons/arrows/long_arrow_ornate_right.png
+share/wesnoth/images/icons/arrows/long_arrow_ornate_right@2x.png
+share/wesnoth/images/icons/arrows/short_arrow_left_25-active.png
+share/wesnoth/images/icons/arrows/short_arrow_left_25-pressed.png
+share/wesnoth/images/icons/arrows/short_arrow_left_25.png
+share/wesnoth/images/icons/arrows/short_arrow_left_30-active.png
+share/wesnoth/images/icons/arrows/short_arrow_left_30-pressed.png
+share/wesnoth/images/icons/arrows/short_arrow_left_30.png
+share/wesnoth/images/icons/arrows/short_arrow_ornate_left_25-active.png
+share/wesnoth/images/icons/arrows/short_arrow_ornate_left_25-pressed.png
+share/wesnoth/images/icons/arrows/short_arrow_ornate_left_25.png
+share/wesnoth/images/icons/arrows/short_arrow_ornate_left_30-active.png
+share/wesnoth/images/icons/arrows/short_arrow_ornate_left_30-pressed.png
+share/wesnoth/images/icons/arrows/short_arrow_ornate_left_30.png
+share/wesnoth/images/icons/arrows/short_arrow_ornate_right_25-active.png
+share/wesnoth/images/icons/arrows/short_arrow_ornate_right_25-pressed.png
+share/wesnoth/images/icons/arrows/short_arrow_ornate_right_25.png
+share/wesnoth/images/icons/arrows/short_arrow_ornate_right_30-active.png
+share/wesnoth/images/icons/arrows/short_arrow_ornate_right_30-pressed.png
+share/wesnoth/images/icons/arrows/short_arrow_ornate_right_30.png
+share/wesnoth/images/icons/arrows/short_arrow_right_25-active.png
+share/wesnoth/images/icons/arrows/short_arrow_right_25-pressed.png
+share/wesnoth/images/icons/arrows/short_arrow_right_25.png
+share/wesnoth/images/icons/arrows/short_arrow_right_30-active.png
+share/wesnoth/images/icons/arrows/short_arrow_right_30-pressed.png
+share/wesnoth/images/icons/arrows/short_arrow_right_30.png
share/wesnoth/images/icons/icon-addon-delete.png
share/wesnoth/images/icons/icon-addon-publish.png
share/wesnoth/images/icons/icon-advanced.png
share/wesnoth/images/icons/icon-ai.png
share/wesnoth/images/icons/icon-display.png
+share/wesnoth/images/icons/icon-editor.png
+share/wesnoth/images/icons/icon-game.png
share/wesnoth/images/icons/icon-general.png
share/wesnoth/images/icons/icon-hostgame.png
share/wesnoth/images/icons/icon-hotseat.png
@@ -12349,9 +14114,243 @@ share/wesnoth/images/icons/icon-multiplayer.png
share/wesnoth/images/icons/icon-music.png
share/wesnoth/images/icons/icon-server.png
share/wesnoth/images/icons/icon-serverother.png
+share/wesnoth/images/icons/icon-titlescreen.png
share/wesnoth/images/icons/icons-abilities.png
share/wesnoth/images/icons/icons-numbers.png
share/wesnoth/images/icons/icons-resistances.png
+share/wesnoth/images/icons/items/item_misc_30-pressed.png
+share/wesnoth/images/icons/items/item_misc_30.png
+share/wesnoth/images/icons/items/item_scenery_30-pressed.png
+share/wesnoth/images/icons/items/item_scenery_30.png
+share/wesnoth/images/icons/profiles/ambush.png
+share/wesnoth/images/icons/profiles/arcane.png
+share/wesnoth/images/icons/profiles/backstab.png
+share/wesnoth/images/icons/profiles/berserk.png
+share/wesnoth/images/icons/profiles/blades.png
+share/wesnoth/images/icons/profiles/chaotic.png
+share/wesnoth/images/icons/profiles/charge.png
+share/wesnoth/images/icons/profiles/cold.png
+share/wesnoth/images/icons/profiles/concealment.png
+share/wesnoth/images/icons/profiles/cures.png
+share/wesnoth/images/icons/profiles/drain.png
+share/wesnoth/images/icons/profiles/fire.png
+share/wesnoth/images/icons/profiles/firststrike.png
+share/wesnoth/images/icons/profiles/heals_4.png
+share/wesnoth/images/icons/profiles/heals_8.png
+share/wesnoth/images/icons/profiles/illuminates.png
+share/wesnoth/images/icons/profiles/impact.png
+share/wesnoth/images/icons/profiles/lawful.png
+share/wesnoth/images/icons/profiles/leadership.png
+share/wesnoth/images/icons/profiles/liminal.png
+share/wesnoth/images/icons/profiles/local_tod.png
+share/wesnoth/images/icons/profiles/magical.png
+share/wesnoth/images/icons/profiles/marksman.png
+share/wesnoth/images/icons/profiles/melee_attack.png
+share/wesnoth/images/icons/profiles/neutral.png
+share/wesnoth/images/icons/profiles/nightstalk.png
+share/wesnoth/images/icons/profiles/petrify.png
+share/wesnoth/images/icons/profiles/pierce.png
+share/wesnoth/images/icons/profiles/plague.png
+share/wesnoth/images/icons/profiles/poison.png
+share/wesnoth/images/icons/profiles/ranged_attack.png
+share/wesnoth/images/icons/profiles/regenerates.png
+share/wesnoth/images/icons/profiles/skirmisher.png
+share/wesnoth/images/icons/profiles/slow.png
+share/wesnoth/images/icons/profiles/steadfast.png
+share/wesnoth/images/icons/profiles/submerge.png
+share/wesnoth/images/icons/profiles/swarm.png
+share/wesnoth/images/icons/profiles/teleport.png
+share/wesnoth/images/icons/profiles/terrain_defense.png
+share/wesnoth/images/icons/terrain/terrain_group_all_30-pressed.png
+share/wesnoth/images/icons/terrain/terrain_group_all_30.png
+share/wesnoth/images/icons/terrain/terrain_group_bridges_30-pressed.png
+share/wesnoth/images/icons/terrain/terrain_group_bridges_30.png
+share/wesnoth/images/icons/terrain/terrain_group_castle_30-pressed.png
+share/wesnoth/images/icons/terrain/terrain_group_castle_30.png
+share/wesnoth/images/icons/terrain/terrain_group_caves_30-pressed.png
+share/wesnoth/images/icons/terrain/terrain_group_caves_30.png
+share/wesnoth/images/icons/terrain/terrain_group_custom2_30-pressed.png
+share/wesnoth/images/icons/terrain/terrain_group_custom2_30.png
+share/wesnoth/images/icons/terrain/terrain_group_custom3_30-pressed.png
+share/wesnoth/images/icons/terrain/terrain_group_custom3_30.png
+share/wesnoth/images/icons/terrain/terrain_group_custom_04_30-pressed.png
+share/wesnoth/images/icons/terrain/terrain_group_custom_04_30.png
+share/wesnoth/images/icons/terrain/terrain_group_custom_30-pressed.png
+share/wesnoth/images/icons/terrain/terrain_group_custom_30.png
+share/wesnoth/images/icons/terrain/terrain_group_embellishments_30-pressed.png
+share/wesnoth/images/icons/terrain/terrain_group_embellishments_30.png
+share/wesnoth/images/icons/terrain/terrain_group_fall_30-pressed.png
+share/wesnoth/images/icons/terrain/terrain_group_fall_30.png
+share/wesnoth/images/icons/terrain/terrain_group_flat_30-pressed.png
+share/wesnoth/images/icons/terrain/terrain_group_flat_30.png
+share/wesnoth/images/icons/terrain/terrain_group_forest_30-pressed.png
+share/wesnoth/images/icons/terrain/terrain_group_forest_30.png
+share/wesnoth/images/icons/terrain/terrain_group_frozen_30-pressed.png
+share/wesnoth/images/icons/terrain/terrain_group_frozen_30.png
+share/wesnoth/images/icons/terrain/terrain_group_hills_30-pressed.png
+share/wesnoth/images/icons/terrain/terrain_group_hills_30.png
+share/wesnoth/images/icons/terrain/terrain_group_keep_30-pressed.png
+share/wesnoth/images/icons/terrain/terrain_group_keep_30.png
+share/wesnoth/images/icons/terrain/terrain_group_mainline_30-pressed.png
+share/wesnoth/images/icons/terrain/terrain_group_mainline_30.png
+share/wesnoth/images/icons/terrain/terrain_group_mountains_30-pressed.png
+share/wesnoth/images/icons/terrain/terrain_group_mountains_30.png
+share/wesnoth/images/icons/terrain/terrain_group_mushrooms_30-pressed.png
+share/wesnoth/images/icons/terrain/terrain_group_mushrooms_30.png
+share/wesnoth/images/icons/terrain/terrain_group_reef_30-pressed.png
+share/wesnoth/images/icons/terrain/terrain_group_reef_30.png
+share/wesnoth/images/icons/terrain/terrain_group_sand_30-pressed.png
+share/wesnoth/images/icons/terrain/terrain_group_sand_30.png
+share/wesnoth/images/icons/terrain/terrain_group_spring_30-pressed.png
+share/wesnoth/images/icons/terrain/terrain_group_spring_30.png
+share/wesnoth/images/icons/terrain/terrain_group_swamp_30-pressed.png
+share/wesnoth/images/icons/terrain/terrain_group_swamp_30.png
+share/wesnoth/images/icons/terrain/terrain_group_unwalkable_30-pressed.png
+share/wesnoth/images/icons/terrain/terrain_group_unwalkable_30.png
+share/wesnoth/images/icons/terrain/terrain_group_village_30-pressed.png
+share/wesnoth/images/icons/terrain/terrain_group_village_30.png
+share/wesnoth/images/icons/terrain/terrain_group_water_deep_30-pressed.png
+share/wesnoth/images/icons/terrain/terrain_group_water_deep_30.png
+share/wesnoth/images/icons/terrain/terrain_group_water_shallow_30-pressed.png
+share/wesnoth/images/icons/terrain/terrain_group_water_shallow_30.png
+share/wesnoth/images/icons/terrain/terrain_group_x_30-pressed.png
+share/wesnoth/images/icons/terrain/terrain_group_x_30.png
+share/wesnoth/images/icons/terrain/terrain_type_castle.png
+share/wesnoth/images/icons/terrain/terrain_type_castle_30.png
+share/wesnoth/images/icons/terrain/terrain_type_cave.png
+share/wesnoth/images/icons/terrain/terrain_type_cave_30.png
+share/wesnoth/images/icons/terrain/terrain_type_deep_water.png
+share/wesnoth/images/icons/terrain/terrain_type_deep_water_30.png
+share/wesnoth/images/icons/terrain/terrain_type_flat.png
+share/wesnoth/images/icons/terrain/terrain_type_flat_30.png
+share/wesnoth/images/icons/terrain/terrain_type_fog.png
+share/wesnoth/images/icons/terrain/terrain_type_fog_30.png
+share/wesnoth/images/icons/terrain/terrain_type_forest.png
+share/wesnoth/images/icons/terrain/terrain_type_forest_30.png
+share/wesnoth/images/icons/terrain/terrain_type_frozen.png
+share/wesnoth/images/icons/terrain/terrain_type_frozen_30.png
+share/wesnoth/images/icons/terrain/terrain_type_fungus.png
+share/wesnoth/images/icons/terrain/terrain_type_fungus_30.png
+share/wesnoth/images/icons/terrain/terrain_type_hills.png
+share/wesnoth/images/icons/terrain/terrain_type_hills_30.png
+share/wesnoth/images/icons/terrain/terrain_type_impassable.png
+share/wesnoth/images/icons/terrain/terrain_type_impassable_30.png
+share/wesnoth/images/icons/terrain/terrain_type_info.png
+share/wesnoth/images/icons/terrain/terrain_type_info_30.png
+share/wesnoth/images/icons/terrain/terrain_type_keep.png
+share/wesnoth/images/icons/terrain/terrain_type_keep_30.png
+share/wesnoth/images/icons/terrain/terrain_type_mountains.png
+share/wesnoth/images/icons/terrain/terrain_type_mountains_30.png
+share/wesnoth/images/icons/terrain/terrain_type_rails.png
+share/wesnoth/images/icons/terrain/terrain_type_rails_30.png
+share/wesnoth/images/icons/terrain/terrain_type_reef.png
+share/wesnoth/images/icons/terrain/terrain_type_reef_30.png
+share/wesnoth/images/icons/terrain/terrain_type_sand.png
+share/wesnoth/images/icons/terrain/terrain_type_sand_30.png
+share/wesnoth/images/icons/terrain/terrain_type_shallow_water.png
+share/wesnoth/images/icons/terrain/terrain_type_shallow_water_30.png
+share/wesnoth/images/icons/terrain/terrain_type_shroud.png
+share/wesnoth/images/icons/terrain/terrain_type_shroud_30.png
+share/wesnoth/images/icons/terrain/terrain_type_swamp_water.png
+share/wesnoth/images/icons/terrain/terrain_type_swamp_water_30.png
+share/wesnoth/images/icons/terrain/terrain_type_unwalkable.png
+share/wesnoth/images/icons/terrain/terrain_type_unwalkable_30.png
+share/wesnoth/images/icons/terrain/terrain_type_village.png
+share/wesnoth/images/icons/terrain/terrain_type_village_30.png
+share/wesnoth/images/icons/unit-groups/circle_30-pressed.png
+share/wesnoth/images/icons/unit-groups/circle_30.png
+share/wesnoth/images/icons/unit-groups/cross_30-pressed.png
+share/wesnoth/images/icons/unit-groups/cross_30.png
+share/wesnoth/images/icons/unit-groups/era_custom_01_30-pressed.png
+share/wesnoth/images/icons/unit-groups/era_custom_01_30.png
+share/wesnoth/images/icons/unit-groups/era_custom_02_30-pressed.png
+share/wesnoth/images/icons/unit-groups/era_custom_02_30.png
+share/wesnoth/images/icons/unit-groups/era_custom_03_30-pressed.png
+share/wesnoth/images/icons/unit-groups/era_custom_03_30.png
+share/wesnoth/images/icons/unit-groups/era_custom_04_30-pressed.png
+share/wesnoth/images/icons/unit-groups/era_custom_04_30.png
+share/wesnoth/images/icons/unit-groups/era_custom_05_30-pressed.png
+share/wesnoth/images/icons/unit-groups/era_custom_05_30.png
+share/wesnoth/images/icons/unit-groups/era_custom_06_30-pressed.png
+share/wesnoth/images/icons/unit-groups/era_custom_06_30.png
+share/wesnoth/images/icons/unit-groups/era_custom_07_30-pressed.png
+share/wesnoth/images/icons/unit-groups/era_custom_07_30.png
+share/wesnoth/images/icons/unit-groups/era_custom_08_30-pressed.png
+share/wesnoth/images/icons/unit-groups/era_custom_08_30.png
+share/wesnoth/images/icons/unit-groups/era_custom_09_30-pressed.png
+share/wesnoth/images/icons/unit-groups/era_custom_09_30.png
+share/wesnoth/images/icons/unit-groups/era_custom_10_30-pressed.png
+share/wesnoth/images/icons/unit-groups/era_custom_10_30.png
+share/wesnoth/images/icons/unit-groups/era_default_drakes_30-pressed.png
+share/wesnoth/images/icons/unit-groups/era_default_drakes_30.png
+share/wesnoth/images/icons/unit-groups/era_default_khalifate_30-pressed.png
+share/wesnoth/images/icons/unit-groups/era_default_khalifate_30.png
+share/wesnoth/images/icons/unit-groups/era_default_knalgan_alliance_30-pressed.png
+share/wesnoth/images/icons/unit-groups/era_default_knalgan_alliance_30.png
+share/wesnoth/images/icons/unit-groups/era_default_loyalists_30-pressed.png
+share/wesnoth/images/icons/unit-groups/era_default_loyalists_30.png
+share/wesnoth/images/icons/unit-groups/era_default_northerners1_30-pressed.png
+share/wesnoth/images/icons/unit-groups/era_default_northerners1_30.png
+share/wesnoth/images/icons/unit-groups/era_default_northerners2_30-pressed.png
+share/wesnoth/images/icons/unit-groups/era_default_northerners2_30.png
+share/wesnoth/images/icons/unit-groups/era_default_rebels_30-pressed.png
+share/wesnoth/images/icons/unit-groups/era_default_rebels_30.png
+share/wesnoth/images/icons/unit-groups/era_default_undead_30-pressed.png
+share/wesnoth/images/icons/unit-groups/era_default_undead_30.png
+share/wesnoth/images/icons/unit-groups/race_bats_30-pressed.png
+share/wesnoth/images/icons/unit-groups/race_bats_30.png
+share/wesnoth/images/icons/unit-groups/race_custom2_30-pressed.png
+share/wesnoth/images/icons/unit-groups/race_custom2_30.png
+share/wesnoth/images/icons/unit-groups/race_custom3_30-pressed.png
+share/wesnoth/images/icons/unit-groups/race_custom3_30.png
+share/wesnoth/images/icons/unit-groups/race_custom_30-pressed.png
+share/wesnoth/images/icons/unit-groups/race_custom_30.png
+share/wesnoth/images/icons/unit-groups/race_drake_30-pressed.png
+share/wesnoth/images/icons/unit-groups/race_drake_30.png
+share/wesnoth/images/icons/unit-groups/race_dwarf_30-pressed.png
+share/wesnoth/images/icons/unit-groups/race_dwarf_30.png
+share/wesnoth/images/icons/unit-groups/race_elf_30-pressed.png
+share/wesnoth/images/icons/unit-groups/race_elf_30.png
+share/wesnoth/images/icons/unit-groups/race_falcon_30-pressed.png
+share/wesnoth/images/icons/unit-groups/race_falcon_30.png
+share/wesnoth/images/icons/unit-groups/race_goblin_30-pressed.png
+share/wesnoth/images/icons/unit-groups/race_goblin_30.png
+share/wesnoth/images/icons/unit-groups/race_gryphon_30-pressed.png
+share/wesnoth/images/icons/unit-groups/race_gryphon_30.png
+share/wesnoth/images/icons/unit-groups/race_human_30-pressed.png
+share/wesnoth/images/icons/unit-groups/race_human_30.png
+share/wesnoth/images/icons/unit-groups/race_khalifate_30-pressed.png
+share/wesnoth/images/icons/unit-groups/race_khalifate_30.png
+share/wesnoth/images/icons/unit-groups/race_lizard_30-pressed.png
+share/wesnoth/images/icons/unit-groups/race_lizard_30.png
+share/wesnoth/images/icons/unit-groups/race_mechanical2_30-pressed.png
+share/wesnoth/images/icons/unit-groups/race_mechanical2_30.png
+share/wesnoth/images/icons/unit-groups/race_mechanical3_30-pressed.png
+share/wesnoth/images/icons/unit-groups/race_mechanical3_30.png
+share/wesnoth/images/icons/unit-groups/race_mechanical_30-pressed.png
+share/wesnoth/images/icons/unit-groups/race_mechanical_30.png
+share/wesnoth/images/icons/unit-groups/race_merman_30-pressed.png
+share/wesnoth/images/icons/unit-groups/race_merman_30.png
+share/wesnoth/images/icons/unit-groups/race_monster_30-pressed.png
+share/wesnoth/images/icons/unit-groups/race_monster_30.png
+share/wesnoth/images/icons/unit-groups/race_naga_30-pressed.png
+share/wesnoth/images/icons/unit-groups/race_naga_30.png
+share/wesnoth/images/icons/unit-groups/race_ogre_30-pressed.png
+share/wesnoth/images/icons/unit-groups/race_ogre_30.png
+share/wesnoth/images/icons/unit-groups/race_orc_30-pressed.png
+share/wesnoth/images/icons/unit-groups/race_orc_30.png
+share/wesnoth/images/icons/unit-groups/race_troll_30-pressed.png
+share/wesnoth/images/icons/unit-groups/race_troll_30.png
+share/wesnoth/images/icons/unit-groups/race_undead_30-pressed.png
+share/wesnoth/images/icons/unit-groups/race_undead_30.png
+share/wesnoth/images/icons/unit-groups/race_wolf_30-pressed.png
+share/wesnoth/images/icons/unit-groups/race_wolf_30.png
+share/wesnoth/images/icons/unit-groups/race_wose_30-pressed.png
+share/wesnoth/images/icons/unit-groups/race_wose_30.png
+share/wesnoth/images/icons/unit-groups/square_30-pressed.png
+share/wesnoth/images/icons/unit-groups/square_30.png
+share/wesnoth/images/icons/unit-groups/triangle_30-pressed.png
+share/wesnoth/images/icons/unit-groups/triangle_30.png
share/wesnoth/images/misc/attack-indicator-dst-n.png
share/wesnoth/images/misc/attack-indicator-dst-ne.png
share/wesnoth/images/misc/attack-indicator-dst-nw.png
@@ -12364,18 +14363,24 @@ 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/bar-energy-tinygui.png
share/wesnoth/images/misc/bar-energy.png
share/wesnoth/images/misc/blank.png
share/wesnoth/images/misc/capture.png
-share/wesnoth/images/misc/character-box.png
share/wesnoth/images/misc/ellipse-1.png
share/wesnoth/images/misc/ellipse-bottom.png
share/wesnoth/images/misc/ellipse-hero-bottom.png
+share/wesnoth/images/misc/ellipse-hero-nozoc-bottom.png
+share/wesnoth/images/misc/ellipse-hero-nozoc-selected-bottom.png
+share/wesnoth/images/misc/ellipse-hero-nozoc-selected-top.png
+share/wesnoth/images/misc/ellipse-hero-nozoc-top.png
share/wesnoth/images/misc/ellipse-hero-selected-bottom.png
share/wesnoth/images/misc/ellipse-hero-selected-top.png
share/wesnoth/images/misc/ellipse-hero-top.png
share/wesnoth/images/misc/ellipse-leader-bottom.png
+share/wesnoth/images/misc/ellipse-leader-nozoc-bottom.png
+share/wesnoth/images/misc/ellipse-leader-nozoc-selected-bottom.png
+share/wesnoth/images/misc/ellipse-leader-nozoc-selected-top.png
+share/wesnoth/images/misc/ellipse-leader-nozoc-top.png
share/wesnoth/images/misc/ellipse-leader-selected-bottom.png
share/wesnoth/images/misc/ellipse-leader-selected-top.png
share/wesnoth/images/misc/ellipse-leader-top.png
@@ -12391,13 +14396,16 @@ 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-enemy-bottom.png
+share/wesnoth/images/misc/hover-hex-enemy-top.png
share/wesnoth/images/misc/hover-hex-top.png
-share/wesnoth/images/misc/hover-hex-yours.png
+share/wesnoth/images/misc/hover-hex-yours-bottom.png
+share/wesnoth/images/misc/hover-hex-yours-top.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/jewel-tc.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
@@ -12410,67 +14418,38 @@ share/wesnoth/images/misc/l10n/nl/logo.png
share/wesnoth/images/misc/l10n/pt/logo.png
share/wesnoth/images/misc/l10n/sr/logo.png
share/wesnoth/images/misc/l10n/sr@latin/logo.png
+share/wesnoth/images/misc/l10n/vi/logo.png
share/wesnoth/images/misc/l10n/zh_CN/logo.png
+share/wesnoth/images/misc/leader-crown-alt.png
share/wesnoth/images/misc/leader-crown.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/map.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/orb.png
+share/wesnoth/images/misc/orb@2x.png
share/wesnoth/images/misc/petrified.png
share/wesnoth/images/misc/poisoned.png
-share/wesnoth/images/misc/selection-background.png
-share/wesnoth/images/misc/selection-border-botleft.png
-share/wesnoth/images/misc/selection-border-botright.png
-share/wesnoth/images/misc/selection-border-bottom.png
-share/wesnoth/images/misc/selection-border-left.png
-share/wesnoth/images/misc/selection-border-right.png
-share/wesnoth/images/misc/selection-border-top.png
-share/wesnoth/images/misc/selection-border-topleft.png
-share/wesnoth/images/misc/selection-border-topright.png
-share/wesnoth/images/misc/selection2-background.png
-share/wesnoth/images/misc/selection2-border-botleft.png
-share/wesnoth/images/misc/selection2-border-botright.png
-share/wesnoth/images/misc/selection2-border-bottom.png
-share/wesnoth/images/misc/selection2-border-left.png
-share/wesnoth/images/misc/selection2-border-right.png
-share/wesnoth/images/misc/selection2-border-top.png
-share/wesnoth/images/misc/selection2-border-topleft.png
-share/wesnoth/images/misc/selection2-border-topright.png
-share/wesnoth/images/misc/selection2_transparent-background.png
-share/wesnoth/images/misc/selection2_transparent-border-botleft.png
-share/wesnoth/images/misc/selection2_transparent-border-botright.png
-share/wesnoth/images/misc/selection2_transparent-border-bottom.png
-share/wesnoth/images/misc/selection2_transparent-border-left.png
-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/soundsource-heard-lrg.png
+share/wesnoth/images/misc/soundsource-heard.png
+share/wesnoth/images/misc/soundsource-source-lrg.png
+share/wesnoth/images/misc/soundsource-source.png
share/wesnoth/images/misc/status-friend.png
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/visibility.png
share/wesnoth/images/misc/waypoint.png
share/wesnoth/images/misc/zoc.png
-share/wesnoth/images/tools/.gitignore
share/wesnoth/images/tools/chasm-convex.png
share/wesnoth/images/tools/chasm-exploded-concave.png
-share/wesnoth/images/tools/exploder/.gitignore
share/wesnoth/images/tools/exploder/mask-castle-e.png
share/wesnoth/images/tools/exploder/mask-castle-ne.png
share/wesnoth/images/tools/exploder/mask-castle-nw.png
@@ -12504,6 +14483,7 @@ share/wesnoth/sounds/chat-highlight.ogg
share/wesnoth/sounds/checkbox.wav
share/wesnoth/sounds/contract.wav
share/wesnoth/sounds/expand.wav
+share/wesnoth/sounds/gamestart.ogg
share/wesnoth/sounds/join.wav
share/wesnoth/sounds/leave.wav
share/wesnoth/sounds/receive.wav
@@ -12511,6 +14491,7 @@ share/wesnoth/sounds/select-unit.wav
share/wesnoth/sounds/select.wav
share/wesnoth/sounds/slider.wav
share/wesnoth/sounds/timer.wav
+share/wesnoth/translations/af/LC_MESSAGES/wesnoth-ai.mo
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
@@ -12538,6 +14519,7 @@ 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-ai.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
@@ -12565,6 +14547,7 @@ 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-ai.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
@@ -12592,6 +14575,7 @@ 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-ai.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
@@ -12619,6 +14603,7 @@ share/wesnoth/translations/ar/LC_MESSAGES/wesnoth-tutorial.mo
share/wesnoth/translations/ar/LC_MESSAGES/wesnoth-units.mo
share/wesnoth/translations/ar/LC_MESSAGES/wesnoth-utbs.mo
share/wesnoth/translations/ar/LC_MESSAGES/wesnoth.mo
+share/wesnoth/translations/bg/LC_MESSAGES/wesnoth-ai.mo
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
@@ -12646,6 +14631,7 @@ share/wesnoth/translations/bg/LC_MESSAGES/wesnoth-tutorial.mo
share/wesnoth/translations/bg/LC_MESSAGES/wesnoth-units.mo
share/wesnoth/translations/bg/LC_MESSAGES/wesnoth-utbs.mo
share/wesnoth/translations/bg/LC_MESSAGES/wesnoth.mo
+share/wesnoth/translations/ca/LC_MESSAGES/wesnoth-ai.mo
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
@@ -12673,6 +14659,7 @@ share/wesnoth/translations/ca/LC_MESSAGES/wesnoth-tutorial.mo
share/wesnoth/translations/ca/LC_MESSAGES/wesnoth-units.mo
share/wesnoth/translations/ca/LC_MESSAGES/wesnoth-utbs.mo
share/wesnoth/translations/ca/LC_MESSAGES/wesnoth.mo
+share/wesnoth/translations/ca_ES@valencia/LC_MESSAGES/wesnoth-ai.mo
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
@@ -12700,6 +14687,7 @@ share/wesnoth/translations/ca_ES@valencia/LC_MESSAGES/wesnoth-tutorial.mo
share/wesnoth/translations/ca_ES@valencia/LC_MESSAGES/wesnoth-units.mo
share/wesnoth/translations/ca_ES@valencia/LC_MESSAGES/wesnoth-utbs.mo
share/wesnoth/translations/ca_ES@valencia/LC_MESSAGES/wesnoth.mo
+share/wesnoth/translations/cs/LC_MESSAGES/wesnoth-ai.mo
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
@@ -12727,6 +14715,7 @@ share/wesnoth/translations/cs/LC_MESSAGES/wesnoth-tutorial.mo
share/wesnoth/translations/cs/LC_MESSAGES/wesnoth-units.mo
share/wesnoth/translations/cs/LC_MESSAGES/wesnoth-utbs.mo
share/wesnoth/translations/cs/LC_MESSAGES/wesnoth.mo
+share/wesnoth/translations/da/LC_MESSAGES/wesnoth-ai.mo
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
@@ -12754,6 +14743,7 @@ share/wesnoth/translations/da/LC_MESSAGES/wesnoth-tutorial.mo
share/wesnoth/translations/da/LC_MESSAGES/wesnoth-units.mo
share/wesnoth/translations/da/LC_MESSAGES/wesnoth-utbs.mo
share/wesnoth/translations/da/LC_MESSAGES/wesnoth.mo
+share/wesnoth/translations/de/LC_MESSAGES/wesnoth-ai.mo
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
@@ -12781,6 +14771,7 @@ share/wesnoth/translations/de/LC_MESSAGES/wesnoth-tutorial.mo
share/wesnoth/translations/de/LC_MESSAGES/wesnoth-units.mo
share/wesnoth/translations/de/LC_MESSAGES/wesnoth-utbs.mo
share/wesnoth/translations/de/LC_MESSAGES/wesnoth.mo
+share/wesnoth/translations/el/LC_MESSAGES/wesnoth-ai.mo
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
@@ -12808,6 +14799,7 @@ share/wesnoth/translations/el/LC_MESSAGES/wesnoth-tutorial.mo
share/wesnoth/translations/el/LC_MESSAGES/wesnoth-units.mo
share/wesnoth/translations/el/LC_MESSAGES/wesnoth-utbs.mo
share/wesnoth/translations/el/LC_MESSAGES/wesnoth.mo
+share/wesnoth/translations/en@shaw/LC_MESSAGES/wesnoth-ai.mo
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
@@ -12835,6 +14827,7 @@ share/wesnoth/translations/en@shaw/LC_MESSAGES/wesnoth-tutorial.mo
share/wesnoth/translations/en@shaw/LC_MESSAGES/wesnoth-units.mo
share/wesnoth/translations/en@shaw/LC_MESSAGES/wesnoth-utbs.mo
share/wesnoth/translations/en@shaw/LC_MESSAGES/wesnoth.mo
+share/wesnoth/translations/en_GB/LC_MESSAGES/wesnoth-ai.mo
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
@@ -12862,6 +14855,7 @@ share/wesnoth/translations/en_GB/LC_MESSAGES/wesnoth-tutorial.mo
share/wesnoth/translations/en_GB/LC_MESSAGES/wesnoth-units.mo
share/wesnoth/translations/en_GB/LC_MESSAGES/wesnoth-utbs.mo
share/wesnoth/translations/en_GB/LC_MESSAGES/wesnoth.mo
+share/wesnoth/translations/eo/LC_MESSAGES/wesnoth-ai.mo
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
@@ -12889,6 +14883,7 @@ share/wesnoth/translations/eo/LC_MESSAGES/wesnoth-tutorial.mo
share/wesnoth/translations/eo/LC_MESSAGES/wesnoth-units.mo
share/wesnoth/translations/eo/LC_MESSAGES/wesnoth-utbs.mo
share/wesnoth/translations/eo/LC_MESSAGES/wesnoth.mo
+share/wesnoth/translations/es/LC_MESSAGES/wesnoth-ai.mo
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
@@ -12916,6 +14911,7 @@ share/wesnoth/translations/es/LC_MESSAGES/wesnoth-tutorial.mo
share/wesnoth/translations/es/LC_MESSAGES/wesnoth-units.mo
share/wesnoth/translations/es/LC_MESSAGES/wesnoth-utbs.mo
share/wesnoth/translations/es/LC_MESSAGES/wesnoth.mo
+share/wesnoth/translations/et/LC_MESSAGES/wesnoth-ai.mo
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
@@ -12943,6 +14939,7 @@ share/wesnoth/translations/et/LC_MESSAGES/wesnoth-tutorial.mo
share/wesnoth/translations/et/LC_MESSAGES/wesnoth-units.mo
share/wesnoth/translations/et/LC_MESSAGES/wesnoth-utbs.mo
share/wesnoth/translations/et/LC_MESSAGES/wesnoth.mo
+share/wesnoth/translations/eu/LC_MESSAGES/wesnoth-ai.mo
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
@@ -12970,6 +14967,7 @@ share/wesnoth/translations/eu/LC_MESSAGES/wesnoth-tutorial.mo
share/wesnoth/translations/eu/LC_MESSAGES/wesnoth-units.mo
share/wesnoth/translations/eu/LC_MESSAGES/wesnoth-utbs.mo
share/wesnoth/translations/eu/LC_MESSAGES/wesnoth.mo
+share/wesnoth/translations/fi/LC_MESSAGES/wesnoth-ai.mo
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
@@ -12997,6 +14995,7 @@ share/wesnoth/translations/fi/LC_MESSAGES/wesnoth-tutorial.mo
share/wesnoth/translations/fi/LC_MESSAGES/wesnoth-units.mo
share/wesnoth/translations/fi/LC_MESSAGES/wesnoth-utbs.mo
share/wesnoth/translations/fi/LC_MESSAGES/wesnoth.mo
+share/wesnoth/translations/fr/LC_MESSAGES/wesnoth-ai.mo
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
@@ -13024,6 +15023,7 @@ share/wesnoth/translations/fr/LC_MESSAGES/wesnoth-tutorial.mo
share/wesnoth/translations/fr/LC_MESSAGES/wesnoth-units.mo
share/wesnoth/translations/fr/LC_MESSAGES/wesnoth-utbs.mo
share/wesnoth/translations/fr/LC_MESSAGES/wesnoth.mo
+share/wesnoth/translations/fur_IT/LC_MESSAGES/wesnoth-ai.mo
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
@@ -13051,6 +15051,7 @@ 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-ai.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
@@ -13078,6 +15079,7 @@ 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/gd/LC_MESSAGES/wesnoth-ai.mo
share/wesnoth/translations/gd/LC_MESSAGES/wesnoth-anl.mo
share/wesnoth/translations/gd/LC_MESSAGES/wesnoth-aoi.mo
share/wesnoth/translations/gd/LC_MESSAGES/wesnoth-did.mo
@@ -13105,6 +15107,7 @@ share/wesnoth/translations/gd/LC_MESSAGES/wesnoth-tutorial.mo
share/wesnoth/translations/gd/LC_MESSAGES/wesnoth-units.mo
share/wesnoth/translations/gd/LC_MESSAGES/wesnoth-utbs.mo
share/wesnoth/translations/gd/LC_MESSAGES/wesnoth.mo
+share/wesnoth/translations/gl/LC_MESSAGES/wesnoth-ai.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
@@ -13132,6 +15135,7 @@ share/wesnoth/translations/gl/LC_MESSAGES/wesnoth-tutorial.mo
share/wesnoth/translations/gl/LC_MESSAGES/wesnoth-units.mo
share/wesnoth/translations/gl/LC_MESSAGES/wesnoth-utbs.mo
share/wesnoth/translations/gl/LC_MESSAGES/wesnoth.mo
+share/wesnoth/translations/he/LC_MESSAGES/wesnoth-ai.mo
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
@@ -13159,6 +15163,7 @@ share/wesnoth/translations/he/LC_MESSAGES/wesnoth-tutorial.mo
share/wesnoth/translations/he/LC_MESSAGES/wesnoth-units.mo
share/wesnoth/translations/he/LC_MESSAGES/wesnoth-utbs.mo
share/wesnoth/translations/he/LC_MESSAGES/wesnoth.mo
+share/wesnoth/translations/hr/LC_MESSAGES/wesnoth-ai.mo
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
@@ -13186,6 +15191,7 @@ share/wesnoth/translations/hr/LC_MESSAGES/wesnoth-tutorial.mo
share/wesnoth/translations/hr/LC_MESSAGES/wesnoth-units.mo
share/wesnoth/translations/hr/LC_MESSAGES/wesnoth-utbs.mo
share/wesnoth/translations/hr/LC_MESSAGES/wesnoth.mo
+share/wesnoth/translations/hu/LC_MESSAGES/wesnoth-ai.mo
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
@@ -13213,6 +15219,7 @@ share/wesnoth/translations/hu/LC_MESSAGES/wesnoth-tutorial.mo
share/wesnoth/translations/hu/LC_MESSAGES/wesnoth-units.mo
share/wesnoth/translations/hu/LC_MESSAGES/wesnoth-utbs.mo
share/wesnoth/translations/hu/LC_MESSAGES/wesnoth.mo
+share/wesnoth/translations/id/LC_MESSAGES/wesnoth-ai.mo
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
@@ -13240,6 +15247,7 @@ share/wesnoth/translations/id/LC_MESSAGES/wesnoth-tutorial.mo
share/wesnoth/translations/id/LC_MESSAGES/wesnoth-units.mo
share/wesnoth/translations/id/LC_MESSAGES/wesnoth-utbs.mo
share/wesnoth/translations/id/LC_MESSAGES/wesnoth.mo
+share/wesnoth/translations/is/LC_MESSAGES/wesnoth-ai.mo
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
@@ -13267,6 +15275,7 @@ share/wesnoth/translations/is/LC_MESSAGES/wesnoth-tutorial.mo
share/wesnoth/translations/is/LC_MESSAGES/wesnoth-units.mo
share/wesnoth/translations/is/LC_MESSAGES/wesnoth-utbs.mo
share/wesnoth/translations/is/LC_MESSAGES/wesnoth.mo
+share/wesnoth/translations/it/LC_MESSAGES/wesnoth-ai.mo
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
@@ -13294,6 +15303,7 @@ share/wesnoth/translations/it/LC_MESSAGES/wesnoth-tutorial.mo
share/wesnoth/translations/it/LC_MESSAGES/wesnoth-units.mo
share/wesnoth/translations/it/LC_MESSAGES/wesnoth-utbs.mo
share/wesnoth/translations/it/LC_MESSAGES/wesnoth.mo
+share/wesnoth/translations/ja/LC_MESSAGES/wesnoth-ai.mo
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
@@ -13321,6 +15331,7 @@ share/wesnoth/translations/ja/LC_MESSAGES/wesnoth-tutorial.mo
share/wesnoth/translations/ja/LC_MESSAGES/wesnoth-units.mo
share/wesnoth/translations/ja/LC_MESSAGES/wesnoth-utbs.mo
share/wesnoth/translations/ja/LC_MESSAGES/wesnoth.mo
+share/wesnoth/translations/ko/LC_MESSAGES/wesnoth-ai.mo
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
@@ -13348,6 +15359,7 @@ share/wesnoth/translations/ko/LC_MESSAGES/wesnoth-tutorial.mo
share/wesnoth/translations/ko/LC_MESSAGES/wesnoth-units.mo
share/wesnoth/translations/ko/LC_MESSAGES/wesnoth-utbs.mo
share/wesnoth/translations/ko/LC_MESSAGES/wesnoth.mo
+share/wesnoth/translations/la/LC_MESSAGES/wesnoth-ai.mo
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
@@ -13375,6 +15387,7 @@ share/wesnoth/translations/la/LC_MESSAGES/wesnoth-tutorial.mo
share/wesnoth/translations/la/LC_MESSAGES/wesnoth-units.mo
share/wesnoth/translations/la/LC_MESSAGES/wesnoth-utbs.mo
share/wesnoth/translations/la/LC_MESSAGES/wesnoth.mo
+share/wesnoth/translations/lt/LC_MESSAGES/wesnoth-ai.mo
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
@@ -13402,6 +15415,7 @@ share/wesnoth/translations/lt/LC_MESSAGES/wesnoth-tutorial.mo
share/wesnoth/translations/lt/LC_MESSAGES/wesnoth-units.mo
share/wesnoth/translations/lt/LC_MESSAGES/wesnoth-utbs.mo
share/wesnoth/translations/lt/LC_MESSAGES/wesnoth.mo
+share/wesnoth/translations/lv/LC_MESSAGES/wesnoth-ai.mo
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
@@ -13429,6 +15443,7 @@ share/wesnoth/translations/lv/LC_MESSAGES/wesnoth-tutorial.mo
share/wesnoth/translations/lv/LC_MESSAGES/wesnoth-units.mo
share/wesnoth/translations/lv/LC_MESSAGES/wesnoth-utbs.mo
share/wesnoth/translations/lv/LC_MESSAGES/wesnoth.mo
+share/wesnoth/translations/mk/LC_MESSAGES/wesnoth-ai.mo
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
@@ -13456,6 +15471,7 @@ share/wesnoth/translations/mk/LC_MESSAGES/wesnoth-tutorial.mo
share/wesnoth/translations/mk/LC_MESSAGES/wesnoth-units.mo
share/wesnoth/translations/mk/LC_MESSAGES/wesnoth-utbs.mo
share/wesnoth/translations/mk/LC_MESSAGES/wesnoth.mo
+share/wesnoth/translations/mr/LC_MESSAGES/wesnoth-ai.mo
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
@@ -13483,6 +15499,7 @@ share/wesnoth/translations/mr/LC_MESSAGES/wesnoth-tutorial.mo
share/wesnoth/translations/mr/LC_MESSAGES/wesnoth-units.mo
share/wesnoth/translations/mr/LC_MESSAGES/wesnoth-utbs.mo
share/wesnoth/translations/mr/LC_MESSAGES/wesnoth.mo
+share/wesnoth/translations/nb_NO/LC_MESSAGES/wesnoth-ai.mo
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
@@ -13510,6 +15527,7 @@ share/wesnoth/translations/nb_NO/LC_MESSAGES/wesnoth-tutorial.mo
share/wesnoth/translations/nb_NO/LC_MESSAGES/wesnoth-units.mo
share/wesnoth/translations/nb_NO/LC_MESSAGES/wesnoth-utbs.mo
share/wesnoth/translations/nb_NO/LC_MESSAGES/wesnoth.mo
+share/wesnoth/translations/nl/LC_MESSAGES/wesnoth-ai.mo
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
@@ -13537,6 +15555,7 @@ share/wesnoth/translations/nl/LC_MESSAGES/wesnoth-tutorial.mo
share/wesnoth/translations/nl/LC_MESSAGES/wesnoth-units.mo
share/wesnoth/translations/nl/LC_MESSAGES/wesnoth-utbs.mo
share/wesnoth/translations/nl/LC_MESSAGES/wesnoth.mo
+share/wesnoth/translations/pl/LC_MESSAGES/wesnoth-ai.mo
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
@@ -13564,6 +15583,7 @@ share/wesnoth/translations/pl/LC_MESSAGES/wesnoth-tutorial.mo
share/wesnoth/translations/pl/LC_MESSAGES/wesnoth-units.mo
share/wesnoth/translations/pl/LC_MESSAGES/wesnoth-utbs.mo
share/wesnoth/translations/pl/LC_MESSAGES/wesnoth.mo
+share/wesnoth/translations/pt/LC_MESSAGES/wesnoth-ai.mo
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
@@ -13591,6 +15611,7 @@ share/wesnoth/translations/pt/LC_MESSAGES/wesnoth-tutorial.mo
share/wesnoth/translations/pt/LC_MESSAGES/wesnoth-units.mo
share/wesnoth/translations/pt/LC_MESSAGES/wesnoth-utbs.mo
share/wesnoth/translations/pt/LC_MESSAGES/wesnoth.mo
+share/wesnoth/translations/pt_BR/LC_MESSAGES/wesnoth-ai.mo
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
@@ -13618,6 +15639,7 @@ share/wesnoth/translations/pt_BR/LC_MESSAGES/wesnoth-tutorial.mo
share/wesnoth/translations/pt_BR/LC_MESSAGES/wesnoth-units.mo
share/wesnoth/translations/pt_BR/LC_MESSAGES/wesnoth-utbs.mo
share/wesnoth/translations/pt_BR/LC_MESSAGES/wesnoth.mo
+share/wesnoth/translations/racv/LC_MESSAGES/wesnoth-ai.mo
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
@@ -13645,6 +15667,7 @@ share/wesnoth/translations/racv/LC_MESSAGES/wesnoth-tutorial.mo
share/wesnoth/translations/racv/LC_MESSAGES/wesnoth-units.mo
share/wesnoth/translations/racv/LC_MESSAGES/wesnoth-utbs.mo
share/wesnoth/translations/racv/LC_MESSAGES/wesnoth.mo
+share/wesnoth/translations/ro/LC_MESSAGES/wesnoth-ai.mo
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
@@ -13672,6 +15695,7 @@ share/wesnoth/translations/ro/LC_MESSAGES/wesnoth-tutorial.mo
share/wesnoth/translations/ro/LC_MESSAGES/wesnoth-units.mo
share/wesnoth/translations/ro/LC_MESSAGES/wesnoth-utbs.mo
share/wesnoth/translations/ro/LC_MESSAGES/wesnoth.mo
+share/wesnoth/translations/ru/LC_MESSAGES/wesnoth-ai.mo
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
@@ -13699,6 +15723,7 @@ share/wesnoth/translations/ru/LC_MESSAGES/wesnoth-tutorial.mo
share/wesnoth/translations/ru/LC_MESSAGES/wesnoth-units.mo
share/wesnoth/translations/ru/LC_MESSAGES/wesnoth-utbs.mo
share/wesnoth/translations/ru/LC_MESSAGES/wesnoth.mo
+share/wesnoth/translations/sk/LC_MESSAGES/wesnoth-ai.mo
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
@@ -13726,6 +15751,7 @@ share/wesnoth/translations/sk/LC_MESSAGES/wesnoth-tutorial.mo
share/wesnoth/translations/sk/LC_MESSAGES/wesnoth-units.mo
share/wesnoth/translations/sk/LC_MESSAGES/wesnoth-utbs.mo
share/wesnoth/translations/sk/LC_MESSAGES/wesnoth.mo
+share/wesnoth/translations/sl/LC_MESSAGES/wesnoth-ai.mo
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
@@ -13753,6 +15779,7 @@ share/wesnoth/translations/sl/LC_MESSAGES/wesnoth-tutorial.mo
share/wesnoth/translations/sl/LC_MESSAGES/wesnoth-units.mo
share/wesnoth/translations/sl/LC_MESSAGES/wesnoth-utbs.mo
share/wesnoth/translations/sl/LC_MESSAGES/wesnoth.mo
+share/wesnoth/translations/sr/LC_MESSAGES/wesnoth-ai.mo
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
@@ -13780,6 +15807,7 @@ share/wesnoth/translations/sr/LC_MESSAGES/wesnoth-tutorial.mo
share/wesnoth/translations/sr/LC_MESSAGES/wesnoth-units.mo
share/wesnoth/translations/sr/LC_MESSAGES/wesnoth-utbs.mo
share/wesnoth/translations/sr/LC_MESSAGES/wesnoth.mo
+share/wesnoth/translations/sr@ijekavian/LC_MESSAGES/wesnoth-ai.mo
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
@@ -13807,6 +15835,7 @@ share/wesnoth/translations/sr@ijekavian/LC_MESSAGES/wesnoth-tutorial.mo
share/wesnoth/translations/sr@ijekavian/LC_MESSAGES/wesnoth-units.mo
share/wesnoth/translations/sr@ijekavian/LC_MESSAGES/wesnoth-utbs.mo
share/wesnoth/translations/sr@ijekavian/LC_MESSAGES/wesnoth.mo
+share/wesnoth/translations/sr@ijekavianlatin/LC_MESSAGES/wesnoth-ai.mo
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
@@ -13834,6 +15863,7 @@ share/wesnoth/translations/sr@ijekavianlatin/LC_MESSAGES/wesnoth-tutorial.mo
share/wesnoth/translations/sr@ijekavianlatin/LC_MESSAGES/wesnoth-units.mo
share/wesnoth/translations/sr@ijekavianlatin/LC_MESSAGES/wesnoth-utbs.mo
share/wesnoth/translations/sr@ijekavianlatin/LC_MESSAGES/wesnoth.mo
+share/wesnoth/translations/sr@latin/LC_MESSAGES/wesnoth-ai.mo
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
@@ -13861,6 +15891,7 @@ share/wesnoth/translations/sr@latin/LC_MESSAGES/wesnoth-tutorial.mo
share/wesnoth/translations/sr@latin/LC_MESSAGES/wesnoth-units.mo
share/wesnoth/translations/sr@latin/LC_MESSAGES/wesnoth-utbs.mo
share/wesnoth/translations/sr@latin/LC_MESSAGES/wesnoth.mo
+share/wesnoth/translations/sv/LC_MESSAGES/wesnoth-ai.mo
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
@@ -13888,6 +15919,7 @@ share/wesnoth/translations/sv/LC_MESSAGES/wesnoth-tutorial.mo
share/wesnoth/translations/sv/LC_MESSAGES/wesnoth-units.mo
share/wesnoth/translations/sv/LC_MESSAGES/wesnoth-utbs.mo
share/wesnoth/translations/sv/LC_MESSAGES/wesnoth.mo
+share/wesnoth/translations/tl/LC_MESSAGES/wesnoth-ai.mo
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
@@ -13915,6 +15947,7 @@ share/wesnoth/translations/tl/LC_MESSAGES/wesnoth-tutorial.mo
share/wesnoth/translations/tl/LC_MESSAGES/wesnoth-units.mo
share/wesnoth/translations/tl/LC_MESSAGES/wesnoth-utbs.mo
share/wesnoth/translations/tl/LC_MESSAGES/wesnoth.mo
+share/wesnoth/translations/tr/LC_MESSAGES/wesnoth-ai.mo
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
@@ -13942,6 +15975,7 @@ 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-ai.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
@@ -13969,6 +16003,7 @@ 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-ai.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
@@ -13996,6 +16031,7 @@ share/wesnoth/translations/vi/LC_MESSAGES/wesnoth-tutorial.mo
share/wesnoth/translations/vi/LC_MESSAGES/wesnoth-units.mo
share/wesnoth/translations/vi/LC_MESSAGES/wesnoth-utbs.mo
share/wesnoth/translations/vi/LC_MESSAGES/wesnoth.mo
+share/wesnoth/translations/zh_CN/LC_MESSAGES/wesnoth-ai.mo
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
@@ -14023,6 +16059,7 @@ share/wesnoth/translations/zh_CN/LC_MESSAGES/wesnoth-tutorial.mo
share/wesnoth/translations/zh_CN/LC_MESSAGES/wesnoth-units.mo
share/wesnoth/translations/zh_CN/LC_MESSAGES/wesnoth-utbs.mo
share/wesnoth/translations/zh_CN/LC_MESSAGES/wesnoth.mo
+share/wesnoth/translations/zh_TW/LC_MESSAGES/wesnoth-ai.mo
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
diff --git a/games/wesnoth/distinfo b/games/wesnoth/distinfo
index c32ab0b459e..4f3c147cae5 100644
--- a/games/wesnoth/distinfo
+++ b/games/wesnoth/distinfo
@@ -1,11 +1,13 @@
-$NetBSD: distinfo,v 1.51 2014/10/28 13:17:32 wiz Exp $
+$NetBSD: distinfo,v 1.52 2015/03/10 05:16:28 mef Exp $
-SHA1 (wesnoth-1.10.7.tar.bz2) = 86e329585244c377a1863f64dd534bc7bbcc7acf
-RMD160 (wesnoth-1.10.7.tar.bz2) = 0d4b320833957fe67a9b5967083068a9d33b5889
-Size (wesnoth-1.10.7.tar.bz2) = 347431490 bytes
+SHA1 (wesnoth-1.12.1.tar.bz2) = 081f0d839ccbd011a672ba7e134431a32eb8791c
+RMD160 (wesnoth-1.12.1.tar.bz2) = 961689d065a5f5c0076673e8028305e3dcc8e5b2
+Size (wesnoth-1.12.1.tar.bz2) = 384386961 bytes
SHA1 (patch-CMakeLists.txt) = 1f17a95793db0d311508f1ff93f9aacedc7782f9
-SHA1 (patch-ae) = 9e0ee531c33da80565791d81f716b313fa85af18
-SHA1 (patch-af) = ea79f12c5bc44927a7a677a830cdd00a130501db
+SHA1 (patch-ae) = 17c9f08bbe2aeb12771fc1c3430b1cf84ee75e15
+SHA1 (patch-af) = ed3ef2d26a33b87e42e8c820c669315b81bf7938
SHA1 (patch-ah) = b63017ae43c4748aced31ab64dc141682e535ff2
-SHA1 (patch-src_construct__dialog.hpp) = cc049d26256b7103348dd263d3477b623dd5dbb6
-SHA1 (patch-src_filechooser.cpp) = e92c2553470ae3d73fe24f4ecefbaefb5d7b5cdd
+SHA1 (patch-data_tools_addon__manager_html_py) = 5cacb24b3441916d3e8832f9d9a6e96d2e1c63a8
+SHA1 (patch-data_tools_castle-clutter_mk_all-castles_sh) = 0c05566e6cf361199031d2104608e5e78e807a9e
+SHA1 (patch-data_tools_unit__tree_helpers_py) = 79de075b33eb7d6d30a8d69635de7f48c19a8c30
+SHA1 (patch-data_tools_wesnoth_campaignserver__client_py) = b7591e23b4c049ee22e080ea20160d82dd631722
diff --git a/games/wesnoth/patches/patch-ae b/games/wesnoth/patches/patch-ae
index 86baf143909..255688f42d5 100644
--- a/games/wesnoth/patches/patch-ae
+++ b/games/wesnoth/patches/patch-ae
@@ -1,4 +1,6 @@
-$NetBSD: patch-ae,v 1.6 2010/08/28 20:08:40 adam Exp $
+$NetBSD: patch-ae,v 1.7 2015/03/10 05:16:28 mef Exp $
+
+Make it build on FreeBSD and DragonFly
--- src/network_worker.cpp.orig 2010-01-01 13:16:49.000000000 +0000
+++ src/network_worker.cpp
diff --git a/games/wesnoth/patches/patch-af b/games/wesnoth/patches/patch-af
index 57864b43dd4..1d1d3413a57 100644
--- a/games/wesnoth/patches/patch-af
+++ b/games/wesnoth/patches/patch-af
@@ -1,12 +1,12 @@
-$NetBSD: patch-af,v 1.6 2013/08/30 08:14:42 obache Exp $
+$NetBSD: patch-af,v 1.7 2015/03/10 05:16:28 mef Exp $
---- src/preferences.cpp.orig 2013-02-10 09:52:18.000000000 +0000
-+++ src/preferences.cpp
-@@ -33,6 +33,7 @@
- #include "serialization/parser.hpp"
+--- src/preferences.cpp.orig 2015-01-24 06:21:14.000000000 +0900
++++ src/preferences.cpp 2015-03-10 00:48:59.000000000 +0900
+@@ -32,6 +32,7 @@
+ #include "util.hpp"
#include <sys/stat.h> // for setting the permissions of the preferences file
+#include <unistd.h>
+ #include <boost/concept_check.hpp>
static lg::log_domain log_config("config");
- #define ERR_CFG LOG_STREAM(err , log_config)
diff --git a/games/wesnoth/patches/patch-data_tools_addon__manager_html_py b/games/wesnoth/patches/patch-data_tools_addon__manager_html_py
new file mode 100644
index 00000000000..47217a49cb0
--- /dev/null
+++ b/games/wesnoth/patches/patch-data_tools_addon__manager_html_py
@@ -0,0 +1,11 @@
+$NetBSD: patch-data_tools_addon__manager_html_py,v 1.1 2015/03/10 05:16:28 mef Exp $
+
+Add shebang (to match REPLACE.python.old= .*python[^ ]*)
+
+--- data/tools/addon_manager/html.py~ 2015-01-24 06:21:14.000000000 +0900
++++ data/tools/addon_manager/html.py 2015-03-10 11:09:19.000000000 +0900
+@@ -1,3 +1,4 @@
++#!@python@
+ # encoding: utf8
+ import time, os, glob, sys, re
+ from subprocess import Popen
diff --git a/games/wesnoth/patches/patch-data_tools_castle-clutter_mk_all-castles_sh b/games/wesnoth/patches/patch-data_tools_castle-clutter_mk_all-castles_sh
new file mode 100644
index 00000000000..966985fe853
--- /dev/null
+++ b/games/wesnoth/patches/patch-data_tools_castle-clutter_mk_all-castles_sh
@@ -0,0 +1,12 @@
+$NetBSD: patch-data_tools_castle-clutter_mk_all-castles_sh,v 1.1 2015/03/10 05:16:28 mef Exp $
+
+Add missing ! on shebang line (to be processed by REPLACE_BASH)
+
+--- data/tools/castle-cutter/mk-all-castles.sh~ 2015-01-24 06:21:14.000000000 +0900
++++ data/tools/castle-cutter/mk-all-castles.sh 2015-03-10 12:39:34.000000000 +0900
+@@ -1,4 +1,4 @@
+-#/bin/bash
++#!/bin/bash
+
+ ./mk-castle.sh -b castle -c cutout.png -o castle -t castle-walls.tmpl castle.png
+
diff --git a/games/wesnoth/patches/patch-data_tools_unit__tree_helpers_py b/games/wesnoth/patches/patch-data_tools_unit__tree_helpers_py
new file mode 100644
index 00000000000..d544cad3df9
--- /dev/null
+++ b/games/wesnoth/patches/patch-data_tools_unit__tree_helpers_py
@@ -0,0 +1,11 @@
+$NetBSD: patch-data_tools_unit__tree_helpers_py,v 1.1 2015/03/10 05:16:28 mef Exp $
+
+Add shebang (to match REPLACE.python.old= .*python[^ ]*)
+
+--- data/tools/unit_tree/helpers.py~ 2015-01-24 06:21:14.000000000 +0900
++++ data/tools/unit_tree/helpers.py 2015-03-10 12:15:24.000000000 +0900
+@@ -1,3 +1,4 @@
++#!@python
+ """
+ Various helpers for use by the wmlunits tool.
+ """
diff --git a/games/wesnoth/patches/patch-data_tools_wesnoth_campaignserver__client_py b/games/wesnoth/patches/patch-data_tools_wesnoth_campaignserver__client_py
new file mode 100644
index 00000000000..20e665b760c
--- /dev/null
+++ b/games/wesnoth/patches/patch-data_tools_wesnoth_campaignserver__client_py
@@ -0,0 +1,11 @@
+$NetBSD: patch-data_tools_wesnoth_campaignserver__client_py,v 1.1 2015/03/10 05:16:28 mef Exp $
+
+Add shebang (to match REPLACE.python.old= .*python[^ ]*)
+
+--- data/tools/wesnoth/campaignserver_client.py~ 2015-03-10 10:48:54.000000000 +0900
++++ data/tools/wesnoth/campaignserver_client.py 2015-03-10 11:15:44.000000000 +0900
+@@ -1,3 +1,4 @@
++#!@/python@
+ import gzip, zlib, StringIO
+ import socket, struct, glob, sys, shutil, threading, os, fnmatch
+ import wesnoth.wmldata as wmldata
diff --git a/games/wesnoth/patches/patch-src_construct__dialog.hpp b/games/wesnoth/patches/patch-src_construct__dialog.hpp
deleted file mode 100644
index a5a4bf430bb..00000000000
--- a/games/wesnoth/patches/patch-src_construct__dialog.hpp
+++ /dev/null
@@ -1,21 +0,0 @@
-$NetBSD: patch-src_construct__dialog.hpp,v 1.2 2013/08/30 08:14:42 obache Exp $
-
-The key argument of std::map must not be const as it can't be assigned
-internally otherwise.
-
---- src/construct_dialog.hpp.orig 2013-06-13 20:18:13.000000000 +0000
-+++ src/construct_dialog.hpp
-@@ -190,11 +190,11 @@ public:
- int x, y;
- SDL_Rect interior, message, textbox;
- unsigned int menu_width;
-- std::map<preview_pane *const, SDL_Rect > panes;
-+ std::map<preview_pane *, SDL_Rect > panes;
- int label_x, label_y;
- int menu_x, menu_y, menu_height;
- int image_x, image_y, caption_x, caption_y;
-- std::map<dialog_button *const, std::pair<int,int> > buttons;
-+ std::map<dialog_button *, std::pair<int,int> > buttons;
- //use get_frame().get_layout() to check frame dimensions
- };
- typedef dialog_frame::style style;
diff --git a/games/wesnoth/patches/patch-src_filechooser.cpp b/games/wesnoth/patches/patch-src_filechooser.cpp
deleted file mode 100644
index 722f0fb638f..00000000000
--- a/games/wesnoth/patches/patch-src_filechooser.cpp
+++ /dev/null
@@ -1,16 +0,0 @@
-$NetBSD: patch-src_filechooser.cpp,v 1.2 2013/08/30 08:14:42 obache Exp $
-
-The key argument of std::map must not be const as it can't be assigned
-internally otherwise.
-
---- src/filechooser.cpp.orig 2013-06-13 20:21:52.000000000 +0000
-+++ src/filechooser.cpp
-@@ -96,7 +96,7 @@ gui::dialog::dimension_measurements file
- //shift the extra buttons up
- if (show_directory_buttons_)
- {
-- std::map<gui::dialog_button *const, std::pair<int,int> >::iterator i;
-+ std::map<gui::dialog_button *, std::pair<int,int> >::iterator i;
- for(i = dim.buttons.begin(); i != dim.buttons.end(); ++i)
- {
- const int btn_h = i->first->height();