SuperTuxKart 1.5 upstream source (from official release tarball)

This commit is contained in:
Benjamin
2026-06-11 20:04:02 +02:00
commit 2957e51aaa
8551 changed files with 1801800 additions and 0 deletions
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
+9
View File
@@ -0,0 +1,9 @@
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: Las Dunas Arena for SuperTuxKart
Upstream-Contact: Jean-Manual "samuncle" Clémençon <sam.un@protonmail.com>
Source: https://supertuxkart.net
License: CC-BY-SA 4.0
Files: *
Copyright: Copyright 2016 Jean-Manuel Clémençon
License: CC-BY-SA 4.0
+8
View File
@@ -0,0 +1,8 @@
<?xml version="1.0"?>
<!-- Generated with script from SVN rev Unknown -->
<materials>
<material name="stklama_road_a.png" has-gravity="Y"/>
<material name="transparence.png" shader="alphatest">
<zipper duration="1.0" max-speed-increase="5.0" fade-out-time="1.0" speed-gain="2.0" min-speed="-1.0"/>
</material>
</materials>
File diff suppressed because it is too large Load Diff
Binary file not shown.
File diff suppressed because it is too large Load Diff
Binary file not shown.

After

Width:  |  Height:  |  Size: 109 KiB

+5
View File
@@ -0,0 +1,5 @@
bool isCTF(Track::TrackObject@ obj)
{
// enum RaceManager::MINOR_MODE_CAPTURE_THE_FLAG is 2002
return Track::getMinorRaceMode() == 2002;
}
Binary file not shown.
Binary file not shown.

After

Width:  |  Height:  |  Size: 114 KiB

+19
View File
@@ -0,0 +1,19 @@
<?xml version="1.0"?>
<!-- Generated with script from SVN rev 17016 -->
<track name = "Las Dunas Arena"
version = "7"
groups = "standard"
designer = "Jean-Manuel Cl&#233;men&#231;on"
music = "las_dunas.music"
arena = "Y"
max-arena-players = "10"
ctf = "Y"
screenshot = "screenshot.jpg"
smooth-normals = "false"
default-number-of-laps = "3"
reverse = "N"
clouds = "N"
is-during-day = "Y"
shadows = "Y"
>
</track>