- Jun 24, 2024
-
-
sphere authored
Expose PF_SHIELDDOWN to Lua See merge request STJr/SRB2!2299
-
sphere authored
Missiles fired by player will not hit bots See merge request STJr/SRB2!2316
-
sphere authored
Prevent bots from taking slot 0 with lua. (electric boogaloo) See merge request STJr/SRB2!2482
-
sphere authored
-
sphere authored
Shield Button Prompt for Old Configs Closes #1152 See merge request STJr/SRB2!2387
-
sphere authored
Use palette index 255 for transparency Closes #1259 See merge request STJr/SRB2!2471
-
- Jun 19, 2024
-
-
sphere authored
Fix #1241 Closes #1241 See merge request STJr/SRB2!2481
-
- Jun 10, 2024
-
-
sphere authored
Fix #1261 Closes #1261 See merge request STJr/SRB2!2479
-
- Jun 09, 2024
-
-
Jenx authored
-
Lactozilla authored
Fix segfault when setting forceskin to None See merge request STJr/SRB2!2478
-
Lactozilla authored
-
- Jun 07, 2024
-
-
Lactozilla authored
-
sphere authored
Don't adjust texture coords of nonexistent gpatch (resolves #1242) Closes #1242 See merge request STJr/SRB2!2469
-
sphere authored
Fix #1263 Closes #1263 See merge request STJr/SRB2!2472
-
sphere authored
Implement support for ZDoom GL2 nodes See merge request STJr/SRB2!2474
-
sphere authored
Do not access memory on misaligned addresses See merge request STJr/SRB2!2438
-
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
-
Hanicef authored
-
- 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
-
-
Lactozilla authored
-
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
-
-
sphere authored
Fix shieldscale 0 bugs See merge request STJr/SRB2!2425
-
-
sphere authored
Avoid updating IPv4 MS entry if it failed to register See merge request STJr/SRB2!2462
-
sphere authored
Fix object collision with solid noskew midtextures (resolves #523) Closes #523 See merge request STJr/SRB2!2447
-
Lactozilla authored
-
Lactozilla authored
-