behaviour-tree-test/tests
Rémi Verschelde f5a290ac46
Move RenderingServer enums to a dedicated RenderingServerEnums (RSE) namespace
A number of headers in the codebase included `rendering_server.h` just for
some enum definitions. This means that any change to `rendering_server.h` or
one of its dependencies would trigger a massive incremental rebuild.

With this change, we decouple a number of classes from `rendering_server.h`,
greatly speeding up incremental rebuilds for that area.

On my machine, this reduces incremental compilation time after an edit of
`rendering_server.h` by 60s (from 2m57s).
2026-02-25 19:43:03 +01:00
..
compatibility_test Run linter on run_compatibility_test.py. 2026-02-18 14:27:21 -08:00
core Merge pull request #116541 from Ivorforce/a-variant-shaped-pool 2026-02-21 12:17:01 -06:00
data Add Image.load_exr_from_buffer and enable tinyexr by default 2025-11-21 18:58:26 +01:00
python_build CI: Fix executable perms for various files 2025-12-15 11:23:03 -06:00
scene Move RenderingServer enums to a dedicated RenderingServerEnums (RSE) namespace 2026-02-25 19:43:03 +01:00
servers Move RenderingServer enums to a dedicated RenderingServerEnums (RSE) namespace 2026-02-25 19:43:03 +01:00
create_test.py Style: Integrate #pragma once in builders/checks 2025-03-07 17:32:33 -06:00
display_server_mock.cpp Tests: Tidy up compiled tests 2026-02-19 19:31:09 -06:00
display_server_mock.h Tests: Tidy up compiled tests 2026-02-19 19:31:09 -06:00
SCsub Tests: Tidy up compiled tests 2026-02-19 19:31:09 -06:00
signal_watcher.cpp Tests: Tidy up compiled tests 2026-02-19 19:31:09 -06:00
signal_watcher.h Tests: Tidy up compiled tests 2026-02-19 19:31:09 -06:00
test_builders.py Tests: Convert test headers to compilation files 2026-02-19 07:36:26 -06:00
test_macros.cpp
test_macros.h Move variant pools to their own compile unit. 2026-02-21 13:24:17 +01:00
test_main.cpp Move RenderingServer enums to a dedicated RenderingServerEnums (RSE) namespace 2026-02-25 19:43:03 +01:00
test_main.h Style: Replace header guards with #pragma once 2025-03-07 17:33:47 -06:00
test_tools.h Tests: Convert test headers to compilation files 2026-02-19 07:36:26 -06:00
test_utils.cpp Tests: Convert test headers to compilation files 2026-02-19 07:36:26 -06:00
test_utils.h Tests: Convert test headers to compilation files 2026-02-19 07:36:26 -06:00