Skip to content
This repository has been archived by the owner on May 30, 2024. It is now read-only.

Releases: myelin-ai/engine

0.14.1

09 Sep 08:22
0457e86
Compare
Choose a tag to compare
  • Mockiato has been updated to '0.9'
  • ncollide has been updated to '0.20'
  • nphysics has been updated to '0.12'

0.14.0

17 Jun 12:19
fa9acdf
Compare
Choose a tag to compare
  • Mockiato has been updated to "0.8"

0.13.0

06 May 12:18
ca1f180
Compare
Choose a tag to compare
  • associated_object_data is a generic type instead of a Vec<u8>. All types that deal with ObjectDescription therefore have received a generic type parameter T.
  • ObjectBuilder::build will return an error when associated_object_data() is never called. This is not the case for types that implement Default.

0.12.0

26 Apr 08:42
fbbffe8
Compare
Choose a tag to compare
  • ObjectBehavior::as_any no longer needs to be implemented manually.
  • Mocks for ObjectBehavior and Simulation are now generated by mockiato.

0.11.0

30 Apr 12:04
97a23b7
Compare
Choose a tag to compare
  • Mockiato has been updated to 0.4

0.10.0

30 Apr 12:05
5c90404
Compare
Choose a tag to compare
  • Mockiato has been updated to 0.3
  • geometry has been updated to 2.4

0.9.0

30 Apr 12:05
Compare
Choose a tag to compare
  • World::is_body_passable has been removed. Use PhysicalBody::passable (returned by World::body) instead.
  • The passable field on objects is respected by NphysicsWorld:
    Passable objects can overlap with other objects including other passable objects.
  • All traits except ObjectBehavior have been sealed and can therefore no longer be implemented by other crates.
  • The trait NphysicsRotationTranslator has been removed to simplify the internal API.

0.8.0

30 Apr 12:05
cc26877
Compare
Choose a tag to compare
  • Expose objects_in_ray through WorldIterator::find_objects_in_ray

0.7.0

30 Apr 12:05
4045072
Compare
Choose a tag to compare
  • Re-export myelin_geometry as geometry