| Commit message (Expand) | Author | Files | Lines |
| 2016-01-10 | make msvc 64bits build again, fixes #3098 | Juan Linietsky | 1 | -1/+1 |
| 2016-01-10 | -Removed OS.get_system_time_msec(), this is undoable on Windows and also unus... | Juan Linietsky | 8 | -13/+18 |
| 2016-01-10 | make path update when curve changes, fixes #3144 | Juan Linietsky | 1 | -0/+2 |
| 2016-01-10 | make animation work again in P3d demo, fixes #3151 | Juan Linietsky | 2 | -1/+1 |
| 2016-01-10 | -Made tile parameter work, fixes #3167 | Juan Linietsky | 1 | -0/+14 |
| 2016-01-10 | avoid crash with empty concavepolygonshape, fixes #3169 | Juan Linietsky | 1 | -0/+4 |
| 2016-01-10 | -Project settings can properly add/remove properties again, fixes #3177 | Juan Linietsky | 3 | -2/+9 |
| 2016-01-10 | restored quit to project list keybinding, but kept change for OSX, closes #3185 | Juan Linietsky | 1 | -0/+4 |
| 2016-01-10 | change intersect_ray function to discriminate pickable objects, fixes #3203 | Juan Linietsky | 4 | -6/+6 |
| 2016-01-10 | wrong extensions shown when saving resources fixed | Juan Linietsky | 1 | -1/+1 |
| 2016-01-10 | -Added a new mode, WRITE_READ to File, to recover compatibility with old proj... | Juan Linietsky | 5 | -0/+7 |
| 2016-01-10 | added a new function to escape properly json, fixes #3282 | Juan Linietsky | 4 | -1/+23 |
| 2016-01-10 | forgot initialization of path in filesystem dock, fixes #3295 | Juan Linietsky | 1 | -0/+2 |
| 2016-01-10 | Make sure variant parser actually writes floats when float property is reques... | Juan Linietsky | 2 | -4/+7 |
| 2016-01-10 | -fix stray file left open when parsing configuration, closes #3299 | Juan Linietsky | 1 | -1/+3 |
| 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 |