Commit graph

19493 commits

Author SHA1 Message Date
toaster
73db1e0fa0 K_InitTerrain: Do what ANIMDEFs parsing does and create a copy of the TERRAIN lump with a guaranteed null terminator 2024-08-22 19:12:28 -04:00
James R
0ea698d662 Merge branch 'fix-terrain-saveg' into 'master'
Save terrainOverlay in gamestate

See merge request KartKrew/Kart!735
2024-08-22 19:11:24 -04:00
Sally Coolatta
18047b6f23 Move camera Z slightly faster
RR has more & taller slopes than SRB2K, so the old values were a bit jarring (you go off-screen a LOT more often)
2024-08-22 19:09:04 -04:00
MascaraSnake
b239a6fe07 Fix equation slopes overflow 2024-08-22 19:08:55 -04:00
NepDisk
5fa8b225f9 Add missing deh table entry for invis spring 2024-08-21 23:49:32 -04:00
James R
9c8cde2737 Merge branch 'fix-perfstats-4' into 'master'
Fix perfstats 4 not working properly

See merge request KartKrew/Kart!932
2024-08-21 18:57:24 -04:00
NepDisk
2968a23c86 Add missing stuff
Ghosts still freeze will look into later
2024-08-21 17:43:22 -04:00
James R
8963f81576 Don't let death type damage kill respawning player
This includes death pits and instakill sectors. Does not
affect direct P_KillMobj calls.
2024-08-21 17:32:22 -04:00
toaster
9925d4c238 Move starting countdown sounds to p_tick.c
Fixes an issue where the starting countdown wouldn't play in spectator mode or hitlag
2024-08-21 17:30:56 -04:00
James R
fa1ac4efd3 Let Drop Targets collide with other items immediately after being thrown
see efc415e5
2024-08-21 17:21:52 -04:00
James R
35a181e0db Let Drop Targets collide with other players immediately after being thrown 2024-08-21 17:20:34 -04:00
James R
b8cc9020e9 Do not run ST_Ticker if dedicated 2024-08-21 17:08:32 -04:00
James R
5bc58aba59 Do not start dedicated server in GP if -warp is used 2024-08-21 17:08:23 -04:00
NepDisk
f3f1eecc62 Revert "Call K_TimerReset before spawning map things"
This reverts commit a60c683908.
2024-08-21 17:05:29 -04:00
James R
a60c683908 Call K_TimerReset before spawning map things
Fixes DUEL items spawning twice if DUEL mode remains on
between maps. Fixes DUEL items spawning the next map after
DUEL mode deactivates.
2024-08-21 17:04:39 -04:00
NepDisk
c7cad1c14a adjust to start at 0 instead of 3 2024-08-21 16:59:53 -04:00
James R
6c99bd2a9f lua_baselib.c: expose P_SpawnMobjFromMobjUnscaled 2024-08-21 16:56:43 -04:00
Sal
29cd2daee4 Merge branch 'no-lua' into 'master'
Add -nolua command line parameter

See merge request KartKrew/Kart!1117
2024-08-21 16:55:18 -04:00
NepDisk
9ba37ea8c3 Make this sonic death sound 2024-08-21 16:53:52 -04:00
James R
496fa40d0e Play a goofy sound when I_Erroring
Reorders shutdown in I_Error a little bit so the message
box displays before I_ShutdownSound and SDL_Quit (so the
sound can continue playing while the message box is open).
This should not have any other effects and
I_ShutdownGraphics is still done beforehand, which closes
the main game window.
2024-08-21 16:50:57 -04:00
James R
e1d642f751 Hardcode assist, part J (jartha)
- Add read-only `actionname` field to Lua states.
    - Resolves to function name definition of global Lua functions.
    - Resolves to all-uppercase name for C actions.
    - Resolves to "NULL" string if nil.
2024-08-21 16:49:29 -04:00
toaster
6d02aac210 Hardcode assist, part 1
- Add read-only `string` field to several info table metatables already available in Lua.
    - mobjinfo[i].name
    - states[i].name
    - sfxinfo[i].string
2024-08-21 16:48:52 -04:00
Oni
32119ae728 Merge branch 'optimize-clip-sprites' into 'master'
Optimize sprite sorting by excluding sprites that are completely obscured by geometry

See merge request KartKrew/Kart!1146
2024-08-21 16:45:23 -04:00
toaster
625b77a299 Got_KickCmd: Do not kick players with the server node from the server (this shut down the server previously !?) 2024-08-21 16:36:46 -04:00
Sally Coolatta
0a9f3b452a Make MAXRADIUS bigger
MAXRADIUS was previously an arbitrary value id Software set as whatever their biggest object would be (which they broke that rule anyway). It is now the radius of a blockmap block, which should be a large enough of a nudge value to handle all cases. (Still don't recommend making objects any bigger than a Spider Mastermind though.)
2024-08-21 16:30:33 -04:00
Oni
78f7cadd9b Merge branch 'cull-debugwaypoints' into 'master'
debugwaypoints: cull debug mobjs outside of drawdist

See merge request KartKrew/Kart!1201
2024-08-21 15:52:31 -04:00
James R
af2e1f1184 Quaketilt: fix jitter at certain momentum angles 2024-08-21 15:45:30 -04:00
James R
ec055e5e36 Fix quake tilt speed scaling varying by map scale 2024-08-21 15:45:30 -04:00
James R
e9024f4c91 Add FF_REVERSEANIM frame flag
- Animate from state frame backwards by var1
2024-08-21 15:45:30 -04:00
James R
25b32aa917 Expand textcmd size byte to 16-bit word
Raises hard limit from 255 to 65535
2024-08-21 15:44:10 -04:00
NepDisk
3f44a6bb06 Raise MAXTEXTCMD 2024-08-21 15:43:59 -04:00
NepDisk
8a1fc406a3 Use player angle for respawn 2024-08-21 14:09:51 -04:00
NepDisk
ee3e0ef1a3 Add eq and vslopes to udmf 2024-08-20 00:41:10 -04:00
NepDisk
31205ce934 GTR_FREEROAM and Fix players constantly JUSTHITFLOOR when walking slowly at the top of slopes 2024-08-19 00:28:36 -04:00
NepDisk
f88f6a399f Port opulence objects 2024-08-18 13:18:41 -04:00
NepDisk
bdc8475906 Old Signposts
mostly works, tries to use a weird sprite number when landing though
2024-08-18 12:28:45 -04:00
NepDisk
8700a37efa Make gamespeed selectable in menu 2024-08-18 11:03:14 -04:00
NepDisk
9b9d648822 Make circuit map true from sector special finish line 2024-08-18 10:29:10 -04:00
NepDisk
ac27f0438a Port antigrief from SRB2Kart
Ported this one spefically since I prefer how it works
2024-08-18 01:39:26 -04:00
NepDisk
0b28ac0aca Allow Users to Connect to Servers While In-Game
https://git.do.srb2.org/STJr/SRB2/-/merge_requests/2401
2024-08-17 23:25:48 -04:00
StarManiaKG
e4038ecfc8 Add actual multiplayer automap support 2024-08-17 23:08:49 -04:00
NepDisk
6b6ea4f8d2 Use Fade instead of slide for hud elements 2024-08-17 20:40:31 -04:00
NepDisk
ca91f93e9d
Merge pull request #6 from WumboSpasm/deathanim
Improve death animation. Thanks Wumbo!
2024-08-17 19:37:10 -04:00
Wumbo
724690035f Improve death animation 2024-08-17 19:20:59 -04:00
NepDisk
60e950c0d8 Fix balloon doomed num and fix block monsters exposure 2024-08-17 14:52:19 -04:00
NepDisk
c787b04cb4 Do stuff to dehacked table and waht not 2024-08-17 10:43:15 -04:00
NepDisk
a733ea2baa Port Use SDL Game Controllers API by Eidolon 2024-08-16 21:18:18 -04:00
NepDisk
968c705c7c Remove mobjscale from projectile throw 2024-08-16 18:28:52 -04:00
NepDisk
1f393ca7d4 Remove kart on player death and add back invisspring object 2024-08-16 18:21:38 -04:00
NepDisk
b0682002bd
Merge pull request #4 from WumboSpasm/fixchargesound
Fix engine charge sound during position. Thanks Wumbo!
2024-08-16 15:48:37 -04:00