summaryrefslogtreecommitdiff
path: root/editor/editor_node.cpp
AgeCommit message (Expand)Author
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-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
2019-01-25Ability to keep images in ImageTexture cached while using editor, fixes #25243Juan Linietsky
2019-01-17Perform a cleaner exit for resource preview, fixes #24206Juan Linietsky
2019-01-01Update copyright statements to 2019Rémi Verschelde
2018-12-31Fix "method not found" error when script is removed from objectChaosus
2018-12-30Merge pull request #24506 from JFonS/expose_gizmosRémi Verschelde
2018-12-21Expose the new gizmo plugin system to scriptingJFonS
2018-12-16Change global timestamp behaviour earlierAlexandre LittleWhite Laurent
2018-12-16Merge pull request #19501 from Zylann/custom_loadersRémi Verschelde
2018-12-15Added basic support for custom resource savers and loadersMarc Gilleron
2018-12-09Merge pull request #20609 from YeldhamDev/menu_hover_explicitRémi Verschelde
2018-12-09Cleanup some unused controls in the editor's top barMichael Alexsander Silva Dias
2018-12-07Merge pull request #22323 from williamd1k0/ignore-main-sceneRémi Verschelde
2018-11-28Disable progress dialog on export from command line, stab at fixing #24031Juan Linietsky
2018-11-27Added test to avoid saving cyclic scene instancing, fixes #9686Juan Linietsky
2018-11-27NORMALMAP was not working (no normal being used detected), fixes #9263Juan Linietsky
2018-11-25Rewrite code for unfolding and make it automatic on scene load, which works b...Juan Linietsky
2018-11-22Merge pull request #23680 from YeldhamDev/unified_help_search_revivedRémi Verschelde
2018-11-21Merge pull request #22983 from Ashafix/masterMax Hilbrunner
2018-11-20Reworked how non-imported resources are reloaded on change, fixes #19852Juan Linietsky
2018-11-20Unify editor class and reference searchRay Koopa