axmol/cocos/base
andyque 91dfb07a8c add more descriptive message to ASSET macro. 2015-07-14 15:28:36 +08:00
..
allocator removed CC_PLATFORM_WP8 2015-05-08 09:19:13 -07:00
CCAsyncTaskPool.cpp simplify AsyncTaskPool 2014-12-23 10:12:37 +08:00
CCAsyncTaskPool.h Update comment for Lua 2015-03-30 15:47:47 +08:00
CCAutoreleasePool.cpp fix issue autorelease will not release trigger by autorelease. 2015-03-11 15:31:06 +08:00
CCAutoreleasePool.h fix doxygen comment 2015-03-27 17:09:54 +08:00
CCConfiguration.cpp animation quality default to low, do not interpolation 2015-07-09 17:54:21 +08:00
CCConfiguration.h modify some about animate3D quality! 2015-04-24 11:49:28 +08:00
CCConsole.cpp Fix crash on Windows if pass string more than 16kb to cocos2d::log 2015-06-16 16:56:06 +03:00
CCConsole.h Add FileUtils::getSuitableFOpen 2015-04-19 14:00:27 +03: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 [ci skip]Update comments 2015-03-24 14:12:58 +08:00
CCData.cpp issue #10323: Fix the compile error when COCOS2D_DEBUG>=2. 2015-06-04 11:58:22 +08:00
CCData.h fixes memory leak 2015-05-14 17:24:27 -07:00
CCDataVisitor.cpp Squashed commit of the following: 2014-04-26 10:11:22 -07:00
CCDataVisitor.h [ci skip]Update comments 2015-03-24 20:23:51 +08:00
CCDirector.cpp Refine setAnimationInterval from double to float. 2015-07-06 14:57:42 +08:00
CCDirector.h Refine setAnimationInterval from double to float. 2015-07-06 14:57:42 +08:00
CCEvent.cpp Improved directory structure 2014-04-29 17:37:36 -07:00
CCEvent.h [ci skip]add comments. 2015-03-24 18:22:52 +08:00
CCEventAcceleration.cpp Improved directory structure 2014-04-29 17:37:36 -07:00
CCEventAcceleration.h update comments. 2015-03-27 12:07:19 +08:00
CCEventController.cpp Cleanup order of fields initialization. 2014-10-30 17:28:41 +03:00
CCEventController.h Merge pull request #11120 from fusijie/cocosapi 2015-03-25 09:49:52 +08:00
CCEventCustom.cpp remove unneeded includes 2014-08-29 15:39:52 +08:00
CCEventCustom.h Merge pull request #11120 from fusijie/cocosapi 2015-03-25 09:49:52 +08:00
CCEventDispatcher.cpp add more descriptive message to ASSET macro. 2015-07-14 15:28:36 +08:00
CCEventDispatcher.h Fixed bug: UI component can't click correctly by moving UI and camera far away of origin. 2015-06-18 10:23:52 +08:00
CCEventFocus.cpp Cleanup order of fields initialization. 2014-10-30 17:28:41 +03:00
CCEventFocus.h Merge pull request #11120 from fusijie/cocosapi 2015-03-25 09:49:52 +08:00
CCEventKeyboard.cpp Improved directory structure 2014-04-29 17:37:36 -07:00
CCEventKeyboard.h Merge pull request #11120 from fusijie/cocosapi 2015-03-25 09:49:52 +08:00
CCEventListener.cpp issue #10323: Fix the compile error when COCOS2D_DEBUG>=2. 2015-06-04 11:58:22 +08:00
CCEventListener.h Merge pull request #11120 from fusijie/cocosapi 2015-03-25 09:49:52 +08:00
CCEventListenerAcceleration.cpp add more descriptive message to ASSET macro. 2015-07-14 15:28:36 +08:00
CCEventListenerAcceleration.h Merge pull request #11120 from fusijie/cocosapi 2015-03-25 09:49:52 +08:00
CCEventListenerController.cpp remove unneeded includes 2014-08-29 15:39:52 +08:00
CCEventListenerController.h Merge pull request #11120 from fusijie/cocosapi 2015-03-25 09:49:52 +08:00
CCEventListenerCustom.cpp Adds `std::nothrow` to `new` 2014-08-27 16:31:57 -07:00
CCEventListenerCustom.h update comments. 2015-03-27 12:07:19 +08:00
CCEventListenerFocus.cpp remove unneeded includes 2014-08-29 15:39:52 +08:00
CCEventListenerFocus.h Merge pull request #11120 from fusijie/cocosapi 2015-03-25 09:49:52 +08:00
CCEventListenerKeyboard.cpp remove unneeded includes 2014-08-29 15:39:52 +08:00
CCEventListenerKeyboard.h Merge pull request #11120 from fusijie/cocosapi 2015-03-25 09:49:52 +08:00
CCEventListenerMouse.cpp Adds `std::nothrow` to `new` 2014-08-27 16:31:57 -07:00
CCEventListenerMouse.h Merge pull request #11120 from fusijie/cocosapi 2015-03-25 09:49:52 +08:00
CCEventListenerTouch.cpp remove unneeded includes 2014-08-29 15:39:52 +08:00
CCEventListenerTouch.h Merge pull request #11120 from fusijie/cocosapi 2015-03-25 09:49:52 +08:00
CCEventMouse.cpp initialize _startPointCaptured. 2014-12-15 19:42:25 +08:00
CCEventMouse.h Fixed missing const-correctness 2015-05-20 17:19:42 +02:00
CCEventTouch.cpp remove unneeded includes 2014-08-29 15:39:52 +08:00
CCEventTouch.h Merge pull request #11120 from fusijie/cocosapi 2015-03-25 09:49:52 +08:00
CCEventType.h [ci skip]Update comments 2015-03-24 20:23:51 +08:00
CCGameController.h [ci skip]Update comments 2015-03-24 20:23:51 +08:00
CCIMEDelegate.h [ci skip] Add javascript notes... 2015-03-28 15:11:51 +08:00
CCIMEDispatcher.cpp Squashed commit of the following: 2014-05-16 14:36:00 -07:00
CCIMEDispatcher.h [ci skip] Add javascript notes... 2015-03-28 15:11:51 +08:00
CCMap.h [ci skip] Add javascript notes... 2015-03-28 15:11:51 +08:00
CCNS.cpp Optimize Vec2 2015-04-19 20:40:52 +03:00
CCNS.h [ci skip]Update comments 2015-03-27 15:31:42 +08:00
CCNinePatchImageParser.cpp add assert to make program more robust 2015-05-26 17:25:42 +08:00
CCNinePatchImageParser.h fix assert failure of NinePatchImageParser and rapidjson 2015-05-26 17:20:10 +08:00
CCProfiling.cpp Merge pull request #7915 from ricardoquesada/xcode_mark_todo_fixme 2014-08-29 12:55:14 -07:00
CCProfiling.h [ci skip]Update comments 2015-03-24 20:23:51 +08:00
CCProperties.cpp Properties fixes 2015-05-19 13:51:52 -07:00
CCProperties.h Properties fixes 2015-05-19 13:51:52 -07:00
CCProtocols.h [ci skip]Update comments 2015-03-24 20:23:51 +08:00
CCRef.cpp Update CCRef.cpp 2015-01-20 07:32:18 +00:00
CCRef.h fix extra @ symbol in Base group 2015-03-27 12:01:20 +08:00
CCRefPtr.h [ci skip]Update comments 2015-03-24 20:23:51 +08:00
CCScheduler.cpp add more descriptive message to ASSET macro. 2015-07-14 15:28:36 +08:00
CCScheduler.h [ci skip]Fixed warnings 2015-03-27 11:59:10 +08:00
CCScriptSupport.cpp Adds `std::nothrow` to `new` 2014-08-27 16:31:57 -07:00
CCScriptSupport.h [ci skip] Add javascript notes... 2015-03-28 15:11:51 +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 update comments. 2015-03-27 12:07:19 +08:00
CCUserDefault-android.cpp add UserDefault api deleteValueForKey 2015-07-06 17:01:17 +08:00
CCUserDefault-apple.mm add UserDefault api deleteValueForKey 2015-07-06 17:01:17 +08:00
CCUserDefault-winrt.cpp add UserDefault api deleteValueForKey 2015-07-06 17:01:17 +08:00
CCUserDefault.cpp add UserDefault api deleteValueForKey 2015-07-06 17:01:17 +08:00
CCUserDefault.h add UserDefault api deleteValueForKey 2015-07-06 17:01:17 +08:00
CCValue.cpp Add const to Value::getDescription() function 2015-03-09 22:34:24 +09:00
CCValue.h fix extra @ symbol in Base group 2015-03-27 12:01:20 +08:00
CCVector.h fix extra @ symbol in Base group 2015-03-27 12:01:20 +08:00
CMakeLists.txt add Android 9-patch image format support 2015-05-21 16:04:37 +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 [ci skip]Update comments 2015-03-24 20:23:51 +08:00
ZipUtils.cpp add more descriptive message to ASSET macro. 2015-07-14 15:28:36 +08:00
ZipUtils.h removed CC_PLATFORM_WP8 2015-05-08 09:19:13 -07:00
atitc.cpp add copyrights for 2014, in folders other then 2d. 2014-01-07 11:47:11 +08:00
atitc.h [ci skip]Update comments 2015-03-24 20:23:51 +08:00
base64.cpp windows dll version of cpp-tests works 2014-07-15 13:54:08 +08:00
base64.h [ci skip]Update comments 2015-03-24 20:23:51 +08:00
ccCArray.cpp remove unneeded includes 2014-08-29 15:39:52 +08:00
ccCArray.h [ci skip]Update comments 2015-03-24 20:23:51 +08:00
ccConfig.h add 3d navigation 2015-05-29 16:45:33 +08:00
ccFPSImages.c fix libpng warning 2014-12-27 20:47:59 +08:00
ccFPSImages.h [ci skip]Update comments 2015-03-24 20:23:51 +08:00
ccMacros.h StateBlock() is public 2015-06-15 17:43:37 -07:00
ccRandom.cpp Fix xcode warning that cause `getEngine` inline expansion 2014-08-12 18:07:17 +09:00
ccRandom.h fix extra @ symbol in Base group 2015-03-27 12:01:20 +08:00
ccTypes.cpp Improved directory structure 2014-04-29 17:37:36 -07:00
ccTypes.h Label:disableEffect(LabelEffect::XXXX) support disable all effect. 2015-04-17 14:39:52 +08:00
ccUTF8.cpp remove unneeded includes 2014-08-29 15:39:52 +08:00
ccUTF8.h Action,Sprite,TmxTiledMap,UTF8,GLView 2015-03-23 18:37:28 +08:00
ccUtils.cpp Merge pull request #12776 from fusijie/refine_capture 2015-07-10 17:03:18 +08:00
ccUtils.h improve indent and getTime function 2015-06-29 11:52:53 +08:00
etc1.cpp Squashed commit of the following: 2014-04-30 19:09:13 -07:00
etc1.h [ci skip]Update comments 2015-03-24 20:23:51 +08:00
firePngData.h [ci skip]Update comments 2015-03-24 20:23:51 +08: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 [ci skip]Update comments 2015-03-24 20:23:51 +08:00
uthash.h [ci skip]Update comments 2015-03-24 20:23:51 +08:00
utlist.h [ci skip]Update comments 2015-03-24 20:23:51 +08:00