Commit graph

29980 commits

Author SHA1 Message Date
Oni VelocitOni
1867079623 Merge branch 'jartha/mach-spheres-half' into 'master'
Nerf Phantom Cup Blue Spheres, 30 ring boost -> 10, each sphere awards 1 ring

See merge request kart-krew-dev/ring-racers-internal!2696
2025-08-01 16:00:48 +00:00
toaster
841fc2472c Remove all replay backwards compat
- Cleans up codebase in some high density regions
- Prevents crashing on the title screen due to old demos being played before we replace staffghosts
- Guarantees nothing we don't want slips in
2025-08-01 16:39:13 +01:00
toaster
9da5c3afb5 MT_WALLSPIKE, MT_ITEMCAPSULE: Remove time attack compat-intended hacks
- You now can't phase through a stationary Prison Egg in any gametype, not just Tutorial
- You can now scale Item Capsules in any gametype, not just Special
2025-08-01 16:27:47 +01:00
Oni VelocitOni
47248f2030 Merge branch 'bubble-mash' into 'master'
Bubble shield mash limit (resolves #1613)

Closes #1613

See merge request kart-krew-dev/ring-racers-internal!2712
2025-08-01 14:31:52 +00:00
toaster
d63d0279e6 Falling into infinite shrinkage in death pit should not do drift/tumble sounds/bounces
Discovered while testing Atlantis with improved spike behaviour
2025-08-01 15:08:46 +01:00
toaster
2726da8e86 MT_WALLSPIKE bumps are now literally reusing wallspring code
The code clearly *wanted* them to behave like wallsprings, but it was a mess so they were instead nuclear railguns. Now they're grey springs with damage but without tiregrease!

Also:
- Fixes pop-out wallspike interactions
- If a custom MF_SPRING has a "starcolor" (tiregrease stars) of SKINCOLOR_NONE, instead don't apply any tiregrease
2025-08-01 14:46:42 +01:00
toaster
763b9e970a P_DoSpringEx: Only permit new detaching from ground if the spring has a vertical component to its momentum 2025-08-01 14:02:51 +01:00
James R
1754ff0782 Mach Spheres: do not collect in stun 2025-08-01 01:10:12 -07:00
James R
fcf2dc1909 Mach Spheres: do not award rings in stun 2025-08-01 01:08:28 -07:00
Ashnal
b1125d3e7b Merge branch 'ballhog-buffs' of https://gitlab.com/kart-krew-dev/ring-racers-internal into ballhog-buffs 2025-07-31 22:26:27 -04:00
Ashnal
47b04a6044 Fix ballhog boom lingering 2025-07-31 22:26:21 -04:00
Antonio Martinez
98f385049d Ballhog bugfixes 2025-07-31 21:02:58 -04:00
Ashnal
9784fd6d97 Comment out the float for now, not my design 2025-07-31 18:49:10 -04:00
Ashnal
1ddfd7c1ee Also fix reverse gravity while I'm here 2025-07-31 18:46:38 -04:00
Ashnal
cc79808aba New MFE_DONTSLOPELAUNCH flag
Makes mobj immune to slope launching
Also 32 bit eflags woo
2025-07-31 18:37:38 -04:00
Antonio Martinez
8c0f07ad6d Refactor bubble speed limit, trap duration 3.5sec, 6 inputs per second 2025-07-29 19:08:29 -04:00
Antonio Martinez
3e78ba17ac Bubble shield mash limit 2025-07-29 17:55:18 -04:00
Antonio Martinez
f6488697f4 Don't flash ballhog "DANGER!" in reducevfx 2025-07-29 17:30:14 -04:00
Antonio Martinez
893098c59d Hog refinement, PF2_FASTTUMBLEBOUNCE 2025-07-29 17:26:15 -04:00
Antonio Martinez
6aed8f5f1c Galactic ballhog fuckup WIP 2025-07-29 05:28:34 -04:00
VelocitOni
b4d4e3a140 Bigger quake
Bigger quake but it doesn't do anything :holdingbacktears:
2025-07-29 04:39:42 -04:00
VelocitOni
567ec0aef2 Deathstate for SSMine has sound
But it doesn't fucking work because of course it don't
2025-07-29 04:37:58 -04:00
VelocitOni
12f8c68144 Gunstar sound
plays further away since we use it now
2025-07-29 03:13:06 -04:00
VelocitOni
d2b7bfcc00 Big fat quakes
It quakes, and proxmine explosion is fat too
2025-07-29 03:12:41 -04:00
VelocitOni
4577b0a3e3 Deathstate sound and radius increase
Made it bigger, use a Gunstar Heroes sound and NOT a kirby one
2025-07-29 03:11:49 -04:00
VelocitOni
aa0fb02f9a Reticule radius increase
Doubled the reticule radius to make it more effective & match new hitbox
2025-07-29 03:11:16 -04:00
VelocitOni
e7246b1fd5 Even more BALLHOGBOOM reduction
I missed another ctrl+s huh
2025-07-29 01:31:05 -04:00
VelocitOni
ed98af18b2 This too needed renaming
I forgot to hit ctrl+s lol
2025-07-29 01:30:02 -04:00
VelocitOni
7c793096f1 Modernize BallhogBoom animation states
Cut down BallhogBoom states into 1 nice FF_ANIMATE because it's so old, changed all BALLHOGBOOM1s to just BALLHOGBOOM
2025-07-29 01:27:06 -04:00
Oni VelocitOni
efd7442c65 Merge branch 'bail-move-drain' into 'master'
Move bail ring drain to end of hitlag, bail stun reduction based on charge

See merge request kart-krew-dev/ring-racers-internal!2711
2025-07-28 06:44:39 +00:00
VelocitOni
2e516b0761 Even more forgiving
+ 125%
2025-07-27 18:17:44 -04:00
Ashnal
2b291c107f Remove debugprint 2025-07-27 15:10:57 -04:00
Ashnal
16628c59ca Rework logic ordering
fixes charge logic
2025-07-27 14:44:21 -04:00
Ashnal
371e34122a move bail ring deduction to after hitlag 2025-07-25 21:49:41 -04:00
Ashnal
5e4bd6adbb bailquake rename to bailhitlag 2025-07-25 21:16:04 -04:00
Oni VelocitOni
df9d4cf177 Merge branch 'ringbox-115-percent' into 'master'
Ringbox 115%

See merge request kart-krew-dev/ring-racers-internal!2709
2025-07-25 06:02:27 +00:00
VelocitOni
38951e892b Ringbox 115%
Made a change, we all tested on it, I didn't commit it and merged it. Has happened twice in my life now and I just don't understand why I do it
2025-07-25 02:00:38 -04:00
Oni VelocitOni
aabfe728c2 Merge branch 'recorrect-ringbox-buff-mistake' into 'master'
Ringbox now actually gives +10% more

See merge request kart-krew-dev/ring-racers-internal!2707
2025-07-25 05:50:19 +00:00
Oni VelocitOni
e7917b2f05 Merge branch 'change-public-server-wording' into 'master'
Advertising a Server & Voice Chat Menu Rewording

See merge request kart-krew-dev/ring-racers-internal!2705
2025-07-25 04:52:14 +00:00
Eidolon
4fd5f1f986 Fix remaining issues with voice cvar logic flip 2025-07-24 22:59:25 -05:00
Eidolon
4e7816c05c Merge public master 2025-07-24 22:52:12 -05:00
Eidolon
758480a7ea Move include in m_misc.h where it belongs 2025-07-24 22:49:45 -05:00
VelocitOni
9726c999ce Merge branch 'master' into recorrect-ringbox-buff-mistake 2025-07-24 23:47:13 -04:00
Oni VelocitOni
10f846d56e Merge branch 'bailcharge-no-painnerf' into 'master'
Bailcharge no painnerf

See merge request kart-krew-dev/ring-racers-internal!2706
2025-07-25 03:43:33 +00:00
VelocitOni
0ad6882883 One more reversal in HUD
0 to 1
2025-07-24 23:26:42 -04:00
VelocitOni
d3e4f91824 More reversals to fix
More reverals fixed, forgot wording on blurb
2025-07-24 23:19:03 -04:00
VelocitOni
3e194b1a28 Missed a reversal
I sure hope there's not one of these for allowservervoice too...
2025-07-24 23:12:50 -04:00
VelocitOni
1881208d5f Caught 2 more variables that needed renaming
VoiceChat_OnChange -> VoiceSelfDeafen_OnChange, & voice_chat -> voice_selfdeafen
2025-07-24 23:02:25 -04:00
Oni VelocitOni
207d4c6a70 Merge branch 'goner-choice' into 'master'
Goner Choice

See merge request kart-krew-dev/ring-racers-internal!2702
2025-07-25 02:56:20 +00:00
VelocitOni
29d1dcef2d "Deafen" and "Server Voice Chat" now have new variables
cv_voice_chat -> cv_voice_selfdeafen & cv_voice_servermute -> cv_voice_allowservervoice
2025-07-24 22:54:43 -04:00