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
2022-03-09
Remove VARIANT_ARG* macros
reduz
2022-02-16
Style: Cleanup single-line blocks, semicolons, dead code
Rémi Verschelde
2022-02-08
Refactor some object type checking code with `cast_to`
Rémi Verschelde
2022-01-03
Update copyright statements to 2022
Rémi Verschelde
2022-01-02
Improve editor template workflow
fabriceci
2021-12-09
Replace String comparisons with "", String() to is_empty()
Nathan Franke
2021-11-23
Rename `remove()` to `remove_at()` when removing by index
Lightning_A
2021-11-03
Rename `PROPERTY_USAGE_NOEDITOR` to `PROPERTY_USAGE_NO_EDITOR`
Hugo Locurcio
2021-10-28
clang-format: Various fixes to comments alignment from `clang-format` 13
Rémi Verschelde
2021-10-14
Implement toast notifications in the editor
Gilles Roudière
2021-09-30
Use range iterators for `Map`
Lightning_A
2021-09-07
[Net] Move multiplayer to core subdir, split RPCManager.
Fabio Alessandrelli
2021-08-23
Entirely removes BIND_VMETHOD in favor of GDVIRTUAL
reduz
2021-08-02
Validates VisualScript.add_node input node
Haoyu Qiu
2021-07-25
Use const references where possible for List range iterators
Rémi Verschelde
2021-07-23
Use C++ iterators for Lists in many situations
Aaron Franke
2021-07-18
Optimize StringName usage
reduz
2021-07-12
[Net] Rename NetworkedMultiplayerPeer to MultiplayerPeer.
Fabio Alessandrelli
2021-06-19
Rename `instance()`->`instantiate()` when it's a verb
Lightning_A
2021-06-19
Added support for scripts reporting multiple errors to ScriptTextEditor
Eric M
2021-06-14
Fix default value binding in VisualScriptFunctionState
George Marques
2021-06-01
[Net] Refactor RPCs, remove RSETs
Fabio Alessandrelli
2021-05-05
Highlight control flow keywords with a different color
Hugo Locurcio
2021-04-29
Replace remaining uses of `NULL` with `nullptr`
Rémi Verschelde
2021-04-27
Core: Drop custom `copymem`/`zeromem` defines
Rémi Verschelde
2021-04-05
Style: Apply clang-tidy's `readability-braces-around-statements`
Rémi Verschelde
2021-04-05
Style: Apply clang-tidy's `modernize-use-nullptr`
Rémi Verschelde
2021-04-03
Fix VisualScriptFunctionState connect to null object crash
jmb462
2021-03-12
Fixes small typos and grammar correction
Anshul7sp1
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
[next]