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

V3.8.4 #17668

Merged
merged 21 commits into from
Sep 26, 2024
Merged

V3.8.4 #17668

merged 21 commits into from
Sep 26, 2024

Conversation

minggo
Copy link
Contributor

@minggo minggo commented Sep 26, 2024

No description provided.

minggo and others added 21 commits August 23, 2024 14:41
… ineffective. (#17586)

* Fix the issue where post-processing modifications after rendering are ineffective.

* Removes the intensity edit slot for bloom effect
* [Optimized] upload buffer

* Dual buffer
* Fix memory hike caused by repeatedly switching inspectors

* refine code

---------

Co-authored-by: cocos <[email protected]>
* fix deprecated-api.md

* fix modules.md

* fix CPP_CODING_STYLE.md

* fix CPP_CODING_STYLE.md
* Fix a compilation error on xcode 16.0
* Fix the incorrect usage of the closure variable 'this'
Copy link

Interface Check Report

! WARNING this pull request has changed these public interfaces:

@@ -63959,15 +63959,15 @@
              * @en The event type indicates mouse leaves the window or canvas. Only Windows, macOS or web PC can
              * trigger this event.
              * @zh 当鼠标离开窗口或者 canvas 时发出该消息。只有 Windows、macOS 或者 PC web 会触发该事件。
              */
-            MOUSE_LEAVE = "mouse-leave",
+            MOUSE_LEAVE = "mouse-leave-window",
             /**
              * @en The event type indicates mouse enters the window or canvas. Only Windows, macOS or web PC can
              * trigger this event.
              * @zh 当鼠标进入窗口或者 canvas 时发出该消息。只有 Windows、macOS 或者 PC web 会触发该事件。
              */
-            MOUSE_ENTER = "mouse-enter",
+            MOUSE_ENTER = "mouse-enter-window",
             /**
              * @en
              * The event type for mouse wheel events
              *

@minggo minggo merged commit 39fb0a5 into v3.8.5 Sep 26, 2024
27 of 28 checks passed
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.

8 participants