axmol/cocos/base
Darragh Coy 036dc5542c Add cocos2d::RefPtr<T>
This class which acts a smart pointer type class for cocos2d::Ref objects. Can be used to help automate memory management and remove manual retain/release calls from code, resulting in less code and less chance of errors. Also useful to implement the RAII idiom in certain scenarios, ensuring that an object gets released upon exiting a scope.
2014-03-26 15:30:15 -07:00
..
CCAffineTransform.cpp add copyrights for 2014, in folders other then 2d. 2014-01-07 11:47:11 +08:00
CCAffineTransform.h add copyrights for 2014, in folders other then 2d. 2014-01-07 11:47:11 +08:00
CCArray.cpp closed #4104: Crash if invoking Array::initWithObjects() 2014-02-20 21:44:40 +08:00
CCArray.h issue #4058: Get rid of Object ,rename it to Ref. 2014-02-20 10:53:49 +08:00
CCAutoreleasePool.cpp remove unused params warnings 2014-03-20 16:34:42 +08:00
CCAutoreleasePool.h issue #4058: Get rid of Object ,rename it to Ref. 2014-02-20 10:53:49 +08:00
CCBool.h issue #4058: Get rid of Object ,rename it to Ref. 2014-02-20 10:53:49 +08:00
CCConsole.cpp Disabled console for wp8/winrt until networking code is added 2014-03-22 06:10:54 -07:00
CCConsole.h Merge pull request #5989 from dumganhar/iss4559-ios-64bit 2014-03-26 15:27:57 +08:00
CCData.cpp add copyrights for 2014, in folders other then 2d. 2014-01-07 11:47:11 +08:00
CCData.h add copyrights for 2014, in folders other then 2d. 2014-01-07 11:47:11 +08:00
CCDataVisitor.cpp issue #4058: Get rid of Object ,rename it to Ref. 2014-02-20 10:53:49 +08:00
CCDataVisitor.h issue #4058: Get rid of Object ,rename it to Ref. 2014-02-20 10:53:49 +08:00
CCDictionary.cpp add test for ios and mac 2014-03-19 16:47:57 +08:00
CCDictionary.h issue #4058: Get rid of Object ,rename it to Ref. 2014-02-20 10:53:49 +08:00
CCDouble.h issue #4058: Get rid of Object ,rename it to Ref. 2014-02-20 10:53:49 +08:00
CCFloat.h issue #4058: Get rid of Object ,rename it to Ref. 2014-02-20 10:53:49 +08:00
CCGeometry.cpp un-define clash with the existing macro definition in platform/win32/CCStdC.h 2014-01-14 14:20:22 +08:00
CCGeometry.h Merge pull request #4990 from daltomi/debug 2014-02-20 20:29:56 +08:00
CCInteger.h issue #4058: Get rid of Object ,rename it to Ref. 2014-02-20 10:53:49 +08:00
CCMap.h issue #4058: Get rid of Object ,rename it to Ref. 2014-02-20 10:53:49 +08:00
CCNS.cpp unnecessary assignment 2014-01-07 21:27:20 -03:00
CCNS.h add copyrights for 2014, in folders other then 2d. 2014-01-07 11:47:11 +08:00
CCPlatformConfig.h added CC_PLATFORM_WINRT and WP8 2014-03-22 06:11:27 -07:00
CCPlatformMacros.h enable CC_ENABLE_CACHE_TEXTURE_DATA for wp8 2014-03-22 06:12:04 -07:00
CCRef.cpp closed #4097: Adds a macro to disable inserting script binding relevant codes. 2014-02-20 16:40:46 +08:00
CCRef.h issue #4106: Ref class's constructor should be protected. 2014-02-21 11:21:08 +08:00
CCRefPtr.cpp Add cocos2d::RefPtr<T> 2014-03-26 15:30:15 -07:00
CCRefPtr.h Add cocos2d::RefPtr<T> 2014-03-26 15:30:15 -07:00
CCSet.cpp issue #4058: Get rid of Object ,rename it to Ref. 2014-02-20 10:53:49 +08:00
CCSet.h issue #4058: Get rid of Object ,rename it to Ref. 2014-02-20 10:53:49 +08:00
CCString.cpp fix lua bindings warnings 2014-03-20 16:48:12 +08:00
CCString.h fix lua bindings warnings 2014-03-20 16:48:12 +08:00
CCValue.cpp issue #4429, fixed Value to string precesion error 2014-03-24 12:03:25 +08:00
CCValue.h add copyrights for 2014, in folders other then 2d. 2014-01-07 11:47:11 +08:00
CCVector.h issue #4106: Updates comments for 'Vector::eraseObject' 2014-02-21 11:30:55 +08:00
CMakeLists.txt issue #4058: CCObject.cpp -> CCRef.cpp for all platform projects. 2014-02-20 10:56:25 +08:00
atitc.cpp add copyrights for 2014, in folders other then 2d. 2014-01-07 11:47:11 +08:00
atitc.h add copyrights for 2014, in folders other then 2d. 2014-01-07 11:47:11 +08:00
etc1.cpp issue #2905: helloworld build ok on android 2013-10-14 14:01:00 +08:00
etc1.h issue #2905: helloworld build ok on android 2013-10-14 14:01:00 +08:00
s3tc.cpp add copyrights for 2014, in folders other then 2d. 2014-01-07 11:47:11 +08:00
s3tc.h add copyrights for 2014, in folders other then 2d. 2014-01-07 11:47:11 +08:00