Re: [osg-users] OSG 2.8.1

2009-05-05 Thread Andy Skinner
How much feedback do you need for OSG 2.8.1?

thanks,
andy

___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org


Re: [osg-users] OSG 2.8.1

2009-05-05 Thread Robert Osfield
On Tue, May 5, 2009 at 1:21 PM, Andy Skinner andy.skin...@mathworks.com wrote:
 How much feedback do you need for OSG 2.8.1?

The the more feedback the better.

I have a couple of bugs fixes that I've just merged from svn/trunk
into the OSG-2.8, and have am about to a submissions purge that will
probably pull in some more minor changes too, these will require a rc4
which I'll tag later today or tomorrow morning.

Robert.
___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org


Re: [osg-users] OSG 2.8.1

2009-05-05 Thread Robert Osfield
Hi Tanguy,

On Tue, May 5, 2009 at 4:22 PM, Tanguy Fautre
tang...@aristechnologies.com wrote:
 Is there any ETA on the final 2.8.1 if this RC4 goes according to plan?

It would be good to get 2.8.1 out for the middle of this month.  I
need to get on top of submissions and make another rc, then hopefully
this will be the last, let this be tested this week and it look good
then do a 2.8.1 release next week.

To do this I'll need lots of testing from the community ;-)

Robert.
___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org


Re: [osg-users] OSG 2.8.1

2009-05-05 Thread Tanguy Fautre
Hi Robert,

Good to know. I think we're going to start the testing and (pre-)release
process with the RC4 then, and move to Final at a later point.

For you it means you'll get our whole testing department busy on OSG
2.8.1 RC4. ;-)

Tanguy


-Original Message-
From: osg-users-boun...@lists.openscenegraph.org
[mailto:osg-users-boun...@lists.openscenegraph.org] On Behalf Of Robert
Osfield
Sent: Tuesday 05 May 2009 16:52
To: OpenSceneGraph Users
Subject: Re: [osg-users] OSG 2.8.1

Hi Tanguy,

On Tue, May 5, 2009 at 4:22 PM, Tanguy Fautre
tang...@aristechnologies.com wrote:
 Is there any ETA on the final 2.8.1 if this RC4 goes according to
plan?

It would be good to get 2.8.1 out for the middle of this month.  I
need to get on top of submissions and make another rc, then hopefully
this will be the last, let this be tested this week and it look good
then do a 2.8.1 release next week.

To do this I'll need lots of testing from the community ;-)

Robert.
___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.or
g
___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org


Re: [osg-users] OSG 2.8.1

2009-03-20 Thread Robert Osfield
2009/3/19 Andy Skinner andy.skin...@mathworks.com

  This seems to work, too.  I haven’t done what I’d call a thorough
 qualification, but I’m happy.


Thanks for the testing.  Next Monday I'll tag the 2.8.1-rc1 and do another
call for testing.  Hopefully be the end of next week we can roll 2.8.1 out
the door ;-)

Robert.
___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org


Re: [osg-users] OSG 2.8.1

2009-03-19 Thread Andy Skinner
This seems to work, too.  I haven't done what I'd call a thorough 
qualification, but I'm happy.

thanks,
andy

From: osg-users-boun...@lists.openscenegraph.org 
[mailto:osg-users-boun...@lists.openscenegraph.org] On Behalf Of Robert Osfield
Sent: Wednesday, March 18, 2009 12:39 PM
To: OpenSceneGraph Users
Subject: Re: [osg-users] OSG 2.8.1

Hi Andy,
2009/3/18 Andy Skinner 
andy.skin...@mathworks.commailto:andy.skin...@mathworks.com

You know, I was thinking that using SVN was going to get me the latest, but I 
bet I'm just getting SVN from when 2.8.0 was made.  I'm using the line (copied 
from downloads page):

svn co 
http://www.openscenegraph.org/svn/osg/OpenSceneGraph/tags/OpenSceneGraph-2.8.0 
OpenSceneGraph



Was that the wrong thing?

You're just picking up on the 2.8.0 tag, which is effectively set is stone now 
as it maps directly to what the 2.8.0 binaries etc. were built from.

The version of test against is the OSG-2.8 branch, this is what we used to 
source the 2.8.0 tag, and where all the patches for the ongoing 2.8.x series 
have been applied, and when it comes to making 2.8.1 it'll be sourced directly 
from the OSG-2.8.  To get the OSG-2.8 branch us:

svn co 
http://www.openscenegraph.org/svn/osg/OpenSceneGraph/branches/http://www.openscenegraph.org/svn/osg/OpenSceneGraph/branches/OpenSceneGraph-2.8http://www.openscenegraph.org/svn/osg/OpenSceneGraph/branches/OpenSceneGraph-2.8OpenSceneGraph-2.8http://www.openscenegraph.org/svn/osg/OpenSceneGraph/branches/OpenSceneGraph-2.8
 OpenSceneGraph

2.8 in theory should be like 2.8.0 except for a number of bug fixes that've 
been applied.

Robert.
___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org


[osg-users] OSG 2.8.1

2009-03-18 Thread Andy Skinner
I've built the OSG successfully, but it is going to take me longer to test it 
with our software.

Last time I just built it without updating with our code, and now I'm finding 
that I have to change some of our BoundingSphere code that doesn't compile.  
I'll give feedback on the 2.8.1 as soon as I can.

andy

___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org


Re: [osg-users] OSG 2.8.1

2009-03-18 Thread Robert Osfield
HI Andy,

2009/3/18 Andy Skinner andy.skin...@mathworks.com

  I’ve built the OSG successfully, but it is going to take me longer to
 test it with our software.

Thanks for the testing.  Are you building against OSG-2.8.0 or the OSG-2.8
branch?

 Last time I just built it without updating with our code, and now I’m
 finding that I have to change some of our BoundingSphere code that doesn’t
 compile.  I’ll give feedback on the 2.8.1 as soon as I can.


What problems are you seeing with BoundingSphere code?   The main change was
the introduction of templates to enable use of double and float versions of
BoundingSphere.  The defaults should be the same as before though, i.e.
BoundingSphere - floating point BoundingSphere.


Robert.
___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org


Re: [osg-users] OSG 2.8.1

2009-03-18 Thread Andy Skinner
You know, I was thinking that using SVN was going to get me the latest, but I 
bet I'm just getting SVN from when 2.8.0 was made.  I'm using the line (copied 
from downloads page):

svn co 
http://www.openscenegraph.org/svn/osg/OpenSceneGraph/tags/OpenSceneGraph-2.8.0 
OpenSceneGraph

Was that the wrong thing?

First the BoundingSphere issue was me getting half old and  half new OSG.  I 
got past that and had a problem with BoundingBox, but that turned out to be 
from the forward declaration, and it isn't a class anymore.  Turns out the 
forward decl was unnecessary (we were already including Drawable), so I just 
removed it.

Let me know whether I need to do it again with a more recent version from SVN, 
and what specifically my command should be.

Thanks,
andy

From: osg-users-boun...@lists.openscenegraph.org 
[mailto:osg-users-boun...@lists.openscenegraph.org] On Behalf Of Robert Osfield
Sent: Wednesday, March 18, 2009 11:05 AM
To: OpenSceneGraph Users
Subject: Re: [osg-users] OSG 2.8.1

HI Andy,
2009/3/18 Andy Skinner 
andy.skin...@mathworks.commailto:andy.skin...@mathworks.com

I've built the OSG successfully, but it is going to take me longer to test it 
with our software.
Thanks for the testing.  Are you building against OSG-2.8.0 or the OSG-2.8 
branch?

Last time I just built it without updating with our code, and now I'm finding 
that I have to change some of our BoundingSphere code that doesn't compile.  
I'll give feedback on the 2.8.1 as soon as I can.

What problems are you seeing with BoundingSphere code?   The main change was 
the introduction of templates to enable use of double and float versions of 
BoundingSphere.  The defaults should be the same as before though, i.e. 
BoundingSphere - floating point BoundingSphere.


Robert.
___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org


Re: [osg-users] OSG 2.8.1

2009-03-18 Thread Robert Osfield
Hi Andy,

2009/3/18 Andy Skinner andy.skin...@mathworks.com

  You know, I was thinking that using SVN was going to get me the latest,
 but I bet I’m just getting SVN from when 2.8.0 was made.  I’m using the line
 (copied from downloads page):

 svn co
 http://www.openscenegraph.org/svn/osg/OpenSceneGraph/tags/OpenSceneGraph-2.8.0OpenSceneGraph



 Was that the wrong thing?


You're just picking up on the 2.8.0 tag, which is effectively set is stone
now as it maps directly to what the 2.8.0 binaries etc. were built from.

The version of test against is the OSG-2.8 branch, this is what we used to
source the 2.8.0 tag, and where all the patches for the ongoing 2.8.x series
have been applied, and when it comes to making 2.8.1 it'll be sourced
directly from the OSG-2.8.  To get the OSG-2.8 branch us:

svn co 
http://www.openscenegraph.org/svn/osg/OpenSceneGraph/branches/http://www.openscenegraph.org/svn/osg/OpenSceneGraph/branches/OpenSceneGraph-2.8
http://www.openscenegraph.org/svn/osg/OpenSceneGraph/branches/OpenSceneGraph-2.8
OpenSceneGraph-2.8http://www.openscenegraph.org/svn/osg/OpenSceneGraph/branches/OpenSceneGraph-2.8OpenSceneGraph

2.8 in theory should be like 2.8.0 except for a number of bug fixes that've
been applied.

Robert.
___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org