Browse Source

Updated credits and changelog.

pull/226/head
Vladimír Vondruš 8 years ago
parent
commit
c64a028b2d
  1. 4
      CREDITS.md
  2. 16
      doc/changelog.dox

4
CREDITS.md

@ -32,8 +32,8 @@ Contributors to Magnum library
- [@wivlaro](https://github.com/wivlaro) -- numerous bug reports, macOS - [@wivlaro](https://github.com/wivlaro) -- numerous bug reports, macOS
fixes, feature improvements fixes, feature improvements
- Jonathan Hale ([@Squareys](https://github.com/Squareys)) -- Audio library - Jonathan Hale ([@Squareys](https://github.com/Squareys)) -- Audio library
enhancements, GlfwApplication implementation, frustum culling, bug reports, enhancements, GlfwApplication implementation, frustum and cone culling, bug
documentation improvements reports, documentation improvements
- Gerhard de Clercq -- Windows RT (Store/Phone) port - Gerhard de Clercq -- Windows RT (Store/Phone) port
- Ashwin Ravichandran ([@](ashrko619)[https://github.com/ashrko619]) -- - Ashwin Ravichandran ([@](ashrko619)[https://github.com/ashrko619]) --
Bézier curve implementation Bézier curve implementation

16
doc/changelog.dox

@ -42,6 +42,15 @@ See also:
@subsubsection changelog-lates-new-math Math library @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() - Added @ref Math::Constants::piQuarter()
- Ability to convert @ref Math::BoolVector from and to external - Ability to convert @ref Math::BoolVector from and to external
representation representation
@ -69,6 +78,11 @@ See also:
@ref Platform::GlfwApplication::GLConfiguration "GLConfiguration" rework in @ref Platform::GlfwApplication::GLConfiguration "GLConfiguration" rework in
2018.04 (see [mosra/magnum#246](https://github.com/mosra/magnum/pull/246)) 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 @section changelog-2018-04 2018.04
Released 2018-05-01, tagged as 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 - 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)) curves (see [mosra/magnum#165](https://github.com/mosra/magnum/pull/165))
- New @ref Math::Frustum class and @ref Math::Geometry::Intersection::pointFrustum(), - 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) [mosra/magnum#185](https://github.com/mosra/magnum/pull/185)
- New @ref Math::Half class, @link Math::Literals::operator""_h @endlink - New @ref Math::Half class, @link Math::Literals::operator""_h @endlink
literal and @ref Math::packHalf() and @ref Math::unpackHalf() functions literal and @ref Math::packHalf() and @ref Math::unpackHalf() functions

Loading…
Cancel
Save