OpenSceneGraph/src
Robert Osfield af01a9e984 From Mathias Froehlich, "The attached change to the default font makes the baseline correctly working
and makes the glyphs aspect ratio match their 12x8 bitmaps.
I am not exactly sure about osgTexts current internals but it matches the
changes that happened lately to the txf font.
"
2012-02-06 13:35:45 +00:00
..
OpenThreads Fixed warnings generated by clang, 2011-06-23 19:58:52 +00:00
osg From Brad Christiansen, "The attached files add the ability to control when a paged child becomes eligible for expiry based on time and/or elapsed frames. 2012-02-06 12:06:40 +00:00
osgAnimation Fixed warnings generated by clang, 2011-06-23 19:58:52 +00:00
osgDB Improved handling of archives 2012-02-03 11:10:17 +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 From Stephan Huber, "attached you'll find a first version of multi-touch-support for OS X (>= 2012-02-03 14:25:08 +00:00
osgManipulator Added DraggerTransformCallback::HandleCommandMask to DraggerTransformCallback to allow applications to select which 2012-02-01 13:55:38 +00:00
osgParticle Moved the createSpotLightImage function into include/osg/ImageUtils 2011-12-19 09:37:57 +00:00
osgPlugins From Cory Riddell, "I've been using the dot plugin and found that our application which sets 2012-02-06 13:29:38 +00:00
osgPresentation Refactored the click_to_run implementation to avoid bug associated with running the first click_to_run entry in a layer when 2012-01-24 14:27:17 +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 To fix problems in tight bound computation of the shadow map made the ComputeLightSpaceBounds usage always used when the 2011-11-25 12:48:03 +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 Gunnar Holm, "After upgrading from 2.8.3 to 3.0.1 we experienced a lock in the Mutex 2011-12-23 17:34:07 +00:00
osgText From Mathias Froehlich, "The attached change to the default font makes the baseline correctly working 2012-02-06 13:35:45 +00:00
osgUtil From Jan Peciva, "attaching improved StatsVisitor. Changes: 2012-02-06 12:36:25 +00:00
osgViewer From Stephan Huber, "attached you'll find a first version of multi-touch-support for OS X (>= 2012-02-03 15:15:37 +00:00
osgVolume Updated built in volume shaders to honour the osg::Matierial setting 2011-11-11 10:36:17 +00:00
osgWidget Fixed Coverity reported issues. 2011-05-06 10:29:47 +00:00
osgWrappers From Robert Milharcic, "In attached file I implemented LOAD_IMMEDIATELY mode for new osg ProxyNode wrapper. Current version of proxynode loading uses DatabasePager for both modes(DEFER_LOADING_TO_DATABASE_PAGER and LOAD_IMMEDIATELY). 2012-02-06 13:27:25 +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