From 2f7193ee4c7b12fb7ae16c83d28ed33edcfffd49 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Tue, 30 Jun 2015 09:51:05 +0000 Subject: [PATCH] Updated ChangeLog and AUTHORS files git-svn-id: http://svn.openscenegraph.org/osg/OpenSceneGraph/trunk@14929 16af8721-9629-0410-8352-f15c8da7e697 --- AUTHORS.txt | 6 ++--- ChangeLog | 78 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 81 insertions(+), 3 deletions(-) diff --git a/AUTHORS.txt b/AUTHORS.txt index daf2d69b6..04d27767a 100644 --- a/AUTHORS.txt +++ b/AUTHORS.txt @@ -1,4 +1,4 @@ -OpenSceneGraph Library 3.3.8 +OpenSceneGraph Library 3.3.9 548 Contributors: @@ -64,6 +64,7 @@ Chris Denham Terry Welsh Serge Lages Romano José Magacho da Silva +Jannik Heller Alberto Farre Torben Dannhauer Sherman Wilcox @@ -73,7 +74,6 @@ Andr Adrian Egli Ruben Lopez Randall Hopper -Jannik Heller Jan Ciger Glenn Waldron Sebastian Messerschmidt @@ -313,6 +313,7 @@ Daniel Trstenjak Craig Bosma Claus Scheiblauer Christophe Loustaunau +Christian Kehl Bradley Baker Searles Brad Anderegg Aric Aumann @@ -516,7 +517,6 @@ Christopher Blaesius Christopher Baker Christophe Herreman Christian Noon -Christian Kehl Christian Kaser Christian Ehrlicher Chris McGlone diff --git a/ChangeLog b/ChangeLog index 3acd529e1..06db343cd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,81 @@ +2015-06-30 09:11 robert + + * include/osg/ClipControl, include/osg/GLExtensions, + include/osg/StateAttribute, src/osg/CMakeLists.txt, + src/osg/ClipControl.cpp, src/osg/GLExtensions.cpp: From Mathias + Froehlich, "Attached a new state attribute implementing the + glClipControl that appeared with GL4.5." + +2015-06-30 08:39 robert + + * src/osgViewer/Viewer.cpp: Quitened down debug for ViewConfig + argument parsing + +2015-06-30 08:38 robert + + * src/osgPlugins/ogr/ReaderWriterOGR.cpp: Build fix for GLDAL>=2 + +2015-06-26 09:40 robert + + * include/osg/Vec2f: From Christian Kehl, added Vec2::set(const + Vec2) method + +2015-06-19 09:51 robert + + * src/osgUtil/RenderStage.cpp: From Jannik Heller, fixed + clearReferencesToDependentCameras() calls + +2015-06-17 16:25 robert + + * src/osgUtil/GLObjectsVisitor.cpp: Fixed handling of use + GLObjectsVisitor for modifying scene graph state without + compiling to OpenGL so that the visitor can be run safely without + a graphics context being current. + +2015-06-16 17:18 robert + + * src/osgQt/CMakeLists.txt: Small tidy up to make script more + readable. + +2015-06-16 17:17 robert + + * src/osgPlugins/qfont/CMakeLists.txt: Added QT_QTCORE_INCLUDE_DIR + entry to qfont plugin build to fix Qt4 build under Linux + +2015-06-15 19:59 robert + + * include/osgQt/GraphicsWindowQt, + include/osgQt/QFontImplementation, + include/osgQt/QGraphicsViewAdapter, include/osgQt/QWebViewImage, + include/osgQt/QWidgetImage, src/osgQt/CMakeLists.txt, + src/osgQt/Version.in: From Jannik Heller, "I've added the check + for Qt version mismatches into osgQt as suggested in + http://forum.openscenegraph.org/viewtopic.php?t=14999. + + When an application is built with Qt4, but osgQt was built with + Qt5 (or vice versa), upon #includeing osgQt users will receive an + #error aborting the build. + + This at least provides a proper error message rather than a + crash, while we are working on better fixes for the problem." + +2015-06-15 13:51 robert + + * include/osg/GLDefines: Experiment with how to define GLsizeiptr. + +2015-06-15 13:51 robert + + * CMakeLists.txt: Upated version number + +2015-06-12 20:23 robert + + * include/OpenThreads/Exports: Removed old and unused windows code + path to avoid confusion + +2015-06-12 11:28 robert + + * ChangeLog: Updated ChangeLog + 2015-06-12 08:04 robert * src/osgText/TextBase.cpp: From Farshid Lashkari, "I've modified