summaryrefslogtreecommitdiff
path: root/editor/editor_data.h
AgeCommit message (Expand)Author
2022-05-20Add a new HashSet templatereduz
2022-05-16Replace most uses of Map by HashMapreduz
2022-05-03Remove `RES` and `REF` typedefs in favor of spelled out `Ref<>`Hugo Locurcio
2022-03-30Cleanup EditorNode and EditorDataHendrik Brucker
2022-03-12Initialize bools in the headers in editorAaron Franke
2022-02-15Editor: Cleanup some includes dependenciesRémi Verschelde
2022-02-08Merge pull request #43015 from Xrayez/refactor-auto-instapropRémi Verschelde
2022-01-03Update copyright statements to 2022Rémi Verschelde
2021-12-28Refactor auto-instantiation of `Object` properties in editorAndrii Doroshenko (Xrayez)
2021-10-21Remove unimplemented methodsMarcel Admiraal
2021-09-07Implement properties arrays in the Inspector.Gilles Roudière
2021-05-20Fix typos with codespellRémi Verschelde
2021-05-04Provide a way to hook into Inspectors UndoRedo.Gilles Roudière
2021-03-20Display scene file extensions in the editor only if there's ambiguityHugo Locurcio
2021-02-10Merge pull request #31747 from KoBeWi/scene_stalkingRémi Verschelde
2021-02-09Detect external modification of project.godotkobewi
2021-01-29Merge pull request #43222 from KoBeWi/sub_editor_oblivionRémi Verschelde
2021-01-16Detect external modification of scenesTomasz Chabora
2021-01-06Fix cases of resources destroyed too earlyPedro J. Estébanez
2021-01-01Update copyright statements to 2021Rémi Verschelde
2020-12-09Cleanup unused engine codeTomasz Chabora
2020-12-02Initialize class/struct variables with default values in platform/ and editor/Rafał Mikrut
2020-11-16Remove empty lines around braces with the formatting scriptAaron Franke
2020-11-07Reorganized core/ directory, it was too fatty alreadyreduz
2020-10-30Remove unused get_subeditor() methodTomasz Chabora
2020-05-14Style: Enforce braces around if blocks and loopsRémi Verschelde
2020-05-14Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde
2020-04-21Add proper type to most public API uses of ArrayJuan Linietsky
2020-04-02Replace NULL with nullptrlupoDharkael
2020-03-17Style: Set clang-format Standard to Cpp11Rémi Verschelde
2020-02-11Texture refactorJuan Linietsky
2020-01-01Update copyright statements to 2020Rémi Verschelde
2019-11-07Merge pull request #33343 from KoBeWi/scene_tree_dustingRémi Verschelde
2019-11-06Node create dialog filtering optimizationPouleyKetchoupp
2019-11-04Another scene tree dock menu cleanupTomasz Chabora
2019-08-15Allow to create scene from FileSystem dockTomasz Chabora
2019-01-01Update copyright statements to 2019Rémi Verschelde
2018-09-14Refactor editor icon retrievalwillnationsdev
2018-09-12Make core/ includes absolute, remove subfolders from include pathRémi Verschelde
2018-08-14Add custom icons to script classes.Will Nations
2018-07-25Add script hierarchies,add-script btn auto-derivesWill Nations
2018-06-18-Added AnimationGraphPlayer (still missing features)Juan Linietsky
2018-05-26Merge pull request #15489 from willnationsdev/gdnative-hookMax Hilbrunner
2018-05-08Merge pull request #15928 from StateOff/feature_batch_renameRémi Verschelde
2018-05-07Merge pull request #15640 from willnationsdev/resource-saved-signalMax Hilbrunner
2018-02-25Now the inspector will show the custom resources added via pluginMrCdK
2018-01-31Added EditorPlugin 'resource_saved' signalWill Nations
2018-01-22Implements "Batch Rename" editor tool.Blazej Floch
2018-01-08Add EditorPlugin.build() build callbacksWill Nations
2018-01-08Fixes #15416 - "The deleted nodes are hanging in the inspector."Blazej Floch