aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* RGTC and S3TC are now always enabled on desktop, given the spect dictates ↵Juan Linietsky2017-08-061-2/+4
| | | | they should be. Fixes #9267, Fixes #9939
* 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_ENTER
| * Rename KEY_RETURN to KEY_ENTER and KEY_ENTER to KEY_KP_ENTERBojidar Marinov2017-08-0618-33/+33
| | | | | | | | Closes #7695
* | 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::cleanup
| * 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 method
| * 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
| | | | | | | | explicit bool constructor has thus now been removed, as it served it's mission!
* | [GDNative] fixed double variant callKarroffel2017-08-061-1/+0
| | | | | | | | This bug got discovered thanks to clang!
* | 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 ambiguities
| * | Renames properties and methods to avoid ambiguitiesIgnacio Etcheverry2017-08-053-4/+4
| |/ | | | | | | | | - Method Node2D.scale(Vector2) renamed to Node2D.apply_scale(Vector2) - Property BaseButton.is_pressed renamed to BaseButton.pressed
* | 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, ↵Juan Linietsky2017-08-054-0/+70
| | | | | | | | closes #7615
* | 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 initialized
| * | 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
|\ \ | | | | | | [3.0] Update Gradle-Android buildtool
| * | 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 paths
| * | | [GDNative] fixed a bug with ambiguous include pathsKarroffel2017-08-041-1/+2
| | | | | | | | | | | | | | | | | | | | fixes #10071. The problem is that the json.h file includes the local variant.h instead of the "absolute" core/variant.h
* | | | 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Right-clicking when the bucket tool is enabled means "erase all instances of this tile". So it doesn't make sense to try doing this for empty tiles :P Fixes #10065
* | | | Merge pull request #10066 from marcelofg55/scons_fix3Rémi Verschelde2017-08-031-2/+3
|\ \ \ \ | | | | | | | | | | Fix scons failing when not building sources
| * | | | 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 libraries
| * | | | 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.
| * | | | | ScriptEditor: ctrl+click can open scenes/resources.Andreas Haas2017-08-022-1/+28
| | | | | | | | | | | | | | | | | | | | | | | | Closes #9654
* | | | | | Merge pull request #10062 from BastiaanOlij/arvr_add_anchorRémi Verschelde2017-08-035-8/+184
|\ \ \ \ \ \ | | | | | | | | | | | | | | Added ARVRAnchor support and a few small enhancements
| * | | | | | 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.0
| * | | | | | 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | -Fixed bugs regarding tangent generation in SurfaceTool
* | | | | | | Merge pull request #10050 from ↵Juan Linietsky2017-08-024-104/+104
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | | | | | | | | | | | | | | godotengine/revert-10014-tweak-command-line-arguments Revert "Tweak command-line arguments to make them more UNIX-like"
| * | | | | | 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 call
| * | | | | [GDNative/NativeScript] fix -rdynamic and removed _init callKarroffel2017-08-022-13/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The _init call was buggy anyway and in the end shouldn't be a thing that's called via ClassDB, it should be something that's language specific, so we leave this out for the bindings. In the commit 66a7763 the SCsub file for GDNative was changed to use a cloned environment, that bricked -rdynamic which needs to be passed down to the linker, which didn't happen with the new env.
* | | | | | Merge pull request #10037 from Noshyaar/pr-classxmlRémi Verschelde2017-08-021-15/+18
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Docs: fix method/type renames, fill some blanks [ci skip]
| * | | | | | 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-like
| * | | | | | | Tweak command-line arguments to make them more UNIX-likeHugo Locurcio2017-08-024-104/+104
| | |_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | Also improves the command-line help text readability.
* | | | | | | Merge pull request #10029 from ISylvox/disable-needless-printlineRémi Verschelde2017-08-021-1/+0
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | Remove meaningless print_line from editor Console
| * | | | | | remove meaningless print line from editor consoleIndah Sylvia2017-08-021-1/+0
| | | | | | |