axmol/cocos2dx/actions
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
..
CCAction.cpp Adds more readability to the class internals. 2013-07-15 12:43:22 -07:00
CCAction.h Adds more readability to the class internals. 2013-07-15 12:43:22 -07:00
CCActionCamera.cpp 'tile' --> 'getTile', 'orignalTile' --> 'getOrignalTile' 2013-07-10 14:17:42 +08:00
CCActionCamera.h issue #2300: Removing all 'copyWithZone' pattern. 2013-07-08 23:05:47 +08:00
CCActionCatmullRom.cpp issue #2404:created CCDprecated.h and move all global functions and variables into it 2013-07-15 16:14:26 +08:00
CCActionCatmullRom.h issue #2300: Removing all 'copyWithZone' pattern. 2013-07-08 23:05:47 +08:00
CCActionEase.cpp closed #2379: Removing CCZone.h/.cpp. 2013-07-09 14:50:31 +08:00
CCActionEase.h Adds more readability to the class internals. 2013-07-15 12:43:22 -07:00
CCActionGrid.cpp 'tile' --> 'getTile', 'orignalTile' --> 'getOrignalTile' 2013-07-10 14:17:42 +08:00
CCActionGrid.h vertex --> getVertex, originalVertex --> getOriginVertex. 2013-07-08 15:12:06 +08:00
CCActionGrid3D.cpp issue #2404:created CCDprecated.h and move all global functions and variables into it 2013-07-15 16:14:26 +08:00
CCActionGrid3D.h issue #2300: Removing all 'copyWithZone' pattern. 2013-07-08 23:05:47 +08:00
CCActionInstant.cpp closed #2379: Removing CCZone.h/.cpp. 2013-07-09 14:50:31 +08:00
CCActionInstant.h Adds more readability to the class internals. 2013-07-15 12:43:22 -07:00
CCActionInterval.cpp issue #2404:created CCDprecated.h and move all global functions and variables into it 2013-07-15 16:14:26 +08:00
CCActionInterval.h Adds more readability to the class internals. 2013-07-15 12:43:22 -07:00
CCActionManager.cpp issue #2129: Removing CC prefix for cocos2dx module. 2013-06-20 14:13:12 +08:00
CCActionManager.h issue #2129: Removing CC prefix for cocos2dx module. 2013-06-20 14:13:12 +08:00
CCActionPageTurn3D.cpp issue #2404:created CCDprecated.h and move all global functions and variables into it 2013-07-15 16:14:26 +08:00
CCActionPageTurn3D.h issue #2129: Removing CC prefix for cocos2dx module. 2013-06-20 14:13:12 +08:00
CCActionProgressTimer.cpp closed #2379: Removing CCZone.h/.cpp. 2013-07-09 14:50:31 +08:00
CCActionProgressTimer.h Adds more readability to the class internals. 2013-07-15 12:43:22 -07:00
CCActionTiledGrid.cpp issue #2404:created CCDprecated.h and move all global functions and variables into it 2013-07-15 16:14:26 +08:00
CCActionTiledGrid.h issue #2300: Removing all 'copyWithZone' pattern. 2013-07-08 23:05:47 +08:00
CCActionTween.cpp issue #2129: Removing CC prefix for cocos2dx module. 2013-06-20 14:13:12 +08:00
CCActionTween.h issue #2129: Removing CC prefix for cocos2dx module. 2013-06-20 14:13:12 +08:00