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

Conversation

dumganhar
Copy link

Reverted code added in #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!

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!
@Priority10
Copy link
Contributor

Priority10 commented Nov 2, 2017

@dumganhar

In fact, I do not see anything wrong with your logic. I do not think that this should be reverted.

since I thought resource root path definitely is low priority while search in most case

This is a very logical assumption.
But even if someone has very special logic, and wants to update the current project, then read the release notes very carefully.

@minggo minggo merged commit db11024 into cocos2d:v3 Nov 6, 2017
@minggo minggo added this to the 3.17 milestone Nov 6, 2017
stevetranby added a commit to stevetranby/cocos2d-x that referenced this pull request Nov 19, 2017
* commit 'bceb242ebd9c0bf60fdf1cfcf671efc47f07e1ee': (28 commits)
  no message (cocos2d#18460)
  Added missing #include statement (cocos2d#18452)
  Fix cocos2d::log va_list re-use bug (cocos2d#18426)
  Improve StringUtils::format implementation. (cocos2d#18425)
  RichText improvements (cocos2d#18447)
  Update CCTableView.cpp (cocos2d#18451)
  Update UIWebViewImpl-ios.mm (cocos2d#18448)
  Reverts add search path logic in PR cocos2d#17435 . (cocos2d#18419)
  Fix 60 fps for android (cocos2d#18445)
  set texture anti-alias by deault in RenderTexture (cocos2d#18442)
  fix typos (cocos2d#18444)
  [ci skip][AUTO]: updating luabinding & jsbinding & cocos_file.json automatically (cocos2d#18440)
  Spine update (cocos2d#18438)
  remove vs2013 libs (cocos2d#18439)
  Revert cocos2d#18327 (cocos2d#18436)
  [ci skip][AUTO]: updating luabinding & jsbinding & cocos_file.json automatically (cocos2d#18435)
  update glfw to 3.2.1 (cocos2d#18434)
  Editbox init member variable (cocos2d#18432)
  [ci skip][AUTO]: updating luabinding & jsbinding & cocos_file.json automatically (cocos2d#18431)
  Update spine (cocos2d#18427)
  ...

# Conflicts:
#	build/cocos2d_libs.xcodeproj/project.pbxproj
#	cocos/Android.mk
#	cocos/base/CCConsole.cpp
#	cocos/editor-support/spine/Android.mk
#	cocos/editor-support/spine/Animation.c
#	cocos/editor-support/spine/Animation.h
#	cocos/editor-support/spine/AnimationState.c
#	cocos/editor-support/spine/AnimationState.h
#	cocos/editor-support/spine/AnimationStateData.h
#	cocos/editor-support/spine/Atlas.c
#	cocos/editor-support/spine/Atlas.h
#	cocos/editor-support/spine/AtlasAttachmentLoader.c
#	cocos/editor-support/spine/AtlasAttachmentLoader.h
#	cocos/editor-support/spine/Attachment.h
#	cocos/editor-support/spine/AttachmentLoader.h
#	cocos/editor-support/spine/Bone.c
#	cocos/editor-support/spine/Bone.h
#	cocos/editor-support/spine/BoneData.h
#	cocos/editor-support/spine/BoundingBoxAttachment.c
#	cocos/editor-support/spine/BoundingBoxAttachment.h
#	cocos/editor-support/spine/CMakeLists.txt
#	cocos/editor-support/spine/Event.h
#	cocos/editor-support/spine/EventData.h
#	cocos/editor-support/spine/IkConstraint.c
#	cocos/editor-support/spine/IkConstraint.h
#	cocos/editor-support/spine/IkConstraintData.h
#	cocos/editor-support/spine/MeshAttachment.c
#	cocos/editor-support/spine/MeshAttachment.h
#	cocos/editor-support/spine/PathAttachment.c
#	cocos/editor-support/spine/PathAttachment.h
#	cocos/editor-support/spine/PathConstraint.c
#	cocos/editor-support/spine/PathConstraint.h
#	cocos/editor-support/spine/PathConstraintData.h
#	cocos/editor-support/spine/RegionAttachment.c
#	cocos/editor-support/spine/RegionAttachment.h
#	cocos/editor-support/spine/Skeleton.c
#	cocos/editor-support/spine/Skeleton.h
#	cocos/editor-support/spine/SkeletonAnimation.cpp
#	cocos/editor-support/spine/SkeletonAnimation.h
#	cocos/editor-support/spine/SkeletonBatch.cpp
#	cocos/editor-support/spine/SkeletonBatch.h
#	cocos/editor-support/spine/SkeletonBinary.c
#	cocos/editor-support/spine/SkeletonBinary.h
#	cocos/editor-support/spine/SkeletonBounds.c
#	cocos/editor-support/spine/SkeletonBounds.h
#	cocos/editor-support/spine/SkeletonData.h
#	cocos/editor-support/spine/SkeletonJson.c
#	cocos/editor-support/spine/SkeletonJson.h
#	cocos/editor-support/spine/SkeletonRenderer.cpp
#	cocos/editor-support/spine/SkeletonRenderer.h
#	cocos/editor-support/spine/Skin.h
#	cocos/editor-support/spine/Slot.c
#	cocos/editor-support/spine/Slot.h
#	cocos/editor-support/spine/SlotData.c
#	cocos/editor-support/spine/SlotData.h
#	cocos/editor-support/spine/TransformConstraint.c
#	cocos/editor-support/spine/TransformConstraint.h
#	cocos/editor-support/spine/TransformConstraintData.h
#	cocos/editor-support/spine/VertexAttachment.c
#	cocos/editor-support/spine/VertexAttachment.h
#	cocos/editor-support/spine/extension.c
#	cocos/editor-support/spine/extension.h
#	cocos/editor-support/spine/kvec.h
#	cocos/editor-support/spine/proj.win32/libSpine.vcxproj
#	cocos/editor-support/spine/proj.win32/libSpine.vcxproj.filters
#	cocos/editor-support/spine/spine.h
#	cocos/ui/UIRichText.h
#	plugin
#	tools/cocos2d-console
stevetranby added a commit to stevetranby/cocos2d-x that referenced this pull request Nov 21, 2017
steve: got rid of spine folder as well

* commit 'db1102492452faea78746da7e3cf29fa22c69c2a':
  Reverts add search path logic in PR cocos2d#17435 . (cocos2d#18419)
  Fix 60 fps for android (cocos2d#18445)
  set texture anti-alias by deault in RenderTexture (cocos2d#18442)
  fix typos (cocos2d#18444)
  [ci skip][AUTO]: updating luabinding & jsbinding & cocos_file.json automatically (cocos2d#18440)
  Spine update (cocos2d#18438)
  remove vs2013 libs (cocos2d#18439)
  Revert cocos2d#18327 (cocos2d#18436)
  [ci skip][AUTO]: updating luabinding & jsbinding & cocos_file.json automatically (cocos2d#18435)
  update glfw to 3.2.1 (cocos2d#18434)
  Editbox init member variable (cocos2d#18432)
  [ci skip][AUTO]: updating luabinding & jsbinding & cocos_file.json automatically (cocos2d#18431)

# Conflicts:
#	cocos/editor-support/spine/SkeletonJson.c
#	cocos/ui/UIRichText.h
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants