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
sync 3.8.6 #1
Merged
Merged
sync 3.8.6 #1
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
… INT format. (#17858) * setInstancedAttribute * Add copyTypedArray * Fix Model::setInstancedAttribute and SubModule::setInstancedAttribute. --------- Co-authored-by: James Chen <[email protected]>
* [v3.8.5] Mangle private properties in touch-manager.ts * Fix eslint errors in mouse-input.ts
…l help treeshaking. (#17853)
… _animatedBodies container if its type was changed. (#17873)
* Improvement of openharmony's editbox (#17042) * Improvement of openharmony's editbox * Remove redundant header file --------- Co-authored-by: qiuguohua <[email protected]> # Conflicts: # templates/openharmony/entry/src/main/cpp/types/libcocos/index.d.ts # templates/openharmony/entry/src/main/ets/components/EditBoxDialog.ets # templates/openharmony/entry/src/main/ets/pages/index.ets # templates/openharmony/entry/src/main/ets/workers/cocos_worker.ts * Upgrade the openharmony API to 12 * Remove debugging information * Fix some bugs in the ark engine Fix some issues with jsvm * Release module_info * Fix std::any_of return value not being used --------- Co-authored-by: qiuguohua <[email protected]>
* update version
…17892) Co-authored-by: cocos-robot <[email protected]>
…n native platforms (#17895)
* Improving the spine preview ui control
…7900) * Fix the issue where UI batching breaks under specific conditions.
* Continue to remove unused platforms support.
* Remove dollar suffix for private property definition. * (\._[a-z][a-zA-Z0-9]{3,})\$ to \1 * (protected _[a-z][a-zA-Z0-9]{3,})\$ and (public _[a-z][a-zA-Z0-9]{3,})\$ to \1 * ( _[a-z][a-zA-Z0-9]{3,})\$([^0-9]) to \1\2 * Remove $ suffix manually for gfx-webgl backend. * (public [a-z][a-zA-Z0-9]{3,})\$ to \1 * (\.[a-z][a-zA-Z0-9]{3,})\$ to \1 * Remove mangle hack.
# Conflicts: # cocos/gfx/webgl/webgl-swapchain.ts
[v3.8.6] Merge v3.8.5
* Improve spine i18n * refine i18n
Rotational Skew is also supported in Cocos2D-X. See https://github.com/cocos2d/cocos2d-x/blob/v4/cocos/2d/CCNode.h#L638
* Fix cross threading issue when calling callStatic Method * Rename AsyncCallParam to CallParam --------- Co-authored-by: qiuguohua <[email protected]>
Co-authored-by: lbq <[email protected]>
…n feature definition. (#18319) * Update ccbuild to 2.3.12 which supports to override constant values in feature definition. * Update ccbuild to 2.3.13
* Optimize code size: strip XR relevant code by USE_XR constants * Update SplashScreen * Package size doesn't need to check xr module
* Optimize code size for render-data.ts
Co-authored-by: qiuguohua <[email protected]>
* Treeshake xr module import. * Treeshake more XR relevant code. * Update cc.config.json
…18330) * Fix missing marionette & procedural-animation in CI code size check * Get all features by StatsQuery in ccbuild * Fix top level await
Bumps [elliptic](https://github.com/indutny/elliptic) from 6.5.4 to 6.6.1. - [Commits](indutny/elliptic@v6.5.4...v6.6.1) --- updated-dependencies: - dependency-name: elliptic dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Refactor 2d assembler
…18357) Co-authored-by: qiuguohua <[email protected]>
@yeshao2069 ❗ There was an error during the execution of the tasks. Please check the logs for more details. |
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/3d-tasks#
Changelog:
*