Mario Zechner
b0de9cbfb6
[as3] Ported scale mixing fix, closes #2028 .
2022-01-27 18:40:45 +01:00
Nathan Sweet
77774608bf
[as3][c][cpp][csharp][libgdx][lua][ts] Fixed updateAppliedTransform for the root bone.
2021-09-16 17:00:10 -06:00
Nathan Sweet
f4021177f9
[as3][c][cpp][csharp][libgdx][lua][ts] Don't treat scale sign as an instant transition when applying a timeline additively.
2021-09-15 00:28:43 -06:00
Mario Zechner
67c0d39eab
[runtimes] Fixed owl example project, export and runtime scripts
...
The owl example project was not keying the control bone, leading to incorrect additive blending. The export.sh and runtimes.sh script in example/export did not account for the folder structure change in spine-ts.
2021-09-14 00:02:04 +02:00
Nathan Sweet
dc9a6ebe7f
[as3][c][cpp][csharp][libgdx][lua][ts] Fixed loading transform constraint timelines from JSON data.
...
* Fixed SkeletonJson not allocating enough memory for curves (maximum of 6 curves/key, not 4). Fixes email: FMfcgzGkbDfvckWcFxWlsTWzFhMXsTDw
* Removed SkeletonData and Skeleton methods: findBoneIndex, findSlotIndex. Bones and slots have an index field that should be used instead.
* Removed SkeletonData and Skeleton methods: find*ConstraintIndex. Only SkeletonJson needed these, they don't need to be in the public API.
* Used a local for number of frames where it was used many times.
2021-09-12 18:15:19 -06:00
Nathan Sweet
efac69ee7a
Fixed scale of constrained bones with transform constraint relative + local.
2021-09-06 19:54:17 -06:00
Nathan Sweet
8d99332f7f
[all] Fixed AnimationState#addEmptyAnimation when the track is empty.
...
http://esotericsoftware.com/forum/Spine-4-change-in-behavior-with-EmptyAnimation-16176
2021-07-28 20:32:53 -04:00
Nathan Sweet
0b01c0036e
[as3][c][cpp][csharp][libgdx][ts] Fixed SkeletonBinary scale not being applied to some timelines.
...
closes #1928
2021-07-20 13:31:31 -04:00
Ivan Popelyshev
9541688926
NBSP -> space ( #1923 )
2021-07-15 06:50:04 +02:00
Nathan Sweet
87b9821e00
[as3][c][cpp][cs][libgdx][lua] Fixed crash with path constraint proportional spacing and tangent rotate modes.
2021-06-30 14:11:26 -04:00
Nathan Sweet
70e86e23a1
[as3] Fixed compiler warning.
2021-06-29 13:50:06 -04:00
Nathan Sweet
d4271ccae9
Fixed AnimationState#clearNext.
2021-06-20 15:53:19 -04:00
badlogic
4b4349f0ce
[as3] Reset track entry mix blend, fix stepped curves, see #1903
2021-06-15 13:38:47 +02:00
Mario Zechner
de697385fc
[runtimes] Fix up README.md files using correct editor version.
2021-06-14 15:31:17 +02:00
Mario Zechner
4be695bf28
[as3] Ensure clipper.clipEnd() is called appropriately. See #1694
2021-06-14 15:23:41 +02:00
badlogic
131b586a42
Merge branch '3.8' into 4.0-beta
...
# Conflicts:
# spine-as3/spine-as3/lib/spine-as3.swc
# spine-as3/spine-as3/src/spine/BinaryInput.as
# spine-starling/spine-starling/lib/spine-starling.swc
2021-06-10 15:28:08 +02:00
badlogic
878c862af4
[as3] Fix region attachment offset calculation, closes #1739
2021-06-10 15:22:28 +02:00
badlogic
c15907295b
[as3] Build artifacts
2021-06-09 15:24:10 +02:00
badlogic
9cd552dba0
[as3] Fix compilation errors, port IK constraint changes
2021-06-09 15:19:30 +02:00
Nathan Sweet
d856ece2f2
SkeletonJson clean up.
2021-06-06 23:18:12 -04:00
Nathan Sweet
6428b82e1e
[lua] 4.0 port fixes.
2021-06-05 21:55:01 -04:00
Nathan Sweet
a5be08a62a
More clean up.
2021-06-05 21:16:36 -04:00
Nathan Sweet
700d2897a8
Various clean up.
2021-06-04 22:16:54 -04:00
Nathan Sweet
7df74c2fa4
Various fixes, clean up.
...
* Added missing CurveTimeline#shrink calls. c and cpp got BOZO comments until the method is added.
* SkeletonJson#readCurve clean up.
* ts, use shorthand for null checks.
* csharp, don't use unnecessary hasNext local.
2021-06-03 21:42:35 -04:00
Nathan Sweet
7aa940a961
Fixes for reading mix X/Y.
2021-06-03 15:33:48 -04:00
Nathan Sweet
6dfae6df3c
Missing port: Fixed AnimationState crash when the number of timelines changes during a mix.
...
Ref impl commit: b99df7286aa933411f90eda6dbdeffd936058ae4
2021-05-31 01:26:41 -04:00
Nathan Sweet
9e00e5c701
[as3] Port of fix for applying a constraint reverting changes from other constraints.
...
#1896
2021-05-30 17:07:53 -04:00
Nathan Sweet
6ab69e62fc
[as3] SkeletonBinary 4.0 port.
...
#1796
2021-05-30 16:54:09 -04:00
Nathan Sweet
80734017e0
[as3] Use function to get JSON values, better matches spine-ts.
2021-05-30 13:02:28 -04:00
Nathan Sweet
7dc954f943
[as3] Fixed all warnings. Improved color parsing.
2021-05-27 13:18:46 -04:00
Nathan Sweet
c8f5d2f6dd
Updated README and launch configuration for latest VS Code and download links.
2021-05-22 22:33:10 -04:00
badlogic
688d855006
[runtimes] Updated examples with Editor version 4.0.58-beta.
2021-03-01 10:05:26 +01:00
Nathan Sweet
98a6c8f696
Exported examples with export.sh 4.0.05-beta and ran runtimes.sh.
2020-10-10 16:22:40 -07:00
badlogic
10ecbcf8f3
Merge branch '3.8' into 4.0-beta
2020-08-13 14:50:18 +02:00
badlogic
bde827e66a
[as3] Port of commit 8290353. Fix for hold previous on 3+ animations causing dipping. See #1738 .
2020-08-13 14:47:43 +02:00
badlogic
691767ca1f
Merge branch '3.8' into 3.9-beta
2020-06-03 17:44:21 +02:00
badlogic
512084a749
[as3] Fix 1-bone IK, see #1692 .
2020-06-03 17:43:54 +02:00
badlogic
f748dd555b
Merge branch '3.8' into 3.9-beta
2020-06-03 13:34:52 +02:00
badlogic
bcfff2d3c8
[as3] Fixed error message when passing the wrong object to Atlas constructor. Closes #1684 .
2020-06-03 13:34:41 +02:00
badlogic
3bdd39a409
Merge branch '3.8' into 3.9-beta
2020-06-03 13:17:58 +02:00
badlogic
b53bccf627
[as3] Port of additional fix for #1668 .
2020-05-20 16:25:42 +02:00
badlogic
0bcd19ef55
Merge branch '3.8' into 3.9-beta
2020-05-06 19:47:25 +02:00
badlogic
6a317a1e3f
[runtimes] Port of fix for TransformMode.noRotationOrReflection applying skeleton scale twice. See #1668 .
2020-05-06 19:47:08 +02:00
Nathan Sweet
b0407a850c
Merge branch '3.8' into 3.9-beta
2020-04-19 16:46:41 +02:00
badlogic
9943a44cc4
[as3] Port AnimationState deform mixing while attachment timelines mix out. See #1653 .
2020-04-18 16:41:32 +02:00
badlogic
22c29b61a2
Merge branch '3.8' into 3.9-beta
2020-04-13 10:48:56 +02:00
badlogic
0e6f293389
[as3] Fixes incorrect parsing of curves in SkeletonJson. Closes #1639 .
2020-04-13 10:48:28 +02:00
badlogic
d885ae45a2
Merge branch '3.8' into 3.9-beta
2020-04-13 10:29:36 +02:00
badlogic
e066356da0
[as3][starling] Fix JSON parsing error when parsing path timelines. Closes #1625 .
2020-04-13 10:29:25 +02:00
badlogic
934bec56b7
Merge branch '3.8' into 3.9-beta
2019-12-20 12:27:35 +01:00