Update 2.2.14 authored by Logan Aerl Arias's avatar Logan Aerl Arias
...@@ -9,6 +9,7 @@ _SRB2 v2.2.14 is still in development. This page will serve as an in-progress ch ...@@ -9,6 +9,7 @@ _SRB2 v2.2.14 is still in development. This page will serve as an in-progress ch
* Texture scaling (!2031, !2221) * Texture scaling (!2031, !2221)
* Make chat spam protection more configurable (!2127) * Make chat spam protection more configurable (!2127)
* Wireframe mode for OpenGL (!1644) * Wireframe mode for OpenGL (!1644)
* Sector portals (!2139)
## Improvements ## Improvements
...@@ -16,7 +17,6 @@ _SRB2 v2.2.14 is still in development. This page will serve as an in-progress ch ...@@ -16,7 +17,6 @@ _SRB2 v2.2.14 is still in development. This page will serve as an in-progress ch
* Implement support for native keyboard layout (!1952) * Implement support for native keyboard layout (!1952)
* Implement epicenter and radius support for quakes. (!1797) * Implement epicenter and radius support for quakes. (!1797)
* Interpolate captions, Untie captions from resolution (!1930) * Interpolate captions, Untie captions from resolution (!1930)
* Make chat spam protection more configurable (!2127)
* Add auto-kick for inactive players (!2148) * Add auto-kick for inactive players (!2148)
* Improve file search performance on Linux and FreeBSD (!2198) * Improve file search performance on Linux and FreeBSD (!2198)
* Cache and reuse removed mobjs when spawning mobjs (!2200) * Cache and reuse removed mobjs when spawning mobjs (!2200)
...@@ -30,6 +30,8 @@ _SRB2 v2.2.14 is still in development. This page will serve as an in-progress ch ...@@ -30,6 +30,8 @@ _SRB2 v2.2.14 is still in development. This page will serve as an in-progress ch
* 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) * Rewrite M_DrawStaticBox (!1990)
* Copy Interpolation to Shields and Overlays, Splitscreen Overlays (!1992)
* Raise the skin limit (!1466, !2256)
## Lua ## Lua
...@@ -43,12 +45,14 @@ _SRB2 v2.2.14 is still in development. This page will serve as an in-progress ch ...@@ -43,12 +45,14 @@ _SRB2 v2.2.14 is still in development. This page will serve as an in-progress ch
* Add new global variable `input.ignoregameinputs` (!2185) * Add new global variable `input.ignoregameinputs` (!2185)
* Fix Lua taglists methods not working (!2244) * Fix Lua taglists methods not working (!2244)
* `loadfile` in Lua (!1615) * `loadfile` in Lua (!1615)
* Expose a `constants` dictionary to Lua. (!1646) * Expose a `constants` dictionary to Lua. (!1646, !2255)
* 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) * Move player friction reset after movement code for lua qol (!1824)
* Add transparency flag support to drawFill (!1881) * Add transparency flag support to drawFill (!1881)
* Implement perfstats options for LUAh_PreThinkFrame and LUAh_PostThinkFrame (!1932) * Implement perfstats options for LUAh_PreThinkFrame and LUAh_PostThinkFrame (!1932)
* Expose P_IsLocalPlayer to Lua (!1997) * Expose P_IsLocalPlayer to Lua (!1997)
* Add "allowflip" Parameter to P_DoJump (!2158)
* Expose P_ResetCamera / camera->reset to Lua (!2009)
## Bugfixes ## Bugfixes
...@@ -82,6 +86,10 @@ _SRB2 v2.2.14 is still in development. This page will serve as an in-progress ch ...@@ -82,6 +86,10 @@ _SRB2 v2.2.14 is still in development. This page will serve as an in-progress ch
* Update mobj floorz/ceilingz after a bustable FOF is destroyed (!1945) * Update mobj floorz/ceilingz after a bustable FOF is destroyed (!1945)
* Made filesearch aware of symbolic links (!1976) * Made filesearch aware of symbolic links (!1976)
* Always Allow con_hudlines when Using devmode (!1987) * Always Allow con_hudlines when Using devmode (!1987)
* Make Dead / NoClipHeight Objects Immune to Death Pits (Resolves #553) (!2001)
* OpenGL: Fix linedef type 10 not culling FOFs (Closes #438) (!1399)
* Only Consider ExitLevel a Cheat When Used to Cheat (!2159)
* Fix roll braking assuming player angle is camera angle (resolves #1055) (!2053)
## Resource files ## Resource files
... ...
......