1
0
Fork 0
godot/core/config
lawnjelly f8f350a32a 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-04-30 15:08:50 +01:00
..
SCsub SCons: Add unobtrusive type hints in SCons files 2024-09-25 09:34:35 -05:00
engine.cpp Inline static variables (part 1) 2025-04-29 18:10:44 +02:00
engine.h Inline static variables (part 1) 2025-04-29 18:10:44 +02:00
project_settings.cpp Add `GLOBAL_GET` cached macros. 2025-04-30 15:08:50 +01:00
project_settings.h Add `GLOBAL_GET` cached macros. 2025-04-30 15:08:50 +01:00