summaryrefslogtreecommitdiff
path: root/tools/editor/editor_node.cpp
AgeCommit message (Expand)Author
2016-07-11Fix "Play custom scene" keyboard shortcutFranklin Sobrinho
2016-07-10As volzhs mentioned in #5385, changes to save to FILE_SAVE_ALL_SCENESJuan Linietsky
2016-07-10Merge pull request #5385 from volzhs/autosave-androidJuan Linietsky
2016-07-10Merge pull request #5421 from MarianoGnu/issuesJuan Linietsky
2016-07-10Fix custom types showing on wrong dialogsFranklin Sobrinho
2016-07-09do not show help on multi node selection, array editing, etc, closes #5550Juan Linietsky
2016-07-08save the editor state of the right scene instead of currentMarianoGNU
2016-07-08Save all edited scenes when Runing (and auto-save is enabled). Fixes #4410MarianoGNU
2016-07-08Cleanup: drop ImportSettingsDialog, replaced by contextual actionsRémi Verschelde
2016-07-07Removed unused variables (second pass) + dead codeRémi Verschelde
2016-07-06Only allow built-in scripts to be edited when the scene they belong to is loa...Juan Linietsky
2016-07-03Added proper resource preview cache invalidation, fixes #5342Juan Linietsky
2016-06-29Fix main(2D, 3D, Script) panel not updated when start up and select from tool...volzhs
2016-06-28Editor properly reloads scenes if they changed on disk or were reimportedJuan Linietsky
2016-06-28i18n: Corrected a typo (#5460)Bonfi96
2016-06-28i18n: Fix malformed TTR callRémi Verschelde
2016-06-27Figured out a way to fix event propagation for shortcuts and some other cases...Juan Linietsky
2016-06-27Ask about selecting a main scene if one has not been selected.Juan Linietsky
2016-06-27Make most resources (save for packedscenes and scripts) reload if they change...Juan Linietsky
2016-06-27Properly complain when a scene file has not be selected, closes #3811Juan Linietsky
2016-06-26remove the warning of instances in use at exitJuan Linietsky
2016-06-26Fix error reporting when a scene is not imported properly, closes #3968Juan Linietsky
2016-06-24Configurable shortcuts for tabs switchingDaniel J. Ramirez
2016-06-24Fix autosave when run on remote devicevolzhs
2016-06-22Merge pull request #5282 from Hodes/masterRémi Verschelde
2016-06-19Merge pull request #5304 from djrm/shortcutsJuan Linietsky
2016-06-19Switch tabs using CTRL+TAB and CTRL+SHIFT+TABDaniel J. Ramirez
2016-06-19Fix layout menu labels and shortcutsGeorge Marques
2016-06-19Merge pull request #5283 from djrm/remove_printsRémi Verschelde
2016-06-19Merge pull request #5243 from Geequlim/editor-themesRémi Verschelde
2016-06-19Merge pull request #5166 from djrm/shortcutsRémi Verschelde
2016-06-18make default extension .tscnJuan Linietsky
2016-06-18Removed lots of printsDaniel J. Ramirez
2016-06-18editor_node.cpp now takes care of removing plugin after deactivating ithodes
2016-06-18Drop fully commented-out filesRémi Verschelde
2016-06-18Fixed make_dir and make_dir_recursive erros, closes #1680 closes #1872Juan Linietsky
2016-06-18Clean up editor theme creationGeequlim
2016-06-17-added missing .inc filesJuan Linietsky
2016-06-15Added fullscreen and distraction free mode shorcutsPaulb23
2016-06-13-Add visible IO errors when closing a file fails due to it being locked (most...Juan Linietsky
2016-06-12Added shortcuts to convert_to/MeshLibrary and convert_to/TileSet (pretty hand...Daniel J. Ramirez
2016-06-11Fix the warning message from not using the editor theme, closes #5002Juan Linietsky
2016-06-11Prevent crash in specific situation of removing a plugin, fixes #5019Juan Linietsky
2016-06-09Better way to disable asset libraryJuan Linietsky
2016-06-09Disable asset library compilation if no openssl existsJuan Linietsky
2016-06-08Merge pull request #5007 from bojidar-bg/asset-storeJuan Linietsky
2016-06-08Merge pull request #5093 from DimOkGamer/more_translatable_stringsJuan Linietsky
2016-06-07-Heavily improved editor startup and exit performanceJuan Linietsky
2016-06-07Fixed localization in file dialogsDimOkGamer
2016-06-07Update asset library editor plugin - new functionality and fixesBojidar Marinov