Commit graph

20327 commits

Author SHA1 Message Date
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
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
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
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
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
James R
4479682c19 Merge branch 'lua-k-stumbleplayer' into 'master'
Add K_StumblePlayer to Lua

Closes #315

See merge request KartKrew/Kart!742
2022-10-29 03:55:13 +00:00
Eidolon
9213b7adbd Merge branch 'retry-mobj-jitter' into 'master'
Ensure view interpolates between T-1 to T

See merge request KartKrew/Kart!743
2022-10-28 00:25:06 +00:00
Eidolon
7dc38cbaf8 Merge branch 'r_splitscreen-loops' into 'master'
Loop inclusive for r_splitscreen

See merge request KartKrew/Kart!744
2022-10-28 00:24:36 +00:00
Eidolon
4b57159475 Ensure view interpolates between T-1 to T 2022-10-27 19:21:30 -05:00
Eidolon
2476455195 Loop inclusive for r_splitscreen
r_splitscreen indexes from 0 inclusively
2022-10-27 19:11:35 -05:00
Eidolon
a1fd605a24 Read time fields from net saves 2022-10-27 18:45:16 -05:00
James R
eb96624c71 Add K_StumblePlayer to Lua 2022-10-26 22:55:13 -07:00
James R
0978093a2b undefine K_KartItemOddsSpecial 2022-10-26 22:36:38 -07:00
James R
bc7d52ab3c Revert "Ensure view interpolates between T-1 to T"
This reverts commit aa7bfab0fc.
2022-10-26 22:34:32 -07:00
Oni
95096fbc9a Merge branch 'special-stages' into 'master'
[Special stage prep] GP Bonus Stages + timelimit rework + Hitlag ticking fixes

Closes #236

See merge request KartKrew/Kart!739
2022-10-27 03:10:37 +00:00
James R
0fba68f4ba Subtract texture angle from speedpad TERRAIN 2022-10-26 19:59:15 -07:00
Sal
38e36d3e77 Merge branch 'fix-menu-button-bleed' into 'master'
Fix menu and replay save dialog opening while chat is open

Closes #300

See merge request KartKrew/Kart!734
2022-10-26 03:48:12 +00:00
Sal
23cb3bdbb2 Merge branch 'srb2-dummy-revival' into 'master'
Make dummy compile again, if SDL is explicitly set to 0

See merge request KartKrew/Kart!731
2022-10-26 03:46:46 +00:00
Sal
e75445c970 Merge branch 'md2-spritexyoffset' into 'master'
Support spritexoffset/spriteyoffset for 3D models

See merge request KartKrew/Kart!738
2022-10-26 03:44:34 +00:00
Eidolon
d6c21eeec1 Merge branch 'splitscreen-hudhook-fix' into 'master'
Clear and draw all game hud hook calls to 1 list

See merge request KartKrew/Kart!741
2022-10-26 03:05:03 +00:00
Eidolon
cd3da06a92 Clear and draw all game hud hook calls to 1 list
Fixes splitscreen issues with lua hud hooks
2022-10-25 20:40:37 -05:00
Eidolon
4e95aa92dd Merge branch 'mobj-jitter' into 'master'
Ensure view interpolates between T-1 to T

See merge request KartKrew/Kart!740
2022-10-26 01:03:20 +00:00
Eidolon
aa7bfab0fc Ensure view interpolates between T-1 to T 2022-10-25 19:35:56 -05:00
James R
76112c0321 Support spritexoffset/spriteyoffset for 3D models 2022-10-25 02:36:35 -07:00
James R
20bfbca029 Fix spectators spawning at 0, 0 when joining mid game 2022-10-23 16:03:16 -07:00
James R
88bbe8875d Merge branch 'fix-terrain-saveg' into 'master'
Save terrainOverlay in gamestate

See merge request KartKrew/Kart!735
2022-10-23 22:24:46 +00:00
James R
d284fc0ea6 Savegame terrainOverlay 2022-10-23 14:55:10 -07:00
James R
8e62531ff9 Fix replay save dialog activating while chat is open 2022-10-23 13:54:54 -07:00
James R
ae02579b09 Fix menu start button closing the chat 2022-10-23 13:20:13 -07:00
toaster
4851b8e697 Merge branch 'master' of https://git.do.srb2.org/KartKrew/Kart into udmf-cherrypick 2022-10-22 20:25:13 +01:00
toaster
78c8e27542 Merge branch 'wadname-maps' into 'master'
WADNAME map definition lump special case

See merge request KartKrew/Kart!730
2022-10-22 19:12:21 +00:00
toaster
b686137d12 Correctly NULL thumbnailPic and minimapPic when map lumpnum changes
Fixes the core part of Chengi's graphical issue
2022-10-22 19:58:10 +01:00
toaster
e5365339da Merge branch 'master' of https://git.do.srb2.org/KartKrew/Kart into wadname-maps 2022-10-22 19:53:05 +01:00
Eidolon
c1f0be719e make: Fix ifdef check from dummy target changes 2022-10-20 21:12:58 -05:00
James R
19a6ea8478 Do not multiply TERRAIN speedPad value 2022-10-18 18:20:19 -07:00
James R
7ceef19f74 Fix 42f9443de 2022-10-17 23:50:38 -07:00