Update 2.2.14 authored by Logan Aerl Arias's avatar Logan Aerl Arias
......@@ -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)
* Allow `bind` to accept more arguments for a command. (!1596)
* made UPnP port mapping enabled by default (!2251)
* Rewrite M_DrawStaticBox (!1990)
## Lua
......@@ -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)
* Expose a `constants` dictionary to Lua. (!1646)
* 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
......@@ -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 one too many player count on dedicated servers (!2247)
* 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
......
......