axmol/cocos/editor-support/cocosbuilder
Vladimir Perminov 4c33050536 Optimize Vec2
small function Vec2 move to Vec2.inl
Added:
setZero();

Change all code:
_vec2 = Vec2(x, y); -> _vec2.set(x, y);
Vec2 vec2 = Vec2(x, y); -> Vec2 vec2(x, y);
_vec2 += Vec2(x, y); -> _vec2.add(x, y);
_vec2 = Vec2::ZERO; -> _vec2.setZero();
Vec2 vec2(Vec2::ZERO); -> Vec2 vec2;
2015-04-19 20:40:52 +03:00
..
Android.mk Improve Android.mk 2014-10-17 10:13:33 +08:00
CCBAnimationManager.cpp Fix typo: unkown -> unknown 2015-02-24 02:39:50 +09:00
CCBAnimationManager.h remove unneeded includes 2014-08-29 15:39:52 +08:00
CCBFileLoader.cpp issue #2905: testcpp bild ok on Android 2013-10-15 18:00:03 +08:00
CCBFileLoader.h remove unneeded includes 2014-08-29 15:39:52 +08:00
CCBKeyframe.cpp Cleanup order of fields initialization. 2014-10-30 17:28:41 +03:00
CCBKeyframe.h Adjust libcocos2d and libluacocos2d on the win32 platform and adjust related test cases. 2014-08-27 10:18:44 +08:00
CCBMemberVariableAssigner.h Adjust libcocos2d and libluacocos2d on the win32 platform and adjust related test cases. 2014-08-27 10:18:44 +08:00
CCBReader.cpp Adds MARK: TODO: FIXME: in code 2014-08-29 12:54:24 -07:00
CCBReader.h remove unneeded includes 2014-08-29 15:39:52 +08:00
CCBSelectorResolver.h scheduler and macro fixes 2014-10-03 09:38:36 -07:00
CCBSequence.cpp Add new line at the end of a file to *.cpp 2014-06-19 20:45:24 +09:00
CCBSequence.h Adjust libcocos2d and libluacocos2d on the win32 platform and adjust related test cases. 2014-08-27 10:18:44 +08:00
CCBSequenceProperty.cpp fix compiling error on windows 2014-08-29 16:44:20 +08:00
CCBSequenceProperty.h fix compiling error on windows 2014-08-29 16:44:20 +08:00
CCControlButtonLoader.cpp Adds MARK: TODO: FIXME: in code 2014-08-29 12:54:24 -07:00
CCControlButtonLoader.h Adjust libcocos2d and libluacocos2d on the win32 platform and adjust related test cases. 2014-08-27 10:18:44 +08:00
CCControlLoader.cpp Add new line at the end of a file to *.cpp 2014-06-19 20:45:24 +09:00
CCControlLoader.h Adjust libcocos2d and libluacocos2d on the win32 platform and adjust related test cases. 2014-08-27 10:18:44 +08:00
CCLabelBMFontLoader.cpp Add new line at the end of a file to *.cpp 2014-06-19 20:45:24 +09:00
CCLabelBMFontLoader.h Adjust libcocos2d and libluacocos2d on the win32 platform and adjust related test cases. 2014-08-27 10:18:44 +08:00
CCLabelTTFLoader.cpp Add new line at the end of a file to *.cpp 2014-06-19 20:45:24 +09:00
CCLabelTTFLoader.h Adjust libcocos2d and libluacocos2d on the win32 platform and adjust related test cases. 2014-08-27 10:18:44 +08:00
CCLayerColorLoader.cpp Add new line at the end of a file to *.cpp 2014-06-19 20:45:24 +09:00
CCLayerColorLoader.h Adjust libcocos2d and libluacocos2d on the win32 platform and adjust related test cases. 2014-08-27 10:18:44 +08:00
CCLayerGradientLoader.cpp Adds MARK: TODO: FIXME: in code 2014-08-29 12:54:24 -07:00
CCLayerGradientLoader.h Adjust libcocos2d and libluacocos2d on the win32 platform and adjust related test cases. 2014-08-27 10:18:44 +08:00
CCLayerLoader.cpp Adds MARK: TODO: FIXME: in code 2014-08-29 12:54:24 -07:00
CCLayerLoader.h Adjust libcocos2d and libluacocos2d on the win32 platform and adjust related test cases. 2014-08-27 10:18:44 +08:00
CCMenuItemImageLoader.cpp fixed warn and replace NULL with nullptr. 2014-07-10 00:45:27 +08:00
CCMenuItemImageLoader.h Adjust libcocos2d and libluacocos2d on the win32 platform and adjust related test cases. 2014-08-27 10:18:44 +08:00
CCMenuItemLoader.cpp fixed warn and replace NULL with nullptr. 2014-07-10 00:45:27 +08:00
CCMenuItemLoader.h Adjust libcocos2d and libluacocos2d on the win32 platform and adjust related test cases. 2014-08-27 10:18:44 +08:00
CCMenuLoader.h Adjust libcocos2d and libluacocos2d on the win32 platform and adjust related test cases. 2014-08-27 10:18:44 +08:00
CCNode+CCBRelativePositioning.cpp Optimize Vec2 2015-04-19 20:40:52 +03:00
CCNode+CCBRelativePositioning.h Adjust libcocos2d and libluacocos2d on the win32 platform and adjust related test cases. 2014-08-27 10:18:44 +08:00
CCNodeLoader.cpp Fixed warnings 2015-01-29 01:36:22 +01:00
CCNodeLoader.h Adjust libcocos2d and libluacocos2d on the win32 platform and adjust related test cases. 2014-08-27 10:18:44 +08:00
CCNodeLoaderLibrary.cpp Adds `std::nothrow` to `new` 2014-08-27 16:31:57 -07:00
CCNodeLoaderLibrary.h Adjust libcocos2d and libluacocos2d on the win32 platform and adjust related test cases. 2014-08-27 10:18:44 +08:00
CCNodeLoaderListener.h Adjust libcocos2d and libluacocos2d on the win32 platform and adjust related test cases. 2014-08-27 10:18:44 +08:00
CCParticleSystemQuadLoader.cpp Add new line at the end of a file to *.cpp 2014-06-19 20:45:24 +09:00
CCParticleSystemQuadLoader.h Adjust libcocos2d and libluacocos2d on the win32 platform and adjust related test cases. 2014-08-27 10:18:44 +08:00
CCScale9SpriteLoader.cpp remove ccscale9sprite , cceditBox 2014-09-01 17:06:22 +08:00
CCScale9SpriteLoader.h remove ccscale9sprite , cceditBox 2014-09-01 17:06:22 +08:00
CCScrollViewLoader.cpp Add new line at the end of a file to *.cpp 2014-06-19 20:45:24 +09:00
CCScrollViewLoader.h Adjust libcocos2d and libluacocos2d on the win32 platform and adjust related test cases. 2014-08-27 10:18:44 +08:00
CCSpriteLoader.cpp fixed warn and replace NULL with nullptr. 2014-07-10 00:45:27 +08:00
CCSpriteLoader.h Adjust libcocos2d and libluacocos2d on the win32 platform and adjust related test cases. 2014-08-27 10:18:44 +08:00
CMakeLists.txt Multi platform cmake support 2014-10-03 23:21:45 +01:00
CocosBuilder.h issue #2790: Removes CCBValue. 2013-12-09 17:55:56 +08:00