axmol/cocos2dx/include
Ricardo Quesada d683e10808 More constant fixes
Transition::ORIENTATION_XXX -> Transition::Orientation::XXX
Image::FORMAT_XXX -> Image::Format::XXX
Image::_function() -> Image::function() // private methods should not start with '_'
DrawPrimitives::drawColor() -> DrawPrimitives::setDrawColor()

And fixes Premultiplied Alpha in PVR v3 images
And tests are updated with the new functions
2013-07-25 14:49:43 -07:00
..
CCDeprecated.h More constant fixes 2013-07-25 14:49:43 -07:00
CCEventType.h issue #2129: Removing CC prefix for cocos2dx module. 2013-06-20 14:13:12 +08:00
CCProtocols.h issue #2378: More setter/Getter, removing CC_PROPERTY_XXX macros. 2013-07-23 18:26:26 +08:00
ccConfig.h closed #2393: fix conflicts 2013-07-12 18:04:32 +08:00
ccMacros.h More best practices fixes and other bug fixes 2013-07-23 15:20:22 -07:00
ccTypeInfo.h CCAssert -> CCASSERT 2013-07-19 22:01:27 -07:00
ccTypes.h More constant fixes 2013-07-25 14:49:43 -07:00
cocos2d.h issue #2412:fix merging conflict 2013-07-23 10:41:11 +08:00