index
:
redot-engine.git
4.3
master
Redot Engine – Multi-platform 2D and 3D game engine
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
modules
/
visual_script
/
visual_script_func_nodes.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use const references where possible for List range iterators
Rémi Verschelde
2021-07-25
1
-12
/
+12
*
Use C++ iterators for Lists in many situations
Aaron Franke
2021-07-23
1
-28
/
+28
*
Revert unnecessary changes to VisualScriptEmitSignal
David Cambré
2021-07-23
1
-11
/
+1
*
Merge pull request #49749 from DavidCambre/VisualScriptFunction_Call_Set_Get_...
Rémi Verschelde
2021-07-21
1
-48
/
+98
|
\
|
*
Improve and streamline VisualScriptFuncNodes Call Set Get
David Cambré
2021-07-21
1
-48
/
+98
*
|
Use PROPERTY_USAGE_NONE instead of 0 for no property usage
Aaron Franke
2021-07-01
1
-14
/
+14
|
/
*
Rename `instance()`->`instantiate()` when it's a verb
Lightning_A
2021-06-19
1
-8
/
+8
*
[Net] Refactor RPCs, remove RSETs
Fabio Alessandrelli
2021-06-01
1
-7
/
+9
*
Fixes small typos and grammar correction
Anshul7sp1
2021-03-12
1
-3
/
+3
*
Removed _change_notify
reduz
2021-02-10
1
-24
/
+24
*
Update copyright statements to 2021
Rémi Verschelde
2021-01-01
1
-2
/
+2
*
Remove empty lines around braces with the formatting script
Aaron Franke
2020-11-16
1
-1
/
+0
*
Refactor variant built-in methods yet again.
reduz
2020-11-11
1
-16
/
+18
*
Refactored variant constructor logic
reduz
2020-11-09
1
-6
/
+9
*
Reorganized core/ directory, it was too fatty already
reduz
2020-11-07
1
-1
/
+1
*
Refactored variant setters/getters
reduz
2020-11-07
1
-9
/
+9
*
Bind missing constant in VisualScriptPropertyGet
Tomasz Chabora
2020-10-12
1
-0
/
+1
*
Style: Enforce braces around if blocks and loops
Rémi Verschelde
2020-05-14
1
-76
/
+142
*
Style: Enforce separation line between function definitions
Rémi Verschelde
2020-05-14
1
-0
/
+15
*
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
Rémi Verschelde
2020-05-14
1
-215
/
+0
*
Replace NULL with nullptr
lupoDharkael
2020-04-02
1
-28
/
+28
*
Reworked signal connection system, added support for Callable and Signal obje...
Juan Linietsky
2020-02-20
1
-25
/
+25
*
Update copyright statements to 2020
Rémi Verschelde
2020-01-01
1
-2
/
+2
*
Make VisualScript check inheritance for port info
Aaron Franke
2019-10-09
1
-2
/
+2
*
Visualscript editor graph unification & refactoring
Swarnim Arun
2019-09-26
1
-9
/
+4
*
Visualscript: Add types for base type get and set.
K. S. Ernest (iFIre) Lee
2019-07-19
1
-9
/
+23
*
Fixes minor issues found by static analyzer
qarmin
2019-07-07
1
-7
/
+0
*
Some code changed with Clang-Tidy
qarmin
2019-06-26
1
-5
/
+2
*
Style: Apply new changes from clang-format 8.0
Rémi Verschelde
2019-04-09
1
-1
/
+2
*
calculate inputs count from arg types instead of names
Marcin Zawiejski
2019-03-04
1
-3
/
+2
*
Update copyright statements to 2019
Rémi Verschelde
2019-01-01
1
-2
/
+2
*
Make core/ includes absolute, remove subfolders from include path
Rémi Verschelde
2018-09-12
1
-3
/
+3
*
Make some debug prints verbose-only, remove others
Rémi Verschelde
2018-08-24
1
-1
/
+0
*
Improve VisualScript UX
K. S. Ernest (iFire) Lee
2018-07-24
1
-4
/
+4
*
More stuff!
Pieter-Jan Briers
2018-05-01
1
-48
/
+28
*
Move things into the title bars of Visual Script nodes.
Pieter-Jan Briers
2018-04-30
1
-21
/
+11
*
Bind many more properties to scripts
Bojidar Marinov
2018-01-12
1
-7
/
+7
*
Add missing copyright headers and fix formatting
Rémi Verschelde
2018-01-05
1
-0
/
+1
*
Update copyright statements to 2018
Rémi Verschelde
2018-01-01
1
-2
/
+2
*
Move singleton management from ProjectSettings to Engine
Leon Krause
2017-11-14
1
-8
/
+8
*
Fix "Invalid outputs" error when calling a void method from visual script
Bojidar Marinov
2017-11-08
1
-0
/
+2
*
VisualScript crashfix when returns are too few
Marcelo Fernandez
2017-09-30
1
-2
/
+8
*
Fixed constness of variant functions, as well as visual script sequence ports...
Juan Linietsky
2017-09-25
1
-2
/
+2
*
Move Variant::evaluate() switch to computed goto
Hein-Pieter van Braam
2017-09-17
1
-1
/
+1
*
Fix enums bindings
Maxim Sheronov
2017-09-13
1
-0
/
+20
*
Use HTTPS URL for Godot's website in the headers
Rémi Verschelde
2017-08-27
1
-1
/
+1
*
Added/Fixed null pointer checks
Wilson E. Alvarez
2017-08-26
1
-3
/
+3
*
Convert Object::cast_to() to the static version
Hein-Pieter van Braam
2017-08-24
1
-17
/
+8
*
Merge pull request #10351 from neikeq/enums-are-for-the-weak
Juan Linietsky
2017-08-21
1
-10
/
+11
|
\
|
*
ClassDB: Provide the enum name of integer constants
Ignacio Etcheverry
2017-08-20
1
-10
/
+11
[next]