godot/modules/visual_script
Swarnim Arun 5c48631509
Fix crashing of VisualScript due to...
Attempting to move the function node to another function whose data connection is a dependency of the node the specific node being moved to a different function during changes to sequence connections.
By skipping, if the from_node is a function_node during the data connection dependencies scan.
Should fix #37991
2020-05-25 19:49:57 +05:30
..
doc_classes doc: Sync classref with StringName/Callable changes 2020-02-22 14:59:09 +01:00
icons Fix missing module editor icons 2020-03-08 19:32:25 +02:00
config.py SCons: Format buildsystem files with psf/black 2020-03-30 09:05:53 +02:00
register_types.cpp Style: Enforce braces around if blocks and loops 2020-05-14 21:57:34 +02:00
register_types.h Adding missing include guards to header files identified by LGTM. 2020-03-23 04:52:36 -04:00
SCsub SCons: Format buildsystem files with psf/black 2020-03-30 09:05:53 +02:00
visual_script.cpp Style: Enforce braces around if blocks and loops 2020-05-14 21:57:34 +02:00
visual_script.h Style: Enforce braces around if blocks and loops 2020-05-14 21:57:34 +02:00
visual_script_builtin_funcs.cpp Style: Enforce braces around if blocks and loops 2020-05-14 21:57:34 +02:00
visual_script_builtin_funcs.h Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 2020-05-14 16:54:55 +02:00
visual_script_editor.cpp Fix crashing of VisualScript due to... 2020-05-25 19:49:57 +05:30
visual_script_editor.h Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 2020-05-14 16:54:55 +02:00
visual_script_expression.cpp Style: Enforce braces around if blocks and loops 2020-05-14 21:57:34 +02:00
visual_script_expression.h Style: Enforce braces around if blocks and loops 2020-05-14 21:57:34 +02:00
visual_script_flow_control.cpp Style: Enforce braces around if blocks and loops 2020-05-14 21:57:34 +02:00
visual_script_flow_control.h Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 2020-05-14 16:54:55 +02:00
visual_script_func_nodes.cpp Style: Enforce braces around if blocks and loops 2020-05-14 21:57:34 +02:00
visual_script_func_nodes.h Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 2020-05-14 16:54:55 +02:00
visual_script_nodes.cpp Style: Enforce braces around if blocks and loops 2020-05-14 21:57:34 +02:00
visual_script_nodes.h Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 2020-05-14 16:54:55 +02:00
visual_script_property_selector.cpp Style: Enforce braces around if blocks and loops 2020-05-14 21:57:34 +02:00
visual_script_property_selector.h Working multiple window support, including editor 2020-03-26 15:49:40 +01:00
visual_script_yield_nodes.cpp Style: Enforce braces around if blocks and loops 2020-05-14 21:57:34 +02:00
visual_script_yield_nodes.h Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 2020-05-14 16:54:55 +02:00