index
:
godot-fmod
4.0.3
Godot with FMOD integration
RayHammer
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
modules
/
visual_script
/
visual_script.cpp
Age
Commit message (
Expand
)
Author
2021-02-08
Initialize class/struct variables with default values in modules/
Rafał Mikrut
2021-01-04
Merge pull request #44914 from swarnimarun/master-visualscript-refactor
Rémi Verschelde
2021-01-05
Fix doc for the VisualScript class.
Swarnim Arun
2021-01-04
Merge pull request #39649 from swarnimarun/master-visualscript-refactor
Rémi Verschelde
2021-01-01
Update copyright statements to 2021
Rémi Verschelde
2021-01-01
Refactoring Visual Script
Swarnim Arun
2020-12-28
Rename empty() to is_empty()
Marcel Admiraal
2020-12-05
Remove connect *_compat methods
Aaron Franke
2020-11-16
Remove empty lines around braces with the formatting script
Aaron Franke
2020-11-09
Refactored variant constructor logic
reduz
2020-11-07
Reorganized core/ directory, it was too fatty already
reduz
2020-07-22
VisualScript: Fix -Wduplicate-branches warning
Rémi Verschelde
2020-05-14
Style: Enforce braces around if blocks and loops
Rémi Verschelde
2020-05-14
Style: Enforce separation line between function definitions
Rémi Verschelde
2020-05-14
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
Rémi Verschelde
2020-04-21
Add ability to bind typed arrays to script API
Juan Linietsky
2020-04-03
Update vsnodes on editing vs variables
Swarnim Arun
2020-04-02
Replace NULL with nullptr
lupoDharkael
2020-03-17
Style: Set clang-format Standard to Cpp11
Rémi Verschelde
2020-03-13
Merge pull request #36723 from AndreaCatania/fix-rset
Rémi Verschelde
2020-03-08
Refactor ScriptDebugger.
Fabio Alessandrelli
2020-03-02
Fixed rset method for gdscript and visual script
Andrea Catania
2020-02-28
Signals: Manually port most of remaining connect_compat uses
Rémi Verschelde
2020-02-28
Signals: Port connect calls to use callable_mp
Rémi Verschelde
2020-02-26
Reimplement Mutex with C++'s <mutex>
Pedro J. Estébanez
2020-02-20
Reworked signal connection system, added support for Callable and Signal obje...
Juan Linietsky
2020-02-18
PoolVector is gone, replaced by Vector
Juan Linietsky
2020-02-12
ObjectID converted to a structure, fixes many bugs where used incorrectly as ...
Juan Linietsky
2020-02-12
Optmized data sent during RPC and RSet calls.
Andrea Catania
2020-01-01
Update copyright statements to 2020
Rémi Verschelde
2019-11-01
Fix some crashes, overflows and using variables without values
Rafał Mikrut
2019-09-26
Visualscript editor graph unification & refactoring
Swarnim Arun
2019-09-22
Merge pull request #30852 from swarnimarun/vs_tools_script
Rémi Verschelde
2019-09-21
Tool Mode for Visualscript
Swarnim Arun
2019-09-03
Adds skip-breakpoints feature
iwek7
2019-08-12
Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in rest of 'modules/'
Robin Hübner
2019-07-20
Changed some code showed in LGTM and Coverage
qarmin
2019-07-07
Fixes minor issues found by static analyzer
qarmin
2019-06-20
Fix always true/false values
qarmin
2019-05-28
Merge pull request #28606 from bojidar-bg/25889-indexed-set-defaults
Rémi Verschelde
2019-05-03
Allow overriding how scripted objects are converted to strings
Leonard Meagher
2019-05-02
Fix default values not being read correctly in VS, take two
Bojidar Marinov
2019-03-04
Fix default values not being read correctly in VisualScript
Bojidar Marinov
2019-02-20
Add -Wshadow=local to warnings and fix reported issues.
marxin
2019-01-01
Update copyright statements to 2019
Rémi Verschelde
2018-11-27
Allow signal connecting even if script is invalid (only when compiled with to...
Juan Linietsky
2018-10-25
Merge pull request #22779 from Superwaitsum/LimitSettings
Rémi Verschelde
2018-10-24
Add some limits on the Editor Settings
Superwaitsum
2018-10-11
Fixed the problem with vector3 constructor
the 8th mage
2018-09-12
Make core/ includes absolute, remove subfolders from include path
Rémi Verschelde
[next]