summaryrefslogtreecommitdiffstats
path: root/editor/editor_data.h
Commit message (Expand)AuthorAgeFilesLines
* Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
* Add EditorContextMenuPluginManager and refactor menu pluginskobewi2024-09-031-29/+0
* Merge pull request #94582 from citizenll/feat_context_menu_plugin4.xRémi Verschelde2024-09-031-0/+30
|\
| * Add support for custom items to editor right-click context menuscitizenl2024-09-031-0/+30
* | Fix crash on reimport scene with animationsHilderin2024-08-021-0/+1
|/
* Enforce template syntax `typename` over `class`Thaddeus Crews2024-03-071-1/+1
* Add const lvalue ref to editor/* container parametersMuller-Castro2024-02-261-1/+1
* [Editor] Add `EditorPlugin::scene_saved` signalA Thousand Ships2024-01-221-0/+1
* Avoid unnecessary inspector updates when loading or switching scenesYuri Sizov2023-08-121-3/+3
* Fix node selection not handled correctly at launchkobewi2023-07-031-1/+0
* Fix some invalid plugin edit callskobewi2023-06-111-0/+1
* Allow GDExtensions to add editor pluginsDavid Snopek2023-05-251-0/+6
* Improve editor state persistenceHendrik Brucker2023-05-111-2/+2
* Extract editor run toolbar into its own componentYuri Sizov2023-04-191-0/+3
* Add support for icons in GDExtension classesYuri Sizov2023-03-311-0/+2
* Make icons of scripted and custom classes fit the editor UIYuri Sizov2023-03-311-1/+1
* Streamline class icon resolution in the editorYuri Sizov2023-03-311-0/+6
* Merge pull request #57606 from SaracenOne/update_on_reimportRémi Verschelde2023-01-231-1/+0
|\
| * Update instances of scenes which have been reimported.SaracenOne2023-01-161-1/+0
* | Cleanup unused engine code v2kobewi2023-01-191-2/+0
|/
* Add EditorUndoRedoManager singletonkobewi2023-01-161-2/+2
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Remove more instances of 'instance' being used as a verbVolTer2022-11-161-1/+1
* Improve handling of custom typeskobewi2022-09-051-0/+3
* Replace Array return types with TypedArraykobewi2022-08-221-1/+1
* Add per-scene UndoRedokobewi2022-08-221-6/+14
* Add a new HashSet templatereduz2022-05-201-1/+1
* Replace most uses of Map by HashMapreduz2022-05-161-6/+6
* Remove `RES` and `REF` typedefs in favor of spelled out `Ref<>`Hugo Locurcio2022-05-031-1/+1
* Cleanup EditorNode and EditorDataHendrik Brucker2022-03-301-30/+50
* Initialize bools in the headers in editorAaron Franke2022-03-121-3/+3
* Editor: Cleanup some includes dependenciesRémi Verschelde2022-02-151-5/+3
* Merge pull request #43015 from Xrayez/refactor-auto-instapropRémi Verschelde2022-02-081-0/+2
|\
| * Refactor auto-instantiation of `Object` properties in editorAndrii Doroshenko (Xrayez)2021-12-281-0/+2
* | Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
|/
* Remove unimplemented methodsMarcel Admiraal2021-10-211-2/+0
* Implement properties arrays in the Inspector.Gilles Roudière2021-09-071-1/+6
* Fix typos with codespellRémi Verschelde2021-05-201-1/+1
* Provide a way to hook into Inspectors UndoRedo.Gilles Roudière2021-05-041-0/+4
* Display scene file extensions in the editor only if there's ambiguityHugo Locurcio2021-03-201-1/+1
* Merge pull request #31747 from KoBeWi/scene_stalkingRémi Verschelde2021-02-101-0/+3
|\
| * Detect external modification of project.godotkobewi2021-02-091-1/+1
| * Detect external modification of scenesTomasz Chabora2021-01-161-0/+3
* | Merge pull request #43222 from KoBeWi/sub_editor_oblivionRémi Verschelde2021-01-291-1/+0
|\ \ | |/ |/|
| * Remove unused get_subeditor() methodTomasz Chabora2020-10-301-1/+0
* | Fix cases of resources destroyed too earlyPedro J. Estébanez2021-01-061-2/+2
* | Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* | Cleanup unused engine codeTomasz Chabora2020-12-091-1/+0
* | Initialize class/struct variables with default values in platform/ and editor/Rafał Mikrut2020-12-021-5/+5