Commit graph

25872 commits

Author SHA1 Message Date
James R
f8bd706878 Clouds: use consistent scale 2024-01-11 14:06:49 -08:00
James R
77e85e08ea Clouds: always use map scale for vertical bounce 2024-01-11 14:06:35 -08:00
James R
09fd14df98 musicvolume, soundvolume: do not unmute during config loading
- The order that cvars appear in the config is messy, so
  music appears before musicvolume
- When musicvolume is changed, music is forced to On,
  which would ignore the config value
2024-01-11 13:53:52 -08:00
James R.
859d676f60 Merge branch 'battle-debt-indicator' into 'master'
Battle: spawn ring debt indicator if player has no bumpers

Closes #884

See merge request KartKrew/Kart!1808
2024-01-11 20:43:01 +00:00
James R.
3084b5ee18 Merge branch 'fix-bufo-fof' into 'master'
Fix Battle UFO tractor descending through FOFs

Closes #876

See merge request KartKrew/Kart!1807
2024-01-11 20:42:47 +00:00
James R.
52bf348d0b Merge branch 'underwater-gravity-fix' into 'master'
Fix underwater gravity for Gachabom and Battle UFO tractor beam

Closes #444 and #874

See merge request KartKrew/Kart!1809
2024-01-11 20:42:39 +00:00
James R.
eefa21c9a6 Merge branch 'hardcode-waterfalls' into 'master'
Hardcode waterfall particles spawner

See merge request KartKrew/Kart!1812
2024-01-11 12:05:51 +00:00
SteelT
10e9cd7480 Hardcode waterfall particles spawner 2024-01-11 03:55:12 -08:00
James R
17a43430a7 Menus/Grand Prix: do not carry over Encore setting from Match Race 2024-01-11 03:05:27 -08:00
James R
076e2ad650 debugbots: do not spawn prediction mobjs while game is paused
Ticcmd code runs while the game is paused, so this leads
to infinite mobjs being spawned without being cleaned up.
2024-01-11 02:48:46 -08:00
James R
decf430714 Vissprites: set dc.texheight
Fixes power-of-2 detection in R_DrawColumnTemplate.
2024-01-11 02:16:01 -08:00
Sally Coolatta
cc2c19bcff Fix brightmaps on midtextures not working
Fixes Lost Colony (again)
2024-01-11 01:50:46 -08:00
Sally Coolatta
7415b5ef2f Fixed "splat" drawers
- Fix flat DS_HOLES referencing incorrect background pixel
- Add SPANDRAWFUNC_TILTEDTRANSSPLAT (fixes Lost Colony)
2024-01-11 01:50:46 -08:00
Sally Coolatta
24132a9dcd Use C++ templates for DrawColumn/Span
Two reasons:
- Makes it more straight-forward to add brightmaps to the non-power-of-two rendering functions.
- Made it easier to split off brightmap rendering. Hopefully improves performance, but I haven't thoroughly tested this.
2024-01-11 01:50:46 -08:00
James R.
b932e23187 Merge branch 'cloud-hardcoding' into 'master'
Cloud hardcoding

See merge request KartKrew/Kart!1670
2024-01-11 06:40:34 +00:00
Oni
3ccdd42903 Merge branch 'battle-spectator-fix' into 'master'
Battle fixes for: spectators, whipping shields, S-Monitor, Super Flicky

Closes #869 and #848

See merge request KartKrew/Kart!1798
2024-01-11 06:26:51 +00:00
James R
cc6538d804 Clouds: interrupt fastfall 2024-01-10 21:02:32 -08:00
James R
65537f576f Tulip: fix overflow on VFX angle 2024-01-10 20:59:02 -08:00
wolfy852
8ef91c1f49 Hardcoding: fix cloud scaling, correct improperly assigned momentum 2024-01-10 20:38:47 -08:00
wolfy852
55761769cf Hardcoding: fix missing MF_SPECIAL, check for MT_AGZ_CLOUDCLUSTER before scaling 2024-01-10 20:38:47 -08:00
wolfy852
ea8c44d6fa Hardcoding: fix invalid pointer assignments, I think 2024-01-10 20:38:47 -08:00
James R
6428f1afb3 Hardcoding: fix spawned cloud type 2024-01-10 20:38:47 -08:00
James R
5248c2748b Hardcoding: fix cloud compiler errors (except one) 2024-01-10 20:38:47 -08:00
wolfy852
d0f01a35ca Hardcoding: let Lua write to tulip fields, oops 2024-01-10 20:38:33 -08:00
wolfy852
4c780d8867 Hardcoding: Cloud logic 2024-01-10 20:38:31 -08:00
wolfy852
53c7999a14 Hardcoding: Cloud player struct variables 2024-01-10 20:37:29 -08:00
wolfy852
9def89d4d4 Hardcoding: Dehacked entries, fix incorrect state names 2024-01-10 20:37:29 -08:00
wolfy852
fa0092006f Hardcoding: AHZ/AGZ/SSZ cloud object/state/sprite definitions 2024-01-10 20:37:29 -08:00
James R
3a928f23c8 Super Flicky: returned-to-owner relinks to end of swarm
Try really hard to not lock recollected swarm from
targeting players again.
2024-01-10 01:58:06 -08:00
James R
cdd9b182e8 Menu/Set Resolution: highlight default mode
- Default mode text appears in orange
- Draw star next to default mode in list
2024-01-10 00:57:44 -08:00
AJ Martinez
bc8c870172 Hill-climb assist for Easy/Battle 2024-01-10 01:46:55 -07:00
James R
9504981346 Fix tossed Gachabom gravity underwater
Parity with Banana
2024-01-09 23:45:33 -08:00
James R
b678b320af Fix Banana not checking for water state 2024-01-09 23:45:00 -08:00
James R
4f56006cc8 Battle UFO: tractor account for underwater gravity 2024-01-09 23:43:35 -08:00
James R
a1a1f4aa9d Battle: spawn ring debt indicator if player has no bumpers 2024-01-09 22:56:44 -08:00
James R
20353f2a84 Battle UFO: fix tractor descending past FOFs 2024-01-09 22:38:53 -08:00
James R
84fd5d58d7 Add battleufotest debug cheat, respawn Battle UFO instantly 2024-01-09 22:38:33 -08:00
AJ Martinez
369de749c4 Warn about resolutions above 1280x800 2024-01-09 23:32:50 -07:00
AJ Martinez
4771b4b0df Remove another fucking debug print, I'm going to hell 2024-01-09 23:11:00 -07:00
AJ Martinez
b2c5502e09 Reduce hitlag, then respawn when trapped in tripwire 2024-01-09 23:08:52 -07:00
James R
2ec91d647f Battle: do not render Overtime Barrier lasers in skybox 2024-01-09 22:05:13 -08:00
James R
fbb6db7167 Add RF_HIDEINSKYBOX, stop rendering object in skybox 2024-01-09 22:04:58 -08:00
AJ Martinez
ebc24e886b Remove defenseLockout debug print 2024-01-09 20:31:09 -07:00
AJ Martinez
1a2a2df383 Refactor guard/whip cooldown checks 2024-01-09 20:26:35 -07:00
Eidolon
9028668104 Make ticcmd throwdir -1, 0, or 1, add deadzone 2024-01-09 19:13:03 -06:00
Oni
fed0740d99 Merge branch 'use-v1-keyboard-defaults' into 'master'
Revert to v1 default keyboard controls (#636)

See merge request KartKrew/Kart!1800
2024-01-09 23:39:23 +00:00
toaster
d94928880a k_botsearch.cpp: Don't sniff spectators 2024-01-09 20:39:55 +00:00
toaster
dcd4f37759 K_BotRubberbandDistance: Don't sniff spectators 2024-01-09 20:37:32 +00:00
AJ Martinez
df73260131 Revert to v1 default keyboard controls 2024-01-09 02:59:15 -07:00
Oni
df5c866573 Merge branch 'map-access-flingerdinger' into 'master'
Stronger Course progression restriction

Closes #832, #859, and #839

See merge request KartKrew/Kart!1795
2024-01-09 08:11:12 +00:00