axmol/cocos/platform
James Chen db11024924 Reverts add search path logic in PR #17435 . (#18419)
If the last search path is _defaultResRootPath, addSearchPath(path) should not force that the last path is still default resource root path.
I made this mistake and broke the compatibiliy, since I thought resource root path definitely is low priority while search in most case. However, I should not make this assumption.

Anyway, dear developers, thanks for all of you review cocos2d-x source code. I accept any suggestion, any blame. I think everyone makes mistake more or less.
The key point is that `PLEASE DON'T MAKE THE SAME MISTAKE SECOND TIME, THIRD TIME`.
So please don't blame our developers who makes mistakes. We need to work together with all our developers to make our engine better and better.

And in fact, I never think that I deal with cocos2d-x source code as my 'own branch' although I contributed lots of code to it. I didn't push any code to repo directly since I sent Pull Requests. Every one could review code and comment in pull request. We encourage more communication with our developers in github or the forum. You could say GOOD , BAD or SHIT, but please do your best to respect every developer who made a contribution.

Thanks all of you. Good luck!
2017-11-06 10:41:01 +08:00
..
android Fix 60 fps for android (#18445) 2017-11-06 10:30:52 +08:00
apple Update license to 2017 (#17362) 2017-02-14 14:36:57 +08:00
desktop fixed GLViewImpl::getMonitorSize() for desktop platforms (#18141) 2017-08-22 14:06:53 +08:00
ios Revert #18327 (#18436) 2017-11-03 10:02:50 +08:00
linux Merge v3.15.1 (#17897) 2017-06-05 13:37:50 +08:00
mac Merge v3.15.1 (#17897) 2017-06-05 13:37:50 +08:00
tizen Merge v3.15.1 (#17897) 2017-06-05 13:37:50 +08:00
win8.1-universal Fixed variable order in initializer lists (#17274) 2017-02-04 10:33:58 +08:00
win32 remove vs2013 libs (#18439) 2017-11-03 10:53:14 +08:00
winrt Merge v3.15.1 (#17897) 2017-06-05 13:37:50 +08:00
CCApplication.h Update license to 2017 (#17362) 2017-02-14 14:36:57 +08:00
CCApplicationProtocol.h Merge v3.15.1 (#17897) 2017-06-05 13:37:50 +08:00
CCCommon.h Update license to 2017 (#17362) 2017-02-14 14:36:57 +08:00
CCDevice.h Update license to 2017 (#17362) 2017-02-14 14:36:57 +08:00
CCFileUtils.cpp Reverts add search path logic in PR #17435 . (#18419) 2017-11-06 10:41:01 +08:00
CCFileUtils.h Adding additional async functions to FileUtils (#17634) 2017-04-19 09:14:06 +08:00
CCGL.h Update license to 2017 (#17362) 2017-02-14 14:36:57 +08:00
CCGLView.cpp LayerRadialGradient works on mac and iOS (#17826) 2017-05-22 13:42:00 +08:00
CCGLView.h LayerRadialGradient works on mac and iOS (#17826) 2017-05-22 13:42:00 +08:00
CCImage.cpp Fix for issue #18409 (#18410) 2017-10-26 11:39:50 +08:00
CCImage.h Update license to 2017 (#17362) 2017-02-14 14:36:57 +08:00
CCPlatformConfig.h Update license to 2017 (#17362) 2017-02-14 14:36:57 +08:00
CCPlatformDefine.h Update license to 2017 (#17362) 2017-02-14 14:36:57 +08:00
CCPlatformMacros.h Moved CC_SYNTHESIZE and CC_PROPERTY macros onto a single line (#17765) 2017-05-03 10:12:31 +08:00
CCSAXParser.cpp No CC_UNUSED_PARAM (#16812) 2016-11-16 09:48:37 +08:00
CCSAXParser.h Fix implicit conversion warning (#16598) 2016-09-26 14:49:47 +08:00
CCStdC.h Update license to 2017 (#17362) 2017-02-14 14:36:57 +08:00
CCThread.cpp Update license to 2017 (#17362) 2017-02-14 14:36:57 +08:00
CCThread.h Update license to 2017 (#17362) 2017-02-14 14:36:57 +08:00
CMakeLists.txt Adds libmd5-rfc third-party library for calculating MD5 since the functions in <openssl/md5.h> aren’t exported in win10, plus <openssl/md5.h> seems to be private header. (#17625) 2017-04-01 11:43:17 +08:00