axmol/cocos2dx/sprite_nodes
Ricardo Quesada 89d210bdb3 CCAssert -> CCASSERT
and other best pracitces like:

capacity and "index" are ints and not unsigned int (google's recomendation).
 It is easier to detect underflow bugs like this

plus other minor improvements
2013-07-19 22:01:27 -07:00
..
CCAnimation.cpp closed #2393: fix conflicts 2013-07-12 18:04:32 +08:00
CCAnimation.h more best practices fixes 2013-07-17 16:56:19 -07:00
CCAnimationCache.cpp CCAssert -> CCASSERT 2013-07-19 22:01:27 -07:00
CCAnimationCache.h more best practices fixes 2013-07-17 16:56:19 -07:00
CCSprite.cpp CCAssert -> CCASSERT 2013-07-19 22:01:27 -07:00
CCSprite.h CCAssert -> CCASSERT 2013-07-19 22:01:27 -07:00
CCSpriteBatchNode.cpp CCAssert -> CCASSERT 2013-07-19 22:01:27 -07:00
CCSpriteBatchNode.h CCAssert -> CCASSERT 2013-07-19 22:01:27 -07:00
CCSpriteFrame.cpp more best practices fixes 2013-07-17 16:56:19 -07:00
CCSpriteFrame.h more best practices fixes 2013-07-17 16:56:19 -07:00
CCSpriteFrameCache.cpp CCAssert -> CCASSERT 2013-07-19 22:01:27 -07:00
CCSpriteFrameCache.h more best practices fixes 2013-07-17 16:56:19 -07:00