Commit Graph

75629 Commits

Author SHA1 Message Date
a59587c308 GDScript: Fix double spaces for type hints when connecting signal 2025-06-23 21:46:03 +03:00
88b9932ce1 Merge pull request #107893 from beicause/mobile-fix-vertex-color-writing
Vulkan Mobile: Fix writing vertex color in spatial shader
2025-06-23 09:37:23 -05:00
97f4b8a260 Merge pull request #107788 from dsnopek/gdextension-interface-minor-adjustments
Fix minor inconsistencies and errors in `gdextension_interface.h`
2025-06-23 09:37:22 -05:00
7c32170c52 Merge pull request #107842 from beicause/Fix-can't-convert-to-ShaderMaterial-in-FileSystemDock
Fix can't convert to ShaderMaterial in FileSystemDock
2025-06-23 09:37:21 -05:00
ea75954575 Vulkan Mobile: Fix writing vertex color in spatial shader 2025-06-23 21:30:48 +08:00
52dae1257c Fix can't convert to ShaderMaterial in FileSystemDock
Co-authored-by: KoBeWi <kobewi4e@gmail.com>
2025-06-23 01:16:00 +00:00
242b8ff80a Merge pull request #107858 from Mingxi-Z/fix-rendering-sky-reflection-98487
Ensure sky orientation is set when reflection uses sky
2025-06-23 00:21:13 +02:00
8affc4c130 Merge pull request #107854 from lawnjelly/revert_reduce_xform
Revert "FTI - Reduce `VisualInstance3D` xform notifications"
2025-06-23 00:21:10 +02:00
ba049a5565 Merge pull request #107825 from bruvzg/gr_slot_fm
[GraphNode] Fix slot focus rect draw, make slot focus mode configurable.
2025-06-23 00:21:07 +02:00
d786339841 Merge pull request #106040 from KoBeWi/paths_stored_as_integer_lol
Fix wrong context menu argument from FileSystem's item list
2025-06-23 00:21:03 +02:00
d0d13b5f4c Merge pull request #101732 from Yelloween10/update-capsule-docs
Update capsule documentations for size constraint clarifications
2025-06-23 00:20:56 +02:00
de2aa1bc4d Fix: Ensure sky orientation is set when reflection uses sky 2025-06-22 23:50:39 +08:00
55978b5024 Revert "FTI - Reduce VisualInstance3D xform notifications"
This reverts commit e10003ce33.
2025-06-22 15:44:52 +01:00
0b5230b7be Fix wrong context menu argument from FileSystem's item list 2025-06-22 15:10:27 +02:00
d5eb66947b Fix minor inconsistencies and errors in gdextension_interface.h 2025-06-22 07:56:00 -05:00
71834ebbdd [GraphNode] Fix slot focus rect draw, make slot focus mode configurable. 2025-06-22 15:07:11 +03:00
d7bdc0be16 Merge pull request #107834 from BrotherShort/fix-rename-autoloads
Tree: Fix handling of `__focus_rect` with various Select Modes
2025-06-22 11:59:36 +02:00
a5ccacd32c Merge pull request #107820 from Meowcat285/master
Fix buffer size calculations in lightmapper_rd.cpp to account for element sizes
2025-06-22 11:59:32 +02:00
5ecf36af40 Merge pull request #107818 from KoBeWi/a$$pect
Fix aspect ratio of small thumbnails
2025-06-22 11:59:29 +02:00
8450eb2411 Merge pull request #107808 from apples/apples-stencil-preset-readwrite-fix
Fix stencil preset `next_pass` stencil flags
2025-06-22 11:59:26 +02:00
9557a3dc9c Merge pull request #107807 from apples/107806-apples-stencil-priority-fix
Fix stencil preset priorities
2025-06-22 11:59:23 +02:00
2e170c4cef Merge pull request #107802 from Notgoyome/navmap_builder_error
NavigationServer2D: Bind missing `merge_rasterizer_cell_scale` setting and functions
2025-06-22 11:59:19 +02:00
2e60d51499 Merge pull request #107796 from Ivorforce/resize-rereserve
Use `reserve` in `LocalVector::resize`, to restore expected growth behavior
2025-06-22 11:59:15 +02:00
260190c057 Merge pull request #107742 from m4gr3d/address_api_35_ui_issues
Android: Address API 35 UI behavior changes
2025-06-22 11:59:12 +02:00
6ff0616054 Merge pull request #107375 from suhankins/master
Add a proper error message when trying to add node to a group with an empty name
2025-06-22 11:59:08 +02:00
0129180c72 Merge pull request #106567 from TokageItLab/fix-fadeout-dur
Fix fade out duration to extend a bit take into account current delta in NodeOneShot
2025-06-22 11:59:01 +02:00
842b534bee Fix rename autoloads 2025-06-22 12:59:48 +08:00
b16b3ea383 Fix buffer size calculations in lightmapper_rd.cpp to account for element sizes 2025-06-21 21:20:56 -04:00
1110df7e14 Fix aspect ratio of small thumbnails 2025-06-21 21:13:36 +02:00
48d1c95a17 Update capsule documentations for size constraint clarifications 2025-06-21 20:49:41 +03:00
b0947003e0 Fix stencil preset next_pass stencil flags 2025-06-21 11:05:32 -05:00
8ce3011ae6 Fixed stencil preset priorities 2025-06-21 10:48:25 -05:00
e37efa8722 Fix: make nav_map_2d uses rasterizer cell scale options in 2d navigation settings 2025-06-21 16:51:17 +02:00
6e650163da Add a proper error message when trying to add node to a group with an empty name 2025-06-21 13:58:31 +04:00
697e0bb077 Use reserve in LocalVector::resize, to restore expected growth behavior. 2025-06-21 11:23:05 +02:00
4e6ac9bccc Merge pull request #107787 from Riteo/certified-integer-moment
Wayland: Fix division by zero when scale is less than 1
2025-06-21 11:14:26 +02:00
bd90d6926d Merge pull request #107786 from akien-mga/revert-102313
Revert "Rework scene preview thumbnails"
2025-06-21 11:14:22 +02:00
a0f9f5d90a Merge pull request #107770 from RandomShaper/fix_res_dupe_bindings
Enhance bindings of deep resource duplication
2025-06-21 11:14:19 +02:00
e5574561b1 Merge pull request #107766 from KoBeWi/buttonanza
Swap UID and path buttons
2025-06-21 11:14:13 +02:00
595395c7e0 Merge pull request #107698 from BastiaanOlij/fix_gles3_stereo_output
Fix GLES3 stereo output (sRGB + lens distortion)
2025-06-21 11:14:10 +02:00
e1d3fe873b Merge pull request #107686 from vaner-org/filesystem-main-scene-check-uid
Check UID to disable "Set as Main Scene" in FileSystemDock
2025-06-21 11:14:06 +02:00
1792d4e572 Merge pull request #105048 from Mickeon/documentation-no-differences-RayCast
Fix differences between RayCast2D and RayCast3D documentation
2025-06-21 11:14:02 +02:00
9d9e90b026 Merge pull request #102123 from elenakrittik/docs/add-init-example
Add a note about `Object._init` and required parameters in relation to `@rpc`
2025-06-21 11:13:55 +02:00
2253c0f470 Add a note about Object._init and required parameters in relation to @rpc 2025-06-21 11:05:24 +02:00
b60b68055f Wayland: Fix division by zero when scale is less than 1
The `Vector2i` division operator casts doubles down to `int32_t`. It
would thus truncate the fractional scale factor to 0 if less than 1,
resulting in a FPE on x86_64.
2025-06-21 03:09:51 +02:00
45533589e4 Revert "Rework scene preview thumbnails"
This reverts commit 08343189dc.

While the feature is great, a number of issues have been found with the
implementation, and we need more time to resolve them.

So we roll this back for 4.5, to rework the feature for a later Godot
release.
2025-06-21 00:05:57 +02:00
6af4ef019c Revert follow-ups to #102313 before reverting that PR
This reverts the following commits:

- cd6e5ba9f4
- d36a3e5c06
- f2c6d16290
- aae51963ef
2025-06-21 00:04:39 +02:00
2f4c3d411c Address API 35 UI behavior changes
- Fix issue on foldable where the embedded window would obscure the main window when launching
- Fix edge-to-edge support for non-immersive apps / games
- Add edge-to-edge export option to allow non-immersive apps / games to extend edge to edge
2025-06-20 13:29:38 -07:00
7dc37bdc9c Enhance bindings of deep resource duplication 2025-06-20 18:40:41 +02:00
4b9e65da73 Swap UID and path buttons 2025-06-20 16:18:21 +02:00