Update 2.2.14 authored by sphere's avatar sphere
...@@ -15,6 +15,7 @@ _SRB2 v2.2.14 is still in development. This page will serve as an in-progress ch ...@@ -15,6 +15,7 @@ _SRB2 v2.2.14 is still in development. This page will serve as an in-progress ch
* HTTP downloader ( !2290) * HTTP downloader ( !2290)
* Add dedicated server build ( !2246) * Add dedicated server build ( !2246)
* OpenGL palette rendering ( !1516) * OpenGL palette rendering ( !1516)
* Per-player mute ( !2259)
## Improvements ## Improvements
...@@ -50,6 +51,8 @@ _SRB2 v2.2.14 is still in development. This page will serve as an in-progress ch ...@@ -50,6 +51,8 @@ _SRB2 v2.2.14 is still in development. This page will serve as an in-progress ch
* Match mobj freeslot count with SRB2Kart ( !2298) * Match mobj freeslot count with SRB2Kart ( !2298)
* Add common I_GetSysName function ( !2308) * Add common I_GetSysName function ( !2308)
* Add UDMF specification document ( !2345) * Add UDMF specification document ( !2345)
* Allow input view outside of record attack using `showinput` (!2020)
* Restore `writethings` for UDMF ( !2339)
## Lua ## Lua
...@@ -146,6 +149,7 @@ _SRB2 v2.2.14 is still in development. This page will serve as an in-progress ch ...@@ -146,6 +149,7 @@ _SRB2 v2.2.14 is still in development. This page will serve as an in-progress ch
* Load TRNSLATE files from folders ( !2370) * Load TRNSLATE files from folders ( !2370)
* Fix various segfaults caused by missing P_MobjWasRemoved checks ( !2052) * Fix various segfaults caused by missing P_MobjWasRemoved checks ( !2052)
* Delete old and unused rendering-related code ( !2341) * Delete old and unused rendering-related code ( !2341)
* Make NiGHTS super consistent with regular super ( !1666)
## Resource files ## Resource files
... ...
......