summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-08-06Rename KEY_RETURN to KEY_ENTER and KEY_ENTER to KEY_KP_ENTERBojidar Marinov
Closes #7695
2017-08-06Merge pull request #10117 from neikeq/pr-classdb-getpropidxIgnacio Etcheverry
ClassDB: Adds get_property_index method
2017-08-05few bugs fixed thanks to explicit bool constructor and clang.Juan Linietsky
explicit bool constructor has thus now been removed, as it served it's mission!
2017-08-06ClassDB: Adds get_property_index methodIgnacio Etcheverry
2017-08-06[GDNative] fixed double variant callKarroffel
This bug got discovered thanks to clang!
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
Renames properties and methods to avoid ambiguities
2017-08-05Renames properties and methods to avoid ambiguitiesIgnacio Etcheverry
- Method Node2D.scale(Vector2) renamed to Node2D.apply_scale(Vector2) - Property BaseButton.is_pressed renamed to BaseButton.pressed
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, ↵Juan Linietsky
closes #7615
2017-08-05renamed node path, closes #5691Juan Linietsky
2017-08-04Merge pull request #10085 from endragor/no-uninitialized-cbThomas Herzog
Dont call nativescript callbacks if lib is not initialized
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
[3.0] Update Gradle-Android buildtool
2017-08-04Merge pull request #10072 from karroffel/gdnative-header-include-pathsThomas Herzog
[GDNative] fixed a bug with ambiguous include paths
2017-08-04[GDNative] fixed a bug with ambiguous include pathsKarroffel
fixes #10071. The problem is that the json.h file includes the local variant.h instead of the "absolute" core/variant.h
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
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
2017-08-03Merge pull request #10066 from marcelofg55/scons_fix3Rémi Verschelde
Fix scons failing when not building sources
2017-08-03Fix scons failing when not building sourcesMarcelo Fernandez
2017-08-03Merge pull request #10060 from endragor/nativescript-frameThomas Herzog
Forward frame call to GDNative libraries
2017-08-03Merge pull request #10046 from Hinsbart/script_open_resourceRémi Verschelde
ScriptEditor: ctrl+click can open scenes & resources.
2017-08-03Merge pull request #10062 from BastiaanOlij/arvr_add_anchorRémi Verschelde
Added ARVRAnchor support and a few small enhancements
2017-08-03Added ARVRAnchor support and a few small enhancementsBastiaanOlij
2017-08-03Merge pull request #10040 from Hassan-A/getCells3.0Rémi Verschelde
Added get_used_cells_by_id method 3.0
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
-Fixed bugs regarding tangent generation in SurfaceTool
2017-08-02Merge pull request #10050 from ↵Juan Linietsky
godotengine/revert-10014-tweak-command-line-arguments Revert "Tweak command-line arguments to make them more UNIX-like"
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
Closes #9654
2017-08-02Merge pull request #10042 from karroffel/gdnative-header-include-pathsThomas Herzog
[GDNative/NativeScript] fix -rdynamic and removed _init call
2017-08-02[GDNative/NativeScript] fix -rdynamic and removed _init callKarroffel
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.
2017-08-02Merge pull request #10037 from Noshyaar/pr-classxmlRémi Verschelde
Docs: fix method/type renames, fill some blanks [ci skip]
2017-08-02Merge pull request #10014 from Calinou/tweak-command-line-argumentsRémi Verschelde
Tweak command-line arguments to make them more UNIX-like
2017-08-02Docs: fix method/type renames, fill some blanksPoommetee Ketson
2017-08-02Tweak command-line arguments to make them more UNIX-likeHugo Locurcio
Also improves the command-line help text readability.
2017-08-02Merge pull request #10029 from ISylvox/disable-needless-printlineRémi Verschelde
Remove meaningless print_line from editor Console
2017-08-02remove meaningless print line from editor consoleIndah Sylvia
2017-08-02Merge pull request #10032 from karroffel/gdnative-header-include-pathsThomas Herzog
[GDNative] better header include paths
2017-08-02[GDNative] better header include pathsKarroffel
The old include paths caused some problems on some compilers, for example including "string.h" was ambiguous.
2017-08-02Merge pull request #10028 from marcelofg55/audioserver_finishRémi Verschelde
Fix AudioServer::finish not getting called while quitting
2017-08-01Fix AudioServer::finish not getting called while quittingMarcelo Fernandez
2017-08-01Merge pull request #10027 from Noshyaar/pr-treeRémi Verschelde
Tree: fix index error with expanded column
2017-08-01Merge pull request #10021 from Noshyaar/pr-mbRémi Verschelde
MenuButton: defer grab_click_focus until button_up
2017-08-01Merge pull request #10019 from Paulb23/ctrl_backspace_issue_6546Rémi Verschelde
Made delete next and prev consistent to other editors, issue 6546
2017-08-01Merge pull request #10006 from djrm/pr_theme_fixesRémi Verschelde
Some theme and usability improvements
2017-08-01Merge pull request #9838 from RandomShaper/android-arm64Rémi Verschelde
Add support for ARMv8 (64-bit) on Android