From 9dbbcac01eba09a75ad4f4c8a85bec203858f95e Mon Sep 17 00:00:00 2001 From: Michele Caini Date: Fri, 17 Feb 2023 09:09:36 +0100 Subject: [PATCH] -: updated TODO --- TODO | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/TODO b/TODO index 8e0b59976..56b28c57d 100644 --- a/TODO +++ b/TODO @@ -17,8 +17,9 @@ TODO (high prio): * pop_if to improve further destroying entities (drastically) * 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 * registry::destroy avoid pack if entity storage iterators already +* registry: replace destroy with a drop-all method that doesn't care about validity +* registry: review assign mechanism, maybe it's worth to drop it * test signals on entity creation/destruction/update * test exclude-only views