Final 2.2.11 changes authored by sphere's avatar sphere
...@@ -69,6 +69,7 @@ ...@@ -69,6 +69,7 @@
* Lua: Fix HurtMsg hook no longer accepting a parameter for the inflictor object (!1903) * Lua: Fix HurtMsg hook no longer accepting a parameter for the inflictor object (!1903)
* Fix Tails becoming instantly tired when flying into a balloon or bumper (!1907) * Fix Tails becoming instantly tired when flying into a balloon or bumper (!1907)
* Fix Tails' tails not becoming transparent up close in OpenGL (!1909) * Fix Tails' tails not becoming transparent up close in OpenGL (!1909)
* Fixed various player state issues with horizontal springs (!1912)
* Fix Dust Devils being able to carry spectators (!1913) * Fix Dust Devils being able to carry spectators (!1913)
* Fix Tails bot's flight indicator flickering when exiting a level (!1918) * Fix Tails bot's flight indicator flickering when exiting a level (!1918)
* Fixed Lua command/cvar safety (!1943) * Fixed Lua command/cvar safety (!1943)
...@@ -78,6 +79,10 @@ ...@@ -78,6 +79,10 @@
* Fix segfault when destroying wall spike while it moves (!1959) * Fix segfault when destroying wall spike while it moves (!1959)
* Fix buffer overflow in setcontrol with 2 arguments (!1960) * Fix buffer overflow in setcontrol with 2 arguments (!1960)
* Fixed a rare P_SkinUsable crash that was introduced in 2.2.10 (!1962) * Fixed a rare P_SkinUsable crash that was introduced in 2.2.10 (!1962)
* Fix segfault when first mobj in overlaycap is removed (!1963)
* Fix segfault when removing source from ShouldDamage (!1967)
* Fix segfault when damaging mobj with no painstate (!1968)
* Fixed A_PointyThink crashing in certain scenarios (!1970)
## Resource files ## Resource files
* `zones.pk3`: * `zones.pk3`:
... ...
......