Update 2.2.14 authored by sphere's avatar sphere
...@@ -40,6 +40,8 @@ _SRB2 v2.2.14 is still in development. This page will serve as an in-progress ch ...@@ -40,6 +40,8 @@ _SRB2 v2.2.14 is still in development. This page will serve as an in-progress ch
* Improve addon download refusal messages (!2153) * Improve addon download refusal messages (!2153)
* Made `gr_fovchange` work in the software renderer (!2268) * Made `gr_fovchange` work in the software renderer (!2268)
* Optimize polygon sorting on batch renderer (!2253) * Optimize polygon sorting on batch renderer (!2253)
* Allow ban masks to be specified for banip (!2272)
* Make objects able to collide with others if they occupy multiple blockmap cells (!2267)
## Lua ## Lua
...@@ -115,6 +117,7 @@ _SRB2 v2.2.14 is still in development. This page will serve as an in-progress ch ...@@ -115,6 +117,7 @@ _SRB2 v2.2.14 is still in development. This page will serve as an in-progress ch
* Update & save unlockables when visiting a new map (!2279) * Update & save unlockables when visiting a new map (!2279)
* Update unlockables before level load executors (!2289) * Update unlockables before level load executors (!2289)
* Fix equation plane distortion (!2283) * Fix equation plane distortion (!2283)
* Fix segfault when removing mobjs while iterating thinglist (!2293)
## Resource files ## Resource files
... ...
......