From 94ede1b324c48d4d2a90f501595fbfee3a9851a2 Mon Sep 17 00:00:00 2001 From: Michele Caini Date: Wed, 21 Feb 2018 22:24:23 +0100 Subject: [PATCH] updated TODO --- TODO | 3 --- 1 file changed, 3 deletions(-) diff --git a/TODO b/TODO index 184a521bf..7139a1c39 100644 --- a/TODO +++ b/TODO @@ -1,9 +1,6 @@ * FilteredView (decorator with a member method that accepts a filter function to apply to the entities returned by the underlying view) * custom allocators and EnTT allocator-aware in general (long term feature, I don't actually need it at the moment) - see #22 -* document the whole framework (long term feature, it makes sense but I've not much time to spend on it unfortunately) - see #28 * to analyze, long term feature: systems organizer based on dependency graphs for implicit parallelism (I don't want to think anymore in future :-)) * save/restore functionalities - see #27 - * parent-child relationships between entities directly managed by the registry. is it possible to do that in a clean and safe way? - * AOB