571 Commits

Author SHA1 Message Date
badlogic
ff3cc660ca Merge branch '3.7-beta' into 3.7-beta-ue4-cpp 2018-06-07 17:32:01 +02:00
badlogic
2726229071 [c][cpp] Ported fix for #1119 2018-06-07 16:54:32 +02:00
badlogic
4359a9e39f Merge branch '3.7-beta' into 3.7-beta-ue4-cpp 2018-06-07 16:48:25 +02:00
badlogic
cd198815e5 Merge branch '3.6' into 3.7-beta 2018-06-07 16:47:50 +02:00
Ievgen Mukhin
cab8127626 [c] Optimized attachment lookup in skin. See #1117. (#1118)
* [c] Optimized attachment lookup in skin. See #1117.

* [c] Optimized attachment lookup in skin. See #1117. Changes according to suggestions in PR #1118.
2018-06-07 16:43:41 +02:00
badlogic
162ce9f5aa Fixed meshes. 2018-05-30 18:31:36 +02:00
badlogic
89f116ae82 Final MSVC touches. 2018-05-24 17:26:37 +02:00
badlogic
265b18571c Fixed all warnings on MSVC, fixed up usage of int instead of size_t, fixed some signatures. 2018-05-24 15:30:58 +02:00
badlogic
b7ae63f743 Fixed crashes on MSVC. 2018-05-24 14:31:26 +02:00
badlogic
eb69071a0a Merge branch '3.6' into 3.7-beta 2018-05-16 11:46:01 +02:00
badlogic
1833f4211a [c] Fixes completion event firing for 0 duration animations. See #1112. 2018-05-16 11:40:30 +02:00
badlogic
6f1ef88f1e [c][c++] port of PathConstraint changes, see #1109. 2018-05-04 14:35:37 +02:00
badlogic
fb2ce44723 [c] Fixed parsing of dark slot colors for binary files. See #1097 2018-04-12 10:31:38 +02:00
badlogic
a627b4372d Updated export script for spine-sfml-c/cpp 2018-04-12 10:23:41 +02:00
badlogic
9651e0bc53 [c][cpp] Port fix to AnimationState, see #1092 2018-03-28 14:09:14 +02:00
badlogic
6cd676eaf3 Merge branch '3.6' into 3.7-beta 2018-03-20 15:07:21 +01:00
badlogic
0c02bace47 [c][ue4] Don't redefine DLLIMPORT/EXPORT on Android. See #1088 2018-03-20 15:04:19 +01:00
badlogic
4731a584f3 [c] Removed dependency on kvec 2018-02-22 16:30:35 +01:00
badlogic
6a556de014 [as3] Ported additive blending. See #1029, #1060 2018-01-23 15:45:33 +01:00
badlogic
a9deff2d2f [c] Fixed binary skeleton parsing. 2018-01-23 14:03:18 +01:00
badlogic
c94bec6e4e [c] Ported additive blending, including attachment and draw order timeline fixes. See #1029, #1060 2018-01-18 14:59:26 +01:00
badlogic
095424ee98 [c] Fix for #1064, delay was calculated incorrectly for non-loop previous track entries. 2018-01-12 11:16:35 +01:00
DemiDroL
33cd0a6a75 Dereferencing of the null pointer 'boneMap' fix (#1048) 2017-12-14 11:02:48 +01:00
badlogic
f40efe6066 Revert "fix warnings (#1034)"
This reverts commit 5948e5a62f0d9fb5a526c200dc70a81d286b1e38.
2017-12-06 15:35:02 +01:00
Guto Maia
1132594797 fix comment: CPP comment not allowed in C90 (#1042) 2017-11-29 10:42:28 +01:00
minggo
5948e5a62f fix warnings (#1034) 2017-11-21 11:17:39 +01:00
badlogic
fe26844e3e [ue4] Forgot to commit new queue control functions. Closes #1038 2017-11-13 14:06:11 +01:00
badlogic
361378b275 [c] Error in color parsing, off-by-one resulting in invalid memory access. Closes #1031. Thanks @minggo for the adress sanitizer hint. 2017-11-02 11:20:57 +01:00
badlogic
3006353c8c [c] Fix handling of SP_MIX_POSE_CURRENT_LAYERED, closes #1028. 2017-10-28 16:23:27 +02:00
badlogic
a8c5282653 [c] Fix not returning to setup pose when multiple mixing from entries end at same time. See #1027 2017-10-28 09:43:26 +02:00
badlogic
299fa5dc8f [c] Fix PathConstraint length spacing for zero length bones. See #1023. 2017-10-20 11:18:52 +02:00
badlogic
14108679bb [c] Added void* userData to spAnimationState to be consumed in callbacks. Closes
#1017.
2017-10-12 14:36:58 +02:00
badlogic
dc16e55647 [c] Fixed DeformTimeline, see #1016. 2017-10-11 11:27:29 +02:00
badlogic
377aee58ec [c] Replaced call to locale dependent strtof with customer float parser. Closes #1009 2017-10-10 12:42:03 +02:00
badlogic
3dbab2122d [c] Fixed KMemory and test harness for GCC on Linux. 2017-10-06 15:22:49 +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
947f055ab3 [c] New labeled goto convention. 2017-09-26 14:46:32 +02:00
badlogic
5030ef5582 [c] Fixed mistranslated labled goto. Closes #1000 2017-09-25 15:40:09 +02:00
badlogic
786f24c7dc [ue4] Don't redefine SP_API in dll.h, seems UBT passes -werror,-wmacro-redefine to compiler by default. Closes #994 2017-09-15 11:00:28 +02:00
badlogic
a4a97969e8 [c] Listeners on spAnimationState and spTrackEntry will now also be called if a track entry gets disposed as part of disposing an spAnimationState. 2017-09-05 11:46:03 +02:00
badlogic
91d44b29fd [c] Introduced SP_API macro so we can use __declspec on MSVC. [ue4] Clean-up, minor improvements. 2017-08-29 15:19:33 +02:00
badlogic
eca798931b [runtimes] Closes #971 2017-08-24 11:34:00 +02:00
badlogic
3b618978e2 [c] Closes #959, mistranslation of labeled goto from ref implementation. 2017-07-31 15:27:41 +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
1013e31268 [c] Fix applying flipping for noScale/noScaleOrReflection transform mode. See #951 2017-07-19 13:58:13 +02:00
badlogic
0227513188 [c] Functions in extension.h are now prefixed with _sp to avoid name collisions with other libraries 2017-07-19 10:32:13 +02:00
badlogic
dfb8861de4 Updated supported versions in README.md 2017-07-12 11:25:54 +02:00
badlogic
3be988e12f Updated READMEs to point to correct zips 2017-07-12 11:20:55 +02:00
badlogic
8b14b18fda [c] Ported fix for DeformTimeline, see #932 2017-07-04 10:33:16 +02:00
badlogic
c6fefe8fa0 [c][lua][as3][ts] Don't use DIP_MIX across tracks. Closes #931 2017-06-27 16:15:23 +02:00