Parcourir la source

updated authors and todo files

Michele Caini il y a 3 ans
Parent
commit
d17ac421ec
2 fichiers modifiés avec 3 ajouts et 1 suppressions
  1. 2 0
      AUTHORS
  2. 1 1
      TODO

+ 2 - 0
AUTHORS

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

+ 1 - 1
TODO

@@ -15,7 +15,7 @@ WIP:
 * make non-const registry::get use const assure or the like
 * emitter: runtime handlers, allocator support (ready for both already)
 * 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, ...
 * process scheduler: reviews, use free lists internally
 * iterator based try_emplace vs try_insert for perf reasons