summaryrefslogtreecommitdiff
path: root/editor/editor_node.cpp
AgeCommit message (Expand)Author
2019-04-21Merge pull request #27979 from Paulb23/remember_script_stateRémi Verschelde
2019-04-13Restore script editor state between sessionsPaulb23
2019-04-07Merge pull request #26551 from ZahFox/editor-shortcutsRémi Verschelde
2019-04-07Merge pull request #27151 from vorabrijesh/updatedRémi Verschelde
2019-04-07Change Help menu shortcut to Shift+F1: Fixes #3786vorabrijesh
2019-04-05Fix -Wimplicit-fallthrough warnings from GCC 8Rémi Verschelde
2019-04-03Merge pull request #27238 from ShyRed/cpu2dmaskRémi Verschelde
2019-03-26Allow to drop folders onto editorTomasz Chabora
2019-03-20Revert accidental commitsPedro J. Estébanez
2019-03-20Create live view dock [wip]Pedro J. Estébanez
2019-03-19Add Emission Mask to CPUParticle2DShyRed
2019-03-17Fix inherited icons for script classesWill Nations
2019-03-16Merge pull request #26935 from qarmin/show_class_name_icon_in_tabsRémi Verschelde
2019-03-16Make bottom panel only try to hide editors when they're visibleMichael Alexsander Silva Dias
2019-03-11Show in tabs non default class iconsqarmin
2019-03-09Allow class_name scripts to have nested inheritanceGeorge Marques
2019-03-06Don't hide/show top editor if they did not change, fixes #26644Juan Linietsky
2019-03-06-Make tileset and meshlibrary edit in a separate inspector, fixes #26671Juan Linietsky
2019-03-04Remove the "Open Editor" button, it will open automatically.Juan Linietsky
2019-03-04Fix and restore text, material and mesh previewers.Juan Linietsky
2019-03-04Better warnings when resources can't be saved. Fixes #26531Juan Linietsky
2019-03-03Add support for event accumlation (off by default, on for editor), fixes #26536Juan Linietsky
2019-03-03New shortcuts for the editor menu itemswill
2019-03-03Fix grid view button icon not showing on filesystem dock.Bruno Lourenço
2019-03-01Fix misleading modified status of scenesPaul Trojahn
2019-02-27Save resources even if no scene is present, closes #26273Juan Linietsky
2019-02-27Merge pull request #26373 from groud/fix_layout_loadingRémi Verschelde
2019-02-27Avoid docks to be overriden while scanning, fixes #26359Juan Linietsky
2019-02-27Fixes layout loadingGilles Roudiere
2019-02-27-Fix problem of order of import plugins, closes #26340Juan Linietsky
2019-02-27Make sure restoring opened scenes happens after scanning is done.Juan Linietsky
2019-02-26If resources on disk have subresources and they are edited, also save the res...Juan Linietsky
2019-02-26Merge pull request #26290 from groud/move_setting_to_layoutRémi Verschelde
2019-02-25Move the FileSystem dock layout properties to the per-project layout fileGilles Roudiere
2019-02-25Fix editor crash after disabling plugin that used forward_spatial_gui_inputEric Rybicki
2019-02-22Added a workaround to avoid crashes due to how TileSet editor works, fixes #2...Juan Linietsky
2019-02-21Implement a cleaner (and better) way to save imagedata from ImageTexture, fix...Juan Linietsky
2019-02-20Add -Wshadow=local to warnings and fix reported issues.marxin
2019-02-20Merge pull request #26061 from qarmin/fix_res_errorRémi Verschelde
2019-02-20Add small spacing between top bars in main editor and project managerMichael Alexsander Silva Dias
2019-02-19Fix res:// error when dragging file to other fileqarmin
2019-02-18Merge pull request #25962 from willnationsdev/fix-missing-addonRémi Verschelde
2019-02-17Auto-cleanup missing addonsWill Nations
2019-02-12Minor cleanup in the Project ManagerMichael Alexsander Silva Dias
2019-02-11Cleanup editor's top bar of old nodesMichael Alexsander Silva Dias
2019-02-08Root node of a scene is now selected when the scene is opened.QbieShay
2019-01-27Merge pull request #25355 from YeldhamDev/color_picker_changesRémi Verschelde
2019-01-27Fix pixelized previews, but also instances of breaking ImageTexture cache. Cl...Juan Linietsky
2019-01-27Make some small enhancements to the ColorPickerMichael Alexsander Silva Dias
2019-01-25Properly warn about the effects of changing an import type, as well as force ...Juan Linietsky