summaryrefslogtreecommitdiffstats
path: root/modules/visual_script/visual_script.h
Commit message (Expand)AuthorAgeFilesLines
* Visualscript editor graph unification & refactoringSwarnim Arun2019-09-261-0/+3
* Tool Mode for VisualscriptSwarnim Arun2019-09-211-0/+3
* Made use of semicolons more consitent, fixed formattingJohnJLight2019-06-191-2/+2
* Merge pull request #28606 from bojidar-bg/25889-indexed-set-defaultsRémi Verschelde2019-05-281-1/+0
|\
| * Fix default values not being read correctly in VS, take twoBojidar Marinov2019-05-021-1/+0
* | Allow overriding how scripted objects are converted to stringsLeonard Meagher2019-05-031-0/+1
|/
* Fix default values not being read correctly in VisualScriptBojidar Marinov2019-03-041-1/+0
* Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2
* Allow signal connecting even if script is invalid (only when compiled with to...Juan Linietsky2018-11-271-0/+1
* Fixed the problem with vector3 constructorthe 8th mage2018-10-111-0/+1
* Make core/ includes absolute, remove subfolders from include pathRémi Verschelde2018-09-121-2/+2
* Added system for GDScript warningsGeorge Marques2018-08-101-1/+1
* Improve VisualScript UXK. S. Ernest (iFire) Lee2018-07-241-0/+1
* Add editor highlight for type-safe linesGeorge Marques2018-07-201-1/+1
* Refactor RPCMode enum and checksFabio Alessandrelli2018-05-291-2/+2
* Revert "RPCMode refactor, more sync modes"Max Hilbrunner2018-05-291-2/+2
* Merge pull request #19021 from Faless/rpc_sync_fixMax Hilbrunner2018-05-291-2/+2
|\
| * Refactor RPCMode enum and checksFabio Alessandrelli2018-05-261-2/+2
* | Merge pull request #18516 from PJB3005/18-04-30-visual-script-title-barsMax Hilbrunner2018-05-261-1/+1
|\ \ | |/ |/|
| * Move things into the title bars of Visual Script nodes.Pieter-Jan Briers2018-04-301-1/+1
* | Fix Coverity reports of uninitialized scalar variableRémi Verschelde2018-04-191-2/+0
|/
* Add missing copyright headers and fix formattingRémi Verschelde2018-01-051-3/+4
* Update copyright statements to 2018Rémi Verschelde2018-01-011-2/+2
* Create API to add and remove VisualScript custom nodesGeorge Marques2017-11-151-0/+1
* Removes Script::get_node_type()Jerome670002017-10-251-2/+0
* Add ScriptLanguage::supports_builtin_mode and improve ScriptCreateDialogIgnacio Etcheverry2017-10-241-0/+1
* Rename pos to position in user facing methods and variablesletheed2017-09-201-2/+2
* Fixes language overridden external editorsIgnacio Etcheverry2017-09-031-1/+0
* Use HTTPS URL for Godot's website in the headersRémi Verschelde2017-08-271-1/+1
* Updated function argument namesWilson E. Alvarez2017-08-121-2/+2
* Makes all Godot API's methods Lower CaseIndah Sylvia2017-08-071-2/+2
* -Many fixes to VisualScript, fixed property names, etc.Juan Linietsky2017-06-301-1/+1
* Better user expirence with external text editors.geequlim2017-06-271-0/+1
* Add ability to use custom script templates.Andreas Haas2017-06-131-0/+2
* Removal of InputEvent as built-in Variant type..Juan Linietsky2017-05-201-2/+0
* External editor improvements and fixesIgnacio Etcheverry2017-04-171-0/+2
* Add "Godot Engine contributors" copyright lineRémi Verschelde2017-04-081-0/+1
* A Whole New World (clang-format edition)Rémi Verschelde2017-03-051-231/+204
* Add a bunch of missing Godot headers in own filesRémi Verschelde2017-03-051-0/+28
* Type renames:Juan Linietsky2017-01-111-1/+1
* -All types have editable script now in propertiesJuan Linietsky2017-01-091-2/+0
* ObjectTypeDB was renamed to ClassDB. Types are meant to be more generic to Va...Juan Linietsky2017-01-021-4/+4
* Should Fix Compiling Export TemplatesISylvox2016-09-061-0/+2
* Removed script_variables/ prefix to VS properties, made them easier to access...Juan Linietsky2016-09-041-1/+0
* Connection hints when connecting to empty space.Juan Linietsky2016-09-031-1/+2
* made visual script switch more flexibleJuan Linietsky2016-09-011-0/+2
* More improvements to visual script..Juan Linietsky2016-08-311-0/+1
* More visual script improvementsJuan Linietsky2016-08-301-16/+22
* More visual script workJuan Linietsky2016-08-251-0/+3
* Proper function/property selection in visual script editing for property.Juan Linietsky2016-08-231-1/+2