Update 2.2.14 authored by Logan Aerl Arias's avatar Logan Aerl Arias
...@@ -63,6 +63,7 @@ _SRB2 v2.2.14 is still in development. This page will serve as an in-progress ch ...@@ -63,6 +63,7 @@ _SRB2 v2.2.14 is still in development. This page will serve as an in-progress ch
* Expose P_LineIsBlocking to Lua (!2150) * Expose P_LineIsBlocking to Lua (!2150)
* Add getSectorColormap and P_GetSectorLightLevelAt (!2230) * Add getSectorColormap and P_GetSectorLightLevelAt (!2230)
* Made `player.fovadd` work in the software renderer (!2268) * Made `player.fovadd` work in the software renderer (!2268)
* Optimize polygon sorting on batch renderer (!2253)
## Bugfixes ## Bugfixes
...@@ -107,6 +108,7 @@ _SRB2 v2.2.14 is still in development. This page will serve as an in-progress ch ...@@ -107,6 +108,7 @@ _SRB2 v2.2.14 is still in development. This page will serve as an in-progress ch
* Fix segfault when setting up view frame for a removed mobj (!2270) * Fix segfault when setting up view frame for a removed mobj (!2270)
* Update & save unlockables when visiting a new map (!2279) * Update & save unlockables when visiting a new map (!2279)
* Fix 3D floor texture skewing (!2281) * Fix 3D floor texture skewing (!2281)
* Fix bans by remote admins corrupting banlist (!2266)
## Resource files ## Resource files
... ...
......