aboutsummaryrefslogtreecommitdiff
path: root/modules/visual_script (follow)
Commit message (Expand)AuthorAgeFilesLines
* -Show proper node name in subcallJuan Linietsky2016-08-083-1/+17
* Added a simpler way to do sub-functions in both visual and gdscript with the ...Juan Linietsky2016-08-086-1/+202
* Added ability to create custom nodes from script.Juan Linietsky2016-08-075-0/+320
* Automatically turn on process callbacks if relevant callbacks in node existsJuan Linietsky2016-08-071-0/+17
* -Added yield nodes to visual scriptJuan Linietsky2016-08-0712-138/+2413
* Reverted printable null object, seems to cause bugs around and not sure why.Juan Linietsky2016-08-061-2/+2
* Likely with bugs and with some features are missing, as well as profiler supp...Juan Linietsky2016-08-065-34/+626
* VisualScript can now execute visual scripts, but there is no debugger or prof...Juan Linietsky2016-08-0512-185/+3188
* Concluded base visual scripting! can edit but not run though.Juan Linietsky2016-08-041-1/+35
* More work on visual scripting..Juan Linietsky2016-08-039-55/+336
* More progress on visual script editingJuan Linietsky2016-08-037-101/+869
* Fix translatable strings in VisualScriptRémi Verschelde2016-08-031-6/+6
* WIP visual scripting, not working yet but you can check out stuffJuan Linietsky2016-08-0216-0/+8683