- May 20, 2024
-
-
toaster authored
Addons, Challenges, and Online Manual are the three primary visible entries now
-
AJ Martinez authored
Register gamestochat and allowguests on dedicated servers Closes #1351 and #1402 See merge request KartKrew/Kart!2389
-
AJ Martinez authored
Shrink lighting improvement Closes #1400 See merge request KartKrew/Kart!2381
-
toaster authored
-
toaster authored
-
Oni authored
Add missing demo compatibility check for "drift end kick-out" fix Closes #1390 See merge request KartKrew/Kart!2370
-
Oni authored
Never give Free Play roulette if you can't change the rules of play Closes #1389 See merge request KartKrew/Kart!2368
-
Oni authored
Allow certain passwords to be toggled with cheats off Closes #1401 See merge request KartKrew/Kart!2387
-
Oni authored
Don't cancel whip charge while brakedrifting Closes #1395 See merge request KartKrew/Kart!2390
-
Oni authored
Don't flash item box/roulette in reducevfx See merge request KartKrew/Kart!2391
-
Oni authored
Fix Rideroids grabbing you out of lightsnake Closes #1398 See merge request KartKrew/Kart!2392
-
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
-