godot/modules/visual_script
Jonas Bernemann 3b18aa4910 Rename missing shortcut names in visual script editor
With the change of the shortcuts for common actions like delete, copy
and paste the delete menu items in the visual script editor for members
where missing because of a missing shortcut.
2021-06-08 20:03:19 +02:00
..
doc_classes Style: Cleanup uses of double spaces between words 2021-06-07 11:03:08 +02:00
icons Optimize SVG using svgcleaner --multipass 2020-10-25 10:02:37 +01:00
config.py DocData: Skip language-specific ClassDoc without methods/constants 2020-06-17 15:09:07 +02:00
register_types.cpp Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
register_types.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
SCsub SCons: Format buildsystem files with psf/black 2020-03-30 09:05:53 +02:00
visual_script.cpp [Net] Refactor RPCs, remove RSETs 2021-06-01 17:24:21 +02:00
visual_script.h [Net] Refactor RPCs, remove RSETs 2021-06-01 17:24:21 +02:00
visual_script_builtin_funcs.cpp The built in function math/seed was missing the sequenceport. 2021-05-22 14:01:35 +02:00
visual_script_builtin_funcs.h Replace ColorN and from HTML with a string constructor 2021-02-01 17:27:19 -05:00
visual_script_editor.cpp Rename missing shortcut names in visual script editor 2021-06-08 20:03:19 +02:00
visual_script_editor.h Add get_base_editor to ScriptEditorBase 2021-05-15 18:47:00 +07:00
visual_script_expression.cpp Fixes small typos and grammar correction 2021-03-12 19:05:16 +05:30
visual_script_expression.h Improve resource load cache 2021-02-11 15:44:28 -03:00
visual_script_flow_control.cpp Fixes small typos and grammar correction 2021-03-12 19:05:16 +05:30
visual_script_flow_control.h Improve resource load cache 2021-02-11 15:44:28 -03:00
visual_script_func_nodes.cpp [Net] Refactor RPCs, remove RSETs 2021-06-01 17:24:21 +02:00
visual_script_func_nodes.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
visual_script_nodes.cpp Rename Quat to Quaternion 2021-06-04 18:14:32 +01:00
visual_script_nodes.h Improve resource load cache 2021-02-11 15:44:28 -03:00
visual_script_property_selector.cpp Improve TreeItem API and allow to move nodes 2021-05-17 22:06:46 +02:00
visual_script_property_selector.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
visual_script_yield_nodes.cpp Fixes small typos and grammar correction 2021-03-12 19:05:16 +05:30
visual_script_yield_nodes.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00