Commit graph

26155 commits

Author SHA1 Message Date
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
toaster
325079a39a Delete everything major flagged up by listunusedsprites
Notable deletions:
- Metal Sonic Race
    - Includes all the specialised recording/playback apparatus which made g_demo.c harder to read
- A bunch of hyperspecialised code inside several A_ actions
- EXCEPTION: intentfully left in the spriteless SMK stuff for Sal's add-on down the line.
2024-01-11 01:21:43 +00: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
8733f16a72 listunusedsprites command
First, simple step in a cross-low-energy spare-moment project for clearing out unused SRB2 stuff in the info tables
2024-01-09 21:17:24 +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
Oni
130adcdb92 Merge branch 'revert-b9078802' into 'master'
Sky offsets

See merge request KartKrew/Kart!1796
2024-01-09 08:11:04 +00:00
James R
2c5df2f418 Invincibility counts down in air, if using S-Monitor power-up 2024-01-08 19:01:19 -08:00
James R
d07a6cb739 Super Flicky: minimum knockback speed 2024-01-08 19:01:19 -08:00
James R
370ba1b3e0 Super Flicky: fix super state getting stuck when range check 2024-01-08 19:01:19 -08:00
James R
dd6c37cac0 Super Flicky: do range check from Flicky thinker
- Lets detached Flickys range check.
2024-01-08 19:01:19 -08:00
James R
45eeb94513 Insta-Whip: pop player shield 2024-01-08 19:01:19 -08:00
James R
0b39268a71 HUD tracking: ignore spectators 2024-01-08 19:01:05 -08:00
James R
dfd43014c6 HUD: draw tally of party member, not whoever may being spectated 2024-01-08 19:01:05 -08:00
James R
331be71735 Add forcebots cheat, spawn bots in non-GTR_BOTS gametypes 2024-01-08 19:01:05 -08:00
Oni
1cf7115a97 Merge branch 'battle-tweaks-monday' into 'master'
Super Flicky intangibility, range check; Battle UFO tractor beam strength

Closes #873, #872, and #871

See merge request KartKrew/Kart!1799
2024-01-09 00:43:50 +00:00
James R
3cd05f17b2 Super Flicky: toggle noclip through walls if chasing a player within normal flight radius 2024-01-08 02:35:18 -08:00
James R
a1ee43c334 Super Flicky: do not spawn speed lines within pecking radius 2024-01-08 02:22:55 -08:00
James R.
10789819c0 Merge branch 'map-icon-flingerdinger' into 'master'
Map icon issues

Closes #832

See merge request KartKrew/Kart!1793
2024-01-08 10:00:56 +00:00
James R
ab745ef9e8 Super Flicky: return to owner if gone too far out of range 2024-01-08 01:38:11 -08:00
James R
23d1ec1c3c Super Flicky: make swarm intangible for 1 second + hitlag after damaging target 2024-01-08 00:48:51 -08:00
James R
40b4cc845b Battle UFO: tractor pull strength is stronger at bottom, weaker at top 2024-01-07 23:10:59 -08:00
Eidolon
c60b3557ab Round times, add best * 110% as another gold time 2024-01-07 21:01:25 -06:00
Sal
c615a4fbad Sky offsets
Both X and Y offsets work on sky textures now. Old incorrect offset has been removed, so old skies lined up with the horizon special should be set to +16 Y offset.
2024-01-07 18:29:41 -05:00