summaryrefslogtreecommitdiff
path: root/modules/visual_script/visual_script_nodes.cpp
AgeCommit message (Expand)Author
2020-02-20Reworked signal connection system, added support for Callable and Signal obje...Juan Linietsky
2020-02-10Fix VisualScriptClassConstant to be updated properlyYuri Roubinsky
2020-01-30Fix GlobalConstant/BasicTypeConstant return type in visual scriptsYuri Roubinsky
2020-01-19Fix ClassDB API portability with some android and editor classesIgnacio Etcheverry
2020-01-01Update copyright statements to 2020Rémi Verschelde
2019-12-10Removed unused variables, add some constants numbersRafał Mikrut
2019-11-15Use the Unicode "multiply" sign for the "A x B" visual script nodeHugo Locurcio
2019-09-29Deconstruct node for VisualscriptSwarnim Arun
2019-09-27doc: Sync classref with current sourceRémi Verschelde
2019-09-26Visualscript editor graph unification & refactoringSwarnim Arun
2019-08-14Plugin support for visual shadersYuri Roubinski
2019-07-20Changed some code showed in LGTM and Coverageqarmin
2019-01-01Update copyright statements to 2019Rémi Verschelde
2018-10-11Make visualscript search better.K. S. Ernest (iFire) Lee
2018-10-06Remove redundant "== false" codeAaron Franke
2018-09-15Clearly deprecate sync too in favor of remotesync.Fabio Alessandrelli
2018-09-15Rename slave keyword to puppetFabio Alessandrelli
2018-09-12Make core/ includes absolute, remove subfolders from include pathRémi Verschelde
2018-07-31Allow some non-integer built-in constants in gdscriptBernhard Liebl
2018-07-27Carry property hint and hint string through to Visualscript virtual functions.K. S. Ernest (iFire) Lee
2018-07-26Reduce unnecessary COW on Vector by make writing explicitHein-Pieter van Braam
2018-07-24Improve VisualScript UXK. S. Ernest (iFire) Lee
2018-05-29Refactor RPCMode enum and checksFabio Alessandrelli
2018-05-29Revert "RPCMode refactor, more sync modes"Max Hilbrunner
2018-05-29Merge pull request #19021 from Faless/rpc_sync_fixMax Hilbrunner
2018-05-26Refactor RPCMode enum and checksFabio Alessandrelli
2018-05-01More stuff!Pieter-Jan Briers
2018-04-30Move things into the title bars of Visual Script nodes.Pieter-Jan Briers
2018-02-21Fix typos with codespellluz.paz
2018-01-12Bind many more properties to scriptsBojidar Marinov
2018-01-05Add missing copyright headers and fix formattingRémi Verschelde
2018-01-01Update copyright statements to 2018Rémi Verschelde
2017-12-05Fixed typo: substract to subtractIndah Sylvia
2017-11-25Fix constant node value editMarcin Zawiejski
2017-11-14Move singleton management from ProjectSettings to EngineLeon Krause
2017-11-12Add support for the TAU constant. Fixes #12094.Goutte
2017-10-14Gave a tooltip to the "In" logic nodeCédric Fuchs
2017-10-05Add NIL_IS_VARIANT usage to few definitionsRuslan Mustakov
2017-10-03Merge pull request #11653 from bojidar-bg/doc-vscript-1Nathan Lovato
2017-10-03Document some of the VisualScript classes.Bojidar Marinov
2017-09-17Move Variant::evaluate() switch to computed gotoHein-Pieter van Braam
2017-09-15Merge pull request #11230 from maxim-sheronov/fix_enum_bindingsThomas Herzog
2017-09-14Fix 2 typosJeroen
2017-09-13Fix enums bindingsMaxim Sheronov
2017-09-12Many fixes to visual script, changed virtuals override for a proper selector.Juan Linietsky
2017-08-29DocData and type hints fixesIgnacio Etcheverry
2017-08-27Use HTTPS URL for Godot's website in the headersRémi Verschelde
2017-08-26Added/Fixed null pointer checksWilson E. Alvarez
2017-08-24Convert Object::cast_to() to the static versionHein-Pieter van Braam
2017-08-20ClassDB: Provide the enum name of integer constantsIgnacio Etcheverry