Fill changelog

This commit is contained in:
Lynix 2018-09-05 22:42:39 +02:00
parent b631f3d3da
commit 8bcb8756f9
1 changed files with 1 additions and 0 deletions

View File

@ -144,6 +144,7 @@ Nazara Engine:
- Fixed TcpClient::WaitForConnected possible failure (although connected) on Windows/Linux - Fixed TcpClient::WaitForConnected possible failure (although connected) on Windows/Linux
- CullingList now handles box tests - CullingList now handles box tests
- ⚠️ CullingList now handles full and partial visibility testing - ⚠️ 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: Nazara Development Kit:
- Added ImageWidget (#139) - Added ImageWidget (#139)