Commit graph

11627 commits

Author SHA1 Message Date
LuoZhihao
453f4f13e4 SpinBox: Fix custom_arrow_step by snapping it to step 2025-07-06 18:12:37 +08:00
Stuart Carnie
5230f6c60c Apple: Use image atomic operations on supported Apple hardware
Co-authored-by: A Thousand Ships <96648715+AThousandShips@users.noreply.github.com>
2025-07-05 05:59:00 +10:00
Haoyu Qiu
2b312309f1 Clarify that Network Mode is not mandatory for plugins 2025-07-04 23:41:06 +08:00
Thaddeus Crews
dcd58937a5
Merge pull request #108113 from dogboydog/fix_getoptionvisibility_docs
Fix signature in docs of `EditorImportPlugin.GetOptionVisibility`
2025-07-03 12:21:25 -05:00
Thaddeus Crews
2dffa63107
Merge pull request #108166 from KoBeWi/sciles
Clarify initialization of scene tiles
2025-07-03 12:21:16 -05:00
Miziziziz
5bf4689a70
fix image download example code
using "https://placehold.co/512" as the url will cause image.load_png_from_buffer(body) to throw ERR_FILE_CORRUPT, need to specify that it's a png file in the url.
2025-07-03 00:32:47 -04:00
kobewi
701affde78 Better clarify initialization of scene tiles 2025-07-02 21:39:46 +02:00
dogboydog
f72c439a40 fix signature in docs of EditorImportPlugin._GetOptionVisibility 2025-07-01 19:54:06 -04:00
Thaddeus Crews
db31324714
Merge pull request #108056 from JekSun97/get_connection_list_from_node_doc
Add example of using `get_connection_list_from_node`
2025-07-01 17:58:01 -05:00
Thaddeus Crews
bae1dae12a
Merge pull request #107601 from Mickeon/documentation-add_type_hints-overhaul
Reword `text_editor/completion/add_type_hints`'s description
2025-07-01 17:57:57 -05:00
Serhii Snitsaruk
a095c5e3fa
GDScript call stack as reverse linked list with fixed coroutines
* GDScript call stack as reverse linked list with issues fixed
(originally proposed in 91006).
* Fix coroutine issues with call stack by resuming async call chain
inside `GDScriptFunction::call()`.
* This fixes corrupted line numbers for coroutines in the debugger and
backtrace (106489).

Co-authored-by: Juan Linietsky <reduzio@gmail.com>
2025-06-30 11:37:42 +02:00
JekSun97
8f51c22524 Add example of using get_connection_list_from_node 2025-06-29 01:37:45 +06:00
Rémi Verschelde
b9f05807c6
Merge pull request #107938 from krishnabm/patch-1
Specifiy return value in several store methods in `FileAccess`
2025-06-28 13:03:09 +02:00
Rémi Verschelde
a918657432
Merge pull request #107532 from MJacred/navmesh-docs
Add a note about navigation mesh baking issues when using `0` for the `agent_radius`
2025-06-28 13:02:57 +02:00
Rémi Verschelde
1123d7fd9c
Merge pull request #102499 from Jordyfel/resource-docs
Improve documentation of some `Resource` methods
2025-06-28 13:02:54 +02:00
Krishna Mahadevan
ef43409b2f Specified return value in several store methods in FileAccess
Some of the store methods did not specify the nature of return bool value.
Added it after referring to FileAccess.cpp method.

Moved return statement to preceding paragraph

Addressed comments: Moved return description to first line
2025-06-28 10:46:22 +05:30
BlueCube3310
16b9ee6f50 Image: Implement 16-bit unorm and uint formats 2025-06-28 00:30:52 +02:00
Mikael Hermansson
a3e58a385f Add opt-in GDScript warning for when calling coroutine without await 2025-06-27 20:24:41 +02:00
Anish Mishra
c82f7feb53 Document that native file dialog is only available on Android 10+ devices. 2025-06-27 17:07:50 +05:30
Thaddeus Crews
d89f4ab32f
Merge pull request #107965 from KoBeWi/deprecate_deprecation
Restore `graph_offset` property
2025-06-25 15:14:07 -05:00
Thaddeus Crews
e541ed13b2
Merge pull request #107823 from KoBeWi/setgettt
Clarify `_set`/`_get` description
2025-06-25 15:14:04 -05:00
Thaddeus Crews
75958c92eb
Merge pull request #107976 from Calinou/doc-gradient-sample
Document `Gradient.sample()` clamping behavior
2025-06-25 15:14:02 -05:00
kobewi
28a11ab551 Restore graph_offset property 2025-06-25 18:25:57 +02:00
Patrick Exner
5a7b6b7159 Add permission request for Apple embedded platforms, fix microphone input
Co-Authored-By: Miguel de Icaza <miguel@gnome.org>

Supersedes https://github.com/godotengine/godot/pull/107233
Fixes https://github.com/godotengine/godot-proposals/issues/12563
Fixes https://github.com/godotengine/godot/issues/33885

Superseding Miguel's PR to get it in during the beta stage.
2025-06-25 15:29:33 +02:00
Hugo Locurcio
5c638b2d89
Document Gradient.sample() clamping behavior 2025-06-25 15:21:00 +02:00
Aaron Franke
358d2ce4cc
Fix OptionButton ID value range documentation
Co-authored-by: Micky <micheledevita2@gmail.com>
2025-06-25 02:02:24 -07:00
Thaddeus Crews
5c7c5270a9
Merge pull request #107509 from MJacred/patch-1
Add warning about infinite recursion to NavigationAgent docs
2025-06-24 18:34:30 -05:00
Thaddeus Crews
db28859774
Merge pull request #107591 from timothyqiu/group-enable-default
Make `PROPERTY_HINT_GROUP_ENABLE` hide properties by default
2025-06-24 18:34:28 -05:00
kobewi
015cc38912 Mark GDScript and shader warnings for translation 2025-06-24 23:11:56 +02:00
Thaddeus Crews
987832be46
Merge pull request #107895 from AThousandShips/fix_doc_spelling
[Docs] Various grammar and spelling fixes
2025-06-24 09:58:50 -05:00
Thaddeus Crews
e5ece3c514
Merge pull request #107862 from Naros/scripteditor-clear-docs-from-script
Expose `ScriptEditor.clear_docs_from_script`
2025-06-24 09:58:48 -05:00
MJacred
b313955936 Add a note about navigation mesh baking issues when using 0 for the agent_radius 2025-06-24 15:10:07 +02:00
A Thousand Ships
2db7ecd410
[Docs] Various grammar and spelling fixes 2025-06-23 20:54:08 +02:00
MJacred
ef2ec1d937 Add a note about navigation mesh baking issues when using 0 for the agent_radius 2025-06-23 10:23:09 +02:00
Rémi Verschelde
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
Rémi Verschelde
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
Chris Cranford
7e0b1dfb25
Expose ScriptEditor.clear_docs_from_script 2025-06-22 13:55:01 -04:00
Pāvels Nadtočajevs
71834ebbdd
[GraphNode] Fix slot focus rect draw, make slot focus mode configurable. 2025-06-22 15:07:11 +03:00
kobewi
29a3f56701 Clarify _set/_get description 2025-06-21 22:58:54 +02:00
Yelloween
48d1c95a17 Update capsule documentations for size constraint clarifications 2025-06-21 20:49:41 +03:00
notgoyome
e37efa8722 Fix: make nav_map_2d uses rasterizer cell scale options in 2d navigation settings 2025-06-21 16:51:17 +02:00
Rémi Verschelde
bd90d6926d
Merge pull request #107786 from akien-mga/revert-102313
Revert "Rework scene preview thumbnails"
2025-06-21 11:14:22 +02:00
Rémi Verschelde
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
Rémi Verschelde
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
Rémi Verschelde
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
Pedro J. Estébanez
7dc37bdc9c Enhance bindings of deep resource duplication 2025-06-20 18:40:41 +02:00
Thaddeus Crews
c7d2ea4f68
Merge pull request #107388 from BastiaanOlij/openxr_render_models_ext
OpenXR: Add support for render models extension
2025-06-20 08:38:57 -05:00
Thaddeus Crews
8aba865a86
Merge pull request #107708 from bruvzg/os_restore
Restore per font oversampling override.
2025-06-20 08:38:56 -05:00
Pāvels Nadtočajevs
22e99a4901
Restore per font oversampling override. 2025-06-19 18:10:54 +03:00
Thaddeus Crews
71680094f8
Merge pull request #107715 from devloglogan/body-tracker-joint-fix
Adjust names of new `XRBodyTracker` joints
2025-06-19 09:53:54 -05:00