summaryrefslogtreecommitdiffstats
path: root/modules/visual_script/visual_script_expression.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add "Godot Engine contributors" copyright lineRémi Verschelde2017-04-081-0/+1
* Fix typos in source code using codespellRémi Verschelde2017-03-241-1/+1
* A Whole New World (clang-format edition)Rémi Verschelde2017-03-051-606/+552
* Add a bunch of missing Godot headers in own filesRémi Verschelde2017-03-051-0/+28
* Inf and NaN support added to GDScript.Saracen2017-02-281-0/+6
* -Added diectly editable expressions on node to VSEditor, closes #6392Juan Linietsky2016-09-061-1/+1
* Changed Vector3.snap from fmod to stepify, which makes more sense, fixes #6399Juan Linietsky2016-09-061-0/+83
* Should Fix Compiling Export TemplatesISylvox2016-09-061-1/+1
* Added expression nodes to visual script, please test.Juan Linietsky2016-09-041-0/+1440