summaryrefslogtreecommitdiff
path: root/modules/visual_script/visual_script_func_nodes.cpp
AgeCommit message (Expand)Author
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
2017-08-21Merge pull request #10351 from neikeq/enums-are-for-the-weakJuan Linietsky
2017-08-20ClassDB: Provide the enum name of integer constantsIgnacio Etcheverry
2017-08-20Merge pull request #10319 from neikeq/pr-engine-editor-hintJuan Linietsky
2017-08-19Removes editor_hint from SceneTreeIgnacio Etcheverry
2017-08-12Updated function argument namesWilson E. Alvarez
2017-08-07Makes all Godot API's methods Lower CaseIndah Sylvia
2017-07-22Clang-formatting *.cpp and *.h (some files excluded)Poommetee Ketson
2017-07-19-Renamed GlobalConfig to ProjectSettings, makes more sense.Juan Linietsky