Re: [osg-submissions] CompositeViewer getContexts

2008-08-21 Thread Robert Osfield
HI Serge, The set is used to make sure that no duplicate entries exist in the context list, replacing with a std::vector would not achieve this. Robert. On Wed, Aug 20, 2008 at 5:28 PM, Serge Lages [EMAIL PROTECTED] wrote: Hi Robert, Here is a little change to the getContexts method from

[osg-submissions] Modifications in osgPlugins

2008-08-21 Thread guillaume . chouvenc
Hi, I have modified Uniform.cpp and StateSet.cpp in src/osgPlugins/osg to support the reading and writing of Uniform Callback and StateSet Callback in osg files. Thanks, Guillaume. osgPlugins.rar Description: Binary data ___ osg-submissions mailing

[osg-submissions] cmake-2.6 patch 1 introduces new policy CMP0008

2008-08-21 Thread Mattias Helsing
I installed latest Cmake(2.6.1) on a new machine and got a CMP008 warning from cmake. This fix set up osg to use the old behaviour which have worked before. We might set this to NEW but I need to do more testing first. I'l be able to test this on winxp with msvc80/90 and ubuntu hardy with gcc-4.2.

Re: [osg-submissions] Proposal: optionally build examples manually on MSVC

2008-08-21 Thread Jean-Sébastien Guay
Hi Matthias, I'm proposing this optional setting for MSVC users: I like to have the examples in the solution explorer but don't like to wait for them to build on every svn update. I seldom build the examples but use them for reference. With the content of this submission one can build single

Re: [osg-submissions] BUG FIX: osgdb_qt

2008-08-21 Thread Ulrich Hertlein
Guerrero, Michael (CIV) wrote: QuicktimeInitializer() :osg::Referenced() { ... static bool registered = false; if (!registered){ registerQTReader(); } } You forgot to set 'registered=true' after 'registerQTReader()'. (This all feels like it could use a singleton...) /ulrich

Re: [osg-submissions] Proposal: optionally build examples manually on MSVC

2008-08-21 Thread Maciej Krol
Hi Mattias, I simply select all examples in Solution Explorer and choose Unload Project from context menu. Regards, Maciej 2008/8/21 Mattias Helsing [EMAIL PROTECTED] Hi Robert, all, (sorry for not being polite in previous post) I'm proposing this optional setting for MSVC users: I like