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 @
d528f9a3
...
...
@@ -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)
*
Make chat spam protection more configurable (!2127)
*
Wireframe mode for OpenGL (!1644)
*
Sector portals (!2139)
## Improvements
...
...
@@ -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 epicenter and radius support for quakes. (!1797)
*
Interpolate captions, Untie captions from resolution (!1930)
*
Make chat spam protection more configurable (!2127)
*
Add auto-kick for inactive players (!2148)
*
Improve file search performance on Linux and FreeBSD (!2198)
*
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
*
Allow
`bind`
to accept more arguments for a command. (!1596)
*
made UPnP port mapping enabled by default (!2251)
*
Rewrite M_DrawStaticBox (!1990)
*
Copy Interpolation to Shields and Overlays, Splitscreen Overlays (!1992)
*
Raise the skin limit (!1466, !2256)
## Lua
...
...
@@ -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)
*
Fix Lua taglists methods not working (!2244)
*
`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)
*
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)
*
Add "allowflip" Parameter to P_DoJump (!2158)
*
Expose P_ResetCamera / camera->reset to Lua (!2009)
## Bugfixes
...
...
@@ -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)
*
Made filesearch aware of symbolic links (!1976)
*
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
...
...
...
...