| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | | Fix "Play custom scene" keyboard shortcut | Franklin Sobrinho | 2016-07-11 | 1 | -1/+2 |
| * | | As volzhs mentioned in #5385, changes to save to FILE_SAVE_ALL_SCENES | Juan Linietsky | 2016-07-10 | 1 | -1/+1 |
| * | | Merge pull request #5385 from volzhs/autosave-android | Juan Linietsky | 2016-07-10 | 1 | -5/+10 |
| |\ \ |
|
| | * | | Fix autosave when run on remote device | volzhs | 2016-06-24 | 1 | -5/+10 |
| * | | | Merge pull request #5421 from MarianoGnu/issues | Juan Linietsky | 2016-07-10 | 1 | -15/+26 |
| |\ \ \ |
|
| | * | | | save the editor state of the right scene instead of current | MarianoGNU | 2016-07-08 | 1 | -2/+2 |
| | * | | | Save all edited scenes when Runing (and auto-save is enabled). Fixes #4410 | MarianoGNU | 2016-07-08 | 1 | -13/+24 |
| * | | | | Fix custom types showing on wrong dialogs | Franklin Sobrinho | 2016-07-10 | 1 | -1/+1 |
| * | | | | do not show help on multi node selection, array editing, etc, closes #5550 | Juan Linietsky | 2016-07-09 | 1 | -5/+10 |
| |/ / / |
|
| * | | | Cleanup: drop ImportSettingsDialog, replaced by contextual actions | Rémi Verschelde | 2016-07-08 | 1 | -8/+0 |
| * | | | Removed unused variables (second pass) + dead code | Rémi Verschelde | 2016-07-07 | 1 | -9/+4 |
| * | | | Only allow built-in scripts to be edited when the scene they belong to is loa... | Juan Linietsky | 2016-07-06 | 1 | -0/+5 |
| * | | | Added proper resource preview cache invalidation, fixes #5342 | Juan Linietsky | 2016-07-03 | 1 | -0/+1 |
| * | | | Fix main(2D, 3D, Script) panel not updated when start up and select from tool... | volzhs | 2016-06-29 | 1 | -1/+1 |
| * | | | Editor properly reloads scenes if they changed on disk or were reimported | Juan Linietsky | 2016-06-28 | 1 | -2/+77 |
| | |/
|/| |
|
| * | | i18n: Corrected a typo (#5460) | Bonfi96 | 2016-06-28 | 1 | -1/+1 |
| * | | i18n: Fix malformed TTR call | Rémi Verschelde | 2016-06-28 | 1 | -2/+2 |
| * | | Figured out a way to fix event propagation for shortcuts and some other cases... | Juan Linietsky | 2016-06-27 | 1 | -0/+4 |
| * | | Ask about selecting a main scene if one has not been selected. | Juan Linietsky | 2016-06-27 | 1 | -11/+39 |
| * | | Make most resources (save for packedscenes and scripts) reload if they change... | Juan Linietsky | 2016-06-27 | 1 | -2/+4 |
| * | | Properly complain when a scene file has not be selected, closes #3811 | Juan Linietsky | 2016-06-27 | 1 | -0/+22 |
| * | | remove the warning of instances in use at exit | Juan Linietsky | 2016-06-26 | 1 | -1/+1 |
| * | | Fix error reporting when a scene is not imported properly, closes #3968 | Juan Linietsky | 2016-06-26 | 1 | -7/+12 |
| * | | Configurable shortcuts for tabs switching | Daniel J. Ramirez | 2016-06-24 | 1 | -12/+16 |
| |/ |
|
| * | Merge pull request #5282 from Hodes/master | Rémi Verschelde | 2016-06-22 | 1 | -1/+4 |
| |\ |
|
| | * | editor_node.cpp now takes care of removing plugin after deactivating it | hodes | 2016-06-18 | 1 | -1/+4 |
| * | | Merge pull request #5304 from djrm/shortcuts | Juan Linietsky | 2016-06-19 | 1 | -0/+12 |
| |\ \ |
|
| | * | | Switch tabs using CTRL+TAB and CTRL+SHIFT+TAB | Daniel J. Ramirez | 2016-06-19 | 1 | -0/+12 |
| * | | | Fix layout menu labels and shortcuts | George Marques | 2016-06-19 | 1 | -2/+2 |
| |/ / |
|
| * | | Merge pull request #5283 from djrm/remove_prints | Rémi Verschelde | 2016-06-19 | 1 | -6/+0 |
| |\ \ |
|
| | * | | Removed lots of prints | Daniel J. Ramirez | 2016-06-18 | 1 | -6/+0 |
| | |/ |
|
| * | | Merge pull request #5243 from Geequlim/editor-themes | Rémi Verschelde | 2016-06-19 | 1 | -40/+4 |
| |\ \ |
|
| | * | | Clean up editor theme creation | Geequlim | 2016-06-18 | 1 | -40/+4 |
| * | | | Merge pull request #5166 from djrm/shortcuts | Rémi Verschelde | 2016-06-19 | 1 | -2/+2 |
| |\ \ \ |
|
| | * | | | Added shortcuts to convert_to/MeshLibrary and convert_to/TileSet (pretty hand... | Daniel J. Ramirez | 2016-06-12 | 1 | -2/+2 |
| * | | | | make default extension .tscn | Juan Linietsky | 2016-06-18 | 1 | -1/+1 |
| | |_|/
|/| | |
|
| * | | | Drop fully commented-out files | Rémi Verschelde | 2016-06-18 | 1 | -1/+0 |
| * | | | Fixed make_dir and make_dir_recursive erros, closes #1680 closes #1872 | Juan Linietsky | 2016-06-18 | 1 | -94/+0 |
| | |/
|/| |
|
| * | | -added missing .inc files | Juan Linietsky | 2016-06-17 | 1 | -4/+20 |
| * | | Added fullscreen and distraction free mode shorcuts | Paulb23 | 2016-06-15 | 1 | -12/+15 |
| * | | -Add visible IO errors when closing a file fails due to it being locked (most... | Juan Linietsky | 2016-06-13 | 1 | -2/+7 |
| |/ |
|
| * | Fix the warning message from not using the editor theme, closes #5002 | Juan Linietsky | 2016-06-11 | 1 | -1/+1 |
| * | Prevent crash in specific situation of removing a plugin, fixes #5019 | Juan Linietsky | 2016-06-11 | 1 | -0/+1 |
| * | Better way to disable asset library | Juan Linietsky | 2016-06-09 | 1 | -6/+6 |
| * | Disable asset library compilation if no openssl exists | Juan Linietsky | 2016-06-09 | 1 | -0/+4 |
| * | Merge pull request #5007 from bojidar-bg/asset-store | Juan Linietsky | 2016-06-08 | 1 | -2/+2 |
| |\ |
|
| | * | Update asset library editor plugin - new functionality and fixes | Bojidar Marinov | 2016-06-07 | 1 | -2/+2 |
| * | | Merge pull request #5093 from DimOkGamer/more_translatable_strings | Juan Linietsky | 2016-06-08 | 1 | -1/+1 |
| |\ \ |
|
| | * | | Fixed localization in file dialogs | DimOkGamer | 2016-06-07 | 1 | -1/+1 |
| | |/ |
|
| * / | -Heavily improved editor startup and exit performance | Juan Linietsky | 2016-06-07 | 1 | -0/+3 |
| |/ |
|