summaryrefslogtreecommitdiff
path: root/tools/editor/editor_node.cpp
AgeCommit message (Collapse)Author
2016-07-27AboutDialog: Popup respecting its minimum sizeIgnacio Etcheverry
2016-07-25Fix some warningsJohan Manuel
2016-07-23Merge pull request #5821 from TheHX/issue-5795Rémi Verschelde
Improved FileSystem dock "Instance" option
2016-07-22Removed support for saving paths as relative, closes #5728Juan Linietsky
Editor now has good refactoring tools, so this function is mostly obsolete
2016-07-21"FileSystem" dock now instance all selected scenes in one actionFranklin Sobrinho
2016-07-21Renamed scenes_dock to filesystem_dock (makes more sense, it has not been a ↵Juan Linietsky
scenes dock since a long time).
2016-07-19Fix main scene not being saved when set via Play buttonRémi Verschelde
Fixes #1134 for real. Also tweaked the engine.cfg template and the preference order when browsing for the main scene.
2016-07-17Merge pull request #5758 from TheHX/issue-5756Rémi Verschelde
Fix editor states saving, and remove related error messages
2016-07-17Fix editor states saving, and remove related error messagesFranklin Sobrinho
2016-07-16Merge pull request #5467 from RandomShaper/enhance-tidy-extensionsJuan Linietsky
Enhance/tidy file extensions management
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
Fix autosave when run on remote device
2016-07-10Merge pull request #5421 from MarianoGnu/issuesJuan Linietsky
Save all edited scenes when Runing (and auto-save is enabled). Fixes #4410
2016-07-10Fix custom types showing on wrong dialogsFranklin Sobrinho
* The custom types are visible when the dialog is shown
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
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-28Revert "make default extension .tscn"Pedro J. Estébanez
This reverts commit 29177e1e9b2644cfa2d5efe6fcfe2605b84ed68c.
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-24Fix autosave when run on remote devicevolzhs
Fix #5367
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