- May 19, 2024
-
-
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
-
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.
-
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.
-
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.
-
Eidolon authored
There's no need to let these artifacts pile up since the only ones that will be relevant to non-programmers are the latest from any given ref.
-
Eidolon authored
Ring Racers' object file output is considerably larger than SRB2. 50M is insufficient to hold even a single build.
-
Eidolon authored
The singular .gitlab-ci.yml is pretty beefy. Splitting it into smaller files by job and job template will make maintaining the individual jobs easier.
-
Eidolon authored
The last stable version of rapidjson was in 2016, and it is unlikely that neither rapidjson nor discord-rpc will receive a stable release ever again. However, rapidjson has a lot of fixes merged in their tree, so in order to fix gcc 14 compilation issues, let's pull in that tree.
-
Eidolon authored
The upstream changes for libvpx on Windows were merged and so this overlay is no longer needed. Updating the baseline requires everyone to update their vcpkg repo locally (git pull). It also upgrades all dependencies used.
-
AJ Martinez authored
Fix item amount underflow on item deflect See merge request !23
-
-
- May 18, 2024
-
-
Eidolon authored
Stop writing gamedata/config/profiles in I_Error See merge request KartKrew/Kart!2379
-
- May 17, 2024
-
-
Oni authored
Do less in NEWSIGNALHANDLER handler See merge request KartKrew/Kart!2372
-
Oni authored
Fix Sealed Star GP replays after retrying Closes #1388 See merge request KartKrew/Kart!2369
-
Oni authored
Titanic mindelay unfuck Closes #1404 See merge request KartKrew/Kart!2384
-
Oni authored
Add bot lshield/bshield prediction error See merge request KartKrew/Kart!2386
-