Commit graph

27821 commits

Author SHA1 Message Date
toaster
012bbc6a74 Refactor how Profile cvar toggles are set when applying changes
Reduces the number of unique places to update when adding new ones
2024-08-24 15:43:54 +01:00
toaster
d97db8f230 Do not reapply P1's Profile in full in edit menu flow
Prevents changing player skin/color cvar when backing out (resolves KartKrew/RingRacers#34)
2024-08-24 15:39:58 +01:00
Sal
e4b81494d6 Merge branch 'follower-lua' into 'master'
Expose follower array and follower_t to lua

See merge request KartKrew/RingRacers!42
2024-08-22 13:05:41 +00:00
haya_underscore
ff035e0af5 Expose follower array and follower_t to lua 2024-08-22 13:05:41 +00:00
Sal
837d768606 Merge branch 'reduce-vfx-flashpal' into 'master'
Disallow palette flashes with reducevfx

Closes #214

See merge request KartKrew/RingRacers!48
2024-08-22 13:01:48 +00:00
Sal
99818671a8 Merge branch 'sigsegv-fix' into 'master'
Fix SIGSEGV related to GL renderer

See merge request KartKrew/RingRacers!49
2024-08-22 13:00:12 +00:00
wehrlia
d05202257b K_DrawTypingNotifier: Remove V_HUDTRANS
From V_DrawFixedPatch function call.
2024-08-21 17:00:14 -03:00
wehrlia
05d47fd06b hw_draw.c: Don't draw anything if alphalevel > 12 2024-08-21 16:59:04 -03:00
toaster
53d111b522 Merge branch 'master' into 'master'
exposed ply.startboost and the absent BT_ flags to lua

See merge request KartKrew/RingRacers!32
2024-08-17 18:49:02 +00:00
toaster
e76e2612df Merge branch 'fixUnflippedImportantObjects' into 'master'
Fix unflipped important objects & elements (also fix trick treshhold when flipped)

See merge request KartKrew/RingRacers!28
2024-08-17 18:39:39 +00:00
toaster
67cc69277b Merge branch 'expose-addmessage' into 'master'
Expose K_AddMessage functions.

See merge request KartKrew/RingRacers!9
2024-08-17 18:34:13 +00:00
Jisk
8bdd0abfaf Expose K_AddMessage functions. 2024-08-17 18:34:12 +00:00
toaster
2bc5fcc047 Merge branch 'drawOnMinimapInbounds' into 'master'
Fix and refactor drawOnMinimap (resolves #39, #192)

Closes #192 and #39

See merge request KartKrew/RingRacers!40
2024-08-17 16:18:18 +00:00
Sally Coolatta
113146d208 Disallow palette flashes with reducevfx
Resolves #214
2024-08-09 22:46:40 -04:00
Sal
1cafadc997 Merge branch 'segaskip' into 'master'
Allow Skipping through the Sega Logo Faster

See merge request KartKrew/RingRacers!26
2024-08-09 05:16:55 +00:00
SMS Alfredo
83c420f512 Allow Skipping through the Sega Logo Faster 2024-08-09 05:16:55 +00:00
Sal
56826a2981 Merge branch 'reverseInputsOnEncoreReplay' into 'master'
Fix reversed inputs in input display in encore replay

See merge request KartKrew/RingRacers!30
2024-08-09 04:52:03 +00:00
JugadorXEI
41ef8d227f Fix reversed inputs in input display in encore replay 2024-08-09 04:52:02 +00:00
Sal
097a5c77ab Merge branch 'useTerrainIDinsteadOfTerrainPointer' into 'master'
Store Terrain ID instead of Terrain pointer in texture_t (resolves #93)

Closes #93

See merge request KartKrew/RingRacers!36
2024-08-09 04:50:56 +00:00
Sal
f1e9ddc878 Merge branch 'getcolormap-fix' into 'master'
Fix v.getColormap TC_ skin number values not applying correctly on replays.

Closes #200

See merge request KartKrew/RingRacers!37
2024-08-09 04:31:28 +00:00
Sal
5d7f74299d Merge branch 'EOFEndsDefinition' into 'master'
Fix off-by-one error in BRIGHT and TERRAIN lump parsing

See merge request KartKrew/RingRacers!35
2024-08-09 04:25:05 +00:00
Sal
7441dae7d3 Merge branch 'fixlastpickupdistance' into 'master'
Fixed copy and paste error for "lastpickupdistance"

See merge request KartKrew/RingRacers!44
2024-08-09 03:33:14 +00:00
Sal
58b7f0bff3 Merge branch 'lookback-camera' into 'master'
Looking backwards no longer makes the player seasick (fixed camera distance)

See merge request KartKrew/RingRacers!45
2024-08-09 03:32:42 +00:00
Kimberly Wilber
c4154470b9 Disable camera lookback during loops. 2024-06-16 15:01:23 -04:00
Kimberly Wilber
c62dfa20d2 Disable camera dampening when looking backwards.
When traveling quickly, camera dampening normally causes the camera to get
further away from the player, but it screws up camera angles when looking
backwards.

This change causes camera dampening to happen instantly when looking behind.
That way, players can expect the camera to always be in a consistent location
when they tap the "look behind" button.
2024-06-16 13:57:37 -04:00
Ibly
c8d57c9953 Fixed copy and paste error for "lastpickupdistance" 2024-06-11 19:41:30 +00:00
JugadorXEI
10d46fb1db Refactor and fix drawOnMinimap 2024-06-05 13:02:29 +02:00
JugadorXEI
eff25774a1 Extract minimap flags and object pos-to-minimap pos code into functions 2024-06-05 13:02:00 +02:00
hayaunderscore
6185771f0c Check if skin number is postive before setting replay skin colormaps
Fixes #200.
2024-06-04 10:22:55 +08:00
JugadorXEI
2891f60341 Store terrain ID instead of terrain pointer, add new helpers and accomodate for this 2024-05-31 21:15:40 +02:00
JugadorXEI
897fe3b1b8 Fix off-by-one error in BRIGHT and TERRAIN lump parsing 2024-05-31 17:03:51 +02:00
king the memer
b20a5d412e Commit #1
exposed ply.startboost and the absent BT_ flags to lua
2024-05-26 15:54:16 +01:00
JugadorXEI
586e4c4cd8 Fix powerup aura being unflipped 2024-05-22 21:54:45 +02:00
JugadorXEI
cea8b9566e Fix super flicky bobbing not being flipped, as well as the object itself 2024-05-22 21:54:45 +02:00
JugadorXEI
4c7ec4bae0 Fix shield objects not being properly flipped 2024-05-22 21:54:45 +02:00
JugadorXEI
20138f3d67 Fix name/splitscreen/rival tags not being flipped properly when player was flipped 2024-05-22 21:54:45 +02:00
JugadorXEI
dbac449272 Fix hyudoro being incorrectly flipped during roaming status 2024-05-22 21:54:45 +02:00
JugadorXEI
c275f9b3cb Fix tricks fail threshold when under gravflip, fix Charge Aura's visuals not being flipped 2024-05-22 21:54:45 +02:00
JugadorXEI
4439ce8940 Fix soft landing mobj not being properly flipped 2024-05-22 21:54:45 +02:00
JugadorXEI
bdb15028a1 Fix ring debt object not being properly flipped 2024-05-22 21:54:45 +02:00
JugadorXEI
87ddd2f794 Fix servant hand not being properly flipped 2024-05-22 21:54:40 +02:00
Eidolon
161d375532 Bump MODVERSION for 2.4 2024-05-21 00:03:01 -05:00
Eidolon
03241a13c5 Bump MODVERSION for 2.3 2024-05-20 23:36:25 -05:00
Eidolon
de862f2b5e Update textures_originalzones hash 2024-05-20 23:17:58 -05:00
Eidolon
2945521deb Update textures_segazones hash 2024-05-20 23:16:40 -05:00
Oni
f4148a3281 Merge branch 'lesser-shrink' into 'master'
Increase shrink contact leniency

See merge request KartKrew/Kart!2403
2024-05-21 04:09:23 +00:00
AJ Martinez
92774e76fe Merge branch 'sliptide-snap-fix' into 'master'
Sliptide snap fix

See merge request KartKrew/Kart!2404
2024-05-21 04:03:35 +00:00
AJ Martinez
7bc1927a6c leniency_base compatlevel tyop 2024-05-20 20:57:27 -07:00
AJ Martinez
447f95196c Properly compatlevel leniency_base 2024-05-20 20:56:46 -07:00
AJ Martinez
96fab61da1 Reduce angle-snap leniency to kludge heavyweight sliptide starts 2024-05-20 20:55:12 -07:00