axmol/cocos2dx/textures
Ricardo Quesada 9958e0d7f9 Adds more readability to the class internals.
Changes:
  - creator (static) methods, and singleton methods (static) are always at the top of the class
  - Constructors, destructros, and init methods comes next
  - Then the instance methods for the class
  - Then the overriden methods
  - and finally the ivars

Also, overriden methos have the "override" context keyword
2013-07-15 12:43:22 -07:00
..
etc 1. Add C++ code to decode ETC file 2013-07-01 17:40:57 +08:00
CCTexture2D.cpp closed #2393: fix conflicts 2013-07-12 18:04:32 +08:00
CCTexture2D.h Adds more readability to the class internals. 2013-07-15 12:43:22 -07:00
CCTextureAtlas.cpp Fix Issue #2354 2013-07-12 19:51:42 -07:00
CCTextureAtlas.h Merge branch 'iss2129-remove_prefix' of https://github.com/minggo/cocos2d-x into minggo-iss2129-remove_prefix 2013-07-08 10:51:07 +08:00
CCTextureCache.cpp closed #2393: fix conflicts 2013-07-12 18:04:32 +08:00
CCTextureCache.h Adds more readability to the class internals. 2013-07-15 12:43:22 -07:00
CCTextureETC.cpp getInstance() / destroyInstance() are used... 2013-07-11 15:24:23 -07:00
CCTextureETC.h issue #2328 refractor etc support: 2013-07-02 15:36:47 +08:00
CCTexturePVR.cpp getInstance() / destroyInstance() are used... 2013-07-11 15:24:23 -07:00
CCTexturePVR.h issue #2129: Removing CC prefix for cocos2dx module. 2013-06-20 14:13:12 +08:00