axmol/cocos2dx/actions
James Chen 3c33c43fd4 fixed a bug in CCActionInterval.cpp.
CCSequence::create(pAction2, CCDelayTime::create(d1 - d2)); ~> CCSequence::createWithTwoActions(pAction2, CCDelayTime::create(d1 - d2));
2012-08-16 14:29:27 +08:00
..
CCAction.cpp fixed #1416, add object orientated APIs for CCGeometry, replace "CCFloat" with "float" 2012-08-01 15:30:12 +08:00
CCAction.h add more details in doxygen comments. 2012-08-10 13:58:34 +08:00
CCActionCamera.cpp fixed #1416, add object orientated APIs for CCGeometry, replace "CCFloat" with "float" 2012-08-01 15:30:12 +08:00
CCActionCamera.h add groups to all classes for doxygen 2012-06-20 18:09:11 +08:00
CCActionCatmullRom.cpp fixed #1336: Used CC_DEPRECATED_ATTRIBUTE macro to mark deprecated interfaces. 2012-06-20 11:48:31 +08:00
CCActionCatmullRom.h add groups to all classes for doxygen 2012-06-20 18:09:11 +08:00
CCActionEase.cpp issue #1269:fix some compiling error because of including error header files 2012-06-19 16:20:46 +08:00
CCActionEase.h add groups to all classes for doxygen 2012-06-20 18:09:11 +08:00
CCActionGrid.cpp fixed #1402, résolve conflicting "create" functions 2012-07-23 22:49:11 +08:00
CCActionGrid.h add groups to all classes for doxygen 2012-06-20 18:09:11 +08:00
CCActionGrid3D.cpp fixed #1416, add object orientated APIs for CCGeometry, replace "CCFloat" with "float" 2012-08-01 15:30:12 +08:00
CCActionGrid3D.h add groups to all classes for doxygen 2012-06-20 18:09:11 +08:00
CCActionInstant.cpp issue #1269:fix some compiling error because of including error header files 2012-06-19 16:20:46 +08:00
CCActionInstant.h add groups to all classes for doxygen 2012-06-20 18:09:11 +08:00
CCActionInterval.cpp fixed a bug in CCActionInterval.cpp. 2012-08-16 14:29:27 +08:00
CCActionInterval.h fixed #1416, add object orientated APIs for CCGeometry, replace "CCFloat" with "float" 2012-08-01 15:30:12 +08:00
CCActionManager.cpp issue #1424, http wrapper has been tested on iOS, mac, android port. 2012-08-09 10:45:11 +08:00
CCActionManager.h add groups to all classes for doxygen 2012-06-20 18:09:11 +08:00
CCActionPageTurn3D.cpp issue #1269:fix some compiling error because of including error header files 2012-06-19 16:20:46 +08:00
CCActionPageTurn3D.h add groups to all classes for doxygen 2012-06-20 18:09:11 +08:00
CCActionProgressTimer.cpp issue #1269:fix some compiling error because of including error header files 2012-06-19 16:20:46 +08:00
CCActionProgressTimer.h add groups to all classes for doxygen 2012-06-20 18:09:11 +08:00
CCActionTiledGrid.cpp fixed #1416, add object orientated APIs for CCGeometry, replace "CCFloat" with "float" 2012-08-01 15:30:12 +08:00
CCActionTiledGrid.h add groups to all classes for doxygen 2012-06-20 18:09:11 +08:00
CCActionTween.cpp issue #1324: Reverted old interfaces. 2012-06-14 17:18:05 +08:00
CCActionTween.h issue #1399: Adjust folder structure, made it built successfully on win32. 2012-07-20 14:05:52 +08:00