- Update to 1.0.1

This commit is contained in:
Dmitry Marakasov 2010-09-08 02:53:34 +00:00
parent 9d63e2f8e7
commit 2c6301262e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=260742
3 changed files with 124 additions and 19 deletions

View file

@ -6,16 +6,16 @@
# #
PORTNAME= allacrost PORTNAME= allacrost
PORTVERSION= 0.2.2 PORTVERSION= 1.0.1
PORTREVISION= 8
CATEGORIES= games CATEGORIES= games
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-demo/${PORTVERSION} MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-demo/${PORTVERSION}
DISTNAME= allacrost_demo_source_${PORTVERSION} DISTNAME= ${PORTNAME}_demo_source_${PORTVERSION}
MAINTAINER= amdmi3@FreeBSD.org MAINTAINER= amdmi3@FreeBSD.org
COMMENT= A single player 2D role-playing game COMMENT= A single player 2D role-playing game
BUILD_DEPENDS= ${LOCALBASE}/lib/libluabind.a:${PORTSDIR}/devel/luabind BUILD_DEPENDS= ${LOCALBASE}/lib/libluabind.so:${PORTSDIR}/devel/luabind
RUN_DEPENDS= ${LOCALBASE}/lib/libluabind.so:${PORTSDIR}/devel/luabind
LIB_DEPENDS= jpeg.11:${PORTSDIR}/graphics/jpeg \ LIB_DEPENDS= jpeg.11:${PORTSDIR}/graphics/jpeg \
png.6:${PORTSDIR}/graphics/png \ png.6:${PORTSDIR}/graphics/png \
ogg.7:${PORTSDIR}/audio/libogg \ ogg.7:${PORTSDIR}/audio/libogg \
@ -24,18 +24,16 @@ LIB_DEPENDS= jpeg.11:${PORTSDIR}/graphics/jpeg \
GNU_CONFIGURE= yes GNU_CONFIGURE= yes
USE_GMAKE= yes USE_GMAKE= yes
USE_OPENAL= al USE_OPENAL= al
USE_LUA= 5.0 USE_LUA= 5.1
USE_SDL= sdl ttf net USE_SDL= sdl ttf net
USE_GL= yes USE_GL= yes
USE_GCC= 4.2+ USE_GCC= 4.2+
USE_GETTEXT= yes USE_GETTEXT= yes
MAKE_JOBS_SAFE= yes
CONFIGURE_ARGS= --datadir=${DATADIR} CONFIGURE_ARGS= --datadir=${DATADIR}
CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib -L${LUA_LIBDIR}" \ CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib -L${LUA_LIBDIR}" \
CPPFLAGS="-I${LOCALBASE}/include -I${LUA_INCDIR}" CPPFLAGS="-I${LOCALBASE}/include -I${LUA_INCDIR}"
USE_QT_VER= 4
QT_COMPONENTS= # none by default
QT_NONSTANDARD= yes
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
@ -43,9 +41,11 @@ PORTDOCS= MANUAL
OPTIONS= EDITOR "Enable editor" off OPTIONS= EDITOR "Enable editor" off
.include <bsd.port.pre.mk> .include <bsd.port.options.mk>
.if defined(WITH_EDITOR) .if defined(WITH_EDITOR)
USE_QT_VER= 4
QT_NONSTANDARD= yes
QT_COMPONENTS+= corelib gui opengl moc_build qt3support QT_COMPONENTS+= corelib gui opengl moc_build qt3support
CONFIGURE_ARGS+=--enable-editor=yes CONFIGURE_ARGS+=--enable-editor=yes
PLIST_SUB= EDITOR="" PLIST_SUB= EDITOR=""
@ -80,4 +80,4 @@ post-install:
.endif .endif
@${ECHO_CMD}; ${CAT} ${PKGMESSAGE}; ${ECHO_CMD} @${ECHO_CMD}; ${CAT} ${PKGMESSAGE}; ${ECHO_CMD}
.include <bsd.port.post.mk> .include <bsd.port.mk>

View file

@ -1,3 +1,3 @@
MD5 (allacrost_demo_source_0.2.2.tar.gz) = ca3f5eee544cf6530d1cfc159cddb848 MD5 (allacrost_demo_source_1.0.1.tar.gz) = 934a355f5fd07c7f740e1e75d6239f34
SHA256 (allacrost_demo_source_0.2.2.tar.gz) = 10adf0fb191f4b938c99e8241d379d601348821eb5d1526d42317dbd7d0b8e56 SHA256 (allacrost_demo_source_1.0.1.tar.gz) = c7ac37320b4b705864b0d7f5f19677f66b9d97f50898d3c2406f71f7b55c4b03
SIZE (allacrost_demo_source_0.2.2.tar.gz) = 41502484 SIZE (allacrost_demo_source_1.0.1.tar.gz) = 63754181

View file

@ -3,14 +3,23 @@ bin/allacrost
%%DATADIR%%/allacrost/dat/actors/characters.lua %%DATADIR%%/allacrost/dat/actors/characters.lua
%%DATADIR%%/allacrost/dat/actors/enemies_set_01.lua %%DATADIR%%/allacrost/dat/actors/enemies_set_01.lua
%%DATADIR%%/allacrost/dat/actors/enemies_set_02.lua %%DATADIR%%/allacrost/dat/actors/enemies_set_02.lua
%%DATADIR%%/allacrost/dat/actors/map_sprites_stock.lua
%%DATADIR%%/allacrost/dat/battle_events.lua
%%DATADIR%%/allacrost/dat/config/boot.lua %%DATADIR%%/allacrost/dat/config/boot.lua
%%DATADIR%%/allacrost/dat/config/languages.lua
%%DATADIR%%/allacrost/dat/config/restore_settings.lua %%DATADIR%%/allacrost/dat/config/restore_settings.lua
%%DATADIR%%/allacrost/dat/config/settings.lua %%DATADIR%%/allacrost/dat/config/settings.lua
%%DATADIR%%/allacrost/dat/credits.lua %%DATADIR%%/allacrost/dat/credits.lua
%%DATADIR%%/allacrost/dat/effects/status.lua %%DATADIR%%/allacrost/dat/effects/status.lua
%%DATADIR%%/allacrost/dat/global.lua %%DATADIR%%/allacrost/dat/global.lua
%%DATADIR%%/allacrost/dat/maps/betrayal_room.lua
%%DATADIR%%/allacrost/dat/maps/demo_cave.lua %%DATADIR%%/allacrost/dat/maps/demo_cave.lua
%%DATADIR%%/allacrost/dat/maps/demo_town.lua %%DATADIR%%/allacrost/dat/maps/demo_town.lua
%%DATADIR%%/allacrost/dat/maps/desert_barracks.lua
%%DATADIR%%/allacrost/dat/maps/desert_outskirts.lua
%%DATADIR%%/allacrost/dat/maps/desert_training.lua
%%DATADIR%%/allacrost/dat/maps/new_cave.lua
%%DATADIR%%/allacrost/dat/maps/opening_scene.lua
%%DATADIR%%/allacrost/dat/objects/arm_armor.lua %%DATADIR%%/allacrost/dat/objects/arm_armor.lua
%%DATADIR%%/allacrost/dat/objects/head_armor.lua %%DATADIR%%/allacrost/dat/objects/head_armor.lua
%%DATADIR%%/allacrost/dat/objects/items.lua %%DATADIR%%/allacrost/dat/objects/items.lua
@ -26,11 +35,14 @@ bin/allacrost
%%DATADIR%%/allacrost/dat/tilesets/desert_cave_walls.lua %%DATADIR%%/allacrost/dat/tilesets/desert_cave_walls.lua
%%DATADIR%%/allacrost/dat/tilesets/desert_cave_walls2.lua %%DATADIR%%/allacrost/dat/tilesets/desert_cave_walls2.lua
%%DATADIR%%/allacrost/dat/tilesets/desert_cave_water.lua %%DATADIR%%/allacrost/dat/tilesets/desert_cave_water.lua
%%DATADIR%%/allacrost/dat/tilesets/desert_ground.lua
%%DATADIR%%/allacrost/dat/tilesets/harrvah_house.lua
%%DATADIR%%/allacrost/dat/tilesets/mountain_house_exterior.lua %%DATADIR%%/allacrost/dat/tilesets/mountain_house_exterior.lua
%%DATADIR%%/allacrost/dat/tilesets/mountain_house_exterior2.lua %%DATADIR%%/allacrost/dat/tilesets/mountain_house_exterior2.lua
%%DATADIR%%/allacrost/dat/tilesets/mountain_house_interior.lua %%DATADIR%%/allacrost/dat/tilesets/mountain_house_interior.lua
%%DATADIR%%/allacrost/dat/tilesets/mountain_landscape.lua %%DATADIR%%/allacrost/dat/tilesets/mountain_landscape.lua
%%DATADIR%%/allacrost/doc/allacrost.dox %%DATADIR%%/allacrost/doc/allacrost.dox
%%DATADIR%%/allacrost/img/backdrops/battle/desert.png
%%DATADIR%%/allacrost/img/backdrops/battle/desert_cave.png %%DATADIR%%/allacrost/img/backdrops/battle/desert_cave.png
%%DATADIR%%/allacrost/img/backdrops/battle/desert_cave_anim.png %%DATADIR%%/allacrost/img/backdrops/battle/desert_cave_anim.png
%%DATADIR%%/allacrost/img/backdrops/battle/mountain_village.png %%DATADIR%%/allacrost/img/backdrops/battle/mountain_village.png
@ -38,25 +50,37 @@ bin/allacrost
%%DATADIR%%/allacrost/img/fonts/COPYING %%DATADIR%%/allacrost/img/fonts/COPYING
%%DATADIR%%/allacrost/img/fonts/junicode_regular.ttf %%DATADIR%%/allacrost/img/fonts/junicode_regular.ttf
%%DATADIR%%/allacrost/img/fonts/libertine.ttf %%DATADIR%%/allacrost/img/fonts/libertine.ttf
%%DATADIR%%/allacrost/img/fonts/libertine_capitals.ttf
%%DATADIR%%/allacrost/img/fonts/tarnhalo.ttf %%DATADIR%%/allacrost/img/fonts/tarnhalo.ttf
%%DATADIR%%/allacrost/img/fonts/vtc_switchblade_romance.ttf %%DATADIR%%/allacrost/img/fonts/vtc_switchblade_romance.ttf
%%DATADIR%%/allacrost/img/icons/actors/characters/claudius.png %%DATADIR%%/allacrost/img/icons/actors/characters/claudius.png
%%DATADIR%%/allacrost/img/icons/actors/characters/claudius_bw.png %%DATADIR%%/allacrost/img/icons/actors/characters/claudius_bw.png
%%DATADIR%%/allacrost/img/icons/actors/characters/kyle.png
%%DATADIR%%/allacrost/img/icons/actors/characters/kyle_bw.png
%%DATADIR%%/allacrost/img/icons/actors/characters/laila.png %%DATADIR%%/allacrost/img/icons/actors/characters/laila.png
%%DATADIR%%/allacrost/img/icons/actors/characters/laila_bw.png %%DATADIR%%/allacrost/img/icons/actors/characters/laila_bw.png
%%DATADIR%%/allacrost/img/icons/actors/characters/rafaela.png
%%DATADIR%%/allacrost/img/icons/actors/characters/rafaela_bw.png
%%DATADIR%%/allacrost/img/icons/actors/enemies/aerocephal.png %%DATADIR%%/allacrost/img/icons/actors/enemies/aerocephal.png
%%DATADIR%%/allacrost/img/icons/actors/enemies/arcana_drake.png %%DATADIR%%/allacrost/img/icons/actors/enemies/arcana_drake.png
%%DATADIR%%/allacrost/img/icons/actors/enemies/aurum-drakueli.png %%DATADIR%%/allacrost/img/icons/actors/enemies/aurum-drakueli.png
%%DATADIR%%/allacrost/img/icons/actors/enemies/daemarbora.png %%DATADIR%%/allacrost/img/icons/actors/enemies/daemarbora.png
%%DATADIR%%/allacrost/img/icons/actors/enemies/deceleon.png %%DATADIR%%/allacrost/img/icons/actors/enemies/deceleon.png
%%DATADIR%%/allacrost/img/icons/actors/enemies/green_slime.png %%DATADIR%%/allacrost/img/icons/actors/enemies/green_slime.png
%%DATADIR%%/allacrost/img/icons/actors/enemies/kyle.png
%%DATADIR%%/allacrost/img/icons/actors/enemies/nagaruda.png %%DATADIR%%/allacrost/img/icons/actors/enemies/nagaruda.png
%%DATADIR%%/allacrost/img/icons/actors/enemies/scorpion.png %%DATADIR%%/allacrost/img/icons/actors/enemies/scorpion.png
%%DATADIR%%/allacrost/img/icons/actors/enemies/skeleton.png %%DATADIR%%/allacrost/img/icons/actors/enemies/skeleton.png
%%DATADIR%%/allacrost/img/icons/actors/enemies/snake.png %%DATADIR%%/allacrost/img/icons/actors/enemies/snake.png
%%DATADIR%%/allacrost/img/icons/actors/enemies/spider.png %%DATADIR%%/allacrost/img/icons/actors/enemies/spider.png
%%DATADIR%%/allacrost/img/icons/armor/butterfly_pins.png %%DATADIR%%/allacrost/img/icons/armor/butterfly_pins.png
%%DATADIR%%/allacrost/img/icons/armor/cloak_leather_brown.png
%%DATADIR%%/allacrost/img/icons/armor/cobalt_helm.png %%DATADIR%%/allacrost/img/icons/armor/cobalt_helm.png
%%DATADIR%%/allacrost/img/icons/armor/cuirass_muscled.png
%%DATADIR%%/allacrost/img/icons/armor/helmet_bascinet.png
%%DATADIR%%/allacrost/img/icons/armor/helmet_crested.png
%%DATADIR%%/allacrost/img/icons/armor/jewelry_necklace_amber.png
%%DATADIR%%/allacrost/img/icons/armor/jewelry_ring_prismatic.png
%%DATADIR%%/allacrost/img/icons/armor/karlate_breastplate.png %%DATADIR%%/allacrost/img/icons/armor/karlate_breastplate.png
%%DATADIR%%/allacrost/img/icons/armor/karlate_greaves.png %%DATADIR%%/allacrost/img/icons/armor/karlate_greaves.png
%%DATADIR%%/allacrost/img/icons/armor/karlate_helmet.png %%DATADIR%%/allacrost/img/icons/armor/karlate_helmet.png
@ -66,6 +90,7 @@ bin/allacrost
%%DATADIR%%/allacrost/img/icons/armor/leather_sandals.png %%DATADIR%%/allacrost/img/icons/armor/leather_sandals.png
%%DATADIR%%/allacrost/img/icons/armor/phoenix_shield.png %%DATADIR%%/allacrost/img/icons/armor/phoenix_shield.png
%%DATADIR%%/allacrost/img/icons/armor/stone_bracelet.png %%DATADIR%%/allacrost/img/icons/armor/stone_bracelet.png
%%DATADIR%%/allacrost/img/icons/armor/trident_shield.png
%%DATADIR%%/allacrost/img/icons/armor/willow_dress.png %%DATADIR%%/allacrost/img/icons/armor/willow_dress.png
%%DATADIR%%/allacrost/img/icons/armor/winged_circlet.png %%DATADIR%%/allacrost/img/icons/armor/winged_circlet.png
%%DATADIR%%/allacrost/img/icons/battle/attack.png %%DATADIR%%/allacrost/img/icons/battle/attack.png
@ -76,8 +101,25 @@ bin/allacrost
%%DATADIR%%/allacrost/img/icons/battle/support.png %%DATADIR%%/allacrost/img/icons/battle/support.png
%%DATADIR%%/allacrost/img/icons/battle/swap_card.png %%DATADIR%%/allacrost/img/icons/battle/swap_card.png
%%DATADIR%%/allacrost/img/icons/battle/swap_icon.png %%DATADIR%%/allacrost/img/icons/battle/swap_icon.png
%%DATADIR%%/allacrost/img/icons/items/health_potion.png %%DATADIR%%/allacrost/img/icons/drunes.png
%%DATADIR%%/allacrost/img/icons/effects/elemental.png
%%DATADIR%%/allacrost/img/icons/effects/status.png
%%DATADIR%%/allacrost/img/icons/effects/templates.png
%%DATADIR%%/allacrost/img/icons/items/health_potion_huge.png
%%DATADIR%%/allacrost/img/icons/items/health_potion_large.png %%DATADIR%%/allacrost/img/icons/items/health_potion_large.png
%%DATADIR%%/allacrost/img/icons/items/health_potion_medium.png
%%DATADIR%%/allacrost/img/icons/items/health_potion_small.png
%%DATADIR%%/allacrost/img/icons/items/instrument_kantele.png
%%DATADIR%%/allacrost/img/icons/items/potion_blue_huge.png
%%DATADIR%%/allacrost/img/icons/items/potion_blue_large.png
%%DATADIR%%/allacrost/img/icons/items/potion_blue_medium.png
%%DATADIR%%/allacrost/img/icons/items/potion_blue_small.png
%%DATADIR%%/allacrost/img/icons/items/potion_red_huge.png
%%DATADIR%%/allacrost/img/icons/items/potion_red_large.png
%%DATADIR%%/allacrost/img/icons/items/potion_red_medium.png
%%DATADIR%%/allacrost/img/icons/items/potion_red_small.png
%%DATADIR%%/allacrost/img/icons/items/scroll_red.png
%%DATADIR%%/allacrost/img/icons/object_category_icons.png
%%DATADIR%%/allacrost/img/icons/weapons/arbalest.png %%DATADIR%%/allacrost/img/icons/weapons/arbalest.png
%%DATADIR%%/allacrost/img/icons/weapons/iron_sword.png %%DATADIR%%/allacrost/img/icons/weapons/iron_sword.png
%%DATADIR%%/allacrost/img/icons/weapons/karlate_sword.png %%DATADIR%%/allacrost/img/icons/weapons/karlate_sword.png
@ -99,13 +141,19 @@ bin/allacrost
%%DATADIR%%/allacrost/img/menus/cursor.png %%DATADIR%%/allacrost/img/menus/cursor.png
%%DATADIR%%/allacrost/img/menus/dialogue_box.png %%DATADIR%%/allacrost/img/menus/dialogue_box.png
%%DATADIR%%/allacrost/img/menus/dialogue_nameplate.png %%DATADIR%%/allacrost/img/menus/dialogue_nameplate.png
%%DATADIR%%/allacrost/img/menus/equip.png
%%DATADIR%%/allacrost/img/menus/green_check.png
%%DATADIR%%/allacrost/img/menus/locations/blank.png
%%DATADIR%%/allacrost/img/menus/locations/desert.png
%%DATADIR%%/allacrost/img/menus/locations/desert_cave.png %%DATADIR%%/allacrost/img/menus/locations/desert_cave.png
%%DATADIR%%/allacrost/img/menus/locations/mountain_village.png %%DATADIR%%/allacrost/img/menus/locations/mountain_village.png
%%DATADIR%%/allacrost/img/menus/scroll_cursors.png %%DATADIR%%/allacrost/img/menus/red_x.png
%%DATADIR%%/allacrost/img/menus/scroll_arrows.png
%%DATADIR%%/allacrost/img/menus/socket.png
%%DATADIR%%/allacrost/img/menus/stamina_bar.png %%DATADIR%%/allacrost/img/menus/stamina_bar.png
%%DATADIR%%/allacrost/img/menus/stamina_icon.png %%DATADIR%%/allacrost/img/menus/stamina_icon.png
%%DATADIR%%/allacrost/img/menus/stamina_icon_selected.png %%DATADIR%%/allacrost/img/menus/stamina_icon_selected.png
%%DATADIR%%/allacrost/img/menus/status_icons.png %%DATADIR%%/allacrost/img/menus/star.png
%%DATADIR%%/allacrost/img/misc/category_icons.png %%DATADIR%%/allacrost/img/misc/category_icons.png
%%DATADIR%%/allacrost/img/misc/chest1.png %%DATADIR%%/allacrost/img/misc/chest1.png
%%DATADIR%%/allacrost/img/misc/dialogue_icon.png %%DATADIR%%/allacrost/img/misc/dialogue_icon.png
@ -121,9 +169,11 @@ bin/allacrost
%%DATADIR%%/allacrost/img/misc/stamina_bar_infinite_overlay.png %%DATADIR%%/allacrost/img/misc/stamina_bar_infinite_overlay.png
%%DATADIR%%/allacrost/img/misc/torch_light_mask.png %%DATADIR%%/allacrost/img/misc/torch_light_mask.png
%%DATADIR%%/allacrost/img/portraits/battle/claudius_damage.png %%DATADIR%%/allacrost/img/portraits/battle/claudius_damage.png
%%DATADIR%%/allacrost/img/portraits/battle/kyle_damage.png
%%DATADIR%%/allacrost/img/portraits/battle/laila_damage.png %%DATADIR%%/allacrost/img/portraits/battle/laila_damage.png
%%DATADIR%%/allacrost/img/portraits/battle/rafaela_damage.png %%DATADIR%%/allacrost/img/portraits/battle/rafaela_damage.png
%%DATADIR%%/allacrost/img/portraits/map/claudius.png %%DATADIR%%/allacrost/img/portraits/map/claudius.png
%%DATADIR%%/allacrost/img/portraits/map/kyle.png
%%DATADIR%%/allacrost/img/portraits/map/laila.png %%DATADIR%%/allacrost/img/portraits/map/laila.png
%%DATADIR%%/allacrost/img/portraits/map/marcus.png %%DATADIR%%/allacrost/img/portraits/map/marcus.png
%%DATADIR%%/allacrost/img/portraits/map/rafaela.png %%DATADIR%%/allacrost/img/portraits/map/rafaela.png
@ -131,6 +181,9 @@ bin/allacrost
%%DATADIR%%/allacrost/img/portraits/menu/claudius.png %%DATADIR%%/allacrost/img/portraits/menu/claudius.png
%%DATADIR%%/allacrost/img/portraits/menu/claudius_large.png %%DATADIR%%/allacrost/img/portraits/menu/claudius_large.png
%%DATADIR%%/allacrost/img/portraits/menu/claudius_small.png %%DATADIR%%/allacrost/img/portraits/menu/claudius_small.png
%%DATADIR%%/allacrost/img/portraits/menu/kyle.png
%%DATADIR%%/allacrost/img/portraits/menu/kyle_large.png
%%DATADIR%%/allacrost/img/portraits/menu/kyle_small.png
%%DATADIR%%/allacrost/img/portraits/menu/laila.png %%DATADIR%%/allacrost/img/portraits/menu/laila.png
%%DATADIR%%/allacrost/img/portraits/menu/laila_large.png %%DATADIR%%/allacrost/img/portraits/menu/laila_large.png
%%DATADIR%%/allacrost/img/portraits/menu/laila_small.png %%DATADIR%%/allacrost/img/portraits/menu/laila_small.png
@ -139,26 +192,35 @@ bin/allacrost
%%DATADIR%%/allacrost/img/portraits/menu/rafaela_large.png %%DATADIR%%/allacrost/img/portraits/menu/rafaela_large.png
%%DATADIR%%/allacrost/img/portraits/menu/rafaela_small.png %%DATADIR%%/allacrost/img/portraits/menu/rafaela_small.png
%%DATADIR%%/allacrost/img/portraits/menu/vanica_small.png %%DATADIR%%/allacrost/img/portraits/menu/vanica_small.png
%%DATADIR%%/allacrost/img/sprites/battle/characters/claudius_idle.png
%%DATADIR%%/allacrost/img/sprites/battle/characters/laila_idle.png
%%DATADIR%%/allacrost/img/sprites/battle/enemies/aerocephal.png %%DATADIR%%/allacrost/img/sprites/battle/enemies/aerocephal.png
%%DATADIR%%/allacrost/img/sprites/battle/enemies/arcana_drake.png %%DATADIR%%/allacrost/img/sprites/battle/enemies/arcana_drake.png
%%DATADIR%%/allacrost/img/sprites/battle/enemies/aurum-drakueli.png %%DATADIR%%/allacrost/img/sprites/battle/enemies/aurum-drakueli.png
%%DATADIR%%/allacrost/img/sprites/battle/enemies/daemarbora.png %%DATADIR%%/allacrost/img/sprites/battle/enemies/daemarbora.png
%%DATADIR%%/allacrost/img/sprites/battle/enemies/deceleon.png %%DATADIR%%/allacrost/img/sprites/battle/enemies/deceleon.png
%%DATADIR%%/allacrost/img/sprites/battle/enemies/green_slime.png %%DATADIR%%/allacrost/img/sprites/battle/enemies/green_slime.png
%%DATADIR%%/allacrost/img/sprites/battle/enemies/kyle.png
%%DATADIR%%/allacrost/img/sprites/battle/enemies/nagaruda.png %%DATADIR%%/allacrost/img/sprites/battle/enemies/nagaruda.png
%%DATADIR%%/allacrost/img/sprites/battle/enemies/scorpion.png %%DATADIR%%/allacrost/img/sprites/battle/enemies/scorpion.png
%%DATADIR%%/allacrost/img/sprites/battle/enemies/skeleton.png %%DATADIR%%/allacrost/img/sprites/battle/enemies/skeleton.png
%%DATADIR%%/allacrost/img/sprites/battle/enemies/snake.png %%DATADIR%%/allacrost/img/sprites/battle/enemies/snake.png
%%DATADIR%%/allacrost/img/sprites/battle/enemies/spider.png %%DATADIR%%/allacrost/img/sprites/battle/enemies/spider.png
%%DATADIR%%/allacrost/img/sprites/map/boy_npc01_walk.png %%DATADIR%%/allacrost/img/sprites/map/boy_npc01_walk.png
%%DATADIR%%/allacrost/img/sprites/map/claudius_attack.png
%%DATADIR%%/allacrost/img/sprites/map/claudius_frightened.png %%DATADIR%%/allacrost/img/sprites/map/claudius_frightened.png
%%DATADIR%%/allacrost/img/sprites/map/claudius_herostance.png %%DATADIR%%/allacrost/img/sprites/map/claudius_herostance.png
%%DATADIR%%/allacrost/img/sprites/map/claudius_idle.png
%%DATADIR%%/allacrost/img/sprites/map/claudius_idle_s.png
%%DATADIR%%/allacrost/img/sprites/map/claudius_run.png %%DATADIR%%/allacrost/img/sprites/map/claudius_run.png
%%DATADIR%%/allacrost/img/sprites/map/claudius_walk.png %%DATADIR%%/allacrost/img/sprites/map/claudius_walk.png
%%DATADIR%%/allacrost/img/sprites/map/gigas_walk.png %%DATADIR%%/allacrost/img/sprites/map/gigas_walk.png
%%DATADIR%%/allacrost/img/sprites/map/girl_npc02_walk.png %%DATADIR%%/allacrost/img/sprites/map/girl_npc02_walk.png
%%DATADIR%%/allacrost/img/sprites/map/kyle_attack.png
%%DATADIR%%/allacrost/img/sprites/map/kyle_attack_w.png
%%DATADIR%%/allacrost/img/sprites/map/kyle_idle.png
%%DATADIR%%/allacrost/img/sprites/map/kyle_run.png
%%DATADIR%%/allacrost/img/sprites/map/kyle_walk.png
%%DATADIR%%/allacrost/img/sprites/map/laila_attack.png
%%DATADIR%%/allacrost/img/sprites/map/laila_idle.png
%%DATADIR%%/allacrost/img/sprites/map/laila_run.png %%DATADIR%%/allacrost/img/sprites/map/laila_run.png
%%DATADIR%%/allacrost/img/sprites/map/laila_walk.png %%DATADIR%%/allacrost/img/sprites/map/laila_walk.png
%%DATADIR%%/allacrost/img/sprites/map/man_npc01_walk.png %%DATADIR%%/allacrost/img/sprites/map/man_npc01_walk.png
@ -166,12 +228,16 @@ bin/allacrost
%%DATADIR%%/allacrost/img/sprites/map/marcus_walk.png %%DATADIR%%/allacrost/img/sprites/map/marcus_walk.png
%%DATADIR%%/allacrost/img/sprites/map/naga_walk.png %%DATADIR%%/allacrost/img/sprites/map/naga_walk.png
%%DATADIR%%/allacrost/img/sprites/map/old_woman_npc01_walk.png %%DATADIR%%/allacrost/img/sprites/map/old_woman_npc01_walk.png
%%DATADIR%%/allacrost/img/sprites/map/rafaela_attack.png
%%DATADIR%%/allacrost/img/sprites/map/rafaela_idle.png
%%DATADIR%%/allacrost/img/sprites/map/rafaela_run.png %%DATADIR%%/allacrost/img/sprites/map/rafaela_run.png
%%DATADIR%%/allacrost/img/sprites/map/rafaela_walk.png %%DATADIR%%/allacrost/img/sprites/map/rafaela_walk.png
%%DATADIR%%/allacrost/img/sprites/map/rocks.png
%%DATADIR%%/allacrost/img/sprites/map/scorpion_walk.png %%DATADIR%%/allacrost/img/sprites/map/scorpion_walk.png
%%DATADIR%%/allacrost/img/sprites/map/slime_walk.png %%DATADIR%%/allacrost/img/sprites/map/slime_walk.png
%%DATADIR%%/allacrost/img/sprites/map/snake_walk.png %%DATADIR%%/allacrost/img/sprites/map/snake_walk.png
%%DATADIR%%/allacrost/img/sprites/map/soldier_npc01_walk.png %%DATADIR%%/allacrost/img/sprites/map/soldier_npc01_walk.png
%%DATADIR%%/allacrost/img/sprites/map/soldier_npc02_walk.png
%%DATADIR%%/allacrost/img/sprites/map/vanica_walk.png %%DATADIR%%/allacrost/img/sprites/map/vanica_walk.png
%%DATADIR%%/allacrost/img/sprites/map/woman_npc01_walk.png %%DATADIR%%/allacrost/img/sprites/map/woman_npc01_walk.png
%%DATADIR%%/allacrost/img/sprites/map/woman_npc02_walk.png %%DATADIR%%/allacrost/img/sprites/map/woman_npc02_walk.png
@ -180,6 +246,8 @@ bin/allacrost
%%DATADIR%%/allacrost/img/tilesets/desert_cave_walls.png %%DATADIR%%/allacrost/img/tilesets/desert_cave_walls.png
%%DATADIR%%/allacrost/img/tilesets/desert_cave_walls2.png %%DATADIR%%/allacrost/img/tilesets/desert_cave_walls2.png
%%DATADIR%%/allacrost/img/tilesets/desert_cave_water.png %%DATADIR%%/allacrost/img/tilesets/desert_cave_water.png
%%DATADIR%%/allacrost/img/tilesets/desert_ground.png
%%DATADIR%%/allacrost/img/tilesets/harrvah_house.png
%%DATADIR%%/allacrost/img/tilesets/mountain_house_exterior.png %%DATADIR%%/allacrost/img/tilesets/mountain_house_exterior.png
%%DATADIR%%/allacrost/img/tilesets/mountain_house_exterior2.png %%DATADIR%%/allacrost/img/tilesets/mountain_house_exterior2.png
%%DATADIR%%/allacrost/img/tilesets/mountain_house_interior.png %%DATADIR%%/allacrost/img/tilesets/mountain_house_interior.png
@ -187,8 +255,15 @@ bin/allacrost
%%DATADIR%%/allacrost/mus/Allacrost_Fanfare.ogg %%DATADIR%%/allacrost/mus/Allacrost_Fanfare.ogg
%%DATADIR%%/allacrost/mus/Allacrost_Intermission.ogg %%DATADIR%%/allacrost/mus/Allacrost_Intermission.ogg
%%DATADIR%%/allacrost/mus/Allacrost_Opening_Theme.ogg %%DATADIR%%/allacrost/mus/Allacrost_Opening_Theme.ogg
%%DATADIR%%/allacrost/mus/Battle_Jazz.ogg
%%DATADIR%%/allacrost/mus/Betrayal.ogg
%%DATADIR%%/allacrost/mus/Betrayal_Battle.ogg
%%DATADIR%%/allacrost/mus/Cave2.ogg
%%DATADIR%%/allacrost/mus/Claudius.ogg
%%DATADIR%%/allacrost/mus/Confrontation.ogg %%DATADIR%%/allacrost/mus/Confrontation.ogg
%%DATADIR%%/allacrost/mus/Desert.ogg
%%DATADIR%%/allacrost/mus/Opening_Effect.ogg %%DATADIR%%/allacrost/mus/Opening_Effect.ogg
%%DATADIR%%/allacrost/mus/Save_Game.ogg
%%DATADIR%%/allacrost/mus/Seeking_New_Worlds.ogg %%DATADIR%%/allacrost/mus/Seeking_New_Worlds.ogg
%%DATADIR%%/allacrost/mus/The_Creature_Awakens.ogg %%DATADIR%%/allacrost/mus/The_Creature_Awakens.ogg
%%DATADIR%%/allacrost/mus/Town_Folk.ogg %%DATADIR%%/allacrost/mus/Town_Folk.ogg
@ -212,14 +287,25 @@ bin/allacrost
%%DATADIR%%/allacrost/snd/door_close.wav %%DATADIR%%/allacrost/snd/door_close.wav
%%DATADIR%%/allacrost/snd/door_open1.wav %%DATADIR%%/allacrost/snd/door_open1.wav
%%DATADIR%%/allacrost/snd/door_open2.wav %%DATADIR%%/allacrost/snd/door_open2.wav
%%DATADIR%%/allacrost/snd/female_scream.ogg
%%DATADIR%%/allacrost/snd/footstep_concrete1.wav %%DATADIR%%/allacrost/snd/footstep_concrete1.wav
%%DATADIR%%/allacrost/snd/footstep_concrete2.wav %%DATADIR%%/allacrost/snd/footstep_concrete2.wav
%%DATADIR%%/allacrost/snd/footstep_grass1.wav %%DATADIR%%/allacrost/snd/footstep_grass1.wav
%%DATADIR%%/allacrost/snd/footstep_grass2.wav %%DATADIR%%/allacrost/snd/footstep_grass2.wav
%%DATADIR%%/allacrost/snd/fountain_large.ogg
%%DATADIR%%/allacrost/snd/fountain_small.ogg
%%DATADIR%%/allacrost/snd/gentle_stream.ogg
%%DATADIR%%/allacrost/snd/gong.wav %%DATADIR%%/allacrost/snd/gong.wav
%%DATADIR%%/allacrost/snd/gong2.wav %%DATADIR%%/allacrost/snd/gong2.wav
%%DATADIR%%/allacrost/snd/heal.wav %%DATADIR%%/allacrost/snd/heal.wav
%%DATADIR%%/allacrost/snd/heal_spell.wav %%DATADIR%%/allacrost/snd/heal_spell.wav
%%DATADIR%%/allacrost/snd/lively_crowd.ogg
%%DATADIR%%/allacrost/snd/magic_blast.ogg
%%DATADIR%%/allacrost/snd/makok_howl.ogg
%%DATADIR%%/allacrost/snd/male_scream.ogg
%%DATADIR%%/allacrost/snd/menu_click_01.wav
%%DATADIR%%/allacrost/snd/menu_click_02.wav
%%DATADIR%%/allacrost/snd/missed_target.wav
%%DATADIR%%/allacrost/snd/obtain.wav %%DATADIR%%/allacrost/snd/obtain.wav
%%DATADIR%%/allacrost/snd/potion_drink.wav %%DATADIR%%/allacrost/snd/potion_drink.wav
%%DATADIR%%/allacrost/snd/rumble.wav %%DATADIR%%/allacrost/snd/rumble.wav
@ -232,6 +318,8 @@ bin/allacrost
%%DATADIR%%/allacrost/snd/swordslice2.wav %%DATADIR%%/allacrost/snd/swordslice2.wav
%%DATADIR%%/allacrost/snd/swordslice3.wav %%DATADIR%%/allacrost/snd/swordslice3.wav
%%DATADIR%%/allacrost/snd/volume_test.wav %%DATADIR%%/allacrost/snd/volume_test.wav
%%DATADIR%%/allacrost/snd/wind.ogg
%%DATADIR%%/allacrost/txt/LINGUAS
%%DATADIR%%/allacrost/txt/Makefile %%DATADIR%%/allacrost/txt/Makefile
%%DATADIR%%/allacrost/txt/Makefile.in %%DATADIR%%/allacrost/txt/Makefile.in
%%DATADIR%%/allacrost/txt/Makefile.in.in %%DATADIR%%/allacrost/txt/Makefile.in.in
@ -241,12 +329,29 @@ bin/allacrost
%%DATADIR%%/allacrost/txt/Rules-quot %%DATADIR%%/allacrost/txt/Rules-quot
%%DATADIR%%/allacrost/txt/allacrost.pot %%DATADIR%%/allacrost/txt/allacrost.pot
%%DATADIR%%/allacrost/txt/boldquot.sed %%DATADIR%%/allacrost/txt/boldquot.sed
%%DATADIR%%/allacrost/txt/de.gmo
%%DATADIR%%/allacrost/txt/de.po
%%DATADIR%%/allacrost/txt/en@boldquot.header %%DATADIR%%/allacrost/txt/en@boldquot.header
%%DATADIR%%/allacrost/txt/en@quot.gmo
%%DATADIR%%/allacrost/txt/en@quot.header %%DATADIR%%/allacrost/txt/en@quot.header
%%DATADIR%%/allacrost/txt/en@quot.po
%%DATADIR%%/allacrost/txt/es.gmo
%%DATADIR%%/allacrost/txt/es.po
%%DATADIR%%/allacrost/txt/fr.gmo
%%DATADIR%%/allacrost/txt/fr.po
%%DATADIR%%/allacrost/txt/insert-header.sin %%DATADIR%%/allacrost/txt/insert-header.sin
%%DATADIR%%/allacrost/txt/pt_BR.gmo
%%DATADIR%%/allacrost/txt/pt_BR.po
%%DATADIR%%/allacrost/txt/quot.sed %%DATADIR%%/allacrost/txt/quot.sed
%%DATADIR%%/allacrost/txt/remove-potcdate.sin %%DATADIR%%/allacrost/txt/remove-potcdate.sin
%%DATADIR%%/allacrost/txt/stamp-po %%DATADIR%%/allacrost/txt/stamp-po
share/locale/de/LC_MESSAGES/allacrost.mo
share/locale/en@quot/LC_MESSAGES/allacrost.mo
share/locale/es/LC_MESSAGES/allacrost.mo
share/locale/fr/LC_MESSAGES/allacrost.mo
share/locale/pt_BR/LC_MESSAGES/allacrost.mo
@dirrm share/locale/en@quot/LC_MESSAGES
@dirrm share/locale/en@quot
@dirrm %%DATADIR%%/allacrost/txt @dirrm %%DATADIR%%/allacrost/txt
@dirrm %%DATADIR%%/allacrost/snd @dirrm %%DATADIR%%/allacrost/snd
@dirrm %%DATADIR%%/allacrost/mus @dirrm %%DATADIR%%/allacrost/mus
@ -254,7 +359,6 @@ bin/allacrost
@dirrm %%DATADIR%%/allacrost/img/temp @dirrm %%DATADIR%%/allacrost/img/temp
@dirrm %%DATADIR%%/allacrost/img/sprites/map @dirrm %%DATADIR%%/allacrost/img/sprites/map
@dirrm %%DATADIR%%/allacrost/img/sprites/battle/enemies @dirrm %%DATADIR%%/allacrost/img/sprites/battle/enemies
@dirrm %%DATADIR%%/allacrost/img/sprites/battle/characters
@dirrm %%DATADIR%%/allacrost/img/sprites/battle @dirrm %%DATADIR%%/allacrost/img/sprites/battle
@dirrm %%DATADIR%%/allacrost/img/sprites @dirrm %%DATADIR%%/allacrost/img/sprites
@dirrm %%DATADIR%%/allacrost/img/portraits/menu @dirrm %%DATADIR%%/allacrost/img/portraits/menu
@ -268,6 +372,7 @@ bin/allacrost
@dirrm %%DATADIR%%/allacrost/img/logos @dirrm %%DATADIR%%/allacrost/img/logos
@dirrm %%DATADIR%%/allacrost/img/icons/weapons @dirrm %%DATADIR%%/allacrost/img/icons/weapons
@dirrm %%DATADIR%%/allacrost/img/icons/items @dirrm %%DATADIR%%/allacrost/img/icons/items
@dirrm %%DATADIR%%/allacrost/img/icons/effects
@dirrm %%DATADIR%%/allacrost/img/icons/battle @dirrm %%DATADIR%%/allacrost/img/icons/battle
@dirrm %%DATADIR%%/allacrost/img/icons/armor @dirrm %%DATADIR%%/allacrost/img/icons/armor
@dirrm %%DATADIR%%/allacrost/img/icons/actors/enemies @dirrm %%DATADIR%%/allacrost/img/icons/actors/enemies