- Apr 09, 2024
-
-
James R. authored
-
- Apr 07, 2024
-
-
James R. authored
-
toaster authored
-
James R. authored
Update readme See merge request KartKrew/Kart!2243
-
Eidolon authored
-
toaster authored
Fix double free in F_DisclaimerDrawScene See merge request KartKrew/Kart!2242
-
Eidolon authored
-
SteelT authored
-
Eidolon authored
-
Eidolon authored
-
toaster authored
-
Eidolon authored
-
toaster authored
Fix remaining bugs with splitscreen GP GAME OVER Closes #1251 See merge request KartKrew/Kart!2241
-
James R. authored
-
James R. authored
Fix mismatched Lua lookup array for karthud constants See merge request KartKrew/Kart!2240
-
James R. authored
- Cases for lives specifically and not retrying use G_GametypeUsesLives - Such as HUD elements and GAME OVER - Cases for retrying and losing lives use G_GametypeAllowsRetrying - Such as GP bonus rounds
-
James R. authored
- If splitscreen player spawns GAME OVERed, make absolute certain they appear in last place and don't affect any higher positions
-
Ashnal authored
-
Sal authored
Fix splitscreen GP GAME OVER visual bugs Closes #1247 See merge request KartKrew/Kart!2239
-
James R. authored
-
James R. authored
-
James R. authored
- Slide-in is always based off of player 1, who may have GAME OVERED before the race even started thus hiding the minimap
-
James R. authored
-
James R. authored
- Does not interfere with destroyed kart explosion
-
- Apr 06, 2024
-
-
Sal authored
Simpler solution to #1225: If a retry flag occurs in a demo, stop playback immediately! See merge request KartKrew/Kart!2230
-
toaster authored
Additional hack for Sealed Star game over: In demo.playback, do a retry flag anyways, just to guarantee it ends Also guarantee it uses demo.netgame status where relevant
-
toaster authored
-
toaster authored
Add a bunch more statistics See merge request KartKrew/Kart!1973
-
toaster authored
Basically just for testing this branch, at this rate
-
toaster authored
-
toaster authored
-
toaster authored
Ugly but releasable
-
toaster authored
-
toaster authored
-
toaster authored
No indirect, hard-to-maintain magic number range in modetimeplayed arrays
-
toaster authored
- SPB: The standard set-up has ATTACKING_TIME in addition to ATTACKING_SPB, so the _TIME check first prevented it from ever being ticked - SPB: Check for encoremode instead of ATTACKING_SPB, to cover Versus SPB as well - All Attacking modes: Check for != ATTACKING_NONE just in case we add other potential modeattacking configurations later
-
Sal authored
Challenge Condition final hardcoded adjustments See merge request KartKrew/Kart!2236
-
Sal authored
Prison Egg tutorial bump exception See merge request KartKrew/Kart!2237
-
Sal authored
"Last Place Explodes" menu option Closes #1244 See merge request KartKrew/Kart!2238
-
Eidolon authored
-