summaryrefslogtreecommitdiffstats
path: root/modules/visual_script/visual_script.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove VisualScript module for 4.0Rémi Verschelde2022-08-241-2506/+0
* Removed faulty function update after get_property_list.Hristo Stamenov2022-08-031-0/+4
* Remove Signal connect bindsJuan Linietsky2022-07-291-2/+9
* [Net] Modularize multiplayer, expose MultiplayerAPI to extensions.Fabio Alessandrelli2022-07-261-16/+10
* Add support for documenting built-in annotationsYuri Sizov2022-07-041-0/+3
* Add a const call mode to Object, Variant and Script.K. S. Ernest (iFire) Lee2022-06-271-0/+2
* Improve stack overflow error message in GDScript and VisualScriptHugo Locurcio2022-06-151-2/+2
* i18n: Misc fixes translation stringsRémi Verschelde2022-06-081-2/+2
* Add a new HashSet templatereduz2022-05-201-1/+1
* Use range iterators for RBSet in most casesAaron Record2022-05-191-59/+59
* Replace most uses of Map by HashMapreduz2022-05-161-37/+37
* Add a new HashMap implementationreduz2022-05-121-93/+66
* Fix VisualScript export variableskobewi2022-05-061-0/+3
* Rename theme properties to include underscoresFireForge2022-04-231-1/+1
* Remove VARIANT_ARG* macrosreduz2022-03-091-3/+3
* Style: Cleanup single-line blocks, semicolons, dead codeRémi Verschelde2022-02-161-2/+0
* Refactor some object type checking code with `cast_to`Rémi Verschelde2022-02-081-3/+0
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Improve editor template workflowfabriceci2022-01-021-10/+5
* Replace String comparisons with "", String() to is_empty()Nathan Franke2021-12-091-4/+4
* Rename `remove()` to `remove_at()` when removing by indexLightning_A2021-11-231-1/+1
* Rename `PROPERTY_USAGE_NOEDITOR` to `PROPERTY_USAGE_NO_EDITOR`Hugo Locurcio2021-11-031-2/+2
* clang-format: Various fixes to comments alignment from `clang-format` 13Rémi Verschelde2021-10-281-16/+0
* Implement toast notifications in the editorGilles Roudière2021-10-141-1/+1
* Use range iterators for `Map`Lightning_A2021-09-301-16/+16
* [Net] Move multiplayer to core subdir, split RPCManager.Fabio Alessandrelli2021-09-071-6/+6
* Entirely removes BIND_VMETHOD in favor of GDVIRTUALreduz2021-08-231-20/+0
* Validates VisualScript.add_node input nodeHaoyu Qiu2021-08-021-0/+1
* Use const references where possible for List range iteratorsRémi Verschelde2021-07-251-4/+4
* Use C++ iterators for Lists in many situationsAaron Franke2021-07-231-65/+65
* Optimize StringName usagereduz2021-07-181-2/+2
* [Net] Rename NetworkedMultiplayerPeer to MultiplayerPeer.Fabio Alessandrelli2021-07-121-1/+1
* Rename `instance()`->`instantiate()` when it's a verbLightning_A2021-06-191-3/+3
* Added support for scripts reporting multiple errors to ScriptTextEditorEric M2021-06-191-1/+1
* Fix default value binding in VisualScriptFunctionStateGeorge Marques2021-06-141-1/+1
* [Net] Refactor RPCs, remove RSETsFabio Alessandrelli2021-06-011-92/+6
* Highlight control flow keywords with a different colorHugo Locurcio2021-05-051-0/+4
* Replace remaining uses of `NULL` with `nullptr`Rémi Verschelde2021-04-291-1/+1
* Core: Drop custom `copymem`/`zeromem` definesRémi Verschelde2021-04-271-2/+2
* Style: Apply clang-tidy's `readability-braces-around-statements`Rémi Verschelde2021-04-051-3/+5
* Style: Apply clang-tidy's `modernize-use-nullptr`Rémi Verschelde2021-04-051-4/+4
* Fix VisualScriptFunctionState connect to null object crashjmb4622021-04-031-0/+1
* Fixes small typos and grammar correctionAnshul7sp12021-03-121-2/+2
* Initialize class/struct variables with default values in modules/Rafał Mikrut2021-02-081-9/+0
* Merge pull request #44914 from swarnimarun/master-visualscript-refactorRémi Verschelde2021-01-041-1/+1
|\
| * Fix doc for the VisualScript class.Swarnim Arun2021-01-051-1/+1
* | Merge pull request #39649 from swarnimarun/master-visualscript-refactorRémi Verschelde2021-01-041-591/+484
|\|
| * Refactoring Visual ScriptSwarnim Arun2021-01-011-591/+484
* | Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
|/
* Rename empty() to is_empty()Marcel Admiraal2020-12-281-4/+4