From c64a028b2dd26b9bff603c0927b62228e859139b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Wed, 25 Apr 2018 10:47:47 +0200 Subject: [PATCH] Updated credits and changelog. --- CREDITS.md | 4 ++-- doc/changelog.dox | 16 +++++++++++++++- 2 files changed, 17 insertions(+), 3 deletions(-) diff --git a/CREDITS.md b/CREDITS.md index d809b8615..c48a01c5c 100644 --- a/CREDITS.md +++ b/CREDITS.md @@ -32,8 +32,8 @@ Contributors to Magnum library - [@wivlaro](https://github.com/wivlaro) -- numerous bug reports, macOS fixes, feature improvements - Jonathan Hale ([@Squareys](https://github.com/Squareys)) -- Audio library - enhancements, GlfwApplication implementation, frustum culling, bug reports, - documentation improvements + enhancements, GlfwApplication implementation, frustum and cone culling, bug + reports, documentation improvements - Gerhard de Clercq -- Windows RT (Store/Phone) port - Ashwin Ravichandran ([@](ashrko619)[https://github.com/ashrko619]) -- Bézier curve implementation diff --git a/doc/changelog.dox b/doc/changelog.dox index 737aae7de..e50033c9c 100644 --- a/doc/changelog.dox +++ b/doc/changelog.dox @@ -42,6 +42,15 @@ See also: @subsubsection changelog-lates-new-math Math library +- Added @ref Math::Geometry::Intersection::rangeFrustum(), + @ref Math::Geometry::Intersection::aabbFrustum(), + @ref Math::Geometry::Intersection::sphereFrustum(), + @ref Math::Geometry::Intersection::pointCone(), + @ref Math::Geometry::Intersection::pointDoubleCone(), + @ref Math::Geometry::Intersection::sphereConeView(), + @ref Math::Geometry::Intersection::sphereCone(), + @ref Math::Geometry::Intersection::aabbCone(), + @ref Math::Geometry::Intersection::rangeCone() - Added @ref Math::Constants::piQuarter() - Ability to convert @ref Math::BoolVector from and to external representation @@ -69,6 +78,11 @@ See also: @ref Platform::GlfwApplication::GLConfiguration "GLConfiguration" rework in 2018.04 (see [mosra/magnum#246](https://github.com/mosra/magnum/pull/246)) +@subsection changelog-latest-deprecated Deprecated APIs + +- `Math::Geometry::Intersection::boxFrustum()` is deprecated, use + @ref Math::Geometry::Intersection::rangeFrustum() instead + @section changelog-2018-04 2018.04 Released 2018-05-01, tagged as @@ -711,7 +725,7 @@ a high-level overview. - New @ref Math::Bezier class for handling N-dimensional M-order Bézier curves (see [mosra/magnum#165](https://github.com/mosra/magnum/pull/165)) - New @ref Math::Frustum class and @ref Math::Geometry::Intersection::pointFrustum(), - @ref Math::Geometry::Intersection::boxFrustum() functions (see + `Math::Geometry::Intersection::boxFrustum()` functions (see [mosra/magnum#185](https://github.com/mosra/magnum/pull/185) - New @ref Math::Half class, @link Math::Literals::operator""_h @endlink literal and @ref Math::packHalf() and @ref Math::unpackHalf() functions