Mario Zechner
b96e7c2461
[assets] Re-exported and distributed to runtimes
2025-09-11 01:09:23 +02:00
Mario Zechner
324a962b5f
[c] Code generator now generates cast functions, see updated spine-c docs on RTTI
2025-09-10 22:04:33 +02:00
Mario Zechner
ef0c74a8d6
Remove docs.md and docs-new.md
2025-08-28 18:19:59 +02:00
Mario Zechner
106c39d0af
[workflows] Add diff artifact to dart format check for debugging
2025-07-31 21:32:13 +02:00
Mario Zechner
58f5d24758
[flutter] Clean-up of extensions, docs for codegen
2025-07-29 21:39:14 +02:00
Mario Zechner
108f9bf355
[haxe] Plan for serializer generator
2025-07-26 09:19:10 +02:00
Mario Zechner
a018a3d7e9
[cpp] Fix _boneIndex initialization in constructors
2025-07-24 14:40:36 +02:00
Mario Zechner
c7af1a3438
[cpp] Fix C++ clipping triangle skipping and control flow bugs
...
- Remove erroneous i+=3 increment in SkeletonClipping.cpp that caused triangle skipping
- Add missing continue statement to match Java reference implementation behavior
- Portal animation now renders correctly with proper triangular clipping
2025-07-22 02:09:01 +02:00
Mario Zechner
235aa7b928
[tests] No explicit skeleton.setupPose() call.
2025-07-22 02:09:01 +02:00
Mario Zechner
6f81d43faa
[cpp] Enhance circular reference display with deterministic object identifiers
...
Replace "<circular>" with meaningful reference strings using a hybrid approach:
- Objects with names: <EventData-walk>, <BoneData-head>, <Animation-run>
- Objects without names: <TrackEntry-1>, <Bone-2>, <SliderTimeline-3>
Each serialized object now includes "refString" as its first field, enabling
easy navigation from circular references to full object definitions.
2025-07-22 02:09:01 +02:00
Mario Zechner
4d45abbcf3
[tests] Fix up output paths, lsp-cli invocation
2025-07-15 16:22:45 +02:00
Mario Zechner
6e17f74874
[tests] New todo workflow
2025-07-14 20:20:24 +02:00