aboutsummaryrefslogtreecommitdiff
path: root/modules/visual_script/visual_script_editor.cpp
Commit message (Collapse)AuthorAgeFilesLines
* VisualScript: Adding TOOLS_ENABLED flag where needed (#6144)vkbsb2016-08-151-0/+2
| | | Fixes #6022.
* -Show proper node name in subcallJuan Linietsky2016-08-081-0/+7
| | | | -Implemented Ctrl-F to focus script type search
* Added a simpler way to do sub-functions in both visual and gdscript with the ↵Juan Linietsky2016-08-081-0/+1
| | | | | | | 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.
* Likely with bugs and with some features are missing, as well as profiler ↵Juan Linietsky2016-08-061-11/+241
| | | | 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-3/+32
| | | | profiler yet.
* Concluded base visual scripting! can edit but not run though.Juan Linietsky2016-08-041-1/+35
|
* More work on visual scripting..Juan Linietsky2016-08-031-3/+116
|
* More progress on visual script editingJuan Linietsky2016-08-031-3/+255
|
* 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-021-0/+1956