axmol/cocos2dx/textures
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
..
CCTexture2D.cpp Better destructors logs 2013-08-21 20:08:51 -07:00
CCTexture2D.h issue #2533:add ATITC compressed texture support 2013-08-16 11:02:44 +08:00
CCTextureAtlas.cpp Better destructors logs 2013-08-21 20:08:51 -07:00
CCTextureAtlas.h Use C++ code in C++ comments. 2013-08-01 16:40:56 +08:00
CCTextureCache.cpp Array & Dictionary fixes 2013-08-21 20:12:09 -07:00
CCTextureCache.h issue #2345: edit linux command to link the libpng12-dev.lib instead of use ourselves. Move ccTexParams into CCTexture2D 2013-08-06 11:34:48 +08:00