badlogic
|
6a317a1e3f
|
[runtimes] Port of fix for TransformMode.noRotationOrReflection applying skeleton scale twice. See #1668.
|
2020-05-06 19:47:08 +02:00 |
|
Nathan Sweet
|
b0407a850c
|
Merge branch '3.8' into 3.9-beta
|
2020-04-19 16:46:41 +02:00 |
|
badlogic
|
6bda0c236b
|
[cpp] Port AnimationState deform mixing while attachment timelines mix out. See #1653.
|
2020-04-17 12:06:36 +02:00 |
|
badlogic
|
f0ab1da1b7
|
Merge branch '3.8' into 3.9-beta
|
2020-04-13 11:20:42 +02:00 |
|
badlogic
|
62cdef33f0
|
[cpp] Fix memory leak in SkeletonBounds. Closes #1623.
|
2020-04-13 11:19:54 +02:00 |
|
badlogic
|
9476cd3410
|
Merge branch '3.8' into 3.9-beta
|
2020-01-11 15:45:40 +01:00 |
|
badlogic
|
a74555e21f
|
[cpp] Fix name conflict of spine::Polygon with Windows API. Closes #1585.
|
2020-01-11 15:45:30 +01:00 |
|
badlogic
|
934bec56b7
|
Merge branch '3.8' into 3.9-beta
|
2019-12-20 12:27:35 +01:00 |
|
badlogic
|
b67bf992a0
|
Single bone IK fix and license header update. Closes #1580, closes #1581.
|
2019-12-20 12:20:46 +01:00 |
|
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 |
|