toaster
12523f3eb9
Additional copyright update for Viv Grannell specifically (the author of this commit)
...
Forgot a number of menu files which I have performed extensive maintenance on
2024-04-02 18:12:25 +01:00
Oni
6791bc301e
Merge branch 'fov-gamestate' into 'master'
...
Force FOV to 90 during Podium and Title Screen
Closes #1214
See merge request KartKrew/Kart!2171
2024-04-02 17:00:53 +00:00
toaster
7072bd06d5
Good faith effort to update ZarroTsu copyright for k_kart sourcefiles
2024-04-02 17:43:26 +01:00
toaster
7f6de407f1
Copyright update: Add Kart Krew (2024) in general for high-traffic inherited sourcefiles
2024-04-02 17:42:38 +01:00
toaster
d7f4cd2d8f
Copyright update for Viv Grannell specifically (the author of this commit)
2024-04-02 17:38:18 +01:00
James R
083ebbbff9
HUD tracking: polish bubble trap button prompt
2024-04-02 06:33:03 -07:00
James R
4d93503dee
HUD tracking: offset ice cube button above player's head
2024-04-02 05:59:03 -07:00
James R
8e9b9dd0aa
Preserve scale of Garden Top when thrown
...
- If you deploy a Garden Top while grown/shrunk, the Top
retains its size even after the grow/shrink effect runs
out
- When the Top was thrown, however, it always used default
scale
- Now the thrown Top keeps its scale intact
2024-04-02 05:00:21 -07:00
James R.
e51f4e089d
Merge branch 'instant-ring-shooter-face' into 'master'
...
Scale Ring Shooter WANTED icon instantaneously
See merge request KartKrew/Kart!2204
2024-04-02 11:14:47 +00:00
James R.
342b6fd659
Merge branch 'fix-invalid-banana-chain' into 'master'
...
Fix crash accessing removed banana chain
Closes #1229
See merge request KartKrew/Kart!2194
2024-04-02 11:14:34 +00:00
James R
c429dfb880
HUD tracking: R button prompt for ice cubes
2024-04-02 04:07:45 -07:00
James R
f0c759dc2f
HUD tracking: never display target on player's own self
2024-04-02 03:48:34 -07:00
James R
6632f5c4c6
HUD tracking: simplify Bubble Shield, Garden Top conditions
...
Should be equivalent yet with far less code.
2024-04-02 03:44:57 -07:00
James R
9189213b30
HUD tracking: refactor tooltips
...
More straightforward and versatile implementation now that
tooltips are becoming first-class features and not just
debug trinkets.
2024-04-02 03:43:00 -07:00
Eidolon
6871b3a0d5
Add macOS universal app convenience script
2024-04-01 23:05:42 -05:00
Eidolon
49a61b6c51
Set OSX arch and dep. target in presets
2024-04-01 23:05:42 -05:00
James R.
699439d3b7
Merge branch 'ring-pickup-delete' into 'master'
...
Ring Pickup Delete (Resolves #1227 but needs TA verification)
Closes #1227
See merge request KartKrew/Kart!2208
2024-04-02 03:50:26 +00:00
James R
f5477f0c4e
Confirm FOV override when level is loaded
2024-04-01 19:09:17 -07:00
James R
01135e1940
Force FOV to 90 during Podium and Title Screen
2024-04-01 19:07:37 -07:00
AJ Martinez
900bd435c8
Merge branch 'non-green-packet-loss' into 'master'
...
Fix packet loss indicator in non-green resolutions
Closes #1236
See merge request KartKrew/Kart!2211
2024-04-02 00:55:33 +00:00
James R
bed0e5b754
Fix packet loss indicator in non-green resolutions
2024-04-01 17:49:39 -07:00
James R.
98becc03ae
Merge branch 'discord-rp-intro-fix' into 'master'
...
Minor Discord RP fixes
See merge request KartKrew/Kart!2195
2024-04-02 00:43:30 +00:00
James R.
327b4184c7
Merge branch 'menu-gamestochat' into 'master'
...
Add "gamestochat" cvar to Server Options
See merge request KartKrew/Kart!2202
2024-04-02 00:41:28 +00:00
James R.
96948258d2
Merge branch 'challenge-reskin' into 'master'
...
Halt skin-switching Challenge cheese (resolves #1231 )
Closes #1231
See merge request KartKrew/Kart!2206
2024-04-02 00:39:23 +00:00
James R.
f488265d33
Merge branch 'challenges-ui-fixes' into 'master'
...
Challenges UI fixes
Closes #1235
See merge request KartKrew/Kart!2207
2024-04-02 00:36:45 +00:00
James R.
2521c81ede
Merge branch 'sealed-star-odds' into 'master'
...
Sealed Stars slightly less cheesey
See merge request KartKrew/Kart!2203
2024-04-02 00:32:49 +00:00
James R
4384577034
Do not pause 3d rendering ever in replays
...
It interferes with the "Advance Frame" button.
2024-04-01 17:28:29 -07:00
SteelT
75b7d4bc42
Don't draw OpenGL loading screen when resynching the gamestate
2024-04-01 18:04:19 -04:00
toaster
3fb4a4257e
MT_FLINGRING: Nullify fuse on touch
...
If the fuse caused the flingring to be deleted, it would hog a spot on player->pickuprings until the player respawned.
This is not a perfect solution, but it should resolve the problem in practice.
Needs testing to confirm this doesn't introduce TA desync, but in the worst case I would wager it affects a single digit number of runs at worst.
2024-04-01 19:06:56 +01:00
toaster
3d5c0182fe
M_BuildConditionSetString: Show a more tantalising message for Challenges with forbidden descriptions
...
"(Find other secrets to learn about this...)" - this replaces "???"
2024-04-01 18:44:15 +01:00
toaster
30bf2e4cc4
M_DrawChallengeScrollbar: Fade to white based on the % of challenges unlocked in the column, not the raw count
...
Means blank squares won't cause this to be permanently incomplete
2024-04-01 18:43:05 +01:00
toaster
7b2e0f9491
Oversight for debugchallenges: use the correct numeric value for debugchallenges highlight
...
Avoids dereferencing ref->conditionset, given ref can be NULL for blank squares
2024-04-01 18:29:25 +01:00
toaster
b818a7d776
Forbid character-based unlocks if you switched your skin in a context where it didn't auto-spectate you (more robust stop for #1231 )
2024-04-01 18:03:00 +01:00
toaster
4f37a3f183
G_PlayerReborn: Clear roundcondition information on becoming a spectator (should resolve #1231 )
2024-04-01 17:39:25 +01:00
Lach
b30fe0bcb7
Scale Ring Shooter WANTED icon instantaneously
2024-04-01 16:09:26 +11:00
AJ Martinez
9768666ac5
Use GTR_POINTLIMIT for round-completion check
2024-03-31 21:59:10 -07:00
AJ Martinez
44a0b5a00d
Change participation criteria to count rounds
2024-03-31 21:42:32 -07:00
VelocitOni
295cdedf3d
Rebalance again
...
Nah, ballhogs will eventually have the same issue despite their delay. Moved x3 orbi & x2 sneakers back, increased singles of those.
2024-03-31 21:48:06 -04:00
VelocitOni
cac28041d4
Removed quad orbis and triple sneakers
...
Removing quad orbi & triple sneaker odds entirely, added some ballhogs instead.
2024-03-31 21:38:21 -04:00
AJ Martinez
1e2d9a6b97
Hey, wait, we literally have a Chat category
2024-03-31 18:29:54 -07:00
AJ Martinez
ed243910be
Add "gamestochat" cvar to Server Options
2024-03-31 18:28:32 -07:00
Oni
d1910a6574
Merge branch 'fix-crushed-kart' into 'master'
...
Destroyed Kart: fix crusher animation soft-lock
See merge request KartKrew/Kart!2201
2024-04-01 00:50:35 +00:00
Oni
b2328d27be
Merge branch 'tally-ff-challenges' into 'master'
...
Allow UCRP_FINISHGRADE to fire when skipping tally
Closes #1230
See merge request KartKrew/Kart!2199
2024-04-01 00:49:35 +00:00
Oni
a0cbe69071
Merge branch 'rankbar-wide' into 'master'
...
Do not extend Sealed Star progression bar off-screen in non-green resolution (resolves #1232 )
Closes #1232
See merge request KartKrew/Kart!2200
2024-04-01 00:49:27 +00:00
James R
712ae1a371
Destroyed Kart: fix crusher animation soft-lock
2024-03-31 16:28:35 -07:00
toaster
a6d4c2fd2c
Do not extend Sealed Star progression bar off-screen in non-green resolution ( resolves #1232 )
2024-04-01 00:12:15 +01:00
AJ Martinez
ede77dbbd1
Director copyright
2024-03-31 15:59:50 -07:00
AJ Martinez
9d304846d5
Allow UCRP_FINISHGRADE to fire when skipping tally
2024-03-31 15:35:21 -07:00
Oni
e9a8508456
Merge branch 'last-chance' into 'master'
...
Display "Last Chance!" when death-save combo rules activate
See merge request KartKrew/Kart!2197
2024-03-31 18:46:30 +00:00
Oni
531e4ccd4a
Merge branch 'destroy-kart' into 'master'
...
Destroyed Kart effects
Closes #1146
See merge request KartKrew/Kart!2196
2024-03-31 18:45:30 +00:00