David Cambré
|
2fbea9dee6
Fix VisualScriptPropertySet value hint
|
3 years ago |
Rémi Verschelde
|
ac3322b0af
Use const references where possible for List range iterators
|
4 years ago |
Aaron Franke
|
4e6efd1b07
Use C++ iterators for Lists in many situations
|
4 years ago |
David Cambré
|
74ca014364
Revert unnecessary changes to VisualScriptEmitSignal
|
4 years ago |
Rémi Verschelde
|
b5f5fac840
Merge pull request #49749 from DavidCambre/VisualScriptFunction_Call_Set_Get_Improvement-2
|
4 years ago |
David Cambré
|
10b4cb75f2
Improve and streamline VisualScriptFuncNodes Call Set Get
|
4 years ago |
Aaron Franke
|
2508fd0533
Use PROPERTY_USAGE_NONE instead of 0 for no property usage
|
4 years ago |
Lightning_A
|
e28fd07b2b
Rename `instance()`->`instantiate()` when it's a verb
|
4 years ago |
Fabio Alessandrelli
|
d779b5aa3e
[Net] Refactor RPCs, remove RSETs
|
4 years ago |
Anshul7sp1
|
91181c2086
Fixes small typos and grammar correction
|
4 years ago |
reduz
|
1aa2823fa3
Removed _change_notify
|
4 years ago |
Rémi Verschelde
|
b5334d14f7
Update copyright statements to 2021
|
4 years ago |
Aaron Franke
|
02161aad5a
Remove empty lines around braces with the formatting script
|
4 years ago |
reduz
|
635d33dc6c
Refactor variant built-in methods yet again.
|
4 years ago |
reduz
|
221a2a1742
Refactored variant constructor logic
|
4 years ago |
reduz
|
127458ed17
Reorganized core/ directory, it was too fatty already
|
4 years ago |
reduz
|
05de7ce6ca
Refactored variant setters/getters
|
4 years ago |
Tomasz Chabora
|
aadc8d54a4
Bind missing constant in VisualScriptPropertyGet
|
4 years ago |
Rémi Verschelde
|
0ee0fa42e6
Style: Enforce braces around if blocks and loops
|
5 years ago |
Rémi Verschelde
|
07bc4e2f96
Style: Enforce separation line between function definitions
|
5 years ago |
Rémi Verschelde
|
0be6d925dc
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
|
5 years ago |
lupoDharkael
|
95a1400a2a
Replace NULL with nullptr
|
5 years ago |
Juan Linietsky
|
69c95f4b4c
Reworked signal connection system, added support for Callable and Signal objects and made them default.
|
5 years ago |
Rémi Verschelde
|
a7f49ac9a1
Update copyright statements to 2020
|
5 years ago |
Aaron Franke
|
13779b70e0
Make VisualScript check inheritance for port info
|
5 years ago |
Swarnim Arun
|
59738e3fa3
Visualscript editor graph unification & refactoring
|
5 years ago |
K. S. Ernest (iFIre) Lee
|
bdf54a7f9e
Visualscript: Add types for base type get and set.
|
6 years ago |
qarmin
|
9a77d748c0
Fixes minor issues found by static analyzer
|
6 years ago |
qarmin
|
4e5310cc60
Some code changed with Clang-Tidy
|
6 years ago |
Rémi Verschelde
|
c8994b56f9
Style: Apply new changes from clang-format 8.0
|
6 years ago |