summaryrefslogtreecommitdiffstats
path: root/modules/visual_script/visual_script.cpp
Commit message (Expand)AuthorAgeFilesLines
* Style: Enforce braces around if blocks and loopsRémi Verschelde2020-05-141-53/+103
* Style: Enforce separation line between function definitionsRémi Verschelde2020-05-141-0/+41
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-205/+0
* Add ability to bind typed arrays to script APIJuan Linietsky2020-04-211-0/+4
* Update vsnodes on editing vs variablesSwarnim Arun2020-04-031-0/+20
* Replace NULL with nullptrlupoDharkael2020-04-021-19/+19
* Style: Set clang-format Standard to Cpp11Rémi Verschelde2020-03-171-4/+4
* Merge pull request #36723 from AndreaCatania/fix-rsetRémi Verschelde2020-03-131-2/+2
|\
| * Fixed rset method for gdscript and visual scriptAndrea Catania2020-03-021-2/+2
* | Refactor ScriptDebugger.Fabio Alessandrelli2020-03-081-15/+15
|/
* Signals: Manually port most of remaining connect_compat usesRémi Verschelde2020-02-281-2/+2
* Signals: Port connect calls to use callable_mpRémi Verschelde2020-02-281-5/+3
* Reimplement Mutex with C++'s <mutex>Pedro J. Estébanez2020-02-261-18/+8
* Reworked signal connection system, added support for Callable and Signal obje...Juan Linietsky2020-02-201-42/+42
* PoolVector is gone, replaced by VectorJuan Linietsky2020-02-181-1/+1
* ObjectID converted to a structure, fixes many bugs where used incorrectly as ...Juan Linietsky2020-02-121-4/+4
* Optmized data sent during RPC and RSet calls.Andrea Catania2020-02-121-16/+109
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* Fix some crashes, overflows and using variables without valuesRafał Mikrut2019-11-011-0/+1
* Visualscript editor graph unification & refactoringSwarnim Arun2019-09-261-10/+59
* Merge pull request #30852 from swarnimarun/vs_tools_scriptRémi Verschelde2019-09-221-2/+13
|\
| * Tool Mode for VisualscriptSwarnim Arun2019-09-211-2/+13
* | Adds skip-breakpoints featureiwek72019-09-031-2/+2
* | Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in rest of 'modules/'Robin Hübner2019-08-121-22/+9
|/
* Changed some code showed in LGTM and Coverageqarmin2019-07-201-2/+0
* Fixes minor issues found by static analyzerqarmin2019-07-071-2/+2
* Fix always true/false valuesqarmin2019-06-201-1/+1
* Merge pull request #28606 from bojidar-bg/25889-indexed-set-defaultsRémi Verschelde2019-05-281-13/+2
|\
| * Fix default values not being read correctly in VS, take twoBojidar Marinov2019-05-021-13/+2
* | Allow overriding how scripted objects are converted to stringsLeonard Meagher2019-05-031-0/+22
|/
* Fix default values not being read correctly in VisualScriptBojidar Marinov2019-03-041-15/+6
* Add -Wshadow=local to warnings and fix reported issues.marxin2019-02-201-2/+2
* Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2
* Allow signal connecting even if script is invalid (only when compiled with to...Juan Linietsky2018-11-271-0/+4
* Merge pull request #22779 from Superwaitsum/LimitSettingsRémi Verschelde2018-10-251-2/+2
|\
| * Add some limits on the Editor SettingsSuperwaitsum2018-10-241-2/+2
* | Fixed the problem with vector3 constructorthe 8th mage2018-10-111-9/+11
|/
* Make core/ includes absolute, remove subfolders from include pathRémi Verschelde2018-09-121-2/+2
* Added system for GDScript warningsGeorge Marques2018-08-101-1/+1
* Reduce unnecessary COW on Vector by make writing explicitHein-Pieter van Braam2018-07-261-3/+3
* Improve VisualScript UXK. S. Ernest (iFire) Lee2018-07-241-0/+13
* Add editor highlight for type-safe linesGeorge Marques2018-07-201-1/+1
* Refactor RPCMode enum and checksFabio Alessandrelli2018-05-291-5/+5
* Revert "RPCMode refactor, more sync modes"Max Hilbrunner2018-05-291-5/+5
* Merge pull request #19021 from Faless/rpc_sync_fixMax Hilbrunner2018-05-291-5/+5
|\
| * Refactor RPCMode enum and checksFabio Alessandrelli2018-05-261-5/+5
* | Merge pull request #18516 from PJB3005/18-04-30-visual-script-title-barsMax Hilbrunner2018-05-261-0/+4
|\ \ | |/ |/|
| * Move things into the title bars of Visual Script nodes.Pieter-Jan Briers2018-04-301-0/+4
* | Fix Coverity reports of uninitialized scalar variableRémi Verschelde2018-04-191-0/+1
|/
* Fix typos with codespellluz.paz2018-02-211-2/+2