Tweaked osgversion to catch typos and updates AUTHORS.txt
This commit is contained in:
parent
39256fff54
commit
8563e692a9
15
AUTHORS.txt
15
AUTHORS.txt
@ -1,6 +1,6 @@
|
||||
OpenSceneGraph Library 1.1
|
||||
|
||||
212 Contributors:
|
||||
203 Contributors:
|
||||
|
||||
Firstname Surname
|
||||
-----------------
|
||||
@ -92,7 +92,7 @@ Steve Lunsford
|
||||
Stanislav Blinov
|
||||
Perry Miller
|
||||
Per Fahlberg
|
||||
Paul de Repentinguy
|
||||
Paul de Repentingy
|
||||
Nathan Monteleone
|
||||
Michael Platings
|
||||
Max Behensky
|
||||
@ -110,6 +110,7 @@ Fabio Mierlo
|
||||
Donn Mielcarek
|
||||
David Ergo
|
||||
Brad Colbert
|
||||
Andrew Sampson
|
||||
Andreas Ekstrand
|
||||
Zbigniew Sroczynski
|
||||
Zach Deedler
|
||||
@ -123,10 +124,8 @@ Vasily Radostev
|
||||
Uwe Woessner
|
||||
Tyge
|
||||
Troy Yee
|
||||
TrPageViewer
|
||||
Tino Schwarze
|
||||
Thom Carlo
|
||||
TestManipulator
|
||||
Terrex
|
||||
Tanguy Fautré
|
||||
SpotExponent
|
||||
@ -137,14 +136,11 @@ Roland Smeenk
|
||||
Robert Swain
|
||||
Reinhard Sainitzer
|
||||
Qing Shen
|
||||
ProducerEventCallback
|
||||
Philipp Siemoleit
|
||||
Paul Fredrikson
|
||||
OrientationConverter
|
||||
Nikolov Trajce
|
||||
Nicolas Brodu
|
||||
Nathan Cournia
|
||||
Mr Osfields
|
||||
Morné Pistorius
|
||||
Mikkel Gjøl
|
||||
Michael Morrison
|
||||
@ -158,8 +154,6 @@ Mathia Walker
|
||||
Mason Menninger
|
||||
Martijn Kragtwijk
|
||||
Louis Hamilton
|
||||
Logos
|
||||
LineStipple
|
||||
Lewis Harmon
|
||||
Kristopher Bixler
|
||||
Karsten Weiss
|
||||
@ -181,7 +175,6 @@ George Papagiannakis
|
||||
Frank Warmerdam
|
||||
Frank Lindeman
|
||||
Frank Lichtenheld
|
||||
Files
|
||||
Ferdinand Cornelissen
|
||||
Fabien Dachicourt
|
||||
Edmond Gheury
|
||||
@ -205,10 +198,8 @@ Blake Williams
|
||||
Bart Gallet
|
||||
Axel Volley
|
||||
Antoine Hue
|
||||
Andrew Sampson
|
||||
Andrew Reyonolds
|
||||
Andreas Jochens
|
||||
Andew Sampson
|
||||
Anders Backman
|
||||
Allen Bierbaum
|
||||
Alberto Jaspe
|
||||
|
@ -168,6 +168,15 @@ bool validName(const std::string& first)
|
||||
if (first=="TextureRectangle") return false;
|
||||
if (first=="DeleteHandler") return false;
|
||||
if (first=="EventQueue") return false;
|
||||
if (first=="TrPageViewer") return false;
|
||||
if (first=="TestManipulator") return false;
|
||||
if (first=="ProducerEventCallback") return false;
|
||||
if (first=="OrientationConverter") return false;
|
||||
if (first=="Logos") return false;
|
||||
if (first=="LineStipple") return false;
|
||||
if (first=="Files") return false;
|
||||
if (first=="Mr") return false;
|
||||
if (first=="Osfields") return false;
|
||||
return true;
|
||||
}
|
||||
|
||||
@ -250,6 +259,7 @@ std::string typoCorrection(const std::string& name)
|
||||
if (name=="Yefrei") return "Yefei";
|
||||
if (name=="Yfei") return "Yefei";
|
||||
if (name=="Antonoine") return "Antoine";
|
||||
if (name=="Andew") return "Andrew";
|
||||
return name;
|
||||
}
|
||||
|
||||
@ -263,7 +273,7 @@ void nameCorrection(NamePair& name)
|
||||
if (name.first=="Paul" && name.second=="de")
|
||||
{
|
||||
name.first = "Paul";
|
||||
name.second = "de Repentinguy";
|
||||
name.second = "de Repentingy";
|
||||
}
|
||||
if (name.first=="Nick" && name.second=="")
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user