| Commit message (Expand) | Author | Files | Lines |
| 2017-08-06 | Use vertex distance instead of z, fixes #9108 | Juan Linietsky | 1 | -1/+1 |
| 2017-08-06 | Added a .gdignore check to ignore specific folders. Closes #8461 | Juan Linietsky | 1 | -0/+4 |
| 2017-08-06 | Added missing binding to ImageTexture, closes #8371 | Juan Linietsky | 1 | -1/+1 |
| 2017-08-06 | Rename KEY_RETURN to KEY_ENTER and KEY_ENTER to KEY_KP_ENTER | Bojidar Marinov | 18 | -33/+33 |
| 2017-08-06 | keep default exported script values unless overriden, closes #8127 | Juan Linietsky | 5 | -1/+39 |
| 2017-08-06 | Fix is_class check typo in ObjectDB::cleanup | Ruslan Mustakov | 1 | -1/+1 |
| 2017-08-05 | few bugs fixed thanks to explicit bool constructor and clang. | Juan Linietsky | 3 | -2/+3 |
| 2017-08-06 | ClassDB: Adds get_property_index method | Ignacio Etcheverry | 2 | -0/+23 |
| 2017-08-06 | [GDNative] fixed double variant call | Karroffel | 1 | -1/+0 |
| 2017-08-05 | Made bool constructor explicit in Variant to avoid bugs, fixes #7843 | Juan Linietsky | 5 | -10/+20 |
| 2017-08-05 | Renames properties and methods to avoid ambiguities | Ignacio Etcheverry | 3 | -4/+4 |
| 2017-08-05 | emit signal properly when frame has changed in autoplay, fixes #7730 | Juan Linietsky | 1 | -0/+1 |
| 2017-08-05 | Properly update frame range after modifying the vframe/hframes, closes #7624 | Juan Linietsky | 2 | -4/+4 |
| 2017-08-05 | Warn about resizing a rigidbody (2D or 3D), covers the most common cases, clo... | Juan Linietsky | 4 | -0/+70 |
| 2017-08-05 | renamed node path, closes #5691 | Juan Linietsky | 6 | -5/+5 |
| 2017-08-04 | Dont call nativescript callbacks if lib is not initialized | Ruslan Mustakov | 3 | -10/+17 |
| 2017-08-04 | [GDNative] fixed a bug with ambiguous include paths | Karroffel | 1 | -1/+2 |
| 2017-08-03 | Full GLTF 2.0 Specification support! cheers! | Juan Linietsky | 2 | -11/+584 |
| 2017-08-03 | TileMap: Fix infinite loop when trying to bucket-delete empty tiles. | Andreas Haas | 1 | -0/+2 |
| 2017-08-03 | Fix scons failing when not building sources | Marcelo Fernandez | 1 | -2/+3 |
| 2017-08-03 | Added ARVRAnchor support and a few small enhancements | BastiaanOlij | 5 | -8/+184 |
| 2017-08-03 | Forward frame call to GDNative libraries | Ruslan Mustakov | 3 | -44/+32 |
| 2017-08-02 | Added get_used_cells_by_id method 3.0 | Hassan A | 2 | -0/+16 |
| 2017-08-02 | ItemList: Remove redundant Vector2 initializations. | Andreas Haas | 1 | -4/+4 |
| 2017-08-02 | -Added GLTF scene support (still missing animations and .glb extension) | Juan Linietsky | 10 | -38/+2040 |
| 2017-08-02 | Revert "Tweak command-line arguments to make them more UNIX-like" | Juan Linietsky | 4 | -104/+104 |
| 2017-08-02 | ScriptEditor: ctrl+click can open scenes/resources. | Andreas Haas | 2 | -1/+28 |
| 2017-08-02 | [GDNative/NativeScript] fix -rdynamic and removed _init call | Karroffel | 2 | -13/+6 |
| 2017-08-02 | Docs: fix method/type renames, fill some blanks | Poommetee Ketson | 1 | -15/+18 |
| 2017-08-02 | Tweak command-line arguments to make them more UNIX-like | Hugo Locurcio | 4 | -104/+104 |
| 2017-08-02 | remove meaningless print line from editor console | Indah Sylvia | 1 | -1/+0 |
| 2017-08-02 | [GDNative] better header include paths | Karroffel | 39 | -113/+137 |
| 2017-08-01 | Fix AudioServer::finish not getting called while quitting | Marcelo Fernandez | 2 | -1/+3 |
| 2017-08-02 | Tree: fix index error with expanded column | Poommetee Ketson | 1 | -1/+0 |
| 2017-08-02 | MenuButton: defer grab_click_focus until button_up | Poommetee Ketson | 1 | -1/+1 |
| 2017-08-01 | made delete next and prev consistent to other editors,issue 6546 | Paulb23 | 1 | -52/+52 |
| 2017-07-31 | Fix possible division by zero crashes on the wav importer | Marcelo Fernandez | 1 | -2/+2 |
| 2017-08-01 | Fix equality when assignment intended | Pedro J. Estébanez | 1 | -1/+1 |
| 2017-08-01 | Use atomics for memory use tracking | Pedro J. Estébanez | 2 | -25/+27 |
| 2017-08-01 | Make memory monitors query the right counters | Pedro J. Estébanez | 1 | -2/+2 |
| 2017-08-01 | Improve cleanup of physics constraints | Pedro J. Estébanez | 6 | -13/+37 |
| 2017-07-31 | Some theme and usability improvements | Daniel J. Ramirez | 7 | -52/+78 |
| 2017-07-31 | SpatialEditor: fix transform dialog | Poommetee Ketson | 1 | -22/+26 |
| 2017-07-31 | Bind some useful methods in SurfaceTool to GDScript | Andrii Doroshenko (Xrayez) | 1 | -4/+15 |
| 2017-07-31 | Fix property type expose of Control.stretch_ratio. | Geequlim | 2 | -2/+2 |
| 2017-07-30 | Style: Apply clang-format on all files | Rémi Verschelde | 45 | -58/+57 |
| 2017-07-30 | Revert "PropertyEditor: display "Off" if property is false" | Rémi Verschelde | 1 | -2/+1 |
| 2017-07-30 | Fix mutex initialisation in OS X Audio Driver | Marcelo Fernandez | 2 | -26/+28 |
| 2017-07-30 | [NativeScript] fix signals from base class not being accessible | Karroffel | 1 | -3/+7 |
| 2017-07-30 | update gradle-android buildtool for master | ISylvox | 5 | -12/+24 |