From e211354b4d797d53d5c20d31339d560350d6e9a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Leclercq?= Date: Wed, 17 Jan 2018 15:43:38 +0100 Subject: [PATCH] Updated ChangeLog.md --- ChangeLog.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ChangeLog.md b/ChangeLog.md index 80276aa97..27ff205ed 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -9,6 +9,9 @@ Miscellaneous: - Updated stb_image to version 2.16 and stb_image_write to version 1.07 (allowing support for JPEG writing) - ⚠️ Renamed extlibs folder to thirdparty - Partial fix for Premake regenerating projects for no reason +- FirstScene now uses the EventHandler (#151) +- ⚠️ Rename Prerequesites.hpp to Prerequisites.hpp (#153) +- Updated premake5-linux64 with a nightly to fix a build error when a previous version of Nazara was installed on the system. Nazara Engine: - VertexMapper:GetComponentPtr no longer throw an error if component is disabled or incompatible with template type, instead a null pointer is returned. @@ -53,6 +56,7 @@ Nazara Engine: - Fix OBJParser relative offsets handling - Add JPEG image saver - Update Constraint2Ds classes (Add : Ref, Library, ConstRef, New function and Update : ctors) +- Fix LuaClass not working correctly when Lua stack wasn't empty Nazara Development Kit: - Added ImageWidget (#139) @@ -84,6 +88,7 @@ Nazara Development Kit: - Fix PhysicsComponent3D copy which was not copying physics state (such as mass, mass center, damping values, gravity factor and auto-sleep mode) - Fix TextAreaWidget::Clear crash - Add ConstraintComponent2D class +- Fix CollisionComponent3D initialization (teleportation to their real coordinates) which could sometimes mess up the physics scene. # 0.4: