5396 Commits

Author SHA1 Message Date
Harald Csaszar
b1165da709 [unity] Fixed a bug where non-spine json files were reporting false errors. 2019-09-03 12:24:05 +02:00
Harald Csaszar
69291da7f7 [unity] Fixed exception when .atlas1.txt files found amoung assets. Closes #1473. 2019-08-29 16:43:14 +02:00
Harald Csaszar
38d0204e72 [unity] Providing error dialog and verbose error log message in case of version mismatch. Also providing error description when viewing skeletonData in inspector. Closes #1463. 2019-08-28 17:41:11 +02:00
NathanSweet
45362e60bf [all] Source clean up, formatting, and tabs for indentation. 2019-08-28 17:36:51 +02:00
Harald Csaszar
7f81f6debf [unity] Minor changes: Spine Examples cleanup, removed a misleading unused component in Freezeboy example. 2019-08-23 15:25:25 +02:00
Harald Csaszar
94c528a62e [unity] Fixed activating and deactivating asmdef files for 2D Toolkit. 2019-08-23 14:01:03 +02:00
Harald Csaszar
660e0f3af6 [unity] Fixed a compile error in 2D Toolkit compilation branch. 2019-08-23 13:41:31 +02:00
Harald Csaszar
7ec9d497b4 [unity] Added missing changelog entry regarding SkeletonDataAsset.atlasAssets now being an array of the base class AtlasAssetBase.
# Conflicts:
#	CHANGELOG.md
2019-08-22 12:51:05 +02:00
Harald Csaszar
74f17a0721 [csharp] Added missing file reference (OrderedDictionary.cs) to csproj project. 2019-08-21 17:49:06 +02:00
Harald Csaszar
687b53d15d [unity] Fixed SkeletonGraphic not updating the canvas renderer texture after skin changes (e.g. when calling GetRepackedSkin). Closes #1459. 2019-08-20 15:23:58 +02:00
Harald Csaszar
0207da7493 [unity] Fixed one more occurrance where a default skin was assumed to exist (which is no longer the case). Related to ae4790b. See #1453. 2019-08-20 11:07:36 +02:00
Harald Csaszar
0d79a4b7c8 [unity] Improved yield instructions for animation track events such as End, Complete, Interrupt. Added a generic version to wait for any combination of events. Closes #1457 2019-08-20 11:05:28 +02:00
badlogic
7482e4a212 Merge branch '3.8' into 3.9-beta 2019-08-19 17:07:23 +02:00
badlogic
df435cdfc7 Merge branch '3.8' of https://github.com/EsotericSoftware/spine-runtimes into 3.8 2019-08-19 17:07:07 +02:00
badlogic
ae8f2905b7 [cpp] Closes #1454, path constraint timelines parsing was broken. 2019-08-19 17:07:01 +02:00
Harald Csaszar
7cdef0529b [unity] Fixed incorrect region after GetRepackedSkin when maxAtlasSize leads to downscaling. Previous commit be77b0c let this problem surface more often. Closes #1455. 2019-08-19 15:53:59 +02:00
Harald Csaszar
a232f6ee7f [unity] Fixed incorrect region after GetRepackedSkin when maxAtlasSize leads to downscaling. Previous commit be77b0c let this problem surface more often. Closes #1455. 2019-08-19 15:49:03 +02:00
Harald Csaszar
a2393e8a12 [unity] Fixed code where a default skin was assumed to exist (which is no longer the case). Fixes an error at SkeletonDataAsset inspector -> show slots -> show attachments. Closes #1453. 2019-08-19 11:53:29 +02:00
Harald Csaszar
ae4790b85c [unity] Fixed code where a default skin was assumed to exist (which is no longer the case). Fixes an error at SkeletonDataAsset inspector -> show slots -> show attachments. Closes #1453. 2019-08-19 11:48:16 +02:00
Harald Csaszar
be77b0c93d [unity] Fixed GetRepackedSkin ignoring whitespace stripping. Closes #1399. 2019-08-15 14:15:01 +02:00
Harald Csaszar
7a789752ac [unity] Fixed GetRepackedSkin ignoring whitespace stripping. Closes #1399. 2019-08-15 14:12:55 +02:00
Harald Csaszar
2e9dd67e73 [csharp] Fixed MeshAttachment copies not copying rotation. Closes #1452. 2019-08-15 11:15:53 +02:00
Harald Csaszar
4d21180570 [csharp] Fixed MeshAttachment copies not copying rotation. Closes #1452. 2019-08-15 11:15:00 +02:00
Harald Csaszar
a6273e2a3f [unity] BoneFollower now has an additional option to not follow xy position (to follow rotation only). Closes #1451. 2019-08-14 18:03:24 +02:00
Harald Csaszar
68f0c2f9f3 [unity] BoneFollower now has an additional option to not follow xy position (to follow rotation only). Closes #1451. 2019-08-14 18:02:02 +02:00
Harald Csaszar
5408cdd168 [unity] updated changelog by added LWRP shader of last commit. 2019-08-13 19:13:07 +02:00
Harald Csaszar
eda6c1797b [unity] updated changelog by added LWRP shader of last commit. 2019-08-13 19:12:52 +02:00
Harald Csaszar
1d39ac5194 [unity] Spine LWRP shaders package: Added LWRP version of "Spine/Skeleton" shader. The normal shader no longer worked in LWRP setting on Unity 2019.1.6+ on Android GLES 3.0 (due to instancing problems). Closes #1446. 2019-08-13 19:08:13 +02:00
Harald Csaszar
2ef2e70210 [unity] Spine LWRP shaders package: Added LWRP version of "Spine/Skeleton" shader. The normal shader no longer worked in LWRP setting on Unity 2019.1.6+ on Android GLES 3.0 (due to instancing problems). Closes #1446. 2019-08-13 19:07:45 +02:00
NathanSweet
c24b8b348d [libgdx] Removed JsonRollback println. 2019-08-13 17:13:12 +02:00
badlogic
0a018c6d19 Merge branch '3.9-beta' of https://github.com/EsotericSoftware/spine-runtimes into 3.9-beta 2019-08-12 14:02:56 +02:00
badlogic
56c45856de Merge branch '3.8' into 3.9-beta 2019-08-12 14:02:49 +02:00
badlogic
f98afcebfe Merge branch '3.8' of https://github.com/EsotericSoftware/spine-runtimes into 3.8 2019-08-12 14:02:33 +02:00
badlogic
40d4cad434 [cocos2dx] Properly retain/release textures in attachemnt vertices. Closes #1442. 2019-08-12 14:02:05 +02:00
Harald Csaszar
e29fbccfba [unity] Fixed SkeletonData asset inspector animation playback preview for Unity 2018 and 2019. Closes #1440. 2019-08-09 17:34:27 +02:00
Harald Csaszar
b151e2e610 [unity] Fixed SkeletonData asset inspector animation playback preview for Unity 2018 and 2019. Closes #1440. 2019-08-09 17:33:42 +02:00
badlogic
38b38044ff Merge branch '3.9-beta' of https://github.com/EsotericSoftware/spine-runtimes into 3.9-beta 2019-08-09 14:53:34 +02:00
badlogic
312f7a8828 Merge branch '3.8' into 3.9-beta 2019-08-09 14:53:27 +02:00
badlogic
84c09c1bbc Merge branch '3.8' of https://github.com/EsotericSoftware/spine-runtimes into 3.8 2019-08-09 14:53:15 +02:00
badlogic
5bbfa490bf [cpp] Closes #1435, AnimationState#computeNotLast() was wrong. 2019-08-09 14:53:06 +02:00
Tomski
4005b4dee9 Support for Gradle building, installing, and jitpack (#1431) 2019-08-08 15:52:01 +02:00
Harald Csaszar
25d292c655 [unity] Cosmetic change - updated settings label to "Mecanim Bake Settings" to avoid confusion. 2019-08-07 19:08:12 +02:00
Harald Csaszar
b763cc0256 [unity] Cosmetic change - updated settings label to "Mecanim Bake Settings" to avoid confusion. 2019-08-07 19:07:53 +02:00
Harald Csaszar
d1ea528d41 [unity] Fixed Mecanim events for folders. Added preferences entry whether folder name shall be added to called method name or omitted. 2019-08-07 18:55:34 +02:00
Harald Csaszar
9c331fcf4f [unity] Fixed Mecanim events for folders. Added preferences entry whether folder name shall be added to called method name or omitted. 2019-08-07 18:55:16 +02:00
Harald Csaszar
73dff36623 [csharp] Removed #if UNITY_EDITOR guards around linq code from spine-csharp code again (OrderedDictionary). 2019-08-07 17:34:54 +02:00
Harald Csaszar
0b4bc2db94 [csharp] Removed #if UNITY_EDITOR guards around linq code from spine-csharp code again (OrderedDictionary). 2019-08-07 17:33:38 +02:00
Harald Csaszar
cc0ec3b372 [csharp] Added an entry for previously removed Skin methods to changelog. 2019-08-07 17:18:21 +02:00
Harald Csaszar
6381414ffd [csharp] Added an entry for previously removed Skin methods to changelog. 2019-08-07 17:18:02 +02:00
Harald Csaszar
263fd2b51b [csharp] Fixed a typo in SkeletonBinary.cs that led to a compile error. 2019-08-07 14:49:17 +02:00