summaryrefslogtreecommitdiffstats
path: root/editor/editor_node.h
Commit message (Expand)AuthorAgeFilesLines
* Extract editor run toolbar into its own componentYuri Sizov2023-04-191-46/+13
* Decouple EditorInterface from EditorPluginYuri Sizov2023-04-171-1/+1
* Improve includes of EditorNode (and everything else)Yuri Sizov2023-04-071-26/+26
* Scene tab closing refactorkobewi2023-04-031-4/+6
* Streamline class icon resolution in the editorYuri Sizov2023-03-311-3/+3
* Prevent cache corruption when saving resources in the editorYuri Sizov2023-03-081-0/+1
* Merge pull request #73365 from bruvzg/no_transient_childrenRémi Verschelde2023-03-021-5/+6
|\
| * Automatically reparent editor message dialogs to avoid error spam.bruvzg2023-02-211-5/+6
* | Fix ownership bug on ancestor nodes when scene is reimported.SaracenOne2023-02-221-0/+4
|/
* Merge pull request #72552 from m4gr3d/cleanup_custom_build_mainRémi Verschelde2023-02-061-1/+1
|\
| * Rename Godot's 'custom build' to 'gradle build' to better reflect the underly...Fredia Huya-Kouadio2023-02-021-1/+1
* | More fixes to over plugin handlingkobewi2023-02-061-0/+1
|/
* Prevent wrong unedit when clicking editor viewportkobewi2023-02-011-0/+1
* Fix broken bottom panel switchingSilc Renew2023-01-311-0/+1
* Merge pull request #57606 from SaracenOne/update_on_reimportRémi Verschelde2023-01-231-0/+35
|\
| * Update instances of scenes which have been reimported.SaracenOne2023-01-161-0/+35
* | Merge pull request #71770 from KoBeWi/better_editing_or_somethingRémi Verschelde2023-01-221-7/+5
|\ \
| * | Rework EditorPlugin editing logickobewi2023-01-221-7/+5
| |/
* | Merge pull request #67253 from KoBeWi/PICKER_USAGE_NO_EDITORRémi Verschelde2023-01-211-1/+1
|\ \ | |/ |/|
| * Remove editor dependencies from ColorPickerkobewi2022-10-111-1/+1
* | Merge pull request #70668 from KoBeWi/never_give_upRémi Verschelde2023-01-161-0/+2
|\ \
| * | Retry loading addons after filesystem scankobewi2022-12-281-0/+2
* | | Add EditorUndoRedoManager singletonkobewi2023-01-161-1/+0
* | | Move remote debug buttons to a single menu.bruvzg2023-01-141-1/+1
* | | Fix Undo/Redo not working until Scene menu is opened.Eric M2023-01-081-0/+2
* | | Simplify some editor plugin logic and remove dead codeYuri Sizov2023-01-051-1/+0
* | | One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
|/ /
* | Add a dialog for customizing FBX importreduz2022-12-181-0/+4
* | Use forward-declarations in big editor classestrollodel2022-11-291-4/+9
* | Merge pull request #60686 from trollodel/move_editor_registrationRémi Verschelde2022-11-181-3/+2
|\ \
| * | Move editor class and plugin registrations to a dedicated filetrollodel2022-11-181-3/+2
* | | Merge pull request #68709 from MewPurPur/instance-begone-part3Rémi Verschelde2022-11-161-1/+1
|\ \ \ | |/ / |/| |
| * | Remove more instances of 'instance' being used as a verbVolTer2022-11-161-1/+1
* | | Allow to disable History Dock via feature profilekobewi2022-11-071-0/+2
|/ /
* | Merge pull request #62416 from Calinou/movie-maker-request-attention-on-finishRémi Verschelde2022-10-311-0/+3
|\ \
| * | Request attention on the editor window when done recording a movieHugo Locurcio2022-06-261-0/+3
* | | Added custom node exportGuilherme Sousa2022-10-141-0/+2
| |/ |/|
* | Rename remaining "Spatial" in Plugins to "Node3D"Micky2022-10-041-3/+3
* | Merge pull request #58049 from jmb462/fix-distraction-mode-docks-tabRémi Verschelde2022-09-281-1/+1
|\ \
| * | Prevent docks to be reset to first tab when switching dock visibilityjmb4622022-05-161-1/+1
* | | [macOS extend-to-title] Add scene/project name to the editor title, fix incor...bruvzg2022-09-221-1/+5
* | | Merge pull request #65541 from clayjohn/renderer-settingRémi Verschelde2022-09-201-6/+6
|\ \ \
| * | | Split rendering driver project setting into renderer_name and rendering_drive...clayjohn2022-09-191-6/+6
* | | | Merge pull request #44143 from KoBeWi/callable_multiplayerRémi Verschelde2022-09-181-3/+5
|\ \ \ \
| * | | | Port remaining connections to callable_mpTomasz Chabora2022-09-181-5/+5
| |/ / /
* | | | Merge pull request #65561 from ryburnj/inconsistent-cap-scene-file-nameRémi Verschelde2022-09-181-6/+8
|\ \ \ \
| * | | | Fix inconsistent scene file name casing by moving existing Name_Casing code t...ryburnj2022-09-181-6/+8
| |/ / /
* / / / Remove unused _clear_undo_history methodkobewi2022-09-171-2/+0
|/ / /
* | | Merge pull request #65494 from V-Sekai/fix_inspect_command_contextRémi Verschelde2022-09-141-1/+1
|\ \ \
| * | | In inspector, show 'edit' button instead of 'inspect' when resource is part o...SaracenOne2022-09-071-1/+1