Commit graph

3153 commits

Author SHA1 Message Date
Sally Coolatta
b610353699 Add follower ring animation
Add "RingState" and "RingTime" to followers. RingState is the state to use while they're giving you an auto-ring. The animation plays for RingTime tics per-ring, so it can extend to however long they need to use rings.
2024-05-05 01:18:25 -07:00
Sally Coolatta
a557039ce3 Implement auto-ring use animation
Your current follower spits out the rings. Auto ring is in another branch, so it's just always using this currently.
2024-05-05 01:18:25 -07:00
Ashnal
71cc9c0800 Auto-Ring Accessibility Option
Lacking animation at this commit
2024-05-05 01:18:22 -07:00
AJ Martinez
ae36a6d72d Great Value Flame Dash (+ some bubble softening) 2024-05-04 17:29:35 -07:00
AJ Martinez
03037a2f13 Merge remote-tracking branch 'origin/master' into better-voltage-release 2024-05-04 17:14:28 -07:00
AJ Martinez
683f5016fb Level Skull 2024-05-03 20:15:21 -07:00
AJ Martinez
092bd77bd4 Don't overwrite Tutorial objectives when failing tricks 2024-05-03 16:00:14 -07:00
AJ Martinez
a83dd187d8 Allow better steering from trick MT release 2024-05-02 22:18:26 -07:00
AJ Martinez
cbd7b29cb6 Merge branch 'unbuff-bot-rings' into 'master'
Only buff bots' ring duration, NOT their boost

See merge request KartKrew/Kart!2349
2024-05-03 01:46:17 +00:00
AJ Martinez
1db5972791 Revert "WIP"
This reverts commit c05a9db159.
2024-05-02 16:40:12 -07:00
Sally Coolatta
9600c1945e Only buff bots' ring duration, NOT their boost
T'was an unintentional side effect of other rebalances, bots don't really need the extra speed. It is barely noticeable to me, but figure we might as well cut off a possible source of uncapped speed.
2024-05-02 19:03:00 -04:00
AJ Martinez
359b9439af Merge remote-tracking branch 'origin/master' into better-fastfall-bounce 2024-05-02 00:43:12 -07:00
AJ Martinez
c05a9db159 WIP 2024-05-02 00:43:07 -07:00
AJ Martinez
a314a4dada Don't slow down on fastfall bounce (regression) 2024-05-01 23:05:28 -07:00
Oni
1c6d6be426 Merge branch 'bubble-pop' into 'master'
Shield fixups

See merge request KartKrew/Kart!2338
2024-05-02 05:27:40 +00:00
Oni
fb9aeb3466 Merge branch 'trick-panel-controls' into 'master'
Accel press to trick

See merge request KartKrew/Kart!2332
2024-05-02 05:25:37 +00:00
Oni
f3824b5ad9 Merge branch 'improved-spindash-fucking-again' into 'master'
Improved spindash + ebrake

Closes #1345 and #1344

See merge request KartKrew/Kart!2341
2024-05-02 04:58:29 +00:00
AJ Martinez
50b64e2f08 No extended debt for recovery spindash 2024-05-01 21:04:20 -07:00
AJ Martinez
3c68ab7674 Improved spindash + ebrake 2024-05-01 20:35:49 -07:00
AJ Martinez
8615ed9db9 Fastfall refinements 2024-05-01 19:10:47 -07:00
AJ Martinez
bf585359c9 Add soft tumble, don't drop items vs invinc 2024-05-01 18:09:34 -07:00
AJ Martinez
1b8faf9233 Shield fixups 2024-05-01 17:27:42 -07:00
AJ Martinez
c53bd19db0 Add dpad button graphic, trick reminder on failed trick 2024-05-01 01:23:09 -07:00
AJ Martinez
e2db57d141 Accel press to trick 2024-05-01 00:05:15 -07:00
Sally Coolatta
9605abf66c Use InSine for the drift ease idea 2024-05-01 00:29:21 -04:00
Oni
bf3e99d8a9 Merge branch 'drift-ease-idea' into 'master'
Drift easing idea

See merge request KartKrew/Kart!2330
2024-05-01 04:06:08 +00:00
Sally Coolatta
0268137114 Drift easing idea
More similar to RR than SRB2Kart, but you regain control over a few tics.
2024-05-01 00:01:34 -04:00
Oni
dc116bfccc Merge branch 'invinc-shrink-nerfs' into 'master'
Grow/invinc tweakpass

Closes #1333

See merge request KartKrew/Kart!2321
2024-05-01 01:06:38 +00:00
Oni
cffd10ab69 Merge branch 'bot-small-tweakings' into 'master'
2.2 bot nerfs

See merge request KartKrew/Kart!2315
2024-05-01 01:05:16 +00:00
AJ Martinez
2ec6a688ab Base invinc timer 6 -> 7 2024-04-30 01:15:24 -07:00
AJ Martinez
7250bcc341 Bump dampening values up for midspeed driving 2024-04-29 23:27:44 -07:00
AJ Martinez
9dee22a7f6 Remove powerup timer debug print 2024-04-29 19:35:49 -07:00
AJ Martinez
fdf1be6a50 Grow/invinc tweakpass 2024-04-29 19:31:36 -07:00
Sally Coolatta
6d63167a0d G_CompatLevel
Checks for gameplay differences per DEMOVERSION. Allows us to make necessary handling changes without hurting the staff ghosts.
2024-04-29 11:02:03 -04:00
Sally Coolatta
fb954490c1 Fix comment typo 2024-04-29 03:25:11 -04:00
Sally Coolatta
eb94b9e6b0 Fix bot modifier not nerfing rings 2024-04-29 01:48:47 -04:00
AJ Martinez
a989fcca50 Two-stage turn stiffness dependent on player weight 2024-04-28 16:12:09 -07:00
AJ Martinez
b97c6e34c2 Fix K_PlayerTripwireSpeedThreshold breakage 2024-04-27 23:46:30 -07:00
Sally Coolatta
8eee6bd87c Tripwire requires more speed if rubberbanding 2024-04-27 20:55:01 -04:00
Sally Coolatta
92b8fe633a Reduce turn stiffening at high speed
This mechanic has been identical to SRB2Kart, but we go so much faster now that we wanna nerf it a lot.
2024-04-27 15:54:29 -04:00
Sally Coolatta
4c9b9f0e64 Fix drift end kick-out regression from SRB2Kart 2024-04-26 22:31:12 -04:00
Sally Coolatta
9c0dd231e8 Reduce bot top speed gains w/ power items
Use the boost stacking algo whenever their speed is buffed.
2024-04-25 17:15:26 -04:00
AJ Martinez
150b42fbcb Add extra explanation to ghost-compat instawhip charge hack 2024-04-15 04:49:43 -07:00
AJ Martinez
391ea40bdc Fix 1 tic of instawhip charge spamming new Reject visuals 2024-04-15 04:29:46 -07:00
AJ Martinez
a52da75df2 Prevent weird 1-frame whip trick that I don't understand 2024-04-12 15:27:57 -07:00
Oni
c9bd088c13 Merge branch 'make-way-bots' into 'master'
Kick CPU players to make room for human players that are waiting to play

See merge request KartKrew/Kart!2259
2024-04-12 03:41:38 +00:00
Sally Coolatta
95fc311802 Kick bots to make room for human that want to play 2024-04-11 19:45:50 +00:00
Sally Coolatta
78f3d62808 No thunderdome in GP 2024-04-11 03:07:56 -04:00
toaster
5b466527e8 Merge branch 'throw-more-dots' into 'master'
Add a bunch more statistics

See merge request KartKrew/Kart!1973
2024-04-06 22:08:30 +00:00
Eidolon
c22d6d75db Add several skin record stats, profile rounds 2024-04-06 11:25:31 -05:00