James R
ad6b57ea26
Fix underwater strafing activating below minimum speed and pushing you backward
...
- Below 11 FU, strafing is not supposed to kick in
- But the order of operations looked weird, and it seems
to have been kicking in erroneously as a result
- This would push the player in the opposite of their
facing angle when they tried to drive forward and turn
at the same time
- Strong enough offroad is required to trigger this
2024-03-08 21:36:15 -08:00
AJ Martinez
266e36928b
Merge branch 'ballhog-fixup' into 'master'
...
Cancel ballhog charge when hit
See merge request KartKrew/Kart!2041
2024-03-08 08:41:51 +00:00
AJ Martinez
b30f465937
Merge branch 'f11' into 'master'
...
Add hardcoded F11 key to toggle fullscreen, F3 to toggle HUD
Closes #1128 and #391
See merge request KartKrew/Kart!2037
2024-03-08 08:41:37 +00:00
AJ Martinez
01dce3665a
Merge branch 'last-jartha-menu-fixes' into 'master'
...
jartha's final menu and HUD fixes/polish
Closes #846 , #1039 , #868 , #996 , and #823
See merge request KartKrew/Kart!2036
2024-03-08 08:41:19 +00:00
AJ Martinez
8407d4922c
Merge branch 'connect-screen-buttons' into 'master'
...
Use button prompts on the connect screen
Closes #470
See merge request KartKrew/Kart!2040
2024-03-08 08:41:03 +00:00
AJ Martinez
9af4615e58
Merge branch 'blit-modes-crt' into 'master'
...
Add optional CRT screen effect
See merge request KartKrew/Kart!2032
2024-03-08 08:40:55 +00:00
Eidolon
2e0fb999b3
Use bilinear filtering for CRT shader
2024-03-07 23:25:47 -06:00
Eidolon
123477dac9
Add Sharp Bilinear mode, make default
2024-03-07 22:03:36 -06:00
SteelT
9a25504690
Use button prompts on the connect screen
...
Closes KartKrew/Kart#470
2024-03-07 22:54:15 -05:00
AJ Martinez
e7c8f7044a
Cancel ballhog charge when hit
2024-03-07 20:43:47 -07:00
AJ Martinez
7391094ef2
Minor timeout/delaylimit presentation fixes
2024-03-07 19:55:33 -07:00
AJ Martinez
2492fa0013
Save Legacy GL anisotropic filtering
2024-03-07 19:16:41 -07:00
AJ Martinez
f29dce3161
Options: tyop fixes
2024-03-07 19:16:02 -07:00
James R
d44c2f5c58
Add back F3 key to toggle HUD
2024-03-07 16:35:18 -08:00
James R
fc215e0572
Add hardcoded F11 key to toggle fullscreen
2024-03-07 16:16:01 -08:00
James R
1e578a1779
Menus/Options: reorganize and rename
...
- Tried to make verbiage consistent in tooltips
- Move advanced video options into submenu
- Remove console chat option
- Move some really technical options from Data to submenu
2024-03-07 16:11:11 -08:00
James R
fe71c48946
Legacy GL: models on by default
2024-03-07 15:27:22 -08:00
James R
bc9c778bb5
Menus/Video Options: fix "Set Resolution..." submenu not having the arrow
2024-03-07 15:26:59 -08:00
James R
f066f10e8f
Menus: less padding after drawer closer
2024-03-07 15:25:32 -08:00
AJ Martinez
bd8f1fb6bb
Merge branch 'gp-bonus-fix' into 'master'
...
Last GP bonus round fixes
Closes #740 , #1104 , and #1049
See merge request KartKrew/Kart!2034
2024-03-07 23:15:49 +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
2d39617014
HUD: redesign VIEWPOINT text
...
- 1P
- "-Watching-" in thin font
- Player name in free play font
- 2P
- Player name in free play font, transparent
- 4P
- Unchanged (player name in thin font, transparent)
2024-03-07 11:24:01 -08:00
James R
26c72f4299
Replays: draw missing HUD
...
- Notably brings back tab display and cecho messages
2024-03-07 10:19:28 -08:00
James R
c1cb76128c
HUD: fix delay graphic offset on tab rankings
...
This shifts it down in the bottom right too but I actually
think it looks better!
2024-03-07 09:46:05 -08:00
James R
ba50685c6e
Menus/Map Select: split map names so only 1 word goes on the bottom
...
This is the minimum requirement for release, just to stop
Mega Collision Chaos from going off the screen.
- 2 words
- 1 word on top
- 1 word below
- 3 words
- 2 words on top
- 1 word below
2024-03-07 09:36:49 -08:00
James R
38811b2e4c
Menus/Host: fix Gameplay Options and Server Options showing wrong header
...
- Previously could say VIDEO OPTIONS etc in those menus,
when accessed from Host menu shortcut
2024-03-07 09:09:14 -08:00
James R
5607e8e393
Menus: reset options menu header position from shortcuts in Match Race and Host menus
...
- Match Race, Y button
- Host, Gameplay Options and Server Options
2024-03-07 09:08:20 -08:00
James R
d4d2196c73
GP bonus round: do not spawn duel mode items TWICE
...
Level load ordering's a bitch, I explain in the code
comments.
2024-03-07 03:06:38 -08:00
James R
c09f55059b
GP Prisons: use regular player starts, not Battle starts
2024-03-07 03:06:38 -08:00
James R
adf58933b3
Do not run Overtime ACS outside of GTR_OVERTIME or during Prisons
2024-03-07 03:06:38 -08:00
Oni
958b2c68da
Merge branch 'move-bot-ice-cube-code' into 'master'
...
Move Ice Cube mashing code to bot AI
See merge request KartKrew/Kart!2031
2024-03-07 06:06:30 +00:00
Oni
a4038c59da
Merge branch 'fix-ice-cube-lag' into 'master'
...
Fix severe lag when Ice Cubes are broken
See merge request KartKrew/Kart!2030
2024-03-07 06:03:45 +00:00
Oni
4dc8204253
Merge branch 'input-display-non-green' into 'master'
...
HUD: fix Input Display being covered by dialogue box in non-green resolutions
See merge request KartKrew/Kart!2033
2024-03-07 05:58:29 +00:00
Oni
169df9ee59
Merge branch 'new-record-jingle' into 'master'
...
Faster TA tally, new TA music
See merge request KartKrew/Kart!2029
2024-03-07 05:30:45 +00:00
Oni
31203ff7fd
Merge branch 'more-lenient-auto-respawn' into 'master'
...
Make automatic respawn (from lap cheat prevention) more lenient
See merge request KartKrew/Kart!2013
2024-03-07 05:30:31 +00: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
Eidolon
0156db0dc1
Add optional CRT screen effect
2024-03-06 22:39:21 -06:00
James R
3d1d8283a5
Move Ice Cube mashing code to bot AI
...
- It was hacked in outside of it before, so the normal
item button AI was running simultaneously
2024-03-06 20:21:18 -08:00
James R
c73e9cedaf
Optimize Ice Cube breaking particles
2024-03-06 20:01:38 -08:00
James R.
198f80e20d
Merge branch 'translate-unfuck' into 'master'
...
Fix signpost crashes and potential colormap fuckery
See merge request KartKrew/Kart!2028
2024-03-07 03:34:28 +00:00
AJ Martinez
279d802959
Faster TA tally, new TA music
2024-03-06 20:19:51 -07:00
James R
1a330dd471
Raise TRAVERSEMAX 2 -> 8
...
- Improves nextwaypoint searching on a problem spot in
Endless Mine
- I think the sight checking fail state can trigger too
quickly, so this makes it more lenient? (I'm sorry,
I don't really understand it myself.)
2024-03-06 18:48:32 -08:00
James R
5eeb45228c
DEVELOP: add debugtraversemax cvar to improve sight check consistency
2024-03-06 18:48:32 -08:00
James R
a32bb486e2
Disable lap cheat prevention when teleporting with console commands
2024-03-06 18:19:35 -08:00
James R
46291135a0
Disable lap cheat prevention when starting lap 1 (first lap from POSITION room)
2024-03-06 18:19:35 -08:00
James R
2a79eed0d2
Disable lap cheat prevention while on lap 0 (POSITION room)
2024-03-06 18:19:35 -08:00
James R
1015d6964b
Add PF_TRUSTWAYPOINTS player flag, disable lap cheat prevention next time finish line distance is calculated
2024-03-06 18:19:35 -08:00
James R
b5f318b405
Freeze auto-respawn while player is in damage state
...
- Still let the respawn prompt appear
2024-03-06 18:19:34 -08:00
James R
ecbcc5addb
Make automatic respawn (from lap cheat prevention) more lenient
...
- When potential lap cheating is detected, start a 10
second timer (previously 1 second)
- After 3 seconds, tell the player they can respawn with
the Y button
- You don't need to hold the Y button, just tap it
- After 10 seconds, automatically respawns the player
2024-03-06 18:19:34 -08:00
James R.
359b63fd6d
Merge branch 'continues-gp-backup' into 'master'
...
Store scores in Grand Prix backup
See merge request KartKrew/Kart!2019
2024-03-07 02:16:16 +00:00