Update 2.2.14 - add ( !2167), add ( !2257), add ( !2258), add ( !2302), add ( !2304) authored by Logan Aerl Arias's avatar Logan Aerl Arias
...@@ -53,6 +53,9 @@ _SRB2 v2.2.14 is still in development. This page will serve as an in-progress ch ...@@ -53,6 +53,9 @@ _SRB2 v2.2.14 is still in development. This page will serve as an in-progress ch
* Add UDMF specification document ( !2345) * Add UDMF specification document ( !2345)
* Allow input view outside of record attack using `showinput` ( !2020) * Allow input view outside of record attack using `showinput` ( !2020)
* Restore `writethings` for UDMF ( !2339) * Restore `writethings` for UDMF ( !2339)
* Add and use an "instant" parameter for P_SetScale ( !2167)
* Shield Button Touchups ( !2257)
* New Post-Shield-Button Gamepad Defaults( !2258)
## Lua ## Lua
...@@ -82,6 +85,7 @@ _SRB2 v2.2.14 is still in development. This page will serve as an in-progress ch ...@@ -82,6 +85,7 @@ _SRB2 v2.2.14 is still in development. This page will serve as an in-progress ch
* Fix archiving with tables that contain tables as keys ( !2245) * Fix archiving with tables that contain tables as keys ( !2245)
* check if LUA field exists before accessing ticcmd ( !2261) * check if LUA field exists before accessing ticcmd ( !2261)
* Fix "objects" searchBlockmap function in Lua barely functioning ( !2309) * Fix "objects" searchBlockmap function in Lua barely functioning ( !2309)
* Substitute MT_NULL with MT_RAY in Lua ( !2302)
## Bugfixes ## Bugfixes
...@@ -150,6 +154,7 @@ _SRB2 v2.2.14 is still in development. This page will serve as an in-progress ch ...@@ -150,6 +154,7 @@ _SRB2 v2.2.14 is still in development. This page will serve as an in-progress ch
* Fix various segfaults caused by missing P_MobjWasRemoved checks ( !2052) * Fix various segfaults caused by missing P_MobjWasRemoved checks ( !2052)
* Delete old and unused rendering-related code ( !2341) * Delete old and unused rendering-related code ( !2341)
* Make NiGHTS super consistent with regular super ( !1666) * Make NiGHTS super consistent with regular super ( !1666)
* Fix console not being blocked by IT_CV_STRING ( !2304)
## Resource files ## Resource files
... ...
......