axmol/cocos/base
minggo f753368246 Merge pull request #9017 from cpascal/fix_error_refleakdetection
Fixed compile error with CC_REF_LEAK_DETECTION
2014-11-13 18:56:46 +08:00
..
CCAutoreleasePool.cpp Adds `std::nothrow` to `new` 2014-08-27 16:31:57 -07:00
CCAutoreleasePool.h remove unneeded includes 2014-08-29 15:39:52 +08:00
CCConfiguration.cpp works on win32 2014-10-02 15:46:47 -07:00
CCConfiguration.h config max support light number in shader 2014-09-25 15:29:32 +08:00
CCConsole.cpp enabled console for WinRT 2014-10-14 14:14:12 -07:00
CCConsole.h enabled console for WinRT 2014-10-14 14:14:12 -07:00
CCController-android.cpp
CCController-iOS.mm Moved base/CCPlatform* -> platform/CCPlatform* 2014-09-09 17:17:07 -07:00
CCController.cpp remove unneeded includes 2014-08-29 15:39:52 +08:00
CCController.h compiles and runs on linux 2014-09-09 17:41:49 -07:00
CCData.cpp remove unneeded includes 2014-08-29 15:39:52 +08:00
CCData.h Moved base/CCPlatform* -> platform/CCPlatform* 2014-09-09 17:17:07 -07:00
CCDataVisitor.cpp
CCDataVisitor.h Moved base/CCPlatform* -> platform/CCPlatform* 2014-09-09 17:17:07 -07:00
CCDirector.cpp Performance improvements 2014-11-04 16:46:14 -08:00
CCDirector.h Performance improvements 2014-11-04 16:46:14 -08:00
CCEvent.cpp
CCEvent.h Moved base/CCPlatform* -> platform/CCPlatform* 2014-09-09 17:17:07 -07:00
CCEventAcceleration.cpp
CCEventAcceleration.h
CCEventController.cpp Cleanup order of fields initialization. 2014-10-30 17:28:41 +03:00
CCEventController.h Moved base/CCPlatform* -> platform/CCPlatform* 2014-09-09 17:17:07 -07:00
CCEventCustom.cpp remove unneeded includes 2014-08-29 15:39:52 +08:00
CCEventCustom.h remove unneeded includes 2014-08-29 15:39:52 +08:00
CCEventDispatcher.cpp remove unneeded includes 2014-08-29 15:39:52 +08:00
CCEventDispatcher.h Moved base/CCPlatform* -> platform/CCPlatform* 2014-09-09 17:17:07 -07:00
CCEventFocus.cpp Cleanup order of fields initialization. 2014-10-30 17:28:41 +03:00
CCEventFocus.h remove unneeded includes 2014-08-29 15:39:52 +08:00
CCEventKeyboard.cpp
CCEventKeyboard.h
CCEventListener.cpp remove unneeded includes 2014-08-29 15:39:52 +08:00
CCEventListener.h Moved base/CCPlatform* -> platform/CCPlatform* 2014-09-09 17:17:07 -07:00
CCEventListenerAcceleration.cpp Adds `std::nothrow` to `new` 2014-08-27 16:31:57 -07:00
CCEventListenerAcceleration.h Merge branch 'v3' of git://github.com/cocos2d/cocos2d-x into 3.2-cocos-engine-PR 2014-08-21 16:07:19 +08:00
CCEventListenerController.cpp remove unneeded includes 2014-08-29 15:39:52 +08:00
CCEventListenerController.h Moved base/CCPlatform* -> platform/CCPlatform* 2014-09-09 17:17:07 -07:00
CCEventListenerCustom.cpp Adds `std::nothrow` to `new` 2014-08-27 16:31:57 -07:00
CCEventListenerCustom.h
CCEventListenerFocus.cpp remove unneeded includes 2014-08-29 15:39:52 +08:00
CCEventListenerFocus.h remove unneeded includes 2014-08-29 15:39:52 +08:00
CCEventListenerKeyboard.cpp remove unneeded includes 2014-08-29 15:39:52 +08:00
CCEventListenerKeyboard.h Merge branch 'v3' of git://github.com/cocos2d/cocos2d-x into 3.2-cocos-engine-PR 2014-08-21 16:07:19 +08:00
CCEventListenerMouse.cpp Adds `std::nothrow` to `new` 2014-08-27 16:31:57 -07:00
CCEventListenerMouse.h Merge branch 'v3' of git://github.com/cocos2d/cocos2d-x into 3.2-cocos-engine-PR 2014-08-21 16:07:19 +08:00
CCEventListenerTouch.cpp remove unneeded includes 2014-08-29 15:39:52 +08:00
CCEventListenerTouch.h add touch callback types 2014-11-11 18:00:34 +02:00
CCEventMouse.cpp
CCEventMouse.h
CCEventTouch.cpp remove unneeded includes 2014-08-29 15:39:52 +08:00
CCEventTouch.h remove unneeded includes 2014-08-29 15:39:52 +08:00
CCEventType.h
CCGameController.h remove unneeded includes 2014-08-29 15:39:52 +08:00
CCIMEDelegate.h
CCIMEDispatcher.cpp
CCIMEDispatcher.h
CCMap.h
CCNS.cpp
CCNS.h
CCProfiling.cpp Merge pull request #7915 from ricardoquesada/xcode_mark_todo_fixme 2014-08-29 12:55:14 -07:00
CCProfiling.h
CCProtocols.h
CCRef.cpp Fixed compile error with CC_REF_LEAK_DETECTION 2014-11-05 16:23:25 +09:00
CCRef.h Fixed compile error with CC_REF_LEAK_DETECTION 2014-11-05 16:23:25 +09:00
CCRefPtr.h
CCScheduler.cpp scheduler and macro fixes 2014-10-03 09:38:36 -07:00
CCScheduler.h scheduler and macro fixes 2014-10-03 09:38:36 -07:00
CCScriptSupport.cpp Adds `std::nothrow` to `new` 2014-08-27 16:31:57 -07:00
CCScriptSupport.h Fix error with CC_ENABLE_SCRIPT_BINDING=0 2014-11-06 07:20:41 +09:00
CCTouch.cpp
CCTouch.h
CCUserDefault-android.cpp Moved base/CCPlatform* -> platform/CCPlatform* 2014-09-09 17:17:07 -07:00
CCUserDefault-apple.mm even more cmake fixes 2014-09-11 17:36:49 -07:00
CCUserDefault.cpp Adds MARK: TODO: FIXME: in code 2014-08-29 12:54:24 -07:00
CCUserDefault.h Moved base/CCPlatform* -> platform/CCPlatform* 2014-09-09 17:17:07 -07:00
CCValue.cpp Fixed winrt DLL link errors when using extern consts 2014-10-29 10:47:02 +00:00
CCValue.h Fixed winrt DLL link errors when using extern consts 2014-10-29 10:47:02 +00:00
CCVector.h
CMakeLists.txt Move `CCCamera.cpp/h` `CCLight.cpp/h` into 2d 2014-10-20 16:25:24 +08:00
ObjectFactory.cpp fix 2014-09-02 10:51:17 +08:00
ObjectFactory.h Moved base/CCPlatform* -> platform/CCPlatform* 2014-09-09 17:17:07 -07:00
TGAlib.cpp
TGAlib.h
ZipUtils.cpp mingw64: mirgrate to upstream minizip 2014-10-11 04:39:42 +01:00
ZipUtils.h fixed compile error 2014-10-11 16:05:34 +08:00
atitc.cpp
atitc.h Platform fixed 2014-09-09 16:50:02 -07:00
base64.cpp
base64.h Moved base/CCPlatform* -> platform/CCPlatform* 2014-09-09 17:17:07 -07:00
ccCArray.cpp remove unneeded includes 2014-08-29 15:39:52 +08:00
ccCArray.h
ccConfig.h Moved base/CCPlatform* -> platform/CCPlatform* 2014-09-09 17:17:07 -07:00
ccFPSImages.c
ccFPSImages.h
ccMacros.h scheduler and macro fixes 2014-10-03 09:38:36 -07:00
ccRandom.cpp
ccRandom.h Moved base/CCPlatform* -> platform/CCPlatform* 2014-09-09 17:17:07 -07:00
ccTypes.cpp
ccTypes.h fix warning because of extra comma's 2014-10-03 23:19:57 +01:00
ccUTF8.cpp remove unneeded includes 2014-08-29 15:39:52 +08:00
ccUTF8.h Moved base/CCPlatform* -> platform/CCPlatform* 2014-09-09 17:17:07 -07:00
ccUtils.cpp call getCascadeBoundingBox() properly 2014-09-18 15:40:28 +08:00
ccUtils.h fixed bug of definition of utils:: getCascadeBoundingBox() 2014-10-21 11:07:11 +08:00
etc1.cpp
etc1.h
firePngData.h
pvr.cpp
pvr.h
s3tc.cpp
s3tc.h Platform fixed 2014-09-09 16:50:02 -07:00
uthash.h
utlist.h