8704 Commits

Author SHA1 Message Date
Mario Zechner
ffabff9e0c [ts] Release 4.2.28 2023-11-28 12:20:18 +01:00
Mario Zechner
c90823f698 Merge branch '4.1' into 4.2-beta
# Conflicts:
#	spine-ts/package-lock.json
#	spine-ts/package.json
#	spine-ts/spine-canvas/package.json
#	spine-ts/spine-core/package.json
#	spine-ts/spine-phaser/package.json
#	spine-ts/spine-pixi/package.json
#	spine-ts/spine-player/package.json
#	spine-ts/spine-threejs/package.json
#	spine-ts/spine-webgl/example/drag-and-drop.js
#	spine-ts/spine-webgl/package.json
2023-11-28 12:19:02 +01:00
Mario Zechner
ab92e26ca8 [ts] Release 4.1.47 2023-11-28 12:18:37 +01:00
Mario Zechner
eae8468dc2 [phaser] Use GLTexture.DISABLE_UNPACK_PREMULTIPLIED_ALPHA_WEBGL 2023-11-28 12:13:13 +01:00
Harald Csaszar
5fe6da05d6 [unity] Optimization: Not rendering slot alpha 0 attachments by default. 2023-11-27 20:22:32 +01:00
Harald Csaszar
807f0586f1 [csharp] Increased package version for previous commit. 2023-11-27 16:57:30 +01:00
Harald Csaszar
357ad6ffd9 [csharp] Port of commits 855cae69 and f602177. Fixed missing parenthesis when sorting physics constraints. 2023-11-27 16:56:00 +01:00
Mario Zechner
8a80baa0ac [cpp][ts] Improved test beds. 2023-11-27 12:06:52 +01:00
Mario Zechner
641168412c [flutter] Release 4.2.18, take 2 2023-11-26 14:09:48 +01:00
Mario Zechner
c7d542a1ab [flutter] Release 4.2.18 2023-11-26 14:07:05 +01:00
Mario Zechner
c91fbee16b Merge branch '4.1' into 4.2-beta
# Conflicts:
#	spine-flutter/CHANGELOG.md
#	spine-flutter/pubspec.yaml
2023-11-26 14:05:54 +01:00
Mario Zechner
3dabb07561 [flutter] Release 4.1.8 2023-11-26 14:04:26 +01:00
Mario Zechner
bb0151fb64 Merge branch '4.1' into 4.2-beta
# Conflicts:
#	spine-flutter/example/pubspec.lock
2023-11-26 14:02:03 +01:00
Mario Zechner
58887199ca [flutter] Upgraded to Flutter 3.16.0, fixes #2420 2023-11-26 13:59:38 +01:00
Mario Zechner
56c297dd2b [ts] Release 4.2.27 2023-11-26 13:24:31 +01:00
Mario Zechner
74edd1c909 Merge branch '4.1' into 4.2-beta
# Conflicts:
#	spine-ts/package-lock.json
#	spine-ts/package.json
#	spine-ts/spine-canvas/package.json
#	spine-ts/spine-core/package.json
#	spine-ts/spine-phaser/package.json
#	spine-ts/spine-pixi/package.json
#	spine-ts/spine-player/package.json
#	spine-ts/spine-threejs/package.json
#	spine-ts/spine-webgl/package.json
2023-11-26 13:23:35 +01:00
Mario Zechner
14089dba6a [ts] Release 4.2.26 2023-11-26 13:23:12 +01:00
Mario Zechner
98da54402f [ts] Update all examples to pass Physics to updateWorldTransform() 2023-11-26 13:10:58 +01:00
Mario Zechner
4598da9a21 [ts] Temporarily use Physics.update everywhere 2023-11-26 12:58:14 +01:00
Nathan Sweet
f602177697 [libgdx] Fixed missing parenthesis when sorting physics constraints. 2023-11-24 22:57:19 -04:00
Harald Csaszar
ebdc26ce9f [unity] Minor code cleanup. 2023-11-24 19:47:46 +01:00
Harald Csaszar
f029c1d4fd [unity] Code and method signature cleanup (made ApplyAnimation and AfterAnimationApplied public virtual). 2023-11-24 19:32:11 +01:00
Harald Csaszar
ba54db2751 [unity] Increased package version for previous commit. 2023-11-24 18:11:53 +01:00
Harald Csaszar
fb2a76248f [unity] Moved skeleton.Update to UpdateAnimationStatus. 2023-11-24 18:09:58 +01:00
Harald Csaszar
83796890a2 [csharp] Added changelog entry for breaking changes related to MixAttachmentThreshold. See commit 5d9b361. 2023-11-22 17:40:45 +01:00
Mario Zechner
cc60317e4d [ts] Unsafed changes... 2023-11-22 17:33:55 +01:00
Harald Csaszar
549f19383d [unity] Updated examples to use trackEntry.SetMixDuration(mixDuration, delay) instead of mixDuration. 2023-11-22 17:28:46 +01:00
Mario Zechner
a5f7d68d12 [ts] Clean-up sorting of physics constraints. 2023-11-22 16:57:39 +01:00
Mario Zechner
c7aac73dee [ts] Port of physics constraints, SkeletonJson and SkeletonBinary incomplete. 2023-11-22 16:55:54 +01:00
Harald Csaszar
5d9b361b1c [unity] Adjusted example scripts to renamed MixAttachmentThreshold changes (see commit 1c16ea33). 2023-11-22 16:53:27 +01:00
Harald Csaszar
91cf9c36d7 [csharp] Port of commits 40aca11 and 92a9b88. Added alphaAttachmentThreshold. Fixed attachment timelines not being applied on higher tracks. 2023-11-22 16:53:26 +01:00
Harald Csaszar
4c3c630e62 [csharp] Port of commit 1fcaba8. Fixed some physics constraint behavior when strength is 0. 2023-11-22 16:53:26 +01:00
Nathan Sweet
855cae6953 [libgdx] Cleaned up Skeleton#sortPhysicsConstraint. 2023-11-22 11:44:02 -04:00
Nathan Sweet
1fcaba8c85 [libgdx] Fixed some physics constraint behavior when strength is 0. 2023-11-21 20:59:08 -04:00
Nathan Sweet
92a9b88e00 [libgdx] Javadoc for AnimationState setMixDuration. 2023-11-21 11:17:44 -04:00
Nathan Sweet
40aca11ccd [libgdx] Added alphaAttachmentThreshold. Fixed attachment timelines not being applied on higher tracks.
https://esotericsoftware.com/forum/d/25151
2023-11-21 10:51:46 -04:00
Harald Csaszar
5feb55d56e [unity] Minor: Increased version numbers in package.json files to 4.2, corrected leftovers. 2023-11-21 14:43:26 +01:00
Harald Csaszar
bba61a9a09 Merge branch '4.1' into 4.2-beta 2023-11-21 14:35:50 +01:00
Harald Csaszar
7eea8ce8b3 [unity] On-demand loading: Fixed a bug of editor not always resetting textures when exiting play mode. 2023-11-21 14:34:37 +01:00
Harald Csaszar
97a03e059e [unity] Minor fixed a typo in a documentation line. 2023-11-21 14:01:18 +01:00
Harald Csaszar
3a4d99d761 [unity] Minor: Added doc on skeleton baking unsupported uninherited rotation when negative scale is used. See #2419. 2023-11-21 13:48:28 +01:00
Mario Zechner
54706aeea7 [godot] Closes #2421, fix check whether mesh indices changed in between frames. 2023-11-17 19:30:16 +01:00
Harald Csaszar
626e661ecf [csharp] Fixed compile error on e.g. Unity version 2017.1 not supporting 0b111 litterals. 2023-11-17 17:52:59 +01:00
Harald Csaszar
b900fdc63c [unity] Fixed compile error in one version branch (FreeMoveHandle). 2023-11-17 17:32:55 +01:00
Harald Csaszar
9c7bb840f4 [examples] Adjusted runtimes copy script to 4.2-beta skeleton output and modified dir structures. 2023-11-17 17:21:17 +01:00
Harald Csaszar
f8352dce0a [unity] Ported 4.2-beta physics. Updated skeleton assets. 2023-11-17 17:18:18 +01:00
Harald Csaszar
fe53638f69 [csharp] Ported 4.2-beta physics. 2023-11-17 17:18:18 +01:00
Nathan Sweet
ad263d48be [libgdx] Physics data loading fixes. 2023-11-16 12:21:14 -04:00
Mario Zechner
60c0b3ed95 Merge branch '4.1' into 4.2-beta 2023-11-15 15:54:07 +01:00
Mario Zechner
094d3cbda7 [godot] Update to 4.1.3 2023-11-15 15:53:10 +01:00