pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/games/pingus



Module Name:    pkgsrc
Committed By:   triaxx
Date:           Sun May 12 06:17:30 UTC 2019

Modified Files:
        pkgsrc/games/pingus: Makefile PLIST distinfo
        pkgsrc/games/pingus/patches: patch-src_lisp_getters.hpp
Added Files:
        pkgsrc/games/pingus/patches: patch-Makefile patch-SConscript
            patch-src_editor_button.hpp patch-src_editor_checkbox.hpp
            patch-src_editor_combobox.hpp patch-src_editor_file__list.hpp
            patch-src_editor_inputbox.hpp patch-src_editor_message__box.hpp
            patch-src_editor_object__selector.cpp patch-src_editor_viewport.hpp
            patch-src_pingus_components_check__box.hpp
            patch-src_pingus_components_choice__box.hpp
            patch-src_pingus_components_slider__box.hpp
            patch-src_pingus_config__manager.hpp
            patch-src_pingus_pingus__main.cpp
            patch-src_pingus_screens_option__menu.hpp
            patch-src_pingus_screens_pingus__menu.cpp
Removed Files:
        pkgsrc/games/pingus/patches: patch-aa patch-ab patch-ac
            patch-src_font.cpp patch-src_pingus__main.cpp
            patch-src_pingus__menu.cpp patch-src_system.cpp
            patch-src_tinygettext_po__file__reader.cpp
            patch-src_tinygettext_po__file__reader.hpp

Log Message:
pingus: update to 0.7.6

pkgsrc changes:
  * Disable configure target (SCons seems not to provide it)
  * Remove explicit use of SCons: use Makefile instead
  * Port deprecated Boost.Signals to Boost.Signals2
  * Take MAINTENERship

Changes:
Pingus 0.7.6 (24/Dec/2011)
==========================
* added new SVG icons for Pingus
* added 10 new xmas themed levels
* added ability to sort levelsets by priority

Pingus 0.7.5 (25/Oct/2011)
==========================
* fixed memory leak in OpenGL renderer
* added support for Win32 cross-compilation with mingw32
* added gamespeed adjustments via KPPlus, KPMinus, KPEnter
* added single-stepping the game with 'S'
* added better application icon
* added access to all levelsets in developer-mode (Ctrl-m)
* added 10 new Halloween levels

Pingus 0.7.4 (10/Oct/2011)
==========================
* fixed game not starting when no soundcard is present
* all halloween and tutorial levels have been converted to a minimum
  size of 1920x1200 so they can be played in fullscreen without letterboxing
* new --userdir command line switch to set the directory where savegames
  are saved
* menu getting confused by fast succedding clicks fixed
* level-demo recording and playback are back (files not compatible between x86 and x86-64)
* window resize support throughout the whole game
* dirty-rectangles drawing for improved performance with software rendering
* OpenGL rendering
* new blackboard graphic
* Unicode support
* two new levelsets, "Desert" and "Factory Campaign", with 27 new levels
* added a man-page
* deadly fall height has been increased
* support for prefab objects and groups in the editor
* cleaned up digger, miner and basher paths
* added an option menu
* lots of minor bug fixes
* bitmap fonts have been generated with anti-aliasing


To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 pkgsrc/games/pingus/Makefile
cvs rdiff -u -r1.1.1.1 -r1.2 pkgsrc/games/pingus/PLIST
cvs rdiff -u -r1.9 -r1.10 pkgsrc/games/pingus/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/games/pingus/patches/patch-Makefile \
    pkgsrc/games/pingus/patches/patch-SConscript \
    pkgsrc/games/pingus/patches/patch-src_editor_button.hpp \
    pkgsrc/games/pingus/patches/patch-src_editor_checkbox.hpp \
    pkgsrc/games/pingus/patches/patch-src_editor_combobox.hpp \
    pkgsrc/games/pingus/patches/patch-src_editor_file__list.hpp \
    pkgsrc/games/pingus/patches/patch-src_editor_inputbox.hpp \
    pkgsrc/games/pingus/patches/patch-src_editor_message__box.hpp \
    pkgsrc/games/pingus/patches/patch-src_editor_object__selector.cpp \
    pkgsrc/games/pingus/patches/patch-src_editor_viewport.hpp \
    pkgsrc/games/pingus/patches/patch-src_pingus_components_check__box.hpp \
    pkgsrc/games/pingus/patches/patch-src_pingus_components_choice__box.hpp \
    pkgsrc/games/pingus/patches/patch-src_pingus_components_slider__box.hpp \
    pkgsrc/games/pingus/patches/patch-src_pingus_config__manager.hpp \
    pkgsrc/games/pingus/patches/patch-src_pingus_pingus__main.cpp \
    pkgsrc/games/pingus/patches/patch-src_pingus_screens_option__menu.hpp \
    pkgsrc/games/pingus/patches/patch-src_pingus_screens_pingus__menu.cpp
cvs rdiff -u -r1.6 -r0 pkgsrc/games/pingus/patches/patch-aa
cvs rdiff -u -r1.1.1.1 -r0 pkgsrc/games/pingus/patches/patch-ab
cvs rdiff -u -r1.2 -r0 pkgsrc/games/pingus/patches/patch-ac
cvs rdiff -u -r1.1 -r0 pkgsrc/games/pingus/patches/patch-src_font.cpp \
    pkgsrc/games/pingus/patches/patch-src_pingus__main.cpp \
    pkgsrc/games/pingus/patches/patch-src_pingus__menu.cpp \
    pkgsrc/games/pingus/patches/patch-src_system.cpp \
    pkgsrc/games/pingus/patches/patch-src_tinygettext_po__file__reader.cpp \
    pkgsrc/games/pingus/patches/patch-src_tinygettext_po__file__reader.hpp
cvs rdiff -u -r1.1 -r1.2 \
    pkgsrc/games/pingus/patches/patch-src_lisp_getters.hpp

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/games/pingus/Makefile
diff -u pkgsrc/games/pingus/Makefile:1.31 pkgsrc/games/pingus/Makefile:1.32
--- pkgsrc/games/pingus/Makefile:1.31   Wed Jan  2 19:16:20 2019
+++ pkgsrc/games/pingus/Makefile        Sun May 12 06:17:30 2019
@@ -1,27 +1,29 @@
-# $NetBSD: Makefile,v 1.31 2019/01/02 19:16:20 tnn Exp $
+# $NetBSD: Makefile,v 1.32 2019/05/12 06:17:30 triaxx Exp $
 
-DISTNAME=      pingus-0.7.3
-PKGREVISION=   22
+DISTNAME=      pingus-0.7.6
 CATEGORIES=    games
-MASTER_SITES=  https://pingus.seul.org/files/
-EXTRACT_SUFX=  .tar.bz2
+MASTER_SITES=  ${MASTER_SITE_GITHUB:=Pingus/}
+GITHUB_TAG=    v${PKGVERSION_NOREV}
 
-MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+MAINTAINER=    triaxx%NetBSD.org@localhost
 HOMEPAGE=      https://pingus.seul.org/
 COMMENT=       Lemmings(TM) Clone
+LICENSE=       gnu-gpl-v3
 
-USE_LANGUAGES=         c c++11
-
-do-configure:
-       cd ${WRKSRC} && \
-       ${PKGSRC_SETENV} ${MAKE_ENV} ${SCONSBIN} configure CXX=${CXX:Q} CPPPATH=${PREFIX}/include LIBPATH=${PREFIX}/lib
-
-do-build:
-       cd ${WRKSRC} && \
-       ${PKGSRC_SETENV} ${MAKE_ENV} ${SCONSBIN} -j${MAKE_JOBS:U1}
-
-do-install:
-       cd ${WRKSRC} && ./install.sh ${DESTDIR}${PREFIX}
+BUILD_TARGET=  build/pingus
+MAKE_ENV+=     FIND=${TOOLS_CMD.find:Q} MKDIR=${TOOLS_CMD.mkdir:Q}
+MAKE_ENV+=     RM=${TOOLS_CMD.rm:Q} SCONSBIN=${SCONSBIN:Q}
+NO_CONFIGURE=  yes
+USE_LANGUAGES= c c++11
+USE_TOOLS=     pkg-config
+
+DATADIR=       ${PREFIX}/share/pingus
+
+SUBST_CLASSES+=                data
+SUBST_MESSAGE.data=    Set default --datadir for pingus executable to ${DATADIR}
+SUBST_STAGE.data=      pre-build
+SUBST_FILES.data=      src/pingus/pingus_main.cpp
+SUBST_VARS.data=       DATADIR
 
 .include "../../audio/SDL_mixer/buildlink3.mk"
 .include "../../converters/libiconv/buildlink3.mk"

Index: pkgsrc/games/pingus/PLIST
diff -u pkgsrc/games/pingus/PLIST:1.1.1.1 pkgsrc/games/pingus/PLIST:1.2
--- pkgsrc/games/pingus/PLIST:1.1.1.1   Wed Jan 19 19:47:59 2011
+++ pkgsrc/games/pingus/PLIST   Sun May 12 06:17:30 2019
@@ -1,1458 +1,1834 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2011/01/19 19:47:59 kefren Exp $
+@comment $NetBSD: PLIST,v 1.2 2019/05/12 06:17:30 triaxx Exp $
 bin/pingus
-share/pingus/data/README
-share/pingus/data/controller/default.scm
-share/pingus/data/controller/default.xml
-share/pingus/data/controller/gamepad.xml
-share/pingus/data/controller/usbmouse.scm
-share/pingus/data/controller/wiimote.scm
-share/pingus/data/controller/xbox360.scm
-share/pingus/data/controller/xinput.scm
-share/pingus/data/data/alias.res
-share/pingus/data/data/alias.xml
-share/pingus/data/data/core.res
-share/pingus/data/data/core.xml
-share/pingus/data/data/editor.res
-share/pingus/data/data/editor.xml
-share/pingus/data/data/entrances.res
-share/pingus/data/data/entrances.xml
-share/pingus/data/data/exits.res
-share/pingus/data/data/exits.xml
-share/pingus/data/data/fonts.xml
-share/pingus/data/data/game.res
-share/pingus/data/data/game.xml
-share/pingus/data/data/groundpieces-bridge.res
-share/pingus/data/data/groundpieces-bridge.xml
-share/pingus/data/data/groundpieces-ground.res
-share/pingus/data/data/groundpieces-ground.xml
-share/pingus/data/data/groundpieces-remove.res
-share/pingus/data/data/groundpieces-remove.xml
-share/pingus/data/data/groundpieces-solid.res
-share/pingus/data/data/groundpieces-solid.xml
-share/pingus/data/data/groundpieces-transparent.res
-share/pingus/data/data/groundpieces-transparent.xml
-share/pingus/data/data/hotspots.res
-share/pingus/data/data/hotspots.xml
-share/pingus/data/data/liquids.res
-share/pingus/data/data/liquids.xml
-share/pingus/data/data/particles.res
-share/pingus/data/data/particles.xml
-share/pingus/data/data/pingus-common.res
-share/pingus/data/data/pingus-common.xml
-share/pingus/data/data/pingus-player0.res
-share/pingus/data/data/pingus-player0.xml
-share/pingus/data/data/pingus-player1.res
-share/pingus/data/data/pingus-player1.xml
-share/pingus/data/data/pingus-player2.res
-share/pingus/data/data/pingus-player2.xml
-share/pingus/data/data/pingus-player3.res
-share/pingus/data/data/pingus-player3.xml
-share/pingus/data/data/story.res
-share/pingus/data/data/story.xml
-share/pingus/data/data/textures.res
-share/pingus/data/data/textures.xml
-share/pingus/data/data/traps.res
-share/pingus/data/data/traps.xml
-share/pingus/data/data/update-pingus-player.sh
-share/pingus/data/data/worldmaps.res
-share/pingus/data/data/worldmaps.xml
-share/pingus/data/data/worldobjs.res
-share/pingus/data/data/worldobjs.xml
-share/pingus/data/demos/Dentist-20021013-172617.xml
-share/pingus/data/demos/level1.pde
-share/pingus/data/images/backgrounds/large_star.png
-share/pingus/data/images/backgrounds/middle_star.png
-share/pingus/data/images/backgrounds/small_star.png
-share/pingus/data/images/backgrounds/starfield_icon.png
-share/pingus/data/images/core/buttons/armageddon_anim.png
-share/pingus/data/images/core/buttons/buttonbackground.png
-share/pingus/data/images/core/buttons/buttonbackgroundhl.png
-share/pingus/data/images/core/buttons/fast_forward.png
-share/pingus/data/images/core/buttons/hbuttonbg.png
-share/pingus/data/images/core/buttons/hbuttonbgb.png
-share/pingus/data/images/core/buttons/info.png
-share/pingus/data/images/core/buttons/pause.png
-share/pingus/data/images/core/cursors/animcross.png
-share/pingus/data/images/core/cursors/arrow_left.png
-share/pingus/data/images/core/cursors/arrow_right.png
-share/pingus/data/images/core/cursors/cap.png
-share/pingus/data/images/core/cursors/capture.png
-share/pingus/data/images/core/cursors/capwrong.png
-share/pingus/data/images/core/cursors/cross.png
-share/pingus/data/images/core/cursors/cursor.png
-share/pingus/data/images/core/cursors/editor.png
-share/pingus/data/images/core/cursors/scroll.png
-share/pingus/data/images/core/editor/actions.png
-share/pingus/data/images/core/editor/button-pressed.png
-share/pingus/data/images/core/editor/button-raised.png
-share/pingus/data/images/core/editor/button.png
-share/pingus/data/images/core/editor/button_pressed.png
-share/pingus/data/images/core/editor/combobox.png
-share/pingus/data/images/core/editor/document-new.png
-share/pingus/data/images/core/editor/document-open.png
-share/pingus/data/images/core/editor/document-properties.png
-share/pingus/data/images/core/editor/document-save-as.png
-share/pingus/data/images/core/editor/document-save.png
-share/pingus/data/images/core/editor/edit-copy.png
-share/pingus/data/images/core/editor/edit-delete.png
-share/pingus/data/images/core/editor/exit.png
-share/pingus/data/images/core/editor/help.png
-share/pingus/data/images/core/editor/home.png
-share/pingus/data/images/core/editor/list-add.png
-share/pingus/data/images/core/editor/list-remove.png
-share/pingus/data/images/core/editor/logo.png
-share/pingus/data/images/core/editor/minimap.png
-share/pingus/data/images/core/editor/obj_background.png
-share/pingus/data/images/core/editor/obj_button-pressed.png
-share/pingus/data/images/core/editor/obj_button-raised.png
-share/pingus/data/images/core/editor/obj_button.png
-share/pingus/data/images/core/editor/obj_entrance.png
-share/pingus/data/images/core/editor/obj_exit.png
-share/pingus/data/images/core/editor/obj_gp_bridge.png
-share/pingus/data/images/core/editor/obj_gp_ground.png
-share/pingus/data/images/core/editor/obj_gp_remove.png
-share/pingus/data/images/core/editor/obj_gp_solid.png
-share/pingus/data/images/core/editor/obj_gp_transparent.png
-share/pingus/data/images/core/editor/obj_hotspot.png
-share/pingus/data/images/core/editor/obj_liquid.png
-share/pingus/data/images/core/editor/obj_trap.png
-share/pingus/data/images/core/editor/obj_weather.png
-share/pingus/data/images/core/editor/obj_worldobj.png
-share/pingus/data/images/core/editor/object-bottom.png
-share/pingus/data/images/core/editor/object-down.png
-share/pingus/data/images/core/editor/object-flip_horizontal.png
-share/pingus/data/images/core/editor/object-flip_vertical.png
-share/pingus/data/images/core/editor/object-properties.png
-share/pingus/data/images/core/editor/object-rotate_left.png
-share/pingus/data/images/core/editor/object-rotate_right.png
-share/pingus/data/images/core/editor/object-top.png
-share/pingus/data/images/core/editor/object-up.png
-share/pingus/data/images/core/editor/objects.png
-share/pingus/data/images/core/editor/play.png
-share/pingus/data/images/core/editor/region-zoom.png
-share/pingus/data/images/core/editor/separator.png
-share/pingus/data/images/core/editor/snap-grid.png
-share/pingus/data/images/core/editor/solidcolorbackground.png
-share/pingus/data/images/core/editor/solidcolorbackground_thumb.png
-share/pingus/data/images/core/editor/starfield.png
-share/pingus/data/images/core/editor/starfield_thumb.png
-share/pingus/data/images/core/editor/start_pos.png
-share/pingus/data/images/core/editor/tb_clock_run.png
-share/pingus/data/images/core/editor/tb_copy.png
-share/pingus/data/images/core/editor/tb_edit.png
-share/pingus/data/images/core/editor/tb_exit.png
-share/pingus/data/images/core/editor/tb_help.png
-share/pingus/data/images/core/editor/tb_index.png
-share/pingus/data/images/core/editor/tb_new.png
-share/pingus/data/images/core/editor/tb_open.png
-share/pingus/data/images/core/editor/tb_preferences.png
-share/pingus/data/images/core/editor/tb_save.png
-share/pingus/data/images/core/editor/tb_trash.png
-share/pingus/data/images/core/editor/weather_rain.png
-share/pingus/data/images/core/editor/weather_snow.png
-share/pingus/data/images/core/editor/zoom-best-fit.png
-share/pingus/data/images/core/editor/zoom-in.png
-share/pingus/data/images/core/editor/zoom-original.png
-share/pingus/data/images/core/editor/zoom-out.png
-share/pingus/data/images/core/menu/create_on.png
-share/pingus/data/images/core/menu/credits_on.png
-share/pingus/data/images/core/menu/default_level.jpg
-share/pingus/data/images/core/menu/down_arrow.png
-share/pingus/data/images/core/menu/exit_button_hover.png
-share/pingus/data/images/core/menu/exit_button_normal.png
-share/pingus/data/images/core/menu/exit_button_pressed.png
-share/pingus/data/images/core/menu/exit_menu.png
-share/pingus/data/images/core/menu/exit_on.png
-share/pingus/data/images/core/menu/filedialog.png
-share/pingus/data/images/core/menu/folder.png
-share/pingus/data/images/core/menu/layer1.png
-share/pingus/data/images/core/menu/layer2.png
-share/pingus/data/images/core/menu/layer3.png
-share/pingus/data/images/core/menu/layer4.png
-share/pingus/data/images/core/menu/layer5.png
-share/pingus/data/images/core/menu/marker.png
-share/pingus/data/images/core/menu/marker2.png
-share/pingus/data/images/core/menu/marker_locked.png
-share/pingus/data/images/core/menu/menuitem.png
-share/pingus/data/images/core/menu/menuitem_highlight.png
-share/pingus/data/images/core/menu/multi_on.png
-share/pingus/data/images/core/menu/optionmenu.png
-share/pingus/data/images/core/menu/options_on.png
-share/pingus/data/images/core/menu/parent_folder.png
-share/pingus/data/images/core/menu/play_on.png
-share/pingus/data/images/core/menu/startscreenbg.jpg
-share/pingus/data/images/core/menu/up_arrow.png
-share/pingus/data/images/core/menu/worldscreenbg.jpg
-share/pingus/data/images/core/misc/404.png
-share/pingus/data/images/core/misc/chalk_pingu1.png
-share/pingus/data/images/core/misc/chalk_pingu2.png
-share/pingus/data/images/core/misc/chalk_pingu3.png
-share/pingus/data/images/core/misc/chalk_pingu4.png
-share/pingus/data/images/core/misc/checkbox_clicked.png
-share/pingus/data/images/core/misc/creditpingu.png
-share/pingus/data/images/core/misc/flag0.png
-share/pingus/data/images/core/misc/flag1.png
-share/pingus/data/images/core/misc/flag2.png
-share/pingus/data/images/core/misc/flag3.png
-share/pingus/data/images/core/misc/infinity.png
-share/pingus/data/images/core/misc/loading.png
-share/pingus/data/images/core/misc/logo.png
-share/pingus/data/images/core/misc/next.png
-share/pingus/data/images/core/misc/next_hover.png
-share/pingus/data/images/core/misc/pingubw.png
-share/pingus/data/images/core/misc/smallmap_entrance.png
-share/pingus/data/images/core/misc/smallmap_exit.png
-share/pingus/data/images/core/misc/start_back.png
-share/pingus/data/images/core/misc/start_back_clicked.png
-share/pingus/data/images/core/misc/start_back_hover.png
-share/pingus/data/images/core/misc/start_ok.png
-share/pingus/data/images/core/misc/start_ok_clicked.png
-share/pingus/data/images/core/misc/start_ok_hover.png
-share/pingus/data/images/core/misc/unplayable.png
-share/pingus/data/images/core/misc/unplayable2.png
-share/pingus/data/images/core/worldmap/arrow.png
-share/pingus/data/images/core/worldmap/credits_button_hover.png
-share/pingus/data/images/core/worldmap/credits_button_normal.png
-share/pingus/data/images/core/worldmap/credits_button_pressed.png
-share/pingus/data/images/core/worldmap/dot_green.png
-share/pingus/data/images/core/worldmap/dot_green_hl.png
-share/pingus/data/images/core/worldmap/dot_invalid.png
-share/pingus/data/images/core/worldmap/dot_red.png
-share/pingus/data/images/core/worldmap/dot_red_hl.png
-share/pingus/data/images/core/worldmap/enter_button_hover.png
-share/pingus/data/images/core/worldmap/enter_button_normal.png
-share/pingus/data/images/core/worldmap/enter_button_pressed.png
-share/pingus/data/images/core/worldmap/flaggreen.png
-share/pingus/data/images/core/worldmap/leave_button_hover.png
-share/pingus/data/images/core/worldmap/leave_button_normal.png
-share/pingus/data/images/core/worldmap/leave_button_pressed.png
-share/pingus/data/images/core/worldmap/levelname_bg.png
-share/pingus/data/images/core/worldmap/pingus.png
-share/pingus/data/images/core/worldmap/pingus_standing.png
-share/pingus/data/images/core/worldmap/story_button_hover.png
-share/pingus/data/images/core/worldmap/story_button_normal.png
-share/pingus/data/images/core/worldmap/story_button_pressed.png
-share/pingus/data/images/core/worldmap/tube.png
-share/pingus/data/images/entrances/cloudent.png
-share/pingus/data/images/entrances/entrance.png
-share/pingus/data/images/entrances/eyes_entrance.png
-share/pingus/data/images/entrances/eyes_entrance_anim.png
-share/pingus/data/images/entrances/eyes_underlay.png
-share/pingus/data/images/entrances/generic.png
-share/pingus/data/images/entrances/halloween.png
-share/pingus/data/images/entrances/industrial.png
-share/pingus/data/images/entrances/industrial_top.png
-share/pingus/data/images/entrances/snow_back.png
-share/pingus/data/images/entrances/snow_front.png
-share/pingus/data/images/entrances/space.png
-share/pingus/data/images/entrances/wood_bottom.png
-share/pingus/data/images/entrances/wood_top.png
-share/pingus/data/images/entrances/woodthing_mov.png
-share/pingus/data/images/entrances/woodthing_nmov.png
-share/pingus/data/images/exits/crystal.png
-share/pingus/data/images/exits/desert_tut.png
-share/pingus/data/images/exits/desertexit.png
-share/pingus/data/images/exits/halloween.png
-share/pingus/data/images/exits/ice.png
-share/pingus/data/images/exits/ice2.png
-share/pingus/data/images/exits/industrial.png
-share/pingus/data/images/exits/mud.png
-share/pingus/data/images/exits/ordina.png
-share/pingus/data/images/exits/sortie.png
-share/pingus/data/images/exits/sortie_anim.png
-share/pingus/data/images/exits/space.png
-share/pingus/data/images/exits/stone.png
-share/pingus/data/images/exits/sweetexit.png
-share/pingus/data/images/fonts/chalk_large-iso-8859-1.font
-share/pingus/data/images/fonts/chalk_large-iso-8859-1.png
-share/pingus/data/images/fonts/chalk_large-iso-8859-2.font
-share/pingus/data/images/fonts/chalk_large-iso-8859-2.png
-share/pingus/data/images/fonts/chalk_large-iso-8859-9.font
-share/pingus/data/images/fonts/chalk_large-iso-8859-9.png
-share/pingus/data/images/fonts/chalk_normal-iso-8859-1.font
-share/pingus/data/images/fonts/chalk_normal-iso-8859-1.png
-share/pingus/data/images/fonts/chalk_normal-iso-8859-2.font
-share/pingus/data/images/fonts/chalk_normal-iso-8859-2.png
-share/pingus/data/images/fonts/chalk_normal-iso-8859-9.font
-share/pingus/data/images/fonts/chalk_normal-iso-8859-9.png
-share/pingus/data/images/fonts/chalk_normal.png
-share/pingus/data/images/fonts/chalk_small-iso-8859-1.font
-share/pingus/data/images/fonts/chalk_small-iso-8859-1.png
-share/pingus/data/images/fonts/chalk_small-iso-8859-2.font
-share/pingus/data/images/fonts/chalk_small-iso-8859-2.png
-share/pingus/data/images/fonts/chalk_small-iso-8859-9.font
-share/pingus/data/images/fonts/chalk_small-iso-8859-9.png
-share/pingus/data/images/fonts/courier_small-iso-8859-1.font
-share/pingus/data/images/fonts/courier_small-iso-8859-2.font
-share/pingus/data/images/fonts/courier_small-iso-8859-2.png
-share/pingus/data/images/fonts/courier_small-iso-8859-9.font
-share/pingus/data/images/fonts/courier_small-iso-8859-9.png
-share/pingus/data/images/fonts/courier_small2.png
-share/pingus/data/images/fonts/lcd.font
-share/pingus/data/images/fonts/lcd.png
-share/pingus/data/images/fonts/pingus-iso-8859-1.font
-share/pingus/data/images/fonts/pingus-iso-8859-1.png
-share/pingus/data/images/fonts/pingus-iso-8859-2.font
-share/pingus/data/images/fonts/pingus-iso-8859-2.png
-share/pingus/data/images/fonts/pingus-iso-8859-9.font
-share/pingus/data/images/fonts/pingus-iso-8859-9.png
-share/pingus/data/images/fonts/pingus_large.font
-share/pingus/data/images/fonts/pingus_small-iso-8859-1.font
-share/pingus/data/images/fonts/pingus_small-iso-8859-1.png
-share/pingus/data/images/fonts/pingus_small-iso-8859-2.font
-share/pingus/data/images/fonts/pingus_small-iso-8859-2.png
-share/pingus/data/images/fonts/pingus_small-iso-8859-9.font
-share/pingus/data/images/fonts/pingus_small-iso-8859-9.png
-share/pingus/data/images/fonts/pingus_small_fixnum-iso-8859-1.font
-share/pingus/data/images/fonts/pingus_small_fixnum-iso-8859-2.font
-share/pingus/data/images/fonts/pingus_small_fixnum-iso-8859-9.font
-share/pingus/data/images/fonts/reference-iso-8859-1.font
-share/pingus/data/images/fonts/reference-iso-8859-1.png
-share/pingus/data/images/fonts/verdana11-iso-8859-1.font
-share/pingus/data/images/fonts/verdana11-iso-8859-1.png
-share/pingus/data/images/fonts/verdana11-iso-8859-2.font
-share/pingus/data/images/fonts/verdana11-iso-8859-2.png
-share/pingus/data/images/fonts/verdana11-iso-8859-9.font
-share/pingus/data/images/fonts/verdana11-iso-8859-9.png
-share/pingus/data/images/fonts/verdana11_bold_latin1.png
-share/pingus/data/images/fonts/verdana11_cyrillic.png
-share/pingus/data/images/fonts/verdana11_latin1.png
-share/pingus/data/images/fonts/verdana11_latin2.png
-share/pingus/data/images/groundpieces/bridge/misc/bridge_left.png
-share/pingus/data/images/groundpieces/bridge/misc/bridge_right.png
-share/pingus/data/images/groundpieces/bridge/space/grid1.png
-share/pingus/data/images/groundpieces/bridge/space/grid2.png
-share/pingus/data/images/groundpieces/bridge/space/grid3.png
-share/pingus/data/images/groundpieces/ground/crystal/block.png
-share/pingus/data/images/groundpieces/ground/crystal/column.png
-share/pingus/data/images/groundpieces/ground/crystal/diagcrystal.png
-share/pingus/data/images/groundpieces/ground/crystal/hexcrystal.png
-share/pingus/data/images/groundpieces/ground/crystal/horiz.png
-share/pingus/data/images/groundpieces/ground/crystal/horiz2.png
-share/pingus/data/images/groundpieces/ground/crystal/pipe.png
-share/pingus/data/images/groundpieces/ground/crystal/pipeend.png
-share/pingus/data/images/groundpieces/ground/crystal/platform.png
-share/pingus/data/images/groundpieces/ground/crystal/platform2.png
-share/pingus/data/images/groundpieces/ground/crystal/pointleft.png
-share/pingus/data/images/groundpieces/ground/crystal/pointright.png
-share/pingus/data/images/groundpieces/ground/crystal/skinnycrystal.png
-share/pingus/data/images/groundpieces/ground/crystal/smcrystal.png
-share/pingus/data/images/groundpieces/ground/crystal/tesselate.png
-share/pingus/data/images/groundpieces/ground/desert/bigblock-broken1.png
-share/pingus/data/images/groundpieces/ground/desert/bigblock-broken2.png
-share/pingus/data/images/groundpieces/ground/desert/bigblock-broken3.png
-share/pingus/data/images/groundpieces/ground/desert/bigdune1.png
-share/pingus/data/images/groundpieces/ground/desert/bigprickpiece.png
-share/pingus/data/images/groundpieces/ground/desert/bigsand.png
-share/pingus/data/images/groundpieces/ground/desert/blobdune.png
-share/pingus/data/images/groundpieces/ground/desert/column.png
-share/pingus/data/images/groundpieces/ground/desert/column_piece1.png
-share/pingus/data/images/groundpieces/ground/desert/column_piece2.png
-share/pingus/data/images/groundpieces/ground/desert/column_piece3.png
-share/pingus/data/images/groundpieces/ground/desert/domedune.png
-share/pingus/data/images/groundpieces/ground/desert/flat.png
-share/pingus/data/images/groundpieces/ground/desert/flatdune.png
-share/pingus/data/images/groundpieces/ground/desert/leftsmallbrick.png
-share/pingus/data/images/groundpieces/ground/desert/leftsmallsand.png
-share/pingus/data/images/groundpieces/ground/desert/mediumsand.png
-share/pingus/data/images/groundpieces/ground/desert/middleprickpiece.png
-share/pingus/data/images/groundpieces/ground/desert/peakdune.png
-share/pingus/data/images/groundpieces/ground/desert/pillar1.png
-share/pingus/data/images/groundpieces/ground/desert/pillar2.png
-share/pingus/data/images/groundpieces/ground/desert/pillar3.png
-share/pingus/data/images/groundpieces/ground/desert/platform.png
-share/pingus/data/images/groundpieces/ground/desert/platform_left.png
-share/pingus/data/images/groundpieces/ground/desert/platform_right.png
-share/pingus/data/images/groundpieces/ground/desert/rightsmallbrick.png
-share/pingus/data/images/groundpieces/ground/desert/rightsmallsand.png
-share/pingus/data/images/groundpieces/ground/desert/sluggydu.png
-share/pingus/data/images/groundpieces/ground/desert/smallbrickpiece.png
-share/pingus/data/images/groundpieces/ground/desert/smallsand.png
-share/pingus/data/images/groundpieces/ground/foliage/flax1.png
-share/pingus/data/images/groundpieces/ground/foliage/flax2.png
-share/pingus/data/images/groundpieces/ground/foliage/midtree1.png
-share/pingus/data/images/groundpieces/ground/foliage/midtree2.png
-share/pingus/data/images/groundpieces/ground/foliage/oak1.png
-share/pingus/data/images/groundpieces/ground/foliage/rock1.png
-share/pingus/data/images/groundpieces/ground/foliage/rock2.png
-share/pingus/data/images/groundpieces/ground/foliage/rock3.png
-share/pingus/data/images/groundpieces/ground/foliage/rock4.png
-share/pingus/data/images/groundpieces/ground/foliage/rock5.png
-share/pingus/data/images/groundpieces/ground/foliage/rock6.png
-share/pingus/data/images/groundpieces/ground/foliage/smallbush.png
-share/pingus/data/images/groundpieces/ground/foliage/smallbush2.png
-share/pingus/data/images/groundpieces/ground/foliage/smallbush3.png
-share/pingus/data/images/groundpieces/ground/foliage/talltree.png
-share/pingus/data/images/groundpieces/ground/green/piece1.png
-share/pingus/data/images/groundpieces/ground/green/piece2.png
-share/pingus/data/images/groundpieces/ground/green/piece3.png
-share/pingus/data/images/groundpieces/ground/halloween/ground1.png
-share/pingus/data/images/groundpieces/ground/halloween/ground2.png
-share/pingus/data/images/groundpieces/ground/halloween/ground3.png
-share/pingus/data/images/groundpieces/ground/halloween/ground4.png
-share/pingus/data/images/groundpieces/ground/halloween/ground5.png
-share/pingus/data/images/groundpieces/ground/halloween/ground6.png
-share/pingus/data/images/groundpieces/ground/halloween/stairs.png
-share/pingus/data/images/groundpieces/ground/halloween/stairs_top.png
-share/pingus/data/images/groundpieces/ground/halloween/tree1.png
-share/pingus/data/images/groundpieces/ground/halloween/tree2.png
-share/pingus/data/images/groundpieces/ground/halloween/tree3.png
-share/pingus/data/images/groundpieces/ground/industrial/pipe1.png
-share/pingus/data/images/groundpieces/ground/industrial/pipe2.png
-share/pingus/data/images/groundpieces/ground/industrial/pipe3.png
-share/pingus/data/images/groundpieces/ground/industrial/pipe4.png
-share/pingus/data/images/groundpieces/ground/industrial/pipe5.png
-share/pingus/data/images/groundpieces/ground/industrial/pipe6.png
-share/pingus/data/images/groundpieces/ground/industrial/pipe7.png
-share/pingus/data/images/groundpieces/ground/industrial/pipe8.png
-share/pingus/data/images/groundpieces/ground/industrial/pipe_bl.png
-share/pingus/data/images/groundpieces/ground/industrial/pipe_br.png
-share/pingus/data/images/groundpieces/ground/industrial/pipe_ul.png
-share/pingus/data/images/groundpieces/ground/industrial/pipe_ur.png
-share/pingus/data/images/groundpieces/ground/jungle/branch1.png
-share/pingus/data/images/groundpieces/ground/jungle/branch2.png
-share/pingus/data/images/groundpieces/ground/jungle/branch3.png
-share/pingus/data/images/groundpieces/ground/jungle/branch4.png
-share/pingus/data/images/groundpieces/ground/jungle/branch5.png
-share/pingus/data/images/groundpieces/ground/jungle/branch6.png
-share/pingus/data/images/groundpieces/ground/jungle/carabatree.png
-share/pingus/data/images/groundpieces/ground/jungle/carabatreemedium.png
-share/pingus/data/images/groundpieces/ground/jungle/carabatreesmall.png
-share/pingus/data/images/groundpieces/ground/jungle/stick1.png
-share/pingus/data/images/groundpieces/ground/jungle/stick2.png
-share/pingus/data/images/groundpieces/ground/jungle/stick3.png
-share/pingus/data/images/groundpieces/ground/jungle/stick4.png
-share/pingus/data/images/groundpieces/ground/jungle/stick5.png
-share/pingus/data/images/groundpieces/ground/jungle/stone1.png
-share/pingus/data/images/groundpieces/ground/jungle/stone2.png
-share/pingus/data/images/groundpieces/ground/jungle/stone3.png
-share/pingus/data/images/groundpieces/ground/jungle/stone4.png
-share/pingus/data/images/groundpieces/ground/jungle/stone5.png
-share/pingus/data/images/groundpieces/ground/jungle/twist.png
-share/pingus/data/images/groundpieces/ground/jungle/twistsmooth.png
-share/pingus/data/images/groundpieces/ground/misc/bpiece1.png
-share/pingus/data/images/groundpieces/ground/misc/bpiece2.png
-share/pingus/data/images/groundpieces/ground/misc/bpiece3.png
-share/pingus/data/images/groundpieces/ground/misc/bpiece4.png
-share/pingus/data/images/groundpieces/ground/misc/bpiece5.png
-share/pingus/data/images/groundpieces/ground/misc/bpiece6.png
-share/pingus/data/images/groundpieces/ground/misc/bpiece7.png
-share/pingus/data/images/groundpieces/ground/misc/bpiece8.png
-share/pingus/data/images/groundpieces/ground/misc/bpiece9.png
-share/pingus/data/images/groundpieces/ground/misc/brick1.png
-share/pingus/data/images/groundpieces/ground/misc/brick2.png
-share/pingus/data/images/groundpieces/ground/misc/brick3.png
-share/pingus/data/images/groundpieces/ground/misc/brick4.png
-share/pingus/data/images/groundpieces/ground/misc/brick5.png
-share/pingus/data/images/groundpieces/ground/misc/bridge1.png
-share/pingus/data/images/groundpieces/ground/misc/bridge2.png
-share/pingus/data/images/groundpieces/ground/misc/column.png
-share/pingus/data/images/groundpieces/ground/misc/column_down.png
-share/pingus/data/images/groundpieces/ground/misc/column_flat.png
-share/pingus/data/images/groundpieces/ground/misc/column_flat_left.png
-share/pingus/data/images/groundpieces/ground/misc/column_flat_right.png
-share/pingus/data/images/groundpieces/ground/misc/column_horz.png
-share/pingus/data/images/groundpieces/ground/misc/column_up.png
-share/pingus/data/images/groundpieces/ground/misc/column_vert.png
-share/pingus/data/images/groundpieces/ground/misc/dragon.png
-share/pingus/data/images/groundpieces/ground/misc/green1.png
-share/pingus/data/images/groundpieces/ground/misc/green2.png
-share/pingus/data/images/groundpieces/ground/misc/grey_stone1.png
-share/pingus/data/images/groundpieces/ground/misc/grey_stone2.png
-share/pingus/data/images/groundpieces/ground/misc/grey_stone3.png
-share/pingus/data/images/groundpieces/ground/misc/grey_stone4.png
-share/pingus/data/images/groundpieces/ground/misc/grey_stone5.png
-share/pingus/data/images/groundpieces/ground/misc/grey_stone6.png
-share/pingus/data/images/groundpieces/ground/misc/pfosten.png
-share/pingus/data/images/groundpieces/ground/misc/piece1.png
-share/pingus/data/images/groundpieces/ground/misc/piece2.png
-share/pingus/data/images/groundpieces/ground/misc/spike.png
-share/pingus/data/images/groundpieces/ground/misc/stone0.png
-share/pingus/data/images/groundpieces/ground/misc/stone1.png
-share/pingus/data/images/groundpieces/ground/misc/stone2.png
-share/pingus/data/images/groundpieces/ground/misc/stone3.png
-share/pingus/data/images/groundpieces/ground/misc/stone4.png
-share/pingus/data/images/groundpieces/ground/misc/stone5.png
-share/pingus/data/images/groundpieces/ground/misc/stone6.png
-share/pingus/data/images/groundpieces/ground/misc/stone7.png
-share/pingus/data/images/groundpieces/ground/misc/stoneblock1.png
-share/pingus/data/images/groundpieces/ground/misc/stoneblock2.png
-share/pingus/data/images/groundpieces/ground/misc/stoneblock3.png
-share/pingus/data/images/groundpieces/ground/misc/stoneblock5.png
-share/pingus/data/images/groundpieces/ground/misc/stoneblock6.png
-share/pingus/data/images/groundpieces/ground/misc/tree.png
-share/pingus/data/images/groundpieces/ground/misc/well.png
-share/pingus/data/images/groundpieces/ground/misc/wood1.png
-share/pingus/data/images/groundpieces/ground/misc/wood2.png
-share/pingus/data/images/groundpieces/ground/mud/mudpiece1.png
-share/pingus/data/images/groundpieces/ground/mud/mudpiece2.png
-share/pingus/data/images/groundpieces/ground/mud/mudpiece3.png
-share/pingus/data/images/groundpieces/ground/mushroom/toadstool1.png
-share/pingus/data/images/groundpieces/ground/mushroom/toadstool2.png
-share/pingus/data/images/groundpieces/ground/mushroom/toadstool3.png
-share/pingus/data/images/groundpieces/ground/mushroom/toadstool4.png
-share/pingus/data/images/groundpieces/ground/ordina/cable1.png
-share/pingus/data/images/groundpieces/ground/ordina/cable2.png
-share/pingus/data/images/groundpieces/ground/ordina/cdrom1.png
-share/pingus/data/images/groundpieces/ground/ordina/clavier1.png
-share/pingus/data/images/groundpieces/ground/ordina/cpu1.png
-share/pingus/data/images/groundpieces/ground/ordina/ecran.png
-share/pingus/data/images/groundpieces/ground/ordina/sol2.png
-share/pingus/data/images/groundpieces/ground/ordina/sol3.png
-share/pingus/data/images/groundpieces/ground/ordina/sol4.png
-share/pingus/data/images/groundpieces/ground/real/fish.png
-share/pingus/data/images/groundpieces/ground/real/green1.png
-share/pingus/data/images/groundpieces/ground/real/green2.png
-share/pingus/data/images/groundpieces/ground/real/real1.png
-share/pingus/data/images/groundpieces/ground/real/real10.png
-share/pingus/data/images/groundpieces/ground/real/real11.png
-share/pingus/data/images/groundpieces/ground/real/real12.png
-share/pingus/data/images/groundpieces/ground/real/real13.png
-share/pingus/data/images/groundpieces/ground/real/real14.png
-share/pingus/data/images/groundpieces/ground/real/real15.png
-share/pingus/data/images/groundpieces/ground/real/real16.png
-share/pingus/data/images/groundpieces/ground/real/real17.png
-share/pingus/data/images/groundpieces/ground/real/real18.png
-share/pingus/data/images/groundpieces/ground/real/real19.png
-share/pingus/data/images/groundpieces/ground/real/real2.png
-share/pingus/data/images/groundpieces/ground/real/real20.png
-share/pingus/data/images/groundpieces/ground/real/real21.png
-share/pingus/data/images/groundpieces/ground/real/real22.png
-share/pingus/data/images/groundpieces/ground/real/real23.png
-share/pingus/data/images/groundpieces/ground/real/real24.png
-share/pingus/data/images/groundpieces/ground/real/real25.png
-share/pingus/data/images/groundpieces/ground/real/real26.png
-share/pingus/data/images/groundpieces/ground/real/real27.png
-share/pingus/data/images/groundpieces/ground/real/real28.png
-share/pingus/data/images/groundpieces/ground/real/real29.png
-share/pingus/data/images/groundpieces/ground/real/real3.png
-share/pingus/data/images/groundpieces/ground/real/real30.png
-share/pingus/data/images/groundpieces/ground/real/real34.png
-share/pingus/data/images/groundpieces/ground/real/real35.png
-share/pingus/data/images/groundpieces/ground/real/real36.png
-share/pingus/data/images/groundpieces/ground/real/real37.png
-share/pingus/data/images/groundpieces/ground/real/real4.png
-share/pingus/data/images/groundpieces/ground/real/real5.png
-share/pingus/data/images/groundpieces/ground/real/real6.png
-share/pingus/data/images/groundpieces/ground/real/real7.png
-share/pingus/data/images/groundpieces/ground/real/real8.png
-share/pingus/data/images/groundpieces/ground/real/real9.png
-share/pingus/data/images/groundpieces/ground/rock/blackrock1.png
-share/pingus/data/images/groundpieces/ground/rock/blackrock2.png
-share/pingus/data/images/groundpieces/ground/rock/blackrock3.png
-share/pingus/data/images/groundpieces/ground/rock/blackrock4.png
-share/pingus/data/images/groundpieces/ground/rock/stone1.png
-share/pingus/data/images/groundpieces/ground/signposts/arrow_down.png
-share/pingus/data/images/groundpieces/ground/signposts/arrow_left.png
-share/pingus/data/images/groundpieces/ground/signposts/arrow_right.png
-share/pingus/data/images/groundpieces/ground/signposts/arrow_up.png
-share/pingus/data/images/groundpieces/ground/signposts/danger.png
-share/pingus/data/images/groundpieces/ground/snow/block1.png
-share/pingus/data/images/groundpieces/ground/snow/block2.png
-share/pingus/data/images/groundpieces/ground/snow/block3.png
-share/pingus/data/images/groundpieces/ground/snow/block4.png
-share/pingus/data/images/groundpieces/ground/snow/cabin.png
-share/pingus/data/images/groundpieces/ground/snow/cabin_winter.png
-share/pingus/data/images/groundpieces/ground/snow/diablock1.png
-share/pingus/data/images/groundpieces/ground/snow/diablock2.png
-share/pingus/data/images/groundpieces/ground/snow/diablock3.png
-share/pingus/data/images/groundpieces/ground/snow/gpiece1.png
-share/pingus/data/images/groundpieces/ground/snow/groundice.png
-share/pingus/data/images/groundpieces/ground/snow/ice1.png
-share/pingus/data/images/groundpieces/ground/snow/ice2.png
-share/pingus/data/images/groundpieces/ground/snow/ice3.png
-share/pingus/data/images/groundpieces/ground/snow/iceblock1.png
-share/pingus/data/images/groundpieces/ground/snow/icepiece1.png
-share/pingus/data/images/groundpieces/ground/snow/igloo.png
-share/pingus/data/images/groundpieces/ground/snow/piece1.png
-share/pingus/data/images/groundpieces/ground/snow/piece10.png
-share/pingus/data/images/groundpieces/ground/snow/piece2.png
-share/pingus/data/images/groundpieces/ground/snow/piece3.png
-share/pingus/data/images/groundpieces/ground/snow/piece7.png
-share/pingus/data/images/groundpieces/ground/snow/piece8.png
-share/pingus/data/images/groundpieces/ground/snow/piece9.png
-share/pingus/data/images/groundpieces/ground/snow/pillar1.png
-share/pingus/data/images/groundpieces/ground/snow/pillar2.png
-share/pingus/data/images/groundpieces/ground/snow/slopedr.png
-share/pingus/data/images/groundpieces/ground/snow/snowball1.png
-share/pingus/data/images/groundpieces/ground/snow/snowman.png
-share/pingus/data/images/groundpieces/ground/snow/way.png
-share/pingus/data/images/groundpieces/ground/snow/xmas-tree.png
-share/pingus/data/images/groundpieces/ground/sortie/ball1.png
-share/pingus/data/images/groundpieces/ground/sortie/ball2.png
-share/pingus/data/images/groundpieces/ground/sortie/ball3.png
-share/pingus/data/images/groundpieces/ground/sortie/ball4.png
-share/pingus/data/images/groundpieces/ground/sortie/column.png
-share/pingus/data/images/groundpieces/ground/sortie/column2.png
-share/pingus/data/images/groundpieces/ground/sortie/column3.png
-share/pingus/data/images/groundpieces/ground/sortie/plate_forme.png
-share/pingus/data/images/groundpieces/ground/sortie/plate_forme_left.png
-share/pingus/data/images/groundpieces/ground/sortie/plate_forme_right.png
-share/pingus/data/images/groundpieces/ground/sortie/tentacle1.png
-share/pingus/data/images/groundpieces/ground/space/block1.png
-share/pingus/data/images/groundpieces/ground/space/diagonal.png
-share/pingus/data/images/groundpieces/ground/space/diagonalr.png
-share/pingus/data/images/groundpieces/ground/space/smallblock1.png
-share/pingus/data/images/groundpieces/ground/space/smallblock2.png
-share/pingus/data/images/groundpieces/ground/space/smallblock3.png
-share/pingus/data/images/groundpieces/ground/space/smalltower.png
-share/pingus/data/images/groundpieces/ground/space/tower1.png
-share/pingus/data/images/groundpieces/ground/space/way.png
-share/pingus/data/images/groundpieces/ground/sweets/allsort1.png
-share/pingus/data/images/groundpieces/ground/sweets/allsort2.png
-share/pingus/data/images/groundpieces/ground/sweets/aquachoc.png
-share/pingus/data/images/groundpieces/ground/sweets/cake1.png
-share/pingus/data/images/groundpieces/ground/sweets/cake2.png
-share/pingus/data/images/groundpieces/ground/sweets/cake3.png
-share/pingus/data/images/groundpieces/ground/sweets/cake4.png
-share/pingus/data/images/groundpieces/ground/sweets/cake5.png
-share/pingus/data/images/groundpieces/ground/sweets/canestalk.png
-share/pingus/data/images/groundpieces/ground/sweets/canestub.png
-share/pingus/data/images/groundpieces/ground/sweets/canetop.png
-share/pingus/data/images/groundpieces/ground/sweets/chocbar.png
-share/pingus/data/images/groundpieces/ground/sweets/chocbloc-lowleft.png
-share/pingus/data/images/groundpieces/ground/sweets/chocbloc-lowright.png
-share/pingus/data/images/groundpieces/ground/sweets/chocbloc-topleft.png
-share/pingus/data/images/groundpieces/ground/sweets/chocbloc-topright.png
-share/pingus/data/images/groundpieces/ground/sweets/chocbloc.png
-share/pingus/data/images/groundpieces/ground/sweets/goldchoc.png
-share/pingus/data/images/groundpieces/ground/sweets/greenjellybaby.png
-share/pingus/data/images/groundpieces/ground/sweets/icecream.png
-share/pingus/data/images/groundpieces/ground/sweets/jube1.png
-share/pingus/data/images/groundpieces/ground/sweets/jube2.png
-share/pingus/data/images/groundpieces/ground/sweets/lollipop-purp.png
-share/pingus/data/images/groundpieces/ground/sweets/lollipop.png
-share/pingus/data/images/groundpieces/ground/sweets/mmblue.png
-share/pingus/data/images/groundpieces/ground/sweets/mmbrown.png
-share/pingus/data/images/groundpieces/ground/sweets/mmred.png
-share/pingus/data/images/groundpieces/ground/sweets/mmyellow.png
-share/pingus/data/images/groundpieces/ground/sweets/purpchoc.png
-share/pingus/data/images/groundpieces/ground/sweets/purplechoc.png
-share/pingus/data/images/groundpieces/ground/sweets/redjellybaby.png
-share/pingus/data/images/groundpieces/ground/test/test1.png
-share/pingus/data/images/groundpieces/ground/test/test10.png
-share/pingus/data/images/groundpieces/ground/test/test2.png
-share/pingus/data/images/groundpieces/ground/test/test3.png
-share/pingus/data/images/groundpieces/ground/test/test4.png
-share/pingus/data/images/groundpieces/ground/test/test5.png
-share/pingus/data/images/groundpieces/ground/test/test6.png
-share/pingus/data/images/groundpieces/ground/test/test7.png
-share/pingus/data/images/groundpieces/ground/test/test8.png
-share/pingus/data/images/groundpieces/ground/test/test9.png
-share/pingus/data/images/groundpieces/remove/misc/column1.png
-share/pingus/data/images/groundpieces/remove/misc/dia1.png
-share/pingus/data/images/groundpieces/remove/misc/rect1.png
-share/pingus/data/images/groundpieces/remove/misc/rect2.png
-share/pingus/data/images/groundpieces/solid/crystal/rectsolid.png
-share/pingus/data/images/groundpieces/solid/crystal/smallsolid.png
-share/pingus/data/images/groundpieces/solid/crystal/squaresolid.png
-share/pingus/data/images/groundpieces/solid/desert/bigbrickpiece.png
-share/pingus/data/images/groundpieces/solid/desert/leftsmallbrick.png
-share/pingus/data/images/groundpieces/solid/desert/middlebrickpiece.png
-share/pingus/data/images/groundpieces/solid/desert/smallbrickpiece.png
-share/pingus/data/images/groundpieces/solid/industrial/greybri1.png
-share/pingus/data/images/groundpieces/solid/industrial/greybri2.png
-share/pingus/data/images/groundpieces/solid/industrial/greybri3.png
-share/pingus/data/images/groundpieces/solid/industrial/greybri5.png
-share/pingus/data/images/groundpieces/solid/industrial/joint1.png
-share/pingus/data/images/groundpieces/solid/industrial/joint2.png
-share/pingus/data/images/groundpieces/solid/industrial/joint3.png
-share/pingus/data/images/groundpieces/solid/industrial/joint4.png
-share/pingus/data/images/groundpieces/solid/industrial/joint5.png
-share/pingus/data/images/groundpieces/solid/industrial/rivet.png
-share/pingus/data/images/groundpieces/solid/industrial/screw.png
-share/pingus/data/images/groundpieces/solid/industrial/steel1.png
-share/pingus/data/images/groundpieces/solid/industrial/steel2.png
-share/pingus/data/images/groundpieces/solid/industrial/steel3.png
-share/pingus/data/images/groundpieces/solid/industrial/steel4.png
-share/pingus/data/images/groundpieces/solid/industrial/steel5.png
-share/pingus/data/images/groundpieces/solid/industrial/weld1.png
-share/pingus/data/images/groundpieces/solid/industrial/weld2.png
-share/pingus/data/images/groundpieces/solid/industrial/weld3.png
-share/pingus/data/images/groundpieces/solid/industrial/weld4.png
-share/pingus/data/images/groundpieces/solid/industrial/weld5.png
-share/pingus/data/images/groundpieces/solid/industrial/weld6.png
-share/pingus/data/images/groundpieces/solid/industrial/weld7.png
-share/pingus/data/images/groundpieces/solid/misc/metalplate_horiz.png
-share/pingus/data/images/groundpieces/solid/misc/metalplate_large.png
-share/pingus/data/images/groundpieces/solid/misc/metalplate_small.png
-share/pingus/data/images/groundpieces/solid/misc/metalplate_vert.png
-share/pingus/data/images/groundpieces/solid/rock/granit1.png
-share/pingus/data/images/groundpieces/solid/rock/granit2.png
-share/pingus/data/images/groundpieces/solid/rock/granit3.png
-share/pingus/data/images/groundpieces/solid/rock/granit4.png
-share/pingus/data/images/groundpieces/solid/rock/granit5.png
-share/pingus/data/images/groundpieces/solid/rock/granit6.png
-share/pingus/data/images/groundpieces/transparent/foliage/grass1.png
-share/pingus/data/images/groundpieces/transparent/foliage/grass10.png
-share/pingus/data/images/groundpieces/transparent/foliage/grass11.png
-share/pingus/data/images/groundpieces/transparent/foliage/grass12.png
-share/pingus/data/images/groundpieces/transparent/foliage/grass13.png
-share/pingus/data/images/groundpieces/transparent/foliage/grass14.png
-share/pingus/data/images/groundpieces/transparent/foliage/grass15.png
-share/pingus/data/images/groundpieces/transparent/foliage/grass16.png
-share/pingus/data/images/groundpieces/transparent/foliage/grass2.png
-share/pingus/data/images/groundpieces/transparent/foliage/grass3.png
-share/pingus/data/images/groundpieces/transparent/foliage/grass4.png
-share/pingus/data/images/groundpieces/transparent/foliage/grass5.png
-share/pingus/data/images/groundpieces/transparent/foliage/grass6.png
-share/pingus/data/images/groundpieces/transparent/foliage/grass7.png
-share/pingus/data/images/groundpieces/transparent/foliage/grass8.png
-share/pingus/data/images/groundpieces/transparent/foliage/grass9.png
-share/pingus/data/images/groundpieces/transparent/foliage/turfconcave.png
-share/pingus/data/images/groundpieces/transparent/foliage/turfflat.png
-share/pingus/data/images/groundpieces/transparent/foliage/turfslopeleft.png
-share/pingus/data/images/groundpieces/transparent/foliage/turfslopeleft20.png
-share/pingus/data/images/groundpieces/transparent/foliage/turfsloperight.png
-share/pingus/data/images/groundpieces/transparent/foliage/turfsloperight20.png
-share/pingus/data/images/groundpieces/transparent/foliage/turfsmallbump.png
-share/pingus/data/images/groundpieces/transparent/foliage/turfsmallnook.png
-share/pingus/data/images/groundpieces/transparent/foliage/turftufty.png
-share/pingus/data/images/groundpieces/transparent/halloween/candle1.png
-share/pingus/data/images/groundpieces/transparent/halloween/fence1.png
-share/pingus/data/images/groundpieces/transparent/halloween/gravestone1.png
-share/pingus/data/images/groundpieces/transparent/halloween/gravestone2.png
-share/pingus/data/images/groundpieces/transparent/halloween/gravestone3.png
-share/pingus/data/images/groundpieces/transparent/halloween/gravestone4.png
-share/pingus/data/images/groundpieces/transparent/halloween/gravestone5.png
-share/pingus/data/images/groundpieces/transparent/halloween/hat1.png
-share/pingus/data/images/groundpieces/transparent/halloween/hat2.png
-share/pingus/data/images/groundpieces/transparent/halloween/kirby1.png
-share/pingus/data/images/groundpieces/transparent/halloween/kirby2.png
-share/pingus/data/images/groundpieces/transparent/halloween/kirby3.png
-share/pingus/data/images/groundpieces/transparent/halloween/kirby4.png
-share/pingus/data/images/groundpieces/transparent/halloween/pot1.png
-share/pingus/data/images/groundpieces/transparent/halloween/spiderweb1.png
-share/pingus/data/images/groundpieces/transparent/industrial/gunge1.png
-share/pingus/data/images/groundpieces/transparent/industrial/gunge10.png
-share/pingus/data/images/groundpieces/transparent/industrial/gunge11.png
-share/pingus/data/images/groundpieces/transparent/industrial/gunge12.png
-share/pingus/data/images/groundpieces/transparent/industrial/gunge13.png
-share/pingus/data/images/groundpieces/transparent/industrial/gunge14.png
-share/pingus/data/images/groundpieces/transparent/industrial/gunge15.png
-share/pingus/data/images/groundpieces/transparent/industrial/gunge2.png
-share/pingus/data/images/groundpieces/transparent/industrial/gunge3.png
-share/pingus/data/images/groundpieces/transparent/industrial/gunge4.png
-share/pingus/data/images/groundpieces/transparent/industrial/gunge5.png
-share/pingus/data/images/groundpieces/transparent/industrial/gunge6.png
-share/pingus/data/images/groundpieces/transparent/industrial/gunge7.png
-share/pingus/data/images/groundpieces/transparent/industrial/gunge8.png
-share/pingus/data/images/groundpieces/transparent/industrial/gunge9.png
-share/pingus/data/images/groundpieces/transparent/misc/flower.png
-share/pingus/data/images/groundpieces/transparent/misc/moos1.png
-share/pingus/data/images/groundpieces/transparent/misc/moos2.png
-share/pingus/data/images/groundpieces/transparent/misc/moos3.png
-share/pingus/data/images/groundpieces/transparent/misc/moos4.png
-share/pingus/data/images/groundpieces/transparent/misc/moos5.png
-share/pingus/data/images/groundpieces/transparent/misc/moos6.png
-share/pingus/data/images/groundpieces/transparent/misc/moos7.png
-share/pingus/data/images/groundpieces/transparent/misc/moos8.png
-share/pingus/data/images/groundpieces/transparent/misc/weed1.png
-share/pingus/data/images/groundpieces/transparent/misc/weed2.png
-share/pingus/data/images/groundpieces/transparent/snow/grass1.png
-share/pingus/data/images/groundpieces/transparent/snow/grass2.png
-share/pingus/data/images/groundpieces/transparent/snow/grass3.png
-share/pingus/data/images/groundpieces/transparent/snow/grass4.png
-share/pingus/data/images/groundpieces/transparent/snow/grass5.png
-share/pingus/data/images/groundpieces/transparent/snow/plant1.png
-share/pingus/data/images/groundpieces/transparent/snow/plant2.png
-share/pingus/data/images/gui/checkbox/checked.tga
-share/pingus/data/images/gui/checkbox/checked_disabled.tga
-share/pingus/data/images/gui/checkbox/unchecked.tga
-share/pingus/data/images/gui/checkbox/unchecked_disabled.tga
-share/pingus/data/images/gui/checkbox_checked.png
-share/pingus/data/images/gui/checkbox_checked_disabled.png
-share/pingus/data/images/gui/checkbox_unchecked.png
-share/pingus/data/images/gui/checkbox_unchecked_disabled.png
-share/pingus/data/images/gui/font_black.png
-share/pingus/data/images/gui/font_black.tga
-share/pingus/data/images/gui/font_gray.png
-share/pingus/data/images/gui/font_gray.tga
-share/pingus/data/images/gui/font_white.tga
-share/pingus/data/images/gui/fonts/font_black.tga
-share/pingus/data/images/gui/fonts/font_gray.tga
-share/pingus/data/images/gui/radiobutton/checked.tga
-share/pingus/data/images/gui/radiobutton/checked_disabled.tga
-share/pingus/data/images/gui/radiobutton/unchecked.tga
-share/pingus/data/images/gui/radiobutton/unchecked_disabled.tga
-share/pingus/data/images/gui/radiobutton_checked.png
-share/pingus/data/images/gui/radiobutton_checked_disabled.png
-share/pingus/data/images/gui/radiobutton_unchecked.png
-share/pingus/data/images/gui/radiobutton_unchecked_disabled.png
-share/pingus/data/images/hotspots/desert/bigdimwall.png
-share/pingus/data/images/hotspots/desert/mediumdimwall.png
-share/pingus/data/images/hotspots/desert/mediumegyptpic.png
-share/pingus/data/images/hotspots/desert/mediummummy.png
-share/pingus/data/images/hotspots/desert/mediumsphinx.png
-share/pingus/data/images/hotspots/desert/smallD.png
-share/pingus/data/images/hotspots/desert/smallE.png
-share/pingus/data/images/hotspots/desert/smallG.png
-share/pingus/data/images/hotspots/desert/smallO.png
-share/pingus/data/images/hotspots/desert/smalldimwall.png
-share/pingus/data/images/hotspots/desert/smallegyptpic.png
-share/pingus/data/images/hotspots/desert/smallmummy.png
-share/pingus/data/images/hotspots/desert/smallsphinx.png
-share/pingus/data/images/hotspots/halloween/moon.png
-share/pingus/data/images/hotspots/halloween/sign-down.png
-share/pingus/data/images/hotspots/halloween/sign-left.png
-share/pingus/data/images/hotspots/halloween/sign-right.png
-share/pingus/data/images/hotspots/halloween/sign-up.png
-share/pingus/data/images/hotspots/misc/bridge.png
-share/pingus/data/images/hotspots/misc/tree.png
-share/pingus/data/images/hotspots/signposts/arrow_east.png
-share/pingus/data/images/hotspots/signposts/arrow_north.png
-share/pingus/data/images/hotspots/signposts/arrow_northeast.png
-share/pingus/data/images/hotspots/signposts/arrow_northwest.png
-share/pingus/data/images/hotspots/signposts/arrow_south.png
-share/pingus/data/images/hotspots/signposts/arrow_southeast.png
-share/pingus/data/images/hotspots/signposts/arrow_southwest.png
-share/pingus/data/images/hotspots/signposts/arrow_west.png
-share/pingus/data/images/hotspots/signposts/basher.png
-share/pingus/data/images/hotspots/signposts/blocker.png
-share/pingus/data/images/hotspots/signposts/bomber.png
-share/pingus/data/images/hotspots/signposts/bridger.png
-share/pingus/data/images/hotspots/signposts/climber.png
-share/pingus/data/images/hotspots/signposts/danger.png
-share/pingus/data/images/hotspots/signposts/digger.png
-share/pingus/data/images/hotspots/signposts/floater.png
-share/pingus/data/images/hotspots/signposts/miner.png
-share/pingus/data/images/hotspots/signposts/nogo.png
-share/pingus/data/images/hotspots/space/engine.png
-share/pingus/data/images/levelsets/halloween.png
-share/pingus/data/images/liquids/lava.png
-share/pingus/data/images/liquids/slime.png
-share/pingus/data/images/liquids/swater.png
-share/pingus/data/images/liquids/water.png
-share/pingus/data/images/liquids/water2.png
-share/pingus/data/images/liquids/water3.png
-share/pingus/data/images/liquids/water4.png
-share/pingus/data/images/liquids/water5.png
-share/pingus/data/images/liquids/water_cmap.png
-share/pingus/data/images/particles/explosive.png
-share/pingus/data/images/particles/ground.png
-share/pingus/data/images/particles/ground_snow.png
-share/pingus/data/images/particles/particle.png
-share/pingus/data/images/particles/pingu_explo.png
-share/pingus/data/images/particles/rain1.png
-share/pingus/data/images/particles/rain2.png
-share/pingus/data/images/particles/rain_splash.png
-share/pingus/data/images/particles/smoke.png
-share/pingus/data/images/particles/smoke2.png
-share/pingus/data/images/particles/snow1.png
-share/pingus/data/images/particles/snow2.png
-share/pingus/data/images/particles/snow3.png
-share/pingus/data/images/particles/snow4.png
-share/pingus/data/images/particles/snow5.png
-share/pingus/data/images/pingus/README
-share/pingus/data/images/pingus/TODO
-share/pingus/data/images/pingus/common/bash_radius.png
-share/pingus/data/images/pingus/common/bash_radius_gfx.png
-share/pingus/data/images/pingus/common/bomber_radius.png
-share/pingus/data/images/pingus/common/bomber_radius_gfx.png
-share/pingus/data/images/pingus/common/brick_left.png
-share/pingus/data/images/pingus/common/brick_right.png
-share/pingus/data/images/pingus/common/digger_radius.png
-share/pingus/data/images/pingus/common/digger_radius_gfx.png
-share/pingus/data/images/pingus/common/floaterlayer.png
-share/pingus/data/images/pingus/common/laser_kill.png
-share/pingus/data/images/pingus/common/light.png
-share/pingus/data/images/pingus/common/splash.png
-share/pingus/data/images/pingus/common/splash_debris.png
-share/pingus/data/images/pingus/common/xmas-walker.png
-share/pingus/data/images/pingus/player0/angel.png
-share/pingus/data/images/pingus/player0/basher.png
-share/pingus/data/images/pingus/player0/blocker.png
-share/pingus/data/images/pingus/player0/boarder.png
-share/pingus/data/images/pingus/player0/bomber.png
-share/pingus/data/images/pingus/player0/bridger.png
-share/pingus/data/images/pingus/player0/bridger_walk.png
-share/pingus/data/images/pingus/player0/climber.png
-share/pingus/data/images/pingus/player0/digger.png
-share/pingus/data/images/pingus/player0/drownfall.png
-share/pingus/data/images/pingus/player0/drownwalk.png
-share/pingus/data/images/pingus/player0/exit.png
-share/pingus/data/images/pingus/player0/explo.png
-share/pingus/data/images/pingus/player0/faller.png
-share/pingus/data/images/pingus/player0/floater.png
-share/pingus/data/images/pingus/player0/miner.png
-share/pingus/data/images/pingus/player0/rocketlauncher.png
-share/pingus/data/images/pingus/player0/slider.png
-share/pingus/data/images/pingus/player0/splat.png
-share/pingus/data/images/pingus/player0/superman.png
-share/pingus/data/images/pingus/player0/tumble.png
-share/pingus/data/images/pingus/player0/waiter.png
-share/pingus/data/images/pingus/player0/walker.png
-share/pingus/data/images/pingus/player1/angel.png
-share/pingus/data/images/pingus/player1/basher.png
-share/pingus/data/images/pingus/player1/blocker.png
-share/pingus/data/images/pingus/player1/boarder.png
-share/pingus/data/images/pingus/player1/bomber.png
-share/pingus/data/images/pingus/player1/bridger.png
-share/pingus/data/images/pingus/player1/bridger_walk.png
-share/pingus/data/images/pingus/player1/climber.png
-share/pingus/data/images/pingus/player1/digger.png
-share/pingus/data/images/pingus/player1/drownfall.png
-share/pingus/data/images/pingus/player1/drownwalk.png
-share/pingus/data/images/pingus/player1/exit.png
-share/pingus/data/images/pingus/player1/explo.png
-share/pingus/data/images/pingus/player1/faller.png
-share/pingus/data/images/pingus/player1/floater.png
-share/pingus/data/images/pingus/player1/miner.png
-share/pingus/data/images/pingus/player1/rocketlauncher.png
-share/pingus/data/images/pingus/player1/slider.png
-share/pingus/data/images/pingus/player1/splat.png
-share/pingus/data/images/pingus/player1/superman.png
-share/pingus/data/images/pingus/player1/tumble.png
-share/pingus/data/images/pingus/player1/waiter.png
-share/pingus/data/images/pingus/player1/walker.png
-share/pingus/data/images/pingus/player2/angel.png
-share/pingus/data/images/pingus/player2/basher.png
-share/pingus/data/images/pingus/player2/blocker.png
-share/pingus/data/images/pingus/player2/boarder.png
-share/pingus/data/images/pingus/player2/bomber.png
-share/pingus/data/images/pingus/player2/bridger.png
-share/pingus/data/images/pingus/player2/bridger_walk.png
-share/pingus/data/images/pingus/player2/climber.png
-share/pingus/data/images/pingus/player2/digger.png
-share/pingus/data/images/pingus/player2/drownfall.png
-share/pingus/data/images/pingus/player2/drownwalk.png
-share/pingus/data/images/pingus/player2/exit.png
-share/pingus/data/images/pingus/player2/explo.png
-share/pingus/data/images/pingus/player2/faller.png
-share/pingus/data/images/pingus/player2/floater.png
-share/pingus/data/images/pingus/player2/miner.png
-share/pingus/data/images/pingus/player2/rocketlauncher.png
-share/pingus/data/images/pingus/player2/slider.png
-share/pingus/data/images/pingus/player2/splat.png
-share/pingus/data/images/pingus/player2/superman.png
-share/pingus/data/images/pingus/player2/tumble.png
-share/pingus/data/images/pingus/player2/waiter.png
-share/pingus/data/images/pingus/player2/walker.png
-share/pingus/data/images/pingus/player3/angel.png
-share/pingus/data/images/pingus/player3/basher.png
-share/pingus/data/images/pingus/player3/blocker.png
-share/pingus/data/images/pingus/player3/boarder.png
-share/pingus/data/images/pingus/player3/bomber.png
-share/pingus/data/images/pingus/player3/bridger.png
-share/pingus/data/images/pingus/player3/bridger_walk.png
-share/pingus/data/images/pingus/player3/climber.png
-share/pingus/data/images/pingus/player3/digger.png
-share/pingus/data/images/pingus/player3/drownfall.png
-share/pingus/data/images/pingus/player3/drownwalk.png
-share/pingus/data/images/pingus/player3/exit.png
-share/pingus/data/images/pingus/player3/explo.png
-share/pingus/data/images/pingus/player3/faller.png
-share/pingus/data/images/pingus/player3/floater.png
-share/pingus/data/images/pingus/player3/miner.png
-share/pingus/data/images/pingus/player3/rocketlauncher.png
-share/pingus/data/images/pingus/player3/slider.png
-share/pingus/data/images/pingus/player3/splat.png
-share/pingus/data/images/pingus/player3/superman.png
-share/pingus/data/images/pingus/player3/tumble.png
-share/pingus/data/images/pingus/player3/waiter.png
-share/pingus/data/images/pingus/player3/walker.png
-share/pingus/data/images/special/README
-share/pingus/data/images/special/pacman/blinky.png
-share/pingus/data/images/special/pacman/clyde.png
-share/pingus/data/images/special/pacman/inky.png
-share/pingus/data/images/special/pacman/pacman-bkg.png
-share/pingus/data/images/special/pacman/pacman-frame.png
-share/pingus/data/images/special/pacman/pacman-maze.png
-share/pingus/data/images/special/pacman/pacman.png
-share/pingus/data/images/special/pacman/pinky.png
-share/pingus/data/images/story/credits1.png
-share/pingus/data/images/story/credits2.png
-share/pingus/data/images/story/credits3.png
-share/pingus/data/images/story/credits4.png
-share/pingus/data/images/story/story0.png
-share/pingus/data/images/story/story1.png
-share/pingus/data/images/story/story2.png
-share/pingus/data/images/story/story3.png
-share/pingus/data/images/story/story4.png
-share/pingus/data/images/story/story5.png
-share/pingus/data/images/story/story6.png
-share/pingus/data/images/textures/README
-share/pingus/data/images/textures/anim_fire.jpg
-share/pingus/data/images/textures/blueflame.jpg
-share/pingus/data/images/textures/bluestars.jpg
-share/pingus/data/images/textures/bwsortiebg.jpg
-share/pingus/data/images/textures/clouds.jpg
-share/pingus/data/images/textures/clouds2.jpg
-share/pingus/data/images/textures/clouds3.png
-share/pingus/data/images/textures/creepers-mirrored.png
-share/pingus/data/images/textures/creepers.png
-share/pingus/data/images/textures/crystal.jpg
-share/pingus/data/images/textures/cyanspace.jpg
-share/pingus/data/images/textures/darkjungle.jpg
-share/pingus/data/images/textures/default.png
-share/pingus/data/images/textures/desert.jpg
-share/pingus/data/images/textures/desert_room.jpg
-share/pingus/data/images/textures/enchantedjungle.jpg
-share/pingus/data/images/textures/flamebg.jpg
-share/pingus/data/images/textures/fruitcaketile.jpg
-share/pingus/data/images/textures/green_tendrils.png
-share/pingus/data/images/textures/greentex.jpg
-share/pingus/data/images/textures/happyclouds.jpg
-share/pingus/data/images/textures/icetile.jpg
-share/pingus/data/images/textures/industrial-anim.jpg
-share/pingus/data/images/textures/industrial.jpg
-share/pingus/data/images/textures/latejungle.jpg
-share/pingus/data/images/textures/lunartile.jpg
-share/pingus/data/images/textures/mountain.png
-share/pingus/data/images/textures/nightjungle.jpg
-share/pingus/data/images/textures/ordina.jpg
-share/pingus/data/images/textures/rock6.jpg
-share/pingus/data/images/textures/rockagglo.jpg
-share/pingus/data/images/textures/rocktile.jpg
-share/pingus/data/images/textures/rooftile.jpg
-share/pingus/data/images/textures/rooftile2.jpg
-share/pingus/data/images/textures/solartile.jpg
-share/pingus/data/images/textures/sortie.jpg
-share/pingus/data/images/textures/sortiebgred.jpg
-share/pingus/data/images/textures/stars.jpg
-share/pingus/data/images/textures/stone.jpg
-share/pingus/data/images/textures/stones.png
-share/pingus/data/images/textures/swirljungle.png
-share/pingus/data/images/textures/thunderstorm.png
-share/pingus/data/images/traps/bumper.png
-share/pingus/data/images/traps/bumper_cmap.png
-share/pingus/data/images/traps/fake_exit.png
-share/pingus/data/images/traps/gateway.png
-share/pingus/data/images/traps/guillotineidle.png
-share/pingus/data/images/traps/guillotinekill.png
-share/pingus/data/images/traps/hammer.png
-share/pingus/data/images/traps/laser_exit.png
-share/pingus/data/images/traps/quicksand.png
-share/pingus/data/images/traps/smasher.png
-share/pingus/data/images/traps/smasher_cmap.png
-share/pingus/data/images/traps/spike.png
-share/pingus/data/images/traps/tut.png
-share/pingus/data/images/worldmaps/pacman.jpg
-share/pingus/data/images/worldmaps/tutorial_layer0.jpg
-share/pingus/data/images/worldmaps/tutorial_layer1.png
-share/pingus/data/images/worldmaps/tutorial_layer2.png
-share/pingus/data/images/worldmaps/tutorial_layer3.png
-share/pingus/data/images/worldmaps/volcano.jpg
-share/pingus/data/images/worldobjs/conveyorbelt_cmap.png
-share/pingus/data/images/worldobjs/conveyorbelt_left.png
-share/pingus/data/images/worldobjs/conveyorbelt_middle.png
-share/pingus/data/images/worldobjs/conveyorbelt_right.png
-share/pingus/data/images/worldobjs/iceblock.png
-share/pingus/data/images/worldobjs/iceblock_cmap.png
-share/pingus/data/images/worldobjs/infobox.png
-share/pingus/data/images/worldobjs/switchdoor_box.png
-share/pingus/data/images/worldobjs/switchdoor_switch.png
-share/pingus/data/images/worldobjs/switchdoor_tile.png
-share/pingus/data/images/worldobjs/switchdoor_tile_cmap.png
-share/pingus/data/images/worldobjs/teleporter.png
-share/pingus/data/images/worldobjs/teleporter2.png
-share/pingus/data/images/worldobjs/teleportertarget.png
-share/pingus/data/levels/halloween/halloween1-grumbel.pingus
-share/pingus/data/levels/halloween/halloween2-grumbel.pingus
-share/pingus/data/levels/halloween/halloween3-grumbel.pingus
-share/pingus/data/levels/halloween/halloween4-grumbel.pingus
-share/pingus/data/levels/halloween/halloween5-grumbel.pingus
-share/pingus/data/levels/halloween/halloween6-grumbel.pingus
-share/pingus/data/levels/halloween/halloween7-grumbel.pingus
-share/pingus/data/levels/halloween/halloween8-plouj.pingus
-share/pingus/data/levels/incoming/README
-share/pingus/data/levels/incoming/bouncing-bp-1.xml
-share/pingus/data/levels/incoming/gletcher1-darune.xml
-share/pingus/data/levels/incoming/gletcher2-darune-backup.xml
-share/pingus/data/levels/incoming/gletcher2-darune.xml
-share/pingus/data/levels/incoming/stone-template-darune.plf
-share/pingus/data/levels/incoming/stone1-darune-backup.xml
-share/pingus/data/levels/incoming/stone1-darune.plf
-share/pingus/data/levels/incoming/stone2-darune.plf
-share/pingus/data/levels/incoming/stone3-darune.plf
-share/pingus/data/levels/incoming/tester.xml
-share/pingus/data/levels/multiplayer/multi1-grumbel.pingus
-share/pingus/data/levels/multiplayer/multi2-grumbel.pingus
-share/pingus/data/levels/playable/DangerSeasons-Chekov.pingus
-share/pingus/data/levels/playable/Dentist.pingus
-share/pingus/data/levels/playable/Lev4.pingus
-share/pingus/data/levels/playable/Stair.pingus
-share/pingus/data/levels/playable/aliens1-phil.pingus
-share/pingus/data/levels/playable/aliens2-phil.pingus
-share/pingus/data/levels/playable/aliens4-phil.pingus
-share/pingus/data/levels/playable/aliens5-phil.pingus
-share/pingus/data/levels/playable/aliens6-phil.pingus
-share/pingus/data/levels/playable/aliens7-phil.pingus
-share/pingus/data/levels/playable/alle.pingus
-share/pingus/data/levels/playable/avaritia-cbrucher.pingus
-share/pingus/data/levels/playable/block-timpany.pingus
-share/pingus/data/levels/playable/blockers-timpany-tutorial.pingus
-share/pingus/data/levels/playable/blue1-marcotte.pingus
-share/pingus/data/levels/playable/blue2-marcotte.pingus
-share/pingus/data/levels/playable/blue3-marcotte.pingus
-share/pingus/data/levels/playable/bomber-tutorial-grumbel.pingus
-share/pingus/data/levels/playable/bombing.pingus
-share/pingus/data/levels/playable/brick1-marcotte.pingus
-share/pingus/data/levels/playable/bridger-tutorial-grumbel.pingus
-share/pingus/data/levels/playable/cages.pingus
-share/pingus/data/levels/playable/candy-timpany-premoi.pingus
-share/pingus/data/levels/playable/cave1-marcotte.pingus
-share/pingus/data/levels/playable/chouser02.pingus
-share/pingus/data/levels/playable/climber-tutorial-lukis.pingus
-share/pingus/data/levels/playable/columns-luca.pingus
-share/pingus/data/levels/playable/crystal-10-rz.pingus
-share/pingus/data/levels/playable/crystal2.pingus
-share/pingus/data/levels/playable/crystal5.pingus
-share/pingus/data/levels/playable/desert-crawl-timpany.pingus
-share/pingus/data/levels/playable/desert1.pingus
-share/pingus/data/levels/playable/desert2.pingus
-share/pingus/data/levels/playable/desert3-tflavel.pingus
-share/pingus/data/levels/playable/desert3.pingus
-share/pingus/data/levels/playable/desert4.pingus
-share/pingus/data/levels/playable/desert5-tflavel.pingus
-share/pingus/data/levels/playable/desert5.pingus
-share/pingus/data/levels/playable/desert6-grumbel.pingus
-share/pingus/data/levels/playable/desert7-grumbel.pingus
-share/pingus/data/levels/playable/desert8-grumbel.pingus
-share/pingus/data/levels/playable/desertwaste1-grumbel.pingus
-share/pingus/data/levels/playable/dig1-marcotte.pingus
-share/pingus/data/levels/playable/digger-tutorial-grumbel.pingus
-share/pingus/data/levels/playable/doors-grumbel.pingus
-share/pingus/data/levels/playable/doors2-grumbel.pingus
-share/pingus/data/levels/playable/dschungel.pingus
-share/pingus/data/levels/playable/egypt1-judit.xml
-share/pingus/data/levels/playable/egypt1-moredhel.pingus
-share/pingus/data/levels/playable/foliage3.pingus
-share/pingus/data/levels/playable/forest1-chei.pingus
-share/pingus/data/levels/playable/forest2-chei.pingus
-share/pingus/data/levels/playable/future1-jgoebbert.pingus
-share/pingus/data/levels/playable/future2-jgoebbert.pingus
-share/pingus/data/levels/playable/future3-jgoebbert.pingus
-share/pingus/data/levels/playable/headbang.pingus
-share/pingus/data/levels/playable/hellmouth-11-rz.pingus
-share/pingus/data/levels/playable/hellmouth-23-rz+eriksoe.pingus
-share/pingus/data/levels/playable/hellmouth-24-rz.pingus
-share/pingus/data/levels/playable/hellmouth1-grumbel.pingus
-share/pingus/data/levels/playable/hellmouth10-grumbel.pingus
-share/pingus/data/levels/playable/hellmouth12-grumbel.pingus
-share/pingus/data/levels/playable/hellmouth13-grumbel.pingus
-share/pingus/data/levels/playable/hellmouth14-grumbel.pingus
-share/pingus/data/levels/playable/hellmouth15-grumbel.pingus
-share/pingus/data/levels/playable/hellmouth17-grumbel.pingus
-share/pingus/data/levels/playable/hellmouth18-grumbel.pingus
-share/pingus/data/levels/playable/hellmouth19-grumbel.pingus
-share/pingus/data/levels/playable/hellmouth2-grumbel.pingus
-share/pingus/data/levels/playable/hellmouth20-grumbel.pingus
-share/pingus/data/levels/playable/hellmouth21-grumbel.pingus
-share/pingus/data/levels/playable/hellmouth22-grumbel.pingus
-share/pingus/data/levels/playable/hellmouth3-grumbel.pingus
-share/pingus/data/levels/playable/hellmouth4-grumbel.pingus
-share/pingus/data/levels/playable/hellmouth5-grumbel.pingus
-share/pingus/data/levels/playable/hellmouth6-grumbel.pingus
-share/pingus/data/levels/playable/hellmouth7-grumbel.pingus
-share/pingus/data/levels/playable/hellmouth8-grumbel.pingus
-share/pingus/data/levels/playable/hellmouth9-grumbel.pingus
-share/pingus/data/levels/playable/if_only_i_can_fly_-_wayne_shelley.pingus
-share/pingus/data/levels/playable/indiana-yingwan.pingus
-share/pingus/data/levels/playable/industrial-plumber-timpany.pingus
-share/pingus/data/levels/playable/industrial3-grumbel.pingus
-share/pingus/data/levels/playable/industrial4-grumbel.pingus
-share/pingus/data/levels/playable/intensiv-timpany.pingus
-share/pingus/data/levels/playable/intersec.pingus
-share/pingus/data/levels/playable/jewel.pingus
-share/pingus/data/levels/playable/job_switching.pingus
-share/pingus/data/levels/playable/jungle-13-rz+eriksoe.pingus
-share/pingus/data/levels/playable/jungle-airline-timpany.pingus
-share/pingus/data/levels/playable/jungle-crisscross-timpany.pingus
-share/pingus/data/levels/playable/jungle1.pingus
-share/pingus/data/levels/playable/level13.pingus
-share/pingus/data/levels/playable/level9.pingus
-share/pingus/data/levels/playable/lonely.pingus
-share/pingus/data/levels/playable/longway.pingus
-share/pingus/data/levels/playable/mauern.pingus
-share/pingus/data/levels/playable/miner-tutorial-grumbel.pingus
-share/pingus/data/levels/playable/mud3-grumbel.pingus
-share/pingus/data/levels/playable/mud4-grumbel.pingus
-share/pingus/data/levels/playable/pacman1-yingwan.pingus
-share/pingus/data/levels/playable/pacman2-yingwan.pingus
-share/pingus/data/levels/playable/pacman3-yingwan.pingus
-share/pingus/data/levels/playable/panic-cbrucher.pingus
-share/pingus/data/levels/playable/parallel.pingus
-share/pingus/data/levels/playable/partic2.pingus
-share/pingus/data/levels/playable/particle.pingus
-share/pingus/data/levels/playable/pingfrog-mips.pingus
-share/pingus/data/levels/playable/pingustemple2-pacho.xml
-share/pingus/data/levels/playable/pingusworld1-pacho.pingus
-share/pingus/data/levels/playable/pingusworld2-pacho.pingus
-share/pingus/data/levels/playable/pingusworld3-pacho.pingus
-share/pingus/data/levels/playable/pyramid1-yingwan.pingus
-share/pingus/data/levels/playable/pyramid2-yingwan.pingus
-share/pingus/data/levels/playable/real5.pingus
-share/pingus/data/levels/playable/real6.pingus
-share/pingus/data/levels/playable/rinse.pingus
-share/pingus/data/levels/playable/rockhopping.pingus
-share/pingus/data/levels/playable/sand1-marcotte.pingus
-share/pingus/data/levels/playable/sand2-marcotte.pingus
-share/pingus/data/levels/playable/sas.pingus
-share/pingus/data/levels/playable/slidenride1-grumbel.pingus
-share/pingus/data/levels/playable/sno1-marcotte.pingus
-share/pingus/data/levels/playable/snow1-marcotte.pingus
-share/pingus/data/levels/playable/snow1.pingus
-share/pingus/data/levels/playable/sortie1.pingus
-share/pingus/data/levels/playable/sortie4-grumbel.pingus
-share/pingus/data/levels/playable/space-11-rz+eriksoe.pingus
-share/pingus/data/levels/playable/space-9-tom.pingus
-share/pingus/data/levels/playable/space-loop-timpany.pingus
-share/pingus/data/levels/playable/space-tom1.pingus
-share/pingus/data/levels/playable/space2.pingus
-share/pingus/data/levels/playable/stairway1-valar.pingus
-share/pingus/data/levels/playable/stone-1-rz.pingus
-share/pingus/data/levels/playable/stone-6-rz+eriksoe.pingus
-share/pingus/data/levels/playable/stone-castle-timpany.pingus
-share/pingus/data/levels/playable/stone1-marcotte.pingus
-share/pingus/data/levels/playable/stone12-grumbel.pingus
-share/pingus/data/levels/playable/stone13-grumbel.pingus
-share/pingus/data/levels/playable/stone14-grumbel.pingus
-share/pingus/data/levels/playable/stone15-grumbel.pingus
-share/pingus/data/levels/playable/stone2-marcotte.pingus
-share/pingus/data/levels/playable/stone3-marcotte.pingus
-share/pingus/data/levels/playable/stone5-grumbel.pingus
-share/pingus/data/levels/playable/stone5-phlog.pingus
-share/pingus/data/levels/playable/stone7-grumbel.pingus
-share/pingus/data/levels/playable/superunknown1-valar.pingus
-share/pingus/data/levels/playable/sweets-phil2.pingus
-share/pingus/data/levels/playable/teamwork-cbrucher.pingus
-share/pingus/data/levels/playable/teleporter1-grumbel.pingus
-share/pingus/data/levels/playable/teleporter2-grumbel.pingus
-share/pingus/data/levels/playable/theway-mips.pingus
-share/pingus/data/levels/playable/w1-judit.pingus
-share/pingus/data/levels/playable/winter1-chei.pingus
-share/pingus/data/levels/playable/winter2-chei.pingus
-share/pingus/data/levels/playable/wland-timpany.pingus
-share/pingus/data/levels/playable/xmas-blockblow-timpany.pingus
-share/pingus/data/levels/playable/xmas-complex-timpany.pingus
-share/pingus/data/levels/test/actions.pingus
-share/pingus/data/levels/test/background-test.pingus
-share/pingus/data/levels/test/basher.pingus
-share/pingus/data/levels/test/bg-test.pingus
-share/pingus/data/levels/test/blablub.pingus
-share/pingus/data/levels/test/bridger.pingus
-share/pingus/data/levels/test/bug-test.pingus
-share/pingus/data/levels/test/chink.pingus
-share/pingus/data/levels/test/climber.pingus
-share/pingus/data/levels/test/crash_on_entrance_remove.pingus
-share/pingus/data/levels/test/exit.pingus
-share/pingus/data/levels/test/fallbug.pingus
-share/pingus/data/levels/test/faller.pingus
-share/pingus/data/levels/test/group.pingus
-share/pingus/data/levels/test/jumper.pingus
-share/pingus/data/levels/test/jumper2.pingus
-share/pingus/data/levels/test/jumperbounce.pingus
-share/pingus/data/levels/test/meta.pingus
-share/pingus/data/levels/test/newgroundpiece.pingus
-share/pingus/data/levels/test/order.pingus
-share/pingus/data/levels/test/prefab.pingus
-share/pingus/data/levels/test/rotation.pingus
-share/pingus/data/levels/test/sexpr.pingus
-share/pingus/data/levels/test/smallmap.pingus
-share/pingus/data/levels/test/sorting.pingus
-share/pingus/data/levels/test/test1.pingus
-share/pingus/data/levels/test/test10.pingus
-share/pingus/data/levels/test/test11.pingus
-share/pingus/data/levels/test/test13.pingus
-share/pingus/data/levels/test/test14.pingus
-share/pingus/data/levels/test/test15.pingus
-share/pingus/data/levels/test/test2.pingus
-share/pingus/data/levels/test/test20.pingus
-share/pingus/data/levels/test/test3.pingus
-share/pingus/data/levels/test/test4.pingus
-share/pingus/data/levels/test/test5.pingus
-share/pingus/data/levels/test/test6.pingus
-share/pingus/data/levels/test/test7.pingus
-share/pingus/data/levels/test/test8.pingus
-share/pingus/data/levels/test/test9.pingus
-share/pingus/data/levels/test/walk.pingus
-share/pingus/data/levels/tutorial/basher-tutorial-grumbel.pingus
-share/pingus/data/levels/tutorial/bomber-tutorial2-grumbel.pingus
-share/pingus/data/levels/tutorial/digger-tutorial2-grumbel.pingus
-share/pingus/data/levels/tutorial/floater-tutorial-grumbel.pingus
-share/pingus/data/levels/tutorial/jumper-tutorial-grumbel.pingus
-share/pingus/data/levels/tutorial/miner-tutorial2-grumbel.pingus
-share/pingus/data/levels/tutorial/snow10-grumbel.pingus
-share/pingus/data/levels/tutorial/snow11-grumbel.pingus
-share/pingus/data/levels/tutorial/snow12-grumbel.pingus
-share/pingus/data/levels/tutorial/snow14-grumbel.pingus
-share/pingus/data/levels/tutorial/snow15-grumbel.pingus
-share/pingus/data/levels/tutorial/snow16-grumbel.pingus
-share/pingus/data/levels/tutorial/snow17-grumbel.pingus
-share/pingus/data/levels/tutorial/snow19-grumbel.pingus
-share/pingus/data/levels/tutorial/snow20-grumbel.pingus
-share/pingus/data/levels/tutorial/snow21-grumbel.pingus
-share/pingus/data/levels/tutorial/snow22-grumbel.pingus
-share/pingus/data/levels/tutorial/snow7-grumbel.pingus
-share/pingus/data/levels/tutorial/snow8-grumbel.pingus
-share/pingus/data/levels/tutorial/snow9-grumbel.pingus
-share/pingus/data/levels/tutorial/solid-tutorial-grumbel.pingus
-share/pingus/data/levels/volcano/volcano1-grumbel.pingus
-share/pingus/data/levels/volcano/volcano2-grumbel.pingus
-share/pingus/data/levels/volcano/volcano3-grumbel.pingus
-share/pingus/data/levels/volcano/volcano4-grumbel.pingus
-share/pingus/data/levels/wip/am_nil-luki.pingus
-share/pingus/data/levels/wip/belt1-grumbel.pingus
-share/pingus/data/levels/wip/block.pingus
-share/pingus/data/levels/wip/candy-lukis.pingus
-share/pingus/data/levels/wip/candy1.pingus
-share/pingus/data/levels/wip/cave-cave1-mw.pingus
-share/pingus/data/levels/wip/cave-cave2-mw.pingus
-share/pingus/data/levels/wip/cave-crystal1-mw.pingus
-share/pingus/data/levels/wip/cave-crystal2-mw.pingus
-share/pingus/data/levels/wip/cave-food1-mw.pingus
-share/pingus/data/levels/wip/cave-jungle1-mw.pingus
-share/pingus/data/levels/wip/cave-snow1-mw.pingus
-share/pingus/data/levels/wip/cave-space1-mw.pingus
-share/pingus/data/levels/wip/cave-space2-mw.pingus
-share/pingus/data/levels/wip/cave-tubes1-mw.pingus
-share/pingus/data/levels/wip/conv.pingus
-share/pingus/data/levels/wip/crystal-phil1.pingus
-share/pingus/data/levels/wip/crystal1.pingus
-share/pingus/data/levels/wip/crystal3.pingus
-share/pingus/data/levels/wip/crystal4.pingus
-share/pingus/data/levels/wip/desert-phil1.pingus
-share/pingus/data/levels/wip/desert-phil2.pingus
-share/pingus/data/levels/wip/editor_tut.pingus
-share/pingus/data/levels/wip/foliage1.pingus
-share/pingus/data/levels/wip/foliage4.pingus
-share/pingus/data/levels/wip/granit1.pingus
-share/pingus/data/levels/wip/green1-grumbel.pingus
-share/pingus/data/levels/wip/hellmouth-phil1.pingus
-share/pingus/data/levels/wip/hellmouth11-grumbel.pingus
-share/pingus/data/levels/wip/hellmouth16-grumbel.pingus
-share/pingus/data/levels/wip/hellmouth23-grumbel.pingus
-share/pingus/data/levels/wip/hotmush-gordon.pingus
-share/pingus/data/levels/wip/iceblock-grumbel1.pingus
-share/pingus/data/levels/wip/industrial1-grumbel.pingus
-share/pingus/data/levels/wip/industrial2-grumbel.pingus
-share/pingus/data/levels/wip/isle1-grumbel.pingus
-share/pingus/data/levels/wip/jungle2.pingus
-share/pingus/data/levels/wip/large1.pingus
-share/pingus/data/levels/wip/level0.pingus
-share/pingus/data/levels/wip/level10.pingus
-share/pingus/data/levels/wip/level12.pingus
-share/pingus/data/levels/wip/level19.pingus
-share/pingus/data/levels/wip/level2.pingus
-share/pingus/data/levels/wip/level3.pingus
-share/pingus/data/levels/wip/level5.pingus
-share/pingus/data/levels/wip/level7.pingus
-share/pingus/data/levels/wip/level8.pingus
-share/pingus/data/levels/wip/mud1-grumbel.pingus
-share/pingus/data/levels/wip/mud2-grumbel.pingus
-share/pingus/data/levels/wip/mushroom.pingus
-share/pingus/data/levels/wip/ordina1-lawrence.pingus
-share/pingus/data/levels/wip/park-mkoller.pingus
-share/pingus/data/levels/wip/penguinworld-franko.pingus
-share/pingus/data/levels/wip/pipedreams1-grumbel.pingus
-share/pingus/data/levels/wip/pipes1.pingus
-share/pingus/data/levels/wip/pyramid-bandara.pingus
-share/pingus/data/levels/wip/real1.pingus
-share/pingus/data/levels/wip/real2.pingus
-share/pingus/data/levels/wip/real3.pingus
-share/pingus/data/levels/wip/real4.pingus
-share/pingus/data/levels/wip/rock1.pingus
-share/pingus/data/levels/wip/sept-aztec1-mw.pingus
-share/pingus/data/levels/wip/sept-cave1-mw.pingus
-share/pingus/data/levels/wip/sept-crystal1-mw.pingus
-share/pingus/data/levels/wip/sept-snow1-mw.pingus
-share/pingus/data/levels/wip/sept-space1-mw.pingus
-share/pingus/data/levels/wip/small1.pingus
-share/pingus/data/levels/wip/snow-lukis.pingus
-share/pingus/data/levels/wip/snow2.pingus
-share/pingus/data/levels/wip/snow3.pingus
-share/pingus/data/levels/wip/snow4.pingus
-share/pingus/data/levels/wip/snow5.pingus
-share/pingus/data/levels/wip/snow6.pingus
-share/pingus/data/levels/wip/sortie-lukis.pingus
-share/pingus/data/levels/wip/sortie2.pingus
-share/pingus/data/levels/wip/sortie3.pingus
-share/pingus/data/levels/wip/space-phil1.pingus
-share/pingus/data/levels/wip/space1.pingus
-share/pingus/data/levels/wip/space3.pingus
-share/pingus/data/levels/wip/space4-grumbel.pingus
-share/pingus/data/levels/wip/stone-brinkmann.pingus
-share/pingus/data/levels/wip/stone.pingus
-share/pingus/data/levels/wip/stone10-grumbel.pingus
-share/pingus/data/levels/wip/stone11-grumbel.pingus
-share/pingus/data/levels/wip/stone12-grumbel.pingus
-share/pingus/data/levels/wip/stone2.pingus
-share/pingus/data/levels/wip/stone3-grumbel.pingus
-share/pingus/data/levels/wip/stone4-grumbel.pingus
-share/pingus/data/levels/wip/stone6-grumbel.pingus
-share/pingus/data/levels/wip/stone8-grumbel.pingus
-share/pingus/data/levels/wip/stone9-grumbel.pingus
-share/pingus/data/levels/wip/sweets-phil1.pingus
-share/pingus/data/levels/wip/test-luki.pingus
-share/pingus/data/levelsets/halloween.levelset
-share/pingus/data/metamap/metamap.xml
-share/pingus/data/music/gd-cancn.it
-share/pingus/data/music/gd-giirm.s3m
-share/pingus/data/music/gd-ite.it
-share/pingus/data/music/gd-matth.it
-share/pingus/data/music/gd-myla.it
-share/pingus/data/music/goin_march.it
-share/pingus/data/music/pingus-1.it
-share/pingus/data/music/pingus-2.it
-share/pingus/data/music/pingus-3.it
-share/pingus/data/music/pingus-4.it
-share/pingus/data/music/pingus-5.it
-share/pingus/data/music/pingus-6.it
-share/pingus/data/music/pingus-7.it
-share/pingus/data/music/pingus-8.it
-share/pingus/data/music/pingus-9.it
-share/pingus/data/music/rough_journey.it
-share/pingus/data/music/sorcerer.it
-share/pingus/data/music/success_1.it
-share/pingus/data/music/success_2.it
-share/pingus/data/music/the_big_march_in_space.it
-share/pingus/data/po/TRANSLATORS
-share/pingus/data/po/cs.po
-share/pingus/data/po/da.po
-share/pingus/data/po/de.po
-share/pingus/data/po/es.po
-share/pingus/data/po/extract-po.sh
-share/pingus/data/po/fi.po
-share/pingus/data/po/fr.po
-share/pingus/data/po/hu.po
-share/pingus/data/po/it.po
-share/pingus/data/po/nb.po
-share/pingus/data/po/nl.po
-share/pingus/data/po/nn.po
-share/pingus/data/po/pingus.pot
-share/pingus/data/po/pt.po
-share/pingus/data/po/pt_BR.po
-share/pingus/data/po/sr.po
-share/pingus/data/po/sv.po
-share/pingus/data/po/tr.po
-share/pingus/data/prefabs/snow-entrance.xml
-share/pingus/data/prefabs/water.xml
-share/pingus/data/sounds/chink.wav
-share/pingus/data/sounds/digger.wav
-share/pingus/data/sounds/goodidea.wav
-share/pingus/data/sounds/letsgo.wav
-share/pingus/data/sounds/ohno.wav
-share/pingus/data/sounds/plop.wav
-share/pingus/data/sounds/plop2.wav
-share/pingus/data/sounds/splash.wav
-share/pingus/data/sounds/tick.wav
-share/pingus/data/sounds/ting.wav
-share/pingus/data/sounds/yipee.wav
-share/pingus/data/themes/crystal.xml
-share/pingus/data/themes/desert.xml
-share/pingus/data/themes/jungle.xml
-share/pingus/data/themes/misc.xml
-share/pingus/data/themes/newlevs.xml
-share/pingus/data/themes/playable.xml
-share/pingus/data/themes/playable2.xml
-share/pingus/data/themes/space.xml
-share/pingus/data/themes/standard.xml
-share/pingus/data/themes/test.xml
-share/pingus/data/themes/tutorial.xml
-share/pingus/data/themes/xmas99.xml
-share/pingus/data/worldmaps/pacman.old
-share/pingus/data/worldmaps/tutorial.worldmap
-share/pingus/data/worldmaps/tutorial.xml
-share/pingus/data/worldmaps/volcano.worldmap
-share/pingus/data/worldmaps/volcano.xml
+man/man6/pingus.6
+share/pingus/controller/default.scm
+share/pingus/controller/usbmouse.scm
+share/pingus/controller/wiimote.scm
+share/pingus/controller/xbox360.scm
+share/pingus/controller/xinput.scm
+share/pingus/credits/pingus.credits
+share/pingus/images/XMas/walker.sprite
+share/pingus/images/backgrounds/large_star.png
+share/pingus/images/backgrounds/middle_star.png
+share/pingus/images/backgrounds/small_star.png
+share/pingus/images/backgrounds/starfield_icon.png
+share/pingus/images/core/buttons/armageddon_anim.png
+share/pingus/images/core/buttons/armageddon_anim.sprite
+share/pingus/images/core/buttons/buttonbackground.png
+share/pingus/images/core/buttons/buttonbackgroundhl.png
+share/pingus/images/core/buttons/fast_forward.png
+share/pingus/images/core/buttons/hbuttonbg.png
+share/pingus/images/core/buttons/hbuttonbgb.png
+share/pingus/images/core/buttons/info.png
+share/pingus/images/core/buttons/info.sprite
+share/pingus/images/core/buttons/pause.png
+share/pingus/images/core/cursors/animcross.png
+share/pingus/images/core/cursors/animcross.sprite
+share/pingus/images/core/cursors/animcross2.sprite
+share/pingus/images/core/cursors/arrow_left.png
+share/pingus/images/core/cursors/arrow_right.png
+share/pingus/images/core/cursors/cap.png
+share/pingus/images/core/cursors/capbad.sprite
+share/pingus/images/core/cursors/capgood.sprite
+share/pingus/images/core/cursors/capture.png
+share/pingus/images/core/cursors/capwrong.png
+share/pingus/images/core/cursors/cross.png
+share/pingus/images/core/cursors/cross.sprite
+share/pingus/images/core/cursors/cursor.png
+share/pingus/images/core/cursors/editor.png
+share/pingus/images/core/cursors/scroll.png
+share/pingus/images/core/cursors/scroll_cur.sprite
+share/pingus/images/core/demo/fastforward-hover.png
+share/pingus/images/core/demo/fastforward-pressed.png
+share/pingus/images/core/demo/fastforward.png
+share/pingus/images/core/demo/highlight.png
+share/pingus/images/core/demo/pause-hover.png
+share/pingus/images/core/demo/pause-pressed.png
+share/pingus/images/core/demo/pause.png
+share/pingus/images/core/demo/reload-hover.png
+share/pingus/images/core/demo/reload-pressed.png
+share/pingus/images/core/demo/reload.png
+share/pingus/images/core/editor/actions.png
+share/pingus/images/core/editor/button-pressed.png
+share/pingus/images/core/editor/button-raised.png
+share/pingus/images/core/editor/button.png
+share/pingus/images/core/editor/button_pressed.png
+share/pingus/images/core/editor/clock_run.sprite
+share/pingus/images/core/editor/combobox.png
+share/pingus/images/core/editor/copy.sprite
+share/pingus/images/core/editor/delete.sprite
+share/pingus/images/core/editor/document-new.png
+share/pingus/images/core/editor/document-open.png
+share/pingus/images/core/editor/document-properties.png
+share/pingus/images/core/editor/document-save-as.png
+share/pingus/images/core/editor/document-save.png
+share/pingus/images/core/editor/edit-copy.png
+share/pingus/images/core/editor/edit-delete.png
+share/pingus/images/core/editor/edit.sprite
+share/pingus/images/core/editor/exit.png
+share/pingus/images/core/editor/exit.sprite
+share/pingus/images/core/editor/help.png
+share/pingus/images/core/editor/home.png
+share/pingus/images/core/editor/index.sprite
+share/pingus/images/core/editor/list-add.png
+share/pingus/images/core/editor/list-remove.png
+share/pingus/images/core/editor/logo.png
+share/pingus/images/core/editor/minimap.png
+share/pingus/images/core/editor/new.sprite
+share/pingus/images/core/editor/obj_background.png
+share/pingus/images/core/editor/obj_button-pressed.png
+share/pingus/images/core/editor/obj_button-raised.png
+share/pingus/images/core/editor/obj_button.png
+share/pingus/images/core/editor/obj_entrance.png
+share/pingus/images/core/editor/obj_exit.png
+share/pingus/images/core/editor/obj_gp_bridge.png
+share/pingus/images/core/editor/obj_gp_ground.png
+share/pingus/images/core/editor/obj_gp_remove.png
+share/pingus/images/core/editor/obj_gp_solid.png
+share/pingus/images/core/editor/obj_gp_transparent.png
+share/pingus/images/core/editor/obj_hotspot.png
+share/pingus/images/core/editor/obj_liquid.png
+share/pingus/images/core/editor/obj_prefab.png
+share/pingus/images/core/editor/obj_trap.png
+share/pingus/images/core/editor/obj_weather.png
+share/pingus/images/core/editor/obj_worldobj.png
+share/pingus/images/core/editor/object-bottom.png
+share/pingus/images/core/editor/object-down.png
+share/pingus/images/core/editor/object-flip-horizontal.sprite
+share/pingus/images/core/editor/object-flip-vertical.sprite
+share/pingus/images/core/editor/object-flip_horizontal.png
+share/pingus/images/core/editor/object-flip_vertical.png
+share/pingus/images/core/editor/object-properties.png
+share/pingus/images/core/editor/object-rotate-left.sprite
+share/pingus/images/core/editor/object-rotate-right.sprite
+share/pingus/images/core/editor/object-rotate_left.png
+share/pingus/images/core/editor/object-rotate_right.png
+share/pingus/images/core/editor/object-top.png
+share/pingus/images/core/editor/object-up.png
+share/pingus/images/core/editor/objects.png
+share/pingus/images/core/editor/open.sprite
+share/pingus/images/core/editor/play.png
+share/pingus/images/core/editor/preferences.sprite
+share/pingus/images/core/editor/save.sprite
+share/pingus/images/core/editor/separator.png
+share/pingus/images/core/editor/snap-grid.png
+share/pingus/images/core/editor/solidcolorbackground.png
+share/pingus/images/core/editor/solidcolorbackground_thumb.png
+share/pingus/images/core/editor/starfield.png
+share/pingus/images/core/editor/starfield_thumb.png
+share/pingus/images/core/editor/start_pos.png
+share/pingus/images/core/editor/tb_exit.png
+share/pingus/images/core/editor/weather_rain.png
+share/pingus/images/core/editor/weather_snow.png
+share/pingus/images/core/editor/zoom-best-fit.png
+share/pingus/images/core/editor/zoom-in.png
+share/pingus/images/core/editor/zoom-original.png
+share/pingus/images/core/editor/zoom-out.png
+share/pingus/images/core/menu/arrow_down.png
+share/pingus/images/core/menu/arrow_down_hover.png
+share/pingus/images/core/menu/arrow_down_pressed.png
+share/pingus/images/core/menu/arrow_left.png
+share/pingus/images/core/menu/arrow_left_hover.png
+share/pingus/images/core/menu/arrow_left_pressed.png
+share/pingus/images/core/menu/arrow_right.png
+share/pingus/images/core/menu/arrow_right_hover.png
+share/pingus/images/core/menu/arrow_right_pressed.png
+share/pingus/images/core/menu/arrow_up.png
+share/pingus/images/core/menu/arrow_up_hover.png
+share/pingus/images/core/menu/arrow_up_pressed.png
+share/pingus/images/core/menu/blackboard.png
+share/pingus/images/core/menu/blackboard.sprite
+share/pingus/images/core/menu/checkbox_marked_small.png
+share/pingus/images/core/menu/checkbox_small.png
+share/pingus/images/core/menu/exit_button_hover.png
+share/pingus/images/core/menu/exit_button_normal.png
+share/pingus/images/core/menu/exit_button_pressed.png
+share/pingus/images/core/menu/layer1.png
+share/pingus/images/core/menu/layer2.png
+share/pingus/images/core/menu/layer3.png
+share/pingus/images/core/menu/layer4.png
+share/pingus/images/core/menu/layer5.png
+share/pingus/images/core/menu/locked_small.png
+share/pingus/images/core/menu/marker.png
+share/pingus/images/core/menu/marker2.png
+share/pingus/images/core/menu/marker_locked.png
+share/pingus/images/core/menu/menuitem.png
+share/pingus/images/core/menu/menuitem.sprite
+share/pingus/images/core/menu/menuitem_highlight.png
+share/pingus/images/core/menu/menuitem_highlight.sprite
+share/pingus/images/core/menu/startscreenbg.sprite
+share/pingus/images/core/menu/wood.png
+share/pingus/images/core/misc/404.png
+share/pingus/images/core/misc/404sprite.sprite
+share/pingus/images/core/misc/chalk_pingu1.png
+share/pingus/images/core/misc/chalk_pingu2.png
+share/pingus/images/core/misc/chalk_pingu3.png
+share/pingus/images/core/misc/chalk_pingu4.png
+share/pingus/images/core/misc/checkbox_clicked.png
+share/pingus/images/core/misc/creditpingu.png
+share/pingus/images/core/misc/creditpingu.sprite
+share/pingus/images/core/misc/flag0.png
+share/pingus/images/core/misc/flag0.sprite
+share/pingus/images/core/misc/flag1.png
+share/pingus/images/core/misc/flag1.sprite
+share/pingus/images/core/misc/flag2.png
+share/pingus/images/core/misc/flag2.sprite
+share/pingus/images/core/misc/flag3.png
+share/pingus/images/core/misc/flag3.sprite
+share/pingus/images/core/misc/infinity.png
+share/pingus/images/core/misc/loading.png
+share/pingus/images/core/misc/logo.png
+share/pingus/images/core/misc/next.png
+share/pingus/images/core/misc/next_hover.png
+share/pingus/images/core/misc/pingubw.png
+share/pingus/images/core/misc/smallmap_entrance.png
+share/pingus/images/core/misc/smallmap_entrance.sprite
+share/pingus/images/core/misc/smallmap_exit.png
+share/pingus/images/core/misc/smallmap_exit.sprite
+share/pingus/images/core/misc/start_back.png
+share/pingus/images/core/misc/start_back_clicked.png
+share/pingus/images/core/misc/start_back_hover.png
+share/pingus/images/core/misc/start_ok.png
+share/pingus/images/core/misc/start_ok_clicked.png
+share/pingus/images/core/misc/start_ok_hover.png
+share/pingus/images/core/misc/unplayable.png
+share/pingus/images/core/misc/unplayable.sprite
+share/pingus/images/core/misc/unplayable2.png
+share/pingus/images/core/start/back.sprite
+share/pingus/images/core/start/back_clicked.sprite
+share/pingus/images/core/start/back_hover.sprite
+share/pingus/images/core/start/ok.sprite
+share/pingus/images/core/start/ok_clicked.sprite
+share/pingus/images/core/start/ok_hover.sprite
+share/pingus/images/core/worldmap/arrow.png
+share/pingus/images/core/worldmap/arrow.sprite
+share/pingus/images/core/worldmap/credits_button_hover.png
+share/pingus/images/core/worldmap/credits_button_normal.png
+share/pingus/images/core/worldmap/credits_button_pressed.png
+share/pingus/images/core/worldmap/dot_green.png
+share/pingus/images/core/worldmap/dot_green.sprite
+share/pingus/images/core/worldmap/dot_green_hl.png
+share/pingus/images/core/worldmap/dot_green_hl.sprite
+share/pingus/images/core/worldmap/dot_invalid.png
+share/pingus/images/core/worldmap/dot_invalid.sprite
+share/pingus/images/core/worldmap/dot_red.png
+share/pingus/images/core/worldmap/dot_red.sprite
+share/pingus/images/core/worldmap/dot_red_hl.png
+share/pingus/images/core/worldmap/dot_red_hl.sprite
+share/pingus/images/core/worldmap/enter_button_hover.png
+share/pingus/images/core/worldmap/enter_button_normal.png
+share/pingus/images/core/worldmap/enter_button_pressed.png
+share/pingus/images/core/worldmap/flaggreen.png
+share/pingus/images/core/worldmap/flaggreen.sprite
+share/pingus/images/core/worldmap/leave_button_hover.png
+share/pingus/images/core/worldmap/leave_button_normal.png
+share/pingus/images/core/worldmap/leave_button_pressed.png
+share/pingus/images/core/worldmap/levelname_bg.png
+share/pingus/images/core/worldmap/pingus.png
+share/pingus/images/core/worldmap/pingus/left.sprite
+share/pingus/images/core/worldmap/pingus/right.sprite
+share/pingus/images/core/worldmap/pingus_standing.png
+share/pingus/images/core/worldmap/pingus_standing.sprite
+share/pingus/images/core/worldmap/story_button_hover.png
+share/pingus/images/core/worldmap/story_button_normal.png
+share/pingus/images/core/worldmap/story_button_pressed.png
+share/pingus/images/core/worldmap/story_dot.png
+share/pingus/images/core/worldmap/story_dot.sprite
+share/pingus/images/core/worldmap/story_dot_highlight.png
+share/pingus/images/core/worldmap/story_dot_highlight.sprite
+share/pingus/images/core/worldmap/tube.png
+share/pingus/images/entrances/cloud.png
+share/pingus/images/entrances/cloud.sprite
+share/pingus/images/entrances/desert_back.png
+share/pingus/images/entrances/desert_front.png
+share/pingus/images/entrances/easter.png
+share/pingus/images/entrances/entrance.png
+share/pingus/images/entrances/entrance_eyes.sprite
+share/pingus/images/entrances/entrance_eyes_anim.sprite
+share/pingus/images/entrances/eyes_entrance.png
+share/pingus/images/entrances/eyes_entrance_anim.png
+share/pingus/images/entrances/eyes_underlay.png
+share/pingus/images/entrances/generic.png
+share/pingus/images/entrances/generic.sprite
+share/pingus/images/entrances/halloween.png
+share/pingus/images/entrances/industrial.png
+share/pingus/images/entrances/industrial_top.png
+share/pingus/images/entrances/snow_back.png
+share/pingus/images/entrances/snow_front.png
+share/pingus/images/entrances/space.png
+share/pingus/images/entrances/space.sprite
+share/pingus/images/entrances/underlay_eyes.sprite
+share/pingus/images/entrances/wood_bottom.png
+share/pingus/images/entrances/wood_top.png
+share/pingus/images/entrances/woodthing_mov.png
+share/pingus/images/entrances/woodthing_mov.sprite
+share/pingus/images/entrances/woodthing_nmov.png
+share/pingus/images/entrances/xmas_back.png
+share/pingus/images/entrances/xmas_front.png
+share/pingus/images/exits/crystal.png
+share/pingus/images/exits/crystal.sprite
+share/pingus/images/exits/desert.sprite
+share/pingus/images/exits/desert_tut.png
+share/pingus/images/exits/desert_tut.sprite
+share/pingus/images/exits/desertexit.png
+share/pingus/images/exits/easter.png
+share/pingus/images/exits/easter.sprite
+share/pingus/images/exits/forest.png
+share/pingus/images/exits/forest.sprite
+share/pingus/images/exits/halloween.png
+share/pingus/images/exits/halloween.sprite
+share/pingus/images/exits/ice.png
+share/pingus/images/exits/ice.sprite
+share/pingus/images/exits/ice2.png
+share/pingus/images/exits/ice2.sprite
+share/pingus/images/exits/industrial.png
+share/pingus/images/exits/industrial.sprite
+share/pingus/images/exits/mud.png
+share/pingus/images/exits/mud.sprite
+share/pingus/images/exits/ordina.png
+share/pingus/images/exits/ordina.sprite
+share/pingus/images/exits/pwexit.png
+share/pingus/images/exits/sortie.png
+share/pingus/images/exits/sortie.sprite
+share/pingus/images/exits/sortie_anim.png
+share/pingus/images/exits/sortie_anim.sprite
+share/pingus/images/exits/space.png
+share/pingus/images/exits/space.sprite
+share/pingus/images/exits/stone.png
+share/pingus/images/exits/stone.sprite
+share/pingus/images/exits/sweetexit.png
+share/pingus/images/exits/sweetexit.sprite
+share/pingus/images/exits/xmas.png
+share/pingus/images/exits/xmas.sprite
+share/pingus/images/fonts/chalk-16px.font
+share/pingus/images/fonts/chalk-16px.png
+share/pingus/images/fonts/chalk-20px.font
+share/pingus/images/fonts/chalk-20px.png
+share/pingus/images/fonts/chalk-40px.font
+share/pingus/images/fonts/chalk-40px.png
+share/pingus/images/fonts/chalk-cjk-16px.png
+share/pingus/images/fonts/chalk-cjk-20px.png
+share/pingus/images/fonts/chalk-cjk-40px.png
+share/pingus/images/fonts/pingus-small-20px.font
+share/pingus/images/fonts/pingus-small-20px.png
+share/pingus/images/fonts/pingus-small-cjk-20px.png
+share/pingus/images/fonts/verdana11-cjk.png
+share/pingus/images/fonts/verdana11.font
+share/pingus/images/fonts/verdana11.png
+share/pingus/images/game/404.sprite
+share/pingus/images/game/cursors/arrow_left.sprite
+share/pingus/images/game/cursors/arrow_right.sprite
+share/pingus/images/game/cursors/capbad.sprite
+share/pingus/images/game/cursors/capgood.sprite
+share/pingus/images/game/cursors/cross.sprite
+share/pingus/images/game/cursors/cursor.sprite
+share/pingus/images/game/cursors/editor.sprite
+share/pingus/images/game/cursors/scroll_cur.sprite
+share/pingus/images/game/dot_green.sprite
+share/pingus/images/game/dot_red.sprite
+share/pingus/images/game/loading.sprite
+share/pingus/images/game/pingubw.sprite
+share/pingus/images/game/smallmap/entrance.sprite
+share/pingus/images/game/smallmap/exit.sprite
+share/pingus/images/game/stars/large_star.sprite
+share/pingus/images/game/stars/middle_star.sprite
+share/pingus/images/game/stars/small_star.sprite
+share/pingus/images/game/stars/starfield_icon.sprite
+share/pingus/images/groundpieces/bridge/misc/bridge_left.png
+share/pingus/images/groundpieces/bridge/misc/bridge_right.png
+share/pingus/images/groundpieces/bridge/space/grid1.png
+share/pingus/images/groundpieces/bridge/space/grid2.png
+share/pingus/images/groundpieces/bridge/space/grid3.png
+share/pingus/images/groundpieces/ground/crystal/block.png
+share/pingus/images/groundpieces/ground/crystal/column.png
+share/pingus/images/groundpieces/ground/crystal/diagcrystal.png
+share/pingus/images/groundpieces/ground/crystal/hexcrystal.png
+share/pingus/images/groundpieces/ground/crystal/horiz.png
+share/pingus/images/groundpieces/ground/crystal/horiz2.png
+share/pingus/images/groundpieces/ground/crystal/pipe.png
+share/pingus/images/groundpieces/ground/crystal/pipeend.png
+share/pingus/images/groundpieces/ground/crystal/platform.png
+share/pingus/images/groundpieces/ground/crystal/platform2.png
+share/pingus/images/groundpieces/ground/crystal/pointleft.png
+share/pingus/images/groundpieces/ground/crystal/pointright.png
+share/pingus/images/groundpieces/ground/crystal/skinnycrystal.png
+share/pingus/images/groundpieces/ground/crystal/smcrystal.png
+share/pingus/images/groundpieces/ground/crystal/tesselate.png
+share/pingus/images/groundpieces/ground/desert/bigblock-broken1.png
+share/pingus/images/groundpieces/ground/desert/bigblock-broken2.png
+share/pingus/images/groundpieces/ground/desert/bigblock-broken3.png
+share/pingus/images/groundpieces/ground/desert/bigdune1.png
+share/pingus/images/groundpieces/ground/desert/bigprickpiece.png
+share/pingus/images/groundpieces/ground/desert/bigsand.png
+share/pingus/images/groundpieces/ground/desert/blobdune.png
+share/pingus/images/groundpieces/ground/desert/column.png
+share/pingus/images/groundpieces/ground/desert/column_piece1.png
+share/pingus/images/groundpieces/ground/desert/column_piece2.png
+share/pingus/images/groundpieces/ground/desert/column_piece3.png
+share/pingus/images/groundpieces/ground/desert/domedune.png
+share/pingus/images/groundpieces/ground/desert/flat.png
+share/pingus/images/groundpieces/ground/desert/flatdune.png
+share/pingus/images/groundpieces/ground/desert/leftsmallbrick.png
+share/pingus/images/groundpieces/ground/desert/leftsmallsand.png
+share/pingus/images/groundpieces/ground/desert/mediumsand.png
+share/pingus/images/groundpieces/ground/desert/middleprickpiece.png
+share/pingus/images/groundpieces/ground/desert/peakdune.png
+share/pingus/images/groundpieces/ground/desert/pillar1.png
+share/pingus/images/groundpieces/ground/desert/pillar2.png
+share/pingus/images/groundpieces/ground/desert/pillar3.png
+share/pingus/images/groundpieces/ground/desert/platform.png
+share/pingus/images/groundpieces/ground/desert/platform_left.png
+share/pingus/images/groundpieces/ground/desert/platform_right.png
+share/pingus/images/groundpieces/ground/desert/rightsmallbrick.png
+share/pingus/images/groundpieces/ground/desert/rightsmallsand.png
+share/pingus/images/groundpieces/ground/desert/sluggydu.png
+share/pingus/images/groundpieces/ground/desert/smallbrickpiece.png
+share/pingus/images/groundpieces/ground/desert/smallsand.png
+share/pingus/images/groundpieces/ground/easter/egg1.png
+share/pingus/images/groundpieces/ground/easter/egg2.png
+share/pingus/images/groundpieces/ground/easter/egg3.png
+share/pingus/images/groundpieces/ground/easter/egg4.png
+share/pingus/images/groundpieces/ground/easter/ground1.png
+share/pingus/images/groundpieces/ground/easter/ground2.png
+share/pingus/images/groundpieces/ground/easter/ground3.png
+share/pingus/images/groundpieces/ground/easter/hiddenexit.png
+share/pingus/images/groundpieces/ground/easter/tree1.png
+share/pingus/images/groundpieces/ground/foliage/flax1.png
+share/pingus/images/groundpieces/ground/foliage/flax2.png
+share/pingus/images/groundpieces/ground/foliage/midtree1.png
+share/pingus/images/groundpieces/ground/foliage/midtree2.png
+share/pingus/images/groundpieces/ground/foliage/oak1.png
+share/pingus/images/groundpieces/ground/foliage/rock1.png
+share/pingus/images/groundpieces/ground/foliage/rock2.png
+share/pingus/images/groundpieces/ground/foliage/rock3.png
+share/pingus/images/groundpieces/ground/foliage/rock4.png
+share/pingus/images/groundpieces/ground/foliage/rock5.png
+share/pingus/images/groundpieces/ground/foliage/rock6.png
+share/pingus/images/groundpieces/ground/foliage/smallbush.png
+share/pingus/images/groundpieces/ground/foliage/smallbush2.png
+share/pingus/images/groundpieces/ground/foliage/smallbush3.png
+share/pingus/images/groundpieces/ground/foliage/talltree.png
+share/pingus/images/groundpieces/ground/forest/green1.png
+share/pingus/images/groundpieces/ground/forest/green2.png
+share/pingus/images/groundpieces/ground/forest/ground1.png
+share/pingus/images/groundpieces/ground/forest/ground2.png
+share/pingus/images/groundpieces/ground/forest/ground3.png
+share/pingus/images/groundpieces/ground/forest/treebranch1.png
+share/pingus/images/groundpieces/ground/forest/treebranch2.png
+share/pingus/images/groundpieces/ground/forest/treetrunk1.png
+share/pingus/images/groundpieces/ground/forest/treetrunk2.png
+share/pingus/images/groundpieces/ground/forest/treetrunk3.png
+share/pingus/images/groundpieces/ground/green/piece1.png
+share/pingus/images/groundpieces/ground/green/piece2.png
+share/pingus/images/groundpieces/ground/green/piece3.png
+share/pingus/images/groundpieces/ground/halloween/ground1.png
+share/pingus/images/groundpieces/ground/halloween/ground2.png
+share/pingus/images/groundpieces/ground/halloween/ground3.png
+share/pingus/images/groundpieces/ground/halloween/ground4.png
+share/pingus/images/groundpieces/ground/halloween/ground5.png
+share/pingus/images/groundpieces/ground/halloween/ground6.png
+share/pingus/images/groundpieces/ground/halloween/stairs.png
+share/pingus/images/groundpieces/ground/halloween/stairs_top.png
+share/pingus/images/groundpieces/ground/halloween/tree1.png
+share/pingus/images/groundpieces/ground/halloween/tree2.png
+share/pingus/images/groundpieces/ground/halloween/tree3.png
+share/pingus/images/groundpieces/ground/industrial/pipe1.png
+share/pingus/images/groundpieces/ground/industrial/pipe2.png
+share/pingus/images/groundpieces/ground/industrial/pipe3.png
+share/pingus/images/groundpieces/ground/industrial/pipe4.png
+share/pingus/images/groundpieces/ground/industrial/pipe5.png
+share/pingus/images/groundpieces/ground/industrial/pipe6.png
+share/pingus/images/groundpieces/ground/industrial/pipe7.png
+share/pingus/images/groundpieces/ground/industrial/pipe8.png
+share/pingus/images/groundpieces/ground/industrial/pipe_bl.png
+share/pingus/images/groundpieces/ground/industrial/pipe_br.png
+share/pingus/images/groundpieces/ground/industrial/pipe_ul.png
+share/pingus/images/groundpieces/ground/industrial/pipe_ur.png
+share/pingus/images/groundpieces/ground/jungle/branch1.png
+share/pingus/images/groundpieces/ground/jungle/branch2.png
+share/pingus/images/groundpieces/ground/jungle/branch3.png
+share/pingus/images/groundpieces/ground/jungle/branch4.png
+share/pingus/images/groundpieces/ground/jungle/branch5.png
+share/pingus/images/groundpieces/ground/jungle/branch6.png
+share/pingus/images/groundpieces/ground/jungle/carabatree.png
+share/pingus/images/groundpieces/ground/jungle/carabatreemedium.png
+share/pingus/images/groundpieces/ground/jungle/carabatreesmall.png
+share/pingus/images/groundpieces/ground/jungle/stick1.png
+share/pingus/images/groundpieces/ground/jungle/stick2.png
+share/pingus/images/groundpieces/ground/jungle/stick3.png
+share/pingus/images/groundpieces/ground/jungle/stick4.png
+share/pingus/images/groundpieces/ground/jungle/stick5.png
+share/pingus/images/groundpieces/ground/jungle/stone1.png
+share/pingus/images/groundpieces/ground/jungle/stone2.png
+share/pingus/images/groundpieces/ground/jungle/stone3.png
+share/pingus/images/groundpieces/ground/jungle/stone4.png
+share/pingus/images/groundpieces/ground/jungle/stone5.png
+share/pingus/images/groundpieces/ground/jungle/twist.png
+share/pingus/images/groundpieces/ground/jungle/twistsmooth.png
+share/pingus/images/groundpieces/ground/misc/bpiece1.png
+share/pingus/images/groundpieces/ground/misc/bpiece2.png
+share/pingus/images/groundpieces/ground/misc/bpiece3.png
+share/pingus/images/groundpieces/ground/misc/bpiece4.png
+share/pingus/images/groundpieces/ground/misc/bpiece5.png
+share/pingus/images/groundpieces/ground/misc/bpiece6.png
+share/pingus/images/groundpieces/ground/misc/bpiece7.png
+share/pingus/images/groundpieces/ground/misc/bpiece8.png
+share/pingus/images/groundpieces/ground/misc/bpiece9.png
+share/pingus/images/groundpieces/ground/misc/brick1.png
+share/pingus/images/groundpieces/ground/misc/brick2.png
+share/pingus/images/groundpieces/ground/misc/brick3.png
+share/pingus/images/groundpieces/ground/misc/brick4.png
+share/pingus/images/groundpieces/ground/misc/brick5.png
+share/pingus/images/groundpieces/ground/misc/bridge1.png
+share/pingus/images/groundpieces/ground/misc/bridge2.png
+share/pingus/images/groundpieces/ground/misc/column.png
+share/pingus/images/groundpieces/ground/misc/column_down.png
+share/pingus/images/groundpieces/ground/misc/column_flat.png
+share/pingus/images/groundpieces/ground/misc/column_flat_left.png
+share/pingus/images/groundpieces/ground/misc/column_flat_right.png
+share/pingus/images/groundpieces/ground/misc/column_horz.png
+share/pingus/images/groundpieces/ground/misc/column_up.png
+share/pingus/images/groundpieces/ground/misc/column_vert.png
+share/pingus/images/groundpieces/ground/misc/dragon.png
+share/pingus/images/groundpieces/ground/misc/green1.png
+share/pingus/images/groundpieces/ground/misc/green2.png
+share/pingus/images/groundpieces/ground/misc/grey_stone1.png
+share/pingus/images/groundpieces/ground/misc/grey_stone2.png
+share/pingus/images/groundpieces/ground/misc/grey_stone3.png
+share/pingus/images/groundpieces/ground/misc/grey_stone4.png
+share/pingus/images/groundpieces/ground/misc/grey_stone5.png
+share/pingus/images/groundpieces/ground/misc/grey_stone6.png
+share/pingus/images/groundpieces/ground/misc/pfosten.png
+share/pingus/images/groundpieces/ground/misc/piece1.png
+share/pingus/images/groundpieces/ground/misc/piece2.png
+share/pingus/images/groundpieces/ground/misc/piece3.png
+share/pingus/images/groundpieces/ground/misc/piece4.png
+share/pingus/images/groundpieces/ground/misc/piece5.png
+share/pingus/images/groundpieces/ground/misc/piece6.png
+share/pingus/images/groundpieces/ground/misc/spike.png
+share/pingus/images/groundpieces/ground/misc/stone0.png
+share/pingus/images/groundpieces/ground/misc/stone1.png
+share/pingus/images/groundpieces/ground/misc/stone2.png
+share/pingus/images/groundpieces/ground/misc/stone3.png
+share/pingus/images/groundpieces/ground/misc/stone4.png
+share/pingus/images/groundpieces/ground/misc/stone5.png
+share/pingus/images/groundpieces/ground/misc/stone6.png
+share/pingus/images/groundpieces/ground/misc/stone7.png
+share/pingus/images/groundpieces/ground/misc/stoneblock1.png
+share/pingus/images/groundpieces/ground/misc/stoneblock2.png
+share/pingus/images/groundpieces/ground/misc/stoneblock3.png
+share/pingus/images/groundpieces/ground/misc/stoneblock5.png
+share/pingus/images/groundpieces/ground/misc/stoneblock6.png
+share/pingus/images/groundpieces/ground/misc/tree.png
+share/pingus/images/groundpieces/ground/misc/well.png
+share/pingus/images/groundpieces/ground/misc/wood1.png
+share/pingus/images/groundpieces/ground/misc/wood2.png
+share/pingus/images/groundpieces/ground/mud/mudpiece1.png
+share/pingus/images/groundpieces/ground/mud/mudpiece2.png
+share/pingus/images/groundpieces/ground/mud/mudpiece3.png
+share/pingus/images/groundpieces/ground/mushroom/toadstool1.png
+share/pingus/images/groundpieces/ground/mushroom/toadstool2.png
+share/pingus/images/groundpieces/ground/mushroom/toadstool3.png
+share/pingus/images/groundpieces/ground/mushroom/toadstool4.png
+share/pingus/images/groundpieces/ground/ordina/cable1.png
+share/pingus/images/groundpieces/ground/ordina/cable2.png
+share/pingus/images/groundpieces/ground/ordina/cdrom1.png
+share/pingus/images/groundpieces/ground/ordina/clavier1.png
+share/pingus/images/groundpieces/ground/ordina/cpu1.png
+share/pingus/images/groundpieces/ground/ordina/ecran.png
+share/pingus/images/groundpieces/ground/ordina/sol2.png
+share/pingus/images/groundpieces/ground/ordina/sol3.png
+share/pingus/images/groundpieces/ground/ordina/sol4.png
+share/pingus/images/groundpieces/ground/penguinworld/penguin.png
+share/pingus/images/groundpieces/ground/penguinworld/penguinworld.png
+share/pingus/images/groundpieces/ground/real/fish.png
+share/pingus/images/groundpieces/ground/real/green1.png
+share/pingus/images/groundpieces/ground/real/green2.png
+share/pingus/images/groundpieces/ground/real/real1.png
+share/pingus/images/groundpieces/ground/real/real10.png
+share/pingus/images/groundpieces/ground/real/real11.png
+share/pingus/images/groundpieces/ground/real/real12.png
+share/pingus/images/groundpieces/ground/real/real13.png
+share/pingus/images/groundpieces/ground/real/real14.png
+share/pingus/images/groundpieces/ground/real/real15.png
+share/pingus/images/groundpieces/ground/real/real16.png
+share/pingus/images/groundpieces/ground/real/real17.png
+share/pingus/images/groundpieces/ground/real/real18.png
+share/pingus/images/groundpieces/ground/real/real19.png
+share/pingus/images/groundpieces/ground/real/real2.png
+share/pingus/images/groundpieces/ground/real/real20.png
+share/pingus/images/groundpieces/ground/real/real21.png
+share/pingus/images/groundpieces/ground/real/real22.png
+share/pingus/images/groundpieces/ground/real/real23.png
+share/pingus/images/groundpieces/ground/real/real24.png
+share/pingus/images/groundpieces/ground/real/real25.png
+share/pingus/images/groundpieces/ground/real/real26.png
+share/pingus/images/groundpieces/ground/real/real27.png
+share/pingus/images/groundpieces/ground/real/real28.png
+share/pingus/images/groundpieces/ground/real/real29.png
+share/pingus/images/groundpieces/ground/real/real3.png
+share/pingus/images/groundpieces/ground/real/real30.png
+share/pingus/images/groundpieces/ground/real/real34.png
+share/pingus/images/groundpieces/ground/real/real35.png
+share/pingus/images/groundpieces/ground/real/real36.png
+share/pingus/images/groundpieces/ground/real/real37.png
+share/pingus/images/groundpieces/ground/real/real4.png
+share/pingus/images/groundpieces/ground/real/real5.png
+share/pingus/images/groundpieces/ground/real/real6.png
+share/pingus/images/groundpieces/ground/real/real7.png
+share/pingus/images/groundpieces/ground/real/real8.png
+share/pingus/images/groundpieces/ground/real/real9.png
+share/pingus/images/groundpieces/ground/rock/blackrock1.png
+share/pingus/images/groundpieces/ground/rock/blackrock2.png
+share/pingus/images/groundpieces/ground/rock/blackrock3.png
+share/pingus/images/groundpieces/ground/rock/blackrock4.png
+share/pingus/images/groundpieces/ground/rock/stone1.png
+share/pingus/images/groundpieces/ground/signposts/arrow_down.png
+share/pingus/images/groundpieces/ground/signposts/arrow_left.png
+share/pingus/images/groundpieces/ground/signposts/arrow_right.png
+share/pingus/images/groundpieces/ground/signposts/arrow_up.png
+share/pingus/images/groundpieces/ground/signposts/danger.png
+share/pingus/images/groundpieces/ground/snow/block1.png
+share/pingus/images/groundpieces/ground/snow/block2.png
+share/pingus/images/groundpieces/ground/snow/block3.png
+share/pingus/images/groundpieces/ground/snow/block4.png
+share/pingus/images/groundpieces/ground/snow/cabin.png
+share/pingus/images/groundpieces/ground/snow/cabin_winter.png
+share/pingus/images/groundpieces/ground/snow/diablock1.png
+share/pingus/images/groundpieces/ground/snow/diablock2.png
+share/pingus/images/groundpieces/ground/snow/diablock3.png
+share/pingus/images/groundpieces/ground/snow/gpiece1.png
+share/pingus/images/groundpieces/ground/snow/groundice.png
+share/pingus/images/groundpieces/ground/snow/ice1.png
+share/pingus/images/groundpieces/ground/snow/ice2.png
+share/pingus/images/groundpieces/ground/snow/ice3.png
+share/pingus/images/groundpieces/ground/snow/iceblock1.png
+share/pingus/images/groundpieces/ground/snow/icepiece1.png
+share/pingus/images/groundpieces/ground/snow/igloo.png
+share/pingus/images/groundpieces/ground/snow/piece1.png
+share/pingus/images/groundpieces/ground/snow/piece10.png
+share/pingus/images/groundpieces/ground/snow/piece2.png
+share/pingus/images/groundpieces/ground/snow/piece3.png
+share/pingus/images/groundpieces/ground/snow/piece7.png
+share/pingus/images/groundpieces/ground/snow/piece8.png
+share/pingus/images/groundpieces/ground/snow/piece9.png
+share/pingus/images/groundpieces/ground/snow/pillar1.png
+share/pingus/images/groundpieces/ground/snow/pillar2.png
+share/pingus/images/groundpieces/ground/snow/slopedr.png
+share/pingus/images/groundpieces/ground/snow/snowball1.png
+share/pingus/images/groundpieces/ground/snow/snowman.png
+share/pingus/images/groundpieces/ground/snow/way.png
+share/pingus/images/groundpieces/ground/snow/xmas-tree.png
+share/pingus/images/groundpieces/ground/sortie/ball1.png
+share/pingus/images/groundpieces/ground/sortie/ball2.png
+share/pingus/images/groundpieces/ground/sortie/ball3.png
+share/pingus/images/groundpieces/ground/sortie/ball4.png
+share/pingus/images/groundpieces/ground/sortie/column.png
+share/pingus/images/groundpieces/ground/sortie/column2.png
+share/pingus/images/groundpieces/ground/sortie/column3.png
+share/pingus/images/groundpieces/ground/sortie/plate_forme.png
+share/pingus/images/groundpieces/ground/sortie/plate_forme_left.png
+share/pingus/images/groundpieces/ground/sortie/plate_forme_right.png
+share/pingus/images/groundpieces/ground/sortie/tentacle1.png
+share/pingus/images/groundpieces/ground/space/block1.png
+share/pingus/images/groundpieces/ground/space/diagonal.png
+share/pingus/images/groundpieces/ground/space/diagonalr.png
+share/pingus/images/groundpieces/ground/space/smallblock1.png
+share/pingus/images/groundpieces/ground/space/smallblock2.png
+share/pingus/images/groundpieces/ground/space/smallblock3.png
+share/pingus/images/groundpieces/ground/space/smalltower.png
+share/pingus/images/groundpieces/ground/space/tower1.png
+share/pingus/images/groundpieces/ground/space/way.png
+share/pingus/images/groundpieces/ground/sweets/allsort1.png
+share/pingus/images/groundpieces/ground/sweets/allsort2.png
+share/pingus/images/groundpieces/ground/sweets/aquachoc.png
+share/pingus/images/groundpieces/ground/sweets/cake1.png
+share/pingus/images/groundpieces/ground/sweets/cake2.png
+share/pingus/images/groundpieces/ground/sweets/cake3.png
+share/pingus/images/groundpieces/ground/sweets/cake4.png
+share/pingus/images/groundpieces/ground/sweets/cake5.png
+share/pingus/images/groundpieces/ground/sweets/canestalk.png
+share/pingus/images/groundpieces/ground/sweets/canestub.png
+share/pingus/images/groundpieces/ground/sweets/canetop.png
+share/pingus/images/groundpieces/ground/sweets/chocbar.png
+share/pingus/images/groundpieces/ground/sweets/chocbloc-lowleft.png
+share/pingus/images/groundpieces/ground/sweets/chocbloc-lowright.png
+share/pingus/images/groundpieces/ground/sweets/chocbloc-topleft.png
+share/pingus/images/groundpieces/ground/sweets/chocbloc-topright.png
+share/pingus/images/groundpieces/ground/sweets/chocbloc.png
+share/pingus/images/groundpieces/ground/sweets/goldchoc.png
+share/pingus/images/groundpieces/ground/sweets/greenjellybaby.png
+share/pingus/images/groundpieces/ground/sweets/icecream.png
+share/pingus/images/groundpieces/ground/sweets/jube1.png
+share/pingus/images/groundpieces/ground/sweets/jube2.png
+share/pingus/images/groundpieces/ground/sweets/lollipop-purp.png
+share/pingus/images/groundpieces/ground/sweets/lollipop.png
+share/pingus/images/groundpieces/ground/sweets/mmblue.png
+share/pingus/images/groundpieces/ground/sweets/mmbrown.png
+share/pingus/images/groundpieces/ground/sweets/mmred.png
+share/pingus/images/groundpieces/ground/sweets/mmyellow.png
+share/pingus/images/groundpieces/ground/sweets/purpchoc.png
+share/pingus/images/groundpieces/ground/sweets/purplechoc.png
+share/pingus/images/groundpieces/ground/sweets/redjellybaby.png
+share/pingus/images/groundpieces/ground/test/block1.png
+share/pingus/images/groundpieces/ground/test/bpp24.png
+share/pingus/images/groundpieces/ground/test/bpp32.png
+share/pingus/images/groundpieces/ground/test/bpp8-colorkey.png
+share/pingus/images/groundpieces/ground/test/bpp8.png
+share/pingus/images/groundpieces/ground/test/test1.png
+share/pingus/images/groundpieces/ground/test/test10.png
+share/pingus/images/groundpieces/ground/test/test2.png
+share/pingus/images/groundpieces/ground/test/test3.png
+share/pingus/images/groundpieces/ground/test/test4.png
+share/pingus/images/groundpieces/ground/test/test5.png
+share/pingus/images/groundpieces/ground/test/test6.png
+share/pingus/images/groundpieces/ground/test/test7.png
+share/pingus/images/groundpieces/ground/test/test8.png
+share/pingus/images/groundpieces/ground/test/test9.png
+share/pingus/images/groundpieces/ground/xmas/ground1.png
+share/pingus/images/groundpieces/ground/xmas/ground2.png
+share/pingus/images/groundpieces/ground/xmas/ground3.png
+share/pingus/images/groundpieces/ground/xmas/iceblock.png
+share/pingus/images/groundpieces/ground/xmas/pingu.png
+share/pingus/images/groundpieces/ground/xmas/snow1.png
+share/pingus/images/groundpieces/ground/xmas/snow2.png
+share/pingus/images/groundpieces/ground/xmas/snowball.png
+share/pingus/images/groundpieces/ground/xmas/snowball1.png
+share/pingus/images/groundpieces/ground/xmas/snowball2.png
+share/pingus/images/groundpieces/ground/xmas/snowball3.png
+share/pingus/images/groundpieces/ground/xmas/snowman_coal1.png
+share/pingus/images/groundpieces/ground/xmas/snowman_coal2.png
+share/pingus/images/groundpieces/ground/xmas/snowman_nose.png
+share/pingus/images/groundpieces/ground/xmas/tree.png
+share/pingus/images/groundpieces/remove/misc/column1.png
+share/pingus/images/groundpieces/remove/misc/dia1.png
+share/pingus/images/groundpieces/remove/misc/rect1.png
+share/pingus/images/groundpieces/remove/misc/rect2.png
+share/pingus/images/groundpieces/solid/crystal/rectsolid.png
+share/pingus/images/groundpieces/solid/crystal/smallsolid.png
+share/pingus/images/groundpieces/solid/crystal/squaresolid.png
+share/pingus/images/groundpieces/solid/desert/bigbrickpiece.png
+share/pingus/images/groundpieces/solid/desert/leftsmallbrick.png
+share/pingus/images/groundpieces/solid/desert/middlebrickpiece.png
+share/pingus/images/groundpieces/solid/desert/smallbrickpiece.png
+share/pingus/images/groundpieces/solid/industrial/greybri1.png
+share/pingus/images/groundpieces/solid/industrial/greybri2.png
+share/pingus/images/groundpieces/solid/industrial/greybri3.png
+share/pingus/images/groundpieces/solid/industrial/greybri5.png
+share/pingus/images/groundpieces/solid/industrial/joint1.png
+share/pingus/images/groundpieces/solid/industrial/joint2.png
+share/pingus/images/groundpieces/solid/industrial/joint3.png
+share/pingus/images/groundpieces/solid/industrial/joint4.png
+share/pingus/images/groundpieces/solid/industrial/joint5.png
+share/pingus/images/groundpieces/solid/industrial/rivet.png
+share/pingus/images/groundpieces/solid/industrial/screw.png
+share/pingus/images/groundpieces/solid/industrial/steel1.png
+share/pingus/images/groundpieces/solid/industrial/steel2.png
+share/pingus/images/groundpieces/solid/industrial/steel3.png
+share/pingus/images/groundpieces/solid/industrial/steel4.png
+share/pingus/images/groundpieces/solid/industrial/steel5.png
+share/pingus/images/groundpieces/solid/industrial/weld1.png
+share/pingus/images/groundpieces/solid/industrial/weld2.png
+share/pingus/images/groundpieces/solid/industrial/weld3.png
+share/pingus/images/groundpieces/solid/industrial/weld4.png
+share/pingus/images/groundpieces/solid/industrial/weld5.png
+share/pingus/images/groundpieces/solid/industrial/weld6.png
+share/pingus/images/groundpieces/solid/industrial/weld7.png
+share/pingus/images/groundpieces/solid/misc/metalplate_horiz.png
+share/pingus/images/groundpieces/solid/misc/metalplate_large.png
+share/pingus/images/groundpieces/solid/misc/metalplate_small.png
+share/pingus/images/groundpieces/solid/misc/metalplate_vert.png
+share/pingus/images/groundpieces/solid/rock/granit1.png
+share/pingus/images/groundpieces/solid/rock/granit2.png
+share/pingus/images/groundpieces/solid/rock/granit3.png
+share/pingus/images/groundpieces/solid/rock/granit4.png
+share/pingus/images/groundpieces/solid/rock/granit5.png
+share/pingus/images/groundpieces/solid/rock/granit6.png
+share/pingus/images/groundpieces/transparent/easter/flower1.png
+share/pingus/images/groundpieces/transparent/easter/flower2.png
+share/pingus/images/groundpieces/transparent/easter/flower3.png
+share/pingus/images/groundpieces/transparent/easter/grass.png
+share/pingus/images/groundpieces/transparent/foliage/grass1.png
+share/pingus/images/groundpieces/transparent/foliage/grass10.png
+share/pingus/images/groundpieces/transparent/foliage/grass11.png
+share/pingus/images/groundpieces/transparent/foliage/grass12.png
+share/pingus/images/groundpieces/transparent/foliage/grass13.png
+share/pingus/images/groundpieces/transparent/foliage/grass14.png
+share/pingus/images/groundpieces/transparent/foliage/grass15.png
+share/pingus/images/groundpieces/transparent/foliage/grass16.png
+share/pingus/images/groundpieces/transparent/foliage/grass2.png
+share/pingus/images/groundpieces/transparent/foliage/grass3.png
+share/pingus/images/groundpieces/transparent/foliage/grass4.png
+share/pingus/images/groundpieces/transparent/foliage/grass5.png
+share/pingus/images/groundpieces/transparent/foliage/grass6.png
+share/pingus/images/groundpieces/transparent/foliage/grass7.png
+share/pingus/images/groundpieces/transparent/foliage/grass8.png
+share/pingus/images/groundpieces/transparent/foliage/grass9.png
+share/pingus/images/groundpieces/transparent/foliage/turfconcave.png
+share/pingus/images/groundpieces/transparent/foliage/turfflat.png
+share/pingus/images/groundpieces/transparent/foliage/turfslopeleft.png
+share/pingus/images/groundpieces/transparent/foliage/turfslopeleft20.png
+share/pingus/images/groundpieces/transparent/foliage/turfsloperight.png
+share/pingus/images/groundpieces/transparent/foliage/turfsloperight20.png
+share/pingus/images/groundpieces/transparent/foliage/turfsmallbump.png
+share/pingus/images/groundpieces/transparent/foliage/turfsmallnook.png
+share/pingus/images/groundpieces/transparent/foliage/turftufty.png
+share/pingus/images/groundpieces/transparent/forest/green1.png
+share/pingus/images/groundpieces/transparent/halloween/candle1.png
+share/pingus/images/groundpieces/transparent/halloween/fence1.png
+share/pingus/images/groundpieces/transparent/halloween/gravestone1.png
+share/pingus/images/groundpieces/transparent/halloween/gravestone2.png
+share/pingus/images/groundpieces/transparent/halloween/gravestone3.png
+share/pingus/images/groundpieces/transparent/halloween/gravestone4.png
+share/pingus/images/groundpieces/transparent/halloween/gravestone5.png
+share/pingus/images/groundpieces/transparent/halloween/hat1.png
+share/pingus/images/groundpieces/transparent/halloween/hat2.png
+share/pingus/images/groundpieces/transparent/halloween/kirby1.png
+share/pingus/images/groundpieces/transparent/halloween/kirby2.png
+share/pingus/images/groundpieces/transparent/halloween/kirby3.png
+share/pingus/images/groundpieces/transparent/halloween/kirby4.png
+share/pingus/images/groundpieces/transparent/halloween/pot1.png
+share/pingus/images/groundpieces/transparent/halloween/spiderweb1.png
+share/pingus/images/groundpieces/transparent/industrial/gunge1.png
+share/pingus/images/groundpieces/transparent/industrial/gunge10.png
+share/pingus/images/groundpieces/transparent/industrial/gunge11.png
+share/pingus/images/groundpieces/transparent/industrial/gunge12.png
+share/pingus/images/groundpieces/transparent/industrial/gunge13.png
+share/pingus/images/groundpieces/transparent/industrial/gunge14.png
+share/pingus/images/groundpieces/transparent/industrial/gunge15.png
+share/pingus/images/groundpieces/transparent/industrial/gunge2.png
+share/pingus/images/groundpieces/transparent/industrial/gunge3.png
+share/pingus/images/groundpieces/transparent/industrial/gunge4.png
+share/pingus/images/groundpieces/transparent/industrial/gunge5.png
+share/pingus/images/groundpieces/transparent/industrial/gunge6.png
+share/pingus/images/groundpieces/transparent/industrial/gunge7.png
+share/pingus/images/groundpieces/transparent/industrial/gunge8.png
+share/pingus/images/groundpieces/transparent/industrial/gunge9.png
+share/pingus/images/groundpieces/transparent/misc/black.png
+share/pingus/images/groundpieces/transparent/misc/flower.png
+share/pingus/images/groundpieces/transparent/misc/moos1.png
+share/pingus/images/groundpieces/transparent/misc/moos2.png
+share/pingus/images/groundpieces/transparent/misc/moos3.png
+share/pingus/images/groundpieces/transparent/misc/moos4.png
+share/pingus/images/groundpieces/transparent/misc/moos5.png
+share/pingus/images/groundpieces/transparent/misc/moos6.png
+share/pingus/images/groundpieces/transparent/misc/moos7.png
+share/pingus/images/groundpieces/transparent/misc/moos8.png
+share/pingus/images/groundpieces/transparent/misc/sun.png
+share/pingus/images/groundpieces/transparent/misc/weed1.png
+share/pingus/images/groundpieces/transparent/misc/weed2.png
+share/pingus/images/groundpieces/transparent/snow/grass1.png
+share/pingus/images/groundpieces/transparent/snow/grass2.png
+share/pingus/images/groundpieces/transparent/snow/grass3.png
+share/pingus/images/groundpieces/transparent/snow/grass4.png
+share/pingus/images/groundpieces/transparent/snow/grass5.png
+share/pingus/images/groundpieces/transparent/snow/plant1.png
+share/pingus/images/groundpieces/transparent/snow/plant2.png
+share/pingus/images/groundpieces/transparent/xmas/ball1.png
+share/pingus/images/groundpieces/transparent/xmas/ball2.png
+share/pingus/images/groundpieces/transparent/xmas/ball3.png
+share/pingus/images/groundpieces/transparent/xmas/ball4.png
+share/pingus/images/groundpieces/transparent/xmas/boot1.png
+share/pingus/images/groundpieces/transparent/xmas/boot2.png
+share/pingus/images/groundpieces/transparent/xmas/boot3.png
+share/pingus/images/groundpieces/transparent/xmas/candystick1.png
+share/pingus/images/groundpieces/transparent/xmas/candystick2.png
+share/pingus/images/groundpieces/transparent/xmas/candystick3.png
+share/pingus/images/groundpieces/transparent/xmas/green1.png
+share/pingus/images/groundpieces/transparent/xmas/green2.png
+share/pingus/images/groundpieces/transparent/xmas/green3.png
+share/pingus/images/groundpieces/transparent/xmas/green4.png
+share/pingus/images/groundpieces/transparent/xmas/hat1.png
+share/pingus/images/groundpieces/transparent/xmas/hat2.png
+share/pingus/images/groundpieces/transparent/xmas/icicle1.png
+share/pingus/images/groundpieces/transparent/xmas/icicle2.png
+share/pingus/images/groundpieces/transparent/xmas/icicle3.png
+share/pingus/images/groundpieces/transparent/xmas/icicle4.png
+share/pingus/images/groundpieces/transparent/xmas/present1.png
+share/pingus/images/groundpieces/transparent/xmas/present2.png
+share/pingus/images/groundpieces/transparent/xmas/present3.png
+share/pingus/images/gui/checkbox_checked.png
+share/pingus/images/gui/checkbox_checked_disabled.png
+share/pingus/images/gui/checkbox_unchecked.png
+share/pingus/images/gui/checkbox_unchecked_disabled.png
+share/pingus/images/gui/font_black.png
+share/pingus/images/gui/font_gray.png
+share/pingus/images/gui/radiobutton_checked.png
+share/pingus/images/gui/radiobutton_checked_disabled.png
+share/pingus/images/gui/radiobutton_unchecked.png
+share/pingus/images/gui/radiobutton_unchecked_disabled.png
+share/pingus/images/hotspots/desert/bigdimwall.png
+share/pingus/images/hotspots/desert/mediumdimwall.png
+share/pingus/images/hotspots/desert/mediumegyptpic.png
+share/pingus/images/hotspots/desert/mediummummy.png
+share/pingus/images/hotspots/desert/mediumsphinx.png
+share/pingus/images/hotspots/desert/smallD.png
+share/pingus/images/hotspots/desert/smallE.png
+share/pingus/images/hotspots/desert/smallG.png
+share/pingus/images/hotspots/desert/smallO.png
+share/pingus/images/hotspots/desert/smalldimwall.png
+share/pingus/images/hotspots/desert/smallegyptpic.png
+share/pingus/images/hotspots/desert/smallmummy.png
+share/pingus/images/hotspots/desert/smallsphinx.png
+share/pingus/images/hotspots/halloween/moon.png
+share/pingus/images/hotspots/halloween/sign-down.png
+share/pingus/images/hotspots/halloween/sign-left.png
+share/pingus/images/hotspots/halloween/sign-right.png
+share/pingus/images/hotspots/halloween/sign-up.png
+share/pingus/images/hotspots/misc/bridge.png
+share/pingus/images/hotspots/misc/crystal.png
+share/pingus/images/hotspots/misc/deadly_fall_height.png
+share/pingus/images/hotspots/misc/jumper_path.png
+share/pingus/images/hotspots/misc/tree.png
+share/pingus/images/hotspots/signposts/arrow_east.png
+share/pingus/images/hotspots/signposts/arrow_north.png
+share/pingus/images/hotspots/signposts/arrow_northeast.png
+share/pingus/images/hotspots/signposts/arrow_northwest.png
+share/pingus/images/hotspots/signposts/arrow_south.png
+share/pingus/images/hotspots/signposts/arrow_southeast.png
+share/pingus/images/hotspots/signposts/arrow_southwest.png
+share/pingus/images/hotspots/signposts/arrow_west.png
+share/pingus/images/hotspots/signposts/basher.png
+share/pingus/images/hotspots/signposts/blocker.png
+share/pingus/images/hotspots/signposts/bomber.png
+share/pingus/images/hotspots/signposts/bridger.png
+share/pingus/images/hotspots/signposts/climber.png
+share/pingus/images/hotspots/signposts/danger.png
+share/pingus/images/hotspots/signposts/digger.png
+share/pingus/images/hotspots/signposts/floater.png
+share/pingus/images/hotspots/signposts/miner.png
+share/pingus/images/hotspots/signposts/nogo.png
+share/pingus/images/hotspots/space/engine.png
+share/pingus/images/hotspots/space/engine.sprite
+share/pingus/images/icons/pingus-icon.png
+share/pingus/images/icons/pingus-icon2.png
+share/pingus/images/icons/pingus.png
+share/pingus/images/levelsets/alien.png
+share/pingus/images/levelsets/desert.png
+share/pingus/images/levelsets/factory.png
+share/pingus/images/levelsets/halloween.png
+share/pingus/images/levelsets/halloween2011.png
+share/pingus/images/levelsets/mysteryisland.png
+share/pingus/images/levelsets/pacman.png
+share/pingus/images/levelsets/underconstruction.png
+share/pingus/images/levelsets/xmas.png
+share/pingus/images/levelsets/xmas2011.png
+share/pingus/images/liquids/lava.png
+share/pingus/images/liquids/lava.sprite
+share/pingus/images/liquids/slime.png
+share/pingus/images/liquids/slime.sprite
+share/pingus/images/liquids/swater.png
+share/pingus/images/liquids/swater.sprite
+share/pingus/images/liquids/water.png
+share/pingus/images/liquids/water.sprite
+share/pingus/images/liquids/water2.png
+share/pingus/images/liquids/water2.sprite
+share/pingus/images/liquids/water3.png
+share/pingus/images/liquids/water3.sprite
+share/pingus/images/liquids/water4.png
+share/pingus/images/liquids/water4.sprite
+share/pingus/images/liquids/water5.png
+share/pingus/images/liquids/water5.sprite
+share/pingus/images/liquids/water_cmap.png
+share/pingus/images/other/bash_radius.sprite
+share/pingus/images/other/bash_radius_gfx.sprite
+share/pingus/images/other/bomber_radius.sprite
+share/pingus/images/other/bomber_radius_gfx.sprite
+share/pingus/images/other/brick_left.sprite
+share/pingus/images/other/brick_right.sprite
+share/pingus/images/other/digger_radius.sprite
+share/pingus/images/other/digger_radius_gfx.sprite
+share/pingus/images/other/floaterlayer/left.sprite
+share/pingus/images/other/floaterlayer/right.sprite
+share/pingus/images/other/laser_kill/left.sprite
+share/pingus/images/other/laser_kill/right.sprite
+share/pingus/images/other/light.sprite
+share/pingus/images/other/splash.sprite
+share/pingus/images/other/splash_debris.sprite
+share/pingus/images/particles/explosive.png
+share/pingus/images/particles/ground.png
+share/pingus/images/particles/ground.sprite
+share/pingus/images/particles/ground_snow.png
+share/pingus/images/particles/particle.png
+share/pingus/images/particles/pingu_explo.png
+share/pingus/images/particles/pingu_explo.sprite
+share/pingus/images/particles/rain1.png
+share/pingus/images/particles/rain2.png
+share/pingus/images/particles/rain_splash.png
+share/pingus/images/particles/smoke.png
+share/pingus/images/particles/smoke.sprite
+share/pingus/images/particles/smoke2.png
+share/pingus/images/particles/smoke2.sprite
+share/pingus/images/particles/snow1.png
+share/pingus/images/particles/snow2.png
+share/pingus/images/particles/snow3.png
+share/pingus/images/particles/snow4.png
+share/pingus/images/particles/snow5.png
+share/pingus/images/pingus/common/bash_radius.png
+share/pingus/images/pingus/common/bash_radius_gfx.png
+share/pingus/images/pingus/common/bomber_radius.png
+share/pingus/images/pingus/common/bomber_radius_gfx.png
+share/pingus/images/pingus/common/brick_left.png
+share/pingus/images/pingus/common/brick_right.png
+share/pingus/images/pingus/common/digger_radius.png
+share/pingus/images/pingus/common/digger_radius_final.png
+share/pingus/images/pingus/common/digger_radius_final_gfx.png
+share/pingus/images/pingus/common/digger_radius_gfx.png
+share/pingus/images/pingus/common/floaterlayer.png
+share/pingus/images/pingus/common/laser_kill.png
+share/pingus/images/pingus/common/light.png
+share/pingus/images/pingus/common/miner_radius.png
+share/pingus/images/pingus/common/miner_radius_gfx.png
+share/pingus/images/pingus/common/miner_radius_left.png
+share/pingus/images/pingus/common/miner_radius_left_gfx.png
+share/pingus/images/pingus/common/miner_radius_right.png
+share/pingus/images/pingus/common/miner_radius_right_gfx.png
+share/pingus/images/pingus/common/splash.png
+share/pingus/images/pingus/common/splash_debris.png
+share/pingus/images/pingus/common/xmas-walker.png
+share/pingus/images/pingus/player0/angel.png
+share/pingus/images/pingus/player0/angel.sprite
+share/pingus/images/pingus/player0/basher.png
+share/pingus/images/pingus/player0/basher/left.sprite
+share/pingus/images/pingus/player0/basher/right.sprite
+share/pingus/images/pingus/player0/blocker.png
+share/pingus/images/pingus/player0/blocker/left.sprite
+share/pingus/images/pingus/player0/blocker/right.sprite
+share/pingus/images/pingus/player0/boarder.png
+share/pingus/images/pingus/player0/boarder/left.sprite
+share/pingus/images/pingus/player0/boarder/right.sprite
+share/pingus/images/pingus/player0/bomber.png
+share/pingus/images/pingus/player0/bomber/left.sprite
+share/pingus/images/pingus/player0/bomber/right.sprite
+share/pingus/images/pingus/player0/bridger.png
+share/pingus/images/pingus/player0/bridger/left.sprite
+share/pingus/images/pingus/player0/bridger/right.sprite
+share/pingus/images/pingus/player0/bridger_walk.png
+share/pingus/images/pingus/player0/bridger_walk/left.sprite
+share/pingus/images/pingus/player0/bridger_walk/right.sprite
+share/pingus/images/pingus/player0/climber.png
+share/pingus/images/pingus/player0/climber/left.sprite
+share/pingus/images/pingus/player0/climber/right.sprite
+share/pingus/images/pingus/player0/digger.png
+share/pingus/images/pingus/player0/digger/left.sprite
+share/pingus/images/pingus/player0/digger/right.sprite
+share/pingus/images/pingus/player0/drownfall.png
+share/pingus/images/pingus/player0/drownfall/left.sprite
+share/pingus/images/pingus/player0/drownfall/right.sprite
+share/pingus/images/pingus/player0/drownwalk.png
+share/pingus/images/pingus/player0/drownwalk/left.sprite
+share/pingus/images/pingus/player0/drownwalk/right.sprite
+share/pingus/images/pingus/player0/exit.png
+share/pingus/images/pingus/player0/exit/left.sprite
+share/pingus/images/pingus/player0/exit/right.sprite
+share/pingus/images/pingus/player0/explo.png
+share/pingus/images/pingus/player0/faller.png
+share/pingus/images/pingus/player0/faller/left.sprite
+share/pingus/images/pingus/player0/faller/right.sprite
+share/pingus/images/pingus/player0/floater.png
+share/pingus/images/pingus/player0/floater/left.sprite
+share/pingus/images/pingus/player0/floater/right.sprite
+share/pingus/images/pingus/player0/jumper/left.sprite
+share/pingus/images/pingus/player0/jumper/right.sprite
+share/pingus/images/pingus/player0/miner.png
+share/pingus/images/pingus/player0/miner/left.sprite
+share/pingus/images/pingus/player0/miner/right.sprite
+share/pingus/images/pingus/player0/rocketlauncher.png
+share/pingus/images/pingus/player0/rocketlauncher/left.sprite
+share/pingus/images/pingus/player0/rocketlauncher/right.sprite
+share/pingus/images/pingus/player0/slider.png
+share/pingus/images/pingus/player0/slider/left.sprite
+share/pingus/images/pingus/player0/slider/right.sprite
+share/pingus/images/pingus/player0/splat.png
+share/pingus/images/pingus/player0/splat.sprite
+share/pingus/images/pingus/player0/superman.png
+share/pingus/images/pingus/player0/superman.sprite
+share/pingus/images/pingus/player0/tumble.png
+share/pingus/images/pingus/player0/tumbler/left.sprite
+share/pingus/images/pingus/player0/tumbler/right.sprite
+share/pingus/images/pingus/player0/waiter.png
+share/pingus/images/pingus/player0/waiter/left.sprite
+share/pingus/images/pingus/player0/waiter/right.sprite
+share/pingus/images/pingus/player0/walker.png
+share/pingus/images/pingus/player0/walker/left.sprite
+share/pingus/images/pingus/player0/walker/right.sprite
+share/pingus/images/pingus/player1/angel.sprite
+share/pingus/images/pingus/player1/basher/left.sprite
+share/pingus/images/pingus/player1/basher/right.sprite
+share/pingus/images/pingus/player1/blocker/left.sprite
+share/pingus/images/pingus/player1/blocker/right.sprite
+share/pingus/images/pingus/player1/boarder/left.sprite
+share/pingus/images/pingus/player1/boarder/right.sprite
+share/pingus/images/pingus/player1/bomber/left.sprite
+share/pingus/images/pingus/player1/bomber/right.sprite
+share/pingus/images/pingus/player1/bridger/left.sprite
+share/pingus/images/pingus/player1/bridger/right.sprite
+share/pingus/images/pingus/player1/bridger_walk/left.sprite
+share/pingus/images/pingus/player1/bridger_walk/right.sprite
+share/pingus/images/pingus/player1/climber/left.sprite
+share/pingus/images/pingus/player1/climber/right.sprite
+share/pingus/images/pingus/player1/digger/left.sprite
+share/pingus/images/pingus/player1/digger/right.sprite
+share/pingus/images/pingus/player1/drownfall/left.sprite
+share/pingus/images/pingus/player1/drownfall/right.sprite
+share/pingus/images/pingus/player1/drownwalk/left.sprite
+share/pingus/images/pingus/player1/drownwalk/right.sprite
+share/pingus/images/pingus/player1/exit/left.sprite
+share/pingus/images/pingus/player1/exit/right.sprite
+share/pingus/images/pingus/player1/faller/left.sprite
+share/pingus/images/pingus/player1/faller/right.sprite
+share/pingus/images/pingus/player1/floater/left.sprite
+share/pingus/images/pingus/player1/floater/right.sprite
+share/pingus/images/pingus/player1/jumper/left.sprite
+share/pingus/images/pingus/player1/jumper/right.sprite
+share/pingus/images/pingus/player1/miner/left.sprite
+share/pingus/images/pingus/player1/miner/right.sprite
+share/pingus/images/pingus/player1/rocketlauncher/left.sprite
+share/pingus/images/pingus/player1/rocketlauncher/right.sprite
+share/pingus/images/pingus/player1/slider/left.sprite
+share/pingus/images/pingus/player1/slider/right.sprite
+share/pingus/images/pingus/player1/splat.sprite
+share/pingus/images/pingus/player1/superman.sprite
+share/pingus/images/pingus/player1/tumbler/left.sprite
+share/pingus/images/pingus/player1/tumbler/right.sprite
+share/pingus/images/pingus/player1/waiter/left.sprite
+share/pingus/images/pingus/player1/waiter/right.sprite
+share/pingus/images/pingus/player1/walker/left.sprite
+share/pingus/images/pingus/player1/walker/right.sprite
+share/pingus/images/pingus/player2/angel.sprite
+share/pingus/images/pingus/player2/basher/left.sprite
+share/pingus/images/pingus/player2/basher/right.sprite
+share/pingus/images/pingus/player2/blocker/left.sprite
+share/pingus/images/pingus/player2/blocker/right.sprite
+share/pingus/images/pingus/player2/boarder/left.sprite
+share/pingus/images/pingus/player2/boarder/right.sprite
+share/pingus/images/pingus/player2/bomber/left.sprite
+share/pingus/images/pingus/player2/bomber/right.sprite
+share/pingus/images/pingus/player2/bridger/left.sprite
+share/pingus/images/pingus/player2/bridger/right.sprite
+share/pingus/images/pingus/player2/bridger_walk/left.sprite
+share/pingus/images/pingus/player2/bridger_walk/right.sprite
+share/pingus/images/pingus/player2/climber/left.sprite
+share/pingus/images/pingus/player2/climber/right.sprite
+share/pingus/images/pingus/player2/digger/left.sprite
+share/pingus/images/pingus/player2/digger/right.sprite
+share/pingus/images/pingus/player2/drownfall/left.sprite
+share/pingus/images/pingus/player2/drownfall/right.sprite
+share/pingus/images/pingus/player2/drownwalk/left.sprite
+share/pingus/images/pingus/player2/drownwalk/right.sprite
+share/pingus/images/pingus/player2/exit/left.sprite
+share/pingus/images/pingus/player2/exit/right.sprite
+share/pingus/images/pingus/player2/faller/left.sprite
+share/pingus/images/pingus/player2/faller/right.sprite
+share/pingus/images/pingus/player2/floater/left.sprite
+share/pingus/images/pingus/player2/floater/right.sprite
+share/pingus/images/pingus/player2/jumper/left.sprite
+share/pingus/images/pingus/player2/jumper/right.sprite
+share/pingus/images/pingus/player2/miner/left.sprite
+share/pingus/images/pingus/player2/miner/right.sprite
+share/pingus/images/pingus/player2/rocketlauncher/left.sprite
+share/pingus/images/pingus/player2/rocketlauncher/right.sprite
+share/pingus/images/pingus/player2/slider/left.sprite
+share/pingus/images/pingus/player2/slider/right.sprite
+share/pingus/images/pingus/player2/splat.sprite
+share/pingus/images/pingus/player2/superman.sprite
+share/pingus/images/pingus/player2/tumbler/left.sprite
+share/pingus/images/pingus/player2/tumbler/right.sprite
+share/pingus/images/pingus/player2/waiter/left.sprite
+share/pingus/images/pingus/player2/waiter/right.sprite
+share/pingus/images/pingus/player2/walker/left.sprite
+share/pingus/images/pingus/player2/walker/right.sprite
+share/pingus/images/pingus/player3/angel.sprite
+share/pingus/images/pingus/player3/basher/left.sprite
+share/pingus/images/pingus/player3/basher/right.sprite
+share/pingus/images/pingus/player3/blocker/left.sprite
+share/pingus/images/pingus/player3/blocker/right.sprite
+share/pingus/images/pingus/player3/boarder/left.sprite
+share/pingus/images/pingus/player3/boarder/right.sprite
+share/pingus/images/pingus/player3/bomber/left.sprite
+share/pingus/images/pingus/player3/bomber/right.sprite
+share/pingus/images/pingus/player3/bridger/left.sprite
+share/pingus/images/pingus/player3/bridger/right.sprite
+share/pingus/images/pingus/player3/bridger_walk/left.sprite
+share/pingus/images/pingus/player3/bridger_walk/right.sprite
+share/pingus/images/pingus/player3/climber/left.sprite
+share/pingus/images/pingus/player3/climber/right.sprite
+share/pingus/images/pingus/player3/digger/left.sprite
+share/pingus/images/pingus/player3/digger/right.sprite
+share/pingus/images/pingus/player3/drownfall/left.sprite
+share/pingus/images/pingus/player3/drownfall/right.sprite
+share/pingus/images/pingus/player3/drownwalk/left.sprite
+share/pingus/images/pingus/player3/drownwalk/right.sprite
+share/pingus/images/pingus/player3/exit/left.sprite
+share/pingus/images/pingus/player3/exit/right.sprite
+share/pingus/images/pingus/player3/faller/left.sprite
+share/pingus/images/pingus/player3/faller/right.sprite
+share/pingus/images/pingus/player3/floater/left.sprite
+share/pingus/images/pingus/player3/floater/right.sprite
+share/pingus/images/pingus/player3/jumper/left.sprite
+share/pingus/images/pingus/player3/jumper/right.sprite
+share/pingus/images/pingus/player3/miner/left.sprite
+share/pingus/images/pingus/player3/miner/right.sprite
+share/pingus/images/pingus/player3/rocketlauncher/left.sprite
+share/pingus/images/pingus/player3/rocketlauncher/right.sprite
+share/pingus/images/pingus/player3/slider/left.sprite
+share/pingus/images/pingus/player3/slider/right.sprite
+share/pingus/images/pingus/player3/splat.sprite
+share/pingus/images/pingus/player3/superman.sprite
+share/pingus/images/pingus/player3/tumbler/left.sprite
+share/pingus/images/pingus/player3/tumbler/right.sprite
+share/pingus/images/pingus/player3/waiter/left.sprite
+share/pingus/images/pingus/player3/waiter/right.sprite
+share/pingus/images/pingus/player3/walker/left.sprite
+share/pingus/images/pingus/player3/walker/right.sprite
+share/pingus/images/prefabs/desert_entrance.png
+share/pingus/images/prefabs/desert_entrance.sprite
+share/pingus/images/prefabs/entrances/cloud.png
+share/pingus/images/prefabs/entrances/cloud.sprite
+share/pingus/images/prefabs/entrances/desert.png
+share/pingus/images/prefabs/entrances/desert.sprite
+share/pingus/images/prefabs/entrances/eastern.png
+share/pingus/images/prefabs/entrances/eastern.sprite
+share/pingus/images/prefabs/entrances/halloween.png
+share/pingus/images/prefabs/entrances/halloween.sprite
+share/pingus/images/prefabs/entrances/industrial.png
+share/pingus/images/prefabs/entrances/industrial.sprite
+share/pingus/images/prefabs/entrances/snow.png
+share/pingus/images/prefabs/entrances/snow.sprite
+share/pingus/images/prefabs/entrances/sortie.png
+share/pingus/images/prefabs/entrances/sortie.sprite
+share/pingus/images/prefabs/entrances/space.png
+share/pingus/images/prefabs/entrances/space.sprite
+share/pingus/images/prefabs/entrances/woodbox.png
+share/pingus/images/prefabs/entrances/woodbox.sprite
+share/pingus/images/prefabs/entrances/woodthing.png
+share/pingus/images/prefabs/entrances/woodthing.sprite
+share/pingus/images/prefabs/entrances/xmas.png
+share/pingus/images/prefabs/entrances/xmas.sprite
+share/pingus/images/prefabs/industrial_entrance.png
+share/pingus/images/prefabs/industrial_entrance.sprite
+share/pingus/images/prefabs/liquid.png
+share/pingus/images/prefabs/liquid.sprite
+share/pingus/images/prefabs/liquids/slime.png
+share/pingus/images/prefabs/liquids/slime.sprite
+share/pingus/images/prefabs/liquids/water.png
+share/pingus/images/prefabs/liquids/water.sprite
+share/pingus/images/prefabs/misc/snowman1.png
+share/pingus/images/prefabs/misc/snowman1.sprite
+share/pingus/images/prefabs/snow_entrance.png
+share/pingus/images/prefabs/snow_entrance.sprite
+share/pingus/images/prefabs/snowman1.png
+share/pingus/images/prefabs/snowman1.sprite
+share/pingus/images/prefabs/sortie_entrance.png
+share/pingus/images/prefabs/sortie_entrance.sprite
+share/pingus/images/prefabs/woodthing_entrance.png
+share/pingus/images/prefabs/woodthing_entrance.sprite
+share/pingus/images/special/pacman/blinky.png
+share/pingus/images/special/pacman/clyde.png
+share/pingus/images/special/pacman/inky.png
+share/pingus/images/special/pacman/pacman-bkg.png
+share/pingus/images/special/pacman/pacman-frame.png
+share/pingus/images/special/pacman/pacman-maze.png
+share/pingus/images/special/pacman/pacman.png
+share/pingus/images/special/pacman/pacman.sprite
+share/pingus/images/special/pacman/pinky.png
+share/pingus/images/story/background.sprite
+share/pingus/images/story/credits1.png
+share/pingus/images/story/credits1.sprite
+share/pingus/images/story/credits2.png
+share/pingus/images/story/credits2.sprite
+share/pingus/images/story/credits3.png
+share/pingus/images/story/credits3.sprite
+share/pingus/images/story/credits4.png
+share/pingus/images/story/credits4.sprite
+share/pingus/images/story/story0.png
+share/pingus/images/story/story0.sprite
+share/pingus/images/story/story1.png
+share/pingus/images/story/story1.sprite
+share/pingus/images/story/story2.png
+share/pingus/images/story/story2.sprite
+share/pingus/images/story/story3.png
+share/pingus/images/story/story3.sprite
+share/pingus/images/story/story4.png
+share/pingus/images/story/story4.sprite
+share/pingus/images/story/story5.png
+share/pingus/images/story/story5.sprite
+share/pingus/images/story/story6.png
+share/pingus/images/story/story6.sprite
+share/pingus/images/textures/anim_fire.jpg
+share/pingus/images/textures/anim_fire.sprite
+share/pingus/images/textures/blueflame.jpg
+share/pingus/images/textures/bluestars.jpg
+share/pingus/images/textures/bwsortiebg.jpg
+share/pingus/images/textures/clouds.jpg
+share/pingus/images/textures/clouds2.jpg
+share/pingus/images/textures/clouds3.png
+share/pingus/images/textures/creepers-mirrored.png
+share/pingus/images/textures/creepers.png
+share/pingus/images/textures/crystal.jpg
+share/pingus/images/textures/cyanspace.jpg
+share/pingus/images/textures/darkjungle.jpg
+share/pingus/images/textures/default.png
+share/pingus/images/textures/desert.jpg
+share/pingus/images/textures/desert_room.jpg
+share/pingus/images/textures/easter_grass.png
+share/pingus/images/textures/easter_sky.jpg
+share/pingus/images/textures/enchantedjungle.jpg
+share/pingus/images/textures/flame.sprite
+share/pingus/images/textures/flamebg.jpg
+share/pingus/images/textures/fond1.sprite
+share/pingus/images/textures/fruitcaketile.jpg
+share/pingus/images/textures/green_tendrils.png
+share/pingus/images/textures/greentex.jpg
+share/pingus/images/textures/happyclouds.jpg
+share/pingus/images/textures/icetile.jpg
+share/pingus/images/textures/industrial.jpg
+share/pingus/images/textures/latejungle.jpg
+share/pingus/images/textures/lunartile.jpg
+share/pingus/images/textures/mountain.png
+share/pingus/images/textures/nightjungle.jpg
+share/pingus/images/textures/ordina.jpg
+share/pingus/images/textures/rock6.jpg
+share/pingus/images/textures/rockagglo.jpg
+share/pingus/images/textures/rocktile.jpg
+share/pingus/images/textures/rooftile.jpg
+share/pingus/images/textures/rooftile2.jpg
+share/pingus/images/textures/solartile.jpg
+share/pingus/images/textures/sortie.jpg
+share/pingus/images/textures/sortiebgred.jpg
+share/pingus/images/textures/stars.jpg
+share/pingus/images/textures/stone.jpg
+share/pingus/images/textures/stone.sprite
+share/pingus/images/textures/stones.png
+share/pingus/images/textures/stones.sprite
+share/pingus/images/textures/swirljungle.png
+share/pingus/images/textures/thunderstorm.png
+share/pingus/images/traps/bumper.png
+share/pingus/images/traps/bumper.sprite
+share/pingus/images/traps/bumper_cmap.png
+share/pingus/images/traps/fake_exit.png
+share/pingus/images/traps/fake_exit.sprite
+share/pingus/images/traps/gateway.png
+share/pingus/images/traps/guillotineidle.png
+share/pingus/images/traps/guillotineidle.sprite
+share/pingus/images/traps/guillotinekill.png
+share/pingus/images/traps/guillotinekill/left.sprite
+share/pingus/images/traps/guillotinekill/right.sprite
+share/pingus/images/traps/hammer.png
+share/pingus/images/traps/hammer.sprite
+share/pingus/images/traps/laser_exit.png
+share/pingus/images/traps/laser_exit.sprite
+share/pingus/images/traps/quicksand.png
+share/pingus/images/traps/smasher.png
+share/pingus/images/traps/smasher.sprite
+share/pingus/images/traps/smasher_cmap.png
+share/pingus/images/traps/spike.png
+share/pingus/images/traps/spike.sprite
+share/pingus/images/traps/spike_editor.png
+share/pingus/images/traps/tut.png
+share/pingus/images/worldmaps/misc/pacman.sprite
+share/pingus/images/worldmaps/tutorial/layer0.sprite
+share/pingus/images/worldmaps/tutorial/layer1.sprite
+share/pingus/images/worldmaps/tutorial/layer2.sprite
+share/pingus/images/worldmaps/tutorial/layer3.sprite
+share/pingus/images/worldmaps/tutorial_layer0.jpg
+share/pingus/images/worldmaps/tutorial_layer1.png
+share/pingus/images/worldmaps/tutorial_layer2.png
+share/pingus/images/worldmaps/tutorial_layer3.png
+share/pingus/images/worldmaps/volcano/island.sprite
+share/pingus/images/worldobjs/conveyorbelt_cmap.png
+share/pingus/images/worldobjs/conveyorbelt_left.png
+share/pingus/images/worldobjs/conveyorbelt_left.sprite
+share/pingus/images/worldobjs/conveyorbelt_middle.png
+share/pingus/images/worldobjs/conveyorbelt_middle.sprite
+share/pingus/images/worldobjs/conveyorbelt_right.png
+share/pingus/images/worldobjs/conveyorbelt_right.sprite
+share/pingus/images/worldobjs/iceblock.png
+share/pingus/images/worldobjs/iceblock.sprite
+share/pingus/images/worldobjs/iceblock_cmap.png
+share/pingus/images/worldobjs/infobox.png
+share/pingus/images/worldobjs/infobox.sprite
+share/pingus/images/worldobjs/switchdoor_box.png
+share/pingus/images/worldobjs/switchdoor_switch.png
+share/pingus/images/worldobjs/switchdoor_tile.png
+share/pingus/images/worldobjs/switchdoor_tile_cmap.png
+share/pingus/images/worldobjs/teleporter.png
+share/pingus/images/worldobjs/teleporter.sprite
+share/pingus/images/worldobjs/teleporter2.png
+share/pingus/images/worldobjs/teleporter2.sprite
+share/pingus/images/worldobjs/teleportertarget.png
+share/pingus/images/worldobjs/teleportertarget.sprite
+share/pingus/levels/alien/aliens1-phil.pingus
+share/pingus/levels/alien/aliens2-phil.pingus
+share/pingus/levels/alien/aliens4-phil.pingus
+share/pingus/levels/alien/aliens5-phil.pingus
+share/pingus/levels/alien/aliens6-phil.pingus
+share/pingus/levels/alien/aliens7-phil.pingus
+share/pingus/levels/alien/space-11-rz+eriksoe.pingus
+share/pingus/levels/alien/space-9-tom.pingus
+share/pingus/levels/alien/space-loop-timpany.pingus
+share/pingus/levels/alien/space-tom1.pingus
+share/pingus/levels/alien/space2.pingus
+share/pingus/levels/candy/block-timpany.pingus
+share/pingus/levels/crystal/cave-crystal1-mw.pingus
+share/pingus/levels/crystal/cave-crystal2-mw.pingus
+share/pingus/levels/crystal/crystal-phil1.pingus
+share/pingus/levels/crystal/crystal1.pingus
+share/pingus/levels/crystal/crystal10-rz.pingus
+share/pingus/levels/crystal/crystal2.pingus
+share/pingus/levels/crystal/crystal3.pingus
+share/pingus/levels/crystal/crystal4.pingus
+share/pingus/levels/crystal/crystal5.pingus
+share/pingus/levels/crystal/crystalcave1-gunter.pingus
+share/pingus/levels/crystal/crystalcave2-gunter.pingus
+share/pingus/levels/crystal/crystalcave3-gunter.pingus
+share/pingus/levels/crystal/crystalcave4-gunter.pingus
+share/pingus/levels/crystal/jewel.pingus
+share/pingus/levels/crystal/lonely.pingus
+share/pingus/levels/crystal/longway.pingus
+share/pingus/levels/crystal/parallel.pingus
+share/pingus/levels/crystal/sept-crystal1-mw.pingus
+share/pingus/levels/desert/desert-crawl-timpany.pingus
+share/pingus/levels/desert/desert1-janne.pingus
+share/pingus/levels/desert/desert1.pingus
+share/pingus/levels/desert/desert2.pingus
+share/pingus/levels/desert/desert3-jings.pingus
+share/pingus/levels/desert/desert3.pingus
+share/pingus/levels/desert/desert4.pingus
+share/pingus/levels/desert/desert5-tflavel.pingus
+share/pingus/levels/desert/desert5.pingus
+share/pingus/levels/desert/desert6-grumbel.pingus
+share/pingus/levels/desert/desert7-grumbel.pingus
+share/pingus/levels/desert/desert8-grumbel.pingus
+share/pingus/levels/desert/desertwaste1-grumbel.pingus
+share/pingus/levels/desert/indiana-yingwan.pingus
+share/pingus/levels/easter/easter1-grumbel.pingus
+share/pingus/levels/easter/easter2-grumbel.pingus
+share/pingus/levels/easter/easter3-grumbel.pingus
+share/pingus/levels/factorycampaign/factory_campaign1.pingus
+share/pingus/levels/factorycampaign/factory_campaign10.pingus
+share/pingus/levels/factorycampaign/factory_campaign11.pingus
+share/pingus/levels/factorycampaign/factory_campaign12.pingus
+share/pingus/levels/factorycampaign/factory_campaign13.pingus
+share/pingus/levels/factorycampaign/factory_campaign2.pingus
+share/pingus/levels/factorycampaign/factory_campaign3.pingus
+share/pingus/levels/factorycampaign/factory_campaign4.pingus
+share/pingus/levels/factorycampaign/factory_campaign5.pingus
+share/pingus/levels/factorycampaign/factory_campaign6.pingus
+share/pingus/levels/factorycampaign/factory_campaign7.pingus
+share/pingus/levels/factorycampaign/factory_campaign8.pingus
+share/pingus/levels/factorycampaign/factory_campaign9.pingus
+share/pingus/levels/forest/forest1-grumbel.pingus
+share/pingus/levels/halloween/halloween1-grumbel.pingus
+share/pingus/levels/halloween/halloween2-grumbel.pingus
+share/pingus/levels/halloween/halloween3-grumbel.pingus
+share/pingus/levels/halloween/halloween4-grumbel.pingus
+share/pingus/levels/halloween/halloween5-grumbel.pingus
+share/pingus/levels/halloween/halloween6-grumbel.pingus
+share/pingus/levels/halloween/halloween7-grumbel.pingus
+share/pingus/levels/halloween/halloween8-plouj.pingus
+share/pingus/levels/halloween2011/halloween10-grumbel.pingus
+share/pingus/levels/halloween2011/halloween11-grumbel.pingus
+share/pingus/levels/halloween2011/halloween12-grumbel.pingus
+share/pingus/levels/halloween2011/halloween13-grumbel.pingus
+share/pingus/levels/halloween2011/halloween14-grumbel.pingus
+share/pingus/levels/halloween2011/halloween15-grumbel.pingus
+share/pingus/levels/halloween2011/halloween16-grumbel.pingus
+share/pingus/levels/halloween2011/halloween17-grumbel.pingus
+share/pingus/levels/halloween2011/halloween18-grumbel.pingus
+share/pingus/levels/halloween2011/halloween19-rz.pingus
+share/pingus/levels/hellmouth/hellmouth01-grumbel.pingus
+share/pingus/levels/hellmouth/hellmouth02-grumbel.pingus
+share/pingus/levels/hellmouth/hellmouth03-grumbel.pingus
+share/pingus/levels/hellmouth/hellmouth04-grumbel.pingus
+share/pingus/levels/hellmouth/hellmouth05-grumbel.pingus
+share/pingus/levels/hellmouth/hellmouth06-grumbel.pingus
+share/pingus/levels/hellmouth/hellmouth07-grumbel.pingus
+share/pingus/levels/hellmouth/hellmouth08-grumbel.pingus
+share/pingus/levels/hellmouth/hellmouth09-grumbel.pingus
+share/pingus/levels/hellmouth/hellmouth10-grumbel.pingus
+share/pingus/levels/hellmouth/hellmouth11-rz.pingus
+share/pingus/levels/hellmouth/hellmouth12-grumbel.pingus
+share/pingus/levels/hellmouth/hellmouth13-grumbel.pingus
+share/pingus/levels/hellmouth/hellmouth14-grumbel.pingus
+share/pingus/levels/hellmouth/hellmouth15-grumbel.pingus
+share/pingus/levels/hellmouth/hellmouth17-grumbel.pingus
+share/pingus/levels/hellmouth/hellmouth20-grumbel.pingus
+share/pingus/levels/hellmouth/hellmouth21-grumbel.pingus
+share/pingus/levels/hellmouth/hellmouth22-grumbel.pingus
+share/pingus/levels/hellmouth/hellmouth23-rz+eriksoe.pingus
+share/pingus/levels/hellmouth/hellmouth24-rz.pingus
+share/pingus/levels/incoming/bouncing-bp-1.pingus
+share/pingus/levels/incoming/glassy1-howard.pingus
+share/pingus/levels/incoming/gletcher1-darune.pingus
+share/pingus/levels/incoming/gletcher2-darune.pingus
+share/pingus/levels/incoming/stone1-darune.pingus
+share/pingus/levels/incoming/stone2-darune.pingus
+share/pingus/levels/incoming/stone3-darune.pingus
+share/pingus/levels/incoming/tester.pingus
+share/pingus/levels/jungle/cave-jungle1-mw.pingus
+share/pingus/levels/jungle/foliage3.pingus
+share/pingus/levels/jungle/headbang.pingus
+share/pingus/levels/jungle/intersec.pingus
+share/pingus/levels/jungle/jungle-13-rz+eriksoe.pingus
+share/pingus/levels/jungle/jungle-airline-timpany.pingus
+share/pingus/levels/jungle/jungle-crisscross-timpany.pingus
+share/pingus/levels/jungle/jungle1.pingus
+share/pingus/levels/jungle/jungle2.pingus
+share/pingus/levels/jungle/rinse.pingus
+share/pingus/levels/jungle/wland-timpany.pingus
+share/pingus/levels/multiplayer/multi1-grumbel.pingus
+share/pingus/levels/multiplayer/multi2-grumbel.pingus
+share/pingus/levels/mysteryisland/cave-lac.pingus
+share/pingus/levels/mysteryisland/cave1-marcotte.pingus
+share/pingus/levels/mysteryisland/emperiment-lac.pingus
+share/pingus/levels/mysteryisland/hall-of-illusion-lac.pingus
+share/pingus/levels/mysteryisland/lavapit3.pingus
+share/pingus/levels/mysteryisland/madscientist1-lac.pingus
+share/pingus/levels/mysteryisland/multi1-lac.pingus
+share/pingus/levels/mysteryisland/rainy1-lac.pingus
+share/pingus/levels/mysteryisland/revenge1-lac.pingus
+share/pingus/levels/mysteryisland/revenge2-lac.pingus
+share/pingus/levels/mysteryisland/snow2-lac.pingus
+share/pingus/levels/mysteryisland/theend-lac.pingus
+share/pingus/levels/mysteryisland/use-the-slide-lac.pingus
+share/pingus/levels/mysteryisland/volcano1-grumbel.pingus
+share/pingus/levels/pacman/pacman1-yingwan.pingus
+share/pingus/levels/pacman/pacman2-yingwan.pingus
+share/pingus/levels/pacman/pacman3-yingwan.pingus
+share/pingus/levels/playable/bombing.pingus
+share/pingus/levels/playable/dentist.pingus
+share/pingus/levels/playable/desert8-ralph.pingus
+share/pingus/levels/playable/desert9-jings.pingus
+share/pingus/levels/playable/egypt1-judit.pingus
+share/pingus/levels/playable/future3-jgoebbert.pingus
+share/pingus/levels/playable/novelty-jings.pingus
+share/pingus/levels/playable/particle.pingus
+share/pingus/levels/playable/pingustemple2-pacho.pingus
+share/pingus/levels/playable/pyramid1-yingwan.pingus
+share/pingus/levels/playable/real1.pingus
+share/pingus/levels/playable/real5.pingus
+share/pingus/levels/playable/real6.pingus
+share/pingus/levels/playable/rockhopping.pingus
+share/pingus/levels/playable/sno1-marcotte.pingus
+share/pingus/levels/playable/sortie1.pingus
+share/pingus/levels/playable/stone13-grumbel.pingus
+share/pingus/levels/playable/stone14-grumbel.pingus
+share/pingus/levels/playable/stone15-grumbel.pingus
+share/pingus/levels/playable/w1-judit.pingus
+share/pingus/levels/playable/xmas-complex-timpany.pingus
+share/pingus/levels/snow/sas.pingus
+share/pingus/levels/test/actions.pingus
+share/pingus/levels/test/background-test.pingus
+share/pingus/levels/test/basher.pingus
+share/pingus/levels/test/bg-test.pingus
+share/pingus/levels/test/blitter.pingus
+share/pingus/levels/test/blocker.pingus
+share/pingus/levels/test/bridger.pingus
+share/pingus/levels/test/chink.pingus
+share/pingus/levels/test/climber.pingus
+share/pingus/levels/test/conveyorbelt.pingus
+share/pingus/levels/test/exit.pingus
+share/pingus/levels/test/fallbug.pingus
+share/pingus/levels/test/faller.pingus
+share/pingus/levels/test/highfall.pingus
+share/pingus/levels/test/jumper.pingus
+share/pingus/levels/test/jumper2.pingus
+share/pingus/levels/test/jumperbounce.pingus
+share/pingus/levels/test/meta.pingus
+share/pingus/levels/test/order.pingus
+share/pingus/levels/test/rotation.pingus
+share/pingus/levels/test/smallmap.pingus
+share/pingus/levels/test/test1.pingus
+share/pingus/levels/test/test2.pingus
+share/pingus/levels/test/test3.pingus
+share/pingus/levels/test/test6.pingus
+share/pingus/levels/test/test8.pingus
+share/pingus/levels/test/walker.pingus
+share/pingus/levels/tutorial/basher-tutorial-grumbel.pingus
+share/pingus/levels/tutorial/bomber-tutorial2-grumbel.pingus
+share/pingus/levels/tutorial/digger-tutorial2-grumbel.pingus
+share/pingus/levels/tutorial/floater-tutorial-grumbel.pingus
+share/pingus/levels/tutorial/jumper-tutorial-grumbel.pingus
+share/pingus/levels/tutorial/miner-tutorial2-grumbel.pingus
+share/pingus/levels/tutorial/snow10-grumbel.pingus
+share/pingus/levels/tutorial/snow11-grumbel.pingus
+share/pingus/levels/tutorial/snow12-grumbel.pingus
+share/pingus/levels/tutorial/snow14-grumbel.pingus
+share/pingus/levels/tutorial/snow15-grumbel.pingus
+share/pingus/levels/tutorial/snow16-grumbel.pingus
+share/pingus/levels/tutorial/snow17-grumbel.pingus
+share/pingus/levels/tutorial/snow19-grumbel.pingus
+share/pingus/levels/tutorial/snow20-grumbel.pingus
+share/pingus/levels/tutorial/snow21-grumbel.pingus
+share/pingus/levels/tutorial/snow22-grumbel.pingus
+share/pingus/levels/tutorial/snow7-grumbel.pingus
+share/pingus/levels/tutorial/snow8-grumbel.pingus
+share/pingus/levels/tutorial/snow9-grumbel.pingus
+share/pingus/levels/tutorial/solid-tutorial-grumbel.pingus
+share/pingus/levels/volcano/volcano2-grumbel.pingus
+share/pingus/levels/wip/am_nil-luki.pingus
+share/pingus/levels/wip/belt1-grumbel.pingus
+share/pingus/levels/wip/block.pingus
+share/pingus/levels/wip/candy-lukis.pingus
+share/pingus/levels/wip/candy1.pingus
+share/pingus/levels/wip/cave-cave1-mw.pingus
+share/pingus/levels/wip/cave-cave2-mw.pingus
+share/pingus/levels/wip/cave-food1-mw.pingus
+share/pingus/levels/wip/cave-snow1-mw.pingus
+share/pingus/levels/wip/cave-space1-mw.pingus
+share/pingus/levels/wip/cave-space2-mw.pingus
+share/pingus/levels/wip/cave-tubes1-mw.pingus
+share/pingus/levels/wip/conv.pingus
+share/pingus/levels/wip/desert-crawl-ralph.pingus
+share/pingus/levels/wip/desert-phil1.pingus
+share/pingus/levels/wip/desert-phil2.pingus
+share/pingus/levels/wip/desert3-tflavel.pingus
+share/pingus/levels/wip/editor_tut.pingus
+share/pingus/levels/wip/foliage1.pingus
+share/pingus/levels/wip/foliage4.pingus
+share/pingus/levels/wip/granit1.pingus
+share/pingus/levels/wip/green1-grumbel.pingus
+share/pingus/levels/wip/hellmouth-phil1.pingus
+share/pingus/levels/wip/hellmouth11-grumbel.pingus
+share/pingus/levels/wip/hellmouth16-grumbel.pingus
+share/pingus/levels/wip/hellmouth18-grumbel.pingus
+share/pingus/levels/wip/hellmouth19-grumbel.pingus
+share/pingus/levels/wip/hellmouth23-grumbel.pingus
+share/pingus/levels/wip/hotmush-gordon.pingus
+share/pingus/levels/wip/iceblock-grumbel1.pingus
+share/pingus/levels/wip/industrial1-grumbel.pingus
+share/pingus/levels/wip/industrial2-grumbel.pingus
+share/pingus/levels/wip/isle1-grumbel.pingus
+share/pingus/levels/wip/large1.pingus
+share/pingus/levels/wip/level0.pingus
+share/pingus/levels/wip/level10.pingus
+share/pingus/levels/wip/level12.pingus
+share/pingus/levels/wip/level19.pingus
+share/pingus/levels/wip/level2.pingus
+share/pingus/levels/wip/level3.pingus
+share/pingus/levels/wip/level5.pingus
+share/pingus/levels/wip/level7.pingus
+share/pingus/levels/wip/level8.pingus
+share/pingus/levels/wip/mud1-grumbel.pingus
+share/pingus/levels/wip/mud2-grumbel.pingus
+share/pingus/levels/wip/mushroom.pingus
+share/pingus/levels/wip/ordina1-lawrence.pingus
+share/pingus/levels/wip/park-mkoller.pingus
+share/pingus/levels/wip/penguinworld-franko.pingus
+share/pingus/levels/wip/pipedreams1-grumbel.pingus
+share/pingus/levels/wip/pipes1.pingus
+share/pingus/levels/wip/pyramid-bandara.pingus
+share/pingus/levels/wip/real2.pingus
+share/pingus/levels/wip/real3.pingus
+share/pingus/levels/wip/real4.pingus
+share/pingus/levels/wip/rock1.pingus
+share/pingus/levels/wip/sept-aztec1-mw.pingus
+share/pingus/levels/wip/sept-cave1-mw.pingus
+share/pingus/levels/wip/sept-snow1-mw.pingus
+share/pingus/levels/wip/sept-space1-mw.pingus
+share/pingus/levels/wip/small1.pingus
+share/pingus/levels/wip/snow-lukis.pingus
+share/pingus/levels/wip/snow2.pingus
+share/pingus/levels/wip/snow3.pingus
+share/pingus/levels/wip/snow4.pingus
+share/pingus/levels/wip/snow5.pingus
+share/pingus/levels/wip/snow6.pingus
+share/pingus/levels/wip/sortie-lukis.pingus
+share/pingus/levels/wip/sortie2.pingus
+share/pingus/levels/wip/sortie3.pingus
+share/pingus/levels/wip/space-phil1.pingus
+share/pingus/levels/wip/space1.pingus
+share/pingus/levels/wip/space3.pingus
+share/pingus/levels/wip/space4-grumbel.pingus
+share/pingus/levels/wip/stone-brinkmann.pingus
+share/pingus/levels/wip/stone.pingus
+share/pingus/levels/wip/stone10-grumbel.pingus
+share/pingus/levels/wip/stone11-grumbel.pingus
+share/pingus/levels/wip/stone12-grumbel.pingus
+share/pingus/levels/wip/stone2.pingus
+share/pingus/levels/wip/stone3-grumbel.pingus
+share/pingus/levels/wip/stone4-grumbel.pingus
+share/pingus/levels/wip/stone6-grumbel.pingus
+share/pingus/levels/wip/stone8-grumbel.pingus
+share/pingus/levels/wip/sweets-phil1.pingus
+share/pingus/levels/wip/test-luki.pingus
+share/pingus/levels/wip/volcano3-grumbel.pingus
+share/pingus/levels/wip/volcano4-grumbel.pingus
+share/pingus/levels/xmas2011/xmas01-grumbel.pingus
+share/pingus/levels/xmas2011/xmas02-grumbel.pingus
+share/pingus/levels/xmas2011/xmas03-grumbel.pingus
+share/pingus/levels/xmas2011/xmas04-grumbel.pingus
+share/pingus/levels/xmas2011/xmas05-grumbel.pingus
+share/pingus/levels/xmas2011/xmas06-grumbel.pingus
+share/pingus/levels/xmas2011/xmas07-grumbel.pingus
+share/pingus/levels/xmas2011/xmas08-grumbel.pingus
+share/pingus/levels/xmas2011/xmas09-grumbel.pingus
+share/pingus/levels/xmas2011/xmas10-grumbel.pingus
+share/pingus/levels/xskat/new/achtung_falle_15-jonas_bannert.pingus
+share/pingus/levels/xskat/new/alle.pingus
+share/pingus/levels/xskat/new/avaritia-cbrucher.pingus
+share/pingus/levels/xskat/new/blue1-marcotte.pingus
+share/pingus/levels/xskat/new/blue2-marcotte.pingus
+share/pingus/levels/xskat/new/blue3-marcotte.pingus
+share/pingus/levels/xskat/new/brick1-marcotte.pingus
+share/pingus/levels/xskat/new/columns-luca.pingus
+share/pingus/levels/xskat/new/dangerseasons-chekov.pingus
+share/pingus/levels/xskat/new/dig1-marcotte.pingus
+share/pingus/levels/xskat/new/dschungel.pingus
+share/pingus/levels/xskat/new/egypt1-moredhel.pingus
+share/pingus/levels/xskat/new/forest1-chei.pingus
+share/pingus/levels/xskat/new/forest2-chei.pingus
+share/pingus/levels/xskat/new/gate1-janne.pingus
+share/pingus/levels/xskat/new/hellmouth-11-rz.pingus
+share/pingus/levels/xskat/new/if_only_i_can_fly_-_wayne_shelley.pingus
+share/pingus/levels/xskat/new/job_switching.pingus
+share/pingus/levels/xskat/new/mauern.pingus
+share/pingus/levels/xskat/new/panic-cbrucher.pingus
+share/pingus/levels/xskat/new/paratrooper-janne.pingus
+share/pingus/levels/xskat/new/pingfrog-mips.pingus
+share/pingus/levels/xskat/new/pingusworld1-pacho.pingus
+share/pingus/levels/xskat/new/pingusworld2-pacho.pingus
+share/pingus/levels/xskat/new/pingusworld3-pacho.pingus
+share/pingus/levels/xskat/new/sand1-marcotte.pingus
+share/pingus/levels/xskat/new/sand2-marcotte.pingus
+share/pingus/levels/xskat/new/snow1-marcotte.pingus
+share/pingus/levels/xskat/new/stairway1-valar.pingus
+share/pingus/levels/xskat/new/stone-1-rz.pingus
+share/pingus/levels/xskat/new/stone-6-rz+eriksoe.pingus
+share/pingus/levels/xskat/new/stone1-marcotte.pingus
+share/pingus/levels/xskat/new/stone2-marcotte.pingus
+share/pingus/levels/xskat/new/stone3-marcotte.pingus
+share/pingus/levels/xskat/new/superunknown1-valar.pingus
+share/pingus/levels/xskat/new/teamwork-cbrucher.pingus
+share/pingus/levels/xskat/new/theway-mips.pingus
+share/pingus/levels/xskat/new/winter1-chei.pingus
+share/pingus/levels/xskat/new/winter2-chei.pingus
+share/pingus/levels/xskat/ok/blockers-timpany-tutorial.pingus
+share/pingus/levels/xskat/ok/bomber-tutorial-grumbel.pingus
+share/pingus/levels/xskat/ok/bridger-tutorial-grumbel.pingus
+share/pingus/levels/xskat/ok/cages.pingus
+share/pingus/levels/xskat/ok/candy-timpany-premoi.pingus
+share/pingus/levels/xskat/ok/chouser02.pingus
+share/pingus/levels/xskat/ok/climber-tutorial-lukis.pingus
+share/pingus/levels/xskat/ok/digger-tutorial-grumbel.pingus
+share/pingus/levels/xskat/ok/doors-grumbel.pingus
+share/pingus/levels/xskat/ok/doors2-grumbel.pingus
+share/pingus/levels/xskat/ok/future1-jgoebbert.pingus
+share/pingus/levels/xskat/ok/future2-jgoebbert.pingus
+share/pingus/levels/xskat/ok/industrial-plumber-timpany.pingus
+share/pingus/levels/xskat/ok/industrial3-grumbel.pingus
+share/pingus/levels/xskat/ok/industrial4-grumbel.pingus
+share/pingus/levels/xskat/ok/intensiv-timpany.pingus
+share/pingus/levels/xskat/ok/lev4.pingus
+share/pingus/levels/xskat/ok/level13.pingus
+share/pingus/levels/xskat/ok/level9.pingus
+share/pingus/levels/xskat/ok/miner-tutorial-grumbel.pingus
+share/pingus/levels/xskat/ok/mud3-grumbel.pingus
+share/pingus/levels/xskat/ok/mud4-grumbel.pingus
+share/pingus/levels/xskat/ok/partic2.pingus
+share/pingus/levels/xskat/ok/pyramid2-yingwan.pingus
+share/pingus/levels/xskat/ok/slidenride1-grumbel.pingus
+share/pingus/levels/xskat/ok/snow1.pingus
+share/pingus/levels/xskat/ok/sortie4-grumbel.pingus
+share/pingus/levels/xskat/ok/stair.pingus
+share/pingus/levels/xskat/ok/stone-castle-timpany.pingus
+share/pingus/levels/xskat/ok/stone5-grumbel.pingus
+share/pingus/levels/xskat/ok/stone5-phlog.pingus
+share/pingus/levels/xskat/ok/stone7-grumbel.pingus
+share/pingus/levels/xskat/ok/stone9-grumbel.pingus
+share/pingus/levels/xskat/ok/sweets-phil2.pingus
+share/pingus/levels/xskat/ok/teleporter1-grumbel.pingus
+share/pingus/levels/xskat/ok/teleporter2-grumbel.pingus
+share/pingus/levels/xskat/ok/xmas-blockblow-timpany.pingus
+share/pingus/levelsets/alien.levelset
+share/pingus/levelsets/crystal.levelset
+share/pingus/levelsets/desert.levelset
+share/pingus/levelsets/factory.levelset
+share/pingus/levelsets/halloween.levelset
+share/pingus/levelsets/halloween2011.levelset
+share/pingus/levelsets/hellmouth.levelset
+share/pingus/levelsets/jungle.levelset
+share/pingus/levelsets/mysteryisland.levelset
+share/pingus/levelsets/pacman.levelset
+share/pingus/levelsets/xmas2011.levelset
+share/pingus/music/gd-cancn.it
+share/pingus/music/gd-giirm.s3m
+share/pingus/music/gd-ite.it
+share/pingus/music/gd-matth.it
+share/pingus/music/gd-myla.it
+share/pingus/music/goin_march.it
+share/pingus/music/pingus-1.it
+share/pingus/music/pingus-2.it
+share/pingus/music/pingus-3.it
+share/pingus/music/pingus-4.it
+share/pingus/music/pingus-5.it
+share/pingus/music/pingus-6.it
+share/pingus/music/pingus-7.it
+share/pingus/music/pingus-8.it
+share/pingus/music/pingus-9.it
+share/pingus/music/rough_journey.it
+share/pingus/music/sorcerer.it
+share/pingus/music/success_1.it
+share/pingus/music/success_2.it
+share/pingus/music/the_big_march_in_space.it
+share/pingus/po/ast.po
+share/pingus/po/bg.po
+share/pingus/po/cs.po
+share/pingus/po/da.po
+share/pingus/po/de.po
+share/pingus/po/es.po
+share/pingus/po/fi.po
+share/pingus/po/fr.po
+share/pingus/po/hu.po
+share/pingus/po/it.po
+share/pingus/po/nb.po
+share/pingus/po/nl.po
+share/pingus/po/nn.po
+share/pingus/po/pl.po
+share/pingus/po/pt.po
+share/pingus/po/pt_BR.po
+share/pingus/po/ru.po
+share/pingus/po/sq.po
+share/pingus/po/sr.po
+share/pingus/po/sv.po
+share/pingus/po/th.po
+share/pingus/po/tr.po
+share/pingus/po/uk.po
+share/pingus/po/zh_CN.po
+share/pingus/po/zh_TW.po
+share/pingus/prefabs/entrances/cloud.prefab
+share/pingus/prefabs/entrances/desert.prefab
+share/pingus/prefabs/entrances/eastern.prefab
+share/pingus/prefabs/entrances/halloween.prefab
+share/pingus/prefabs/entrances/industrial.prefab
+share/pingus/prefabs/entrances/snow.prefab
+share/pingus/prefabs/entrances/sortie.prefab
+share/pingus/prefabs/entrances/space.prefab
+share/pingus/prefabs/entrances/woodbox.prefab
+share/pingus/prefabs/entrances/woodthing.prefab
+share/pingus/prefabs/entrances/xmas.prefab
+share/pingus/prefabs/liquids/slime.prefab
+share/pingus/prefabs/liquids/water.prefab
+share/pingus/prefabs/misc/snowman1.prefab
+share/pingus/sounds/chink.wav
+share/pingus/sounds/digger.wav
+share/pingus/sounds/goodidea.wav
+share/pingus/sounds/letsgo.wav
+share/pingus/sounds/ohno.wav
+share/pingus/sounds/plop.wav
+share/pingus/sounds/plop2.wav
+share/pingus/sounds/splash.wav
+share/pingus/sounds/tick.wav
+share/pingus/sounds/ting.wav
+share/pingus/sounds/yipee.wav
+share/pingus/stories/tutorial_intro.story
+share/pingus/stories/tutorial_outro.story
+share/pingus/worldmaps/tutorial.worldmap
+share/pingus/worldmaps/volcano.worldmap
+@pkgdir share/pingus/themes
+@pkgdir share/pingus/levels/xskat/ok/demo
+@pkgdir share/pingus/levels/xskat/new/demo
+@pkgdir share/pingus/images/gui/radiobutton
+@pkgdir share/pingus/images/gui/fonts
+@pkgdir share/pingus/images/gui/checkbox

Index: pkgsrc/games/pingus/distinfo
diff -u pkgsrc/games/pingus/distinfo:1.9 pkgsrc/games/pingus/distinfo:1.10
--- pkgsrc/games/pingus/distinfo:1.9    Wed Jan  2 19:16:20 2019
+++ pkgsrc/games/pingus/distinfo        Sun May 12 06:17:30 2019
@@ -1,16 +1,24 @@
-$NetBSD: distinfo,v 1.9 2019/01/02 19:16:20 tnn Exp $
+$NetBSD: distinfo,v 1.10 2019/05/12 06:17:30 triaxx Exp $
 
-SHA1 (pingus-0.7.3.tar.bz2) = ca7fe5cea65fb3392d1e81056a879831925502f2
-RMD160 (pingus-0.7.3.tar.bz2) = 664d259a98a172d10480be9aa4ec87a424ecd6f1
-SHA512 (pingus-0.7.3.tar.bz2) = 9992fce8343e44da1b411eeb4468cb44cd42750f222836f51997e10e696bf742e3dbffca4ee063c1795f1350bd2ea81d20afa943dda123c024851e1b8bbd9c29
-Size (pingus-0.7.3.tar.bz2) = 11127278 bytes
-SHA1 (patch-aa) = 0c2c7e599ae3782d45813221f1c31fa5c66514dc
-SHA1 (patch-ab) = 2f897472e0c006e6fa325c17eda34b05d0ba6a01
-SHA1 (patch-ac) = f0c357e4b5d5b71eacac243c15792b3a78a146ec
-SHA1 (patch-src_font.cpp) = 2bf0b3c31e18aae94269c09c92fa632cbf1c8070
-SHA1 (patch-src_lisp_getters.hpp) = e8671571418a172b71dde2ef7ab092ffd03563f7
-SHA1 (patch-src_pingus__main.cpp) = a93a83341a221210684bac93e23816d73a64ec84
-SHA1 (patch-src_pingus__menu.cpp) = 0482ebf068cde7820a6cb78d22a5e603ba71c03f
-SHA1 (patch-src_system.cpp) = 20d4522096aa537f60a03e43027b745ecf10b6f3
-SHA1 (patch-src_tinygettext_po__file__reader.cpp) = ab2fe607e943f72ad4cdfa0d0117886119d8593d
-SHA1 (patch-src_tinygettext_po__file__reader.hpp) = a378319caa8a4e2269893c698c2732a4aea1b7a2
+SHA1 (pingus-0.7.6.tar.gz) = c888c277995bed84052b62d0eacbd77d0346a276
+RMD160 (pingus-0.7.6.tar.gz) = e58ced4252caea3ca642a82a47468ed49eaa7851
+SHA512 (pingus-0.7.6.tar.gz) = ea0e7fd2cc1f6c23e62e222dffa1eb4764313ccecd716083c516fa4720c19562c9940da1dae4cbc527b85de9c0094f482e4f907212226b39ad044222b477769b
+Size (pingus-0.7.6.tar.gz) = 13410576 bytes
+SHA1 (patch-Makefile) = 6fb2ea04cc97381530b3e61e06c74b478f62a6e7
+SHA1 (patch-SConscript) = 39aa7f18a05cb45eed4393e6462fe9ec656d8297
+SHA1 (patch-src_editor_button.hpp) = a640979ed318233401147880d59f30f90aa0ed49
+SHA1 (patch-src_editor_checkbox.hpp) = 51d605b2cb5e51acce37b9626c68c236c1b5cc9c
+SHA1 (patch-src_editor_combobox.hpp) = 41511fb02e6378ea9c4ec76af4d77738b28f29dc
+SHA1 (patch-src_editor_file__list.hpp) = 0fddead2d8245e16c7353b9ab8a8a1ffd216b34d
+SHA1 (patch-src_editor_inputbox.hpp) = 9e885a17a993a1b9246931e0e84861f3f91362d1
+SHA1 (patch-src_editor_message__box.hpp) = b5b4f1118a77a3bbc693a26d216869d69b81b59b
+SHA1 (patch-src_editor_object__selector.cpp) = abdbfc65f923d10275adfd9d2923edf180d32cb2
+SHA1 (patch-src_editor_viewport.hpp) = 4a9a79f3c5d114746ef32a03ffddcc51b2de0251
+SHA1 (patch-src_lisp_getters.hpp) = 8f6de8678dae022ae888bd162d6566238030a4b2
+SHA1 (patch-src_pingus_components_check__box.hpp) = 59d3ee73fa16c1d0e57a2bf0d236dd4c500117dd
+SHA1 (patch-src_pingus_components_choice__box.hpp) = 4d2faefe2db205c8cbc695c6b45df4ee549261e8
+SHA1 (patch-src_pingus_components_slider__box.hpp) = 0c247a42dcf17a214fb2347177e95e0a5393807d
+SHA1 (patch-src_pingus_config__manager.hpp) = 3aa3c4947accec1360ee71d03aec8582c68c226a
+SHA1 (patch-src_pingus_pingus__main.cpp) = d7e5b778c3bab1f5c36d0a1fd97e9a477c499d27
+SHA1 (patch-src_pingus_screens_option__menu.hpp) = bf7da1b212fde00b9dd3d2f972ec587f629771da
+SHA1 (patch-src_pingus_screens_pingus__menu.cpp) = 18c2f3762fd5d7adf6a6a9b4561cc6af1289ff15

Index: pkgsrc/games/pingus/patches/patch-src_lisp_getters.hpp
diff -u pkgsrc/games/pingus/patches/patch-src_lisp_getters.hpp:1.1 pkgsrc/games/pingus/patches/patch-src_lisp_getters.hpp:1.2
--- pkgsrc/games/pingus/patches/patch-src_lisp_getters.hpp:1.1  Fri Nov 23 12:35:01 2012
+++ pkgsrc/games/pingus/patches/patch-src_lisp_getters.hpp      Sun May 12 06:17:30 2019
@@ -1,6 +1,8 @@
-$NetBSD: patch-src_lisp_getters.hpp,v 1.1 2012/11/23 12:35:01 joerg Exp $
+$NetBSD: patch-src_lisp_getters.hpp,v 1.2 2019/05/12 06:17:30 triaxx Exp $
 
---- src/lisp/getters.hpp.orig  2012-11-22 20:43:25.000000000 +0000
+* Legacy uncommented patch: I trust it...
+
+--- src/lisp/getters.hpp.orig  2011-12-24 21:46:47.000000000 +0000
 +++ src/lisp/getters.hpp
 @@ -30,7 +30,7 @@ static inline bool property_get(const Li
    if(lisp->get_list_size() != 2)

Added files:

Index: pkgsrc/games/pingus/patches/patch-Makefile
diff -u /dev/null pkgsrc/games/pingus/patches/patch-Makefile:1.1
--- /dev/null   Sun May 12 06:17:31 2019
+++ pkgsrc/games/pingus/patches/patch-Makefile  Sun May 12 06:17:30 2019
@@ -0,0 +1,75 @@
+$NetBSD: patch-Makefile,v 1.1 2019/05/12 06:17:30 triaxx Exp $
+
+* Remove variables already defined by pkgsrc.
+* Adapt hardcoded variables to be compliant with pkgsrc.
+* Use pkgsrc compliant commands.
+
+--- Makefile.orig      2011-12-24 21:46:47.000000000 +0000
++++ Makefile
+@@ -14,37 +14,34 @@
+ ##  You should have received a copy of the GNU General Public License
+ ##  along with this program.  If not, see <http://www.gnu.org/licenses/>.
+ 
+-DESTDIR = 
+-PREFIX  = /usr/local
+ DATADIR = $(PREFIX)/share/pingus
+-MANDIR  = $(PREFIX)/share/man
++MANDIR  = $(PREFIX)/$(PKGMANDIR)
+ BINDIR  = $(PREFIX)/bin
+ 
+ build/pingus:
+-      mkdir -p build
+-      scons src
+-      scons
+-      ln -fs build/pingus
++      ${MKDIR} build
++      ${SCONSBIN} src
++      ${SCONSBIN}
+ 
+ clean:
+-      rm -rf .sconf_temp/
+-      rm -f .sconsign.dblite
+-      rm -rf build/
+-      rm -f pingus
+-      scons -c
++      ${RM} -rf .sconf_temp/
++      ${RM} -f .sconsign.dblite
++      ${RM} -rf build/
++      ${RM} -f pingus
++      ${SCONSBIN} -c
+ 
+ install: install-exec install-data install-man
+ 
+ install-exec: build/pingus
+-      install -d "$(DESTDIR)$(BINDIR)"
+-
+-      install -D build/pingus "$(DESTDIR)$(BINDIR)/pingus.bin"
+-      echo -e "#!/bin/sh\nexec \"$(BINDIR)/pingus.bin\" --datadir \"$(DATADIR)\"" > "$(DESTDIR)$(BINDIR)/pingus"
+-      chmod 755 "$(DESTDIR)$(BINDIR)/pingus"
++      ${BSD_INSTALL_PROGRAM_DIR} ${DESTDIR}$(BINDIR)
++      ${BSD_INSTALL_PROGRAM} build/pingus ${DESTDIR}$(BINDIR)/pingus
+ 
+ install-data:
+       cd data/ && \
+-      find . \
++  ${FIND} . \
++        -type d \
++                              -exec ${BSD_INSTALL_DATA_DIR} ${DESTDIR}$(DATADIR)/{} \; && \
++      ${FIND} . \
+         -type f -a  \( \
+         -name "*.png" -o \
+         -name "*.jpg" -o \
+@@ -63,10 +60,11 @@ install-data:
+         -name "*.pingus" -o \
+         -name "*.levelset" -o \
+         -name "*.sprite" \
+-        \) -exec install -D {} $(DESTDIR)$(DATADIR)/{} \;
++        \) -exec ${BSD_INSTALL_DATA} {} ${DESTDIR}$(DATADIR)/{} \;
+ 
+ install-man:
+-      install -D doc/man/pingus.6 "$(DESTDIR)$(MANDIR)/man1/pingus.6"
++      ${BSD_INSTALL_MAN_DIR} ${DESTDIR}$(MANDIR)/man6
++      ${BSD_INSTALL_MAN} doc/man/pingus.6 ${DESTDIR}$(MANDIR)/man6/pingus.6
+ 
+ .PHONY : clean install install-exec install-data install-man
+ 
Index: pkgsrc/games/pingus/patches/patch-SConscript
diff -u /dev/null pkgsrc/games/pingus/patches/patch-SConscript:1.1
--- /dev/null   Sun May 12 06:17:31 2019
+++ pkgsrc/games/pingus/patches/patch-SConscript        Sun May 12 06:17:30 2019
@@ -0,0 +1,44 @@
+$NetBSD: patch-SConscript,v 1.1 2019/05/12 06:17:30 triaxx Exp $
+
+* Python 3.x support.
+* Boost does not maintain Signals anymore (Signals2 does not require linkage).
+
+--- SConscript.orig    2011-12-24 21:46:47.000000000 +0000
++++ SConscript
+@@ -77,7 +77,6 @@ class Project:
+         self.configure_linuxevdev()
+         self.configure_wiimote()
+         self.configure_xinput()
+-        self.configure_boost()
+         self.configure_png()
+         self.configure_sdl()
+         self.configure_iconv()
+@@ -126,12 +125,12 @@ class Project:
+     def configure_end(self):
+         self.env = self.conf.Finish()
+ 
+-        print "Reports:"
+-        print self.reports
++        print("Reports:")
++        print(self.reports)
+ 
+         if not self.fatal_error == "":
+-            print "Fatal Errors:"
+-            print self.fatal_error
++            print("Fatal Errors:")
++            print(self.fatal_error)
+             Exit(1)
+ 
+     def configure_gxx(self): 
+@@ -186,11 +185,6 @@ class Project:
+             self.conf.env.Append(optional_sources = ['src/engine/input/xinput/xinput_driver.cpp',
+                                                      'src/engine/input/xinput/xinput_device.cpp'])
+             
+-    def configure_boost(self):
+-        if not self.conf.CheckLibWithHeader('boost_signals', 'boost/signals.hpp', 'c++'):
+-            if not self.conf.CheckLibWithHeader('boost_signals-mt', 'boost/signals.hpp', 'c++'):
+-                self.fatal_error += "  * library 'boost_signals' not found\n"
+-
+     def configure_png(self):
+         if self.conf.CheckMyProgram('pkg-config'):
+             self.conf.env.ParseConfig("pkg-config  --cflags --libs libpng | sed 's/-I/-isystem/g'")
Index: pkgsrc/games/pingus/patches/patch-src_editor_button.hpp
diff -u /dev/null pkgsrc/games/pingus/patches/patch-src_editor_button.hpp:1.1
--- /dev/null   Sun May 12 06:17:31 2019
+++ pkgsrc/games/pingus/patches/patch-src_editor_button.hpp     Sun May 12 06:17:30 2019
@@ -0,0 +1,24 @@
+$NetBSD: patch-src_editor_button.hpp,v 1.1 2019/05/12 06:17:30 triaxx Exp $
+
+* Port to Boost.Signals2.
+
+--- src/editor/button.hpp.orig 2011-12-24 21:46:47.000000000 +0000
++++ src/editor/button.hpp
+@@ -17,7 +17,7 @@
+ #ifndef HEADER_PINGUS_EDITOR_BUTTON_HPP
+ #define HEADER_PINGUS_EDITOR_BUTTON_HPP
+ 
+-#include <boost/signal.hpp>
++#include <boost/signals2.hpp>
+ 
+ #include "engine/gui/rect_component.hpp"
+ 
+@@ -48,7 +48,7 @@ public:
+   void enable()  { enabled = true; }
+   void disable() { enabled = false; }
+ 
+-  boost::signal<void()> on_click;
++  boost::signals2::signal<void()> on_click;
+ 
+ private:
+   Button (const Button&);
Index: pkgsrc/games/pingus/patches/patch-src_editor_checkbox.hpp
diff -u /dev/null pkgsrc/games/pingus/patches/patch-src_editor_checkbox.hpp:1.1
--- /dev/null   Sun May 12 06:17:31 2019
+++ pkgsrc/games/pingus/patches/patch-src_editor_checkbox.hpp   Sun May 12 06:17:30 2019
@@ -0,0 +1,24 @@
+$NetBSD: patch-src_editor_checkbox.hpp,v 1.1 2019/05/12 06:17:30 triaxx Exp $
+
+* Port to Boost.Signals2.
+
+--- src/editor/checkbox.hpp.orig       2011-12-24 21:46:47.000000000 +0000
++++ src/editor/checkbox.hpp
+@@ -17,7 +17,7 @@
+ #ifndef HEADER_PINGUS_EDITOR_CHECKBOX_HPP
+ #define HEADER_PINGUS_EDITOR_CHECKBOX_HPP
+ 
+-#include <boost/signal.hpp>
++#include <boost/signals2.hpp>
+ 
+ #include "engine/gui/rect_component.hpp"
+ 
+@@ -40,7 +40,7 @@ public:
+   bool is_checked() const { return checked; }
+   void on_primary_button_press(int x, int y);
+ 
+-  boost::signal<void (bool)> on_change;
++  boost::signals2::signal<void (bool)> on_change;
+  
+ private:
+   Checkbox (const Checkbox&);
Index: pkgsrc/games/pingus/patches/patch-src_editor_combobox.hpp
diff -u /dev/null pkgsrc/games/pingus/patches/patch-src_editor_combobox.hpp:1.1
--- /dev/null   Sun May 12 06:17:31 2019
+++ pkgsrc/games/pingus/patches/patch-src_editor_combobox.hpp   Sun May 12 06:17:30 2019
@@ -0,0 +1,24 @@
+$NetBSD: patch-src_editor_combobox.hpp,v 1.1 2019/05/12 06:17:30 triaxx Exp $
+
+* Port to Boost.Signals2.
+
+--- src/editor/combobox.hpp.orig       2011-12-24 21:46:47.000000000 +0000
++++ src/editor/combobox.hpp
+@@ -18,7 +18,7 @@
+ #ifndef HEADER_PINGUS_EDITOR_COMBOBOX_HPP
+ #define HEADER_PINGUS_EDITOR_COMBOBOX_HPP
+ 
+-#include <boost/signal.hpp>
++#include <boost/signals2.hpp>
+ 
+ #include "engine/display/sprite.hpp"
+ #include "engine/gui/rect_component.hpp"
+@@ -88,7 +88,7 @@ public:
+   
+   void update_layout() {}
+   
+-  boost::signal<void (const ComboItem&)> on_select;
++  boost::signals2::signal<void (const ComboItem&)> on_select;
+ 
+ private:
+   Combobox();
Index: pkgsrc/games/pingus/patches/patch-src_editor_file__list.hpp
diff -u /dev/null pkgsrc/games/pingus/patches/patch-src_editor_file__list.hpp:1.1
--- /dev/null   Sun May 12 06:17:31 2019
+++ pkgsrc/games/pingus/patches/patch-src_editor_file__list.hpp Sun May 12 06:17:30 2019
@@ -0,0 +1,24 @@
+$NetBSD: patch-src_editor_file__list.hpp,v 1.1 2019/05/12 06:17:30 triaxx Exp $
+
+* Port to Boost.Signals2.
+
+--- src/editor/file_list.hpp.orig      2011-12-24 21:46:47.000000000 +0000
++++ src/editor/file_list.hpp
+@@ -17,7 +17,7 @@
+ #ifndef HEADER_PINGUS_EDITOR_FILE_LIST_HPP
+ #define HEADER_PINGUS_EDITOR_FILE_LIST_HPP
+ 
+-#include <boost/signal.hpp>
++#include <boost/signals2.hpp>
+ 
+ #include "engine/display/sprite.hpp"
+ #include "engine/gui/rect_component.hpp"
+@@ -61,7 +61,7 @@ public:
+   bool has_more_next_pages();
+   bool has_more_prev_pages();
+ 
+-  boost::signal<void (const System::DirectoryEntry&)> on_click;
++  boost::signals2::signal<void (const System::DirectoryEntry&)> on_click;
+ 
+ private:
+   int items_per_page();
Index: pkgsrc/games/pingus/patches/patch-src_editor_inputbox.hpp
diff -u /dev/null pkgsrc/games/pingus/patches/patch-src_editor_inputbox.hpp:1.1
--- /dev/null   Sun May 12 06:17:31 2019
+++ pkgsrc/games/pingus/patches/patch-src_editor_inputbox.hpp   Sun May 12 06:17:30 2019
@@ -0,0 +1,26 @@
+$NetBSD: patch-src_editor_inputbox.hpp,v 1.1 2019/05/12 06:17:30 triaxx Exp $
+
+* Port to Boost.Signals2.
+
+--- src/editor/inputbox.hpp.orig       2011-12-24 21:46:47.000000000 +0000
++++ src/editor/inputbox.hpp
+@@ -17,7 +17,7 @@
+ #ifndef HEADER_PINGUS_EDITOR_INPUTBOX_HPP
+ #define HEADER_PINGUS_EDITOR_INPUTBOX_HPP
+ 
+-#include <boost/signal.hpp>
++#include <boost/signals2.hpp>
+ 
+ #include "engine/gui/rect_component.hpp"
+ 
+@@ -40,8 +40,8 @@ public:
+ 
+   void update_layout() {}
+ 
+-  boost::signal<void (const std::string&)> on_change;
+-  boost::signal<void (const std::string&)> on_enter;
++  boost::signals2::signal<void (const std::string&)> on_change;
++  boost::signals2::signal<void (const std::string&)> on_enter;
+ 
+ private:
+   Inputbox (const Inputbox&);
Index: pkgsrc/games/pingus/patches/patch-src_editor_message__box.hpp
diff -u /dev/null pkgsrc/games/pingus/patches/patch-src_editor_message__box.hpp:1.1
--- /dev/null   Sun May 12 06:17:31 2019
+++ pkgsrc/games/pingus/patches/patch-src_editor_message__box.hpp       Sun May 12 06:17:30 2019
@@ -0,0 +1,15 @@
+$NetBSD: patch-src_editor_message__box.hpp,v 1.1 2019/05/12 06:17:30 triaxx Exp $
+
+* Port to Boost.Signals2.
+
+--- src/editor/message_box.hpp.orig    2011-12-24 21:46:47.000000000 +0000
++++ src/editor/message_box.hpp
+@@ -45,7 +45,7 @@ public:
+   void on_cancel_button();
+ 
+ public:
+-  boost::signal<void()> on_ok;
++  boost::signals2::signal<void()> on_ok;
+ 
+ private:
+   MessageBox(const MessageBox&);
Index: pkgsrc/games/pingus/patches/patch-src_editor_object__selector.cpp
diff -u /dev/null pkgsrc/games/pingus/patches/patch-src_editor_object__selector.cpp:1.1
--- /dev/null   Sun May 12 06:17:31 2019
+++ pkgsrc/games/pingus/patches/patch-src_editor_object__selector.cpp   Sun May 12 06:17:30 2019
@@ -0,0 +1,24 @@
+$NetBSD: patch-src_editor_object__selector.cpp,v 1.1 2019/05/12 06:17:30 triaxx Exp $
+
+* Port to Boost.Signals2.
+
+--- src/editor/object_selector.cpp.orig        2011-12-24 21:46:47.000000000 +0000
++++ src/editor/object_selector.cpp
+@@ -16,7 +16,7 @@
+ 
+ #include "editor/object_selector.hpp"
+ 
+-#include <boost/signal.hpp>
++#include <boost/signals2.hpp>
+ 
+ #include "editor/generic_level_obj.hpp"
+ #include "editor/gui_style.hpp"
+@@ -47,7 +47,7 @@ private:
+   std::string tooltip;
+   
+ public:
+-  boost::signal<void()> on_click;
++  boost::signals2::signal<void()> on_click;
+ 
+ public:
+   ObjectSelectorButton(ObjectSelectorList* object_list_,
Index: pkgsrc/games/pingus/patches/patch-src_editor_viewport.hpp
diff -u /dev/null pkgsrc/games/pingus/patches/patch-src_editor_viewport.hpp:1.1
--- /dev/null   Sun May 12 06:17:31 2019
+++ pkgsrc/games/pingus/patches/patch-src_editor_viewport.hpp   Sun May 12 06:17:30 2019
@@ -0,0 +1,24 @@
+$NetBSD: patch-src_editor_viewport.hpp,v 1.1 2019/05/12 06:17:30 triaxx Exp $
+
+* Port to Boost.Signals2.
+
+--- src/editor/viewport.hpp.orig       2011-12-24 21:46:47.000000000 +0000
++++ src/editor/viewport.hpp
+@@ -18,7 +18,7 @@
+ #ifndef HEADER_PINGUS_EDITOR_VIEWPORT_HPP
+ #define HEADER_PINGUS_EDITOR_VIEWPORT_HPP
+ 
+-#include <boost/signal.hpp>
++#include <boost/signals2.hpp>
+ #include <set>
+ 
+ #include "editor/selection.hpp"
+@@ -148,7 +148,7 @@ public:
+ 
+   void clear_selection();
+ 
+-  boost::signal<void (const Selection&)> selection_changed;
++  boost::signals2::signal<void (const Selection&)> selection_changed;
+ private:
+   Viewport();
+   Viewport (const Viewport&);
Index: pkgsrc/games/pingus/patches/patch-src_pingus_components_check__box.hpp
diff -u /dev/null pkgsrc/games/pingus/patches/patch-src_pingus_components_check__box.hpp:1.1
--- /dev/null   Sun May 12 06:17:31 2019
+++ pkgsrc/games/pingus/patches/patch-src_pingus_components_check__box.hpp      Sun May 12 06:17:30 2019
@@ -0,0 +1,24 @@
+$NetBSD: patch-src_pingus_components_check__box.hpp,v 1.1 2019/05/12 06:17:30 triaxx Exp $
+
+* Port to Boost.Signals2.
+
+--- src/pingus/components/check_box.hpp.orig   2011-12-24 21:46:47.000000000 +0000
++++ src/pingus/components/check_box.hpp
+@@ -17,7 +17,7 @@
+ #ifndef HEADER_PINGUS_PINGUS_COMPONENTS_CHECK_BOX_HPP
+ #define HEADER_PINGUS_PINGUS_COMPONENTS_CHECK_BOX_HPP
+ 
+-#include <boost/signal.hpp>
++#include <boost/signals2.hpp>
+ 
+ #include "engine/display/sprite.hpp"
+ #include "engine/gui/rect_component.hpp"
+@@ -39,7 +39,7 @@ public:
+ 
+   void set_state(bool v, bool send_signal);
+ 
+-  boost::signal<void (bool)> on_change;
++  boost::signals2::signal<void (bool)> on_change;
+ 
+ private:
+   CheckBox (const CheckBox&);
Index: pkgsrc/games/pingus/patches/patch-src_pingus_components_choice__box.hpp
diff -u /dev/null pkgsrc/games/pingus/patches/patch-src_pingus_components_choice__box.hpp:1.1
--- /dev/null   Sun May 12 06:17:31 2019
+++ pkgsrc/games/pingus/patches/patch-src_pingus_components_choice__box.hpp     Sun May 12 06:17:30 2019
@@ -0,0 +1,24 @@
+$NetBSD: patch-src_pingus_components_choice__box.hpp,v 1.1 2019/05/12 06:17:30 triaxx Exp $
+
+* Port to Boost.Signals2.
+
+--- src/pingus/components/choice_box.hpp.orig  2011-12-24 21:46:47.000000000 +0000
++++ src/pingus/components/choice_box.hpp
+@@ -17,7 +17,7 @@
+ #ifndef HEADER_PINGUS_PINGUS_COMPONENTS_CHOICE_BOX_HPP
+ #define HEADER_PINGUS_PINGUS_COMPONENTS_CHOICE_BOX_HPP
+ 
+-#include <boost/signal.hpp>
++#include <boost/signals2.hpp>
+ 
+ #include "engine/gui/rect_component.hpp"
+ 
+@@ -36,7 +36,7 @@ public:
+   void add_choice(const std::string& str);
+   void set_current_choice(int choice);
+   
+-  boost::signal<void (std::string)> on_change;
++  boost::signals2::signal<void (std::string)> on_change;
+   
+ private:
+   ChoiceBox (const ChoiceBox&);
Index: pkgsrc/games/pingus/patches/patch-src_pingus_components_slider__box.hpp
diff -u /dev/null pkgsrc/games/pingus/patches/patch-src_pingus_components_slider__box.hpp:1.1
--- /dev/null   Sun May 12 06:17:31 2019
+++ pkgsrc/games/pingus/patches/patch-src_pingus_components_slider__box.hpp     Sun May 12 06:17:30 2019
@@ -0,0 +1,24 @@
+$NetBSD: patch-src_pingus_components_slider__box.hpp,v 1.1 2019/05/12 06:17:30 triaxx Exp $
+
+* Port to Boost.Signals2.
+
+--- src/pingus/components/slider_box.hpp.orig  2011-12-24 21:46:47.000000000 +0000
++++ src/pingus/components/slider_box.hpp
+@@ -17,7 +17,7 @@
+ #ifndef HEADER_PINGUS_PINGUS_COMPONENTS_SLIDER_BOX_HPP
+ #define HEADER_PINGUS_PINGUS_COMPONENTS_SLIDER_BOX_HPP
+ 
+-#include <boost/signal.hpp>
++#include <boost/signals2.hpp>
+ 
+ #include "engine/gui/rect_component.hpp"
+ 
+@@ -39,7 +39,7 @@ public:
+ 
+   void set_value(int v);
+ 
+-  boost::signal<void (int)> on_change;
++  boost::signals2::signal<void (int)> on_change;
+ 
+ private:
+   SliderBox (const SliderBox&);
Index: pkgsrc/games/pingus/patches/patch-src_pingus_config__manager.hpp
diff -u /dev/null pkgsrc/games/pingus/patches/patch-src_pingus_config__manager.hpp:1.1
--- /dev/null   Sun May 12 06:17:31 2019
+++ pkgsrc/games/pingus/patches/patch-src_pingus_config__manager.hpp    Sun May 12 06:17:30 2019
@@ -0,0 +1,84 @@
+$NetBSD: patch-src_pingus_config__manager.hpp,v 1.1 2019/05/12 06:17:30 triaxx Exp $
+
+* Port to Boost.Signals2.
+
+--- src/pingus/config_manager.hpp.orig 2011-12-24 21:46:47.000000000 +0000
++++ src/pingus/config_manager.hpp
+@@ -17,7 +17,7 @@
+ #ifndef HEADER_PINGUS_PINGUS_CONFIG_MANAGER_HPP
+ #define HEADER_PINGUS_PINGUS_CONFIG_MANAGER_HPP
+ 
+-#include <boost/signal.hpp>
++#include <boost/signals2.hpp>
+ 
+ #include "math/size.hpp"
+ #include "pingus/options.hpp"
+@@ -39,55 +39,55 @@ public:
+ 
+   void set_master_volume(int);
+   int  get_master_volume() const;
+-  boost::signal<void(int)> on_master_volume_change;
++  boost::signals2::signal<void(int)> on_master_volume_change;
+ 
+   void set_sound_volume(int);
+   int  get_sound_volume() const;
+-  boost::signal<void(int)> on_sound_volume_change;
++  boost::signals2::signal<void(int)> on_sound_volume_change;
+ 
+   void set_music_volume(int);
+   int  get_music_volume() const;
+-  boost::signal<void(int)> on_music_volume_change;
++  boost::signals2::signal<void(int)> on_music_volume_change;
+ 
+   void set_fullscreen_resolution(const Size& size);
+   Size get_fullscreen_resolution() const;
+-  boost::signal<void(Size)> on_fullscreen_resolution_change;
++  boost::signals2::signal<void(Size)> on_fullscreen_resolution_change;
+ 
+   void set_fullscreen(bool);
+   bool get_fullscreen() const;
+-  boost::signal<void(bool)> on_fullscreen_change;
++  boost::signals2::signal<void(bool)> on_fullscreen_change;
+ 
+   void set_renderer(FramebufferType type);
+   FramebufferType get_renderer() const;
+-  boost::signal<void(FramebufferType)> on_renderer_change;
++  boost::signals2::signal<void(FramebufferType)> on_renderer_change;
+ 
+   void set_resizable(bool);
+   bool get_resizable() const;
+-  boost::signal<void(bool)> on_resizable_change;
++  boost::signals2::signal<void(bool)> on_resizable_change;
+ 
+   void set_mouse_grab(bool);
+   bool get_mouse_grab() const;
+-  boost::signal<void(bool)> on_mouse_grab_change;
++  boost::signals2::signal<void(bool)> on_mouse_grab_change;
+ 
+   void set_print_fps(bool);
+   bool get_print_fps() const;
+-  boost::signal<void(bool)> on_print_fps_change;
++  boost::signals2::signal<void(bool)> on_print_fps_change;
+ 
+   void set_language(const tinygettext::Language&);
+   tinygettext::Language get_language() const;
+-  boost::signal<void(const tinygettext::Language&)> on_language_change;
++  boost::signals2::signal<void(const tinygettext::Language&)> on_language_change;
+ 
+   void set_software_cursor(bool);
+   bool get_software_cursor() const;
+-  boost::signal<void(bool)> on_software_cursor_change;
++  boost::signals2::signal<void(bool)> on_software_cursor_change;
+ 
+   void set_auto_scrolling(bool);
+   bool get_auto_scrolling() const;
+-  boost::signal<void(bool)> on_auto_scrolling_change;
++  boost::signals2::signal<void(bool)> on_auto_scrolling_change;
+ 
+   void set_drag_drop_scrolling(bool);
+   bool get_drag_drop_scrolling() const;
+-  boost::signal<void(bool)> on_drag_drop_scrolling_change;
++  boost::signals2::signal<void(bool)> on_drag_drop_scrolling_change;
+ 
+ private:
+   ConfigManager (const ConfigManager&);
Index: pkgsrc/games/pingus/patches/patch-src_pingus_pingus__main.cpp
diff -u /dev/null pkgsrc/games/pingus/patches/patch-src_pingus_pingus__main.cpp:1.1
--- /dev/null   Sun May 12 06:17:31 2019
+++ pkgsrc/games/pingus/patches/patch-src_pingus_pingus__main.cpp       Sun May 12 06:17:30 2019
@@ -0,0 +1,39 @@
+$NetBSD: patch-src_pingus_pingus__main.cpp,v 1.1 2019/05/12 06:17:30 triaxx Exp $
+
+* Set DATADIR according to pkgsrc (program is not launched from source dir).
+* Insert space to appease C++11.
+
+--- src/pingus/pingus_main.cpp.orig    2011-12-24 21:46:47.000000000 +0000
++++ src/pingus/pingus_main.cpp
+@@ -441,20 +441,8 @@ PingusMain::init_path_finder()
+     g_path_manager.set_path(cmd_options.datadir.get());
+   }
+   else
+-  { // do magic to guess the datadir
+-#if defined(__APPLE__)
+-    char resource_path[PATH_MAX];
+-    CFURLRef ref = CFBundleCopyResourcesDirectoryURL(CFBundleGetMainBundle());
+-    if (!ref || !CFURLGetFileSystemRepresentation(ref, true, (UInt8*)resource_path, PATH_MAX))
+-    {
+-      std::cout << "Error: Couldn't get Resources path.\n" << std::endl;
+-      exit(EXIT_FAILURE);
+-    }
+-    CFRelease(ref);
+-    g_path_manager.set_path("data");
+-#else
+-    g_path_manager.set_path("data"); // assume game is run from source dir
+-#endif
++  {
++    g_path_manager.set_path("/mnt/ccd0/pkg/share/pingus"); // assume game is run from source dir
+   }
+ 
+   // Language is automatically picked from env variable
+@@ -465,7 +453,7 @@ PingusMain::init_path_finder()
+ void
+ PingusMain::print_greeting_message()
+ {
+-  std::string greeting = "Welcome to Pingus "VERSION;
++  std::string greeting = "Welcome to Pingus " VERSION;
+   greeting += "!";
+   std::cout <<  greeting << std::endl;
+   for (unsigned int i = 0; i < greeting.length(); ++i)
Index: pkgsrc/games/pingus/patches/patch-src_pingus_screens_option__menu.hpp
diff -u /dev/null pkgsrc/games/pingus/patches/patch-src_pingus_screens_option__menu.hpp:1.1
--- /dev/null   Sun May 12 06:17:31 2019
+++ pkgsrc/games/pingus/patches/patch-src_pingus_screens_option__menu.hpp       Sun May 12 06:17:30 2019
@@ -0,0 +1,24 @@
+$NetBSD: patch-src_pingus_screens_option__menu.hpp,v 1.1 2019/05/12 06:17:30 triaxx Exp $
+
+* Port to Boost.Signals2.
+
+--- src/pingus/screens/option_menu.hpp.orig    2011-12-24 21:46:47.000000000 +0000
++++ src/pingus/screens/option_menu.hpp
+@@ -17,7 +17,7 @@
+ #ifndef HEADER_PINGUS_PINGUS_SCREENS_OPTION_MENU_HPP
+ #define HEADER_PINGUS_PINGUS_SCREENS_OPTION_MENU_HPP
+ 
+-#include <boost/signals.hpp>
++#include <boost/signals2.hpp>
+ #include <map>
+ #include <vector>
+ 
+@@ -66,7 +66,7 @@ private:
+   //Label* defaults_label;
+   //CheckBox* defaults_box;
+ 
+-  typedef std::vector<boost::signals::connection> Connections;
++  typedef std::vector<boost::signals2::connection> Connections;
+   Connections connections;
+ 
+   tinygettext::Language m_language;
Index: pkgsrc/games/pingus/patches/patch-src_pingus_screens_pingus__menu.cpp
diff -u /dev/null pkgsrc/games/pingus/patches/patch-src_pingus_screens_pingus__menu.cpp:1.1
--- /dev/null   Sun May 12 06:17:31 2019
+++ pkgsrc/games/pingus/patches/patch-src_pingus_screens_pingus__menu.cpp       Sun May 12 06:17:30 2019
@@ -0,0 +1,15 @@
+$NetBSD: patch-src_pingus_screens_pingus__menu.cpp,v 1.1 2019/05/12 06:17:30 triaxx Exp $
+
+* Insert spaces to appease C++1.
+
+--- src/pingus/screens/pingus_menu.cpp.orig    2011-12-24 21:46:47.000000000 +0000
++++ src/pingus/screens/pingus_menu.cpp
+@@ -153,7 +153,7 @@ PingusMenu::draw_background(DrawingConte
+                          gc.get_height()/2 - 280));
+ 
+   gc.print_left(Fonts::pingus_small, Vector2i(gc.get_width()/2 - 400 + 25, gc.get_height()-140),
+-                "Pingus "VERSION" - Copyright (C) 1998-2011 Ingo Ruhnke <grumbel%gmail.com@localhost>\n"
++                "Pingus " VERSION " - Copyright (C) 1998-2011 Ingo Ruhnke <grumbel%gmail.com@localhost>\n"
+                 "See the file AUTHORS for a complete list of contributors.\n"
+                 "Pingus comes with ABSOLUTELY NO WARRANTY. This is free software, and you are\n"
+                 "welcome to redistribute it under certain conditions; see the file COPYING for details.\n");



Home | Main Index | Thread Index | Old Index