Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 3 May 2019 10:43:02 +0000 (UTC)
From:      Max Brazhnikov <makc@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r500713 - in head/games/supertux2: . files
Message-ID:  <201905031043.x43Ah2p4050491@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: makc
Date: Fri May  3 10:43:02 2019
New Revision: 500713
URL: https://svnweb.freebsd.org/changeset/ports/500713

Log:
  games/supertux2:
  - Update to 0.6.0
  - Remove stale patches
  - Build breaks with ninja, disable it
  - Require C++14 compiler for build
  - Take maintainership

Deleted:
  head/games/supertux2/files/patch-external_squirrel_CMakeLists.txt
  head/games/supertux2/files/patch-external_tinygettext_CMakeLists.txt
Modified:
  head/games/supertux2/Makefile
  head/games/supertux2/distinfo
  head/games/supertux2/files/patch-CMakeLists.txt
  head/games/supertux2/files/patch-external_squirrel_squirrel_sqvm.cpp
  head/games/supertux2/pkg-descr
  head/games/supertux2/pkg-plist

Modified: head/games/supertux2/Makefile
==============================================================================
--- head/games/supertux2/Makefile	Fri May  3 09:38:18 2019	(r500712)
+++ head/games/supertux2/Makefile	Fri May  3 10:43:02 2019	(r500713)
@@ -1,37 +1,38 @@
 # $FreeBSD$
 
 PORTNAME=	supertux
-PORTVERSION=	0.4.0
-PORTREVISION=	17
+DISTVERSIONPREFIX=	v
+DISTVERSION=	0.6.0
+DISTVERSIONSUFFIX=	-Source
 CATEGORIES=	games
 MASTER_SITES=	https://github.com/SuperTux/supertux/releases/download/v${PORTVERSION}/
 PKGNAMESUFFIX=	2
+DISTNAME=	SuperTux-${DISTVERSIONFULL}
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	makc@FreeBSD.org
 COMMENT=	Side-scroller game similar to Super Mario Brothers
 
-BUILD_DEPENDS=	${LOCALBASE}/include/boost/smart_ptr.hpp:devel/boost-libs
-LIB_DEPENDS=	libphysfs.so:devel/physfs \
+LIB_DEPENDS=	libboost_system.so:devel/boost-libs \
+		libfreetype.so:print/freetype2 \
+		libogg.so:audio/libogg \
+		libphysfs.so:devel/physfs \
+		libpng16.so:graphics/png \
 		libcurl.so:ftp/curl \
 		libvorbis.so:audio/libvorbis
 
-LLD_UNSAFE=	yes
-USE_SDL=	sdl2 image2
-USE_GL=		glew
-USES=		cmake compiler:c++11-lib dos2unix iconv \
-		openal:al pkgconfig tar:bzip2
-# Unhide std::to_string() to fix build with GCC (see ports/193528 for details)
-CFLAGS+=	-D_GLIBCXX_USE_C99
+USES=		cmake:noninja compiler:c++14-lang dos2unix gl iconv \
+		openal:al pkgconfig sdl
+USE_GL=		gl glew glu
+USE_SDL=	sdl2 image2 ttf2
+
 CMAKE_ARGS=	-DINSTALL_SUBDIR_BIN=bin \
 		-DBUILD_SHARED_LIBS=off
+LLD_UNSAFE=	yes
+
 DOS2UNIX_FILES=	external/squirrel/CMakeLists.txt \
 		external/squirrel/squirrel/sqvm.cpp
 DOCSDIR=	${PREFIX}/share/doc/${PORTNAME}${PKGNAMESUFFIX}
 
 OPTIONS_DEFINE=	DOCS
-
-post-patch:
-	${REINPLACE_CMD} -e '/^Icon=/s,supertux.png,supertux2,' \
-		${WRKSRC}/supertux2.desktop
 
 .include <bsd.port.mk>

Modified: head/games/supertux2/distinfo
==============================================================================
--- head/games/supertux2/distinfo	Fri May  3 09:38:18 2019	(r500712)
+++ head/games/supertux2/distinfo	Fri May  3 10:43:02 2019	(r500713)
@@ -1,2 +1,3 @@
-SHA256 (supertux-0.4.0.tar.bz2) = d18dde3c415e619b4bb035e694ffc384be16576250c9df16929d9ec38daff782
-SIZE (supertux-0.4.0.tar.bz2) = 79713147
+TIMESTAMP = 1546855404
+SHA256 (SuperTux-v0.6.0-Source.tar.gz) = c4c3e5fa6f90e87b8c5ad6b22a179e9a9839bf997e7f219e22bbcd1c97223ac0
+SIZE (SuperTux-v0.6.0-Source.tar.gz) = 131203604

Modified: head/games/supertux2/files/patch-CMakeLists.txt
==============================================================================
--- head/games/supertux2/files/patch-CMakeLists.txt	Fri May  3 09:38:18 2019	(r500712)
+++ head/games/supertux2/files/patch-CMakeLists.txt	Fri May  3 10:43:02 2019	(r500713)
@@ -1,12 +1,12 @@
---- CMakeLists.txt.orig	2015-12-20 14:50:39 UTC
+--- CMakeLists.txt.orig	2018-12-23 19:11:31 UTC
 +++ CMakeLists.txt
-@@ -572,7 +572,8 @@ ELSE(${CMAKE_SYSTEM_NAME} MATCHES "Darwi
+@@ -880,7 +880,8 @@ else(WIN32 AND NOT UNIX)
  
-   SET(APPS "\$ENV{DESTDIR}\${CMAKE_INSTALL_PREFIX}/${INSTALL_SUBDIR_BIN}/supertux2")
+     set(APPS "\$ENV{DESTDIR}\${CMAKE_INSTALL_PREFIX}/${INSTALL_SUBDIR_BIN}/supertux2")
  
--  INSTALL(FILES ${CMAKE_CURRENT_SOURCE_DIR}/data/images/engine/icons/supertux.png ${CMAKE_CURRENT_SOURCE_DIR}/data/images/engine/icons/supertux.xpm DESTINATION "share/pixmaps/")
-+  INSTALL(FILES ${CMAKE_CURRENT_SOURCE_DIR}/data/images/engine/icons/supertux.png DESTINATION "share/pixmaps/" RENAME supertux2.png)
-+  INSTALL(FILES ${CMAKE_CURRENT_SOURCE_DIR}/data/images/engine/icons/supertux.xpm DESTINATION "share/pixmaps/" RENAME supertux2.xpm)
+-    install(FILES ${CMAKE_CURRENT_SOURCE_DIR}/data/images/engine/icons/supertux.png ${CMAKE_CURRENT_SOURCE_DIR}/data/images/engine/icons/supertux.xpm DESTINATION "share/pixmaps/")
++    install(FILES ${CMAKE_CURRENT_SOURCE_DIR}/data/images/engine/icons/supertux.png DESTINATION "share/pixmaps/" RENAME supertux2.png)
++    install(FILES ${CMAKE_CURRENT_SOURCE_DIR}/data/images/engine/icons/supertux.xpm DESTINATION "share/pixmaps/" RENAME supertux2.xpm)
+     install(FILES ${CMAKE_CURRENT_SOURCE_DIR}/supertux2.svg DESTINATION "share/icons/hicolor/scalable/apps")
  
- ENDIF(${CMAKE_SYSTEM_NAME} MATCHES "Darwin" AND DISABLE_CPACK_BUNDLING)
- ENDIF(WIN32 AND NOT UNIX)
+   endif(${CMAKE_SYSTEM_NAME} MATCHES "Darwin" AND DISABLE_CPACK_BUNDLING)

Modified: head/games/supertux2/files/patch-external_squirrel_squirrel_sqvm.cpp
==============================================================================
--- head/games/supertux2/files/patch-external_squirrel_squirrel_sqvm.cpp	Fri May  3 09:38:18 2019	(r500712)
+++ head/games/supertux2/files/patch-external_squirrel_squirrel_sqvm.cpp	Fri May  3 10:43:02 2019	(r500713)
@@ -10,11 +10,11 @@ In file included from /usr/include/c++/v1/math.h:310:
 #define type(obj) ((obj)._type)
 
 
---- external/squirrel/squirrel/sqvm.cpp.orig	2018-03-20 18:48:11.028369000 +0000
-+++ external/squirrel/squirrel/sqvm.cpp	2018-03-20 18:48:32.059836000 +0000
+--- external/squirrel/squirrel/sqvm.cpp.orig	2019-05-03 09:52:24 UTC
++++ external/squirrel/squirrel/sqvm.cpp
 @@ -1,8 +1,8 @@
  /*
- 	see copyright notice in squirrel.h
+     see copyright notice in squirrel.h
  */
 -#include "sqpcheader.h"
  #include <math.h>

Modified: head/games/supertux2/pkg-descr
==============================================================================
--- head/games/supertux2/pkg-descr	Fri May  3 09:38:18 2019	(r500712)
+++ head/games/supertux2/pkg-descr	Fri May  3 10:43:02 2019	(r500713)
@@ -1,4 +1,4 @@
 SuperTux is a 2D jump and run side-scroller game in a style similar
 to the original Super Mario games.
 
-WWW: http://supertuxproject.org/
+WWW: https://supertuxproject.org/

Modified: head/games/supertux2/pkg-plist
==============================================================================
--- head/games/supertux2/pkg-plist	Fri May  3 09:38:18 2019	(r500712)
+++ head/games/supertux2/pkg-plist	Fri May  3 10:43:02 2019	(r500713)
@@ -1,16 +1,19 @@
 bin/supertux2
-share/appdata/supertux2.appdata.xml
 share/applications/supertux2.desktop
 %%PORTDOCS%%%%DOCSDIR%%/INSTALL.md
 %%PORTDOCS%%%%DOCSDIR%%/LICENSE.txt
 %%PORTDOCS%%%%DOCSDIR%%/NEWS.md
 %%PORTDOCS%%%%DOCSDIR%%/README.md
-share/games/supertux2/credits.txt
+share/games/supertux2/credits.stxt
 share/games/supertux2/fonts/Deva-voy-white-big.stf
 share/games/supertux2/fonts/Deva-voy-white.stf
 share/games/supertux2/fonts/Deva-white-big.stf
 share/games/supertux2/fonts/Deva-white.stf
+share/games/supertux2/fonts/NotoSansCJKjp-Medium.otf
+share/games/supertux2/fonts/NotoSansDevanagari-Medium.ttf
+share/games/supertux2/fonts/NotoSansHebrew-Medium.ttf
 share/games/supertux2/fonts/README
+share/games/supertux2/fonts/SuperTux-Medium.ttf
 share/games/supertux2/fonts/andale10.stf
 share/games/supertux2/fonts/andale12.stf
 share/games/supertux2/fonts/ara-white-big.stf
@@ -37,6 +40,7 @@ share/games/supertux2/images/background/BlueRock_Fores
 share/games/supertux2/images/background/BlueRock_Forest/blue-top.jpg
 share/games/supertux2/images/background/BlueRock_Forest/rolling-bottom.jpg
 share/games/supertux2/images/background/BlueRock_Forest/rolling-middle.jpg
+share/games/supertux2/images/background/BlueRock_Forest/rolling-para.png
 share/games/supertux2/images/background/arcticskies1.png
 share/games/supertux2/images/background/arcticskies2.png
 share/games/supertux2/images/background/arcticskies3.png
@@ -51,9 +55,13 @@ share/games/supertux2/images/background/arctis_para2.p
 share/games/supertux2/images/background/arctis_para3.png
 share/games/supertux2/images/background/arctis_top.jpg
 share/games/supertux2/images/background/black_800px.png
+share/games/supertux2/images/background/block-snow-background.png
+share/games/supertux2/images/background/block-snow-midground.png
+share/games/supertux2/images/background/block-snow-top.png
 share/games/supertux2/images/background/bluemountain-bottom.png
 share/games/supertux2/images/background/bluemountain-middle.png
 share/games/supertux2/images/background/bluemountain-top.png
+share/games/supertux2/images/background/bluemountain2.png
 share/games/supertux2/images/background/bridgecloud-dark.png
 share/games/supertux2/images/background/bridgecloud-light.png
 share/games/supertux2/images/background/bridgeocean-fade.png
@@ -61,20 +69,40 @@ share/games/supertux2/images/background/bridgeocean-no
 share/games/supertux2/images/background/bridgeocean-original.png
 share/games/supertux2/images/background/castle_foreground.png
 share/games/supertux2/images/background/cave2.jpg
+share/games/supertux2/images/background/cloud-mountains-background.png
+share/games/supertux2/images/background/cloud-mountains-bottom.png
+share/games/supertux2/images/background/cloud-mountains-forground.png
+share/games/supertux2/images/background/cloud-mountains-midground.png
+share/games/supertux2/images/background/darkcave-background.png
+share/games/supertux2/images/background/darkcave-middle.png
+share/games/supertux2/images/background/darkcave-preview.png
+share/games/supertux2/images/background/darkcave-top_and_bottom.png
+share/games/supertux2/images/background/darkcavemidground-middle.png
+share/games/supertux2/images/background/darkcavemidground-top_and_bottom.png
 share/games/supertux2/images/background/extro.jpg
 share/games/supertux2/images/background/fog.png
 share/games/supertux2/images/background/forest1.jpg
 share/games/supertux2/images/background/forest2.jpg
+share/games/supertux2/images/background/forest2_para.png
 share/games/supertux2/images/background/forest_para2.png
 share/games/supertux2/images/background/forest_para3.png
 share/games/supertux2/images/background/forest_para3_bottom.png
 share/games/supertux2/images/background/ghostforest.jpg
+share/games/supertux2/images/background/ghostforest_para.png
+share/games/supertux2/images/background/grid.png
+share/games/supertux2/images/background/grid.surface
 share/games/supertux2/images/background/halloween/fog.png
 share/games/supertux2/images/background/halloween/intro.jpg
 share/games/supertux2/images/background/halloween/mountain.png
 share/games/supertux2/images/background/halloween/outro.jpg
 share/games/supertux2/images/background/halloween/sky.png
 share/games/supertux2/images/background/halloween/vignette.png
+share/games/supertux2/images/background/heatshimmer-displacement.png
+share/games/supertux2/images/background/heatshimmer.png
+share/games/supertux2/images/background/heatshimmer.surface
+share/games/supertux2/images/background/icecliffs/icecliffs-bottom.png
+share/games/supertux2/images/background/icecliffs/icecliffs-middle.png
+share/games/supertux2/images/background/icecliffs/icecliffs-top.png
 share/games/supertux2/images/background/leaves.png
 share/games/supertux2/images/background/nightsky.png
 share/games/supertux2/images/background/nightsky_bottom.png
@@ -85,6 +113,10 @@ share/games/supertux2/images/background/ocean.jpg
 share/games/supertux2/images/background/oiltux.jpg
 share/games/supertux2/images/background/semi_arctic.jpg
 share/games/supertux2/images/background/snowcastle.png
+share/games/supertux2/images/background/snowmountains/snowmountains-top.png
+share/games/supertux2/images/background/snowmountains/snowmountains.png
+share/games/supertux2/images/background/snowtrees.png
+share/games/supertux2/images/background/snowtrees_back.png
 share/games/supertux2/images/background/transparent_up.png
 share/games/supertux2/images/creatures/angrystone/angrystone.sprite
 share/games/supertux2/images/creatures/angrystone/attacking-0.png
@@ -124,6 +156,7 @@ share/games/supertux2/images/creatures/dispenser/dispe
 share/games/supertux2/images/creatures/dispenser/dropper-frozen.png
 share/games/supertux2/images/creatures/dispenser/dropper.png
 share/games/supertux2/images/creatures/dispenser/frozen.png
+share/games/supertux2/images/creatures/dispenser/invisible.png
 share/games/supertux2/images/creatures/dispenser/swivel-left.png
 share/games/supertux2/images/creatures/dispenser/swivel-right.png
 share/games/supertux2/images/creatures/dispenser/working.png
@@ -210,6 +243,7 @@ share/games/supertux2/images/creatures/ghosttree/ghost
 share/games/supertux2/images/creatures/ghosttree/ghosttree-swallow-3.png
 share/games/supertux2/images/creatures/ghosttree/ghosttree.png
 share/games/supertux2/images/creatures/ghosttree/ghosttree.sprite
+share/games/supertux2/images/creatures/ghosttree/ghosttree_dust_wm_0.png
 share/games/supertux2/images/creatures/ghosttree/root-base-0.png
 share/games/supertux2/images/creatures/ghosttree/root-base-1.png
 share/games/supertux2/images/creatures/ghosttree/root-base-2.png
@@ -217,6 +251,10 @@ share/games/supertux2/images/creatures/ghosttree/root-
 share/games/supertux2/images/creatures/ghosttree/root-base.sprite
 share/games/supertux2/images/creatures/ghosttree/root.png
 share/games/supertux2/images/creatures/ghosttree/root.sprite
+share/games/supertux2/images/creatures/ghosttree/worldmap_1.png
+share/games/supertux2/images/creatures/ghosttree/worldmap_2.png
+share/games/supertux2/images/creatures/ghosttree/worldmap_3.png
+share/games/supertux2/images/creatures/ghosttree/worldmap_4.png
 share/games/supertux2/images/creatures/gold_bomb/exploding-left-0.png
 share/games/supertux2/images/creatures/gold_bomb/exploding-left-1.png
 share/games/supertux2/images/creatures/gold_bomb/exploding-left-2.png
@@ -250,6 +288,20 @@ share/games/supertux2/images/creatures/icecrusher/kros
 share/games/supertux2/images/creatures/icecrusher/krosh_main.png
 share/games/supertux2/images/creatures/icecrusher/krosh_righteye.png
 share/games/supertux2/images/creatures/icecrusher/krosh_whites.png
+share/games/supertux2/images/creatures/icecrusher/moss_crusher.png
+share/games/supertux2/images/creatures/icecrusher/moss_crusher.sprite
+share/games/supertux2/images/creatures/icecrusher/moss_crusher_hit.png
+share/games/supertux2/images/creatures/icecrusher/moss_crusher_recovering_0.png
+share/games/supertux2/images/creatures/icecrusher/moss_crusher_recovering_1.png
+share/games/supertux2/images/creatures/icecrusher/moss_crusher_recovering_2.png
+share/games/supertux2/images/creatures/icecrusher/moss_crusher_recovering_3.png
+share/games/supertux2/images/creatures/icecrusher/rock_crusher.png
+share/games/supertux2/images/creatures/icecrusher/rock_crusher.sprite
+share/games/supertux2/images/creatures/icecrusher/rock_crusher_hit.png
+share/games/supertux2/images/creatures/icecrusher/rock_crusher_recovering_0.png
+share/games/supertux2/images/creatures/icecrusher/rock_crusher_recovering_1.png
+share/games/supertux2/images/creatures/icecrusher/rock_crusher_recovering_2.png
+share/games/supertux2/images/creatures/icecrusher/rock_crusher_recovering_3.png
 share/games/supertux2/images/creatures/igel/burning-0.png
 share/games/supertux2/images/creatures/igel/burning-1.png
 share/games/supertux2/images/creatures/igel/burning-2.png
@@ -318,6 +370,21 @@ share/games/supertux2/images/creatures/kugelblitz/pop-
 share/games/supertux2/images/creatures/kugelblitz/pop-1.png
 share/games/supertux2/images/creatures/kugelblitz/pop-2.png
 share/games/supertux2/images/creatures/kugelblitz/pop-3.png
+share/games/supertux2/images/creatures/leafshot/burning-0.png
+share/games/supertux2/images/creatures/leafshot/burning-1.png
+share/games/supertux2/images/creatures/leafshot/burning-2.png
+share/games/supertux2/images/creatures/leafshot/burning-3.png
+share/games/supertux2/images/creatures/leafshot/burning-4.png
+share/games/supertux2/images/creatures/leafshot/burning-5.png
+share/games/supertux2/images/creatures/leafshot/burning-6.png
+share/games/supertux2/images/creatures/leafshot/burning-7.png
+share/games/supertux2/images/creatures/leafshot/collision.png
+share/games/supertux2/images/creatures/leafshot/frozen.png
+share/games/supertux2/images/creatures/leafshot/leafshot.sprite
+share/games/supertux2/images/creatures/leafshot/left-1.png
+share/games/supertux2/images/creatures/leafshot/left-2.png
+share/games/supertux2/images/creatures/leafshot/left-3.png
+share/games/supertux2/images/creatures/leafshot/left-4.png
 share/games/supertux2/images/creatures/livefire/extinguish-left-0.png
 share/games/supertux2/images/creatures/livefire/extinguish-left-1.png
 share/games/supertux2/images/creatures/livefire/extinguish-left-2.png
@@ -412,10 +479,6 @@ share/games/supertux2/images/creatures/mr_cherry/spark
 share/games/supertux2/images/creatures/mr_cherry/sparkle-4.png
 share/games/supertux2/images/creatures/mr_cherry/sparkle-5.png
 share/games/supertux2/images/creatures/mr_cherry/sparkle-6.png
-share/games/supertux2/images/creatures/mr_fluffy/left-0.png
-share/games/supertux2/images/creatures/mr_fluffy/left-1.png
-share/games/supertux2/images/creatures/mr_fluffy/left-2.png
-share/games/supertux2/images/creatures/mr_fluffy/squished-left.png
 share/games/supertux2/images/creatures/mr_iceblock/flat-left.png
 share/games/supertux2/images/creatures/mr_iceblock/gmelting-0.png
 share/games/supertux2/images/creatures/mr_iceblock/gmelting-1.png
@@ -444,6 +507,20 @@ share/games/supertux2/images/creatures/mr_iceblock/sma
 share/games/supertux2/images/creatures/mr_iceblock/smart_block/melting-2.png
 share/games/supertux2/images/creatures/mr_iceblock/smart_block/melting-3.png
 share/games/supertux2/images/creatures/mr_iceblock/smart_block/smart_block.sprite
+share/games/supertux2/images/creatures/mr_iceblock/smart_block/waking-left-0.png
+share/games/supertux2/images/creatures/mr_iceblock/smart_block/waking-left-1.png
+share/games/supertux2/images/creatures/mr_iceblock/smart_block/waking-left-2.png
+share/games/supertux2/images/creatures/mr_iceblock/smart_block/waking-left-3.png
+share/games/supertux2/images/creatures/mr_iceblock/smart_block/waking-left-4.png
+share/games/supertux2/images/creatures/mr_iceblock/smart_block/waking-left-5.png
+share/games/supertux2/images/creatures/mr_iceblock/smart_block/waking-left-6.png
+share/games/supertux2/images/creatures/mr_iceblock/waking-left-0.png
+share/games/supertux2/images/creatures/mr_iceblock/waking-left-1.png
+share/games/supertux2/images/creatures/mr_iceblock/waking-left-2.png
+share/games/supertux2/images/creatures/mr_iceblock/waking-left-3.png
+share/games/supertux2/images/creatures/mr_iceblock/waking-left-4.png
+share/games/supertux2/images/creatures/mr_iceblock/waking-left-5.png
+share/games/supertux2/images/creatures/mr_iceblock/waking-left-6.png
 share/games/supertux2/images/creatures/mr_tree/burning-0.png
 share/games/supertux2/images/creatures/mr_tree/burning-1.png
 share/games/supertux2/images/creatures/mr_tree/burning-10.png
@@ -720,9 +797,16 @@ share/games/supertux2/images/creatures/spidermite/spid
 share/games/supertux2/images/creatures/spike/down.png
 share/games/supertux2/images/creatures/spike/left.png
 share/games/supertux2/images/creatures/spike/right.png
+share/games/supertux2/images/creatures/spike/spikedown.png
 share/games/supertux2/images/creatures/spike/spikedown.sprite
+share/games/supertux2/images/creatures/spike/spikedown2.png
 share/games/supertux2/images/creatures/spike/spikedown2.sprite
+share/games/supertux2/images/creatures/spike/spikeleft.png
+share/games/supertux2/images/creatures/spike/spikeleft2.png
+share/games/supertux2/images/creatures/spike/spikeright.png
+share/games/supertux2/images/creatures/spike/spikeright2.png
 share/games/supertux2/images/creatures/spike/spikeup.png
+share/games/supertux2/images/creatures/spike/spikeup2.png
 share/games/supertux2/images/creatures/spike/up.png
 share/games/supertux2/images/creatures/spiky/gear-cracked.png
 share/games/supertux2/images/creatures/spiky/gear.png
@@ -763,21 +847,41 @@ share/games/supertux2/images/creatures/totem/walking1.
 share/games/supertux2/images/creatures/totem/walking2.png
 share/games/supertux2/images/creatures/totem/walking3.png
 share/games/supertux2/images/creatures/totem/walking4.png
+share/games/supertux2/images/creatures/tumbleweed/tumbleweed.sprite
 share/games/supertux2/images/creatures/tumbleweed/tumbleweed0.png
 share/games/supertux2/images/creatures/tumbleweed/tumbleweed1.png
 share/games/supertux2/images/creatures/tumbleweed/tumbleweed2.png
 share/games/supertux2/images/creatures/tumbleweed/tumbleweed3.png
 share/games/supertux2/images/creatures/tux/air/hat/backflip.png
+share/games/supertux2/images/creatures/tux/air/hat/buttjump-0.png
+share/games/supertux2/images/creatures/tux/air/hat/buttjump-1.png
+share/games/supertux2/images/creatures/tux/air/hat/buttjump-2.png
+share/games/supertux2/images/creatures/tux/air/hat/buttjump-3.png
+share/games/supertux2/images/creatures/tux/air/hat/buttjump-4.png
+share/games/supertux2/images/creatures/tux/air/hat/buttjump-5.png
+share/games/supertux2/images/creatures/tux/air/hat/buttjump-6.png
 share/games/supertux2/images/creatures/tux/air/hat/duck.png
 share/games/supertux2/images/creatures/tux/air/hat/skid.png
+share/games/supertux2/images/creatures/tux/air/hat/spin-0.png
 share/games/supertux2/images/creatures/tux/air/hat/spin-1.png
 share/games/supertux2/images/creatures/tux/air/hat/spin-2.png
-share/games/supertux2/images/creatures/tux/air/hat/spin-3.png
 share/games/supertux2/images/creatures/tux/air/hat/stand.png
 share/games/supertux2/images/creatures/tux/air/hat/walk-0.png
 share/games/supertux2/images/creatures/tux/air/hat/walk-1.png
+share/games/supertux2/images/creatures/tux/air/hat/walk-2.png
+share/games/supertux2/images/creatures/tux/air/hat/walk-3.png
+share/games/supertux2/images/creatures/tux/air/hat/walk-4.png
+share/games/supertux2/images/creatures/tux/air/hat/walk-5.png
+share/games/supertux2/images/creatures/tux/air/hat/walk-6.png
+share/games/supertux2/images/creatures/tux/air/hat/walk-7.png
 share/games/supertux2/images/creatures/tux/big/backflip.png
 share/games/supertux2/images/creatures/tux/big/buttjump-0.png
+share/games/supertux2/images/creatures/tux/big/buttjump-1.png
+share/games/supertux2/images/creatures/tux/big/buttjump-2.png
+share/games/supertux2/images/creatures/tux/big/buttjump-3.png
+share/games/supertux2/images/creatures/tux/big/buttjump-4.png
+share/games/supertux2/images/creatures/tux/big/buttjump-5.png
+share/games/supertux2/images/creatures/tux/big/buttjump-6.png
 share/games/supertux2/images/creatures/tux/big/duck-0.png
 share/games/supertux2/images/creatures/tux/big/idle-0.png
 share/games/supertux2/images/creatures/tux/big/idle-1.png
@@ -795,15 +899,30 @@ share/games/supertux2/images/creatures/tux/big/walk-2.
 share/games/supertux2/images/creatures/tux/big/walk-3.png
 share/games/supertux2/images/creatures/tux/big/walk-4.png
 share/games/supertux2/images/creatures/tux/big/walk-5.png
+share/games/supertux2/images/creatures/tux/big/walk-6.png
+share/games/supertux2/images/creatures/tux/big/walk-7.png
 share/games/supertux2/images/creatures/tux/earth/backflip.png
 share/games/supertux2/images/creatures/tux/earth/buttjump.png
 share/games/supertux2/images/creatures/tux/earth/duck.png
 share/games/supertux2/images/creatures/tux/earth/hardhat/backflip.png
+share/games/supertux2/images/creatures/tux/earth/hardhat/buttjump-0.png
+share/games/supertux2/images/creatures/tux/earth/hardhat/buttjump-1.png
+share/games/supertux2/images/creatures/tux/earth/hardhat/buttjump-2.png
+share/games/supertux2/images/creatures/tux/earth/hardhat/buttjump-3.png
+share/games/supertux2/images/creatures/tux/earth/hardhat/buttjump-4.png
+share/games/supertux2/images/creatures/tux/earth/hardhat/buttjump-5.png
+share/games/supertux2/images/creatures/tux/earth/hardhat/buttjump-6.png
 share/games/supertux2/images/creatures/tux/earth/hardhat/duck.png
 share/games/supertux2/images/creatures/tux/earth/hardhat/skid.png
 share/games/supertux2/images/creatures/tux/earth/hardhat/stand.png
 share/games/supertux2/images/creatures/tux/earth/hardhat/walk-0.png
 share/games/supertux2/images/creatures/tux/earth/hardhat/walk-1.png
+share/games/supertux2/images/creatures/tux/earth/hardhat/walk-2.png
+share/games/supertux2/images/creatures/tux/earth/hardhat/walk-3.png
+share/games/supertux2/images/creatures/tux/earth/hardhat/walk-4.png
+share/games/supertux2/images/creatures/tux/earth/hardhat/walk-5.png
+share/games/supertux2/images/creatures/tux/earth/hardhat/walk-6.png
+share/games/supertux2/images/creatures/tux/earth/hardhat/walk-7.png
 share/games/supertux2/images/creatures/tux/earth/head.png
 share/games/supertux2/images/creatures/tux/earth/jump.png
 share/games/supertux2/images/creatures/tux/earth/kick.png
@@ -827,11 +946,24 @@ share/games/supertux2/images/creatures/tux/fire/ladder
 share/games/supertux2/images/creatures/tux/fire/ladder-2.png
 share/games/supertux2/images/creatures/tux/fire/ladder-3.png
 share/games/supertux2/images/creatures/tux/fire/santa_cap/backflip.png
+share/games/supertux2/images/creatures/tux/fire/santa_cap/buttjump-0.png
+share/games/supertux2/images/creatures/tux/fire/santa_cap/buttjump-1.png
+share/games/supertux2/images/creatures/tux/fire/santa_cap/buttjump-2.png
+share/games/supertux2/images/creatures/tux/fire/santa_cap/buttjump-3.png
+share/games/supertux2/images/creatures/tux/fire/santa_cap/buttjump-4.png
+share/games/supertux2/images/creatures/tux/fire/santa_cap/buttjump-5.png
+share/games/supertux2/images/creatures/tux/fire/santa_cap/buttjump-6.png
 share/games/supertux2/images/creatures/tux/fire/santa_cap/duck.png
 share/games/supertux2/images/creatures/tux/fire/santa_cap/skid.png
 share/games/supertux2/images/creatures/tux/fire/santa_cap/stand.png
 share/games/supertux2/images/creatures/tux/fire/santa_cap/walk-0.png
 share/games/supertux2/images/creatures/tux/fire/santa_cap/walk-1.png
+share/games/supertux2/images/creatures/tux/fire/santa_cap/walk-2.png
+share/games/supertux2/images/creatures/tux/fire/santa_cap/walk-3.png
+share/games/supertux2/images/creatures/tux/fire/santa_cap/walk-4.png
+share/games/supertux2/images/creatures/tux/fire/santa_cap/walk-5.png
+share/games/supertux2/images/creatures/tux/fire/santa_cap/walk-6.png
+share/games/supertux2/images/creatures/tux/fire/santa_cap/walk-7.png
 share/games/supertux2/images/creatures/tux/fire/skid-0.png
 share/games/supertux2/images/creatures/tux/fire/stand-0.png
 share/games/supertux2/images/creatures/tux/fire/walk-0.png
@@ -840,6 +972,8 @@ share/games/supertux2/images/creatures/tux/fire/walk-2
 share/games/supertux2/images/creatures/tux/fire/walk-3.png
 share/games/supertux2/images/creatures/tux/fire/walk-4.png
 share/games/supertux2/images/creatures/tux/fire/walk-5.png
+share/games/supertux2/images/creatures/tux/fire/walk-6.png
+share/games/supertux2/images/creatures/tux/fire/walk-7.png
 share/games/supertux2/images/creatures/tux/ice/backflip.png
 share/games/supertux2/images/creatures/tux/ice/buttjump-0.png
 share/games/supertux2/images/creatures/tux/ice/duck-0.png
@@ -859,6 +993,8 @@ share/games/supertux2/images/creatures/tux/ice/walk-2.
 share/games/supertux2/images/creatures/tux/ice/walk-3.png
 share/games/supertux2/images/creatures/tux/ice/walk-4.png
 share/games/supertux2/images/creatures/tux/ice/walk-5.png
+share/games/supertux2/images/creatures/tux/ice/walk-6.png
+share/games/supertux2/images/creatures/tux/ice/walk-7.png
 share/games/supertux2/images/creatures/tux/light.sprite
 share/games/supertux2/images/creatures/tux/powerups.sprite
 share/games/supertux2/images/creatures/tux/small/gameover-0.png
@@ -878,6 +1014,22 @@ share/games/supertux2/images/creatures/tux/small/ladde
 share/games/supertux2/images/creatures/tux/small/ladder-1.png
 share/games/supertux2/images/creatures/tux/small/ladder-2.png
 share/games/supertux2/images/creatures/tux/small/ladder-3.png
+share/games/supertux2/images/creatures/tux/small/run-0.png
+share/games/supertux2/images/creatures/tux/small/run-1.png
+share/games/supertux2/images/creatures/tux/small/run-10.png
+share/games/supertux2/images/creatures/tux/small/run-11.png
+share/games/supertux2/images/creatures/tux/small/run-12.png
+share/games/supertux2/images/creatures/tux/small/run-13.png
+share/games/supertux2/images/creatures/tux/small/run-14.png
+share/games/supertux2/images/creatures/tux/small/run-15.png
+share/games/supertux2/images/creatures/tux/small/run-2.png
+share/games/supertux2/images/creatures/tux/small/run-3.png
+share/games/supertux2/images/creatures/tux/small/run-4.png
+share/games/supertux2/images/creatures/tux/small/run-5.png
+share/games/supertux2/images/creatures/tux/small/run-6.png
+share/games/supertux2/images/creatures/tux/small/run-7.png
+share/games/supertux2/images/creatures/tux/small/run-8.png
+share/games/supertux2/images/creatures/tux/small/run-9.png
 share/games/supertux2/images/creatures/tux/small/skid-0.png
 share/games/supertux2/images/creatures/tux/small/stand-0.png
 share/games/supertux2/images/creatures/tux/small/walk-0.png
@@ -994,6 +1146,7 @@ share/games/supertux2/images/decal/explanations/billbo
 share/games/supertux2/images/decal/explanations/billboard-buttjump.png
 share/games/supertux2/images/decal/explanations/billboard-climbing.png
 share/games/supertux2/images/decal/explanations/billboard-fireflower.png
+share/games/supertux2/images/decal/explanations/billboard-pickrock.png
 share/games/supertux2/images/decal/explanations/billboard-plant.png
 share/games/supertux2/images/decal/explanations/billboard-resetpoint.png
 share/games/supertux2/images/decal/explanations/billboard-runjump.png
@@ -1005,13 +1158,20 @@ share/games/supertux2/images/decal/halloween/exitfg.pn
 share/games/supertux2/images/decal/halloween/gravestone1.png
 share/games/supertux2/images/decal/halloween/gravestone2.png
 share/games/supertux2/images/decal/halloween/tree.png
+share/games/supertux2/images/decal/misc/Antena2.png
+share/games/supertux2/images/decal/misc/heatshimmer-displacement.png
+share/games/supertux2/images/decal/misc/heatshimmer.png
+share/games/supertux2/images/decal/misc/heatshimmer.sprite
 share/games/supertux2/images/decal/nightcave/lightflower1.png
 share/games/supertux2/images/decal/nightcave/lightflower2.png
 share/games/supertux2/images/decal/nightcave/lightflower3.png
+share/games/supertux2/images/decal/snow/exitbg.png
+share/games/supertux2/images/decal/snow/exitfg.png
 share/games/supertux2/images/engine/console.jpg
 share/games/supertux2/images/engine/console.png
 share/games/supertux2/images/engine/console2.png
 share/games/supertux2/images/engine/editor/README
+share/games/supertux2/images/engine/editor/ambient_light.png
 share/games/supertux2/images/engine/editor/ambientsound.png
 share/games/supertux2/images/engine/editor/arrow.png
 share/games/supertux2/images/engine/editor/background.png
@@ -1023,23 +1183,40 @@ share/games/supertux2/images/engine/editor/clouds.png
 share/games/supertux2/images/engine/editor/decal.png
 share/games/supertux2/images/engine/editor/ghostparticles.png
 share/games/supertux2/images/engine/editor/gradient.png
+share/games/supertux2/images/engine/editor/hurtingplatform.png
 share/games/supertux2/images/engine/editor/infoblock.png
 share/games/supertux2/images/engine/editor/invisible_wall.png
+share/games/supertux2/images/engine/editor/move-mode0.png
+share/games/supertux2/images/engine/editor/move-mode1.png
+share/games/supertux2/images/engine/editor/music.png
+share/games/supertux2/images/engine/editor/objects.stoi
+share/games/supertux2/images/engine/editor/path.png
+share/games/supertux2/images/engine/editor/path_node.png
 share/games/supertux2/images/engine/editor/pneumaticplatform.png
 share/games/supertux2/images/engine/editor/point.png
 share/games/supertux2/images/engine/editor/powerup.png
 share/games/supertux2/images/engine/editor/rain.png
+share/games/supertux2/images/engine/editor/redo.png
 share/games/supertux2/images/engine/editor/resetpoint.png
+share/games/supertux2/images/engine/editor/rubber.png
 share/games/supertux2/images/engine/editor/scriptedobject.png
 share/games/supertux2/images/engine/editor/scripttrigger.png
 share/games/supertux2/images/engine/editor/secretarea.png
+share/games/supertux2/images/engine/editor/select-mode0.png
+share/games/supertux2/images/engine/editor/select-mode1.png
+share/games/supertux2/images/engine/editor/select-mode2.png
+share/games/supertux2/images/engine/editor/selection.png
 share/games/supertux2/images/engine/editor/sequencetrigger.png
+share/games/supertux2/images/engine/editor/settings-mode0.png
+share/games/supertux2/images/engine/editor/settings-mode1.png
 share/games/supertux2/images/engine/editor/snow.png
 share/games/supertux2/images/engine/editor/spawnpoint.png
 share/games/supertux2/images/engine/editor/spritechange.png
 share/games/supertux2/images/engine/editor/stalactite_yeti.png
+share/games/supertux2/images/engine/editor/textarray.png
 share/games/supertux2/images/engine/editor/thunderstorm.png
 share/games/supertux2/images/engine/editor/tilemap.png
+share/games/supertux2/images/engine/editor/undo.png
 share/games/supertux2/images/engine/editor/wind.png
 share/games/supertux2/images/engine/fonts/README
 share/games/supertux2/images/engine/fonts/andale10-shadow.png
@@ -1114,14 +1291,11 @@ share/games/supertux2/images/engine/menu/logo_dev.png
 share/games/supertux2/images/engine/menu/mousecursor-click.png
 share/games/supertux2/images/engine/menu/mousecursor-link.png
 share/games/supertux2/images/engine/menu/mousecursor.png
+share/games/supertux2/images/engine/menu/mousecursor.sprite
 share/games/supertux2/images/engine/menu/score-backdrop.png
 share/games/supertux2/images/engine/menu/scroll-down.png
 share/games/supertux2/images/engine/menu/scroll-up.png
 share/games/supertux2/images/engine/missing.png
-share/games/supertux2/images/help/rockhowto1.png
-share/games/supertux2/images/help/rockhowto2-zh.png
-share/games/supertux2/images/help/rockhowto2.png
-share/games/supertux2/images/help/rockhowto3.png
 share/games/supertux2/images/ice_world.strf
 share/games/supertux2/images/objects/bonus_block/bonus-1up.png
 share/games/supertux2/images/objects/bonus_block/bonus-air_flower.png
@@ -1140,6 +1314,7 @@ share/games/supertux2/images/objects/bonus_block/bonus
 share/games/supertux2/images/objects/bonus_block/brick.sprite
 share/games/supertux2/images/objects/bonus_block/brickIce.sprite
 share/games/supertux2/images/objects/bonus_block/brickWeb.sprite
+share/games/supertux2/images/objects/bonus_block/displacement.png
 share/games/supertux2/images/objects/bonus_block/empty.png
 share/games/supertux2/images/objects/bonus_block/full-0.png
 share/games/supertux2/images/objects/bonus_block/full-1.png
@@ -1148,7 +1323,6 @@ share/games/supertux2/images/objects/bonus_block/full-
 share/games/supertux2/images/objects/bonus_block/full-4.png
 share/games/supertux2/images/objects/bonus_block/hiddenbonus.sprite
 share/games/supertux2/images/objects/bonus_block/icedbrick.sprite
-share/games/supertux2/images/objects/bonus_block/info_block.png
 share/games/supertux2/images/objects/bonus_block/infoblock.png
 share/games/supertux2/images/objects/bonus_block/infoblock.sprite
 share/games/supertux2/images/objects/bonus_block/invisible.png
@@ -1244,6 +1418,17 @@ share/games/supertux2/images/objects/door/door.sprite
 share/games/supertux2/images/objects/eat-me/eat-me.sprite
 share/games/supertux2/images/objects/explosion/explosion-0.png
 share/games/supertux2/images/objects/explosion/explosion-1.png
+share/games/supertux2/images/objects/explosion/explosion-10.png
+share/games/supertux2/images/objects/explosion/explosion-11.png
+share/games/supertux2/images/objects/explosion/explosion-12.png
+share/games/supertux2/images/objects/explosion/explosion-2.png
+share/games/supertux2/images/objects/explosion/explosion-3.png
+share/games/supertux2/images/objects/explosion/explosion-4.png
+share/games/supertux2/images/objects/explosion/explosion-5.png
+share/games/supertux2/images/objects/explosion/explosion-6.png
+share/games/supertux2/images/objects/explosion/explosion-7.png
+share/games/supertux2/images/objects/explosion/explosion-8.png
+share/games/supertux2/images/objects/explosion/explosion-9.png
 share/games/supertux2/images/objects/explosion/explosion.sprite
 share/games/supertux2/images/objects/explosion/pop-0.png
 share/games/supertux2/images/objects/firefly/firefly.sprite
@@ -1263,6 +1448,7 @@ share/games/supertux2/images/objects/flying_platform/f
 share/games/supertux2/images/objects/flying_platform/flying_platform.sprite
 share/games/supertux2/images/objects/icecube/icecube.png
 share/games/supertux2/images/objects/icecube/icecube.sprite
+share/games/supertux2/images/objects/icecube/iceslick-displacement.png
 share/games/supertux2/images/objects/icecube/iceslick.png
 share/games/supertux2/images/objects/invisible/invisible.png
 share/games/supertux2/images/objects/invisible/invisible.sprite
@@ -1328,6 +1514,8 @@ share/games/supertux2/images/objects/lantern/lantern-4
 share/games/supertux2/images/objects/lantern/lantern-off-open.png
 share/games/supertux2/images/objects/lantern/lantern-off.png
 share/games/supertux2/images/objects/lantern/lantern.sprite
+share/games/supertux2/images/objects/letter/letter-small.png
+share/games/supertux2/images/objects/letter/letter-small.sprite
 share/games/supertux2/images/objects/lightmap_light/bonusblock_light.png
 share/games/supertux2/images/objects/lightmap_light/lightmap_light-large.png
 share/games/supertux2/images/objects/lightmap_light/lightmap_light-large.sprite
@@ -1374,6 +1562,7 @@ share/games/supertux2/images/objects/particles/kracker
 share/games/supertux2/images/objects/particles/kraker.sprite
 share/games/supertux2/images/objects/particles/leaf-0.png
 share/games/supertux2/images/objects/particles/leaf.sprite
+share/games/supertux2/images/objects/particles/leafshot.sprite
 share/games/supertux2/images/objects/particles/poisonivy-0.png
 share/games/supertux2/images/objects/particles/poisonivy-1.png
 share/games/supertux2/images/objects/particles/poisonivy-2.png
@@ -1415,6 +1604,15 @@ share/games/supertux2/images/objects/particles/sparkle
 share/games/supertux2/images/objects/particles/sparkle.sprite
 share/games/supertux2/images/objects/particles/stomp.png
 share/games/supertux2/images/objects/particles/stomp.sprite
+share/games/supertux2/images/objects/particles/walkingleaf-0.png
+share/games/supertux2/images/objects/particles/walkingleaf-1.png
+share/games/supertux2/images/objects/particles/walkingleaf-2.png
+share/games/supertux2/images/objects/particles/walkingleaf-3.png
+share/games/supertux2/images/objects/particles/walkingleaf.sprite
+share/games/supertux2/images/objects/path/edge.png
+share/games/supertux2/images/objects/path/edge.sprite
+share/games/supertux2/images/objects/path/node.png
+share/games/supertux2/images/objects/path/node.sprite
 share/games/supertux2/images/objects/platforms/big.png
 share/games/supertux2/images/objects/platforms/big.sprite
 share/games/supertux2/images/objects/platforms/icefloe.png
@@ -1638,6 +1836,10 @@ share/games/supertux2/images/objects/weak_block/straw_
 share/games/supertux2/images/objects/weak_block/straw_11.png
 share/games/supertux2/images/objects/weak_block/straw_12.png
 share/games/supertux2/images/objects/weak_block/strawbox.sprite
+share/games/supertux2/images/particles/ice_piece1.png
+share/games/supertux2/images/particles/ice_piece1.sprite
+share/games/supertux2/images/particles/ice_piece2.png
+share/games/supertux2/images/particles/ice_piece2.sprite
 share/games/supertux2/images/powerups/1up/1up.png
 share/games/supertux2/images/powerups/1up/1up.sprite
 share/games/supertux2/images/powerups/airflower/air_flower-0.png
@@ -1676,7 +1878,6 @@ share/games/supertux2/images/powerups/star/star-3.png
 share/games/supertux2/images/powerups/star/star-4.png
 share/games/supertux2/images/powerups/star/star.sprite
 share/games/supertux2/images/tiles.strf
-share/games/supertux2/images/tiles/Nuevos/Antena2.png
 share/games/supertux2/images/tiles/auxiliary/black.png
 share/games/supertux2/images/tiles/auxiliary/blank.png
 share/games/supertux2/images/tiles/auxiliary/endseq.png
@@ -1696,6 +1897,7 @@ share/games/supertux2/images/tiles/background/cloud.pn
 share/games/supertux2/images/tiles/background/rope.png
 share/games/supertux2/images/tiles/background/snow-para-1.png
 share/games/supertux2/images/tiles/background/snow-para-2.png
+share/games/supertux2/images/tiles/background/storm-cloud-electrified.png
 share/games/supertux2/images/tiles/background/storm-cloud.png
 share/games/supertux2/images/tiles/background/tile-160.png
 share/games/supertux2/images/tiles/blocks/bigblock.png
@@ -1711,6 +1913,12 @@ share/games/supertux2/images/tiles/blocks/brick1.png
 share/games/supertux2/images/tiles/blocks/brick1_full.png
 share/games/supertux2/images/tiles/blocks/brick2.png
 share/games/supertux2/images/tiles/blocks/brick2_full.png
+share/games/supertux2/images/tiles/blocks/brick_piece1.png
+share/games/supertux2/images/tiles/blocks/brick_piece2.png
+share/games/supertux2/images/tiles/blocks/brick_piece3.png
+share/games/supertux2/images/tiles/blocks/brick_piece4.png
+share/games/supertux2/images/tiles/blocks/brick_piece5.png
+share/games/supertux2/images/tiles/blocks/brick_piece6.png
 share/games/supertux2/images/tiles/blocks/icebridge.png
 share/games/supertux2/images/tiles/blocks/industrial.png
 share/games/supertux2/images/tiles/blocks/rock_plate.png
@@ -1725,12 +1933,12 @@ share/games/supertux2/images/tiles/castle/door.png
 share/games/supertux2/images/tiles/castle/grey.png
 share/games/supertux2/images/tiles/castle/grey2.png
 share/games/supertux2/images/tiles/castle/grey3.png
-share/games/supertux2/images/tiles/castle/grey4.png
 share/games/supertux2/images/tiles/castle/grey5.png
 share/games/supertux2/images/tiles/castle/grey6.png
 share/games/supertux2/images/tiles/castle/grey7.png
 share/games/supertux2/images/tiles/castle/grey8.png
 share/games/supertux2/images/tiles/castle/grey_jungle.png
+share/games/supertux2/images/tiles/castle/grey_special.png
 share/games/supertux2/images/tiles/castle/hearttile.png
 share/games/supertux2/images/tiles/castle/pennyhere.png
 share/games/supertux2/images/tiles/castle/stone.png
@@ -1776,6 +1984,8 @@ share/games/supertux2/images/tiles/doodads/stone2.png
 share/games/supertux2/images/tiles/doodads/tux-statue.png
 share/games/supertux2/images/tiles/forest/branch.png
 share/games/supertux2/images/tiles/forest/brush.png
+share/games/supertux2/images/tiles/forest/brush2.png
+share/games/supertux2/images/tiles/forest/ceiling-slopes.png
 share/games/supertux2/images/tiles/forest/concave.png
 share/games/supertux2/images/tiles/forest/earth-floor.png
 share/games/supertux2/images/tiles/forest/exit-tree.png
@@ -1792,6 +2002,7 @@ share/games/supertux2/images/tiles/forest/foresttiles-
 share/games/supertux2/images/tiles/forest/foresttiles-10.png
 share/games/supertux2/images/tiles/forest/foresttiles-11.png
 share/games/supertux2/images/tiles/forest/foresttiles-12.png
+share/games/supertux2/images/tiles/forest/foresttiles-1a.png
 share/games/supertux2/images/tiles/forest/foresttiles-2.png
 share/games/supertux2/images/tiles/forest/foresttiles-3.png
 share/games/supertux2/images/tiles/forest/foresttiles-5.png
@@ -1801,6 +2012,7 @@ share/games/supertux2/images/tiles/forest/foresttiles-
 share/games/supertux2/images/tiles/forest/foresttiles-9.png
 share/games/supertux2/images/tiles/forest/foresttiles-9a.png
 share/games/supertux2/images/tiles/forest/hole.png
+share/games/supertux2/images/tiles/forest/hole2.png
 share/games/supertux2/images/tiles/forest/ladder.png
 share/games/supertux2/images/tiles/forest/nolok_statue.png
 share/games/supertux2/images/tiles/forest/pogonia/base.png
@@ -1818,14 +2030,24 @@ share/games/supertux2/images/tiles/forest/spikevine/sp
 share/games/supertux2/images/tiles/forest/statue.png
 share/games/supertux2/images/tiles/forest/statue2.png
 share/games/supertux2/images/tiles/forest/steps.png
+share/games/supertux2/images/tiles/forest/treelarge.png
+share/games/supertux2/images/tiles/forest/treesmall.png
 share/games/supertux2/images/tiles/forest/underground/background1.png
 share/games/supertux2/images/tiles/forest/underground/background2.png
 share/games/supertux2/images/tiles/forest/underground/background3.png
+share/games/supertux2/images/tiles/forest/underground/ceiling-slopes.png
+share/games/supertux2/images/tiles/forest/underground/convex.png
 share/games/supertux2/images/tiles/forest/underground/groundtiles-1.png
-share/games/supertux2/images/tiles/forest/underground/groundtiles-7.png
+share/games/supertux2/images/tiles/forest/underground/groundtiles-1a.png
 share/games/supertux2/images/tiles/forest/underground/roots.png
+share/games/supertux2/images/tiles/forest/underground/slope-1.png
+share/games/supertux2/images/tiles/forest/underground/slope-2.png
+share/games/supertux2/images/tiles/forest/underground/slope-3.png
+share/games/supertux2/images/tiles/forest/underground/variation-1.png
+share/games/supertux2/images/tiles/forest/underground/wall.png
 share/games/supertux2/images/tiles/forest/vine1.png
 share/games/supertux2/images/tiles/forest/wall.png
+share/games/supertux2/images/tiles/ghostwood/earth-floor.png
 share/games/supertux2/images/tiles/ghostwood/ghostwood-1.png
 share/games/supertux2/images/tiles/ghostwood/ghostwood-2.png
 share/games/supertux2/images/tiles/ghostwood/ghostwood-4.png
@@ -1944,6 +2166,7 @@ share/games/supertux2/images/tiles/pole/bend.png
 share/games/supertux2/images/tiles/pole/cross.png
 share/games/supertux2/images/tiles/pole/diagonals.png
 share/games/supertux2/images/tiles/pole/horz.png
+share/games/supertux2/images/tiles/pole/misc.png
 share/games/supertux2/images/tiles/pole/t-cross.png
 share/games/supertux2/images/tiles/pole/vert.png
 share/games/supertux2/images/tiles/signs/color_cyan.png
@@ -1956,6 +2179,7 @@ share/games/supertux2/images/tiles/signs/leftdown.png
 share/games/supertux2/images/tiles/signs/leftup.png
 share/games/supertux2/images/tiles/signs/needrock.png
 share/games/supertux2/images/tiles/signs/platform.png
+share/games/supertux2/images/tiles/signs/platform_wood.png
 share/games/supertux2/images/tiles/signs/right.png
 share/games/supertux2/images/tiles/signs/right.sprite
 share/games/supertux2/images/tiles/signs/rightdown.png
@@ -1993,6 +2217,7 @@ share/games/supertux2/images/tiles/water/antarctic-5.p
 share/games/supertux2/images/tiles/water/antarctic-6.png
 share/games/supertux2/images/tiles/water/antarctic-7.png
 share/games/supertux2/images/tiles/water/antarctic-8.png
+share/games/supertux2/images/tiles/water/antarctic-displacement.png
 share/games/supertux2/images/tiles/water/antarctic.png
 share/games/supertux2/images/tiles/water/electrified-0.png
 share/games/supertux2/images/tiles/water/electrified-1.png
@@ -2063,6 +2288,7 @@ share/games/supertux2/images/worldmap/common/boat/left
 share/games/supertux2/images/worldmap/common/boat/left_boat_1_fire.png
 share/games/supertux2/images/worldmap/common/bonusdot.sprite
 share/games/supertux2/images/worldmap/common/firetux.png
+share/games/supertux2/images/worldmap/common/ghosttree.sprite
 share/games/supertux2/images/worldmap/common/hiddendot.sprite
 share/games/supertux2/images/worldmap/common/invisible.png
 share/games/supertux2/images/worldmap/common/laddertux.sprite
@@ -2178,6 +2404,8 @@ share/games/supertux2/images/worldmap/forest/forestwoo
 share/games/supertux2/images/worldmap/forest/ghostforest.png
 share/games/supertux2/images/worldmap/forest/ghostwood.png
 share/games/supertux2/images/worldmap/forest/icestream.png
+share/games/supertux2/images/worldmap/forest/land.png
+share/games/supertux2/images/worldmap/forest/land_ghost.png
 share/games/supertux2/images/worldmap/forest/leveldots/door.sprite
 share/games/supertux2/images/worldmap/forest/leveldots/doorclosed.png
 share/games/supertux2/images/worldmap/forest/leveldots/dooropen.png
@@ -2195,6 +2423,7 @@ share/games/supertux2/images/worldmap/forest/small_wat
 share/games/supertux2/images/worldmap/forest/small_wood.png
 share/games/supertux2/images/worldmap/forest/small_wood.sprite
 share/games/supertux2/images/worldmap/forest/stream.png
+share/games/supertux2/images/worldmap/forest/trees_bushes.png
 share/games/supertux2/images/worldmap/halloween/darkness.png
 share/games/supertux2/images/worldmap/halloween/home.png
 share/games/supertux2/images/worldmap/halloween/roads.png
@@ -2219,11 +2448,13 @@ share/games/supertux2/images/worldmap/shared/invisible
 share/games/supertux2/images/worldmap/shared/invisible_paths.png
 share/games/supertux2/images/worldmap/shared/pier.png
 share/games/supertux2/images/worldmap/shared/roads.png
+share/games/supertux2/images/worldmap/shared/ruin.png
 share/games/supertux2/images/worldmap/shared/shallow_water.png
 share/games/supertux2/images/worldmap/shared/surf-01.png
 share/games/supertux2/images/worldmap/shared/surf-02.png
 share/games/supertux2/images/worldmap/shared/surf-03.png
 share/games/supertux2/images/worldmap/shared/surf-04.png
+share/games/supertux2/images/worldmap/shared/tower.png
 share/games/supertux2/images/worldmap/shared/water_01.png
 share/games/supertux2/images/worldmap/shared/water_02.png
 share/games/supertux2/images/worldmap/shared/water_03.png
@@ -2263,25 +2494,31 @@ share/games/supertux2/levels/bonus1/el.po
 share/games/supertux2/levels/bonus1/eo.po
 share/games/supertux2/levels/bonus1/es.po
 share/games/supertux2/levels/bonus1/et.po
+share/games/supertux2/levels/bonus1/eu.po
 share/games/supertux2/levels/bonus1/extro.txt
 share/games/supertux2/levels/bonus1/fi.po
 share/games/supertux2/levels/bonus1/fr.po
+share/games/supertux2/levels/bonus1/gd.po
 share/games/supertux2/levels/bonus1/he.po
 share/games/supertux2/levels/bonus1/hi_IN.po
 share/games/supertux2/levels/bonus1/hr.po
 share/games/supertux2/levels/bonus1/hu.po
+share/games/supertux2/levels/bonus1/id.po
 share/games/supertux2/levels/bonus1/info
 share/games/supertux2/levels/bonus1/it.po
 share/games/supertux2/levels/bonus1/ja.po
 share/games/supertux2/levels/bonus1/jbo.po
 share/games/supertux2/levels/bonus1/km.po
 share/games/supertux2/levels/bonus1/ko.po
+share/games/supertux2/levels/bonus1/la.po
 share/games/supertux2/levels/bonus1/lt.po
 share/games/supertux2/levels/bonus1/matr1x-level1.stl
 share/games/supertux2/levels/bonus1/matr1x-level2.stl
 share/games/supertux2/levels/bonus1/matr1x-level3.stl
+share/games/supertux2/levels/bonus1/messages.pot
 share/games/supertux2/levels/bonus1/ml.po
 share/games/supertux2/levels/bonus1/nb.po
+share/games/supertux2/levels/bonus1/nds.po
 share/games/supertux2/levels/bonus1/ne.po
 share/games/supertux2/levels/bonus1/nl.po
 share/games/supertux2/levels/bonus1/nn.po
@@ -2301,6 +2538,7 @@ share/games/supertux2/levels/bonus1/torfi-level1.stl
 share/games/supertux2/levels/bonus1/torfi-level2.stl
 share/games/supertux2/levels/bonus1/torfi-level3.stl
 share/games/supertux2/levels/bonus1/tr.po
+share/games/supertux2/levels/bonus1/tt.po
 share/games/supertux2/levels/bonus1/uk.po
 share/games/supertux2/levels/bonus1/uz.po
 share/games/supertux2/levels/bonus1/vi.po
@@ -2326,19 +2564,23 @@ share/games/supertux2/levels/bonus2/el.po
 share/games/supertux2/levels/bonus2/eo.po
 share/games/supertux2/levels/bonus2/es.po
 share/games/supertux2/levels/bonus2/et.po
+share/games/supertux2/levels/bonus2/eu.po
 share/games/supertux2/levels/bonus2/extro.txt
 share/games/supertux2/levels/bonus2/fi.po
 share/games/supertux2/levels/bonus2/fr.po
+share/games/supertux2/levels/bonus2/gd.po
 share/games/supertux2/levels/bonus2/he.po
 share/games/supertux2/levels/bonus2/hi_IN.po
 share/games/supertux2/levels/bonus2/hr.po
 share/games/supertux2/levels/bonus2/hu.po
+share/games/supertux2/levels/bonus2/id.po
 share/games/supertux2/levels/bonus2/info
 share/games/supertux2/levels/bonus2/it.po
 share/games/supertux2/levels/bonus2/ja.po
 share/games/supertux2/levels/bonus2/jbo.po
 share/games/supertux2/levels/bonus2/km.po
 share/games/supertux2/levels/bonus2/ko.po
+share/games/supertux2/levels/bonus2/la.po
 share/games/supertux2/levels/bonus2/level1.stl
 share/games/supertux2/levels/bonus2/level10.stl
 share/games/supertux2/levels/bonus2/level11.stl
@@ -2368,8 +2610,10 @@ share/games/supertux2/levels/bonus2/level7.stl
 share/games/supertux2/levels/bonus2/level8.stl
 share/games/supertux2/levels/bonus2/level9.stl
 share/games/supertux2/levels/bonus2/lt.po
+share/games/supertux2/levels/bonus2/messages.pot
 share/games/supertux2/levels/bonus2/ml.po
 share/games/supertux2/levels/bonus2/nb.po
+share/games/supertux2/levels/bonus2/nds.po
 share/games/supertux2/levels/bonus2/ne.po
 share/games/supertux2/levels/bonus2/nl.po
 share/games/supertux2/levels/bonus2/nn.po
@@ -2384,6 +2628,7 @@ share/games/supertux2/levels/bonus2/sq.po
 share/games/supertux2/levels/bonus2/sr.po
 share/games/supertux2/levels/bonus2/sv.po
 share/games/supertux2/levels/bonus2/tr.po
+share/games/supertux2/levels/bonus2/tt.po
 share/games/supertux2/levels/bonus2/uk.po
 share/games/supertux2/levels/bonus2/uz.po
 share/games/supertux2/levels/bonus2/vi.po
@@ -2432,9 +2677,11 @@ share/games/supertux2/levels/bonus3/entering_castle.st
 share/games/supertux2/levels/bonus3/eo.po
 share/games/supertux2/levels/bonus3/es.po
 share/games/supertux2/levels/bonus3/et.po
+share/games/supertux2/levels/bonus3/eu.po
 share/games/supertux2/levels/bonus3/fi.po
 share/games/supertux2/levels/bonus3/flowers.stl
 share/games/supertux2/levels/bonus3/fr.po
+share/games/supertux2/levels/bonus3/gd.po
 share/games/supertux2/levels/bonus3/glaciers.stl
 share/games/supertux2/levels/bonus3/hanging roof.stl
 share/games/supertux2/levels/bonus3/he.po
@@ -2442,6 +2689,7 @@ share/games/supertux2/levels/bonus3/hi_IN.po
 share/games/supertux2/levels/bonus3/hilly_landscape.stl
 share/games/supertux2/levels/bonus3/hr.po
 share/games/supertux2/levels/bonus3/hu.po
+share/games/supertux2/levels/bonus3/id.po
 share/games/supertux2/levels/bonus3/in_the_spring.stl
 share/games/supertux2/levels/bonus3/info
 share/games/supertux2/levels/bonus3/it.po
@@ -2450,8 +2698,10 @@ share/games/supertux2/levels/bonus3/ja.po
 share/games/supertux2/levels/bonus3/jbo.po
 share/games/supertux2/levels/bonus3/km.po
 share/games/supertux2/levels/bonus3/ko.po
+share/games/supertux2/levels/bonus3/la.po
 share/games/supertux2/levels/bonus3/light_in_the_darkness.stl
 share/games/supertux2/levels/bonus3/lt.po
+share/games/supertux2/levels/bonus3/messages.pot
 share/games/supertux2/levels/bonus3/ml.po
 share/games/supertux2/levels/bonus3/nb.po
 share/games/supertux2/levels/bonus3/ne.po
@@ -2479,6 +2729,7 @@ share/games/supertux2/levels/bonus3/sr.po
 share/games/supertux2/levels/bonus3/sv.po
 share/games/supertux2/levels/bonus3/three_frosty_icebergs.stl
 share/games/supertux2/levels/bonus3/tr.po
+share/games/supertux2/levels/bonus3/tt.po
 share/games/supertux2/levels/bonus3/uk.po
 share/games/supertux2/levels/bonus3/under ice.stl
 share/games/supertux2/levels/bonus3/uz.po
@@ -2500,8 +2751,10 @@ share/games/supertux2/levels/halloween2014/el.po
 share/games/supertux2/levels/halloween2014/eo.po
 share/games/supertux2/levels/halloween2014/es.po
 share/games/supertux2/levels/halloween2014/et.po
+share/games/supertux2/levels/halloween2014/eu.po
 share/games/supertux2/levels/halloween2014/fi.po
 share/games/supertux2/levels/halloween2014/fr.po
+share/games/supertux2/levels/halloween2014/gd.po
 share/games/supertux2/levels/halloween2014/halloween1.stl
 share/games/supertux2/levels/halloween2014/halloween2.stl
 share/games/supertux2/levels/halloween2014/halloween3.stl
@@ -2509,6 +2762,7 @@ share/games/supertux2/levels/halloween2014/he.po
 share/games/supertux2/levels/halloween2014/hi_IN.po
 share/games/supertux2/levels/halloween2014/hr.po
 share/games/supertux2/levels/halloween2014/hu.po
+share/games/supertux2/levels/halloween2014/id.po
 share/games/supertux2/levels/halloween2014/info
 share/games/supertux2/levels/halloween2014/intro.stl
 share/games/supertux2/levels/halloween2014/intro.txt
@@ -2517,10 +2771,14 @@ share/games/supertux2/levels/halloween2014/ja.po
 share/games/supertux2/levels/halloween2014/jbo.po
 share/games/supertux2/levels/halloween2014/km.po
 share/games/supertux2/levels/halloween2014/ko.po
+share/games/supertux2/levels/halloween2014/la.po
 share/games/supertux2/levels/halloween2014/lt.po
+share/games/supertux2/levels/halloween2014/messages.pot
 share/games/supertux2/levels/halloween2014/ml.po
 share/games/supertux2/levels/halloween2014/mound.stl
+share/games/supertux2/levels/halloween2014/ms_MY.po
 share/games/supertux2/levels/halloween2014/nb.po
+share/games/supertux2/levels/halloween2014/nds.po
 share/games/supertux2/levels/halloween2014/ne.po
 share/games/supertux2/levels/halloween2014/nl.po
 share/games/supertux2/levels/halloween2014/nn.po
@@ -2538,257 +2796,163 @@ share/games/supertux2/levels/halloween2014/sq.po
 share/games/supertux2/levels/halloween2014/sr.po
 share/games/supertux2/levels/halloween2014/sv.po
 share/games/supertux2/levels/halloween2014/tr.po
+share/games/supertux2/levels/halloween2014/tt.po
 share/games/supertux2/levels/halloween2014/uk.po
 share/games/supertux2/levels/halloween2014/uz.po
 share/games/supertux2/levels/halloween2014/vi.po
 share/games/supertux2/levels/halloween2014/worldmap.stwm
 share/games/supertux2/levels/halloween2014/zh_CN.po
 share/games/supertux2/levels/halloween2014/zh_TW.po
-share/games/supertux2/levels/incubator/Angry Stone vs. YOU.stl
-share/games/supertux2/levels/incubator/Castle #1.stl
-share/games/supertux2/levels/incubator/Missingno.stl
-share/games/supertux2/levels/incubator/NewIcelevel1.stl
-share/games/supertux2/levels/incubator/NewIcelevel2.stl
-share/games/supertux2/levels/incubator/NewIcelevel3.stl
-share/games/supertux2/levels/incubator/NewIcelevel4.stl
-share/games/supertux2/levels/incubator/NewIcelevel5.stl
-share/games/supertux2/levels/incubator/Nice Ice.stl
-share/games/supertux2/levels/incubator/SP33DRUN.stl
-share/games/supertux2/levels/incubator/ar.po
-share/games/supertux2/levels/incubator/az.po
-share/games/supertux2/levels/incubator/be.po
-share/games/supertux2/levels/incubator/bg.po
-share/games/supertux2/levels/incubator/br.po
-share/games/supertux2/levels/incubator/ca.po
-share/games/supertux2/levels/incubator/cave_run.stl
-share/games/supertux2/levels/incubator/cherry_frosting.stl
-share/games/supertux2/levels/incubator/cmn.po
-share/games/supertux2/levels/incubator/cs.po
-share/games/supertux2/levels/incubator/cube_garden.stl
-share/games/supertux2/levels/incubator/da.po
-share/games/supertux2/levels/incubator/de.po
-share/games/supertux2/levels/incubator/el.po
-share/games/supertux2/levels/incubator/eo.po
-share/games/supertux2/levels/incubator/es.po
-share/games/supertux2/levels/incubator/et.po
-share/games/supertux2/levels/incubator/fall_kugelblitz.stl
-share/games/supertux2/levels/incubator/fi.po
-share/games/supertux2/levels/incubator/fr.po
-share/games/supertux2/levels/incubator/frozen_fissure.stl
-share/games/supertux2/levels/incubator/he.po
-share/games/supertux2/levels/incubator/hi_IN.po
-share/games/supertux2/levels/incubator/hr.po

*** DIFF OUTPUT TRUNCATED AT 1000 LINES ***



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201905031043.x43Ah2p4050491>