Browse Source

doc: updated credits and changelog.

pull/419/merge
Vladimír Vondruš 2 years ago
parent
commit
adfd0a80bd
  1. 4
      doc/changelog.dox
  2. 2
      doc/credits.dox
  3. 1
      src/Magnum/Platform/GlfwApplication.cpp
  4. 1
      src/Magnum/Platform/GlfwApplication.h

4
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

2
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

1
src/Magnum/Platform/GlfwApplication.cpp

@ -7,6 +7,7 @@
Copyright © 2016, 2018 Jonathan Hale <squareys@googlemail.com>
Copyright © 2019 Konstantinos Chatzilygeroudis <costashatz@gmail.com>
Copyright © 2019, 2020 Marco Melorio <m.melorio@icloud.com>
Copyright © 2022 Andreas Leroux <andreas.leroux@epitech.eu>
Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the "Software"),

1
src/Magnum/Platform/GlfwApplication.h

@ -9,6 +9,7 @@
Copyright © 2016, 2018 Jonathan Hale <squareys@googlemail.com>
Copyright © 2019 Konstantinos Chatzilygeroudis <costashatz@gmail.com>
Copyright © 2019, 2020 Marco Melorio <m.melorio@icloud.com>
Copyright © 2022 Andreas Leroux <andreas.leroux@epitech.eu>
Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the "Software"),

Loading…
Cancel
Save