virtualx-engine/core
Craig-Stoneham 604df4fc83 Improve Template Class Conditionals (Code Style)
Refactored the following template classes by replacing runtime checks with compile-time checks using if constexpr for improved code clarity and maintainability:

- RID_Alloc
- SortArray
- PagedAllocator

Changes made:

- Updated conditional checks for THREAD_SAFE in the RID_Alloc class.
- Updated conditional checks for Validate in the SortArray class.
- Updated conditional checks for thread_safe in the PagedAllocator class.
2024-08-25 18:10:51 +01:00
..
config Merge pull request #94799 from m4gr3d/memory_allocation_cleanup_and_optimizations 2024-08-16 23:45:39 +02:00
crypto [Crypto] Expose TLSOptions getters 2024-06-14 22:33:10 +02:00
debugger Fix Game window stops responding when debugger pauses 2024-07-10 13:38:57 -07:00
error Fixed Timestep Interpolation: MultiMesh 2024-08-18 17:14:59 +02:00
extension Fix reload of GDExtension libraries in framework package on macos 2024-08-08 08:31:49 -06:00
input Merge pull request #94799 from m4gr3d/memory_allocation_cleanup_and_optimizations 2024-08-16 23:45:39 +02:00
io Merge pull request #94801 from gamelessone/fix-cond-var 2024-08-21 11:14:22 +02:00
math Simplify and fix Rect2/AABB get_support function 2024-08-19 23:55:31 -07:00
object Merge pull request #93602 from aaronp64/inspector_latency 2024-08-22 00:10:26 +02:00
os Add debug utilities for Vulkan 2024-08-21 23:48:08 +02:00
string Merge pull request #94683 from kisg/string_name_fix 2024-08-19 16:05:16 +02:00
templates Improve Template Class Conditionals (Code Style) 2024-08-25 18:10:51 +01:00
variant Simplify and fix Rect2/AABB get_support function 2024-08-19 23:55:31 -07:00
core_bind.cpp Add Metal support for macOS (arm64) and iOS 2024-08-20 12:11:06 +02:00
core_bind.h Add Metal support for macOS (arm64) and iOS 2024-08-20 12:11:06 +02:00
core_builders.py
core_constants.cpp
core_constants.h
core_globals.cpp
core_globals.h
core_string_names.cpp
core_string_names.h
doc_data.cpp
doc_data.h
register_core_types.cpp Split TranslationServer into its own file 2024-08-15 15:00:47 +08:00
register_core_types.h
SCsub
typedefs.h
version.h