743 Commits

Author SHA1 Message Date
Harald Csaszar
c4aebc14ab [csharp][unity] Performed some exposed list optimizations by using added method EnsureSize which does not zero excess entries. Closes #2436. 2025-11-17 19:51:10 +01:00
Harald Csaszar
3ef84af5dd [csharp] Minor: removed semicolon after switch causing formatter check issues. 2025-10-15 23:36:38 +02:00
Harald Csaszar
3dffd72985 [csharp] Minor formatting. 2025-10-15 18:36:12 +02:00
Harald Csaszar
d443ba4f53 [csharp] Port of commits 139fd84 and 20d5ee6. Added allowMissingRegions to AtlasAttachmentLoader. See #2948. 2025-10-15 15:24:29 +02:00
Harald Csaszar
c01994c803 [csharp] Port of commit 48355c2: PhysicsConstraint, fixed incorrect subtraction. 2025-09-11 22:02:45 +02:00
Harald Csaszar
3b02a3fbab [csharp] Port of commit abb4362: PhysicsConstraint, cannot reuse wind/gravity values for rotation. 2025-09-11 19:28:50 +02:00
Harald Csaszar
4add7da011 [csharp] Port of commit 7bd2f2e: Transform constraint scale is 1 if omitted. 2025-08-20 21:15:34 +02:00
Harald Csaszar
f2d9edd830 [csharp] Removed leftover unnecessary statement. 2025-08-19 19:05:41 +02:00
Harald Csaszar
52faafc978 [csharp] Increased package version for previous commit. 2025-08-13 22:58:30 +02:00
Harald Csaszar
53fb4bcce4 More URLs in license files updated from http to https. 2025-08-01 17:30:01 +02:00
Harald Csaszar
ad1f910338 [unity] Port of commit 25bd863: Reverse IK bend positive logic.[..]Requires 4.3.39-beta+. 2025-07-24 19:21:56 +02:00
Harald Csaszar
1e055d5f3c [csharp] Added missing Color32F operator *. 2025-07-16 20:22:21 +02:00
Harald Csaszar
178c13beab [csharp] Fixed spine-csharp.csproj file to include only a single color class. Excluded .meta and other Unity-only files. 2025-07-16 20:06:55 +02:00
Harald Csaszar
23cb5abe6e [csharp] Removed unnecessary spine-csharp.sln file. 2025-07-16 18:25:39 +02:00
Mario Zechner
c79031cc75 Remove npx install prompts and rely on auto-download
- Use npx -y for tsx to avoid install prompts
- Remove tsx from devDependencies since we use npx
- Remove npm install checks from format-ts.sh
2025-07-16 05:05:33 +02:00
Mario Zechner
62b38f9da8 Fix TypeScript dependencies and optimize Eclipse formatter build
- Install npm dependencies if node_modules missing
- Only rebuild Eclipse formatter if source is newer than JAR
- Make Eclipse formatter less verbose
2025-07-16 04:58:41 +02:00
Mario Zechner
ab64434ae7 [csharp] More formatting changes 2025-07-16 01:28:04 +02:00
Mario Zechner
e69bc5562c [csharp] spine-csharp.csproj is a .NET Standard 2.0 project now, fixed format-csharp.sh 2025-07-16 01:21:03 +02:00
Harald Csaszar
a687a6c05c [csharp] Port of commit 9272327: Fixed bone disable inherit scale/reflection. Closes #2888. 2025-07-15 18:59:22 +02:00
Harald Csaszar
dae00a2b1b [csharp] Port of commit a012479: Still compute RegionAttachment offsets when the region is null. Closes #2887. 2025-07-15 18:46:51 +02:00
Harald Csaszar
8a9fc13a86 [csharp] Fixed porting difference IkConstraint mix initialization. Ported skipped commit 733fa91: Fixed slider scale. 2025-06-30 19:56:59 +02:00
Harald Csaszar
37ae2ac476 [csharp] Fixed two warnings. 2025-06-30 13:42:29 +02:00
Harald Csaszar
f1350db84d [csharp] Split and renamed Color struct and alias name to Colo32F to avoid name clash in XNA/Monogame. 2025-06-30 13:32:16 +02:00
Harald Csaszar
a4d6b959fd [csharp] port of commit ad76f09: 4.3 From/To properties scale and unscale using skeleton.scaleX/Y. 2025-06-26 18:14:08 +02:00
Harald Csaszar
d2f0ace521 [csharp] Changed interface hierarchy of Posed to hide internal methods from the API. 2025-06-25 16:13:44 +02:00
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