| Commit message (Expand) | Author | Files | Lines |
| 2016-07-09 | Fix CollisionPolygon gizmo showing error icons instead of the 3d handles | Franklin Sobrinho | 1 | -1/+1 |
| 2016-07-09 | Changed tree so shift-selection skips folded children, closes #5515 | Juan Linietsky | 2 | -5/+5 |
| 2016-07-09 | removed target_fps option, moved it to debug (it makes no sense for games). A... | Juan Linietsky | 1 | -2/+10 |
| 2016-07-09 | Finally fixes the infamous bug #4444, hoping to never see you again. | Juan Linietsky | 1 | -0/+9 |
| 2016-07-09 | properly generate tangents only upon request, closes #5580 | Juan Linietsky | 1 | -1/+1 |
| 2016-07-09 | do not show help on multi node selection, array editing, etc, closes #5550 | Juan Linietsky | 1 | -5/+10 |
| 2016-07-09 | Cleaned up preview generation thread, fixes #5499 | Juan Linietsky | 1 | -62/+70 |
| 2016-07-09 | Fix help search dialog titles | eska | 1 | -1/+2 |
| 2016-07-09 | Regenerate hardcoded Godot icon to match current one | Rémi Verschelde | 1 | -4/+1386 |
| 2016-07-09 | Flake8 compliance (except for unused variables) | Nobody Really | 3 | -693/+1086 |
| 2016-07-09 | Comma fix | Nobody Really | 3 | -563/+563 |
| 2016-07-09 | Whitespace fix | Nobody Really | 3 | -1455/+1364 |
| 2016-07-08 | Revert removing of function call in gd_parser | George Marques | 1 | -0/+1 |
| 2016-07-09 | OSX export: Default to fat format, make it an enum | Rémi Verschelde | 1 | -21/+27 |
| 2016-07-08 | classref: Add docs for InputEvent* and InputMap | Rémi Verschelde | 1 | -11/+241 |
| 2016-07-08 | classref: Fix arg name for is_action_pressed/released | Rémi Verschelde | 3 | -25/+25 |
| 2016-07-08 | classref: Fix descriptions indentation after #5588 | Rémi Verschelde | 1 | -688/+442 |
| 2016-07-08 | Pass mouse position to Input singleton in web export | eska | 1 | -0/+3 |
| 2016-07-08 | Fix own world option of Viewport. | Franklin Sobrinho | 1 | -1/+1 |
| 2016-07-08 | Cleanup: drop ImportSettingsDialog, replaced by contextual actions | Rémi Verschelde | 4 | -313/+0 |
| 2016-07-08 | Remove unused variables (fourth pass) + dead code | Rémi Verschelde | 32 | -175/+12 |
| 2016-07-08 | Avoid crash if setting modifiers fails, closes #5158 | Juan Linietsky | 1 | -1/+3 |
| 2016-07-08 | ScenesDock: Fix regression in tree generation | Rémi Verschelde | 1 | -0/+3 |
| 2016-07-07 | remove warnings if a script is missing and can't be opened | Juan Linietsky | 1 | -0/+2 |
| 2016-07-07 | do not allow removal of groups that come from instanced/inherited scene, clos... | Juan Linietsky | 1 | -2/+28 |
| 2016-07-08 | Classref: update with new doctool indentation | J08nY | 1 | -3202/+3202 |
| 2016-07-07 | Doctool: correct XML indentation | J08nY | 1 | -4/+4 |
| 2016-07-07 | Remove unused variables (third pass) + dead code | Rémi Verschelde | 20 | -191/+3 |
| 2016-07-07 | Removed unused variables (second pass) + dead code | Rémi Verschelde | 35 | -431/+27 |
| 2016-07-07 | Removed unused variables (first pass) | Rémi Verschelde | 13 | -100/+20 |
| 2016-07-07 | SceneTreeDock: Fix wrong argument in _has_visible_children | Rémi Verschelde | 1 | -3/+3 |
| 2016-07-06 | Fix the +1 button to insert keyframes in Sprite and Sprite3D, closes #5422 | Juan Linietsky | 8 | -6/+30 |
| 2016-07-06 | Fix several bugs related to node duplication and signals, closes #5405 | Juan Linietsky | 2 | -3/+21 |
| 2016-07-06 | Only allow built-in scripts to be edited when the scene they belong to is loa... | Juan Linietsky | 5 | -4/+85 |
| 2016-07-06 | Improve quick open sorting | George Marques | 2 | -14/+25 |
| 2016-07-06 | Initialize the SSL certificates in the project manager | Rémi Verschelde | 1 | -1/+3 |
| 2016-07-06 | Update String.capitalize() documentation | Pawel Kowal | 1 | -1/+1 |
| 2016-07-05 | Update classes.xml to fix sorting of constants | George Marques | 1 | -1545/+1591 |
| 2016-07-05 | Make sure builtin types' constants remain in order | George Marques | 2 | -58/+60 |
| 2016-07-05 | Fixed HQ2x compiler warnings | J08nY | 1 | -2/+2 |
| 2016-07-05 | Revert "Fix return type for EditorResourcePreview::check_for_invalidation" | Rémi Verschelde | 2 | -2/+2 |
| 2016-07-04 | added missing return value | Juan Linietsky | 1 | -0/+2 |
| 2016-07-05 | Fix crash when null value through jni on android | volzhs | 1 | -0/+4 |
| 2016-07-04 | Fix return type for EditorResourcePreview::check_for_invalidation | Rémi Verschelde | 2 | -2/+2 |
| 2016-07-04 | Link libdl only on Linux, fix BSD build | eska | 1 | -1/+3 |
| 2016-07-04 | Fix TreeItem range editing by dragging on the inspector | Franklin Sobrinho | 1 | -1/+1 |
| 2016-07-04 | Fix EditorPlugin::forward_spatial_input_event in GDScripts addons | Franklin Sobrinho | 1 | -0/+1 |
| 2016-07-04 | Fix addon disabling | Franklin Sobrinho | 1 | -1/+1 |
| 2016-07-03 | fix to the fix, and removed some conflicting shorcuts | Juan Linietsky | 2 | -3/+4 |
| 2016-07-03 | Avoid settings from being lost when opening project manager. | Juan Linietsky | 3 | -6/+22 |