summaryrefslogtreecommitdiff
path: root/editor/editor_node.cpp
AgeCommit message (Expand)Author
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
2018-11-20Make opening menus with the same parent on mouse focus explicitMichael Alexsander Silva Dias
2018-11-20Merge pull request #23802 from JFonS/add_save_optionRémi Verschelde
2018-11-18Add argument to UndoRedo's "clear_history()" to not increase the versionMichael Alexsander Silva Dias
2018-11-18Add Save option to resource property menuJFonS
2018-11-12Merge pull request #23649 from willnationsdev/fix-scene-iconsRémi Verschelde
2018-11-11Many fixes to script editor remote debugger, closes #13346Juan Linietsky
2018-11-10Fix scene dock not showing custom iconsWill Nations
2018-11-08-Moved EditorDefaultValue to ClassDB, made it coreJuan Linietsky
2018-11-05doc: Use HTTPS for docs.godotengine.org and point to latest branchRémi Verschelde
2018-11-02Let user fix dependencies in resourcesPedro J. Estébanez
2018-11-01Merge pull request #23311 from YeldhamDev/editor_capitalization_fixRémi Verschelde
2018-10-29Automatically unfold sections of properties that someone else edited (no loca...Juan Linietsky
2018-10-29Moved folding outside the resource files, now saved outside the project.Juan Linietsky
2018-10-29Ability to revert any property, not just from inherited scenes or scripts.Juan Linietsky
2018-10-26Small capitalization fixes across the editorMichael Alexsander Silva Dias