From 826d106346b3f7d74a4d7a216e8efd62f25b5d34 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastiano=20Mandal=C3=A0?= Date: Sun, 10 Jan 2021 12:29:57 +0000 Subject: [PATCH] Update CHANGELOG.md --- Svelto.ECS/CHANGELOG.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/Svelto.ECS/CHANGELOG.md b/Svelto.ECS/CHANGELOG.md index dd5f969..21cd81f 100644 --- a/Svelto.ECS/CHANGELOG.md +++ b/Svelto.ECS/CHANGELOG.md @@ -8,14 +8,13 @@ All notable changes to this project will be documented in this file. I created t * rearrange folders structures for clarity * added DoubleEntitiesEnumerator, as seen in MiniExample 4, to allow a double iteration of the same group skipping already checked tuples * reengineered the behaviour of WaitForSubmissionEnumerator -* removed redudant ISimpleEntitySubmissionScheduler interface +* removed redudant SimpleEntitySubmissionSchedulerInterface interface * renamed BuildGroup in to ExclusiveBuildGroup * renamed EntityComponentInitializer to EntityInitializer -* Entity Submission now can optionally be time slices (based on number of entities to submit per slice) -* working on the Unity extension Submission Engine, still wip +* Entity Submission now can optionally be time sliced (based on number of entities to submit per slice) +* working on the Unity extension Submission Engine, still WIP * added the possibility to hold a reference in a EntityViewComponent. This reference cannot be accesses as an object, but can be converted to the original object in OOP abstract layers * renamed NativeEntityComponentInitializer to NativeEntityInitializer -* ### Fixed