From a8a0a0008d3c15b07abd6fcd6aede42e1ba7a197 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Wed, 7 Nov 2018 08:21:34 +0100 Subject: [PATCH] Updated changelog and credits. --- CREDITS.md | 2 ++ doc/changelog.dox | 6 ++++++ 2 files changed, 8 insertions(+) diff --git a/CREDITS.md b/CREDITS.md index bc033f24c..b0c74fa56 100644 --- a/CREDITS.md +++ b/CREDITS.md @@ -83,6 +83,8 @@ Listing only people with code contributions, because otherwise there's too many improvements - Stefan Wasilewski ([@smw](https://github.com/smw)) -- macOS port improvements +- Thomas Tissot-Dupont ([@dolphineye](https://github.com/dolphineye)) --- + OpenGL ES compatiblity improvements - Travis Watkins ([@amaranth](https://github.com/amaranth)) -- support for windowless applications under macOS diff --git a/doc/changelog.dox b/doc/changelog.dox index 92233b2f1..534a9b07c 100644 --- a/doc/changelog.dox +++ b/doc/changelog.dox @@ -51,6 +51,9 @@ See also: - @ref Animation::Player::resume() that acts the same as @ref Animation::Player::play() "play()" except it doesn't restart the animation from the start if it is already playing +- Added @ref Animation::Player::advance(T, std::initializer_list>>) + for advancing multiple players at the same time @subsubsection changelog-latest-new-math Math library @@ -85,6 +88,9 @@ See also: @ref Platform::GlfwApplication on X11 DEs that don't create any `RESOURCE_MANAGER` (see [mosra/magnum#290](https://github.com/mosra/magnum/issues/290)) - The @ref GL::Context::States enum set was missing value combining operators +- Fixed @ref Text::DistanceFieldGlyphCache internal formats on ES2 devices + that support @gl_extension{EXT,texture_storage} (see + [mosra/magnum#289](https://github.com/mosra/magnum/pull/289)) @subsection changelog-latest-docs Documentation