summaryrefslogtreecommitdiff
path: root/editor/editor_node.h
AgeCommit message (Expand)Author
2021-02-10Merge pull request #31747 from KoBeWi/scene_stalkingRémi Verschelde
2021-02-09Detect external modification of project.godotkobewi
2021-01-29Modernize ThreadPedro J. Estébanez
2021-01-16Detect external modification of scenesTomasz Chabora
2021-01-06Merge pull request #44950 from reduz/shader-debuggerRémi Verschelde
2021-01-06Added ability to visualize native shadersreduz
2021-01-06Made save dialog open immediately when running unsaved scene.Eric M
2021-01-01Update copyright statements to 2021Rémi Verschelde
2020-12-28Merge pull request #44524 from madmiraal/rename-editor-viewportRémi Verschelde
2020-12-28Rename empty() to is_empty()Marcel Admiraal
2020-12-19Rename EditorInterface get_editor_viewport to get_editor_main_controlMarcel Admiraal
2020-12-16Make tool menu plugins use Callables for callbackkobewi
2020-12-14Rename the TextureProgress node to TextureProgressBarHugo Locurcio
2020-12-09Merge pull request #44128 from KoBeWi/🧹Rémi Verschelde
2020-12-09Cleanup unused engine codeTomasz Chabora
2020-12-09Fix connections to CanvasItem and Tabs signalsRémi Verschelde
2020-12-02Initialize class/struct variables with default values in platform/ and editor/Rafał Mikrut
2020-07-06Expose methods to play scene from plugin codeYuri Sizov
2020-07-02Remove unused class PaneDragStijn Hinlopen
2020-06-26implement generic filename disambiguationrileylyman
2020-06-19Remove ToolButton in favor of ButtonHugo Locurcio
2020-06-03Add a getter and property for the editor distraction-free modeHugo Locurcio
2020-05-14Style: Enforce braces around if blocks and loopsRémi Verschelde
2020-05-14Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde
2020-05-13Merge pull request #38637 from Calinou/editor-rename-revert-scene-bindRémi Verschelde
2020-05-12Support multiple debug protocols.Fabio Alessandrelli
2020-05-12Rename the editor action "Revert Scene" to "Reload Saved Scene"Hugo Locurcio
2020-04-02Remove Request Docs button in the script editor due to various issuesHugo Locurcio
2020-03-27Renamed 2D and 3D nodes to make their types explicitJuan Linietsky
2020-03-26Add macOS DisplayServer implementation.bruvzg
2020-03-26Working multiple window support, including editorJuan Linietsky
2020-03-26Added a Window node, and made it the scene root.Juan Linietsky
2020-03-17Style: Set clang-format Standard to Cpp11Rémi Verschelde
2020-03-08Move Debug menu logic to DebuggerEditorPluginFabio Alessandrelli
2020-02-26Reimplement Mutex with C++'s <mutex>Pedro J. Estébanez
2020-02-21Huge Debugger/EditorDebugger refactor.Fabio Alessandrelli
2020-02-18PoolVector is gone, replaced by VectorJuan Linietsky
2020-02-11Texture refactorJuan Linietsky
2020-01-14Export: Properly disable resource preview threadRémi Verschelde
2020-01-08Export: Add dedicated --export-pack option to export data packRémi Verschelde
2020-01-07Export: Improve usability of command line interfaceRémi Verschelde
2020-01-01Update copyright statements to 2020Rémi Verschelde
2019-12-24Cleans up headers included in editor_node.hHaoyu Qiu
2019-12-21Makes more editor strings translatableHaoyu Qiu
2019-10-31Make the editor dimming smarterMichael Alexsander
2019-10-24Resize custom class iconvolzhs
2019-09-04Merge pull request #31461 from IronicallySerious/add-vcs-integrationRémi Verschelde
2019-09-03Add VCS editor plugin UI elements to editorTwarit
2019-08-29Tweak the editor window dimming intensity, remove dim fade animationHugo Locurcio
2019-08-26[macOS] Add methods to modify global and dock menus. Add ability to open mult...bruvzg