aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Messenger <mezz@FreeBSD.org>2005-06-08 05:11:03 +0000
committerJeremy Messenger <mezz@FreeBSD.org>2005-06-08 05:11:03 +0000
commit1290a71f752a64b5a87fd0e0f0b6b9cb9f303f19 (patch)
treec36d4c766bdbd360e6616463ad7b5e53e32a9d25
parent317a25bef5b57fc968a487641496d9d5b3666aa8 (diff)
downloadports-1290a71f752a64b5a87fd0e0f0b6b9cb9f303f19.tar.gz
ports-1290a71f752a64b5a87fd0e0f0b6b9cb9f303f19.zip
Update to 0.9.2, see ChangeLog for detail:
Notes
Notes: svn path=/head/; revision=137025
-rw-r--r--games/wesnoth-devel/Makefile3
-rw-r--r--games/wesnoth-devel/distinfo8
-rw-r--r--games/wesnoth-devel/files/patch-src::Makefile.in10
-rw-r--r--games/wesnoth-devel/files/patch-src::help.cpp6
-rw-r--r--games/wesnoth-devel/files/patch-src::language.cpp17
-rw-r--r--games/wesnoth-devel/pkg-plist288
-rw-r--r--games/wesnoth/Makefile3
-rw-r--r--games/wesnoth/distinfo8
-rw-r--r--games/wesnoth/files/patch-src::Makefile.in10
-rw-r--r--games/wesnoth/files/patch-src::help.cpp6
-rw-r--r--games/wesnoth/files/patch-src::language.cpp17
-rw-r--r--games/wesnoth/pkg-plist288
12 files changed, 548 insertions, 116 deletions
diff --git a/games/wesnoth-devel/Makefile b/games/wesnoth-devel/Makefile
index 57814a0cba1c..3067b11e042f 100644
--- a/games/wesnoth-devel/Makefile
+++ b/games/wesnoth-devel/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= wesnoth
-PORTVERSION= 0.9.1
+PORTVERSION= 0.9.2
CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
http://www.wesnoth.org/files/
@@ -131,5 +131,6 @@ post-patch:
@${REINPLACE_CMD} -e 's|[$$][(]datadir[)]/applications|${X11BASE}/share/gnome/applications|g ; \
s|[$$][(]datadir[)]/icons|${X11BASE}/share/gnome/pixmaps|g' \
${WRKSRC}/icons/Makefile.in
+ @${FIND} ${WRKSRC} -name stamp-po -delete
.include <bsd.port.post.mk>
diff --git a/games/wesnoth-devel/distinfo b/games/wesnoth-devel/distinfo
index e1b9d6a57efd..512085a11774 100644
--- a/games/wesnoth-devel/distinfo
+++ b/games/wesnoth-devel/distinfo
@@ -1,4 +1,4 @@
-MD5 (wesnoth-0.9.1.tar.gz) = 667eabd30d9fd61505288be5d53c3d46
-SIZE (wesnoth-0.9.1.tar.gz) = 37234931
-MD5 (wesnoth-lite-0.9.1.tar.gz) = f1dc97220d836a18c00d1e776ad1ac07
-SIZE (wesnoth-lite-0.9.1.tar.gz) = 20635541
+MD5 (wesnoth-0.9.2.tar.gz) = 0158b7733373b1a25ed1da6bf1d32899
+SIZE (wesnoth-0.9.2.tar.gz) = 38286675
+MD5 (wesnoth-lite-0.9.2.tar.gz) = 3e051e2bd163c96bc4a8407a45e29835
+SIZE (wesnoth-lite-0.9.2.tar.gz) = 21691642
diff --git a/games/wesnoth-devel/files/patch-src::Makefile.in b/games/wesnoth-devel/files/patch-src::Makefile.in
index 9b4c5b295631..100588b32197 100644
--- a/games/wesnoth-devel/files/patch-src::Makefile.in
+++ b/games/wesnoth-devel/files/patch-src::Makefile.in
@@ -1,9 +1,9 @@
---- 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
+--- src/Makefile.in.orig Tue Jun 7 19:32:02 2005
++++ src/Makefile.in Tue Jun 7 19:33:28 2005
+@@ -912,10 +912,10 @@
- wesnoth_zip_LDADD = @SDL_LIBS@ @SDL_NET_LIBS@
+ exploder_LDADD = @SDL_IMAGE_LIBS@ @SDL_LIBS@ $(LIBZIPIOS) $(LIBINTL) $(PNG_LIBS)
+ cutter_LDADD = @SDL_IMAGE_LIBS@ @SDL_LIBS@ $(LIBZIPIOS) $(LIBINTL) $(PNG_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)\"
diff --git a/games/wesnoth-devel/files/patch-src::help.cpp b/games/wesnoth-devel/files/patch-src::help.cpp
index 91c307b66ee4..926ac47fe6a5 100644
--- a/games/wesnoth-devel/files/patch-src::help.cpp
+++ b/games/wesnoth-devel/files/patch-src::help.cpp
@@ -1,6 +1,6 @@
---- 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 @@
+--- src/help.cpp.orig Tue Jun 7 19:34:15 2005
++++ src/help.cpp Tue Jun 7 19:34:22 2005
+@@ -41,7 +41,7 @@
#include <algorithm>
#include <iostream>
#include <list>
diff --git a/games/wesnoth-devel/files/patch-src::language.cpp b/games/wesnoth-devel/files/patch-src::language.cpp
new file mode 100644
index 000000000000..c60d625cdd6b
--- /dev/null
+++ b/games/wesnoth-devel/files/patch-src::language.cpp
@@ -0,0 +1,17 @@
+--- src/language.cpp.orig Tue Jun 7 19:36:19 2005
++++ src/language.cpp Tue Jun 7 19:36:39 2005
+@@ -124,12 +124,12 @@
+ static void wesnoth_setlocale(int category, std::string const &slocale)
+ {
+ char const *locale = slocale.c_str();
+-#ifdef __BEOS__
++
+ if(setenv ("LANG", locale, 1) == -1)
+ std::cerr << "setenv LANG failed: " << strerror(errno);
+ if(setenv ("LC_ALL", locale, 1) == -1)
+ std::cerr << "setenv LC_ALL failed: " << strerror(errno);
+-#endif
++
+ #ifdef __APPLE__
+ if(setenv ("LANGUAGE", locale, 1) == -1)
+ std::cerr << "setenv LANGUAGE failed: " << strerror(errno);
diff --git a/games/wesnoth-devel/pkg-plist b/games/wesnoth-devel/pkg-plist
index 755d0bbf0a12..34a9204266fb 100644
--- a/games/wesnoth-devel/pkg-plist
+++ b/games/wesnoth-devel/pkg-plist
@@ -197,6 +197,14 @@ share/locale/sl/LC_MESSAGES/wesnoth-sotbe.mo
share/locale/sl/LC_MESSAGES/wesnoth-tdh.mo
share/locale/sl/LC_MESSAGES/wesnoth-trow.mo
share/locale/sl/LC_MESSAGES/wesnoth.mo
+share/locale/sr/LC_MESSAGES/wesnoth-editor.mo
+share/locale/sr/LC_MESSAGES/wesnoth-ei.mo
+share/locale/sr/LC_MESSAGES/wesnoth-httt.mo
+share/locale/sr/LC_MESSAGES/wesnoth-lib.mo
+share/locale/sr/LC_MESSAGES/wesnoth-sotbe.mo
+share/locale/sr/LC_MESSAGES/wesnoth-tdh.mo
+share/locale/sr/LC_MESSAGES/wesnoth-trow.mo
+share/locale/sr/LC_MESSAGES/wesnoth.mo
share/locale/sv/LC_MESSAGES/wesnoth-editor.mo
share/locale/sv/LC_MESSAGES/wesnoth-ei.mo
share/locale/sv/LC_MESSAGES/wesnoth-httt.mo
@@ -326,10 +334,21 @@ share/locale/zh_CN/LC_MESSAGES/wesnoth.mo
%%DATADIR%%/data/maps/The_Rise_of_Wesnoth/Troll_Hole
%%DATADIR%%/data/maps/Tutorial/Basic_Training
%%DATADIR%%/data/maps/Tutorial/Traits_and_Specialties
+%%DATADIR%%/data/maps/multiplayer/2p_Den_of_Onis
+%%DATADIR%%/data/maps/multiplayer/2p_Divide_and_Conquer
+%%DATADIR%%/data/maps/multiplayer/2p_Hamlets
+%%DATADIR%%/data/maps/multiplayer/2p_Hornshark_Island
+%%DATADIR%%/data/maps/multiplayer/2p_Meteor_Lake
+%%DATADIR%%/data/maps/multiplayer/2p_Silverhead_Crossing
+%%DATADIR%%/data/maps/multiplayer/2p_Sullas_Ruins
+%%DATADIR%%/data/maps/multiplayer/3p_1v1v1Hex
+%%DATADIR%%/data/maps/multiplayer/3p_Morituri
+%%DATADIR%%/data/maps/multiplayer/3p_Triple_Blitz
+%%DATADIR%%/data/maps/multiplayer/4p_Lagoon
+%%DATADIR%%/data/maps/multiplayer/4p_The_Wilderlands
%%DATADIR%%/data/maps/multiplayer/An_Island
%%DATADIR%%/data/maps/multiplayer/BattleWorld
%%DATADIR%%/data/maps/multiplayer/Blitz
-%%DATADIR%%/data/maps/multiplayer/Broken_Bridge
%%DATADIR%%/data/maps/multiplayer/CastleHoppingIsle
%%DATADIR%%/data/maps/multiplayer/Castles
%%DATADIR%%/data/maps/multiplayer/Charge
@@ -338,9 +357,7 @@ share/locale/zh_CN/LC_MESSAGES/wesnoth.mo
%%DATADIR%%/data/maps/multiplayer/Hexcake
%%DATADIR%%/data/maps/multiplayer/Icy_Waters
%%DATADIR%%/data/maps/multiplayer/King_of_the_Hill
-%%DATADIR%%/data/maps/multiplayer/Three_Rivers
%%DATADIR%%/data/maps/multiplayer/Wesbowl
-%%DATADIR%%/data/maps/multiplayer/Weslin
%%DATADIR%%/data/multiplayer.cfg
%%DATADIR%%/data/names.cfg
%%DATADIR%%/data/scenario-test.cfg
@@ -409,9 +426,9 @@ share/locale/zh_CN/LC_MESSAGES/wesnoth.mo
%%DATADIR%%/data/scenarios/Son_Of_The_Black_Eye/The_Siege_Of_Barag_Gor.cfg
%%DATADIR%%/data/scenarios/Son_Of_The_Black_Eye/To_The_Harbour_Of_Tirigaz.cfg
%%DATADIR%%/data/scenarios/Son_Of_The_Black_Eye/Towards_Mountains_of_Haag.cfg
-%%DATADIR%%/data/scenarios/Son_Of_The_Black_Eye/deaths.cfg
-%%DATADIR%%/data/scenarios/Son_Of_The_Black_Eye/story.cfg
-%%DATADIR%%/data/scenarios/Son_Of_The_Black_Eye/utils.cfg
+%%DATADIR%%/data/scenarios/Son_Of_The_Black_Eye/utils/deaths.cfg
+%%DATADIR%%/data/scenarios/Son_Of_The_Black_Eye/utils/story.cfg
+%%DATADIR%%/data/scenarios/Son_Of_The_Black_Eye/utils/utils.cfg
%%DATADIR%%/data/scenarios/The_Dark_Hordes/A_New_Chance.cfg
%%DATADIR%%/data/scenarios/The_Dark_Hordes/Brother_Against_Brother.cfg
%%DATADIR%%/data/scenarios/The_Dark_Hordes/Confrontation.cfg
@@ -454,23 +471,35 @@ share/locale/zh_CN/LC_MESSAGES/wesnoth.mo
%%DATADIR%%/data/scenarios/The_Rise_of_Wesnoth/trow-nlmsg.cfg
%%DATADIR%%/data/scenarios/The_Rise_of_Wesnoth/trow-nohome.cfg
%%DATADIR%%/data/scenarios/The_Rise_of_Wesnoth/trow-noisle.cfg
-%%DATADIR%%/data/scenarios/multiplayer/An_Island.cfg
-%%DATADIR%%/data/scenarios/multiplayer/Blitz.cfg
-%%DATADIR%%/data/scenarios/multiplayer/BrokenBridge.cfg
-%%DATADIR%%/data/scenarios/multiplayer/CastleHoppingIsle.cfg
-%%DATADIR%%/data/scenarios/multiplayer/Charge.cfg
-%%DATADIR%%/data/scenarios/multiplayer/Clash.cfg
-%%DATADIR%%/data/scenarios/multiplayer/ForestOfFear.cfg
-%%DATADIR%%/data/scenarios/multiplayer/Hexcake.cfg
-%%DATADIR%%/data/scenarios/multiplayer/IcyWaters.cfg
+%%DATADIR%%/data/scenarios/multiplayer/2p_Blitz.cfg
+%%DATADIR%%/data/scenarios/multiplayer/2p_Charge.cfg
+%%DATADIR%%/data/scenarios/multiplayer/2p_Den_of_Onis.cfg
+%%DATADIR%%/data/scenarios/multiplayer/2p_Divide_and_Conquer.cfg
+%%DATADIR%%/data/scenarios/multiplayer/2p_Hamlets.cfg
+%%DATADIR%%/data/scenarios/multiplayer/2p_Hornshark_Island.cfg
+%%DATADIR%%/data/scenarios/multiplayer/2p_IcyWaters.cfg
+%%DATADIR%%/data/scenarios/multiplayer/2p_Meteor_Lake.cfg
+%%DATADIR%%/data/scenarios/multiplayer/2p_Silverhead_Crossing.cfg
+%%DATADIR%%/data/scenarios/multiplayer/2p_Sullas_Ruins.cfg
+%%DATADIR%%/data/scenarios/multiplayer/2p_Wesbowl.cfg
+%%DATADIR%%/data/scenarios/multiplayer/3p_1v1v1Hex.cfg
+%%DATADIR%%/data/scenarios/multiplayer/3p_Morituri.cfg
+%%DATADIR%%/data/scenarios/multiplayer/3p_Triple_Blitz.cfg
+%%DATADIR%%/data/scenarios/multiplayer/4p_An_Island.cfg
+%%DATADIR%%/data/scenarios/multiplayer/4p_CastleHoppingIsle.cfg
+%%DATADIR%%/data/scenarios/multiplayer/4p_Clash.cfg
+%%DATADIR%%/data/scenarios/multiplayer/4p_King_of_the_Hill.cfg
+%%DATADIR%%/data/scenarios/multiplayer/4p_Lagoon.cfg
+%%DATADIR%%/data/scenarios/multiplayer/4p_Siege_Castles.cfg
+%%DATADIR%%/data/scenarios/multiplayer/4p_The_Valley_of_Death.cfg
+%%DATADIR%%/data/scenarios/multiplayer/4p_The_Wilderlands.cfg
+%%DATADIR%%/data/scenarios/multiplayer/5p_ForestOfFear.cfg
+%%DATADIR%%/data/scenarios/multiplayer/6p_Hexcake.cfg
+%%DATADIR%%/data/scenarios/multiplayer/7p_battleworld.cfg
%%DATADIR%%/data/scenarios/multiplayer/Random_Scenario.cfg
%%DATADIR%%/data/scenarios/multiplayer/Random_Scenario_Desert.cfg
%%DATADIR%%/data/scenarios/multiplayer/Random_Scenario_Marsh.cfg
%%DATADIR%%/data/scenarios/multiplayer/Random_Scenario_Winter.cfg
-%%DATADIR%%/data/scenarios/multiplayer/Wesbowl.cfg
-%%DATADIR%%/data/scenarios/multiplayer/WeslinBridge.cfg
-%%DATADIR%%/data/scenarios/multiplayer/battleworld.cfg
-%%DATADIR%%/data/scenarios/multiplayer/castles.cfg
%%DATADIR%%/data/scenarios/multiplayer/scenarios.cfg
%%DATADIR%%/data/scenarios/tutorial/Basic_Training.cfg
%%DATADIR%%/data/scenarios/tutorial/Traits_and_Specialties.cfg
@@ -490,6 +519,7 @@ share/locale/zh_CN/LC_MESSAGES/wesnoth.mo
%%DATADIR%%/data/themes/default.cfg
%%DATADIR%%/data/themes/dfool.cfg
%%DATADIR%%/data/themes/editor.cfg
+%%DATADIR%%/data/themes/experimental.cfg
%%DATADIR%%/data/tips.cfg
%%DATADIR%%/data/tools/exploder/castle-concave.cfg
%%DATADIR%%/data/tools/exploder/castle-convex.cfg
@@ -538,17 +568,21 @@ share/locale/zh_CN/LC_MESSAGES/wesnoth.mo
%%DATADIR%%/data/units/Demilich.cfg
%%DATADIR%%/data/units/Direwolf_Rider.cfg
%%DATADIR%%/data/units/Dragoon.cfg
+%%DATADIR%%/data/units/Drake_Blademaster.cfg
%%DATADIR%%/data/units/Drake_Burner.cfg
%%DATADIR%%/data/units/Drake_Clasher.cfg
+%%DATADIR%%/data/units/Drake_Enforcer.cfg
%%DATADIR%%/data/units/Drake_Fighter.cfg
%%DATADIR%%/data/units/Drake_Fire.cfg
%%DATADIR%%/data/units/Drake_Flameheart.cfg
%%DATADIR%%/data/units/Drake_Flare.cfg
%%DATADIR%%/data/units/Drake_Gladiator.cfg
%%DATADIR%%/data/units/Drake_Glider.cfg
+%%DATADIR%%/data/units/Drake_Hurricane.cfg
%%DATADIR%%/data/units/Drake_Inferno.cfg
%%DATADIR%%/data/units/Drake_Sky.cfg
%%DATADIR%%/data/units/Drake_Slasher.cfg
+%%DATADIR%%/data/units/Drake_Warden.cfg
%%DATADIR%%/data/units/Drake_Warrior.cfg
%%DATADIR%%/data/units/Draug.cfg
%%DATADIR%%/data/units/Duelist.cfg
@@ -736,6 +770,8 @@ share/locale/zh_CN/LC_MESSAGES/wesnoth.mo
%%DATADIR%%/fonts/FreeSans.ttf
%%DATADIR%%/fonts/Vera.ttf
%%DATADIR%%/images/arch-mage+female-defend.png
+%%DATADIR%%/images/arch-mage+female-die-1.png
+%%DATADIR%%/images/arch-mage+female-die-2.png
%%DATADIR%%/images/arch-mage+female-fireball-1.png
%%DATADIR%%/images/arch-mage+female-fireball-2.png
%%DATADIR%%/images/arch-mage+female-fireball-3.png
@@ -743,6 +779,8 @@ share/locale/zh_CN/LC_MESSAGES/wesnoth.mo
%%DATADIR%%/images/arch-mage+female-staff-2.png
%%DATADIR%%/images/arch-mage+female.png
%%DATADIR%%/images/arch-mage-defend.png
+%%DATADIR%%/images/arch-mage-die-1.png
+%%DATADIR%%/images/arch-mage-die-2.png
%%DATADIR%%/images/arch-mage-fireball-1.png
%%DATADIR%%/images/arch-mage-fireball-2.png
%%DATADIR%%/images/arch-mage-fireball-3.png
@@ -758,6 +796,8 @@ share/locale/zh_CN/LC_MESSAGES/wesnoth.mo
%%DATADIR%%/images/assassin-attack.png
%%DATADIR%%/images/assassin-attack2.png
%%DATADIR%%/images/assassin-defend.png
+%%DATADIR%%/images/assassin-die-1.png
+%%DATADIR%%/images/assassin-die-2.png
%%DATADIR%%/images/assassin-throwknife1.png
%%DATADIR%%/images/assassin-throwknife2.png
%%DATADIR%%/images/assassin.png
@@ -834,6 +874,8 @@ share/locale/zh_CN/LC_MESSAGES/wesnoth.mo
%%DATADIR%%/images/buttons/downarrow-button-active.png
%%DATADIR%%/images/buttons/downarrow-button-pressed.png
%%DATADIR%%/images/buttons/downarrow-button.png
+%%DATADIR%%/images/buttons/endturn-button-active.png
+%%DATADIR%%/images/buttons/endturn-button.png
%%DATADIR%%/images/buttons/lite-active.png
%%DATADIR%%/images/buttons/lite-pressed.png
%%DATADIR%%/images/buttons/lite.png
@@ -881,10 +923,14 @@ share/locale/zh_CN/LC_MESSAGES/wesnoth.mo
%%DATADIR%%/images/cavespider-attack-melee.png
%%DATADIR%%/images/cavespider-attack-ranged.png
%%DATADIR%%/images/cavespider-defend.png
+%%DATADIR%%/images/cavespider-die-1.png
+%%DATADIR%%/images/cavespider-die-2.png
%%DATADIR%%/images/cavespider.png
%%DATADIR%%/images/cockatrice-attack1.png
%%DATADIR%%/images/cockatrice-attack2.png
%%DATADIR%%/images/cockatrice-defend.png
+%%DATADIR%%/images/cockatrice-die-1.png
+%%DATADIR%%/images/cockatrice-die-2.png
%%DATADIR%%/images/cockatrice.png
%%DATADIR%%/images/cursors-bw/attack.png
%%DATADIR%%/images/cursors-bw/move.png
@@ -902,20 +948,28 @@ share/locale/zh_CN/LC_MESSAGES/wesnoth.mo
%%DATADIR%%/images/cuttlefish-attack-ink.png
%%DATADIR%%/images/cuttlefish-attack.png
%%DATADIR%%/images/cuttlefish-defend.png
+%%DATADIR%%/images/cuttlefish-die-1.png
+%%DATADIR%%/images/cuttlefish-die-2.png
%%DATADIR%%/images/cuttlefish.png
%%DATADIR%%/images/deep-tentacle-attack.png
%%DATADIR%%/images/deep-tentacle-defend.png
%%DATADIR%%/images/deep-tentacle.png
%%DATADIR%%/images/direwolf_rider.png
+%%DATADIR%%/images/drake-blademaster-attack-close1.png
+%%DATADIR%%/images/drake-blademaster-attack-close2.png
+%%DATADIR%%/images/drake-blademaster-attack-ranged.png
+%%DATADIR%%/images/drake-blademaster-defend.png
+%%DATADIR%%/images/drake-blademaster-flying.png
+%%DATADIR%%/images/drake-blademaster.png
%%DATADIR%%/images/drake-burner-attack-close.png
-%%DATADIR%%/images/drake-burner-attack-close1.png
-%%DATADIR%%/images/drake-burner-attack-close2.png
-%%DATADIR%%/images/drake-burner-attack-ranged.png
%%DATADIR%%/images/drake-burner-attack-ranged1.png
%%DATADIR%%/images/drake-burner-attack-ranged2.png
%%DATADIR%%/images/drake-burner-defend.png
+%%DATADIR%%/images/drake-burner-die-1.png
+%%DATADIR%%/images/drake-burner-die-2.png
%%DATADIR%%/images/drake-burner-flying.png
%%DATADIR%%/images/drake-burner.png
+%%DATADIR%%/images/drake-clasher-attack-mace.png
%%DATADIR%%/images/drake-clasher-attack-spear.png
%%DATADIR%%/images/drake-clasher-attack-spear1.png
%%DATADIR%%/images/drake-clasher-attack-spear2.png
@@ -925,18 +979,25 @@ share/locale/zh_CN/LC_MESSAGES/wesnoth.mo
%%DATADIR%%/images/drake-clasher-attack-sword3.png
%%DATADIR%%/images/drake-clasher-attack-sword4.png
%%DATADIR%%/images/drake-clasher-defend.png
+%%DATADIR%%/images/drake-clasher-die-1.png
+%%DATADIR%%/images/drake-clasher-die-2.png
%%DATADIR%%/images/drake-clasher-flying.png
%%DATADIR%%/images/drake-clasher.png
+%%DATADIR%%/images/drake-enforcer.png
%%DATADIR%%/images/drake-fighter-attack-close1.png
%%DATADIR%%/images/drake-fighter-attack-close2.png
%%DATADIR%%/images/drake-fighter-attack-fire1.png
%%DATADIR%%/images/drake-fighter-attack-fire2.png
%%DATADIR%%/images/drake-fighter-defend.png
+%%DATADIR%%/images/drake-fighter-die-1.png
+%%DATADIR%%/images/drake-fighter-die-2.png
%%DATADIR%%/images/drake-fighter-flying.png
%%DATADIR%%/images/drake-fighter.png
%%DATADIR%%/images/drake-fire-attack-close.png
%%DATADIR%%/images/drake-fire-attack-ranged.png
%%DATADIR%%/images/drake-fire-defend.png
+%%DATADIR%%/images/drake-fire-die-1.png
+%%DATADIR%%/images/drake-fire-die-2.png
%%DATADIR%%/images/drake-fire-flying.png
%%DATADIR%%/images/drake-fire.png
%%DATADIR%%/images/drake-flameheart-attack-close1.png
@@ -964,6 +1025,12 @@ share/locale/zh_CN/LC_MESSAGES/wesnoth.mo
%%DATADIR%%/images/drake-glider-flying.png
%%DATADIR%%/images/drake-glider-ranged-attack.png
%%DATADIR%%/images/drake-glider.png
+%%DATADIR%%/images/drake-hurricane-attack-melee1.png
+%%DATADIR%%/images/drake-hurricane-attack-melee2.png
+%%DATADIR%%/images/drake-hurricane-attack-ranged-fire1.png
+%%DATADIR%%/images/drake-hurricane-attack-ranged-fire2.png
+%%DATADIR%%/images/drake-hurricane-flying.png
+%%DATADIR%%/images/drake-hurricane.png
%%DATADIR%%/images/drake-inferno-attack-close.png
%%DATADIR%%/images/drake-inferno-attack-ranged.png
%%DATADIR%%/images/drake-inferno-defend.png
@@ -975,20 +1042,16 @@ share/locale/zh_CN/LC_MESSAGES/wesnoth.mo
%%DATADIR%%/images/drake-sky-attack-ranged-impact.png
%%DATADIR%%/images/drake-sky-defend.png
%%DATADIR%%/images/drake-sky.png
-%%DATADIR%%/images/drake-slasher-attack-blade1.png
-%%DATADIR%%/images/drake-slasher-attack-blade2.png
-%%DATADIR%%/images/drake-slasher-attack-blade3.png
-%%DATADIR%%/images/drake-slasher-attack-blade4.png
-%%DATADIR%%/images/drake-slasher-attack-mace1.png
-%%DATADIR%%/images/drake-slasher-attack-mace2.png
-%%DATADIR%%/images/drake-slasher-attack-spear1.png
-%%DATADIR%%/images/drake-slasher-attack-spear2.png
-%%DATADIR%%/images/drake-slasher-attack-spear3.png
%%DATADIR%%/images/drake-slasher-defend.png
%%DATADIR%%/images/drake-slasher-flying.png
%%DATADIR%%/images/drake-slasher-pierce.png
%%DATADIR%%/images/drake-slasher-slash.png
%%DATADIR%%/images/drake-slasher.png
+%%DATADIR%%/images/drake-warden-defend.png
+%%DATADIR%%/images/drake-warden-flying.png
+%%DATADIR%%/images/drake-warden-pierce.png
+%%DATADIR%%/images/drake-warden-slash.png
+%%DATADIR%%/images/drake-warden.png
%%DATADIR%%/images/drake-warrior-attack-close1.png
%%DATADIR%%/images/drake-warrior-attack-close2.png
%%DATADIR%%/images/drake-warrior-attack-ranged.png
@@ -1160,6 +1223,7 @@ share/locale/zh_CN/LC_MESSAGES/wesnoth.mo
%%DATADIR%%/images/elvish-lord-ranged.png
%%DATADIR%%/images/elvish-lord-ranged1.png
%%DATADIR%%/images/elvish-lord-ranged2.png
+%%DATADIR%%/images/elvish-lord-ranged3.png
%%DATADIR%%/images/elvish-lord.png
%%DATADIR%%/images/elvish-marksman+female-attack.png
%%DATADIR%%/images/elvish-marksman+female-attack1.png
@@ -1318,6 +1382,9 @@ share/locale/zh_CN/LC_MESSAGES/wesnoth.mo
%%DATADIR%%/images/giant-mudcrawler.png
%%DATADIR%%/images/goblin-direwolver-attack.png
%%DATADIR%%/images/goblin-direwolver-defend.png
+%%DATADIR%%/images/goblin-direwolver-die-1.png
+%%DATADIR%%/images/goblin-direwolver-die-2.png
+%%DATADIR%%/images/goblin-direwolver-die-3.png
%%DATADIR%%/images/goblin-direwolver.png
%%DATADIR%%/images/goblin-impaler-attack-ranged1.png
%%DATADIR%%/images/goblin-impaler-attack-ranged2.png
@@ -1405,6 +1472,10 @@ share/locale/zh_CN/LC_MESSAGES/wesnoth.mo
%%DATADIR%%/images/halo/ice-halo3.png
%%DATADIR%%/images/halo/ice-halo4.png
%%DATADIR%%/images/halo/ice-halo5.png
+%%DATADIR%%/images/halo/ice-halo6.png
+%%DATADIR%%/images/halo/ice-halo7.png
+%%DATADIR%%/images/halo/ice-halo8.png
+%%DATADIR%%/images/halo/ice-halo9.png
%%DATADIR%%/images/halo/lighthouse-aura.png
%%DATADIR%%/images/halo/mage-halo1.png
%%DATADIR%%/images/halo/mage-halo2-big.png
@@ -1446,6 +1517,8 @@ share/locale/zh_CN/LC_MESSAGES/wesnoth.mo
%%DATADIR%%/images/horseman.png
%%DATADIR%%/images/human-battleprincess-attack.png
%%DATADIR%%/images/human-battleprincess-defend.png
+%%DATADIR%%/images/human-battleprincess-die-1.png
+%%DATADIR%%/images/human-battleprincess-die-2.png
%%DATADIR%%/images/human-battleprincess-leading.png
%%DATADIR%%/images/human-battleprincess.png
%%DATADIR%%/images/human-bowman-attack-sword.png
@@ -1453,21 +1526,30 @@ share/locale/zh_CN/LC_MESSAGES/wesnoth.mo
%%DATADIR%%/images/human-bowman-attack2.png
%%DATADIR%%/images/human-bowman-attack3.png
%%DATADIR%%/images/human-bowman-defend.png
+%%DATADIR%%/images/human-bowman-die-1.png
+%%DATADIR%%/images/human-bowman-die-2.png
%%DATADIR%%/images/human-bowman.png
%%DATADIR%%/images/human-cavalier-attack.png
%%DATADIR%%/images/human-cavalier-defend.png
+%%DATADIR%%/images/human-cavalier-die-1.png
+%%DATADIR%%/images/human-cavalier-die-2.png
%%DATADIR%%/images/human-cavalier-moving.png
%%DATADIR%%/images/human-cavalier-range1.png
%%DATADIR%%/images/human-cavalier-range2.png
%%DATADIR%%/images/human-cavalier.png
%%DATADIR%%/images/human-dragoon-attack.png
%%DATADIR%%/images/human-dragoon-defend.png
+%%DATADIR%%/images/human-dragoon-die-1.png
+%%DATADIR%%/images/human-dragoon-die-2.png
+%%DATADIR%%/images/human-dragoon-die-3.png
%%DATADIR%%/images/human-dragoon-moving.png
%%DATADIR%%/images/human-dragoon-ranged1.png
%%DATADIR%%/images/human-dragoon-ranged2.png
%%DATADIR%%/images/human-dragoon.png
%%DATADIR%%/images/human-duelist-attack.png
%%DATADIR%%/images/human-duelist-defend.png
+%%DATADIR%%/images/human-duelist-die-1.png
+%%DATADIR%%/images/human-duelist-die-2.png
%%DATADIR%%/images/human-duelist-ranged.png
%%DATADIR%%/images/human-duelist.png
%%DATADIR%%/images/human-fencer-attack.png
@@ -1479,9 +1561,14 @@ share/locale/zh_CN/LC_MESSAGES/wesnoth.mo
%%DATADIR%%/images/human-general-defend.png
%%DATADIR%%/images/human-general-leading.png
%%DATADIR%%/images/human-general.png
-%%DATADIR%%/images/human-halbardier.png
-%%DATADIR%%/images/human-halberdier-pierce-1.png
-%%DATADIR%%/images/human-halberdier-pierce-2.png
+%%DATADIR%%/images/human-halberdier-defend.png
+%%DATADIR%%/images/human-halberdier-pierce-n.png
+%%DATADIR%%/images/human-halberdier-pierce-ne.png
+%%DATADIR%%/images/human-halberdier-pierce-s.png
+%%DATADIR%%/images/human-halberdier-pierce-se.png
+%%DATADIR%%/images/human-halberdier-slash-se-1.png
+%%DATADIR%%/images/human-halberdier-slash-se-2.png
+%%DATADIR%%/images/human-halberdier.png
%%DATADIR%%/images/human-heavyinfantry-attack.png
%%DATADIR%%/images/human-heavyinfantry-defend.png
%%DATADIR%%/images/human-heavyinfantry.png
@@ -1518,20 +1605,27 @@ share/locale/zh_CN/LC_MESSAGES/wesnoth.mo
%%DATADIR%%/images/human-masterbowman-attack-ranged4.png
%%DATADIR%%/images/human-masterbowman-defend.png
%%DATADIR%%/images/human-masterbowman.png
-%%DATADIR%%/images/human-pikeman-attack-1.png
-%%DATADIR%%/images/human-pikeman-attack-2.png
+%%DATADIR%%/images/human-pikeman-attack-n.png
+%%DATADIR%%/images/human-pikeman-attack-ne.png
+%%DATADIR%%/images/human-pikeman-attack-s.png
+%%DATADIR%%/images/human-pikeman-attack-se.png
%%DATADIR%%/images/human-pikeman-defend.png
%%DATADIR%%/images/human-pikeman.png
%%DATADIR%%/images/human-princess-attack.png
%%DATADIR%%/images/human-princess-defend.png
%%DATADIR%%/images/human-princess-leading.png
%%DATADIR%%/images/human-princess.png
+%%DATADIR%%/images/human-queen-die-1.png
+%%DATADIR%%/images/human-queen-die-2.png
%%DATADIR%%/images/human-queen.png
%%DATADIR%%/images/human-royalguard-attack.png
+%%DATADIR%%/images/human-royalguard-attack2.png
%%DATADIR%%/images/human-royalguard-defend.png
%%DATADIR%%/images/human-royalguard.png
%%DATADIR%%/images/human-scout-attack.png
%%DATADIR%%/images/human-scout-defend.png
+%%DATADIR%%/images/human-scout-die-1.png
+%%DATADIR%%/images/human-scout-die-2.png
%%DATADIR%%/images/human-scout-moving.png
%%DATADIR%%/images/human-scout.png
%%DATADIR%%/images/human-sergeant-attack-crossbow.png
@@ -1561,6 +1655,7 @@ share/locale/zh_CN/LC_MESSAGES/wesnoth.mo
%%DATADIR%%/images/human-wallguard-attack.png
%%DATADIR%%/images/human-wallguard-defense.png
%%DATADIR%%/images/human-wallguard.png
+%%DATADIR%%/images/icons/icon-advanced.png
%%DATADIR%%/images/icons/icon-ai.png
%%DATADIR%%/images/icons/icon-display.png
%%DATADIR%%/images/icons/icon-general.png
@@ -1618,6 +1713,8 @@ share/locale/zh_CN/LC_MESSAGES/wesnoth.mo
%%DATADIR%%/images/knight.png
%%DATADIR%%/images/konrad-commander-attack.png
%%DATADIR%%/images/konrad-commander-defend.png
+%%DATADIR%%/images/konrad-commander-die-1.png
+%%DATADIR%%/images/konrad-commander-die-2.png
%%DATADIR%%/images/konrad-commander-leading.png
%%DATADIR%%/images/konrad-commander-ranged-defend.png
%%DATADIR%%/images/konrad-commander-ranged.png
@@ -1790,12 +1887,17 @@ share/locale/zh_CN/LC_MESSAGES/wesnoth.mo
%%DATADIR%%/images/misc/ellipse-9-bottom.png
%%DATADIR%%/images/misc/ellipse-9-top.png
%%DATADIR%%/images/misc/ellipse-9.png
+%%DATADIR%%/images/misc/experimental-rightside.png
%%DATADIR%%/images/misc/eye.png
%%DATADIR%%/images/misc/folder-icon.png
%%DATADIR%%/images/misc/font8x8.png
+%%DATADIR%%/images/misc/foot-left-n-slow.png
%%DATADIR%%/images/misc/foot-left-n.png
+%%DATADIR%%/images/misc/foot-left-nw-slow.png
%%DATADIR%%/images/misc/foot-left-nw.png
+%%DATADIR%%/images/misc/foot-right-n-slow.png
%%DATADIR%%/images/misc/foot-right-n.png
+%%DATADIR%%/images/misc/foot-right-nw-slow.png
%%DATADIR%%/images/misc/foot-right-nw.png
%%DATADIR%%/images/misc/gold.png
%%DATADIR%%/images/misc/income.png
@@ -1872,6 +1974,8 @@ share/locale/zh_CN/LC_MESSAGES/wesnoth.mo
%%DATADIR%%/images/misc/selected-ellipse-9-bottom.png
%%DATADIR%%/images/misc/selected-ellipse-9-top.png
%%DATADIR%%/images/misc/slowed.png
+%%DATADIR%%/images/misc/sort-arrow-reverse.png
+%%DATADIR%%/images/misc/sort-arrow.png
%%DATADIR%%/images/misc/status-bg.png
%%DATADIR%%/images/misc/stone.png
%%DATADIR%%/images/misc/timeofday.png
@@ -1880,14 +1984,6 @@ share/locale/zh_CN/LC_MESSAGES/wesnoth.mo
%%DATADIR%%/images/misc/topleft-corner.png
%%DATADIR%%/images/misc/topright-corner.png
%%DATADIR%%/images/misc/trapdoor.png
-%%DATADIR%%/images/misc/tutorial1.png
-%%DATADIR%%/images/misc/tutorial2.png
-%%DATADIR%%/images/misc/tutorial3.png
-%%DATADIR%%/images/misc/tutorial3b.png
-%%DATADIR%%/images/misc/tutorial4.png
-%%DATADIR%%/images/misc/tutorial5.png
-%%DATADIR%%/images/misc/tutorial6.png
-%%DATADIR%%/images/misc/tutorial7.png
%%DATADIR%%/images/misc/unit.png
%%DATADIR%%/images/misc/units.png
%%DATADIR%%/images/misc/upkeep.png
@@ -1918,6 +2014,8 @@ share/locale/zh_CN/LC_MESSAGES/wesnoth.mo
%%DATADIR%%/images/naga.png
%%DATADIR%%/images/neutral-bandit-attack.png
%%DATADIR%%/images/neutral-bandit-defend.png
+%%DATADIR%%/images/neutral-bandit-die-1.png
+%%DATADIR%%/images/neutral-bandit-die-2.png
%%DATADIR%%/images/neutral-bandit.png
%%DATADIR%%/images/neutral-footpad+female-attack.png
%%DATADIR%%/images/neutral-footpad+female-attack1.png
@@ -1986,7 +2084,9 @@ share/locale/zh_CN/LC_MESSAGES/wesnoth.mo
%%DATADIR%%/images/noble-fighter.png
%%DATADIR%%/images/noble-lord-attack-ranged1.png
%%DATADIR%%/images/noble-lord-attack-ranged2.png
+%%DATADIR%%/images/noble-lord-attack-ranged3.png
%%DATADIR%%/images/noble-lord-attack-sword.png
+%%DATADIR%%/images/noble-lord-bow.png
%%DATADIR%%/images/noble-lord-defend.png
%%DATADIR%%/images/noble-lord-leading.png
%%DATADIR%%/images/noble-lord.png
@@ -2105,6 +2205,21 @@ share/locale/zh_CN/LC_MESSAGES/wesnoth.mo
%%DATADIR%%/images/portraits/The_Rise_of_Wesnoth/logalmier.png
%%DATADIR%%/images/portraits/The_Rise_of_Wesnoth/rithrandil.png
%%DATADIR%%/images/portraits/The_Rise_of_Wesnoth/typhon.png
+%%DATADIR%%/images/portraits/core/Jason_Lutes/human-bandit.png
+%%DATADIR%%/images/portraits/core/Jason_Lutes/human-grand-knight.png
+%%DATADIR%%/images/portraits/core/Jason_Lutes/human-halberdier.png
+%%DATADIR%%/images/portraits/core/Jason_Lutes/human-highwayman.png
+%%DATADIR%%/images/portraits/core/Jason_Lutes/human-horseman.png
+%%DATADIR%%/images/portraits/core/Jason_Lutes/human-javelineer.png
+%%DATADIR%%/images/portraits/core/Jason_Lutes/human-knight.png
+%%DATADIR%%/images/portraits/core/Jason_Lutes/human-lancer.png
+%%DATADIR%%/images/portraits/core/Jason_Lutes/human-paladin.png
+%%DATADIR%%/images/portraits/core/Jason_Lutes/human-peasant.png
+%%DATADIR%%/images/portraits/core/Jason_Lutes/human-pikeman.png
+%%DATADIR%%/images/portraits/core/Jason_Lutes/human-royalguard.png
+%%DATADIR%%/images/portraits/core/Jason_Lutes/human-spearman.png
+%%DATADIR%%/images/portraits/core/Jason_Lutes/human-swordsman.png
+%%DATADIR%%/images/portraits/core/Jason_Lutes/human-thug.png
%%DATADIR%%/images/projectiles/bone-n.png
%%DATADIR%%/images/projectiles/bone-ne.png
%%DATADIR%%/images/projectiles/bullet.png
@@ -2131,6 +2246,8 @@ share/locale/zh_CN/LC_MESSAGES/wesnoth.mo
%%DATADIR%%/images/projectiles/lightning-ne.png
%%DATADIR%%/images/projectiles/magicmissile-n.png
%%DATADIR%%/images/projectiles/magicmissile-ne.png
+%%DATADIR%%/images/projectiles/missile-fire-n.png
+%%DATADIR%%/images/projectiles/missile-fire-ne.png
%%DATADIR%%/images/projectiles/missile-n.png
%%DATADIR%%/images/projectiles/missile-ne.png
%%DATADIR%%/images/projectiles/missile-nw.png
@@ -3361,9 +3478,14 @@ share/locale/zh_CN/LC_MESSAGES/wesnoth.mo
%%DATADIR%%/images/troll-whelp.png
%%DATADIR%%/images/undead-adept-attack.png
%%DATADIR%%/images/undead-adept-defend.png
+%%DATADIR%%/images/undead-adept-die-1.png
+%%DATADIR%%/images/undead-adept-die-2.png
%%DATADIR%%/images/undead-adept.png
%%DATADIR%%/images/undead-ancient-lich-attack.png
%%DATADIR%%/images/undead-ancient-lich-defend.png
+%%DATADIR%%/images/undead-ancient-lich-die-1.png
+%%DATADIR%%/images/undead-ancient-lich-die-2.png
+%%DATADIR%%/images/undead-ancient-lich-die-3.png
%%DATADIR%%/images/undead-ancient-lich.png
%%DATADIR%%/images/undead-archer-attack.png
%%DATADIR%%/images/undead-archer-attack1.png
@@ -3376,34 +3498,48 @@ share/locale/zh_CN/LC_MESSAGES/wesnoth.mo
%%DATADIR%%/images/undead-blackspell.png
%%DATADIR%%/images/undead-bloodbat-attack.png
%%DATADIR%%/images/undead-bloodbat-defend.png
+%%DATADIR%%/images/undead-bloodbat-die-1.png
+%%DATADIR%%/images/undead-bloodbat-die-2.png
%%DATADIR%%/images/undead-bloodbat.png
%%DATADIR%%/images/undead-boneshooter-attack.png
%%DATADIR%%/images/undead-boneshooter-attack1.png
%%DATADIR%%/images/undead-boneshooter-attack2.png
%%DATADIR%%/images/undead-boneshooter-defend.png
+%%DATADIR%%/images/undead-boneshooter-die-1.png
+%%DATADIR%%/images/undead-boneshooter-die-2.png
%%DATADIR%%/images/undead-boneshooter.png
%%DATADIR%%/images/undead-chocobone-attack.png
%%DATADIR%%/images/undead-chocobone-defend.png
+%%DATADIR%%/images/undead-chocobone-die-1.png
+%%DATADIR%%/images/undead-chocobone-die-2.png
%%DATADIR%%/images/undead-chocobone-moving.png
%%DATADIR%%/images/undead-chocobone.png
%%DATADIR%%/images/undead-darkspirit-attack.png
%%DATADIR%%/images/undead-darkspirit-attack1.png
%%DATADIR%%/images/undead-darkspirit-defend.png
+%%DATADIR%%/images/undead-darkspirit-die-1.png
+%%DATADIR%%/images/undead-darkspirit-die-2.png
%%DATADIR%%/images/undead-darkspirit.png
%%DATADIR%%/images/undead-deathblade-attack1.png
%%DATADIR%%/images/undead-deathblade-attack2.png
%%DATADIR%%/images/undead-deathblade-attack3.png
%%DATADIR%%/images/undead-deathblade-defend.png
+%%DATADIR%%/images/undead-deathblade-die-1.png
+%%DATADIR%%/images/undead-deathblade-die-2.png
%%DATADIR%%/images/undead-deathblade.png
%%DATADIR%%/images/undead-deathknight-attack-crossbow-1.png
%%DATADIR%%/images/undead-deathknight-attack-crossbow-2.png
%%DATADIR%%/images/undead-deathknight-attack.png
%%DATADIR%%/images/undead-deathknight-defend.png
+%%DATADIR%%/images/undead-deathknight-die-1.png
+%%DATADIR%%/images/undead-deathknight-die-2.png
%%DATADIR%%/images/undead-deathknight-leading.png
%%DATADIR%%/images/undead-deathknight.png
%%DATADIR%%/images/undead-deathmaster-attack1.png
%%DATADIR%%/images/undead-deathmaster-attack2.png
%%DATADIR%%/images/undead-deathmaster-defend.png
+%%DATADIR%%/images/undead-deathmaster-die-1.png
+%%DATADIR%%/images/undead-deathmaster-die-2.png
%%DATADIR%%/images/undead-deathmaster-ranged1.png
%%DATADIR%%/images/undead-deathmaster-ranged2.png
%%DATADIR%%/images/undead-deathmaster-ranged3.png
@@ -3411,12 +3547,16 @@ share/locale/zh_CN/LC_MESSAGES/wesnoth.mo
%%DATADIR%%/images/undead-deathmaster.png
%%DATADIR%%/images/undead-demilich-attack.png
%%DATADIR%%/images/undead-demilich-defend.png
+%%DATADIR%%/images/undead-demilich-die-1.png
+%%DATADIR%%/images/undead-demilich-die-2.png
%%DATADIR%%/images/undead-demilich-ranged1.png
%%DATADIR%%/images/undead-demilich-ranged2.png
%%DATADIR%%/images/undead-demilich.png
%%DATADIR%%/images/undead-draug-attack1.png
%%DATADIR%%/images/undead-draug-attack2.png
%%DATADIR%%/images/undead-draug-defend.png
+%%DATADIR%%/images/undead-draug-die-1.png
+%%DATADIR%%/images/undead-draug-die-2.png
%%DATADIR%%/images/undead-draug.png
%%DATADIR%%/images/undead-ghost-attack.png
%%DATADIR%%/images/undead-ghost-attack1.png
@@ -3460,18 +3600,71 @@ share/locale/zh_CN/LC_MESSAGES/wesnoth.mo
%%DATADIR%%/images/undead-skeleton-dying.png
%%DATADIR%%/images/undead-skeleton.png
%%DATADIR%%/images/undead-sorcerer-defence.png
+%%DATADIR%%/images/undead-sorcerer-die-1.png
+%%DATADIR%%/images/undead-sorcerer-die-2.png
%%DATADIR%%/images/undead-sorcerer-ranged1.png
%%DATADIR%%/images/undead-sorcerer-ranged2.png
%%DATADIR%%/images/undead-sorcerer-staff1.png
%%DATADIR%%/images/undead-sorcerer-staff2.png
%%DATADIR%%/images/undead-sorcerer.png
+%%DATADIR%%/images/undead-soulless-attack-n.png
+%%DATADIR%%/images/undead-soulless-attack-s.png
+%%DATADIR%%/images/undead-soulless-attack.png
%%DATADIR%%/images/undead-soulless-defend.png
+%%DATADIR%%/images/undead-soulless-die-1.png
+%%DATADIR%%/images/undead-soulless-die-2.png
+%%DATADIR%%/images/undead-soulless-die-3.png
+%%DATADIR%%/images/undead-soulless-drake-attack-n.png
+%%DATADIR%%/images/undead-soulless-drake-attack-s.png
+%%DATADIR%%/images/undead-soulless-drake-attack.png
+%%DATADIR%%/images/undead-soulless-drake-die-1.png
+%%DATADIR%%/images/undead-soulless-drake-die-2.png
+%%DATADIR%%/images/undead-soulless-drake-die-3.png
+%%DATADIR%%/images/undead-soulless-drake.png
%%DATADIR%%/images/undead-soulless-melee.png
+%%DATADIR%%/images/undead-soulless-mounted-attack-n.png
+%%DATADIR%%/images/undead-soulless-mounted-attack-s.png
+%%DATADIR%%/images/undead-soulless-mounted-attack.png
+%%DATADIR%%/images/undead-soulless-mounted-die-1.png
+%%DATADIR%%/images/undead-soulless-mounted-die-2.png
+%%DATADIR%%/images/undead-soulless-mounted-die-3.png
+%%DATADIR%%/images/undead-soulless-mounted.png
+%%DATADIR%%/images/undead-soulless-saurian-attack-n.png
+%%DATADIR%%/images/undead-soulless-saurian-attack-s.png
+%%DATADIR%%/images/undead-soulless-saurian-attack.png
+%%DATADIR%%/images/undead-soulless-saurian-die-1.png
+%%DATADIR%%/images/undead-soulless-saurian-die-2.png
+%%DATADIR%%/images/undead-soulless-saurian-die-3.png
+%%DATADIR%%/images/undead-soulless-saurian.png
+%%DATADIR%%/images/undead-soulless-swimmer-attack-n.png
+%%DATADIR%%/images/undead-soulless-swimmer-attack-s.png
+%%DATADIR%%/images/undead-soulless-swimmer-attack.png
+%%DATADIR%%/images/undead-soulless-swimmer-die-1.png
+%%DATADIR%%/images/undead-soulless-swimmer-die-2.png
+%%DATADIR%%/images/undead-soulless-swimmer-die-3.png
+%%DATADIR%%/images/undead-soulless-swimmer.png
+%%DATADIR%%/images/undead-soulless-troll-attack-n.png
+%%DATADIR%%/images/undead-soulless-troll-attack-s.png
+%%DATADIR%%/images/undead-soulless-troll-attack.png
+%%DATADIR%%/images/undead-soulless-troll-die-1.png
+%%DATADIR%%/images/undead-soulless-troll-die-2.png
+%%DATADIR%%/images/undead-soulless-troll-die-3.png
+%%DATADIR%%/images/undead-soulless-troll.png
+%%DATADIR%%/images/undead-soulless-wose-attack-n.png
+%%DATADIR%%/images/undead-soulless-wose-attack-s.png
+%%DATADIR%%/images/undead-soulless-wose-attack.png
+%%DATADIR%%/images/undead-soulless-wose-die-1.png
+%%DATADIR%%/images/undead-soulless-wose-die-2.png
+%%DATADIR%%/images/undead-soulless-wose-die-3.png
+%%DATADIR%%/images/undead-soulless-wose.png
%%DATADIR%%/images/undead-soulless.png
%%DATADIR%%/images/undead-soulshooter-attack.png
%%DATADIR%%/images/undead-soulshooter-defend.png
%%DATADIR%%/images/undead-soulshooter-ranged.png
+%%DATADIR%%/images/undead-soulshooter-ranged1.png
%%DATADIR%%/images/undead-soulshooter-ranged2.png
+%%DATADIR%%/images/undead-soulshooter-ranged3.png
+%%DATADIR%%/images/undead-soulshooter-ranged4.png
%%DATADIR%%/images/undead-soulshooter.png
%%DATADIR%%/images/undead-spectre-attack.png
%%DATADIR%%/images/undead-spectre-attack1.png
@@ -3582,6 +3775,9 @@ share/locale/zh_CN/LC_MESSAGES/wesnoth.mo
%%DATADIR%%/images/wolf-rider.png
%%DATADIR%%/images/wose-ancient-attack.png
%%DATADIR%%/images/wose-ancient-defend.png
+%%DATADIR%%/images/wose-ancient-die-1.png
+%%DATADIR%%/images/wose-ancient-die-2.png
+%%DATADIR%%/images/wose-ancient-die-3.png
%%DATADIR%%/images/wose-ancient.png
%%DATADIR%%/images/wose-attack-1.png
%%DATADIR%%/images/wose-attack-2.png
@@ -3657,7 +3853,6 @@ share/locale/zh_CN/LC_MESSAGES/wesnoth.mo
%%DATADIR%%/sounds/torch-swish.wav
%%DATADIR%%/sounds/ugg.wav
%%DATADIR%%/sounds/wolf-attack.wav
-%%DATADIR%%/sounds/wolf-cry.wav
%%DATADIR%%/sounds/zombie-attack.wav
%%DATADIR%%/sounds/zombie-hit.wav
@dirrm %%DATADIR%%/sounds
@@ -3666,6 +3861,8 @@ share/locale/zh_CN/LC_MESSAGES/wesnoth.mo
@dirrm %%DATADIR%%/images/tools
@dirrm %%DATADIR%%/images/terrain
@dirrm %%DATADIR%%/images/projectiles
+@dirrm %%DATADIR%%/images/portraits/core/Jason_Lutes
+@dirrm %%DATADIR%%/images/portraits/core
@dirrm %%DATADIR%%/images/portraits/The_Rise_of_Wesnoth
@dirrm %%DATADIR%%/images/portraits/Heir_To_The_Throne
@dirrm %%DATADIR%%/images/portraits/Eastern_Invasion
@@ -3704,6 +3901,7 @@ share/locale/zh_CN/LC_MESSAGES/wesnoth.mo
@dirrm %%DATADIR%%/data/scenarios/multiplayer
@dirrm %%DATADIR%%/data/scenarios/The_Rise_of_Wesnoth
@dirrm %%DATADIR%%/data/scenarios/The_Dark_Hordes
+@dirrm %%DATADIR%%/data/scenarios/Son_Of_The_Black_Eye/utils
@dirrm %%DATADIR%%/data/scenarios/Son_Of_The_Black_Eye
@dirrm %%DATADIR%%/data/scenarios/Heir_To_The_Throne
@dirrm %%DATADIR%%/data/scenarios/Eastern_Invasion
diff --git a/games/wesnoth/Makefile b/games/wesnoth/Makefile
index 57814a0cba1c..3067b11e042f 100644
--- a/games/wesnoth/Makefile
+++ b/games/wesnoth/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= wesnoth
-PORTVERSION= 0.9.1
+PORTVERSION= 0.9.2
CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
http://www.wesnoth.org/files/
@@ -131,5 +131,6 @@ post-patch:
@${REINPLACE_CMD} -e 's|[$$][(]datadir[)]/applications|${X11BASE}/share/gnome/applications|g ; \
s|[$$][(]datadir[)]/icons|${X11BASE}/share/gnome/pixmaps|g' \
${WRKSRC}/icons/Makefile.in
+ @${FIND} ${WRKSRC} -name stamp-po -delete
.include <bsd.port.post.mk>
diff --git a/games/wesnoth/distinfo b/games/wesnoth/distinfo
index e1b9d6a57efd..512085a11774 100644
--- a/games/wesnoth/distinfo
+++ b/games/wesnoth/distinfo
@@ -1,4 +1,4 @@
-MD5 (wesnoth-0.9.1.tar.gz) = 667eabd30d9fd61505288be5d53c3d46
-SIZE (wesnoth-0.9.1.tar.gz) = 37234931
-MD5 (wesnoth-lite-0.9.1.tar.gz) = f1dc97220d836a18c00d1e776ad1ac07
-SIZE (wesnoth-lite-0.9.1.tar.gz) = 20635541
+MD5 (wesnoth-0.9.2.tar.gz) = 0158b7733373b1a25ed1da6bf1d32899
+SIZE (wesnoth-0.9.2.tar.gz) = 38286675
+MD5 (wesnoth-lite-0.9.2.tar.gz) = 3e051e2bd163c96bc4a8407a45e29835
+SIZE (wesnoth-lite-0.9.2.tar.gz) = 21691642
diff --git a/games/wesnoth/files/patch-src::Makefile.in b/games/wesnoth/files/patch-src::Makefile.in
index 9b4c5b295631..100588b32197 100644
--- a/games/wesnoth/files/patch-src::Makefile.in
+++ b/games/wesnoth/files/patch-src::Makefile.in
@@ -1,9 +1,9 @@
---- 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
+--- src/Makefile.in.orig Tue Jun 7 19:32:02 2005
++++ src/Makefile.in Tue Jun 7 19:33:28 2005
+@@ -912,10 +912,10 @@
- wesnoth_zip_LDADD = @SDL_LIBS@ @SDL_NET_LIBS@
+ exploder_LDADD = @SDL_IMAGE_LIBS@ @SDL_LIBS@ $(LIBZIPIOS) $(LIBINTL) $(PNG_LIBS)
+ cutter_LDADD = @SDL_IMAGE_LIBS@ @SDL_LIBS@ $(LIBZIPIOS) $(LIBINTL) $(PNG_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)\"
diff --git a/games/wesnoth/files/patch-src::help.cpp b/games/wesnoth/files/patch-src::help.cpp
index 91c307b66ee4..926ac47fe6a5 100644
--- a/games/wesnoth/files/patch-src::help.cpp
+++ b/games/wesnoth/files/patch-src::help.cpp
@@ -1,6 +1,6 @@
---- 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 @@
+--- src/help.cpp.orig Tue Jun 7 19:34:15 2005
++++ src/help.cpp Tue Jun 7 19:34:22 2005
+@@ -41,7 +41,7 @@
#include <algorithm>
#include <iostream>
#include <list>
diff --git a/games/wesnoth/files/patch-src::language.cpp b/games/wesnoth/files/patch-src::language.cpp
new file mode 100644
index 000000000000..c60d625cdd6b
--- /dev/null
+++ b/games/wesnoth/files/patch-src::language.cpp
@@ -0,0 +1,17 @@
+--- src/language.cpp.orig Tue Jun 7 19:36:19 2005
++++ src/language.cpp Tue Jun 7 19:36:39 2005
+@@ -124,12 +124,12 @@
+ static void wesnoth_setlocale(int category, std::string const &slocale)
+ {
+ char const *locale = slocale.c_str();
+-#ifdef __BEOS__
++
+ if(setenv ("LANG", locale, 1) == -1)
+ std::cerr << "setenv LANG failed: " << strerror(errno);
+ if(setenv ("LC_ALL", locale, 1) == -1)
+ std::cerr << "setenv LC_ALL failed: " << strerror(errno);
+-#endif
++
+ #ifdef __APPLE__
+ if(setenv ("LANGUAGE", locale, 1) == -1)
+ std::cerr << "setenv LANGUAGE failed: " << strerror(errno);
diff --git a/games/wesnoth/pkg-plist b/games/wesnoth/pkg-plist
index 755d0bbf0a12..34a9204266fb 100644
--- a/games/wesnoth/pkg-plist
+++ b/games/wesnoth/pkg-plist
@@ -197,6 +197,14 @@ share/locale/sl/LC_MESSAGES/wesnoth-sotbe.mo
share/locale/sl/LC_MESSAGES/wesnoth-tdh.mo
share/locale/sl/LC_MESSAGES/wesnoth-trow.mo
share/locale/sl/LC_MESSAGES/wesnoth.mo
+share/locale/sr/LC_MESSAGES/wesnoth-editor.mo
+share/locale/sr/LC_MESSAGES/wesnoth-ei.mo
+share/locale/sr/LC_MESSAGES/wesnoth-httt.mo
+share/locale/sr/LC_MESSAGES/wesnoth-lib.mo
+share/locale/sr/LC_MESSAGES/wesnoth-sotbe.mo
+share/locale/sr/LC_MESSAGES/wesnoth-tdh.mo
+share/locale/sr/LC_MESSAGES/wesnoth-trow.mo
+share/locale/sr/LC_MESSAGES/wesnoth.mo
share/locale/sv/LC_MESSAGES/wesnoth-editor.mo
share/locale/sv/LC_MESSAGES/wesnoth-ei.mo
share/locale/sv/LC_MESSAGES/wesnoth-httt.mo
@@ -326,10 +334,21 @@ share/locale/zh_CN/LC_MESSAGES/wesnoth.mo
%%DATADIR%%/data/maps/The_Rise_of_Wesnoth/Troll_Hole
%%DATADIR%%/data/maps/Tutorial/Basic_Training
%%DATADIR%%/data/maps/Tutorial/Traits_and_Specialties
+%%DATADIR%%/data/maps/multiplayer/2p_Den_of_Onis
+%%DATADIR%%/data/maps/multiplayer/2p_Divide_and_Conquer
+%%DATADIR%%/data/maps/multiplayer/2p_Hamlets
+%%DATADIR%%/data/maps/multiplayer/2p_Hornshark_Island
+%%DATADIR%%/data/maps/multiplayer/2p_Meteor_Lake
+%%DATADIR%%/data/maps/multiplayer/2p_Silverhead_Crossing
+%%DATADIR%%/data/maps/multiplayer/2p_Sullas_Ruins
+%%DATADIR%%/data/maps/multiplayer/3p_1v1v1Hex
+%%DATADIR%%/data/maps/multiplayer/3p_Morituri
+%%DATADIR%%/data/maps/multiplayer/3p_Triple_Blitz
+%%DATADIR%%/data/maps/multiplayer/4p_Lagoon
+%%DATADIR%%/data/maps/multiplayer/4p_The_Wilderlands
%%DATADIR%%/data/maps/multiplayer/An_Island
%%DATADIR%%/data/maps/multiplayer/BattleWorld
%%DATADIR%%/data/maps/multiplayer/Blitz
-%%DATADIR%%/data/maps/multiplayer/Broken_Bridge
%%DATADIR%%/data/maps/multiplayer/CastleHoppingIsle
%%DATADIR%%/data/maps/multiplayer/Castles
%%DATADIR%%/data/maps/multiplayer/Charge
@@ -338,9 +357,7 @@ share/locale/zh_CN/LC_MESSAGES/wesnoth.mo
%%DATADIR%%/data/maps/multiplayer/Hexcake
%%DATADIR%%/data/maps/multiplayer/Icy_Waters
%%DATADIR%%/data/maps/multiplayer/King_of_the_Hill
-%%DATADIR%%/data/maps/multiplayer/Three_Rivers
%%DATADIR%%/data/maps/multiplayer/Wesbowl
-%%DATADIR%%/data/maps/multiplayer/Weslin
%%DATADIR%%/data/multiplayer.cfg
%%DATADIR%%/data/names.cfg
%%DATADIR%%/data/scenario-test.cfg
@@ -409,9 +426,9 @@ share/locale/zh_CN/LC_MESSAGES/wesnoth.mo
%%DATADIR%%/data/scenarios/Son_Of_The_Black_Eye/The_Siege_Of_Barag_Gor.cfg
%%DATADIR%%/data/scenarios/Son_Of_The_Black_Eye/To_The_Harbour_Of_Tirigaz.cfg
%%DATADIR%%/data/scenarios/Son_Of_The_Black_Eye/Towards_Mountains_of_Haag.cfg
-%%DATADIR%%/data/scenarios/Son_Of_The_Black_Eye/deaths.cfg
-%%DATADIR%%/data/scenarios/Son_Of_The_Black_Eye/story.cfg
-%%DATADIR%%/data/scenarios/Son_Of_The_Black_Eye/utils.cfg
+%%DATADIR%%/data/scenarios/Son_Of_The_Black_Eye/utils/deaths.cfg
+%%DATADIR%%/data/scenarios/Son_Of_The_Black_Eye/utils/story.cfg
+%%DATADIR%%/data/scenarios/Son_Of_The_Black_Eye/utils/utils.cfg
%%DATADIR%%/data/scenarios/The_Dark_Hordes/A_New_Chance.cfg
%%DATADIR%%/data/scenarios/The_Dark_Hordes/Brother_Against_Brother.cfg
%%DATADIR%%/data/scenarios/The_Dark_Hordes/Confrontation.cfg
@@ -454,23 +471,35 @@ share/locale/zh_CN/LC_MESSAGES/wesnoth.mo
%%DATADIR%%/data/scenarios/The_Rise_of_Wesnoth/trow-nlmsg.cfg
%%DATADIR%%/data/scenarios/The_Rise_of_Wesnoth/trow-nohome.cfg
%%DATADIR%%/data/scenarios/The_Rise_of_Wesnoth/trow-noisle.cfg
-%%DATADIR%%/data/scenarios/multiplayer/An_Island.cfg
-%%DATADIR%%/data/scenarios/multiplayer/Blitz.cfg
-%%DATADIR%%/data/scenarios/multiplayer/BrokenBridge.cfg
-%%DATADIR%%/data/scenarios/multiplayer/CastleHoppingIsle.cfg
-%%DATADIR%%/data/scenarios/multiplayer/Charge.cfg
-%%DATADIR%%/data/scenarios/multiplayer/Clash.cfg
-%%DATADIR%%/data/scenarios/multiplayer/ForestOfFear.cfg
-%%DATADIR%%/data/scenarios/multiplayer/Hexcake.cfg
-%%DATADIR%%/data/scenarios/multiplayer/IcyWaters.cfg
+%%DATADIR%%/data/scenarios/multiplayer/2p_Blitz.cfg
+%%DATADIR%%/data/scenarios/multiplayer/2p_Charge.cfg
+%%DATADIR%%/data/scenarios/multiplayer/2p_Den_of_Onis.cfg
+%%DATADIR%%/data/scenarios/multiplayer/2p_Divide_and_Conquer.cfg
+%%DATADIR%%/data/scenarios/multiplayer/2p_Hamlets.cfg
+%%DATADIR%%/data/scenarios/multiplayer/2p_Hornshark_Island.cfg
+%%DATADIR%%/data/scenarios/multiplayer/2p_IcyWaters.cfg
+%%DATADIR%%/data/scenarios/multiplayer/2p_Meteor_Lake.cfg
+%%DATADIR%%/data/scenarios/multiplayer/2p_Silverhead_Crossing.cfg
+%%DATADIR%%/data/scenarios/multiplayer/2p_Sullas_Ruins.cfg
+%%DATADIR%%/data/scenarios/multiplayer/2p_Wesbowl.cfg
+%%DATADIR%%/data/scenarios/multiplayer/3p_1v1v1Hex.cfg
+%%DATADIR%%/data/scenarios/multiplayer/3p_Morituri.cfg
+%%DATADIR%%/data/scenarios/multiplayer/3p_Triple_Blitz.cfg
+%%DATADIR%%/data/scenarios/multiplayer/4p_An_Island.cfg
+%%DATADIR%%/data/scenarios/multiplayer/4p_CastleHoppingIsle.cfg
+%%DATADIR%%/data/scenarios/multiplayer/4p_Clash.cfg
+%%DATADIR%%/data/scenarios/multiplayer/4p_King_of_the_Hill.cfg
+%%DATADIR%%/data/scenarios/multiplayer/4p_Lagoon.cfg
+%%DATADIR%%/data/scenarios/multiplayer/4p_Siege_Castles.cfg
+%%DATADIR%%/data/scenarios/multiplayer/4p_The_Valley_of_Death.cfg
+%%DATADIR%%/data/scenarios/multiplayer/4p_The_Wilderlands.cfg
+%%DATADIR%%/data/scenarios/multiplayer/5p_ForestOfFear.cfg
+%%DATADIR%%/data/scenarios/multiplayer/6p_Hexcake.cfg
+%%DATADIR%%/data/scenarios/multiplayer/7p_battleworld.cfg
%%DATADIR%%/data/scenarios/multiplayer/Random_Scenario.cfg
%%DATADIR%%/data/scenarios/multiplayer/Random_Scenario_Desert.cfg
%%DATADIR%%/data/scenarios/multiplayer/Random_Scenario_Marsh.cfg
%%DATADIR%%/data/scenarios/multiplayer/Random_Scenario_Winter.cfg
-%%DATADIR%%/data/scenarios/multiplayer/Wesbowl.cfg
-%%DATADIR%%/data/scenarios/multiplayer/WeslinBridge.cfg
-%%DATADIR%%/data/scenarios/multiplayer/battleworld.cfg
-%%DATADIR%%/data/scenarios/multiplayer/castles.cfg
%%DATADIR%%/data/scenarios/multiplayer/scenarios.cfg
%%DATADIR%%/data/scenarios/tutorial/Basic_Training.cfg
%%DATADIR%%/data/scenarios/tutorial/Traits_and_Specialties.cfg
@@ -490,6 +519,7 @@ share/locale/zh_CN/LC_MESSAGES/wesnoth.mo
%%DATADIR%%/data/themes/default.cfg
%%DATADIR%%/data/themes/dfool.cfg
%%DATADIR%%/data/themes/editor.cfg
+%%DATADIR%%/data/themes/experimental.cfg
%%DATADIR%%/data/tips.cfg
%%DATADIR%%/data/tools/exploder/castle-concave.cfg
%%DATADIR%%/data/tools/exploder/castle-convex.cfg
@@ -538,17 +568,21 @@ share/locale/zh_CN/LC_MESSAGES/wesnoth.mo
%%DATADIR%%/data/units/Demilich.cfg
%%DATADIR%%/data/units/Direwolf_Rider.cfg
%%DATADIR%%/data/units/Dragoon.cfg
+%%DATADIR%%/data/units/Drake_Blademaster.cfg
%%DATADIR%%/data/units/Drake_Burner.cfg
%%DATADIR%%/data/units/Drake_Clasher.cfg
+%%DATADIR%%/data/units/Drake_Enforcer.cfg
%%DATADIR%%/data/units/Drake_Fighter.cfg
%%DATADIR%%/data/units/Drake_Fire.cfg
%%DATADIR%%/data/units/Drake_Flameheart.cfg
%%DATADIR%%/data/units/Drake_Flare.cfg
%%DATADIR%%/data/units/Drake_Gladiator.cfg
%%DATADIR%%/data/units/Drake_Glider.cfg
+%%DATADIR%%/data/units/Drake_Hurricane.cfg
%%DATADIR%%/data/units/Drake_Inferno.cfg
%%DATADIR%%/data/units/Drake_Sky.cfg
%%DATADIR%%/data/units/Drake_Slasher.cfg
+%%DATADIR%%/data/units/Drake_Warden.cfg
%%DATADIR%%/data/units/Drake_Warrior.cfg
%%DATADIR%%/data/units/Draug.cfg
%%DATADIR%%/data/units/Duelist.cfg
@@ -736,6 +770,8 @@ share/locale/zh_CN/LC_MESSAGES/wesnoth.mo
%%DATADIR%%/fonts/FreeSans.ttf
%%DATADIR%%/fonts/Vera.ttf
%%DATADIR%%/images/arch-mage+female-defend.png
+%%DATADIR%%/images/arch-mage+female-die-1.png
+%%DATADIR%%/images/arch-mage+female-die-2.png
%%DATADIR%%/images/arch-mage+female-fireball-1.png
%%DATADIR%%/images/arch-mage+female-fireball-2.png
%%DATADIR%%/images/arch-mage+female-fireball-3.png
@@ -743,6 +779,8 @@ share/locale/zh_CN/LC_MESSAGES/wesnoth.mo
%%DATADIR%%/images/arch-mage+female-staff-2.png
%%DATADIR%%/images/arch-mage+female.png
%%DATADIR%%/images/arch-mage-defend.png
+%%DATADIR%%/images/arch-mage-die-1.png
+%%DATADIR%%/images/arch-mage-die-2.png
%%DATADIR%%/images/arch-mage-fireball-1.png
%%DATADIR%%/images/arch-mage-fireball-2.png
%%DATADIR%%/images/arch-mage-fireball-3.png
@@ -758,6 +796,8 @@ share/locale/zh_CN/LC_MESSAGES/wesnoth.mo
%%DATADIR%%/images/assassin-attack.png
%%DATADIR%%/images/assassin-attack2.png
%%DATADIR%%/images/assassin-defend.png
+%%DATADIR%%/images/assassin-die-1.png
+%%DATADIR%%/images/assassin-die-2.png
%%DATADIR%%/images/assassin-throwknife1.png
%%DATADIR%%/images/assassin-throwknife2.png
%%DATADIR%%/images/assassin.png
@@ -834,6 +874,8 @@ share/locale/zh_CN/LC_MESSAGES/wesnoth.mo
%%DATADIR%%/images/buttons/downarrow-button-active.png
%%DATADIR%%/images/buttons/downarrow-button-pressed.png
%%DATADIR%%/images/buttons/downarrow-button.png
+%%DATADIR%%/images/buttons/endturn-button-active.png
+%%DATADIR%%/images/buttons/endturn-button.png
%%DATADIR%%/images/buttons/lite-active.png
%%DATADIR%%/images/buttons/lite-pressed.png
%%DATADIR%%/images/buttons/lite.png
@@ -881,10 +923,14 @@ share/locale/zh_CN/LC_MESSAGES/wesnoth.mo
%%DATADIR%%/images/cavespider-attack-melee.png
%%DATADIR%%/images/cavespider-attack-ranged.png
%%DATADIR%%/images/cavespider-defend.png
+%%DATADIR%%/images/cavespider-die-1.png
+%%DATADIR%%/images/cavespider-die-2.png
%%DATADIR%%/images/cavespider.png
%%DATADIR%%/images/cockatrice-attack1.png
%%DATADIR%%/images/cockatrice-attack2.png
%%DATADIR%%/images/cockatrice-defend.png
+%%DATADIR%%/images/cockatrice-die-1.png
+%%DATADIR%%/images/cockatrice-die-2.png
%%DATADIR%%/images/cockatrice.png
%%DATADIR%%/images/cursors-bw/attack.png
%%DATADIR%%/images/cursors-bw/move.png
@@ -902,20 +948,28 @@ share/locale/zh_CN/LC_MESSAGES/wesnoth.mo
%%DATADIR%%/images/cuttlefish-attack-ink.png
%%DATADIR%%/images/cuttlefish-attack.png
%%DATADIR%%/images/cuttlefish-defend.png
+%%DATADIR%%/images/cuttlefish-die-1.png
+%%DATADIR%%/images/cuttlefish-die-2.png
%%DATADIR%%/images/cuttlefish.png
%%DATADIR%%/images/deep-tentacle-attack.png
%%DATADIR%%/images/deep-tentacle-defend.png
%%DATADIR%%/images/deep-tentacle.png
%%DATADIR%%/images/direwolf_rider.png
+%%DATADIR%%/images/drake-blademaster-attack-close1.png
+%%DATADIR%%/images/drake-blademaster-attack-close2.png
+%%DATADIR%%/images/drake-blademaster-attack-ranged.png
+%%DATADIR%%/images/drake-blademaster-defend.png
+%%DATADIR%%/images/drake-blademaster-flying.png
+%%DATADIR%%/images/drake-blademaster.png
%%DATADIR%%/images/drake-burner-attack-close.png
-%%DATADIR%%/images/drake-burner-attack-close1.png
-%%DATADIR%%/images/drake-burner-attack-close2.png
-%%DATADIR%%/images/drake-burner-attack-ranged.png
%%DATADIR%%/images/drake-burner-attack-ranged1.png
%%DATADIR%%/images/drake-burner-attack-ranged2.png
%%DATADIR%%/images/drake-burner-defend.png
+%%DATADIR%%/images/drake-burner-die-1.png
+%%DATADIR%%/images/drake-burner-die-2.png
%%DATADIR%%/images/drake-burner-flying.png
%%DATADIR%%/images/drake-burner.png
+%%DATADIR%%/images/drake-clasher-attack-mace.png
%%DATADIR%%/images/drake-clasher-attack-spear.png
%%DATADIR%%/images/drake-clasher-attack-spear1.png
%%DATADIR%%/images/drake-clasher-attack-spear2.png
@@ -925,18 +979,25 @@ share/locale/zh_CN/LC_MESSAGES/wesnoth.mo
%%DATADIR%%/images/drake-clasher-attack-sword3.png
%%DATADIR%%/images/drake-clasher-attack-sword4.png
%%DATADIR%%/images/drake-clasher-defend.png
+%%DATADIR%%/images/drake-clasher-die-1.png
+%%DATADIR%%/images/drake-clasher-die-2.png
%%DATADIR%%/images/drake-clasher-flying.png
%%DATADIR%%/images/drake-clasher.png
+%%DATADIR%%/images/drake-enforcer.png
%%DATADIR%%/images/drake-fighter-attack-close1.png
%%DATADIR%%/images/drake-fighter-attack-close2.png
%%DATADIR%%/images/drake-fighter-attack-fire1.png
%%DATADIR%%/images/drake-fighter-attack-fire2.png
%%DATADIR%%/images/drake-fighter-defend.png
+%%DATADIR%%/images/drake-fighter-die-1.png
+%%DATADIR%%/images/drake-fighter-die-2.png
%%DATADIR%%/images/drake-fighter-flying.png
%%DATADIR%%/images/drake-fighter.png
%%DATADIR%%/images/drake-fire-attack-close.png
%%DATADIR%%/images/drake-fire-attack-ranged.png
%%DATADIR%%/images/drake-fire-defend.png
+%%DATADIR%%/images/drake-fire-die-1.png
+%%DATADIR%%/images/drake-fire-die-2.png
%%DATADIR%%/images/drake-fire-flying.png
%%DATADIR%%/images/drake-fire.png
%%DATADIR%%/images/drake-flameheart-attack-close1.png
@@ -964,6 +1025,12 @@ share/locale/zh_CN/LC_MESSAGES/wesnoth.mo
%%DATADIR%%/images/drake-glider-flying.png
%%DATADIR%%/images/drake-glider-ranged-attack.png
%%DATADIR%%/images/drake-glider.png
+%%DATADIR%%/images/drake-hurricane-attack-melee1.png
+%%DATADIR%%/images/drake-hurricane-attack-melee2.png
+%%DATADIR%%/images/drake-hurricane-attack-ranged-fire1.png
+%%DATADIR%%/images/drake-hurricane-attack-ranged-fire2.png
+%%DATADIR%%/images/drake-hurricane-flying.png
+%%DATADIR%%/images/drake-hurricane.png
%%DATADIR%%/images/drake-inferno-attack-close.png
%%DATADIR%%/images/drake-inferno-attack-ranged.png
%%DATADIR%%/images/drake-inferno-defend.png
@@ -975,20 +1042,16 @@ share/locale/zh_CN/LC_MESSAGES/wesnoth.mo
%%DATADIR%%/images/drake-sky-attack-ranged-impact.png
%%DATADIR%%/images/drake-sky-defend.png
%%DATADIR%%/images/drake-sky.png
-%%DATADIR%%/images/drake-slasher-attack-blade1.png
-%%DATADIR%%/images/drake-slasher-attack-blade2.png
-%%DATADIR%%/images/drake-slasher-attack-blade3.png
-%%DATADIR%%/images/drake-slasher-attack-blade4.png
-%%DATADIR%%/images/drake-slasher-attack-mace1.png
-%%DATADIR%%/images/drake-slasher-attack-mace2.png
-%%DATADIR%%/images/drake-slasher-attack-spear1.png
-%%DATADIR%%/images/drake-slasher-attack-spear2.png
-%%DATADIR%%/images/drake-slasher-attack-spear3.png
%%DATADIR%%/images/drake-slasher-defend.png
%%DATADIR%%/images/drake-slasher-flying.png
%%DATADIR%%/images/drake-slasher-pierce.png
%%DATADIR%%/images/drake-slasher-slash.png
%%DATADIR%%/images/drake-slasher.png
+%%DATADIR%%/images/drake-warden-defend.png
+%%DATADIR%%/images/drake-warden-flying.png
+%%DATADIR%%/images/drake-warden-pierce.png
+%%DATADIR%%/images/drake-warden-slash.png
+%%DATADIR%%/images/drake-warden.png
%%DATADIR%%/images/drake-warrior-attack-close1.png
%%DATADIR%%/images/drake-warrior-attack-close2.png
%%DATADIR%%/images/drake-warrior-attack-ranged.png
@@ -1160,6 +1223,7 @@ share/locale/zh_CN/LC_MESSAGES/wesnoth.mo
%%DATADIR%%/images/elvish-lord-ranged.png
%%DATADIR%%/images/elvish-lord-ranged1.png
%%DATADIR%%/images/elvish-lord-ranged2.png
+%%DATADIR%%/images/elvish-lord-ranged3.png
%%DATADIR%%/images/elvish-lord.png
%%DATADIR%%/images/elvish-marksman+female-attack.png
%%DATADIR%%/images/elvish-marksman+female-attack1.png
@@ -1318,6 +1382,9 @@ share/locale/zh_CN/LC_MESSAGES/wesnoth.mo
%%DATADIR%%/images/giant-mudcrawler.png
%%DATADIR%%/images/goblin-direwolver-attack.png
%%DATADIR%%/images/goblin-direwolver-defend.png
+%%DATADIR%%/images/goblin-direwolver-die-1.png
+%%DATADIR%%/images/goblin-direwolver-die-2.png
+%%DATADIR%%/images/goblin-direwolver-die-3.png
%%DATADIR%%/images/goblin-direwolver.png
%%DATADIR%%/images/goblin-impaler-attack-ranged1.png
%%DATADIR%%/images/goblin-impaler-attack-ranged2.png
@@ -1405,6 +1472,10 @@ share/locale/zh_CN/LC_MESSAGES/wesnoth.mo
%%DATADIR%%/images/halo/ice-halo3.png
%%DATADIR%%/images/halo/ice-halo4.png
%%DATADIR%%/images/halo/ice-halo5.png
+%%DATADIR%%/images/halo/ice-halo6.png
+%%DATADIR%%/images/halo/ice-halo7.png
+%%DATADIR%%/images/halo/ice-halo8.png
+%%DATADIR%%/images/halo/ice-halo9.png
%%DATADIR%%/images/halo/lighthouse-aura.png
%%DATADIR%%/images/halo/mage-halo1.png
%%DATADIR%%/images/halo/mage-halo2-big.png
@@ -1446,6 +1517,8 @@ share/locale/zh_CN/LC_MESSAGES/wesnoth.mo
%%DATADIR%%/images/horseman.png
%%DATADIR%%/images/human-battleprincess-attack.png
%%DATADIR%%/images/human-battleprincess-defend.png
+%%DATADIR%%/images/human-battleprincess-die-1.png
+%%DATADIR%%/images/human-battleprincess-die-2.png
%%DATADIR%%/images/human-battleprincess-leading.png
%%DATADIR%%/images/human-battleprincess.png
%%DATADIR%%/images/human-bowman-attack-sword.png
@@ -1453,21 +1526,30 @@ share/locale/zh_CN/LC_MESSAGES/wesnoth.mo
%%DATADIR%%/images/human-bowman-attack2.png
%%DATADIR%%/images/human-bowman-attack3.png
%%DATADIR%%/images/human-bowman-defend.png
+%%DATADIR%%/images/human-bowman-die-1.png
+%%DATADIR%%/images/human-bowman-die-2.png
%%DATADIR%%/images/human-bowman.png
%%DATADIR%%/images/human-cavalier-attack.png
%%DATADIR%%/images/human-cavalier-defend.png
+%%DATADIR%%/images/human-cavalier-die-1.png
+%%DATADIR%%/images/human-cavalier-die-2.png
%%DATADIR%%/images/human-cavalier-moving.png
%%DATADIR%%/images/human-cavalier-range1.png
%%DATADIR%%/images/human-cavalier-range2.png
%%DATADIR%%/images/human-cavalier.png
%%DATADIR%%/images/human-dragoon-attack.png
%%DATADIR%%/images/human-dragoon-defend.png
+%%DATADIR%%/images/human-dragoon-die-1.png
+%%DATADIR%%/images/human-dragoon-die-2.png
+%%DATADIR%%/images/human-dragoon-die-3.png
%%DATADIR%%/images/human-dragoon-moving.png
%%DATADIR%%/images/human-dragoon-ranged1.png
%%DATADIR%%/images/human-dragoon-ranged2.png
%%DATADIR%%/images/human-dragoon.png
%%DATADIR%%/images/human-duelist-attack.png
%%DATADIR%%/images/human-duelist-defend.png
+%%DATADIR%%/images/human-duelist-die-1.png
+%%DATADIR%%/images/human-duelist-die-2.png
%%DATADIR%%/images/human-duelist-ranged.png
%%DATADIR%%/images/human-duelist.png
%%DATADIR%%/images/human-fencer-attack.png
@@ -1479,9 +1561,14 @@ share/locale/zh_CN/LC_MESSAGES/wesnoth.mo
%%DATADIR%%/images/human-general-defend.png
%%DATADIR%%/images/human-general-leading.png
%%DATADIR%%/images/human-general.png
-%%DATADIR%%/images/human-halbardier.png
-%%DATADIR%%/images/human-halberdier-pierce-1.png
-%%DATADIR%%/images/human-halberdier-pierce-2.png
+%%DATADIR%%/images/human-halberdier-defend.png
+%%DATADIR%%/images/human-halberdier-pierce-n.png
+%%DATADIR%%/images/human-halberdier-pierce-ne.png
+%%DATADIR%%/images/human-halberdier-pierce-s.png
+%%DATADIR%%/images/human-halberdier-pierce-se.png
+%%DATADIR%%/images/human-halberdier-slash-se-1.png
+%%DATADIR%%/images/human-halberdier-slash-se-2.png
+%%DATADIR%%/images/human-halberdier.png
%%DATADIR%%/images/human-heavyinfantry-attack.png
%%DATADIR%%/images/human-heavyinfantry-defend.png
%%DATADIR%%/images/human-heavyinfantry.png
@@ -1518,20 +1605,27 @@ share/locale/zh_CN/LC_MESSAGES/wesnoth.mo
%%DATADIR%%/images/human-masterbowman-attack-ranged4.png
%%DATADIR%%/images/human-masterbowman-defend.png
%%DATADIR%%/images/human-masterbowman.png
-%%DATADIR%%/images/human-pikeman-attack-1.png
-%%DATADIR%%/images/human-pikeman-attack-2.png
+%%DATADIR%%/images/human-pikeman-attack-n.png
+%%DATADIR%%/images/human-pikeman-attack-ne.png
+%%DATADIR%%/images/human-pikeman-attack-s.png
+%%DATADIR%%/images/human-pikeman-attack-se.png
%%DATADIR%%/images/human-pikeman-defend.png
%%DATADIR%%/images/human-pikeman.png
%%DATADIR%%/images/human-princess-attack.png
%%DATADIR%%/images/human-princess-defend.png
%%DATADIR%%/images/human-princess-leading.png
%%DATADIR%%/images/human-princess.png
+%%DATADIR%%/images/human-queen-die-1.png
+%%DATADIR%%/images/human-queen-die-2.png
%%DATADIR%%/images/human-queen.png
%%DATADIR%%/images/human-royalguard-attack.png
+%%DATADIR%%/images/human-royalguard-attack2.png
%%DATADIR%%/images/human-royalguard-defend.png
%%DATADIR%%/images/human-royalguard.png
%%DATADIR%%/images/human-scout-attack.png
%%DATADIR%%/images/human-scout-defend.png
+%%DATADIR%%/images/human-scout-die-1.png
+%%DATADIR%%/images/human-scout-die-2.png
%%DATADIR%%/images/human-scout-moving.png
%%DATADIR%%/images/human-scout.png
%%DATADIR%%/images/human-sergeant-attack-crossbow.png
@@ -1561,6 +1655,7 @@ share/locale/zh_CN/LC_MESSAGES/wesnoth.mo
%%DATADIR%%/images/human-wallguard-attack.png
%%DATADIR%%/images/human-wallguard-defense.png
%%DATADIR%%/images/human-wallguard.png
+%%DATADIR%%/images/icons/icon-advanced.png
%%DATADIR%%/images/icons/icon-ai.png
%%DATADIR%%/images/icons/icon-display.png
%%DATADIR%%/images/icons/icon-general.png
@@ -1618,6 +1713,8 @@ share/locale/zh_CN/LC_MESSAGES/wesnoth.mo
%%DATADIR%%/images/knight.png
%%DATADIR%%/images/konrad-commander-attack.png
%%DATADIR%%/images/konrad-commander-defend.png
+%%DATADIR%%/images/konrad-commander-die-1.png
+%%DATADIR%%/images/konrad-commander-die-2.png
%%DATADIR%%/images/konrad-commander-leading.png
%%DATADIR%%/images/konrad-commander-ranged-defend.png
%%DATADIR%%/images/konrad-commander-ranged.png
@@ -1790,12 +1887,17 @@ share/locale/zh_CN/LC_MESSAGES/wesnoth.mo
%%DATADIR%%/images/misc/ellipse-9-bottom.png
%%DATADIR%%/images/misc/ellipse-9-top.png
%%DATADIR%%/images/misc/ellipse-9.png
+%%DATADIR%%/images/misc/experimental-rightside.png
%%DATADIR%%/images/misc/eye.png
%%DATADIR%%/images/misc/folder-icon.png
%%DATADIR%%/images/misc/font8x8.png
+%%DATADIR%%/images/misc/foot-left-n-slow.png
%%DATADIR%%/images/misc/foot-left-n.png
+%%DATADIR%%/images/misc/foot-left-nw-slow.png
%%DATADIR%%/images/misc/foot-left-nw.png
+%%DATADIR%%/images/misc/foot-right-n-slow.png
%%DATADIR%%/images/misc/foot-right-n.png
+%%DATADIR%%/images/misc/foot-right-nw-slow.png
%%DATADIR%%/images/misc/foot-right-nw.png
%%DATADIR%%/images/misc/gold.png
%%DATADIR%%/images/misc/income.png
@@ -1872,6 +1974,8 @@ share/locale/zh_CN/LC_MESSAGES/wesnoth.mo
%%DATADIR%%/images/misc/selected-ellipse-9-bottom.png
%%DATADIR%%/images/misc/selected-ellipse-9-top.png
%%DATADIR%%/images/misc/slowed.png
+%%DATADIR%%/images/misc/sort-arrow-reverse.png
+%%DATADIR%%/images/misc/sort-arrow.png
%%DATADIR%%/images/misc/status-bg.png
%%DATADIR%%/images/misc/stone.png
%%DATADIR%%/images/misc/timeofday.png
@@ -1880,14 +1984,6 @@ share/locale/zh_CN/LC_MESSAGES/wesnoth.mo
%%DATADIR%%/images/misc/topleft-corner.png
%%DATADIR%%/images/misc/topright-corner.png
%%DATADIR%%/images/misc/trapdoor.png
-%%DATADIR%%/images/misc/tutorial1.png
-%%DATADIR%%/images/misc/tutorial2.png
-%%DATADIR%%/images/misc/tutorial3.png
-%%DATADIR%%/images/misc/tutorial3b.png
-%%DATADIR%%/images/misc/tutorial4.png
-%%DATADIR%%/images/misc/tutorial5.png
-%%DATADIR%%/images/misc/tutorial6.png
-%%DATADIR%%/images/misc/tutorial7.png
%%DATADIR%%/images/misc/unit.png
%%DATADIR%%/images/misc/units.png
%%DATADIR%%/images/misc/upkeep.png
@@ -1918,6 +2014,8 @@ share/locale/zh_CN/LC_MESSAGES/wesnoth.mo
%%DATADIR%%/images/naga.png
%%DATADIR%%/images/neutral-bandit-attack.png
%%DATADIR%%/images/neutral-bandit-defend.png
+%%DATADIR%%/images/neutral-bandit-die-1.png
+%%DATADIR%%/images/neutral-bandit-die-2.png
%%DATADIR%%/images/neutral-bandit.png
%%DATADIR%%/images/neutral-footpad+female-attack.png
%%DATADIR%%/images/neutral-footpad+female-attack1.png
@@ -1986,7 +2084,9 @@ share/locale/zh_CN/LC_MESSAGES/wesnoth.mo
%%DATADIR%%/images/noble-fighter.png
%%DATADIR%%/images/noble-lord-attack-ranged1.png
%%DATADIR%%/images/noble-lord-attack-ranged2.png
+%%DATADIR%%/images/noble-lord-attack-ranged3.png
%%DATADIR%%/images/noble-lord-attack-sword.png
+%%DATADIR%%/images/noble-lord-bow.png
%%DATADIR%%/images/noble-lord-defend.png
%%DATADIR%%/images/noble-lord-leading.png
%%DATADIR%%/images/noble-lord.png
@@ -2105,6 +2205,21 @@ share/locale/zh_CN/LC_MESSAGES/wesnoth.mo
%%DATADIR%%/images/portraits/The_Rise_of_Wesnoth/logalmier.png
%%DATADIR%%/images/portraits/The_Rise_of_Wesnoth/rithrandil.png
%%DATADIR%%/images/portraits/The_Rise_of_Wesnoth/typhon.png
+%%DATADIR%%/images/portraits/core/Jason_Lutes/human-bandit.png
+%%DATADIR%%/images/portraits/core/Jason_Lutes/human-grand-knight.png
+%%DATADIR%%/images/portraits/core/Jason_Lutes/human-halberdier.png
+%%DATADIR%%/images/portraits/core/Jason_Lutes/human-highwayman.png
+%%DATADIR%%/images/portraits/core/Jason_Lutes/human-horseman.png
+%%DATADIR%%/images/portraits/core/Jason_Lutes/human-javelineer.png
+%%DATADIR%%/images/portraits/core/Jason_Lutes/human-knight.png
+%%DATADIR%%/images/portraits/core/Jason_Lutes/human-lancer.png
+%%DATADIR%%/images/portraits/core/Jason_Lutes/human-paladin.png
+%%DATADIR%%/images/portraits/core/Jason_Lutes/human-peasant.png
+%%DATADIR%%/images/portraits/core/Jason_Lutes/human-pikeman.png
+%%DATADIR%%/images/portraits/core/Jason_Lutes/human-royalguard.png
+%%DATADIR%%/images/portraits/core/Jason_Lutes/human-spearman.png
+%%DATADIR%%/images/portraits/core/Jason_Lutes/human-swordsman.png
+%%DATADIR%%/images/portraits/core/Jason_Lutes/human-thug.png
%%DATADIR%%/images/projectiles/bone-n.png
%%DATADIR%%/images/projectiles/bone-ne.png
%%DATADIR%%/images/projectiles/bullet.png
@@ -2131,6 +2246,8 @@ share/locale/zh_CN/LC_MESSAGES/wesnoth.mo
%%DATADIR%%/images/projectiles/lightning-ne.png
%%DATADIR%%/images/projectiles/magicmissile-n.png
%%DATADIR%%/images/projectiles/magicmissile-ne.png
+%%DATADIR%%/images/projectiles/missile-fire-n.png
+%%DATADIR%%/images/projectiles/missile-fire-ne.png
%%DATADIR%%/images/projectiles/missile-n.png
%%DATADIR%%/images/projectiles/missile-ne.png
%%DATADIR%%/images/projectiles/missile-nw.png
@@ -3361,9 +3478,14 @@ share/locale/zh_CN/LC_MESSAGES/wesnoth.mo
%%DATADIR%%/images/troll-whelp.png
%%DATADIR%%/images/undead-adept-attack.png
%%DATADIR%%/images/undead-adept-defend.png
+%%DATADIR%%/images/undead-adept-die-1.png
+%%DATADIR%%/images/undead-adept-die-2.png
%%DATADIR%%/images/undead-adept.png
%%DATADIR%%/images/undead-ancient-lich-attack.png
%%DATADIR%%/images/undead-ancient-lich-defend.png
+%%DATADIR%%/images/undead-ancient-lich-die-1.png
+%%DATADIR%%/images/undead-ancient-lich-die-2.png
+%%DATADIR%%/images/undead-ancient-lich-die-3.png
%%DATADIR%%/images/undead-ancient-lich.png
%%DATADIR%%/images/undead-archer-attack.png
%%DATADIR%%/images/undead-archer-attack1.png
@@ -3376,34 +3498,48 @@ share/locale/zh_CN/LC_MESSAGES/wesnoth.mo
%%DATADIR%%/images/undead-blackspell.png
%%DATADIR%%/images/undead-bloodbat-attack.png
%%DATADIR%%/images/undead-bloodbat-defend.png
+%%DATADIR%%/images/undead-bloodbat-die-1.png
+%%DATADIR%%/images/undead-bloodbat-die-2.png
%%DATADIR%%/images/undead-bloodbat.png
%%DATADIR%%/images/undead-boneshooter-attack.png
%%DATADIR%%/images/undead-boneshooter-attack1.png
%%DATADIR%%/images/undead-boneshooter-attack2.png
%%DATADIR%%/images/undead-boneshooter-defend.png
+%%DATADIR%%/images/undead-boneshooter-die-1.png
+%%DATADIR%%/images/undead-boneshooter-die-2.png
%%DATADIR%%/images/undead-boneshooter.png
%%DATADIR%%/images/undead-chocobone-attack.png
%%DATADIR%%/images/undead-chocobone-defend.png
+%%DATADIR%%/images/undead-chocobone-die-1.png
+%%DATADIR%%/images/undead-chocobone-die-2.png
%%DATADIR%%/images/undead-chocobone-moving.png
%%DATADIR%%/images/undead-chocobone.png
%%DATADIR%%/images/undead-darkspirit-attack.png
%%DATADIR%%/images/undead-darkspirit-attack1.png
%%DATADIR%%/images/undead-darkspirit-defend.png
+%%DATADIR%%/images/undead-darkspirit-die-1.png
+%%DATADIR%%/images/undead-darkspirit-die-2.png
%%DATADIR%%/images/undead-darkspirit.png
%%DATADIR%%/images/undead-deathblade-attack1.png
%%DATADIR%%/images/undead-deathblade-attack2.png
%%DATADIR%%/images/undead-deathblade-attack3.png
%%DATADIR%%/images/undead-deathblade-defend.png
+%%DATADIR%%/images/undead-deathblade-die-1.png
+%%DATADIR%%/images/undead-deathblade-die-2.png
%%DATADIR%%/images/undead-deathblade.png
%%DATADIR%%/images/undead-deathknight-attack-crossbow-1.png
%%DATADIR%%/images/undead-deathknight-attack-crossbow-2.png
%%DATADIR%%/images/undead-deathknight-attack.png
%%DATADIR%%/images/undead-deathknight-defend.png
+%%DATADIR%%/images/undead-deathknight-die-1.png
+%%DATADIR%%/images/undead-deathknight-die-2.png
%%DATADIR%%/images/undead-deathknight-leading.png
%%DATADIR%%/images/undead-deathknight.png
%%DATADIR%%/images/undead-deathmaster-attack1.png
%%DATADIR%%/images/undead-deathmaster-attack2.png
%%DATADIR%%/images/undead-deathmaster-defend.png
+%%DATADIR%%/images/undead-deathmaster-die-1.png
+%%DATADIR%%/images/undead-deathmaster-die-2.png
%%DATADIR%%/images/undead-deathmaster-ranged1.png
%%DATADIR%%/images/undead-deathmaster-ranged2.png
%%DATADIR%%/images/undead-deathmaster-ranged3.png
@@ -3411,12 +3547,16 @@ share/locale/zh_CN/LC_MESSAGES/wesnoth.mo
%%DATADIR%%/images/undead-deathmaster.png
%%DATADIR%%/images/undead-demilich-attack.png
%%DATADIR%%/images/undead-demilich-defend.png
+%%DATADIR%%/images/undead-demilich-die-1.png
+%%DATADIR%%/images/undead-demilich-die-2.png
%%DATADIR%%/images/undead-demilich-ranged1.png
%%DATADIR%%/images/undead-demilich-ranged2.png
%%DATADIR%%/images/undead-demilich.png
%%DATADIR%%/images/undead-draug-attack1.png
%%DATADIR%%/images/undead-draug-attack2.png
%%DATADIR%%/images/undead-draug-defend.png
+%%DATADIR%%/images/undead-draug-die-1.png
+%%DATADIR%%/images/undead-draug-die-2.png
%%DATADIR%%/images/undead-draug.png
%%DATADIR%%/images/undead-ghost-attack.png
%%DATADIR%%/images/undead-ghost-attack1.png
@@ -3460,18 +3600,71 @@ share/locale/zh_CN/LC_MESSAGES/wesnoth.mo
%%DATADIR%%/images/undead-skeleton-dying.png
%%DATADIR%%/images/undead-skeleton.png
%%DATADIR%%/images/undead-sorcerer-defence.png
+%%DATADIR%%/images/undead-sorcerer-die-1.png
+%%DATADIR%%/images/undead-sorcerer-die-2.png
%%DATADIR%%/images/undead-sorcerer-ranged1.png
%%DATADIR%%/images/undead-sorcerer-ranged2.png
%%DATADIR%%/images/undead-sorcerer-staff1.png
%%DATADIR%%/images/undead-sorcerer-staff2.png
%%DATADIR%%/images/undead-sorcerer.png
+%%DATADIR%%/images/undead-soulless-attack-n.png
+%%DATADIR%%/images/undead-soulless-attack-s.png
+%%DATADIR%%/images/undead-soulless-attack.png
%%DATADIR%%/images/undead-soulless-defend.png
+%%DATADIR%%/images/undead-soulless-die-1.png
+%%DATADIR%%/images/undead-soulless-die-2.png
+%%DATADIR%%/images/undead-soulless-die-3.png
+%%DATADIR%%/images/undead-soulless-drake-attack-n.png
+%%DATADIR%%/images/undead-soulless-drake-attack-s.png
+%%DATADIR%%/images/undead-soulless-drake-attack.png
+%%DATADIR%%/images/undead-soulless-drake-die-1.png
+%%DATADIR%%/images/undead-soulless-drake-die-2.png
+%%DATADIR%%/images/undead-soulless-drake-die-3.png
+%%DATADIR%%/images/undead-soulless-drake.png
%%DATADIR%%/images/undead-soulless-melee.png
+%%DATADIR%%/images/undead-soulless-mounted-attack-n.png
+%%DATADIR%%/images/undead-soulless-mounted-attack-s.png
+%%DATADIR%%/images/undead-soulless-mounted-attack.png
+%%DATADIR%%/images/undead-soulless-mounted-die-1.png
+%%DATADIR%%/images/undead-soulless-mounted-die-2.png
+%%DATADIR%%/images/undead-soulless-mounted-die-3.png
+%%DATADIR%%/images/undead-soulless-mounted.png
+%%DATADIR%%/images/undead-soulless-saurian-attack-n.png
+%%DATADIR%%/images/undead-soulless-saurian-attack-s.png
+%%DATADIR%%/images/undead-soulless-saurian-attack.png
+%%DATADIR%%/images/undead-soulless-saurian-die-1.png
+%%DATADIR%%/images/undead-soulless-saurian-die-2.png
+%%DATADIR%%/images/undead-soulless-saurian-die-3.png
+%%DATADIR%%/images/undead-soulless-saurian.png
+%%DATADIR%%/images/undead-soulless-swimmer-attack-n.png
+%%DATADIR%%/images/undead-soulless-swimmer-attack-s.png
+%%DATADIR%%/images/undead-soulless-swimmer-attack.png
+%%DATADIR%%/images/undead-soulless-swimmer-die-1.png
+%%DATADIR%%/images/undead-soulless-swimmer-die-2.png
+%%DATADIR%%/images/undead-soulless-swimmer-die-3.png
+%%DATADIR%%/images/undead-soulless-swimmer.png
+%%DATADIR%%/images/undead-soulless-troll-attack-n.png
+%%DATADIR%%/images/undead-soulless-troll-attack-s.png
+%%DATADIR%%/images/undead-soulless-troll-attack.png
+%%DATADIR%%/images/undead-soulless-troll-die-1.png
+%%DATADIR%%/images/undead-soulless-troll-die-2.png
+%%DATADIR%%/images/undead-soulless-troll-die-3.png
+%%DATADIR%%/images/undead-soulless-troll.png
+%%DATADIR%%/images/undead-soulless-wose-attack-n.png
+%%DATADIR%%/images/undead-soulless-wose-attack-s.png
+%%DATADIR%%/images/undead-soulless-wose-attack.png
+%%DATADIR%%/images/undead-soulless-wose-die-1.png
+%%DATADIR%%/images/undead-soulless-wose-die-2.png
+%%DATADIR%%/images/undead-soulless-wose-die-3.png
+%%DATADIR%%/images/undead-soulless-wose.png
%%DATADIR%%/images/undead-soulless.png
%%DATADIR%%/images/undead-soulshooter-attack.png
%%DATADIR%%/images/undead-soulshooter-defend.png
%%DATADIR%%/images/undead-soulshooter-ranged.png
+%%DATADIR%%/images/undead-soulshooter-ranged1.png
%%DATADIR%%/images/undead-soulshooter-ranged2.png
+%%DATADIR%%/images/undead-soulshooter-ranged3.png
+%%DATADIR%%/images/undead-soulshooter-ranged4.png
%%DATADIR%%/images/undead-soulshooter.png
%%DATADIR%%/images/undead-spectre-attack.png
%%DATADIR%%/images/undead-spectre-attack1.png
@@ -3582,6 +3775,9 @@ share/locale/zh_CN/LC_MESSAGES/wesnoth.mo
%%DATADIR%%/images/wolf-rider.png
%%DATADIR%%/images/wose-ancient-attack.png
%%DATADIR%%/images/wose-ancient-defend.png
+%%DATADIR%%/images/wose-ancient-die-1.png
+%%DATADIR%%/images/wose-ancient-die-2.png
+%%DATADIR%%/images/wose-ancient-die-3.png
%%DATADIR%%/images/wose-ancient.png
%%DATADIR%%/images/wose-attack-1.png
%%DATADIR%%/images/wose-attack-2.png
@@ -3657,7 +3853,6 @@ share/locale/zh_CN/LC_MESSAGES/wesnoth.mo
%%DATADIR%%/sounds/torch-swish.wav
%%DATADIR%%/sounds/ugg.wav
%%DATADIR%%/sounds/wolf-attack.wav
-%%DATADIR%%/sounds/wolf-cry.wav
%%DATADIR%%/sounds/zombie-attack.wav
%%DATADIR%%/sounds/zombie-hit.wav
@dirrm %%DATADIR%%/sounds
@@ -3666,6 +3861,8 @@ share/locale/zh_CN/LC_MESSAGES/wesnoth.mo
@dirrm %%DATADIR%%/images/tools
@dirrm %%DATADIR%%/images/terrain
@dirrm %%DATADIR%%/images/projectiles
+@dirrm %%DATADIR%%/images/portraits/core/Jason_Lutes
+@dirrm %%DATADIR%%/images/portraits/core
@dirrm %%DATADIR%%/images/portraits/The_Rise_of_Wesnoth
@dirrm %%DATADIR%%/images/portraits/Heir_To_The_Throne
@dirrm %%DATADIR%%/images/portraits/Eastern_Invasion
@@ -3704,6 +3901,7 @@ share/locale/zh_CN/LC_MESSAGES/wesnoth.mo
@dirrm %%DATADIR%%/data/scenarios/multiplayer
@dirrm %%DATADIR%%/data/scenarios/The_Rise_of_Wesnoth
@dirrm %%DATADIR%%/data/scenarios/The_Dark_Hordes
+@dirrm %%DATADIR%%/data/scenarios/Son_Of_The_Black_Eye/utils
@dirrm %%DATADIR%%/data/scenarios/Son_Of_The_Black_Eye
@dirrm %%DATADIR%%/data/scenarios/Heir_To_The_Throne
@dirrm %%DATADIR%%/data/scenarios/Eastern_Invasion