Michele Caini 2 éve
szülő
commit
d78c26f266
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      TODO

+ 1 - 1
TODO

@@ -16,11 +16,11 @@ TODO (high prio):
 * rework view tests with typed tests and whatnot
 * further optimize exclusion lists in multi type views (no existence check)
 * further improve the snapshot stuff, ie component functions
+* do not include entity storage in the storage list (37f396bfe385d78b3ff67605e261ec20f16acb76)
 
 WIP:
 * get rid of observers, storage based views made them pointless - document alternatives
 * exploit the tombstone mechanism to allow enabling/disabling entities (see bump, compact and clear for further details)
-* basic_storage::bind for cross-registry setups (see and remove todo from entity_copy.cpp)
 * process scheduler: reviews, use free lists internally
 * deprecate non-owning groups in favor of owning views and view packs, introduce lazy owning views
 * bring nested groups back in place (see bd34e7f)