Update ChangeLog and AUTHORS files for 3.1.10 dev release
This commit is contained in:
parent
170cbb9018
commit
8184798d40
12
AUTHORS.txt
12
AUTHORS.txt
@ -1,4 +1,4 @@
|
||||
OpenSceneGraph Library 3.1.9
|
||||
OpenSceneGraph Library 3.1.10
|
||||
|
||||
510 Contributors:
|
||||
|
||||
@ -11,8 +11,8 @@ Paul Martz
|
||||
Mathias Fröhlich
|
||||
Marco Jez
|
||||
Farshid Lashkari
|
||||
Jean-Sébastien Guay
|
||||
Wang Rui
|
||||
Jean-Sébastien Guay
|
||||
Mike Weiblen
|
||||
Ulrich Hertlein
|
||||
Eric Wing
|
||||
@ -51,20 +51,20 @@ Tom Jolley
|
||||
Pavel Moloshtan
|
||||
Brad Christiansen
|
||||
Olaf Flebbe
|
||||
Mathieu Marache
|
||||
Jason Daly
|
||||
Art Tevs
|
||||
Philip Lowman
|
||||
Per Fahlberg
|
||||
Norman Vine
|
||||
Mathieu Marache
|
||||
Terry Welsh
|
||||
Serge Lages
|
||||
Lionel Lagarde
|
||||
Chris Denham
|
||||
Alberto Farre
|
||||
Sherman Wilcox
|
||||
Robert Michael
|
||||
Mourad Boufarguine
|
||||
Lionel Lagarde
|
||||
André Garneau
|
||||
Adrian Egli
|
||||
Ruben Lopez
|
||||
@ -74,6 +74,7 @@ Glenn Waldron
|
||||
Gideon May
|
||||
Don Tidrow
|
||||
Aurelien Albert
|
||||
Torben Dannhauer
|
||||
Stephane Lamoliatte
|
||||
Romano José Magacho da Silva
|
||||
Michael Gronager
|
||||
@ -82,7 +83,6 @@ Joakim Simonsson
|
||||
David Spilling
|
||||
Daniel Sjölie
|
||||
Bryan Thrall
|
||||
Torben Dannhauer
|
||||
Fabien Lavignotte
|
||||
Mike Connell
|
||||
Melchior Franz
|
||||
@ -266,6 +266,7 @@ Keith Steffen
|
||||
Julen Garcia
|
||||
Joseph Winston
|
||||
John Aughey
|
||||
Johannes Scholz
|
||||
Joachim Pouderoux
|
||||
Jean-Christophe Lombardo
|
||||
Javier Taibo
|
||||
@ -428,7 +429,6 @@ John Donovan
|
||||
John Davis
|
||||
John Cummings
|
||||
John Argentieri
|
||||
Johannes Scholz
|
||||
Joan Abadie
|
||||
Jim Brooks
|
||||
Jeroen den Dekker
|
||||
|
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
|
||||
|
Loading…
Reference in New Issue
Block a user