Commit Graph

11449 Commits

Author SHA1 Message Date
7cb1598d64 Update descriptions for driver resource enums . 2025-07-24 01:11:59 +08:00
3843a30b53 Merge pull request #108825 from bruvzg/fix_run_opt_icons
Fix editor one-click icons not showing.
2025-07-22 11:20:10 -05:00
9bb9a95f74 Merge pull request #108724 from KoBeWi/downtown_deprecation
Deprecate updown icon
2025-07-22 11:20:08 -05:00
e407f55fbf Fix editor one-click icons not showing. 2025-07-21 12:18:44 +03:00
917f8b1ba8 Deprecate updown icon 2025-07-19 23:23:55 +02:00
71a9948157 Merge pull request #108287 from syntaxerror247/fix-virtual-keyboard-height
Fix immersive mode and virtual keyboard height issue on Android
2025-07-18 11:05:19 -05:00
843e869230 Merge pull request #108285 from timothyqiu/network-mode
Clarify that Network Mode is not mandatory for plugins
2025-07-18 11:05:17 -05:00
728a8f7ccf Merge pull request #108718 from Koyper/split_container_touch_dragger_theme_colors
[SplitContainer] Fix inability to override touch dragger icon and add theme colors to touch dragger
2025-07-18 11:05:13 -05:00
6e0671e1c5 Merge pull request #108590 from ryevdokimov/update-auto-unfold-description
Update `auto_unfold_foreign_scenes` description
2025-07-18 11:05:11 -05:00
a1844396d3 Merge pull request #108617 from Calinou/doc-translation-po-plurals
Document Translation plurals requiring the use of the gettext PO format
2025-07-18 11:05:10 -05:00
e0f8055fb8 Merge pull request #108615 from Calinou/doc-animationmixer-started-signal
Document `AnimationMixer.animation_started` not being emitted for looping animations
2025-07-18 11:05:08 -05:00
21144401c3 Add theme colors to touch dragger and fix touch dragger icon theme 2025-07-17 13:05:47 -05:00
8702b38c7f Merge pull request #108196 from beicause/spinbox-custom-arrow-step-snap
SpinBox: Fix `custom_arrow_step` by snapping it to `step`
2025-07-17 10:34:43 -05:00
d8d3c86d71 Fix Immersive mode and keyboard height issues on Android 2025-07-16 23:31:47 +05:30
64c58c225a Merge pull request #107473 from m4gr3d/address_transparency_feedback
Address remaining feedback on Android background transparency
2025-07-16 11:27:54 -05:00
129143355f Merge pull request #108463 from kitbdev/fix-text-theme-issues
Fix some Text Editor theme issues and clean up
2025-07-16 11:27:52 -05:00
kit
7e9e3b767c Fix some Text Editor theme issues and clean up 2025-07-15 13:43:30 -04:00
837d299cf0 Document Translation plurals requiring the use of the gettext PO format 2025-07-14 22:54:57 +02:00
5c9dae8148 Document AnimationMixer.animation_started not being emitted for looping animations 2025-07-14 22:31:23 +02:00
2be2cbb720 Merge pull request #107782 from allenwp/vulkan-nonlinear-color-correction-dithering
Always perform color correction and debanding on nonlinear sRGB values.
2025-07-14 10:30:28 -05:00
6d1571e230 Update auto_unfold_foreign_scenes description 2025-07-14 15:26:53 +04:00
d36f394714 Merge pull request #108399 from bruvzg/rtl_vflscr
[RTL] Add option to scroll follow visible characters.
2025-07-10 11:39:31 -05:00
45a564f4f8 [RTL] Add option to scroll follow visible characters. 2025-07-10 17:30:09 +03:00
406a22d0da [RTL] Add method to get visible content bounding box. 2025-07-10 15:49:35 +03:00
a1591512f8 Always perform color correction and debanding on nonlinear sRGB values.
Fixes #107730

Co-authored-by: LuoZhihao <luo_zhihao@outlook.com>
2025-07-08 13:44:53 -04:00
3ade4b4b63 Address remaining feedback on https://github.com/godotengine/godot/pull/106709
Address https://github.com/godotengine/godot/pull/106709#discussion_r2114489487
2025-07-07 12:11:21 -07:00
db1b6b9356 Merge pull request #108028 from stuartcarnie/apple_image_atomics
Metal: Use image atomic operations on supported Apple hardware
2025-07-07 10:08:00 -05:00
2be0d7bb8f Merge pull request #108230 from Miziziziz/patch-1
Fix image download example code
2025-07-07 10:07:55 -05:00
453f4f13e4 SpinBox: Fix custom_arrow_step by snapping it to step 2025-07-06 18:12:37 +08:00
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
2b312309f1 Clarify that Network Mode is not mandatory for plugins 2025-07-04 23:41:06 +08:00
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
2dffa63107 Merge pull request #108166 from KoBeWi/sciles
Clarify initialization of scene tiles
2025-07-03 12:21:16 -05:00
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
701affde78 Better clarify initialization of scene tiles 2025-07-02 21:39:46 +02:00
f72c439a40 fix signature in docs of EditorImportPlugin._GetOptionVisibility 2025-07-01 19:54:06 -04:00
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
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
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
8f51c22524 Add example of using get_connection_list_from_node 2025-06-29 01:37:45 +06:00
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
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
1123d7fd9c Merge pull request #102499 from Jordyfel/resource-docs
Improve documentation of some `Resource` methods
2025-06-28 13:02:54 +02:00
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
c82f7feb53 Document that native file dialog is only available on Android 10+ devices. 2025-06-27 17:07:50 +05:30
d89f4ab32f Merge pull request #107965 from KoBeWi/deprecate_deprecation
Restore `graph_offset` property
2025-06-25 15:14:07 -05:00
e541ed13b2 Merge pull request #107823 from KoBeWi/setgettt
Clarify `_set`/`_get` description
2025-06-25 15:14:04 -05:00
75958c92eb Merge pull request #107976 from Calinou/doc-gradient-sample
Document `Gradient.sample()` clamping behavior
2025-06-25 15:14:02 -05:00
28a11ab551 Restore graph_offset property 2025-06-25 18:25:57 +02:00
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