summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-08-07UWP: Add Gamepad vibration supportGeorge Marques
2017-08-07UWP: Fix Gamepad removal logicGeorge Marques
2017-08-06Fixed some string names and animation playback options, closes #9446Juan Linietsky
2017-08-06RGTC and S3TC are now always enabled on desktop, given the spect dictates the...Juan Linietsky
2017-08-06Use vertex distance instead of z, fixes #9108Juan Linietsky
2017-08-06Merge pull request #10123 from bojidar-bg/7695-key-kp-enterJuan Linietsky
2017-08-06Added a .gdignore check to ignore specific folders. Closes #8461Juan Linietsky
2017-08-06Added missing binding to ImageTexture, closes #8371Juan Linietsky
2017-08-06Rename KEY_RETURN to KEY_ENTER and KEY_ENTER to KEY_KP_ENTERBojidar Marinov
2017-08-06keep default exported script values unless overriden, closes #8127Juan Linietsky
2017-08-06Merge pull request #10121 from endragor/fix-cleanup-typoThomas Herzog
2017-08-06Fix is_class check typo in ObjectDB::cleanupRuslan Mustakov
2017-08-06Merge pull request #10117 from neikeq/pr-classdb-getpropidxIgnacio Etcheverry
2017-08-05few bugs fixed thanks to explicit bool constructor and clang.Juan Linietsky
2017-08-06ClassDB: Adds get_property_index methodIgnacio Etcheverry
2017-08-06[GDNative] fixed double variant callKarroffel
2017-08-05Made bool constructor explicit in Variant to avoid bugs, fixes #7843Juan Linietsky
2017-08-05Merge pull request #10116 from neikeq/prop_method_ambiguitiesJuan Linietsky
2017-08-05Renames properties and methods to avoid ambiguitiesIgnacio Etcheverry
2017-08-05emit signal properly when frame has changed in autoplay, fixes #7730Juan Linietsky
2017-08-05Properly update frame range after modifying the vframe/hframes, closes #7624Juan Linietsky
2017-08-05Warn about resizing a rigidbody (2D or 3D), covers the most common cases, clo...Juan Linietsky
2017-08-05renamed node path, closes #5691Juan Linietsky
2017-08-04Merge pull request #10085 from endragor/no-uninitialized-cbThomas Herzog
2017-08-04Dont call nativescript callbacks if lib is not initializedRuslan Mustakov
2017-08-04Merge pull request #9976 from ISylvox/update-gradle-android-masterRémi Verschelde
2017-08-04Merge pull request #10072 from karroffel/gdnative-header-include-pathsThomas Herzog
2017-08-04[GDNative] fixed a bug with ambiguous include pathsKarroffel
2017-08-03Full GLTF 2.0 Specification support! cheers!Juan Linietsky
2017-08-03TileMap: Fix infinite loop when trying to bucket-delete empty tiles.Andreas Haas
2017-08-03Merge pull request #10066 from marcelofg55/scons_fix3Rémi Verschelde
2017-08-03Fix scons failing when not building sourcesMarcelo Fernandez
2017-08-03Merge pull request #10060 from endragor/nativescript-frameThomas Herzog
2017-08-03Merge pull request #10046 from Hinsbart/script_open_resourceRémi Verschelde
2017-08-03Merge pull request #10062 from BastiaanOlij/arvr_add_anchorRémi Verschelde
2017-08-03Added ARVRAnchor support and a few small enhancementsBastiaanOlij
2017-08-03Merge pull request #10040 from Hassan-A/getCells3.0Rémi Verschelde
2017-08-03Forward frame call to GDNative librariesRuslan Mustakov
2017-08-02Added get_used_cells_by_id method 3.0Hassan A
2017-08-02ItemList: Remove redundant Vector2 initializations.Andreas Haas
2017-08-02-Added GLTF scene support (still missing animations and .glb extension)Juan Linietsky
2017-08-02Merge pull request #10050 from godotengine/revert-10014-tweak-command-line-ar...Juan Linietsky
2017-08-02Revert "Tweak command-line arguments to make them more UNIX-like"Juan Linietsky
2017-08-02ScriptEditor: ctrl+click can open scenes/resources.Andreas Haas
2017-08-02Merge pull request #10042 from karroffel/gdnative-header-include-pathsThomas Herzog
2017-08-02[GDNative/NativeScript] fix -rdynamic and removed _init callKarroffel
2017-08-02Merge pull request #10037 from Noshyaar/pr-classxmlRémi Verschelde
2017-08-02Merge pull request #10014 from Calinou/tweak-command-line-argumentsRémi Verschelde
2017-08-02Docs: fix method/type renames, fill some blanksPoommetee Ketson
2017-08-02Tweak command-line arguments to make them more UNIX-likeHugo Locurcio