5388 Commits

Author SHA1 Message Date
badlogic
e89043b1f6 [cpp] Fixes #1444. SpineObject was using the wrong calloc. 2019-09-18 17:29:21 +02:00
badlogic
372b8ff425 [cpp] Removed STL dependencies. RTTI uses static literals instead of std::string or SpineString. Closes #1479. 2019-09-18 15:16:50 +02:00
badlogic
6f0cf68681 [ue4] Clipping slot wasn't checked in all early loop exits. Closes #1494. 2019-09-16 15:25:54 +02:00
badlogic
14b8849a5d [lua] Fixes 1492. Containment check of skin constraints in skin constraint list was wrong. 2019-09-16 14:56:30 +02:00
badlogic
83dd267675 [cpp] Add accessors for MeshAttachment::_regionDegrees. Fixes #1480. 2019-09-12 15:59:58 +02:00
badlogic
e9f816a8ad [lua] Parsing of skin bones and constraints was incorrect. Fixes #1492. 2019-09-12 15:55:11 +02:00
badlogic
d66d3daef0 [lua] Fix parsing of path constraint timelines. Fixes #1466. 2019-09-12 15:01:20 +02:00
badlogic
e74274eebe [lua] Incorrect check for end slot. Fixes #1489. 2019-09-12 14:48:53 +02:00
Stefano Lanza
df748dbe4b Fix cocos2dx project and use of premultiplied alpha (#1484)
* Fix project

* Take into account premultiplied alpha of cocos2dx texture
2019-09-10 14:11:58 +02:00
Harald Csaszar
9483df76b5 [unity] SkeletonUtility spawn methods were not saved in Prefab mode. Closes #1481. 2019-09-05 19:31:59 +02:00
Harald Csaszar
4c1e01474e [unity] Fixed an exception at SkeletonUtilityBone when using skin bones. Closes #1464. 2019-09-04 17:19:24 +02:00
Harald Csaszar
6b84079a08 [unity] Fixed more fragment shader output declarations (from COLOR to SV_Target), fixes ps4 shader compile error. Related to commit e229dab. See #1374. 2019-09-03 20:03:26 +02:00
Harald Csaszar
3e55e5396e [unity] Minor: improved warning message for incorrect material setup, added object reference so that you can jump to the respective object that caused the problem. 2019-09-03 14:52:12 +02:00
Harald Csaszar
40e69c9164 [unity] Minor: Improved material settings warning text to be more precise. 2019-09-03 12:39:32 +02:00
Harald Csaszar
af3d657a11 [unity] Fixed a bug where non-spine json files were reporting false errors. 2019-09-03 12:23:20 +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
f6dcf94115 [libgdx] Removed extra spaces in shader. 2019-08-29 19:18:59 +02:00
Harald Csaszar
dbfceec061 [unity] Fixed exception when .atlas1.txt files found amoung assets. Closes #1473. 2019-08-29 16:42:26 +02:00
Harald Csaszar
1a34ed59d5 [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:30:35 +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
NathanSweet
88ece3181e [libgdx] Made method package private for editor. 2019-08-26 20:29:05 +02:00
NathanSweet
2af6f4c925 [libgdx] Set default size (may fix VM bug in Chinese Android devices). 2019-08-25 17:32:01 +02:00
Harald Csaszar
47033fa10a [unity] Minor changes: Spine Examples cleanup, removed a misleading unused component in Freezeboy example. 2019-08-23 15:23:51 +02:00
Harald Csaszar
f45e13b40d [unity] Fixed activating and deactivating asmdef files for 2D Toolkit. 2019-08-23 14:00:41 +02:00
Harald Csaszar
dabe0456bc [unity] Fixed a compile error in 2D Toolkit compilation branch. 2019-08-23 13:40:51 +02:00
Harald Csaszar
ac6836b173 [unity] Added missing changelog entry regarding SkeletonDataAsset.atlasAssets now being an array of the base class AtlasAssetBase.
# Conflicts:
#	CHANGELOG.md
2019-08-22 12:50:23 +02:00
Harald Csaszar
9b5a5cc0eb [csharp] Added missing file reference (OrderedDictionary.cs) to csproj project. 2019-08-21 17:48:38 +02:00
NathanSweet
c167d8bc52 [libgdx] Fixes for JsonRollback (to 3.7). 2019-08-20 19:25:23 +02:00
Nathan Sweet
47dbc797ef
[cocos2d-objc] Tabs for indentation. 2019-08-20 17:24:52 +02:00
Nathan Sweet
c1e78c9486
[cocos2d-objc] Tabs for indentation. 2019-08-20 17:24:00 +02:00
Harald Csaszar
5c203ee2db [unity] Fixed SkeletonGraphic not updating the canvas renderer texture after skin changes (e.g. when calling GetRepackedSkin). Closes #1459. 2019-08-20 15:23:18 +02:00
NathanSweet
c4fc616a9f Added a SkeletonData asset loader.
#266
#826
2019-08-20 13:32:12 +02:00
Harald Csaszar
a487d6d0d6 [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:04:27 +02:00
Harald Csaszar
bf052f9a4e [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:04:27 +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
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
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
7a789752ac [unity] Fixed GetRepackedSkin ignoring whitespace stripping. Closes #1399. 2019-08-15 14:12:55 +02:00
Harald Csaszar
4d21180570 [csharp] Fixed MeshAttachment copies not copying rotation. Closes #1452. 2019-08-15 11:15:00 +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
eda6c1797b [unity] updated changelog by added LWRP shader of last commit. 2019-08-13 19:12:52 +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
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
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
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