From be6a56d76a178633dea19c5ef72d13fa9e5799d8 Mon Sep 17 00:00:00 2001 From: Lynix Date: Sat, 17 Feb 2018 14:22:33 +0100 Subject: [PATCH] Update ChangeLog --- ChangeLog.md | 1 + 1 file changed, 1 insertion(+) diff --git a/ChangeLog.md b/ChangeLog.md index 44e9d219d..203821b57 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -67,6 +67,7 @@ Nazara Engine: - Add PhysWorld2D::UseSpatialHash to use spatial hashing instead of bounding box trees, which may speedup simulation in some cases. - Add PhysWorld[2D|3D] max step count per Step call (default: 50), to avoid spirals of death when the physics engine simulation time is over step size. - Fix Window triggering KeyPressed event after triggering a resize/movement event on Windows +- (WIP) Add support for materials and callbacks to Physics3D module. Nazara Development Kit: - Added ImageWidget (#139)