summaryrefslogtreecommitdiffstats
path: root/modules/visual_script/visual_script_nodes.cpp
Commit message (Expand)AuthorAgeFilesLines
* Style: Enforce braces around if blocks and loopsRémi Verschelde2020-05-141-70/+134
* Style: Enforce separation line between function definitionsRémi Verschelde2020-05-141-0/+67
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-422/+0
* Rename InputFilter back to InputRémi Verschelde2020-04-281-5/+5
* Deconstruct VSNodes for new Variant typesSwarnim Arun2020-04-021-0/+3
* Replace NULL with nullptrlupoDharkael2020-04-021-4/+4
* Refactored input, goes all via windows now.Juan Linietsky2020-03-261-5/+5
* Refactored Input, create DisplayServer and DisplayServerX11Juan Linietsky2020-03-261-1/+1
* Style: Set clang-format Standard to Cpp11Rémi Verschelde2020-03-171-1/+1
* Signals: Port connect calls to use callable_mpRémi Verschelde2020-02-281-3/+1
* Variant: Added 64-bit packed arrays, renamed Variant::REAL to FLOAT.Juan Linietsky2020-02-251-1/+1
* Reworked signal connection system, added support for Callable and Signal obje...Juan Linietsky2020-02-201-49/+49
* Fix VisualScriptClassConstant to be updated properlyYuri Roubinsky2020-02-101-2/+21
* Fix GlobalConstant/BasicTypeConstant return type in visual scriptsYuri Roubinsky2020-01-301-4/+24
* Fix ClassDB API portability with some android and editor classesIgnacio Etcheverry2020-01-191-5/+11
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* Removed unused variables, add some constants numbersRafał Mikrut2019-12-101-1/+1
* Use the Unicode "multiply" sign for the "A x B" visual script nodeHugo Locurcio2019-11-151-1/+1
* Deconstruct node for VisualscriptSwarnim Arun2019-09-291-1/+18
* doc: Sync classref with current sourceRémi Verschelde2019-09-271-9/+9
* Visualscript editor graph unification & refactoringSwarnim Arun2019-09-261-0/+436
* Plugin support for visual shadersYuri Roubinski2019-08-141-1/+1
* 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
|\