godot/core/templates
A Thousand Ships 904ecb1d36
[Core] Prevent copying of SelfList and SelfList::List
Copying of these types is unsafe and should be detected

Also removed unnecessary constructors for `TileMap` `DebugQuadrant` and
`RenderingQuadrant` which used copying of `SelfList::List`
2024-01-07 00:48:23 +01:00
..
bin_sorted_array.h
command_queue_mt.cpp
command_queue_mt.h
cowdata.h
hash_map.h
hash_set.h
hashfuncs.h [Core] Fix crash when hashing empty CharString 2023-11-26 17:35:27 +01:00
list.h Fixup thread-owned lambda bookkeeping on thread exit (take 2) 2023-11-23 18:50:20 +01:00
local_vector.h
lru.h
oa_hash_map.h
paged_allocator.h Make PagedAllocator more compatible (esp., with HashMap) 2023-12-20 12:05:27 +01:00
paged_array.h fix: data race in PagedArray 2024-01-03 13:17:01 +11:00
pair.h
pass_func.h
pooled_list.h
rb_map.h RBMap: Add explicit copy operators to iterators 2023-12-15 13:14:59 +01:00
rb_set.h
rid_owner.cpp
rid_owner.h
rid.h
ring_buffer.h
safe_list.h
safe_refcount.h Replace sanity with safety for checks 2023-10-08 16:22:24 +02:00
SCsub
search_array.h
self_list.h [Core] Prevent copying of SelfList and SelfList::List 2024-01-07 00:48:23 +01:00
simple_type.h
sort_array.h
vector.h
vmap.h
vset.h