godot-module-template/modules/jolt_physics
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
..
joints Remove call to PhysicsServer3D from Jolt Physics implementation 2025-12-05 13:52:42 +01:00
misc Style: Replace header guards with #pragma once 2025-03-07 17:33:47 -06:00
objects Move RenderingServer enums to a dedicated RenderingServerEnums (RSE) namespace 2026-02-25 19:43:03 +01:00
shapes Don't right-align escaped newlines, e.g. for #define. This has previously led to long diffs in the commit history. 2026-02-04 19:31:28 +01:00
spaces Share one JoltTempAllocator instance across all JoltSpace3D 2026-02-25 17:16:20 +01:00
config.py Linux: Drop ppc32 (32-bit PowerPC) architecture support 2025-05-14 10:22:12 +02:00
jolt_globals.cpp Jolt: Add null checks to jolt_free and jolt_aligned_free 2025-11-04 08:43:55 -06:00
jolt_globals.h Style: Replace header guards with #pragma once 2025-03-07 17:33:47 -06:00
jolt_physics_server_3d.cpp Share one JoltTempAllocator instance across all JoltSpace3D 2026-02-25 17:16:20 +01:00
jolt_physics_server_3d.h Share one JoltTempAllocator instance across all JoltSpace3D 2026-02-25 17:16:20 +01:00
jolt_project_settings.cpp Core: Cleanup headers in core/config 2025-10-06 09:20:56 -05:00
jolt_project_settings.h Remove Jolt Physics project setting "Areas Detect Static Bodies" 2025-06-03 09:52:57 +02:00
register_types.cpp Move server files into their subfolders 2025-09-30 19:39:39 -07:00
register_types.h Style: Replace header guards with #pragma once 2025-03-07 17:33:47 -06:00
SCsub Revert "SCons: Add CPPEXTPATH for external includes" 2025-10-06 13:09:22 -05:00