OpenSceneGraph/src/osgViewer
Robert Osfield aa69137fb8 Added collateReferencesToDependentCameras() and clearReferencesToDependentCameras() methods into RenderStage and SceneView, and use
of these methods in src/osgViewer/Renderer.cpp to make sure that the draw thread keeps references to all in scene graph Cameras
that are being used by the drawing threads, to keep the Camera's alive even when the main thread removes these Cameras from the scene graph.
2009-06-05 19:05:37 +00:00
..
CMakeLists.txt From Eric Sokolowsky,"libosgViewerd.so was not being built properly because it was being 2009-04-08 13:40:40 +00:00
CompositeViewer.cpp Introduce new run frame rate management support to allow control of maximum frame rate and to support on demand rendering of frames 2009-04-24 16:20:50 +00:00
DarwinUtils.h From Stephan Huber, "attached you'll find some bugfixes and enhancements for the Cocoa 2009-05-14 15:34:15 +00:00
DarwinUtils.mm From Stephan Huber, "attached you'll find some bugfixes and enhancements for the Cocoa 2009-05-14 15:34:15 +00:00
GraphicsWindowCarbon.cpp From Stephan Huber, "refactored the code and moved 2009-03-11 10:34:04 +00:00
GraphicsWindowCocoa.mm From Stephan Huber, "attached you'll find a small fix for GrphicsWindowCocoa. There was a bug 2009-05-28 14:09:16 +00:00
GraphicsWindowWin32.cpp Changed 0 initializer to InheritCursor 2009-05-08 12:38:05 +00:00
GraphicsWindowX11.cpp Refactored the adaption of X11 key symbols into OSG key events to fix problems with handling wide range of locales. 2009-06-02 08:56:32 +00:00
HelpHandler.cpp Changed HelpHandler so it supports use with CompositeViewer and Viewer 2007-09-30 19:15:32 +00:00
PixelBufferCarbon.cpp From Stephan Huber, "attached you'll find a small fix for PixelBufferCarbon preventing it to 2009-04-09 15:34:06 +00:00
PixelBufferCocoa.mm From Stephan Huber, support for Cocoa windowing under OSX. 2009-03-10 10:13:20 +00:00
PixelBufferWin32.cpp Warnings fixes for VS. 2009-02-02 20:35:19 +00:00
PixelBufferX11.cpp From Mathias Froehlich, "Included a fix for my past pbuffer change. The version test fo 'need at least 2008-05-27 11:13:16 +00:00
Renderer.cpp Added collateReferencesToDependentCameras() and clearReferencesToDependentCameras() methods into RenderStage and SceneView, and use 2009-06-05 19:05:37 +00:00
Scene.cpp First cut of osgDB::ImagePager for updating osg::ImageSequence 2008-07-21 09:47:39 +00:00
ScreenCaptureHandler.cpp From Jean-Sebastein Guay, I recently had to reimplement screen capture functionality into our framework (which was broken since the switch from OSG 1.2 to 2.2 over a year and a half ago). I used the ScreenCaptureHandler which I had contributed right before OSG 2.6 shipped, bit I had to trigger the screen capture programatically instead of by a key press in some cases, so I added a convenience method to do that. 2008-12-19 17:15:10 +00:00
StatsHandler.cpp Introduce new run frame rate management support to allow control of maximum frame rate and to support on demand rendering of frames 2009-04-24 16:20:50 +00:00
Version.cpp From David Callu, improved consistency of Version strings and add version support 2007-09-05 17:12:24 +00:00
View.cpp Added check against the validity of ViewerBase to make sure that a null pointer isn't dereferenced. 2009-04-30 13:13:19 +00:00
Viewer.cpp Added checking of need to update. 2009-04-24 18:37:36 +00:00
ViewerBase.cpp Fixed warning 2009-04-25 21:44:38 +00:00
ViewerEventHandlers.cpp Introduce new run frame rate management support to allow control of maximum frame rate and to support on demand rendering of frames 2009-04-24 16:20:50 +00:00