From adfd0a80bd96cb15eab0ceaeebedc8953c72a239 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Sat, 5 Oct 2024 18:28:59 +0200 Subject: [PATCH] doc: updated credits and changelog. --- doc/changelog.dox | 4 ++++ doc/credits.dox | 2 ++ src/Magnum/Platform/GlfwApplication.cpp | 1 + src/Magnum/Platform/GlfwApplication.h | 1 + 4 files changed, 8 insertions(+) diff --git a/doc/changelog.dox b/doc/changelog.dox index dafddb84a..db4da7c3f 100644 --- a/doc/changelog.dox +++ b/doc/changelog.dox @@ -327,6 +327,10 @@ See also: and @relativeref{Platform::EmscriptenApplication::GLConfiguration,Flag::PowerPreferenceHighPerformance} flags allowing to pick either a low power, high performance or default behavior (see [mosra/magnum#500](https://github.com/mosra/magnum/issues/500)). +- Added @ref Platform::GlfwApplication::setMinimalLoopPeriod() and + @relativeref{Platform::GlfwApplication,tickEvent()} to match the interface + of @ref Platform::Sdl2Application (see [mosra/magnum#577](https://github.com/mosra/magnum/issues/577) + and [mosra/magnum#580](https://github.com/mosra/magnum/pull/580)) @subsubsection changelog-latest-new-scenegraph SceneGraph library diff --git a/doc/credits.dox b/doc/credits.dox index 94c0cf8ed..e13c03fe5 100644 --- a/doc/credits.dox +++ b/doc/credits.dox @@ -96,6 +96,8 @@ Are the below lists missing your name or something's wrong? --- Multi-channel support in the @ref Audio library, standard conformance; float, double, A-Law and μ-Law format support in the @ref Audio::WavImporter "WavAudioImporter" plugin +- **Andréas Leroux** ([\@AndreasLrx](https://github.com/AndreasLrx))** --- + tick event implementation in @ref Platform::GlfwApplication - **Andrew ([\@sheerluck](https://github.com/sheerluck))** --- Gentoo package fixes - **Andy Maloney** ([\@asmaloney](https://github.com/asmaloney)) --- CMake diff --git a/src/Magnum/Platform/GlfwApplication.cpp b/src/Magnum/Platform/GlfwApplication.cpp index 481b2e1ed..a35cb9e51 100644 --- a/src/Magnum/Platform/GlfwApplication.cpp +++ b/src/Magnum/Platform/GlfwApplication.cpp @@ -7,6 +7,7 @@ Copyright © 2016, 2018 Jonathan Hale Copyright © 2019 Konstantinos Chatzilygeroudis Copyright © 2019, 2020 Marco Melorio + Copyright © 2022 Andreas Leroux Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), diff --git a/src/Magnum/Platform/GlfwApplication.h b/src/Magnum/Platform/GlfwApplication.h index 4b575da24..a16f8b217 100644 --- a/src/Magnum/Platform/GlfwApplication.h +++ b/src/Magnum/Platform/GlfwApplication.h @@ -9,6 +9,7 @@ Copyright © 2016, 2018 Jonathan Hale Copyright © 2019 Konstantinos Chatzilygeroudis Copyright © 2019, 2020 Marco Melorio + Copyright © 2022 Andreas Leroux Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"),