Hi,

this is the update of supertuxkart 0.9.2

Kindest regards.
Index: Makefile
===================================================================
RCS file: /cvs/ports/games/supertuxkart/Makefile,v
retrieving revision 1.19
diff -u -p -r1.19 Makefile
--- Makefile    7 May 2016 12:40:57 -0000       1.19
+++ Makefile    1 Jul 2016 05:12:34 -0000
@@ -4,11 +4,10 @@ ONLY_FOR_ARCHS =      amd64 i386 powerpc
 
 COMMENT =              kart racing game with OSS mascots
 
-V =                    0.9.1
+V =                    0.9.2
 BASENAME =             supertuxkart-${V}
 DISTNAME =             ${BASENAME}-src
 PKGNAME =              ${BASENAME}
-REVISION =             0
 
 CATEGORIES =           games
 
Index: distinfo
===================================================================
RCS file: /cvs/ports/games/supertuxkart/distinfo,v
retrieving revision 1.7
diff -u -p -r1.7 distinfo
--- distinfo    29 Nov 2015 07:46:29 -0000      1.7
+++ distinfo    1 Jul 2016 05:12:34 -0000
@@ -1,2 +1,2 @@
-SHA256 (supertuxkart-0.9.1-src.tar.xz) = 
xQ8Apx3xZfthPSDoa+otnV5R7T4n4dQ2+6w7B88uoUk=
-SIZE (supertuxkart-0.9.1-src.tar.xz) = 425822808
+SHA256 (supertuxkart-0.9.2-src.tar.xz) = 
CwgLsJiiattVLW/UiQW8trHoc+8VZ0V9cmjX06qkgoI=
+SIZE (supertuxkart-0.9.2-src.tar.xz) = 501606188
Index: patches/patch-lib_angelscript_source_as_callfunc_x64_gcc_cpp
===================================================================
RCS file: 
/cvs/ports/games/supertuxkart/patches/patch-lib_angelscript_source_as_callfunc_x64_gcc_cpp,v
retrieving revision 1.1
diff -u -p -r1.1 patch-lib_angelscript_source_as_callfunc_x64_gcc_cpp
--- patches/patch-lib_angelscript_source_as_callfunc_x64_gcc_cpp        29 Nov 
2015 07:46:29 -0000      1.1
+++ patches/patch-lib_angelscript_source_as_callfunc_x64_gcc_cpp        1 Jul 
2016 05:12:34 -0000
@@ -1,21 +1,29 @@
 $OpenBSD: patch-lib_angelscript_source_as_callfunc_x64_gcc_cpp,v 1.1 
2015/11/29 07:46:29 pascal Exp $
---- lib/angelscript/source/as_callfunc_x64_gcc.cpp.orig        Sat Nov  7 
11:50:18 2015
-+++ lib/angelscript/source/as_callfunc_x64_gcc.cpp     Sat Nov  7 12:24:20 2015
-@@ -79,8 +79,6 @@ static asQWORD __attribute__((noinline)) X64_CallFunct
+--- lib/angelscript/source/as_callfunc_x64_gcc.cpp.orig        Thu May 12 
01:31:36 2016
++++ lib/angelscript/source/as_callfunc_x64_gcc.cpp     Fri Jul  1 05:07:28 2016
+@@ -79,12 +79,6 @@ static asQWORD __attribute__((noinline)) X64_CallFunct
  
        // Backup stack pointer in R15 that is guaranteed to maintain its value 
over function calls
                "  movq %%rsp, %%r15 \n"
+-#ifdef __OPTIMIZE__
 -      // Make sure the stack unwind logic knows we've backed up the stack 
pointer in register r15
+-      // This should only be done if any optimization is done. If no 
optimization (-O0) is used,
+-      // then the compiler already backups the rsp before entering the inline 
assembler code
 -              " .cfi_def_cfa_register r15 \n"
+-#endif
  
        // Skip the first 128 bytes on the stack frame, called "red zone",  
        // that might be used by the compiler to store temporary values
-@@ -132,8 +130,6 @@ static asQWORD __attribute__((noinline)) X64_CallFunct
+@@ -136,12 +130,6 @@ static asQWORD __attribute__((noinline)) X64_CallFunct
  
        // Restore stack pointer
                "  mov %%r15, %%rsp \n"
+-#ifdef __OPTIMIZE__
 -      // Inform the stack unwind logic that the stack pointer has been 
restored
+-      // This should only be done if any optimization is done. If no 
optimization (-O0) is used,
+-      // then the compiler already backups the rsp before entering the inline 
assembler code
 -              " .cfi_def_cfa_register rsp \n"
+-#endif
  
        // Put return value in retQW1 and retQW2, using either RAX:RDX or 
XMM0:XMM1 depending on type of return value
                "  movl %5, %%ecx \n"
Index: patches/patch-lib_irrlicht_CMakeLists_txt
===================================================================
RCS file: 
/cvs/ports/games/supertuxkart/patches/patch-lib_irrlicht_CMakeLists_txt,v
retrieving revision 1.2
diff -u -p -r1.2 patch-lib_irrlicht_CMakeLists_txt
--- patches/patch-lib_irrlicht_CMakeLists_txt   30 Apr 2015 22:29:49 -0000      
1.2
+++ patches/patch-lib_irrlicht_CMakeLists_txt   1 Jul 2016 05:12:34 -0000
@@ -1,18 +1,18 @@
 $OpenBSD: patch-lib_irrlicht_CMakeLists_txt,v 1.2 2015/04/30 22:29:49 pascal 
Exp $
---- lib/irrlicht/CMakeLists.txt.orig   Wed Apr  1 03:51:45 2015
-+++ lib/irrlicht/CMakeLists.txt        Mon Apr  6 21:41:20 2015
+--- lib/irrlicht/CMakeLists.txt.orig   Thu May 12 01:31:36 2016
++++ lib/irrlicht/CMakeLists.txt        Fri Jul  1 05:03:52 2016
 @@ -25,8 +25,8 @@ elseif(MINGW)
    add_definitions(-D_IRR_STATIC_LIB_)
    add_definitions(-D_CRT_SECURE_NO_WARNINGS) # Shut up about unsafe stuff
  else()
--  set(CMAKE_CXX_FLAGS "${CMAKE_C_FLAGS} -Wall -pipe -O3  -fno-exceptions  
-fstrict-aliasing -fexpensive-optimizations -I/usr/X11R6/include")
--  set(CMAKE_C_FLAGS   "${CMAKE_C_FLAGS} -Wall -pipe -O3  -fno-exceptions  
-fstrict-aliasing -fexpensive-optimizations -I/usr/X11R6/include")
-+  set(CMAKE_CXX_FLAGS "${CMAKE_C_FLAGS} -Wall -pipe -fno-exceptions  
-fstrict-aliasing -fexpensive-optimizations -I/usr/X11R6/include")
-+  set(CMAKE_C_FLAGS   "${CMAKE_C_FLAGS} -Wall -pipe -fno-exceptions  
-fstrict-aliasing -fexpensive-optimizations -I/usr/X11R6/include")
- endif()
- 
- # Xrandr
-@@ -35,7 +35,7 @@ if(UNIX AND USE_XRANDR)
+-  set(CMAKE_C_FLAGS   "${CMAKE_C_FLAGS} -Wall -pipe -O3  -fno-exceptions  
-fstrict-aliasing -I/usr/X11R6/include")
+-  set(CMAKE_CXX_FLAGS "${CMAKE_C_FLAGS} -Wall -pipe -O3  -fno-exceptions  
-fstrict-aliasing -I/usr/X11R6/include")
++  set(CMAKE_C_FLAGS   "${CMAKE_C_FLAGS} -Wall -pipe -fno-exceptions  
-fstrict-aliasing -I/usr/X11R6/include")
++  set(CMAKE_CXX_FLAGS "${CMAKE_C_FLAGS} -Wall -pipe -fno-exceptions  
-fstrict-aliasing -I/usr/X11R6/include")
+   if(CMAKE_COMPILER_IS_GNUCC)
+         set(CMAKE_C_FLAGS   "${CMAKE_C_FLAGS} -fexpensive-optimizations")
+   endif()
+@@ -41,7 +41,7 @@ if(UNIX AND USE_XRANDR)
      add_definitions(-D_IRR_LINUX_X11_RANDR_)
  endif()
  
Index: patches/patch-lib_irrlicht_source_Irrlicht_COSOperator_cpp
===================================================================
RCS file: patches/patch-lib_irrlicht_source_Irrlicht_COSOperator_cpp
diff -N patches/patch-lib_irrlicht_source_Irrlicht_COSOperator_cpp
--- patches/patch-lib_irrlicht_source_Irrlicht_COSOperator_cpp  30 Apr 2015 
22:29:49 -0000      1.2
+++ /dev/null   1 Jan 1970 00:00:00 -0000
@@ -1,11 +0,0 @@
-$OpenBSD: patch-lib_irrlicht_source_Irrlicht_COSOperator_cpp,v 1.2 2015/04/30 
22:29:49 pascal Exp $
---- lib/irrlicht/source/Irrlicht/COSOperator.cpp.orig  Wed Apr  1 03:51:46 2015
-+++ lib/irrlicht/source/Irrlicht/COSOperator.cpp       Mon Apr  6 21:37:59 2015
-@@ -12,6 +12,7 @@
- #include <string.h>
- #include <unistd.h>
- #if !defined(_IRR_SOLARIS_PLATFORM_) && !defined(__CYGWIN__)
-+#include <sys/param.h>
- #include <sys/types.h>
- #include <sys/sysctl.h>
- #endif
Index: patches/patch-lib_irrlicht_source_Irrlicht_os_cpp
===================================================================
RCS file: patches/patch-lib_irrlicht_source_Irrlicht_os_cpp
diff -N patches/patch-lib_irrlicht_source_Irrlicht_os_cpp
--- patches/patch-lib_irrlicht_source_Irrlicht_os_cpp   1 May 2015 16:00:44 
-0000       1.2
+++ /dev/null   1 Jan 1970 00:00:00 -0000
@@ -1,19 +0,0 @@
-$OpenBSD: patch-lib_irrlicht_source_Irrlicht_os_cpp,v 1.2 2015/05/01 16:00:44 
ajacoutot Exp $
---- lib/irrlicht/source/Irrlicht/os.cpp.orig   Thu Dec 13 12:16:50 2012
-+++ lib/irrlicht/source/Irrlicht/os.cpp        Thu Dec 13 12:17:44 2012
-@@ -22,10 +22,14 @@
-       #include <libkern/OSByteOrder.h>
-       #define bswap_16(X) OSReadSwapInt16(&X,0)
-       #define bswap_32(X) OSReadSwapInt32(&X,0)
--#elif defined(__FreeBSD__) || defined(__OpenBSD__)
-+#elif defined(__FreeBSD__)
-       #include <sys/endian.h>
-       #define bswap_16(X) bswap16(X)
-       #define bswap_32(X) bswap32(X)
-+#elif defined(__OpenBSD__)
-+      #include <endian.h>
-+      #define bswap_16(x) letoh16(x)
-+      #define bswap_32(x) letoh32(x)
- #elif !defined(_IRR_SOLARIS_PLATFORM_) && !defined(__PPC__) && 
!defined(_IRR_WINDOWS_API_)
-       #include <byteswap.h>
- #else
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/games/supertuxkart/pkg/PLIST,v
retrieving revision 1.7
diff -u -p -r1.7 PLIST
--- pkg/PLIST   29 Nov 2015 07:46:29 -0000      1.7
+++ pkg/PLIST   1 Jul 2016 05:12:34 -0000
@@ -21,6 +21,7 @@ share/supertuxkart/data/SuperTuxKart-Inf
 share/supertuxkart/data/achievements.xml
 share/supertuxkart/data/addons.supertuxkart.net.pem
 share/supertuxkart/data/challenges/
+share/supertuxkart/data/challenges/abyss.challenge
 share/supertuxkart/data/challenges/city.challenge
 share/supertuxkart/data/challenges/farm.challenge
 share/supertuxkart/data/challenges/fortmagma.challenge
@@ -41,8 +42,8 @@ share/supertuxkart/data/challenges/scotl
 share/supertuxkart/data/challenges/snowmountain.challenge
 share/supertuxkart/data/challenges/snowpeak.challenge
 share/supertuxkart/data/challenges/startrack.challenge
-share/supertuxkart/data/challenges/subsea.challenge
 share/supertuxkart/data/challenges/tuxtollway.challenge
+share/supertuxkart/data/challenges/volcano_island.challenge
 share/supertuxkart/data/challenges/xr591.challenge
 share/supertuxkart/data/challenges/zengarden.challenge
 share/supertuxkart/data/editor/
@@ -260,33 +261,6 @@ share/supertuxkart/data/editor/xml/stkli
 share/supertuxkart/data/editor/xml/stklib_woodLittleBridge_a_main.xml
 share/supertuxkart/data/editor/xml/stklib_woodPostLamp_a.blend.xml
 share/supertuxkart/data/editor/xml/stklib_woodPostLamp_a.xml
-share/supertuxkart/data/fonts/
-share/supertuxkart/data/fonts/AR_PL_SungtiL_GB0.png
-share/supertuxkart/data/fonts/BigDigitFont.xml
-share/supertuxkart/data/fonts/LayneHansom0.png
-share/supertuxkart/data/fonts/LayneHansomBigDigits.png
-share/supertuxkart/data/fonts/Mplus2p_JP0.png
-share/supertuxkart/data/fonts/StkChineseFont.xml
-share/supertuxkart/data/fonts/StkFont.xml
-share/supertuxkart/data/fonts/StkJapaneseFont.xml
-share/supertuxkart/data/fonts/comix.png
-share/supertuxkart/data/fonts/materials.xml
-share/supertuxkart/data/fonts/rasheeq.xml
-share/supertuxkart/data/fonts/rasheeq0.png
-share/supertuxkart/data/fonts/rasheeq1.png
-share/supertuxkart/data/fonts/rasheeq3.png
-share/supertuxkart/data/fonts/rasheeq4.png
-share/supertuxkart/data/fonts/sigmar0.png
-share/supertuxkart/data/fonts/title_font.png
-share/supertuxkart/data/fonts/title_font.xml
-share/supertuxkart/data/fonts/title_font_2.png
-share/supertuxkart/data/fonts/wqyMicroHei0.png
-share/supertuxkart/data/fonts/wqyMicroHei1.png
-share/supertuxkart/data/fonts/wqyMicroHei2.png
-share/supertuxkart/data/fonts/wqyMicroHei3.png
-share/supertuxkart/data/fonts/wqyMicroHei4.png
-share/supertuxkart/data/fonts/wqyMicroHei5.png
-share/supertuxkart/data/fonts/wqyMicroHei6.png
 share/supertuxkart/data/gfx/
 share/supertuxkart/data/gfx/black_smoke.xml
 share/supertuxkart/data/gfx/confetti.xml
@@ -347,7 +321,6 @@ share/supertuxkart/data/gui/banana.png
 share/supertuxkart/data/gui/bar.png
 share/supertuxkart/data/gui/blue_plus.png
 share/supertuxkart/data/gui/challenge.png
-share/supertuxkart/data/gui/challenges.stkgui
 share/supertuxkart/data/gui/confirm_dialog.stkgui
 share/supertuxkart/data/gui/confirm_resolution_dialog.stkgui
 share/supertuxkart/data/gui/credits.stkgui
@@ -364,9 +337,9 @@ share/supertuxkart/data/gui/down.png
 share/supertuxkart/data/gui/dropdown.png
 share/supertuxkart/data/gui/easter_egg.stkgui
 share/supertuxkart/data/gui/edit.png
+share/supertuxkart/data/gui/edit_gp.stkgui
 share/supertuxkart/data/gui/edit_track.stkgui
 share/supertuxkart/data/gui/enter_gp_name_dialog.stkgui
-share/supertuxkart/data/gui/enter_player_name_dialog.stkgui
 share/supertuxkart/data/gui/feature_unlocked.stkgui
 share/supertuxkart/data/gui/gamepad.png
 share/supertuxkart/data/gui/gamepad_off.png
@@ -374,15 +347,16 @@ share/supertuxkart/data/gui/gauge_empty.
 share/supertuxkart/data/gui/gauge_full.png
 share/supertuxkart/data/gui/gauge_full_bright.png
 share/supertuxkart/data/gui/gauge_goal.png
+share/supertuxkart/data/gui/ghost_replay_info_dialog.stkgui
+share/supertuxkart/data/gui/ghost_replay_selection.stkgui
 share/supertuxkart/data/gui/gift.png
 share/supertuxkart/data/gui/gp_copy.png
 share/supertuxkart/data/gui/gp_edit.png
 share/supertuxkart/data/gui/gp_info.stkgui
 share/supertuxkart/data/gui/gp_new.png
 share/supertuxkart/data/gui/gp_remove.png
-share/supertuxkart/data/gui/gpedit.stkgui
 share/supertuxkart/data/gui/gpeditor.png
-share/supertuxkart/data/gui/gpeditor.stkgui
+share/supertuxkart/data/gui/grand_prix_editor.stkgui
 share/supertuxkart/data/gui/grand_prix_lose.stkgui
 share/supertuxkart/data/gui/grand_prix_win.stkgui
 share/supertuxkart/data/gui/green_check.png
@@ -400,9 +374,9 @@ share/supertuxkart/data/gui/keyboard.png
 share/supertuxkart/data/gui/loading.png
 share/supertuxkart/data/gui/logo.png
 share/supertuxkart/data/gui/logo_slim.png
-share/supertuxkart/data/gui/main.stkgui
 share/supertuxkart/data/gui/main_about.png
 share/supertuxkart/data/gui/main_help.png
+share/supertuxkart/data/gui/main_menu.stkgui
 share/supertuxkart/data/gui/main_network.png
 share/supertuxkart/data/gui/main_options.png
 share/supertuxkart/data/gui/main_quit.png
@@ -422,6 +396,7 @@ share/supertuxkart/data/gui/menu_story_f
 share/supertuxkart/data/gui/mode_3strikes.png
 share/supertuxkart/data/gui/mode_easter.png
 share/supertuxkart/data/gui/mode_ftl.png
+share/supertuxkart/data/gui/mode_ghost.png
 share/supertuxkart/data/gui/mode_normal.png
 share/supertuxkart/data/gui/mode_soccer.png
 share/supertuxkart/data/gui/mode_tt.png
@@ -433,20 +408,20 @@ share/supertuxkart/data/gui/online/
 share/supertuxkart/data/gui/online/change_password.stkgui
 share/supertuxkart/data/gui/online/create_server.stkgui
 share/supertuxkart/data/gui/online/guest_login.stkgui
-share/supertuxkart/data/gui/online/lobby.stkgui
 share/supertuxkart/data/gui/online/lobby_settings.stkgui
-share/supertuxkart/data/gui/online/main.stkgui
 share/supertuxkart/data/gui/online/menu_create_server.png
 share/supertuxkart/data/gui/online/menu_create_server_hover.png
 share/supertuxkart/data/gui/online/menu_find_server.png
 share/supertuxkart/data/gui/online/menu_find_server_hover.png
 share/supertuxkart/data/gui/online/menu_quick_play.png
 share/supertuxkart/data/gui/online/menu_quick_play_hover.png
+share/supertuxkart/data/gui/online/networking_lobby.stkgui
 share/supertuxkart/data/gui/online/notification_dialog.stkgui
 share/supertuxkart/data/gui/online/profile_achievements.stkgui
 share/supertuxkart/data/gui/online/profile_achievements_tab.stkgui
 share/supertuxkart/data/gui/online/profile_friends.stkgui
 share/supertuxkart/data/gui/online/profile_overview.stkgui
+share/supertuxkart/data/gui/online/profile_servers.stkgui
 share/supertuxkart/data/gui/online/profile_settings.stkgui
 share/supertuxkart/data/gui/online/recovery_info.stkgui
 share/supertuxkart/data/gui/online/recovery_input.stkgui
@@ -457,6 +432,7 @@ share/supertuxkart/data/gui/online/serve
 share/supertuxkart/data/gui/online/user_info_dialog.stkgui
 share/supertuxkart/data/gui/online/user_search.stkgui
 share/supertuxkart/data/gui/online/vote_dialog.stkgui
+share/supertuxkart/data/gui/online/waiting_for_others.stkgui
 share/supertuxkart/data/gui/options_audio.png
 share/supertuxkart/data/gui/options_audio.stkgui
 share/supertuxkart/data/gui/options_device.stkgui
@@ -477,7 +453,7 @@ share/supertuxkart/data/gui/press_a_key_
 share/supertuxkart/data/gui/race_giveup.png
 share/supertuxkart/data/gui/race_paused_dialog.stkgui
 share/supertuxkart/data/gui/race_result.stkgui
-share/supertuxkart/data/gui/racesetup.stkgui
+share/supertuxkart/data/gui/race_setup.stkgui
 share/supertuxkart/data/gui/random_kart.png
 share/supertuxkart/data/gui/red_mark.png
 share/supertuxkart/data/gui/remove.png
@@ -497,7 +473,7 @@ share/supertuxkart/data/gui/scroll_up.pn
 share/supertuxkart/data/gui/search.png
 share/supertuxkart/data/gui/select_challenge.stkgui
 share/supertuxkart/data/gui/soccer_ball_blue.png
-share/supertuxkart/data/gui/soccer_ball_empty.png
+share/supertuxkart/data/gui/soccer_ball_normal.png
 share/supertuxkart/data/gui/soccer_ball_red.png
 share/supertuxkart/data/gui/soccer_player_blue.png
 share/supertuxkart/data/gui/soccer_player_red.png
@@ -508,6 +484,7 @@ share/supertuxkart/data/gui/top_bar.png
 share/supertuxkart/data/gui/track_info.stkgui
 share/supertuxkart/data/gui/track_random.png
 share/supertuxkart/data/gui/tracks.stkgui
+share/supertuxkart/data/gui/tracks_and_gp.stkgui
 share/supertuxkart/data/gui/tutorial.png
 share/supertuxkart/data/gui/tutorial_message_dialog.stkgui
 share/supertuxkart/data/gui/up.png
@@ -515,6 +492,7 @@ share/supertuxkart/data/gui/user_screen.
 share/supertuxkart/data/gui/user_screen_tab.stkgui
 share/supertuxkart/data/gui/weapons.png
 share/supertuxkart/data/items.xml
+share/supertuxkart/data/kart_characteristics.xml
 share/supertuxkart/data/karts/
 share/supertuxkart/data/karts/License.txt
 share/supertuxkart/data/karts/adiumy/
@@ -718,7 +696,6 @@ share/supertuxkart/data/karts/sara_the_r
 share/supertuxkart/data/karts/sara_the_racer/turbinia_mainBody.png
 share/supertuxkart/data/karts/sara_the_racer/turbinia_mainBody_gloss.png
 share/supertuxkart/data/karts/sara_the_racer/turbinia_shadow.png
-share/supertuxkart/data/karts/sara_the_racer/wheel-front-left.b3d
 share/supertuxkart/data/karts/sara_the_racer/wheel-front-right.b3d
 share/supertuxkart/data/karts/sara_the_racer/wheel-rear-left.b3d
 share/supertuxkart/data/karts/sara_the_racer/wheel-rear-right.b3d
@@ -806,6 +783,18 @@ share/supertuxkart/data/karts/xue/xfce_i
 share/supertuxkart/data/karts/xue/xfce_icon64.png
 share/supertuxkart/data/karts/xue/xue.b3d
 share/supertuxkart/data/library/
+share/supertuxkart/data/library/gfx_advertisingScreenArena_a/
+share/supertuxkart/data/library/gfx_advertisingScreenArena_a/adscreen_caldeira.b3d
+share/supertuxkart/data/library/gfx_advertisingScreenArena_a/adscreen_caldeira_back.b3d
+share/supertuxkart/data/library/gfx_advertisingScreenArena_a/adscreen_follow_us.b3d
+share/supertuxkart/data/library/gfx_advertisingScreenArena_a/adscreen_follow_us_back.b3d
+share/supertuxkart/data/library/gfx_advertisingScreenArena_a/adscreen_oceanic.b3d
+share/supertuxkart/data/library/gfx_advertisingScreenArena_a/adscreen_oceanic_back.b3d
+share/supertuxkart/data/library/gfx_advertisingScreenArena_a/gfx_advertisingScreenArena_a_main.b3d
+share/supertuxkart/data/library/gfx_advertisingScreenArena_a/node.xml
+share/supertuxkart/data/library/gfx_advertisingScreenArena_a/scripting.as
+share/supertuxkart/data/library/gfx_cameraRig_a/
+share/supertuxkart/data/library/gfx_cameraRig_a/node.xml
 share/supertuxkart/data/library/gfx_fireworkExplosion_a/
 share/supertuxkart/data/library/gfx_fireworkExplosion_a/firework_rocket.b3d
 
share/supertuxkart/data/library/gfx_fireworkExplosion_a/gfx_fireworkExplosion__a_0.b3d
@@ -826,11 +815,17 @@ share/supertuxkart/data/library/gfx_fire
 share/supertuxkart/data/library/gfx_fireworkTube_a/node.xml
 share/supertuxkart/data/library/gfx_jetblastGround_a/
 share/supertuxkart/data/library/gfx_jetblastGround_a/node.xml
+share/supertuxkart/data/library/gfx_lightFlash_a/
+share/supertuxkart/data/library/gfx_lightFlash_a/gfx_lightFlash_a_main.b3d
+share/supertuxkart/data/library/gfx_lightFlash_a/node.xml
 share/supertuxkart/data/library/gfx_meteorit_a/
 share/supertuxkart/data/library/gfx_meteorit_a/gfx_meteorit_a_meteor.b3d
 share/supertuxkart/data/library/gfx_meteorit_a/gfx_meteorit_a_meteor2.b3d
 share/supertuxkart/data/library/gfx_meteorit_a/node.xml
 share/supertuxkart/data/library/gfx_meteorit_a/smock_trail.b3d
+share/supertuxkart/data/library/gfx_rocketBlast_sa/
+share/supertuxkart/data/library/gfx_rocketBlast_sa/SomeModel.b3d
+share/supertuxkart/data/library/gfx_rocketBlast_sa/node.xml
 share/supertuxkart/data/library/gfx_solarCore_a/
 share/supertuxkart/data/library/gfx_solarCore_a/node.xml
 share/supertuxkart/data/library/gfx_volumetricNebula_a/
@@ -919,9 +914,19 @@ share/supertuxkart/data/library/stklib_b
 share/supertuxkart/data/library/stklib_bench_a/materials.xml
 share/supertuxkart/data/library/stklib_bench_a/node.xml
 share/supertuxkart/data/library/stklib_bench_a/stklib_bench_a_main.b3d
+share/supertuxkart/data/library/stklib_bigAirBlower_a/
+share/supertuxkart/data/library/stklib_bigAirBlower_a/node.xml
+share/supertuxkart/data/library/stklib_bigAirBlower_a/stklib_bigAirBlower_a_fan.b3d
+share/supertuxkart/data/library/stklib_bigAirBlower_a/stklib_bigAirBlower_a_main.b3d
 share/supertuxkart/data/library/stklib_bigBlueFutureLight_a/
 share/supertuxkart/data/library/stklib_bigBlueFutureLight_a/node.xml
 
share/supertuxkart/data/library/stklib_bigBlueFutureLight_a/stklib_bigBlueFutureLight_a_main.b3d
+share/supertuxkart/data/library/stklib_blimp_a/
+share/supertuxkart/data/library/stklib_blimp_a/node.xml
+share/supertuxkart/data/library/stklib_blimp_a/stklib_blimp_a_main.b3d
+share/supertuxkart/data/library/stklib_blueRadioTower_a/
+share/supertuxkart/data/library/stklib_blueRadioTower_a/node.xml
+share/supertuxkart/data/library/stklib_blueRadioTower_a/stklib_blueRadioTower_a_main.b3d
 share/supertuxkart/data/library/stklib_boxGrid_a/
 share/supertuxkart/data/library/stklib_boxGrid_a/node.xml
 share/supertuxkart/data/library/stklib_boxGrid_a/stklib_boxGrid_a_main.b3d
@@ -1019,6 +1024,9 @@ share/supertuxkart/data/library/stklib_f
 
share/supertuxkart/data/library/stklib_fitchBarrel_a/stklib_fitchBarrel_a_cover.b3d
 
share/supertuxkart/data/library/stklib_fitchBarrel_a/stklib_fitchBarrel_a_main.b3d
 
share/supertuxkart/data/library/stklib_fitchBarrel_a/stklib_fitchBarrel_ao_a.png
+share/supertuxkart/data/library/stklib_giantPlasticBag_a/
+share/supertuxkart/data/library/stklib_giantPlasticBag_a/node.xml
+share/supertuxkart/data/library/stklib_giantPlasticBag_a/stklib_giantPlasticBag_a_main.b3d
 share/supertuxkart/data/library/stklib_gnuMeditation_a/
 share/supertuxkart/data/library/stklib_gnuMeditation_a/node.xml
 
share/supertuxkart/data/library/stklib_gnuMeditation_a/stklib_gnuMeditation_a_main.b3d
@@ -1034,6 +1042,27 @@ share/supertuxkart/data/library/stklib_h
 share/supertuxkart/data/library/stklib_hexajet_a/
 share/supertuxkart/data/library/stklib_hexajet_a/node.xml
 share/supertuxkart/data/library/stklib_hexajet_a/stklib_hexajet_a_main.b3d
+share/supertuxkart/data/library/stklib_igloo_a/
+share/supertuxkart/data/library/stklib_igloo_a/node.xml
+share/supertuxkart/data/library/stklib_igloo_a/stklib_igloo_a_main.b3d
+share/supertuxkart/data/library/stklib_inflatableFence_a/
+share/supertuxkart/data/library/stklib_inflatableFence_a/SomeModel.b3d
+share/supertuxkart/data/library/stklib_inflatableFence_a/inflatableFence_Physics1.b3d
+share/supertuxkart/data/library/stklib_inflatableFence_a/inflatableFence_Physics2.b3d
+share/supertuxkart/data/library/stklib_inflatableFence_a/node.xml
+share/supertuxkart/data/library/stklib_inflatableFence_a/stklib_inflatableFence_a_main.b3d
+share/supertuxkart/data/library/stklib_inflatableFence_b/
+share/supertuxkart/data/library/stklib_inflatableFence_b/inflatableFence_Physics1.b3d
+share/supertuxkart/data/library/stklib_inflatableFence_b/inflatableFence_Physics2.b3d
+share/supertuxkart/data/library/stklib_inflatableFence_b/node.xml
+share/supertuxkart/data/library/stklib_inflatableFence_b/stklib_inflatableFence_a_main.b3d
+share/supertuxkart/data/library/stklib_inflatableFence_b/stklib_inflatableFence_b_main.b3d
+share/supertuxkart/data/library/stklib_inflatableFence_c/
+share/supertuxkart/data/library/stklib_inflatableFence_c/inflatableFence_Physics1.b3d
+share/supertuxkart/data/library/stklib_inflatableFence_c/inflatableFence_Physics2.b3d
+share/supertuxkart/data/library/stklib_inflatableFence_c/node.xml
+share/supertuxkart/data/library/stklib_inflatableFence_c/stklib_inflatableFence_a_main.b3d
+share/supertuxkart/data/library/stklib_inflatableFence_c/stklib_inflatableFence_c_main.b3d
 share/supertuxkart/data/library/stklib_jetBlast_a/
 share/supertuxkart/data/library/stklib_jetBlast_a/materials.xml
 share/supertuxkart/data/library/stklib_jetBlast_a/node.xml
@@ -1102,11 +1131,27 @@ share/supertuxkart/data/library/stklib_m
 share/supertuxkart/data/library/stklib_metalSupportBeam_a/
 share/supertuxkart/data/library/stklib_metalSupportBeam_a/node.xml
 
share/supertuxkart/data/library/stklib_metalSupportBeam_a/stklib_metalSupportBeam_a_main.b3d
+share/supertuxkart/data/library/stklib_mineLantern_a/
+share/supertuxkart/data/library/stklib_mineLantern_a/node.xml
+share/supertuxkart/data/library/stklib_mineLantern_a/stklib_mineLantern_a_displacement.b3d
+share/supertuxkart/data/library/stklib_mineLantern_a/stklib_mineLantern_a_main.b3d
+share/supertuxkart/data/library/stklib_modernHousing_a/
+share/supertuxkart/data/library/stklib_modernHousing_a/node.xml
+share/supertuxkart/data/library/stklib_modernHousing_a/stklib_modernHousing_a_main.b3d
+share/supertuxkart/data/library/stklib_modernHousing_b/
+share/supertuxkart/data/library/stklib_modernHousing_b/node.xml
+share/supertuxkart/data/library/stklib_modernHousing_b/stklib_modernHousing_b.b3d
 share/supertuxkart/data/library/stklib_monkeyCheering_a/
 share/supertuxkart/data/library/stklib_monkeyCheering_a/node.xml
 
share/supertuxkart/data/library/stklib_monkeyCheering_a/stklib_monkeyCheering_a_main.b3d
 
share/supertuxkart/data/library/stklib_monkeyCheering_a/stklib_monkeyCheering_a_physic.b3d
 share/supertuxkart/data/library/stklib_monkeyCheering_a/stktex_monkey_a.png
+share/supertuxkart/data/library/stklib_movingMapPlane_a/
+share/supertuxkart/data/library/stklib_movingMapPlane_a/SomeModel.b3d
+share/supertuxkart/data/library/stklib_movingMapPlane_a/node.xml
+share/supertuxkart/data/library/stklib_movingMapPlane_a/stklib_movingMapPlane_a.b3d
+share/supertuxkart/data/library/stklib_movingMapPlane_a/stklib_movingMapPlane_a_path.b3d
+share/supertuxkart/data/library/stklib_movingMapPlane_a/stklib_movingMapPlane_a_plane.b3d
 share/supertuxkart/data/library/stklib_mudpot_a/
 share/supertuxkart/data/library/stklib_mudpot_a/SomeModel.b3d
 share/supertuxkart/data/library/stklib_mudpot_a/animated_bubble.b3d
@@ -1148,6 +1193,9 @@ share/supertuxkart/data/library/stklib_o
 share/supertuxkart/data/library/stklib_orangeCocktail_a/node.xml
 
share/supertuxkart/data/library/stklib_orangeCocktail_a/stklib_orangeCocktail_a_ice.b3d
 
share/supertuxkart/data/library/stklib_orangeCocktail_a/stklib_orangeCocktail_a_main.b3d
+share/supertuxkart/data/library/stklib_pallet_a/
+share/supertuxkart/data/library/stklib_pallet_a/node.xml
+share/supertuxkart/data/library/stklib_pallet_a/stklib_pallet_a.b3d
 share/supertuxkart/data/library/stklib_palmTree_a/
 share/supertuxkart/data/library/stklib_palmTree_a/materials.xml
 share/supertuxkart/data/library/stklib_palmTree_a/node.xml
@@ -1241,6 +1289,9 @@ share/supertuxkart/data/library/stklib_r
 share/supertuxkart/data/library/stklib_reef_a/stklib_reef_a_disk_high.b3d
 share/supertuxkart/data/library/stklib_reef_a/stklib_reef_a_disk_low.b3d
 share/supertuxkart/data/library/stklib_reef_a/stklib_reef_a_main.b3d
+share/supertuxkart/data/library/stklib_rocketBooster_a/
+share/supertuxkart/data/library/stklib_rocketBooster_a/node.xml
+share/supertuxkart/data/library/stklib_rocketBooster_a/stklib_rocketBooster_a_main.b3d
 share/supertuxkart/data/library/stklib_roots_a/
 share/supertuxkart/data/library/stklib_roots_a/node.xml
 share/supertuxkart/data/library/stklib_roots_a/stklib_roots_a_main.b3d
@@ -1271,6 +1322,10 @@ share/supertuxkart/data/library/stklib_s
 share/supertuxkart/data/library/stklib_seaweed_a/materials.xml
 share/supertuxkart/data/library/stklib_seaweed_a/node.xml
 share/supertuxkart/data/library/stklib_seaweed_a/stklib_kelpComplete_a_main.b3d
+share/supertuxkart/data/library/stklib_showProjector_a/
+share/supertuxkart/data/library/stklib_showProjector_a/node.xml
+share/supertuxkart/data/library/stklib_showProjector_a/stklib_showProjector_a_main.b3d
+share/supertuxkart/data/library/stklib_showProjector_a/stklib_showProjector_a_redglow.b3d
 share/supertuxkart/data/library/stklib_silvianClock_a/
 share/supertuxkart/data/library/stklib_silvianClock_a/materials.xml
 share/supertuxkart/data/library/stklib_silvianClock_a/node.xml
@@ -1314,6 +1369,12 @@ share/supertuxkart/data/library/stklib_s
 share/supertuxkart/data/library/stklib_smartphone_a/
 share/supertuxkart/data/library/stklib_smartphone_a/node.xml
 
share/supertuxkart/data/library/stklib_smartphone_a/stklib_smartphone_a_main.b3d
+share/supertuxkart/data/library/stklib_snowRocks_a/
+share/supertuxkart/data/library/stklib_snowRocks_a/node.xml
+share/supertuxkart/data/library/stklib_snowRocks_a/stklib_snowRocks_a_main.b3d
+share/supertuxkart/data/library/stklib_snowSmallBush_a/
+share/supertuxkart/data/library/stklib_snowSmallBush_a/node.xml
+share/supertuxkart/data/library/stklib_snowSmallBush_a/stklib_snowSmallBush_a_main.b3d
 share/supertuxkart/data/library/stklib_speedTrap_a/
 share/supertuxkart/data/library/stklib_speedTrap_a/node.xml
 share/supertuxkart/data/library/stklib_speedTrap_a/stklib_speedTrap_a_flash.b3d
@@ -1328,6 +1389,11 @@ share/supertuxkart/data/library/stklib_s
 share/supertuxkart/data/library/stklib_tetrapodUnderwater_a/
 share/supertuxkart/data/library/stklib_tetrapodUnderwater_a/node.xml
 
share/supertuxkart/data/library/stklib_tetrapodUnderwater_a/stklib_tetrapodUnderwater_a_main.b3d
+share/supertuxkart/data/library/stklib_tiresBarrier_a/
+share/supertuxkart/data/library/stklib_tiresBarrier_a/SomeModel.b3d
+share/supertuxkart/data/library/stklib_tiresBarrier_a/materials.xml
+share/supertuxkart/data/library/stklib_tiresBarrier_a/node.xml
+share/supertuxkart/data/library/stklib_tiresBarrier_a/stklib_tiresBarrier_a_main.b3d
 share/supertuxkart/data/library/stklib_trijet_a/
 share/supertuxkart/data/library/stklib_trijet_a/node.xml
 share/supertuxkart/data/library/stklib_trijet_a/stklib_trijet_a_main.b3d
@@ -1339,6 +1405,12 @@ share/supertuxkart/data/library/stklib_t
 
share/supertuxkart/data/library/stklib_tropicalPlant_a/stklib_tropicalPlant_a_main_b.b3d
 
share/supertuxkart/data/library/stklib_tropicalPlant_a/stklib_tropicalPlant_a_physic.b3d
 
share/supertuxkart/data/library/stklib_tropicalPlant_a/stktex_tropicalPlant_a.png
+share/supertuxkart/data/library/stklib_tvVan_a/
+share/supertuxkart/data/library/stklib_tvVan_a/materials.xml
+share/supertuxkart/data/library/stklib_tvVan_a/node.xml
+share/supertuxkart/data/library/stklib_tvVan_a/stklib_tvVan_a_main.b3d
+share/supertuxkart/data/library/stklib_tvVan_a/stktex_tvVan_a.png
+share/supertuxkart/data/library/stklib_tvVan_a/stktex_tvVan_a_gloss.png
 share/supertuxkart/data/library/stklib_umbrellaBeach_a/
 share/supertuxkart/data/library/stklib_umbrellaBeach_a/node.xml
 
share/supertuxkart/data/library/stklib_umbrellaBeach_a/stklib_umbrellaBeach_a_main.b3d
@@ -1347,6 +1419,18 @@ share/supertuxkart/data/library/stklib_w
 share/supertuxkart/data/library/stklib_waterLily_a/stklib_waterLily_a_main.b3d
 
share/supertuxkart/data/library/stklib_waterLily_a/stklib_waterLily_a_main_high.b3d
 
share/supertuxkart/data/library/stklib_waterLily_a/stklib_waterLily_a_main_low.b3d
+share/supertuxkart/data/library/stklib_watertower_a/
+share/supertuxkart/data/library/stklib_watertower_a/node.xml
+share/supertuxkart/data/library/stklib_watertower_a/stklib_watertower_a_main.b3d
+share/supertuxkart/data/library/stklib_welcomeAboard_a/
+share/supertuxkart/data/library/stklib_welcomeAboard_a/node.xml
+share/supertuxkart/data/library/stklib_welcomeAboard_a/stklib_movingMapPlane_a_path.b3d
+share/supertuxkart/data/library/stklib_welcomeAboard_a/stklib_welcomeAboard_a_main.b3d
+share/supertuxkart/data/library/stklib_welcomeAboard_a/stklib_welcomeAboard_a_path.b3d
+share/supertuxkart/data/library/stklib_wilbertSecurity_a/
+share/supertuxkart/data/library/stklib_wilbertSecurity_a/node.xml
+share/supertuxkart/data/library/stklib_wilbertSecurity_a/stklib_wilbertSecurity_a_main.b3d
+share/supertuxkart/data/library/stklib_wilbertSecurity_a/stktex_wilberSecurityGuy_a.png
 share/supertuxkart/data/library/stklib_windpump_a/
 share/supertuxkart/data/library/stklib_windpump_a/node.xml
 share/supertuxkart/data/library/stklib_windpump_a/stklib_windpump_a_main.b3d
@@ -1361,6 +1445,7 @@ share/supertuxkart/data/library/stklib_w
 share/supertuxkart/data/library/stklib_woodPostLamp_a/node.xml
 
share/supertuxkart/data/library/stklib_woodPostLamp_a/stklib_woodPostLamp_a_main.b3d
 
share/supertuxkart/data/library/stklib_woodPostLamp_a/stklib_woodPostLamp_ao_a.png
+share/supertuxkart/data/localized_name.txt
 share/supertuxkart/data/models/
 share/supertuxkart/data/models/Hammer.jpg
 share/supertuxkart/data/models/License.txt
@@ -1468,8 +1553,6 @@ share/supertuxkart/data/music/SkyVibe-Hi
 share/supertuxkart/data/music/SkyVibe-HighFrequency.ogg
 share/supertuxkart/data/music/Snowy.music
 share/supertuxkart/data/music/Snowy.ogg
-share/supertuxkart/data/music/TheDeadRocks-EasyJob.music
-share/supertuxkart/data/music/TheDeadRocks-EasyJob.ogg
 share/supertuxkart/data/music/bay.music
 share/supertuxkart/data/music/bay.ogg
 share/supertuxkart/data/music/celtic.music
@@ -1483,6 +1566,9 @@ share/supertuxkart/data/music/demonhill.
 share/supertuxkart/data/music/demonhill.ogg
 share/supertuxkart/data/music/egypt.music
 share/supertuxkart/data/music/egypt.ogg
+share/supertuxkart/data/music/farm.music
+share/supertuxkart/data/music/farm.ogg
+share/supertuxkart/data/music/farm_f.ogg
 share/supertuxkart/data/music/garden.music
 share/supertuxkart/data/music/garden.ogg
 share/supertuxkart/data/music/hacienda.music
@@ -1519,13 +1605,14 @@ share/supertuxkart/data/po/
 share/supertuxkart/data/po/.gitattributes
 share/supertuxkart/data/po/.gitignore
 share/supertuxkart/data/po/ar.po
+share/supertuxkart/data/po/bg.po
 share/supertuxkart/data/po/br.po
 share/supertuxkart/data/po/ca.po
 share/supertuxkart/data/po/cs.po
 share/supertuxkart/data/po/da.po
-share/supertuxkart/data/po/da_DK.po
 share/supertuxkart/data/po/de.po
 share/supertuxkart/data/po/el.po
+share/supertuxkart/data/po/en_AU.po
 share/supertuxkart/data/po/en_GB.po
 share/supertuxkart/data/po/es.po
 share/supertuxkart/data/po/eu.po
@@ -1534,18 +1621,19 @@ share/supertuxkart/data/po/fi.po
 share/supertuxkart/data/po/fr.po
 share/supertuxkart/data/po/fr_CA.po
 share/supertuxkart/data/po/gd.po
+share/supertuxkart/data/po/gl.po
 share/supertuxkart/data/po/he.po
+share/supertuxkart/data/po/hu.po
 share/supertuxkart/data/po/it.po
 share/supertuxkart/data/po/ja.po
+share/supertuxkart/data/po/ko.po
 share/supertuxkart/data/po/kw.po
+share/supertuxkart/data/po/la.po
 share/supertuxkart/data/po/lt.po
 share/supertuxkart/data/po/lv.po
 share/supertuxkart/data/po/nb.po
-share/supertuxkart/data/po/nb_NO.po
 share/supertuxkart/data/po/nl.po
 share/supertuxkart/data/po/nn.po
-share/supertuxkart/data/po/no.po
-share/supertuxkart/data/po/no_NO.po
 share/supertuxkart/data/po/pl.po
 share/supertuxkart/data/po/pt.po
 share/supertuxkart/data/po/pt_BR.po
@@ -1557,12 +1645,24 @@ share/supertuxkart/data/po/sr.po
 share/supertuxkart/data/po/supertuxkart.pot
 share/supertuxkart/data/po/sv.po
 share/supertuxkart/data/po/tr.po
+share/supertuxkart/data/po/tt.po
 share/supertuxkart/data/po/uk.po
+share/supertuxkart/data/po/update_po_authors.py
 share/supertuxkart/data/po/update_pot.sh
-share/supertuxkart/data/po/zh.po
 share/supertuxkart/data/po/zh_CN.po
 share/supertuxkart/data/po/zh_TW.po
 share/supertuxkart/data/powerup.xml
+share/supertuxkart/data/replay/
+share/supertuxkart/data/replay/standard_easy_farm.replay
+share/supertuxkart/data/replay/standard_easy_hacienda.replay
+share/supertuxkart/data/replay/standard_easy_island.replay
+share/supertuxkart/data/replay/standard_expert_abyss.replay
+share/supertuxkart/data/replay/standard_expert_mines.replay
+share/supertuxkart/data/replay/standard_expert_stkenterprise.replay
+share/supertuxkart/data/replay/standard_expert_xr591.replay
+share/supertuxkart/data/replay/standard_intermediate_lighthouse.replay
+share/supertuxkart/data/replay/standard_intermediate_snowmountain.replay
+share/supertuxkart/data/replay/standard_intermediate_snowpeak.replay
 share/supertuxkart/data/run_me.sh
 share/supertuxkart/data/sfx/
 share/supertuxkart/data/sfx/License.txt
@@ -1611,6 +1711,7 @@ share/supertuxkart/data/sfx/plunger.ogg
 share/supertuxkart/data/sfx/portal.ogg
 share/supertuxkart/data/sfx/pre_start_race.ogg
 share/supertuxkart/data/sfx/race_finish.ogg
+share/supertuxkart/data/sfx/race_finish_victory.ogg
 share/supertuxkart/data/sfx/rain.ogg
 share/supertuxkart/data/sfx/river_loop.ogg
 share/supertuxkart/data/sfx/sara_airport_pa.ogg
@@ -1692,6 +1793,7 @@ share/supertuxkart/data/shaders/instanci
 share/supertuxkart/data/shaders/instanciedshadow.vert
 share/supertuxkart/data/shaders/layertexturequad.frag
 share/supertuxkart/data/shaders/lensblend.frag
+share/supertuxkart/data/shaders/lightning.frag
 share/supertuxkart/data/shaders/linearizedepth.frag
 share/supertuxkart/data/shaders/mlaa_blend2.frag
 share/supertuxkart/data/shaders/mlaa_color1.frag
@@ -1764,8 +1866,65 @@ share/supertuxkart/data/shaders/utils/ge
 share/supertuxkart/data/shaders/volumetriclight.frag
 share/supertuxkart/data/shaders/white.frag
 share/supertuxkart/data/skins/
+share/supertuxkart/data/skins/Forest.stkskin
 share/supertuxkart/data/skins/Ocean.stkskin
 share/supertuxkart/data/skins/Peach.stkskin
+share/supertuxkart/data/skins/Ruby.stkskin
+share/supertuxkart/data/skins/forest/
+share/supertuxkart/data/skins/forest/License.txt
+share/supertuxkart/data/skins/forest/achievement.png
+share/supertuxkart/data/skins/forest/background.jpg
+share/supertuxkart/data/skins/forest/bubble.png
+share/supertuxkart/data/skins/forest/dialog.png
+share/supertuxkart/data/skins/forest/error.png
+share/supertuxkart/data/skins/forest/friend.png
+share/supertuxkart/data/skins/forest/generic.png
+share/supertuxkart/data/skins/forest/glass_iconhighlight_focus.png
+share/supertuxkart/data/skins/forest/glass_rsection.png
+share/supertuxkart/data/skins/forest/glass_section.png
+share/supertuxkart/data/skins/forest/glass_square1.png
+share/supertuxkart/data/skins/forest/glass_square2.png
+share/supertuxkart/data/skins/forest/glass_square3.png
+share/supertuxkart/data/skins/forest/glass_square4.png
+share/supertuxkart/data/skins/forest/glass_square_focused.png
+share/supertuxkart/data/skins/forest/glass_square_focused2.png
+share/supertuxkart/data/skins/forest/glass_square_focused3.png
+share/supertuxkart/data/skins/forest/glass_square_focused4.png
+share/supertuxkart/data/skins/forest/glassbutton.png
+share/supertuxkart/data/skins/forest/glassbutton_deactivated.png
+share/supertuxkart/data/skins/forest/glassbutton_focused.png
+share/supertuxkart/data/skins/forest/glasscheckbox.png
+share/supertuxkart/data/skins/forest/glasscheckbox_checked.png
+share/supertuxkart/data/skins/forest/glasscheckbox_checked_deactivated.png
+share/supertuxkart/data/skins/forest/glasscheckbox_checked_focus.png
+share/supertuxkart/data/skins/forest/glasscheckbox_deactivated.png
+share/supertuxkart/data/skins/forest/glasscheckbox_focus.png
+share/supertuxkart/data/skins/forest/glasssgauge_fill.png
+share/supertuxkart/data/skins/forest/glassspinner.png
+share/supertuxkart/data/skins/forest/glassspinner_deactivated.png
+share/supertuxkart/data/skins/forest/glassspinner_down.png
+share/supertuxkart/data/skins/forest/glassspinner_focus.png
+share/supertuxkart/data/skins/forest/glassspinner_halo.png
+share/supertuxkart/data/skins/forest/glasstab.png
+share/supertuxkart/data/skins/forest/glasstab_down.png
+share/supertuxkart/data/skins/forest/glasstab_focus.png
+share/supertuxkart/data/skins/forest/left_arrow.png
+share/supertuxkart/data/skins/forest/left_arrow_focus.png
+share/supertuxkart/data/skins/forest/list_sort_down.png
+share/supertuxkart/data/skins/forest/list_sort_up.png
+share/supertuxkart/data/skins/forest/rating_star.png
+share/supertuxkart/data/skins/forest/right_arrow.png
+share/supertuxkart/data/skins/forest/right_arrow_focus.png
+share/supertuxkart/data/skins/forest/scrollbar_bg.png
+share/supertuxkart/data/skins/forest/scrollbar_btn.png
+share/supertuxkart/data/skins/forest/scrollbar_btn_down.png
+share/supertuxkart/data/skins/forest/scrollbar_thumb.png
+share/supertuxkart/data/skins/forest/select.png
+share/supertuxkart/data/skins/forest/table_header.png
+share/supertuxkart/data/skins/forest/table_header_down.png
+share/supertuxkart/data/skins/forest/textbubble.png
+share/supertuxkart/data/skins/forest/textbubble2.png
+share/supertuxkart/data/skins/forest/tooltip.png
 share/supertuxkart/data/skins/ocean/
 share/supertuxkart/data/skins/ocean/License.txt
 share/supertuxkart/data/skins/ocean/achievement.png
@@ -1774,6 +1933,7 @@ share/supertuxkart/data/skins/ocean/bubb
 share/supertuxkart/data/skins/ocean/dialog.png
 share/supertuxkart/data/skins/ocean/error.png
 share/supertuxkart/data/skins/ocean/friend.png
+share/supertuxkart/data/skins/ocean/generic.png
 share/supertuxkart/data/skins/ocean/glass_iconhighlight_focus.png
 share/supertuxkart/data/skins/ocean/glass_rsection.png
 share/supertuxkart/data/skins/ocean/glass_section.png
@@ -1828,6 +1988,7 @@ share/supertuxkart/data/skins/peach/bubb
 share/supertuxkart/data/skins/peach/dialog.png
 share/supertuxkart/data/skins/peach/error.png
 share/supertuxkart/data/skins/peach/friend.png
+share/supertuxkart/data/skins/peach/generic.png
 share/supertuxkart/data/skins/peach/glass_iconhighlight_focus.png
 share/supertuxkart/data/skins/peach/glass_rsection.png
 share/supertuxkart/data/skins/peach/glass_section.png
@@ -1874,10 +2035,66 @@ share/supertuxkart/data/skins/peach/tabl
 share/supertuxkart/data/skins/peach/textbubble.png
 share/supertuxkart/data/skins/peach/textbubble2.png
 share/supertuxkart/data/skins/peach/tooltip.png
+share/supertuxkart/data/skins/ruby/
+share/supertuxkart/data/skins/ruby/License.txt
+share/supertuxkart/data/skins/ruby/achievement.png
+share/supertuxkart/data/skins/ruby/background.jpg
+share/supertuxkart/data/skins/ruby/bubble.png
+share/supertuxkart/data/skins/ruby/dialog.png
+share/supertuxkart/data/skins/ruby/error.png
+share/supertuxkart/data/skins/ruby/friend.png
+share/supertuxkart/data/skins/ruby/generic.png
+share/supertuxkart/data/skins/ruby/glass_iconhighlight_focus.png
+share/supertuxkart/data/skins/ruby/glass_rsection.png
+share/supertuxkart/data/skins/ruby/glass_section.png
+share/supertuxkart/data/skins/ruby/glass_square1.png
+share/supertuxkart/data/skins/ruby/glass_square2.png
+share/supertuxkart/data/skins/ruby/glass_square3.png
+share/supertuxkart/data/skins/ruby/glass_square4.png
+share/supertuxkart/data/skins/ruby/glass_square_focused.png
+share/supertuxkart/data/skins/ruby/glass_square_focused2.png
+share/supertuxkart/data/skins/ruby/glass_square_focused3.png
+share/supertuxkart/data/skins/ruby/glass_square_focused4.png
+share/supertuxkart/data/skins/ruby/glassbutton.png
+share/supertuxkart/data/skins/ruby/glassbutton_deactivated.png
+share/supertuxkart/data/skins/ruby/glassbutton_focused.png
+share/supertuxkart/data/skins/ruby/glasscheckbox.png
+share/supertuxkart/data/skins/ruby/glasscheckbox_checked.png
+share/supertuxkart/data/skins/ruby/glasscheckbox_checked_deactivated.png
+share/supertuxkart/data/skins/ruby/glasscheckbox_checked_focus.png
+share/supertuxkart/data/skins/ruby/glasscheckbox_deactivated.png
+share/supertuxkart/data/skins/ruby/glasscheckbox_focus.png
+share/supertuxkart/data/skins/ruby/glasssgauge_fill.png
+share/supertuxkart/data/skins/ruby/glassspinner.png
+share/supertuxkart/data/skins/ruby/glassspinner_deactivated.png
+share/supertuxkart/data/skins/ruby/glassspinner_down.png
+share/supertuxkart/data/skins/ruby/glassspinner_focus.png
+share/supertuxkart/data/skins/ruby/glassspinner_halo.png
+share/supertuxkart/data/skins/ruby/glasstab.png
+share/supertuxkart/data/skins/ruby/glasstab_down.png
+share/supertuxkart/data/skins/ruby/glasstab_focus.png
+share/supertuxkart/data/skins/ruby/left_arrow.png
+share/supertuxkart/data/skins/ruby/left_arrow_focus.png
+share/supertuxkart/data/skins/ruby/list_sort_down.png
+share/supertuxkart/data/skins/ruby/list_sort_up.png
+share/supertuxkart/data/skins/ruby/rating_star.png
+share/supertuxkart/data/skins/ruby/right_arrow.png
+share/supertuxkart/data/skins/ruby/right_arrow_focus.png
+share/supertuxkart/data/skins/ruby/scrollbar_bg.png
+share/supertuxkart/data/skins/ruby/scrollbar_btn.png
+share/supertuxkart/data/skins/ruby/scrollbar_btn_down.png
+share/supertuxkart/data/skins/ruby/scrollbar_thumb.png
+share/supertuxkart/data/skins/ruby/select.png
+share/supertuxkart/data/skins/ruby/table_header.png
+share/supertuxkart/data/skins/ruby/table_header_down.png
+share/supertuxkart/data/skins/ruby/textbubble.png
+share/supertuxkart/data/skins/ruby/textbubble2.png
+share/supertuxkart/data/skins/ruby/tooltip.png
 share/supertuxkart/data/stk_config.xml
-share/supertuxkart/data/supertuxkart.0.9.1
+share/supertuxkart/data/supertuxkart.0.9.2
 share/supertuxkart/data/supertuxkart.appdata.xml
 share/supertuxkart/data/supertuxkart.desktop
+share/supertuxkart/data/supertuxkart.git
 share/supertuxkart/data/supertuxkart.icns
 share/supertuxkart/data/supertuxkart_128.png
 share/supertuxkart/data/supertuxkart_32.png
@@ -1991,6 +2208,7 @@ share/supertuxkart/data/textures/gfxGlow
 share/supertuxkart/data/textures/gfxGlow_generic_a_gloss.png
 share/supertuxkart/data/textures/gfxGlow_green_a.png
 share/supertuxkart/data/textures/gfxGlow_red_a.png
+share/supertuxkart/data/textures/gfxGlow_softScreen_a.png
 share/supertuxkart/data/textures/gfxGlow_yellow_a.png
 share/supertuxkart/data/textures/gfx_blueStars_a.png
 share/supertuxkart/data/textures/gfx_booster_AlphaTest.png
@@ -2002,8 +2220,10 @@ share/supertuxkart/data/textures/gfx_ele
 share/supertuxkart/data/textures/gfx_leaf_a.png
 share/supertuxkart/data/textures/gfx_lensDust_a.png
 share/supertuxkart/data/textures/gfx_lightBlinker_a.png
+share/supertuxkart/data/textures/gfx_lightBlinker_b.png
 share/supertuxkart/data/textures/gfx_mud_a.png
 share/supertuxkart/data/textures/gfx_resetWaterSplash_AlphaTested.png
+share/supertuxkart/data/textures/gfx_rocketFlame_a.png
 share/supertuxkart/data/textures/gfx_sandAnimated_a.png
 share/supertuxkart/data/textures/gfx_sandJetblast_a.png
 share/supertuxkart/data/textures/gfx_snowStormAnimated_a.png
@@ -2099,6 +2319,7 @@ share/supertuxkart/data/textures/starpar
 share/supertuxkart/data/textures/stk_accacia_a.png
 share/supertuxkart/data/textures/stk_animated_mudpot_a.png
 share/supertuxkart/data/textures/stk_antennaSign_a.png
+share/supertuxkart/data/textures/stk_asianSunRay_a.png
 share/supertuxkart/data/textures/stk_blueFutureSquareLight_a.png
 share/supertuxkart/data/textures/stk_blueMetal_a.png
 share/supertuxkart/data/textures/stk_blueTurbine_a.png
@@ -2111,7 +2332,15 @@ share/supertuxkart/data/textures/stk_ele
 share/supertuxkart/data/textures/stk_emptyPanel_a.png
 share/supertuxkart/data/textures/stk_emptyPanel_b.png
 share/supertuxkart/data/textures/stk_endLog_a.png
+share/supertuxkart/data/textures/stk_flyingMapBig_a.png
+share/supertuxkart/data/textures/stk_flyingMap_a.png
+share/supertuxkart/data/textures/stk_flyingPath_a.png
 share/supertuxkart/data/textures/stk_futureBox_a.png
+share/supertuxkart/data/textures/stk_futureYellowBox_a.png
+share/supertuxkart/data/textures/stk_futureYellowBox_a_gloss.png
+share/supertuxkart/data/textures/stk_futureYellowBox_a_nm.png
+share/supertuxkart/data/textures/stk_genericMineEarth_a.png
+share/supertuxkart/data/textures/stk_genericMineRoad_a.png
 share/supertuxkart/data/textures/stk_generic_Stucco_a.png
 share/supertuxkart/data/textures/stk_generic_Stucco_b.png
 share/supertuxkart/data/textures/stk_generic_Stucco_c.png
@@ -2121,6 +2350,7 @@ share/supertuxkart/data/textures/stk_gen
 share/supertuxkart/data/textures/stk_generic_bedRock_a.png
 share/supertuxkart/data/textures/stk_generic_bedRock_a_nm.png
 share/supertuxkart/data/textures/stk_generic_blackCeramic_a.png
+share/supertuxkart/data/textures/stk_generic_bordePinkA.png
 share/supertuxkart/data/textures/stk_generic_borderA.png
 share/supertuxkart/data/textures/stk_generic_borderBluePinkA.png
 share/supertuxkart/data/textures/stk_generic_borderDarkGreenA.png
@@ -2129,7 +2359,10 @@ share/supertuxkart/data/textures/stk_gen
 share/supertuxkart/data/textures/stk_generic_brickA_nm.png
 share/supertuxkart/data/textures/stk_generic_brickRoad_a.png
 share/supertuxkart/data/textures/stk_generic_brownRock_a.png
+share/supertuxkart/data/textures/stk_generic_cardboard_a.png
 share/supertuxkart/data/textures/stk_generic_carpet_a.png
+share/supertuxkart/data/textures/stk_generic_cloudsPattern_a.png
+share/supertuxkart/data/textures/stk_generic_clouds_a.png
 share/supertuxkart/data/textures/stk_generic_colorfabricA.png
 share/supertuxkart/data/textures/stk_generic_dirtA.png
 share/supertuxkart/data/textures/stk_generic_dirtGrassA.png
@@ -2148,11 +2381,17 @@ share/supertuxkart/data/textures/stk_gen
 share/supertuxkart/data/textures/stk_generic_ice_a.png
 share/supertuxkart/data/textures/stk_generic_ice_a_gloss.png
 share/supertuxkart/data/textures/stk_generic_ice_a_nm.png
+share/supertuxkart/data/textures/stk_generic_ice_alpha.png
 share/supertuxkart/data/textures/stk_generic_ironA.png
 share/supertuxkart/data/textures/stk_generic_ironA_nm.png
+share/supertuxkart/data/textures/stk_generic_modernWindows_a.png
+share/supertuxkart/data/textures/stk_generic_modernWindows_b.png
+share/supertuxkart/data/textures/stk_generic_modernWindows_b_gloss.png
 share/supertuxkart/data/textures/stk_generic_paper_a.png
 share/supertuxkart/data/textures/stk_generic_pinkCeramic_a.png
 share/supertuxkart/data/textures/stk_generic_pinkcrystal_a.png
+share/supertuxkart/data/textures/stk_generic_plasticFabric_a.png
+share/supertuxkart/data/textures/stk_generic_racingPattern_a.png
 share/supertuxkart/data/textures/stk_generic_redCeramic_a.png
 share/supertuxkart/data/textures/stk_generic_rockSnow_a.png
 share/supertuxkart/data/textures/stk_generic_rockStrata_a.png
@@ -2167,6 +2406,7 @@ share/supertuxkart/data/textures/stk_gen
 share/supertuxkart/data/textures/stk_generic_snow_a.png
 share/supertuxkart/data/textures/stk_generic_snow_a_gloss.png
 share/supertuxkart/data/textures/stk_generic_snow_a_nm.png
+share/supertuxkart/data/textures/stk_generic_sunsetPattern_a.png
 share/supertuxkart/data/textures/stk_generic_thatch_a.png
 share/supertuxkart/data/textures/stk_generic_wallRock_a.png
 share/supertuxkart/data/textures/stk_generic_wickerA.png
@@ -2175,6 +2415,7 @@ share/supertuxkart/data/textures/stk_gla
 share/supertuxkart/data/textures/stk_goldMetal_a.png
 share/supertuxkart/data/textures/stk_grainElevatorLogoA.png
 share/supertuxkart/data/textures/stk_grassAlpha.png
+share/supertuxkart/data/textures/stk_grassAlternate.png
 share/supertuxkart/data/textures/stk_grasscliff_a.png
 share/supertuxkart/data/textures/stk_greyMetal_a.png
 share/supertuxkart/data/textures/stk_greyMetal_a_gloss.png
@@ -2184,6 +2425,7 @@ share/supertuxkart/data/textures/stk_lig
 share/supertuxkart/data/textures/stk_lightGreyMetal_a_gloss.png
 share/supertuxkart/data/textures/stk_longEmptyPanel_a.png
 share/supertuxkart/data/textures/stk_lowPolyBuilding_a.png
+share/supertuxkart/data/textures/stk_lowPolyCarsDay_a.png
 share/supertuxkart/data/textures/stk_lowPolyCars_a.png
 share/supertuxkart/data/textures/stk_lowPolyFish_a.png
 share/supertuxkart/data/textures/stk_metalDoor_a.png
@@ -2200,9 +2442,12 @@ share/supertuxkart/data/textures/stk_mus
 share/supertuxkart/data/textures/stk_orangeFruit_a.png
 share/supertuxkart/data/textures/stk_pineBranch_a.png
 share/supertuxkart/data/textures/stk_pipe_a.png
+share/supertuxkart/data/textures/stk_plasticBarrier_a.png
 share/supertuxkart/data/textures/stk_redCrab_a.png
 share/supertuxkart/data/textures/stk_redMetal_a.png
 share/supertuxkart/data/textures/stk_redshell_a.png
+share/supertuxkart/data/textures/stk_snowMountain_a.png
+share/supertuxkart/data/textures/stk_snowSmallBush_a.png
 share/supertuxkart/data/textures/stk_solarPanel_a.png
 share/supertuxkart/data/textures/stk_solarPanel_a_nm.png
 share/supertuxkart/data/textures/stk_solarPanel_gloss.png
@@ -2212,48 +2457,65 @@ share/supertuxkart/data/textures/stk_ter
 share/supertuxkart/data/textures/stk_warningPanel_a.png
 share/supertuxkart/data/textures/stk_wheatA.png
 share/supertuxkart/data/textures/stkcrowd_lowPoly_a.png
+share/supertuxkart/data/textures/stkcrowd_lowPoly_b.png
 share/supertuxkart/data/textures/stkflag_TCPLogo_a.png
 share/supertuxkart/data/textures/stkflag_abyssBanner_a.png
 share/supertuxkart/data/textures/stkflag_albikStartingLine_a.png
+share/supertuxkart/data/textures/stkflag_arenaSport_a.png
 share/supertuxkart/data/textures/stkflag_asianPaperLantern_a.png
 share/supertuxkart/data/textures/stkflag_asianPaperLantern_a_gloss.png
 share/supertuxkart/data/textures/stkflag_beachBarMenuLogo_a.png
 share/supertuxkart/data/textures/stkflag_blueBooster_a.png
 share/supertuxkart/data/textures/stkflag_blueCheckBorard_a.png
 share/supertuxkart/data/textures/stkflag_blueStartingLine_a.png
+share/supertuxkart/data/textures/stkflag_caldeiraFashion_a.jpg
+share/supertuxkart/data/textures/stkflag_canyonJunctionRailway_a.png
 share/supertuxkart/data/textures/stkflag_computerScreen_a.png
 share/supertuxkart/data/textures/stkflag_computerSpam_a.png
 share/supertuxkart/data/textures/stkflag_cupcakeAirwayLogo_a.png
 share/supertuxkart/data/textures/stkflag_goldCupVertical_a.png
 share/supertuxkart/data/textures/stkflag_greenCheckBorard_a.png
+share/supertuxkart/data/textures/stkflag_jumpRamp_a.png
 share/supertuxkart/data/textures/stkflag_lamponeCouture_a.png
+share/supertuxkart/data/textures/stkflag_lasDunasArena_a.png
+share/supertuxkart/data/textures/stkflag_lasDunasArena_anime_a.png
 share/supertuxkart/data/textures/stkflag_latexBluePinkPattern_a.png
 share/supertuxkart/data/textures/stkflag_latexBluePinkPattern_a_gloss.png
 share/supertuxkart/data/textures/stkflag_leNautileMenuLogo_a.png
 share/supertuxkart/data/textures/stkflag_leRegentPosterLogo_a.png
 share/supertuxkart/data/textures/stkflag_leatherPatern_a.png
 share/supertuxkart/data/textures/stkflag_leatherPatern_gloss.png
+share/supertuxkart/data/textures/stkflag_mandaravaMotors_a.png
 share/supertuxkart/data/textures/stkflag_monoTubeAd_a.png
 share/supertuxkart/data/textures/stkflag_nolok_a.png
 share/supertuxkart/data/textures/stkflag_oceanicAirlinesAD_a.png
 share/supertuxkart/data/textures/stkflag_orangeBooster_a.png
 share/supertuxkart/data/textures/stkflag_orangeStartingLine_a.png
 share/supertuxkart/data/textures/stkflag_pinkStartingLine_a.png
+share/supertuxkart/data/textures/stkflag_redBooster_a.png
 share/supertuxkart/data/textures/stkflag_saraAgency_a.png
 share/supertuxkart/data/textures/stkflag_saraVertical_a.png
 share/supertuxkart/data/textures/stkflag_smartphoneLandscape_a.png
+share/supertuxkart/data/textures/stkflag_stkVerticalRed_a.png
 share/supertuxkart/data/textures/stkflag_stkVertical_a.png
 share/supertuxkart/data/textures/stkflag_transContPostAD_a.png
 share/supertuxkart/data/textures/stkflag_valverdePresident_a.png
 share/supertuxkart/data/textures/stkflag_valverdeVertical_a.png
+share/supertuxkart/data/textures/stkflag_welcome_a.png
 share/supertuxkart/data/textures/stkflag_worldMap_a.png
+share/supertuxkart/data/textures/stkflag_yellowCheckBoard_a.png
 share/supertuxkart/data/textures/stkkart_wheel_a.png
 share/supertuxkart/data/textures/stkkart_wheel_b.png
 share/supertuxkart/data/textures/stkkart_wheel_c.png
+share/supertuxkart/data/textures/stklama_gravelRoad_a.png
+share/supertuxkart/data/textures/stklama_gravelSide_a.png
+share/supertuxkart/data/textures/stklama_roadSeparator_a.png
+share/supertuxkart/data/textures/stklama_road_a.png
 share/supertuxkart/data/textures/stklib_conifer_a_low.png
 share/supertuxkart/data/textures/stklib_prayerFlags_a.png
 share/supertuxkart/data/textures/stkspon_japimpactDonator_a.png
 share/supertuxkart/data/textures/stkspon_japimpactDonator_a.xcf
+share/supertuxkart/data/textures/stktex_LasDunasLocationAtlas_a.png
 share/supertuxkart/data/textures/stktex_agave_a.png
 share/supertuxkart/data/textures/stktex_animatedFire_a.png
 share/supertuxkart/data/textures/stktex_animatedPinkFire_a.png
@@ -2262,6 +2524,7 @@ share/supertuxkart/data/textures/stktex_
 share/supertuxkart/data/textures/stktex_beachGuySwimshort_a.png
 share/supertuxkart/data/textures/stktex_beachball_a.png
 share/supertuxkart/data/textures/stktex_beachball_a_gloss.png
+share/supertuxkart/data/textures/stktex_blimp_a.png
 share/supertuxkart/data/textures/stktex_blueNebula_a.png
 share/supertuxkart/data/textures/stktex_blueNebula_b.png
 share/supertuxkart/data/textures/stktex_boxGrid_a.png
@@ -2270,14 +2533,22 @@ share/supertuxkart/data/textures/stktex_
 share/supertuxkart/data/textures/stktex_cattail_diff_a.png
 share/supertuxkart/data/textures/stktex_churchRosetteGlass_a.png
 share/supertuxkart/data/textures/stktex_churchRosette_a.png
+share/supertuxkart/data/textures/stktex_cliff_a.png
+share/supertuxkart/data/textures/stktex_clouds_a.png
 share/supertuxkart/data/textures/stktex_cocoaBeam_a.png
 share/supertuxkart/data/textures/stktex_cocoaTreeLeaf_a.png
 share/supertuxkart/data/textures/stktex_coralBump_a.png
 share/supertuxkart/data/textures/stktex_coralDisk_a.png
+share/supertuxkart/data/textures/stktex_counterSSAO_a.png
 share/supertuxkart/data/textures/stktex_deadTree_a.png
 share/supertuxkart/data/textures/stktex_directionPattern_a.png
 share/supertuxkart/data/textures/stktex_directionSign_a.png
+share/supertuxkart/data/textures/stktex_earthSnow_a.png
+share/supertuxkart/data/textures/stktex_fireCloud_a.png
 share/supertuxkart/data/textures/stktex_flightList_a.png
+share/supertuxkart/data/textures/stktex_frozenWaterFall_a.png
+share/supertuxkart/data/textures/stktex_frozenWaterFall_a_glossy.png
+share/supertuxkart/data/textures/stktex_frozenWaterFall_a_nm.png
 share/supertuxkart/data/textures/stktex_generic_WoodA.png
 share/supertuxkart/data/textures/stktex_generic_WoodA_spec.png
 share/supertuxkart/data/textures/stktex_generic_WoodB.png
@@ -2287,6 +2558,7 @@ share/supertuxkart/data/textures/stktex_
 share/supertuxkart/data/textures/stktex_generic_WoodD.png
 share/supertuxkart/data/textures/stktex_generic_WoodE.png
 share/supertuxkart/data/textures/stktex_generic_WoodF.png
+share/supertuxkart/data/textures/stktex_generic_WoodG.png
 share/supertuxkart/data/textures/stktex_generic_aztekWall_a.png
 share/supertuxkart/data/textures/stktex_generic_aztekWall_a_nm.png
 share/supertuxkart/data/textures/stktex_generic_bambooA.png
@@ -2319,6 +2591,7 @@ share/supertuxkart/data/textures/stktex_
 share/supertuxkart/data/textures/stktex_granParadisoLocation_a.png
 share/supertuxkart/data/textures/stktex_hayFiber_a.png
 share/supertuxkart/data/textures/stktex_hexaJetRCAlivery_a.png
+share/supertuxkart/data/textures/stktex_iceEdges_a.png
 share/supertuxkart/data/textures/stktex_itemBannedAirport_a.png
 share/supertuxkart/data/textures/stktex_ivyVines_a.png
 share/supertuxkart/data/textures/stktex_jetBlast_a.png
@@ -2326,6 +2599,8 @@ share/supertuxkart/data/textures/stktex_
 share/supertuxkart/data/textures/stktex_jungleLeaf_b.png
 share/supertuxkart/data/textures/stktex_jungleLiana_a.png
 share/supertuxkart/data/textures/stktex_jungleLiana_b.png
+share/supertuxkart/data/textures/stktex_lasDunasSponsors_a.png
+share/supertuxkart/data/textures/stktex_launchpad42location_a.png
 share/supertuxkart/data/textures/stktex_lowPalmLeaf_a.png
 share/supertuxkart/data/textures/stktex_lowPalmTree_a.png
 share/supertuxkart/data/textures/stktex_malaoSpeedTrap_a.png
@@ -2345,9 +2620,14 @@ share/supertuxkart/data/textures/stktex_
 share/supertuxkart/data/textures/stktex_purpleNebula_a.png
 share/supertuxkart/data/textures/stktex_rope_a.png
 share/supertuxkart/data/textures/stktex_screenDepartureBack_a.png
+share/supertuxkart/data/textures/stktex_screenLed_a.png
 share/supertuxkart/data/textures/stktex_seaFlower_a.png
 share/supertuxkart/data/textures/stktex_seaweed_a.png
 share/supertuxkart/data/textures/stktex_silviaLocationAtlas_a.png
+share/supertuxkart/data/textures/stktex_snowRock_a.png
+share/supertuxkart/data/textures/stktex_snowRock_a_gloss.png
+share/supertuxkart/data/textures/stktex_snowRock_a_nm.png
+share/supertuxkart/data/textures/stktex_stalactic_a.png
 share/supertuxkart/data/textures/stktex_stonePurple_a.png
 share/supertuxkart/data/textures/stktex_stopPattern_a.png
 share/supertuxkart/data/textures/stktex_stopSign_a.png
@@ -2355,8 +2635,10 @@ share/supertuxkart/data/textures/stktex_
 share/supertuxkart/data/textures/stktex_trijetTCPlivery_a.png
 share/supertuxkart/data/textures/stktex_usSignAtlas_a.png
 share/supertuxkart/data/textures/stktex_valVerdeLocationAtlas_a.png
+share/supertuxkart/data/textures/stktex_warning_a.png
 share/supertuxkart/data/textures/stktex_waterLily_a.png
 share/supertuxkart/data/textures/stktex_waterfall_a.png
+share/supertuxkart/data/textures/stktex_whiteTires_a.png
 share/supertuxkart/data/textures/stktex_windowsSet_a.png
 share/supertuxkart/data/textures/stktex_windowsSet_a_gloss.png
 share/supertuxkart/data/textures/stktex_windowsSet_a_nm.png
@@ -2400,6 +2682,34 @@ share/supertuxkart/data/textures/wooden2
 share/supertuxkart/data/textures/yellow_dirt.jpg
 share/supertuxkart/data/textures/zipper-particle.png
 share/supertuxkart/data/tracks/
+share/supertuxkart/data/tracks/abyss/
+share/supertuxkart/data/tracks/abyss/20_ancestral_abyss_track.b3d
+share/supertuxkart/data/tracks/abyss/abyss_track.b3d
+share/supertuxkart/data/tracks/abyss/big_windows_temple.b3d
+share/supertuxkart/data/tracks/abyss/easter_eggs.xml
+share/supertuxkart/data/tracks/abyss/entrace_windows_temple.b3d
+share/supertuxkart/data/tracks/abyss/graph.xml
+share/supertuxkart/data/tracks/abyss/jungleWater.png
+share/supertuxkart/data/tracks/abyss/limit-mainbuilding.b3d
+share/supertuxkart/data/tracks/abyss/materials.xml
+share/supertuxkart/data/tracks/abyss/quads.xml
+share/supertuxkart/data/tracks/abyss/restaurant-distortion.b3d
+share/supertuxkart/data/tracks/abyss/scene.xml
+share/supertuxkart/data/tracks/abyss/screenshot.jpg
+share/supertuxkart/data/tracks/abyss/sea-surface.b3d
+share/supertuxkart/data/tracks/abyss/sky-ibl.jpg
+share/supertuxkart/data/tracks/abyss/sky1-ibl.jpg
+share/supertuxkart/data/tracks/abyss/sky1.jpg
+share/supertuxkart/data/tracks/abyss/sky2.jpg
+share/supertuxkart/data/tracks/abyss/sky3.jpg
+share/supertuxkart/data/tracks/abyss/starting_sign.b3d
+share/supertuxkart/data/tracks/abyss/submarine_sphere_a.b3d
+share/supertuxkart/data/tracks/abyss/track.xml
+share/supertuxkart/data/tracks/abyss/underwater_lights.png
+share/supertuxkart/data/tracks/abyss/water-pond-distortion.b3d
+share/supertuxkart/data/tracks/abyss/water_dark-transp-subsea.png
+share/supertuxkart/data/tracks/abyss/water_flow_minor_a.b3d
+share/supertuxkart/data/tracks/abyss/windows_restaurant.b3d
 share/supertuxkart/data/tracks/battleisland/
 share/supertuxkart/data/tracks/battleisland/License.txt
 share/supertuxkart/data/tracks/battleisland/Water.b3d
@@ -2419,6 +2729,7 @@ share/supertuxkart/data/tracks/cave/cave
 share/supertuxkart/data/tracks/cave/edges.png
 share/supertuxkart/data/tracks/cave/ground.jpg
 share/supertuxkart/data/tracks/cave/materials.xml
+share/supertuxkart/data/tracks/cave/navmesh.xml
 share/supertuxkart/data/tracks/cave/scene.xml
 share/supertuxkart/data/tracks/cave/sky.jpg
 share/supertuxkart/data/tracks/cave/sshot-cave.png
@@ -2905,6 +3216,24 @@ share/supertuxkart/data/tracks/hacienda/
 share/supertuxkart/data/tracks/hacienda/yellow_dirt.jpg
 share/supertuxkart/data/tracks/hacienda/zipper-effect.png
 share/supertuxkart/data/tracks/hacienda/zipper.png
+share/supertuxkart/data/tracks/icy_soccer_field/
+share/supertuxkart/data/tracks/icy_soccer_field/easter_eggs.xml
+share/supertuxkart/data/tracks/icy_soccer_field/goal.png
+share/supertuxkart/data/tracks/icy_soccer_field/icy_soccer_field_track.b3d
+share/supertuxkart/data/tracks/icy_soccer_field/materials.xml
+share/supertuxkart/data/tracks/icy_soccer_field/navmesh.xml
+share/supertuxkart/data/tracks/icy_soccer_field/scene.xml
+share/supertuxkart/data/tracks/icy_soccer_field/screenshot.png
+share/supertuxkart/data/tracks/icy_soccer_field/sky-ibl.jpg
+share/supertuxkart/data/tracks/icy_soccer_field/sky_east.jpg
+share/supertuxkart/data/tracks/icy_soccer_field/sky_north.jpg
+share/supertuxkart/data/tracks/icy_soccer_field/sky_south.jpg
+share/supertuxkart/data/tracks/icy_soccer_field/sky_top.jpg
+share/supertuxkart/data/tracks/icy_soccer_field/sky_west.jpg
+share/supertuxkart/data/tracks/icy_soccer_field/soccer_ball.b3d
+share/supertuxkart/data/tracks/icy_soccer_field/soccer_ball.png
+share/supertuxkart/data/tracks/icy_soccer_field/track.xml
+share/supertuxkart/data/tracks/icy_soccer_field/transparence.png
 share/supertuxkart/data/tracks/introcutscene/
 share/supertuxkart/data/tracks/introcutscene/Catail.png
 share/supertuxkart/data/tracks/introcutscene/Gnu_intro.b3d
@@ -3300,6 +3629,8 @@ share/supertuxkart/data/tracks/mines/wat
 share/supertuxkart/data/tracks/mines/water_test_2.b3d
 share/supertuxkart/data/tracks/mines/water_test_big.b3d
 share/supertuxkart/data/tracks/mines/water_visual.b3d
+share/supertuxkart/data/tracks/mines/waterfall.b3d
+share/supertuxkart/data/tracks/mines/waterfalls.b3d
 share/supertuxkart/data/tracks/mines/wood_beam.png
 share/supertuxkart/data/tracks/mines/wood_beam2.png
 share/supertuxkart/data/tracks/mines/wood_beam3.png
@@ -3758,24 +4089,22 @@ share/supertuxkart/data/tracks/soccer_fi
 share/supertuxkart/data/tracks/soccer_field/goal.png
 share/supertuxkart/data/tracks/soccer_field/license.txt
 share/supertuxkart/data/tracks/soccer_field/materials.xml
+share/supertuxkart/data/tracks/soccer_field/navmesh.xml
 share/supertuxkart/data/tracks/soccer_field/racetrack_grass.jpg
 share/supertuxkart/data/tracks/soccer_field/racetrack_red.png
 share/supertuxkart/data/tracks/soccer_field/racetrack_sky.jpg
 share/supertuxkart/data/tracks/soccer_field/racetrack_stadium.jpg
 share/supertuxkart/data/tracks/soccer_field/scene.xml
 share/supertuxkart/data/tracks/soccer_field/soccer_ball.b3d
-share/supertuxkart/data/tracks/soccer_field/soccer_ball.jpg
+share/supertuxkart/data/tracks/soccer_field/soccer_ball.png
 share/supertuxkart/data/tracks/soccer_field/soccer_field_screenshot.png
 share/supertuxkart/data/tracks/soccer_field/soccer_field_track.b3d
 share/supertuxkart/data/tracks/soccer_field/track.xml
+share/supertuxkart/data/tracks/soccer_field/transparence.png
 share/supertuxkart/data/tracks/stadium/
 share/supertuxkart/data/tracks/stadium/License.txt
 share/supertuxkart/data/tracks/stadium/city_metal.png
-share/supertuxkart/data/tracks/stadium/materials.xml
 share/supertuxkart/data/tracks/stadium/navmesh.xml
-share/supertuxkart/data/tracks/stadium/quads.xml
-share/supertuxkart/data/tracks/stadium/racetrack_board.png
-share/supertuxkart/data/tracks/stadium/racetrack_crowd.png
 share/supertuxkart/data/tracks/stadium/racetrack_curbs.jpg
 share/supertuxkart/data/tracks/stadium/racetrack_red.png
 share/supertuxkart/data/tracks/stadium/racetrack_roof.jpg
@@ -3874,118 +4203,12 @@ share/supertuxkart/data/tracks/stk_enter
 share/supertuxkart/data/tracks/stk_enterprise/window_dor.b3d
 share/supertuxkart/data/tracks/stk_enterprise/xeon.music
 share/supertuxkart/data/tracks/stk_enterprise/xeon6.ogg
-share/supertuxkart/data/tracks/subsea/
-share/supertuxkart/data/tracks/subsea/Cube.012.b3d
-share/supertuxkart/data/tracks/subsea/Cube.013.b3d
-share/supertuxkart/data/tracks/subsea/DragonsBed-subsea.png
-share/supertuxkart/data/tracks/subsea/Flower-subsea.png
-share/supertuxkart/data/tracks/subsea/Grate-subsea.png
-share/supertuxkart/data/tracks/subsea/License.txt
-share/supertuxkart/data/tracks/subsea/LilySmall-subsea.png
-share/supertuxkart/data/tracks/subsea/Mouette.002.b3d
-share/supertuxkart/data/tracks/subsea/Paving_stones_2-subsea.jpg
-share/supertuxkart/data/tracks/subsea/Paving_stones_3-subsea.jpg
-share/supertuxkart/data/tracks/subsea/Phoque_Plane-subsea.jpg
-share/supertuxkart/data/tracks/subsea/Pirate_Flag_of_Rack_Rackham-subsea.png
-share/supertuxkart/data/tracks/subsea/Poisson_Plane_1-subsea.jpg
-share/supertuxkart/data/tracks/subsea/Requin-marteau-subsea.jpg
-share/supertuxkart/data/tracks/subsea/Rubis-subsea.png
-share/supertuxkart/data/tracks/subsea/Rubis.b3d
-share/supertuxkart/data/tracks/subsea/Segment1.b3d
-share/supertuxkart/data/tracks/subsea/Segment10.b3d
-share/supertuxkart/data/tracks/subsea/Segment11.b3d
-share/supertuxkart/data/tracks/subsea/Segment2.b3d
-share/supertuxkart/data/tracks/subsea/Segment3.b3d
-share/supertuxkart/data/tracks/subsea/Segment4.b3d
-share/supertuxkart/data/tracks/subsea/Segment5.b3d
-share/supertuxkart/data/tracks/subsea/Segment6.b3d
-share/supertuxkart/data/tracks/subsea/Segment7.b3d
-share/supertuxkart/data/tracks/subsea/Segment8.b3d
-share/supertuxkart/data/tracks/subsea/Segment9.b3d
-share/supertuxkart/data/tracks/subsea/Tortue-dessous-subsea.jpg
-share/supertuxkart/data/tracks/subsea/Tortue-dessus-subsea.jpg
-share/supertuxkart/data/tracks/subsea/Tortue-tete-subsea.jpg
-share/supertuxkart/data/tracks/subsea/Transparent-Broken-1-subsea.png
-share/supertuxkart/data/tracks/subsea/Transparent-Broken-2-subsea.png
-share/supertuxkart/data/tracks/subsea/Transparent-Particles-subsea.png
-share/supertuxkart/data/tracks/subsea/Transparent-door-subsea.png
-share/supertuxkart/data/tracks/subsea/Transparent-subsea.png
-share/supertuxkart/data/tracks/subsea/TunnelSolidPart.b3d
-share/supertuxkart/data/tracks/subsea/TunnelStructure.png
-share/supertuxkart/data/tracks/subsea/Varan-gueule-subsea.jpg
-share/supertuxkart/data/tracks/subsea/Varan-peau-1-subsea.jpg
-share/supertuxkart/data/tracks/subsea/Window-boat-subsea.jpg
-share/supertuxkart/data/tracks/subsea/brick-moss-subsea.jpg
-share/supertuxkart/data/tracks/subsea/brick-subsea.jpg
-share/supertuxkart/data/tracks/subsea/bronze-subsea.jpg
-share/supertuxkart/data/tracks/subsea/carapace-subsea.jpg
-share/supertuxkart/data/tracks/subsea/chain-subsea.png
-share/supertuxkart/data/tracks/subsea/chest_mound_hi.b3d
-share/supertuxkart/data/tracks/subsea/chest_mound_lo.b3d
-share/supertuxkart/data/tracks/subsea/chrome-subsea.jpg
-share/supertuxkart/data/tracks/subsea/coquillage-subsea.jpg
-share/supertuxkart/data/tracks/subsea/diffus-subsea.png
-share/supertuxkart/data/tracks/subsea/dirt_0-subsea.jpg
-share/supertuxkart/data/tracks/subsea/easter_eggs.xml
-share/supertuxkart/data/tracks/subsea/egg.b3d
-share/supertuxkart/data/tracks/subsea/eggs-subsea.png
-share/supertuxkart/data/tracks/subsea/fish-filet-subsea.png
-share/supertuxkart/data/tracks/subsea/flaque-subsea.png
-share/supertuxkart/data/tracks/subsea/fuite.xml
-share/supertuxkart/data/tracks/subsea/fuite0.xml
-share/supertuxkart/data/tracks/subsea/fuite1.xml
-share/supertuxkart/data/tracks/subsea/graph.xml
-share/supertuxkart/data/tracks/subsea/jungleWater.png
-share/supertuxkart/data/tracks/subsea/light3-subsea.png
-share/supertuxkart/data/tracks/subsea/materials.xml
-share/supertuxkart/data/tracks/subsea/meat1.jpg
-share/supertuxkart/data/tracks/subsea/meat2.jpg
-share/supertuxkart/data/tracks/subsea/metall003-new-subsea.jpg
-share/supertuxkart/data/tracks/subsea/organic-subsea.jpg
-share/supertuxkart/data/tracks/subsea/organic_out-subsea.png
-share/supertuxkart/data/tracks/subsea/pigeon-1-subsea.jpg
-share/supertuxkart/data/tracks/subsea/pigeon-2-subsea.jpg
-share/supertuxkart/data/tracks/subsea/pigeon-3-subsea.jpg
-share/supertuxkart/data/tracks/subsea/pillar2_high.b3d
-share/supertuxkart/data/tracks/subsea/pillar2_lo.b3d
-share/supertuxkart/data/tracks/subsea/pillar_high.b3d
-share/supertuxkart/data/tracks/subsea/pillar_lo.b3d
-share/supertuxkart/data/tracks/subsea/quads.xml
-share/supertuxkart/data/tracks/subsea/sand-subsea.jpg
-share/supertuxkart/data/tracks/subsea/sand2water-subsea.jpg
-share/supertuxkart/data/tracks/subsea/scene.xml
-share/supertuxkart/data/tracks/subsea/sea.b3d
-share/supertuxkart/data/tracks/subsea/sky-subsea.jpg
-share/supertuxkart/data/tracks/subsea/sky1-ibl.jpg
-share/supertuxkart/data/tracks/subsea/sky2.jpg
-share/supertuxkart/data/tracks/subsea/snowyrock-subsea.jpg
-share/supertuxkart/data/tracks/subsea/snowyrock2brick-subsea.jpg
-share/supertuxkart/data/tracks/subsea/snowyrock2sand-subsea.jpg
-share/supertuxkart/data/tracks/subsea/sub-subsea.jpg
-share/supertuxkart/data/tracks/subsea/submarine_hi.b3d
-share/supertuxkart/data/tracks/subsea/submarine_lo.b3d
-share/supertuxkart/data/tracks/subsea/subsea-sshot.jpg
-share/supertuxkart/data/tracks/subsea/subsea_track.b3d
-share/supertuxkart/data/tracks/subsea/tex-subsea.jpg
-share/supertuxkart/data/tracks/subsea/track.xml
-share/supertuxkart/data/tracks/subsea/treasure_map2-subsea.png
-share/supertuxkart/data/tracks/subsea/treasuremap-subsea.png
-share/supertuxkart/data/tracks/subsea/trumpet_diffuse-subsea.jpg
-share/supertuxkart/data/tracks/subsea/water_dark-subsea.jpg
-share/supertuxkart/data/tracks/subsea/water_dark-transp-subsea.png
-share/supertuxkart/data/tracks/subsea/water_distortion.b3d
-share/supertuxkart/data/tracks/subsea/waterparticles-subsea.png
-share/supertuxkart/data/tracks/subsea/waterparticles0-subsea.png
-share/supertuxkart/data/tracks/subsea/waterparticles0-subsea.xml
-share/supertuxkart/data/tracks/subsea/woodBridge-subsea.jpg
-share/supertuxkart/data/tracks/subsea/wood_planks2-subsea.jpg
-share/supertuxkart/data/tracks/subsea/wood_planks7-subsea.jpg
-share/supertuxkart/data/tracks/subsea/zipper-inverted-subsea.png
 share/supertuxkart/data/tracks/temple/
 share/supertuxkart/data/tracks/temple/easter_eggs.xml
 share/supertuxkart/data/tracks/temple/gfx_lavaGlow_a.png
 share/supertuxkart/data/tracks/temple/gfx_lightningGlow_a.png
 share/supertuxkart/data/tracks/temple/gfx_lightning_a.png
+share/supertuxkart/data/tracks/temple/jungleVines_a.png
 share/supertuxkart/data/tracks/temple/lava.b3d
 share/supertuxkart/data/tracks/temple/lianavines.b3d
 share/supertuxkart/data/tracks/temple/license.txt
@@ -3995,8 +4218,10 @@ share/supertuxkart/data/tracks/temple/li
 share/supertuxkart/data/tracks/temple/lightning3.b3d
 share/supertuxkart/data/tracks/temple/lightning4.b3d
 share/supertuxkart/data/tracks/temple/materials.xml
+share/supertuxkart/data/tracks/temple/navmesh.xml
 share/supertuxkart/data/tracks/temple/scene.xml
 share/supertuxkart/data/tracks/temple/screenshot.png
+share/supertuxkart/data/tracks/temple/scripting.as
 share/supertuxkart/data/tracks/temple/skybox5.jpg
 share/supertuxkart/data/tracks/temple/skybox6.png
 share/supertuxkart/data/tracks/temple/skybox_bottom.png
@@ -4006,6 +4231,9 @@ share/supertuxkart/data/tracks/temple/sp
 share/supertuxkart/data/tracks/temple/sprayx_.xml
 share/supertuxkart/data/tracks/temple/sprayz.xml
 share/supertuxkart/data/tracks/temple/sprayz_.xml
+share/supertuxkart/data/tracks/temple/stklib_liana_a_main.b3d
+share/supertuxkart/data/tracks/temple/stktemple__waterfall_a.png
+share/supertuxkart/data/tracks/temple/stktemple_waterWhite.png
 share/supertuxkart/data/tracks/temple/stktex_generic_waterWhite.png
 share/supertuxkart/data/tracks/temple/stktex_jungleVines_a.png
 share/supertuxkart/data/tracks/temple/stktex_jungleVines_a_nm.png
@@ -4101,6 +4329,76 @@ share/supertuxkart/data/tracks/tutorial/
 share/supertuxkart/data/tracks/tutorial/wood_l.png
 share/supertuxkart/data/tracks/tutorial/zipper-effect.png
 share/supertuxkart/data/tracks/tutorial/zipper.png
+share/supertuxkart/data/tracks/volcano_island/
+share/supertuxkart/data/tracks/volcano_island/JoshWoodward-AttS-03-AfterTheFlames-NoVox.ogg
+share/supertuxkart/data/tracks/volcano_island/License.txt
+share/supertuxkart/data/tracks/volcano_island/after_the_flames.music
+share/supertuxkart/data/tracks/volcano_island/chess.png
+share/supertuxkart/data/tracks/volcano_island/chess2.png
+share/supertuxkart/data/tracks/volcano_island/coconut.b3d
+share/supertuxkart/data/tracks/volcano_island/coconut.jpg
+share/supertuxkart/data/tracks/volcano_island/cross.jpg
+share/supertuxkart/data/tracks/volcano_island/cross2.jpg
+share/supertuxkart/data/tracks/volcano_island/danger.jpg
+share/supertuxkart/data/tracks/volcano_island/danger1.jpg
+share/supertuxkart/data/tracks/volcano_island/easter_eggs.xml
+share/supertuxkart/data/tracks/volcano_island/graph.xml
+share/supertuxkart/data/tracks/volcano_island/grass.jpg
+share/supertuxkart/data/tracks/volcano_island/hut1.jpg
+share/supertuxkart/data/tracks/volcano_island/hut2.jpg
+share/supertuxkart/data/tracks/volcano_island/hut3.jpg
+share/supertuxkart/data/tracks/volcano_island/light.jpg
+share/supertuxkart/data/tracks/volcano_island/magma.jpg
+share/supertuxkart/data/tracks/volcano_island/materials.xml
+share/supertuxkart/data/tracks/volcano_island/palmtree3.jpg
+share/supertuxkart/data/tracks/volcano_island/preview.png
+share/supertuxkart/data/tracks/volcano_island/quads.xml
+share/supertuxkart/data/tracks/volcano_island/resetter.png
+share/supertuxkart/data/tracks/volcano_island/road.jpg
+share/supertuxkart/data/tracks/volcano_island/road1.jpg
+share/supertuxkart/data/tracks/volcano_island/road2.jpg
+share/supertuxkart/data/tracks/volcano_island/road3.jpg
+share/supertuxkart/data/tracks/volcano_island/road4.jpg
+share/supertuxkart/data/tracks/volcano_island/road_change.jpg
+share/supertuxkart/data/tracks/volcano_island/road_change2.jpg
+share/supertuxkart/data/tracks/volcano_island/road_change3.jpg
+share/supertuxkart/data/tracks/volcano_island/road_close1.b3d
+share/supertuxkart/data/tracks/volcano_island/road_close2.b3d
+share/supertuxkart/data/tracks/volcano_island/rock02.jpg
+share/supertuxkart/data/tracks/volcano_island/rock1.jpg
+share/supertuxkart/data/tracks/volcano_island/s1.jpg
+share/supertuxkart/data/tracks/volcano_island/s2.jpg
+share/supertuxkart/data/tracks/volcano_island/s3.png
+share/supertuxkart/data/tracks/volcano_island/sand.jpg
+share/supertuxkart/data/tracks/volcano_island/scene.xml
+share/supertuxkart/data/tracks/volcano_island/screenshot.png
+share/supertuxkart/data/tracks/volcano_island/sea.png
+share/supertuxkart/data/tracks/volcano_island/seabed.jpg
+share/supertuxkart/data/tracks/volcano_island/sky_bottom.jpg
+share/supertuxkart/data/tracks/volcano_island/sky_est.jpg
+share/supertuxkart/data/tracks/volcano_island/sky_nord.jpg
+share/supertuxkart/data/tracks/volcano_island/sky_ovest.jpg
+share/supertuxkart/data/tracks/volcano_island/sky_sud.jpg
+share/supertuxkart/data/tracks/volcano_island/sky_top.jpg
+share/supertuxkart/data/tracks/volcano_island/stk.jpg
+share/supertuxkart/data/tracks/volcano_island/stklib_animGrass_a_main.b3d
+share/supertuxkart/data/tracks/volcano_island/stklib_bambooTorch_a_main.b3d
+share/supertuxkart/data/tracks/volcano_island/table_part1.b3d
+share/supertuxkart/data/tracks/volcano_island/table_part2.b3d
+share/supertuxkart/data/tracks/volcano_island/table_part3.b3d
+share/supertuxkart/data/tracks/volcano_island/table_part4.b3d
+share/supertuxkart/data/tracks/volcano_island/table_part5.b3d
+share/supertuxkart/data/tracks/volcano_island/tagghi.jpg
+share/supertuxkart/data/tracks/volcano_island/tourist.jpg
+share/supertuxkart/data/tracks/volcano_island/track.xml
+share/supertuxkart/data/tracks/volcano_island/volcano_island_track.b3d
+share/supertuxkart/data/tracks/volcano_island/wall0.jpg
+share/supertuxkart/data/tracks/volcano_island/wall1.jpg
+share/supertuxkart/data/tracks/volcano_island/wall2.jpg
+share/supertuxkart/data/tracks/volcano_island/welcome.jpg
+share/supertuxkart/data/tracks/volcano_island/welcome_back.jpg
+share/supertuxkart/data/tracks/volcano_island/wood.jpg
+share/supertuxkart/data/tracks/volcano_island/wood1.jpg
 share/supertuxkart/data/tracks/xr591/
 share/supertuxkart/data/tracks/xr591/License.txt
 share/supertuxkart/data/tracks/xr591/SKY0002.png
@@ -4184,7 +4482,9 @@ share/supertuxkart/data/tracks/xr591/san
 share/supertuxkart/data/tracks/xr591/sandred2.jpg
 share/supertuxkart/data/tracks/xr591/saturn.jpg
 share/supertuxkart/data/tracks/xr591/scene.xml
+share/supertuxkart/data/tracks/xr591/scripting.as
 share/supertuxkart/data/tracks/xr591/sign_correct_direction.b3d
+share/supertuxkart/data/tracks/xr591/sign_correct_direction2.b3d
 share/supertuxkart/data/tracks/xr591/sky_beam_0.b3d
 share/supertuxkart/data/tracks/xr591/sky_beam_1.b3d
 share/supertuxkart/data/tracks/xr591/sky_beam_2.b3d
@@ -4310,3 +4610,14 @@ share/supertuxkart/data/tracks/zengarden
 share/supertuxkart/data/tracks/zengarden/zenSky.png
 share/supertuxkart/data/tracks/zengarden/zenSkyTop.png
 share/supertuxkart/data/tracks/zengarden/zengarden_track.b3d
+share/supertuxkart/data/ttf/
+share/supertuxkart/data/ttf/FreeSans.ttf
+share/supertuxkart/data/ttf/FreeSansBold.ttf
+share/supertuxkart/data/ttf/LICENSE
+share/supertuxkart/data/ttf/NotoNaskhArabicUI-Bold.ttf
+share/supertuxkart/data/ttf/SIL Open Font License.txt
+share/supertuxkart/data/ttf/SigmarOne.otf
+share/supertuxkart/data/ttf/Ubuntu-B.ttf
+share/supertuxkart/data/ttf/Ubuntu-R.ttf
+share/supertuxkart/data/ttf/ubuntu-font-licence-1.0.txt
+share/supertuxkart/data/ttf/wqy-microhei.ttf

Reply via email to