axmol/cocos/editor-support/cocostudio
James Chen f4825ec94a Bug fixes for cocostudio. 2013-12-27 20:54:05 +08:00
..
proj.win32 fixed #3457 update libCocosStudio.vcxproj, add trigger code. 2013-12-27 10:24:50 +08:00
Android.mk fixed #4357 failed to build android. 2013-12-26 13:26:23 +08:00
CCActionEaseEx.cpp update coco action with correct coding rule 2013-12-27 10:43:49 +08:00
CCActionEaseEx.h fixed #3457 continue to fixes failed to build. 2013-12-26 17:37:02 +08:00
CCActionFrame.cpp fixed #3457 fixes some bug. 2013-12-27 17:21:13 +08:00
CCActionFrame.h fixed #3457 fixes some bug. 2013-12-27 17:21:13 +08:00
CCActionFrameEasing.cpp modify coco action with new coding rule 2013-12-26 16:29:59 +08:00
CCActionFrameEasing.h modify coco action with new coding rule 2013-12-26 16:29:59 +08:00
CCActionManagerEx.cpp fixed #3457 fixes some bug. 2013-12-27 17:21:13 +08:00
CCActionManagerEx.h fixed #3457 fixes some bug. 2013-12-27 17:21:13 +08:00
CCActionNode.cpp fixed #3457 fixes some bug. 2013-12-27 17:21:13 +08:00
CCActionNode.h fixed #3457 ui action can not play. 2013-12-27 12:45:05 +08:00
CCActionObject.cpp fixed #3457 fixes some bug. 2013-12-27 17:21:13 +08:00
CCActionObject.h modify coco action with new coding rule 2013-12-26 16:29:59 +08:00
CCArmature.cpp fixed armature update 2013-12-26 15:49:20 +08:00
CCArmature.h fixed armature update 2013-12-26 15:49:20 +08:00
CCArmatureAnimation.cpp change play interface name 2013-12-25 16:46:31 +08:00
CCArmatureAnimation.h change comment 2013-12-26 16:48:19 +08:00
CCArmatureDataManager.cpp Bug fixes for cocostudio. 2013-12-27 20:54:05 +08:00
CCArmatureDataManager.h Bug fixes for cocostudio. 2013-12-27 20:54:05 +08:00
CCArmatureDefine.cpp change armature version 2013-11-25 14:46:10 +08:00
CCArmatureDefine.h fix2d compling warning 2013-12-09 13:56:07 +08:00
CCBatchNode.cpp Merge branch 'develop' into develop_gridNode 2013-12-19 17:20:22 +08:00
CCBatchNode.h update armature to new render 2013-12-17 17:00:01 +08:00
CCBone.cpp change const char* to const std::string& 2013-12-23 14:05:46 +08:00
CCBone.h change const char* to const std::string& 2013-12-23 14:05:46 +08:00
CCColliderDetector.cpp More std::for_each —> for(const auto& …) 2013-12-20 09:54:50 +08:00
CCColliderDetector.h Merge branch 'newRenderer' into Array 2013-12-17 18:06:11 +08:00
CCComAttribute.cpp fixed #3457 fixes some bug. 2013-12-27 17:21:13 +08:00
CCComAttribute.h fixed #3457 fixes some bug. 2013-12-27 17:21:13 +08:00
CCComAudio.cpp Test triiger 3.0 2013-12-26 01:17:04 +08:00
CCComAudio.h Test triiger 3.0 2013-12-26 01:17:04 +08:00
CCComController.cpp issue #2905:make cocostudio and gui flat 2013-10-16 16:48:39 +08:00
CCComController.h Add doxygen comments for the CocoStudio 2013-11-20 12:04:47 +08:00
CCComRender.cpp fixed #3185 replace NULL to nullptr. 2013-11-14 14:05:24 +08:00
CCComRender.h Add doxygen comments for the CocoStudio 2013-11-20 12:04:47 +08:00
CCDataReaderHelper.cpp fixed warning 2013-12-25 19:46:09 +08:00
CCDataReaderHelper.h Merge branch 'develop' into #3456 2013-12-24 22:05:13 +08:00
CCDatas.cpp fixed warning 2013-12-25 19:46:09 +08:00
CCDatas.h fixed warning 2013-12-25 19:46:09 +08:00
CCDecorativeDisplay.cpp 1.add TEST_EASING 2013-12-06 13:40:49 +08:00
CCDecorativeDisplay.h 1.add TEST_EASING 2013-12-06 13:40:49 +08:00
CCDisplayFactory.cpp Merge branch 'newRenderer' into Array 2013-12-17 18:06:11 +08:00
CCDisplayFactory.h Add doxygen comments for the CocoStudio 2013-11-20 12:04:47 +08:00
CCDisplayManager.cpp change const char* to const std::string& 2013-12-23 14:05:46 +08:00
CCDisplayManager.h change const char* to const std::string& 2013-12-23 14:05:46 +08:00
CCInputDelegate.cpp issue #3137: Disabling Accelerometer when layer is destroyed. 2013-11-11 10:23:05 +08:00
CCInputDelegate.h Add doxygen comments for the CocoStudio 2013-11-20 15:07:34 +08:00
CCProcessBase.cpp fixed change animation internal, animation speed not right 2013-12-13 15:58:58 +08:00
CCProcessBase.h fixed change animation internal, animation speed not right 2013-12-13 15:58:58 +08:00
CCSGUIReader.cpp merge from develop branch 2013-12-27 10:50:50 +08:00
CCSGUIReader.h Merge branch 'develop' into #3457 2013-12-26 12:55:52 +08:00
CCSSceneReader.cpp Bug fixes for cocostudio. 2013-12-27 20:54:05 +08:00
CCSSceneReader.h Bug fixes for cocostudio. 2013-12-27 20:54:05 +08:00
CCSkin.cpp change const char* to const std::string& 2013-12-23 14:05:46 +08:00
CCSkin.h change const char* to const std::string& 2013-12-23 14:05:46 +08:00
CCSpriteFrameCacheHelper.cpp change const char* to const std::string& 2013-12-23 14:05:46 +08:00
CCSpriteFrameCacheHelper.h change const char* to const std::string& 2013-12-23 14:05:46 +08:00
CCTransformHelp.cpp Migrated code to Matrix4 2013-12-10 11:07:15 -08:00
CCTransformHelp.h Migrated code to Matrix4 2013-12-10 11:07:15 -08:00
CCTween.cpp fixed compiler error 2013-12-17 19:32:16 +08:00
CCTween.h Add doxygen comments for the CocoStudio 2013-11-20 12:04:47 +08:00
CCTweenFunction.cpp 1.change blendfunc method 2013-12-13 15:02:09 +08:00
CCTweenFunction.h 1.change blendfunc method 2013-12-13 15:02:09 +08:00
CCUtilMath.cpp issue #2905:make cocostudio and gui flat 2013-10-16 16:48:39 +08:00
CCUtilMath.h issue #2905:make cocostudio and gui flat 2013-10-16 16:48:39 +08:00
CMakeLists.txt fixed #3457 remove jsoncpp. 2013-12-26 22:45:23 +08:00
CocoStudio.h upload trigger code. 2013-12-25 17:40:54 +08:00
DictionaryHelper.cpp fixed #3457 fixes some bug. 2013-12-27 17:21:13 +08:00
DictionaryHelper.h fixed #3457 fixes some bug. 2013-12-27 17:21:13 +08:00
ObjectFactory.cpp Bug fixes for cocostudio. 2013-12-27 20:54:05 +08:00
ObjectFactory.h Bug fixes for cocostudio. 2013-12-27 20:54:05 +08:00
TriggerBase.cpp Bug fixes for cocostudio. 2013-12-27 20:54:05 +08:00
TriggerBase.h Fixes failed to build android. 2013-12-26 17:17:02 +08:00
TriggerMng.cpp Bug fixes for cocostudio. 2013-12-27 20:54:05 +08:00
TriggerMng.h Bug fixes for cocostudio. 2013-12-27 20:54:05 +08:00
TriggerObj.cpp Test triiger 3.0 2013-12-26 01:17:04 +08:00
TriggerObj.h Fixes failed to build android. 2013-12-26 17:17:02 +08:00