| Commit message (Expand) | Author | Files | Lines |
| 2016-06-21 | Set default duration parameter of joystick vibration to 0. | Andreas Haas | 3 | -3/+3 |
| 2016-06-21 | Fix File.get_as_text() to return the whole file | George Marques | 1 | -0/+7 |
| 2016-06-21 | Add classref for File class | George Marques | 1 | -2/+66 |
| 2016-06-21 | Fix project manager category list, small enchancements as well | Bojidar Marinov | 2 | -3/+22 |
| 2016-06-21 | Ability to premultiply alpha on font import, fixes #5231 | Juan Linietsky | 1 | -0/+26 |
| 2016-06-21 | Add support levels to search | Bojidar Marinov | 2 | -1/+27 |
| 2016-06-21 | Check hashes when downloading assets | Bojidar Marinov | 2 | -10/+18 |
| 2016-06-21 | Animation: Fix property loop_interpolation | J08nY | 1 | -3/+4 |
| 2016-06-21 | Make return type explicit. | Saracen | 1 | -1/+1 |
| 2016-06-21 | Renamed Trackpad Hint to Emulate 3 Button Mouse. (#5258) | sunnystormy | 2 | -2/+2 |
| 2016-06-20 | property remove parent owned nodes when using replace, fixes #4128 | Juan Linietsky | 3 | -0/+18 |
| 2016-06-20 | do not crash when generating preview of very large sound files, fixes #4123 | Juan Linietsky | 2 | -12/+12 |
| 2016-06-20 | fix CanvasItem.get_global_transform() and CanvasItem.get_local_transform(), c... | Juan Linietsky | 2 | -3/+6 |
| 2016-06-20 | Don't create outlines from dummy meshes. Fixes #4718 | MarianoGNU | 1 | -0/+6 |
| 2016-06-20 | fix bug decompressing bc texture, closes #4404 | Juan Linietsky | 1 | -2/+17 |
| 2016-06-20 | Fixed the order of events called by _input, closes #4384 | Juan Linietsky | 1 | -1/+1 |
| 2016-06-20 | Add quotes to .tscn keys, solves #4366 | Juan Linietsky | 2 | -3/+21 |
| 2016-06-20 | added missing status, closes #4361 | Juan Linietsky | 1 | -0/+1 |
| 2016-06-20 | Allow mouse wheel to go throuhgh so scroll containers work properly, fixes #4431 | Juan Linietsky | 1 | -1/+9 |
| 2016-06-20 | Fix error storing path for children of instanced nodes in .tscn, fixes #4320 ... | Juan Linietsky | 2 | -4/+1 |
| 2016-06-20 | Fixed caret not drawing on focus regain | Paulb23 | 1 | -0/+3 |
| 2016-06-20 | Changed save all scripts shortcut to avoid collision, fixes #4278 | Juan Linietsky | 1 | -1/+1 |
| 2016-06-21 | correct current Intent for android | volzhs | 1 | -1/+13 |
| 2016-06-20 | properly initialize loops to 0 in eventplayer | Juan Linietsky | 1 | -1/+1 |
| 2016-06-20 | fix loop counter for eventstream, closes #4493 | Juan Linietsky | 1 | -4/+6 |
| 2016-06-20 | -Improved theme editor, when a new class is added, the members are created em... | Juan Linietsky | 2 | -36/+50 |
| 2016-06-20 | Make dure to only call drop_data if can_drop_data returned true, closes #4616 | Juan Linietsky | 1 | -2/+3 |
| 2016-06-20 | Remove the vibration effect from the joystick when stopping | Wilhem Barbier | 1 | -5/+3 |
| 2016-06-20 | Fix the joystick vibration timestamp | Wilhem Barbier | 1 | -1/+1 |
| 2016-06-20 | isim: Sync with iphone files list | Rémi Verschelde | 1 | -4/+7 |
| 2016-06-20 | i18n: Sync translations from Weblate | Rémi Verschelde | 6 | -345/+260 |
| 2016-06-20 | i18n: Improve a couple English strings | Rémi Verschelde | 3 | -22/+16 |
| 2016-06-20 | Property reporty base type when a function fails, fixes #4581 probably also c... | Juan Linietsky | 3 | -7/+15 |
| 2016-06-20 | Remove unused connection. ShaderEditor should'nt handle ShaderGraphs. | MarianoGNU | 3 | -31/+19 |
| 2016-06-20 | -Added ability to disable overwrite warning on file dialog, fixes #4545 | Juan Linietsky | 3 | -2/+21 |
| 2016-06-19 | Make sure that scripts are reloaded if needed when they enter editing, fixes ... | Juan Linietsky | 2 | -4/+16 |
| 2016-06-20 | -Added options for scene import plugin to keep materials and user-added track... | Juan Linietsky | 5 | -3/+201 |
| 2016-06-19 | Added shortcuts to scene tree dock | Daniel J. Ramirez | 1 | -20/+57 |
| 2016-06-19 | Switch tabs using CTRL+TAB and CTRL+SHIFT+TAB | Daniel J. Ramirez | 1 | -0/+12 |
| 2016-06-19 | Fix layout menu labels and shortcuts | George Marques | 1 | -2/+2 |
| 2016-06-19 | Added loop interpolation and track trigger icons | Daniel J. Ramirez | 6 | -0/+220 |
| 2016-06-19 | Update of Russian translation (commit 48a7216) | DimOkGamer | 1 | -51/+32 |
| 2016-06-19 | Replace 'or'/'and' keywords | George Marques | 2 | -2/+2 |
| 2016-06-19 | Text Edit no longer draws caret on focus loss | Paulb23 | 2 | -0/+16 |
| 2016-06-19 | Improve code completion search | George Marques | 1 | -41/+31 |
| 2016-06-19 | Fix TextEdit cursor position after undo remove text | George Marques | 1 | -2/+7 |
| 2016-06-19 | Add docs for String.bigrams() and String.similarity(text) | George Marques | 1 | -0/+16 |
| 2016-06-19 | Add similarity comparison to String | George Marques | 3 | -0/+50 |
| 2016-06-19 | libtheora: New version 1.1.1 | J08nY | 3 | -32/+17 |
| 2016-06-19 | libvorbis: New version 1.3.5 | J08nY | 35 | -3549/+2081 |