|
@@ -4,17 +4,17 @@
|
|
|
* add examples (and credits) from @alanjfs :)
|
|
* add examples (and credits) from @alanjfs :)
|
|
|
|
|
|
|
|
WIP:
|
|
WIP:
|
|
|
|
|
+* add registry::storage id -> basic_sparse_set (no template arg), add example of use
|
|
|
* fast-contains for sparse sets (low prio but nice-to-have)
|
|
* fast-contains for sparse sets (low prio but nice-to-have)
|
|
|
-* runtime components (registry), runtime events (dispatcher/emitter), runtime context variables ...
|
|
|
|
|
|
|
+* runtime events (dispatcher/emitter), runtime context variables...
|
|
|
* runtime_view/registry, remove reference to basic_sparse_set<E>
|
|
* runtime_view/registry, remove reference to basic_sparse_set<E>
|
|
|
-* make pools available (registry/view/group), review operator| for views, make views accept registry to ctor
|
|
|
|
|
|
|
+* make pools available (view/group), review operator| for views, make views accept registry to ctor
|
|
|
* 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
|
|
|
* custom allocators all over
|
|
* custom allocators all over
|
|
|
|
|
|
|
|
WIP:
|
|
WIP:
|
|
|
* customizable any_vtable, sfinae-friendly definition and op::custom for user-def
|
|
* customizable any_vtable, sfinae-friendly definition and op::custom for user-def
|
|
|
* resource, forward the id to the loader from the cache and if constexpr the call to load, update doc and describe customization points
|
|
* resource, forward the id to the loader from the cache and if constexpr the call to load, update doc and describe customization points
|
|
|
-* allow to register custom pools by name with the registry
|
|
|
|
|
* add user data to type_info
|
|
* add user data to type_info
|
|
|
* headless (sparse set only) view
|
|
* headless (sparse set only) view
|
|
|
* write documentation for custom storages and views!!
|
|
* write documentation for custom storages and views!!
|