Fri Jun 25 10:38:01 2021 UTC ()
wesnoth: updated to 1.14.17

Version 1.14.17
Translations
* Updated translations: British English, Chinese (Traditional), Czech, Dutch, Indonesian, Italian, Japanese, Portuguese (Brazil), Scottish Gaelic, Spanish
Miscellaneous and Bug Fixes
* Fixed an intermittent crash on the loading screen
* Made GUI.pyw compatible with Python 3.9.
* AI: fixed crash when using custom_synced_commands


(adam)
diff -r1.170 -r1.171 pkgsrc/games/wesnoth/Makefile
diff -r1.58 -r1.59 pkgsrc/games/wesnoth/PLIST
diff -r1.75 -r1.76 pkgsrc/games/wesnoth/distinfo

cvs diff -r1.170 -r1.171 pkgsrc/games/wesnoth/Makefile (switch to unified diff)

--- pkgsrc/games/wesnoth/Makefile 2021/05/24 19:52:17 1.170
+++ pkgsrc/games/wesnoth/Makefile 2021/06/25 10:38:01 1.171
@@ -1,81 +1,80 @@ @@ -1,81 +1,80 @@
1# $NetBSD: Makefile,v 1.170 2021/05/24 19:52:17 wiz Exp $ 1# $NetBSD: Makefile,v 1.171 2021/06/25 10:38:01 adam Exp $
2 2
3DISTNAME= wesnoth-1.14.16 3DISTNAME= wesnoth-1.14.17
4PKGREVISION= 2 
5CATEGORIES= games 4CATEGORIES= games
6MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=wesnoth/} 5MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=wesnoth/}
7EXTRACT_SUFX= .tar.bz2 6EXTRACT_SUFX= .tar.bz2
8 7
9MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= https://www.wesnoth.org/ 9HOMEPAGE= https://www.wesnoth.org/
11COMMENT= Fantasy turn-based strategy game 10COMMENT= Fantasy turn-based strategy game
12LICENSE= gnu-gpl-v2 11LICENSE= gnu-gpl-v2
13 12
14BUILD_DEPENDS+= libxslt-[0-9]*:../../textproc/libxslt 13BUILD_DEPENDS+= libxslt-[0-9]*:../../textproc/libxslt
15 14
16USE_CMAKE= yes 15USE_CMAKE= yes
17USE_LANGUAGES= c c++11 16USE_LANGUAGES= c c++11
18USE_LIBTOOL= yes 17USE_LIBTOOL= yes
19USE_TOOLS+= bash msgfmt perl:run pkg-config 18USE_TOOLS+= bash msgfmt perl:run pkg-config
20# detects history.h, but does not link against libhistory 19# detects history.h, but does not link against libhistory
21CMAKE_ARGS+= -DENABLE_HISTORY=OFF 20CMAKE_ARGS+= -DENABLE_HISTORY=OFF
22# if OPT is set, -O3 will not be added 21# if OPT is set, -O3 will not be added
23CMAKE_ARGS+= -DOPT="${DBG}" 22CMAKE_ARGS+= -DOPT="${DBG}"
24 23
25UNLIMIT_RESOURCES+= datasize 24UNLIMIT_RESOURCES+= datasize
26UNLIMIT_RESOURCES+= stacksize 25UNLIMIT_RESOURCES+= stacksize
27 26
28REPLACE_BASH+= data/tools/unit_tree/update-wmlunits 27REPLACE_BASH+= data/tools/unit_tree/update-wmlunits
29 28
30REPLACE_PYTHON+= data/tools/GUI.pyw 29REPLACE_PYTHON+= data/tools/GUI.pyw
31REPLACE_PYTHON+= data/tools/*.py 30REPLACE_PYTHON+= data/tools/*.py
32REPLACE_PYTHON+= data/tools/wesnoth/*.py 31REPLACE_PYTHON+= data/tools/wesnoth/*.py
33REPLACE_PYTHON+= data/tools/wml* 32REPLACE_PYTHON+= data/tools/wml*
34REPLACE_PYTHON+= data/tools/about_cfg_to_wiki 33REPLACE_PYTHON+= data/tools/about_cfg_to_wiki
35REPLACE_PYTHON+= data/tools/addon_manager/html.py 34REPLACE_PYTHON+= data/tools/addon_manager/html.py
36REPLACE_PYTHON+= data/tools/extractbindings 35REPLACE_PYTHON+= data/tools/extractbindings
37REPLACE_PYTHON+= data/tools/imgcheck 36REPLACE_PYTHON+= data/tools/imgcheck
38REPLACE_PYTHON+= data/tools/journeylifter 37REPLACE_PYTHON+= data/tools/journeylifter
39REPLACE_PYTHON+= data/tools/rmtrans/rmtrans.py 38REPLACE_PYTHON+= data/tools/rmtrans/rmtrans.py
40REPLACE_PYTHON+= data/tools/steam-changelog 39REPLACE_PYTHON+= data/tools/steam-changelog
41REPLACE_PYTHON+= data/tools/trackplacer 40REPLACE_PYTHON+= data/tools/trackplacer
42REPLACE_PYTHON+= data/tools/unit_tree/helpers.py 41REPLACE_PYTHON+= data/tools/unit_tree/helpers.py
43REPLACE_PYTHON+= data/tools/unit_tree/TeamColorizer 42REPLACE_PYTHON+= data/tools/unit_tree/TeamColorizer
44REPLACE_PYTHON+= data/tools/unit_tree/overview.py 43REPLACE_PYTHON+= data/tools/unit_tree/overview.py
45REPLACE_PYTHON+= data/tools/wesnoth_addon_manager 44REPLACE_PYTHON+= data/tools/wesnoth_addon_manager
46REPLACE_PYTHON+= utils/ai_test/*.py 45REPLACE_PYTHON+= utils/ai_test/*.py
47REPLACE_PYTHON+= utils/*.py 46REPLACE_PYTHON+= utils/*.py
48 47
49.include "../../mk/bsd.prefs.mk" 48.include "../../mk/bsd.prefs.mk"
50.if ${OPSYS} == "NetBSD" && !empty(OS_VERSION:M4.*) 49.if ${OPSYS} == "NetBSD" && !empty(OS_VERSION:M4.*)
51USE_TOOLS+= gmake 50USE_TOOLS+= gmake
52.endif 51.endif
53 52
54PLIST_VARS+= icons 53PLIST_VARS+= icons
55 54
56.if ${OPSYS} != "Darwin" && ${OPSYS} != "Cygwin" 55.if ${OPSYS} != "Darwin" && ${OPSYS} != "Cygwin"
57PLIST.icons= yes 56PLIST.icons= yes
58.endif 57.endif
59 58
60LDFLAGS.SunOS+= -lintl -lsocket 59LDFLAGS.SunOS+= -lintl -lsocket
61 60
62.include "../../audio/SDL2_mixer/buildlink3.mk" 61.include "../../audio/SDL2_mixer/buildlink3.mk"
63.include "../../audio/libvorbis/buildlink3.mk" 62.include "../../audio/libvorbis/buildlink3.mk"
64.include "../../converters/fribidi/buildlink3.mk" 63.include "../../converters/fribidi/buildlink3.mk"
65.include "../../devel/SDL2/buildlink3.mk" 64.include "../../devel/SDL2/buildlink3.mk"
66.include "../../devel/boost-libs/buildlink3.mk" 65.include "../../devel/boost-libs/buildlink3.mk"
67.include "../../devel/gettext-lib/buildlink3.mk" 66.include "../../devel/gettext-lib/buildlink3.mk"
68BUILDLINK_API_DEPENDS.pango+= pango>=1.14.8 67BUILDLINK_API_DEPENDS.pango+= pango>=1.14.8
69.include "../../devel/pango/buildlink3.mk" 68.include "../../devel/pango/buildlink3.mk"
70.include "../../fonts/SDL2_ttf/buildlink3.mk" 69.include "../../fonts/SDL2_ttf/buildlink3.mk"
71.include "../../graphics/SDL2_image/buildlink3.mk" 70.include "../../graphics/SDL2_image/buildlink3.mk"
72.include "../../graphics/freetype2/buildlink3.mk" 71.include "../../graphics/freetype2/buildlink3.mk"
73.include "../../graphics/hicolor-icon-theme/buildlink3.mk" 72.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
74.include "../../graphics/png/buildlink3.mk" 73.include "../../graphics/png/buildlink3.mk"
75.include "../../lang/lua/buildlink3.mk" 74.include "../../lang/lua/buildlink3.mk"
76.include "../../lang/python/application.mk" 75.include "../../lang/python/application.mk"
77.include "../../net/SDL2_net/buildlink3.mk" 76.include "../../net/SDL2_net/buildlink3.mk"
78.include "../../security/openssl/buildlink3.mk" 77.include "../../security/openssl/buildlink3.mk"
79.include "../../sysutils/dbus/buildlink3.mk" 78.include "../../sysutils/dbus/buildlink3.mk"
80.include "../../sysutils/desktop-file-utils/desktopdb.mk" 79.include "../../sysutils/desktop-file-utils/desktopdb.mk"
81.include "../../mk/bsd.pkg.mk" 80.include "../../mk/bsd.pkg.mk"

cvs diff -r1.58 -r1.59 pkgsrc/games/wesnoth/PLIST (switch to unified diff)

--- pkgsrc/games/wesnoth/PLIST 2021/03/22 09:45:03 1.58
+++ pkgsrc/games/wesnoth/PLIST 2021/06/25 10:38:01 1.59
@@ -1,1025 +1,1025 @@ @@ -1,1025 +1,1025 @@
1@comment $NetBSD: PLIST,v 1.58 2021/03/22 09:45:03 adam Exp $ 1@comment $NetBSD: PLIST,v 1.59 2021/06/25 10:38:01 adam Exp $
2bin/wesnoth 2bin/wesnoth
3bin/wesnothd 3bin/wesnothd
4man/ca/man6/wesnoth.6 4man/ca/man6/wesnoth.6
5man/ca/man6/wesnothd.6 5man/ca/man6/wesnothd.6
 6man/cs/man6/wesnoth.6
6man/cs/man6/wesnothd.6 7man/cs/man6/wesnothd.6
7man/de/man6/wesnoth.6 8man/de/man6/wesnoth.6
8man/de/man6/wesnothd.6 9man/de/man6/wesnothd.6
9man/en_GB/man6/wesnoth.6 10man/en_GB/man6/wesnoth.6
10man/en_GB/man6/wesnothd.6 11man/en_GB/man6/wesnothd.6
11man/es/man6/wesnoth.6 12man/es/man6/wesnoth.6
12man/es/man6/wesnothd.6 13man/es/man6/wesnothd.6
13man/et/man6/wesnothd.6 14man/et/man6/wesnothd.6
14man/fi/man6/wesnothd.6 15man/fi/man6/wesnothd.6
15man/fr/man6/wesnoth.6 16man/fr/man6/wesnoth.6
16man/fr/man6/wesnothd.6 17man/fr/man6/wesnothd.6
17man/gl/man6/wesnothd.6 18man/gl/man6/wesnothd.6
18man/hu/man6/wesnoth.6 19man/hu/man6/wesnoth.6
19man/hu/man6/wesnothd.6 20man/hu/man6/wesnothd.6
20man/id/man6/wesnothd.6 21man/id/man6/wesnothd.6
21man/it/man6/wesnoth.6 22man/it/man6/wesnoth.6
22man/it/man6/wesnothd.6 23man/it/man6/wesnothd.6
23man/ja/man6/wesnoth.6 24man/ja/man6/wesnoth.6
24man/ja/man6/wesnothd.6 25man/ja/man6/wesnothd.6
25man/lt/man6/wesnoth.6 26man/lt/man6/wesnoth.6
26man/lt/man6/wesnothd.6 
27man/man6/wesnoth.6 27man/man6/wesnoth.6
28man/man6/wesnothd.6 28man/man6/wesnothd.6
29man/pl/man6/wesnothd.6 29man/pl/man6/wesnothd.6
30man/pt/man6/wesnothd.6 30man/pt/man6/wesnothd.6
31man/pt_BR/man6/wesnoth.6 31man/pt_BR/man6/wesnoth.6
32man/pt_BR/man6/wesnothd.6 32man/pt_BR/man6/wesnothd.6
33man/ru/man6/wesnoth.6 33man/ru/man6/wesnoth.6
34man/ru/man6/wesnothd.6 34man/ru/man6/wesnothd.6
35man/sk/man6/wesnothd.6 35man/sk/man6/wesnothd.6
36man/sr/man6/wesnothd.6 36man/sr/man6/wesnothd.6
37man/sr@ijekavian/man6/wesnothd.6 37man/sr@ijekavian/man6/wesnothd.6
38man/sr@ijekavianlatin/man6/wesnothd.6 38man/sr@ijekavianlatin/man6/wesnothd.6
39man/sr@latin/man6/wesnothd.6 39man/sr@latin/man6/wesnothd.6
40man/tr/man6/wesnoth.6 40man/tr/man6/wesnoth.6
41man/tr/man6/wesnothd.6 41man/tr/man6/wesnothd.6
42man/uk/man6/wesnothd.6 42man/uk/man6/wesnothd.6
43man/vi/man6/wesnothd.6 43man/vi/man6/wesnothd.6
44man/zh_CN/man6/wesnoth.6 44man/zh_CN/man6/wesnoth.6
45man/zh_CN/man6/wesnothd.6 45man/zh_CN/man6/wesnothd.6
46man/zh_TW/man6/wesnoth.6 46man/zh_TW/man6/wesnoth.6
47man/zh_TW/man6/wesnothd.6 47man/zh_TW/man6/wesnothd.6
48${PLIST.icons}share/applications/wesnoth.desktop 48${PLIST.icons}share/applications/wesnoth.desktop
49share/doc/wesnoth/html/images/README.md 49share/doc/wesnoth/html/images/README.md
50share/doc/wesnoth/html/images/de/game-screen-1.14.8+dev.jpg 50share/doc/wesnoth/html/images/de/game-screen-1.14.8+dev.jpg
51share/doc/wesnoth/html/images/de/main-menu-1.14.8+dev.jpg 51share/doc/wesnoth/html/images/de/main-menu-1.14.8+dev.jpg
52share/doc/wesnoth/html/images/de/multiplayer-1.14.8+dev.png 52share/doc/wesnoth/html/images/de/multiplayer-1.14.8+dev.png
53share/doc/wesnoth/html/images/de/recruit-1.14.8+dev.png 53share/doc/wesnoth/html/images/de/recruit-1.14.8+dev.png
54share/doc/wesnoth/html/images/de/right-pane-1.14.8+dev.png 54share/doc/wesnoth/html/images/de/right-pane-1.14.8+dev.png
55share/doc/wesnoth/html/images/de/top-pane-1.14.8+dev.png 55share/doc/wesnoth/html/images/de/top-pane-1.14.8+dev.png
56share/doc/wesnoth/html/images/fr/game-screen-1.11.11.jpg 56share/doc/wesnoth/html/images/fr/game-screen-1.11.11.jpg
57share/doc/wesnoth/html/images/fr/main-menu-1.11.11.jpg 57share/doc/wesnoth/html/images/fr/main-menu-1.11.11.jpg
58share/doc/wesnoth/html/images/fr/multiplayer-1.11.11.jpg 58share/doc/wesnoth/html/images/fr/multiplayer-1.11.11.jpg
59share/doc/wesnoth/html/images/fr/recruit-1.11.11.jpg 59share/doc/wesnoth/html/images/fr/recruit-1.11.11.jpg
60share/doc/wesnoth/html/images/fr/right_pane-1.11.11.jpg 60share/doc/wesnoth/html/images/fr/right_pane-1.11.11.jpg
61share/doc/wesnoth/html/images/fr/top_pane-1.11.11.jpg 61share/doc/wesnoth/html/images/fr/top_pane-1.11.11.jpg
62share/doc/wesnoth/html/images/game-screen-1.13.11+dev.jpg 62share/doc/wesnoth/html/images/game-screen-1.13.11+dev.jpg
63share/doc/wesnoth/html/images/gl/game-screen-1.13.13+dev.jpg 63share/doc/wesnoth/html/images/gl/game-screen-1.13.13+dev.jpg
64share/doc/wesnoth/html/images/gl/main-menu-1.13.13+dev.jpg 64share/doc/wesnoth/html/images/gl/main-menu-1.13.13+dev.jpg
65share/doc/wesnoth/html/images/gl/multiplayer-1.13.13+dev.jpg 65share/doc/wesnoth/html/images/gl/multiplayer-1.13.13+dev.jpg
66share/doc/wesnoth/html/images/gl/recruit-1.13.13+dev.jpg 66share/doc/wesnoth/html/images/gl/recruit-1.13.13+dev.jpg
67share/doc/wesnoth/html/images/gl/right_pane-1.13.13+dev.jpg 67share/doc/wesnoth/html/images/gl/right_pane-1.13.13+dev.jpg
68share/doc/wesnoth/html/images/gl/top_pane-1.13.13+dev.jpg 68share/doc/wesnoth/html/images/gl/top_pane-1.13.13+dev.jpg
69share/doc/wesnoth/html/images/it/game-screen-1.12.4.jpg 69share/doc/wesnoth/html/images/it/game-screen-1.12.4.jpg
70share/doc/wesnoth/html/images/it/main-menu-1.12.4.jpg 70share/doc/wesnoth/html/images/it/main-menu-1.12.4.jpg
71share/doc/wesnoth/html/images/it/multiplayer-1.12.4.jpg 71share/doc/wesnoth/html/images/it/multiplayer-1.12.4.jpg
72share/doc/wesnoth/html/images/it/recruit-1.12.4.jpg 72share/doc/wesnoth/html/images/it/recruit-1.12.4.jpg
73share/doc/wesnoth/html/images/it/right_pane-1.12.4.jpg 73share/doc/wesnoth/html/images/it/right_pane-1.12.4.jpg
74share/doc/wesnoth/html/images/it/top_pane-1.12.4.jpg 74share/doc/wesnoth/html/images/it/top_pane-1.12.4.jpg
75share/doc/wesnoth/html/images/main-menu-1.13.11+dev.jpg 75share/doc/wesnoth/html/images/main-menu-1.13.11+dev.jpg
76share/doc/wesnoth/html/images/multiplayer-1.13.11+dev.png 76share/doc/wesnoth/html/images/multiplayer-1.13.11+dev.png
77share/doc/wesnoth/html/images/orb-blue.jpg 77share/doc/wesnoth/html/images/orb-blue.jpg
78share/doc/wesnoth/html/images/orb-green.jpg 78share/doc/wesnoth/html/images/orb-green.jpg
79share/doc/wesnoth/html/images/orb-none.jpg 79share/doc/wesnoth/html/images/orb-none.jpg
80share/doc/wesnoth/html/images/orb-red.jpg 80share/doc/wesnoth/html/images/orb-red.jpg
81share/doc/wesnoth/html/images/orb-yellow.jpg 81share/doc/wesnoth/html/images/orb-yellow.jpg
82share/doc/wesnoth/html/images/pt/game-screen-1.11.19.jpg 82share/doc/wesnoth/html/images/pt/game-screen-1.11.19.jpg
83share/doc/wesnoth/html/images/pt/main-menu-1.11.19.jpg 83share/doc/wesnoth/html/images/pt/main-menu-1.11.19.jpg
84share/doc/wesnoth/html/images/pt/multiplayer-1.11.19.jpg 84share/doc/wesnoth/html/images/pt/multiplayer-1.11.19.jpg
85share/doc/wesnoth/html/images/pt/recruit-1.11.19.jpg 85share/doc/wesnoth/html/images/pt/recruit-1.11.19.jpg
86share/doc/wesnoth/html/images/pt/right_pane-1.11.19.jpg 86share/doc/wesnoth/html/images/pt/right_pane-1.11.19.jpg
87share/doc/wesnoth/html/images/pt/top_pane-1.11.19.jpg 87share/doc/wesnoth/html/images/pt/top_pane-1.11.19.jpg
88share/doc/wesnoth/html/images/recruit-1.13.11+dev.png 88share/doc/wesnoth/html/images/recruit-1.13.11+dev.png
89share/doc/wesnoth/html/images/right_pane-1.13.11+dev.png 89share/doc/wesnoth/html/images/right_pane-1.13.11+dev.png
90share/doc/wesnoth/html/images/ru/game-screen-1.14.7.jpg 90share/doc/wesnoth/html/images/ru/game-screen-1.14.7.jpg
91share/doc/wesnoth/html/images/ru/main-menu-1.14.7.jpg 91share/doc/wesnoth/html/images/ru/main-menu-1.14.7.jpg
92share/doc/wesnoth/html/images/ru/multiplayer-1.14.7.jpg 92share/doc/wesnoth/html/images/ru/multiplayer-1.14.7.jpg
93share/doc/wesnoth/html/images/ru/recruit-1.14.7.jpg 93share/doc/wesnoth/html/images/ru/recruit-1.14.7.jpg
94share/doc/wesnoth/html/images/ru/right_pane-1.14.7.jpg 94share/doc/wesnoth/html/images/ru/right_pane-1.14.7.jpg
95share/doc/wesnoth/html/images/ru/top_pane-1.14.7.jpg 95share/doc/wesnoth/html/images/ru/top_pane-1.14.7.jpg
96share/doc/wesnoth/html/images/schedule-afternoon.png 96share/doc/wesnoth/html/images/schedule-afternoon.png
97share/doc/wesnoth/html/images/schedule-dawn.png 97share/doc/wesnoth/html/images/schedule-dawn.png
98share/doc/wesnoth/html/images/schedule-dusk.png 98share/doc/wesnoth/html/images/schedule-dusk.png
99share/doc/wesnoth/html/images/schedule-firstwatch.png 99share/doc/wesnoth/html/images/schedule-firstwatch.png
100share/doc/wesnoth/html/images/schedule-morning.png 100share/doc/wesnoth/html/images/schedule-morning.png
101share/doc/wesnoth/html/images/schedule-secondwatch.png 101share/doc/wesnoth/html/images/schedule-secondwatch.png
102share/doc/wesnoth/html/images/schedule-underground.png 102share/doc/wesnoth/html/images/schedule-underground.png
103share/doc/wesnoth/html/images/top_pane-1.13.11+dev.png 103share/doc/wesnoth/html/images/top_pane-1.13.11+dev.png
104share/doc/wesnoth/html/images/tr/game-screen-1.14.7.jpg 104share/doc/wesnoth/html/images/tr/game-screen-1.14.7.jpg
105share/doc/wesnoth/html/images/tr/main-menu-1.14.7.jpg 105share/doc/wesnoth/html/images/tr/main-menu-1.14.7.jpg
106share/doc/wesnoth/html/images/tr/multiplayer-1.14.7.jpg 106share/doc/wesnoth/html/images/tr/multiplayer-1.14.7.jpg
107share/doc/wesnoth/html/images/tr/recruit-1.14.7.jpg 107share/doc/wesnoth/html/images/tr/recruit-1.14.7.jpg
108share/doc/wesnoth/html/images/tr/right_pane-1.14.7.jpg 108share/doc/wesnoth/html/images/tr/right_pane-1.14.7.jpg
109share/doc/wesnoth/html/images/tr/top_pane-1.14.7.jpg 109share/doc/wesnoth/html/images/tr/top_pane-1.14.7.jpg
110share/doc/wesnoth/html/manual.ca.html 110share/doc/wesnoth/html/manual.ca.html
111share/doc/wesnoth/html/manual.cs.html 111share/doc/wesnoth/html/manual.cs.html
112share/doc/wesnoth/html/manual.de.html 112share/doc/wesnoth/html/manual.de.html
113share/doc/wesnoth/html/manual.en.html 113share/doc/wesnoth/html/manual.en.html
114share/doc/wesnoth/html/manual.en_GB.html 114share/doc/wesnoth/html/manual.en_GB.html
115share/doc/wesnoth/html/manual.es.html 115share/doc/wesnoth/html/manual.es.html
116share/doc/wesnoth/html/manual.et.html 116share/doc/wesnoth/html/manual.et.html
117share/doc/wesnoth/html/manual.fi.html 117share/doc/wesnoth/html/manual.fi.html
118share/doc/wesnoth/html/manual.fr.html 118share/doc/wesnoth/html/manual.fr.html
119share/doc/wesnoth/html/manual.gl.html 119share/doc/wesnoth/html/manual.gl.html
120share/doc/wesnoth/html/manual.hu.html 120share/doc/wesnoth/html/manual.hu.html
121share/doc/wesnoth/html/manual.id.html 121share/doc/wesnoth/html/manual.id.html
122share/doc/wesnoth/html/manual.it.html 122share/doc/wesnoth/html/manual.it.html
123share/doc/wesnoth/html/manual.ja.html 123share/doc/wesnoth/html/manual.ja.html
124share/doc/wesnoth/html/manual.pl.html 124share/doc/wesnoth/html/manual.pl.html
125share/doc/wesnoth/html/manual.pt.html 125share/doc/wesnoth/html/manual.pt.html
126share/doc/wesnoth/html/manual.pt_BR.html 126share/doc/wesnoth/html/manual.pt_BR.html
127share/doc/wesnoth/html/manual.ru.html 127share/doc/wesnoth/html/manual.ru.html
128share/doc/wesnoth/html/manual.sk.html 128share/doc/wesnoth/html/manual.sk.html
129share/doc/wesnoth/html/manual.sr.html 129share/doc/wesnoth/html/manual.sr.html
130share/doc/wesnoth/html/manual.sr@ijekavian.html 130share/doc/wesnoth/html/manual.sr@ijekavian.html
131share/doc/wesnoth/html/manual.sr@ijekavianlatin.html 131share/doc/wesnoth/html/manual.sr@ijekavianlatin.html
132share/doc/wesnoth/html/manual.sr@latin.html 132share/doc/wesnoth/html/manual.sr@latin.html
133share/doc/wesnoth/html/manual.sv.html 133share/doc/wesnoth/html/manual.sv.html
134share/doc/wesnoth/html/manual.tr.html 134share/doc/wesnoth/html/manual.tr.html
135share/doc/wesnoth/html/manual.uk.html 135share/doc/wesnoth/html/manual.uk.html
136share/doc/wesnoth/html/manual.vi.html 136share/doc/wesnoth/html/manual.vi.html
137share/doc/wesnoth/html/manual.zh_CN.html 137share/doc/wesnoth/html/manual.zh_CN.html
138share/doc/wesnoth/html/manual.zh_TW.html 138share/doc/wesnoth/html/manual.zh_TW.html
139share/doc/wesnoth/html/styles/manual.css 139share/doc/wesnoth/html/styles/manual.css
140${PLIST.icons}share/icons/hicolor/128x128/apps/wesnoth-icon.png 140${PLIST.icons}share/icons/hicolor/128x128/apps/wesnoth-icon.png
141${PLIST.icons}share/icons/hicolor/16x16/apps/wesnoth-icon.png 141${PLIST.icons}share/icons/hicolor/16x16/apps/wesnoth-icon.png
142${PLIST.icons}share/icons/hicolor/256x256/apps/wesnoth-icon.png 142${PLIST.icons}share/icons/hicolor/256x256/apps/wesnoth-icon.png
143${PLIST.icons}share/icons/hicolor/32x32/apps/wesnoth-icon.png 143${PLIST.icons}share/icons/hicolor/32x32/apps/wesnoth-icon.png
144${PLIST.icons}share/icons/hicolor/512x512/apps/wesnoth-icon.png 144${PLIST.icons}share/icons/hicolor/512x512/apps/wesnoth-icon.png
145${PLIST.icons}share/icons/hicolor/64x64/apps/wesnoth-icon.png 145${PLIST.icons}share/icons/hicolor/64x64/apps/wesnoth-icon.png
146share/wesnoth/data/COPYING.txt 146share/wesnoth/data/COPYING.txt
147share/wesnoth/data/_main.cfg 147share/wesnoth/data/_main.cfg
148share/wesnoth/data/advanced_preferences.cfg 148share/wesnoth/data/advanced_preferences.cfg
149share/wesnoth/data/ai/ais/ai_default_rca.cfg 149share/wesnoth/data/ai/ais/ai_default_rca.cfg
150share/wesnoth/data/ai/ais/ai_generic_rush.cfg 150share/wesnoth/data/ai/ais/ai_generic_rush.cfg
151share/wesnoth/data/ai/ais/idle_ai.cfg 151share/wesnoth/data/ai/ais/idle_ai.cfg
152share/wesnoth/data/ai/aliases/dev_multiplayer.cfg 152share/wesnoth/data/ai/aliases/dev_multiplayer.cfg
153share/wesnoth/data/ai/aliases/dev_singleplayer.cfg 153share/wesnoth/data/ai/aliases/dev_singleplayer.cfg
154share/wesnoth/data/ai/aliases/idle.cfg 154share/wesnoth/data/ai/aliases/idle.cfg
155share/wesnoth/data/ai/aliases/stable_singleplayer.cfg 155share/wesnoth/data/ai/aliases/stable_singleplayer.cfg
156share/wesnoth/data/ai/dev/ai_default_rca_alternate_recruiting.cfg 156share/wesnoth/data/ai/dev/ai_default_rca_alternate_recruiting.cfg
157share/wesnoth/data/ai/dev/formula_ai.cfg 157share/wesnoth/data/ai/dev/formula_ai.cfg
158share/wesnoth/data/ai/dev/formula_ai_poisoning.cfg 158share/wesnoth/data/ai/dev/formula_ai_poisoning.cfg
159share/wesnoth/data/ai/formula/level_up_attack_eval.fai 159share/wesnoth/data/ai/formula/level_up_attack_eval.fai
160share/wesnoth/data/ai/formula/level_up_attack_move.fai 160share/wesnoth/data/ai/formula/level_up_attack_move.fai
161share/wesnoth/data/ai/formula/lib/map_evaluation.fai 161share/wesnoth/data/ai/formula/lib/map_evaluation.fai
162share/wesnoth/data/ai/formula/lib/recruitment.fai 162share/wesnoth/data/ai/formula/lib/recruitment.fai
163share/wesnoth/data/ai/formula/lib/util.fai 163share/wesnoth/data/ai/formula/lib/util.fai
164share/wesnoth/data/ai/formula/new_recruitment.fai 164share/wesnoth/data/ai/formula/new_recruitment.fai
165share/wesnoth/data/ai/formula/opening.fai 165share/wesnoth/data/ai/formula/opening.fai
166share/wesnoth/data/ai/formula/patrol.fai 166share/wesnoth/data/ai/formula/patrol.fai
167share/wesnoth/data/ai/formula/poisoner_attack.fai 167share/wesnoth/data/ai/formula/poisoner_attack.fai
168share/wesnoth/data/ai/formula/poisoner_eval.fai 168share/wesnoth/data/ai/formula/poisoner_eval.fai
169share/wesnoth/data/ai/formula/recruitment.fai 169share/wesnoth/data/ai/formula/recruitment.fai
170share/wesnoth/data/ai/formula/scouting_eval.fai 170share/wesnoth/data/ai/formula/scouting_eval.fai
171share/wesnoth/data/ai/formula/scouting_move.fai 171share/wesnoth/data/ai/formula/scouting_move.fai
172share/wesnoth/data/ai/lua/ai_helper.lua 172share/wesnoth/data/ai/lua/ai_helper.lua
173share/wesnoth/data/ai/lua/battle_calcs.lua 173share/wesnoth/data/ai/lua/battle_calcs.lua
174share/wesnoth/data/ai/lua/ca_high_xp_attack.lua 174share/wesnoth/data/ai/lua/ca_high_xp_attack.lua
175share/wesnoth/data/ai/lua/cache.lua 175share/wesnoth/data/ai/lua/cache.lua
176share/wesnoth/data/ai/lua/debug.lua 176share/wesnoth/data/ai/lua/debug.lua
177share/wesnoth/data/ai/lua/dummy_engine_lua.lua 177share/wesnoth/data/ai/lua/dummy_engine_lua.lua
178share/wesnoth/data/ai/lua/extCAexample.lua 178share/wesnoth/data/ai/lua/extCAexample.lua
179share/wesnoth/data/ai/lua/generic_recruit_engine.lua 179share/wesnoth/data/ai/lua/generic_recruit_engine.lua
180share/wesnoth/data/ai/lua/generic_rush_engine.lua 180share/wesnoth/data/ai/lua/generic_rush_engine.lua
181share/wesnoth/data/ai/lua/move_to_any_target.lua 181share/wesnoth/data/ai/lua/move_to_any_target.lua
182share/wesnoth/data/ai/lua/patrol.lua 182share/wesnoth/data/ai/lua/patrol.lua
183share/wesnoth/data/ai/lua/retreat.lua 183share/wesnoth/data/ai/lua/retreat.lua
184share/wesnoth/data/ai/lua/stdlib.lua 184share/wesnoth/data/ai/lua/stdlib.lua
185share/wesnoth/data/ai/maps/scenario-AI_Arena_small.map 185share/wesnoth/data/ai/maps/scenario-AI_Arena_small.map
186share/wesnoth/data/ai/maps/scenario-high_xp_attack.map 186share/wesnoth/data/ai/maps/scenario-high_xp_attack.map
187share/wesnoth/data/ai/micro_ais/cas/ca_assassin_move.lua 187share/wesnoth/data/ai/micro_ais/cas/ca_assassin_move.lua
188share/wesnoth/data/ai/micro_ais/cas/ca_big_animals.lua 188share/wesnoth/data/ai/micro_ais/cas/ca_big_animals.lua
189share/wesnoth/data/ai/micro_ais/cas/ca_bottleneck_attack.lua 189share/wesnoth/data/ai/micro_ais/cas/ca_bottleneck_attack.lua
190share/wesnoth/data/ai/micro_ais/cas/ca_bottleneck_move.lua 190share/wesnoth/data/ai/micro_ais/cas/ca_bottleneck_move.lua
191share/wesnoth/data/ai/micro_ais/cas/ca_coward.lua 191share/wesnoth/data/ai/micro_ais/cas/ca_coward.lua
192share/wesnoth/data/ai/micro_ais/cas/ca_fast_attack_utils.lua 192share/wesnoth/data/ai/micro_ais/cas/ca_fast_attack_utils.lua
193share/wesnoth/data/ai/micro_ais/cas/ca_fast_combat.lua 193share/wesnoth/data/ai/micro_ais/cas/ca_fast_combat.lua
194share/wesnoth/data/ai/micro_ais/cas/ca_fast_combat_leader.lua 194share/wesnoth/data/ai/micro_ais/cas/ca_fast_combat_leader.lua
195share/wesnoth/data/ai/micro_ais/cas/ca_fast_move.lua 195share/wesnoth/data/ai/micro_ais/cas/ca_fast_move.lua
196share/wesnoth/data/ai/micro_ais/cas/ca_forest_animals_move.lua 196share/wesnoth/data/ai/micro_ais/cas/ca_forest_animals_move.lua
197share/wesnoth/data/ai/micro_ais/cas/ca_forest_animals_new_rabbit.lua 197share/wesnoth/data/ai/micro_ais/cas/ca_forest_animals_new_rabbit.lua
198share/wesnoth/data/ai/micro_ais/cas/ca_forest_animals_tusker_attack.lua 198share/wesnoth/data/ai/micro_ais/cas/ca_forest_animals_tusker_attack.lua
199share/wesnoth/data/ai/micro_ais/cas/ca_forest_animals_tusklet_move.lua 199share/wesnoth/data/ai/micro_ais/cas/ca_forest_animals_tusklet_move.lua
200share/wesnoth/data/ai/micro_ais/cas/ca_goto.lua 200share/wesnoth/data/ai/micro_ais/cas/ca_goto.lua
201share/wesnoth/data/ai/micro_ais/cas/ca_hang_out.lua 201share/wesnoth/data/ai/micro_ais/cas/ca_hang_out.lua
202share/wesnoth/data/ai/micro_ais/cas/ca_healer_initialize.lua 202share/wesnoth/data/ai/micro_ais/cas/ca_healer_initialize.lua
203share/wesnoth/data/ai/micro_ais/cas/ca_healer_may_attack.lua 203share/wesnoth/data/ai/micro_ais/cas/ca_healer_may_attack.lua
204share/wesnoth/data/ai/micro_ais/cas/ca_healer_move.lua 204share/wesnoth/data/ai/micro_ais/cas/ca_healer_move.lua
205share/wesnoth/data/ai/micro_ais/cas/ca_herding_attack_close_enemy.lua 205share/wesnoth/data/ai/micro_ais/cas/ca_herding_attack_close_enemy.lua
206share/wesnoth/data/ai/micro_ais/cas/ca_herding_dog_move.lua 206share/wesnoth/data/ai/micro_ais/cas/ca_herding_dog_move.lua
207share/wesnoth/data/ai/micro_ais/cas/ca_herding_dog_stopmove.lua 207share/wesnoth/data/ai/micro_ais/cas/ca_herding_dog_stopmove.lua
208share/wesnoth/data/ai/micro_ais/cas/ca_herding_f_herding_area.lua 208share/wesnoth/data/ai/micro_ais/cas/ca_herding_f_herding_area.lua
209share/wesnoth/data/ai/micro_ais/cas/ca_herding_herd_sheep.lua 209share/wesnoth/data/ai/micro_ais/cas/ca_herding_herd_sheep.lua
210share/wesnoth/data/ai/micro_ais/cas/ca_herding_sheep_move.lua 210share/wesnoth/data/ai/micro_ais/cas/ca_herding_sheep_move.lua
211share/wesnoth/data/ai/micro_ais/cas/ca_herding_sheep_runs_dog.lua 211share/wesnoth/data/ai/micro_ais/cas/ca_herding_sheep_runs_dog.lua
212share/wesnoth/data/ai/micro_ais/cas/ca_herding_sheep_runs_enemy.lua 212share/wesnoth/data/ai/micro_ais/cas/ca_herding_sheep_runs_enemy.lua
213share/wesnoth/data/ai/micro_ais/cas/ca_hunter.lua 213share/wesnoth/data/ai/micro_ais/cas/ca_hunter.lua
214share/wesnoth/data/ai/micro_ais/cas/ca_lurkers.lua 214share/wesnoth/data/ai/micro_ais/cas/ca_lurkers.lua
215share/wesnoth/data/ai/micro_ais/cas/ca_messenger_attack.lua 215share/wesnoth/data/ai/micro_ais/cas/ca_messenger_attack.lua
216share/wesnoth/data/ai/micro_ais/cas/ca_messenger_escort_move.lua 216share/wesnoth/data/ai/micro_ais/cas/ca_messenger_escort_move.lua
217share/wesnoth/data/ai/micro_ais/cas/ca_messenger_f_next_waypoint.lua 217share/wesnoth/data/ai/micro_ais/cas/ca_messenger_f_next_waypoint.lua
218share/wesnoth/data/ai/micro_ais/cas/ca_messenger_move.lua 218share/wesnoth/data/ai/micro_ais/cas/ca_messenger_move.lua
219share/wesnoth/data/ai/micro_ais/cas/ca_patrol.lua 219share/wesnoth/data/ai/micro_ais/cas/ca_patrol.lua
220share/wesnoth/data/ai/micro_ais/cas/ca_protect_unit_attack.lua 220share/wesnoth/data/ai/micro_ais/cas/ca_protect_unit_attack.lua
221share/wesnoth/data/ai/micro_ais/cas/ca_protect_unit_finish.lua 221share/wesnoth/data/ai/micro_ais/cas/ca_protect_unit_finish.lua
222share/wesnoth/data/ai/micro_ais/cas/ca_protect_unit_move.lua 222share/wesnoth/data/ai/micro_ais/cas/ca_protect_unit_move.lua
223share/wesnoth/data/ai/micro_ais/cas/ca_recruit_random.lua 223share/wesnoth/data/ai/micro_ais/cas/ca_recruit_random.lua
224share/wesnoth/data/ai/micro_ais/cas/ca_recruit_rushers.lua 224share/wesnoth/data/ai/micro_ais/cas/ca_recruit_rushers.lua
225share/wesnoth/data/ai/micro_ais/cas/ca_return_guardian.lua 225share/wesnoth/data/ai/micro_ais/cas/ca_return_guardian.lua
226share/wesnoth/data/ai/micro_ais/cas/ca_simple_attack.lua 226share/wesnoth/data/ai/micro_ais/cas/ca_simple_attack.lua
227share/wesnoth/data/ai/micro_ais/cas/ca_stationed_guardian.lua 227share/wesnoth/data/ai/micro_ais/cas/ca_stationed_guardian.lua
228share/wesnoth/data/ai/micro_ais/cas/ca_swarm_move.lua 228share/wesnoth/data/ai/micro_ais/cas/ca_swarm_move.lua
229share/wesnoth/data/ai/micro_ais/cas/ca_swarm_scatter.lua 229share/wesnoth/data/ai/micro_ais/cas/ca_swarm_scatter.lua
230share/wesnoth/data/ai/micro_ais/cas/ca_wolves_move.lua 230share/wesnoth/data/ai/micro_ais/cas/ca_wolves_move.lua
231share/wesnoth/data/ai/micro_ais/cas/ca_wolves_multipacks_attack.lua 231share/wesnoth/data/ai/micro_ais/cas/ca_wolves_multipacks_attack.lua
232share/wesnoth/data/ai/micro_ais/cas/ca_wolves_multipacks_functions.lua 232share/wesnoth/data/ai/micro_ais/cas/ca_wolves_multipacks_functions.lua
233share/wesnoth/data/ai/micro_ais/cas/ca_wolves_multipacks_wander.lua 233share/wesnoth/data/ai/micro_ais/cas/ca_wolves_multipacks_wander.lua
234share/wesnoth/data/ai/micro_ais/cas/ca_wolves_wander.lua 234share/wesnoth/data/ai/micro_ais/cas/ca_wolves_wander.lua
235share/wesnoth/data/ai/micro_ais/cas/ca_zone_guardian.lua 235share/wesnoth/data/ai/micro_ais/cas/ca_zone_guardian.lua
236share/wesnoth/data/ai/micro_ais/engines/lurker_moves.fai 236share/wesnoth/data/ai/micro_ais/engines/lurker_moves.fai
237share/wesnoth/data/ai/micro_ais/engines/priority_target_engine.lua 237share/wesnoth/data/ai/micro_ais/engines/priority_target_engine.lua
238share/wesnoth/data/ai/micro_ais/engines/urudin_engine.lua 238share/wesnoth/data/ai/micro_ais/engines/urudin_engine.lua
239share/wesnoth/data/ai/micro_ais/mai-defs/animals.lua 239share/wesnoth/data/ai/micro_ais/mai-defs/animals.lua
240share/wesnoth/data/ai/micro_ais/mai-defs/bottleneck.lua 240share/wesnoth/data/ai/micro_ais/mai-defs/bottleneck.lua
241share/wesnoth/data/ai/micro_ais/mai-defs/escort.lua 241share/wesnoth/data/ai/micro_ais/mai-defs/escort.lua
242share/wesnoth/data/ai/micro_ais/mai-defs/fast.lua 242share/wesnoth/data/ai/micro_ais/mai-defs/fast.lua
243share/wesnoth/data/ai/micro_ais/mai-defs/guardian.lua 243share/wesnoth/data/ai/micro_ais/mai-defs/guardian.lua
244share/wesnoth/data/ai/micro_ais/mai-defs/healers.lua 244share/wesnoth/data/ai/micro_ais/mai-defs/healers.lua
245share/wesnoth/data/ai/micro_ais/mai-defs/misc.lua 245share/wesnoth/data/ai/micro_ais/mai-defs/misc.lua
246share/wesnoth/data/ai/micro_ais/mai-defs/patrol.lua 246share/wesnoth/data/ai/micro_ais/mai-defs/patrol.lua
247share/wesnoth/data/ai/micro_ais/mai-defs/protect.lua 247share/wesnoth/data/ai/micro_ais/mai-defs/protect.lua
248share/wesnoth/data/ai/micro_ais/mai-defs/recruiting.lua 248share/wesnoth/data/ai/micro_ais/mai-defs/recruiting.lua
249share/wesnoth/data/ai/micro_ais/maps/animals.map 249share/wesnoth/data/ai/micro_ais/maps/animals.map
250share/wesnoth/data/ai/micro_ais/maps/bottleneck_defense.map 250share/wesnoth/data/ai/micro_ais/maps/bottleneck_defense.map
251share/wesnoth/data/ai/micro_ais/maps/goto.map 251share/wesnoth/data/ai/micro_ais/maps/goto.map
252share/wesnoth/data/ai/micro_ais/maps/lurkers.map 252share/wesnoth/data/ai/micro_ais/maps/lurkers.map
253share/wesnoth/data/ai/micro_ais/maps/messenger_escort.map 253share/wesnoth/data/ai/micro_ais/maps/messenger_escort.map
254share/wesnoth/data/ai/micro_ais/maps/protect_unit.map 254share/wesnoth/data/ai/micro_ais/maps/protect_unit.map
255share/wesnoth/data/ai/micro_ais/micro_ai_helper.lua 255share/wesnoth/data/ai/micro_ais/micro_ai_helper.lua
256share/wesnoth/data/ai/micro_ais/micro_ai_self_data.lua 256share/wesnoth/data/ai/micro_ais/micro_ai_self_data.lua
257share/wesnoth/data/ai/micro_ais/micro_ai_unit_variables.lua 257share/wesnoth/data/ai/micro_ais/micro_ai_unit_variables.lua
258share/wesnoth/data/ai/micro_ais/scenarios/The_Elves_Besieged.cfg 258share/wesnoth/data/ai/micro_ais/scenarios/The_Elves_Besieged.cfg
259share/wesnoth/data/ai/micro_ais/scenarios/animals.cfg 259share/wesnoth/data/ai/micro_ais/scenarios/animals.cfg
260share/wesnoth/data/ai/micro_ais/scenarios/bottleneck_defense.cfg 260share/wesnoth/data/ai/micro_ais/scenarios/bottleneck_defense.cfg
261share/wesnoth/data/ai/micro_ais/scenarios/dragon.cfg 261share/wesnoth/data/ai/micro_ais/scenarios/dragon.cfg
262share/wesnoth/data/ai/micro_ais/scenarios/fast.cfg 262share/wesnoth/data/ai/micro_ais/scenarios/fast.cfg
263share/wesnoth/data/ai/micro_ais/scenarios/goto.cfg 263share/wesnoth/data/ai/micro_ais/scenarios/goto.cfg
264share/wesnoth/data/ai/micro_ais/scenarios/guardians.cfg 264share/wesnoth/data/ai/micro_ais/scenarios/guardians.cfg
265share/wesnoth/data/ai/micro_ais/scenarios/hang_out.cfg 265share/wesnoth/data/ai/micro_ais/scenarios/hang_out.cfg
266share/wesnoth/data/ai/micro_ais/scenarios/healer_support.cfg 266share/wesnoth/data/ai/micro_ais/scenarios/healer_support.cfg
267share/wesnoth/data/ai/micro_ais/scenarios/lurkers.cfg 267share/wesnoth/data/ai/micro_ais/scenarios/lurkers.cfg
268share/wesnoth/data/ai/micro_ais/scenarios/messenger_escort.cfg 268share/wesnoth/data/ai/micro_ais/scenarios/messenger_escort.cfg
269share/wesnoth/data/ai/micro_ais/scenarios/patrols.cfg 269share/wesnoth/data/ai/micro_ais/scenarios/patrols.cfg
270share/wesnoth/data/ai/micro_ais/scenarios/protect_unit.cfg 270share/wesnoth/data/ai/micro_ais/scenarios/protect_unit.cfg
271share/wesnoth/data/ai/micro_ais/scenarios/recruiting.cfg 271share/wesnoth/data/ai/micro_ais/scenarios/recruiting.cfg
272share/wesnoth/data/ai/micro_ais/scenarios/scenario_micro_ai.cfg 272share/wesnoth/data/ai/micro_ais/scenarios/scenario_micro_ai.cfg
273share/wesnoth/data/ai/micro_ais/scenarios/simple_attack.cfg 273share/wesnoth/data/ai/micro_ais/scenarios/simple_attack.cfg
274share/wesnoth/data/ai/micro_ais/scenarios/swarm.cfg 274share/wesnoth/data/ai/micro_ais/scenarios/swarm.cfg
275share/wesnoth/data/ai/micro_ais/scenarios/wolves.cfg 275share/wesnoth/data/ai/micro_ais/scenarios/wolves.cfg
276share/wesnoth/data/ai/scenarios/ai_arena_small/0001-healing.cfg 276share/wesnoth/data/ai/scenarios/ai_arena_small/0001-healing.cfg
277share/wesnoth/data/ai/scenarios/ai_arena_small/0002-poisoning.cfg 277share/wesnoth/data/ai/scenarios/ai_arena_small/0002-poisoning.cfg
278share/wesnoth/data/ai/scenarios/ai_arena_small/0003-simple_combat.cfg 278share/wesnoth/data/ai/scenarios/ai_arena_small/0003-simple_combat.cfg
279share/wesnoth/data/ai/scenarios/ai_arena_small/0004-filtered_combat.cfg 279share/wesnoth/data/ai/scenarios/ai_arena_small/0004-filtered_combat.cfg
280share/wesnoth/data/ai/scenarios/scenario-AI_Arena_small.cfg 280share/wesnoth/data/ai/scenarios/scenario-AI_Arena_small.cfg
281share/wesnoth/data/ai/scenarios/scenario-formula-recruitment.cfg 281share/wesnoth/data/ai/scenarios/scenario-formula-recruitment.cfg
282share/wesnoth/data/ai/scenarios/scenario-formula.cfg 282share/wesnoth/data/ai/scenarios/scenario-formula.cfg
283share/wesnoth/data/ai/scenarios/scenario-high_xp_attack.cfg 283share/wesnoth/data/ai/scenarios/scenario-high_xp_attack.cfg
284share/wesnoth/data/ai/scenarios/scenario-lua_ai.cfg 284share/wesnoth/data/ai/scenarios/scenario-lua_ai.cfg
285share/wesnoth/data/ai/scenarios/scenario-lua_ai_old_syntax.cfg 285share/wesnoth/data/ai/scenarios/scenario-lua_ai_old_syntax.cfg
286share/wesnoth/data/ai/scenarios/scenario-poisoning.cfg 286share/wesnoth/data/ai/scenarios/scenario-poisoning.cfg
287share/wesnoth/data/ai/utils/default_config.cfg 287share/wesnoth/data/ai/utils/default_config.cfg
288share/wesnoth/data/campaigns/An_Orcish_Incursion/_main.cfg 288share/wesnoth/data/campaigns/An_Orcish_Incursion/_main.cfg
289share/wesnoth/data/campaigns/An_Orcish_Incursion/images/campaign_image.png 289share/wesnoth/data/campaigns/An_Orcish_Incursion/images/campaign_image.png
290share/wesnoth/data/campaigns/An_Orcish_Incursion/images/maps/aoi.png 290share/wesnoth/data/campaigns/An_Orcish_Incursion/images/maps/aoi.png
291share/wesnoth/data/campaigns/An_Orcish_Incursion/images/maps/l10n/de/aoi--overlay.png 291share/wesnoth/data/campaigns/An_Orcish_Incursion/images/maps/l10n/de/aoi--overlay.png
292share/wesnoth/data/campaigns/An_Orcish_Incursion/images/maps/l10n/gd/aoi--overlay.png 292share/wesnoth/data/campaigns/An_Orcish_Incursion/images/maps/l10n/gd/aoi--overlay.png
293share/wesnoth/data/campaigns/An_Orcish_Incursion/images/maps/l10n/gl/aoi--overlay.png 293share/wesnoth/data/campaigns/An_Orcish_Incursion/images/maps/l10n/gl/aoi--overlay.png
294share/wesnoth/data/campaigns/An_Orcish_Incursion/images/maps/l10n/it/aoi--overlay.png 294share/wesnoth/data/campaigns/An_Orcish_Incursion/images/maps/l10n/it/aoi--overlay.png
295share/wesnoth/data/campaigns/An_Orcish_Incursion/images/maps/l10n/lt/aoi--overlay.png 295share/wesnoth/data/campaigns/An_Orcish_Incursion/images/maps/l10n/lt/aoi--overlay.png
296share/wesnoth/data/campaigns/An_Orcish_Incursion/images/maps/l10n/pt/aoi--overlay.png 296share/wesnoth/data/campaigns/An_Orcish_Incursion/images/maps/l10n/pt/aoi--overlay.png
297share/wesnoth/data/campaigns/An_Orcish_Incursion/images/maps/l10n/ru/aoi--overlay.png 297share/wesnoth/data/campaigns/An_Orcish_Incursion/images/maps/l10n/ru/aoi--overlay.png
298share/wesnoth/data/campaigns/An_Orcish_Incursion/images/maps/l10n/zh_CN/aoi--overlay.png 298share/wesnoth/data/campaigns/An_Orcish_Incursion/images/maps/l10n/zh_CN/aoi--overlay.png
299share/wesnoth/data/campaigns/An_Orcish_Incursion/images/portraits/erlornas.png 299share/wesnoth/data/campaigns/An_Orcish_Incursion/images/portraits/erlornas.png
300share/wesnoth/data/campaigns/An_Orcish_Incursion/images/portraits/linaera.png 300share/wesnoth/data/campaigns/An_Orcish_Incursion/images/portraits/linaera.png
301share/wesnoth/data/campaigns/An_Orcish_Incursion/images/portraits/lomarfel.png 301share/wesnoth/data/campaigns/An_Orcish_Incursion/images/portraits/lomarfel.png
302share/wesnoth/data/campaigns/An_Orcish_Incursion/images/story.jpg 302share/wesnoth/data/campaigns/An_Orcish_Incursion/images/story.jpg
303share/wesnoth/data/campaigns/An_Orcish_Incursion/maps/01_Defend_the_Forest.map 303share/wesnoth/data/campaigns/An_Orcish_Incursion/maps/01_Defend_the_Forest.map
304share/wesnoth/data/campaigns/An_Orcish_Incursion/maps/02_Assassins.map 304share/wesnoth/data/campaigns/An_Orcish_Incursion/maps/02_Assassins.map
305share/wesnoth/data/campaigns/An_Orcish_Incursion/maps/03_Wasteland.map 305share/wesnoth/data/campaigns/An_Orcish_Incursion/maps/03_Wasteland.map
306share/wesnoth/data/campaigns/An_Orcish_Incursion/maps/04_Valley_of_Trolls.map 306share/wesnoth/data/campaigns/An_Orcish_Incursion/maps/04_Valley_of_Trolls.map
307share/wesnoth/data/campaigns/An_Orcish_Incursion/maps/05_Linaera_the_Quick.map 307share/wesnoth/data/campaigns/An_Orcish_Incursion/maps/05_Linaera_the_Quick.map
308share/wesnoth/data/campaigns/An_Orcish_Incursion/maps/06_A_Detour_through_the_Swamp.map 308share/wesnoth/data/campaigns/An_Orcish_Incursion/maps/06_A_Detour_through_the_Swamp.map
309share/wesnoth/data/campaigns/An_Orcish_Incursion/maps/07_Showdown.map 309share/wesnoth/data/campaigns/An_Orcish_Incursion/maps/07_Showdown.map
310share/wesnoth/data/campaigns/An_Orcish_Incursion/scenarios/01_Defend_the_Forest.cfg 310share/wesnoth/data/campaigns/An_Orcish_Incursion/scenarios/01_Defend_the_Forest.cfg
311share/wesnoth/data/campaigns/An_Orcish_Incursion/scenarios/02_Assassins.cfg 311share/wesnoth/data/campaigns/An_Orcish_Incursion/scenarios/02_Assassins.cfg
312share/wesnoth/data/campaigns/An_Orcish_Incursion/scenarios/03_Wasteland.cfg 312share/wesnoth/data/campaigns/An_Orcish_Incursion/scenarios/03_Wasteland.cfg
313share/wesnoth/data/campaigns/An_Orcish_Incursion/scenarios/04_Valley_of_Trolls.cfg 313share/wesnoth/data/campaigns/An_Orcish_Incursion/scenarios/04_Valley_of_Trolls.cfg
314share/wesnoth/data/campaigns/An_Orcish_Incursion/scenarios/05_Linaera_the_Quick.cfg 314share/wesnoth/data/campaigns/An_Orcish_Incursion/scenarios/05_Linaera_the_Quick.cfg
315share/wesnoth/data/campaigns/An_Orcish_Incursion/scenarios/06_A_Detour_through_the_Swamp.cfg 315share/wesnoth/data/campaigns/An_Orcish_Incursion/scenarios/06_A_Detour_through_the_Swamp.cfg
316share/wesnoth/data/campaigns/An_Orcish_Incursion/scenarios/07_Showdown.cfg 316share/wesnoth/data/campaigns/An_Orcish_Incursion/scenarios/07_Showdown.cfg
317share/wesnoth/data/campaigns/An_Orcish_Incursion/utils/bigmap.cfg 317share/wesnoth/data/campaigns/An_Orcish_Incursion/utils/bigmap.cfg
318share/wesnoth/data/campaigns/An_Orcish_Incursion/utils/characters.cfg 318share/wesnoth/data/campaigns/An_Orcish_Incursion/utils/characters.cfg
319share/wesnoth/data/campaigns/An_Orcish_Incursion/utils/deaths.cfg 319share/wesnoth/data/campaigns/An_Orcish_Incursion/utils/deaths.cfg
320share/wesnoth/data/campaigns/An_Orcish_Incursion/utils/macros.cfg 320share/wesnoth/data/campaigns/An_Orcish_Incursion/utils/macros.cfg
321share/wesnoth/data/campaigns/Dead_Water/HISTORY 321share/wesnoth/data/campaigns/Dead_Water/HISTORY
322share/wesnoth/data/campaigns/Dead_Water/_main.cfg 322share/wesnoth/data/campaigns/Dead_Water/_main.cfg
323share/wesnoth/data/campaigns/Dead_Water/images/attacks/fist-merman.png 323share/wesnoth/data/campaigns/Dead_Water/images/attacks/fist-merman.png
324share/wesnoth/data/campaigns/Dead_Water/images/attacks/scepter.png 324share/wesnoth/data/campaigns/Dead_Water/images/attacks/scepter.png
325share/wesnoth/data/campaigns/Dead_Water/images/attacks/tail-merman.png 325share/wesnoth/data/campaigns/Dead_Water/images/attacks/tail-merman.png
326share/wesnoth/data/campaigns/Dead_Water/images/campaign_image.png 326share/wesnoth/data/campaigns/Dead_Water/images/campaign_image.png
327share/wesnoth/data/campaigns/Dead_Water/images/items/coal.png 327share/wesnoth/data/campaigns/Dead_Water/images/items/coal.png
328share/wesnoth/data/campaigns/Dead_Water/images/items/large_cage.png 328share/wesnoth/data/campaigns/Dead_Water/images/items/large_cage.png
329share/wesnoth/data/campaigns/Dead_Water/images/items/storm-trident-buried.png 329share/wesnoth/data/campaigns/Dead_Water/images/items/storm-trident-buried.png
330share/wesnoth/data/campaigns/Dead_Water/images/items/underwater_rock1.png 330share/wesnoth/data/campaigns/Dead_Water/images/items/underwater_rock1.png
331share/wesnoth/data/campaigns/Dead_Water/images/maps/dw.png 331share/wesnoth/data/campaigns/Dead_Water/images/maps/dw.png
332share/wesnoth/data/campaigns/Dead_Water/images/maps/l10n/de/dw--overlay.png 332share/wesnoth/data/campaigns/Dead_Water/images/maps/l10n/de/dw--overlay.png
333share/wesnoth/data/campaigns/Dead_Water/images/maps/l10n/gl/dw--overlay.png 333share/wesnoth/data/campaigns/Dead_Water/images/maps/l10n/gl/dw--overlay.png
334share/wesnoth/data/campaigns/Dead_Water/images/maps/l10n/it/dw--overlay.png 334share/wesnoth/data/campaigns/Dead_Water/images/maps/l10n/it/dw--overlay.png
335share/wesnoth/data/campaigns/Dead_Water/images/maps/l10n/pt/dw--overlay.png 335share/wesnoth/data/campaigns/Dead_Water/images/maps/l10n/pt/dw--overlay.png
336share/wesnoth/data/campaigns/Dead_Water/images/maps/l10n/ru/dw--overlay.png 336share/wesnoth/data/campaigns/Dead_Water/images/maps/l10n/ru/dw--overlay.png
337share/wesnoth/data/campaigns/Dead_Water/images/maps/l10n/zh_CN/dw--overlay.png 337share/wesnoth/data/campaigns/Dead_Water/images/maps/l10n/zh_CN/dw--overlay.png
338share/wesnoth/data/campaigns/Dead_Water/images/misc/stunned-status-icon.png 338share/wesnoth/data/campaigns/Dead_Water/images/misc/stunned-status-icon.png
339share/wesnoth/data/campaigns/Dead_Water/images/overlays/arcane-icon.png 339share/wesnoth/data/campaigns/Dead_Water/images/overlays/arcane-icon.png
340share/wesnoth/data/campaigns/Dead_Water/images/overlays/flame-sword-icon.png 340share/wesnoth/data/campaigns/Dead_Water/images/overlays/flame-sword-icon.png
341share/wesnoth/data/campaigns/Dead_Water/images/overlays/silver-ring-icon.png 341share/wesnoth/data/campaigns/Dead_Water/images/overlays/silver-ring-icon.png
342share/wesnoth/data/campaigns/Dead_Water/images/overlays/storm-trident-icon.png 342share/wesnoth/data/campaigns/Dead_Water/images/overlays/storm-trident-icon.png
343share/wesnoth/data/campaigns/Dead_Water/images/portraits/brawler.png 343share/wesnoth/data/campaigns/Dead_Water/images/portraits/brawler.png
344share/wesnoth/data/campaigns/Dead_Water/images/portraits/caladon.png 344share/wesnoth/data/campaigns/Dead_Water/images/portraits/caladon.png
345share/wesnoth/data/campaigns/Dead_Water/images/portraits/cylanna.png 345share/wesnoth/data/campaigns/Dead_Water/images/portraits/cylanna.png
346share/wesnoth/data/campaigns/Dead_Water/images/portraits/gwabbo.png 346share/wesnoth/data/campaigns/Dead_Water/images/portraits/gwabbo.png
347share/wesnoth/data/campaigns/Dead_Water/images/portraits/kai_krellis.png 347share/wesnoth/data/campaigns/Dead_Water/images/portraits/kai_krellis.png
348share/wesnoth/data/campaigns/Dead_Water/images/portraits/kai_krellis2.png 348share/wesnoth/data/campaigns/Dead_Water/images/portraits/kai_krellis2.png
349share/wesnoth/data/campaigns/Dead_Water/images/units/merfolk/brawler-defend.png 349share/wesnoth/data/campaigns/Dead_Water/images/units/merfolk/brawler-defend.png
350share/wesnoth/data/campaigns/Dead_Water/images/units/merfolk/brawler-fist-1.png 350share/wesnoth/data/campaigns/Dead_Water/images/units/merfolk/brawler-fist-1.png
351share/wesnoth/data/campaigns/Dead_Water/images/units/merfolk/brawler-fist-2.png 351share/wesnoth/data/campaigns/Dead_Water/images/units/merfolk/brawler-fist-2.png
352share/wesnoth/data/campaigns/Dead_Water/images/units/merfolk/brawler-fist-3.png 352share/wesnoth/data/campaigns/Dead_Water/images/units/merfolk/brawler-fist-3.png
353share/wesnoth/data/campaigns/Dead_Water/images/units/merfolk/brawler-tail-land-1.png 353share/wesnoth/data/campaigns/Dead_Water/images/units/merfolk/brawler-tail-land-1.png
354share/wesnoth/data/campaigns/Dead_Water/images/units/merfolk/brawler-tail-land-2.png 354share/wesnoth/data/campaigns/Dead_Water/images/units/merfolk/brawler-tail-land-2.png
355share/wesnoth/data/campaigns/Dead_Water/images/units/merfolk/brawler-tail-land-3.png 355share/wesnoth/data/campaigns/Dead_Water/images/units/merfolk/brawler-tail-land-3.png
356share/wesnoth/data/campaigns/Dead_Water/images/units/merfolk/brawler-tail-land-4.png 356share/wesnoth/data/campaigns/Dead_Water/images/units/merfolk/brawler-tail-land-4.png
357share/wesnoth/data/campaigns/Dead_Water/images/units/merfolk/brawler-tail-land-5.png 357share/wesnoth/data/campaigns/Dead_Water/images/units/merfolk/brawler-tail-land-5.png
358share/wesnoth/data/campaigns/Dead_Water/images/units/merfolk/brawler.png 358share/wesnoth/data/campaigns/Dead_Water/images/units/merfolk/brawler.png
359share/wesnoth/data/campaigns/Dead_Water/images/units/merfolk/child_king-attack-1.png 359share/wesnoth/data/campaigns/Dead_Water/images/units/merfolk/child_king-attack-1.png
360share/wesnoth/data/campaigns/Dead_Water/images/units/merfolk/child_king-attack-2.png 360share/wesnoth/data/campaigns/Dead_Water/images/units/merfolk/child_king-attack-2.png
361share/wesnoth/data/campaigns/Dead_Water/images/units/merfolk/child_king-attack-3.png 361share/wesnoth/data/campaigns/Dead_Water/images/units/merfolk/child_king-attack-3.png
362share/wesnoth/data/campaigns/Dead_Water/images/units/merfolk/child_king-attack-3n.png 362share/wesnoth/data/campaigns/Dead_Water/images/units/merfolk/child_king-attack-3n.png
363share/wesnoth/data/campaigns/Dead_Water/images/units/merfolk/child_king-attack-4.png 363share/wesnoth/data/campaigns/Dead_Water/images/units/merfolk/child_king-attack-4.png
364share/wesnoth/data/campaigns/Dead_Water/images/units/merfolk/child_king-attack-5.png 364share/wesnoth/data/campaigns/Dead_Water/images/units/merfolk/child_king-attack-5.png
365share/wesnoth/data/campaigns/Dead_Water/images/units/merfolk/child_king-defend.png 365share/wesnoth/data/campaigns/Dead_Water/images/units/merfolk/child_king-defend.png
366share/wesnoth/data/campaigns/Dead_Water/images/units/merfolk/child_king.png 366share/wesnoth/data/campaigns/Dead_Water/images/units/merfolk/child_king.png
367share/wesnoth/data/campaigns/Dead_Water/images/units/merfolk/citizen-defend.png 367share/wesnoth/data/campaigns/Dead_Water/images/units/merfolk/citizen-defend.png
368share/wesnoth/data/campaigns/Dead_Water/images/units/merfolk/citizen-fist-1.png 368share/wesnoth/data/campaigns/Dead_Water/images/units/merfolk/citizen-fist-1.png
369share/wesnoth/data/campaigns/Dead_Water/images/units/merfolk/citizen-fist-2.png 369share/wesnoth/data/campaigns/Dead_Water/images/units/merfolk/citizen-fist-2.png
370share/wesnoth/data/campaigns/Dead_Water/images/units/merfolk/citizen-fist-3.png 370share/wesnoth/data/campaigns/Dead_Water/images/units/merfolk/citizen-fist-3.png
371share/wesnoth/data/campaigns/Dead_Water/images/units/merfolk/citizen.png 371share/wesnoth/data/campaigns/Dead_Water/images/units/merfolk/citizen.png
372share/wesnoth/data/campaigns/Dead_Water/images/units/merfolk/soldier_king-attack-1.png 372share/wesnoth/data/campaigns/Dead_Water/images/units/merfolk/soldier_king-attack-1.png
373share/wesnoth/data/campaigns/Dead_Water/images/units/merfolk/soldier_king-attack-2.png 373share/wesnoth/data/campaigns/Dead_Water/images/units/merfolk/soldier_king-attack-2.png
374share/wesnoth/data/campaigns/Dead_Water/images/units/merfolk/soldier_king-attack-3.png 374share/wesnoth/data/campaigns/Dead_Water/images/units/merfolk/soldier_king-attack-3.png
375share/wesnoth/data/campaigns/Dead_Water/images/units/merfolk/soldier_king-attack-4.png 375share/wesnoth/data/campaigns/Dead_Water/images/units/merfolk/soldier_king-attack-4.png
376share/wesnoth/data/campaigns/Dead_Water/images/units/merfolk/soldier_king-attack-4n.png 376share/wesnoth/data/campaigns/Dead_Water/images/units/merfolk/soldier_king-attack-4n.png
377share/wesnoth/data/campaigns/Dead_Water/images/units/merfolk/soldier_king-attack-5.png 377share/wesnoth/data/campaigns/Dead_Water/images/units/merfolk/soldier_king-attack-5.png
378share/wesnoth/data/campaigns/Dead_Water/images/units/merfolk/soldier_king-attack-6.png 378share/wesnoth/data/campaigns/Dead_Water/images/units/merfolk/soldier_king-attack-6.png
379share/wesnoth/data/campaigns/Dead_Water/images/units/merfolk/soldier_king-attack-7.png 379share/wesnoth/data/campaigns/Dead_Water/images/units/merfolk/soldier_king-attack-7.png
380share/wesnoth/data/campaigns/Dead_Water/images/units/merfolk/soldier_king-attack-8.png 380share/wesnoth/data/campaigns/Dead_Water/images/units/merfolk/soldier_king-attack-8.png
381share/wesnoth/data/campaigns/Dead_Water/images/units/merfolk/soldier_king-defend.png 381share/wesnoth/data/campaigns/Dead_Water/images/units/merfolk/soldier_king-defend.png
382share/wesnoth/data/campaigns/Dead_Water/images/units/merfolk/soldier_king-leading.png 382share/wesnoth/data/campaigns/Dead_Water/images/units/merfolk/soldier_king-leading.png
383share/wesnoth/data/campaigns/Dead_Water/images/units/merfolk/soldier_king.png 383share/wesnoth/data/campaigns/Dead_Water/images/units/merfolk/soldier_king.png
384share/wesnoth/data/campaigns/Dead_Water/images/units/merfolk/warrior_king-attack-1.png 384share/wesnoth/data/campaigns/Dead_Water/images/units/merfolk/warrior_king-attack-1.png
385share/wesnoth/data/campaigns/Dead_Water/images/units/merfolk/warrior_king-attack-2.png 385share/wesnoth/data/campaigns/Dead_Water/images/units/merfolk/warrior_king-attack-2.png
386share/wesnoth/data/campaigns/Dead_Water/images/units/merfolk/warrior_king-attack-3.png 386share/wesnoth/data/campaigns/Dead_Water/images/units/merfolk/warrior_king-attack-3.png
387share/wesnoth/data/campaigns/Dead_Water/images/units/merfolk/warrior_king-attack-4.png 387share/wesnoth/data/campaigns/Dead_Water/images/units/merfolk/warrior_king-attack-4.png
388share/wesnoth/data/campaigns/Dead_Water/images/units/merfolk/warrior_king-attack-4n.png 388share/wesnoth/data/campaigns/Dead_Water/images/units/merfolk/warrior_king-attack-4n.png
389share/wesnoth/data/campaigns/Dead_Water/images/units/merfolk/warrior_king-attack-5.png 389share/wesnoth/data/campaigns/Dead_Water/images/units/merfolk/warrior_king-attack-5.png
390share/wesnoth/data/campaigns/Dead_Water/images/units/merfolk/warrior_king-attack-6.png 390share/wesnoth/data/campaigns/Dead_Water/images/units/merfolk/warrior_king-attack-6.png
391share/wesnoth/data/campaigns/Dead_Water/images/units/merfolk/warrior_king-attack-7.png 391share/wesnoth/data/campaigns/Dead_Water/images/units/merfolk/warrior_king-attack-7.png
392share/wesnoth/data/campaigns/Dead_Water/images/units/merfolk/warrior_king-attack-8.png 392share/wesnoth/data/campaigns/Dead_Water/images/units/merfolk/warrior_king-attack-8.png
393share/wesnoth/data/campaigns/Dead_Water/images/units/merfolk/warrior_king-attack-9.png 393share/wesnoth/data/campaigns/Dead_Water/images/units/merfolk/warrior_king-attack-9.png
394share/wesnoth/data/campaigns/Dead_Water/images/units/merfolk/warrior_king-defend.png 394share/wesnoth/data/campaigns/Dead_Water/images/units/merfolk/warrior_king-defend.png
395share/wesnoth/data/campaigns/Dead_Water/images/units/merfolk/warrior_king-leading.png 395share/wesnoth/data/campaigns/Dead_Water/images/units/merfolk/warrior_king-leading.png
396share/wesnoth/data/campaigns/Dead_Water/images/units/merfolk/warrior_king.png 396share/wesnoth/data/campaigns/Dead_Water/images/units/merfolk/warrior_king.png
397share/wesnoth/data/campaigns/Dead_Water/images/units/merfolk/young_king-attack-1.png 397share/wesnoth/data/campaigns/Dead_Water/images/units/merfolk/young_king-attack-1.png
398share/wesnoth/data/campaigns/Dead_Water/images/units/merfolk/young_king-attack-2.png 398share/wesnoth/data/campaigns/Dead_Water/images/units/merfolk/young_king-attack-2.png
399share/wesnoth/data/campaigns/Dead_Water/images/units/merfolk/young_king-attack-3.png 399share/wesnoth/data/campaigns/Dead_Water/images/units/merfolk/young_king-attack-3.png
400share/wesnoth/data/campaigns/Dead_Water/images/units/merfolk/young_king-attack-4.png 400share/wesnoth/data/campaigns/Dead_Water/images/units/merfolk/young_king-attack-4.png
401share/wesnoth/data/campaigns/Dead_Water/images/units/merfolk/young_king-attack-4n.png 401share/wesnoth/data/campaigns/Dead_Water/images/units/merfolk/young_king-attack-4n.png
402share/wesnoth/data/campaigns/Dead_Water/images/units/merfolk/young_king-attack-5.png 402share/wesnoth/data/campaigns/Dead_Water/images/units/merfolk/young_king-attack-5.png
403share/wesnoth/data/campaigns/Dead_Water/images/units/merfolk/young_king-attack-6.png 403share/wesnoth/data/campaigns/Dead_Water/images/units/merfolk/young_king-attack-6.png
404share/wesnoth/data/campaigns/Dead_Water/images/units/merfolk/young_king-attack-7.png 404share/wesnoth/data/campaigns/Dead_Water/images/units/merfolk/young_king-attack-7.png
405share/wesnoth/data/campaigns/Dead_Water/images/units/merfolk/young_king-attack-8.png 405share/wesnoth/data/campaigns/Dead_Water/images/units/merfolk/young_king-attack-8.png
406share/wesnoth/data/campaigns/Dead_Water/images/units/merfolk/young_king-attack-9.png 406share/wesnoth/data/campaigns/Dead_Water/images/units/merfolk/young_king-attack-9.png
407share/wesnoth/data/campaigns/Dead_Water/images/units/merfolk/young_king-defend.png 407share/wesnoth/data/campaigns/Dead_Water/images/units/merfolk/young_king-defend.png
408share/wesnoth/data/campaigns/Dead_Water/images/units/merfolk/young_king-leading.png 408share/wesnoth/data/campaigns/Dead_Water/images/units/merfolk/young_king-leading.png
409share/wesnoth/data/campaigns/Dead_Water/images/units/merfolk/young_king.png 409share/wesnoth/data/campaigns/Dead_Water/images/units/merfolk/young_king.png
410share/wesnoth/data/campaigns/Dead_Water/images/units/monsters/kraken-defend.png 410share/wesnoth/data/campaigns/Dead_Water/images/units/monsters/kraken-defend.png
411share/wesnoth/data/campaigns/Dead_Water/images/units/monsters/kraken-n-defend.png 411share/wesnoth/data/campaigns/Dead_Water/images/units/monsters/kraken-n-defend.png
412share/wesnoth/data/campaigns/Dead_Water/images/units/monsters/kraken-n-tentacle-1.png 412share/wesnoth/data/campaigns/Dead_Water/images/units/monsters/kraken-n-tentacle-1.png
413share/wesnoth/data/campaigns/Dead_Water/images/units/monsters/kraken-n-tentacle-2.png 413share/wesnoth/data/campaigns/Dead_Water/images/units/monsters/kraken-n-tentacle-2.png
414share/wesnoth/data/campaigns/Dead_Water/images/units/monsters/kraken-n-tentacle-3.png 414share/wesnoth/data/campaigns/Dead_Water/images/units/monsters/kraken-n-tentacle-3.png
415share/wesnoth/data/campaigns/Dead_Water/images/units/monsters/kraken-tentacle-1.png 415share/wesnoth/data/campaigns/Dead_Water/images/units/monsters/kraken-tentacle-1.png
416share/wesnoth/data/campaigns/Dead_Water/images/units/monsters/kraken-tentacle-2.png 416share/wesnoth/data/campaigns/Dead_Water/images/units/monsters/kraken-tentacle-2.png
417share/wesnoth/data/campaigns/Dead_Water/images/units/monsters/kraken-tentacle-3.png 417share/wesnoth/data/campaigns/Dead_Water/images/units/monsters/kraken-tentacle-3.png
418share/wesnoth/data/campaigns/Dead_Water/images/units/monsters/kraken.png 418share/wesnoth/data/campaigns/Dead_Water/images/units/monsters/kraken.png
419share/wesnoth/data/campaigns/Dead_Water/images/units/undead/dark_shape.png 419share/wesnoth/data/campaigns/Dead_Water/images/units/undead/dark_shape.png
420share/wesnoth/data/campaigns/Dead_Water/maps/Bilheld.map 420share/wesnoth/data/campaigns/Dead_Water/maps/Bilheld.map
421share/wesnoth/data/campaigns/Dead_Water/maps/Home_1.map 421share/wesnoth/data/campaigns/Dead_Water/maps/Home_1.map
422share/wesnoth/data/campaigns/Dead_Water/maps/Home_2.map 422share/wesnoth/data/campaigns/Dead_Water/maps/Home_2.map
423share/wesnoth/data/campaigns/Dead_Water/maps/Slavers.map 423share/wesnoth/data/campaigns/Dead_Water/maps/Slavers.map
424share/wesnoth/data/campaigns/Dead_Water/maps/Talking_To_Tyegea.map 424share/wesnoth/data/campaigns/Dead_Water/maps/Talking_To_Tyegea.map
425share/wesnoth/data/campaigns/Dead_Water/maps/The_Flaming_Sword.map 425share/wesnoth/data/campaigns/Dead_Water/maps/The_Flaming_Sword.map
426share/wesnoth/data/campaigns/Dead_Water/maps/The_Mage.map 426share/wesnoth/data/campaigns/Dead_Water/maps/The_Mage.map
427share/wesnoth/data/campaigns/Dead_Water/maps/Tirigaz.map 427share/wesnoth/data/campaigns/Dead_Water/maps/Tirigaz.map
428share/wesnoth/data/campaigns/Dead_Water/maps/Uncharted_Islands.map 428share/wesnoth/data/campaigns/Dead_Water/maps/Uncharted_Islands.map
429share/wesnoth/data/campaigns/Dead_Water/maps/Wolf_Coast.map 429share/wesnoth/data/campaigns/Dead_Water/maps/Wolf_Coast.map
430share/wesnoth/data/campaigns/Dead_Water/scenarios/01_Invasion.cfg 430share/wesnoth/data/campaigns/Dead_Water/scenarios/01_Invasion.cfg
431share/wesnoth/data/campaigns/Dead_Water/scenarios/02_Flight.cfg 431share/wesnoth/data/campaigns/Dead_Water/scenarios/02_Flight.cfg
432share/wesnoth/data/campaigns/Dead_Water/scenarios/03_Wolf_Coast.cfg 432share/wesnoth/data/campaigns/Dead_Water/scenarios/03_Wolf_Coast.cfg
433share/wesnoth/data/campaigns/Dead_Water/scenarios/04_Slavers.cfg 433share/wesnoth/data/campaigns/Dead_Water/scenarios/04_Slavers.cfg
434share/wesnoth/data/campaigns/Dead_Water/scenarios/05_Tirigaz.cfg 434share/wesnoth/data/campaigns/Dead_Water/scenarios/05_Tirigaz.cfg
435share/wesnoth/data/campaigns/Dead_Water/scenarios/06_Uncharted_Islands.cfg 435share/wesnoth/data/campaigns/Dead_Water/scenarios/06_Uncharted_Islands.cfg
436share/wesnoth/data/campaigns/Dead_Water/scenarios/07_Bilheld.cfg 436share/wesnoth/data/campaigns/Dead_Water/scenarios/07_Bilheld.cfg
437share/wesnoth/data/campaigns/Dead_Water/scenarios/08_Talking_to_Tyegea.cfg 437share/wesnoth/data/campaigns/Dead_Water/scenarios/08_Talking_to_Tyegea.cfg
438share/wesnoth/data/campaigns/Dead_Water/scenarios/09_The_Mage.cfg 438share/wesnoth/data/campaigns/Dead_Water/scenarios/09_The_Mage.cfg
439share/wesnoth/data/campaigns/Dead_Water/scenarios/10_The_Flaming_Sword.cfg 439share/wesnoth/data/campaigns/Dead_Water/scenarios/10_The_Flaming_Sword.cfg
440share/wesnoth/data/campaigns/Dead_Water/scenarios/11_Getting_Help.cfg 440share/wesnoth/data/campaigns/Dead_Water/scenarios/11_Getting_Help.cfg
441share/wesnoth/data/campaigns/Dead_Water/scenarios/12_Revenge.cfg 441share/wesnoth/data/campaigns/Dead_Water/scenarios/12_Revenge.cfg
442share/wesnoth/data/campaigns/Dead_Water/scenarios/13_Epilogue.cfg 442share/wesnoth/data/campaigns/Dead_Water/scenarios/13_Epilogue.cfg
443share/wesnoth/data/campaigns/Dead_Water/units/Brawler.cfg 443share/wesnoth/data/campaigns/Dead_Water/units/Brawler.cfg
444share/wesnoth/data/campaigns/Dead_Water/units/Child_King.cfg 444share/wesnoth/data/campaigns/Dead_Water/units/Child_King.cfg
445share/wesnoth/data/campaigns/Dead_Water/units/Citizen.cfg 445share/wesnoth/data/campaigns/Dead_Water/units/Citizen.cfg
446share/wesnoth/data/campaigns/Dead_Water/units/Dark_Shape.cfg 446share/wesnoth/data/campaigns/Dead_Water/units/Dark_Shape.cfg
447share/wesnoth/data/campaigns/Dead_Water/units/Kraken.cfg 447share/wesnoth/data/campaigns/Dead_Water/units/Kraken.cfg
448share/wesnoth/data/campaigns/Dead_Water/units/Soldier_King.cfg 448share/wesnoth/data/campaigns/Dead_Water/units/Soldier_King.cfg
449share/wesnoth/data/campaigns/Dead_Water/units/Warrior_King.cfg 449share/wesnoth/data/campaigns/Dead_Water/units/Warrior_King.cfg
450share/wesnoth/data/campaigns/Dead_Water/units/Young_King.cfg 450share/wesnoth/data/campaigns/Dead_Water/units/Young_King.cfg
451share/wesnoth/data/campaigns/Dead_Water/utils/bigmap.cfg 451share/wesnoth/data/campaigns/Dead_Water/utils/bigmap.cfg
452share/wesnoth/data/campaigns/Dead_Water/utils/dw-utils.cfg 452share/wesnoth/data/campaigns/Dead_Water/utils/dw-utils.cfg
453share/wesnoth/data/campaigns/Dead_Water/utils/items.cfg 453share/wesnoth/data/campaigns/Dead_Water/utils/items.cfg
454share/wesnoth/data/campaigns/Dead_Water/utils/specials.cfg 454share/wesnoth/data/campaigns/Dead_Water/utils/specials.cfg
455share/wesnoth/data/campaigns/Delfadors_Memoirs/HISTORY 455share/wesnoth/data/campaigns/Delfadors_Memoirs/HISTORY
456share/wesnoth/data/campaigns/Delfadors_Memoirs/_main.cfg 456share/wesnoth/data/campaigns/Delfadors_Memoirs/_main.cfg
457share/wesnoth/data/campaigns/Delfadors_Memoirs/images/campaign_image.png 457share/wesnoth/data/campaigns/Delfadors_Memoirs/images/campaign_image.png
458share/wesnoth/data/campaigns/Delfadors_Memoirs/images/halo/wose-ranged-halo1.png 458share/wesnoth/data/campaigns/Delfadors_Memoirs/images/halo/wose-ranged-halo1.png
459share/wesnoth/data/campaigns/Delfadors_Memoirs/images/halo/wose-ranged-halo2.png 459share/wesnoth/data/campaigns/Delfadors_Memoirs/images/halo/wose-ranged-halo2.png
460share/wesnoth/data/campaigns/Delfadors_Memoirs/images/halo/wose-ranged-halo3.png 460share/wesnoth/data/campaigns/Delfadors_Memoirs/images/halo/wose-ranged-halo3.png
461share/wesnoth/data/campaigns/Delfadors_Memoirs/images/halo/wose-ranged-halo4.png 461share/wesnoth/data/campaigns/Delfadors_Memoirs/images/halo/wose-ranged-halo4.png
462share/wesnoth/data/campaigns/Delfadors_Memoirs/images/halo/wose-stationary-halo1.png 462share/wesnoth/data/campaigns/Delfadors_Memoirs/images/halo/wose-stationary-halo1.png
463share/wesnoth/data/campaigns/Delfadors_Memoirs/images/halo/wose-stationary-halo2.png 463share/wesnoth/data/campaigns/Delfadors_Memoirs/images/halo/wose-stationary-halo2.png
464share/wesnoth/data/campaigns/Delfadors_Memoirs/images/halo/wose-stationary-halo3.png 464share/wesnoth/data/campaigns/Delfadors_Memoirs/images/halo/wose-stationary-halo3.png
465share/wesnoth/data/campaigns/Delfadors_Memoirs/images/halo/wose-stationary-halo4.png 465share/wesnoth/data/campaigns/Delfadors_Memoirs/images/halo/wose-stationary-halo4.png
466share/wesnoth/data/campaigns/Delfadors_Memoirs/images/halo/wose-stationary-halo5.png 466share/wesnoth/data/campaigns/Delfadors_Memoirs/images/halo/wose-stationary-halo5.png
467share/wesnoth/data/campaigns/Delfadors_Memoirs/images/halo/wose-stationary-halo6.png 467share/wesnoth/data/campaigns/Delfadors_Memoirs/images/halo/wose-stationary-halo6.png
468share/wesnoth/data/campaigns/Delfadors_Memoirs/images/halo/wose-stationary-halo7.png 468share/wesnoth/data/campaigns/Delfadors_Memoirs/images/halo/wose-stationary-halo7.png
469share/wesnoth/data/campaigns/Delfadors_Memoirs/images/halo/wose-stationary-halo8.png 469share/wesnoth/data/campaigns/Delfadors_Memoirs/images/halo/wose-stationary-halo8.png
470share/wesnoth/data/campaigns/Delfadors_Memoirs/images/land-of-the-dead.png 470share/wesnoth/data/campaigns/Delfadors_Memoirs/images/land-of-the-dead.png
471share/wesnoth/data/campaigns/Delfadors_Memoirs/images/portraits/README.md 471share/wesnoth/data/campaigns/Delfadors_Memoirs/images/portraits/README.md
472share/wesnoth/data/campaigns/Delfadors_Memoirs/images/portraits/chantal-druid.png 472share/wesnoth/data/campaigns/Delfadors_Memoirs/images/portraits/chantal-druid.png
473share/wesnoth/data/campaigns/Delfadors_Memoirs/images/portraits/chantal-shyde.png 473share/wesnoth/data/campaigns/Delfadors_Memoirs/images/portraits/chantal-shyde.png
474share/wesnoth/data/campaigns/Delfadors_Memoirs/images/portraits/eldred.png 474share/wesnoth/data/campaigns/Delfadors_Memoirs/images/portraits/eldred.png
475share/wesnoth/data/campaigns/Delfadors_Memoirs/images/portraits/garard.png 475share/wesnoth/data/campaigns/Delfadors_Memoirs/images/portraits/garard.png
476share/wesnoth/data/campaigns/Delfadors_Memoirs/images/portraits/kalenz.png 476share/wesnoth/data/campaigns/Delfadors_Memoirs/images/portraits/kalenz.png
477share/wesnoth/data/campaigns/Delfadors_Memoirs/images/portraits/leollyn.png 477share/wesnoth/data/campaigns/Delfadors_Memoirs/images/portraits/leollyn.png
478share/wesnoth/data/campaigns/Delfadors_Memoirs/images/portraits/lionel.png 478share/wesnoth/data/campaigns/Delfadors_Memoirs/images/portraits/lionel.png
479share/wesnoth/data/campaigns/Delfadors_Memoirs/images/portraits/methor.png 479share/wesnoth/data/campaigns/Delfadors_Memoirs/images/portraits/methor.png
480share/wesnoth/data/campaigns/Delfadors_Memoirs/images/portraits/old_delfador.png 480share/wesnoth/data/campaigns/Delfadors_Memoirs/images/portraits/old_delfador.png
481share/wesnoth/data/campaigns/Delfadors_Memoirs/images/portraits/oracle1.png 481share/wesnoth/data/campaigns/Delfadors_Memoirs/images/portraits/oracle1.png
482share/wesnoth/data/campaigns/Delfadors_Memoirs/images/portraits/oracle2.png 482share/wesnoth/data/campaigns/Delfadors_Memoirs/images/portraits/oracle2.png
483share/wesnoth/data/campaigns/Delfadors_Memoirs/images/portraits/oracle3.png 483share/wesnoth/data/campaigns/Delfadors_Memoirs/images/portraits/oracle3.png
484share/wesnoth/data/campaigns/Delfadors_Memoirs/images/portraits/oracle4.png 484share/wesnoth/data/campaigns/Delfadors_Memoirs/images/portraits/oracle4.png
485share/wesnoth/data/campaigns/Delfadors_Memoirs/images/portraits/tomb-guardian.png 485share/wesnoth/data/campaigns/Delfadors_Memoirs/images/portraits/tomb-guardian.png
486share/wesnoth/data/campaigns/Delfadors_Memoirs/images/portraits/young_delfador.png 486share/wesnoth/data/campaigns/Delfadors_Memoirs/images/portraits/young_delfador.png
487share/wesnoth/data/campaigns/Delfadors_Memoirs/images/portraits/younger_delfador.png 487share/wesnoth/data/campaigns/Delfadors_Memoirs/images/portraits/younger_delfador.png
488share/wesnoth/data/campaigns/Delfadors_Memoirs/images/portraits/zorlan.png 488share/wesnoth/data/campaigns/Delfadors_Memoirs/images/portraits/zorlan.png
489share/wesnoth/data/campaigns/Delfadors_Memoirs/images/story/httt_story3.jpg 489share/wesnoth/data/campaigns/Delfadors_Memoirs/images/story/httt_story3.jpg
490share/wesnoth/data/campaigns/Delfadors_Memoirs/images/story/portraits/garard-large.png 490share/wesnoth/data/campaigns/Delfadors_Memoirs/images/story/portraits/garard-large.png
491share/wesnoth/data/campaigns/Delfadors_Memoirs/images/story/portraits/sagus.png 491share/wesnoth/data/campaigns/Delfadors_Memoirs/images/story/portraits/sagus.png
492share/wesnoth/data/campaigns/Delfadors_Memoirs/images/story/portraits/young_delfador-large.png 492share/wesnoth/data/campaigns/Delfadors_Memoirs/images/story/portraits/young_delfador-large.png
493share/wesnoth/data/campaigns/Delfadors_Memoirs/images/units/wose-shaman.png 493share/wesnoth/data/campaigns/Delfadors_Memoirs/images/units/wose-shaman.png
494share/wesnoth/data/campaigns/Delfadors_Memoirs/images/young_delfador.png 494share/wesnoth/data/campaigns/Delfadors_Memoirs/images/young_delfador.png
495share/wesnoth/data/campaigns/Delfadors_Memoirs/maps/01_Overture.map 495share/wesnoth/data/campaigns/Delfadors_Memoirs/maps/01_Overture.map
496share/wesnoth/data/campaigns/Delfadors_Memoirs/maps/02_This_Valley_Belongs_to_Me.map 496share/wesnoth/data/campaigns/Delfadors_Memoirs/maps/02_This_Valley_Belongs_to_Me.map
497share/wesnoth/data/campaigns/Delfadors_Memoirs/maps/03_The_Road_to_Weldyn.map 497share/wesnoth/data/campaigns/Delfadors_Memoirs/maps/03_The_Road_to_Weldyn.map
498share/wesnoth/data/campaigns/Delfadors_Memoirs/maps/04_Leollyn.map 498share/wesnoth/data/campaigns/Delfadors_Memoirs/maps/04_Leollyn.map
499share/wesnoth/data/campaigns/Delfadors_Memoirs/maps/05_Council_in_Weldyn.map 499share/wesnoth/data/campaigns/Delfadors_Memoirs/maps/05_Council_in_Weldyn.map
500share/wesnoth/data/campaigns/Delfadors_Memoirs/maps/06_The_Swamps_of_Illuven.map 500share/wesnoth/data/campaigns/Delfadors_Memoirs/maps/06_The_Swamps_of_Illuven.map
501share/wesnoth/data/campaigns/Delfadors_Memoirs/maps/07_Night_in_the_Swamp.map 501share/wesnoth/data/campaigns/Delfadors_Memoirs/maps/07_Night_in_the_Swamp.map
502share/wesnoth/data/campaigns/Delfadors_Memoirs/maps/08_Ur-Thorodor.map 502share/wesnoth/data/campaigns/Delfadors_Memoirs/maps/08_Ur-Thorodor.map
503share/wesnoth/data/campaigns/Delfadors_Memoirs/maps/09_Houses_of_the_Dead.map 503share/wesnoth/data/campaigns/Delfadors_Memoirs/maps/09_Houses_of_the_Dead.map
504share/wesnoth/data/campaigns/Delfadors_Memoirs/maps/10_The_Gate_Between_Worlds.map 504share/wesnoth/data/campaigns/Delfadors_Memoirs/maps/10_The_Gate_Between_Worlds.map
505share/wesnoth/data/campaigns/Delfadors_Memoirs/maps/11_Wasteland.map 505share/wesnoth/data/campaigns/Delfadors_Memoirs/maps/11_Wasteland.map
506share/wesnoth/data/campaigns/Delfadors_Memoirs/maps/12_Terror_at_the_Ford_of_Parthyn.map 506share/wesnoth/data/campaigns/Delfadors_Memoirs/maps/12_Terror_at_the_Ford_of_Parthyn.map
507share/wesnoth/data/campaigns/Delfadors_Memoirs/maps/13_The_Return_of_Trouble.map 507share/wesnoth/data/campaigns/Delfadors_Memoirs/maps/13_The_Return_of_Trouble.map
508share/wesnoth/data/campaigns/Delfadors_Memoirs/maps/14_Shadows_in_the_Dark.map 508share/wesnoth/data/campaigns/Delfadors_Memoirs/maps/14_Shadows_in_the_Dark.map
509share/wesnoth/data/campaigns/Delfadors_Memoirs/maps/15_Save_the_King.map 509share/wesnoth/data/campaigns/Delfadors_Memoirs/maps/15_Save_the_King.map
510share/wesnoth/data/campaigns/Delfadors_Memoirs/maps/17_A_New_Ally.map 510share/wesnoth/data/campaigns/Delfadors_Memoirs/maps/17_A_New_Ally.map
511share/wesnoth/data/campaigns/Delfadors_Memoirs/maps/18_The_Portal_of_Doom.map 511share/wesnoth/data/campaigns/Delfadors_Memoirs/maps/18_The_Portal_of_Doom.map
512share/wesnoth/data/campaigns/Delfadors_Memoirs/maps/19_Showdown_in_the_Northern_Swamp.map 512share/wesnoth/data/campaigns/Delfadors_Memoirs/maps/19_Showdown_in_the_Northern_Swamp.map
513share/wesnoth/data/campaigns/Delfadors_Memoirs/maps/20_Prince_of_Wesnoth.map 513share/wesnoth/data/campaigns/Delfadors_Memoirs/maps/20_Prince_of_Wesnoth.map
514share/wesnoth/data/campaigns/Delfadors_Memoirs/maps/21_Clash_at_the_Manor.map 514share/wesnoth/data/campaigns/Delfadors_Memoirs/maps/21_Clash_at_the_Manor.map
515share/wesnoth/data/campaigns/Delfadors_Memoirs/maps/22_Face_of_the_Enemy.map 515share/wesnoth/data/campaigns/Delfadors_Memoirs/maps/22_Face_of_the_Enemy.map
516share/wesnoth/data/campaigns/Delfadors_Memoirs/scenarios/01_Overture.cfg 516share/wesnoth/data/campaigns/Delfadors_Memoirs/scenarios/01_Overture.cfg
517share/wesnoth/data/campaigns/Delfadors_Memoirs/scenarios/02_This_Valley_Belongs_to_Me.cfg 517share/wesnoth/data/campaigns/Delfadors_Memoirs/scenarios/02_This_Valley_Belongs_to_Me.cfg
518share/wesnoth/data/campaigns/Delfadors_Memoirs/scenarios/03_The_Road_to_Weldyn.cfg 518share/wesnoth/data/campaigns/Delfadors_Memoirs/scenarios/03_The_Road_to_Weldyn.cfg
519share/wesnoth/data/campaigns/Delfadors_Memoirs/scenarios/04_Leollyn.cfg 519share/wesnoth/data/campaigns/Delfadors_Memoirs/scenarios/04_Leollyn.cfg
520share/wesnoth/data/campaigns/Delfadors_Memoirs/scenarios/05_Council_in_Weldyn.cfg 520share/wesnoth/data/campaigns/Delfadors_Memoirs/scenarios/05_Council_in_Weldyn.cfg
521share/wesnoth/data/campaigns/Delfadors_Memoirs/scenarios/06_Swamps_of_Illuven.cfg 521share/wesnoth/data/campaigns/Delfadors_Memoirs/scenarios/06_Swamps_of_Illuven.cfg
522share/wesnoth/data/campaigns/Delfadors_Memoirs/scenarios/07_Night_in_the_Swamp.cfg 522share/wesnoth/data/campaigns/Delfadors_Memoirs/scenarios/07_Night_in_the_Swamp.cfg
523share/wesnoth/data/campaigns/Delfadors_Memoirs/scenarios/08_Ur_Thorodor.cfg 523share/wesnoth/data/campaigns/Delfadors_Memoirs/scenarios/08_Ur_Thorodor.cfg
524share/wesnoth/data/campaigns/Delfadors_Memoirs/scenarios/09_Houses_of_the_Undead.cfg 524share/wesnoth/data/campaigns/Delfadors_Memoirs/scenarios/09_Houses_of_the_Undead.cfg
525share/wesnoth/data/campaigns/Delfadors_Memoirs/scenarios/10_The_Gate_Between_Worlds.cfg 525share/wesnoth/data/campaigns/Delfadors_Memoirs/scenarios/10_The_Gate_Between_Worlds.cfg
526share/wesnoth/data/campaigns/Delfadors_Memoirs/scenarios/11_Wasteland.cfg 526share/wesnoth/data/campaigns/Delfadors_Memoirs/scenarios/11_Wasteland.cfg
527share/wesnoth/data/campaigns/Delfadors_Memoirs/scenarios/12_Terror_at_the_Ford_of_Parthyn.cfg 527share/wesnoth/data/campaigns/Delfadors_Memoirs/scenarios/12_Terror_at_the_Ford_of_Parthyn.cfg
528share/wesnoth/data/campaigns/Delfadors_Memoirs/scenarios/13_The_Return_of_Trouble.cfg 528share/wesnoth/data/campaigns/Delfadors_Memoirs/scenarios/13_The_Return_of_Trouble.cfg
529share/wesnoth/data/campaigns/Delfadors_Memoirs/scenarios/14_Shadows.cfg 529share/wesnoth/data/campaigns/Delfadors_Memoirs/scenarios/14_Shadows.cfg
530share/wesnoth/data/campaigns/Delfadors_Memoirs/scenarios/15_Save_the_King.cfg 530share/wesnoth/data/campaigns/Delfadors_Memoirs/scenarios/15_Save_the_King.cfg
531share/wesnoth/data/campaigns/Delfadors_Memoirs/scenarios/16_Dark_Sky_Over_Weldyn.cfg 531share/wesnoth/data/campaigns/Delfadors_Memoirs/scenarios/16_Dark_Sky_Over_Weldyn.cfg
532share/wesnoth/data/campaigns/Delfadors_Memoirs/scenarios/17_A_New_Ally.cfg 532share/wesnoth/data/campaigns/Delfadors_Memoirs/scenarios/17_A_New_Ally.cfg
533share/wesnoth/data/campaigns/Delfadors_Memoirs/scenarios/18_The_Portal_of_Doom.cfg 533share/wesnoth/data/campaigns/Delfadors_Memoirs/scenarios/18_The_Portal_of_Doom.cfg
534share/wesnoth/data/campaigns/Delfadors_Memoirs/scenarios/19_Showdown_in_the_Northern_Swamp.cfg 534share/wesnoth/data/campaigns/Delfadors_Memoirs/scenarios/19_Showdown_in_the_Northern_Swamp.cfg
535share/wesnoth/data/campaigns/Delfadors_Memoirs/scenarios/20_Prince_of_Wesnoth.cfg 535share/wesnoth/data/campaigns/Delfadors_Memoirs/scenarios/20_Prince_of_Wesnoth.cfg
536share/wesnoth/data/campaigns/Delfadors_Memoirs/scenarios/21_Clash_at_the_Manor.cfg 536share/wesnoth/data/campaigns/Delfadors_Memoirs/scenarios/21_Clash_at_the_Manor.cfg
537share/wesnoth/data/campaigns/Delfadors_Memoirs/scenarios/22_Face_of_the_Enemy.cfg 537share/wesnoth/data/campaigns/Delfadors_Memoirs/scenarios/22_Face_of_the_Enemy.cfg
538share/wesnoth/data/campaigns/Delfadors_Memoirs/scenarios/23_Epilogue.cfg 538share/wesnoth/data/campaigns/Delfadors_Memoirs/scenarios/23_Epilogue.cfg
539share/wesnoth/data/campaigns/Delfadors_Memoirs/sounds/rumble.wav 539share/wesnoth/data/campaigns/Delfadors_Memoirs/sounds/rumble.wav
540share/wesnoth/data/campaigns/Delfadors_Memoirs/timeline.txt 540share/wesnoth/data/campaigns/Delfadors_Memoirs/timeline.txt
541share/wesnoth/data/campaigns/Delfadors_Memoirs/units/Journeyman_Mage.cfg 541share/wesnoth/data/campaigns/Delfadors_Memoirs/units/Journeyman_Mage.cfg
542share/wesnoth/data/campaigns/Delfadors_Memoirs/units/King_of_Wesnoth.cfg 542share/wesnoth/data/campaigns/Delfadors_Memoirs/units/King_of_Wesnoth.cfg
543share/wesnoth/data/campaigns/Delfadors_Memoirs/units/Mage_Commander.cfg 543share/wesnoth/data/campaigns/Delfadors_Memoirs/units/Mage_Commander.cfg
544share/wesnoth/data/campaigns/Delfadors_Memoirs/units/Mage_Leader.cfg 544share/wesnoth/data/campaigns/Delfadors_Memoirs/units/Mage_Leader.cfg
545share/wesnoth/data/campaigns/Delfadors_Memoirs/units/Mage_Magister.cfg 545share/wesnoth/data/campaigns/Delfadors_Memoirs/units/Mage_Magister.cfg
546share/wesnoth/data/campaigns/Delfadors_Memoirs/units/Wose_Shaman.cfg 546share/wesnoth/data/campaigns/Delfadors_Memoirs/units/Wose_Shaman.cfg
547share/wesnoth/data/campaigns/Delfadors_Memoirs/utils/bigmap.cfg 547share/wesnoth/data/campaigns/Delfadors_Memoirs/utils/bigmap.cfg
548share/wesnoth/data/campaigns/Delfadors_Memoirs/utils/characters.cfg 548share/wesnoth/data/campaigns/Delfadors_Memoirs/utils/characters.cfg
549share/wesnoth/data/campaigns/Delfadors_Memoirs/utils/deaths.cfg 549share/wesnoth/data/campaigns/Delfadors_Memoirs/utils/deaths.cfg
550share/wesnoth/data/campaigns/Delfadors_Memoirs/utils/dm-macros.cfg 550share/wesnoth/data/campaigns/Delfadors_Memoirs/utils/dm-macros.cfg
551share/wesnoth/data/campaigns/Delfadors_Memoirs/utils/generators.cfg 551share/wesnoth/data/campaigns/Delfadors_Memoirs/utils/generators.cfg
552share/wesnoth/data/campaigns/Delfadors_Memoirs/utils/items.cfg 552share/wesnoth/data/campaigns/Delfadors_Memoirs/utils/items.cfg
553share/wesnoth/data/campaigns/Delfadors_Memoirs/utils/misc.cfg 553share/wesnoth/data/campaigns/Delfadors_Memoirs/utils/misc.cfg
554share/wesnoth/data/campaigns/Delfadors_Memoirs/utils/schedules.cfg 554share/wesnoth/data/campaigns/Delfadors_Memoirs/utils/schedules.cfg
555share/wesnoth/data/campaigns/Delfadors_Memoirs/utils/sides.cfg 555share/wesnoth/data/campaigns/Delfadors_Memoirs/utils/sides.cfg
556share/wesnoth/data/campaigns/Descent_Into_Darkness/_main.cfg 556share/wesnoth/data/campaigns/Descent_Into_Darkness/_main.cfg
557share/wesnoth/data/campaigns/Descent_Into_Darkness/images/campaign_image.png 557share/wesnoth/data/campaigns/Descent_Into_Darkness/images/campaign_image.png
558share/wesnoth/data/campaigns/Descent_Into_Darkness/images/items/potion-clear.png 558share/wesnoth/data/campaigns/Descent_Into_Darkness/images/items/potion-clear.png
559share/wesnoth/data/campaigns/Descent_Into_Darkness/images/maps/did.png 559share/wesnoth/data/campaigns/Descent_Into_Darkness/images/maps/did.png
560share/wesnoth/data/campaigns/Descent_Into_Darkness/images/maps/l10n/de/did--overlay.png 560share/wesnoth/data/campaigns/Descent_Into_Darkness/images/maps/l10n/de/did--overlay.png
561share/wesnoth/data/campaigns/Descent_Into_Darkness/images/maps/l10n/gl/did--overlay.png 561share/wesnoth/data/campaigns/Descent_Into_Darkness/images/maps/l10n/gl/did--overlay.png
562share/wesnoth/data/campaigns/Descent_Into_Darkness/images/maps/l10n/it/did--overlay.png 562share/wesnoth/data/campaigns/Descent_Into_Darkness/images/maps/l10n/it/did--overlay.png
563share/wesnoth/data/campaigns/Descent_Into_Darkness/images/maps/l10n/lt/did--overlay.png 563share/wesnoth/data/campaigns/Descent_Into_Darkness/images/maps/l10n/lt/did--overlay.png
564share/wesnoth/data/campaigns/Descent_Into_Darkness/images/maps/l10n/pt/did--overlay.png 564share/wesnoth/data/campaigns/Descent_Into_Darkness/images/maps/l10n/pt/did--overlay.png
565share/wesnoth/data/campaigns/Descent_Into_Darkness/images/maps/l10n/ru/did--overlay.png 565share/wesnoth/data/campaigns/Descent_Into_Darkness/images/maps/l10n/ru/did--overlay.png
566share/wesnoth/data/campaigns/Descent_Into_Darkness/images/maps/l10n/zh_CN/did--overlay.png 566share/wesnoth/data/campaigns/Descent_Into_Darkness/images/maps/l10n/zh_CN/did--overlay.png
567share/wesnoth/data/campaigns/Descent_Into_Darkness/images/misc/book-icon.png 567share/wesnoth/data/campaigns/Descent_Into_Darkness/images/misc/book-icon.png
568share/wesnoth/data/campaigns/Descent_Into_Darkness/images/misc/makeshift-altar.png 568share/wesnoth/data/campaigns/Descent_Into_Darkness/images/misc/makeshift-altar.png
569share/wesnoth/data/campaigns/Descent_Into_Darkness/images/misc/new-journey-blue.png 569share/wesnoth/data/campaigns/Descent_Into_Darkness/images/misc/new-journey-blue.png
570share/wesnoth/data/campaigns/Descent_Into_Darkness/images/misc/weakened-ice.png 570share/wesnoth/data/campaigns/Descent_Into_Darkness/images/misc/weakened-ice.png
571share/wesnoth/data/campaigns/Descent_Into_Darkness/images/portraits/darken_volk.png 571share/wesnoth/data/campaigns/Descent_Into_Darkness/images/portraits/darken_volk.png
572share/wesnoth/data/campaigns/Descent_Into_Darkness/images/portraits/dela.png 572share/wesnoth/data/campaigns/Descent_Into_Darkness/images/portraits/dela.png
573share/wesnoth/data/campaigns/Descent_Into_Darkness/images/portraits/drogan.png 573share/wesnoth/data/campaigns/Descent_Into_Darkness/images/portraits/drogan.png
574share/wesnoth/data/campaigns/Descent_Into_Darkness/images/portraits/malin_lich-ancient.png 574share/wesnoth/data/campaigns/Descent_Into_Darkness/images/portraits/malin_lich-ancient.png
575share/wesnoth/data/campaigns/Descent_Into_Darkness/images/portraits/malin_lich.png 575share/wesnoth/data/campaigns/Descent_Into_Darkness/images/portraits/malin_lich.png
576share/wesnoth/data/campaigns/Descent_Into_Darkness/images/portraits/malin_old-decay.png 576share/wesnoth/data/campaigns/Descent_Into_Darkness/images/portraits/malin_old-decay.png
577share/wesnoth/data/campaigns/Descent_Into_Darkness/images/portraits/malin_old.png 577share/wesnoth/data/campaigns/Descent_Into_Darkness/images/portraits/malin_old.png
578share/wesnoth/data/campaigns/Descent_Into_Darkness/images/portraits/malin_young.png 578share/wesnoth/data/campaigns/Descent_Into_Darkness/images/portraits/malin_young.png
579share/wesnoth/data/campaigns/Descent_Into_Darkness/images/story/book.jpg 579share/wesnoth/data/campaigns/Descent_Into_Darkness/images/story/book.jpg
580share/wesnoth/data/campaigns/Descent_Into_Darkness/images/story/end.jpg 580share/wesnoth/data/campaigns/Descent_Into_Darkness/images/story/end.jpg
581share/wesnoth/data/campaigns/Descent_Into_Darkness/images/story/parthyn.jpg 581share/wesnoth/data/campaigns/Descent_Into_Darkness/images/story/parthyn.jpg
582share/wesnoth/data/campaigns/Descent_Into_Darkness/images/story/travel.jpg 582share/wesnoth/data/campaigns/Descent_Into_Darkness/images/story/travel.jpg
583share/wesnoth/data/campaigns/Descent_Into_Darkness/images/units/apprentice-mage-defend.png 583share/wesnoth/data/campaigns/Descent_Into_Darkness/images/units/apprentice-mage-defend.png
584share/wesnoth/data/campaigns/Descent_Into_Darkness/images/units/apprentice-mage-magic-1.png 584share/wesnoth/data/campaigns/Descent_Into_Darkness/images/units/apprentice-mage-magic-1.png
585share/wesnoth/data/campaigns/Descent_Into_Darkness/images/units/apprentice-mage-magic-2.png 585share/wesnoth/data/campaigns/Descent_Into_Darkness/images/units/apprentice-mage-magic-2.png
586share/wesnoth/data/campaigns/Descent_Into_Darkness/images/units/apprentice-mage-sword-1.png 586share/wesnoth/data/campaigns/Descent_Into_Darkness/images/units/apprentice-mage-sword-1.png
587share/wesnoth/data/campaigns/Descent_Into_Darkness/images/units/apprentice-mage-sword-2.png 587share/wesnoth/data/campaigns/Descent_Into_Darkness/images/units/apprentice-mage-sword-2.png
588share/wesnoth/data/campaigns/Descent_Into_Darkness/images/units/apprentice-mage-sword-3.png 588share/wesnoth/data/campaigns/Descent_Into_Darkness/images/units/apprentice-mage-sword-3.png
589share/wesnoth/data/campaigns/Descent_Into_Darkness/images/units/apprentice-mage-sword.png 589share/wesnoth/data/campaigns/Descent_Into_Darkness/images/units/apprentice-mage-sword.png
590share/wesnoth/data/campaigns/Descent_Into_Darkness/images/units/apprentice-mage.png 590share/wesnoth/data/campaigns/Descent_Into_Darkness/images/units/apprentice-mage.png
591share/wesnoth/data/campaigns/Descent_Into_Darkness/images/units/apprentice-necromancer-defend.png 591share/wesnoth/data/campaigns/Descent_Into_Darkness/images/units/apprentice-necromancer-defend.png
592share/wesnoth/data/campaigns/Descent_Into_Darkness/images/units/apprentice-necromancer-magic-1.png 592share/wesnoth/data/campaigns/Descent_Into_Darkness/images/units/apprentice-necromancer-magic-1.png
593share/wesnoth/data/campaigns/Descent_Into_Darkness/images/units/apprentice-necromancer-magic-2.png 593share/wesnoth/data/campaigns/Descent_Into_Darkness/images/units/apprentice-necromancer-magic-2.png
594share/wesnoth/data/campaigns/Descent_Into_Darkness/images/units/apprentice-necromancer-magic-3.png 594share/wesnoth/data/campaigns/Descent_Into_Darkness/images/units/apprentice-necromancer-magic-3.png
595share/wesnoth/data/campaigns/Descent_Into_Darkness/images/units/apprentice-necromancer-sword-1.png 595share/wesnoth/data/campaigns/Descent_Into_Darkness/images/units/apprentice-necromancer-sword-1.png
596share/wesnoth/data/campaigns/Descent_Into_Darkness/images/units/apprentice-necromancer-sword-2.png 596share/wesnoth/data/campaigns/Descent_Into_Darkness/images/units/apprentice-necromancer-sword-2.png
597share/wesnoth/data/campaigns/Descent_Into_Darkness/images/units/apprentice-necromancer.png 597share/wesnoth/data/campaigns/Descent_Into_Darkness/images/units/apprentice-necromancer.png
598share/wesnoth/data/campaigns/Descent_Into_Darkness/images/units/dark-mage-defend.png 598share/wesnoth/data/campaigns/Descent_Into_Darkness/images/units/dark-mage-defend.png
599share/wesnoth/data/campaigns/Descent_Into_Darkness/images/units/dark-mage-magic-1.png 599share/wesnoth/data/campaigns/Descent_Into_Darkness/images/units/dark-mage-magic-1.png
600share/wesnoth/data/campaigns/Descent_Into_Darkness/images/units/dark-mage-magic-2.png 600share/wesnoth/data/campaigns/Descent_Into_Darkness/images/units/dark-mage-magic-2.png
601share/wesnoth/data/campaigns/Descent_Into_Darkness/images/units/dark-mage-magic-3.png 601share/wesnoth/data/campaigns/Descent_Into_Darkness/images/units/dark-mage-magic-3.png
602share/wesnoth/data/campaigns/Descent_Into_Darkness/images/units/dark-mage-sword-1.png 602share/wesnoth/data/campaigns/Descent_Into_Darkness/images/units/dark-mage-sword-1.png
603share/wesnoth/data/campaigns/Descent_Into_Darkness/images/units/dark-mage-sword-2.png 603share/wesnoth/data/campaigns/Descent_Into_Darkness/images/units/dark-mage-sword-2.png
604share/wesnoth/data/campaigns/Descent_Into_Darkness/images/units/dark-mage.png 604share/wesnoth/data/campaigns/Descent_Into_Darkness/images/units/dark-mage.png
605share/wesnoth/data/campaigns/Descent_Into_Darkness/images/units/icons/icon-lich.png 605share/wesnoth/data/campaigns/Descent_Into_Darkness/images/units/icons/icon-lich.png
606share/wesnoth/data/campaigns/Descent_Into_Darkness/images/units/neutral-outlaw-princess-attack-sling1.png 606share/wesnoth/data/campaigns/Descent_Into_Darkness/images/units/neutral-outlaw-princess-attack-sling1.png
607share/wesnoth/data/campaigns/Descent_Into_Darkness/images/units/neutral-outlaw-princess-attack-sling2.png 607share/wesnoth/data/campaigns/Descent_Into_Darkness/images/units/neutral-outlaw-princess-attack-sling2.png
608share/wesnoth/data/campaigns/Descent_Into_Darkness/images/units/neutral-outlaw-princess-attack-staff1.png 608share/wesnoth/data/campaigns/Descent_Into_Darkness/images/units/neutral-outlaw-princess-attack-staff1.png
609share/wesnoth/data/campaigns/Descent_Into_Darkness/images/units/neutral-outlaw-princess-attack-staff2.png 609share/wesnoth/data/campaigns/Descent_Into_Darkness/images/units/neutral-outlaw-princess-attack-staff2.png
610share/wesnoth/data/campaigns/Descent_Into_Darkness/images/units/neutral-outlaw-princess-defend-1-1.png 610share/wesnoth/data/campaigns/Descent_Into_Darkness/images/units/neutral-outlaw-princess-defend-1-1.png
611share/wesnoth/data/campaigns/Descent_Into_Darkness/images/units/neutral-outlaw-princess-defend-1-2.png 611share/wesnoth/data/campaigns/Descent_Into_Darkness/images/units/neutral-outlaw-princess-defend-1-2.png
612share/wesnoth/data/campaigns/Descent_Into_Darkness/images/units/neutral-outlaw-princess-defend.png 612share/wesnoth/data/campaigns/Descent_Into_Darkness/images/units/neutral-outlaw-princess-defend.png
613share/wesnoth/data/campaigns/Descent_Into_Darkness/images/units/neutral-outlaw-princess.png 613share/wesnoth/data/campaigns/Descent_Into_Darkness/images/units/neutral-outlaw-princess.png
614share/wesnoth/data/campaigns/Descent_Into_Darkness/lua/skip_animations.lua 614share/wesnoth/data/campaigns/Descent_Into_Darkness/lua/skip_animations.lua
615share/wesnoth/data/campaigns/Descent_Into_Darkness/maps/01_Saving_Parthyn.map 615share/wesnoth/data/campaigns/Descent_Into_Darkness/maps/01_Saving_Parthyn.map
616share/wesnoth/data/campaigns/Descent_Into_Darkness/maps/02_Peaceful_Valley.map 616share/wesnoth/data/campaigns/Descent_Into_Darkness/maps/02_Peaceful_Valley.map
617share/wesnoth/data/campaigns/Descent_Into_Darkness/maps/03_A_Haunting_in_Winter.map 617share/wesnoth/data/campaigns/Descent_Into_Darkness/maps/03_A_Haunting_in_Winter.map
618share/wesnoth/data/campaigns/Descent_Into_Darkness/maps/04_Beginning_of_the_Revenge.map 618share/wesnoth/data/campaigns/Descent_Into_Darkness/maps/04_Beginning_of_the_Revenge.map
619share/wesnoth/data/campaigns/Descent_Into_Darkness/maps/05_Orc_War.map 619share/wesnoth/data/campaigns/Descent_Into_Darkness/maps/05_Orc_War.map
620share/wesnoth/data/campaigns/Descent_Into_Darkness/maps/06_Return_to_Parthyn.map 620share/wesnoth/data/campaigns/Descent_Into_Darkness/maps/06_Return_to_Parthyn.map
621share/wesnoth/data/campaigns/Descent_Into_Darkness/maps/07_A_Small_Favor.map 621share/wesnoth/data/campaigns/Descent_Into_Darkness/maps/07_A_Small_Favor.map
622share/wesnoth/data/campaigns/Descent_Into_Darkness/maps/08_A_Small_Favor2.map 622share/wesnoth/data/campaigns/Descent_Into_Darkness/maps/08_A_Small_Favor2.map
623share/wesnoth/data/campaigns/Descent_Into_Darkness/maps/09_A_Small_Favor3.map 623share/wesnoth/data/campaigns/Descent_Into_Darkness/maps/09_A_Small_Favor3.map
624share/wesnoth/data/campaigns/Descent_Into_Darkness/maps/10_Alone_at_Last.map 624share/wesnoth/data/campaigns/Descent_Into_Darkness/maps/10_Alone_at_Last.map
625share/wesnoth/data/campaigns/Descent_Into_Darkness/maps/11_Descent_into_Darkness.map 625share/wesnoth/data/campaigns/Descent_Into_Darkness/maps/11_Descent_into_Darkness.map
626share/wesnoth/data/campaigns/Descent_Into_Darkness/maps/11a_Descent_into_Darkness.map 626share/wesnoth/data/campaigns/Descent_Into_Darkness/maps/11a_Descent_into_Darkness.map
627share/wesnoth/data/campaigns/Descent_Into_Darkness/maps/12_Endless_Night.map 627share/wesnoth/data/campaigns/Descent_Into_Darkness/maps/12_Endless_Night.map
628share/wesnoth/data/campaigns/Descent_Into_Darkness/maps/12a_Endless_Night.map 628share/wesnoth/data/campaigns/Descent_Into_Darkness/maps/12a_Endless_Night.map
629share/wesnoth/data/campaigns/Descent_Into_Darkness/scenarios/01_Saving_Parthyn.cfg 629share/wesnoth/data/campaigns/Descent_Into_Darkness/scenarios/01_Saving_Parthyn.cfg
630share/wesnoth/data/campaigns/Descent_Into_Darkness/scenarios/02_Peaceful_Valley.cfg 630share/wesnoth/data/campaigns/Descent_Into_Darkness/scenarios/02_Peaceful_Valley.cfg
631share/wesnoth/data/campaigns/Descent_Into_Darkness/scenarios/03_A_Haunting_in_Winter.cfg 631share/wesnoth/data/campaigns/Descent_Into_Darkness/scenarios/03_A_Haunting_in_Winter.cfg
632share/wesnoth/data/campaigns/Descent_Into_Darkness/scenarios/04_Beginning_of_the_Revenge.cfg 632share/wesnoth/data/campaigns/Descent_Into_Darkness/scenarios/04_Beginning_of_the_Revenge.cfg
633share/wesnoth/data/campaigns/Descent_Into_Darkness/scenarios/05_Orc_War.cfg 633share/wesnoth/data/campaigns/Descent_Into_Darkness/scenarios/05_Orc_War.cfg
634share/wesnoth/data/campaigns/Descent_Into_Darkness/scenarios/06_Return_to_Parthyn.cfg 634share/wesnoth/data/campaigns/Descent_Into_Darkness/scenarios/06_Return_to_Parthyn.cfg
635share/wesnoth/data/campaigns/Descent_Into_Darkness/scenarios/07_A_Small_Favor.cfg 635share/wesnoth/data/campaigns/Descent_Into_Darkness/scenarios/07_A_Small_Favor.cfg
636share/wesnoth/data/campaigns/Descent_Into_Darkness/scenarios/08_A_Small_Favor2.cfg 636share/wesnoth/data/campaigns/Descent_Into_Darkness/scenarios/08_A_Small_Favor2.cfg
637share/wesnoth/data/campaigns/Descent_Into_Darkness/scenarios/09_A_Small_Favor3.cfg 637share/wesnoth/data/campaigns/Descent_Into_Darkness/scenarios/09_A_Small_Favor3.cfg
638share/wesnoth/data/campaigns/Descent_Into_Darkness/scenarios/10_Alone_at_Last.cfg 638share/wesnoth/data/campaigns/Descent_Into_Darkness/scenarios/10_Alone_at_Last.cfg
639share/wesnoth/data/campaigns/Descent_Into_Darkness/scenarios/11_Descent_into_Darkness.cfg 639share/wesnoth/data/campaigns/Descent_Into_Darkness/scenarios/11_Descent_into_Darkness.cfg
640share/wesnoth/data/campaigns/Descent_Into_Darkness/scenarios/12_Endless_Night.cfg 640share/wesnoth/data/campaigns/Descent_Into_Darkness/scenarios/12_Endless_Night.cfg
641share/wesnoth/data/campaigns/Descent_Into_Darkness/units/Apprentice_Mage.cfg 641share/wesnoth/data/campaigns/Descent_Into_Darkness/units/Apprentice_Mage.cfg
642share/wesnoth/data/campaigns/Descent_Into_Darkness/units/Apprentice_Necromancer.cfg 642share/wesnoth/data/campaigns/Descent_Into_Darkness/units/Apprentice_Necromancer.cfg
643share/wesnoth/data/campaigns/Descent_Into_Darkness/units/Dark_Adept.cfg 643share/wesnoth/data/campaigns/Descent_Into_Darkness/units/Dark_Adept.cfg
644share/wesnoth/data/campaigns/Descent_Into_Darkness/units/Dark_Mage.cfg 644share/wesnoth/data/campaigns/Descent_Into_Darkness/units/Dark_Mage.cfg
645share/wesnoth/data/campaigns/Descent_Into_Darkness/units/Dark_Sorcerer.cfg 645share/wesnoth/data/campaigns/Descent_Into_Darkness/units/Dark_Sorcerer.cfg
646share/wesnoth/data/campaigns/Descent_Into_Darkness/units/Frontier_Baroness.cfg 646share/wesnoth/data/campaigns/Descent_Into_Darkness/units/Frontier_Baroness.cfg
647share/wesnoth/data/campaigns/Descent_Into_Darkness/utils/bigmap.cfg 647share/wesnoth/data/campaigns/Descent_Into_Darkness/utils/bigmap.cfg
648share/wesnoth/data/campaigns/Descent_Into_Darkness/utils/characters.cfg 648share/wesnoth/data/campaigns/Descent_Into_Darkness/utils/characters.cfg
649share/wesnoth/data/campaigns/Descent_Into_Darkness/utils/deaths.cfg 649share/wesnoth/data/campaigns/Descent_Into_Darkness/utils/deaths.cfg
650share/wesnoth/data/campaigns/Descent_Into_Darkness/utils/macros.cfg 650share/wesnoth/data/campaigns/Descent_Into_Darkness/utils/macros.cfg
651share/wesnoth/data/campaigns/Eastern_Invasion/_main.cfg 651share/wesnoth/data/campaigns/Eastern_Invasion/_main.cfg
652share/wesnoth/data/campaigns/Eastern_Invasion/ai/ca_ogres_flee.lua 652share/wesnoth/data/campaigns/Eastern_Invasion/ai/ca_ogres_flee.lua
653share/wesnoth/data/campaigns/Eastern_Invasion/images/campaign_image.png 653share/wesnoth/data/campaigns/Eastern_Invasion/images/campaign_image.png
654share/wesnoth/data/campaigns/Eastern_Invasion/images/halo/light-shield-1.png 654share/wesnoth/data/campaigns/Eastern_Invasion/images/halo/light-shield-1.png
655share/wesnoth/data/campaigns/Eastern_Invasion/images/halo/light-shield-2.png 655share/wesnoth/data/campaigns/Eastern_Invasion/images/halo/light-shield-2.png
656share/wesnoth/data/campaigns/Eastern_Invasion/images/items/horse-cage.png 656share/wesnoth/data/campaigns/Eastern_Invasion/images/items/horse-cage.png
657share/wesnoth/data/campaigns/Eastern_Invasion/images/maps/ei.png 657share/wesnoth/data/campaigns/Eastern_Invasion/images/maps/ei.png
658share/wesnoth/data/campaigns/Eastern_Invasion/images/maps/l10n/de/ei--overlay.png 658share/wesnoth/data/campaigns/Eastern_Invasion/images/maps/l10n/de/ei--overlay.png
659share/wesnoth/data/campaigns/Eastern_Invasion/images/maps/l10n/it/ei--overlay.png 659share/wesnoth/data/campaigns/Eastern_Invasion/images/maps/l10n/it/ei--overlay.png
660share/wesnoth/data/campaigns/Eastern_Invasion/images/maps/l10n/pt/ei--overlay.png 660share/wesnoth/data/campaigns/Eastern_Invasion/images/maps/l10n/pt/ei--overlay.png
661share/wesnoth/data/campaigns/Eastern_Invasion/images/maps/l10n/ru/ei--overlay.png 661share/wesnoth/data/campaigns/Eastern_Invasion/images/maps/l10n/ru/ei--overlay.png
662share/wesnoth/data/campaigns/Eastern_Invasion/images/maps/l10n/zh_CN/ei--overlay.png 662share/wesnoth/data/campaigns/Eastern_Invasion/images/maps/l10n/zh_CN/ei--overlay.png
663share/wesnoth/data/campaigns/Eastern_Invasion/images/misc/arcane-icon.png 663share/wesnoth/data/campaigns/Eastern_Invasion/images/misc/arcane-icon.png
664share/wesnoth/data/campaigns/Eastern_Invasion/images/portraits/dacyn.png 664share/wesnoth/data/campaigns/Eastern_Invasion/images/portraits/dacyn.png
665share/wesnoth/data/campaigns/Eastern_Invasion/images/portraits/disguise.png 665share/wesnoth/data/campaigns/Eastern_Invasion/images/portraits/disguise.png
666share/wesnoth/data/campaigns/Eastern_Invasion/images/portraits/gweddry.png 666share/wesnoth/data/campaigns/Eastern_Invasion/images/portraits/gweddry.png
667share/wesnoth/data/campaigns/Eastern_Invasion/images/portraits/konrad_II-sceptre.png 667share/wesnoth/data/campaigns/Eastern_Invasion/images/portraits/konrad_II-sceptre.png
668share/wesnoth/data/campaigns/Eastern_Invasion/images/portraits/konrad_II.png 668share/wesnoth/data/campaigns/Eastern_Invasion/images/portraits/konrad_II.png
669share/wesnoth/data/campaigns/Eastern_Invasion/images/portraits/mal-ravanal.png 669share/wesnoth/data/campaigns/Eastern_Invasion/images/portraits/mal-ravanal.png
670share/wesnoth/data/campaigns/Eastern_Invasion/images/portraits/owaec.png 670share/wesnoth/data/campaigns/Eastern_Invasion/images/portraits/owaec.png
671share/wesnoth/data/campaigns/Eastern_Invasion/images/units/owaec-fighter.png 671share/wesnoth/data/campaigns/Eastern_Invasion/images/units/owaec-fighter.png
672share/wesnoth/data/campaigns/Eastern_Invasion/images/units/owaec-lord.png 672share/wesnoth/data/campaigns/Eastern_Invasion/images/units/owaec-lord.png
673share/wesnoth/data/campaigns/Eastern_Invasion/images/units/owaec-warrior.png 673share/wesnoth/data/campaigns/Eastern_Invasion/images/units/owaec-warrior.png
674share/wesnoth/data/campaigns/Eastern_Invasion/images/units/ravanal.png 674share/wesnoth/data/campaigns/Eastern_Invasion/images/units/ravanal.png
675share/wesnoth/data/campaigns/Eastern_Invasion/images/units/undead-skeletal/boneknight.png 675share/wesnoth/data/campaigns/Eastern_Invasion/images/units/undead-skeletal/boneknight.png
676share/wesnoth/data/campaigns/Eastern_Invasion/images/units/undead-skeletal/rider-attack.png 676share/wesnoth/data/campaigns/Eastern_Invasion/images/units/undead-skeletal/rider-attack.png
677share/wesnoth/data/campaigns/Eastern_Invasion/images/units/undead-skeletal/rider-defend.png 677share/wesnoth/data/campaigns/Eastern_Invasion/images/units/undead-skeletal/rider-defend.png
678share/wesnoth/data/campaigns/Eastern_Invasion/images/units/undead-skeletal/rider-moving.png 678share/wesnoth/data/campaigns/Eastern_Invasion/images/units/undead-skeletal/rider-moving.png
679share/wesnoth/data/campaigns/Eastern_Invasion/images/units/undead-skeletal/rider.png 679share/wesnoth/data/campaigns/Eastern_Invasion/images/units/undead-skeletal/rider.png
680share/wesnoth/data/campaigns/Eastern_Invasion/lua/bandits.lua 680share/wesnoth/data/campaigns/Eastern_Invasion/lua/bandits.lua
681share/wesnoth/data/campaigns/Eastern_Invasion/maps/01_The_Outpost.map 681share/wesnoth/data/campaigns/Eastern_Invasion/maps/01_The_Outpost.map
682share/wesnoth/data/campaigns/Eastern_Invasion/maps/02_The_Escape_Tunnel.map 682share/wesnoth/data/campaigns/Eastern_Invasion/maps/02_The_Escape_Tunnel.map
683share/wesnoth/data/campaigns/Eastern_Invasion/maps/03_An_Unexpected_Appearance.map 683share/wesnoth/data/campaigns/Eastern_Invasion/maps/03_An_Unexpected_Appearance.map
684share/wesnoth/data/campaigns/Eastern_Invasion/maps/04a_An_Elven_Alliance.map 684share/wesnoth/data/campaigns/Eastern_Invasion/maps/04a_An_Elven_Alliance.map
685share/wesnoth/data/campaigns/Eastern_Invasion/maps/04b_The_Undead_Border_Patrol.map 685share/wesnoth/data/campaigns/Eastern_Invasion/maps/04b_The_Undead_Border_Patrol.map
686share/wesnoth/data/campaigns/Eastern_Invasion/maps/04c_Mal-Ravanals_Capital.map 686share/wesnoth/data/campaigns/Eastern_Invasion/maps/04c_Mal-Ravanals_Capital.map
687share/wesnoth/data/campaigns/Eastern_Invasion/maps/05_Northern_Outpost.map 687share/wesnoth/data/campaigns/Eastern_Invasion/maps/05_Northern_Outpost.map
688share/wesnoth/data/campaigns/Eastern_Invasion/maps/06_Two_Paths.map 688share/wesnoth/data/campaigns/Eastern_Invasion/maps/06_Two_Paths.map
689share/wesnoth/data/campaigns/Eastern_Invasion/maps/07a_The_Crossing.map 689share/wesnoth/data/campaigns/Eastern_Invasion/maps/07a_The_Crossing.map
690share/wesnoth/data/campaigns/Eastern_Invasion/maps/07b_Undead_Crossing.map 690share/wesnoth/data/campaigns/Eastern_Invasion/maps/07b_Undead_Crossing.map
691share/wesnoth/data/campaigns/Eastern_Invasion/maps/08_Training_the_Ogres.map 691share/wesnoth/data/campaigns/Eastern_Invasion/maps/08_Training_the_Ogres.map
692share/wesnoth/data/campaigns/Eastern_Invasion/maps/09_Xenophobia.map 692share/wesnoth/data/campaigns/Eastern_Invasion/maps/09_Xenophobia.map
693share/wesnoth/data/campaigns/Eastern_Invasion/maps/10_Lake_Vrug.map 693share/wesnoth/data/campaigns/Eastern_Invasion/maps/10_Lake_Vrug.map
694share/wesnoth/data/campaigns/Eastern_Invasion/maps/11_Captured.map 694share/wesnoth/data/campaigns/Eastern_Invasion/maps/11_Captured.map
695share/wesnoth/data/campaigns/Eastern_Invasion/maps/12_Evacuation.map 695share/wesnoth/data/campaigns/Eastern_Invasion/maps/12_Evacuation.map
696share/wesnoth/data/campaigns/Eastern_Invasion/maps/13_The_Drowned_Plains.map 696share/wesnoth/data/campaigns/Eastern_Invasion/maps/13_The_Drowned_Plains.map
697share/wesnoth/data/campaigns/Eastern_Invasion/maps/14_Approaching_Weldyn.map 697share/wesnoth/data/campaigns/Eastern_Invasion/maps/14_Approaching_Weldyn.map
698share/wesnoth/data/campaigns/Eastern_Invasion/maps/16_Weldyn_under_Attack.map 698share/wesnoth/data/campaigns/Eastern_Invasion/maps/16_Weldyn_under_Attack.map
699share/wesnoth/data/campaigns/Eastern_Invasion/maps/17a_The_Duel.map 699share/wesnoth/data/campaigns/Eastern_Invasion/maps/17a_The_Duel.map
700share/wesnoth/data/campaigns/Eastern_Invasion/maps/17b_Weldyn_Besieged.map 700share/wesnoth/data/campaigns/Eastern_Invasion/maps/17b_Weldyn_Besieged.map
701share/wesnoth/data/campaigns/Eastern_Invasion/maps/Throne_Room.map 701share/wesnoth/data/campaigns/Eastern_Invasion/maps/Throne_Room.map
702share/wesnoth/data/campaigns/Eastern_Invasion/scenarios/01_The_Outpost.cfg 702share/wesnoth/data/campaigns/Eastern_Invasion/scenarios/01_The_Outpost.cfg
703share/wesnoth/data/campaigns/Eastern_Invasion/scenarios/02_The_Escape_Tunnel.cfg 703share/wesnoth/data/campaigns/Eastern_Invasion/scenarios/02_The_Escape_Tunnel.cfg
704share/wesnoth/data/campaigns/Eastern_Invasion/scenarios/03_An_Unexpected_Appearance.cfg 704share/wesnoth/data/campaigns/Eastern_Invasion/scenarios/03_An_Unexpected_Appearance.cfg
705share/wesnoth/data/campaigns/Eastern_Invasion/scenarios/04a_An_Elven_Alliance.cfg 705share/wesnoth/data/campaigns/Eastern_Invasion/scenarios/04a_An_Elven_Alliance.cfg
706share/wesnoth/data/campaigns/Eastern_Invasion/scenarios/04b_The_Undead_Border_Patrol.cfg 706share/wesnoth/data/campaigns/Eastern_Invasion/scenarios/04b_The_Undead_Border_Patrol.cfg
707share/wesnoth/data/campaigns/Eastern_Invasion/scenarios/04c_Mal-Ravanals_Capital.cfg 707share/wesnoth/data/campaigns/Eastern_Invasion/scenarios/04c_Mal-Ravanals_Capital.cfg
708share/wesnoth/data/campaigns/Eastern_Invasion/scenarios/05_Northern_Outpost.cfg 708share/wesnoth/data/campaigns/Eastern_Invasion/scenarios/05_Northern_Outpost.cfg
709share/wesnoth/data/campaigns/Eastern_Invasion/scenarios/06_Two_Paths.cfg 709share/wesnoth/data/campaigns/Eastern_Invasion/scenarios/06_Two_Paths.cfg
710share/wesnoth/data/campaigns/Eastern_Invasion/scenarios/07a_The_Crossing.cfg 710share/wesnoth/data/campaigns/Eastern_Invasion/scenarios/07a_The_Crossing.cfg
711share/wesnoth/data/campaigns/Eastern_Invasion/scenarios/07b_Undead_Crossing.cfg 711share/wesnoth/data/campaigns/Eastern_Invasion/scenarios/07b_Undead_Crossing.cfg
712share/wesnoth/data/campaigns/Eastern_Invasion/scenarios/08_Training_the_Ogres.cfg 712share/wesnoth/data/campaigns/Eastern_Invasion/scenarios/08_Training_the_Ogres.cfg
713share/wesnoth/data/campaigns/Eastern_Invasion/scenarios/09_Xenophobia.cfg 713share/wesnoth/data/campaigns/Eastern_Invasion/scenarios/09_Xenophobia.cfg
714share/wesnoth/data/campaigns/Eastern_Invasion/scenarios/10_Lake_Vrug.cfg 714share/wesnoth/data/campaigns/Eastern_Invasion/scenarios/10_Lake_Vrug.cfg
715share/wesnoth/data/campaigns/Eastern_Invasion/scenarios/11_Captured.cfg 715share/wesnoth/data/campaigns/Eastern_Invasion/scenarios/11_Captured.cfg
716share/wesnoth/data/campaigns/Eastern_Invasion/scenarios/12_Evacuation.cfg 716share/wesnoth/data/campaigns/Eastern_Invasion/scenarios/12_Evacuation.cfg
717share/wesnoth/data/campaigns/Eastern_Invasion/scenarios/13_The_Drowned_Plains.cfg 717share/wesnoth/data/campaigns/Eastern_Invasion/scenarios/13_The_Drowned_Plains.cfg
718share/wesnoth/data/campaigns/Eastern_Invasion/scenarios/14_Approaching_Weldyn.cfg 718share/wesnoth/data/campaigns/Eastern_Invasion/scenarios/14_Approaching_Weldyn.cfg
719share/wesnoth/data/campaigns/Eastern_Invasion/scenarios/15_The_Council.cfg 719share/wesnoth/data/campaigns/Eastern_Invasion/scenarios/15_The_Council.cfg
720share/wesnoth/data/campaigns/Eastern_Invasion/scenarios/16_Weldyn_under_Attack.cfg 720share/wesnoth/data/campaigns/Eastern_Invasion/scenarios/16_Weldyn_under_Attack.cfg
721share/wesnoth/data/campaigns/Eastern_Invasion/scenarios/17a_The_Duel.cfg 721share/wesnoth/data/campaigns/Eastern_Invasion/scenarios/17a_The_Duel.cfg
722share/wesnoth/data/campaigns/Eastern_Invasion/scenarios/17b_Weldyn_Besieged.cfg 722share/wesnoth/data/campaigns/Eastern_Invasion/scenarios/17b_Weldyn_Besieged.cfg
723share/wesnoth/data/campaigns/Eastern_Invasion/scenarios/18_Epilogue.cfg 723share/wesnoth/data/campaigns/Eastern_Invasion/scenarios/18_Epilogue.cfg
724share/wesnoth/data/campaigns/Eastern_Invasion/units/Bone_Knight.cfg 724share/wesnoth/data/campaigns/Eastern_Invasion/units/Bone_Knight.cfg
725share/wesnoth/data/campaigns/Eastern_Invasion/units/Horse_Lord.cfg 725share/wesnoth/data/campaigns/Eastern_Invasion/units/Horse_Lord.cfg
726share/wesnoth/data/campaigns/Eastern_Invasion/units/Lich_Lord.cfg 726share/wesnoth/data/campaigns/Eastern_Invasion/units/Lich_Lord.cfg
727share/wesnoth/data/campaigns/Eastern_Invasion/units/Mounted_Fighter.cfg 727share/wesnoth/data/campaigns/Eastern_Invasion/units/Mounted_Fighter.cfg
728share/wesnoth/data/campaigns/Eastern_Invasion/units/Mounted_Warrior.cfg 728share/wesnoth/data/campaigns/Eastern_Invasion/units/Mounted_Warrior.cfg
729share/wesnoth/data/campaigns/Eastern_Invasion/units/Skeleton_Rider.cfg 729share/wesnoth/data/campaigns/Eastern_Invasion/units/Skeleton_Rider.cfg
730share/wesnoth/data/campaigns/Eastern_Invasion/utils/abilities.cfg 730share/wesnoth/data/campaigns/Eastern_Invasion/utils/abilities.cfg
731share/wesnoth/data/campaigns/Eastern_Invasion/utils/animations.cfg 731share/wesnoth/data/campaigns/Eastern_Invasion/utils/animations.cfg
732share/wesnoth/data/campaigns/Eastern_Invasion/utils/bigmap.cfg 732share/wesnoth/data/campaigns/Eastern_Invasion/utils/bigmap.cfg
733share/wesnoth/data/campaigns/Eastern_Invasion/utils/character-definitions.cfg 733share/wesnoth/data/campaigns/Eastern_Invasion/utils/character-definitions.cfg
734share/wesnoth/data/campaigns/Eastern_Invasion/utils/deaths.cfg 734share/wesnoth/data/campaigns/Eastern_Invasion/utils/deaths.cfg
735share/wesnoth/data/campaigns/Eastern_Invasion/utils/final_battle.cfg 735share/wesnoth/data/campaigns/Eastern_Invasion/utils/final_battle.cfg
736share/wesnoth/data/campaigns/Eastern_Invasion/utils/macros.cfg 736share/wesnoth/data/campaigns/Eastern_Invasion/utils/macros.cfg
737share/wesnoth/data/campaigns/Eastern_Invasion/utils/schedule.cfg 737share/wesnoth/data/campaigns/Eastern_Invasion/utils/schedule.cfg
738share/wesnoth/data/campaigns/Eastern_Invasion/utils/sound_sources.cfg 738share/wesnoth/data/campaigns/Eastern_Invasion/utils/sound_sources.cfg
739share/wesnoth/data/campaigns/Eastern_Invasion/utils/throneroom.cfg 739share/wesnoth/data/campaigns/Eastern_Invasion/utils/throneroom.cfg
740share/wesnoth/data/campaigns/Heir_To_The_Throne/_main.cfg 740share/wesnoth/data/campaigns/Heir_To_The_Throne/_main.cfg
741share/wesnoth/data/campaigns/Heir_To_The_Throne/images/campaign_image.png 741share/wesnoth/data/campaigns/Heir_To_The_Throne/images/campaign_image.png
742share/wesnoth/data/campaigns/Heir_To_The_Throne/images/icon_armor.png 742share/wesnoth/data/campaigns/Heir_To_The_Throne/images/icon_armor.png
743share/wesnoth/data/campaigns/Heir_To_The_Throne/images/maps/httt.png 743share/wesnoth/data/campaigns/Heir_To_The_Throne/images/maps/httt.png
744share/wesnoth/data/campaigns/Heir_To_The_Throne/images/maps/l10n/de/httt--overlay.png 744share/wesnoth/data/campaigns/Heir_To_The_Throne/images/maps/l10n/de/httt--overlay.png
745share/wesnoth/data/campaigns/Heir_To_The_Throne/images/maps/l10n/gd/httt--overlay.png 745share/wesnoth/data/campaigns/Heir_To_The_Throne/images/maps/l10n/gd/httt--overlay.png
746share/wesnoth/data/campaigns/Heir_To_The_Throne/images/maps/l10n/gl/httt--overlay.png 746share/wesnoth/data/campaigns/Heir_To_The_Throne/images/maps/l10n/gl/httt--overlay.png
747share/wesnoth/data/campaigns/Heir_To_The_Throne/images/maps/l10n/it/httt--overlay.png 747share/wesnoth/data/campaigns/Heir_To_The_Throne/images/maps/l10n/it/httt--overlay.png
748share/wesnoth/data/campaigns/Heir_To_The_Throne/images/maps/l10n/lt/httt--overlay.png 748share/wesnoth/data/campaigns/Heir_To_The_Throne/images/maps/l10n/lt/httt--overlay.png
749share/wesnoth/data/campaigns/Heir_To_The_Throne/images/maps/l10n/pt/httt--overlay.png 749share/wesnoth/data/campaigns/Heir_To_The_Throne/images/maps/l10n/pt/httt--overlay.png
750share/wesnoth/data/campaigns/Heir_To_The_Throne/images/maps/l10n/ru/httt--overlay.png 750share/wesnoth/data/campaigns/Heir_To_The_Throne/images/maps/l10n/ru/httt--overlay.png
751share/wesnoth/data/campaigns/Heir_To_The_Throne/images/maps/l10n/zh_CN/httt--overlay.png 751share/wesnoth/data/campaigns/Heir_To_The_Throne/images/maps/l10n/zh_CN/httt--overlay.png
752share/wesnoth/data/campaigns/Heir_To_The_Throne/images/portraits/asheviere-defeated.png 752share/wesnoth/data/campaigns/Heir_To_The_Throne/images/portraits/asheviere-defeated.png
753share/wesnoth/data/campaigns/Heir_To_The_Throne/images/portraits/asheviere-mad.png 753share/wesnoth/data/campaigns/Heir_To_The_Throne/images/portraits/asheviere-mad.png
754share/wesnoth/data/campaigns/Heir_To_The_Throne/images/portraits/asheviere.png 754share/wesnoth/data/campaigns/Heir_To_The_Throne/images/portraits/asheviere.png
755share/wesnoth/data/campaigns/Heir_To_The_Throne/images/portraits/chantal-shyde.png 755share/wesnoth/data/campaigns/Heir_To_The_Throne/images/portraits/chantal-shyde.png
756share/wesnoth/data/campaigns/Heir_To_The_Throne/images/portraits/delfador-elvish-mad.png 756share/wesnoth/data/campaigns/Heir_To_The_Throne/images/portraits/delfador-elvish-mad.png
757share/wesnoth/data/campaigns/Heir_To_The_Throne/images/portraits/delfador-elvish-mentoring.png 757share/wesnoth/data/campaigns/Heir_To_The_Throne/images/portraits/delfador-elvish-mentoring.png
758share/wesnoth/data/campaigns/Heir_To_The_Throne/images/portraits/delfador-elvish.png 758share/wesnoth/data/campaigns/Heir_To_The_Throne/images/portraits/delfador-elvish.png
759share/wesnoth/data/campaigns/Heir_To_The_Throne/images/portraits/delfador-mad.png 759share/wesnoth/data/campaigns/Heir_To_The_Throne/images/portraits/delfador-mad.png
760share/wesnoth/data/campaigns/Heir_To_The_Throne/images/portraits/delfador-mentoring.png 760share/wesnoth/data/campaigns/Heir_To_The_Throne/images/portraits/delfador-mentoring.png
761share/wesnoth/data/campaigns/Heir_To_The_Throne/images/portraits/delfador.png 761share/wesnoth/data/campaigns/Heir_To_The_Throne/images/portraits/delfador.png
762share/wesnoth/data/campaigns/Heir_To_The_Throne/images/portraits/kalenz.png 762share/wesnoth/data/campaigns/Heir_To_The_Throne/images/portraits/kalenz.png
763share/wesnoth/data/campaigns/Heir_To_The_Throne/images/portraits/konrad-elvish-concerned.png 763share/wesnoth/data/campaigns/Heir_To_The_Throne/images/portraits/konrad-elvish-concerned.png
764share/wesnoth/data/campaigns/Heir_To_The_Throne/images/portraits/konrad-elvish-glad.png 764share/wesnoth/data/campaigns/Heir_To_The_Throne/images/portraits/konrad-elvish-glad.png
765share/wesnoth/data/campaigns/Heir_To_The_Throne/images/portraits/konrad-elvish-mad.png 765share/wesnoth/data/campaigns/Heir_To_The_Throne/images/portraits/konrad-elvish-mad.png
766share/wesnoth/data/campaigns/Heir_To_The_Throne/images/portraits/konrad-elvish.png 766share/wesnoth/data/campaigns/Heir_To_The_Throne/images/portraits/konrad-elvish.png
767share/wesnoth/data/campaigns/Heir_To_The_Throne/images/portraits/konrad-human-concerned.png 767share/wesnoth/data/campaigns/Heir_To_The_Throne/images/portraits/konrad-human-concerned.png
768share/wesnoth/data/campaigns/Heir_To_The_Throne/images/portraits/konrad-human-glad.png 768share/wesnoth/data/campaigns/Heir_To_The_Throne/images/portraits/konrad-human-glad.png
769share/wesnoth/data/campaigns/Heir_To_The_Throne/images/portraits/konrad-human-mad.png 769share/wesnoth/data/campaigns/Heir_To_The_Throne/images/portraits/konrad-human-mad.png
770share/wesnoth/data/campaigns/Heir_To_The_Throne/images/portraits/konrad-human-sceptre.png 770share/wesnoth/data/campaigns/Heir_To_The_Throne/images/portraits/konrad-human-sceptre.png
771share/wesnoth/data/campaigns/Heir_To_The_Throne/images/portraits/konrad-human.png 771share/wesnoth/data/campaigns/Heir_To_The_Throne/images/portraits/konrad-human.png
772share/wesnoth/data/campaigns/Heir_To_The_Throne/images/portraits/lisar-defeat.png 772share/wesnoth/data/campaigns/Heir_To_The_Throne/images/portraits/lisar-defeat.png
773share/wesnoth/data/campaigns/Heir_To_The_Throne/images/portraits/lisar-glad.png 773share/wesnoth/data/campaigns/Heir_To_The_Throne/images/portraits/lisar-glad.png
774share/wesnoth/data/campaigns/Heir_To_The_Throne/images/portraits/lisar-mad.png 774share/wesnoth/data/campaigns/Heir_To_The_Throne/images/portraits/lisar-mad.png
775share/wesnoth/data/campaigns/Heir_To_The_Throne/images/portraits/lisar-sceptre.png 775share/wesnoth/data/campaigns/Heir_To_The_Throne/images/portraits/lisar-sceptre.png
776share/wesnoth/data/campaigns/Heir_To_The_Throne/images/portraits/lisar.png 776share/wesnoth/data/campaigns/Heir_To_The_Throne/images/portraits/lisar.png
777share/wesnoth/data/campaigns/Heir_To_The_Throne/images/portraits/moremirmu.png 777share/wesnoth/data/campaigns/Heir_To_The_Throne/images/portraits/moremirmu.png
778share/wesnoth/data/campaigns/Heir_To_The_Throne/images/story/arrival_of_the_heir.png 778share/wesnoth/data/campaigns/Heir_To_The_Throne/images/story/arrival_of_the_heir.png
779share/wesnoth/data/campaigns/Heir_To_The_Throne/images/story/httt_story1.jpg 779share/wesnoth/data/campaigns/Heir_To_The_Throne/images/story/httt_story1.jpg
780share/wesnoth/data/campaigns/Heir_To_The_Throne/images/story/httt_story2.jpg 780share/wesnoth/data/campaigns/Heir_To_The_Throne/images/story/httt_story2.jpg
781share/wesnoth/data/campaigns/Heir_To_The_Throne/images/story/httt_story3.jpg 781share/wesnoth/data/campaigns/Heir_To_The_Throne/images/story/httt_story3.jpg
782share/wesnoth/data/campaigns/Heir_To_The_Throne/images/story/httt_story4.jpg 782share/wesnoth/data/campaigns/Heir_To_The_Throne/images/story/httt_story4.jpg
783share/wesnoth/data/campaigns/Heir_To_The_Throne/images/story/httt_story5.jpg 783share/wesnoth/data/campaigns/Heir_To_The_Throne/images/story/httt_story5.jpg
784share/wesnoth/data/campaigns/Heir_To_The_Throne/images/story/httt_story6.jpg 784share/wesnoth/data/campaigns/Heir_To_The_Throne/images/story/httt_story6.jpg
785share/wesnoth/data/campaigns/Heir_To_The_Throne/images/story/httt_story7.jpg 785share/wesnoth/data/campaigns/Heir_To_The_Throne/images/story/httt_story7.jpg
786share/wesnoth/data/campaigns/Heir_To_The_Throne/images/story/httt_story8.jpg 786share/wesnoth/data/campaigns/Heir_To_The_Throne/images/story/httt_story8.jpg
787share/wesnoth/data/campaigns/Heir_To_The_Throne/images/units/gryphon-sleeping.png 787share/wesnoth/data/campaigns/Heir_To_The_Throne/images/units/gryphon-sleeping.png
788share/wesnoth/data/campaigns/Heir_To_The_Throne/images/units/human-battleprincess-attack-1.png 788share/wesnoth/data/campaigns/Heir_To_The_Throne/images/units/human-battleprincess-attack-1.png
789share/wesnoth/data/campaigns/Heir_To_The_Throne/images/units/human-battleprincess-attack-2.png 789share/wesnoth/data/campaigns/Heir_To_The_Throne/images/units/human-battleprincess-attack-2.png
790share/wesnoth/data/campaigns/Heir_To_The_Throne/images/units/human-battleprincess-attack-3.png 790share/wesnoth/data/campaigns/Heir_To_The_Throne/images/units/human-battleprincess-attack-3.png
791share/wesnoth/data/campaigns/Heir_To_The_Throne/images/units/human-battleprincess-attack-4.png 791share/wesnoth/data/campaigns/Heir_To_The_Throne/images/units/human-battleprincess-attack-4.png
792share/wesnoth/data/campaigns/Heir_To_The_Throne/images/units/human-battleprincess-attack-5.png 792share/wesnoth/data/campaigns/Heir_To_The_Throne/images/units/human-battleprincess-attack-5.png
793share/wesnoth/data/campaigns/Heir_To_The_Throne/images/units/human-battleprincess-attack-6.png 793share/wesnoth/data/campaigns/Heir_To_The_Throne/images/units/human-battleprincess-attack-6.png
794share/wesnoth/data/campaigns/Heir_To_The_Throne/images/units/human-battleprincess-attack-7.png 794share/wesnoth/data/campaigns/Heir_To_The_Throne/images/units/human-battleprincess-attack-7.png
795share/wesnoth/data/campaigns/Heir_To_The_Throne/images/units/human-battleprincess-attack-8.png 795share/wesnoth/data/campaigns/Heir_To_The_Throne/images/units/human-battleprincess-attack-8.png
796share/wesnoth/data/campaigns/Heir_To_The_Throne/images/units/human-battleprincess-attack-9.png 796share/wesnoth/data/campaigns/Heir_To_The_Throne/images/units/human-battleprincess-attack-9.png
797share/wesnoth/data/campaigns/Heir_To_The_Throne/images/units/human-battleprincess-defend-1.png 797share/wesnoth/data/campaigns/Heir_To_The_Throne/images/units/human-battleprincess-defend-1.png
798share/wesnoth/data/campaigns/Heir_To_The_Throne/images/units/human-battleprincess-defend-2.png 798share/wesnoth/data/campaigns/Heir_To_The_Throne/images/units/human-battleprincess-defend-2.png
799share/wesnoth/data/campaigns/Heir_To_The_Throne/images/units/human-battleprincess-dodge-1.png 799share/wesnoth/data/campaigns/Heir_To_The_Throne/images/units/human-battleprincess-dodge-1.png
800share/wesnoth/data/campaigns/Heir_To_The_Throne/images/units/human-battleprincess-dodge-2.png 800share/wesnoth/data/campaigns/Heir_To_The_Throne/images/units/human-battleprincess-dodge-2.png
801share/wesnoth/data/campaigns/Heir_To_The_Throne/images/units/human-battleprincess-leading-1.png 801share/wesnoth/data/campaigns/Heir_To_The_Throne/images/units/human-battleprincess-leading-1.png
802share/wesnoth/data/campaigns/Heir_To_The_Throne/images/units/human-battleprincess-leading-2.png 802share/wesnoth/data/campaigns/Heir_To_The_Throne/images/units/human-battleprincess-leading-2.png
803share/wesnoth/data/campaigns/Heir_To_The_Throne/images/units/human-battleprincess-resting.png 803share/wesnoth/data/campaigns/Heir_To_The_Throne/images/units/human-battleprincess-resting.png
804share/wesnoth/data/campaigns/Heir_To_The_Throne/images/units/human-battleprincess.png 804share/wesnoth/data/campaigns/Heir_To_The_Throne/images/units/human-battleprincess.png
805share/wesnoth/data/campaigns/Heir_To_The_Throne/images/units/human-princess-attack-1.png 805share/wesnoth/data/campaigns/Heir_To_The_Throne/images/units/human-princess-attack-1.png
806share/wesnoth/data/campaigns/Heir_To_The_Throne/images/units/human-princess-attack-2.png 806share/wesnoth/data/campaigns/Heir_To_The_Throne/images/units/human-princess-attack-2.png
807share/wesnoth/data/campaigns/Heir_To_The_Throne/images/units/human-princess-attack-3.png 807share/wesnoth/data/campaigns/Heir_To_The_Throne/images/units/human-princess-attack-3.png
808share/wesnoth/data/campaigns/Heir_To_The_Throne/images/units/human-princess-attack-4.png 808share/wesnoth/data/campaigns/Heir_To_The_Throne/images/units/human-princess-attack-4.png
809share/wesnoth/data/campaigns/Heir_To_The_Throne/images/units/human-princess-attack-5.png 809share/wesnoth/data/campaigns/Heir_To_The_Throne/images/units/human-princess-attack-5.png
810share/wesnoth/data/campaigns/Heir_To_The_Throne/images/units/human-princess-attack-6.png 810share/wesnoth/data/campaigns/Heir_To_The_Throne/images/units/human-princess-attack-6.png
811share/wesnoth/data/campaigns/Heir_To_The_Throne/images/units/human-princess-defend-1.png 811share/wesnoth/data/campaigns/Heir_To_The_Throne/images/units/human-princess-defend-1.png
812share/wesnoth/data/campaigns/Heir_To_The_Throne/images/units/human-princess-defend-2.png 812share/wesnoth/data/campaigns/Heir_To_The_Throne/images/units/human-princess-defend-2.png
813share/wesnoth/data/campaigns/Heir_To_The_Throne/images/units/human-princess-leading-1.png 813share/wesnoth/data/campaigns/Heir_To_The_Throne/images/units/human-princess-leading-1.png
814share/wesnoth/data/campaigns/Heir_To_The_Throne/images/units/human-princess-leading-2.png 814share/wesnoth/data/campaigns/Heir_To_The_Throne/images/units/human-princess-leading-2.png
815share/wesnoth/data/campaigns/Heir_To_The_Throne/images/units/human-princess.png 815share/wesnoth/data/campaigns/Heir_To_The_Throne/images/units/human-princess.png
816share/wesnoth/data/campaigns/Heir_To_The_Throne/images/units/human-queen-attack.png 816share/wesnoth/data/campaigns/Heir_To_The_Throne/images/units/human-queen-attack.png
817share/wesnoth/data/campaigns/Heir_To_The_Throne/images/units/human-queen-defend1.png 817share/wesnoth/data/campaigns/Heir_To_The_Throne/images/units/human-queen-defend1.png
818share/wesnoth/data/campaigns/Heir_To_The_Throne/images/units/human-queen-defend2.png 818share/wesnoth/data/campaigns/Heir_To_The_Throne/images/units/human-queen-defend2.png
819share/wesnoth/data/campaigns/Heir_To_The_Throne/images/units/human-queen-die-1.png 819share/wesnoth/data/campaigns/Heir_To_The_Throne/images/units/human-queen-die-1.png
820share/wesnoth/data/campaigns/Heir_To_The_Throne/images/units/human-queen-die-10.png 820share/wesnoth/data/campaigns/Heir_To_The_Throne/images/units/human-queen-die-10.png
821share/wesnoth/data/campaigns/Heir_To_The_Throne/images/units/human-queen-die-11.png 821share/wesnoth/data/campaigns/Heir_To_The_Throne/images/units/human-queen-die-11.png
822share/wesnoth/data/campaigns/Heir_To_The_Throne/images/units/human-queen-die-12.png 822share/wesnoth/data/campaigns/Heir_To_The_Throne/images/units/human-queen-die-12.png
823share/wesnoth/data/campaigns/Heir_To_The_Throne/images/units/human-queen-die-13.png 823share/wesnoth/data/campaigns/Heir_To_The_Throne/images/units/human-queen-die-13.png
824share/wesnoth/data/campaigns/Heir_To_The_Throne/images/units/human-queen-die-14.png 824share/wesnoth/data/campaigns/Heir_To_The_Throne/images/units/human-queen-die-14.png
825share/wesnoth/data/campaigns/Heir_To_The_Throne/images/units/human-queen-die-15.png 825share/wesnoth/data/campaigns/Heir_To_The_Throne/images/units/human-queen-die-15.png
826share/wesnoth/data/campaigns/Heir_To_The_Throne/images/units/human-queen-die-16.png 826share/wesnoth/data/campaigns/Heir_To_The_Throne/images/units/human-queen-die-16.png
827share/wesnoth/data/campaigns/Heir_To_The_Throne/images/units/human-queen-die-2.png 827share/wesnoth/data/campaigns/Heir_To_The_Throne/images/units/human-queen-die-2.png
828share/wesnoth/data/campaigns/Heir_To_The_Throne/images/units/human-queen-die-3.png 828share/wesnoth/data/campaigns/Heir_To_The_Throne/images/units/human-queen-die-3.png
829share/wesnoth/data/campaigns/Heir_To_The_Throne/images/units/human-queen-die-4.png 829share/wesnoth/data/campaigns/Heir_To_The_Throne/images/units/human-queen-die-4.png
830share/wesnoth/data/campaigns/Heir_To_The_Throne/images/units/human-queen-die-5.png 830share/wesnoth/data/campaigns/Heir_To_The_Throne/images/units/human-queen-die-5.png
831share/wesnoth/data/campaigns/Heir_To_The_Throne/images/units/human-queen-die-6.png 831share/wesnoth/data/campaigns/Heir_To_The_Throne/images/units/human-queen-die-6.png
832share/wesnoth/data/campaigns/Heir_To_The_Throne/images/units/human-queen-die-7.png 832share/wesnoth/data/campaigns/Heir_To_The_Throne/images/units/human-queen-die-7.png
833share/wesnoth/data/campaigns/Heir_To_The_Throne/images/units/human-queen-die-8.png 833share/wesnoth/data/campaigns/Heir_To_The_Throne/images/units/human-queen-die-8.png
834share/wesnoth/data/campaigns/Heir_To_The_Throne/images/units/human-queen-die-9.png 834share/wesnoth/data/campaigns/Heir_To_The_Throne/images/units/human-queen-die-9.png
835share/wesnoth/data/campaigns/Heir_To_The_Throne/images/units/human-queen-hat-1.png 835share/wesnoth/data/campaigns/Heir_To_The_Throne/images/units/human-queen-hat-1.png
836share/wesnoth/data/campaigns/Heir_To_The_Throne/images/units/human-queen-hat-2.png 836share/wesnoth/data/campaigns/Heir_To_The_Throne/images/units/human-queen-hat-2.png
837share/wesnoth/data/campaigns/Heir_To_The_Throne/images/units/human-queen-hat-3.png 837share/wesnoth/data/campaigns/Heir_To_The_Throne/images/units/human-queen-hat-3.png
838share/wesnoth/data/campaigns/Heir_To_The_Throne/images/units/human-queen-hat-4.png 838share/wesnoth/data/campaigns/Heir_To_The_Throne/images/units/human-queen-hat-4.png
839share/wesnoth/data/campaigns/Heir_To_The_Throne/images/units/human-queen-hat-5.png 839share/wesnoth/data/campaigns/Heir_To_The_Throne/images/units/human-queen-hat-5.png
840share/wesnoth/data/campaigns/Heir_To_The_Throne/images/units/human-queen-hat-6.png 840share/wesnoth/data/campaigns/Heir_To_The_Throne/images/units/human-queen-hat-6.png
841share/wesnoth/data/campaigns/Heir_To_The_Throne/images/units/human-queen-hat-7.png 841share/wesnoth/data/campaigns/Heir_To_The_Throne/images/units/human-queen-hat-7.png
842share/wesnoth/data/campaigns/Heir_To_The_Throne/images/units/human-queen-hat-8.png 842share/wesnoth/data/campaigns/Heir_To_The_Throne/images/units/human-queen-hat-8.png
843share/wesnoth/data/campaigns/Heir_To_The_Throne/images/units/human-queen-magic-1.png 843share/wesnoth/data/campaigns/Heir_To_The_Throne/images/units/human-queen-magic-1.png
844share/wesnoth/data/campaigns/Heir_To_The_Throne/images/units/human-queen-magic-2.png 844share/wesnoth/data/campaigns/Heir_To_The_Throne/images/units/human-queen-magic-2.png
845share/wesnoth/data/campaigns/Heir_To_The_Throne/images/units/human-queen-swoosh.png 845share/wesnoth/data/campaigns/Heir_To_The_Throne/images/units/human-queen-swoosh.png
846share/wesnoth/data/campaigns/Heir_To_The_Throne/images/units/human-queen.png 846share/wesnoth/data/campaigns/Heir_To_The_Throne/images/units/human-queen.png
847share/wesnoth/data/campaigns/Heir_To_The_Throne/images/units/konrad-commander-attack-1.png 847share/wesnoth/data/campaigns/Heir_To_The_Throne/images/units/konrad-commander-attack-1.png
848share/wesnoth/data/campaigns/Heir_To_The_Throne/images/units/konrad-commander-attack-2.png 848share/wesnoth/data/campaigns/Heir_To_The_Throne/images/units/konrad-commander-attack-2.png
849share/wesnoth/data/campaigns/Heir_To_The_Throne/images/units/konrad-commander-attack-3.png 849share/wesnoth/data/campaigns/Heir_To_The_Throne/images/units/konrad-commander-attack-3.png
850share/wesnoth/data/campaigns/Heir_To_The_Throne/images/units/konrad-commander-attack-4.png 850share/wesnoth/data/campaigns/Heir_To_The_Throne/images/units/konrad-commander-attack-4.png
851share/wesnoth/data/campaigns/Heir_To_The_Throne/images/units/konrad-commander-bow-attack1.png 851share/wesnoth/data/campaigns/Heir_To_The_Throne/images/units/konrad-commander-bow-attack1.png
852share/wesnoth/data/campaigns/Heir_To_The_Throne/images/units/konrad-commander-bow-attack2.png 852share/wesnoth/data/campaigns/Heir_To_The_Throne/images/units/konrad-commander-bow-attack2.png
853share/wesnoth/data/campaigns/Heir_To_The_Throne/images/units/konrad-commander-bow-attack3.png 853share/wesnoth/data/campaigns/Heir_To_The_Throne/images/units/konrad-commander-bow-attack3.png
854share/wesnoth/data/campaigns/Heir_To_The_Throne/images/units/konrad-commander-bow-attack4.png 854share/wesnoth/data/campaigns/Heir_To_The_Throne/images/units/konrad-commander-bow-attack4.png
855share/wesnoth/data/campaigns/Heir_To_The_Throne/images/units/konrad-commander-bow-defend.png 855share/wesnoth/data/campaigns/Heir_To_The_Throne/images/units/konrad-commander-bow-defend.png
856share/wesnoth/data/campaigns/Heir_To_The_Throne/images/units/konrad-commander-bow.png 856share/wesnoth/data/campaigns/Heir_To_The_Throne/images/units/konrad-commander-bow.png
857share/wesnoth/data/campaigns/Heir_To_The_Throne/images/units/konrad-commander-defend.png 857share/wesnoth/data/campaigns/Heir_To_The_Throne/images/units/konrad-commander-defend.png
858share/wesnoth/data/campaigns/Heir_To_The_Throne/images/units/konrad-commander-leading.png 858share/wesnoth/data/campaigns/Heir_To_The_Throne/images/units/konrad-commander-leading.png
859share/wesnoth/data/campaigns/Heir_To_The_Throne/images/units/konrad-commander-scepter-attack-1.png 859share/wesnoth/data/campaigns/Heir_To_The_Throne/images/units/konrad-commander-scepter-attack-1.png
860share/wesnoth/data/campaigns/Heir_To_The_Throne/images/units/konrad-commander-scepter-attack-2.png 860share/wesnoth/data/campaigns/Heir_To_The_Throne/images/units/konrad-commander-scepter-attack-2.png
861share/wesnoth/data/campaigns/Heir_To_The_Throne/images/units/konrad-commander-scepter-attack-3.png 861share/wesnoth/data/campaigns/Heir_To_The_Throne/images/units/konrad-commander-scepter-attack-3.png
862share/wesnoth/data/campaigns/Heir_To_The_Throne/images/units/konrad-commander-scepter-attack-4.png 862share/wesnoth/data/campaigns/Heir_To_The_Throne/images/units/konrad-commander-scepter-attack-4.png
863share/wesnoth/data/campaigns/Heir_To_The_Throne/images/units/konrad-commander-scepter-defend.png 863share/wesnoth/data/campaigns/Heir_To_The_Throne/images/units/konrad-commander-scepter-defend.png
864share/wesnoth/data/campaigns/Heir_To_The_Throne/images/units/konrad-commander-scepter-leading.png 864share/wesnoth/data/campaigns/Heir_To_The_Throne/images/units/konrad-commander-scepter-leading.png
865share/wesnoth/data/campaigns/Heir_To_The_Throne/images/units/konrad-commander-scepter.png 865share/wesnoth/data/campaigns/Heir_To_The_Throne/images/units/konrad-commander-scepter.png
866share/wesnoth/data/campaigns/Heir_To_The_Throne/images/units/konrad-commander.png 866share/wesnoth/data/campaigns/Heir_To_The_Throne/images/units/konrad-commander.png
867share/wesnoth/data/campaigns/Heir_To_The_Throne/images/units/konrad-fighter-attack-1.png 867share/wesnoth/data/campaigns/Heir_To_The_Throne/images/units/konrad-fighter-attack-1.png
868share/wesnoth/data/campaigns/Heir_To_The_Throne/images/units/konrad-fighter-attack-2.png 868share/wesnoth/data/campaigns/Heir_To_The_Throne/images/units/konrad-fighter-attack-2.png
869share/wesnoth/data/campaigns/Heir_To_The_Throne/images/units/konrad-fighter-defend.png 869share/wesnoth/data/campaigns/Heir_To_The_Throne/images/units/konrad-fighter-defend.png
870share/wesnoth/data/campaigns/Heir_To_The_Throne/images/units/konrad-fighter.png 870share/wesnoth/data/campaigns/Heir_To_The_Throne/images/units/konrad-fighter.png
871share/wesnoth/data/campaigns/Heir_To_The_Throne/images/units/konrad-lord-attack-w1.png 871share/wesnoth/data/campaigns/Heir_To_The_Throne/images/units/konrad-lord-attack-w1.png
872share/wesnoth/data/campaigns/Heir_To_The_Throne/images/units/konrad-lord-attack-w2.png 872share/wesnoth/data/campaigns/Heir_To_The_Throne/images/units/konrad-lord-attack-w2.png
873share/wesnoth/data/campaigns/Heir_To_The_Throne/images/units/konrad-lord-attack-w3.png 873share/wesnoth/data/campaigns/Heir_To_The_Throne/images/units/konrad-lord-attack-w3.png
874share/wesnoth/data/campaigns/Heir_To_The_Throne/images/units/konrad-lord-bow-attack1.png 874share/wesnoth/data/campaigns/Heir_To_The_Throne/images/units/konrad-lord-bow-attack1.png
875share/wesnoth/data/campaigns/Heir_To_The_Throne/images/units/konrad-lord-bow-attack2.png 875share/wesnoth/data/campaigns/Heir_To_The_Throne/images/units/konrad-lord-bow-attack2.png
876share/wesnoth/data/campaigns/Heir_To_The_Throne/images/units/konrad-lord-bow-attack3.png 876share/wesnoth/data/campaigns/Heir_To_The_Throne/images/units/konrad-lord-bow-attack3.png
877share/wesnoth/data/campaigns/Heir_To_The_Throne/images/units/konrad-lord-bow-attack4.png 877share/wesnoth/data/campaigns/Heir_To_The_Throne/images/units/konrad-lord-bow-attack4.png
878share/wesnoth/data/campaigns/Heir_To_The_Throne/images/units/konrad-lord-bow-defend.png 878share/wesnoth/data/campaigns/Heir_To_The_Throne/images/units/konrad-lord-bow-defend.png
879share/wesnoth/data/campaigns/Heir_To_The_Throne/images/units/konrad-lord-bow.png 879share/wesnoth/data/campaigns/Heir_To_The_Throne/images/units/konrad-lord-bow.png
880share/wesnoth/data/campaigns/Heir_To_The_Throne/images/units/konrad-lord-defend.png 880share/wesnoth/data/campaigns/Heir_To_The_Throne/images/units/konrad-lord-defend.png
881share/wesnoth/data/campaigns/Heir_To_The_Throne/images/units/konrad-lord-leading.png 881share/wesnoth/data/campaigns/Heir_To_The_Throne/images/units/konrad-lord-leading.png
882share/wesnoth/data/campaigns/Heir_To_The_Throne/images/units/konrad-lord-scepter-attack-w1.png 882share/wesnoth/data/campaigns/Heir_To_The_Throne/images/units/konrad-lord-scepter-attack-w1.png
883share/wesnoth/data/campaigns/Heir_To_The_Throne/images/units/konrad-lord-scepter-attack-w2.png 883share/wesnoth/data/campaigns/Heir_To_The_Throne/images/units/konrad-lord-scepter-attack-w2.png
884share/wesnoth/data/campaigns/Heir_To_The_Throne/images/units/konrad-lord-scepter-attack-w3.png 884share/wesnoth/data/campaigns/Heir_To_The_Throne/images/units/konrad-lord-scepter-attack-w3.png
885share/wesnoth/data/campaigns/Heir_To_The_Throne/images/units/konrad-lord-scepter-defend.png 885share/wesnoth/data/campaigns/Heir_To_The_Throne/images/units/konrad-lord-scepter-defend.png
886share/wesnoth/data/campaigns/Heir_To_The_Throne/images/units/konrad-lord-scepter-leading.png 886share/wesnoth/data/campaigns/Heir_To_The_Throne/images/units/konrad-lord-scepter-leading.png
887share/wesnoth/data/campaigns/Heir_To_The_Throne/images/units/konrad-lord-scepter-sword-defend.png 887share/wesnoth/data/campaigns/Heir_To_The_Throne/images/units/konrad-lord-scepter-sword-defend.png
888share/wesnoth/data/campaigns/Heir_To_The_Throne/images/units/konrad-lord-scepter.png 888share/wesnoth/data/campaigns/Heir_To_The_Throne/images/units/konrad-lord-scepter.png
889share/wesnoth/data/campaigns/Heir_To_The_Throne/images/units/konrad-lord.png 889share/wesnoth/data/campaigns/Heir_To_The_Throne/images/units/konrad-lord.png
890share/wesnoth/data/campaigns/Heir_To_The_Throne/images/units/sea-orc-attack.png 890share/wesnoth/data/campaigns/Heir_To_The_Throne/images/units/sea-orc-attack.png
891share/wesnoth/data/campaigns/Heir_To_The_Throne/images/units/sea-orc-defend.png 891share/wesnoth/data/campaigns/Heir_To_The_Throne/images/units/sea-orc-defend.png
892share/wesnoth/data/campaigns/Heir_To_The_Throne/images/units/sea-orc-swim1.png 892share/wesnoth/data/campaigns/Heir_To_The_Throne/images/units/sea-orc-swim1.png
893share/wesnoth/data/campaigns/Heir_To_The_Throne/images/units/sea-orc-swim2.png 893share/wesnoth/data/campaigns/Heir_To_The_Throne/images/units/sea-orc-swim2.png
894share/wesnoth/data/campaigns/Heir_To_The_Throne/images/units/sea-orc-swoosh.png 894share/wesnoth/data/campaigns/Heir_To_The_Throne/images/units/sea-orc-swoosh.png
895share/wesnoth/data/campaigns/Heir_To_The_Throne/images/units/sea-orc.png 895share/wesnoth/data/campaigns/Heir_To_The_Throne/images/units/sea-orc.png
896share/wesnoth/data/campaigns/Heir_To_The_Throne/maps/01_The_Elves_Besieged.map 896share/wesnoth/data/campaigns/Heir_To_The_Throne/maps/01_The_Elves_Besieged.map
897share/wesnoth/data/campaigns/Heir_To_The_Throne/maps/02_Blackwater_Port.map 897share/wesnoth/data/campaigns/Heir_To_The_Throne/maps/02_Blackwater_Port.map
898share/wesnoth/data/campaigns/Heir_To_The_Throne/maps/03_The_Isle_of_Alduin.map 898share/wesnoth/data/campaigns/Heir_To_The_Throne/maps/03_The_Isle_of_Alduin.map
899share/wesnoth/data/campaigns/Heir_To_The_Throne/maps/04_The_Bay_of_Pearls.map 899share/wesnoth/data/campaigns/Heir_To_The_Throne/maps/04_The_Bay_of_Pearls.map
900share/wesnoth/data/campaigns/Heir_To_The_Throne/maps/05a_Muff_Malal_Peninsula.map 900share/wesnoth/data/campaigns/Heir_To_The_Throne/maps/05a_Muff_Malal_Peninsula.map
901share/wesnoth/data/campaigns/Heir_To_The_Throne/maps/05b_Isle_of_the_Damned.map 901share/wesnoth/data/campaigns/Heir_To_The_Throne/maps/05b_Isle_of_the_Damned.map
902share/wesnoth/data/campaigns/Heir_To_The_Throne/maps/06_The_Siege_of_Elensefar.map 902share/wesnoth/data/campaigns/Heir_To_The_Throne/maps/06_The_Siege_of_Elensefar.map
903share/wesnoth/data/campaigns/Heir_To_The_Throne/maps/07_Crossroads.map 903share/wesnoth/data/campaigns/Heir_To_The_Throne/maps/07_Crossroads.map
904share/wesnoth/data/campaigns/Heir_To_The_Throne/maps/08_The_Princess_of_Wesnoth.map 904share/wesnoth/data/campaigns/Heir_To_The_Throne/maps/08_The_Princess_of_Wesnoth.map
905share/wesnoth/data/campaigns/Heir_To_The_Throne/maps/09_The_Valley_of_Death.map 905share/wesnoth/data/campaigns/Heir_To_The_Throne/maps/09_The_Valley_of_Death.map
906share/wesnoth/data/campaigns/Heir_To_The_Throne/maps/10_Gryphon_Mountain.map 906share/wesnoth/data/campaigns/Heir_To_The_Throne/maps/10_Gryphon_Mountain.map
907share/wesnoth/data/campaigns/Heir_To_The_Throne/maps/11_The_Ford_of_Abez.map 907share/wesnoth/data/campaigns/Heir_To_The_Throne/maps/11_The_Ford_of_Abez.map
908share/wesnoth/data/campaigns/Heir_To_The_Throne/maps/12_Northern_Winter.map 908share/wesnoth/data/campaigns/Heir_To_The_Throne/maps/12_Northern_Winter.map
909share/wesnoth/data/campaigns/Heir_To_The_Throne/maps/13_The_Dwarven_Doors.map 909share/wesnoth/data/campaigns/Heir_To_The_Throne/maps/13_The_Dwarven_Doors.map
910share/wesnoth/data/campaigns/Heir_To_The_Throne/maps/14_Plunging_Into_the_Darkness.map 910share/wesnoth/data/campaigns/Heir_To_The_Throne/maps/14_Plunging_Into_the_Darkness.map
911share/wesnoth/data/campaigns/Heir_To_The_Throne/maps/15_The_Lost_General.map 911share/wesnoth/data/campaigns/Heir_To_The_Throne/maps/15_The_Lost_General.map
912share/wesnoth/data/campaigns/Heir_To_The_Throne/maps/16_Hasty_Alliance.map 912share/wesnoth/data/campaigns/Heir_To_The_Throne/maps/16_Hasty_Alliance.map
913share/wesnoth/data/campaigns/Heir_To_The_Throne/maps/18_A_Choice_Must_Be_Made.map 913share/wesnoth/data/campaigns/Heir_To_The_Throne/maps/18_A_Choice_Must_Be_Made.map
914share/wesnoth/data/campaigns/Heir_To_The_Throne/maps/19a_Snow_Plains.map 914share/wesnoth/data/campaigns/Heir_To_The_Throne/maps/19a_Snow_Plains.map
915share/wesnoth/data/campaigns/Heir_To_The_Throne/maps/19b_Swamp_Of_Dread.map 915share/wesnoth/data/campaigns/Heir_To_The_Throne/maps/19b_Swamp_Of_Dread.map
916share/wesnoth/data/campaigns/Heir_To_The_Throne/maps/19c_Cliffs_of_Thoria.map 916share/wesnoth/data/campaigns/Heir_To_The_Throne/maps/19c_Cliffs_of_Thoria.map
917share/wesnoth/data/campaigns/Heir_To_The_Throne/maps/20a_North_Elves.map 917share/wesnoth/data/campaigns/Heir_To_The_Throne/maps/20a_North_Elves.map
918share/wesnoth/data/campaigns/Heir_To_The_Throne/maps/20b_Underground_Channels.map 918share/wesnoth/data/campaigns/Heir_To_The_Throne/maps/20b_Underground_Channels.map
919share/wesnoth/data/campaigns/Heir_To_The_Throne/maps/21_Elven_Council.map 919share/wesnoth/data/campaigns/Heir_To_The_Throne/maps/21_Elven_Council.map
920share/wesnoth/data/campaigns/Heir_To_The_Throne/maps/22_Return_to_Wesnoth.map 920share/wesnoth/data/campaigns/Heir_To_The_Throne/maps/22_Return_to_Wesnoth.map
921share/wesnoth/data/campaigns/Heir_To_The_Throne/maps/23_Test_of_the_Clans.map 921share/wesnoth/data/campaigns/Heir_To_The_Throne/maps/23_Test_of_the_Clans.map
922share/wesnoth/data/campaigns/Heir_To_The_Throne/maps/24_Battle_for_Wesnoth.map 922share/wesnoth/data/campaigns/Heir_To_The_Throne/maps/24_Battle_for_Wesnoth.map
923share/wesnoth/data/campaigns/Heir_To_The_Throne/masks/17_Scepter_of_Fire.mask 923share/wesnoth/data/campaigns/Heir_To_The_Throne/masks/17_Scepter_of_Fire.mask
924share/wesnoth/data/campaigns/Heir_To_The_Throne/scenarios/01_The_Elves_Besieged.cfg 924share/wesnoth/data/campaigns/Heir_To_The_Throne/scenarios/01_The_Elves_Besieged.cfg
925share/wesnoth/data/campaigns/Heir_To_The_Throne/scenarios/02_Blackwater_Port.cfg 925share/wesnoth/data/campaigns/Heir_To_The_Throne/scenarios/02_Blackwater_Port.cfg
926share/wesnoth/data/campaigns/Heir_To_The_Throne/scenarios/03_The_Isle_of_Alduin.cfg 926share/wesnoth/data/campaigns/Heir_To_The_Throne/scenarios/03_The_Isle_of_Alduin.cfg
927share/wesnoth/data/campaigns/Heir_To_The_Throne/scenarios/04_The_Bay_of_Pearls.cfg 927share/wesnoth/data/campaigns/Heir_To_The_Throne/scenarios/04_The_Bay_of_Pearls.cfg
928share/wesnoth/data/campaigns/Heir_To_The_Throne/scenarios/05a_Muff_Malal_Peninsula.cfg 928share/wesnoth/data/campaigns/Heir_To_The_Throne/scenarios/05a_Muff_Malal_Peninsula.cfg
929share/wesnoth/data/campaigns/Heir_To_The_Throne/scenarios/05b_Isle_of_the_Damned.cfg 929share/wesnoth/data/campaigns/Heir_To_The_Throne/scenarios/05b_Isle_of_the_Damned.cfg
930share/wesnoth/data/campaigns/Heir_To_The_Throne/scenarios/06_The_Siege_of_Elensefar.cfg 930share/wesnoth/data/campaigns/Heir_To_The_Throne/scenarios/06_The_Siege_of_Elensefar.cfg
931share/wesnoth/data/campaigns/Heir_To_The_Throne/scenarios/07_Crossroads.cfg 931share/wesnoth/data/campaigns/Heir_To_The_Throne/scenarios/07_Crossroads.cfg
932share/wesnoth/data/campaigns/Heir_To_The_Throne/scenarios/08_The_Princess_of_Wesnoth.cfg 932share/wesnoth/data/campaigns/Heir_To_The_Throne/scenarios/08_The_Princess_of_Wesnoth.cfg
933share/wesnoth/data/campaigns/Heir_To_The_Throne/scenarios/09_The_Valley_of_Death.cfg 933share/wesnoth/data/campaigns/Heir_To_The_Throne/scenarios/09_The_Valley_of_Death.cfg
934share/wesnoth/data/campaigns/Heir_To_The_Throne/scenarios/10_Gryphon_Mountain.cfg 934share/wesnoth/data/campaigns/Heir_To_The_Throne/scenarios/10_Gryphon_Mountain.cfg
935share/wesnoth/data/campaigns/Heir_To_The_Throne/scenarios/11_The_Ford_of_Abez.cfg 935share/wesnoth/data/campaigns/Heir_To_The_Throne/scenarios/11_The_Ford_of_Abez.cfg
936share/wesnoth/data/campaigns/Heir_To_The_Throne/scenarios/12_Northern_Winter.cfg 936share/wesnoth/data/campaigns/Heir_To_The_Throne/scenarios/12_Northern_Winter.cfg
937share/wesnoth/data/campaigns/Heir_To_The_Throne/scenarios/13_The_Dwarven_Doors.cfg 937share/wesnoth/data/campaigns/Heir_To_The_Throne/scenarios/13_The_Dwarven_Doors.cfg
938share/wesnoth/data/campaigns/Heir_To_The_Throne/scenarios/14_Plunging_Into_the_Darkness.cfg 938share/wesnoth/data/campaigns/Heir_To_The_Throne/scenarios/14_Plunging_Into_the_Darkness.cfg
939share/wesnoth/data/campaigns/Heir_To_The_Throne/scenarios/15_The_Lost_General.cfg 939share/wesnoth/data/campaigns/Heir_To_The_Throne/scenarios/15_The_Lost_General.cfg
940share/wesnoth/data/campaigns/Heir_To_The_Throne/scenarios/16_Hasty_Alliance.cfg 940share/wesnoth/data/campaigns/Heir_To_The_Throne/scenarios/16_Hasty_Alliance.cfg
941share/wesnoth/data/campaigns/Heir_To_The_Throne/scenarios/17_Scepter_of_Fire.cfg 941share/wesnoth/data/campaigns/Heir_To_The_Throne/scenarios/17_Scepter_of_Fire.cfg
942share/wesnoth/data/campaigns/Heir_To_The_Throne/scenarios/18_A_Choice_Must_Be_Made.cfg 942share/wesnoth/data/campaigns/Heir_To_The_Throne/scenarios/18_A_Choice_Must_Be_Made.cfg
943share/wesnoth/data/campaigns/Heir_To_The_Throne/scenarios/19a_Snow_Plains.cfg 943share/wesnoth/data/campaigns/Heir_To_The_Throne/scenarios/19a_Snow_Plains.cfg
944share/wesnoth/data/campaigns/Heir_To_The_Throne/scenarios/19b_Swamp_Of_Dread.cfg 944share/wesnoth/data/campaigns/Heir_To_The_Throne/scenarios/19b_Swamp_Of_Dread.cfg
945share/wesnoth/data/campaigns/Heir_To_The_Throne/scenarios/19c_Cliffs_of_Thoria.cfg 945share/wesnoth/data/campaigns/Heir_To_The_Throne/scenarios/19c_Cliffs_of_Thoria.cfg
946share/wesnoth/data/campaigns/Heir_To_The_Throne/scenarios/20a_North_Elves.cfg 946share/wesnoth/data/campaigns/Heir_To_The_Throne/scenarios/20a_North_Elves.cfg
947share/wesnoth/data/campaigns/Heir_To_The_Throne/scenarios/20b_Underground_Channels.cfg 947share/wesnoth/data/campaigns/Heir_To_The_Throne/scenarios/20b_Underground_Channels.cfg
948share/wesnoth/data/campaigns/Heir_To_The_Throne/scenarios/21_Elven_Council.cfg 948share/wesnoth/data/campaigns/Heir_To_The_Throne/scenarios/21_Elven_Council.cfg
949share/wesnoth/data/campaigns/Heir_To_The_Throne/scenarios/22_Return_to_Wesnoth.cfg 949share/wesnoth/data/campaigns/Heir_To_The_Throne/scenarios/22_Return_to_Wesnoth.cfg
950share/wesnoth/data/campaigns/Heir_To_The_Throne/scenarios/23_Test_of_the_Clans.cfg 950share/wesnoth/data/campaigns/Heir_To_The_Throne/scenarios/23_Test_of_the_Clans.cfg
951share/wesnoth/data/campaigns/Heir_To_The_Throne/scenarios/24_Battle_for_Wesnoth.cfg 951share/wesnoth/data/campaigns/Heir_To_The_Throne/scenarios/24_Battle_for_Wesnoth.cfg
952share/wesnoth/data/campaigns/Heir_To_The_Throne/scenarios/25_HttT_Epilogue.cfg 952share/wesnoth/data/campaigns/Heir_To_The_Throne/scenarios/25_HttT_Epilogue.cfg
953share/wesnoth/data/campaigns/Heir_To_The_Throne/units/Battle_Princess.cfg 953share/wesnoth/data/campaigns/Heir_To_The_Throne/units/Battle_Princess.cfg
954share/wesnoth/data/campaigns/Heir_To_The_Throne/units/Commander.cfg 954share/wesnoth/data/campaigns/Heir_To_The_Throne/units/Commander.cfg
955share/wesnoth/data/campaigns/Heir_To_The_Throne/units/Dark_Queen.cfg 955share/wesnoth/data/campaigns/Heir_To_The_Throne/units/Dark_Queen.cfg
956share/wesnoth/data/campaigns/Heir_To_The_Throne/units/Fighter.cfg 956share/wesnoth/data/campaigns/Heir_To_The_Throne/units/Fighter.cfg
957share/wesnoth/data/campaigns/Heir_To_The_Throne/units/Injured_Sergeant.cfg 957share/wesnoth/data/campaigns/Heir_To_The_Throne/units/Injured_Sergeant.cfg
958share/wesnoth/data/campaigns/Heir_To_The_Throne/units/Lord.cfg 958share/wesnoth/data/campaigns/Heir_To_The_Throne/units/Lord.cfg
959share/wesnoth/data/campaigns/Heir_To_The_Throne/units/Princess.cfg 959share/wesnoth/data/campaigns/Heir_To_The_Throne/units/Princess.cfg
960share/wesnoth/data/campaigns/Heir_To_The_Throne/units/Sea_Orc.cfg 960share/wesnoth/data/campaigns/Heir_To_The_Throne/units/Sea_Orc.cfg
961share/wesnoth/data/campaigns/Heir_To_The_Throne/units/Sleeping_Gryphon.cfg 961share/wesnoth/data/campaigns/Heir_To_The_Throne/units/Sleeping_Gryphon.cfg
962share/wesnoth/data/campaigns/Heir_To_The_Throne/utils/abilities.cfg 962share/wesnoth/data/campaigns/Heir_To_The_Throne/utils/abilities.cfg
963share/wesnoth/data/campaigns/Heir_To_The_Throne/utils/bigmap.cfg 963share/wesnoth/data/campaigns/Heir_To_The_Throne/utils/bigmap.cfg
964share/wesnoth/data/campaigns/Heir_To_The_Throne/utils/deaths.cfg 964share/wesnoth/data/campaigns/Heir_To_The_Throne/utils/deaths.cfg
965share/wesnoth/data/campaigns/Heir_To_The_Throne/utils/httt_utils.cfg 965share/wesnoth/data/campaigns/Heir_To_The_Throne/utils/httt_utils.cfg
966share/wesnoth/data/campaigns/Heir_To_The_Throne/utils/intro.cfg 966share/wesnoth/data/campaigns/Heir_To_The_Throne/utils/intro.cfg
967share/wesnoth/data/campaigns/Legend_of_Wesmere/HISTORY 967share/wesnoth/data/campaigns/Legend_of_Wesmere/HISTORY
968share/wesnoth/data/campaigns/Legend_of_Wesmere/_main.cfg 968share/wesnoth/data/campaigns/Legend_of_Wesmere/_main.cfg
969share/wesnoth/data/campaigns/Legend_of_Wesmere/chapters.txt 969share/wesnoth/data/campaigns/Legend_of_Wesmere/chapters.txt
970share/wesnoth/data/campaigns/Legend_of_Wesmere/images/campaign_image.png 970share/wesnoth/data/campaigns/Legend_of_Wesmere/images/campaign_image.png
971share/wesnoth/data/campaigns/Legend_of_Wesmere/images/l10n/de/low-map--overlay.png 971share/wesnoth/data/campaigns/Legend_of_Wesmere/images/l10n/de/low-map--overlay.png
972share/wesnoth/data/campaigns/Legend_of_Wesmere/images/l10n/it/low-map--overlay.png 972share/wesnoth/data/campaigns/Legend_of_Wesmere/images/l10n/it/low-map--overlay.png
973share/wesnoth/data/campaigns/Legend_of_Wesmere/images/l10n/pt/low-map--overlay.png 973share/wesnoth/data/campaigns/Legend_of_Wesmere/images/l10n/pt/low-map--overlay.png
974share/wesnoth/data/campaigns/Legend_of_Wesmere/images/l10n/ru/low-map--overlay.png 974share/wesnoth/data/campaigns/Legend_of_Wesmere/images/l10n/ru/low-map--overlay.png
975share/wesnoth/data/campaigns/Legend_of_Wesmere/images/l10n/zh_CN/low-map--overlay.png 975share/wesnoth/data/campaigns/Legend_of_Wesmere/images/l10n/zh_CN/low-map--overlay.png
976share/wesnoth/data/campaigns/Legend_of_Wesmere/images/low-map.png 976share/wesnoth/data/campaigns/Legend_of_Wesmere/images/low-map.png
977share/wesnoth/data/campaigns/Legend_of_Wesmere/images/portraits/aldar.png 977share/wesnoth/data/campaigns/Legend_of_Wesmere/images/portraits/aldar.png
978share/wesnoth/data/campaigns/Legend_of_Wesmere/images/portraits/cleodil.png 978share/wesnoth/data/campaigns/Legend_of_Wesmere/images/portraits/cleodil.png
979share/wesnoth/data/campaigns/Legend_of_Wesmere/images/portraits/crelanu.png 979share/wesnoth/data/campaigns/Legend_of_Wesmere/images/portraits/crelanu.png
980share/wesnoth/data/campaigns/Legend_of_Wesmere/images/portraits/dionli.png 980share/wesnoth/data/campaigns/Legend_of_Wesmere/images/portraits/dionli.png
981share/wesnoth/data/campaigns/Legend_of_Wesmere/images/portraits/galtrid.png 981share/wesnoth/data/campaigns/Legend_of_Wesmere/images/portraits/galtrid.png
982share/wesnoth/data/campaigns/Legend_of_Wesmere/images/portraits/haldricII.png 982share/wesnoth/data/campaigns/Legend_of_Wesmere/images/portraits/haldricII.png
983share/wesnoth/data/campaigns/Legend_of_Wesmere/images/portraits/kalenz_young.png 983share/wesnoth/data/campaigns/Legend_of_Wesmere/images/portraits/kalenz_young.png
984share/wesnoth/data/campaigns/Legend_of_Wesmere/images/portraits/landar.png 984share/wesnoth/data/campaigns/Legend_of_Wesmere/images/portraits/landar.png
985share/wesnoth/data/campaigns/Legend_of_Wesmere/images/portraits/olurf.png 985share/wesnoth/data/campaigns/Legend_of_Wesmere/images/portraits/olurf.png
986share/wesnoth/data/campaigns/Legend_of_Wesmere/images/portraits/uradredia.png 986share/wesnoth/data/campaigns/Legend_of_Wesmere/images/portraits/uradredia.png
987share/wesnoth/data/campaigns/Legend_of_Wesmere/images/portraits/velon.png 987share/wesnoth/data/campaigns/Legend_of_Wesmere/images/portraits/velon.png
988share/wesnoth/data/campaigns/Legend_of_Wesmere/images/story/characters/aldar.png 988share/wesnoth/data/campaigns/Legend_of_Wesmere/images/story/characters/aldar.png
989share/wesnoth/data/campaigns/Legend_of_Wesmere/images/story/characters/cleodil.png 989share/wesnoth/data/campaigns/Legend_of_Wesmere/images/story/characters/cleodil.png
990share/wesnoth/data/campaigns/Legend_of_Wesmere/images/story/characters/crelanu.png 990share/wesnoth/data/campaigns/Legend_of_Wesmere/images/story/characters/crelanu.png
991share/wesnoth/data/campaigns/Legend_of_Wesmere/images/story/characters/galtrid.png 991share/wesnoth/data/campaigns/Legend_of_Wesmere/images/story/characters/galtrid.png
992share/wesnoth/data/campaigns/Legend_of_Wesmere/images/story/characters/highlord.png 992share/wesnoth/data/campaigns/Legend_of_Wesmere/images/story/characters/highlord.png
993share/wesnoth/data/campaigns/Legend_of_Wesmere/images/story/characters/kalenz.png 993share/wesnoth/data/campaigns/Legend_of_Wesmere/images/story/characters/kalenz.png
994share/wesnoth/data/campaigns/Legend_of_Wesmere/images/story/characters/landar.png 994share/wesnoth/data/campaigns/Legend_of_Wesmere/images/story/characters/landar.png
995share/wesnoth/data/campaigns/Legend_of_Wesmere/images/story/characters/legmir.png 995share/wesnoth/data/campaigns/Legend_of_Wesmere/images/story/characters/legmir.png
996share/wesnoth/data/campaigns/Legend_of_Wesmere/images/story/characters/lord.png 996share/wesnoth/data/campaigns/Legend_of_Wesmere/images/story/characters/lord.png
997share/wesnoth/data/campaigns/Legend_of_Wesmere/images/story/characters/olurf.png 997share/wesnoth/data/campaigns/Legend_of_Wesmere/images/story/characters/olurf.png
998share/wesnoth/data/campaigns/Legend_of_Wesmere/images/story/characters/uradredia.png 998share/wesnoth/data/campaigns/Legend_of_Wesmere/images/story/characters/uradredia.png
999share/wesnoth/data/campaigns/Legend_of_Wesmere/images/units/monsters/great-ogre.png 999share/wesnoth/data/campaigns/Legend_of_Wesmere/images/units/monsters/great-ogre.png
1000share/wesnoth/data/campaigns/Legend_of_Wesmere/images/units/ogres/great-ogre.png 1000share/wesnoth/data/campaigns/Legend_of_Wesmere/images/units/ogres/great-ogre.png
1001share/wesnoth/data/campaigns/Legend_of_Wesmere/lua/wml_tags.lua 1001share/wesnoth/data/campaigns/Legend_of_Wesmere/lua/wml_tags.lua
1002share/wesnoth/data/campaigns/Legend_of_Wesmere/maps/02_Hostile_Mountains.map 1002share/wesnoth/data/campaigns/Legend_of_Wesmere/maps/02_Hostile_Mountains.map
1003share/wesnoth/data/campaigns/Legend_of_Wesmere/maps/04_The_Elvish_Treasury.map 1003share/wesnoth/data/campaigns/Legend_of_Wesmere/maps/04_The_Elvish_Treasury.map
1004share/wesnoth/data/campaigns/Legend_of_Wesmere/maps/06_Acquaintance_in_Need.map 1004share/wesnoth/data/campaigns/Legend_of_Wesmere/maps/06_Acquaintance_in_Need.map
1005share/wesnoth/data/campaigns/Legend_of_Wesmere/maps/09_Bounty_Hunters.map 1005share/wesnoth/data/campaigns/Legend_of_Wesmere/maps/09_Bounty_Hunters.map
1006share/wesnoth/data/campaigns/Legend_of_Wesmere/maps/10_Cliffs_of_Thoria.map 1006share/wesnoth/data/campaigns/Legend_of_Wesmere/maps/10_Cliffs_of_Thoria.map
1007share/wesnoth/data/campaigns/Legend_of_Wesmere/maps/11_Battle_of_the_Book.map 1007share/wesnoth/data/campaigns/Legend_of_Wesmere/maps/11_Battle_of_the_Book.map
1008share/wesnoth/data/campaigns/Legend_of_Wesmere/maps/14_Human_Alliance.map 1008share/wesnoth/data/campaigns/Legend_of_Wesmere/maps/14_Human_Alliance.map
1009share/wesnoth/data/campaigns/Legend_of_Wesmere/maps/16_The_Chief_Must_Die.map 1009share/wesnoth/data/campaigns/Legend_of_Wesmere/maps/16_The_Chief_Must_Die.map
1010share/wesnoth/data/campaigns/Legend_of_Wesmere/maps/23_End_of_War.map 1010share/wesnoth/data/campaigns/Legend_of_Wesmere/maps/23_End_of_War.map
1011share/wesnoth/data/campaigns/Legend_of_Wesmere/maps/Kalian.map 1011share/wesnoth/data/campaigns/Legend_of_Wesmere/maps/Kalian.map
1012share/wesnoth/data/campaigns/Legend_of_Wesmere/maps/Kalian_map.cfg 1012share/wesnoth/data/campaigns/Legend_of_Wesmere/maps/Kalian_map.cfg
1013share/wesnoth/data/campaigns/Legend_of_Wesmere/maps/Lintanir.map 1013share/wesnoth/data/campaigns/Legend_of_Wesmere/maps/Lintanir.map
1014share/wesnoth/data/campaigns/Legend_of_Wesmere/maps/North_Elves.map 1014share/wesnoth/data/campaigns/Legend_of_Wesmere/maps/North_Elves.map
1015share/wesnoth/data/campaigns/Legend_of_Wesmere/maps/Saurgrath.map 1015share/wesnoth/data/campaigns/Legend_of_Wesmere/maps/Saurgrath.map
1016share/wesnoth/data/campaigns/Legend_of_Wesmere/masks/01_The_Uprooting.mask 1016share/wesnoth/data/campaigns/Legend_of_Wesmere/masks/01_The_Uprooting.mask
1017share/wesnoth/data/campaigns/Legend_of_Wesmere/masks/03_Kalian_under_Attack.mask 1017share/wesnoth/data/campaigns/Legend_of_Wesmere/masks/03_Kalian_under_Attack.mask
1018share/wesnoth/data/campaigns/Legend_of_Wesmere/masks/05_The_Saurian_Treasury.mask 1018share/wesnoth/data/campaigns/Legend_of_Wesmere/masks/05_The_Saurian_Treasury.mask
1019share/wesnoth/data/campaigns/Legend_of_Wesmere/masks/07_Elves_Last_Stand.mask 1019share/wesnoth/data/campaigns/Legend_of_Wesmere/masks/07_Elves_Last_Stand.mask
1020share/wesnoth/data/campaigns/Legend_of_Wesmere/masks/17_Breaking_the_Siege.mask 1020share/wesnoth/data/campaigns/Legend_of_Wesmere/masks/17_Breaking_the_Siege.mask
1021share/wesnoth/data/campaigns/Legend_of_Wesmere/masks/19_Costly_Revenge.mask 1021share/wesnoth/data/campaigns/Legend_of_Wesmere/masks/19_Costly_Revenge.mask
1022share/wesnoth/data/campaigns/Legend_of_Wesmere/masks/21_Elvish_Assassins.mask 1022share/wesnoth/data/campaigns/Legend_of_Wesmere/masks/21_Elvish_Assassins.mask
1023share/wesnoth/data/campaigns/Legend_of_Wesmere/masks/22_Northern_Battle.mask 1023share/wesnoth/data/campaigns/Legend_of_Wesmere/masks/22_Northern_Battle.mask
1024share/wesnoth/data/campaigns/Legend_of_Wesmere/scenarios/chapter1/01_The_Uprooting.cfg 1024share/wesnoth/data/campaigns/Legend_of_Wesmere/scenarios/chapter1/01_The_Uprooting.cfg
1025share/wesnoth/data/campaigns/Legend_of_Wesmere/scenarios/chapter1/02_Hostile_Mountains.cfg 1025share/wesnoth/data/campaigns/Legend_of_Wesmere/scenarios/chapter1/02_Hostile_Mountains.cfg

cvs diff -r1.75 -r1.76 pkgsrc/games/wesnoth/distinfo (switch to unified diff)

--- pkgsrc/games/wesnoth/distinfo 2021/03/22 09:45:03 1.75
+++ pkgsrc/games/wesnoth/distinfo 2021/06/25 10:38:01 1.76
@@ -1,10 +1,10 @@ @@ -1,10 +1,10 @@
1$NetBSD: distinfo,v 1.75 2021/03/22 09:45:03 adam Exp $ 1$NetBSD: distinfo,v 1.76 2021/06/25 10:38:01 adam Exp $
2 2
3SHA1 (wesnoth-1.14.16.tar.bz2) = 5208ba875f437ecd44ac7bdabb6745e7cee82421 3SHA1 (wesnoth-1.14.17.tar.bz2) = 970681547f78878d72f3abfcf657449e60d3cabc
4RMD160 (wesnoth-1.14.16.tar.bz2) = 1f16e7124cafca711f20ded23f96adcaffd1b472 4RMD160 (wesnoth-1.14.17.tar.bz2) = 4a9e64323b0a6fe471f0cb016e6b56d3d9a68a8f
5SHA512 (wesnoth-1.14.16.tar.bz2) = cd7b3f3e3bb6021cc92c04b08bc0f1e0a6558c9c195b06f3668bdf03b5d275b036c41d8d8b727397ea079fb13c0e6503a2e011a53a9473384bb6cec797f51c32 5SHA512 (wesnoth-1.14.17.tar.bz2) = d4a5cbc26ec26453f1baf375980bbfcfb11e6a86ce40d23974751b2591bbe290c70c3ee760b9b45253b1c7ed4ea1574d3920b103c70cb14067ec14860a33a8a8
6Size (wesnoth-1.14.16.tar.bz2) = 462489629 bytes 6Size (wesnoth-1.14.17.tar.bz2) = 462461190 bytes
7SHA1 (patch-CMakeLists.txt) = 5c580a7b9719d769507c2c0ec3580d6cf523e7f0 7SHA1 (patch-CMakeLists.txt) = 5c580a7b9719d769507c2c0ec3580d6cf523e7f0
8SHA1 (patch-src_CMakeLists.txt) = 5839663ab11a9fdc31e89b74ce2708a251155d9f 8SHA1 (patch-src_CMakeLists.txt) = 5839663ab11a9fdc31e89b74ce2708a251155d9f
9SHA1 (patch-src_color__range.cpp) = bdce94054a0fb2972e63a968fdb78e34db1213a6 9SHA1 (patch-src_color__range.cpp) = bdce94054a0fb2972e63a968fdb78e34db1213a6
10SHA1 (patch-src_wesnoth.cpp) = 73fa69b47de231c5ce16f66a52b449d5242ffe67 10SHA1 (patch-src_wesnoth.cpp) = 73fa69b47de231c5ce16f66a52b449d5242ffe67