Commit graph

29720 commits

Author SHA1 Message Date
RypoFalem
ddee1675a1 Fix "platinums" command time differences
They never accounted for differences above 1 minute.
2025-09-16 22:41:51 -05:00
RypoFalem
67b72a1c44 Print recipt after using dumprrautomedaltimes
Give the user some feedback and let them know where the csv is located.
2025-09-16 22:19:42 -05:00
Eidolon
481e80e39f Merge branch 'removeMaxsendLimit' into 'master'
Remove maxsend limit, default to 200MB maxsend

See merge request kart-krew-dev/ring-racers!14
2025-09-16 21:49:12 -05:00
Eidolon
129883970a Revert "Fix the ACS unarchival crash"
This reverts commit b3ac501ff1.
2025-09-16 16:55:08 -05:00
JugadorXEI
4c03180781 Remove maxsend limit, default to 200MB maxsend, increment value in menus by 1024 each step 2025-09-16 09:25:00 +02:00
Eidolon
898f69c2bd Merge branch 'legacyglfixes' into 'master'
Add support for terrain floorClip and RF_ALWAYSONTOP in legacyGL

See merge request kart-krew-dev/ring-racers!8
2025-09-15 20:59:15 -05:00
Nep2Disk
7aceefa904 Add support for terrain floorClip and RF_ALWAYSONTOP in legacyGL 2025-09-15 20:59:15 -05:00
Eidolon
9c7473a80b Merge branch 'fixluanumbers' into 'master'
Fix OS-specific behavior caused by integer overflow on Lua numbers (SRB2Classic Port)

See merge request kart-krew-dev/ring-racers!9
2025-09-15 20:56:01 -05:00
Nep2Disk
6d0ea4806b Fix OS-specific behavior caused by integer overflow on Lua numbers (SRB2Classic Port) 2025-09-15 20:56:00 -05:00
Eidolon
3d995d79cc Merge branch 'no-palflash-opengl' into 'master'
Fix for palette flashing still occurring in OpenGL when reducevfx is enabled.

See merge request kart-krew-dev/ring-racers!5
2025-09-15 20:45:08 -05:00
Eidolon
1225feaf55 Merge branch 'reducevfx-noringwarning' into 'master'
Disable ring debt flashing counter and graphic if reducevfx is enabled and instead lock palette to crimson.

See merge request kart-krew-dev/ring-racers!6
2025-09-15 20:43:53 -05:00
Eidolon
41f06e0729 Merge branch 'reducevfx-prisontarget' into 'master'
Significantly reduce animation speed of Prison target markers when reducevfx is enabled.

See merge request kart-krew-dev/ring-racers!7
2025-09-15 20:41:49 -05:00
Freaky Mutant Man
ca662c3e31 Significantly reduce animation speed of Prison target markers when reducevfx is enabled. 2025-09-15 20:41:49 -05:00
Eidolon
9a12b295a8 Merge branch 'acs-dialogue-commdisable' into 'master'
Add ability to disable "communications in progress" graphic by adding "NoComms = True" to map SOC

See merge request kart-krew-dev/ring-racers!10
2025-09-15 20:39:12 -05:00
Freaky Mutant Man
37e8b02e0e Add ability to disable "communications in progress" graphic by adding "NoComms = True" to map SOC 2025-09-15 20:39:11 -05:00
Eidolon
c18251f1ea Merge branch 'fixacswadcrash' into 'master'
Fix crash during ACS unarchival due to invalid wadnum

See merge request kart-krew-dev/ring-racers!3
2025-09-15 20:17:51 -05:00
Eidolon
a509d79343 Merge branch 'invalidateThesePointersToo' into 'master'
Fix pool allocator not invalidating pointers to Lua (by Indev)

Closes #38

See merge request kart-krew-dev/ring-racers!12
2025-09-15 17:14:06 -05:00
Indev
811b2e5eee Attempt to fix some lua userdata being corrupted when allocated via PoolAllocator 2025-09-15 20:09:37 +02:00
FreakyMutantMan
43e92f4c14 Disable ring debt flashing counter and graphic if reducevfx is enabled, instead simply locking the palette to crimson. 2025-09-14 14:21:40 -07:00
AJ Martinez
686f1ac1e1 Add default issue template 2025-09-14 20:44:24 +00:00
FreakyMutantMan
5c8a1b8fb1 Fix for palette flashing still occurring in OpenGL when reducevfx is enabled. 2025-09-14 13:39:18 -07:00
GenericHeroGuy
b3ac501ff1 Fix the ACS unarchival crash
Map numbers are consistent between server and client, wadnums are not
2025-09-13 19:50:48 -04:00
Eidolon
f4dd4a1be7 Merge branch 'kart-gib-crash-fix' into 'master'
Fix for Gib SPR2s Crashing Upon Appearance In-Game

Closes #45

See merge request kart-krew-dev/ring-racers!2
2025-09-13 14:04:02 -05:00
Spring E. Thing
7eca830cb0 Fixed custom kart gib SPR2s crashing the game upon usage 2025-09-13 09:38:43 +01:00
Eidolon
ec70f62f36 Merge branch 'no-crushma-thanks' into 'master'
Monkey-patch likely cause of Eggshrine crash

See merge request kart-krew-dev/ring-racers-internal!2805
2025-09-11 15:12:25 -05:00
Eidolon
47be16eee5 Merge branch 'tube-gbj' into 'master'
Tube GBJ

See merge request kart-krew-dev/ring-racers-internal!2804
2025-09-11 15:12:23 -05:00
toaster
35c7be3bb9 Monkey-patch likely cause of Eggshrine crash 2025-09-11 20:49:48 +01:00
toaster
9bd29a87b2 K_DoIngameRespawn: In Tutorial specifically, tightly tie allowed fallback spawnpoints (if not yet crossed a checkpoint line) to relative player ID
Not literal player ID so that nothing gets messy when returning from Test Track challenge
2025-09-11 20:38:46 +01:00
toaster
39e33bd98e K_DoIngameRespawn: Index into previously-picked array, rather than branching for every single available spawnpoint 2025-09-11 20:36:20 +01:00
AJ Martinez
05c475052d Merge branch 'gamedata-convert-polish' into 'master'
Gamedata convert oversights

See merge request kart-krew-dev/ring-racers-internal!2803
2025-09-11 19:02:52 +00:00
toaster
5fb1da94e0 PRE-unlock Brakes, Drifting, and Springs if your gamedata is converted from post-goner state
Means you'll only see a pop-up/challenge board visit for the Items tutorial, which is the new material you didn't previously have access to
2025-09-11 15:40:56 +01:00
toaster
e92725ea86 Accounting for minor bug in previous versions: Clean up characters whose rounds would otherwise be permanently stuck under their wins, but only when converting gamedata 2025-09-11 15:38:25 +01:00
Gunla
d62f199f39 Just one more maps change, so asset hashes updated again 2025-09-10 23:56:11 +00:00
Gunla
cbbce278fe Merge branch 'rc-stamp' into 'master'
Stamp RC versions during gameplay

See merge request kart-krew-dev/ring-racers-internal!2802
2025-09-10 23:46:32 +00:00
Antonio Martinez
ffe55a267f Stamp RC versions during gameplay 2025-09-10 15:56:44 -04:00
Eidolon
f959ef2662 Remove paranoia include guard in p_tick.c 2025-09-09 20:59:34 -05:00
Gunla
5d7a1c599f 2.4 RC1 Asset Hashes 2025-09-10 01:44:34 +00:00
Gunla
7dadededd6
Merge branch 'positive-bot-exp' into 'master'
Bots don't attenuate positive EXP

See merge request kart-krew-dev/ring-racers-internal!2801
2025-09-09 02:49:12 +00:00
Gunla
4073a313eb
Merge branch 'lower-g1-laps' into 'master'
75% lap count in G1

See merge request kart-krew-dev/ring-racers-internal!2797
2025-09-09 02:49:09 +00:00
Gunla
d70330c1eb
Merge branch 'hires-bubble' into 'master'
Hires Bubble

See merge request kart-krew-dev/ring-racers-internal!2747
2025-09-08 03:18:57 +00:00
Gunla
50ab7c7489
Merge branch 'platinum-audit' into 'master'
"platinums" command

See merge request kart-krew-dev/ring-racers-internal!2798
2025-09-08 01:16:48 +00:00
Gunla
65f68d9e9c
Merge branch 'checkpoint-gravflip' into 'master'
Position checkpoint parts correctly in reverse gravity

See merge request kart-krew-dev/ring-racers-internal!2799
2025-09-08 01:16:43 +00:00
Gunla
2cae08fa8f
Merge branch 'ancient-gear-minimap' into 'master'
Display up to one Ancient Gear on the minimap

See merge request kart-krew-dev/ring-racers-internal!2800
2025-09-08 01:16:32 +00:00
toaster
4bcf7591af r_things.cpp: Fix highresscale for custom skins interacting badly with Linkdraw on the player (bubble shield, etc) 2025-09-07 21:15:40 +01:00
Antonio Martinez
d9f1044753 Bots don't attenuate positive EXP 2025-09-07 15:13:59 -04:00
toaster
d3382001b1 Fix RVFXANIM not updating for flats at runtime 2025-09-07 18:12:55 +01:00
toaster
aed507baf4 Do not set restorelevellist on Challenges Menu tutorial warps
Resolves #1649
2025-09-06 19:21:35 +01:00
Lach
e52de2de88 Display up to one Ancient Gear on the minimap 2025-09-06 18:18:54 +10:00
Lach
12b9775290 Position checkpoint parts correctly in reverse gravity 2025-09-06 15:43:00 +10:00
Antonio Martinez
251d812074 75% lap count in G1 2025-09-04 05:36:28 -04:00