| Commit message (Expand) | Author | Files | Lines |
| 2016-01-10 | make sure file is closed if something fails | Juan Linietsky | 1 | -0/+2 |
| 2016-01-10 | removed this fix, which brought more problems than solutions | Juan Linietsky | 1 | -2/+2 |
| 2016-01-09 | Fix bug related to EOF in Android FileAccess | Juan Linietsky | 1 | -1/+7 |
| 2016-01-09 | removed prints | Ariel Manzur | 1 | -5/+7 |
| 2016-01-09 | Fix pthread renaming in Open/FreeBSD | eska | 2 | -1/+11 |
| 2016-01-09 | Fix maven repositories bug | mrezai | 2 | -5/+6 |
| 2016-01-09 | Fix some error messages | Franklin Sobrinho | 6 | -14/+4 |
| 2016-01-08 | fix issues related to StringArray parsing | Juan Linietsky | 1 | -3/+5 |
| 2016-01-08 | -Use simpler methods for parsing simple tags, fixes #3274 | Juan Linietsky | 3 | -9/+32 |
| 2016-01-08 | fixes debug_release build | Ariel Manzur | 1 | -2/+2 |
| 2016-01-08 | removed unnecesary comma in gradle template | Juan Linietsky | 1 | -1/+1 |
| 2016-01-08 | Renamed godot domain from com.android.godot (which was incorrect) to org.godo... | Juan Linietsky | 29 | -106/+106 |
| 2016-01-08 | Fix debugger close button and script editor "Show Debugger" | Franklin Sobrinho | 2 | -2/+3 |
| 2016-01-08 | Fix TileSet not refreshed after exporting without merge | Ignacio Etcheverry | 1 | -5/+10 |
| 2016-01-08 | -Removed ANT build system for Android, as it was deprecated by Google | Juan Linietsky | 287 | -8861/+610 |
| 2016-01-08 | Fix TextEdit caret drawn when outside the visible region | Ignacio Etcheverry | 1 | -1/+1 |
| 2016-01-08 | Scene->Close scene: ask confirmation only when unsaved changes | Ignacio Etcheverry | 1 | -1/+1 |
| 2016-01-08 | do not return zero with minus-sign within range value, fixes #3221 | Richard Nespithal | 1 | -1/+5 |
| 2016-01-07 | TextEdit/LineEdit: Handle numpad PageUp, PageDown, Home and End | Ignacio Etcheverry | 2 | -12/+56 |
| 2016-01-07 | TextEdit/LineEdit: Handle numpad arrows if NumLock is disabled | Ignacio Etcheverry | 2 | -16/+59 |
| 2016-01-07 | Added missing onready token name | Ignacio Etcheverry | 1 | -0/+1 |
| 2016-01-07 | added ':' support to VariantParser, given it' s used by export.cfg | Juan Linietsky | 1 | -0/+3 |
| 2016-01-07 | -fix bugs related to parsing config files with new variantparser, closes #324... | Juan Linietsky | 3 | -1/+45 |
| 2016-01-06 | Better fix for visual studio project generation. | Peace Sells | 1 | -1/+1 |
| 2016-01-06 | Make joydev build using udev and evdev opt-out but blocking (linux) | Rémi Verschelde | 1 | -11/+18 |
| 2016-01-06 | You can create an inherited scene based on an already opened scene. | Nounours Heureux | 1 | -4/+6 |
| 2016-01-06 | Fix .tscn format not loading signal binds | Franklin Sobrinho | 1 | -4/+4 |
| 2016-01-06 | Fix config file parser bug that cause showing project name as "Unnamed Project" | mrezai | 1 | -0/+1 |
| 2016-01-06 | visual representation for joystick demo | hondres | 6 | -5/+130 |
| 2016-01-06 | Fix uniform scaling of non-square CanvasItem nodes | Rémi Verschelde | 1 | -34/+24 |
| 2016-01-05 | fix x11 crash on exit | hondres | 1 | -3/+3 |
| 2016-01-05 | Fix is_node_being_edited() when not building tools | Rémi Verschelde | 1 | -0/+4 |
| 2016-01-05 | -completely rewritten filesystem dock and internal editor filesystem manageme... | Juan Linietsky | 36 | -464/+639 |
| 2016-01-05 | Fix uint compile error | mrezai | 1 | -1/+1 |
| 2016-01-05 | Fix typo | Rémi Verschelde | 1 | -1/+1 |
| 2016-01-05 | define XUSER_MAX_COUNT if not present | hondres | 1 | -0/+3 |
| 2016-01-04 | -make signals throw an error when target method is not found, fixes #2036 | Juan Linietsky | 7 | -126/+140 |
| 2016-01-04 | Fix KP5 toggle perspective shortcut, fixes #2035 | Juan Linietsky | 1 | -1/+4 |
| 2016-01-04 | restored this config | Juan Linietsky | 1 | -1/+0 |
| 2016-01-04 | -Fix crash at exit due to unnecesary check in command queue, fixes #2034 | Juan Linietsky | 3 | -5/+6 |
| 2016-01-03 | Fixed bug with default arguments in gdscript, closes #2024 | Juan Linietsky | 2 | -1/+3 |
| 2016-01-03 | change android install location to automatic, closes #1997 | Juan Linietsky | 1 | -1/+1 |
| 2016-01-03 | properly specify metadata in KB function | Juan Linietsky | 1 | -1/+1 |
| 2016-01-03 | physics state properly returns contact metadata, closes #1979 | Juan Linietsky | 4 | -2/+28 |
| 2016-01-03 | small usability improvement, change everything related to resolution and scal... | Juan Linietsky | 1 | -2/+13 |
| 2016-01-03 | Fixed the decimals function, it can't be perfect but it should be good enough... | Juan Linietsky | 1 | -2/+8 |
| 2016-01-03 | having active items is pointless in input map | Juan Linietsky | 3 | -4/+16 |
| 2016-01-03 | -Replaced tinyjpg for jpgd (public domain), fixes progressive encoded jpgs an... | Juan Linietsky | 24 | -3236/+3985 |
| 2016-01-03 | Change Import > Sub-Scene to Import > Node from scene | Nounours Heureux | 1 | -1/+1 |
| 2016-01-03 | forgot to bind NOTIFICATION_INSTANCED, closes #2261 | Juan Linietsky | 1 | -0/+2 |