OpenSceneGraph/src
2016-10-06 14:18:14 +01:00
..
OpenThreads Build fix for VS. 2016-06-09 14:10:02 +01:00
osg Replaced local static usage to avoid threading and mulit-context issues 2016-09-22 14:34:13 +01:00
osgAnimation From KOS, "New classes for osgAnimation presented: UpdateFloatUniform, UpdateVec3fUniform and UpdateMatrixfUniform (based on UpdateUniform template) 2015-06-03 09:14:35 +00:00
osgDB Fixed bug not detecting unc pathes in osgDB::isAbsolutePath() 2016-05-31 16:17:15 +01:00
osgFX Introduced CMake option OSG_PROVIDE_READFILE option that defaults to ON, but when switched to OFF disables the building of the osgDB::read*File() methods, 2015-10-22 14:14:53 +00:00
osgGA From Philippe Renon, "Fixed potential divide by zero in NodeTrackerManipulator : The divide by zero happens when throwing a NodeTrackerManipulator. 2015-06-10 10:00:27 +00:00
osgManipulator From Albert Luaces, typo fixes. 2015-06-01 13:40:20 +00:00
osgParticle From Jannik Heller, osgParticle freeze on cull fix, ammended by Robert Osfield to make if statements a little more readable. 2016-02-23 10:14:21 +00:00
osgPlugins Merge branch 'OpenSceneGraph-3.4' of https://github.com/openscenegraph/OpenSceneGraph into OpenSceneGraph-3.4 2016-07-31 14:57:11 +01:00
osgPresentation Introduced CMake option OSG_PROVIDE_READFILE option that defaults to ON, but when switched to OFF disables the building of the osgDB::read*File() methods, 2015-10-22 14:14:53 +00:00
osgQt From Sebastian Messershmidt, "The uncommented pointer type QTimerEvent */*event*/ leads to a compiler error under visual studio 2010" 2015-10-23 11:07:30 +00:00
osgShadow Warning fixes for Clang-3.6 2015-07-23 11:14:00 +00:00
osgSim Fixed invalidated iterator bug pick up by Coverity. 2016-06-10 12:45:38 +01:00
osgTerrain Introduced CMake option OSG_PROVIDE_READFILE option that defaults to ON, but when switched to OFF disables the building of the osgDB::read*File() methods, 2015-10-22 14:14:53 +00:00
osgText Revert "From Jannik Heller and Robert Osfield, introduced ReadResult/WriteResult::statusMessage() method that creates a std::string from the stutus value and message string." 2016-01-25 12:18:32 +00:00
osgUI Introduced CMake option OSG_PROVIDE_READFILE option that defaults to ON, but when switched to OFF disables the building of the osgDB::read*File() methods, 2015-10-22 14:14:53 +00:00
osgUtil fix bug in SmoothingVisitor tripped by bunny.ply 2016-10-06 14:18:14 +01:00
osgViewer From Philippe Renon and Robert Osfield, osgViewer::Viewer::checkNeedToDoFrame should return true when only the root node has an update callback. 2016-05-26 17:51:35 +01:00
osgVolume Fixed "Using invalid iterator" bug in getTile() methods, detected by Covertity. 2016-06-09 11:43:28 +01:00
osgWidget Rewrote Window::setNextFocusable() to address a bug in the management of the search iterator. Covertiy reported bug "Undefined behavior may result; the program may crash or subtly misbehave. 2016-06-09 12:10:38 +01:00
osgWrappers Changed the prototype from NULL to osg::DummyObject to address a bug in reading .osgt + .osgx where an image is written out but fails to read the file causes subsequent parts of the file to be mis-read 2016-01-22 10:14:35 +00:00
CMakeLists.txt From Rafa Gaitan, "I finally had some time to change the build system for Android using a Toolchain, which, I think, will be easier to maintain and uses cmake standard system to build it. 2014-11-21 10:37:33 +00:00