- May 01, 2024
-
-
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
Temporarily remove uses of RHI renderbuffers Closes RingRacers#1 See merge request KartKrew/Kart!2323
-
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
-
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
-
Eidolon authored
-
Eidolon authored
expose tilt See merge request KartKrew/RingRacers!6
-
Eidolon authored
Don't play music that is marked contentidunsafe in its MUSICDEF (if it exists).
-
toaster authored
-
toaster authored
Defuses the 12-long chain scenario in a relatively fair way
-
toaster authored
-
Eidolon authored
This allows marking music in MUSICDEF as unsafe for Content ID and other similar content surveillance mechanisms.
-
Eidolon authored
Allow manual replay save in develop builds See merge request KartKrew/Kart!2319
-
Eidolon authored
These particular patches need to be cached in K_LoadKartHUDGraphics, but caching them anywhere else with a different tag causes them to potentially be freed and then later use-after-freed during a Sealed Star run, causing a crash. Instead, let's cache them as PU_HUDGFX in all cases where they are used. Fixes KartKrew/Kart#1240
-
Eidolon authored
Save corruption fixes See merge request KartKrew/Kart!2314
-
Callmore authored
-
Eidolon authored
OpenGL does not have renderbuffers until OpenGL 3.0 (contrast to GLES which has them starting with 2.0). In order to allow people with older GPUs to play the game for now (until ANGLE+GLES), I am removing the use of renderbuffers in the game code. They aren't needed because nothing actually needs a depth or stencil test yet. Once HWR2 gets rolling, I'll add these back. Fixes KartKrew/RingRacers#1
-
Eidolon authored
Mitigates against multiple instances trying to write to the same tmp file at the same time.
-
Eidolon authored
-
Eidolon authored
-
Eidolon authored
-
Sal authored
-