Harald Csaszar
6b978fcdf4
[unity] Disabled raptor project's problematic inheric scale at jaw bone. Increased package version numbers.
2025-06-24 18:01:26 +02:00
Harald Csaszar
905e99da81
[csharp] Fixed compile error on C# version < 4.0
2025-06-24 17:47:13 +02:00
Harald Csaszar
0c8ad6e0a7
[csharp] Minor: Fixed formatting.
2025-06-24 13:51:16 +02:00
Harald Csaszar
31d34d08fd
[csharp][unity] Fixed compile errors on older Unity/C# versions.
2025-06-24 12:52:12 +02:00
Harald Csaszar
ec757bf9b7
[csharp][unity] Port of 4.3 changes until (including) 2d9f86a (4.3.37-beta).
2025-06-20 22:25:27 +02:00
Harald Csaszar
6da9ac59b7
[unity] Port of commits f05a152 and 82ad169: Fixed physics jitter. See #2820 .
2025-04-28 17:30:20 +02:00
Harald Csaszar
75a412d9d7
[csharp] port of commit 52b7423: Brought back transform constraint offset. Some changes for alignment with reference implementation.
2025-04-10 17:27:19 +02:00
Harald Csaszar
320a182c01
[csharp] port of commit 4a351ce: Fixed delay being negative, causing the track time to jump.
2025-04-10 17:27:19 +02:00
Harald Csaszar
0b6828adb6
[csharp] Updated version numbers in csharp tests.
2025-04-09 19:49:31 +02:00
Harald Csaszar
60a34ef995
[csharp] Fix Transform constraint import scale.
2025-04-09 15:52:10 +02:00
Harald Csaszar
90bfdba422
[csharp][unity] Port of Transform constraint property mapping and cumulated 4.3 changes. Excluding import scale fixes.
2025-04-09 15:52:06 +02:00
Luke Ingram
ec395f00e1
[all] Updates documentation. ( #2805 )
...
- All links to forum posts have been updated.
- All links to Spine documentation have been updated to be accurate. This includes the Editor docs and specific Runtimes docs.
- Removes the doc link to the out-of-date spine-cocos2d-objc runtime and replaces it with spine-sdl.
- Links to external frameworks and tools have been corrected.
2025-04-08 04:53:39 +02:00
Nathan Sweet
f08d58dc98
License header update.
2025-04-05 13:42:13 -04:00
Harald Csaszar
3e54b4b1b5
[csharp] Port of commit c1cbe3c: Minor javadoc wording.
2025-04-04 19:34:01 +02:00
Harald Csaszar
f8332b7773
[csharp][unity] Port of commit 68d262b5: Improved rendering performance when an attachment is fully inside a clipping attachment.
...
Reuse the original vertices rather than clipping's triangle soup.
2025-04-04 19:27:36 +02:00
Harald Csaszar
f89251907e
[csharp] Fix signed vs unsigned shift bug in SkeletonBinary.SkeletonInput.ReadInt. Closes #2785 .
2025-03-14 10:20:31 +01:00
Harald Csaszar
58f99b1c0c
[csharp] Port of commit f1e0f0f: Fixed animation not being mixed out in some cases. See #2786 .
2025-03-13 18:11:44 +01:00
Harald Csaszar
095a5d43e4
[csharp][monogame] Fixed yDown branch of previous commit 89441ca leading to upward gravity. See #2729 .
2025-02-05 19:25:06 +01:00
Harald Csaszar
89441caabd
[csharp] Apply skeleton.scaleX/scaleY to wind and gravity. See #2729 . Port of commit 5a71b51.
2025-02-03 15:39:09 +01:00
Harald Csaszar
08a29352ef
[csharp] Port of commit 8d058fb: Improved AnimationState behavior when paused. See #2705 .
2024-12-09 18:15:49 +01:00
Harald Csaszar
335a8b780e
Merge pull request #2649 from brogan89/4.2
...
[csharp] Update csproj to Framework 4.8 and fix missing files
2024-11-22 17:25:44 +01:00
Harald Csaszar
303cd85308
[csharp] Port of commit 9d49999: Changed SequenceTimeline to match AttachmentTimeline behavior. See #2687 .
2024-11-15 16:30:19 +01:00
brogan
11ab0ffe53
[csharp] Fix missing include files
2024-10-02 14:53:16 +13:00
brogan
b470dd6171
[csharp] Update to TargetFrameworkVersion to v4.8
2024-10-02 14:52:59 +13:00
Harald Csaszar
22cc555b0d
[csharp] Minor: Fixed xml documentation tags (missing closing tags and multi-line code tags).
2024-09-13 11:14:56 +02:00
Harald Csaszar
c9c6b98211
[csharp] Port of commit d769c1a: Fixed noRotationOrReflection with skeleton scale.
2024-09-02 13:54:24 +02:00
Harald Csaszar
94d26d2b52
[csharp] Minor: port of commit 877e705, moved common subexpression part out. See commit b17595d.
2024-08-07 16:33:17 +02:00
Harald Csaszar
b17595db8a
[csharp] Port of commit 853b5ee. Fix NaN in IKConstraint due to fp precision.
...
dd - r * r might result in a negative value, even if dd == r * r, depending on compiler optimizations and operation order.
2024-08-06 18:24:45 +02:00
Harald Csaszar
3f43ff5a5a
[csharp] Port: Fixed mixing out inherit timelines to the setup pose. See #2590 , see commit bc15c45.
2024-08-05 16:42:59 +02:00
Harald Csaszar
59bcffcf42
[csharp] Port of commit ad71a986a, PhysicsConstraint clean up.
2024-07-16 11:44:57 +02:00
Harald Csaszar
884af914a2
[csharp] Port of be3aa5f: Scale physics constraint limits with skeleton scale. Includes additional abs(skeleton.ScaleXY) fix. See #2576 .
2024-07-12 19:10:54 +02:00
Harald Csaszar
e973872501
[csharp] Minor: removed a leftover empty statement ';'.
2024-06-10 18:58:59 +02:00
Harald Csaszar
7d57e7d343
[csharp] Port of earlier clipping cleanup commit 485de74: SkeletonClipping.ClipTriangles clean up.
2024-06-10 18:44:59 +02:00
Harald Csaszar
534d174f32
[csharp] Ported clipping fixes for colinear points (a0caef6 and 932c33a). See #2546 .
2024-06-10 18:29:54 +02:00
Harald Csaszar
e73e3eeaa8
[csharp] Port of commit c2fe1a3, Added TrackEntry IsNextReady. See #2547 .
2024-06-07 14:45:08 +02:00
Luke Ingram
88aa654a77
[csharp] Port of commit 687260a: Removed SlotData#path.
2024-05-15 09:07:12 -04:00
Harald Csaszar
527b928db1
[csharp] Fixed undefined MathUtils.Atan2Deg when USE_FAST_SIN_COS_ATAN2_APPROXIMATIONS enabled. Closes #2517 .
2024-05-06 17:34:06 +02:00
Harald Csaszar
c6a01d7a5f
[csharp][unity] Skeleton.getBounds() applies clipping, see #2515 . Port of commits b043e5c, 637321a and 2049bed.
2024-05-02 20:22:50 +02:00
Harald Csaszar
6118a5f704
[csharp] Port of commit cb48737: Fixed constraint copy constructors references the wrong bones. Closes #2511 .
2024-04-29 19:09:45 +02:00
Harald Csaszar
c65f73e873
[spine-csharp] Fixed Skeleton.PhysicsRotate passing r instead of x. Closes #2512 .
2024-04-29 17:32:52 +02:00
Mario Zechner
072c2c0965
Update README.mds, preprare spine-flutter for publication
2024-04-16 15:33:55 +02:00
Harald Csaszar
1e7350ac7d
[csharp] Port of commit 508e501: Don't wrap angles for transform constraint absolute local.
2024-04-02 16:17:35 +02:00
Harald Csaszar
36a1a1742b
[csharp] Port of commit e78095e: Gravity takes yDown in consideration.
2024-03-29 16:54:46 +01:00
Harald Csaszar
ccc2b5e644
[csharp] Fixed ShearYTimeline.Apply using bone.shearX instead of shearY.
2024-03-28 17:02:17 +01:00
Harald Csaszar
5631eb9750
[csharp] Fixed Bone.yDown being ignored on 4.2 branch. See #1386 (regression).
2024-03-28 12:32:03 +01:00
Harald Csaszar
e630d1bda7
[csharp] Port of commit f4f22cd. Added bone transform inheritance timeline. Renamed TransformMode to Inherit.
2024-03-27 17:28:29 +01:00
Harald Csaszar
dce854e785
[csharp] Fixed a porting error of leftover break. See commit 8dd7016.
2024-03-21 18:06:30 +01:00
Harald Csaszar
d4242a8257
[csharp] Port of commit 88b009c: AnimationState, improved triggering complete event.
2024-03-20 17:39:37 +01:00
Harald Csaszar
f84022a730
Merge branch '4.1' into 4.2-beta
2024-03-07 18:27:08 +01:00
Harald Csaszar
3b8069f4b9
[csharp] Fixed "rgb2" timeline "light" color failing to read when having hexstring length 8 instead of 6. Closes #2476 .
2024-03-07 18:15:16 +01:00