| 
								
								
									 Bastiaan Olij | b65b367a6f | OpenXR: Adding support for the render model extension | 2025-06-19 19:14:49 +10:00 |  | 
				
					
						| 
								
								
									 Thaddeus Crews | 08e72e8e6c | Merge pull request #107609 from raulsntos/dotnet/shortcut-docs C#: Fix Shortcut example | 2025-06-18 18:13:58 -05:00 |  | 
				
					
						| 
								
								
									 Thaddeus Crews | a07ea48f64 | Merge pull request #104530 from RedMser/accept-dialog-custom-action-docs Clarify that AcceptDialog's `custom_action` is only triggered if action is non-empty | 2025-06-18 18:13:55 -05:00 |  | 
				
					
						| 
								
								
									 Thaddeus Crews | a8d66fc6aa | Merge pull request #107576 from Elip100/patch-1 Docs: Fix typo and spacing in vector coordinates | 2025-06-18 18:13:47 -05:00 |  | 
				
					
						| 
								
								
									 Thaddeus Crews | 3a81b57e8c | Merge pull request #107567 from Joey-Einerhand/master Remove angle constraint mention from SkeletonModification2DFABRIK class docs | 2025-06-18 18:13:46 -05:00 |  | 
				
					
						| 
								
								
									 Thaddeus Crews | 82879db530 | Merge pull request #107564 from KoBeWi/super_notifications Add a note about `_notification()` being multilevel | 2025-06-18 18:13:44 -05:00 |  | 
				
					
						| 
								
								
									 Thaddeus Crews | dd3ae0b1a3 | Merge pull request #107554 from timothyqiu/depstr Improve `ResourceLoader.get_dependencies()`'s description | 2025-06-18 18:13:41 -05:00 |  | 
				
					
						| 
								
								
									 Thaddeus Crews | 2fc899e4dd | Merge pull request #98566 from Geometror/vs-refactor-p1 Fix and improve editor state persistence for the VisualShader editor | 2025-06-18 18:13:23 -05:00 |  | 
				
					
						| 
								
								
									 devloglogan | 7a2db8c67d | Adjust names of new XRBodyTracker joints | 2025-06-18 12:26:25 -05:00 |  | 
				
					
						| 
								
								
									 Raul Santos | 46bd73a4d0 | C#: Fix Shortcut example - Follow our code-style and conventions.
- Match the GDScript example more closely.
- Replace `set_events()` method with `events` property. | 2025-06-17 19:13:21 +02:00 |  | 
				
					
						| 
								
								
									 kobewi | b103f2d8c1 | Add a note about _notification() being multilevel | 2025-06-16 22:26:37 +02:00 |  | 
				
					
						| 
								
								
									 Micky | a8e9d8e37a | Reword text_editor/completion/add_type_hints's description | 2025-06-16 19:04:44 +02:00 |  | 
				
					
						| 
								
								
									 Elip100 | 62bcb5c315 | Docs: Fix typo and spacing in vector coordinates Co-authored-by: Rémi Verschelde <rverschelde@gmail.com> | 2025-06-16 15:44:20 +02:00 |  | 
				
					
						| 
								
								
									 Haoyu Qiu | a7ab249a2a | Make PROPERTY_HINT_GROUP_ENABLEhide properties by default | 2025-06-16 20:03:49 +08:00 |  | 
				
					
						| 
								
								
									 Haoyu Qiu | 2952e6f6aa | Improve ResourceLoader.get_dependencies()'s description | 2025-06-16 16:07:53 +08:00 |  | 
				
					
						| 
								
								
									 Rémi Verschelde | ce9faf6833 | Merge pull request #107565 from mihe/rigid-body-docs-warning Clarify note in documentation about childing rigid bodies | 2025-06-16 01:52:57 +02:00 |  | 
				
					
						| 
								
								
									 Rémi Verschelde | b6e09b7242 | Merge pull request #107474 from bruvzg/ds_docs_cap [Docs] Add few notes about screen capture. | 2025-06-16 01:52:24 +02:00 |  | 
				
					
						| 
								
								
									 Mikael Hermansson | ced648ff77 | Clarify warning in documentation about childing rigid bodies | 2025-06-15 22:27:29 +02:00 |  | 
				
					
						| 
								
								
									 Joey Einerhand | bc246408f5 | Remove angle constraint mention from SkeletonModification2DFABRIK.xml SkeletonModification2DFABRIK.xml does not support angle constraints, so the line in the docs saying it does should be removed. | 2025-06-15 20:20:03 +02:00 |  | 
				
					
						| 
								
								
									 Micky | 76a7c31a5d | Rename TreeItem's alt_texttodescriptionfor consistency...with Accessibility API | 2025-06-14 19:56:30 +02:00 |  | 
				
					
						| 
								
								
									 Hendrik Brucker | 666d7c030b | [VisualShader] Fix and improve editor state persistence | 2025-06-14 13:10:17 +02:00 |  | 
				
					
						| 
								
								
									 Rémi Verschelde | 4c5c577612 | Merge pull request #107368 from Meorge/docs/what-is-fuzzy-2 Improve description of fuzzy matching in editor settings documentation | 2025-06-13 18:37:30 +02:00 |  | 
				
					
						| 
								
								
									 Malcolm Anderson | cf56390e81 | Improve description of fuzzy matching in editor settings documentation Update doc/classes/EditorSettings.xml
Co-authored-by: Micky <66727710+Mickeon@users.noreply.github.com>
Update `max_fuzzy_misses` docs and "Fuzzy Search" tooltip to match `enable_fuzzy_matching`
Improve examples used and remove "middle of the filename" description
Apply suggestions from code review
Co-authored-by: Micky <66727710+Mickeon@users.noreply.github.com>
Co-authored-by: A Thousand Ships <96648715+AThousandShips@users.noreply.github.com>
Update doc/classes/EditorSettings.xml
Co-authored-by: Rémi Verschelde <rverschelde@gmail.com>
Improve phrasing for `enable_fuzzy_matching` description
Update doc/classes/EditorSettings.xml
Co-authored-by: A Thousand Ships <96648715+AThousandShips@users.noreply.github.com>
Semicolons | 2025-06-13 08:28:36 -07:00 |  | 
				
					
						| 
								
								
									 Rémi Verschelde | e15770e96a | Merge pull request #107472 from timothyqiu/classref-fixes Fix various errors in the class reference | 2025-06-13 15:54:05 +02:00 |  | 
				
					
						| 
								
								
									 Rémi Verschelde | cec5c89f9d | Merge pull request #107143 from Mickeon/documentation-miscellaneous-oddities-part-5 Fix miscellaneous oddities around the class reference (part 5) | 2025-06-13 15:53:47 +02:00 |  | 
				
					
						| 
								
								
									 Haoyu Qiu | 0e5b06c26d | Fix various errors in the class reference | 2025-06-13 21:14:55 +08:00 |  | 
				
					
						| 
								
								
									 smix8 | cbd446ac29 | Add navigation path query parameter limits Adds navigation path query parameter limits. | 2025-06-13 14:42:26 +02:00 |  | 
				
					
						| 
								
								
									 Pāvels Nadtočajevs | f54b314ae3 | [Docs] Add few notes about screen capture. | 2025-06-13 10:51:01 +03:00 |  | 
				
					
						| 
								
								
									 Hugo Locurcio | b6dcb111d2 | Document typed dictionaries and arrays in the class reference | 2025-06-13 01:53:17 +02:00 |  | 
				
					
						| 
								
								
									 Rémi Verschelde | c66d89d55d | Merge pull request #107382 from Calinou/editor-lightmapprobe-add-gizmo-size-setting Add a LightmapProbe gizmo size editor setting | 2025-06-13 01:30:56 +02:00 |  | 
				
					
						| 
								
								
									 Rémi Verschelde | 95e72a36f3 | Merge pull request #107347 from bruvzg/hr_hr_hr [RTL] Decouple image width/height "in percent" properties. Add [hr] tag support. | 2025-06-13 01:30:47 +02:00 |  | 
				
					
						| 
								
								
									 Rémi Verschelde | 856da6858c | Merge pull request #107085 from KoBeWi/new_in_folder Always use base directory in `CONTEXT_SLOT_FILESYSTEM_CREATE` | 2025-06-13 01:30:43 +02:00 |  | 
				
					
						| 
								
								
									 Rémi Verschelde | 22702244f8 | Merge pull request #105414 from KoBeWi/disable_uid_here Add `@export_file_path` to export raw paths (no UID) | 2025-06-13 01:30:24 +02:00 |  | 
				
					
						| 
								
								
									 Rémi Verschelde | fae09980bd | Merge pull request #105314 from bruvzg/ac_set_sep Add separate editor accessibility mode setting. | 2025-06-13 01:30:18 +02:00 |  | 
				
					
						| 
								
								
									 Rémi Verschelde | 4261cc07a5 | Merge pull request #107420 from JulianHeuser/audiostream_doc_update Documentation: Add clarification to `AudioStream.get_length` | 2025-06-12 23:32:55 +02:00 |  | 
				
					
						| 
								
								
									 Rémi Verschelde | ce3ebacb3e | Merge pull request #107381 from smix8/ref_iterations_2d Change 2D navigation region and link updates to an async process | 2025-06-12 23:32:48 +02:00 |  | 
				
					
						| 
								
								
									 Rémi Verschelde | ae33da972b | Merge pull request #106709 from m4gr3d/fix_transparency_flags Fix transparency background issue on Android | 2025-06-12 23:32:44 +02:00 |  | 
				
					
						| 
								
								
									 Rémi Verschelde | 34e4abd220 | Merge pull request #107445 from KoBeWi/lost_truth Fix outdated `MODE_FULLSCREEN` description | 2025-06-12 22:49:16 +02:00 |  | 
				
					
						| 
								
								
									 Rémi Verschelde | 2d8e408e7e | Merge pull request #103012 from KoBeWi/far_textures Better explain texture repeat | 2025-06-12 22:48:27 +02:00 |  | 
				
					
						| 
								
								
									 OsakiTsukiko | 805ad87340 | Add PackedByteArray conversion to PackedVector2Array, PackedVector3Array, PackedVector4Array and PackedColorArray | 2025-06-12 17:05:57 +02:00 |  | 
				
					
						| 
								
								
									 Julian | 246253661d | Documentation: Add clarification to AudioStream::get_length | 2025-06-12 11:04:54 -04:00 |  | 
				
					
						| 
								
								
									 kobewi | 41009718d2 | Fix outdated MODE_FULLSCREEN description | 2025-06-12 11:58:47 +02:00 |  | 
				
					
						| 
								
								
									 Pāvels Nadtočajevs | e87cccefca | Add line_breaking_strictnessproject setting. | 2025-06-12 09:26:52 +03:00 |  | 
				
					
						| 
								
								
									 Rémi Verschelde | 0fe406c73b | Merge pull request #106679 from KoBeWi/disable_files_in_file_dialog Allow customizing FileDialog's features | 2025-06-12 01:15:42 +02:00 |  | 
				
					
						| 
								
								
									 Rémi Verschelde | 986cc40c42 | Merge pull request #103907 from beicause/slider-draw-tick-center Slider: Add bottom and top ticks and tick offset | 2025-06-12 01:15:39 +02:00 |  | 
				
					
						| 
								
								
									 Rémi Verschelde | 0497ae9947 | Merge pull request #80710 from apples/7174-apples-stencil Add stencil support to spatial materials | 2025-06-12 01:15:35 +02:00 |  | 
				
					
						| 
								
								
									 kobewi | 4b1d5b55c7 | Allow customizing FileDialog's features | 2025-06-11 20:12:15 +02:00 |  | 
				
					
						| 
								
								
									 Danil Alexeev | f864d0ce11 | GDScript: Re-add ord()function | 2025-06-11 21:01:13 +03:00 |  | 
				
					
						| 
								
								
									 Apples | d674c9e289 | Add stencil support for spatial materials | 2025-06-11 09:59:10 -05:00 |  | 
				
					
						| 
								
								
									 Rémi Verschelde | 875a0979f3 | Merge pull request #107344 from timothyqiu/can-auto-translate Expose `Node.can_auto_translate()` | 2025-06-11 11:20:18 +02:00 |  |