Mirror of Svelto.ECS because we're a fan of it
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

CHANGELOG.md 1000B

123456789101112131415161718192021
  1. # Changelog
  2. All notable changes to this project will be documented in this file. I created this file with Svelto.ECS version 3.1.
  3. ## [0.3.1]
  4. ### Changed
  5. * rearrange folders structures for clarity
  6. * added DoubleEntitiesEnumerator, as seen in MiniExample 4, to allow a double iteration of the same group skipping already checked tuples
  7. * reengineered the behaviour of WaitForSubmissionEnumerator
  8. * removed redudant ISimpleEntitySubmissionScheduler interface
  9. * renamed BuildGroup in to ExclusiveBuildGroup
  10. * renamed EntityComponentInitializer to EntityInitializer
  11. * Entity Submission now can optionally be time slices (based on number of entities to submit per slice)
  12. * working on the Unity extension Submission Engine, still wip
  13. * 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
  14. * renamed NativeEntityComponentInitializer to NativeEntityInitializer
  15. *
  16. ### Fixed