Eidolon
187f30cc64
rhi: use GL 2 instead of GL Core
...
Widens the hardware compat range without losing features (besides
debugging)
2023-11-04 20:15:51 -05:00
Oni
6e6c0cd71f
Merge branch 'ballhog-descam' into 'master'
...
Ballhog fixups (+ sound cleanup)
See merge request KartKrew/Kart!1590
2023-11-03 03:13:13 +00:00
Oni
b20fb26c04
Merge branch 'hanagumi-ringbox' into 'master'
...
Hanagumi Hall ring vent overflow (resolves #745 )
Closes #745
See merge request KartKrew/Kart!1591
2023-11-03 03:12:35 +00:00
Oni
4e5e0835b5
Merge branch 'mania-time-trial' into 'master'
...
Mania-style time trials (resolves #747 mostly by accident)
Closes #747
See merge request KartKrew/Kart!1592
2023-11-03 03:12:03 +00:00
AJ Martinez
28405087e5
Y to quick restart attack modes
2023-11-02 16:53:55 -07:00
AJ Martinez
5acfe85542
Fix incomplete ghost fast-forwarding
2023-11-02 16:51:25 -07:00
AJ Martinez
0ca7897327
Remove sliptide sound fix (revisit later)
2023-11-02 07:11:02 -07:00
AJ Martinez
a2438a14c2
Fix standard race times being modified on line cross
2023-11-02 07:06:28 -07:00
AJ Martinez
506ab31f7f
Mania-style time trials
2023-11-02 06:51:51 -07:00
toaster
263c968cc8
Fix the Hanagumi Hall ring vent overflow
...
The way the cap was being handled was kind of messed up, and was trying to subtract your existing Super Ring count.
But because the datatype doesn't support negative numbers, it rolled under to approx UINT16_MAX!
Fix the datatypes and add the extra over-range check to prevent this from happening again.
2023-11-02 11:24:54 +00:00
AJ Martinez
143320b577
Misc item fuckery
2023-11-01 23:11:24 -07:00
AJ Martinez
429f84f6b6
Fix bad null check for sliptide zip indicator
2023-10-29 15:02:05 -07:00
Oni
fc982e84fd
Merge branch 'duel-items-in-bonus' into 'master'
...
Spawn Duel items in GP Bonus
See merge request KartKrew/Kart!1584
2023-10-29 16:07:29 +00:00
AJ Martinez
1a75bc2e00
Fix Duel Bonus items being shortcircuited in P_AllowMobjSpawn
2023-10-29 05:28:45 -07:00
Oni
d79f723138
Merge branch 'flame-shield-fixups' into 'master'
...
Flame Shield fixups
See merge request KartKrew/Kart!1585
2023-10-29 06:17:22 +00:00
Oni
f5c1180095
Merge branch 'turn-solver-leniency' into 'master'
...
Sliptide/drift exit cleanup
See merge request KartKrew/Kart!1576
2023-10-29 06:08:22 +00:00
Oni
8557a7250f
Merge branch 'prison-difficulty' into 'master'
...
Prison difficulty modes
See merge request KartKrew/Kart!1583
2023-10-29 06:07:42 +00:00
Oni
263eb3dd87
Merge branch 'podium-polished' into 'master'
...
Podium rank screen polished
See merge request KartKrew/Kart!1588
2023-10-29 06:04:22 +00:00
Sal
cecd81b4aa
Podium rank screen polished
2023-10-29 06:04:22 +00:00
AJ Martinez
79a2c9a61d
Flame Shield fixups
2023-10-27 21:05:18 -07:00
AJ Martinez
be1ce929c7
Fix time-increment overlap in prisons
2023-10-24 02:15:19 -07:00
toaster
1fecdc7ed5
Merge branch 'allow-whip-in-spindash' into 'master'
...
Whip fixups no.69
See merge request KartKrew/Kart!1575
2023-10-24 09:04:53 +00:00
toaster
b166c580b9
Merge branch 'titlemap-startpos-interp' into 'master'
...
Defer title start in intro responder to ticker
Closes #731
See merge request KartKrew/Kart!1581
2023-10-24 09:01:23 +00:00
toaster
844f868bed
Merge branch 'fix-whip-buzzsaw' into 'master'
...
Fix instawhip buzzsaw oneshotting the UFO
See merge request KartKrew/Kart!1579
2023-10-24 09:00:21 +00:00
AJ Martinez
b2349ed6bf
Spawn Duel items in GP Bonus
2023-10-24 01:44:56 -07:00
Oni
a221cb467e
Merge branch 'master-mode-all-access' into 'master'
...
Rank 1 Master always enters Sealed Star
See merge request KartKrew/Kart!1582
2023-10-24 03:25:55 +00:00
AJ Martinez
80a9b5c3ec
Why did numlaps ever save
2023-10-23 19:57:23 -07:00
AJ Martinez
dbe25d8be4
Fix Prisons difficulty to respond to GP settings
2023-10-23 19:55:54 -07:00
Oni
cbb3c505fe
Merge branch 'fix-spb-attack-hud' into 'master'
...
Fix SPB Attack distance tracker
See merge request KartKrew/Kart!1578
2023-10-24 01:36:59 +00:00
Oni
b36d93c74d
Merge branch 'network-debug' into 'master'
...
Packet loss indicator
See merge request KartKrew/Kart!1573
2023-10-24 01:26:20 +00:00
Oni
a90d6d38c5
Merge branch 'gachabom-rebound-noise' into 'master'
...
Gachabom fixups
See merge request KartKrew/Kart!1577
2023-10-24 01:17:30 +00:00
Oni
bb537b8de9
Merge branch 'bot-controller' into 'master'
...
Revamped Bot Controllers
See merge request KartKrew/Kart!1574
2023-10-24 01:03:01 +00:00
AJ Martinez
5cdedd53ba
Prisons: respond to game difficulty
2023-10-22 17:16:04 -07:00
AJ Martinez
e2e022dd6a
Rank 1 Master always enters Sealed Star
2023-10-22 16:49:31 -07:00
Eidolon
d32823bac8
Defer title start in intro responder to ticker
...
Fixes KartKrew/Kart#731
2023-10-22 17:56:16 -05:00
AJ Martinez
287a49b337
Use minimap transparency(ish) for SPB Attack HUD
2023-10-22 03:41:54 -07:00
AJ Martinez
8b9b1e1640
Fix instawhip buzzsaw oneshotting the UFO
2023-10-22 03:30:04 -07:00
AJ Martinez
877651733b
Fix SPB Attack distance tracker
2023-10-22 03:07:51 -07:00
AJ Martinez
730f788a07
Sliptide SFX perf optimization
2023-10-22 01:51:58 -07:00
AJ Martinez
dc7fea1d26
Gachabom rebound: initialize soundplayed flag
2023-10-22 01:45:11 -07:00
AJ Martinez
31fbb29b88
Gachabom fixups
2023-10-22 00:06:07 -07:00
AJ Martinez
395675e5b0
Fix whip input lockout on instant use items
2023-10-21 22:01:08 -07:00
AJ Martinez
6ad7c7692c
Sliptide/drift exit cleanup
2023-10-21 19:50:21 -07:00
AJ Martinez
3f8b557d5e
Whip fixups #69
2023-10-21 18:05:49 -07:00
Oni
9c585e35de
Merge branch 'fix-cheese' into 'master'
...
Fix perma ring box anticheese
See merge request KartKrew/Kart!1572
2023-10-22 00:06:16 +00:00
AJ Martinez
bb263114f0
Wrong Perma Ring Box flag for anticheese
2023-10-21 17:05:47 -07:00
Oni
9a315e7e8b
Merge branch 'die-less-hard' into 'master'
...
Don't clear respawn lap when dying (resolves #727 )
Closes #727
See merge request KartKrew/Kart!1571
2023-10-21 23:51:40 +00:00
Oni
2cc14bf8f8
Merge branch 'fix-random-item-retransform' into 'master'
...
Don't retransform random items (resolves #726 )
Closes #726
See merge request KartKrew/Kart!1569
2023-10-21 23:49:32 +00:00
Oni
a5bd49b882
Merge branch 'break-through-them-all' into 'master'
...
Break Through Them All
Closes #704
See merge request KartKrew/Kart!1570
2023-10-21 23:47:50 +00:00
Sally Coolatta
7735e23170
Memset bot controller when loading sectors
...
Just in case
2023-10-21 16:39:27 -04:00