- May 20, 2024
-
-
Oni authored
No trick input filter Closes #1396 See merge request KartKrew/Kart!2388
-
Oni authored
Add Online Manual and I_OpenURL stuff See merge request KartKrew/Kart!2396
-
AJ Martinez authored
-
AJ Martinez authored
-
AJ Martinez authored
-
AJ Martinez authored
-
- May 19, 2024
-
-
Eidolon authored
Move old data/profiles to .bak before writing See merge request KartKrew/Kart!2394
-
Eidolon authored
Disable position num color animation on Reduce VFX See merge request KartKrew/Kart!2398
-
Eidolon authored
Disable position bulb animations for Reduce VFX See merge request KartKrew/Kart!2397
-
Eidolon authored
-
-
Eidolon authored
-
Eidolon authored
-
Eidolon authored
-
JugadorXEI authored
-
JugadorXEI authored
-
JugadorXEI authored
-
katsy authored
-
Eidolon authored
Use integer arithmetic for pwrlv avg calculation See merge request KartKrew/RingRacers!19
-
This fixes an oversight with pwrlv average calculation that causes the total to overflow with enough players or high enough pwrlv. Hopefully this might fix that bug where pwrlv is shown as negative on the server select menu. Maintainer note: This is still imprecise but it fixes the overflow without potentially disrupting game code.
-
Eidolon authored
The hypothesis for this patch is that the operating system has not actually finished writing the file to disk when moving the tmp file into place. The move operation is atomic, but the write is not, even when flushed or using unbuffered IO. So we reorder these operations, make the old save .bak atomically and write the new save in place. I doubt saving this backup will actually be useful given the frequency of saves in the game, but at the very least it leaves _some_ backup in place in the event of failure.
-
Eidolon authored
Like with position bulbs, the position number takes a large portion of the screen and flashes rapidly. This slows that rate to 25% of what it is when Reduce VFX is off.
-
toaster authored
Fixes ERRORMODE compliation after !2372
-
Eidolon authored
In green resolutions, especially past 12 players, these bulbs take up a large part of the screen and flash in a particularly intense way for people with heightened photosensitivity. This disables the animations while still presenting them effectively.
-
AJ Martinez authored
-
AJ Martinez authored
-
Eidolon authored
This ensures that the build system won't output something like ringracers_rr/master.exe, among other potential issues.
-
Eidolon authored
Fixes: KartKrew/Kart#1405
-
Eidolon authored
Placing these directories at the root will make the git revision detection consider the working directory to be dirty.
-
Eidolon authored
-
Eidolon authored
Instead of using the install baked in the image, let's clone vcpkg and set up a separate binary cache that can survive being cleaned. This allows us to reuse built artifacts from the vcpkg manifest baseline very quickly.
-
Eidolon authored
Let's not rely on the CMakeLists.txt to automatically detect and use ccache. It's better to just explicitly specify it.
-
Eidolon authored
-
Eidolon authored
The "clone" strategy clones the entire repository, which takes a significant amount of time. It's not needed, because the default "fetch" strategy will reuse the executor's local clone and clean it before the job scripts run.
-