Changes
Page history
Update 2.2.14
authored
Dec 26, 2023
by
sphere
Show whitespace changes
Inline
Side-by-side
Changelogs/2.2.14.md
View page @
26bf719f
...
...
@@ -11,11 +11,15 @@ _SRB2 v2.2.14 is still in development. This page will serve as an in-progress ch
## Improvements
*
Avoid branch prediction slowdowns in R_PointOnSide (!2168) !
[
image
](
uploads/f097c0757897624f402d85e074f99d68/image.png
)
{width="29" height="29"}
*
Implement support for native keyboard layout (!1952)
*
Implement epicenter and radius support for quakes. (!1797)
*
Interpolate captions, Untie captions from resolution (!1930)
*
Fix #1126 and #1127 (!2189)
*
Improve file search performance on Linux and FreeBSD (!2198)
*
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)
*
Add support for multiple admin passwords (!2201)
*
Optimize Z position functions on sloped sectors (!2214)
## Lua
...
...
@@ -37,6 +41,8 @@ _SRB2 v2.2.14 is still in development. This page will serve as an in-progress ch
*
Fix saturation not being applied on console and colormaps in OpenGL (!2149, !2151)
*
Fix the "Leader of the Chaotix" name change bug (!2183)
*
Fix superjump bug when jumping through upwards moving semi-solid platforms ( !1955)
*
Fix crash in R_PointToDist2 when passing -2147483648 (!1964)
*
Fix segfaults when P_RemoveMobj is called from MobjSpawn hook (!1973)
*
Group NiGHTS star/chip hitboxes with rings (!2162)
*
Prevent Bots from using Tails' abilities when they don't have them (!2205)
*
Fix LAN discovery for SRB2 servers (!2219)
...
...
@@ -46,6 +52,12 @@ _SRB2 v2.2.14 is still in development. This page will serve as an in-progress ch
*
Make module music volume more accurate (!2215)
*
Fix anisotropic and FOV settings not saving (!2218)
*
Raise sidedef limits (!2163)
*
Fix crash when trying to send to an unreachable client (!2232)
*
Fix IPv6 bans being ignored when loading banlist (!2235)
*
Fix ban mask being ignored on IPv6 addresses (!2236)
*
(Hopefully) fix chatbug (!2238)
*
Fix buffer overflow when when fetching typenames on freeslots (!2193)
*
Fix buffer overflow when tag bits are set (!2194)
## Resource files
...
...
...
...