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.
Binary file not shown.
@@ -0,0 +1,9 @@
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: Candela city 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 2015 Jean-Manuel Clémençon
License: CC-BY-SA 4.0
Binary file not shown.
Binary file not shown.
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
Binary file not shown.

After

Width:  |  Height:  |  Size: 89 KiB

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

After

Width:  |  Height:  |  Size: 45 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 546 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 569 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.
+19
View File
@@ -0,0 +1,19 @@
<?xml version="1.0"?>
<!-- Generated with script from SVN rev 17016 -->
<track name = "Candela City"
version = "7"
groups = "standard"
designer = "Jean-Manuel Cl&#233;men&#231;on &amp; Benau"
music = "theGreatFair.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 = "N"
shadows = "Y"
>
</track>
Binary file not shown.