.. |
OpenThreads
|
From Bernardt Duvenhage: "I noticed that in 'src/OpenThreads/pthreads/CMakeLists.txt' a '!' has been written instead of 'NOT' within an if statement expression.
|
2010-04-29 15:23:43 +00:00 |
osg
|
Changed types from unsigned int to int's to address warnings, and changed the extension requirements so the GLES2 builds with FBO's where supported
|
2010-06-01 18:20:38 +00:00 |
osgAnimation
|
From Michael Platings, "MorphGeometry fix: this fixes a crash found by Alessandro Terenzi"
|
2010-06-01 15:20:30 +00:00 |
osgDB
|
From Tim Moore, "This is a patch that allows a ref_ptr to be constructed using an observer_ptr argument, which is locked. This is shorthand for declaring the ref_ptr and then passing it to observer_ptr::lock().
|
2010-06-01 11:28:04 +00:00 |
osgFX
|
Convertex osg::notify to OSG_INFO etc.
|
2010-05-28 16:04:56 +00:00 |
osgGA
|
From Xin Li, "use std::list::splice to replace std::list::insert and std::list::clear
|
2010-05-31 15:52:25 +00:00 |
osgIntrospection
|
From Philip Lowman, "Here's the promised cleanup of the OSG's CMakeLists.txt files for the src/ folder. I'll submit the others separately.
|
2009-03-23 16:01:02 +00:00 |
osgManipulator
|
Converted osg::notify to OSG_INFO etc.
|
2010-05-28 16:06:15 +00:00 |
osgParticle
|
Converted osg::notify to OSG_INFO etc.
|
2010-05-28 16:05:47 +00:00 |
osgPlugins
|
From Mathias Froehlich, "While tracking some valgrind problems in flightgear, I found a remaining off by
|
2010-06-01 11:51:37 +00:00 |
osgPresentation
|
Converted osg::notify to OSG_INFO etc.
|
2010-05-28 16:08:15 +00:00 |
osgQt
|
Conversion of osg::notify to OSG_INFO etc.
|
2010-05-28 16:10:24 +00:00 |
osgShadow
|
Converted osg::notify to OSG_INFO etc.
|
2010-05-28 16:03:14 +00:00 |
osgSim
|
Converted osg::notify to OSG_INFO etc.
|
2010-05-28 16:09:29 +00:00 |
osgTerrain
|
Conversion of osg::notify to OSG_INFO etc.
|
2010-05-28 16:03:38 +00:00 |
osgText
|
From Michael Platings, introduced osg::State::applyModelViewMaitrx(const osg::Matrix& matrix) method and associated osg::State::_modelViewCache to enable osgText::Text3D to be refactored in away that avoids creating/destroying matrices
|
2010-06-01 13:33:58 +00:00 |
osgUtil
|
Conversion of osg::notify to OSG_INFO etc.
|
2010-05-28 15:51:00 +00:00 |
osgViewer
|
conversion of osg::notify to OSG_INFO etc.
|
2010-05-28 15:56:43 +00:00 |
osgVolume
|
Converted osg::notify to OSG_INFO etc.
|
2010-05-28 16:04:19 +00:00 |
osgWidget
|
Converted osg::notify to OSG_INFO
|
2010-05-28 16:07:34 +00:00 |
osgWrappers
|
Updated wrappers to handle the new ref_ptr<T>::ref_ptr(observer_ptr<T>&> constructor.
|
2010-06-02 12:14:10 +00:00 |
CMakeLists.txt
|
Refactored osgQt so that QWebViewImage is now entirely implementated in the header, and osgQt itself no longer compiles it,
|
2010-05-22 15:45:02 +00:00 |