Update ChangeLog and AUTHORS files for 3.1.10 dev release
This commit is contained in:
89
ChangeLog
89
ChangeLog
@@ -1,3 +1,92 @@
|
||||
2013-07-19 10:17 robert
|
||||
|
||||
* CMakeLists.txt, include/osg/Version: Updater version for 3.1.10
|
||||
dev release
|
||||
|
||||
2013-07-19 10:11 robert
|
||||
|
||||
* examples/osgviewerQt/osgviewerQt.cpp: Removed #if 0 #endif block
|
||||
|
||||
2013-07-19 09:43 robert
|
||||
|
||||
* examples/osgviewerQt/osgviewerQt.cpp: Fixed problem with the
|
||||
osgviewerQt code override the default View::Camera without
|
||||
setting it's default state on it's StateSet like View does by
|
||||
default.
|
||||
|
||||
2013-07-19 06:56 robert
|
||||
|
||||
* include/osgFX/Registry: From Johannes Scholz, "as we need to
|
||||
dynamically add and remove Effects to and from our Application, I
|
||||
created a small patch for osgFX/Registry to add the
|
||||
osgFX::Registry::removeEffect(effect*) method and extended
|
||||
osgFX::Registry::Proxy to call removeEffect upon its
|
||||
destruction."
|
||||
|
||||
2013-07-19 06:39 robert
|
||||
|
||||
* src/osgPlugins/osc/osc/OscHostEndianness.h,
|
||||
src/osgViewer/CMakeLists.txt: From Wang Rui, "A very small
|
||||
clerical error in the src/osgViewer/CMakeLists.txt makes
|
||||
MinGW/Cygwin builds fail. Now it is fixed and now OSG works well
|
||||
again with Cygwin. :-) The OSC plugin also needs a small fix to
|
||||
compile with Cygwin, as attached file
|
||||
src/osgPlugins/osc/osc/OscHostEndianness.h shows."
|
||||
|
||||
2013-07-19 06:20 robert
|
||||
|
||||
* include/osgUtil/SceneView, include/osgViewer/GraphicsWindow: From
|
||||
Mathieu Marache, "we found that events where not caught when
|
||||
running in ON_DEMAND frame scheme : GraphicsWindow::checkEvents()
|
||||
always return false and GraphicsWindowQt doesn't overload it.
|
||||
|
||||
here is a simple fix that will return if the list is empty or not
|
||||
and will match the comment in checkEvents()
|
||||
|
||||
2013-07-18 20:17 robert
|
||||
|
||||
* src/osg/Image.cpp: Added a dirty() call to Image::setData(..)
|
||||
|
||||
2013-07-18 16:29 robert
|
||||
|
||||
* CMakeModules/Find3rdPartyDependencies.cmake: From Torben
|
||||
Dannhauer, "after being absent for more than 12 month, I'm very
|
||||
pleased to present my
|
||||
new 3rdparty package (V8).
|
||||
|
||||
This package is compiled with Visual Studio 2012 Update 3. Some
|
||||
community
|
||||
members complained that these package is very large (indeed), so
|
||||
I
|
||||
introduced 2 versions:
|
||||
- The small version contains the dependencies for several image
|
||||
file formats
|
||||
( tiff, png, gif, jpeg), as well as zlib, minizip, curl,
|
||||
freetype, glut,
|
||||
gdal and openSSL
|
||||
- The full version will include all libraries which were include
|
||||
in the
|
||||
previous releases of my 3rd party package.
|
||||
|
||||
Some of the included libraries are released in newer versions, so
|
||||
I adapted
|
||||
the attached CMake module to find these renamed files.
|
||||
|
||||
I hope you can merge this minor changes soon, since I plan to
|
||||
publish the
|
||||
small 3rdparty package today.
|
||||
"
|
||||
|
||||
2013-07-18 16:27 robert
|
||||
|
||||
* include/osg/GL2Extensions: From Lionel Lagarde, "The extension
|
||||
name is misspelled. It conflicts with GLEW."
|
||||
|
||||
2013-07-02 19:24 robert
|
||||
|
||||
* AUTHORS.txt, ChangeLog: Updated AUTHORS and ChangeLog for 3.1.9
|
||||
dev release
|
||||
|
||||
2013-07-02 14:35 robert
|
||||
|
||||
* CMakeLists.txt: From Laurens Voerman, "With fstream inheritaince
|
||||
|
||||
Reference in New Issue
Block a user