emild
13c2b28cd6
remove incorrect single window mode inverted hint
2025-09-12 10:25:47 +02:00
Lukas Tenbrink
4c0026b053
Update links to the contributing section of the docs to the appropriate new sections.
2025-09-12 01:04:14 +02:00
Thaddeus Crews
f9b98b5faa
Merge pull request #110236 from Calinou/doc-canvasitem-draw-local
...
Document CanvasItem `draw_*()` methods using local coordinate space
2025-09-11 11:38:17 -05:00
Thaddeus Crews
43395e2bd5
Merge pull request #110018 from Ivorforce/contributing-links
...
Update class reference contribution link.
2025-09-11 11:38:16 -05:00
Roman Goldman
6379874180
Fix Basis.determinant() doc: uniform scale determinant is scale^3, not scale^2
...
Corrected a documentation mistake in Basis.determinant(). For a uniform scale basis, the determinant is scale^3, not scale^2.
2025-09-11 18:45:02 +03:00
Hugo Locurcio
9317c8eb23
Document the interaction between Light3D cull mask and GI/volumetric fog
2025-09-11 17:05:44 +02:00
Hugo Locurcio
1c62ba40b7
Disable unsupported SSR, SSS, DoF on transparent viewports
...
For technical reasons, transparent viewports cannot support
screen-space reflections, subsurface scattering and depth of field.
Previously, enabling any of these would turn transparent viewports
invisible.
2025-09-11 14:59:07 +02:00
Lukas Tenbrink
527f4e9e68
Update class reference contribution link.
2025-09-10 16:50:44 +02:00
Hugo Locurcio
bb16908a41
Document CanvasItem `draw_*()` methods using local coordinate space
2025-09-03 23:10:28 +02:00
BlueCube3310
feb3e904cb
Image: Improve `AlphaMode` documentation
2025-09-02 23:44:09 +02:00
Thaddeus Crews
82ce2fdcba
Merge pull request #110065 from allenwp/project-settings-docs-hdr2d
...
Update `ProjectSettings` HDR 2D documentation to include Compatibility
2025-09-01 12:25:45 -05:00
Thaddeus Crews
52a5644b5f
Merge pull request #108214 from Nintorch/fix-joypad-vendor-product
...
Fix `Input.get_joy_info()` regression after the SDL input driver PR
2025-09-01 11:14:12 -05:00
rxlecky
02e1919514
Cleanup and simplify camera override API
...
- Harmonise the camera override 2D and 3D APIs
- Switch to using Camera2D/3D nodes to provide override functionality. This makes for simpler code, gets rid of much of copy-pasted camera code and makes code that relies on current viewport camera such as VisibleOnScreenNotifiers and object picking work out of the box.
- Make camera override code only accesible within DEBUG_ENABLED builds
2025-08-31 15:34:46 +02:00
Allen Pestaluky
ce47160ea4
Update `ProjectSettings` HDR 2D documentation to include Compatibility support.
2025-08-29 13:54:00 -04:00
Nintorch
f28acf97d0
Fix Input.get_joy_info() regression
...
SDL input driver did not have the "xinput_index", "raw_name", "vendor_id" and "product_id" fields for this method and exposed an additional, essentially useless for the users "mapping_handled" field. This commit fixes these issues.
2025-08-29 22:13:40 +05:00
Thaddeus Crews
221731f30e
Merge pull request #110003 from WinnerWind/fix-zero-threadcount
...
Revert "Prevent crashing if `max_threads` is zero."
2025-08-27 13:39:44 -05:00
WinnerWind
976016b701
Revert "Prevent crashing if `max_threads` is zero."
...
This reverts commit a1788e09bf .
2025-08-27 09:02:34 +05:30
Thaddeus Crews
a1098362aa
Merge pull request #109877 from Calinou/doc-sprite2d-region-rect-shader
...
Document `REGION_RECT` canvas shader built-in in Sprite2D region property
2025-08-25 09:54:15 -05:00
Thaddeus Crews
8cb6bb95f0
Merge pull request #109747 from Calinou/doc-classdb-no-user-classes
...
Document ClassDB not storing information on user-defined classes
2025-08-25 09:54:14 -05:00
Thaddeus Crews
def17e6067
Merge pull request #108650 from Calinou/doc-projectsettings-type-inference
...
Clarify type inference in ProjectSettings Inferred Declaration warning
2025-08-25 09:54:13 -05:00
Hugo Locurcio
e00b1f2f4f
Document `REGION_RECT` canvas shader built-in in Sprite2D region property
2025-08-22 19:41:48 +02:00
Thaddeus Crews
b432e108d5
Merge pull request #109791 from Talkashie/master
...
Typo cleanup pass
2025-08-21 18:39:37 -05:00
Thaddeus Crews
ac7703977a
Merge pull request #109785 from Calinou/doc-astar-thread-safe
...
Fix incorrect statement on thread (un)safety in AStar class reference
2025-08-21 18:39:36 -05:00
Thaddeus Crews
c8e0845b86
Merge pull request #109813 from bruvzg/exc_note
...
Clarify that `EXCLUDE_FROM_CAPTURE` only works with native windows.
2025-08-21 06:24:24 -05:00
Pāvels Nadtočajevs
10e11ec87f
Rename SVGTexture to DPITexture.
2025-08-21 11:39:16 +03:00
Pāvels Nadtočajevs
dd6099617a
Clarify that EXCLUDE_FROM_CAPTURE only works with native windows.
2025-08-21 00:14:58 +03:00
Thaddeus Crews
be0406946f
Merge pull request #109805 from Repiteo/docs/svgtexture-experimental
...
Docs: Mark `SVGTexture` as experimental
2025-08-20 13:04:24 -05:00
Thaddeus Crews
048460b8d5
Merge pull request #109662 from raulsntos/compat-get_forced_export_files
...
Add default param value to `EditorExportPlatform::get_forced_export_files`
2025-08-20 12:07:17 -05:00
Thaddeus Crews
1413b5f910
Docs: Mark `SVGTexture` as experimental
2025-08-20 10:22:27 -05:00
Ozelot Vanilla
64af1f9866
fix - Typo in doc of `text_editor/theme/highlighting/gdscript/string_name_color`
2025-08-20 16:56:50 +09:00
Talkashie
bc7e68dfd1
Typos
2025-08-19 18:32:59 -05:00
Hugo Locurcio
8ee499d787
Fix incorrect statement on thread (un)safety in AStar class reference
2025-08-19 20:48:20 +02:00
David Snopek
b9bff1fba5
Expose `Thread::is_main_thread()`
2025-08-19 10:35:45 -05:00
Thaddeus Crews
3d87dcbd64
Merge pull request #109010 from LurkerAbove/viewport-gettexture-docs-add-cscode
...
Add the C# code equivalent to the documentation of Viewport.GetTexture()
2025-08-18 20:36:48 -05:00
Hugo Locurcio
336ba216ac
Document ClassDB not storing information on user-defined classes
2025-08-18 23:44:01 +02:00
Thaddeus Crews
42224bb750
Merge pull request #109694 from bruvzg/old_win_cap
...
[Windows] Fix color picker on old versions of Windows 10.
2025-08-18 08:29:13 -05:00
Thaddeus Crews
f5152699bc
Merge pull request #108768 from WinnerWind/fix-zero-threadcount
...
FIX: Prevent crashing if `max_threads` is zero.
2025-08-18 08:29:04 -05:00
Pāvels Nadtočajevs
274f88c5b8
[Windows] Fix color picker on old versions of Windows 10.
2025-08-18 09:23:31 +03:00
WinnerWind
a1788e09bf
Prevent crashing if `max_threads` is zero.
...
Adds a note in the docs that a thread count of 0 has the same effect as a thread count of -1.
Change language of WorkerThreadPool in ProjectSettings
Co-Authored-By: Tomasz Chabora <kobewi4e@gmail.com>
2025-08-17 20:12:41 +05:30
Raul Santos
702bbb3eab
Add default param value to `EditorExportPlatform::get_forced_export_files`
...
Add default parameter value to a new parameter added in 4.5 to `EditorExportPlatform::get_forced_export_files` so we can avoid breaking compatibility for GDScript.
2025-08-16 04:16:43 +02:00
Thaddeus Crews
d98931c170
Merge pull request #109320 from lavishbehemoth/process-docs
...
Update _physics_process and _process docs to reflect implementation.
2025-08-15 12:58:45 -05:00
Thaddeus Crews
34d01ea07e
Merge pull request #109607 from mihe/character-thread-sync
...
Fix `move_and_slide` forcing synchronization with physics thread
2025-08-15 12:58:44 -05:00
Haoyu Qiu
4c4d8b39f1
Clarify truncation behavior in file open modes
2025-08-15 23:53:45 +08:00
Lurker
0ea06fe446
Added the C# code equivalent to the note in Viewport.GetTexture()
...
Define 'viewport' for parity with GDScript's '$viewport'
Co-authored-by: Paul Joannon <437025+paulloz@users.noreply.github.com>
2025-08-14 18:53:34 -07:00
LavishBehemoth
fc7624491e
Update _physics_process and _process docs to reflect implementation.
2025-08-14 14:05:09 -04:00
Mikael Hermansson
6c907c2d37
Fix `move_and_slide` forcing synchronization with physics thread
...
Co-authored-by: Ricardo Buring <ricardo.buring@gmail.com>
2025-08-14 18:58:36 +02:00
Thaddeus Crews
e67074d0ab
Merge pull request #109552 from Calinou/doc-inputevent-is-action-type
...
Clarify the types `InputEvent.is_action_type()` will return `true` for
2025-08-14 09:28:02 -05:00
Thaddeus Crews
51206892fe
Merge pull request #109402 from dawdle-deer/dropdown-search-term
...
Add "dropdown" keyword to OptionButton and MenuButton
2025-08-13 18:42:15 -05:00
Thaddeus Crews
90ba13bd0b
Merge pull request #109528 from syntaxerror247/drive-selection-issue
...
Fix drive selection issue on Android
2025-08-13 18:42:13 -05:00
SPOXY
e0bf7ff072
Remove unused editor setting `editors/grid_map/palette_min_width`
...
This option is no longer used after the rework in #96922
Reported-by: Nodragem <geoffrey.megardon@gmail.com>
2025-08-13 18:19:37 +02:00
Hazel Kennedy
69015944e1
add dropdown keyword to MenuButton and OptionButton
2025-08-12 15:57:01 -07:00
Hugo Locurcio
4596894c8e
Clarify the types `InputEvent.is_action_type()` will return `true` for
2025-08-12 19:15:46 +02:00
Thaddeus Crews
cc9fcbeb1b
Merge pull request #109100 from aaronfranke/range-snap
...
Fix snapping logic in Range
2025-08-12 11:46:36 -05:00
Pāvels Nadtočajevs
10fd7163d4
Add methods to check which event first triggered "just pressed/released" state.
2025-08-12 16:25:23 +03:00
Aaron Franke
eee7ce635b
Fix snapping logic in Range
2025-08-12 03:32:27 -07:00
Anish Mishra
0ad232423d
Android: Add method to set root window color at runtime
2025-08-11 22:25:53 +05:30
Anish Mishra
5bcf9a5a57
Fix drive selection issue on Android
2025-08-11 21:47:00 +05:30
Leandro (cerberus1746) Benedet Garcia
510c8e642c
fix function used in the code example
2025-08-10 18:24:13 -03:00
KOGA Mitsuhiro
2560ddbce0
Add CameraServer camera_feeds_updated signal, and document async behavior
2025-08-08 03:53:41 +09:00
Thaddeus Crews
68e38b5d9c
Merge pull request #109242 from Calinou/doc-tree-item-collapsed-signal
...
Document `Tree.item_collapsed` also being emitted when the item is expanded
2025-08-06 12:01:20 -05:00
Thaddeus Crews
ff5d738f16
Merge pull request #109208 from SheepYhangCN/get-rendering-driver-name-desc-fix
...
Fix inaccurate description of `get_current_rendering_driver_name`
2025-08-06 12:01:19 -05:00
Thaddeus Crews
5a556c6528
Merge pull request #109118 from bruvzg/svg_nine
...
Add `SVGTexture`support to `NinePatchRect`, `TextureProgressBar` and `StyleBoxTexture`.
2025-08-06 12:01:11 -05:00
Hugo Locurcio
22285c8fd9
Document `OS.get_video_adapter_driver_info()` being slow to call the first time
...
- Add a code sample that shows how to call it from a thread
to avoid blocking the engine.
2025-08-06 14:39:16 +02:00
robert yevdokimov
11a4961081
Relocate `add_root_node` method to `EditorInterface` from `EditorScript` and deprecate old method
2025-08-05 17:23:57 +04:00
Hugo Locurcio
e4131712a4
Document `Tree.item_collapsed` also being emitted when the item is expanded
...
This also mentions that the signal is emitted even when the item is
expanded/collapsed through code.
2025-08-04 21:47:18 +02:00
Thaddeus Crews
dd129b6cef
Merge pull request #109095 from allenwp/docs10896
...
Update HDR 2D documentation to include Compatibility support.
2025-08-04 12:04:18 -05:00
Pāvels Nadtočajevs
610c98c1ce
Add `SVGTexture`support to `NinePatchRect`, `TextureProgressBar` and `StyleBoxTexture`.
2025-08-04 08:57:30 +03:00
Thaddeus Crews
45509c284c
Merge pull request #108029 from Joy-less/clarify-visible_characters
...
Clarify `visible_characters`
2025-08-03 10:51:18 -05:00
SheepYhangCN
a07306b532
Fix inaccurate description of `get_current_rendering_driver_name`
2025-08-02 03:14:27 +08:00
Thaddeus Crews
b33c3de691
Merge pull request #109180 from Calinou/doc-rigidbody-center-of-mass-auto
...
Clarify the behavior of `RigidBody.CENTER_OF_MASS_MODE_AUTO`
2025-08-01 11:45:20 -05:00
Hugo Locurcio
ad825a36ec
Clarify the behavior of `RigidBody.CENTER_OF_MASS_MODE_AUTO`
2025-08-01 00:38:33 +02:00
Hugo Locurcio
a37cfd0974
Add search keywords for CheckButton and ButtonGroup
2025-07-31 23:23:27 +02:00
Thaddeus Crews
eee305b9bd
Merge pull request #108921 from Giganzo/button-disabled
...
Fix button down signal not emitting on first press after being disabled
2025-07-31 10:39:10 -05:00
Thaddeus Crews
f9313aa27b
Merge pull request #108924 from bruvzg/ac17
...
Update access-kit to 0.17.0
2025-07-31 10:39:09 -05:00
Thaddeus Crews
c68213fe2a
Merge pull request #102350 from IceflowRE/update_add_item_doc
...
Update OptionButton documentation
2025-07-31 10:39:07 -05:00
Thaddeus Crews
22a54671ef
Merge pull request #98250 from Calinou/doc-physics-spiral-of-death
...
Improve documentation on "physics spiral of death" in ProjectSettings
2025-07-31 10:39:04 -05:00
Thaddeus Crews
34e88255c4
Merge pull request #108906 from maidopi-usagi/drvres_doc
...
Update documentation for `DriverResource` enum .
2025-07-31 10:39:03 -05:00
Joyless
4be5de05ab
Clarify `visible_characters`
...
Includes updates by @AThousandShips.
Co-Authored-By: A Thousand Ships <96648715+AThousandShips@users.noreply.github.com>
2025-07-31 16:15:56 +01:00
Jojo-1000
ab178719d9
Mark methods for various classes as required
2025-07-30 19:24:56 +02:00
Giganzo
63409a91e0
Fix button down signal not emitting on first press after being disabled
2025-07-30 16:23:42 +02:00
Thaddeus Crews
ea77d8a0e8
Merge pull request #109115 from syntaxerror247/javaclasswrapper-doc
...
JavaClassWrapper: Add example to invoke constructor
2025-07-30 09:03:46 -05:00
Thaddeus Crews
90cfd88eae
Merge pull request #108051 from RoyBerardo/listener_doppler_fix
...
Fix `AudioListener3D` not tracking velocity for doppler
2025-07-30 09:03:40 -05:00
Anish Mishra
0d3516a527
JavaClassWrapper: Add example to invoke constructor
2025-07-30 13:27:35 +05:30
Allen Pestaluky
1f363c7ba4
Update HDR 2D documentation to include Compatibility support.
2025-07-29 15:56:24 -04:00
kobewi
501675de85
Remove outdated note from EditorScript description
2025-07-29 13:43:22 +02:00
Roy Berardo
769795f54a
fix AudioListener3D not tracking self velocity for doppler
2025-07-28 23:02:16 -07:00
Pāvels Nadtočajevs
3f757c41fc
Update access-kit to 0.17.0
2025-07-29 08:37:01 +03:00
Thaddeus Crews
465c98862d
Merge pull request #108271 from protam12/mini-fix
...
Class docs: Fix ReflectionProbe note regarding Compatibility renderer support
2025-07-28 10:49:31 -05:00
Chaosus
610712a269
Add a way to filter neighbor points to AStar2D/3D
2025-07-28 13:25:02 +03:00
protam12
d8d64e548b
Update notice in ReflectionProbe class
2025-07-27 14:27:19 +03:00
Hugo Locurcio
56f355e709
Clarify type inference in ProjectSettings Inferred Declaration warning
2025-07-24 00:03:16 +02:00
Thaddeus Crews
0877199803
Merge pull request #108782 from skyace65/Spinbox-link-fix
...
Fix spinbox formatting to fix linking
2025-07-23 13:27:06 -05:00
MaidOpi
7cb1598d64
Update descriptions for driver resource enums .
2025-07-24 01:11:59 +08:00
skyace65
94fc2efaa2
Fix spinbox formatting to fix linking
2025-07-23 06:58:16 -04:00
Thaddeus Crews
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
Thaddeus Crews
9bb9a95f74
Merge pull request #108724 from KoBeWi/downtown_deprecation
...
Deprecate updown icon
2025-07-22 11:20:08 -05:00
Pāvels Nadtočajevs
e407f55fbf
Fix editor one-click icons not showing.
2025-07-21 12:18:44 +03:00
kobewi
917f8b1ba8
Deprecate updown icon
2025-07-19 23:23:55 +02:00
Thaddeus Crews
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
Thaddeus Crews
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
Thaddeus Crews
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
Thaddeus Crews
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
Thaddeus Crews
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
Thaddeus Crews
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
Koyper
21144401c3
Add theme colors to touch dragger and fix touch dragger icon theme
2025-07-17 13:05:47 -05:00
Thaddeus Crews
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
Anish Mishra
d8d3c86d71
Fix Immersive mode and keyboard height issues on Android
2025-07-16 23:31:47 +05:30
Thaddeus Crews
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
Thaddeus Crews
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
Pāvels Nadtočajevs
f20e5152ad
[EditorExportPlatform] Move initialization to a dedicated method.
2025-07-16 08:55:23 +03:00
kit
7e9e3b767c
Fix some Text Editor theme issues and clean up
2025-07-15 13:43:30 -04:00
Hugo Locurcio
837d299cf0
Document Translation plurals requiring the use of the gettext PO format
2025-07-14 22:54:57 +02:00
Hugo Locurcio
5c9dae8148
Document `AnimationMixer.animation_started` not being emitted for looping animations
2025-07-14 22:31:23 +02:00
Thaddeus Crews
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
robert yevdokimov
6d1571e230
Update `auto_unfold_foreign_scenes` description
2025-07-14 15:26:53 +04:00
shadow-foss
c5490f7284
Add toggle to insert keys/markers at current time or mouse position
...
Adds a new editor setting editors/animation/insert_at_current_time and a toggle button in the Animation Track Editor to let users choose whether to insert keys and markers at the current timeline cursor (when enabled) or at the mouse position (default behavior).
- Key insertion
- Paste and duplicate operations
- Editor setting persistence
- Icon by @TokageItLab
Fixes #103272
2025-07-13 09:57:27 +05:30
Thaddeus Crews
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
Pāvels Nadtočajevs
45a564f4f8
[RTL] Add option to scroll follow visible characters.
2025-07-10 17:30:09 +03:00
Pāvels Nadtočajevs
406a22d0da
[RTL] Add method to get visible content bounding box.
2025-07-10 15:49:35 +03:00
Allen Pestaluky
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
Aleksander Litynski
78f1543e35
Add an ObjectDB Profiling Tool
...
A new tab is added to the debugger that can help profile a game's memory usage.
Specifically, this lets you save a snapshot of all the objects in a running
game's ObjectDB to disk. It then lets you view the snapshot and diff two
snapshots against each other. This is meant to work similarly to Chrome's
heap snapshot tool or Unity's memory profiler.
2025-07-08 16:39:24 +02:00
Fredia Huya-Kouadio
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
Thaddeus Crews
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
Thaddeus Crews
2be0d7bb8f
Merge pull request #108230 from Miziziziz/patch-1
...
Fix image download example code
2025-07-07 10:07:55 -05:00
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