David Cambré
|
fb7c23f30b
Fixes the copy paste issue in the visual script editor.
|
3 years ago |
Rémi Verschelde
|
42d385b312
clang-format: Disable alignment of operands, too unreliable
|
3 years ago |
Rémi Verschelde
|
ba8551451f
Resource: Remove unused `_use_builtin_script()` virtual method
|
4 years ago |
Yuri Roubinsky
|
96f957f93b
[3.x] Prevents some warnings from appearing in visual scripts
|
4 years ago |
Haoyu Qiu
|
a3b221e99f
Make action names translatable
|
4 years ago |
Gallilus
|
9342457bcd
Change "Add Preload Node" action to "Add Node(s)"
|
4 years ago |
Rémi Verschelde
|
48d80b31b1
Merge pull request #50709 from DavidCambre/Improve-and-stramline-VisualScriptFuncNodes-Call-Set-Get
|
4 years ago |
David Cambré
|
af1ea1800d
Improve and streamline VisualScriptFuncNodes Call Set Get
|
4 years ago |
David Cambré
|
968dd73141
Allow dropping custom node scripts in VisualScript editor
|
4 years ago |
kleonc
|
3336453dff
VisualScriptEditor Fix in graph position calculation (do not skip zoom)
|
4 years ago |
Rémi Verschelde
|
c7182512dd
VisualScript: Fix wrongly setting default value on property hint change
|
4 years ago |
Rémi Verschelde
|
140350d767
Style: Enforce braces around if blocks and loops
|
4 years ago |
Rémi Verschelde
|
a828398655
Style: Replaces uses of 0/NULL by nullptr (C++11)
|
4 years ago |
Rémi Verschelde
|
b5e1e05ef2
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
|
4 years ago |
Rémi Verschelde
|
64a63e0861
Style: clang-format: Disable AllowShortCaseLabelsOnASingleLine
|
4 years ago |
Rémi Verschelde
|
6e600cb3f0
Style: Set clang-format Standard to c++14
|
4 years ago |
Kanabenki
|
3abe6ae281
Snap VisualScript comment to grid when resizing
|
4 years ago |
Yuri Sizov
|
a9552cefa2
Fix minimap capturing events and improve its theme
|
4 years ago |
Rémi Verschelde
|
49646383f1
Update copyright statements to 2021
|
4 years ago |
Yuri Roubinsky
|
602fc00e56
[3.2] Auto-assign default value for variable in visual script on type changing
|
4 years ago |
Yuri Roubinsky
|
742a3f461c
Fix broken members panel in visual script editor
|
4 years ago |
Rémi Verschelde
|
3961f50176
Merge pull request #40461 from nekomatata/script-editor-init-optimization-3.2
|
4 years ago |
Francois Belair
|
d35ced06a6
Add a VScript func to sanitize variant values
|
4 years ago |
PouleyKetchoupp
|
e3765e97de
Optimized ScriptEditor initialization when many scripts are loaded
|
5 years ago |
Swarnim Arun
|
83c15ff469
Fix crashing of VisualScript due to...
|
5 years ago |
Haoyu Qiu
|
ddde73cc62
Makes adding port in Visual Script nodes deferred
|
5 years ago |
Rémi Verschelde
|
a7f49ac9a1
Update copyright statements to 2020
|
5 years ago |
Haoyu Qiu
|
078c0d75f2
Cleans up headers included in editor_node.h
|
5 years ago |
Haoyu Qiu
|
0693718164
Makes more editor strings translatable
|
5 years ago |
Haoyu Qiu
|
9adeec789c
Fixes size of create function dialog
|
5 years ago |