- Dec 18, 2023
-
-
toaster authored
Goner Setup + Tutorial first pass Closes #697 See merge request KartKrew/Kart!1692
-
toaster authored
-
toaster authored
- Helper functions for eased X/Y - Don't jump Metal's camera around when doing things rapidly - Don't have ctrl alt del open mouths when not on the main Goner menu itself
-
toaster authored
- Plays unconditionally, even while mid-game - ...except on the Goner Setup, per direct request
-
toaster authored
-
toaster authored
-
toaster authored
- Imply passage of time when returning from Tutorial to Outro by resetting all the background variables - Add an additive layer to the Options cogs, so they show up over an extremely dark background - Metal Sonic will not focus on Tails/Eggman until video is restored - Don't draw the Miles Electric transparent unless it's completely in its upright position
-
toaster authored
-
toaster authored
-
toaster authored
- Checks for whether a Gamepad is connected - If yes, says you can use "your Gamepad" - If no, says you can use "Enter, ESC, and the Arrow Keys" - Show ENTER and ESC on any Message prompt (instead of A/B/X) if no Gamepad is connected - Add M_DrawMediocreKeyboardKey, a genericisation of the previous entry in the series' Time Attack HUD
-
toaster authored
M_DrawMenuTyping: Update informational text, since you can no longer automatically switch between Virtual Keyboard and standard typing while the dialog is open.
-
toaster authored
- More clinical wording - Guarantee never auto-show when Playing()
-
toaster authored
- Assign poses for Outro and GDQ Passwords - Flicker camera when showing visuals after using a GDQ Password
-
toaster authored
- Force to play when selecting "START GAME" from the Goner Setup - Make far shorter on the First Boot, obscuring the extended Kart Krew vroom, to prevent it playing identically twice - Prevent skipping the intro at all if Ring Cup hasn't been unlocked - Both for the shortened initial startup and the START GAME first encounter - It already clears dirmenu if relevant, don't do that twice
-
toaster authored
- Eggman's mouth moves - Smooth camera movement - Smooth Miles Electric movement - Less fragile/instant blinking
-
- Dec 17, 2023
-
-
-
toaster authored
Fix movie recorder config Closes #798 See merge request KartKrew/Kart!1691
-
toaster authored
Tails and Eggman talking to each other/Metal Sonic/the player.
-
Eidolon authored
Fix GLENCORE memory leak, re-enable See merge request KartKrew/Kart!1688
-
Eidolon authored
-
toaster authored
-
toaster authored
- Hook into M_PlayMenuJam, to reduce bespoke behaviour - Use the finalised track string - Play on the Sound Options menu Also, use MAIN_Goner as reference for the password field's presence, because I lost like 30 minutes to a related bug
-
-
Eidolon authored
-
- Dec 16, 2023
-
-
Eidolon authored
-
toaster authored
Fix language standard compliance See merge request KartKrew/Kart!1690
-
toaster authored
readskincolor: sizeof is compile-time evaluated, literally why do we need to run the allocator for this
-
toaster authored
-
toaster authored
We don't need to dedicate time to allocation - we know the upper bound to this array size, and it's not very much at all.
-
- Dec 15, 2023