- Nov 23, 2023
-
-
James R. authored
Change from Lua: Ice Dust hitbox is twice as wide
-
James R. authored
- Cancel offroad - Inputs do not work - Cannot accelerate - Drift/Brake does not work (side-effect of P_PlayerInPain) - Sprite shakes if icecube.shaketimer - Sprite is colorized Cyan - Max friction (slippery) - Player is considered to be in a pain state - Sprite slowly turns clockwise - Sprite tilting is disabled
-
James R. authored
-
James R. authored
API is still a work in progress and is not yet comprehensive.
-
Oni authored
Fix visuals on roulette latency compensation See merge request KartKrew/Kart!1657
-
Sal authored
-
Oni authored
Dimmed votes are greyscale See merge request KartKrew/Kart!1658
-
Sal authored
Has been killing me ever since it got into master. When vote count changes, one of the votes won't be sliding back and forth across the entire screen.
-
Sal authored
Makes the visuals on the voting screen significantly more clear
-
- Nov 22, 2023
-
-
Sal authored
- Latency is based on D0 instead of D2. - Confirm offset is now adjusted for latency, so it should feel more correct when stopping it. - Slot machine offset is properly set up to use the slot machine offset instead of the item roulette offset.
-
Oni authored
Buff faraway ringbox See merge request KartKrew/Kart!1655
-
AJ Martinez authored
-
AJ Martinez authored
-
AJ Martinez authored
-
AJ Martinez authored
-
toaster authored
Woops cuprow See merge request KartKrew/Kart!1656
-
Sal authored
Implement getModuleName for ACS environment See merge request KartKrew/Kart!1644
-
Sal authored
-
Sal authored
Quick-fix runaway bot underflow See merge request KartKrew/Kart!1654
-
toaster authored
- Fixes for UC_ALLCUPRECORDS - Actually use the capped difficulty variable - For the "every Cup" case, don't permit modded Cups to affect the result - M_CheckCupEmeralds (referenced for the above) - Also do not permit modded Cups to affect the result
-
AJ Martinez authored
-
Oni authored
Second row of cups is invisible if none of them are unlocked See merge request KartKrew/Kart!1652
-
Oni authored
Hardcode Gust Planet seasaws and trees See merge request KartKrew/Kart!1653
-
AJ Martinez authored
-
James R. authored
-
toaster authored
New condition for tracking multiple cups' windata. `Condition1 = AllCupRecords RR_Egg Bronze` - All cups up to Egg Cup must be completed at Bronze or better `Condition1 = AllCupRecords` - All cups in the game must be completed `Condition1 = AllCupRecords All Any Master` - All cups in the game must be completed on Master mode`
-
- Nov 21, 2023
-
-
toaster authored
- Always force a page seperation between the last core files cup and the first modded cup - Lost and Found sits exactly between them - If any cup on the last page of basegame is unlocked, place LnF on the last core page - Else, LnF is the first "cup" on the first Modded page - It's done this way so no Core material is spoiled if you haven't unlocked it yet. We want people to believe RR contains only 7 cups unless they go above and beyond Also address Volt's bug report: Prevent the first page of cups from being overridden if everything is locked
-
toaster authored
- Don't check alt-Podium maps as possible Cup stages - Guarantee the cupcache is initialised to NEXTMAP_INVALID properly
-
Oni authored
Podium Results/Round Queue fixes Closes #772 and #742 See merge request KartKrew/Kart!1647
-
James R. authored
-
James R. authored
- Add states - MT_GPZ_SEASAW_SPAWN - MT_GPZ_SEASAW_HITBOX - SPR_GPPS - SPR_GPZS - Add objects API - Obj_GPZSeasawSpawn - Obj_GPZSeasawThink - Obj_GPZSeasawCollide - objects/gpzseasaw.c - Gust Planet seasaw behavior
-
James R. authored
-
James R. authored
-
James R. authored
In preparation for Gust Planet seasaws, I'm grouping these separately from the rest of Dead Line states. Because the visual object does no think for itself, rather by proxy of the main seasaw object: I removed the DLZ tag, since this object will be reused for Gust Planet.
-
- Nov 20, 2023
-
-
toaster authored
- Controlled by M_CupSecondRowLocked - Looks for any Cup with associated unlockable that's on the second row - Cached on load for both relevant menus - Cupgrid and Challenges - Custom cups will be stretched out onto more pages - Side incentive of unlocking more material: Less annoying interactions with custom material - Pages with nothing unlocked are completely skipped over Also moves a bunch of minor things which previously used magic numbers to the CUPMENU_COLUMNS/CUPMENU_ROWS defines, for sanity
-
AJ Martinez authored
Nerf per-level rank requirements See merge request KartKrew/Kart!1648
-
- Nov 19, 2023
-
-
AJ Martinez authored
Lap animation polish See merge request KartKrew/Kart!1651
-
AJ Martinez authored
Remove malloc from I_ReportSignal See merge request KartKrew/Kart!1650
-
toaster authored
- Only play when your latestlap increases, since the thumbs up/down is what affects your Grade - If knocked back over the line, stay on your latest lap value instead of going back down
-
toaster authored
-