Commit graph

98 commits

Author SHA1 Message Date
toaster
222f4fd4c8 Pre-parse objective messages
Fixes objective message button prompts in tutorials having EXTREMELY weird delays compared to dialogue boxes
2024-04-14 22:22:11 +01:00
toaster
dd0e3ca5f1 Fix apostrophe and quotation mark locations for not-yet-completed time in Time Attack modes 2024-04-11 21:36:56 +01:00
toaster
c758ba3062 K_drawKartTimestamp: Fix time attack HUD flashing when lap animation is in play 2024-04-11 21:35:43 +01:00
Sally Coolatta
f1f7edbe9a Show last lap time on HUD
Inspired by RoyKirbs' Joypolis journey
2024-04-11 03:05:11 -04:00
toaster
7b9747593d Fix FAULT text immediately disappearing the moment leveltime exceeds starttime+TICRATE 2024-04-09 22:11:08 +01:00
James R
d9a1baa9f1 K_drawKartMinimap: fix minor typo 2024-04-06 17:49:22 -07:00
James R
93e444c0d9 HUD: fade-in instead of slide-in 2P minimap
- Slide-in is always based off of player 1, who may have
  GAME OVERED before the race even started thus hiding the
  minimap
2024-04-06 17:49:22 -07:00
James R
01016ceee9 Splitscreen GP: hide GAME OVERED player sprite and VFX
- Does not interfere with destroyed kart explosion
2024-04-06 17:49:22 -07:00
Sally Coolatta
7dfa597c7d SRB2 -> DRRR copyright in src, acs, android folder
Be consistent with toaster's recent changes to copyright
2024-04-05 02:08:23 -04:00
toaster
e3a22019ab Update Statistics menu to use the same font as the micro version of the Timestamp 2024-04-05 00:46:19 +01:00
toaster
0427f7f3ff Don't show uncollected Platinum medals
You'll see the Platinum time to reach as a guiding star when Time Attacking the specific course, but with no accompanying empty medal icon.

Also
- fixes an x coordinate issue for higher medal quantity on the version that draws under the timestamp
- cache SECRET_ENCORE and SECRET_SPBATTACK availability in the statistics drawer too
2024-04-05 00:45:31 +01:00
James R
01135e1940 Force FOV to 90 during Podium and Title Screen 2024-04-01 19:07:37 -07:00
AJ Martinez
1b124bc27f Colorize minimap finish line 2024-03-30 15:08:19 -07:00
Oni
91b2365d86 Merge branch 'splitscreen-hud-fixes' into 'master'
Fixes for splitscreen: "Save  Replay" button and input display vs 4P tally

Closes #1208

See merge request KartKrew/Kart!2168
2024-03-27 22:43:56 +00:00
James R
69e8d735a1 Move input display out of the way of 4P tally 2024-03-26 17:53:22 -07:00
James R
145d5d21ca Extern kp_unknownminimap 2024-03-26 00:13:03 -07:00
James R
76a5f54c78 HUD: shift input display up to make room for boss bar 2024-03-25 02:56:14 -07:00
AJ Martinez
070525f711 Always show delay (remove cv_showping) 2024-03-22 19:11:04 -07:00
toaster
786eebfadc Fix y coord of Kickstart Accel "silver dorito" in battleprisons 2024-03-21 01:17:40 +00:00
James R
4281cd1283 Attract: fade out and timescale at end of demo
- Do not use a wipe so player can keep moving while fading
  out
- Timescale by half for a "slowdown" effect
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
James R
abfa7705c1 Fix HUD not disappearing for splitscreen players when 'HERE COMES A NEW CHALLENGER' 2024-03-17 04:57:18 -07:00
James R
2d4f590cce Draw debug HUD in Time Attack, includes overhead messages 2024-03-15 22:01:38 -07:00
AJ Martinez
61aa324694 Merge branch 'thin-timer-lives' into 'master'
Fix lives counter font

See merge request KartKrew/Kart!2107
2024-03-16 04:02:29 +00:00
James R
5a7c8c3eb2 HUD: always use double digits for "Finish" and "Best Lap" timestamps
Minor oversight
2024-03-15 05:17:48 -07:00
James R
c023859cc7 HUD: speedometer uses same sticker as rest of HUD elements 2024-03-14 00:51:20 -07:00
James R
b058098f38 HUD: lives counter uses same font as rings 2024-03-14 00:49:28 -07:00
AJ Martinez
c646341a5d Minimap: check for removed ghost mobjs 2024-03-11 23:39:25 -07:00
AJ Martinez
4fd5873e0f All TA deaths are final deaths 2024-03-10 15:47:49 -07:00
toaster
4bc21875c6 If g_pointlimit is 0, don't stringdance points on the HUD
Fixes Versus HUD
2024-03-09 20:33:24 +00:00
James R
d07291690d HUD: display "Finish" and "Best Lap" times underneath timer when watching Time Attack replays
- Replace replay tab screen
2024-03-07 12:09:43 -08:00
James R
30b129b284 HUD: fix Input Display being covered by dialogue box in non-green resolutions 2024-03-06 21:25:51 -08:00
Oni
4990d49f75 Merge branch 'frey' into 'master'
Ring and Ring Debt conveyance

See merge request KartKrew/Kart!2022
2024-03-06 02:28:21 +00:00
AJ Martinez
1bfd8fe66d Use thintimer font for ring counter in 1P/2P 2024-03-05 17:22:02 -07:00
AJ Martinez
99e4975023 Sting clarity 2024-03-05 15:00:22 -07:00
toaster
c299831737 Fade out characters you haven't unlocked yet in Time Attack demos exclusively
- Objects
- Minimap
All other HUD items need to be done manually, but the lives icon doesn't show up in time attack so this minimum should be fine
2024-03-05 13:33:24 -08:00
AJ Martinez
1345439d7c Merge branch 'item-roulette-numbers' into 'master'
Roulette numbers when the roulette can give you more than 1 of an item

Closes #974

See merge request KartKrew/Kart!2010
2024-03-04 23:24:15 +00:00
James R
c3f852ddaf Draw numbers for roulette items that give more than 1
- Bottom centered
- Except orbinaut x2, x3, x4
- Except ballhog x5
2024-03-04 06:05:55 -08:00
Oni
492b3df1a9 Merge branch 'restart-time-attack-prompt' into 'master'
Time Attack HUD tweak

See merge request KartKrew/Kart!2004
2024-03-04 07:07:02 +00:00
James R
5fbb32442b Fix Alternate Title Screen unlockable not saving preference
- Remove CV_NOSHOWHELP, so the config file can load
- Do not stealth set the cvar, so it is not dependent on
  order of operations of config loading and challenge
  loading
2024-03-03 22:20:12 -08:00
James R
9950a8210c Time Attack: display Y button prompt above timestamp 2024-03-03 18:31:46 -08:00
James R
39bc04200e Time Attack: staff ghost time uses speedometer font 2024-03-03 18:28:30 -08:00
James R
d4ab1a3272 Input Display: force on in Tutorials 2024-03-02 17:28:46 -08:00
James R
6988fbcf3e Input Display: draw over everything else on the HUD 2024-03-02 00:27:06 -08:00
James R
bf41f3ec29 Input Display: slide with dialogue box 2024-03-02 00:22:44 -08:00
James R
bf65fb0cbf Input Display: fade in quickly at level start 2024-03-02 00:20:30 -08:00
James R
9d4f57ddfb Auto respawn after 35 tics if distancetofinish jumped too much 2024-02-28 18:13:01 -08:00
James R
9d9dac6e96 debugwaypoints: raise HUD a little
This is still obscuring lap counter if cheatchecks are
present.
2024-02-28 17:45:22 -08:00
Oni
61db3426a3 Merge branch 'debug-waypoints-glow-up' into 'master'
debugwaypoints improvement

See merge request KartKrew/Kart!1945
2024-02-25 07:24:18 +00:00
Oni
dc561c8737 Merge branch 'shut-the-fuck-up-bufo' into 'master'
Suppress bufo spawn, bufo sound, and hud messages when exiting

Closes #1057

See merge request KartKrew/Kart!1937
2024-02-25 07:24:05 +00:00