behaviour-tree-test/modules/gltf/structures
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
..
gltf_accessor.compat.inc GLTF: Support 64-bit sizes in glTF import and export 2025-06-05 12:40:21 -07:00
gltf_accessor.cpp GLTF: Use const Vector internally instead of TypedArray copies 2025-11-27 23:08:42 -08:00
gltf_accessor.h GLTF: Use const Vector internally instead of TypedArray copies 2025-11-27 23:08:42 -08:00
gltf_animation.cpp Use const ref parameters in the GLTF module 2025-11-13 18:19:26 -08:00
gltf_animation.h Use const ref parameters in the GLTF module 2025-11-13 18:19:26 -08:00
gltf_buffer_view.compat.inc GLTF: Support 64-bit sizes in glTF import and export 2025-06-05 12:40:21 -07:00
gltf_buffer_view.cpp GLTF: zero out padding bytes when encoding buffer views 2025-12-30 18:51:18 -08:00
gltf_buffer_view.h GLTF: Move accessor encoding functions to GLTFAccessor 2025-10-21 08:42:29 -07:00
gltf_camera.cpp Use const ref parameters in the GLTF module 2025-11-13 18:19:26 -08:00
gltf_camera.h Use const ref parameters in the GLTF module 2025-11-13 18:19:26 -08:00
gltf_mesh.cpp Use const ref parameters in the GLTF module 2025-11-13 18:19:26 -08:00
gltf_mesh.h Move RenderingServer enums to a dedicated RenderingServerEnums (RSE) namespace 2026-02-25 19:43:03 +01:00
gltf_node.cpp Use const ref parameters in the GLTF module 2025-11-13 18:19:26 -08:00
gltf_node.h Use const ref parameters in the GLTF module 2025-11-13 18:19:26 -08:00
gltf_object_model_property.cpp Use actual class names in resource type hints 2026-01-29 21:07:56 +01:00
gltf_object_model_property.h GLTF: Determine the component type when encoding object model properties 2025-11-14 18:15:59 -08:00
gltf_skeleton.cpp Use const ref parameters in the GLTF module 2025-11-13 18:19:26 -08:00
gltf_skeleton.h Use const ref parameters in the GLTF module 2025-11-13 18:19:26 -08:00
gltf_skin.cpp Use actual class names in resource type hints 2026-01-29 21:07:56 +01:00
gltf_skin.h Use const ref parameters in the GLTF module 2025-11-13 18:19:26 -08:00
gltf_texture.cpp One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
gltf_texture.h Style: Replace header guards with #pragma once 2025-03-07 17:33:47 -06:00
gltf_texture_sampler.cpp One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
gltf_texture_sampler.h Style: Replace header guards with #pragma once 2025-03-07 17:33:47 -06:00