Update changelog

This commit is contained in:
Lynix 2018-09-11 21:16:27 +02:00
parent 53aa9ea170
commit 602bdbe292
1 changed files with 4 additions and 0 deletions

View File

@ -146,6 +146,10 @@ Nazara Engine:
- 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. - Added math class Angle, capable of handling both degrees and radians angles and converting them to euler angles/quaternions to improve 2D interface.
- ⚠️ Widgets have been reworked and no longer have padding, but instead have preferred, maximum and minimum size.
- ⚠️ BaseWidget::SetSize has been renamed to BaseWidget::Resize
- Added BaseWidget::ForEachWidgetChild
- Added experimental BoxLayout class
Nazara Development Kit: Nazara Development Kit:
- Added ImageWidget (#139) - Added ImageWidget (#139)