diff --git a/games/wesnoth/Makefile b/games/wesnoth/Makefile new file mode 100644 index 00000000000..5ddbd3f25e9 --- /dev/null +++ b/games/wesnoth/Makefile @@ -0,0 +1,44 @@ +# $OpenBSD: Makefile,v 1.1.1.1 2005/02/19 21:48:44 espie Exp $ + +COMMENT= "strategy game with fantasy theme" +DISTNAME= wesnoth-0.8.10 +CATEGORIES= games x11 +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=wesnoth/} + +HOMEPAGE= http://www.wesnoth.org/ + +# GPL +PERMIT_PACKAGE_CDROM= Yes +PERMIT_PACKAGE_FTP= Yes +PERMIT_DISTFILES_CDROM= Yes +PERMIT_DISTFILES_FTP= Yes +WANTLIB= X11 freetype stdc++ pthread m usbhid c Xext z + +USE_LIBTOOL= Yes +LIB_DEPENDS= SDL::devel/sdl \ + SDL_image::devel/sdl-image \ + SDL_net::devel/sdl-net \ + SDL_mixer::devel/sdl-mixer \ + zipios::archivers/zipios + + +# The detection of kde-config/gnome-config will only lead to some +# desktop file installation... +# png is only required for the tools, which we don't build yet. + +MODULES= devel/gettext + +CONFIGURE_STYLE=gnu +FLAVORS= lite +FLAVOR?= + +.if ${FLAVOR:L:Mlite} +CONFIGURE_ARGS+=--enable-lite +.endif + +CONFIGURE_ENV+=LDFLAGS=-L${LOCALBASE}/lib +CONFIGURE_ARGS+=--enable-server --enable-campaign-server --enable-editor + +MAKE_FLAGS=LIBINTL='-L${LOCALBASE}/lib -lintl -liconv' + +.include diff --git a/games/wesnoth/distinfo b/games/wesnoth/distinfo new file mode 100644 index 00000000000..048d385db5b --- /dev/null +++ b/games/wesnoth/distinfo @@ -0,0 +1,4 @@ +MD5 (wesnoth-0.8.10.tar.gz) = 0fbda4c35f0a6cf9f18df453a7f83f7c +RMD160 (wesnoth-0.8.10.tar.gz) = 163c06adf923049b4d6f0afea7ee74687d02eb29 +SHA1 (wesnoth-0.8.10.tar.gz) = fa1c401b39d1630ef2e2319e169225dd71f333dd +SIZE (wesnoth-0.8.10.tar.gz) = 36687797 diff --git a/games/wesnoth/patches/patch-src_campaign_server_Makefile_in b/games/wesnoth/patches/patch-src_campaign_server_Makefile_in new file mode 100644 index 00000000000..79aee0b2572 --- /dev/null +++ b/games/wesnoth/patches/patch-src_campaign_server_Makefile_in @@ -0,0 +1,12 @@ +$OpenBSD: patch-src_campaign_server_Makefile_in,v 1.1.1.1 2005/02/19 21:48:44 espie Exp $ +--- src/campaign_server/Makefile.in.orig Sat Feb 19 13:46:37 2005 ++++ src/campaign_server/Makefile.in Sat Feb 19 13:46:48 2005 +@@ -71,7 +71,7 @@ am_campaignd_OBJECTS = campaign_server.$ + network_worker.$(OBJEXT) publish_campaign.$(OBJEXT) \ + thread.$(OBJEXT) xcoll.$(OBJEXT) + campaignd_OBJECTS = $(am_campaignd_OBJECTS) +-campaignd_LDADD = $(LDADD) ++campaignd_LDADD = $(LDADD) $(LTLIBINTL) + am__DEPENDENCIES_1 = + campaignd_DEPENDENCIES = $(am__DEPENDENCIES_1) + DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir) diff --git a/games/wesnoth/patches/patch-src_server_Makefile_in b/games/wesnoth/patches/patch-src_server_Makefile_in new file mode 100644 index 00000000000..24a6b811aee --- /dev/null +++ b/games/wesnoth/patches/patch-src_server_Makefile_in @@ -0,0 +1,12 @@ +$OpenBSD: patch-src_server_Makefile_in,v 1.1.1.1 2005/02/19 21:48:44 espie Exp $ +--- src/server/Makefile.in.orig Sat Feb 19 13:32:20 2005 ++++ src/server/Makefile.in Sat Feb 19 13:32:44 2005 +@@ -72,7 +72,7 @@ am_wesnothd_OBJECTS = game.$(OBJEXT) inp + network.$(OBJEXT) network_worker.$(OBJEXT) thread.$(OBJEXT) \ + xcoll.$(OBJEXT) + wesnothd_OBJECTS = $(am_wesnothd_OBJECTS) +-wesnothd_LDADD = $(LDADD) ++wesnothd_LDADD = $(LDADD) $(LTLIBINTL) + am__DEPENDENCIES_1 = + wesnothd_DEPENDENCIES = $(am__DEPENDENCIES_1) + DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir) diff --git a/games/wesnoth/patches/patch-src_zip_Makefile_in b/games/wesnoth/patches/patch-src_zip_Makefile_in new file mode 100644 index 00000000000..000cc541375 --- /dev/null +++ b/games/wesnoth/patches/patch-src_zip_Makefile_in @@ -0,0 +1,12 @@ +$OpenBSD: patch-src_zip_Makefile_in,v 1.1.1.1 2005/02/19 21:48:44 espie Exp $ +--- src/zip/Makefile.in.orig Sat Feb 19 14:05:12 2005 ++++ src/zip/Makefile.in Sat Feb 19 14:05:51 2005 +@@ -69,7 +69,7 @@ am_wesnoth_zip_OBJECTS = zip.$(OBJEXT) c + filesystem.$(OBJEXT) game_config.$(OBJEXT) gettext.$(OBJEXT) \ + log.$(OBJEXT) network.$(OBJEXT) variable.$(OBJEXT) + wesnoth_zip_OBJECTS = $(am_wesnoth_zip_OBJECTS) +-wesnoth_zip_LDADD = $(LDADD) ++wesnoth_zip_LDADD = $(LDADD) $(LTLIBINTL) $(LIBZIPIOS) + DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir) + depcomp = $(SHELL) $(top_srcdir)/config/depcomp + am__depfiles_maybe = depfiles diff --git a/games/wesnoth/patches/patch-src_zip_zip_cpp b/games/wesnoth/patches/patch-src_zip_zip_cpp new file mode 100644 index 00000000000..09c4571f1be --- /dev/null +++ b/games/wesnoth/patches/patch-src_zip_zip_cpp @@ -0,0 +1,10 @@ +$OpenBSD: patch-src_zip_zip_cpp,v 1.1.1.1 2005/02/19 21:48:44 espie Exp $ +--- src/zip/zip.cpp.orig Sat Feb 19 13:50:47 2005 ++++ src/zip/zip.cpp Sat Feb 19 13:50:55 2005 +@@ -1,5 +1,6 @@ + #include "../config.hpp" + #include "../game_config.hpp" ++#include "../filesystem.hpp" + #include + #include + #include diff --git a/games/wesnoth/pkg/DESCR b/games/wesnoth/pkg/DESCR new file mode 100644 index 00000000000..4974e1e66d9 --- /dev/null +++ b/games/wesnoth/pkg/DESCR @@ -0,0 +1,11 @@ +The Battle for Wesnoth +is a turn-based strategy game with a fantasy theme. + +Build your army, keeping your most experienced fighters from one mission +to the next. You can recruit fighters from a large selection of units, +offering various strategic strengths and weaknesses on different +terrains and against different opponents. + +Flavors: +lite + stripped down version without music and some graphics. diff --git a/games/wesnoth/pkg/PFRAG.no-lite b/games/wesnoth/pkg/PFRAG.no-lite new file mode 100644 index 00000000000..2b7c42c81d3 --- /dev/null +++ b/games/wesnoth/pkg/PFRAG.no-lite @@ -0,0 +1,38 @@ +@comment $OpenBSD: PFRAG.no-lite,v 1.1.1.1 2005/02/19 21:48:44 espie Exp $ +share/wesnoth/images/campaigns/Heir_To_The_Throne/ +share/wesnoth/images/campaigns/Heir_To_The_Throne/story/ +share/wesnoth/images/campaigns/Heir_To_The_Throne/story/story0a.png +share/wesnoth/images/campaigns/Heir_To_The_Throne/story/story0b.png +share/wesnoth/images/campaigns/Heir_To_The_Throne/story/story1.png +share/wesnoth/images/campaigns/Heir_To_The_Throne/story/story2.png +share/wesnoth/images/campaigns/Heir_To_The_Throne/story/story3.png +share/wesnoth/images/campaigns/Heir_To_The_Throne/story/story4.png +share/wesnoth/images/campaigns/Heir_To_The_Throne/story/story5.png +share/wesnoth/images/campaigns/Heir_To_The_Throne/story/story6.png +share/wesnoth/images/campaigns/Heir_To_The_Throne/story/story7.png +share/wesnoth/images/campaigns/Heir_To_The_Throne/story/story8.png +share/wesnoth/images/campaigns/Heir_To_The_Throne/story/story9.png +share/wesnoth/images/campaigns/Son_Of_The_Black_Eye/ +share/wesnoth/images/campaigns/Son_Of_The_Black_Eye/maps/ +share/wesnoth/images/campaigns/Son_Of_The_Black_Eye/maps/sotbe.png +share/wesnoth/images/campaigns/Son_Of_The_Black_Eye/maps/sotbe1.png +share/wesnoth/images/campaigns/Son_Of_The_Black_Eye/maps/sotbe2.png +share/wesnoth/images/campaigns/Son_Of_The_Black_Eye/maps/sotbe3.png +share/wesnoth/images/campaigns/The_Rise_of_Wesnoth/story/ +share/wesnoth/images/campaigns/The_Rise_of_Wesnoth/story/east.png +share/wesnoth/images/campaigns/The_Rise_of_Wesnoth/story/the_duel.png +share/wesnoth/images/campaigns/The_Rise_of_Wesnoth/story/trow-logo.png +share/wesnoth/images/campaigns/The_Rise_of_Wesnoth/story/west.png +share/wesnoth/music/ +share/wesnoth/music/elf-land.ogg +share/wesnoth/music/frantic.ogg +share/wesnoth/music/main_menu.ogg +share/wesnoth/music/underground.ogg +share/wesnoth/music/wesnoth-1.ogg +share/wesnoth/music/wesnoth-2.ogg +share/wesnoth/music/wesnoth-3.ogg +share/wesnoth/music/wesnoth-4.ogg +share/wesnoth/music/wesnoth-5.ogg +share/wesnoth/music/wesnoth-6.ogg +share/wesnoth/music/wesnoth-7.ogg +share/wesnoth/music/wesnoth-8.ogg diff --git a/games/wesnoth/pkg/PLIST b/games/wesnoth/pkg/PLIST new file mode 100644 index 00000000000..9dbe1c482b6 --- /dev/null +++ b/games/wesnoth/pkg/PLIST @@ -0,0 +1,3102 @@ +@comment $OpenBSD: PLIST,v 1.1.1.1 2005/02/19 21:48:44 espie Exp $ +bin/campaignd +bin/wesnoth +bin/wesnoth_editor +bin/wesnothd +bin/wmlxgettext +man/de/ +man/de/man6/ +!%%lite%% +@man man/de/man6/wesnoth.6 +@man man/de/man6/wesnoth_editor.6 +@man man/de/man6/wesnothd.6 +@man man/man6/wesnoth.6 +@man man/man6/wesnoth_editor.6 +@man man/man6/wesnothd.6 +share/wesnoth/ +share/wesnoth/data/ +share/wesnoth/data/campaigns/ +share/wesnoth/data/campaigns/Eastern_Invasion.cfg +share/wesnoth/data/campaigns/Heir_To_The_Throne.cfg +share/wesnoth/data/campaigns/README +share/wesnoth/data/campaigns/Son_Of_The_Black_Eye.cfg +share/wesnoth/data/campaigns/The_Dark_Hordes.cfg +share/wesnoth/data/campaigns/The_Rise_of_Wesnoth.cfg +share/wesnoth/data/convert.pl +share/wesnoth/data/game.cfg +share/wesnoth/data/help.cfg +share/wesnoth/data/items.cfg +share/wesnoth/data/maps/ +share/wesnoth/data/maps/Eastern_Invasion/ +share/wesnoth/data/maps/Eastern_Invasion/An_Elven_Alliance +share/wesnoth/data/maps/Eastern_Invasion/An_Unexpected_Appearance +share/wesnoth/data/maps/Eastern_Invasion/Approaching_Weldyn +share/wesnoth/data/maps/Eastern_Invasion/Captured +share/wesnoth/data/maps/Eastern_Invasion/Drowned_Plains +share/wesnoth/data/maps/Eastern_Invasion/Evacuation +share/wesnoth/data/maps/Eastern_Invasion/Lake_Vrug +share/wesnoth/data/maps/Eastern_Invasion/Mal-Ravanals_Capital +share/wesnoth/data/maps/Eastern_Invasion/Northern_Outpost +share/wesnoth/data/maps/Eastern_Invasion/Peasant_Revolt +share/wesnoth/data/maps/Eastern_Invasion/The_Arena +share/wesnoth/data/maps/Eastern_Invasion/The_Crossing +share/wesnoth/data/maps/Eastern_Invasion/The_Escape_Tunnel +share/wesnoth/data/maps/Eastern_Invasion/The_Outpost +share/wesnoth/data/maps/Eastern_Invasion/The_Undead_Border_Patrol +share/wesnoth/data/maps/Eastern_Invasion/Throne_Room +share/wesnoth/data/maps/Eastern_Invasion/Training_the_Ogres +share/wesnoth/data/maps/Eastern_Invasion/Tribal_Warfare +share/wesnoth/data/maps/Eastern_Invasion/Two_Paths +share/wesnoth/data/maps/Eastern_Invasion/Undead_Crossing +share/wesnoth/data/maps/Eastern_Invasion/Weldyn_Besieged +share/wesnoth/data/maps/Eastern_Invasion/Weldyn_under_Attack +share/wesnoth/data/maps/Eastern_Invasion/loyalistmap11 +share/wesnoth/data/maps/Heir_To_The_Throne/ +share/wesnoth/data/maps/Heir_To_The_Throne/A_Choice_Must_Be_Made +share/wesnoth/data/maps/Heir_To_The_Throne/Battle_for_Wesnoth +share/wesnoth/data/maps/Heir_To_The_Throne/Bay_of_Pearls +share/wesnoth/data/maps/Heir_To_The_Throne/Blackwater_Port +share/wesnoth/data/maps/Heir_To_The_Throne/Crossroads +share/wesnoth/data/maps/Heir_To_The_Throne/Dwarven_Doors +share/wesnoth/data/maps/Heir_To_The_Throne/Elves_Besieged +share/wesnoth/data/maps/Heir_To_The_Throne/Ford_of_Abez +share/wesnoth/data/maps/Heir_To_The_Throne/Gryphon_Mountain +share/wesnoth/data/maps/Heir_To_The_Throne/Hasty_Alliance +share/wesnoth/data/maps/Heir_To_The_Throne/High_King_at_Sea +share/wesnoth/data/maps/Heir_To_The_Throne/Home_Clan +share/wesnoth/data/maps/Heir_To_The_Throne/Home_North_Elves +share/wesnoth/data/maps/Heir_To_The_Throne/Isle_of_Anduin +share/wesnoth/data/maps/Heir_To_The_Throne/Isle_of_the_Damned +share/wesnoth/data/maps/Heir_To_The_Throne/Mountain_Pass +share/wesnoth/data/maps/Heir_To_The_Throne/Muff_Malal_Peninsula +share/wesnoth/data/maps/Heir_To_The_Throne/Northern_Winter +share/wesnoth/data/maps/Heir_To_The_Throne/Plunging_Into_the_Darkness +share/wesnoth/data/maps/Heir_To_The_Throne/Princess_of_Wesnoth +share/wesnoth/data/maps/Heir_To_The_Throne/Return_to_Wesnoth +share/wesnoth/data/maps/Heir_To_The_Throne/Sceptre +share/wesnoth/data/maps/Heir_To_The_Throne/Snow_Plains +share/wesnoth/data/maps/Heir_To_The_Throne/Swamp_Of_Dread +share/wesnoth/data/maps/Heir_To_The_Throne/The_Lost_General +share/wesnoth/data/maps/Heir_To_The_Throne/The_Siege_of_Elensefar +share/wesnoth/data/maps/Heir_To_The_Throne/Valley_of_Death +share/wesnoth/data/maps/Son_Of_The_Black_Eye/ +share/wesnoth/data/maps/Son_Of_The_Black_Eye/Black_Flag +share/wesnoth/data/maps/Son_Of_The_Black_Eye/Clash_Of_Armies +share/wesnoth/data/maps/Son_Of_The_Black_Eye/Desert_Of_Death +share/wesnoth/data/maps/Son_Of_The_Black_Eye/End_Of_Peace +share/wesnoth/data/maps/Son_Of_The_Black_Eye/Saving_Inarix +share/wesnoth/data/maps/Son_Of_The_Black_Eye/Shan_Taum_The_Smug +share/wesnoth/data/maps/Son_Of_The_Black_Eye/Silent_Forest +share/wesnoth/data/maps/Son_Of_The_Black_Eye/The_Siege_Of_Barag_Gor +share/wesnoth/data/maps/Son_Of_The_Black_Eye/To_The_Harbour_Of_Tirigaz +share/wesnoth/data/maps/Son_Of_The_Black_Eye/Towards_Mountains_of_Haag +share/wesnoth/data/maps/The_Dark_Hordes/ +share/wesnoth/data/maps/The_Dark_Hordes/A_New_Chance +share/wesnoth/data/maps/The_Dark_Hordes/Brother_Against_Brother +share/wesnoth/data/maps/The_Dark_Hordes/Confrontation +share/wesnoth/data/maps/The_Dark_Hordes/Crelanus_Book +share/wesnoth/data/maps/The_Dark_Hordes/Inside_The_Tower +share/wesnoth/data/maps/The_Dark_Hordes/Mages_And_Elves +share/wesnoth/data/maps/The_Dark_Hordes/The_Skull_of_Agarash +share/wesnoth/data/maps/The_Dark_Hordes/Underground_Pool +share/wesnoth/data/maps/The_Rise_of_Wesnoth/ +share/wesnoth/data/maps/The_Rise_of_Wesnoth/A_Beach +share/wesnoth/data/maps/The_Rise_of_Wesnoth/A_Final_Spring +share/wesnoth/data/maps/The_Rise_of_Wesnoth/A_Harrowing_Escape +share/wesnoth/data/maps/The_Rise_of_Wesnoth/A_New_Land +share/wesnoth/data/maps/The_Rise_of_Wesnoth/A_Summer_of_Storms +share/wesnoth/data/maps/The_Rise_of_Wesnoth/Clearwater_Port +share/wesnoth/data/maps/The_Rise_of_Wesnoth/Cursed_Isle +share/wesnoth/data/maps/The_Rise_of_Wesnoth/Elf_Lords +share/wesnoth/data/maps/The_Rise_of_Wesnoth/Fallen_Lich_Point +share/wesnoth/data/maps/The_Rise_of_Wesnoth/Peoples_in_Decline +share/wesnoth/data/maps/The_Rise_of_Wesnoth/Return_of_the_Fleet +share/wesnoth/data/maps/The_Rise_of_Wesnoth/Rise_of_Wesnoth +share/wesnoth/data/maps/The_Rise_of_Wesnoth/Rough_Landing +share/wesnoth/data/maps/The_Rise_of_Wesnoth/Sewer +share/wesnoth/data/maps/The_Rise_of_Wesnoth/Southbay_in_Winter +share/wesnoth/data/maps/The_Rise_of_Wesnoth/Temple_in_the_Deep +share/wesnoth/data/maps/The_Rise_of_Wesnoth/The_Dragon +share/wesnoth/data/maps/The_Rise_of_Wesnoth/The_Fall +share/wesnoth/data/maps/The_Rise_of_Wesnoth/The_Midlands +share/wesnoth/data/maps/The_Rise_of_Wesnoth/The_Oldwood +share/wesnoth/data/maps/The_Rise_of_Wesnoth/The_Plan +share/wesnoth/data/maps/The_Rise_of_Wesnoth/The_River_Road +share/wesnoth/data/maps/The_Rise_of_Wesnoth/The_Vanguard +share/wesnoth/data/maps/The_Rise_of_Wesnoth/Troll_Hole +share/wesnoth/data/maps/Tutorial/ +share/wesnoth/data/maps/Tutorial/Basic_Training +share/wesnoth/data/maps/Tutorial/Traits_and_Specialties +share/wesnoth/data/maps/multiplayer/ +share/wesnoth/data/maps/multiplayer/BattleWorld +share/wesnoth/data/maps/multiplayer/Blitz +share/wesnoth/data/maps/multiplayer/Broken_Bridge +share/wesnoth/data/maps/multiplayer/CastleHoppingIsle +share/wesnoth/data/maps/multiplayer/Castles +share/wesnoth/data/maps/multiplayer/Charge +share/wesnoth/data/maps/multiplayer/ForestofFear +share/wesnoth/data/maps/multiplayer/King_of_the_Hill +share/wesnoth/data/maps/multiplayer/Three_Rivers +share/wesnoth/data/maps/multiplayer/Wesbowl +share/wesnoth/data/maps/multiplayer/Weslin +share/wesnoth/data/multiplayer.cfg +share/wesnoth/data/names.cfg +share/wesnoth/data/scenario-test.cfg +share/wesnoth/data/scenarios/ +share/wesnoth/data/scenarios/Eastern_Invasion/ +share/wesnoth/data/scenarios/Eastern_Invasion/Approaching_Weldyn.cfg +share/wesnoth/data/scenarios/Eastern_Invasion/Captured.cfg +share/wesnoth/data/scenarios/Eastern_Invasion/Crossing.cfg +share/wesnoth/data/scenarios/Eastern_Invasion/Elven_Alliance.cfg +share/wesnoth/data/scenarios/Eastern_Invasion/Escape_Tunnel.cfg +share/wesnoth/data/scenarios/Eastern_Invasion/Evacuation.cfg +share/wesnoth/data/scenarios/Eastern_Invasion/Lake_Vrug.cfg +share/wesnoth/data/scenarios/Eastern_Invasion/Mal-Ravanals_Capital.cfg +share/wesnoth/data/scenarios/Eastern_Invasion/Northern_Outpost.cfg +share/wesnoth/data/scenarios/Eastern_Invasion/Ogre_Training.cfg +share/wesnoth/data/scenarios/Eastern_Invasion/Reject.cfg +share/wesnoth/data/scenarios/Eastern_Invasion/The_Drowned_Plains.cfg +share/wesnoth/data/scenarios/Eastern_Invasion/The_Duel.cfg +share/wesnoth/data/scenarios/Eastern_Invasion/The_Outpost.cfg +share/wesnoth/data/scenarios/Eastern_Invasion/Throne_Room.cfg +share/wesnoth/data/scenarios/Eastern_Invasion/Tribal_Warfare.cfg +share/wesnoth/data/scenarios/Eastern_Invasion/Two_Paths.cfg +share/wesnoth/data/scenarios/Eastern_Invasion/Undead_Border_Patrol.cfg +share/wesnoth/data/scenarios/Eastern_Invasion/Undead_Crossing.cfg +share/wesnoth/data/scenarios/Eastern_Invasion/Unexpected_Appearance.cfg +share/wesnoth/data/scenarios/Eastern_Invasion/Weldyn_Attack.cfg +share/wesnoth/data/scenarios/Eastern_Invasion/deaths.cfg +share/wesnoth/data/scenarios/Eastern_Invasion/intro.cfg +share/wesnoth/data/scenarios/Heir_To_The_Throne/ +share/wesnoth/data/scenarios/Heir_To_The_Throne/A_Choice_Must_Be_Made.cfg +share/wesnoth/data/scenarios/Heir_To_The_Throne/Battle_for_Wesnoth.cfg +share/wesnoth/data/scenarios/Heir_To_The_Throne/Bay_of_Pearls.cfg +share/wesnoth/data/scenarios/Heir_To_The_Throne/Blackwater_Port.cfg +share/wesnoth/data/scenarios/Heir_To_The_Throne/Crossroads.cfg +share/wesnoth/data/scenarios/Heir_To_The_Throne/Dwarven_Doors.cfg +share/wesnoth/data/scenarios/Heir_To_The_Throne/Elven_Council.cfg +share/wesnoth/data/scenarios/Heir_To_The_Throne/Elves_Besieged.cfg +share/wesnoth/data/scenarios/Heir_To_The_Throne/Epilogue.cfg +share/wesnoth/data/scenarios/Heir_To_The_Throne/Ford_of_Abez.cfg +share/wesnoth/data/scenarios/Heir_To_The_Throne/Gryphon_Mountain.cfg +share/wesnoth/data/scenarios/Heir_To_The_Throne/Hasty_Alliance.cfg +share/wesnoth/data/scenarios/Heir_To_The_Throne/High_King_at_Sea.cfg +share/wesnoth/data/scenarios/Heir_To_The_Throne/Home_Clan.cfg +share/wesnoth/data/scenarios/Heir_To_The_Throne/Home_North_Elves.cfg +share/wesnoth/data/scenarios/Heir_To_The_Throne/Isle_of_Anduin.cfg +share/wesnoth/data/scenarios/Heir_To_The_Throne/Isle_of_the_Damned.cfg +share/wesnoth/data/scenarios/Heir_To_The_Throne/Mountain_Pass.cfg +share/wesnoth/data/scenarios/Heir_To_The_Throne/Muff_Malal_Peninsula.cfg +share/wesnoth/data/scenarios/Heir_To_The_Throne/Northern_Winter.cfg +share/wesnoth/data/scenarios/Heir_To_The_Throne/Plunging_Into_the_Darkness.cfg +share/wesnoth/data/scenarios/Heir_To_The_Throne/Princess_of_Wesnoth.cfg +share/wesnoth/data/scenarios/Heir_To_The_Throne/Return_to_Wesnoth.cfg +share/wesnoth/data/scenarios/Heir_To_The_Throne/Sceptre.cfg +share/wesnoth/data/scenarios/Heir_To_The_Throne/Snow_Plains.cfg +share/wesnoth/data/scenarios/Heir_To_The_Throne/Swamp_Of_Dread.cfg +share/wesnoth/data/scenarios/Heir_To_The_Throne/The_Lost_General.cfg +share/wesnoth/data/scenarios/Heir_To_The_Throne/The_Siege_of_Elensefar.cfg +share/wesnoth/data/scenarios/Heir_To_The_Throne/Valley_of_Death.cfg +share/wesnoth/data/scenarios/Heir_To_The_Throne/Valley_of_Statues.cfg +share/wesnoth/data/scenarios/Heir_To_The_Throne/bigmap.cfg +share/wesnoth/data/scenarios/Heir_To_The_Throne/deaths.cfg +share/wesnoth/data/scenarios/Heir_To_The_Throne/intro.cfg +share/wesnoth/data/scenarios/Son_Of_The_Black_Eye/ +share/wesnoth/data/scenarios/Son_Of_The_Black_Eye/Black_Flag.cfg +share/wesnoth/data/scenarios/Son_Of_The_Black_Eye/Clash_Of_Armies.cfg +share/wesnoth/data/scenarios/Son_Of_The_Black_Eye/Desert_Of_Death.cfg +share/wesnoth/data/scenarios/Son_Of_The_Black_Eye/End_Of_Peace.cfg +share/wesnoth/data/scenarios/Son_Of_The_Black_Eye/Saving_Inarix.cfg +share/wesnoth/data/scenarios/Son_Of_The_Black_Eye/Shan_Taum_The_Smug.cfg +share/wesnoth/data/scenarios/Son_Of_The_Black_Eye/Silent_Forest.cfg +share/wesnoth/data/scenarios/Son_Of_The_Black_Eye/The_Siege_Of_Barag_Gor.cfg +share/wesnoth/data/scenarios/Son_Of_The_Black_Eye/To_The_Harbour_Of_Tirigaz.cfg +share/wesnoth/data/scenarios/Son_Of_The_Black_Eye/Towards_Mountains_of_Haag.cfg +share/wesnoth/data/scenarios/Son_Of_The_Black_Eye/deaths.cfg +share/wesnoth/data/scenarios/Son_Of_The_Black_Eye/story.cfg +share/wesnoth/data/scenarios/Son_Of_The_Black_Eye/utils.cfg +share/wesnoth/data/scenarios/The_Dark_Hordes/ +share/wesnoth/data/scenarios/The_Dark_Hordes/A_New_Chance.cfg +share/wesnoth/data/scenarios/The_Dark_Hordes/Brother_Against_Brother.cfg +share/wesnoth/data/scenarios/The_Dark_Hordes/Confrontation.cfg +share/wesnoth/data/scenarios/The_Dark_Hordes/Crelanus_Book.cfg +share/wesnoth/data/scenarios/The_Dark_Hordes/Inside_The_Tower.cfg +share/wesnoth/data/scenarios/The_Dark_Hordes/Mages_And_Elves.cfg +share/wesnoth/data/scenarios/The_Dark_Hordes/The_Skull_of_Agarash.cfg +share/wesnoth/data/scenarios/The_Dark_Hordes/Underground_Pool.cfg +share/wesnoth/data/scenarios/The_Dark_Hordes/intro.cfg +share/wesnoth/data/scenarios/The_Rise_of_Wesnoth/ +share/wesnoth/data/scenarios/The_Rise_of_Wesnoth/A_Beach.cfg +share/wesnoth/data/scenarios/The_Rise_of_Wesnoth/A_Final_Spring.cfg +share/wesnoth/data/scenarios/The_Rise_of_Wesnoth/A_Harrowing_Escape.cfg +share/wesnoth/data/scenarios/The_Rise_of_Wesnoth/A_New_Land.cfg +share/wesnoth/data/scenarios/The_Rise_of_Wesnoth/A_Spy_in_the_Woods.cfg +share/wesnoth/data/scenarios/The_Rise_of_Wesnoth/A_Summer_of_Storms.cfg +share/wesnoth/data/scenarios/The_Rise_of_Wesnoth/Clearwater_Port.cfg +share/wesnoth/data/scenarios/The_Rise_of_Wesnoth/Cursed_Isle.cfg +share/wesnoth/data/scenarios/The_Rise_of_Wesnoth/Elf_Lords.cfg +share/wesnoth/data/scenarios/The_Rise_of_Wesnoth/Epilogue.cfg +share/wesnoth/data/scenarios/The_Rise_of_Wesnoth/Fallen_Lich_Point.cfg +share/wesnoth/data/scenarios/The_Rise_of_Wesnoth/Peoples_in_Decline.cfg +share/wesnoth/data/scenarios/The_Rise_of_Wesnoth/Return_of_the_Fleet.cfg +share/wesnoth/data/scenarios/The_Rise_of_Wesnoth/Return_to_Oldwood.cfg +share/wesnoth/data/scenarios/The_Rise_of_Wesnoth/Rise_of_Wesnoth.cfg +share/wesnoth/data/scenarios/The_Rise_of_Wesnoth/Rough_Landing.cfg +share/wesnoth/data/scenarios/The_Rise_of_Wesnoth/Sewer.cfg +share/wesnoth/data/scenarios/The_Rise_of_Wesnoth/Southbay_in_Winter.cfg +share/wesnoth/data/scenarios/The_Rise_of_Wesnoth/Temple_of_the_Deep.cfg +share/wesnoth/data/scenarios/The_Rise_of_Wesnoth/The_Dragon.cfg +share/wesnoth/data/scenarios/The_Rise_of_Wesnoth/The_Fall.cfg +share/wesnoth/data/scenarios/The_Rise_of_Wesnoth/The_Midlands.cfg +share/wesnoth/data/scenarios/The_Rise_of_Wesnoth/The_Oldwood.cfg +share/wesnoth/data/scenarios/The_Rise_of_Wesnoth/The_Plan.cfg +share/wesnoth/data/scenarios/The_Rise_of_Wesnoth/The_River_Road.cfg +share/wesnoth/data/scenarios/The_Rise_of_Wesnoth/The_Vanguard.cfg +share/wesnoth/data/scenarios/The_Rise_of_Wesnoth/Troll_Hole.cfg +share/wesnoth/data/scenarios/The_Rise_of_Wesnoth/trow-deaths.cfg +share/wesnoth/data/scenarios/The_Rise_of_Wesnoth/trow-intro.cfg +share/wesnoth/data/scenarios/The_Rise_of_Wesnoth/trow-macros.cfg +share/wesnoth/data/scenarios/The_Rise_of_Wesnoth/trow-nlmsg.cfg +share/wesnoth/data/scenarios/The_Rise_of_Wesnoth/trow-nohome.cfg +share/wesnoth/data/scenarios/The_Rise_of_Wesnoth/trow-noisle.cfg +share/wesnoth/data/scenarios/multiplayer/ +share/wesnoth/data/scenarios/multiplayer/An_Island.cfg +share/wesnoth/data/scenarios/multiplayer/Blitz.cfg +share/wesnoth/data/scenarios/multiplayer/BrokenBridge.cfg +share/wesnoth/data/scenarios/multiplayer/CastleHoppingIsle.cfg +share/wesnoth/data/scenarios/multiplayer/Charge.cfg +share/wesnoth/data/scenarios/multiplayer/ForestOfFear.cfg +share/wesnoth/data/scenarios/multiplayer/Random_Scenario.cfg +share/wesnoth/data/scenarios/multiplayer/Random_Scenario_Desert.cfg +share/wesnoth/data/scenarios/multiplayer/Random_Scenario_Marsh.cfg +share/wesnoth/data/scenarios/multiplayer/Random_Scenario_Winter.cfg +share/wesnoth/data/scenarios/multiplayer/Wesbowl.cfg +share/wesnoth/data/scenarios/multiplayer/WeslinBridge.cfg +share/wesnoth/data/scenarios/multiplayer/battleworld.cfg +share/wesnoth/data/scenarios/multiplayer/castles.cfg +share/wesnoth/data/scenarios/multiplayer/scenarios.cfg +share/wesnoth/data/scenarios/tutorial/ +share/wesnoth/data/scenarios/tutorial/Basic_Training.cfg +share/wesnoth/data/scenarios/tutorial/Traits_and_Specialties.cfg +share/wesnoth/data/scenarios/tutorial/utils.cfg +share/wesnoth/data/schedules.cfg +share/wesnoth/data/terrain-graphics/ +share/wesnoth/data/terrain-graphics.cfg +share/wesnoth/data/terrain-graphics/adjacent.cfg +share/wesnoth/data/terrain-graphics/base.cfg +share/wesnoth/data/terrain-graphics/bridges.cfg +share/wesnoth/data/terrain-graphics/buildings.cfg +share/wesnoth/data/terrain-graphics/canyon.cfg +share/wesnoth/data/terrain-graphics/castle-transitions.cfg +share/wesnoth/data/terrain-graphics/castles.cfg +share/wesnoth/data/terrain-graphics/forests.cfg +share/wesnoth/data/terrain-graphics/util.cfg +share/wesnoth/data/terrain.cfg +share/wesnoth/data/themes/ +share/wesnoth/data/themes/default.cfg +share/wesnoth/data/themes/editor.cfg +share/wesnoth/data/tips.cfg +share/wesnoth/data/tools/ +share/wesnoth/data/tools/exploder/ +share/wesnoth/data/tools/exploder/castle-concave.cfg +share/wesnoth/data/tools/exploder/castle-convex.cfg +share/wesnoth/data/tools/exploder/castle-exploded-concave.cfg +share/wesnoth/data/tools/exploder/castle-exploded-convex.cfg +share/wesnoth/data/tools/exploder/castle-wall-concave.cfg +share/wesnoth/data/tools/exploder/castle-wall-convex.cfg +share/wesnoth/data/tools/exploder/castle-wall-exploded-concave.cfg +share/wesnoth/data/tools/exploder/castle-wall-exploded-convex.cfg +share/wesnoth/data/tools/exploder/castle-wall-trans-n-s.cfg +share/wesnoth/data/tools/exploder/castle-wall-trans-ne-sw.cfg +share/wesnoth/data/tools/exploder/castle-wall-trans-nw-se.cfg +share/wesnoth/data/tools/exploder/castle-wall-trans-s-n.cfg +share/wesnoth/data/tools/exploder/castle-wall-trans-se-nw.cfg +share/wesnoth/data/tools/exploder/castle-wall-trans-sw-ne.cfg +share/wesnoth/data/tools/exploder/models/ +share/wesnoth/data/tools/exploder/models/castle.cfg +share/wesnoth/data/tools/exploder/wall-concave.cfg +share/wesnoth/data/tools/exploder/wall-convex.cfg +share/wesnoth/data/tools/exploder/wall-exploded-concave.cfg +share/wesnoth/data/tools/exploder/wall-exploded-convex.cfg +share/wesnoth/data/translations/ +share/wesnoth/data/translations/english.cfg +share/wesnoth/data/units/ +share/wesnoth/data/units/Ancient_Lich.cfg +share/wesnoth/data/units/Ancient_Wose.cfg +share/wesnoth/data/units/Arch_Mage.cfg +share/wesnoth/data/units/Assassin.cfg +share/wesnoth/data/units/Bandit.cfg +share/wesnoth/data/units/Battle_Princess.cfg +share/wesnoth/data/units/Blood_Bat.cfg +share/wesnoth/data/units/Bone_Shooter.cfg +share/wesnoth/data/units/Bowman.cfg +share/wesnoth/data/units/Cavalier.cfg +share/wesnoth/data/units/Cavalryman.cfg +share/wesnoth/data/units/Cave_Spider.cfg +share/wesnoth/data/units/Chocobone.cfg +share/wesnoth/data/units/Cockatrice.cfg +share/wesnoth/data/units/Commander.cfg +share/wesnoth/data/units/Cuttle_Fish.cfg +share/wesnoth/data/units/Dark_Adept.cfg +share/wesnoth/data/units/Dark_Queen.cfg +share/wesnoth/data/units/Dark_Spirit.cfg +share/wesnoth/data/units/Death_Knight.cfg +share/wesnoth/data/units/Deathblade.cfg +share/wesnoth/data/units/Deathmaster.cfg +share/wesnoth/data/units/Demilich.cfg +share/wesnoth/data/units/Direwolf_Rider.cfg +share/wesnoth/data/units/Dragoon.cfg +share/wesnoth/data/units/Drake_Burner.cfg +share/wesnoth/data/units/Drake_Clasher.cfg +share/wesnoth/data/units/Drake_Fighter.cfg +share/wesnoth/data/units/Drake_Fire.cfg +share/wesnoth/data/units/Drake_Flameheart.cfg +share/wesnoth/data/units/Drake_Flare.cfg +share/wesnoth/data/units/Drake_Gladiator.cfg +share/wesnoth/data/units/Drake_Glider.cfg +share/wesnoth/data/units/Drake_Inferno.cfg +share/wesnoth/data/units/Drake_Sky.cfg +share/wesnoth/data/units/Drake_Slasher.cfg +share/wesnoth/data/units/Drake_Warrior.cfg +share/wesnoth/data/units/Draug.cfg +share/wesnoth/data/units/Duelist.cfg +share/wesnoth/data/units/Dwarvish_Berserker.cfg +share/wesnoth/data/units/Dwarvish_Dragonguard.cfg +share/wesnoth/data/units/Dwarvish_Fighter.cfg +share/wesnoth/data/units/Dwarvish_Guardsman.cfg +share/wesnoth/data/units/Dwarvish_Lord.cfg +share/wesnoth/data/units/Dwarvish_Runemaster.cfg +share/wesnoth/data/units/Dwarvish_Sentinel.cfg +share/wesnoth/data/units/Dwarvish_Stalwart.cfg +share/wesnoth/data/units/Dwarvish_Steelclad.cfg +share/wesnoth/data/units/Dwarvish_Thunderer.cfg +share/wesnoth/data/units/Dwarvish_Thunderguard.cfg +share/wesnoth/data/units/Dwarvish_Ulfserker.cfg +share/wesnoth/data/units/Elder_Mage.cfg +share/wesnoth/data/units/Elder_Wose.cfg +share/wesnoth/data/units/Elvish_Archer.cfg +share/wesnoth/data/units/Elvish_Avenger.cfg +share/wesnoth/data/units/Elvish_Captain.cfg +share/wesnoth/data/units/Elvish_Champion.cfg +share/wesnoth/data/units/Elvish_Druid.cfg +share/wesnoth/data/units/Elvish_Enchantress.cfg +share/wesnoth/data/units/Elvish_Fighter.cfg +share/wesnoth/data/units/Elvish_Hero.cfg +share/wesnoth/data/units/Elvish_High_Lord.cfg +share/wesnoth/data/units/Elvish_Lady.cfg +share/wesnoth/data/units/Elvish_Lord.cfg +share/wesnoth/data/units/Elvish_Marksman.cfg +share/wesnoth/data/units/Elvish_Marshal.cfg +share/wesnoth/data/units/Elvish_Outrider.cfg +share/wesnoth/data/units/Elvish_Ranger.cfg +share/wesnoth/data/units/Elvish_Rider.cfg +share/wesnoth/data/units/Elvish_Scout.cfg +share/wesnoth/data/units/Elvish_Shaman.cfg +share/wesnoth/data/units/Elvish_Sharpshooter.cfg +share/wesnoth/data/units/Elvish_Shyde.cfg +share/wesnoth/data/units/Elvish_Sorceress.cfg +share/wesnoth/data/units/Elvish_Sylph.cfg +share/wesnoth/data/units/Fencer.cfg +share/wesnoth/data/units/Fighter.cfg +share/wesnoth/data/units/Fire_Dragon.cfg +share/wesnoth/data/units/Fireball.cfg +share/wesnoth/data/units/Footpad.cfg +share/wesnoth/data/units/Galleon.cfg +share/wesnoth/data/units/Gate.cfg +share/wesnoth/data/units/General.cfg +share/wesnoth/data/units/Ghost.cfg +share/wesnoth/data/units/Ghoul.cfg +share/wesnoth/data/units/Giant_Mudcrawler.cfg +share/wesnoth/data/units/Giant_Scorpion.cfg +share/wesnoth/data/units/Goblin_Impaler.cfg +share/wesnoth/data/units/Goblin_Knight.cfg +share/wesnoth/data/units/Goblin_Pillager.cfg +share/wesnoth/data/units/Goblin_Spearman.cfg +share/wesnoth/data/units/Grand_Knight.cfg +share/wesnoth/data/units/Grand_Marshal.cfg +share/wesnoth/data/units/Great_Mage.cfg +share/wesnoth/data/units/Great_Troll.cfg +share/wesnoth/data/units/Gryphon.cfg +share/wesnoth/data/units/Gryphon_Master.cfg +share/wesnoth/data/units/Gryphon_Rider.cfg +share/wesnoth/data/units/Halbardier.cfg +share/wesnoth/data/units/Heavy_Infantryman.cfg +share/wesnoth/data/units/Horse_Lord.cfg +share/wesnoth/data/units/Horseman.cfg +share/wesnoth/data/units/Initiate.cfg +share/wesnoth/data/units/Iron_Mauler.cfg +share/wesnoth/data/units/Javelineer.cfg +share/wesnoth/data/units/Knight.cfg +share/wesnoth/data/units/Lancer.cfg +share/wesnoth/data/units/Lich.cfg +share/wesnoth/data/units/Lieutenant.cfg +share/wesnoth/data/units/Longbowman.cfg +share/wesnoth/data/units/Lord.cfg +share/wesnoth/data/units/Mage.cfg +share/wesnoth/data/units/Mage_of_Light.cfg +share/wesnoth/data/units/Master_Bowman.cfg +share/wesnoth/data/units/Mermaid_Diviner.cfg +share/wesnoth/data/units/Mermaid_Enchantress.cfg +share/wesnoth/data/units/Mermaid_Initiate.cfg +share/wesnoth/data/units/Mermaid_Priestess.cfg +share/wesnoth/data/units/Mermaid_Siren.cfg +share/wesnoth/data/units/Merman.cfg +share/wesnoth/data/units/Merman_Entangler.cfg +share/wesnoth/data/units/Merman_Fighter.cfg +share/wesnoth/data/units/Merman_Hoplite.cfg +share/wesnoth/data/units/Merman_Hunter.cfg +share/wesnoth/data/units/Merman_Javelineer.cfg +share/wesnoth/data/units/Merman_Netcaster.cfg +share/wesnoth/data/units/Merman_Spearman.cfg +share/wesnoth/data/units/Merman_Triton.cfg +share/wesnoth/data/units/Merman_Warrior.cfg +share/wesnoth/data/units/Mounted_Captain.cfg +share/wesnoth/data/units/Mounted_Commander.cfg +share/wesnoth/data/units/Mounted_Fighter.cfg +share/wesnoth/data/units/Mounted_Warrior.cfg +share/wesnoth/data/units/Mudcrawler.cfg +share/wesnoth/data/units/Naga-Fighter.cfg +share/wesnoth/data/units/Naga-Myrmidon.cfg +share/wesnoth/data/units/Naga-Warrior.cfg +share/wesnoth/data/units/Naga.cfg +share/wesnoth/data/units/Necromancer.cfg +share/wesnoth/data/units/Necrophage.cfg +share/wesnoth/data/units/Nightgaunt.cfg +share/wesnoth/data/units/Noble_Commander.cfg +share/wesnoth/data/units/Noble_Fighter.cfg +share/wesnoth/data/units/Noble_Lord.cfg +share/wesnoth/data/units/Noble_Youth.cfg +share/wesnoth/data/units/Ogre.cfg +share/wesnoth/data/units/Orcish_Archer.cfg +share/wesnoth/data/units/Orcish_Assassin.cfg +share/wesnoth/data/units/Orcish_Crossbowman.cfg +share/wesnoth/data/units/Orcish_Grunt.cfg +share/wesnoth/data/units/Orcish_Leader.cfg +share/wesnoth/data/units/Orcish_Ruler.cfg +share/wesnoth/data/units/Orcish_Shaman.cfg +share/wesnoth/data/units/Orcish_Slayer.cfg +share/wesnoth/data/units/Orcish_Sovereign.cfg +share/wesnoth/data/units/Orcish_Warlord.cfg +share/wesnoth/data/units/Orcish_Warrior.cfg +share/wesnoth/data/units/Outlaw.cfg +share/wesnoth/data/units/Outlaw_Princess.cfg +share/wesnoth/data/units/Outlaw_Queen.cfg +share/wesnoth/data/units/Paladin.cfg +share/wesnoth/data/units/Peasant.cfg +share/wesnoth/data/units/Pikeman.cfg +share/wesnoth/data/units/Pirate_Galleon.cfg +share/wesnoth/data/units/Poacher.cfg +share/wesnoth/data/units/Princess.cfg +share/wesnoth/data/units/Red_Mage.cfg +share/wesnoth/data/units/Revenant.cfg +share/wesnoth/data/units/Rogue.cfg +share/wesnoth/data/units/Royal_Guard.cfg +share/wesnoth/data/units/Saurian.cfg +share/wesnoth/data/units/Saurian_Ambusher.cfg +share/wesnoth/data/units/Saurian_Flanker.cfg +share/wesnoth/data/units/Saurian_Icecaster.cfg +share/wesnoth/data/units/Saurian_Skirmisher.cfg +share/wesnoth/data/units/Saurian_Soothsayer.cfg +share/wesnoth/data/units/Saurian_Tribalist.cfg +share/wesnoth/data/units/Saurian_Warrior.cfg +share/wesnoth/data/units/Sea_Hag.cfg +share/wesnoth/data/units/Sea_Orc.cfg +share/wesnoth/data/units/Sea_Serpent.cfg +share/wesnoth/data/units/Sergeant.cfg +share/wesnoth/data/units/Shadow.cfg +share/wesnoth/data/units/Shock_Trooper.cfg +share/wesnoth/data/units/Silver_Mage.cfg +share/wesnoth/data/units/Skeletal_Dragon.cfg +share/wesnoth/data/units/Skeleton.cfg +share/wesnoth/data/units/Skeleton_Archer.cfg +share/wesnoth/data/units/Sleeping_Gryphon.cfg +share/wesnoth/data/units/Soul_Shooter.cfg +share/wesnoth/data/units/Soulless.cfg +share/wesnoth/data/units/Spearman.cfg +share/wesnoth/data/units/Spectre.cfg +share/wesnoth/data/units/Swordsman.cfg +share/wesnoth/data/units/Tentacle.cfg +share/wesnoth/data/units/Thief.cfg +share/wesnoth/data/units/Thug.cfg +share/wesnoth/data/units/Transport_Galleon.cfg +share/wesnoth/data/units/Trapper.cfg +share/wesnoth/data/units/Triton.cfg +share/wesnoth/data/units/Troll.cfg +share/wesnoth/data/units/Troll_Hero.cfg +share/wesnoth/data/units/Troll_Rocklobber.cfg +share/wesnoth/data/units/Troll_Warrior.cfg +share/wesnoth/data/units/Troll_Whelp.cfg +share/wesnoth/data/units/Vampire_Bat.cfg +share/wesnoth/data/units/Vampire_Lady.cfg +share/wesnoth/data/units/Walking_Corpse.cfg +share/wesnoth/data/units/Wall_Guard.cfg +share/wesnoth/data/units/Warrior_King.cfg +share/wesnoth/data/units/Watch_Tower.cfg +share/wesnoth/data/units/White_Mage.cfg +share/wesnoth/data/units/Wolf_Rider.cfg +share/wesnoth/data/units/Wose.cfg +share/wesnoth/data/units/Wraith.cfg +share/wesnoth/data/units/Yeti.cfg +share/wesnoth/data/units/Young_Ogre.cfg +share/wesnoth/data/units/Youth.cfg +share/wesnoth/data/utils.cfg +share/wesnoth/fonts/ +share/wesnoth/fonts/Bepa-Roman.ttf +share/wesnoth/fonts/FreeSans.ttf +share/wesnoth/fonts/Vera.ttf +share/wesnoth/images/ +share/wesnoth/images/arch-mage+female-attack.png +share/wesnoth/images/arch-mage+female-attack1.png +share/wesnoth/images/arch-mage+female-attack2.png +share/wesnoth/images/arch-mage+female-defend.png +share/wesnoth/images/arch-mage+female.png +share/wesnoth/images/arch-mage-attack.png +share/wesnoth/images/arch-mage-attack1.png +share/wesnoth/images/arch-mage-attack2.png +share/wesnoth/images/arch-mage-defend.png +share/wesnoth/images/arch-mage.png +share/wesnoth/images/assassin+female-attack.png +share/wesnoth/images/assassin+female-attack2.png +share/wesnoth/images/assassin+female-defend.png +share/wesnoth/images/assassin+female-throwknife1.png +share/wesnoth/images/assassin+female-throwknife2.png +share/wesnoth/images/assassin+female.png +share/wesnoth/images/assassin-attack.png +share/wesnoth/images/assassin-attack2.png +share/wesnoth/images/assassin-defend.png +share/wesnoth/images/assassin-throwknife1.png +share/wesnoth/images/assassin-throwknife2.png +share/wesnoth/images/assassin.png +share/wesnoth/images/attacks/ +share/wesnoth/images/attacks/axe.png +share/wesnoth/images/attacks/baneblade.png +share/wesnoth/images/attacks/battleaxe.png +share/wesnoth/images/attacks/beak.png +share/wesnoth/images/attacks/bone-arrow-stab.png +share/wesnoth/images/attacks/bow.png +share/wesnoth/images/attacks/claws.png +share/wesnoth/images/attacks/cleaver.png +share/wesnoth/images/attacks/club.png +share/wesnoth/images/attacks/crossbow.png +share/wesnoth/images/attacks/crush.png +share/wesnoth/images/attacks/curse.png +share/wesnoth/images/attacks/dagger.png +share/wesnoth/images/attacks/dark-missile.png +share/wesnoth/images/attacks/darkstaff.png +share/wesnoth/images/attacks/darts.png +share/wesnoth/images/attacks/dragonstaff.png +share/wesnoth/images/attacks/druidstaff.png +share/wesnoth/images/attacks/entangle.png +share/wesnoth/images/attacks/faerie_touch.png +share/wesnoth/images/attacks/fangs.png +share/wesnoth/images/attacks/fireball.png +share/wesnoth/images/attacks/fireclaws.png +share/wesnoth/images/attacks/fist.png +share/wesnoth/images/attacks/frenzy.png +share/wesnoth/images/attacks/gaze.png +share/wesnoth/images/attacks/halberd.png +share/wesnoth/images/attacks/hammer.png +share/wesnoth/images/attacks/hatchet.png +share/wesnoth/images/attacks/iceball.png +share/wesnoth/images/attacks/ink.png +share/wesnoth/images/attacks/knife.png +share/wesnoth/images/attacks/lance.png +share/wesnoth/images/attacks/lightbeam.png +share/wesnoth/images/attacks/lightingbolt.png +share/wesnoth/images/attacks/longbow.png +share/wesnoth/images/attacks/mace.png +share/wesnoth/images/attacks/missile.png +share/wesnoth/images/attacks/morning_star.png +share/wesnoth/images/attacks/paladinsword.png +share/wesnoth/images/attacks/pike.png +share/wesnoth/images/attacks/pincers.png +share/wesnoth/images/attacks/pistol.png +share/wesnoth/images/attacks/pitchfork.png +share/wesnoth/images/attacks/rapier.png +share/wesnoth/images/attacks/short-sword.png +share/wesnoth/images/attacks/sling.png +share/wesnoth/images/attacks/spear.png +share/wesnoth/images/attacks/staff.png +share/wesnoth/images/attacks/sting.png +share/wesnoth/images/attacks/sword.png +share/wesnoth/images/attacks/tentacle.png +share/wesnoth/images/attacks/thorns.png +share/wesnoth/images/attacks/thunderstick.png +share/wesnoth/images/attacks/torch.png +share/wesnoth/images/attacks/touch.png +share/wesnoth/images/attacks/trident.png +share/wesnoth/images/attacks/wail.png +share/wesnoth/images/attacks/waterspray.png +share/wesnoth/images/attacks/web.png +share/wesnoth/images/attacks/woodensword.png +share/wesnoth/images/buttons/ +share/wesnoth/images/buttons/button-active.png +share/wesnoth/images/buttons/button-pressed.png +share/wesnoth/images/buttons/button.png +share/wesnoth/images/buttons/checkbox-active-pressed.png +share/wesnoth/images/buttons/checkbox-active.png +share/wesnoth/images/buttons/checkbox-pressed.png +share/wesnoth/images/buttons/checkbox.png +share/wesnoth/images/buttons/downarrow-button-active.png +share/wesnoth/images/buttons/downarrow-button-pressed.png +share/wesnoth/images/buttons/downarrow-button.png +share/wesnoth/images/buttons/lite-active.png +share/wesnoth/images/buttons/lite-pressed.png +share/wesnoth/images/buttons/lite.png +share/wesnoth/images/buttons/lite_small-active.png +share/wesnoth/images/buttons/lite_small-pressed.png +share/wesnoth/images/buttons/lite_small.png +share/wesnoth/images/buttons/scrollbottom-active.png +share/wesnoth/images/buttons/scrollbottom.png +share/wesnoth/images/buttons/scrollgroove-bottom.png +share/wesnoth/images/buttons/scrollgroove-mid.png +share/wesnoth/images/buttons/scrollgroove-top.png +share/wesnoth/images/buttons/scrollmid-active.png +share/wesnoth/images/buttons/scrollmid.png +share/wesnoth/images/buttons/scrolltop-active.png +share/wesnoth/images/buttons/scrolltop.png +share/wesnoth/images/buttons/slider-selected.png +share/wesnoth/images/buttons/slider.png +share/wesnoth/images/buttons/uparrow-button-active.png +share/wesnoth/images/buttons/uparrow-button-pressed.png +share/wesnoth/images/buttons/uparrow-button.png +share/wesnoth/images/campaigns/ +share/wesnoth/images/campaigns/Eastern_Invasion/ +share/wesnoth/images/campaigns/Eastern_Invasion/maps/ +share/wesnoth/images/campaigns/Eastern_Invasion/maps/eastern_invasion.png +share/wesnoth/images/campaigns/The_Rise_of_Wesnoth/ +share/wesnoth/images/campaigns/The_Rise_of_Wesnoth/maps/ +share/wesnoth/images/campaigns/The_Rise_of_Wesnoth/maps/the_great_continent.png +share/wesnoth/images/campaigns/The_Rise_of_Wesnoth/maps/the_green_isle.png +share/wesnoth/images/cavespider-defend.png +share/wesnoth/images/cavespider.png +share/wesnoth/images/cockatrice-attack1.png +share/wesnoth/images/cockatrice-attack2.png +share/wesnoth/images/cockatrice-defend.png +share/wesnoth/images/cockatrice.png +share/wesnoth/images/cursors/ +share/wesnoth/images/cursors-bw/ +share/wesnoth/images/cursors-bw/attack.png +share/wesnoth/images/cursors-bw/move.png +share/wesnoth/images/cursors-bw/normal.png +share/wesnoth/images/cursors-bw/select.png +share/wesnoth/images/cursors-bw/wait.png +share/wesnoth/images/cursors/attack.png +share/wesnoth/images/cursors/move.png +share/wesnoth/images/cursors/normal.png +share/wesnoth/images/cursors/select.png +share/wesnoth/images/cursors/wait.png +share/wesnoth/images/cuttlefish-attack-2.png +share/wesnoth/images/cuttlefish-attack-3.png +share/wesnoth/images/cuttlefish-attack-4.png +share/wesnoth/images/cuttlefish-attack-ink.png +share/wesnoth/images/cuttlefish-attack.png +share/wesnoth/images/cuttlefish-defend.png +share/wesnoth/images/cuttlefish.png +share/wesnoth/images/deep-tentacle-attack.png +share/wesnoth/images/deep-tentacle-defend.png +share/wesnoth/images/deep-tentacle.png +share/wesnoth/images/direwolf_rider.png +share/wesnoth/images/drake-burner-attack-close.png +share/wesnoth/images/drake-burner-attack-close1.png +share/wesnoth/images/drake-burner-attack-close2.png +share/wesnoth/images/drake-burner-attack-ranged.png +share/wesnoth/images/drake-burner-attack-ranged1.png +share/wesnoth/images/drake-burner-attack-ranged2.png +share/wesnoth/images/drake-burner-defend.png +share/wesnoth/images/drake-burner-flying.png +share/wesnoth/images/drake-burner.png +share/wesnoth/images/drake-clasher-attack-spear.png +share/wesnoth/images/drake-clasher-attack-spear1.png +share/wesnoth/images/drake-clasher-attack-spear2.png +share/wesnoth/images/drake-clasher-attack-sword.png +share/wesnoth/images/drake-clasher-attack-sword1.png +share/wesnoth/images/drake-clasher-attack-sword2.png +share/wesnoth/images/drake-clasher-attack-sword3.png +share/wesnoth/images/drake-clasher-attack-sword4.png +share/wesnoth/images/drake-clasher-defend.png +share/wesnoth/images/drake-clasher-flying.png +share/wesnoth/images/drake-clasher.png +share/wesnoth/images/drake-fighter-attack-close1.png +share/wesnoth/images/drake-fighter-attack-close2.png +share/wesnoth/images/drake-fighter-attack-fire1.png +share/wesnoth/images/drake-fighter-attack-fire2.png +share/wesnoth/images/drake-fighter-defend.png +share/wesnoth/images/drake-fighter-flying.png +share/wesnoth/images/drake-fighter.png +share/wesnoth/images/drake-fire-attack-close.png +share/wesnoth/images/drake-fire-attack-close1.png +share/wesnoth/images/drake-fire-attack-close2.png +share/wesnoth/images/drake-fire-attack-ranged.png +share/wesnoth/images/drake-fire-defend.png +share/wesnoth/images/drake-fire-flying.png +share/wesnoth/images/drake-fire.png +share/wesnoth/images/drake-flameheart-attack-close0.png +share/wesnoth/images/drake-flameheart-attack-close1.png +share/wesnoth/images/drake-flameheart-attack-close2.png +share/wesnoth/images/drake-flameheart-attack-close3.png +share/wesnoth/images/drake-flameheart-attack-close4.png +share/wesnoth/images/drake-flameheart-attack-ranged.png +share/wesnoth/images/drake-flameheart-defend.png +share/wesnoth/images/drake-flameheart-flying.png +share/wesnoth/images/drake-flameheart-lead.png +share/wesnoth/images/drake-flameheart.png +share/wesnoth/images/drake-flare-attack-close.png +share/wesnoth/images/drake-flare-attack-ranged.png +share/wesnoth/images/drake-flare-defend.png +share/wesnoth/images/drake-flare-flying.png +share/wesnoth/images/drake-flare-lead.png +share/wesnoth/images/drake-flare.png +share/wesnoth/images/drake-gladiator-attack-mace.png +share/wesnoth/images/drake-gladiator-attack-spear.png +share/wesnoth/images/drake-gladiator-attack-sword.png +share/wesnoth/images/drake-gladiator-defend.png +share/wesnoth/images/drake-gladiator-flying.png +share/wesnoth/images/drake-gladiator.png +share/wesnoth/images/drake-glider-attack-close1.png +share/wesnoth/images/drake-glider-attack-close2.png +share/wesnoth/images/drake-glider-defend.png +share/wesnoth/images/drake-glider-flying.png +share/wesnoth/images/drake-glider-ranged-attack.png +share/wesnoth/images/drake-glider.png +share/wesnoth/images/drake-inferno-attack-close.png +share/wesnoth/images/drake-inferno-attack-ranged.png +share/wesnoth/images/drake-inferno-defend.png +share/wesnoth/images/drake-inferno-flying.png +share/wesnoth/images/drake-inferno.png +share/wesnoth/images/drake-sky-attack-melee1.png +share/wesnoth/images/drake-sky-attack-melee2.png +share/wesnoth/images/drake-sky-attack-ranged-fire.png +share/wesnoth/images/drake-sky-attack-ranged-impact.png +share/wesnoth/images/drake-sky-defend.png +share/wesnoth/images/drake-sky.png +share/wesnoth/images/drake-slasher-attack-blade1.png +share/wesnoth/images/drake-slasher-attack-blade2.png +share/wesnoth/images/drake-slasher-attack-blade3.png +share/wesnoth/images/drake-slasher-attack-blade4.png +share/wesnoth/images/drake-slasher-attack-mace1.png +share/wesnoth/images/drake-slasher-attack-mace2.png +share/wesnoth/images/drake-slasher-attack-spear1.png +share/wesnoth/images/drake-slasher-attack-spear2.png +share/wesnoth/images/drake-slasher-attack-spear3.png +share/wesnoth/images/drake-slasher-defend.png +share/wesnoth/images/drake-slasher-flying.png +share/wesnoth/images/drake-slasher-pierce.png +share/wesnoth/images/drake-slasher-slash.png +share/wesnoth/images/drake-slasher.png +share/wesnoth/images/drake-warrior-attack-close1.png +share/wesnoth/images/drake-warrior-attack-close2.png +share/wesnoth/images/drake-warrior-attack-ranged.png +share/wesnoth/images/drake-warrior-defend.png +share/wesnoth/images/drake-warrior-flying.png +share/wesnoth/images/drake-warrior.png +share/wesnoth/images/dwarf-berserker-attack.png +share/wesnoth/images/dwarf-berserker-defend.png +share/wesnoth/images/dwarf-berserker.png +share/wesnoth/images/dwarf-dragonguard-attack-close.png +share/wesnoth/images/dwarf-dragonguard-attack-ranged.png +share/wesnoth/images/dwarf-dragonguard-defend.png +share/wesnoth/images/dwarf-dragonguard.png +share/wesnoth/images/dwarf-fighter-attack-mace.png +share/wesnoth/images/dwarf-fighter-attack.png +share/wesnoth/images/dwarf-fighter-defend.png +share/wesnoth/images/dwarf-fighter.png +share/wesnoth/images/dwarf-guard-attack.png +share/wesnoth/images/dwarf-guard-defend.png +share/wesnoth/images/dwarf-guard.png +share/wesnoth/images/dwarf-lord-attack-mace.png +share/wesnoth/images/dwarf-lord-attack.png +share/wesnoth/images/dwarf-lord-defend.png +share/wesnoth/images/dwarf-lord-ranged.png +share/wesnoth/images/dwarf-lord.png +share/wesnoth/images/dwarf-runemaster-attack.png +share/wesnoth/images/dwarf-runemaster-defend.png +share/wesnoth/images/dwarf-runemaster.png +share/wesnoth/images/dwarf-sentinel-attack.png +share/wesnoth/images/dwarf-sentinel-defend.png +share/wesnoth/images/dwarf-sentinel.png +share/wesnoth/images/dwarf-stalwart-attack.png +share/wesnoth/images/dwarf-stalwart-defend.png +share/wesnoth/images/dwarf-stalwart.png +share/wesnoth/images/dwarf-thunderer-attack.png +share/wesnoth/images/dwarf-thunderer-attack1.png +share/wesnoth/images/dwarf-thunderer-defend.png +share/wesnoth/images/dwarf-thunderer.png +share/wesnoth/images/dwarf-thunderguard-attack.png +share/wesnoth/images/dwarf-thunderguard-attack1.png +share/wesnoth/images/dwarf-thunderguard-attack2.png +share/wesnoth/images/dwarf-thunderguard-defend.png +share/wesnoth/images/dwarf-thunderguard.png +share/wesnoth/images/dwarf-ulfserker-attack.png +share/wesnoth/images/dwarf-ulfserker-defend.png +share/wesnoth/images/dwarf-ulfserker.png +share/wesnoth/images/dwarf-warrior-attack-mace.png +share/wesnoth/images/dwarf-warrior-attack.png +share/wesnoth/images/dwarf-warrior-defend.png +share/wesnoth/images/dwarf-warrior.png +share/wesnoth/images/editor/ +share/wesnoth/images/editor/brush-1.png +share/wesnoth/images/editor/brush-2.png +share/wesnoth/images/editor/brush-3.png +share/wesnoth/images/elder-mage-attack.png +share/wesnoth/images/elder-mage-defend.png +share/wesnoth/images/elder-mage-ranged.png +share/wesnoth/images/elder-mage.png +share/wesnoth/images/elvish-archer+female-attack.png +share/wesnoth/images/elvish-archer+female-attack1.png +share/wesnoth/images/elvish-archer+female-attack2.png +share/wesnoth/images/elvish-archer+female-attack3.png +share/wesnoth/images/elvish-archer+female-bow-defend.png +share/wesnoth/images/elvish-archer+female-bow.png +share/wesnoth/images/elvish-archer+female-defend.png +share/wesnoth/images/elvish-archer+female.png +share/wesnoth/images/elvish-archer-attack.png +share/wesnoth/images/elvish-archer-attack1.png +share/wesnoth/images/elvish-archer-attack2.png +share/wesnoth/images/elvish-archer-attack3.png +share/wesnoth/images/elvish-archer-bow-defend.png +share/wesnoth/images/elvish-archer-bow.png +share/wesnoth/images/elvish-archer-defend.png +share/wesnoth/images/elvish-archer.png +share/wesnoth/images/elvish-avenger+female-attack.png +share/wesnoth/images/elvish-avenger+female-attack1.png +share/wesnoth/images/elvish-avenger+female-attack2.png +share/wesnoth/images/elvish-avenger+female-bow-defend.png +share/wesnoth/images/elvish-avenger+female-bow.png +share/wesnoth/images/elvish-avenger+female-defend.png +share/wesnoth/images/elvish-avenger+female.png +share/wesnoth/images/elvish-avenger-attack.png +share/wesnoth/images/elvish-avenger-attack1.png +share/wesnoth/images/elvish-avenger-attack2.png +share/wesnoth/images/elvish-avenger-bow-defend.png +share/wesnoth/images/elvish-avenger-bow.png +share/wesnoth/images/elvish-avenger-defend.png +share/wesnoth/images/elvish-avenger.png +share/wesnoth/images/elvish-captain-attack.png +share/wesnoth/images/elvish-captain-bow-attack1.png +share/wesnoth/images/elvish-captain-bow-attack2.png +share/wesnoth/images/elvish-captain-bow-attack3.png +share/wesnoth/images/elvish-captain-bow-defend.png +share/wesnoth/images/elvish-captain-bow.png +share/wesnoth/images/elvish-captain-defend.png +share/wesnoth/images/elvish-captain-leading.png +share/wesnoth/images/elvish-captain.png +share/wesnoth/images/elvish-champion-attack.png +share/wesnoth/images/elvish-champion-bow-defend.png +share/wesnoth/images/elvish-champion-bow.png +share/wesnoth/images/elvish-champion-defend.png +share/wesnoth/images/elvish-champion-range1.png +share/wesnoth/images/elvish-champion-range2.png +share/wesnoth/images/elvish-champion.png +share/wesnoth/images/elvish-druid-attack.png +share/wesnoth/images/elvish-druid-defend.png +share/wesnoth/images/elvish-druid-healing.png +share/wesnoth/images/elvish-druid-healing1.png +share/wesnoth/images/elvish-druid-healing2.png +share/wesnoth/images/elvish-druid-healing3.png +share/wesnoth/images/elvish-druid-healing4.png +share/wesnoth/images/elvish-druid-healing5.png +share/wesnoth/images/elvish-druid-healing6.png +share/wesnoth/images/elvish-druid-healing7.png +share/wesnoth/images/elvish-druid-healing8.png +share/wesnoth/images/elvish-druid-ranged.png +share/wesnoth/images/elvish-druid.png +share/wesnoth/images/elvish-enchantress-attack1.png +share/wesnoth/images/elvish-enchantress-attack2.png +share/wesnoth/images/elvish-enchantress-attack3.png +share/wesnoth/images/elvish-enchantress-attack4.png +share/wesnoth/images/elvish-enchantress-attack5.png +share/wesnoth/images/elvish-enchantress-attack6.png +share/wesnoth/images/elvish-enchantress-attack7.png +share/wesnoth/images/elvish-enchantress-defend.png +share/wesnoth/images/elvish-enchantress-entangle1.png +share/wesnoth/images/elvish-enchantress-entangle2.png +share/wesnoth/images/elvish-enchantress-entangle3.png +share/wesnoth/images/elvish-enchantress-entangle4.png +share/wesnoth/images/elvish-enchantress-entangle5.png +share/wesnoth/images/elvish-enchantress-entangle6.png +share/wesnoth/images/elvish-enchantress-entangle7.png +share/wesnoth/images/elvish-enchantress-melee1.png +share/wesnoth/images/elvish-enchantress-melee2.png +share/wesnoth/images/elvish-enchantress-melee3.png +share/wesnoth/images/elvish-enchantress-melee4.png +share/wesnoth/images/elvish-enchantress-melee5.png +share/wesnoth/images/elvish-enchantress-ranged-defend.png +share/wesnoth/images/elvish-enchantress.png +share/wesnoth/images/elvish-fighter-attack.png +share/wesnoth/images/elvish-fighter-bow-attack1.png +share/wesnoth/images/elvish-fighter-bow-attack2.png +share/wesnoth/images/elvish-fighter-bow-attack3.png +share/wesnoth/images/elvish-fighter-bow-defend.png +share/wesnoth/images/elvish-fighter-bow.png +share/wesnoth/images/elvish-fighter-defend.png +share/wesnoth/images/elvish-fighter.png +share/wesnoth/images/elvish-hero-attack.png +share/wesnoth/images/elvish-hero-bow-attack.png +share/wesnoth/images/elvish-hero-bow-defend.png +share/wesnoth/images/elvish-hero-bow.png +share/wesnoth/images/elvish-hero-defend.png +share/wesnoth/images/elvish-hero.png +share/wesnoth/images/elvish-high-lord-attack-sword-1.png +share/wesnoth/images/elvish-high-lord-attack-sword-2.png +share/wesnoth/images/elvish-high-lord-defend.png +share/wesnoth/images/elvish-high-lord-ranged-defend.png +share/wesnoth/images/elvish-high-lord-ranged1.png +share/wesnoth/images/elvish-high-lord-ranged2.png +share/wesnoth/images/elvish-high-lord-ranged3.png +share/wesnoth/images/elvish-high-lord.png +share/wesnoth/images/elvish-lord-defend.png +share/wesnoth/images/elvish-lord-melee.png +share/wesnoth/images/elvish-lord-ranged-defend.png +share/wesnoth/images/elvish-lord-ranged.png +share/wesnoth/images/elvish-lord-ranged1.png +share/wesnoth/images/elvish-lord-ranged2.png +share/wesnoth/images/elvish-lord.png +share/wesnoth/images/elvish-marksman+female-attack.png +share/wesnoth/images/elvish-marksman+female-attack1.png +share/wesnoth/images/elvish-marksman+female-attack2.png +share/wesnoth/images/elvish-marksman+female-attack3.png +share/wesnoth/images/elvish-marksman+female-bow-defend.png +share/wesnoth/images/elvish-marksman+female-defend.png +share/wesnoth/images/elvish-marksman+female.png +share/wesnoth/images/elvish-marksman-attack.png +share/wesnoth/images/elvish-marksman-attack1.png +share/wesnoth/images/elvish-marksman-attack2.png +share/wesnoth/images/elvish-marksman-attack3.png +share/wesnoth/images/elvish-marksman-bow-defend.png +share/wesnoth/images/elvish-marksman-defend.png +share/wesnoth/images/elvish-marksman.png +share/wesnoth/images/elvish-marshal-attack.png +share/wesnoth/images/elvish-marshal-attack3.png +share/wesnoth/images/elvish-marshal-bow.png +share/wesnoth/images/elvish-marshal-defend.png +share/wesnoth/images/elvish-marshal-leading.png +share/wesnoth/images/elvish-marshal.png +share/wesnoth/images/elvish-outrider-attack.png +share/wesnoth/images/elvish-outrider-attack1.png +share/wesnoth/images/elvish-outrider-attack2.png +share/wesnoth/images/elvish-outrider-defend.png +share/wesnoth/images/elvish-outrider.png +share/wesnoth/images/elvish-ranger+female-attack.png +share/wesnoth/images/elvish-ranger+female-attack1.png +share/wesnoth/images/elvish-ranger+female-attack2.png +share/wesnoth/images/elvish-ranger+female-attack3.png +share/wesnoth/images/elvish-ranger+female-bow-defend.png +share/wesnoth/images/elvish-ranger+female-defend.png +share/wesnoth/images/elvish-ranger+female.png +share/wesnoth/images/elvish-ranger-attack.png +share/wesnoth/images/elvish-ranger-attack1.png +share/wesnoth/images/elvish-ranger-attack2.png +share/wesnoth/images/elvish-ranger-attack3.png +share/wesnoth/images/elvish-ranger-bow-defend.png +share/wesnoth/images/elvish-ranger-defend.png +share/wesnoth/images/elvish-ranger.png +share/wesnoth/images/elvish-rider-attack.png +share/wesnoth/images/elvish-rider-attack1.png +share/wesnoth/images/elvish-rider-attack2.png +share/wesnoth/images/elvish-rider-defend.png +share/wesnoth/images/elvish-rider-moving.png +share/wesnoth/images/elvish-rider.png +share/wesnoth/images/elvish-scout-attack.png +share/wesnoth/images/elvish-scout-attack1.png +share/wesnoth/images/elvish-scout-attack2.png +share/wesnoth/images/elvish-scout-defend.png +share/wesnoth/images/elvish-scout-moving.png +share/wesnoth/images/elvish-scout.png +share/wesnoth/images/elvish-shaman-attack.png +share/wesnoth/images/elvish-shaman-attack2.png +share/wesnoth/images/elvish-shaman-defend.png +share/wesnoth/images/elvish-shaman-heal1.png +share/wesnoth/images/elvish-shaman-heal2.png +share/wesnoth/images/elvish-shaman-heal3.png +share/wesnoth/images/elvish-shaman-heal4.png +share/wesnoth/images/elvish-shaman-heal5.png +share/wesnoth/images/elvish-shaman-heal6.png +share/wesnoth/images/elvish-shaman-heal7.png +share/wesnoth/images/elvish-shaman-heal8.png +share/wesnoth/images/elvish-shaman-heal9.png +share/wesnoth/images/elvish-shaman.png +share/wesnoth/images/elvish-sharpshooter+female-attack.png +share/wesnoth/images/elvish-sharpshooter+female-attack1.png +share/wesnoth/images/elvish-sharpshooter+female-attack2.png +share/wesnoth/images/elvish-sharpshooter+female-attack3.png +share/wesnoth/images/elvish-sharpshooter+female-bow-defend.png +share/wesnoth/images/elvish-sharpshooter+female-defend.png +share/wesnoth/images/elvish-sharpshooter+female.png +share/wesnoth/images/elvish-sharpshooter-attack.png +share/wesnoth/images/elvish-sharpshooter-attack1.png +share/wesnoth/images/elvish-sharpshooter-attack2.png +share/wesnoth/images/elvish-sharpshooter-attack3.png +share/wesnoth/images/elvish-sharpshooter-bow-defend.png +share/wesnoth/images/elvish-sharpshooter-defend.png +share/wesnoth/images/elvish-sharpshooter.png +share/wesnoth/images/elvish-shyde-defend.png +share/wesnoth/images/elvish-shyde-ftouch-attack1.png +share/wesnoth/images/elvish-shyde-ftouch-attack2.png +share/wesnoth/images/elvish-shyde-ftouch-attack3.png +share/wesnoth/images/elvish-shyde-healing1.png +share/wesnoth/images/elvish-shyde-healing10.png +share/wesnoth/images/elvish-shyde-healing11.png +share/wesnoth/images/elvish-shyde-healing12.png +share/wesnoth/images/elvish-shyde-healing2.png +share/wesnoth/images/elvish-shyde-healing3.png +share/wesnoth/images/elvish-shyde-healing4.png +share/wesnoth/images/elvish-shyde-healing5.png +share/wesnoth/images/elvish-shyde-healing6.png +share/wesnoth/images/elvish-shyde-healing7.png +share/wesnoth/images/elvish-shyde-healing8.png +share/wesnoth/images/elvish-shyde-healing9.png +share/wesnoth/images/elvish-shyde-ranged.png +share/wesnoth/images/elvish-shyde.png +share/wesnoth/images/elvish-sorceress-attack1.png +share/wesnoth/images/elvish-sorceress-attack2.png +share/wesnoth/images/elvish-sorceress-attack3.png +share/wesnoth/images/elvish-sorceress-attack4.png +share/wesnoth/images/elvish-sorceress-attack5.png +share/wesnoth/images/elvish-sorceress-attack6.png +share/wesnoth/images/elvish-sorceress-attack7.png +share/wesnoth/images/elvish-sorceress-defend.png +share/wesnoth/images/elvish-sorceress-entangle1.png +share/wesnoth/images/elvish-sorceress-entangle2.png +share/wesnoth/images/elvish-sorceress-entangle3.png +share/wesnoth/images/elvish-sorceress-entangle4.png +share/wesnoth/images/elvish-sorceress-entangle5.png +share/wesnoth/images/elvish-sorceress-entangle6.png +share/wesnoth/images/elvish-sorceress-entangle7.png +share/wesnoth/images/elvish-sorceress-melee1.png +share/wesnoth/images/elvish-sorceress-melee2.png +share/wesnoth/images/elvish-sorceress-melee3.png +share/wesnoth/images/elvish-sorceress-melee4.png +share/wesnoth/images/elvish-sorceress-melee5.png +share/wesnoth/images/elvish-sorceress-ranged-defend.png +share/wesnoth/images/elvish-sorceress.png +share/wesnoth/images/elvish-sylph-attack1.png +share/wesnoth/images/elvish-sylph-attack2.png +share/wesnoth/images/elvish-sylph-attack3.png +share/wesnoth/images/elvish-sylph-attack4.png +share/wesnoth/images/elvish-sylph-attack5.png +share/wesnoth/images/elvish-sylph-defend.png +share/wesnoth/images/elvish-sylph-ftouch-attack1.png +share/wesnoth/images/elvish-sylph-ftouch-attack2.png +share/wesnoth/images/elvish-sylph-ftouch-attack3.png +share/wesnoth/images/elvish-sylph-gossamer-attack1.png +share/wesnoth/images/elvish-sylph-gossamer-attack2.png +share/wesnoth/images/elvish-sylph-gossamer-attack3.png +share/wesnoth/images/elvish-sylph.png +share/wesnoth/images/fire-dragon-attack-bite.png +share/wesnoth/images/fire-dragon-attack-breath.png +share/wesnoth/images/fire-dragon-attack-tail.png +share/wesnoth/images/fire-dragon-defend.png +share/wesnoth/images/fire-dragon.png +share/wesnoth/images/galleon.png +share/wesnoth/images/giant-mudcrawler-attack1.png +share/wesnoth/images/giant-mudcrawler-attack2.png +share/wesnoth/images/giant-mudcrawler-defend.png +share/wesnoth/images/giant-mudcrawler.png +share/wesnoth/images/goblin-direwolver-attack.png +share/wesnoth/images/goblin-direwolver-defend.png +share/wesnoth/images/goblin-direwolver.png +share/wesnoth/images/goblin-impaler-attack-ranged1.png +share/wesnoth/images/goblin-impaler-attack-ranged2.png +share/wesnoth/images/goblin-impaler-attack1.png +share/wesnoth/images/goblin-impaler-attack2.png +share/wesnoth/images/goblin-impaler-defend.png +share/wesnoth/images/goblin-impaler.png +share/wesnoth/images/goblin-knight-attack.png +share/wesnoth/images/goblin-knight-defend.png +share/wesnoth/images/goblin-knight.png +share/wesnoth/images/goblin-pillager-attack.png +share/wesnoth/images/goblin-pillager-attack2.png +share/wesnoth/images/goblin-pillager-defend.png +share/wesnoth/images/goblin-pillager.png +share/wesnoth/images/goblin-spearman-defend.png +share/wesnoth/images/goblin-spearman-melee.png +share/wesnoth/images/goblin-spearman-ranged.png +share/wesnoth/images/goblin-spearman.png +share/wesnoth/images/grand-knight-attack-sword.png +share/wesnoth/images/grand-knight-defend.png +share/wesnoth/images/grand-knight-moving.png +share/wesnoth/images/grand-knight.png +share/wesnoth/images/great-mage+female-attack.png +share/wesnoth/images/great-mage+female-attack1.png +share/wesnoth/images/great-mage+female-attack2.png +share/wesnoth/images/great-mage+female-defend.png +share/wesnoth/images/great-mage+female.png +share/wesnoth/images/great-mage-attack.png +share/wesnoth/images/great-mage-attack1.png +share/wesnoth/images/great-mage-attack2.png +share/wesnoth/images/great-mage-defend.png +share/wesnoth/images/great-mage.png +share/wesnoth/images/great-troll-attack.png +share/wesnoth/images/great-troll-defend.png +share/wesnoth/images/great-troll.png +share/wesnoth/images/gryphon-attack1.png +share/wesnoth/images/gryphon-attack2.png +share/wesnoth/images/gryphon-defend.png +share/wesnoth/images/gryphon-master-attack1.png +share/wesnoth/images/gryphon-master-attack2.png +share/wesnoth/images/gryphon-master-defend.png +share/wesnoth/images/gryphon-master.png +share/wesnoth/images/gryphon-rider-attack.png +share/wesnoth/images/gryphon-rider-defend.png +share/wesnoth/images/gryphon-rider.png +share/wesnoth/images/gryphon-sleeping.png +share/wesnoth/images/gryphon.png +share/wesnoth/images/halo/ +share/wesnoth/images/halo/blood-halo1.png +share/wesnoth/images/halo/blood-halo2.png +share/wesnoth/images/halo/elder-mage-halo.png +share/wesnoth/images/halo/elder-mage-halo1.png +share/wesnoth/images/halo/elder-mage-halo2.png +share/wesnoth/images/halo/elder-mage-halo3.png +share/wesnoth/images/halo/elder-mage-halo4.png +share/wesnoth/images/halo/elder-mage-halo5.png +share/wesnoth/images/halo/elder-mage-halo6.png +share/wesnoth/images/halo/fireball-big1.png +share/wesnoth/images/halo/fireball-big2.png +share/wesnoth/images/halo/fireball-big3.png +share/wesnoth/images/halo/fireball-big4.png +share/wesnoth/images/halo/fireball-big5.png +share/wesnoth/images/halo/fireball-big6.png +share/wesnoth/images/halo/fireball-big7.png +share/wesnoth/images/halo/fireball-halo.png +share/wesnoth/images/halo/fireball-halo1.png +share/wesnoth/images/halo/fireball-halo2.png +share/wesnoth/images/halo/fireball-halo3.png +share/wesnoth/images/halo/fireball-halo4.png +share/wesnoth/images/halo/fireball-halo7.png +share/wesnoth/images/halo/fireball1.png +share/wesnoth/images/halo/fireball2.png +share/wesnoth/images/halo/fireball3.png +share/wesnoth/images/halo/fireball4.png +share/wesnoth/images/halo/fireball5.png +share/wesnoth/images/halo/fireball6.png +share/wesnoth/images/halo/fireball7.png +share/wesnoth/images/halo/ice-halo1.png +share/wesnoth/images/halo/ice-halo2.png +share/wesnoth/images/halo/ice-halo3.png +share/wesnoth/images/halo/ice-halo4.png +share/wesnoth/images/halo/ice-halo5.png +share/wesnoth/images/halo/lighthouse-aura.png +share/wesnoth/images/halo/mage-halo1.png +share/wesnoth/images/halo/mage-halo10.png +share/wesnoth/images/halo/mage-halo11.png +share/wesnoth/images/halo/mage-halo12.png +share/wesnoth/images/halo/mage-halo13.png +share/wesnoth/images/halo/mage-halo2.png +share/wesnoth/images/halo/mage-halo3.png +share/wesnoth/images/halo/mage-halo4.png +share/wesnoth/images/halo/mage-halo5.png +share/wesnoth/images/halo/mage-halo6.png +share/wesnoth/images/halo/mage-halo7.png +share/wesnoth/images/halo/mage-halo8.png +share/wesnoth/images/halo/mage-halo9.png +share/wesnoth/images/halo/mermaid-siren-naia-touch-halo.png +share/wesnoth/images/halo/silver-mage-halo1.png +share/wesnoth/images/halo/silver-mage-halo10.png +share/wesnoth/images/halo/silver-mage-halo11.png +share/wesnoth/images/halo/silver-mage-halo12.png +share/wesnoth/images/halo/silver-mage-halo2.png +share/wesnoth/images/halo/silver-mage-halo3.png +share/wesnoth/images/halo/silver-mage-halo4.png +share/wesnoth/images/halo/silver-mage-halo5.png +share/wesnoth/images/halo/silver-mage-halo6.png +share/wesnoth/images/halo/silver-mage-halo7.png +share/wesnoth/images/halo/silver-mage-halo8.png +share/wesnoth/images/halo/silver-mage-halo9.png +share/wesnoth/images/halo/white-cleric-aura.png +share/wesnoth/images/help/ +share/wesnoth/images/help/closed_section.png +share/wesnoth/images/help/open_section.png +share/wesnoth/images/help/recruit.png +share/wesnoth/images/help/tooltip.png +share/wesnoth/images/help/topic.png +share/wesnoth/images/horseman-attack.png +share/wesnoth/images/horseman-defend.png +share/wesnoth/images/horseman-moving.png +share/wesnoth/images/horseman.png +share/wesnoth/images/human-battleprincess-attack.png +share/wesnoth/images/human-battleprincess-defend.png +share/wesnoth/images/human-battleprincess-leading.png +share/wesnoth/images/human-battleprincess.png +share/wesnoth/images/human-bowman-attack-sword.png +share/wesnoth/images/human-bowman-attack1.png +share/wesnoth/images/human-bowman-attack2.png +share/wesnoth/images/human-bowman-attack3.png +share/wesnoth/images/human-bowman-defend.png +share/wesnoth/images/human-bowman.png +share/wesnoth/images/human-cavalier-attack.png +share/wesnoth/images/human-cavalier-defend.png +share/wesnoth/images/human-cavalier-moving.png +share/wesnoth/images/human-cavalier-range1.png +share/wesnoth/images/human-cavalier-range2.png +share/wesnoth/images/human-cavalier.png +share/wesnoth/images/human-dragoon-attack.png +share/wesnoth/images/human-dragoon-defend.png +share/wesnoth/images/human-dragoon-moving.png +share/wesnoth/images/human-dragoon-ranged1.png +share/wesnoth/images/human-dragoon-ranged2.png +share/wesnoth/images/human-dragoon.png +share/wesnoth/images/human-duelist-attack.png +share/wesnoth/images/human-duelist-defend.png +share/wesnoth/images/human-duelist-ranged.png +share/wesnoth/images/human-duelist.png +share/wesnoth/images/human-fencer-attack.png +share/wesnoth/images/human-fencer-defend.png +share/wesnoth/images/human-fencer.png +share/wesnoth/images/human-general-attack-crossbow.png +share/wesnoth/images/human-general-attack-sword1.png +share/wesnoth/images/human-general-attack-sword2.png +share/wesnoth/images/human-general-defend.png +share/wesnoth/images/human-general-leading.png +share/wesnoth/images/human-general.png +share/wesnoth/images/human-halbardier.png +share/wesnoth/images/human-halberdier-pierce-1.png +share/wesnoth/images/human-halberdier-pierce-2.png +share/wesnoth/images/human-heavyinfantry-attack.png +share/wesnoth/images/human-heavyinfantry-defend.png +share/wesnoth/images/human-heavyinfantry.png +share/wesnoth/images/human-javelineer-attack-melee-1.png +share/wesnoth/images/human-javelineer-attack-melee-2.png +share/wesnoth/images/human-javelineer-attack-melee-3.png +share/wesnoth/images/human-javelineer-attack-ranged-1.png +share/wesnoth/images/human-javelineer-attack-ranged-2.png +share/wesnoth/images/human-javelineer-attack-ranged-3.png +share/wesnoth/images/human-javelineer-attack-ranged-4.png +share/wesnoth/images/human-javelineer-defend.png +share/wesnoth/images/human-javelineer.png +share/wesnoth/images/human-lieutenant-attack-crossbow.png +share/wesnoth/images/human-lieutenant-attack-sword.png +share/wesnoth/images/human-lieutenant-defend.png +share/wesnoth/images/human-lieutenant-leading.png +share/wesnoth/images/human-lieutenant.png +share/wesnoth/images/human-longbowman-attack-sword.png +share/wesnoth/images/human-longbowman-attack1.png +share/wesnoth/images/human-longbowman-attack2.png +share/wesnoth/images/human-longbowman-defend-close.png +share/wesnoth/images/human-longbowman-defend.png +share/wesnoth/images/human-longbowman.png +share/wesnoth/images/human-marshal-attack-crossbow.png +share/wesnoth/images/human-marshal-attack-sword1.png +share/wesnoth/images/human-marshal-attack-sword2.png +share/wesnoth/images/human-marshal-defense.png +share/wesnoth/images/human-marshal-leading.png +share/wesnoth/images/human-marshal.png +share/wesnoth/images/human-masterbowman-attack-ranged1.png +share/wesnoth/images/human-masterbowman-attack-ranged2.png +share/wesnoth/images/human-masterbowman-attack-ranged3.png +share/wesnoth/images/human-masterbowman-attack-ranged4.png +share/wesnoth/images/human-masterbowman-defend.png +share/wesnoth/images/human-masterbowman.png +share/wesnoth/images/human-pikeman-attack-1.png +share/wesnoth/images/human-pikeman-attack-2.png +share/wesnoth/images/human-pikeman-defend.png +share/wesnoth/images/human-pikeman.png +share/wesnoth/images/human-princess-attack.png +share/wesnoth/images/human-princess-defend.png +share/wesnoth/images/human-princess-leading.png +share/wesnoth/images/human-princess.png +share/wesnoth/images/human-queen.png +share/wesnoth/images/human-royalguard-attack.png +share/wesnoth/images/human-royalguard-defend.png +share/wesnoth/images/human-royalguard.png +share/wesnoth/images/human-scout-attack.png +share/wesnoth/images/human-scout-defend.png +share/wesnoth/images/human-scout-moving.png +share/wesnoth/images/human-scout.png +share/wesnoth/images/human-sergeant-attack-crossbow.png +share/wesnoth/images/human-sergeant-attack-sword.png +share/wesnoth/images/human-sergeant-defend.png +share/wesnoth/images/human-sergeant-leading.png +share/wesnoth/images/human-sergeant.png +share/wesnoth/images/human-shocktrooper-attack.png +share/wesnoth/images/human-shocktrooper-defend.png +share/wesnoth/images/human-shocktrooper.png +share/wesnoth/images/human-siegetrooper-defend.png +share/wesnoth/images/human-siegetrooper-melee.png +share/wesnoth/images/human-siegetrooper.png +share/wesnoth/images/human-spearman-attack.png +share/wesnoth/images/human-spearman-attack2.png +share/wesnoth/images/human-spearman-defend.png +share/wesnoth/images/human-spearman.png +share/wesnoth/images/human-swordman-attack.png +share/wesnoth/images/human-swordman-defend.png +share/wesnoth/images/human-swordman.png +share/wesnoth/images/human-wallguard-attack.png +share/wesnoth/images/human-wallguard-defense.png +share/wesnoth/images/human-wallguard.png +share/wesnoth/images/icons/ +share/wesnoth/images/icons/icon-ai.png +share/wesnoth/images/icons/icon-display.png +share/wesnoth/images/icons/icon-general.png +share/wesnoth/images/icons/icon-hostgame.png +share/wesnoth/images/icons/icon-hotseat.png +share/wesnoth/images/icons/icon-music.png +share/wesnoth/images/icons/icon-server.png +share/wesnoth/images/icons/icon-serverother.png +share/wesnoth/images/items/ +share/wesnoth/images/items/ball-blue.png +share/wesnoth/images/items/ball-green.png +share/wesnoth/images/items/barrel.png +share/wesnoth/images/items/book1.png +share/wesnoth/images/items/book2.png +share/wesnoth/images/items/book3.png +share/wesnoth/images/items/book4.png +share/wesnoth/images/items/box.png +share/wesnoth/images/items/castle-ruins.png +share/wesnoth/images/items/chest-plain-closed.png +share/wesnoth/images/items/chest-plain-open.png +share/wesnoth/images/items/dragonstatue.png +share/wesnoth/images/items/fire.png +share/wesnoth/images/items/flower1.png +share/wesnoth/images/items/flower2.png +share/wesnoth/images/items/flower3.png +share/wesnoth/images/items/flower4.png +share/wesnoth/images/items/gohere.png +share/wesnoth/images/items/leanto.png +share/wesnoth/images/items/lighthouse.png +share/wesnoth/images/items/monolith1.png +share/wesnoth/images/items/monolith2.png +share/wesnoth/images/items/monolith3.png +share/wesnoth/images/items/monolith4.png +share/wesnoth/images/items/orcish-flag.png +share/wesnoth/images/items/ornate1.png +share/wesnoth/images/items/ornate2.png +share/wesnoth/images/items/pine1.png +share/wesnoth/images/items/pine2.png +share/wesnoth/images/items/potion-blue.png +share/wesnoth/images/items/potion-grey.png +share/wesnoth/images/items/potion-red.png +share/wesnoth/images/items/potion-yellow.png +share/wesnoth/images/items/ring1.png +share/wesnoth/images/items/ring2.png +share/wesnoth/images/items/rock1.png +share/wesnoth/images/items/rock2.png +share/wesnoth/images/items/rock3.png +share/wesnoth/images/items/rock4.png +share/wesnoth/images/items/signpost.png +share/wesnoth/images/items/slab.png +share/wesnoth/images/items/well.png +share/wesnoth/images/knight-attack.png +share/wesnoth/images/knight-defend.png +share/wesnoth/images/knight-moving.png +share/wesnoth/images/knight.png +share/wesnoth/images/konrad-commander-attack.png +share/wesnoth/images/konrad-commander-defend.png +share/wesnoth/images/konrad-commander-leading.png +share/wesnoth/images/konrad-commander-ranged-defend.png +share/wesnoth/images/konrad-commander-ranged.png +share/wesnoth/images/konrad-commander.png +share/wesnoth/images/konrad-fighter-attack.png +share/wesnoth/images/konrad-fighter-defend.png +share/wesnoth/images/konrad-fighter.png +share/wesnoth/images/konrad-lord-attack.png +share/wesnoth/images/konrad-lord-bow1.png +share/wesnoth/images/konrad-lord-bow2.png +share/wesnoth/images/konrad-lord-defend.png +share/wesnoth/images/konrad-lord-leading.png +share/wesnoth/images/konrad-lord.png +share/wesnoth/images/konrad-young-attack.png +share/wesnoth/images/konrad-young-defend.png +share/wesnoth/images/konrad-young.png +share/wesnoth/images/lancer-attack.png +share/wesnoth/images/lancer-defend.png +share/wesnoth/images/lancer.png +share/wesnoth/images/mage+female-attack.png +share/wesnoth/images/mage+female-attack1.png +share/wesnoth/images/mage+female-attack2.png +share/wesnoth/images/mage+female-attack3.png +share/wesnoth/images/mage+female-defend.png +share/wesnoth/images/mage+female.png +share/wesnoth/images/mage-attack.png +share/wesnoth/images/mage-attack1.png +share/wesnoth/images/mage-attack2.png +share/wesnoth/images/mage-attack3.png +share/wesnoth/images/mage-defend.png +share/wesnoth/images/mage.png +share/wesnoth/images/maps/ +share/wesnoth/images/maps/wesnoth.png +share/wesnoth/images/mermaid-diviner.png +share/wesnoth/images/mermaid-enchantress-defend.png +share/wesnoth/images/mermaid-enchantress-staff-attack.png +share/wesnoth/images/mermaid-enchantress-water-attack1.png +share/wesnoth/images/mermaid-enchantress-water-attack2.png +share/wesnoth/images/mermaid-enchantress-water-attack3.png +share/wesnoth/images/mermaid-enchantress-water-attack4.png +share/wesnoth/images/mermaid-enchantress-water-attack5.png +share/wesnoth/images/mermaid-enchantress-water-attack6.png +share/wesnoth/images/mermaid-enchantress-water-attack7.png +share/wesnoth/images/mermaid-enchantress.png +share/wesnoth/images/mermaid-initiate-defend.png +share/wesnoth/images/mermaid-initiate-staff-attack.png +share/wesnoth/images/mermaid-initiate-water-attack1.png +share/wesnoth/images/mermaid-initiate-water-attack2.png +share/wesnoth/images/mermaid-initiate-water-attack3.png +share/wesnoth/images/mermaid-initiate-water-attack4.png +share/wesnoth/images/mermaid-initiate-water-attack5.png +share/wesnoth/images/mermaid-initiate-water-attack6.png +share/wesnoth/images/mermaid-initiate-water-attack7.png +share/wesnoth/images/mermaid-initiate.png +share/wesnoth/images/mermaid-priestess.png +share/wesnoth/images/mermaid-siren-defend.png +share/wesnoth/images/mermaid-siren-naia-touch-attack1.png +share/wesnoth/images/mermaid-siren-naia-touch-attack2.png +share/wesnoth/images/mermaid-siren-naia-touch-attack3.png +share/wesnoth/images/mermaid-siren-naia-touch-attack4.png +share/wesnoth/images/mermaid-siren-water-attack1.png +share/wesnoth/images/mermaid-siren-water-attack2.png +share/wesnoth/images/mermaid-siren-water-attack3.png +share/wesnoth/images/mermaid-siren-water-attack4.png +share/wesnoth/images/mermaid-siren-water-attack5.png +share/wesnoth/images/mermaid-siren-water-attack6.png +share/wesnoth/images/mermaid-siren-water-attack7.png +share/wesnoth/images/mermaid-siren.png +share/wesnoth/images/merman-attack.png +share/wesnoth/images/merman-defend.png +share/wesnoth/images/merman-entangler.png +share/wesnoth/images/merman-fighter-attack.png +share/wesnoth/images/merman-fighter-defend.png +share/wesnoth/images/merman-fighter.png +share/wesnoth/images/merman-hoplite-attack.png +share/wesnoth/images/merman-hoplite-defend.png +share/wesnoth/images/merman-hoplite.png +share/wesnoth/images/merman-hunter.png +share/wesnoth/images/merman-javelineer.png +share/wesnoth/images/merman-king-attack.png +share/wesnoth/images/merman-king-defend.png +share/wesnoth/images/merman-king.png +share/wesnoth/images/merman-netcaster.png +share/wesnoth/images/merman-spearman.png +share/wesnoth/images/merman-triton-attack-blade.png +share/wesnoth/images/merman-triton-attack-pierce.png +share/wesnoth/images/merman-triton-defend.png +share/wesnoth/images/merman-triton.png +share/wesnoth/images/merman-warrior-attack.png +share/wesnoth/images/merman-warrior-defend.png +share/wesnoth/images/merman-warrior.png +share/wesnoth/images/merman.png +share/wesnoth/images/misc/ +share/wesnoth/images/misc/ball.png +share/wesnoth/images/misc/bar-energy-ally.png +share/wesnoth/images/misc/bar-energy-enemy.png +share/wesnoth/images/misc/bar-energy-moved.png +share/wesnoth/images/misc/bar-energy-partmoved.png +share/wesnoth/images/misc/bar-energy-unmoved.png +share/wesnoth/images/misc/blank.png +share/wesnoth/images/misc/botleft-corner.png +share/wesnoth/images/misc/botright-corner.png +share/wesnoth/images/misc/cage.png +share/wesnoth/images/misc/character-box.png +share/wesnoth/images/misc/chest.png +share/wesnoth/images/misc/compass-north.png +share/wesnoth/images/misc/compass-south.png +share/wesnoth/images/misc/cross.png +share/wesnoth/images/misc/disk.png +share/wesnoth/images/misc/dot.png +share/wesnoth/images/misc/ellipse-1-bottom.png +share/wesnoth/images/misc/ellipse-1-top.png +share/wesnoth/images/misc/ellipse-1.png +share/wesnoth/images/misc/ellipse-10-bottom.png +share/wesnoth/images/misc/ellipse-10-top.png +share/wesnoth/images/misc/ellipse-10.png +share/wesnoth/images/misc/ellipse-2-bottom.png +share/wesnoth/images/misc/ellipse-2-top.png +share/wesnoth/images/misc/ellipse-2.png +share/wesnoth/images/misc/ellipse-3-bottom.png +share/wesnoth/images/misc/ellipse-3-top.png +share/wesnoth/images/misc/ellipse-3.png +share/wesnoth/images/misc/ellipse-4-bottom.png +share/wesnoth/images/misc/ellipse-4-top.png +share/wesnoth/images/misc/ellipse-4.png +share/wesnoth/images/misc/ellipse-5-bottom.png +share/wesnoth/images/misc/ellipse-5-top.png +share/wesnoth/images/misc/ellipse-5.png +share/wesnoth/images/misc/ellipse-6-bottom.png +share/wesnoth/images/misc/ellipse-6-top.png +share/wesnoth/images/misc/ellipse-6.png +share/wesnoth/images/misc/ellipse-7-bottom.png +share/wesnoth/images/misc/ellipse-7-top.png +share/wesnoth/images/misc/ellipse-7.png +share/wesnoth/images/misc/ellipse-8-bottom.png +share/wesnoth/images/misc/ellipse-8-top.png +share/wesnoth/images/misc/ellipse-8.png +share/wesnoth/images/misc/ellipse-9-bottom.png +share/wesnoth/images/misc/ellipse-9-top.png +share/wesnoth/images/misc/ellipse-9.png +share/wesnoth/images/misc/eye.png +share/wesnoth/images/misc/folder-icon.png +share/wesnoth/images/misc/font8x8.png +share/wesnoth/images/misc/foot-left-n.png +share/wesnoth/images/misc/foot-left-nw.png +share/wesnoth/images/misc/foot-right-n.png +share/wesnoth/images/misc/foot-right-nw.png +share/wesnoth/images/misc/gold.png +share/wesnoth/images/misc/income.png +share/wesnoth/images/misc/invisible.png +share/wesnoth/images/misc/item-darktome.png +share/wesnoth/images/misc/item-flamesword.png +share/wesnoth/images/misc/item-healingpotion.png +share/wesnoth/images/misc/item-holywater.png +share/wesnoth/images/misc/item-sceptreoffire.png +share/wesnoth/images/misc/item-staff.png +share/wesnoth/images/misc/item-stormtrident.png +share/wesnoth/images/misc/leader-crown.png +share/wesnoth/images/misc/lobby.png +share/wesnoth/images/misc/logo.png +share/wesnoth/images/misc/mainmenu-background.png +share/wesnoth/images/misc/mainmenu-border-botleft.png +share/wesnoth/images/misc/mainmenu-border-botright.png +share/wesnoth/images/misc/mainmenu-border-bottom.png +share/wesnoth/images/misc/mainmenu-border-left.png +share/wesnoth/images/misc/mainmenu-border-right.png +share/wesnoth/images/misc/mainmenu-border-top.png +share/wesnoth/images/misc/mainmenu-border-topleft.png +share/wesnoth/images/misc/mainmenu-border-topright.png +share/wesnoth/images/misc/menu-background.png +share/wesnoth/images/misc/menu-border-botleft.png +share/wesnoth/images/misc/menu-border-botright.png +share/wesnoth/images/misc/menu-border-bottom.png +share/wesnoth/images/misc/menu-border-left.png +share/wesnoth/images/misc/menu-border-right.png +share/wesnoth/images/misc/menu-border-top.png +share/wesnoth/images/misc/menu-border-topleft.png +share/wesnoth/images/misc/menu-border-topright.png +share/wesnoth/images/misc/menu2-background.png +share/wesnoth/images/misc/menu2-border-botleft.png +share/wesnoth/images/misc/menu2-border-botright.png +share/wesnoth/images/misc/menu2-border-bottom.png +share/wesnoth/images/misc/menu2-border-left.png +share/wesnoth/images/misc/menu2-border-right.png +share/wesnoth/images/misc/menu2-border-top.png +share/wesnoth/images/misc/menu2-border-topleft.png +share/wesnoth/images/misc/menu2-border-topright.png +share/wesnoth/images/misc/poisoned.png +share/wesnoth/images/misc/rightside-bg.png +share/wesnoth/images/misc/rightside-bottom.png +share/wesnoth/images/misc/rightside-editor.png +share/wesnoth/images/misc/rightside.png +share/wesnoth/images/misc/schedule-afternoon.png +share/wesnoth/images/misc/schedule-dawn.png +share/wesnoth/images/misc/schedule-dusk.png +share/wesnoth/images/misc/schedule-firstwatch.png +share/wesnoth/images/misc/schedule-morning.png +share/wesnoth/images/misc/schedule-secondwatch.png +share/wesnoth/images/misc/schedule-underground-illum.png +share/wesnoth/images/misc/schedule-underground.png +share/wesnoth/images/misc/selected-ellipse-1-bottom.png +share/wesnoth/images/misc/selected-ellipse-1-top.png +share/wesnoth/images/misc/selected-ellipse-10-bottom.png +share/wesnoth/images/misc/selected-ellipse-10-top.png +share/wesnoth/images/misc/selected-ellipse-2-bottom.png +share/wesnoth/images/misc/selected-ellipse-2-top.png +share/wesnoth/images/misc/selected-ellipse-3-bottom.png +share/wesnoth/images/misc/selected-ellipse-3-top.png +share/wesnoth/images/misc/selected-ellipse-4-bottom.png +share/wesnoth/images/misc/selected-ellipse-4-top.png +share/wesnoth/images/misc/selected-ellipse-5-bottom.png +share/wesnoth/images/misc/selected-ellipse-5-top.png +share/wesnoth/images/misc/selected-ellipse-6-bottom.png +share/wesnoth/images/misc/selected-ellipse-6-top.png +share/wesnoth/images/misc/selected-ellipse-7-bottom.png +share/wesnoth/images/misc/selected-ellipse-7-top.png +share/wesnoth/images/misc/selected-ellipse-8-bottom.png +share/wesnoth/images/misc/selected-ellipse-8-top.png +share/wesnoth/images/misc/selected-ellipse-9-bottom.png +share/wesnoth/images/misc/selected-ellipse-9-top.png +share/wesnoth/images/misc/slowed.png +share/wesnoth/images/misc/status-bg.png +share/wesnoth/images/misc/stone.png +share/wesnoth/images/misc/title.png +share/wesnoth/images/misc/top-bg.png +share/wesnoth/images/misc/topleft-corner.png +share/wesnoth/images/misc/topright-corner.png +share/wesnoth/images/misc/trapdoor.png +share/wesnoth/images/misc/tutorial1.png +share/wesnoth/images/misc/tutorial2.png +share/wesnoth/images/misc/tutorial3.png +share/wesnoth/images/misc/tutorial3b.png +share/wesnoth/images/misc/tutorial4.png +share/wesnoth/images/misc/tutorial5.png +share/wesnoth/images/misc/tutorial6.png +share/wesnoth/images/misc/tutorial7.png +share/wesnoth/images/misc/units.png +share/wesnoth/images/misc/upkeep.png +share/wesnoth/images/misc/villages.png +share/wesnoth/images/mudcrawler-attack.png +share/wesnoth/images/mudcrawler-defend.png +share/wesnoth/images/mudcrawler.png +share/wesnoth/images/naga-attack.png +share/wesnoth/images/naga-defend.png +share/wesnoth/images/naga-fighter+female-attack.png +share/wesnoth/images/naga-fighter+female-defend.png +share/wesnoth/images/naga-fighter+female.png +share/wesnoth/images/naga-fighter-attack.png +share/wesnoth/images/naga-fighter-defend.png +share/wesnoth/images/naga-fighter.png +share/wesnoth/images/naga-myrmidon+female-attack.png +share/wesnoth/images/naga-myrmidon+female-defend.png +share/wesnoth/images/naga-myrmidon+female.png +share/wesnoth/images/naga-myrmidon-attack.png +share/wesnoth/images/naga-myrmidon-defend.png +share/wesnoth/images/naga-myrmidon.png +share/wesnoth/images/naga-warrior+female-attack.png +share/wesnoth/images/naga-warrior+female-defend.png +share/wesnoth/images/naga-warrior+female.png +share/wesnoth/images/naga-warrior-attack.png +share/wesnoth/images/naga-warrior-defend.png +share/wesnoth/images/naga-warrior.png +share/wesnoth/images/naga.png +share/wesnoth/images/neutral-bandit-attack.png +share/wesnoth/images/neutral-bandit-defend.png +share/wesnoth/images/neutral-bandit.png +share/wesnoth/images/neutral-footpad+female-attack.png +share/wesnoth/images/neutral-footpad+female-attack1.png +share/wesnoth/images/neutral-footpad+female-attack2.png +share/wesnoth/images/neutral-footpad+female-defend.png +share/wesnoth/images/neutral-footpad+female.png +share/wesnoth/images/neutral-footpad-attack.png +share/wesnoth/images/neutral-footpad-attack1.png +share/wesnoth/images/neutral-footpad-attack2.png +share/wesnoth/images/neutral-footpad-defend.png +share/wesnoth/images/neutral-footpad.png +share/wesnoth/images/neutral-outlaw+female-attack.png +share/wesnoth/images/neutral-outlaw+female-attack1.png +share/wesnoth/images/neutral-outlaw+female-attack2.png +share/wesnoth/images/neutral-outlaw+female-defend.png +share/wesnoth/images/neutral-outlaw+female.png +share/wesnoth/images/neutral-outlaw-attack.png +share/wesnoth/images/neutral-outlaw-attack1.png +share/wesnoth/images/neutral-outlaw-attack2.png +share/wesnoth/images/neutral-outlaw-defend.png +share/wesnoth/images/neutral-outlaw-princess-attack-mace.png +share/wesnoth/images/neutral-outlaw-princess-attack-sling1.png +share/wesnoth/images/neutral-outlaw-princess-attack-sling2.png +share/wesnoth/images/neutral-outlaw-princess-defend.png +share/wesnoth/images/neutral-outlaw-princess.png +share/wesnoth/images/neutral-outlaw-queen-attack-mace.png +share/wesnoth/images/neutral-outlaw-queen-attack-sling1.png +share/wesnoth/images/neutral-outlaw-queen-attack-sling2.png +share/wesnoth/images/neutral-outlaw-queen-defend.png +share/wesnoth/images/neutral-outlaw-queen-leading.png +share/wesnoth/images/neutral-outlaw-queen.png +share/wesnoth/images/neutral-outlaw.png +share/wesnoth/images/neutral-peasant-attack.png +share/wesnoth/images/neutral-peasant-defend.png +share/wesnoth/images/neutral-peasant.png +share/wesnoth/images/neutral-poacher-attack.png +share/wesnoth/images/neutral-poacher-attack1.png +share/wesnoth/images/neutral-poacher-attack2.png +share/wesnoth/images/neutral-poacher-defend.png +share/wesnoth/images/neutral-poacher.png +share/wesnoth/images/neutral-thug-attack.png +share/wesnoth/images/neutral-thug-defend.png +share/wesnoth/images/neutral-thug.png +share/wesnoth/images/neutral-trapper-attack.png +share/wesnoth/images/neutral-trapper-attack1.png +share/wesnoth/images/neutral-trapper-attack2.png +share/wesnoth/images/neutral-trapper-defend.png +share/wesnoth/images/neutral-trapper.png +share/wesnoth/images/noble-commander-attack-ranged1.png +share/wesnoth/images/noble-commander-attack-ranged2.png +share/wesnoth/images/noble-commander-attack-sword.png +share/wesnoth/images/noble-commander-defend.png +share/wesnoth/images/noble-commander-leading.png +share/wesnoth/images/noble-commander.png +share/wesnoth/images/noble-fighter-attack.png +share/wesnoth/images/noble-fighter-defend.png +share/wesnoth/images/noble-fighter.png +share/wesnoth/images/noble-lord-attack-ranged1.png +share/wesnoth/images/noble-lord-attack-ranged2.png +share/wesnoth/images/noble-lord-attack-sword.png +share/wesnoth/images/noble-lord-defend.png +share/wesnoth/images/noble-lord-leading.png +share/wesnoth/images/noble-lord.png +share/wesnoth/images/noble-youth-attack.png +share/wesnoth/images/noble-youth-defend.png +share/wesnoth/images/noble-youth.png +share/wesnoth/images/ogre-attack1.png +share/wesnoth/images/ogre-attack2.png +share/wesnoth/images/ogre-defend.png +share/wesnoth/images/ogre.png +share/wesnoth/images/orc-archer-attack.png +share/wesnoth/images/orc-archer-attack2.png +share/wesnoth/images/orc-archer-defend.png +share/wesnoth/images/orc-archer.png +share/wesnoth/images/orc-assassin-attack.png +share/wesnoth/images/orc-assassin-defend.png +share/wesnoth/images/orc-assassin-knife.png +share/wesnoth/images/orc-assassin.png +share/wesnoth/images/orc-slayer-attack1.png +share/wesnoth/images/orc-slayer-attack2.png +share/wesnoth/images/orc-slayer-defend.png +share/wesnoth/images/orc-slayer-ranged.png +share/wesnoth/images/orc-slayer.png +share/wesnoth/images/orc-xbowman-attack.png +share/wesnoth/images/orc-xbowman-defend.png +share/wesnoth/images/orc-xbowman-ranged.png +share/wesnoth/images/orc-xbowman.png +share/wesnoth/images/orcish-grunt-attack.png +share/wesnoth/images/orcish-grunt-defend.png +share/wesnoth/images/orcish-grunt.png +share/wesnoth/images/orcish-leader-attack.png +share/wesnoth/images/orcish-leader-defend.png +share/wesnoth/images/orcish-leader-ranged-1.png +share/wesnoth/images/orcish-leader-ranged-2.png +share/wesnoth/images/orcish-leader.png +share/wesnoth/images/orcish-ruler-attack.png +share/wesnoth/images/orcish-ruler-defend.png +share/wesnoth/images/orcish-ruler-ranged-1.png +share/wesnoth/images/orcish-ruler-ranged-2.png +share/wesnoth/images/orcish-ruler.png +share/wesnoth/images/orcish-shaman-black-attack-curse.png +share/wesnoth/images/orcish-shaman-black-attack-staff.png +share/wesnoth/images/orcish-shaman-black-defend.png +share/wesnoth/images/orcish-shaman-black.png +share/wesnoth/images/orcish-shaman-red-attack-curse.png +share/wesnoth/images/orcish-shaman-red-attack-staff.png +share/wesnoth/images/orcish-shaman-red-defend.png +share/wesnoth/images/orcish-shaman-red.png +share/wesnoth/images/orcish-shaman-tan-attack-curse.png +share/wesnoth/images/orcish-shaman-tan-attack-staff.png +share/wesnoth/images/orcish-shaman-tan-defend.png +share/wesnoth/images/orcish-shaman-tan.png +share/wesnoth/images/orcish-sovereign-attack1.png +share/wesnoth/images/orcish-sovereign-attack2.png +share/wesnoth/images/orcish-sovereign-defend.png +share/wesnoth/images/orcish-sovereign-ranged-1.png +share/wesnoth/images/orcish-sovereign-ranged-2.png +share/wesnoth/images/orcish-sovereign.png +share/wesnoth/images/orcish-warlord-defend.png +share/wesnoth/images/orcish-warlord-ranged-1.png +share/wesnoth/images/orcish-warlord-ranged-2.png +share/wesnoth/images/orcish-warlord.png +share/wesnoth/images/orcish-warrior-defend.png +share/wesnoth/images/orcish-warrior-melee1.png +share/wesnoth/images/orcish-warrior.png +share/wesnoth/images/owaec-captain-attack-morningstar.png +share/wesnoth/images/owaec-captain-attack-sword.png +share/wesnoth/images/owaec-captain-defend.png +share/wesnoth/images/owaec-captain-moving.png +share/wesnoth/images/owaec-captain.png +share/wesnoth/images/owaec-commander-attack-morningstar.png +share/wesnoth/images/owaec-commander-attack-sword.png +share/wesnoth/images/owaec-commander-defend.png +share/wesnoth/images/owaec-commander-moving.png +share/wesnoth/images/owaec-commander.png +share/wesnoth/images/owaec-lord-attack-morningstar.png +share/wesnoth/images/owaec-lord-attack-sword.png +share/wesnoth/images/owaec-lord-defend.png +share/wesnoth/images/owaec-lord-moving.png +share/wesnoth/images/owaec-lord.png +share/wesnoth/images/paladin-attack-sword.png +share/wesnoth/images/paladin-healing.png +share/wesnoth/images/paladin-moving.png +share/wesnoth/images/paladin.png +share/wesnoth/images/parandra.png +share/wesnoth/images/pirate-galleon.png +share/wesnoth/images/portraits/ +share/wesnoth/images/portraits/Eastern_Invasion/ +share/wesnoth/images/portraits/Eastern_Invasion/dacyn.png +share/wesnoth/images/portraits/Eastern_Invasion/gweddry.png +share/wesnoth/images/portraits/Eastern_Invasion/mal-ravanal.png +share/wesnoth/images/portraits/Heir_To_The_Throne/ +share/wesnoth/images/portraits/Heir_To_The_Throne/asheviere.png +share/wesnoth/images/portraits/Heir_To_The_Throne/delfador.png +share/wesnoth/images/portraits/Heir_To_The_Throne/kalenz.png +share/wesnoth/images/portraits/Heir_To_The_Throne/konrad.png +share/wesnoth/images/portraits/Heir_To_The_Throne/lisar.png +share/wesnoth/images/portraits/The_Rise_of_Wesnoth/ +share/wesnoth/images/portraits/The_Rise_of_Wesnoth/addroran.png +share/wesnoth/images/portraits/The_Rise_of_Wesnoth/aethyr.png +share/wesnoth/images/portraits/The_Rise_of_Wesnoth/aryad.png +share/wesnoth/images/portraits/The_Rise_of_Wesnoth/burin.png +share/wesnoth/images/portraits/The_Rise_of_Wesnoth/dionli.png +share/wesnoth/images/portraits/The_Rise_of_Wesnoth/edmond.png +share/wesnoth/images/portraits/The_Rise_of_Wesnoth/eldaric.png +share/wesnoth/images/portraits/The_Rise_of_Wesnoth/familiar.png +share/wesnoth/images/portraits/The_Rise_of_Wesnoth/haldric.png +share/wesnoth/images/portraits/The_Rise_of_Wesnoth/isomithir.png +share/wesnoth/images/portraits/The_Rise_of_Wesnoth/jessica.png +share/wesnoth/images/portraits/The_Rise_of_Wesnoth/jevyan.png +share/wesnoth/images/portraits/The_Rise_of_Wesnoth/knight.png +share/wesnoth/images/portraits/The_Rise_of_Wesnoth/logalmier.png +share/wesnoth/images/portraits/The_Rise_of_Wesnoth/rithrandil.png +share/wesnoth/images/portraits/The_Rise_of_Wesnoth/typhon.png +share/wesnoth/images/projectiles/ +share/wesnoth/images/projectiles/bone-n.png +share/wesnoth/images/projectiles/bone-ne.png +share/wesnoth/images/projectiles/bullet.png +share/wesnoth/images/projectiles/dagger-n.png +share/wesnoth/images/projectiles/dagger-ne.png +share/wesnoth/images/projectiles/darkmissile-n.png +share/wesnoth/images/projectiles/darkmissile-ne.png +share/wesnoth/images/projectiles/entangle.png +share/wesnoth/images/projectiles/fireball.png +share/wesnoth/images/projectiles/gaze.png +share/wesnoth/images/projectiles/hatchet-n.png +share/wesnoth/images/projectiles/hatchet-ne.png +share/wesnoth/images/projectiles/icemissile-n.png +share/wesnoth/images/projectiles/icemissile-ne.png +share/wesnoth/images/projectiles/ink.png +share/wesnoth/images/projectiles/lightning-bolt.png +share/wesnoth/images/projectiles/lightning-n.png +share/wesnoth/images/projectiles/lightning-ne.png +share/wesnoth/images/projectiles/magicmissile-n.png +share/wesnoth/images/projectiles/magicmissile-ne.png +share/wesnoth/images/projectiles/missile-n.png +share/wesnoth/images/projectiles/missile-ne.png +share/wesnoth/images/projectiles/missile-nw.png +share/wesnoth/images/projectiles/missile-s.png +share/wesnoth/images/projectiles/missile-se.png +share/wesnoth/images/projectiles/missile-sw.png +share/wesnoth/images/projectiles/missile.png +share/wesnoth/images/projectiles/pitchfork-n.png +share/wesnoth/images/projectiles/pitchfork-ne.png +share/wesnoth/images/projectiles/spear-n.png +share/wesnoth/images/projectiles/spear-ne.png +share/wesnoth/images/projectiles/stone.png +share/wesnoth/images/projectiles/thorns-ne.png +share/wesnoth/images/projectiles/thorns.png +share/wesnoth/images/projectiles/water-spray.png +share/wesnoth/images/projectiles/web.png +share/wesnoth/images/projectiles/whitemissile-n.png +share/wesnoth/images/projectiles/whitemissile-ne.png +share/wesnoth/images/random-enemy.png +share/wesnoth/images/red-mage+female-attack-melee.png +share/wesnoth/images/red-mage+female-attack-ranged.png +share/wesnoth/images/red-mage+female-defend.png +share/wesnoth/images/red-mage+female.png +share/wesnoth/images/red-mage-attack-melee.png +share/wesnoth/images/red-mage-attack-ranged.png +share/wesnoth/images/red-mage-defend.png +share/wesnoth/images/red-mage.png +share/wesnoth/images/rogue+female-attack.png +share/wesnoth/images/rogue+female-defend.png +share/wesnoth/images/rogue+female-ranged.png +share/wesnoth/images/rogue+female.png +share/wesnoth/images/rogue-attack.png +share/wesnoth/images/rogue-defend.png +share/wesnoth/images/rogue-ranged.png +share/wesnoth/images/rogue.png +share/wesnoth/images/saurian-ambusher-attack1.png +share/wesnoth/images/saurian-ambusher-attack2.png +share/wesnoth/images/saurian-ambusher-defend.png +share/wesnoth/images/saurian-ambusher-ranged.png +share/wesnoth/images/saurian-ambusher.png +share/wesnoth/images/saurian-flanker-attack-ranged.png +share/wesnoth/images/saurian-flanker-attack1.png +share/wesnoth/images/saurian-flanker-attack2.png +share/wesnoth/images/saurian-flanker-defend.png +share/wesnoth/images/saurian-flanker.png +share/wesnoth/images/saurian-icecaster-attack.png +share/wesnoth/images/saurian-icecaster-defend.png +share/wesnoth/images/saurian-icecaster-ranged1.png +share/wesnoth/images/saurian-icecaster-ranged2.png +share/wesnoth/images/saurian-icecaster-ranged3.png +share/wesnoth/images/saurian-icecaster.png +share/wesnoth/images/saurian-skirmisher-attack1.png +share/wesnoth/images/saurian-skirmisher-attack2.png +share/wesnoth/images/saurian-skirmisher-attack3.png +share/wesnoth/images/saurian-skirmisher-defend.png +share/wesnoth/images/saurian-skirmisher.png +share/wesnoth/images/saurian-soothsayer-attack.png +share/wesnoth/images/saurian-soothsayer-defend.png +share/wesnoth/images/saurian-soothsayer-healing.png +share/wesnoth/images/saurian-soothsayer-ranged.png +share/wesnoth/images/saurian-soothsayer.png +share/wesnoth/images/saurian-tribalist-attack.png +share/wesnoth/images/saurian-tribalist-defend.png +share/wesnoth/images/saurian-tribalist-heal.png +share/wesnoth/images/saurian-tribalist-ranged1.png +share/wesnoth/images/saurian-tribalist.png +share/wesnoth/images/scepter-princess-attack-scepter-1.png +share/wesnoth/images/scepter-princess-attack-scepter-2.png +share/wesnoth/images/scepter-princess-attack-scepter-3.png +share/wesnoth/images/scepter-princess-attack-scepter.png +share/wesnoth/images/scepter-princess-attack-sword.png +share/wesnoth/images/scepter-princess-defend.png +share/wesnoth/images/scepter-princess-leading.png +share/wesnoth/images/scepter-princess.png +share/wesnoth/images/scorpion-defend.png +share/wesnoth/images/scorpion-pincers-attack.png +share/wesnoth/images/scorpion-sting-attack.png +share/wesnoth/images/scorpion.png +share/wesnoth/images/sea-hag-defend.png +share/wesnoth/images/sea-hag.png +share/wesnoth/images/sea-orc-attack.png +share/wesnoth/images/sea-orc-defend.png +share/wesnoth/images/sea-orc.png +share/wesnoth/images/seaserpent-attack.png +share/wesnoth/images/seaserpent-defend.png +share/wesnoth/images/seaserpent.png +share/wesnoth/images/silver-mage+female-attack1.png +share/wesnoth/images/silver-mage+female-attack2.png +share/wesnoth/images/silver-mage+female-attack3.png +share/wesnoth/images/silver-mage+female-defend.png +share/wesnoth/images/silver-mage+female-melee.png +share/wesnoth/images/silver-mage+female.png +share/wesnoth/images/silver-mage-attack1.png +share/wesnoth/images/silver-mage-attack2.png +share/wesnoth/images/silver-mage-attack3.png +share/wesnoth/images/silver-mage-defend.png +share/wesnoth/images/silver-mage-melee.png +share/wesnoth/images/silver-mage-teleport1.png +share/wesnoth/images/silver-mage-teleport10.png +share/wesnoth/images/silver-mage-teleport2.png +share/wesnoth/images/silver-mage-teleport3.png +share/wesnoth/images/silver-mage-teleport4.png +share/wesnoth/images/silver-mage-teleport5.png +share/wesnoth/images/silver-mage-teleport6.png +share/wesnoth/images/silver-mage-teleport7.png +share/wesnoth/images/silver-mage-teleport8.png +share/wesnoth/images/silver-mage-teleport9.png +share/wesnoth/images/silver-mage.png +share/wesnoth/images/skeletal-dragon-attack-claws1.png +share/wesnoth/images/skeletal-dragon-attack-claws2.png +share/wesnoth/images/skeletal-dragon-attack-claws3.png +share/wesnoth/images/skeletal-dragon-attack-jaw1.png +share/wesnoth/images/skeletal-dragon-attack-jaw2.png +share/wesnoth/images/skeletal-dragon-defend.png +share/wesnoth/images/skeletal-dragon.png +share/wesnoth/images/terrain/ +share/wesnoth/images/terrain/alpha.png +share/wesnoth/images/terrain/alphamask.png +share/wesnoth/images/terrain/bridge-n-end.png +share/wesnoth/images/terrain/bridge-n-s.png +share/wesnoth/images/terrain/bridge-n.png +share/wesnoth/images/terrain/bridge-ne-end.png +share/wesnoth/images/terrain/bridge-ne-sw.png +share/wesnoth/images/terrain/bridge-ne.png +share/wesnoth/images/terrain/bridge-nw-end.png +share/wesnoth/images/terrain/bridge-nw.png +share/wesnoth/images/terrain/bridge-s-end.png +share/wesnoth/images/terrain/bridge-s.png +share/wesnoth/images/terrain/bridge-se-end.png +share/wesnoth/images/terrain/bridge-se-nw.png +share/wesnoth/images/terrain/bridge-se.png +share/wesnoth/images/terrain/bridge-sw-end.png +share/wesnoth/images/terrain/bridge-sw.png +share/wesnoth/images/terrain/bridge.png +share/wesnoth/images/terrain/canyon-all.png +share/wesnoth/images/terrain/canyon-n-ne-s.png +share/wesnoth/images/terrain/canyon-n-ne.png +share/wesnoth/images/terrain/canyon-n-s.png +share/wesnoth/images/terrain/canyon-n-se.png +share/wesnoth/images/terrain/canyon-n.png +share/wesnoth/images/terrain/canyon-ne-s.png +share/wesnoth/images/terrain/canyon-ne-se.png +share/wesnoth/images/terrain/canyon-ne-sw.png +share/wesnoth/images/terrain/canyon-ne.png +share/wesnoth/images/terrain/canyon-nw-n-ne.png +share/wesnoth/images/terrain/canyon-nw-n-s.png +share/wesnoth/images/terrain/canyon-nw-n.png +share/wesnoth/images/terrain/canyon-nw-ne.png +share/wesnoth/images/terrain/canyon-nw.png +share/wesnoth/images/terrain/canyon-s-nw.png +share/wesnoth/images/terrain/canyon-s-sw-n.png +share/wesnoth/images/terrain/canyon-s-sw.png +share/wesnoth/images/terrain/canyon-s.png +share/wesnoth/images/terrain/canyon-se-nw.png +share/wesnoth/images/terrain/canyon-se-s-n.png +share/wesnoth/images/terrain/canyon-se-s-sw-n.png +share/wesnoth/images/terrain/canyon-se-s-sw.png +share/wesnoth/images/terrain/canyon-se-s.png +share/wesnoth/images/terrain/canyon-se-sw.png +share/wesnoth/images/terrain/canyon-se.png +share/wesnoth/images/terrain/canyon-sw-n.png +share/wesnoth/images/terrain/canyon-sw-nw.png +share/wesnoth/images/terrain/canyon-sw.png +share/wesnoth/images/terrain/canyon.png +share/wesnoth/images/terrain/castle-concave-e.png +share/wesnoth/images/terrain/castle-concave-ne.png +share/wesnoth/images/terrain/castle-concave-nw.png +share/wesnoth/images/terrain/castle-concave-se.png +share/wesnoth/images/terrain/castle-concave-sw.png +share/wesnoth/images/terrain/castle-concave-w.png +share/wesnoth/images/terrain/castle-convex-e.png +share/wesnoth/images/terrain/castle-convex-ne.png +share/wesnoth/images/terrain/castle-convex-nw.png +share/wesnoth/images/terrain/castle-convex-se.png +share/wesnoth/images/terrain/castle-convex-sw.png +share/wesnoth/images/terrain/castle-convex-w.png +share/wesnoth/images/terrain/castle-walls.tmpl +share/wesnoth/images/terrain/castle.png +share/wesnoth/images/terrain/cave-floor-n-ne-se-s.png +share/wesnoth/images/terrain/cave-floor-n-ne-se.png +share/wesnoth/images/terrain/cave-floor-n-ne.png +share/wesnoth/images/terrain/cave-floor-n.png +share/wesnoth/images/terrain/cave-floor-ne-se-s.png +share/wesnoth/images/terrain/cave-floor-ne-se.png +share/wesnoth/images/terrain/cave-floor-ne.png +share/wesnoth/images/terrain/cave-floor-nw-n-ne.png +share/wesnoth/images/terrain/cave-floor-nw-n.png +share/wesnoth/images/terrain/cave-floor-nw.png +share/wesnoth/images/terrain/cave-floor-s-sw-nw-n.png +share/wesnoth/images/terrain/cave-floor-s-sw-nw.png +share/wesnoth/images/terrain/cave-floor-s-sw.png +share/wesnoth/images/terrain/cave-floor-s.png +share/wesnoth/images/terrain/cave-floor-se-s-sw.png +share/wesnoth/images/terrain/cave-floor-se-s.png +share/wesnoth/images/terrain/cave-floor-se.png +share/wesnoth/images/terrain/cave-floor-sw-nw-n.png +share/wesnoth/images/terrain/cave-floor-sw-nw.png +share/wesnoth/images/terrain/cave-floor-sw.png +share/wesnoth/images/terrain/cave-floor.png +share/wesnoth/images/terrain/cave-floor1.png +share/wesnoth/images/terrain/cave-floor2.png +share/wesnoth/images/terrain/cave-floor3.png +share/wesnoth/images/terrain/cave-floor4.png +share/wesnoth/images/terrain/cave-n-ne-se-s.png +share/wesnoth/images/terrain/cave-n-ne-se.png +share/wesnoth/images/terrain/cave-n-ne.png +share/wesnoth/images/terrain/cave-n.png +share/wesnoth/images/terrain/cave-ne-se-s.png +share/wesnoth/images/terrain/cave-ne-se.png +share/wesnoth/images/terrain/cave-ne.png +share/wesnoth/images/terrain/cave-nw-n.png +share/wesnoth/images/terrain/cave-nw.png +share/wesnoth/images/terrain/cave-s-sw-nw-n.png +share/wesnoth/images/terrain/cave-s-sw-nw.png +share/wesnoth/images/terrain/cave-s-sw.png +share/wesnoth/images/terrain/cave-s.png +share/wesnoth/images/terrain/cave-se-s.png +share/wesnoth/images/terrain/cave-se-sw-nw.png +share/wesnoth/images/terrain/cave-se.png +share/wesnoth/images/terrain/cave-sw-nw-n.png +share/wesnoth/images/terrain/cave-sw-nw.png +share/wesnoth/images/terrain/cave-sw.png +share/wesnoth/images/terrain/cave.png +share/wesnoth/images/terrain/cavewall-concave-e.png +share/wesnoth/images/terrain/cavewall-concave-ne.png +share/wesnoth/images/terrain/cavewall-concave-nw.png +share/wesnoth/images/terrain/cavewall-concave-se.png +share/wesnoth/images/terrain/cavewall-concave-sw.png +share/wesnoth/images/terrain/cavewall-concave-w.png +share/wesnoth/images/terrain/cavewall-convex-e.png +share/wesnoth/images/terrain/cavewall-convex-ne.png +share/wesnoth/images/terrain/cavewall-convex-nw.png +share/wesnoth/images/terrain/cavewall-convex-se.png +share/wesnoth/images/terrain/cavewall-convex-sw.png +share/wesnoth/images/terrain/cavewall-convex-w.png +share/wesnoth/images/terrain/cavewall.png +share/wesnoth/images/terrain/coast-n.png +share/wesnoth/images/terrain/coast-ne.png +share/wesnoth/images/terrain/coast-nw.png +share/wesnoth/images/terrain/coast-s.png +share/wesnoth/images/terrain/coast-se.png +share/wesnoth/images/terrain/coast-sw.png +share/wesnoth/images/terrain/coast.png +share/wesnoth/images/terrain/coast2.png +share/wesnoth/images/terrain/coast3.png +share/wesnoth/images/terrain/dark_grass.png +share/wesnoth/images/terrain/dawn.png +share/wesnoth/images/terrain/desert-hills-n.png +share/wesnoth/images/terrain/desert-hills-ne.png +share/wesnoth/images/terrain/desert-hills-nw.png +share/wesnoth/images/terrain/desert-hills-s.png +share/wesnoth/images/terrain/desert-hills-se.png +share/wesnoth/images/terrain/desert-hills-sw.png +share/wesnoth/images/terrain/desert-hills.png +share/wesnoth/images/terrain/desert-hills2.png +share/wesnoth/images/terrain/desert-hills3.png +share/wesnoth/images/terrain/desert-mountain-peak1.png +share/wesnoth/images/terrain/desert-mountain-peak2.png +share/wesnoth/images/terrain/desert-mountain-peak3.png +share/wesnoth/images/terrain/desert-mountains-n.png +share/wesnoth/images/terrain/desert-mountains-ne.png +share/wesnoth/images/terrain/desert-mountains-nw.png +share/wesnoth/images/terrain/desert-mountains-s.png +share/wesnoth/images/terrain/desert-mountains-se.png +share/wesnoth/images/terrain/desert-mountains-sw.png +share/wesnoth/images/terrain/desert-mountains.png +share/wesnoth/images/terrain/desert-n-ne-se.png +share/wesnoth/images/terrain/desert-n-ne.png +share/wesnoth/images/terrain/desert-n.png +share/wesnoth/images/terrain/desert-ne-se-s.png +share/wesnoth/images/terrain/desert-ne-se.png +share/wesnoth/images/terrain/desert-ne.png +share/wesnoth/images/terrain/desert-nw-n-ne.png +share/wesnoth/images/terrain/desert-nw-n.png +share/wesnoth/images/terrain/desert-nw.png +share/wesnoth/images/terrain/desert-oasis.png +share/wesnoth/images/terrain/desert-plant.png +share/wesnoth/images/terrain/desert-plant2.png +share/wesnoth/images/terrain/desert-plant3.png +share/wesnoth/images/terrain/desert-road-n-ne-se.png +share/wesnoth/images/terrain/desert-road-n-ne.png +share/wesnoth/images/terrain/desert-road-n.png +share/wesnoth/images/terrain/desert-road-ne-se-s.png +share/wesnoth/images/terrain/desert-road-ne-se.png +share/wesnoth/images/terrain/desert-road-ne.png +share/wesnoth/images/terrain/desert-road-nw-n-ne.png +share/wesnoth/images/terrain/desert-road-nw-n.png +share/wesnoth/images/terrain/desert-road-nw.png +share/wesnoth/images/terrain/desert-road-s-sw-nw.png +share/wesnoth/images/terrain/desert-road-s-sw.png +share/wesnoth/images/terrain/desert-road-s.png +share/wesnoth/images/terrain/desert-road-se-s-sw.png +share/wesnoth/images/terrain/desert-road-se-s.png +share/wesnoth/images/terrain/desert-road-se.png +share/wesnoth/images/terrain/desert-road-sw-nw-n.png +share/wesnoth/images/terrain/desert-road-sw-nw.png +share/wesnoth/images/terrain/desert-road-sw.png +share/wesnoth/images/terrain/desert-road.png +share/wesnoth/images/terrain/desert-s-sw-nw.png +share/wesnoth/images/terrain/desert-s-sw.png +share/wesnoth/images/terrain/desert-s.png +share/wesnoth/images/terrain/desert-se-s-sw.png +share/wesnoth/images/terrain/desert-se-s.png +share/wesnoth/images/terrain/desert-se.png +share/wesnoth/images/terrain/desert-sw-nw-n.png +share/wesnoth/images/terrain/desert-sw-nw.png +share/wesnoth/images/terrain/desert-sw.png +share/wesnoth/images/terrain/desert.png +share/wesnoth/images/terrain/desert2.png +share/wesnoth/images/terrain/desert3.png +share/wesnoth/images/terrain/desert4.png +share/wesnoth/images/terrain/desert5.png +share/wesnoth/images/terrain/desert6.png +share/wesnoth/images/terrain/desert7.png +share/wesnoth/images/terrain/dirt-n.png +share/wesnoth/images/terrain/dirt-ne.png +share/wesnoth/images/terrain/dirt-nw.png +share/wesnoth/images/terrain/dirt-s.png +share/wesnoth/images/terrain/dirt-se.png +share/wesnoth/images/terrain/dirt-sw.png +share/wesnoth/images/terrain/dirt.png +share/wesnoth/images/terrain/dwarven-castle-concave-e.png +share/wesnoth/images/terrain/dwarven-castle-concave-ne.png +share/wesnoth/images/terrain/dwarven-castle-concave-nw.png +share/wesnoth/images/terrain/dwarven-castle-concave-se.png +share/wesnoth/images/terrain/dwarven-castle-concave-sw.png +share/wesnoth/images/terrain/dwarven-castle-concave-w.png +share/wesnoth/images/terrain/dwarven-castle-convex-e.png +share/wesnoth/images/terrain/dwarven-castle-convex-ne.png +share/wesnoth/images/terrain/dwarven-castle-convex-nw.png +share/wesnoth/images/terrain/dwarven-castle-convex-se.png +share/wesnoth/images/terrain/dwarven-castle-convex-sw.png +share/wesnoth/images/terrain/dwarven-castle-convex-w.png +share/wesnoth/images/terrain/dwarven-castle-floor.png +share/wesnoth/images/terrain/dwarven-castle-wall-ccw-e.png +share/wesnoth/images/terrain/dwarven-castle-wall-ccw-ne.png +share/wesnoth/images/terrain/dwarven-castle-wall-ccw-nw.png +share/wesnoth/images/terrain/dwarven-castle-wall-ccw-se.png +share/wesnoth/images/terrain/dwarven-castle-wall-ccw-sw.png +share/wesnoth/images/terrain/dwarven-castle-wall-ccw-w.png +share/wesnoth/images/terrain/dwarven-castle-wall-concave-e.png +share/wesnoth/images/terrain/dwarven-castle-wall-concave-ne.png +share/wesnoth/images/terrain/dwarven-castle-wall-concave-nw.png +share/wesnoth/images/terrain/dwarven-castle-wall-concave-se.png +share/wesnoth/images/terrain/dwarven-castle-wall-concave-sw.png +share/wesnoth/images/terrain/dwarven-castle-wall-concave-w.png +share/wesnoth/images/terrain/dwarven-castle-wall-convex-e.png +share/wesnoth/images/terrain/dwarven-castle-wall-convex-ne.png +share/wesnoth/images/terrain/dwarven-castle-wall-convex-nw.png +share/wesnoth/images/terrain/dwarven-castle-wall-convex-se.png +share/wesnoth/images/terrain/dwarven-castle-wall-convex-sw.png +share/wesnoth/images/terrain/dwarven-castle-wall-convex-w.png +share/wesnoth/images/terrain/dwarven-castle-wall-cw-e.png +share/wesnoth/images/terrain/dwarven-castle-wall-cw-ne.png +share/wesnoth/images/terrain/dwarven-castle-wall-cw-nw.png +share/wesnoth/images/terrain/dwarven-castle-wall-cw-se.png +share/wesnoth/images/terrain/dwarven-castle-wall-cw-sw.png +share/wesnoth/images/terrain/dwarven-castle-wall-cw-w.png +share/wesnoth/images/terrain/dwarven-doors.png +share/wesnoth/images/terrain/dwarven-keep-floor.png +share/wesnoth/images/terrain/dwarven-keep.png +share/wesnoth/images/terrain/dwarven-village.png +share/wesnoth/images/terrain/encampment-concave-e.png +share/wesnoth/images/terrain/encampment-concave-ne.png +share/wesnoth/images/terrain/encampment-concave-nw.png +share/wesnoth/images/terrain/encampment-concave-se.png +share/wesnoth/images/terrain/encampment-concave-sw.png +share/wesnoth/images/terrain/encampment-concave-w.png +share/wesnoth/images/terrain/encampment-convex-e.png +share/wesnoth/images/terrain/encampment-convex-ne.png +share/wesnoth/images/terrain/encampment-convex-nw.png +share/wesnoth/images/terrain/encampment-convex-se.png +share/wesnoth/images/terrain/encampment-convex-sw.png +share/wesnoth/images/terrain/encampment-convex-w.png +share/wesnoth/images/terrain/flag-sotbe-1.png +share/wesnoth/images/terrain/flag-sotbe-2.png +share/wesnoth/images/terrain/flag-sotbe-3.png +share/wesnoth/images/terrain/flag-team1-1.png +share/wesnoth/images/terrain/flag-team1-2.png +share/wesnoth/images/terrain/flag-team10-1.png +share/wesnoth/images/terrain/flag-team10-2.png +share/wesnoth/images/terrain/flag-team2-1.png +share/wesnoth/images/terrain/flag-team2-2.png +share/wesnoth/images/terrain/flag-team3-1.png +share/wesnoth/images/terrain/flag-team3-2.png +share/wesnoth/images/terrain/flag-team4-1.png +share/wesnoth/images/terrain/flag-team4-2.png +share/wesnoth/images/terrain/flag-team5-1.png +share/wesnoth/images/terrain/flag-team5-2.png +share/wesnoth/images/terrain/flag-team6-1.png +share/wesnoth/images/terrain/flag-team6-2.png +share/wesnoth/images/terrain/flag-team7-1.png +share/wesnoth/images/terrain/flag-team7-2.png +share/wesnoth/images/terrain/flag-team8-1.png +share/wesnoth/images/terrain/flag-team8-2.png +share/wesnoth/images/terrain/flag-team9-1.png +share/wesnoth/images/terrain/flag-team9-2.png +share/wesnoth/images/terrain/fog-n-ne-se-s.png +share/wesnoth/images/terrain/fog-n-ne-se.png +share/wesnoth/images/terrain/fog-n-ne.png +share/wesnoth/images/terrain/fog-n.png +share/wesnoth/images/terrain/fog-ne-se-s.png +share/wesnoth/images/terrain/fog-ne-se.png +share/wesnoth/images/terrain/fog-ne.png +share/wesnoth/images/terrain/fog-nw-n-ne.png +share/wesnoth/images/terrain/fog-nw-n.png +share/wesnoth/images/terrain/fog-nw.png +share/wesnoth/images/terrain/fog-s-sw-nw-n.png +share/wesnoth/images/terrain/fog-s-sw-nw.png +share/wesnoth/images/terrain/fog-s-sw.png +share/wesnoth/images/terrain/fog-s.png +share/wesnoth/images/terrain/fog-se-s-sw.png +share/wesnoth/images/terrain/fog-se-s.png +share/wesnoth/images/terrain/fog-se.png +share/wesnoth/images/terrain/fog-sw-nw-n.png +share/wesnoth/images/terrain/fog-sw-nw.png +share/wesnoth/images/terrain/fog-sw.png +share/wesnoth/images/terrain/fog.png +share/wesnoth/images/terrain/forest-ctrans-n-ne.png +share/wesnoth/images/terrain/forest-ctrans-n.png +share/wesnoth/images/terrain/forest-ctrans-ne.png +share/wesnoth/images/terrain/forest-ctrans-nw-n-ne.png +share/wesnoth/images/terrain/forest-ctrans-nw-n.png +share/wesnoth/images/terrain/forest-ctrans-nw-ne.png +share/wesnoth/images/terrain/forest-ctrans-nw.png +share/wesnoth/images/terrain/forest-etrans-n-ne.png +share/wesnoth/images/terrain/forest-etrans-n.png +share/wesnoth/images/terrain/forest-etrans-ne.png +share/wesnoth/images/terrain/forest-etrans-nw-n-ne.png +share/wesnoth/images/terrain/forest-etrans-nw-n.png +share/wesnoth/images/terrain/forest-etrans-nw-ne.png +share/wesnoth/images/terrain/forest-etrans-nw.png +share/wesnoth/images/terrain/forest-n-ne-se.png +share/wesnoth/images/terrain/forest-n-ne.png +share/wesnoth/images/terrain/forest-n.png +share/wesnoth/images/terrain/forest-ne-se-s.png +share/wesnoth/images/terrain/forest-ne-se.png +share/wesnoth/images/terrain/forest-ne.png +share/wesnoth/images/terrain/forest-nw-n-ne-se.png +share/wesnoth/images/terrain/forest-nw-n-ne.png +share/wesnoth/images/terrain/forest-nw-n.png +share/wesnoth/images/terrain/forest-nw.png +share/wesnoth/images/terrain/forest-s-sw-nw-n.png +share/wesnoth/images/terrain/forest-s-sw-nw.png +share/wesnoth/images/terrain/forest-s-sw.png +share/wesnoth/images/terrain/forest-s.png +share/wesnoth/images/terrain/forest-se-s-sw.png +share/wesnoth/images/terrain/forest-se-s.png +share/wesnoth/images/terrain/forest-se.png +share/wesnoth/images/terrain/forest-stones1.png +share/wesnoth/images/terrain/forest-stones2.png +share/wesnoth/images/terrain/forest-stones3.png +share/wesnoth/images/terrain/forest-stones4.png +share/wesnoth/images/terrain/forest-sw-nw-n.png +share/wesnoth/images/terrain/forest-sw-nw.png +share/wesnoth/images/terrain/forest-sw.png +share/wesnoth/images/terrain/forest-to-water-n-ne.png +share/wesnoth/images/terrain/forest-to-water-n.png +share/wesnoth/images/terrain/forest-to-water-ne-se.png +share/wesnoth/images/terrain/forest-to-water-ne.png +share/wesnoth/images/terrain/forest-to-water-nw-n-ne.png +share/wesnoth/images/terrain/forest-to-water-nw-n.png +share/wesnoth/images/terrain/forest-to-water-nw.png +share/wesnoth/images/terrain/forest-to-water-s.png +share/wesnoth/images/terrain/forest-to-water-se-s.png +share/wesnoth/images/terrain/forest-to-water-se.png +share/wesnoth/images/terrain/forest-to-water-sw-nw.png +share/wesnoth/images/terrain/forest-to-water-sw.png +share/wesnoth/images/terrain/forest.png +share/wesnoth/images/terrain/forest2.png +share/wesnoth/images/terrain/forest3.png +share/wesnoth/images/terrain/forest4.png +share/wesnoth/images/terrain/forest5.png +share/wesnoth/images/terrain/forest6.png +share/wesnoth/images/terrain/forest7.png +share/wesnoth/images/terrain/forest8.png +share/wesnoth/images/terrain/grassland-a.png +share/wesnoth/images/terrain/grassland-flowers.png +share/wesnoth/images/terrain/grassland-flowers1.png +share/wesnoth/images/terrain/grassland-flowers2.png +share/wesnoth/images/terrain/grassland-n-ne-se.png +share/wesnoth/images/terrain/grassland-n-ne.png +share/wesnoth/images/terrain/grassland-n.png +share/wesnoth/images/terrain/grassland-ne-se-s.png +share/wesnoth/images/terrain/grassland-ne-se.png +share/wesnoth/images/terrain/grassland-ne.png +share/wesnoth/images/terrain/grassland-nw-n-ne.png +share/wesnoth/images/terrain/grassland-nw-n.png +share/wesnoth/images/terrain/grassland-nw.png +share/wesnoth/images/terrain/grassland-r.png +share/wesnoth/images/terrain/grassland-r1.png +share/wesnoth/images/terrain/grassland-r2.png +share/wesnoth/images/terrain/grassland-r3.png +share/wesnoth/images/terrain/grassland-r4.png +share/wesnoth/images/terrain/grassland-rocks.png +share/wesnoth/images/terrain/grassland-rocks1.png +share/wesnoth/images/terrain/grassland-rocks2.png +share/wesnoth/images/terrain/grassland-s-sw-nw.png +share/wesnoth/images/terrain/grassland-s-sw.png +share/wesnoth/images/terrain/grassland-s.png +share/wesnoth/images/terrain/grassland-se-s-sw.png +share/wesnoth/images/terrain/grassland-se-s.png +share/wesnoth/images/terrain/grassland-se-sw-nw.png +share/wesnoth/images/terrain/grassland-se.png +share/wesnoth/images/terrain/grassland-sw-nw-n.png +share/wesnoth/images/terrain/grassland-sw-nw.png +share/wesnoth/images/terrain/grassland-sw.png +share/wesnoth/images/terrain/grassland-test.png +share/wesnoth/images/terrain/grassland-to-water-n-ne-se.png +share/wesnoth/images/terrain/grassland-to-water-n-ne.png +share/wesnoth/images/terrain/grassland-to-water-n.png +share/wesnoth/images/terrain/grassland-to-water-ne-se-s.png +share/wesnoth/images/terrain/grassland-to-water-ne-se.png +share/wesnoth/images/terrain/grassland-to-water-ne.png +share/wesnoth/images/terrain/grassland-to-water-nw-n-ne.png +share/wesnoth/images/terrain/grassland-to-water-nw-n.png +share/wesnoth/images/terrain/grassland-to-water-nw.png +share/wesnoth/images/terrain/grassland-to-water-s-sw-nw.png +share/wesnoth/images/terrain/grassland-to-water-s-sw.png +share/wesnoth/images/terrain/grassland-to-water-s.png +share/wesnoth/images/terrain/grassland-to-water-se-s-sw.png +share/wesnoth/images/terrain/grassland-to-water-se-s.png +share/wesnoth/images/terrain/grassland-to-water-se.png +share/wesnoth/images/terrain/grassland-to-water-sw-nw-n.png +share/wesnoth/images/terrain/grassland-to-water-sw-nw.png +share/wesnoth/images/terrain/grassland-to-water-sw.png +share/wesnoth/images/terrain/grassland.png +share/wesnoth/images/terrain/grid.png +share/wesnoth/images/terrain/hills-n-ne.png +share/wesnoth/images/terrain/hills-n.png +share/wesnoth/images/terrain/hills-ne.png +share/wesnoth/images/terrain/hills-nw.png +share/wesnoth/images/terrain/hills-s-se.png +share/wesnoth/images/terrain/hills-s.png +share/wesnoth/images/terrain/hills-se.png +share/wesnoth/images/terrain/hills-sw.png +share/wesnoth/images/terrain/hills-variation1.png +share/wesnoth/images/terrain/hills-variation2.png +share/wesnoth/images/terrain/hills-variation3.png +share/wesnoth/images/terrain/hills.png +share/wesnoth/images/terrain/ice-bridge-ne-sw.png +share/wesnoth/images/terrain/ice-n-ne-se-s.png +share/wesnoth/images/terrain/ice-n-ne.png +share/wesnoth/images/terrain/ice-n.png +share/wesnoth/images/terrain/ice-ne-se.png +share/wesnoth/images/terrain/ice-ne.png +share/wesnoth/images/terrain/ice-nw-n-ne.png +share/wesnoth/images/terrain/ice-nw-n.png +share/wesnoth/images/terrain/ice-nw.png +share/wesnoth/images/terrain/ice-pier.png +share/wesnoth/images/terrain/ice-s-sw-nw-n.png +share/wesnoth/images/terrain/ice-s-sw.png +share/wesnoth/images/terrain/ice-s.png +share/wesnoth/images/terrain/ice-se-s-sw.png +share/wesnoth/images/terrain/ice-se-s.png +share/wesnoth/images/terrain/ice-se.png +share/wesnoth/images/terrain/ice-sw-nw.png +share/wesnoth/images/terrain/ice-sw.png +share/wesnoth/images/terrain/ice.png +share/wesnoth/images/terrain/icebridge-se-nw.png +share/wesnoth/images/terrain/keep-inside-e.png +share/wesnoth/images/terrain/keep-inside-ne.png +share/wesnoth/images/terrain/keep-inside-nw.png +share/wesnoth/images/terrain/keep-inside-se.png +share/wesnoth/images/terrain/keep-inside-sw.png +share/wesnoth/images/terrain/keep-inside-w.png +share/wesnoth/images/terrain/keep-wall-0-e.png +share/wesnoth/images/terrain/keep-wall-0-ne.png +share/wesnoth/images/terrain/keep-wall-0-nw.png +share/wesnoth/images/terrain/keep-wall-0-se.png +share/wesnoth/images/terrain/keep-wall-0-sw.png +share/wesnoth/images/terrain/keep-wall-0-w.png +share/wesnoth/images/terrain/keep-wall-1-e.png +share/wesnoth/images/terrain/keep-wall-1-ne.png +share/wesnoth/images/terrain/keep-wall-1-nw.png +share/wesnoth/images/terrain/keep-wall-1-se.png +share/wesnoth/images/terrain/keep-wall-1-sw.png +share/wesnoth/images/terrain/keep-wall-1-w.png +share/wesnoth/images/terrain/keep-wall-e.png +share/wesnoth/images/terrain/keep-wall-ne.png +share/wesnoth/images/terrain/keep-wall-nw.png +share/wesnoth/images/terrain/keep-wall-se.png +share/wesnoth/images/terrain/keep-wall-sw.png +share/wesnoth/images/terrain/keep-wall-w.png +share/wesnoth/images/terrain/keep.png +share/wesnoth/images/terrain/lava-n.png +share/wesnoth/images/terrain/lava-ne.png +share/wesnoth/images/terrain/lava-nw.png +share/wesnoth/images/terrain/lava-s.png +share/wesnoth/images/terrain/lava-se.png +share/wesnoth/images/terrain/lava-sw.png +share/wesnoth/images/terrain/lava.png +share/wesnoth/images/terrain/mask.png +share/wesnoth/images/terrain/mine.png +share/wesnoth/images/terrain/mountains-n.png +share/wesnoth/images/terrain/mountains-ne.png +share/wesnoth/images/terrain/mountains-nw.png +share/wesnoth/images/terrain/mountains-peak1.png +share/wesnoth/images/terrain/mountains-peak2.png +share/wesnoth/images/terrain/mountains-s.png +share/wesnoth/images/terrain/mountains-se.png +share/wesnoth/images/terrain/mountains-sw.png +share/wesnoth/images/terrain/mountains.png +share/wesnoth/images/terrain/nest-empty.png +share/wesnoth/images/terrain/nest-full.png +share/wesnoth/images/terrain/ocean-n.png +share/wesnoth/images/terrain/ocean-ne.png +share/wesnoth/images/terrain/ocean-nw.png +share/wesnoth/images/terrain/ocean-s.png +share/wesnoth/images/terrain/ocean-se.png +share/wesnoth/images/terrain/ocean-sw.png +share/wesnoth/images/terrain/ocean.png +share/wesnoth/images/terrain/ocean2.png +share/wesnoth/images/terrain/ocean3.png +share/wesnoth/images/terrain/out.png +share/wesnoth/images/terrain/road-n.png +share/wesnoth/images/terrain/road-ne.png +share/wesnoth/images/terrain/road-nw.png +share/wesnoth/images/terrain/road-s.png +share/wesnoth/images/terrain/road-se.png +share/wesnoth/images/terrain/road-sw.png +share/wesnoth/images/terrain/road.png +share/wesnoth/images/terrain/rocks.png +share/wesnoth/images/terrain/sand-n.png +share/wesnoth/images/terrain/sand-ne.png +share/wesnoth/images/terrain/sand-nw.png +share/wesnoth/images/terrain/sand-plant.png +share/wesnoth/images/terrain/sand-s.png +share/wesnoth/images/terrain/sand-se.png +share/wesnoth/images/terrain/sand-sw.png +share/wesnoth/images/terrain/sand.png +share/wesnoth/images/terrain/savanna-n-ne-se.png +share/wesnoth/images/terrain/savanna-n-ne.png +share/wesnoth/images/terrain/savanna-n.png +share/wesnoth/images/terrain/savanna-ne-se-s.png +share/wesnoth/images/terrain/savanna-ne-se.png +share/wesnoth/images/terrain/savanna-ne.png +share/wesnoth/images/terrain/savanna-nw-n-ne.png +share/wesnoth/images/terrain/savanna-nw-n.png +share/wesnoth/images/terrain/savanna-nw.png +share/wesnoth/images/terrain/savanna-s-sw-nw.png +share/wesnoth/images/terrain/savanna-s-sw.png +share/wesnoth/images/terrain/savanna-s.png +share/wesnoth/images/terrain/savanna-se-s-sw.png +share/wesnoth/images/terrain/savanna-se-s.png +share/wesnoth/images/terrain/savanna-se.png +share/wesnoth/images/terrain/savanna-sw-nw-n.png +share/wesnoth/images/terrain/savanna-sw-nw.png +share/wesnoth/images/terrain/savanna-sw.png +share/wesnoth/images/terrain/savanna-to-water-n-ne-se.png +share/wesnoth/images/terrain/savanna-to-water-n-ne.png +share/wesnoth/images/terrain/savanna-to-water-n.png +share/wesnoth/images/terrain/savanna-to-water-ne-se-s.png +share/wesnoth/images/terrain/savanna-to-water-ne-se.png +share/wesnoth/images/terrain/savanna-to-water-ne.png +share/wesnoth/images/terrain/savanna-to-water-nw-n-ne.png +share/wesnoth/images/terrain/savanna-to-water-nw-n.png +share/wesnoth/images/terrain/savanna-to-water-nw.png +share/wesnoth/images/terrain/savanna-to-water-s-sw-nw.png +share/wesnoth/images/terrain/savanna-to-water-s-sw.png +share/wesnoth/images/terrain/savanna-to-water-s.png +share/wesnoth/images/terrain/savanna-to-water-se-s-sw.png +share/wesnoth/images/terrain/savanna-to-water-se-s.png +share/wesnoth/images/terrain/savanna-to-water-se.png +share/wesnoth/images/terrain/savanna-to-water-sw-nw-n.png +share/wesnoth/images/terrain/savanna-to-water-sw-nw.png +share/wesnoth/images/terrain/savanna-to-water-sw.png +share/wesnoth/images/terrain/savanna.png +share/wesnoth/images/terrain/snow-forest-ctrans-n-ne.png +share/wesnoth/images/terrain/snow-forest-ctrans-n.png +share/wesnoth/images/terrain/snow-forest-ctrans-ne.png +share/wesnoth/images/terrain/snow-forest-ctrans-nw-n-ne.png +share/wesnoth/images/terrain/snow-forest-ctrans-nw-n.png +share/wesnoth/images/terrain/snow-forest-ctrans-nw-ne.png +share/wesnoth/images/terrain/snow-forest-ctrans-nw.png +share/wesnoth/images/terrain/snow-forest-n-ne.png +share/wesnoth/images/terrain/snow-forest-n.png +share/wesnoth/images/terrain/snow-forest-ne.png +share/wesnoth/images/terrain/snow-forest-nw-n-ne.png +share/wesnoth/images/terrain/snow-forest-nw.png +share/wesnoth/images/terrain/snow-forest-s-sw.png +share/wesnoth/images/terrain/snow-forest-s.png +share/wesnoth/images/terrain/snow-forest-se-s-sw.png +share/wesnoth/images/terrain/snow-forest-se-s.png +share/wesnoth/images/terrain/snow-forest-se.png +share/wesnoth/images/terrain/snow-forest-sw.png +share/wesnoth/images/terrain/snow-forest.png +share/wesnoth/images/terrain/snow-forest2.png +share/wesnoth/images/terrain/snow-forest3.png +share/wesnoth/images/terrain/snow-hills-n-ne.png +share/wesnoth/images/terrain/snow-hills-n.png +share/wesnoth/images/terrain/snow-hills-ne.png +share/wesnoth/images/terrain/snow-hills-nw.png +share/wesnoth/images/terrain/snow-hills-s-sw.png +share/wesnoth/images/terrain/snow-hills-s.png +share/wesnoth/images/terrain/snow-hills-se.png +share/wesnoth/images/terrain/snow-hills-sw.png +share/wesnoth/images/terrain/snow-hills.png +share/wesnoth/images/terrain/snow-hills2.png +share/wesnoth/images/terrain/snow-hills3.png +share/wesnoth/images/terrain/snow-n-ne-se-s.png +share/wesnoth/images/terrain/snow-n-ne-se.png +share/wesnoth/images/terrain/snow-n-ne.png +share/wesnoth/images/terrain/snow-n.png +share/wesnoth/images/terrain/snow-ne-se-s-sw.png +share/wesnoth/images/terrain/snow-ne-se-s.png +share/wesnoth/images/terrain/snow-ne-se.png +share/wesnoth/images/terrain/snow-ne.png +share/wesnoth/images/terrain/snow-nw-n-ne-se.png +share/wesnoth/images/terrain/snow-nw-n-ne.png +share/wesnoth/images/terrain/snow-nw-n.png +share/wesnoth/images/terrain/snow-nw.png +share/wesnoth/images/terrain/snow-s-sw-nw-n.png +share/wesnoth/images/terrain/snow-s-sw-nw.png +share/wesnoth/images/terrain/snow-s-sw.png +share/wesnoth/images/terrain/snow-s.png +share/wesnoth/images/terrain/snow-se-s-sw-nw.png +share/wesnoth/images/terrain/snow-se-s-sw.png +share/wesnoth/images/terrain/snow-se-s.png +share/wesnoth/images/terrain/snow-se-sw-nw.png +share/wesnoth/images/terrain/snow-se.png +share/wesnoth/images/terrain/snow-sw-nw-n-ne.png +share/wesnoth/images/terrain/snow-sw-nw-n.png +share/wesnoth/images/terrain/snow-sw-nw.png +share/wesnoth/images/terrain/snow-sw.png +share/wesnoth/images/terrain/snow.png +share/wesnoth/images/terrain/snow2.png +share/wesnoth/images/terrain/snowbits.png +share/wesnoth/images/terrain/swampwater-n.png +share/wesnoth/images/terrain/swampwater-ne.png +share/wesnoth/images/terrain/swampwater-nw.png +share/wesnoth/images/terrain/swampwater-s.png +share/wesnoth/images/terrain/swampwater-se.png +share/wesnoth/images/terrain/swampwater-sw.png +share/wesnoth/images/terrain/swampwater.png +share/wesnoth/images/terrain/swampwater2.png +share/wesnoth/images/terrain/swampwater3.png +share/wesnoth/images/terrain/temple.png +share/wesnoth/images/terrain/tent.png +share/wesnoth/images/terrain/test.png +share/wesnoth/images/terrain/trash.png +share/wesnoth/images/terrain/tropical-forest-ctrans-n-ne.png +share/wesnoth/images/terrain/tropical-forest-ctrans-n.png +share/wesnoth/images/terrain/tropical-forest-ctrans-ne.png +share/wesnoth/images/terrain/tropical-forest-ctrans-nw-n-ne.png +share/wesnoth/images/terrain/tropical-forest-ctrans-nw-n.png +share/wesnoth/images/terrain/tropical-forest-ctrans-nw-ne.png +share/wesnoth/images/terrain/tropical-forest-ctrans-nw.png +share/wesnoth/images/terrain/tropical-forest-n.png +share/wesnoth/images/terrain/tropical-forest-ne.png +share/wesnoth/images/terrain/tropical-forest-nw.png +share/wesnoth/images/terrain/tropical-forest-s.png +share/wesnoth/images/terrain/tropical-forest-se.png +share/wesnoth/images/terrain/tropical-forest-sw.png +share/wesnoth/images/terrain/tropical-forest.png +share/wesnoth/images/terrain/tropical-forest2.png +share/wesnoth/images/terrain/tropical-forest3.png +share/wesnoth/images/terrain/tropical-forest4.png +share/wesnoth/images/terrain/village-cave.png +share/wesnoth/images/terrain/village-coast.png +share/wesnoth/images/terrain/village-desert-shadow.png +share/wesnoth/images/terrain/village-desert.png +share/wesnoth/images/terrain/village-desert2.png +share/wesnoth/images/terrain/village-dusk.png +share/wesnoth/images/terrain/village-dusk2.png +share/wesnoth/images/terrain/village-dusk3.png +share/wesnoth/images/terrain/village-dusk4.png +share/wesnoth/images/terrain/village-first_watch.png +share/wesnoth/images/terrain/village-human.png +share/wesnoth/images/terrain/village-n.png +share/wesnoth/images/terrain/village-ne.png +share/wesnoth/images/terrain/village-nw.png +share/wesnoth/images/terrain/village-s.png +share/wesnoth/images/terrain/village-se.png +share/wesnoth/images/terrain/village-second_watch.png +share/wesnoth/images/terrain/village-snow.png +share/wesnoth/images/terrain/village-sw.png +share/wesnoth/images/terrain/village-swampwater.png +share/wesnoth/images/terrain/village-tropical-forest.png +share/wesnoth/images/terrain/village.png +share/wesnoth/images/terrain/void-n-ne-se-s.png +share/wesnoth/images/terrain/void-n-ne-se.png +share/wesnoth/images/terrain/void-n-ne.png +share/wesnoth/images/terrain/void-n.png +share/wesnoth/images/terrain/void-ne-se-s.png +share/wesnoth/images/terrain/void-ne-se.png +share/wesnoth/images/terrain/void-ne.png +share/wesnoth/images/terrain/void-nw-n-ne.png +share/wesnoth/images/terrain/void-nw-n.png +share/wesnoth/images/terrain/void-nw.png +share/wesnoth/images/terrain/void-s-sw-nw-n.png +share/wesnoth/images/terrain/void-s-sw-nw.png +share/wesnoth/images/terrain/void-s-sw.png +share/wesnoth/images/terrain/void-s.png +share/wesnoth/images/terrain/void-se-s-sw.png +share/wesnoth/images/terrain/void-se-s.png +share/wesnoth/images/terrain/void-se.png +share/wesnoth/images/terrain/void-sw-nw-n.png +share/wesnoth/images/terrain/void-sw-nw.png +share/wesnoth/images/terrain/void-sw.png +share/wesnoth/images/terrain/void.png +share/wesnoth/images/thief+female-attack.png +share/wesnoth/images/thief+female-defend.png +share/wesnoth/images/thief+female.png +share/wesnoth/images/thief-attack.png +share/wesnoth/images/thief-defend.png +share/wesnoth/images/thief.png +share/wesnoth/images/tools/ +share/wesnoth/images/tools/exploder/ +share/wesnoth/images/tools/exploder/mask-castle-e.png +share/wesnoth/images/tools/exploder/mask-castle-ne.png +share/wesnoth/images/tools/exploder/mask-castle-nw.png +share/wesnoth/images/tools/exploder/mask-castle-se.png +share/wesnoth/images/tools/exploder/mask-castle-sw.png +share/wesnoth/images/tools/exploder/mask-castle-w.png +share/wesnoth/images/tower.png +share/wesnoth/images/troll-grunt-attack.png +share/wesnoth/images/troll-grunt-defend.png +share/wesnoth/images/troll-grunt.png +share/wesnoth/images/troll-hero-attack.png +share/wesnoth/images/troll-hero-defend.png +share/wesnoth/images/troll-hero.png +share/wesnoth/images/troll-lobber-attack-melee.png +share/wesnoth/images/troll-lobber-attack-ranged1.png +share/wesnoth/images/troll-lobber-attack-ranged2.png +share/wesnoth/images/troll-lobber-defend.png +share/wesnoth/images/troll-lobber.png +share/wesnoth/images/troll-warrior-attack.png +share/wesnoth/images/troll-warrior-defend.png +share/wesnoth/images/troll-warrior.png +share/wesnoth/images/troll-whelp-attack.png +share/wesnoth/images/troll-whelp-defend.png +share/wesnoth/images/troll-whelp.png +share/wesnoth/images/undead-adept-attack.png +share/wesnoth/images/undead-adept-defend.png +share/wesnoth/images/undead-adept.png +share/wesnoth/images/undead-ancient-lich-attack.png +share/wesnoth/images/undead-ancient-lich-defend.png +share/wesnoth/images/undead-ancient-lich.png +share/wesnoth/images/undead-archer-attack.png +share/wesnoth/images/undead-archer-attack1.png +share/wesnoth/images/undead-archer-attack2.png +share/wesnoth/images/undead-archer-defend.png +share/wesnoth/images/undead-archer.png +share/wesnoth/images/undead-bat-attack.png +share/wesnoth/images/undead-bat-defend.png +share/wesnoth/images/undead-bat.png +share/wesnoth/images/undead-blackspell.png +share/wesnoth/images/undead-bloodbat-attack.png +share/wesnoth/images/undead-bloodbat-defend.png +share/wesnoth/images/undead-bloodbat.png +share/wesnoth/images/undead-boneshooter-attack.png +share/wesnoth/images/undead-boneshooter-attack1.png +share/wesnoth/images/undead-boneshooter-attack2.png +share/wesnoth/images/undead-boneshooter-defend.png +share/wesnoth/images/undead-boneshooter.png +share/wesnoth/images/undead-chocobone-attack.png +share/wesnoth/images/undead-chocobone-defend.png +share/wesnoth/images/undead-chocobone-moving.png +share/wesnoth/images/undead-chocobone.png +share/wesnoth/images/undead-darkspirit-attack.png +share/wesnoth/images/undead-darkspirit-attack1.png +share/wesnoth/images/undead-darkspirit-defend.png +share/wesnoth/images/undead-darkspirit.png +share/wesnoth/images/undead-deathblade-attack1.png +share/wesnoth/images/undead-deathblade-attack2.png +share/wesnoth/images/undead-deathblade-attack3.png +share/wesnoth/images/undead-deathblade-defend.png +share/wesnoth/images/undead-deathblade.png +share/wesnoth/images/undead-deathknight-attack-crossbow-1.png +share/wesnoth/images/undead-deathknight-attack-crossbow-2.png +share/wesnoth/images/undead-deathknight-attack.png +share/wesnoth/images/undead-deathknight-defend.png +share/wesnoth/images/undead-deathknight-leading.png +share/wesnoth/images/undead-deathknight.png +share/wesnoth/images/undead-deathmaster-attack1.png +share/wesnoth/images/undead-deathmaster-attack2.png +share/wesnoth/images/undead-deathmaster-defend.png +share/wesnoth/images/undead-deathmaster-ranged1.png +share/wesnoth/images/undead-deathmaster-ranged2.png +share/wesnoth/images/undead-deathmaster-ranged3.png +share/wesnoth/images/undead-deathmaster-ranged4.png +share/wesnoth/images/undead-deathmaster.png +share/wesnoth/images/undead-demilich-attack.png +share/wesnoth/images/undead-demilich-defend.png +share/wesnoth/images/undead-demilich-ranged1.png +share/wesnoth/images/undead-demilich-ranged2.png +share/wesnoth/images/undead-demilich.png +share/wesnoth/images/undead-draug-attack1.png +share/wesnoth/images/undead-draug-attack2.png +share/wesnoth/images/undead-draug-defend.png +share/wesnoth/images/undead-draug.png +share/wesnoth/images/undead-ghost-attack.png +share/wesnoth/images/undead-ghost-attack1.png +share/wesnoth/images/undead-ghost-defend.png +share/wesnoth/images/undead-ghost.png +share/wesnoth/images/undead-ghoul-attack.png +share/wesnoth/images/undead-ghoul-defend.png +share/wesnoth/images/undead-ghoul.png +share/wesnoth/images/undead-initiate-attack1.png +share/wesnoth/images/undead-initiate-attack2.png +share/wesnoth/images/undead-initiate-defend.png +share/wesnoth/images/undead-initiate.png +share/wesnoth/images/undead-lich-defend.png +share/wesnoth/images/undead-lich-melee.png +share/wesnoth/images/undead-lich-ranged1.png +share/wesnoth/images/undead-lich-ranged2.png +share/wesnoth/images/undead-lich.png +share/wesnoth/images/undead-necromancer-attack.png +share/wesnoth/images/undead-necromancer-attack2.png +share/wesnoth/images/undead-necromancer-defend.png +share/wesnoth/images/undead-necromancer.png +share/wesnoth/images/undead-necrophage-attack.png +share/wesnoth/images/undead-necrophage-defend.png +share/wesnoth/images/undead-necrophage.png +share/wesnoth/images/undead-nightgaunt-attack.png +share/wesnoth/images/undead-nightgaunt-attack2.png +share/wesnoth/images/undead-nightgaunt-defend.png +share/wesnoth/images/undead-nightgaunt.png +share/wesnoth/images/undead-revenant-attack.png +share/wesnoth/images/undead-revenant-defend.png +share/wesnoth/images/undead-revenant.png +share/wesnoth/images/undead-shadow-attack.png +share/wesnoth/images/undead-shadow-defend.png +share/wesnoth/images/undead-shadow.png +share/wesnoth/images/undead-skeleton-attack.png +share/wesnoth/images/undead-skeleton-attackb.png +share/wesnoth/images/undead-skeleton-defend.png +share/wesnoth/images/undead-skeleton.png +share/wesnoth/images/undead-soulless-defend.png +share/wesnoth/images/undead-soulless-melee.png +share/wesnoth/images/undead-soulless.png +share/wesnoth/images/undead-soulshooter-attack.png +share/wesnoth/images/undead-soulshooter-defend.png +share/wesnoth/images/undead-soulshooter-ranged.png +share/wesnoth/images/undead-soulshooter-ranged2.png +share/wesnoth/images/undead-soulshooter.png +share/wesnoth/images/undead-spectre-attack.png +share/wesnoth/images/undead-spectre-attack1.png +share/wesnoth/images/undead-spectre-defend.png +share/wesnoth/images/undead-spectre.png +share/wesnoth/images/undead-vampirelady-attack.png +share/wesnoth/images/undead-vampirelady-defend.png +share/wesnoth/images/undead-vampirelady-range.png +share/wesnoth/images/undead-vampirelady.png +share/wesnoth/images/undead-wraith-attack.png +share/wesnoth/images/undead-wraith-attack1.png +share/wesnoth/images/undead-wraith-defend.png +share/wesnoth/images/undead-wraith.png +share/wesnoth/images/undead-zombie-attack.png +share/wesnoth/images/undead-zombie.png +share/wesnoth/images/warrior-king-attack1.png +share/wesnoth/images/warrior-king-attack2.png +share/wesnoth/images/warrior-king-defend.png +share/wesnoth/images/warrior-king-leading.png +share/wesnoth/images/warrior-king.png +share/wesnoth/images/wesnoth-icon.png +share/wesnoth/images/white-cleric+female-attack.png +share/wesnoth/images/white-cleric+female-attack1.png +share/wesnoth/images/white-cleric+female-defend.png +share/wesnoth/images/white-cleric+female.png +share/wesnoth/images/white-cleric-attack.png +share/wesnoth/images/white-cleric-attack1.png +share/wesnoth/images/white-cleric-defend.png +share/wesnoth/images/white-cleric.png +share/wesnoth/images/white-mage+female-attack.png +share/wesnoth/images/white-mage+female-attack1.png +share/wesnoth/images/white-mage+female-defend.png +share/wesnoth/images/white-mage+female.png +share/wesnoth/images/white-mage-attack.png +share/wesnoth/images/white-mage-attack1.png +share/wesnoth/images/white-mage-defend.png +share/wesnoth/images/white-mage.png +share/wesnoth/images/wolf-rider-attack.png +share/wesnoth/images/wolf-rider-defend.png +share/wesnoth/images/wolf-rider-moving.png +share/wesnoth/images/wolf-rider.png +share/wesnoth/images/wose-ancient-attack.png +share/wesnoth/images/wose-ancient-defend.png +share/wesnoth/images/wose-ancient.png +share/wesnoth/images/wose-attack-1.png +share/wesnoth/images/wose-attack-2.png +share/wesnoth/images/wose-defend.png +share/wesnoth/images/wose-elder-attack.png +share/wesnoth/images/wose-elder-defend.png +share/wesnoth/images/wose-elder.png +share/wesnoth/images/wose-sapling-attack.png +share/wesnoth/images/wose-sapling-defend.png +share/wesnoth/images/wose-sapling.png +share/wesnoth/images/wose.png +share/wesnoth/images/yeti-attack1.png +share/wesnoth/images/yeti-attack2.png +share/wesnoth/images/yeti-defend.png +share/wesnoth/images/yeti.png +share/wesnoth/images/young-ogre-attack.png +share/wesnoth/images/young-ogre-defend.png +share/wesnoth/images/young-ogre.png +share/wesnoth/sounds/ +share/wesnoth/sounds/arrive.wav +share/wesnoth/sounds/arrow-hit.wav +share/wesnoth/sounds/arrow-miss.wav +share/wesnoth/sounds/bell.wav +share/wesnoth/sounds/dagger-swish.wav +share/wesnoth/sounds/dart.wav +share/wesnoth/sounds/eagle.wav +share/wesnoth/sounds/female-hit.wav +share/wesnoth/sounds/female-strong-hit.wav +share/wesnoth/sounds/fire.wav +share/wesnoth/sounds/firearrow.wav +share/wesnoth/sounds/fist-swish.wav +share/wesnoth/sounds/ghoul-hit.wav +share/wesnoth/sounds/ghoul-swish.wav +share/wesnoth/sounds/groan-strong.wav +share/wesnoth/sounds/groan.wav +share/wesnoth/sounds/gunshot.wav +share/wesnoth/sounds/heal.wav +share/wesnoth/sounds/hiss-big.wav +share/wesnoth/sounds/hiss.wav +share/wesnoth/sounds/horse-canter.wav +share/wesnoth/sounds/horse-elf-canter.wav +share/wesnoth/sounds/knife.wav +share/wesnoth/sounds/leave.wav +share/wesnoth/sounds/lightning.wav +share/wesnoth/sounds/mace.wav +share/wesnoth/sounds/magicmissile.wav +share/wesnoth/sounds/mermen-hit.wav +share/wesnoth/sounds/net.wav +share/wesnoth/sounds/open-chest.wav +share/wesnoth/sounds/orc-hit.wav +share/wesnoth/sounds/orc-small-hit.wav +share/wesnoth/sounds/pistol.wav +share/wesnoth/sounds/receive.wav +share/wesnoth/sounds/skeleton-hit.wav +share/wesnoth/sounds/spear.wav +share/wesnoth/sounds/squishy-hit.wav +share/wesnoth/sounds/squishy-miss.wav +share/wesnoth/sounds/squishy-strike.wav +share/wesnoth/sounds/staff.wav +share/wesnoth/sounds/sword-clang.wav +share/wesnoth/sounds/sword-swish.wav +share/wesnoth/sounds/torch-swish.wav +share/wesnoth/sounds/ugg.wav +share/wesnoth/sounds/wolf-attack.wav +share/wesnoth/sounds/wolf-cry.wav +share/wesnoth/sounds/zombie-attack.wav +share/wesnoth/sounds/zombie-hit.wav +share/wesnoth/translations/ +share/wesnoth/translations/bg/ +share/wesnoth/translations/bg/LC_MESSAGES/ +share/wesnoth/translations/bg/LC_MESSAGES/wesnoth-editor.mo +share/wesnoth/translations/bg/LC_MESSAGES/wesnoth-ei.mo +share/wesnoth/translations/bg/LC_MESSAGES/wesnoth-httt.mo +share/wesnoth/translations/bg/LC_MESSAGES/wesnoth-lib.mo +share/wesnoth/translations/bg/LC_MESSAGES/wesnoth-sotbe.mo +share/wesnoth/translations/bg/LC_MESSAGES/wesnoth-tdh.mo +share/wesnoth/translations/bg/LC_MESSAGES/wesnoth-trow.mo +share/wesnoth/translations/bg/LC_MESSAGES/wesnoth.mo +share/wesnoth/translations/ca/ +share/wesnoth/translations/ca/LC_MESSAGES/ +share/wesnoth/translations/ca/LC_MESSAGES/wesnoth-editor.mo +share/wesnoth/translations/ca/LC_MESSAGES/wesnoth-ei.mo +share/wesnoth/translations/ca/LC_MESSAGES/wesnoth-httt.mo +share/wesnoth/translations/ca/LC_MESSAGES/wesnoth-lib.mo +share/wesnoth/translations/ca/LC_MESSAGES/wesnoth-sotbe.mo +share/wesnoth/translations/ca/LC_MESSAGES/wesnoth-tdh.mo +share/wesnoth/translations/ca/LC_MESSAGES/wesnoth-trow.mo +share/wesnoth/translations/ca/LC_MESSAGES/wesnoth.mo +share/wesnoth/translations/cs/ +share/wesnoth/translations/cs/LC_MESSAGES/ +share/wesnoth/translations/cs/LC_MESSAGES/wesnoth-editor.mo +share/wesnoth/translations/cs/LC_MESSAGES/wesnoth-ei.mo +share/wesnoth/translations/cs/LC_MESSAGES/wesnoth-httt.mo +share/wesnoth/translations/cs/LC_MESSAGES/wesnoth-lib.mo +share/wesnoth/translations/cs/LC_MESSAGES/wesnoth-sotbe.mo +share/wesnoth/translations/cs/LC_MESSAGES/wesnoth-tdh.mo +share/wesnoth/translations/cs/LC_MESSAGES/wesnoth-trow.mo +share/wesnoth/translations/cs/LC_MESSAGES/wesnoth.mo +share/wesnoth/translations/da/ +share/wesnoth/translations/da/LC_MESSAGES/ +share/wesnoth/translations/da/LC_MESSAGES/wesnoth-editor.mo +share/wesnoth/translations/da/LC_MESSAGES/wesnoth-ei.mo +share/wesnoth/translations/da/LC_MESSAGES/wesnoth-httt.mo +share/wesnoth/translations/da/LC_MESSAGES/wesnoth-lib.mo +share/wesnoth/translations/da/LC_MESSAGES/wesnoth-sotbe.mo +share/wesnoth/translations/da/LC_MESSAGES/wesnoth-tdh.mo +share/wesnoth/translations/da/LC_MESSAGES/wesnoth-trow.mo +share/wesnoth/translations/da/LC_MESSAGES/wesnoth.mo +share/wesnoth/translations/de/ +share/wesnoth/translations/de/LC_MESSAGES/ +share/wesnoth/translations/de/LC_MESSAGES/wesnoth-editor.mo +share/wesnoth/translations/de/LC_MESSAGES/wesnoth-ei.mo +share/wesnoth/translations/de/LC_MESSAGES/wesnoth-httt.mo +share/wesnoth/translations/de/LC_MESSAGES/wesnoth-lib.mo +share/wesnoth/translations/de/LC_MESSAGES/wesnoth-sotbe.mo +share/wesnoth/translations/de/LC_MESSAGES/wesnoth-tdh.mo +share/wesnoth/translations/de/LC_MESSAGES/wesnoth-trow.mo +share/wesnoth/translations/de/LC_MESSAGES/wesnoth.mo +share/wesnoth/translations/el_GR/ +share/wesnoth/translations/el_GR/LC_MESSAGES/ +share/wesnoth/translations/el_GR/LC_MESSAGES/wesnoth-editor.mo +share/wesnoth/translations/el_GR/LC_MESSAGES/wesnoth-ei.mo +share/wesnoth/translations/el_GR/LC_MESSAGES/wesnoth-httt.mo +share/wesnoth/translations/el_GR/LC_MESSAGES/wesnoth-lib.mo +share/wesnoth/translations/el_GR/LC_MESSAGES/wesnoth-sotbe.mo +share/wesnoth/translations/el_GR/LC_MESSAGES/wesnoth-tdh.mo +share/wesnoth/translations/el_GR/LC_MESSAGES/wesnoth-trow.mo +share/wesnoth/translations/el_GR/LC_MESSAGES/wesnoth.mo +share/wesnoth/translations/es/ +share/wesnoth/translations/es/LC_MESSAGES/ +share/wesnoth/translations/es/LC_MESSAGES/wesnoth-editor.mo +share/wesnoth/translations/es/LC_MESSAGES/wesnoth-ei.mo +share/wesnoth/translations/es/LC_MESSAGES/wesnoth-httt.mo +share/wesnoth/translations/es/LC_MESSAGES/wesnoth-lib.mo +share/wesnoth/translations/es/LC_MESSAGES/wesnoth-sotbe.mo +share/wesnoth/translations/es/LC_MESSAGES/wesnoth-tdh.mo +share/wesnoth/translations/es/LC_MESSAGES/wesnoth-trow.mo +share/wesnoth/translations/es/LC_MESSAGES/wesnoth.mo +share/wesnoth/translations/eu/ +share/wesnoth/translations/eu/LC_MESSAGES/ +share/wesnoth/translations/eu/LC_MESSAGES/wesnoth-editor.mo +share/wesnoth/translations/eu/LC_MESSAGES/wesnoth-ei.mo +share/wesnoth/translations/eu/LC_MESSAGES/wesnoth-httt.mo +share/wesnoth/translations/eu/LC_MESSAGES/wesnoth-lib.mo +share/wesnoth/translations/eu/LC_MESSAGES/wesnoth-sotbe.mo +share/wesnoth/translations/eu/LC_MESSAGES/wesnoth-tdh.mo +share/wesnoth/translations/eu/LC_MESSAGES/wesnoth-trow.mo +share/wesnoth/translations/eu/LC_MESSAGES/wesnoth.mo +share/wesnoth/translations/fi/ +share/wesnoth/translations/fi/LC_MESSAGES/ +share/wesnoth/translations/fi/LC_MESSAGES/wesnoth-editor.mo +share/wesnoth/translations/fi/LC_MESSAGES/wesnoth-ei.mo +share/wesnoth/translations/fi/LC_MESSAGES/wesnoth-httt.mo +share/wesnoth/translations/fi/LC_MESSAGES/wesnoth-lib.mo +share/wesnoth/translations/fi/LC_MESSAGES/wesnoth-sotbe.mo +share/wesnoth/translations/fi/LC_MESSAGES/wesnoth-tdh.mo +share/wesnoth/translations/fi/LC_MESSAGES/wesnoth-trow.mo +share/wesnoth/translations/fi/LC_MESSAGES/wesnoth.mo +share/wesnoth/translations/fr/ +share/wesnoth/translations/fr/LC_MESSAGES/ +share/wesnoth/translations/fr/LC_MESSAGES/wesnoth-editor.mo +share/wesnoth/translations/fr/LC_MESSAGES/wesnoth-ei.mo +share/wesnoth/translations/fr/LC_MESSAGES/wesnoth-httt.mo +share/wesnoth/translations/fr/LC_MESSAGES/wesnoth-lib.mo +share/wesnoth/translations/fr/LC_MESSAGES/wesnoth-sotbe.mo +share/wesnoth/translations/fr/LC_MESSAGES/wesnoth-tdh.mo +share/wesnoth/translations/fr/LC_MESSAGES/wesnoth-trow.mo +share/wesnoth/translations/fr/LC_MESSAGES/wesnoth.mo +share/wesnoth/translations/hu/ +share/wesnoth/translations/hu/LC_MESSAGES/ +share/wesnoth/translations/hu/LC_MESSAGES/wesnoth-editor.mo +share/wesnoth/translations/hu/LC_MESSAGES/wesnoth-ei.mo +share/wesnoth/translations/hu/LC_MESSAGES/wesnoth-httt.mo +share/wesnoth/translations/hu/LC_MESSAGES/wesnoth-lib.mo +share/wesnoth/translations/hu/LC_MESSAGES/wesnoth-sotbe.mo +share/wesnoth/translations/hu/LC_MESSAGES/wesnoth-tdh.mo +share/wesnoth/translations/hu/LC_MESSAGES/wesnoth-trow.mo +share/wesnoth/translations/hu/LC_MESSAGES/wesnoth.mo +share/wesnoth/translations/it/ +share/wesnoth/translations/it/LC_MESSAGES/ +share/wesnoth/translations/it/LC_MESSAGES/wesnoth-editor.mo +share/wesnoth/translations/it/LC_MESSAGES/wesnoth-ei.mo +share/wesnoth/translations/it/LC_MESSAGES/wesnoth-httt.mo +share/wesnoth/translations/it/LC_MESSAGES/wesnoth-lib.mo +share/wesnoth/translations/it/LC_MESSAGES/wesnoth-sotbe.mo +share/wesnoth/translations/it/LC_MESSAGES/wesnoth-tdh.mo +share/wesnoth/translations/it/LC_MESSAGES/wesnoth-trow.mo +share/wesnoth/translations/it/LC_MESSAGES/wesnoth.mo +share/wesnoth/translations/la/ +share/wesnoth/translations/la/LC_MESSAGES/ +share/wesnoth/translations/la/LC_MESSAGES/wesnoth-editor.mo +share/wesnoth/translations/la/LC_MESSAGES/wesnoth-ei.mo +share/wesnoth/translations/la/LC_MESSAGES/wesnoth-httt.mo +share/wesnoth/translations/la/LC_MESSAGES/wesnoth-lib.mo +share/wesnoth/translations/la/LC_MESSAGES/wesnoth-sotbe.mo +share/wesnoth/translations/la/LC_MESSAGES/wesnoth-tdh.mo +share/wesnoth/translations/la/LC_MESSAGES/wesnoth-trow.mo +share/wesnoth/translations/la/LC_MESSAGES/wesnoth.mo +share/wesnoth/translations/nl/ +share/wesnoth/translations/nl/LC_MESSAGES/ +share/wesnoth/translations/nl/LC_MESSAGES/wesnoth-editor.mo +share/wesnoth/translations/nl/LC_MESSAGES/wesnoth-ei.mo +share/wesnoth/translations/nl/LC_MESSAGES/wesnoth-httt.mo +share/wesnoth/translations/nl/LC_MESSAGES/wesnoth-lib.mo +share/wesnoth/translations/nl/LC_MESSAGES/wesnoth-sotbe.mo +share/wesnoth/translations/nl/LC_MESSAGES/wesnoth-tdh.mo +share/wesnoth/translations/nl/LC_MESSAGES/wesnoth-trow.mo +share/wesnoth/translations/nl/LC_MESSAGES/wesnoth.mo +share/wesnoth/translations/no/ +share/wesnoth/translations/no/LC_MESSAGES/ +share/wesnoth/translations/no/LC_MESSAGES/wesnoth-editor.mo +share/wesnoth/translations/no/LC_MESSAGES/wesnoth-ei.mo +share/wesnoth/translations/no/LC_MESSAGES/wesnoth-httt.mo +share/wesnoth/translations/no/LC_MESSAGES/wesnoth-lib.mo +share/wesnoth/translations/no/LC_MESSAGES/wesnoth-sotbe.mo +share/wesnoth/translations/no/LC_MESSAGES/wesnoth-tdh.mo +share/wesnoth/translations/no/LC_MESSAGES/wesnoth-trow.mo +share/wesnoth/translations/no/LC_MESSAGES/wesnoth.mo +share/wesnoth/translations/pl/ +share/wesnoth/translations/pl/LC_MESSAGES/ +share/wesnoth/translations/pl/LC_MESSAGES/wesnoth-editor.mo +share/wesnoth/translations/pl/LC_MESSAGES/wesnoth-ei.mo +share/wesnoth/translations/pl/LC_MESSAGES/wesnoth-httt.mo +share/wesnoth/translations/pl/LC_MESSAGES/wesnoth-lib.mo +share/wesnoth/translations/pl/LC_MESSAGES/wesnoth-sotbe.mo +share/wesnoth/translations/pl/LC_MESSAGES/wesnoth-tdh.mo +share/wesnoth/translations/pl/LC_MESSAGES/wesnoth-trow.mo +share/wesnoth/translations/pl/LC_MESSAGES/wesnoth.mo +share/wesnoth/translations/pt_BR/ +share/wesnoth/translations/pt_BR/LC_MESSAGES/ +share/wesnoth/translations/pt_BR/LC_MESSAGES/wesnoth-editor.mo +share/wesnoth/translations/pt_BR/LC_MESSAGES/wesnoth-ei.mo +share/wesnoth/translations/pt_BR/LC_MESSAGES/wesnoth-httt.mo +share/wesnoth/translations/pt_BR/LC_MESSAGES/wesnoth-lib.mo +share/wesnoth/translations/pt_BR/LC_MESSAGES/wesnoth-sotbe.mo +share/wesnoth/translations/pt_BR/LC_MESSAGES/wesnoth-tdh.mo +share/wesnoth/translations/pt_BR/LC_MESSAGES/wesnoth-trow.mo +share/wesnoth/translations/pt_BR/LC_MESSAGES/wesnoth.mo +share/wesnoth/translations/ru/ +share/wesnoth/translations/ru/LC_MESSAGES/ +share/wesnoth/translations/ru/LC_MESSAGES/wesnoth-editor.mo +share/wesnoth/translations/ru/LC_MESSAGES/wesnoth-ei.mo +share/wesnoth/translations/ru/LC_MESSAGES/wesnoth-httt.mo +share/wesnoth/translations/ru/LC_MESSAGES/wesnoth-lib.mo +share/wesnoth/translations/ru/LC_MESSAGES/wesnoth-sotbe.mo +share/wesnoth/translations/ru/LC_MESSAGES/wesnoth-tdh.mo +share/wesnoth/translations/ru/LC_MESSAGES/wesnoth-trow.mo +share/wesnoth/translations/ru/LC_MESSAGES/wesnoth.mo +share/wesnoth/translations/sk/ +share/wesnoth/translations/sk/LC_MESSAGES/ +share/wesnoth/translations/sk/LC_MESSAGES/wesnoth-editor.mo +share/wesnoth/translations/sk/LC_MESSAGES/wesnoth-ei.mo +share/wesnoth/translations/sk/LC_MESSAGES/wesnoth-httt.mo +share/wesnoth/translations/sk/LC_MESSAGES/wesnoth-lib.mo +share/wesnoth/translations/sk/LC_MESSAGES/wesnoth-sotbe.mo +share/wesnoth/translations/sk/LC_MESSAGES/wesnoth-tdh.mo +share/wesnoth/translations/sk/LC_MESSAGES/wesnoth-trow.mo +share/wesnoth/translations/sk/LC_MESSAGES/wesnoth.mo +share/wesnoth/translations/sl/ +share/wesnoth/translations/sl/LC_MESSAGES/ +share/wesnoth/translations/sl/LC_MESSAGES/wesnoth-editor.mo +share/wesnoth/translations/sl/LC_MESSAGES/wesnoth-ei.mo +share/wesnoth/translations/sl/LC_MESSAGES/wesnoth-httt.mo +share/wesnoth/translations/sl/LC_MESSAGES/wesnoth-lib.mo +share/wesnoth/translations/sl/LC_MESSAGES/wesnoth-sotbe.mo +share/wesnoth/translations/sl/LC_MESSAGES/wesnoth-tdh.mo +share/wesnoth/translations/sl/LC_MESSAGES/wesnoth-trow.mo +share/wesnoth/translations/sl/LC_MESSAGES/wesnoth.mo +share/wesnoth/translations/sv/ +share/wesnoth/translations/sv/LC_MESSAGES/ +share/wesnoth/translations/sv/LC_MESSAGES/wesnoth-editor.mo +share/wesnoth/translations/sv/LC_MESSAGES/wesnoth-ei.mo +share/wesnoth/translations/sv/LC_MESSAGES/wesnoth-httt.mo +share/wesnoth/translations/sv/LC_MESSAGES/wesnoth-lib.mo +share/wesnoth/translations/sv/LC_MESSAGES/wesnoth-sotbe.mo +share/wesnoth/translations/sv/LC_MESSAGES/wesnoth-tdh.mo +share/wesnoth/translations/sv/LC_MESSAGES/wesnoth-trow.mo +share/wesnoth/translations/sv/LC_MESSAGES/wesnoth.mo