axmol/cocos2dx/misc_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
..
CCClippingNode.cpp issue #2404: DrawPrimitives deprecated. 2013-07-25 22:38:55 +08:00
CCClippingNode.h more best practices fixes 2013-07-17 16:56:19 -07:00
CCMotionStreak.cpp Constant fixes 2013-07-25 13:36:19 -07:00
CCMotionStreak.h issue #2378: More setter/Getter, removing CC_PROPERTY_XXX macros. 2013-07-23 18:26:26 +08:00
CCProgressTimer.cpp issue #2430:move GLProgram enum into class 2013-07-25 17:48:22 +08:00
CCProgressTimer.h issue #2430:move ProgressTimer enum into class 2013-07-25 15:11:36 +08:00
CCRenderTexture.cpp More constant fixes 2013-07-25 14:49:43 -07:00
CCRenderTexture.h Constant fixes 2013-07-25 13:36:19 -07:00