Nathan Sweet
dc9a6ebe7f
[as3][c][cpp][csharp][libgdx][lua][ts] Fixed loading transform constraint timelines from JSON data.
...
* Fixed SkeletonJson not allocating enough memory for curves (maximum of 6 curves/key, not 4). Fixes email: FMfcgzGkbDfvckWcFxWlsTWzFhMXsTDw
* Removed SkeletonData and Skeleton methods: findBoneIndex, findSlotIndex. Bones and slots have an index field that should be used instead.
* Removed SkeletonData and Skeleton methods: find*ConstraintIndex. Only SkeletonJson needed these, they don't need to be in the public API.
* Used a local for number of frames where it was used many times.
2021-09-12 18:15:19 -06:00
badlogic
e842e67d19
[c][cpp] CMake clean-up, update to C++11.
2021-07-01 11:04:12 +02:00
badlogic
30702a3bff
[c][cpp] Fix AnimationState::clearNext()
2021-06-21 17:45:34 +02:00
Mario Zechner
4715608108
[c][cpp] Fix remaining 4.0 porting bugs, apply formatter.
2021-06-07 16:13:25 +02:00
NathanSweet
45362e60bf
[all] Source clean up, formatting, and tabs for indentation.
2019-08-28 17:36:51 +02:00
badlogic
1d3d425028
[cpp] Fixed parsing of points in skin. See #1168 .
...
[c] Fixed c unit tests.
2018-09-05 15:31:28 +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
3dbab2122d
[c] Fixed KMemory and test harness for GCC on Linux.
2017-10-06 15:22:49 +02:00
badlogic
65d1f51acc
[c][sfml] Added spVertexEffect, and some math utilities. Fixed unit tests.
2017-06-26 14:00:00 +02:00
badlogic
5a36abf813
[c] Fixed tracking of realloc in unit test suite
2017-05-18 13:42:54 +02:00
badlogic
4ee17864a2
Merged manually with master. @pharan please check AttachmentTools, stretchyman diffuse pma material
2017-05-09 13:32:19 +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
f07c2967d5
[c] Fixed up c-unittests on GCC/Linux
2016-12-20 11:18:26 +01:00
badlogic
873ed16a53
[c] Added callback recursion issue to test suite
2016-11-29 18:45:36 +01:00
badlogic
387b0afb80
[c] Added spine-c-tests (thanks @jpoag), fixed up CMake build
2016-11-28 16:00:46 +01:00