summaryrefslogtreecommitdiff
path: root/modules/visual_script/visual_script_func_nodes.cpp
AgeCommit message (Expand)Author
2021-11-03Rename `PROPERTY_USAGE_NOEDITOR` to `PROPERTY_USAGE_NO_EDITOR`Hugo Locurcio
2021-08-29Fix VisualScriptPropertySet value hintDavid Cambré
2021-07-25Use const references where possible for List range iteratorsRémi Verschelde
2021-07-23Use C++ iterators for Lists in many situationsAaron Franke
2021-07-23Revert unnecessary changes to VisualScriptEmitSignalDavid Cambré
2021-07-21Merge pull request #49749 from DavidCambre/VisualScriptFunction_Call_Set_Get_...Rémi Verschelde
2021-07-21Improve and streamline VisualScriptFuncNodes Call Set GetDavid Cambré
2021-07-01Use PROPERTY_USAGE_NONE instead of 0 for no property usageAaron Franke
2021-06-19Rename `instance()`->`instantiate()` when it's a verbLightning_A
2021-06-01[Net] Refactor RPCs, remove RSETsFabio Alessandrelli
2021-03-12Fixes small typos and grammar correctionAnshul7sp1
2021-02-10Removed _change_notifyreduz
2021-01-01Update copyright statements to 2021Rémi Verschelde
2020-11-16Remove empty lines around braces with the formatting scriptAaron Franke
2020-11-11Refactor variant built-in methods yet again.reduz
2020-11-09Refactored variant constructor logicreduz
2020-11-07Reorganized core/ directory, it was too fatty alreadyreduz
2020-11-07Refactored variant setters/gettersreduz
2020-10-12Bind missing constant in VisualScriptPropertyGetTomasz Chabora
2020-05-14Style: Enforce braces around if blocks and loopsRémi Verschelde
2020-05-14Style: Enforce separation line between function definitionsRémi Verschelde
2020-05-14Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde
2020-04-02Replace NULL with nullptrlupoDharkael
2020-02-20Reworked signal connection system, added support for Callable and Signal obje...Juan Linietsky
2020-01-01Update copyright statements to 2020Rémi Verschelde
2019-10-09Make VisualScript check inheritance for port infoAaron Franke
2019-09-26Visualscript editor graph unification & refactoringSwarnim Arun
2019-07-19Visualscript: Add types for base type get and set.K. S. Ernest (iFIre) Lee
2019-07-07Fixes minor issues found by static analyzerqarmin
2019-06-26Some code changed with Clang-Tidyqarmin
2019-04-09Style: Apply new changes from clang-format 8.0Rémi Verschelde
2019-03-04calculate inputs count from arg types instead of namesMarcin Zawiejski
2019-01-01Update copyright statements to 2019Rémi Verschelde
2018-09-12Make core/ includes absolute, remove subfolders from include pathRémi Verschelde
2018-08-24Make some debug prints verbose-only, remove othersRémi Verschelde
2018-07-24Improve VisualScript UXK. S. Ernest (iFire) Lee
2018-05-01More stuff!Pieter-Jan Briers
2018-04-30Move things into the title bars of Visual Script nodes.Pieter-Jan Briers
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-11-14Move singleton management from ProjectSettings to EngineLeon Krause
2017-11-08Fix "Invalid outputs" error when calling a void method from visual scriptBojidar Marinov
2017-09-30VisualScript crashfix when returns are too fewMarcelo Fernandez
2017-09-25Fixed constness of variant functions, as well as visual script sequence ports...Juan Linietsky
2017-09-17Move Variant::evaluate() switch to computed gotoHein-Pieter van Braam
2017-09-13Fix enums bindingsMaxim Sheronov
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