godot/editor/debugger
Yevhen Babiichuk (DustDFG) af6d260c17 Don't include core/io/image.h in core/os/os.h
`core/os/os.h` doesn't use `core/io/image.h`. It just brings
transitive dependencies. Lots of dependencies because `core/os/os.h`
is transitively included in almost every file of godot

Also added `core/io/image.h` into files^1 where `Ref<Image>` and `core/os/os.h`
were used to prevent obscure errors involving `Ref<Image>`

^1 except those which include `core/io/image_loader.h` or `core/io/image.h` by
corresponding .h file with the same name

Signed-off-by: Yevhen Babiichuk (DustDFG) <dfgdust@gmail.com>
Co-authored-by: A Thousand Ships <96648715+AThousandShips@users.noreply.github.com>
2024-10-18 19:04:19 +03:00
..
debug_adapter Bump DAP requests timeout to 5 seconds 2024-10-03 21:57:24 +01:00
editor_debugger_inspector.cpp Add expression evaluater to debugger (REPL) 2024-10-01 15:36:09 +02:00
editor_debugger_inspector.h Add expression evaluater to debugger (REPL) 2024-10-01 15:36:09 +02:00
editor_debugger_node.cpp Expose EditorUndoRedoManager's clear_history() 2024-08-29 19:23:39 +02:00
editor_debugger_node.h Fix weird plural public method names 2024-08-27 13:37:37 -04:00
editor_debugger_server.cpp Parse fragment from URL 2024-09-27 19:42:30 +08:00
editor_debugger_server.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
editor_debugger_tree.cpp Fixed Remote Nodes missing custom icons 2024-10-15 22:28:53 +03:00
editor_debugger_tree.h Add collapse/expand right click option to remote scene view 2024-07-12 14:33:34 +01:00
editor_expression_evaluator.cpp Support REPL expressions through DAP evaluate request 2024-10-03 21:28:38 +01:00
editor_expression_evaluator.h Add expression evaluater to debugger (REPL) 2024-10-01 15:36:09 +02:00
editor_file_server.cpp [Editor] Expose more editor settings to documentation 2024-09-12 15:34:49 +02:00
editor_file_server.h Redo how the remote filesystem works 2023-05-08 11:57:54 +02:00
editor_performance_profiler.cpp [Scene] Add SceneStringNames::font(_size/_color) 2024-06-18 17:24:27 +02:00
editor_performance_profiler.h Add const lvalue ref to editor/* container parameters 2024-02-26 15:28:15 -03:00
editor_profiler.cpp Don't include core/io/image.h in core/os/os.h 2024-10-18 19:04:19 +03:00
editor_profiler.h Implement Autostart Feature for Profiler / Visual Profiler / Network Profiler 2024-09-10 19:40:42 +02:00
editor_visual_profiler.cpp Don't include core/io/image.h in core/os/os.h 2024-10-18 19:04:19 +03:00
editor_visual_profiler.h Implement Autostart Feature for Profiler / Visual Profiler / Network Profiler 2024-09-10 19:40:42 +02:00
script_editor_debugger.cpp Support REPL expressions through DAP evaluate request 2024-10-03 21:28:38 +01:00
script_editor_debugger.h Support REPL expressions through DAP evaluate request 2024-10-03 21:28:38 +01:00
SCsub SCons: Add unobtrusive type hints in SCons files 2024-09-25 09:34:35 -05:00