summaryrefslogtreecommitdiffstats
path: root/modules/visual_script/visual_script.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* Fix some crashes, overflows and using variables without valuesRafał Mikrut2019-11-011-0/+1
* Visualscript editor graph unification & refactoringSwarnim Arun2019-09-261-10/+59
* Merge pull request #30852 from swarnimarun/vs_tools_scriptRémi Verschelde2019-09-221-2/+13
|\
| * Tool Mode for VisualscriptSwarnim Arun2019-09-211-2/+13
* | Adds skip-breakpoints featureiwek72019-09-031-2/+2
* | Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in rest of 'modules/'Robin Hübner2019-08-121-22/+9
|/
* Changed some code showed in LGTM and Coverageqarmin2019-07-201-2/+0
* Fixes minor issues found by static analyzerqarmin2019-07-071-2/+2
* Fix always true/false valuesqarmin2019-06-201-1/+1
* Merge pull request #28606 from bojidar-bg/25889-indexed-set-defaultsRémi Verschelde2019-05-281-13/+2
|\
| * Fix default values not being read correctly in VS, take twoBojidar Marinov2019-05-021-13/+2
* | Allow overriding how scripted objects are converted to stringsLeonard Meagher2019-05-031-0/+22
|/
* Fix default values not being read correctly in VisualScriptBojidar Marinov2019-03-041-15/+6
* Add -Wshadow=local to warnings and fix reported issues.marxin2019-02-201-2/+2
* 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/+4
* Merge pull request #22779 from Superwaitsum/LimitSettingsRémi Verschelde2018-10-251-2/+2
|\
| * Add some limits on the Editor SettingsSuperwaitsum2018-10-241-2/+2
* | Fixed the problem with vector3 constructorthe 8th mage2018-10-111-9/+11
|/
* 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
* Reduce unnecessary COW on Vector by make writing explicitHein-Pieter van Braam2018-07-261-3/+3
* Improve VisualScript UXK. S. Ernest (iFire) Lee2018-07-241-0/+13
* Add editor highlight for type-safe linesGeorge Marques2018-07-201-1/+1
* Refactor RPCMode enum and checksFabio Alessandrelli2018-05-291-5/+5
* Revert "RPCMode refactor, more sync modes"Max Hilbrunner2018-05-291-5/+5
* Merge pull request #19021 from Faless/rpc_sync_fixMax Hilbrunner2018-05-291-5/+5
|\
| * Refactor RPCMode enum and checksFabio Alessandrelli2018-05-261-5/+5
* | Merge pull request #18516 from PJB3005/18-04-30-visual-script-title-barsMax Hilbrunner2018-05-261-0/+4
|\ \ | |/ |/|
| * Move things into the title bars of Visual Script nodes.Pieter-Jan Briers2018-04-301-0/+4
* | Fix Coverity reports of uninitialized scalar variableRémi Verschelde2018-04-191-0/+1
|/
* Fix typos with codespellluz.paz2018-02-211-2/+2
* Bind many more properties to scriptsBojidar Marinov2018-01-121-2/+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
* Fix function arg count not considered in VisualScriptPedro J. Estébanez2017-12-071-0/+1
* Connect signal for VisualScript "Yield Signal" using oneshot modeMatthias Hoelzl2017-12-011-1/+1
* Made Vector::ptrw explicit for writing, compiler was sometimes using the wron...Juan Linietsky2017-11-251-5/+5
* Create API to add and remove VisualScript custom nodesGeorge Marques2017-11-151-0/+5
* Removes Script::get_node_type()Jerome670002017-10-251-5/+0
* Add ScriptLanguage::supports_builtin_mode and improve ScriptCreateDialogIgnacio Etcheverry2017-10-241-0/+4
* Merge pull request #11653 from bojidar-bg/doc-vscript-1Nathan Lovato2017-10-031-0/+1
|\
| * Document some of the VisualScript classes.Bojidar Marinov2017-10-031-0/+1
* | Renamed fixed_process to physics_processAndreaCatania2017-09-301-2/+2
* | Rename pos to position in user facing methods and variablesletheed2017-09-201-5/+5
|/
* Use HTTPS URL for Godot's website in the headersRémi Verschelde2017-08-271-1/+1
* Convert Object::cast_to() to the static versionHein-Pieter van Braam2017-08-241-10/+12
* Merge pull request #10319 from neikeq/pr-engine-editor-hintJuan Linietsky2017-08-201-1/+1
|\
| * Removes editor_hint from SceneTreeIgnacio Etcheverry2017-08-191-1/+1