From cc274a642c94f3bff1d709c75eea083c9f9db0ab Mon Sep 17 00:00:00 2001 From: Robert OSFIELD Date: Fri, 30 Mar 2012 16:58:24 +0000 Subject: [PATCH] Updated ChangeLog for dev release --- ChangeLog | 71 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 71 insertions(+) diff --git a/ChangeLog b/ChangeLog index 81b5de93cea..aba56099358 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,74 @@ +2012-03-30 10:10 robert + + * src/osgPlugins/OpenFlight/PaletteRecords.cpp: Added check to + avoid accessing pointer past the end of the string. + +2012-03-29 15:08 robert + + * include/osg/DeleteHandler, include/osg/Image, + include/osg/Observer, include/osg/ProxyNode, + include/osg/Texture3D, include/osgGA/FlightManipulator, + include/osgGA/GUIActionAdapter, + include/osgGA/KeySwitchMatrixManipulator, + include/osgSim/MultiSwitch, include/osgUtil/SceneView, + include/osgViewer/View, src/osgPlugins/osg/ReaderWriterOSG.cpp: + From Magnus Kessler, typo and documentation fixes + +2012-03-29 14:58 robert + + * src/osgPlugins/ply/vertexData.cpp, + src/osgPlugins/ply/vertexData.h: From Cedric Pinson, "I Updated + the ply plugin to support alpha color in files. Plus I updated it + to use by default an alpha of 1.0 instead of 0 when no alpha is + specified. + Last changes is to divide byte color by 255.0 instead of 256.0." + +2012-03-29 09:57 robert + + * include/osg/AnimationPath: From Magnus Kessler, "remove + unecessary conversion from float in double precision method" + +2012-03-29 09:43 robert + + * examples/CMakeLists.txt, examples/osgatomiccounter, + examples/osgatomiccounter/CMakeLists.txt, + examples/osgatomiccounter/osgatomiccounter.cpp, + include/osg/BufferIndexBinding, include/osg/BufferObject, + include/osg/GL2Extensions, include/osg/StateAttribute, + include/osg/Uniform, src/osg/BufferIndexBinding.cpp, + src/osg/BufferObject.cpp, src/osg/GL2Extensions.cpp, + src/osg/Program.cpp, src/osg/Uniform.cpp, + src/osgPlugins/ive/Uniform.cpp, + src/osgWrappers/deprecated-dotosg/osg/Uniform.cpp, + src/osgWrappers/serializers/osg/Uniform.cpp: From David Callu, + "Here an update of osg::Uniform : + - add non square matrix + - add double + - add all uniform type available in OpenGL 4.2 + - backward compatibility for Matrixd to set/get an float uniform + matrix + - update of IVE / Wrapper ReadWriter + + implementation of AtomicCounterBuffer based on BufferIndexBinding + + add example that use AtomicCounterBuffer and show rendering order + of fragments, + original idea from geeks3d.com." + +2012-03-29 08:27 robert + + * include/osg/Image, src/osg/Image.cpp: Added int packing parameter + to Image::readPixels(..) + +2012-03-23 16:09 robert + + * examples/CMakeLists.txt: Removed trailing spaces + +2012-03-23 11:32 robert + + * AUTHORS.txt, ChangeLog: Updated ChangeLog and AUTHORS for 3.1.2 + dev release + 2012-03-23 11:20 robert * src/osgPlugins/dae/daeRGeometry.cpp: Fixed potential memory leak