| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2016-07-08 | ScenesDock: Fix regression in tree generation | Rémi Verschelde | 1 | -0/+3 | |
| Was a regression from 3fcb9b1ec179b99d979d4cfea9b5e3c80e4a3e33. Fixes #5590. | |||||
| 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, ↵ | Juan Linietsky | 1 | -2/+28 | |
| closes #5505 | |||||
| 2016-07-07 | Remove unused variables (third pass) + dead code | Rémi Verschelde | 20 | -191/+3 | |
| 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 | 35 | -431/+27 | |
| Fixes various gcc 5.4.0 warnings for -Wunused-variable and -Wunused-but-set-variable | |||||
| 2016-07-07 | Removed unused variables (first pass) | Rémi Verschelde | 13 | -100/+20 | |
| 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 | 1 | -3/+3 | |
| Seen while checking for unused variables, which `child` was. | |||||
| 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 ↵ | Juan Linietsky | 5 | -4/+85 | |
| loaded, closes #5403 | |||||
| 2016-07-06 | Improve quick open sorting | George Marques | 2 | -14/+25 | |
| 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 | 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 | |
| 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 | 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 | |
| This reverts commit 716dfa67a3c5a0a38205179c01676e05a718d244, since it was later fixes differently with c6b55e45e9256bb41b2d045d8c61d1946de881b1... | |||||
| 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 | |
| Probably fixes many issues of this kind, like missing shortcuts or other settings | |||||
| 2016-07-03 | Fix completion string check when column = 0 | George Marques | 1 | -1/+1 | |
| 2016-07-03 | Added proper resource preview cache invalidation, fixes #5342 | Juan Linietsky | 7 | -0/+74 | |
| 2016-07-03 | Stop completion when the match is perfect | George Marques | 1 | -0/+5 | |
| to avoid the completion insisting showing up after a completion. | |||||
| 2016-07-03 | Fix code completion sorting | George Marques | 1 | -3/+11 | |
| 2016-07-03 | GH linguist: properly detect .inc files as C++ | Rémi Verschelde | 3 | -722/+1 | |
| Also drop two unnecessary speex buildsystem files. | |||||
| 2016-07-03 | Added search to shortcut config | Paulb23 | 2 | -14/+56 | |
| 2016-07-02 | missnig ; | Juan Linietsky | 1 | -1/+1 | |
| 2016-07-02 | Removed no longer needed check | Juan Linietsky | 1 | -2/+2 | |
| 2016-07-02 | Data dir returns a symlink in Android 6.0, which confuses DirAccess on ↵ | Juan Linietsky | 2 | -2/+29 | |
| android, this should fix it | |||||
| 2016-07-02 | Prettier str() for arrays | Ignacio Etcheverry | 1 | -6/+12 | |
| 2016-07-01 | Windows: prevent freeze while moving or resizing the game window. | Andreas Haas | 2 | -1/+17 | |
| When moving or resizing the window, Windows spins up a seperate event-loop, effectively blocking the normal one. To work around this, we're starting a timer that will continue sending WM_TIMER messages which we can use to keep the mainloop running. fixes #4695 | |||||
| 2016-07-01 | Fixed the order of input, reverts #4384, closes #5361 | Juan Linietsky | 2 | -10/+2 | |
| 2016-07-01 | Color picker was getting too much focus, made it get not as much focus. | Juan Linietsky | 4 | -4/+18 | |
| This abuse of focus was the original culprit of #5354 | |||||
| 2016-07-01 | Invalidate key focus if not visible, fixes #5354 | Juan Linietsky | 1 | -1/+6 | |
| 2016-07-01 | Improved drag&drop to work as n-piggeon wants to use, closes #5342 | Juan Linietsky | 1 | -15/+40 | |
| 2016-06-30 | Many fixes to scene tree node dragging, closes #5341 | Juan Linietsky | 2 | -4/+14 | |
| 2016-06-30 | Fixes to import plugin, closes #5318 | Juan Linietsky | 1 | -5/+74 | |
| 2016-06-30 | throw error if GridContainer::set_columns goes below 1, closes #5316 | Juan Linietsky | 1 | -0/+1 | |
| 2016-06-30 | Make both signals be ordered and samplelibrary items too, fixes scenes ↵ | Juan Linietsky | 2 | -1/+13 | |
| changing for git, closes #5289 | |||||
| 2016-06-30 | Properly show the sample and play it back, also closes #5288 | Juan Linietsky | 1 | -2/+3 | |
| 2016-06-30 | Fix some bugs in diraccess, closes #5288 | Juan Linietsky | 3 | -25/+34 | |
| 2016-06-30 | Added spatial editor shortcuts | Daniel J. Ramirez | 1 | -149/+114 | |
| for now it does not support the emulate numpad setting | |||||
| 2016-06-30 | Only emit item_selected once per Tree row, closes #5280 | Juan Linietsky | 1 | -1/+6 | |
| 2016-06-30 | Improve Quick Open search | George Marques | 2 | -17/+60 | |
| Makes it sort by similarity with best match on top | |||||
