badlogic
|
c90ca1b08c
|
Merge branch '3.8' into 3.9-beta
|
2019-11-19 16:36:36 +01:00 |
|
badlogic
|
41cfd38049
|
[cpp][cocos2dx] Skin and attachment setters now handle empty strings correctly. Closes #1543.
|
2019-11-19 16:36:25 +01:00 |
|
badlogic
|
a69d7be17f
|
Merge branch '3.8' into 3.9-beta
|
2019-11-19 15:32:11 +01:00 |
|
badlogic
|
707cd66c09
|
[cpp] Dispose renderer object in HasRendererObject::setRendererObject if dispose callback is set, and new value is not equal to old value. Closes #1549.
|
2019-11-19 15:31:59 +01:00 |
|
badlogic
|
9b63c65522
|
Merge branch '3.8' into 3.9-beta
|
2019-10-30 15:49:14 +01:00 |
|
badlogic
|
479c236835
|
[cpp] Change traversal order of Json::~Json(). Old order would grow stack much more than needed, leading to crashes when freeing big Json trees.
|
2019-10-30 15:48:55 +01:00 |
|
badlogic
|
fc0385cb3c
|
Merge branch '3.8' into 3.9-beta
|
2019-10-09 13:49:53 +02:00 |
|
badlogic
|
007397c4c4
|
[cpp] Expose x and y of SkeletonData via getters/setters. Closes #1518.
|
2019-10-09 13:49:04 +02:00 |
|
badlogic
|
262be9ff39
|
Merge branch '3.8' into 3.9-beta
|
2019-09-26 16:52:13 +02:00 |
|
badlogic
|
caf1bd5b9a
|
[cpp] Store timeline ids inside set in Animation for O(1) lookup. See #1462.
|
2019-09-26 16:50:47 +02:00 |
|
badlogic
|
3821389cd7
|
[cpp] Switch AnimationState.propertyIDs to a hash map.
|
2019-09-26 16:46:21 +02:00 |
|
badlogic
|
a7d68b7cd5
|
Merge branch '3.8' into 3.9-beta
|
2019-09-26 11:38:47 +02:00 |
|
badlogic
|
60ab78d4c1
|
[cpp] Apply left over time additively to track time of delayed TrackEntry. See #1504.
|
2019-09-26 11:34:26 +02:00 |
|
badlogic
|
81938c65c0
|
Merge branch '3.8' into 3.9-beta
|
2019-09-23 14:38:43 +02:00 |
|
badlogic
|
8ba4bf269b
|
[cpp] Add stdint.h for VS2019 build tools. Closes #1498.
|
2019-09-19 15:27:25 +02:00 |
|
badlogic
|
e6103a8a88
|
Merge branch '3.8' into 3.9-beta
|
2019-09-18 17:36:04 +02:00 |
|
badlogic
|
e89043b1f6
|
[cpp] Fixes #1444. SpineObject was using the wrong calloc.
|
2019-09-18 17:29:21 +02:00 |
|
badlogic
|
0ca78b6756
|
Merge branch '3.8' into 3.9-beta
|
2019-09-18 15:36:17 +02:00 |
|
badlogic
|
372b8ff425
|
[cpp] Removed STL dependencies. RTTI uses static literals instead of std::string or SpineString. Closes #1479.
|
2019-09-18 15:16:50 +02:00 |
|
badlogic
|
83dd267675
|
[cpp] Add accessors for MeshAttachment::_regionDegrees. Fixes #1480.
|
2019-09-12 15:59:58 +02:00 |
|
badlogic
|
e583531ae0
|
[cpp] Add accessors for MeshAttachment::_regionDegrees. Fixes #1480.
|
2019-09-12 15:59:16 +02:00 |
|
badlogic
|
db166b1b7b
|
Merge branch '3.8' into 3.9-beta
|
2019-09-11 16:20:00 +02:00 |
|
NathanSweet
|
45362e60bf
|
[all] Source clean up, formatting, and tabs for indentation.
|
2019-08-28 17:36:51 +02:00 |
|
NathanSweet
|
842dffbd83
|
[all] Source clean up, formatting, and tabs for indentation.
|
2019-08-27 15:57:14 +02:00 |
|
NathanSweet
|
2fa85fc1c6
|
[all] AnimationState, fixed an attachment timeline from changing the mix blend for other timelines.
closes #1461
|
2019-08-27 13:20:24 +02:00 |
|
badlogic
|
7482e4a212
|
Merge branch '3.8' into 3.9-beta
|
2019-08-19 17:07:23 +02:00 |
|
badlogic
|
ae8f2905b7
|
[cpp] Closes #1454, path constraint timelines parsing was broken.
|
2019-08-19 17:07:01 +02:00 |
|
badlogic
|
312f7a8828
|
Merge branch '3.8' into 3.9-beta
|
2019-08-09 14:53:27 +02:00 |
|
badlogic
|
5bbfa490bf
|
[cpp] Closes #1435, AnimationState#computeNotLast() was wrong.
|
2019-08-09 14:53:06 +02:00 |
|
badlogic
|
e940f72d91
|
Merge branch '3.8' into 3.9-beta
|
2019-08-07 11:43:45 +02:00 |
|
badlogic
|
fada823dcb
|
[c][cpp] fix parsing of default skins without attachment for binary files.
|
2019-08-07 11:34:31 +02:00 |
|
badlogic
|
f2be7423da
|
Updated README.mds to specify correct Spine Editor version compatibility.
|
2019-08-05 14:54:07 +02:00 |
|
badlogic
|
a578557934
|
[cpp] Added Skin::removeAttachment.
|
2019-07-25 15:23:48 +02:00 |
|
badlogic
|
ebf649a23e
|
[cpp] Closes #1408, missing softness getter/setter on IkConstraint.
|
2019-07-12 13:06:06 +02:00 |
|
badlogic
|
727b3866d3
|
Merge branch 'feature/socialpoint_custom_changes' of https://github.com/socialpoint/spine-runtimes into socialpoint
|
2019-07-11 14:56:56 +02:00 |
|
badlogic
|
b22420b03b
|
[cocos2dx] Fixed mix-and-match example.
|
2019-07-11 14:32:14 +02:00 |
|
badlogic
|
f020c2ceba
|
[cpp] Closes #1404, add define SPINE_USE_STD_FUNCTION. When set, the animation state callback can be a std::function.
|
2019-07-11 14:29:42 +02:00 |
|
unknown
|
16c2437d70
|
Fix breaking changes
|
2019-07-04 14:24:08 +02:00 |
|
unknown
|
90f2968865
|
Clean ups
|
2019-07-03 12:49:10 +02:00 |
|
unknown
|
99c08fced6
|
Port more features
|
2019-07-02 17:51:47 +02:00 |
|
badlogic
|
bbce5b915d
|
Updated README.mds.
|
2019-06-26 13:53:12 +02:00 |
|
badlogic
|
f5632c4ef1
|
[c][cpp] Using -Werror, both C and C++ runtime compiles without warnings now. Fixes #1391.
|
2019-06-24 16:18:24 +02:00 |
|
badlogic
|
49dd7c97d0
|
[c][cpp] Scale IK constraint and timeline data. See #1383.
|
2019-06-20 10:39:29 +02:00 |
|
badlogic
|
58e2971d81
|
[cpp] Added soft IK support. See #1383.
|
2019-06-19 16:42:58 +02:00 |
|
badlogic
|
c9ccd43121
|
Merge branch '3.7' into 3.8-beta
|
2019-06-13 16:10:22 +02:00 |
|
badlogic
|
b2e151f3e7
|
[c][cpp] Port of commit ccc5b2f: Fixed root bone transform for skeleton. See #1379.
|
2019-06-13 16:08:04 +02:00 |
|
badlogic
|
d790429cd1
|
[c][cpp] Ported active bone check in SkeletonBounds. See #1378.
|
2019-06-11 15:31:42 +02:00 |
|
badlogic
|
d85e18c5f5
|
[c][cpp] Call update cache when setting a new skin.
|
2019-06-07 10:40:30 +02:00 |
|
badlogic
|
29322c5c51
|
[cpp] Ported skin bones/constraints changes. See #1346.
|
2019-06-06 14:13:23 +02:00 |
|
badlogic
|
64852ddc96
|
[cpp] Ported all skin API changes, see #841.
|
2019-06-04 10:30:02 +02:00 |
|