summaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* Fix freeze on non-thread-safe custom importersHunter Loftis2024-10-151-1/+2
|
* 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`
| * | | | | Add auto translate mode for cells in TreeHaoyu Qiu2024-10-011-0/+16
| |/ / / /
* | | | | Merge pull request #97333 from ↵Rémi Verschelde2024-10-011-4/+1
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | bits-by-brandon/consolidate-window-remember-editor-settings Consolidate remembering window settings into single config
| * | | | | Consolidate remembering window settings into single configBrandon Chang2024-10-011-4/+1
| |/ / / /
* | | | | Merge pull request #96980 from ↵Rémi Verschelde2024-10-011-0/+9
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | m4gr3d/enable_legacy_build_customization_by_plugin Expose `get_export_option_visibility` to editor plugins
| * | | | | Expose `get_export_option_visibility` to editor pluginsFredia Huya-Kouadio2024-09-291-0/+9
| | | | | |
* | | | | | Merge pull request #96542 from Maran23/inspector-scrolls-awayRémi Verschelde2024-10-011-0/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Fix Inspector may scroll away when editing a property that adds or removes sub properties
| * | | | | | Fix Inspector may scrolls away when editing a property that adds or removes ↵Marius Hanl2024-09-041-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | sub properties
* | | | | | | Merge pull request #91765 from chocola-mint/feat-markersRémi Verschelde2024-10-012-0/+160
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | | | | | | | | Add markers to Animation
| * | | | | | Add markers to animationchocola-mint2024-09-292-0/+160
| | | | | | |
* | | | | | | Merge pull request #97534 from j20001970/camerafeed-setterRémi Verschelde2024-09-291-0/+28
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Expose CameraFeed setters
| * | | | | | | Expose CameraFeed settersJason Kuo2024-09-271-0/+28
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Merge pull request #97229 from aryan-11825114/ctrl-x-visual-shaderRémi Verschelde2024-09-291-0/+5
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Add `GraphEdit.cut_nodes_request` signal