aboutsummaryrefslogtreecommitdiff
path: root/tools/editor/editor_node.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | Fix "Play custom scene" keyboard shortcutFranklin Sobrinho2016-07-111-1/+2
* | As volzhs mentioned in #5385, changes to save to FILE_SAVE_ALL_SCENESJuan Linietsky2016-07-101-1/+1
* | Merge pull request #5385 from volzhs/autosave-androidJuan Linietsky2016-07-101-5/+10
|\ \
| * | Fix autosave when run on remote devicevolzhs2016-06-241-5/+10
* | | Merge pull request #5421 from MarianoGnu/issuesJuan Linietsky2016-07-101-15/+26
|\ \ \
| * | | save the editor state of the right scene instead of currentMarianoGNU2016-07-081-2/+2
| * | | Save all edited scenes when Runing (and auto-save is enabled). Fixes #4410MarianoGNU2016-07-081-13/+24
* | | | Fix custom types showing on wrong dialogsFranklin Sobrinho2016-07-101-1/+1
* | | | do not show help on multi node selection, array editing, etc, closes #5550Juan Linietsky2016-07-091-5/+10
|/ / /
* | | Cleanup: drop ImportSettingsDialog, replaced by contextual actionsRémi Verschelde2016-07-081-8/+0
* | | Removed unused variables (second pass) + dead codeRémi Verschelde2016-07-071-9/+4
* | | Only allow built-in scripts to be edited when the scene they belong to is loa...Juan Linietsky2016-07-061-0/+5
* | | Added proper resource preview cache invalidation, fixes #5342Juan Linietsky2016-07-031-0/+1
* | | Fix main(2D, 3D, Script) panel not updated when start up and select from tool...volzhs2016-06-291-1/+1
* | | Editor properly reloads scenes if they changed on disk or were reimportedJuan Linietsky2016-06-281-2/+77
| |/ |/|
* | i18n: Corrected a typo (#5460)Bonfi962016-06-281-1/+1
* | i18n: Fix malformed TTR callRémi Verschelde2016-06-281-2/+2
* | Figured out a way to fix event propagation for shortcuts and some other cases...Juan Linietsky2016-06-271-0/+4
* | Ask about selecting a main scene if one has not been selected.Juan Linietsky2016-06-271-11/+39
* | Make most resources (save for packedscenes and scripts) reload if they change...Juan Linietsky2016-06-271-2/+4
* | Properly complain when a scene file has not be selected, closes #3811Juan Linietsky2016-06-271-0/+22
* | remove the warning of instances in use at exitJuan Linietsky2016-06-261-1/+1
* | Fix error reporting when a scene is not imported properly, closes #3968Juan Linietsky2016-06-261-7/+12
* | Configurable shortcuts for tabs switchingDaniel J. Ramirez2016-06-241-12/+16
|/
* Merge pull request #5282 from Hodes/masterRémi Verschelde2016-06-221-1/+4
|\
| * editor_node.cpp now takes care of removing plugin after deactivating ithodes2016-06-181-1/+4
* | Merge pull request #5304 from djrm/shortcutsJuan Linietsky2016-06-191-0/+12
|\ \
| * | Switch tabs using CTRL+TAB and CTRL+SHIFT+TABDaniel J. Ramirez2016-06-191-0/+12
* | | Fix layout menu labels and shortcutsGeorge Marques2016-06-191-2/+2
|/ /
* | Merge pull request #5283 from djrm/remove_printsRémi Verschelde2016-06-191-6/+0
|\ \
| * | Removed lots of printsDaniel J. Ramirez2016-06-181-6/+0
| |/
* | Merge pull request #5243 from Geequlim/editor-themesRémi Verschelde2016-06-191-40/+4
|\ \
| * | Clean up editor theme creationGeequlim2016-06-181-40/+4
* | | Merge pull request #5166 from djrm/shortcutsRémi Verschelde2016-06-191-2/+2
|\ \ \
| * | | Added shortcuts to convert_to/MeshLibrary and convert_to/TileSet (pretty hand...Daniel J. Ramirez2016-06-121-2/+2
* | | | make default extension .tscnJuan Linietsky2016-06-181-1/+1
| |_|/ |/| |
* | | Drop fully commented-out filesRémi Verschelde2016-06-181-1/+0
* | | Fixed make_dir and make_dir_recursive erros, closes #1680 closes #1872Juan Linietsky2016-06-181-94/+0
| |/ |/|
* | -added missing .inc filesJuan Linietsky2016-06-171-4/+20
* | Added fullscreen and distraction free mode shorcutsPaulb232016-06-151-12/+15
* | -Add visible IO errors when closing a file fails due to it being locked (most...Juan Linietsky2016-06-131-2/+7
|/
* Fix the warning message from not using the editor theme, closes #5002Juan Linietsky2016-06-111-1/+1
* Prevent crash in specific situation of removing a plugin, fixes #5019Juan Linietsky2016-06-111-0/+1
* Better way to disable asset libraryJuan Linietsky2016-06-091-6/+6
* Disable asset library compilation if no openssl existsJuan Linietsky2016-06-091-0/+4
* Merge pull request #5007 from bojidar-bg/asset-storeJuan Linietsky2016-06-081-2/+2
|\
| * Update asset library editor plugin - new functionality and fixesBojidar Marinov2016-06-071-2/+2
* | Merge pull request #5093 from DimOkGamer/more_translatable_stringsJuan Linietsky2016-06-081-1/+1
|\ \
| * | Fixed localization in file dialogsDimOkGamer2016-06-071-1/+1
| |/
* / -Heavily improved editor startup and exit performanceJuan Linietsky2016-06-071-0/+3
|/