axmol/extensions/CCArmature
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
..
animation CCAssert -> CCASSERT 2013-07-19 22:01:27 -07:00
datas issue #2129:remove prefix of types in ccTypes.h 2013-07-05 16:49:22 +08:00
display issue #2430:move GLProgram enum into class 2013-07-25 17:48:22 +08:00
external_tool Constant fixes 2013-07-25 13:36:19 -07:00
physics CCAssert -> CCASSERT 2013-07-19 22:01:27 -07:00
utils More best practices fixes and other bug fixes 2013-07-23 15:20:22 -07:00
CCArmature.cpp issue #2430:move GLProgram enum into class 2013-07-25 17:48:22 +08: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 issue #2129:remove prefix of types in ccTypes.h 2013-07-05 16:49:22 +08:00