1218 Commits

Author SHA1 Message Date
badlogic
4410672ce2 [ts] Updated all core API documentation. See #1506. 2019-10-03 16:43:46 +02:00
badlogic
18eb242df6 [ts] Store timeline ids inside set in Animation for O(1) lookup. See #1462. 2019-09-26 16:11:10 +02:00
badlogic
1902286db1 [ts][canvas] Updated README to explicitely state white space stripping is not supported by the Canvas implementation. 2019-09-26 14:40:52 +02:00
badlogic
9313d010ec [ts] Apply left over time additively to track time of delayed TrackEntry. See #1504. 2019-09-26 11:36:19 +02:00
badlogic
26e93f9f3f [ts] Fixed code up for latest TypeScript compiler version 3.6.3. Closes #1502. 2019-09-23 14:49:02 +02:00
badlogic
4913926e3b [ts][webgl] Added support for WebGL2. Closes #1500. 2019-09-23 14:38:26 +02:00
NathanSweet
28d85e12b8 [ts] Owl demo updated: use window rather than canvas size, wait for first mouse move. 2019-08-30 16:49:06 +02:00
NathanSweet
842dffbd83 [all] Source clean up, formatting, and tabs for indentation. 2019-08-27 15:57:14 +02:00
NathanSweet
2fa85fc1c6 [all] AnimationState, fixed an attachment timeline from changing the mix blend for other timelines.
closes #1461
2019-08-27 13:20:24 +02:00
badlogic
cc694f7b5a [as3] fix parsing of default skins without attachment for binary files. 2019-08-07 11:41:30 +02:00
badlogic
8b714d6849 [ts] fix parsing of default skins without attachment for binary files. 2019-08-07 11:37:23 +02:00
badlogic
e039625430 Removed stretchyman-stretchy-ik from all examples. 2019-08-05 17:41:15 +02:00
badlogic
bb51ec7f23 Updated examples, removed stretch-ik stretchyman. 2019-08-05 17:31:15 +02:00
badlogic
2b5e521c34 [threejs] Closes #1412, added dispose() method to SkeletonMesh and required underlying code. 2019-07-24 13:21:42 +02:00
badlogic
a4f92ccf21 [ts] Fixed resolving transform and path constraints when loading skin bones and constraints. 2019-07-16 18:36:46 +02:00
badlogic
ae6892cdfd [ts][player] Improved check if only one skin/animation should be allowed and display buttons accordingly. 2019-07-09 16:58:24 +02:00
badlogic
f8f495524e Updated example exports, fixed up example projects with mix-and-match skin api demo. 2019-07-09 13:47:05 +02:00
badlogic
ec903efb2e [ts] Closes #1401, JIT bug in Safari on iOS 9. 2019-07-05 15:41:42 +02:00
badlogic
bbce5b915d Updated README.mds. 2019-06-26 13:53:12 +02:00
badlogic
9643a27dce [ts] Scale IK constraint and timeline data. See #1383. 2019-06-20 10:33:28 +02:00
badlogic
6850a019ec Updated examples again, final binary format change. 2019-06-19 18:02:20 +02:00
badlogic
5f13f1b8e6 Exported all examples with 3.8.25-beta to include file format changes in .json and .skel files. 2019-06-19 16:56:47 +02:00
badlogic
5776e2467a [ts] Added soft IK support. See #1383. 2019-06-19 13:55:51 +02:00
badlogic
2946cec9d1 [ts][as3] Added mix-and-match example. See #1375. 2019-06-13 16:39:50 +02:00
badlogic
c9ccd43121 Merge branch '3.7' into 3.8-beta 2019-06-13 16:10:22 +02:00
badlogic
33dce937bf [ts] Port of commit ccc5b2f: Fixed root bone transform for skeleton. See #1379. 2019-06-13 16:03:26 +02:00
badlogic
6090d84a5e [ts] Port of commit ccc5b2f: Fixed root bone transform for skeleton. See #1379. 2019-06-13 16:03:16 +02:00
badlogic
5d974e4480 Added mix-and-match assets, modified export scripts, added libGDX sample. See #1375. 2019-06-13 15:58:16 +02:00
badlogic
c1b4b7ea7d [ts] Ported active bone check in SkeletonBounds. See #1378. 2019-06-11 15:27:45 +02:00
badlogic
ca3916dad8 [ts] Added support for loading binaries via SkeletonBinary. Player configuration object now lets you specify skelUrl instead of jsonUrl to load from a binary file. Updated demos to use .skel files instead of .json. 2019-06-07 17:21:53 +02:00
badlogic
900085d26f [as3] Ported skin bones/constraints changes. See #1346. 2019-06-05 14:35:35 +02:00
badlogic
4ca84774a3 [ts] Fixed SkeletonJson#readCurve. 2019-06-05 14:11:37 +02:00
badlogic
8ec6a9ef3b [ts] Updated demo assets to latest format. 2019-06-05 11:59:31 +02:00
badlogic
ba05b672c1 [ts] Don't include inactive bounds when computing skeleton bounds. 2019-06-05 11:23:30 +02:00
badlogic
1ec6e26b71 Updated example exports and copies in runtime example projects to the latest .json and .skel formats. 2019-06-05 11:20:43 +02:00
badlogic
3aa14d9b86 [ts] Ported skin bones/constraints changes. See #1346. 2019-06-04 15:53:34 +02:00
badlogic
f9e4fd495d [ts] Ported all skin API changes, see #841. 2019-06-03 16:20:19 +02:00
badlogic
55176c4ac7 Merge branch '3.8-beta' into skin-bones 2019-05-28 11:31:57 +02:00
badlogic
c721f660a7 Merge branch '3.7' into 3.8-beta 2019-05-28 11:31:01 +02:00
badlogic
9083f32ad5 [ts] Fixed incorrect calculation in AnimationState when expanding the tracks array. Closes #1360. 2019-05-28 11:26:38 +02:00
badlogic
e03a0ef659 Merge branch '3.8-beta' into skin-bones 2019-05-16 11:28:40 +02:00
badlogic
2dc619a76c [threejs] Don't mark buffer objects for an update if they are zero length. Fixes #1345. 2019-05-15 17:15:36 +02:00
badlogic
6341fbbd9d [ts][csharp] Fix for #1352, the last subsequent attachment timeline always mixes out to the setup pose. 2019-05-15 13:52:31 +02:00
badlogic
eff7a1502d [ts] Fixed constraints in skins. 2019-05-10 15:31:10 +02:00
badlogic
75ffb7b098 [ts] Updated builds. 2019-05-10 15:07:43 +02:00
badlogic
576c1da32f [ts] Ported skin API changes, see #841. 2019-05-10 15:07:06 +02:00
badlogic
4f3d2d8057 Merge branch '3.7' into 3.8-beta 2019-05-03 10:53:34 +02:00
badlogic
849e9acc7e Updated READMEs. 2019-05-03 10:51:33 +02:00
badlogic
09130b15df Merge branch '3.7' into 3.8-beta 2019-05-02 11:43:36 +02:00
badlogic
7f7e5f0fec Updated license headers and LICENSE files. 2019-05-02 11:38:19 +02:00