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_func_nodes.cpp
Age
Commit message (
Expand
)
Author
2021-11-03
Rename `PROPERTY_USAGE_NOEDITOR` to `PROPERTY_USAGE_NO_EDITOR`
Hugo Locurcio
2021-08-29
Fix VisualScriptPropertySet value hint
David Cambré
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-23
Revert unnecessary changes to VisualScriptEmitSignal
David Cambré
2021-07-21
Merge pull request #49749 from DavidCambre/VisualScriptFunction_Call_Set_Get_...
Rémi Verschelde
2021-07-21
Improve and streamline VisualScriptFuncNodes Call Set Get
David Cambré
2021-07-01
Use PROPERTY_USAGE_NONE instead of 0 for no property usage
Aaron Franke
2021-06-19
Rename `instance()`->`instantiate()` when it's a verb
Lightning_A
2021-06-01
[Net] Refactor RPCs, remove RSETs
Fabio Alessandrelli
2021-03-12
Fixes small typos and grammar correction
Anshul7sp1
2021-02-10
Removed _change_notify
reduz
2021-01-01
Update copyright statements to 2021
Rémi Verschelde
2020-11-16
Remove empty lines around braces with the formatting script
Aaron Franke
2020-11-11
Refactor variant built-in methods yet again.
reduz
2020-11-09
Refactored variant constructor logic
reduz
2020-11-07
Reorganized core/ directory, it was too fatty already
reduz
2020-11-07
Refactored variant setters/getters
reduz
2020-10-12
Bind missing constant in VisualScriptPropertyGet
Tomasz Chabora
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-02
Replace NULL with nullptr
lupoDharkael
2020-02-20
Reworked signal connection system, added support for Callable and Signal obje...
Juan Linietsky
2020-01-01
Update copyright statements to 2020
Rémi Verschelde
2019-10-09
Make VisualScript check inheritance for port info
Aaron Franke
2019-09-26
Visualscript editor graph unification & refactoring
Swarnim Arun
2019-07-19
Visualscript: Add types for base type get and set.
K. S. Ernest (iFIre) Lee
2019-07-07
Fixes minor issues found by static analyzer
qarmin
2019-06-26
Some code changed with Clang-Tidy
qarmin
2019-04-09
Style: Apply new changes from clang-format 8.0
Rémi Verschelde
2019-03-04
calculate inputs count from arg types instead of names
Marcin Zawiejski
2019-01-01
Update copyright statements to 2019
Rémi Verschelde
2018-09-12
Make core/ includes absolute, remove subfolders from include path
Rémi Verschelde
2018-08-24
Make some debug prints verbose-only, remove others
Rémi Verschelde
2018-07-24
Improve VisualScript UX
K. S. Ernest (iFire) Lee
2018-05-01
More stuff!
Pieter-Jan Briers
2018-04-30
Move things into the title bars of Visual Script nodes.
Pieter-Jan Briers
2018-01-12
Bind many more properties to scripts
Bojidar Marinov
2018-01-05
Add missing copyright headers and fix formatting
Rémi Verschelde
2018-01-01
Update copyright statements to 2018
Rémi Verschelde
2017-11-14
Move singleton management from ProjectSettings to Engine
Leon Krause
2017-11-08
Fix "Invalid outputs" error when calling a void method from visual script
Bojidar Marinov
2017-09-30
VisualScript crashfix when returns are too few
Marcelo Fernandez
2017-09-25
Fixed constness of variant functions, as well as visual script sequence ports...
Juan Linietsky
2017-09-17
Move Variant::evaluate() switch to computed goto
Hein-Pieter van Braam
2017-09-13
Fix enums bindings
Maxim Sheronov
2017-08-27
Use HTTPS URL for Godot's website in the headers
Rémi Verschelde
2017-08-26
Added/Fixed null pointer checks
Wilson E. Alvarez
2017-08-24
Convert Object::cast_to() to the static version
Hein-Pieter van Braam
[next]