axmol/cocos/editor-support/cocostudio
minggo a374241f65 Merge pull request #5924 from MSOpenTech/wp8-3.0-cocos2d-changes
Windows Phone 8,0 cocos2d-x 3.0  changes
2014-03-26 13:58:46 +08:00
..
WidgetReader let ios project compile correct 2014-03-11 18:48:26 +08:00
proj.win32 Modify windows project 2014-03-05 22:34:24 +08:00
Android.mk modify android makefile 2014-03-11 18:48:28 +08:00
CCActionFrame.cpp
CCActionFrame.h issue #4058: Get rid of Object ,rename it to Ref. 2014-02-20 10:53:49 +08:00
CCActionFrameEasing.cpp issue #4058: Adds CCStdC.h. 2014-02-20 15:12:35 +08:00
CCActionFrameEasing.h issue #4058: Get rid of Object ,rename it to Ref. 2014-02-20 10:53:49 +08:00
CCActionManagerEx.cpp Update CCActionManagerEx.cpp 2014-03-25 12:41:16 +09:00
CCActionManagerEx.h issue #4058: Get rid of Object ,rename it to Ref. 2014-02-20 10:53:49 +08:00
CCActionNode.cpp fixed use of nullptr in variable args for wp8 2014-03-24 15:09:24 -07:00
CCActionNode.h issue #4058: Get rid of Object ,rename it to Ref. 2014-02-20 10:53:49 +08:00
CCActionObject.cpp issue #4165: Scheduler::scheduleCallback -> Scheduler::schedule, Scheduler::scheduleSelector -> Scheduler::schedule. APIs are clear for c++ developers now. 2014-03-03 11:00:30 +08:00
CCActionObject.h closed #4097: Adds a macro to disable inserting script binding relevant codes. 2014-02-20 16:40:46 +08:00
CCArmature.cpp onDraw() updated 2014-03-05 15:49:08 -08:00
CCArmature.h Cache working OK. 2014-02-28 16:10:48 -08:00
CCArmatureAnimation.cpp issue #4058: Get rid of Object ,rename it to Ref. 2014-02-20 10:53:49 +08:00
CCArmatureAnimation.h issue #4058: Get rid of Object ,rename it to Ref. 2014-02-20 10:53:49 +08:00
CCArmatureDataManager.cpp issue #4058: Get rid of Object ,rename it to Ref. 2014-02-20 10:53:49 +08:00
CCArmatureDataManager.h issue #4058: Get rid of Object ,rename it to Ref. 2014-02-20 10:53:49 +08:00
CCArmatureDefine.cpp
CCArmatureDefine.h
CCBatchNode.cpp onDraw() updated 2014-03-05 15:49:08 -08:00
CCBatchNode.h Cache working OK. 2014-02-28 16:10:48 -08:00
CCBone.cpp
CCBone.h issue #4058: Get rid of Object ,rename it to Ref. 2014-02-20 10:53:49 +08:00
CCColliderDetector.cpp
CCColliderDetector.h issue #4058: Get rid of Object ,rename it to Ref. 2014-02-20 10:53:49 +08:00
CCComAttribute.cpp
CCComAttribute.h
CCComAudio.cpp no mp3 support for wp8 2014-03-22 06:13:02 -07:00
CCComAudio.h
CCComBase.h issue #4058: Get rid of Object ,rename it to Ref. 2014-02-20 10:53:49 +08:00
CCComController.cpp
CCComController.h
CCComRender.cpp fixed #3829. change namespace gui to ui 2014-02-25 10:18:44 +08:00
CCComRender.h
CCDataReaderHelper.cpp issue #4165: Scheduler::scheduleCallback -> Scheduler::schedule, Scheduler::scheduleSelector -> Scheduler::schedule. APIs are clear for c++ developers now. 2014-03-03 11:00:30 +08:00
CCDataReaderHelper.h issue #4058: Get rid of Object ,rename it to Ref. 2014-02-20 10:53:49 +08:00
CCDatas.cpp change CCTweenFunction class to tweenfunc namespace 2014-02-18 14:22:13 +08:00
CCDatas.h issue #4058: Get rid of Object ,rename it to Ref. 2014-02-20 10:53:49 +08:00
CCDecorativeDisplay.cpp issue #4058: Get rid of Object ,rename it to Ref. 2014-02-20 10:53:49 +08:00
CCDecorativeDisplay.h issue #4058: Get rid of Object ,rename it to Ref. 2014-02-20 10:53:49 +08:00
CCDisplayFactory.cpp Merge branch 'develop' into visit_draw_improved 2014-03-03 11:27:42 -08:00
CCDisplayFactory.h
CCDisplayManager.cpp fixed add ParticleSystem display crashed 2014-03-03 14:56:56 +08:00
CCDisplayManager.h issue #4058: Get rid of Object ,rename it to Ref. 2014-02-20 10:53:49 +08:00
CCInputDelegate.cpp
CCInputDelegate.h issue #4058: Get rid of Object ,rename it to Ref. 2014-02-20 10:53:49 +08:00
CCProcessBase.cpp change CCTweenFunction class to tweenfunc namespace 2014-02-18 14:22:13 +08:00
CCProcessBase.h issue #4058: Get rid of Object ,rename it to Ref. 2014-02-20 10:53:49 +08:00
CCSGUIReader.cpp Some warning fixes. 2014-03-14 15:38:43 +08:00
CCSGUIReader.h let ios project compile correct 2014-03-11 18:48:26 +08:00
CCSSceneReader.cpp let ios project compile correct 2014-03-11 18:48:26 +08:00
CCSSceneReader.h issue #4058: Get rid of Object ,rename it to Ref. 2014-02-20 10:53:49 +08:00
CCSkin.cpp remove warnings under win32 2014-03-24 10:12:40 +08:00
CCSkin.h Cache working OK. 2014-02-28 16:10:48 -08:00
CCSpriteFrameCacheHelper.cpp
CCSpriteFrameCacheHelper.h
CCTransformHelp.cpp
CCTransformHelp.h
CCTween.cpp fix cross-platform comiple error 2014-02-18 14:22:15 +08:00
CCTween.h fix cross-platform comiple error 2014-02-18 14:22:15 +08:00
CCUtilMath.cpp
CCUtilMath.h
CMakeLists.txt Modify mk file and solve warnings 2014-03-06 16:15:03 +08:00
CocoStudio.h
DictionaryHelper.cpp
DictionaryHelper.h
ObjectFactory.cpp Some warning fixes. 2014-03-14 15:38:43 +08:00
ObjectFactory.h Add custom widget and reader 2014-03-04 16:51:35 +08:00
TriggerBase.cpp Modify trigger 2014-03-04 23:55:36 +08:00
TriggerBase.h Modify trigger 2014-03-04 23:55:36 +08:00
TriggerMng.cpp Some warning fixes in TriggerMng.cpp and TriggerObj.cpp 2014-03-12 14:07:34 +08:00
TriggerMng.h Compilation error fixes for linux port (clang compiler). 2014-03-07 13:52:54 +08:00
TriggerObj.cpp Some warning fixes in TriggerMng.cpp and TriggerObj.cpp 2014-03-12 14:07:34 +08:00
TriggerObj.h Compilation error fixes for linux port (clang compiler). 2014-03-07 13:52:54 +08:00