godot/editor/debugger
Hugo Locurcio ca7e92ed39
Request attention on the editor window when done recording a movie
Recording a movie can take a long time, so the user may not be
paying attention to the editor while leaving a movie rendering
in the background.

This also allows editor plugins to access the state of Movie Maker mode
within the editor (and set it).
2022-06-26 02:26:38 +02:00
..
debug_adapter Clean up Hash Functions 2022-06-20 12:54:19 +02:00
editor_debugger_inspector.cpp i18n: Misc fixes translation strings 2022-06-08 12:57:54 +02:00
editor_debugger_inspector.h Add a new HashSet template 2022-05-20 22:40:38 +02:00
editor_debugger_node.cpp Request attention on the editor window when done recording a movie 2022-06-26 02:26:38 +02:00
editor_debugger_node.h Clean up Hash Functions 2022-06-20 12:54:19 +02:00
editor_debugger_server.cpp Replace most uses of Map by HashMap 2022-05-16 10:37:48 +02:00
editor_debugger_server.h Replace most uses of Map by HashMap 2022-05-16 10:37:48 +02:00
editor_debugger_tree.cpp Add the button pressed to some signals in Tree 2022-05-21 17:16:52 +02:00
editor_debugger_tree.h Add the button pressed to some signals in Tree 2022-05-21 17:16:52 +02:00
editor_network_profiler.cpp Port existing _notification code to use switch statements (part 1/3) 2022-02-16 11:38:24 +01:00
editor_network_profiler.h Replace most uses of Map by HashMap 2022-05-16 10:37:48 +02:00
editor_performance_profiler.cpp Move duplicate AutoWrap, Overrun and VisibleChar behavior enums to the TextServer. 2022-06-16 16:49:37 +03:00
editor_performance_profiler.h Replace most uses of Map by HashMap 2022-05-16 10:37:48 +02:00
editor_profiler.cpp Increase the editor profiler frame history default and maximum limit 2022-05-28 01:03:32 +02:00
editor_profiler.h Add a new HashSet template 2022-05-20 22:40:38 +02:00
editor_visual_profiler.cpp Increase the editor profiler frame history default and maximum limit 2022-05-28 01:03:32 +02:00
editor_visual_profiler.h Style: Partially apply clang-tidy's cppcoreguidelines-pro-type-member-init 2022-05-02 16:28:25 +02:00
script_editor_debugger.cpp Move duplicate AutoWrap, Overrun and VisibleChar behavior enums to the TextServer. 2022-06-16 16:49:37 +03:00
script_editor_debugger.h Add the button pressed to some signals in Tree 2022-05-21 17:16:52 +02:00
SCsub Implemented initial DAP support 2021-08-02 10:43:35 +01:00