axmol/cocos2dx/sprite_nodes
James Chen bde351dda7 fixed a bug in CCSpriteFrame::getTexture.
if( m_strTextureFilename.length() <= 0 ) // logic error, must be > 0
    {
        return CCTextureCache::sharedTextureCache()->addImage(m_strTextureFilename.c_str());
    }
2012-06-27 15:04:42 +08:00
..
CCAnimation.cpp fixed #1367: Refactor "createWith***" to "create". 2012-06-27 14:21:29 +08:00
CCAnimation.h fixed #1367: Refactor "createWith***" to "create". 2012-06-27 14:21:29 +08:00
CCAnimationCache.cpp fixed #1367: Refactor "createWith***" to "create". 2012-06-27 14:21:29 +08:00
CCAnimationCache.h add groups to all classes for doxygen 2012-06-20 18:09:11 +08:00
CCSprite.cpp fixed #1367: Refactor "createWith***" to "create". 2012-06-27 14:21:29 +08:00
CCSprite.h fixed #1367: Refactor "createWith***" to "create". 2012-06-27 14:21:29 +08:00
CCSpriteBatchNode.cpp fixed #1367: Refactor "createWith***" to "create". 2012-06-27 14:21:29 +08:00
CCSpriteBatchNode.h fixed #1367: Refactor "createWith***" to "create". 2012-06-27 14:21:29 +08:00
CCSpriteFrame.cpp fixed a bug in CCSpriteFrame::getTexture. 2012-06-27 15:04:42 +08:00
CCSpriteFrame.h fixed #1367: Refactor "createWith***" to "create". 2012-06-27 14:21:29 +08:00
CCSpriteFrameCache.cpp issue #1269:fix some compiling error because of including error header files 2012-06-19 16:20:46 +08:00
CCSpriteFrameCache.h add groups to all classes for doxygen 2012-06-20 18:09:11 +08:00