axmol/cocos2dx/layers_scenes_transitions_n...
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
..
CCLayer.cpp CCAssert -> CCASSERT 2013-07-19 22:01:27 -07:00
CCLayer.h Removes CC_PROPERTY / CC_SYNTHESIZE from some parts of the code 2013-07-19 13:16:38 -07:00
CCScene.cpp issue #2404:created CCDprecated.h and move all global functions and variables into it 2013-07-15 16:14:26 +08:00
CCScene.h more best practices fixes 2013-07-17 16:56:19 -07:00
CCTransition.cpp CCAssert -> CCASSERT 2013-07-19 22:01:27 -07:00
CCTransition.h closed #2413: Warning fixes for overload virtual functions. 2013-07-17 16:25:13 +08:00
CCTransitionPageTurn.cpp Adds more readability to the class internals. 2013-07-15 12:43:22 -07:00
CCTransitionPageTurn.h closed #2413: Warning fixes for overload virtual functions. 2013-07-17 16:25:13 +08:00
CCTransitionProgress.cpp CCAssert -> CCASSERT 2013-07-19 22:01:27 -07:00
CCTransitionProgress.h Adds more readability to the class internals. 2013-07-15 12:43:22 -07:00