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

Merge commit godotengine/godot@ad9abe8 #960

Merged
merged 228 commits into from
Feb 12, 2025

Conversation

Spartan322
Copy link
Member

This resets everything in doc/translations to Godot's version of them as it is unmanageable to deal with conflicts there. We need to maintain a separated manageable doc translations directory.

Faless and others added 30 commits December 6, 2024 18:00
Some tests have been removed since there's no way to guarantee they will
pass.

Other tests have been refactored to ensure proper waiting, and taking
into account potential out-of-order delivery (which is unlikely in test
scenarios but expecting a specific order on a UDP socket is wrong and
OSes makes no promises of ordered delivery on localhost).
Clarify that the callback must take **exactly one array argument**.
Following the "compiling for mac" tutorial one will eventually end with a Godot.app package inside the repo folder. To prevent it from being tracked by git, it has been added to gitignore.
Also remove unused `UavCrossPlatform_piece_all.glsl`.
Co-authored-by: Tomasz Chabora <[email protected]>
This reverts commit fd5fc9f.

This caused significant regressions which are worse than the bug that #96499
aimed to address.

- Reverts #96499.
- Reopens #95909.
- Supersedes #102063.
- Fixes #99006.
- Fixes #101615.
This reverts commit c91c604.

This caused a critical regression:

- Fixes #102374.
…ernal, this triggers a ClassDB bug

Fixes #99534.
Use `editing_integer` so that editor has step buttons
adamscott and others added 21 commits February 11, 2025 10:43
…crash

Fix crash when assigning wrong shader to particle process material
Display correct symbol in warning when unique name is used without @onready annotation
Navigate to folder when double-clicking favorite
Fix mouse input on popup shadows misbehaving with `content_scale_factor`
Revert finalizing `GodotHost#getCommandLine()` public API
…imation_node

Prevent off-thread errors when generating resource previews for animation nodes
…to_break_your_selection

Don't select invisible items in FileSystem dock
[Web] Remove position pool system and return false when done instead
Clarify the behavior of `Control.layout_direction` in the documentation
CI: Remove outdated reference to ubuntu-20.04
Skip `Object::to_string` when Jolt Physics is on separate thread
@Spartan322 Spartan322 force-pushed the merge/ad9abe8 branch 2 times, most recently from 1048c31 to 180365a Compare February 12, 2025 01:16
@Spartan322 Spartan322 merged commit 68412af into Redot-Engine:master Feb 12, 2025
20 checks passed
@Spartan322 Spartan322 deleted the merge/ad9abe8 branch February 12, 2025 03:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.