Browse Source

doc: updated changelog and credits.

pull/442/head
Vladimír Vondruš 6 years ago
parent
commit
806e080008
  1. 3
      doc/changelog.dox
  2. 8
      doc/credits.dox
  3. 1
      src/Magnum/Trade/PhongMaterialData.cpp
  4. 1
      src/Magnum/Trade/PhongMaterialData.h

3
doc/changelog.dox

@ -287,6 +287,9 @@ See also:
- @ref Trade::PhongMaterialData now supports both color and texture instead - @ref Trade::PhongMaterialData now supports both color and texture instead
of just one or the other, can reference normal textures as well and of just one or the other, can reference normal textures as well and
specfify texture coordinate transform specfify texture coordinate transform
- @ref Trade::PhongMaterialData now supports non-default texture coordinate
sets (see [mosra/magnum#278](https://github.com/mosra/magnum/pull/278),
[mosra/magnum#438](https://github.com/mosra/magnum/pull/438))
- Added @ref Trade::AbstractImporter::setFlags() and - Added @ref Trade::AbstractImporter::setFlags() and
@ref Trade::AbstractImageConverter::setFlags() for configuring common @ref Trade::AbstractImageConverter::setFlags() for configuring common
plugin behavior such as output verbosity level; exposed also via a new plugin behavior such as output verbosity level; exposed also via a new

8
doc/credits.dox

@ -139,10 +139,10 @@ Are the below lists missing your name or something's wrong?
- **Jan Dupal** ([\@JanDupal](https://github.com/JanDupal)) --- Homebrew - **Jan Dupal** ([\@JanDupal](https://github.com/JanDupal)) --- Homebrew
package for `magnum-bindings` package for `magnum-bindings`
- **Jonathan Hale** ([\@Squareys](https://github.com/Squareys)) --- - **Jonathan Hale** ([\@Squareys](https://github.com/Squareys)) ---
@ref Audio library enhancements, @ref Platform::GlfwApplication and @ref Audio and @ref Trade library enhancements,
@ref Platform::EmscriptenApplication implementation, frustum and cone @ref Platform::GlfwApplication and @ref Platform::EmscriptenApplication
culling, bug reports, Windows build improvements, documentation implementation, frustum and cone culling, bug reports, Windows build
improvements and tons of other stuff improvements, documentation improvements and tons of other stuff
- **Joel Clay** ([\@jclay](https://github.com/jclay)) --- Vcpkg packages - **Joel Clay** ([\@jclay](https://github.com/jclay)) --- Vcpkg packages
- **Konstantinos Chatzilygeroudis** ([\@costashatz](https://github.com/costashatz)) - **Konstantinos Chatzilygeroudis** ([\@costashatz](https://github.com/costashatz))
--- Debian package, improvements to @ref Platform::GlfwApplication and --- Debian package, improvements to @ref Platform::GlfwApplication and

1
src/Magnum/Trade/PhongMaterialData.cpp

@ -3,6 +3,7 @@
Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019 Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019
Vladimír Vondruš <mosra@centrum.cz> Vladimír Vondruš <mosra@centrum.cz>
Copyright © 2020 Jonathan Hale <squareys@googlemail.com>
Permission is hereby granted, free of charge, to any person obtaining a Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the "Software"), copy of this software and associated documentation files (the "Software"),

1
src/Magnum/Trade/PhongMaterialData.h

@ -5,6 +5,7 @@
Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019 Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019
Vladimír Vondruš <mosra@centrum.cz> Vladimír Vondruš <mosra@centrum.cz>
Copyright © 2020 Jonathan Hale <squareys@googlemail.com>
Permission is hereby granted, free of charge, to any person obtaining a Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the "Software"), copy of this software and associated documentation files (the "Software"),

Loading…
Cancel
Save