From 147c5e183f5e4506acf6909f25529a92eb893b3b Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Mon, 30 Jun 2014 09:12:14 +0000 Subject: [PATCH] Updated ChangeLog and AUTHORS file git-svn-id: http://svn.openscenegraph.org/osg/OpenSceneGraph/trunk@14332 16af8721-9629-0410-8352-f15c8da7e697 --- AUTHORS.txt | 6 ++--- ChangeLog | 73 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 76 insertions(+), 3 deletions(-) diff --git a/AUTHORS.txt b/AUTHORS.txt index 0550966aa..2092b46c3 100644 --- a/AUTHORS.txt +++ b/AUTHORS.txt @@ -1,4 +1,4 @@ -OpenSceneGraph Library 3.3.2 +OpenSceneGraph Library 3.3.3 528 Contributors: @@ -47,11 +47,11 @@ David Fries Andy Skinner Tom Jolley Paul Melis +Pjotr Svetachov Luc Frauciel Pavel Moloshtan Brad Christiansen Aurelien Albert -Pjotr Svetachov Olaf Flebbe Mathieu Marache Jason Daly @@ -119,6 +119,7 @@ Gordon Tomlinson Frederic Bouvier Carlo Camporesi Ben Discoe +Alexander Sinditskiy Thibault Genessay Sasa Bistrovic Ravi Mathur @@ -129,7 +130,6 @@ Loic Dachary Joseph Steel John Shue Brad Colbert -Alexander Sinditskiy Vivek Rajan Uwe Woessner Tony Horrobin diff --git a/ChangeLog b/ChangeLog index 489948d9e..8e7a1e789 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,76 @@ +2014-06-30 08:56 robert + + * CMakeLists.txt, include/osg/Version: Updated version number + +2014-06-30 08:46 robert + + * include/osg/Image: From Pjotr Svetachov, "Here is a small fix for + a overflow when editing large 3d volume data." + +2014-06-30 08:20 robert + + * src/osgPlugins/svg/ReaderWriterSVG.cpp: Removed space from + #include. + +2014-06-30 07:37 robert + + * src/osgPlugins/svg/ReaderWriterSVG.cpp: From Alexander + Sinditskiy, build fix to allow building against versions older + than librsvg-2.36.2 + +2014-06-28 06:22 robert + + * include/osg/ClusterCullingCallback: Replaced using + NodeCallback::run with explict run() implementation. + +2014-06-27 15:57 robert + + * src/osgPlugins/ive/DataOutputStream.cpp: From Pjotr Svetachov, "I + made a small change to DataOutputStream.cpp which makes saving + Geodes possible again. This is only half a fix as it only will + save a Drawable that is part of a Geode. But this change does not + require a version bump of the .ive format. I tried it with a few + datasets we have here with the 3.2 stable branch and the trunk + with this patch and there was no difference in the .ive files + that were produced." + +2014-06-27 15:55 robert + + * src/osgUtil/DelaunayTriangulator.cpp: Removed unused method. + +2014-06-27 15:48 robert + + * src/osgUtil/Tessellator.cpp: From Laurens Voerman, "attached is a + modified version of src/osgUtil/Tessellator.cpp + current code checks for a Nullpointer and on notify level info or + above will inform you with a crash, by dereferencing it." + +2014-06-27 15:39 robert + + * AUTHORS.txt: Updated AUTHORS file + +2014-06-27 15:38 robert + + * src/osg/ApplicationUsage.cpp: Added an OSG_INIT_SINGLETON_PROXY + to make sure that the ApplicationUsage singleton gets intialized + before usage. + +2014-06-27 15:36 robert + + * AUTHORS.txt: Updated AUTHORS file + +2014-06-27 15:30 robert + + * include/osg/Camera, src/osg/GraphicsContext.cpp, + src/osgViewer/CompositeViewer.cpp, src/osgViewer/Viewer.cpp: + Added a render order sort to the list of Cameras being tested by + the *Viewer::generatePointerData(..) method to ensure that the + highest Camera gets focus. + +2014-06-26 15:54 robert + + * ChangeLog: Update ChangeLog for dev release + 2014-06-26 14:16 robert * include/osg/KdTree, include/osg/NodeVisitor, src/osg/KdTree.cpp: