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@1f47e4c #891

Merged
merged 301 commits into from
Dec 5, 2024

Conversation

Spartan322
Copy link
Member

No description provided.

smix8 and others added 30 commits November 26, 2024 23:36
Adds test for NavigationServer3D.simplify_path() function.
Replaces brute-force sync check loop with a self-listing system where each object is responsible for its own dirty sync, requesting it on demand only.
Was missing from the module config, causing the XML to be added to the
main doc folder
When the mouse is hovering an embedded window, it is still considered
within the main viewport.
Previously in this case physics picking was executed, as if no embedded
window was there.

This PR introduces an additional check to exclude these cases.
Fix incorrect clear color flag on canvas renderer.
…-fix

Fix another incorrect clear color flag on texture storage.
Uses MeshGL64 for more floating point precision.

Co-Authored-By: 31 <31eee384@gmail.com>
Co-Authored-By: Claudio Z <120678869+cloudofoz@users.noreply.github.com>
This PR aims to help "fix" #43440
Repiteo and others added 21 commits December 3, 2024 14:40
[Export] Write text server data from memory, instead of using temporary file.
Add temp utilities (alias `OS::get_temp_dir()`, `FileAccess::create_temp()`, and `DirAccess::create_temp()`)
…aphedit

Add `get_connection_count` function to `GraphEdit`
Android: Set default ACCESS_FILESYSTEM root
Editor: Fix default preview environment sky's horizon and brightness.
Ensure `parse_utf8` has length of string passed in when available
[macOS] Handle bundles as files in the embedded file dialogs.
Add a code sample that extracts all files to ZIPReader documentation
…nd_the_file_you_just_clicked_is_absolutely_crucial_trust_me

Don't navigate to path when file is double-clicked
Codestyle improvements in style_box_flat.cpp
Prevent infinite recursion in first `_draw`
…tip-blinking

Fix Inspector tooltips are blinking
Core: Do not generate `*.uid` files for JSON, certificates, and translations
Fix FileSystem dock filter reset when tree rebuilds
@Spartan322 Spartan322 merged commit 44b2000 into Redot-Engine:master Dec 5, 2024
20 checks passed
@Spartan322 Spartan322 deleted the merge/1f47e4c branch December 5, 2024 18:49
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.