Commit Graph

9 Commits

Author SHA1 Message Date
35b072e1df Reworked the new GLOBAL_GET_CACHED macro. 2025-03-31 12:51:27 +02:00
lawnjelly
d149a59513 Add GLOBAL_GET cached macros.
GLOBAL_GET is an expensive operation which should not be used each frame / tick.
This PR adds macros which do a cheaper revision check, and only call the expensive GLOBAL_GET when project settings have changed.

Co-authored-by: Lukas Tenbrink <lukas.tenbrink@gmail.com>
2025-03-31 07:58:52 +02:00
Yufeng Ying
3b688f6162 Prevent inlining error print functions. 2025-03-31 07:45:49 +02:00
c7ac1db971 Clang format everything. 2024-07-16 21:23:54 +02:00
lawnjelly
1be9006ab0 Physics Interpolation - refactor Camera and fix get_camera_transform()
* Moves 3D Camera interpolation scene side.
* Automatically switches `get_camera_transform()` to report interpolated transform during `_process()`.
* Fixes `ClippedCamera` to work with physics interpolation.
2024-07-14 11:18:12 +02:00
337c99e52f File copyright header updates pt1. 2023-12-17 22:29:33 +01:00
92bc8ed3be Ported: Fix header guard in error_macros.h - madmiraal
e2dac6ecd9
2022-09-16 22:01:08 +02:00
9757c39f05 Moved a few more core classes. 2022-08-17 17:43:49 +02:00
be16fe23ad Moved the error macros. 2022-08-17 15:14:19 +02:00