5465 Commits

Author SHA1 Message Date
badlogic
badf9c2e43 Merge branch '3.8' into 3.9-beta 2019-09-23 14:50:49 +02:00
badlogic
3034d93178 Updated CHANGELOG. 2019-09-23 14:50:37 +02:00
badlogic
4c9213f861 Merge branch '3.8' into 3.9-beta 2019-09-23 14:49:15 +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
fb21a2ff63 Merge branch '3.9-beta' of https://github.com/EsotericSoftware/spine-runtimes into 3.9-beta 2019-09-23 14:38:49 +02:00
badlogic
81938c65c0 Merge branch '3.8' into 3.9-beta 2019-09-23 14:38:43 +02:00
badlogic
2762234c4c Merge branch '3.8' of https://github.com/EsotericSoftware/spine-runtimes into 3.8 2019-09-23 14:38:32 +02:00
badlogic
4913926e3b [ts][webgl] Added support for WebGL2. Closes #1500. 2019-09-23 14:38:26 +02:00
Harald Csaszar
085549e5fd [unity] Fixed an exception at SkeletonGraphic when no active attachments are set. MeshGenerator.GenerateSingleSubmeshInstruction() didn't handle the case of all-null attachments. Improved code to not generate an unnecessary empty instruction. Closes #1491. 2019-09-23 13:14:34 +02:00
Harald Csaszar
e88cfd4dac [unity] Fixed an exception at SkeletonGraphic when no active attachments are set. MeshGenerator.GenerateSingleSubmeshInstruction() didnt't handle the case of all-null attachments. Improved code to not generate an unnecessary empty instruction. Closes #1491. 2019-09-23 13:12:16 +02:00
badlogic
fb98a9b7c8 Merge branch '3.8' into 3.9-beta 2019-09-19 16:39:57 +02:00
badlogic
6d674c975f [chsarp] MeshAttachment Copy() and NewLinkedMesh() didn't copy region UVs properly. Closes #1499. 2019-09-19 16:39:43 +02:00
badlogic
861e29b945 Merge branch '3.8' into 3.9-beta 2019-09-19 15:45:04 +02:00
badlogic
9cfe697cfd [cocos2dx] Fix VS project to copy resources to new required location on Windows. 2019-09-19 15:44:52 +02:00
badlogic
416429fde3 Merge branch '3.9-beta' of https://github.com/esotericsoftware/spine-runtimes into 3.9-beta 2019-09-19 15:27:50 +02:00
badlogic
400d465bb4 Merge branch '3.8' into 3.9-beta 2019-09-19 15:27:43 +02:00
badlogic
8ba4bf269b [cpp] Add stdint.h for VS2019 build tools. Closes #1498. 2019-09-19 15:27:25 +02:00
badlogic
6e4a6925a2 [cocos2d] Updated CHANGELOG and README.md for VS2019 upgrade. 2019-09-19 14:36:09 +02:00
badlogic
0e9978b5d2 [cocos2d] Updated README.md with better instructions for Windows. 2019-09-19 14:26:00 +02:00
badlogic
e6103a8a88 Merge branch '3.8' into 3.9-beta 2019-09-18 17:36:04 +02:00
badlogic
e89043b1f6 [cpp] Fixes #1444. SpineObject was using the wrong calloc. 2019-09-18 17:29:21 +02:00
badlogic
3c6feff577 [ue4] Remove SpineWidget Scale property in favor of full support for the widget transform properties. Closes #1496. 2019-09-18 15:39:12 +02:00
badlogic
0ca78b6756 Merge branch '3.8' into 3.9-beta 2019-09-18 15:36:17 +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
0aa8495046 Merge branch '3.8' into 3.9-beta 2019-09-16 15:26:15 +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
0090ac4347 Merge branch '3.8' into 3.9-beta 2019-09-16 14:57:09 +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
e583531ae0 [cpp] Add accessors for MeshAttachment::_regionDegrees. Fixes #1480. 2019-09-12 15:59:16 +02:00
badlogic
e52d8acc84 Merge branch '3.8' into 3.9-beta 2019-09-12 15:56:24 +02:00
badlogic
e9f816a8ad [lua] Parsing of skin bones and constraints was incorrect. Fixes #1492. 2019-09-12 15:55:11 +02:00
badlogic
b0ac11035f Merge branch '3.8' into 3.9-beta 2019-09-12 15:01:37 +02:00
badlogic
d66d3daef0 [lua] Fix parsing of path constraint timelines. Fixes #1466. 2019-09-12 15:01:20 +02:00
badlogic
10d82cbe8d Merge branch '3.8' into 3.9-beta 2019-09-12 14:49:16 +02:00
badlogic
e74274eebe [lua] Incorrect check for end slot. Fixes #1489. 2019-09-12 14:48:53 +02:00
badlogic
db166b1b7b Merge branch '3.8' into 3.9-beta 2019-09-11 16:20:00 +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
714e37a3c4 [unity] SkeletonUtility spawn methods were not saved in Prefab mode. Closes #1481. 2019-09-05 19:33:05 +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
2518dddad8 [unity] Fixed an exception at SkeletonUtilityBone when using skin bones. Closes #1464. 2019-09-04 17:20:44 +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
617eb38340 [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:06:10 +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
df81d607cb [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:28 +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
8fd7eb7659 [unity] Minor: Improved material settings warning text to be more precise. 2019-09-03 12:39:47 +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
b1165da709 [unity] Fixed a bug where non-spine json files were reporting false errors. 2019-09-03 12:24:05 +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