OpenSceneGraph/src
Robert Osfield 4896fe6e05 From Mattias Helsing, "When building osg static on Windows the _declspec's wasn't escaped for
applications, examples or wrappers. Attached are the CMakeLists I had
to change to make these compile.
"
2008-12-11 17:00:40 +00:00
..
OpenThreads Added Thread::Init() to CurrentThread 2008-11-05 10:27:49 +00:00
osg From Ferdi Smit, "Image.cpp didn't handle the integer data types correctly in the function: 2008-12-03 12:09:21 +00:00
osgAnimation Added OpenThreads to link lists 2008-12-01 11:19:11 +00:00
osgDB Added DatabasePager::getRequestsInProgress() that return true if there are still tiles to load. 2008-11-26 11:12:19 +00:00
osgFX Set the default setting of LineWidth to 2.0 to ensure that old default behavior 2008-07-16 16:05:43 +00:00
osgGA From Michael Platings, Converted std::fstream/ifstream/ofstream to osgDB::fstream/ifstream/ofstream and 2008-11-07 15:08:08 +00:00
osgIntrospection Reverted the changes for ill fated tweaks for Apple build 2008-04-24 11:34:43 +00:00
osgManipulator From Serge Lages, "Here you can find some modifications to osgManipulator to work with double values instead of floats. Indeed I faced problems with the osgManipulator library when working with Earth based scenes, it was impossible to drag objects in a precise way if they were too far from the center of the scene." 2008-11-21 11:23:21 +00:00
osgParticle Made the ParticleSystemUpdate::addParticleSystem, removeParticleSystem, replaceParticleSystem and setParticleSystem methods all virtual to allow them to be overriden. 2008-11-21 12:30:12 +00:00
osgPlugins From Mattias Helsing, "When building osg static on Windows the _declspec's wasn't escaped for 2008-12-11 17:00:40 +00:00
osgShadow Changed to using stdio.h. 2008-11-06 16:48:55 +00:00
osgSim From Marcin Prus, "some time ago there was an optimization fix including change in DirectionalSector::computeMatrix(). 2008-12-10 10:10:45 +00:00
osgTerrain Introduced support for controlling mipmapping of osgTerrain::ImageLayer and compression of osgTerrain::HeightFieldLayer. 2008-10-20 08:43:25 +00:00
osgText From Mathias Froehlich, "Attached one namespace/scope lookup problem which shows up on irix." 2008-09-18 15:16:57 +00:00
osgUtil Removed #if 0'd out reference to osgDB 2008-12-10 15:01:49 +00:00
osgViewer Refactored computeIntersections() float x,float y, const osg::NodePath& nodePath. 2008-12-10 11:12:37 +00:00
osgVolume Added return 2008-12-10 09:34:45 +00:00
osgWidget Fixed cull callback usage to ensure that the lazy updating of the browser image functions automatically. 2008-12-09 14:07:59 +00:00
osgWrappers From Mattias Helsing, "When building osg static on Windows the _declspec's wasn't escaped for 2008-12-11 17:00:40 +00:00
CMakeLists.txt Removed the optional build for osgWidget and plugins as these are options that are appropriate for building all the time 2008-11-22 14:30:21 +00:00