axmol/cocos2dx/shaders
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
..
CCGLProgram.cpp Better destructors logs 2013-08-21 20:08:51 -07:00
CCGLProgram.h issue #2430:move GLProgram enum into class 2013-07-25 17:48:22 +08:00
CCShaderCache.cpp Array & Dictionary fixes 2013-08-21 20:12:09 -07:00
CCShaderCache.h getInstance() / destroyInstance() are used... 2013-07-11 15:24:23 -07:00
ccGLStateCache.cpp ccGLXXX -> GL::xxx 2013-07-25 18:42:53 -07:00
ccGLStateCache.h ccGLXXX -> GL::xxx 2013-07-25 18:42:53 -07:00
ccShaderEx_SwitchMask_frag.h fix compilation warnings on android & ios 2012-05-05 10:44:42 +08:00
ccShader_PositionColorLengthTexture_frag.h some android devices can not compile this frag 2012-12-05 17:15:47 +08:00
ccShader_PositionColorLengthTexture_vert.h issue #1555:fix a bug about CCGLProgram 2012-11-13 11:06:32 +08:00
ccShader_PositionColor_frag.h issue #1555:fix a bug about CCGLProgram 2012-11-13 11:06:32 +08:00
ccShader_PositionColor_vert.h issue #1555:fix a bug about CCGLProgram 2012-11-13 11:06:32 +08:00
ccShader_PositionTextureA8Color_frag.h issue #1555:fix a bug about CCGLProgram 2012-11-13 11:06:32 +08:00
ccShader_PositionTextureA8Color_vert.h issue #1555:fix a bug about CCGLProgram 2012-11-13 11:06:32 +08:00
ccShader_PositionTextureColorAlphaTest_frag.h issue #1555:fix a bug about CCGLProgram 2012-11-13 11:06:32 +08:00
ccShader_PositionTextureColor_frag.h issue #1555:fix a bug about CCGLProgram 2012-11-13 11:06:32 +08:00
ccShader_PositionTextureColor_vert.h issue #1555:fix a bug about CCGLProgram 2012-11-13 11:06:32 +08:00
ccShader_PositionTexture_frag.h issue #1555:fix a bug about CCGLProgram 2012-11-13 11:06:32 +08:00
ccShader_PositionTexture_uColor_frag.h issue #1555:fix a bug about CCGLProgram 2012-11-13 11:06:32 +08:00
ccShader_PositionTexture_uColor_vert.h issue #1555:fix a bug about CCGLProgram 2012-11-13 11:06:32 +08:00
ccShader_PositionTexture_vert.h issue #1555:fix a bug about CCGLProgram 2012-11-13 11:06:32 +08:00
ccShader_Position_uColor_frag.h issue #1555:fix a bug about CCGLProgram 2012-11-13 11:06:32 +08:00
ccShader_Position_uColor_vert.h issue #1555:fix a bug about CCGLProgram 2012-11-13 11:06:32 +08:00
ccShaders.cpp issue #1555:fix a bug about CCGLProgram 2012-11-13 11:06:32 +08:00
ccShaders.h issue #1555:fix a bug about CCGLProgram 2012-11-13 11:06:32 +08:00