SDK/ListenerSystem: Handle velocity in a generic way (no longer require a VelocityComponent)

This commit is contained in:
Lynix
2018-04-08 17:52:12 +02:00
parent 3c4c0fab66
commit ae2fd0069a
2 changed files with 10 additions and 10 deletions

View File

@@ -119,6 +119,7 @@ Nazara Development Kit:
- World now has an internal profiler, allowing to measure the refresh and system update time
- CollisionComponent[2D|3D] and PhysicsComponent[2D|3D] now configures their internal RigidBody userdata to the entity ID they belong to (useful for callbacks).
- Fixed EntityList copy/movement assignment operator which was not properly unregistering contained entities.
- ListenerSystem now handles velocity in a generic way (no longer require a VelocityComponent and is compatible with physics)
# 0.4: