OpenSceneGraph/src
2008-06-16 13:20:51 +00:00
..
OpenThreads From Philip Lowman, post 1: 2008-05-26 22:36:58 +00:00
osg From Marco Lehmann and Robert Osfield, this fix was implemented by Robert but 2008-06-03 11:31:42 +00:00
osgDB Refactored the management of the request queues so that the appropraite mutex is locked when DatabaseRequest objects are modified 2008-06-12 16:33:24 +00:00
osgFX Reverted the changes for ill fated tweaks for Apple build 2008-04-24 11:34:43 +00:00
osgGA Added support for assigning GraphicsContext to individual GUIEventAdapter events, 2008-06-02 17:34:47 +00:00
osgIntrospection Reverted the changes for ill fated tweaks for Apple build 2008-04-24 11:34:43 +00:00
osgManipulator Reverted the changes for ill fated tweaks for Apple build 2008-04-24 11:34:43 +00:00
osgParticle From Raymond de Vries, "This fix tests the right variable before it is allocated. Fortunately, until now it tested another variable (_particleSizeUniform, which is, at that moment, not allocated as well) and everything went ok. So it does not fix a crash or so, it is a matter of correct code. 2008-05-08 14:00:00 +00:00
osgPlugins Added mutex to serialize access to the trpager 2008-06-16 13:20:51 +00:00
osgShadow From Adrian Egli, improvements to ParallelSplitShadowMap implementation 2008-05-28 14:11:22 +00:00
osgSim From Lars Nilson, bug fix to Sector::computeMatrix() 2008-05-27 17:32:26 +00:00
osgTerrain Reorginized the TerrainTile/TerrainTechnique dirty mechanism so that TerrainTile 2008-05-27 15:30:20 +00:00
osgText Reverted the changes for ill fated tweaks for Apple build 2008-04-24 11:34:43 +00:00
osgUtil From Glenn Waldron, "I'm using an IntersectionVisitor with a PagedLOD database, employing a ReadCallback to allow the intersector to traverse the paged nodes. I discovered that if the visitor is unable (for any reason) to load a subtile via the ReadCallback, the intersection fails. However, I had the requirement to "fall back" on the lower-resolution parent tile and settle for that intersection. 2008-06-06 16:28:27 +00:00
osgViewer Quitened down the release context message 2008-06-06 09:08:16 +00:00
osgWrappers Updated wrappers, authors and readme for 2.5.2 dev release 2008-06-06 19:57:56 +00:00
CMakeLists.txt From Serge Lages, "Here is a new modification to CMake adding an option (OSG_MSVC_GENERATE_PLUGINS_AND_WRAPPERS_MANIFESTS) to specify if we want to generate or not the manifest files under VS8 for the plugins and the wrappers. It seems that the manifests are needed if we try to load dynamically a core OSG dll." 2007-12-12 09:48:39 +00:00