diff --git a/AUTHORS.txt b/AUTHORS.txt index 918a0a848..da60b6429 100644 --- a/AUTHORS.txt +++ b/AUTHORS.txt @@ -1,6 +1,6 @@ -OpenSceneGraph Library 2.5.1 +OpenSceneGraph Library 2.5.2 -314 Contributors: +315 Contributors: Firstname Surname ----------------- @@ -46,12 +46,13 @@ Michael Gronager Daniel Sjölie Chris Hanson Per Fahlberg +Paul Melis J.P. Delport David Spilling Sherman Wilcox -Paul Melis Joran Jessurun Jason Beverage +Philip Lowman Melchior Franz Jason Daly Frederic Marmond @@ -63,13 +64,13 @@ Sondra Iverson Serge Lages Rune Schmidt Jensen Rainer Oder -Philip Lowman Mike Connell Michael Platings Joakim Simonsson Carlo Camporesi Ben Discoe Andreas Ekstrand +Stephane Lamoliatte Sasa Bistrovic Martin Naylor Martin Aumueller @@ -85,15 +86,16 @@ Brad Colbert Vivek Rajan Thibault Genessay Terry Welsh -Stephane Lamoliatte Sean Spicer Ravi Mathur Nikolaus Hanekamp Neil Salter Mihai Radu Michael Hartman +Mathieu Marache Luc Frauciel Laurens Voerman +Glenn Waldron David Guthrie Corbin Holtz Cedric Pinson @@ -105,10 +107,8 @@ Sebastien Grignard Romano Magacho Roland Smeenk Paul de Repentigny -Mathieu Marache Leandro Motta Barros John Kelso -Glenn Waldron Gino van den Bergen Daniel Larimer Colin Dunlop @@ -163,6 +163,7 @@ Maya Leonard Max Behensky Mathew May Martijn Kragtwijk +Mario Valle Kevin Moiule Keith Steffen Joseph Winston @@ -241,9 +242,9 @@ Mathia Walker Mason Menninger Martin Spott Martin Amueller -Mario Valle Mario Guimaraes Marin Lavery +Marco Lehmann Louis Hamilton Lewis Harmon Lars Nilson diff --git a/README.txt b/README.txt index 9fc6cdab9..7e87610ea 100644 --- a/README.txt +++ b/README.txt @@ -15,7 +15,7 @@ subscribe to our public mailing list: Robert Osfield. Project Lead. -30th May 2008. +6th June 2008. -- diff --git a/src/osgWrappers/osg/Shape.cpp b/src/osgWrappers/osg/Shape.cpp index f59c5db72..a22297352 100644 --- a/src/osgWrappers/osg/Shape.cpp +++ b/src/osgWrappers/osg/Shape.cpp @@ -512,6 +512,11 @@ BEGIN_VALUE_REFLECTOR(osg::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, Properties::VIRTUAL, __void__apply__C5_Sphere_R1, @@ -1046,6 +1051,11 @@ BEGIN_VALUE_REFLECTOR(osg::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, Properties::VIRTUAL, __void__apply__Sphere_R1,