Updated ChangeLog and AUTHORS file
git-svn-id: http://svn.openscenegraph.org/osg/OpenSceneGraph/trunk@14332 16af8721-9629-0410-8352-f15c8da7e697
This commit is contained in:
parent
9d5a510441
commit
147c5e183f
@ -1,4 +1,4 @@
|
|||||||
OpenSceneGraph Library 3.3.2
|
OpenSceneGraph Library 3.3.3
|
||||||
|
|
||||||
528 Contributors:
|
528 Contributors:
|
||||||
|
|
||||||
@ -47,11 +47,11 @@ David Fries
|
|||||||
Andy Skinner
|
Andy Skinner
|
||||||
Tom Jolley
|
Tom Jolley
|
||||||
Paul Melis
|
Paul Melis
|
||||||
|
Pjotr Svetachov
|
||||||
Luc Frauciel
|
Luc Frauciel
|
||||||
Pavel Moloshtan
|
Pavel Moloshtan
|
||||||
Brad Christiansen
|
Brad Christiansen
|
||||||
Aurelien Albert
|
Aurelien Albert
|
||||||
Pjotr Svetachov
|
|
||||||
Olaf Flebbe
|
Olaf Flebbe
|
||||||
Mathieu Marache
|
Mathieu Marache
|
||||||
Jason Daly
|
Jason Daly
|
||||||
@ -119,6 +119,7 @@ Gordon Tomlinson
|
|||||||
Frederic Bouvier
|
Frederic Bouvier
|
||||||
Carlo Camporesi
|
Carlo Camporesi
|
||||||
Ben Discoe
|
Ben Discoe
|
||||||
|
Alexander Sinditskiy
|
||||||
Thibault Genessay
|
Thibault Genessay
|
||||||
Sasa Bistrovic
|
Sasa Bistrovic
|
||||||
Ravi Mathur
|
Ravi Mathur
|
||||||
@ -129,7 +130,6 @@ Loic Dachary
|
|||||||
Joseph Steel
|
Joseph Steel
|
||||||
John Shue
|
John Shue
|
||||||
Brad Colbert
|
Brad Colbert
|
||||||
Alexander Sinditskiy
|
|
||||||
Vivek Rajan
|
Vivek Rajan
|
||||||
Uwe Woessner
|
Uwe Woessner
|
||||||
Tony Horrobin
|
Tony Horrobin
|
||||||
|
73
ChangeLog
73
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
|
2014-06-26 14:16 robert
|
||||||
|
|
||||||
* include/osg/KdTree, include/osg/NodeVisitor, src/osg/KdTree.cpp:
|
* include/osg/KdTree, include/osg/NodeVisitor, src/osg/KdTree.cpp:
|
||||||
|
Loading…
Reference in New Issue
Block a user