| Commit message (Expand) | Author | Age | Files | Lines |
| * | line/col label was changing size with each cursor move, forcing the GUI to re... | Juan Linietsky | 2016-07-09 | 1 | -0/+5 |
| * | Merge pull request #5612 from TheHX/collision-polygon-plugin | Rémi Verschelde | 2016-07-09 | 1 | -1/+1 |
| |\ |
|
| | * | Fix CollisionPolygon gizmo showing error icons instead of the 3d handles | Franklin Sobrinho | 2016-07-09 | 1 | -1/+1 |
| * | | Merge pull request #5609 from eska014/help-search-titles | Rémi Verschelde | 2016-07-09 | 1 | -1/+2 |
| |\ \ |
|
| | * | | Fix help search dialog titles | eska | 2016-07-09 | 1 | -1/+2 |
| * | | | Finally fixes the infamous bug #4444, hoping to never see you again. | Juan Linietsky | 2016-07-09 | 1 | -0/+9 |
| * | | | properly generate tangents only upon request, closes #5580 | Juan Linietsky | 2016-07-09 | 1 | -1/+1 |
| * | | | do not show help on multi node selection, array editing, etc, closes #5550 | Juan Linietsky | 2016-07-09 | 1 | -5/+10 |
| |/ / |
|
| * | | Cleaned up preview generation thread, fixes #5499 | Juan Linietsky | 2016-07-09 | 1 | -62/+70 |
| * | | Merge pull request #5589 from akien-mga/pr-unused-var | Rémi Verschelde | 2016-07-09 | 1 | -0/+1 |
| |\ \
| |/
|/| |
|
| | * | Remove unused variables (fourth pass) + dead code | Rémi Verschelde | 2016-07-08 | 1 | -0/+1 |
| * | | Cleanup: drop ImportSettingsDialog, replaced by contextual actions | Rémi Verschelde | 2016-07-08 | 4 | -313/+0 |
| * | | ScenesDock: Fix regression in tree generation | Rémi Verschelde | 2016-07-08 | 1 | -0/+3 |
| |/ |
|
| * | remove warnings if a script is missing and can't be opened | Juan Linietsky | 2016-07-07 | 1 | -0/+2 |
| * | do not allow removal of groups that come from instanced/inherited scene, clos... | Juan Linietsky | 2016-07-07 | 1 | -2/+28 |
| * | Remove unused variables (third pass) + dead code | Rémi Verschelde | 2016-07-07 | 5 | -26/+2 |
| * | Removed unused variables (second pass) + dead code | Rémi Verschelde | 2016-07-07 | 28 | -398/+20 |
| * | SceneTreeDock: Fix wrong argument in _has_visible_children | Rémi Verschelde | 2016-07-07 | 1 | -3/+3 |
| * | Merge pull request #5577 from vnen/improve-quickopen-listing | Rémi Verschelde | 2016-07-07 | 2 | -14/+25 |
| |\ |
|
| | * | Improve quick open sorting | George Marques | 2016-07-06 | 2 | -14/+25 |
| * | | Fix the +1 button to insert keyframes in Sprite and Sprite3D, closes #5422 | Juan Linietsky | 2016-07-06 | 3 | -5/+3 |
| * | | Only allow built-in scripts to be edited when the scene they belong to is loa... | Juan Linietsky | 2016-07-06 | 4 | -4/+84 |
| * | | Initialize the SSL certificates in the project manager | Rémi Verschelde | 2016-07-06 | 1 | -1/+3 |
| |/ |
|
| * | Revert "Fix return type for EditorResourcePreview::check_for_invalidation" | Rémi Verschelde | 2016-07-05 | 2 | -2/+2 |
| * | added missing return value | Juan Linietsky | 2016-07-04 | 1 | -0/+2 |
| * | Merge pull request #5548 from TheHX/fix-plugin-spatial-event | Rémi Verschelde | 2016-07-04 | 1 | -0/+1 |
| |\ |
|
| | * | Fix EditorPlugin::forward_spatial_input_event in GDScripts addons | Franklin Sobrinho | 2016-07-04 | 1 | -0/+1 |
| * | | Merge pull request #5547 from TheHX/fix-addons-disabling | Rémi Verschelde | 2016-07-04 | 1 | -1/+1 |
| |\ \ |
|
| | * | | Fix addon disabling | Franklin Sobrinho | 2016-07-04 | 1 | -1/+1 |
| | |/ |
|
| * / | Fix return type for EditorResourcePreview::check_for_invalidation | Rémi Verschelde | 2016-07-04 | 2 | -2/+2 |
| |/ |
|
| * | fix to the fix, and removed some conflicting shorcuts | Juan Linietsky | 2016-07-03 | 2 | -3/+4 |
| * | Avoid settings from being lost when opening project manager. | Juan Linietsky | 2016-07-03 | 3 | -6/+22 |
| * | Merge pull request #5530 from Paulb23/shortcut_search | Rémi Verschelde | 2016-07-03 | 2 | -14/+56 |
| |\ |
|
| | * | Added search to shortcut config | Paulb23 | 2016-07-03 | 2 | -14/+56 |
| * | | Merge pull request #5508 from djrm/spatial_editor_shortcuts | Rémi Verschelde | 2016-07-03 | 1 | -149/+114 |
| |\ \ |
|
| | * | | Added spatial editor shortcuts | Daniel J. Ramirez | 2016-06-30 | 1 | -149/+114 |
| * | | | Merge pull request #5506 from vnen/enhance-quickopen-search | Rémi Verschelde | 2016-07-03 | 2 | -17/+60 |
| |\ \ \ |
|
| | * | | | Improve Quick Open search | George Marques | 2016-06-30 | 2 | -17/+60 |
| | |/ / |
|
| * | | | Merge pull request #5504 from djrm/canvas_item_editor_shortcuts | Rémi Verschelde | 2016-07-03 | 1 | -23/+24 |
| |\ \ \ |
|
| | * | | | Canvas item editor shortcuts | Daniel J. Ramirez | 2016-06-29 | 1 | -23/+24 |
| * | | | | Added proper resource preview cache invalidation, fixes #5342 | Juan Linietsky | 2016-07-03 | 7 | -0/+74 |
| | |_|/
|/| | |
|
| * | | | Color picker was getting too much focus, made it get not as much focus. | Juan Linietsky | 2016-07-01 | 1 | -0/+1 |
| * | | | Many fixes to scene tree node dragging, closes #5341 | Juan Linietsky | 2016-06-30 | 2 | -4/+14 |
| * | | | Fixes to import plugin, closes #5318 | Juan Linietsky | 2016-06-30 | 1 | -5/+74 |
| * | | | Properly show the sample and play it back, also closes #5288 | Juan Linietsky | 2016-06-30 | 1 | -2/+3 |
| * | | | Fix some bugs in diraccess, closes #5288 | Juan Linietsky | 2016-06-30 | 1 | -1/+7 |
| | |/
|/| |
|
| * | | Fixed signal connection prints when moving docks, issue 5498 | Paulb23 | 2016-06-30 | 2 | -3/+11 |
| * | | Merge pull request #5474 from samuelgrigolato/tile-map-idx | Rémi Verschelde | 2016-06-30 | 1 | -1/+1 |
| |\ \ |
|
| | * | | Add tile index prefixes in tile map editor plugin. #5420 | Samuel Grigolato | 2016-06-28 | 1 | -1/+1 |
| * | | | Merge pull request #5439 from samuelgrigolato/fix-filesystem-dock-min-size | Rémi Verschelde | 2016-06-30 | 1 | -1/+2 |
| |\ \ \ |
|