Update 2.2.12 authored by sphere's avatar sphere
## New features ## New features
* Allow saving in modified games (!1749) * Allow saving in modified games (!1749)
* Multiplayer emblems and unlockables (!1756) * Multiplayer emblems and unlockables (!1756)
* Implement per-texture offsets in UDMF (!2018)
* New skincolors, color grid view for skincolor selection (!2027)
## Improvements ## Improvements
* Turn dispoffset into a mobj field (!1708) * Turn dispoffset into a mobj field (!1708)
...@@ -13,6 +15,8 @@ ...@@ -13,6 +15,8 @@
* Add HUD icons for timed NiGHTS powerups (!1949) * Add HUD icons for timed NiGHTS powerups (!1949)
* Don't attract bomb spheres with Attraction shield (!1953) * Don't attract bomb spheres with Attraction shield (!1953)
* Small text colormap tweaks (!1971) * Small text colormap tweaks (!1971)
* Optimize field lookups in Lua metatables (!2024)
* Simplified the way invcolor works (!2027)
## Bugfixes ## Bugfixes
* Fix IPv6 (!1612) * Fix IPv6 (!1612)
...@@ -30,3 +34,5 @@ ...@@ -30,3 +34,5 @@
* Fix flung spheres not using the blue sphere collection effect (!1995) * Fix flung spheres not using the blue sphere collection effect (!1995)
* Fix camera interpolation never being reset (!2008) * Fix camera interpolation never being reset (!2008)
* Fix collision issues with thinner and wider players (!2013) * Fix collision issues with thinner and wider players (!2013)
* Fix segfault when ghost dies from a death pit (!2026)
* Fixed Mario mode's invincibility & NiGHTS score sprite color cycling (!2027)