From 41fa8fecd128fb425c341202ad46d9e366a01356 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Tue, 11 Sep 2018 12:23:01 +0100 Subject: [PATCH] Updated for 3.6.3-rc2 --- AUTHORS.txt | 43 +++++++++++++++++---------------- ChangeLog | 69 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 91 insertions(+), 21 deletions(-) diff --git a/AUTHORS.txt b/AUTHORS.txt index 2eb8f3866..3b11437f5 100644 --- a/AUTHORS.txt +++ b/AUTHORS.txt @@ -1,6 +1,6 @@ -OpenSceneGraph Library 3.6.2 +OpenSceneGraph Library 3.6.3 -568 Contributors: +569 Contributors: Firstname Surname ----------------- @@ -10,10 +10,10 @@ Stephan Huber Paul Martz Laurens Voerman Farshid Lashkari -Mathias Fröhlich +Mathias Frhlich Marco Jez Wang Rui -Jean-Sébastien Guay +Jean-Sbastien Guay Ulrich Hertlein Mike Weiblen Sukender @@ -67,11 +67,11 @@ Norman Vine Chris Denham Sherman Wilcox Serge Lages -Romano José Magacho da Silva +Romano Jos Magacho da Silva Mourad Boufarguine Alberto Farre Glenn Waldron -André Garneau +Andr Garneau Adrian Egli Sebastian Messerschmidt Randall Hopper @@ -86,7 +86,7 @@ Michael Gronager Martin Naylor Joakim Simonsson David Spilling -Daniel Sjölie +Daniel Sjlie Bryan Thrall Andreas Ekstrand Rafa Gaitan @@ -123,7 +123,7 @@ Gordon Tomlinson Frederic Marmond Frederic Bouvier Carlo Camporesi -Björn Blissing +Bjrn Blissing Alexander Sinditskiy Vladimir Chebaev Thibault Genessay @@ -143,7 +143,7 @@ Uwe Woessner Tony Horrobin Thom DeCarlo Tatsuhiro Nishioka -Tanguy Fautré +Tanguy Fautr Sean Spicer Ryan Kawicki Richard Schmidt @@ -202,7 +202,7 @@ Phil Atkin Pawel Ksiezopolski Patrick Neary Nathan Monteleone -Miha Rav¨elj +Miha Ravelj Miguel Escriva Mattias Linde Mark Sciabica @@ -234,8 +234,8 @@ Christian Ruzicka Christian Buchner Charles Cole Blake Williams -Björn Hein -Aurélien Chatelain +Bjrn Hein +Aurlien Chatelain Antoine Hue Andrew Bettison Andreas Henne @@ -264,7 +264,7 @@ Paul Obermeier Nguyen Van Truong Nathan Cournia Morten Haukness -Morné Pistorius +Morn Pistorius Michael Mc Donnell Michael Henheffer Michael Guerrero @@ -297,7 +297,7 @@ Guillaume Taze Guillaume Chouvenc Giuseppe Donvito Gill Peacegood -Giampaolo Viganò +Giampaolo Vigan Gerrick Bivins George Tarantilis Ferdi Smit @@ -305,7 +305,7 @@ Eduardo Poyart Edgar Ellis Dmitry Marakasov Dimi Christopoulos -Diane Delallée +Diane Delalle David Longest David Ergo Daniel Trstenjak @@ -337,7 +337,7 @@ Vasily Radostev Valery Bickov Valeriy Dubov Vaclav Bilek -Tyge Løvset +Tyge Lvset Troy Yee Torben Dannahauer Tony Vasile @@ -387,7 +387,7 @@ Piotr Rak Pierre Bourdin Philipp Svehla Philipp Siemoleit -Philipp Mächler +Philipp Mchler Philip Lamb Petr Salinger Peter Bear @@ -412,7 +412,7 @@ Nick Thu Nick Black Mojtaba Fathi Mirko Viviani -Mikkel Gjøl +Mikkel Gjl Mike Krus Mike Garrity Mick Thu @@ -465,7 +465,7 @@ Juan Hernando Josh Portway Jonathan Greig John Tan -John Hedström +John Hedstrm John Grant John Farrier John Donovan @@ -523,11 +523,11 @@ David Jung Danny Valente Daniel Stien Dan Minor -César L. B. Silveira +Csar L. B. Silveira Cyril Brulebois Curtis Rubel Cory Slep -Clément B½sch +Clment Bsch Clay Fowler Claus Steuer Chuck Sembroski @@ -537,6 +537,7 @@ Christophe Herreman Christian Noon Christian Kaser Christian Ehrlicher +Chris White Chris McGlone Chris Djali Carlos Garcea diff --git a/ChangeLog b/ChangeLog index e0d61a943..7168500b1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,11 +1,76 @@ +Tue, 11 Sep 2018 11:56:04 +0100 +Author : Robert Osfield +Updated rc number 2 for 3.6.3-rc2 + +Tue, 11 Sep 2018 11:29:36 +0100 +Author : OpenSceneGraph git repository +Merge pull request #620 from LaurensVoerman/txt_SCREEN_COORDSfix scale problem for osgText with characterSizeMode SCREEN_COORDS and _position set. + +Tue, 11 Sep 2018 11:23:34 +0100 +Author : Robert Osfield +Fixed hang using a ReentrantMutex + +Tue, 11 Sep 2018 10:13:49 +0100 +Author : Robert Osfield +Fixed build + +Tue, 11 Sep 2018 09:31:35 +0100 +Author : Robert Osfield +Fixed build + +Tue, 11 Sep 2018 09:03:01 +0100 +Author : Robert Osfield +Cleaned up code + +Mon, 10 Sep 2018 08:00:41 -0400 +Author : gwaldron +osgText: fixed thread-safety issues in Glyph and Font + +Sat, 8 Sep 2018 18:18:33 +0200 +Author : mp3butcher +fix examples context creation for X11 (when display not :0.0) + +Tue, 11 Sep 2018 08:34:20 +0100 +Author : OpenSceneGraph git repository +Merge pull request #619 from mathieu/topic/SaveInlinedImagesAdded saving of inline Images without having the physical image file. + +Tue, 11 Sep 2018 08:11:27 +0100 +Author : Robert Osfield +Added greater control of how cubemap is set up and controlled + +Fri, 7 Sep 2018 15:09:15 +0200 +Author : Laurens Voerman +fix scale problem for osgText with characterSizeMode SCREEN_COORDS and _position set. + +Fri, 7 Sep 2018 14:04:41 +0200 +Author : Mathieu MARACHE +Added saving of inline Images without having the physical image file.The can be read from and inlined image file + + +Thu, 6 Sep 2018 12:30:18 +0100 +Author : Robert Osfield +Merge branch 'OpenSceneGraph-3.6' of https://github.com/openscenegraph/OpenSceneGraph into OpenSceneGraph-3.6 + +Thu, 6 Sep 2018 12:29:44 +0100 +Author : Robert Osfield +Updated for 3.6.3-rc1 + Thu, 6 Sep 2018 11:50:21 +0100 Author : Robert Osfield Fixed memory leak with assignment of default value to ObjectSerializer +Wed, 5 Sep 2018 18:06:25 +0100 +Author : OpenSceneGraph git repository +Merge pull request #616 from eligovision/OpenSceneGraph-3.6_particlesParticleSystem: Added support for GLES2 and upper (GL_QUADS -> GL_TRI… + Wed, 5 Sep 2018 18:01:33 +0100 Author : Robert Osfield Fixed copy constructor +Wed, 5 Sep 2018 19:00:29 +0300 +Author : Konstantin S. Matveyev +ParticleSystem: Using of GL_TRIANGLES for GLES2 and upper; GL_QUADS otherwise + Wed, 5 Sep 2018 14:04:57 +0100 Author : OpenSceneGraph git repository Merge pull request #617 from aluaces/Image_scaleImage_typoFix typo in the initial check of Image::scaleImage(). @@ -14,6 +79,10 @@ Wed, 5 Sep 2018 13:27:35 +0200 Author : Alberto Luaces Fix typo in the initial check of Image::scaleImage(). +Wed, 5 Sep 2018 14:00:09 +0300 +Author : Konstantin S. Matveyev +ParticleSystem: Added support for GLES2 and upper (GL_QUADS -> GL_TRIANGLES) + Tue, 4 Sep 2018 10:35:38 -0400 Author : Jason Beverage Protect the _programSet in Shader with a mutex. This prevents thread safety issues when Shader objects are used in multiple programs.