- May 19, 2024
-
-
Eidolon authored
-
Eidolon authored
Don't change Instawhip Recharge's scale every tic (also minor stuff) See merge request KartKrew/RingRacers!14
-
Eidolon authored
-
JugadorXEI authored
-
JugadorXEI authored
-
Eidolon authored
Allow using Spindash for trick input See merge request KartKrew/RingRacers!15
-
JugadorXEI authored
-
katsy authored
-
Eidolon authored
Block disabling Kickstart Accel during Tricks and when pressing Spindash (resolves #96) Closes #96 See merge request KartKrew/RingRacers!20
-
Eidolon authored
Remove leftover Record Attack lockout warnings (resolves #51) Closes #51 See merge request KartKrew/RingRacers!16
-
Eidolon authored
Add ACS branch limit and implement printKill See merge request KartKrew/RingRacers!22
-
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.
-
toaster authored
Fixes ERRORMODE compliation after !2372
-
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 KartKrew/RingRacers!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
-
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
-