axmol/cocos2dx/textures
Ricardo Quesada 428711482e Adds missing config files for CCConfiguration
...and add functionality on the Director to override the default values
from the config file.

Supported values:

 - cocos2d.x.fps
 - cocos2d.x.display_fps
 - cocos2d.x.gl.projection
 - cocos2d.x.texture.pixel_format_for_png
 - cocos2d.x.texture.pvrv2_has_alpha_premultiplied

If the "config.plist" file is not present, or some keys are not present,
the default values are going to be used

IMPORTANT:
 The folder "samples/Cpp/TestCpp/Resources/configs" needs to be added
 in the Android, Linux, Win32 projects.
 Already added in OS X and iOS Xcode projects.
2013-06-06 12:23:44 -07:00
..
CCTexture2D.cpp Adds missing config files for CCConfiguration 2013-06-06 12:23:44 -07:00
CCTexture2D.h issue #2161: android supports ETC format now 2013-05-27 14:42:22 +08:00
CCTextureAtlas.cpp issue #1683: Fixed an issue about OPENGLES ERROR 501 Warning in CCTextureAtlas.cpp. 2013-01-26 14:20:24 +08:00
CCTextureAtlas.h CCTextureAtlas::updateQuad modify for the memcpy hot spot 2013-05-28 10:23:47 +08:00
CCTextureCache.cpp issue #2161: android supports ETC format now 2013-05-27 14:42:22 +08:00
CCTextureCache.h issue #2161: android supports ETC format now 2013-05-27 14:42:22 +08:00
CCTextureETC.cpp issue #2161: android supports ETC format now 2013-05-27 14:42:22 +08:00
CCTextureETC.h issue #2161: android supports ETC format now 2013-05-27 14:42:22 +08:00
CCTexturePVR.cpp Fixing compilation errors for NaCl port. 2013-05-10 16:03:01 +08:00
CCTexturePVR.h issue #1686:synchronize CCTexturePVR.cpp 2013-02-26 18:08:51 +08:00