axmol/cocos2dx/layers_scenes_transitions_n...
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
..
CCLayer.cpp Constant fixes 2013-07-25 13:36:19 -07:00
CCLayer.h issue #2430:move Layer enum into class 2013-07-25 20:12:55 +08:00
CCScene.cpp issue #2404:created CCDprecated.h and move all global functions and variables into it 2013-07-15 16:14:26 +08:00
CCScene.h more best practices fixes 2013-07-17 16:56:19 -07:00
CCTransition.cpp More constant fixes 2013-07-25 14:49:43 -07:00
CCTransition.h More constant fixes 2013-07-25 14:49:43 -07:00
CCTransitionPageTurn.cpp Adds more readability to the class internals. 2013-07-15 12:43:22 -07:00
CCTransitionPageTurn.h closed #2413: Warning fixes for overload virtual functions. 2013-07-17 16:25:13 +08:00
CCTransitionProgress.cpp issue #2430:move ProgressTimer enum into class 2013-07-25 15:11:36 +08:00
CCTransitionProgress.h Adds more readability to the class internals. 2013-07-15 12:43:22 -07:00