axmol/cocos2dx/actions
James Chen 387ea1899c issue #2404: Disabling warning of invoking deprecated methods in engine. Rename CCCallFuncND to __CCCallFuncND, and add deprecated typedef CCCallFuncND.
Only disable warning for CCActionInstant.cpp and CCMenuItem.cpp
#if defined(__GNUC__) && ((__GNUC__ >= 4) || ((__GNUC__ == 3) && (__GNUC_MINOR__ >= 1)))
#pragma GCC diagnostic ignored "-Wdeprecated-declarations"
#elif _MSC_VER >= 1400 //vs 2005 or higher
#pragma warning (push)
#pragma warning (disable: 4996)
#endif

#if defined(__GNUC__) && ((__GNUC__ >= 4) || ((__GNUC__ == 3) && (__GNUC_MINOR__ >= 1)))
#pragma GCC diagnostic warning "-Wdeprecated-declarations"
#elif _MSC_VER >= 1400 //vs 2005 or higher
#pragma warning (pop)
#endif
2013-07-25 15:05:56 +08:00
..
CCAction.cpp CCAssert -> CCASSERT 2013-07-19 22:01:27 -07:00
CCAction.h issue #2378: inline function are in header files now. 2013-07-23 20:36:41 +08:00
CCActionCamera.cpp more best practices fixes 2013-07-17 16:56:19 -07:00
CCActionCamera.h more best practices fixes 2013-07-17 16:56:19 -07:00
CCActionCatmullRom.cpp CCAssert -> CCASSERT 2013-07-19 22:01:27 -07:00
CCActionCatmullRom.h more best practices fixes 2013-07-17 16:56:19 -07:00
CCActionEase.cpp CCAssert -> CCASSERT 2013-07-19 22:01:27 -07:00
CCActionEase.h more best practices fixes 2013-07-17 16:56:19 -07:00
CCActionGrid.cpp CCAssert -> CCASSERT 2013-07-19 22:01:27 -07:00
CCActionGrid.h Merge branch 'more_best_practices_fixes' of https://github.com/ricardoquesada/cocos2d-x into ricardoquesada-more_best_practices_fixes 2013-07-18 15:46:14 +08:00
CCActionGrid3D.cpp CCAssert -> CCASSERT 2013-07-19 22:01:27 -07:00
CCActionGrid3D.h Merge branch 'more_best_practices_fixes' of https://github.com/ricardoquesada/cocos2d-x into ricardoquesada-more_best_practices_fixes 2013-07-18 15:46:14 +08:00
CCActionInstant.cpp issue #2404: Disabling warning of invoking deprecated methods in engine. Rename CCCallFuncND to __CCCallFuncND, and add deprecated typedef CCCallFuncND. 2013-07-25 15:05:56 +08:00
CCActionInstant.h issue #2404: Disabling warning of invoking deprecated methods in engine. Rename CCCallFuncND to __CCCallFuncND, and add deprecated typedef CCCallFuncND. 2013-07-25 15:05:56 +08:00
CCActionInterval.cpp Cast fix: GLbyte --> GLubyte. 2013-07-22 14:45:01 +08:00
CCActionInterval.h More best practices fixes and other bug fixes 2013-07-23 15:20:22 -07:00
CCActionManager.cpp CCAssert -> CCASSERT 2013-07-19 22:01:27 -07:00
CCActionManager.h more best practices fixes 2013-07-17 16:56:19 -07: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 more best practices fixes 2013-07-17 16:56:19 -07:00
CCActionProgressTimer.cpp CCAssert -> CCASSERT 2013-07-19 22:01:27 -07:00
CCActionProgressTimer.h more best practices fixes 2013-07-17 16:56:19 -07:00
CCActionTiledGrid.cpp more best practices fixes 2013-07-17 16:56:19 -07:00
CCActionTiledGrid.h Merge branch 'more_best_practices_fixes' of https://github.com/ricardoquesada/cocos2d-x into ricardoquesada-more_best_practices_fixes 2013-07-18 15:46:14 +08:00
CCActionTween.cpp CCAssert -> CCASSERT 2013-07-19 22:01:27 -07:00
CCActionTween.h more best practices fixes 2013-07-17 16:56:19 -07:00