summaryrefslogtreecommitdiffstats
path: root/doc/classes
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #98283 from tetrapod00/canvasmodulate-linkThaddeus Crews2024-10-211-0/+1
|\ | | | | | | Docs: Add link to 2D lights and shadows from CanvasModulate
| * Docs: Add link to 2D lights and shadows from CanvasModulatetetrapod002024-10-171-0/+1
| |
* | Merge pull request #88530 from davthedev/tree-hover-itemsThaddeus Crews2024-10-211-0/+15
|\ \ | | | | | | | | | Add hover state to Tree items display
| * | Add hover state to Tree items displayDavid Giardi2024-10-171-0/+15
| | |
* | | Merge pull request #97205 from tetrapod00/inspect-native-shader-codeThaddeus Crews2024-10-212-1/+7
|\ \ \ | | | | | | | | | | | | Add "Inspect Native Shader Code" to shader inspector and shader editor
| * | | Add "Inspect Native Shader Code" to shader resource and shader editortetrapod002024-10-082-1/+7
| | | |
* | | | Merge pull request #98203 from timothyqiu/layout-dir-created-equalThaddeus Crews2024-10-212-2/+18
|\ \ \ \ | |_|_|/ |/| | | | | | | Add System Locale layout direction for `Control` and `Window`
| * | | Add System Locale layout direction for Control and WindowHaoyu Qiu2024-10-172-2/+18
| | | |
* | | | Merge pull request #96893 from tetrapod00/docs-crosslink-antialiasingClay John2024-10-173-13/+22
|\ \ \ \ | |/ / / |/| | | Docs: Add cross-links to antialiasing project settings
| * | | Docs: Add cross-links to antialiasing project settingstetrapod002024-09-113-13/+22
| | | |
* | | | Merge pull request #98238 from timothyqiu/not-appendThaddeus Crews2024-10-161-2/+2
|\ \ \ \ | | | | | | | | | | | | | | | Fix wording in description of `store_line` and `store_string`
| * | | | Fix wording in description of `store_line` and `store_string`Haoyu Qiu2024-10-161-2/+2
| | | | |
* | | | | Update use_native_dialog description in FileDialogAnish Mishra2024-10-161-1/+1
|/ / / /
* | | | Merge pull request #97295 from BlueCube3310/betsy-bc4Thaddeus Crews2024-10-141-2/+2
|\ \ \ \ | | | | | | | | | | | | | | | Betsy: Implement BC4 compression
| * | | | Betsy: Implement BC4 compressionBlueCube33102024-09-221-2/+2
| | | | |
* | | | | Merge pull request #94371 from KoBeWi/insane_particle_unification_😱Thaddeus Crews2024-10-141-0/+6
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | Unify particle editors
| * | | | | Unify particle editorskobewi2024-10-041-0/+6
| | | | | |
* | | | | | Merge pull request #97835 from krm01/typo-docs-packedvector2arrayThaddeus Crews2024-10-101-1/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Fix small typo on PackedVector2Array docs
| * | | | | | fix typo on PackedVector2Array docsKenton M2024-10-041-1/+1
| | |_|_|_|/ | |/| | | |
* / | | | | Clarify that fog_aerial_perspective does not actually use sky colorThomas ten Cate2024-10-071-1/+2
|/ / / / / | | | | | | | | | | | | | | | See #97803.
* | | | | Merge pull request #97292 from KoBeWi/infinite_submenus_in_your_editorRémi Verschelde2024-10-041-0/+18
|\ \ \ \ \ | |/ / / / |/| | | | | | | | | Add submenu support to EditorContextMenuPlugin
| * | | | Add submenu support to EditorContextMenuPluginkobewi2024-09-211-0/+18
| |/ / /
* | | | Merge pull request #97633 from ydeltastar/quickly-quick-openRémi Verschelde2024-10-041-0/+8
|\ \ \ \ | | | | | | | | | | | | | | | Make the "Quick Open" dialog available via `EditorInterface`
| * | | | Make the "Quick Open" dialog available via EditorInterfaceyds2024-10-041-0/+8
| | | | |
* | | | | Expose `LineEdit` `edit` and `unedit` methods.Mounir Tohami2024-10-041-1/+14
| | | | |
* | | | | Merge pull request #97743 from bruvzg/has_kbdRémi Verschelde2024-10-041-0/+7
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | [DisplayServer] Implement `has_hardware_keyboard` method for Android and iOS.
| * | | | | [DisplayServer] Implement has_hardware_keyboard method for Android and iOS.bruvzg2024-10-021-0/+7
| | | | | |
* | | | | | Merge pull request #97514 from bruvzg/font_contour_infoRémi Verschelde2024-10-041-0/+5
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | [Docs] Add notes about glyph contour decomposition format.
| * | | | | | [Docs] Adds notes about glyph contour decomposition format.bruvzg2024-09-271-0/+5
| | | | | | |
* | | | | | | Merge pull request #96230 from timothyqiu/per-domain-pseudolocalizationRémi Verschelde2024-10-042-2/+48
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Move pseudolocalization into `TranslationDomain`
| * | | | | | | Move pseudolocalization into TranslationDomainHaoyu Qiu2024-09-212-2/+48
| | |_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | Also adds command-line option `--editor-pseudolocalization`
* | | | | | | Merge pull request #93270 from Gamemap/feature-itemlist-autowidthRémi Verschelde2024-10-041-0/+3
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Add `Auto width` behavior to ItemList
| * | | | | | | Add `Auto width` behavior to ItemListGamemap2024-10-041-0/+3
| | |_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | Co-authored-by: Craig Hupin <althar93@hotmail.com>
* | | | | | | Merge pull request #88673 from vPumpking/FileDialog-FilterRémi Verschelde2024-10-041-0/+19
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Add filename filter field to FileDialog
| * | | | | | | Add filename filter field to FileDialogvPumpking2024-10-041-0/+19
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | Added possibility to filter files and folders through a text entry.
* | | | | | | Merge pull request #77213 from aaronfranke/sort-dictRémi Verschelde2024-10-041-0/+6
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | | | | | | | Add a sort method to Dictionary and HashMap
| * | | | | | Add a sort method to Dictionary and HashMapAaron Franke2024-10-021-0/+6
| | |_|/ / / | |/| | | |
* | | | | | Merge pull request #97519 from timothyqiu/itemlist-atRémi Verschelde2024-10-031-0/+16
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Add auto translate mode for items in `ItemList`
| * | | | | | Add auto translate mode for items in `ItemList`Haoyu Qiu2024-09-271-0/+16
| | | | | | |
* | | | | | | Merge pull request #90400 from DarioSamo/transfer_and_pipelinesRémi Verschelde2024-10-032-1/+49
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Ubershaders and pipeline pre-compilation (and dedicated transfer queues).
| * | | | | | | Implement asynchronous transfer queues, thread guards on RenderingDevice. ↵Dario2024-10-022-1/+49
| | |/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add ubershaders and rework pipeline caches for Forward+ and Mobile. - Implements asynchronous transfer queues from PR #87590. - Adds ubershaders that can run with specialization constants specified as push constants. - Pipelines with specialization constants can compile in the background. - Added monitoring for pipeline compilations. - Materials and shaders can now be created asynchronously on background threads. - Meshes that are loaded on background threads can also compile pipelines as part of the loading process.
* / | | | | | Document `Object.has_signal()` in the Signal class referenceHugo Locurcio2024-10-021-1/+1
|/ / / / / /
* | | | | | Merge pull request #97281 from reptofrog/deadzone-new-defaultRémi Verschelde2024-10-021-1/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Input: Change the default deadzone value for new actions from 0.5 to 0.2
| * | | | | | Changed the default deadzone value for new actions from 0.5 to 0.2Roman Morozov2024-10-011-1/+1
| | |/ / / / | |/| | | |
* | | | | | New Quick Open DialogStijn Hinlopen2024-10-011-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Updated list view with thumbnails, and separate file name. - Added a grid view which has larger icons. - Added toggle to filter out files from addons. - Store history for each opened resource type. New Editor settings for Quick Open: - Startup display mode (grid or list): - Determined by the requested resource type. - Whatever was last used. - Toggle to filter out files from addons (for persistence). Notes - The dialog is now created once in EditorNode, and globally available for other components. - A fixed number of result scenes are instantiated, and reused based on query. - Drop support for multiselect.
* | | | | | Merge pull request #97638 from mhilbrunner/fix-duplicate-wordsRémi Verschelde2024-10-017-7/+7
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Docs: remove duplicate words
| * | | | | | Docs: remove duplicate wordsMax Hilbrunner2024-09-307-7/+7
| | | | | | |
* | | | | | | Merge pull request #97602 from patowen/fix-region-filter-clip-enabledRémi Verschelde2024-10-011-1/+1
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Fix `region_filter_clip_enabled` to avoid sprite bleeding for interpolated sprite sheets
| * | | | | | | Clamp UV-coordinates to centers of outermost texels when configured to do soPatrick Owen2024-09-291-1/+1
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | In addition, fix region_filter_clip_enabled documentation to be consistent with AtlasTexture.xml, since that is the option whose behavior was fixed
* | | | | | | Merge pull request #97353 from timothyqiu/tree-atRémi Verschelde2024-10-011-0/+16
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Add auto translate mode for cells in `Tree`