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

[4.3] Cherry-picks for the 4.3 (4.3.1) branch - 1st editor bugs batch #946

Merged
merged 29 commits into from
Jan 23, 2025

Conversation

Spartan322
Copy link
Member

Editor Bug PRs:

Extra PRs:

ajreckof and others added 3 commits January 22, 2025 14:31
Previously the tooltip popup was added as a child of the `p_target`'s
viewport (usually the root window), which caused the root window to
recalculate the window size, that could cause jitter issues on i3wm
if the actual width of the root window was less than `1024`.

(cherry picked from commit bc30bb4)
Hilderin and others added 14 commits January 22, 2025 19:21
Co-authored-by: Danil Alexeev <dalexeev12@yandex.ru>
(cherry picked from commit 4e19ab8)
- Adds `is_valid_unicode_identifier()`
- Adds `is_valid_ascii_identifier()`
- Deprecates `is_valid_identifier()`
- Renames `validate_identifier()` to `validate_ascii_identifier()`

(cherry picked from commit 8bf4ecc)
Signed-off-by: Yevhen Babiichuk (DustDFG) <dfgdust@gmail.com>
Co-authored-by: Tomek <kobewi4e@gmail.com>
(cherry picked from commit edde380)
adamscott and others added 12 commits January 22, 2025 19:21
And also some smaller enhancements.

(cherry picked from commit baffa73)
Fixes #79289

(cherry picked from commit f57fea0)
(cherry picked from commit 430e565)
Changes the behaviour of the scene hot-reload system
so that if the scene which needs to be reimported is
owned by another instance, reload that instance instead.

(cherry picked from commit 86ce15f)
…opriate class icon for object in it. Handle do&undo for selection when reparenting

(cherry picked from commit 96e59b9)
In order to test if the button press is within the scene tree, the
Tree's coordinates should be used, not the SceneTreeEditor's.

(cherry picked from commit b05aab4)
@Spartan322 Spartan322 force-pushed the 4.3.1-cherry-pick/bugs-editor branch from 42d12b7 to bfee6a8 Compare January 23, 2025 00:21
@Spartan322 Spartan322 merged commit 0628f26 into Redot-Engine:4.3 Jan 23, 2025
18 checks passed
@Spartan322 Spartan322 deleted the 4.3.1-cherry-pick/bugs-editor branch January 23, 2025 02:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.