summaryrefslogtreecommitdiffstats
path: root/modules/visual_script/visual_script.cpp
Commit message (Collapse)AuthorAgeFilesLines
...
* Added ability to create custom nodes from script.Juan Linietsky2016-08-071-0/+3
|
* Automatically turn on process callbacks if relevant callbacks in node existsJuan Linietsky2016-08-071-0/+17
|
* -Added yield nodes to visual scriptJuan Linietsky2016-08-071-78/+280
| | | | | -Added input selection nodes to visual script -Added script create icon for those who miss it, will only appear when it can be used.
* Reverted printable null object, seems to cause bugs around and not sure why.Juan Linietsky2016-08-061-2/+2
| | | | Will have to check better, likely for 3.0
* Likely with bugs and with some features are missing, as well as profiler ↵Juan Linietsky2016-08-061-17/+283
| | | | support, but VisualScript should be more or less done!
* VisualScript can now execute visual scripts, but there is no debugger or ↵Juan Linietsky2016-08-051-9/+861
| | | | profiler yet.
* More work on visual scripting..Juan Linietsky2016-08-031-0/+91
|
* WIP visual scripting, not working yet but you can check out stuffJuan Linietsky2016-08-021-0/+1156