aboutsummaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2012-06-07 12:29:52 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2012-06-07 12:29:52 +0000
commit74308f3f983c352df22289767609cd0949c8f4de (patch)
tree840f995273a59f25881a8d8a012c08fc59b03c5f /games
parent41788d2c439e91e41384c8900c0bd36d169bf6f0 (diff)
downloadports-74308f3f983c352df22289767609cd0949c8f4de.tar.gz
ports-74308f3f983c352df22289767609cd0949c8f4de.zip
Notes
Diffstat (limited to 'games')
-rw-r--r--games/plee-the-bear/Makefile25
-rw-r--r--games/plee-the-bear/distinfo4
-rw-r--r--games/plee-the-bear/files/patch-bear-engine-core-src-engine-CMakeLists.txt10
-rw-r--r--games/plee-the-bear/pkg-plist838
4 files changed, 806 insertions, 71 deletions
diff --git a/games/plee-the-bear/Makefile b/games/plee-the-bear/Makefile
index f15cc262a494..3b6392155964 100644
--- a/games/plee-the-bear/Makefile
+++ b/games/plee-the-bear/Makefile
@@ -6,34 +6,27 @@
#
PORTNAME= plee-the-bear
-PORTVERSION= 0.3.1
-PORTREVISION= 6
+PORTVERSION= 0.6.0
CATEGORIES= games
-MASTER_SITES= SF/${PORTNAME}/Plee%20the%20Bear/0.3
-DISTNAME= ${PORTNAME}-${PORTVERSION}-light
+MASTER_SITES= SF/${PORTNAME}/Plee%20the%20Bear/${PORTVERSION:R}
MAINTAINER= amdmi3@FreeBSD.org
COMMENT= 2D platform jump and run game
-LIB_DEPENDS= boost_filesystem.4:${PORTSDIR}/devel/boost-libs \
- claw_application.1:${PORTSDIR}/devel/libclaw
+LIB_DEPENDS= boost_filesystem:${PORTSDIR}/devel/boost-libs \
+ claw_application:${PORTSDIR}/devel/libclaw
-BROKEN= does not build with boost-1.48.0
-
-USE_BZIP2= yes
USE_SDL= sdl mixer
USE_GL= gl glu
WANT_GNOME= yes
INSTALLS_ICONS= yes
USE_LDCONFIG= yes
+USE_GETTEXT= yes
+MAKE_JOBS_SAFE= yes
+USE_GCC= 4.4+
USE_CMAKE= yes
-CMAKE_ARGS= -DCMAKE_MODULE_PATH="${LOCALBASE}/lib/claw/"
-
-WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
-
-post-patch:
- @${REINPLACE_CMD} -e 's|"stats.dat"|get_custom_game_file(&).c_str()| ' \
- ${WRKSRC}/dev/bear_engine/src/core/engine/code/game.cpp
+CMAKE_ARGS= -Dlibclaw_DIR="${LOCALBASE}/share/libclaw/cmake" \
+ -DBEAR_NO_EDITOR=YES
.include <bsd.port.mk>
diff --git a/games/plee-the-bear/distinfo b/games/plee-the-bear/distinfo
index d21b0036c1b5..b08f7e62b3a2 100644
--- a/games/plee-the-bear/distinfo
+++ b/games/plee-the-bear/distinfo
@@ -1,2 +1,2 @@
-SHA256 (plee-the-bear-0.3.1-light.tar.bz2) = 55a736e216b00d015eb909a31e15f3b1a7ee549edb16ccf10e7ddbabe5645c17
-SIZE (plee-the-bear-0.3.1-light.tar.bz2) = 8747445
+SHA256 (plee-the-bear-0.6.0.tar.gz) = dc07a5362d33a327caed70b986096dd190ca30ac7259e4722f90f50f2066dae7
+SIZE (plee-the-bear-0.6.0.tar.gz) = 118784725
diff --git a/games/plee-the-bear/files/patch-bear-engine-core-src-engine-CMakeLists.txt b/games/plee-the-bear/files/patch-bear-engine-core-src-engine-CMakeLists.txt
new file mode 100644
index 000000000000..ac72f612bbf8
--- /dev/null
+++ b/games/plee-the-bear/files/patch-bear-engine-core-src-engine-CMakeLists.txt
@@ -0,0 +1,10 @@
+--- bear-engine/core/src/engine/CMakeLists.txt.orig 2011-08-21 21:48:00.000000000 +0400
++++ bear-engine/core/src/engine/CMakeLists.txt 2012-06-07 06:12:12.182167195 +0400
+@@ -126,6 +126,7 @@
+ ${Boost_FILESYSTEM_LIBRARY}
+ ${Boost_SIGNALS_LIBRARY}
+ ${Boost_SYSTEM_LIBRARY}
++ intl
+ )
+
+ if(WIN32 OR APPLE)
diff --git a/games/plee-the-bear/pkg-plist b/games/plee-the-bear/pkg-plist
index 2f00957e6db7..b8bda8aea131 100644
--- a/games/plee-the-bear/pkg-plist
+++ b/games/plee-the-bear/pkg-plist
@@ -2,60 +2,381 @@ bin/plee-the-bear
bin/running-bear
lib/libbear_audio.so
lib/libbear_communication.so
+lib/libbear_debug.so
lib/libbear_engine.so
+lib/libbear_expr.so
lib/libbear_generic_items.so
lib/libbear_gui.so
lib/libbear_input.so
-lib/libbear_text.so
+lib/libbear_text_interface.so
lib/libbear_time.so
lib/libbear_universe.so
lib/libbear_visual.so
-lib/plee-the-bear/libplee_the_bear.so
+lib/libplee_the_bear.so
share/applications/plee-the-bear.desktop
+share/bear-factory/plee-the-bear/item-description/action_file_recorder.xml
+share/bear-factory/plee-the-bear/item-description/add_ingame_layers.xml
+share/bear-factory/plee-the-bear/item-description/add_main_menu_layer.xml
+share/bear-factory/plee-the-bear/item-description/add_players_camera.xml
+share/bear-factory/plee-the-bear/item-description/air_bubble_generator.xml
+share/bear-factory/plee-the-bear/item-description/authorize_action_toggle.xml
+share/bear-factory/plee-the-bear/item-description/bonus_box.xml
+share/bear-factory/plee-the-bear/item-description/bonus_manager.xml
+share/bear-factory/plee-the-bear/item-description/bonus_points/bonus_all_dead.xml
+share/bear-factory/plee-the-bear/item-description/bonus_points/bonus_all_dead_by_category.xml
+share/bear-factory/plee-the-bear/item-description/bonus_points/bonus_boss.xml
+share/bear-factory/plee-the-bear/item-description/bonus_points/bonus_carnage.xml
+share/bear-factory/plee-the-bear/item-description/bonus_points/bonus_cooperation.xml
+share/bear-factory/plee-the-bear/item-description/bonus_points/bonus_exits.xml
+share/bear-factory/plee-the-bear/item-description/bonus_points/bonus_max_energy.xml
+share/bear-factory/plee-the-bear/item-description/bonus_points/bonus_mini_game.xml
+share/bear-factory/plee-the-bear/item-description/bonus_points/bonus_points.xml
+share/bear-factory/plee-the-bear/item-description/bonus_points/bonus_time.xml
+share/bear-factory/plee-the-bear/item-description/bonus_points/bonus_time_record.xml
+share/bear-factory/plee-the-bear/item-description/castle/armor.xml
+share/bear-factory/plee-the-bear/item-description/checkpoint.xml
+share/bear-factory/plee-the-bear/item-description/clingable.xml
+share/bear-factory/plee-the-bear/item-description/corrupting_bonus.xml
+share/bear-factory/plee-the-bear/item-description/demo_level_loader.xml
+share/bear-factory/plee-the-bear/item-description/expr/bool_level_variable_getter_creator.xml
+share/bear-factory/plee-the-bear/item-description/forest/big_rabbit.xml
+share/bear-factory/plee-the-bear/item-description/forest/frog.xml
+share/bear-factory/plee-the-bear/item-description/forest/gorilla.xml
+share/bear-factory/plee-the-bear/item-description/forest/rabbit.xml
+share/bear-factory/plee-the-bear/item-description/forest/wasp.xml
+share/bear-factory/plee-the-bear/item-description/forest/woodpecker.xml
+share/bear-factory/plee-the-bear/item-description/game_settings.xml
+share/bear-factory/plee-the-bear/item-description/god.xml
+share/bear-factory/plee-the-bear/item-description/gossipy_item.xml
+share/bear-factory/plee-the-bear/item-description/hazelnut.xml
+share/bear-factory/plee-the-bear/item-description/hideout_bonus_item.xml
+share/bear-factory/plee-the-bear/item-description/hideout_revealing.xml
+share/bear-factory/plee-the-bear/item-description/honeypot.xml
+share/bear-factory/plee-the-bear/item-description/item_brick/activate_on_players.xml
+share/bear-factory/plee-the-bear/item-description/item_brick/base_bonus.xml
+share/bear-factory/plee-the-bear/item-description/item_brick/base_enemy.xml
+share/bear-factory/plee-the-bear/item-description/item_brick/bonus_point.xml
+share/bear-factory/plee-the-bear/item-description/item_brick/boss.xml
+share/bear-factory/plee-the-bear/item-description/item_brick/item_that_speaks.xml
+share/bear-factory/plee-the-bear/item-description/item_brick/item_waiting_for_players.xml
+share/bear-factory/plee-the-bear/item-description/item_brick/item_with_bonus_point.xml
+share/bear-factory/plee-the-bear/item-description/item_brick/item_with_player_control_reader.xml
+share/bear-factory/plee-the-bear/item-description/item_brick/item_with_single_player_control_reader.xml
+share/bear-factory/plee-the-bear/item-description/item_brick/monster_item.xml
+share/bear-factory/plee-the-bear/item-description/item_brick/player.xml
+share/bear-factory/plee-the-bear/item-description/item_brick/record_controller.xml
+share/bear-factory/plee-the-bear/item-description/kicker.xml
+share/bear-factory/plee-the-bear/item-description/layer_border.xml
+share/bear-factory/plee-the-bear/item-description/level_exit.xml
+share/bear-factory/plee-the-bear/item-description/level_popper.xml
+share/bear-factory/plee-the-bear/item-description/level_pusher.xml
+share/bear-factory/plee-the-bear/item-description/level_score_record.xml
+share/bear-factory/plee-the-bear/item-description/level_settings.xml
+share/bear-factory/plee-the-bear/item-description/link_on_players.xml
+share/bear-factory/plee-the-bear/item-description/mini-game/sequencer.xml
+share/bear-factory/plee-the-bear/item-description/mini-game/sequencer_control.xml
+share/bear-factory/plee-the-bear/item-description/mini-game/stone_target.xml
+share/bear-factory/plee-the-bear/item-description/mini_game_unlock_item.xml
+share/bear-factory/plee-the-bear/item-description/on_players_activator.xml
+share/bear-factory/plee-the-bear/item-description/one_or_two_players_toggle.xml
+share/bear-factory/plee-the-bear/item-description/owl.xml
+share/bear-factory/plee-the-bear/item-description/passive_enemy.xml
+share/bear-factory/plee-the-bear/item-description/player_killer.xml
+share/bear-factory/plee-the-bear/item-description/player_settings.xml
+share/bear-factory/plee-the-bear/item-description/player_speaker_zone.xml
+share/bear-factory/plee-the-bear/item-description/player_start_position.xml
+share/bear-factory/plee-the-bear/item-description/player_stop_block.xml
+share/bear-factory/plee-the-bear/item-description/players_detector.xml
+share/bear-factory/plee-the-bear/item-description/players_present.xml
+share/bear-factory/plee-the-bear/item-description/plee.xml
+share/bear-factory/plee-the-bear/item-description/power_drop_restriction_zone.xml
+share/bear-factory/plee-the-bear/item-description/power_filter_door.xml
+share/bear-factory/plee-the-bear/item-description/projectile_enemy_zone.xml
+share/bear-factory/plee-the-bear/item-description/ray.xml
+share/bear-factory/plee-the-bear/item-description/save_player_position.xml
+share/bear-factory/plee-the-bear/item-description/script_actor_player.xml
+share/bear-factory/plee-the-bear/item-description/script_director.xml
+share/bear-factory/plee-the-bear/item-description/shared_camera.xml
+share/bear-factory/plee-the-bear/item-description/spring.xml
+share/bear-factory/plee-the-bear/item-description/stone.xml
+share/bear-factory/plee-the-bear/item-description/stone_tracer.xml
+share/bear-factory/plee-the-bear/item-description/timer_kill_players.xml
+share/bear-factory/plee-the-bear/item-description/two_players_only.xml
share/icons/hicolor/128x128/apps/ptb.png
share/icons/hicolor/16x16/apps/ptb.png
share/icons/hicolor/24x24/apps/ptb.png
share/icons/hicolor/32x32/apps/ptb.png
share/icons/hicolor/48x48/apps/ptb.png
share/icons/hicolor/64x64/apps/ptb.png
+share/locale/fr/LC_MESSAGES/bear-engine.mo
+share/locale/fr/LC_MESSAGES/plee-the-bear.mo
+share/locale/nn/LC_MESSAGES/bear-engine.mo
+share/locale/nn/LC_MESSAGES/plee-the-bear.mo
share/pixmaps/ptb.png
share/pixmaps/ptb.xpm
+%%DATADIR%%/animation/air_bubble_generator.canim
+%%DATADIR%%/animation/checkpoint-1.canim
+%%DATADIR%%/animation/checkpoint-2.canim
+%%DATADIR%%/animation/corrupting-bonus-disapearing.canim
+%%DATADIR%%/animation/effect/bubbles.canim
+%%DATADIR%%/animation/effect/clod.canim
+%%DATADIR%%/animation/effect/ground-blast-side.canim
+%%DATADIR%%/animation/effect/ground-blast.canim
+%%DATADIR%%/animation/effect/power/air_effect.canim
+%%DATADIR%%/animation/effect/power/fire_effect.canim
+%%DATADIR%%/animation/effect/power/water_effect.canim
+%%DATADIR%%/animation/forest/boss/carrot-attack.canim
+%%DATADIR%%/animation/forest/boss/carrot-crush.canim
+%%DATADIR%%/animation/forest/boss/corruption.canim
+%%DATADIR%%/animation/forest/bridge-plank.canim
+%%DATADIR%%/animation/forest/butterfly/butterfly-bi-2-mono.canim
+%%DATADIR%%/animation/forest/butterfly/butterfly-bi-2-pattern.canim
+%%DATADIR%%/animation/forest/butterfly/butterfly-bi-mono.canim
+%%DATADIR%%/animation/forest/butterfly/butterfly-bi-pattern.canim
+%%DATADIR%%/animation/forest/butterfly/butterfly-mono.canim
+%%DATADIR%%/animation/forest/butterfly/butterfly-pattern.canim
+%%DATADIR%%/animation/forest/butterfly/butterfly-tri-mono.canim
+%%DATADIR%%/animation/forest/butterfly/butterfly-tri-pattern.canim
+%%DATADIR%%/animation/forest/corrupting-carrot.canim
+%%DATADIR%%/animation/forest/frog/frog_explose.canim
+%%DATADIR%%/animation/forest/frog/frog_fall.canim
+%%DATADIR%%/animation/forest/frog/frog_idle_1.canim
+%%DATADIR%%/animation/forest/frog/frog_idle_2.canim
+%%DATADIR%%/animation/forest/frog/frog_jump.canim
+%%DATADIR%%/animation/forest/gorilla/gorilla_angry-1.canim
+%%DATADIR%%/animation/forest/gorilla/gorilla_angry-2.canim
+%%DATADIR%%/animation/forest/gorilla/gorilla_angry-3.canim
+%%DATADIR%%/animation/forest/gorilla/gorilla_attack.canim
+%%DATADIR%%/animation/forest/gorilla/gorilla_dead.canim
+%%DATADIR%%/animation/forest/gorilla/gorilla_hit.canim
+%%DATADIR%%/animation/forest/gorilla/gorilla_idle.canim
+%%DATADIR%%/animation/forest/gorilla/gorilla_scan_left.canim
+%%DATADIR%%/animation/forest/gorilla/gorilla_scan_right.canim
+%%DATADIR%%/animation/forest/gorilla/gorilla_soul.canim
+%%DATADIR%%/animation/forest/gorilla/gorilla_walking.canim
+%%DATADIR%%/animation/forest/kicker.canim
+%%DATADIR%%/animation/forest/platform.canim
+%%DATADIR%%/animation/forest/rabbit/dust-end.canim
+%%DATADIR%%/animation/forest/rabbit/dust.canim
+%%DATADIR%%/animation/forest/rabbit/rabbit_dig.canim
+%%DATADIR%%/animation/forest/rabbit/rabbit_eat.canim
+%%DATADIR%%/animation/forest/rabbit/rabbit_fall.canim
+%%DATADIR%%/animation/forest/rabbit/rabbit_idle.canim
+%%DATADIR%%/animation/forest/rabbit/rabbit_injured.canim
+%%DATADIR%%/animation/forest/rabbit/rabbit_jump.canim
+%%DATADIR%%/animation/forest/rabbit/rabbit_walk.canim
+%%DATADIR%%/animation/forest/splash-block.canim
+%%DATADIR%%/animation/forest/spring_orange.canim
+%%DATADIR%%/animation/forest/spring_red.canim
+%%DATADIR%%/animation/forest/spring_yellow.canim
+%%DATADIR%%/animation/forest/wasp/sting_attack.canim
+%%DATADIR%%/animation/forest/wasp/sting_explosion.canim
+%%DATADIR%%/animation/forest/wasp/wasp_attack.canim
+%%DATADIR%%/animation/forest/wasp/wasp_dead.canim
+%%DATADIR%%/animation/forest/wasp/wasp_fly.canim
+%%DATADIR%%/animation/forest/wasp/wasp_soul.canim
+%%DATADIR%%/animation/forest/waterfall-top.canim
+%%DATADIR%%/animation/forest/waterfall.canim
+%%DATADIR%%/animation/forest/woodlog-thrower.canim
+%%DATADIR%%/animation/forest/woodpecker/woodpecker_attacking.canim
+%%DATADIR%%/animation/forest/woodpecker/woodpecker_dying.canim
+%%DATADIR%%/animation/forest/woodpecker/woodpecker_flying.canim
+%%DATADIR%%/animation/forest/woodpecker/woodpecker_pecking.canim
+%%DATADIR%%/animation/forest/woodpecker/woodpecker_soul.canim
+%%DATADIR%%/animation/forest/woodpecker/woodpecker_watching.canim
+%%DATADIR%%/animation/forest/woodpecker/woodpecker_watching_right.canim
+%%DATADIR%%/animation/god/appearing.canim
+%%DATADIR%%/animation/god/ball-creation.canim
+%%DATADIR%%/animation/god/ball.canim
+%%DATADIR%%/animation/god/disappearing.canim
+%%DATADIR%%/animation/god/hand.canim
+%%DATADIR%%/animation/god/human-idle.canim
+%%DATADIR%%/animation/god/human-talking.canim
+%%DATADIR%%/animation/god/stork-disappearing.canim
+%%DATADIR%%/animation/god/stork-flying.canim
+%%DATADIR%%/animation/headstone.canim
+%%DATADIR%%/animation/light-flash.canim
+%%DATADIR%%/animation/owl/hazelnut.canim
+%%DATADIR%%/animation/owl/owl_bye.canim
+%%DATADIR%%/animation/owl/owl_speaking.canim
+%%DATADIR%%/animation/owl/owl_waiting.canim
+%%DATADIR%%/animation/owl/owl_with_nut.canim
+%%DATADIR%%/animation/plee-alt/arm.canim
+%%DATADIR%%/animation/plee-alt/bath-cap.canim
+%%DATADIR%%/animation/plee-alt/cap.canim
+%%DATADIR%%/animation/plee-alt/captive.canim
+%%DATADIR%%/animation/plee-alt/cling.canim
+%%DATADIR%%/animation/plee-alt/clung_jump.canim
+%%DATADIR%%/animation/plee-alt/crouch.canim
+%%DATADIR%%/animation/plee-alt/dream.canim
+%%DATADIR%%/animation/plee-alt/drown.canim
+%%DATADIR%%/animation/plee-alt/fall.canim
+%%DATADIR%%/animation/plee-alt/float.canim
+%%DATADIR%%/animation/plee-alt/float_and_swim.canim
+%%DATADIR%%/animation/plee-alt/halo.canim
+%%DATADIR%%/animation/plee-alt/halo_hand.canim
+%%DATADIR%%/animation/plee-alt/hang.canim
+%%DATADIR%%/animation/plee-alt/idle.canim
+%%DATADIR%%/animation/plee-alt/injured.canim
+%%DATADIR%%/animation/plee-alt/jump.canim
+%%DATADIR%%/animation/plee-alt/look_upward.canim
+%%DATADIR%%/animation/plee-alt/maintain.canim
+%%DATADIR%%/animation/plee-alt/maintain_and_fall.canim
+%%DATADIR%%/animation/plee-alt/maintain_and_walk.canim
+%%DATADIR%%/animation/plee-alt/roar.canim
+%%DATADIR%%/animation/plee-alt/run.canim
+%%DATADIR%%/animation/plee-alt/sink.canim
+%%DATADIR%%/animation/plee-alt/slap.canim
+%%DATADIR%%/animation/plee-alt/slap_and_walk.canim
+%%DATADIR%%/animation/plee-alt/sleep.canim
+%%DATADIR%%/animation/plee-alt/start_cling.canim
+%%DATADIR%%/animation/plee-alt/start_hang.canim
+%%DATADIR%%/animation/plee-alt/start_vertical_jump.canim
+%%DATADIR%%/animation/plee-alt/swimming.canim
+%%DATADIR%%/animation/plee-alt/take_hat.canim
+%%DATADIR%%/animation/plee-alt/throw.canim
+%%DATADIR%%/animation/plee-alt/throw_and_fall.canim
+%%DATADIR%%/animation/plee-alt/throw_and_walk.canim
+%%DATADIR%%/animation/plee-alt/vertical_jump.canim
+%%DATADIR%%/animation/plee-alt/wait1.canim
+%%DATADIR%%/animation/plee-alt/wait2.canim
+%%DATADIR%%/animation/plee-alt/walk.canim
+%%DATADIR%%/animation/plee/arm.canim
+%%DATADIR%%/animation/plee/bath-cap.canim
+%%DATADIR%%/animation/plee/cap.canim
+%%DATADIR%%/animation/plee/captive.canim
+%%DATADIR%%/animation/plee/cling.canim
+%%DATADIR%%/animation/plee/clung_jump.canim
+%%DATADIR%%/animation/plee/crouch.canim
+%%DATADIR%%/animation/plee/dream.canim
+%%DATADIR%%/animation/plee/drown.canim
+%%DATADIR%%/animation/plee/fall.canim
+%%DATADIR%%/animation/plee/float.canim
+%%DATADIR%%/animation/plee/float_and_swim.canim
+%%DATADIR%%/animation/plee/halo.canim
+%%DATADIR%%/animation/plee/halo_hand.canim
+%%DATADIR%%/animation/plee/hang.canim
+%%DATADIR%%/animation/plee/idle.canim
+%%DATADIR%%/animation/plee/injured.canim
+%%DATADIR%%/animation/plee/jump.canim
+%%DATADIR%%/animation/plee/look_upward.canim
+%%DATADIR%%/animation/plee/maintain.canim
+%%DATADIR%%/animation/plee/maintain_and_fall.canim
+%%DATADIR%%/animation/plee/maintain_and_walk.canim
+%%DATADIR%%/animation/plee/roar.canim
+%%DATADIR%%/animation/plee/run.canim
+%%DATADIR%%/animation/plee/sink.canim
+%%DATADIR%%/animation/plee/slap.canim
+%%DATADIR%%/animation/plee/slap_and_walk.canim
+%%DATADIR%%/animation/plee/sleep.canim
+%%DATADIR%%/animation/plee/start_cling.canim
+%%DATADIR%%/animation/plee/start_hang.canim
+%%DATADIR%%/animation/plee/start_vertical_jump.canim
+%%DATADIR%%/animation/plee/swimming.canim
+%%DATADIR%%/animation/plee/take_hat.canim
+%%DATADIR%%/animation/plee/throw.canim
+%%DATADIR%%/animation/plee/throw_and_fall.canim
+%%DATADIR%%/animation/plee/throw_and_walk.canim
+%%DATADIR%%/animation/plee/vertical_jump.canim
+%%DATADIR%%/animation/plee/wait1.canim
+%%DATADIR%%/animation/plee/wait2.canim
+%%DATADIR%%/animation/plee/walk.canim
+%%DATADIR%%/animation/power-filter-door/air.canim
+%%DATADIR%%/animation/power-filter-door/back-waves.canim
+%%DATADIR%%/animation/power-filter-door/fire.canim
+%%DATADIR%%/animation/power-filter-door/water.canim
+%%DATADIR%%/animation/power-filter-door/waves.canim
+%%DATADIR%%/animation/powerup/air.canim
+%%DATADIR%%/animation/powerup/fire.canim
+%%DATADIR%%/animation/powerup/increase_max_energy-alt.canim
+%%DATADIR%%/animation/powerup/increase_max_energy.canim
+%%DATADIR%%/animation/powerup/invincibility.canim
+%%DATADIR%%/animation/powerup/one_more_life.canim
+%%DATADIR%%/animation/powerup/small_air.canim
+%%DATADIR%%/animation/powerup/small_fire.canim
+%%DATADIR%%/animation/powerup/small_water.canim
+%%DATADIR%%/animation/powerup/stones_big_stock.canim
+%%DATADIR%%/animation/powerup/stones_stock.canim
+%%DATADIR%%/animation/powerup/water.canim
+%%DATADIR%%/animation/ray/cry.canim
+%%DATADIR%%/animation/ray/fall.canim
+%%DATADIR%%/animation/ray/idle.canim
+%%DATADIR%%/animation/ray/injured.canim
+%%DATADIR%%/animation/ray/jump.canim
+%%DATADIR%%/animation/ray/look_upward.canim
+%%DATADIR%%/animation/ray/walk-cry.canim
+%%DATADIR%%/animation/ray/walk.canim
+%%DATADIR%%/animation/shiny-honey-jar.canim
+%%DATADIR%%/animation/smoke.canim
+%%DATADIR%%/animation/stars.canim
+%%DATADIR%%/animation/steam.canim
+%%DATADIR%%/animation/stones/air_blast_stone.canim
+%%DATADIR%%/animation/stones/air_fire_extinct_stone.canim
+%%DATADIR%%/animation/stones/air_fire_stone.canim
+%%DATADIR%%/animation/stones/air_fire_water_stone.canim
+%%DATADIR%%/animation/stones/air_sliver_1.canim
+%%DATADIR%%/animation/stones/air_sliver_2.canim
+%%DATADIR%%/animation/stones/air_sliver_3.canim
+%%DATADIR%%/animation/stones/air_sliver_4.canim
+%%DATADIR%%/animation/stones/air_sliver_5.canim
+%%DATADIR%%/animation/stones/air_stone.canim
+%%DATADIR%%/animation/stones/air_stone_deflated.canim
+%%DATADIR%%/animation/stones/air_stone_deflating.canim
+%%DATADIR%%/animation/stones/air_stone_exploding.canim
+%%DATADIR%%/animation/stones/air_water_stone.canim
+%%DATADIR%%/animation/stones/fire_stone.canim
+%%DATADIR%%/animation/stones/fire_water_stone.canim
+%%DATADIR%%/animation/stones/sliver_1.canim
+%%DATADIR%%/animation/stones/sliver_2.canim
+%%DATADIR%%/animation/stones/sliver_3.canim
+%%DATADIR%%/animation/stones/sliver_4.canim
+%%DATADIR%%/animation/stones/sliver_5.canim
+%%DATADIR%%/animation/stones/stone.canim
+%%DATADIR%%/animation/stones/water_fire_extinct_stone.canim
+%%DATADIR%%/animation/stones/water_fire_stone.canim
+%%DATADIR%%/animation/stones/water_stone.canim
+%%DATADIR%%/animation/water.canim
+%%DATADIR%%/animation/weather/rain-light.canim
+%%DATADIR%%/animation/weather/rain-medium.canim
+%%DATADIR%%/animation/weather/rain.canim
+%%DATADIR%%/credits.txt
%%DATADIR%%/font/AUTHORS
-%%DATADIR%%/font/fixed_red-14x28.fnt
-%%DATADIR%%/font/fixed_red-14x28.png
+%%DATADIR%%/font/bouncy.fnt
+%%DATADIR%%/font/bouncy.png
+%%DATADIR%%/font/fixed-10x20-unicode.fnt
+%%DATADIR%%/font/fixed-10x20.fnt
+%%DATADIR%%/font/fixed-10x20.png
%%DATADIR%%/font/fixed_white-7x12.fnt
%%DATADIR%%/font/fixed_white-7x12.tga
%%DATADIR%%/font/fixed_yellow-10x20.fnt
%%DATADIR%%/font/fixed_yellow-10x20.png
-%%DATADIR%%/font/fixed_yellow-14x28.fnt
-%%DATADIR%%/font/fixed_yellow-14x28.png
%%DATADIR%%/font/level_name-42x50.fnt
%%DATADIR%%/font/level_name-42x50.png
-%%DATADIR%%/font/speech-10x14.fnt
-%%DATADIR%%/font/speech-10x14.png
-%%DATADIR%%/game_description
+%%DATADIR%%/font/speech.fnt
+%%DATADIR%%/font/speech.png
%%DATADIR%%/gfx/AUTHORS
-%%DATADIR%%/gfx/balloon.png
-%%DATADIR%%/gfx/color/black.png
-%%DATADIR%%/gfx/color/darkred.png
-%%DATADIR%%/gfx/demo/AUTHORS
-%%DATADIR%%/gfx/demo/demo00.png
-%%DATADIR%%/gfx/demo/demo01.png
-%%DATADIR%%/gfx/demo/demo02.png
-%%DATADIR%%/gfx/demo/demo03.png
-%%DATADIR%%/gfx/demo/demo04.png
-%%DATADIR%%/gfx/demo/demo05.png
-%%DATADIR%%/gfx/demo/demo06.png
-%%DATADIR%%/gfx/demo/demo07.png
-%%DATADIR%%/gfx/demo/demo08.png
-%%DATADIR%%/gfx/demo/demo09.png
-%%DATADIR%%/gfx/demo/demo10.png
-%%DATADIR%%/gfx/demo/demo11.png
-%%DATADIR%%/gfx/flag/AUTHORS
-%%DATADIR%%/gfx/flag/default.png
-%%DATADIR%%/gfx/flag/english.png
-%%DATADIR%%/gfx/flag/francais.png
-%%DATADIR%%/gfx/flag/norsk-nynorsk.png
+%%DATADIR%%/gfx/bonus-box-1.png
+%%DATADIR%%/gfx/bonus-box-1.spritepos
+%%DATADIR%%/gfx/bonus-box-2.png
+%%DATADIR%%/gfx/bonus-box-2.spritepos
+%%DATADIR%%/gfx/bonus-box-3.png
+%%DATADIR%%/gfx/bonus-box-3.spritepos
+%%DATADIR%%/gfx/bubble.png
+%%DATADIR%%/gfx/bubble.spritepos
+%%DATADIR%%/gfx/castle/armor/AUTHORS
+%%DATADIR%%/gfx/castle/armor/armor-parts.png
+%%DATADIR%%/gfx/castle/armor/armor-parts.spritepos
+%%DATADIR%%/gfx/checkpoint.png
+%%DATADIR%%/gfx/checkpoint.spritepos
+%%DATADIR%%/gfx/coop/AUTHORS
+%%DATADIR%%/gfx/coop/totem.png
+%%DATADIR%%/gfx/coop/totem.spritepos
+%%DATADIR%%/gfx/corrupting-bonus-disapearing.png
+%%DATADIR%%/gfx/corrupting-bonus-disapearing.spritepos
+%%DATADIR%%/gfx/effect/AUTHORS
+%%DATADIR%%/gfx/effect/air-blast.png
+%%DATADIR%%/gfx/effect/ground-blast.png
+%%DATADIR%%/gfx/effect/ground-blast.spritepos
%%DATADIR%%/gfx/forest/AUTHORS
%%DATADIR%%/gfx/forest/bk/bk_00.png
%%DATADIR%%/gfx/forest/bk/bk_01.png
@@ -77,42 +398,206 @@ share/pixmaps/ptb.xpm
%%DATADIR%%/gfx/forest/bk/bk_17.png
%%DATADIR%%/gfx/forest/bk/bk_18.png
%%DATADIR%%/gfx/forest/bk/bk_19.png
+%%DATADIR%%/gfx/forest/bonus-icons/AUTHORS
+%%DATADIR%%/gfx/forest/bonus-icons/bonus-icons.png
+%%DATADIR%%/gfx/forest/bonus-icons/bonus-icons.spritepos
+%%DATADIR%%/gfx/forest/boss/fall-exploded.png
+%%DATADIR%%/gfx/forest/boss/fall-exploded.spritepos
+%%DATADIR%%/gfx/forest/boss/idle-exploded.png
+%%DATADIR%%/gfx/forest/boss/idle-exploded.spritepos
+%%DATADIR%%/gfx/forest/boss/jump-exploded.png
+%%DATADIR%%/gfx/forest/boss/jump-exploded.spritepos
%%DATADIR%%/gfx/forest/bridge.png
-%%DATADIR%%/gfx/forest/end-notice.tga
+%%DATADIR%%/gfx/forest/bridge.spritepos
+%%DATADIR%%/gfx/forest/butterfly/AUTHORS
+%%DATADIR%%/gfx/forest/butterfly/butterfly.png
+%%DATADIR%%/gfx/forest/butterfly/butterfly.spritepos
+%%DATADIR%%/gfx/forest/ceiling-slope-26-left.png
+%%DATADIR%%/gfx/forest/ceiling-slope-26-right.png
+%%DATADIR%%/gfx/forest/corrupting-carrot.png
+%%DATADIR%%/gfx/forest/corrupting-carrot.spritepos
%%DATADIR%%/gfx/forest/fog-1.png
+%%DATADIR%%/gfx/forest/frog/AUTHORS
+%%DATADIR%%/gfx/forest/frog/frog-1.png
+%%DATADIR%%/gfx/forest/frog/frog-1.spritepos
+%%DATADIR%%/gfx/forest/frog/frog-2.png
+%%DATADIR%%/gfx/forest/frog/frog-2.spritepos
+%%DATADIR%%/gfx/forest/gorilla/AUTHORS
+%%DATADIR%%/gfx/forest/gorilla/angry.png
+%%DATADIR%%/gfx/forest/gorilla/angry.spritepos
+%%DATADIR%%/gfx/forest/gorilla/idle.png
+%%DATADIR%%/gfx/forest/gorilla/idle.spritepos
+%%DATADIR%%/gfx/forest/gorilla/scan.png
+%%DATADIR%%/gfx/forest/gorilla/scan.spritepos
+%%DATADIR%%/gfx/forest/gorilla/soul.png
+%%DATADIR%%/gfx/forest/gorilla/soul.spritepos
+%%DATADIR%%/gfx/forest/gorilla/walking.png
+%%DATADIR%%/gfx/forest/gorilla/walking.spritepos
%%DATADIR%%/gfx/forest/ground-ceiling.png
+%%DATADIR%%/gfx/forest/ground-ceiling.spritepos
+%%DATADIR%%/gfx/forest/ground-water.png
+%%DATADIR%%/gfx/forest/ground-water.spritepos
%%DATADIR%%/gfx/forest/hollow-trunk.png
+%%DATADIR%%/gfx/forest/kicker-branch.png
+%%DATADIR%%/gfx/forest/little-slope-wall.png
+%%DATADIR%%/gfx/forest/plants.png
%%DATADIR%%/gfx/forest/platform.png
+%%DATADIR%%/gfx/forest/rabbit/AUTHORS
+%%DATADIR%%/gfx/forest/rabbit/rabbit-1.png
+%%DATADIR%%/gfx/forest/rabbit/rabbit-1.spritepos
+%%DATADIR%%/gfx/forest/rabbit/rabbit-2.png
+%%DATADIR%%/gfx/forest/rabbit/rabbit-2.spritepos
+%%DATADIR%%/gfx/forest/right-corner-ceiling.png
+%%DATADIR%%/gfx/forest/right-corner-ceiling.spritepos
+%%DATADIR%%/gfx/forest/right-corner-water.png
+%%DATADIR%%/gfx/forest/right-corner-water.spritepos
+%%DATADIR%%/gfx/forest/right-corner.png
+%%DATADIR%%/gfx/forest/right-corner.spritepos
+%%DATADIR%%/gfx/forest/sign.png
+%%DATADIR%%/gfx/forest/sign.spritepos
%%DATADIR%%/gfx/forest/slope-26-left.png
%%DATADIR%%/gfx/forest/slope-26-right.png
%%DATADIR%%/gfx/forest/slope-26s-left.png
%%DATADIR%%/gfx/forest/slope-26s-right.png
+%%DATADIR%%/gfx/forest/splash-block.png
+%%DATADIR%%/gfx/forest/spring.png
+%%DATADIR%%/gfx/forest/spring.spritepos
+%%DATADIR%%/gfx/forest/stake.png
+%%DATADIR%%/gfx/forest/tree-house.png
+%%DATADIR%%/gfx/forest/tree-house.spritepos
%%DATADIR%%/gfx/forest/tree_1.png
%%DATADIR%%/gfx/forest/tree_2.png
+%%DATADIR%%/gfx/forest/tree_2.spritepos
%%DATADIR%%/gfx/forest/tree_3.png
+%%DATADIR%%/gfx/forest/tree_3.spritepos
%%DATADIR%%/gfx/forest/tree_4.png
+%%DATADIR%%/gfx/forest/tree_4.spritepos
%%DATADIR%%/gfx/forest/wall-corner.png
+%%DATADIR%%/gfx/forest/wall-corner.spritepos
%%DATADIR%%/gfx/forest/wall-fill-2.png
%%DATADIR%%/gfx/forest/wall-fill.png
%%DATADIR%%/gfx/forest/wasp/AUTHORS
+%%DATADIR%%/gfx/forest/wasp/sting.spritepos
%%DATADIR%%/gfx/forest/wasp/sting.tga
%%DATADIR%%/gfx/forest/wasp/wasp-shooting-1.png
+%%DATADIR%%/gfx/forest/wasp/wasp-shooting-1.spritepos
%%DATADIR%%/gfx/forest/wasp/wasp-shooting-2.png
+%%DATADIR%%/gfx/forest/wasp/wasp-shooting-2.spritepos
%%DATADIR%%/gfx/forest/wasp/wasp-shooting-3.png
+%%DATADIR%%/gfx/forest/wasp/wasp-shooting-3.spritepos
%%DATADIR%%/gfx/forest/wasp/wasp.png
-%%DATADIR%%/gfx/frame.tga
+%%DATADIR%%/gfx/forest/wasp/wasp.spritepos
+%%DATADIR%%/gfx/forest/waterfall-1.png
+%%DATADIR%%/gfx/forest/waterfall-2.png
+%%DATADIR%%/gfx/forest/waterfall-top.png
+%%DATADIR%%/gfx/forest/woodlog-thrower.png
+%%DATADIR%%/gfx/forest/woodlog-thrower.spritepos
+%%DATADIR%%/gfx/forest/woodlog.png
+%%DATADIR%%/gfx/forest/woodlog.spritepos
+%%DATADIR%%/gfx/forest/woodpecker/AUTHORS
+%%DATADIR%%/gfx/forest/woodpecker/woodpecker-1.png
+%%DATADIR%%/gfx/forest/woodpecker/woodpecker-1.spritepos
+%%DATADIR%%/gfx/forest/woodpecker/woodpecker-2.png
+%%DATADIR%%/gfx/forest/woodpecker/woodpecker-2.spritepos
%%DATADIR%%/gfx/gamned.png
+%%DATADIR%%/gfx/god/AUTHORS
+%%DATADIR%%/gfx/god/appearing.png
+%%DATADIR%%/gfx/god/appearing.spritepos
+%%DATADIR%%/gfx/god/disappearing-stork.png
+%%DATADIR%%/gfx/god/disappearing-stork.spritepos
+%%DATADIR%%/gfx/god/hand-1.png
+%%DATADIR%%/gfx/god/hand-1.spritepos
+%%DATADIR%%/gfx/god/hand-2.png
+%%DATADIR%%/gfx/god/hand-2.spritepos
+%%DATADIR%%/gfx/god/human-talking.png
+%%DATADIR%%/gfx/god/human-talking.spritepos
+%%DATADIR%%/gfx/god/stork.png
+%%DATADIR%%/gfx/god/stork.spritepos
%%DATADIR%%/gfx/headstone.png
%%DATADIR%%/gfx/info-board.png
-%%DATADIR%%/gfx/loading.png
+%%DATADIR%%/gfx/info-board.spritepos
+%%DATADIR%%/gfx/intro/AUTHORS
+%%DATADIR%%/gfx/intro/intro-1.png
+%%DATADIR%%/gfx/intro/intro-2.png
+%%DATADIR%%/gfx/intro/intro-3.png
+%%DATADIR%%/gfx/intro/intro-4.png
+%%DATADIR%%/gfx/loading/AUTHORS
+%%DATADIR%%/gfx/loading/hourglass.png
+%%DATADIR%%/gfx/loading/hourglass.spritepos
+%%DATADIR%%/gfx/loading/plumber-plee.png
+%%DATADIR%%/gfx/loading/plumber-plee.spritepos
+%%DATADIR%%/gfx/mini-game/AUTHORS
+%%DATADIR%%/gfx/mini-game/medal.png
+%%DATADIR%%/gfx/mini-game/medal.spritepos
+%%DATADIR%%/gfx/mini-game/sequencer/AUTHORS
+%%DATADIR%%/gfx/mini-game/sequencer/bridge-button.png
+%%DATADIR%%/gfx/mini-game/sequencer/bridge-button.spritepos
+%%DATADIR%%/gfx/mini-game/sequencer/notes.png
+%%DATADIR%%/gfx/mini-game/sequencer/notes.spritepos
+%%DATADIR%%/gfx/mini-game/stones/AUTHORS
+%%DATADIR%%/gfx/mini-game/stones/target.png
+%%DATADIR%%/gfx/mini-game/stones/target.spritepos
+%%DATADIR%%/gfx/misc/AUTHORS
+%%DATADIR%%/gfx/misc/enemy.png
+%%DATADIR%%/gfx/misc/enemy.spritepos
+%%DATADIR%%/gfx/misc/link.png
+%%DATADIR%%/gfx/misc/link.spritepos
+%%DATADIR%%/gfx/owl/AUTHORS
+%%DATADIR%%/gfx/owl/owl.png
+%%DATADIR%%/gfx/owl/owl.spritepos
%%DATADIR%%/gfx/plee/AUTHORS
+%%DATADIR%%/gfx/plee/cap-alt.png
+%%DATADIR%%/gfx/plee/cap.png
+%%DATADIR%%/gfx/plee/cap.spritepos
%%DATADIR%%/gfx/plee/halo.png
+%%DATADIR%%/gfx/plee/halo.spritepos
+%%DATADIR%%/gfx/plee/misc.png
+%%DATADIR%%/gfx/plee/misc.spritepos
%%DATADIR%%/gfx/plee/plee-1.png
+%%DATADIR%%/gfx/plee/plee-1.spritepos
%%DATADIR%%/gfx/plee/plee-2.png
+%%DATADIR%%/gfx/plee/plee-2.spritepos
+%%DATADIR%%/gfx/plee/plee-3.png
+%%DATADIR%%/gfx/plee/plee-3.spritepos
+%%DATADIR%%/gfx/plee/plee-4.png
+%%DATADIR%%/gfx/plee/plee-4.spritepos
+%%DATADIR%%/gfx/plee/plee-alt-1.png
+%%DATADIR%%/gfx/plee/plee-alt-2.png
+%%DATADIR%%/gfx/plee/plee-alt-3.png
+%%DATADIR%%/gfx/plee/plee-alt-4.png
+%%DATADIR%%/gfx/power-filter-door/AUTHORS
+%%DATADIR%%/gfx/power-filter-door/plinth.png
+%%DATADIR%%/gfx/power-filter-door/plinth.spritepos
+%%DATADIR%%/gfx/power-filter-door/power-filter-door-1.png
+%%DATADIR%%/gfx/power-filter-door/power-filter-door-1.spritepos
+%%DATADIR%%/gfx/power-filter-door/power-filter-door-2.png
+%%DATADIR%%/gfx/power-filter-door/power-filter-door-2.spritepos
+%%DATADIR%%/gfx/power-filter-door/waves.png
+%%DATADIR%%/gfx/power-filter-door/waves.spritepos
+%%DATADIR%%/gfx/ray/AUTHORS
+%%DATADIR%%/gfx/ray/ray-1.png
+%%DATADIR%%/gfx/ray/ray-1.spritepos
+%%DATADIR%%/gfx/shiny-honey-jar/AUTHORS
+%%DATADIR%%/gfx/shiny-honey-jar/shiny-honey-jar.png
+%%DATADIR%%/gfx/shiny-honey-jar/shiny-honey-jar.spritepos
+%%DATADIR%%/gfx/smoke/AUTHORS
+%%DATADIR%%/gfx/smoke/smoke.png
+%%DATADIR%%/gfx/smoke/steam.png
%%DATADIR%%/gfx/splash.png
-%%DATADIR%%/gfx/status.tga
-%%DATADIR%%/gfx/stone.tga
+%%DATADIR%%/gfx/splash.spritepos
+%%DATADIR%%/gfx/stone/AUTHORS
+%%DATADIR%%/gfx/stone/air-stone.png
+%%DATADIR%%/gfx/stone/air-stone.spritepos
+%%DATADIR%%/gfx/stone/stone.png
+%%DATADIR%%/gfx/stone/stone.spritepos
%%DATADIR%%/gfx/thumb/AUTHORS
+%%DATADIR%%/gfx/thumb/bears_on_fire.png
+%%DATADIR%%/gfx/thumb/forest-boss.png
+%%DATADIR%%/gfx/thumb/forest.png
+%%DATADIR%%/gfx/thumb/none.png
+%%DATADIR%%/gfx/thumb/target_practice.png
+%%DATADIR%%/gfx/thumb/the_arena.png
+%%DATADIR%%/gfx/thumb/the_waterfall.png
%%DATADIR%%/gfx/thumb/tutorial.png
%%DATADIR%%/gfx/title_screen/AUTHORS
%%DATADIR%%/gfx/title_screen/background_00.png
@@ -127,50 +612,289 @@ share/pixmaps/ptb.xpm
%%DATADIR%%/gfx/title_screen/background_09.png
%%DATADIR%%/gfx/title_screen/background_10.png
%%DATADIR%%/gfx/title_screen/background_11.png
+%%DATADIR%%/gfx/transition/AUTHORS
+%%DATADIR%%/gfx/transition/ground.png
+%%DATADIR%%/gfx/ui/AUTHORS
+%%DATADIR%%/gfx/ui/air-power.png
+%%DATADIR%%/gfx/ui/balloon.png
+%%DATADIR%%/gfx/ui/balloon.spritepos
+%%DATADIR%%/gfx/ui/bonus-icons/AUTHORS
+%%DATADIR%%/gfx/ui/bonus-icons/bonus-icons.png
+%%DATADIR%%/gfx/ui/bonus-icons/bonus-icons.spritepos
+%%DATADIR%%/gfx/ui/fire-power.png
+%%DATADIR%%/gfx/ui/frame.png
+%%DATADIR%%/gfx/ui/frame.spritepos
+%%DATADIR%%/gfx/ui/power-icons/AUTHORS
+%%DATADIR%%/gfx/ui/power-icons/air-1.svg
+%%DATADIR%%/gfx/ui/power-icons/air-2.svg
+%%DATADIR%%/gfx/ui/power-icons/air-3.svg
+%%DATADIR%%/gfx/ui/power-icons/air-4.svg
+%%DATADIR%%/gfx/ui/power-icons/fire-1.svg
+%%DATADIR%%/gfx/ui/power-icons/fire-2.svg
+%%DATADIR%%/gfx/ui/power-icons/fire-3.svg
+%%DATADIR%%/gfx/ui/power-icons/fire-4.svg
+%%DATADIR%%/gfx/ui/power-icons/water-1.svg
+%%DATADIR%%/gfx/ui/power-icons/water-2.svg
+%%DATADIR%%/gfx/ui/power-icons/water-3.svg
+%%DATADIR%%/gfx/ui/power-icons/water-4.svg
+%%DATADIR%%/gfx/ui/status/AUTHORS
+%%DATADIR%%/gfx/ui/status/status.png
+%%DATADIR%%/gfx/ui/status/status.spritepos
+%%DATADIR%%/gfx/ui/status/tube-vertical.png
+%%DATADIR%%/gfx/ui/status/tube-vertical.spritepos
+%%DATADIR%%/gfx/ui/status/tube.png
+%%DATADIR%%/gfx/ui/status/tube.spritepos
+%%DATADIR%%/gfx/ui/water-power.png
%%DATADIR%%/gfx/water.tga
-%%DATADIR%%/lang/english.lng
-%%DATADIR%%/lang/francais.lng
-%%DATADIR%%/lang/list.txt
-%%DATADIR%%/lang/norsk-nynorsk.lng
-%%DATADIR%%/level/demo.cl
+%%DATADIR%%/gfx/weather/AUTHORS
+%%DATADIR%%/gfx/weather/rain-light.png
+%%DATADIR%%/gfx/weather/rain-light.spritepos
+%%DATADIR%%/gfx/weather/rain-medium.png
+%%DATADIR%%/gfx/weather/rain-medium.spritepos
+%%DATADIR%%/gfx/weather/rain.png
+%%DATADIR%%/gfx/weather/rain.spritepos
+%%DATADIR%%/level/dummy.cl
+%%DATADIR%%/level/forest-1.cl
+%%DATADIR%%/level/forest-2.cl
+%%DATADIR%%/level/forest-boss.cl
%%DATADIR%%/level/gamned.cl
+%%DATADIR%%/level/intro.cl
%%DATADIR%%/level/loading.cl
+%%DATADIR%%/level/mini-game/bears_on_fire.cl
+%%DATADIR%%/level/mini-game/target_practice.cl
+%%DATADIR%%/level/mini-game/the_arena.cl
+%%DATADIR%%/level/mini-game/the_waterfall.cl
+%%DATADIR%%/level/minimal.cl
+%%DATADIR%%/level/quick-end.cl
%%DATADIR%%/level/sandbox.cl
+%%DATADIR%%/level/secret/forest-1.cl
+%%DATADIR%%/level/secret/forest-2.cl
%%DATADIR%%/level/title_screen.cl
+%%DATADIR%%/level/transition.cl
%%DATADIR%%/level/tutorial.cl
+%%DATADIR%%/mini-game/informations.txt
+%%DATADIR%%/model/castle/armor.cm
+%%DATADIR%%/model/castle/axe.cm
+%%DATADIR%%/model/forest/big_rabbit.cm
+%%DATADIR%%/model/forest/carrot_monster.cm
+%%DATADIR%%/model/forest/frog.cm
+%%DATADIR%%/model/forest/gorilla.cm
+%%DATADIR%%/model/forest/rabbit.cm
+%%DATADIR%%/model/forest/sting.cm
+%%DATADIR%%/model/forest/wasp.cm
+%%DATADIR%%/model/forest/woodpecker.cm
+%%DATADIR%%/model/god.cm
%%DATADIR%%/model/headstone.cm
-%%DATADIR%%/model/player_1.cm
-%%DATADIR%%/model/player_2.cm
-%%DATADIR%%/model/sting.cm
-%%DATADIR%%/model/stone.cm
-%%DATADIR%%/model/wasp.cm
+%%DATADIR%%/model/little_plee.cm
+%%DATADIR%%/model/owl.cm
+%%DATADIR%%/model/player/plee-alt.cm
+%%DATADIR%%/model/player/plee.cm
+%%DATADIR%%/model/player/ray.cm
+%%DATADIR%%/model/projectile_enemy.cm
+%%DATADIR%%/model/stones/air_fire_stone.cm
+%%DATADIR%%/model/stones/air_fire_water_stone.cm
+%%DATADIR%%/model/stones/air_stone.cm
+%%DATADIR%%/model/stones/air_water_stone.cm
+%%DATADIR%%/model/stones/fire_stone.cm
+%%DATADIR%%/model/stones/stone.cm
+%%DATADIR%%/model/stones/water_fire_stone.cm
+%%DATADIR%%/model/stones/water_stone.cm
+%%DATADIR%%/music/1-up.ogg
%%DATADIR%%/music/AUTHORS
-%%DATADIR%%/music/castle-1.ogg
+%%DATADIR%%/music/bonus.ogg
+%%DATADIR%%/music/boss.ogg
+%%DATADIR%%/music/castle.ogg
%%DATADIR%%/music/forest-1.ogg
+%%DATADIR%%/music/game-over.ogg
+%%DATADIR%%/music/invincibility.ogg
+%%DATADIR%%/music/quick-end.ogg
+%%DATADIR%%/music/sequencer/bonus/AUTHORS
+%%DATADIR%%/music/sequencer/bonus/atmosphere.ogg
+%%DATADIR%%/music/sequencer/bonus/back.ogg
+%%DATADIR%%/music/sequencer/bonus/guitar.ogg
+%%DATADIR%%/music/sequencer/bonus/sequencer-atmosphere-track.txt
+%%DATADIR%%/music/sequencer/bonus/sequencer-guitar-track.txt
+%%DATADIR%%/music/sequencer/title-screen/AUTHORS
+%%DATADIR%%/music/sequencer/title-screen/back.ogg
+%%DATADIR%%/music/sequencer/title-screen/bass.ogg
+%%DATADIR%%/music/sequencer/title-screen/guitar.ogg
+%%DATADIR%%/music/sequencer/title-screen/sequencer-bass-track.txt
+%%DATADIR%%/music/sequencer/title-screen/sequencer-guitar-track.txt
+%%DATADIR%%/music/title-screen.ogg
+%%DATADIR%%/script/demo/forest-1.txt
+%%DATADIR%%/script/forest/boss-intro.txt
+%%DATADIR%%/script/forest/boss-outro.txt
+%%DATADIR%%/script/forest/encounter_with_god.txt
+%%DATADIR%%/script/forest/encounter_with_ray.txt
+%%DATADIR%%/script/forest/intro-1-players.txt
+%%DATADIR%%/script/forest/intro-2-players.txt
+%%DATADIR%%/script/forest/ray-fast-end.txt
+%%DATADIR%%/script/forest/top_platform_activator.txt
+%%DATADIR%%/script/mini-game/stone_training_air_fire_bonus.txt
+%%DATADIR%%/script/mini-game/stone_training_ending.txt
+%%DATADIR%%/script/mini-game/stone_training_intro.txt
+%%DATADIR%%/script/mini-game/stone_training_water_bonus.txt
+%%DATADIR%%/script/mini-game/the_arena_intro.txt
+%%DATADIR%%/script/sandbox.txt
+%%DATADIR%%/script/secret/forest-1-intro.txt
+%%DATADIR%%/script/tutorial/air.txt
+%%DATADIR%%/script/tutorial/air_two_players.txt
+%%DATADIR%%/script/tutorial/combined_powers.txt
+%%DATADIR%%/script/tutorial/fire.txt
+%%DATADIR%%/script/tutorial/intro-players.txt
+%%DATADIR%%/script/tutorial/intro.txt
+%%DATADIR%%/script/tutorial/jump.txt
+%%DATADIR%%/script/tutorial/stone_bonus.txt
+%%DATADIR%%/script/tutorial/stone_bonus_extra.txt
+%%DATADIR%%/script/tutorial/vertical_jump.txt
+%%DATADIR%%/script/tutorial/wall_jump.txt
+%%DATADIR%%/script/tutorial/wasp.txt
+%%DATADIR%%/script/tutorial/water.txt
%%DATADIR%%/sound/AUTHORS
+%%DATADIR%%/sound/checkpoint-ding.ogg
+%%DATADIR%%/sound/checkpoint-slide.ogg
+%%DATADIR%%/sound/corrupting-bonus.ogg
+%%DATADIR%%/sound/crack.ogg
+%%DATADIR%%/sound/dummy.ogg
+%%DATADIR%%/sound/effect/AUTHORS
+%%DATADIR%%/sound/effect/earthquake.ogg
+%%DATADIR%%/sound/forest/frog/AUTHORS
+%%DATADIR%%/sound/forest/frog/croak-idle.ogg
+%%DATADIR%%/sound/forest/frog/croak-jump.ogg
+%%DATADIR%%/sound/forest/gorilla/AUTHORS
+%%DATADIR%%/sound/forest/gorilla/hit-chest-1.ogg
+%%DATADIR%%/sound/forest/gorilla/hit-chest-2.ogg
+%%DATADIR%%/sound/forest/woodpecker/AUTHORS
+%%DATADIR%%/sound/forest/woodpecker/attack.ogg
+%%DATADIR%%/sound/forest/woodpecker/flying.ogg
+%%DATADIR%%/sound/forest/woodpecker/peck.ogg
%%DATADIR%%/sound/grr.wav
+%%DATADIR%%/sound/hit.ogg
%%DATADIR%%/sound/jump.ogg
+%%DATADIR%%/sound/plee/AUTHORS
+%%DATADIR%%/sound/plee/clung.ogg
+%%DATADIR%%/sound/plee/injured.ogg
+%%DATADIR%%/sound/plee/jump.ogg
+%%DATADIR%%/sound/plee/power-jump.ogg
+%%DATADIR%%/sound/plee/slap.ogg
+%%DATADIR%%/sound/plee/snore.ogg
+%%DATADIR%%/sound/plee/start-cling.ogg
+%%DATADIR%%/sound/plee/start-power-jump.ogg
+%%DATADIR%%/sound/plee/throw.ogg
+%%DATADIR%%/sound/scale/A.ogg
+%%DATADIR%%/sound/scale/AUTHORS
+%%DATADIR%%/sound/scale/As.ogg
+%%DATADIR%%/sound/scale/B.ogg
+%%DATADIR%%/sound/scale/C.ogg
+%%DATADIR%%/sound/scale/Cs.ogg
+%%DATADIR%%/sound/scale/D.ogg
+%%DATADIR%%/sound/scale/Ds.ogg
+%%DATADIR%%/sound/scale/E.ogg
+%%DATADIR%%/sound/scale/F.ogg
+%%DATADIR%%/sound/scale/Fs.ogg
+%%DATADIR%%/sound/scale/G.ogg
+%%DATADIR%%/sound/scale/Gs.ogg
+%%DATADIR%%/sound/sequencer/AUTHORS
+%%DATADIR%%/sound/sequencer/fail.ogg
%%DATADIR%%/sound/splash.ogg
-%%DATADIR%%/sound/splash1.ogg
-%%DATADIR%%/sound/splash2.ogg
%%DATADIR%%/sound/sting.ogg
+%%DATADIR%%/sound/tick.ogg
+%%DATADIR%%/sound/weather/AUTHORS
+%%DATADIR%%/sound/weather/rain.ogg
+@dirrm %%DATADIR%%/sound/weather
+@dirrm %%DATADIR%%/sound/sequencer
+@dirrm %%DATADIR%%/sound/scale
+@dirrm %%DATADIR%%/sound/plee
+@dirrm %%DATADIR%%/sound/forest/woodpecker
+@dirrm %%DATADIR%%/sound/forest/gorilla
+@dirrm %%DATADIR%%/sound/forest/frog
+@dirrm %%DATADIR%%/sound/forest
+@dirrm %%DATADIR%%/sound/effect
@dirrm %%DATADIR%%/sound
+@dirrm %%DATADIR%%/script/tutorial
+@dirrm %%DATADIR%%/script/secret
+@dirrm %%DATADIR%%/script/mini-game
+@dirrm %%DATADIR%%/script/forest
+@dirrm %%DATADIR%%/script/demo
+@dirrm %%DATADIR%%/script
+@dirrm %%DATADIR%%/music/sequencer/title-screen
+@dirrm %%DATADIR%%/music/sequencer/bonus
+@dirrm %%DATADIR%%/music/sequencer
@dirrm %%DATADIR%%/music
+@dirrm %%DATADIR%%/model/stones
+@dirrm %%DATADIR%%/model/player
+@dirrm %%DATADIR%%/model/forest
+@dirrm %%DATADIR%%/model/castle
@dirrm %%DATADIR%%/model
+@dirrm %%DATADIR%%/mini-game
+@dirrm %%DATADIR%%/level/secret
+@dirrm %%DATADIR%%/level/mini-game
@dirrm %%DATADIR%%/level
-@dirrm %%DATADIR%%/lang
+@dirrm %%DATADIR%%/gfx/weather
+@dirrm %%DATADIR%%/gfx/ui/status
+@dirrm %%DATADIR%%/gfx/ui/power-icons
+@dirrm %%DATADIR%%/gfx/ui/bonus-icons
+@dirrm %%DATADIR%%/gfx/ui
+@dirrm %%DATADIR%%/gfx/transition
@dirrm %%DATADIR%%/gfx/title_screen
@dirrm %%DATADIR%%/gfx/thumb
+@dirrm %%DATADIR%%/gfx/stone
+@dirrm %%DATADIR%%/gfx/smoke
+@dirrm %%DATADIR%%/gfx/shiny-honey-jar
+@dirrm %%DATADIR%%/gfx/ray
+@dirrm %%DATADIR%%/gfx/power-filter-door
@dirrm %%DATADIR%%/gfx/plee
+@dirrm %%DATADIR%%/gfx/owl
+@dirrm %%DATADIR%%/gfx/misc
+@dirrm %%DATADIR%%/gfx/mini-game/stones
+@dirrm %%DATADIR%%/gfx/mini-game/sequencer
+@dirrm %%DATADIR%%/gfx/mini-game
+@dirrm %%DATADIR%%/gfx/loading
+@dirrm %%DATADIR%%/gfx/intro
+@dirrm %%DATADIR%%/gfx/god
+@dirrm %%DATADIR%%/gfx/forest/woodpecker
@dirrm %%DATADIR%%/gfx/forest/wasp
+@dirrm %%DATADIR%%/gfx/forest/rabbit
+@dirrm %%DATADIR%%/gfx/forest/gorilla
+@dirrm %%DATADIR%%/gfx/forest/frog
+@dirrm %%DATADIR%%/gfx/forest/butterfly
+@dirrm %%DATADIR%%/gfx/forest/boss
+@dirrm %%DATADIR%%/gfx/forest/bonus-icons
@dirrm %%DATADIR%%/gfx/forest/bk
@dirrm %%DATADIR%%/gfx/forest
-@dirrm %%DATADIR%%/gfx/flag
-@dirrm %%DATADIR%%/gfx/demo
-@dirrm %%DATADIR%%/gfx/color
+@dirrm %%DATADIR%%/gfx/effect
+@dirrm %%DATADIR%%/gfx/coop
+@dirrm %%DATADIR%%/gfx/castle/ghost
+@dirrm %%DATADIR%%/gfx/castle/armor
+@dirrm %%DATADIR%%/gfx/castle
@dirrm %%DATADIR%%/gfx
@dirrm %%DATADIR%%/font
+@dirrm %%DATADIR%%/animation/weather
+@dirrm %%DATADIR%%/animation/stones
+@dirrm %%DATADIR%%/animation/ray
+@dirrm %%DATADIR%%/animation/powerup
+@dirrm %%DATADIR%%/animation/power-filter-door
+@dirrm %%DATADIR%%/animation/plee-alt
+@dirrm %%DATADIR%%/animation/plee
+@dirrm %%DATADIR%%/animation/owl
+@dirrm %%DATADIR%%/animation/god
+@dirrm %%DATADIR%%/animation/forest/woodpecker
+@dirrm %%DATADIR%%/animation/forest/wasp
+@dirrm %%DATADIR%%/animation/forest/rabbit
+@dirrm %%DATADIR%%/animation/forest/gorilla
+@dirrm %%DATADIR%%/animation/forest/frog
+@dirrm %%DATADIR%%/animation/forest/butterfly
+@dirrm %%DATADIR%%/animation/forest/boss
+@dirrm %%DATADIR%%/animation/forest
+@dirrm %%DATADIR%%/animation/effect/power
+@dirrm %%DATADIR%%/animation/effect
+@dirrm %%DATADIR%%/animation
@dirrm %%DATADIR%%
+@dirrm share/locale/nn/LC_MESSAGES
+@dirrm share/locale/nn
+@dirrm share/locale/fr/LC_MESSAGES
+@dirrm share/locale/fr
+@dirrm share/locale
@dirrmtry share/icons/hicolor/64x64/apps
@dirrmtry share/icons/hicolor/64x64
@dirrmtry share/icons/hicolor/48x48/apps
@@ -185,5 +909,13 @@ share/pixmaps/ptb.xpm
@dirrmtry share/icons/hicolor/128x128
@dirrmtry share/icons/hicolor
@dirrmtry share/icons
+@dirrm share/bear-factory/plee-the-bear/item-description/mini-game
+@dirrm share/bear-factory/plee-the-bear/item-description/item_brick
+@dirrm share/bear-factory/plee-the-bear/item-description/forest
+@dirrm share/bear-factory/plee-the-bear/item-description/expr
+@dirrm share/bear-factory/plee-the-bear/item-description/castle
+@dirrm share/bear-factory/plee-the-bear/item-description/bonus_points
+@dirrm share/bear-factory/plee-the-bear/item-description
+@dirrm share/bear-factory/plee-the-bear
+@dirrm share/bear-factory
@dirrmtry share/applications
-@dirrm lib/plee-the-bear