- May 20, 2024
-
-
AJ Martinez authored
-
AJ Martinez authored
-
- May 19, 2024
-
-
AJ Martinez authored
-
AJ Martinez authored
-
- 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
-
Eidolon authored
Fixes: KartKrew/Kart#1405
-
- May 16, 2024
-
-
Eidolon authored
Gitlab CI improvements See merge request KartKrew/Kart!2385
-
Eidolon authored
Like with ccache, we want to make sure the git checkout is considered clean during build.
-
Eidolon authored
Placing these directories at the root will make the git revision detection consider the working directory to be dirty.
-
AJ Martinez authored
-
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.
-
toaster authored
PostThinkFrame during run only See merge request KartKrew/Kart!2383
-
AJ Martinez authored
- Don't apply mindelay to clients that are already slower than their mindelay, WTF - Don't double apply mindelay to hosts to compensate for the above, WTF
-
- May 15, 2024
- May 12, 2024
-
-
Sal authored
-
Eidolon authored
Since there are less crashes than ever before, and there are risks with trying to do anything inside a signal handler beyond the most basic recovery stuff, we should avoid doing *anything* in here.
-
James R. authored
Update vcpkg baseline, remove libvpx overlay See merge request KartKrew/Kart!2324
-
James R. authored
Use rapidjson master in discord-rpc See merge request KartKrew/Kart!2376
-
- May 11, 2024
-
-
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.
-
-
- May 06, 2024
-
-
toaster authored
- Increment DEMOVERSION - Always write specialDamage - Only read specialDamage if DEMOVERSION >= this Needs testing, I am going to go eat a big lunch
-
Eidolon authored
-
AJ Martinez authored
-
Eidolon authored
-
AJ Martinez authored
-
AJ Martinez authored
-