OpenSceneGraph/src
Robert Osfield 796ccd14c8 From Cedric Pinson, from three submissions:
"Here a patch that correct like the previous assign collada material name
to stateset."

and

"I changed how the collada reader set object name in osg. Current
implementation use collada ID to setup name. with this patch I use
collada name to setup name in osg object and if collada provide no name
I use as fallback ID. I am not sure we want this fallback.

The motivation of this change is that when an artist set names to its
objects and export to collada, I am not able to use those names in osg
to retrieve the node."

and

"Here the update of the file that fix the light id stuff"
2011-09-12 11:28:14 +00:00
..
OpenThreads Fixed warnings generated by clang, 2011-06-23 19:58:52 +00:00
osg Added missing assignement of _simulationTime. 2011-08-15 14:37:16 +00:00
osgAnimation Fixed warnings generated by clang, 2011-06-23 19:58:52 +00:00
osgDB From Paul Idstein, warning fixes for OSX 10.7 2011-09-12 11:24:24 +00:00
osgFX From Rafa Gaitan, "I have added the macro SETUP_LIBRARY, similar to SETUP_PLUGIN or 2011-03-08 13:51:13 +00:00
osgGA Resolved warnings reported by g++ 4.6's -Wunused-but-set-variable. 2011-06-22 12:30:01 +00:00
osgManipulator Fixed warnings generated by clang, 2011-06-23 19:58:52 +00:00
osgParticle Resolved warnings reported by g++ 4.6's -Wunused-but-set-variable. 2011-06-22 12:30:01 +00:00
osgPlugins From Cedric Pinson, from three submissions: 2011-09-12 11:28:14 +00:00
osgPresentation Added support for creating a 3D Image from an image list. 2011-06-08 16:10:46 +00:00
osgQt From Claus Scheiblauer, fixed handling of horizontal mouse wheel events. 2011-07-20 10:17:19 +00:00
osgShadow Added handling the ShadowSettings::LightNum for selecting which light to use. 2011-09-07 20:05:25 +00:00
osgSim From Martin Innus, fixed erroneous change of INTEGER to UNKNOWN, reverting back to INTEGER. 2011-06-24 13:35:20 +00:00
osgTerrain Resolved warnings reported by g++ 4.6's -Wunused-but-set-variable. 2011-06-22 12:30:01 +00:00
osgText Introduced workaround for problem of text that is scaled in screen coords, but hasn't been rendered yet 2011-07-20 09:10:32 +00:00
osgUtil Added fine grained computation of the far plane when using the COMPUTE_NEAR_FAR_USING_PRIMITIVES ComputeNearFarMode. 2011-09-01 18:48:21 +00:00
osgViewer From Bob Kuehne, build fix for OSX 10.7 SDK. 2011-09-12 11:24:52 +00:00
osgVolume Resolved warnings reported by g++ 4.6's -Wunused-but-set-variable. 2011-06-22 12:30:01 +00:00
osgWidget Fixed Coverity reported issues. 2011-05-06 10:29:47 +00:00
osgWrappers Reverted the change to the default setting of _resizeNonPowerOfTwoHint back to true for all platforms to ensure the 2011-07-28 11:05:10 +00:00
CMakeLists.txt From Rene Molenaar, "I have found a problem regarding manifest in the plugins, 2011-05-12 11:45:29 +00:00