- Jan 15, 2023
-
-
Eidolon authored
-
- Jan 14, 2023
- Jan 13, 2023
-
-
James R. authored
cxx: clang-format adjustments See merge request KartKrew/Kart!880
-
- Jan 12, 2023
- Jan 11, 2023
- Jan 10, 2023
-
-
James R. authored
Fixes deprecated warning since libcurl 7.32.0 (2013-08-12).
-
James R. authored
-
James R. authored
Fix spectators spawning offroad particles Closes #394 See merge request KartKrew/Kart!865
-
James R. authored
Split k_menudef.c into menus folder See merge request KartKrew/Kart!873
-
Eidolon authored
-
- Jan 09, 2023
-
-
Eidolon authored
Fixes a potential segfault during startup where the sound hasn't been initialized yet, but an I_Error occurs while loading data.
-
Eidolon authored
cxx: Add srb2::Overload for using std::visit See merge request KartKrew/Kart!879
-
Eidolon authored
-
Eidolon authored
cxx: Convert sdl/i_video.cpp See merge request KartKrew/Kart!872
-
- Jan 08, 2023
-
-
toaster authored
- If a player enters hitlag, put their follower in hitlag too - If a follower exists and is in hitlag, don't update it in K_HandleFollower
-
toaster authored
-
toaster authored
Pre-emptively fixes a possible issue where a player who is exiting would have their realtime adjusted on respawn, affecting final results.
-
toaster authored
This corrects the issue where bots have the same time on exit as the last human player, and therefore tie with them, with disastrous consequences for GP.
-
- Jan 07, 2023
-
-
James R. authored
-
James R. authored
- src/menu contains files for each menu's definitions. - src/menu/transient contains menus which are reused in many places or are separate from Main Menu entirely. File names ending in "-1" are menus which contain a submenu. The suffix is added so that the parent menu sorts before all its children in directory lists. It's also done so Tab completion doesn't stop such that a hyphen (-) would need to be typed. For example (this is how I auto complete file names): "ex" <TAB> completes to "extras" because the choices are "extras.c" or "extras-addons.c" etc. Now you need to reach away from the home row of a keyboard to type a "-" in order to complete any of the submenu file names. VS "ex" <TAB> completes to "extras-". You only need to reach to type a "1" for one menu. There may be more than one submenu and submenu names start with letters, which are closer to the home row.
-
Eidolon authored
-
Oni authored
Lightsnake polish Closes #309 and #299 See merge request KartKrew/Kart!870
-
- Jan 06, 2023
-
-
toaster authored
Apply tiregrease exception to offroad TERRAIN See merge request KartKrew/Kart!866
-
toaster authored
Stricter compbranch and comprevision Closes #398 See merge request KartKrew/Kart!864
-
toaster authored
-
toaster authored
-
toaster authored
Decrease spinouttimer every other tic in lightsnake, to a minimum of 1 to still prevent drop dashing Resolves #309.
-
toaster authored
Permit a lightsnaking player to go into RESPAWNST_DROP (the final second of lightsnake) early at any time after the initail bring-back-to-last-waypoint. Needs balance testing, but resolves #299.
-
toaster authored
Clean up memory mishandling flagged by DrMemory See merge request KartKrew/Kart!863
-
toaster authored
-
toaster authored
-
-
James R. authored
-
James R. authored
Fixes spectators generating offroad particles when touching the ground.
-
James R. authored
-