Changes
Page history
Update 2.2.14
authored
Dec 01, 2023
by
sphere
Hide whitespace changes
Inline
Side-by-side
Changelogs/2.2.14.md
View page @
d9ff8f7f
...
...
@@ -2,14 +2,15 @@ _SRB2 v2.2.14 is still in development. This page will serve as an in-progress ch
## New features
*
Add Blue Spring Ball (
!1282)
*
Add auto-kick for inactive players (
!2148)
*
Add Blue Spring Ball (!1282)
*
Add auto-kick for inactive players (!2148)
*
Dedicated Shield / Super Transformation Button (!2096)
*
Add
`find`
command to search for console commands/variables (!2217)
## Improvements
*
Avoid branch prediction slowdowns in R_PointOnSide (
!2168) !
[
image
](
uploads/f097c0757897624f402d85e074f99d68/image.png
)
{width="29" height="29"}
*
Implement epicenter and radius support for quakes. (
!1797)
*
Avoid branch prediction slowdowns in R_PointOnSide (!2168) !
[
image
](
uploads/f097c0757897624f402d85e074f99d68/image.png
)
{width="29" height="29"}
*
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)
...
...
@@ -17,26 +18,33 @@ _SRB2 v2.2.14 is still in development. This page will serve as an in-progress ch
## Lua
*
Expose more thrust functions to Lua ( !1493)
*
Expose P_TouchSpecialThing to Lua ( !1993)
*
Expose FollowMobj-related functions to Lua ( !1994)
*
Expose P_GivePlayerSpheres to Lua ( !1996)
*
Expose P_DoSpinDashDust to Lua ( !1998)
*
Expose P_CheckSkyHit to Lua ( !2000)
*
Add new global variable
`input.ignoregameinputs`
( !2185)
*
Expose more thrust functions to Lua (!1493)
*
Expose P_TouchSpecialThing to Lua (!1993)
*
Expose FollowMobj-related functions to Lua (!1994)
*
Expose P_GivePlayerSpheres to Lua (!1996)
*
Expose P_DoSpinDashDust to Lua (!1998)
*
Expose P_CheckSkyHit to Lua (!2000)
*
Lua colorlib: extracolormap support (!2093)
*
Add new global variable
`input.ignoregameinputs`
(!2185)
## Bugfixes
*
Fix "-warp"ing to a level without a map header crashing the game ( !2143)
*
Fix memory leak when other players are riding a minecart ( !2146)
*
Fix saturation not being applied on console and colormaps in OpenGL ( !2149, !2151)
*
Fix the "Leader of the Chaotix" name change bug ( !2183)
*
Fix buffer overflow when linedef type 415 executes (!2006)
*
Fix dangling pointer in mapthing after removing mobj (!2007)
*
Fix "-warp"ing to a level without a map header crashing the game (!2143)
*
Fix memory leak when other players are riding a minecart (!2146)
*
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)
*
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)
*
Fix offsetting of rotated sprites drawn in the HUD by Lua (!2171)
*
Fix segfaults on some systems due to polyvertex being NULL (!2065)
*
I_SetSongTrack(int) should be I_SetSongTrack(INT32) (!2213)
*
Make module music volume more accurate (!2215)
*
Fix anisotropic and FOV settings not saving (!2218)
*
Raise sidedef limits (!2163)
## Resource files
...
...
...
...