From d17ac421ecd90edb723611d8a2dad3f1f486c464 Mon Sep 17 00:00:00 2001 From: Michele Caini Date: Thu, 28 Apr 2022 16:36:55 +0200 Subject: [PATCH] updated authors and todo files --- AUTHORS | 2 ++ TODO | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/AUTHORS b/AUTHORS index b49cf2f84..13b5fed31 100644 --- a/AUTHORS +++ b/AUTHORS @@ -16,6 +16,7 @@ cugone dbacchet dBagrat djarek +DNKpp DonKult drglove eliasdaler @@ -41,6 +42,7 @@ Oortonaut Paolo-Oliverio pgruenbacher prowolf +Qix- stefanofiorentino suVrik szunhammer diff --git a/TODO b/TODO index 2af92f545..fb02ebaca 100644 --- a/TODO +++ b/TODO @@ -15,7 +15,7 @@ WIP: * make non-const registry::get use const assure or the like * emitter: runtime handlers, allocator support (ready for both already) * view/group: no storage_traits dependency -> use storage instead of components for the definition -* basic_storage::bind for cross-registry setups +* basic_storage::bind for cross-registry setups (see and remove todo from entity_copy.cpp) * uses-allocator construction: any (with allocator support), poly, ... * process scheduler: reviews, use free lists internally * iterator based try_emplace vs try_insert for perf reasons