Rohan Kuruvilla
|
19b66049b3
|
Fixing issues with rotationX, rotationY in CCBuilderReader
|
2013-03-19 23:43:00 -07:00 |
Rohan Kuruvilla
|
54bb643ad3
|
Adding support for RotationX and RotationY to CCBReader
|
2013-03-19 23:42:59 -07:00 |
James Chen
|
37acbbe4fb
|
Adding a space for target variable.
|
2013-03-20 10:44:21 +08:00 |
James Chen
|
e5ef579cb3
|
Fixing compilation errors for linux.
|
2013-03-20 10:41:20 +08:00 |
James Chen
|
8b466f12a2
|
fixed #1838: Adding test for the new feature(Timeline callback & playing effect) of CocosBuilder.
|
2013-03-19 16:33:23 +08:00 |
Rohan Kuruvilla
|
80a268baf6
|
Fixing couple of bugs in reader that was checked into different branch
|
2013-03-18 23:20:14 -07:00 |
Rohan Kuruvilla
|
8680d4dbfc
|
Adding animation callback support for native classes
|
2013-03-18 16:06:47 -07:00 |
Rohan Kuruvilla
|
9acaaa289a
|
Making the changes to support Sound, Callbacks and skew property in CCBReader
|
2013-03-18 16:06:46 -07:00 |
hailong
|
2f0e10cd74
|
CCBReader error with generated animations
synchronous with cocos2d-iPhone
|
2013-02-19 12:27:39 +08:00 |
James Chen
|
37f91c5c1d
|
Comment the unneeded codes.
|
2013-01-23 15:18:13 +08:00 |
James Chen
|
83ea9e5e2c
|
fixed #1670: fixed retain interaction. Only CCNode should retain CCAnimationManager, CCAnimationManger shouldn't retain CCNode.
|
2013-01-23 15:14:40 +08:00 |
James Chen
|
4a68e4ab89
|
fixed #1670: Fixed memory leak in CCBReader.
|
2013-01-21 14:40:29 +08:00 |
James Chen
|
0c10eff039
|
Merge branch 'gles20' of https://github.com/tiantian20007/cocos2d-x into pr1757
|
2013-01-21 11:33:47 +08:00 |
minggo
|
4baf92760b
|
fixed #1639:add CCBEaseInstant
|
2013-01-21 11:18:06 +08:00 |
James Chen
|
6733f786a5
|
fixed #1649: Reverted some invokings of function that returns const reference.
|
2013-01-14 16:06:18 +08:00 |
minggo
|
7a1f445bff
|
issue #1639:set visible to correct value
|
2013-01-05 18:35:11 +08:00 |
tiantian
|
dc49561357
|
Fix crash for call runAnimation() in CCBAnimationManagerDelegate::completedAnimationSequenceNamed; Set mRunningSequence to NULL before any runAnimation() call;
|
2012-12-13 13:21:58 +08:00 |
minggo
|
d5533fcf15
|
fix a type information in CCBAnimationManager
|
2012-12-10 11:30:07 +08:00 |
James Chen
|
10195d0215
|
fixed #1582: A logic bug in CCBAnimationManager::setAnimatedProperty.
|
2012-11-29 11:07:06 +08:00 |
James Chen
|
95ccf17739
|
Bind some functions for js:
void runAnimationsForSequenceNamedTweenDuration(const char *pName, float fTweenDuration);
void runAnimationsForSequenceNamed(const char *pName);
void runAnimationsForSequenceIdTweenDuration(int nSeqId, float fTweenDuraiton);
|
2012-11-28 11:49:20 +08:00 |
James Chen
|
e0948a4817
|
fixed #1576: Sync CCBReader to latest version, CCString* --> std::string, CocosBuilderTest crash fixes.
|
2012-11-26 21:51:05 +08:00 |
Rohan Kuruvilla
|
36bbd80b68
|
Adding changes to CCBreader
|
2012-11-23 15:08:55 +08:00 |
James Chen
|
ebd522e3fa
|
issue #1564: Return a new object instead of 'const reference' for some get methods.
|
2012-11-20 16:34:55 +08:00 |
Rohan Kuruvilla
|
09248f3667
|
Updating CCBReader to latest version from cocos2d-iphone. Includes support for script callbacks
|
2012-11-01 17:52:07 -07:00 |
Rohan Kuruvilla
|
89e40a2c98
|
Adding support for animationCompletedJSCallback in CCBReader
|
2012-11-01 00:08:00 -07:00 |
Byung Choi
|
2ed9119d4f
|
fixed pointer to int casting warnings and errors, based on stdint
|
2012-09-22 03:02:29 +09:00 |
minggo
|
4bc5e9e415
|
issue #1470:fix more logical errors
|
2012-09-18 17:55:03 +08:00 |
minggo
|
a0feb5f289
|
issue #1470:fix some logical errors
|
2012-09-18 17:04:10 +08:00 |
minggo
|
4b969e35c8
|
issue #1470:implement animation
|
2012-09-17 18:49:05 +08:00 |
minggo
|
0845e08fd3
|
issue #1470:update CCBReader to support Cocosbuilder v2.1 beta0
|
2012-09-17 14:27:17 +08:00 |