60 Commits

Author SHA1 Message Date
NathanSweet
6780447b83 Fancier C++/ObjC APIs to avoid C API with simple usage.
NSString instead of cstr for ObjC.
2013-04-04 17:12:21 +02:00
NathanSweet
dd27ee184c Changed Spine export format.
There are no longer separate animation files, they are now inside the skeleton file. This means there is just one file to manage, which is cleaner. Now that animations are stored in SkeletonData, they can be looked up by name which leads to cleaner runtime APIs.

cocos2d and cocos2d-x runtimes got a cleaner ObjC/C++ API.
2013-04-04 04:00:45 +02:00
NathanSweet
a398fe6201 Atlas now prefixes images referenced in the atlas file with the directory containing the atlas file. 2013-04-03 03:37:52 +02:00
NathanSweet
0b75fc58d4 Fixed timeScale initial value. 2013-04-03 02:02:59 +02:00
NathanSweet
3c6954872a Adde animation state to example. 2013-04-02 19:10:48 +02:00
NathanSweet
701f16dc71 Removed unnecessary forward declaration. 2013-04-02 04:37:10 +02:00
NathanSweet
1ab0a4e3e3 Removed extra includes. 2013-04-02 04:12:04 +02:00
NathanSweet
443bda13e9 Removed stray include. 2013-04-02 04:06:22 +02:00
NathanSweet
9e3c974882 Fixed iOS example project with latest spine-c changes. 2013-04-02 04:00:06 +02:00
NathanSweet
e454021503 Converted spine-cocos2dx from spine-cpp to spine-c. 2013-04-02 02:47:36 +02:00