Antonio Martinez
4f1a49c0fb
WIP: Duel infinite laps in circuit
2024-09-02 21:52:46 -07:00
Antonio Martinez
d2b2178143
WIP: Duel ruleset
2024-09-02 20:56:42 -07:00
Sally Coolatta
b3dcfa248a
Merge remote-tracking branch 'public-new/master'
2024-08-28 18:11:53 -04:00
Antonio Martinez
27698bf2ae
Slightly more correct timer stuff
2024-08-27 20:29:35 -07:00
Antonio Martinez
b349dd4dfc
Fix timer removal in menus
2024-08-27 20:17:27 -07:00
Antonio Martinez
57c4fccd03
gameplay prototyping lightning round
2024-08-27 19:42:56 -07:00
Ashnal
ee74b747ac
Exp hud math for target 500 at 1.0 exp
2024-08-24 23:27:20 +00:00
toaster
69cc74ad8e
Minimap directioning dot will use the correct skincolor even when set up for alternate remappable indices
...
Resolves KartKrew/RingRacers#115
2024-08-24 15:22:26 +01:00
Antonio Martinez
4f4c720628
EXP HUD
2024-08-23 21:03:18 -07:00
Sally Coolatta
b43d62367f
Nametag stuff
...
- Enable item spy in all modes
- Add CPU tags
- New CPU indicator for tab screen
2024-08-23 01:51:52 -04:00
AJ Martinez
3670695df6
Merge remote-tracking branch 'origin/race-checkpoint'
2024-08-22 22:49:49 -07:00
wehrlia
d05202257b
K_DrawTypingNotifier: Remove V_HUDTRANS
...
From V_DrawFixedPatch function call.
2024-08-21 17:00:14 -03:00
Antonio Martinez
5d19bfcb91
Dynamic Roulette: mega cleanup, mini fixes
2024-08-21 02:28:31 -07:00
Antonio Martinez
b388c48be7
WIP - Dynamic Roulette
2024-08-20 17:57:40 -07:00
Antonio Martinez
b51f4d28a9
WIP - Dynamic roulette
2024-08-20 04:22:00 -07:00
Ashnal
78a678b8ca
Revert dist debug
2024-08-19 19:54:28 -04:00
Ashnal
155fe22bd7
K_drawDistributionDebugger is NOT netsafe
2024-08-19 19:48:02 -04:00
Antonio Martinez
a8211b980f
WIP: more EXP math
2024-08-18 22:19:46 -07:00
Ashnal
9cfa67dae6
WIP Exp math
...
temp changes to distribution debugger
2024-08-19 00:10:45 -04:00
Ashnal
b4827de43d
WIP basic exp
...
modifies item odds based on checkpoint and finishlin grading
2024-08-18 20:54:16 -04:00
toaster
1e502da748
Merge branch 'master' of https://git.do.srb2.org/KartKrew/RingRacers
2024-08-17 20:16:27 +01:00
toaster
e76e2612df
Merge branch 'fixUnflippedImportantObjects' into 'master'
...
Fix unflipped important objects & elements (also fix trick treshhold when flipped)
See merge request KartKrew/RingRacers!28
2024-08-17 18:39:39 +00:00
Oni
4bf99e7f16
Merge branch 'amps' into 'master'
...
Overdrive!
See merge request KartKrew/Kart!2414
2024-08-13 02:46:56 +00:00
Antonio Martinez
2b61497536
WIP - Overdrive polish
2024-07-22 20:35:28 -07:00
Antonio Martinez
199a92ebb2
WIP: Overdrive
2024-07-22 02:14:11 -07:00
Sally Coolatta
6b87b586d2
"snapshotmaps" command
...
Takes two screenshots for a list of maps that have an "Alternate View Point" thing with tag 0 -- one intended for level select pictures and another for Discord Rich Presence. If no view point exists, the map is skipped.
2024-07-21 08:54:49 -04:00
JugadorXEI
eff25774a1
Extract minimap flags and object pos-to-minimap pos code into functions
2024-06-05 13:02:00 +02:00
JugadorXEI
20138f3d67
Fix name/splitscreen/rival tags not being flipped properly when player was flipped
2024-05-22 21:54:45 +02:00
Oni
0094fd6423
Merge branch 'less-fx' into 'master'
...
Don't flash item box/roulette in reducevfx
See merge request KartKrew/Kart!2391
2024-05-20 21:20:54 +00:00
Eidolon
476a117c10
Merge branch 'position-color-reduce-vfx' into 'master'
...
Disable position num color animation on Reduce VFX
See merge request KartKrew/Kart!2398
2024-05-19 23:27:37 +00:00
Eidolon
92721a138a
Disable position num color animation on Reduce VFX
...
Like with position bulbs, the position number takes a large portion of
the screen and flashes rapidly. This slows that rate to 25% of what it
is when Reduce VFX is off.
2024-05-19 11:59:14 -05:00
Eidolon
583b7937a3
Disable position bulb animations for Reduce VFX
...
In green resolutions, especially past 12 players, these bulbs take up a
large part of the screen and flash in a particularly intense way for
people with heightened photosensitivity. This disables the animations
while still presenting them effectively.
2024-05-19 02:11:51 -05:00
AJ Martinez
a457b8f277
Don't flash item box/roulette in reducevfx
2024-05-16 20:13:34 -07:00
AJ Martinez
3244c755dc
Never add messages for bot takeover players
2024-05-05 19:23:44 -07:00
Ashnal
71cc9c0800
Auto-Ring Accessibility Option
...
Lacking animation at this commit
2024-05-05 01:18:22 -07:00
Oni
d69ce6d13f
Merge branch 'hyper-cpu' into 'master'
...
Level Skull
See merge request KartKrew/Kart!2359
2024-05-05 00:20:26 +00:00
AJ Martinez
683f5016fb
Level Skull
2024-05-03 20:15:21 -07:00
James R
2f527f736e
K_drawInput: fix lambda syntax
2024-05-03 17:08:19 -07:00
Eidolon
f75564371d
Merge public master
2024-05-03 12:55:15 -05:00
bitten2up
cfacbd91be
Fix implicit casts of int expecting 4-byte width
...
This fixes the issue with certain compilers that have int set to
different sizes by either explicitly casting or setting templates
manually
2024-05-03 17:53:53 +00:00
Oni
32c43044cb
Merge branch 'mindelay-client' into 'master'
...
Fix delay indicator online
See merge request KartKrew/Kart!2311
2024-05-02 12:58:20 +00:00
Oni
fb9aeb3466
Merge branch 'trick-panel-controls' into 'master'
...
Accel press to trick
See merge request KartKrew/Kart!2332
2024-05-02 05:25:37 +00:00
AJ Martinez
c53bd19db0
Add dpad button graphic, trick reminder on failed trick
2024-05-01 01:23:09 -07:00
James R
bf381730bd
Fix displayed delay number for HU_drawPing and HU_drawMiniPing
2024-04-30 16:09:49 -07:00
JugadorXEI
73b4533a53
Implement debugitemamount
2024-04-29 16:58:42 +02:00
James R
8103bd21c1
HUD: fix delay indicator online
...
- As a bonus, the mindelay setting of other players is now
visible to everyone
2024-04-27 15:44:43 -07:00
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