godot/modules/visual_script
Rémi Verschelde 80e1585a6e
Style: Cleanup uses of double spaces between words
Or after punctuation. Tried to leave third-party stuff alone, unless it has
been heavily modified for Godot.

(cherry picked from commit c1c76850cb)
2021-06-07 12:06:59 +02:00
..
doc_classes Style: Cleanup uses of double spaces between words 2021-06-07 12:06:59 +02:00
icons Add support for creating editor icons per module 2019-06-28 23:42:26 +03:00
config.py DocData: Skip language-specific ClassDoc without methods/constants 2020-06-18 11:29:28 +02:00
register_types.cpp Style: Enforce braces around if blocks and loops 2021-05-05 15:02:01 +02:00
register_types.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
SCsub SCons: Format buildsystem files with psf/black 2020-06-10 15:30:52 +02:00
visual_script.cpp Highlight control flow keywords with a different color 2021-05-25 00:31:39 +02:00
visual_script.h Highlight control flow keywords with a different color 2021-05-25 00:31:39 +02:00
visual_script_builtin_funcs.cpp The built in function math/seed was missing the sequenceport. 2021-06-01 12:52:18 +02:00
visual_script_builtin_funcs.h Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 2021-05-04 14:45:16 +02:00
visual_script_editor.cpp VisualScript: Fix wrongly setting default value on property hint change 2021-05-13 22:37:31 +02:00
visual_script_editor.h Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 2021-05-04 14:45:16 +02:00
visual_script_expression.cpp Style: Enforce braces around if blocks and loops 2021-05-05 15:02:01 +02:00
visual_script_expression.h Style: Enforce braces around if blocks and loops 2021-05-05 15:02:01 +02:00
visual_script_flow_control.cpp Style: Enforce braces around if blocks and loops 2021-05-05 15:02:01 +02:00
visual_script_flow_control.h Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 2021-05-04 14:45:16 +02:00
visual_script_func_nodes.cpp Style: Enforce braces around if blocks and loops 2021-05-05 15:02:01 +02:00
visual_script_func_nodes.h Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 2021-05-04 14:45:16 +02:00
visual_script_nodes.cpp Style: Enforce braces around if blocks and loops 2021-05-05 15:02:01 +02:00
visual_script_nodes.h Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 2021-05-04 14:45:16 +02:00
visual_script_property_selector.cpp Style: Enforce braces around if blocks and loops 2021-05-05 15:02:01 +02:00
visual_script_property_selector.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
visual_script_yield_nodes.cpp Style: Enforce braces around if blocks and loops 2021-05-05 15:02:01 +02:00
visual_script_yield_nodes.h Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 2021-05-04 14:45:16 +02:00