|
|
@@ -16,12 +16,9 @@ TODO (high prio):
|
|
|
* 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)
|
|
|
* 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
|
|
|
-* refine views and groups to use scoped iterators from entity storage and the like
|
|
|
-* use entity as value_type for entity storage, define begin/end as scoped iterators
|
|
|
* test exclude-only views
|
|
|
|
|
|
WIP:
|