Update 2.2.11 authored by sphere's avatar sphere
......@@ -62,6 +62,8 @@
* Fix suspicious Lance-a-Bot statues before solid for a while after becoming active (!1882)
* Fix Download Consent/Snake minigame not having controller support (!1883)
* Dynamic slope vertices: Allow untagged vertices which don't move (!1885)
* Add a User-Agent string for HTTP MS requests derived from the build version to help MS hosts distinguish the SRB2 web request client from browsers and other clients. (!1893)
* This was added to address an issue where Cloudflare DDOS and bot protection would prevent SRB2 from retrieving the server list from the official MS. https://mb.srb2.org/threads/problem-with-master-server-error-503-doctype-html.36639/#post-585031
* Fix bugs with the Metal Sonic boss fight (!1896)
* Fix some rendering errors in large maps (!1901)
* Lua: Fix HurtMsg hook no longer accepting a parameter for the inflictor object (!1903)
......@@ -69,8 +71,13 @@
* Fix Tails' tails not becoming transparent up close in OpenGL (!1909)
* Fix Dust Devils being able to carry spectators (!1913)
* Fix Tails bot's flight indicator flickering when exiting a level (!1918)
* Add a User-Agent string for HTTP MS requests derived from the build version to help MS hosts distinguish the SRB2 web request client from browsers and other clients. (!1893)
* This was added to address an issue where Cloudflare DDOS and bot protection would prevent SRB2 from retrieving the server list from the official MS. https://mb.srb2.org/threads/problem-with-master-server-error-503-doctype-html.36639/#post-585031
* Fixed Lua command/cvar safety (!1943)
* Added basic rate limitation for Lua file access (!1947)
* Fix buffer overflow in setcontrol with 2 arguments (!1954)
* Fix use-after-free when Metal Sonic charges energy balls (!1956)
* Fix segfault when destroying wall spike while it moves (!1959)
* Fix buffer overflow in setcontrol with 2 arguments (!1960)
* Fixed a rare P_SkinUsable crash that was introduced in 2.2.10 (!1962)
## Resource files
* `zones.pk3`:
......@@ -80,18 +87,22 @@
* Deep Sea 2 (#842)
* Castle Eggman 1
* Castle Eggman 2 (#810)
* Arid Canyon 1 (#990)
* Arid Canyon 2
* Red Volcano 1
* Egg Rock 1 (#786)
* Egg Rock 2 (#786)
* Egg Rock 1 (support bigger characters, #786)
* Egg Rock 2 (support bigger characters, #786)
* Black Core 1 (#786)
* Black Core 2 (removed deprecated emerald check sector effect)
* Frozen Hillside (#964)
* Pipe Towers (removed deprecated bouncy FOF sector effect)
* Azure Temple (#921)
* Egg Satellite (support bigger characters)
* Dream Hill
* Twisted Terminal (#786)
* Thunder Citadel (#786)
* Orbital Hangar (#786)
* Tutorial (#240, #888)
* Multiplayer special stages (removed deprecated sphere/time sector effect)
* `patch.pk3`
* `music.dta`
\ No newline at end of file