Browse Source

updated authors and todo files

Michele Caini 3 years ago
parent
commit
d17ac421ec
2 changed files with 3 additions and 1 deletions
  1. 2 0
      AUTHORS
  2. 1 1
      TODO

+ 2 - 0
AUTHORS

@@ -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

+ 1 - 1
TODO

@@ -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