25 Commits

Author SHA1 Message Date
badlogic
14108679bb [c] Added void* userData to spAnimationState to be consumed in callbacks. Closes
#1017.
2017-10-12 14:36:58 +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
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
7488383b15 [cocos2dx] Added support for vertex effects. See #898 2017-06-26 15:00:59 +02:00
badlogic
65d1f51acc [c][sfml] Added spVertexEffect, and some math utilities. Fixed unit tests. 2017-06-26 14:00:00 +02:00
badlogic
4735f3e118 [c] Preparation work for animation/timeline changes. 2017-06-13 00:53:00 +02:00
badlogic
061d0d26b2 [c] AnimationState#apply returns boolean indicating if any timeline was applied. #919 2017-06-04 10:59:02 +02:00
badlogic
7593da8cb8 [c] Ported Animation State changes, see #908 2017-05-24 12:53:40 +02:00
badlogic
5a36abf813 [c] Fixed tracking of realloc in unit test suite 2017-05-18 13:42:54 +02:00
badlogic
e324c05bfa [c] Ported latest anim state changes. 2017-05-18 13:10:07 +02:00
badlogic
676b740269 [c] Added stride to spSkeletonClipping_clipTriangles. [cocos2dx] Added clipping. 2017-04-30 19:13:11 +02:00
badlogic
d52ac2afd4 [c][sfml] Added clipping. [cocos2dx] Added stub for clipping and assets. [c] Fixed handling of indices short -> unsigned short 2017-04-28 14:31:18 +02:00
badlogic
537f033dad [c] Added SkeletonClipping and unit/leak test 2017-04-27 14:19:02 +02:00
badlogic
59eb90eb66 [c] Added Triangulator. Decomposition is leaking. 2017-04-24 13:58:55 +02:00
badlogic
8feed9f455 [c] Formatting 2017-04-21 12:41:29 +02:00
badlogic
458c1bc19d [c] Added dynamic array. 2017-04-21 12:39:33 +02:00
badlogic
18b63d18a6 [c] Added ClippingAttachment and loading code 2017-04-21 11:16:06 +02:00
badlogic
e326db5f4b [c] Ported dipping problem fix, see #867 2017-04-06 14:43:12 +02:00
badlogic
3ed9290c6f [cocos2d-objc] More two color tinting work. 2017-03-14 13:14:23 +01:00
badlogic
a04c0088cb Merge branch 'master' into 3.6-beta 2017-02-23 14:38:23 +01:00
Mario Zechner
95527b630a [c] Added void* userData field to spTrackEntry. Can be fetched in listeners. 2017-02-02 10:56:46 +01:00
badlogic
fe8eae4b8e [c] Ported 3.6 changes, two color timeline, changed updateWorldVertices to computeWorldVertices, point attachment, transform constraint local and relative mode. Does not actually render two color tinted slots yet. Also updated example exports 2017-01-30 16:31:16 +01:00
badlogic
387b0afb80 [c] Added spine-c-tests (thanks @jpoag), fixed up CMake build 2016-11-28 16:00:46 +01:00