Browse Source

Update CHANGELOG.md

pull/57/head
Sebastiano Mandalà GitHub 3 years ago
parent
commit
826d106346
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 4 deletions
  1. +3
    -4
      Svelto.ECS/CHANGELOG.md

+ 3
- 4
Svelto.ECS/CHANGELOG.md View File

@@ -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


Loading…
Cancel
Save