Changes
Page history
Update 2.2.14
authored
Jan 08, 2024
by
Logan Aerl Arias
Hide whitespace changes
Inline
Side-by-side
Changelogs/2.2.14.md
View page @
d9a60fe7
...
@@ -29,6 +29,7 @@ _SRB2 v2.2.14 is still in development. This page will serve as an in-progress ch
...
@@ -29,6 +29,7 @@ _SRB2 v2.2.14 is still in development. This page will serve as an in-progress ch
*
Update player->quittime while a Server is Idling, Attempt 2 (!2209, !2254)
*
Update player->quittime while a Server is Idling, Attempt 2 (!2209, !2254)
*
Allow
`bind`
to accept more arguments for a command. (!1596)
*
Allow
`bind`
to accept more arguments for a command. (!1596)
*
made UPnP port mapping enabled by default (!2251)
*
made UPnP port mapping enabled by default (!2251)
*
Rewrite M_DrawStaticBox (!1990)
## Lua
## Lua
...
@@ -44,6 +45,10 @@ _SRB2 v2.2.14 is still in development. This page will serve as an in-progress ch
...
@@ -44,6 +45,10 @@ _SRB2 v2.2.14 is still in development. This page will serve as an in-progress ch
*
`loadfile`
in Lua (!1615)
*
`loadfile`
in Lua (!1615)
*
Expose a
`constants`
dictionary to Lua. (!1646)
*
Expose a
`constants`
dictionary to Lua. (!1646)
*
Fix line.sidenum[i] in Lua (!2252)
*
Fix line.sidenum[i] in Lua (!2252)
*
Move player friction reset after movement code for lua qol (!1824)
*
Add transparency flag support to drawFill (!1881)
*
Implement perfstats options for LUAh_PreThinkFrame and LUAh_PostThinkFrame (!1932)
*
Expose P_IsLocalPlayer to Lua (!1997)
## Bugfixes
## Bugfixes
...
@@ -74,6 +79,9 @@ _SRB2 v2.2.14 is still in development. This page will serve as an in-progress ch
...
@@ -74,6 +79,9 @@ _SRB2 v2.2.14 is still in development. This page will serve as an in-progress ch
*
Fix Texture scale affects plane brightness in the software renderer (!2240)
*
Fix Texture scale affects plane brightness in the software renderer (!2240)
*
Fix one too many player count on dedicated servers (!2247)
*
Fix one too many player count on dedicated servers (!2247)
*
Fix rare but possible menu/console unresponsiveness bug (Resolves #700) (!1677)
*
Fix rare but possible menu/console unresponsiveness bug (Resolves #700) (!1677)
*
Update mobj floorz/ceilingz after a bustable FOF is destroyed (!1945)
*
Made filesearch aware of symbolic links (!1976)
*
Always Allow con_hudlines when Using devmode (!1987)
## Resource files
## Resource files
...
...
...
...