Updated AUTHORS file for 2.3.1 release

This commit is contained in:
Robert Osfield
2008-01-04 12:03:24 +00:00
parent d5db983b90
commit e72f5c0996
2 changed files with 14 additions and 10 deletions

View File

@@ -1,6 +1,6 @@
OpenSceneGraph Library 2.3.0
OpenSceneGraph Library 2.3.1
294 Contributors:
296 Contributors:
Firstname Surname
-----------------
@@ -10,8 +10,8 @@ Marco Jez
Mike Weiblen
Eric Wing
Brede Johansen
Geoff Michel
Paul Martz
Geoff Michel
Farshid Lashkari
Stephan Huber
Bob Kuehne
@@ -19,9 +19,9 @@ Ulrich Hertlein
Martin Lavery
Eric Sokolowsky
Tree
Mathias Fr<46>hlich
Trajce Nikolov
Mike Wittman
Mathias Fr<46>hlich
Luigi Calori
David Callu
Pavel Moloshtan
@@ -32,20 +32,21 @@ Alberto Farre
Andr<EFBFBD> Garneau
Ruben Lopez
Randall Hopper
Jean-Sebastien Guay
Andy Skinner
Olaf Flebbe
Gideon May
Don Tidrow
Romano Jos<6F> Magacho da Silva
Michael Gronager
Jean-Sebastien Guay
Daniel Sj<53>lie
Colin McDonald
Chris Hanson
Per Fahlberg
Jeremy Moles
David Spilling
Joran Jessurun
Jeremy Moles
Jason Daly
Frederic Marmond
David Fries
Boris Bralo
@@ -54,9 +55,9 @@ Sondra Iverson
Serge Lages
Rune Schmidt Jensen
Mike Connell
Jason Daly
Jason Beverage
Ben Discoe
Wojciech Lewandowski
Sherman Wilcox
Sasa Bistrovic
Rainer Oder
@@ -74,7 +75,6 @@ Brad Colbert
Art Tevs
Andreas Ekstrand
Adrian Egli
Wojciech Lewandowski
Vivek Rajan
Stephane Simon
Sean Spicer
@@ -88,6 +88,7 @@ Laurens Voerman
John Shue
David Guthrie
Corbin Holtz
Bryan Thrall
Brad Christiansen
Toshiyuki Takahei
Thom DeCarlo
@@ -99,9 +100,9 @@ Paul de Repentigny
Luc Frauciel
Leandro Motta Barros
Jos<EFBFBD> Delport
John Kelso
Daniel Larimer
Carlo Camporesi
Bryan Thrall
Bruce Clay
Alberto Barbati
Vladimir Shabanov
@@ -118,7 +119,6 @@ Mathieu Marache
Maria Ten
Ken Sewell
Julian Ortiz
John Kelso
Jeremy Bell
James French
Gabor Dorka
@@ -192,6 +192,7 @@ Tery Welsh
Tanguy Fautr<74>
Sylvan Marie
Sylvain Marie
Sid Byce
Shane Arnott
Sebastien Kuntz
Rudolf Wiedemann
@@ -200,6 +201,7 @@ Robert Swain
Rick Pingry
Reinhard Sainitzer
Rein Kadijk
Rafa Gaitan
Qing Shen
Philipp Siemoleit
Paul Obermeier

View File

@@ -207,6 +207,7 @@ bool validName(const std::string& first)
if (first=="OperationThread") return false;
if (first=="SimpleViewer") return false;
if (first=="IndexFaceSets") return false;
if (first=="Quicktime") return false;
return true;
}
@@ -322,6 +323,7 @@ std::string typoCorrection(const std::string& name)
if (name=="Wojiech") return "Wojciech";
if (name=="Leandowski") return "Lewandowski";
if (name=="Aderian") return "Adrian";
if (name=="Callue") return "Callu";
return name;
}