mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-02-04 22:34:53 +08:00
- Changed code generator to emit dispose() methods instead of deinit - Add override keyword for dispose() in subclasses - Keep deinit with _ownsMemory check for array types - Fix SkinExtensions to use correct C++ class names for attachments - Complete skeleton_drawable_test implementations with no warnings - Add comprehensive bone pose transformation tests - Fix skin entries test to properly show attachments The memory management fix prevents Swift wrappers from accidentally disposing C++ objects they don't own when created via fromPointer.