Skip to content

Commit

Permalink
Updated ChangeLog for dev release
Browse files Browse the repository at this point in the history
  • Loading branch information
robertosfield committed Mar 30, 2012
1 parent 347556e commit cc274a6
Showing 1 changed file with 71 additions and 0 deletions.
71 changes: 71 additions & 0 deletions 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
Expand Down

0 comments on commit cc274a6

Please sign in to comment.