- Added the ability to "stream" audio samples from disk or from memory (this makes them more memory efficient as audio decoding happens in real-time)
- Added some missing table functions in the UI API
- Added MwId::SetName
- Lowered UI scaling limit from 3x to 2x to avoid people getting entirely lost in UI on accident
- Getting a Net::HttpRequest's result will now throw an exception if it is not yet finished
- Updated Angelscript
- Fixed problems with topological sort in plugin dependency graphs (this fixes a potential crash and also speeds up plugin compilation in some cases)
- Fixed wrongly applied color for short color formats
- Fixed UI::SliderFloat2 and friends returning weird values
- Fixed broken UI when using UI::PushStyleVar with the wrong value type
- Fixed missing Json::Value constructor with wstring
- Fixed crash when attempting to write a null Json::Value handle
- Fixed crash when calling Net::HttpRequest::Error before IsFinished
- Fixed crash in scene explorer