4907 Commits

Author SHA1 Message Date
NathanSweet
30c511f53e Javadoc. 2019-02-13 17:53:35 +01:00
Harald Csaszar
56fc291a40 [unity] Updated Mix and Match documentation in code to mention that GetRepackedSkin() is expensive. 2019-02-12 18:04:02 +01:00
Harald Csaszar
8a6b75fb9a [unity] Updated Mix and Match documentation in code to mention that GetRepackedSkin() is expensive. 2019-02-12 18:03:29 +01:00
badlogic
833f8551f4 Merge branch '3.7' into 3.8-beta 2019-02-12 14:25:12 +01:00
badlogic
c0277ff12b [cpp] Fixed AnimationState not respecting MixBlend.first for rotate timelines. See #1274. 2019-02-12 14:24:24 +01:00
badlogic
2843950e18 [c] Fixed AnimationState not respecting MixBlend.first for rotate timelines. See #1274. 2019-02-12 14:21:47 +01:00
badlogic
72094511e3 [lua] Fixed AnimationState not respecting MixBlend.first for rotate timelines. See #1274. 2019-02-12 14:18:58 +01:00
badlogic
fd51eee47f [as3] Fixed AnimationState not respecting MixBlend.first for rotate timelines. See #1274. 2019-02-12 14:14:53 +01:00
badlogic
19e5edc94b [ts] Fixed AnimationState not respecting MixBlend.first for rotate timelines. See #1274. 2019-02-12 13:59:28 +01:00
Harald Csaszar
b90dd126b2 [unity] Fixed Unity Timeline editor errors after Add Spine Animation State Clip Clip due to unset Animation Reference. Closes #1257. 2019-02-11 21:32:25 +01:00
Harald Csaszar
1935d4a488 [unity] Fixed Unity Timeline editor errors after Add Spine Animation State Clip Clip due to unset Animation Reference. Closes #1257. 2019-02-11 21:31:42 +01:00
Harald Csaszar
c88d132406 [csharp] Fixed AnimationState not respecting MixBlend.first for rotate timelines. See #1274. 2019-02-11 20:41:59 +01:00
Harald Csaszar
04e2dd835d [csharp] Fixed AnimationState not respecting MixBlend.first for rotate timelines. See #1274. 2019-02-11 20:39:37 +01:00
Carlos Ibanez
3151f1abbb - Added support for external tools.
- Added UpdateRenderer method, that allows to pass a custom Skeleton and
can be called externally.
2019-02-11 13:33:50 -03:00
NathanSweet
c7d71a8eb1 [libgdx] Fixed AnimationState not respecting MixBlend.first for rotate timelines. 2019-02-10 13:45:50 +01:00
Harald Csaszar
9d3c9dd443 [unity] SkeletonRenderSeparator now initializes added SkeletonPartsRenderer children correctly. Closes #1269. 2019-02-07 22:23:32 +01:00
Harald Csaszar
7ee15d0627 [unity] SkeletonRenderSeparator now initializes added SkeletonPartsRenderer children correctly. Closes #1269. 2019-02-07 22:22:56 +01:00
Harald Csaszar
009929bbc9 [unity] Fixed SkeletonPartsRenderer mesh tangent error. Also fixed another potential size mismatch at mesh normals or tangents vs vertices. Closes #1265. 2019-02-06 19:18:49 +01:00
Harald Csaszar
7b690624f3 [unity] Fixed SkeletonPartsRenderer mesh tangent error. Also fixed another potential size mismatch at mesh normals or tangents vs vertices. Closes #1265. 2019-02-06 19:17:56 +01:00
badlogic
6ac649a316 Merge branch '3.7' into 3.8-beta 2019-02-06 16:03:12 +01:00
badlogic
8ea29944d3 [ts][webgl] Closes #1271, clipping wasn't terminated properly when a slot did not house an attachment. 2019-02-06 16:02:42 +01:00
Harald Csaszar
0d09fffb4c [unity] Fixed compilation errors when TK2D define is set. Closes #1270. 2019-02-04 18:55:28 +01:00
Harald Csaszar
9c8646eb70 [unity] Fixed compilation errors when TK2D define is set. Closes #1270. 2019-02-04 18:54:42 +01:00
Harald Csaszar
b18d6574e8 [unity] Fixed on more occurrence of SkeletonGraphic related import error. Error message was 'Skeleton JSON file not set for SkeletonData asset'. Closes #1226. 2019-02-01 15:30:13 +01:00
Harald Csaszar
9dad34a387 [unity] Fixed on more occurrence of SkeletonGraphic related import error. Error message was 'Skeleton JSON file not set for SkeletonData asset'. Closes #1226. 2019-02-01 15:27:43 +01:00
Harald Csaszar
1638aa2c5f [unity] Fixed SkeletonGraphic related import error occurring occasionally on first import. Error message was usually 'Skeleton JSON file not set for SkeletonData asset'. Closes #1226. 2019-01-31 14:52:10 +01:00
Harald Csaszar
52245d55f0 [unity] Fixed SkeletonGraphic related import error occurring occasionally on first import. Error message was usually 'Skeleton JSON file not set for SkeletonData asset'. Closes #1226. 2019-01-31 14:43:39 +01:00
Harald Csaszar
efbb0b936a [unity] Minor changelog text modification in section Detection of Incorrect Texture Settings. 2019-01-29 17:02:10 +01:00
Harald Csaszar
4e8365012e [unity] Minor changelog text modification in section Detection of Incorrect Texture Settings. 2019-01-29 17:01:43 +01:00
Harald Csaszar
098f4b88d2 [unity] Updated changelog for added detection of incorrect material settings feature. 2019-01-29 16:39:48 +01:00
Harald Csaszar
68882fb00e [unity] Updated changelog for added detection of incorrect material settings feature. 2019-01-29 16:39:12 +01:00
Harald Csaszar
6917302d1c [unity] Added an additional warning when Alpha Is Transparency is enabled at PMA textures, which causes incorrect light ghosting in transparent areas. See #1266. 2019-01-29 16:37:37 +01:00
Harald Csaszar
29ac3d9d67 [unity] Added an additional warning when Alpha Is Transparency is enabled at PMA textures, which causes incorrect light ghosting in transparent areas. See #1266. 2019-01-29 16:37:01 +01:00
badlogic
ba57dc857a Merge branch '3.7' of https://github.com/esotericsoftware/spine-runtimes into 3.7 2019-01-29 10:55:03 +01:00
badlogic
58fe4f464e [java] Fixed JsonRollback tool. JDK 10 compiler doesn't like untyped generic instantiation anymore. 2019-01-29 10:54:57 +01:00
badlogic
1d31ea5f51 [skeletonviewer] Closes #1268, allow specification of file to load on CLI. 2019-01-29 10:14:03 +01:00
Harald Csaszar
dba1055346 [unity] Fixed previous commit's texture settings warning code preventing border artifacts when mip maps are enabled on PMA textures. Now only issues warning on Spine atlas textures. See #1266. 2019-01-28 20:10:34 +01:00
Harald Csaszar
c612c81435 [unity] Fixed previous commit's texture settings warning code preventing border artifacts when mip maps are enabled on PMA textures. Now only issues warning on Spine atlas textures. See #1266. 2019-01-28 20:08:48 +01:00
Harald Csaszar
e6e699df08 [unity] Changed default texture settings and added warning to prevent border artifacts when mip maps are enabled on PMA textures. Closes #1266. 2019-01-28 19:56:14 +01:00
Harald Csaszar
dc676cb25a [unity] Changed default texture settings and added warning to prevent border artifacts when mip maps are enabled on PMA textures. Closes #1266. 2019-01-28 19:55:10 +01:00
Harald Csaszar
255bc753d1 [unity] Fixed SkeletonGraphic's 'Starting Animation' property being cleared upon saving under some circumstances, closes #1252. 2019-01-28 16:33:34 +01:00
Harald Csaszar
e39dbc4795 [unity] Fixed SkeletonGraphic's 'Starting Animation' property being cleared upon saving under some circumstances, closes #1252. 2019-01-28 16:28:28 +01:00
badlogic
88e8253e4d Merge branch '3.7' into 3.8-beta 2019-01-28 11:43:47 +01:00
badlogic
eff518faf7 [c] Fixed warnings, closes #1267. 2019-01-28 11:43:31 +01:00
badlogic
0fbcb48b24 Merge branch '3.7' into 3.8-beta 2019-01-23 16:43:13 +01:00
badlogic
8fe981cfe1 [ue4] Fixed up PR #1251. 2019-01-23 16:42:38 +01:00
badlogic
f6c4554647 Updated CHANGELOG. 2019-01-23 14:31:31 +01:00
badlogic
70e0e8dd79 Merge branch '3.7' into 3.8-beta 2019-01-23 14:30:32 +01:00
badlogic
904665b3fe Updated CHANGELOG. 2019-01-23 14:30:18 +01:00
badlogic
5c6ac74eab [cocos2dx] Updated samples to cocos2d-x 3.17.1. 2019-01-23 14:29:31 +01:00