- Jun 06, 2024
-
-
sphere authored
Fix #1153 and #1198 Closes #1198 and #1153 See merge request STJr/SRB2!2476
-
- Jun 05, 2024
-
-
sphere authored
Raise TEXTMAP parser limits See merge request STJr/SRB2!2473
-
sphere authored
Don't traverse the entire HOME directory to find wads See merge request STJr/SRB2!2396
-
sphere authored
Fix buffer overflow when loading addons through symlinks See merge request STJr/SRB2!2402
-
Lactozilla authored
-
sphere authored
Fix buffer overflow when setting NETVAR string console variable and ensure servername is within MAXSERVERNAME See merge request STJr/SRB2!2445
-
- Jun 04, 2024
-
-
Re Frag authored
This commit adds a verification before setting the servername console variable. We now check that it fits within the MAXSERVERNAME length and we cancel setting it if it doesn't. Letting the servername be more than MAXSERVERNAME could lead to crashes when trying to edit the server name from the menu so, we now avoid those.
-
sphere authored
Fix segfault when trying to spawn an MT_PLAYER from Lua See merge request STJr/SRB2!2276
-
Lactozilla authored
-
- Jun 03, 2024
-
-
-
Lactozilla authored
-
-
-
-
Lactozilla authored
Merge branch '712-trying-to-load-a-folder-as-an-addon-causes-a-bad-cycle-error-everytime' into 'next' Resolve "[2.2.10 prerelease] Trying to load a folder as an addon causes a "bad cycle" error every time" Closes #712 See merge request !2412