axmol/samples/Cpp/TestCpp/Classes/ExtensionsTest/ComponentsTest
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
..
ComponentsTestScene.cpp closed #2517: Use LocalVarToAuto.py to change Samples src file 2013-08-16 16:05:27 +08:00
ComponentsTestScene.h Warning fixes for TestCpp. Using lambda, CC_CALLBACK_1 and clone pattern. 2013-06-21 14:15:20 +08:00
EnemyController.cpp closed #2517: Use LocalVarToAuto.py to change Samples src file 2013-08-16 16:05:27 +08:00
EnemyController.h issue #2129: Removing CC prefix for samples module. 2013-06-20 14:17:10 +08:00
GameOverScene.cpp closed #2517: Use LocalVarToAuto.py to change Samples src file 2013-08-16 16:05:27 +08:00
GameOverScene.h issue #2129: Removing CC prefix for samples module. 2013-06-20 14:17:10 +08:00
PlayerController.cpp Removes Hungarian notation 2013-07-25 15:53:24 -07:00
PlayerController.h Removes Hungarian notation 2013-07-25 15:53:24 -07:00
ProjectileController.cpp Array & Dictionary fixes 2013-08-21 20:12:09 -07:00
ProjectileController.h issue #2129: Removing CC prefix for samples module. 2013-06-20 14:17:10 +08:00
SceneController.cpp Array & Dictionary fixes 2013-08-21 20:12:09 -07:00
SceneController.h issue #2129: Removing CC prefix for samples module. 2013-06-20 14:17:10 +08:00