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