OpenSceneGraph/src
2008-06-28 16:59:26 +00:00
..
OpenThreads From Mathias Froehlich, updated CMakeLists.txt to build the Atomic.cpp 2008-06-26 15:06:44 +00:00
osg From Mathias Froehlich, "Update to the configure check for msvc 7.1. 2008-06-27 16:47:43 +00:00
osgDB Changed back to use an std::vector<> rather than a std::list for RequestQueue to 2008-06-27 19:40:52 +00:00
osgFX Reverted the changes for ill fated tweaks for Apple build 2008-04-24 11:34:43 +00:00
osgGA Added support for assigning GraphicsContext to individual GUIEventAdapter events, 2008-06-02 17:34:47 +00:00
osgIntrospection Reverted the changes for ill fated tweaks for Apple build 2008-04-24 11:34:43 +00:00
osgManipulator Reverted the changes for ill fated tweaks for Apple build 2008-04-24 11:34:43 +00:00
osgParticle From Morten Haukness, "When cloning effects osg crashes because the copy constructur tries to run av pure virtual method (setUpEmitterAndProgram). The right thing to do when cloning an effect is to run the inherited version og buildEffect and setUpEmitterAndProgram. 2008-06-26 18:06:24 +00:00
osgPlugins From Eric Sokolowsky, "I have made a number of changes intended to get a few things working better on OSX. However, since I'm still pretty new at Mac development and cmake I'm not entirely certain that the changes I have made are benign on other platforms. I have tested these changes on Leopard with CMake 2.6 generating Xcode 3.0 projects, compiling on ppc and i386 for 10.5 and 10.4, and on Linux (CentOS) and everything still seems to work ok. Here are the changes I made (against OSG svn as of this afternoon): 2008-06-23 09:57:45 +00:00
osgShadow From Adrian Egli, "Improvements to the PSSM implementation" 2008-06-19 14:45:54 +00:00
osgSim From Mathias Froehlich, "Fixes a compile of src/osgSim/ShapeAttribute.cpp on suse 10.2." 2008-06-20 10:46:33 +00:00
osgTerrain Reorginized the TerrainTile/TerrainTechnique dirty mechanism so that TerrainTile 2008-05-27 15:30:20 +00:00
osgText From David Callu, "fixed bounding box bug" 2008-06-18 10:46:05 +00:00
osgUtil From Paul Martz, "The method IntersectionVisitor::apply(osg::PagedLOD&) appears to attempt to identify a "highest res" child of the PagedLOD and only allow intersection on that child. The implementation appears to be flawed in two cases: 2008-06-26 18:34:01 +00:00
osgViewer Added realize of new graphics contexts to handle new views being added with 2008-06-28 16:59:26 +00:00
osgWrappers Updated wrappers 2008-06-26 19:21:54 +00:00
CMakeLists.txt From Serge Lages, "Here is a new modification to CMake adding an option (OSG_MSVC_GENERATE_PLUGINS_AND_WRAPPERS_MANIFESTS) to specify if we want to generate or not the manifest files under VS8 for the plugins and the wrappers. It seems that the manifests are needed if we try to load dynamically a core OSG dll." 2007-12-12 09:48:39 +00:00