Michele Caini 3 лет назад
Родитель
Сommit
a1e5855f2b
1 измененных файлов с 2 добавлено и 5 удалено
  1. 2 5
      TODO

+ 2 - 5
TODO

@@ -11,18 +11,15 @@ DOC:
 * examples (and credits) from @alanjfs :)
 
 WIP:
-* fix meta iterators, they copy handles in some cases O.o
 * add storage getter for filters to views and groups
-* remove storage::base_type, make views extract the sparse set directly
-* 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
+* view: no storage_traits dependency -> use storage instead of components for the definition
 * 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
 * dedicated entity storage, in-place O(1) release/destroy for non-orphaned entities, out-of-sync model
-* entity-only and exclude-only views
+* entity-only and exclude-only views (both solved with entity storage and storage<void>)
 * custom allocators all over (registry, ...)
 * consider removing ENTT_NOEXCEPT, use ENTT_NOEXCEPT_IF (or noexcept(...)) as appropriate in any case (ie make compressed_pair conditionally noexcept)
 * add test for maximum number of entities reached