diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-10-14 18:33:48 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-10-14 18:33:48 +0800 |
commit | 1b3327761c8bcb98d89b529daeae9600844b4361 (patch) | |
tree | 0be1cd4eb5fec6661da4798906b0d9bd522e794f /games | |
parent | a65aedbb59fd9dfb33a4633611777da99ec4dcd5 (diff) | |
download | marcuscom-ports-1b3327761c8bcb98d89b529daeae9600844b4361.tar marcuscom-ports-1b3327761c8bcb98d89b529daeae9600844b4361.tar.gz marcuscom-ports-1b3327761c8bcb98d89b529daeae9600844b4361.tar.bz2 marcuscom-ports-1b3327761c8bcb98d89b529daeae9600844b4361.tar.lz marcuscom-ports-1b3327761c8bcb98d89b529daeae9600844b4361.tar.xz marcuscom-ports-1b3327761c8bcb98d89b529daeae9600844b4361.tar.zst marcuscom-ports-1b3327761c8bcb98d89b529daeae9600844b4361.zip |
Clean out MarcusCom after the big import into ports.
Next stop, GNOME 2.17.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@7799 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'games')
55 files changed, 0 insertions, 7077 deletions
diff --git a/games/adonthell/Makefile b/games/adonthell/Makefile deleted file mode 100644 index 884edffbd..000000000 --- a/games/adonthell/Makefile +++ /dev/null @@ -1,51 +0,0 @@ -# New ports collection makefile for: adonthell -# Date created: Sat May 10 15:26:09 CEST 2003 -# Whom: Miguel Mendez <flynn@energyhq.es.eu.org> -# -# $FreeBSD$ -# $MCom$ - -PORTNAME= adonthell -PORTVERSION= 0.3.4 -PORTREVISION= 2 -CATEGORIES= games -MASTER_SITES= ${MASTER_SITE_SAVANNAH} -MASTER_SITE_SUBDIR= ${PORTNAME} -DISTFILES= ${PORTNAME}-src-${PORTVERSION}a${EXTRACT_SUFX} \ - wastesedge-src-${PORTVERSION}${EXTRACT_SUFX} - -MAINTAINER= ports@FreeBSD.org -COMMENT= A free role playing game - -BUILD_DEPENDS= swig:${PORTSDIR}/devel/swig13 \ - freetype-config:${PORTSDIR}/print/freetype2 -LIB_DEPENDS= vorbis.3:${PORTSDIR}/audio/libvorbis - -USE_SDL= mixer sdl -USE_PYTHON= yes -USE_GETTEXT= yes -USE_GMAKE= yes -GNU_CONFIGURE= yes -CONFIGURE_ARGS+= --disable-py-debug -CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} -CONFIGURE_ENV= LDFLAGS=-L${LOCALBASE}/lib - -.include <bsd.port.pre.mk> - -.if ${ARCH} == "sparc64" -BROKEN= Does not build on sparc64 -.endif - -post-extract: - -post-install: - cd ${WRKDIR}/wastesedge-${PORTVERSION} && \ - ${REINPLACE_CMD} -e 's/test $$adonthell_major_ver -eq 0 .*/true ;/' configure - cd ${WRKDIR}/wastesedge-${PORTVERSION} && \ - ${SETENV} ${CONFIGURE_ENV} ./configure ${CONFIGURE_ARGS} \ - --with-adonthell-binary=${PREFIX}/bin/${PORTNAME} \ - ${CONFIGURE_TARGET} - cd ${WRKDIR}/wastesedge-${PORTVERSION} && ${GMAKE} - cd ${WRKDIR}/wastesedge-${PORTVERSION} && ${GMAKE} install - -.include <bsd.port.post.mk> diff --git a/games/adonthell/distinfo b/games/adonthell/distinfo deleted file mode 100644 index bafbb2667..000000000 --- a/games/adonthell/distinfo +++ /dev/null @@ -1,6 +0,0 @@ -MD5 (adonthell-src-0.3.4a.tar.gz) = 477ae574374fc9b5e1c5076769c150fe -SHA256 (adonthell-src-0.3.4a.tar.gz) = 05e0a282d15dfdac282f9a8fee077e43d09423eb30ae9a1654ada765e3052087 -SIZE (adonthell-src-0.3.4a.tar.gz) = 680872 -MD5 (wastesedge-src-0.3.4.tar.gz) = a4beb3d2c8ae8f52a91b54966371e973 -SHA256 (wastesedge-src-0.3.4.tar.gz) = 0d461fc43141cec5f1f08fc912bf17effbf2b496fa9e4def1739c76d71359071 -SIZE (wastesedge-src-0.3.4.tar.gz) = 10711953 diff --git a/games/adonthell/files/patch-src_SDL_ttf.c b/games/adonthell/files/patch-src_SDL_ttf.c deleted file mode 100644 index 0999b7f20..000000000 --- a/games/adonthell/files/patch-src_SDL_ttf.c +++ /dev/null @@ -1,20 +0,0 @@ ---- src/SDL_ttf.c.orig Wed Oct 4 16:00:53 2006 -+++ src/SDL_ttf.c Wed Oct 4 16:12:38 2006 -@@ -43,7 +43,7 @@ - #include FT_FREETYPE_H - #include FT_OUTLINE_H - #include FT_TRUETYPE_IDS_H --#include FT_INTERNAL_OBJECTS_H -+/* #include FT_INTERNAL_OBJECTS_H */ - - #include "SDL.h" - #include "SDL_endian.h" -@@ -270,7 +270,7 @@ - } - memset(stream, 0, sizeof(*stream)); - -- stream->memory = library->memory; -+ stream->memory = NULL; - stream->read = RWread; - stream->descriptor.pointer = src; - stream->pos = (unsigned long)position; diff --git a/games/adonthell/files/patch-src_map__event__handler.cc b/games/adonthell/files/patch-src_map__event__handler.cc deleted file mode 100644 index 479adba7c..000000000 --- a/games/adonthell/files/patch-src_map__event__handler.cc +++ /dev/null @@ -1,13 +0,0 @@ ---- src/map_event_handler.cc.orig Fri Apr 29 05:30:43 2005 -+++ src/map_event_handler.cc Fri Apr 29 05:30:44 2005 -@@ -19,9 +19,9 @@ - * @brief Implements the map_event_handler class. - */ - --#include <algorithm> - #include "map_event.h" - #include "map_event_handler.h" -+#include <algorithm> - - - // See whether a matching event is registered and execute the diff --git a/games/adonthell/files/patch-src_win__select.cc b/games/adonthell/files/patch-src_win__select.cc deleted file mode 100644 index bb22ba17d..000000000 --- a/games/adonthell/files/patch-src_win__select.cc +++ /dev/null @@ -1,13 +0,0 @@ ---- src/win_select.cc.orig Fri Apr 29 05:39:00 2005 -+++ src/win_select.cc Fri Apr 29 05:39:04 2005 -@@ -12,9 +12,9 @@ - See the COPYING file for more details - */ - -+#include "audio.h" - #include "win_select.h" - --#include "audio.h" - - win_select::win_select() - { diff --git a/games/adonthell/pkg-descr b/games/adonthell/pkg-descr deleted file mode 100644 index 162375f04..000000000 --- a/games/adonthell/pkg-descr +++ /dev/null @@ -1,9 +0,0 @@ -Adonthell is the combined effort of like-minded people to create a free -role playing game for various operating systems. - -The project's goals are the creation of an engine (currently going by -the codename adonthell), a set of tools and an actual, playable game -driven by that engine and built with those tools. - --- Miguel Mendez <flynn@energyhq.es.eu.org> -WWW: http://adonthell.linuxgames.com/ diff --git a/games/adonthell/pkg-plist b/games/adonthell/pkg-plist deleted file mode 100644 index b972e6c9c..000000000 --- a/games/adonthell/pkg-plist +++ /dev/null @@ -1,475 +0,0 @@ -bin/adonthell -bin/adonthell-wastesedge -%%DATADIR%%/modules/dialogue.pyc -%%DATADIR%%/modules/adonthell.pyc -%%DATADIR%%/games/wastesedge/gamename.txt -%%DATADIR%%/games/wastesedge/character.data -%%DATADIR%%/games/wastesedge/mapengine.data -%%DATADIR%%/games/wastesedge/quest.data -%%DATADIR%%/games/wastesedge/audio.data -%%DATADIR%%/games/wastesedge/audio/at-demo-1.ogg -%%DATADIR%%/games/wastesedge/audio/at-demo-2.ogg -%%DATADIR%%/games/wastesedge/audio/at-demo-3.ogg -%%DATADIR%%/games/wastesedge/audio/at-demo-4.ogg -%%DATADIR%%/games/wastesedge/audio/at-demo-5.ogg -%%DATADIR%%/games/wastesedge/audio/at-demo-6.ogg -%%DATADIR%%/games/wastesedge/audio/at-demo-7.ogg -%%DATADIR%%/games/wastesedge/audio/at-demo-8.ogg -%%DATADIR%%/games/wastesedge/audio/at-demo-9.ogg -%%DATADIR%%/games/wastesedge/audio/at-demo-a.ogg -%%DATADIR%%/games/wastesedge/audio/select.wav -%%DATADIR%%/games/wastesedge/audio/switch.wav -%%DATADIR%%/games/wastesedge/locale/nl/LC_MESSAGES/wastesedge.mo -%%DATADIR%%/games/wastesedge/locale/it/LC_MESSAGES/wastesedge.mo -%%DATADIR%%/games/wastesedge/gfx/cutscene/adonthell_03.img -%%DATADIR%%/games/wastesedge/gfx/cutscene/adonthell_green.img -%%DATADIR%%/games/wastesedge/gfx/cutscene/jewelbag_closed.img -%%DATADIR%%/games/wastesedge/gfx/cutscene/jewelbag_open.img -%%DATADIR%%/games/wastesedge/gfx/cutscene/forest1.img -%%DATADIR%%/games/wastesedge/gfx/cutscene/forest2.img -%%DATADIR%%/games/wastesedge/gfx/cutscene/forest3.img -%%DATADIR%%/games/wastesedge/gfx/cutscene/intro_bg.img -%%DATADIR%%/games/wastesedge/gfx/cutscene/intro_guard.img -%%DATADIR%%/games/wastesedge/gfx/cutscene/intro_player.img -%%DATADIR%%/games/wastesedge/gfx/cutscene/intro_inn.img -%%DATADIR%%/games/wastesedge/gfx/cutscene/intro_talan.img -%%DATADIR%%/games/wastesedge/gfx/cutscene/player.img -%%DATADIR%%/games/wastesedge/gfx/cutscene/gem.pnm -%%DATADIR%%/games/wastesedge/gfx/cutscene/extro_bjarn.img -%%DATADIR%%/games/wastesedge/gfx/cutscene/extro_chest.img -%%DATADIR%%/games/wastesedge/gfx/cutscene/extro_wall.img -%%DATADIR%%/games/wastesedge/gfx/cutscene/extro_open_bag.img -%%DATADIR%%/games/wastesedge/gfx/cutscene/extro_closed_bag.img -%%DATADIR%%/games/wastesedge/gfx/cutscene/running_alek.anim -%%DATADIR%%/games/wastesedge/gfx/mapcharacters/frostbloom.mchar -%%DATADIR%%/games/wastesedge/gfx/mapcharacters/player.mchar -%%DATADIR%%/games/wastesedge/gfx/mapcharacters/servant1.mchar -%%DATADIR%%/games/wastesedge/gfx/mapcharacters/silverhair.mchar -%%DATADIR%%/games/wastesedge/gfx/mapcharacters/orloth.mchar -%%DATADIR%%/games/wastesedge/gfx/mapcharacters/bjarn.mchar -%%DATADIR%%/games/wastesedge/gfx/mapcharacters/oliver.mchar -%%DATADIR%%/games/wastesedge/gfx/mapcharacters/lucia.mchar -%%DATADIR%%/games/wastesedge/gfx/mapcharacters/servant2.mchar -%%DATADIR%%/games/wastesedge/gfx/mapcharacters/talan.mchar -%%DATADIR%%/games/wastesedge/gfx/mapcharacters/erek.mchar -%%DATADIR%%/games/wastesedge/gfx/mapcharacters/fellnir.mchar -%%DATADIR%%/games/wastesedge/gfx/mapcharacters/jelom.mchar -%%DATADIR%%/games/wastesedge/gfx/mapcharacters/alek.mchar -%%DATADIR%%/games/wastesedge/gfx/mapcharacters/illig.mchar -%%DATADIR%%/games/wastesedge/gfx/mapcharacters/bjarn_crying.mchar -%%DATADIR%%/games/wastesedge/gfx/mapcharacters/talan_beaten.mchar -%%DATADIR%%/games/wastesedge/gfx/mapobjects/exteriors/treeleaves.mobj -%%DATADIR%%/games/wastesedge/gfx/mapobjects/exteriors/tree.mobj -%%DATADIR%%/games/wastesedge/gfx/mapobjects/exteriors/vine.mobj -%%DATADIR%%/games/wastesedge/gfx/mapobjects/exteriors/gate-fore.mobj -%%DATADIR%%/games/wastesedge/gfx/mapobjects/exteriors/gate-back.mobj -%%DATADIR%%/games/wastesedge/gfx/mapobjects/exteriors/hay-cart.mobj -%%DATADIR%%/games/wastesedge/gfx/mapobjects/exteriors/low-bushes-left.mobj -%%DATADIR%%/games/wastesedge/gfx/mapobjects/exteriors/low-bushes-mid.mobj -%%DATADIR%%/games/wastesedge/gfx/mapobjects/exteriors/low-bushes-right.mobj -%%DATADIR%%/games/wastesedge/gfx/mapobjects/floorings/woodenplanks.mobj -%%DATADIR%%/games/wastesedge/gfx/mapobjects/floorings/bath-floor2b.mobj -%%DATADIR%%/games/wastesedge/gfx/mapobjects/floorings/bath-floor2a.mobj -%%DATADIR%%/games/wastesedge/gfx/mapobjects/floorings/bath-floor1b.mobj -%%DATADIR%%/games/wastesedge/gfx/mapobjects/floorings/bath-floor1a.mobj -%%DATADIR%%/games/wastesedge/gfx/mapobjects/floorings/terracotta-tiles-1.mobj -%%DATADIR%%/games/wastesedge/gfx/mapobjects/floorings/terracotta-tiles-2.mobj -%%DATADIR%%/games/wastesedge/gfx/mapobjects/floorings/terracotta-tiles-3.mobj -%%DATADIR%%/games/wastesedge/gfx/mapobjects/floorings/woodenplanks_2_1.mobj -%%DATADIR%%/games/wastesedge/gfx/mapobjects/floorings/woodenplanks_2_2.mobj -%%DATADIR%%/games/wastesedge/gfx/mapobjects/floorings/terracotta-trans.mobj -%%DATADIR%%/games/wastesedge/gfx/mapobjects/floorings/woodenplanks_2_trans_1.mobj -%%DATADIR%%/games/wastesedge/gfx/mapobjects/floorings/woodenplanks_2_trans_2.mobj -%%DATADIR%%/games/wastesedge/gfx/mapobjects/floorings/woodenplanks_trans.mobj -%%DATADIR%%/games/wastesedge/gfx/mapobjects/floorings/behind-window.mobj -%%DATADIR%%/games/wastesedge/gfx/mapobjects/floorings/barn_ground_inside.mobj -%%DATADIR%%/games/wastesedge/gfx/mapobjects/floorings/barn_loft_main.mobj -%%DATADIR%%/games/wastesedge/gfx/mapobjects/floorings/barn_loft_front.mobj -%%DATADIR%%/games/wastesedge/gfx/mapobjects/furnitures/bar.mobj -%%DATADIR%%/games/wastesedge/gfx/mapobjects/furnitures/barrel_wooden_with-tap.mobj -%%DATADIR%%/games/wastesedge/gfx/mapobjects/furnitures/clock.mobj -%%DATADIR%%/games/wastesedge/gfx/mapobjects/furnitures/cupboard.mobj -%%DATADIR%%/games/wastesedge/gfx/mapobjects/furnitures/oven.mobj -%%DATADIR%%/games/wastesedge/gfx/mapobjects/furnitures/round-table.mobj -%%DATADIR%%/games/wastesedge/gfx/mapobjects/furnitures/shelves_wooden_books.mobj -%%DATADIR%%/games/wastesedge/gfx/mapobjects/furnitures/shelves_wooden_filled.mobj -%%DATADIR%%/games/wastesedge/gfx/mapobjects/furnitures/water-bucket.mobj -%%DATADIR%%/games/wastesedge/gfx/mapobjects/furnitures/bathtub.mobj -%%DATADIR%%/games/wastesedge/gfx/mapobjects/furnitures/shelf_bottles1.mobj -%%DATADIR%%/games/wastesedge/gfx/mapobjects/furnitures/shelf_bottles2.mobj -%%DATADIR%%/games/wastesedge/gfx/mapobjects/furnitures/mug_on_table-1.mobj -%%DATADIR%%/games/wastesedge/gfx/mapobjects/furnitures/mug_on_table-2.mobj -%%DATADIR%%/games/wastesedge/gfx/mapobjects/furnitures/table_wooden_v_bot.mobj -%%DATADIR%%/games/wastesedge/gfx/mapobjects/furnitures/table_wooden_v_mid.mobj -%%DATADIR%%/games/wastesedge/gfx/mapobjects/furnitures/table_wooden_v_top.mobj -%%DATADIR%%/games/wastesedge/gfx/mapobjects/furnitures/stool.mobj -%%DATADIR%%/games/wastesedge/gfx/mapobjects/furnitures/bed_wooden_h.mobj -%%DATADIR%%/games/wastesedge/gfx/mapobjects/furnitures/bed_wooden_v.mobj -%%DATADIR%%/games/wastesedge/gfx/mapobjects/furnitures/bed.mobj -%%DATADIR%%/games/wastesedge/gfx/mapobjects/furnitures/table_alchemy_h.mobj -%%DATADIR%%/games/wastesedge/gfx/mapobjects/furnitures/draws_wooden.mobj -%%DATADIR%%/games/wastesedge/gfx/mapobjects/furnitures/noble_bed.mobj -%%DATADIR%%/games/wastesedge/gfx/mapobjects/furnitures/silverhair_cupboard.mobj -%%DATADIR%%/games/wastesedge/gfx/mapobjects/furnitures/silverhair_basin.mobj -%%DATADIR%%/games/wastesedge/gfx/mapobjects/furnitures/silverhair_chest.mobj -%%DATADIR%%/games/wastesedge/gfx/mapobjects/furnitures/stone_bed.mobj -%%DATADIR%%/games/wastesedge/gfx/mapobjects/furnitures/stone_v.mobj -%%DATADIR%%/games/wastesedge/gfx/mapobjects/furnitures/crate.mobj -%%DATADIR%%/games/wastesedge/gfx/mapobjects/furnitures/barrel_wooden.mobj -%%DATADIR%%/games/wastesedge/gfx/mapobjects/furnitures/crate2.mobj -%%DATADIR%%/games/wastesedge/gfx/mapobjects/furnitures/barrel_wooden2.mobj -%%DATADIR%%/games/wastesedge/gfx/mapobjects/furnitures/dwarf_chest.mobj -%%DATADIR%%/games/wastesedge/gfx/mapobjects/furnitures/normal-cupboard.mobj -%%DATADIR%%/games/wastesedge/gfx/mapobjects/furnitures/chest-wooden.mobj -%%DATADIR%%/games/wastesedge/gfx/mapobjects/furnitures/silverhair_rug-1.mobj -%%DATADIR%%/games/wastesedge/gfx/mapobjects/furnitures/silverhair_rug-2.mobj -%%DATADIR%%/games/wastesedge/gfx/mapobjects/furnitures/silverhair_rug-3.mobj -%%DATADIR%%/games/wastesedge/gfx/mapobjects/furnitures/silverhair_rug-4.mobj -%%DATADIR%%/games/wastesedge/gfx/mapobjects/furnitures/stove.mobj -%%DATADIR%%/games/wastesedge/gfx/mapobjects/furnitures/barn_loft_clutter.mobj -%%DATADIR%%/games/wastesedge/gfx/mapobjects/furnitures/oven_flame.mobj -%%DATADIR%%/games/wastesedge/gfx/mapobjects/furnitures/kitchen_smoke.mobj -%%DATADIR%%/games/wastesedge/gfx/mapobjects/furnitures/kitchen_smoke_top.mobj -%%DATADIR%%/games/wastesedge/gfx/mapobjects/houses/redwyne-inn/barn_backpart.mobj -%%DATADIR%%/games/wastesedge/gfx/mapobjects/houses/redwyne-inn/barnroof.mobj -%%DATADIR%%/games/wastesedge/gfx/mapobjects/houses/redwyne-inn/entrance.mobj -%%DATADIR%%/games/wastesedge/gfx/mapobjects/houses/redwyne-inn/entrance-top-fore.mobj -%%DATADIR%%/games/wastesedge/gfx/mapobjects/houses/redwyne-inn/entrance-top.mobj -%%DATADIR%%/games/wastesedge/gfx/mapobjects/houses/redwyne-inn/gatepost.mobj -%%DATADIR%%/games/wastesedge/gfx/mapobjects/houses/redwyne-inn/inn_leftwing.mobj -%%DATADIR%%/games/wastesedge/gfx/mapobjects/houses/redwyne-inn/inn_mainwing_left_bot.mobj -%%DATADIR%%/games/wastesedge/gfx/mapobjects/houses/redwyne-inn/inn_mainwing_left_top.mobj -%%DATADIR%%/games/wastesedge/gfx/mapobjects/houses/redwyne-inn/inn_mainwing_mid_bot.mobj -%%DATADIR%%/games/wastesedge/gfx/mapobjects/houses/redwyne-inn/inn_mainwing_mid_top.mobj -%%DATADIR%%/games/wastesedge/gfx/mapobjects/houses/redwyne-inn/inn_mainwing_right_top.mobj -%%DATADIR%%/games/wastesedge/gfx/mapobjects/houses/redwyne-inn/inn_mainwing_right_bot.mobj -%%DATADIR%%/games/wastesedge/gfx/mapobjects/houses/redwyne-inn/mainleft-top.mobj -%%DATADIR%%/games/wastesedge/gfx/mapobjects/houses/redwyne-inn/main-ltop.mobj -%%DATADIR%%/games/wastesedge/gfx/mapobjects/houses/redwyne-inn/inn_door.mobj -%%DATADIR%%/games/wastesedge/gfx/mapobjects/houses/redwyne-inn/mainright-top.mobj -%%DATADIR%%/games/wastesedge/gfx/mapobjects/houses/redwyne-inn/inn_mainwing_roof.mobj -%%DATADIR%%/games/wastesedge/gfx/mapobjects/houses/redwyne-inn/main-rtop.mobj -%%DATADIR%%/games/wastesedge/gfx/mapobjects/houses/redwyne-inn/guardhouse_entrance.mobj -%%DATADIR%%/games/wastesedge/gfx/mapobjects/houses/redwyne-inn/guardhouse_main.mobj -%%DATADIR%%/games/wastesedge/gfx/mapobjects/houses/redwyne-inn/barn_frontpart.mobj -%%DATADIR%%/games/wastesedge/gfx/mapobjects/houses/redwyne-inn/barn_frontpart_entrance.mobj -%%DATADIR%%/games/wastesedge/gfx/mapobjects/icons/arrows/green-down.mobj -%%DATADIR%%/games/wastesedge/gfx/mapobjects/icons/arrows/green-left.mobj -%%DATADIR%%/games/wastesedge/gfx/mapobjects/icons/arrows/green-right.mobj -%%DATADIR%%/games/wastesedge/gfx/mapobjects/icons/arrows/green-up.mobj -%%DATADIR%%/games/wastesedge/gfx/mapobjects/icons/arrows/red-down.mobj -%%DATADIR%%/games/wastesedge/gfx/mapobjects/icons/arrows/red-left.mobj -%%DATADIR%%/games/wastesedge/gfx/mapobjects/icons/arrows/red-right.mobj -%%DATADIR%%/games/wastesedge/gfx/mapobjects/icons/arrows/red-up.mobj -%%DATADIR%%/games/wastesedge/gfx/mapobjects/terrains/grass1.mobj -%%DATADIR%%/games/wastesedge/gfx/mapobjects/terrains/grass2.mobj -%%DATADIR%%/games/wastesedge/gfx/mapobjects/terrains/ground-stone-1.mobj -%%DATADIR%%/games/wastesedge/gfx/mapobjects/terrains/ground-stone2.mobj -%%DATADIR%%/games/wastesedge/gfx/mapobjects/terrains/hay-bot.mobj -%%DATADIR%%/games/wastesedge/gfx/mapobjects/terrains/hay.mobj -%%DATADIR%%/games/wastesedge/gfx/mapobjects/terrains/stoneflower.mobj -%%DATADIR%%/games/wastesedge/gfx/mapobjects/terrains/stone_ground.mobj -%%DATADIR%%/games/wastesedge/gfx/mapobjects/terrains/tree_ground.mobj -%%DATADIR%%/games/wastesedge/gfx/mapobjects/terrains/road_sandy.mobj -%%DATADIR%%/games/wastesedge/gfx/mapobjects/terrains/road_sandy_to_grass_bot.mobj -%%DATADIR%%/games/wastesedge/gfx/mapobjects/terrains/road_sandy_to_grass_top.mobj -%%DATADIR%%/games/wastesedge/gfx/mapobjects/terrains/road_sandy_to_grass_left.mobj -%%DATADIR%%/games/wastesedge/gfx/mapobjects/terrains/road_sandy_to_grass_right.mobj -%%DATADIR%%/games/wastesedge/gfx/mapobjects/terrains/road_to_stone_bot-left.mobj -%%DATADIR%%/games/wastesedge/gfx/mapobjects/terrains/road_to_stone_left.mobj -%%DATADIR%%/games/wastesedge/gfx/mapobjects/terrains/grass_medium-height_front.mobj -%%DATADIR%%/games/wastesedge/gfx/mapobjects/terrains/grass_medium-height.mobj -%%DATADIR%%/games/wastesedge/gfx/mapobjects/terrains/forest_bot.mobj -%%DATADIR%%/games/wastesedge/gfx/mapobjects/terrains/forest_bot_leaves.mobj -%%DATADIR%%/games/wastesedge/gfx/mapobjects/terrains/forest_left.mobj -%%DATADIR%%/games/wastesedge/gfx/mapobjects/terrains/forest_left_leaves.mobj -%%DATADIR%%/games/wastesedge/gfx/mapobjects/terrains/forest_mid.mobj -%%DATADIR%%/games/wastesedge/gfx/mapobjects/terrains/forest_mid_leaves.mobj -%%DATADIR%%/games/wastesedge/gfx/mapobjects/terrains/stone_to_grass.mobj -%%DATADIR%%/games/wastesedge/gfx/mapobjects/terrains/grass_to_stone.mobj -%%DATADIR%%/games/wastesedge/gfx/mapobjects/terrains/forest_br.mobj -%%DATADIR%%/games/wastesedge/gfx/mapobjects/terrains/forest_br_leaves.mobj -%%DATADIR%%/games/wastesedge/gfx/mapobjects/terrains/forest_top.mobj -%%DATADIR%%/games/wastesedge/gfx/mapobjects/terrains/forest_top_leaves.mobj -%%DATADIR%%/games/wastesedge/gfx/mapobjects/walls/inside/doorframe-back.mobj -%%DATADIR%%/games/wastesedge/gfx/mapobjects/walls/inside/doorframe.mobj -%%DATADIR%%/games/wastesedge/gfx/mapobjects/walls/inside/wall-bl1.mobj -%%DATADIR%%/games/wastesedge/gfx/mapobjects/walls/inside/wall-bl2-back.mobj -%%DATADIR%%/games/wastesedge/gfx/mapobjects/walls/inside/wall-bl2.mobj -%%DATADIR%%/games/wastesedge/gfx/mapobjects/walls/inside/wall-br1.mobj -%%DATADIR%%/games/wastesedge/gfx/mapobjects/walls/inside/wall-br2-back.mobj -%%DATADIR%%/games/wastesedge/gfx/mapobjects/walls/inside/wall-br2.mobj -%%DATADIR%%/games/wastesedge/gfx/mapobjects/walls/inside/wall-face-back.mobj -%%DATADIR%%/games/wastesedge/gfx/mapobjects/walls/inside/wall-face-front.mobj -%%DATADIR%%/games/wastesedge/gfx/mapobjects/walls/inside/wall-tl1-back.mobj -%%DATADIR%%/games/wastesedge/gfx/mapobjects/walls/inside/wall-tl2.back.mobj -%%DATADIR%%/games/wastesedge/gfx/mapobjects/walls/inside/wall-tl2.mobj -%%DATADIR%%/games/wastesedge/gfx/mapobjects/walls/inside/wall-tr1-back.mobj -%%DATADIR%%/games/wastesedge/gfx/mapobjects/walls/inside/wall-tr2.back.mobj -%%DATADIR%%/games/wastesedge/gfx/mapobjects/walls/inside/wall-tr2.mobj -%%DATADIR%%/games/wastesedge/gfx/mapobjects/walls/inside/wall-v-l.mobj -%%DATADIR%%/games/wastesedge/gfx/mapobjects/walls/inside/wall-v-r.mobj -%%DATADIR%%/games/wastesedge/gfx/mapobjects/walls/stone/stone-wall-bl.mobj -%%DATADIR%%/games/wastesedge/gfx/mapobjects/walls/stone/stone-wall-br.mobj -%%DATADIR%%/games/wastesedge/gfx/mapobjects/walls/stone/stone-wall-h.mobj -%%DATADIR%%/games/wastesedge/gfx/mapobjects/walls/stone/stone-wall-tl.mobj -%%DATADIR%%/games/wastesedge/gfx/mapobjects/walls/stone/stone-wall-tr.mobj -%%DATADIR%%/games/wastesedge/gfx/mapobjects/walls/stone/stone-wall-v.mobj -%%DATADIR%%/games/wastesedge/gfx/mapobjects/walls/cellar/cellar-bl-lb.mobj -%%DATADIR%%/games/wastesedge/gfx/mapobjects/walls/cellar/cellar-bl-rf.mobj -%%DATADIR%%/games/wastesedge/gfx/mapobjects/walls/cellar/cellar-br-ib.mobj -%%DATADIR%%/games/wastesedge/gfx/mapobjects/walls/cellar/cellar-br-if.mobj -%%DATADIR%%/games/wastesedge/gfx/mapobjects/walls/cellar/cellar-br-lf.mobj -%%DATADIR%%/games/wastesedge/gfx/mapobjects/walls/cellar/cellar-br-rb.mobj -%%DATADIR%%/games/wastesedge/gfx/mapobjects/walls/cellar/cellar-column-b.mobj -%%DATADIR%%/games/wastesedge/gfx/mapobjects/walls/cellar/cellar-column-f.mobj -%%DATADIR%%/games/wastesedge/gfx/mapobjects/walls/cellar/cellar-doorframe-b.mobj -%%DATADIR%%/games/wastesedge/gfx/mapobjects/walls/cellar/cellar-doorframe-b-top.mobj -%%DATADIR%%/games/wastesedge/gfx/mapobjects/walls/cellar/cellar-doorframe-f.mobj -%%DATADIR%%/games/wastesedge/gfx/mapobjects/walls/cellar/cellar-h-b.mobj -%%DATADIR%%/games/wastesedge/gfx/mapobjects/walls/cellar/cellar-h-f.mobj -%%DATADIR%%/games/wastesedge/gfx/mapobjects/walls/cellar/cellar-tl-lf.mobj -%%DATADIR%%/games/wastesedge/gfx/mapobjects/walls/cellar/cellar-tl-rb.mobj -%%DATADIR%%/games/wastesedge/gfx/mapobjects/walls/cellar/cellar-tr-ib.mobj -%%DATADIR%%/games/wastesedge/gfx/mapobjects/walls/cellar/cellar-v-l.mobj -%%DATADIR%%/games/wastesedge/gfx/mapobjects/walls/cellar/cellar-tr-if.mobj -%%DATADIR%%/games/wastesedge/gfx/mapobjects/walls/cellar/cellar-tr-lb.mobj -%%DATADIR%%/games/wastesedge/gfx/mapobjects/walls/cellar/cellar-tr-rf.mobj -%%DATADIR%%/games/wastesedge/gfx/mapobjects/walls/cellar/cellar-v-r.mobj -%%DATADIR%%/games/wastesedge/gfx/mapobjects/walls/painting1.mobj -%%DATADIR%%/games/wastesedge/gfx/mapobjects/walls/painting2.mobj -%%DATADIR%%/games/wastesedge/gfx/mapobjects/walls/painting3.mobj -%%DATADIR%%/games/wastesedge/gfx/mapobjects/walls/window_right.mobj -%%DATADIR%%/games/wastesedge/gfx/mapobjects/walls/window_left.mobj -%%DATADIR%%/games/wastesedge/gfx/mapobjects/walls/window_front.mobj -%%DATADIR%%/games/wastesedge/gfx/mapobjects/walls/window_round_front.mobj -%%DATADIR%%/games/wastesedge/gfx/mapobjects/walls/window_back.mobj -%%DATADIR%%/games/wastesedge/gfx/mapobjects/walls/barn_back.mobj -%%DATADIR%%/games/wastesedge/gfx/mapobjects/walls/barn_loft_main.mobj -%%DATADIR%%/games/wastesedge/gfx/mapobjects/walls/barn_loft_main_top.mobj -%%DATADIR%%/games/wastesedge/gfx/mapobjects/walls/barn_loft_main_front.mobj -%%DATADIR%%/games/wastesedge/gfx/mapobjects/walls/barn_ground_back_top.mobj -%%DATADIR%%/games/wastesedge/gfx/mapobjects/walls/gate_back_wall.mobj -%%DATADIR%%/games/wastesedge/gfx/mapobjects/walls/barn_left.mobj -%%DATADIR%%/games/wastesedge/gfx/mapobjects/walls/barn_right.mobj -%%DATADIR%%/games/wastesedge/gfx/mapobjects/walls/barn_left_back.mobj -%%DATADIR%%/games/wastesedge/gfx/mapobjects/walls/barn_right_back.mobj -%%DATADIR%%/games/wastesedge/gfx/mapobjects/walls/barn_left_front.mobj -%%DATADIR%%/games/wastesedge/gfx/mapobjects/walls/barn_right_front.mobj -%%DATADIR%%/games/wastesedge/gfx/mapobjects/stairs/red-carpet_bl-tr.mobj -%%DATADIR%%/games/wastesedge/gfx/mapobjects/stairs/red-carpet_br-tl.mobj -%%DATADIR%%/games/wastesedge/gfx/mapobjects/stairs/red-carpet_tr-bl.mobj -%%DATADIR%%/games/wastesedge/gfx/mapobjects/stairs/red-carpet_tl-br.mobj -%%DATADIR%%/games/wastesedge/gfx/mapobjects/stairs/red-carpet-front_bl-tr.mobj -%%DATADIR%%/games/wastesedge/gfx/mapobjects/stairs/red-carpet-front_back.mobj -%%DATADIR%%/games/wastesedge/gfx/mapobjects/stairs/red-carpet-front_br-tl.mobj -%%DATADIR%%/games/wastesedge/gfx/mapobjects/stairs/red-carpet-front_tl-br.mobj -%%DATADIR%%/games/wastesedge/gfx/mapobjects/stairs/red-carpet-front_tr-bl.mobj -%%DATADIR%%/games/wastesedge/gfx/mapobjects/stairs/barn_ground-cellar.mobj -%%DATADIR%%/games/wastesedge/gfx/mapobjects/stairs/barn_ground-loft.mobj -%%DATADIR%%/games/wastesedge/gfx/mapobjects/stairs/barn_loft-ground.mobj -%%DATADIR%%/games/wastesedge/gfx/portraits/erek.pnm -%%DATADIR%%/games/wastesedge/gfx/portraits/jelom.pnm -%%DATADIR%%/games/wastesedge/gfx/portraits/talan.pnm -%%DATADIR%%/games/wastesedge/gfx/portraits/player.pnm -%%DATADIR%%/games/wastesedge/gfx/portraits/alek.pnm -%%DATADIR%%/games/wastesedge/gfx/portraits/frostbloom.pnm -%%DATADIR%%/games/wastesedge/gfx/portraits/lucia.pnm -%%DATADIR%%/games/wastesedge/gfx/portraits/sarin.pnm -%%DATADIR%%/games/wastesedge/gfx/portraits/bjarn.pnm -%%DATADIR%%/games/wastesedge/gfx/portraits/illig.pnm -%%DATADIR%%/games/wastesedge/gfx/portraits/oliver.pnm -%%DATADIR%%/games/wastesedge/gfx/portraits/silverhair.pnm -%%DATADIR%%/games/wastesedge/gfx/portraits/janesta.pnm -%%DATADIR%%/games/wastesedge/gfx/portraits/orloth.pnm -%%DATADIR%%/games/wastesedge/gfx/portraits/fellnir.pnm -%%DATADIR%%/games/wastesedge/gfx/window/background/original/background.pnm -%%DATADIR%%/games/wastesedge/gfx/window/background/silverleaf/background.pnm -%%DATADIR%%/games/wastesedge/gfx/window/border/original/mini/corner_bottom_left.pnm -%%DATADIR%%/games/wastesedge/gfx/window/border/original/mini/corner_bottom_right.pnm -%%DATADIR%%/games/wastesedge/gfx/window/border/original/mini/corner.pnm -%%DATADIR%%/games/wastesedge/gfx/window/border/original/mini/corner_top_left.pnm -%%DATADIR%%/games/wastesedge/gfx/window/border/original/mini/corner_top_right.pnm -%%DATADIR%%/games/wastesedge/gfx/window/border/original/mini/h_border.pnm -%%DATADIR%%/games/wastesedge/gfx/window/border/original/mini/v_border.pnm -%%DATADIR%%/games/wastesedge/gfx/window/border/original/normal/corner_bottom_left.pnm -%%DATADIR%%/games/wastesedge/gfx/window/border/original/normal/corner_bottom_right.pnm -%%DATADIR%%/games/wastesedge/gfx/window/border/original/normal/corner.pnm -%%DATADIR%%/games/wastesedge/gfx/window/border/original/normal/corner_top_left.pnm -%%DATADIR%%/games/wastesedge/gfx/window/border/original/normal/corner_top_right.pnm -%%DATADIR%%/games/wastesedge/gfx/window/border/original/normal/h_border.pnm -%%DATADIR%%/games/wastesedge/gfx/window/border/original/normal/v_border.pnm -%%DATADIR%%/games/wastesedge/gfx/window/border/silverleaf/mini/corner_bottom_left.pnm -%%DATADIR%%/games/wastesedge/gfx/window/border/silverleaf/mini/corner_bottom_right.pnm -%%DATADIR%%/games/wastesedge/gfx/window/border/silverleaf/mini/corner.pnm -%%DATADIR%%/games/wastesedge/gfx/window/border/silverleaf/mini/corner_top_left.pnm -%%DATADIR%%/games/wastesedge/gfx/window/border/silverleaf/mini/corner_top_right.pnm -%%DATADIR%%/games/wastesedge/gfx/window/border/silverleaf/mini/h_border.pnm -%%DATADIR%%/games/wastesedge/gfx/window/border/silverleaf/mini/v_border.pnm -%%DATADIR%%/games/wastesedge/gfx/window/border/silverleaf/normal/corner_bottom_left.pnm -%%DATADIR%%/games/wastesedge/gfx/window/border/silverleaf/normal/corner_bottom_right.pnm -%%DATADIR%%/games/wastesedge/gfx/window/border/silverleaf/normal/corner.pnm -%%DATADIR%%/games/wastesedge/gfx/window/border/silverleaf/normal/corner_top_left.pnm -%%DATADIR%%/games/wastesedge/gfx/window/border/silverleaf/normal/corner_top_right.pnm -%%DATADIR%%/games/wastesedge/gfx/window/border/silverleaf/normal/h_border.pnm -%%DATADIR%%/games/wastesedge/gfx/window/border/silverleaf/normal/v_border.pnm -%%DATADIR%%/games/wastesedge/gfx/window/cursor/original/cursor.pnm -%%DATADIR%%/games/wastesedge/gfx/window/cursor/silverleaf/cursor.pnm -%%DATADIR%%/games/wastesedge/gfx/window/font/avatar.ttf -%%DATADIR%%/games/wastesedge/gfx/window/font/blue/font.font -%%DATADIR%%/games/wastesedge/gfx/window/font/green/font.font -%%DATADIR%%/games/wastesedge/gfx/window/font/original/font.font -%%DATADIR%%/games/wastesedge/gfx/window/font/red/font.font -%%DATADIR%%/games/wastesedge/gfx/window/font/silverleaf/font.font -%%DATADIR%%/games/wastesedge/gfx/window/font/violet/font.font -%%DATADIR%%/games/wastesedge/gfx/window/font/white/font.font -%%DATADIR%%/games/wastesedge/gfx/window/font/yellow/font.font -%%DATADIR%%/games/wastesedge/gfx/window/scrollbar/original/scroll_back_bot.pnm -%%DATADIR%%/games/wastesedge/gfx/window/scrollbar/original/scroll_back_mid.pnm -%%DATADIR%%/games/wastesedge/gfx/window/scrollbar/original/scroll_back_top.pnm -%%DATADIR%%/games/wastesedge/gfx/window/scrollbar/original/scroll_bar_bot.pnm -%%DATADIR%%/games/wastesedge/gfx/window/scrollbar/original/scroll_bar_flex.pnm -%%DATADIR%%/games/wastesedge/gfx/window/scrollbar/original/scroll_bar_mid.pnm -%%DATADIR%%/games/wastesedge/gfx/window/scrollbar/original/scroll_bar_top.pnm -%%DATADIR%%/games/wastesedge/gfx/window/scrollbar/silverleaf/scroll_back_bot.pnm -%%DATADIR%%/games/wastesedge/gfx/window/scrollbar/silverleaf/scroll_back_mid.pnm -%%DATADIR%%/games/wastesedge/gfx/window/scrollbar/silverleaf/scroll_back_top.pnm -%%DATADIR%%/games/wastesedge/gfx/window/scrollbar/silverleaf/scroll_bar_bot.pnm -%%DATADIR%%/games/wastesedge/gfx/window/scrollbar/silverleaf/scroll_bar_flex.pnm -%%DATADIR%%/games/wastesedge/gfx/window/scrollbar/silverleaf/scroll_bar_mid.pnm -%%DATADIR%%/games/wastesedge/gfx/window/scrollbar/silverleaf/scroll_bar_top.pnm -%%DATADIR%%/games/wastesedge/gfx/empty_slot.pnm -%%DATADIR%%/games/wastesedge/maps/test.map -%%DATADIR%%/games/wastesedge/scripts/dialogues/__init__.pyc -%%DATADIR%%/games/wastesedge/scripts/dialogues/alek_start.pyc -%%DATADIR%%/games/wastesedge/scripts/dialogues/bjarn_start.pyc -%%DATADIR%%/games/wastesedge/scripts/dialogues/demo_intro_1.pyc -%%DATADIR%%/games/wastesedge/scripts/dialogues/erek_start.pyc -%%DATADIR%%/games/wastesedge/scripts/dialogues/extro.pyc -%%DATADIR%%/games/wastesedge/scripts/dialogues/fellnir_start.pyc -%%DATADIR%%/games/wastesedge/scripts/dialogues/frostbloom_start.pyc -%%DATADIR%%/games/wastesedge/scripts/dialogues/janesta_start.pyc -%%DATADIR%%/games/wastesedge/scripts/dialogues/jelom_2nd.pyc -%%DATADIR%%/games/wastesedge/scripts/dialogues/jelom_start.pyc -%%DATADIR%%/games/wastesedge/scripts/dialogues/lucia_start.pyc -%%DATADIR%%/games/wastesedge/scripts/dialogues/oliver_start.pyc -%%DATADIR%%/games/wastesedge/scripts/dialogues/orloth_start.pyc -%%DATADIR%%/games/wastesedge/scripts/dialogues/sarin_start.pyc -%%DATADIR%%/games/wastesedge/scripts/dialogues/silverhair_start.pyc -%%DATADIR%%/games/wastesedge/scripts/dialogues/talan_start.pyc -%%DATADIR%%/games/wastesedge/scripts/dialogues/tristan_start.pyc -%%DATADIR%%/games/wastesedge/scripts/game_events/__init__.pyc -%%DATADIR%%/games/wastesedge/scripts/game_events/brn_to_silverhair.pyc -%%DATADIR%%/games/wastesedge/scripts/game_events/cellar_to_bjarn.pyc -%%DATADIR%%/games/wastesedge/scripts/game_events/character_speak.pyc -%%DATADIR%%/games/wastesedge/scripts/game_events/fst_to_silverhair.pyc -%%DATADIR%%/games/wastesedge/scripts/game_events/lft_to_vnd.pyc -%%DATADIR%%/games/wastesedge/scripts/game_events/open_inn_door.pyc -%%DATADIR%%/games/wastesedge/scripts/game_events/search_chest.pyc -%%DATADIR%%/games/wastesedge/scripts/game_events/silverhair_to_brn.pyc -%%DATADIR%%/games/wastesedge/scripts/game_events/silverhair_to_fst.pyc -%%DATADIR%%/games/wastesedge/scripts/game_events/speak.pyc -%%DATADIR%%/games/wastesedge/scripts/game_events/teleport.pyc -%%DATADIR%%/games/wastesedge/scripts/game_events/to_storage.pyc -%%DATADIR%%/games/wastesedge/scripts/game_events/vnd_to_lft.pyc -%%DATADIR%%/games/wastesedge/scripts/modules/character_screen.pyc -%%DATADIR%%/games/wastesedge/scripts/modules/console.pyc -%%DATADIR%%/games/wastesedge/scripts/modules/events.pyc -%%DATADIR%%/games/wastesedge/scripts/modules/intro.pyc -%%DATADIR%%/games/wastesedge/scripts/modules/main_menu.pyc -%%DATADIR%%/games/wastesedge/scripts/schedules/audio/__init__.pyc -%%DATADIR%%/games/wastesedge/scripts/schedules/audio/in_game.pyc -%%DATADIR%%/games/wastesedge/scripts/schedules/mapcharacters/__init__.pyc -%%DATADIR%%/games/wastesedge/scripts/schedules/mapcharacters/alek.pyc -%%DATADIR%%/games/wastesedge/scripts/schedules/mapcharacters/bjarn.pyc -%%DATADIR%%/games/wastesedge/scripts/schedules/mapcharacters/erek.pyc -%%DATADIR%%/games/wastesedge/scripts/schedules/mapcharacters/extro.pyc -%%DATADIR%%/games/wastesedge/scripts/schedules/mapcharacters/fellnir.pyc -%%DATADIR%%/games/wastesedge/scripts/schedules/mapcharacters/frostbloom.pyc -%%DATADIR%%/games/wastesedge/scripts/schedules/mapcharacters/intro.pyc -%%DATADIR%%/games/wastesedge/scripts/schedules/mapcharacters/janesta.pyc -%%DATADIR%%/games/wastesedge/scripts/schedules/mapcharacters/jelom.pyc -%%DATADIR%%/games/wastesedge/scripts/schedules/mapcharacters/keyboard_control.pyc -%%DATADIR%%/games/wastesedge/scripts/schedules/mapcharacters/lucia.pyc -%%DATADIR%%/games/wastesedge/scripts/schedules/mapcharacters/oliver.pyc -%%DATADIR%%/games/wastesedge/scripts/schedules/mapcharacters/orloth.pyc -%%DATADIR%%/games/wastesedge/scripts/schedules/mapcharacters/sarin.pyc -%%DATADIR%%/games/wastesedge/scripts/schedules/mapcharacters/schedule.pyc -%%DATADIR%%/games/wastesedge/scripts/schedules/mapcharacters/silverhair.pyc -%%DATADIR%%/games/wastesedge/scripts/schedules/mapcharacters/talan.pyc -%%DATADIR%%/games/wastesedge/scripts/schedules/mapcharacters/to_cellar.pyc -%%DATADIR%%/games/wastesedge/scripts/schedules/mapcharacters/tristan.pyc -%%DATADIR%%/games/wastesedge/scripts/schedules/mapviews/__init__.pyc -%%DATADIR%%/games/wastesedge/scripts/schedules/mapviews/center_character.pyc -%%DATADIR%%/games/wastesedge/scripts/schedules/__init__.pyc -%%DATADIR%%/games/wastesedge/scripts/schedules/control.pyc -%%DATADIR%%/games/wastesedge/scripts/actions/__init__.pyc -%%DATADIR%%/games/wastesedge/scripts/actions/talk.pyc -%%DATADIR%%/games/wastesedge/scripts/init.pyc -share/pixmaps/wastesedge_16x16.xpm -share/pixmaps/wastesedge_32x32.xpm -@dirrm %%DATADIR%%/games/wastesedge/audio -@dirrm %%DATADIR%%/games/wastesedge/gfx/cutscene -@dirrm %%DATADIR%%/games/wastesedge/gfx/mapcharacters -@dirrm %%DATADIR%%/games/wastesedge/gfx/mapobjects/exteriors -@dirrm %%DATADIR%%/games/wastesedge/gfx/mapobjects/floorings -@dirrm %%DATADIR%%/games/wastesedge/gfx/mapobjects/furnitures -@dirrm %%DATADIR%%/games/wastesedge/gfx/mapobjects/houses/redwyne-inn -@dirrm %%DATADIR%%/games/wastesedge/gfx/mapobjects/houses -@dirrm %%DATADIR%%/games/wastesedge/gfx/mapobjects/icons/arrows -@dirrm %%DATADIR%%/games/wastesedge/gfx/mapobjects/icons -@dirrm %%DATADIR%%/games/wastesedge/gfx/mapobjects/terrains -@dirrm %%DATADIR%%/games/wastesedge/gfx/mapobjects/stairs -@dirrm %%DATADIR%%/games/wastesedge/gfx/mapobjects/walls/inside -@dirrm %%DATADIR%%/games/wastesedge/gfx/mapobjects/walls/cellar -@dirrm %%DATADIR%%/games/wastesedge/gfx/mapobjects/walls/stone -@dirrm %%DATADIR%%/games/wastesedge/gfx/mapobjects/walls -@dirrm %%DATADIR%%/games/wastesedge/gfx/mapobjects -@dirrm %%DATADIR%%/games/wastesedge/gfx/portraits -@dirrm %%DATADIR%%/games/wastesedge/gfx/window/background/original -@dirrm %%DATADIR%%/games/wastesedge/gfx/window/background/silverleaf -@dirrm %%DATADIR%%/games/wastesedge/gfx/window/background -@dirrm %%DATADIR%%/games/wastesedge/gfx/window/cursor/original -@dirrm %%DATADIR%%/games/wastesedge/gfx/window/cursor/silverleaf -@dirrm %%DATADIR%%/games/wastesedge/gfx/window/cursor -@dirrm %%DATADIR%%/games/wastesedge/gfx/window/border/original/mini -@dirrm %%DATADIR%%/games/wastesedge/gfx/window/border/original/normal -@dirrm %%DATADIR%%/games/wastesedge/gfx/window/border/original -@dirrm %%DATADIR%%/games/wastesedge/gfx/window/border/silverleaf/mini -@dirrm %%DATADIR%%/games/wastesedge/gfx/window/border/silverleaf/normal -@dirrm %%DATADIR%%/games/wastesedge/gfx/window/border/silverleaf -@dirrm %%DATADIR%%/games/wastesedge/gfx/window/border -@dirrm %%DATADIR%%/games/wastesedge/gfx/window/font/blue -@dirrm %%DATADIR%%/games/wastesedge/gfx/window/font/green -@dirrm %%DATADIR%%/games/wastesedge/gfx/window/font/original -@dirrm %%DATADIR%%/games/wastesedge/gfx/window/font/red -@dirrm %%DATADIR%%/games/wastesedge/gfx/window/font/silverleaf -@dirrm %%DATADIR%%/games/wastesedge/gfx/window/font/violet -@dirrm %%DATADIR%%/games/wastesedge/gfx/window/font/white -@dirrm %%DATADIR%%/games/wastesedge/gfx/window/font/yellow -@dirrm %%DATADIR%%/games/wastesedge/gfx/window/font -@dirrm %%DATADIR%%/games/wastesedge/gfx/window/scrollbar/original -@dirrm %%DATADIR%%/games/wastesedge/gfx/window/scrollbar/silverleaf -@dirrm %%DATADIR%%/games/wastesedge/gfx/window/scrollbar -@dirrm %%DATADIR%%/games/wastesedge/gfx/window -@dirrm %%DATADIR%%/games/wastesedge/gfx -@dirrm %%DATADIR%%/games/wastesedge/locale/nl/LC_MESSAGES -@dirrm %%DATADIR%%/games/wastesedge/locale/it/LC_MESSAGES -@dirrm %%DATADIR%%/games/wastesedge/locale/nl -@dirrm %%DATADIR%%/games/wastesedge/locale/it -@dirrm %%DATADIR%%/games/wastesedge/locale -@dirrm %%DATADIR%%/games/wastesedge/maps -@dirrm %%DATADIR%%/games/wastesedge/scripts/actions -@dirrm %%DATADIR%%/games/wastesedge/scripts/dialogues -@dirrm %%DATADIR%%/games/wastesedge/scripts/game_events -@dirrm %%DATADIR%%/games/wastesedge/scripts/modules -@dirrm %%DATADIR%%/games/wastesedge/scripts/schedules/audio -@dirrm %%DATADIR%%/games/wastesedge/scripts/schedules/mapcharacters -@dirrm %%DATADIR%%/games/wastesedge/scripts/schedules/mapviews -@dirrm %%DATADIR%%/games/wastesedge/scripts/schedules -@dirrm %%DATADIR%%/games/wastesedge/scripts -@dirrm %%DATADIR%%/games/wastesedge -@dirrm %%DATADIR%%/games -@dirrm %%DATADIR%%/modules -@dirrm %%DATADIR%% -@dirrmtry share/pixmaps diff --git a/games/childsplay/Makefile b/games/childsplay/Makefile deleted file mode 100644 index 9bc8aea67..000000000 --- a/games/childsplay/Makefile +++ /dev/null @@ -1,41 +0,0 @@ -# New ports collection makefile for: pyassetml -# Date created: 6 July 2004 -# Whom: bruno -# -# $FreeBSD$ -# - -PORTNAME= childsplay -PORTVERSION= 0.80.2 -PORTREVISION= 2 -CATEGORIES= games -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= childsplay -EXTRACT_SUFX= .tgz - -MAINTAINER= bruno@tinkerbox.org -COMMENT= Educative games for children - -BUILD_DEPENDS= ${LOCALBASE}/include/${PYTHON_VERSION}/pygame/pygame.h:${PORTSDIR}/devel/py-game -RUN_DEPENDS= ${LOCALBASE}/include/${PYTHON_VERSION}/pygame/pygame.h:${PORTSDIR}/devel/py-game -LIB_DEPENDS= assetml.0:${PORTSDIR}/devel/libassetml - -USE_PYTHON= yes -NO_BUILD= yes - -# avoid asking for translation to your local language on install -MAKE_ENV= LANG=C - -MAN6= childsplay.6 letters-trans.6 -MANCOMPRESSED= yes - -post-patch: - @${REINPLACE_CMD} -e "s@PREFIX=/usr/local@PREFIX=${PREFIX}@g " ${WRKSRC}/INSTALL.sh - @${REINPLACE_CMD} -e "s@ASSETMLROOT = '/usr/local@ASSETMLROOT= '${PREFIX}@g" ${WRKSRC}/pyassetml.py - @${REINPLACE_CMD} -e "s@PREFIX=/usr/local@PREFIX=${PREFIX}@g" ${WRKSRC}/cleanup.sh - @${REINPLACE_CMD} -e "s@/usr/local/lib/games@${PREFIX}@g" ${WRKSRC}/childsplay.sh - -post-build: - @${FIND} ${WRKSRC} -name *.orig -delete - -.include <bsd.port.mk> diff --git a/games/childsplay/distinfo b/games/childsplay/distinfo deleted file mode 100644 index 4e114f923..000000000 --- a/games/childsplay/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (childsplay-0.80.2.tgz) = e3719de335da8260756d8f713560c6ac -SHA256 (childsplay-0.80.2.tgz) = b8d240b8527327adbdeb8c9d2b7e5ecb0ee0461f02905b2d724a39af1e59ead2 -SIZE (childsplay-0.80.2.tgz) = 1169198 diff --git a/games/childsplay/files/patch-INSTALL.sh b/games/childsplay/files/patch-INSTALL.sh deleted file mode 100644 index bd7257572..000000000 --- a/games/childsplay/files/patch-INSTALL.sh +++ /dev/null @@ -1,97 +0,0 @@ ---- INSTALL.sh.orig Wed Apr 20 10:57:03 2005 -+++ INSTALL.sh Wed Apr 20 11:02:16 2005 -@@ -1,5 +1,5 @@ --#!/bin/bash -+#!/bin/sh - # install childsplay. - # Be aware that childsplay probably won't work when you edit this file :-( - # As of 11/2004 childsplay will be converted to follow the File System - # Hierarchy (FSH). -@@ -21,16 +21,15 @@ - PYTHON=`which python` - - EXECDIR=$PREFIX/bin - LOCALEDIR=$PREFIX/share/locale --ASSETMLDIR=/usr/share/assetml -+ASSETMLDIR=$PREFIX/share/gnome/assetml - SCOREDIR=/var/games - SCOREFILE=$SCOREDIR/childsplay.score - DOCDIR=$PREFIX/share/doc/childsplay - MANDIR=$PREFIX/man/man6 --CPDIR=$PREFIX/lib/games/childsplay -+CPDIR=$PREFIX/childsplay - SHAREDIR=$PREFIX/share/childsplay --BINDIR=$PREFIX/games - LIBDIR=$CPDIR/lib - MODULESDIR=$LIBDIR - SHARELIBDATADIR=$SHAREDIR/lib - SHAREDATADIR=$SHAREDIR/Data -@@ -38,10 +37,8 @@ - - HOME_DIR_NAME=.childsplay - CHILDSPLAYRC=childsplayrc - --OLDCPDIR=$PREFIX/games/childsplay -- - echo "Making directorys" - mkdir -vp $CPDIR - mkdir -vp $CPDIR/lib - mkdir -vp $DOCDIR -@@ -51,9 +48,8 @@ - mkdir -vp $MANDIR - mkdir -vp $SHAREDIR - mkdir -vp $SHAREDATADIR - mkdir -vp $SHARELIBDATADIR --mkdir -vp $BINDIR - mkdir -vp $EXECDIR - - set -e - -@@ -63,13 +59,8 @@ - echo " You must be root to install the plugins" - echo " exit" - exit 1 - fi --echo " Looking for obsolete childsplay files in $OLDCPDIR" --if [ -e $OLDCPDIR ] && [ -d $OLDCPDIR ] --then rm -fr $OLDCPDIR -- echo " Old files removed" --fi - - echo -e "\n>>>>>>>>>>> Install childsplay >>>>>>>>>>>>>>>>>>>>" - echo " Installing in $PREFIX" - -@@ -113,22 +105,14 @@ - echo " Copy docs" - cp -rf $CWD/doc/* $DOCDIR/ - - echo " Copy executable and setting permissions." --cp -f $CWD/childsplay.sh $BINDIR/childsplay - cp -f $CWD/childsplay.sh $EXECDIR/childsplay --chmod +x $BINDIR/childsplay - chmod +x $EXECDIR/childsplay - - chmod +x $CPDIR/childsplay.py - chmod +x $CPDIR/letters-trans.py - --#echo " Looking for the old executable, if any" --#if [ -e /usr/local/bin/childsplay ] --#then rm -f /usr/local/bin/childsplay --# echo "found and removed" --#fi -- - echo " Setting the base path in childsplay to $PREFIX" - echo "## Automated file please do not edit" > $CPDIR/BASEPATH.py - echo "BASEPATH=\"$PREFIX\"" >> $CPDIR/BASEPATH.py - echo "EXECDIR=\"$EXECDIR\"" >> $CPDIR/BASEPATH.py -@@ -157,9 +141,9 @@ - echo "" - echo ">>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>" - echo " One thing left todo..." - echo " Translating words" --$PYTHON $CPDIR/letters-trans.py $ASSETMLDIR -+echo " to translate words run: $PYTHON $CPDIR/letters-trans.py $ASSETMLDIR" - echo ">>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>" - echo " Be sure to read the README-MEMORY file on how you can" - echo " use your own pictures in the memory game." - echo "" diff --git a/games/childsplay/files/patch-Makefile b/games/childsplay/files/patch-Makefile deleted file mode 100644 index ec4ca1856..000000000 --- a/games/childsplay/files/patch-Makefile +++ /dev/null @@ -1,10 +0,0 @@ ---- Makefile.orig Sat May 7 23:13:35 2005 -+++ Makefile Sat May 7 23:15:11 2005 -@@ -0,0 +1,7 @@ -+PYTHON = /usr/bin/env python -+ -+install: -+ ./INSTALL.sh -+ @echo "Compiling modules to bytecode..." -+ @$(PYTHON) install.py --compile ${PREFIX}/childsplay -+ @$(PYTHON) install.py --compile ${PREFIX}/childsplay/lib diff --git a/games/childsplay/files/patch-pyassetmlSDL.py b/games/childsplay/files/patch-pyassetmlSDL.py deleted file mode 100644 index 1c446f853..000000000 --- a/games/childsplay/files/patch-pyassetmlSDL.py +++ /dev/null @@ -1,13 +0,0 @@ ---- pyassetmlSDL.py.orig Wed Apr 20 11:41:47 2005 -+++ pyassetmlSDL.py Wed Apr 20 11:42:32 2005 -@@ -76,8 +76,10 @@ - pygame.mixer.music.load(self.s) - pygame.mixer.music.play(loop) - def stop(self): - pygame.mixer.music.stop() -+ def queue(self): -+ pygame.mixer.music.queue(self.s) - - class NoneSound: - def play(self,loop=0): - pass diff --git a/games/childsplay/pkg-descr b/games/childsplay/pkg-descr deleted file mode 100644 index 25c49954f..000000000 --- a/games/childsplay/pkg-descr +++ /dev/null @@ -1,8 +0,0 @@ -Childsplay is a 'suite' of educational games for young children, like gcompris, -but without the overkill of GNOME environment. Also the use of the SDL -libraries makes smooth animation and the playing of sound very easy. -Childsplay uses a plugin system for the games, so you might want to check the -childsplay-plugins page. (There are two built-in games; Memory and a typing -game) - -WWW: http://childsplay.sourceforge.net diff --git a/games/childsplay/pkg-plist b/games/childsplay/pkg-plist deleted file mode 100644 index a9bebfe04..000000000 --- a/games/childsplay/pkg-plist +++ /dev/null @@ -1,169 +0,0 @@ -bin/childsplay -childsplay/lib/letters.py -childsplay/lib/letters.pyc -childsplay/lib/memory.py -childsplay/lib/memory.pyc -childsplay/CPConstants.py -childsplay/utils.py -childsplay/splash.py -childsplay/pyassetmlcreator.py -childsplay/pyassetmlSDL.py -childsplay/pyassetml.py -childsplay/out.py -childsplay/letters-trans.py -childsplay/install.py -childsplay/childsplay.py -childsplay/Timer.py -childsplay/SpriteUtils.py -childsplay/ConfParser.py -childsplay/CPMenu.py -childsplay/version.py -childsplay/CPConstants.pyc -childsplay/utils.pyc -childsplay/splash.pyc -childsplay/pyassetmlcreator.pyc -childsplay/pyassetmlSDL.pyc -childsplay/out.pyc -childsplay/pyassetml.pyc -childsplay/letters-trans.pyc -childsplay/install.pyc -childsplay/childsplay.pyc -childsplay/Timer.pyc -childsplay/SpriteUtils.pyc -childsplay/ConfParser.pyc -childsplay/CPMenu.pyc -childsplay/version.pyc -childsplay/BASEPATH.py -childsplay/BASEPATH.pyc -share/doc/childsplay/po/fr/childsplay.po -share/doc/childsplay/po/de/childsplay.po -share/doc/childsplay/po/de/new_de.po -share/doc/childsplay/po/de/.#childsplay.po.1.2 -share/doc/childsplay/po/es/childsplay.po -share/doc/childsplay/po/es/new_es.po -share/doc/childsplay/po/wordlist/words-de.gz -share/doc/childsplay/po/wordlist/words-en.gz -share/doc/childsplay/po/wordlist/words-fr.gz -share/doc/childsplay/po/wordlist/words-nl.gz -share/doc/childsplay/po/wordlist/README.gz -share/doc/childsplay/po/wordlist/words-esp.gz -share/doc/childsplay/po/da/childsplay.po -share/doc/childsplay/po/da/new_da.po -share/doc/childsplay/po/nl/childsplay.po -share/doc/childsplay/po/tr/childsplay.po -share/doc/childsplay/po/tr/new_tr.po -share/doc/childsplay/po/it/childsplay.po -share/doc/childsplay/po/childsplay_0.72.pot -share/doc/childsplay/copyright -share/doc/childsplay/README.rc-files -share/doc/childsplay/README.develop -share/doc/childsplay/GPL-2 -share/doc/childsplay/Changelog -share/doc/childsplay/README.games-module -share/locale/da/LC_MESSAGES/childsplay.mo -share/locale/de/LC_MESSAGES/childsplay.mo -share/locale/es/LC_MESSAGES/childsplay.mo -share/locale/fr/LC_MESSAGES/childsplay.mo -share/locale/it/LC_MESSAGES/childsplay.mo -share/locale/nl/LC_MESSAGES/childsplay.mo -share/gnome/assetml/childsplay/childsplay-images/po/Translation.raw -share/gnome/assetml/childsplay/childsplay-images/bluebold.ttf -share/gnome/assetml/childsplay/childsplay-images/OK_but.png -share/gnome/assetml/childsplay/childsplay-images/question1.png -share/gnome/assetml/childsplay/childsplay-images/bullpen3.ttf -share/gnome/assetml/childsplay/childsplay-images/firework1.png -share/gnome/assetml/childsplay/childsplay-images/firework2.png -share/gnome/assetml/childsplay/childsplay-images/chpl-icon-48-flat.png -share/gnome/assetml/childsplay/childsplay-images/cowsplash.png -share/gnome/assetml/childsplay/childsplay-images/blue.jpg -share/gnome/assetml/childsplay/childsplay-images/tux.png -share/gnome/assetml/childsplay/childsplay-images/pointer.png -share/gnome/assetml/childsplay/childsplay-images/arrow.png -share/gnome/assetml/childsplay/childsplay-images/bluehigh.ttf -share/gnome/assetml/childsplay/childsplay-images/cowsplash-load.png -share/gnome/assetml/childsplay/childsplay-images/childsplay-images.assetml -share/gnome/assetml/childsplay/childsplay-images/land.png -share/gnome/assetml/childsplay/childsplay-images/MORE_but.png -share/gnome/assetml/childsplay/childsplay-images/balloonsl.png -share/gnome/assetml/childsplay/childsplay-images/balloonsr.png -share/gnome/assetml/childsplay/childsplay-images/stop.png -share/gnome/assetml/childsplay/childsplay-images/hscore.png -share/gnome/assetml/childsplay/childsplay-images/chpl-icon-48.png -share/gnome/assetml/childsplay/childsplay-images/chpl-icon-48.xpm -share/gnome/assetml/childsplay/memory-136x136/po/es.po -share/gnome/assetml/childsplay/memory-136x136/po/fr.po -share/gnome/assetml/childsplay/memory-136x136/po/nl.po -share/gnome/assetml/childsplay/memory-136x136/po/memory-136x136.pot -share/gnome/assetml/childsplay/memory-136x136/tree.png -share/gnome/assetml/childsplay/memory-136x136/plane.png -share/gnome/assetml/childsplay/memory-136x136/apple.png -share/gnome/assetml/childsplay/memory-136x136/bread.png -share/gnome/assetml/childsplay/memory-136x136/dog.png -share/gnome/assetml/childsplay/memory-136x136/bear.png -share/gnome/assetml/childsplay/memory-136x136/fish.png -share/gnome/assetml/childsplay/memory-136x136/monkey.png -share/gnome/assetml/childsplay/memory-136x136/boat.png -share/gnome/assetml/childsplay/memory-136x136/memory-136x136.assetml -share/gnome/assetml/childsplay/memory-136x136/car.png -share/gnome/assetml/childsplay/memory-136x136/grapes.png -share/gnome/assetml/childsplay/memory-136x136/lion.png -share/gnome/assetml/childsplay/childsplay-sounds/po/nl.po -share/gnome/assetml/childsplay/childsplay-sounds/po/Translation.raw -share/gnome/assetml/childsplay/childsplay-sounds/bummer.wav -share/gnome/assetml/childsplay/childsplay-sounds/childsplay-sounds.assetml -share/gnome/assetml/childsplay/childsplay-sounds/level_clear.wav -share/gnome/assetml/childsplay/childsplay-sounds/rocket.wav -share/gnome/assetml/childsplay/childsplay-sounds/wahoo.wav -share/gnome/assetml/childsplay/childsplay-sounds/cows.ogg -share/gnome/assetml/childsplay/childsplay-sounds/Winner2.ogg -share/gnome/assetml/childsplay/childsplay-sounds/music1.ogg -share/gnome/assetml/childsplay/childsplay-sounds/dealcard1.wav -share/gnome/assetml/childsplay/childsplay-sounds/boom.wav -share/childsplay/Data/bluebold.ttf -share/childsplay/Data/bluehigh.ttf -share/childsplay/Data/boom.wav -share/childsplay/Data/bullpen3.ttf -share/childsplay/Data/bummer.wav -share/childsplay/Data/childsplay.ico -share/childsplay/Data/childsplay.score -share/childsplay/Data/chpl-icon-48-flat.png -share/childsplay/Data/chpl-icon-48.png -share/childsplay/Data/chpl-icon-48.xpm -share/childsplay/Data/cows.ogg -share/childsplay/Data/cowsplash-load.png -share/childsplay/Data/cowsplash.png -share/childsplay/Data/pointer_mask.xbm -share/childsplay/Data/wahoo.wav -share/childsplay/Data/icons/letters.icon.png -share/childsplay/Data/icons/memory.icon.png -share/childsplay/Data/childsplay.score.org -share/childsplay/lib/ConfigData/childsplayrc -share/childsplay/lib/MemoryData/cardfront.png -share/childsplay/lib/MemoryData/cardback.png -@dirrm childsplay/lib -@dirrm childsplay -@dirrm share/doc/childsplay/po/fr -@dirrm share/doc/childsplay/po/de -@dirrm share/doc/childsplay/po/es -@dirrm share/doc/childsplay/po/wordlist -@dirrm share/doc/childsplay/po/da -@dirrm share/doc/childsplay/po/nl -@dirrm share/doc/childsplay/po/tr -@dirrm share/doc/childsplay/po/it -@dirrm share/doc/childsplay/po -@dirrm share/doc/childsplay -@dirrm share/gnome/assetml/childsplay/childsplay-images/po -@dirrm share/gnome/assetml/childsplay/childsplay-images -@dirrm share/gnome/assetml/childsplay/memory-136x136/po -@dirrm share/gnome/assetml/childsplay/memory-136x136 -@dirrm share/gnome/assetml/childsplay/childsplay-sounds/po -@dirrm share/gnome/assetml/childsplay/childsplay-sounds -@dirrm share/gnome/assetml/childsplay -@dirrm share/childsplay/Data/icons -@dirrm share/childsplay/Data -@dirrm share/childsplay/lib/ConfigData -@dirrm share/childsplay/lib/MemoryData -@dirrm share/childsplay/lib -@dirrm share/childsplay -@cwd / -var/games/childsplay.score diff --git a/games/childsplay_plugins/Makefile b/games/childsplay_plugins/Makefile deleted file mode 100644 index 2a43736de..000000000 --- a/games/childsplay_plugins/Makefile +++ /dev/null @@ -1,27 +0,0 @@ -# New ports collection makefile for: childsplay_plugins -# Date created: 6 July 2004 -# Whom: bruno -# -# $FreeBSD$ -# - -PORTNAME= childsplay_plugins -PORTVERSION= 0.80.1.1 -PORTREVISION= 2 -CATEGORIES= games -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= childsplay -EXTRACT_SUFX= .tgz - -MAINTAINER= bruno@tinkerbox.org -COMMENT= Educative games for children - -BUILD_DEPENDS= childsplay:${PORTSDIR}/games/childsplay -RUN_DEPENDS= childsplay:${PORTSDIR}/games/childsplay - -USE_PYTHON= yes - -post-patch: - @${REINPLACE_CMD} -e "s@PREFIX=/usr/local@PREFIX=${PREFIX}@g " ${WRKSRC}/install.sh - -.include <bsd.port.mk> diff --git a/games/childsplay_plugins/distinfo b/games/childsplay_plugins/distinfo deleted file mode 100644 index 7ed3f343a..000000000 --- a/games/childsplay_plugins/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (childsplay_plugins-0.80.1.1.tgz) = 3591a4f6945dae0d1493778a15fa2321 -SHA256 (childsplay_plugins-0.80.1.1.tgz) = 35abe0fac3bd35b13b251806e29028740e8242cfe870ab22a6fd617c0c726df2 -SIZE (childsplay_plugins-0.80.1.1.tgz) = 3352850 diff --git a/games/childsplay_plugins/files/patch-Makefile b/games/childsplay_plugins/files/patch-Makefile deleted file mode 100644 index e02280ccb..000000000 --- a/games/childsplay_plugins/files/patch-Makefile +++ /dev/null @@ -1,12 +0,0 @@ ---- Makefile.orig Sat May 7 23:03:39 2005 -+++ Makefile Sat May 7 23:04:02 2005 -@@ -0,0 +1,9 @@ -+PYTHON = /usr/bin/env python -+CPDIR=${LOCALBASE}/childsplay -+ -+all: -+ echo "Compiling modules to bytecode..." -+ $(PYTHON) $(CPDIR)/install.py --compile ./lib -+ -+install: -+ ./install.sh diff --git a/games/childsplay_plugins/files/patch-install.sh b/games/childsplay_plugins/files/patch-install.sh deleted file mode 100644 index 2252aa7e7..000000000 --- a/games/childsplay_plugins/files/patch-install.sh +++ /dev/null @@ -1,66 +0,0 @@ -diff -U 4 -r -N ./install.sh.orig ./install.sh ---- ./install.sh.orig Fri Mar 18 09:51:09 2005 -+++ ./install.sh Tue Mar 22 18:33:38 2005 -@@ -1,5 +1,5 @@ --#!/bin/bash -+#!/bin/sh - # install childsplay. - # Be aware that childsplay probably won't work when you edit this file :-( - # As of 11/2004 childsplay will be converted to follow the File System - # Hierarchy (FSH). -@@ -18,16 +18,16 @@ - then PREFIX=$1 - fi - - LOCALEDIR=$PREFIX/share/locale --ASSETMLDIR=/usr/share/assetml -+ASSETMLDIR=$PREFIX/share/gnome/assetml - PYTHON=`which python` - SCOREDIR=/var/games - DOCDIR=$PREFIX/share/doc/childsplay - MANDIR=$PREFIX/man/man6 --CPDIR=$PREFIX/lib/games/childsplay -+CPDIR=$PREFIX/childsplay - SHAREDIR=$PREFIX/share/childsplay --BINDIR=$PREFIX/games -+BINDIR=$PREFIX/bin - SHARELIBDATADIR=$SHAREDIR/lib - SHAREDATADIR=$SHAREDIR/Data - - ################################################## -@@ -66,23 +66,8 @@ - fi - - set -e - --echo -e "\n The path to install the plugins in is $CPDIR." --echo " If you have installed childsplay in a other place, you can" --echo " give the full path to childsplay, otherwise just hit enter" --echo " Hit enter to install in $CPDIR, or give the full path" --read path --if [ $path ];then -- if [ -e $path/install.py ];then -- CPDIR=path -- else -- echo "*********** WARNING *************" -- echo " $path does not exists or is not the childsplay directory" -- echo " exit" -- exit 1 -- fi --fi - echo " Installing in $CPDIR" - - if [ `expr $VERSION \< $DEPEN` -eq 1 ] - then -@@ -91,11 +76,8 @@ - echo "exit"; - exit 1 - fi - -- --echo "Compiling modules to bytecode..." --$PYTHON $CPDIR/install.py --compile $CWD/lib - - echo " Copy libraries" - for DIR in `ls $CWD/lib` - do diff --git a/games/childsplay_plugins/pkg-descr b/games/childsplay_plugins/pkg-descr deleted file mode 100644 index 672059091..000000000 --- a/games/childsplay_plugins/pkg-descr +++ /dev/null @@ -1,11 +0,0 @@ -Childsplay is a 'suite' of educational games for young children, like gcompris, -but without the overkill of c/c++ and the gnome environ.:-) Also the use of the -SDL libraries makes smooth animation and the playing of sound very easy. -Childsplay uses a plugin system for the games, so you might want to check the -childsplay-plugins page. (There are two built-in games; Memory and a typing -game) - -Childsplay and the games are GNU-GPL licensed and are tested on GNU/Linux and -the Windows platforms. (and now, FreeBSD) - -WWW: http://childsplay.sourceforge.net diff --git a/games/childsplay_plugins/pkg-plist b/games/childsplay_plugins/pkg-plist deleted file mode 100644 index 1b3305ceb..000000000 --- a/games/childsplay_plugins/pkg-plist +++ /dev/null @@ -1,240 +0,0 @@ -childsplay/lib/.#numberhunt.py.1.4 -childsplay/lib/billiard.py -childsplay/lib/billiard.pyc -childsplay/lib/fallingletters.py -childsplay/lib/fallingletters.pyc -childsplay/lib/findsound.py -childsplay/lib/findsound.pyc -childsplay/lib/findsound2.py -childsplay/lib/findsound2.pyc -childsplay/lib/in.ps -childsplay/lib/in.ps~ -childsplay/lib/numberhunt.ps -childsplay/lib/numbers.py -childsplay/lib/numbers.pyc -childsplay/lib/out.ps -childsplay/lib/packid.py -childsplay/lib/packid.pyc -childsplay/lib/pong.py -childsplay/lib/pong.pyc -childsplay/lib/soundNpic.py -childsplay/lib/soundNpic.pyc -childsplay/lib/soundmemory.py -childsplay/lib/soundmemory.pyc -share/gnome/assetml/childsplay/sounds-misc/po/Translation.raw -share/gnome/assetml/childsplay/sounds-misc/catmeow.ogg -share/gnome/assetml/childsplay/sounds-misc/cow.ogg -share/gnome/assetml/childsplay/sounds-misc/elephant.ogg -share/gnome/assetml/childsplay/sounds-misc/frog.ogg -share/gnome/assetml/childsplay/sounds-misc/lion.ogg -share/gnome/assetml/childsplay/sounds-misc/passby.ogg -share/gnome/assetml/childsplay/sounds-misc/phone1.ogg -share/gnome/assetml/childsplay/sounds-misc/plane.ogg -share/gnome/assetml/childsplay/sounds-misc/police.ogg -share/gnome/assetml/childsplay/sounds-misc/rocket.ogg -share/gnome/assetml/childsplay/sounds-misc/rooster.ogg -share/gnome/assetml/childsplay/sounds-misc/sheep.ogg -share/gnome/assetml/childsplay/sounds-misc/slideup.ogg -share/gnome/assetml/childsplay/sounds-misc/smackzin.ogg -share/gnome/assetml/childsplay/sounds-misc/sneeze3.ogg -share/gnome/assetml/childsplay/sounds-misc/sounds-misc.assetml -share/gnome/assetml/childsplay/sounds-misc/tomtom.ogg -share/gnome/assetml/childsplay/sounds-misc/train.ogg -share/childsplay/Data/icons/billiard.icon.png -share/childsplay/Data/icons/soundNpic.icon.png -share/childsplay/Data/icons/pong.icon.png -share/childsplay/Data/icons/packid.icon.png -share/childsplay/Data/icons/numbers.icon.png -share/childsplay/Data/icons/findsound2.icon.png -share/childsplay/Data/icons/findsound.icon.png -share/childsplay/Data/icons/fallingletters.icon.png -share/childsplay/Data/icons/soundmemory.icon.png -share/childsplay/Data/AlphabetSounds/en/z.ogg -share/childsplay/Data/AlphabetSounds/en/10.ogg -share/childsplay/Data/AlphabetSounds/en/11.ogg -share/childsplay/Data/AlphabetSounds/en/12.ogg -share/childsplay/Data/AlphabetSounds/en/13.ogg -share/childsplay/Data/AlphabetSounds/en/14.ogg -share/childsplay/Data/AlphabetSounds/en/15.ogg -share/childsplay/Data/AlphabetSounds/en/16.ogg -share/childsplay/Data/AlphabetSounds/en/17.ogg -share/childsplay/Data/AlphabetSounds/en/18.ogg -share/childsplay/Data/AlphabetSounds/en/19.ogg -share/childsplay/Data/AlphabetSounds/en/2.ogg -share/childsplay/Data/AlphabetSounds/en/20.ogg -share/childsplay/Data/AlphabetSounds/en/3.ogg -share/childsplay/Data/AlphabetSounds/en/4.ogg -share/childsplay/Data/AlphabetSounds/en/5.ogg -share/childsplay/Data/AlphabetSounds/en/6.ogg -share/childsplay/Data/AlphabetSounds/en/7.ogg -share/childsplay/Data/AlphabetSounds/en/8.ogg -share/childsplay/Data/AlphabetSounds/en/9.ogg -share/childsplay/Data/AlphabetSounds/en/a.ogg -share/childsplay/Data/AlphabetSounds/en/b.ogg -share/childsplay/Data/AlphabetSounds/en/c.ogg -share/childsplay/Data/AlphabetSounds/en/d.ogg -share/childsplay/Data/AlphabetSounds/en/e.ogg -share/childsplay/Data/AlphabetSounds/en/f.ogg -share/childsplay/Data/AlphabetSounds/en/g.ogg -share/childsplay/Data/AlphabetSounds/en/h.ogg -share/childsplay/Data/AlphabetSounds/en/i.ogg -share/childsplay/Data/AlphabetSounds/en/j.ogg -share/childsplay/Data/AlphabetSounds/en/k.ogg -share/childsplay/Data/AlphabetSounds/en/l.ogg -share/childsplay/Data/AlphabetSounds/en/m.ogg -share/childsplay/Data/AlphabetSounds/en/n.ogg -share/childsplay/Data/AlphabetSounds/en/o.ogg -share/childsplay/Data/AlphabetSounds/en/p.ogg -share/childsplay/Data/AlphabetSounds/en/q.ogg -share/childsplay/Data/AlphabetSounds/en/r.ogg -share/childsplay/Data/AlphabetSounds/en/s.ogg -share/childsplay/Data/AlphabetSounds/en/t.ogg -share/childsplay/Data/AlphabetSounds/en/u.ogg -share/childsplay/Data/AlphabetSounds/en/v.ogg -share/childsplay/Data/AlphabetSounds/en/w.ogg -share/childsplay/Data/AlphabetSounds/en/x.ogg -share/childsplay/Data/AlphabetSounds/en/y.ogg -share/childsplay/Data/AlphabetSounds/en/1.ogg -share/childsplay/lib/ConfigData/pongrc -share/childsplay/lib/BilliardData/sndh.wav -share/childsplay/lib/BilliardData/ball1.png -share/childsplay/lib/BilliardData/ball2.png -share/childsplay/lib/BilliardData/backgr.png -share/childsplay/lib/BilliardData/sndt.wav -share/childsplay/lib/BilliardData/stick.png -share/childsplay/lib/BilliardData/hole.png -share/childsplay/lib/FallingLettersData/scenery2.png -share/childsplay/lib/FallingLettersData/scenery0.png -share/childsplay/lib/FallingLettersData/scenery1.png -share/childsplay/lib/Findsound2Data/Data/back.jpg -share/childsplay/lib/Findsound2Data/Data/soundbut.png -share/childsplay/lib/FindsoundData/Data/back.jpg -share/childsplay/lib/FindsoundData/Data/soundbut.png -share/childsplay/lib/FindsoundData/Images/level1/elephant.png -share/childsplay/lib/FindsoundData/Images/level1/cow.png -share/childsplay/lib/FindsoundData/Images/level1/frog.png -share/childsplay/lib/FindsoundData/Images/level1/lion.png -share/childsplay/lib/FindsoundData/Images/level1/rooster.png -share/childsplay/lib/FindsoundData/Images/level1/sheep.png -share/childsplay/lib/FindsoundData/Images/level2/boat.png -share/childsplay/lib/FindsoundData/Images/level2/car.png -share/childsplay/lib/FindsoundData/Images/level2/plane.png -share/childsplay/lib/FindsoundData/Images/level2/police.png -share/childsplay/lib/FindsoundData/Images/level2/rocket.png -share/childsplay/lib/FindsoundData/Images/level3/drum.png -share/childsplay/lib/FindsoundData/Images/level3/flute.png -share/childsplay/lib/FindsoundData/Images/level3/guitar.png -share/childsplay/lib/FindsoundData/Images/level3/harp.png -share/childsplay/lib/FindsoundData/Images/level3/piano.png -share/childsplay/lib/FindsoundData/Images/level3/violin.png -share/childsplay/lib/FindsoundData/Sounds/level1/elephant.ogg -share/childsplay/lib/FindsoundData/Sounds/level1/cow.ogg -share/childsplay/lib/FindsoundData/Sounds/level1/frog.ogg -share/childsplay/lib/FindsoundData/Sounds/level1/lion.ogg -share/childsplay/lib/FindsoundData/Sounds/level1/rooster.ogg -share/childsplay/lib/FindsoundData/Sounds/level1/sheep.ogg -share/childsplay/lib/FindsoundData/Sounds/level2/boat.ogg -share/childsplay/lib/FindsoundData/Sounds/level2/car.ogg -share/childsplay/lib/FindsoundData/Sounds/level2/plane.ogg -share/childsplay/lib/FindsoundData/Sounds/level2/police.ogg -share/childsplay/lib/FindsoundData/Sounds/level2/rocket.ogg -share/childsplay/lib/FindsoundData/Sounds/level3/drum.ogg -share/childsplay/lib/FindsoundData/Sounds/level3/flute.ogg -share/childsplay/lib/FindsoundData/Sounds/level3/guitar.ogg -share/childsplay/lib/FindsoundData/Sounds/level3/harp.ogg -share/childsplay/lib/FindsoundData/Sounds/level3/piano.ogg -share/childsplay/lib/FindsoundData/Sounds/level3/violin.ogg -share/childsplay/lib/NumbersData/balloon.png -share/childsplay/lib/NumbersData/shot.wav -share/childsplay/lib/PackidData/words-nl -share/childsplay/lib/PackidData/appel.png -share/childsplay/lib/PackidData/banaan.png -share/childsplay/lib/PackidData/brick.png -share/childsplay/lib/PackidData/camo.png -share/childsplay/lib/PackidData/cherry.gif -share/childsplay/lib/PackidData/citroen.png -share/childsplay/lib/PackidData/eat.wav -share/childsplay/lib/PackidData/exit.png -share/childsplay/lib/PackidData/feelgood.ogg -share/childsplay/lib/PackidData/finlevel.wav -share/childsplay/lib/PackidData/grid0.txt -share/childsplay/lib/PackidData/grid1.txt -share/childsplay/lib/PackidData/grid2.txt -share/childsplay/lib/PackidData/grid3.txt -share/childsplay/lib/PackidData/kers.png -share/childsplay/lib/PackidData/leafs.png -share/childsplay/lib/PackidData/pac1.ogg -share/childsplay/lib/PackidData/pac2.ogg -share/childsplay/lib/PackidData/pac3.ogg -share/childsplay/lib/PackidData/pac4.ogg -share/childsplay/lib/PackidData/pac5.ogg -share/childsplay/lib/PackidData/pac6.ogg -share/childsplay/lib/PackidData/pac_d.png -share/childsplay/lib/PackidData/pac_d_c.png -share/childsplay/lib/PackidData/pac_l.png -share/childsplay/lib/PackidData/pac_l_c.png -share/childsplay/lib/PackidData/pac_r.png -share/childsplay/lib/PackidData/pac_r_c.png -share/childsplay/lib/PackidData/pac_sad.png -share/childsplay/lib/PackidData/pac_smile.png -share/childsplay/lib/PackidData/pac_u.png -share/childsplay/lib/PackidData/pac_u_c.png -share/childsplay/lib/PackidData/peer.png -share/childsplay/lib/PackidData/sea.png -share/childsplay/lib/PackidData/waka.wav -share/childsplay/lib/PackidData/walk.wav -share/childsplay/lib/PackidData/words-de -share/childsplay/lib/PackidData/words-en -share/childsplay/lib/PackidData/words-es -share/childsplay/lib/PackidData/words-fr -share/childsplay/lib/PackidData/aardbei.png -share/childsplay/lib/PongData/arrow_up.png -share/childsplay/lib/PongData/loser.jpg -share/childsplay/lib/PongData/multi_pc.jpg -share/childsplay/lib/PongData/multi_person.jpg -share/childsplay/lib/PongData/pick.wav -share/childsplay/lib/PongData/single.jpg -share/childsplay/lib/PongData/winner.jpg -share/childsplay/lib/PongData/arrow_down.png -share/childsplay/lib/PongData/bump.wav -share/childsplay/lib/PongData/goal.wav -share/childsplay/lib/PongData/winner.ogg -share/childsplay/lib/SoundMemory/but_back.png -share/childsplay/lib/SoundMemory/but_bleu_up.png -share/childsplay/lib/SoundMemory/but_red_down.png -share/childsplay/lib/SoundNpicData/Level1/sheep.png -share/childsplay/lib/SoundNpicData/Level1/cow.ogg -share/childsplay/lib/SoundNpicData/Level1/cow.png -share/childsplay/lib/SoundNpicData/Level1/elephant.png -share/childsplay/lib/SoundNpicData/Level1/frog.ogg -share/childsplay/lib/SoundNpicData/Level1/frog.png -share/childsplay/lib/SoundNpicData/Level1/lion.ogg -share/childsplay/lib/SoundNpicData/Level1/lion.png -share/childsplay/lib/SoundNpicData/Level1/rooster.ogg -share/childsplay/lib/SoundNpicData/Level1/rooster.png -share/childsplay/lib/SoundNpicData/Level1/sheep.ogg -share/childsplay/lib/SoundNpicData/Level1/elephant.ogg -@dirrm share/gnome/assetml/childsplay/sounds-misc/po -@dirrm share/gnome/assetml/childsplay/sounds-misc -@dirrm share/childsplay/Data/AlphabetSounds/en -@dirrm share/childsplay/Data/AlphabetSounds -@dirrm share/childsplay/lib/BilliardData -@dirrm share/childsplay/lib/FallingLettersData -@dirrm share/childsplay/lib/Findsound2Data/Data -@dirrm share/childsplay/lib/Findsound2Data -@dirrm share/childsplay/lib/FindsoundData/Data -@dirrm share/childsplay/lib/FindsoundData/Images/level1 -@dirrm share/childsplay/lib/FindsoundData/Images/level2 -@dirrm share/childsplay/lib/FindsoundData/Images/level3 -@dirrm share/childsplay/lib/FindsoundData/Images -@dirrm share/childsplay/lib/FindsoundData/Sounds/level1 -@dirrm share/childsplay/lib/FindsoundData/Sounds/level2 -@dirrm share/childsplay/lib/FindsoundData/Sounds/level3 -@dirrm share/childsplay/lib/FindsoundData/Sounds -@dirrm share/childsplay/lib/FindsoundData -@dirrm share/childsplay/lib/NumbersData -@dirrm share/childsplay/lib/PackidData -@dirrm share/childsplay/lib/PongData -@dirrm share/childsplay/lib/SoundMemory -@dirrm share/childsplay/lib/SoundNpicData/Level1 -@dirrm share/childsplay/lib/SoundNpicData diff --git a/games/gnome-games-extra-data/Makefile b/games/gnome-games-extra-data/Makefile deleted file mode 100644 index 1cf86be1a..000000000 --- a/games/gnome-games-extra-data/Makefile +++ /dev/null @@ -1,30 +0,0 @@ -# New ports collection makefile for: gnomegames2-extra-data -# Date created: 16 August 2004 -# Whom: Adam Weinberger <adamw@FreeBSD.org> -# -# $FreeBSD$ -# $MCom$ -# - -PORTNAME= gnome-games-extra-data -PORTVERSION= 2.14.0 -PORTREVISION= 1 -CATEGORIES= games gnome -MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/gnome-games-extra-data/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Themes and artwork for the gnome-games package - -RUN_DEPENDS= ${LOCALBASE}/bin/sol:${PORTSDIR}/games/gnome-games - -USE_BZIP2= yes -USE_GMAKE= yes -USE_XLIB= yes -GNU_CONFIGURE= yes -USE_GNOME= gnomehack gnomeprefix gnometarget -CONFIGURE_ARGS= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -.include <bsd.port.mk> diff --git a/games/gnome-games-extra-data/distinfo b/games/gnome-games-extra-data/distinfo deleted file mode 100644 index 57806d4ac..000000000 --- a/games/gnome-games-extra-data/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/gnome-games-extra-data-2.14.0.tar.bz2) = 01464739e83449288c6a58685604f86e -SHA256 (gnome2/gnome-games-extra-data-2.14.0.tar.bz2) = 2785206387d7444f37e27dbb606e587ca282f7ba54723b052e6c44dcca99a39e -SIZE (gnome2/gnome-games-extra-data-2.14.0.tar.bz2) = 2868801 diff --git a/games/gnome-games-extra-data/pkg-descr b/games/gnome-games-extra-data/pkg-descr deleted file mode 100644 index 992c00ea9..000000000 --- a/games/gnome-games-extra-data/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -This package contains extra data files for the gnome-games package. At -the moment this is almost entirely extra themes and artwork for the -games. diff --git a/games/gnome-games-extra-data/pkg-plist b/games/gnome-games-extra-data/pkg-plist deleted file mode 100644 index 1a9fb8c47..000000000 --- a/games/gnome-games-extra-data/pkg-plist +++ /dev/null @@ -1,31 +0,0 @@ -share/gnome/gnome-games/same-gnome/themes/2.10/blink.png -share/gnome/gnome-games/same-gnome/themes/2.10/glass.png -share/gnome/gnome-games/same-gnome/themes/2.10/marbles.png -share/gnome/gnome-games/same-gnome/themes/2.10/matrix.png -share/gnome/gnome-games/same-gnome/themes/2.10/rotate.svg -share/gnome/pixmaps/glines/classic.png -share/gnome/pixmaps/glines/dots.png -share/gnome/pixmaps/glines/gumball.png -share/gnome/pixmaps/glines/pulse.png -share/gnome/pixmaps/gnobots2/cows.png -share/gnome/pixmaps/gnobots2/eggs.png -share/gnome/pixmaps/gnobots2/mice.png -share/gnome/pixmaps/gnome-games-common/cards/bellot.svg -share/gnome/pixmaps/gnome-games-common/cards/dondorf.svg -share/gnome/pixmaps/gnome-games-common/cards/ornamental.svg -share/gnome/pixmaps/gnometris/5blocks-tig.png -share/gnome/pixmaps/gnometris/5blocks-tim.png -share/gnome/pixmaps/gnometris/5blocks.png -share/gnome/pixmaps/gnometris/7blocks.png -share/gnome/pixmaps/gnometris/7stones-gn.png -share/gnome/pixmaps/gnometris/7stones2-gn.png -share/gnome/pixmaps/iagno/blend.png -share/gnome/pixmaps/iagno/flipblend.png -share/gnome/pixmaps/iagno/metal.png -share/gnome/pixmaps/iagno/metal2.png -share/gnome/pixmaps/iagno/shrink.png -share/gnome/pixmaps/iagno/sunmoon.png -share/gnome/pixmaps/mahjongg/default.png -share/gnome/pixmaps/mahjongg/default2.png -share/gnome/pixmaps/mahjongg/maya.png -share/gnome/pixmaps/mahjongg/seta.png diff --git a/games/gnome-games/Makefile b/games/gnome-games/Makefile deleted file mode 100644 index 49ba31362..000000000 --- a/games/gnome-games/Makefile +++ /dev/null @@ -1,56 +0,0 @@ -# New ports collection makefile for: gnomegames2 -# Date created: 08 May 2002 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/games/gnome-games/Makefile,v 1.119 2006/09/05 06:30:24 marcus Exp $ -# - -PORTNAME= gnome-games -PORTVERSION= 2.16.1 -CATEGORIES= games gnome -MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= The game applications package for the Gnome 2 Desktop Environment - -LIB_DEPENDS= guile.15:${PORTSDIR}/lang/guile - -USE_BZIP2= yes -USE_PYTHON= yes -USE_GETTEXT= yes -INSTALLS_OMF= yes -INSTALLS_ICONS= yes -USE_XLIB= yes -USE_GMAKE= yes -USE_GNOME= gnomeprefix gnomehack intlhack libgnomeui \ - librsvg2 desktopfileutils -GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -GCONF_SCHEMAS= aisleriot.schemas blackjack.schemas gataxx.schemas \ - glines.schemas gnect.schemas gnibbles.schemas \ - gnobots2.schemas gnometris.schemas gnomine.schemas \ - gnotravex.schemas gnotski.schemas gtali.schemas \ - iagno.schemas libgnomegames.schemas mahjongg.schemas \ - same-gnome.schemas - -CONFLICTS= sol-1.0.* - -.include <bsd.port.pre.mk> - -.if exists(${LOCALBASE}/lib/libavahi-client.a) || defined(WITH_MDNS) -LIB_DEPENDS+= avahi-client:${PORTSDIR}/net/avahi -.endif - -post-patch: - @${REINPLACE_CMD} -e 's|bin/python|bin/env python|g' \ - ${WRKSRC}/libgames-support/games-server.py - -post-install: - @-update-desktop-database - -.include <bsd.port.post.mk> diff --git a/games/gnome-games/distinfo b/games/gnome-games/distinfo deleted file mode 100644 index b0b363302..000000000 --- a/games/gnome-games/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/gnome-games-2.16.1.tar.bz2) = 4377f69dffe1bca3a153936354112ec9 -SHA256 (gnome2/gnome-games-2.16.1.tar.bz2) = 8255a2b715492fcafa653fa9b11a5e34c6626413bd427481983e5ce6ad054efc -SIZE (gnome2/gnome-games-2.16.1.tar.bz2) = 5199644 diff --git a/games/gnome-games/files/patch-blackjack_src_game.cpp b/games/gnome-games/files/patch-blackjack_src_game.cpp deleted file mode 100644 index e99798100..000000000 --- a/games/gnome-games/files/patch-blackjack_src_game.cpp +++ /dev/null @@ -1,10 +0,0 @@ ---- blackjack/src/game.cpp.orig Wed Apr 13 15:44:11 2005 -+++ blackjack/src/game.cpp Wed Apr 13 15:45:24 2005 -@@ -24,6 +24,7 @@ - - #include <stdlib.h> - #include <string.h> -+#include <ctype.h> - #include <glib/gi18n.h> - #include <glib/gstdio.h> - #include <libxml/tree.h> diff --git a/games/gnome-games/files/patch-blackjack_src_player.cpp b/games/gnome-games/files/patch-blackjack_src_player.cpp deleted file mode 100644 index 0a2d1ac3b..000000000 --- a/games/gnome-games/files/patch-blackjack_src_player.cpp +++ /dev/null @@ -1,75 +0,0 @@ ---- blackjack/src/player.cpp.orig Tue Jul 6 12:56:50 2004 -+++ blackjack/src/player.cpp Tue Jul 6 12:59:29 2004 -@@ -262,8 +262,8 @@ - // Player can always stand. - - bestValue = value = getValueStand (*lplayer, upCard); -- mark_list[num_options++] = g_strdup_printf (" %s %8.2lf%%\n", -- _("Stand"), value * 100); -+ mark_list[num_options++] = g_strdup_printf (" %s %8.2Lf%%\n", -+ _("Stand"), (long double)(value * 100)); - bestOption = KEY_S; - bestOptionNumber = num_options; - -@@ -271,8 +271,8 @@ - if (bj_hand_can_be_hit ()) { - value = getValueHit (*lplayer, upCard); - -- mark_list[num_options++] = g_strdup_printf (" %s %8.2lf%%\n", -- _("Hit"), value * 100); -+ mark_list[num_options++] = g_strdup_printf (" %s %8.2Lf%%\n", -+ _("Hit"), (long double)(value * 100)); - if (value > bestValue) { - bestValue = value; - bestOption = KEY_H; -@@ -282,8 +282,8 @@ - // Check if player can double down. - if (bj_hand_can_be_doubled ()) { - value = getValueDoubleDown (*lplayer, upCard); -- mark_list[num_options++] = g_strdup_printf (" %s %8.2lf%%\n", -- _("Double"), value * 100); -+ mark_list[num_options++] = g_strdup_printf (" %s %8.2Lf%%\n", -+ _("Double"), (long double)(value * 100)); - if (value > bestValue) { - bestValue = value; - bestOption = KEY_D; -@@ -296,8 +296,8 @@ - - if (bj_hand_can_be_split ()) { - value = getValueSplit(lplayer->cards[0].value (), upCard); -- mark_list[num_options++] = g_strdup_printf (" %s %8.2lf%%\n", -- _("Split"), value * 100); -+ mark_list[num_options++] = g_strdup_printf (" %s %8.2Lf%%\n", -+ _("Split"), (long double)(value * 100)); - if (value > bestValue) { - bestValue = value; - bestOption = KEY_P; -@@ -308,8 +308,8 @@ - // Check if player can surrender. - if (bj_hand_can_be_surrendered ()) { - value = -0.5; -- mark_list[num_options++] = g_strdup_printf (" %s %8.2lf%%\n", -- _("Surrender"), value * 100); -+ mark_list[num_options++] = g_strdup_printf (" %s %8.2Lf%%\n", -+ _("Surrender"), (long double)(value * 100)); - if (value > bestValue) { - bestValue = value; - bestOption = KEY_R; -@@ -439,12 +439,12 @@ - reset (); - - mark_list[0] = g_strdup_printf ("<b>%s</b>\n", _("Dealer hand probabilities")); -- mark_list[1] = g_strdup_printf (" %s %5.2lf%%\n", _("Bust"), -- getProbabilityBust (lupCard) * 100.0 / notBlackjack); -+ mark_list[1] = g_strdup_printf (" %s %5.2Lf%%\n", _("Bust"), -+ (long double)(getProbabilityBust (lupCard) * 100.0 / notBlackjack)); - for (int count = 17; count <= 21; count++) { -- mark_list[count-15] = g_strdup_printf (" %2d %5.2lf%%\n", count, -- getProbabilityCount (count, lupCard) -- * 100.0 / notBlackjack); -+ mark_list[count-15] = g_strdup_printf (" %2d %5.2Lf%%\n", count, -+ (long double)(getProbabilityCount (count, lupCard) -+ * 100.0 / notBlackjack)); - } - - markup = g_strconcat ("<span size=\"small\" font_family=\"monospace\" foreground=\"#eaeac1\">", diff --git a/games/gnome-games/pkg-descr b/games/gnome-games/pkg-descr deleted file mode 100644 index 0323c9ff4..000000000 --- a/games/gnome-games/pkg-descr +++ /dev/null @@ -1,8 +0,0 @@ -The GNOME Desktop Environment's games application package includes -card games (including a solitaire package which knows 69 distinct solitaire -variations); knockoffs of Minesweeper, Tetris, mahjongg, and Nibbles; action -games; puzzle games; and even more card games. - -This package uses the GNOME 2 libraries. - -WWW: http://www.gnome.org/projects/gnome-games/ diff --git a/games/gnome-games/pkg-install b/games/gnome-games/pkg-install deleted file mode 100644 index cbbb71f55..000000000 --- a/games/gnome-games/pkg-install +++ /dev/null @@ -1,23 +0,0 @@ -#!/bin/sh - -PATH=/bin:/usr/bin:/usr/sbin - -case $2 in -POST-INSTALL) - mkdir -p ${PKG_PREFIX}/share/gnome/games - SCORES="glines.scores glines.Large.scores glines.Medium.scores glines.Small.scores gnibbles.1.0.scores gnibbles.1.1.scores gnibbles.2.0.scores gnibbles.2.1.scores gnibbles.3.0.scores gnibbles.3.1.scores gnibbles.4.0.scores gnibbles.4.1.scores gnobots2.classic_robots-safe.scores gnobots2.classic_robots-super-safe.scores gnobots2.classic_robots.scores gnobots2.nightmare-safe.scores gnobots2.nightmare-super-safe.scores gnobots2.nightmare.scores gnobots2.robots2-safe.scores gnobots2.robots2-super-safe.scores gnobots2.robots2.scores gnobots2.robots2_easy-safe.scores gnobots2.robots2_easy-super-safe.scores gnobots2.robots2_easy.scores gnobots2.robots_with_safe_teleport-safe.scores gnobots2.robots_with_safe_teleport-super-safe.scores gnobots2.robots_with_safe_teleport.scores gnometris.scores gnomine.Custom.scores gnomine.Large.scores gnomine.Medium.scores gnomine.Small.scores gnotravex.2x2.scores gnotravex.3x3.scores gnotravex.4x4.scores gnotravex.5x5.scores gnotravex.6x6.scores gnotski.1.scores gnotski.10.scores gnotski.11.scores gnotski.12.scores gnotski.13.scores gnotski.14.scores gnotski.15.scores gnotski.16.scores gnotski.17.scores gnotski.18.scores gnotski.2.scores gnotski.20.scores gnotski.21.scores gnotski.22.scores gnotski.23.scores gnotski.24.scores gnotski.25.scores gnotski.26.scores gnotski.27.scores gnotski.28.scores gnotski.29.scores gnotski.3.scores gnotski.30.scores gnotski.31.scores gnotski.32.scores gnotski.33.scores gnotski.34.scores gnotski.35.scores gnotski.36.scores gnotski.37.scores gnotski.4.scores gnotski.5.scores gnotski.6.scores gnotski.7.scores gnotski.8.scores gnotski.9.scores gtali.scores mahjongg.bridges.scores mahjongg.cloud.scores mahjongg.confounding.scores mahjongg.difficult.scores mahjongg.dragon.scores mahjongg.easy.scores mahjongg.pyramid.scores mahjongg.tictactoe.scores mahjongg.ziggurat.scores same-gnome.Small.scores same-gnome.Medium.scores same-gnome.Large.scores" - for i in ${SCORES}; do - if [ ! -f ${PKG_PREFIX}/share/gnome/games/${i} ]; then - touch -f ${PKG_PREFIX}/share/gnome/games/${i} - chown games:games ${PKG_PREFIX}/share/gnome/games/${i} - chmod 0666 ${PKG_PREFIX}/share/gnome/games/${i} - fi - done - if [ -f ${PKG_PREFIX}/share/gnome/games/same-gnome.scores ]; then - mv -f ${PKG_PREFIX}/share/gnome/games/same-gnome.scores \ - ${PKG_PREFIX}/share/gnome/games/same-gnome.Small.scores - ln -sf ${PKG_PREFIX}/share/gnome/games/same-gnome.Small.scores \ - ${PKG_PREFIX}/share/gnome/games/same-gnome.scores - fi - ;; -esac diff --git a/games/gnome-games/pkg-plist b/games/gnome-games/pkg-plist deleted file mode 100644 index 8141ddc3f..000000000 --- a/games/gnome-games/pkg-plist +++ /dev/null @@ -1,872 +0,0 @@ -bin/blackjack -bin/games-server.py -bin/gataxx -bin/glines -bin/gnect -bin/gnibbles -bin/gnobots2 -bin/gnometris -bin/gnomine -bin/gnotravex -bin/gnotski -bin/gtali -bin/iagno -bin/mahjongg -bin/same-gnome -bin/sol -etc/sound/events/gnibbles.soundlist -etc/sound/events/gnobots2.soundlist -etc/sound/events/iagno.soundlist -share/gnome/applications/blackjack.desktop -share/gnome/applications/freecell.desktop -share/gnome/applications/gataxx.desktop -share/gnome/applications/glines.desktop -share/gnome/applications/gnect.desktop -share/gnome/applications/gnibbles.desktop -share/gnome/applications/gnobots2.desktop -share/gnome/applications/gnometris.desktop -share/gnome/applications/gnomine.desktop -share/gnome/applications/gnotravex.desktop -share/gnome/applications/gnotski.desktop -share/gnome/applications/gtali.desktop -share/gnome/applications/iagno.desktop -share/gnome/applications/mahjongg.desktop -share/gnome/applications/same-gnome.desktop -share/gnome/applications/sol.desktop -share/gnome/blackjack/Ameristar.rules -share/gnome/blackjack/Atlantic_City.rules -share/gnome/blackjack/Vegas_Downtown.rules -share/gnome/blackjack/Vegas_Strip.rules -@unexec [ -s %D/share/gnome/games/glines.scores ] || rm -f %D/share/gnome/games/glines.scores -@unexec [ -s %D/share/gnome/games/glines.Large.scores ] || rm -f %D/share/gnome/games/glines.Large.scores -@unexec [ -s %D/share/gnome/games/glines.Medium.scores ] || rm -f %D/share/gnome/games/glines.Medium.scores -@unexec [ -s %D/share/gnome/games/glines.Small.scores ] || rm -f %D/share/gnome/games/glines.Small.scores -@unexec [ -s %D/share/gnome/games/gnibbles.1.0.scores ] || rm -f %D/share/gnome/games/gnibbles.1.0.scores -@unexec [ -s %D/share/gnome/games/gnibbles.1.1.scores ] || rm -f %D/share/gnome/games/gnibbles.1.1.scores -@unexec [ -s %D/share/gnome/games/gnibbles.2.0.scores ] || rm -f %D/share/gnome/games/gnibbles.2.0.scores -@unexec [ -s %D/share/gnome/games/gnibbles.2.1.scores ] || rm -f %D/share/gnome/games/gnibbles.2.1.scores -@unexec [ -s %D/share/gnome/games/gnibbles.3.0.scores ] || rm -f %D/share/gnome/games/gnibbles.3.0.scores -@unexec [ -s %D/share/gnome/games/gnibbles.3.1.scores ] || rm -f %D/share/gnome/games/gnibbles.3.1.scores -@unexec [ -s %D/share/gnome/games/gnibbles.4.0.scores ] || rm -f %D/share/gnome/games/gnibbles.4.0.scores -@unexec [ -s %D/share/gnome/games/gnibbles.4.1.scores ] || rm -f %D/share/gnome/games/gnibbles.4.1.scores -@unexec [ -s %D/share/gnome/games/gnobots2.classic_robots-safe.scores ] || rm -f %D/share/gnome/games/gnobots2.classic_robots-safe.scores -@unexec [ -s %D/share/gnome/games/gnobots2.classic_robots-super-safe.scores ] || rm -f %D/share/gnome/games/gnobots2.classic_robots-super-safe.scores -@unexec [ -s %D/share/gnome/games/gnobots2.classic_robots.scores ] || rm -f %D/share/gnome/games/gnobots2.classic_robots.scores -@unexec [ -s %D/share/gnome/games/gnobots2.nightmare-safe.scores ] || rm -f %D/share/gnome/games/gnobots2.nightmare-safe.scores -@unexec [ -s %D/share/gnome/games/gnobots2.nightmare-super-safe.scores ] || rm -f %D/share/gnome/games/gnobots2.nightmare-super-safe.scores -@unexec [ -s %D/share/gnome/games/gnobots2.nightmare.scores ] || rm -f %D/share/gnome/games/gnobots2.nightmare.scores -@unexec [ -s %D/share/gnome/games/gnobots2.robots2-safe.scores ] || rm -f %D/share/gnome/games/gnobots2.robots2-safe.scores -@unexec [ -s %D/share/gnome/games/gnobots2.robots2-super-safe.scores ] || rm -f %D/share/gnome/games/gnobots2.robots2-super-safe.scores -@unexec [ -s %D/share/gnome/games/gnobots2.robots2.scores ] || rm -f %D/share/gnome/games/gnobots2.robots2.scores -@unexec [ -s %D/share/gnome/games/gnobots2.robots2_easy-safe.scores ] || rm -f %D/share/gnome/games/gnobots2.robots2_easy-safe.scores -@unexec [ -s %D/share/gnome/games/gnobots2.robots2_easy-super-safe.scores ] || rm -f %D/share/gnome/games/gnobots2.robots2_easy-super-safe.scores -@unexec [ -s %D/share/gnome/games/gnobots2.robots2_easy.scores ] || rm -f %D/share/gnome/games/gnobots2.robots2_easy.scores -@unexec [ -s %D/share/gnome/games/gnobots2.robots_with_safe_teleport-safe.scores ] || rm -f %D/share/gnome/games/gnobots2.robots_with_safe_teleport-safe.scores -@unexec [ -s %D/share/gnome/games/gnobots2.robots_with_safe_teleport-super-safe.scores ] || rm -f %D/share/gnome/games/gnobots2.robots_with_safe_teleport-super-safe.scores -@unexec [ -s %D/share/gnome/games/gnobots2.robots_with_safe_teleport.scores ] || rm -f %D/share/gnome/games/gnobots2.robots_with_safe_teleport.scores -@unexec [ -s %D/share/gnome/games/gnometris.scores ] || rm -f %D/share/gnome/games/gnometris.scores -@unexec [ -s %D/share/gnome/games/gnomine.Custom.scores ] || rm -f %D/share/gnome/games/gnomine.Custom.scores -@unexec [ -s %D/share/gnome/games/gnomine.Large.scores ] || rm -f %D/share/gnome/games/gnomine.Large.scores -@unexec [ -s %D/share/gnome/games/gnomine.Medium.scores ] || rm -f %D/share/gnome/games/gnomine.Medium.scores -@unexec [ -s %D/share/gnome/games/gnomine.Small.scores ] || rm -f %D/share/gnome/games/gnomine.Small.scores -@unexec [ -s %D/share/gnome/games/gnotravex.2x2.scores ] || rm -f %D/share/gnome/games/gnotravex.2x2.scores -@unexec [ -s %D/share/gnome/games/gnotravex.3x3.scores ] || rm -f %D/share/gnome/games/gnotravex.3x3.scores -@unexec [ -s %D/share/gnome/games/gnotravex.4x4.scores ] || rm -f %D/share/gnome/games/gnotravex.4x4.scores -@unexec [ -s %D/share/gnome/games/gnotravex.5x5.scores ] || rm -f %D/share/gnome/games/gnotravex.5x5.scores -@unexec [ -s %D/share/gnome/games/gnotravex.6x6.scores ] || rm -f %D/share/gnome/games/gnotravex.6x6.scores -@unexec [ -s %D/share/gnome/games/gnotski.1.scores ] || rm -f %D/share/gnome/games/gnotski.1.scores -@unexec [ -s %D/share/gnome/games/gnotski.10.scores ] || rm -f %D/share/gnome/games/gnotski.10.scores -@unexec [ -s %D/share/gnome/games/gnotski.11.scores ] || rm -f %D/share/gnome/games/gnotski.11.scores -@unexec [ -s %D/share/gnome/games/gnotski.12.scores ] || rm -f %D/share/gnome/games/gnotski.12.scores -@unexec [ -s %D/share/gnome/games/gnotski.13.scores ] || rm -f %D/share/gnome/games/gnotski.13.scores -@unexec [ -s %D/share/gnome/games/gnotski.14.scores ] || rm -f %D/share/gnome/games/gnotski.14.scores -@unexec [ -s %D/share/gnome/games/gnotski.15.scores ] || rm -f %D/share/gnome/games/gnotski.15.scores -@unexec [ -s %D/share/gnome/games/gnotski.16.scores ] || rm -f %D/share/gnome/games/gnotski.16.scores -@unexec [ -s %D/share/gnome/games/gnotski.17.scores ] || rm -f %D/share/gnome/games/gnotski.17.scores -@unexec [ -s %D/share/gnome/games/gnotski.18.scores ] || rm -f %D/share/gnome/games/gnotski.18.scores -@unexec [ -s %D/share/gnome/games/gnotski.19.scores ] || rm -f %D/share/gnome/games/gnotski.19.scores -@unexec [ -s %D/share/gnome/games/gnotski.2.scores ] || rm -f %D/share/gnome/games/gnotski.2.scores -@unexec [ -s %D/share/gnome/games/gnotski.20.scores ] || rm -f %D/share/gnome/games/gnotski.20.scores -@unexec [ -s %D/share/gnome/games/gnotski.21.scores ] || rm -f %D/share/gnome/games/gnotski.21.scores -@unexec [ -s %D/share/gnome/games/gnotski.22.scores ] || rm -f %D/share/gnome/games/gnotski.22.scores -@unexec [ -s %D/share/gnome/games/gnotski.23.scores ] || rm -f %D/share/gnome/games/gnotski.23.scores -@unexec [ -s %D/share/gnome/games/gnotski.24.scores ] || rm -f %D/share/gnome/games/gnotski.24.scores -@unexec [ -s %D/share/gnome/games/gnotski.25.scores ] || rm -f %D/share/gnome/games/gnotski.25.scores -@unexec [ -s %D/share/gnome/games/gnotski.26.scores ] || rm -f %D/share/gnome/games/gnotski.26.scores -@unexec [ -s %D/share/gnome/games/gnotski.27.scores ] || rm -f %D/share/gnome/games/gnotski.27.scores -@unexec [ -s %D/share/gnome/games/gnotski.28.scores ] || rm -f %D/share/gnome/games/gnotski.28.scores -@unexec [ -s %D/share/gnome/games/gnotski.29.scores ] || rm -f %D/share/gnome/games/gnotski.29.scores -@unexec [ -s %D/share/gnome/games/gnotski.3.scores ] || rm -f %D/share/gnome/games/gnotski.3.scores -@unexec [ -s %D/share/gnome/games/gnotski.30.scores ] || rm -f %D/share/gnome/games/gnotski.30.scores -@unexec [ -s %D/share/gnome/games/gnotski.31.scores ] || rm -f %D/share/gnome/games/gnotski.31.scores -@unexec [ -s %D/share/gnome/games/gnotski.32.scores ] || rm -f %D/share/gnome/games/gnotski.32.scores -@unexec [ -s %D/share/gnome/games/gnotski.33.scores ] || rm -f %D/share/gnome/games/gnotski.33.scores -@unexec [ -s %D/share/gnome/games/gnotski.34.scores ] || rm -f %D/share/gnome/games/gnotski.34.scores -@unexec [ -s %D/share/gnome/games/gnotski.35.scores ] || rm -f %D/share/gnome/games/gnotski.35.scores -@unexec [ -s %D/share/gnome/games/gnotski.36.scores ] || rm -f %D/share/gnome/games/gnotski.36.scores -@unexec [ -s %D/share/gnome/games/gnotski.37.scores ] || rm -f %D/share/gnome/games/gnotski.37.scores -@unexec [ -s %D/share/gnome/games/gnotski.4.scores ] || rm -f %D/share/gnome/games/gnotski.4.scores -@unexec [ -s %D/share/gnome/games/gnotski.5.scores ] || rm -f %D/share/gnome/games/gnotski.5.scores -@unexec [ -s %D/share/gnome/games/gnotski.6.scores ] || rm -f %D/share/gnome/games/gnotski.6.scores -@unexec [ -s %D/share/gnome/games/gnotski.7.scores ] || rm -f %D/share/gnome/games/gnotski.7.scores -@unexec [ -s %D/share/gnome/games/gnotski.8.scores ] || rm -f %D/share/gnome/games/gnotski.8.scores -@unexec [ -s %D/share/gnome/games/gnotski.9.scores ] || rm -f %D/share/gnome/games/gnotski.9.scores -@unexec [ -s %D/share/gnome/games/gtali.scores ] || rm -f %D/share/gnome/games/gtali.scores -@unexec [ -s %D/share/gnome/games/mahjongg.bridges.scores ] || rm -f %D/share/gnome/games/mahjongg.bridges.scores -@unexec [ -s %D/share/gnome/games/mahjongg.cloud.scores ] || rm -f %D/share/gnome/games/mahjongg.cloud.scores -@unexec [ -s %D/share/gnome/games/mahjongg.confounding.scores ] || rm -f %D/share/gnome/games/mahjongg.confounding.scores -@unexec [ -s %D/share/gnome/games/mahjongg.difficult.scores ] || rm -f %D/share/gnome/games/mahjongg.difficult.scores -@unexec [ -s %D/share/gnome/games/mahjongg.dragon.scores ] || rm -f %D/share/gnome/games/mahjongg.dragon.scores -@unexec [ -s %D/share/gnome/games/mahjongg.easy.scores ] || rm -f %D/share/gnome/games/mahjongg.easy.scores -@unexec [ -s %D/share/gnome/games/mahjongg.pyramid.scores ] || rm -f %D/share/gnome/games/mahjongg.pyramid.scores -@unexec [ -s %D/share/gnome/games/mahjongg.tictactoe.scores ] || rm -f %D/share/gnome/games/mahjongg.tictactoe.scores -@unexec [ -s %D/share/gnome/games/mahjongg.ziggurat.scores ] || rm -f %D/share/gnome/games/mahjongg.ziggurat.scores -@unexec [ -s %D/share/gnome/games/same-gnome.Large.scores ] || rm -f %D/share/gnome/games/same-gnome.Large.scores -@unexec [ -s %D/share/gnome/games/same-gnome.Medium.scores ] || rm -f %D/share/gnome/games/same-gnome.Medium.scores -@unexec [ -s %D/share/gnome/games/same-gnome.Small.scores ] || rm -f %D/share/gnome/games/same-gnome.Small.scores -@unexec [ -L %D/share/gnome/games/same-gnome.scores ] || rm -f %D/share/gnome/games/same-gnome.scores -share/gnome/gnect/white_ob.cn4.gz -share/gnome/gnibbles/level001.gnl -share/gnome/gnibbles/level002.gnl -share/gnome/gnibbles/level003.gnl -share/gnome/gnibbles/level004.gnl -share/gnome/gnibbles/level005.gnl -share/gnome/gnibbles/level006.gnl -share/gnome/gnibbles/level007.gnl -share/gnome/gnibbles/level008.gnl -share/gnome/gnibbles/level009.gnl -share/gnome/gnibbles/level010.gnl -share/gnome/gnibbles/level011.gnl -share/gnome/gnibbles/level012.gnl -share/gnome/gnibbles/level013.gnl -share/gnome/gnibbles/level014.gnl -share/gnome/gnibbles/level015.gnl -share/gnome/gnibbles/level016.gnl -share/gnome/gnibbles/level017.gnl -share/gnome/gnibbles/level018.gnl -share/gnome/gnibbles/level019.gnl -share/gnome/gnibbles/level020.gnl -share/gnome/gnibbles/level021.gnl -share/gnome/gnibbles/level022.gnl -share/gnome/gnibbles/level023.gnl -share/gnome/gnibbles/level024.gnl -share/gnome/gnibbles/level025.gnl -share/gnome/gnibbles/level026.gnl -share/gnome/gnobots2/classic_robots.cfg -share/gnome/gnobots2/nightmare.cfg -share/gnome/gnobots2/robots2.cfg -share/gnome/gnobots2/robots2_easy.cfg -share/gnome/gnobots2/robots_with_safe_teleport.cfg -share/gnome/gnome-games/ataxx/themes/2.14/classic.png -share/gnome/gnome-games/mahjongg/maps/mahjongg.map -share/gnome/gnome-games/same-gnome/themes/2.10/planets.png -share/gnome/gnome-games/same-gnome/themes/2.10/stones.png -share/gnome/help/aisleriot/C/agnes.xml -share/gnome/help/aisleriot/C/aisleriot.xml -share/gnome/help/aisleriot/C/athena.xml -share/gnome/help/aisleriot/C/auld_lang_syne.xml -share/gnome/help/aisleriot/C/aunt_mary.xml -share/gnome/help/aisleriot/C/backbone.xml -share/gnome/help/aisleriot/C/bakers_dozen.xml -share/gnome/help/aisleriot/C/bakers_game.xml -share/gnome/help/aisleriot/C/beleaguered_castle.xml -share/gnome/help/aisleriot/C/block_ten.xml -share/gnome/help/aisleriot/C/bristol.xml -share/gnome/help/aisleriot/C/camelot.xml -share/gnome/help/aisleriot/C/canfield.xml -share/gnome/help/aisleriot/C/carpet.xml -share/gnome/help/aisleriot/C/chessboard.xml -share/gnome/help/aisleriot/C/clock.xml -share/gnome/help/aisleriot/C/cover.xml -share/gnome/help/aisleriot/C/cruel.xml -share/gnome/help/aisleriot/C/definitions.xml -share/gnome/help/aisleriot/C/diamond_mine.xml -share/gnome/help/aisleriot/C/doublets.xml -share/gnome/help/aisleriot/C/eagle-wing.xml -share/gnome/help/aisleriot/C/easthaven.xml -share/gnome/help/aisleriot/C/eight_off.xml -share/gnome/help/aisleriot/C/elevator.xml -share/gnome/help/aisleriot/C/escalator.xml -share/gnome/help/aisleriot/C/figures/camelot-goal.png -share/gnome/help/aisleriot/C/figures/clock-rules.png -share/gnome/help/aisleriot/C/first_law.xml -share/gnome/help/aisleriot/C/fortress.xml -share/gnome/help/aisleriot/C/fortunes.xml -share/gnome/help/aisleriot/C/fourteen.xml -share/gnome/help/aisleriot/C/freecell.xml -share/gnome/help/aisleriot/C/gaps.xml -share/gnome/help/aisleriot/C/gay_gordons.xml -share/gnome/help/aisleriot/C/glenwood.xml -share/gnome/help/aisleriot/C/golf.xml -share/gnome/help/aisleriot/C/gypsy.xml -share/gnome/help/aisleriot/C/helsinki.xml -share/gnome/help/aisleriot/C/hopscotch.xml -share/gnome/help/aisleriot/C/isabel.xml -share/gnome/help/aisleriot/C/jamestown.xml -share/gnome/help/aisleriot/C/jumbo.xml -share/gnome/help/aisleriot/C/kansas.xml -share/gnome/help/aisleriot/C/kings_audience.xml -share/gnome/help/aisleriot/C/king_albert.xml -share/gnome/help/aisleriot/C/klondike.xml -share/gnome/help/aisleriot/C/labyrinth.xml -share/gnome/help/aisleriot/C/lady_jane.xml -share/gnome/help/aisleriot/C/legal.xml -share/gnome/help/aisleriot/C/maze.xml -share/gnome/help/aisleriot/C/monte_carlo.xml -share/gnome/help/aisleriot/C/neighbor.xml -share/gnome/help/aisleriot/C/odessa.xml -share/gnome/help/aisleriot/C/osmosis.xml -share/gnome/help/aisleriot/C/peek.xml -share/gnome/help/aisleriot/C/pileon.xml -share/gnome/help/aisleriot/C/plait.xml -share/gnome/help/aisleriot/C/poker.xml -share/gnome/help/aisleriot/C/quatorze.xml -share/gnome/help/aisleriot/C/royal_east.xml -share/gnome/help/aisleriot/C/saratoga.xml -share/gnome/help/aisleriot/C/scorpion.xml -share/gnome/help/aisleriot/C/scuffle.xml -share/gnome/help/aisleriot/C/seahaven.xml -share/gnome/help/aisleriot/C/sir_tommy.xml -share/gnome/help/aisleriot/C/spider.xml -share/gnome/help/aisleriot/C/spider_one_suit.xml -share/gnome/help/aisleriot/C/spider_two_suit.xml -share/gnome/help/aisleriot/C/spiderette.xml -share/gnome/help/aisleriot/C/straight_up.xml -share/gnome/help/aisleriot/C/streets_and_alleys.xml -share/gnome/help/aisleriot/C/ten_across.xml -share/gnome/help/aisleriot/C/thieves.xml -share/gnome/help/aisleriot/C/thirteen.xml -share/gnome/help/aisleriot/C/thumb_and_pouch.xml -share/gnome/help/aisleriot/C/treize.xml -share/gnome/help/aisleriot/C/triple_peaks.xml -share/gnome/help/aisleriot/C/union_square.xml -share/gnome/help/aisleriot/C/valentine.xml -share/gnome/help/aisleriot/C/westhaven.xml -share/gnome/help/aisleriot/C/whitehead.xml -share/gnome/help/aisleriot/C/will_o_the_wisp.xml -share/gnome/help/aisleriot/C/yield.xml -share/gnome/help/aisleriot/C/yukon.xml -share/gnome/help/aisleriot/C/zebra.xml -share/gnome/help/aisleriot/fr/agnes.xml -share/gnome/help/aisleriot/fr/athena.xml -share/gnome/help/aisleriot/fr/aisleriot.xml -share/gnome/help/aisleriot/fr/auld_lang_syne.xml -share/gnome/help/aisleriot/fr/aunt_mary.xml -share/gnome/help/aisleriot/fr/backbone.xml -share/gnome/help/aisleriot/fr/bakers_dozen.xml -share/gnome/help/aisleriot/fr/bakers_game.xml -share/gnome/help/aisleriot/fr/beleaguered_castle.xml -share/gnome/help/aisleriot/fr/block_ten.xml -share/gnome/help/aisleriot/fr/bristol.xml -share/gnome/help/aisleriot/fr/camelot.xml -share/gnome/help/aisleriot/fr/canfield.xml -share/gnome/help/aisleriot/fr/carpet.xml -share/gnome/help/aisleriot/fr/chessboard.xml -share/gnome/help/aisleriot/fr/clock.xml -share/gnome/help/aisleriot/fr/cover.xml -share/gnome/help/aisleriot/fr/cruel.xml -share/gnome/help/aisleriot/fr/definitions.xml -share/gnome/help/aisleriot/fr/diamond_mine.xml -share/gnome/help/aisleriot/fr/doublets.xml -share/gnome/help/aisleriot/fr/eagle-wing.xml -share/gnome/help/aisleriot/fr/easthaven.xml -share/gnome/help/aisleriot/fr/eight_off.xml -share/gnome/help/aisleriot/fr/elevator.xml -share/gnome/help/aisleriot/fr/escalator.xml -share/gnome/help/aisleriot/fr/figures/camelot-goal.png -share/gnome/help/aisleriot/fr/figures/clock-rules.png -share/gnome/help/aisleriot/fr/first_law.xml -share/gnome/help/aisleriot/fr/fortress.xml -share/gnome/help/aisleriot/fr/fortunes.xml -share/gnome/help/aisleriot/fr/fourteen.xml -share/gnome/help/aisleriot/fr/freecell.xml -share/gnome/help/aisleriot/fr/gaps.xml -share/gnome/help/aisleriot/fr/gay_gordons.xml -share/gnome/help/aisleriot/fr/glenwood.xml -share/gnome/help/aisleriot/fr/golf.xml -share/gnome/help/aisleriot/fr/gypsy.xml -share/gnome/help/aisleriot/fr/helsinki.xml -share/gnome/help/aisleriot/fr/hopscotch.xml -share/gnome/help/aisleriot/fr/isabel.xml -share/gnome/help/aisleriot/fr/jamestown.xml -share/gnome/help/aisleriot/fr/jumbo.xml -share/gnome/help/aisleriot/fr/kansas.xml -share/gnome/help/aisleriot/fr/kings_audience.xml -share/gnome/help/aisleriot/fr/king_albert.xml -share/gnome/help/aisleriot/fr/klondike.xml -share/gnome/help/aisleriot/fr/labyrinth.xml -share/gnome/help/aisleriot/fr/lady_jane.xml -share/gnome/help/aisleriot/fr/legal.xml -share/gnome/help/aisleriot/fr/maze.xml -share/gnome/help/aisleriot/fr/monte_carlo.xml -share/gnome/help/aisleriot/fr/neighbor.xml -share/gnome/help/aisleriot/fr/odessa.xml -share/gnome/help/aisleriot/fr/osmosis.xml -share/gnome/help/aisleriot/fr/peek.xml -share/gnome/help/aisleriot/fr/pileon.xml -share/gnome/help/aisleriot/fr/plait.xml -share/gnome/help/aisleriot/fr/poker.xml -share/gnome/help/aisleriot/fr/quatorze.xml -share/gnome/help/aisleriot/fr/royal_east.xml -share/gnome/help/aisleriot/fr/saratoga.xml -share/gnome/help/aisleriot/fr/scorpion.xml -share/gnome/help/aisleriot/fr/scuffle.xml -share/gnome/help/aisleriot/fr/seahaven.xml -share/gnome/help/aisleriot/fr/sir_tommy.xml -share/gnome/help/aisleriot/fr/spider.xml -share/gnome/help/aisleriot/fr/spider_one_suit.xml -share/gnome/help/aisleriot/fr/spider_two_suit.xml -share/gnome/help/aisleriot/fr/spiderette.xml -share/gnome/help/aisleriot/fr/straight_up.xml -share/gnome/help/aisleriot/fr/streets_and_alleys.xml -share/gnome/help/aisleriot/fr/ten_across.xml -share/gnome/help/aisleriot/fr/thieves.xml -share/gnome/help/aisleriot/fr/thirteen.xml -share/gnome/help/aisleriot/fr/thumb_and_pouch.xml -share/gnome/help/aisleriot/fr/treize.xml -share/gnome/help/aisleriot/fr/triple_peaks.xml -share/gnome/help/aisleriot/fr/union_square.xml -share/gnome/help/aisleriot/fr/valentine.xml -share/gnome/help/aisleriot/fr/westhaven.xml -share/gnome/help/aisleriot/fr/whitehead.xml -share/gnome/help/aisleriot/fr/will_o_the_wisp.xml -share/gnome/help/aisleriot/fr/yield.xml -share/gnome/help/aisleriot/fr/yukon.xml -share/gnome/help/aisleriot/fr/zebra.xml -share/gnome/help/blackjack/C/blackjack.xml -share/gnome/help/blackjack/C/figures/blackjack_start_window.png -share/gnome/help/blackjack/C/figures/blackjack_win_window.png -share/gnome/help/blackjack/C/legal.xml -share/gnome/help/gataxx/C/figures/gataxx-legalmoves.png -share/gnome/help/gataxx/C/gataxx.xml -share/gnome/help/gataxx/C/legal.xml -share/gnome/help/glines/C/figures/glines-gameover.png -share/gnome/help/glines/C/figures/glines-startgame.png -share/gnome/help/glines/C/figures/preferences.png -share/gnome/help/glines/C/glines.xml -share/gnome/help/glines/C/legal.xml -share/gnome/help/gnect/C/figures/mainwindow.png -share/gnome/help/gnect/C/figures/tileset.png -share/gnome/help/gnect/C/gnect.xml -share/gnome/help/gnect/C/legal.xml -share/gnome/help/gnibbles/C/figures/game.png -share/gnome/help/gnibbles/C/figures/intro.png -share/gnome/help/gnibbles/C/figures/playing.png -share/gnome/help/gnibbles/C/figures/worm_op.png -share/gnome/help/gnibbles/C/gnibbles.xml -share/gnome/help/gnibbles/C/legal.xml -share/gnome/help/gnobots2/C/figures/gnobots2-main.png -share/gnome/help/gnobots2/C/gnobots2.xml -share/gnome/help/gnobots2/C/legal.xml -share/gnome/help/gnobots2/da/gnobots2.xml -share/gnome/help/gnobots2/da/legal.xml -share/gnome/help/gnobots2/es/gnobots2.xml -share/gnome/help/gnobots2/es/legal.xml -share/gnome/help/gnobots2/it/gnobots2.xml -share/gnome/help/gnobots2/it/legal.xml -share/gnome/help/gnometris/C/gnometris.xml -share/gnome/help/gnometris/C/legal.xml -share/gnome/help/gnomine/C/figures/easy-hints-1.png -share/gnome/help/gnomine/C/figures/easy-hints-2.png -share/gnome/help/gnomine/C/figures/easy-hints-3.png -share/gnome/help/gnomine/C/figures/faces.png -share/gnome/help/gnomine/C/figures/flags.png -share/gnome/help/gnomine/C/figures/hard-hints-1.png -share/gnome/help/gnomine/C/figures/hard-hints-2.png -share/gnome/help/gnomine/C/figures/hard-hints-3.png -share/gnome/help/gnomine/C/figures/highscores.png -share/gnome/help/gnomine/C/figures/imnotsureflagscheckbox.png -share/gnome/help/gnomine/C/figures/main-window.png -share/gnome/help/gnomine/C/figures/preferences.png -share/gnome/help/gnomine/C/figures/statusbar.png -share/gnome/help/gnomine/C/gnomine.xml -share/gnome/help/gnomine/C/legal.xml -share/gnome/help/gnotravex/C/figures/gnotravex_game.png -share/gnome/help/gnotravex/C/figures/gnotravex_mainwindow.png -share/gnome/help/gnotravex/C/gnotravex.xml -share/gnome/help/gnotravex/C/legal.xml -share/gnome/help/gnotski/C/figures/gnotski_start_window.png -share/gnome/help/gnotski/C/figures/gnotski_win.png -share/gnome/help/gnotski/C/gnotski.xml -share/gnome/help/gnotski/C/legal.xml -share/gnome/help/gtali/C/figures/mainwindow.png -share/gnome/help/gtali/C/figures/preferences.png -share/gnome/help/gtali/C/gtali.xml -share/gnome/help/gtali/C/legal.xml -share/gnome/help/gtali/da/gtali.xml -share/gnome/help/gtali/da/legal.xml -share/gnome/help/iagno/C/figures/ANIMATION.png -share/gnome/help/iagno/C/figures/BLOCK.png -share/gnome/help/iagno/C/figures/FIRST.png -share/gnome/help/iagno/C/figures/PLAYER.png -share/gnome/help/iagno/C/figures/START.png -share/gnome/help/iagno/C/iagno.xml -share/gnome/help/iagno/C/legal.xml -share/gnome/help/mahjongg/C/figures/mahjongg.png -share/gnome/help/mahjongg/C/figures/no-move.png -share/gnome/help/mahjongg/C/figures/preferences.png -share/gnome/help/mahjongg/C/figures/toolbar.png -share/gnome/help/mahjongg/C/legal.xml -share/gnome/help/mahjongg/C/mahjongg.xml -share/gnome/help/same-gnome/C/figures/play.png -share/gnome/help/same-gnome/C/figures/start-up.png -share/gnome/help/same-gnome/C/legal.xml -share/gnome/help/same-gnome/C/same-gnome.xml -share/gnome/omf/gnome-games/aisleriot-C.omf -share/gnome/omf/gnome-games/aisleriot-fr.omf -share/gnome/omf/gnome-games/blackjack-C.omf -share/gnome/omf/gnome-games/gataxx-C.omf -share/gnome/omf/gnome-games/glines-C.omf -share/gnome/omf/gnome-games/gnect-C.omf -share/gnome/omf/gnome-games/gnibbles-C.omf -share/gnome/omf/gnome-games/gnobots2-C.omf -share/gnome/omf/gnome-games/gnobots2-da.omf -share/gnome/omf/gnome-games/gnobots2-es.omf -share/gnome/omf/gnome-games/gnobots2-it.omf -share/gnome/omf/gnome-games/gnometris-C.omf -share/gnome/omf/gnome-games/gnomine-C.omf -share/gnome/omf/gnome-games/gnotravex-C.omf -share/gnome/omf/gnome-games/gnotski-C.omf -share/gnome/omf/gnome-games/gtali-C.omf -share/gnome/omf/gnome-games/gtali-da.omf -share/gnome/omf/gnome-games/iagno-C.omf -share/gnome/omf/gnome-games/mahjongg-C.omf -share/gnome/omf/gnome-games/same-gnome-C.omf -share/gnome/pixmaps/blackjack/baize.png -share/gnome/pixmaps/blackjack/blackjack-splash.png -share/gnome/pixmaps/blackjack/chip-1.svg -share/gnome/pixmaps/blackjack/chip-100.svg -share/gnome/pixmaps/blackjack/chip-25.svg -share/gnome/pixmaps/blackjack/chip-5.svg -share/gnome/pixmaps/cards/baize.png -share/gnome/pixmaps/cards/slot.svg -share/gnome/pixmaps/cards/slots/white-outline.svg -share/gnome/pixmaps/glines/balls.svg -share/gnome/pixmaps/glines/shapes.svg -share/gnome/pixmaps/gnect/bg_grotty.jpg -share/gnome/pixmaps/gnect/bg_nightfall.jpg -share/gnome/pixmaps/gnect/bg_toplight.png -share/gnome/pixmaps/gnect/tileset_50x50_catseyes.png -share/gnome/pixmaps/gnect/tileset_50x50_glassy.png -share/gnome/pixmaps/gnect/tileset_50x50_hcinverse.svg -share/gnome/pixmaps/gnect/tileset_50x50_hcontrast.svg -share/gnome/pixmaps/gnect/tileset_50x50_square.png -share/gnome/pixmaps/gnect/tileset_50x50_sunspot.svg -share/gnome/pixmaps/gnibbles/blank.svg -share/gnome/pixmaps/gnibbles/bonus1.svg -share/gnome/pixmaps/gnibbles/bonus2.svg -share/gnome/pixmaps/gnibbles/bonus3.svg -share/gnome/pixmaps/gnibbles/bonus4.svg -share/gnome/pixmaps/gnibbles/bonus5.svg -share/gnome/pixmaps/gnibbles/diamond.svg -share/gnome/pixmaps/gnibbles/gnibbles-logo.svg -share/gnome/pixmaps/gnibbles/gnibbles.png -share/gnome/pixmaps/gnibbles/life.svg -share/gnome/pixmaps/gnibbles/questionmark.svg -share/gnome/pixmaps/gnibbles/snake-blue.svg -share/gnome/pixmaps/gnibbles/snake-cyan.svg -share/gnome/pixmaps/gnibbles/snake-green.svg -share/gnome/pixmaps/gnibbles/snake-grey.svg -share/gnome/pixmaps/gnibbles/snake-magenta.svg -share/gnome/pixmaps/gnibbles/snake-red.svg -share/gnome/pixmaps/gnibbles/snake-yellow.svg -share/gnome/pixmaps/gnibbles/wall-corner-bottom-left.svg -share/gnome/pixmaps/gnibbles/wall-corner-bottom-right.svg -share/gnome/pixmaps/gnibbles/wall-corner-top-left.svg -share/gnome/pixmaps/gnibbles/wall-corner-top-right.svg -share/gnome/pixmaps/gnibbles/wall-cross.svg -share/gnome/pixmaps/gnibbles/wall-empty.svg -share/gnome/pixmaps/gnibbles/wall-straight-side.svg -share/gnome/pixmaps/gnibbles/wall-straight-up.svg -share/gnome/pixmaps/gnibbles/wall-tee-down.svg -share/gnome/pixmaps/gnibbles/wall-tee-left.svg -share/gnome/pixmaps/gnibbles/wall-tee-right.svg -share/gnome/pixmaps/gnibbles/wall-tee-up.svg -share/gnome/pixmaps/gnobots2/aieee.png -share/gnome/pixmaps/gnobots2/boo.svg -share/gnome/pixmaps/gnobots2/gnomes.png -share/gnome/pixmaps/gnobots2/robots.svg -share/gnome/pixmaps/gnobots2/splat.png -share/gnome/pixmaps/gnobots2/ufo.svg -share/gnome/pixmaps/gnobots2/yahoo.png -share/gnome/pixmaps/gnome-games-common/cards/bonded.svg -share/gnome/pixmaps/gnome-games-common/cards/paris.svg -share/gnome/pixmaps/gnome-games-common/icons/rteleport.png -share/gnome/pixmaps/gnome-games-common/icons/teleport.png -share/gnome/pixmaps/gnometris/7blocks-gw.png -share/gnome/pixmaps/gnometris/7blocks-tig.png -share/gnome/pixmaps/gnomine/bang.svg -share/gnome/pixmaps/gnomine/face-cool.png -share/gnome/pixmaps/gnomine/face-sad.png -share/gnome/pixmaps/gnomine/face-smile.png -share/gnome/pixmaps/gnomine/face-win.png -share/gnome/pixmaps/gnomine/face-worried.png -share/gnome/pixmaps/gnomine/flag-question.svg -share/gnome/pixmaps/gnomine/flag.svg -share/gnome/pixmaps/gnomine/mine.svg -share/gnome/pixmaps/gnomine/warning.svg -share/gnome/pixmaps/gnotski.svg -share/gnome/pixmaps/gtali/gnome-dice-1.svg -share/gnome/pixmaps/gtali/gnome-dice-2.svg -share/gnome/pixmaps/gtali/gnome-dice-3.svg -share/gnome/pixmaps/gtali/gnome-dice-4.svg -share/gnome/pixmaps/gtali/gnome-dice-5.svg -share/gnome/pixmaps/gtali/gnome-dice-6.svg -share/gnome/pixmaps/gtali/gnome-dice-none.svg -share/gnome/pixmaps/iagno/classic.png -share/gnome/pixmaps/iagno/woodtrim.png -share/gnome/pixmaps/mahjongg/postmodern.svg -share/gnome/pixmaps/mahjongg/smooth.png -share/gnome/sol-games/agnes.scm -share/gnome/sol-games/aunt_mary.scm -share/gnome/sol-games/athena.scm -share/gnome/sol-games/auld_lang_syne.scm -share/gnome/sol-games/backbone.scm -share/gnome/sol-games/bakers_dozen.scm -share/gnome/sol-games/bakers_game.scm -share/gnome/sol-games/beleaguered_castle.scm -share/gnome/sol-games/block_ten.scm -share/gnome/sol-games/bristol.scm -share/gnome/sol-games/camelot.scm -share/gnome/sol-games/canfield.scm -share/gnome/sol-games/carpet.scm -share/gnome/sol-games/chessboard.scm -share/gnome/sol-games/clock.scm -share/gnome/sol-games/cover.scm -share/gnome/sol-games/cruel.scm -share/gnome/sol-games/diamond_mine.scm -share/gnome/sol-games/doublets.scm -share/gnome/sol-games/eagle_wing.scm -share/gnome/sol-games/easthaven.scm -share/gnome/sol-games/eight_off.scm -share/gnome/sol-games/elevator.scm -share/gnome/sol-games/escalator.scm -share/gnome/sol-games/first_law.scm -share/gnome/sol-games/fortress.scm -share/gnome/sol-games/fortunes.scm -share/gnome/sol-games/fourteen.scm -share/gnome/sol-games/freecell.scm -share/gnome/sol-games/gaps.scm -share/gnome/sol-games/gay_gordons.scm -share/gnome/sol-games/glade/statistics.glade -share/gnome/sol-games/glenwood.scm -share/gnome/sol-games/golf.scm -share/gnome/sol-games/gypsy.scm -share/gnome/sol-games/helsinki.scm -share/gnome/sol-games/hopscotch.scm -share/gnome/sol-games/isabel.scm -share/gnome/sol-games/jamestown.scm -share/gnome/sol-games/jumbo.scm -share/gnome/sol-games/kansas.scm -share/gnome/sol-games/kings_audience.scm -share/gnome/sol-games/king_albert.scm -share/gnome/sol-games/klondike.scm -share/gnome/sol-games/labyrinth.scm -share/gnome/sol-games/lady_jane.scm -share/gnome/sol-games/maze.scm -share/gnome/sol-games/monte_carlo.scm -share/gnome/sol-games/neighbor.scm -share/gnome/sol-games/odessa.scm -share/gnome/sol-games/osmosis.scm -share/gnome/sol-games/peek.scm -share/gnome/sol-games/pileon.scm -share/gnome/sol-games/plait.scm -share/gnome/sol-games/poker.scm -share/gnome/sol-games/quatorze.scm -share/gnome/sol-games/royal_east.scm -share/gnome/sol-games/saratoga.scm -share/gnome/sol-games/scorpion.scm -share/gnome/sol-games/scuffle.scm -share/gnome/sol-games/seahaven.scm -share/gnome/sol-games/sir_tommy.scm -share/gnome/sol-games/sol.scm -share/gnome/sol-games/spider.scm -share/gnome/sol-games/spider_one_suit.scm -share/gnome/sol-games/spider_two_suit.scm -share/gnome/sol-games/spiderette.scm -share/gnome/sol-games/straight_up.scm -share/gnome/sol-games/streets_and_alleys.scm -share/gnome/sol-games/ten_across.scm -share/gnome/sol-games/thieves.scm -share/gnome/sol-games/thirteen.scm -share/gnome/sol-games/thumb_and_pouch.scm -share/gnome/sol-games/treize.scm -share/gnome/sol-games/triple_peaks.scm -share/gnome/sol-games/union_square.scm -share/gnome/sol-games/valentine.scm -share/gnome/sol-games/westhaven.scm -share/gnome/sol-games/whitehead.scm -share/gnome/sol-games/will_o_the_wisp.scm -share/gnome/sol-games/yield.scm -share/gnome/sol-games/yukon.scm -share/gnome/sol-games/zebra.scm -share/gnome/sounds/gnibbles/appear.wav -share/gnome/sounds/gnibbles/bonus.wav -share/gnome/sounds/gnibbles/crash.wav -share/gnome/sounds/gnibbles/gobble.wav -share/gnome/sounds/gnibbles/laughter.wav -share/gnome/sounds/gnibbles/life.wav -share/gnome/sounds/gnibbles/pop.wav -share/gnome/sounds/gnibbles/reverse.wav -share/gnome/sounds/gnibbles/teleport.wav -share/gnome/sounds/gnobots2/bad.wav -share/gnome/sounds/gnobots2/die.wav -share/gnome/sounds/gnobots2/splat.wav -share/gnome/sounds/gnobots2/teleport.wav -share/gnome/sounds/gnobots2/victory.wav -share/gnome/sounds/gnobots2/yahoo.wav -share/gnome/sounds/gnometris/gameover.wav -share/gnome/sounds/gnometris/gnometris.wav -share/gnome/sounds/gnometris/land.wav -share/gnome/sounds/gnometris/lines1.wav -share/gnome/sounds/gnometris/lines2.wav -share/gnome/sounds/gnometris/lines3.wav -share/gnome/sounds/gnometris/slide.wav -share/gnome/sounds/gnometris/turn.wav -share/gnome/sounds/iagno/flip-piece.wav -share/gnome/sounds/iagno/gameover.wav -share/icons/hicolor/16x16/apps/gnome-ataxx.png -share/icons/hicolor/16x16/apps/gnome-gnomine.png -share/icons/hicolor/16x16/apps/gnome-iagno.png -share/icons/hicolor/16x16/apps/gnome-nibbles.png -share/icons/hicolor/16x16/apps/gnome-tali.png -share/icons/hicolor/22x22/apps/gnome-ataxx.png -share/icons/hicolor/22x22/apps/gnome-gnomine.png -share/icons/hicolor/22x22/apps/gnome-iagno.png -share/icons/hicolor/22x22/apps/gnome-nibbles.png -share/icons/hicolor/22x22/apps/gnome-tali.png -share/icons/hicolor/32x32/apps/gnome-ataxx.png -share/icons/hicolor/32x32/apps/gnome-gnomine.png -share/icons/hicolor/32x32/apps/gnome-iagno.png -share/icons/hicolor/32x32/apps/gnome-nibbles.png -share/icons/hicolor/32x32/apps/gnome-tali.png -share/icons/hicolor/48x48/apps/gnome-aisleriot.png -share/icons/hicolor/48x48/apps/gnome-ataxx.png -share/icons/hicolor/48x48/apps/gnome-blackjack.png -share/icons/hicolor/48x48/apps/gnome-five-or-more.png -share/icons/hicolor/48x48/apps/gnome-four-in-a-row.png -share/icons/hicolor/48x48/apps/gnome-freecell.png -share/icons/hicolor/48x48/apps/gnome-gnometris.png -share/icons/hicolor/48x48/apps/gnome-gnomine.png -share/icons/hicolor/48x48/apps/gnome-iagno.png -share/icons/hicolor/48x48/apps/gnome-klotski.png -share/icons/hicolor/48x48/apps/gnome-mahjongg.png -share/icons/hicolor/48x48/apps/gnome-nibbles.png -share/icons/hicolor/48x48/apps/gnome-robots.png -share/icons/hicolor/48x48/apps/gnome-same-gnome.png -share/icons/hicolor/48x48/apps/gnome-tali.png -share/icons/hicolor/48x48/apps/gnome-tetravex.png -share/icons/hicolor/scalable/apps/gnome-ataxx.svg -share/icons/hicolor/scalable/apps/gnome-gnomine.svg -share/icons/hicolor/scalable/apps/gnome-iagno.svg -share/icons/hicolor/scalable/apps/gnome-nibbles.svg -share/icons/hicolor/scalable/apps/gnome-robots.svg -share/icons/hicolor/scalable/apps/gnome-tali.svg -share/locale/am/LC_MESSAGES/gnome-games.mo -share/locale/ar/LC_MESSAGES/gnome-games.mo -share/locale/az/LC_MESSAGES/gnome-games.mo -share/locale/be/LC_MESSAGES/gnome-games.mo -share/locale/bg/LC_MESSAGES/gnome-games.mo -share/locale/bn/LC_MESSAGES/gnome-games.mo -share/locale/bn_IN/LC_MESSAGES/gnome-games.mo -share/locale/ca/LC_MESSAGES/gnome-games.mo -share/locale/cs/LC_MESSAGES/gnome-games.mo -share/locale/cy/LC_MESSAGES/gnome-games.mo -share/locale/da/LC_MESSAGES/gnome-games.mo -share/locale/de/LC_MESSAGES/gnome-games.mo -share/locale/dz/LC_MESSAGES/gnome-games.mo -share/locale/el/LC_MESSAGES/gnome-games.mo -share/locale/en_CA/LC_MESSAGES/gnome-games.mo -share/locale/en_GB/LC_MESSAGES/gnome-games.mo -share/locale/es/LC_MESSAGES/gnome-games.mo -share/locale/et/LC_MESSAGES/gnome-games.mo -share/locale/eu/LC_MESSAGES/gnome-games.mo -share/locale/fa/LC_MESSAGES/gnome-games.mo -share/locale/fi/LC_MESSAGES/gnome-games.mo -share/locale/fr/LC_MESSAGES/gnome-games.mo -share/locale/ga/LC_MESSAGES/gnome-games.mo -share/locale/gl/LC_MESSAGES/gnome-games.mo -share/locale/gu/LC_MESSAGES/gnome-games.mo -share/locale/he/LC_MESSAGES/gnome-games.mo -share/locale/hi/LC_MESSAGES/gnome-games.mo -share/locale/hr/LC_MESSAGES/gnome-games.mo -share/locale/hu/LC_MESSAGES/gnome-games.mo -share/locale/id/LC_MESSAGES/gnome-games.mo -share/locale/is/LC_MESSAGES/gnome-games.mo -share/locale/it/LC_MESSAGES/gnome-games.mo -share/locale/ja/LC_MESSAGES/gnome-games.mo -share/locale/ka/LC_MESSAGES/gnome-games.mo -share/locale/ko/LC_MESSAGES/gnome-games.mo -share/locale/ku/LC_MESSAGES/gnome-games.mo -share/locale/lt/LC_MESSAGES/gnome-games.mo -share/locale/lv/LC_MESSAGES/gnome-games.mo -share/locale/mk/LC_MESSAGES/gnome-games.mo -share/locale/ml/LC_MESSAGES/gnome-games.mo -share/locale/mn/LC_MESSAGES/gnome-games.mo -share/locale/mr/LC_MESSAGES/gnome-games.mo -share/locale/ms/LC_MESSAGES/gnome-games.mo -share/locale/nb/LC_MESSAGES/gnome-games.mo -share/locale/ne/LC_MESSAGES/gnome-games.mo -share/locale/nl/LC_MESSAGES/gnome-games.mo -share/locale/nn/LC_MESSAGES/gnome-games.mo -share/locale/or/LC_MESSAGES/gnome-games.mo -share/locale/pa/LC_MESSAGES/gnome-games.mo -share/locale/pl/LC_MESSAGES/gnome-games.mo -share/locale/pt/LC_MESSAGES/gnome-games.mo -share/locale/pt_BR/LC_MESSAGES/gnome-games.mo -share/locale/ro/LC_MESSAGES/gnome-games.mo -share/locale/ru/LC_MESSAGES/gnome-games.mo -share/locale/rw/LC_MESSAGES/gnome-games.mo -share/locale/sk/LC_MESSAGES/gnome-games.mo -share/locale/sl/LC_MESSAGES/gnome-games.mo -share/locale/sq/LC_MESSAGES/gnome-games.mo -share/locale/sr/LC_MESSAGES/gnome-games.mo -share/locale/sr@Latn/LC_MESSAGES/gnome-games.mo -share/locale/sv/LC_MESSAGES/gnome-games.mo -share/locale/ta/LC_MESSAGES/gnome-games.mo -share/locale/th/LC_MESSAGES/gnome-games.mo -share/locale/tr/LC_MESSAGES/gnome-games.mo -share/locale/uk/LC_MESSAGES/gnome-games.mo -share/locale/vi/LC_MESSAGES/gnome-games.mo -share/locale/wa/LC_MESSAGES/gnome-games.mo -share/locale/xh/LC_MESSAGES/gnome-games.mo -share/locale/zh_CN/LC_MESSAGES/gnome-games.mo -share/locale/zh_HK/LC_MESSAGES/gnome-games.mo -share/locale/zh_TW/LC_MESSAGES/gnome-games.mo -@dirrm share/gnome/sounds/iagno -@dirrm share/gnome/sounds/gnometris -@dirrm share/gnome/sounds/gnobots2 -@dirrm share/gnome/sounds/gnibbles -@dirrm share/gnome/sol-games/glade -@dirrm share/gnome/sol-games -@dirrm share/gnome/pixmaps/mahjongg -@dirrm share/gnome/pixmaps/iagno -@dirrm share/gnome/pixmaps/gtali -@dirrm share/gnome/pixmaps/gnomine -@dirrm share/gnome/pixmaps/gnometris -@dirrm share/gnome/pixmaps/gnome-games-common/icons -@dirrm share/gnome/pixmaps/gnome-games-common/cards -@dirrm share/gnome/pixmaps/gnome-games-common -@dirrm share/gnome/pixmaps/gnobots2 -@dirrm share/gnome/pixmaps/gnibbles -@dirrm share/gnome/pixmaps/gnect -@dirrm share/gnome/pixmaps/glines -@dirrm share/gnome/pixmaps/cards/slots -@dirrm share/gnome/pixmaps/cards -@dirrm share/gnome/pixmaps/blackjack -@dirrm share/gnome/omf/gnome-games -@dirrm share/gnome/help/same-gnome/C/figures -@dirrm share/gnome/help/same-gnome/C -@dirrm share/gnome/help/same-gnome -@dirrm share/gnome/help/mahjongg/C/figures -@dirrm share/gnome/help/mahjongg/C -@dirrm share/gnome/help/mahjongg -@dirrm share/gnome/help/iagno/C/figures -@dirrm share/gnome/help/iagno/C -@dirrm share/gnome/help/iagno -@dirrm share/gnome/help/gtali/da -@dirrm share/gnome/help/gtali/C/figures -@dirrm share/gnome/help/gtali/C -@dirrm share/gnome/help/gtali -@dirrm share/gnome/help/gnotski/C/figures -@dirrm share/gnome/help/gnotski/C -@dirrm share/gnome/help/gnotski -@dirrm share/gnome/help/gnotravex/C/figures -@dirrm share/gnome/help/gnotravex/C -@dirrm share/gnome/help/gnotravex -@dirrm share/gnome/help/gnomine/C/figures -@dirrm share/gnome/help/gnomine/C -@dirrm share/gnome/help/gnomine -@dirrm share/gnome/help/gnometris/C -@dirrm share/gnome/help/gnometris -@dirrm share/gnome/help/gnobots2/it -@dirrm share/gnome/help/gnobots2/es -@dirrm share/gnome/help/gnobots2/da -@dirrm share/gnome/help/gnobots2/C/figures -@dirrm share/gnome/help/gnobots2/C -@dirrm share/gnome/help/gnobots2 -@dirrm share/gnome/help/gnibbles/C/figures -@dirrm share/gnome/help/gnibbles/C -@dirrm share/gnome/help/gnibbles -@dirrm share/gnome/help/gnect/C/figures -@dirrm share/gnome/help/gnect/C -@dirrm share/gnome/help/gnect -@dirrm share/gnome/help/glines/C/figures -@dirrm share/gnome/help/glines/C -@dirrm share/gnome/help/glines -@dirrm share/gnome/help/gataxx/C/figures -@dirrm share/gnome/help/gataxx/C -@dirrm share/gnome/help/gataxx -@dirrm share/gnome/help/blackjack/C/figures -@dirrm share/gnome/help/blackjack/C -@dirrm share/gnome/help/blackjack -@dirrm share/gnome/help/aisleriot/fr/figures -@dirrm share/gnome/help/aisleriot/fr -@dirrm share/gnome/help/aisleriot/C/figures -@dirrm share/gnome/help/aisleriot/C -@dirrm share/gnome/help/aisleriot -@dirrm share/gnome/gnome-games/same-gnome/themes/2.10 -@dirrm share/gnome/gnome-games/same-gnome/themes -@dirrm share/gnome/gnome-games/same-gnome -@dirrm share/gnome/gnome-games/mahjongg/maps -@dirrm share/gnome/gnome-games/mahjongg -@dirrm share/gnome/gnome-games/ataxx/themes/2.14 -@dirrm share/gnome/gnome-games/ataxx/themes -@dirrm share/gnome/gnome-games/ataxx -@dirrm share/gnome/gnome-games -@dirrm share/gnome/gnobots2 -@dirrm share/gnome/gnibbles -@dirrm share/gnome/gnect -@dirrm share/gnome/blackjack -@unexec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true -@exec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true -@dirrmtry share/locale/zh_TW/LC_MESSAGES -@dirrmtry share/locale/zh_TW -@dirrmtry share/locale/zh_HK/LC_MESSAGES -@dirrmtry share/locale/zh_HK -@dirrmtry share/locale/zh_CN/LC_MESSAGES -@dirrmtry share/locale/zh_CN -@dirrmtry share/locale/xh/LC_MESSAGES -@dirrmtry share/locale/xh -@dirrmtry share/locale/uk/LC_MESSAGES -@dirrmtry share/locale/uk -@dirrmtry share/locale/sr/LC_MESSAGES -@dirrmtry share/locale/sr -@dirrmtry share/locale/sl/LC_MESSAGES -@dirrmtry share/locale/sl -@dirrmtry share/locale/sk/LC_MESSAGES -@dirrmtry share/locale/sk -@dirrmtry share/locale/rw/LC_MESSAGES -@dirrmtry share/locale/rw -@dirrmtry share/locale/ro/LC_MESSAGES -@dirrmtry share/locale/ro -@dirrmtry share/locale/pt/LC_MESSAGES -@dirrmtry share/locale/pt -@dirrmtry share/locale/pl/LC_MESSAGES -@dirrmtry share/locale/pl -@dirrmtry share/locale/nn/LC_MESSAGES -@dirrmtry share/locale/nn -@dirrmtry share/locale/ne/LC_MESSAGES -@dirrmtry share/locale/ne -@dirrmtry share/locale/mr/LC_MESSAGES -@dirrmtry share/locale/mr -@dirrmtry share/locale/ku/LC_MESSAGES -@dirrmtry share/locale/ku -@dirrmtry share/locale/ko/LC_MESSAGES -@dirrmtry share/locale/ko -@dirrmtry share/locale/gl/LC_MESSAGES -@dirrmtry share/locale/gl -@dirrmtry share/locale/fi/LC_MESSAGES -@dirrmtry share/locale/fi -@dirrmtry share/locale/el/LC_MESSAGES -@dirrmtry share/locale/el -@dirrmtry share/locale/dz/LC_MESSAGES -@dirrmtry share/locale/dz -@dirrmtry share/locale/cs/LC_MESSAGES -@dirrmtry share/locale/cs -@dirrmtry share/locale/ca/LC_MESSAGES -@dirrmtry share/locale/ca -@dirrmtry share/locale/bn_IN/LC_MESSAGES -@dirrmtry share/locale/bn_IN -@dirrmtry share/locale/be/LC_MESSAGES -@dirrmtry share/locale/be diff --git a/games/gnomesudoku/Makefile b/games/gnomesudoku/Makefile deleted file mode 100644 index b0c583aa2..000000000 --- a/games/gnomesudoku/Makefile +++ /dev/null @@ -1,65 +0,0 @@ -# New ports collection makefile for: gnome-sudoku -# Date created: 2005-09-12 -# Whom: Thomas Gellekum <tg@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= gnomesudoku -PORTVERSION= 0.5.0 -PORTREVISION= 2 -CATEGORIES= games gnome -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= gnome-sudoku -DISTNAME= gnome-sudoku-${PORTVERSION} - -MAINTAINER= tg@FreeBSD.org -COMMENT= GNOME Sudoku game - -RUN_DEPENDS= ${PYTHON_SITELIBDIR}/Numeric/Numeric.py:${PORTSDIR}/math/py-numeric \ - ${PYTHON_SITELIBDIR}/PIL/__init__.py:${PORTSDIR}/graphics/py-imaging - -.if !defined(DISPLAY) -BUILD_DEPENDS+= Xvfb:${X_VFBSERVER_PORT} \ - ${X11BASE}/lib/X11/fonts/misc/8x13O.pcf.gz:${X_FONTS_MISC_PORT} -.if !defined(PACKAGE_BUILDING) -MAKE_ENV+= DISPLAY="localhost:1001" -.endif -.endif - -USE_X_PREFIX= yes -USE_PYTHON= 2.4+ -USE_PYDISTUTILS=yes -USE_GNOME= gnomehack gnomeprefix pygnome2 pygnomedesktop - -.if !defined(DISPLAY) -pre-configure: - @if [ -f ${WRKDIR}/.Xvfb.pid ]; then \ - ${CAT} ${WRKDIR}/.Xvfb.pid | ${XARGS} kill || ${TRUE} ; \ - ${RM} -f ${WRKDIR}/.Xvfb.pid ; \ - fi - ${X11BASE}/bin/Xvfb :1001 -screen 0 800x600x24 > /dev/null 2>&1 & ${ECHO} $$! > ${WRKDIR}/.Xvfb.pid - @sleep 5 - -post-configure: - @if [ -f ${WRKDIR}/.Xvfb.pid ]; then \ - ${CAT} ${WRKDIR}/.Xvfb.pid | ${XARGS} kill || ${TRUE} ; \ - ${RM} -f ${WRKDIR}/.Xvfb.pid ; \ - fi - -pre-install: - @if [ -f ${WRKDIR}/.Xvfb.pid ]; then \ - ${CAT} ${WRKDIR}/.Xvfb.pid | ${XARGS} kill || ${TRUE} ; \ - ${RM} -f ${WRKDIR}/.Xvfb.pid ; \ - fi - ${X11BASE}/bin/Xvfb :1001 -screen 0 800x600x24 > /dev/null 2>&1 & ${ECHO} $$! > ${WRKDIR}/.Xvfb.pid - @sleep 5 - -post-install: - @if [ -f ${WRKDIR}/.Xvfb.pid ]; then \ - ${CAT} ${WRKDIR}/.Xvfb.pid | ${XARGS} kill || ${TRUE} ; \ - ${RM} -f ${WRKDIR}/.Xvfb.pid ; \ - fi -.endif - -.include <bsd.port.mk> diff --git a/games/gnomesudoku/distinfo b/games/gnomesudoku/distinfo deleted file mode 100644 index 4615a1a79..000000000 --- a/games/gnomesudoku/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome-sudoku-0.5.0.tar.gz) = dc512c8e47c210ac8eedad2b055f81f8 -SHA256 (gnome-sudoku-0.5.0.tar.gz) = b57e5e84c4e605302c87926a62f039855e9cdaabec972979a81ed4626a77d84d -SIZE (gnome-sudoku-0.5.0.tar.gz) = 180218 diff --git a/games/gnomesudoku/pkg-descr b/games/gnomesudoku/pkg-descr deleted file mode 100644 index ddf1b96b4..000000000 --- a/games/gnomesudoku/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -Sudoku is a Japanese logic game popular that has recently become -popular in Great Britain and elsewhere (or so I've heard). - -GNOME Sudoku is a program for the GNOME desktop platform that -generates new puzzles and helps you play them. - -WWW: http://gnome-sudoku.sourceforge.net/ diff --git a/games/gnomesudoku/pkg-plist b/games/gnomesudoku/pkg-plist deleted file mode 100644 index 64fafebcd..000000000 --- a/games/gnomesudoku/pkg-plist +++ /dev/null @@ -1,106 +0,0 @@ -bin/gnome-sudoku -%%PYTHON_SITELIBDIR%%/gnome_sudoku/SuperEntry.py -%%PYTHON_SITELIBDIR%%/gnome_sudoku/SuperEntry.pyc -%%PYTHON_SITELIBDIR%%/gnome_sudoku/SuperEntry.pyo -%%PYTHON_SITELIBDIR%%/gnome_sudoku/__init__.py -%%PYTHON_SITELIBDIR%%/gnome_sudoku/__init__.pyc -%%PYTHON_SITELIBDIR%%/gnome_sudoku/__init__.pyo -%%PYTHON_SITELIBDIR%%/gnome_sudoku/defaults.py -%%PYTHON_SITELIBDIR%%/gnome_sudoku/defaults.pyc -%%PYTHON_SITELIBDIR%%/gnome_sudoku/defaults.pyo -%%PYTHON_SITELIBDIR%%/gnome_sudoku/dialog_swallower.py -%%PYTHON_SITELIBDIR%%/gnome_sudoku/dialog_swallower.pyc -%%PYTHON_SITELIBDIR%%/gnome_sudoku/dialog_swallower.pyo -%%PYTHON_SITELIBDIR%%/gnome_sudoku/game_selector.py -%%PYTHON_SITELIBDIR%%/gnome_sudoku/game_selector.pyc -%%PYTHON_SITELIBDIR%%/gnome_sudoku/game_selector.pyo -%%PYTHON_SITELIBDIR%%/gnome_sudoku/gnome_sudoku.py -%%PYTHON_SITELIBDIR%%/gnome_sudoku/gnome_sudoku.pyc -%%PYTHON_SITELIBDIR%%/gnome_sudoku/gnome_sudoku.pyo -%%PYTHON_SITELIBDIR%%/gnome_sudoku/gsudoku.py -%%PYTHON_SITELIBDIR%%/gnome_sudoku/gsudoku.pyc -%%PYTHON_SITELIBDIR%%/gnome_sudoku/gsudoku.pyo -%%PYTHON_SITELIBDIR%%/gnome_sudoku/gtk_goodies/Undo.py -%%PYTHON_SITELIBDIR%%/gnome_sudoku/gtk_goodies/Undo.pyc -%%PYTHON_SITELIBDIR%%/gnome_sudoku/gtk_goodies/Undo.pyo -%%PYTHON_SITELIBDIR%%/gnome_sudoku/gtk_goodies/__init__.py -%%PYTHON_SITELIBDIR%%/gnome_sudoku/gtk_goodies/__init__.pyc -%%PYTHON_SITELIBDIR%%/gnome_sudoku/gtk_goodies/__init__.pyo -%%PYTHON_SITELIBDIR%%/gnome_sudoku/gtk_goodies/dialog_extras.py -%%PYTHON_SITELIBDIR%%/gnome_sudoku/gtk_goodies/dialog_extras.pyc -%%PYTHON_SITELIBDIR%%/gnome_sudoku/gtk_goodies/dialog_extras.pyo -%%PYTHON_SITELIBDIR%%/gnome_sudoku/gtk_goodies/gconf_wrapper.py -%%PYTHON_SITELIBDIR%%/gnome_sudoku/gtk_goodies/gconf_wrapper.pyc -%%PYTHON_SITELIBDIR%%/gnome_sudoku/gtk_goodies/gconf_wrapper.pyo -%%PYTHON_SITELIBDIR%%/gnome_sudoku/gtk_goodies/image_extras.py -%%PYTHON_SITELIBDIR%%/gnome_sudoku/gtk_goodies/image_extras.pyc -%%PYTHON_SITELIBDIR%%/gnome_sudoku/gtk_goodies/image_extras.pyo -%%PYTHON_SITELIBDIR%%/gnome_sudoku/pausable.py -%%PYTHON_SITELIBDIR%%/gnome_sudoku/pausable.pyc -%%PYTHON_SITELIBDIR%%/gnome_sudoku/pausable.pyo -%%PYTHON_SITELIBDIR%%/gnome_sudoku/printing.py -%%PYTHON_SITELIBDIR%%/gnome_sudoku/printing.pyc -%%PYTHON_SITELIBDIR%%/gnome_sudoku/printing.pyo -%%PYTHON_SITELIBDIR%%/gnome_sudoku/saver.py -%%PYTHON_SITELIBDIR%%/gnome_sudoku/saver.pyc -%%PYTHON_SITELIBDIR%%/gnome_sudoku/saver.pyo -%%PYTHON_SITELIBDIR%%/gnome_sudoku/simple_debug.py -%%PYTHON_SITELIBDIR%%/gnome_sudoku/simple_debug.pyc -%%PYTHON_SITELIBDIR%%/gnome_sudoku/simple_debug.pyo -%%PYTHON_SITELIBDIR%%/gnome_sudoku/sudoku.py -%%PYTHON_SITELIBDIR%%/gnome_sudoku/sudoku.pyc -%%PYTHON_SITELIBDIR%%/gnome_sudoku/sudoku.pyo -%%PYTHON_SITELIBDIR%%/gnome_sudoku/sudoku_generator_gui.py -%%PYTHON_SITELIBDIR%%/gnome_sudoku/sudoku_generator_gui.pyc -%%PYTHON_SITELIBDIR%%/gnome_sudoku/sudoku_generator_gui.pyo -%%PYTHON_SITELIBDIR%%/gnome_sudoku/sudoku_maker.py -%%PYTHON_SITELIBDIR%%/gnome_sudoku/sudoku_maker.pyc -%%PYTHON_SITELIBDIR%%/gnome_sudoku/sudoku_maker.pyo -%%PYTHON_SITELIBDIR%%/gnome_sudoku/timer.py -%%PYTHON_SITELIBDIR%%/gnome_sudoku/timer.pyc -%%PYTHON_SITELIBDIR%%/gnome_sudoku/timer.pyo -share/applications/gnome-sudoku.desktop -share/gnome-sudoku/Footprints.svg -share/gnome-sudoku/Winner.png -share/gnome-sudoku/Winner.svg -share/gnome-sudoku/high_scores.glade -share/gnome-sudoku/new_game.glade -share/gnome-sudoku/open_game.glade -share/gnome-sudoku/print_games.glade -share/gnome-sudoku/puzzle_generator.glade -share/gnome-sudoku/starter_puzzles -share/gnome-sudoku/sudoku.png -share/gnome-sudoku/sudoku.svg -share/gnome-sudoku/tracker.glade -share/locale/af/LC_MESSAGES/gnome-sudoku.mo -share/locale/ar/LC_MESSAGES/gnome-sudoku.mo -share/locale/bn/LC_MESSAGES/gnome-sudoku.mo -share/locale/da/LC_MESSAGES/gnome-sudoku.mo -share/locale/de/LC_MESSAGES/gnome-sudoku.mo -share/locale/en_GB/LC_MESSAGES/gnome-sudoku.mo -share/locale/eo/LC_MESSAGES/gnome-sudoku.mo -share/locale/es/LC_MESSAGES/gnome-sudoku.mo -share/locale/fr/LC_MESSAGES/gnome-sudoku.mo -share/locale/hu/LC_MESSAGES/gnome-sudoku.mo -share/locale/ku/LC_MESSAGES/gnome-sudoku.mo -share/locale/nl/LC_MESSAGES/gnome-sudoku.mo -share/locale/pl/LC_MESSAGES/gnome-sudoku.mo -share/locale/ro/LC_MESSAGES/gnome-sudoku.mo -share/locale/sv/LC_MESSAGES/gnome-sudoku.mo -share/locale/tr/LC_MESSAGES/gnome-sudoku.mo -share/locale/uk/LC_MESSAGES/gnome-sudoku.mo -share/pixmaps/sudoku.png -@dirrmtry share/pixmaps -@dirrm share/gnome-sudoku -@dirrm %%PYTHON_SITELIBDIR%%/gnome_sudoku/gtk_goodies -@dirrm %%PYTHON_SITELIBDIR%%/gnome_sudoku -@dirrmtry %%PYTHON_SITELIBDIR%% -@dirrmtry %%PYTHON_LIBDIR%% -@dirrmtry share/locale/uk/LC_MESSAGES -@dirrmtry share/locale/uk -@dirrmtry share/locale/ro/LC_MESSAGES -@dirrmtry share/locale/ro -@dirrmtry share/locale/pl/LC_MESSAGES -@dirrmtry share/locale/pl -@dirrmtry share/locale/ku/LC_MESSAGES -@dirrmtry share/locale/ku diff --git a/games/wesnoth/Makefile b/games/wesnoth/Makefile deleted file mode 100644 index 1483a9691..000000000 --- a/games/wesnoth/Makefile +++ /dev/null @@ -1,117 +0,0 @@ -# New ports collection makefile for: wesnoth -# Date created: 22 December 2003 -# Whom: Mezz <mezz7@cox.net> -# -# $FreeBSD$ -# - -PORTNAME= wesnoth -PORTVERSION= 1.0.2 -PORTREVISION= 3 -CATEGORIES= games -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ - http://www.wesnoth.org/files/ -MASTER_SITE_SUBDIR= wesnoth - -MAINTAINER= mezz@FreeBSD.org -COMMENT= A fantasy turn-based strategy game - -LIB_DEPENDS= zipios.0:${PORTSDIR}/archivers/zipios++ - -USE_GCC= 3.4 -USE_SDL= image mixer net -USE_GNOME= gnometarget -USE_GMAKE= yes -WANT_GNOME= yes -USE_GETTEXT= yes -USE_X_PREFIX= yes -GNU_CONFIGURE= yes -CONFIGURE_ARGS= --localstatedir=/var \ - --with-libiconv-prefix=${LOCALBASE} \ - --with-libintl-prefix=${LOCALBASE} \ - --with-freetype-prefix=${LOCALBASE} \ - --with-localedir=${PREFIX}/share/locale -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - CXXFLAGS="-I${LOCALBASE}/include ${CXXFLAGS} -ftemplate-depth-45" \ - LDFLAGS="-L${LOCALBASE}/lib -lintl" - -MAN6= wesnoth.6 -MANLANG= "" de hu sv - -.if defined(WITH_CAMPAIGN) || defined(PACKAGE_BUILDING) -CONFIGURE_ARGS+= --enable-campaign-server -PLIST_SUB+= CAMPAIGN:="" -.else -PLIST_SUB+= CAMPAIGN:="@comment " -.endif - -.if defined(WITH_DEBUG) -CONFIGURE_ARGS+= --enable-debug -.endif - -.if defined(WITH_EDITOR) || defined(PACKAGE_BUILDING) -CONFIGURE_ARGS+= --enable-editor -MAN6+= wesnoth_editor.6 -PLIST_SUB+= EDITOR:="" -.else -PLIST_SUB+= EDITOR:="@comment " -.endif - -.if defined(WITH_SERVER) || defined(PACKAGE_BUILDING) -CONFIGURE_ARGS+= --enable-server -MAN6+= wesnothd.6 -PLIST_SUB+= SERVER:="" -.else -PLIST_SUB+= SERVER:="@comment " -.endif - -.if defined(WITH_TOOLS) || defined(PACKAGE_BUILDING) -CONFIGURE_ARGS+= --enable-tools -PLIST_SUB+= TOOLS:="" -.else -PLIST_SUB+= TOOLS:="@comment " -.endif - -.include <bsd.port.pre.mk> - -.if ${HAVE_GNOME:Mgnomehier}!="" -CONFIGURE_ARGS+= --with-gnome -PLIST_SUB+= GNOME:="" -.else -PLIST_SUB+= GNOME:="@comment " -.endif - -.if exists(${LOCALBASE}/bin/kde-config) -CONFIGURE_ARGS+= --with-kde -PLIST_SUB+= KDE:="" -.else -PLIST_SUB+= KDE:="@comment " -.endif - -pre-everything:: -.if !defined(WITH_CAMPAIGN) || !defined(WITH_DEBUG) || !defined(WITH_EDITOR) || !defined(WITH_SERVER) || !defined(WITH_TOOLS) - @${ECHO_MSG} "You may specify the following on the command line:" - @${ECHO_MSG} " " -.endif -.if !defined(WITH_CAMPAIGN) - @${ECHO_MSG} "WITH_CAMPAIGN=yes to enable compilation of campaign server." -.endif -.if !defined(WITH_DEBUG) - @${ECHO_MSG} "WITH_DEBUG=yes to enable debugging in Wesnoth." -.endif -.if !defined(WITH_EDITOR) - @${ECHO_MSG} "WITH_EDITOR=yes to enable compilation of map editor." -.endif -.if !defined(WITH_SERVER) - @${ECHO_MSG} "WITH_SERVER=yes to enable compilation of server." -.endif -.if !defined(WITH_TOOLS) - @${ECHO_MSG} "WITH_TOOLS=yes to enable compilation of tools for translators and artists." -.endif - -post-patch: - @${REINPLACE_CMD} -e 's|[$$][(]datadir[)]/applications|${LOCALBASE}/share/gnome/applications|g ; \ - s|[$$][(]datadir[)]/icons|${LOCALBASE}/share/gnome/pixmaps|g' \ - ${WRKSRC}/icons/Makefile.in - -.include <bsd.port.post.mk> diff --git a/games/wesnoth/distinfo b/games/wesnoth/distinfo deleted file mode 100644 index 2eb7e5f95..000000000 --- a/games/wesnoth/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (wesnoth-1.0.2.tar.gz) = 1d2a26062ce1c90cbf10845023f9435c -SHA256 (wesnoth-1.0.2.tar.gz) = b5201943017e892230cfb1f09a6860b199cb59255ef6aaa19de6a5d365300ac7 -SIZE (wesnoth-1.0.2.tar.gz) = 40034289 diff --git a/games/wesnoth/files/patch-fix_freebsd4_build_towupper b/games/wesnoth/files/patch-fix_freebsd4_build_towupper deleted file mode 100644 index 8c96582be..000000000 --- a/games/wesnoth/files/patch-fix_freebsd4_build_towupper +++ /dev/null @@ -1,29 +0,0 @@ ---- src/serialization/string_utils.cpp.orig Mon Oct 3 14:41:14 2005 -+++ src/serialization/string_utils.cpp Mon Oct 3 14:42:37 2005 -@@ -565,7 +565,7 @@ - { - if(s.size() > 0) { - utf8_iterator itor(s); --#ifdef __APPLE__ -+#if __FreeBSD__ < 5 - // FIXME: Should we support towupper on recent OSX platforms? - wchar_t uchar = *itor; - if(uchar >= 0 && uchar < 0x100) -@@ -587,7 +587,7 @@ - std::string res; - - for(;itor != utf8_iterator::end(s); ++itor) { --#ifdef __APPLE__ -+#if __FreeBSD__ < 5 - // FIXME: Should we support towupper on recent OSX platforms? - wchar_t uchar = *itor; - if(uchar >= 0 && uchar < 0x100) -@@ -610,7 +610,7 @@ - std::string res; - - for(;itor != utf8_iterator::end(s); ++itor) { --#if defined(__APPLE__) || defined(__OpenBSD__) -+#if defined(__APPLE__) || defined(__OpenBSD__) || __FreeBSD__ < 5 - // FIXME: Should we support towupper on recent OSX platforms? - wchar_t uchar = *itor; - if(uchar >= 0 && uchar < 0x100) diff --git a/games/wesnoth/files/patch-src::Makefile.in b/games/wesnoth/files/patch-src::Makefile.in deleted file mode 100644 index 291011e40..000000000 --- a/games/wesnoth/files/patch-src::Makefile.in +++ /dev/null @@ -1,15 +0,0 @@ ---- src/Makefile.in.orig Mon Jul 25 13:41:55 2005 -+++ src/Makefile.in Mon Jul 25 13:42:40 2005 -@@ -918,10 +918,10 @@ - - 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)\" - --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) diff --git a/games/wesnoth/files/patch-src::help.cpp b/games/wesnoth/files/patch-src::help.cpp deleted file mode 100644 index 926ac47fe..000000000 --- a/games/wesnoth/files/patch-src::help.cpp +++ /dev/null @@ -1,11 +0,0 @@ ---- 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> --#include <locale> -+#include <locale.h> - #include <map> - #include <queue> - #include <set> diff --git a/games/wesnoth/files/patch-src::language.cpp b/games/wesnoth/files/patch-src::language.cpp deleted file mode 100644 index 7f06454db..000000000 --- a/games/wesnoth/files/patch-src::language.cpp +++ /dev/null @@ -1,15 +0,0 @@ ---- src/language.cpp.orig Mon Jul 25 13:44:10 2005 -+++ src/language.cpp Mon Jul 25 13:45:47 2005 -@@ -133,12 +133,10 @@ - unsetenv ("LANGUAGE"); // void so no return value to check - #endif - --#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/files/patch-src_sdl_ttf_SDL_ttf.c b/games/wesnoth/files/patch-src_sdl_ttf_SDL_ttf.c deleted file mode 100644 index ee4f8be54..000000000 --- a/games/wesnoth/files/patch-src_sdl_ttf_SDL_ttf.c +++ /dev/null @@ -1,19 +0,0 @@ ---- src/sdl_ttf/SDL_ttf.c.orig Wed Oct 4 16:45:59 2006 -+++ src/sdl_ttf/SDL_ttf.c Wed Oct 4 16:46:32 2006 -@@ -48,7 +48,6 @@ - #include <freetype/ftoutln.h> - #include <freetype/ttnameid.h> - */ --#include <freetype/internal/ftobjs.h> - - #ifndef FT_OPEN_STREAM - #define FT_OPEN_STREAM ft_open_stream -@@ -282,7 +281,7 @@ - } - memset(stream, 0, sizeof(*stream)); - -- stream->memory = library->memory; -+ stream->memory = NULL; - stream->read = RWread; - stream->descriptor.pointer = src; - stream->pos = (unsigned long)position; diff --git a/games/wesnoth/pkg-descr b/games/wesnoth/pkg-descr deleted file mode 100644 index 18c50cb64..000000000 --- a/games/wesnoth/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -Battle for Wesnoth is a fantasy turn-based strategy game. Battle for control of -villages, using variety of units which have advantages and disadvantages in -different types of terrains and against different types of attacks. Units gain -experience and advance levels, and are carried over from one scenario to the -next campaign. - -WWW: http://www.wesnoth.org/ diff --git a/games/wesnoth/pkg-plist b/games/wesnoth/pkg-plist deleted file mode 100644 index b495531ad..000000000 --- a/games/wesnoth/pkg-plist +++ /dev/null @@ -1,4032 +0,0 @@ -%%CAMPAIGN:%%bin/campaignd -%%TOOLS:%%bin/cutter -%%TOOLS:%%bin/exploder -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-trow.mo -share/locale/af/LC_MESSAGES/wesnoth.mo -share/locale/ca/LC_MESSAGES/wesnoth-editor.mo -share/locale/ca/LC_MESSAGES/wesnoth-ei.mo -share/locale/ca/LC_MESSAGES/wesnoth-httt.mo -share/locale/ca/LC_MESSAGES/wesnoth-lib.mo -share/locale/ca/LC_MESSAGES/wesnoth-sotbe.mo -share/locale/ca/LC_MESSAGES/wesnoth-trow.mo -share/locale/ca/LC_MESSAGES/wesnoth.mo -share/locale/cs/LC_MESSAGES/wesnoth-editor.mo -share/locale/cs/LC_MESSAGES/wesnoth-ei.mo -share/locale/cs/LC_MESSAGES/wesnoth-httt.mo -share/locale/cs/LC_MESSAGES/wesnoth-lib.mo -share/locale/cs/LC_MESSAGES/wesnoth-sotbe.mo -share/locale/cs/LC_MESSAGES/wesnoth-trow.mo -share/locale/cs/LC_MESSAGES/wesnoth.mo -share/locale/de/LC_MESSAGES/wesnoth-editor.mo -share/locale/de/LC_MESSAGES/wesnoth-ei.mo -share/locale/de/LC_MESSAGES/wesnoth-httt.mo -share/locale/de/LC_MESSAGES/wesnoth-lib.mo -share/locale/de/LC_MESSAGES/wesnoth-sotbe.mo -share/locale/de/LC_MESSAGES/wesnoth-trow.mo -share/locale/de/LC_MESSAGES/wesnoth.mo -share/locale/en_GB/LC_MESSAGES/wesnoth-editor.mo -share/locale/en_GB/LC_MESSAGES/wesnoth-ei.mo -share/locale/en_GB/LC_MESSAGES/wesnoth-httt.mo -share/locale/en_GB/LC_MESSAGES/wesnoth-lib.mo -share/locale/en_GB/LC_MESSAGES/wesnoth-sotbe.mo -share/locale/en_GB/LC_MESSAGES/wesnoth-trow.mo -share/locale/en_GB/LC_MESSAGES/wesnoth.mo -share/locale/es/LC_MESSAGES/wesnoth-editor.mo -share/locale/es/LC_MESSAGES/wesnoth-httt.mo -share/locale/es/LC_MESSAGES/wesnoth-lib.mo -share/locale/es/LC_MESSAGES/wesnoth-sotbe.mo -share/locale/es/LC_MESSAGES/wesnoth-trow.mo -share/locale/es/LC_MESSAGES/wesnoth.mo -share/locale/fi/LC_MESSAGES/wesnoth-editor.mo -share/locale/fi/LC_MESSAGES/wesnoth-ei.mo -share/locale/fi/LC_MESSAGES/wesnoth-httt.mo -share/locale/fi/LC_MESSAGES/wesnoth-lib.mo -share/locale/fi/LC_MESSAGES/wesnoth.mo -share/locale/fr/LC_MESSAGES/wesnoth-editor.mo -share/locale/fr/LC_MESSAGES/wesnoth-ei.mo -share/locale/fr/LC_MESSAGES/wesnoth-httt.mo -share/locale/fr/LC_MESSAGES/wesnoth-lib.mo -share/locale/fr/LC_MESSAGES/wesnoth-sotbe.mo -share/locale/fr/LC_MESSAGES/wesnoth-trow.mo -share/locale/fr/LC_MESSAGES/wesnoth.mo -share/locale/hu/LC_MESSAGES/wesnoth-editor.mo -share/locale/hu/LC_MESSAGES/wesnoth-ei.mo -share/locale/hu/LC_MESSAGES/wesnoth-httt.mo -share/locale/hu/LC_MESSAGES/wesnoth-lib.mo -share/locale/hu/LC_MESSAGES/wesnoth-sotbe.mo -share/locale/hu/LC_MESSAGES/wesnoth-trow.mo -share/locale/hu/LC_MESSAGES/wesnoth.mo -share/locale/it/LC_MESSAGES/wesnoth-editor.mo -share/locale/it/LC_MESSAGES/wesnoth-ei.mo -share/locale/it/LC_MESSAGES/wesnoth-httt.mo -share/locale/it/LC_MESSAGES/wesnoth-lib.mo -share/locale/it/LC_MESSAGES/wesnoth-sotbe.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.mo -share/locale/la/LC_MESSAGES/wesnoth-editor.mo -share/locale/la/LC_MESSAGES/wesnoth-httt.mo -share/locale/la/LC_MESSAGES/wesnoth-lib.mo -share/locale/la/LC_MESSAGES/wesnoth-sotbe.mo -share/locale/la/LC_MESSAGES/wesnoth.mo -share/locale/nl/LC_MESSAGES/wesnoth-editor.mo -share/locale/nl/LC_MESSAGES/wesnoth-ei.mo -share/locale/nl/LC_MESSAGES/wesnoth-httt.mo -share/locale/nl/LC_MESSAGES/wesnoth-lib.mo -share/locale/nl/LC_MESSAGES/wesnoth-sotbe.mo -share/locale/nl/LC_MESSAGES/wesnoth-trow.mo -share/locale/nl/LC_MESSAGES/wesnoth.mo -share/locale/pl/LC_MESSAGES/wesnoth-editor.mo -share/locale/pl/LC_MESSAGES/wesnoth-ei.mo -share/locale/pl/LC_MESSAGES/wesnoth-httt.mo -share/locale/pl/LC_MESSAGES/wesnoth-lib.mo -share/locale/pl/LC_MESSAGES/wesnoth-sotbe.mo -share/locale/pl/LC_MESSAGES/wesnoth-trow.mo -share/locale/pl/LC_MESSAGES/wesnoth.mo -share/locale/ru/LC_MESSAGES/wesnoth-editor.mo -share/locale/ru/LC_MESSAGES/wesnoth-ei.mo -share/locale/ru/LC_MESSAGES/wesnoth-httt.mo -share/locale/ru/LC_MESSAGES/wesnoth-lib.mo -share/locale/ru/LC_MESSAGES/wesnoth-sotbe.mo -share/locale/ru/LC_MESSAGES/wesnoth-trow.mo -share/locale/ru/LC_MESSAGES/wesnoth.mo -share/locale/sk/LC_MESSAGES/wesnoth-editor.mo -share/locale/sk/LC_MESSAGES/wesnoth-ei.mo -share/locale/sk/LC_MESSAGES/wesnoth-httt.mo -share/locale/sk/LC_MESSAGES/wesnoth-lib.mo -share/locale/sk/LC_MESSAGES/wesnoth-sotbe.mo -share/locale/sk/LC_MESSAGES/wesnoth-trow.mo -share/locale/sk/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 -share/locale/sv/LC_MESSAGES/wesnoth-lib.mo -share/locale/sv/LC_MESSAGES/wesnoth-sotbe.mo -share/locale/sv/LC_MESSAGES/wesnoth-trow.mo -share/locale/sv/LC_MESSAGES/wesnoth.mo -share/locale/tr/LC_MESSAGES/wesnoth-editor.mo -share/locale/tr/LC_MESSAGES/wesnoth-ei.mo -share/locale/tr/LC_MESSAGES/wesnoth-httt.mo -share/locale/tr/LC_MESSAGES/wesnoth-lib.mo -share/locale/tr/LC_MESSAGES/wesnoth-sotbe.mo -share/locale/tr/LC_MESSAGES/wesnoth-trow.mo -share/locale/tr/LC_MESSAGES/wesnoth.mo -%%DATADIR%%/data/COPYING.txt -%%DATADIR%%/data/amla.cfg -%%DATADIR%%/data/campaigns/Eastern_Invasion.cfg -%%DATADIR%%/data/campaigns/Heir_To_The_Throne.cfg -%%DATADIR%%/data/campaigns/Son_Of_The_Black_Eye.cfg -%%DATADIR%%/data/campaigns/The_Rise_of_Wesnoth.cfg -%%DATADIR%%/data/convert.pl -%%DATADIR%%/data/fonts.cfg -%%DATADIR%%/data/game.cfg -%%DATADIR%%/data/help.cfg -%%DATADIR%%/data/items.cfg -%%DATADIR%%/data/maps/Eastern_Invasion/An_Elven_Alliance -%%DATADIR%%/data/maps/Eastern_Invasion/An_Unexpected_Appearance -%%DATADIR%%/data/maps/Eastern_Invasion/Approaching_Weldyn -%%DATADIR%%/data/maps/Eastern_Invasion/Captured -%%DATADIR%%/data/maps/Eastern_Invasion/Drowned_Plains -%%DATADIR%%/data/maps/Eastern_Invasion/Evacuation -%%DATADIR%%/data/maps/Eastern_Invasion/Lake_Vrug -%%DATADIR%%/data/maps/Eastern_Invasion/Mal-Ravanals_Capital -%%DATADIR%%/data/maps/Eastern_Invasion/Northern_Outpost -%%DATADIR%%/data/maps/Eastern_Invasion/Peasant_Revolt -%%DATADIR%%/data/maps/Eastern_Invasion/The_Arena -%%DATADIR%%/data/maps/Eastern_Invasion/The_Crossing -%%DATADIR%%/data/maps/Eastern_Invasion/The_Escape_Tunnel -%%DATADIR%%/data/maps/Eastern_Invasion/The_Outpost -%%DATADIR%%/data/maps/Eastern_Invasion/The_Undead_Border_Patrol -%%DATADIR%%/data/maps/Eastern_Invasion/Throne_Room -%%DATADIR%%/data/maps/Eastern_Invasion/Training_the_Ogres -%%DATADIR%%/data/maps/Eastern_Invasion/Tribal_Warfare -%%DATADIR%%/data/maps/Eastern_Invasion/Two_Paths -%%DATADIR%%/data/maps/Eastern_Invasion/Undead_Crossing -%%DATADIR%%/data/maps/Eastern_Invasion/Weldyn_Besieged -%%DATADIR%%/data/maps/Eastern_Invasion/Weldyn_under_Attack -%%DATADIR%%/data/maps/Eastern_Invasion/loyalistmap11 -%%DATADIR%%/data/maps/Heir_To_The_Throne/A_Choice_Must_Be_Made -%%DATADIR%%/data/maps/Heir_To_The_Throne/Battle_for_Wesnoth -%%DATADIR%%/data/maps/Heir_To_The_Throne/Bay_of_Pearls -%%DATADIR%%/data/maps/Heir_To_The_Throne/Blackwater_Port -%%DATADIR%%/data/maps/Heir_To_The_Throne/Crossroads -%%DATADIR%%/data/maps/Heir_To_The_Throne/Dwarven_Doors -%%DATADIR%%/data/maps/Heir_To_The_Throne/Elves_Besieged -%%DATADIR%%/data/maps/Heir_To_The_Throne/Ford_of_Abez -%%DATADIR%%/data/maps/Heir_To_The_Throne/Gryphon_Mountain -%%DATADIR%%/data/maps/Heir_To_The_Throne/Hasty_Alliance -%%DATADIR%%/data/maps/Heir_To_The_Throne/High_King_at_Sea -%%DATADIR%%/data/maps/Heir_To_The_Throne/Home_Clan -%%DATADIR%%/data/maps/Heir_To_The_Throne/Home_North_Elves -%%DATADIR%%/data/maps/Heir_To_The_Throne/Isle_of_Anduin -%%DATADIR%%/data/maps/Heir_To_The_Throne/Isle_of_the_Damned -%%DATADIR%%/data/maps/Heir_To_The_Throne/Mountain_Pass -%%DATADIR%%/data/maps/Heir_To_The_Throne/Muff_Malal_Peninsula -%%DATADIR%%/data/maps/Heir_To_The_Throne/Northern_Winter -%%DATADIR%%/data/maps/Heir_To_The_Throne/Plunging_Into_the_Darkness -%%DATADIR%%/data/maps/Heir_To_The_Throne/Princess_of_Wesnoth -%%DATADIR%%/data/maps/Heir_To_The_Throne/Return_to_Wesnoth -%%DATADIR%%/data/maps/Heir_To_The_Throne/Sceptre -%%DATADIR%%/data/maps/Heir_To_The_Throne/Snow_Plains -%%DATADIR%%/data/maps/Heir_To_The_Throne/Swamp_Of_Dread -%%DATADIR%%/data/maps/Heir_To_The_Throne/The_Lost_General -%%DATADIR%%/data/maps/Heir_To_The_Throne/The_Siege_of_Elensefar -%%DATADIR%%/data/maps/Heir_To_The_Throne/Valley_of_Death -%%DATADIR%%/data/maps/Son_Of_The_Black_Eye/Black_Flag -%%DATADIR%%/data/maps/Son_Of_The_Black_Eye/Clash_Of_Armies -%%DATADIR%%/data/maps/Son_Of_The_Black_Eye/Desert_Of_Death -%%DATADIR%%/data/maps/Son_Of_The_Black_Eye/End_Of_Peace -%%DATADIR%%/data/maps/Son_Of_The_Black_Eye/Saving_Inarix -%%DATADIR%%/data/maps/Son_Of_The_Black_Eye/Shan_Taum_The_Smug -%%DATADIR%%/data/maps/Son_Of_The_Black_Eye/Silent_Forest -%%DATADIR%%/data/maps/Son_Of_The_Black_Eye/The_Siege_Of_Barag_Gor -%%DATADIR%%/data/maps/Son_Of_The_Black_Eye/To_The_Harbour_Of_Tirigaz -%%DATADIR%%/data/maps/Son_Of_The_Black_Eye/Towards_Mountains_of_Haag -%%DATADIR%%/data/maps/The_Rise_of_Wesnoth/A_Beach -%%DATADIR%%/data/maps/The_Rise_of_Wesnoth/A_Final_Spring -%%DATADIR%%/data/maps/The_Rise_of_Wesnoth/A_Harrowing_Escape -%%DATADIR%%/data/maps/The_Rise_of_Wesnoth/A_New_Land -%%DATADIR%%/data/maps/The_Rise_of_Wesnoth/A_Summer_of_Storms -%%DATADIR%%/data/maps/The_Rise_of_Wesnoth/Clearwater_Port -%%DATADIR%%/data/maps/The_Rise_of_Wesnoth/Cursed_Isle -%%DATADIR%%/data/maps/The_Rise_of_Wesnoth/Elf_Lords -%%DATADIR%%/data/maps/The_Rise_of_Wesnoth/Fallen_Lich_Point -%%DATADIR%%/data/maps/The_Rise_of_Wesnoth/Peoples_in_Decline -%%DATADIR%%/data/maps/The_Rise_of_Wesnoth/Return_of_the_Fleet -%%DATADIR%%/data/maps/The_Rise_of_Wesnoth/Rise_of_Wesnoth -%%DATADIR%%/data/maps/The_Rise_of_Wesnoth/Rough_Landing -%%DATADIR%%/data/maps/The_Rise_of_Wesnoth/Sewer -%%DATADIR%%/data/maps/The_Rise_of_Wesnoth/Southbay_in_Winter -%%DATADIR%%/data/maps/The_Rise_of_Wesnoth/Temple_in_the_Deep -%%DATADIR%%/data/maps/The_Rise_of_Wesnoth/The_Dragon -%%DATADIR%%/data/maps/The_Rise_of_Wesnoth/The_Fall -%%DATADIR%%/data/maps/The_Rise_of_Wesnoth/The_Midlands -%%DATADIR%%/data/maps/The_Rise_of_Wesnoth/The_Oldwood -%%DATADIR%%/data/maps/The_Rise_of_Wesnoth/The_Plan -%%DATADIR%%/data/maps/The_Rise_of_Wesnoth/The_River_Road -%%DATADIR%%/data/maps/The_Rise_of_Wesnoth/The_Vanguard -%%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_Sablestone_Delta -%%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_Bluewater_Province -%%DATADIR%%/data/maps/multiplayer/4p_Lagoon -%%DATADIR%%/data/maps/multiplayer/4p_The_Wilderlands -%%DATADIR%%/data/maps/multiplayer/6p_Smallolof -%%DATADIR%%/data/maps/multiplayer/An_Island -%%DATADIR%%/data/maps/multiplayer/BattleWorld -%%DATADIR%%/data/maps/multiplayer/Blitz -%%DATADIR%%/data/maps/multiplayer/CastleHoppingIsle -%%DATADIR%%/data/maps/multiplayer/Castles -%%DATADIR%%/data/maps/multiplayer/Charge -%%DATADIR%%/data/maps/multiplayer/Clash -%%DATADIR%%/data/maps/multiplayer/ForestofFear -%%DATADIR%%/data/maps/multiplayer/Hexcake -%%DATADIR%%/data/maps/multiplayer/King_of_the_Hill -%%DATADIR%%/data/maps/multiplayer/Wesbowl -%%DATADIR%%/data/multiplayer.cfg -%%DATADIR%%/data/names.cfg -%%DATADIR%%/data/scenario-test.cfg -%%DATADIR%%/data/scenarios/Eastern_Invasion/Approaching_Weldyn.cfg -%%DATADIR%%/data/scenarios/Eastern_Invasion/Captured.cfg -%%DATADIR%%/data/scenarios/Eastern_Invasion/Crossing.cfg -%%DATADIR%%/data/scenarios/Eastern_Invasion/Elven_Alliance.cfg -%%DATADIR%%/data/scenarios/Eastern_Invasion/Escape_Tunnel.cfg -%%DATADIR%%/data/scenarios/Eastern_Invasion/Evacuation.cfg -%%DATADIR%%/data/scenarios/Eastern_Invasion/Lake_Vrug.cfg -%%DATADIR%%/data/scenarios/Eastern_Invasion/Mal-Ravanals_Capital.cfg -%%DATADIR%%/data/scenarios/Eastern_Invasion/Northern_Outpost.cfg -%%DATADIR%%/data/scenarios/Eastern_Invasion/Ogre_Training.cfg -%%DATADIR%%/data/scenarios/Eastern_Invasion/Reject.cfg -%%DATADIR%%/data/scenarios/Eastern_Invasion/The_Drowned_Plains.cfg -%%DATADIR%%/data/scenarios/Eastern_Invasion/The_Duel.cfg -%%DATADIR%%/data/scenarios/Eastern_Invasion/The_Outpost.cfg -%%DATADIR%%/data/scenarios/Eastern_Invasion/Throne_Room.cfg -%%DATADIR%%/data/scenarios/Eastern_Invasion/Tribal_Warfare.cfg -%%DATADIR%%/data/scenarios/Eastern_Invasion/Two_Paths.cfg -%%DATADIR%%/data/scenarios/Eastern_Invasion/Undead_Border_Patrol.cfg -%%DATADIR%%/data/scenarios/Eastern_Invasion/Undead_Crossing.cfg -%%DATADIR%%/data/scenarios/Eastern_Invasion/Unexpected_Appearance.cfg -%%DATADIR%%/data/scenarios/Eastern_Invasion/Weldyn_Attack.cfg -%%DATADIR%%/data/scenarios/Eastern_Invasion/utils/deaths.cfg -%%DATADIR%%/data/scenarios/Eastern_Invasion/utils/intro.cfg -%%DATADIR%%/data/scenarios/Heir_To_The_Throne/A_Choice_Must_Be_Made.cfg -%%DATADIR%%/data/scenarios/Heir_To_The_Throne/Battle_for_Wesnoth.cfg -%%DATADIR%%/data/scenarios/Heir_To_The_Throne/Bay_of_Pearls.cfg -%%DATADIR%%/data/scenarios/Heir_To_The_Throne/Blackwater_Port.cfg -%%DATADIR%%/data/scenarios/Heir_To_The_Throne/Crossroads.cfg -%%DATADIR%%/data/scenarios/Heir_To_The_Throne/Dwarven_Doors.cfg -%%DATADIR%%/data/scenarios/Heir_To_The_Throne/Elven_Council.cfg -%%DATADIR%%/data/scenarios/Heir_To_The_Throne/Elves_Besieged.cfg -%%DATADIR%%/data/scenarios/Heir_To_The_Throne/Epilogue.cfg -%%DATADIR%%/data/scenarios/Heir_To_The_Throne/Ford_of_Abez.cfg -%%DATADIR%%/data/scenarios/Heir_To_The_Throne/Gryphon_Mountain.cfg -%%DATADIR%%/data/scenarios/Heir_To_The_Throne/Hasty_Alliance.cfg -%%DATADIR%%/data/scenarios/Heir_To_The_Throne/Home_Clan.cfg -%%DATADIR%%/data/scenarios/Heir_To_The_Throne/Home_North_Elves.cfg -%%DATADIR%%/data/scenarios/Heir_To_The_Throne/Isle_of_Anduin.cfg -%%DATADIR%%/data/scenarios/Heir_To_The_Throne/Isle_of_the_Damned.cfg -%%DATADIR%%/data/scenarios/Heir_To_The_Throne/Mountain_Pass.cfg -%%DATADIR%%/data/scenarios/Heir_To_The_Throne/Muff_Malal_Peninsula.cfg -%%DATADIR%%/data/scenarios/Heir_To_The_Throne/Northern_Winter.cfg -%%DATADIR%%/data/scenarios/Heir_To_The_Throne/Plunging_Into_the_Darkness.cfg -%%DATADIR%%/data/scenarios/Heir_To_The_Throne/Princess_of_Wesnoth.cfg -%%DATADIR%%/data/scenarios/Heir_To_The_Throne/Return_to_Wesnoth.cfg -%%DATADIR%%/data/scenarios/Heir_To_The_Throne/Sceptre.cfg -%%DATADIR%%/data/scenarios/Heir_To_The_Throne/Snow_Plains.cfg -%%DATADIR%%/data/scenarios/Heir_To_The_Throne/Swamp_Of_Dread.cfg -%%DATADIR%%/data/scenarios/Heir_To_The_Throne/The_Lost_General.cfg -%%DATADIR%%/data/scenarios/Heir_To_The_Throne/The_Siege_of_Elensefar.cfg -%%DATADIR%%/data/scenarios/Heir_To_The_Throne/Valley_of_Death.cfg -%%DATADIR%%/data/scenarios/Heir_To_The_Throne/Valley_of_Statues.cfg -%%DATADIR%%/data/scenarios/Heir_To_The_Throne/bigmap.cfg -%%DATADIR%%/data/scenarios/Heir_To_The_Throne/utils/deaths.cfg -%%DATADIR%%/data/scenarios/Heir_To_The_Throne/utils/intro.cfg -%%DATADIR%%/data/scenarios/Son_Of_The_Black_Eye/Black_Flag.cfg -%%DATADIR%%/data/scenarios/Son_Of_The_Black_Eye/Clash_Of_Armies.cfg -%%DATADIR%%/data/scenarios/Son_Of_The_Black_Eye/Desert_Of_Death.cfg -%%DATADIR%%/data/scenarios/Son_Of_The_Black_Eye/End_Of_Peace.cfg -%%DATADIR%%/data/scenarios/Son_Of_The_Black_Eye/Saving_Inarix.cfg -%%DATADIR%%/data/scenarios/Son_Of_The_Black_Eye/Shan_Taum_The_Smug.cfg -%%DATADIR%%/data/scenarios/Son_Of_The_Black_Eye/Silent_Forest.cfg -%%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/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_Rise_of_Wesnoth/A_Beach.cfg -%%DATADIR%%/data/scenarios/The_Rise_of_Wesnoth/A_Final_Spring.cfg -%%DATADIR%%/data/scenarios/The_Rise_of_Wesnoth/A_Harrowing_Escape.cfg -%%DATADIR%%/data/scenarios/The_Rise_of_Wesnoth/A_New_Land.cfg -%%DATADIR%%/data/scenarios/The_Rise_of_Wesnoth/A_Spy_in_the_Woods.cfg -%%DATADIR%%/data/scenarios/The_Rise_of_Wesnoth/A_Summer_of_Storms.cfg -%%DATADIR%%/data/scenarios/The_Rise_of_Wesnoth/Clearwater_Port.cfg -%%DATADIR%%/data/scenarios/The_Rise_of_Wesnoth/Cursed_Isle.cfg -%%DATADIR%%/data/scenarios/The_Rise_of_Wesnoth/Elf_Lords.cfg -%%DATADIR%%/data/scenarios/The_Rise_of_Wesnoth/Epilogue.cfg -%%DATADIR%%/data/scenarios/The_Rise_of_Wesnoth/Fallen_Lich_Point.cfg -%%DATADIR%%/data/scenarios/The_Rise_of_Wesnoth/Peoples_in_Decline.cfg -%%DATADIR%%/data/scenarios/The_Rise_of_Wesnoth/Return_of_the_Fleet.cfg -%%DATADIR%%/data/scenarios/The_Rise_of_Wesnoth/Return_to_Oldwood.cfg -%%DATADIR%%/data/scenarios/The_Rise_of_Wesnoth/Rise_of_Wesnoth.cfg -%%DATADIR%%/data/scenarios/The_Rise_of_Wesnoth/Rough_Landing.cfg -%%DATADIR%%/data/scenarios/The_Rise_of_Wesnoth/Sewer.cfg -%%DATADIR%%/data/scenarios/The_Rise_of_Wesnoth/Southbay_in_Winter.cfg -%%DATADIR%%/data/scenarios/The_Rise_of_Wesnoth/Temple_of_the_Deep.cfg -%%DATADIR%%/data/scenarios/The_Rise_of_Wesnoth/The_Dragon.cfg -%%DATADIR%%/data/scenarios/The_Rise_of_Wesnoth/The_Fall.cfg -%%DATADIR%%/data/scenarios/The_Rise_of_Wesnoth/The_Midlands.cfg -%%DATADIR%%/data/scenarios/The_Rise_of_Wesnoth/The_Oldwood.cfg -%%DATADIR%%/data/scenarios/The_Rise_of_Wesnoth/The_Plan.cfg -%%DATADIR%%/data/scenarios/The_Rise_of_Wesnoth/The_River_Road.cfg -%%DATADIR%%/data/scenarios/The_Rise_of_Wesnoth/The_Vanguard.cfg -%%DATADIR%%/data/scenarios/The_Rise_of_Wesnoth/Troll_Hole.cfg -%%DATADIR%%/data/scenarios/The_Rise_of_Wesnoth/utils/trow-deaths.cfg -%%DATADIR%%/data/scenarios/The_Rise_of_Wesnoth/utils/trow-intro.cfg -%%DATADIR%%/data/scenarios/The_Rise_of_Wesnoth/utils/trow-macros.cfg -%%DATADIR%%/data/scenarios/The_Rise_of_Wesnoth/utils/trow-nlmsg.cfg -%%DATADIR%%/data/scenarios/The_Rise_of_Wesnoth/utils/trow-nohome.cfg -%%DATADIR%%/data/scenarios/The_Rise_of_Wesnoth/utils/trow-noisle.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_Meteor_Lake.cfg -%%DATADIR%%/data/scenarios/multiplayer/2p_Sablestone_Delta.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_Bluewater_Province.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/6p_Smallolof.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/scenarios.cfg -%%DATADIR%%/data/scenarios/tutorial/Basic_Training.cfg -%%DATADIR%%/data/scenarios/tutorial/Traits_and_Specialties.cfg -%%DATADIR%%/data/scenarios/tutorial/utils.cfg -%%DATADIR%%/data/schedules.cfg -%%DATADIR%%/data/terrain-graphics.cfg -%%DATADIR%%/data/terrain-graphics/adjacent.cfg -%%DATADIR%%/data/terrain-graphics/base.cfg -%%DATADIR%%/data/terrain-graphics/bridges.cfg -%%DATADIR%%/data/terrain-graphics/buildings.cfg -%%DATADIR%%/data/terrain-graphics/canyon.cfg -%%DATADIR%%/data/terrain-graphics/castle-transitions.cfg -%%DATADIR%%/data/terrain-graphics/castles.cfg -%%DATADIR%%/data/terrain-graphics/forests.cfg -%%DATADIR%%/data/terrain-graphics/util.cfg -%%DATADIR%%/data/terrain.cfg -%%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 -%%DATADIR%%/data/tools/exploder/castle-exploded-concave.cfg -%%DATADIR%%/data/tools/exploder/castle-exploded-convex.cfg -%%DATADIR%%/data/tools/exploder/castle-wall-concave.cfg -%%DATADIR%%/data/tools/exploder/castle-wall-convex.cfg -%%DATADIR%%/data/tools/exploder/castle-wall-exploded-concave.cfg -%%DATADIR%%/data/tools/exploder/castle-wall-exploded-convex.cfg -%%DATADIR%%/data/tools/exploder/castle-wall-trans-n-s.cfg -%%DATADIR%%/data/tools/exploder/castle-wall-trans-ne-sw.cfg -%%DATADIR%%/data/tools/exploder/castle-wall-trans-nw-se.cfg -%%DATADIR%%/data/tools/exploder/castle-wall-trans-s-n.cfg -%%DATADIR%%/data/tools/exploder/castle-wall-trans-se-nw.cfg -%%DATADIR%%/data/tools/exploder/castle-wall-trans-sw-ne.cfg -%%DATADIR%%/data/tools/exploder/models/castle.cfg -%%DATADIR%%/data/tools/exploder/wall-concave.cfg -%%DATADIR%%/data/tools/exploder/wall-convex.cfg -%%DATADIR%%/data/tools/exploder/wall-exploded-concave.cfg -%%DATADIR%%/data/tools/exploder/wall-exploded-convex.cfg -%%DATADIR%%/data/traits.cfg -%%DATADIR%%/data/translations/english.cfg -%%DATADIR%%/data/units.cfg -%%DATADIR%%/data/units/Ancient_Lich.cfg -%%DATADIR%%/data/units/Ancient_Wose.cfg -%%DATADIR%%/data/units/Arch_Mage.cfg -%%DATADIR%%/data/units/Assassin.cfg -%%DATADIR%%/data/units/Bandit.cfg -%%DATADIR%%/data/units/Battle_Princess.cfg -%%DATADIR%%/data/units/Blood_Bat.cfg -%%DATADIR%%/data/units/Bone_Shooter.cfg -%%DATADIR%%/data/units/Bowman.cfg -%%DATADIR%%/data/units/Cavalier.cfg -%%DATADIR%%/data/units/Cavalryman.cfg -%%DATADIR%%/data/units/Cave_Spider.cfg -%%DATADIR%%/data/units/Chocobone.cfg -%%DATADIR%%/data/units/Cockatrice.cfg -%%DATADIR%%/data/units/Commander.cfg -%%DATADIR%%/data/units/Cuttle_Fish.cfg -%%DATADIR%%/data/units/Dark_Adept.cfg -%%DATADIR%%/data/units/Dark_Queen.cfg -%%DATADIR%%/data/units/Dark_Sorcerer.cfg -%%DATADIR%%/data/units/Dark_Spirit.cfg -%%DATADIR%%/data/units/Death_Knight.cfg -%%DATADIR%%/data/units/Deathblade.cfg -%%DATADIR%%/data/units/Deathmaster.cfg -%%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/Dread_Lich.cfg -%%DATADIR%%/data/units/Duelist.cfg -%%DATADIR%%/data/units/Dwarvish_Berserker.cfg -%%DATADIR%%/data/units/Dwarvish_Dragonguard.cfg -%%DATADIR%%/data/units/Dwarvish_Fighter.cfg -%%DATADIR%%/data/units/Dwarvish_Guardsman.cfg -%%DATADIR%%/data/units/Dwarvish_Lord.cfg -%%DATADIR%%/data/units/Dwarvish_Runemaster.cfg -%%DATADIR%%/data/units/Dwarvish_Sentinel.cfg -%%DATADIR%%/data/units/Dwarvish_Stalwart.cfg -%%DATADIR%%/data/units/Dwarvish_Steelclad.cfg -%%DATADIR%%/data/units/Dwarvish_Thunderer.cfg -%%DATADIR%%/data/units/Dwarvish_Thunderguard.cfg -%%DATADIR%%/data/units/Dwarvish_Ulfserker.cfg -%%DATADIR%%/data/units/Elder_Mage.cfg -%%DATADIR%%/data/units/Elder_Wose.cfg -%%DATADIR%%/data/units/Elvish_Archer.cfg -%%DATADIR%%/data/units/Elvish_Avenger.cfg -%%DATADIR%%/data/units/Elvish_Captain.cfg -%%DATADIR%%/data/units/Elvish_Champion.cfg -%%DATADIR%%/data/units/Elvish_Druid.cfg -%%DATADIR%%/data/units/Elvish_Enchantress.cfg -%%DATADIR%%/data/units/Elvish_Fighter.cfg -%%DATADIR%%/data/units/Elvish_Hero.cfg -%%DATADIR%%/data/units/Elvish_High_Lord.cfg -%%DATADIR%%/data/units/Elvish_Lady.cfg -%%DATADIR%%/data/units/Elvish_Lord.cfg -%%DATADIR%%/data/units/Elvish_Marksman.cfg -%%DATADIR%%/data/units/Elvish_Marshal.cfg -%%DATADIR%%/data/units/Elvish_Outrider.cfg -%%DATADIR%%/data/units/Elvish_Ranger.cfg -%%DATADIR%%/data/units/Elvish_Rider.cfg -%%DATADIR%%/data/units/Elvish_Scout.cfg -%%DATADIR%%/data/units/Elvish_Shaman.cfg -%%DATADIR%%/data/units/Elvish_Sharpshooter.cfg -%%DATADIR%%/data/units/Elvish_Shyde.cfg -%%DATADIR%%/data/units/Elvish_Sorceress.cfg -%%DATADIR%%/data/units/Elvish_Sylph.cfg -%%DATADIR%%/data/units/Fencer.cfg -%%DATADIR%%/data/units/Fighter.cfg -%%DATADIR%%/data/units/Fire_Dragon.cfg -%%DATADIR%%/data/units/Fireball.cfg -%%DATADIR%%/data/units/Footpad.cfg -%%DATADIR%%/data/units/Galleon.cfg -%%DATADIR%%/data/units/Gate.cfg -%%DATADIR%%/data/units/General.cfg -%%DATADIR%%/data/units/Ghost.cfg -%%DATADIR%%/data/units/Ghoul.cfg -%%DATADIR%%/data/units/Giant_Mudcrawler.cfg -%%DATADIR%%/data/units/Giant_Scorpion.cfg -%%DATADIR%%/data/units/Goblin_Impaler.cfg -%%DATADIR%%/data/units/Goblin_Knight.cfg -%%DATADIR%%/data/units/Goblin_Pillager.cfg -%%DATADIR%%/data/units/Goblin_Spearman.cfg -%%DATADIR%%/data/units/Grand_Knight.cfg -%%DATADIR%%/data/units/Grand_Marshal.cfg -%%DATADIR%%/data/units/Great_Mage.cfg -%%DATADIR%%/data/units/Great_Troll.cfg -%%DATADIR%%/data/units/Gryphon.cfg -%%DATADIR%%/data/units/Gryphon_Master.cfg -%%DATADIR%%/data/units/Gryphon_Rider.cfg -%%DATADIR%%/data/units/Halbardier.cfg -%%DATADIR%%/data/units/Heavy_Infantryman.cfg -%%DATADIR%%/data/units/Horse_Lord.cfg -%%DATADIR%%/data/units/Horseman.cfg -%%DATADIR%%/data/units/Initiate.cfg -%%DATADIR%%/data/units/Iron_Mauler.cfg -%%DATADIR%%/data/units/Javelineer.cfg -%%DATADIR%%/data/units/Knight.cfg -%%DATADIR%%/data/units/Lancer.cfg -%%DATADIR%%/data/units/Lich.cfg -%%DATADIR%%/data/units/Lieutenant.cfg -%%DATADIR%%/data/units/Longbowman.cfg -%%DATADIR%%/data/units/Lord.cfg -%%DATADIR%%/data/units/Mage.cfg -%%DATADIR%%/data/units/Mage_of_Light.cfg -%%DATADIR%%/data/units/Master_Bowman.cfg -%%DATADIR%%/data/units/Master_at_Arms.cfg -%%DATADIR%%/data/units/Mermaid_Diviner.cfg -%%DATADIR%%/data/units/Mermaid_Enchantress.cfg -%%DATADIR%%/data/units/Mermaid_Initiate.cfg -%%DATADIR%%/data/units/Mermaid_Priestess.cfg -%%DATADIR%%/data/units/Mermaid_Siren.cfg -%%DATADIR%%/data/units/Merman.cfg -%%DATADIR%%/data/units/Merman_Entangler.cfg -%%DATADIR%%/data/units/Merman_Fighter.cfg -%%DATADIR%%/data/units/Merman_Hoplite.cfg -%%DATADIR%%/data/units/Merman_Hunter.cfg -%%DATADIR%%/data/units/Merman_Javelineer.cfg -%%DATADIR%%/data/units/Merman_Netcaster.cfg -%%DATADIR%%/data/units/Merman_Spearman.cfg -%%DATADIR%%/data/units/Merman_Triton.cfg -%%DATADIR%%/data/units/Merman_Warrior.cfg -%%DATADIR%%/data/units/Mounted_Fighter.cfg -%%DATADIR%%/data/units/Mounted_Warrior.cfg -%%DATADIR%%/data/units/Mudcrawler.cfg -%%DATADIR%%/data/units/Naga-Fighter.cfg -%%DATADIR%%/data/units/Naga-Myrmidon.cfg -%%DATADIR%%/data/units/Naga-Warrior.cfg -%%DATADIR%%/data/units/Naga.cfg -%%DATADIR%%/data/units/Necromancer.cfg -%%DATADIR%%/data/units/Necrophage.cfg -%%DATADIR%%/data/units/Nightgaunt.cfg -%%DATADIR%%/data/units/Noble_Commander.cfg -%%DATADIR%%/data/units/Noble_Fighter.cfg -%%DATADIR%%/data/units/Noble_Lord.cfg -%%DATADIR%%/data/units/Noble_Youth.cfg -%%DATADIR%%/data/units/Ogre.cfg -%%DATADIR%%/data/units/Orcish_Archer.cfg -%%DATADIR%%/data/units/Orcish_Assassin.cfg -%%DATADIR%%/data/units/Orcish_Crossbowman.cfg -%%DATADIR%%/data/units/Orcish_Grunt.cfg -%%DATADIR%%/data/units/Orcish_Leader.cfg -%%DATADIR%%/data/units/Orcish_Ruler.cfg -%%DATADIR%%/data/units/Orcish_Shaman.cfg -%%DATADIR%%/data/units/Orcish_Slayer.cfg -%%DATADIR%%/data/units/Orcish_Slurbow.cfg -%%DATADIR%%/data/units/Orcish_Sovereign.cfg -%%DATADIR%%/data/units/Orcish_Warlord.cfg -%%DATADIR%%/data/units/Orcish_Warrior.cfg -%%DATADIR%%/data/units/Outlaw.cfg -%%DATADIR%%/data/units/Outlaw_Princess.cfg -%%DATADIR%%/data/units/Outlaw_Queen.cfg -%%DATADIR%%/data/units/Paladin.cfg -%%DATADIR%%/data/units/Peasant.cfg -%%DATADIR%%/data/units/Pikeman.cfg -%%DATADIR%%/data/units/Pirate_Galleon.cfg -%%DATADIR%%/data/units/Poacher.cfg -%%DATADIR%%/data/units/Princess.cfg -%%DATADIR%%/data/units/Red_Mage.cfg -%%DATADIR%%/data/units/Revenant.cfg -%%DATADIR%%/data/units/Rogue.cfg -%%DATADIR%%/data/units/Royal_Guard.cfg -%%DATADIR%%/data/units/Saurian.cfg -%%DATADIR%%/data/units/Saurian_Ambusher.cfg -%%DATADIR%%/data/units/Saurian_Flanker.cfg -%%DATADIR%%/data/units/Saurian_Icecaster.cfg -%%DATADIR%%/data/units/Saurian_Skirmisher.cfg -%%DATADIR%%/data/units/Saurian_Soothsayer.cfg -%%DATADIR%%/data/units/Saurian_Tribalist.cfg -%%DATADIR%%/data/units/Saurian_Warrior.cfg -%%DATADIR%%/data/units/Sea_Hag.cfg -%%DATADIR%%/data/units/Sea_Orc.cfg -%%DATADIR%%/data/units/Sea_Serpent.cfg -%%DATADIR%%/data/units/Sergeant.cfg -%%DATADIR%%/data/units/Shadow.cfg -%%DATADIR%%/data/units/Shock_Trooper.cfg -%%DATADIR%%/data/units/Silver_Mage.cfg -%%DATADIR%%/data/units/Skeletal_Dragon.cfg -%%DATADIR%%/data/units/Skeleton.cfg -%%DATADIR%%/data/units/Skeleton_Archer.cfg -%%DATADIR%%/data/units/Sleeping_Gryphon.cfg -%%DATADIR%%/data/units/Soul_Shooter.cfg -%%DATADIR%%/data/units/Soulless.cfg -%%DATADIR%%/data/units/Spearman.cfg -%%DATADIR%%/data/units/Spectre.cfg -%%DATADIR%%/data/units/Swordsman.cfg -%%DATADIR%%/data/units/Tentacle.cfg -%%DATADIR%%/data/units/Thief.cfg -%%DATADIR%%/data/units/Thug.cfg -%%DATADIR%%/data/units/Transport_Galleon.cfg -%%DATADIR%%/data/units/Trapper.cfg -%%DATADIR%%/data/units/Triton.cfg -%%DATADIR%%/data/units/Troll.cfg -%%DATADIR%%/data/units/Troll_Hero.cfg -%%DATADIR%%/data/units/Troll_Rocklobber.cfg -%%DATADIR%%/data/units/Troll_Warrior.cfg -%%DATADIR%%/data/units/Troll_Whelp.cfg -%%DATADIR%%/data/units/Vampire_Bat.cfg -%%DATADIR%%/data/units/Vampire_Lady.cfg -%%DATADIR%%/data/units/Walking_Corpse.cfg -%%DATADIR%%/data/units/Wall_Guard.cfg -%%DATADIR%%/data/units/Warrior_King.cfg -%%DATADIR%%/data/units/Watch_Tower.cfg -%%DATADIR%%/data/units/White_Mage.cfg -%%DATADIR%%/data/units/Wolf_Rider.cfg -%%DATADIR%%/data/units/Wose.cfg -%%DATADIR%%/data/units/Wraith.cfg -%%DATADIR%%/data/units/Yeti.cfg -%%DATADIR%%/data/units/Young_Ogre.cfg -%%DATADIR%%/data/units/Youth.cfg -%%DATADIR%%/data/utils.cfg -%%DATADIR%%/fonts/COPYING -%%DATADIR%%/fonts/DejaVuSans.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 -%%DATADIR%%/images/arch-mage+female-staff-1.png -%%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 -%%DATADIR%%/images/arch-mage-staff-1.png -%%DATADIR%%/images/arch-mage-staff-2.png -%%DATADIR%%/images/arch-mage.png -%%DATADIR%%/images/assassin+female-attack.png -%%DATADIR%%/images/assassin+female-attack2.png -%%DATADIR%%/images/assassin+female-defend.png -%%DATADIR%%/images/assassin+female-throwknife1.png -%%DATADIR%%/images/assassin+female-throwknife2.png -%%DATADIR%%/images/assassin+female.png -%%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 -%%DATADIR%%/images/attacks/axe.png -%%DATADIR%%/images/attacks/ballista.png -%%DATADIR%%/images/attacks/baneblade.png -%%DATADIR%%/images/attacks/battleaxe.png -%%DATADIR%%/images/attacks/beak.png -%%DATADIR%%/images/attacks/bone-arrow-stab.png -%%DATADIR%%/images/attacks/bow.png -%%DATADIR%%/images/attacks/claws.png -%%DATADIR%%/images/attacks/cleaver.png -%%DATADIR%%/images/attacks/club.png -%%DATADIR%%/images/attacks/crossbow.png -%%DATADIR%%/images/attacks/crush.png -%%DATADIR%%/images/attacks/curse.png -%%DATADIR%%/images/attacks/dagger.png -%%DATADIR%%/images/attacks/dark-missile.png -%%DATADIR%%/images/attacks/darkstaff.png -%%DATADIR%%/images/attacks/darts.png -%%DATADIR%%/images/attacks/dragonstaff.png -%%DATADIR%%/images/attacks/druidstaff.png -%%DATADIR%%/images/attacks/entangle.png -%%DATADIR%%/images/attacks/faerie_touch.png -%%DATADIR%%/images/attacks/fangs.png -%%DATADIR%%/images/attacks/fireball.png -%%DATADIR%%/images/attacks/fireclaws.png -%%DATADIR%%/images/attacks/fist.png -%%DATADIR%%/images/attacks/frenzy.png -%%DATADIR%%/images/attacks/gaze.png -%%DATADIR%%/images/attacks/halberd.png -%%DATADIR%%/images/attacks/hammer.png -%%DATADIR%%/images/attacks/hatchet.png -%%DATADIR%%/images/attacks/iceball.png -%%DATADIR%%/images/attacks/ink.png -%%DATADIR%%/images/attacks/knife.png -%%DATADIR%%/images/attacks/lance.png -%%DATADIR%%/images/attacks/lightbeam.png -%%DATADIR%%/images/attacks/lightingbolt.png -%%DATADIR%%/images/attacks/longbow.png -%%DATADIR%%/images/attacks/mace.png -%%DATADIR%%/images/attacks/missile.png -%%DATADIR%%/images/attacks/morning_star.png -%%DATADIR%%/images/attacks/mud-glob.png -%%DATADIR%%/images/attacks/paladinsword.png -%%DATADIR%%/images/attacks/pike.png -%%DATADIR%%/images/attacks/pincers.png -%%DATADIR%%/images/attacks/pistol.png -%%DATADIR%%/images/attacks/pitchfork.png -%%DATADIR%%/images/attacks/plaguestaff.png -%%DATADIR%%/images/attacks/rapier.png -%%DATADIR%%/images/attacks/short-sword.png -%%DATADIR%%/images/attacks/slam.png -%%DATADIR%%/images/attacks/sling.png -%%DATADIR%%/images/attacks/spear.png -%%DATADIR%%/images/attacks/staff.png -%%DATADIR%%/images/attacks/sting.png -%%DATADIR%%/images/attacks/sword.png -%%DATADIR%%/images/attacks/tentacle.png -%%DATADIR%%/images/attacks/thorns.png -%%DATADIR%%/images/attacks/thunderstick.png -%%DATADIR%%/images/attacks/torch.png -%%DATADIR%%/images/attacks/touch.png -%%DATADIR%%/images/attacks/trident.png -%%DATADIR%%/images/attacks/wail.png -%%DATADIR%%/images/attacks/waterspray.png -%%DATADIR%%/images/attacks/web.png -%%DATADIR%%/images/attacks/woodensword.png -%%DATADIR%%/images/buttons/button-active.png -%%DATADIR%%/images/buttons/button-pressed.png -%%DATADIR%%/images/buttons/button.png -%%DATADIR%%/images/buttons/checkbox-active-pressed.png -%%DATADIR%%/images/buttons/checkbox-active.png -%%DATADIR%%/images/buttons/checkbox-pressed.png -%%DATADIR%%/images/buttons/checkbox.png -%%DATADIR%%/images/buttons/downarrow-button-active.png -%%DATADIR%%/images/buttons/downarrow-button-pressed.png -%%DATADIR%%/images/buttons/downarrow-button.png -%%DATADIR%%/images/buttons/draw_button_editor-active.png -%%DATADIR%%/images/buttons/draw_button_editor-pressed.png -%%DATADIR%%/images/buttons/draw_button_editor.png -%%DATADIR%%/images/buttons/endturn-button-active.png -%%DATADIR%%/images/buttons/endturn-button.png -%%DATADIR%%/images/buttons/flip_map_button_editor-active.png -%%DATADIR%%/images/buttons/flip_map_button_editor-pressed.png -%%DATADIR%%/images/buttons/flip_map_button_editor.png -%%DATADIR%%/images/buttons/flood_button_editor-active.png -%%DATADIR%%/images/buttons/flood_button_editor-pressed.png -%%DATADIR%%/images/buttons/flood_button_editor.png -%%DATADIR%%/images/buttons/lite-active.png -%%DATADIR%%/images/buttons/lite-pressed.png -%%DATADIR%%/images/buttons/lite.png -%%DATADIR%%/images/buttons/lite_small-active.png -%%DATADIR%%/images/buttons/lite_small-pressed.png -%%DATADIR%%/images/buttons/lite_small.png -%%DATADIR%%/images/buttons/paste_button_editor-active.png -%%DATADIR%%/images/buttons/paste_button_editor-pressed.png -%%DATADIR%%/images/buttons/paste_button_editor.png -%%DATADIR%%/images/buttons/redo_button_editor-active.png -%%DATADIR%%/images/buttons/redo_button_editor-pressed.png -%%DATADIR%%/images/buttons/redo_button_editor.png -%%DATADIR%%/images/buttons/resize_button_editor-active.png -%%DATADIR%%/images/buttons/resize_button_editor-pressed.png -%%DATADIR%%/images/buttons/resize_button_editor.png -%%DATADIR%%/images/buttons/scrollbottom-active.png -%%DATADIR%%/images/buttons/scrollbottom.png -%%DATADIR%%/images/buttons/scrollgroove-bottom.png -%%DATADIR%%/images/buttons/scrollgroove-mid.png -%%DATADIR%%/images/buttons/scrollgroove-top.png -%%DATADIR%%/images/buttons/scrollmid-active.png -%%DATADIR%%/images/buttons/scrollmid.png -%%DATADIR%%/images/buttons/scrolltop-active.png -%%DATADIR%%/images/buttons/scrolltop.png -%%DATADIR%%/images/buttons/slider-selected.png -%%DATADIR%%/images/buttons/slider.png -%%DATADIR%%/images/buttons/start_position_button_editor-active.png -%%DATADIR%%/images/buttons/start_position_button_editor-pressed.png -%%DATADIR%%/images/buttons/start_position_button_editor.png -%%DATADIR%%/images/buttons/toggle_grid_button_editor-active.png -%%DATADIR%%/images/buttons/toggle_grid_button_editor-pressed.png -%%DATADIR%%/images/buttons/toggle_grid_button_editor.png -%%DATADIR%%/images/buttons/undo_button_editor-active.png -%%DATADIR%%/images/buttons/undo_button_editor-pressed.png -%%DATADIR%%/images/buttons/undo_button_editor.png -%%DATADIR%%/images/buttons/uparrow-button-active.png -%%DATADIR%%/images/buttons/uparrow-button-pressed.png -%%DATADIR%%/images/buttons/uparrow-button.png -%%DATADIR%%/images/buttons/zoom_in_button_editor-active.png -%%DATADIR%%/images/buttons/zoom_in_button_editor-pressed.png -%%DATADIR%%/images/buttons/zoom_in_button_editor.png -%%DATADIR%%/images/buttons/zoom_out_button_editor-active.png -%%DATADIR%%/images/buttons/zoom_out_button_editor-pressed.png -%%DATADIR%%/images/buttons/zoom_out_button_editor.png -%%DATADIR%%/images/campaigns/Eastern_Invasion/maps/eastern_invasion.png -%%DATADIR%%/images/campaigns/Heir_To_The_Throne/story/story0a.png -%%DATADIR%%/images/campaigns/Heir_To_The_Throne/story/story0b.png -%%DATADIR%%/images/campaigns/Heir_To_The_Throne/story/story1.png -%%DATADIR%%/images/campaigns/Heir_To_The_Throne/story/story2.png -%%DATADIR%%/images/campaigns/Heir_To_The_Throne/story/story3.png -%%DATADIR%%/images/campaigns/Heir_To_The_Throne/story/story4.png -%%DATADIR%%/images/campaigns/Heir_To_The_Throne/story/story5.png -%%DATADIR%%/images/campaigns/Heir_To_The_Throne/story/story6.png -%%DATADIR%%/images/campaigns/Heir_To_The_Throne/story/story7.png -%%DATADIR%%/images/campaigns/Heir_To_The_Throne/story/story8.png -%%DATADIR%%/images/campaigns/Heir_To_The_Throne/story/story9.png -%%DATADIR%%/images/campaigns/Son_Of_The_Black_Eye/maps/sotbe.png -%%DATADIR%%/images/campaigns/Son_Of_The_Black_Eye/maps/sotbe1.png -%%DATADIR%%/images/campaigns/Son_Of_The_Black_Eye/maps/sotbe2.png -%%DATADIR%%/images/campaigns/Son_Of_The_Black_Eye/maps/sotbe3.png -%%DATADIR%%/images/campaigns/The_Rise_of_Wesnoth/maps/the_great_continent.png -%%DATADIR%%/images/campaigns/The_Rise_of_Wesnoth/maps/the_green_isle.png -%%DATADIR%%/images/campaigns/The_Rise_of_Wesnoth/story/east.png -%%DATADIR%%/images/campaigns/The_Rise_of_Wesnoth/story/fall_of_eldaric.png -%%DATADIR%%/images/campaigns/The_Rise_of_Wesnoth/story/prince_finds_wesnoth.png -%%DATADIR%%/images/campaigns/The_Rise_of_Wesnoth/story/the_duel.png -%%DATADIR%%/images/campaigns/The_Rise_of_Wesnoth/story/trow-logo.png -%%DATADIR%%/images/campaigns/The_Rise_of_Wesnoth/story/west.png -%%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 -%%DATADIR%%/images/cursors-bw/normal.png -%%DATADIR%%/images/cursors-bw/select.png -%%DATADIR%%/images/cursors-bw/wait-16x16.png -%%DATADIR%%/images/cursors-bw/wait.png -%%DATADIR%%/images/cursors/attack.png -%%DATADIR%%/images/cursors/move.png -%%DATADIR%%/images/cursors/normal.png -%%DATADIR%%/images/cursors/select.png -%%DATADIR%%/images/cursors/wait.png -%%DATADIR%%/images/cuttlefish-attack-2.png -%%DATADIR%%/images/cuttlefish-attack-3.png -%%DATADIR%%/images/cuttlefish-attack-4.png -%%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-die-1.png -%%DATADIR%%/images/deep-tentacle-die-2.png -%%DATADIR%%/images/deep-tentacle-die-3.png -%%DATADIR%%/images/deep-tentacle-die-4.png -%%DATADIR%%/images/deep-tentacle-die-5.png -%%DATADIR%%/images/deep-tentacle-die-6.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-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 -%%DATADIR%%/images/drake-clasher-attack-sword.png -%%DATADIR%%/images/drake-clasher-attack-sword1.png -%%DATADIR%%/images/drake-clasher-attack-sword2.png -%%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-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 -%%DATADIR%%/images/drake-flameheart-attack-close2.png -%%DATADIR%%/images/drake-flameheart-attack-ranged.png -%%DATADIR%%/images/drake-flameheart-defend.png -%%DATADIR%%/images/drake-flameheart-flying.png -%%DATADIR%%/images/drake-flameheart-lead.png -%%DATADIR%%/images/drake-flameheart.png -%%DATADIR%%/images/drake-flare-attack-close.png -%%DATADIR%%/images/drake-flare-attack-ranged.png -%%DATADIR%%/images/drake-flare-defend.png -%%DATADIR%%/images/drake-flare-flying.png -%%DATADIR%%/images/drake-flare-lead.png -%%DATADIR%%/images/drake-flare.png -%%DATADIR%%/images/drake-gladiator-attack-mace.png -%%DATADIR%%/images/drake-gladiator-attack-spear.png -%%DATADIR%%/images/drake-gladiator-attack-sword.png -%%DATADIR%%/images/drake-gladiator-defend.png -%%DATADIR%%/images/drake-gladiator-flying.png -%%DATADIR%%/images/drake-gladiator.png -%%DATADIR%%/images/drake-glider-attack-close1.png -%%DATADIR%%/images/drake-glider-attack-close2.png -%%DATADIR%%/images/drake-glider-defend.png -%%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 -%%DATADIR%%/images/drake-inferno-flying.png -%%DATADIR%%/images/drake-inferno.png -%%DATADIR%%/images/drake-sky-attack-melee1.png -%%DATADIR%%/images/drake-sky-attack-melee2.png -%%DATADIR%%/images/drake-sky-attack-ranged-fire.png -%%DATADIR%%/images/drake-sky-attack-ranged-impact.png -%%DATADIR%%/images/drake-sky-defend.png -%%DATADIR%%/images/drake-sky.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 -%%DATADIR%%/images/drake-warrior-defend.png -%%DATADIR%%/images/drake-warrior-flying.png -%%DATADIR%%/images/drake-warrior.png -%%DATADIR%%/images/dwarf-berserker-attack.png -%%DATADIR%%/images/dwarf-berserker-defend.png -%%DATADIR%%/images/dwarf-berserker.png -%%DATADIR%%/images/dwarf-dragonguard-attack-close.png -%%DATADIR%%/images/dwarf-dragonguard-attack-ranged.png -%%DATADIR%%/images/dwarf-dragonguard-defend.png -%%DATADIR%%/images/dwarf-dragonguard.png -%%DATADIR%%/images/dwarf-fighter-attack-mace.png -%%DATADIR%%/images/dwarf-fighter-attack.png -%%DATADIR%%/images/dwarf-fighter-defend.png -%%DATADIR%%/images/dwarf-fighter.png -%%DATADIR%%/images/dwarf-guard-attack.png -%%DATADIR%%/images/dwarf-guard-defend.png -%%DATADIR%%/images/dwarf-guard.png -%%DATADIR%%/images/dwarf-lord-attack-mace.png -%%DATADIR%%/images/dwarf-lord-attack.png -%%DATADIR%%/images/dwarf-lord-defend.png -%%DATADIR%%/images/dwarf-lord-ranged.png -%%DATADIR%%/images/dwarf-lord.png -%%DATADIR%%/images/dwarf-runemaster-attack.png -%%DATADIR%%/images/dwarf-runemaster-defend.png -%%DATADIR%%/images/dwarf-runemaster.png -%%DATADIR%%/images/dwarf-sentinel-attack.png -%%DATADIR%%/images/dwarf-sentinel-defend.png -%%DATADIR%%/images/dwarf-sentinel.png -%%DATADIR%%/images/dwarf-stalwart-attack.png -%%DATADIR%%/images/dwarf-stalwart-defend.png -%%DATADIR%%/images/dwarf-stalwart.png -%%DATADIR%%/images/dwarf-thunderer-attack.png -%%DATADIR%%/images/dwarf-thunderer-attack1.png -%%DATADIR%%/images/dwarf-thunderer-defend.png -%%DATADIR%%/images/dwarf-thunderer-die1.png -%%DATADIR%%/images/dwarf-thunderer-die2.png -%%DATADIR%%/images/dwarf-thunderer-die3.png -%%DATADIR%%/images/dwarf-thunderer-melee1.png -%%DATADIR%%/images/dwarf-thunderer-melee2.png -%%DATADIR%%/images/dwarf-thunderer.png -%%DATADIR%%/images/dwarf-thunderguard-attack.png -%%DATADIR%%/images/dwarf-thunderguard-attack1.png -%%DATADIR%%/images/dwarf-thunderguard-attack2.png -%%DATADIR%%/images/dwarf-thunderguard-defend.png -%%DATADIR%%/images/dwarf-thunderguard.png -%%DATADIR%%/images/dwarf-ulfserker-attack.png -%%DATADIR%%/images/dwarf-ulfserker-defend.png -%%DATADIR%%/images/dwarf-ulfserker.png -%%DATADIR%%/images/dwarf-warrior-attack-mace.png -%%DATADIR%%/images/dwarf-warrior-attack.png -%%DATADIR%%/images/dwarf-warrior-defend.png -%%DATADIR%%/images/dwarf-warrior.png -%%DATADIR%%/images/editor/brush-1-active.png -%%DATADIR%%/images/editor/brush-1-pressed.png -%%DATADIR%%/images/editor/brush-1.png -%%DATADIR%%/images/editor/brush-2-active.png -%%DATADIR%%/images/editor/brush-2-pressed.png -%%DATADIR%%/images/editor/brush-2.png -%%DATADIR%%/images/editor/brush-3-active.png -%%DATADIR%%/images/editor/brush-3-pressed.png -%%DATADIR%%/images/editor/brush-3.png -%%DATADIR%%/images/elder-mage-attack.png -%%DATADIR%%/images/elder-mage-defend.png -%%DATADIR%%/images/elder-mage-ranged.png -%%DATADIR%%/images/elder-mage.png -%%DATADIR%%/images/elvish-archer+female-attack.png -%%DATADIR%%/images/elvish-archer+female-attack1.png -%%DATADIR%%/images/elvish-archer+female-attack2.png -%%DATADIR%%/images/elvish-archer+female-attack3.png -%%DATADIR%%/images/elvish-archer+female-bow-defend.png -%%DATADIR%%/images/elvish-archer+female-bow.png -%%DATADIR%%/images/elvish-archer+female-defend.png -%%DATADIR%%/images/elvish-archer+female.png -%%DATADIR%%/images/elvish-archer-attack.png -%%DATADIR%%/images/elvish-archer-attack1.png -%%DATADIR%%/images/elvish-archer-attack2.png -%%DATADIR%%/images/elvish-archer-attack3.png -%%DATADIR%%/images/elvish-archer-bow-defend.png -%%DATADIR%%/images/elvish-archer-bow.png -%%DATADIR%%/images/elvish-archer-defend.png -%%DATADIR%%/images/elvish-archer-die1.png -%%DATADIR%%/images/elvish-archer-die2.png -%%DATADIR%%/images/elvish-archer-die3.png -%%DATADIR%%/images/elvish-archer-die4.png -%%DATADIR%%/images/elvish-archer.png -%%DATADIR%%/images/elvish-archer_female-die1.png -%%DATADIR%%/images/elvish-archer_female-die2.png -%%DATADIR%%/images/elvish-archer_female-die3.png -%%DATADIR%%/images/elvish-archer_female-die4.png -%%DATADIR%%/images/elvish-avenger+female-attack.png -%%DATADIR%%/images/elvish-avenger+female-attack1.png -%%DATADIR%%/images/elvish-avenger+female-attack2.png -%%DATADIR%%/images/elvish-avenger+female-attack3.png -%%DATADIR%%/images/elvish-avenger+female-bow-defend.png -%%DATADIR%%/images/elvish-avenger+female-bow.png -%%DATADIR%%/images/elvish-avenger+female-defend.png -%%DATADIR%%/images/elvish-avenger+female.png -%%DATADIR%%/images/elvish-avenger-attack.png -%%DATADIR%%/images/elvish-avenger-attack1.png -%%DATADIR%%/images/elvish-avenger-attack2.png -%%DATADIR%%/images/elvish-avenger-attack3.png -%%DATADIR%%/images/elvish-avenger-bow-defend.png -%%DATADIR%%/images/elvish-avenger-bow.png -%%DATADIR%%/images/elvish-avenger-defend.png -%%DATADIR%%/images/elvish-avenger-die1.png -%%DATADIR%%/images/elvish-avenger-die2.png -%%DATADIR%%/images/elvish-avenger-die3.png -%%DATADIR%%/images/elvish-avenger-die4.png -%%DATADIR%%/images/elvish-avenger.png -%%DATADIR%%/images/elvish-captain-attack.png -%%DATADIR%%/images/elvish-captain-bow-attack1.png -%%DATADIR%%/images/elvish-captain-bow-attack2.png -%%DATADIR%%/images/elvish-captain-bow-attack3.png -%%DATADIR%%/images/elvish-captain-bow-defend.png -%%DATADIR%%/images/elvish-captain-bow.png -%%DATADIR%%/images/elvish-captain-defend.png -%%DATADIR%%/images/elvish-captain-leading.png -%%DATADIR%%/images/elvish-captain.png -%%DATADIR%%/images/elvish-champion-attack.png -%%DATADIR%%/images/elvish-champion-bow-attack1.png -%%DATADIR%%/images/elvish-champion-bow-attack2.png -%%DATADIR%%/images/elvish-champion-bow-attack3.png -%%DATADIR%%/images/elvish-champion-bow-defend.png -%%DATADIR%%/images/elvish-champion-bow.png -%%DATADIR%%/images/elvish-champion-defend.png -%%DATADIR%%/images/elvish-champion.png -%%DATADIR%%/images/elvish-druid-attack.png -%%DATADIR%%/images/elvish-druid-defend.png -%%DATADIR%%/images/elvish-druid-healing.png -%%DATADIR%%/images/elvish-druid-healing1.png -%%DATADIR%%/images/elvish-druid-healing2.png -%%DATADIR%%/images/elvish-druid-healing3.png -%%DATADIR%%/images/elvish-druid-healing4.png -%%DATADIR%%/images/elvish-druid-healing5.png -%%DATADIR%%/images/elvish-druid-healing6.png -%%DATADIR%%/images/elvish-druid-healing7.png -%%DATADIR%%/images/elvish-druid-healing8.png -%%DATADIR%%/images/elvish-druid-ranged.png -%%DATADIR%%/images/elvish-druid.png -%%DATADIR%%/images/elvish-enchantress-attack1.png -%%DATADIR%%/images/elvish-enchantress-attack2.png -%%DATADIR%%/images/elvish-enchantress-attack3.png -%%DATADIR%%/images/elvish-enchantress-attack4.png -%%DATADIR%%/images/elvish-enchantress-attack5.png -%%DATADIR%%/images/elvish-enchantress-attack6.png -%%DATADIR%%/images/elvish-enchantress-attack7.png -%%DATADIR%%/images/elvish-enchantress-defend.png -%%DATADIR%%/images/elvish-enchantress-entangle1.png -%%DATADIR%%/images/elvish-enchantress-entangle2.png -%%DATADIR%%/images/elvish-enchantress-entangle3.png -%%DATADIR%%/images/elvish-enchantress-entangle4.png -%%DATADIR%%/images/elvish-enchantress-entangle5.png -%%DATADIR%%/images/elvish-enchantress-entangle6.png -%%DATADIR%%/images/elvish-enchantress-entangle7.png -%%DATADIR%%/images/elvish-enchantress-melee1.png -%%DATADIR%%/images/elvish-enchantress-melee2.png -%%DATADIR%%/images/elvish-enchantress-melee3.png -%%DATADIR%%/images/elvish-enchantress-melee4.png -%%DATADIR%%/images/elvish-enchantress-melee5.png -%%DATADIR%%/images/elvish-enchantress-ranged-defend.png -%%DATADIR%%/images/elvish-enchantress.png -%%DATADIR%%/images/elvish-fighter-attack.png -%%DATADIR%%/images/elvish-fighter-bow-attack1.png -%%DATADIR%%/images/elvish-fighter-bow-attack2.png -%%DATADIR%%/images/elvish-fighter-bow-attack3.png -%%DATADIR%%/images/elvish-fighter-bow-defend.png -%%DATADIR%%/images/elvish-fighter-bow.png -%%DATADIR%%/images/elvish-fighter-defend.png -%%DATADIR%%/images/elvish-fighter.png -%%DATADIR%%/images/elvish-hero-attack.png -%%DATADIR%%/images/elvish-hero-bow-attack1.png -%%DATADIR%%/images/elvish-hero-bow-attack2.png -%%DATADIR%%/images/elvish-hero-bow-attack3.png -%%DATADIR%%/images/elvish-hero-bow-defend.png -%%DATADIR%%/images/elvish-hero-bow.png -%%DATADIR%%/images/elvish-hero-defend.png -%%DATADIR%%/images/elvish-hero.png -%%DATADIR%%/images/elvish-high-lord-attack-sword-1.png -%%DATADIR%%/images/elvish-high-lord-attack-sword-2.png -%%DATADIR%%/images/elvish-high-lord-defend.png -%%DATADIR%%/images/elvish-high-lord-ranged-defend.png -%%DATADIR%%/images/elvish-high-lord-ranged1.png -%%DATADIR%%/images/elvish-high-lord-ranged2.png -%%DATADIR%%/images/elvish-high-lord-ranged3.png -%%DATADIR%%/images/elvish-high-lord.png -%%DATADIR%%/images/elvish-lord-defend.png -%%DATADIR%%/images/elvish-lord-melee.png -%%DATADIR%%/images/elvish-lord-ranged-defend.png -%%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 -%%DATADIR%%/images/elvish-marksman+female-attack2.png -%%DATADIR%%/images/elvish-marksman+female-attack3.png -%%DATADIR%%/images/elvish-marksman+female-attack4.png -%%DATADIR%%/images/elvish-marksman+female-bow-defend.png -%%DATADIR%%/images/elvish-marksman+female-bow.png -%%DATADIR%%/images/elvish-marksman+female-defend.png -%%DATADIR%%/images/elvish-marksman+female.png -%%DATADIR%%/images/elvish-marksman-attack.png -%%DATADIR%%/images/elvish-marksman-attack1.png -%%DATADIR%%/images/elvish-marksman-attack2.png -%%DATADIR%%/images/elvish-marksman-attack3.png -%%DATADIR%%/images/elvish-marksman-attack4.png -%%DATADIR%%/images/elvish-marksman-bow-defend.png -%%DATADIR%%/images/elvish-marksman-bow.png -%%DATADIR%%/images/elvish-marksman-defend.png -%%DATADIR%%/images/elvish-marksman-die1.png -%%DATADIR%%/images/elvish-marksman-die2.png -%%DATADIR%%/images/elvish-marksman-die3.png -%%DATADIR%%/images/elvish-marksman-die4.png -%%DATADIR%%/images/elvish-marksman.png -%%DATADIR%%/images/elvish-marshal-attack.png -%%DATADIR%%/images/elvish-marshal-attack1.png -%%DATADIR%%/images/elvish-marshal-attack2.png -%%DATADIR%%/images/elvish-marshal-attack3.png -%%DATADIR%%/images/elvish-marshal-bow-defend.png -%%DATADIR%%/images/elvish-marshal-bow.png -%%DATADIR%%/images/elvish-marshal-defend.png -%%DATADIR%%/images/elvish-marshal-en-guarde.png -%%DATADIR%%/images/elvish-marshal-leading.png -%%DATADIR%%/images/elvish-marshal.png -%%DATADIR%%/images/elvish-outrider-attack.png -%%DATADIR%%/images/elvish-outrider-attack1.png -%%DATADIR%%/images/elvish-outrider-attack2.png -%%DATADIR%%/images/elvish-outrider-defend.png -%%DATADIR%%/images/elvish-outrider-moving.png -%%DATADIR%%/images/elvish-outrider.png -%%DATADIR%%/images/elvish-ranger+female-attack.png -%%DATADIR%%/images/elvish-ranger+female-attack1.png -%%DATADIR%%/images/elvish-ranger+female-attack2.png -%%DATADIR%%/images/elvish-ranger+female-attack3.png -%%DATADIR%%/images/elvish-ranger+female-bow-defend.png -%%DATADIR%%/images/elvish-ranger+female-bow.png -%%DATADIR%%/images/elvish-ranger+female-defend.png -%%DATADIR%%/images/elvish-ranger+female.png -%%DATADIR%%/images/elvish-ranger-attack.png -%%DATADIR%%/images/elvish-ranger-attack1.png -%%DATADIR%%/images/elvish-ranger-attack2.png -%%DATADIR%%/images/elvish-ranger-attack3.png -%%DATADIR%%/images/elvish-ranger-bow-defend.png -%%DATADIR%%/images/elvish-ranger-bow.png -%%DATADIR%%/images/elvish-ranger-defend.png -%%DATADIR%%/images/elvish-ranger-die1.png -%%DATADIR%%/images/elvish-ranger-die2.png -%%DATADIR%%/images/elvish-ranger-die3.png -%%DATADIR%%/images/elvish-ranger-die4.png -%%DATADIR%%/images/elvish-ranger.png -%%DATADIR%%/images/elvish-rider-attack.png -%%DATADIR%%/images/elvish-rider-attack1.png -%%DATADIR%%/images/elvish-rider-attack2.png -%%DATADIR%%/images/elvish-rider-defend.png -%%DATADIR%%/images/elvish-rider-moving.png -%%DATADIR%%/images/elvish-rider.png -%%DATADIR%%/images/elvish-scout-attack.png -%%DATADIR%%/images/elvish-scout-attack1.png -%%DATADIR%%/images/elvish-scout-attack2.png -%%DATADIR%%/images/elvish-scout-defend.png -%%DATADIR%%/images/elvish-scout-moving.png -%%DATADIR%%/images/elvish-scout.png -%%DATADIR%%/images/elvish-shaman-attack.png -%%DATADIR%%/images/elvish-shaman-attack2.png -%%DATADIR%%/images/elvish-shaman-defend.png -%%DATADIR%%/images/elvish-shaman-heal1.png -%%DATADIR%%/images/elvish-shaman-heal2.png -%%DATADIR%%/images/elvish-shaman-heal3.png -%%DATADIR%%/images/elvish-shaman-heal4.png -%%DATADIR%%/images/elvish-shaman-heal5.png -%%DATADIR%%/images/elvish-shaman-heal6.png -%%DATADIR%%/images/elvish-shaman-heal7.png -%%DATADIR%%/images/elvish-shaman-heal8.png -%%DATADIR%%/images/elvish-shaman-heal9.png -%%DATADIR%%/images/elvish-shaman.png -%%DATADIR%%/images/elvish-sharpshooter+female-attack.png -%%DATADIR%%/images/elvish-sharpshooter+female-attack1.png -%%DATADIR%%/images/elvish-sharpshooter+female-attack2.png -%%DATADIR%%/images/elvish-sharpshooter+female-attack3.png -%%DATADIR%%/images/elvish-sharpshooter+female-attack4.png -%%DATADIR%%/images/elvish-sharpshooter+female-bow-defend.png -%%DATADIR%%/images/elvish-sharpshooter+female-bow.png -%%DATADIR%%/images/elvish-sharpshooter+female-defend.png -%%DATADIR%%/images/elvish-sharpshooter+female.png -%%DATADIR%%/images/elvish-sharpshooter-attack.png -%%DATADIR%%/images/elvish-sharpshooter-attack1.png -%%DATADIR%%/images/elvish-sharpshooter-attack2.png -%%DATADIR%%/images/elvish-sharpshooter-attack3.png -%%DATADIR%%/images/elvish-sharpshooter-attack4.png -%%DATADIR%%/images/elvish-sharpshooter-bow-defend.png -%%DATADIR%%/images/elvish-sharpshooter-bow.png -%%DATADIR%%/images/elvish-sharpshooter-defend.png -%%DATADIR%%/images/elvish-sharpshooter-die1.png -%%DATADIR%%/images/elvish-sharpshooter-die2.png -%%DATADIR%%/images/elvish-sharpshooter-die3.png -%%DATADIR%%/images/elvish-sharpshooter-die4.png -%%DATADIR%%/images/elvish-sharpshooter.png -%%DATADIR%%/images/elvish-shyde-defend.png -%%DATADIR%%/images/elvish-shyde-ftouch-attack1.png -%%DATADIR%%/images/elvish-shyde-ftouch-attack2.png -%%DATADIR%%/images/elvish-shyde-ftouch-attack3.png -%%DATADIR%%/images/elvish-shyde-healing1.png -%%DATADIR%%/images/elvish-shyde-healing10.png -%%DATADIR%%/images/elvish-shyde-healing11.png -%%DATADIR%%/images/elvish-shyde-healing12.png -%%DATADIR%%/images/elvish-shyde-healing2.png -%%DATADIR%%/images/elvish-shyde-healing3.png -%%DATADIR%%/images/elvish-shyde-healing4.png -%%DATADIR%%/images/elvish-shyde-healing5.png -%%DATADIR%%/images/elvish-shyde-healing6.png -%%DATADIR%%/images/elvish-shyde-healing7.png -%%DATADIR%%/images/elvish-shyde-healing8.png -%%DATADIR%%/images/elvish-shyde-healing9.png -%%DATADIR%%/images/elvish-shyde-ranged.png -%%DATADIR%%/images/elvish-shyde.png -%%DATADIR%%/images/elvish-sorceress-attack1.png -%%DATADIR%%/images/elvish-sorceress-attack2.png -%%DATADIR%%/images/elvish-sorceress-attack3.png -%%DATADIR%%/images/elvish-sorceress-attack4.png -%%DATADIR%%/images/elvish-sorceress-attack5.png -%%DATADIR%%/images/elvish-sorceress-attack6.png -%%DATADIR%%/images/elvish-sorceress-attack7.png -%%DATADIR%%/images/elvish-sorceress-defend.png -%%DATADIR%%/images/elvish-sorceress-entangle1.png -%%DATADIR%%/images/elvish-sorceress-entangle2.png -%%DATADIR%%/images/elvish-sorceress-entangle3.png -%%DATADIR%%/images/elvish-sorceress-entangle4.png -%%DATADIR%%/images/elvish-sorceress-entangle5.png -%%DATADIR%%/images/elvish-sorceress-entangle6.png -%%DATADIR%%/images/elvish-sorceress-entangle7.png -%%DATADIR%%/images/elvish-sorceress-melee1.png -%%DATADIR%%/images/elvish-sorceress-melee2.png -%%DATADIR%%/images/elvish-sorceress-melee3.png -%%DATADIR%%/images/elvish-sorceress-melee4.png -%%DATADIR%%/images/elvish-sorceress-melee5.png -%%DATADIR%%/images/elvish-sorceress-ranged-defend.png -%%DATADIR%%/images/elvish-sorceress.png -%%DATADIR%%/images/elvish-sylph-attack1.png -%%DATADIR%%/images/elvish-sylph-attack2.png -%%DATADIR%%/images/elvish-sylph-attack3.png -%%DATADIR%%/images/elvish-sylph-attack4.png -%%DATADIR%%/images/elvish-sylph-attack5.png -%%DATADIR%%/images/elvish-sylph-defend.png -%%DATADIR%%/images/elvish-sylph-ftouch-attack1.png -%%DATADIR%%/images/elvish-sylph-ftouch-attack2.png -%%DATADIR%%/images/elvish-sylph-ftouch-attack3.png -%%DATADIR%%/images/elvish-sylph-gossamer-attack1.png -%%DATADIR%%/images/elvish-sylph-gossamer-attack2.png -%%DATADIR%%/images/elvish-sylph-gossamer-attack3.png -%%DATADIR%%/images/elvish-sylph.png -%%DATADIR%%/images/fire-dragon-attack-bite.png -%%DATADIR%%/images/fire-dragon-attack-breath.png -%%DATADIR%%/images/fire-dragon-attack-tail.png -%%DATADIR%%/images/fire-dragon-defend.png -%%DATADIR%%/images/fire-dragon.png -%%DATADIR%%/images/galleon.png -%%DATADIR%%/images/giant-mudcrawler-attack.png -%%DATADIR%%/images/giant-mudcrawler-attack1.png -%%DATADIR%%/images/giant-mudcrawler-attack2.png -%%DATADIR%%/images/giant-mudcrawler-death1.png -%%DATADIR%%/images/giant-mudcrawler-death2.png -%%DATADIR%%/images/giant-mudcrawler-death3.png -%%DATADIR%%/images/giant-mudcrawler-death4.png -%%DATADIR%%/images/giant-mudcrawler-defend.png -%%DATADIR%%/images/giant-mudcrawler.png -%%DATADIR%%/images/goblin-direwolver-attack.png -%%DATADIR%%/images/goblin-direwolver-defend.png -%%DATADIR%%/images/goblin-direwolver-moving.png -%%DATADIR%%/images/goblin-direwolver.png -%%DATADIR%%/images/goblin-impaler-attack-ranged1.png -%%DATADIR%%/images/goblin-impaler-attack-ranged2.png -%%DATADIR%%/images/goblin-impaler-attack1.png -%%DATADIR%%/images/goblin-impaler-attack2.png -%%DATADIR%%/images/goblin-impaler-defend.png -%%DATADIR%%/images/goblin-impaler.png -%%DATADIR%%/images/goblin-knight-attack.png -%%DATADIR%%/images/goblin-knight-defend.png -%%DATADIR%%/images/goblin-knight-moving.png -%%DATADIR%%/images/goblin-knight.png -%%DATADIR%%/images/goblin-pillager-attack.png -%%DATADIR%%/images/goblin-pillager-attack2.png -%%DATADIR%%/images/goblin-pillager-defend.png -%%DATADIR%%/images/goblin-pillager-moving.png -%%DATADIR%%/images/goblin-pillager.png -%%DATADIR%%/images/goblin-spearman-defend.png -%%DATADIR%%/images/goblin-spearman-melee.png -%%DATADIR%%/images/goblin-spearman-ranged.png -%%DATADIR%%/images/goblin-spearman.png -%%DATADIR%%/images/grand-knight-attack-sword.png -%%DATADIR%%/images/grand-knight-defend.png -%%DATADIR%%/images/grand-knight-moving.png -%%DATADIR%%/images/grand-knight.png -%%DATADIR%%/images/great-mage+female-defend.png -%%DATADIR%%/images/great-mage+female-fireball-1.png -%%DATADIR%%/images/great-mage+female-fireball-2.png -%%DATADIR%%/images/great-mage+female-fireball-3.png -%%DATADIR%%/images/great-mage+female-staff-1.png -%%DATADIR%%/images/great-mage+female-staff-2.png -%%DATADIR%%/images/great-mage+female.png -%%DATADIR%%/images/great-mage-defend.png -%%DATADIR%%/images/great-mage-fireball-1.png -%%DATADIR%%/images/great-mage-fireball-2.png -%%DATADIR%%/images/great-mage-fireball-3.png -%%DATADIR%%/images/great-mage-staff-1.png -%%DATADIR%%/images/great-mage-staff-2.png -%%DATADIR%%/images/great-mage.png -%%DATADIR%%/images/great-troll-attack.png -%%DATADIR%%/images/great-troll-defend.png -%%DATADIR%%/images/great-troll.png -%%DATADIR%%/images/gryphon-defend.png -%%DATADIR%%/images/gryphon-master.png -%%DATADIR%%/images/gryphon-rider.png -%%DATADIR%%/images/gryphon-sleeping.png -%%DATADIR%%/images/gryphon.png -%%DATADIR%%/images/halo/blood-halo1.png -%%DATADIR%%/images/halo/blood-halo2.png -%%DATADIR%%/images/halo/elder-mage-halo.png -%%DATADIR%%/images/halo/elder-mage-halo1.png -%%DATADIR%%/images/halo/elder-mage-halo2.png -%%DATADIR%%/images/halo/elder-mage-halo3.png -%%DATADIR%%/images/halo/elder-mage-halo4.png -%%DATADIR%%/images/halo/elder-mage-halo5.png -%%DATADIR%%/images/halo/elder-mage-halo6.png -%%DATADIR%%/images/halo/fireball-big-halo1.png -%%DATADIR%%/images/halo/fireball-big-halo2.png -%%DATADIR%%/images/halo/fireball-big-halo3.png -%%DATADIR%%/images/halo/fireball-big-halo4.png -%%DATADIR%%/images/halo/fireball-big-halo5.png -%%DATADIR%%/images/halo/fireball-big-halo6.png -%%DATADIR%%/images/halo/fireball-big-halo7.png -%%DATADIR%%/images/halo/fireball-big-halo8.png -%%DATADIR%%/images/halo/fireball-halo1.png -%%DATADIR%%/images/halo/fireball-halo2.png -%%DATADIR%%/images/halo/fireball-halo3.png -%%DATADIR%%/images/halo/fireball-halo4.png -%%DATADIR%%/images/halo/fireball-halo5.png -%%DATADIR%%/images/halo/fireball-halo6.png -%%DATADIR%%/images/halo/fireball-halo7.png -%%DATADIR%%/images/halo/fireball-halo8.png -%%DATADIR%%/images/halo/fireball-preparation-1.png -%%DATADIR%%/images/halo/fireball-preparation-2.png -%%DATADIR%%/images/halo/fireball-preparation-3.png -%%DATADIR%%/images/halo/fireball-preparation-4.png -%%DATADIR%%/images/halo/fireball-preparation-5.png -%%DATADIR%%/images/halo/fireball-preparation-6.png -%%DATADIR%%/images/halo/ice-halo1.png -%%DATADIR%%/images/halo/ice-halo2.png -%%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 -%%DATADIR%%/images/halo/mage-halo2.png -%%DATADIR%%/images/halo/mage-halo3-big.png -%%DATADIR%%/images/halo/mage-halo3.png -%%DATADIR%%/images/halo/mage-halo4-big.png -%%DATADIR%%/images/halo/mage-halo4.png -%%DATADIR%%/images/halo/mage-halo5-big.png -%%DATADIR%%/images/halo/mage-halo5.png -%%DATADIR%%/images/halo/mage-halo6-big.png -%%DATADIR%%/images/halo/mage-preparation-halo1.png -%%DATADIR%%/images/halo/mage-preparation-halo2.png -%%DATADIR%%/images/halo/mage-preparation-halo3.png -%%DATADIR%%/images/halo/mage-preparation-halo4.png -%%DATADIR%%/images/halo/mage-preparation-halo5.png -%%DATADIR%%/images/halo/mage-preparation-halo6.png -%%DATADIR%%/images/halo/mage-preparation-halo7.png -%%DATADIR%%/images/halo/mermaid-siren-naia-touch-halo.png -%%DATADIR%%/images/halo/shyde-stationary-halo1.png -%%DATADIR%%/images/halo/shyde-stationary-halo2.png -%%DATADIR%%/images/halo/shyde-stationary-halo3.png -%%DATADIR%%/images/halo/shyde-stationary-halo4.png -%%DATADIR%%/images/halo/shyde-stationary-halo5.png -%%DATADIR%%/images/halo/shyde-stationary-halo6.png -%%DATADIR%%/images/halo/white-cleric-aura.png -%%DATADIR%%/images/halo/white-mage-halo1.png -%%DATADIR%%/images/halo/white-mage-halo2.png -%%DATADIR%%/images/halo/white-mage-halo3.png -%%DATADIR%%/images/halo/white-mage-halo4.png -%%DATADIR%%/images/help/closed_section.png -%%DATADIR%%/images/help/hp-bars.png -%%DATADIR%%/images/help/hpxp.png -%%DATADIR%%/images/help/moving1.png -%%DATADIR%%/images/help/moving2.png -%%DATADIR%%/images/help/open_section.png -%%DATADIR%%/images/help/orb-blue.png -%%DATADIR%%/images/help/orb-green.png -%%DATADIR%%/images/help/orb-none.png -%%DATADIR%%/images/help/orb-red.png -%%DATADIR%%/images/help/orb-yellow.png -%%DATADIR%%/images/help/recruit.png -%%DATADIR%%/images/help/tooltip.png -%%DATADIR%%/images/help/topic.png -%%DATADIR%%/images/horseman-attack.png -%%DATADIR%%/images/horseman-defend.png -%%DATADIR%%/images/horseman-moving.png -%%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 -%%DATADIR%%/images/human-bowman-attack1.png -%%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-die1.png -%%DATADIR%%/images/human-duelist-die2.png -%%DATADIR%%/images/human-duelist-die3.png -%%DATADIR%%/images/human-duelist-die4.png -%%DATADIR%%/images/human-duelist-die5.png -%%DATADIR%%/images/human-duelist-die6.png -%%DATADIR%%/images/human-duelist-die7.png -%%DATADIR%%/images/human-duelist-die8.png -%%DATADIR%%/images/human-duelist-ranged.png -%%DATADIR%%/images/human-duelist.png -%%DATADIR%%/images/human-fencer-attack.png -%%DATADIR%%/images/human-fencer-defend-1-1.png -%%DATADIR%%/images/human-fencer-defend-1-2.png -%%DATADIR%%/images/human-fencer-defend.png -%%DATADIR%%/images/human-fencer-die1.png -%%DATADIR%%/images/human-fencer-die2.png -%%DATADIR%%/images/human-fencer-die3.png -%%DATADIR%%/images/human-fencer-die4.png -%%DATADIR%%/images/human-fencer-die5.png -%%DATADIR%%/images/human-fencer.png -%%DATADIR%%/images/human-general-attack-crossbow.png -%%DATADIR%%/images/human-general-attack-sword1.png -%%DATADIR%%/images/human-general-attack-sword2.png -%%DATADIR%%/images/human-general-defend.png -%%DATADIR%%/images/human-general-leading.png -%%DATADIR%%/images/human-general.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 -%%DATADIR%%/images/human-javelineer-attack-melee-1.png -%%DATADIR%%/images/human-javelineer-attack-melee-2.png -%%DATADIR%%/images/human-javelineer-attack-melee-3.png -%%DATADIR%%/images/human-javelineer-attack-ranged-1.png -%%DATADIR%%/images/human-javelineer-attack-ranged-2.png -%%DATADIR%%/images/human-javelineer-attack-ranged-3.png -%%DATADIR%%/images/human-javelineer-attack-ranged-4.png -%%DATADIR%%/images/human-javelineer-defend.png -%%DATADIR%%/images/human-javelineer.png -%%DATADIR%%/images/human-lieutenant-attack-crossbow.png -%%DATADIR%%/images/human-lieutenant-attack-sword.png -%%DATADIR%%/images/human-lieutenant-defend.png -%%DATADIR%%/images/human-lieutenant-leading.png -%%DATADIR%%/images/human-lieutenant.png -%%DATADIR%%/images/human-longbowman-attack-sword.png -%%DATADIR%%/images/human-longbowman-attack1.png -%%DATADIR%%/images/human-longbowman-attack2.png -%%DATADIR%%/images/human-longbowman-defend-close.png -%%DATADIR%%/images/human-longbowman-defend.png -%%DATADIR%%/images/human-longbowman.png -%%DATADIR%%/images/human-marshal-attack-crossbow.png -%%DATADIR%%/images/human-marshal-attack-sword1.png -%%DATADIR%%/images/human-marshal-attack-sword2.png -%%DATADIR%%/images/human-marshal-defend.png -%%DATADIR%%/images/human-marshal-defense.png -%%DATADIR%%/images/human-marshal-leading.png -%%DATADIR%%/images/human-marshal.png -%%DATADIR%%/images/human-master-at-arms.png -%%DATADIR%%/images/human-masterbowman-attack-ranged1.png -%%DATADIR%%/images/human-masterbowman-attack-ranged2.png -%%DATADIR%%/images/human-masterbowman-attack-ranged3.png -%%DATADIR%%/images/human-masterbowman-attack-ranged4.png -%%DATADIR%%/images/human-masterbowman-defend.png -%%DATADIR%%/images/human-masterbowman-melee.png -%%DATADIR%%/images/human-masterbowman.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-die-1.png -%%DATADIR%%/images/human-pikeman-die-2.png -%%DATADIR%%/images/human-pikeman-die-3.png -%%DATADIR%%/images/human-pikeman-die-4.png -%%DATADIR%%/images/human-pikeman-die-5.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 -%%DATADIR%%/images/human-sergeant-attack-sword.png -%%DATADIR%%/images/human-sergeant-defend.png -%%DATADIR%%/images/human-sergeant-leading.png -%%DATADIR%%/images/human-sergeant.png -%%DATADIR%%/images/human-shocktrooper-attack.png -%%DATADIR%%/images/human-shocktrooper-defend.png -%%DATADIR%%/images/human-shocktrooper.png -%%DATADIR%%/images/human-siegetrooper-defend.png -%%DATADIR%%/images/human-siegetrooper-melee.png -%%DATADIR%%/images/human-siegetrooper.png -%%DATADIR%%/images/human-spearman-attack-n.png -%%DATADIR%%/images/human-spearman-attack-ne.png -%%DATADIR%%/images/human-spearman-attack-ranged.png -%%DATADIR%%/images/human-spearman-attack-south-1.png -%%DATADIR%%/images/human-spearman-attack-south-2.png -%%DATADIR%%/images/human-spearman-attack-south-3.png -%%DATADIR%%/images/human-spearman-attack.png -%%DATADIR%%/images/human-spearman-death1.png -%%DATADIR%%/images/human-spearman-death2.png -%%DATADIR%%/images/human-spearman-death3.png -%%DATADIR%%/images/human-spearman-death4.png -%%DATADIR%%/images/human-spearman-defend-2.png -%%DATADIR%%/images/human-spearman-defend.png -%%DATADIR%%/images/human-spearman.png -%%DATADIR%%/images/human-swordman-attack.png -%%DATADIR%%/images/human-swordman-defend.png -%%DATADIR%%/images/human-swordman.png -%%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 -%%DATADIR%%/images/icons/icon-hostgame.png -%%DATADIR%%/images/icons/icon-hotseat.png -%%DATADIR%%/images/icons/icon-music.png -%%DATADIR%%/images/icons/icon-server.png -%%DATADIR%%/images/icons/icon-serverother.png -%%DATADIR%%/images/items/altar.png -%%DATADIR%%/images/items/ankh-necklace.png -%%DATADIR%%/images/items/ball-blue.png -%%DATADIR%%/images/items/ball-green.png -%%DATADIR%%/images/items/barrel.png -%%DATADIR%%/images/items/book1.png -%%DATADIR%%/images/items/book2.png -%%DATADIR%%/images/items/book3.png -%%DATADIR%%/images/items/book4.png -%%DATADIR%%/images/items/box.png -%%DATADIR%%/images/items/castle-ruins.png -%%DATADIR%%/images/items/chest-plain-closed.png -%%DATADIR%%/images/items/chest-plain-open.png -%%DATADIR%%/images/items/dragonstatue.png -%%DATADIR%%/images/items/fire.png -%%DATADIR%%/images/items/flower1.png -%%DATADIR%%/images/items/flower2.png -%%DATADIR%%/images/items/flower3.png -%%DATADIR%%/images/items/flower4.png -%%DATADIR%%/images/items/gohere.png -%%DATADIR%%/images/items/leanto.png -%%DATADIR%%/images/items/lighthouse.png -%%DATADIR%%/images/items/monolith1.png -%%DATADIR%%/images/items/monolith2.png -%%DATADIR%%/images/items/monolith3.png -%%DATADIR%%/images/items/monolith4.png -%%DATADIR%%/images/items/orcish-flag.png -%%DATADIR%%/images/items/ornate1.png -%%DATADIR%%/images/items/ornate2.png -%%DATADIR%%/images/items/pine1.png -%%DATADIR%%/images/items/pine2.png -%%DATADIR%%/images/items/potion-blue.png -%%DATADIR%%/images/items/potion-grey.png -%%DATADIR%%/images/items/potion-red.png -%%DATADIR%%/images/items/potion-yellow.png -%%DATADIR%%/images/items/ring1.png -%%DATADIR%%/images/items/ring2.png -%%DATADIR%%/images/items/rock1.png -%%DATADIR%%/images/items/rock2.png -%%DATADIR%%/images/items/rock3.png -%%DATADIR%%/images/items/rock4.png -%%DATADIR%%/images/items/signpost.png -%%DATADIR%%/images/items/slab.png -%%DATADIR%%/images/items/well.png -%%DATADIR%%/images/knight-attack.png -%%DATADIR%%/images/knight-defend.png -%%DATADIR%%/images/knight-moving.png -%%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 -%%DATADIR%%/images/konrad-commander.png -%%DATADIR%%/images/konrad-fighter-attack.png -%%DATADIR%%/images/konrad-fighter-defend.png -%%DATADIR%%/images/konrad-fighter.png -%%DATADIR%%/images/konrad-lord-attack.png -%%DATADIR%%/images/konrad-lord-bow1.png -%%DATADIR%%/images/konrad-lord-bow2.png -%%DATADIR%%/images/konrad-lord-defend.png -%%DATADIR%%/images/konrad-lord-leading.png -%%DATADIR%%/images/konrad-lord.png -%%DATADIR%%/images/konrad-young-attack.png -%%DATADIR%%/images/konrad-young-defend.png -%%DATADIR%%/images/konrad-young.png -%%DATADIR%%/images/lancer-attack.png -%%DATADIR%%/images/lancer-defend.png -%%DATADIR%%/images/lancer.png -%%DATADIR%%/images/mage+female-attack-magic1.png -%%DATADIR%%/images/mage+female-attack-magic2.png -%%DATADIR%%/images/mage+female-attack-staff-1.png -%%DATADIR%%/images/mage+female-attack-staff-2.png -%%DATADIR%%/images/mage+female-defend.png -%%DATADIR%%/images/mage+female-die-1.png -%%DATADIR%%/images/mage+female-die-2.png -%%DATADIR%%/images/mage+female-die-3.png -%%DATADIR%%/images/mage+female-die-4.png -%%DATADIR%%/images/mage+female.png -%%DATADIR%%/images/mage-attack-magic1.png -%%DATADIR%%/images/mage-attack-magic2.png -%%DATADIR%%/images/mage-attack-staff1.png -%%DATADIR%%/images/mage-attack-staff2.png -%%DATADIR%%/images/mage-defend.png -%%DATADIR%%/images/mage-die-1.png -%%DATADIR%%/images/mage-die-2.png -%%DATADIR%%/images/mage-die-3.png -%%DATADIR%%/images/mage-die-4.png -%%DATADIR%%/images/mage.png -%%DATADIR%%/images/maps/wesnoth.png -%%DATADIR%%/images/mermaid-diviner-defend.png -%%DATADIR%%/images/mermaid-diviner-magic1.png -%%DATADIR%%/images/mermaid-diviner-magic2.png -%%DATADIR%%/images/mermaid-diviner-magic3.png -%%DATADIR%%/images/mermaid-diviner-magic4.png -%%DATADIR%%/images/mermaid-diviner-magic5.png -%%DATADIR%%/images/mermaid-diviner-magic6.png -%%DATADIR%%/images/mermaid-diviner-staff-attack.png -%%DATADIR%%/images/mermaid-diviner.png -%%DATADIR%%/images/mermaid-enchantress-defend.png -%%DATADIR%%/images/mermaid-enchantress-staff-attack.png -%%DATADIR%%/images/mermaid-enchantress-water-attack1.png -%%DATADIR%%/images/mermaid-enchantress-water-attack2.png -%%DATADIR%%/images/mermaid-enchantress-water-attack3.png -%%DATADIR%%/images/mermaid-enchantress-water-attack4.png -%%DATADIR%%/images/mermaid-enchantress-water-attack5.png -%%DATADIR%%/images/mermaid-enchantress-water-attack6.png -%%DATADIR%%/images/mermaid-enchantress-water-attack7.png -%%DATADIR%%/images/mermaid-enchantress.png -%%DATADIR%%/images/mermaid-initiate-defend.png -%%DATADIR%%/images/mermaid-initiate-staff-attack.png -%%DATADIR%%/images/mermaid-initiate-water-attack1.png -%%DATADIR%%/images/mermaid-initiate-water-attack2.png -%%DATADIR%%/images/mermaid-initiate-water-attack3.png -%%DATADIR%%/images/mermaid-initiate-water-attack4.png -%%DATADIR%%/images/mermaid-initiate-water-attack5.png -%%DATADIR%%/images/mermaid-initiate-water-attack6.png -%%DATADIR%%/images/mermaid-initiate-water-attack7.png -%%DATADIR%%/images/mermaid-initiate.png -%%DATADIR%%/images/mermaid-priestess-defend.png -%%DATADIR%%/images/mermaid-priestess-magic1.png -%%DATADIR%%/images/mermaid-priestess-magic2.png -%%DATADIR%%/images/mermaid-priestess-magic3.png -%%DATADIR%%/images/mermaid-priestess-magic4.png -%%DATADIR%%/images/mermaid-priestess-magic5.png -%%DATADIR%%/images/mermaid-priestess-magic6.png -%%DATADIR%%/images/mermaid-priestess-staff-attack.png -%%DATADIR%%/images/mermaid-priestess.png -%%DATADIR%%/images/mermaid-siren-defend.png -%%DATADIR%%/images/mermaid-siren-naia-touch-attack1.png -%%DATADIR%%/images/mermaid-siren-naia-touch-attack2.png -%%DATADIR%%/images/mermaid-siren-naia-touch-attack3.png -%%DATADIR%%/images/mermaid-siren-naia-touch-attack4.png -%%DATADIR%%/images/mermaid-siren-water-attack1.png -%%DATADIR%%/images/mermaid-siren-water-attack2.png -%%DATADIR%%/images/mermaid-siren-water-attack3.png -%%DATADIR%%/images/mermaid-siren-water-attack4.png -%%DATADIR%%/images/mermaid-siren-water-attack5.png -%%DATADIR%%/images/mermaid-siren-water-attack6.png -%%DATADIR%%/images/mermaid-siren-water-attack7.png -%%DATADIR%%/images/mermaid-siren.png -%%DATADIR%%/images/merman-attack.png -%%DATADIR%%/images/merman-defend.png -%%DATADIR%%/images/merman-entangler.png -%%DATADIR%%/images/merman-fighter-attack.png -%%DATADIR%%/images/merman-fighter-defend.png -%%DATADIR%%/images/merman-fighter.png -%%DATADIR%%/images/merman-hoplite-attack.png -%%DATADIR%%/images/merman-hoplite-defend.png -%%DATADIR%%/images/merman-hoplite.png -%%DATADIR%%/images/merman-hunter-attack-n.png -%%DATADIR%%/images/merman-hunter-attack-ne.png -%%DATADIR%%/images/merman-hunter-attack-ranged.png -%%DATADIR%%/images/merman-hunter-attack-s.png -%%DATADIR%%/images/merman-hunter-attack-se.png -%%DATADIR%%/images/merman-hunter-defend.png -%%DATADIR%%/images/merman-hunter.png -%%DATADIR%%/images/merman-javelineer-attack-n.png -%%DATADIR%%/images/merman-javelineer-attack-ne.png -%%DATADIR%%/images/merman-javelineer-attack-ranged.png -%%DATADIR%%/images/merman-javelineer-attack-s.png -%%DATADIR%%/images/merman-javelineer-attack-se.png -%%DATADIR%%/images/merman-javelineer-defend.png -%%DATADIR%%/images/merman-javelineer.png -%%DATADIR%%/images/merman-king-attack.png -%%DATADIR%%/images/merman-king-defend.png -%%DATADIR%%/images/merman-king.png -%%DATADIR%%/images/merman-netcaster.png -%%DATADIR%%/images/merman-spearman-attack-n.png -%%DATADIR%%/images/merman-spearman-attack-ne.png -%%DATADIR%%/images/merman-spearman-attack-ranged.png -%%DATADIR%%/images/merman-spearman-attack-s.png -%%DATADIR%%/images/merman-spearman-attack-se.png -%%DATADIR%%/images/merman-spearman-defend.png -%%DATADIR%%/images/merman-spearman.png -%%DATADIR%%/images/merman-triton-attack-blade.png -%%DATADIR%%/images/merman-triton-attack-pierce.png -%%DATADIR%%/images/merman-triton-defend.png -%%DATADIR%%/images/merman-triton.png -%%DATADIR%%/images/merman-warrior-attack.png -%%DATADIR%%/images/merman-warrior-defend.png -%%DATADIR%%/images/merman-warrior.png -%%DATADIR%%/images/merman.png -%%DATADIR%%/images/misc/ball.png -%%DATADIR%%/images/misc/bar-energy-ally.png -%%DATADIR%%/images/misc/bar-energy-enemy.png -%%DATADIR%%/images/misc/bar-energy-moved.png -%%DATADIR%%/images/misc/bar-energy-partmoved.png -%%DATADIR%%/images/misc/bar-energy-unmoved.png -%%DATADIR%%/images/misc/blank.png -%%DATADIR%%/images/misc/botleft-corner.png -%%DATADIR%%/images/misc/botright-corner.png -%%DATADIR%%/images/misc/cage.png -%%DATADIR%%/images/misc/character-box.png -%%DATADIR%%/images/misc/chest.png -%%DATADIR%%/images/misc/compass-north.png -%%DATADIR%%/images/misc/compass-south.png -%%DATADIR%%/images/misc/cross.png -%%DATADIR%%/images/misc/disk.png -%%DATADIR%%/images/misc/dot.png -%%DATADIR%%/images/misc/ellipse-1-bottom.png -%%DATADIR%%/images/misc/ellipse-1-top.png -%%DATADIR%%/images/misc/ellipse-1.png -%%DATADIR%%/images/misc/ellipse-10-bottom.png -%%DATADIR%%/images/misc/ellipse-10-top.png -%%DATADIR%%/images/misc/ellipse-10.png -%%DATADIR%%/images/misc/ellipse-2-bottom.png -%%DATADIR%%/images/misc/ellipse-2-top.png -%%DATADIR%%/images/misc/ellipse-2.png -%%DATADIR%%/images/misc/ellipse-3-bottom.png -%%DATADIR%%/images/misc/ellipse-3-top.png -%%DATADIR%%/images/misc/ellipse-3.png -%%DATADIR%%/images/misc/ellipse-4-bottom.png -%%DATADIR%%/images/misc/ellipse-4-top.png -%%DATADIR%%/images/misc/ellipse-4.png -%%DATADIR%%/images/misc/ellipse-5-bottom.png -%%DATADIR%%/images/misc/ellipse-5-top.png -%%DATADIR%%/images/misc/ellipse-5.png -%%DATADIR%%/images/misc/ellipse-6-bottom.png -%%DATADIR%%/images/misc/ellipse-6-top.png -%%DATADIR%%/images/misc/ellipse-6.png -%%DATADIR%%/images/misc/ellipse-7-bottom.png -%%DATADIR%%/images/misc/ellipse-7-top.png -%%DATADIR%%/images/misc/ellipse-7.png -%%DATADIR%%/images/misc/ellipse-8-bottom.png -%%DATADIR%%/images/misc/ellipse-8-top.png -%%DATADIR%%/images/misc/ellipse-8.png -%%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 -%%DATADIR%%/images/misc/invisible.png -%%DATADIR%%/images/misc/item-darktome.png -%%DATADIR%%/images/misc/item-flamesword.png -%%DATADIR%%/images/misc/item-healingpotion.png -%%DATADIR%%/images/misc/item-holywater.png -%%DATADIR%%/images/misc/item-sceptreoffire.png -%%DATADIR%%/images/misc/item-staff.png -%%DATADIR%%/images/misc/item-stormtrident.png -%%DATADIR%%/images/misc/leader-crown.png -%%DATADIR%%/images/misc/lobby.png -%%DATADIR%%/images/misc/logo.png -%%DATADIR%%/images/misc/mainmenu-background.png -%%DATADIR%%/images/misc/mainmenu-border-botleft.png -%%DATADIR%%/images/misc/mainmenu-border-botright.png -%%DATADIR%%/images/misc/mainmenu-border-bottom.png -%%DATADIR%%/images/misc/mainmenu-border-left.png -%%DATADIR%%/images/misc/mainmenu-border-right.png -%%DATADIR%%/images/misc/mainmenu-border-top.png -%%DATADIR%%/images/misc/mainmenu-border-topleft.png -%%DATADIR%%/images/misc/mainmenu-border-topright.png -%%DATADIR%%/images/misc/menu-background.png -%%DATADIR%%/images/misc/menu-border-botleft.png -%%DATADIR%%/images/misc/menu-border-botright.png -%%DATADIR%%/images/misc/menu-border-bottom.png -%%DATADIR%%/images/misc/menu-border-left.png -%%DATADIR%%/images/misc/menu-border-right.png -%%DATADIR%%/images/misc/menu-border-top.png -%%DATADIR%%/images/misc/menu-border-topleft.png -%%DATADIR%%/images/misc/menu-border-topright.png -%%DATADIR%%/images/misc/menu2-background.png -%%DATADIR%%/images/misc/menu2-border-botleft.png -%%DATADIR%%/images/misc/menu2-border-botright.png -%%DATADIR%%/images/misc/menu2-border-bottom.png -%%DATADIR%%/images/misc/menu2-border-left.png -%%DATADIR%%/images/misc/menu2-border-right.png -%%DATADIR%%/images/misc/menu2-border-top.png -%%DATADIR%%/images/misc/menu2-border-topleft.png -%%DATADIR%%/images/misc/menu2-border-topright.png -%%DATADIR%%/images/misc/minimap.png -%%DATADIR%%/images/misc/poisoned.png -%%DATADIR%%/images/misc/rightside-bg.png -%%DATADIR%%/images/misc/rightside-bottom.png -%%DATADIR%%/images/misc/rightside-editor.png -%%DATADIR%%/images/misc/rightside.png -%%DATADIR%%/images/misc/schedule-afternoon.png -%%DATADIR%%/images/misc/schedule-dawn.png -%%DATADIR%%/images/misc/schedule-dusk.png -%%DATADIR%%/images/misc/schedule-firstwatch.png -%%DATADIR%%/images/misc/schedule-morning.png -%%DATADIR%%/images/misc/schedule-secondwatch.png -%%DATADIR%%/images/misc/schedule-underground-illum.png -%%DATADIR%%/images/misc/schedule-underground.png -%%DATADIR%%/images/misc/selected-ellipse-1-bottom.png -%%DATADIR%%/images/misc/selected-ellipse-1-top.png -%%DATADIR%%/images/misc/selected-ellipse-10-bottom.png -%%DATADIR%%/images/misc/selected-ellipse-10-top.png -%%DATADIR%%/images/misc/selected-ellipse-2-bottom.png -%%DATADIR%%/images/misc/selected-ellipse-2-top.png -%%DATADIR%%/images/misc/selected-ellipse-3-bottom.png -%%DATADIR%%/images/misc/selected-ellipse-3-top.png -%%DATADIR%%/images/misc/selected-ellipse-4-bottom.png -%%DATADIR%%/images/misc/selected-ellipse-4-top.png -%%DATADIR%%/images/misc/selected-ellipse-5-bottom.png -%%DATADIR%%/images/misc/selected-ellipse-5-top.png -%%DATADIR%%/images/misc/selected-ellipse-6-bottom.png -%%DATADIR%%/images/misc/selected-ellipse-6-top.png -%%DATADIR%%/images/misc/selected-ellipse-7-bottom.png -%%DATADIR%%/images/misc/selected-ellipse-7-top.png -%%DATADIR%%/images/misc/selected-ellipse-8-bottom.png -%%DATADIR%%/images/misc/selected-ellipse-8-top.png -%%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 -%%DATADIR%%/images/misc/title.png -%%DATADIR%%/images/misc/top-bg.png -%%DATADIR%%/images/misc/topleft-corner.png -%%DATADIR%%/images/misc/topright-corner.png -%%DATADIR%%/images/misc/trapdoor.png -%%DATADIR%%/images/misc/unit.png -%%DATADIR%%/images/misc/units.png -%%DATADIR%%/images/misc/upkeep.png -%%DATADIR%%/images/misc/villages.png -%%DATADIR%%/images/mudcrawler-attack.png -%%DATADIR%%/images/mudcrawler-death1.png -%%DATADIR%%/images/mudcrawler-death2.png -%%DATADIR%%/images/mudcrawler-death3.png -%%DATADIR%%/images/mudcrawler-death4.png -%%DATADIR%%/images/mudcrawler-defend.png -%%DATADIR%%/images/mudcrawler.png -%%DATADIR%%/images/naga-attack.png -%%DATADIR%%/images/naga-defend.png -%%DATADIR%%/images/naga-fighter+female-attack.png -%%DATADIR%%/images/naga-fighter+female-defend.png -%%DATADIR%%/images/naga-fighter+female.png -%%DATADIR%%/images/naga-fighter-attack.png -%%DATADIR%%/images/naga-fighter-defend.png -%%DATADIR%%/images/naga-fighter.png -%%DATADIR%%/images/naga-myrmidon+female-attack.png -%%DATADIR%%/images/naga-myrmidon+female-defend.png -%%DATADIR%%/images/naga-myrmidon+female.png -%%DATADIR%%/images/naga-myrmidon-attack.png -%%DATADIR%%/images/naga-myrmidon-defend.png -%%DATADIR%%/images/naga-myrmidon.png -%%DATADIR%%/images/naga-warrior+female-attack.png -%%DATADIR%%/images/naga-warrior+female-defend.png -%%DATADIR%%/images/naga-warrior+female.png -%%DATADIR%%/images/naga-warrior-attack.png -%%DATADIR%%/images/naga-warrior-defend.png -%%DATADIR%%/images/naga-warrior.png -%%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 -%%DATADIR%%/images/neutral-footpad+female-attack2.png -%%DATADIR%%/images/neutral-footpad+female-defend.png -%%DATADIR%%/images/neutral-footpad+female.png -%%DATADIR%%/images/neutral-footpad-attack.png -%%DATADIR%%/images/neutral-footpad-attack1.png -%%DATADIR%%/images/neutral-footpad-attack2.png -%%DATADIR%%/images/neutral-footpad-defend.png -%%DATADIR%%/images/neutral-footpad.png -%%DATADIR%%/images/neutral-outlaw+female-attack.png -%%DATADIR%%/images/neutral-outlaw+female-attack1.png -%%DATADIR%%/images/neutral-outlaw+female-attack2.png -%%DATADIR%%/images/neutral-outlaw+female-defend.png -%%DATADIR%%/images/neutral-outlaw+female.png -%%DATADIR%%/images/neutral-outlaw-attack.png -%%DATADIR%%/images/neutral-outlaw-attack1.png -%%DATADIR%%/images/neutral-outlaw-attack2.png -%%DATADIR%%/images/neutral-outlaw-defend.png -%%DATADIR%%/images/neutral-outlaw-princess-attack-sling1.png -%%DATADIR%%/images/neutral-outlaw-princess-attack-sling2.png -%%DATADIR%%/images/neutral-outlaw-princess-attack-staff1.png -%%DATADIR%%/images/neutral-outlaw-princess-attack-staff2.png -%%DATADIR%%/images/neutral-outlaw-princess-defend-1-1.png -%%DATADIR%%/images/neutral-outlaw-princess-defend-1-2.png -%%DATADIR%%/images/neutral-outlaw-princess-defend.png -%%DATADIR%%/images/neutral-outlaw-princess.png -%%DATADIR%%/images/neutral-outlaw-queen-attack-sling1.png -%%DATADIR%%/images/neutral-outlaw-queen-attack-sling2.png -%%DATADIR%%/images/neutral-outlaw-queen-attack-staff1.png -%%DATADIR%%/images/neutral-outlaw-queen-attack-staff2.png -%%DATADIR%%/images/neutral-outlaw-queen-defend-1-1.png -%%DATADIR%%/images/neutral-outlaw-queen-defend-1-2.png -%%DATADIR%%/images/neutral-outlaw-queen-defend.png -%%DATADIR%%/images/neutral-outlaw-queen-leading.png -%%DATADIR%%/images/neutral-outlaw-queen.png -%%DATADIR%%/images/neutral-outlaw.png -%%DATADIR%%/images/neutral-peasant-attack.png -%%DATADIR%%/images/neutral-peasant-defend.png -%%DATADIR%%/images/neutral-peasant.png -%%DATADIR%%/images/neutral-poacher-attack.png -%%DATADIR%%/images/neutral-poacher-attack1.png -%%DATADIR%%/images/neutral-poacher-attack2.png -%%DATADIR%%/images/neutral-poacher-defend.png -%%DATADIR%%/images/neutral-poacher.png -%%DATADIR%%/images/neutral-thug-attack.png -%%DATADIR%%/images/neutral-thug-defend.png -%%DATADIR%%/images/neutral-thug.png -%%DATADIR%%/images/neutral-trapper-attack.png -%%DATADIR%%/images/neutral-trapper-attack1.png -%%DATADIR%%/images/neutral-trapper-attack2.png -%%DATADIR%%/images/neutral-trapper-defend.png -%%DATADIR%%/images/neutral-trapper.png -%%DATADIR%%/images/noble-commander-attack-ranged1.png -%%DATADIR%%/images/noble-commander-attack-ranged2.png -%%DATADIR%%/images/noble-commander-attack-ranged3.png -%%DATADIR%%/images/noble-commander-attack-sword.png -%%DATADIR%%/images/noble-commander-bow.png -%%DATADIR%%/images/noble-commander-defend.png -%%DATADIR%%/images/noble-commander-leading.png -%%DATADIR%%/images/noble-commander.png -%%DATADIR%%/images/noble-fighter-attack.png -%%DATADIR%%/images/noble-fighter-attack2.png -%%DATADIR%%/images/noble-fighter-defend.png -%%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 -%%DATADIR%%/images/noble-youth-attack.png -%%DATADIR%%/images/noble-youth-attack2.png -%%DATADIR%%/images/noble-youth-defend.png -%%DATADIR%%/images/noble-youth.png -%%DATADIR%%/images/ogre-attack1.png -%%DATADIR%%/images/ogre-attack2.png -%%DATADIR%%/images/ogre-defend.png -%%DATADIR%%/images/ogre.png -%%DATADIR%%/images/orc-archer-attack.png -%%DATADIR%%/images/orc-archer-attack2.png -%%DATADIR%%/images/orc-archer-defend.png -%%DATADIR%%/images/orc-archer.png -%%DATADIR%%/images/orc-assassin-attack.png -%%DATADIR%%/images/orc-assassin-defend.png -%%DATADIR%%/images/orc-assassin-knife.png -%%DATADIR%%/images/orc-assassin.png -%%DATADIR%%/images/orc-slayer-attack1.png -%%DATADIR%%/images/orc-slayer-attack2.png -%%DATADIR%%/images/orc-slayer-defend.png -%%DATADIR%%/images/orc-slayer-ranged.png -%%DATADIR%%/images/orc-slayer.png -%%DATADIR%%/images/orc-xbowman-attack.png -%%DATADIR%%/images/orc-xbowman-defend.png -%%DATADIR%%/images/orc-xbowman-ranged.png -%%DATADIR%%/images/orc-xbowman.png -%%DATADIR%%/images/orcish-grunt-attack.png -%%DATADIR%%/images/orcish-grunt-defend.png -%%DATADIR%%/images/orcish-grunt.png -%%DATADIR%%/images/orcish-leader-attack.png -%%DATADIR%%/images/orcish-leader-defend.png -%%DATADIR%%/images/orcish-leader-ranged-1.png -%%DATADIR%%/images/orcish-leader-ranged-2.png -%%DATADIR%%/images/orcish-leader.png -%%DATADIR%%/images/orcish-ruler-attack.png -%%DATADIR%%/images/orcish-ruler-defend.png -%%DATADIR%%/images/orcish-ruler-ranged-1.png -%%DATADIR%%/images/orcish-ruler-ranged-2.png -%%DATADIR%%/images/orcish-ruler.png -%%DATADIR%%/images/orcish-shaman-black-attack-curse.png -%%DATADIR%%/images/orcish-shaman-black-attack-staff.png -%%DATADIR%%/images/orcish-shaman-black-defend.png -%%DATADIR%%/images/orcish-shaman-black.png -%%DATADIR%%/images/orcish-shaman-red-attack-curse.png -%%DATADIR%%/images/orcish-shaman-red-attack-staff.png -%%DATADIR%%/images/orcish-shaman-red-defend.png -%%DATADIR%%/images/orcish-shaman-red.png -%%DATADIR%%/images/orcish-shaman-tan-attack-curse.png -%%DATADIR%%/images/orcish-shaman-tan-attack-staff.png -%%DATADIR%%/images/orcish-shaman-tan-defend.png -%%DATADIR%%/images/orcish-shaman-tan.png -%%DATADIR%%/images/orcish-slurbow-attack-melee.png -%%DATADIR%%/images/orcish-slurbow-attack-ranged.png -%%DATADIR%%/images/orcish-slurbow-defend.png -%%DATADIR%%/images/orcish-slurbow.png -%%DATADIR%%/images/orcish-sovereign-attack1.png -%%DATADIR%%/images/orcish-sovereign-attack2.png -%%DATADIR%%/images/orcish-sovereign-defend.png -%%DATADIR%%/images/orcish-sovereign-ranged-1.png -%%DATADIR%%/images/orcish-sovereign-ranged-2.png -%%DATADIR%%/images/orcish-sovereign.png -%%DATADIR%%/images/orcish-warlord-attack-sword-1.png -%%DATADIR%%/images/orcish-warlord-attack-sword-2.png -%%DATADIR%%/images/orcish-warlord-defend.png -%%DATADIR%%/images/orcish-warlord-ranged-1.png -%%DATADIR%%/images/orcish-warlord-ranged-2.png -%%DATADIR%%/images/orcish-warlord.png -%%DATADIR%%/images/orcish-warrior-defend.png -%%DATADIR%%/images/orcish-warrior-melee1.png -%%DATADIR%%/images/orcish-warrior.png -%%DATADIR%%/images/owaec-captain-attack-morningstar.png -%%DATADIR%%/images/owaec-captain-attack-sword.png -%%DATADIR%%/images/owaec-captain-defend.png -%%DATADIR%%/images/owaec-captain-moving.png -%%DATADIR%%/images/owaec-captain.png -%%DATADIR%%/images/owaec-commander-attack-morningstar.png -%%DATADIR%%/images/owaec-commander-attack-sword.png -%%DATADIR%%/images/owaec-commander-defend.png -%%DATADIR%%/images/owaec-commander-moving.png -%%DATADIR%%/images/owaec-commander.png -%%DATADIR%%/images/owaec-lord-attack-morningstar.png -%%DATADIR%%/images/owaec-lord-attack-sword.png -%%DATADIR%%/images/owaec-lord-defend.png -%%DATADIR%%/images/owaec-lord-moving.png -%%DATADIR%%/images/owaec-lord.png -%%DATADIR%%/images/paladin-attack-sword.png -%%DATADIR%%/images/paladin-defend.png -%%DATADIR%%/images/paladin-healing.png -%%DATADIR%%/images/paladin-moving.png -%%DATADIR%%/images/paladin.png -%%DATADIR%%/images/parandra.png -%%DATADIR%%/images/pirate-galleon.png -%%DATADIR%%/images/portraits/Eastern_Invasion/dacyn.png -%%DATADIR%%/images/portraits/Eastern_Invasion/gweddry.png -%%DATADIR%%/images/portraits/Eastern_Invasion/mal-ravanal.png -%%DATADIR%%/images/portraits/Heir_To_The_Throne/asheviere.png -%%DATADIR%%/images/portraits/Heir_To_The_Throne/delfador.png -%%DATADIR%%/images/portraits/Heir_To_The_Throne/kalenz.png -%%DATADIR%%/images/portraits/Heir_To_The_Throne/konrad.png -%%DATADIR%%/images/portraits/Heir_To_The_Throne/lisar.png -%%DATADIR%%/images/portraits/The_Rise_of_Wesnoth/addroran.png -%%DATADIR%%/images/portraits/The_Rise_of_Wesnoth/aethyr.png -%%DATADIR%%/images/portraits/The_Rise_of_Wesnoth/archmage.png -%%DATADIR%%/images/portraits/The_Rise_of_Wesnoth/aryad.png -%%DATADIR%%/images/portraits/The_Rise_of_Wesnoth/burin.png -%%DATADIR%%/images/portraits/The_Rise_of_Wesnoth/dionli.png -%%DATADIR%%/images/portraits/The_Rise_of_Wesnoth/edmond.png -%%DATADIR%%/images/portraits/The_Rise_of_Wesnoth/eldaric.png -%%DATADIR%%/images/portraits/The_Rise_of_Wesnoth/familiar.png -%%DATADIR%%/images/portraits/The_Rise_of_Wesnoth/haldric.png -%%DATADIR%%/images/portraits/The_Rise_of_Wesnoth/isomithir.png -%%DATADIR%%/images/portraits/The_Rise_of_Wesnoth/jessica.png -%%DATADIR%%/images/portraits/The_Rise_of_Wesnoth/jevyan.png -%%DATADIR%%/images/portraits/The_Rise_of_Wesnoth/knight.png -%%DATADIR%%/images/portraits/The_Rise_of_Wesnoth/lady_outlaw.png -%%DATADIR%%/images/portraits/The_Rise_of_Wesnoth/lich.png -%%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/Alex_Jarocha-Ernst/drake-burner.png -%%DATADIR%%/images/portraits/core/Alex_Jarocha-Ernst/drake-fighter.png -%%DATADIR%%/images/portraits/core/Alex_Jarocha-Ernst/drake-glider.png -%%DATADIR%%/images/portraits/core/Alex_Jarocha-Ernst/elvish-shaman.png -%%DATADIR%%/images/portraits/core/Alex_Jarocha-Ernst/ghoul.png -%%DATADIR%%/images/portraits/core/Alex_Jarocha-Ernst/mermaid-initiate.png -%%DATADIR%%/images/portraits/core/Alex_Jarocha-Ernst/merman-fighter.png -%%DATADIR%%/images/portraits/core/Alex_Jarocha-Ernst/merman-hunter.png -%%DATADIR%%/images/portraits/core/Alex_Jarocha-Ernst/naga-fighter.png -%%DATADIR%%/images/portraits/core/Alex_Jarocha-Ernst/nagini-fighter.png -%%DATADIR%%/images/portraits/core/Alex_Jarocha-Ernst/orcish-assassin.png -%%DATADIR%%/images/portraits/core/Alex_Jarocha-Ernst/saurian-skirmisher.png -%%DATADIR%%/images/portraits/core/James_Woo/orc-warlord.png -%%DATADIR%%/images/portraits/core/James_Woo/orc-warlord2.png -%%DATADIR%%/images/portraits/core/James_Woo/orc-warlord3.png -%%DATADIR%%/images/portraits/core/James_Woo/orc-warlord4.png -%%DATADIR%%/images/portraits/core/James_Woo/orc-warlord5.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/portraits/core/Neoriceisgood/dwarvish_berzerker.png -%%DATADIR%%/images/portraits/core/Neoriceisgood/orcish_grunt.png -%%DATADIR%%/images/portraits/core/Neoriceisgood/orcish_leader.png -%%DATADIR%%/images/portraits/core/Neoriceisgood/orcish_shaman_old.png -%%DATADIR%%/images/projectiles/bone-n.png -%%DATADIR%%/images/projectiles/bone-ne.png -%%DATADIR%%/images/projectiles/bullet.png -%%DATADIR%%/images/projectiles/dagger-n.png -%%DATADIR%%/images/projectiles/dagger-ne.png -%%DATADIR%%/images/projectiles/darkmissile-n.png -%%DATADIR%%/images/projectiles/darkmissile-ne.png -%%DATADIR%%/images/projectiles/entangle.png -%%DATADIR%%/images/projectiles/fireball-big-n.png -%%DATADIR%%/images/projectiles/fireball-big-nw.png -%%DATADIR%%/images/projectiles/fireball-huge-n.png -%%DATADIR%%/images/projectiles/fireball-huge-nw.png -%%DATADIR%%/images/projectiles/fireball-n.png -%%DATADIR%%/images/projectiles/fireball-nw.png -%%DATADIR%%/images/projectiles/fireball.png -%%DATADIR%%/images/projectiles/gaze.png -%%DATADIR%%/images/projectiles/hatchet-n.png -%%DATADIR%%/images/projectiles/hatchet-ne.png -%%DATADIR%%/images/projectiles/icemissile-n.png -%%DATADIR%%/images/projectiles/icemissile-ne.png -%%DATADIR%%/images/projectiles/ink.png -%%DATADIR%%/images/projectiles/lightning-bolt.png -%%DATADIR%%/images/projectiles/lightning-n.png -%%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 -%%DATADIR%%/images/projectiles/missile-s.png -%%DATADIR%%/images/projectiles/missile-se.png -%%DATADIR%%/images/projectiles/missile-sw.png -%%DATADIR%%/images/projectiles/missile.png -%%DATADIR%%/images/projectiles/mud-glob.png -%%DATADIR%%/images/projectiles/pitchfork-n.png -%%DATADIR%%/images/projectiles/pitchfork-ne.png -%%DATADIR%%/images/projectiles/spear-n.png -%%DATADIR%%/images/projectiles/spear-ne.png -%%DATADIR%%/images/projectiles/stone.png -%%DATADIR%%/images/projectiles/thorns-ne.png -%%DATADIR%%/images/projectiles/thorns.png -%%DATADIR%%/images/projectiles/water-spray.png -%%DATADIR%%/images/projectiles/web.png -%%DATADIR%%/images/projectiles/whitemissile-n.png -%%DATADIR%%/images/projectiles/whitemissile-ne.png -%%DATADIR%%/images/random-enemy.png -%%DATADIR%%/images/red-mage+female-attack-staff1.png -%%DATADIR%%/images/red-mage+female-attack-staff2.png -%%DATADIR%%/images/red-mage+female-defend.png -%%DATADIR%%/images/red-mage+female-die-1.png -%%DATADIR%%/images/red-mage+female-die-2.png -%%DATADIR%%/images/red-mage+female-die-3.png -%%DATADIR%%/images/red-mage+female-die-4.png -%%DATADIR%%/images/red-mage+female-fireball-1.png -%%DATADIR%%/images/red-mage+female-fireball-2.png -%%DATADIR%%/images/red-mage+female-fireball-3.png -%%DATADIR%%/images/red-mage+female.png -%%DATADIR%%/images/red-mage-attack-staff1.png -%%DATADIR%%/images/red-mage-attack-staff2.png -%%DATADIR%%/images/red-mage-defend.png -%%DATADIR%%/images/red-mage-die-1.png -%%DATADIR%%/images/red-mage-die-2.png -%%DATADIR%%/images/red-mage-die-3.png -%%DATADIR%%/images/red-mage-die-4.png -%%DATADIR%%/images/red-mage-fireball-1.png -%%DATADIR%%/images/red-mage-fireball-2.png -%%DATADIR%%/images/red-mage-fireball-3.png -%%DATADIR%%/images/red-mage.png -%%DATADIR%%/images/rogue+female-attack.png -%%DATADIR%%/images/rogue+female-defend.png -%%DATADIR%%/images/rogue+female-ranged.png -%%DATADIR%%/images/rogue+female.png -%%DATADIR%%/images/rogue-attack.png -%%DATADIR%%/images/rogue-defend.png -%%DATADIR%%/images/rogue-ranged.png -%%DATADIR%%/images/rogue.png -%%DATADIR%%/images/saurian-ambusher-attack1.png -%%DATADIR%%/images/saurian-ambusher-attack2.png -%%DATADIR%%/images/saurian-ambusher-defend.png -%%DATADIR%%/images/saurian-ambusher-ranged.png -%%DATADIR%%/images/saurian-ambusher.png -%%DATADIR%%/images/saurian-flanker-attack-ranged.png -%%DATADIR%%/images/saurian-flanker-attack1.png -%%DATADIR%%/images/saurian-flanker-attack2.png -%%DATADIR%%/images/saurian-flanker-defend.png -%%DATADIR%%/images/saurian-flanker.png -%%DATADIR%%/images/saurian-icecaster-attack.png -%%DATADIR%%/images/saurian-icecaster-defend.png -%%DATADIR%%/images/saurian-icecaster-ranged1.png -%%DATADIR%%/images/saurian-icecaster-ranged2.png -%%DATADIR%%/images/saurian-icecaster-ranged3.png -%%DATADIR%%/images/saurian-icecaster.png -%%DATADIR%%/images/saurian-skirmisher-attack1.png -%%DATADIR%%/images/saurian-skirmisher-attack2.png -%%DATADIR%%/images/saurian-skirmisher-attack3.png -%%DATADIR%%/images/saurian-skirmisher-defend.png -%%DATADIR%%/images/saurian-skirmisher.png -%%DATADIR%%/images/saurian-soothsayer-attack.png -%%DATADIR%%/images/saurian-soothsayer-defend.png -%%DATADIR%%/images/saurian-soothsayer-healing.png -%%DATADIR%%/images/saurian-soothsayer-ranged.png -%%DATADIR%%/images/saurian-soothsayer.png -%%DATADIR%%/images/saurian-tribalist-attack.png -%%DATADIR%%/images/saurian-tribalist-defend.png -%%DATADIR%%/images/saurian-tribalist-heal.png -%%DATADIR%%/images/saurian-tribalist-ranged1.png -%%DATADIR%%/images/saurian-tribalist.png -%%DATADIR%%/images/scepter-princess-attack-scepter-1.png -%%DATADIR%%/images/scepter-princess-attack-scepter-2.png -%%DATADIR%%/images/scepter-princess-attack-scepter-3.png -%%DATADIR%%/images/scepter-princess-attack-scepter.png -%%DATADIR%%/images/scepter-princess-attack-sword.png -%%DATADIR%%/images/scepter-princess-defend.png -%%DATADIR%%/images/scepter-princess-leading.png -%%DATADIR%%/images/scepter-princess.png -%%DATADIR%%/images/scorpion-defend.png -%%DATADIR%%/images/scorpion-pincers-attack.png -%%DATADIR%%/images/scorpion-sting-attack.png -%%DATADIR%%/images/scorpion.png -%%DATADIR%%/images/sea-hag-defend.png -%%DATADIR%%/images/sea-hag.png -%%DATADIR%%/images/sea-orc-attack.png -%%DATADIR%%/images/sea-orc-defend.png -%%DATADIR%%/images/sea-orc.png -%%DATADIR%%/images/seaserpent-attack.png -%%DATADIR%%/images/seaserpent-defend.png -%%DATADIR%%/images/seaserpent.png -%%DATADIR%%/images/silver-mage+female-attack-magic1.png -%%DATADIR%%/images/silver-mage+female-attack-melee.png -%%DATADIR%%/images/silver-mage+female-defend.png -%%DATADIR%%/images/silver-mage+female-teleport1.png -%%DATADIR%%/images/silver-mage+female-teleport10.png -%%DATADIR%%/images/silver-mage+female-teleport2.png -%%DATADIR%%/images/silver-mage+female-teleport3.png -%%DATADIR%%/images/silver-mage+female-teleport4.png -%%DATADIR%%/images/silver-mage+female-teleport5.png -%%DATADIR%%/images/silver-mage+female-teleport6.png -%%DATADIR%%/images/silver-mage+female-teleport7.png -%%DATADIR%%/images/silver-mage+female-teleport8.png -%%DATADIR%%/images/silver-mage+female-teleport9.png -%%DATADIR%%/images/silver-mage+female.png -%%DATADIR%%/images/silver-mage-attack-magic1.png -%%DATADIR%%/images/silver-mage-attack-melee.png -%%DATADIR%%/images/silver-mage-defend.png -%%DATADIR%%/images/silver-mage-teleport1.png -%%DATADIR%%/images/silver-mage-teleport10.png -%%DATADIR%%/images/silver-mage-teleport2.png -%%DATADIR%%/images/silver-mage-teleport3.png -%%DATADIR%%/images/silver-mage-teleport4.png -%%DATADIR%%/images/silver-mage-teleport5.png -%%DATADIR%%/images/silver-mage-teleport6.png -%%DATADIR%%/images/silver-mage-teleport7.png -%%DATADIR%%/images/silver-mage-teleport8.png -%%DATADIR%%/images/silver-mage-teleport9.png -%%DATADIR%%/images/silver-mage.png -%%DATADIR%%/images/skeletal-dragon-attack-claws1.png -%%DATADIR%%/images/skeletal-dragon-attack-claws2.png -%%DATADIR%%/images/skeletal-dragon-attack-claws3.png -%%DATADIR%%/images/skeletal-dragon-attack-jaw1.png -%%DATADIR%%/images/skeletal-dragon-attack-jaw2.png -%%DATADIR%%/images/skeletal-dragon-defend.png -%%DATADIR%%/images/skeletal-dragon.png -%%DATADIR%%/images/terrain/alpha.png -%%DATADIR%%/images/terrain/alphamask.png -%%DATADIR%%/images/terrain/bridge-n-end.png -%%DATADIR%%/images/terrain/bridge-n-s-tile.png -%%DATADIR%%/images/terrain/bridge-n-s.png -%%DATADIR%%/images/terrain/bridge-n.png -%%DATADIR%%/images/terrain/bridge-ne-end.png -%%DATADIR%%/images/terrain/bridge-ne-sw-tile.png -%%DATADIR%%/images/terrain/bridge-ne-sw.png -%%DATADIR%%/images/terrain/bridge-ne.png -%%DATADIR%%/images/terrain/bridge-nw-end.png -%%DATADIR%%/images/terrain/bridge-nw.png -%%DATADIR%%/images/terrain/bridge-s-end.png -%%DATADIR%%/images/terrain/bridge-s.png -%%DATADIR%%/images/terrain/bridge-se-end.png -%%DATADIR%%/images/terrain/bridge-se-nw-tile.png -%%DATADIR%%/images/terrain/bridge-se-nw.png -%%DATADIR%%/images/terrain/bridge-se.png -%%DATADIR%%/images/terrain/bridge-sw-end.png -%%DATADIR%%/images/terrain/bridge-sw.png -%%DATADIR%%/images/terrain/canyon-all.png -%%DATADIR%%/images/terrain/canyon-n-ne-s.png -%%DATADIR%%/images/terrain/canyon-n-ne.png -%%DATADIR%%/images/terrain/canyon-n-s.png -%%DATADIR%%/images/terrain/canyon-n-se.png -%%DATADIR%%/images/terrain/canyon-n.png -%%DATADIR%%/images/terrain/canyon-ne-s.png -%%DATADIR%%/images/terrain/canyon-ne-se.png -%%DATADIR%%/images/terrain/canyon-ne-sw.png -%%DATADIR%%/images/terrain/canyon-ne.png -%%DATADIR%%/images/terrain/canyon-nw-n-ne.png -%%DATADIR%%/images/terrain/canyon-nw-n-s.png -%%DATADIR%%/images/terrain/canyon-nw-n.png -%%DATADIR%%/images/terrain/canyon-nw-ne.png -%%DATADIR%%/images/terrain/canyon-nw.png -%%DATADIR%%/images/terrain/canyon-s-nw.png -%%DATADIR%%/images/terrain/canyon-s-sw-n.png -%%DATADIR%%/images/terrain/canyon-s-sw.png -%%DATADIR%%/images/terrain/canyon-s.png -%%DATADIR%%/images/terrain/canyon-se-nw.png -%%DATADIR%%/images/terrain/canyon-se-s-n.png -%%DATADIR%%/images/terrain/canyon-se-s-sw-n.png -%%DATADIR%%/images/terrain/canyon-se-s-sw.png -%%DATADIR%%/images/terrain/canyon-se-s.png -%%DATADIR%%/images/terrain/canyon-se-sw.png -%%DATADIR%%/images/terrain/canyon-se.png -%%DATADIR%%/images/terrain/canyon-sw-n.png -%%DATADIR%%/images/terrain/canyon-sw-nw.png -%%DATADIR%%/images/terrain/canyon-sw.png -%%DATADIR%%/images/terrain/canyon.png -%%DATADIR%%/images/terrain/castle-concave-e.png -%%DATADIR%%/images/terrain/castle-concave-ne.png -%%DATADIR%%/images/terrain/castle-concave-nw.png -%%DATADIR%%/images/terrain/castle-concave-se.png -%%DATADIR%%/images/terrain/castle-concave-sw.png -%%DATADIR%%/images/terrain/castle-concave-w.png -%%DATADIR%%/images/terrain/castle-convex-e.png -%%DATADIR%%/images/terrain/castle-convex-ne.png -%%DATADIR%%/images/terrain/castle-convex-nw.png -%%DATADIR%%/images/terrain/castle-convex-se.png -%%DATADIR%%/images/terrain/castle-convex-sw.png -%%DATADIR%%/images/terrain/castle-convex-w.png -%%DATADIR%%/images/terrain/castle-ruin-tile.png -%%DATADIR%%/images/terrain/castle-sunken-ruin-tile.png -%%DATADIR%%/images/terrain/castle-swamp-ruin-tile.png -%%DATADIR%%/images/terrain/castle-tile.png -%%DATADIR%%/images/terrain/castle-walls.tmpl -%%DATADIR%%/images/terrain/castle.png -%%DATADIR%%/images/terrain/cave-floor-n-ne-se-s.png -%%DATADIR%%/images/terrain/cave-floor-n-ne-se.png -%%DATADIR%%/images/terrain/cave-floor-n-ne.png -%%DATADIR%%/images/terrain/cave-floor-n.png -%%DATADIR%%/images/terrain/cave-floor-ne-se-s.png -%%DATADIR%%/images/terrain/cave-floor-ne-se.png -%%DATADIR%%/images/terrain/cave-floor-ne.png -%%DATADIR%%/images/terrain/cave-floor-nw-n-ne.png -%%DATADIR%%/images/terrain/cave-floor-nw-n.png -%%DATADIR%%/images/terrain/cave-floor-nw.png -%%DATADIR%%/images/terrain/cave-floor-s-sw-nw-n.png -%%DATADIR%%/images/terrain/cave-floor-s-sw-nw.png -%%DATADIR%%/images/terrain/cave-floor-s-sw.png -%%DATADIR%%/images/terrain/cave-floor-s.png -%%DATADIR%%/images/terrain/cave-floor-se-s-sw.png -%%DATADIR%%/images/terrain/cave-floor-se-s.png -%%DATADIR%%/images/terrain/cave-floor-se.png -%%DATADIR%%/images/terrain/cave-floor-sw-nw-n.png -%%DATADIR%%/images/terrain/cave-floor-sw-nw.png -%%DATADIR%%/images/terrain/cave-floor-sw.png -%%DATADIR%%/images/terrain/cave-floor.png -%%DATADIR%%/images/terrain/cave-floor1.png -%%DATADIR%%/images/terrain/cave-floor2.png -%%DATADIR%%/images/terrain/cave-floor3.png -%%DATADIR%%/images/terrain/cave-floor4.png -%%DATADIR%%/images/terrain/cave.png -%%DATADIR%%/images/terrain/cavewall-concave-e.png -%%DATADIR%%/images/terrain/cavewall-concave-ne.png -%%DATADIR%%/images/terrain/cavewall-concave-nw.png -%%DATADIR%%/images/terrain/cavewall-concave-se.png -%%DATADIR%%/images/terrain/cavewall-concave-sw.png -%%DATADIR%%/images/terrain/cavewall-concave-w.png -%%DATADIR%%/images/terrain/cavewall-convex-e.png -%%DATADIR%%/images/terrain/cavewall-convex-ne.png -%%DATADIR%%/images/terrain/cavewall-convex-nw.png -%%DATADIR%%/images/terrain/cavewall-convex-se.png -%%DATADIR%%/images/terrain/cavewall-convex-sw.png -%%DATADIR%%/images/terrain/cavewall-convex-w.png -%%DATADIR%%/images/terrain/cavewall.png -%%DATADIR%%/images/terrain/coast-n.png -%%DATADIR%%/images/terrain/coast-ne.png -%%DATADIR%%/images/terrain/coast-nw.png -%%DATADIR%%/images/terrain/coast-s.png -%%DATADIR%%/images/terrain/coast-se.png -%%DATADIR%%/images/terrain/coast-sw.png -%%DATADIR%%/images/terrain/coast.png -%%DATADIR%%/images/terrain/coast2.png -%%DATADIR%%/images/terrain/coast3.png -%%DATADIR%%/images/terrain/dawn.png -%%DATADIR%%/images/terrain/desert-hills-n.png -%%DATADIR%%/images/terrain/desert-hills-ne.png -%%DATADIR%%/images/terrain/desert-hills-nw.png -%%DATADIR%%/images/terrain/desert-hills-s.png -%%DATADIR%%/images/terrain/desert-hills-se.png -%%DATADIR%%/images/terrain/desert-hills-sw.png -%%DATADIR%%/images/terrain/desert-hills.png -%%DATADIR%%/images/terrain/desert-hills2.png -%%DATADIR%%/images/terrain/desert-hills3.png -%%DATADIR%%/images/terrain/desert-mountain-peak1.png -%%DATADIR%%/images/terrain/desert-mountain-peak2.png -%%DATADIR%%/images/terrain/desert-mountain-peak3.png -%%DATADIR%%/images/terrain/desert-mountains-n.png -%%DATADIR%%/images/terrain/desert-mountains-ne.png -%%DATADIR%%/images/terrain/desert-mountains-nw.png -%%DATADIR%%/images/terrain/desert-mountains-s.png -%%DATADIR%%/images/terrain/desert-mountains-se.png -%%DATADIR%%/images/terrain/desert-mountains-sw.png -%%DATADIR%%/images/terrain/desert-mountains.png -%%DATADIR%%/images/terrain/desert-n-ne-se.png -%%DATADIR%%/images/terrain/desert-n-ne.png -%%DATADIR%%/images/terrain/desert-n.png -%%DATADIR%%/images/terrain/desert-ne-se-s.png -%%DATADIR%%/images/terrain/desert-ne-se.png -%%DATADIR%%/images/terrain/desert-ne.png -%%DATADIR%%/images/terrain/desert-nw-n-ne.png -%%DATADIR%%/images/terrain/desert-nw-n.png -%%DATADIR%%/images/terrain/desert-nw.png -%%DATADIR%%/images/terrain/desert-oasis.png -%%DATADIR%%/images/terrain/desert-plant.png -%%DATADIR%%/images/terrain/desert-plant2.png -%%DATADIR%%/images/terrain/desert-plant3.png -%%DATADIR%%/images/terrain/desert-road-n-ne-se.png -%%DATADIR%%/images/terrain/desert-road-n-ne.png -%%DATADIR%%/images/terrain/desert-road-n.png -%%DATADIR%%/images/terrain/desert-road-ne-se-s.png -%%DATADIR%%/images/terrain/desert-road-ne-se.png -%%DATADIR%%/images/terrain/desert-road-ne.png -%%DATADIR%%/images/terrain/desert-road-nw-n-ne.png -%%DATADIR%%/images/terrain/desert-road-nw-n.png -%%DATADIR%%/images/terrain/desert-road-nw.png -%%DATADIR%%/images/terrain/desert-road-s-sw-nw.png -%%DATADIR%%/images/terrain/desert-road-s-sw.png -%%DATADIR%%/images/terrain/desert-road-s.png -%%DATADIR%%/images/terrain/desert-road-se-s-sw.png -%%DATADIR%%/images/terrain/desert-road-se-s.png -%%DATADIR%%/images/terrain/desert-road-se.png -%%DATADIR%%/images/terrain/desert-road-sw-nw-n.png -%%DATADIR%%/images/terrain/desert-road-sw-nw.png -%%DATADIR%%/images/terrain/desert-road-sw.png -%%DATADIR%%/images/terrain/desert-road.png -%%DATADIR%%/images/terrain/desert-s-sw-nw.png -%%DATADIR%%/images/terrain/desert-s-sw.png -%%DATADIR%%/images/terrain/desert-s.png -%%DATADIR%%/images/terrain/desert-se-s-sw.png -%%DATADIR%%/images/terrain/desert-se-s.png -%%DATADIR%%/images/terrain/desert-se.png -%%DATADIR%%/images/terrain/desert-sw-nw-n.png -%%DATADIR%%/images/terrain/desert-sw-nw.png -%%DATADIR%%/images/terrain/desert-sw.png -%%DATADIR%%/images/terrain/desert.png -%%DATADIR%%/images/terrain/desert2.png -%%DATADIR%%/images/terrain/desert3.png -%%DATADIR%%/images/terrain/desert4.png -%%DATADIR%%/images/terrain/desert5.png -%%DATADIR%%/images/terrain/desert6.png -%%DATADIR%%/images/terrain/desert7.png -%%DATADIR%%/images/terrain/dirt-n-ne-se-s.png -%%DATADIR%%/images/terrain/dirt-n-ne-se.png -%%DATADIR%%/images/terrain/dirt-n-ne.png -%%DATADIR%%/images/terrain/dirt-n.png -%%DATADIR%%/images/terrain/dirt-ne-se-s.png -%%DATADIR%%/images/terrain/dirt-ne-se.png -%%DATADIR%%/images/terrain/dirt-ne.png -%%DATADIR%%/images/terrain/dirt-nw-n-ne.png -%%DATADIR%%/images/terrain/dirt-nw-n.png -%%DATADIR%%/images/terrain/dirt-nw.png -%%DATADIR%%/images/terrain/dirt-s-sw-nw-n.png -%%DATADIR%%/images/terrain/dirt-s-sw-nw.png -%%DATADIR%%/images/terrain/dirt-s-sw.png -%%DATADIR%%/images/terrain/dirt-s.png -%%DATADIR%%/images/terrain/dirt-se-s-sw.png -%%DATADIR%%/images/terrain/dirt-se-s.png -%%DATADIR%%/images/terrain/dirt-se.png -%%DATADIR%%/images/terrain/dirt-sw-nw-n.png -%%DATADIR%%/images/terrain/dirt-sw-nw.png -%%DATADIR%%/images/terrain/dirt-sw.png -%%DATADIR%%/images/terrain/dirt.png -%%DATADIR%%/images/terrain/dwarven-castle-concave-e.png -%%DATADIR%%/images/terrain/dwarven-castle-concave-ne.png -%%DATADIR%%/images/terrain/dwarven-castle-concave-nw.png -%%DATADIR%%/images/terrain/dwarven-castle-concave-se.png -%%DATADIR%%/images/terrain/dwarven-castle-concave-sw.png -%%DATADIR%%/images/terrain/dwarven-castle-concave-w.png -%%DATADIR%%/images/terrain/dwarven-castle-convex-e.png -%%DATADIR%%/images/terrain/dwarven-castle-convex-ne.png -%%DATADIR%%/images/terrain/dwarven-castle-convex-nw.png -%%DATADIR%%/images/terrain/dwarven-castle-convex-se.png -%%DATADIR%%/images/terrain/dwarven-castle-convex-sw.png -%%DATADIR%%/images/terrain/dwarven-castle-convex-w.png -%%DATADIR%%/images/terrain/dwarven-castle-floor.png -%%DATADIR%%/images/terrain/dwarven-castle-wall-ccw-e.png -%%DATADIR%%/images/terrain/dwarven-castle-wall-ccw-ne.png -%%DATADIR%%/images/terrain/dwarven-castle-wall-ccw-nw.png -%%DATADIR%%/images/terrain/dwarven-castle-wall-ccw-se.png -%%DATADIR%%/images/terrain/dwarven-castle-wall-ccw-sw.png -%%DATADIR%%/images/terrain/dwarven-castle-wall-ccw-w.png -%%DATADIR%%/images/terrain/dwarven-castle-wall-concave-e.png -%%DATADIR%%/images/terrain/dwarven-castle-wall-concave-ne.png -%%DATADIR%%/images/terrain/dwarven-castle-wall-concave-nw.png -%%DATADIR%%/images/terrain/dwarven-castle-wall-concave-se.png -%%DATADIR%%/images/terrain/dwarven-castle-wall-concave-sw.png -%%DATADIR%%/images/terrain/dwarven-castle-wall-concave-w.png -%%DATADIR%%/images/terrain/dwarven-castle-wall-convex-e.png -%%DATADIR%%/images/terrain/dwarven-castle-wall-convex-ne.png -%%DATADIR%%/images/terrain/dwarven-castle-wall-convex-nw.png -%%DATADIR%%/images/terrain/dwarven-castle-wall-convex-se.png -%%DATADIR%%/images/terrain/dwarven-castle-wall-convex-sw.png -%%DATADIR%%/images/terrain/dwarven-castle-wall-convex-w.png -%%DATADIR%%/images/terrain/dwarven-castle-wall-cw-e.png -%%DATADIR%%/images/terrain/dwarven-castle-wall-cw-ne.png -%%DATADIR%%/images/terrain/dwarven-castle-wall-cw-nw.png -%%DATADIR%%/images/terrain/dwarven-castle-wall-cw-se.png -%%DATADIR%%/images/terrain/dwarven-castle-wall-cw-sw.png -%%DATADIR%%/images/terrain/dwarven-castle-wall-cw-w.png -%%DATADIR%%/images/terrain/dwarven-doors.png -%%DATADIR%%/images/terrain/dwarven-keep-floor.png -%%DATADIR%%/images/terrain/dwarven-keep.png -%%DATADIR%%/images/terrain/dwarven-village.png -%%DATADIR%%/images/terrain/dwarven_castle-tile.png -%%DATADIR%%/images/terrain/encampment-concave-e.png -%%DATADIR%%/images/terrain/encampment-concave-ne.png -%%DATADIR%%/images/terrain/encampment-concave-nw.png -%%DATADIR%%/images/terrain/encampment-concave-se.png -%%DATADIR%%/images/terrain/encampment-concave-sw.png -%%DATADIR%%/images/terrain/encampment-concave-w.png -%%DATADIR%%/images/terrain/encampment-convex-e.png -%%DATADIR%%/images/terrain/encampment-convex-ne.png -%%DATADIR%%/images/terrain/encampment-convex-nw.png -%%DATADIR%%/images/terrain/encampment-convex-se.png -%%DATADIR%%/images/terrain/encampment-convex-sw.png -%%DATADIR%%/images/terrain/encampment-convex-w.png -%%DATADIR%%/images/terrain/encampment-tile.png -%%DATADIR%%/images/terrain/flag-sotbe-1.png -%%DATADIR%%/images/terrain/flag-sotbe-2.png -%%DATADIR%%/images/terrain/flag-sotbe-3.png -%%DATADIR%%/images/terrain/flag-team1-1.png -%%DATADIR%%/images/terrain/flag-team1-2.png -%%DATADIR%%/images/terrain/flag-team10-1.png -%%DATADIR%%/images/terrain/flag-team10-2.png -%%DATADIR%%/images/terrain/flag-team2-1.png -%%DATADIR%%/images/terrain/flag-team2-2.png -%%DATADIR%%/images/terrain/flag-team3-1.png -%%DATADIR%%/images/terrain/flag-team3-2.png -%%DATADIR%%/images/terrain/flag-team4-1.png -%%DATADIR%%/images/terrain/flag-team4-2.png -%%DATADIR%%/images/terrain/flag-team5-1.png -%%DATADIR%%/images/terrain/flag-team5-2.png -%%DATADIR%%/images/terrain/flag-team6-1.png -%%DATADIR%%/images/terrain/flag-team6-2.png -%%DATADIR%%/images/terrain/flag-team7-1.png -%%DATADIR%%/images/terrain/flag-team7-2.png -%%DATADIR%%/images/terrain/flag-team8-1.png -%%DATADIR%%/images/terrain/flag-team8-2.png -%%DATADIR%%/images/terrain/flag-team9-1.png -%%DATADIR%%/images/terrain/flag-team9-2.png -%%DATADIR%%/images/terrain/fog-n-ne-se-s.png -%%DATADIR%%/images/terrain/fog-n-ne-se.png -%%DATADIR%%/images/terrain/fog-n-ne.png -%%DATADIR%%/images/terrain/fog-n.png -%%DATADIR%%/images/terrain/fog-ne-se-s.png -%%DATADIR%%/images/terrain/fog-ne-se.png -%%DATADIR%%/images/terrain/fog-ne.png -%%DATADIR%%/images/terrain/fog-nw-n-ne.png -%%DATADIR%%/images/terrain/fog-nw-n.png -%%DATADIR%%/images/terrain/fog-nw.png -%%DATADIR%%/images/terrain/fog-s-sw-nw-n.png -%%DATADIR%%/images/terrain/fog-s-sw-nw.png -%%DATADIR%%/images/terrain/fog-s-sw.png -%%DATADIR%%/images/terrain/fog-s.png -%%DATADIR%%/images/terrain/fog-se-s-sw.png -%%DATADIR%%/images/terrain/fog-se-s.png -%%DATADIR%%/images/terrain/fog-se.png -%%DATADIR%%/images/terrain/fog-sw-nw-n.png -%%DATADIR%%/images/terrain/fog-sw-nw.png -%%DATADIR%%/images/terrain/fog-sw.png -%%DATADIR%%/images/terrain/fog.png -%%DATADIR%%/images/terrain/ford.png -%%DATADIR%%/images/terrain/ford2.png -%%DATADIR%%/images/terrain/forest-castle-n.png -%%DATADIR%%/images/terrain/forest-castle-ne.png -%%DATADIR%%/images/terrain/forest-castle-nw.png -%%DATADIR%%/images/terrain/forest-castle-s.png -%%DATADIR%%/images/terrain/forest-castle-se.png -%%DATADIR%%/images/terrain/forest-castle-sw.png -%%DATADIR%%/images/terrain/forest-castle.png -%%DATADIR%%/images/terrain/forest-tile.png -%%DATADIR%%/images/terrain/forest.png -%%DATADIR%%/images/terrain/forest2.png -%%DATADIR%%/images/terrain/forest2_small.png -%%DATADIR%%/images/terrain/forest3.png -%%DATADIR%%/images/terrain/forest4.png -%%DATADIR%%/images/terrain/forest5.png -%%DATADIR%%/images/terrain/forest6.png -%%DATADIR%%/images/terrain/forest7.png -%%DATADIR%%/images/terrain/forest8.png -%%DATADIR%%/images/terrain/forest_small.png -%%DATADIR%%/images/terrain/grassland-a.png -%%DATADIR%%/images/terrain/grassland-flowers.png -%%DATADIR%%/images/terrain/grassland-flowers1.png -%%DATADIR%%/images/terrain/grassland-flowers2.png -%%DATADIR%%/images/terrain/grassland-n-ne-se.png -%%DATADIR%%/images/terrain/grassland-n-ne.png -%%DATADIR%%/images/terrain/grassland-n.png -%%DATADIR%%/images/terrain/grassland-ne-se-s.png -%%DATADIR%%/images/terrain/grassland-ne-se.png -%%DATADIR%%/images/terrain/grassland-ne.png -%%DATADIR%%/images/terrain/grassland-nw-n-ne.png -%%DATADIR%%/images/terrain/grassland-nw-n.png -%%DATADIR%%/images/terrain/grassland-nw.png -%%DATADIR%%/images/terrain/grassland-r.png -%%DATADIR%%/images/terrain/grassland-r1.png -%%DATADIR%%/images/terrain/grassland-r2.png -%%DATADIR%%/images/terrain/grassland-r3.png -%%DATADIR%%/images/terrain/grassland-r4.png -%%DATADIR%%/images/terrain/grassland-rocks.png -%%DATADIR%%/images/terrain/grassland-rocks1.png -%%DATADIR%%/images/terrain/grassland-rocks2.png -%%DATADIR%%/images/terrain/grassland-s-sw-nw.png -%%DATADIR%%/images/terrain/grassland-s-sw.png -%%DATADIR%%/images/terrain/grassland-s.png -%%DATADIR%%/images/terrain/grassland-se-s-sw.png -%%DATADIR%%/images/terrain/grassland-se-s.png -%%DATADIR%%/images/terrain/grassland-se-sw-nw.png -%%DATADIR%%/images/terrain/grassland-se.png -%%DATADIR%%/images/terrain/grassland-sw-nw-n.png -%%DATADIR%%/images/terrain/grassland-sw-nw.png -%%DATADIR%%/images/terrain/grassland-sw.png -%%DATADIR%%/images/terrain/grassland-test.png -%%DATADIR%%/images/terrain/grassland-to-water-n-ne-se.png -%%DATADIR%%/images/terrain/grassland-to-water-n-ne.png -%%DATADIR%%/images/terrain/grassland-to-water-n.png -%%DATADIR%%/images/terrain/grassland-to-water-ne-se-s.png -%%DATADIR%%/images/terrain/grassland-to-water-ne-se.png -%%DATADIR%%/images/terrain/grassland-to-water-ne.png -%%DATADIR%%/images/terrain/grassland-to-water-nw-n-ne.png -%%DATADIR%%/images/terrain/grassland-to-water-nw-n.png -%%DATADIR%%/images/terrain/grassland-to-water-nw.png -%%DATADIR%%/images/terrain/grassland-to-water-s-sw-nw.png -%%DATADIR%%/images/terrain/grassland-to-water-s-sw.png -%%DATADIR%%/images/terrain/grassland-to-water-s.png -%%DATADIR%%/images/terrain/grassland-to-water-se-s-sw.png -%%DATADIR%%/images/terrain/grassland-to-water-se-s.png -%%DATADIR%%/images/terrain/grassland-to-water-se.png -%%DATADIR%%/images/terrain/grassland-to-water-sw-nw-n.png -%%DATADIR%%/images/terrain/grassland-to-water-sw-nw.png -%%DATADIR%%/images/terrain/grassland-to-water-sw.png -%%DATADIR%%/images/terrain/grassland.png -%%DATADIR%%/images/terrain/grid.png -%%DATADIR%%/images/terrain/hills-n-ne.png -%%DATADIR%%/images/terrain/hills-n.png -%%DATADIR%%/images/terrain/hills-ne.png -%%DATADIR%%/images/terrain/hills-nw.png -%%DATADIR%%/images/terrain/hills-s-se.png -%%DATADIR%%/images/terrain/hills-s.png -%%DATADIR%%/images/terrain/hills-se.png -%%DATADIR%%/images/terrain/hills-sw.png -%%DATADIR%%/images/terrain/hills-variation1.png -%%DATADIR%%/images/terrain/hills-variation2.png -%%DATADIR%%/images/terrain/hills-variation3.png -%%DATADIR%%/images/terrain/hills.png -%%DATADIR%%/images/terrain/ice-n-ne-se-s.png -%%DATADIR%%/images/terrain/ice-n-ne.png -%%DATADIR%%/images/terrain/ice-n.png -%%DATADIR%%/images/terrain/ice-ne-se.png -%%DATADIR%%/images/terrain/ice-ne.png -%%DATADIR%%/images/terrain/ice-nw-n-ne.png -%%DATADIR%%/images/terrain/ice-nw-n.png -%%DATADIR%%/images/terrain/ice-nw.png -%%DATADIR%%/images/terrain/ice-s-sw-nw-n.png -%%DATADIR%%/images/terrain/ice-s-sw.png -%%DATADIR%%/images/terrain/ice-s.png -%%DATADIR%%/images/terrain/ice-se-s-sw.png -%%DATADIR%%/images/terrain/ice-se-s.png -%%DATADIR%%/images/terrain/ice-se.png -%%DATADIR%%/images/terrain/ice-sw-nw.png -%%DATADIR%%/images/terrain/ice-sw.png -%%DATADIR%%/images/terrain/ice.png -%%DATADIR%%/images/terrain/ice2.png -%%DATADIR%%/images/terrain/ice3.png -%%DATADIR%%/images/terrain/ice4.png -%%DATADIR%%/images/terrain/ice5.png -%%DATADIR%%/images/terrain/ice6.png -%%DATADIR%%/images/terrain/keep-inside-e.png -%%DATADIR%%/images/terrain/keep-inside-ne.png -%%DATADIR%%/images/terrain/keep-inside-nw.png -%%DATADIR%%/images/terrain/keep-inside-se.png -%%DATADIR%%/images/terrain/keep-inside-sw.png -%%DATADIR%%/images/terrain/keep-inside-w.png -%%DATADIR%%/images/terrain/keep-keep-e.png -%%DATADIR%%/images/terrain/keep-keep-ne.png -%%DATADIR%%/images/terrain/keep-keep-nw.png -%%DATADIR%%/images/terrain/keep-keep-se.png -%%DATADIR%%/images/terrain/keep-keep-sw.png -%%DATADIR%%/images/terrain/keep-keep-w.png -%%DATADIR%%/images/terrain/keep-tile.png -%%DATADIR%%/images/terrain/keep-wall-0-e.png -%%DATADIR%%/images/terrain/keep-wall-0-ne.png -%%DATADIR%%/images/terrain/keep-wall-0-nw.png -%%DATADIR%%/images/terrain/keep-wall-0-se.png -%%DATADIR%%/images/terrain/keep-wall-0-sw.png -%%DATADIR%%/images/terrain/keep-wall-0-w.png -%%DATADIR%%/images/terrain/keep-wall-1-e.png -%%DATADIR%%/images/terrain/keep-wall-1-ne.png -%%DATADIR%%/images/terrain/keep-wall-1-nw.png -%%DATADIR%%/images/terrain/keep-wall-1-se.png -%%DATADIR%%/images/terrain/keep-wall-1-sw.png -%%DATADIR%%/images/terrain/keep-wall-1-w.png -%%DATADIR%%/images/terrain/keep-wall-e.png -%%DATADIR%%/images/terrain/keep-wall-ne.png -%%DATADIR%%/images/terrain/keep-wall-nw.png -%%DATADIR%%/images/terrain/keep-wall-se.png -%%DATADIR%%/images/terrain/keep-wall-sw.png -%%DATADIR%%/images/terrain/keep-wall-w.png -%%DATADIR%%/images/terrain/keep.png -%%DATADIR%%/images/terrain/lava-n-ne-nw-s.png -%%DATADIR%%/images/terrain/lava-n-ne-nw.png -%%DATADIR%%/images/terrain/lava-n-ne.png -%%DATADIR%%/images/terrain/lava-n.png -%%DATADIR%%/images/terrain/lava-ne-nw-s.png -%%DATADIR%%/images/terrain/lava-ne-se.png -%%DATADIR%%/images/terrain/lava-ne.png -%%DATADIR%%/images/terrain/lava-nw-n.png -%%DATADIR%%/images/terrain/lava-nw.png -%%DATADIR%%/images/terrain/lava-s-nw-ne-n.png -%%DATADIR%%/images/terrain/lava-s-sw-nw.png -%%DATADIR%%/images/terrain/lava-s-sw.png -%%DATADIR%%/images/terrain/lava-s.png -%%DATADIR%%/images/terrain/lava-se-s.png -%%DATADIR%%/images/terrain/lava-se.png -%%DATADIR%%/images/terrain/lava-sw-nw-n.png -%%DATADIR%%/images/terrain/lava-sw-nw.png -%%DATADIR%%/images/terrain/lava-sw.png -%%DATADIR%%/images/terrain/lava.png -%%DATADIR%%/images/terrain/lava2.png -%%DATADIR%%/images/terrain/mask.png -%%DATADIR%%/images/terrain/mine.png -%%DATADIR%%/images/terrain/mountains-n.png -%%DATADIR%%/images/terrain/mountains-ne.png -%%DATADIR%%/images/terrain/mountains-nw.png -%%DATADIR%%/images/terrain/mountains-peak1.png -%%DATADIR%%/images/terrain/mountains-peak2.png -%%DATADIR%%/images/terrain/mountains-s.png -%%DATADIR%%/images/terrain/mountains-se.png -%%DATADIR%%/images/terrain/mountains-sw.png -%%DATADIR%%/images/terrain/mountains.png -%%DATADIR%%/images/terrain/nest-empty.png -%%DATADIR%%/images/terrain/nest-full.png -%%DATADIR%%/images/terrain/ocean.png -%%DATADIR%%/images/terrain/ocean2.png -%%DATADIR%%/images/terrain/ocean3.png -%%DATADIR%%/images/terrain/out.png -%%DATADIR%%/images/terrain/road-n-ne.png -%%DATADIR%%/images/terrain/road-n.png -%%DATADIR%%/images/terrain/road-ne-se.png -%%DATADIR%%/images/terrain/road-ne.png -%%DATADIR%%/images/terrain/road-nw-n.png -%%DATADIR%%/images/terrain/road-nw.png -%%DATADIR%%/images/terrain/road-s-sw.png -%%DATADIR%%/images/terrain/road-s.png -%%DATADIR%%/images/terrain/road-se-s.png -%%DATADIR%%/images/terrain/road-se.png -%%DATADIR%%/images/terrain/road-sw-nw.png -%%DATADIR%%/images/terrain/road-sw.png -%%DATADIR%%/images/terrain/road.png -%%DATADIR%%/images/terrain/road2.png -%%DATADIR%%/images/terrain/road3.png -%%DATADIR%%/images/terrain/rocks.png -%%DATADIR%%/images/terrain/ruin1-concave-e.png -%%DATADIR%%/images/terrain/ruin1-concave-ne.png -%%DATADIR%%/images/terrain/ruin1-concave-nw.png -%%DATADIR%%/images/terrain/ruin1-concave-se.png -%%DATADIR%%/images/terrain/ruin1-concave-sw.png -%%DATADIR%%/images/terrain/ruin1-concave-w.png -%%DATADIR%%/images/terrain/ruin1-convex-e.png -%%DATADIR%%/images/terrain/ruin1-convex-ne.png -%%DATADIR%%/images/terrain/ruin1-convex-nw.png -%%DATADIR%%/images/terrain/ruin1-convex-se.png -%%DATADIR%%/images/terrain/ruin1-convex-sw.png -%%DATADIR%%/images/terrain/ruin1-convex-w.png -%%DATADIR%%/images/terrain/ruin2-concave-e.png -%%DATADIR%%/images/terrain/ruin2-concave-ne.png -%%DATADIR%%/images/terrain/ruin2-concave-nw.png -%%DATADIR%%/images/terrain/ruin2-concave-se.png -%%DATADIR%%/images/terrain/ruin2-concave-sw.png -%%DATADIR%%/images/terrain/ruin2-concave-w.png -%%DATADIR%%/images/terrain/ruin2-convex-e.png -%%DATADIR%%/images/terrain/ruin2-convex-ne.png -%%DATADIR%%/images/terrain/ruin2-convex-nw.png -%%DATADIR%%/images/terrain/ruin2-convex-se.png -%%DATADIR%%/images/terrain/ruin2-convex-sw.png -%%DATADIR%%/images/terrain/ruin2-convex-w.png -%%DATADIR%%/images/terrain/ruin2.png -%%DATADIR%%/images/terrain/ruin3-concave-e.png -%%DATADIR%%/images/terrain/ruin3-concave-ne.png -%%DATADIR%%/images/terrain/ruin3-concave-nw.png -%%DATADIR%%/images/terrain/ruin3-concave-se.png -%%DATADIR%%/images/terrain/ruin3-concave-sw.png -%%DATADIR%%/images/terrain/ruin3-concave-w.png -%%DATADIR%%/images/terrain/ruin3-convex-e.png -%%DATADIR%%/images/terrain/ruin3-convex-ne.png -%%DATADIR%%/images/terrain/ruin3-convex-nw.png -%%DATADIR%%/images/terrain/ruin3-convex-se.png -%%DATADIR%%/images/terrain/ruin3-convex-sw.png -%%DATADIR%%/images/terrain/ruin3-convex-w.png -%%DATADIR%%/images/terrain/ruin4-concave-e.png -%%DATADIR%%/images/terrain/ruin4-concave-ne.png -%%DATADIR%%/images/terrain/ruin4-concave-nw.png -%%DATADIR%%/images/terrain/ruin4-concave-se.png -%%DATADIR%%/images/terrain/ruin4-concave-sw.png -%%DATADIR%%/images/terrain/ruin4-concave-w.png -%%DATADIR%%/images/terrain/ruin4-convex-e.png -%%DATADIR%%/images/terrain/ruin4-convex-ne.png -%%DATADIR%%/images/terrain/ruin4-convex-nw.png -%%DATADIR%%/images/terrain/ruin4-convex-se.png -%%DATADIR%%/images/terrain/ruin4-convex-sw.png -%%DATADIR%%/images/terrain/ruin4-convex-w.png -%%DATADIR%%/images/terrain/ruin5-concave-e.png -%%DATADIR%%/images/terrain/ruin5-concave-ne.png -%%DATADIR%%/images/terrain/ruin5-concave-nw.png -%%DATADIR%%/images/terrain/ruin5-concave-se.png -%%DATADIR%%/images/terrain/ruin5-concave-sw.png -%%DATADIR%%/images/terrain/ruin5-concave-w.png -%%DATADIR%%/images/terrain/ruin5-convex-e.png -%%DATADIR%%/images/terrain/ruin5-convex-ne.png -%%DATADIR%%/images/terrain/ruin5-convex-nw.png -%%DATADIR%%/images/terrain/ruin5-convex-se.png -%%DATADIR%%/images/terrain/ruin5-convex-sw.png -%%DATADIR%%/images/terrain/ruin5-convex-w.png -%%DATADIR%%/images/terrain/ruinkeep.png -%%DATADIR%%/images/terrain/ruinkeep1-inside-e.png -%%DATADIR%%/images/terrain/ruinkeep1-inside-ne.png -%%DATADIR%%/images/terrain/ruinkeep1-inside-nw.png -%%DATADIR%%/images/terrain/ruinkeep1-inside-se.png -%%DATADIR%%/images/terrain/ruinkeep1-inside-sw.png -%%DATADIR%%/images/terrain/ruinkeep1-inside-w.png -%%DATADIR%%/images/terrain/ruinkeep1-keep-e.png -%%DATADIR%%/images/terrain/ruinkeep1-keep-ne.png -%%DATADIR%%/images/terrain/ruinkeep1-keep-nw.png -%%DATADIR%%/images/terrain/ruinkeep1-keep-se.png -%%DATADIR%%/images/terrain/ruinkeep1-keep-sw.png -%%DATADIR%%/images/terrain/ruinkeep1-keep-w.png -%%DATADIR%%/images/terrain/ruinkeep1-wall-0-e.png -%%DATADIR%%/images/terrain/ruinkeep1-wall-0-ne.png -%%DATADIR%%/images/terrain/ruinkeep1-wall-0-nw.png -%%DATADIR%%/images/terrain/ruinkeep1-wall-0-se.png -%%DATADIR%%/images/terrain/ruinkeep1-wall-0-sw.png -%%DATADIR%%/images/terrain/ruinkeep1-wall-0-w.png -%%DATADIR%%/images/terrain/ruinkeep1-wall-1-e.png -%%DATADIR%%/images/terrain/ruinkeep1-wall-1-ne.png -%%DATADIR%%/images/terrain/ruinkeep1-wall-1-nw.png -%%DATADIR%%/images/terrain/ruinkeep1-wall-1-se.png -%%DATADIR%%/images/terrain/ruinkeep1-wall-1-sw.png -%%DATADIR%%/images/terrain/ruinkeep1-wall-1-w.png -%%DATADIR%%/images/terrain/ruinkeep1-wall-e.png -%%DATADIR%%/images/terrain/ruinkeep1-wall-ne.png -%%DATADIR%%/images/terrain/ruinkeep1-wall-nw.png -%%DATADIR%%/images/terrain/ruinkeep1-wall-se.png -%%DATADIR%%/images/terrain/ruinkeep1-wall-sw.png -%%DATADIR%%/images/terrain/ruinkeep1-wall-w.png -%%DATADIR%%/images/terrain/ruinkeep2-inside-e.png -%%DATADIR%%/images/terrain/ruinkeep2-inside-ne.png -%%DATADIR%%/images/terrain/ruinkeep2-inside-nw.png -%%DATADIR%%/images/terrain/ruinkeep2-inside-se.png -%%DATADIR%%/images/terrain/ruinkeep2-inside-sw.png -%%DATADIR%%/images/terrain/ruinkeep2-inside-w.png -%%DATADIR%%/images/terrain/ruinkeep2-keep-e.png -%%DATADIR%%/images/terrain/ruinkeep2-keep-ne.png -%%DATADIR%%/images/terrain/ruinkeep2-keep-nw.png -%%DATADIR%%/images/terrain/ruinkeep2-keep-se.png -%%DATADIR%%/images/terrain/ruinkeep2-keep-sw.png -%%DATADIR%%/images/terrain/ruinkeep2-keep-w.png -%%DATADIR%%/images/terrain/ruinkeep2-wall-0-e.png -%%DATADIR%%/images/terrain/ruinkeep2-wall-0-ne.png -%%DATADIR%%/images/terrain/ruinkeep2-wall-0-nw.png -%%DATADIR%%/images/terrain/ruinkeep2-wall-0-se.png -%%DATADIR%%/images/terrain/ruinkeep2-wall-0-sw.png -%%DATADIR%%/images/terrain/ruinkeep2-wall-0-w.png -%%DATADIR%%/images/terrain/ruinkeep2-wall-1-e.png -%%DATADIR%%/images/terrain/ruinkeep2-wall-1-ne.png -%%DATADIR%%/images/terrain/ruinkeep2-wall-1-nw.png -%%DATADIR%%/images/terrain/ruinkeep2-wall-1-se.png -%%DATADIR%%/images/terrain/ruinkeep2-wall-1-sw.png -%%DATADIR%%/images/terrain/ruinkeep2-wall-1-w.png -%%DATADIR%%/images/terrain/ruinkeep2-wall-e.png -%%DATADIR%%/images/terrain/ruinkeep2-wall-ne.png -%%DATADIR%%/images/terrain/ruinkeep2-wall-nw.png -%%DATADIR%%/images/terrain/ruinkeep2-wall-se.png -%%DATADIR%%/images/terrain/ruinkeep2-wall-sw.png -%%DATADIR%%/images/terrain/ruinkeep2-wall-w.png -%%DATADIR%%/images/terrain/ruinkeep2.png -%%DATADIR%%/images/terrain/ruinkeep3-inside-e.png -%%DATADIR%%/images/terrain/ruinkeep3-inside-ne.png -%%DATADIR%%/images/terrain/ruinkeep3-inside-nw.png -%%DATADIR%%/images/terrain/ruinkeep3-inside-se.png -%%DATADIR%%/images/terrain/ruinkeep3-inside-sw.png -%%DATADIR%%/images/terrain/ruinkeep3-inside-w.png -%%DATADIR%%/images/terrain/ruinkeep3-keep-e.png -%%DATADIR%%/images/terrain/ruinkeep3-keep-ne.png -%%DATADIR%%/images/terrain/ruinkeep3-keep-nw.png -%%DATADIR%%/images/terrain/ruinkeep3-keep-se.png -%%DATADIR%%/images/terrain/ruinkeep3-keep-sw.png -%%DATADIR%%/images/terrain/ruinkeep3-keep-w.png -%%DATADIR%%/images/terrain/ruinkeep3-wall-0-e.png -%%DATADIR%%/images/terrain/ruinkeep3-wall-0-ne.png -%%DATADIR%%/images/terrain/ruinkeep3-wall-0-nw.png -%%DATADIR%%/images/terrain/ruinkeep3-wall-0-se.png -%%DATADIR%%/images/terrain/ruinkeep3-wall-0-sw.png -%%DATADIR%%/images/terrain/ruinkeep3-wall-0-w.png -%%DATADIR%%/images/terrain/ruinkeep3-wall-1-e.png -%%DATADIR%%/images/terrain/ruinkeep3-wall-1-ne.png -%%DATADIR%%/images/terrain/ruinkeep3-wall-1-nw.png -%%DATADIR%%/images/terrain/ruinkeep3-wall-1-se.png -%%DATADIR%%/images/terrain/ruinkeep3-wall-1-sw.png -%%DATADIR%%/images/terrain/ruinkeep3-wall-1-w.png -%%DATADIR%%/images/terrain/ruinkeep3-wall-e.png -%%DATADIR%%/images/terrain/ruinkeep3-wall-ne.png -%%DATADIR%%/images/terrain/ruinkeep3-wall-nw.png -%%DATADIR%%/images/terrain/ruinkeep3-wall-se.png -%%DATADIR%%/images/terrain/ruinkeep3-wall-sw.png -%%DATADIR%%/images/terrain/ruinkeep3-wall-w.png -%%DATADIR%%/images/terrain/sand-n.png -%%DATADIR%%/images/terrain/sand-ne.png -%%DATADIR%%/images/terrain/sand-nw.png -%%DATADIR%%/images/terrain/sand-plant.png -%%DATADIR%%/images/terrain/sand-s.png -%%DATADIR%%/images/terrain/sand-se.png -%%DATADIR%%/images/terrain/sand-sw.png -%%DATADIR%%/images/terrain/sand.png -%%DATADIR%%/images/terrain/savanna-n-ne-se.png -%%DATADIR%%/images/terrain/savanna-n-ne.png -%%DATADIR%%/images/terrain/savanna-n.png -%%DATADIR%%/images/terrain/savanna-ne-se-s.png -%%DATADIR%%/images/terrain/savanna-ne-se.png -%%DATADIR%%/images/terrain/savanna-ne.png -%%DATADIR%%/images/terrain/savanna-nw-n-ne.png -%%DATADIR%%/images/terrain/savanna-nw-n.png -%%DATADIR%%/images/terrain/savanna-nw.png -%%DATADIR%%/images/terrain/savanna-s-sw-nw.png -%%DATADIR%%/images/terrain/savanna-s-sw.png -%%DATADIR%%/images/terrain/savanna-s.png -%%DATADIR%%/images/terrain/savanna-se-s-sw.png -%%DATADIR%%/images/terrain/savanna-se-s.png -%%DATADIR%%/images/terrain/savanna-se.png -%%DATADIR%%/images/terrain/savanna-sw-nw-n.png -%%DATADIR%%/images/terrain/savanna-sw-nw.png -%%DATADIR%%/images/terrain/savanna-sw.png -%%DATADIR%%/images/terrain/savanna-to-water-n-ne-se.png -%%DATADIR%%/images/terrain/savanna-to-water-n-ne.png -%%DATADIR%%/images/terrain/savanna-to-water-n.png -%%DATADIR%%/images/terrain/savanna-to-water-ne-se-s.png -%%DATADIR%%/images/terrain/savanna-to-water-ne-se.png -%%DATADIR%%/images/terrain/savanna-to-water-ne.png -%%DATADIR%%/images/terrain/savanna-to-water-nw-n-ne.png -%%DATADIR%%/images/terrain/savanna-to-water-nw-n.png -%%DATADIR%%/images/terrain/savanna-to-water-nw.png -%%DATADIR%%/images/terrain/savanna-to-water-s-sw-nw.png -%%DATADIR%%/images/terrain/savanna-to-water-s-sw.png -%%DATADIR%%/images/terrain/savanna-to-water-s.png -%%DATADIR%%/images/terrain/savanna-to-water-se-s-sw.png -%%DATADIR%%/images/terrain/savanna-to-water-se-s.png -%%DATADIR%%/images/terrain/savanna-to-water-se.png -%%DATADIR%%/images/terrain/savanna-to-water-sw-nw-n.png -%%DATADIR%%/images/terrain/savanna-to-water-sw-nw.png -%%DATADIR%%/images/terrain/savanna-to-water-sw.png -%%DATADIR%%/images/terrain/savanna.png -%%DATADIR%%/images/terrain/snow-forest-castle-n-ne.png -%%DATADIR%%/images/terrain/snow-forest-castle-n.png -%%DATADIR%%/images/terrain/snow-forest-castle-ne.png -%%DATADIR%%/images/terrain/snow-forest-castle-nw-n-ne.png -%%DATADIR%%/images/terrain/snow-forest-castle-nw-n.png -%%DATADIR%%/images/terrain/snow-forest-castle-nw.png -%%DATADIR%%/images/terrain/snow-forest-castle-s.png -%%DATADIR%%/images/terrain/snow-forest-castle-se.png -%%DATADIR%%/images/terrain/snow-forest-castle-sw-nw.png -%%DATADIR%%/images/terrain/snow-forest-castle-sw.png -%%DATADIR%%/images/terrain/snow-forest-castle.png -%%DATADIR%%/images/terrain/snow-forest-tile.png -%%DATADIR%%/images/terrain/snow-forest.png -%%DATADIR%%/images/terrain/snow-forest2.png -%%DATADIR%%/images/terrain/snow-forest3.png -%%DATADIR%%/images/terrain/snow-forest4.png -%%DATADIR%%/images/terrain/snow-forest_small.png -%%DATADIR%%/images/terrain/snow-hills-n-ne.png -%%DATADIR%%/images/terrain/snow-hills-n.png -%%DATADIR%%/images/terrain/snow-hills-ne.png -%%DATADIR%%/images/terrain/snow-hills-nw.png -%%DATADIR%%/images/terrain/snow-hills-s-sw.png -%%DATADIR%%/images/terrain/snow-hills-s.png -%%DATADIR%%/images/terrain/snow-hills-se.png -%%DATADIR%%/images/terrain/snow-hills-sw.png -%%DATADIR%%/images/terrain/snow-hills.png -%%DATADIR%%/images/terrain/snow-hills2.png -%%DATADIR%%/images/terrain/snow-hills3.png -%%DATADIR%%/images/terrain/snow-n-ne-se-s.png -%%DATADIR%%/images/terrain/snow-n-ne-se.png -%%DATADIR%%/images/terrain/snow-n-ne.png -%%DATADIR%%/images/terrain/snow-n.png -%%DATADIR%%/images/terrain/snow-ne-se-s-sw.png -%%DATADIR%%/images/terrain/snow-ne-se-s.png -%%DATADIR%%/images/terrain/snow-ne-se.png -%%DATADIR%%/images/terrain/snow-ne.png -%%DATADIR%%/images/terrain/snow-nw-n-ne-se.png -%%DATADIR%%/images/terrain/snow-nw-n-ne.png -%%DATADIR%%/images/terrain/snow-nw-n.png -%%DATADIR%%/images/terrain/snow-nw.png -%%DATADIR%%/images/terrain/snow-s-sw-nw-n.png -%%DATADIR%%/images/terrain/snow-s-sw-nw.png -%%DATADIR%%/images/terrain/snow-s-sw.png -%%DATADIR%%/images/terrain/snow-s.png -%%DATADIR%%/images/terrain/snow-se-s-sw-nw.png -%%DATADIR%%/images/terrain/snow-se-s-sw.png -%%DATADIR%%/images/terrain/snow-se-s.png -%%DATADIR%%/images/terrain/snow-se.png -%%DATADIR%%/images/terrain/snow-sw-nw-n-ne.png -%%DATADIR%%/images/terrain/snow-sw-nw-n.png -%%DATADIR%%/images/terrain/snow-sw-nw.png -%%DATADIR%%/images/terrain/snow-sw.png -%%DATADIR%%/images/terrain/snow-to-water-n-ne-se-s.png -%%DATADIR%%/images/terrain/snow-to-water-n-ne-se.png -%%DATADIR%%/images/terrain/snow-to-water-n-ne.png -%%DATADIR%%/images/terrain/snow-to-water-n.png -%%DATADIR%%/images/terrain/snow-to-water-ne-se-s-sw.png -%%DATADIR%%/images/terrain/snow-to-water-ne-se-s.png -%%DATADIR%%/images/terrain/snow-to-water-ne-se.png -%%DATADIR%%/images/terrain/snow-to-water-ne.png -%%DATADIR%%/images/terrain/snow-to-water-nw-n-ne-se.png -%%DATADIR%%/images/terrain/snow-to-water-nw-n-ne.png -%%DATADIR%%/images/terrain/snow-to-water-nw-n.png -%%DATADIR%%/images/terrain/snow-to-water-nw.png -%%DATADIR%%/images/terrain/snow-to-water-s-sw-nw-n.png -%%DATADIR%%/images/terrain/snow-to-water-s-sw-nw.png -%%DATADIR%%/images/terrain/snow-to-water-s-sw.png -%%DATADIR%%/images/terrain/snow-to-water-s.png -%%DATADIR%%/images/terrain/snow-to-water-se-s-sw-nw.png -%%DATADIR%%/images/terrain/snow-to-water-se-s-sw.png -%%DATADIR%%/images/terrain/snow-to-water-se-s.png -%%DATADIR%%/images/terrain/snow-to-water-se.png -%%DATADIR%%/images/terrain/snow-to-water-sw-nw-n-ne.png -%%DATADIR%%/images/terrain/snow-to-water-sw-nw-n.png -%%DATADIR%%/images/terrain/snow-to-water-sw-nw.png -%%DATADIR%%/images/terrain/snow-to-water-sw.png -%%DATADIR%%/images/terrain/snow.png -%%DATADIR%%/images/terrain/snow2.png -%%DATADIR%%/images/terrain/snowbits.png -%%DATADIR%%/images/terrain/sunken-ruin-concave-e.png -%%DATADIR%%/images/terrain/sunken-ruin-concave-ne.png -%%DATADIR%%/images/terrain/sunken-ruin-concave-nw.png -%%DATADIR%%/images/terrain/sunken-ruin-concave-se.png -%%DATADIR%%/images/terrain/sunken-ruin-concave-sw.png -%%DATADIR%%/images/terrain/sunken-ruin-concave-w.png -%%DATADIR%%/images/terrain/sunken-ruin-convex-e.png -%%DATADIR%%/images/terrain/sunken-ruin-convex-ne.png -%%DATADIR%%/images/terrain/sunken-ruin-convex-nw.png -%%DATADIR%%/images/terrain/sunken-ruin-convex-se.png -%%DATADIR%%/images/terrain/sunken-ruin-convex-sw.png -%%DATADIR%%/images/terrain/sunken-ruin-convex-w.png -%%DATADIR%%/images/terrain/sunken-ruin-n.png -%%DATADIR%%/images/terrain/sunken-ruin-ne.png -%%DATADIR%%/images/terrain/sunken-ruin-nw.png -%%DATADIR%%/images/terrain/sunken-ruin-s.png -%%DATADIR%%/images/terrain/sunken-ruin-se.png -%%DATADIR%%/images/terrain/sunken-ruin-sw.png -%%DATADIR%%/images/terrain/sunken-ruin.png -%%DATADIR%%/images/terrain/sunken-ruin1-concave-e.png -%%DATADIR%%/images/terrain/sunken-ruin1-concave-ne.png -%%DATADIR%%/images/terrain/sunken-ruin1-concave-nw.png -%%DATADIR%%/images/terrain/sunken-ruin1-concave-se.png -%%DATADIR%%/images/terrain/sunken-ruin1-concave-sw.png -%%DATADIR%%/images/terrain/sunken-ruin1-concave-w.png -%%DATADIR%%/images/terrain/sunken-ruin1-convex-e.png -%%DATADIR%%/images/terrain/sunken-ruin1-convex-ne.png -%%DATADIR%%/images/terrain/sunken-ruin1-convex-nw.png -%%DATADIR%%/images/terrain/sunken-ruin1-convex-se.png -%%DATADIR%%/images/terrain/sunken-ruin1-convex-sw.png -%%DATADIR%%/images/terrain/sunken-ruin1-convex-w.png -%%DATADIR%%/images/terrain/sunken-ruin2-concave-e.png -%%DATADIR%%/images/terrain/sunken-ruin2-concave-ne.png -%%DATADIR%%/images/terrain/sunken-ruin2-concave-nw.png -%%DATADIR%%/images/terrain/sunken-ruin2-concave-se.png -%%DATADIR%%/images/terrain/sunken-ruin2-concave-sw.png -%%DATADIR%%/images/terrain/sunken-ruin2-concave-w.png -%%DATADIR%%/images/terrain/sunken-ruin2-convex-e.png -%%DATADIR%%/images/terrain/sunken-ruin2-convex-ne.png -%%DATADIR%%/images/terrain/sunken-ruin2-convex-nw.png -%%DATADIR%%/images/terrain/sunken-ruin2-convex-se.png -%%DATADIR%%/images/terrain/sunken-ruin2-convex-sw.png -%%DATADIR%%/images/terrain/sunken-ruin2-convex-w.png -%%DATADIR%%/images/terrain/sunken-ruin2.png -%%DATADIR%%/images/terrain/sunken-ruin3-concave-e.png -%%DATADIR%%/images/terrain/sunken-ruin3-concave-ne.png -%%DATADIR%%/images/terrain/sunken-ruin3-concave-nw.png -%%DATADIR%%/images/terrain/sunken-ruin3-concave-se.png -%%DATADIR%%/images/terrain/sunken-ruin3-concave-sw.png -%%DATADIR%%/images/terrain/sunken-ruin3-concave-w.png -%%DATADIR%%/images/terrain/sunken-ruin3-convex-e.png -%%DATADIR%%/images/terrain/sunken-ruin3-convex-ne.png -%%DATADIR%%/images/terrain/sunken-ruin3-convex-nw.png -%%DATADIR%%/images/terrain/sunken-ruin3-convex-se.png -%%DATADIR%%/images/terrain/sunken-ruin3-convex-sw.png -%%DATADIR%%/images/terrain/sunken-ruin3-convex-w.png -%%DATADIR%%/images/terrain/sunken-ruin4-concave-e.png -%%DATADIR%%/images/terrain/sunken-ruin4-concave-ne.png -%%DATADIR%%/images/terrain/sunken-ruin4-concave-nw.png -%%DATADIR%%/images/terrain/sunken-ruin4-concave-se.png -%%DATADIR%%/images/terrain/sunken-ruin4-concave-sw.png -%%DATADIR%%/images/terrain/sunken-ruin4-concave-w.png -%%DATADIR%%/images/terrain/sunken-ruin4-convex-e.png -%%DATADIR%%/images/terrain/sunken-ruin4-convex-ne.png -%%DATADIR%%/images/terrain/sunken-ruin4-convex-nw.png -%%DATADIR%%/images/terrain/sunken-ruin4-convex-se.png -%%DATADIR%%/images/terrain/sunken-ruin4-convex-sw.png -%%DATADIR%%/images/terrain/sunken-ruin4-convex-w.png -%%DATADIR%%/images/terrain/sunken-ruin5-concave-e.png -%%DATADIR%%/images/terrain/sunken-ruin5-concave-ne.png -%%DATADIR%%/images/terrain/sunken-ruin5-concave-nw.png -%%DATADIR%%/images/terrain/sunken-ruin5-concave-se.png -%%DATADIR%%/images/terrain/sunken-ruin5-concave-sw.png -%%DATADIR%%/images/terrain/sunken-ruin5-concave-w.png -%%DATADIR%%/images/terrain/sunken-ruin5-convex-e.png -%%DATADIR%%/images/terrain/sunken-ruin5-convex-ne.png -%%DATADIR%%/images/terrain/sunken-ruin5-convex-nw.png -%%DATADIR%%/images/terrain/sunken-ruin5-convex-se.png -%%DATADIR%%/images/terrain/sunken-ruin5-convex-sw.png -%%DATADIR%%/images/terrain/sunken-ruin5-convex-w.png -%%DATADIR%%/images/terrain/sunken-ruinkeep.png -%%DATADIR%%/images/terrain/sunken-ruinkeep1-inside-e.png -%%DATADIR%%/images/terrain/sunken-ruinkeep1-inside-ne.png -%%DATADIR%%/images/terrain/sunken-ruinkeep1-inside-nw.png -%%DATADIR%%/images/terrain/sunken-ruinkeep1-inside-se.png -%%DATADIR%%/images/terrain/sunken-ruinkeep1-inside-sw.png -%%DATADIR%%/images/terrain/sunken-ruinkeep1-inside-w.png -%%DATADIR%%/images/terrain/sunken-ruinkeep1-keep-e.png -%%DATADIR%%/images/terrain/sunken-ruinkeep1-keep-ne.png -%%DATADIR%%/images/terrain/sunken-ruinkeep1-keep-nw.png -%%DATADIR%%/images/terrain/sunken-ruinkeep1-keep-se.png -%%DATADIR%%/images/terrain/sunken-ruinkeep1-keep-sw.png -%%DATADIR%%/images/terrain/sunken-ruinkeep1-keep-w.png -%%DATADIR%%/images/terrain/sunken-ruinkeep1-wall-0-e.png -%%DATADIR%%/images/terrain/sunken-ruinkeep1-wall-0-ne.png -%%DATADIR%%/images/terrain/sunken-ruinkeep1-wall-0-nw.png -%%DATADIR%%/images/terrain/sunken-ruinkeep1-wall-0-se.png -%%DATADIR%%/images/terrain/sunken-ruinkeep1-wall-0-sw.png -%%DATADIR%%/images/terrain/sunken-ruinkeep1-wall-0-w.png -%%DATADIR%%/images/terrain/sunken-ruinkeep1-wall-1-e.png -%%DATADIR%%/images/terrain/sunken-ruinkeep1-wall-1-ne.png -%%DATADIR%%/images/terrain/sunken-ruinkeep1-wall-1-nw.png -%%DATADIR%%/images/terrain/sunken-ruinkeep1-wall-1-se.png -%%DATADIR%%/images/terrain/sunken-ruinkeep1-wall-1-sw.png -%%DATADIR%%/images/terrain/sunken-ruinkeep1-wall-1-w.png -%%DATADIR%%/images/terrain/sunken-ruinkeep1-wall-e.png -%%DATADIR%%/images/terrain/sunken-ruinkeep1-wall-ne.png -%%DATADIR%%/images/terrain/sunken-ruinkeep1-wall-nw.png -%%DATADIR%%/images/terrain/sunken-ruinkeep1-wall-se.png -%%DATADIR%%/images/terrain/sunken-ruinkeep1-wall-sw.png -%%DATADIR%%/images/terrain/sunken-ruinkeep1-wall-w.png -%%DATADIR%%/images/terrain/sunken-ruinkeep2-inside-e.png -%%DATADIR%%/images/terrain/sunken-ruinkeep2-inside-ne.png -%%DATADIR%%/images/terrain/sunken-ruinkeep2-inside-nw.png -%%DATADIR%%/images/terrain/sunken-ruinkeep2-inside-se.png -%%DATADIR%%/images/terrain/sunken-ruinkeep2-inside-sw.png -%%DATADIR%%/images/terrain/sunken-ruinkeep2-inside-w.png -%%DATADIR%%/images/terrain/sunken-ruinkeep2-keep-e.png -%%DATADIR%%/images/terrain/sunken-ruinkeep2-keep-ne.png -%%DATADIR%%/images/terrain/sunken-ruinkeep2-keep-nw.png -%%DATADIR%%/images/terrain/sunken-ruinkeep2-keep-se.png -%%DATADIR%%/images/terrain/sunken-ruinkeep2-keep-sw.png -%%DATADIR%%/images/terrain/sunken-ruinkeep2-keep-w.png -%%DATADIR%%/images/terrain/sunken-ruinkeep2-wall-0-e.png -%%DATADIR%%/images/terrain/sunken-ruinkeep2-wall-0-ne.png -%%DATADIR%%/images/terrain/sunken-ruinkeep2-wall-0-nw.png -%%DATADIR%%/images/terrain/sunken-ruinkeep2-wall-0-se.png -%%DATADIR%%/images/terrain/sunken-ruinkeep2-wall-0-sw.png -%%DATADIR%%/images/terrain/sunken-ruinkeep2-wall-0-w.png -%%DATADIR%%/images/terrain/sunken-ruinkeep2-wall-1-e.png -%%DATADIR%%/images/terrain/sunken-ruinkeep2-wall-1-ne.png -%%DATADIR%%/images/terrain/sunken-ruinkeep2-wall-1-nw.png -%%DATADIR%%/images/terrain/sunken-ruinkeep2-wall-1-se.png -%%DATADIR%%/images/terrain/sunken-ruinkeep2-wall-1-sw.png -%%DATADIR%%/images/terrain/sunken-ruinkeep2-wall-1-w.png -%%DATADIR%%/images/terrain/sunken-ruinkeep2-wall-e.png -%%DATADIR%%/images/terrain/sunken-ruinkeep2-wall-ne.png -%%DATADIR%%/images/terrain/sunken-ruinkeep2-wall-nw.png -%%DATADIR%%/images/terrain/sunken-ruinkeep2-wall-se.png -%%DATADIR%%/images/terrain/sunken-ruinkeep2-wall-sw.png -%%DATADIR%%/images/terrain/sunken-ruinkeep2-wall-w.png -%%DATADIR%%/images/terrain/sunken-ruinkeep2.png -%%DATADIR%%/images/terrain/sunken-ruinkeep3-inside-e.png -%%DATADIR%%/images/terrain/sunken-ruinkeep3-inside-ne.png -%%DATADIR%%/images/terrain/sunken-ruinkeep3-inside-nw.png -%%DATADIR%%/images/terrain/sunken-ruinkeep3-inside-se.png -%%DATADIR%%/images/terrain/sunken-ruinkeep3-inside-sw.png -%%DATADIR%%/images/terrain/sunken-ruinkeep3-inside-w.png -%%DATADIR%%/images/terrain/sunken-ruinkeep3-keep-e.png -%%DATADIR%%/images/terrain/sunken-ruinkeep3-keep-ne.png -%%DATADIR%%/images/terrain/sunken-ruinkeep3-keep-nw.png -%%DATADIR%%/images/terrain/sunken-ruinkeep3-keep-se.png -%%DATADIR%%/images/terrain/sunken-ruinkeep3-keep-sw.png -%%DATADIR%%/images/terrain/sunken-ruinkeep3-keep-w.png -%%DATADIR%%/images/terrain/sunken-ruinkeep3-wall-0-e.png -%%DATADIR%%/images/terrain/sunken-ruinkeep3-wall-0-ne.png -%%DATADIR%%/images/terrain/sunken-ruinkeep3-wall-0-nw.png -%%DATADIR%%/images/terrain/sunken-ruinkeep3-wall-0-se.png -%%DATADIR%%/images/terrain/sunken-ruinkeep3-wall-0-sw.png -%%DATADIR%%/images/terrain/sunken-ruinkeep3-wall-0-w.png -%%DATADIR%%/images/terrain/sunken-ruinkeep3-wall-1-e.png -%%DATADIR%%/images/terrain/sunken-ruinkeep3-wall-1-ne.png -%%DATADIR%%/images/terrain/sunken-ruinkeep3-wall-1-nw.png -%%DATADIR%%/images/terrain/sunken-ruinkeep3-wall-1-se.png -%%DATADIR%%/images/terrain/sunken-ruinkeep3-wall-1-sw.png -%%DATADIR%%/images/terrain/sunken-ruinkeep3-wall-1-w.png -%%DATADIR%%/images/terrain/sunken-ruinkeep3-wall-e.png -%%DATADIR%%/images/terrain/sunken-ruinkeep3-wall-ne.png -%%DATADIR%%/images/terrain/sunken-ruinkeep3-wall-nw.png -%%DATADIR%%/images/terrain/sunken-ruinkeep3-wall-se.png -%%DATADIR%%/images/terrain/sunken-ruinkeep3-wall-sw.png -%%DATADIR%%/images/terrain/sunken-ruinkeep3-wall-w.png -%%DATADIR%%/images/terrain/sunkenkeep-inside-e.png -%%DATADIR%%/images/terrain/sunkenkeep-inside-ne.png -%%DATADIR%%/images/terrain/sunkenkeep-inside-nw.png -%%DATADIR%%/images/terrain/sunkenkeep-inside-se.png -%%DATADIR%%/images/terrain/sunkenkeep-inside-sw.png -%%DATADIR%%/images/terrain/sunkenkeep-inside-w.png -%%DATADIR%%/images/terrain/sunkenkeep-keep-e.png -%%DATADIR%%/images/terrain/sunkenkeep-keep-ne.png -%%DATADIR%%/images/terrain/sunkenkeep-keep-nw.png -%%DATADIR%%/images/terrain/sunkenkeep-keep-se.png -%%DATADIR%%/images/terrain/sunkenkeep-keep-sw.png -%%DATADIR%%/images/terrain/sunkenkeep-keep-w.png -%%DATADIR%%/images/terrain/sunkenkeep-wall-0-e.png -%%DATADIR%%/images/terrain/sunkenkeep-wall-0-ne.png -%%DATADIR%%/images/terrain/sunkenkeep-wall-0-nw.png -%%DATADIR%%/images/terrain/sunkenkeep-wall-0-se.png -%%DATADIR%%/images/terrain/sunkenkeep-wall-0-sw.png -%%DATADIR%%/images/terrain/sunkenkeep-wall-0-w.png -%%DATADIR%%/images/terrain/sunkenkeep-wall-1-e.png -%%DATADIR%%/images/terrain/sunkenkeep-wall-1-ne.png -%%DATADIR%%/images/terrain/sunkenkeep-wall-1-nw.png -%%DATADIR%%/images/terrain/sunkenkeep-wall-1-se.png -%%DATADIR%%/images/terrain/sunkenkeep-wall-1-sw.png -%%DATADIR%%/images/terrain/sunkenkeep-wall-1-w.png -%%DATADIR%%/images/terrain/sunkenkeep-wall-e.png -%%DATADIR%%/images/terrain/sunkenkeep-wall-ne.png -%%DATADIR%%/images/terrain/sunkenkeep-wall-nw.png -%%DATADIR%%/images/terrain/sunkenkeep-wall-se.png -%%DATADIR%%/images/terrain/sunkenkeep-wall-sw.png -%%DATADIR%%/images/terrain/sunkenkeep-wall-w.png -%%DATADIR%%/images/terrain/sunkenkeep.png -%%DATADIR%%/images/terrain/swampwater-flowers1.png -%%DATADIR%%/images/terrain/swampwater-flowers2.png -%%DATADIR%%/images/terrain/swampwater-n-ne-se.png -%%DATADIR%%/images/terrain/swampwater-n-ne.png -%%DATADIR%%/images/terrain/swampwater-n.png -%%DATADIR%%/images/terrain/swampwater-ne-se-s.png -%%DATADIR%%/images/terrain/swampwater-ne-se.png -%%DATADIR%%/images/terrain/swampwater-ne.png -%%DATADIR%%/images/terrain/swampwater-nw-n-ne.png -%%DATADIR%%/images/terrain/swampwater-nw-n.png -%%DATADIR%%/images/terrain/swampwater-nw.png -%%DATADIR%%/images/terrain/swampwater-plant1.png -%%DATADIR%%/images/terrain/swampwater-plant2.png -%%DATADIR%%/images/terrain/swampwater-s-sw-nw.png -%%DATADIR%%/images/terrain/swampwater-s-sw.png -%%DATADIR%%/images/terrain/swampwater-s.png -%%DATADIR%%/images/terrain/swampwater-se-s-sw.png -%%DATADIR%%/images/terrain/swampwater-se-s.png -%%DATADIR%%/images/terrain/swampwater-se.png -%%DATADIR%%/images/terrain/swampwater-sw-nw-n.png -%%DATADIR%%/images/terrain/swampwater-sw-nw.png -%%DATADIR%%/images/terrain/swampwater-sw.png -%%DATADIR%%/images/terrain/swampwater.png -%%DATADIR%%/images/terrain/swampwater2.png -%%DATADIR%%/images/terrain/swampwater3.png -%%DATADIR%%/images/terrain/temple.png -%%DATADIR%%/images/terrain/tent.png -%%DATADIR%%/images/terrain/test.png -%%DATADIR%%/images/terrain/trash.png -%%DATADIR%%/images/terrain/tropical-forest-ctrans-n-ne.png -%%DATADIR%%/images/terrain/tropical-forest-ctrans-n.png -%%DATADIR%%/images/terrain/tropical-forest-ctrans-ne.png -%%DATADIR%%/images/terrain/tropical-forest-ctrans-nw-n-ne.png -%%DATADIR%%/images/terrain/tropical-forest-ctrans-nw-n.png -%%DATADIR%%/images/terrain/tropical-forest-ctrans-nw-ne.png -%%DATADIR%%/images/terrain/tropical-forest-ctrans-nw.png -%%DATADIR%%/images/terrain/tropical-forest-n.png -%%DATADIR%%/images/terrain/tropical-forest-ne.png -%%DATADIR%%/images/terrain/tropical-forest-nw.png -%%DATADIR%%/images/terrain/tropical-forest-s.png -%%DATADIR%%/images/terrain/tropical-forest-se.png -%%DATADIR%%/images/terrain/tropical-forest-sw.png -%%DATADIR%%/images/terrain/tropical-forest.png -%%DATADIR%%/images/terrain/tropical-forest2.png -%%DATADIR%%/images/terrain/tropical-forest3.png -%%DATADIR%%/images/terrain/tropical-forest4.png -%%DATADIR%%/images/terrain/village-cave-tile.png -%%DATADIR%%/images/terrain/village-cave.png -%%DATADIR%%/images/terrain/village-cave2.png -%%DATADIR%%/images/terrain/village-cave3.png -%%DATADIR%%/images/terrain/village-coast-tile.png -%%DATADIR%%/images/terrain/village-coast.png -%%DATADIR%%/images/terrain/village-desert-shadow.png -%%DATADIR%%/images/terrain/village-desert-tile.png -%%DATADIR%%/images/terrain/village-desert.png -%%DATADIR%%/images/terrain/village-desert2-tile.png -%%DATADIR%%/images/terrain/village-desert2.png -%%DATADIR%%/images/terrain/village-dusk.png -%%DATADIR%%/images/terrain/village-dusk2.png -%%DATADIR%%/images/terrain/village-dusk3.png -%%DATADIR%%/images/terrain/village-dusk4.png -%%DATADIR%%/images/terrain/village-elven-snow-tile.png -%%DATADIR%%/images/terrain/village-elven-snow.png -%%DATADIR%%/images/terrain/village-elven-snow2.png -%%DATADIR%%/images/terrain/village-elven-tile.png -%%DATADIR%%/images/terrain/village-elven.png -%%DATADIR%%/images/terrain/village-elven2.png -%%DATADIR%%/images/terrain/village-first_watch.png -%%DATADIR%%/images/terrain/village-human-hills-tile.png -%%DATADIR%%/images/terrain/village-human-mountain-tile.png -%%DATADIR%%/images/terrain/village-human-snow-hills-tile.png -%%DATADIR%%/images/terrain/village-human-snow.png -%%DATADIR%%/images/terrain/village-human-snow2.png -%%DATADIR%%/images/terrain/village-human-snow3.png -%%DATADIR%%/images/terrain/village-human-tile.png -%%DATADIR%%/images/terrain/village-human.png -%%DATADIR%%/images/terrain/village-human2.png -%%DATADIR%%/images/terrain/village-human3.png -%%DATADIR%%/images/terrain/village-second_watch.png -%%DATADIR%%/images/terrain/village-snow-tile.png -%%DATADIR%%/images/terrain/village-snow.png -%%DATADIR%%/images/terrain/village-swampwater-tile.png -%%DATADIR%%/images/terrain/village-swampwater.png -%%DATADIR%%/images/terrain/village-tropical-forest.png -%%DATADIR%%/images/terrain/village-tropical-tile.png -%%DATADIR%%/images/terrain/village.png -%%DATADIR%%/images/terrain/void-n-ne-se-s.png -%%DATADIR%%/images/terrain/void-n-ne-se.png -%%DATADIR%%/images/terrain/void-n-ne.png -%%DATADIR%%/images/terrain/void-n.png -%%DATADIR%%/images/terrain/void-ne-se-s.png -%%DATADIR%%/images/terrain/void-ne-se.png -%%DATADIR%%/images/terrain/void-ne.png -%%DATADIR%%/images/terrain/void-nw-n-ne.png -%%DATADIR%%/images/terrain/void-nw-n.png -%%DATADIR%%/images/terrain/void-nw.png -%%DATADIR%%/images/terrain/void-s-sw-nw-n.png -%%DATADIR%%/images/terrain/void-s-sw-nw.png -%%DATADIR%%/images/terrain/void-s-sw.png -%%DATADIR%%/images/terrain/void-s.png -%%DATADIR%%/images/terrain/void-se-s-sw.png -%%DATADIR%%/images/terrain/void-se-s.png -%%DATADIR%%/images/terrain/void-se.png -%%DATADIR%%/images/terrain/void-sw-nw-n.png -%%DATADIR%%/images/terrain/void-sw-nw.png -%%DATADIR%%/images/terrain/void-sw.png -%%DATADIR%%/images/terrain/void.png -%%DATADIR%%/images/thief+female-attack.png -%%DATADIR%%/images/thief+female-defend-1-1.png -%%DATADIR%%/images/thief+female-defend-1-2.png -%%DATADIR%%/images/thief+female-defend-2-1.png -%%DATADIR%%/images/thief+female-defend-2-2.png -%%DATADIR%%/images/thief+female-defend-3-1.png -%%DATADIR%%/images/thief+female-defend-3-2.png -%%DATADIR%%/images/thief+female-defend.png -%%DATADIR%%/images/thief+female.png -%%DATADIR%%/images/thief-attack.png -%%DATADIR%%/images/thief-defend-1-1.png -%%DATADIR%%/images/thief-defend-1-2.png -%%DATADIR%%/images/thief-defend-2-1.png -%%DATADIR%%/images/thief-defend-2-2.png -%%DATADIR%%/images/thief-defend-3-1.png -%%DATADIR%%/images/thief-defend-3-2.png -%%DATADIR%%/images/thief-defend.png -%%DATADIR%%/images/thief.png -%%DATADIR%%/images/tools/exploder/mask-castle-e.png -%%DATADIR%%/images/tools/exploder/mask-castle-ne.png -%%DATADIR%%/images/tools/exploder/mask-castle-nw.png -%%DATADIR%%/images/tools/exploder/mask-castle-se.png -%%DATADIR%%/images/tools/exploder/mask-castle-sw.png -%%DATADIR%%/images/tools/exploder/mask-castle-w.png -%%DATADIR%%/images/tower.png -%%DATADIR%%/images/troll-grunt-attack.png -%%DATADIR%%/images/troll-grunt-defend.png -%%DATADIR%%/images/troll-grunt.png -%%DATADIR%%/images/troll-hero-attack.png -%%DATADIR%%/images/troll-hero-defend.png -%%DATADIR%%/images/troll-hero.png -%%DATADIR%%/images/troll-lobber-attack-melee.png -%%DATADIR%%/images/troll-lobber-attack-ranged1.png -%%DATADIR%%/images/troll-lobber-attack-ranged2.png -%%DATADIR%%/images/troll-lobber-defend.png -%%DATADIR%%/images/troll-lobber.png -%%DATADIR%%/images/troll-warrior-attack.png -%%DATADIR%%/images/troll-warrior-defend.png -%%DATADIR%%/images/troll-warrior.png -%%DATADIR%%/images/troll-whelp-attack.png -%%DATADIR%%/images/troll-whelp-defend.png -%%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 -%%DATADIR%%/images/undead-archer-attack2.png -%%DATADIR%%/images/undead-archer-defend.png -%%DATADIR%%/images/undead-archer.png -%%DATADIR%%/images/undead-bat-attack.png -%%DATADIR%%/images/undead-bat-defend.png -%%DATADIR%%/images/undead-bat.png -%%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 -%%DATADIR%%/images/undead-deathmaster-ranged4.png -%%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-dread-lich-attack.png -%%DATADIR%%/images/undead-dread-lich-attack1.png -%%DATADIR%%/images/undead-dread-lich-attack2.png -%%DATADIR%%/images/undead-dread-lich-attack3.png -%%DATADIR%%/images/undead-dread-lich-attack4.png -%%DATADIR%%/images/undead-dread-lich-defend.png -%%DATADIR%%/images/undead-dread-lich.png -%%DATADIR%%/images/undead-ghost-attack.png -%%DATADIR%%/images/undead-ghost-attack1.png -%%DATADIR%%/images/undead-ghost-defend.png -%%DATADIR%%/images/undead-ghost.png -%%DATADIR%%/images/undead-ghoul-attack.png -%%DATADIR%%/images/undead-ghoul-defend.png -%%DATADIR%%/images/undead-ghoul.png -%%DATADIR%%/images/undead-initiate-attack1.png -%%DATADIR%%/images/undead-initiate-attack2.png -%%DATADIR%%/images/undead-initiate-defend.png -%%DATADIR%%/images/undead-initiate-die1.png -%%DATADIR%%/images/undead-initiate-die2.png -%%DATADIR%%/images/undead-initiate-die3.png -%%DATADIR%%/images/undead-initiate.png -%%DATADIR%%/images/undead-lich-defend.png -%%DATADIR%%/images/undead-lich-melee.png -%%DATADIR%%/images/undead-lich-ranged1.png -%%DATADIR%%/images/undead-lich-ranged2.png -%%DATADIR%%/images/undead-lich.png -%%DATADIR%%/images/undead-necromancer-attack.png -%%DATADIR%%/images/undead-necromancer-attack2.png -%%DATADIR%%/images/undead-necromancer-defend.png -%%DATADIR%%/images/undead-necromancer.png -%%DATADIR%%/images/undead-necrophage-attack.png -%%DATADIR%%/images/undead-necrophage-defend.png -%%DATADIR%%/images/undead-necrophage.png -%%DATADIR%%/images/undead-nightgaunt-attack.png -%%DATADIR%%/images/undead-nightgaunt-attack2.png -%%DATADIR%%/images/undead-nightgaunt-defend.png -%%DATADIR%%/images/undead-nightgaunt-die-1.png -%%DATADIR%%/images/undead-nightgaunt-die-2.png -%%DATADIR%%/images/undead-nightgaunt-die-3.png -%%DATADIR%%/images/undead-nightgaunt-die-4.png -%%DATADIR%%/images/undead-nightgaunt-die-5.png -%%DATADIR%%/images/undead-nightgaunt.png -%%DATADIR%%/images/undead-revenant-attack.png -%%DATADIR%%/images/undead-revenant-defend.png -%%DATADIR%%/images/undead-revenant-dying-2.png -%%DATADIR%%/images/undead-revenant-dying.png -%%DATADIR%%/images/undead-revenant.png -%%DATADIR%%/images/undead-shadow-attack.png -%%DATADIR%%/images/undead-shadow-defend.png -%%DATADIR%%/images/undead-shadow.png -%%DATADIR%%/images/undead-skeleton-attack.png -%%DATADIR%%/images/undead-skeleton-attackb.png -%%DATADIR%%/images/undead-skeleton-defend.png -%%DATADIR%%/images/undead-skeleton-dying-2.png -%%DATADIR%%/images/undead-skeleton-dying.png -%%DATADIR%%/images/undead-skeleton.png -%%DATADIR%%/images/undead-sorcerer-defend.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 -%%DATADIR%%/images/undead-spectre-defend.png -%%DATADIR%%/images/undead-spectre-die-1.png -%%DATADIR%%/images/undead-spectre-die-2.png -%%DATADIR%%/images/undead-spectre-die-3.png -%%DATADIR%%/images/undead-spectre-die-4.png -%%DATADIR%%/images/undead-spectre.png -%%DATADIR%%/images/undead-vampirelady-attack.png -%%DATADIR%%/images/undead-vampirelady-defend.png -%%DATADIR%%/images/undead-vampirelady-range.png -%%DATADIR%%/images/undead-vampirelady.png -%%DATADIR%%/images/undead-wraith-attack.png -%%DATADIR%%/images/undead-wraith-attack1.png -%%DATADIR%%/images/undead-wraith-defend.png -%%DATADIR%%/images/undead-wraith.png -%%DATADIR%%/images/undead-zombie-attack-n.png -%%DATADIR%%/images/undead-zombie-attack-s.png -%%DATADIR%%/images/undead-zombie-attack.png -%%DATADIR%%/images/undead-zombie-die-1.png -%%DATADIR%%/images/undead-zombie-die-2.png -%%DATADIR%%/images/undead-zombie-die-3.png -%%DATADIR%%/images/undead-zombie-drake-attack-n.png -%%DATADIR%%/images/undead-zombie-drake-attack-s.png -%%DATADIR%%/images/undead-zombie-drake-attack.png -%%DATADIR%%/images/undead-zombie-drake-die-1.png -%%DATADIR%%/images/undead-zombie-drake-die-2.png -%%DATADIR%%/images/undead-zombie-drake-die-3.png -%%DATADIR%%/images/undead-zombie-drake.png -%%DATADIR%%/images/undead-zombie-mounted-attack-n.png -%%DATADIR%%/images/undead-zombie-mounted-attack-s.png -%%DATADIR%%/images/undead-zombie-mounted-attack.png -%%DATADIR%%/images/undead-zombie-mounted-die-1.png -%%DATADIR%%/images/undead-zombie-mounted-die-2.png -%%DATADIR%%/images/undead-zombie-mounted-die-3.png -%%DATADIR%%/images/undead-zombie-mounted.png -%%DATADIR%%/images/undead-zombie-saurian-attack-n.png -%%DATADIR%%/images/undead-zombie-saurian-attack-s.png -%%DATADIR%%/images/undead-zombie-saurian-attack.png -%%DATADIR%%/images/undead-zombie-saurian-die-1.png -%%DATADIR%%/images/undead-zombie-saurian-die-2.png -%%DATADIR%%/images/undead-zombie-saurian-die-3.png -%%DATADIR%%/images/undead-zombie-saurian.png -%%DATADIR%%/images/undead-zombie-swimmer-attack-n.png -%%DATADIR%%/images/undead-zombie-swimmer-attack-s.png -%%DATADIR%%/images/undead-zombie-swimmer-attack.png -%%DATADIR%%/images/undead-zombie-swimmer-die-1.png -%%DATADIR%%/images/undead-zombie-swimmer-die-2.png -%%DATADIR%%/images/undead-zombie-swimmer-die-3.png -%%DATADIR%%/images/undead-zombie-swimmer.png -%%DATADIR%%/images/undead-zombie-troll-attack-n.png -%%DATADIR%%/images/undead-zombie-troll-attack-s.png -%%DATADIR%%/images/undead-zombie-troll-attack.png -%%DATADIR%%/images/undead-zombie-troll-die-1.png -%%DATADIR%%/images/undead-zombie-troll-die-2.png -%%DATADIR%%/images/undead-zombie-troll-die-3.png -%%DATADIR%%/images/undead-zombie-troll.png -%%DATADIR%%/images/undead-zombie-wose-attack-n.png -%%DATADIR%%/images/undead-zombie-wose-attack-s.png -%%DATADIR%%/images/undead-zombie-wose-attack.png -%%DATADIR%%/images/undead-zombie-wose-die-1.png -%%DATADIR%%/images/undead-zombie-wose-die-2.png -%%DATADIR%%/images/undead-zombie-wose-die-3.png -%%DATADIR%%/images/undead-zombie-wose.png -%%DATADIR%%/images/undead-zombie.png -%%DATADIR%%/images/warrior-king-attack1.png -%%DATADIR%%/images/warrior-king-attack2.png -%%DATADIR%%/images/warrior-king-defend.png -%%DATADIR%%/images/warrior-king-leading.png -%%DATADIR%%/images/warrior-king.png -%%DATADIR%%/images/wesnoth-icon.png -%%DATADIR%%/images/white-cleric+female-attack-melee.png -%%DATADIR%%/images/white-cleric+female-defend.png -%%DATADIR%%/images/white-cleric+female-magic1.png -%%DATADIR%%/images/white-cleric+female-magic2.png -%%DATADIR%%/images/white-cleric+female-magic3.png -%%DATADIR%%/images/white-cleric+female-magic4.png -%%DATADIR%%/images/white-cleric+female-magic5.png -%%DATADIR%%/images/white-cleric+female-magic6.png -%%DATADIR%%/images/white-cleric+female.png -%%DATADIR%%/images/white-cleric-attack-melee.png -%%DATADIR%%/images/white-cleric-defend.png -%%DATADIR%%/images/white-cleric-magic1.png -%%DATADIR%%/images/white-cleric-magic2.png -%%DATADIR%%/images/white-cleric-magic3.png -%%DATADIR%%/images/white-cleric-magic4.png -%%DATADIR%%/images/white-cleric-magic5.png -%%DATADIR%%/images/white-cleric-magic6.png -%%DATADIR%%/images/white-cleric.png -%%DATADIR%%/images/white-mage+female-attack-melee.png -%%DATADIR%%/images/white-mage+female-defend.png -%%DATADIR%%/images/white-mage+female-die-1.png -%%DATADIR%%/images/white-mage+female-die-2.png -%%DATADIR%%/images/white-mage+female-die-3.png -%%DATADIR%%/images/white-mage+female-die-4.png -%%DATADIR%%/images/white-mage+female-magic1.png -%%DATADIR%%/images/white-mage+female-magic2.png -%%DATADIR%%/images/white-mage+female-magic3.png -%%DATADIR%%/images/white-mage+female-magic4.png -%%DATADIR%%/images/white-mage+female-magic5.png -%%DATADIR%%/images/white-mage+female-magic6.png -%%DATADIR%%/images/white-mage+female.png -%%DATADIR%%/images/white-mage-attack-melee.png -%%DATADIR%%/images/white-mage-defend.png -%%DATADIR%%/images/white-mage-die-1.png -%%DATADIR%%/images/white-mage-die-2.png -%%DATADIR%%/images/white-mage-die-3.png -%%DATADIR%%/images/white-mage-die-4.png -%%DATADIR%%/images/white-mage-magic1.png -%%DATADIR%%/images/white-mage-magic2.png -%%DATADIR%%/images/white-mage-magic3.png -%%DATADIR%%/images/white-mage-magic4.png -%%DATADIR%%/images/white-mage-magic5.png -%%DATADIR%%/images/white-mage-magic6.png -%%DATADIR%%/images/white-mage.png -%%DATADIR%%/images/wolf-rider-attack.png -%%DATADIR%%/images/wolf-rider-defend.png -%%DATADIR%%/images/wolf-rider-moving.png -%%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 -%%DATADIR%%/images/wose-defend.png -%%DATADIR%%/images/wose-elder-attack.png -%%DATADIR%%/images/wose-elder-defend.png -%%DATADIR%%/images/wose-elder.png -%%DATADIR%%/images/wose-sapling-attack.png -%%DATADIR%%/images/wose-sapling-defend.png -%%DATADIR%%/images/wose-sapling.png -%%DATADIR%%/images/wose.png -%%DATADIR%%/images/yeti-attack1.png -%%DATADIR%%/images/yeti-attack2.png -%%DATADIR%%/images/yeti-defend.png -%%DATADIR%%/images/yeti.png -%%DATADIR%%/images/young-ogre-attack.png -%%DATADIR%%/images/young-ogre-defend.png -%%DATADIR%%/images/young-ogre-die-1.png -%%DATADIR%%/images/young-ogre-die-2.png -%%DATADIR%%/images/young-ogre-die-3.png -%%DATADIR%%/images/young-ogre-die-4.png -%%DATADIR%%/images/young-ogre.png -%%DATADIR%%/music/elf-land.ogg -%%DATADIR%%/music/frantic.ogg -%%DATADIR%%/music/main_menu.ogg -%%DATADIR%%/music/main_menu_new.ogg -%%DATADIR%%/music/underground.ogg -%%DATADIR%%/music/wesnoth-1.ogg -%%DATADIR%%/music/wesnoth-2.ogg -%%DATADIR%%/music/wesnoth-3.ogg -%%DATADIR%%/music/wesnoth-4.ogg -%%DATADIR%%/music/wesnoth-5.ogg -%%DATADIR%%/music/wesnoth-6.ogg -%%DATADIR%%/music/wesnoth-7.ogg -%%DATADIR%%/music/wesnoth-8.ogg -%%DATADIR%%/sounds/arrive.wav -%%DATADIR%%/sounds/arrow-hit.wav -%%DATADIR%%/sounds/arrow-miss.wav -%%DATADIR%%/sounds/bat-flapping-wings.wav -%%DATADIR%%/sounds/bell.wav -%%DATADIR%%/sounds/dagger-swish.wav -%%DATADIR%%/sounds/dart.wav -%%DATADIR%%/sounds/eagle.wav -%%DATADIR%%/sounds/entangle.wav -%%DATADIR%%/sounds/female-hit.wav -%%DATADIR%%/sounds/female-strong-hit.wav -%%DATADIR%%/sounds/fire.wav -%%DATADIR%%/sounds/firearrow.wav -%%DATADIR%%/sounds/fist-swish.wav -%%DATADIR%%/sounds/ghoul-hit.wav -%%DATADIR%%/sounds/ghoul-swish.wav -%%DATADIR%%/sounds/groan-strong.wav -%%DATADIR%%/sounds/groan.wav -%%DATADIR%%/sounds/gunshot.wav -%%DATADIR%%/sounds/heal.wav -%%DATADIR%%/sounds/hiss-big.wav -%%DATADIR%%/sounds/hiss.wav -%%DATADIR%%/sounds/horse-canter.wav -%%DATADIR%%/sounds/horse-elf-canter.wav -%%DATADIR%%/sounds/knife.wav -%%DATADIR%%/sounds/leave.wav -%%DATADIR%%/sounds/lightning.wav -%%DATADIR%%/sounds/mace.wav -%%DATADIR%%/sounds/magicmissile.wav -%%DATADIR%%/sounds/mermen-hit.wav -%%DATADIR%%/sounds/net.wav -%%DATADIR%%/sounds/open-chest.wav -%%DATADIR%%/sounds/orc-hit.wav -%%DATADIR%%/sounds/orc-small-hit.wav -%%DATADIR%%/sounds/pistol.wav -%%DATADIR%%/sounds/receive.wav -%%DATADIR%%/sounds/skeleton-hit.wav -%%DATADIR%%/sounds/spear.wav -%%DATADIR%%/sounds/squishy-hit.wav -%%DATADIR%%/sounds/squishy-miss.wav -%%DATADIR%%/sounds/squishy-strike.wav -%%DATADIR%%/sounds/staff.wav -%%DATADIR%%/sounds/sword-clang.wav -%%DATADIR%%/sounds/sword-swish.wav -%%DATADIR%%/sounds/torch-swish.wav -%%DATADIR%%/sounds/ugg.wav -%%DATADIR%%/sounds/wolf-attack.wav -%%DATADIR%%/sounds/zombie-attack.wav -%%DATADIR%%/sounds/zombie-hit.wav -@dirrm %%DATADIR%%/sounds -@dirrm %%DATADIR%%/music -@dirrm %%DATADIR%%/images/tools/exploder -@dirrm %%DATADIR%%/images/tools -@dirrm %%DATADIR%%/images/terrain -@dirrm %%DATADIR%%/images/projectiles -@dirrm %%DATADIR%%/images/portraits/core/Neoriceisgood -@dirrm %%DATADIR%%/images/portraits/core/Jason_Lutes -@dirrm %%DATADIR%%/images/portraits/core/James_Woo -@dirrm %%DATADIR%%/images/portraits/core/Alex_Jarocha-Ernst -@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 -@dirrm %%DATADIR%%/images/portraits -@dirrm %%DATADIR%%/images/misc -@dirrm %%DATADIR%%/images/maps -@dirrm %%DATADIR%%/images/items -@dirrm %%DATADIR%%/images/icons -@dirrm %%DATADIR%%/images/help -@dirrm %%DATADIR%%/images/halo -@dirrm %%DATADIR%%/images/editor -@dirrm %%DATADIR%%/images/cursors-bw -@dirrm %%DATADIR%%/images/cursors -@dirrm %%DATADIR%%/images/campaigns/The_Rise_of_Wesnoth/story -@dirrm %%DATADIR%%/images/campaigns/The_Rise_of_Wesnoth/maps -@dirrm %%DATADIR%%/images/campaigns/The_Rise_of_Wesnoth -@dirrm %%DATADIR%%/images/campaigns/Son_Of_The_Black_Eye/maps -@dirrm %%DATADIR%%/images/campaigns/Son_Of_The_Black_Eye -@dirrm %%DATADIR%%/images/campaigns/Heir_To_The_Throne/story -@dirrm %%DATADIR%%/images/campaigns/Heir_To_The_Throne -@dirrm %%DATADIR%%/images/campaigns/Eastern_Invasion/maps -@dirrm %%DATADIR%%/images/campaigns/Eastern_Invasion -@dirrm %%DATADIR%%/images/campaigns -@dirrm %%DATADIR%%/images/buttons -@dirrm %%DATADIR%%/images/attacks -@dirrm %%DATADIR%%/images -@dirrm %%DATADIR%%/fonts -@dirrm %%DATADIR%%/data/units -@dirrm %%DATADIR%%/data/translations -@dirrm %%DATADIR%%/data/tools/exploder/models -@dirrm %%DATADIR%%/data/tools/exploder -@dirrm %%DATADIR%%/data/tools -@dirrm %%DATADIR%%/data/themes -@dirrm %%DATADIR%%/data/terrain-graphics -@dirrm %%DATADIR%%/data/scenarios/tutorial -@dirrm %%DATADIR%%/data/scenarios/multiplayer -@dirrm %%DATADIR%%/data/scenarios/The_Rise_of_Wesnoth/utils -@dirrm %%DATADIR%%/data/scenarios/The_Rise_of_Wesnoth -@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/utils -@dirrm %%DATADIR%%/data/scenarios/Heir_To_The_Throne -@dirrm %%DATADIR%%/data/scenarios/Eastern_Invasion/utils -@dirrm %%DATADIR%%/data/scenarios/Eastern_Invasion -@dirrm %%DATADIR%%/data/scenarios -@dirrm %%DATADIR%%/data/maps/multiplayer -@dirrm %%DATADIR%%/data/maps/Tutorial -@dirrm %%DATADIR%%/data/maps/The_Rise_of_Wesnoth -@dirrm %%DATADIR%%/data/maps/Son_Of_The_Black_Eye -@dirrm %%DATADIR%%/data/maps/Heir_To_The_Throne -@dirrm %%DATADIR%%/data/maps/Eastern_Invasion -@dirrm %%DATADIR%%/data/maps -@dirrm %%DATADIR%%/data/campaigns -@dirrm %%DATADIR%%/data -@dirrm %%DATADIR%% -@dirrmtry man/sv/man6 -@dirrmtry man/sv -@dirrmtry man/hu/man6 -@dirrmtry man/hu -@dirrmtry man/de/man6 -@dirrmtry man/de -%%GNOME:%%@cwd %%LOCALBASE%% -%%GNOME:%%share/gnome/applications/wesnoth.desktop -%%GNOME:%%share/gnome/pixmaps/wesnoth-icon.png -%%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 -@dirrmtry share/locale/la/LC_MESSAGES -@dirrmtry share/locale/la diff --git a/games/xfce4-toys/Makefile b/games/xfce4-toys/Makefile deleted file mode 100644 index 82c6e0758..000000000 --- a/games/xfce4-toys/Makefile +++ /dev/null @@ -1,36 +0,0 @@ -# New ports collection makefile for: xfce4-toys -# Date created: 7 July 2003 -# Whom: James Earl <jdearl@telus.net> -# -# $FreeBSD$ -# - -PORTNAME= xfce4-toys -PORTVERSION= 4.2.3 -PORTREVISION= 2 -CATEGORIES= games xfce -MASTER_SITES= http://www.us.xfce.org/archive/xfce-${PORTVERSION}/src/ \ - http://www.ca-us.xfce.org/archive/xfce-${PORTVERSION}/src/ \ - http://public.fh-wolfenbuettel.de/~luedickj/xfce4/xfce-${PORTVERSION}/src/ \ - http://hannelore.f1.fhtw-berlin.de/mirrors/xfce4/xfce-${PORTVERSION}/src/ -DIST_SUBDIR= xfce4 - -MAINTAINER= oliver@FreeBSD.org -COMMENT= Toys for the XFce 4 panel - -BUILD_DEPENDS= xfce4-panel:${PORTSDIR}/x11-wm/xfce4-panel -LIB_DEPENDS= xfcegui4.3:${PORTSDIR}/x11-toolkits/libxfce4gui \ - xml2.5:${PORTSDIR}/textproc/libxml2 \ - startup-notification-1.0:${PORTSDIR}/x11/startup-notification -RUN_DEPENDS= xfce4-panel:${PORTSDIR}/x11-wm/xfce4-panel - -USE_GETTEXT= yes -USE_GNOME= gtk20 -GNU_CONFIGURE= yes -INSTALLS_SHLIB= yes -CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} -CONFIGURE_ENV= CFLAGS=-I${LOCALBASE}/include \ - CPPFLAGS=-I${LOCALBASE}/include \ - LIBS=-L${LOCALBASE}/lib - -.include <bsd.port.mk> diff --git a/games/xfce4-toys/distinfo b/games/xfce4-toys/distinfo deleted file mode 100644 index 354728828..000000000 --- a/games/xfce4-toys/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (xfce4/xfce4-toys-4.2.3.tar.gz) = 1f3a42deff65dda6a9ad656e1ed4249b -SHA256 (xfce4/xfce4-toys-4.2.3.tar.gz) = 0bf83d45546902dcd421bf865da177b1bbd00a48d892b5467419c27820ec1bad -SIZE (xfce4/xfce4-toys-4.2.3.tar.gz) = 431027 diff --git a/games/xfce4-toys/pkg-descr b/games/xfce4-toys/pkg-descr deleted file mode 100644 index 47e2f20f2..000000000 --- a/games/xfce4-toys/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -Toys for the XFce 4 panel. Less serious utilities and additions for the -panel. Currently includes a tips dialog, and an xeyes implementation. - -WWW: http://www.xfce.org diff --git a/games/xfce4-toys/pkg-plist b/games/xfce4-toys/pkg-plist deleted file mode 100644 index cf5e3fed9..000000000 --- a/games/xfce4-toys/pkg-plist +++ /dev/null @@ -1,113 +0,0 @@ -bin/xfce4-tips -lib/xfce4/panel-plugins/libeyes.a -lib/xfce4/panel-plugins/libeyes.la -lib/xfce4/panel-plugins/libeyes.so -share/locale/af/LC_MESSAGES/xfce4-toys.mo -share/locale/ar/LC_MESSAGES/xfce4-toys.mo -share/locale/az/LC_MESSAGES/xfce4-toys.mo -share/locale/be/LC_MESSAGES/xfce4-toys.mo -share/locale/bg/LC_MESSAGES/xfce4-toys.mo -share/locale/bn_IN/LC_MESSAGES/xfce4-toys.mo -share/locale/ca/LC_MESSAGES/xfce4-toys.mo -share/locale/cs/LC_MESSAGES/xfce4-toys.mo -share/locale/da/LC_MESSAGES/xfce4-toys.mo -share/locale/de/LC_MESSAGES/xfce4-toys.mo -share/locale/el/LC_MESSAGES/xfce4-toys.mo -share/locale/en_GB/LC_MESSAGES/xfce4-toys.mo -share/locale/eo/LC_MESSAGES/xfce4-toys.mo -share/locale/es/LC_MESSAGES/xfce4-toys.mo -share/locale/es_MX/LC_MESSAGES/xfce4-toys.mo -share/locale/et/LC_MESSAGES/xfce4-toys.mo -share/locale/eu/LC_MESSAGES/xfce4-toys.mo -share/locale/fa/LC_MESSAGES/xfce4-toys.mo -share/locale/fi/LC_MESSAGES/xfce4-toys.mo -share/locale/fr/LC_MESSAGES/xfce4-toys.mo -share/locale/gu/LC_MESSAGES/xfce4-toys.mo -share/locale/he/LC_MESSAGES/xfce4-toys.mo -share/locale/hi/LC_MESSAGES/xfce4-toys.mo -share/locale/hu/LC_MESSAGES/xfce4-toys.mo -share/locale/it/LC_MESSAGES/xfce4-toys.mo -share/locale/ja/LC_MESSAGES/xfce4-toys.mo -share/locale/ko/LC_MESSAGES/xfce4-toys.mo -share/locale/ku/LC_MESSAGES/xfce4-toys.mo -share/locale/lt/LC_MESSAGES/xfce4-toys.mo -share/locale/mr/LC_MESSAGES/xfce4-toys.mo -share/locale/ms/LC_MESSAGES/xfce4-toys.mo -share/locale/nb_NO/LC_MESSAGES/xfce4-toys.mo -share/locale/nl/LC_MESSAGES/xfce4-toys.mo -share/locale/pa/LC_MESSAGES/xfce4-toys.mo -share/locale/pl/LC_MESSAGES/xfce4-toys.mo -share/locale/pt_BR/LC_MESSAGES/xfce4-toys.mo -share/locale/pt_PT/LC_MESSAGES/xfce4-toys.mo -share/locale/ro/LC_MESSAGES/xfce4-toys.mo -share/locale/ru/LC_MESSAGES/xfce4-toys.mo -share/locale/sk/LC_MESSAGES/xfce4-toys.mo -share/locale/sl/LC_MESSAGES/xfce4-toys.mo -share/locale/sv/LC_MESSAGES/xfce4-toys.mo -share/locale/ta/LC_MESSAGES/xfce4-toys.mo -share/locale/tr/LC_MESSAGES/xfce4-toys.mo -share/locale/uk/LC_MESSAGES/xfce4-toys.mo -share/locale/vi/LC_MESSAGES/xfce4-toys.mo -share/locale/zh_CN/LC_MESSAGES/xfce4-toys.mo -share/locale/zh_TW/LC_MESSAGES/xfce4-toys.mo -share/xfce4/eyes/themes/Bizarre/Bizarre-eye.png -share/xfce4/eyes/themes/Bizarre/Bizarre-pupil.png -share/xfce4/eyes/themes/Bizarre/config -share/xfce4/eyes/themes/Bloodshot/Bloodshot-eye.png -share/xfce4/eyes/themes/Bloodshot/Bloodshot-pupil.png -share/xfce4/eyes/themes/Bloodshot/config -share/xfce4/eyes/themes/Default/Default-eye.png -share/xfce4/eyes/themes/Default/Default-pupil.png -share/xfce4/eyes/themes/Default/config -share/xfce4/eyes/themes/Default-tiny/Default-tiny-eye.png -share/xfce4/eyes/themes/Default-tiny/Default-tiny-pupil.png -share/xfce4/eyes/themes/Default-tiny/config -share/xfce4/eyes/themes/Horrid/Horrid-eye.png -share/xfce4/eyes/themes/Horrid/Horrid-pupil.png -share/xfce4/eyes/themes/Horrid/config -share/xfce4/tips/tips -share/xfce4/tips/tips.dat -@dirrm share/xfce4/eyes/themes/Bizarre -@dirrm share/xfce4/eyes/themes/Bloodshot -@dirrm share/xfce4/eyes/themes/Default -@dirrm share/xfce4/eyes/themes/Default-tiny -@dirrm share/xfce4/eyes/themes/Horrid -@dirrm share/xfce4/eyes/themes -@dirrm share/xfce4/eyes -@dirrm share/xfce4/tips -@dirrmtry share/xfce4 -@dirrmtry lib/xfce4/panel-plugins -@dirrmtry share/locale/zh_TW/LC_MESSAGES -@dirrmtry share/locale/zh_TW -@dirrmtry share/locale/zh_CN/LC_MESSAGES -@dirrmtry share/locale/zh_CN -@dirrmtry share/locale/uk/LC_MESSAGES -@dirrmtry share/locale/uk -@dirrmtry share/locale/sl/LC_MESSAGES -@dirrmtry share/locale/sl -@dirrmtry share/locale/sk/LC_MESSAGES -@dirrmtry share/locale/sk -@dirrmtry share/locale/ro/LC_MESSAGES -@dirrmtry share/locale/ro -@dirrmtry share/locale/pl/LC_MESSAGES -@dirrmtry share/locale/pl -@dirrmtry share/locale/nb_NO/LC_MESSAGES -@dirrmtry share/locale/nb_NO -@dirrmtry share/locale/mr/LC_MESSAGES -@dirrmtry share/locale/mr -@dirrmtry share/locale/ku/LC_MESSAGES -@dirrmtry share/locale/ku -@dirrmtry share/locale/ko/LC_MESSAGES -@dirrmtry share/locale/ko -@dirrmtry share/locale/fi/LC_MESSAGES -@dirrmtry share/locale/fi -@dirrmtry share/locale/el/LC_MESSAGES -@dirrmtry share/locale/el -@dirrmtry share/locale/cs/LC_MESSAGES -@dirrmtry share/locale/cs -@dirrmtry share/locale/ca/LC_MESSAGES -@dirrmtry share/locale/ca -@dirrmtry share/locale/bn_IN/LC_MESSAGES -@dirrmtry share/locale/bn_IN -@dirrmtry share/locale/be/LC_MESSAGES -@dirrmtry share/locale/be diff --git a/games/xteddy/Makefile b/games/xteddy/Makefile deleted file mode 100644 index 06d222a89..000000000 --- a/games/xteddy/Makefile +++ /dev/null @@ -1,31 +0,0 @@ -# New ports collection makefile for: xteddy -# Date created: 3 June 1998 -# Whom: Eckart "Isegrim" Hofmann -# -# $FreeBSD$ -# $MCom$ - -PORTNAME= xteddy -PORTVERSION= 2.0.2 -PORTREVISION= 2 -CATEGORIES= games -MASTER_SITES= http://staffwww.itn.liu.se/~stegu/xteddy/ - -MAINTAINER= ports@FreeBSD.org -COMMENT= A cuddlesome teddy for the X desktop - -NO_CDROM= Can only be distributed for free - -GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="-I${X11BASE}/include -I${LOCALBASE}/include" \ - LDFLAGS="-L${X11BASE}/lib -L${LOCALBASE}/lib" -USE_GNOME= imlib - -MAN6= xteddy.6 - -post-patch: -.for f in xteddy.c Makefile.in xteddy_test - @${REINPLACE_CMD} -e 's,%%DATADIR%%,${DATADIR},g' ${WRKSRC}/${f} -.endfor - -.include <bsd.port.mk> diff --git a/games/xteddy/distinfo b/games/xteddy/distinfo deleted file mode 100644 index 2acf07c34..000000000 --- a/games/xteddy/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (xteddy-2.0.2.tar.gz) = c197253b5116db5dc4e32b58dd36160e -SHA256 (xteddy-2.0.2.tar.gz) = 4c137049c94a827c642a11711c101b241c203a97dad5eb6917387a6465078363 -SIZE (xteddy-2.0.2.tar.gz) = 355490 diff --git a/games/xteddy/files/patch-Makefile.in b/games/xteddy/files/patch-Makefile.in deleted file mode 100644 index 5a5eee83f..000000000 --- a/games/xteddy/files/patch-Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- Makefile.in.orig Mon Aug 2 16:11:08 1999 -+++ Makefile.in Mon Nov 14 23:31:25 2005 -@@ -73,7 +73,7 @@ - man_MANS = xteddy.1 - bin_SCRIPTS = xtoys xteddy_test - --DEFS = -DPIXMAP_PATH=\"@PIXMAP_PATH@\" -Wall -+DEFS = -DPIXMAP_PATH=\"%%DATADIR%%\" -Wall - - SUBDIRS = html images - EXTRA_DIST = $(man_MANS) $(bin_SCRIPTS) README xteddy.README xtuxxy.credit configure autogen.sh diff --git a/games/xteddy/files/patch-xteddy.c b/games/xteddy/files/patch-xteddy.c deleted file mode 100644 index eb6be3ed3..000000000 --- a/games/xteddy/files/patch-xteddy.c +++ /dev/null @@ -1,11 +0,0 @@ ---- xteddy.c.orig Mon Nov 14 23:21:26 2005 -+++ xteddy.c Mon Nov 14 23:22:09 2005 -@@ -17,7 +17,7 @@ - /* Changes: use Imlib instead of libxpm and load * - * different image formats */ - --#define DEFAULT_IMAGE_DIR "/usr/share/xteddy" -+#define DEFAULT_IMAGE_DIR "%%DATADIR%%" - - #include <X11/Xlib.h> - #include <X11/Xutil.h> diff --git a/games/xteddy/files/patch-xteddy_test b/games/xteddy/files/patch-xteddy_test deleted file mode 100644 index da245c7c9..000000000 --- a/games/xteddy/files/patch-xteddy_test +++ /dev/null @@ -1,15 +0,0 @@ ---- xteddy_test.orig Mon Nov 14 23:33:19 2005 -+++ xteddy_test Mon Nov 14 23:33:37 2005 -@@ -1,9 +1,9 @@ - #!/bin/sh - i=0 --if [ -d /usr/share/xteddy ] ; then -- for img in `ls /usr/share/xteddy` ; do -+if [ -d %%DATADIR%% ] ; then -+ for img in `ls %%DATADIR%%` ; do - i=`expr $i + 50` -- xteddy -F/usr/share/xteddy/$img -geometry +$i+$i & -+ xteddy -F%%DATADIR%%/$img -geometry +$i+$i & - done - fi - if [ -d /usr/local/share/xteddy ] ; then diff --git a/games/xteddy/pkg-descr b/games/xteddy/pkg-descr deleted file mode 100644 index a34bf78d5..000000000 --- a/games/xteddy/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -This is _the_ toy for the X desktop, a must for all plush lovers: a very, -very cuddlesome teddy. - -WWW: http://www.itn.liu.se/~stegu/xteddy/ diff --git a/games/xteddy/pkg-plist b/games/xteddy/pkg-plist deleted file mode 100644 index bb99d12bd..000000000 --- a/games/xteddy/pkg-plist +++ /dev/null @@ -1,16 +0,0 @@ -bin/xteddy -bin/xtoys -bin/xteddy_test -%%DATADIR%%/teddy.png -%%DATADIR%%/xteddy.png -%%DATADIR%%/xpenguin.png -%%DATADIR%%/xduck.png -%%DATADIR%%/xtuxxy.png -%%DATADIR%%/xalex.png -%%DATADIR%%/xbobo.png -%%DATADIR%%/xklitze.png -%%DATADIR%%/xruessel.png -%%DATADIR%%/xnamu.png -%%DATADIR%%/xbrummi.png -%%DATADIR%%/xorca.png -@dirrm %%DATADIR%% |