Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-07-09 | Fix help search dialog titles | eska | |
2016-07-09 | Cleaned up preview generation thread, fixes #5499 | Juan Linietsky | |
2016-07-09 | Merge pull request #5589 from akien-mga/pr-unused-var | Rémi Verschelde | |
Removing some more unused vars and dead code | |||
2016-07-09 | Merge pull request #5480 from paper-pauper/blender-flake8 | Rémi Verschelde | |
Made Better Collada Exporter flake8-compliant | |||
2016-07-09 | Flake8 compliance (except for unused variables) | Nobody Really | |
2016-07-09 | Comma fix | Nobody Really | |
2016-07-09 | Whitespace fix | Nobody Really | |
2016-07-08 | Merge pull request #5588 from J08nY/doctool-indentation | Rémi Verschelde | |
Doctool: change content indentation | |||
2016-07-08 | Cleanup: drop ImportSettingsDialog, replaced by contextual actions | Rémi Verschelde | |
Note that it was already commented out. | |||
2016-07-08 | Remove unused variables (fourth pass) + dead code | Rémi Verschelde | |
Also fix a potential regression from 3fcb9b1ec179b99d979d4cfea9b5e3c80e4a3e33. | |||
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 | Doctool: correct XML indentation | J08nY | |
fixes #4483 | |||
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 | Make sure builtin types' constants remain in order | George 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-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 |