mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Merge public master
This commit is contained in:
commit
cb7f437e60
683 changed files with 1100 additions and 1065 deletions
|
|
@ -3,8 +3,8 @@ Alpine 3 GCC Dedicated:
|
||||||
|
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- "build.alpine3ded/bin/"
|
- "build.cmake/bin/"
|
||||||
- "build.alpine3ded/src/config.h"
|
- "build.cmake/src/config.h"
|
||||||
expose_as: "Apline-3-Dedicated"
|
expose_as: "Apline-3-Dedicated"
|
||||||
name: "$CI_PROJECT_PATH_SLUG-$CI_COMMIT_REF_SLUG-$CI_COMMIT_SHORT_SHA-Apline-3-Dedicated"
|
name: "$CI_PROJECT_PATH_SLUG-$CI_COMMIT_REF_SLUG-$CI_COMMIT_SHORT_SHA-Apline-3-Dedicated"
|
||||||
|
|
||||||
|
|
@ -12,7 +12,7 @@ Alpine 3 GCC Dedicated:
|
||||||
- - |
|
- - |
|
||||||
# apk_toolchain
|
# apk_toolchain
|
||||||
echo -e "\e[0Ksection_start:`date +%s`:apk_toolchain[collapsed=true]\r\e[0KInstalling toolchain packages"
|
echo -e "\e[0Ksection_start:`date +%s`:apk_toolchain[collapsed=true]\r\e[0KInstalling toolchain packages"
|
||||||
- apk add gcc
|
- apk add g++
|
||||||
- |
|
- |
|
||||||
# apk_toolchain
|
# apk_toolchain
|
||||||
echo -e "\e[0Ksection_end:`date +%s`:apk_toolchain\r\e[0K"
|
echo -e "\e[0Ksection_end:`date +%s`:apk_toolchain\r\e[0K"
|
||||||
|
|
@ -20,7 +20,7 @@ Alpine 3 GCC Dedicated:
|
||||||
- - |
|
- - |
|
||||||
# apk_development
|
# apk_development
|
||||||
echo -e "\e[0Ksection_start:`date +%s`:apk_development[collapsed=true]\r\e[0KInstalling development packages"
|
echo -e "\e[0Ksection_start:`date +%s`:apk_development[collapsed=true]\r\e[0KInstalling development packages"
|
||||||
- apk add musl-dev libpng-dev curl-dev
|
- apk add cmake musl-dev sdl2_mixer-dev libpng-dev curl-dev libgme-dev libopenmpt-dev miniupnpc-dev elfutils-dev
|
||||||
- |
|
- |
|
||||||
# apk_development
|
# apk_development
|
||||||
echo -e "\e[0Ksection_end:`date +%s`:apk_development\r\e[0K"
|
echo -e "\e[0Ksection_end:`date +%s`:apk_development\r\e[0K"
|
||||||
|
|
@ -28,7 +28,7 @@ Alpine 3 GCC Dedicated:
|
||||||
- - |
|
- - |
|
||||||
# cmake
|
# cmake
|
||||||
echo -e "\e[0Ksection_start:`date +%s`:cmake[collapsed=false]\r\e[0KBuilding Makefiles"
|
echo -e "\e[0Ksection_start:`date +%s`:cmake[collapsed=false]\r\e[0KBuilding Makefiles"
|
||||||
- cmake -B build.alpine3ded -DSRB2_CONFIG_ENABLE_WEBM_MOVIES=OFF -G "Unix Makefiles"
|
- cmake -B build.cmake -DSRB2_CONFIG_ENABLE_WEBM_MOVIES=OFF -DSRB2_CONFIG_DEDICATED=ON
|
||||||
- |
|
- |
|
||||||
# cmake
|
# cmake
|
||||||
echo -e "\e[0Ksection_end:`date +%s`:cmake\r\e[0K"
|
echo -e "\e[0Ksection_end:`date +%s`:cmake\r\e[0K"
|
||||||
|
|
@ -36,7 +36,7 @@ Alpine 3 GCC Dedicated:
|
||||||
- - |
|
- - |
|
||||||
# make
|
# make
|
||||||
echo -e "\e[0Ksection_start:`date +%s`:make[collapsed=false]\r\e[0KCompiling SRB2"
|
echo -e "\e[0Ksection_start:`date +%s`:make[collapsed=false]\r\e[0KCompiling SRB2"
|
||||||
- make --directory=build.alpine3ded --keep-going || make --directory=build.alpine3ded --keep-going
|
- cmake --build build.cmake --parallel 1 --verbose
|
||||||
- |
|
- |
|
||||||
# make
|
# make
|
||||||
echo -e "\e[0Ksection_end:`date +%s`:make\r\e[0K"
|
echo -e "\e[0Ksection_end:`date +%s`:make\r\e[0K"
|
||||||
|
|
|
||||||
|
|
@ -1,8 +1,8 @@
|
||||||
===============================================================================
|
===============================================================================
|
||||||
Universal Doom Map Format - Ring Racers extensions v1.0 - 20.09.2024
|
Universal Doom Map Format - Ring Racers extensions v1.0 - 20.09.2024
|
||||||
|
|
||||||
Copyright (c) 2024 Sally Cochenour.
|
Copyright (C) 2025 Sally Cochenour.
|
||||||
Copyright (c) 2024 Kart Krew Dev.
|
Copyright (C) 2025 Kart Krew Dev.
|
||||||
|
|
||||||
Permission is granted to copy, distribute and/or modify this document
|
Permission is granted to copy, distribute and/or modify this document
|
||||||
under the terms of the GNU Free Documentation License, Version 1.2
|
under the terms of the GNU Free Documentation License, Version 1.2
|
||||||
|
|
|
||||||
|
|
@ -1,8 +1,8 @@
|
||||||
// DR. ROBOTNIK'S RING RACERS
|
// DR. ROBOTNIK'S RING RACERS
|
||||||
//-----------------------------------------------------------------------------
|
//-----------------------------------------------------------------------------
|
||||||
// Copyright (C) 2016 by James Haley, David Hill, et al. (Team Eternity)
|
// Copyright (C) 2016 by James Haley, David Hill, et al. (Team Eternity)
|
||||||
// Copyright (C) 2024 by Sally "TehRealSalt" Cochenour
|
// Copyright (C) 2025 by Sally "TehRealSalt" Cochenour
|
||||||
// Copyright (C) 2024 by Kart Krew
|
// Copyright (C) 2025 by Kart Krew
|
||||||
//
|
//
|
||||||
// This program is free software distributed under the
|
// This program is free software distributed under the
|
||||||
// terms of the GNU General Public License, version 2.
|
// terms of the GNU General Public License, version 2.
|
||||||
|
|
|
||||||
|
|
@ -1,8 +1,8 @@
|
||||||
// DR. ROBOTNIK'S RING RACERS
|
// DR. ROBOTNIK'S RING RACERS
|
||||||
//-----------------------------------------------------------------------------
|
//-----------------------------------------------------------------------------
|
||||||
// Copyright (C) 2016 by James Haley, David Hill, et al. (Team Eternity)
|
// Copyright (C) 2016 by James Haley, David Hill, et al. (Team Eternity)
|
||||||
// Copyright (C) 2024 by Sally "TehRealSalt" Cochenour
|
// Copyright (C) 2025 by Sally "TehRealSalt" Cochenour
|
||||||
// Copyright (C) 2024 by Kart Krew
|
// Copyright (C) 2025 by Kart Krew
|
||||||
//
|
//
|
||||||
// This program is free software distributed under the
|
// This program is free software distributed under the
|
||||||
// terms of the GNU General Public License, version 2.
|
// terms of the GNU General Public License, version 2.
|
||||||
|
|
|
||||||
|
|
@ -1,8 +1,8 @@
|
||||||
// DR. ROBOTNIK'S RING RACERS
|
// DR. ROBOTNIK'S RING RACERS
|
||||||
//-----------------------------------------------------------------------------
|
//-----------------------------------------------------------------------------
|
||||||
// Copyright (C) 2016 by James Haley, David Hill, et al. (Team Eternity)
|
// Copyright (C) 2016 by James Haley, David Hill, et al. (Team Eternity)
|
||||||
// Copyright (C) 2024 by Sally "TehRealSalt" Cochenour
|
// Copyright (C) 2025 by Sally "TehRealSalt" Cochenour
|
||||||
// Copyright (C) 2024 by Kart Krew
|
// Copyright (C) 2025 by Kart Krew
|
||||||
//
|
//
|
||||||
// This program is free software distributed under the
|
// This program is free software distributed under the
|
||||||
// terms of the GNU General Public License, version 2.
|
// terms of the GNU General Public License, version 2.
|
||||||
|
|
|
||||||
|
|
@ -1,8 +1,8 @@
|
||||||
// DR. ROBOTNIK'S RING RACERS
|
// DR. ROBOTNIK'S RING RACERS
|
||||||
//-----------------------------------------------------------------------------
|
//-----------------------------------------------------------------------------
|
||||||
// Copyright (C) 2016 by James Haley, David Hill, et al. (Team Eternity)
|
// Copyright (C) 2016 by James Haley, David Hill, et al. (Team Eternity)
|
||||||
// Copyright (C) 2024 by Sally "TehRealSalt" Cochenour
|
// Copyright (C) 2025 by Sally "TehRealSalt" Cochenour
|
||||||
// Copyright (C) 2024 by Kart Krew
|
// Copyright (C) 2025 by Kart Krew
|
||||||
//
|
//
|
||||||
// This program is free software distributed under the
|
// This program is free software distributed under the
|
||||||
// terms of the GNU General Public License, version 2.
|
// terms of the GNU General Public License, version 2.
|
||||||
|
|
|
||||||
|
|
@ -1,8 +1,8 @@
|
||||||
// DR. ROBOTNIK'S RING RACERS
|
// DR. ROBOTNIK'S RING RACERS
|
||||||
//-----------------------------------------------------------------------------
|
//-----------------------------------------------------------------------------
|
||||||
// Copyright (C) 2016 by James Haley, David Hill, et al. (Team Eternity)
|
// Copyright (C) 2016 by James Haley, David Hill, et al. (Team Eternity)
|
||||||
// Copyright (C) 2024 by Sally "TehRealSalt" Cochenour
|
// Copyright (C) 2025 by Sally "TehRealSalt" Cochenour
|
||||||
// Copyright (C) 2024 by Kart Krew
|
// Copyright (C) 2025 by Kart Krew
|
||||||
//
|
//
|
||||||
// This program is free software distributed under the
|
// This program is free software distributed under the
|
||||||
// terms of the GNU General Public License, version 2.
|
// terms of the GNU General Public License, version 2.
|
||||||
|
|
|
||||||
|
|
@ -1,8 +1,8 @@
|
||||||
// DR. ROBOTNIK'S RING RACERS
|
// DR. ROBOTNIK'S RING RACERS
|
||||||
//-----------------------------------------------------------------------------
|
//-----------------------------------------------------------------------------
|
||||||
// Copyright (C) 2016 by James Haley, David Hill, et al. (Team Eternity)
|
// Copyright (C) 2016 by James Haley, David Hill, et al. (Team Eternity)
|
||||||
// Copyright (C) 2024 by Sally "TehRealSalt" Cochenour
|
// Copyright (C) 2025 by Sally "TehRealSalt" Cochenour
|
||||||
// Copyright (C) 2024 by Kart Krew
|
// Copyright (C) 2025 by Kart Krew
|
||||||
//
|
//
|
||||||
// This program is free software distributed under the
|
// This program is free software distributed under the
|
||||||
// terms of the GNU General Public License, version 2.
|
// terms of the GNU General Public License, version 2.
|
||||||
|
|
|
||||||
|
|
@ -1,8 +1,8 @@
|
||||||
// DR. ROBOTNIK'S RING RACERS
|
// DR. ROBOTNIK'S RING RACERS
|
||||||
//-----------------------------------------------------------------------------
|
//-----------------------------------------------------------------------------
|
||||||
// Copyright (C) 2016 by James Haley, David Hill, et al. (Team Eternity)
|
// Copyright (C) 2016 by James Haley, David Hill, et al. (Team Eternity)
|
||||||
// Copyright (C) 2024 by Sally "TehRealSalt" Cochenour
|
// Copyright (C) 2025 by Sally "TehRealSalt" Cochenour
|
||||||
// Copyright (C) 2024 by Kart Krew
|
// Copyright (C) 2025 by Kart Krew
|
||||||
//
|
//
|
||||||
// This program is free software distributed under the
|
// This program is free software distributed under the
|
||||||
// terms of the GNU General Public License, version 2.
|
// terms of the GNU General Public License, version 2.
|
||||||
|
|
|
||||||
|
|
@ -1,8 +1,8 @@
|
||||||
// DR. ROBOTNIK'S RING RACERS
|
// DR. ROBOTNIK'S RING RACERS
|
||||||
//-----------------------------------------------------------------------------
|
//-----------------------------------------------------------------------------
|
||||||
// Copyright (C) 2016 by James Haley, David Hill, et al. (Team Eternity)
|
// Copyright (C) 2016 by James Haley, David Hill, et al. (Team Eternity)
|
||||||
// Copyright (C) 2024 by Sally "TehRealSalt" Cochenour
|
// Copyright (C) 2025 by Sally "TehRealSalt" Cochenour
|
||||||
// Copyright (C) 2024 by Kart Krew
|
// Copyright (C) 2025 by Kart Krew
|
||||||
//
|
//
|
||||||
// This program is free software distributed under the
|
// This program is free software distributed under the
|
||||||
// terms of the GNU General Public License, version 2.
|
// terms of the GNU General Public License, version 2.
|
||||||
|
|
|
||||||
|
|
@ -1,8 +1,8 @@
|
||||||
// DR. ROBOTNIK'S RING RACERS
|
// DR. ROBOTNIK'S RING RACERS
|
||||||
//-----------------------------------------------------------------------------
|
//-----------------------------------------------------------------------------
|
||||||
// Copyright (C) 2016 by James Haley, David Hill, et al. (Team Eternity)
|
// Copyright (C) 2016 by James Haley, David Hill, et al. (Team Eternity)
|
||||||
// Copyright (C) 2024 by Sally "TehRealSalt" Cochenour
|
// Copyright (C) 2025 by Sally "TehRealSalt" Cochenour
|
||||||
// Copyright (C) 2024 by Kart Krew
|
// Copyright (C) 2025 by Kart Krew
|
||||||
//
|
//
|
||||||
// This program is free software distributed under the
|
// This program is free software distributed under the
|
||||||
// terms of the GNU General Public License, version 2.
|
// terms of the GNU General Public License, version 2.
|
||||||
|
|
|
||||||
|
|
@ -1,8 +1,8 @@
|
||||||
// DR. ROBOTNIK'S RING RACERS
|
// DR. ROBOTNIK'S RING RACERS
|
||||||
//-----------------------------------------------------------------------------
|
//-----------------------------------------------------------------------------
|
||||||
// Copyright (C) 2016 by James Haley, David Hill, et al. (Team Eternity)
|
// Copyright (C) 2016 by James Haley, David Hill, et al. (Team Eternity)
|
||||||
// Copyright (C) 2024 by Sally "TehRealSalt" Cochenour
|
// Copyright (C) 2025 by Sally "TehRealSalt" Cochenour
|
||||||
// Copyright (C) 2024 by Kart Krew
|
// Copyright (C) 2025 by Kart Krew
|
||||||
//
|
//
|
||||||
// This program is free software distributed under the
|
// This program is free software distributed under the
|
||||||
// terms of the GNU General Public License, version 2.
|
// terms of the GNU General Public License, version 2.
|
||||||
|
|
|
||||||
|
|
@ -1,8 +1,8 @@
|
||||||
// DR. ROBOTNIK'S RING RACERS
|
// DR. ROBOTNIK'S RING RACERS
|
||||||
//-----------------------------------------------------------------------------
|
//-----------------------------------------------------------------------------
|
||||||
// Copyright (C) 2016 by James Haley, David Hill, et al. (Team Eternity)
|
// Copyright (C) 2016 by James Haley, David Hill, et al. (Team Eternity)
|
||||||
// Copyright (C) 2024 by Sally "TehRealSalt" Cochenour
|
// Copyright (C) 2025 by Sally "TehRealSalt" Cochenour
|
||||||
// Copyright (C) 2024 by Kart Krew
|
// Copyright (C) 2025 by Kart Krew
|
||||||
//
|
//
|
||||||
// This program is free software distributed under the
|
// This program is free software distributed under the
|
||||||
// terms of the GNU General Public License, version 2.
|
// terms of the GNU General Public License, version 2.
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
// DR. ROBOTNIK'S RING RACERS
|
// DR. ROBOTNIK'S RING RACERS
|
||||||
//-----------------------------------------------------------------------------
|
//-----------------------------------------------------------------------------
|
||||||
// Copyright (C) 2024 by Vivian "toastergrl" Grannell.
|
// Copyright (C) 2025 by Vivian "toastergrl" Grannell.
|
||||||
// Copyright (C) 2024 by Kart Krew.
|
// Copyright (C) 2025 by Kart Krew.
|
||||||
// Copyright (C) 2020 by Sonic Team Junior.
|
// Copyright (C) 2020 by Sonic Team Junior.
|
||||||
// Copyright (C) 2000 by DooM Legacy Team.
|
// Copyright (C) 2000 by DooM Legacy Team.
|
||||||
// Copyright (C) 1996 by id Software, Inc.
|
// Copyright (C) 1996 by id Software, Inc.
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
// DR. ROBOTNIK'S RING RACERS
|
// DR. ROBOTNIK'S RING RACERS
|
||||||
//-----------------------------------------------------------------------------
|
//-----------------------------------------------------------------------------
|
||||||
// Copyright (C) 2024 by Vivian "toastergrl" Grannell.
|
// Copyright (C) 2025 by Vivian "toastergrl" Grannell.
|
||||||
// Copyright (C) 2024 by Kart Krew.
|
// Copyright (C) 2025 by Kart Krew.
|
||||||
// Copyright (C) 2020 by Sonic Team Junior.
|
// Copyright (C) 2020 by Sonic Team Junior.
|
||||||
// Copyright (C) 2000 by DooM Legacy Team.
|
// Copyright (C) 2000 by DooM Legacy Team.
|
||||||
// Copyright (C) 1996 by id Software, Inc.
|
// Copyright (C) 1996 by id Software, Inc.
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
// DR. ROBOTNIK'S RING RACERS
|
// DR. ROBOTNIK'S RING RACERS
|
||||||
//-----------------------------------------------------------------------------
|
//-----------------------------------------------------------------------------
|
||||||
// Copyright (C) 2024 by Kart Krew.
|
// Copyright (C) 2025 by Kart Krew.
|
||||||
// Copyright (C) 2020 by Sonic Team Junior.
|
// Copyright (C) 2020 by Sonic Team Junior.
|
||||||
//
|
//
|
||||||
// This program is free software distributed under the
|
// This program is free software distributed under the
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
// DR. ROBOTNIK'S RING RACERS
|
// DR. ROBOTNIK'S RING RACERS
|
||||||
//-----------------------------------------------------------------------------
|
//-----------------------------------------------------------------------------
|
||||||
// Copyright (C) 2024 by Kart Krew.
|
// Copyright (C) 2025 by Kart Krew.
|
||||||
// Copyright (C) 2020 by Sonic Team Junior.
|
// Copyright (C) 2020 by Sonic Team Junior.
|
||||||
//
|
//
|
||||||
// This program is free software distributed under the
|
// This program is free software distributed under the
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
// DR. ROBOTNIK'S RING RACERS
|
// DR. ROBOTNIK'S RING RACERS
|
||||||
//-----------------------------------------------------------------------------
|
//-----------------------------------------------------------------------------
|
||||||
// Copyright (C) 2024 by Kart Krew.
|
// Copyright (C) 2025 by Kart Krew.
|
||||||
// Copyright (C) 2020 by Sonic Team Junior.
|
// Copyright (C) 2020 by Sonic Team Junior.
|
||||||
//
|
//
|
||||||
// This program is free software distributed under the
|
// This program is free software distributed under the
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
// DR. ROBOTNIK'S RING RACERS
|
// DR. ROBOTNIK'S RING RACERS
|
||||||
//-----------------------------------------------------------------------------
|
//-----------------------------------------------------------------------------
|
||||||
// Copyright (C) 2024 by Kart Krew.
|
// Copyright (C) 2025 by Kart Krew.
|
||||||
// Copyright (C) 2020 by Sonic Team Junior.
|
// Copyright (C) 2020 by Sonic Team Junior.
|
||||||
//
|
//
|
||||||
// This program is free software distributed under the
|
// This program is free software distributed under the
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
// DR. ROBOTNIK'S RING RACERS
|
// DR. ROBOTNIK'S RING RACERS
|
||||||
//-----------------------------------------------------------------------------
|
//-----------------------------------------------------------------------------
|
||||||
// Copyright (C) 2024 by Kart Krew.
|
// Copyright (C) 2025 by Kart Krew.
|
||||||
// Copyright (C) 2020 by Sonic Team Junior.
|
// Copyright (C) 2020 by Sonic Team Junior.
|
||||||
//
|
//
|
||||||
// This program is free software distributed under the
|
// This program is free software distributed under the
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
// DR. ROBOTNIK'S RING RACERS
|
// DR. ROBOTNIK'S RING RACERS
|
||||||
//-----------------------------------------------------------------------------
|
//-----------------------------------------------------------------------------
|
||||||
// Copyright (C) 2024 by Kart Krew.
|
// Copyright (C) 2025 by Kart Krew.
|
||||||
// Copyright (C) 2020 by Sonic Team Junior.
|
// Copyright (C) 2020 by Sonic Team Junior.
|
||||||
//
|
//
|
||||||
// This program is free software distributed under the
|
// This program is free software distributed under the
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
// DR. ROBOTNIK'S RING RACERS
|
// DR. ROBOTNIK'S RING RACERS
|
||||||
//-----------------------------------------------------------------------------
|
//-----------------------------------------------------------------------------
|
||||||
// Copyright (C) 2024 by Kart Krew.
|
// Copyright (C) 2025 by Kart Krew.
|
||||||
// Copyright (C) 2020 by Sonic Team Junior.
|
// Copyright (C) 2020 by Sonic Team Junior.
|
||||||
//
|
//
|
||||||
// This program is free software distributed under the
|
// This program is free software distributed under the
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
// DR. ROBOTNIK'S RING RACERS
|
// DR. ROBOTNIK'S RING RACERS
|
||||||
//-----------------------------------------------------------------------------
|
//-----------------------------------------------------------------------------
|
||||||
// Copyright (C) 2024 by James Robert Roman
|
// Copyright (C) 2025 by James Robert Roman
|
||||||
// Copyright (C) 2024 by Kart Krew
|
// Copyright (C) 2025 by Kart Krew
|
||||||
//
|
//
|
||||||
// This program is free software distributed under the
|
// This program is free software distributed under the
|
||||||
// terms of the GNU General Public License, version 2.
|
// terms of the GNU General Public License, version 2.
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
// DR. ROBOTNIK'S RING RACERS
|
// DR. ROBOTNIK'S RING RACERS
|
||||||
//-----------------------------------------------------------------------------
|
//-----------------------------------------------------------------------------
|
||||||
// Copyright (C) 2024 by Kart Krew.
|
// Copyright (C) 2025 by Kart Krew.
|
||||||
// Copyright (C) 2020 by Sonic Team Junior.
|
// Copyright (C) 2020 by Sonic Team Junior.
|
||||||
// Copyright (C) 2000 by DooM Legacy Team.
|
// Copyright (C) 2000 by DooM Legacy Team.
|
||||||
//
|
//
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
// DR. ROBOTNIK'S RING RACERS
|
// DR. ROBOTNIK'S RING RACERS
|
||||||
//-----------------------------------------------------------------------------
|
//-----------------------------------------------------------------------------
|
||||||
// Copyright (C) 2024 by Ronald "Eidolon" Kinard
|
// Copyright (C) 2025 by Ronald "Eidolon" Kinard
|
||||||
// Copyright (C) 2024 by Kart Krew
|
// Copyright (C) 2025 by Kart Krew
|
||||||
//
|
//
|
||||||
// This program is free software distributed under the
|
// This program is free software distributed under the
|
||||||
// terms of the GNU General Public License, version 2.
|
// terms of the GNU General Public License, version 2.
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
// DR. ROBOTNIK'S RING RACERS
|
// DR. ROBOTNIK'S RING RACERS
|
||||||
//-----------------------------------------------------------------------------
|
//-----------------------------------------------------------------------------
|
||||||
// Copyright (C) 2024 by Ronald "Eidolon" Kinard
|
// Copyright (C) 2025 by Ronald "Eidolon" Kinard
|
||||||
// Copyright (C) 2024 by Kart Krew
|
// Copyright (C) 2025 by Kart Krew
|
||||||
//
|
//
|
||||||
// This program is free software distributed under the
|
// This program is free software distributed under the
|
||||||
// terms of the GNU General Public License, version 2.
|
// terms of the GNU General Public License, version 2.
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
// DR. ROBOTNIK'S RING RACERS
|
// DR. ROBOTNIK'S RING RACERS
|
||||||
//-----------------------------------------------------------------------------
|
//-----------------------------------------------------------------------------
|
||||||
// Copyright (C) 2024 by Ronald "Eidolon" Kinard
|
// Copyright (C) 2025 by Ronald "Eidolon" Kinard
|
||||||
// Copyright (C) 2024 by Kart Krew
|
// Copyright (C) 2025 by Kart Krew
|
||||||
//
|
//
|
||||||
// This program is free software distributed under the
|
// This program is free software distributed under the
|
||||||
// terms of the GNU General Public License, version 2.
|
// terms of the GNU General Public License, version 2.
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
// DR. ROBOTNIK'S RING RACERS
|
// DR. ROBOTNIK'S RING RACERS
|
||||||
//-----------------------------------------------------------------------------
|
//-----------------------------------------------------------------------------
|
||||||
// Copyright (C) 2024 by Ronald "Eidolon" Kinard
|
// Copyright (C) 2025 by Ronald "Eidolon" Kinard
|
||||||
// Copyright (C) 2024 by Kart Krew
|
// Copyright (C) 2025 by Kart Krew
|
||||||
//
|
//
|
||||||
// This program is free software distributed under the
|
// This program is free software distributed under the
|
||||||
// terms of the GNU General Public License, version 2.
|
// terms of the GNU General Public License, version 2.
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
// DR. ROBOTNIK'S RING RACERS
|
// DR. ROBOTNIK'S RING RACERS
|
||||||
//-----------------------------------------------------------------------------
|
//-----------------------------------------------------------------------------
|
||||||
// Copyright (C) 2024 by Ronald "Eidolon" Kinard
|
// Copyright (C) 2025 by Ronald "Eidolon" Kinard
|
||||||
// Copyright (C) 2024 by Kart Krew
|
// Copyright (C) 2025 by Kart Krew
|
||||||
//
|
//
|
||||||
// This program is free software distributed under the
|
// This program is free software distributed under the
|
||||||
// terms of the GNU General Public License, version 2.
|
// terms of the GNU General Public License, version 2.
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
// DR. ROBOTNIK'S RING RACERS
|
// DR. ROBOTNIK'S RING RACERS
|
||||||
//-----------------------------------------------------------------------------
|
//-----------------------------------------------------------------------------
|
||||||
// Copyright (C) 2024 by Ronald "Eidolon" Kinard
|
// Copyright (C) 2025 by Ronald "Eidolon" Kinard
|
||||||
// Copyright (C) 2024 by Kart Krew
|
// Copyright (C) 2025 by Kart Krew
|
||||||
//
|
//
|
||||||
// This program is free software distributed under the
|
// This program is free software distributed under the
|
||||||
// terms of the GNU General Public License, version 2.
|
// terms of the GNU General Public License, version 2.
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
// DR. ROBOTNIK'S RING RACERS
|
// DR. ROBOTNIK'S RING RACERS
|
||||||
//-----------------------------------------------------------------------------
|
//-----------------------------------------------------------------------------
|
||||||
// Copyright (C) 2024 by Ronald "Eidolon" Kinard
|
// Copyright (C) 2025 by Ronald "Eidolon" Kinard
|
||||||
// Copyright (C) 2024 by Kart Krew
|
// Copyright (C) 2025 by Kart Krew
|
||||||
//
|
//
|
||||||
// This program is free software distributed under the
|
// This program is free software distributed under the
|
||||||
// terms of the GNU General Public License, version 2.
|
// terms of the GNU General Public License, version 2.
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
// DR. ROBOTNIK'S RING RACERS
|
// DR. ROBOTNIK'S RING RACERS
|
||||||
//-----------------------------------------------------------------------------
|
//-----------------------------------------------------------------------------
|
||||||
// Copyright (C) 2024 by Ronald "Eidolon" Kinard
|
// Copyright (C) 2025 by Ronald "Eidolon" Kinard
|
||||||
// Copyright (C) 2024 by Kart Krew
|
// Copyright (C) 2025 by Kart Krew
|
||||||
//
|
//
|
||||||
// This program is free software distributed under the
|
// This program is free software distributed under the
|
||||||
// terms of the GNU General Public License, version 2.
|
// terms of the GNU General Public License, version 2.
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
// DR. ROBOTNIK'S RING RACERS
|
// DR. ROBOTNIK'S RING RACERS
|
||||||
//-----------------------------------------------------------------------------
|
//-----------------------------------------------------------------------------
|
||||||
// Copyright (C) 2024 by Ronald "Eidolon" Kinard
|
// Copyright (C) 2025 by Ronald "Eidolon" Kinard
|
||||||
// Copyright (C) 2024 by Kart Krew
|
// Copyright (C) 2025 by Kart Krew
|
||||||
//
|
//
|
||||||
// This program is free software distributed under the
|
// This program is free software distributed under the
|
||||||
// terms of the GNU General Public License, version 2.
|
// terms of the GNU General Public License, version 2.
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
// DR. ROBOTNIK'S RING RACERS
|
// DR. ROBOTNIK'S RING RACERS
|
||||||
//-----------------------------------------------------------------------------
|
//-----------------------------------------------------------------------------
|
||||||
// Copyright (C) 2024 by Ronald "Eidolon" Kinard
|
// Copyright (C) 2025 by Ronald "Eidolon" Kinard
|
||||||
// Copyright (C) 2024 by Kart Krew
|
// Copyright (C) 2025 by Kart Krew
|
||||||
//
|
//
|
||||||
// This program is free software distributed under the
|
// This program is free software distributed under the
|
||||||
// terms of the GNU General Public License, version 2.
|
// terms of the GNU General Public License, version 2.
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
// DR. ROBOTNIK'S RING RACERS
|
// DR. ROBOTNIK'S RING RACERS
|
||||||
//-----------------------------------------------------------------------------
|
//-----------------------------------------------------------------------------
|
||||||
// Copyright (C) 2024 by Ronald "Eidolon" Kinard
|
// Copyright (C) 2025 by Ronald "Eidolon" Kinard
|
||||||
// Copyright (C) 2024 by Kart Krew
|
// Copyright (C) 2025 by Kart Krew
|
||||||
//
|
//
|
||||||
// This program is free software distributed under the
|
// This program is free software distributed under the
|
||||||
// terms of the GNU General Public License, version 2.
|
// terms of the GNU General Public License, version 2.
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
// DR. ROBOTNIK'S RING RACERS
|
// DR. ROBOTNIK'S RING RACERS
|
||||||
//-----------------------------------------------------------------------------
|
//-----------------------------------------------------------------------------
|
||||||
// Copyright (C) 2024 by Ronald "Eidolon" Kinard
|
// Copyright (C) 2025 by Ronald "Eidolon" Kinard
|
||||||
// Copyright (C) 2024 by Kart Krew
|
// Copyright (C) 2025 by Kart Krew
|
||||||
//
|
//
|
||||||
// This program is free software distributed under the
|
// This program is free software distributed under the
|
||||||
// terms of the GNU General Public License, version 2.
|
// terms of the GNU General Public License, version 2.
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
// DR. ROBOTNIK'S RING RACERS
|
// DR. ROBOTNIK'S RING RACERS
|
||||||
//-----------------------------------------------------------------------------
|
//-----------------------------------------------------------------------------
|
||||||
// Copyright (C) 2024 by Ronald "Eidolon" Kinard
|
// Copyright (C) 2025 by Ronald "Eidolon" Kinard
|
||||||
// Copyright (C) 2024 by Kart Krew
|
// Copyright (C) 2025 by Kart Krew
|
||||||
//
|
//
|
||||||
// This program is free software distributed under the
|
// This program is free software distributed under the
|
||||||
// terms of the GNU General Public License, version 2.
|
// terms of the GNU General Public License, version 2.
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
// DR. ROBOTNIK'S RING RACERS
|
// DR. ROBOTNIK'S RING RACERS
|
||||||
//-----------------------------------------------------------------------------
|
//-----------------------------------------------------------------------------
|
||||||
// Copyright (C) 2024 by Ronald "Eidolon" Kinard
|
// Copyright (C) 2025 by Ronald "Eidolon" Kinard
|
||||||
// Copyright (C) 2024 by Kart Krew
|
// Copyright (C) 2025 by Kart Krew
|
||||||
//
|
//
|
||||||
// This program is free software distributed under the
|
// This program is free software distributed under the
|
||||||
// terms of the GNU General Public License, version 2.
|
// terms of the GNU General Public License, version 2.
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
// DR. ROBOTNIK'S RING RACERS
|
// DR. ROBOTNIK'S RING RACERS
|
||||||
//-----------------------------------------------------------------------------
|
//-----------------------------------------------------------------------------
|
||||||
// Copyright (C) 2024 by Ronald "Eidolon" Kinard
|
// Copyright (C) 2025 by Ronald "Eidolon" Kinard
|
||||||
// Copyright (C) 2024 by Kart Krew
|
// Copyright (C) 2025 by Kart Krew
|
||||||
//
|
//
|
||||||
// This program is free software distributed under the
|
// This program is free software distributed under the
|
||||||
// terms of the GNU General Public License, version 2.
|
// terms of the GNU General Public License, version 2.
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
// DR. ROBOTNIK'S RING RACERS
|
// DR. ROBOTNIK'S RING RACERS
|
||||||
//-----------------------------------------------------------------------------
|
//-----------------------------------------------------------------------------
|
||||||
// Copyright (C) 2024 by Ronald "Eidolon" Kinard
|
// Copyright (C) 2025 by Ronald "Eidolon" Kinard
|
||||||
// Copyright (C) 2024 by Kart Krew
|
// Copyright (C) 2025 by Kart Krew
|
||||||
//
|
//
|
||||||
// This program is free software distributed under the
|
// This program is free software distributed under the
|
||||||
// terms of the GNU General Public License, version 2.
|
// terms of the GNU General Public License, version 2.
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
// DR. ROBOTNIK'S RING RACERS
|
// DR. ROBOTNIK'S RING RACERS
|
||||||
//-----------------------------------------------------------------------------
|
//-----------------------------------------------------------------------------
|
||||||
// Copyright (C) 2024 by Ronald "Eidolon" Kinard
|
// Copyright (C) 2025 by Ronald "Eidolon" Kinard
|
||||||
// Copyright (C) 2024 by Kart Krew
|
// Copyright (C) 2025 by Kart Krew
|
||||||
//
|
//
|
||||||
// This program is free software distributed under the
|
// This program is free software distributed under the
|
||||||
// terms of the GNU General Public License, version 2.
|
// terms of the GNU General Public License, version 2.
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
// DR. ROBOTNIK'S RING RACERS
|
// DR. ROBOTNIK'S RING RACERS
|
||||||
//-----------------------------------------------------------------------------
|
//-----------------------------------------------------------------------------
|
||||||
// Copyright (C) 2024 by Ronald "Eidolon" Kinard
|
// Copyright (C) 2025 by Ronald "Eidolon" Kinard
|
||||||
// Copyright (C) 2024 by Kart Krew
|
// Copyright (C) 2025 by Kart Krew
|
||||||
//
|
//
|
||||||
// This program is free software distributed under the
|
// This program is free software distributed under the
|
||||||
// terms of the GNU General Public License, version 2.
|
// terms of the GNU General Public License, version 2.
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
// DR. ROBOTNIK'S RING RACERS
|
// DR. ROBOTNIK'S RING RACERS
|
||||||
//-----------------------------------------------------------------------------
|
//-----------------------------------------------------------------------------
|
||||||
// Copyright (C) 2024 by Ronald "Eidolon" Kinard
|
// Copyright (C) 2025 by Ronald "Eidolon" Kinard
|
||||||
// Copyright (C) 2024 by Kart Krew
|
// Copyright (C) 2025 by Kart Krew
|
||||||
//
|
//
|
||||||
// This program is free software distributed under the
|
// This program is free software distributed under the
|
||||||
// terms of the GNU General Public License, version 2.
|
// terms of the GNU General Public License, version 2.
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
// DR. ROBOTNIK'S RING RACERS
|
// DR. ROBOTNIK'S RING RACERS
|
||||||
//-----------------------------------------------------------------------------
|
//-----------------------------------------------------------------------------
|
||||||
// Copyright (C) 2024 by Ronald "Eidolon" Kinard
|
// Copyright (C) 2025 by Ronald "Eidolon" Kinard
|
||||||
// Copyright (C) 2024 by Kart Krew
|
// Copyright (C) 2025 by Kart Krew
|
||||||
//
|
//
|
||||||
// This program is free software distributed under the
|
// This program is free software distributed under the
|
||||||
// terms of the GNU General Public License, version 2.
|
// terms of the GNU General Public License, version 2.
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
// DR. ROBOTNIK'S RING RACERS
|
// DR. ROBOTNIK'S RING RACERS
|
||||||
//-----------------------------------------------------------------------------
|
//-----------------------------------------------------------------------------
|
||||||
// Copyright (C) 2024 by Ronald "Eidolon" Kinard
|
// Copyright (C) 2025 by Ronald "Eidolon" Kinard
|
||||||
// Copyright (C) 2024 by Kart Krew
|
// Copyright (C) 2025 by Kart Krew
|
||||||
//
|
//
|
||||||
// This program is free software distributed under the
|
// This program is free software distributed under the
|
||||||
// terms of the GNU General Public License, version 2.
|
// terms of the GNU General Public License, version 2.
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
// DR. ROBOTNIK'S RING RACERS
|
// DR. ROBOTNIK'S RING RACERS
|
||||||
//-----------------------------------------------------------------------------
|
//-----------------------------------------------------------------------------
|
||||||
// Copyright (C) 2024 by Ronald "Eidolon" Kinard
|
// Copyright (C) 2025 by Ronald "Eidolon" Kinard
|
||||||
// Copyright (C) 2024 by Kart Krew
|
// Copyright (C) 2025 by Kart Krew
|
||||||
//
|
//
|
||||||
// This program is free software distributed under the
|
// This program is free software distributed under the
|
||||||
// terms of the GNU General Public License, version 2.
|
// terms of the GNU General Public License, version 2.
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
// DR. ROBOTNIK'S RING RACERS
|
// DR. ROBOTNIK'S RING RACERS
|
||||||
//-----------------------------------------------------------------------------
|
//-----------------------------------------------------------------------------
|
||||||
// Copyright (C) 2024 by Ronald "Eidolon" Kinard
|
// Copyright (C) 2025 by Ronald "Eidolon" Kinard
|
||||||
// Copyright (C) 2024 by Kart Krew
|
// Copyright (C) 2025 by Kart Krew
|
||||||
//
|
//
|
||||||
// This program is free software distributed under the
|
// This program is free software distributed under the
|
||||||
// terms of the GNU General Public License, version 2.
|
// terms of the GNU General Public License, version 2.
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
// DR. ROBOTNIK'S RING RACERS
|
// DR. ROBOTNIK'S RING RACERS
|
||||||
//-----------------------------------------------------------------------------
|
//-----------------------------------------------------------------------------
|
||||||
// Copyright (C) 2024 by Ronald "Eidolon" Kinard
|
// Copyright (C) 2025 by Ronald "Eidolon" Kinard
|
||||||
// Copyright (C) 2024 by Kart Krew
|
// Copyright (C) 2025 by Kart Krew
|
||||||
//
|
//
|
||||||
// This program is free software distributed under the
|
// This program is free software distributed under the
|
||||||
// terms of the GNU General Public License, version 2.
|
// terms of the GNU General Public License, version 2.
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
// DR. ROBOTNIK'S RING RACERS
|
// DR. ROBOTNIK'S RING RACERS
|
||||||
//-----------------------------------------------------------------------------
|
//-----------------------------------------------------------------------------
|
||||||
// Copyright (C) 2024 by Ronald "Eidolon" Kinard
|
// Copyright (C) 2025 by Ronald "Eidolon" Kinard
|
||||||
// Copyright (C) 2024 by Kart Krew
|
// Copyright (C) 2025 by Kart Krew
|
||||||
//
|
//
|
||||||
// This program is free software distributed under the
|
// This program is free software distributed under the
|
||||||
// terms of the GNU General Public License, version 2.
|
// terms of the GNU General Public License, version 2.
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
// DR. ROBOTNIK'S RING RACERS
|
// DR. ROBOTNIK'S RING RACERS
|
||||||
//-----------------------------------------------------------------------------
|
//-----------------------------------------------------------------------------
|
||||||
// Copyright (C) 2024 by Ronald "Eidolon" Kinard
|
// Copyright (C) 2025 by Ronald "Eidolon" Kinard
|
||||||
// Copyright (C) 2024 by Kart Krew
|
// Copyright (C) 2025 by Kart Krew
|
||||||
//
|
//
|
||||||
// This program is free software distributed under the
|
// This program is free software distributed under the
|
||||||
// terms of the GNU General Public License, version 2.
|
// terms of the GNU General Public License, version 2.
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
// DR. ROBOTNIK'S RING RACERS
|
// DR. ROBOTNIK'S RING RACERS
|
||||||
//-----------------------------------------------------------------------------
|
//-----------------------------------------------------------------------------
|
||||||
// Copyright (C) 2024 by Ronald "Eidolon" Kinard
|
// Copyright (C) 2025 by Ronald "Eidolon" Kinard
|
||||||
// Copyright (C) 2024 by Kart Krew
|
// Copyright (C) 2025 by Kart Krew
|
||||||
//
|
//
|
||||||
// This program is free software distributed under the
|
// This program is free software distributed under the
|
||||||
// terms of the GNU General Public License, version 2.
|
// terms of the GNU General Public License, version 2.
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
// DR. ROBOTNIK'S RING RACERS
|
// DR. ROBOTNIK'S RING RACERS
|
||||||
//-----------------------------------------------------------------------------
|
//-----------------------------------------------------------------------------
|
||||||
// Copyright (C) 2024 by Ronald "Eidolon" Kinard
|
// Copyright (C) 2025 by Ronald "Eidolon" Kinard
|
||||||
// Copyright (C) 2024 by Kart Krew
|
// Copyright (C) 2025 by Kart Krew
|
||||||
//
|
//
|
||||||
// This program is free software distributed under the
|
// This program is free software distributed under the
|
||||||
// terms of the GNU General Public License, version 2.
|
// terms of the GNU General Public License, version 2.
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
// DR. ROBOTNIK'S RING RACERS
|
// DR. ROBOTNIK'S RING RACERS
|
||||||
//-----------------------------------------------------------------------------
|
//-----------------------------------------------------------------------------
|
||||||
// Copyright (C) 2024 by Ronald "Eidolon" Kinard
|
// Copyright (C) 2025 by Ronald "Eidolon" Kinard
|
||||||
// Copyright (C) 2024 by Kart Krew
|
// Copyright (C) 2025 by Kart Krew
|
||||||
//
|
//
|
||||||
// This program is free software distributed under the
|
// This program is free software distributed under the
|
||||||
// terms of the GNU General Public License, version 2.
|
// terms of the GNU General Public License, version 2.
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
// DR. ROBOTNIK'S RING RACERS
|
// DR. ROBOTNIK'S RING RACERS
|
||||||
//-----------------------------------------------------------------------------
|
//-----------------------------------------------------------------------------
|
||||||
// Copyright (C) 2024 by Ronald "Eidolon" Kinard
|
// Copyright (C) 2025 by Ronald "Eidolon" Kinard
|
||||||
// Copyright (C) 2024 by Kart Krew
|
// Copyright (C) 2025 by Kart Krew
|
||||||
//
|
//
|
||||||
// This program is free software distributed under the
|
// This program is free software distributed under the
|
||||||
// terms of the GNU General Public License, version 2.
|
// terms of the GNU General Public License, version 2.
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
// DR. ROBOTNIK'S RING RACERS
|
// DR. ROBOTNIK'S RING RACERS
|
||||||
//-----------------------------------------------------------------------------
|
//-----------------------------------------------------------------------------
|
||||||
// Copyright (C) 2024 by Ronald "Eidolon" Kinard
|
// Copyright (C) 2025 by Ronald "Eidolon" Kinard
|
||||||
// Copyright (C) 2024 by Kart Krew
|
// Copyright (C) 2025 by Kart Krew
|
||||||
//
|
//
|
||||||
// This program is free software distributed under the
|
// This program is free software distributed under the
|
||||||
// terms of the GNU General Public License, version 2.
|
// terms of the GNU General Public License, version 2.
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
// DR. ROBOTNIK'S RING RACERS
|
// DR. ROBOTNIK'S RING RACERS
|
||||||
//-----------------------------------------------------------------------------
|
//-----------------------------------------------------------------------------
|
||||||
// Copyright (C) 2024 by Kart Krew.
|
// Copyright (C) 2025 by Kart Krew.
|
||||||
// Copyright (C) 2020 by Sonic Team Junior.
|
// Copyright (C) 2020 by Sonic Team Junior.
|
||||||
// Copyright (C) 2000 by DooM Legacy Team.
|
// Copyright (C) 2000 by DooM Legacy Team.
|
||||||
//
|
//
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
// DR. ROBOTNIK'S RING RACERS
|
// DR. ROBOTNIK'S RING RACERS
|
||||||
//-----------------------------------------------------------------------------
|
//-----------------------------------------------------------------------------
|
||||||
// Copyright (C) 2024 by Kart Krew.
|
// Copyright (C) 2025 by Kart Krew.
|
||||||
// Copyright (C) 2020 by Sonic Team Junior.
|
// Copyright (C) 2020 by Sonic Team Junior.
|
||||||
// Copyright (C) 2000 by DooM Legacy Team.
|
// Copyright (C) 2000 by DooM Legacy Team.
|
||||||
//
|
//
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
// DR. ROBOTNIK'S RING RACERS
|
// DR. ROBOTNIK'S RING RACERS
|
||||||
//-----------------------------------------------------------------------------
|
//-----------------------------------------------------------------------------
|
||||||
// Copyright (C) 2024 by Kart Krew.
|
// Copyright (C) 2025 by Kart Krew.
|
||||||
// Copyright (C) 2020 by Sonic Team Junior.
|
// Copyright (C) 2020 by Sonic Team Junior.
|
||||||
// Copyright (C) 2000 by DooM Legacy Team.
|
// Copyright (C) 2000 by DooM Legacy Team.
|
||||||
//
|
//
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
// DR. ROBOTNIK'S RING RACERS
|
// DR. ROBOTNIK'S RING RACERS
|
||||||
//-----------------------------------------------------------------------------
|
//-----------------------------------------------------------------------------
|
||||||
// Copyright (C) 2024 by Kart Krew.
|
// Copyright (C) 2025 by Kart Krew.
|
||||||
// Copyright (C) 2020 by Sonic Team Junior.
|
// Copyright (C) 2020 by Sonic Team Junior.
|
||||||
//
|
//
|
||||||
// This program is free software distributed under the
|
// This program is free software distributed under the
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
// DR. ROBOTNIK'S RING RACERS
|
// DR. ROBOTNIK'S RING RACERS
|
||||||
//-----------------------------------------------------------------------------
|
//-----------------------------------------------------------------------------
|
||||||
// Copyright (C) 2024 by Kart Krew.
|
// Copyright (C) 2025 by Kart Krew.
|
||||||
// Copyright (C) 2020 by Sonic Team Junior.
|
// Copyright (C) 2020 by Sonic Team Junior.
|
||||||
// Copyright (C) 2000 by DooM Legacy Team.
|
// Copyright (C) 2000 by DooM Legacy Team.
|
||||||
//
|
//
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
// DR. ROBOTNIK'S RING RACERS
|
// DR. ROBOTNIK'S RING RACERS
|
||||||
//-----------------------------------------------------------------------------
|
//-----------------------------------------------------------------------------
|
||||||
// Copyright (C) 2024 by Kart Krew.
|
// Copyright (C) 2025 by Kart Krew.
|
||||||
// Copyright (C) 2020 by Sonic Team Junior.
|
// Copyright (C) 2020 by Sonic Team Junior.
|
||||||
// Copyright (C) 2000 by DooM Legacy Team.
|
// Copyright (C) 2000 by DooM Legacy Team.
|
||||||
//
|
//
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
// DR. ROBOTNIK'S RING RACERS
|
// DR. ROBOTNIK'S RING RACERS
|
||||||
//-----------------------------------------------------------------------------
|
//-----------------------------------------------------------------------------
|
||||||
// Copyright (C) 2024 by Ronald "Eidolon" Kinard
|
// Copyright (C) 2025 by Ronald "Eidolon" Kinard
|
||||||
// Copyright (C) 2024 by Kart Krew
|
// Copyright (C) 2025 by Kart Krew
|
||||||
//
|
//
|
||||||
// This program is free software distributed under the
|
// This program is free software distributed under the
|
||||||
// terms of the GNU General Public License, version 2.
|
// terms of the GNU General Public License, version 2.
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
// DR. ROBOTNIK'S RING RACERS
|
// DR. ROBOTNIK'S RING RACERS
|
||||||
//-----------------------------------------------------------------------------
|
//-----------------------------------------------------------------------------
|
||||||
// Copyright (C) 2024 by Ronald "Eidolon" Kinard
|
// Copyright (C) 2025 by Ronald "Eidolon" Kinard
|
||||||
// Copyright (C) 2024 by Kart Krew
|
// Copyright (C) 2025 by Kart Krew
|
||||||
//
|
//
|
||||||
// This program is free software distributed under the
|
// This program is free software distributed under the
|
||||||
// terms of the GNU General Public License, version 2.
|
// terms of the GNU General Public License, version 2.
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
// DR. ROBOTNIK'S RING RACERS
|
// DR. ROBOTNIK'S RING RACERS
|
||||||
//-----------------------------------------------------------------------------
|
//-----------------------------------------------------------------------------
|
||||||
// Copyright (C) 2024 by Ronald "Eidolon" Kinard
|
// Copyright (C) 2025 by Ronald "Eidolon" Kinard
|
||||||
// Copyright (C) 2024 by Kart Krew
|
// Copyright (C) 2025 by Kart Krew
|
||||||
//
|
//
|
||||||
// This program is free software distributed under the
|
// This program is free software distributed under the
|
||||||
// terms of the GNU General Public License, version 2.
|
// terms of the GNU General Public License, version 2.
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
// DR. ROBOTNIK'S RING RACERS
|
// DR. ROBOTNIK'S RING RACERS
|
||||||
//-----------------------------------------------------------------------------
|
//-----------------------------------------------------------------------------
|
||||||
// Copyright (C) 2024 by Ronald "Eidolon" Kinard
|
// Copyright (C) 2025 by Ronald "Eidolon" Kinard
|
||||||
// Copyright (C) 2024 by Kart Krew
|
// Copyright (C) 2025 by Kart Krew
|
||||||
//
|
//
|
||||||
// This program is free software distributed under the
|
// This program is free software distributed under the
|
||||||
// terms of the GNU General Public License, version 2.
|
// terms of the GNU General Public License, version 2.
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
// DR. ROBOTNIK'S RING RACERS
|
// DR. ROBOTNIK'S RING RACERS
|
||||||
//-----------------------------------------------------------------------------
|
//-----------------------------------------------------------------------------
|
||||||
// Copyright (C) 2024 by Ronald "Eidolon" Kinard
|
// Copyright (C) 2025 by Ronald "Eidolon" Kinard
|
||||||
// Copyright (C) 2024 by Kart Krew
|
// Copyright (C) 2025 by Kart Krew
|
||||||
//
|
//
|
||||||
// This program is free software distributed under the
|
// This program is free software distributed under the
|
||||||
// terms of the GNU General Public License, version 2.
|
// terms of the GNU General Public License, version 2.
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
// DR. ROBOTNIK'S RING RACERS
|
// DR. ROBOTNIK'S RING RACERS
|
||||||
//-----------------------------------------------------------------------------
|
//-----------------------------------------------------------------------------
|
||||||
// Copyright (C) 2024 by James Robert Roman
|
// Copyright (C) 2025 by James Robert Roman
|
||||||
// Copyright (C) 2024 by Kart Krew
|
// Copyright (C) 2025 by Kart Krew
|
||||||
//
|
//
|
||||||
// This program is free software distributed under the
|
// This program is free software distributed under the
|
||||||
// terms of the GNU General Public License, version 2.
|
// terms of the GNU General Public License, version 2.
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
// DR. ROBOTNIK'S RING RACERS
|
// DR. ROBOTNIK'S RING RACERS
|
||||||
//-----------------------------------------------------------------------------
|
//-----------------------------------------------------------------------------
|
||||||
// Copyright (C) 2024 by Ronald "Eidolon" Kinard
|
// Copyright (C) 2025 by Ronald "Eidolon" Kinard
|
||||||
// Copyright (C) 2024 by Kart Krew
|
// Copyright (C) 2025 by Kart Krew
|
||||||
//
|
//
|
||||||
// This program is free software distributed under the
|
// This program is free software distributed under the
|
||||||
// terms of the GNU General Public License, version 2.
|
// terms of the GNU General Public License, version 2.
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
// DR. ROBOTNIK'S RING RACERS
|
// DR. ROBOTNIK'S RING RACERS
|
||||||
//-----------------------------------------------------------------------------
|
//-----------------------------------------------------------------------------
|
||||||
// Copyright (C) 2024 by Kart Krew.
|
// Copyright (C) 2025 by Kart Krew.
|
||||||
// Copyright (C) 2020 by Sonic Team Junior.
|
// Copyright (C) 2020 by Sonic Team Junior.
|
||||||
// Copyright (C) 2000 by DooM Legacy Team.
|
// Copyright (C) 2000 by DooM Legacy Team.
|
||||||
//
|
//
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
// DR. ROBOTNIK'S RING RACERS
|
// DR. ROBOTNIK'S RING RACERS
|
||||||
//-----------------------------------------------------------------------------
|
//-----------------------------------------------------------------------------
|
||||||
// Copyright (C) 2024 by Kart Krew.
|
// Copyright (C) 2025 by Kart Krew.
|
||||||
// Copyright (C) 2020 by Sonic Team Junior.
|
// Copyright (C) 2020 by Sonic Team Junior.
|
||||||
// Copyright (C) 2000 by DooM Legacy Team.
|
// Copyright (C) 2000 by DooM Legacy Team.
|
||||||
//
|
//
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
// DR. ROBOTNIK'S RING RACERS
|
// DR. ROBOTNIK'S RING RACERS
|
||||||
//-----------------------------------------------------------------------------
|
//-----------------------------------------------------------------------------
|
||||||
// Copyright (C) 2024 by Kart Krew.
|
// Copyright (C) 2025 by Kart Krew.
|
||||||
// Copyright (C) 2020 by Sonic Team Junior.
|
// Copyright (C) 2020 by Sonic Team Junior.
|
||||||
// Copyright (C) 2000 by DooM Legacy Team.
|
// Copyright (C) 2000 by DooM Legacy Team.
|
||||||
// Copyright (C) 1996 by id Software, Inc.
|
// Copyright (C) 1996 by id Software, Inc.
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
// DR. ROBOTNIK'S RING RACERS
|
// DR. ROBOTNIK'S RING RACERS
|
||||||
//-----------------------------------------------------------------------------
|
//-----------------------------------------------------------------------------
|
||||||
// Copyright (C) 2024 by Kart Krew.
|
// Copyright (C) 2025 by Kart Krew.
|
||||||
// Copyright (C) 2020 by Sonic Team Junior.
|
// Copyright (C) 2020 by Sonic Team Junior.
|
||||||
// Copyright (C) 2000 by DooM Legacy Team.
|
// Copyright (C) 2000 by DooM Legacy Team.
|
||||||
// Copyright (C) 1996 by id Software, Inc.
|
// Copyright (C) 1996 by id Software, Inc.
|
||||||
|
|
@ -1502,7 +1502,7 @@ void D_SRB2Main(void)
|
||||||
// Print GPL notice for our console users (Linux)
|
// Print GPL notice for our console users (Linux)
|
||||||
CONS_Printf(
|
CONS_Printf(
|
||||||
"\n\nDr. Robotnik's Ring Racers\n"
|
"\n\nDr. Robotnik's Ring Racers\n"
|
||||||
"Copyright (C) 2024 by Kart Krew\n\n"
|
"Copyright (C) 2025 by Kart Krew\n\n"
|
||||||
"This program comes with ABSOLUTELY NO WARRANTY.\n\n"
|
"This program comes with ABSOLUTELY NO WARRANTY.\n\n"
|
||||||
"This is free software, and you are welcome to redistribute it\n"
|
"This is free software, and you are welcome to redistribute it\n"
|
||||||
"and/or modify it under the terms of the GNU General Public License\n"
|
"and/or modify it under the terms of the GNU General Public License\n"
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
// DR. ROBOTNIK'S RING RACERS
|
// DR. ROBOTNIK'S RING RACERS
|
||||||
//-----------------------------------------------------------------------------
|
//-----------------------------------------------------------------------------
|
||||||
// Copyright (C) 2024 by Kart Krew.
|
// Copyright (C) 2025 by Kart Krew.
|
||||||
// Copyright (C) 2020 by Sonic Team Junior.
|
// Copyright (C) 2020 by Sonic Team Junior.
|
||||||
// Copyright (C) 2000 by DooM Legacy Team.
|
// Copyright (C) 2000 by DooM Legacy Team.
|
||||||
// Copyright (C) 1996 by id Software, Inc.
|
// Copyright (C) 1996 by id Software, Inc.
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
// DR. ROBOTNIK'S RING RACERS
|
// DR. ROBOTNIK'S RING RACERS
|
||||||
//-----------------------------------------------------------------------------
|
//-----------------------------------------------------------------------------
|
||||||
// Copyright (C) 2024 by Kart Krew.
|
// Copyright (C) 2025 by Kart Krew.
|
||||||
// Copyright (C) 2020 by Sonic Team Junior.
|
// Copyright (C) 2020 by Sonic Team Junior.
|
||||||
// Copyright (C) 2000 by DooM Legacy Team.
|
// Copyright (C) 2000 by DooM Legacy Team.
|
||||||
// Copyright (C) 1996 by id Software, Inc.
|
// Copyright (C) 1996 by id Software, Inc.
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
// DR. ROBOTNIK'S RING RACERS
|
// DR. ROBOTNIK'S RING RACERS
|
||||||
//-----------------------------------------------------------------------------
|
//-----------------------------------------------------------------------------
|
||||||
// Copyright (C) 2024 by Kart Krew.
|
// Copyright (C) 2025 by Kart Krew.
|
||||||
// Copyright (C) 2020 by Sonic Team Junior.
|
// Copyright (C) 2020 by Sonic Team Junior.
|
||||||
// Copyright (C) 2000 by DooM Legacy Team.
|
// Copyright (C) 2000 by DooM Legacy Team.
|
||||||
// Copyright (C) 1996 by id Software, Inc.
|
// Copyright (C) 1996 by id Software, Inc.
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
// DR. ROBOTNIK'S RING RACERS
|
// DR. ROBOTNIK'S RING RACERS
|
||||||
//-----------------------------------------------------------------------------
|
//-----------------------------------------------------------------------------
|
||||||
// Copyright (C) 2024 by Kart Krew.
|
// Copyright (C) 2025 by Kart Krew.
|
||||||
// Copyright (C) 2020 by Sonic Team Junior.
|
// Copyright (C) 2020 by Sonic Team Junior.
|
||||||
// Copyright (C) 2000 by DooM Legacy Team.
|
// Copyright (C) 2000 by DooM Legacy Team.
|
||||||
//
|
//
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
// DR. ROBOTNIK'S RING RACERS
|
// DR. ROBOTNIK'S RING RACERS
|
||||||
//-----------------------------------------------------------------------------
|
//-----------------------------------------------------------------------------
|
||||||
// Copyright (C) 2024 by Kart Krew.
|
// Copyright (C) 2025 by Kart Krew.
|
||||||
// Copyright (C) 2020 by Sonic Team Junior.
|
// Copyright (C) 2020 by Sonic Team Junior.
|
||||||
// Copyright (C) 2000 by DooM Legacy Team.
|
// Copyright (C) 2000 by DooM Legacy Team.
|
||||||
//
|
//
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
// DR. ROBOTNIK'S RING RACERS
|
// DR. ROBOTNIK'S RING RACERS
|
||||||
//-----------------------------------------------------------------------------
|
//-----------------------------------------------------------------------------
|
||||||
// Copyright (C) 2024 by Kart Krew.
|
// Copyright (C) 2025 by Kart Krew.
|
||||||
// Copyright (C) 2020 by Sonic Team Junior.
|
// Copyright (C) 2020 by Sonic Team Junior.
|
||||||
// Copyright (C) 2000 by DooM Legacy Team.
|
// Copyright (C) 2000 by DooM Legacy Team.
|
||||||
//
|
//
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
// DR. ROBOTNIK'S RING RACERS
|
// DR. ROBOTNIK'S RING RACERS
|
||||||
//-----------------------------------------------------------------------------
|
//-----------------------------------------------------------------------------
|
||||||
// Copyright (C) 2024 by Kart Krew.
|
// Copyright (C) 2025 by Kart Krew.
|
||||||
// Copyright (C) 2020 by Sonic Team Junior.
|
// Copyright (C) 2020 by Sonic Team Junior.
|
||||||
// Copyright (C) 2000 by DooM Legacy Team.
|
// Copyright (C) 2000 by DooM Legacy Team.
|
||||||
//
|
//
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
// DR. ROBOTNIK'S RING RACERS
|
// DR. ROBOTNIK'S RING RACERS
|
||||||
//-----------------------------------------------------------------------------
|
//-----------------------------------------------------------------------------
|
||||||
// Copyright (C) 2024 by Kart Krew.
|
// Copyright (C) 2025 by Kart Krew.
|
||||||
// Copyright (C) 2020 by Sonic Team Junior.
|
// Copyright (C) 2020 by Sonic Team Junior.
|
||||||
// Copyright (C) 2000 by DooM Legacy Team.
|
// Copyright (C) 2000 by DooM Legacy Team.
|
||||||
// Copyright (C) 1996 by id Software, Inc.
|
// Copyright (C) 1996 by id Software, Inc.
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
// DR. ROBOTNIK'S RING RACERS
|
// DR. ROBOTNIK'S RING RACERS
|
||||||
//-----------------------------------------------------------------------------
|
//-----------------------------------------------------------------------------
|
||||||
// Copyright (C) 2024 by Kart Krew.
|
// Copyright (C) 2025 by Kart Krew.
|
||||||
// Copyright (C) 2020 by Sonic Team Junior.
|
// Copyright (C) 2020 by Sonic Team Junior.
|
||||||
// Copyright (C) 2000 by DooM Legacy Team.
|
// Copyright (C) 2000 by DooM Legacy Team.
|
||||||
// Copyright (C) 1996 by id Software, Inc.
|
// Copyright (C) 1996 by id Software, Inc.
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
// DR. ROBOTNIK'S RING RACERS
|
// DR. ROBOTNIK'S RING RACERS
|
||||||
//-----------------------------------------------------------------------------
|
//-----------------------------------------------------------------------------
|
||||||
// Copyright (C) 2024 by Kart Krew.
|
// Copyright (C) 2025 by Kart Krew.
|
||||||
// Copyright (C) 2020 by Sonic Team Junior.
|
// Copyright (C) 2020 by Sonic Team Junior.
|
||||||
// Copyright (C) 2000 by DooM Legacy Team.
|
// Copyright (C) 2000 by DooM Legacy Team.
|
||||||
// Copyright (C) 1996 by id Software, Inc.
|
// Copyright (C) 1996 by id Software, Inc.
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
// DR. ROBOTNIK'S RING RACERS
|
// DR. ROBOTNIK'S RING RACERS
|
||||||
//-----------------------------------------------------------------------------
|
//-----------------------------------------------------------------------------
|
||||||
// Copyright (C) 2024 by Kart Krew.
|
// Copyright (C) 2025 by Kart Krew.
|
||||||
// Copyright (C) 2020 by Sonic Team Junior.
|
// Copyright (C) 2020 by Sonic Team Junior.
|
||||||
// Copyright (C) 2000 by DooM Legacy Team.
|
// Copyright (C) 2000 by DooM Legacy Team.
|
||||||
//
|
//
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
// DR. ROBOTNIK'S RING RACERS
|
// DR. ROBOTNIK'S RING RACERS
|
||||||
//-----------------------------------------------------------------------------
|
//-----------------------------------------------------------------------------
|
||||||
// Copyright (C) 2024 by Kart Krew.
|
// Copyright (C) 2025 by Kart Krew.
|
||||||
// Copyright (C) 2020 by Sonic Team Junior.
|
// Copyright (C) 2020 by Sonic Team Junior.
|
||||||
// Copyright (C) 2000 by DooM Legacy Team.
|
// Copyright (C) 2000 by DooM Legacy Team.
|
||||||
//
|
//
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
// DR. ROBOTNIK'S RING RACERS
|
// DR. ROBOTNIK'S RING RACERS
|
||||||
//-----------------------------------------------------------------------------
|
//-----------------------------------------------------------------------------
|
||||||
// Copyright (C) 2024 by Kart Krew.
|
// Copyright (C) 2025 by Kart Krew.
|
||||||
// Copyright (C) 2020 by Sonic Team Junior.
|
// Copyright (C) 2020 by Sonic Team Junior.
|
||||||
// Copyright (C) 2000 by DooM Legacy Team.
|
// Copyright (C) 2000 by DooM Legacy Team.
|
||||||
//
|
//
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
// DR. ROBOTNIK'S RING RACERS
|
// DR. ROBOTNIK'S RING RACERS
|
||||||
//-----------------------------------------------------------------------------
|
//-----------------------------------------------------------------------------
|
||||||
// Copyright (C) 2024 by Kart Krew.
|
// Copyright (C) 2025 by Kart Krew.
|
||||||
// Copyright (C) 2020 by Sonic Team Junior.
|
// Copyright (C) 2020 by Sonic Team Junior.
|
||||||
// Copyright (C) 2000 by DooM Legacy Team.
|
// Copyright (C) 2000 by DooM Legacy Team.
|
||||||
//
|
//
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
// DR. ROBOTNIK'S RING RACERS
|
// DR. ROBOTNIK'S RING RACERS
|
||||||
//-----------------------------------------------------------------------------
|
//-----------------------------------------------------------------------------
|
||||||
// Copyright (C) 2024 by Kart Krew.
|
// Copyright (C) 2025 by Kart Krew.
|
||||||
// Copyright (C) 2020 by Sonic Team Junior.
|
// Copyright (C) 2020 by Sonic Team Junior.
|
||||||
// Copyright (C) 2000 by DooM Legacy Team.
|
// Copyright (C) 2000 by DooM Legacy Team.
|
||||||
//
|
//
|
||||||
|
|
@ -5196,6 +5196,40 @@ struct int_const_s const INT_CONST[] = {
|
||||||
{"FOLLOWERMODE_FLOAT",FOLLOWERMODE_FLOAT},
|
{"FOLLOWERMODE_FLOAT",FOLLOWERMODE_FLOAT},
|
||||||
{"FOLLOWERMODE_GROUND",FOLLOWERMODE_GROUND},
|
{"FOLLOWERMODE_GROUND",FOLLOWERMODE_GROUND},
|
||||||
|
|
||||||
|
// tripwirepass_t
|
||||||
|
{"TRIPWIRE_NONE",TRIPWIRE_NONE},
|
||||||
|
{"TRIPWIRE_IGNORE",TRIPWIRE_IGNORE},
|
||||||
|
{"TRIPWIRE_BOOST",TRIPWIRE_BOOST},
|
||||||
|
{"TRIPWIRE_BLASTER",TRIPWIRE_BLASTER},
|
||||||
|
{"TRIPWIRE_CONSUME",TRIPWIRE_CONSUME},
|
||||||
|
|
||||||
|
// trickstate_t
|
||||||
|
{"TRICKSTATE_NONE",TRICKSTATE_NONE},
|
||||||
|
{"TRICKSTATE_READY",TRICKSTATE_READY},
|
||||||
|
{"TRICKSTATE_FORWARD",TRICKSTATE_FORWARD},
|
||||||
|
{"TRICKSTATE_RIGHT",TRICKSTATE_RIGHT},
|
||||||
|
{"TRICKSTATE_LEFT",TRICKSTATE_LEFT},
|
||||||
|
{"TRICKSTATE_BACK",TRICKSTATE_BACK},
|
||||||
|
|
||||||
|
// items
|
||||||
|
{"GARDENTOP_MAXGRINDTIME",GARDENTOP_MAXGRINDTIME},
|
||||||
|
{"BALLHOGINCREMENT",BALLHOGINCREMENT},
|
||||||
|
|
||||||
|
// kickstart
|
||||||
|
{"ACCEL_KICKSTART",ACCEL_KICKSTART},
|
||||||
|
|
||||||
|
// tripwires
|
||||||
|
{"TRIPWIRETIME",TRIPWIRETIME},
|
||||||
|
|
||||||
|
// tricks
|
||||||
|
{"TRICKMOMZRAMP",TRICKMOMZRAMP},
|
||||||
|
{"TRICKLAG",TRICKLAG},
|
||||||
|
{"TRICKDELAY",TRICKDELAY},
|
||||||
|
|
||||||
|
// tumble
|
||||||
|
{"TUMBLEBOUNCES",TUMBLEBOUNCES},
|
||||||
|
{"TUMBLEGRAVITY",TUMBLEGRAVITY},
|
||||||
|
|
||||||
// tune flags
|
// tune flags
|
||||||
{"TN_INCLUSIVEFADE",TN_INCLUSIVEFADE},
|
{"TN_INCLUSIVEFADE",TN_INCLUSIVEFADE},
|
||||||
{"TN_USEMAPVOLUME",TN_USEMAPVOLUME},
|
{"TN_USEMAPVOLUME",TN_USEMAPVOLUME},
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
// DR. ROBOTNIK'S RING RACERS
|
// DR. ROBOTNIK'S RING RACERS
|
||||||
//-----------------------------------------------------------------------------
|
//-----------------------------------------------------------------------------
|
||||||
// Copyright (C) 2024 by Kart Krew.
|
// Copyright (C) 2025 by Kart Krew.
|
||||||
// Copyright (C) 2020 by Sonic Team Junior.
|
// Copyright (C) 2020 by Sonic Team Junior.
|
||||||
// Copyright (C) 2000 by DooM Legacy Team.
|
// Copyright (C) 2000 by DooM Legacy Team.
|
||||||
//
|
//
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
// DR. ROBOTNIK'S RING RACERS
|
// DR. ROBOTNIK'S RING RACERS
|
||||||
//-----------------------------------------------------------------------------
|
//-----------------------------------------------------------------------------
|
||||||
// Copyright (C) 2024 by Kart Krew.
|
// Copyright (C) 2025 by Kart Krew.
|
||||||
// Copyright (C) 2020 by Sonic Team Junior.
|
// Copyright (C) 2020 by Sonic Team Junior.
|
||||||
// Copyright (C) 2000 by DooM Legacy Team.
|
// Copyright (C) 2000 by DooM Legacy Team.
|
||||||
//
|
//
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
// DR. ROBOTNIK'S RING RACERS
|
// DR. ROBOTNIK'S RING RACERS
|
||||||
//-----------------------------------------------------------------------------
|
//-----------------------------------------------------------------------------
|
||||||
// Copyright (C) 2024 by Kart Krew.
|
// Copyright (C) 2025 by Kart Krew.
|
||||||
// Copyright (C) 2020 by Sonic Team Junior.
|
// Copyright (C) 2020 by Sonic Team Junior.
|
||||||
// Copyright (C) 2000 by DooM Legacy Team.
|
// Copyright (C) 2000 by DooM Legacy Team.
|
||||||
//
|
//
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
// DR. ROBOTNIK'S RING RACERS
|
// DR. ROBOTNIK'S RING RACERS
|
||||||
//-----------------------------------------------------------------------------
|
//-----------------------------------------------------------------------------
|
||||||
// Copyright (C) 2024 by Sally "TehRealSalt" Cochenour.
|
// Copyright (C) 2025 by Sally "TehRealSalt" Cochenour.
|
||||||
// Copyright (C) 2024 by Kart Krew.
|
// Copyright (C) 2025 by Kart Krew.
|
||||||
//
|
//
|
||||||
// This program is free software distributed under the
|
// This program is free software distributed under the
|
||||||
// terms of the GNU General Public License, version 2.
|
// terms of the GNU General Public License, version 2.
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
// DR. ROBOTNIK'S RING RACERS
|
// DR. ROBOTNIK'S RING RACERS
|
||||||
//-----------------------------------------------------------------------------
|
//-----------------------------------------------------------------------------
|
||||||
// Copyright (C) 2024 by Sally "TehRealSalt" Cochenour
|
// Copyright (C) 2025 by Sally "TehRealSalt" Cochenour
|
||||||
// Copyright (C) 2024 by Kart Krew
|
// Copyright (C) 2025 by Kart Krew
|
||||||
//
|
//
|
||||||
// This program is free software distributed under the
|
// This program is free software distributed under the
|
||||||
// terms of the GNU General Public License, version 2.
|
// terms of the GNU General Public License, version 2.
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
// DR. ROBOTNIK'S RING RACERS
|
// DR. ROBOTNIK'S RING RACERS
|
||||||
//-----------------------------------------------------------------------------
|
//-----------------------------------------------------------------------------
|
||||||
// Copyright (C) 2024 by Kart Krew.
|
// Copyright (C) 2025 by Kart Krew.
|
||||||
// Copyright (C) 2020 by Sonic Team Junior.
|
// Copyright (C) 2020 by Sonic Team Junior.
|
||||||
// Copyright (C) 2000 by DooM Legacy Team.
|
// Copyright (C) 2000 by DooM Legacy Team.
|
||||||
// Copyright (C) 1996 by id Software, Inc.
|
// Copyright (C) 1996 by id Software, Inc.
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
// DR. ROBOTNIK'S RING RACERS
|
// DR. ROBOTNIK'S RING RACERS
|
||||||
//-----------------------------------------------------------------------------
|
//-----------------------------------------------------------------------------
|
||||||
// Copyright (C) 2024 by Kart Krew.
|
// Copyright (C) 2025 by Kart Krew.
|
||||||
// Copyright (C) 2020 by Sonic Team Junior.
|
// Copyright (C) 2020 by Sonic Team Junior.
|
||||||
// Copyright (C) 2000 by DooM Legacy Team.
|
// Copyright (C) 2000 by DooM Legacy Team.
|
||||||
// Copyright (C) 1996 by id Software, Inc.
|
// Copyright (C) 1996 by id Software, Inc.
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
// DR. ROBOTNIK'S RING RACERS
|
// DR. ROBOTNIK'S RING RACERS
|
||||||
//-----------------------------------------------------------------------------
|
//-----------------------------------------------------------------------------
|
||||||
// Copyright (C) 2024 by Kart Krew.
|
// Copyright (C) 2025 by Kart Krew.
|
||||||
// Copyright (C) 2020 by Sonic Team Junior.
|
// Copyright (C) 2020 by Sonic Team Junior.
|
||||||
// Copyright (C) 2000 by DooM Legacy Team.
|
// Copyright (C) 2000 by DooM Legacy Team.
|
||||||
// Copyright (C) 1996 by id Software, Inc.
|
// Copyright (C) 1996 by id Software, Inc.
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
// DR. ROBOTNIK'S RING RACERS
|
// DR. ROBOTNIK'S RING RACERS
|
||||||
//-----------------------------------------------------------------------------
|
//-----------------------------------------------------------------------------
|
||||||
// Copyright (C) 2024 by Kart Krew.
|
// Copyright (C) 2025 by Kart Krew.
|
||||||
// Copyright (C) 2020 by Sonic Team Junior.
|
// Copyright (C) 2020 by Sonic Team Junior.
|
||||||
// Copyright (C) 2000 by DooM Legacy Team.
|
// Copyright (C) 2000 by DooM Legacy Team.
|
||||||
// Copyright (C) 1996 by id Software, Inc.
|
// Copyright (C) 1996 by id Software, Inc.
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
// DR. ROBOTNIK'S RING RACERS
|
// DR. ROBOTNIK'S RING RACERS
|
||||||
//-----------------------------------------------------------------------------
|
//-----------------------------------------------------------------------------
|
||||||
// Copyright (C) 2024 by Kart Krew.
|
// Copyright (C) 2025 by Kart Krew.
|
||||||
// Copyright (C) 2020 by Sonic Team Junior.
|
// Copyright (C) 2020 by Sonic Team Junior.
|
||||||
// Copyright (C) 2000 by DooM Legacy Team.
|
// Copyright (C) 2000 by DooM Legacy Team.
|
||||||
// Copyright (C) 1996 by id Software, Inc.
|
// Copyright (C) 1996 by id Software, Inc.
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
// DR. ROBOTNIK'S RING RACERS
|
// DR. ROBOTNIK'S RING RACERS
|
||||||
//-----------------------------------------------------------------------------
|
//-----------------------------------------------------------------------------
|
||||||
// Copyright (C) 2024 by Kart Krew.
|
// Copyright (C) 2025 by Kart Krew.
|
||||||
// Copyright (C) 2020 by Sonic Team Junior.
|
// Copyright (C) 2020 by Sonic Team Junior.
|
||||||
// Copyright (C) 2000 by DooM Legacy Team.
|
// Copyright (C) 2000 by DooM Legacy Team.
|
||||||
// Copyright (C) 1996 by id Software, Inc.
|
// Copyright (C) 1996 by id Software, Inc.
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
// DR. ROBOTNIK'S RING RACERS
|
// DR. ROBOTNIK'S RING RACERS
|
||||||
//-----------------------------------------------------------------------------
|
//-----------------------------------------------------------------------------
|
||||||
// Copyright (C) 2024 by Kart Krew.
|
// Copyright (C) 2025 by Kart Krew.
|
||||||
// Copyright (C) 2020 by Sonic Team Junior.
|
// Copyright (C) 2020 by Sonic Team Junior.
|
||||||
// Copyright (C) 2000 by DooM Legacy Team.
|
// Copyright (C) 2000 by DooM Legacy Team.
|
||||||
// Copyright (C) 1996 by id Software, Inc.
|
// Copyright (C) 1996 by id Software, Inc.
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
// DR. ROBOTNIK'S RING RACERS
|
// DR. ROBOTNIK'S RING RACERS
|
||||||
//-----------------------------------------------------------------------------
|
//-----------------------------------------------------------------------------
|
||||||
// Copyright (C) 2024 by Kart Krew.
|
// Copyright (C) 2025 by Kart Krew.
|
||||||
// Copyright (C) 2020 by Sonic Team Junior.
|
// Copyright (C) 2020 by Sonic Team Junior.
|
||||||
// Copyright (C) 2000 by DooM Legacy Team.
|
// Copyright (C) 2000 by DooM Legacy Team.
|
||||||
// Copyright (C) 1996 by id Software, Inc.
|
// Copyright (C) 1996 by id Software, Inc.
|
||||||
|
|
|
||||||
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Reference in a new issue