aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* RGTC and S3TC are now always enabled on desktop, given the spect dictates the...Juan Linietsky2017-08-061-2/+4
* Use vertex distance instead of z, fixes #9108Juan Linietsky2017-08-061-1/+1
* Merge pull request #10123 from bojidar-bg/7695-key-kp-enterJuan Linietsky2017-08-0618-33/+33
|\
| * Rename KEY_RETURN to KEY_ENTER and KEY_ENTER to KEY_KP_ENTERBojidar Marinov2017-08-0618-33/+33
* | Added a .gdignore check to ignore specific folders. Closes #8461Juan Linietsky2017-08-061-0/+4
* | Added missing binding to ImageTexture, closes #8371Juan Linietsky2017-08-061-1/+1
* | keep default exported script values unless overriden, closes #8127Juan Linietsky2017-08-065-1/+39
* | Merge pull request #10121 from endragor/fix-cleanup-typoThomas Herzog2017-08-061-1/+1
|\ \ | |/ |/|
| * Fix is_class check typo in ObjectDB::cleanupRuslan Mustakov2017-08-061-1/+1
|/
* Merge pull request #10117 from neikeq/pr-classdb-getpropidxIgnacio Etcheverry2017-08-062-0/+23
|\
| * ClassDB: Adds get_property_index methodIgnacio Etcheverry2017-08-062-0/+23
* | few bugs fixed thanks to explicit bool constructor and clang.Juan Linietsky2017-08-053-2/+3
* | [GDNative] fixed double variant callKarroffel2017-08-061-1/+0
* | Made bool constructor explicit in Variant to avoid bugs, fixes #7843Juan Linietsky2017-08-055-10/+20
* | Merge pull request #10116 from neikeq/prop_method_ambiguitiesJuan Linietsky2017-08-053-4/+4
|\ \
| * | Renames properties and methods to avoid ambiguitiesIgnacio Etcheverry2017-08-053-4/+4
| |/
* | emit signal properly when frame has changed in autoplay, fixes #7730Juan Linietsky2017-08-051-0/+1
* | Properly update frame range after modifying the vframe/hframes, closes #7624Juan Linietsky2017-08-052-4/+4
* | Warn about resizing a rigidbody (2D or 3D), covers the most common cases, clo...Juan Linietsky2017-08-054-0/+70
* | renamed node path, closes #5691Juan Linietsky2017-08-056-5/+5
* | Merge pull request #10085 from endragor/no-uninitialized-cbThomas Herzog2017-08-043-10/+17
|\ \
| * | Dont call nativescript callbacks if lib is not initializedRuslan Mustakov2017-08-043-10/+17
|/ /
* | Merge pull request #9976 from ISylvox/update-gradle-android-masterRémi Verschelde2017-08-045-12/+24
|\ \
| * | update gradle-android buildtool for masterISylvox2017-07-305-12/+24
* | | Merge pull request #10072 from karroffel/gdnative-header-include-pathsThomas Herzog2017-08-041-1/+2
|\ \ \
| * | | [GDNative] fixed a bug with ambiguous include pathsKarroffel2017-08-041-1/+2
* | | | Full GLTF 2.0 Specification support! cheers!Juan Linietsky2017-08-032-11/+584
* | | | TileMap: Fix infinite loop when trying to bucket-delete empty tiles.Andreas Haas2017-08-031-0/+2
* | | | Merge pull request #10066 from marcelofg55/scons_fix3Rémi Verschelde2017-08-031-2/+3
|\ \ \ \
| * | | | Fix scons failing when not building sourcesMarcelo Fernandez2017-08-031-2/+3
|/ / / /
* | | | Merge pull request #10060 from endragor/nativescript-frameThomas Herzog2017-08-033-44/+32
|\ \ \ \
| * | | | Forward frame call to GDNative librariesRuslan Mustakov2017-08-033-44/+32
* | | | | Merge pull request #10046 from Hinsbart/script_open_resourceRémi Verschelde2017-08-032-1/+28
|\ \ \ \ \
| * | | | | ScriptEditor: ctrl+click can open scenes/resources.Andreas Haas2017-08-022-1/+28
* | | | | | Merge pull request #10062 from BastiaanOlij/arvr_add_anchorRémi Verschelde2017-08-035-8/+184
|\ \ \ \ \ \
| * | | | | | Added ARVRAnchor support and a few small enhancementsBastiaanOlij2017-08-035-8/+184
* | | | | | | Merge pull request #10040 from Hassan-A/getCells3.0Rémi Verschelde2017-08-032-0/+16
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Added get_used_cells_by_id method 3.0Hassan A2017-08-022-0/+16
* | | | | | | ItemList: Remove redundant Vector2 initializations.Andreas Haas2017-08-021-4/+4
* | | | | | | -Added GLTF scene support (still missing animations and .glb extension)Juan Linietsky2017-08-0210-38/+2040
* | | | | | | Merge pull request #10050 from godotengine/revert-10014-tweak-command-line-ar...Juan Linietsky2017-08-024-104/+104
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | Revert "Tweak command-line arguments to make them more UNIX-like"Juan Linietsky2017-08-024-104/+104
|/ / / / / /
* | | | | | Merge pull request #10042 from karroffel/gdnative-header-include-pathsThomas Herzog2017-08-022-13/+6
|\ \ \ \ \ \ | | |_|/ / / | |/| | | |
| * | | | | [GDNative/NativeScript] fix -rdynamic and removed _init callKarroffel2017-08-022-13/+6
* | | | | | Merge pull request #10037 from Noshyaar/pr-classxmlRémi Verschelde2017-08-021-15/+18
|\ \ \ \ \ \
| * | | | | | Docs: fix method/type renames, fill some blanksPoommetee Ketson2017-08-021-15/+18
* | | | | | | Merge pull request #10014 from Calinou/tweak-command-line-argumentsRémi Verschelde2017-08-024-104/+104
|\ \ \ \ \ \ \
| * | | | | | | Tweak command-line arguments to make them more UNIX-likeHugo Locurcio2017-08-024-104/+104
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge pull request #10029 from ISylvox/disable-needless-printlineRémi Verschelde2017-08-021-1/+0
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | remove meaningless print line from editor consoleIndah Sylvia2017-08-021-1/+0