Age | Commit message (Expand) | Author |
2017-08-07 | Merge pull request #10045 from marcelofg55/audioserver_finish | Rémi Verschelde |
2017-08-07 | Merge pull request #9394 from supagu/sync-rpc-fix | Rémi Verschelde |
2017-08-07 | Add handling of touch events in _gui_input_event | Evgeny Zuev |
2017-08-07 | Adjust FileSystem split mode's height threshold | homer666 |
2017-08-07 | UWP: Add Gamepad vibration support | George Marques |
2017-08-07 | UWP: Fix Gamepad removal logic | George Marques |
2017-08-06 | Fixed some string names and animation playback options, closes #9446 | Juan Linietsky |
2017-08-06 | RGTC and S3TC are now always enabled on desktop, given the spect dictates the... | Juan Linietsky |
2017-08-06 | Use vertex distance instead of z, fixes #9108 | Juan Linietsky |
2017-08-06 | Merge pull request #10123 from bojidar-bg/7695-key-kp-enter | Juan Linietsky |
2017-08-06 | Duplicate error messages to macOS logging system | bruvzg |
2017-08-06 | Added a .gdignore check to ignore specific folders. Closes #8461 | Juan Linietsky |
2017-08-06 | Added missing binding to ImageTexture, closes #8371 | Juan Linietsky |
2017-08-06 | Rename KEY_RETURN to KEY_ENTER and KEY_ENTER to KEY_KP_ENTER | Bojidar Marinov |
2017-08-06 | keep default exported script values unless overriden, closes #8127 | Juan Linietsky |
2017-08-06 | Merge pull request #10121 from endragor/fix-cleanup-typo | Thomas Herzog |
2017-08-06 | Fix is_class check typo in ObjectDB::cleanup | Ruslan Mustakov |
2017-08-06 | Merge pull request #10117 from neikeq/pr-classdb-getpropidx | Ignacio Etcheverry |
2017-08-05 | few bugs fixed thanks to explicit bool constructor and clang. | Juan Linietsky |
2017-08-06 | ClassDB: Adds get_property_index method | Ignacio Etcheverry |
2017-08-06 | [GDNative] fixed double variant call | Karroffel |
2017-08-05 | Made bool constructor explicit in Variant to avoid bugs, fixes #7843 | Juan Linietsky |
2017-08-05 | Merge pull request #10116 from neikeq/prop_method_ambiguities | Juan Linietsky |
2017-08-05 | Renames properties and methods to avoid ambiguities | Ignacio Etcheverry |
2017-08-05 | emit signal properly when frame has changed in autoplay, fixes #7730 | Juan Linietsky |
2017-08-05 | Properly update frame range after modifying the vframe/hframes, closes #7624 | Juan Linietsky |
2017-08-05 | Warn about resizing a rigidbody (2D or 3D), covers the most common cases, clo... | Juan Linietsky |
2017-08-05 | 'tab_changed' signal after using 'set_current_tab' | Jakub Grzesik |
2017-08-05 | renamed node path, closes #5691 | Juan Linietsky |
2017-08-05 | Initialize Particles2D draw order property | L. Krause |
2017-08-05 | Copy point into mouse event as is | BastiaanOlij |
2017-08-05 | Improve HTML5 canvas management | L. Krause |
2017-08-05 | fixed loading old theme styleboxes | toger5 |
2017-08-04 | Fix warp_mouse_pos on macOS | bruvzg |
2017-08-04 | Fix resource docker thumbnail bug | Cradmon |
2017-08-04 | Merge pull request #10085 from endragor/no-uninitialized-cb | Thomas Herzog |
2017-08-04 | Fix label align of button in editor | volzhs |
2017-08-04 | Dont call nativescript callbacks if lib is not initialized | Ruslan Mustakov |
2017-08-04 | SpatialEditor: fix "Top", overflow preview button | Poommetee Ketson |
2017-08-04 | editor: update helps and script panel on theme could change. | toger5 |
2017-08-04 | Builtin script template loading improvements | toger5 |
2017-08-04 | SpatialEditor: uniform min/max of fov,znear,zfar | Poommetee Ketson |
2017-08-04 | Merge pull request #9976 from ISylvox/update-gradle-android-master | Rémi Verschelde |
2017-08-04 | Merge pull request #10072 from karroffel/gdnative-header-include-paths | Thomas Herzog |
2017-08-04 | [GDNative] fixed a bug with ambiguous include paths | Karroffel |
2017-08-03 | Full GLTF 2.0 Specification support! cheers! | Juan Linietsky |
2017-08-03 | TileMap: Fix infinite loop when trying to bucket-delete empty tiles. | Andreas Haas |
2017-08-03 | Merge pull request #10066 from marcelofg55/scons_fix3 | Rémi Verschelde |
2017-08-03 | Fix scons failing when not building sources | Marcelo Fernandez |
2017-08-03 | Merge pull request #10060 from endragor/nativescript-frame | Thomas Herzog |