- May 10, 2021
-
-
James R. authored
Incompatible servers get dropped from the server list. It turns out the server list is also used when connecting directly to a server. This meant that if you tried connecting to a server that was incompatible, you'd just get an infinite connection screen, as if the server was completely unreachable. Now it won't drop the server if you are directly connecting to it. I also copied some incompatibility messages from HandleConnect.
-
- May 07, 2021
-
-
Monster Iestyn authored
Fix a series of buffer overflows in SOC (primarily Character section) loading See merge request !1457
-
Monster Iestyn authored
arccosine Lua exposure See merge request !1455
-
Monster Iestyn authored
[SUGOI] Allow setting sound captions in SOC See merge request !1469
-
Monster Iestyn authored
Monster cleaning up again See merge request !1433
-
Monster Iestyn authored
Load netgame error fixes See merge request !1482
-
Monster Iestyn authored
Polyobject over 3D floor fix for software renderer See merge request !1488
-
Lach authored
-
Tatsuru authored
-
- May 06, 2021
-
-
sphere authored
Stop using metatables with light userdata See merge request STJr/SRB2!1495
-
- May 03, 2021
-
-
SteelT authored
-
- May 01, 2021
- Apr 30, 2021
- Apr 28, 2021
-
-
Lactozilla authored
-
Monster Iestyn authored
# Conflicts: # src/d_clisrv.c
-
- Apr 26, 2021
-
-
LJ Sonic authored
-
LJ Sonic authored
-
Monster Iestyn authored
move the old "can't load the level" error to its proper place, added specific error messages for all the times that unarchiving Lua banks can fail
-
James R. authored
-
James R. authored
This is only applicable for bounded cvars (MIN, MAX), since otherwise there's no way to allocate a zstring.
-
James R. authored
Cvars could now have a range (MIN, MAX) plus some preset values, but Lua could not take advantage of this due to table order not being guaranteed.
- Apr 25, 2021
-
-
Monster Iestyn authored
Set "allocated" flag to off if setting a string from PossibleValue afterwards, or if not setting a new value at all.
-
LJ Sonic authored
Fix uninitialized reads in PreparePolygon See merge request STJr/SRB2!1392