Update 2.2.14 authored by sphere's avatar sphere
...@@ -11,11 +11,15 @@ _SRB2 v2.2.14 is still in development. This page will serve as an in-progress ch ...@@ -11,11 +11,15 @@ _SRB2 v2.2.14 is still in development. This page will serve as an in-progress ch
## Improvements ## Improvements
* Avoid branch prediction slowdowns in R_PointOnSide (!2168) ![image](uploads/f097c0757897624f402d85e074f99d68/image.png){width="29" height="29"} * 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) * Implement epicenter and radius support for quakes. (!1797)
* Interpolate captions, Untie captions from resolution (!1930) * Interpolate captions, Untie captions from resolution (!1930)
* Fix #1126 and #1127 (!2189) * Make chat spam protection more configurable (!2127)
* Improve file search performance on Linux and FreeBSD (!2198)
* Add auto-kick for inactive players (!2148) * 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 ## Lua
...@@ -37,6 +41,8 @@ _SRB2 v2.2.14 is still in development. This page will serve as an in-progress ch ...@@ -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 saturation not being applied on console and colormaps in OpenGL (!2149, !2151)
* Fix the "Leader of the Chaotix" name change bug (!2183) * Fix the "Leader of the Chaotix" name change bug (!2183)
* Fix superjump bug when jumping through upwards moving semi-solid platforms ( !1955) * 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) * Group NiGHTS star/chip hitboxes with rings (!2162)
* Prevent Bots from using Tails' abilities when they don't have them (!2205) * Prevent Bots from using Tails' abilities when they don't have them (!2205)
* Fix LAN discovery for SRB2 servers (!2219) * 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 ...@@ -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) * Make module music volume more accurate (!2215)
* Fix anisotropic and FOV settings not saving (!2218) * Fix anisotropic and FOV settings not saving (!2218)
* Raise sidedef limits (!2163) * 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 ## Resource files
... ...
......