Updated wrappers, authors and readme for 2.5.2 dev release

This commit is contained in:
Robert Osfield 2008-06-06 19:57:56 +00:00
parent 5c98e1609d
commit fac838f791
3 changed files with 20 additions and 9 deletions

View File

@ -1,6 +1,6 @@
OpenSceneGraph Library 2.5.1 OpenSceneGraph Library 2.5.2
314 Contributors: 315 Contributors:
Firstname Surname Firstname Surname
----------------- -----------------
@ -46,12 +46,13 @@ Michael Gronager
Daniel Sjölie Daniel Sjölie
Chris Hanson Chris Hanson
Per Fahlberg Per Fahlberg
Paul Melis
J.P. Delport J.P. Delport
David Spilling David Spilling
Sherman Wilcox Sherman Wilcox
Paul Melis
Joran Jessurun Joran Jessurun
Jason Beverage Jason Beverage
Philip Lowman
Melchior Franz Melchior Franz
Jason Daly Jason Daly
Frederic Marmond Frederic Marmond
@ -63,13 +64,13 @@ Sondra Iverson
Serge Lages Serge Lages
Rune Schmidt Jensen Rune Schmidt Jensen
Rainer Oder Rainer Oder
Philip Lowman
Mike Connell Mike Connell
Michael Platings Michael Platings
Joakim Simonsson Joakim Simonsson
Carlo Camporesi Carlo Camporesi
Ben Discoe Ben Discoe
Andreas Ekstrand Andreas Ekstrand
Stephane Lamoliatte
Sasa Bistrovic Sasa Bistrovic
Martin Naylor Martin Naylor
Martin Aumueller Martin Aumueller
@ -85,15 +86,16 @@ Brad Colbert
Vivek Rajan Vivek Rajan
Thibault Genessay Thibault Genessay
Terry Welsh Terry Welsh
Stephane Lamoliatte
Sean Spicer Sean Spicer
Ravi Mathur Ravi Mathur
Nikolaus Hanekamp Nikolaus Hanekamp
Neil Salter Neil Salter
Mihai Radu Mihai Radu
Michael Hartman Michael Hartman
Mathieu Marache
Luc Frauciel Luc Frauciel
Laurens Voerman Laurens Voerman
Glenn Waldron
David Guthrie David Guthrie
Corbin Holtz Corbin Holtz
Cedric Pinson Cedric Pinson
@ -105,10 +107,8 @@ Sebastien Grignard
Romano Magacho Romano Magacho
Roland Smeenk Roland Smeenk
Paul de Repentigny Paul de Repentigny
Mathieu Marache
Leandro Motta Barros Leandro Motta Barros
John Kelso John Kelso
Glenn Waldron
Gino van den Bergen Gino van den Bergen
Daniel Larimer Daniel Larimer
Colin Dunlop Colin Dunlop
@ -163,6 +163,7 @@ Maya Leonard
Max Behensky Max Behensky
Mathew May Mathew May
Martijn Kragtwijk Martijn Kragtwijk
Mario Valle
Kevin Moiule Kevin Moiule
Keith Steffen Keith Steffen
Joseph Winston Joseph Winston
@ -241,9 +242,9 @@ Mathia Walker
Mason Menninger Mason Menninger
Martin Spott Martin Spott
Martin Amueller Martin Amueller
Mario Valle
Mario Guimaraes Mario Guimaraes
Marin Lavery Marin Lavery
Marco Lehmann
Louis Hamilton Louis Hamilton
Lewis Harmon Lewis Harmon
Lars Nilson Lars Nilson

View File

@ -15,7 +15,7 @@ subscribe to our public mailing list:
Robert Osfield. Robert Osfield.
Project Lead. Project Lead.
30th May 2008. 6th June 2008.
-- --

View File

@ -512,6 +512,11 @@ BEGIN_VALUE_REFLECTOR(osg::ConstShapeVisitor)
I_Constructor0(____ConstShapeVisitor, I_Constructor0(____ConstShapeVisitor,
"", "",
""); "");
I_Method1(void, apply, IN, const osg::Shape &, x,
Properties::VIRTUAL,
__void__apply__C5_Shape_R1,
"",
"");
I_Method1(void, apply, IN, const osg::Sphere &, x, I_Method1(void, apply, IN, const osg::Sphere &, x,
Properties::VIRTUAL, Properties::VIRTUAL,
__void__apply__C5_Sphere_R1, __void__apply__C5_Sphere_R1,
@ -1046,6 +1051,11 @@ BEGIN_VALUE_REFLECTOR(osg::ShapeVisitor)
I_Constructor0(____ShapeVisitor, I_Constructor0(____ShapeVisitor,
"", "",
""); "");
I_Method1(void, apply, IN, osg::Shape &, x,
Properties::VIRTUAL,
__void__apply__Shape_R1,
"",
"");
I_Method1(void, apply, IN, osg::Sphere &, x, I_Method1(void, apply, IN, osg::Sphere &, x,
Properties::VIRTUAL, Properties::VIRTUAL,
__void__apply__Sphere_R1, __void__apply__Sphere_R1,