Mario Zechner
106c39d0af
[workflows] Add diff artifact to dart format check for debugging
2025-07-31 21:32:13 +02:00
Mario Zechner
86f888b1fc
[workflows] Fix dart format check workflow - use && instead of &
2025-07-31 21:28:31 +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
4e12c6c48a
Update project-description.md
2025-07-22 02:19:52 +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