- Nov 22, 2023
-
-
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
-
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
-
toaster authored
Will error for overridden material from the future (how did it get overridden?), but accomodates everything before the roundqueue's head.
-
toaster authored
- Instead of iterating over all levels, iterate over all entries in round queue - Accomodates hash collisions - Accomodates levels in queue that simply haven't been ranked - Prevent more levels being ranked than the size of the Queue - Improve error messages to provide more information about the state of the queue
-
toaster authored
-
toaster authored
The player pin jumping "clack" sound was improperly guarded from happening when reaching the end of a GP without accomplishing a Sealed Star.
-
toaster authored
-
toaster authored
- When a nextmapoverride is in play, do not insert the just-played map into the GP Rank - Put all the behaviour that determines which Round icon to show in exactly one places Also, fix a bug where it would show the skin realname for a spectating player's tally instead of the ROUND text.
-
toaster authored
Resolves most of #772. - Match maximum size of levels array to ROUNDQUEUE_MAX, to prevent edge cases - Explicitly check that numLevels does not equal/exceed array size before writing
-
Sal authored
-
Sal authored
- Use ease-out sine curve for lap points. This means that the difference between 0 and 1 lap points is more drastic for your score than the difference between 5 and 6. (If this isn't strong enough, then a different curve can be used.) - Final position is weighted less heavily. - You now get 0 points at the best losing position, instead of 0 points at the worst winning position. This means less negative points. - Fix Battle ranking being wildly skewed when point limit is disabled.
-
Sal authored
-
Oni authored
Define out WPZ turbine bubbles until we actually know why they false-positive See merge request KartKrew/Kart!1646
-
AJ Martinez authored
-
Oni authored
Capsule followers use target flags if no source (fixes crash) See merge request KartKrew/Kart!1645
-
Oni authored
Other Progression Closes #561 See merge request KartKrew/Kart!1606
-
AJ Martinez authored
-
- Nov 18, 2023