Commit graph

17633 commits

Author SHA1 Message Date
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
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
NepDisk
1b0dfd2fbc
Merge pull request #5 from WumboSpasm/fixfadecolor
Fix fade color. Thanks Wumbo!
2024-08-16 15:48:23 -04:00
Wumbo
4b22c97096 Fix engine charge sound during position 2024-08-16 15:35:51 -04:00
NepDisk
d6542a511b expose MF_BOUNCE flag to lua 2024-08-16 15:00:31 -04:00
NepDisk
f0683f05ca Restore MF_BOUNCE 2024-08-16 14:42:30 -04:00
NepDisk
686a8146cb Fix output filename for movies and screenshots 2024-08-16 12:23:22 -04:00
NepDisk
31b6994628 Remove rest pf RingRacers Refs 2024-08-16 12:09:50 -04:00
NepDisk
6a9cc743ac Restore block monsters
Block players is now on line special flag 81
2024-08-16 11:45:52 -04:00
NepDisk
097109525a Fix transparnecy on position graphic 2024-08-16 11:23:05 -04:00
NepDisk
8df6c9e4ef Add starpost stuff to nextsync and remove unsued hyudoro thing 2024-08-15 20:12:53 -04:00
NepDisk
bfd608efc8 Fix net archiving 2024-08-15 20:10:02 -04:00
Wumbo
8230818597 Fix fade color 2024-08-14 22:22:59 -04:00
NepDisk
78f4bdee7a
Merge pull request #3 from WumboSpasm/unrebrand
Restore SRB2Kart branding in source code. Thanks Wumbo!
2024-08-14 01:07:13 -04:00
Wumbo
5acfc5137e Rename data directory to avoid conflicts 2024-08-13 23:11:19 -04:00
Wumbo
d1a9080187 Un-rebrand back to SRB2Kart 2024-08-13 21:54:52 -04:00
NepDisk
bfac9e7c29 Use realtime 2024-08-13 10:55:28 -04:00
NepDisk
61af596c90 Allow starposts to set respawn position with new waypoints active as well 2024-08-13 10:45:48 -04:00
NepDisk
05e3b8bf6a Remove unused function I added 2024-08-13 01:14:30 -04:00
NepDisk
6110e9bc06 Respawn at current player position when best waypoint updates instead of waypoint position 2024-08-12 21:53:34 -04:00