What's Changed
- Stop
OnDrag
,OnDragEnd
,OnMouseUp
etc. from firing on removed / disposed drawables by @peppy in #5557 - Use better method for
NSString
conversion to avoid potentially pasting garbage content from clipboard by @frenzibyte in #5942 - Fix CI test results not working by @Susko3 in #5947
- Fix integer vertex atributes being cast to floats by @smoogipoo in #5944
- Prevent re-entrancy into
VertexBatch.Draw()
by @smoogipoo in #5948 - Refactor global UBO binding by @smoogipoo in #5949
- Fix
DrawableAudioWrapper
deadlock by moving unbind toUnbindAllBindables
by @peppy in #5956 - Fix
BindableList
being unsafe for complex bind trees by @peppy in #5954 - Fix
ModelBackedDrawable
potentially crashing on badly timednull
by @peppy in #5955
Full Changelog: 2023.724.0...2023.801.0