OpenSceneGraph/src
2011-05-30 09:26:24 +00:00
..
OpenThreads Fixed Coverity reported issue. Issue is benign as all the member variables are initialized in after construction, 2011-04-27 16:37:25 +00:00
osg Fixed X11 related crash that occured when GraphicsWindow::setCursor was called right after viewer.realize(); 2011-05-30 09:25:11 +00:00
osgAnimation From Rafa Gaitan, "I have added the macro SETUP_LIBRARY, similar to SETUP_PLUGIN or 2011-03-08 13:51:13 +00:00
osgDB From Dietmar Funck, "I've noticed an issue when writing arrays of type Vec2D and Vec3D to a .osgb file. A number is written to the output stream to identify the array type. In case of Vec2D and Vec3D arrays Vec4D is written as array type - I guess this is a copy and paste mistake. 2011-05-26 16:34:33 +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 Uppded the default acceleration as it was too slow for reasonable sized models 2011-05-19 13:25:03 +00:00
osgManipulator From Rafa Gaitan, "I have added the macro SETUP_LIBRARY, similar to SETUP_PLUGIN or 2011-03-08 13:51:13 +00:00
osgParticle From Rafa Gaitan, "I have added the macro SETUP_LIBRARY, similar to SETUP_PLUGIN or 2011-03-08 13:51:13 +00:00
osgPlugins From Eric Sokolowsky, "Attached is an updated PNM plugin for inclusion in both the trunk and for release version 2.8.5. The attached file fixes numerous bugs in reading 8-bit and 16-bit images, including loading the images upside-down. This file also incorporates trunk patch r12220 which updated the plugin for reading and writing images through streams instead of C-style FILE I/O." 2011-05-27 09:05:20 +00:00
osgPresentation Added .get() to fix build 2011-03-19 16:25:01 +00:00
osgQt Fixed build error 2011-05-24 10:08:40 +00:00
osgShadow Fixed 3 Coverity reported issues. CID 11622 is a bit of false positive as for valid settings no leak would happen. 2011-04-27 16:03:37 +00:00
osgSim Fixed Coverity reported issue. 2011-05-09 10:54:50 +00:00
osgTerrain From Rafa Gaitan, "I have added the macro SETUP_LIBRARY, similar to SETUP_PLUGIN or 2011-03-08 13:51:13 +00:00
osgText From Terry Welsh, "I was having a small culling problem with osgText... new TextBase.cpp that fixes it." 2011-05-30 08:24:34 +00:00
osgUtil From Laurens Voerman, "While working on the osg exporter for 3dsmax I found a bug in the TriStripVisitor. I created a small example (attached), and a modified version of 2011-05-27 09:00:53 +00:00
osgViewer Added closing of the _eventDisplay on failure of initializing the context properly. 2011-05-30 09:26:24 +00:00
osgVolume Fixed Coverity reported issue. 2011-05-06 12:27:19 +00:00
osgWidget Fixed Coverity reported issues. 2011-05-06 10:29:47 +00:00
osgWrappers From Johannes Bauerle, "I experienced problems using binary shaders in osgt files (=the osg-serializer plugins). At runtime std::bad_alloc errors were thrown when using binary shaders. 2011-02-14 13:54:15 +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