- May 02, 2024
-
-
toaster authored
No longer in unlocks.pk3, but fixed for future
-
Oni authored
Fix delay indicator online See merge request KartKrew/Kart!2311
-
AJ Martinez authored
Don't slow down on fastfall bounce (regression) See merge request KartKrew/Kart!2343
-
AJ Martinez authored
-
Oni authored
Shield fixups See merge request KartKrew/Kart!2338
-
Oni authored
Accel press to trick See merge request KartKrew/Kart!2332
-
Oni authored
Improved spindash + ebrake Closes #1345 and #1344 See merge request KartKrew/Kart!2341
-
AJ Martinez authored
-
AJ Martinez authored
-
Oni authored
Always show author on song credit (resolves #1332) Closes #1332 See merge request KartKrew/Kart!2333
-
Oni authored
Add soft tumble, don't drop items vs invinc Closes #1341 See merge request KartKrew/Kart!2339
-
Oni authored
Dismount DLZ Rocket and Rideroid properly Closes #1338 and #1357 See merge request KartKrew/Kart!2337
-
AJ Martinez authored
-
AJ Martinez authored
-
- May 01, 2024
-
-
toaster authored
-
toaster authored
Tumble height is not set to 0 between (s)tumble events
-
Eidolon authored
-
Eidolon authored
use gitlabrunner to make builds See merge request KartKrew/RingRacers!8
-
-
Eidolon authored
Implement debugitemamount See merge request KartKrew/RingRacers!4
-
Eidolon authored
Always exit TryRunTics loop early if deferring gamestate change Closes #1185 See merge request KartKrew/Kart!2325
-
Eidolon authored
Always cache EMEMAP/SUPMAP in PU_HUDGFX tag Closes #1240 See merge request KartKrew/Kart!2326
-
Eidolon authored
Add snd_mixingbuffersize cvar See merge request KartKrew/Kart!2329
-
toaster authored
-
toaster authored
Credit is more important than aesthetic
-
AJ Martinez authored
-
AJ Martinez authored
-
Oni authored
Turn off water ripples when reducevfx is on See merge request KartKrew/Kart!2331
-
Eidolon authored
Allows the user to configure the mixing buffer size to reduce latency at the cost of higher CPU usage, or vice versa. This also raises the default buffer size from 1024 to 2048, to address some underrun problems people have with the current buffer size.
-
Sal authored
-
Eidolon authored
A number of people have said they have sensory issues caused by the ripple effects from water and heat. This turns off those effects when reducevfx is on. It may be a better idea for this to be a separate option, but it's a starting point we can build upon later.
-
Oni authored
Drift easing idea See merge request KartKrew/Kart!2330
-
Sal authored
More similar to RR than SRB2Kart, but you regain control over a few tics.
-
Eidolon authored
Calls to F_ContinueCredits and D_StartTitle, even if deferred, change the current gamestate. However, the tic loop in TryRunTics may still have a couple tics to execute to catch up to current time, and as a consequence G_Ticker may execute game logic while the current state is not GS_LEVEL or equivalent. As a result, it is highly likely for the game to crash. This adds deferred credits start to the tic loop, and exits that loop if either title or credits are supposed to start after the current iteration, fixing this crash scenario. Fixes KartKrew/Kart#1185
-
Oni authored
Grow/invinc tweakpass Closes #1333 See merge request KartKrew/Kart!2321
-
Oni authored
Add streamer safe music mode Closes #1334 See merge request KartKrew/Kart!2327
-
Oni authored
Challenge Kindnesses See merge request KartKrew/Kart!2328
-
Oni authored
2.2 bot nerfs See merge request KartKrew/Kart!2315
-
- Apr 30, 2024
-
-
toaster authored
Sets a cap to the value loaded from gamedata, too
-