Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-07-08 | Save all edited scenes when Runing (and auto-save is enabled). Fixes #4410 | MarianoGNU | |
2016-07-08 | Cleanup: drop ImportSettingsDialog, replaced by contextual actions | Rémi Verschelde | |
Note that it was already commented out. | |||
2016-07-08 | ScenesDock: Fix regression in tree generation | Rémi Verschelde | |
Was a regression from 3fcb9b1ec179b99d979d4cfea9b5e3c80e4a3e33. Fixes #5590. | |||
2016-07-07 | remove warnings if a script is missing and can't be opened | Juan Linietsky | |
2016-07-07 | do not allow removal of groups that come from instanced/inherited scene, ↵ | Juan Linietsky | |
closes #5505 | |||
2016-07-07 | Remove unused variables (third pass) + dead code | Rémi Verschelde | |
Fixes various gcc 5.4.0 warnings for -Wunused-variable and -Wunused-but-set-variable | |||
2016-07-07 | Removed unused variables (second pass) + dead code | Rémi Verschelde | |
Fixes various gcc 5.4.0 warnings for -Wunused-variable and -Wunused-but-set-variable | |||
2016-07-07 | SceneTreeDock: Fix wrong argument in _has_visible_children | Rémi Verschelde | |
Seen while checking for unused variables, which `child` was. | |||
2016-07-07 | Merge pull request #5577 from vnen/improve-quickopen-listing | Rémi Verschelde | |
Improve quick open sorting | |||
2016-07-06 | Fix the +1 button to insert keyframes in Sprite and Sprite3D, closes #5422 | Juan Linietsky | |
2016-07-06 | Only allow built-in scripts to be edited when the scene they belong to is ↵ | Juan Linietsky | |
loaded, closes #5403 | |||
2016-07-06 | Improve quick open sorting | George Marques | |
Perfect matches and substrings will be shown first. Similar matches will be at the bottom. When they score is the same they're shown in the natural file system order. | |||
2016-07-06 | Initialize the SSL certificates in the project manager | Rémi Verschelde | |
2016-07-05 | Revert "Fix return type for EditorResourcePreview::check_for_invalidation" | Rémi Verschelde | |
This reverts commit 716dfa67a3c5a0a38205179c01676e05a718d244, since it was later fixes differently with c6b55e45e9256bb41b2d045d8c61d1946de881b1... | |||
2016-07-04 | added missing return value | Juan Linietsky | |
2016-07-04 | Merge pull request #5548 from TheHX/fix-plugin-spatial-event | Rémi Verschelde | |
Fix EditorPlugin::forward_spatial_input_event in GDScripts addons | |||
2016-07-04 | Merge pull request #5547 from TheHX/fix-addons-disabling | Rémi Verschelde | |
Fix addon disabling | |||
2016-07-04 | Fix return type for EditorResourcePreview::check_for_invalidation | Rémi Verschelde | |
2016-07-04 | Fix EditorPlugin::forward_spatial_input_event in GDScripts addons | Franklin Sobrinho | |
2016-07-04 | Fix addon disabling | Franklin Sobrinho | |
2016-07-03 | fix to the fix, and removed some conflicting shorcuts | Juan Linietsky | |
2016-07-03 | Avoid settings from being lost when opening project manager. | Juan Linietsky | |
Probably fixes many issues of this kind, like missing shortcuts or other settings | |||
2016-07-03 | Merge pull request #5530 from Paulb23/shortcut_search | Rémi Verschelde | |
Added search to shortcut config | |||
2016-07-03 | Merge pull request #5508 from djrm/spatial_editor_shortcuts | Rémi Verschelde | |
Added spatial editor shortcuts | |||
2016-07-03 | Merge pull request #5506 from vnen/enhance-quickopen-search | Rémi Verschelde | |
Improve Quick Open search | |||
2016-07-03 | Merge pull request #5504 from djrm/canvas_item_editor_shortcuts | Rémi Verschelde | |
Canvas item editor shortcuts | |||
2016-07-03 | Added proper resource preview cache invalidation, fixes #5342 | Juan Linietsky | |
2016-07-03 | Added search to shortcut config | Paulb23 | |
2016-07-01 | Color picker was getting too much focus, made it get not as much focus. | Juan Linietsky | |
This abuse of focus was the original culprit of #5354 | |||
2016-06-30 | Many fixes to scene tree node dragging, closes #5341 | Juan Linietsky | |
2016-06-30 | Fixes to import plugin, closes #5318 | Juan Linietsky | |
2016-06-30 | Properly show the sample and play it back, also closes #5288 | Juan Linietsky | |
2016-06-30 | Fix some bugs in diraccess, closes #5288 | Juan Linietsky | |
2016-06-30 | Added spatial editor shortcuts | Daniel J. Ramirez | |
for now it does not support the emulate numpad setting | |||
2016-06-30 | Improve Quick Open search | George Marques | |
Makes it sort by similarity with best match on top | |||
2016-06-30 | Fixed signal connection prints when moving docks, issue 5498 | Paulb23 | |
2016-06-30 | Merge pull request #5474 from samuelgrigolato/tile-map-idx | Rémi Verschelde | |
Add tile index prefixes in tile map editor plugin | |||
2016-06-30 | Merge pull request #5439 from samuelgrigolato/fix-filesystem-dock-min-size | Rémi Verschelde | |
Fix issue when switching between FileSystem and other editor docks | |||
2016-06-30 | Merge pull request #5419 from djrm/shortcuts | Rémi Verschelde | |
Shortcuts for script switching in script Mode | |||
2016-06-30 | Merge pull request #5462 from volzhs/fix-pm-warning | Rémi Verschelde | |
remove the warning of instances in use at Project manager exit | |||
2016-06-29 | Allow animation name to be clipped, closes #5246 | Juan Linietsky | |
2016-06-29 | AnimatedSprite and AnimatedSprite 3D adapt the name of the current animation ↵ | Juan Linietsky | |
if the one in SpriteFrames is removed/added or renamed. Closes #5152 | |||
2016-06-29 | Canvas item editor shortcuts | Daniel J. Ramirez | |
2016-06-29 | assetlib: Connect to the API using SSL | Rémi Verschelde | |
Note: it does not work in the project manager as the latter does not use the editor-bundled certificates, but that's a bug and should be fixed. | |||
2016-06-29 | Fix main(2D, 3D, Script) panel not updated when start up and select from ↵ | volzhs | |
tool button | |||
2016-06-28 | Initialize missing variables. Fixes #5461 | MarianoGNU | |
2016-06-28 | Add tile index prefixes in tile map editor plugin. #5420 | Samuel Grigolato | |
2016-06-28 | Editor properly reloads scenes if they changed on disk or were reimported | Juan Linietsky | |
2016-06-28 | Change method of storing folding, solves problems with inheritance, closes #3395 | Juan Linietsky | |
2016-06-28 | Fix typo in file dialog shortcut | George Marques | |
Also change the shortcut to refresh to F5. |