OpenSceneGraph/src
Robert Osfield f2674b2911 Fixed Coverity issue.
CID 11695: Uninitialized pointer field (UNINIT_CTOR)
Non-static class member _ximpl is not initialized in this constructor nor in any functions that it calls.
2011-05-24 10:15:17 +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 Coverity issue. 2011-05-24 10:15:17 +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 Sukender, "There was a stupid parameter inversion in ExternalFileWriter.cpp. 2011-05-17 12:57:46 +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 Removed unused numX, numY member variables, and added initializer for firstHeaderWrite. 2011-05-23 16:58:49 +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 Fixed handling of Font implementations that don't handle multiple font resolutions. 2011-05-13 19:08:04 +00:00
osgUtil From Sukender, "Here is a tiny fix which adds missing virtual methods in osgUtil::TransformAttributeFunctor, to handle Vec3d." 2011-05-12 13:12:07 +00:00
osgViewer From Stephan Huber, "proposed changes allows the user to add a osgGraphicsWindowIOS as an 2011-05-16 12:44:39 +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