diff --git a/AUTHORS.txt b/AUTHORS.txt index 52f4774e985..c3747a11e22 100644 --- a/AUTHORS.txt +++ b/AUTHORS.txt @@ -308,7 +308,7 @@ John Donovan John Davis John Argentieri Joan Abadie -Jeoen den Dekker +Jeroen den Dekker Jean-Christophe Lombardo Jay Zuckerman Jason Howlett diff --git a/ChangeLog b/ChangeLog index 47b2a6ae91d..db3e411bf23 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,84 @@ +2009-04-23 13:27 robert + + * CMakeLists.txt: Updated release candidate number + +2009-04-23 11:08 robert + + * src/osgPlugins/OpenFlight, + src/osgPlugins/OpenFlight/Document.cpp, + src/osgPlugins/OpenFlight/Document.h, + src/osgPlugins/OpenFlight/GeometryRecords.cpp: Fix to handling of + subsurface layers so that more appropriate PolygonOffset values + are chosen. Merged from svn/trunk using: + + svn merge -r 10083:10084 + http://www.openscenegraph.org/svn/osg/OpenSceneGraph/trunk/src/osgPlugins/OpenFlight/ + +2009-04-23 11:07 robert + + * src/osg/PolygonOffset.cpp: Merged from svn trunk using: + + svn merge -r 10082:10083 + http://www.openscenegraph.org/svn/osg/OpenSceneGraph/trunk/src/osg/PolygonOffset.cpp + +2009-04-22 13:54 robert + + * applications/osgversion/osgversion.cpp: Fixed typo. + +2009-04-22 13:09 robert + + * src/osgPlugins/dae/daeWriter.h: From Bob Kuehne, "fix for failing + collada builds on osx due to not being able to stringstreamify + osg::Vec3 without io_utils included." + +2009-04-22 10:56 robert + + * examples, examples/osgcluster/broadcaster.cpp, + examples/osgmanipulator/osgmanipulator.cpp, + examples/osgscreencapture/osgscreencapture.cpp: From Paul Martz, + "Looks like the people who created these two examples were a bit + careless with cut and paste." + + Merged from svn/trunk using: + + svn merge -r 10063:10064 + http://www.openscenegraph.org/svn/osg/OpenSceneGraph/trunk/examples/ + +2009-04-22 10:49 robert + + * src/osg/Image.cpp: From Eric Sokolowsky, "src/osg/Image.cpp is + missing the GL_RGBA8 image type when calculating the number of + components in an image. It is added here." + + Merged from svn trunk using: + + svn merge -r 10061:10062 + http://www.openscenegraph.org/svn/osg/OpenSceneGraph/trunk/src/osg/Image.cpp + +2009-04-21 10:20 robert + + * src/osgDB/DatabasePager.cpp: Fix for handling case of no graphics + contexts being registered. + + Merged from svn/trunk using: + svn merge -r 10053:10054 + http://www.openscenegraph.org/svn/osg/OpenSceneGraph/trunk/src/osgDB/DatabasePager.cpp + +2009-04-12 18:58 robert + + * CMakeLists.txt, NEWS.txt, README.txt: Updated dates for 2.8.1-rc2 + +2009-04-12 18:53 robert + + * CMakeLists.txt, ChangeLog, + applications/osgversion/osgversion.cpp: Updated CMakeLists.txt + ChangeLog generator so that it tracks the current branch or + svn/trunk to prevent branches generating logs for svn/trunk. + + Updated osgversion's authors mapping. + + Updated ChangeLog. + 2009-04-12 10:29 robert * src/osg/GraphicsThread.cpp: Added release from svn/trunk to diff --git a/NEWS.txt b/NEWS.txt index c15999a677a..0417ed56999 100644 --- a/NEWS.txt +++ b/NEWS.txt @@ -3,7 +3,7 @@ OSG News = !OpenSceneGraph 2.8.1 release - bug fix release = -PERTHSHIRE, Scotland - 12th April 2009 - !OpenSceneGraph Professional Services announces the release of !OpenSceneGraph 2.8.1, the industry's leading open-source scene graph technology, designed to accelerate application development and improve 3D graphics performance. !OpenSceneGraph 2.8 written entirely in Standard C++ and built upon OpenGL, offers developers working in the visual simulation, game development, virtual reality, scientific visualization and modeling markets - a real-time visualization tool which eclipses commercial scene graph toolkits in functionality, stability and performance. !OpenSceneGraph 2.8 runs on all Microsoft Windows platforms, Apple OS/X, GNU/Linux, IRIX, Solaris, HP-UX, AIX and FreeBSD operating systems. +PERTHSHIRE, Scotland - 23rd April 2009 - !OpenSceneGraph Professional Services announces the release of !OpenSceneGraph 2.8.1, the industry's leading open-source scene graph technology, designed to accelerate application development and improve 3D graphics performance. !OpenSceneGraph 2.8 written entirely in Standard C++ and built upon OpenGL, offers developers working in the visual simulation, game development, virtual reality, scientific visualization and modeling markets - a real-time visualization tool which eclipses commercial scene graph toolkits in functionality, stability and performance. !OpenSceneGraph 2.8 runs on all Microsoft Windows platforms, Apple OS/X, GNU/Linux, IRIX, Solaris, HP-UX, AIX and FreeBSD operating systems. === Open-source development delivers industry-leading features and performance === The !OpenSceneGraph 2.8.1 release is the culmination of 10 years of work by the lead developers and the open-source community that has grown up around the project. The real-time graphics industry and academia embraced it from the very beginning, deploying it in real-world applications, and actively participating in its development, testing and refinement. The end result is a high-quality library with a feature set relevant to application developers' needs. @@ -23,6 +23,7 @@ The !OpenSceneGraph 2.8.1 release is the culmination of 10 years of work by the * windows threading * memory leak in Collada loader * fixes to display lists/vbo creation that prevent crash under ATI drivers + * subsurface PolygonOffset setting in OpenFlight * osgconv --formats under OSX === Updates between 2.8 and 2.6 include: === diff --git a/README.txt b/README.txt index bdc25f27012..8c4c9d0bee0 100644 --- a/README.txt +++ b/README.txt @@ -14,7 +14,7 @@ subscribe to our public mailing list: Robert Osfield. Project Lead. -12th April 2009. +23rd April 2009. --