aboutsummaryrefslogtreecommitdiff
path: root/modules/visual_script/register_types.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix binding some core API methods only in tools buildsIgnacio Etcheverry2018-04-291-0/+2
* Add missing copyright headers and fix formattingRémi Verschelde2018-01-051-0/+1
* Update copyright statements to 2018Rémi Verschelde2018-01-011-2/+2
* Make VisualScriptFunctionState instantiableMatthias Hoelzl2017-11-301-1/+1
* Create API to add and remove VisualScript custom nodesGeorge Marques2017-11-151-0/+11
* Use HTTPS URL for Godot's website in the headersRémi Verschelde2017-08-271-1/+1
* -Many fixes to VisualScript, fixed property names, etc.Juan Linietsky2017-06-301-0/+1
* Removal of InputEvent as built-in Variant type..Juan Linietsky2017-05-201-1/+1
* Add "Godot Engine contributors" copyright lineRémi Verschelde2017-04-081-0/+1
* A Whole New World (clang-format edition)Rémi Verschelde2017-03-051-17/+9
* Style: Fix whole-line commented codeRémi Verschelde2017-01-141-1/+1
* ObjectTypeDB was renamed to ClassDB. Types are meant to be more generic to Va...Juan Linietsky2017-01-021-45/+45
* Welcome in 2017, dear changelog reader!Rémi Verschelde2017-01-011-1/+1
* Added expression nodes to visual script, please test.Juan Linietsky2016-09-041-0/+4
* Basic type constants for visual scriptJuan Linietsky2016-09-021-0/+1
* More improvements to visual script..Juan Linietsky2016-08-311-0/+3
* -Reworked constant nodes betterJuan Linietsky2016-08-311-1/+2
* More visual script improvementsJuan Linietsky2016-08-301-0/+2
* Several all around fixes to visual scripting (in the process of creating demos)Juan Linietsky2016-08-281-0/+4
* Even more work on visual script editor:Juan Linietsky2016-08-261-0/+4
* More visual script workJuan Linietsky2016-08-251-3/+5
* Proper function/property selection in visual script editing for property.Juan Linietsky2016-08-231-1/+1
* Added a simpler way to do sub-functions in both visual and gdscript with the ...Juan Linietsky2016-08-081-0/+1
* Added ability to create custom nodes from script.Juan Linietsky2016-08-071-0/+1
* -Added yield nodes to visual scriptJuan Linietsky2016-08-071-0/+8
* VisualScript can now execute visual scripts, but there is no debugger or prof...Juan Linietsky2016-08-051-1/+3
* More progress on visual script editingJuan Linietsky2016-08-031-1/+3
* WIP visual scripting, not working yet but you can check out stuffJuan Linietsky2016-08-021-0/+96