updated authors and todo files

This commit is contained in:
Michele Caini
2022-04-28 16:36:55 +02:00
parent 049e529f66
commit d17ac421ec
2 changed files with 3 additions and 1 deletions

View File

@@ -16,6 +16,7 @@ cugone
dbacchet dbacchet
dBagrat dBagrat
djarek djarek
DNKpp
DonKult DonKult
drglove drglove
eliasdaler eliasdaler
@@ -41,6 +42,7 @@ Oortonaut
Paolo-Oliverio Paolo-Oliverio
pgruenbacher pgruenbacher
prowolf prowolf
Qix-
stefanofiorentino stefanofiorentino
suVrik suVrik
szunhammer szunhammer

2
TODO
View File

@@ -15,7 +15,7 @@ WIP:
* make non-const registry::get use const assure or the like * make non-const registry::get use const assure or the like
* emitter: runtime handlers, allocator support (ready for both already) * emitter: runtime handlers, allocator support (ready for both already)
* view/group: no storage_traits dependency -> use storage instead of components for the definition * view/group: no storage_traits dependency -> use storage instead of components for the definition
* basic_storage::bind for cross-registry setups * basic_storage::bind for cross-registry setups (see and remove todo from entity_copy.cpp)
* uses-allocator construction: any (with allocator support), poly, ... * uses-allocator construction: any (with allocator support), poly, ...
* process scheduler: reviews, use free lists internally * process scheduler: reviews, use free lists internally
* iterator based try_emplace vs try_insert for perf reasons * iterator based try_emplace vs try_insert for perf reasons