summaryrefslogtreecommitdiffstats
path: root/modules/visual_script/visual_script.cpp
Commit message (Collapse)AuthorAgeFilesLines
...
* Proper function/property selection in visual script editing for property.Juan Linietsky2016-08-231-1/+12
| | | | This one has an ordered list, built-in description, search, etc.
* Brand new networked multiplayerJuan Linietsky2016-08-191-2/+11
|
* VisualScript: Adding TOOLS_ENABLED flag where needed (#6144)vkbsb2016-08-151-1/+2
| | | Fixes #6022.
* Added a simpler way to do sub-functions in both visual and gdscript with the ↵Juan Linietsky2016-08-081-1/+31
| | | | | | | subcall node. With this, visual script is almost done (missing registering custom nodes from addon). All this is probably pretty broken, too and needs a lot of testing.
* 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