aboutsummaryrefslogtreecommitdiff
path: root/modules/visual_script/visual_script_expression.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2017-09-04EditorAbout: fix names being selectablePoommetee Ketson1-1/+1
2017-09-04-Changed KinematicBody API yet again to make it friendlierJuan Linietsky7-118/+197
-Fixed get_scale functions (and added set_scale) to make it more coherent when decomposing and composing (fixes bugs in transform interpolation)
2017-09-03Add note to Array#sort_custom about the dangers of using random return valuesJared A. Scheel1-1/+1
2017-09-03Fixes language overridden external editorsIgnacio Etcheverry5-4/+20
2017-09-03Fix. resizeable -> resizable.Daniel J. Ramirez3-14/+14
(not actually a typo, but the rest of the API uses resizable)
2017-09-03-Added an optimization so physics shapes are configured later, speeds up ↵Juan Linietsky9-14/+65
grid map loading and editing
2017-09-04EditorAbout: add donors tabPoommetee Ketson3-35/+110
2017-09-03Searchable Key-Bindings in editorScayze1-1/+1
2017-09-03[GDNative] added singleton GDNativeLibrariesKarroffel3-1/+177
A GDNativeLibrary now has a field "gdnative_singleton" which can be used to let the `godot_gdnative_singleton` procedure be executed on Godot's startup. In future this can be used to register new scripting languages or resource importer types.
2017-09-03Donors: Add a missing nameRémi Verschelde1-1/+1
Xananax and Thomas/karroffel make a joint donation. [ci skip]