Updated ChangeLog

git-svn-id: http://svn.openscenegraph.org/osg/OpenSceneGraph/trunk@15007 16af8721-9629-0410-8352-f15c8da7e697
This commit is contained in:
Robert Osfield
2015-07-22 14:52:08 +00:00
parent ec8779ca6f
commit e350a443d9

View File

@@ -1,3 +1,51 @@
2015-07-22 14:03 robert
* include/osg/AlphaFunc, include/osg/GLDefines: Moved GL_ALPHA_TEST
from AlphaFunc header to GLDefines header
2015-07-22 13:49 robert
* CMakeLists.txt, src/osg/GL.in: Added CMake test for presence of
GLuint64 and GLint64 in OpenGL/GLES headers to better handle
when/where GL defines the 64 bit typedefs
2015-07-21 14:21 robert
* src/osgPlugins/OpenFlight/PaletteRecords.cpp: Added check for
validity of OpenFlight shininess value.
2015-07-21 13:42 robert
* include/osg/BoundsChecking: Fixed typo
2015-07-20 13:23 robert
* src/osgViewer/CompositeViewer.cpp, src/osgViewer/Viewer.cpp:
Reduced debug message verbosity.
2015-07-20 07:42 robert
* src/osgPlugins/osgjs/json_stream: Changed the _MSC_VER check to
<= 1700 to support VS2012.
2015-07-19 09:51 robert
* src/osgPlugins/tiff/ReaderWriterTIFF.cpp: Reinstated the
TIFFSetField(image, TIFFTAG_ROWSPERSTRIP, rowsperstrip);
2015-07-17 18:31 robert
* CMakeModules/FindGStreamer.cmake: From KOS, "'ve mentioned in the
"osg-users" ML about build error with the newest GStreamer 1.5
Please, have a look at the attached patch.
CMakeModules/FindGStreamer.cmake"
2015-07-17 09:04 robert
* AUTHORS.txt, ChangeLog: Updated ChangeLog and AUTHORS
2015-07-17 08:21 robert
* CMakeLists.txt: Added cmake version check to cmake_policy usage