Commit graph

26591 commits

Author SHA1 Message Date
Oni
1b3c63f24a Merge branch 'adventure-air-booster-hardcode' into 'master'
Hardcode Adventure Air Booster & Dimension Disaster objects

Closes #1116

See merge request KartKrew/Kart!2038
2024-03-09 08:28:51 +00:00
AJ Martinez
f9b88432eb Merge branch 'no-postrace-sting-sound' into 'master'
Don't play local Ring Sting sound postrace

See merge request KartKrew/Kart!2056
2024-03-09 06:03:51 +00:00
AJ Martinez
90753596e0 Merge branch 'fix-broly-underflow' into 'master'
Fix bugged SPB after player hits Fuel Canister (Lost Colony)

Closes #1083

See merge request KartKrew/Kart!2045
2024-03-09 06:03:30 +00:00
AJ Martinez
c4ed9ee19d Merge branch 'noclip-sealed-star-light-rays' into 'master'
Sealed Star Window: make light rays noclip, so they are not offset by level geometry

Closes #1059

See merge request KartKrew/Kart!2049
2024-03-09 06:03:22 +00:00
AJ Martinez
1ffb45ab7c Merge branch 'dont-celebrate-death' into 'master'
Don't play TA jingles for failed SPB Attack

See merge request KartKrew/Kart!2054
2024-03-09 06:03:13 +00:00
AJ Martinez
724b3a1a02 Merge branch 'shrinkscaler' into 'master'
Scale Shrink time to laser particle size

See merge request KartKrew/Kart!2057
2024-03-09 06:02:50 +00:00
AJ Martinez
9e76eed839 Don't SIGINT when doing shrink scaling (uninitialized cusval on gun) 2024-03-08 22:52:50 -07:00
Lach
5e70a5b8e7 Scale Adventure Air Booster centerpiece from its center 2024-03-09 16:52:30 +11:00
AJ Martinez
ed6743911a Scale Shrink time to laser particle size 2024-03-08 22:15:22 -07:00
Oni
3f28fb005d Merge branch 'overtime-corners' into 'master'
Battle: measure overtime barrier radius by minimap corners, instead of edges

Closes #982

See merge request KartKrew/Kart!2047
2024-03-09 05:08:38 +00:00
Oni
c0cf464f5d Merge branch 'fix-respawn-quick-drop' into 'master'
Fix not being able to manually drop from lightsnake if respawning in spinout

Closes #1037

See merge request KartKrew/Kart!2046
2024-03-09 05:08:29 +00:00
Oni
5b24319b1e Merge branch 'glance-z-check' into 'master'
Add Z height check to glancing

Closes #843

See merge request KartKrew/Kart!2051
2024-03-09 05:07:52 +00:00
Lach
99908c0700 Allow Adventure Air Boosters to be chained with each other or dash rings 2024-03-09 15:44:02 +11:00
AJ Martinez
c969e88605 Don't play local Ring Sting sound postrace 2024-03-08 21:23:40 -07:00
Lach
2f19582941 Merge remote-tracking branch 'origin/master' into adventure-air-booster-hardcode 2024-03-09 15:19:29 +11:00
SteelT
40bc2250f3 Merge branch 'fix-message-box-height' into 'master'
Menus: fix multi-line message box text not fitting in the box

See merge request KartKrew/Kart!2042
2024-03-09 03:32:38 +00:00
Oni
656dce6dd4 Merge branch 'fix-audience-jump-height' into 'master'
Fix audience jumping too high

Closes #675

See merge request KartKrew/Kart!2050
2024-03-09 03:13:29 +00:00
Oni
7bfc84b968 Merge branch 'ring-debt-interp-fix' into 'master'
Fix interpolation of ring debt indicator

See merge request KartKrew/Kart!2052
2024-03-09 03:12:47 +00:00
Oni
6800ba3cf4 Merge branch 'stupid-input-events' into 'master'
Fix the last 128 input events repeating when restarting Time Attack with the Y button

See merge request KartKrew/Kart!2044
2024-03-09 03:12:35 +00:00
AJ Martinez
f0935551f3 Don't play TA jingles for failed SPB Attack 2024-03-08 20:05:19 -07:00
Oni
91a26d7854 Merge branch 'last-battle-polish' into 'master'
Last Battle polish

Closes #914, #983, #1126, #1101, and #980

See merge request KartKrew/Kart!2035
2024-03-09 02:56:26 +00:00
James R
6993f12dff Power-ups: dropped power-ups always have at least 15 seconds 2024-03-08 17:59:52 -08:00
James R
54240ac96b Power-ups: always give player consistent hitlag on collect, even if they are near MAXHITLAGTICS 2024-03-08 17:53:07 -08:00
James R
80a65cd61f Do not Guard-Break player in power-up collect animation 2024-03-08 17:53:07 -08:00
James R
79177f6aff Power-ups: fix HUD not sliding away on tally 2024-03-08 17:53:07 -08:00
James R
d35edcac9c Invinc, Grow: fade with in-level music volume
Fade S-Monitor music with voice clip
2024-03-08 17:53:07 -08:00
James R
a7979e973e Battle: cap lasers at player's last known floorz
- Do not use camera_t.floorz
- Fixes lasers bobbing up and down sometimes
2024-03-08 17:53:07 -08:00
James R
e4f5e3c78e P_CheckBumpers: do not end round with 1 player
- Fixes round ending instantly when warping to Battle with
  1 human player and at least 1 other bot loaded
2024-03-08 17:53:07 -08:00
James R
215446f42a Power-ups: fade out level music while voice clip is playing 2024-03-08 17:53:07 -08:00
James R
0707c9e5ec Add g_musicfade, generic system to fade out the level music for a brief period 2024-03-08 17:53:07 -08:00
James R
549865ce2d Power-ups: delay voice clips by 10 tics 2024-03-08 17:53:07 -08:00
James R
f7d396d150 Power-ups: spawn spinning power-up icon on player
- Spins for 40 tics, speeds up over duration
- Starts wide stretched, ends thin and tall
- Additive, fades into translucency
2024-03-08 17:53:07 -08:00
James R
19418ff1a6 Power-ups: play loud Gunstar pickup sound 2024-03-08 17:53:06 -08:00
Eidolon
a06bfea4eb Fix interpolation of ring debt indicator 2024-03-08 14:26:46 -06:00
James R
3aee4b1ac2 Add Z height check to glancing 2024-03-08 08:29:23 -08:00
James R
36a1fd15f3 Audience: scale jump height to map scale, not audience scale 2024-03-08 08:19:42 -08:00
James R
a23a632082 Sealed Star Window: make light rays noclip, so they are not offset by level geometry 2024-03-08 08:10:09 -08:00
James R
21f7f27735 Battle: measure overtime barrier radius by minimap corners, instead of edges 2024-03-08 07:36:56 -08:00
James R
0ce209428f Respawn manual drop: check e-brake inputs directly instead of whether player can e-brake 2024-03-08 06:29:18 -08:00
James R
9c436763c2 SPB: only stop thinking if chase targt hitlag is >0
- Mobjs only actually freeze if hitlag >0
- This will probably stop something like 061e3c282
  happening to SPB again
2024-03-08 06:10:45 -08:00
James R
061e3c282c Broly: fix underflow on remaining timer
- Fix Fuel Canister setting player's hitlag to -1, causing
  SPB to stop thinking
2024-03-08 06:07:17 -08:00
James R
7305afa5ea D_ProcessEvents: fix old input events repeating themselves when pressing Y button in Time Attack 2024-03-08 04:52:03 -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
James R
9eeb583670 Menus: fix multi-line message box text not fitting in the box 2024-03-08 00:24:41 -08: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