Commit graph

20369 commits

Author SHA1 Message Date
James R
990e342b12 Fix KITEM DEH list not defined with KITEM_ prefix 2022-11-06 06:20:28 -08:00
Oni
ff6f7b62c8 Merge branch 'paperitem-backdrop' into 'master'
Add backdrop for paper items

See merge request KartKrew/Kart!755
2022-11-06 08:00:06 +00:00
toaster
3b212a1138 Merge branch 'miniladder-16' into 'master'
Miniladder for 1.6

See merge request KartKrew/Kart!754
2022-11-05 13:16:22 +00:00
SteelT
84a5e28302 Don't match slope pitch and roll for MT_FLOATINGITEM (per VC discussion) 2022-11-04 11:19:27 -04:00
toaster
e486926943 Merge branch 'master' of https://git.do.srb2.org/KartKrew/Kart into miniladder-16
# Conflicts:
#	src/d_main.c
2022-11-04 12:03:48 +00:00
SteelT
701b345f39 Fix sprite clipping in OpenGL 2022-11-03 23:11:51 -04:00
Sal
07f5fd5c07 Merge branch 'connection-doinglus' into 'master'
[Doinglus] Connection screen adjustments

See merge request KartKrew/Kart!679
2022-11-04 02:22:32 +00:00
Sal
ae0312e9a4 Merge branch 'win32-dpi-awareness' into 'master'
win32: Add dpi aware manifest config

See merge request KartKrew/Kart!733
2022-11-04 02:16:54 +00:00
SteelT
8dbac697ca Add backdrop for paper items
Capsules are unaffected as it has it's own object that shares the sprite of the items.
2022-11-03 22:07:09 -04:00
Oni
4a3369d51a Merge branch 'hyu-is-not-damage' into 'master'
Use non-damaging hitlag for Hyudoro collide (Fixes #322)

Closes #322

See merge request KartKrew/Kart!751
2022-11-04 00:43:54 +00:00
toaster
77be11d952 Title screen adjustments
- Don't show menu message on first tic of title startup
2022-11-04 00:41:53 +00:00
Oni
32dba0fd5b Merge branch 'explosion-combo' into 'master'
Always allow combos into DMG_EXPLODE (fixes #321)

Closes #321

See merge request KartKrew/Kart!752
2022-11-04 00:40:50 +00:00
toaster
a9e5904d2f Show (and clear) menu messages on the titlescreen 2022-11-04 00:30:03 +00:00
toaster
b4227bde05 Fix M_ConfirmConnect properly ending the menu popup
Turns out M_ClearMenus returns early, we should do M_StopMessage directly
2022-11-03 23:48:58 +00:00
toaster
310ecb3cb0 Missing variable 2022-11-03 22:44:55 +00:00
toaster
13003cb66a NONET was killed prior, get rid of its body 2022-11-03 22:42:06 +00:00
toaster
21be387d0f Merge branch 'master' of https://git.do.srb2.org/KartKrew/Kart into connection-doinglus
# Conflicts:
#	src/d_clisrv.c
#	src/d_main.c
#	src/k_menudraw.c
#	src/m_misc.c
2022-11-03 22:36:34 +00:00
toaster
ed10cd102f Missing header reference 2022-11-03 14:57:27 +00:00
toaster
ea0bf216c5 Newview hack crash fixes
- Renderer should exist
- Player mo should exist
2022-11-03 14:50:46 +00:00
toaster
0230b57aa8 Remove advancedemo
Just a weird, meaningless footgun waiting in the wings for someone to catch themselves on
2022-11-03 14:45:36 +00:00
toaster
e7c700a64f Compilation errors from corrupted cherry-pick/porting 2022-11-03 14:32:40 +00:00
toaster
c5a3d362a1 Shadowed declaration fix for d_clisrv anti-bodysnatch fix 2022-11-03 14:28:19 +00:00
toaster
e027cc2a06 Error checking for running out of freeslots 2022-11-03 14:23:30 +00:00
X.organic
b0af04eeeb Bring the maximum WAD file count up to 255
Per @TehRealSalt's recommendation.

# Conflicts:
#	src/w_wad.h
2022-11-03 14:02:17 +00:00
toaster
7216b56e2e More consistent netreplay wadfile list writing
Fixes crashes for newly-written demos that have files with absurdly long names attached
2022-11-03 13:58:57 +00:00
toaster
e5d1b39e30 Add R_RelativeTeleportViewInterpolation
Adjusts pview_old for relative teleport to attempt a contigious motion
2022-11-03 13:52:17 +00:00
toaster
1b55c73a3c Fix undesired interpolation for regular teleport 2022-11-03 13:52:05 +00:00
toaster
92db1aa634 Make all the join/leave sound effects have a singularity of true so that they don't stack super loud during major net interruption or multiple splitscreen player joins. 2022-11-03 13:49:27 +00:00
toaster
d7e2c60d73 1.6 replay hut graphical fixes -- obviously redoing the whole thing later but important to get reasonable foundation to build off 2022-11-03 13:35:51 +00:00
Ashnal
1e9b844e88 Unlink non-mobj and non-precip thinkers when loading and freeing
Move globalweather to before P_SpawnSpecials so that specials can properly change weather and have it communicated in savegames

# Conflicts:
#	src/p_saveg.c
#	src/p_setup.c
2022-11-03 13:23:13 +00:00
James R
4e4612949b Merge branch 'bot-online-desync' into 'master'
Fix bots desyncing in netgames

See merge request KartKrew/Kart!748
2022-11-03 13:20:44 +00:00
Ashnal
fb4cf4c3ba Remove usage of currentthinker from direct removal
It's designed to be referenced from P_RunTHinkers, whjich we aren't doing
2022-11-03 13:13:07 +00:00
Ashnal
16300bee84 Attempt to fix use after free bug
with precipitation mobjs on netgame load

# Conflicts:
#	src/p_saveg.c
2022-11-03 13:11:03 +00:00
Sal
ce11459afb Merge branch 'splat-interp' into 'master'
Fix splat interp and sprite angle

See merge request KartKrew/Kart!749
2022-11-03 12:50:38 +00:00
Ashnal
ce7fe894b8 Should fix the dedicated server player node takeover
that completely destroys servers

# Conflicts:
#	src/d_clisrv.c
2022-11-03 12:42:39 +00:00
AJ Martinez
4996692b4b Remove redundant MT_SPBEXPLOSION combo condition 2022-11-03 05:09:18 -07:00
AJ Martinez
d44340e9b8 Always allow combos into DMG_EXPLODE 2022-11-03 04:56:21 -07:00
AJ Martinez
7e46ee1d13 Use non-damaging hitlag for Hyudoro collide 2022-11-03 04:28:02 -07:00
toaster
d57adac84b Explicit pointer cast for R_InterpolatePrecipMobjState 2022-11-02 23:52:15 -07:00
Eidolon
000593c135 Use precip interp if gl sprite is for precip 2022-11-02 23:51:05 -07:00
James R
424c65955e Use angle between viewz and mobj z to determine splat sprite angle 2022-10-31 19:03:09 -07:00
James R
ce4518a20c Use interpolated mobj x/y/z/angle for splats 2022-10-31 19:01:44 -07:00
James R
b0e079bdf0 Update botvars rubberband and controller in P_PlayerAfterThink instead of K_BuildBotTiccmd
These vars directly affect gamestate but K_BuildBotTiccmd
only runs for the server.
2022-10-31 14:36:21 -07:00
Eidolon
1d6c32710c win32: Add dpi aware manifest config 2022-10-31 13:58:12 -05:00
Eidolon
8e7c5b2712 Merge branch 'gl-billboard-position-fix' into 'master'
Use interp position in GL billboarding

See merge request KartKrew/Kart!747
2022-10-31 18:55:27 +00:00
Sal
5d0f5c0505 Merge branch 'follower-buffer-overflow' into 'master'
Fix readfollower name checked buffer overflow crash

See merge request KartKrew/Kart!746
2022-10-31 11:52:23 +00:00
Eidolon
f86048afbf Use interp position in GL billboarding 2022-10-30 23:03:47 -05:00
Eidolon
fbe9fad2ea Increase buffer size in readfollower
Fixes buffer overflow crash with checked string functions on macOS
2022-10-30 22:55:11 -05:00
Oni
ac46849ddf Merge branch 'fix-spectator-spawn-mid-game' into 'master'
Fix players sometimes spawning at 0, 0

See merge request KartKrew/Kart!737
2022-10-29 06:57:13 +00:00
James R
58bb648b0a Merge branch 'udmf-cherrypick' into 'master'
Update our UDMF

Closes STJr/SRB2#862

See merge request KartKrew/Kart!727
2022-10-29 06:54:48 +00:00