Browse Source

updated TODO

Michele Caini 3 years ago
parent
commit
a1e5855f2b
1 changed files with 2 additions and 5 deletions
  1. 2 5
      TODO

+ 2 - 5
TODO

@@ -11,18 +11,15 @@ DOC:
 * examples (and credits) from @alanjfs :)
 * examples (and credits) from @alanjfs :)
 
 
 WIP:
 WIP:
-* fix meta iterators, they copy handles in some cases O.o
 * add storage getter for filters to views and groups
 * 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)
 * 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)
 * 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
 * dedicated entity storage, in-place O(1) release/destroy for non-orphaned entities, out-of-sync model
 * 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, ...)
 * 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)
 * 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
 * add test for maximum number of entities reached