diff --git a/AUTHORS.txt b/AUTHORS.txt index e25d67df3..e383f6dea 100644 --- a/AUTHORS.txt +++ b/AUTHORS.txt @@ -1,4 +1,4 @@ -OpenSceneGraph Library 2.8.1 +OpenSceneGraph Library 2.8.2 372 Contributors: @@ -63,8 +63,8 @@ Alberto Luaces Philip Lowman Chris Denham Melchior Franz -Serge Lages Lionel Lagarde +Serge Lages Joran Jessurun Frederic Marmond David Fries @@ -176,6 +176,7 @@ Stephan Eilemann Stanislav Blinov Sergey Leontyev Sebastian Messerschmidt +Rene Molenaar Ralf Kern Pierre Haritchabalet Perry Miller @@ -190,6 +191,7 @@ Max Bandazian Mathew May Martin Spott Martijn Kragtwijk +Konstantin Sinitsyn Kevin Moiule Keith Steffen Katharina Plugge @@ -208,6 +210,7 @@ Frederic Bouvier Ferdi Smit Ewe Woessner Erik den Dekker +Emmanuel Roche Edgar Ellis Don Leich David Ergo @@ -250,7 +253,6 @@ Rob Bloemkool Rick Pingry Rick Appleton Ricard Schmidt -Rene Molenaar Reinhard Sainitzer Rein Kadijk Raymond de Vries @@ -298,7 +300,6 @@ Lewis Harmon Lars Nilson Kyle Centers Kristopher Bixler -Konstantin Sinitsyn Karsten Weiss Karl Heijdenberg Jutta Sauer @@ -332,7 +333,6 @@ Frank Lichtenheld Ferdinand Cornelissen Fajran Iman Fabien Dachicourt -Emmanuel Roche Edmond Gheury Ed Ralston Duvan Cope diff --git a/ChangeLog b/ChangeLog index 1a68cc232..bd6220517 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,40 @@ +2009-06-22 07:42 robert + + * src/osgPlugins/osg/StateSet.cpp: Merged from svn/trunk fix to + initGLNames() which addressed thread safety issue + +2009-06-20 11:38 robert + + * src/osgText/TextBase.cpp: From Farshid Lashkari, "I found a bug + in the osgText library in version 1.2 that I believe still exists + in the latest version. + + I found that changing the alignment of a text object does not + work properly if the text contains newline characters. I've + attached a simple test case that shows the problem. If I set the + text AFTER setting the alignment, everything works fine. But if I + set the text BEFORE setting the alignment then the text is + displayed incorrectly. + + The fix is very simple. Instead of calling computePositions() in + TextBase::setAlignment(), it calls computeGlyphRepresentation(). + I've attached the modified TextBase.cpp." + + Merged from svn/trunk using: + + svn merge -r 10375:10376 + http://www.openscenegraph.org/svn/osg/OpenSceneGraph/trunk/src/osgText/TextBase.cpp + +2009-06-19 11:02 robert + + * src/osgViewer, src/osgViewer/CompositeViewer.cpp, + src/osgViewer/GraphicsWindowWin32.cpp, src/osgViewer/Viewer.cpp: + Added clears of input vectors in various get*() methods + +2009-06-19 10:44 robert + + * ChangeLog: Updated ChangeLog + 2009-06-18 08:19 robert * src/osgManipulator, src/osgManipulator/AntiSquish.cpp: From Rene diff --git a/NEWS.txt b/NEWS.txt index 35208d875..bf26210c7 100644 --- a/NEWS.txt +++ b/NEWS.txt @@ -10,7 +10,14 @@ The !OpenSceneGraph 2.8.2 release is the culmination of 10 years of work by the === Updates between 2.8.2 and 2.8.1 releases include: === + * Build fixes for RedHat Enterprise Linux. * Bug fixes to : + * computation of sector range in osgSim::LightPoint + * extention checking of FBO packed stencil support + * position of tabs at corners of manipulators + * threading bug in .osg plugin that occurred during multi-threaded initialization + * alignment of Text what setting alignment after assign text string + * loading of compressed texture arrays * texture generate mipmap for non power of two textures * regression in X11 key symbol remapping, improved support for Russian keyboards * regression of StencilMask setting in RenderStage diff --git a/applications/osgversion/Contributors.cpp b/applications/osgversion/Contributors.cpp index e9f16ceeb..8ae2a61f1 100644 --- a/applications/osgversion/Contributors.cpp +++ b/applications/osgversion/Contributors.cpp @@ -311,6 +311,7 @@ TypoCorrection typoCorrections[] = {"Keuhne", "Kuehne"}, {"Kheune", "Kuehne"}, {"Lagrade", "Lagarde"}, + {"Largade", "Lagarde"}, {"Larshkari", "Lashkari"}, {"Lashakari", "Lashkari"}, {"Lashari", "Lashkari"},