Update 2.2.14 authored by sphere's avatar sphere
......@@ -12,6 +12,7 @@ _SRB2 v2.2.14 is still in development. This page will serve as an in-progress ch
* Sector portals (!2139)
* Draw Character in NiGHTS Attack (!2175)
* [ZDoom translations](https://zdoom.org/wiki/Translation) (!2190)
* HTTP downloader (!2290)
## Improvements
......@@ -38,6 +39,7 @@ _SRB2 v2.2.14 is still in development. This page will serve as an in-progress ch
* Add can_change for console variables (!2196)
* Improve addon download refusal messages (!2153)
* Made `gr_fovchange` work in the software renderer (!2268)
* Optimize polygon sorting on batch renderer (!2253)
## Lua
......@@ -63,7 +65,8 @@ _SRB2 v2.2.14 is still in development. This page will serve as an in-progress ch
* Expose P_LineIsBlocking to Lua (!2150)
* Add getSectorColormap and P_GetSectorLightLevelAt (!2230)
* Made `player.fovadd` work in the software renderer (!2268)
* Optimize polygon sorting on batch renderer (!2253)
* Fix hud_nightsrecords in old (multiplayer) special stages (!2191)
* Fix archiving with tables that contain tables as keys (!2245)
## Bugfixes
......@@ -106,9 +109,12 @@ _SRB2 v2.2.14 is still in development. This page will serve as an in-progress ch
* Fix IPv6 bans incorrectly banning IPv4 address (!2265)
* In NiGHTS mode, fixed the player being angled incorrectly in reverse gravity (!2199)
* Fix segfault when setting up view frame for a removed mobj (!2270)
* Update & save unlockables when visiting a new map (!2279)
* Fix 3D floor texture skewing (!2281)
* Fix bans by remote admins corrupting banlist (!2266)
* Interpolate polyobjects properly for the software renderer (!2284)
* Update & save unlockables when visiting a new map (!2279)
* Update unlockables before level load executors (!2289)
* Fix equation plane distortion (!2283)
## Resource files
......
......