Commit graph

27325 commits

Author SHA1 Message Date
James R
254597bece Copyright fixup: James Robert Roman 2024-03-28 19:01:38 -07:00
Lach
d736c59bd3 Add my full name to Ring Shooter 2024-03-29 12:27:55 +11:00
Lach
9615d869db Copyright fixup: Lach 2024-03-29 12:23:09 +11:00
AJ Martinez
038e552c80 Only do Heavy Magician behavior for Heavy Magician, lol 2024-03-28 18:09:25 -07:00
AJ Martinez
3eb9283b37 Copyright fixup: Tyron 2024-03-28 17:39:49 -07:00
AJ Martinez
f76a958c53 Kill players that fail loops 2024-03-28 16:13:10 -07:00
James R
28cd56f24c Add cheats
Co-authored-by: toaster <rollerorbital@gmail.com>
Co-authored-by: AJ Martinez <aj@worldsbe.st>
2024-03-28 00:09:12 -07:00
James R
bf24520ad3 Tweak password algorithm 2024-03-28 00:09:12 -07:00
James R
acbb7eb463 Add password checking system
Co-authored-by: toaster <rollerorbital@gmail.com>
2024-03-28 00:09:11 -07:00
James R
a0dcde98c1 Add password hashing functions 2024-03-28 00:09:02 -07:00
James R
181c21613e Pull client9/stringencoders/modp_b64
- Base64 encoder/decoder
- Minor edits to compile with Ring Racers
2024-03-28 00:09:02 -07:00
James R
17c4fbbb51 fastforward: appears on the cheats menu 2024-03-28 00:09:02 -07:00
James R
11dc5b7318 Fix line endings 2024-03-28 00:09:02 -07:00
AJ Martinez
90a52edbe0 Lowercase curweather/lastlowestlap 2024-03-28 00:07:52 -07:00
AJ Martinez
494843d78f Rerandomize Heavy Magician when recovering in GTR_BUMPERS 2024-03-27 22:02:57 -07:00
Oni
e55748a1b2 Merge branch 'super-frame-skip' into 'master'
SUPER FRAME SKIP (QOL for My Shitty PC)

See merge request KartKrew/Kart!2172
2024-03-28 04:34:20 +00:00
James R
593aed9110 Make "Extra Frame Skipping" (for 3d rendering) an advanced video option
- Off by default
2024-03-27 20:10:38 -07:00
Gunla
1cdb2be7aa Merge branch 'fix-sealed-mace' into 'master'
Fix Sealed Star Mace hardcode

Closes #1012

See merge request KartKrew/Kart!2182
2024-03-28 02:17:26 +00:00
Oni
759422a425 Merge branch 'eggman-transfer-conveyance' into 'master'
Eggbox transfer fixups

See merge request KartKrew/Kart!2181
2024-03-28 02:07:37 +00:00
Oni
1ff6262197 Merge branch 'fix-gp-player-count' into 'master'
Fix K_GetGPPlayerCount off by one

See merge request KartKrew/Kart!2179
2024-03-28 02:07:25 +00:00
James R
6d217b8fd6 Fix Sealed Star Mace hardcode
- Was broken and didn't have a hitbox or sprite
- Didn't notice because there was a SOC file taking
  precedence
2024-03-27 18:17:16 -07:00
Oni
91b2365d86 Merge branch 'splitscreen-hud-fixes' into 'master'
Fixes for splitscreen: "Save  Replay" button and input display vs 4P tally

Closes #1208

See merge request KartKrew/Kart!2168
2024-03-27 22:43:56 +00:00
Oni
b85d9d0017 Merge branch 'intro-sound-fuck' into 'master'
Sounds + intro polish

See merge request KartKrew/Kart!2162
2024-03-27 22:41:59 +00:00
Oni
2f22dfecd0 Merge branch 'vote-screen-crash' into 'master'
Fix rare vote screen crash

Closes #1141

See merge request KartKrew/Kart!2177
2024-03-27 22:41:20 +00:00
Oni
59974ebce2 Merge branch 'sal-cam-sandboxing' into 'master'
Camera last minute adjustments

Closes #1034

See merge request KartKrew/Kart!2161
2024-03-27 22:40:22 +00:00
Oni
3694f1b2a2 Merge branch 'gl-no-titlemap-loading' into 'master'
Don't draw OpenGL loading screen on titlemap or credits attract demos

See merge request KartKrew/Kart!2166
2024-03-27 22:38:49 +00:00
Oni
e011b21d6d Merge branch 'panicpause' into 'master'
Pause local games if a player's gamepad disconnects

See merge request KartKrew/Kart!2163
2024-03-27 22:38:30 +00:00
AJ Martinez
9fe34b3ef5 Increase eggbox transfer delay again 2024-03-27 14:59:37 -07:00
AJ Martinez
6b79084a14 Increase source transfer delay 2024-03-27 14:54:07 -07:00
AJ Martinez
e1b35eeb32 Eggbox transfer fixups 2024-03-27 14:50:05 -07:00
AJ Martinez
1d53722a5b Expose eggmanTransferDelay 2024-03-27 14:37:02 -07:00
AJ Martinez
09d5400453 Lowercase player_t from Lua, take 2 2024-03-27 14:33:18 -07:00
AJ Martinez
a5e659c8f4 Revert "Lowercase player_t from Lua, take 2"
This reverts commit 83e2e9ed98.
2024-03-27 14:32:27 -07:00
AJ Martinez
83e2e9ed98 Lowercase player_t from Lua, take 2 2024-03-27 14:32:07 -07:00
Sally Coolatta
6096c9bef4 Fix K_GetGPPlayerCount off by one 2024-03-27 16:58:58 -04:00
AJ Martinez
ab6c770657 Merge branch 'fix-video-recorder-crash' into 'master'
Fix random video recorder crash

Closes #685

See merge request KartKrew/Kart!2170
2024-03-27 11:40:29 +00:00
James R
1e6c401e96 Y_DrawVoteBackground: use unsigned type to avoid negative modulo into underflow
- Fixes a rare crash if the vote screen has been present
  enough times
2024-03-27 03:43:15 -07:00
James R.
31afbef95a Merge branch 'challenge-final' into 'master'
Challenges Final II

See merge request KartKrew/Kart!2176
2024-03-27 09:18:53 +00:00
James R.
026b91c49b Merge branch 'spraycan-final' into 'master'
Spray Can spawning rule cleanup

Closes #1198

See merge request KartKrew/Kart!2175
2024-03-27 09:18:31 +00:00
Sally Coolatta
6833885948 Don't go to krew screen in goner 2024-03-27 01:07:53 -04:00
James R.
fea4b0bd2a Merge branch 'credits-music-tidy' into 'master'
Credits music tidy

See merge request KartKrew/Kart!2160
2024-03-27 04:11:55 +00:00
James R.
deaec8e541 Merge branch 'silhouette-soundless' into 'master'
Don't play skinsounds from silhouettes

See merge request KartKrew/Kart!2173
2024-03-27 04:11:06 +00:00
toaster
75b4bdd4ea Catch all other instances of sounds which might have played where R_CanShowSkinInDemo is false
- Tally
- Generic S_StartSound call (where sfx_id is in skinsound region)
2024-03-27 04:01:58 +00:00
toaster
b7927fc7a4 Clean up a bunch of the K_Play[something]Taunt/Sound functions
- Less copypasted code
- Cleaner to read at-a-glance
- Don't play for objects that don't have skins set
- Don't play if R_CanShowSkinInDemo is false
2024-03-27 04:01:58 +00:00
James R.
59b335ed09 Merge branch 'silhouette-results' into 'master'
Tally, Intermission: mask not-yet-unlocked characters

Closes #1213

See merge request KartKrew/Kart!2169
2024-03-27 04:01:53 +00:00
James R.
4d283f07d3 Merge branch 'tally-livescounter' into 'master'
Use kThinTimer font for Tally GP success/game over

See merge request KartKrew/Kart!2174
2024-03-27 04:01:35 +00:00
Sally Coolatta
7e8a42c4a0 Faster z speed in the air 2024-03-26 21:59:49 -04:00
James R
69e8d735a1 Move input display out of the way of 4P tally 2024-03-26 17:53:22 -07:00
James R
360bbf6552 Remove VHS filter
- It does not seem to be working and hasn't for a while.
- Was interfering with 3d rendering skipping.
2024-03-26 17:41:49 -07:00
James R
c7c8bfa89a Software: always let 3d rendering drop to at worst 2 FPS if the menu is open
- If the framerate is normally dropping below 60, drop 3d
  rendering frames while in the menu to compensate
- The lower the average framerate, the more 3d rendering
  frames are dropped
2024-03-26 17:41:49 -07:00