axmol/cocos2dx/touch_dispatcher
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
..
CCTouch.cpp issue #2404:created CCDprecated.h and move all global functions and variables into it 2013-07-15 16:14:26 +08:00
CCTouch.h Removes more Hungarian notation and more 2013-07-25 16:27:24 -07:00
CCTouchDelegateProtocol.h Use C++ code in C++ comments. 2013-08-01 16:40:56 +08:00
CCTouchDispatcher.cpp Array & Dictionary fixes 2013-08-21 20:12:09 -07:00
CCTouchDispatcher.h More enum class: ScrollView::Direction, TableView::VerticalFillOrder 2013-07-26 22:55:41 +08:00
CCTouchHandler.cpp CCAssert -> CCASSERT 2013-07-19 22:01:27 -07:00
CCTouchHandler.h closed #2413: Warning fixes for overload virtual functions. 2013-07-17 16:25:13 +08:00