axmol/cocos2dx/label_nodes
Ricardo Quesada 16d0b43181 Constant fixes
Director::PROJECTION_2D, 3D,... -> Director::Projection::_2D, _3D, ...
Label::TEXT_ALIGNMENT_... -> Label::HAlignment::...
Label::TEXT_VERTICAL_ALIGNMENT_... -> Label::VAlignment::...
Texture2D::PIXEL_FORMAT_... -> Texture2D::PixelFormat::...
BlendFunc::BLEND_FUNC_DISABLE -> BlendFunc::DISABLE

Also adds more constant for BlendFunc
2013-07-25 13:36:19 -07:00
..
CCLabelAtlas.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
CCLabelAtlas.h Adds const to getters 2013-07-03 17:22:15 -07:00
CCLabelBMFont.cpp Constant fixes 2013-07-25 13:36:19 -07:00
CCLabelBMFont.h Constant fixes 2013-07-25 13:36:19 -07:00
CCLabelTTF.cpp Constant fixes 2013-07-25 13:36:19 -07:00
CCLabelTTF.h Constant fixes 2013-07-25 13:36:19 -07:00