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@a372214 #893

Merged
merged 120 commits into from
Dec 11, 2024

Conversation

Spartan322
Copy link
Member

No description provided.

zaevi and others added 30 commits October 10, 2024 03:08
- Skip sampling shadows if attenuation is very small.
- Skip computing diffuse and specular light if attenuation and shadow are very small.
…rlen, adding an implementation for char32_t.
"Should disconnect client" test was failing randomly on Mac CI tests, so
this PR is making it more reliable reading on the closed client instead of
writing to it
This allows previewing single-line or multipline strings
that are too long too fit within the box in the inspector.
* Manifold does not have a snap property.
* Tolerance means simplification amount.
* CSG snap has been removed
* Add better error messages.
* Verbose print manifold meshgl64 properties as json.
* Update manifold for error fixes
…d node when editor is open during runtime
…ilename characters, instead of re-splitting each call.
…ng a rolling cache of character attributes, instead of re-computing each iteration.
…d project import ZIP file

Update editor/export/export_template_manager.cpp

Co-authored-by: A Thousand Ships <[email protected]>
This avoids a pathological performance cliff on Adreno devices
Repiteo and others added 25 commits December 9, 2024 14:33
…_whole_files

Move singleton StringName definitions to header
…deps

basis_universal: Clarify encoder-only dependencies, only used in editor builds
Fix for `RuntimeNodeSelect` `selection_list` showing up as an orphaned node when editor is open during runtime
Optimize batch uniform set creation by caching ptrw when creating batch uniform
…-underflow

Windows: Fix underflow before `delay_usec`
Avoid error spam when shaders fail to compile by freeing shader_data version when compilation fails
…bug_instnce

Hide `NavigationRegion2D`'s debug instance instead of freeing it, and hide it when `navigation_polygon` is set to null.
thorvg: Regenerate and apply patches
Add 3D translation sensitivity to Editor Settings
Mend gaps in meshes caused by trigonometric funcs.
Add support for 24-bit color escape sequences, simplify `print_rich` BBCode parsing.
Fix crash within header_guards when a file is too short
Fix discarded input event metadata in `xformed_by`
Export `EditorInspector::instantiate_property_editor` for use by plugins
Save color palette as resources to reuse later
SpinLock: Overhaul false sharing prevention
Optimize `String::copy_from` and `String::copy_from_unchecked` implementations, improving String allocation speed.
Fix handling of leading `..` in simplify_path
Fix incorrect drag preview position under transformed `CanvasLayer`.
…et-typed

Fix generic arrays and dictionaries in .NET not calling `set_typed`
GDScript: Add `@warning_ignore_start` and `@warning_ignore_restore` annotations
@Spartan322 Spartan322 merged commit 6f0eb78 into Redot-Engine:master Dec 11, 2024
20 checks passed
@Spartan322 Spartan322 deleted the merge/a372214 branch December 11, 2024 08:00
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.