- Jun 07, 2024
-
-
sphere authored
Fix code that generates warnings under Clang See merge request STJr/SRB2!2477
-
sphere authored
Resolve #1256 Closes #1256 See merge request STJr/SRB2!2475
-
- Jun 06, 2024
-
-
sphere authored
Fix spectator list not compensating for non-green resolutions See merge request STJr/SRB2!2393
-
sphere authored
Fix #1153 and #1198 Closes #1198 and #1153 See merge request STJr/SRB2!2476
-
- Jun 05, 2024
-
-
Lactozilla authored
-
Lactozilla authored
Fixed code that generated the following warnings under Clang: -Wdeprecated-non-prototype -Wsingle-bit-bitfield-constant-conversion warnings
-
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
-
Lactozilla authored
-
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
-
-
-
sphere authored
Removed thokked when hitting springs (resolves #1245) Closes #1245 See merge request STJr/SRB2!2429