behaviour-tree-test/platform/web/export
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
..
editor_http_server.cpp Use temp dirs instead of cache dirs for export 2024-12-08 12:07:17 +00:00
editor_http_server.h Add GDSOFTCLASS to deeper inheritors of Object 2025-09-24 19:15:56 +01:00
export.cpp Editor: Restructure editor code 2025-07-04 18:18:22 +02:00
export.h Style: Replace header guards with #pragma once 2025-03-07 17:33:47 -06:00
export_plugin.cpp Move RenderingServer enums to a dedicated RenderingServerEnums (RSE) namespace 2026-02-25 19:43:03 +01:00
export_plugin.h Misc cleanup in EditorExportPlatform 2025-10-29 22:25:37 +01:00
logo.svg Style: Enforce trailing newlines on svgs 2025-02-18 11:02:45 -06:00
run_icon.svg Style: Enforce trailing newlines on svgs 2025-02-18 11:02:45 -06:00