diff --git a/ChangeLog b/ChangeLog index 0bbc6f7d5..d33e430a1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,58 @@ +2011-06-24 16:05 robert + + * CMakeLists.txt: Updated release candidate number to 5 for + 3.0.0-rc5 + +2011-06-24 15:05 robert + + * src/osgPlugins/osga/OSGA_Archive.cpp: Merged from svn/trunk + changeset 12642, "Implemented missing writeShader" + +2011-06-24 13:36 robert + + * src/osgSim/ShapeAttribute.cpp: Merged from svn/trunk changeset + 12640, From Martin Innus, fixed erroneous change of INTEGER to + UNKNOWN, reverting back to INTEGER. + +2011-06-24 12:52 robert + + * include/osgDB/Archive, include/osgDB/Registry, + src/osgDB/Registry.cpp, src/osgPlugins/osga/OSGA_Archive.cpp, + src/osgPlugins/osga/OSGA_Archive.h, + src/osgPlugins/zip/ZipArchive.cpp, + src/osgPlugins/zip/ZipArchive.h: Merged from svn/trunk changeset + 12638: + + Implemented missing Archive::readShader/writeShader, and added + searching of the archive list in Registr::read() so that files + that are stored in the archives can be found. + + +2011-06-24 08:33 robert + + * ChangeLog, include/osgSim/ShapeAttribute, + src/osgSim/ShapeAttribute.cpp, + src/osgWrappers/deprecated-dotosg/osgSim/IO_ShapeAttribute.cpp: + Merged from svn/trunk changeset 12636, "While we're on + osgSim/ShapeAttribute, here's a fix that fixes the 'UNKNOW' typo + and some + doxygen" + +2011-06-24 08:16 robert + + * src/osgPlugins/osg/AsciiStreamOperator.h, + src/osgPlugins/osg/XmlStreamOperator.h: From Wang Rui, Merged + from svn/trunk changeset 12633. + + "I've modified the code to handle -1.#IND and other kinds of + infinite + values. Please see the attachments for details" + +2011-06-24 08:15 robert + + * include/osgSim/ShapeAttribute: Merged from svn/trunk changeset + 12632. Added operator ==, != and < to fix VS build + 2011-06-23 20:09 robert * include/osgAnimation/Skeleton, diff --git a/NEWS.txt b/NEWS.txt index ec41bbe50..b2a432930 100644 --- a/NEWS.txt +++ b/NEWS.txt @@ -3,7 +3,7 @@ OSG News = !OpenSceneGraph 3.0 release adds support OpenGL ES 1.1, OpenGL ES 2.0, OpenGL 3.x to 4.0, support for Andoid and IOS platforms and much more. -PERTHSHIRE, Scotland - 17th June 2011 - !OpenSceneGraph Professional Services announces the release of !OpenSceneGraph 3.0, the industry's leading open-source scene graph technology, designed to accelerate application development and improve 3D graphics performance. !OpenSceneGraph 3.0 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 3.0 runs on all Microsoft Windows platforms, Apple OS/X, IOS, GNU/Linux, Android, IRIX, Solaris, HP-UX, AIX and FreeBSD operating systems. +PERTHSHIRE, Scotland - 24th June 2011 - !OpenSceneGraph Professional Services announces the release of !OpenSceneGraph 3.0, the industry's leading open-source scene graph technology, designed to accelerate application development and improve 3D graphics performance. !OpenSceneGraph 3.0 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 3.0 runs on all Microsoft Windows platforms, Apple OS/X, IOS, GNU/Linux, Android, IRIX, Solaris, HP-UX, AIX and FreeBSD operating systems. === Open-source development delivers industry-leading features and performance === The !OpenSceneGraph 3.0 release is the culmination of 12 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. @@ -12,16 +12,17 @@ The !OpenSceneGraph 3.0 release is the culmination of 12 years of work by the le * OpenGL ES 1.1, and OpenGL ES 2.0 support * OpenGL 3.x and 4.x support along with associated OpenGL extensions - * Supoort for Android (versions?) - * Support for IOS (versions?) - * FBX plugin - * osgQt library + * Supoort for Android on tablets and phones. + * Support for IOS on tablets and phones. + * New extensible serializers that provide new .osgb binary, .osgt ascii and .osgx xml file native formats + * New generalized serializable metadata architecture + * New osgQt library that makes it straight forward to integrate OpenSceneGraph with Qt. + * new FBX plugin * Support for Cocoa and 64bit OSX build - * Volume rendering - * User data - * Serializers, .osgb binary, .osgt ascii and .osgx xml file native formats + * Improvements to osgVolume enabling high quality race traced volume rendering + * Improvements to osgManipulator making it more flexible * Improved thread safety and efficiency of database paging - * Texture and buffer object pools for efficiently managing GL object resources. + * New Texture and buffer object pools for efficiently managing GL object resources. === Downloads and Licensing === !OpenSceneGraph is open-source, so full source code is provided, and can be copied, modified and used free of charge for commercial and non-commercial use. Access to the source allows end users greater flexibility in how they develop, debug and deploy their applications. They gain productivity and freedom by being able to leverage the tool chain in accordance with their own release cycles. Downloads of binaries and source can be found in the [http://www.openscenegraph.org/projects/osg/wiki/Downloads Downloads] section of the openscenegraph.org website. diff --git a/README.txt b/README.txt index 5d2d417f8..7cc471b2e 100644 --- a/README.txt +++ b/README.txt @@ -27,7 +27,7 @@ more indepth instructions. Robert Osfield. Project Lead. -17th June 2011. +24th June 2011. --