OpenSceneGraph/src
2011-09-20 10:59:18 +00:00
..
OpenThreads Fixed warnings generated by clang, 2011-06-23 19:58:52 +00:00
osg From Luc Frauciel, "You'll find attached a new option that allow, when using LOD in USER_DEFINED_CENTER mode to expand the radius of the node by the radius of loaded objets. 2011-09-19 10:34:31 +00:00
osgAnimation Fixed warnings generated by clang, 2011-06-23 19:58:52 +00:00
osgDB Added handling of <!DOCTYPE...> tag and "" options. 2011-09-20 10:01:07 +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 Added better error reporting and handling when <key> tag contents are not valid. 2011-09-20 10:59:18 +00:00
osgPresentation Added support for creating a 3D Image from an image list. 2011-06-08 16:10:46 +00:00
osgQt From Robert Milharcic, "This will hopefully fix some issues with osgQt, more precisely with GLWidget event handling. There are at least two current GL context braking events, QEvent::Hide and QEvent::ParentChange. When running in a multithreaded mode they both try to change current GL context in a wrong thread (main GUI thread). The QEvent::ParentChange is also problematic when running in a single threaded model because Qt is going to release current contex then delete it, and then it will create new one, and as a result the osg will continue to render to an invalid deleted context. This changes workaround above problems by deferring execution of the problematic evens. These events has to be enqueued and executed later. The enqueued event processing is currently done right after swap in a swapBuffersImplementation of GraphicsWindowQt while code is running in a render thread by calling QGLWidget handler directly. In principle the deferred events queue should be executed while in GUI thread but I couldn't find any reliable way to do this, that is without risking a deadlock. For now it is assumed, Qt is not going to execute any GUI thread only operations inside the QGLWidget handler." 2011-09-13 11:09:39 +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 From Farshild Lashkari, "Attached is a simple patch that avoids the depth write pass in Text::renderWithDelayedDepthWrites if the current osg::State object has GL_DEPTH_TEST disabled." 2011-09-13 09:21:07 +00:00
osgUtil From Farshid Lashkari, " 2011-09-13 10:15:07 +00:00
osgViewer From Ulrich Hertlein, "attached is a patch that cleans up compiler warnings and common functionality." 2011-09-19 10:42:54 +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 From Luc Frauciel, "You'll find attached a new option that allow, when using LOD in USER_DEFINED_CENTER mode to expand the radius of the node by the radius of loaded objets. 2011-09-19 10:34:31 +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