| Commit message (Expand) | Author | Files | Lines |
| 2016-07-09 | OSX export: Default to fat format, make it an enum | Rémi Verschelde | 1 | -21/+27 |
| 2016-07-09 | added "arch" parameter, made iphone use it to build isim | Ariel Manzur | 2 | -6/+17 |
| 2016-07-09 | iOS simulator: merge into iphone detect.py | Rémi Verschelde | 3 | -152/+31 |
| 2016-07-09 | corrently parse utf8 from zip_io open, closes #1708 | Juan Linietsky | 1 | -2/+5 |
| 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 | 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 | Avoid crash if setting modifiers fails, closes #5158 | Juan Linietsky | 1 | -1/+3 |
| 2016-07-08 | remove warnings if a script is missing and can't be opened | Juan Linietsky | 1 | -0/+2 |
| 2016-07-08 | Fix several bugs related to node duplication and signals, closes #5405 | Juan Linietsky | 2 | -3/+21 |
| 2016-07-08 | Update String.capitalize() documentation | Pawel Kowal | 1 | -1/+1 |
| 2016-07-08 | classref: Sync for new sorting of constants | Rémi Verschelde | 1 | -1502/+1502 |
| 2016-07-08 | Make sure builtin types' constants remain in order | George Marques | 2 | -58/+60 |
| 2016-07-08 | Fix crash when null value through jni on android | volzhs | 1 | -0/+4 |
| 2016-07-08 | Prettier str() for arrays | Ignacio Etcheverry | 1 | -6/+12 |
| 2016-07-08 | Windows: prevent freeze while moving or resizing the game window. | Andreas Haas | 2 | -1/+17 |
| 2016-07-08 | throw error if GridContainer::set_columns goes below 1, closes #5316 | Juan Linietsky | 1 | -0/+1 |
| 2016-07-08 | Make both signals be ordered and samplelibrary items too, fixes scenes changi... | Juan Linietsky | 2 | -1/+13 |
| 2016-07-08 | Only emit item_selected once per Tree row, closes #5280 | Juan Linietsky | 1 | -1/+6 |
| 2016-07-08 | Remove error when getting dependencies from tscn files in some cases, closes ... | Juan Linietsky | 2 | -21/+34 |
| 2016-07-08 | Fix bug in inner class reference, closes #1411 | Juan Linietsky | 1 | -4/+9 |
| 2016-07-08 | Fixed bug related to resolving constants in a class, closes #1110 | Juan Linietsky | 1 | -1/+1 |
| 2016-07-08 | Fix extends issue, closes #4026 | Juan Linietsky | 1 | -1/+3 |
| 2016-07-08 | Fixed bug in instance state ordering, closes #3904 | Juan Linietsky | 2 | -4/+4 |
| 2016-07-08 | Avoid recursion in filesystem scanning, closes #3838 | Juan Linietsky | 1 | -16/+25 |
| 2016-07-08 | Fix style bug in event queue | Rémi Verschelde | 1 | -1/+1 |
| 2016-07-08 | fix bug in reporting of message queue size | Juan Linietsky | 1 | -1/+1 |
| 2016-07-08 | Properly complain when a scene file has not be selected, closes #3811 | Juan Linietsky | 1 | -0/+22 |
| 2016-07-08 | Ability to rotate controls using tool, closes #3800 | Juan Linietsky | 2 | -10/+40 |
| 2016-07-08 | Properly deliver localized coordinates when passing gui events through parent... | Juan Linietsky | 4 | -64/+74 |
| 2016-07-08 | Fix compiling for X11 on non-86, this fixes #5444 | Ferdinand Thiessen | 1 | -1/+3 |
| 2016-07-08 | Fix visual server error when minimizing the window | George Marques | 1 | -2/+6 |
| 2016-07-08 | Avoid mirroring to go negative to fix crash, closes #4036 | Juan Linietsky | 1 | -0/+5 |
| 2016-07-08 | remove the warning of instances in use at exit | Juan Linietsky | 1 | -1/+1 |
| 2016-07-08 | Fix error reporting when a scene is not imported properly, closes #3968 | Juan Linietsky | 3 | -12/+18 |
| 2016-07-08 | Fixed selected text turning black, issue 5199 | Paulb23 | 1 | -0/+1 |
| 2016-07-08 | Optimize member access with self | Pedro J. Estébanez | 1 | -3/+11 |
| 2016-07-08 | Changes X11 res_name to "Godot_Engine" | paper-pauper | 1 | -1/+1 |
| 2016-07-08 | Fix string array parameter check with jni | volzhs | 2 | -4/+4 |
| 2016-07-08 | Remove duplicated aidl for android | volzhs | 1 | -144/+0 |
| 2016-07-08 | Revert "Fixed the order of events called by _input, closes #4384" | Rémi Verschelde | 1 | -1/+1 |
| 2016-07-08 | Dynamic property list for control margins allowing floating point properties ... | Saracen | 1 | -8/+80 |
| 2016-07-02 | Fixed bug using DirAccess in Android Marshmallow due to data dir being a symlink | Juan Linietsky | 2 | -2/+28 |
| 2016-06-25 | Ignore some 2.1-specific files | Rémi Verschelde | 1 | -0/+3 |
| 2016-06-25 | Add "bool" to GDScript reserverd keywords | Andreas Haas | 1 | -0/+1 |
| 2016-06-25 | Fix bug in String==StrRange comparison | George Marques | 1 | -5/+2 |
| 2016-06-25 | Properly report a valid error instead of reporting as a bug, closes #3841 | Juan Linietsky | 1 | -2/+2 |
| 2016-06-25 | Fix network IP setting change | volzhs | 1 | -1/+1 |
| 2016-06-25 | Add docs for String and CanvasItem | George Marques | 1 | -14/+46 |