axmol/extensions/CCArmature/utils
Ricardo Quesada 2e221ee6cc Array & Dictionary fixes
In many places `Dictionary` and `Array` are not being initialized. In fact `Dictionary` doesn't  have the `init()` method creating potential leaks.
Also in objects like `Armature` and the new `LabelTTF`, the `Array` object is not being used a pointer. So it doesn't use the 2 phase initialization, creating potential leaks.

This patch fixes all those issues.

Signed-off-by: Ricardo Quesada <ricardoquesada@gmail.com>
2013-08-21 20:12:09 -07:00
..
CCArmatureDataManager.cpp Array & Dictionary fixes 2013-08-21 20:12:09 -07:00
CCArmatureDataManager.h Fixed more documentation errors. 2013-08-01 20:55:43 +08:00
CCArmatureDefine.h standardize code 2013-06-07 10:52:32 +08:00
CCConstValue.h move const value to CCDataReaderHelper.cpp 2013-06-07 14:47:08 +08:00
CCDataReaderHelper.cpp Array & Dictionary fixes 2013-08-21 20:12:09 -07:00
CCDataReaderHelper.h Yet another documentation fix. 2013-08-01 21:40:13 +08:00
CCSpriteFrameCacheHelper.cpp Array & Dictionary fixes 2013-08-21 20:12:09 -07:00
CCSpriteFrameCacheHelper.h issue #2129: Removing CC prefix for extension module. 2013-06-20 14:15:53 +08:00
CCTransformHelp.cpp issue #2129: Removing CC prefix for extension module. 2013-06-20 14:15:53 +08:00
CCTransformHelp.h issue #2129: Removing CC prefix for extension module. 2013-06-20 14:15:53 +08:00
CCTweenFunction.cpp issue #2129: Removing CC prefix for extension module. 2013-06-20 14:15:53 +08:00
CCTweenFunction.h issue #2129: Removing CC prefix for extension module. 2013-06-20 14:15:53 +08:00
CCUtilMath.cpp issue #2393:mark ccp as deprecated 2013-07-12 14:11:55 +08:00
CCUtilMath.h issue #2129: Removing CC prefix for extension module. 2013-06-20 14:15:53 +08:00