summaryrefslogtreecommitdiffstats
path: root/modules/visual_script/visual_script_nodes.cpp
Commit message (Expand)AuthorAgeFilesLines
* Changed some code showed in LGTM and Coverageqarmin2019-07-201-2/+1
* Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2
* Make visualscript search better.K. S. Ernest (iFire) Lee2018-10-111-7/+7
* Remove redundant "== false" codeAaron Franke2018-10-061-2/+2
* Clearly deprecate sync too in favor of remotesync.Fabio Alessandrelli2018-09-151-1/+1
* Rename slave keyword to puppetFabio Alessandrelli2018-09-151-1/+1
* Make core/ includes absolute, remove subfolders from include pathRémi Verschelde2018-09-121-5/+5
* Allow some non-integer built-in constants in gdscriptBernhard Liebl2018-07-311-3/+3
* Carry property hint and hint string through to Visualscript virtual functions.K. S. Ernest (iFire) Lee2018-07-271-1/+5
* Reduce unnecessary COW on Vector by make writing explicitHein-Pieter van Braam2018-07-261-9/+9
* Improve VisualScript UXK. S. Ernest (iFire) Lee2018-07-241-1/+1
* Refactor RPCMode enum and checksFabio Alessandrelli2018-05-291-4/+4
* Revert "RPCMode refactor, more sync modes"Max Hilbrunner2018-05-291-4/+4
* Merge pull request #19021 from Faless/rpc_sync_fixMax Hilbrunner2018-05-291-4/+4
|\
| * Refactor RPCMode enum and checksFabio Alessandrelli2018-05-261-4/+4
* | More stuff!Pieter-Jan Briers2018-05-011-129/+56
* | Move things into the title bars of Visual Script nodes.Pieter-Jan Briers2018-04-301-24/+4
|/
* Fix typos with codespellluz.paz2018-02-211-3/+3
* Bind many more properties to scriptsBojidar Marinov2018-01-121-3/+3
* Add missing copyright headers and fix formattingRémi Verschelde2018-01-051-0/+1
* Update copyright statements to 2018Rémi Verschelde2018-01-011-2/+2
* Fixed typo: substract to subtractIndah Sylvia2017-12-051-4/+4
* Fix constant node value editMarcin Zawiejski2017-11-251-2/+2
* Move singleton management from ProjectSettings to EngineLeon Krause2017-11-141-5/+6
* Add support for the TAU constant. Fixes #12094.Goutte2017-11-121-3/+3
* Gave a tooltip to the "In" logic nodeCédric Fuchs2017-10-141-0/+1
* Add NIL_IS_VARIANT usage to few definitionsRuslan Mustakov2017-10-051-1/+1
* Merge pull request #11653 from bojidar-bg/doc-vscript-1Nathan Lovato2017-10-031-3/+3
|\
| * Document some of the VisualScript classes.Bojidar Marinov2017-10-031-3/+3
* | Move Variant::evaluate() switch to computed gotoHein-Pieter van Braam2017-09-171-1/+1
|/
* Merge pull request #11230 from maxim-sheronov/fix_enum_bindingsThomas Herzog2017-09-151-0/+15
|\
| * Fix enums bindingsMaxim Sheronov2017-09-131-0/+15
* | Fix 2 typosJeroen2017-09-141-1/+1
|/
* Many fixes to visual script, changed virtuals override for a proper selector.Juan Linietsky2017-09-121-10/+10
* DocData and type hints fixesIgnacio Etcheverry2017-08-291-2/+7
* Use HTTPS URL for Godot's website in the headersRémi Verschelde2017-08-271-1/+1
* Added/Fixed null pointer checksWilson E. Alvarez2017-08-261-1/+1
* Convert Object::cast_to() to the static versionHein-Pieter van Braam2017-08-241-10/+4
* ClassDB: Provide the enum name of integer constantsIgnacio Etcheverry2017-08-201-3/+3
* Updated function argument namesWilson E. Alvarez2017-08-121-0/+1
* Removes type information from method bindsIgnacio Etcheverry2017-08-101-3/+3
* Adds missing type information to virtual method bindsIgnacio Etcheverry2017-08-101-1/+1
* Ability to set a function as sequenced, so when called you can choose not to ...Juan Linietsky2017-08-081-12/+37
* few bugs fixed thanks to explicit bool constructor and clang.Juan Linietsky2017-08-051-1/+1
* Merge pull request #9764 from Noshyaar/pr-fix2Rémi Verschelde2017-07-241-2/+2
|\
| * Add object type hint for docsPoommetee Ketson2017-07-231-3/+3
* | Update a VS custom node when its script changesGeorge Marques2017-07-211-0/+7
* | Fix issues with custom nodes in visual scriptGeorge Marques2017-07-211-3/+4
|/
* -Renamed GlobalConfig to ProjectSettings, makes more sense.Juan Linietsky2017-07-191-7/+7
* [#7212] Fixed missing 'Variant' return values in documentation.ducdetronquito2017-07-111-1/+1