This repository has been archived by the owner on May 30, 2024. It is now read-only.
Releases: myelin-ai/engine
Releases · myelin-ai/engine
0.14.1
0.14.0
0.13.0
associated_object_data
is a generic type instead of aVec<u8>
. All types that deal withObjectDescription
therefore have received a generic type parameterT
.ObjectBuilder::build
will return an error whenassociated_object_data()
is never called. This is not the case for types that implementDefault
.
0.12.0
0.11.0
0.10.0
0.9.0
World::is_body_passable
has been removed. UsePhysicalBody::passable
(returned byWorld::body
) instead.- The
passable
field on objects is respected byNphysicsWorld
:
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.