| Commit message (Expand) | Author | Files | Lines |
| 2016-02-01 | close file descriptor if ioctls failed | hondres | 1 | -0/+1 |
| 2016-02-01 | store animation names in alphabetical order, fixes #3423 | Juan Linietsky | 1 | -2/+9 |
| 2016-02-01 | Parse ColorArrays correctly (tscn)., fixes #3530 | Biliogadafr | 1 | -1/+1 |
| 2016-01-31 | thread renaming | Ariel Manzur | 7 | -39/+28 |
| 2016-01-31 | total pointers | Ariel Manzur | 1 | -1/+1 |
| 2016-01-31 | checking for file? | Ariel Manzur | 1 | -0/+3 |
| 2016-02-01 | Encode vectors in Globals | eska | 1 | -0/+8 |
| 2016-01-31 | -Make sure to properly use node path from animation track as base path, fixes... | Juan Linietsky | 2 | -11/+60 |
| 2016-01-31 | do not fail on invalid audio driver, fixes #3466 | Juan Linietsky | 2 | -2/+6 |
| 2016-01-31 | -Removed bizarre code introduced in a 2 years old PR, fixes #3483 | Juan Linietsky | 1 | -4/+5 |
| 2016-01-31 | -Added method flags to global constants for script | Juan Linietsky | 3 | -0/+12 |
| 2016-01-31 | -Fix crash opening and closing the scene, closes #3491 | Juan Linietsky | 3 | -20/+41 |
| 2016-01-30 | Fix wall_deco tile position in Platformer demo | George Marques | 1 | -145/+11 |
| 2016-01-30 | Variables SpatialSoundServer and SS pointed to SpatialSound2DServer. | Ovnuniarchos | 2 | -4/+4 |
| 2016-01-29 | Update detect.py | punto- | 1 | -1/+1 |
| 2016-01-29 | Remove debug prints | eska | 1 | -3/+1 |
| 2016-01-29 | don't install libevdev-dev for travis build | hondres | 1 | -1/+1 |
| 2016-01-29 | -Increment resources total in scene format text, fixes #3506 | Juan Linietsky | 2 | -0/+9 |
| 2016-01-29 | audio crash | Ariel Manzur | 2 | -1/+4 |
| 2016-01-28 | fix dpad left/right not showing correctly in project settings | hondres | 1 | -1/+1 |
| 2016-01-27 | Fix input passing to script editor even if not visible | Franklin Sobrinho | 1 | -1/+1 |
| 2016-01-27 | Fix Tree Slider disappearing when clicking on it | Franklin Sobrinho | 1 | -0/+2 |
| 2016-01-27 | Fix animation toolbar | Franklin Sobrinho | 4 | -11/+10 |
| 2016-01-27 | Add travis-ci badge to show the status of master | Rémi Verschelde | 1 | -0/+2 |
| 2016-01-27 | defer project export filesystem update if not visible | Juan Linietsky | 3 | -2/+21 |
| 2016-01-26 | Remove strand debug print, fix #3473 | George Marques | 1 | -1/+0 |
| 2016-01-26 | Revert "make msvc 64bits build again, fixes #3098" | George Marques | 1 | -1/+1 |
| 2016-01-26 | Get color constructor from ColorPicker | MarianoGNU | 2 | -13/+43 |
| 2016-01-26 | remove dependancy on libevdev | hondres | 3 | -103/+133 |
| 2016-01-26 | Focus and select line edit every time color is changed. Fixes #2586 | MarianoGNU | 1 | -0/+2 |
| 2016-01-26 | Fix wrong position of LineEdit in Scene editor | Franklin Sobrinho | 1 | -1/+1 |
| 2016-01-26 | Add gradle files to gitignore | est31 | 1 | -0/+2 |
| 2016-01-26 | Fix crash when renaming nodes using focus loss | Franklin Sobrinho | 1 | -1/+4 |
| 2016-01-26 | update joystick demo with joy_connection_changed handling | hondres | 2 | -0/+9 |
| 2016-01-26 | clear joystick state on disconnection | hondres | 1 | -1/+11 |
| 2016-01-26 | Sync API reference with current code | Rémi Verschelde | 1 | -104/+270 |
| 2016-01-25 | bump to beta | Juan Linietsky | 1 | -1/+1 |
| 2016-01-25 | -Fix input bug on window ordering due to foretting to sort root items | Juan Linietsky | 1 | -0/+2 |
| 2016-01-25 | -Changed how popups work in Viewport to make them a lot less invasive to the ... | Juan Linietsky | 2 | -27/+51 |
| 2016-01-25 | Add missing return for typeof() MethodInfo | Rémi Verschelde | 1 | -1/+4 |
| 2016-01-25 | Combies driver split and spawn fix, closes #3265 | Juan Linietsky | 1 | -0/+2 |
| 2016-01-25 | -Many fixes to windows build system with Mingw on Windows. Fixes #2690 | Juan Linietsky | 4 | -37/+51 |
| 2016-01-24 | can preload constants | hondres | 1 | -7/+15 |
| 2016-01-24 | Fix .tscn not raising dependency error | Franklin Sobrinho | 1 | -2/+1 |
| 2016-01-24 | Fixed small inconsistencies with the text format | Franklin Sobrinho | 2 | -2/+3 |
| 2016-01-24 | avoid crash when scaling tilemap too much, fixes #266 | reduz | 1 | -1/+18 |
| 2016-01-24 | -remved p_peer is null error messages, fixes #1150 | reduz | 1 | -1/+1 |
| 2016-01-24 | Change default window size for desktop | George Marques | 4 | -4/+4 |
| 2016-01-24 | -avoid allowing selection of canvasitems inside a viewport, fixes #1383 | reduz | 1 | -0/+59 |
| 2016-01-24 | Removed debugger X (hide) button | Ignacio Etcheverry | 2 | -22/+0 |