summaryrefslogtreecommitdiffstats
path: root/editor/editor_node.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | Reduce and prevent unnecessary random-access to `List`A Thousand Ships2024-05-041-7/+7
| |/ / / / |/| | | |
* | | | | Merge pull request #90608 from raulsntos/editor/enable-plugin-after-addingRémi Verschelde2024-05-021-1/+4
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Enable `EditorPlugin` added by modules and GDExtensionsRaul Santos2024-04-131-1/+4
| | |/ / | |/| |
* | | | Fix crash when switching main screen from a disabled plugin main screen if co...Daylily-Zeleen2024-05-011-0/+4
| |/ / |/| |
* | | Organize existing code for editor pluginsAaron Franke2024-04-271-2/+2
* | | Fix GDExtension documentation disappearing after hot-reloadDavid Snopek2024-04-251-0/+3
| |/ |/|
* | Merge pull request #90653 from ajreckof/Fix-going-forward-backward-in-editor-...Rémi Verschelde2024-04-171-3/+11
|\ \
| * | Fix going forward backward in editor selection history.ajreckof2024-04-141-3/+11
| |/
* | Merge pull request #90616 from Rindbee/update-undo-redo-allowed-after-switchi...Rémi Verschelde2024-04-171-0/+2
|\ \
| * | Update undo redo allowed after switching scene tab风青山2024-04-131-0/+2
| |/
* | Make the loading scene open in the current scene tab if the current scene is ...风青山2024-04-161-13/+21
* | Add an editor setting to import resources while unfocusedHugo Locurcio2024-04-151-0/+12
* | Improve error when scene/resource is saved with newer formatkobewi2024-04-151-0/+5
* | Rename Q&A to Forum in the Help top barAdam Scott2024-04-141-3/+3
|/
* Merge pull request #90441 from Calinou/editor-move-build-profile-editorRémi Verschelde2024-04-101-5/+4
|\
| * Move engine build profile editor to Tools submenuHugo Locurcio2024-04-091-5/+4
* | Merge pull request #90432 from Rindbee/correctly-replace-scene-root-when-must...Rémi Verschelde2024-04-101-3/+1
|\ \
| * | Revert what needs to be revertedajreckof2024-04-101-3/+1
| |/
* | Merge pull request #86386 from timothyqiu/empty-layout-nameRémi Verschelde2024-04-101-4/+0
|\ \ | |/ |/|
| * Strip edges of editor layout namesHaoyu Qiu2024-03-311-4/+0
* | Fix strange visual bug with camera and external change.ajreckof2024-04-071-1/+3
* | Prevent dropping Resource to the same resource pickerkobewi2024-04-051-2/+2
* | Merge pull request #90078 from SirLich/project-tools-paletteRémi Verschelde2024-04-041-2/+2
|\ \
| * | Include project->tools in command paletteSirLich2024-03-311-2/+2
| |/
* | Merge pull request #89974 from jsjtxietian/tab-closeRémi Verschelde2024-04-041-0/+7
|\ \
| * | Reset `tab_closing_menu_option` when cancel closing editorjsjtxietian2024-03-281-0/+7
| |/
* | Merge pull request #89735 from bruvzg/ed_native_fd2Rémi Verschelde2024-04-041-14/+7
|\ \
| * | [Native File Dialog] Add support for using native dialogs in the editor.bruvzg2024-03-281-14/+7
| |/
* | Merge pull request #89179 from groud/expose_tile_map_layerRémi Verschelde2024-04-041-2/+2
|\ \
| * | Expose TileMapLayerGilles Roudière2024-04-031-2/+2
| |/
* | Merge pull request #89017 from kitbdev/add-close-docksRémi Verschelde2024-04-041-6/+8
|\ \
| * | Allow docks to be closedkit2024-03-291-6/+8
| |/
* / fix node duplication in update after external changes.ajreckof2024-04-031-8/+8
|/
* Merge pull request #89447 from ajreckof/fix-error-crash-on-change-type-root-a...Rémi Verschelde2024-03-241-8/+8
|\
| * fix error where update wouldn't reconnect the signal it should have reconnect...ajreckof2024-03-221-8/+8
* | Merge pull request #88003 from kitbdev/dock-manager-fixesRémi Verschelde2024-03-241-17/+8
|\ \
| * | Refactor and fix issues in Editor Dock Managerkit2024-03-161-17/+8
* | | [NativeMenu] Fix changes lost due to incorrect rebase (menu goes under task b...bruvzg2024-03-151-2/+4
* | | Fix main button margins in custom themesMatt Enad2024-03-131-3/+2
| |/ |/|
* | Merge pull request #82084 from ogapo/pr/pck-cache-mergeRémi Verschelde2024-03-111-0/+3
|\ \
| * | Merge uid_cache.bin and global_script_class_cache.cfg after mounting PCKsDavid Nikdel2024-03-061-0/+3
| |/
* | Editor Help: Add syntax highlighting for code blocksDanil Alexeev2024-03-091-0/+14
* | Fix reporting exit code when command line export failsRémi Verschelde2024-03-071-1/+3
* | Merge pull request #87452 from bruvzg/native_menuRémi Verschelde2024-03-061-3/+3
|\ \ | |/ |/|
| * Move `global_menu_*` methods to a separate `NativeMenu` class.bruvzg2024-03-041-3/+3
* | Add editor shortcuts to toggle bottom panel visibilityHugo Locurcio2024-03-051-2/+5
* | Allow configuring the script filename casing ruleRedMser2024-03-051-4/+27
|/
* Merge pull request #88913 from Cass-dev-web/macos-shortcut-saviorRémi Verschelde2024-03-041-0/+1
|\
| * Modify shortcut override for closing scene on macOSCass2024-02-271-0/+1
* | Do not attempt to set cursor shape when that feature is not available.Christen Lofland2024-03-021-1/+3