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@9630d4e #930

Merged
merged 69 commits into from
Jan 17, 2025

Conversation

Spartan322
Copy link
Member

No description provided.

ajreckof and others added 30 commits August 10, 2024 23:24
Erasing a joypad mapping can invalidate other attached joypads and the fallback mapping guid
Makes nodes handle their respective navigation source geometry.
…ysics

This also mentions Jolt Physics in the ProjectSettings 3D physics engine
documentation.
This is a followup to PR #101344 (commit
0e06eb8).

Some of them were not an issue because Godot was initializing all
members, but they were "fixed" just in case since it could become a
problem in the future.

Valgrind was specifically complaining about HashMapData &
GlobalPipelineData.
…ation

Add a note to clarify that the DisplayServer.get_display_safe_area() method is currently only implemented on Android and iOS, and that it returns screen_get_usable_rect(SCREEN_OF_MAIN_WINDOW) as a fallback on other platforms.
- Coalesce common logic into the `main` flavor to avoid duplication
- Code cleanup
Repiteo and others added 23 commits January 16, 2025 17:17
Fix `visibility_notifier_create` documentation
Vulkan: Force disable broken `VK_LAYER_bandicam_helper` layer in editor
…te-size

Document WorldBoundaryShape3D having a finite size when using Jolt Physics
SCons: Properly `NoCache` all text files
Make nodes handle their respective navigation source geometry
Fix "res://" being replaced by resource packs in the editor and on Android
ResourceLoader: Report appropriate error code when no suitable loader is found
Lock the `StringName::mutex` after hashing the string, to spend less time hoarding it unnecessarily.
[Wayland] Fix excessive IME updates.
[TextServer] Fix ICU data incorrectly marked as loaded even if file was not found.
…terial

Fix `emission_shape_changed` signal error when using ShaderMaterial with GPUParticles3D
Clarify `SpringBoneSimulator3D`'s gravity units and improve documentation
Fix glitch in `SpringBoneSimulator3D` by storing the previous frame's rotation instead of using no rotation when the axis is flipped
Clarify the impact of "Normal Map (RG Channels)" on texture imports.
Fix GDScript editor crash on invalid `tween_property` arguments.
@Spartan322 Spartan322 merged commit 92a8c99 into Redot-Engine:master Jan 17, 2025
20 checks passed
@Spartan322 Spartan322 deleted the merge/9630d4e branch January 17, 2025 23:15
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.