.. |
OpenThreads
|
From Ulrich Hertlein, "as discussed on osg-users there is an issue with clang++ on OS X and iOS that results in
|
2012-03-23 10:24:50 +00:00 |
osg
|
From Stephan Huber, "Attached you'll find a new ImageSequence.cpp which will fix an issue I had when moving the mouse cursor over the left window-border, as the index becomes negative. And I added a UdpSocket.cpp-file with more debuggin-output via some sprinkled printf-calls. "
|
2012-11-22 15:13:46 +00:00 |
osgAnimation
|
Ran script to remove trailing spaces and tabs
|
2012-03-21 17:36:20 +00:00 |
osgDB
|
Moved static for local to global scope in Uniform.cpp and removed the local static usage in Registry.cpp
|
2012-11-21 14:27:54 +00:00 |
osgFX
|
Ran script to remove trailing spaces and tabs
|
2012-03-21 17:36:20 +00:00 |
osgGA
|
Added osgGA::Device class for integration of both physical and virtual devices.
|
2012-10-23 16:15:03 +00:00 |
osgManipulator
|
Added Dragger::get/setActivationMouseButtonMask(uint).
|
2012-05-25 15:32:51 +00:00 |
osgParticle
|
Ran script to remove trailing spaces and tabs
|
2012-03-21 17:36:20 +00:00 |
osgPlugins
|
From Stephan Huber, "Attached you'll find a new ImageSequence.cpp which will fix an issue I had when moving the mouse cursor over the left window-border, as the index becomes negative. And I added a UdpSocket.cpp-file with more debuggin-output via some sprinkled printf-calls. "
|
2012-11-22 15:13:46 +00:00 |
osgPresentation
|
From Paul Martz, build fixes
|
2012-11-19 11:25:52 +00:00 |
osgQt
|
From Colin McDonald and Robert Osfield, converted Traits::sharedContext from GraphicsContext* to osg:observer_ptr<GraphicsContext> to prevent dangling pointer issues.
|
2012-09-05 21:03:41 +00:00 |
osgShadow
|
Added ShadowSettings::s/getMaximumShadowMapDistance(double) property, usage of these property in ViewDependentShadowMap,
|
2012-08-15 12:40:48 +00:00 |
osgSim
|
Ran script to remove trailing spaces and tabs
|
2012-03-21 17:36:20 +00:00 |
osgTerrain
|
Added a fix for a multi-threading bug that occured when TerrainTiles were accessed via the Terrain::_updateTerrainTileSet that were being deleted at the same time by the DatabasePager thread.
|
2012-08-31 16:00:55 +00:00 |
osgText
|
Ran script to remove trailing spaces and tabs
|
2012-03-21 17:36:20 +00:00 |
osgUtil
|
Added Node::getName() and getUserDataContainer() to check to see if an node can be removed or not.
|
2012-11-09 21:23:42 +00:00 |
osgViewer
|
Added first step to adding pruning of expired image requests.
|
2012-11-13 11:45:20 +00:00 |
osgVolume
|
Ran script to remove trailing spaces and tabs
|
2012-03-21 17:36:20 +00:00 |
osgWidget
|
Ran script to remove trailing spaces and tabs
|
2012-03-21 17:36:20 +00:00 |
osgWrappers
|
Refactored osgDB::Input::readObjectOfType to use a template, and updated associated wrappers to avoid using local static's
|
2012-11-21 13:38:11 +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 |