- Update to 0.9.0, see the huge changelog for detail:
http://changelog.wesnoth.org/ - Disable FreeBSD 4.x, does not compile on FreeBSD 4.x, due to lack of towupper() and wide character in libc. Before you send me patch, the s/towupper/toupper/g will not work very well in the runtime. If anyone know the workaround without lose function, let Wesnoth developers and me know. Seriously, desktop user should (well, for me is a must) upgrade to either FreeBSD 5.x and 6.x.
This commit is contained in:
parent
cdd8a1f9d0
commit
2f44981d2e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=133275
10 changed files with 1202 additions and 54 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= wesnoth
|
||||
PORTVERSION= 0.8.11
|
||||
PORTVERSION= 0.9.0
|
||||
CATEGORIES= games
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
|
||||
http://www.wesnoth.org/files/
|
||||
|
@ -30,7 +30,8 @@ USE_GETTEXT= yes
|
|||
USE_X_PREFIX= yes
|
||||
USE_REINPLACE= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --with-libiconv-prefix=${LOCALBASE} \
|
||||
CONFIGURE_ARGS= --localstatedir=/var \
|
||||
--with-libiconv-prefix=${LOCALBASE} \
|
||||
--with-libintl-prefix=${LOCALBASE} \
|
||||
--with-freetype-prefix=${LOCALBASE} \
|
||||
--with-localedir=${PREFIX}/share/locale
|
||||
|
@ -38,7 +39,7 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|||
CXXFLAGS="-I${LOCALBASE}/include ${CXXFLAGS} -ftemplate-depth-45" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib -lintl"
|
||||
|
||||
MAN6= wesnoth.6 wesnoth_editor.6 wesnothd.6
|
||||
MAN6= wesnoth.6
|
||||
MANLANG= "" de
|
||||
|
||||
.if defined(LITE)
|
||||
|
@ -61,6 +62,7 @@ CONFIGURE_ARGS+= --enable-debug
|
|||
|
||||
.if defined(WITH_EDITOR) || defined(PACKAGE_BUILDING)
|
||||
CONFIGURE_ARGS+= --enable-editor
|
||||
MAN6+= wesnoth_editor.6
|
||||
PLIST_SUB+= EDITOR:=""
|
||||
.else
|
||||
PLIST_SUB+= EDITOR:="@comment "
|
||||
|
@ -68,6 +70,7 @@ PLIST_SUB+= EDITOR:="@comment "
|
|||
|
||||
.if defined(WITH_SERVER) || defined(PACKAGE_BUILDING)
|
||||
CONFIGURE_ARGS+= --enable-server
|
||||
MAN6+= wesnothd.6
|
||||
PLIST_SUB+= SERVER:=""
|
||||
.else
|
||||
PLIST_SUB+= SERVER:="@comment "
|
||||
|
@ -82,6 +85,10 @@ PLIST_SUB+= TOOLS:="@comment "
|
|||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} < 500000
|
||||
IGNORE=does not compile on FreeBSD 4.x, due to lack of towupper() and wide character in libc
|
||||
.endif
|
||||
|
||||
.if ${HAVE_GNOME:Mgnomehier}!=""
|
||||
CONFIGURE_ARGS+= --with-gnome
|
||||
PLIST_SUB+= GNOME:=""
|
||||
|
@ -102,7 +109,7 @@ pre-everything::
|
|||
@${ECHO_MSG} " "
|
||||
.endif
|
||||
.if !defined(LITE)
|
||||
@${ECHO_MSG} "LITE=yes for lite version of Wesnoth (without music)."
|
||||
@${ECHO_MSG} "LITE=yes for lite version of Wesnoth (without music and story images)."
|
||||
.endif
|
||||
.if !defined(WITH_CAMPAIGN)
|
||||
@${ECHO_MSG} "WITH_CAMPAIGN=yes to enable compilation of campaign server."
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
MD5 (wesnoth-0.8.11.tar.gz) = 929c65818cc2fb47227929f253fb1f8c
|
||||
SIZE (wesnoth-0.8.11.tar.gz) = 33034379
|
||||
MD5 (wesnoth-lite-0.8.11.tar.gz) = fc6691a607fc99b8771fe462e7547ac0
|
||||
SIZE (wesnoth-lite-0.8.11.tar.gz) = 17239199
|
||||
MD5 (wesnoth-0.9.0.tar.gz) = 8dd59719631e0e6329a0a25e1dcbf302
|
||||
SIZE (wesnoth-0.9.0.tar.gz) = 36051074
|
||||
MD5 (wesnoth-lite-0.9.0.tar.gz) = 0071202a21a3095e535868f017b1c8f1
|
||||
SIZE (wesnoth-lite-0.9.0.tar.gz) = 20252375
|
||||
|
|
|
@ -1,15 +1,15 @@
|
|||
--- src/Makefile.in.orig Wed Jan 26 18:36:37 2005
|
||||
+++ src/Makefile.in Wed Jan 26 18:37:47 2005
|
||||
@@ -661,10 +661,10 @@
|
||||
sdl_ttf/SDL_ttf.h \
|
||||
wesconfig.h
|
||||
--- src/Makefile.in.orig Tue Apr 12 12:40:30 2005
|
||||
+++ src/Makefile.in Tue Apr 12 12:41:54 2005
|
||||
@@ -961,10 +961,10 @@
|
||||
wesconfig.h
|
||||
|
||||
-AM_CXXFLAGS = -I sdl_ttf -I../intl -I$(top_srcdir)/intl @SDL_CFLAGS@ -DWESNOTH_PATH=\"$(pkgdatadir)\" \
|
||||
+AM_CXXFLAGS = -I sdl_ttf @SDL_CFLAGS@ -DWESNOTH_PATH=\"$(pkgdatadir)\" \
|
||||
-DLOCALEDIR=\"$(LOCALEDIR)\" -DHAS_RELATIVE_LOCALEDIR=$(HAS_RELATIVE_LOCALEDIR)
|
||||
wesnoth_zip_LDADD = @SDL_LIBS@ @SDL_NET_LIBS@
|
||||
-AM_CXXFLAGS = -I $(srcdir)/sdl_ttf -I../intl -I$(top_srcdir)/intl @SDL_CFLAGS@ -DWESNOTH_PATH=\"$(pkgdatadir)\" \
|
||||
+AM_CXXFLAGS = -I $(srcdir)/sdl_ttf @SDL_CFLAGS@ -DWESNOTH_PATH=\"$(pkgdatadir)\" \
|
||||
-DLOCALEDIR=\"$(LOCALEDIR)\" -DHAS_RELATIVE_LOCALEDIR=$(HAS_RELATIVE_LOCALEDIR) -DFIFODIR=\"$(fifodir)\"
|
||||
|
||||
-AM_CFLAGS = -I sdl_ttf -I../intl -I$(top_srcdir)/intl @SDL_CFLAGS@ -DWESNOTH_PATH=\"$(pkgdatadir)\" \
|
||||
+AM_CFLAGS = -I sdl_ttf @SDL_CFLAGS@ -DWESNOTH_PATH=\"$(pkgdatadir)\" \
|
||||
-AM_CFLAGS = -I $(srcdir)/sdl_ttf -I../intl -I$(top_srcdir)/intl @SDL_CFLAGS@ -DWESNOTH_PATH=\"$(pkgdatadir)\" \
|
||||
+AM_CFLAGS = -I $(srcdir)/sdl_ttf @SDL_CFLAGS@ -DWESNOTH_PATH=\"$(pkgdatadir)\" \
|
||||
-DLOCALEDIR=\"$(LOCALEDIR)\" -DHAS_RELATIVE_LOCALEDIR=$(HAS_RELATIVE_LOCALEDIR)
|
||||
|
||||
CXXLD = $(LDPREFIX) $(CXX)
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
--- src/help.cpp.orig Mon Dec 6 01:09:20 2004
|
||||
+++ src/help.cpp Mon Dec 6 01:09:29 2004
|
||||
@@ -33,7 +33,7 @@
|
||||
--- src/help.cpp.orig Tue Apr 12 12:43:10 2005
|
||||
+++ src/help.cpp Tue Apr 12 12:43:20 2005
|
||||
@@ -40,7 +40,7 @@
|
||||
#include <algorithm>
|
||||
#include <iostream>
|
||||
#include <list>
|
||||
|
|
|
@ -5,6 +5,14 @@ bin/wesnoth
|
|||
%%EDITOR:%%bin/wesnoth_editor
|
||||
%%SERVER:%%bin/wesnothd
|
||||
bin/wmlxgettext
|
||||
share/locale/af/LC_MESSAGES/wesnoth-editor.mo
|
||||
share/locale/af/LC_MESSAGES/wesnoth-ei.mo
|
||||
share/locale/af/LC_MESSAGES/wesnoth-httt.mo
|
||||
share/locale/af/LC_MESSAGES/wesnoth-lib.mo
|
||||
share/locale/af/LC_MESSAGES/wesnoth-sotbe.mo
|
||||
share/locale/af/LC_MESSAGES/wesnoth-tdh.mo
|
||||
share/locale/af/LC_MESSAGES/wesnoth-trow.mo
|
||||
share/locale/af/LC_MESSAGES/wesnoth.mo
|
||||
share/locale/bg/LC_MESSAGES/wesnoth-editor.mo
|
||||
share/locale/bg/LC_MESSAGES/wesnoth-ei.mo
|
||||
share/locale/bg/LC_MESSAGES/wesnoth-httt.mo
|
||||
|
@ -69,6 +77,14 @@ share/locale/es/LC_MESSAGES/wesnoth-sotbe.mo
|
|||
share/locale/es/LC_MESSAGES/wesnoth-tdh.mo
|
||||
share/locale/es/LC_MESSAGES/wesnoth-trow.mo
|
||||
share/locale/es/LC_MESSAGES/wesnoth.mo
|
||||
share/locale/et/LC_MESSAGES/wesnoth-editor.mo
|
||||
share/locale/et/LC_MESSAGES/wesnoth-ei.mo
|
||||
share/locale/et/LC_MESSAGES/wesnoth-httt.mo
|
||||
share/locale/et/LC_MESSAGES/wesnoth-lib.mo
|
||||
share/locale/et/LC_MESSAGES/wesnoth-sotbe.mo
|
||||
share/locale/et/LC_MESSAGES/wesnoth-tdh.mo
|
||||
share/locale/et/LC_MESSAGES/wesnoth-trow.mo
|
||||
share/locale/et/LC_MESSAGES/wesnoth.mo
|
||||
share/locale/eu/LC_MESSAGES/wesnoth-editor.mo
|
||||
share/locale/eu/LC_MESSAGES/wesnoth-ei.mo
|
||||
share/locale/eu/LC_MESSAGES/wesnoth-httt.mo
|
||||
|
@ -109,6 +125,14 @@ share/locale/it/LC_MESSAGES/wesnoth-sotbe.mo
|
|||
share/locale/it/LC_MESSAGES/wesnoth-tdh.mo
|
||||
share/locale/it/LC_MESSAGES/wesnoth-trow.mo
|
||||
share/locale/it/LC_MESSAGES/wesnoth.mo
|
||||
share/locale/ja/LC_MESSAGES/wesnoth-editor.mo
|
||||
share/locale/ja/LC_MESSAGES/wesnoth-ei.mo
|
||||
share/locale/ja/LC_MESSAGES/wesnoth-httt.mo
|
||||
share/locale/ja/LC_MESSAGES/wesnoth-lib.mo
|
||||
share/locale/ja/LC_MESSAGES/wesnoth-sotbe.mo
|
||||
share/locale/ja/LC_MESSAGES/wesnoth-tdh.mo
|
||||
share/locale/ja/LC_MESSAGES/wesnoth-trow.mo
|
||||
share/locale/ja/LC_MESSAGES/wesnoth.mo
|
||||
share/locale/la/LC_MESSAGES/wesnoth-editor.mo
|
||||
share/locale/la/LC_MESSAGES/wesnoth-ei.mo
|
||||
share/locale/la/LC_MESSAGES/wesnoth-httt.mo
|
||||
|
@ -181,6 +205,14 @@ share/locale/sv/LC_MESSAGES/wesnoth-sotbe.mo
|
|||
share/locale/sv/LC_MESSAGES/wesnoth-tdh.mo
|
||||
share/locale/sv/LC_MESSAGES/wesnoth-trow.mo
|
||||
share/locale/sv/LC_MESSAGES/wesnoth.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/wesnoth-editor.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/wesnoth-ei.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/wesnoth-httt.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/wesnoth-lib.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/wesnoth-sotbe.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/wesnoth-tdh.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/wesnoth-trow.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/wesnoth.mo
|
||||
share/wesnoth/data/campaigns/Eastern_Invasion.cfg
|
||||
share/wesnoth/data/campaigns/Heir_To_The_Throne.cfg
|
||||
share/wesnoth/data/campaigns/README
|
||||
|
@ -188,6 +220,7 @@ 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/fonts.cfg
|
||||
share/wesnoth/data/game.cfg
|
||||
share/wesnoth/data/help.cfg
|
||||
share/wesnoth/data/items.cfg
|
||||
|
@ -285,13 +318,17 @@ 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/Basic_Training
|
||||
share/wesnoth/data/maps/Tutorial/Traits_and_Specialties
|
||||
share/wesnoth/data/maps/multiplayer/An_Island
|
||||
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/Clash
|
||||
share/wesnoth/data/maps/multiplayer/ForestofFear
|
||||
share/wesnoth/data/maps/multiplayer/Hexcake
|
||||
share/wesnoth/data/maps/multiplayer/Icy_Waters
|
||||
share/wesnoth/data/maps/multiplayer/King_of_the_Hill
|
||||
share/wesnoth/data/maps/multiplayer/Three_Rivers
|
||||
share/wesnoth/data/maps/multiplayer/Wesbowl
|
||||
|
@ -414,7 +451,10 @@ 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/Clash.cfg
|
||||
share/wesnoth/data/scenarios/multiplayer/ForestOfFear.cfg
|
||||
share/wesnoth/data/scenarios/multiplayer/Hexcake.cfg
|
||||
share/wesnoth/data/scenarios/multiplayer/IcyWaters.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
|
||||
|
@ -440,6 +480,7 @@ share/wesnoth/data/terrain-graphics/forests.cfg
|
|||
share/wesnoth/data/terrain-graphics/util.cfg
|
||||
share/wesnoth/data/terrain.cfg
|
||||
share/wesnoth/data/themes/default.cfg
|
||||
share/wesnoth/data/themes/dfool.cfg
|
||||
share/wesnoth/data/themes/editor.cfg
|
||||
share/wesnoth/data/tips.cfg
|
||||
share/wesnoth/data/tools/exploder/castle-concave.cfg
|
||||
|
@ -461,6 +502,7 @@ 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/traits.cfg
|
||||
share/wesnoth/data/translations/english.cfg
|
||||
share/wesnoth/data/units/Ancient_Lich.cfg
|
||||
share/wesnoth/data/units/Ancient_Wose.cfg
|
||||
|
@ -480,6 +522,7 @@ 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_Sorcerer.cfg
|
||||
share/wesnoth/data/units/Dark_Spirit.cfg
|
||||
share/wesnoth/data/units/Death_Knight.cfg
|
||||
share/wesnoth/data/units/Deathblade.cfg
|
||||
|
@ -825,6 +868,8 @@ share/wesnoth/images/campaigns/The_Rise_of_Wesnoth/maps/the_green_isle.png
|
|||
%%LITE:%%share/wesnoth/images/campaigns/The_Rise_of_Wesnoth/story/the_duel.png
|
||||
%%LITE:%%share/wesnoth/images/campaigns/The_Rise_of_Wesnoth/story/trow-logo.png
|
||||
%%LITE:%%share/wesnoth/images/campaigns/The_Rise_of_Wesnoth/story/west.png
|
||||
share/wesnoth/images/cavespider-attack-melee.png
|
||||
share/wesnoth/images/cavespider-attack-ranged.png
|
||||
share/wesnoth/images/cavespider-defend.png
|
||||
share/wesnoth/images/cavespider.png
|
||||
share/wesnoth/images/cockatrice-attack1.png
|
||||
|
@ -1010,6 +1055,7 @@ 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-attack3.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
|
||||
|
@ -1017,6 +1063,7 @@ 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-attack3.png
|
||||
share/wesnoth/images/elvish-avenger-bow-defend.png
|
||||
share/wesnoth/images/elvish-avenger-bow.png
|
||||
share/wesnoth/images/elvish-avenger-defend.png
|
||||
|
@ -1031,11 +1078,12 @@ 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-attack1.png
|
||||
share/wesnoth/images/elvish-champion-bow-attack2.png
|
||||
share/wesnoth/images/elvish-champion-bow-attack3.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
|
||||
|
@ -1081,7 +1129,9 @@ 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-attack1.png
|
||||
share/wesnoth/images/elvish-hero-bow-attack2.png
|
||||
share/wesnoth/images/elvish-hero-bow-attack3.png
|
||||
share/wesnoth/images/elvish-hero-bow-defend.png
|
||||
share/wesnoth/images/elvish-hero-bow.png
|
||||
share/wesnoth/images/elvish-hero-defend.png
|
||||
|
@ -1105,20 +1155,28 @@ 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-attack4.png
|
||||
share/wesnoth/images/elvish-marksman+female-bow-defend.png
|
||||
share/wesnoth/images/elvish-marksman+female-bow.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-attack4.png
|
||||
share/wesnoth/images/elvish-marksman-bow-defend.png
|
||||
share/wesnoth/images/elvish-marksman-bow.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-attack1.png
|
||||
share/wesnoth/images/elvish-marshal-attack2.png
|
||||
share/wesnoth/images/elvish-marshal-attack3.png
|
||||
share/wesnoth/images/elvish-marshal-bow-defend.png
|
||||
share/wesnoth/images/elvish-marshal-bow.png
|
||||
share/wesnoth/images/elvish-marshal-defend.png
|
||||
share/wesnoth/images/elvish-marshal-en-guarde.png
|
||||
share/wesnoth/images/elvish-marshal-leading.png
|
||||
share/wesnoth/images/elvish-marshal.png
|
||||
share/wesnoth/images/elvish-outrider-attack.png
|
||||
|
@ -1131,6 +1189,7 @@ 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-bow.png
|
||||
share/wesnoth/images/elvish-ranger+female-defend.png
|
||||
share/wesnoth/images/elvish-ranger+female.png
|
||||
share/wesnoth/images/elvish-ranger-attack.png
|
||||
|
@ -1138,6 +1197,7 @@ 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-bow.png
|
||||
share/wesnoth/images/elvish-ranger-defend.png
|
||||
share/wesnoth/images/elvish-ranger.png
|
||||
share/wesnoth/images/elvish-rider-attack.png
|
||||
|
@ -1169,14 +1229,18 @@ 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-attack4.png
|
||||
share/wesnoth/images/elvish-sharpshooter+female-bow-defend.png
|
||||
share/wesnoth/images/elvish-sharpshooter+female-bow.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-attack4.png
|
||||
share/wesnoth/images/elvish-sharpshooter-bow-defend.png
|
||||
share/wesnoth/images/elvish-sharpshooter-bow.png
|
||||
share/wesnoth/images/elvish-sharpshooter-defend.png
|
||||
share/wesnoth/images/elvish-sharpshooter.png
|
||||
share/wesnoth/images/elvish-shyde-defend.png
|
||||
|
@ -1350,6 +1414,12 @@ share/wesnoth/images/halo/mage-preparation-halo5.png
|
|||
share/wesnoth/images/halo/mage-preparation-halo6.png
|
||||
share/wesnoth/images/halo/mage-preparation-halo7.png
|
||||
share/wesnoth/images/halo/mermaid-siren-naia-touch-halo.png
|
||||
share/wesnoth/images/halo/shyde-stationary-halo1.png
|
||||
share/wesnoth/images/halo/shyde-stationary-halo2.png
|
||||
share/wesnoth/images/halo/shyde-stationary-halo3.png
|
||||
share/wesnoth/images/halo/shyde-stationary-halo4.png
|
||||
share/wesnoth/images/halo/shyde-stationary-halo5.png
|
||||
share/wesnoth/images/halo/shyde-stationary-halo6.png
|
||||
share/wesnoth/images/halo/white-cleric-aura.png
|
||||
share/wesnoth/images/halo/white-mage-halo1.png
|
||||
share/wesnoth/images/halo/white-mage-halo2.png
|
||||
|
@ -1428,6 +1498,7 @@ 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-defend.png
|
||||
share/wesnoth/images/human-marshal-defense.png
|
||||
share/wesnoth/images/human-marshal-leading.png
|
||||
share/wesnoth/images/human-marshal.png
|
||||
|
@ -1464,8 +1535,14 @@ 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-n.png
|
||||
share/wesnoth/images/human-spearman-attack-ne.png
|
||||
share/wesnoth/images/human-spearman-attack-ranged.png
|
||||
share/wesnoth/images/human-spearman-attack-south-1.png
|
||||
share/wesnoth/images/human-spearman-attack-south-2.png
|
||||
share/wesnoth/images/human-spearman-attack-south-3.png
|
||||
share/wesnoth/images/human-spearman-attack.png
|
||||
share/wesnoth/images/human-spearman-attack2.png
|
||||
share/wesnoth/images/human-spearman-defend-2.png
|
||||
share/wesnoth/images/human-spearman-defend.png
|
||||
share/wesnoth/images/human-spearman.png
|
||||
share/wesnoth/images/human-swordman-attack.png
|
||||
|
@ -1482,6 +1559,7 @@ 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/altar.png
|
||||
share/wesnoth/images/items/ball-blue.png
|
||||
share/wesnoth/images/items/ball-green.png
|
||||
share/wesnoth/images/items/barrel.png
|
||||
|
@ -1562,6 +1640,14 @@ share/wesnoth/images/mage-attack-staff2.png
|
|||
share/wesnoth/images/mage-defend.png
|
||||
share/wesnoth/images/mage.png
|
||||
share/wesnoth/images/maps/wesnoth.png
|
||||
share/wesnoth/images/mermaid-diviner-defend.png
|
||||
share/wesnoth/images/mermaid-diviner-magic1.png
|
||||
share/wesnoth/images/mermaid-diviner-magic2.png
|
||||
share/wesnoth/images/mermaid-diviner-magic3.png
|
||||
share/wesnoth/images/mermaid-diviner-magic4.png
|
||||
share/wesnoth/images/mermaid-diviner-magic5.png
|
||||
share/wesnoth/images/mermaid-diviner-magic6.png
|
||||
share/wesnoth/images/mermaid-diviner-staff-attack.png
|
||||
share/wesnoth/images/mermaid-diviner.png
|
||||
share/wesnoth/images/mermaid-enchantress-defend.png
|
||||
share/wesnoth/images/mermaid-enchantress-staff-attack.png
|
||||
|
@ -1583,6 +1669,14 @@ 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-defend.png
|
||||
share/wesnoth/images/mermaid-priestess-magic1.png
|
||||
share/wesnoth/images/mermaid-priestess-magic2.png
|
||||
share/wesnoth/images/mermaid-priestess-magic3.png
|
||||
share/wesnoth/images/mermaid-priestess-magic4.png
|
||||
share/wesnoth/images/mermaid-priestess-magic5.png
|
||||
share/wesnoth/images/mermaid-priestess-magic6.png
|
||||
share/wesnoth/images/mermaid-priestess-staff-attack.png
|
||||
share/wesnoth/images/mermaid-priestess.png
|
||||
share/wesnoth/images/mermaid-siren-defend.png
|
||||
share/wesnoth/images/mermaid-siren-naia-touch-attack1.png
|
||||
|
@ -1606,12 +1700,30 @@ 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-attack-n.png
|
||||
share/wesnoth/images/merman-hunter-attack-ne.png
|
||||
share/wesnoth/images/merman-hunter-attack-ranged.png
|
||||
share/wesnoth/images/merman-hunter-attack-s.png
|
||||
share/wesnoth/images/merman-hunter-attack-se.png
|
||||
share/wesnoth/images/merman-hunter-defend.png
|
||||
share/wesnoth/images/merman-hunter.png
|
||||
share/wesnoth/images/merman-javelineer-attack-n.png
|
||||
share/wesnoth/images/merman-javelineer-attack-ne.png
|
||||
share/wesnoth/images/merman-javelineer-attack-ranged.png
|
||||
share/wesnoth/images/merman-javelineer-attack-s.png
|
||||
share/wesnoth/images/merman-javelineer-attack-se.png
|
||||
share/wesnoth/images/merman-javelineer-defend.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-attack-n.png
|
||||
share/wesnoth/images/merman-spearman-attack-ne.png
|
||||
share/wesnoth/images/merman-spearman-attack-ranged.png
|
||||
share/wesnoth/images/merman-spearman-attack-s.png
|
||||
share/wesnoth/images/merman-spearman-attack-se.png
|
||||
share/wesnoth/images/merman-spearman-defend.png
|
||||
share/wesnoth/images/merman-spearman.png
|
||||
share/wesnoth/images/merman-triton-attack-blade.png
|
||||
share/wesnoth/images/merman-triton-attack-pierce.png
|
||||
|
@ -1715,6 +1827,7 @@ 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/minimap.png
|
||||
share/wesnoth/images/misc/poisoned.png
|
||||
share/wesnoth/images/misc/rightside-bg.png
|
||||
share/wesnoth/images/misc/rightside-bottom.png
|
||||
|
@ -1751,6 +1864,7 @@ 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/timeofday.png
|
||||
share/wesnoth/images/misc/title.png
|
||||
share/wesnoth/images/misc/top-bg.png
|
||||
share/wesnoth/images/misc/topleft-corner.png
|
||||
|
@ -1764,6 +1878,7 @@ 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/unit.png
|
||||
share/wesnoth/images/misc/units.png
|
||||
share/wesnoth/images/misc/upkeep.png
|
||||
share/wesnoth/images/misc/villages.png
|
||||
|
@ -1813,14 +1928,20 @@ 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-attack-staff1.png
|
||||
share/wesnoth/images/neutral-outlaw-princess-attack-staff2.png
|
||||
share/wesnoth/images/neutral-outlaw-princess-defend-1-1.png
|
||||
share/wesnoth/images/neutral-outlaw-princess-defend-1-2.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-attack-staff1.png
|
||||
share/wesnoth/images/neutral-outlaw-queen-attack-staff2.png
|
||||
share/wesnoth/images/neutral-outlaw-queen-defend-1-1.png
|
||||
share/wesnoth/images/neutral-outlaw-queen-defend-1-2.png
|
||||
share/wesnoth/images/neutral-outlaw-queen-defend.png
|
||||
share/wesnoth/images/neutral-outlaw-queen-leading.png
|
||||
share/wesnoth/images/neutral-outlaw-queen.png
|
||||
|
@ -1843,11 +1964,14 @@ 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-ranged3.png
|
||||
share/wesnoth/images/noble-commander-attack-sword.png
|
||||
share/wesnoth/images/noble-commander-bow.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-attack2.png
|
||||
share/wesnoth/images/noble-fighter-defend.png
|
||||
share/wesnoth/images/noble-fighter.png
|
||||
share/wesnoth/images/noble-lord-attack-ranged1.png
|
||||
|
@ -1857,6 +1981,7 @@ 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-attack2.png
|
||||
share/wesnoth/images/noble-youth-defend.png
|
||||
share/wesnoth/images/noble-youth.png
|
||||
share/wesnoth/images/ogre-attack1.png
|
||||
|
@ -1905,6 +2030,10 @@ 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-slurbow-attack-melee.png
|
||||
share/wesnoth/images/orcish-slurbow-attack-ranged.png
|
||||
share/wesnoth/images/orcish-slurbow-defend.png
|
||||
share/wesnoth/images/orcish-slurbow.png
|
||||
share/wesnoth/images/orcish-sovereign-attack1.png
|
||||
share/wesnoth/images/orcish-sovereign-attack2.png
|
||||
share/wesnoth/images/orcish-sovereign-defend.png
|
||||
|
@ -1949,6 +2078,7 @@ 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/addroran.png
|
||||
share/wesnoth/images/portraits/The_Rise_of_Wesnoth/aethyr.png
|
||||
share/wesnoth/images/portraits/The_Rise_of_Wesnoth/archmage.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
|
||||
|
@ -1960,6 +2090,8 @@ 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/lady_outlaw.png
|
||||
share/wesnoth/images/portraits/The_Rise_of_Wesnoth/lich.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
|
||||
|
@ -2418,6 +2550,8 @@ 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/ford.png
|
||||
share/wesnoth/images/terrain/ford2.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
|
||||
|
@ -2566,6 +2700,12 @@ 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-keep-e.png
|
||||
share/wesnoth/images/terrain/keep-keep-ne.png
|
||||
share/wesnoth/images/terrain/keep-keep-nw.png
|
||||
share/wesnoth/images/terrain/keep-keep-se.png
|
||||
share/wesnoth/images/terrain/keep-keep-sw.png
|
||||
share/wesnoth/images/terrain/keep-keep-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
|
||||
|
@ -2592,6 +2732,7 @@ 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/lava2.png
|
||||
share/wesnoth/images/terrain/mask.png
|
||||
share/wesnoth/images/terrain/mine.png
|
||||
share/wesnoth/images/terrain/mountains-n.png
|
||||
|
@ -2623,6 +2764,159 @@ 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/ruin1-concave-e.png
|
||||
share/wesnoth/images/terrain/ruin1-concave-ne.png
|
||||
share/wesnoth/images/terrain/ruin1-concave-nw.png
|
||||
share/wesnoth/images/terrain/ruin1-concave-se.png
|
||||
share/wesnoth/images/terrain/ruin1-concave-sw.png
|
||||
share/wesnoth/images/terrain/ruin1-concave-w.png
|
||||
share/wesnoth/images/terrain/ruin1-convex-e.png
|
||||
share/wesnoth/images/terrain/ruin1-convex-ne.png
|
||||
share/wesnoth/images/terrain/ruin1-convex-nw.png
|
||||
share/wesnoth/images/terrain/ruin1-convex-se.png
|
||||
share/wesnoth/images/terrain/ruin1-convex-sw.png
|
||||
share/wesnoth/images/terrain/ruin1-convex-w.png
|
||||
share/wesnoth/images/terrain/ruin2-concave-e.png
|
||||
share/wesnoth/images/terrain/ruin2-concave-ne.png
|
||||
share/wesnoth/images/terrain/ruin2-concave-nw.png
|
||||
share/wesnoth/images/terrain/ruin2-concave-se.png
|
||||
share/wesnoth/images/terrain/ruin2-concave-sw.png
|
||||
share/wesnoth/images/terrain/ruin2-concave-w.png
|
||||
share/wesnoth/images/terrain/ruin2-convex-e.png
|
||||
share/wesnoth/images/terrain/ruin2-convex-ne.png
|
||||
share/wesnoth/images/terrain/ruin2-convex-nw.png
|
||||
share/wesnoth/images/terrain/ruin2-convex-se.png
|
||||
share/wesnoth/images/terrain/ruin2-convex-sw.png
|
||||
share/wesnoth/images/terrain/ruin2-convex-w.png
|
||||
share/wesnoth/images/terrain/ruin2.png
|
||||
share/wesnoth/images/terrain/ruin3-concave-e.png
|
||||
share/wesnoth/images/terrain/ruin3-concave-ne.png
|
||||
share/wesnoth/images/terrain/ruin3-concave-nw.png
|
||||
share/wesnoth/images/terrain/ruin3-concave-se.png
|
||||
share/wesnoth/images/terrain/ruin3-concave-sw.png
|
||||
share/wesnoth/images/terrain/ruin3-concave-w.png
|
||||
share/wesnoth/images/terrain/ruin3-convex-e.png
|
||||
share/wesnoth/images/terrain/ruin3-convex-ne.png
|
||||
share/wesnoth/images/terrain/ruin3-convex-nw.png
|
||||
share/wesnoth/images/terrain/ruin3-convex-se.png
|
||||
share/wesnoth/images/terrain/ruin3-convex-sw.png
|
||||
share/wesnoth/images/terrain/ruin3-convex-w.png
|
||||
share/wesnoth/images/terrain/ruin4-concave-e.png
|
||||
share/wesnoth/images/terrain/ruin4-concave-ne.png
|
||||
share/wesnoth/images/terrain/ruin4-concave-nw.png
|
||||
share/wesnoth/images/terrain/ruin4-concave-se.png
|
||||
share/wesnoth/images/terrain/ruin4-concave-sw.png
|
||||
share/wesnoth/images/terrain/ruin4-concave-w.png
|
||||
share/wesnoth/images/terrain/ruin4-convex-e.png
|
||||
share/wesnoth/images/terrain/ruin4-convex-ne.png
|
||||
share/wesnoth/images/terrain/ruin4-convex-nw.png
|
||||
share/wesnoth/images/terrain/ruin4-convex-se.png
|
||||
share/wesnoth/images/terrain/ruin4-convex-sw.png
|
||||
share/wesnoth/images/terrain/ruin4-convex-w.png
|
||||
share/wesnoth/images/terrain/ruin5-concave-e.png
|
||||
share/wesnoth/images/terrain/ruin5-concave-ne.png
|
||||
share/wesnoth/images/terrain/ruin5-concave-nw.png
|
||||
share/wesnoth/images/terrain/ruin5-concave-se.png
|
||||
share/wesnoth/images/terrain/ruin5-concave-sw.png
|
||||
share/wesnoth/images/terrain/ruin5-concave-w.png
|
||||
share/wesnoth/images/terrain/ruin5-convex-e.png
|
||||
share/wesnoth/images/terrain/ruin5-convex-ne.png
|
||||
share/wesnoth/images/terrain/ruin5-convex-nw.png
|
||||
share/wesnoth/images/terrain/ruin5-convex-se.png
|
||||
share/wesnoth/images/terrain/ruin5-convex-sw.png
|
||||
share/wesnoth/images/terrain/ruin5-convex-w.png
|
||||
share/wesnoth/images/terrain/ruinkeep.png
|
||||
share/wesnoth/images/terrain/ruinkeep1-inside-e.png
|
||||
share/wesnoth/images/terrain/ruinkeep1-inside-ne.png
|
||||
share/wesnoth/images/terrain/ruinkeep1-inside-nw.png
|
||||
share/wesnoth/images/terrain/ruinkeep1-inside-se.png
|
||||
share/wesnoth/images/terrain/ruinkeep1-inside-sw.png
|
||||
share/wesnoth/images/terrain/ruinkeep1-inside-w.png
|
||||
share/wesnoth/images/terrain/ruinkeep1-keep-e.png
|
||||
share/wesnoth/images/terrain/ruinkeep1-keep-ne.png
|
||||
share/wesnoth/images/terrain/ruinkeep1-keep-nw.png
|
||||
share/wesnoth/images/terrain/ruinkeep1-keep-se.png
|
||||
share/wesnoth/images/terrain/ruinkeep1-keep-sw.png
|
||||
share/wesnoth/images/terrain/ruinkeep1-keep-w.png
|
||||
share/wesnoth/images/terrain/ruinkeep1-wall-0-e.png
|
||||
share/wesnoth/images/terrain/ruinkeep1-wall-0-ne.png
|
||||
share/wesnoth/images/terrain/ruinkeep1-wall-0-nw.png
|
||||
share/wesnoth/images/terrain/ruinkeep1-wall-0-se.png
|
||||
share/wesnoth/images/terrain/ruinkeep1-wall-0-sw.png
|
||||
share/wesnoth/images/terrain/ruinkeep1-wall-0-w.png
|
||||
share/wesnoth/images/terrain/ruinkeep1-wall-1-e.png
|
||||
share/wesnoth/images/terrain/ruinkeep1-wall-1-ne.png
|
||||
share/wesnoth/images/terrain/ruinkeep1-wall-1-nw.png
|
||||
share/wesnoth/images/terrain/ruinkeep1-wall-1-se.png
|
||||
share/wesnoth/images/terrain/ruinkeep1-wall-1-sw.png
|
||||
share/wesnoth/images/terrain/ruinkeep1-wall-1-w.png
|
||||
share/wesnoth/images/terrain/ruinkeep1-wall-e.png
|
||||
share/wesnoth/images/terrain/ruinkeep1-wall-ne.png
|
||||
share/wesnoth/images/terrain/ruinkeep1-wall-nw.png
|
||||
share/wesnoth/images/terrain/ruinkeep1-wall-se.png
|
||||
share/wesnoth/images/terrain/ruinkeep1-wall-sw.png
|
||||
share/wesnoth/images/terrain/ruinkeep1-wall-w.png
|
||||
share/wesnoth/images/terrain/ruinkeep2-inside-e.png
|
||||
share/wesnoth/images/terrain/ruinkeep2-inside-ne.png
|
||||
share/wesnoth/images/terrain/ruinkeep2-inside-nw.png
|
||||
share/wesnoth/images/terrain/ruinkeep2-inside-se.png
|
||||
share/wesnoth/images/terrain/ruinkeep2-inside-sw.png
|
||||
share/wesnoth/images/terrain/ruinkeep2-inside-w.png
|
||||
share/wesnoth/images/terrain/ruinkeep2-keep-e.png
|
||||
share/wesnoth/images/terrain/ruinkeep2-keep-ne.png
|
||||
share/wesnoth/images/terrain/ruinkeep2-keep-nw.png
|
||||
share/wesnoth/images/terrain/ruinkeep2-keep-se.png
|
||||
share/wesnoth/images/terrain/ruinkeep2-keep-sw.png
|
||||
share/wesnoth/images/terrain/ruinkeep2-keep-w.png
|
||||
share/wesnoth/images/terrain/ruinkeep2-wall-0-e.png
|
||||
share/wesnoth/images/terrain/ruinkeep2-wall-0-ne.png
|
||||
share/wesnoth/images/terrain/ruinkeep2-wall-0-nw.png
|
||||
share/wesnoth/images/terrain/ruinkeep2-wall-0-se.png
|
||||
share/wesnoth/images/terrain/ruinkeep2-wall-0-sw.png
|
||||
share/wesnoth/images/terrain/ruinkeep2-wall-0-w.png
|
||||
share/wesnoth/images/terrain/ruinkeep2-wall-1-e.png
|
||||
share/wesnoth/images/terrain/ruinkeep2-wall-1-ne.png
|
||||
share/wesnoth/images/terrain/ruinkeep2-wall-1-nw.png
|
||||
share/wesnoth/images/terrain/ruinkeep2-wall-1-se.png
|
||||
share/wesnoth/images/terrain/ruinkeep2-wall-1-sw.png
|
||||
share/wesnoth/images/terrain/ruinkeep2-wall-1-w.png
|
||||
share/wesnoth/images/terrain/ruinkeep2-wall-e.png
|
||||
share/wesnoth/images/terrain/ruinkeep2-wall-ne.png
|
||||
share/wesnoth/images/terrain/ruinkeep2-wall-nw.png
|
||||
share/wesnoth/images/terrain/ruinkeep2-wall-se.png
|
||||
share/wesnoth/images/terrain/ruinkeep2-wall-sw.png
|
||||
share/wesnoth/images/terrain/ruinkeep2-wall-w.png
|
||||
share/wesnoth/images/terrain/ruinkeep2.png
|
||||
share/wesnoth/images/terrain/ruinkeep3-inside-e.png
|
||||
share/wesnoth/images/terrain/ruinkeep3-inside-ne.png
|
||||
share/wesnoth/images/terrain/ruinkeep3-inside-nw.png
|
||||
share/wesnoth/images/terrain/ruinkeep3-inside-se.png
|
||||
share/wesnoth/images/terrain/ruinkeep3-inside-sw.png
|
||||
share/wesnoth/images/terrain/ruinkeep3-inside-w.png
|
||||
share/wesnoth/images/terrain/ruinkeep3-keep-e.png
|
||||
share/wesnoth/images/terrain/ruinkeep3-keep-ne.png
|
||||
share/wesnoth/images/terrain/ruinkeep3-keep-nw.png
|
||||
share/wesnoth/images/terrain/ruinkeep3-keep-se.png
|
||||
share/wesnoth/images/terrain/ruinkeep3-keep-sw.png
|
||||
share/wesnoth/images/terrain/ruinkeep3-keep-w.png
|
||||
share/wesnoth/images/terrain/ruinkeep3-wall-0-e.png
|
||||
share/wesnoth/images/terrain/ruinkeep3-wall-0-ne.png
|
||||
share/wesnoth/images/terrain/ruinkeep3-wall-0-nw.png
|
||||
share/wesnoth/images/terrain/ruinkeep3-wall-0-se.png
|
||||
share/wesnoth/images/terrain/ruinkeep3-wall-0-sw.png
|
||||
share/wesnoth/images/terrain/ruinkeep3-wall-0-w.png
|
||||
share/wesnoth/images/terrain/ruinkeep3-wall-1-e.png
|
||||
share/wesnoth/images/terrain/ruinkeep3-wall-1-ne.png
|
||||
share/wesnoth/images/terrain/ruinkeep3-wall-1-nw.png
|
||||
share/wesnoth/images/terrain/ruinkeep3-wall-1-se.png
|
||||
share/wesnoth/images/terrain/ruinkeep3-wall-1-sw.png
|
||||
share/wesnoth/images/terrain/ruinkeep3-wall-1-w.png
|
||||
share/wesnoth/images/terrain/ruinkeep3-wall-e.png
|
||||
share/wesnoth/images/terrain/ruinkeep3-wall-ne.png
|
||||
share/wesnoth/images/terrain/ruinkeep3-wall-nw.png
|
||||
share/wesnoth/images/terrain/ruinkeep3-wall-se.png
|
||||
share/wesnoth/images/terrain/ruinkeep3-wall-sw.png
|
||||
share/wesnoth/images/terrain/ruinkeep3-wall-w.png
|
||||
share/wesnoth/images/terrain/sand-n.png
|
||||
share/wesnoth/images/terrain/sand-ne.png
|
||||
share/wesnoth/images/terrain/sand-nw.png
|
||||
|
@ -2728,6 +3022,209 @@ 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/sunken-ruin-concave-e.png
|
||||
share/wesnoth/images/terrain/sunken-ruin-concave-ne.png
|
||||
share/wesnoth/images/terrain/sunken-ruin-concave-nw.png
|
||||
share/wesnoth/images/terrain/sunken-ruin-concave-se.png
|
||||
share/wesnoth/images/terrain/sunken-ruin-concave-sw.png
|
||||
share/wesnoth/images/terrain/sunken-ruin-concave-w.png
|
||||
share/wesnoth/images/terrain/sunken-ruin-convex-e.png
|
||||
share/wesnoth/images/terrain/sunken-ruin-convex-ne.png
|
||||
share/wesnoth/images/terrain/sunken-ruin-convex-nw.png
|
||||
share/wesnoth/images/terrain/sunken-ruin-convex-se.png
|
||||
share/wesnoth/images/terrain/sunken-ruin-convex-sw.png
|
||||
share/wesnoth/images/terrain/sunken-ruin-convex-w.png
|
||||
share/wesnoth/images/terrain/sunken-ruin-n.png
|
||||
share/wesnoth/images/terrain/sunken-ruin-ne.png
|
||||
share/wesnoth/images/terrain/sunken-ruin-nw.png
|
||||
share/wesnoth/images/terrain/sunken-ruin-s.png
|
||||
share/wesnoth/images/terrain/sunken-ruin-se.png
|
||||
share/wesnoth/images/terrain/sunken-ruin-sw.png
|
||||
share/wesnoth/images/terrain/sunken-ruin.png
|
||||
share/wesnoth/images/terrain/sunken-ruin1-concave-e.png
|
||||
share/wesnoth/images/terrain/sunken-ruin1-concave-ne.png
|
||||
share/wesnoth/images/terrain/sunken-ruin1-concave-nw.png
|
||||
share/wesnoth/images/terrain/sunken-ruin1-concave-se.png
|
||||
share/wesnoth/images/terrain/sunken-ruin1-concave-sw.png
|
||||
share/wesnoth/images/terrain/sunken-ruin1-concave-w.png
|
||||
share/wesnoth/images/terrain/sunken-ruin1-convex-e.png
|
||||
share/wesnoth/images/terrain/sunken-ruin1-convex-ne.png
|
||||
share/wesnoth/images/terrain/sunken-ruin1-convex-nw.png
|
||||
share/wesnoth/images/terrain/sunken-ruin1-convex-se.png
|
||||
share/wesnoth/images/terrain/sunken-ruin1-convex-sw.png
|
||||
share/wesnoth/images/terrain/sunken-ruin1-convex-w.png
|
||||
share/wesnoth/images/terrain/sunken-ruin2-concave-e.png
|
||||
share/wesnoth/images/terrain/sunken-ruin2-concave-ne.png
|
||||
share/wesnoth/images/terrain/sunken-ruin2-concave-nw.png
|
||||
share/wesnoth/images/terrain/sunken-ruin2-concave-se.png
|
||||
share/wesnoth/images/terrain/sunken-ruin2-concave-sw.png
|
||||
share/wesnoth/images/terrain/sunken-ruin2-concave-w.png
|
||||
share/wesnoth/images/terrain/sunken-ruin2-convex-e.png
|
||||
share/wesnoth/images/terrain/sunken-ruin2-convex-ne.png
|
||||
share/wesnoth/images/terrain/sunken-ruin2-convex-nw.png
|
||||
share/wesnoth/images/terrain/sunken-ruin2-convex-se.png
|
||||
share/wesnoth/images/terrain/sunken-ruin2-convex-sw.png
|
||||
share/wesnoth/images/terrain/sunken-ruin2-convex-w.png
|
||||
share/wesnoth/images/terrain/sunken-ruin2.png
|
||||
share/wesnoth/images/terrain/sunken-ruin3-concave-e.png
|
||||
share/wesnoth/images/terrain/sunken-ruin3-concave-ne.png
|
||||
share/wesnoth/images/terrain/sunken-ruin3-concave-nw.png
|
||||
share/wesnoth/images/terrain/sunken-ruin3-concave-se.png
|
||||
share/wesnoth/images/terrain/sunken-ruin3-concave-sw.png
|
||||
share/wesnoth/images/terrain/sunken-ruin3-concave-w.png
|
||||
share/wesnoth/images/terrain/sunken-ruin3-convex-e.png
|
||||
share/wesnoth/images/terrain/sunken-ruin3-convex-ne.png
|
||||
share/wesnoth/images/terrain/sunken-ruin3-convex-nw.png
|
||||
share/wesnoth/images/terrain/sunken-ruin3-convex-se.png
|
||||
share/wesnoth/images/terrain/sunken-ruin3-convex-sw.png
|
||||
share/wesnoth/images/terrain/sunken-ruin3-convex-w.png
|
||||
share/wesnoth/images/terrain/sunken-ruin4-concave-e.png
|
||||
share/wesnoth/images/terrain/sunken-ruin4-concave-ne.png
|
||||
share/wesnoth/images/terrain/sunken-ruin4-concave-nw.png
|
||||
share/wesnoth/images/terrain/sunken-ruin4-concave-se.png
|
||||
share/wesnoth/images/terrain/sunken-ruin4-concave-sw.png
|
||||
share/wesnoth/images/terrain/sunken-ruin4-concave-w.png
|
||||
share/wesnoth/images/terrain/sunken-ruin4-convex-e.png
|
||||
share/wesnoth/images/terrain/sunken-ruin4-convex-ne.png
|
||||
share/wesnoth/images/terrain/sunken-ruin4-convex-nw.png
|
||||
share/wesnoth/images/terrain/sunken-ruin4-convex-se.png
|
||||
share/wesnoth/images/terrain/sunken-ruin4-convex-sw.png
|
||||
share/wesnoth/images/terrain/sunken-ruin4-convex-w.png
|
||||
share/wesnoth/images/terrain/sunken-ruin5-concave-e.png
|
||||
share/wesnoth/images/terrain/sunken-ruin5-concave-ne.png
|
||||
share/wesnoth/images/terrain/sunken-ruin5-concave-nw.png
|
||||
share/wesnoth/images/terrain/sunken-ruin5-concave-se.png
|
||||
share/wesnoth/images/terrain/sunken-ruin5-concave-sw.png
|
||||
share/wesnoth/images/terrain/sunken-ruin5-concave-w.png
|
||||
share/wesnoth/images/terrain/sunken-ruin5-convex-e.png
|
||||
share/wesnoth/images/terrain/sunken-ruin5-convex-ne.png
|
||||
share/wesnoth/images/terrain/sunken-ruin5-convex-nw.png
|
||||
share/wesnoth/images/terrain/sunken-ruin5-convex-se.png
|
||||
share/wesnoth/images/terrain/sunken-ruin5-convex-sw.png
|
||||
share/wesnoth/images/terrain/sunken-ruin5-convex-w.png
|
||||
share/wesnoth/images/terrain/sunken-ruinkeep.png
|
||||
share/wesnoth/images/terrain/sunken-ruinkeep1-inside-e.png
|
||||
share/wesnoth/images/terrain/sunken-ruinkeep1-inside-ne.png
|
||||
share/wesnoth/images/terrain/sunken-ruinkeep1-inside-nw.png
|
||||
share/wesnoth/images/terrain/sunken-ruinkeep1-inside-se.png
|
||||
share/wesnoth/images/terrain/sunken-ruinkeep1-inside-sw.png
|
||||
share/wesnoth/images/terrain/sunken-ruinkeep1-inside-w.png
|
||||
share/wesnoth/images/terrain/sunken-ruinkeep1-keep-e.png
|
||||
share/wesnoth/images/terrain/sunken-ruinkeep1-keep-ne.png
|
||||
share/wesnoth/images/terrain/sunken-ruinkeep1-keep-nw.png
|
||||
share/wesnoth/images/terrain/sunken-ruinkeep1-keep-se.png
|
||||
share/wesnoth/images/terrain/sunken-ruinkeep1-keep-sw.png
|
||||
share/wesnoth/images/terrain/sunken-ruinkeep1-keep-w.png
|
||||
share/wesnoth/images/terrain/sunken-ruinkeep1-wall-0-e.png
|
||||
share/wesnoth/images/terrain/sunken-ruinkeep1-wall-0-ne.png
|
||||
share/wesnoth/images/terrain/sunken-ruinkeep1-wall-0-nw.png
|
||||
share/wesnoth/images/terrain/sunken-ruinkeep1-wall-0-se.png
|
||||
share/wesnoth/images/terrain/sunken-ruinkeep1-wall-0-sw.png
|
||||
share/wesnoth/images/terrain/sunken-ruinkeep1-wall-0-w.png
|
||||
share/wesnoth/images/terrain/sunken-ruinkeep1-wall-1-e.png
|
||||
share/wesnoth/images/terrain/sunken-ruinkeep1-wall-1-ne.png
|
||||
share/wesnoth/images/terrain/sunken-ruinkeep1-wall-1-nw.png
|
||||
share/wesnoth/images/terrain/sunken-ruinkeep1-wall-1-se.png
|
||||
share/wesnoth/images/terrain/sunken-ruinkeep1-wall-1-sw.png
|
||||
share/wesnoth/images/terrain/sunken-ruinkeep1-wall-1-w.png
|
||||
share/wesnoth/images/terrain/sunken-ruinkeep1-wall-e.png
|
||||
share/wesnoth/images/terrain/sunken-ruinkeep1-wall-ne.png
|
||||
share/wesnoth/images/terrain/sunken-ruinkeep1-wall-nw.png
|
||||
share/wesnoth/images/terrain/sunken-ruinkeep1-wall-se.png
|
||||
share/wesnoth/images/terrain/sunken-ruinkeep1-wall-sw.png
|
||||
share/wesnoth/images/terrain/sunken-ruinkeep1-wall-w.png
|
||||
share/wesnoth/images/terrain/sunken-ruinkeep2-inside-e.png
|
||||
share/wesnoth/images/terrain/sunken-ruinkeep2-inside-ne.png
|
||||
share/wesnoth/images/terrain/sunken-ruinkeep2-inside-nw.png
|
||||
share/wesnoth/images/terrain/sunken-ruinkeep2-inside-se.png
|
||||
share/wesnoth/images/terrain/sunken-ruinkeep2-inside-sw.png
|
||||
share/wesnoth/images/terrain/sunken-ruinkeep2-inside-w.png
|
||||
share/wesnoth/images/terrain/sunken-ruinkeep2-keep-e.png
|
||||
share/wesnoth/images/terrain/sunken-ruinkeep2-keep-ne.png
|
||||
share/wesnoth/images/terrain/sunken-ruinkeep2-keep-nw.png
|
||||
share/wesnoth/images/terrain/sunken-ruinkeep2-keep-se.png
|
||||
share/wesnoth/images/terrain/sunken-ruinkeep2-keep-sw.png
|
||||
share/wesnoth/images/terrain/sunken-ruinkeep2-keep-w.png
|
||||
share/wesnoth/images/terrain/sunken-ruinkeep2-wall-0-e.png
|
||||
share/wesnoth/images/terrain/sunken-ruinkeep2-wall-0-ne.png
|
||||
share/wesnoth/images/terrain/sunken-ruinkeep2-wall-0-nw.png
|
||||
share/wesnoth/images/terrain/sunken-ruinkeep2-wall-0-se.png
|
||||
share/wesnoth/images/terrain/sunken-ruinkeep2-wall-0-sw.png
|
||||
share/wesnoth/images/terrain/sunken-ruinkeep2-wall-0-w.png
|
||||
share/wesnoth/images/terrain/sunken-ruinkeep2-wall-1-e.png
|
||||
share/wesnoth/images/terrain/sunken-ruinkeep2-wall-1-ne.png
|
||||
share/wesnoth/images/terrain/sunken-ruinkeep2-wall-1-nw.png
|
||||
share/wesnoth/images/terrain/sunken-ruinkeep2-wall-1-se.png
|
||||
share/wesnoth/images/terrain/sunken-ruinkeep2-wall-1-sw.png
|
||||
share/wesnoth/images/terrain/sunken-ruinkeep2-wall-1-w.png
|
||||
share/wesnoth/images/terrain/sunken-ruinkeep2-wall-e.png
|
||||
share/wesnoth/images/terrain/sunken-ruinkeep2-wall-ne.png
|
||||
share/wesnoth/images/terrain/sunken-ruinkeep2-wall-nw.png
|
||||
share/wesnoth/images/terrain/sunken-ruinkeep2-wall-se.png
|
||||
share/wesnoth/images/terrain/sunken-ruinkeep2-wall-sw.png
|
||||
share/wesnoth/images/terrain/sunken-ruinkeep2-wall-w.png
|
||||
share/wesnoth/images/terrain/sunken-ruinkeep2.png
|
||||
share/wesnoth/images/terrain/sunken-ruinkeep3-inside-e.png
|
||||
share/wesnoth/images/terrain/sunken-ruinkeep3-inside-ne.png
|
||||
share/wesnoth/images/terrain/sunken-ruinkeep3-inside-nw.png
|
||||
share/wesnoth/images/terrain/sunken-ruinkeep3-inside-se.png
|
||||
share/wesnoth/images/terrain/sunken-ruinkeep3-inside-sw.png
|
||||
share/wesnoth/images/terrain/sunken-ruinkeep3-inside-w.png
|
||||
share/wesnoth/images/terrain/sunken-ruinkeep3-keep-e.png
|
||||
share/wesnoth/images/terrain/sunken-ruinkeep3-keep-ne.png
|
||||
share/wesnoth/images/terrain/sunken-ruinkeep3-keep-nw.png
|
||||
share/wesnoth/images/terrain/sunken-ruinkeep3-keep-se.png
|
||||
share/wesnoth/images/terrain/sunken-ruinkeep3-keep-sw.png
|
||||
share/wesnoth/images/terrain/sunken-ruinkeep3-keep-w.png
|
||||
share/wesnoth/images/terrain/sunken-ruinkeep3-wall-0-e.png
|
||||
share/wesnoth/images/terrain/sunken-ruinkeep3-wall-0-ne.png
|
||||
share/wesnoth/images/terrain/sunken-ruinkeep3-wall-0-nw.png
|
||||
share/wesnoth/images/terrain/sunken-ruinkeep3-wall-0-se.png
|
||||
share/wesnoth/images/terrain/sunken-ruinkeep3-wall-0-sw.png
|
||||
share/wesnoth/images/terrain/sunken-ruinkeep3-wall-0-w.png
|
||||
share/wesnoth/images/terrain/sunken-ruinkeep3-wall-1-e.png
|
||||
share/wesnoth/images/terrain/sunken-ruinkeep3-wall-1-ne.png
|
||||
share/wesnoth/images/terrain/sunken-ruinkeep3-wall-1-nw.png
|
||||
share/wesnoth/images/terrain/sunken-ruinkeep3-wall-1-se.png
|
||||
share/wesnoth/images/terrain/sunken-ruinkeep3-wall-1-sw.png
|
||||
share/wesnoth/images/terrain/sunken-ruinkeep3-wall-1-w.png
|
||||
share/wesnoth/images/terrain/sunken-ruinkeep3-wall-e.png
|
||||
share/wesnoth/images/terrain/sunken-ruinkeep3-wall-ne.png
|
||||
share/wesnoth/images/terrain/sunken-ruinkeep3-wall-nw.png
|
||||
share/wesnoth/images/terrain/sunken-ruinkeep3-wall-se.png
|
||||
share/wesnoth/images/terrain/sunken-ruinkeep3-wall-sw.png
|
||||
share/wesnoth/images/terrain/sunken-ruinkeep3-wall-w.png
|
||||
share/wesnoth/images/terrain/sunkenkeep-inside-e.png
|
||||
share/wesnoth/images/terrain/sunkenkeep-inside-ne.png
|
||||
share/wesnoth/images/terrain/sunkenkeep-inside-nw.png
|
||||
share/wesnoth/images/terrain/sunkenkeep-inside-se.png
|
||||
share/wesnoth/images/terrain/sunkenkeep-inside-sw.png
|
||||
share/wesnoth/images/terrain/sunkenkeep-inside-w.png
|
||||
share/wesnoth/images/terrain/sunkenkeep-keep-e.png
|
||||
share/wesnoth/images/terrain/sunkenkeep-keep-ne.png
|
||||
share/wesnoth/images/terrain/sunkenkeep-keep-nw.png
|
||||
share/wesnoth/images/terrain/sunkenkeep-keep-se.png
|
||||
share/wesnoth/images/terrain/sunkenkeep-keep-sw.png
|
||||
share/wesnoth/images/terrain/sunkenkeep-keep-w.png
|
||||
share/wesnoth/images/terrain/sunkenkeep-wall-0-e.png
|
||||
share/wesnoth/images/terrain/sunkenkeep-wall-0-ne.png
|
||||
share/wesnoth/images/terrain/sunkenkeep-wall-0-nw.png
|
||||
share/wesnoth/images/terrain/sunkenkeep-wall-0-se.png
|
||||
share/wesnoth/images/terrain/sunkenkeep-wall-0-sw.png
|
||||
share/wesnoth/images/terrain/sunkenkeep-wall-0-w.png
|
||||
share/wesnoth/images/terrain/sunkenkeep-wall-1-e.png
|
||||
share/wesnoth/images/terrain/sunkenkeep-wall-1-ne.png
|
||||
share/wesnoth/images/terrain/sunkenkeep-wall-1-nw.png
|
||||
share/wesnoth/images/terrain/sunkenkeep-wall-1-se.png
|
||||
share/wesnoth/images/terrain/sunkenkeep-wall-1-sw.png
|
||||
share/wesnoth/images/terrain/sunkenkeep-wall-1-w.png
|
||||
share/wesnoth/images/terrain/sunkenkeep-wall-e.png
|
||||
share/wesnoth/images/terrain/sunkenkeep-wall-ne.png
|
||||
share/wesnoth/images/terrain/sunkenkeep-wall-nw.png
|
||||
share/wesnoth/images/terrain/sunkenkeep-wall-se.png
|
||||
share/wesnoth/images/terrain/sunkenkeep-wall-sw.png
|
||||
share/wesnoth/images/terrain/sunkenkeep-wall-w.png
|
||||
share/wesnoth/images/terrain/sunkenkeep.png
|
||||
share/wesnoth/images/terrain/swampwater-n.png
|
||||
share/wesnoth/images/terrain/swampwater-ne.png
|
||||
share/wesnoth/images/terrain/swampwater-nw.png
|
||||
|
@ -2802,9 +3299,21 @@ 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-1-1.png
|
||||
share/wesnoth/images/thief+female-defend-1-2.png
|
||||
share/wesnoth/images/thief+female-defend-2-1.png
|
||||
share/wesnoth/images/thief+female-defend-2-2.png
|
||||
share/wesnoth/images/thief+female-defend-3-1.png
|
||||
share/wesnoth/images/thief+female-defend-3-2.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-1-1.png
|
||||
share/wesnoth/images/thief-defend-1-2.png
|
||||
share/wesnoth/images/thief-defend-2-1.png
|
||||
share/wesnoth/images/thief-defend-2-2.png
|
||||
share/wesnoth/images/thief-defend-3-1.png
|
||||
share/wesnoth/images/thief-defend-3-2.png
|
||||
share/wesnoth/images/thief-defend.png
|
||||
share/wesnoth/images/thief.png
|
||||
share/wesnoth/images/tools/exploder/mask-castle-e.png
|
||||
|
@ -2919,6 +3428,8 @@ 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-dying-2.png
|
||||
share/wesnoth/images/undead-revenant-dying.png
|
||||
share/wesnoth/images/undead-revenant.png
|
||||
share/wesnoth/images/undead-shadow-attack.png
|
||||
share/wesnoth/images/undead-shadow-defend.png
|
||||
|
@ -2926,7 +3437,15 @@ 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-dying-2.png
|
||||
share/wesnoth/images/undead-skeleton-dying.png
|
||||
share/wesnoth/images/undead-skeleton.png
|
||||
share/wesnoth/images/undead-sorcerer-defence.png
|
||||
share/wesnoth/images/undead-sorcerer-ranged1.png
|
||||
share/wesnoth/images/undead-sorcerer-ranged2.png
|
||||
share/wesnoth/images/undead-sorcerer-staff1.png
|
||||
share/wesnoth/images/undead-sorcerer-staff2.png
|
||||
share/wesnoth/images/undead-sorcerer.png
|
||||
share/wesnoth/images/undead-soulless-defend.png
|
||||
share/wesnoth/images/undead-soulless-melee.png
|
||||
share/wesnoth/images/undead-soulless.png
|
||||
|
@ -2947,7 +3466,54 @@ 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-n.png
|
||||
share/wesnoth/images/undead-zombie-attack-s.png
|
||||
share/wesnoth/images/undead-zombie-attack.png
|
||||
share/wesnoth/images/undead-zombie-die-1.png
|
||||
share/wesnoth/images/undead-zombie-die-2.png
|
||||
share/wesnoth/images/undead-zombie-die-3.png
|
||||
share/wesnoth/images/undead-zombie-drake-attack-n.png
|
||||
share/wesnoth/images/undead-zombie-drake-attack-s.png
|
||||
share/wesnoth/images/undead-zombie-drake-attack.png
|
||||
share/wesnoth/images/undead-zombie-drake-die-1.png
|
||||
share/wesnoth/images/undead-zombie-drake-die-2.png
|
||||
share/wesnoth/images/undead-zombie-drake-die-3.png
|
||||
share/wesnoth/images/undead-zombie-drake.png
|
||||
share/wesnoth/images/undead-zombie-mounted-attack-n.png
|
||||
share/wesnoth/images/undead-zombie-mounted-attack-s.png
|
||||
share/wesnoth/images/undead-zombie-mounted-attack.png
|
||||
share/wesnoth/images/undead-zombie-mounted-die-1.png
|
||||
share/wesnoth/images/undead-zombie-mounted-die-2.png
|
||||
share/wesnoth/images/undead-zombie-mounted-die-3.png
|
||||
share/wesnoth/images/undead-zombie-mounted.png
|
||||
share/wesnoth/images/undead-zombie-saurian-attack-n.png
|
||||
share/wesnoth/images/undead-zombie-saurian-attack-s.png
|
||||
share/wesnoth/images/undead-zombie-saurian-attack.png
|
||||
share/wesnoth/images/undead-zombie-saurian-die-1.png
|
||||
share/wesnoth/images/undead-zombie-saurian-die-2.png
|
||||
share/wesnoth/images/undead-zombie-saurian-die-3.png
|
||||
share/wesnoth/images/undead-zombie-saurian.png
|
||||
share/wesnoth/images/undead-zombie-swimmer-attack-n.png
|
||||
share/wesnoth/images/undead-zombie-swimmer-attack-s.png
|
||||
share/wesnoth/images/undead-zombie-swimmer-attack.png
|
||||
share/wesnoth/images/undead-zombie-swimmer-die-1.png
|
||||
share/wesnoth/images/undead-zombie-swimmer-die-2.png
|
||||
share/wesnoth/images/undead-zombie-swimmer-die-3.png
|
||||
share/wesnoth/images/undead-zombie-swimmer.png
|
||||
share/wesnoth/images/undead-zombie-troll-attack-n.png
|
||||
share/wesnoth/images/undead-zombie-troll-attack-s.png
|
||||
share/wesnoth/images/undead-zombie-troll-attack.png
|
||||
share/wesnoth/images/undead-zombie-troll-die-1.png
|
||||
share/wesnoth/images/undead-zombie-troll-die-2.png
|
||||
share/wesnoth/images/undead-zombie-troll-die-3.png
|
||||
share/wesnoth/images/undead-zombie-troll.png
|
||||
share/wesnoth/images/undead-zombie-wose-attack-n.png
|
||||
share/wesnoth/images/undead-zombie-wose-attack-s.png
|
||||
share/wesnoth/images/undead-zombie-wose-attack.png
|
||||
share/wesnoth/images/undead-zombie-wose-die-1.png
|
||||
share/wesnoth/images/undead-zombie-wose-die-2.png
|
||||
share/wesnoth/images/undead-zombie-wose-die-3.png
|
||||
share/wesnoth/images/undead-zombie-wose.png
|
||||
share/wesnoth/images/undead-zombie.png
|
||||
share/wesnoth/images/warrior-king-attack1.png
|
||||
share/wesnoth/images/warrior-king-attack2.png
|
||||
|
@ -3146,3 +3712,4 @@ share/wesnoth/sounds/zombie-hit.wav
|
|||
%%KDE:%%@cwd %%LOCALBASE%%
|
||||
%%KDE:%%share/applnk/Games/TacticStrategy/wesnoth.desktop
|
||||
%%KDE:%%share/icons/wesnoth-icon.png
|
||||
%%SERVER:%%@unexec rmdir /var/run/wesnothd 2>/dev/null || echo "If you are permanently removing this port, you should do a 'rm -rf /var/run/wesnothd' to remove it." | fmt
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= wesnoth
|
||||
PORTVERSION= 0.8.11
|
||||
PORTVERSION= 0.9.0
|
||||
CATEGORIES= games
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
|
||||
http://www.wesnoth.org/files/
|
||||
|
@ -30,7 +30,8 @@ USE_GETTEXT= yes
|
|||
USE_X_PREFIX= yes
|
||||
USE_REINPLACE= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --with-libiconv-prefix=${LOCALBASE} \
|
||||
CONFIGURE_ARGS= --localstatedir=/var \
|
||||
--with-libiconv-prefix=${LOCALBASE} \
|
||||
--with-libintl-prefix=${LOCALBASE} \
|
||||
--with-freetype-prefix=${LOCALBASE} \
|
||||
--with-localedir=${PREFIX}/share/locale
|
||||
|
@ -38,7 +39,7 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|||
CXXFLAGS="-I${LOCALBASE}/include ${CXXFLAGS} -ftemplate-depth-45" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib -lintl"
|
||||
|
||||
MAN6= wesnoth.6 wesnoth_editor.6 wesnothd.6
|
||||
MAN6= wesnoth.6
|
||||
MANLANG= "" de
|
||||
|
||||
.if defined(LITE)
|
||||
|
@ -61,6 +62,7 @@ CONFIGURE_ARGS+= --enable-debug
|
|||
|
||||
.if defined(WITH_EDITOR) || defined(PACKAGE_BUILDING)
|
||||
CONFIGURE_ARGS+= --enable-editor
|
||||
MAN6+= wesnoth_editor.6
|
||||
PLIST_SUB+= EDITOR:=""
|
||||
.else
|
||||
PLIST_SUB+= EDITOR:="@comment "
|
||||
|
@ -68,6 +70,7 @@ PLIST_SUB+= EDITOR:="@comment "
|
|||
|
||||
.if defined(WITH_SERVER) || defined(PACKAGE_BUILDING)
|
||||
CONFIGURE_ARGS+= --enable-server
|
||||
MAN6+= wesnothd.6
|
||||
PLIST_SUB+= SERVER:=""
|
||||
.else
|
||||
PLIST_SUB+= SERVER:="@comment "
|
||||
|
@ -82,6 +85,10 @@ PLIST_SUB+= TOOLS:="@comment "
|
|||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} < 500000
|
||||
IGNORE=does not compile on FreeBSD 4.x, due to lack of towupper() and wide character in libc
|
||||
.endif
|
||||
|
||||
.if ${HAVE_GNOME:Mgnomehier}!=""
|
||||
CONFIGURE_ARGS+= --with-gnome
|
||||
PLIST_SUB+= GNOME:=""
|
||||
|
@ -102,7 +109,7 @@ pre-everything::
|
|||
@${ECHO_MSG} " "
|
||||
.endif
|
||||
.if !defined(LITE)
|
||||
@${ECHO_MSG} "LITE=yes for lite version of Wesnoth (without music)."
|
||||
@${ECHO_MSG} "LITE=yes for lite version of Wesnoth (without music and story images)."
|
||||
.endif
|
||||
.if !defined(WITH_CAMPAIGN)
|
||||
@${ECHO_MSG} "WITH_CAMPAIGN=yes to enable compilation of campaign server."
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
MD5 (wesnoth-0.8.11.tar.gz) = 929c65818cc2fb47227929f253fb1f8c
|
||||
SIZE (wesnoth-0.8.11.tar.gz) = 33034379
|
||||
MD5 (wesnoth-lite-0.8.11.tar.gz) = fc6691a607fc99b8771fe462e7547ac0
|
||||
SIZE (wesnoth-lite-0.8.11.tar.gz) = 17239199
|
||||
MD5 (wesnoth-0.9.0.tar.gz) = 8dd59719631e0e6329a0a25e1dcbf302
|
||||
SIZE (wesnoth-0.9.0.tar.gz) = 36051074
|
||||
MD5 (wesnoth-lite-0.9.0.tar.gz) = 0071202a21a3095e535868f017b1c8f1
|
||||
SIZE (wesnoth-lite-0.9.0.tar.gz) = 20252375
|
||||
|
|
|
@ -1,15 +1,15 @@
|
|||
--- src/Makefile.in.orig Wed Jan 26 18:36:37 2005
|
||||
+++ src/Makefile.in Wed Jan 26 18:37:47 2005
|
||||
@@ -661,10 +661,10 @@
|
||||
sdl_ttf/SDL_ttf.h \
|
||||
wesconfig.h
|
||||
--- src/Makefile.in.orig Tue Apr 12 12:40:30 2005
|
||||
+++ src/Makefile.in Tue Apr 12 12:41:54 2005
|
||||
@@ -961,10 +961,10 @@
|
||||
wesconfig.h
|
||||
|
||||
-AM_CXXFLAGS = -I sdl_ttf -I../intl -I$(top_srcdir)/intl @SDL_CFLAGS@ -DWESNOTH_PATH=\"$(pkgdatadir)\" \
|
||||
+AM_CXXFLAGS = -I sdl_ttf @SDL_CFLAGS@ -DWESNOTH_PATH=\"$(pkgdatadir)\" \
|
||||
-DLOCALEDIR=\"$(LOCALEDIR)\" -DHAS_RELATIVE_LOCALEDIR=$(HAS_RELATIVE_LOCALEDIR)
|
||||
wesnoth_zip_LDADD = @SDL_LIBS@ @SDL_NET_LIBS@
|
||||
-AM_CXXFLAGS = -I $(srcdir)/sdl_ttf -I../intl -I$(top_srcdir)/intl @SDL_CFLAGS@ -DWESNOTH_PATH=\"$(pkgdatadir)\" \
|
||||
+AM_CXXFLAGS = -I $(srcdir)/sdl_ttf @SDL_CFLAGS@ -DWESNOTH_PATH=\"$(pkgdatadir)\" \
|
||||
-DLOCALEDIR=\"$(LOCALEDIR)\" -DHAS_RELATIVE_LOCALEDIR=$(HAS_RELATIVE_LOCALEDIR) -DFIFODIR=\"$(fifodir)\"
|
||||
|
||||
-AM_CFLAGS = -I sdl_ttf -I../intl -I$(top_srcdir)/intl @SDL_CFLAGS@ -DWESNOTH_PATH=\"$(pkgdatadir)\" \
|
||||
+AM_CFLAGS = -I sdl_ttf @SDL_CFLAGS@ -DWESNOTH_PATH=\"$(pkgdatadir)\" \
|
||||
-AM_CFLAGS = -I $(srcdir)/sdl_ttf -I../intl -I$(top_srcdir)/intl @SDL_CFLAGS@ -DWESNOTH_PATH=\"$(pkgdatadir)\" \
|
||||
+AM_CFLAGS = -I $(srcdir)/sdl_ttf @SDL_CFLAGS@ -DWESNOTH_PATH=\"$(pkgdatadir)\" \
|
||||
-DLOCALEDIR=\"$(LOCALEDIR)\" -DHAS_RELATIVE_LOCALEDIR=$(HAS_RELATIVE_LOCALEDIR)
|
||||
|
||||
CXXLD = $(LDPREFIX) $(CXX)
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
--- src/help.cpp.orig Mon Dec 6 01:09:20 2004
|
||||
+++ src/help.cpp Mon Dec 6 01:09:29 2004
|
||||
@@ -33,7 +33,7 @@
|
||||
--- src/help.cpp.orig Tue Apr 12 12:43:10 2005
|
||||
+++ src/help.cpp Tue Apr 12 12:43:20 2005
|
||||
@@ -40,7 +40,7 @@
|
||||
#include <algorithm>
|
||||
#include <iostream>
|
||||
#include <list>
|
||||
|
|
|
@ -5,6 +5,14 @@ bin/wesnoth
|
|||
%%EDITOR:%%bin/wesnoth_editor
|
||||
%%SERVER:%%bin/wesnothd
|
||||
bin/wmlxgettext
|
||||
share/locale/af/LC_MESSAGES/wesnoth-editor.mo
|
||||
share/locale/af/LC_MESSAGES/wesnoth-ei.mo
|
||||
share/locale/af/LC_MESSAGES/wesnoth-httt.mo
|
||||
share/locale/af/LC_MESSAGES/wesnoth-lib.mo
|
||||
share/locale/af/LC_MESSAGES/wesnoth-sotbe.mo
|
||||
share/locale/af/LC_MESSAGES/wesnoth-tdh.mo
|
||||
share/locale/af/LC_MESSAGES/wesnoth-trow.mo
|
||||
share/locale/af/LC_MESSAGES/wesnoth.mo
|
||||
share/locale/bg/LC_MESSAGES/wesnoth-editor.mo
|
||||
share/locale/bg/LC_MESSAGES/wesnoth-ei.mo
|
||||
share/locale/bg/LC_MESSAGES/wesnoth-httt.mo
|
||||
|
@ -69,6 +77,14 @@ share/locale/es/LC_MESSAGES/wesnoth-sotbe.mo
|
|||
share/locale/es/LC_MESSAGES/wesnoth-tdh.mo
|
||||
share/locale/es/LC_MESSAGES/wesnoth-trow.mo
|
||||
share/locale/es/LC_MESSAGES/wesnoth.mo
|
||||
share/locale/et/LC_MESSAGES/wesnoth-editor.mo
|
||||
share/locale/et/LC_MESSAGES/wesnoth-ei.mo
|
||||
share/locale/et/LC_MESSAGES/wesnoth-httt.mo
|
||||
share/locale/et/LC_MESSAGES/wesnoth-lib.mo
|
||||
share/locale/et/LC_MESSAGES/wesnoth-sotbe.mo
|
||||
share/locale/et/LC_MESSAGES/wesnoth-tdh.mo
|
||||
share/locale/et/LC_MESSAGES/wesnoth-trow.mo
|
||||
share/locale/et/LC_MESSAGES/wesnoth.mo
|
||||
share/locale/eu/LC_MESSAGES/wesnoth-editor.mo
|
||||
share/locale/eu/LC_MESSAGES/wesnoth-ei.mo
|
||||
share/locale/eu/LC_MESSAGES/wesnoth-httt.mo
|
||||
|
@ -109,6 +125,14 @@ share/locale/it/LC_MESSAGES/wesnoth-sotbe.mo
|
|||
share/locale/it/LC_MESSAGES/wesnoth-tdh.mo
|
||||
share/locale/it/LC_MESSAGES/wesnoth-trow.mo
|
||||
share/locale/it/LC_MESSAGES/wesnoth.mo
|
||||
share/locale/ja/LC_MESSAGES/wesnoth-editor.mo
|
||||
share/locale/ja/LC_MESSAGES/wesnoth-ei.mo
|
||||
share/locale/ja/LC_MESSAGES/wesnoth-httt.mo
|
||||
share/locale/ja/LC_MESSAGES/wesnoth-lib.mo
|
||||
share/locale/ja/LC_MESSAGES/wesnoth-sotbe.mo
|
||||
share/locale/ja/LC_MESSAGES/wesnoth-tdh.mo
|
||||
share/locale/ja/LC_MESSAGES/wesnoth-trow.mo
|
||||
share/locale/ja/LC_MESSAGES/wesnoth.mo
|
||||
share/locale/la/LC_MESSAGES/wesnoth-editor.mo
|
||||
share/locale/la/LC_MESSAGES/wesnoth-ei.mo
|
||||
share/locale/la/LC_MESSAGES/wesnoth-httt.mo
|
||||
|
@ -181,6 +205,14 @@ share/locale/sv/LC_MESSAGES/wesnoth-sotbe.mo
|
|||
share/locale/sv/LC_MESSAGES/wesnoth-tdh.mo
|
||||
share/locale/sv/LC_MESSAGES/wesnoth-trow.mo
|
||||
share/locale/sv/LC_MESSAGES/wesnoth.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/wesnoth-editor.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/wesnoth-ei.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/wesnoth-httt.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/wesnoth-lib.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/wesnoth-sotbe.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/wesnoth-tdh.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/wesnoth-trow.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/wesnoth.mo
|
||||
share/wesnoth/data/campaigns/Eastern_Invasion.cfg
|
||||
share/wesnoth/data/campaigns/Heir_To_The_Throne.cfg
|
||||
share/wesnoth/data/campaigns/README
|
||||
|
@ -188,6 +220,7 @@ 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/fonts.cfg
|
||||
share/wesnoth/data/game.cfg
|
||||
share/wesnoth/data/help.cfg
|
||||
share/wesnoth/data/items.cfg
|
||||
|
@ -285,13 +318,17 @@ 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/Basic_Training
|
||||
share/wesnoth/data/maps/Tutorial/Traits_and_Specialties
|
||||
share/wesnoth/data/maps/multiplayer/An_Island
|
||||
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/Clash
|
||||
share/wesnoth/data/maps/multiplayer/ForestofFear
|
||||
share/wesnoth/data/maps/multiplayer/Hexcake
|
||||
share/wesnoth/data/maps/multiplayer/Icy_Waters
|
||||
share/wesnoth/data/maps/multiplayer/King_of_the_Hill
|
||||
share/wesnoth/data/maps/multiplayer/Three_Rivers
|
||||
share/wesnoth/data/maps/multiplayer/Wesbowl
|
||||
|
@ -414,7 +451,10 @@ 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/Clash.cfg
|
||||
share/wesnoth/data/scenarios/multiplayer/ForestOfFear.cfg
|
||||
share/wesnoth/data/scenarios/multiplayer/Hexcake.cfg
|
||||
share/wesnoth/data/scenarios/multiplayer/IcyWaters.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
|
||||
|
@ -440,6 +480,7 @@ share/wesnoth/data/terrain-graphics/forests.cfg
|
|||
share/wesnoth/data/terrain-graphics/util.cfg
|
||||
share/wesnoth/data/terrain.cfg
|
||||
share/wesnoth/data/themes/default.cfg
|
||||
share/wesnoth/data/themes/dfool.cfg
|
||||
share/wesnoth/data/themes/editor.cfg
|
||||
share/wesnoth/data/tips.cfg
|
||||
share/wesnoth/data/tools/exploder/castle-concave.cfg
|
||||
|
@ -461,6 +502,7 @@ 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/traits.cfg
|
||||
share/wesnoth/data/translations/english.cfg
|
||||
share/wesnoth/data/units/Ancient_Lich.cfg
|
||||
share/wesnoth/data/units/Ancient_Wose.cfg
|
||||
|
@ -480,6 +522,7 @@ 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_Sorcerer.cfg
|
||||
share/wesnoth/data/units/Dark_Spirit.cfg
|
||||
share/wesnoth/data/units/Death_Knight.cfg
|
||||
share/wesnoth/data/units/Deathblade.cfg
|
||||
|
@ -825,6 +868,8 @@ share/wesnoth/images/campaigns/The_Rise_of_Wesnoth/maps/the_green_isle.png
|
|||
%%LITE:%%share/wesnoth/images/campaigns/The_Rise_of_Wesnoth/story/the_duel.png
|
||||
%%LITE:%%share/wesnoth/images/campaigns/The_Rise_of_Wesnoth/story/trow-logo.png
|
||||
%%LITE:%%share/wesnoth/images/campaigns/The_Rise_of_Wesnoth/story/west.png
|
||||
share/wesnoth/images/cavespider-attack-melee.png
|
||||
share/wesnoth/images/cavespider-attack-ranged.png
|
||||
share/wesnoth/images/cavespider-defend.png
|
||||
share/wesnoth/images/cavespider.png
|
||||
share/wesnoth/images/cockatrice-attack1.png
|
||||
|
@ -1010,6 +1055,7 @@ 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-attack3.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
|
||||
|
@ -1017,6 +1063,7 @@ 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-attack3.png
|
||||
share/wesnoth/images/elvish-avenger-bow-defend.png
|
||||
share/wesnoth/images/elvish-avenger-bow.png
|
||||
share/wesnoth/images/elvish-avenger-defend.png
|
||||
|
@ -1031,11 +1078,12 @@ 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-attack1.png
|
||||
share/wesnoth/images/elvish-champion-bow-attack2.png
|
||||
share/wesnoth/images/elvish-champion-bow-attack3.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
|
||||
|
@ -1081,7 +1129,9 @@ 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-attack1.png
|
||||
share/wesnoth/images/elvish-hero-bow-attack2.png
|
||||
share/wesnoth/images/elvish-hero-bow-attack3.png
|
||||
share/wesnoth/images/elvish-hero-bow-defend.png
|
||||
share/wesnoth/images/elvish-hero-bow.png
|
||||
share/wesnoth/images/elvish-hero-defend.png
|
||||
|
@ -1105,20 +1155,28 @@ 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-attack4.png
|
||||
share/wesnoth/images/elvish-marksman+female-bow-defend.png
|
||||
share/wesnoth/images/elvish-marksman+female-bow.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-attack4.png
|
||||
share/wesnoth/images/elvish-marksman-bow-defend.png
|
||||
share/wesnoth/images/elvish-marksman-bow.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-attack1.png
|
||||
share/wesnoth/images/elvish-marshal-attack2.png
|
||||
share/wesnoth/images/elvish-marshal-attack3.png
|
||||
share/wesnoth/images/elvish-marshal-bow-defend.png
|
||||
share/wesnoth/images/elvish-marshal-bow.png
|
||||
share/wesnoth/images/elvish-marshal-defend.png
|
||||
share/wesnoth/images/elvish-marshal-en-guarde.png
|
||||
share/wesnoth/images/elvish-marshal-leading.png
|
||||
share/wesnoth/images/elvish-marshal.png
|
||||
share/wesnoth/images/elvish-outrider-attack.png
|
||||
|
@ -1131,6 +1189,7 @@ 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-bow.png
|
||||
share/wesnoth/images/elvish-ranger+female-defend.png
|
||||
share/wesnoth/images/elvish-ranger+female.png
|
||||
share/wesnoth/images/elvish-ranger-attack.png
|
||||
|
@ -1138,6 +1197,7 @@ 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-bow.png
|
||||
share/wesnoth/images/elvish-ranger-defend.png
|
||||
share/wesnoth/images/elvish-ranger.png
|
||||
share/wesnoth/images/elvish-rider-attack.png
|
||||
|
@ -1169,14 +1229,18 @@ 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-attack4.png
|
||||
share/wesnoth/images/elvish-sharpshooter+female-bow-defend.png
|
||||
share/wesnoth/images/elvish-sharpshooter+female-bow.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-attack4.png
|
||||
share/wesnoth/images/elvish-sharpshooter-bow-defend.png
|
||||
share/wesnoth/images/elvish-sharpshooter-bow.png
|
||||
share/wesnoth/images/elvish-sharpshooter-defend.png
|
||||
share/wesnoth/images/elvish-sharpshooter.png
|
||||
share/wesnoth/images/elvish-shyde-defend.png
|
||||
|
@ -1350,6 +1414,12 @@ share/wesnoth/images/halo/mage-preparation-halo5.png
|
|||
share/wesnoth/images/halo/mage-preparation-halo6.png
|
||||
share/wesnoth/images/halo/mage-preparation-halo7.png
|
||||
share/wesnoth/images/halo/mermaid-siren-naia-touch-halo.png
|
||||
share/wesnoth/images/halo/shyde-stationary-halo1.png
|
||||
share/wesnoth/images/halo/shyde-stationary-halo2.png
|
||||
share/wesnoth/images/halo/shyde-stationary-halo3.png
|
||||
share/wesnoth/images/halo/shyde-stationary-halo4.png
|
||||
share/wesnoth/images/halo/shyde-stationary-halo5.png
|
||||
share/wesnoth/images/halo/shyde-stationary-halo6.png
|
||||
share/wesnoth/images/halo/white-cleric-aura.png
|
||||
share/wesnoth/images/halo/white-mage-halo1.png
|
||||
share/wesnoth/images/halo/white-mage-halo2.png
|
||||
|
@ -1428,6 +1498,7 @@ 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-defend.png
|
||||
share/wesnoth/images/human-marshal-defense.png
|
||||
share/wesnoth/images/human-marshal-leading.png
|
||||
share/wesnoth/images/human-marshal.png
|
||||
|
@ -1464,8 +1535,14 @@ 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-n.png
|
||||
share/wesnoth/images/human-spearman-attack-ne.png
|
||||
share/wesnoth/images/human-spearman-attack-ranged.png
|
||||
share/wesnoth/images/human-spearman-attack-south-1.png
|
||||
share/wesnoth/images/human-spearman-attack-south-2.png
|
||||
share/wesnoth/images/human-spearman-attack-south-3.png
|
||||
share/wesnoth/images/human-spearman-attack.png
|
||||
share/wesnoth/images/human-spearman-attack2.png
|
||||
share/wesnoth/images/human-spearman-defend-2.png
|
||||
share/wesnoth/images/human-spearman-defend.png
|
||||
share/wesnoth/images/human-spearman.png
|
||||
share/wesnoth/images/human-swordman-attack.png
|
||||
|
@ -1482,6 +1559,7 @@ 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/altar.png
|
||||
share/wesnoth/images/items/ball-blue.png
|
||||
share/wesnoth/images/items/ball-green.png
|
||||
share/wesnoth/images/items/barrel.png
|
||||
|
@ -1562,6 +1640,14 @@ share/wesnoth/images/mage-attack-staff2.png
|
|||
share/wesnoth/images/mage-defend.png
|
||||
share/wesnoth/images/mage.png
|
||||
share/wesnoth/images/maps/wesnoth.png
|
||||
share/wesnoth/images/mermaid-diviner-defend.png
|
||||
share/wesnoth/images/mermaid-diviner-magic1.png
|
||||
share/wesnoth/images/mermaid-diviner-magic2.png
|
||||
share/wesnoth/images/mermaid-diviner-magic3.png
|
||||
share/wesnoth/images/mermaid-diviner-magic4.png
|
||||
share/wesnoth/images/mermaid-diviner-magic5.png
|
||||
share/wesnoth/images/mermaid-diviner-magic6.png
|
||||
share/wesnoth/images/mermaid-diviner-staff-attack.png
|
||||
share/wesnoth/images/mermaid-diviner.png
|
||||
share/wesnoth/images/mermaid-enchantress-defend.png
|
||||
share/wesnoth/images/mermaid-enchantress-staff-attack.png
|
||||
|
@ -1583,6 +1669,14 @@ 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-defend.png
|
||||
share/wesnoth/images/mermaid-priestess-magic1.png
|
||||
share/wesnoth/images/mermaid-priestess-magic2.png
|
||||
share/wesnoth/images/mermaid-priestess-magic3.png
|
||||
share/wesnoth/images/mermaid-priestess-magic4.png
|
||||
share/wesnoth/images/mermaid-priestess-magic5.png
|
||||
share/wesnoth/images/mermaid-priestess-magic6.png
|
||||
share/wesnoth/images/mermaid-priestess-staff-attack.png
|
||||
share/wesnoth/images/mermaid-priestess.png
|
||||
share/wesnoth/images/mermaid-siren-defend.png
|
||||
share/wesnoth/images/mermaid-siren-naia-touch-attack1.png
|
||||
|
@ -1606,12 +1700,30 @@ 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-attack-n.png
|
||||
share/wesnoth/images/merman-hunter-attack-ne.png
|
||||
share/wesnoth/images/merman-hunter-attack-ranged.png
|
||||
share/wesnoth/images/merman-hunter-attack-s.png
|
||||
share/wesnoth/images/merman-hunter-attack-se.png
|
||||
share/wesnoth/images/merman-hunter-defend.png
|
||||
share/wesnoth/images/merman-hunter.png
|
||||
share/wesnoth/images/merman-javelineer-attack-n.png
|
||||
share/wesnoth/images/merman-javelineer-attack-ne.png
|
||||
share/wesnoth/images/merman-javelineer-attack-ranged.png
|
||||
share/wesnoth/images/merman-javelineer-attack-s.png
|
||||
share/wesnoth/images/merman-javelineer-attack-se.png
|
||||
share/wesnoth/images/merman-javelineer-defend.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-attack-n.png
|
||||
share/wesnoth/images/merman-spearman-attack-ne.png
|
||||
share/wesnoth/images/merman-spearman-attack-ranged.png
|
||||
share/wesnoth/images/merman-spearman-attack-s.png
|
||||
share/wesnoth/images/merman-spearman-attack-se.png
|
||||
share/wesnoth/images/merman-spearman-defend.png
|
||||
share/wesnoth/images/merman-spearman.png
|
||||
share/wesnoth/images/merman-triton-attack-blade.png
|
||||
share/wesnoth/images/merman-triton-attack-pierce.png
|
||||
|
@ -1715,6 +1827,7 @@ 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/minimap.png
|
||||
share/wesnoth/images/misc/poisoned.png
|
||||
share/wesnoth/images/misc/rightside-bg.png
|
||||
share/wesnoth/images/misc/rightside-bottom.png
|
||||
|
@ -1751,6 +1864,7 @@ 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/timeofday.png
|
||||
share/wesnoth/images/misc/title.png
|
||||
share/wesnoth/images/misc/top-bg.png
|
||||
share/wesnoth/images/misc/topleft-corner.png
|
||||
|
@ -1764,6 +1878,7 @@ 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/unit.png
|
||||
share/wesnoth/images/misc/units.png
|
||||
share/wesnoth/images/misc/upkeep.png
|
||||
share/wesnoth/images/misc/villages.png
|
||||
|
@ -1813,14 +1928,20 @@ 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-attack-staff1.png
|
||||
share/wesnoth/images/neutral-outlaw-princess-attack-staff2.png
|
||||
share/wesnoth/images/neutral-outlaw-princess-defend-1-1.png
|
||||
share/wesnoth/images/neutral-outlaw-princess-defend-1-2.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-attack-staff1.png
|
||||
share/wesnoth/images/neutral-outlaw-queen-attack-staff2.png
|
||||
share/wesnoth/images/neutral-outlaw-queen-defend-1-1.png
|
||||
share/wesnoth/images/neutral-outlaw-queen-defend-1-2.png
|
||||
share/wesnoth/images/neutral-outlaw-queen-defend.png
|
||||
share/wesnoth/images/neutral-outlaw-queen-leading.png
|
||||
share/wesnoth/images/neutral-outlaw-queen.png
|
||||
|
@ -1843,11 +1964,14 @@ 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-ranged3.png
|
||||
share/wesnoth/images/noble-commander-attack-sword.png
|
||||
share/wesnoth/images/noble-commander-bow.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-attack2.png
|
||||
share/wesnoth/images/noble-fighter-defend.png
|
||||
share/wesnoth/images/noble-fighter.png
|
||||
share/wesnoth/images/noble-lord-attack-ranged1.png
|
||||
|
@ -1857,6 +1981,7 @@ 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-attack2.png
|
||||
share/wesnoth/images/noble-youth-defend.png
|
||||
share/wesnoth/images/noble-youth.png
|
||||
share/wesnoth/images/ogre-attack1.png
|
||||
|
@ -1905,6 +2030,10 @@ 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-slurbow-attack-melee.png
|
||||
share/wesnoth/images/orcish-slurbow-attack-ranged.png
|
||||
share/wesnoth/images/orcish-slurbow-defend.png
|
||||
share/wesnoth/images/orcish-slurbow.png
|
||||
share/wesnoth/images/orcish-sovereign-attack1.png
|
||||
share/wesnoth/images/orcish-sovereign-attack2.png
|
||||
share/wesnoth/images/orcish-sovereign-defend.png
|
||||
|
@ -1949,6 +2078,7 @@ 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/addroran.png
|
||||
share/wesnoth/images/portraits/The_Rise_of_Wesnoth/aethyr.png
|
||||
share/wesnoth/images/portraits/The_Rise_of_Wesnoth/archmage.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
|
||||
|
@ -1960,6 +2090,8 @@ 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/lady_outlaw.png
|
||||
share/wesnoth/images/portraits/The_Rise_of_Wesnoth/lich.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
|
||||
|
@ -2418,6 +2550,8 @@ 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/ford.png
|
||||
share/wesnoth/images/terrain/ford2.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
|
||||
|
@ -2566,6 +2700,12 @@ 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-keep-e.png
|
||||
share/wesnoth/images/terrain/keep-keep-ne.png
|
||||
share/wesnoth/images/terrain/keep-keep-nw.png
|
||||
share/wesnoth/images/terrain/keep-keep-se.png
|
||||
share/wesnoth/images/terrain/keep-keep-sw.png
|
||||
share/wesnoth/images/terrain/keep-keep-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
|
||||
|
@ -2592,6 +2732,7 @@ 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/lava2.png
|
||||
share/wesnoth/images/terrain/mask.png
|
||||
share/wesnoth/images/terrain/mine.png
|
||||
share/wesnoth/images/terrain/mountains-n.png
|
||||
|
@ -2623,6 +2764,159 @@ 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/ruin1-concave-e.png
|
||||
share/wesnoth/images/terrain/ruin1-concave-ne.png
|
||||
share/wesnoth/images/terrain/ruin1-concave-nw.png
|
||||
share/wesnoth/images/terrain/ruin1-concave-se.png
|
||||
share/wesnoth/images/terrain/ruin1-concave-sw.png
|
||||
share/wesnoth/images/terrain/ruin1-concave-w.png
|
||||
share/wesnoth/images/terrain/ruin1-convex-e.png
|
||||
share/wesnoth/images/terrain/ruin1-convex-ne.png
|
||||
share/wesnoth/images/terrain/ruin1-convex-nw.png
|
||||
share/wesnoth/images/terrain/ruin1-convex-se.png
|
||||
share/wesnoth/images/terrain/ruin1-convex-sw.png
|
||||
share/wesnoth/images/terrain/ruin1-convex-w.png
|
||||
share/wesnoth/images/terrain/ruin2-concave-e.png
|
||||
share/wesnoth/images/terrain/ruin2-concave-ne.png
|
||||
share/wesnoth/images/terrain/ruin2-concave-nw.png
|
||||
share/wesnoth/images/terrain/ruin2-concave-se.png
|
||||
share/wesnoth/images/terrain/ruin2-concave-sw.png
|
||||
share/wesnoth/images/terrain/ruin2-concave-w.png
|
||||
share/wesnoth/images/terrain/ruin2-convex-e.png
|
||||
share/wesnoth/images/terrain/ruin2-convex-ne.png
|
||||
share/wesnoth/images/terrain/ruin2-convex-nw.png
|
||||
share/wesnoth/images/terrain/ruin2-convex-se.png
|
||||
share/wesnoth/images/terrain/ruin2-convex-sw.png
|
||||
share/wesnoth/images/terrain/ruin2-convex-w.png
|
||||
share/wesnoth/images/terrain/ruin2.png
|
||||
share/wesnoth/images/terrain/ruin3-concave-e.png
|
||||
share/wesnoth/images/terrain/ruin3-concave-ne.png
|
||||
share/wesnoth/images/terrain/ruin3-concave-nw.png
|
||||
share/wesnoth/images/terrain/ruin3-concave-se.png
|
||||
share/wesnoth/images/terrain/ruin3-concave-sw.png
|
||||
share/wesnoth/images/terrain/ruin3-concave-w.png
|
||||
share/wesnoth/images/terrain/ruin3-convex-e.png
|
||||
share/wesnoth/images/terrain/ruin3-convex-ne.png
|
||||
share/wesnoth/images/terrain/ruin3-convex-nw.png
|
||||
share/wesnoth/images/terrain/ruin3-convex-se.png
|
||||
share/wesnoth/images/terrain/ruin3-convex-sw.png
|
||||
share/wesnoth/images/terrain/ruin3-convex-w.png
|
||||
share/wesnoth/images/terrain/ruin4-concave-e.png
|
||||
share/wesnoth/images/terrain/ruin4-concave-ne.png
|
||||
share/wesnoth/images/terrain/ruin4-concave-nw.png
|
||||
share/wesnoth/images/terrain/ruin4-concave-se.png
|
||||
share/wesnoth/images/terrain/ruin4-concave-sw.png
|
||||
share/wesnoth/images/terrain/ruin4-concave-w.png
|
||||
share/wesnoth/images/terrain/ruin4-convex-e.png
|
||||
share/wesnoth/images/terrain/ruin4-convex-ne.png
|
||||
share/wesnoth/images/terrain/ruin4-convex-nw.png
|
||||
share/wesnoth/images/terrain/ruin4-convex-se.png
|
||||
share/wesnoth/images/terrain/ruin4-convex-sw.png
|
||||
share/wesnoth/images/terrain/ruin4-convex-w.png
|
||||
share/wesnoth/images/terrain/ruin5-concave-e.png
|
||||
share/wesnoth/images/terrain/ruin5-concave-ne.png
|
||||
share/wesnoth/images/terrain/ruin5-concave-nw.png
|
||||
share/wesnoth/images/terrain/ruin5-concave-se.png
|
||||
share/wesnoth/images/terrain/ruin5-concave-sw.png
|
||||
share/wesnoth/images/terrain/ruin5-concave-w.png
|
||||
share/wesnoth/images/terrain/ruin5-convex-e.png
|
||||
share/wesnoth/images/terrain/ruin5-convex-ne.png
|
||||
share/wesnoth/images/terrain/ruin5-convex-nw.png
|
||||
share/wesnoth/images/terrain/ruin5-convex-se.png
|
||||
share/wesnoth/images/terrain/ruin5-convex-sw.png
|
||||
share/wesnoth/images/terrain/ruin5-convex-w.png
|
||||
share/wesnoth/images/terrain/ruinkeep.png
|
||||
share/wesnoth/images/terrain/ruinkeep1-inside-e.png
|
||||
share/wesnoth/images/terrain/ruinkeep1-inside-ne.png
|
||||
share/wesnoth/images/terrain/ruinkeep1-inside-nw.png
|
||||
share/wesnoth/images/terrain/ruinkeep1-inside-se.png
|
||||
share/wesnoth/images/terrain/ruinkeep1-inside-sw.png
|
||||
share/wesnoth/images/terrain/ruinkeep1-inside-w.png
|
||||
share/wesnoth/images/terrain/ruinkeep1-keep-e.png
|
||||
share/wesnoth/images/terrain/ruinkeep1-keep-ne.png
|
||||
share/wesnoth/images/terrain/ruinkeep1-keep-nw.png
|
||||
share/wesnoth/images/terrain/ruinkeep1-keep-se.png
|
||||
share/wesnoth/images/terrain/ruinkeep1-keep-sw.png
|
||||
share/wesnoth/images/terrain/ruinkeep1-keep-w.png
|
||||
share/wesnoth/images/terrain/ruinkeep1-wall-0-e.png
|
||||
share/wesnoth/images/terrain/ruinkeep1-wall-0-ne.png
|
||||
share/wesnoth/images/terrain/ruinkeep1-wall-0-nw.png
|
||||
share/wesnoth/images/terrain/ruinkeep1-wall-0-se.png
|
||||
share/wesnoth/images/terrain/ruinkeep1-wall-0-sw.png
|
||||
share/wesnoth/images/terrain/ruinkeep1-wall-0-w.png
|
||||
share/wesnoth/images/terrain/ruinkeep1-wall-1-e.png
|
||||
share/wesnoth/images/terrain/ruinkeep1-wall-1-ne.png
|
||||
share/wesnoth/images/terrain/ruinkeep1-wall-1-nw.png
|
||||
share/wesnoth/images/terrain/ruinkeep1-wall-1-se.png
|
||||
share/wesnoth/images/terrain/ruinkeep1-wall-1-sw.png
|
||||
share/wesnoth/images/terrain/ruinkeep1-wall-1-w.png
|
||||
share/wesnoth/images/terrain/ruinkeep1-wall-e.png
|
||||
share/wesnoth/images/terrain/ruinkeep1-wall-ne.png
|
||||
share/wesnoth/images/terrain/ruinkeep1-wall-nw.png
|
||||
share/wesnoth/images/terrain/ruinkeep1-wall-se.png
|
||||
share/wesnoth/images/terrain/ruinkeep1-wall-sw.png
|
||||
share/wesnoth/images/terrain/ruinkeep1-wall-w.png
|
||||
share/wesnoth/images/terrain/ruinkeep2-inside-e.png
|
||||
share/wesnoth/images/terrain/ruinkeep2-inside-ne.png
|
||||
share/wesnoth/images/terrain/ruinkeep2-inside-nw.png
|
||||
share/wesnoth/images/terrain/ruinkeep2-inside-se.png
|
||||
share/wesnoth/images/terrain/ruinkeep2-inside-sw.png
|
||||
share/wesnoth/images/terrain/ruinkeep2-inside-w.png
|
||||
share/wesnoth/images/terrain/ruinkeep2-keep-e.png
|
||||
share/wesnoth/images/terrain/ruinkeep2-keep-ne.png
|
||||
share/wesnoth/images/terrain/ruinkeep2-keep-nw.png
|
||||
share/wesnoth/images/terrain/ruinkeep2-keep-se.png
|
||||
share/wesnoth/images/terrain/ruinkeep2-keep-sw.png
|
||||
share/wesnoth/images/terrain/ruinkeep2-keep-w.png
|
||||
share/wesnoth/images/terrain/ruinkeep2-wall-0-e.png
|
||||
share/wesnoth/images/terrain/ruinkeep2-wall-0-ne.png
|
||||
share/wesnoth/images/terrain/ruinkeep2-wall-0-nw.png
|
||||
share/wesnoth/images/terrain/ruinkeep2-wall-0-se.png
|
||||
share/wesnoth/images/terrain/ruinkeep2-wall-0-sw.png
|
||||
share/wesnoth/images/terrain/ruinkeep2-wall-0-w.png
|
||||
share/wesnoth/images/terrain/ruinkeep2-wall-1-e.png
|
||||
share/wesnoth/images/terrain/ruinkeep2-wall-1-ne.png
|
||||
share/wesnoth/images/terrain/ruinkeep2-wall-1-nw.png
|
||||
share/wesnoth/images/terrain/ruinkeep2-wall-1-se.png
|
||||
share/wesnoth/images/terrain/ruinkeep2-wall-1-sw.png
|
||||
share/wesnoth/images/terrain/ruinkeep2-wall-1-w.png
|
||||
share/wesnoth/images/terrain/ruinkeep2-wall-e.png
|
||||
share/wesnoth/images/terrain/ruinkeep2-wall-ne.png
|
||||
share/wesnoth/images/terrain/ruinkeep2-wall-nw.png
|
||||
share/wesnoth/images/terrain/ruinkeep2-wall-se.png
|
||||
share/wesnoth/images/terrain/ruinkeep2-wall-sw.png
|
||||
share/wesnoth/images/terrain/ruinkeep2-wall-w.png
|
||||
share/wesnoth/images/terrain/ruinkeep2.png
|
||||
share/wesnoth/images/terrain/ruinkeep3-inside-e.png
|
||||
share/wesnoth/images/terrain/ruinkeep3-inside-ne.png
|
||||
share/wesnoth/images/terrain/ruinkeep3-inside-nw.png
|
||||
share/wesnoth/images/terrain/ruinkeep3-inside-se.png
|
||||
share/wesnoth/images/terrain/ruinkeep3-inside-sw.png
|
||||
share/wesnoth/images/terrain/ruinkeep3-inside-w.png
|
||||
share/wesnoth/images/terrain/ruinkeep3-keep-e.png
|
||||
share/wesnoth/images/terrain/ruinkeep3-keep-ne.png
|
||||
share/wesnoth/images/terrain/ruinkeep3-keep-nw.png
|
||||
share/wesnoth/images/terrain/ruinkeep3-keep-se.png
|
||||
share/wesnoth/images/terrain/ruinkeep3-keep-sw.png
|
||||
share/wesnoth/images/terrain/ruinkeep3-keep-w.png
|
||||
share/wesnoth/images/terrain/ruinkeep3-wall-0-e.png
|
||||
share/wesnoth/images/terrain/ruinkeep3-wall-0-ne.png
|
||||
share/wesnoth/images/terrain/ruinkeep3-wall-0-nw.png
|
||||
share/wesnoth/images/terrain/ruinkeep3-wall-0-se.png
|
||||
share/wesnoth/images/terrain/ruinkeep3-wall-0-sw.png
|
||||
share/wesnoth/images/terrain/ruinkeep3-wall-0-w.png
|
||||
share/wesnoth/images/terrain/ruinkeep3-wall-1-e.png
|
||||
share/wesnoth/images/terrain/ruinkeep3-wall-1-ne.png
|
||||
share/wesnoth/images/terrain/ruinkeep3-wall-1-nw.png
|
||||
share/wesnoth/images/terrain/ruinkeep3-wall-1-se.png
|
||||
share/wesnoth/images/terrain/ruinkeep3-wall-1-sw.png
|
||||
share/wesnoth/images/terrain/ruinkeep3-wall-1-w.png
|
||||
share/wesnoth/images/terrain/ruinkeep3-wall-e.png
|
||||
share/wesnoth/images/terrain/ruinkeep3-wall-ne.png
|
||||
share/wesnoth/images/terrain/ruinkeep3-wall-nw.png
|
||||
share/wesnoth/images/terrain/ruinkeep3-wall-se.png
|
||||
share/wesnoth/images/terrain/ruinkeep3-wall-sw.png
|
||||
share/wesnoth/images/terrain/ruinkeep3-wall-w.png
|
||||
share/wesnoth/images/terrain/sand-n.png
|
||||
share/wesnoth/images/terrain/sand-ne.png
|
||||
share/wesnoth/images/terrain/sand-nw.png
|
||||
|
@ -2728,6 +3022,209 @@ 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/sunken-ruin-concave-e.png
|
||||
share/wesnoth/images/terrain/sunken-ruin-concave-ne.png
|
||||
share/wesnoth/images/terrain/sunken-ruin-concave-nw.png
|
||||
share/wesnoth/images/terrain/sunken-ruin-concave-se.png
|
||||
share/wesnoth/images/terrain/sunken-ruin-concave-sw.png
|
||||
share/wesnoth/images/terrain/sunken-ruin-concave-w.png
|
||||
share/wesnoth/images/terrain/sunken-ruin-convex-e.png
|
||||
share/wesnoth/images/terrain/sunken-ruin-convex-ne.png
|
||||
share/wesnoth/images/terrain/sunken-ruin-convex-nw.png
|
||||
share/wesnoth/images/terrain/sunken-ruin-convex-se.png
|
||||
share/wesnoth/images/terrain/sunken-ruin-convex-sw.png
|
||||
share/wesnoth/images/terrain/sunken-ruin-convex-w.png
|
||||
share/wesnoth/images/terrain/sunken-ruin-n.png
|
||||
share/wesnoth/images/terrain/sunken-ruin-ne.png
|
||||
share/wesnoth/images/terrain/sunken-ruin-nw.png
|
||||
share/wesnoth/images/terrain/sunken-ruin-s.png
|
||||
share/wesnoth/images/terrain/sunken-ruin-se.png
|
||||
share/wesnoth/images/terrain/sunken-ruin-sw.png
|
||||
share/wesnoth/images/terrain/sunken-ruin.png
|
||||
share/wesnoth/images/terrain/sunken-ruin1-concave-e.png
|
||||
share/wesnoth/images/terrain/sunken-ruin1-concave-ne.png
|
||||
share/wesnoth/images/terrain/sunken-ruin1-concave-nw.png
|
||||
share/wesnoth/images/terrain/sunken-ruin1-concave-se.png
|
||||
share/wesnoth/images/terrain/sunken-ruin1-concave-sw.png
|
||||
share/wesnoth/images/terrain/sunken-ruin1-concave-w.png
|
||||
share/wesnoth/images/terrain/sunken-ruin1-convex-e.png
|
||||
share/wesnoth/images/terrain/sunken-ruin1-convex-ne.png
|
||||
share/wesnoth/images/terrain/sunken-ruin1-convex-nw.png
|
||||
share/wesnoth/images/terrain/sunken-ruin1-convex-se.png
|
||||
share/wesnoth/images/terrain/sunken-ruin1-convex-sw.png
|
||||
share/wesnoth/images/terrain/sunken-ruin1-convex-w.png
|
||||
share/wesnoth/images/terrain/sunken-ruin2-concave-e.png
|
||||
share/wesnoth/images/terrain/sunken-ruin2-concave-ne.png
|
||||
share/wesnoth/images/terrain/sunken-ruin2-concave-nw.png
|
||||
share/wesnoth/images/terrain/sunken-ruin2-concave-se.png
|
||||
share/wesnoth/images/terrain/sunken-ruin2-concave-sw.png
|
||||
share/wesnoth/images/terrain/sunken-ruin2-concave-w.png
|
||||
share/wesnoth/images/terrain/sunken-ruin2-convex-e.png
|
||||
share/wesnoth/images/terrain/sunken-ruin2-convex-ne.png
|
||||
share/wesnoth/images/terrain/sunken-ruin2-convex-nw.png
|
||||
share/wesnoth/images/terrain/sunken-ruin2-convex-se.png
|
||||
share/wesnoth/images/terrain/sunken-ruin2-convex-sw.png
|
||||
share/wesnoth/images/terrain/sunken-ruin2-convex-w.png
|
||||
share/wesnoth/images/terrain/sunken-ruin2.png
|
||||
share/wesnoth/images/terrain/sunken-ruin3-concave-e.png
|
||||
share/wesnoth/images/terrain/sunken-ruin3-concave-ne.png
|
||||
share/wesnoth/images/terrain/sunken-ruin3-concave-nw.png
|
||||
share/wesnoth/images/terrain/sunken-ruin3-concave-se.png
|
||||
share/wesnoth/images/terrain/sunken-ruin3-concave-sw.png
|
||||
share/wesnoth/images/terrain/sunken-ruin3-concave-w.png
|
||||
share/wesnoth/images/terrain/sunken-ruin3-convex-e.png
|
||||
share/wesnoth/images/terrain/sunken-ruin3-convex-ne.png
|
||||
share/wesnoth/images/terrain/sunken-ruin3-convex-nw.png
|
||||
share/wesnoth/images/terrain/sunken-ruin3-convex-se.png
|
||||
share/wesnoth/images/terrain/sunken-ruin3-convex-sw.png
|
||||
share/wesnoth/images/terrain/sunken-ruin3-convex-w.png
|
||||
share/wesnoth/images/terrain/sunken-ruin4-concave-e.png
|
||||
share/wesnoth/images/terrain/sunken-ruin4-concave-ne.png
|
||||
share/wesnoth/images/terrain/sunken-ruin4-concave-nw.png
|
||||
share/wesnoth/images/terrain/sunken-ruin4-concave-se.png
|
||||
share/wesnoth/images/terrain/sunken-ruin4-concave-sw.png
|
||||
share/wesnoth/images/terrain/sunken-ruin4-concave-w.png
|
||||
share/wesnoth/images/terrain/sunken-ruin4-convex-e.png
|
||||
share/wesnoth/images/terrain/sunken-ruin4-convex-ne.png
|
||||
share/wesnoth/images/terrain/sunken-ruin4-convex-nw.png
|
||||
share/wesnoth/images/terrain/sunken-ruin4-convex-se.png
|
||||
share/wesnoth/images/terrain/sunken-ruin4-convex-sw.png
|
||||
share/wesnoth/images/terrain/sunken-ruin4-convex-w.png
|
||||
share/wesnoth/images/terrain/sunken-ruin5-concave-e.png
|
||||
share/wesnoth/images/terrain/sunken-ruin5-concave-ne.png
|
||||
share/wesnoth/images/terrain/sunken-ruin5-concave-nw.png
|
||||
share/wesnoth/images/terrain/sunken-ruin5-concave-se.png
|
||||
share/wesnoth/images/terrain/sunken-ruin5-concave-sw.png
|
||||
share/wesnoth/images/terrain/sunken-ruin5-concave-w.png
|
||||
share/wesnoth/images/terrain/sunken-ruin5-convex-e.png
|
||||
share/wesnoth/images/terrain/sunken-ruin5-convex-ne.png
|
||||
share/wesnoth/images/terrain/sunken-ruin5-convex-nw.png
|
||||
share/wesnoth/images/terrain/sunken-ruin5-convex-se.png
|
||||
share/wesnoth/images/terrain/sunken-ruin5-convex-sw.png
|
||||
share/wesnoth/images/terrain/sunken-ruin5-convex-w.png
|
||||
share/wesnoth/images/terrain/sunken-ruinkeep.png
|
||||
share/wesnoth/images/terrain/sunken-ruinkeep1-inside-e.png
|
||||
share/wesnoth/images/terrain/sunken-ruinkeep1-inside-ne.png
|
||||
share/wesnoth/images/terrain/sunken-ruinkeep1-inside-nw.png
|
||||
share/wesnoth/images/terrain/sunken-ruinkeep1-inside-se.png
|
||||
share/wesnoth/images/terrain/sunken-ruinkeep1-inside-sw.png
|
||||
share/wesnoth/images/terrain/sunken-ruinkeep1-inside-w.png
|
||||
share/wesnoth/images/terrain/sunken-ruinkeep1-keep-e.png
|
||||
share/wesnoth/images/terrain/sunken-ruinkeep1-keep-ne.png
|
||||
share/wesnoth/images/terrain/sunken-ruinkeep1-keep-nw.png
|
||||
share/wesnoth/images/terrain/sunken-ruinkeep1-keep-se.png
|
||||
share/wesnoth/images/terrain/sunken-ruinkeep1-keep-sw.png
|
||||
share/wesnoth/images/terrain/sunken-ruinkeep1-keep-w.png
|
||||
share/wesnoth/images/terrain/sunken-ruinkeep1-wall-0-e.png
|
||||
share/wesnoth/images/terrain/sunken-ruinkeep1-wall-0-ne.png
|
||||
share/wesnoth/images/terrain/sunken-ruinkeep1-wall-0-nw.png
|
||||
share/wesnoth/images/terrain/sunken-ruinkeep1-wall-0-se.png
|
||||
share/wesnoth/images/terrain/sunken-ruinkeep1-wall-0-sw.png
|
||||
share/wesnoth/images/terrain/sunken-ruinkeep1-wall-0-w.png
|
||||
share/wesnoth/images/terrain/sunken-ruinkeep1-wall-1-e.png
|
||||
share/wesnoth/images/terrain/sunken-ruinkeep1-wall-1-ne.png
|
||||
share/wesnoth/images/terrain/sunken-ruinkeep1-wall-1-nw.png
|
||||
share/wesnoth/images/terrain/sunken-ruinkeep1-wall-1-se.png
|
||||
share/wesnoth/images/terrain/sunken-ruinkeep1-wall-1-sw.png
|
||||
share/wesnoth/images/terrain/sunken-ruinkeep1-wall-1-w.png
|
||||
share/wesnoth/images/terrain/sunken-ruinkeep1-wall-e.png
|
||||
share/wesnoth/images/terrain/sunken-ruinkeep1-wall-ne.png
|
||||
share/wesnoth/images/terrain/sunken-ruinkeep1-wall-nw.png
|
||||
share/wesnoth/images/terrain/sunken-ruinkeep1-wall-se.png
|
||||
share/wesnoth/images/terrain/sunken-ruinkeep1-wall-sw.png
|
||||
share/wesnoth/images/terrain/sunken-ruinkeep1-wall-w.png
|
||||
share/wesnoth/images/terrain/sunken-ruinkeep2-inside-e.png
|
||||
share/wesnoth/images/terrain/sunken-ruinkeep2-inside-ne.png
|
||||
share/wesnoth/images/terrain/sunken-ruinkeep2-inside-nw.png
|
||||
share/wesnoth/images/terrain/sunken-ruinkeep2-inside-se.png
|
||||
share/wesnoth/images/terrain/sunken-ruinkeep2-inside-sw.png
|
||||
share/wesnoth/images/terrain/sunken-ruinkeep2-inside-w.png
|
||||
share/wesnoth/images/terrain/sunken-ruinkeep2-keep-e.png
|
||||
share/wesnoth/images/terrain/sunken-ruinkeep2-keep-ne.png
|
||||
share/wesnoth/images/terrain/sunken-ruinkeep2-keep-nw.png
|
||||
share/wesnoth/images/terrain/sunken-ruinkeep2-keep-se.png
|
||||
share/wesnoth/images/terrain/sunken-ruinkeep2-keep-sw.png
|
||||
share/wesnoth/images/terrain/sunken-ruinkeep2-keep-w.png
|
||||
share/wesnoth/images/terrain/sunken-ruinkeep2-wall-0-e.png
|
||||
share/wesnoth/images/terrain/sunken-ruinkeep2-wall-0-ne.png
|
||||
share/wesnoth/images/terrain/sunken-ruinkeep2-wall-0-nw.png
|
||||
share/wesnoth/images/terrain/sunken-ruinkeep2-wall-0-se.png
|
||||
share/wesnoth/images/terrain/sunken-ruinkeep2-wall-0-sw.png
|
||||
share/wesnoth/images/terrain/sunken-ruinkeep2-wall-0-w.png
|
||||
share/wesnoth/images/terrain/sunken-ruinkeep2-wall-1-e.png
|
||||
share/wesnoth/images/terrain/sunken-ruinkeep2-wall-1-ne.png
|
||||
share/wesnoth/images/terrain/sunken-ruinkeep2-wall-1-nw.png
|
||||
share/wesnoth/images/terrain/sunken-ruinkeep2-wall-1-se.png
|
||||
share/wesnoth/images/terrain/sunken-ruinkeep2-wall-1-sw.png
|
||||
share/wesnoth/images/terrain/sunken-ruinkeep2-wall-1-w.png
|
||||
share/wesnoth/images/terrain/sunken-ruinkeep2-wall-e.png
|
||||
share/wesnoth/images/terrain/sunken-ruinkeep2-wall-ne.png
|
||||
share/wesnoth/images/terrain/sunken-ruinkeep2-wall-nw.png
|
||||
share/wesnoth/images/terrain/sunken-ruinkeep2-wall-se.png
|
||||
share/wesnoth/images/terrain/sunken-ruinkeep2-wall-sw.png
|
||||
share/wesnoth/images/terrain/sunken-ruinkeep2-wall-w.png
|
||||
share/wesnoth/images/terrain/sunken-ruinkeep2.png
|
||||
share/wesnoth/images/terrain/sunken-ruinkeep3-inside-e.png
|
||||
share/wesnoth/images/terrain/sunken-ruinkeep3-inside-ne.png
|
||||
share/wesnoth/images/terrain/sunken-ruinkeep3-inside-nw.png
|
||||
share/wesnoth/images/terrain/sunken-ruinkeep3-inside-se.png
|
||||
share/wesnoth/images/terrain/sunken-ruinkeep3-inside-sw.png
|
||||
share/wesnoth/images/terrain/sunken-ruinkeep3-inside-w.png
|
||||
share/wesnoth/images/terrain/sunken-ruinkeep3-keep-e.png
|
||||
share/wesnoth/images/terrain/sunken-ruinkeep3-keep-ne.png
|
||||
share/wesnoth/images/terrain/sunken-ruinkeep3-keep-nw.png
|
||||
share/wesnoth/images/terrain/sunken-ruinkeep3-keep-se.png
|
||||
share/wesnoth/images/terrain/sunken-ruinkeep3-keep-sw.png
|
||||
share/wesnoth/images/terrain/sunken-ruinkeep3-keep-w.png
|
||||
share/wesnoth/images/terrain/sunken-ruinkeep3-wall-0-e.png
|
||||
share/wesnoth/images/terrain/sunken-ruinkeep3-wall-0-ne.png
|
||||
share/wesnoth/images/terrain/sunken-ruinkeep3-wall-0-nw.png
|
||||
share/wesnoth/images/terrain/sunken-ruinkeep3-wall-0-se.png
|
||||
share/wesnoth/images/terrain/sunken-ruinkeep3-wall-0-sw.png
|
||||
share/wesnoth/images/terrain/sunken-ruinkeep3-wall-0-w.png
|
||||
share/wesnoth/images/terrain/sunken-ruinkeep3-wall-1-e.png
|
||||
share/wesnoth/images/terrain/sunken-ruinkeep3-wall-1-ne.png
|
||||
share/wesnoth/images/terrain/sunken-ruinkeep3-wall-1-nw.png
|
||||
share/wesnoth/images/terrain/sunken-ruinkeep3-wall-1-se.png
|
||||
share/wesnoth/images/terrain/sunken-ruinkeep3-wall-1-sw.png
|
||||
share/wesnoth/images/terrain/sunken-ruinkeep3-wall-1-w.png
|
||||
share/wesnoth/images/terrain/sunken-ruinkeep3-wall-e.png
|
||||
share/wesnoth/images/terrain/sunken-ruinkeep3-wall-ne.png
|
||||
share/wesnoth/images/terrain/sunken-ruinkeep3-wall-nw.png
|
||||
share/wesnoth/images/terrain/sunken-ruinkeep3-wall-se.png
|
||||
share/wesnoth/images/terrain/sunken-ruinkeep3-wall-sw.png
|
||||
share/wesnoth/images/terrain/sunken-ruinkeep3-wall-w.png
|
||||
share/wesnoth/images/terrain/sunkenkeep-inside-e.png
|
||||
share/wesnoth/images/terrain/sunkenkeep-inside-ne.png
|
||||
share/wesnoth/images/terrain/sunkenkeep-inside-nw.png
|
||||
share/wesnoth/images/terrain/sunkenkeep-inside-se.png
|
||||
share/wesnoth/images/terrain/sunkenkeep-inside-sw.png
|
||||
share/wesnoth/images/terrain/sunkenkeep-inside-w.png
|
||||
share/wesnoth/images/terrain/sunkenkeep-keep-e.png
|
||||
share/wesnoth/images/terrain/sunkenkeep-keep-ne.png
|
||||
share/wesnoth/images/terrain/sunkenkeep-keep-nw.png
|
||||
share/wesnoth/images/terrain/sunkenkeep-keep-se.png
|
||||
share/wesnoth/images/terrain/sunkenkeep-keep-sw.png
|
||||
share/wesnoth/images/terrain/sunkenkeep-keep-w.png
|
||||
share/wesnoth/images/terrain/sunkenkeep-wall-0-e.png
|
||||
share/wesnoth/images/terrain/sunkenkeep-wall-0-ne.png
|
||||
share/wesnoth/images/terrain/sunkenkeep-wall-0-nw.png
|
||||
share/wesnoth/images/terrain/sunkenkeep-wall-0-se.png
|
||||
share/wesnoth/images/terrain/sunkenkeep-wall-0-sw.png
|
||||
share/wesnoth/images/terrain/sunkenkeep-wall-0-w.png
|
||||
share/wesnoth/images/terrain/sunkenkeep-wall-1-e.png
|
||||
share/wesnoth/images/terrain/sunkenkeep-wall-1-ne.png
|
||||
share/wesnoth/images/terrain/sunkenkeep-wall-1-nw.png
|
||||
share/wesnoth/images/terrain/sunkenkeep-wall-1-se.png
|
||||
share/wesnoth/images/terrain/sunkenkeep-wall-1-sw.png
|
||||
share/wesnoth/images/terrain/sunkenkeep-wall-1-w.png
|
||||
share/wesnoth/images/terrain/sunkenkeep-wall-e.png
|
||||
share/wesnoth/images/terrain/sunkenkeep-wall-ne.png
|
||||
share/wesnoth/images/terrain/sunkenkeep-wall-nw.png
|
||||
share/wesnoth/images/terrain/sunkenkeep-wall-se.png
|
||||
share/wesnoth/images/terrain/sunkenkeep-wall-sw.png
|
||||
share/wesnoth/images/terrain/sunkenkeep-wall-w.png
|
||||
share/wesnoth/images/terrain/sunkenkeep.png
|
||||
share/wesnoth/images/terrain/swampwater-n.png
|
||||
share/wesnoth/images/terrain/swampwater-ne.png
|
||||
share/wesnoth/images/terrain/swampwater-nw.png
|
||||
|
@ -2802,9 +3299,21 @@ 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-1-1.png
|
||||
share/wesnoth/images/thief+female-defend-1-2.png
|
||||
share/wesnoth/images/thief+female-defend-2-1.png
|
||||
share/wesnoth/images/thief+female-defend-2-2.png
|
||||
share/wesnoth/images/thief+female-defend-3-1.png
|
||||
share/wesnoth/images/thief+female-defend-3-2.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-1-1.png
|
||||
share/wesnoth/images/thief-defend-1-2.png
|
||||
share/wesnoth/images/thief-defend-2-1.png
|
||||
share/wesnoth/images/thief-defend-2-2.png
|
||||
share/wesnoth/images/thief-defend-3-1.png
|
||||
share/wesnoth/images/thief-defend-3-2.png
|
||||
share/wesnoth/images/thief-defend.png
|
||||
share/wesnoth/images/thief.png
|
||||
share/wesnoth/images/tools/exploder/mask-castle-e.png
|
||||
|
@ -2919,6 +3428,8 @@ 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-dying-2.png
|
||||
share/wesnoth/images/undead-revenant-dying.png
|
||||
share/wesnoth/images/undead-revenant.png
|
||||
share/wesnoth/images/undead-shadow-attack.png
|
||||
share/wesnoth/images/undead-shadow-defend.png
|
||||
|
@ -2926,7 +3437,15 @@ 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-dying-2.png
|
||||
share/wesnoth/images/undead-skeleton-dying.png
|
||||
share/wesnoth/images/undead-skeleton.png
|
||||
share/wesnoth/images/undead-sorcerer-defence.png
|
||||
share/wesnoth/images/undead-sorcerer-ranged1.png
|
||||
share/wesnoth/images/undead-sorcerer-ranged2.png
|
||||
share/wesnoth/images/undead-sorcerer-staff1.png
|
||||
share/wesnoth/images/undead-sorcerer-staff2.png
|
||||
share/wesnoth/images/undead-sorcerer.png
|
||||
share/wesnoth/images/undead-soulless-defend.png
|
||||
share/wesnoth/images/undead-soulless-melee.png
|
||||
share/wesnoth/images/undead-soulless.png
|
||||
|
@ -2947,7 +3466,54 @@ 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-n.png
|
||||
share/wesnoth/images/undead-zombie-attack-s.png
|
||||
share/wesnoth/images/undead-zombie-attack.png
|
||||
share/wesnoth/images/undead-zombie-die-1.png
|
||||
share/wesnoth/images/undead-zombie-die-2.png
|
||||
share/wesnoth/images/undead-zombie-die-3.png
|
||||
share/wesnoth/images/undead-zombie-drake-attack-n.png
|
||||
share/wesnoth/images/undead-zombie-drake-attack-s.png
|
||||
share/wesnoth/images/undead-zombie-drake-attack.png
|
||||
share/wesnoth/images/undead-zombie-drake-die-1.png
|
||||
share/wesnoth/images/undead-zombie-drake-die-2.png
|
||||
share/wesnoth/images/undead-zombie-drake-die-3.png
|
||||
share/wesnoth/images/undead-zombie-drake.png
|
||||
share/wesnoth/images/undead-zombie-mounted-attack-n.png
|
||||
share/wesnoth/images/undead-zombie-mounted-attack-s.png
|
||||
share/wesnoth/images/undead-zombie-mounted-attack.png
|
||||
share/wesnoth/images/undead-zombie-mounted-die-1.png
|
||||
share/wesnoth/images/undead-zombie-mounted-die-2.png
|
||||
share/wesnoth/images/undead-zombie-mounted-die-3.png
|
||||
share/wesnoth/images/undead-zombie-mounted.png
|
||||
share/wesnoth/images/undead-zombie-saurian-attack-n.png
|
||||
share/wesnoth/images/undead-zombie-saurian-attack-s.png
|
||||
share/wesnoth/images/undead-zombie-saurian-attack.png
|
||||
share/wesnoth/images/undead-zombie-saurian-die-1.png
|
||||
share/wesnoth/images/undead-zombie-saurian-die-2.png
|
||||
share/wesnoth/images/undead-zombie-saurian-die-3.png
|
||||
share/wesnoth/images/undead-zombie-saurian.png
|
||||
share/wesnoth/images/undead-zombie-swimmer-attack-n.png
|
||||
share/wesnoth/images/undead-zombie-swimmer-attack-s.png
|
||||
share/wesnoth/images/undead-zombie-swimmer-attack.png
|
||||
share/wesnoth/images/undead-zombie-swimmer-die-1.png
|
||||
share/wesnoth/images/undead-zombie-swimmer-die-2.png
|
||||
share/wesnoth/images/undead-zombie-swimmer-die-3.png
|
||||
share/wesnoth/images/undead-zombie-swimmer.png
|
||||
share/wesnoth/images/undead-zombie-troll-attack-n.png
|
||||
share/wesnoth/images/undead-zombie-troll-attack-s.png
|
||||
share/wesnoth/images/undead-zombie-troll-attack.png
|
||||
share/wesnoth/images/undead-zombie-troll-die-1.png
|
||||
share/wesnoth/images/undead-zombie-troll-die-2.png
|
||||
share/wesnoth/images/undead-zombie-troll-die-3.png
|
||||
share/wesnoth/images/undead-zombie-troll.png
|
||||
share/wesnoth/images/undead-zombie-wose-attack-n.png
|
||||
share/wesnoth/images/undead-zombie-wose-attack-s.png
|
||||
share/wesnoth/images/undead-zombie-wose-attack.png
|
||||
share/wesnoth/images/undead-zombie-wose-die-1.png
|
||||
share/wesnoth/images/undead-zombie-wose-die-2.png
|
||||
share/wesnoth/images/undead-zombie-wose-die-3.png
|
||||
share/wesnoth/images/undead-zombie-wose.png
|
||||
share/wesnoth/images/undead-zombie.png
|
||||
share/wesnoth/images/warrior-king-attack1.png
|
||||
share/wesnoth/images/warrior-king-attack2.png
|
||||
|
@ -3146,3 +3712,4 @@ share/wesnoth/sounds/zombie-hit.wav
|
|||
%%KDE:%%@cwd %%LOCALBASE%%
|
||||
%%KDE:%%share/applnk/Games/TacticStrategy/wesnoth.desktop
|
||||
%%KDE:%%share/icons/wesnoth-icon.png
|
||||
%%SERVER:%%@unexec rmdir /var/run/wesnothd 2>/dev/null || echo "If you are permanently removing this port, you should do a 'rm -rf /var/run/wesnothd' to remove it." | fmt
|
||||
|
|
Loading…
Reference in a new issue