From 8bcb8756f938d2bdff09b82e3e1910946cb6962d Mon Sep 17 00:00:00 2001 From: Lynix Date: Wed, 5 Sep 2018 22:42:39 +0200 Subject: [PATCH] Fill changelog --- ChangeLog.md | 1 + 1 file changed, 1 insertion(+) diff --git a/ChangeLog.md b/ChangeLog.md index fb8d26b03..ae9f1cda3 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -144,6 +144,7 @@ Nazara Engine: - Fixed TcpClient::WaitForConnected possible failure (although connected) on Windows/Linux - CullingList now handles box tests - ⚠️ CullingList now handles full and partial visibility testing +- Added math class Angle, capable of handling both degrees and radians angles and converting them to euler angles/quaternions to improve 2D interface. Nazara Development Kit: - Added ImageWidget (#139)