.. |
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
|
fix issue autorelease will not release trigger by autorelease.
|
2015-03-11 15:31:06 +08:00 |
CCAutoreleasePool.h
|
Add javascript notes...Fixed error
|
2015-03-19 10:33:11 +08:00 |
CCConfiguration.cpp
|
works on win32
|
2014-10-02 15:46:47 -07:00 |
CCConfiguration.h
|
[ci skip] Add javascript notes...
|
2015-03-23 20:27:13 +08:00 |
CCConsole.cpp
|
MinGW build fix
|
2015-03-05 11:11:13 +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
|
Issue : Added js annotates to CCController.h
|
2015-03-19 20:26:44 +08:00 |
CCData.cpp
|
remove unneeded includes
|
2014-08-29 15:39:52 +08:00 |
CCData.h
|
Add javascript notes...Fixed error
|
2015-03-19 10:33:11 +08:00 |
CCDataVisitor.cpp
|
…
|
|
CCDataVisitor.h
|
update document for CCDataVisitor.h
|
2015-03-17 20:54:47 +08:00 |
CCDirector.cpp
|
update document for CCDirector.h
|
2015-03-17 22:32:26 +08:00 |
CCDirector.h
|
Add javascript notes...Fixed error
|
2015-03-19 10:33:11 +08:00 |
CCEvent.cpp
|
…
|
|
CCEvent.h
|
add comments.
|
2015-03-23 18:39:27 +08:00 |
CCEventAcceleration.cpp
|
…
|
|
CCEventAcceleration.h
|
add comments.
|
2015-03-23 18:39:27 +08:00 |
CCEventController.cpp
|
Cleanup order of fields initialization.
|
2014-10-30 17:28:41 +03:00 |
CCEventController.h
|
[ci skip]Update document
|
2015-03-19 10:38:12 +08:00 |
CCEventCustom.cpp
|
remove unneeded includes
|
2014-08-29 15:39:52 +08:00 |
CCEventCustom.h
|
add comments.
|
2015-03-23 18:39:27 +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
|
add comments.
|
2015-03-23 18:39:27 +08:00 |
CCEventFocus.cpp
|
Cleanup order of fields initialization.
|
2014-10-30 17:28:41 +03:00 |
CCEventFocus.h
|
add comments.
|
2015-03-23 18:39:27 +08:00 |
CCEventKeyboard.cpp
|
…
|
|
CCEventKeyboard.h
|
add comments.
|
2015-03-23 18:39:27 +08:00 |
CCEventListener.cpp
|
remove unneeded includes
|
2014-08-29 15:39:52 +08:00 |
CCEventListener.h
|
add comments.
|
2015-03-23 18:39:27 +08:00 |
CCEventListenerAcceleration.cpp
|
Adds `std::nothrow` to `new`
|
2014-08-27 16:31:57 -07:00 |
CCEventListenerAcceleration.h
|
add comments.
|
2015-03-23 18:39:27 +08:00 |
CCEventListenerController.cpp
|
remove unneeded includes
|
2014-08-29 15:39:52 +08:00 |
CCEventListenerController.h
|
add comments.
|
2015-03-23 18:39:27 +08:00 |
CCEventListenerCustom.cpp
|
Adds `std::nothrow` to `new`
|
2014-08-27 16:31:57 -07:00 |
CCEventListenerCustom.h
|
add comments.
|
2015-03-23 18:39:27 +08:00 |
CCEventListenerFocus.cpp
|
remove unneeded includes
|
2014-08-29 15:39:52 +08:00 |
CCEventListenerFocus.h
|
add comments.
|
2015-03-23 18:39:27 +08:00 |
CCEventListenerKeyboard.cpp
|
remove unneeded includes
|
2014-08-29 15:39:52 +08:00 |
CCEventListenerKeyboard.h
|
add comments.
|
2015-03-23 18:39:27 +08:00 |
CCEventListenerMouse.cpp
|
Adds `std::nothrow` to `new`
|
2014-08-27 16:31:57 -07:00 |
CCEventListenerMouse.h
|
add comments.
|
2015-03-23 18:39:27 +08:00 |
CCEventListenerTouch.cpp
|
remove unneeded includes
|
2014-08-29 15:39:52 +08:00 |
CCEventListenerTouch.h
|
add comments.
|
2015-03-23 18:39:27 +08:00 |
CCEventMouse.cpp
|
initialize _startPointCaptured.
|
2014-12-15 19:42:25 +08:00 |
CCEventMouse.h
|
add comments.
|
2015-03-23 18:39:27 +08:00 |
CCEventTouch.cpp
|
remove unneeded includes
|
2014-08-29 15:39:52 +08:00 |
CCEventTouch.h
|
add comments.
|
2015-03-23 18:39:27 +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
|
…
|
|
CCIMEDispatcher.h
|
…
|
|
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
|
NodeGrid,Config,NS,ApplicationProtocol
|
2015-03-19 21:03:28 +08: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
|
…
|
|
CCRef.cpp
|
Update CCRef.cpp
|
2015-01-20 07:32:18 +00:00 |
CCRef.h
|
Merge branch 'v3' of https://github.com/cocos2d/cocos2d-x into Iss_Annotate
|
2015-03-18 21:58:07 +08:00 |
CCRefPtr.h
|
…
|
|
CCScheduler.cpp
|
Fixed may access wrong memory in Scheduler::schedule
|
2015-01-27 17:29:12 +08:00 |
CCScheduler.h
|
Issue: Added js annotates to CCScheduler.h
|
2015-03-19 21:25:09 +08: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
|
…
|
|
CCTouch.h
|
[ci skip] Add javascript notes...
|
2015-03-23 20:27:13 +08: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
|
update document for CCUserDefault.h
|
2015-03-18 21:24:31 +08:00 |
CCValue.cpp
|
Add const to Value::getDescription() function
|
2015-03-09 22:34:24 +09:00 |
CCValue.h
|
update document for CCValue.h
|
2015-03-19 21:52:56 +08:00 |
CCVector.h
|
add doxygen comment for CCVector.h
|
2015-03-23 22:13:04 +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
|
…
|
|
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
|
…
|
|
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
|
…
|
|
ccConfig.h
|
NodeGrid,Config,NS,ApplicationProtocol
|
2015-03-19 21:03:28 +08:00 |
ccFPSImages.c
|
fix libpng warning
|
2014-12-27 20:47:59 +08:00 |
ccFPSImages.h
|
…
|
|
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
|
…
|
|
ccTypes.h
|
Get rid of warnings: field '_xxx' will be initialized after field '_yyy' [-Wreorder]
|
2015-03-12 23:47:58 +01: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
|
call getCascadeBoundingBox() properly
|
2014-09-18 15:40:28 +08:00 |
ccUtils.h
|
update document for ccUtils.h
|
2015-03-18 21:45:00 +08:00 |
etc1.cpp
|
…
|
|
etc1.h
|
…
|
|
firePngData.h
|
…
|
|
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
|
…
|
|
s3tc.h
|
Platform fixed
|
2014-09-09 16:50:02 -07:00 |
uthash.h
|
…
|
|
utlist.h
|
…
|
|