Update 2.2.14 authored by Logan Aerl Arias's avatar Logan Aerl Arias
......@@ -21,6 +21,11 @@ _SRB2 v2.2.14 is still in development. This page will serve as an in-progress ch
* Cache and reuse removed mobjs when spawning mobjs (!2200)
* Add support for multiple admin passwords (!2201)
* Optimize Z position functions on sloped sectors (!2214)
* Use nanosleep for I_SleepDuration on *nix (!2184, !2242)
* Pass -fwrapv to GCC compilation flags (!2195)
* Cache and reuse removed mobjs when spawning mobjs (!2200)
* Handle player state is P_SetMobjState (!2239)
* Update player->quittime while a Server is Idling, Attempt 2 (!2209, !2254)
## Lua
......@@ -59,7 +64,6 @@ _SRB2 v2.2.14 is still in development. This page will serve as an in-progress ch
* (Hopefully) fix chatbug (!2238)
* Fix buffer overflow when when fetching typenames on freeslots (!2193)
* Fix buffer overflow when tag bits are set (!2194)
* Use nanosleep for I_SleepDuration on *nix (!2184, !2242)
## Resource files
......
......