virtualx-engine/editor/debugger
Rémi Verschelde 11572c6e30
Editor: Cleanup some includes dependencies
Removes some unnecessary includes from `editor_node.h`, and instead add
those where they're used.

Removes unnecessary `editor_node.h` includes in various editor classes.

Renames `dynamicfont` to `dynamic_font` in a couple files.

Misc cleanup while jumping through that rabbit hole.
2022-02-15 14:54:15 +01:00
..
debug_adapter Editor: Cleanup some includes dependencies 2022-02-15 14:54:15 +01:00
editor_debugger_inspector.cpp String: Add contains(). 2022-02-04 01:28:02 +05:45
editor_debugger_inspector.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
editor_debugger_node.cpp Remove most EditorNode constructor parameters and fields 2022-02-14 14:16:24 +01:00
editor_debugger_node.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
editor_debugger_server.cpp Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
editor_debugger_server.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
editor_debugger_tree.cpp Improve compilation speed (forward declarations/includes cleanup) 2022-02-12 02:46:22 +01:00
editor_debugger_tree.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
editor_network_profiler.cpp Revert "Add missing SNAME macro optimization to all theme methods call" 2022-02-08 10:17:25 +01:00
editor_network_profiler.h [Debugger] Move most profilers to ServersDebugger. 2022-02-06 17:36:48 +01:00
editor_performance_profiler.cpp Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
editor_performance_profiler.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
editor_profiler.cpp Revert "Add missing SNAME macro optimization to all theme methods call" 2022-02-08 10:17:25 +01:00
editor_profiler.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
editor_visual_profiler.cpp Revert "Add missing SNAME macro optimization to all theme methods call" 2022-02-08 10:17:25 +01:00
editor_visual_profiler.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
script_editor_debugger.cpp Remove most EditorNode constructor parameters and fields 2022-02-14 14:16:24 +01:00
script_editor_debugger.h Editor: Cleanup some includes dependencies 2022-02-15 14:54:15 +01:00
SCsub Implemented initial DAP support 2021-08-02 10:43:35 +01:00