axmol/cocos2dx/cocoa
Ricardo Quesada 1f37d4d00a More best practices fixes and other bug fixes
- Adds `CC_REQUIRES_NULL_TERMINATION` to methods that require a NULL at the end
- Removes more Hungarian notations in samples
- s/sprite/scene: fix from previous commit
- `CCLog` -> `log`
- `getLayerNamed` -> `getLayer`
- `getPropertyNamed` -> `getProperty`
- and other small fixes
2013-07-23 15:20:22 -07:00
..
CCAffineTransform.cpp CCAssert -> CCASSERT 2013-07-19 22:01:27 -07:00
CCAffineTransform.h issue #2129: Removing CC prefix for cocos2dx module. 2013-06-20 14:13:12 +08:00
CCArray.cpp CCAssert -> CCASSERT 2013-07-19 22:01:27 -07:00
CCArray.h More best practices fixes and other bug fixes 2013-07-23 15:20:22 -07:00
CCAutoreleasePool.cpp CCAssert -> CCASSERT 2013-07-19 22:01:27 -07:00
CCAutoreleasePool.h issue #2129: Removing CC prefix for cocos2dx module. 2013-06-20 14:13:12 +08:00
CCBool.h issue #2300: Removing all 'copyWithZone' pattern. 2013-07-08 23:05:47 +08:00
CCData.cpp issue #2129: Removing CC prefix for cocos2dx module. 2013-06-20 14:13:12 +08:00
CCData.h issue #2129: Removing CC prefix for cocos2dx module. 2013-06-20 14:13:12 +08:00
CCDataVisitor.cpp issue #2129: Removing CC prefix for cocos2dx module. 2013-06-20 14:13:12 +08:00
CCDataVisitor.h issue #2129: Removing CC prefix for cocos2dx module. 2013-06-20 14:13:12 +08:00
CCDictionary.cpp CCAssert -> CCASSERT 2013-07-19 22:01:27 -07:00
CCDictionary.h More best practices fixes and other bug fixes 2013-07-23 15:20:22 -07:00
CCDouble.h issue #2300: Removing all 'copyWithZone' pattern. 2013-07-08 23:05:47 +08:00
CCFloat.h issue #2300: Removing all 'copyWithZone' pattern. 2013-07-08 23:05:47 +08:00
CCGeometry.cpp CCAssert -> CCASSERT 2013-07-19 22:01:27 -07:00
CCGeometry.h issue #2404:created CCDprecated.h and move all global functions and variables into it 2013-07-15 16:14:26 +08:00
CCInteger.h issue #2300: Removing all 'copyWithZone' pattern. 2013-07-08 23:05:47 +08:00
CCNS.cpp issue #2393:mark PointZero RectZero and SizeZero as deprecated 2013-07-12 14:47:36 +08:00
CCNS.h issue #2393:mark PointZero RectZero and SizeZero as deprecated 2013-07-12 14:47:36 +08:00
CCObject.cpp issue #2344: ScriptEngineManager::sharedManager --> ScriptEngineManager::getInstance, ScriptEngineManager::purgeSharedManager --> ScriptEngineManager::destroyInstance 2013-07-22 17:24:54 +08:00
CCObject.h issue #2404: return nullptr in Clonable::copy(). 2013-07-19 11:56:01 +08:00
CCSet.cpp closed #2361:fix a crsash caused by Set::removeAllObjects 2013-07-03 15:26:58 +08:00
CCSet.h issue #2129: Removing CC prefix for cocos2dx module. 2013-06-20 14:13:12 +08:00
CCString.cpp Add componentsSeparatedByString function for String class. 2013-07-14 17:56:34 +09:00
CCString.h Add componentsSeparatedByString function for String class. 2013-07-14 17:56:34 +09:00