axmol/cocos/base
minggo 80cf4439f2 Merge pull request #10241 from Dhilan007/v3-scheduled-fix
Fixed may access wrong memory address in Scheduler::schedule
2015-01-28 15:22:40 +08:00
..
allocator Fixed lots of compiler warnings 2015-01-23 02:02:33 +01:00
CCAsyncTaskPool.cpp simplify AsyncTaskPool 2014-12-23 10:12:37 +08:00
CCAsyncTaskPool.h simplify AsyncTaskPool 2014-12-23 10:12:37 +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 Fix, thanks @minggo! 2015-01-21 13:19:43 +03:00
CCConsole.h Merge pull request #9618 from yinjimmy/bindAddress 2014-12-29 09:52:01 +08:00
CCController-android.cpp fixed warning: deleting pointer to incomplete type. 2014-07-11 17:45:15 +08:00
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 Squashed commit of the following: 2014-04-26 10:11:22 -07:00
CCDataVisitor.h Moved base/CCPlatform* -> platform/CCPlatform* 2014-09-09 17:17:07 -07:00
CCDirector.cpp Fixed Scale9Sprite can't run move/scale/rotation action in physics scene 2015-01-27 16:13:45 +08:00
CCDirector.h Merge renderqueue to one 2015-01-09 14:06:21 -08:00
CCEvent.cpp Improved directory structure 2014-04-29 17:37:36 -07:00
CCEvent.h Moved base/CCPlatform* -> platform/CCPlatform* 2014-09-09 17:17:07 -07:00
CCEventAcceleration.cpp Improved directory structure 2014-04-29 17:37:36 -07:00
CCEventAcceleration.h add CC_DLL for functions 2014-07-15 11:18:05 +08:00
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 Fixed crash if dispatch event after remove event listener in callback 2015-01-13 18:35:32 +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 Improved directory structure 2014-04-29 17:37:36 -07:00
CCEventKeyboard.h Make KEY_SHIFT equal to KEY_LEFT_SHIFT, KEY_CTRL equal to KEY_LEFT_CTRL, KEY_ALT equal to KEY_LEFT_ALT. 2014-12-10 18:11:07 +08:00
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 add CC_DLL for Event and Physics 2014-07-15 10:55:40 +08:00
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 initialize _startPointCaptured. 2014-12-15 19:42:25 +08:00
CCEventMouse.h replace tab to spaces. Fix compile error of UIRichTextTest.cpp in windows visual studio vs2013. 2014-08-01 17:37:30 +08:00
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 Fixed lots of compiler warnings 2015-01-23 02:02:33 +01:00
CCGameController.h remove unneeded includes 2014-08-29 15:39:52 +08:00
CCIMEDelegate.h add CC_DLL 2014-07-15 12:00:31 +08:00
CCIMEDispatcher.cpp Squashed commit of the following: 2014-05-16 14:36:00 -07:00
CCIMEDispatcher.h Squashed commit of the following: 2014-05-16 14:36:00 -07:00
CCMap.h remove CC_DLL for template class and CC_DLL for CCValue 2014-07-14 18:40:10 +08:00
CCNS.cpp Change atof() to utils::atof() 2014-07-14 20:45:24 +08:00
CCNS.h Squashed commit of the following: 2014-05-14 10:07:09 -07:00
CCProfiling.cpp Merge pull request #7915 from ricardoquesada/xcode_mark_todo_fixme 2014-08-29 12:55:14 -07:00
CCProfiling.h add CC_DLL for functions 2014-07-15 11:18:05 +08:00
CCProtocols.h Squashed commit of the following: 2014-05-16 14:36:00 -07:00
CCRef.cpp Update CCRef.cpp 2015-01-20 07:32:18 +00:00
CCRef.h Fixed compile error with CC_REF_LEAK_DETECTION 2014-11-05 16:23:25 +09:00
CCRefPtr.h Improved directory structure 2014-04-29 17:37:36 -07:00
CCScheduler.cpp Fixed may access wrong memory in Scheduler::schedule 2015-01-27 17:29:12 +08: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 Added restart game feature 2014-12-28 11:55:06 +08:00
CCTouch.cpp Add new line at the end of a file to *.cpp 2014-06-19 20:45:24 +09:00
CCTouch.h bug on began touch - prevpoint 2014-07-01 11:35:04 +04:00
CCUserDefault-android.cpp Unify TinyXML2 usage. 2014-11-15 14:43:50 +03: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 remove CC_DLL for template class and CC_DLL for CCValue 2014-07-14 18:40:10 +08:00
CMakeLists.txt merge cocos 2014-12-23 10:35:35 +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 fixed warn and replace NULL with nullptr. 2014-07-10 00:45:27 +08:00
TGAlib.h Squashed commit of the following: 2014-05-16 14:36:00 -07:00
ZipUtils.cpp Minizip 2014-11-16 22:41:37 +03:00
ZipUtils.h fixed compile error 2014-10-11 16:05:34 +08:00
atitc.cpp add copyrights for 2014, in folders other then 2d. 2014-01-07 11:47:11 +08:00
atitc.h Platform fixed 2014-09-09 16:50:02 -07:00
base64.cpp windows dll version of cpp-tests works 2014-07-15 13:54:08 +08:00
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 Squashed commit of the following: 2014-05-16 14:36:00 -07:00
ccConfig.h allow custom shaders for WinRT Universal App 2015-01-14 10:37:04 -08:00
ccFPSImages.c fix libpng warning 2014-12-27 20:47:59 +08:00
ccFPSImages.h Squashed commit of the following: 2014-05-16 14:36:00 -07:00
ccMacros.h Using std::swap instead of CC_SWAP 2014-11-16 09:29:05 -08:00
ccRandom.cpp Fix xcode warning that cause `getEngine` inline expansion 2014-08-12 18:07:17 +09:00
ccRandom.h fix random int overflow 2015-01-22 16:46:57 +09:00
ccTypes.cpp Improved directory structure 2014-04-29 17:37:36 -07:00
ccTypes.h Fixed the alpha channel of text color of system font not take effect 2015-01-20 16:04:14 +08: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 Squashed commit of the following: 2014-04-30 19:09:13 -07:00
etc1.h issue #2905: helloworld build ok on android 2013-10-14 14:01:00 +08:00
firePngData.h Squashed commit of the following: 2014-05-16 14:36:00 -07:00
pvr.cpp missing include 2014-07-22 15:49:39 +04:00
pvr.h Copyright & small fixes 2014-07-22 15:49:38 +04:00
s3tc.cpp add copyrights for 2014, in folders other then 2d. 2014-01-07 11:47:11 +08:00
s3tc.h Platform fixed 2014-09-09 16:50:02 -07:00
uthash.h Squashed commit of the following: 2014-05-16 14:36:00 -07:00
utlist.h Squashed commit of the following: 2014-05-16 14:36:00 -07:00