Skip to content

2023.801.0

Compare
Choose a tag to compare
@peppy peppy released this 31 Jul 22:12
· 1818 commits to master since this release
e301001

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 to UnbindAllBindables by @peppy in #5956
  • Fix BindableList being unsafe for complex bind trees by @peppy in #5954
  • Fix ModelBackedDrawable potentially crashing on badly timed null by @peppy in #5955

Full Changelog: 2023.724.0...2023.801.0