From 795cc7646fbe20aa6a8204c2bd0c7b512dbdf42b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20M=C3=B6bius?= Date: Fri, 5 Jan 2018 09:57:50 +0100 Subject: [PATCH] Updated changelog --- Documentation/DeveloperHelpSources/changelog.docu | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/Documentation/DeveloperHelpSources/changelog.docu b/Documentation/DeveloperHelpSources/changelog.docu index 59779796..e4bf77f2 100644 --- a/Documentation/DeveloperHelpSources/changelog.docu +++ b/Documentation/DeveloperHelpSources/changelog.docu @@ -9,9 +9,17 @@ - Queued cross plugin interconnection feature - Use QOpenGLWidget - Switched to Qt command line parsing and removed SimpleOpt + - ACG + - Clamp shininess in Materialnode (caused GL Errors) + - Better Material support in Materialnode (emissive and refractive materials) - Plugins + - OBJ + - Read emissive and refractive materials - Primitives - Added Torus + - PropertyViz + - Support Build without OVM (Thanks to Matthias Moeller for the patch) + - Added normalized checkbox to vizualize vectors as colors - SelectionBase - added signal and slot to add widgets for selectionParameters to the selectioninterface - VSI @@ -28,6 +36,8 @@ - Make sure that resource filenames are unique - Split Type plugins into separate builds and remove types from pluginlib - Make all plugins submodules and therefore standalone git repositories + - don't recognize type dependency as fulfilled when type plugin is in source tree but not built (e.g. type plugin misses dependencies) (Thanks to Matthias Moeller for the patch) + - Reduced number of includes to speedup comilation - OpenFlipper 3.1 ( 2016/10/12 ) - General -- GitLab