1324 Commits

Author SHA1 Message Date
Mario Zechner
9d5ab3e663 [maven-release-plugin] prepare release spine-libgdx-4.2.0 2024-04-16 15:40:24 +02:00
Mario Zechner
26d9dee67c [libgdx] Fix example, prepare for Maven release 2024-04-16 15:39:17 +02:00
Mario Zechner
072c2c0965 Update README.mds, preprare spine-flutter for publication 2024-04-16 15:33:55 +02:00
Mario Zechner
ff9a6cde8b [godot] Fix runtime.sh and export.sh scripts. Reexport all assets with latest editor version. 2024-04-09 11:03:10 +02:00
Mario Zechner
7446227041 Updated sack project in all runtime examples using it. 2024-04-03 13:50:49 +02:00
Mario Zechner
32952de12d [cpp] Fixed parsing, physics, re-exported all assets and copied to runtime examples. 2024-04-02 17:51:14 +02:00
Nathan Sweet
508e501fdc [libgdx] Don't wrap angles for transform constraint absolute local.
EsotericSoftware/spine-editor#729
2024-04-01 20:08:46 -04:00
Nathan Sweet
1a83e967b3 [libgdx] Fixed ShearYTimeline typo. 2024-03-28 11:56:28 -04:00
Nathan Sweet
72ad822e88 Updated Celestial Circus example project. 2024-03-27 16:34:19 -04:00
Nathan Sweet
f4f22cd5a9 [libgdx] Added bone transform inheritance timeline.
* Renamed TransformMode to Inherit.
* Inherit has setup pose and skeleton instance values.
* Skip 2-bone IK for non-normal inheritance.
2024-03-23 11:14:44 -04:00
Nathan Sweet
c83a867868 [libgdx] Fixed physics time step in binary data. 2024-03-23 11:14:44 -04:00
Nathan Sweet
88b009cd1f [libgdx] AnimationState, improved triggering complete event. 2024-03-20 10:46:44 -04:00
Mario Zechner
6bcef32208 [libgdx] Added physics examples 2024-03-19 12:04:52 +01:00
Mario Zechner
dcb73ec24e Updated example exports 2024-03-19 10:04:06 +01:00
Nathan Sweet
ecbc6329a9 Updated example exports to 4.2.32-beta. 2024-03-07 22:41:09 -04:00
Nathan Sweet
98c5be690a [libgdx] Use delta for physics limit, apply limit to scale. 2024-03-06 14:50:36 -04:00
Nathan Sweet
f762a94638 [libgdx] Fixed path constraint mode flags. 2024-03-06 09:44:53 -04:00
Nathan Sweet
254a4847fa [libgdx] Added physics limit, smaller binary size. 2024-03-05 22:47:04 -04:00
Nathan Sweet
a70fb6c521 [libgdx] Physics timeline skeleton scale fixes. 2024-03-04 12:03:22 -04:00
Nathan Sweet
ad71a986ad [libgdx] PhysicsConstraint clean up. 2024-03-03 20:29:11 -04:00
Nathan Sweet
30d92e1a14 [libgdx] Reference scale javadocs. 2024-03-03 13:44:10 -04:00
Nathan Sweet
1dbbfda2c8 [libgdx] Added skeleton reference scale. 2024-03-03 13:30:56 -04:00
Nathan Sweet
12d99456fc [libgdx] JsonRollback note to use the editor. 2024-02-22 11:26:18 -04:00
Nathan Sweet
11b339bd67 Added slot path nonsessential data. 2024-01-22 12:32:01 -04:00
Nathan Sweet
e17766127d [libgdx] Improved physic constraint rotate(). 2024-01-22 12:31:21 -04:00
Nathan Sweet
2563c7cbce [libgdx] Added physics methods to apply translation and rotation forces. 2024-01-18 13:17:59 -04:00
Nathan Sweet
ec1d6028c0 [libgdx] Added skeleton.update(delta) to examples, even when physics is not used.
Missed one.
2024-01-18 10:32:37 -04:00
Nathan Sweet
55550c3490 [libgdx] Added skeleton.update(delta) to examples, even when physics is not used. 2024-01-18 09:57:20 -04:00
Harald Csaszar
11e6428586 [libgdx] Fixed PhysicsConstraint ignoring load scale. See commit c7a8123. 2024-01-11 17:13:17 +01:00
Nathan Sweet
92986788c1 [libgdx] Changed SimpleTest1 back to JSON. 2024-01-10 16:42:12 -04:00
Nathan Sweet
f656d98355 [libgdx] Fixed ScaleYTimeline. 2023-12-24 08:49:00 -04:00
Nathan Sweet
9cd5b3b044 [libgdx] Fixed shear causing physics to explode. 2023-12-05 14:11:42 -04:00
Mario Zechner
24edbcbf6c [libgdx] Added physics dragging example 2023-12-05 17:38:49 +01:00
Mario Zechner
cceaf31107 [libgdx] Add second physics test to tests 2023-12-05 15:12:43 +01:00
Mario Zechner
02773518b1 [ts] Fix physics! 2023-12-05 15:10:38 +01:00
Mario Zechner
2eb1033b65 Update example exports to 4.2.09-beta 2023-12-01 17:04:11 +01:00
Mario Zechner
fd0c20a2c7 Formatting 2023-11-29 00:44:00 +01:00
Mario Zechner
355a91de79 Merge branch '4.1' into 4.2-beta
# Conflicts:
#	spine-flutter/CHANGELOG.md
#	spine-flutter/lib/assets/libspine_flutter.wasm
#	spine-flutter/pubspec.yaml
#	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-28 13:41:20 +01:00
Mario Zechner
c11afb283d [libgdx] Take skeleton scale into account when applying translation only IK constraint, see #2412 2023-11-28 13:25:06 +01:00
Nathan Sweet
f602177697 [libgdx] Fixed missing parenthesis when sorting physics constraints. 2023-11-24 22:57:19 -04: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
Nathan Sweet
ad263d48be [libgdx] Physics data loading fixes. 2023-11-16 12:21:14 -04:00
Nathan Sweet
7f89281d57 [libgdx] Added global physics timelines. 2023-11-12 19:46:41 -04:00
Nathan Sweet
c2906998ad Fixed physics reset leaving some state. 2023-11-12 11:01:22 -04:00
Nathan Sweet
1c3eaafb95 [libgdx] setToSetupPose doesn't reset physics. 2023-11-11 13:04:57 -04:00
Nathan Sweet
f7c8c6deb1 [libgdx] Physics reset timelines data loading. Fixed physics rotate/shear. 2023-11-10 21:17:41 -04:00
Nathan Sweet
7fae9e54ae [libgdx] Added physics reset timeline. 2023-11-10 17:22:43 -04:00