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@75ce426 #910

Merged
merged 63 commits into from
Dec 29, 2024

Conversation

Spartan322
Copy link
Member

No description provided.

kitbdev and others added 30 commits October 31, 2024 10:11
Use `is_null` over `!is_valid` and vice versa.
Updated key modifier mask and documented API change

Changed the old value

Changed the old value inside the .expected file

Resolved Conflicts

Moved changes to the end
As of C# 12 we can now use collection expressions to reduce some boilerplate when initializing collections.
Improves NavigationObstacle2D debug visuals by aligning them closer to their aleady improved 3D counterpart.
…a half-destructed buffer. This can avoid problems if any of the destructed objects tries to access the data while it's being destructed.
…windows

Improve blurred content of embedded windows
Remove solid boxes in gizmos of VoxelGI and ReflectionProbe
Jolt: Update to commit f094082aa, adding RISC-V, PPC64 and LoongArch support
…grees

OpenXR: Make sure wedge on DPad modifier is expressed in degrees.
Properly transform light rect and occluder rect to perform Light2D culling in canvas space
Fix shader compilation errors when using MSDF fonts with Label3D nodes
…on-typesafe-copy

Make `LocalVector` -> `Vector` automatic conversion safe for non-trivial types.
Remove trailing double quote from link in GLTFState class documentation
Changes the navigation map synchronization to an async process to avoid stalling the main thread.
Change navigation map synchronization to an async process
This option is no longer used after the rework in GH-96922
Repiteo and others added 23 commits December 23, 2024 11:14
Convert Vector to LocalVector in animation system
…_drivers

[Core,Drivers] Improve use of `Ref.is_null/valid`
EditorResourcePicker: Replace options to load file with button for QuickOpenDialog
Android Code Cleanup: Rename constants to uppercase
Improve NavigationObstacle2D debug visuals and performance
[Android] Fix path to AAB in copyAndRenameBinary task
Android: Fix `Window` size changes ignored when node is not in tree
…as_experimental

Mark `EditorInterface.popup_create_dialog()` as experimental
Make Goto line a Popup and column input
Fix button state of grid and highlight layer in tile map layer editor
Remove unused editor setting `editors/grid_map/editor_side`
Add warped panning to every ViewPanner instance
Fix incorrect `KEY_MODIFIER_MASK` value
Destruct `CowData` more graciously by avoiding accidentally exposing a half-destructed buffer.
…or_shorthand_of_and_plus_bitwise_and_by_altering_string_name_highlighting

Improve `&&` and `&` syntax highlighting by altering `StringName` highlighting
Patches navigation map async synchronization.
Patch navigation map async synchronization
Also ignore iOS template dummy.h file for header guards check.

Update ruff to 0.8.4 while at it.
Pre-commit: Fix applying ruff to SCsub files
@Spartan322 Spartan322 merged commit 106ba51 into Redot-Engine:master Dec 29, 2024
20 checks passed
@Spartan322 Spartan322 deleted the merge/75ce426 branch December 29, 2024 20:56
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.