Quellcode durchsuchen

-: updated TODO

Michele Caini vor 3 Jahren
Ursprung
Commit
000b17881b
1 geänderte Dateien mit 11 neuen und 0 gelöschten Zeilen
  1. 11 0
      TODO

+ 11 - 0
TODO

@@ -14,7 +14,18 @@ DOC:
 TODO (high prio):
 * check natvis files (periodically :)
 * remove the static storage from the const assure in the registry
+* make the entity storage available to the end user
 * pop_if to improve further destroying entities (drastically)
+* natvis specialization for entity storage (length and validity)
+* next version traits scoped function
+* improve sigh mixin for entity storage (split basic + entt/entt spec)
+* doc: exclude only views, storage entity, bump entities
+* deprecate/remove registry reserve, capacity, empty, data, destroyed, release and so on
+* force check entity storage position within the registry
+* simplify assert in registry::release, use orphan instead or refine it (they're close already)
+* refine views and groups to use scoped iterators from entity storage and the like
+* turn spawn-with-iter into a spawn(N) -> iter to first element
+* test exclude-only views
 
 WIP:
 * get rid of observers, storage based views made them pointless - document alternatives