Updated ChangeLog and AUTHORS file
This commit is contained in:
parent
950823fac9
commit
ba4791a15d
11
AUTHORS.txt
11
AUTHORS.txt
@ -1,15 +1,15 @@
|
|||||||
OpenSceneGraph Library 3.5.10
|
OpenSceneGraph Library 3.5.11
|
||||||
|
|
||||||
568 Contributors:
|
569 Contributors:
|
||||||
|
|
||||||
Firstname Surname
|
Firstname Surname
|
||||||
-----------------
|
-----------------
|
||||||
Robert Osfield
|
Robert Osfield
|
||||||
Stephan Huber
|
Stephan Huber
|
||||||
Paul Martz
|
Paul Martz
|
||||||
|
Laurens Voerman
|
||||||
Farshid Lashkari
|
Farshid Lashkari
|
||||||
Mathias Fröhlich
|
Mathias Fröhlich
|
||||||
Laurens Voerman
|
|
||||||
Marco Jez
|
Marco Jez
|
||||||
Wang Rui
|
Wang Rui
|
||||||
Jean-Sébastien Guay
|
Jean-Sébastien Guay
|
||||||
@ -96,6 +96,7 @@ Thomas Hogarth
|
|||||||
Riccardo Corsi
|
Riccardo Corsi
|
||||||
Melchior Franz
|
Melchior Franz
|
||||||
Johannes Baeuerle
|
Johannes Baeuerle
|
||||||
|
Ravi Mathur
|
||||||
Neil Hughes
|
Neil Hughes
|
||||||
Martin Beckett
|
Martin Beckett
|
||||||
Marc Helbling
|
Marc Helbling
|
||||||
@ -110,7 +111,6 @@ Yefei He
|
|||||||
Sondra Iverson
|
Sondra Iverson
|
||||||
Simon Julier
|
Simon Julier
|
||||||
Rune Schmidt Jensen
|
Rune Schmidt Jensen
|
||||||
Ravi Mathur
|
|
||||||
Ralf Habacker
|
Ralf Habacker
|
||||||
Rainer Oder
|
Rainer Oder
|
||||||
Nico Kruithof
|
Nico Kruithof
|
||||||
@ -127,6 +127,7 @@ Alexander Sinditskiy
|
|||||||
Vladimir Chebaev
|
Vladimir Chebaev
|
||||||
Thibault Genessay
|
Thibault Genessay
|
||||||
Sasa Bistrovic
|
Sasa Bistrovic
|
||||||
|
Raymond de Vries
|
||||||
Neil Groves
|
Neil Groves
|
||||||
Mikhail Izmestev
|
Mikhail Izmestev
|
||||||
Markus Trenkwalder
|
Markus Trenkwalder
|
||||||
@ -145,7 +146,6 @@ Tanguy Fautr
|
|||||||
Sean Spicer
|
Sean Spicer
|
||||||
Ryan Kawicki
|
Ryan Kawicki
|
||||||
Richard Schmidt
|
Richard Schmidt
|
||||||
Raymond de Vries
|
|
||||||
Peter Hrenka
|
Peter Hrenka
|
||||||
Paul de Repentigny
|
Paul de Repentigny
|
||||||
Nikolaus Hanekamp
|
Nikolaus Hanekamp
|
||||||
@ -555,6 +555,7 @@ Bart Gallet
|
|||||||
Axel Volley
|
Axel Volley
|
||||||
Arjun Ramamurthy
|
Arjun Ramamurthy
|
||||||
Anthousis Andreadis
|
Anthousis Andreadis
|
||||||
|
Anna Sokol
|
||||||
Andy Preece
|
Andy Preece
|
||||||
Andrew Reyonolds
|
Andrew Reyonolds
|
||||||
Andreas Roth
|
Andreas Roth
|
||||||
|
@ -1,3 +1,7 @@
|
|||||||
|
Mon, 19 Mar 2018 14:27:18 +0000
|
||||||
|
Author : Robert Osfield
|
||||||
|
Updated ChangeLog and updated version to 3.5.11
|
||||||
|
|
||||||
Mon, 19 Mar 2018 14:08:47 +0000
|
Mon, 19 Mar 2018 14:08:47 +0000
|
||||||
Author : Robert Osfield
|
Author : Robert Osfield
|
||||||
Fixed build issues when building with OSG_USE_REF_PTR_IMPLICIT_OUTPUT_CONVERSION set to OFF
|
Fixed build issues when building with OSG_USE_REF_PTR_IMPLICIT_OUTPUT_CONVERSION set to OFF
|
||||||
|
@ -280,6 +280,7 @@ const char* invalidNames[] =
|
|||||||
"SceneLoader",
|
"SceneLoader",
|
||||||
"OpenGL",
|
"OpenGL",
|
||||||
"FindLIBLAS",
|
"FindLIBLAS",
|
||||||
|
"PissedCapslock",
|
||||||
"MinGW"
|
"MinGW"
|
||||||
};
|
};
|
||||||
|
|
||||||
@ -519,6 +520,8 @@ struct NameCorrection
|
|||||||
|
|
||||||
NameCorrection nameCorrections[] =
|
NameCorrection nameCorrections[] =
|
||||||
{
|
{
|
||||||
|
{"LaurensVoerman","GetScalarValue",
|
||||||
|
"Laurens", "Voerman"},
|
||||||
{"LaurensVoerman","Meta_Shape",
|
{"LaurensVoerman","Meta_Shape",
|
||||||
"Laurens", "Voerman"},
|
"Laurens", "Voerman"},
|
||||||
{"LaurensVoerman","OpenCascade",
|
{"LaurensVoerman","OpenCascade",
|
||||||
|
Loading…
Reference in New Issue
Block a user