Update 2.2.14 authored by Krabs's avatar Krabs
...@@ -16,6 +16,7 @@ _SRB2 v2.2.14 is still in development. This page will serve as an in-progress ch ...@@ -16,6 +16,7 @@ _SRB2 v2.2.14 is still in development. This page will serve as an in-progress ch
* Expose P_GivePlayerSpheres to Lua ( !1996) * Expose P_GivePlayerSpheres to Lua ( !1996)
* Expose P_DoSpinDashDust to Lua ( !1998) * Expose P_DoSpinDashDust to Lua ( !1998)
* Expose P_CheckSkyHit to Lua ( !2000) * Expose P_CheckSkyHit to Lua ( !2000)
* Add new global variable `input.ignoregameinputs` ( !2185)
## Bugfixes ## Bugfixes
...@@ -23,7 +24,6 @@ _SRB2 v2.2.14 is still in development. This page will serve as an in-progress ch ...@@ -23,7 +24,6 @@ _SRB2 v2.2.14 is still in development. This page will serve as an in-progress ch
* Fix memory leak when other players are riding a minecart ( !2146) * 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 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)
* Add new global variable `input.ignoregameinputs` (!2185)
## Resource files ## Resource files
... ...
......