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
*
Remove VisualScript module for 4.0
Rémi Verschelde
2022-08-24
1
-2444
/
+0
*
Make `_validate_property` a multilevel method
Yuri Sizov
2022-08-22
1
-97
/
+97
*
Remove unintentional PROPERTY_USAGE_INTERNAL
RedMser
2022-08-18
1
-3
/
+3
*
Remake resource thread safety and API
reduz
2022-06-22
1
-6
/
+6
*
Style: Partially apply clang-tidy's `cppcoreguidelines-pro-type-member-init`
Rémi Verschelde
2022-05-02
1
-13
/
+13
*
Fix some issues found by cppcheck.
bruvzg
2022-04-06
1
-7
/
+7
*
Use `RTR()` for VisualScriptNode captions and texts
Haoyu Qiu
2022-03-11
1
-24
/
+25
*
Remove VARIANT_ARG* macros
reduz
2022-03-09
1
-11
/
+11
*
simplify formatting scripts, add a clang-tidy script, and run clang-tidy
Nathan Franke
2022-01-29
1
-1
/
+1
*
i18n: Make VisualScript node caption & text translatable
Haoyu Qiu
2022-01-11
1
-15
/
+25
*
Merge pull request #56352 from Gallilus/Include-base-signals-to-VisualScriptE...
Rémi Verschelde
2022-01-05
1
-0
/
+8
|
\
|
*
Include base signals to VisualScriptEmitSignal
David Cambré
2021-12-30
1
-0
/
+8
*
|
Update copyright statements to 2022
Rémi Verschelde
2022-01-03
1
-2
/
+2
|
/
*
Replace String comparisons with "", String() to is_empty()
Nathan Franke
2021-12-09
1
-13
/
+13
*
Rename `PROPERTY_USAGE_NOEDITOR` to `PROPERTY_USAGE_NO_EDITOR`
Hugo Locurcio
2021-11-03
1
-6
/
+6
*
Fix VisualScriptPropertySet value hint
David Cambré
2021-08-29
1
-1
/
+1
*
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
[next]