summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Collapse)Author
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-08ScenesDock: Fix regression in tree generationRémi Verschelde
Was a regression from 3fcb9b1ec179b99d979d4cfea9b5e3c80e4a3e33. Fixes #5590.
2016-07-07remove warnings if a script is missing and can't be openedJuan Linietsky
2016-07-07do not allow removal of groups that come from instanced/inherited scene, ↵Juan Linietsky
closes #5505
2016-07-07Remove unused variables (third pass) + dead codeRémi Verschelde
Fixes various gcc 5.4.0 warnings for -Wunused-variable and -Wunused-but-set-variable
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-07SceneTreeDock: Fix wrong argument in _has_visible_childrenRémi Verschelde
Seen while checking for unused variables, which `child` was.
2016-07-07Merge pull request #5577 from vnen/improve-quickopen-listingRémi Verschelde
Improve quick open sorting
2016-07-06Fix the +1 button to insert keyframes in Sprite and Sprite3D, closes #5422Juan Linietsky
2016-07-06Only allow built-in scripts to be edited when the scene they belong to is ↵Juan Linietsky
loaded, closes #5403
2016-07-06Improve quick open sortingGeorge 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-06Initialize the SSL certificates in the project managerRémi Verschelde
2016-07-05Make sure builtin types' constants remain in orderGeorge Marques
This adds a list of constants for VariantCall to make sure the order of register is kept when showing in the editor help and in the documentation. This also remove the sorting of constants from the doctool, so it keeps the natural order in classes.xml.
2016-07-05Revert "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-04added missing return valueJuan Linietsky
2016-07-04Merge pull request #5548 from TheHX/fix-plugin-spatial-eventRémi Verschelde
Fix EditorPlugin::forward_spatial_input_event in GDScripts addons
2016-07-04Merge pull request #5547 from TheHX/fix-addons-disablingRémi Verschelde
Fix addon disabling
2016-07-04Fix return type for EditorResourcePreview::check_for_invalidationRémi Verschelde
2016-07-04Fix EditorPlugin::forward_spatial_input_event in GDScripts addonsFranklin Sobrinho
2016-07-04Fix addon disablingFranklin Sobrinho
2016-07-03fix to the fix, and removed some conflicting shorcutsJuan Linietsky
2016-07-03Avoid 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-03Merge pull request #5530 from Paulb23/shortcut_searchRémi Verschelde
Added search to shortcut config
2016-07-03Merge pull request #5508 from djrm/spatial_editor_shortcutsRémi Verschelde
Added spatial editor shortcuts
2016-07-03Merge pull request #5506 from vnen/enhance-quickopen-searchRémi Verschelde
Improve Quick Open search
2016-07-03Merge pull request #5504 from djrm/canvas_item_editor_shortcutsRémi Verschelde
Canvas item editor shortcuts
2016-07-03Added proper resource preview cache invalidation, fixes #5342Juan Linietsky
2016-07-03Added search to shortcut configPaulb23
2016-07-01Color 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-30Many fixes to scene tree node dragging, closes #5341Juan Linietsky
2016-06-30Fixes to import plugin, closes #5318Juan Linietsky
2016-06-30Properly show the sample and play it back, also closes #5288Juan Linietsky
2016-06-30Fix some bugs in diraccess, closes #5288Juan Linietsky
2016-06-30Added spatial editor shortcutsDaniel J. Ramirez
for now it does not support the emulate numpad setting
2016-06-30Improve Quick Open searchGeorge Marques
Makes it sort by similarity with best match on top
2016-06-30Fixed signal connection prints when moving docks, issue 5498Paulb23
2016-06-30Merge pull request #5474 from samuelgrigolato/tile-map-idxRémi Verschelde
Add tile index prefixes in tile map editor plugin
2016-06-30Merge pull request #5439 from samuelgrigolato/fix-filesystem-dock-min-sizeRémi Verschelde
Fix issue when switching between FileSystem and other editor docks
2016-06-30Merge pull request #5419 from djrm/shortcutsRémi Verschelde
Shortcuts for script switching in script Mode
2016-06-30Merge pull request #5462 from volzhs/fix-pm-warningRémi Verschelde
remove the warning of instances in use at Project manager exit
2016-06-29Allow animation name to be clipped, closes #5246Juan Linietsky
2016-06-29Add Variant to the list of clases, so it can be documented (make sure it ↵Juan Linietsky
can't be documented that it can't be used). Closes #5237
2016-06-29AnimatedSprite 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-29Canvas item editor shortcutsDaniel J. Ramirez
2016-06-29assetlib: Connect to the API using SSLRé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-29Fix main(2D, 3D, Script) panel not updated when start up and select from ↵volzhs
tool button
2016-06-28Initialize missing variables. Fixes #5461MarianoGNU
2016-06-28Add tile index prefixes in tile map editor plugin. #5420Samuel Grigolato
2016-06-28Editor properly reloads scenes if they changed on disk or were reimportedJuan Linietsky