James R
ecb20e8f64
Battle: put sting damage condition on zero bumpers instead of zero spheres
2024-01-16 22:36:16 -08:00
James R
54e4dd5cd8
Battle UFO: do not suck player who is spinning out
2024-01-16 22:36:16 -08:00
James R
ecf70c6eea
Battle UFO: polish drops
...
- Whip
- Player gets power-up instantly, no paper item spawned
- Items
- Put a small delay on the drop appearing
- Adjusted drop spawn position so it spawns right under
the UFO
2024-01-16 22:36:15 -08:00
James R
3724dd542b
Battle: do not reduce hitlag for Insta-Whip (DMG_WHUMBLE), prevent double-damage window
2024-01-16 22:36:15 -08:00
James R
e3b21ce840
Invincibility: S-Monitor duration does not add extra boost onto top speed
2024-01-16 22:36:15 -08:00
James R
acee24939f
Fix Guard vs Guard clash
2024-01-16 21:32:53 -08:00
James R
42d79efa27
Insta-Whip charging: do not drain spheres while player is in damage state
2024-01-16 21:32:53 -08:00
James R
94aea179ed
E-Braking on ground: cancels Insta-Whip
...
- Lets you keep your Whip while fast-falling.
- Make sure Insta-Whip can't interrupt Guard and
vice-versa.
2024-01-16 21:32:53 -08:00
Oni
9d0b29b73d
Merge branch 'fix-bufo-spawn' into 'master'
...
Fix Battle UFO spawn not cycling; fix Super Flicky minimap crash
Closes #938
See merge request KartKrew/Kart!1844
2024-01-17 05:31:19 +00:00
Oni
4786d9f224
Merge branch 'png-cxx-pointer-casts' into 'master'
...
Fix several Clang compile warnings
Closes #894
See merge request KartKrew/Kart!1846
2024-01-17 05:23:26 +00:00
Oni
bd72cbaeba
Merge branch 'fix-race-end-camera' into 'master'
...
Tally: only reset camera if viewpoint was changed
See merge request KartKrew/Kart!1841
2024-01-17 05:19:31 +00:00
Oni
a86f8a1508
Merge branch 'sealed-star-exit-fade' into 'master'
...
Sealed Star: fade out music near the finish line
Closes #622
See merge request KartKrew/Kart!1842
2024-01-17 04:56:51 +00:00
Oni
379cb55e86
Merge branch 'automedal-timing-adjustment' into 'master'
...
Round times, add best * 110% as another gold time
See merge request KartKrew/Kart!1797
2024-01-17 01:36:30 +00:00
Eidolon
bdc0795704
Fix several Clang compile warnings
2024-01-16 06:11:43 -05:00
James R.
6259c30a2e
Merge branch 'fix-gachatarget-hitbox' into 'master'
...
Fix gachatarget hitbox size
See merge request KartKrew/Kart!1839
2024-01-16 03:52:05 +00:00
James R
9d28967206
Battle UFO: fix spawn ordering logic
...
If the mapthings went in reverse order, so mapthing #1 had
a higher ID than mapthing #2 , the spawn ordering logic
would get stuck because it wanted mapthing #1 to have
a lower ID than mapthing #2 .
The root of the bug is that the previously used spawners
ID was not totally ignored. Now it is.
2024-01-15 19:41:49 -08:00
James R
bea26879ea
battleufotest: HUD tracking for Battle UFO spawners, show ID number
2024-01-15 18:24:17 -08:00
James R
c3748ff91a
Fix minimap crash if Super Flicky owner spectates
2024-01-15 18:11:06 -08:00
James R
92c451538a
Special Stages: fade out music near the finish line
2024-01-15 16:30:12 -08:00
James R
1a0b927cf2
Add Music_LevelVolume, Music_ResetLevelVolume: change music volume from gameplay contexts
...
- Tunes opt into using this volume by setting
Tune::use_level_volume to true
2024-01-15 16:29:01 -08:00
James R
d8e9effbbf
Tally: only reset camera if viewpoint was changed
2024-01-15 15:01:04 -08:00
Oni
14d6477aad
Merge branch 'orbital-whumble' into 'master'
...
Orbital items only inflict stumble
See merge request KartKrew/Kart!1840
2024-01-15 08:11:05 +00:00
AJ Martinez
5dd4733309
Fix inverted Grow check in orbital stumble
2024-01-14 23:26:05 -07:00
AJ Martinez
dad09dc86f
Don't attempt to stumble invinc/grow players (someone get a fire extinguisher)
2024-01-14 23:07:40 -07:00
AJ Martinez
3da44990d0
Orbital items only inflict stumble
2024-01-14 22:40:14 -07:00
SteelT
678250ab3c
Fix gachatarget hitbox
...
Fixes the targets in sealed star 8 having really small hitboxes
2024-01-14 23:07:34 -05:00
SteelT
281d4e72bd
Merge branch 'message-drawer' into 'master'
...
Battle HUD message drawer
See merge request KartKrew/Kart!1838
2024-01-15 03:28:44 +00:00
AJ Martinez
6f2d467542
Merge remote-tracking branch 'origin/master' into message-drawer
2024-01-14 17:58:52 -07:00
AJ Martinez
36dd4e171d
UFO conveyance fixes
2024-01-14 17:58:03 -07:00
AJ Martinez
516e418912
HUD messages: 2P split fixes, text revisions
2024-01-14 17:30:09 -07:00
AJ Martinez
e9ee268965
Per-viewport HUD messages
2024-01-14 17:13:03 -07:00
Oni
eebe8f5389
Merge branch 'fix-inconsistent-cloud-scale' into 'master'
...
Fix inconsistent cloud scale
Closes #898
See merge request KartKrew/Kart!1818
2024-01-14 23:02:47 +00:00
Sal
5a659d7a6c
Merge branch 'snifferbot-spectapalooza' into 'master'
...
Prevent bots from smelling spectators (resolves #238 )
Closes #238
See merge request KartKrew/Kart!1801
2024-01-14 21:05:43 +00:00
Sal
65aaf679b6
Merge branch 'easy-top-bounce' into 'master'
...
Slow down top if player's out of control
Closes #627
See merge request KartKrew/Kart!1836
2024-01-14 21:04:21 +00:00
AJ Martinez
25149db4eb
WIP: Per-player mid-round announcements
2024-01-14 04:18:54 -07:00
AJ Martinez
1e39081856
WIP: Mid-round status messages
2024-01-14 03:05:49 -07:00
Oni
7ad7afe1d9
Merge branch 'fix-spectator-tally' into 'master'
...
Set viewpoint to own self when Tally starts
Closes #904 and #848
See merge request KartKrew/Kart!1813
2024-01-14 07:44:33 +00:00
Oni
c10a042759
Merge branch 'allow-assignment-in-vote' into 'master'
...
Allow gamepad reassignment in vote + from joystick input
Closes #837
See merge request KartKrew/Kart!1831
2024-01-14 07:43:15 +00:00
Oni
271a5a44ed
Merge branch 'battle-fixes-five-nights' into 'master'
...
Battle Fixes at Freddy's (includes gameplay changes that affect Race too!)
Closes #879 , #893 , #900 , #918 , #906 , #903 , #913 , #907 , and #905
See merge request KartKrew/Kart!1837
2024-01-14 07:41:31 +00:00
James R
2213386498
HUD: fix 1P Battle GOAL offset in Duel
2024-01-13 22:56:19 -08:00
James R
bb2affc484
Battle: base PWR level on correct score value
2024-01-13 22:56:19 -08:00
James R
9c7e8b8be3
Battle: cap point limit at 20
2024-01-13 22:56:19 -08:00
James R
ce1fe0028a
Insta-Whip: respect flashing tics unless player is in damage state
...
- Matches new flashing tics behavior
2024-01-13 22:56:19 -08:00
James R
9af09ec507
Bubble/Guard: fix reflected item intangibility, transfer ownership of reflected items
...
- Ignores item just-thrown intangibility only if the item
owner is the same (standard behavior)
- Player who reflected the item takes ownership of it
- Required to make intangibility work correctly
- Improvement to game design
2024-01-13 22:56:18 -08:00
James R
f8f2c51a8d
Bubble/Guard: reflect strength 4x -> 6x
2024-01-13 22:56:18 -08:00
James R
9e650fa6c0
Guard: reflect items like Bubble
...
- Clash + player knockback
2024-01-13 22:56:18 -08:00
James R
92f6e61243
Battle: downscale hitlag VFX and Gahabom explosion (not in Prisons)
...
- Hitlag VFX: 3/4x
- Gachabom explosion: 1/2x
2024-01-13 22:56:18 -08:00
James R
26b03a810c
HUD: fix GOAL not turning rainbow if point limit is less than 5
2024-01-13 22:56:18 -08:00
James R
99a2a3fb74
Let Bubble blow-up destroy any MF_SHOOTABLE object
2024-01-13 22:56:18 -08:00
James R
dd1db7cd4a
Reset viewpoint to self when you spawn
2024-01-13 22:56:17 -08:00