Oni
11a7ade5e3
Merge branch 'goner-final-final-final' into 'master'
...
Goner Final Final Final
See merge request KartKrew/Kart!2192
2024-03-31 05:53:23 +00:00
toaster
3789316756
Goner password adjustments
...
- After inputting an incorrect password on Goner, guarantee the "are you online" line doesn't play
- When using either GDQ password, don't allow re-entry
2024-03-30 21:18:10 +00:00
toaster
0aaf5649dd
Server Browser last-minute adjustments
...
- Menu string for server count
- Thin string for server name
- Gear instead of difficulty (renamed to keep the old assets just in case online GP)
- Pwr fixes
- Handle -1 case as "No Pwr"
- Adjust draw coords a little
- Custom gametype support
- Shows name as net-communicated instead of Pwr
- Affects d_clisrv side a little bit too
- All custom gametypes MUST show up on the Modded room, no exceptions
- Cache gametype info instead of constant strcmp
2024-03-29 22:04:17 +00:00
toaster
4f86c25e55
Consistency - "Go on and select a course!"
...
Replaces:
- "Go on and select a race track!" (Match Race)
- "Go on and select a level!" (Online)
2024-03-29 22:04:17 +00:00
toaster
c7c74ec11b
Fix Server Browser rules popup not working with new menu layout
...
- Instead of whitelist, we can just use GS_MENU
- Also get rules "early" if you turned advertise via the options menu/console
2024-03-29 22:04:17 +00:00
toaster
5971b4af04
Follower Horn cvar on Sounds Options
...
- Visible if any Followers unlocked OR Online mode is unlocked
- Also, re-organise the menu to put the user preferences into another dropdownable box
2024-03-29 22:04:16 +00:00
toaster
21156768d9
Fix cv_kartspeed invalid set for M_LevelSelected (caused by change from "Auto" to "Auto Gear")
2024-03-29 22:04:16 +00:00
toaster
288c8a98b1
Time Attack replays menu: Permit restoring to this menu after a Staff Replay
...
Only resets cv_dummystaff if invalid/switching between courses
2024-03-29 22:04:16 +00:00
toaster
93de95d8f8
Add a little more info to Host menu (text only)
...
So you have a representative idea of what each submenu contains
2024-03-29 22:04:16 +00:00
toaster
c520a46fa6
M_OptionsMenuGoto, related: Make newer submenus of Online Menu "inherit" their music from the supermenus
2024-03-29 22:04:16 +00:00
Gunla
20d6dcda88
Merge branch 'discord-rp-update' into 'master'
...
Update Discord Rich Presence for Ring Racers
See merge request KartKrew/Kart!2155
2024-03-29 20:30:20 +00:00
James R
8d2f8ef479
Copyright fixup: Kart Krew - menus
2024-03-28 19:20:59 -07:00
James R
75bc7ce5f9
Copyright fixup: Kart Krew
2024-03-28 19:02:01 -07:00
James R
acbb7eb463
Add password checking system
...
Co-authored-by: toaster <rollerorbital@gmail.com>
2024-03-28 00:09:11 -07:00
James R
11dc5b7318
Fix line endings
2024-03-28 00:09:02 -07:00
Oni
e55748a1b2
Merge branch 'super-frame-skip' into 'master'
...
SUPER FRAME SKIP (QOL for My Shitty PC)
See merge request KartKrew/Kart!2172
2024-03-28 04:34:20 +00:00
James R
593aed9110
Make "Extra Frame Skipping" (for 3d rendering) an advanced video option
...
- Off by default
2024-03-27 20:10:38 -07:00
toaster
01cb8c0289
Seperate out Key Generation and Challenge Achievement sounds
...
Also removes unused sound effect defintion for sfx_endwrp
2024-03-26 22:27:07 +00:00
toaster
6f67984e27
Add "Track 10" to the Message from the Stars
...
Stays with you after you leave the Challenges screen.
Also remove the duplicate-effort attempt-to-pre-optimise considersealedswapalert that only considered SECRET_SPECIALATTACK - it should also report here under other unlockable progressions, if relevant.
2024-03-26 21:41:55 +00:00
AJ Martinez
bca0b48f45
Merge branch 'challenge-final' into 'master'
...
Challenge Final
See merge request KartKrew/Kart!2140
2024-03-24 06:47:32 +00:00
AJ Martinez
5554f3009b
Merge branch 'always-show-delay' into 'master'
...
Always show delay (remove cv_showping)
Closes #1180
See merge request KartKrew/Kart!2153
2024-03-24 06:46:58 +00:00
toaster
6bbcf64f15
Merge branch 'goner-final' into 'master'
...
Goner Final II
See merge request KartKrew/Kart!2151
2024-03-23 20:43:21 +00:00
Sally Coolatta
d41ca3711a
Update Discord RP for Ring Racers
2024-03-23 01:31:51 -04:00
AJ Martinez
070525f711
Always show delay (remove cv_showping)
2024-03-22 19:11:04 -07:00
toaster
382110362a
Profiles segment of Goner: Direct people to the Accessibility options *just* before you open up a Profile Card for the first time
2024-03-22 15:24:52 +00:00
Lach
26fb6cc0a5
Remove GAMEQUIT screen
2024-03-22 19:56:31 +11:00
toaster
fd2167e29c
Profile Edit: Make the tooltip for "Character" dependent on whether you've gotten any Spray Cans.
...
I imagine people might have been confused by not being able to select their desired skincolour
2024-03-21 22:13:07 +00:00
toaster
aad62ed62d
M_EndModeAttackRun: Switch Secret Exit warning message to say "Attack modes" (instead of "Record modes") per request
2024-03-19 19:30:16 +00:00
toaster
56e8964427
Challenges Menu: Keep your last focus when returning to it without a new Tile being unlocked
...
- Going back to it on the menus picks up where you left off
- Going back to it after earning ONLY a Chao Key(s)
Possibly useful for full-game 9-hour speedruns, where unlock tile identification/breakage could genuinely be a part of routing.
2024-03-19 19:30:16 +00:00
toaster
966ce7a256
Challenges Menu: Highlight overlay for newly unlocked tiles that haven't yet been focused on
...
Game design solution to the problem of multiple Challenges being unlocked at once not being clear enough.
Uses the `unlockpending` array for gamedata save purposes, which I was always intending to use for this purpose but never quite got around to.
2024-03-19 19:30:16 +00:00
toaster
aad69b5209
Challenges Menu: Indicate a new Chao Key by putting the menu cursor hand directly next to it
...
I don't want to pop up the tutorial menumessage every time, which was the other proposed solution
2024-03-19 19:30:16 +00:00
James R
7abe285f84
Refactor: replace references to cv_timescale with I_GetTimeScale
2024-03-18 02:42:21 -07:00
James R
326e560329
Attract: fix attract demos end handling
...
Fixes two bugs:
- Attract mode carrying over to gameplay if an attract
demo is allowed to finish without interrupting it
- Credits ending after the first replay ends
2024-03-18 02:42:21 -07:00
Gunla
9e549d5607
Merge branch 'replay-hud-fixes' into 'master'
...
Replay HUD fixes; also fix HERE COMES A NEW CHALLENGER in splitscreen
Closes #1172 , #1169 , #1177 , and #1165
See merge request KartKrew/Kart!2125
2024-03-17 22:07:38 +00:00
toaster
4202d5bb71
Rename Spindash in Profiles/Controls to Spin Dash
...
Matches official parsing
2024-03-17 16:47:02 +00:00
James R
abb3a748d9
Menus/Replay: fix director button disappearing after watching a Time Attack replay then going to Egg TV
2024-03-17 04:55:27 -07:00
AJ Martinez
bb7c00171c
Merge branch 'continuous-music-option' into 'master'
...
Continous Attack Music option
See merge request KartKrew/Kart!2105
2024-03-16 04:02:24 +00:00
James R
5ffe957676
Fix staff replay loading using only the first 8 chars of the lump name
...
- This was causing Aquatic Cathedral and Aqua Tunnel staff
replays to get confused for one another
- Because for both RR_AQUATICCATHEDRAL and
RR_AQUATUNNEL, the first 8 chars are RR_AQUAT
- Now uses the lump id directly instead of the name, which
entirely circumvents the problem
- Fixed:
- Time Attack menu "Replay Staff" option
- Attract mode
- Credits
2024-03-14 22:58:12 -07:00
James R
ae30e1d138
Menus/Time Attack: fix staff replay selector getting stuck
...
- If you viewed a map with multiple staff ghosts and moved
the selector
- Then viewed a map with only one staff ghost
- Then went back and viewed a map with multiple
- The selector would get stuck on only the first option
2024-03-14 22:52:29 -07:00
James R
d3034bba54
Menus/Sound Options: add Continuous Attack Music option
...
- On by default (current behavior)
- Off
- Restart music in Attack modes
- Also plays POSITION music
2024-03-13 22:43:35 -07:00
James R
74a04f0ab0
Menus/Sound Options: remove Reverse L/R Channels option
...
- This literally doesn't work
2024-03-13 22:40:52 -07:00
Oni
b943d8d088
Merge branch 'addon-settings' into 'master'
...
Addon Options from pause menu
Closes #1153
See merge request KartKrew/Kart!2096
2024-03-14 01:32:49 +00:00
AJ Martinez
65cee65b47
Merge branch 'battle-director' into 'master'
...
Director in Battle; Director toggle in replays
Closes #975
See merge request KartKrew/Kart!2091
2024-03-13 12:43:40 +00:00
AJ Martinez
ba30645494
Addon Options: cannot switch to admin mode without admin perms
2024-03-12 21:46:14 -07:00
AJ Martinez
2d348373d2
Add low-effort help text for commands
2024-03-12 21:34:52 -07:00
SteelT
73c9a7a90f
Fix roundqueue empty error starting a splitscreen GP
...
Fixes KartKrew/Kart#1156
2024-03-12 12:04:18 -04:00
AJ Martinez
4564afba23
Ditch the flags debug print
2024-03-11 23:29:00 -07:00
AJ Martinez
fab2ebdf57
Add commands to Addon Options, add COM_NOSHOWHELP
2024-03-11 23:25:50 -07:00
AJ Martinez
0fa2538142
Let Lua assign "description" via CV_RegisterVar
2024-03-11 22:27:15 -07:00
AJ Martinez
ee72a4c7db
WIP: Addon Options from pause menu
2024-03-11 20:59:14 -07:00