390 Commits

Author SHA1 Message Date
John
c956bb4bc9
[csharp] Fixed AddAnimation.
Port of a961b41a9c.
See: https://github.com/EsotericSoftware/spine-runtimes/issues/1092
2018-03-28 18:37:33 +08:00
badlogic
4c104ef885 Merge branch '3.6' into 3.7-beta 2018-03-14 10:24:44 +01:00
pharan
2345764fbf [csharp] Port RegionAttachment.java checking for compatible region values. 2018-03-08 22:40:00 +08:00
pharan
0b01953690 [csharp] Some cleanup. 2018-03-08 22:38:28 +08:00
pharan
cc65d4aeea Merge branch '3.6' of https://github.com/EsotericSoftware/spine-runtimes into 3.7-beta 2018-01-21 05:44:15 +08:00
pharan
b4c8deb283 [csharp] Animation and AnimationState 3.7 2018-01-19 05:34:20 +08:00
pharan
83778a76c1 [csharp] Add audioPath to EventData and SkeletonData 2018-01-19 02:47:44 +08:00
pharan
f6a98b0f43 [csharp] IHasRendererObject 2018-01-18 00:39:21 +08:00
pharan
aa32c1aefd [csharp] Line endings. 2018-01-18 00:38:32 +08:00
badlogic
456d724ab0 Merge branch '3.6' into 3.7-beta 2018-01-12 11:20:31 +01:00
badlogic
d029d19a3e [csharp] Fix for #1064, delay was calculated incorrectly for non-loop previous track entries. 2018-01-12 11:18:54 +01:00
badlogic
e8fa57e3aa Merge branch '3.6' into 3.7-beta 2017-12-14 11:03:22 +01:00
John
ed8f238524
[csharp] Removed bad fix for #1024
based on 1514b4acbb (diff-2e690293d0fea3104ddda07be1d1e5c9)
2017-11-22 18:07:20 +08:00
badlogic
aba0348d06 Merge branch '3.6' into 3.7-beta 2017-10-28 09:46:52 +02:00
badlogic
ed2594deca [csharp] Fix not returning to setup pose when multiple mixing from entries end at same time. See #1027 2017-10-28 09:44:21 +02:00
badlogic
e53a295dff Merge branch '3.6' into 3.7-beta 2017-10-27 10:45:43 +02:00
John
1f704aec5e [csharp] Don't use the dip fix if mixing is complete.
Based on: 28fd5aff09
See https://github.com/EsotericSoftware/spine-runtimes/issues/1024
2017-10-24 00:41:35 +08:00
badlogic
e7f21bfa29 Merge branch '3.6' into 3.7-beta 2017-10-20 11:19:48 +02:00
NathanSweet
ef798dafe3 Merge branch '3.6' into 3.7-beta 2017-10-19 16:21:19 +02:00
John
da54111238 [csharp] Fix PathConstraint length spacing for zero length bones.
see https://github.com/EsotericSoftware/spine-runtimes/issues/1023
2017-10-19 19:29:26 +08:00
John
292f1a26e3 [csharp] Fix ExposedList.Resize 2017-10-19 19:27:51 +08:00
pharan
f2bac04e43 [csharp] Resize better if T is a class. 2017-10-19 16:17:18 +08:00
pharan
a5eed13591 [csharp] Some cleanup. 2017-10-19 16:15:27 +08:00
badlogic
9c0860a591 Merge branch '3.6' into 3.7-beta 2017-10-13 14:13:12 +02:00
badlogic
791d813bf1 [cs][xna] Fixed tint black, see #1003. Opened up Triangulator and SkeletonClipping for debug rendering. 2017-10-13 14:12:57 +02:00
NathanSweet
f4b3d6ddab Merge branch '3.6' into 3.7-beta 2017-10-11 15:14:44 +02:00
John
4277027e0d [csharp] Don't mix from uninitialized vertices. See https://github.com/EsotericSoftware/spine-runtimes/issues/1016 2017-10-11 17:09:59 +08:00
badlogic
e322500408 Merge branch '3.6' into 3.7-beta 2017-10-04 15:08:37 +02:00
badlogic
d0cc44bfdb Fixed URLs in READMEs, replaced most with relative links, so URLs point to correct branch. 2017-10-04 15:08:22 +02:00
badlogic
c1764df4d2 Merge branch '3.6' into 3.7-beta 2017-09-30 09:51:10 +02:00
John
4b2fb3eedf [csharp] Fix PathConstraint spacing. 2017-09-28 20:57:04 +08:00
badlogic
bd987963dc Merge branch '3.6' into 3.7-beta 2017-09-28 11:20:31 +02:00
pharan
61d9f729d6 [csharp] New labeled goto convention. For https://github.com/EsotericSoftware/spine-runtimes/issues/1002 2017-09-26 21:39:05 +08:00
badlogic
d9447019f2 Merge branch '3.6' into 3.7-beta 2017-09-25 11:34:50 +02:00
John
a8f50bdecc [csharp] Better Skeleton.SetSkin docs.
Based on e4ee88574f.
2017-09-24 20:59:17 +08:00
NathanSweet
51079eb09b Merge branch '3.6' into 3.7-beta 2017-09-07 01:01:07 +02:00
Serhii Yolkin
c9722319de [unity] SkeletonAnimator and Animation optimizations (#977)
* + SkeletonAnimator: optimizations, remove per-frame GC allocations on Unity 2017.1
+ Minor ScaleTimeline optimization

* [unity] Check + formatting SkeletonAnimator 2017.1
2017-09-01 17:56:18 +08:00
badlogic
a18491691a Merge branch '3.6' into 3.7-beta 2017-08-24 11:17:18 +02:00
pharan
4abea9e4ad [csharp] Reduce access to internal methods. 2017-08-23 18:49:27 +08:00
John
f796d15f31 [csharp] Match libGDX setTimelineData 2017-08-23 18:44:17 +08:00
John
50730c7a5c [csharp] Fixed interrupting a mix with mixDuration 0.
Port of c8d595565b
closes https://github.com/EsotericSoftware/spine-runtimes/issues/970
2017-08-23 18:28:44 +08:00
badlogic
cdc2cab33d Merge branch '3.6' into 3.7-beta 2017-07-31 13:12:03 +02:00
badlogic
1a68239a83 [csharp] Fixed errors. 2017-07-31 13:11:52 +02:00
badlogic
86fe3bc1ba Merge branch '3.6' into 3.7-beta 2017-07-31 11:29:18 +02:00
badlogic
84fe30a2bf [runtimes] Fixed handling of zero length bones in PathConstraint if spacing is length based. Closes #957 2017-07-31 11:29:03 +02:00
badlogic
cae990f66a Merge branch '3.6' into 3.7-beta 2017-07-31 10:11:41 +02:00
pharan
03f8313435 [csharp] Cleanup of AnimationState and ExposedList 2017-07-27 17:14:56 +08:00
pharan
68d45102ca [csharp] Make Atlas compatible with foreach + cleanup 2017-07-27 17:10:50 +08:00
badlogic
f5965b0fdf Merge branch '3.6' into 3.7-beta 2017-07-21 16:49:12 +02:00
badlogic
1535906511 [csharp] Fixed bug in triangulator, closes #937. 2017-07-21 16:46:45 +02:00