axmol/cocos/editor-support/cocostudio
geron-cn b3ee96ebd2 fix bug: https://github.com/cocos2d/cocos2d-x/issues/15084 2016-03-11 12:56:58 +08:00
..
ActionTimeline fix bug: https://github.com/cocos2d/cocos2d-x/issues/15084 2016-03-11 12:56:58 +08:00
WidgetReader fix scrollview bugs: 2016-03-10 18:06:20 +08:00
Android.mk Change the interface of LocalizationHelper::setCurrentManager. 2016-03-04 10:34:04 +08:00
CCActionFrame.cpp
CCActionFrame.h Fix typos in comments and documentation 2016-01-12 13:27:06 +09:00
CCActionFrameEasing.cpp
CCActionFrameEasing.h
CCActionManagerEx.cpp Remove boring logs in cocos studio supporting module. 2015-11-27 14:43:25 +08:00
CCActionManagerEx.h Fix typos in comments and documentation 2016-01-12 13:27:06 +09:00
CCActionNode.cpp Bug fix for ActionNode in CocosStudio, please don't use weak reference. 2015-12-07 15:06:50 +08:00
CCActionNode.h fix typos and syntax error. A thorough check by tool VSSpellChecker. 2015-09-22 16:08:23 +08:00
CCActionObject.cpp Fix ActionManagerEx some times crash when reload action frames. 2015-10-26 10:38:17 +08:00
CCActionObject.h
CCArmature.cpp Squashed commit of the following: 2016-02-29 13:53:00 -08:00
CCArmature.h
CCArmatureAnimation.cpp Merge pull request #14759 from pandamicro/hbmemory 2016-02-14 14:48:01 +08:00
CCArmatureAnimation.h Merge branch 'v3' of github.com:pandamicro/cocos2d-x into hbmemory 2016-01-18 16:40:00 +08:00
CCArmatureDataManager.cpp Avoid creating temporary string objects 2016-02-03 23:12:37 +08:00
CCArmatureDataManager.h Fix typos in comments and documentation 2016-01-12 13:27:06 +09:00
CCArmatureDefine.cpp
CCArmatureDefine.h
CCBatchNode.cpp
CCBatchNode.h
CCBone.cpp Issue fixes for new memory model 2015-12-21 00:16:17 +08:00
CCBone.h Fix typos in comments and documentation 2016-01-12 13:27:06 +09:00
CCColliderDetector.cpp Adds `std::nothrow` to the `new` statements 2015-12-16 14:02:55 +08:00
CCColliderDetector.h Squashed commit of the following: 2016-02-29 13:53:00 -08:00
CCComAttribute.cpp Refine components to improve performance 2015-09-18 14:34:02 +08:00
CCComAttribute.h Fix inconsistent header include guards 2015-12-12 21:05:22 +09:00
CCComAudio.cpp add PlayableFrame 2016-01-12 17:21:01 +08:00
CCComAudio.h add PlayableFrame 2016-01-12 17:21:01 +08:00
CCComBase.h
CCComController.cpp Refine components to improve performance 2015-09-18 14:34:02 +08:00
CCComController.h Fix inconsistent header include guards 2015-12-12 21:05:22 +09:00
CCComExtensionData.cpp Remove unnecessary const from return types 2016-02-29 16:48:07 +09:00
CCComExtensionData.h Remove unnecessary const from return types 2016-02-29 16:48:07 +09:00
CCComRender.cpp Avoid creating temporary string objects 2016-02-03 23:12:37 +08:00
CCComRender.h Fix inconsistent header include guards 2015-12-12 21:05:22 +09:00
CCDataReaderHelper.cpp Avoid creating temporary string objects 2016-02-03 23:12:37 +08:00
CCDataReaderHelper.h
CCDatas.cpp Remove unnecessary const from return types 2016-02-29 16:48:07 +09:00
CCDatas.h Remove unnecessary const from return types 2016-02-29 16:48:07 +09:00
CCDecorativeDisplay.cpp
CCDecorativeDisplay.h
CCDisplayFactory.cpp Avoid creating temporary string objects 2016-02-03 23:12:37 +08:00
CCDisplayFactory.h
CCDisplayManager.cpp Fix 1.6 version bone animation crash when perform getBoneAtPoint(0,0) 2015-09-14 17:36:19 +08:00
CCDisplayManager.h Fix typos in comments and documentation 2016-01-12 13:27:06 +09:00
CCInputDelegate.cpp
CCInputDelegate.h Fix inconsistent header include guards 2015-12-12 21:05:22 +09:00
CCProcessBase.cpp fix typos and syntax error. A thorough check by tool VSSpellChecker. 2015-09-22 16:08:23 +08:00
CCProcessBase.h fix typos and syntax error. A thorough check by tool VSSpellChecker. 2015-09-22 16:08:23 +08:00
CCSGUIReader.cpp Remove unnecessary const from return types 2016-02-29 16:48:07 +09:00
CCSGUIReader.h Remove unnecessary const from return types 2016-02-29 16:48:07 +09:00
CCSSceneReader.cpp Remove boring logs in cocos studio supporting module. 2015-11-27 14:43:25 +08:00
CCSSceneReader.h
CCSkin.cpp fix cocostudio skin setfliped. 2015-08-11 10:34:22 +08:00
CCSkin.h
CCSpriteFrameCacheHelper.cpp fix the issue #14113 2015-10-23 00:00:18 +08:00
CCSpriteFrameCacheHelper.h
CCTransformHelp.cpp
CCTransformHelp.h
CCTween.cpp Avoid creating temporary string objects 2016-02-03 23:12:37 +08:00
CCTween.h Fix typos in comments and documentation 2016-01-12 13:27:06 +09:00
CCUtilMath.cpp
CCUtilMath.h
CMakeLists.txt Change the interface of LocalizationHelper::setCurrentManager. 2016-03-04 10:34:04 +08:00
CSLanguageDataBinary_generated.h Add FlatBuffers serialize function for language data used in Cocos Studio. 2016-02-24 14:59:37 +08:00
CSParse3DBinary_generated.h update for light3D 2015-09-29 18:33:28 +08:00
CSParseBinary_generated.h Change the interface of LocalizationHelper::setCurrentManager. 2016-03-04 10:34:04 +08:00
CocoLoader.cpp Adds `std::nothrow` to the `new` statements 2015-12-16 14:02:55 +08:00
CocoLoader.h
CocoStudio.cpp
CocoStudio.h add bonenode to CocoStudio.h 2015-07-23 13:34:11 +08:00
CocosStudioExport.h
CocosStudioExtension.cpp Editing code as comment. 2015-12-04 10:43:39 +08:00
CocosStudioExtension.h Replace 'ResouceData' with 'ResourceData' 2015-12-05 18:59:54 +09:00
DictionaryHelper.cpp
DictionaryHelper.h
FlatBuffersSerialize.cpp Add language localization support for Button, Text, TextField and TextBMFont. 2016-02-29 18:00:14 +08:00
FlatBuffersSerialize.h Add FlatBuffers serialize function for language data used in Cocos Studio. 2016-02-24 14:59:37 +08:00
LocalizationManager.cpp Change the interface of LocalizationHelper::setCurrentManager. 2016-03-04 10:34:04 +08:00
LocalizationManager.h Change the interface of LocalizationHelper::setCurrentManager. 2016-03-04 10:34:04 +08:00
TriggerBase.cpp Adds `std::nothrow` to the `new` statements 2015-12-16 14:02:55 +08:00
TriggerBase.h Adds `std::nothrow` to the `new` statements 2015-12-16 14:02:55 +08:00
TriggerMng.cpp Adds `std::nothrow` to the `new` statements 2015-12-16 14:02:55 +08:00
TriggerMng.h
TriggerObj.cpp Adds `std::nothrow` to the `new` statements 2015-12-16 14:02:55 +08:00
TriggerObj.h
WidgetCallBackHandlerProtocol.cpp
WidgetCallBackHandlerProtocol.h