aboutsummaryrefslogtreecommitdiff
path: root/tools/editor/editor_node.cpp (follow)
Commit message (Collapse)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 device
| * | Fix autosave when run on remote devicevolzhs2016-06-241-5/+10
| | | | | | | | | | | | Fix #5367
* | | Merge pull request #5421 from MarianoGnu/issuesJuan Linietsky2016-07-101-15/+26
|\ \ \ | | | | | | | | Save all edited scenes when Runing (and auto-save is enabled). Fixes #4410
| * | | 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
| | | | | | | | | | | | | | | | * The custom types are visible when the dialog is shown
* | | | 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
| | | | | | | | | | | | Note that it was already commented out.
* | | Removed unused variables (second pass) + dead codeRémi Verschelde2016-07-071-9/+4
| | | | | | | | | | | | Fixes various gcc 5.4.0 warnings for -Wunused-variable and -Wunused-but-set-variable
* | | Only allow built-in scripts to be edited when the scene they belong to is ↵Juan Linietsky2016-07-061-0/+5
| | | | | | | | | | | | loaded, closes #5403
* | | 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 ↵volzhs2016-06-291-1/+1
| | | | | | | | | | | | tool button
* | | 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 ↵Juan Linietsky2016-06-271-0/+4
| | | | | | | | cases so they properly stop shortcuts if a modal window is open, closes #4848
* | 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 ↵Juan Linietsky2016-06-271-2/+4
| | | | | | | | change on disk. Closes #4059.
* | 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 it
| * 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-tab, added shortcuts for scene tree dock
| * | 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 prints
| * | 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 creation
| * | Clean up editor theme creationGeequlim2016-06-181-40/+4
| | |
* | | Merge pull request #5166 from djrm/shortcutsRémi Verschelde2016-06-191-2/+2
|\ \ \ | | | | | | | | Added customizable shortcuts for tile map editor
| * | | Added shortcuts to convert_to/MeshLibrary and convert_to/TileSet (pretty ↵Daniel J. Ramirez2016-06-121-2/+2
| | | | | | | | | | | | | | | | handy), dissabled by default.
* | | | make default extension .tscnJuan Linietsky2016-06-181-1/+1
| |_|/ |/| |
* | | Drop fully commented-out filesRémi Verschelde2016-06-181-1/+0
| | | | | | | | | | | | Part of #5272
* | | 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
| | | | | | | | | | | | -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
* | 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 ↵Juan Linietsky2016-06-131-2/+7
|/ | | | (most likely on windows), closes #4760
* 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, adding a bit new functionality and fixes
| * 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 dialogs
| * | Fixed localization in file dialogsDimOkGamer2016-06-071-1/+1
| |/ | | | | | | | | and two more lines. 2 fixes in ru.po.
* / -Heavily improved editor startup and exit performanceJuan Linietsky2016-06-071-0/+3
|/