summaryrefslogtreecommitdiff
path: root/modules/visual_script/visual_script.cpp
AgeCommit message (Expand)Author
2021-02-08Initialize class/struct variables with default values in modules/Rafał Mikrut
2021-01-04Merge pull request #44914 from swarnimarun/master-visualscript-refactorRémi Verschelde
2021-01-05Fix doc for the VisualScript class.Swarnim Arun
2021-01-04Merge pull request #39649 from swarnimarun/master-visualscript-refactorRémi Verschelde
2021-01-01Update copyright statements to 2021Rémi Verschelde
2021-01-01Refactoring Visual ScriptSwarnim Arun
2020-12-28Rename empty() to is_empty()Marcel Admiraal
2020-12-05Remove connect *_compat methodsAaron Franke
2020-11-16Remove empty lines around braces with the formatting scriptAaron Franke
2020-11-09Refactored variant constructor logicreduz
2020-11-07Reorganized core/ directory, it was too fatty alreadyreduz
2020-07-22VisualScript: Fix -Wduplicate-branches warningRémi Verschelde
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-21Add ability to bind typed arrays to script APIJuan Linietsky
2020-04-03Update vsnodes on editing vs variablesSwarnim Arun
2020-04-02Replace NULL with nullptrlupoDharkael
2020-03-17Style: Set clang-format Standard to Cpp11Rémi Verschelde
2020-03-13Merge pull request #36723 from AndreaCatania/fix-rsetRémi Verschelde
2020-03-08Refactor ScriptDebugger.Fabio Alessandrelli
2020-03-02Fixed rset method for gdscript and visual scriptAndrea Catania
2020-02-28Signals: Manually port most of remaining connect_compat usesRémi Verschelde
2020-02-28Signals: Port connect calls to use callable_mpRémi Verschelde
2020-02-26Reimplement Mutex with C++'s <mutex>Pedro J. Estébanez
2020-02-20Reworked signal connection system, added support for Callable and Signal obje...Juan Linietsky
2020-02-18PoolVector is gone, replaced by VectorJuan Linietsky
2020-02-12ObjectID converted to a structure, fixes many bugs where used incorrectly as ...Juan Linietsky
2020-02-12Optmized data sent during RPC and RSet calls.Andrea Catania
2020-01-01Update copyright statements to 2020Rémi Verschelde
2019-11-01Fix some crashes, overflows and using variables without valuesRafał Mikrut
2019-09-26Visualscript editor graph unification & refactoringSwarnim Arun
2019-09-22Merge pull request #30852 from swarnimarun/vs_tools_scriptRémi Verschelde
2019-09-21Tool Mode for VisualscriptSwarnim Arun
2019-09-03Adds skip-breakpoints featureiwek7
2019-08-12Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in rest of 'modules/'Robin Hübner
2019-07-20Changed some code showed in LGTM and Coverageqarmin
2019-07-07Fixes minor issues found by static analyzerqarmin
2019-06-20Fix always true/false valuesqarmin
2019-05-28Merge pull request #28606 from bojidar-bg/25889-indexed-set-defaultsRémi Verschelde
2019-05-03Allow overriding how scripted objects are converted to stringsLeonard Meagher
2019-05-02Fix default values not being read correctly in VS, take twoBojidar Marinov
2019-03-04Fix default values not being read correctly in VisualScriptBojidar Marinov
2019-02-20Add -Wshadow=local to warnings and fix reported issues.marxin
2019-01-01Update copyright statements to 2019Rémi Verschelde
2018-11-27Allow signal connecting even if script is invalid (only when compiled with to...Juan Linietsky
2018-10-25Merge pull request #22779 from Superwaitsum/LimitSettingsRémi Verschelde
2018-10-24Add some limits on the Editor SettingsSuperwaitsum
2018-10-11Fixed the problem with vector3 constructorthe 8th mage
2018-09-12Make core/ includes absolute, remove subfolders from include pathRémi Verschelde