Update 2.2.14 authored by Logan Aerl Arias's avatar Logan Aerl Arias
......@@ -13,6 +13,7 @@ _SRB2 v2.2.14 is still in development. This page will serve as an in-progress ch
* Draw Character in NiGHTS Attack ( !2175)
* [ZDoom translations](https://zdoom.org/wiki/Translation) ( !2190)
* HTTP downloader ( !2290)
* Add dedicated server build ( !2246)
## Improvements
......@@ -45,6 +46,8 @@ _SRB2 v2.2.14 is still in development. This page will serve as an in-progress ch
* Display power-up icon for Fire Flower ( !2097)
* Only Award Bonuses / Record Attack Emblems from Physically Beating a Level ( !2161)
* Respawn Certain Monitors in Co-op ( !2152)
* Match mobj freeslot count with SRB2Kart ( !2298)
* Add common I_GetSysName function ( !2308)
## Lua
......@@ -73,6 +76,7 @@ _SRB2 v2.2.14 is still in development. This page will serve as an in-progress ch
* Fix hud_nightsrecords in old (multiplayer) special stages ( !2191)
* Fix archiving with tables that contain tables as keys ( !2245)
* check if LUA field exists before accessing it ( !2261)
* Fix "objects" searchBlockmap function in Lua barely functioning ( !2309)
## Bugfixes
......@@ -119,6 +123,10 @@ _SRB2 v2.2.14 is still in development. This page will serve as an in-progress ch
* Fix equation plane distortion ( !2283)
* Fix segfault when removing mobjs while iterating thinglist ( !2293)
* Fix G_SaveGameData crash if quit early ( !2313)
* Fix THZ1 ceiling flat turned pure cyan ( !2310)
* Fix G_SaveGameData crash if quit early ( !2313)
* Fix input via command line/terminal not working ( !2296)
* Visual Studio compiles again ( !2315)
## Resource files
......
......