osg-trunk

log

age author description
2008-08-18 robert Removed todo entry
2008-08-17 robert From Maceij Krol, "I have implement frame based expiration of PagedLOD children.
2008-08-17 robert From Jason Beverage, "I've got a few machines that OSG incorrectly believes support FRAME_BUFFER_OBJECTS so I am manually trying to set the renderTargetImplementation to PIXEL_BUFFER or PIXEL_BUFFER_RTT. I noticed that this call wasn't setting the camera's overlay data properly because the setRenderTargetImplementation simply calls init() which only does anything for OBJECT_DEPENDENT_WITH_ORTHOGRAPHIC_OVERLAY. Any subsequent calls to getOverlayData will simply return the cached OverlayData instead of setting it up.
2008-08-15 robert From Paul Palumbo, "Fixes a typo in coverage antialiasing code... Without this fix, get incorrect antialiasing results. "
2008-08-15 robert From Jutta Sauer, "We added a raise window method to GraphicsWindow. And added two
2008-08-15 robert Updated version numbers in prep for next dev release
2008-08-15 robert From Frashid Larshkari, "I modified the vertical/horizontal interlace stereo modes so that they
2008-08-15 robert Added support for geometry shader attributes
2008-08-15 robert From Stephane Lamoliatte, "I added the osg::Program parameters support for the osg plug'in.
2008-08-15 robert Changed osg::ImageSequence::set/getDuration to set/getLength() to be in keeping with the
2008-08-15 robert Fixed the name of _playToggle
2008-08-15 robert Updated wrappers
2008-08-15 robert Further work on osg::ImageSequence, improving pause functionality, and introducing new seek(double time) method
2008-08-14 robert Added initial looping and pause play support
2008-08-14 robert Added event handler to toggling looping and play/pause
2008-08-14 robert Implemented a reference eye point and associated methods in support of intersecting billboards
2008-08-05 robert From Eric Sokolowski, added OSX release notes to READEME
2008-08-05 robert Added osgWidget to doc building
2008-08-05 robert Improved the doxygen docs over the various namespaces
2008-08-05 robert From Eric Sokolowki, disabled default build of 64bit under OSX to prevent build problems
2008-08-05 robert Merged from OpenSceneGraph-2.6 branch
2008-08-05 robert Added NullStream class that automatically creates and delete the NullStreamBuffer, thus fixing a memory leak
2008-08-05 robert From Eric Sokolowski, "Fixed the build of the osgViewer library to get GL/glx.h from the right place, when building on OSX with X11"
2008-08-05 robert Merged changes to OpenSceneGraph-2.6 into trunk using :
2008-08-04 robert Added -losgWidget to the list of libs
2008-08-04 robert From Sherman Wilcox, "Minor change to bool setGLExtensionFuncPtr(T& t, const char* str1) and
2008-08-04 robert Updated AUTHORS file
2008-08-04 robert Updated ChangeLog
2008-08-04 robert Updated news for 2.6.0 release rc2
2008-08-04 robert From Philip Lowman, workaround of Centos 5's missing definition of GL_MAX_SAMPLES_EXT.
2008-08-04 robert Moved initial drawable setup to within the mutex locked section to avoid multi-threaded crash on startup.
2008-08-04 robert Removed debug info
2008-08-04 robert From Ulrich Hertlien, "attached is a patch to src/osgPlugins/quicktime/QTImportExport.cpp that fixes loading images using the quicktime loader. Also fixes some minor bugs like uninitialized variables and incorrect deletes.
2008-08-04 robert Added a small epsilon expansion of the bounding box being clipped/intersected against, to avoid numberic errors causing problems.
2008-08-03 robert Improved the terrain intersection code so that it produces more stable terrain movements.
2008-08-03 robert merged 2.6 branch changes back into trunk using : svn merge -r 8699:8706 http://www.openscenegraph.org/svn/osg/OpenSceneGraph/branches/OpenSceneGraph-2.6 .
2008-08-03 robert Moved bb expansion out of loop.
2008-07-25 robert Updated ChangeLog and AUTHORS.txt file for relese candidate
2008-07-25 robert Updated version numbers to 2.6.0
2008-07-25 robert Updated REAME and NEWS for 2.6 branch
2008-07-25 robert Updated wrappers
2008-07-25 robert Renamed enums in osgWidget from ALLCAPITALS to normal OSG conventional of AllCapital
2008-07-25 robert Added PluginQuery function to wrappers
2008-07-25 robert Added OSGPL Copyright notices
2008-07-25 robert Restructured classes to better fit with style of the rest of the OSG.
2008-07-25 robert Added include to help wrapper building
2008-07-25 robert Improved handling of PAGE_AND_RETAIN_IMAGES
2008-07-25 robert Reverted back to using std::list<std::String>
2008-07-25 robert Added Mode support
2008-07-25 robert Updated wrappers, and further refined the ImageSequence API
2008-07-25 robert From Ulrich Hertlein, "as I hinted at on osg-users in the "obj loader: map_* only reads last component" thread, this submission broke material/texture loading for some files I have that specify texture matrix scaling.
2008-07-25 shuber From Stephan Huber: updated XCode-project
2008-07-25 robert Added ImageSequence to .ive plugin, added support for multiple ImageThreads in osgDB::ImagePager
2008-07-25 robert Moved PluginQuery from osgconv into osgDB
2008-07-25 robert Added extension docs
2008-07-25 robert Added option docs
2008-07-24 robert Added missing returns
2008-07-24 robert From Paul Martz, "Not sure about the descriptions, so I left those blank. But at least "osgconv --formats" will display the .ive options now."
2008-07-24 robert Updated wrappers
2008-07-24 robert Added getCurrentCamera/getCurrentRenderStage methods