behaviour-tree-test/core/templates
Thaddeus Crews 9b7a723aac
Merge pull request #107721 from YYF233333/ps_include
Remove dependency of `variant.h` in `print_string.h`
2025-09-22 08:50:04 -05:00
..
a_hash_map.cpp
a_hash_map.h Rename internal fields and variables in AHashMap, HashMap and HashSet for consistency. 2025-09-17 19:10:02 +02:00
bin_sorted_array.h
bit_field.h Core: Add dedicated BitField template 2025-04-11 11:53:26 -05:00
command_queue_mt.cpp
command_queue_mt.h
cowdata.h Add 64-bit versions of core power of 2 functions 2025-06-01 23:11:12 -07:00
fixed_vector.h Add missing headers in FixedVector and Span 2025-05-30 13:41:45 +08:00
hash_map.h Rename internal fields and variables in AHashMap, HashMap and HashSet for consistency. 2025-09-17 19:10:02 +02:00
hash_set.h Rename internal fields and variables in AHashMap, HashMap and HashSet for consistency. 2025-09-17 19:10:02 +02:00
hashfuncs.h Make more types (Callable, Signal) conversion to String explicit. 2025-06-10 23:55:35 +02:00
interpolated_property.cpp Physics Interpolation - Move 3D FTI to SceneTree 2025-04-26 14:13:30 +01:00
interpolated_property.h Physics Interpolation - Move 3D FTI to SceneTree 2025-04-26 14:13:30 +01:00
list.h Reuse and optimize sorting logic for List, SelfList, and HashMap 2025-06-04 10:18:22 -04:00
local_vector.h Use reserve in LocalVector::resize, to restore expected growth behavior. 2025-06-21 11:23:05 +02:00
lru.h
paged_allocator.h
paged_array.h
pair.h Core: Convert Pair/KeyValue to constexpr 2025-05-15 10:37:41 -05:00
pass_func.h
pooled_list.h Un-support force_trivial parameter for LocalVector. Instead, users are reformatted to use resize_uninitialized to make it explicit that the resize does not initialize missing elements. 2025-05-27 18:43:36 +02:00
rb_map.h
rb_set.h
rid.h
rid_owner.cpp
rid_owner.h Remove dependency of variant.h in print_string.h 2025-09-19 14:57:36 +08:00
ring_buffer.h Use LocalVector for RingBuffer 2025-05-21 13:50:10 -04:00
safe_list.h
safe_refcount.h
SCsub
self_list.h Reuse and optimize sorting logic for List, SelfList, and HashMap 2025-06-04 10:18:22 -04:00
simple_type.h
sort_array.h Fix issue with array comparison reference 2025-07-09 20:22:09 -07:00
sort_list.h Reuse and optimize sorting logic for List, SelfList, and HashMap 2025-06-04 10:18:22 -04:00
span.h Added Find Sequence to Spans 2025-09-16 12:37:07 -07:00
tuple.h Comments spelling fixes 2025-06-15 01:36:10 +02:00
vector.h Add resize_initialized and resize_uninitialized to Vector. These functions serve as replacements for resize, to make sure the caller understands whether elements need to be initialized 'by hand' after the call. 2025-05-26 18:35:41 +02:00
vset.h Move bisect to Span and deduplicate code. 2025-05-14 18:19:09 +08:00