Browse Source

doc: updated credits and changelog.

pull/651/merge
Vladimír Vondruš 1 year ago
parent
commit
1281576c63
  1. 2
      doc/changelog.dox
  2. 3
      doc/credits.dox
  3. 1
      src/Magnum/Platform/AndroidApplication.cpp

2
doc/changelog.dox

@ -850,6 +850,8 @@ See also:
@relativeref{Platform::Sdl2Application,scanCodeToKey()} and
@ref Platform::GlfwApplication::keyToScanCode() helpers for key / scan code
conversion outside of event handlers
- Updated @ref Platform::AndroidApplication to not use a deprecated API that
was removed in NDK 27 ([mosra/magnum#659](https://github.com/mosra/magnum/pull/659))
@subsubsection changelog-latest-changes-scenegraph SceneGraph library

3
doc/credits.dox

@ -151,7 +151,8 @@ Are the below lists missing your name or something's wrong?
improvements to Debian package building experience
- **Hilario Pérez Corona** ([\@hpcorona](https://github.com/hpcorona)) ---
improvements to @cb{.cmake} android_create_apk() @ce
- **[\@hsdk123](https://github.com/hsdk123)** --- CMake improvements
- **[\@hsdk123](https://github.com/hsdk123)** --- CMake improvements, Android
platform updates
- **Hugo Amnov** ([\@hugoam](https://github.com/hugoam)) --- Additions,
usability improvements and performance optimization in the @ref GL library,
buildsystem improvements and STL usage cleanup

1
src/Magnum/Platform/AndroidApplication.cpp

@ -5,6 +5,7 @@
2020, 2021, 2022, 2023, 2024, 2025
Vladimír Vondruš <mosra@centrum.cz>
Copyright © 2021 nodoteve <nodoteve@yandex.com>
Copyright © 2025 hsdk123 <daegon.dhsk@outlook.com>
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