summaryrefslogtreecommitdiff
path: root/editor/editor_node.cpp
AgeCommit message (Expand)Author
2018-09-20Merge pull request #22225 from groud/fix_draw_on_viewportRémi Verschelde
2018-09-20EditorNode: New default dock layoutRémi Verschelde
2018-09-20EditorNode: Reorder and cleanup initial dock setupRémi Verschelde
2018-09-20Merge pull request #21426 from groud/add_files_to_tree_viewRémi Verschelde
2018-09-18Fixes drawing of the 2D plugins on the 3D viewgroud
2018-09-15Bundle SSL certs with the templates.Fabio Alessandrelli
2018-09-15Fix video toggle UX issueRémi Verschelde
2018-09-14Refactor editor icon retrievalwillnationsdev
2018-09-14Replace the -show in filesystem- button by a RMB entrygroud
2018-09-14Merge the disable_split and show_files_in_tree settingsgroud
2018-09-14Add thumnails to the tree viewgroud
2018-09-13Use plain text instead of icons for video driver toggleRémi Verschelde
2018-09-13Merge pull request #21982 from luzpaz/misc-typosRémi Verschelde
2018-09-12Misc. typosluz.paz
2018-09-11Fix project and editor data paths not being opened correctly on macOSHugo Locurcio
2018-09-11Replace last occurrences of PropertyEditor by EditorInspectorRémi Verschelde
2018-09-11Merge pull request #21971 from scayze/window_title_updateRémi Verschelde
2018-09-11update window title when switching scenesManuel Strey
2018-09-11Revert "Fix selection of spatial nodes after selecting a non-spatial one."Rémi Verschelde
2018-09-10Merge pull request #21835 from DualMatrix/save_branchRémi Verschelde
2018-09-07Prevent overwriting open scenes when savingDualMatrix
2018-09-07Fix selection of spatial nodes after selecting a non-spatial one.JFonS
2018-08-24Drop old ShaderGraph code, obsoleted by VisualShaderRémi Verschelde
2018-08-22Merge pull request #21274 from YeldhamDev/meshlib_editor_fixesRémi Verschelde
2018-08-21Fix MeshLibrary editorMichael Alexsander Silva Dias
2018-08-21Merge pull request #21252 from vnen/remove-autoload-initRémi Verschelde
2018-08-20Disable scripting and physics early in EditorNodeGeorge Marques
2018-08-20Massive rewrite to AnimationTree. Many APIs changed in order to:Juan Linietsky
2018-08-15Merge pull request #19837 from willnationsdev/plugin-utilitiesRémi Verschelde
2018-08-14Merge pull request #20997 from Gamblify/add_files_to_tree_viewRémi Verschelde
2018-08-14Avoid scripts from being opened in same inspector, closes #20111Juan Linietsky
2018-08-14Merge pull request #20621 from YeldhamDev/bottom_panel_minRémi Verschelde
2018-08-14Add a way to disable the split viewgroud
2018-08-13Add warning color to output logChaosus
2018-08-08Fix a typo in a TTR() callHugo Locurcio
2018-08-08Merge pull request #20737 from Calinou/use-standard-button-textsJuan Linietsky
2018-08-07Several improvements to inspector.Juan Linietsky
2018-08-06Added proper import support for 3D and Array texturesJuan Linietsky
2018-08-05Use a standard "OK" text for confirmation buttons in error dialogsHugo Locurcio
2018-08-04Implemented IKAndreaCatania
2018-07-30Adjust bottom panel's minimal height for the expand iconMichael Alexsander Silva Dias
2018-07-29It is now possible to import images as a separate resource, closes #5738 and ...Juan Linietsky
2018-07-29Merge pull request #15269 from ianb96/context_menu_improvementsJuan Linietsky
2018-07-27Do conversion of scene preview icon at the end, improves save performance a b...Juan Linietsky
2018-07-26Add PluginConfigDialog, EditorPluginSettings GUIWill Nations
2018-07-26context menu improvementsIan
2018-07-26Merge pull request #19257 from volzhs/edit-visual-scriptRémi Verschelde
2018-07-26Reduce unnecessary COW on Vector by make writing explicitHein-Pieter van Braam
2018-07-25Add menu buttons to open the project and editor data foldersHugo Locurcio
2018-07-25Open internal visual script editor while use external editor is onvolzhs