behaviour-tree-test/editor
Rémi Verschelde 727b06a79f
Move ProcessID typedef out of OS
This allows decoupling a number of files from `os.h`.
2026-03-04 15:00:45 +01:00
..
animation Explicitly include core/os/os.h where used 2026-03-04 09:54:10 +01:00
asset_library Explicitly include core/config/engine.h where used 2026-03-04 10:17:10 +01:00
audio Style: Add class_db.h includes explicitly 2026-02-26 15:50:28 -06:00
debugger Move ProcessID typedef out of OS 2026-03-04 15:00:45 +01:00
doc Explicitly include core/config/engine.h where used 2026-03-04 10:17:10 +01:00
docks Decouple RenderingServer from as much of the codebase as possible 2026-03-03 12:48:07 +01:00
export Move ProcessID typedef out of OS 2026-03-04 15:00:45 +01:00
file_system Explicitly include core/os/os.h where used 2026-03-04 09:54:10 +01:00
gui Explicitly include core/os/os.h where used 2026-03-04 09:54:10 +01:00
icons Merge pull request #115794 from TokageItLab/toggle-trackball 2026-02-05 09:32:35 -06:00
import Explicitly include core/os/os.h where used 2026-03-04 09:54:10 +01:00
inspector Explicitly include core/os/os.h where used 2026-03-04 09:54:10 +01:00
plugins Explicitly include core/config/engine.h where used 2026-03-04 10:17:10 +01:00
project_manager Move ProcessID typedef out of OS 2026-03-04 15:00:45 +01:00
project_upgrade Style: Add class_db.h includes explicitly 2026-02-26 15:50:28 -06:00
run Move ProcessID typedef out of OS 2026-03-04 15:00:45 +01:00
scene Move ProcessID typedef out of OS 2026-03-04 15:00:45 +01:00
script Decouple RenderingServer from as much of the codebase as possible 2026-03-03 12:48:07 +01:00
settings Explicitly include core/config/engine.h where used 2026-03-04 10:17:10 +01:00
shader Explicitly include core/os/os.h where used 2026-03-04 09:54:10 +01:00
themes Explicitly include core/os/os.h where used 2026-03-04 09:54:10 +01:00
translations rm class_db.h from resource.h 2026-02-27 19:08:29 -05:00
version_control Explicitly include core/os/os.h where used 2026-03-04 09:54:10 +01:00
editor_builders.py [Editor] Handle spaces in paths when generating translations 2026-01-14 12:42:36 +01:00
editor_data.cpp Style: Add class_db.h includes explicitly 2026-02-26 15:50:28 -06:00
editor_data.h Updated unsaved scene dialog to show the time the scene was opened if the scene was last saved before the editor was stared instead of editor startup time. 2026-02-15 14:29:55 -07:00
editor_interface.compat.inc Style: Add class_db.h includes explicitly 2026-02-26 15:50:28 -06:00
editor_interface.cpp Explicitly include core/config/engine.h where used 2026-03-04 10:17:10 +01:00
editor_interface.h Add EditorInterface::get_unsaved_scenes() 2026-02-23 11:36:02 -06:00
editor_log.cpp Explicitly include core/os/os.h where used 2026-03-04 09:54:10 +01:00
editor_log.h Add bottom dock tab style setting 2025-11-25 00:04:04 +01:00
editor_main_screen.cpp rm class_db.h from resource.h 2026-02-27 19:08:29 -05:00
editor_main_screen.h
editor_node.cpp Move ProcessID typedef out of OS 2026-03-04 15:00:45 +01:00
editor_node.h Move ProcessID typedef out of OS 2026-03-04 15:00:45 +01:00
editor_string_names.h
editor_undo_redo_manager.compat.inc Style: Add class_db.h includes explicitly 2026-02-26 15:50:28 -06:00
editor_undo_redo_manager.cpp Style: Add class_db.h includes explicitly 2026-02-26 15:50:28 -06:00
editor_undo_redo_manager.h Correctly handle discarding of saved redo 2025-11-10 00:25:34 +01:00
register_editor_types.cpp Explicitly include core/config/engine.h where used 2026-03-04 10:17:10 +01:00
register_editor_types.h
SCsub
template_builders.py