Commit graph

21350 commits

Author SHA1 Message Date
GenericHeroGuy
13a0378cea Turn namehash/nameofs into a struct, and linearly allocate freeslots
Also fix bugged skincolor & precipprops clear in lua_infolib
2025-05-19 18:22:00 +02:00
GenericHeroGuy
4d3f43b8e4 Move skincolors definition from doomdef.h to info.h
Recompiling 80% of the codebase every time was getting on my nerves...
also clean up initialization a bit
2025-05-19 17:29:55 +02:00
GenericHeroGuy
360e7419e8 Merge branch 'blankart-dev' into infostuff 2025-05-19 15:23:51 +02:00
NepDisk
83312b6e26 Fix TA menu menucaps 2025-05-19 09:16:43 -04:00
NepDisk
3c941ac6a4 Remove OPUS
As much as I would like it, Windows is garbage. Assets update coming soon
2025-05-19 08:09:45 -04:00
NepDisk
7d67d7b03b Disable the gainax until we have graphics for it. 2025-05-19 00:39:43 -04:00
NepDisk
62537cece1 Fix sneaker stacks sometimes sticking 2025-05-19 00:12:55 -04:00
NepDisk
bfa520f5a4 Add Menucaps to kartstats menu 2025-05-18 23:58:51 -04:00
NepDisk
05f1e18084 Large Menu commit
Ports 2.2's scrolling menu, port SRB2Kart Custom build Menucap cvar, register new menus
2025-05-18 23:55:03 -04:00
NepDisk
bafc9c3bd2 Fix rocket sneakers 2025-05-18 21:19:44 -04:00
NepDisk
32043b3825 Fix brakemod dropoff cvar not being registerd 2025-05-18 21:02:29 -04:00
NepDisk
cab441bad4 Fix diagonal squares 2025-05-18 19:58:50 -04:00
NepDisk
9179c6620c Remove air drifitng jitter
It looked really strange since you aren't on the ground to jitter in the first place.
2025-05-18 19:37:38 -04:00
NepDisk
1897f9d1e7 Fix weird stacking speed dropoff issue
Thanks so much Indev!
2025-05-18 18:56:11 -04:00
NepDisk
e9b79efe2d rename calc_arg_offset to match newest booststack 2025-05-18 17:48:57 -04:00
NepDisk
99daf2efd8 Use sneakerstacking sound cvar and use stacking helper func 2025-05-18 17:33:21 -04:00
NepDisk
f8443108a7 More various fixes 2025-05-18 15:44:30 -04:00
NepDisk
30eb87487b Use negative here instead 2025-05-18 14:19:33 -04:00
NepDisk
4950069cd6 Fix other minor issues brought up
Thanks again Jon
2025-05-18 14:18:06 -04:00
NepDisk
5f2fd005f0 Revert rocketsneaker usage nerf 2025-05-18 14:15:39 -04:00
NepDisk
91c4e0e7f0 Use Neptune shadow scales
Thanks Jon for the suggestion
2025-05-18 14:12:44 -04:00
NepDisk
b9836e4925 Add toggle for deadzone style
The game now defaults to Kart style deadzone to remove that stiffness felt on shallower angles
2025-05-18 14:06:56 -04:00
GenericHeroGuy
1d0a066590 Add name hashing for supported info types 2025-05-18 18:13:04 +02:00
GenericHeroGuy
0009807746 Unify info lookup functions for SOC/Lua/ACS
Use MAX* constants instead of -1 for invalid values, because enum signedness
is implementation-defined
2025-05-18 17:37:47 +02:00
GenericHeroGuy
95ae54fd08 Actually inline strbuf_get 2025-05-18 14:47:50 +02:00
GenericHeroGuy
c3fe5e80ac Screw checking for nameofs being zero, just keep count of mobjs/states 2025-05-18 14:46:24 +02:00
NepDisk
39f507d2b5 Make Ring drop on bumps consistent 2025-05-17 20:23:18 -04:00
NepDisk
a3b6a13e95 Fix retry softlock 2025-05-17 17:15:52 -04:00
NepDisk
e78877783e Fix buffer overflow in HWR_InitModels
Idk who did this
2025-05-17 16:27:09 -04:00
NepDisk
ff2f058972 refactor giveitem and port other RR cheats. 2025-05-17 12:46:37 -04:00
NepDisk
bf4e879c82 Update hash 2025-05-17 07:27:02 -04:00
NepDisk
575c6551ea Add mappatch.pk3, Allow patches to remove existing mapthings. 2025-05-16 08:41:14 -04:00
NepDisk
ab6962e05b Update hash for 1st map patch 2025-05-15 21:08:16 -04:00
NepDisk
9c164ce438 Use CEP itemoddscale code for 32p shit later 2025-05-15 20:56:51 -04:00
NepDisk
61e7d86d78 Instashield on Clash 2025-05-15 19:27:18 -04:00
NepDisk
2eaaf088de Bananas dont make you scream 2025-05-15 15:15:29 -04:00
NepDisk
3163dcf9c4 Remove bird window shake
sorry jartha
2025-05-15 14:35:46 -04:00
NepDisk
4e42d1ac75 Ensure good respawn angle from fallback 2025-05-15 11:57:45 -04:00
NepDisk
378d887a5c check for null pls 2025-05-15 11:42:02 -04:00
NepDisk
08408831bf the safeguardist of safeguards 2025-05-15 11:38:43 -04:00
NepDisk
5b8f200e1a Safeguard respawn next even more 2025-05-14 23:18:20 -04:00
GenericHeroGuy
4e66cb67a8 Fix returned mobj/state index in compatmode 2025-05-14 19:03:29 +02:00
GenericHeroGuy
711944350e Deduplicated freeslotting code 2025-05-14 18:56:28 +02:00
Alug
f072746216 unlock everything when using modkartdata save
doesent make too much sense having to unlock everything again when playing mods
2025-05-14 11:45:27 -04:00
GenericHeroGuy
1fa9a7cb8e Refactor info table initialization
We SOCced this stuff ages ago, time to exploit it
Also fixes resetdata kek
2025-05-14 17:28:41 +02:00
GenericHeroGuy
e3f8019b84 And menus 2025-05-14 16:43:20 +02:00
GenericHeroGuy
1b095d220e Why stop there? Go for skincolors too :^) 2025-05-14 16:06:11 +02:00
GenericHeroGuy
1793c2ea95 Use string buffers for mobjs and states 2025-05-14 15:35:26 +02:00
GenericHeroGuy
536075b00a Add string buffer library 2025-05-14 15:06:29 +02:00
NepDisk
1886b6708f Fix inaccurate header 2025-05-13 16:19:30 -04:00