axmol/samples
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
..
Cpp More constant fixes 2013-07-25 14:49:43 -07:00
Javascript Constant fixes 2013-07-25 13:36:19 -07:00
Lua issue #2404: DrawPrimitives deprecated. 2013-07-25 22:38:55 +08:00
samples.xcodeproj issue #2426:Add Drawprimitives.lua and Drawprimitives lua test sample 2013-07-24 10:15:16 +08:00