forked from cocos/cocos-engine
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Merge #19
Closed
Closed
Merge #19
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…in Editor (#8284) * Remove redundant display attributes in Editor * revert one change * revert change
(cherry picked from commit 314ede1)
* reorganize prefab related files * fix CI of component
* fixed builtinin 2d physics collider test * fixed typo
#8281) * fix layout component not performing alignment again after inactivation * fix the fixed number of rows/columns calculation error
* remove UV coordinates hack for better rendering effect * useless remove * eslint fix
* add cocos runtime update update * support link-sure * update jsb * support oppo * move fs-utils && AudioPlayer to common update * fix loadSubPackage * support qtt * add huawei & vivo * remove qgame-adapter.js * optimize accelerometer * add back copyright
#8302) * avoid using persistNodeList directly, persist node can be changed during destruction * refine code format * use map instead
* mask event through bug * update
* fix setMesh in ammo physics * re-add if only if isEnabled
* sync pr 7501 & 7914 * fixed when use two tiled sprite * 解决冲突 * Revert "解决冲突" This reverts commit 8cd4cd9. * refine code * refine cod * 资源下载任务创建统一使用create接口 (#8266) * upload * upload * correction code * Revert "correction code" This reverts commit b794b5a. * refine code Co-authored-by: QinSheng <1053128593@qq.com>
* fix native node active bug * comment remove
* fix planar shadow instanced error for v3.0.1 * update
* vue use exports.methods ,Do not use dump.values in order to debug, vue use exports.methods . There is no dump.values now so use the values of dump.value[key] * update format
* fix particle-system Using replacechildren function will causes event issues in the UI. So replace it * use while loop instead of for loop
* optimise inspector edit asset * update internal-db meta file * change mark
* fix inspector edit widget bug * inspector edit fbx add resize observer
* fix platform info in native platform * fix orientation on native platform
- fix ui-section's header's dump , - hide invalid content
* fix accelerometer on wechat * fix baidu * fix bytedance * fix alipay * fix xiaomi * fix runtime * fix orientation on CocosPlay * remove legacy adapter * remove canvas warning
…wn event (#8578) * compatible movement data in MouseEvent on Web * revert keypress Event to keydown
this.meta.userData.meshOptimizerOptions may be undefined
* fix MouseEvent.button when mouse tracking * update
* use uuid.valuse instead of dump.values * use const instead of let
* fix inspector edit particle-2d bug * update multiple edit particle-2d * update edit materila one style
* fix animation preview bug when it's first time opened * reuse code
* ban audio playing in Editor * register WebAudio error callback * fix stop BufferSourceNode on Safari
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Re: cocos-creator/fireball#
Changelog:
*