summaryrefslogtreecommitdiff
path: root/tools/editor/editor_node.cpp
AgeCommit message (Collapse)Author
2016-07-08Cleanup: drop ImportSettingsDialog, replaced by contextual actionsRémi Verschelde
Note that it was already commented out.
2016-07-07Removed unused variables (second pass) + dead codeRémi Verschelde
Fixes various gcc 5.4.0 warnings for -Wunused-variable and -Wunused-but-set-variable
2016-07-06Only allow built-in scripts to be edited when the scene they belong to is ↵Juan Linietsky
loaded, closes #5403
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 ↵volzhs
tool button
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 ↵Juan Linietsky
cases so they properly stop shortcuts if a modal window is open, closes #4848
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 ↵Juan Linietsky
change on disk. Closes #4059.
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-22Merge pull request #5282 from Hodes/masterRémi Verschelde
editor_node.cpp now takes care of removing plugin after deactivating it
2016-06-19Merge pull request #5304 from djrm/shortcutsJuan Linietsky
switch tabs using ctrl+tab and ctrl-shift-tab, added shortcuts for scene tree dock
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
Removed lots of prints
2016-06-19Merge pull request #5243 from Geequlim/editor-themesRémi Verschelde
Clean up editor theme creation
2016-06-19Merge pull request #5166 from djrm/shortcutsRémi Verschelde
Added customizable shortcuts for tile map editor
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
Part of #5272
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
-Made it possible to change the editor theme -Added two options to theme editor plugin to create empty template themes and editor themes -Make sure that saved themes to .tres keep the null theme fields, to make it easier to keep those when saving/loading the theme
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 ↵Juan Linietsky
(most likely on windows), closes #4760
2016-06-12Added shortcuts to convert_to/MeshLibrary and convert_to/TileSet (pretty ↵Daniel J. Ramirez
handy), dissabled by default.
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
Update asset library editor plugin, adding a bit new functionality and fixes
2016-06-08Merge pull request #5093 from DimOkGamer/more_translatable_stringsJuan Linietsky
Fixed localization in file dialogs
2016-06-07-Heavily improved editor startup and exit performanceJuan Linietsky
2016-06-07Fixed localization in file dialogsDimOkGamer
and two more lines. 2 fixes in ru.po.
2016-06-07Update asset library editor plugin - new functionality and fixesBojidar Marinov
2016-06-06Merge pull request #5026 from Geequlim/patch9frame-extensionJuan Linietsky
Enhanced Patch9Frame
2016-06-06Merge pull request #5056 from SaracenOne/bitmask_import_pluginJuan Linietsky
Bitmask import plugin
2016-06-06HiDPI: Use global/hidpi_mode as propertyRémi Verschelde
2016-06-05make hdpi manually configurable in project settingsJuan Linietsky
also added hidpi support to project manager
2016-06-05Bitmask import pluginSaracen
2016-06-04-customizable shortcuts in editorJuan Linietsky
-editor settings now save to .tres instead of .xml -buttons can now hold a shortcut
2016-06-05Add plugin to pick texture region and patch margins for Patch9FrameGeequlim
2016-06-04Created a NodeDock with signals and groupsJuan Linietsky
2016-06-03Signals became a tabJuan Linietsky
added icons to contextual scene tree menu