axmol/extensions/CCArmature
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
..
animation Array & Dictionary fixes 2013-08-21 20:12:09 -07:00
datas Array & Dictionary fixes 2013-08-21 20:12:09 -07:00
display Array & Dictionary fixes 2013-08-21 20:12:09 -07:00
external_tool Better destructors logs 2013-08-21 20:08:51 -07:00
physics Array & Dictionary fixes 2013-08-21 20:12:09 -07:00
utils Array & Dictionary fixes 2013-08-21 20:12:09 -07:00
CCArmature.cpp Array & Dictionary fixes 2013-08-21 20:12:09 -07:00
CCArmature.h issue #2404: [Extensions] Updating the file for deprecated methods. 2013-07-24 18:00:40 +08:00
CCBone.cpp More unsinged int -> int in some places where it could be difficult to find underflow bugs. And some warnings fix. 2013-07-22 14:28:19 +08:00
CCBone.h Yet another documentation fix. 2013-08-01 21:40:13 +08:00