Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reverts add search path logic in PR #17435 . #18419

Merged
merged 1 commit into from
Nov 6, 2017

Commits on Oct 30, 2017

  1. Reverts add search path logic in PR cocos2d#17435 .

    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!
    James Chen committed Oct 30, 2017
    Configuration menu
    Copy the full SHA
    d675532 View commit details
    Browse the repository at this point in the history