From f7e1be8e1d685b8bfd29835dc2f36229e30c3ad7 Mon Sep 17 00:00:00 2001 From: Tjakka5 Date: Tue, 10 Dec 2019 12:22:15 +0100 Subject: [PATCH] Remove todo list --- TODO | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 TODO diff --git a/TODO b/TODO deleted file mode 100644 index 33fc816..0000000 --- a/TODO +++ /dev/null @@ -1,15 +0,0 @@ -[x] Modify pools and list to be more efficient -[x] Rework Entity:give to remove any previous component and re-add it. -[x] Add Entity:ensure (maybe?) -[ ] Put pools in the Instance and invert dependency. -[ ] Share pools between systems -[x] Remove System callbacks -[x] Put .added and .removed in pools so they can be iterated over -[x] Implement assemblages -[x] Do :apply automatically with marked entities -[x] Remove Entity.components. Use Entity[Component] instead - -[ ] Add missing documentation -[ ] Fix current documentation -[ ] Write unit tests -[ ] Write examples