axmol/cocos2dx/sprite_nodes
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
..
CCAnimation.cpp issue #2378: More setter/Getter, removing CC_PROPERTY_XXX macros. 2013-07-23 18:26:26 +08:00
CCAnimation.h issue #2378: More setter/Getter, removing CC_PROPERTY_XXX macros. 2013-07-23 18:26:26 +08:00
CCAnimationCache.cpp CCAssert -> CCASSERT 2013-07-19 22:01:27 -07:00
CCAnimationCache.h more best practices fixes 2013-07-17 16:56:19 -07:00
CCSprite.cpp More constant fixes 2013-07-25 14:49:43 -07:00
CCSprite.h issue #2378: More setter/Getter, removing CC_PROPERTY_XXX macros. 2013-07-23 18:26:26 +08:00
CCSpriteBatchNode.cpp Constant fixes 2013-07-25 13:36:19 -07:00
CCSpriteBatchNode.h issue #2378: More override functions. 2013-07-23 21:51:19 +08:00
CCSpriteFrame.cpp more best practices fixes 2013-07-17 16:56:19 -07:00
CCSpriteFrame.h more best practices fixes 2013-07-17 16:56:19 -07:00
CCSpriteFrameCache.cpp CCAssert -> CCASSERT 2013-07-19 22:01:27 -07:00
CCSpriteFrameCache.h more best practices fixes 2013-07-17 16:56:19 -07:00