Updated AUTHORS and READER for 2.7.7 dev release

This commit is contained in:
Robert Osfield
2008-12-12 19:19:01 +00:00
parent a8889d7922
commit 73d7d31d60
3 changed files with 15 additions and 12 deletions

View File

@@ -1,6 +1,6 @@
OpenSceneGraph Library 2.7.6
OpenSceneGraph Library 2.7.7
357 Contributors:
359 Contributors:
Firstname Surname
-----------------
@@ -18,8 +18,8 @@ Farshid Lashkari
Bob Kuehne
Ulrich Hertlein
Eric Sokolowsky
Martin Lavery
Jean-Sebastien Guay
Martin Lavery
David Callu
Tree
Luigi Calori
@@ -33,13 +33,13 @@ Roger James
Jeremy Moles
Andy Skinner
Norman Vine
Art Tevs
Alberto Farre
Andr<EFBFBD> Garneau
Ruben Lopez
Randall Hopper
Michael Platings
Jason Beverage
Art Tevs
Adrian Egli
Paul Melis
Olaf Flebbe
@@ -56,8 +56,8 @@ Daniel Sj
Chris Hanson
Sherman Wilcox
Philip Lowman
Melchior Franz
Jason Daly
Melchior Franz
Chris Denham
Cedric Pinson
Serge Lages
@@ -84,6 +84,7 @@ Ben Discoe
Andreas Ekstrand
Sasa Bistrovic
Neil Groves
Mattias Helsing
Martin Naylor
Martin Aumueller
Markus Trenkwalder
@@ -114,7 +115,6 @@ Sebastien Grignard
Romano Magacho
Richard Schmidt
Paul de Repentigny
Mattias Helsing
Liang Aibin
Leandro Motta Barros
John Vidar Larring
@@ -153,14 +153,17 @@ Charles Cole
Blake Williams
Antoine Hue
Andrew Bettison
Andreas Goebel
Anders Backman
Ali Botorabi
Zach Deedler
Yuzhong Shen
Wang Rui
Tugkan Calapoglu
Tim Daoust
Terrex
Sylvain Marie
Sukender
Steve Lunsford
Stephane Simon
Stephan Eilemann
@@ -192,6 +195,7 @@ Gustavo Wagner
Guillaume Chouvenc
Gerrick Bivins
George Tarantilis
Ferdi Smit
Erik den Dekker
Edgar Ellis
David Ergo
@@ -200,11 +204,9 @@ Christophe Loustaunau
Brad Anderegg
Andrew Sampson
Andrew Lorino
Andreas Goebel
Zbigniew Sroczynski
Yuri Vilmanis
Warren Macchi
Wang Rui
Wang Lam
Walter J. Altice
Volker Walkiewicz
@@ -277,6 +279,7 @@ Martin Amueller
Mario Guimaraes
Marin Lavery
Marco Lehmann
Marcin Prus
Maceij Krol
Lukas Diduch
Louis Hamilton
@@ -314,7 +317,6 @@ Frank Warmerdam
Frank Lindeman
Frank Lichtenheld
Ferdinand Cornelissen
Ferdi Smit
Fabien Dachicourt
Ewe Woessner
Emmanuel Roche

View File

@@ -15,7 +15,7 @@ subscribe to our public mailing list:
Robert Osfield.
Project Lead.
29th October 2008.
12th December 2008.
--

View File

@@ -229,6 +229,7 @@ bool validName(const std::string& first)
if (first=="OpenSceneGraph-osgWidget-dev") return false;
if (first=="Valve") return false;
if (first=="Source") return false;
if (first=="PixelDataBufferObject") return false;
return true;
}
@@ -728,11 +729,11 @@ void readContributors(NameMap& names, const std::string& file)
}
else
{
if (words[i]=="robert:")
if (words[i]=="robert")
{
++names[NameRobertOsfield];
}
else if (words[i]=="don:")
else if (words[i]=="don")
{
++names[NameDonBurns];
}