axmol/cocos2dx/draw_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
..
CCDrawNode.cpp issue #2430:move GLProgram enum into class 2013-07-25 17:48:22 +08:00
CCDrawNode.h CCAssert -> CCASSERT 2013-07-19 22:01:27 -07:00
CCDrawingPrimitives.cpp More constant fixes 2013-07-25 14:49:43 -07:00
CCDrawingPrimitives.h More constant fixes 2013-07-25 14:49:43 -07:00