Commit graph

25263 commits

Author SHA1 Message Date
Oni
e2cb791a15 Merge branch 'fix-splat-panel-slope' into 'master'
Obj_SneakerPanelSetup: call P_CheckPosition directly and manually set standingslope

Closes #700

See merge request KartKrew/Kart!1715
2023-12-23 22:41:40 +00:00
Oni
5509d0e827 Merge branch 'mf-pain-no-sound' into 'master'
MF_PAIN: remove sound effect functionality

Closes #794

See merge request KartKrew/Kart!1713
2023-12-23 22:41:18 +00:00
Oni
8a250e3237 Merge branch 'fix-crate-instawhip' into 'master'
Fix Metal Crate instawhip hitlag

Closes #800

See merge request KartKrew/Kart!1696
2023-12-23 22:41:02 +00:00
Oni
710e561981 Merge branch 'cmd-const' into 'master'
Enforce const in bot ticcmds

See merge request KartKrew/Kart!1705
2023-12-23 22:40:52 +00:00
Oni
5c3d645ff1 Merge branch 'bot-continue-nerfnerf' into 'master'
Gamespeed-dependent difficulty nerf on GP round fail

See merge request KartKrew/Kart!1712
2023-12-23 22:40:33 +00:00
Sal
1932f9df96 Merge branch 'fix-lightning-shield-ufo-crash' into 'master'
MT_EMERALD: fix type mutation from PIT_AttractRings

Closes #806

See merge request KartKrew/Kart!1716
2023-12-23 20:15:56 +00:00
James R.
87c3a009c5 Merge branch 'hud-bullshucks' into 'master'
v_draw.cpp Chain::fill: Ensure flags are passed to V_DrawFill

See merge request KartKrew/Kart!1717
2023-12-23 19:07:05 +00:00
James R
380eff30ee MT_EMERALD: fix type mutation from PIT_AttractRings 2023-12-23 10:21:39 -08:00
James R
244cb1759d Obj_SneakerPanelSetup: call P_CheckPosition directly and manually set standingslope
- P_TryMove may fail for STEP UP (ooooh, scary) reasons
2023-12-23 09:36:28 -08:00
toaster
676a1e3602 v_draw.cpp Chain::fill: Ensure flags are passed to V_DrawFill
Fixes non-green resolution for tutorial dialogue
2023-12-23 17:30:08 +00:00
Sal
7744a2823e Merge branch 'cmake-git-set' into 'master'
cmake: Set GIT_EXECUTABLE before add_subdirectory(src)

See merge request KartKrew/Kart!1706
2023-12-23 17:01:21 +00:00
James R
e4eb42dd36 MF_PAIN: remove sound effect functionality
There is a Nova Shore enemy that switches between
MF_SPRING and MF_ENEMY, and the upper bits of the mass
field are conflicting.

We don't use this functionality aside from some SRB2
holdovers, but who cares about those? ;)
2023-12-23 08:49:30 -08:00
toaster
5ce27ee799 GP bots: Difficulty nerf on GP level restart is now gamespeed-dependent, not a constant, per VC request
Easy, Normal: -3
Hard: -2
(Master continues to be -0)
2023-12-23 16:45:43 +00:00
Oni
8dc35c0fe3 Merge branch 'bot-continue-nerf' into 'master'
Continues reduce bot level by 2

See merge request KartKrew/Kart!1704
2023-12-23 12:59:57 +00:00
Oni
308c97c84c Merge branch 'fix-broly-crash' into 'master'
Fix dereferncing Broly null pointer

See merge request KartKrew/Kart!1708
2023-12-23 12:58:31 +00:00
James R
98c4b34530 Fix dereferncing Broly null pointer 2023-12-23 00:26:40 -08:00
James R.
c8827c18a2 Merge branch 'no-remap-terrain' into 'master'
TERRAIN 'remap' property, for ENCOREMAP/TWEAKMAP

Closes #756

See merge request KartKrew/Kart!1698
2023-12-23 06:10:26 +00:00
SteelT
578d038b1a cmake: Set GIT_EXECUTABLE before add_subdirectory(src)
This fixes the build info not being set for my own builds.
2023-12-23 00:26:42 -05:00
Sally Coolatta
abde576c58 Enforce const in bot ticcmds
There were a few remaining cases of bot ticcmd generation editing player structures directly. Fix all of this and make as much of it pass const player pointers so this physically can't be allowed to happen ever again. Appears to improve bot sync in netgames & demos bot support, but I have not tested extensively.
2023-12-22 23:28:08 -05:00
James R
8a54edf204 Obj_TryCrateDamage: return bool 2023-12-22 19:05:12 -08:00
James R
5d91834c60 K_InstaWhipCollide: check P_DamageMobj succeeds before applying hitlag to attacker 2023-12-22 19:04:58 -08:00
James R
dae4454055 Use untranslated texture for checking R_TextureCanRemap
- Handles animated textures correctly
2023-12-22 19:02:07 -08:00
James R
9bcdc9094b K_GetTerrainForTextureName: use case insensitive search 2023-12-22 19:02:07 -08:00
James R
a589b4961e R_NoEncore: remove hardcoded condition for trick panels, sneaker panels, speed pads 2023-12-22 19:02:07 -08:00
James R
73e032573d TERRAIN: add 'remap' boolean, toggles ENCOREMAP/TWEAKMAP
- Software* + OpenGL support
- *Not supported: R_DrawColumnShadowed_8
  - This has something to do with walls and FOF lights.
    However, I don't see an easy code solution and I don't
    know how to even test this.
2023-12-22 19:02:06 -08:00
James R
03deb45c67 Cache TERRAIN on texture_t
- K_GetTerrainForTextureNum no longer performs a string
  lookup
2023-12-22 19:02:06 -08:00
Sally Coolatta
1df1e841d2 Continues reduce bot level by 2 2023-12-22 20:54:11 -05:00
Oni
2d4cc49101 Merge branch 'goner-accelerate' into 'master'
Press down on Goner Setup to complete existing text line early

See merge request KartKrew/Kart!1703
2023-12-22 21:51:01 +00:00
Oni
f328d303f2 Merge branch 'fix-crate-angle' into 'master'
Crates: fix bottom splat angle

See merge request KartKrew/Kart!1700
2023-12-22 21:22:22 +00:00
Oni
62a4c59aa0 Merge branch 'fix-splat-remap' into 'master'
R_RasterizeFloorSplat: fix encore remap

See merge request KartKrew/Kart!1699
2023-12-22 21:22:06 +00:00
toaster
3430ba9697 Press down on Goner Setup to complete existing text line early 2023-12-22 21:17:27 +00:00
Oni
1c3000ad34 Merge branch 'metal-crate-just-bumped' into 'master'
Add justbumped exception to metal SA2 crates

See merge request KartKrew/Kart!1701
2023-12-22 21:14:51 +00:00
Oni
955f4c39c0 Merge branch 'spb-capsules-emergency' into 'master'
Obj_SPBEradicateCapsules: Only autodestroy if the type is KITEM_SPB

See merge request KartKrew/Kart!1702
2023-12-22 20:43:04 +00:00
Oni
27ff4ea4cb Merge branch 'bots-auughhgh' into 'master'
Bots (scream)

Closes #752, #780, #741, and #753

See merge request KartKrew/Kart!1693
2023-12-22 20:14:38 +00:00
toaster
7703c1999f Obj_SPBEradicateCapsules: Only autodestroy if the type is KITEM_SPB 2023-12-22 19:30:22 +00:00
James R
c0b8d4498a Add justbumped exception to metal SA2 crates 2023-12-22 05:40:32 -08:00
James R
0041df0e08 R_RasterizeFloorSplat: fix encore remap 2023-12-22 05:28:28 -08:00
James R
a5772c21c3 Crates: fix bottom splat angle 2023-12-22 05:25:45 -08:00
James R.
0d2844bc5a Merge branch 'remove-surround' into 'master'
Remove surround sound cvar

See merge request KartKrew/Kart!1694
2023-12-22 06:16:23 +00:00
James R.
701680fcdc Merge branch 'spring-semibright' into 'master'
Apply semibright to all spring types (excluding pogo)

See merge request KartKrew/Kart!1695
2023-12-22 06:13:55 +00:00
Sally Coolatta
266c745bda Set trySpindash to false when using bot controller 2023-12-21 22:23:57 -05:00
wolfs
0e54024347 Apply FF_SEMIBRIGHT to all spring types (excluding pogo) 2023-12-19 20:21:14 -06:00
SteelT
36f6c89ce1 Remove code that is behind SURROUND define 2023-12-19 13:36:49 -05:00
SteelT
a9df0fc269 Remove surround sound cvar
There's really no point in having it be registered at all if it does nothing
2023-12-19 12:09:32 -05:00
Sally Coolatta
22a2323148 Air drag for bots on dash pads is not stronger 2023-12-19 11:28:10 -05:00
Sally Coolatta
bfd84b1099 Fix logic bug with bot shortcut waypoints 2023-12-19 11:27:12 -05:00
Sally Coolatta
2689012249 Ignore z height for connected waypoints on jumps
Resolves #780
2023-12-19 11:24:21 -05:00
Sally Coolatta
1911a45e3f Simplify forced bot direction behavior
Resolves #741
2023-12-19 09:14:04 -05:00
Sally Coolatta
54e62bbd8f Leave bot friction alone on dash pads
Should fix #752, otherwise probably isn't harmful though.
2023-12-19 08:59:01 -05:00
toaster
fd7de3c604 Merge branch 'tutorial-pass' into 'master'
Goner Setup + Tutorial first pass

Closes #697

See merge request KartKrew/Kart!1692
2023-12-18 23:05:51 +00:00