summaryrefslogtreecommitdiff
path: root/modules/visual_script/visual_script.h
AgeCommit message (Expand)Author
2022-06-15Improve stack overflow error message in GDScript and VisualScriptHugo Locurcio
2022-05-20Add a new HashSet templatereduz
2022-05-16Replace most uses of Map by HashMapreduz
2022-04-04Zero initialize all pointer class and struct membersRémi Verschelde
2022-03-27Add GDExtension support to Scriptreduz
2022-03-09Remove VARIANT_ARG* macrosreduz
2022-01-03Update copyright statements to 2022Rémi Verschelde
2022-01-02Improve editor template workflowfabriceci
2021-09-07[Net] Move multiplayer to core subdir, split RPCManager.Fabio Alessandrelli
2021-06-19Rename `instance()`->`instantiate()` when it's a verbLightning_A
2021-06-19Added support for scripts reporting multiple errors to ScriptTextEditorEric M
2021-06-11Rename Reference to RefCountedPedro J. Estébanez
2021-06-01[Net] Refactor RPCs, remove RSETsFabio Alessandrelli
2021-05-05Highlight control flow keywords with a different colorHugo Locurcio
2021-02-08Initialize class/struct variables with default values in modules/Rafał Mikrut
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-02Refactor DocData into core and editor (DocTools) partsThakee Nathees
2020-11-29Documentation generation for GDScriptThakee Nathees
2020-11-07Reorganized core/ directory, it was too fatty alreadyreduz
2020-07-10Add override keywords.Marcel Admiraal
2020-05-14Style: Enforce braces around if blocks and loopsRé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-02Replace NULL with nullptrlupoDharkael
2020-03-17Style: Set clang-format Standard to Cpp11Rémi Verschelde
2020-03-08Refactor ScriptDebugger.Fabio Alessandrelli
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-12Optmized data sent during RPC and RSet calls.Andrea Catania
2020-01-01Update copyright statements to 2020Rémi Verschelde
2019-09-26Visualscript editor graph unification & refactoringSwarnim Arun
2019-09-21Tool Mode for VisualscriptSwarnim Arun
2019-06-19Made use of semicolons more consitent, fixed formattingJohnJLight
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-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-11Fixed the problem with vector3 constructorthe 8th mage
2018-09-12Make core/ includes absolute, remove subfolders from include pathRémi Verschelde
2018-08-10Added system for GDScript warningsGeorge Marques
2018-07-24Improve VisualScript UXK. S. Ernest (iFire) Lee
2018-07-20Add editor highlight for type-safe linesGeorge Marques
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