2009-12-10 12:14 robert * AUTHORS.txt: Updated AUTHORS file for 2.9.6 dev release 2009-12-10 12:13 robert * applications/osgversion/Contributors.cpp: Updated Contributors list to workaround typos in ChangeLog 2009-12-10 11:46 robert * ChangeLog: Updated ChangeLog 2009-12-10 11:30 robert * src/osgWrappers/osgAnimation/Timeline.cpp: Updated wrappers 2009-12-10 11:30 robert * src/osgPlugins/ive/DataOutputStream.h: From Stephan Huber, " I am getting a warning that the class DataOutputStream has virtual methods but no virtual d'tor, so I added the keyword virtual to the destructor." 2009-12-10 11:16 robert * src/osgText/Text3D.cpp: Fixed bug in positioning of 3d text characters 2009-12-09 23:42 cedricpinson * src/osgAnimation/Timeline.cpp: From Cedric Pinson, add missing file 2009-12-09 18:45 cedricpinson * include/osgAnimation/AnimationManagerBase, include/osgAnimation/Interpolator, include/osgAnimation/RigTransformSoftware, include/osgAnimation/Timeline, include/osgAnimation/TimelineAnimationManager, src/osgAnimation/RigGeometry.cpp, src/osgAnimation/TimelineAnimationManager.cpp, src/osgAnimation/UpdateCallback.cpp: From Cedric Pinson, Add check in RigTransformSoftware if bones are null Indent TimelineAnimationManager Add check for NaN in UpdateCallback.cpp Fix TimelineAnimationManager clear target (a refactore of Timeline is require for futur) Fix Computation of bounding box for RigGeometry 2009-12-09 14:34 robert * src/osgWrappers/osg/Drawable.cpp, src/osgWrappers/osg/Geometry.cpp, src/osgWrappers/osg/Image.cpp: Updated wrappers 2009-12-09 13:55 robert * include/osgDB/DatabasePager, src/osgDB/DatabasePager.cpp: Fixed support for compiling VBO's 2009-12-09 13:51 robert * include/osg/Drawable, include/osg/Geometry, src/osg/Drawable.cpp, src/osg/Geometry.cpp: Added a Geometry::compileGLObjects() to handle compilation of VBO + EBO's. 2009-12-09 13:13 robert * include/osgFX/Outline: From Ulrich Hertlein, removed email address 2009-12-09 10:18 robert * src/osgPlugins/osgFX/CMakeLists.txt, src/osgPlugins/osgFX/IO_Outline.cpp: From Ulrich Hertlein, .osg support for osgFX::Outline 2009-12-09 09:37 robert * src/osgFX/Outline.cpp: Compile fixes for GLES 2009-12-09 09:36 robert * include/osgFX/Outline: From Robert Milharcic, added missing OSGFX_EXPORT 2009-12-08 17:41 robert * examples/CMakeLists.txt, examples/osgfxbrowser/osgfxbrowser.cpp, examples/osgoutline, examples/osgoutline/CMakeLists.txt, examples/osgoutline/osgoutline.cpp, include/osgFX/Outline, runexamples.bat, src/osgFX/CMakeLists.txt, src/osgFX/Outline.cpp: From Ulrich Hertlein, "attached is a stencil buffer-based constant-width outline f/x with example. I've also modified osgfxbrowser to setup the stencil buffer accordingly." 2009-12-08 17:41 robert * include/osg/GL: From Thomas Halgarth, mods for Iphone GL headers 2009-12-08 17:33 robert * src/osg/Texture1D.cpp, src/osg/Texture2DArray.cpp, src/osg/Texture3D.cpp, src/osg/TextureCubeMap.cpp, src/osg/TextureRectangle.cpp: Added check for image compatibility with existing texture object, releasing the existing texture object in cases when the new image size/pixel format is not compatible. 2009-12-08 17:25 robert * include/osg/Image, src/osg/Image.cpp: From Sukender, "I experienced as some users before: I tried to rescale an image without a valid rendering context... And had problems to unserstand what the "GL_OUT_OF_MEMORY" meant! So I added a few comments for future users." 2009-12-08 16:58 robert * src/osg/Texture2D.cpp: Fixed typo 2009-12-08 16:02 robert * src/osg/Texture2D.cpp: From Fabien Lavignotte, "i have a problem with my application, i am currently playing with Texture2D::SubloadCallback to optimize my image data transfer, and also avoid double buffering when using a drawing thread. There is a small bug with your change and SubloadCallback, the texture object is destroy at each call of Texture2D::apply because the modified count is never updated when using SubloadCallback. I have made a small fix to avoid that, see attachement." From Robert Osfield, added an if (_image.valid()) before the getModified() that Fabien added to avoid problems when no _image is assigned but an subload callback is. 2009-12-08 15:39 robert * src/osgWrappers/osg/Image.cpp, src/osgWrappers/osg/ImageSequence.cpp: Updated wrappers 2009-12-08 15:38 robert * include/osg/Image: Added virtual declaration for a range of osg::Image method to allow easier customization. 2009-12-08 14:40 shuber * Xcode/OpenSceneGraph/OpenSceneGraph.xcodeproj/project.pbxproj: From Stephan Huber: updated XCode project 2009-12-08 14:25 robert * src/osg/Texture2D.cpp: Added catch for changes in image pixel format and dimensions so that the texture object is released when the image changes enough to warrant a new texture object. 2009-12-07 16:45 robert * src/osgUtil/GLObjectsVisitor.cpp: Re-order the setting of the VBO's 2009-12-07 12:35 robert * include/osgViewer/api/Cocoa/PixelBufferCocoa: Converted tabs to four spaces 2009-12-05 10:13 robert * src/osgWrappers/osgAnimation/StatsHandler.cpp: Updated wrappers 2009-12-05 10:02 robert * include/osgAnimation/StatsHandler: Removed unimplemented updateGraph method 2009-12-04 17:25 robert * src/osgPlugins/imageio/ReaderWriterImageIO.cpp: From Tatsuhiro Nishioka, "> The workaround/solution was to add a block of code at the end of the > loader to un-premultiply the alpha (now in the codebase). Applying the code brightens the semi-transparent portion, but the black edges are still there (same on both osgviewer and FlightGear). Therefore I believe that the alpha channel is completely ignored (on png, gif, tiff, etc...). I tweaked and tweaked and finally got a workaround. Please commit the enclosed file to fix these issues. My workaround is a bit tricky (and some lines are even weird for me), but it resolves the black edges. These workarounds also work on GIF, TIFF, TGA, and PSD as long as I've tested so far. Please read this for more info on this issue: http://macflightgear.sourceforge.net/home/development-notes/devnote-dec-02-2009 http://macflightgear.sourceforge.net/home/development-notes/devnote-dec-03-2009 I'm very happy if some of you guys find a better means of solving the black edges. " 2009-12-04 17:24 robert * src/osgPlugins/imageio/ReaderWriterImageIO.cpp: Converted tabs to four space 2009-12-04 11:31 robert * src/osgPlugins/3ds/AUTHORS, src/osgPlugins/3ds/CMakeLists.txt, src/osgPlugins/3ds/ReaderWriter3DS.cpp, src/osgPlugins/3ds/WriterCompareTriangle.cpp, src/osgPlugins/3ds/WriterCompareTriangle.h, src/osgPlugins/3ds/WriterNodeVisitor.cpp, src/osgPlugins/3ds/WriterNodeVisitor.h, src/osgPlugins/3ds/atmosphere.cpp, src/osgPlugins/3ds/atmosphere.h, src/osgPlugins/3ds/background.cpp, src/osgPlugins/3ds/background.h, src/osgPlugins/3ds/camera.cpp, src/osgPlugins/3ds/camera.h, src/osgPlugins/3ds/chunk.cpp, src/osgPlugins/3ds/chunk.h, src/osgPlugins/3ds/chunktable.h, src/osgPlugins/3ds/config.h, src/osgPlugins/3ds/ease.cpp, src/osgPlugins/3ds/ease.h, src/osgPlugins/3ds/file.cpp, src/osgPlugins/3ds/file.h, src/osgPlugins/3ds/lib3ds, src/osgPlugins/3ds/lib3ds/AUTHORS, src/osgPlugins/3ds/lib3ds/COPYING, src/osgPlugins/3ds/lib3ds/README, src/osgPlugins/3ds/lib3ds/lib3ds.h, src/osgPlugins/3ds/lib3ds/lib3ds_atmosphere.c, src/osgPlugins/3ds/lib3ds/lib3ds_background.c, src/osgPlugins/3ds/lib3ds/lib3ds_camera.c, src/osgPlugins/3ds/lib3ds/lib3ds_chunk.c, src/osgPlugins/3ds/lib3ds/lib3ds_chunktable.c, src/osgPlugins/3ds/lib3ds/lib3ds_file.c, src/osgPlugins/3ds/lib3ds/lib3ds_impl.h, src/osgPlugins/3ds/lib3ds/lib3ds_io.c, src/osgPlugins/3ds/lib3ds/lib3ds_light.c, src/osgPlugins/3ds/lib3ds/lib3ds_material.c, src/osgPlugins/3ds/lib3ds/lib3ds_math.c, src/osgPlugins/3ds/lib3ds/lib3ds_matrix.c, src/osgPlugins/3ds/lib3ds/lib3ds_mesh.c, src/osgPlugins/3ds/lib3ds/lib3ds_node.c, src/osgPlugins/3ds/lib3ds/lib3ds_quat.c, src/osgPlugins/3ds/lib3ds/lib3ds_shadow.c, src/osgPlugins/3ds/lib3ds/lib3ds_track.c, src/osgPlugins/3ds/lib3ds/lib3ds_util.c, src/osgPlugins/3ds/lib3ds/lib3ds_vector.c, src/osgPlugins/3ds/lib3ds/lib3ds_viewport.c, src/osgPlugins/3ds/lib3ds_float.cpp, src/osgPlugins/3ds/lib3ds_float.h, src/osgPlugins/3ds/light.cpp, src/osgPlugins/3ds/light.h, src/osgPlugins/3ds/material.cpp, src/osgPlugins/3ds/material.h, src/osgPlugins/3ds/matrix.cpp, src/osgPlugins/3ds/matrix.h, src/osgPlugins/3ds/mesh.cpp, src/osgPlugins/3ds/mesh.h, src/osgPlugins/3ds/node.cpp, src/osgPlugins/3ds/node.h, src/osgPlugins/3ds/quat.cpp, src/osgPlugins/3ds/quat.h, src/osgPlugins/3ds/readwrite.cpp, src/osgPlugins/3ds/readwrite.h, src/osgPlugins/3ds/shadow.cpp, src/osgPlugins/3ds/shadow.h, src/osgPlugins/3ds/tcb.cpp, src/osgPlugins/3ds/tcb.h, src/osgPlugins/3ds/tracks.cpp, src/osgPlugins/3ds/tracks.h, src/osgPlugins/3ds/types.h, src/osgPlugins/3ds/vector.cpp, src/osgPlugins/3ds/vector.h, src/osgPlugins/3ds/viewport.cpp, src/osgPlugins/3ds/viewport.h: From Sukender, "Here is our freshly baked 3DS reader/writer (named 'v0.5' to differentiate from previous one). Changes are against trunk rev. 10819. Short changelog (from rev 10819): - Added 3DS writer - Sync'd with latest lib3DS - Added options, especially "flattenMatrixTransforms" to get the "old" behaviour (else the reader correctly maps to OSG the transforms from the 3DS file). What should be done: - Check with pivot points, with and without "flattenMatrixTransforms" option. - We ran tests on it, but we can never be 100% sure there is no bug. Testing from the community would of course be helpful." 2009-12-04 09:57 robert * src/osgShadow/SoftShadowMap.cpp: From Mathieu Marache, "I replaced the Vec4 by a float and used only the x component of the shadow2DProj . This works on my apple box." 2009-12-02 18:58 robert * src/osgPlugins/ffmpeg/FFmpegClocks.cpp, src/osgPlugins/ffmpeg/FFmpegClocks.hpp, src/osgPlugins/ffmpeg/FFmpegDecoder.cpp, src/osgPlugins/ffmpeg/FFmpegDecoder.hpp, src/osgPlugins/ffmpeg/FFmpegDecoderAudio.cpp, src/osgPlugins/ffmpeg/FFmpegDecoderAudio.hpp, src/osgPlugins/ffmpeg/FFmpegDecoderVideo.cpp, src/osgPlugins/ffmpeg/FFmpegDecoderVideo.hpp, src/osgPlugins/ffmpeg/FFmpegImageStream.cpp, src/osgPlugins/ffmpeg/FFmpegImageStream.hpp: From Julen Garcia,"I've been lately working also with the ffmpeg plugin and I implemented pause(), seek() and getReferenceTime(). I think that I have solved the internal clock issues (maybe not in the most elegant way :?" 2009-12-02 14:58 robert * src/CMakeLists.txt, src/osgPlugins/CMakeLists.txt, src/osgWrappers/CMakeLists.txt: From Farshid Lashkari, "I had to make a few small changes to some cmake files to enable the OSG_MSVC_GENERATE_PLUGINS_AND_WRAPPERS_MANIFESTS option for Visual Studio 2008." 2009-12-02 14:21 robert * include/osgGA/SphericalManipulator, src/osgGA/SphericalManipulator.cpp: From Nico Kruithof, "Attached is a patch that makes the spherical manipulator frame rate independent. This is similar to what Lee did for the trackball manipulator a couple of months ago." 2009-12-02 12:37 robert * src/osg/BufferObject.cpp: Quitened down debug info 2009-12-02 12:37 robert * examples/CMakeLists.txt, examples/osggpx, examples/osggpx/CMakeLists.txt, examples/osggpx/osggpx.cpp: Added osggpx example to demonstate how to use the XmlParser and create line models. To use : osggpx myterrainmodel.ive -t mytrack.gpx 2009-12-01 19:40 robert * src/osgDB/XmlParser.cpp: Quiten down debugging message 2009-11-30 13:44 robert * src/osgWrappers/osg/CullSettings.cpp: Updated wrappers 2009-11-27 18:14 robert * src/osgPlugins/dicom/ReaderWriterDICOM.cpp: Attempted compile fix. 2009-11-27 16:47 robert * src/osgSim/OverlayNode.cpp: From Christian Ehrlicher, "during profiling my program I found out that there's a lot of memory (de)allocation going on in OverlayNode::cut(). So instead creating inner-loop variables 'distances' and 'newVertices' every time, I moved the creation out of the loop and just do a clear() + reserve() inside the loop. This allows std::vector<> to reuse the old memory instead allocating new when the new size <= oldsize." 2009-11-27 15:48 robert * src/osgPlugins/dds/ReaderWriterDDS.cpp: From Jason Daly, "The DDS reader test for DXT1 images with 1-bit alpha wasn't thorough enough. It performed the first check (color_0 <= color_1), but it didn't actually scan the texel block to see if the transparent color (0x03) was there. As a result, DXT1 files without any alpha were getting switched to RGBA format (instead of being left just RGB). The attached code fixes this problem." 2009-11-27 15:39 robert * examples/osg2cpp/osg2cpp.cpp: From Jean-Sebastien Guay, Explanation: Currently osg2cpp removes "\n" line endings to replace them with a textual equivalent ("\\n") in order for the string representing the shader to contain line endings in the string. But if the file that was read contained Windows line endings ("\r\n"), the resulting file looked really weird (the \r were left there and editors interpreted that as an additional newline). Also, I can imagine that if the shader file that was read had Mac line endings ("\r") then the output shader would all end up in one long line since there are no "\n"... What I've done: I've added a search and replace of "\r\n" to "\n", and then "\r" to "\n" (note that the order is important). I've also changed the filename handling so that the output file will be put in the same directory as the input file in case it was specified with a path. Previous functionality is retained for files specified with the filename only."" 2009-11-27 15:35 robert * src/osgPlugins/pdf/ReaderWriterPDF.cpp: From Wang Rui, "I just successfully built the pdf plugin on Windows XP and MSVC and fixed a small bug then: ReaderWriterPDF.cpp, line 133, change: std::string uri = std::string("file:") + foundFile; to: #if defined(WIN32) && !defined(__CYGWIN__) std::string uri = std::string("file:///") + foundFile; #else std::string uri = std::string("file:") + foundFile; #endif That's because glib accepts "file:///C:\\data\\file.pdf" as URIs on Windows, as well as "file:/home/data/file.pdf" on Unix, but "file:C:\\data\\file.pdf" is not recognized. Now I could read my Chinese translation of OSGQSG with osgpdf. :P" 2009-11-27 15:32 robert * include/osg/Camera, include/osg/CullSettings, src/osg/Camera.cpp, src/osgUtil/CullVisitor.cpp: From Paul Martz, "This change address the following issue: an app opens a Viewer on a multidisplay system, configured to setUpViewAcrossAllDisplays, with a non-default clear mask. In this case, OSG failed to propagate the clear mask to the slave Cameras, resulting in the clear mask being ignored. To fix this issue, this revision adds a new CullSettings::VariablesMask bit, CLEAR_MASK, to explicitly control inheritance of the clear mask. This bit is set by default, which means that the clear mask now inherits by default, whereas previously it did not." 2009-11-27 12:21 robert * src/osgDB/FileUtils.cpp: From Chris Denham, "I discovered what seems to be a missing call to FreeLibrary for osgDB.dll The result of this is that it prevents me from dynamically unloading my DLL (which uses OSG). This is because initialisation of the osg::Registry instance results in a call to GetModuleHandleEx (to get the filename of the DLL). This call to GetModuleHandleEx increments the module refcount, but there was no matching call to FreeLibrary for the returned handle. Unlike the old GetModuleHandle function, GetModuleHandle does (by default) increment the refcount. I have added the missing call to FreeLibrary in osgDB::FileUtils., and now my the runtime unload of MY dll is working properly. It has also cured some related problems I was having with memory leak checks being reported. I have attached a fix to osgDB/FileUtils.cpp based on version 2.9.5 svn revision 10374 " 2009-11-27 12:17 robert * src/osgPlugins/dot/ReaderWriterDOT.cpp: From Cory Riddell, "Small edit to ReaderWriterDOT.cpp. It wasn't checking the file extension and so, if the .dot plugin was loaded, it would happily handle any file name extension. To reproduce the bug, first save a scene to a dot file (to load the dot plugin), then try to write the scene to an osg file. If you look at the osg file, you will see that it is a dot file." 2009-11-27 11:48 robert * src/osgWrappers/osg/BufferObject.cpp, src/osgWrappers/osg/Texture.cpp: Updated wrappers 2009-11-27 11:43 robert * include/osg/BufferObject, src/osg/BufferObject.cpp, src/osg/Texture.cpp: Implement deleteAllTextureObject/BufferObjects functionality. Cleaned up warnings. 2009-11-26 12:33 robert * include/osg/BufferObject, include/osg/GLObjects, include/osg/Texture, src/osg/BufferObject.cpp, src/osg/GLObjects.cpp, src/osg/GraphicsContext.cpp, src/osg/Texture.cpp: Introduced preliminary osg::deleteAllGLObjects() and osg::discardAllGLObjects() functions and associated support into Texture and BufferObjects 2009-11-26 10:12 robert * examples/osgcamera/osgcamera.cpp: Added check for Geometry pointer being valid 2009-11-25 16:31 robert * examples/osgcamera/osgcamera.cpp: For testing purposes added code path and options for testing viewer creation in series, including with enabling of VBO's. Options are: osgcamera -r 5 --vbo cow.osg Which repeats construction of the viewer 5 times in a row, and enables VBO, and on each repeat a new model is loaded. osgcamera -r 2 --vbo --shared cow.osg Which repeats construction of the viewer 2 times in a row, and enables VBO, and on each loads the model once and shares it between each instance of the viewer. 2009-11-25 16:20 robert * examples/osgcamera/osgcamera.cpp: Added support for repeating viewer construction 2009-11-25 11:31 robert * examples/CMakeLists.txt, examples/osgmultiviewpaging, examples/osgmultiviewpaging/CMakeLists.txt, examples/osgmultiviewpaging/osgmultiviewpaging.cpp: From Sergey Leontyev, example for testing of DatabasePaging and CompositeView usage 2009-11-24 15:26 robert * src/osgWrappers/osgParticle/Particle.cpp: Updated wrappers 2009-11-24 15:00 robert * examples/osgparticle/osgparticle.cpp, include/osgParticle/Particle, src/osgParticle/Particle.cpp: From Martin Scheffler, "osgParticle: method to set start and end tile for particle texture (for animated particles). I also updated examples/osgParticle to show the feature. The texture in data/Images should be copied to osg-data. I created the texture myself with the help of an explosion generator, so no license issues there. " 2009-11-24 14:32 robert * src/osgUtil/SceneView.cpp: From Farshid Lashkari, "I've attached a small fix to osgUtil::SceneView so that is uses a scissor test when clearing the stencil buffer for stencil based stereo." and "I've added another small change for stencil based stereo, so please use this newer version. This newer version simplifies the calls to glOrtho and glRecti when drawing the stipple pattern. This change also happens to fix an issue where the stencil stereo would not work with certain viewport settings. I'm not exactly sure why this was happening, it might be a graphics driver issue, but either way I think the changes should be fine." 2009-11-24 14:22 robert * src/osgViewer/PixelBufferWin32.cpp: From Lilin Xiong, "when using stlport5.3 (vc 2003) , this line cann't be compiled: _instances[0] = new WGLExtensions; change to: _instances[HGLRC(0)] = new WGLExtensions;" 2009-11-24 14:20 robert * src/osgWrappers/osgText/Text.cpp: Updated wrappers 2009-11-24 14:12 robert * include/osgText/Text, src/osgText/Text.cpp: From Terry Welsh, "As I mentioned here http://www.mail-archive.com/osg-users@lists.openscenegraph.org/msg33967.html , interpolating through HSV space gives a rainbow color effect which does not mimic the simple RGB color interpolation that OpenGL does. It's overkill and causes unexpected visual artifacts. In the attached files I've removed the conversion to HSV so that interpolation happens in RGB space." 2009-11-24 13:28 robert * include/osg/Vec2d, include/osg/Vec2f, include/osg/Vec2s, include/osg/Vec3d, include/osg/Vec3f, include/osg/Vec3s, include/osg/Vec4d, include/osg/Vec4f, include/osg/Vec4s: Rewrote the Vec *= Vec and Vec /= Vec implementations using inline Vec componentMultiply(Vec,Vec) and Vec componentDivide(Vec,Vec) to avoid confusion about the what the operation does. 2009-11-24 13:24 robert * include/osg/Texture, src/osg/Texture.cpp: From Wojciech Lewandowski, "I have extended a list of texture targets that can be used with shadow comparison. These targets are avaialble in in OpenGL 3.x shadow sampler variants. Changes are based on current SVN." 2009-11-23 11:00 robert * src/osgPlugins/ive/DataOutputStream.cpp, src/osgPlugins/ive/DataOutputStream.h, src/osgPlugins/ive/ReaderWriterIVE.cpp, src/osgPlugins/osgTerrain/ImageLayer.cpp: From Chris Hanson, " Add support for "OutputTextureFiles" option to IVE plugin to permit creation of external .dds texture files from internally-embedded textures during IVE writes." From Robert Osfield, fixed a bug in the above submission, and changed the way that the filename of the file is passed into DataOutputStream to avoid issues with the .ive's plugins ability to read from istreams. 2009-11-23 10:19 robert * include/osgDB/FileUtils, src/osgDB/FileNameUtils.cpp, src/osgDB/FileUtils.cpp: From Chris Hanson, " Add support for requesting and setting the current directory (a la getcwd/chdir) via a C++-friendly string-class API. Prevent osgDB::concatPaths from faulting if the supplied "left" path string is empty." 2009-11-23 10:01 robert * include/osg/Vec2d, include/osg/Vec2f, include/osg/Vec3d, include/osg/Vec3f, include/osg/Vec4d, include/osg/Vec4f: From Chris Hanson, " Adds support for Vec /= Vec and Vec *= Vec operators to Vec2/Vec3/Vec4 double and float classes." 2009-11-23 09:54 robert * include/osg/Version: Updated version 2009-11-23 09:53 robert * src/osg/Version.in: From Paul Martz, typo fixes 2009-11-22 17:27 robert * include/osgViewer/api/Win32/GraphicsWindowWin32: Added missing createContextImplementation(). 2009-11-21 16:41 robert * include/osgViewer/api/Carbon/GraphicsHandleCarbon, include/osgViewer/api/Carbon/GraphicsWindowCarbon, include/osgViewer/api/Carbon/PixelBufferCarbon, include/osgViewer/api/Win32/GraphicsHandleWin32, include/osgViewer/api/Win32/GraphicsWindowWin32, include/osgViewer/api/Win32/PixelBufferWin32, include/osgViewer/api/X11/GraphicsHandleX11, include/osgViewer/api/X11/GraphicsWindowX11, include/osgViewer/api/X11/PixelBufferX11, src/osgViewer/CMakeLists.txt, src/osgViewer/GraphicsWindowCarbon.cpp, src/osgViewer/GraphicsWindowWin32.cpp, src/osgViewer/GraphicsWindowX11.cpp, src/osgViewer/PixelBufferCarbon.cpp, src/osgViewer/PixelBufferWin32.cpp, src/osgViewer/PixelBufferX11.cpp, src/osgViewer/ScreenCaptureHandler.cpp: From Colin MacDonald, "In my application I have a custom graphics context class, derived from osg::GraphicsContext, in order to give good integration with the application's GUI toolkit. This works really well. However, I need to share OpenGL texture resources with the standard osgViewer GraphicsContext implementations, in particular the PixelBuffers. This is essential for my application to conserve graphics memory on low-end hardware. Currently the standard osg implementations will not share resources with another derived osg::GraphicsContext, other than the pre-defined osgViewer classes e.g. PixelBufferX11 is hardcoded to only share resources with GraphicsWindowX11 and PixelBufferX11 objects, and no other osg::GraphicsContext object. To address this in the cleanest way I could think of, I have moved the OpenGL handle variables for each platform into a small utility class, e.g. GraphicsHandleX11 for unix. Then GraphicsWindowX11, PixelBufferX11 and any other derived osg::GraphicsContext class can inherit from GraphicsHandleX11 to share OpenGL resources. I have updated the X11, Win32 and Carbon implementations to use this. The changes are minor. I haven't touched the Cocoa implmentation as I'm not familiar with it at all and couldn't test it - it will work unchanged. Without this I had some horrible hacks in my application, this greatly simplifies things for me. It also simplifies the osgViewer implementations slightly. Perhaps it may help with other users' desires to share resources with external graphics contexts, as was discussed on the user list recently." Notes from Robert Osfield, adapted Colin's submission to work with the new EGL related changes. 2009-11-20 14:51 robert * include/osgDB/ReadFile, src/osgDB/ReadFile.cpp: From Chris Hanson, " Remove vestigial (and because it was undocumented, potentially harmful) code to ignore filenames starting with a dash "-" character from the (std::vector&) version of osgDB::readNodeFiles. Handling of argument strings is properly implemented in the osgDB::readNodeFiles(osg::ArgumentParser& arguments,const Options* options) variant, which most code uses. The (std::vector&) version is only called by the osgconv utility, which does its own argument handling and stripping prior to calling readNodeFiles(). Also, documented this behaviour in the header comments. I believe this code removal is a meritful change because leavign the code in causes an unexpected and undocumented behaviour (ignoring any filename starting with a dash) that could bite users in the future. This behaviour is not needed for existing functionality because existing code uses other APIs to handle dash-prefixed arguments anyway. " 2009-11-20 14:40 robert * src/osgViewer/Scene.cpp: Moved the ImagePager update to before the main scene graph update traversal 2009-11-20 14:39 robert * src/osgViewer/Scene.cpp: From Wang Rui, "I've made a small fix to osgViewer/Scene.cpp, which is already attached. I would like to explain what I've done and why. In Scene::updateSceneGraph(), change: if (getSceneData()) { updateVisitor.setImageRequestHandler(getImagePager()); getSceneData()->accept(updateVisitor); } if (getDatabasePager()) { // synchronize changes required by the DatabasePager thread to the scene graph getDatabasePager()->updateSceneGraph((*updateVisitor.getFrameStamp())); } to if (getDatabasePager()) { // synchronize changes required by the DatabasePager thread to the scene graph getDatabasePager()->updateSceneGraph((*updateVisitor.getFrameStamp())); } if (getSceneData()) { updateVisitor.setImageRequestHandler(getImagePager()); getSceneData()->accept(updateVisitor); } That is, just swap the positions of two 'if () {...}' segments. While working on a paged terrain, I need to collect every newly allocated PagedLODs and make them temporarily unrenderable in the next frame, which are all done in a update callback. But I found that these PagedLODs will always be shown before collecting them, because of the unsuitable sequence in Scene::updateSceneGraph(). DatabasePager is synchronized AFTER the user updating traversal, that is, user cannot IMMEDIATELY find out changes made by DatabasePager. " 2009-11-20 14:31 robert * examples/osgmovie/osgmovie.cpp, src/osgPlugins/ffmpeg/FFmpegDecoder.cpp, src/osgPlugins/ffmpeg/FFmpegDecoder.hpp, src/osgPlugins/ffmpeg/FFmpegImageStream.cpp, src/osgPlugins/ffmpeg/FFmpegImageStream.hpp: From Rafa Gaitan, "Current ffmpeg plugin didn't support pause and seek, I have added this functionality and I also modified osgmovie example to support "seek"." Note from Robert Osfield, changes osgmovie to use '>' for the seek as '+' was already used in a separate submission that had been merged. 2009-11-20 14:15 robert * src/osgWrappers/osgTerrain/GeometryTechnique.cpp, src/osgWrappers/osgTerrain/TerrainTechnique.cpp, src/osgWrappers/osgTerrain/TerrainTile.cpp, src/osgWrappers/osgViewer/ViewerEventHandlers.cpp: Updated wrappers 2009-11-20 12:32 robert * src/osgUtil/SceneView.cpp: From Farshid Lashkari, "I noticed that the code for rendering vertical interlace, horizontal interlace, and checkerboard stereo are practically identical, except for the stipple pattern. I combined the code blocks for rendering the 3 stereo modes into a single block. I also fixed a small issue with retrieving stats in checkerboard stereo mode." 2009-11-20 11:46 robert * src/osgPlugins/xine/video_out_rgb.c: From David Callu, "I have a Segfault with xine plugin, when I load a video, then delete the XineStreamImage, then reload a video and finally delete the second XineStreamImage. In src/osgPlugins/xine/video_out_rgb.c, many code is ASM code, and 'clear()' function is one of them. If OSG is compiled without the flag COMPILE_ASSEMBLY (default behaviours) the clear() function is an empty function and allocated memory is never initialized to 0. So a structure which contain pointer haven't its pointer set to NULL. And when we need to delete this pointer, all go bad. I join the fixed file." 2009-11-20 11:43 robert * src/osgPlugins/3ds/ReaderWriter3DS.cpp: From Colin McDonald, "Reading from a stream the 3ds plugin crashes if the options are null." 2009-11-20 11:39 robert * src/osg/GraphicsContext.cpp: From Himar Carmona, " this submission resolves an issue regarding the setup of a slave camera with an (incorrect) coding style. Sharing the same instance of osg::Viewport with a camera and a slave camera causes incorrect rescaling in GraphicsContext::resizedImplementation, due to the viewport being rescaled twice (once per camera). Though viewports sharing is not intentional, it can be done with the current version of OSG and be a potential pitfall for anyone. As Robert pointed out, i opted for modifying the resize code where the break is to minimize code changes, avoiding the duplicate resize of the viewport with the use of a vector and a search for duplicates. Not very elegant (avoiding an effect of a cause), another approach could be ripping out the method osg::Camera::setViewport(osg::Viewport*) which is more inline with Roberts rationale behind not to share viewports between cameras and left only its overloaded method setViewport(x,y,width,height). But this approach need some refactoring due to the intense use of the method. Notice also that the resize works well without this change if no sharing occurs, and the user of the method can opt for always call setViewport with a new instance. " Note from Robert Osfield, changed this submission to use an std::set rather than an std::vector<> as it keeps the code a bit cleaner and more compact. 2009-11-20 11:25 robert * src/osgViewer/GraphicsWindowX11.cpp: From Stewart Andreason, "When I open the Window Attributes (in WindowManager in X on linux) I am unable to save any changes to the attributes in the resource database, because the osg window does not have a class defined. The Window Specification and Save buttons are greyed out. For example, when running FlightGear, I want the window to always have no title, so it opens full-screen without using the --full-screen option, which would prevent other windows from moving above the osg window. I am attaching a patch I made to fix this problem." 2009-11-20 11:18 robert * CMakeModules/FindOSG.cmake: From Nico Kruithof, "This patch makes sure that FindOSG.cmake finds OSG when it is compiled as a 64 bit library, as the libraries are installed in the lib64 directory and not lib" 2009-11-20 11:08 robert * include/osgTerrain/GeometryTechnique, include/osgTerrain/TerrainTechnique, include/osgTerrain/TerrainTile, src/osgTerrain/GeometryTechnique.cpp, src/osgTerrain/TerrainTile.cpp: From Jason Beverage, "I posted a question on osg users about resources not being properly released when using osgTerrain databases and multiple viewers are used a few weeks ago and I've found that at least part of the problem comes down to the fact that the nodes that are traversed by the GeometryTechnique are never actually added to the scene graph, and thus don't have releaseGLObjects called on them. I'm submitting a few changes that takes care of this by allowing the TerrainTechnique to provide a releaseGLObjects implementation. I've applied these changes in osgEarth and this example program no longer crashes on the second run, although I get corrupt geometry (see attached shot) which could be down to a driver issue. If I increment the context ID for the second viewer, I no longer get the corrupt geometry. The attached changes are against OpenSceneGraph 2.8.2. //Sample program. Run against an osgEarth or VPB database based on osgTerrain. #include #include int main(int argc, char** argv) { osg::ArgumentParser arguments(&argc,argv); osgViewer::Viewer* viewer = new osgViewer::Viewer(); viewer->setUpViewInWindow(100, 100,500,500); osg::ref_ptr loadedModel = osgDB::readNodeFiles(arguments); viewer->setSceneData( loadedModel.get() ); viewer->run(); delete viewer; viewer = new osgViewer::Viewer(); viewer->setUpViewInWindow(100,100,500,500); loadedModel = osgDB::readNodeFiles(arguments); viewer->setSceneData( loadedModel.get() ); viewer->run(); delete viewer; }" 2009-11-20 10:56 robert * src/osgPlugins/svg/ReaderWriterSVG.cpp: From Jeremy Moles, "Somehow, the SVG reader plugin has gone all this time without actually being able to accurately provide the cool stuff that SVG is good for. :) There is a one-line bug on line 68 in the src/osgPlugins/svg/ReaderWriterSVG.cpp file where you can set the width in the Options string, but not the height." 2009-11-20 10:54 robert * examples/osgmovie/osgmovie.cpp: From Cedric Pinson, "here an update of osgmovie example with the following features: - play and pause now stop and play all streams given in the command line (not only the first) - add key + - to increase decrease the speed of all streams - add key o to display all stream frame rate " 2009-11-20 10:48 robert * CMakeLists.txt, CMakeModules/FindDirectShow.cmake, src/osgPlugins/CMakeLists.txt, src/osgPlugins/directshow, src/osgPlugins/directshow/CMakeLists.txt, src/osgPlugins/directshow/DirectShowTexture, src/osgPlugins/directshow/DirectShowTexture.cpp, src/osgPlugins/directshow/ReaderWriterDirectShow.cpp: From Cedric Pinson, "Here an update of the directshow plugin. It fixes issues with synchronization, improve capture device support. here how to use it to display a capture device: osg::Options* options = new osg::Options; options->setPluginStringData("captureWantedWidth", "800"); options->setPluginStringData("captureWantedHeight", "600"); options->setPluginStringData("captureWantedFps", "30"); options->setPluginStringData("captureVideoDevice", "USB Video Device" ); options->setPluginStringData("captureSoundDevice", ""); then osgDB::readImageFile("capture.directshow", options) you can use a graphedit application to list devices available in directshow. for classic avi file you just need to do a osgDB::readImageFile("file.avi.directshow"); You will need of course to install the codec needed by directshow to read the avi files. I recommand this tool http://avicodec.duby.info/, that check which video/sound codec is needed to play an avi file. You can test it with the osgmovie example. " 2009-11-20 10:27 robert * include/osgDB/Output, src/OpenThreads/pthreads/PThread.c++: From David Fries, "I was trying to create a lot of threads under 32 bit Linux, but could only create 376, then the program would hang. 376 * 8MB stack per thread = 3008 MB The stack size allocated per thread blew the process address stack. To get more threads you have to specify a smaller per thread stack, but while the Thread::start says it will limit the stack size to the smallest allowable stack size, it won't let it be smaller than the default. I included the limits.h header to use PTHREAD_STACK_MIN as the minimum stack size. As for the deadlock, if the pthread_create failed, the new thread doesn't exist and doesn't call threadStartedBlock.release(), so the existing thread deadlocks on threadStartedBlock.block(). Only block if the thread was started." 2009-11-20 09:05 robert * src/osgPlugins/fbx/fbxRMesh.cpp: Added #include 2009-11-20 09:03 robert * src/osgPlugins/vrml/ReaderWriterVRML2.h: From Jan Ciger, removal of declaration of now undefined method. 2009-11-19 17:42 robert * src/osgManipulator/Dragger.cpp: From Stephan Huber, "attached you'll find a bugfix for removeTransformUpdating and another similar remove-method. The old code removed an element from a vector, which invalidates the iterator of the loop This resulted in a crash on certain platforms. Now the erasing is done the right way without invalidating the iterator." 2009-11-19 17:27 robert * include/osg/Texture: From Lilin Xiong, added missing OSG_EXPORT 2009-11-19 17:22 robert * src/osgViewer/CompositeViewer.cpp, src/osgViewer/Viewer.cpp: From Vincent Gadoury, "In osgViewer::Viewer and osgViewer::CompositveViewer, the DOUBLECLICK event type was not considered as a "pointer event" and thus was receiving the event state coordinates and button mask. As a result, a double-click event always had a button mask not including the double-clicked button, even if double-click event is a "button push" event. The modification consists only in including osgGA::GUIEventAdapter::DOUBLECLICK in the list of "pointerEvent" events. Test done to reproduce the problem and check the fix: in any osg application or example with an HandleInput function, break on events with a double-click event type. Without the changes, the event's buttonMask does not contain the double-clicked button. With the changes, it does. Only simple tests (running some examples and playing with the mouse) were done to check that the changes do not break anything, since double-click is not used thoroughly in OSG. Modification done against current SVN Trunk version (r10753). As this is a fix, I do not wish to keep my copyright on this submission and assign it over to the project lead. " 2009-11-19 17:18 robert * src/OpenThreads/pthreads/PThread.c++: From Donn Mielcarek, "I'm surprised this hasn't come up before, but the function Thread::setProcessorAffinity always returns -1, even if the call is successful. I added return statements to each of the function calls." 2009-11-19 17:17 robert * src/OpenThreads/pthreads/PThread.c++: Fixed tabs 2009-11-19 16:53 robert * include/OpenThreads/Atomic: Fixed spacing 2009-11-19 16:45 robert * src/osgPlugins/quicktime/ReaderWriterQT.cpp: From Nico Krulthof, remove double qualifier of ReaderWriterQT constructor/destructor. 2009-11-19 16:43 robert * CMakeLists.txt: Changed the placement of the autogenerated Version file so it drops into the in source directory. 2009-11-19 16:39 robert * src/osgUtil/RenderStage.cpp: From Wojciech Lewandowski, refactor to FBO setup to use the osg::Camera implicit buffer attachements. 2009-11-19 16:06 robert * src/osgPlugins/vrml/IndexedFaceSet.cpp, src/osgPlugins/vrml/Primitives.cpp, src/osgPlugins/vrml/ReaderWriterVRML2.cpp, src/osgPlugins/vrml/ReaderWriterVRML2.h: From Jan Ciger, build fixes to work with OpenVRML 0.18.3. Tweaks to this submission from Robert Osfield to fix missing elements in submission. 2009-11-19 12:54 robert * src/osgPlugins/obj/ReaderWriterOBJ.cpp, src/osgPlugins/obj/obj.cpp: From Ulrich Hertlein, "ttached are some tweaks to the Obj loader that allows a program supplied osgDB::Options object to be passed through the code. This allows for caching to be used with images. The patched loader also complains more loudly if a material library file wasn't found or if a referenced material wasn't found in the material library." 2009-11-19 12:39 robert * src/osg/Texture.cpp: From Tugkan Calapoglu, "we started to have problems with textures after a recent svn update. I was able to follow the problem until following addition to Texture.cpp: // GLES doesn't cope with internal formats of 1,2,3 and 4 so map them to the appropriate equivilants. if (_internalFormat==1) _internalFormat = GL_ALPHA; if (_internalFormat==2) _internalFormat = GL_LUMINANCE_ALPHA; if (_internalFormat==3) _internalFormat = GL_RGB; if (_internalFormat==4) _internalFormat = GL_RGBA; The problem is that internal format "1" corresponds to GL_LUMINANCE, not GL_ALPHA. I double checked this from the Red Book. Fixed version is attached to the email." 2009-11-19 12:01 robert * include/osgViewer/ViewerEventHandlers, src/osgViewer/ScreenCaptureHandler.cpp: From Jean-Sebastien Guay, "I've made a change to the ScreenCaptureHandler's addCallbackToViewer method, so that it iterates over GraphicsContexts instead of GraphicsWindows. When the viewer has a pbuffer (for offscreen rendering without a window) then it wouldn't add the WindowCaptureCallback to that context since it wasn't in the list returned by ViewerBase::getWindows(). And anyways, I originally wrote the code, and I didn't see any reason why I did it with windows instead of contexts... I've needed to run a recorded simulation offscreen and save it to a sequence of images, and the ScreenCaptureHandler seemed to be the simplest way to do that, and with this change it's possible. Another change: I've also added the ability to specify continuous capture of all frames, or a certain number of frames. ScreenCaptureHandler now has a setFramesToCapture(int) method. The argument will be interpreted as: 0 : don't capture <0 : capture continuously >0 : capture that number of frames then stop I also added startCapture() and stopCapture() methods so that user code can start capturing (either continuously or the given number of frames) at a given point in their program. setFramesToCapture() won't start capturing, you have to call startCapture() afterwards. The handler also now has another key to toggle continuous capture (defaults to 'C'). Note that continuous capture will of course only work if the CaptureOperation writes to different files (for example, a WriteToFile with SEQUENTIAL_NUMBER mode) or does something different each time... Otherwise it will just overwrite of course. :-) I've also taken the chance to refactor the addCallbackToViewer() method a bit too, since finding the right camera is needed in two places now. I've tested all cases (I think). If you want to try, in osgviewer.cpp and replace the line // add the screen capture handler viewer.addEventHandler(new osgViewer::ScreenCaptureHandler); with // add the screen capture handler osgViewer::ScreenCaptureHandler* captureHandler = new osgViewer::ScreenCaptureHandler( new osgViewer::ScreenCaptureHandler::WriteToFile( "screenshot", "jpg", osgViewer::ScreenCaptureHandler::WriteToFile::SEQUENTIAL_NUMBER), -1); viewer.addEventHandler(captureHandler); captureHandler->startCapture(); And vary the "-1" (put 0, 10, 50) and then use the 'c' and 'C' keys and see how it reacts. " 2009-11-19 11:54 robert * include/osgViewer/ViewerEventHandlers: Fixed spaces at ends of lines 2009-11-19 11:44 robert * CMakeLists.txt, CMakeModules/FindFBX.cmake, src/osgPlugins/CMakeLists.txt, src/osgPlugins/fbx, src/osgPlugins/fbx/CMakeLists.txt, src/osgPlugins/fbx/ReaderWriterFBX.cpp, src/osgPlugins/fbx/ReaderWriterFBX.h, src/osgPlugins/fbx/fbxRAnimation.cpp, src/osgPlugins/fbx/fbxRAnimation.h, src/osgPlugins/fbx/fbxRCamera.cpp, src/osgPlugins/fbx/fbxRCamera.h, src/osgPlugins/fbx/fbxRLight.cpp, src/osgPlugins/fbx/fbxRLight.h, src/osgPlugins/fbx/fbxRMesh.cpp, src/osgPlugins/fbx/fbxRMesh.h, src/osgPlugins/fbx/fbxRNode.cpp, src/osgPlugins/fbx/fbxRNode.h, src/osgWrappers/osgWidget/EventInterface.cpp, src/osgWrappers/osgWidget/Widget.cpp: From Michael Platings, "This plugin adds support for the Autodesk FBX file format. It imports animations, including skeletal and morph animations, hence all my previous submissions to osgAnimation. The plugin won't build without the changes made in the "osgAnimation small additions" submission (14th August). The plugin requires the FBX SDK to be installed, available from http://usa.autodesk.com/adsk/servlet/index?siteID=123112&id=6837478" 2009-11-19 11:30 robert * examples/osgwidgetbox/osgwidgetbox.cpp, include/osgWidget/EventInterface: Form Roland Smeenk, "Attached is a small change to the osgWidget::EventInterface so it matches the NotifyWidget and NullWidget interface (added const). Due to this mismatch these widgets never received events. I also changed the osgwidgetbox example so the ColorWidget is receiving events again." 2009-11-19 11:21 robert * examples/osgviewerWX/osgviewerWX.cpp, examples/osgviewerWX/osgviewerWX.h: From J.P. Delport, "simple addition to make the scroll wheel work in the example." 2009-11-19 11:16 robert * src/osgUtil/DelaunayTriangulator.cpp: From Fabien Lavignotte, "I have used the osgUtil::DelaunayTriangulator to insert roads into a terrain. The triangulator is quite tricky to use properly but works quite well, constraint triangulation is not an easy task... I have encounter some crash during the development that the following patch fix. The two fixes are : - Fix in removeVerticesInside() : needs to take into account UByte and UShort version of DrawElements to avoid a crash later - Fix a crash in triangulate() : detect degenerate adjacency case to exit early form the adjacent triangle traversal loop to avoid a crash later" 2009-11-19 10:47 robert * examples/osgintrospection/CMakeLists.txt, examples/osgintrospection/osgintrospection.cpp: Fixed build 2009-11-19 10:12 robert * src/osgWrappers/osg/Camera.cpp, src/osgWrappers/osg/DisplaySettings.cpp, src/osgWrappers/osg/State.cpp: Updated wrappers 2009-11-19 10:10 robert * include/osg/Camera, include/osg/DisplaySettings, src/osg/Camera.cpp, src/osg/DisplaySettings.cpp: From Wojciech Lewandowski, "Building on earlier Paul's submission "[osg-users] Main branch MSFBO support change", I have added implicit buffer mask variables to DisplaySettings for setting global defaults for Camera FBOs. These mask variables are named after variables in Camera class. In Paul's submission they were named _renderBufferMask & _resolveBufferMask but I renamed them to _implicitBufferAttachmentRenderMask & _implicitBufferAttachmentResolveMask. DisplaySettings implementation includes reading of environment vars and command line options. Setters and getters follow typical OSG naming convention. I also updated names of ImplictBufferAttachment enum bits to match changed naming scheme. DisplaySettings now define COLOR and DEPTH as defaults for implicit buffers. Consequently Camera by default uses the same defaults through USE_DISPLAY_SETTINGS_MASK. However, particular Camera mask can be easily overriden through Camera::setImplicitBufferAttachmentMask method. I hope, that in this way we can have global control over implicit buffer defaults, and we can still retain fine grained control at Camera level. I have also replaced original unsigned ints used to store masks to signed ints because complier resolves enums as signed integer (I got a number of warnings with unsigned int)." 2009-11-18 18:19 robert * src/osg/CMakeLists.txt: Removed include/osg/Config as it was causing problem with Windows build 2009-11-18 16:24 robert * CMakeLists.txt, include/osg/Version, src/osg/CMakeLists.txt, src/osg/Config.in, src/osg/Version.in: Moved the set of include/osg/Version into Cmake 2009-11-18 14:08 robert * src/osgPlugins/obj/ReaderWriterOBJ.cpp: From Lee Butler, "The attached ZIP file contains a modified OBJ file format reader which makes smoothing optional for verticies which do not have a normal associated with them in the OBJ input file. The previous behavior was to always smooth at all verticies which did not have surface normals. In this new implementation smoothing is on by default to be compatible with previous behavior. The user can now specify the "generateFacetNormals" option to the reader to use facet normals for verticies where the OBJ file does not specify a normal." Note from Robert Osfield, changed "noSmoothing" naming used by Lee to "generateFacetNormals". 2009-11-18 13:00 robert * CMakeLists.txt, src/osg/CMakeLists.txt, src/osg/Timer.cpp: From Pau Garcia i Quiles, "On Linux/Unix, when you change the system time (for instance, using settimeofday), OSG animations will freeze your application because osg::Timer uses gettimeofday internally on non-Win32 platforms. This is wrong and should be replace with times(2) or clock_gettime(2). The attached patch fixes the issue in a binary-compatible way by using clock_gettime when it's available, and falling back to gettimeofday when it's not." 2009-11-18 12:50 robert * include/osg/State: Fixed primCount default value 2009-11-18 12:15 robert * CMakeLists.txt, applications/present3D/Cluster.cpp, examples/osgQtBrowser/QGraphicsViewAdapter.cpp, examples/osgautocapture/CMakeLists.txt, examples/osgcluster/broadcaster.cpp, examples/osgintrospection/osgintrospection.cpp, include/osg/Math, include/osgPresentation/AnimationMaterial, src/osgDB/DynamicLibrary.cpp, src/osgDB/Registry.cpp, src/osgPlugins/dxf/DXFWriterNodeVisitor.h, src/osgSim/LightPointNode.cpp, src/osgUtil/ShaderGen.cpp: From Mathias Froechlich, "Attached the collected fixes I needed to compile with all of them. Most notable the __hpux define stuff. The __hpux__ variant seems to be not defined which resulted in a compile error at this time. Consequently I have replaced all occurances of __hpux__ with __hpux. And huge surprise: now osg plugins are found and loaded correctly ... The next notable one is the MSVC_IDE fix which makes the nmake Makefiles cmake generator target behave like the ide one. Showed up because I started to do scripted builds with nmake instead of devenv... The rest is the usual bunch of stuff that just happens during normal coding ..." 2009-11-18 11:26 robert * src/osgWrappers/osg/DisplaySettings.cpp, src/osgWrappers/osg/GraphicsContext.cpp, src/osgWrappers/osg/Shader.cpp, src/osgWrappers/osg/State.cpp, src/osgWrappers/osgAnimation/Action.cpp, src/osgWrappers/osgAnimation/ActionVisitor.cpp, src/osgWrappers/osgAnimation/Bone.cpp, src/osgWrappers/osgAnimation/MorphGeometry.cpp, src/osgWrappers/osgAnimation/RigGeometry.cpp, src/osgWrappers/osgAnimation/Skeleton.cpp, src/osgWrappers/osgAnimation/Skinning.cpp, src/osgWrappers/osgAnimation/StatsVisitor.cpp, src/osgWrappers/osgAnimation/UpdateCallback.cpp, src/osgWrappers/osgText/Font.cpp: Updated wrappers 2009-11-18 11:25 robert * include/osg/Shader, src/osg/Shader.cpp: Added osg::ShaderBinary::readShaderBinaryFile(..) static method 2009-11-17 15:54 robert * src/osg/State.cpp, src/osg/StateSet.cpp, src/osgUtil/SceneView.cpp: Moved across to use OSG_FIXED_FUNCTION_AVAILABLE 2009-11-17 14:06 robert * include/osg/AudioStream, include/osg/NodeTrackerCallback, include/osgGA/NodeTrackerManipulator, include/osgWidget/Util, src/osg/GraphicsContext.cpp, src/osg/Notify.cpp, src/osgAnimation/StatsHandler.cpp, src/osgDB/DatabasePager.cpp, src/osgPlugins/OpenFlight/expPrimaryRecords.cpp, src/osgPresentation/PickEventHandler.cpp, src/osgShadow/ConvexPolyhedron.cpp, src/osgText/String.cpp, src/osgUtil/DelaunayTriangulator.cpp, src/osgUtil/IncrementalCompileOperation.cpp, src/osgUtil/Optimizer.cpp, src/osgUtil/SceneView.cpp, src/osgUtil/Simplifier.cpp, src/osgUtil/TriStripVisitor.cpp, src/osgUtil/TriStrip_graph_array.h, src/osgUtil/TriStrip_tri_stripper.h, src/osgViewer/View.cpp, src/osgWidget/Box.cpp: , and includes required for QNX compiler 2009-11-17 12:55 robert * CMakeLists.txt, examples/CMakeLists.txt, src/osgPlugins/CMakeLists.txt, src/osgPlugins/png/CMakeLists.txt, src/osgPlugins/png/ReaderWriterPNG.cpp: Added OSG_CPP_EXCEPTIONS_AVAILABLE cmake option to enable optional build of plugins and examples that required C++ exceptions 2009-11-17 12:54 robert * src/osgPlugins/ive/AlphaFunc.cpp, src/osgPlugins/ive/AnimationPath.cpp, src/osgPlugins/ive/AnimationPathCallback.cpp, src/osgPlugins/ive/AnisotropicLighting.cpp, src/osgPlugins/ive/AutoTransform.cpp, src/osgPlugins/ive/AzimElevationSector.cpp, src/osgPlugins/ive/AzimSector.cpp, src/osgPlugins/ive/Billboard.cpp, src/osgPlugins/ive/BlendColor.cpp, src/osgPlugins/ive/BlendEquation.cpp, src/osgPlugins/ive/BlendFunc.cpp, src/osgPlugins/ive/BlinkSequence.cpp, src/osgPlugins/ive/BumpMapping.cpp, src/osgPlugins/ive/Camera.cpp, src/osgPlugins/ive/CameraView.cpp, src/osgPlugins/ive/Cartoon.cpp, src/osgPlugins/ive/ClipNode.cpp, src/osgPlugins/ive/ClipPlane.cpp, src/osgPlugins/ive/ClusterCullingCallback.cpp, src/osgPlugins/ive/ColorMask.cpp, src/osgPlugins/ive/CompositeLayer.cpp, src/osgPlugins/ive/ConeSector.cpp, src/osgPlugins/ive/ConvexPlanarOccluder.cpp, src/osgPlugins/ive/ConvexPlanarPolygon.cpp, src/osgPlugins/ive/CoordinateSystemNode.cpp, src/osgPlugins/ive/CullFace.cpp, src/osgPlugins/ive/DOFTransform.cpp, src/osgPlugins/ive/DataInputStream.cpp, src/osgPlugins/ive/DataInputStream.h, src/osgPlugins/ive/DataOutputStream.cpp, src/osgPlugins/ive/DataOutputStream.h, src/osgPlugins/ive/Depth.cpp, src/osgPlugins/ive/DirectionalSector.cpp, src/osgPlugins/ive/DrawArrayLengths.cpp, src/osgPlugins/ive/DrawArrays.cpp, src/osgPlugins/ive/DrawElementsUByte.cpp, src/osgPlugins/ive/DrawElementsUInt.cpp, src/osgPlugins/ive/DrawElementsUShort.cpp, src/osgPlugins/ive/Drawable.cpp, src/osgPlugins/ive/Effect.cpp, src/osgPlugins/ive/ElevationSector.cpp, src/osgPlugins/ive/EllipsoidModel.cpp, src/osgPlugins/ive/Exception.h, src/osgPlugins/ive/FadeText.cpp, src/osgPlugins/ive/Fog.cpp, src/osgPlugins/ive/FragmentProgram.cpp, src/osgPlugins/ive/FrontFace.cpp, src/osgPlugins/ive/Geode.cpp, src/osgPlugins/ive/Geometry.cpp, src/osgPlugins/ive/Group.cpp, src/osgPlugins/ive/HeightFieldLayer.cpp, src/osgPlugins/ive/Image.cpp, src/osgPlugins/ive/ImageLayer.cpp, src/osgPlugins/ive/ImageSequence.cpp, src/osgPlugins/ive/Impostor.cpp, src/osgPlugins/ive/LOD.cpp, src/osgPlugins/ive/Layer.cpp, src/osgPlugins/ive/Light.cpp, src/osgPlugins/ive/LightModel.cpp, src/osgPlugins/ive/LightPoint.cpp, src/osgPlugins/ive/LightPointNode.cpp, src/osgPlugins/ive/LightSource.cpp, src/osgPlugins/ive/LineStipple.cpp, src/osgPlugins/ive/LineWidth.cpp, src/osgPlugins/ive/Locator.cpp, src/osgPlugins/ive/Material.cpp, src/osgPlugins/ive/MatrixTransform.cpp, src/osgPlugins/ive/MultiSwitch.cpp, src/osgPlugins/ive/MultiTextureControl.cpp, src/osgPlugins/ive/Multisample.cpp, src/osgPlugins/ive/Node.cpp, src/osgPlugins/ive/Object.cpp, src/osgPlugins/ive/OccluderNode.cpp, src/osgPlugins/ive/OcclusionQueryNode.cpp, src/osgPlugins/ive/PagedLOD.cpp, src/osgPlugins/ive/Point.cpp, src/osgPlugins/ive/PointSprite.cpp, src/osgPlugins/ive/PolygonMode.cpp, src/osgPlugins/ive/PolygonOffset.cpp, src/osgPlugins/ive/PolygonStipple.cpp, src/osgPlugins/ive/PositionAttitudeTransform.cpp, src/osgPlugins/ive/PrimitiveSet.cpp, src/osgPlugins/ive/Program.cpp, src/osgPlugins/ive/ProxyNode.cpp, src/osgPlugins/ive/ReaderWriterIVE.cpp, src/osgPlugins/ive/Scissor.cpp, src/osgPlugins/ive/Scribe.cpp, src/osgPlugins/ive/Sequence.cpp, src/osgPlugins/ive/ShadeModel.cpp, src/osgPlugins/ive/Shader.cpp, src/osgPlugins/ive/Shape.cpp, src/osgPlugins/ive/ShapeAttributeList.cpp, src/osgPlugins/ive/ShapeDrawable.cpp, src/osgPlugins/ive/SpecularHighlights.cpp, src/osgPlugins/ive/StateSet.cpp, src/osgPlugins/ive/Stencil.cpp, src/osgPlugins/ive/Switch.cpp, src/osgPlugins/ive/SwitchLayer.cpp, src/osgPlugins/ive/TerrainTile.cpp, src/osgPlugins/ive/TexEnv.cpp, src/osgPlugins/ive/TexEnvCombine.cpp, src/osgPlugins/ive/TexGen.cpp, src/osgPlugins/ive/TexGenNode.cpp, src/osgPlugins/ive/TexMat.cpp, src/osgPlugins/ive/Text.cpp, src/osgPlugins/ive/Text3D.cpp, src/osgPlugins/ive/Texture.cpp, src/osgPlugins/ive/Texture1D.cpp, src/osgPlugins/ive/Texture2D.cpp, src/osgPlugins/ive/Texture3D.cpp, src/osgPlugins/ive/TextureCubeMap.cpp, src/osgPlugins/ive/TextureRectangle.cpp, src/osgPlugins/ive/Transform.cpp, src/osgPlugins/ive/Uniform.cpp, src/osgPlugins/ive/VertexProgram.cpp, src/osgPlugins/ive/Viewport.cpp, src/osgPlugins/ive/VisibilityGroup.cpp, src/osgPlugins/ive/Volume.cpp, src/osgPlugins/ive/VolumeCompositeLayer.cpp, src/osgPlugins/ive/VolumeCompositeProperty.cpp, src/osgPlugins/ive/VolumeImageLayer.cpp, src/osgPlugins/ive/VolumeLayer.cpp, src/osgPlugins/ive/VolumeLocator.cpp, src/osgPlugins/ive/VolumePropertyAdjustmentCallback.cpp, src/osgPlugins/ive/VolumeScalarProperty.cpp, src/osgPlugins/ive/VolumeSwitchProperty.cpp, src/osgPlugins/ive/VolumeTile.cpp, src/osgPlugins/ive/VolumeTransferFunctionProperty.cpp: Converted .ive plugin from using C++ exceptions to using a local equivelant, enabling the build on embedded systems. 2009-11-17 11:36 robert * src/osgPlugins/OpenFlight/ReaderWriterATTR.cpp: Removed usage of throw 2009-11-16 17:50 robert * src/osg/Shader.cpp: Fixed Shader constructor 2009-11-16 16:09 robert * src/osgPlugins/stl/ReaderWriterSTL.cpp: Replaced catch usage 2009-11-16 15:47 robert * src/osgPlugins/ac/ac3d.cpp: Removed catch 2009-11-16 15:17 robert * src/osgUtil/TriStrip_graph_array.h, src/osgUtil/TriStrip_heap_array.h, src/osgUtil/TriStrip_tri_stripper.cpp: Removed throw. 2009-11-16 14:58 robert * src/osg/BufferObject.cpp, src/osg/Texture.cpp: Removed throw. 2009-11-16 14:47 robert * src/osg/BufferObject.cpp, src/osg/Image.cpp, src/osg/Texture.cpp, src/osgUtil/TriStripVisitor.cpp, src/osgUtil/TriStrip_tri_stripper.cpp, src/osgUtil/TriStrip_tri_stripper.h: Removed usaged of throw and catch to enable better compatibility with embedded systems that don't support C++ exceptions efficiently. 2009-11-16 12:32 robert * include/osg/Shader, src/osg/Shader.cpp: Added new osg::ShaderBinary class, and support for it in osg::Shader. 2009-11-13 13:52 robert * examples/osganimationhardware/osganimationhardware.cpp: From Cedric Pinson, "After fixing Skeleton, i introduce a compile issue in osganimationhardware example I added a #include to fix it " 2009-11-13 13:42 robert * src/osg/ArrayDispatchers.cpp: Moved the GLBeginEndAdapter support out of the blocks of the "#if defined(OSG_GL_VERTEX_FUNCS_AVAILABLE) && !defined(OSG_GLES1_AVAILABLE)" guarded blocks. Fixed the number of components being passed as GLBeginEndAdatper::TexCoord*fv. 2009-11-13 13:39 cedricpinson * include/osgAnimation/Skeleton, src/osgAnimation/Skeleton.cpp: From Cedric Pinson, Fix Skeleton to compute correctly bind matrix, fix compile issue on osganimationhardware after fixing Skeleton 2009-11-13 13:25 robert * src/osg/Geometry.cpp: Added optional finer grained checks for GL errors within Geometry::drawImplementation() to help track down GL errors. Turned off the vertex attribute aliasing in ArrayDispatchers when the GLBeginEndAdapter is used. 2009-11-13 12:51 robert * src/osgViewer/View.cpp: Added dummy StateSet at top of scene graph when using ShaderGen to copy with subgrahs that contain no StateSet 2009-11-13 10:03 robert * include/osgViewer/api/Win32/GraphicsWindowWin32, src/osgViewer/GraphicsWindowWin32.cpp: From Paul Martz, osgViewer Win32 GL3 context creation support 2009-11-13 09:56 robert * include/osg/GraphicsContext, include/osg/Texture: Added missing export 2009-11-12 19:39 robert * src/osg/Texture.cpp: Introduced the usage of GL_MAX_TEXTURE_IMAGE_UNITS where support in place of the check of GL_MAX_TEXTURE_UNITS. 2009-11-12 14:35 robert * include/osg/GLBeginEndAdapter, src/osg/GLBeginEndAdapter.cpp, src/osg/PrimitiveSet.cpp, src/osg/StateSet.cpp, src/osg/Texture.cpp: Adapted GLBeginEndAdapter to use state.drawQuad(..) rather than use it's local GL_QUADS emulation. Fixed to osg::Texture for GLES support. Added automatic GLenum mode mappings in osg::PrimitiveSet to provide a fallback for non support glDrawArray/glDrawElement modes. Added finer gained error checking during StateSet::compile(). 2009-11-12 12:19 robert * src/osgText/Text.cpp: Introdced usage of State::drawQuads 2009-11-12 12:18 robert * include/osg/State, src/osg/State.cpp: Introduced new State::drawQuads(..) convinience method to help out with mapping GL 1.x style calls to GLES2.0 compatible calls. 2009-11-12 12:14 robert * src/osg/GLBeginEndAdapter.cpp: Fixed winding of GL_QUADS mapping 2009-11-12 12:07 robert * examples/osggeometry/osggeometry.cpp: Improved compatibility with GLES2 2009-11-11 15:25 robert * include/osg/DisplaySettings, include/osg/GraphicsContext, src/osg/DisplaySettings.cpp, src/osg/GraphicsContext.cpp, src/osgViewer/View.cpp: Added glContexVersion, glContextFlags and glContextProfileMask members to osg::GraphicsContext::Traits to support GL3 graphics context creation. Moved the handling of DisplaySettings into Traits constructor. Added support for s/getGLContextVersion(), s/getGLContextFlags() and s/getGLContextProfileMask() to osg::DisplaySettings. Added command line and env var support for setting the GLContextVersion, GLContextFlags and GLContextProfileMask to osg::DisplaySettings. 2009-11-11 12:04 robert * src/osg/FrameBufferObject.cpp: From Paul Martz, enabled packed_depth_stencil support for GL3 2009-11-11 09:15 robert * src/osg/GLExtensions.cpp: Merged runtime fix for Win32 OpenGLES build that avoids usage of wglGetProcAddress. 2009-11-10 19:16 robert * src/osg/BlendColor.cpp, src/osg/BlendEquation.cpp, src/osg/BlendFunc.cpp, src/osg/BufferObject.cpp, src/osg/ClampColor.cpp, src/osg/Drawable.cpp, src/osg/Multisample.cpp, src/osg/Point.cpp, src/osg/Texture.cpp, src/osg/Texture2DArray.cpp, src/osg/Texture3D.cpp: Added OSG_GLES2_FEATURES and OSG_GL3_FEATURES usage where appropriate 2009-11-10 17:01 robert * include/osg/FrameBufferObject, include/osg/GL, src/osg/FrameBufferObject.cpp, src/osg/GL2Extensions.cpp, src/osg/GLExtensions.cpp, src/osg/PointSprite.cpp, src/osg/State.cpp, src/osg/Texture.cpp, src/osg/TextureCubeMap.cpp, src/osg/TextureRectangle.cpp, src/osgUtil/RenderStage.cpp: Introduced OSG_GL*_FEATURES macros defined in include/GL that are set to 0 or 1 according to what the assocoated version of GL is compiled against. Removed EXT postfix of FrameBufferObject functions, and added support for checking non EXT versions frame buffer object GL functions. Introduced usage of OSG_GL*_FEATURES to avoid some #if #else #endif code blocks. Using a submissions from Paul Martz as a guide added perliminary GL3 support to a range of OSG classes 2009-11-10 14:59 robert * src/osgViewer/GraphicsWindowX11.cpp: Removed debug message 2009-11-10 14:31 shuber * Xcode/OpenSceneGraph/OpenSceneGraph.xcodeproj/project.pbxproj: From Stephan Huber: updated XCode project 2009-11-10 12:03 robert * examples/osgvertexattributes/osgvertexattributes.cpp: Changed default enabling of vertex attribute mapping 2009-11-10 12:02 robert * src/osg/Texture2D.cpp: Removed redundant include of GLU 2009-11-10 12:01 robert * examples/osgshape/osgshape.cpp: Added enabling of lighting, and disabling of mipmapping to help out testing of GLES2 target 2009-11-10 11:36 robert * include/osg/GLBeginEndAdapter, src/osg/GLBeginEndAdapter.cpp: Added support for mapping GL_QUADS, GL_QUAD_STRIP and GL_POLYGONS to GL_TRIANGLE equivalents. 2009-11-10 11:34 robert * src/osgViewer/View.cpp: Added the default usage of ShaderGenVisitor to help with GLES2 testing. 2009-11-10 11:34 robert * src/osgViewer/Renderer.cpp: Added state.checkGLErrors() calls to help in debugging of GLES 2 port 2009-11-10 11:28 robert * src/osgUtil/ShaderGen.cpp: Added disabling of modes that aren't supported with GLES2 2009-11-09 11:36 robert * src/osg/State.cpp, src/osgUtil/RenderStage.cpp: Added GL token mappings for standard GL errors numbers for when no GLU is available 2009-11-06 18:06 robert * src/osg/Texture.cpp: Added remapping of internal texture formats to GL_RGBA etc when just the number of components is used i.e. 1 -> GL_ALPHA, 2 -> GL_LUMINANCE_ALPHA 3 -> GL_RGB 4 -> GL_RGBA 2009-11-06 16:51 robert * examples/osgvertexattributes/osgvertexattributes.cpp: Added simple textured scene graph test accessible using --texture or -t command line options. 2009-11-06 16:09 robert * src/osg/Texture1D.cpp, src/osg/Texture2D.cpp, src/osg/Texture2DArray.cpp, src/osg/Texture3D.cpp, src/osg/TextureCubeMap.cpp, src/osg/TextureRectangle.cpp, src/osgUtil/SceneView.cpp: Fixed build with no automatic conversion of ref_ptr<> to C pointer 2009-11-06 16:09 robert * examples/osganimationhardware/osganimationhardware.cpp: Fixed build 2009-11-06 13:53 robert * src/osg/GLExtensions.cpp: Added dlsymb settting for QNX 2009-11-06 10:38 robert * src/osgViewer/GraphicsWindowX11.cpp: Cleaned up the EGL context config set up. 2009-11-06 10:31 robert * src/osgViewer/GraphicsWindowX11.cpp: Added EGL error checking and changed the egl context configuration settings 2009-11-05 09:28 robert * src/osg/ArrayDispatchers.cpp: Added APIENTRY into glColor*/glNormal* calls and specialized the calls to just GLES1 2009-11-04 17:26 robert * examples/CMakeLists.txt, include/osg/GL, src/osg/ArrayDispatchers.cpp: Moved glColor/glNormal definitions for GLES1.x from include/osg/GL to src/osg/ArrayDispatchers.cpp to avoid import/export issues on functions. Fixed typo of GLES1 in disabling the build of OpenGL1.x/2.x specific examples 2009-11-04 12:17 robert * src/osg/State.cpp: Reduced the number of aliased attributes to fit within the basic 8 attribute location available on basic GLES2 implementations 2009-11-04 12:14 robert * src/osg/Notify.cpp: Changed notify to output warnings and normally messages to std::out 2009-11-04 11:03 robert * examples/osgvertexattributes/osgvertexattributes.cpp: Added --simple option and associated set up of a very simple geometry and shader scene graph 2009-11-04 11:02 robert * src/osg/State.cpp: Enabled the vertex aliasing and projection/modelview uniform setting by default for GLES2 and GL3 targets 2009-11-03 16:49 robert * examples/CMakeLists.txt: Disabled osgteaport for GLES1, GLES2 and GL3 builds 2009-11-03 16:48 robert * examples/osgforest/osgforest.cpp: Replaced glColor4fv call with osg::State::Color(..) 2009-11-03 16:34 robert * applications/present3D/present3D.cpp, include/osg/ClampColor, include/osg/GL, include/osg/TexGen, src/osg/Image.cpp, src/osg/Texture.cpp, src/osg/TextureRectangle.cpp, src/osgDB/DatabasePager.cpp, src/osgFX/AnisotropicLighting.cpp, src/osgParticle/ParticleSystem.cpp, src/osgPlugins/OpenFlight/PaletteRecords.cpp, src/osgPlugins/dds/ReaderWriterDDS.cpp, src/osgPlugins/logo/ReaderWriterLOGO.cpp, src/osgPlugins/osg/StateSet.cpp, src/osgPlugins/rgb/ReaderWriterRGB.cpp, src/osgSim/LightPointDrawable.cpp, src/osgSim/LightPointSpriteDrawable.cpp, src/osgText/Text.cpp, src/osgText/Text3D.cpp, src/osgUtil/RenderStage.cpp, src/osgUtil/SceneView.cpp, src/osgViewer/GraphicsWindowWin32.cpp: From Paul Martz, changes for compiling against OpenGL 3.x 2009-11-03 15:22 robert * examples/CMakeLists.txt: Disabled the build of plugins that aren't supported under GLES. 2009-11-03 11:10 robert * src/osg/GL2Extensions.cpp, src/osg/GLExtensions.cpp, src/osg/Geometry.cpp, src/osg/StateSet.cpp, src/osgUtil/SceneView.cpp: Fixed handling of GL function pointer setup for GLES1/GLES2 targets Dropped the fixed function pipeline defaults from StateSet and SceneView. 2009-11-01 09:51 robert * src/osgUtil/SceneView.cpp: Disable the default LightModel for GLES1 and GLES2 targets 2009-11-01 09:04 robert * examples/osgautocapture/osgautocapture.cpp, include/osgViewer/api/X11/GraphicsWindowX11, src/osg/Image.cpp, src/osgViewer/GraphicsWindowX11.cpp: Fixed compile issue with Image.cpp and osgautocapture.cpp under GLES. Fixed handling of EGLDisplay in EGL paths of GraphicsWindowX11 2009-10-31 14:44 robert * src/osgViewer/PixelBufferX11.cpp: Fixed compile problem due to name change of getGLXContext to getContext 2009-10-30 17:16 robert * src/osgViewer/GraphicsWindowX11.cpp: Fixed build under GLES2 2009-10-30 15:17 robert * CMakeLists.txt, CMakeModules/OsgMacroUtils.cmake, include/osg/ClipPlane, include/osg/GL2Extensions, include/osg/Light, include/osg/Transform, include/osgViewer/api/X11/GraphicsWindowX11, include/osgViewer/api/X11/PixelBufferX11, src/osgPlugins/osg/StateSet.cpp, src/osgPlugins/scale/ReaderWriterSCALE.cpp, src/osgText/Font.cpp, src/osgViewer/CMakeLists.txt, src/osgViewer/GraphicsWindowX11.cpp, src/osgViewer/PixelBufferX11.cpp: Added EGL support into build system for GLES1 + GLES2. Added EGL support into GraphicsWindowX11. 2009-10-30 15:16 robert * examples/osgautocapture/osgautocapture.cpp: Fixed for GLES1 build 2009-10-29 16:09 cedricpinson * include/osgAnimation/Action, include/osgAnimation/TimelineAnimationManager, include/osgAnimation/UpdateCallback, src/osgAnimation/ActionVisitor.cpp, src/osgAnimation/StatsHandler.cpp, src/osgAnimation/StatsVisitor.cpp: From Cedric Pinson, Fix warning in osgAnimation, UpdateCallback. Fix bug removing callback in Action. Fix warning Stats 2009-10-29 09:54 shuber * Xcode/OpenSceneGraph/OpenSceneGraph.xcodeproj/project.pbxproj: From Stephan Huber: updated XCode projects 2009-10-28 20:31 robert * applications/osgconv/OrientationConverter.cpp, applications/present3D/present3D.cpp, include/osg/FrameBufferObject, include/osg/PolygonOffset, include/osg/Texture, include/osgPresentation/SlideShowConstructor, include/osgText/Font, src/osg/Image.cpp, src/osg/Texture.cpp, src/osgFX/AnisotropicLighting.cpp, src/osgFX/Scribe.cpp, src/osgFX/SpecularHighlights.cpp, src/osgGA/StateSetManipulator.cpp, src/osgManipulator/TrackballDragger.cpp, src/osgParticle/ParticleSystem.cpp, src/osgParticle/PrecipitationEffect.cpp, src/osgPlugins/OpenFlight/PaletteRecords.cpp, src/osgPlugins/bsp/Q3BSPReader.cpp, src/osgPlugins/dds/ReaderWriterDDS.cpp, src/osgPlugins/hdr/ReaderWriterHDR.cpp, src/osgPlugins/logo/ReaderWriterLOGO.cpp, src/osgPlugins/osg/StateSet.cpp, src/osgPlugins/rgb/ReaderWriterRGB.cpp, src/osgShadow/OccluderGeometry.cpp, src/osgShadow/ShadowMap.cpp, src/osgShadow/SoftShadowMap.cpp, src/osgShadow/StandardShadowMap.cpp, src/osgSim/LightPointDrawable.cpp, src/osgSim/LightPointSpriteDrawable.cpp, src/osgText/Font.cpp, src/osgText/Text.cpp, src/osgText/Text3D.cpp, src/osgUtil/RenderStage.cpp, src/osgUtil/SceneView.cpp, src/osgUtil/ShaderGen.cpp, src/osgViewer/CMakeLists.txt, src/osgViewer/ScreenCaptureHandler.cpp: Ported osgUtil, osgDB, osgGA, NodeKits and plugins to compile against OpenGL ES 1.1 and OpenGL ES 2.0. 2009-10-28 13:31 robert * examples/CMakeLists.txt, examples/osganimationhardware, examples/osganimationhardware/CMakeLists.txt, examples/osganimationhardware/osganimationhardware.cpp, examples/osganimationskinning/osganimationskinning.cpp, examples/osganimationtimeline/osganimationtimeline.cpp: From Cedric Pinson, updates to osganimation example to keep in sync with changes with osgAnimation, and introduction of a hardware skinning example 2009-10-27 19:17 robert * src/osgDB/DatabasePager.cpp: Fixed build aginst GLES1 and GLES2 2009-10-27 18:07 robert * include/osg/GL, src/osg/Depth.cpp, src/osg/State.cpp: Fixed build on OpenGLES-1.1 and OpenGLES-2.0 targets 2009-10-27 15:37 cedricpinson * include/osgAnimation/Action, include/osgAnimation/ActionAnimation, include/osgAnimation/ActionBlendIn, include/osgAnimation/ActionBlendOut, include/osgAnimation/ActionStripAnimation, include/osgAnimation/ActionVisitor, include/osgAnimation/RigGeometry, include/osgAnimation/RigTransform, include/osgAnimation/RigTransformHardware, include/osgAnimation/RigTransformSoftware, include/osgAnimation/StatsVisitor, include/osgAnimation/Timeline, include/osgAnimation/VertexInfluence, src/osgAnimation/Action.cpp, src/osgAnimation/ActionAnimation.cpp, src/osgAnimation/ActionBlendIn.cpp, src/osgAnimation/ActionBlendOut.cpp, src/osgAnimation/ActionStripAnimation.cpp, src/osgAnimation/ActionVisitor.cpp, src/osgAnimation/Bone.cpp, src/osgAnimation/CMakeLists.txt, src/osgAnimation/RigGeometry.cpp, src/osgAnimation/RigTransformHardware.cpp, src/osgAnimation/RigTransformSoftware.cpp, src/osgAnimation/StatsVisitor.cpp, src/osgAnimation/VertexInfluence.cpp: From Cedric Pinson, The following commit include: * Refactore of RigGeometry to support hardware skinning * Refactore of Timeline to split Action in differents files * Add example how to use hardware skinning 2009-10-27 10:51 shuber * Xcode/OpenSceneGraph/config/osg/Config: From Stephan Huber: added missing #define 2009-10-25 11:52 robert * CMakeLists.txt, include/osg/AlphaFunc, include/osg/ArrayDispatchers, include/osg/ClipPlane, include/osg/Fog, include/osg/GL, include/osg/GL2Extensions, include/osg/Light, include/osg/LineStipple, include/osg/LogicOp, include/osg/Material, include/osg/Point, include/osg/PolygonMode, include/osg/PolygonOffset, include/osg/PolygonStipple, include/osg/ShadeModel, include/osg/State, include/osg/TexEnv, include/osg/TexEnvCombine, include/osg/TexGen, include/osg/Texture, include/osg/Texture1D, include/osg/Uniform, src/osg/ArrayDispatchers.cpp, src/osg/ClipPlane.cpp, src/osg/ColorMatrix.cpp, src/osg/Config.in, src/osg/Fog.cpp, src/osg/Hint.cpp, src/osg/Image.cpp, src/osg/LightModel.cpp, src/osg/Material.cpp, src/osg/State.cpp, src/osg/StateSet.cpp, src/osg/Texture.cpp, src/osg/Texture1D.cpp, src/osg/TextureRectangle.cpp: Introduced usage of OSG_GLES*_AVAILABLE macros to headers and .cpp's to enable building against OpenGL ES 1.x and 2.x headers 2009-10-25 11:46 robert * src/osgWrappers/osg/State.cpp: Updated wrappers 2009-10-23 20:35 cedricpinson * include/osgAnimation/UpdateCallback, src/osgAnimation/UpdateCallback.cpp: From Cedric Pinson, Simplify update callback api in osgAnimation, the decision to link is on the manager or user 2009-10-23 17:27 robert * src/osg/Geometry.cpp: Added missing unbinds of VBO and EBO's to Geometry::drawImplementation(..), fixing crash in osganimationtimeline when stats were enabled 2009-10-23 16:51 robert * include/osg/GL: Added includes for OpenGL ES1 and ES2. 2009-10-23 13:19 robert * CMakeLists.txt, include/osg/Drawable, src/osg/AlphaFunc.cpp, src/osg/ClipPlane.cpp, src/osg/ColorMatrix.cpp, src/osg/DrawPixels.cpp, src/osg/Drawable.cpp, src/osg/Fog.cpp, src/osg/FragmentProgram.cpp, src/osg/GLObjects.cpp, src/osg/Light.cpp, src/osg/LightModel.cpp, src/osg/LineStipple.cpp, src/osg/LogicOp.cpp, src/osg/Material.cpp, src/osg/Point.cpp, src/osg/PointSprite.cpp, src/osg/PolygonMode.cpp, src/osg/PolygonStipple.cpp, src/osg/ShadeModel.cpp, src/osg/TexEnv.cpp, src/osg/TexEnvCombine.cpp, src/osg/TexEnvFilter.cpp, src/osg/TexGen.cpp, src/osg/TexMat.cpp, src/osg/VertexProgram.cpp: Added CMake support for specifying what OpenGL target and features that the OpenSceneGraph build should use. Added use of the new Cmake generated #define's for optionally compiling parts of the OpenSceneGraph's OpenGL support for the various OpenGL targets 2009-10-23 12:28 robert * src/osgWrappers/osg/GLBeginEndAdapter.cpp: Updated wrappers 2009-10-23 12:24 robert * src/osg/Geometry.cpp: Fixed bug in dispatching per primitive attributes 2009-10-23 12:22 robert * include/osg/GLBeginEndAdapter, src/osg/ArrayDispatchers.cpp: Added support for Vec4ubArray colour arrays 2009-10-23 09:24 robert * src/osg/Geometry.cpp: Fixed handling of Geometry::_internalOptimizedGeometry in the Geometry::drawImplementation(..) 2009-10-23 08:21 shuber * Xcode/OpenSceneGraph/OpenSceneGraph.xcodeproj/project.pbxproj, Xcode/OpenSceneGraph/config/osg/Config: From Stephan Huber: updated XCode project, sensible default config-file 2009-10-22 14:40 robert * include/osg/GLBeginEndAdapter: Added #define for GL_TEXTURE0 as MS gl.h header is still stuck in the nineties.... 2009-10-22 12:56 robert * include/osg/GLBeginEndAdapter, src/osgWrappers/osg/GLBeginEndAdapter.cpp, src/osgWrappers/osg/Geometry.cpp, src/osgWrappers/osgAnimation/AnimationManagerBase.cpp, src/osgWrappers/osgAnimation/VertexInfluence.cpp: Fixed typo and updated wrappers 2009-10-22 12:41 robert * include/osg/Drawable: From Stephan Huber, compile fix to OSX. 2009-10-22 12:06 robert * CMakeLists.txt, src/osg/Config.in: Introduced Cmake generated #defines relevant to optionally compile parts of the OSG for different OpenGL targets 2009-10-22 12:04 robert * include/osg/Geometry: Removed, now inappropriate, references to glBegin/glEnd. 2009-10-22 12:03 robert * src/osgWrappers/osg/CopyOp.cpp, src/osgWrappers/osg/ImageSequence.cpp, src/osgWrappers/osg/StateAttribute.cpp, src/osgWrappers/osg/StateAttributeCallback.cpp, src/osgWrappers/osgAnimation/UpdateCallback.cpp: Updated wrappers 2009-10-22 12:01 robert * include/osg/StateAttributeCallback: From Cedric Pinson, new StateAttributeCallback replacing StateAttribute::Callback 2009-10-22 10:33 robert * include/osg/CopyOp, include/osg/ImageSequence, include/osg/StateAttribute, include/osgAnimation/UpdateCallback, src/osg/CMakeLists.txt, src/osg/CopyOp.cpp, src/osg/StateAttribute.cpp, src/osg/StateSet.cpp, src/osgAnimation/UpdateCallback.cpp, src/osgPlugins/osg/StateAttribute.cpp: From Cedric Pinson, "Here a patch to be able to clone stateattribute, in order to do that i moved the StateAttribute::Callback structure to a file StateAttributeCallback with the same behavior as NodeCallback. " 2009-10-22 10:29 robert * src/osg/Geometry.cpp: Removed old and now redundent code paths 2009-10-22 09:08 robert * src/osgWrappers/osg/ArrayDispatchers.cpp, src/osgWrappers/osg/GLBeginEndAdapter.cpp, src/osgWrappers/osgParticle/Particle.cpp: Updated wrappers 2009-10-22 08:51 robert * include/osg/GLBeginEndAdapter, src/osg/ArrayDispatchers.cpp, src/osg/GLBeginEndAdapter.cpp: Fixed type of GLBeginEndAdapter::MultiTexCoord*() and VertexAttrib*(), and fixed the internal offsets used in MultiTexCoord so it properly used the mapping texture_unit = target - GL_TEXTURE0 2009-10-22 08:28 shuber * Xcode/OpenSceneGraph/OpenSceneGraph.xcodeproj/project.pbxproj: From Stephan Huber: updated XCode project 2009-10-21 16:42 robert * include/osg/GLBeginEndAdapter: Added Translatef, Scalef, Rotatef methods, and fixed Color4f method. 2009-10-21 16:41 robert * applications/osgviewer/osgviewer.cpp: Removed redundent spaces 2009-10-21 16:40 robert * include/osgParticle/Particle, src/osgParticle/ConnectedParticleSystem.cpp, src/osgParticle/Particle.cpp, src/osgParticle/ParticleSystem.cpp: Removed remaining glBegin/glEnd usage 2009-10-21 16:31 robert * src/osgText/Text.cpp, src/osgText/Text3D.cpp: Conveted osgText across to using GLBeginEndAdapter instead og glBegin/glEnd 2009-10-21 16:16 robert * src/osgSim/ImpostorSprite.cpp, src/osgSim/SphereSegment.cpp: Converted all glBegin/glEnd code across to using osg::GLBeginEndAdapter 2009-10-21 15:48 robert * examples/osgparticle/osgparticle.cpp: Added stats handler to track performance effects of new GLBeginEndAdapter usage 2009-10-21 15:45 cedricpinson * include/osgAnimation/AnimationManagerBase, include/osgAnimation/Channel, include/osgAnimation/Skeleton, include/osgAnimation/Skinning, include/osgAnimation/VertexInfluence, src/osgAnimation/Animation.cpp, src/osgAnimation/AnimationManagerBase.cpp, src/osgAnimation/Bone.cpp, src/osgAnimation/StatsHandler.cpp, src/osgAnimation/Timeline.cpp, src/osgAnimation/VertexInfluence.cpp: From Cedric Pinson, this commit contains the following change: * Change ref_ptr to observer_ptr to avoid cross reference and leak in Skinning * Set invalidate to true to re run the check visitor in Skeleton * Shallow copy Sampler in channel copy constructor * Add accessor in VertexInfluence * Remove dead code in Timeline.cpp * Dont force linking in Bone::UpdateBone, the decision is done by the user or the manager * Add offset in timeline stats to display each manager on the screen * Add a flag in animation manager base to enable or not automatic link when modifying the manager 2009-10-21 14:14 robert * examples/osgvertexattributes/osgvertexattributes.cpp: Added stats handler 2009-10-21 14:11 robert * src/osg/Geometry.cpp: Removed the disabling of display lists in osg::Geometry to bring it back to it's original behaviour 2009-10-21 14:09 robert * include/osg/ArrayDispatchers, include/osg/State, src/osg/ArrayDispatchers.cpp, src/osg/Geometry.cpp, src/osgWrappers/genwrapper.conf, src/osgWrappers/osg/State.cpp: Added support for automatic vertex aliasing to new ArrayDispatchers, and updated wrappers 2009-10-21 11:18 robert * include/osg/ArrayDispatchers, include/osg/Drawable, include/osg/State, src/osg/ArrayDispatchers.cpp, src/osg/Geometry.cpp, src/osg/State.cpp: Moved the ArrayDispatchers management so that osg::State now has a ArrayDispatchers object that any osg::Geometry can reuse, and optimized the implementation to reduce the CPU overhead. 2009-10-20 22:14 robert * src/osgWrappers/genwrapper.conf, src/osgWrappers/osg/State.cpp: Updated wrappers 2009-10-20 19:34 robert * include/osg/Array, include/osg/ArrayDispatchers, include/osg/Drawable, include/osg/GLBeginEndAdapter, include/osg/State, runexamples.bat, src/osg/ArrayDispatchers.cpp, src/osg/CMakeLists.txt, src/osg/Drawable.cpp, src/osg/GLBeginEndAdapter.cpp, src/osg/Geometry.cpp: Refactored osg::Geometry::drawImplementation(..) to use new osg::ArrayDispatchers that encapsulate the task of dispatch osg::Array data as OpenGL attributes. 2009-10-20 13:15 robert * src/osg/State.cpp: Fixed typo of osg_ModelViewMatrix 2009-10-19 11:06 shuber * Xcode/OpenSceneGraph/OpenSceneGraph.xcodeproj/project.pbxproj: From Stephan Huber: updated XCode project 2009-10-19 08:58 robert * src/osg/State.cpp: Fixed computation of osg_NormalMatrix 2009-10-17 19:22 robert * include/osg/GLBeginEndAdapter, src/osg/GLBeginEndAdapter.cpp: Added support for multitexturing and vertex attributes to GLBeginEndAdapter 2009-10-17 11:14 robert * include/osg/GLBeginEndAdapter, src/osg/State.cpp: Fixed VS warning 2009-10-16 18:50 robert * src/osgWrappers/genwrapper.conf, src/osgWrappers/osg/State.cpp: Updated wrappers 2009-10-16 17:22 robert * examples/osgcatch/osgcatch.cpp, src/osgWrappers/osg/Program.cpp, src/osgWrappers/osg/Shader.cpp, src/osgWrappers/osg/State.cpp: Updated wrappers 2009-10-16 16:26 robert * examples/osgvertexattributes/osgvertexattributes.cpp, include/osg/GLBeginEndAdapter, include/osg/Program, include/osg/Shader, include/osg/State, src/osg/BufferObject.cpp, src/osg/CMakeLists.txt, src/osg/GLBeginEndAdapter.cpp, src/osg/Geometry.cpp, src/osg/Program.cpp, src/osg/Shader.cpp, src/osg/ShapeDrawable.cpp, src/osg/State.cpp, src/osgUtil/SceneGraphBuilder.cpp: Ported osg::Geometry across to supporting the aliasing of vertex, color and normal etc. calls to Vertex Attributes. Added support for automatic aliasing of vertex, normal, color etc. arrays to Vertex Attribute equivelants. Added new osg::GLBeginEndAdapter class for runtime conversion from glBegin/glEnd codes to vertex arrray equivelants. Added automatic shader source conversion from gl_ to osg_ builtins. 2009-10-11 06:05 robert * examples/osgvertexattributes/osgvertexattributes.cpp, include/osg/State, src/osg/State.cpp, src/osgUtil/RenderLeaf.cpp, src/osgWrappers/osg/State.cpp: Made the use of the new projection and modelview matrix uniforms optional 2009-10-11 05:52 robert * include/osg/PrimitiveSet: From Paul Martz, "A recent change to add the new geometry shader primitive types has broken the build on Windows. On Windows, those types are declared in the header GL2Extensions, but the PrimitiveSet header (which uses those types) fails to include that header, causing compile errors. Attached is a version of PrimitiveSet that includes GL2Extensions." 2009-10-10 14:50 robert * AUTHORS.txt, applications/osgversion/Contributors.cpp: Updated Contributors list to fix for typo's in the ChangeLog, and updated the AUTHORS file for 2.9.6. 2009-10-10 11:28 robert * ChangeLog, applications/osgversion/Contributors.cpp, src/osgWrappers/osgWidget/Label.cpp: Updated ChangeLog, wrappers and Contributors lists 2009-10-10 11:26 robert * CMakeModules/FindCOLLADA.cmake: From Simon Julier, "Please find attached FindCOLLADA.cmake with a patch for a framework naming issue for Mac platforms. The collada dom Makefiles actually build a framework called Collada14Dom.framework (debug: Collada14Dom-d.framework). The current CMake rules, however, only look for collada14dom. Normally, the difference in case wouldn't matter but the rule fails on case sensitive HPFS partitions. " 2009-10-10 11:06 robert * include/osgWidget/Label, src/osgWidget/Label.cpp: From Cesar L.B. Silveira, "I have written these few lines of code which allow setting the label of an osgWidget::Label with an osgText::String. I had to do this on a project I'm working on, because I needed UTF-8 strings on my labels, and using setLabel with std::string was not working. " 2009-10-10 11:00 robert * src/OpenThreads/win32/Win32Thread.cpp, src/OpenThreads/win32/Win32ThreadPrivateData.h: From Mathias Froehlich, "Tha attached change adapt previous attemps to get our application using osg through microsofts application verifier. The current change should work a little better ... The change is based on rev 10605." 2009-10-10 10:58 robert * src/osgViewer/StatsHandler.cpp: From Mathias Froehlich, "This change eliminate an orphan stats block that sticks somewhere in the screen stats display." 2009-10-10 10:54 robert * src/osgWrappers/osg/PrimitiveSet.cpp, src/osgWrappers/osg/State.cpp: Updated wrappers 2009-10-10 10:07 robert * src/osg/Drawable.cpp: From David Fries, "The Extensions object was calling _gl_get_query_objectui64v but checking _gl_get_query_objectuiv_arb which is a different function pointer. Changed to check the function being called. This is against the subversion trunk." 2009-10-10 10:00 robert * src/osgPlugins/zip/ReaderWriterZIP.cpp: From Chris Denham, "I discovered a memory leak in the ZIP plugin, which was caused by a missing call to CloseZip. I attach a modified ReaderWriterZIP.cpp (based on version 2.9.5 revision 10374). This includes a little bit of code tidying, but the only functional change is a test of the return value of OpenZip and the addition of a call to CloseZip." 2009-10-10 09:53 robert * examples/osgshadercompositor/CreateAdvancedHierachy.cpp, examples/osgshadercompositor/CreateSimpleHierachy.cpp, examples/osgshadercompositor/VirtualProgram.cpp, examples/osgshadercompositor/osgshadercompositor.cpp: From Wojciech Lewandowski, "ref_ptr usage changes made on 9th of June broke VirtualProgram used in osgShaderCompositor example. Taking the opportunity I modified the code a little to use earth sphere as default model. Cow.osg used previously was not looking good in advanced example. I also changed default to advanced example, because its more informative with labels describing virtual programs used to render the objects." 2009-10-10 09:45 robert * src/osgPlugins/osg/StateSet.cpp: From Stephane Lamoliatte, "Here is a patch wich add two missing GL modes in the osg plug'in." 2009-10-10 09:44 robert * include/osg/PrimitiveSet: To fix warning removed unncessary , from end to enum list. 2009-10-10 09:41 robert * include/osg/PrimitiveSet, src/osgPlugins/glsl/ReaderWriterGLSL.cpp, src/osgPlugins/osg/Geometry.cpp: From Stephane Lamoliatte, "Here is a patch wich improves the support for geometry shaders in OpenSceneGraph. It adds new PrimitiveSet constants for the specific geometry shader primitive types : - LINES_ADJACENCY - LINE_STRIP_ADJACENCY - TRIANGLES_ADJACENCY - TRIANGLE_STRIP_ADJACENCY It also adds some missing features to the glsl reader plug'in. " 2009-10-10 09:38 robert * CMakeModules/FindCOLLADA.cmake: From Roger James, "When you merged my last set of changes into FindCOLLADA.cmake you omitted the changes to find the DOM22 libraries. Collada 1.4 DOM 2.2 seems to work OK for me on windows platforms. I have attached the changes again if you want to apply them." 2009-10-10 09:35 robert * examples/osganimationtimeline/osganimationtimeline.cpp: From Cedric Pinson, "Here an update of osganimationtimeline example, the callback did not follow the callback api, i updated to fix this, then the callback are called correctly." 2009-10-10 09:26 robert * src/osgWidget/Window.cpp: From Jean-Sebastien Guay, "osgWidget::Window::setWindow() calls parented() (which does an addChild()) on the new window, but it does not call unparented() (which does a removeChild()) on the old window before. So it works fine if there was no window previously, but if an app creates new windows and calls setWindow() to replace the previous one, they will all add up instead and be on top of each other... This is fixed in the file attached." 2009-10-10 09:23 robert * src/osgPlugins/imageio/ReaderWriterImageIO.cpp: From Bob Kuehne, "imageio plugin fix, mac os x : remove double-qualified ctor - illegal syntax under gcc 4.2.1" 2009-10-10 09:20 robert * src/osgViewer/DarwinUtils.mm: From Bob Kuehne, "fix for 10.6/darwin: this fix changes what i believe to be a typo in the os x darwinutils file from ID to id, the proper objective-c name for a type." 2009-10-09 13:39 robert * examples/osgvertexattributes/osgvertexattributes.cpp, include/osg/State, src/osg/Geometry.cpp, src/osg/State.cpp, src/osgUtil/RenderLeaf.cpp: Introduced new uniforms for tracking the modelview and project matrices in shaders using non built-ins. 2009-10-09 10:39 robert * examples/osgvertexattributes/osgvertexattributes.cpp: Added use of binding of vertex attributes to names 2009-10-08 16:23 robert * examples/osgvertexattributes/osgvertexattributes.cpp: Added remapping of gl_ and ftransform() variables to osg_ equivalents. 2009-10-08 15:58 robert * examples/osgvertexattributes/osgvertexattributes.cpp: Implemented remapping of gl_ builtins vertex attributes to osg_ equivlants. 2009-10-08 14:29 robert * examples/CMakeLists.txt, examples/osgvertexattributes, examples/osgvertexattributes/CMakeLists.txt, examples/osgvertexattributes/osgvertexattributes.cpp: New osgvertexattributes example designed to test conversion of fixed function scene graphs to use vertex shaders and vertex attributes. 2009-10-08 14:13 shuber * Xcode/OpenSceneGraph/OpenSceneGraph.xcodeproj/project.pbxproj, Xcode/OpenSceneGraph/config/osg/Config: From Stephan Huber: updated XCode project 2009-10-08 13:33 robert * src/osg/Geometry.cpp: Fixed vertex attribute access bug 2009-10-08 10:44 robert * src/osg/BufferObject.cpp, src/osg/State.cpp, src/osg/Texture.cpp: Quitened down debug messages 2009-10-08 09:27 robert * include/osgUtil/SceneGraphBuilder, include/osgUtil/Tessellator: Cleaned up the #define's for when GLU is not available 2009-10-08 07:54 robert * src/osg/BufferObject.cpp: Fixed warning 2009-10-07 19:42 robert * CMakeLists.txt, examples/CMakeLists.txt, include/osg/GLU, include/osgUtil/SceneGraphBuilder, include/osgUtil/Tessellator, src/osg/Config.in, src/osg/GLExtensions.cpp, src/osg/Image.cpp, src/osg/State.cpp, src/osg/Texture.cpp, src/osg/Texture1D.cpp, src/osgPlugins/CMakeLists.txt, src/osgText/Font.cpp, src/osgUtil/RenderStage.cpp, src/osgUtil/Tessellator.cpp: Introduced optional build against the GLU library, using optional compile paths to enable/disable GLU related function. To toggle the use of the GLU library adjust the OSG_GLU_AVAILABLE variable via ccmake . or CMakeSetup. 2009-10-07 18:50 robert * src/osg/Texture.cpp: Fixed handling of rescale of image 2009-10-07 13:02 robert * src/osg/BufferObject.cpp, src/osg/Texture.cpp: Fixed setUsage typo in PixelDataBufferObject, and fixed data pointer management in Texture::applyTexImage2D_subload(). 2009-10-07 12:54 robert * src/osg/BufferObject.cpp: From J.P. Delport, fixed bug caused by a typo in PixelBufferObject constructor 2009-10-07 09:39 robert * include/osg/BufferObject, src/osg/BufferObject.cpp, src/osgWrappers/osg/BufferObject.cpp, src/osgWrappers/osg/Texture.cpp: Fixed warnigns 2009-10-06 13:42 robert * include/osg/BufferObject, include/osg/Texture, src/osg/BufferObject.cpp, src/osg/Texture.cpp, src/osg/Texture1D.cpp, src/osg/Texture2DArray.cpp, src/osg/Texture3D.cpp, src/osg/TextureCubeMap.cpp, src/osg/TextureRectangle.cpp: Fixed the TextureObject's + GLBufferObject reassignment to a new set. Disabled the unref after apply for a Texture classes when the texture pool is enabled 2009-10-06 09:28 robert * src/osg/Geometry.cpp: Refactored the ::getOrCreate*Object() methods to clean them up and fix a bug in the getOrCreateElementsBuffers method. 2009-10-05 13:41 robert * src/osg/ShapeDrawable.cpp: From Andreas Goebel, fix to bug in ShapeDrawable::accept(PrimitiveFunctor) implementation for cylinder 2009-10-04 08:52 robert * include/osg/BufferObject: Added missing export 2009-10-03 15:10 robert * src/osgUtil/SceneView.cpp: Removed erroneous inclusion of extra GLBufferObjectManager qualifier that broke Windows build 2009-10-03 09:25 robert * include/osg/BufferObject, include/osg/DisplaySettings, include/osg/State, include/osg/Texture, src/osg/BufferObject.cpp, src/osg/DisplaySettings.cpp, src/osg/GLObjects.cpp, src/osg/State.cpp, src/osg/Texture.cpp, src/osgUtil/SceneView.cpp, src/osgViewer/CompositeViewer.cpp, src/osgViewer/StatsHandler.cpp, src/osgViewer/Viewer.cpp, src/osgWrappers/osg/BufferObject.cpp, src/osgWrappers/osg/DisplaySettings.cpp, src/osgWrappers/osg/State.cpp: Introduced new GLBufferObject pool for managing the memory footprint taken up by VertexBufferObejct, ElementBufferObject and PixelBufferObject. 2009-10-01 20:19 robert * examples/osgparametric/osgparametric.cpp, examples/osgscreencapture/osgscreencapture.cpp, include/osg/Array, include/osg/BufferObject, include/osg/Image, include/osg/PrimitiveSet, include/osg/State, src/osg/BufferObject.cpp, src/osg/GLObjects.cpp, src/osg/Geometry.cpp, src/osg/Image.cpp, src/osg/PrimitiveSet.cpp, src/osg/Texture.cpp, src/osg/TextureRectangle.cpp, src/osgPlugins/ive/DrawElementsUByte.cpp, src/osgPlugins/ive/DrawElementsUInt.cpp, src/osgPlugins/ive/DrawElementsUShort.cpp, src/osgViewer/ScreenCaptureHandler.cpp, src/osgWrappers/genwrapper.conf, src/osgWrappers/osg/Array.cpp, src/osgWrappers/osg/BufferObject.cpp, src/osgWrappers/osg/Image.cpp, src/osgWrappers/osg/PrimitiveSet.cpp, src/osgWrappers/osg/State.cpp: Introduced new BufferObject design + implementation in preperation of implementing a pool system for buffer objects 2009-10-01 17:08 cedricpinson * include/osgAnimation/Target, src/osgAnimation/MorphGeometry.cpp: From Michael Platings, In Target, the default constructor is explicitly called on _target. This is necessary for FloatTarget and DoubleTarget so that _target is initialised to 0, otherwise you get a junk value. In MorphGeometry.cpp, UpdateMorph::link now links channels of the same index to the same target. Previously a new FloatTarget was created for each channel, so multiple animations didn't work. 2009-09-27 15:21 robert * src/osg/Texture.cpp: Fixed warning about max texture size being smaller than the currently used texture pool size 2009-09-27 15:14 robert * include/osg/Texture, src/osg/Texture.cpp, src/osgWrappers/osg/Texture.cpp: Added handling of resetting of the texture object format 2009-09-27 14:38 robert * src/osg/Texture1D.cpp, src/osg/Texture2DArray.cpp, src/osg/Texture3D.cpp, src/osg/TextureCubeMap.cpp, src/osg/TextureRectangle.cpp: Added status collection to full range of texture classes 2009-09-26 16:28 robert * src/osg/Texture.cpp, src/osg/Texture2D.cpp, src/osgUtil/SceneView.cpp, src/osgWrappers/osg/Texture.cpp, src/osgWrappers/osg/Timer.cpp: Improved the computation of the TextureProfile _size value, fixed the computation up of the miplevels 2009-09-25 18:05 robert * include/osg/Texture, include/osg/Timer, src/osg/Texture.cpp, src/osg/Texture2D.cpp, src/osgUtil/SceneView.cpp: Added stats collection to new Texture Pool code, and improved TexturePool implementation. The Texture Pool can be enabled by setting the env var OSG_TEXTURE_POOL_SIZE=size_in_bytes. Note, setting a size of 1 will result in the TexturePool allocating the minimum number of textures it can without having to reuse TextureObjects from within the same frame. 2009-09-25 18:03 robert * include/osgAnimation/UpdateCallback: Fixed warning 2009-09-24 10:11 robert * src/osgVolume/RayTracedTechnique.cpp: Added return at end of to fix warning 2009-09-23 15:16 robert * include/osg/Texture, include/osg/Version: From Jean-Sebastien Guay, fixed Widows build and updated the SO version 2009-09-23 14:54 robert * src/osg/State.cpp, src/osgUtil/SceneView.cpp: Moved setting of TexturePoolSize into State. 2009-09-23 13:51 robert * include/osg/Texture, src/osg/Texture.cpp, src/osgUtil/SceneView.cpp, src/osgWrappers/osg/Texture.cpp: Introduced memory pool size management 2009-09-22 18:45 robert * include/osg/DisplaySettings, include/osg/State, include/osg/Texture, src/osg/DisplaySettings.cpp, src/osg/FrameBufferObject.cpp, src/osg/State.cpp, src/osg/Texture.cpp, src/osg/Texture1D.cpp, src/osg/Texture2D.cpp, src/osg/Texture2DArray.cpp, src/osg/Texture3D.cpp, src/osg/TextureCubeMap.cpp, src/osg/TextureRectangle.cpp, src/osgText/Font.cpp, src/osgUtil/SceneView.cpp, src/osgViewer/CompositeViewer.cpp, src/osgViewer/Renderer.cpp, src/osgViewer/Viewer.cpp, src/osgWrappers/osg/DisplaySettings.cpp, src/osgWrappers/osg/State.cpp, src/osgWrappers/osg/Texture.cpp: Preliminary work on support for a texture object pool that is designed to help manage resources down the GPU more tightly. 2009-09-20 09:26 robert * src/osgPlugins/dicom/CMakeLists.txt: Change win32 external library to wsock32.lib 2009-09-19 09:18 robert * src/osgPlugins/dicom/CMakeLists.txt: Added Ws2_32.lib to link of dicom plugin under Win32 2009-09-17 13:40 robert * examples/CMakeLists.txt, examples/osgQtBrowser, examples/osgQtBrowser/CMakeLists.txt, examples/osgQtBrowser/QGraphicsViewAdapter.cpp, examples/osgQtBrowser/QGraphicsViewAdapter.h, examples/osgQtBrowser/QWebViewImage.cpp, examples/osgQtBrowser/QWebViewImage.h, examples/osgQtBrowser/osgQtBrowser.cpp: Introduced new osgQtBrowser example. 2009-09-14 16:07 robert * src/osgWrappers/osgAnimation/Action.cpp, src/osgWrappers/osgAnimation/ActionCallback.cpp, src/osgWrappers/osgAnimation/ActionVisitor.cpp, src/osgWrappers/osgAnimation/AnimationManager.cpp, src/osgWrappers/osgAnimation/AnimationManagerBase.cpp, src/osgWrappers/osgAnimation/BoneMapVisitor.cpp, src/osgWrappers/osgAnimation/Channel.cpp, src/osgWrappers/osgAnimation/ComputeBindMatrixVisitor.cpp, src/osgWrappers/osgAnimation/FindParentAnimationManagerVisitor.cpp, src/osgWrappers/osgAnimation/FrameAction.cpp, src/osgWrappers/osgAnimation/StatsHandler.cpp, src/osgWrappers/osgAnimation/StatsVisitor.cpp, src/osgWrappers/osgAnimation/Target.cpp, src/osgWrappers/osgAnimation/removed.gw: Updated wrappers 2009-09-11 13:08 robert * src/osg/TransferFunction.cpp, src/osgVolume/RayTracedTechnique.cpp: Fixed bug in interpolation of colour values 2009-09-10 16:39 robert * src/osgPlugins/p3d/ReaderWriterP3D.cpp: Added tf-255 option to volume tag 2009-09-09 18:13 cedricpinson * include/osgAnimation/Channel: From Cedric Pinson, Fix createKeyframeContainerFromTargetValue to recreate its sampler from scratch to not change keyframe container of another sampler 2009-09-09 15:22 robert * src/osgVolume/Layer.cpp: Added reset of the ImageDetails values of TexelOffset and TexelScale. 2009-09-09 13:31 robert * src/osgPlugins/osgVolume/ImageLayer.cpp: Added support for using the ImageDetails to fill in the Locator and TexelScale/Offset values in the ImageLayer 2009-09-09 13:23 robert * applications/present3D/present3D.cpp: Added support for "--output filename.osg" command line option to avoid debugging of generated presentations 2009-09-09 09:54 cedricpinson * include/osgAnimation/AnimationManager, src/osgAnimation/AnimationManager.cpp: From Cedric Pinson, remove unsused files include/osgAnimation/AnimationManager and src/osgAnimation/AnimationManager.cpp 2009-09-09 09:52 cedricpinson * include/osgAnimation/AnimationManagerBase, include/osgAnimation/Channel, include/osgAnimation/CubicBezier, include/osgAnimation/Target, src/osgAnimation/AnimationManagerBase.cpp, src/osgAnimation/BasicAnimationManager.cpp, src/osgAnimation/CMakeLists.txt, src/osgAnimation/TimelineAnimationManager.cpp: From Michael Platings, I have removed Target::normalize() as calling it was incorrect - the interpolation is already done in such a way that the Target's value is always normalized. Finally, I have fixed TemplateTarget::lerp() as it was giving incorrect results when interpolating between some small rotations. From Cedric Pinson, i renamed the method in channel to be more general. Adjusted the CubicBezier key constructor to use a single value as input. 2009-09-08 15:36 robert * src/osgPlugins/dicom/ReaderWriterDICOM.cpp, src/osgVolume/RayTracedTechnique.cpp: Tweaked debugging info 2009-09-08 15:36 robert * src/osgPresentation/SlideShowConstructor.cpp: Fixed the set up of osgVolume::ImageLayer scale and offset. 2009-09-07 12:51 robert * src/osgPlugins/dicom/ReaderWriterDICOM.cpp: Added filter for .filename files 2009-09-07 12:21 shuber * Xcode/OpenSceneGraph/OpenSceneGraph.xcodeproj/project.pbxproj: updated XCode project 2009-09-07 10:54 robert * src/osgPresentation/SlideShowConstructor.cpp: Updated volume setup code to use the new ImageDetails structure. 2009-09-07 10:50 robert * src/osgVolume/RayTracedTechnique.cpp: Added check for null masterLocator 2009-09-07 08:30 robert * src/osgVolume/RayTracedTechnique.cpp: Fixed assingment of layerLocator 2009-09-04 09:11 robert * examples/osgbrowser/osgbrowser.cpp: Fixed empty lines 2009-09-03 14:39 robert * src/osgVolume/Layer.cpp, src/osgVolume/RayTracedTechnique.cpp, src/osgVolume/Shaders/volume_lit_tf_frag.cpp, src/osgVolume/Shaders/volume_tf_frag.cpp, src/osgVolume/Shaders/volume_tf_iso_frag.cpp, src/osgVolume/Shaders/volume_tf_mip_frag.cpp: Added scaling of shader transfer function input values to honour original dicom input values 2009-09-03 13:40 robert * examples/osgvolume/osgvolume.cpp, include/osgVolume/Layer, src/osgPlugins/dicom/ReaderWriterDICOM.cpp, src/osgVolume/Layer.cpp, src/osgVolume/RayTracedTechnique.cpp, src/osgWrappers/osgVolume/Layer.cpp: Renamed the osgVolume::Layer/ImageDetails parameters RescaleIntercept and RescaleSlope to more general TexelOffset and TexelScale, and changed type to Vec4. Refactored the transfer function set up in RayTracedTechnique to prepare for new scale and offset uniforms. Updated wrappers 2009-09-01 10:48 robert * examples/osgvolume/osgvolume.cpp, include/osgVolume/Layer, src/osgPlugins/dicom/ReaderWriterDICOM.cpp, src/osgVolume/Layer.cpp: Added support for recording the RescaleIntecept and RescaleSlope from the dicome files and passing these values onto osgVolume::ImageLayer 2009-08-31 15:10 robert * src/osgWrappers/osgAnimation/Animation.cpp, src/osgWrappers/osgAnimation/AnimationManagerBase.cpp, src/osgWrappers/osgAnimation/Bone.cpp, src/osgWrappers/osgAnimation/Channel.cpp, src/osgWrappers/osgAnimation/LinkVisitor.cpp, src/osgWrappers/osgAnimation/Target.cpp, src/osgWrappers/osgAnimation/Timeline.cpp, src/osgWrappers/osgAnimation/UpdateCallback.cpp: Updated wrappers 2009-08-31 10:37 cedricpinson * include/osgAnimation/BoneMapVisitor, include/osgAnimation/ComputeBindMatrixVisitor, include/osgAnimation/FindParentAnimationManagerVisitor, src/osgAnimation/BoneMapVisitor.cpp, src/osgAnimation/FindParentAnimationManagerVisitor.cpp: From Cedric Pinson, add missing files 2009-08-31 09:40 cedricpinson * include/osgAnimation/Action, include/osgAnimation/ActionVisitor, include/osgAnimation/Bone, include/osgAnimation/LinkVisitor, include/osgAnimation/Target, src/osgAnimation/Action.cpp, src/osgAnimation/ActionVisitor.cpp, src/osgAnimation/Bone.cpp, src/osgAnimation/CMakeLists.txt, src/osgAnimation/Target.cpp, src/osgAnimation/Timeline.cpp, src/osgAnimation/UpdateCallback.cpp: From Cedric Pinson, The following modification are Update Timeline.cpp to add current layer to the ActionVisitor, use correctly the priority Add accessors in Action.cpp to retrieve protected data Split files and rename them to classname Change de default color of UpdateMaterial to FFOOFF to detect unset value Add accessors in LinkVisitor instead of accessing data directly Update osganimationtimeline example to fit the api callback 2009-08-27 19:25 robert * src/osgTerrain/Locator.cpp, src/osgVolume/Locator.cpp: Fixed the compute of the extents/bounding sphere 2009-08-27 16:42 robert * include/osgPresentation/SlideShowConstructor, src/osgPlugins/p3d/ReaderWriterP3D.cpp, src/osgPresentation/SlideShowConstructor.cpp: Added support to .p3d format's volume tag for the properties: region="xmin ymin zmin xmax ymax zmax" alpha="float_value" cutoff="float_value" sampleDenstiy="float_value" 2009-08-27 16:21 cedricpinson * include/osgAnimation/Bone, include/osgAnimation/Skeleton, src/osgAnimation/Bone.cpp, src/osgAnimation/Skeleton.cpp: From Michael Platings, I've moved the matrix updating from UpdateSkeleton to UpdateBone. UpdateSkeleton now merely checks that Bones appear before other children and issues a warning if this isn't the case 2009-08-26 16:39 cedricpinson * include/osgAnimation/AnimationManagerBase, include/osgAnimation/UpdateCallback, src/osgAnimation/AnimationManagerBase.cpp: From Michael Platings, I've just added a few simple accessors I found necessary 2009-08-26 09:24 cedricpinson * include/osgAnimation/Animation, include/osgAnimation/Channel, include/osgAnimation/Target, src/osgAnimation/Animation.cpp, src/osgAnimation/BasicAnimationManager.cpp, src/osgAnimation/Channel.cpp, src/osgAnimation/MorphGeometry.cpp, src/osgAnimation/Target.cpp, src/osgPlugins/osgAnimation/ReaderWriter.cpp: From Michael Platings, - Animations with equal priority are now weighted correctly relative to each other - (minor) Channels no longer store their weight as the only time it's used is in update() when Animation can pass in the weight directly From Cedric Pinson, - I adjusted the quaternion blending to keep the commutativy property 2009-08-22 17:13 robert * include/osg/Object: From Michael Platings, "the DAE importer was crashing when calling osg::Object::setName with a null pointer argument. Rather than trying to fix all the places this might happen and probably missing a few, I thought it would be better to trivially validate the input in setName. With this fix if setName is called with a null pointer then the name is cleared." 2009-08-21 13:55 robert * src/osgWrappers/genwrapper.conf, src/osgWrappers/osgAnimation/Channel.cpp, src/osgWrappers/osgAnimation/Interpolator.cpp: Fixed osgAnimation wrappers 2009-08-21 12:53 robert * src/osgWrappers/osgWidget/WindowManager.cpp: Updated wrappers 2009-08-21 11:31 robert * include/osgAnimation/Interpolator: From Magnus Kessler, "At the end of the void function osg::Animation::TemplateStepInterpolator::getValue the code tries to return the result rather than assigning it to the result parameter reference. The following patch fixes this." 2009-08-21 10:18 robert * src/osgPresentation/SlideShowConstructor.cpp: Fixed handling of double precision bounding sphere type. 2009-08-21 09:54 robert * include/osgWidget/WindowManager: From Stephane Lamoliatte, "I just add the a missing getView() function to the WindowManager." 2009-08-21 09:43 robert * src/osgShadow/ShadowVolume.cpp: From Wojciech Lewandowski, part of the FBO attachment submission 2009-08-21 09:42 robert * src/osgWrappers/osg/CoordinateSystemNode.cpp, src/osgWrappers/osg/CullSettings.cpp, src/osgWrappers/osgDB/XmlParser.cpp, src/osgWrappers/osgUtil/RenderStage.cpp: Updated wrappers 2009-08-21 09:34 robert * include/osg/Camera, include/osg/CullSettings, include/osgUtil/RenderStage, src/osg/Camera.cpp, src/osgUtil/CullVisitor.cpp, src/osgUtil/RenderStage.cpp, src/osgUtil/SceneView.cpp: From Wojciech Lewandowski, support for FBO's without colour or depth attachments. Note from Robert Osfield, I've temporarily re-enabled the old focing of of color and depth attachment to avoid regressions on some OpenGL driver. We'll revist this once we have a mechanism for controlling this override at runtime. #define FORCE_COLOR_ATTACHMENT 1 #define FORCE_DEPTH_ATTACHMENT 1 2009-08-20 16:39 robert * include/osgAnimation/Interpolator: From Magnus Kessler, "osgAnimation/Interpolator includes itself. The following patch removes the superfluous include" 2009-08-20 16:05 robert * src/osgViewer/GraphicsWindowX11.cpp: From Tom Moore, "Parens were being returned when the bracket keys were typed. The fix is easy and the original code looks like a typo" 2009-08-20 15:32 robert * src/osgDB/ReaderWriter.cpp: From Colin McDonald, "This file didn't build when OSG_USE_UTF8_FILENAME was on" 2009-08-20 15:20 robert * src/osgPlugins/dxf/DXFWriterNodeVisitor.cpp, src/osgPlugins/obj/OBJWriterNodeVisitor.cpp: From Colin McDonald, "There is a duplicate class definition in the obj & dxf plugins trunk, causing static builds to fail." 2009-08-20 14:59 robert * src/osgPlugins/bsp/VBSPReader.cpp, src/osgPlugins/mdl/MDLReader.cpp: From Colin McDonald, "The bsp & mdl plugins have calls to atof() without including the associated header. This breaks the build on my Solaris setup. Rather than adding the missing include, I have changed the atof() calls to osg::asciiToDouble(). This is the same as was done throughout the other plugins recently, for locale independance. I've attached updates to the svn trunk, the fix is also appropriate for the 2.8.* branch." 2009-08-20 14:59 robert * src/osgPlugins/ffmpeg/FFmpegImageStream.cpp: Added check against a minimual video size of 10x10 to prevent problems with swscale reporting errors and crashing on small video dimensionsline, and those below, will be ignored-- M ffmpeg/FFmpegImageStream.cpp 2009-08-20 14:20 robert * applications/present3D/present3D.cpp: Improved the custom cursor code and release and compute settings 2009-08-20 14:19 robert * include/osg/CoordinateSystemNode: From Ronald van Maarseveen and Robert Osfield, changed compute of up vector and localToWorld transform so that it takes in to account the geographic latitude. 2009-08-19 15:36 robert * examples/osgvolume/osgvolume.cpp: Fixed typo 2009-08-19 15:36 robert * include/osgDB/XmlParser, src/osgDB/XmlParser.cpp, src/osgPlugins/p3d/ReaderWriterP3D.cpp: Added support for trimming the contents of parsed Xml graph 2009-08-18 13:38 robert * src/osgDB/XmlParser.cpp: Added tabs to treatment as white space to skyWhiteSpace() 2009-08-17 16:07 robert * src/osgDB/XmlParser.cpp: Added check for space in option name parsing 2009-08-17 15:46 robert * src/osgPresentation/SlideShowConstructor.cpp: Added support for the TabBoxTrackballDragger 2009-08-17 15:45 robert * src/osgPresentation/SlideEventHandler.cpp: Changed the autorun keys to 'g' for go, and 'h' for halt. 2009-08-17 15:24 robert * src/osgWrappers/osgAnimation/Channel.cpp, src/osgWrappers/osgAnimation/Interpolator.cpp, src/osgWrappers/osgAnimation/Sampler.cpp: Updated wrappers 2009-08-17 15:22 robert * src/osg/GLExtensions.cpp: Moved static string initialization into singleton method 2009-08-06 12:40 cedricpinson * include/osgAnimation/Bone, include/osgAnimation/Channel, include/osgAnimation/Interpolator, include/osgAnimation/Sampler, src/osgAnimation/UpdateCallback.cpp: From Michael Platings, Changes to allow osgAnimation::*CubicBezierChannel to be used Added TemplateStepInterpolator class 2009-08-06 10:57 robert * applications/present3D/present3D.cpp: Added a viewer.frame() call prior to the useCursor(false) calls to avoid a threading crash under X11 2009-08-06 10:06 robert * applications/present3D/present3D.cpp: Fixed custom cursor support 2009-08-05 17:01 robert * src/osgPlugins/p3d/ReaderWriterP3D.cpp: Added support for selecting the TabBoxTrackballDragger using dragger="trackball-box" 2009-08-05 16:02 robert * examples/osgmanipulator/osgmanipulator.cpp, include/osgManipulator/TabBoxTrackballDragger, src/osgManipulator/CMakeLists.txt, src/osgManipulator/TabBoxTrackballDragger.cpp: Introduced TabBoxTrackballDragger 2009-08-05 14:37 robert * include/osgPresentation/SlideShowConstructor, src/osgPlugins/p3d/ReaderWriterP3D.cpp, src/osgPresentation/CMakeLists.txt, src/osgPresentation/SlideShowConstructor.cpp: Added support for volume tags with properties: dragger="box" or dragger="trackball" and technique="light" or technique="isosurface" or technique="iso" or technique="mip" and tf="transferfunctionfile.tf" i.e. CardiacCT CardiacCT CardiacCT 2009-08-05 12:51 robert * src/osgWrappers/genwrapper.conf, src/osgWrappers/osgAnimation/Bone.cpp, src/osgWrappers/osgAnimation/LinkVisitor.cpp, src/osgWrappers/osgAnimation/MorphGeometry.cpp, src/osgWrappers/osgAnimation/UpdateCallback.cpp, src/osgWrappers/osgDB/Registry.cpp, src/osgWrappers/osgViewer/Scene.cpp: Updated wrappers 2009-08-05 11:06 robert * include/osgDB/Registry, include/osgViewer/Scene, src/osgDB/DatabasePager.cpp, src/osgDB/Registry.cpp, src/osgViewer/CompositeViewer.cpp, src/osgViewer/Scene.cpp, src/osgViewer/Viewer.cpp: Moved the updating and expiry of the Registry object cache from DatabasePager into osgViewer::Viewer/CompositeViewer. 2009-08-04 16:19 robert * applications/present3D/present3D.cpp: Updated the Present3D version number 2009-08-03 09:48 cedricpinson * include/osgAnimation/Bone, include/osgAnimation/LinkVisitor, include/osgAnimation/MorphGeometry, include/osgAnimation/UpdateCallback, src/osgAnimation/Bone.cpp, src/osgAnimation/LinkVisitor.cpp, src/osgAnimation/MorphGeometry.cpp, src/osgAnimation/UpdateCallback.cpp, src/osgPlugins/osgAnimation/ReaderWriter.cpp: From Cedric Pinson, Add UpdateMaterial callback to animate material\nUpdate LinkVisitor to traverse stateset\nUpdate ReaderWriter to read osgAnimation::UpdateMaterial Callback\nUpdate nathan.osg data file to demonstrate the MaterialAnimation 2009-07-28 06:00 robert * include/osg/Node: Tweak of NodeMask docs 2009-07-28 06:00 robert * src/osgPlugins/ive/IveVersion.h, src/osgPlugins/ive/Text.cpp, src/osgPlugins/osgText/IO_TextBase.cpp: From Terry Welsh, .osg and .ive support for new Text boxes 2009-07-27 15:39 robert * src/osgPlugins/p3d/ReaderWriterP3D.cpp: Fixed bug in handling of stereo image pairs 2009-07-24 15:55 robert * src/osgWrappers/osgText/Text.cpp, src/osgWrappers/osgText/TextBase.cpp: Updated wrappers 2009-07-24 15:30 robert * include/osg/Node: From Lee Butler and Robert Osfield, doxygen comment explaining role of NodeMask 2009-07-24 15:09 robert * src/osgPlugins/bsp/VBSPGeometry.cpp, src/osgPlugins/bsp/VBSPGeometry.h, src/osgPlugins/bsp/VBSPReader.cpp: From Jason Daly, "This set of changes reworks the BSP plugin to use TexEnvCombine instead of a GLSL program for doing the texture blending on displaced terrain geometry. After working with it a while, I found this method to be more scene graph friendly (at least until Wojtek gets his VirtualProgram scheme working ;-) ) Note that this technique will require ARB_texture_env_crossbar (or NV_texture_env_combine4), as it mixes two textures in the first texture unit, and just does the lighting in the second. I doubt this will be a problem for any card that can already handle GLSL programs, though." 2009-07-24 15:04 robert * src/osgGA/SphericalManipulator.cpp: From Cory Riddell, "The spherical manipulator uses a middle drag event for panning. It was panning for left-right drags, but was zooming for up-down drags. I changed it to pan both directions as I believe that is the correct behaviour. If the original combination pan-zoom behaviour was intentional, please let me know." 2009-07-24 14:59 robert * include/osgText/Text, include/osgText/TextBase, src/osgText/Text.cpp, src/osgText/TextBase.cpp: From Terry Welsh, "Okay, here are the mods I wrote for drawing a filled bounding box behind osgText::Text. I made it so the box would get drawn using whichever BackdropImplementation was selected. However, I did not implement STENCIL_BUFFER. In that case it defaults to drawing the bounding box using POLYGON_OFFSET instead. Also made it so the BOUNDINGBOX and FILLEDBOUNDINGBOX are drawn with a settable color and margin size. While I was at it I tightened up the values applied with DEPTH_RANGE and POLYGON_OFFSET, not just for drawing the bounding box but also for drawing backdrop text (these values must be coupled since the bounding box has to be drawn deeper in Z than the backdrop text). The values in use before seemed like overkill and I was seeing some z-clipping with my background scenery in the case of DEPTH_RANGE. If there was a good reason for the large values please let me know...." 2009-07-24 14:45 robert * include/osg/ApplicationUsage, include/osg/Camera, include/osg/Shape, include/osgAnimation/MorphGeometry, include/osgTerrain/Locator, include/osgTerrain/Terrain, include/osgTerrain/TerrainTile, src/osg/Shape.cpp, src/osg/ShapeDrawable.cpp, src/osgPlugins/3dc/ReaderWriter3DC.cpp, src/osgPlugins/scale/ReaderWriterSCALE.cpp, src/osgSim/LightPointNode.cpp, src/osgUtil/CullVisitor.cpp, src/osgUtil/RenderBin.cpp: From Chris Hanson, typo and comment clean ups 2009-07-24 14:45 robert * src/osgWrappers/osg/ApplicationUsage.cpp, src/osgWrappers/osg/Camera.cpp, src/osgWrappers/osg/CoordinateSystemNode.cpp, src/osgWrappers/osg/Shape.cpp, src/osgWrappers/osgAnimation/AnimationManagerBase.cpp, src/osgWrappers/osgAnimation/LinkVisitor.cpp, src/osgWrappers/osgAnimation/MorphGeometry.cpp, src/osgWrappers/osgTerrain/Locator.cpp, src/osgWrappers/osgTerrain/TerrainTile.cpp: Updated wrappers 2009-07-24 14:25 robert * include/osg/CoordinateSystemNode: From Chris Hanson, added EllipsoidModel::isWGS84() method and clean up on comments. 2009-07-24 12:12 robert * CTestConfig.cmake: From Jean-Sebastien Guay, updated CTestConfig to point to new cdash.openscenegraph.org site 2009-07-23 15:25 shuber * Xcode/OpenSceneGraph/OpenSceneGraph.xcodeproj/project.pbxproj: updated XCode project 2009-07-23 12:42 cedricpinson * include/osgAnimation/AnimationManagerBase, include/osgAnimation/LinkVisitor, src/osgAnimation/AnimationManagerBase.cpp, src/osgAnimation/CMakeLists.txt, src/osgAnimation/LinkVisitor.cpp: From Cedric Pinson, Store the linkvisitor to be able to configure it by user, like changing the nodemaskoverride, or use a custom LinkVisitor 2009-07-17 07:47 robert * src/osgPlugins/jpeg/ReaderWriterJPEG.cpp: From J.P. Delport, "attached a modified jpeg plugin that allows writing of grayscale images." 2009-07-16 12:09 robert * src/osgPlugins/OpenFlight/FltExportVisitor.cpp: From Fabien Lavignotte,"When exporting some models to OpenFlight, i found a crash if the texture unit does not contain a TexEnv object. Here's the small fix, just a test on the pointer." 2009-07-16 12:04 robert * src/osgWidget/Window.cpp: From Stephan Lamoliatte, "The vertical anchor is inverted in the osgWidget::Window::update function. Here is a small patch to fix that." 2009-07-16 11:49 robert * examples/osganimationtimeline/osganimationtimeline.cpp: From Cedric Pinson, fix crash without error messages if the example does find the nathan.osg file. 2009-07-16 11:48 robert * applications/present3D/ReadShowFile.cpp: Fixed build 2009-07-16 11:35 robert * src/osgPlugins/bsp/VBSPReader.cpp: Fixed build. 2009-07-16 11:26 robert * src/osgPlugins/mdl/MDLReader.cpp: Added .get() to fix build 2009-07-16 11:21 robert * src/osgPlugins/bsp/VBSPEntity.cpp, src/osgPlugins/bsp/VBSPEntity.h, src/osgPlugins/bsp/VBSPGeometry.cpp, src/osgPlugins/bsp/VBSPReader.cpp, src/osgPlugins/mdl/MDLReader.cpp, src/osgPlugins/mdl/MDL_README.txt: From Jason Daly, "These are some fixes to the mdl and bsp plugins to handle transparency and lighting better, plus a few other tweaks." 2009-07-16 11:06 robert * src/osgUtil/Optimizer.cpp: From Colin MacDonald,"The Optimizer Merge Geometry visitor is always merging geometries, even if they have had DataVariance DYNAMIC explicitly specified. Then when an application attempts to dynamically update the geometry in the frame loop the primitive sets and data arrays are no longer as expected, leading to display and/or memory corruption. Attached is a simple fix. " Note from Robert Osfield, tweaked Colin's changes to that it use != DYNAMIC as the the test rather than == STATIC. 2009-07-16 10:56 robert * src/osgWrappers/osg/PagedLOD.cpp: Updated wrappers 2009-07-16 10:13 robert * include/osg/PagedLOD, src/osg/PagedLOD.cpp, src/osgPlugins/ive/IveVersion.h, src/osgPlugins/ive/PagedLOD.cpp, src/osgPlugins/osg/PagedLOD.cpp: Added the ability to turn off the external paging in of PagedLOD children. 2009-07-16 10:13 robert * applications/osgversion/Contributors.cpp: Updated Contributors mapping 2009-07-16 10:12 robert * applications/present3D/ReadShowFile.cpp, src/osgPlugins/p3d/ReaderWriterP3D.cpp: Added support for using PagedLOD to managing loading of presentation preview and then the main presentation in the background paging thread 2009-07-15 20:52 cedricpinson * include/osgAnimation/ActionCallback: From Cedric Pinson, add accessors to osgAnimation ActionCallback 2009-07-15 17:01 robert * applications/present3D/present3D.cpp: Added alias from xml to p3d to ensure backwards compatibility with old present3D files with the.xml extenstion 2009-07-15 15:28 robert * src/osgDB/DatabasePager.cpp: Quitened down debug info. 2009-07-14 13:32 robert * src/osgPlugins/stl/ReaderWriterSTL.cpp: Cleaned up indenting 2009-07-14 13:30 robert * src/osgPlugins/stl/ReaderWriterSTL.cpp: Converted code to use osg::asciiToFloat() instead of relying upong the C libraries sscanf to read floats as the C library is locale sensitive. 2009-07-14 12:22 robert * src/osgPlugins/logo/ReaderWriterLOGO.cpp: From Alexandre Amalric, "I'm using osg svn version 2.9.5 and I've apparently found a bug in osgPlugin logo. When using more than one view logosCullCallback function is called without checking context ID from the cull visitor is equal to logo _contextID variable. It involves updating logo's viewport with different sizes. So I made a fix well working, at least the way I use the plugin." Note, from Robert Osfield, changed code to return true to signal culling of logo when being applied to a window that it wasn't assigned to. 2009-07-14 11:19 robert * src/osgPlugins/curl/ReaderWriterCURL.cpp: Moved the getting of the ReaderWriter to do the actual model loading to later so that it only gets invoked when required. 2009-07-14 11:18 robert * src/osgPlugins/gz/ReaderWriterGZ.cpp: Quietened down debug messages, and added early return when filename contains server address. 2009-07-14 10:37 robert * src/osgPlugins/vrml/ReaderWriterVRML2.cpp, src/osgPlugins/vrml/ReaderWriterVRML2.h: Refactored the setup of the reading of the wrl file by allow reading from istreams, as well as nesting of filepaths using a local osgDB::Options to prevent threading issues. Also fixed crash in parsing of the vrml data structures that occurred when no vrml material was assigned. 2009-07-14 10:35 robert * src/osgPlugins/curl/ReaderWriterCURL.cpp: Quitened down debug messages 2009-07-14 10:04 robert * src/osgPlugins/curl/ReaderWriterCURL.cpp: Fixed the handling of compressed files 2009-07-13 16:39 robert * src/osgViewer/GraphicsWindowWin32.cpp: From Cory Riddel based on suggestion from Robert Osfield, "I've been running with your suggested changes for a few days now and it has been working perfectly. I'm still not entirely clear why adding a slave/subgraph causes the problem." 2009-07-13 16:14 robert * src/OpenThreads/pthreads/PThreadBarrier.c++: From David Fries, "Comparing the win32 barrier to the pthread barrier, win32 puts the while in an else clause. When if is true the phase changes and the while condition will always by false, so might as well put the while in the else to skip the check. There's also a benefit to having the code logic similar between platforms. " 2009-07-13 16:05 robert * src/OpenThreads/win32/Win32ConditionPrivateData.h: From David Fries, "Here is a fix for a deadlock seen under Windows using OpenThreads Barrier operations. The error is with atomic operations in the win32 condition implementation. The attached sample program will reliably trigger with as few as three threads and a dual core system, though sometimes it will take 65,000 iterations. 2.8.1 was the base for these changes Win32ConditionPrivateData.h Win32ConditionPrivateData::wait does two operations to decrement waiters_ then read, when InterlockedDecrement decrements and returns the value in one operation. The two operations allows another thread to also decrement with both getting 0 for an answer. Win32ConditionPrivateData::broadcast is using waiters_ directly instead of using the w value read earlier, if it was safe to use waiters_ directly there would be no need for InterlockedGet or w. overview of deadlock in barrier with three threads one thread in broadcast, 2 threads in wait, release semaphore 2, waits on waiters_done_ both threads wake, decrement waiters_, get 0 for w, one calls set waiters_done_, broadcast thread comes out of waiters_done_, other thread calls waiters_done_, (which leaves waiters_done_ in the signaled state) broadcast thread returns releases mutex, other threads get mutex and also return, next barrier, first two threads enter wait, one goes to broadcast, release semaphore 2, skips waiters_done_ as it had been released last time returns, processes, enters the barrier for the next barrier operation and waits, three threads are now in wait, two have the previous barrier phase, one the current phase, there's one count left in the semaphore which a thread gets, returns, enters the barrier as a waiter, sleeps, and the deadlock is completed" 2009-07-13 08:30 robert * include/osgViewer/api/Cocoa/GraphicsWindowCocoa, src/osgViewer/GraphicsWindowCocoa.mm: From Stephan Huber, "ttached you'll find a small fix for the GraphicsWindowCocoa-implementation, which enhances multithreaded stability, it ensures that modifications to the size of an openglcontext is done only from one thread. " 2009-07-12 15:44 robert * applications/osgviewer/osgviewer.cpp: Reverted erronous check-in (which was r10454) 2009-07-03 19:16 robert * applications/osgviewer/osgviewer.cpp, examples/osgmanipulator/osgmanipulator.cpp, examples/osgvolume/osgvolume.cpp, include/osgManipulator/Dragger, src/osgManipulator/Dragger.cpp, src/osgPlugins/ffmpeg/CMakeLists.txt, src/osgVolume/RayTracedTechnique.cpp, src/osgWrappers/osgManipulator/Dragger.cpp: Added Dragger::s/getActivationModKeyMask(..) and Dragger::s/getActivationKeyEvent(...) methods to make it possible to have draggers that only respond when you press a specified modified key or standard key. Changed the optional dragger in osgvolume to require the shift key to be pressed for the dragger to become active. 2009-07-03 19:07 robert * src/osgPlugins/dicom/CMakeLists.txt: From and incorported the addition from Paul Fotheringham, addition of define VCL_CAN_STATIC_CONST_INIT_FLOAT to be zero to solve build error under Linux From Robert Osfield, general cleaned up ITK side to CMakeList.txt. 2009-07-03 18:58 robert * src/osgPlugins/dicom/ReaderWriterDICOM.cpp: To the ITK code path added support for handling a whole directory of dicom files. 2009-07-03 10:33 robert * CMakeLists.txt, include/osg/Version: Updated version numbers for 2.9.6 release 2009-07-03 10:27 robert * src/osgWrappers/osgManipulator/Dragger.cpp, src/osgWrappers/osgManipulator/RotateCylinderDragger.cpp, src/osgWrappers/osgManipulator/RotateSphereDragger.cpp, src/osgWrappers/osgManipulator/Scale1DDragger.cpp, src/osgWrappers/osgManipulator/Scale2DDragger.cpp, src/osgWrappers/osgManipulator/ScaleAxisDragger.cpp, src/osgWrappers/osgManipulator/TabBoxDragger.cpp, src/osgWrappers/osgManipulator/TabPlaneTrackballDragger.cpp, src/osgWrappers/osgManipulator/TrackballDragger.cpp, src/osgWrappers/osgManipulator/Translate1DDragger.cpp, src/osgWrappers/osgManipulator/Translate2DDragger.cpp, src/osgWrappers/osgManipulator/TranslateAxisDragger.cpp, src/osgWrappers/osgManipulator/TranslatePlaneDragger.cpp, src/osgWrappers/osgVolume/Locator.cpp: Updated wrappers 2009-07-03 05:54 robert * examples/osgvolume/osgvolume.cpp: Added TrackballDragger code path 2009-07-03 05:54 robert * include/osgVolume/Locator: Added callback to locator in support of interactive updating of the volume extents 2009-07-03 05:52 robert * include/osgManipulator/Dragger: Added setUpGeometry to Dragger base class to make it easier to use draggers interchangably. 2009-07-03 05:25 robert * src/osgVolume/Locator.cpp, src/osgVolume/RayTracedTechnique.cpp: Introduced a Locator callback and associated usage of this callback to provide interactive updating of the volume bounds 2009-07-02 18:50 robert * examples/osgvolume/CMakeLists.txt, examples/osgvolume/osgvolume.cpp: Added support for a "-m" option that adds a tab box manipulator to allow positioning and resizing of the rendered volume 2009-07-02 18:49 robert * include/osgVolume/RayTracedTechnique, src/osgManipulator/Dragger.cpp, src/osgVolume/RayTracedTechnique.cpp, src/osgVolume/Shaders/volume_frag.cpp, src/osgVolume/Shaders/volume_iso_frag.cpp, src/osgVolume/Shaders/volume_lit_frag.cpp, src/osgVolume/Shaders/volume_lit_tf_frag.cpp, src/osgVolume/Shaders/volume_mip_frag.cpp, src/osgVolume/Shaders/volume_tf_frag.cpp, src/osgVolume/Shaders/volume_tf_iso_frag.cpp, src/osgVolume/Shaders/volume_tf_mip_frag.cpp, src/osgVolume/Shaders/volume_vert.cpp: Refactored RayTracedTechnique to allow the position of the rendered part of the volume to be decoupled from the image data. 2009-07-01 15:39 robert * src/osgPlugins/OpenFlight/ExportOptions.cpp: From Byran Thrall, "The OpenFlight plugin doesn't handle unrecognized options or extra whitespace in all cases, causing it to crash." 2009-07-01 14:50 robert * examples/osgmanipulator/osgmanipulator.cpp: Removed old references to CommandManager 2009-07-01 14:49 robert * include/osgManipulator/CommandManager: Added constructor and destructor body 2009-07-01 14:04 robert * src/osgPresentation/CMakeLists.txt: Added osgGA to the dependency list 2009-07-01 14:01 robert * examples/osgmanipulator/osgmanipulator.cpp, include/osgManipulator/Command, include/osgManipulator/CommandManager, include/osgManipulator/Dragger, include/osgManipulator/Export, include/osgManipulator/Selection, src/osgManipulator/CMakeLists.txt, src/osgManipulator/Command.cpp, src/osgManipulator/CommandManager.cpp, src/osgManipulator/Constraint.cpp, src/osgManipulator/Dragger.cpp, src/osgManipulator/Selection.cpp, src/osgWrappers/osgManipulator/Command.cpp, src/osgWrappers/osgManipulator/CommandManager.cpp, src/osgWrappers/osgManipulator/Dragger.cpp, src/osgWrappers/osgManipulator/Selection.cpp: Completed refactor of osgManipulator, key changes are: Selection is now just a typedef of osg::MatrixTransform, and is deprecated CommandManager is shell class that just sets values directly on Dragger, and is deprecated Dragger now has list of DraggerCallback that takes over the roll of tracking changes to the Dragger, and allows users to track the dragger in any way they wish. Dragger now has a convinience method making MatrixTransforms track a dragger. Selection and CommandManager are no longer required for use of osgManipulator and are kept around for backwards compatibility. 2009-07-01 09:30 cedricpinson * src/osgAnimation/Action.cpp: From Cedric Pinson, i miss to commit the file that contains the osgAnimation::StripAnimation::traverse 2009-06-30 13:00 robert * include/osgManipulator/Command, include/osgManipulator/CommandManager, src/osgManipulator/Command.cpp, src/osgManipulator/CommandManager.cpp, src/osgManipulator/Dragger.cpp, src/osgWrappers/osgManipulator/Command.cpp, src/osgWrappers/osgManipulator/CommandManager.cpp: Simplified Command and CommandManager 2009-06-30 12:41 shuber * Xcode/OpenSceneGraph/OpenSceneGraph.xcodeproj/project.pbxproj, Xcode/OpenSceneGraph/osgPresentation-Info.plist: From Stephan Huber: updated XCode project, included osgPresentation 2009-06-30 11:55 cedricpinson * include/osgAnimation/Action, include/osgAnimation/ActionVisitor, src/osgAnimation/ActionVisitor.cpp, src/osgAnimation/StatsHandler.cpp, src/osgAnimation/StatsVisitor.cpp: From Cedric Pinson, Traverse StripAction instead of applying, this fix the execution of FrameCallback in BlendIn, BlendOut and AnimationAction\nFix warning of osgAnimation::StatsHandler\nFix crash when running example osganimationtimeline without nathan.osg in OSG_FILE_PATH or with bad file 2009-06-30 11:39 robert * examples/osgmanipulator/osgmanipulator.cpp, include/osgManipulator/CommandManager, include/osgManipulator/Constraint, include/osgManipulator/Dragger, include/osgManipulator/Selection, src/osgManipulator/CommandManager.cpp, src/osgManipulator/Constraint.cpp, src/osgManipulator/Dragger.cpp, src/osgManipulator/RotateCylinderDragger.cpp, src/osgManipulator/RotateSphereDragger.cpp, src/osgManipulator/Scale1DDragger.cpp, src/osgManipulator/Scale2DDragger.cpp, src/osgManipulator/Translate1DDragger.cpp, src/osgManipulator/Translate2DDragger.cpp, src/osgWrappers/osgManipulator/Dragger.cpp, src/osgWrappers/osgManipulator/Selection.cpp: Refactored osgManipulator so that CommandManager is no longer required, instead Dragger directly manages Constaints and associate Selections. 2009-06-30 07:33 robert * src/osgWrappers/osgAnimation/Animation.cpp, src/osgWrappers/osgAnimation/Channel.cpp, src/osgWrappers/osgDB/Options.cpp, src/osgWrappers/osgGA/SphericalManipulator.cpp, src/osgWrappers/osgManipulator/Constraint.cpp, src/osgWrappers/osgManipulator/Dragger.cpp: Updated wrappers 2009-06-29 21:32 robert * examples/osgmanipulator/osgmanipulator.cpp, include/osgManipulator/AntiSquish, include/osgManipulator/Constraint, include/osgManipulator/Dragger, include/osgPresentation/Export, src/osgManipulator/CMakeLists.txt, src/osgManipulator/CommandManager.cpp, src/osgManipulator/Dragger.cpp: Introduced event handling directly into osgManipulator::Dragger to allow it be used with a global event handler passing in events. 2009-06-26 16:52 robert * src/osgPlugins/dicom/ReaderWriterDICOM.cpp: Changed the definition of HAVE_CONFIG_H so that it's only defined when on a now windows system, so to allow the dcmtk/osconfig.h to include the correct header on unix vs widows. 2009-06-26 16:39 robert * CMakeModules/FindOurDCMTK.cmake, src/osgPlugins/dicom/CMakeLists.txt: Added search in /usr/local/dicom for dcmtk. 2009-06-26 08:16 robert * src/osgPlugins/ffmpeg/FFmpegDecoder.cpp: Fixed warning 2009-06-26 08:14 robert * src/osgDB/DatabasePager.cpp: Fixed warning 2009-06-25 18:31 robert * include/osgGA/TrackballManipulator, src/osgGA/TrackballManipulator.cpp: Simplified throw rate code, and add throw rate compensation into zoom in/out code. 2009-06-25 18:11 robert * include/osgGA/TrackballManipulator, src/osgGA/TrackballManipulator.cpp: From Lee Bulter, "I noticed that when "throwing" things the rate of motion once thrown was dependent on the complexity of the geometry. For complex scenes this meant that it looked like you were "throwing" the display into molasses. For simple geometry things get over-excited once thrown. The fix is to factor in the frame rendering time to the caluclated motion. I've implemented this for rotation and panning. Now when things are thrown they maintain a rate very close to what was happening when the mouse button was released." 2009-06-25 18:03 robert * src/osgPresentation/CMakeLists.txt: Fixed library definition 2009-06-25 16:12 robert * src/osgViewer/DarwinUtils.mm, src/osgViewer/GraphicsWindowCocoa.mm: From Stephan Huber, fixes to Cocoa support 2009-06-25 16:07 robert * applications/present3D/ReaderWriterP3D.cpp, src/osg/ArgumentParser.cpp, src/osg/CullSettings.cpp, src/osg/DisplaySettings.cpp, src/osgDB/DatabasePager.cpp, src/osgGA/DriveManipulator.cpp, src/osgPlugins/bsp/VBSPEntity.cpp, src/osgPlugins/cfg/ConfigParser.cpp, src/osgPlugins/cfg/ConfigParser.y, src/osgPlugins/dw/ReaderWriterDW.cpp, src/osgPlugins/ive/DataOutputStream.cpp, src/osgPlugins/normals/ReaderWriterNormals.cpp, src/osgPlugins/p3d/ReaderWriterP3D.cpp, src/osgPlugins/ply/plyfile.cpp, src/osgPlugins/txp/ReaderWriterTXP.cpp, src/osgPlugins/txp/TXPParser.cpp, src/osgUtil/IncrementalCompileOperation.cpp, src/osgViewer/ViewerBase.cpp, src/osgViewer/ViewerEventHandlers.cpp: From Mathias Froehlich, "We are currently getting issues with locale settings and some osg plugins. Therefore I have changed all the occurances of atof by asciiToFloat or asciiToDouble. I believe that it is safe to do so at least for all the plugins. Included here are also asciiToFloat conversion of environment variables. One might argue that these should be locale dependent. But IMO these should be set and interpreted by osg independent of the current locale. " 2009-06-25 16:02 robert * CMakeModules/FindFFmpeg.cmake, src/osgPlugins/ffmpeg/CMakeLists.txt, src/osgPlugins/ffmpeg/FFmpegDecoderAudio.cpp, src/osgPlugins/ffmpeg/FFmpegDecoderVideo.cpp: Fixed warnings and refactored FindFFmpeg.cmake and ffmpeg plugin CMakeLists.txt scripts to better handle different instation combinations 2009-06-25 13:31 robert * src/osgPlugins/cfg/ConfigParser.y: Converted tabs to spaces 2009-06-25 13:26 robert * include/osg/Endian: From Mathias Froehlich, "Fix possible problem with aliasing rules.. and fix a gcc warning :)Use a union to determine if we are on a little endian or big endian machine." 2009-06-25 13:13 robert * src/osg/Texture.cpp: From Mathias Froehlich, "put texturemanager into osg namespace." 2009-06-25 13:10 robert * src/osgPlugins/ffmpeg/ReaderWriterFFmpeg.cpp: From Serge Lages, "Here is a little fix for the FFmpeg plugin. Previously the path computed by osgDB::findDataFile was not used, preventing loading files from directories inside the data path list." 2009-06-25 13:00 robert * src/osgDB/DatabasePager.cpp: From Ulrich Hertlein, "please find attached some typo fixes in DatabasePager and a tweak to only print the addLoadedDataToSceneGraph stats when some work was actually done." 2009-06-25 09:14 robert * include/osgGA/SphericalManipulator, src/osgGA/SphericalManipulator.cpp: From Cory Riddell, "I added an _allowThrow boolean along with a getter and setter to the spherical manipulator. The default value is true. This is very similar to the flag in trackball." 2009-06-25 08:53 robert * src/osgPresentation/CMakeLists.txt: Added osgFX depedency 2009-06-25 08:52 robert * src/osgPresentation/CMakeLists.txt: Added osgVolume dependency 2009-06-25 08:23 robert * include/osgPresentation/Export: Added export 2009-06-25 07:42 robert * src/osgPresentation/CMakeLists.txt: Added CMakeLists.txt for osgPresentation 2009-06-24 17:37 robert * src/osgPlugins/gdal/ReaderWriterGDAL.cpp, src/osgPlugins/imageio/ReaderWriterImageIO.cpp, src/osgPlugins/ogr/ReaderWriterOGR.cpp, src/osgPlugins/vnc/ReaderWriterVNC.cpp: Added use of REGISTER_OGRPLUGIN to enable static linking of plugins 2009-06-24 17:34 robert * applications/present3D/CMakeLists.txt, applications/present3D/present3D.cpp: Added ffmpeg and pdf to static build 2009-06-24 17:33 robert * src/osgPlugins/pdf/ReaderWriterPDF.cpp: Added support for static compilation of pdf plugin 2009-06-24 16:45 robert * CMakeModules/FindFFmpeg.cmake: Fixed non windows path 2009-06-24 16:14 robert * applications/present3D/CMakeLists.txt: Renamed the temporary application name of present3D-osg to present3D. 2009-06-24 16:03 robert * applications/present3D/AnimationMaterial.cpp, applications/present3D/AnimationMaterial.h, applications/present3D/CMakeLists.txt, applications/present3D/CompileSlideCallback.cpp, applications/present3D/CompileSlideCallback.h, applications/present3D/ExportHTML.h, applications/present3D/PickEventHandler.cpp, applications/present3D/PickEventHandler.h, applications/present3D/ReadShowFile.cpp, applications/present3D/ReaderWriterP3D.cpp, applications/present3D/ReaderWriterPaths.cpp, applications/present3D/SlideEventHandler.cpp, applications/present3D/SlideEventHandler.h, applications/present3D/SlideShowConstructor.cpp, applications/present3D/SlideShowConstructor.h, applications/present3D/present3D.cpp, include/osgDB/Options, include/osgPresentation, include/osgPresentation/AnimationMaterial, include/osgPresentation/CompileSlideCallback, include/osgPresentation/PickEventHandler, include/osgPresentation/SlideEventHandler, include/osgPresentation/SlideShowConstructor, src/CMakeLists.txt, src/osgPlugins/p3d/AnimationMaterial.cpp, src/osgPlugins/p3d/AnimationMaterial.h, src/osgPlugins/p3d/CMakeLists.txt, src/osgPlugins/p3d/CompileSlideCallback.cpp, src/osgPlugins/p3d/CompileSlideCallback.h, src/osgPlugins/p3d/PickEventHandler.cpp, src/osgPlugins/p3d/PickEventHandler.h, src/osgPlugins/p3d/ReaderWriterP3D.cpp, src/osgPlugins/p3d/ReaderWriterPaths.cpp, src/osgPlugins/p3d/SlideEventHandler.cpp, src/osgPlugins/p3d/SlideEventHandler.h, src/osgPlugins/p3d/SlideShowConstructor.cpp, src/osgPlugins/p3d/SlideShowConstructor.h, src/osgPresentation, src/osgPresentation/AnimationMaterial.cpp, src/osgPresentation/CompileSlideCallback.cpp, src/osgPresentation/PickEventHandler.cpp, src/osgPresentation/SlideEventHandler.cpp, src/osgPresentation/SlideShowConstructor.cpp: Refactored preset3D/p3d plugin so that common scene graph extensions and classes now live in a separate osgPresenttation NodeKit. 2009-06-24 10:26 robert * CMakeModules/FindFFmpeg.cmake, src/osgPlugins/pdf/CMakeLists.txt: Refactored the FFmpeg find script and the pdd CMakeLists.txt to improve the automatic detection of the required facilities 2009-06-24 10:10 cedricpinson * include/osgAnimation/ActionCallback, src/osgAnimation/ActionCallback.cpp, src/osgAnimation/StatsVisitor.cpp, src/osgAnimation/Timeline.cpp: From Cedric Pinson, Fix the drop of the first frame of action when adding action with addActionNow\nReport stats only for active animations\nAdd priority to RunAction callback 2009-06-23 12:59 cedricpinson * src/osgAnimation/Animation.cpp: From Cedric Pinson, Fix clone operation for osgAnimation::Animation 2009-06-23 11:33 robert * src/osgPlugins/ffmpeg/FFmpegDecoder.hpp: Fixed warning 2009-06-23 10:53 robert * CMakeModules/FindFFmpeg.cmake, src/osgPlugins/ffmpeg/CMakeLists.txt: Added explict search for stdint.h 2009-06-22 18:04 cedricpinson * src/osgAnimation/UpdateCallback.cpp: From Cedric Pinson, fix clone for UpdateTransform 2009-06-22 16:08 robert * applications/present3D/CMakeLists.txt, applications/present3D/present3D.cpp: Added support for reading from http and obj files in the static build of Present3D 2009-06-22 16:02 robert * src/osgPlugins/txp/trpage_swap.cpp: Fixed swap size 2009-06-22 14:24 cedricpinson * include/osgAnimation/Animation, include/osgAnimation/AnimationManagerBase, include/osgAnimation/Channel, include/osgAnimation/Skeleton, src/osgAnimation/Animation.cpp, src/osgAnimation/AnimationManagerBase.cpp, src/osgAnimation/Bone.cpp, src/osgAnimation/Channel.cpp, src/osgAnimation/Timeline.cpp, src/osgAnimation/UpdateCallback.cpp: From Cedric Pinson, fix constructors for cloning osgAnimation objects 2009-06-22 13:08 robert * AUTHORS.txt, applications/osgversion/Contributors.cpp: Updated authors for 2.9.5 release 2009-06-22 12:46 robert * ChangeLog, applications/osgversion/Contributors.cpp: Update ChangeLog and contributors 2009-06-21 17:28 robert * src/osgPlugins/osg/StateSet.cpp: Added mutex lock to iniGLNames to prevent threading problems during initialization 2009-06-20 17:03 robert * applications/CMakeLists.txt, applications/present3D/CMakeLists.txt, applications/present3D/ReaderWriterP3D.cpp, applications/present3D/ReaderWriterPaths.cpp, applications/present3D/present3D.cpp, src/osgPlugins/p3d/ReaderWriterP3D.cpp, src/osgPlugins/p3d/ReaderWriterPaths.cpp: Added support for initial cut of static build of Present3D. 2009-06-20 11:35 robert * src/osgText/TextBase.cpp: From Farshid Lashkari, "I found a bug in the osgText library in version 1.2 that I believe still exists in the latest version. I found that changing the alignment of a text object does not work properly if the text contains newline characters. I've attached a simple test case that shows the problem. If I set the text AFTER setting the alignment, everything works fine. But if I set the text BEFORE setting the alignment then the text is displayed incorrectly. The fix is very simple. Instead of calling computePositions() in TextBase::setAlignment(), it calls computeGlyphRepresentation(). I've attached the modified TextBase.cpp." 2009-06-20 08:18 robert * src/osgWrappers/osgParticle/Particle.cpp: Updated wrappers 2009-06-19 14:14 robert * src/osgPlugins/obj/obj.cpp: From Gino van den Bergen, "AFAICS, OSG's OBJ loader correctly handles backslash-newlines that are used for continuation of lines. However, I recently ran into a problem with OBJs that where converted from another source using Right Hemisphere Deep Exploration. In these OBJs newlines are escaped in the following way: f 15939/9999/16177 15941/10000/16178 15940/10001/16179\ 15938/10002/16180 In the OBJ loader the newline would be interpreted as follows f 15939/9999/16177 15941/10000/16178 15940/10001/1617915938/10002/16180 However, for correctly loading the model it should be interpreted as f 15939/9999/16177 15941/10000/16178 15940/10001/16179 15938/10002/16180 Thus, the escaped newline should be interpreted as a space. I tried to lookup what the correct interpretation for a backslash-newline was in the OBJ spec but did not find anything useful. Nevertheless, my suggestion would be to adopt replacing the escaped newline by a space in order to avoid problems as stated above. I cannot imagine a meaningful usage of a newline within a numerical literal so I do not foresee cases where replacing a backslash-newline by a space would be harmful. The fixed obj.cpp is zipped and attached to this mail." 2009-06-19 13:53 robert * src/osg/Shader.cpp: Changed the debug output so that the code path is not run unless it's needed 2009-06-19 13:50 robert * src/osg/Shader.cpp: From Jean-Sebastian Guay and Robert Osfield, added line numbers to debug shader output 2009-06-19 13:09 robert * include/osgParticle/Particle: From Tom Jolly, "A new compiler and a new warning. Enclosed is include/osgParticle/Particle. I removed the const from the return type of getSTexCoord. I also changed the name on the next function to getTTexCoord so it is consistent with getSTexCoord. If you prefer to change getSTexCoord to getSCoord you will need to change it in ConnectedParticleSystem.cpp." 2009-06-19 11:55 robert * include/osg/Texture, src/osg/Texture.cpp, src/osgPlugins/dds/ReaderWriterDDS.cpp: From Wojciech Lewandowski, "Here are my changes: - osg::Texture sets GL_MAX_TEXTURE_LEVEL if image uses fewer mipmaps than number from computeNumberOfMipmaps (and it works!) - DDS fix to read only available mipmaps - DDS fixes to read / save 3D textures with mipmaps ( packing == 1 is required) - Few cosmetic DDS modifications and comments to make code cleaner (I hope) Added _isTextureMaxLevelSupported variable to texture extensions. It could be removed if OSG requires OpenGL version 1.2 by default. Added simple ComputeImageSizeInBytes function in DDSReaderWrites. In my opinion it would be better if similar static method was defined for Image. Then it could be used not only in DDS but other modules as well (I noticed that Texture/Texture2D do similar computations). Also attached is an example test.osg model with DDS without last mipmaps to demonstrate the problem. When loaded into Viewer with current code and moved far away, so that cube occupies 4 pixels, cube becomes red due to the issue I described in earlier post. When you patch DDS reader writer with attched code but no osg::Texture yet, cube becomes blank (at least on my Windows/NVidia) When you also merge osg::Texture patch cube will look right and mipmaps will be correct." 2009-06-19 11:31 robert * examples/CMakeLists.txt, examples/osgviewerQtWidget, examples/osgviewerQtWidget/CMakeLists.txt, examples/osgviewerQtWidget/CompositeViewerQOSG.cpp, examples/osgviewerQtWidget/CompositeViewerQOSG.h, examples/osgviewerQtWidget/QOSGWidget.cpp, examples/osgviewerQtWidget/QOSGWidget.h, examples/osgviewerQtWidget/README, examples/osgviewerQtWidget/main.cpp, examples/osgviewerQtWidget/qosgwidget.pro, examples/osgviewerQtWidget/testMainWin.cpp, examples/osgviewerQtWidget/testMainWin.h, examples/osgviewerQtWidget/testMainWin.ui, examples/osgviewerQtWidget/testOutboardWin.cpp, examples/osgviewerQtWidget/testOutboardWin.h, examples/osgviewerQtWidget/testOutboardWin.ui: From Don Liech, Qt/OSG integration example 2009-06-19 11:16 robert * src/osgWrappers/osg/CopyOp.cpp, src/osgWrappers/osgDB/DatabaseRevisions.cpp: Updated wrappers 2009-06-19 11:04 robert * include/osgDB/DatabaseRevisions, src/osgDB/DatabaseRevisions.cpp: Added append() method 2009-06-19 11:00 robert * src/osgViewer/CompositeViewer.cpp, src/osgViewer/Viewer.cpp: Added clears to various vectors being passed in to get*() methods. 2009-06-19 10:55 robert * src/osgViewer/Viewer.cpp: From Cory Riddell, "I added a line to clear the threads vector prior to populating it in Viewer::getAllThreads(). This is consistent with what happens in Viewer::getOperationThreads()." 2009-06-18 10:01 robert * include/osg/CopyOp, src/osg/CopyOp.cpp, src/osg/Node.cpp: From Cedric Pinson and Robert Osfield, addition of NodeCallbacks to osg::CopyOp and osg::Node copy constructor. 2009-06-18 08:29 robert * include/osgAnimation/Action: Added exports 2009-06-18 08:22 robert * src/osgWrappers/osgDB/DatabaseRevisions.cpp: Updated wrappers 2009-06-18 08:18 robert * src/osgManipulator/AntiSquish.cpp: From Rene Molenaar, "The bug is as described above: "The dragger's corner tabs are no longer in the corners." this fix places the cornertabs back in the corners. (the manipulator does not make sense otherwise)." 2009-06-17 16:54 robert * include/osgAnimation/ActionVisitor, include/osgAnimation/Timeline, include/osgDB/DatabaseRevisions, src/osgAnimation/ActionVisitor.cpp: Replaced forward declarations 2009-06-17 16:54 robert * src/osgDB/Registry.cpp: Added ".added", ".modified" and ".removed" alias to .revisions plugin 2009-06-17 15:12 robert * src/osgWrappers/Doxyfile.template, src/osgWrappers/osgDB/DatabaseRevisions.cpp: Updated wrappers 2009-06-17 15:12 robert * include/osgDB/DatabaseRevisions, src/osgDB/DatabaseRevisions.cpp: Made method names consistent with each other 2009-06-17 11:00 robert * packaging/pkgconfig/openscenegraph-osgAnimation.pc.in, src/osgAnimation/CMakeLists.txt, src/osgAnimation/StatsHandler.cpp: From Alberto Luaces, "the new changes in osgAnimation showed some errors on the Cygwin platform: 1 - osgAnimation/StatsHandler includes , but on Cygwin only std::isnan is defined that way. I changed it to as it is done in the rest of the OSG. 2 - Pulling some osgViewer headers from the same file in osgAnimation makes the former a new dependency. Thus, I got errors at osgAnimation linking time. I wonder why nobody noticed this on other platforms. I have updated the CMakeLists.txt file in order to link to the needed libraries, and 3 - I have updated the openscenegraph-osgAnimation.pc.in file accordingly." 2009-06-17 10:39 robert * applications/present3D/ReaderWriterP3D.cpp, applications/present3D/ReaderWriterPaths.cpp, examples/osgshadercompositor/VirtualProgram.cpp, examples/osgterrain/osgterrain.cpp, include/osgAnimation/StatsVisitor, include/osgDB/DatabaseRevisions, src/osgAnimation/Action.cpp, src/osgAnimation/ActionVisitor.cpp, src/osgAnimation/StatsHandler.cpp, src/osgAnimation/Timeline.cpp, src/osgPlugins/dae/daeReader.cpp, src/osgPlugins/p3d/ReaderWriterP3D.cpp, src/osgPlugins/p3d/ReaderWriterPaths.cpp, src/osgPlugins/revisions/ReaderWriterRevisions.cpp, src/osgPlugins/vrml/ReaderWriterVRML2.cpp, src/osgPlugins/vrml/ReaderWriterVRML2.h, src/osgPlugins/zip/ReaderWriterZIP.cpp: Changed build OSG_USE_REF_PTR_IMPLICIT_OUTPUT_CONVERSION to ON and then fixed all the resulting build errors. 2009-06-17 08:56 robert * include/osg/DisplaySettings: Fixed error in DisplaySettings::setNumOfHttpDatabaseThreadsHint 2009-06-16 13:02 robert * src/osgWrappers/Doxyfile.template, src/osgWrappers/osgAnimation/Bone.cpp, src/osgWrappers/osgAnimation/Timeline.cpp: Updated wrappers 2009-06-16 12:32 cedricpinson * src/osgAnimation/Action.cpp, src/osgAnimation/StatsHandler.cpp: From Cedric Pinson, Fix osgAnimation warning and errors 2009-06-16 12:22 cedricpinson * src/osgAnimation/Bone.cpp: From Cedric Pinson, Fix osgAnimation warning and errors for Bone.cpp 2009-06-16 10:20 shuber * Xcode/OpenSceneGraph/OpenSceneGraph.xcodeproj/project.pbxproj: From Stephan Huber: updated XCode project 2009-06-15 14:48 cedricpinson * include/osgAnimation/Action, include/osgAnimation/ActionCallback, include/osgAnimation/ActionVisitor, include/osgAnimation/Bone, include/osgAnimation/FrameAction, include/osgAnimation/RigGeometry, include/osgAnimation/StatsHandler, include/osgAnimation/StatsVisitor, include/osgAnimation/Target, include/osgAnimation/Timeline, src/osgAnimation/Action.cpp, src/osgAnimation/ActionCallback.cpp, src/osgAnimation/ActionVisitor.cpp, src/osgAnimation/Animation.cpp, src/osgAnimation/CMakeLists.txt, src/osgAnimation/StatsHandler.cpp, src/osgAnimation/StatsVisitor.cpp, src/osgAnimation/Timeline.cpp: From Cedric Pinson, split timeline classes in differents files, cleanup and add a statshandler to visualize current action in timeline 2009-06-14 23:30 cedricpinson * include/osgAnimation/Bone, include/osgAnimation/Target, src/osgAnimation/Bone.cpp: From Cedric Pinson, fix copy constructor for clone operation for Bone, add a missing contructor with quaternion for Target 2009-06-12 10:37 robert * src/osgWrappers/osg/BlendEquation.cpp, src/osgWrappers/osg/ProxyNode.cpp, src/osgWrappers/osgUtil/RenderStage.cpp, src/osgWrappers/osgUtil/SceneView.cpp: Updated wrappers 2009-06-12 10:08 robert * include/osg/ProxyNode, src/osg/ProxyNode.cpp: From Mathias Froehlich, "attached is a change to the ProxyNode that also includes ProxyNode local database options like recently added to PagedLOD. Also there is a change to the traverse method: The previous ProxyNode checks the VisitorType to be a CULL_VISITOR and the presence of a request handler to submit a database request. In contrast to that PagedLOD uses the request handler if it is there - even if the visitor type is not a cull visitor. The change removes the cull visitor test from the ProxyNode so that it behaves like the PagedLOD. I believe that the presence of a request handler in a visitor might be sufficient to trigger the requests as this is done in the PagedLOD anyway. Based on rev 10332." 2009-06-12 10:00 robert * src/osgViewer/DarwinUtils.mm, src/osgViewer/GraphicsWindowCocoa.mm: From Stephan Huber, "here are some small fixes/enahncements for the cocoa backend to allow proper functioning when running the osgViewer run-loop in a secondary thread (e.g. when embedding GraphicsWindowCocoa-windows in a full blown cocoa application). OS X is picky when you want to change the user-interface from another thread than the main thread, not all UI stuff is thread-safe. So now window closes and showing / hiding the menu bar is done in the main thread via Cocoa's performSelectorOnMainThread-mechanism. These changes don't affect the normal osgViewer usage pattern." 2009-06-12 09:57 robert * src/osgPlugins/osg/ProxyNode.cpp: From Laurens Voerman, "there seems to be a bug in the proxynode writer introduced in svn rev 10330. It craches on a null pointer for options (on my windows system). Fixed version of the file "src\osgPlugins\osg\ProxyNode.cpp" attached, based on svn rev 10332." 2009-06-12 09:48 robert * src/osg/Texture2DArray.cpp: From Konstantin Sinitsyn, "I've fixed bug with loading of compressed texture to texture array!" 2009-06-12 09:41 robert * CMakeModules/FindCOLLADA.cmake, src/osgPlugins/dae/CMakeLists.txt: From Roger James and Robert Osfield, clean up of COLLADA CMake support 2009-06-12 09:11 robert * ChangeLog: Updated ChangeLog 2009-06-11 15:13 robert * src/osgParticle/PrecipitationEffect.cpp: Fixed copy constructor 2009-06-11 14:56 robert * include/osgParticle/PrecipitationEffect, src/osgParticle/PrecipitationEffect.cpp: Replaced frame delta computation that was originally based on a local static variable, replacing it with member variable to tracking the previous frame time. This fixes a bug in the wind computation when multiple PrecipitaionEffects are in the scene. 2009-06-10 09:24 robert * src/osgPlugins/curl/ReaderWriterCURL.cpp, src/osgPlugins/curl/ReaderWriterCURL.h: From Emmanuel Roche, "I've updated the CURL plugin to support the CURL_CONNECTTIMEOUT and CURL_TIMEOUT options. Those two additional options can now be set using the Options::setOptionsString() function (just like the already existing OSG_CURL_PROXY & OSG_CURL_PROXYPORT options). This is a convient solution to limit the freezing effect one may face in case the targeted server is down or too slow. I successfully compiled and used this updated version on Windows in my application. And by default those settings are not set (so no change in the behavior if you don't need them). " 2009-06-09 08:43 robert * src/osgPlugins/ive/ProxyNode.cpp, src/osgPlugins/osg/ProxyNode.cpp: From Gustav Happalahti, fixed filename usage 2009-06-08 16:50 robert * applications/osgconv/osgconv.cpp, include/osgDB/Output, src/osgDB/Output.cpp, src/osgPlugins/ive/DataOutputStream.cpp, src/osgPlugins/ive/DataOutputStream.h, src/osgPlugins/ive/ProxyNode.cpp, src/osgPlugins/osg/ProxyNode.cpp, src/osgPlugins/osg/ReaderWriterOSG.cpp, src/osgViewer/Viewer.cpp: From Gustav Haapalahti and Robert Osfield, First Submission email from Gustav: "This submission adds a --cache option to osgconv and osgviewer that enables setObjectCacheHint(osgDB::Options::CACHE_ALL); It greatly reduces memory usage when a .osg file has lots of external references with ProxyNode:s that points to the same file. Options are also added to the osg plugin. The code was already mostly implemented but there was no way to change the options. includeExternalReferences writeExternalReferenceFiles A counter is added to keep track if an external file has already been written down to avoid writing the same file over and over again. If it has already been written once then it is not written again. The counter is added to the Output class in osgDB. " Second Submission email from Gustav: "This is a continuation to my previous submission. I noticed that the same problem that I fixed in ProxyNode.cpp for the osg plugin (external files being written over and over again) also existed in the ive plugin. I attached a submission where the ive plugin remembers which external files that have already been written and do not write them again." Changes to the above done by Robert Osfield, changed command line parameter to --enable-object-cache changed set/get methods in osgDB::Output and ive/DataOutputStream.cpp to be s/getExternalFileWritten(const std::string&) cleaned up set up of osgDB::Options. 2009-06-08 14:06 robert * src/osgPlugins/dxf/CMakeLists.txt, src/osgPlugins/dxf/DXFWriterNodeVisitor.cpp, src/osgPlugins/dxf/DXFWriterNodeVisitor.h, src/osgPlugins/dxf/ReaderWriterDXF.cpp: Martin Beckett, "Here's a first attempt at a DXF writer plugin At the moment it outputs DXF for whatever geometry is contained in the node it would be nice to draw the model as it is rendered (points/lines/surface) If people could also test against other apps that need to read DXF, the format is a bit of a black art and not all importers support all features so it might need some options to tweak the output. It has some rather clever colour lookup stuff to match real colours against the limited DXF palette. I cracked the code of the Autocad indexed colours!" 2009-06-08 13:51 robert * src/osg/FrameBufferObject.cpp: From Mathias Froehlich, "Without this change packed depth stencil attachments are only supported if the GL_EXT_framebuffer_blit extension is available. This is due to the early return from the constructor if this is missing. As far as I read the standard extension documents, this blit call is not required to have packed depth stencil fbos. The change fixes this and allows packed stencil attachments on machines without the multisample blit command." 2009-06-08 13:47 robert * src/osgPlugins/ive/BlendEquation.cpp, src/osgPlugins/ive/IveVersion.h, src/osgPlugins/osg/BlendEquation.cpp: Addded .ive and .osg support for new GL_EXT_blend_equation_separate properties in osg::BlendEquation 2009-06-08 13:46 robert * include/osg/BlendEquation, src/osg/BlendEquation.cpp: From Konstantin Sinitsyn, support for GL_EXT_blend_equation_separate extension like in osg::BlendEquation. 2009-06-08 12:50 robert * examples/osgunittests/osgunittests.cpp: Added basic Matrix::decompose() test, based on a test progrem wrttien by Paul Obermeier 2009-06-08 12:44 robert * include/osgUtil/RenderStage: Fixed doc message 2009-06-08 11:12 robert * src/osgSim/Sector.cpp: From Lionel Lagarde, "this correction makes the intensity interpolated in the correct direction when the angle is between _cosFadeAngle and _cosAngle." 2009-06-08 10:54 robert * src/osgDB/DynamicLibrary.cpp: Fixed warning 2009-06-08 10:27 robert * src/osgDB/Registry.cpp: Changed the file search path so it returns an empty string when the filename contains a server address. 2009-06-08 09:47 robert * src/osgPlugins/vrml/ReaderWriterVRML2.cpp: From Johan Nouvel, fix to handling of transparent textured objects. Tweak from Robert Osfield, commented out disabling of depth write as this is not appropriate by default. 2009-06-05 19:05 robert * include/osgUtil/RenderStage, include/osgUtil/SceneView, src/osgSim/LightPointNode.cpp, src/osgUtil/RenderStage.cpp, src/osgUtil/SceneView.cpp, src/osgViewer/Renderer.cpp: 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 11:48 robert * include/osg/Referenced, src/osgUtil/RenderBin.cpp: Added depends_on template and usage in RenderBin to help with static variable destruction ordering 2009-06-05 10:42 robert * src/osgDB/DatabaseRevisions.cpp: Fixed warning 2009-06-04 14:37 robert * src/osgWrappers/osgDB/DatabaseRevisions.cpp: Updated wrappers 2009-06-04 14:07 robert * ChangeLog, examples/osgdatabaserevisions/osgdatabaserevisions.cpp, include/osgDB/DatabaseRevisions, include/osgDB/FileCache, src/osgDB/DatabaseRevisions.cpp, src/osgDB/FileCache.cpp, src/osgPlugins/revisions/ReaderWriterRevisions.cpp: Implemented updating of revision files as new data is writing to the FileCache 2009-06-02 16:58 robert * examples/CMakeLists.txt, examples/osgdatabaserevisions, examples/osgdatabaserevisions/CMakeLists.txt, examples/osgdatabaserevisions/osgdatabaserevisions.cpp: Added osgdatabaserevisions example to server as a testbed for new osgDB::DatabaseRevisions functionality 2009-06-02 16:54 robert * include/osgDB/DatabaseRevisions, include/osgDB/FileCache, src/osgDB/DatabaseRevisions.cpp, src/osgDB/FileCache.cpp, src/osgPlugins/revisions/ReaderWriterRevisions.cpp: Implemented DatabasePath in DatabaseBase revision classes 2009-06-02 08:56 robert * src/osgViewer/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:53 robert * src/osg/Texture2D.cpp: Moved assigned of texture object to _textureObjectBuffer to earlier in Texture2D::apply() to prevent problems with non power of two texture mipmap generation. 2009-06-01 11:22 robert * src/osgUtil/GLObjectsVisitor.cpp: From Wojciech Lewandowski, Fixed handling of empty Program. 2009-06-01 11:08 robert * src/osg/Transform.cpp: From Emmanuel Roche, "I've also updated the computeBound() method from the osg::Transform class : this method was using float based temporary variables and thus the double precision is lost here. I've changed that to use the generic types osg::BoundingSphere::vec_type and osg::BoundingSphere::value_type instead." 2009-06-01 11:07 robert * src/osgPlugins/dae/daeWriter.cpp, src/osgPlugins/dae/daeWriter.h: From Emmanuel Roche, "I'm joining an updated version of the file daeWritter.cpp and daeWriter.h for the collada plugin compatible with the usage of double precision BoundingSphere & BoundingBox. The only change is the addition of the template specialization for osg::Vec3d object (until now only the specialization for osg::Vec3 was defined, I replaced that with osg::Vec3f to be more "precise")." 2009-05-30 07:39 robert * src/osgWrappers/osgDB/DatabaseRevisions.cpp: Updated wrappers 2009-05-29 18:24 robert * include/osgDB/DatabaseRevisions, src/osgDB/DatabaseRevisions.cpp, src/osgPlugins/CMakeLists.txt, src/osgPlugins/revisions, src/osgPlugins/revisions/CMakeLists.txt, src/osgPlugins/revisions/ReaderWriterRevisions.cpp: Added revisions plugin in support of paged database revisions. 2009-05-29 09:39 shuber * Xcode/OpenSceneGraph/OpenSceneGraph.xcodeproj/project.pbxproj: From Stephan Huber: updated XCode project 2009-05-29 08:46 robert * src/osgWrappers/osgDB/DatabaseRevisions.cpp: Updated wrappers 2009-05-29 08:24 robert * examples/osgshadercompositor/CreateSimpleHierachy.cpp, examples/osgshadercompositor/VirtualProgram.cpp, examples/osgshadercompositor/osgshadercompositor.cpp: Ran dos2unx of files 2009-05-29 08:24 robert * include/osgDB/DatabaseRevisions, include/osgDB/FileCache, src/osgDB/CMakeLists.txt, src/osgDB/DatabaseRevisions.cpp, src/osgDB/FileCache.cpp: Introduced first iterations of DatabaseRevision classes for managing the revisioning of http hosted databases 2009-05-28 16:46 robert * src/osgPlugins/vrml/IndexedFaceSet.cpp: Fixed warning 2009-05-28 14:15 robert * src/osgViewer/GraphicsWindowX11.cpp: From Mathias Froehlich, "This frees some memory that is allocated by the X11 functions." 2009-05-28 14:12 robert * src/osgGA/SphericalManipulator.cpp: Fixed unitialized variable 2009-05-28 14:09 robert * src/osgViewer/GraphicsWindowCocoa.mm: From Stephan Huber, "attached you'll find a small fix for GrphicsWindowCocoa. There was a bug with certain key-strokes, which led to a crash." 2009-05-28 13:40 robert * examples/osgshadercompositor/CreateAdvancedHierachy.cpp: From Wojciech Lewandowski, "I suppose this error is caused by using 4 component tex coord in texture2D call. I always forget about adding .xy swizzle at the end of tex coord. I have attached code (hopefully fixed). My NVidia seems to ignore such errors. Cannot test it myself. Simple example works because I actually use textture2Dproj there." 2009-05-28 13:29 robert * src/osgPlugins/OpenFlight/AncillaryRecords.cpp, src/osgPlugins/OpenFlight/ControlRecords.cpp, src/osgPlugins/OpenFlight/GeometryRecords.cpp, src/osgPlugins/OpenFlight/LightPointRecords.cpp, src/osgPlugins/OpenFlight/PaletteRecords.cpp, src/osgPlugins/OpenFlight/PrimaryRecords.cpp, src/osgPlugins/OpenFlight/ReaderWriterFLT.cpp, src/osgPlugins/OpenFlight/Registry.h, src/osgPlugins/OpenFlight/ReservedRecords.cpp, src/osgPlugins/OpenFlight/RoadRecords.cpp, src/osgPlugins/OpenFlight/VertexRecords.cpp: From Gregory Jaegy and Robert Osfield, added support for static linking of OpenFlight plugin 2009-05-28 13:26 robert * examples/osgstaticviewer/osgstaticviewer.cpp: Fixed warnings 2009-05-28 12:25 robert * src/osgPlugins/zip/ReaderWriterZIP.cpp: From Neil Hughes, "Two changes here... 1. I've implemented an option controlled route by which users can still access the old method of extracting the zip content to the local filesystem. This is in response to Ulrich's comments about zip files encorporating files other than those that OSG knows about, but which an application may require. To access this the user makes the following call on their options object that they pass to the reader. Without it, the plugin will extract by default to memory. local_opt->setPluginStrData("zipextract","filesystem"); 2. The second change is that I've moved the declaration of one of the variables to within the numitems loop so that if loading of a specific file within the zip fails, subsequent files still load correctly. This was the issue that Ulrich raised." 2009-05-28 08:25 robert * src/osgWrappers/osgUtil/RenderBin.cpp, src/osgWrappers/osgUtil/RenderLeaf.cpp: Updated wrappers 2009-05-27 13:02 robert * examples/osgshadercompositor/CMakeLists.txt, examples/osgshadercompositor/osgshadercompositor.cpp, examples/osgshadercompositor/osgvirtualprogram.cpp: Renamed application osgvirtualprogram to osgshadercompostior to better reflect it function 2009-05-27 13:00 robert * examples/CMakeLists.txt, examples/osgshadercompositor, examples/osgvirtualprogram: Renamed osgvirtualprogram to osgshadercompositor to better reflect it's function 2009-05-27 12:11 robert * src/osgUtil/RenderStage.cpp: Fixed glStencilMask setting. 2009-05-27 09:54 robert * include/osgUtil/CullVisitor, include/osgUtil/RenderBin, include/osgUtil/RenderLeaf, src/osgUtil/CullVisitor.cpp, src/osgUtil/RenderBin.cpp: Added support for RenderBin::SortMode::TRAVERSAL_ORDER to enable rendering of scene graph drawables in the order that they were traversed in. 2009-05-27 09:45 robert * examples/osgvirtualprogram/CreateSimpleHierachy.cpp: Fixed warning 2009-05-26 14:22 robert * CMakeModules/FindOpenVRML.cmake, src/osgPlugins/vrml/IndexedFaceSet.cpp, src/osgPlugins/vrml/Primitives.cpp, src/osgPlugins/vrml/README.txt, src/osgPlugins/vrml/ReaderWriterVRML2.cpp, src/osgPlugins/vrml/ReaderWriterVRML2.h: From Jan Ciger, "I am attaching the updated VRML plugin, as promised. This version works with OpenVRML 0.17.12 and Boost 1.38. Other versions may work too, but I didn't test that." 2009-05-26 11:00 robert * src/osgPlugins/x/ReaderWriterDirectX.cpp, src/osgPlugins/x/directx.cpp, src/osgPlugins/x/directx.h, src/osgPlugins/x/mesh.cpp, src/osgPlugins/x/mesh.h, src/osgPlugins/x/types.cpp, src/osgPlugins/x/types.h: From Ulrich Hertlein, "please find a patch for the DirectX loader to use std::istreams. This will make it usable with the zip plugin." 2009-05-26 10:10 robert * examples/osgvirtualprogram/CreateAdvancedHierachy.cpp, examples/osgvirtualprogram/VirtualProgram.cpp, examples/osgvirtualprogram/VirtualProgram.h: Fixed warnings 2009-05-25 16:34 robert * src/osgViewer/GraphicsWindowX11.cpp: Refactored the GraphicsWindowX11::adaptKey() implementation so that it always uses the reampX11Key(ks) method, and for the mapping to handle case correctly. 2009-05-25 13:02 robert * examples/CMakeLists.txt, examples/osgvirtualprogram, examples/osgvirtualprogram/CMakeLists.txt, examples/osgvirtualprogram/CreateAdvancedHierachy.cpp, examples/osgvirtualprogram/CreateSimpleHierachy.cpp, examples/osgvirtualprogram/VirtualProgram.cpp, examples/osgvirtualprogram/VirtualProgram.h, examples/osgvirtualprogram/osgvirtualprogram.cpp: From Wojciech Lewandowski, VirtualProgram example that illustrates how one can create a custom system for composing shaders within the scene graph. 2009-05-25 12:07 robert * src/osgWrappers/osgAnimation/Timeline.cpp: Updated wrappers 2009-05-25 12:04 robert * include/osgAnimation/Timeline: Changed Status enums to ActionStatus and TimelineStatus to avoid X11 problems 2009-05-25 11:16 robert * src/osgParticle/ParticleSystemUpdater.cpp: Added initializer of ParticleSystemUpdater::_frameNumber 2009-05-25 11:12 robert * src/osgPlugins/dds/ReaderWriterDDS.cpp: From Wojciech Lewandowski, "Two fixes for LUMINANCE and ALPHA_LUMINACE pixel formats written into DDS file. Component masks were incorrect. I tested results with ultimate DDS compatibitlity tester ie Microsoft DirectX Texture tool ;-). I have also added comment with warning about possible problems when writing other than 8 bit component pixel formats. " 2009-05-25 10:46 robert * src/osg/Notify.cpp: From Colin McDonald, "The latest osg::notify is crashing at initialisation on Solaris, due to constructor issues: Within the NullStream & NotifyStream classes the base class objects (ostream) were being initialised before the class member _buffer objects which they referenced, causing a crash. I had to move the file scope g_NullStream & g_NotifyStream initialisation into a function to get them to work. Also there was a missing osg:: qualifier on getNotifyHandler." 2009-05-22 08:31 robert * CMakeLists.txt: From Alberto Luacas, added new pkg-cofig files 2009-05-22 07:52 robert * packaging/pkgconfig/openscenegraph-osg.pc.in, packaging/pkgconfig/openscenegraph-osgAnimation.pc.in, packaging/pkgconfig/openscenegraph-osgDB.pc.in, packaging/pkgconfig/openscenegraph-osgFX.pc.in, packaging/pkgconfig/openscenegraph-osgGA.pc.in, packaging/pkgconfig/openscenegraph-osgIntrospection.pc.in, packaging/pkgconfig/openscenegraph-osgManipulator.pc.in, packaging/pkgconfig/openscenegraph-osgParticle.pc.in, packaging/pkgconfig/openscenegraph-osgShadow.pc.in, packaging/pkgconfig/openscenegraph-osgSim.pc.in, packaging/pkgconfig/openscenegraph-osgTerrain.pc.in, packaging/pkgconfig/openscenegraph-osgText.pc.in, packaging/pkgconfig/openscenegraph-osgUtil.pc.in, packaging/pkgconfig/openscenegraph-osgViewer.pc.in, packaging/pkgconfig/openscenegraph-osgVolume.pc.in, packaging/pkgconfig/openscenegraph-osgWidget.pc.in: From Alberto Luacas, separate pkg-config .pc files 2009-05-21 16:33 robert * src/osg/GraphicsContext.cpp: Fixed handling of case where the master and the slave camera are placed on the same GraphisContext, or when the master camera and slave camera are assigned to different Camers. Note normally one doesn't mix master with GraphicsContexts and slave cameras so neither case is common. 2009-05-21 08:37 robert * src/osgPlugins/zip/unzip.cpp: Added a default value to avoid warning 2009-05-20 12:14 robert * src/osgPlugins/zip/unzip.cpp: Fixed warnings 2009-05-20 12:06 robert * src/osgPlugins/zip/unzip.cpp: Fixed warnings 2009-05-20 11:14 robert * src/osgWrappers/osgGA/SphericalManipulator.cpp, src/osgWrappers/osgGA/TerrainManipulator.cpp: Updated wrappers 2009-05-20 11:08 robert * include/osgGA/TerrainManipulator, src/osgGA/TerrainManipulator.cpp: Changed TerrainManipulator to use HEADING rather than AZIM to keep it consistent with SphericalManipulator 2009-05-20 10:58 robert * include/osgGA/SphericalManipulator, src/osgGA/SphericalManipulator.cpp: Converted SphericalManipulator to use Elevation and Heading rather than Zenith and Azimuth. 2009-05-19 16:12 shuber * Xcode/OpenSceneGraph/OpenSceneGraph.xcodeproj/project.pbxproj: updated XCode-project 2009-05-19 15:11 robert * examples/osghud/osghud.cpp: Fixed typo 2009-05-19 15:10 robert * src/osgWrappers/osg/Notify.cpp, src/osgWrappers/osg/Vec2b.cpp, src/osgWrappers/osg/Vec3b.cpp, src/osgWrappers/osg/Vec4b.cpp, src/osgWrappers/osg/Vec4ub.cpp, src/osgWrappers/osgGA/SphericalManipulator.cpp: Updated wrappers 2009-05-19 14:03 robert * include/osgGA/MatrixManipulator: From Martin Beckett, "In MatrixManipulator can we have computeHomePosition() use _homeUp rather than the hardcoded (0,0,1). This makes it possible to redefine the viewing direction of 'home' in the other manipulator - so home in a GIS app could be a plan view. Since _homeUp is set to (0,0,1) and no current code changes it there shouldn't be any difference for current users." 2009-05-19 12:25 robert * src/osgDB/ReaderWriter.cpp: Attempt to fix Cygwin build failure 2009-05-19 12:21 robert * applications/osgviewer/osgviewer.cpp, include/osgGA/SphericalManipulator, src/osgGA/SphericalManipulator.cpp: Changed the default home position so that it's consistent with other OSG manipulators. Added setter of properties of the SphericalManipualtor, moved across to using doubles internally 2009-05-19 11:18 robert * include/osgGA/SphericalManipulator, src/osgGA/CMakeLists.txt, src/osgGA/SphericalManipulator.cpp: From Mojtaba Fathi, "I've developed a new manipulator which uses azimuth and zenith angles to rotate scene and so avoids Roll angle rotation, such that scene is always seen as Z upward." 2009-05-19 10:45 robert * src/osgViewer/GraphicsWindowCocoa.mm: From Stephan Huber, "when using windownames and switching between fullscreen and windowed mode GraphicsWindowCocoa crashes. Attached you'll find a fix for that bug. " 2009-05-19 10:42 robert * src/osgPlugins/zip/unzip.h: From Stephan Huber, replaced #include with #include to fix build under OSX 2009-05-19 10:35 shuber * Xcode/OpenSceneGraph/OpenSceneGraph.xcodeproj/project.pbxproj: updated XCode-project 2009-05-19 09:26 robert * src/osgPlugins/zip/CMakeLists.txt, src/osgPlugins/zip/ReaderWriterZIP.cpp, src/osgPlugins/zip/unzip.cpp, src/osgPlugins/zip/unzip.h: From Neil Hughes, intergrated support for uncompressing zip files in memory and from istreams (enabling reading from http). 2009-05-18 15:46 robert * src/osgUtil/RenderStage.cpp: Added enable of clear stencil and depth mask to ensure that stencil and depth buffers are always cleared when required 2009-05-18 15:21 robert * src/osgPlugins/dae/CMakeLists.txt, src/osgPlugins/dae/daeRSceneObjects.cpp, src/osgPlugins/dae/daeReader.cpp, src/osgPlugins/dae/daeReader.h, src/osgPlugins/dae/daeWGeometry.cpp, src/osgPlugins/dae/daeWMaterials.cpp, src/osgPlugins/dae/daeWSceneObjects.cpp, src/osgPlugins/dae/daeWriter.cpp: From Roland Smeenk, "Attached you will find some changes to the dae plugin to improve light support. -Changed the addition of lights to add the lightsource directly into the scenegraph (instead of below a switch node) -All added lights are enabled in the root stateset and replace the head- or skylight. (if no lights are available the head- or skylight will remain active) -Ambient in osg::LightModel is zeroed out. All ambient now comes from separate ambient only light sources. -Lights can now be written properly -Replaced strings by constants defined in the Collada DOM" 2009-05-18 13:01 robert * src/osgDB/FileCache.cpp: Quietened down debug messages 2009-05-18 12:54 robert * src/osgTerrain/Layer.cpp: From Ross Anderson, "Symptom: The computation of TerrainTiles containing only image layers (no elevation layer) is incorrect. The resulting bounding sphere will always have a radius of zero. The fix is to remove the call to bs.expandBy(v) and compute the radius directly. I believe this call was intended to be bs.expandRadiusBy(v), but it is superfluous when the radius is computed directly." 2009-05-18 12:04 robert * include/osg/Notify, src/osg/Notify.cpp: From Maciej Krol,"With advent of GUI applications in OSG there is a growing need to redirect notification messages to third party systems. For example windows applications do not have console output, it would be appropriate to redirect notifications to GUI widget or debug output. I have revamped notification system to fit this need. New notification stream is using NotifyHandler as a message sink. Handler is called whenever stream is synchronized (i.e. after < WARN - WinDebugNotifyHandler, windows users can redirect notifications to windows debug output, notifications can be viewed in output window of the debugger i.e. MSVC or DebugView (http://technet.microsoft.com/en-us/sysinternals/bb896647.aspx) (see screenshot). I have seen on osg-users that some people do std::cerr.rdbuf(otherStream.rdbuf()) to redirect notifications. This trick will no longer work since osg::notify() returns internal osg::NotifyStream not std::cout or std::cerr. You can use osg::notify().rdbuf(otherStream.rdbuf()) to do this instead. Additionally I've made some minor fixes: - Minor imrovements to osg::notify documentation - NullStream could crash by deleting stream buffer other than default NullStreamBuffer in the destructor i.e. after osg::notify(osg::DEBUG_FP).rdbuf(otherStream.rdbuf())" 2009-05-18 10:37 robert * include/osg/BoundingSphere, include/osg/Vec2b, include/osg/Vec3b, include/osg/Vec4b, include/osg/Vec4ub: From Paul Obermeier, "Please find enclosed some changed OSG header files. The changes are more or less just beautifications (when looked at them from the C++ view), but make wrapping OSG with SWIG easier. I have tested the changes with both 2.8.1-rc4 and the current head and would appreciate to incorporate the changes in both branches. Here is a description of the changes: osg/BoundingSphere: Use the following typedef (like used in BoundingBox) typedef typename VT::value_type value_type; instead of typedef typename vec_type::value_type value_type; SWIG reports errors on the latter construct. Also makes it consistent with BoundingBox. osg/Vec4ub: Consistent use of "value_type" throughout the file. osg/Vec?b: Consistent use of "value_type" throughout the files. Also changed typedef char value_type; to typedef signed char value_type; In the case of a simple "char", SWIG assumes a string. Using "signed char" instead of "char" does not change the behaviour of the class. " 2009-05-18 10:28 robert * include/osg/Version, include/osgDB/Options, include/osgDB/Registry: Minor tweaks to avoid warnings when generating wrappers/doxygen documentation 2009-05-18 10:17 robert * CMakeModules/FindCOLLADA.cmake, CMakeModules/FindFFmpeg.cmake, CMakeModules/FindFLTK.cmake, CMakeModules/FindFOX.cmake, CMakeModules/FindGIFLIB.cmake, CMakeModules/FindJasper.cmake, CMakeModules/FindLibVNCServer.cmake, CMakeModules/FindOpenEXR.cmake, CMakeModules/FindOpenVRML.cmake, CMakeModules/FindPerformer.cmake, CMakeModules/FindXUL.cmake, CMakeModules/FindXine.cmake, CMakeModules/FindZLIB.cmake: From Philip Lowman, removed inappropriate references to OSG_ in 3rd party libs searches 2009-05-18 09:34 robert * src/osgWrappers/osgGA/GUIEventAdapter.cpp: Updated wrappers 2009-05-15 15:49 robert * applications/present3D/ReaderWriterP3D.cpp, src/osgPlugins/p3d/ReaderWriterP3D.cpp: From Jean-Sebastien Guay, build fixes form Windows 2009-05-15 15:10 robert * src/osgPlugins/curl/ReaderWriterCURL.cpp: Added checks against libcurl version to decide what features are used or not 2009-05-15 12:31 robert * src/osgPlugins/ive/ReaderWriterIVE.cpp: Removed debugging code block 2009-05-15 12:22 robert * src/OpenThreads/pthreads/PThread.c++, src/OpenThreads/sproc/SprocThread.c++, src/OpenThreads/win32/Win32Thread.cpp: Removed redundant errno declaration that was cause build problems under RedHat 3.2. Removed redundant version declarations. 2009-05-15 07:50 robert * src/osgDB/ReaderWriter.cpp: From Martin Beckett, "n bool ReaderWriter::fileExists(const std::string& filename, const Options* /*options*/) const Windows doesn't define F_OK and access() is in io.h, rather than stdio.h These are fixed in FileUtils.cpp, so I copied the fix from there - might be better to move this to FileUtils header and include it here and in FileUtils.cpp?" 2009-05-14 16:24 robert * applications/osgversion/CMakeLists.txt, applications/osgversion/Contributors.cpp, applications/osgversion/osgversion.cpp: Moved the compilation of Contributors list to separate source file, and made it an optional compile based on whether you are a maintainer or not. 2009-05-14 16:08 robert * include/osgGA/GUIEventAdapter, src/osgGA/GUIEventAdapter.cpp: From Ulrich Hertlein, "please find attached a patch for TrackballManipulator to fix zooming using the MBP touchpad. The old code would always zoom-in even when using the gesture to zoom-out. Also attached are some code and documentation cleanups for GUIEventAdapter that collect related values (e.g. scrolling, tablet pen) in a struct. " 2009-05-14 16:06 robert * src/osgPlugins/curl/ReaderWriterCURL.cpp: Added setting of full filename to options as "filename" entry. 2009-05-14 15:45 robert * src/osgGA/TrackballManipulator.cpp: From Ulrich Hertlein, "please find attached a patch for TrackballManipulator to fix zooming using the MBP touchpad. The old code would always zoom-in even when using the gesture to zoom-out. Also attached are some code and documentation cleanups for GUIEventAdapter that collect related values (e.g. scrolling, tablet pen) in a struct. " 2009-05-14 15:34 robert * include/osgViewer/api/Cocoa/GraphicsWindowCocoa, src/osgViewer/DarwinUtils.h, src/osgViewer/DarwinUtils.mm, src/osgViewer/GraphicsWindowCocoa.mm: From Stephan Huber, "attached you'll find some bugfixes and enhancements for the Cocoa implementation of GraoicsWindowCocoa: Enhancements/Bugfixes: + now it's possible to integrate osgViewer better into existing cocoa-applications: * create one or more NSOpenGLView(s) and add these to your window(s) * create one or more NSWindows * disable the integrated event-polling of osgViewer, and let the work be done by Cocoa / NSApplicationRun. You'll have to run the osgViewer's runloop in a separate thread + missing menu-event-handling implemented + added NSAutoReleasePools where necessary, this fixes some memory-leaks + fixed some crashes and thread-issues" 2009-05-14 13:40 robert * applications/present3D/CMakeLists.txt, applications/present3D/PickEventHandler.cpp, applications/present3D/ReaderWriterP3D.cpp, applications/present3D/ReaderWriterPaths.cpp, applications/present3D/SlideEventHandler.cpp, applications/present3D/SlideShowConstructor.cpp, applications/present3D/SlideShowConstructor.h: Integrated support for relative paths, and http hosted presentations 2009-05-14 13:30 robert * src/osgPlugins/p3d/PickEventHandler.cpp, src/osgPlugins/p3d/ReaderWriterP3D.cpp, src/osgPlugins/p3d/SlideShowConstructor.cpp: Replaced tabs with spaces 2009-05-14 13:16 robert * src/osgPlugins/p3d/SlideEventHandler.cpp, src/osgPlugins/p3d/SlideShowConstructor.h: Changed tabs to spaces 2009-05-14 13:10 robert * src/osgPlugins/p3d/ReaderWriterP3D.cpp, src/osgPlugins/p3d/ReaderWriterPaths.cpp, src/osgPlugins/p3d/SlideShowConstructor.cpp: Changed debug message to INFO notication level 2009-05-14 13:05 robert * src/osgPlugins/p3d/CMakeLists.txt, src/osgPlugins/p3d/ReaderWriterP3D.cpp, src/osgPlugins/p3d/ReaderWriterPaths.cpp, src/osgPlugins/p3d/SlideShowConstructor.cpp, src/osgPlugins/p3d/SlideShowConstructor.h: Added support for read the various animaton materials/paths from http 2009-05-14 09:44 robert * src/osgWrappers/osg/State.cpp, src/osgWrappers/osgDB/Options.cpp, src/osgWrappers/osgDB/ReaderWriter.cpp, src/osgWrappers/osgDB/XmlParser.cpp: Updated wrappers 2009-05-13 19:48 robert * src/osgPlugins/p3d/ReaderWriterP3D.cpp, src/osgPlugins/p3d/SlideShowConstructor.cpp, src/osgPlugins/p3d/SlideShowConstructor.h: Added support for reading presentations and content via http, with support of the FileCache when available. 2009-05-13 19:47 robert * src/osgPlugins/curl/ReaderWriterCURL.cpp, src/osgPlugins/curl/ReaderWriterCURL.h: Added intial cut at fileExists() implement using libcurl. Note, current implement loads the whole file and then discards it so is very in-efficient. This implementation will soon be replaced. 2009-05-13 19:46 robert * include/osgDB/Options, include/osgDB/ReaderWriter, src/osgDB/ReaderWriter.cpp: Added ReaderWriter::fileExists() method to help enable querrying of existing of files on servers using the curl plugin 2009-05-13 19:44 robert * include/osgDB/FileCache, src/osgDB/FileCache.cpp: Added support for Object, Image, HeightField and Shaders in FileCache 2009-05-13 15:05 robert * include/osgDB/XmlParser, src/osgDB/XmlParser.cpp: Fixed handling of space after = in options set up. 2009-05-13 08:40 robert * examples/osgmovie/osgmovie.cpp: Rearranged static SDL callback so that it's after the SDL.h header. 2009-05-13 08:33 robert * src/OpenThreads/win32/Win32Thread.cpp: From Thibault Genessay, "On Windows, when a process tries to spawn one too many thread, _beginthreadex() fails but OpenThreads still waits on the startup Block before returning to the caller of OpenThreads::Thread::start(). This causes a deadlock. The return value of _beginthreadex() is actually checked, but after the call to OpenThreads::Block::block() so it is basically useless. Attached is a fix to move the check for the return value of _beginthreadex() before the call to block(), so that start() can return to the caller with a non-zero error code. This solves the problem for me." 2009-05-12 16:26 robert * examples/osgmovie/osgmovie.cpp: Removed SDL header 2009-05-12 13:24 robert * examples/osgmovie/osgmovie.cpp: Re-ordered SDL class to try and avoid OSX issues with _main. 2009-05-12 12:27 robert * examples/osgmovie/osgmovie.cpp: Attempt to fix OSX missing _main symbol error 2009-05-12 11:54 cedricpinson * src/osgAnimation/MorphGeometry.cpp, src/osgPlugins/osgAnimation/ReaderWriter.cpp: from Maciej Krol:\nFixes for OSG_USE_PTR_IMPLICIT_OUTPUT_CONVERSION = OFF 2009-05-12 10:45 robert * src/osgWidget/WindowManager.cpp: From Fajran Iman Rusadi, fixed error in window index management when children add insert or removed. 2009-05-12 08:56 shuber * Xcode/OpenSceneGraph/OpenSceneGraph.xcodeproj/project.pbxproj: From Stephan Huber: updated XCode project to reflect current trunk 2009-05-12 05:58 robert * src/osgDB/Callbacks.cpp: Added return to end of file to prevent warning 2009-05-12 05:49 robert * include/osg/State: Moved getAttributeVec into public: to allow 3rd party code to access without having to subclass 2009-05-11 16:38 robert * src/osgWrappers/osgDB/Callbacks.cpp: Updated wrappers 2009-05-11 16:38 robert * include/osgDB/Callbacks, include/osgDB/Options, src/osgDB/CMakeLists.txt, src/osgDB/Callbacks.cpp, src/osgDB/Options.cpp, src/osgWrappers/osgDB/Options.cpp, src/osgWrappers/osgDB/Registry.cpp: Moved ReadFile/WriteFile/FindFile/FileLocationCallbacks from include/osg/Options into their own Callbacks header/source file. 2009-05-11 14:11 robert * src/osgDB/DatabasePager.cpp: Commented out debug messages 2009-05-11 13:03 shuber * Xcode/OpenSceneGraph/OpenSceneGraph.xcodeproj/project.pbxproj: From Stephan Huber: updated XCode project to reflect current trunk 2009-05-11 11:39 robert * CMakeLists.txt, include/osg/NodeVisitor, include/osg/PagedLOD, include/osgDB/DatabasePager, include/osgDB/FileCache, include/osgDB/Options, include/osgDB/Registry, src/osg/PagedLOD.cpp, src/osgDB/DatabasePager.cpp, src/osgDB/FileCache.cpp, src/osgDB/Options.cpp, src/osgWrappers/osg/NodeVisitor.cpp, src/osgWrappers/osg/PagedLOD.cpp, src/osgWrappers/osgDB/DatabasePager.cpp, src/osgWrappers/osgDB/Options.cpp, src/osgWrappers/osgDB/Registry.cpp: Moved Registry::ReadFileCallback + WriteFileCallback, and osgDB::ReaderWriter::Options into their own separate Options file and into the osgDB namespace. Introduced a new callback osgDB::FindFileCallback that overrides the default behavior of findDataFile/findLibraryFile. Introduced support for assigning ReaderWriter::Options directory to PagedLOD. Introduced new osgDB::FileLocationCallback for assistancing the DatabasePager to know when a file is hosted on a local or remote file system. 2009-05-11 11:08 robert * include/osg/Version: Added OSG_MIN_VERSION_REQUIRED, OSG_VERSION_LESS_THAN, OSG_VERSION_LESS_OR_EQUAL, OSG_VERSION_GREATER_THAN, OSG_VERSION_GREATER_OR_EQUAL macros to help out with management of feature usage in 3rd party libs and applications 2009-05-09 08:54 robert * include/osgDB/Options, src/osgDB/Options.cpp: Moved Options copy constructor to .cpp 2009-05-09 08:49 robert * include/osgDB/Archive, include/osgDB/DatabasePager, include/osgDB/FileCache, include/osgDB/FileUtils, include/osgDB/ImageOptions, include/osgDB/ImagePager, include/osgDB/Input, include/osgDB/Options, include/osgDB/Output, include/osgDB/ReadFile, include/osgDB/ReaderWriter, include/osgDB/Registry, include/osgDB/WriteFile, include/osgDB/XmlParser, include/osgVolume/Layer, src/osg/Shader.cpp, src/osgDB/Archive.cpp, src/osgDB/CMakeLists.txt, src/osgDB/DatabasePager.cpp, src/osgDB/FileCache.cpp, src/osgDB/FileUtils.cpp, src/osgDB/Options.cpp, src/osgDB/Output.cpp, src/osgDB/ReadFile.cpp, src/osgDB/ReaderWriter.cpp, src/osgDB/Registry.cpp, src/osgDB/WriteFile.cpp, src/osgDB/XmlParser.cpp, src/osgPlugins/OpenFlight/Document.h, src/osgPlugins/OpenFlight/ExportOptions.h, src/osgPlugins/ive/PagedLOD.cpp, src/osgPlugins/p3d/ReaderWriterP3D.cpp, src/osgWrappers/genwrapper.conf, src/osgWrappers/osg/BoundingSphere.cpp, src/osgWrappers/osgDB/Archive.cpp, src/osgWrappers/osgDB/DatabasePager.cpp, src/osgWrappers/osgDB/FileUtils.cpp, src/osgWrappers/osgDB/ImageOptions.cpp, src/osgWrappers/osgDB/Input.cpp, src/osgWrappers/osgDB/Options.cpp, src/osgWrappers/osgDB/Output.cpp, src/osgWrappers/osgDB/ReaderWriter.cpp, src/osgWrappers/osgDB/Registry.cpp: Refactored the Registry::ReadFileCallback, WriteFileCallback and ReaderWriter::Options to they are now defined in their own header and in the osgDB namespace. Introduced a new FindFileCallback to Registry to compliement the existing ReadFileCallback and WriteFileCallback. Added support for assign Find, Read and WriteFileCallbacks to osdDB::Options to enable plugins/applications to override the callbacks just for that read/write call and any nested file operations 2009-05-08 12:53 robert * src/osgUtil/CullVisitor.cpp: Removed redudent check against frustum.getCurrentMask() 2009-05-08 12:38 robert * src/osgViewer/GraphicsWindowWin32.cpp: Changed 0 initializer to InheritCursor 2009-05-08 12:34 robert * src/osgPlugins/p3d/CMakeLists.txt: Added osgGA and osgText to dependency list 2009-05-08 12:32 robert * src/osgPlugins/p3d/CMakeLists.txt: Added osgText dependency 2009-05-08 09:29 robert * CMakeLists.txt, applications/present3D/CMakeLists.txt: Cleaned up set up of SDL. 2009-05-08 08:34 robert * src/osgPlugins/p3d/ReaderWriterP3D.cpp, src/osgPlugins/p3d/SlideShowConstructor.cpp, src/osgPlugins/p3d/SlideShowConstructor.h: Added support for pushing handling relative paths set internally in the presentation file. Added setting of env vars defined in presentation file. 2009-05-08 07:50 robert * src/osgViewer/GraphicsWindowWin32.cpp: Fixed unitialized variable 2009-05-08 07:46 robert * src/osgPlugins/ffmpeg/FFmpegClocks.hpp, src/osgPlugins/ffmpeg/FFmpegDecoderVideo.cpp, src/osgPlugins/ffmpeg/FFmpegDecoderVideo.hpp: From Jean-Sebastien Guay, changed the timing control for when no audio layer is supplied. 2009-05-07 18:32 robert * src/osgPlugins/osgVolume/ImageLayer.cpp, src/osgPlugins/osgVolume/Layer.cpp: Moved property code from ImageLayer into Layer where it belongs 2009-05-07 18:30 robert * include/osg/Polytope: Changed setting of stack back assigned to push_back to fix bug with cull mask management. 2009-05-07 14:53 robert * src/osg/GraphicsContext.cpp: Fixed handling of resize of ABSOLUTE_RF slave cameras 2009-05-07 13:30 robert * include/osgViewer/api/Win32/GraphicsWindowWin32, src/osgViewer/GraphicsWindowWin32.cpp: From Frederic Bouvier, SetCursor fixes from GraphicsWindowWin32, Original email from Frederic at start of thread: "he patch attached, made from r10068, fix two things, in other of importance : - the selected cursor is never shown ( second change in file ). Only the left arrow is always displayed. - remove the arbitrary ( in my sense ) limitation that the user cannot choose a cursor with the same shape that one used when resizing the window. This limitation doesn't exist for X11, and we have a diverging behaviour there ( first change in file ). Flightgear use the LeftRightCursor in look around mode." Follow up email from Frederic (with changes that finally made it into this check in: "I've just tested Mark's suggestion and it works perfectly, even when the cursor goes to the border then come back inside the window. But his patch doesn't seem to be based on the last revision of the files, or at least not on the trunk, and there are more changes than expected in them, including some loss from the previous patches. The patch attached is based on r10068 of src/osgViewer/GraphicsWindowWin32.cpp and r10067 of include/osgViewer/api/Win32/GraphicsWindowWin32" 2009-05-07 13:23 robert * src/osgDB/Registry.cpp: From Stephan Huber, "while debugging a problem in finding plugins on OS X I discovered, that the conditional directives for setting the prepend-string in createLibraryNameForExtension were not in effect, because of the mixture of different #ifdef styles. I removed the conditional part for __APPLE__ completely to be more standard-conform with other platforms (plugins should be located in osgPlugins-X.X.X/). Because of the wrong syntax of the conditional compile the old code was not used anyway -- so no functional change. " 2009-05-07 13:21 robert * src/osgPlugins/ply/vertexData.cpp: From MAthias Froehlich, "Attached is a compile fix I need on Suse 11.1 for a successful compile. Just avoid uint8_t typed values in src/osgPlugins/ply/vertexData.cpp if they are not needed for a particular reason ..." 2009-05-07 13:15 robert * src/osgViewer/GraphicsWindowWin32.cpp: From Chris Denham, "For me, on Windows, I also get a slew of these warnings when I move the window off screen. So, might be a bit fiddly to try and prevent frame update in all situations that SwapBuffers retuns false. I wondered if we could address this issue by only reporting the error if GetLastError is also non zero. Works for me! The value returned by GetLastError is zero when SwapBuffers is called for a minimized or off screen window, so we could just add a check for this. Just say the word, and I'll post my modified GraphicsWindowWin32.cpp to the submissions list. ;-) Cheers. Chris. e.g. //------------- OSG- 2..8 ---------- void GraphicsWindowWin32::swapBuffersImplementation() { if (!_realized) return; if (!::SwapBuffers(_hdc)) { reportErrorForScreen("GraphicsWindowWin32::swapBuffersImplementation() - Unable to swap display buffers", _traits->screenNum, ::GetLastError()); } } //------------- Modification to remove redundant warnings ---------- void GraphicsWindowWin32::swapBuffersImplementation() { if (!_realized) return; if (!::SwapBuffers(_hdc) && ::GetLastError() != 0) { reportErrorForScreen("GraphicsWindowWin32::swapBuffersImplementation() - Unable to swap display buffers", _traits->screenNum, ::GetLastError()); } } " 2009-05-07 12:55 robert * CMakeLists.txt: From Michael Platings, added VisualStidio specific option for disabling iterator checking. 2009-05-07 09:40 robert * src/osgPlugins/pdf/CMakeLists.txt: Fixed typo of POPPLER_LIBRARY_DIRS 2009-05-07 09:16 shuber * Xcode/OpenSceneGraph/OpenSceneGraph.xcodeproj/project.pbxproj: From Stephan Huber: updated XCode project to reflect current trunk 2009-05-07 09:07 robert * src/osgPlugins/ive/CMakeLists.txt, src/osgPlugins/ive/VolumeTransferFunctionProperty.cpp: Added support for osgVolume::TransferFunctionProperty 2009-05-06 13:47 robert * src/osgPlugins/ive/CMakeLists.txt, src/osgPlugins/ive/DataInputStream.cpp, src/osgPlugins/ive/DataInputStream.h, src/osgPlugins/ive/DataOutputStream.cpp, src/osgPlugins/ive/DataOutputStream.h, src/osgPlugins/ive/IveVersion.h, src/osgPlugins/ive/Node.cpp, src/osgPlugins/ive/ReadWrite.h, src/osgPlugins/ive/VolumeCompositeProperty.cpp, src/osgPlugins/ive/VolumeCompositeProperty.h, src/osgPlugins/ive/VolumeLayer.cpp, src/osgPlugins/ive/VolumeProperty.h, src/osgPlugins/ive/VolumePropertyAdjustmentCallback.cpp, src/osgPlugins/ive/VolumePropertyAdjustmentCallback.h, src/osgPlugins/ive/VolumeScalarProperty.cpp, src/osgPlugins/ive/VolumeScalarProperty.h, src/osgPlugins/ive/VolumeSwitchProperty.cpp, src/osgPlugins/ive/VolumeSwitchProperty.h, src/osgPlugins/ive/VolumeTransferFunctionProperty.cpp, src/osgPlugins/ive/VolumeTransferFunctionProperty.h: Added .ive reading/writing support for osgVolume::Property classes 2009-05-05 18:34 robert * src/osgPlugins/ive/CMakeLists.txt, src/osgPlugins/ive/DataInputStream.cpp, src/osgPlugins/ive/DataInputStream.h, src/osgPlugins/ive/DataOutputStream.cpp, src/osgPlugins/ive/DataOutputStream.h, src/osgPlugins/ive/ReadWrite.h, src/osgPlugins/ive/ReaderWriterIVE.cpp, src/osgPlugins/ive/Volume.cpp, src/osgPlugins/ive/Volume.h, src/osgPlugins/ive/VolumeCompositeLayer.cpp, src/osgPlugins/ive/VolumeCompositeLayer.h, src/osgPlugins/ive/VolumeImageLayer.cpp, src/osgPlugins/ive/VolumeImageLayer.h, src/osgPlugins/ive/VolumeLayer.cpp, src/osgPlugins/ive/VolumeLayer.h, src/osgPlugins/ive/VolumeLocator.cpp, src/osgPlugins/ive/VolumeLocator.h, src/osgPlugins/ive/VolumeTile.cpp, src/osgPlugins/ive/VolumeTile.h: Added initial cut at support for osgVolume in .ive format. 2009-05-05 12:46 robert * src/osgVolume/RayTracedTechnique.cpp: Changed debug message from NOTICE to INFO 2009-05-05 12:18 robert * src/osgPlugins/osgVolume/ImageLayer.cpp: Fixed support for reading imagery relative to the .osg being loaded 2009-05-05 11:05 robert * src/osgVolume/FixedFunctionTechnique.cpp: Added checks to prevent crash when no imagery is applied 2009-05-05 11:03 robert * src/osgVolume/RayTracedTechnique.cpp: Added checks to prevent crashes when no imagery is assigend to volume 2009-05-05 10:27 robert * applications/present3D/present3D.cpp: Added selection of first slide 2009-05-03 18:51 robert * applications/present3D/Cluster.cpp, applications/present3D/SlideEventHandler.cpp, applications/present3D/SlideEventHandler.h, src/osgPlugins/p3d/SlideEventHandler.cpp, src/osgPlugins/p3d/SlideEventHandler.h: Warning fixes 2009-05-02 07:50 robert * applications/present3D/Cluster.cpp, applications/present3D/SlideEventHandler.cpp, applications/present3D/SlideEventHandler.h: Warning fixes 2009-05-01 10:24 robert * include/osgDB/XmlParser: Added export for windows build 2009-05-01 08:49 robert * src/osgDB/FileUtils.cpp: From Michael Platings, compile fix for the following problem report on osg-users: "the latest SVN revision cannot be build under Windows if ?OSG_USE_UTF8_FILENAME? config option is enabled. The error occurs in ?FileUtils.cpp? file, line 663, since there is no UNICODE-capable version of the ?GetProcAddress? function. The ?OSGDB_WINDOWS_FUNCT_STRING? makro is defined as follows in that case #define OSGDB_WINDOWS_FUNCT_STRING(x) L ## #x L"W" Thus the second parameter cannot be converted from wchar_t to LPCSTR. Should we convert the second parameter from wchar_t* to LPCSTR or use the same definition for the ?OSGDB_WINDOWS_FUNCT_STRING? makro in both cases? The second error occurs in the same file, line 669. The second parameter for the ?pGetModuleHandleEx? function should be defined as wchar_t, but it?s defined as ?static char static_variable? in the line 667." 2009-05-01 08:20 robert * src/osgPlugins/3ds/readwrite.cpp: Fixed warning + bug 2009-05-01 08:10 robert * applications/present3D/CMakeLists.txt: Added ws2_32 dependency 2009-04-30 13:13 robert * src/osgViewer/View.cpp: Added check against the validity of ViewerBase to make sure that a null pointer isn't dereferenced. 2009-04-30 08:50 robert * applications/present3D/ReaderWriterP3D.cpp, src/osgPlugins/p3d/ReaderWriterP3D.cpp: Added support for reading from streams 2009-04-30 08:27 robert * applications/present3D/CMakeLists.txt, include/osgDB/XmlParser, src/osgDB/XmlParser.cpp: Build fixes 2009-04-29 20:55 robert * src/osgPlugins/p3d/ReaderWriterP3D.cpp, src/osgPlugins/p3d/SlideEventHandler.cpp, src/osgPlugins/p3d/SlideEventHandler.h: Re-instated the code to allow event handler to run in standard viewers like osgviewer 2009-04-29 20:30 robert * CMakeLists.txt, applications/CMakeLists.txt, applications/present3D/CMakeLists.txt, applications/present3D/ReadShowFile.cpp, applications/present3D/ReaderWriterP3D.cpp, applications/present3D/ReaderWriterXML.cpp, include/osgDB/XmlParser, src/osgDB/CMakeLists.txt, src/osgDB/DynamicLibrary.cpp, src/osgDB/XmlParser.cpp, src/osgPlugins/CMakeLists.txt, src/osgPlugins/p3d/CMakeLists.txt, src/osgPlugins/p3d/PickEventHandler.cpp, src/osgPlugins/p3d/PickEventHandler.h, src/osgPlugins/p3d/ReaderWriterP3D.cpp, src/osgPlugins/p3d/SlideEventHandler.cpp, src/osgPlugins/p3d/SlideEventHandler.h, src/osgPlugins/p3d/SlideShowConstructor.cpp, src/osgPlugins/p3d/SlideShowConstructor.h, src/osgWrappers/osgDB/XmlParser.cpp: Created a simple XmlNode parser class for reading of basic xml files, such as used by present3D. Converted Present3D across from using libxml2 to using the new osgDB::XmlNode/XmlNode::Input classes from Xml Parsing. This changes removes the dependency on libxml2, and allows the present3D application and p3d to work on all platforms. 2009-04-28 15:50 robert * src/osgPlugins/p3d/CMakeLists.txt: Added osgFX to dependencies 2009-04-28 15:48 robert * src/osgPlugins/p3d/CMakeLists.txt: Added osgViewer as a dependency 2009-04-28 14:26 robert * src/osgVolume/RayTracedTechnique.cpp, src/osgVolume/Shaders/volume_iso_frag.cpp: Enabled blending to all but iso surface shader. Changed the alpha value of the iso surface colour to 1.0 2009-04-28 14:03 robert * applications/present3D/ExportHTML.cpp, applications/present3D/ExportHTML.h, applications/present3D/PickEventHandler.cpp, applications/present3D/PickEventHandler.h, applications/present3D/ReadShowFile.cpp, applications/present3D/ReaderWriterXML.cpp, applications/present3D/SlideEventHandler.cpp, applications/present3D/SlideEventHandler.h, applications/present3D/SlideShowConstructor.cpp, applications/present3D/SlideShowConstructor.h, applications/present3D/present3D.cpp: Reorganised placement of classes associated with scene graph. Warning clean up. 2009-04-28 11:57 robert * applications/CMakeLists.txt, applications/present3D, applications/present3D/AnimationMaterial.cpp, applications/present3D/AnimationMaterial.h, applications/present3D/CMakeLists.txt, applications/present3D/Cluster.cpp, applications/present3D/Cluster.h, applications/present3D/CompileSlideCallback.cpp, applications/present3D/CompileSlideCallback.h, applications/present3D/ExportHTML.cpp, applications/present3D/ExportHTML.h, applications/present3D/PickEventHandler.cpp, applications/present3D/PickEventHandler.h, applications/present3D/PointsEventHandler.cpp, applications/present3D/PointsEventHandler.h, applications/present3D/ReadShowFile.cpp, applications/present3D/ReadShowFile.h, applications/present3D/ReaderWriterXML.cpp, applications/present3D/SDLIntegration.cpp, applications/present3D/SDLIntegration.h, applications/present3D/ShowEventHandler.cpp, applications/present3D/ShowEventHandler.h, applications/present3D/SlideEventHandler.cpp, applications/present3D/SlideEventHandler.h, applications/present3D/SlideShowConstructor.cpp, applications/present3D/SlideShowConstructor.h, applications/present3D/present3D.cpp: Moved present3D from own repository into core OSG. 2009-04-27 16:32 robert * src/osg/GLExtensions.cpp: Fixed typo 2009-04-27 15:45 robert * src/osgPlugins/p3d/SlideShowConstructor.cpp: Added detection of active alpha channel. 2009-04-27 13:54 robert * src/osgPlugins/p3d/SlideEventHandler.cpp, src/osgPlugins/p3d/SlideEventHandler.h: Further improvements in p3d plugin 2009-04-27 11:02 robert * CMakeLists.txt, src/osgPlugins/CMakeLists.txt, src/osgPlugins/p3d, src/osgPlugins/p3d/AnimationMaterial.cpp, src/osgPlugins/p3d/AnimationMaterial.h, src/osgPlugins/p3d/CMakeLists.txt, src/osgPlugins/p3d/CompileSlideCallback.cpp, src/osgPlugins/p3d/CompileSlideCallback.h, src/osgPlugins/p3d/PickEventHandler.cpp, src/osgPlugins/p3d/PickEventHandler.h, src/osgPlugins/p3d/ReaderWriterP3D.cpp, src/osgPlugins/p3d/SlideEventHandler.cpp, src/osgPlugins/p3d/SlideEventHandler.h, src/osgPlugins/p3d/SlideShowConstructor.cpp, src/osgPlugins/p3d/SlideShowConstructor.h: Introduced first cut of Present3D integration with the core OSG with the introduction of a .p3d plugin. 2009-04-27 06:26 robert * src/osg/GLExtensions.cpp: Attempt to fix mingw warnings 2009-04-25 21:44 robert * src/osgViewer/ViewerBase.cpp: Fixed warning 2009-04-24 20:37 robert * AUTHORS.txt, ChangeLog, applications/osgversion/osgversion.cpp: Updated ChangeLog and AUTHORS for 2.9.4 dev release 2009-04-24 20:14 robert * src/osgWrappers/osgUtil/IntersectVisitor.cpp, src/osgWrappers/osgViewer/CompositeViewer.cpp, src/osgWrappers/osgViewer/Viewer.cpp, src/osgWrappers/osgViewer/ViewerBase.cpp: Updated wrappers 2009-04-24 18:37 robert * src/osgViewer/Viewer.cpp: Added checking of need to update. 2009-04-24 17:51 robert * include/osgUtil/IntersectVisitor: Added suggestion of IntersectionVisitor instead. 2009-04-24 17:49 robert * include/osgUtil/IntersectVisitor: Changed doxygen docs to say deprecated 2009-04-24 16:20 robert * include/osgViewer/CompositeViewer, include/osgViewer/View, include/osgViewer/Viewer, include/osgViewer/ViewerBase, src/osgViewer/CompositeViewer.cpp, src/osgViewer/StatsHandler.cpp, src/osgViewer/View.cpp, src/osgViewer/Viewer.cpp, src/osgViewer/ViewerBase.cpp, src/osgViewer/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 11:53 robert * ChangeLog: Updated ChangeLog 2009-04-24 11:23 robert * src/osgWrappers/osg/TextureRectangle.cpp: Updated wrappers 2009-04-24 11:01 robert * src/osgUtil/CullVisitor.cpp: From Mathias Froehlich, "change adds some code to also print the NodePath when a NaN is detected in the CullVisitor. May be this gives a bit more of a hint when this happens." 2009-04-24 10:54 robert * src/osgPlugins/mdl/VTXReader.cpp: From Jason Daly, "Currently, the .mdl plugin loads vertices in the native DirectX order, which is the reverse of OpenGL order. This means that the back faces are currently rendered as front faces, and vice versa. This fix reverses the vertex order and sets up proper OpenGL facing. I didn't notice this problem until I started using the plug-in in my own code (osgviewer seems to not enable backface culling)." 2009-04-24 09:07 robert * include/osg/TextureRectangle, src/osg/Texture.cpp, src/osg/TextureRectangle.cpp: From Mathias Froehlich, Changed osg::TextureRectangle to use osg::Texutre::applyTexParameters() to take advantage of texture shadow extension settings for texture rectangle 2009-04-23 13:42 robert * src/osgPlugins/3ds/readwrite.cpp, src/osgPlugins/ffmpeg/FFmpegDecoderVideo.cpp, src/osgPlugins/ply/plyfile.cpp, src/osgPlugins/ply/vertexData.h: Warning fixes 2009-04-23 10:24 robert * src/osgPlugins/OpenFlight/Document.cpp, src/osgPlugins/OpenFlight/Document.h, src/osgPlugins/OpenFlight/GeometryRecords.cpp: Refactored the subsurface PolygonOffset code so that it uses sensible values and also moves management of the PolygonOffset and Depth attribute objects into the Document object rather than using static vars. 2009-04-23 10:23 robert * src/osg/PolygonOffset.cpp: Removed specific ATI path in PolygonOffset as it doesn't look to be neccessary with present ATI hardware/drivers 2009-04-22 18:22 robert * src/osgPlugins/ffmpeg/CMakeLists.txt: Quitened down warnings generated by ffmpeg headers by remove -pedantic from CMAKE_CXX_FLAGS 2009-04-22 16:50 robert * src/osgPlugins/dxf/dxfEntity.cpp: Fixed warning 2009-04-22 16:47 robert * src/osgPlugins/ply/ply.h: Warning fixes 2009-04-22 16:42 robert * src/osgPlugins/ply/ply.h, src/osgPlugins/ply/vertexData.cpp: Warning fixes 2009-04-22 16:41 robert * src/osgUtil/ShaderGen.cpp: Warning fix 2009-04-22 16:33 robert * CMakeLists.txt, include/osg/Version: Updated version numbers in prep for 2.9.4 dev release 2009-04-22 15:46 robert * src/osgPlugins/3ds/ReaderWriter3DS.cpp, src/osgPlugins/3ds/atmosphere.cpp, src/osgPlugins/3ds/atmosphere.h, src/osgPlugins/3ds/background.cpp, src/osgPlugins/3ds/background.h, src/osgPlugins/3ds/camera.cpp, src/osgPlugins/3ds/camera.h, src/osgPlugins/3ds/chunk.cpp, src/osgPlugins/3ds/chunk.h, src/osgPlugins/3ds/file.cpp, src/osgPlugins/3ds/file.h, src/osgPlugins/3ds/light.cpp, src/osgPlugins/3ds/light.h, src/osgPlugins/3ds/material.cpp, src/osgPlugins/3ds/material.h, src/osgPlugins/3ds/mesh.cpp, src/osgPlugins/3ds/mesh.h, src/osgPlugins/3ds/node.cpp, src/osgPlugins/3ds/node.h, src/osgPlugins/3ds/readwrite.cpp, src/osgPlugins/3ds/readwrite.h, src/osgPlugins/3ds/shadow.cpp, src/osgPlugins/3ds/shadow.h, src/osgPlugins/3ds/tcb.cpp, src/osgPlugins/3ds/tcb.h, src/osgPlugins/3ds/tracks.cpp, src/osgPlugins/3ds/tracks.h, src/osgPlugins/3ds/viewport.cpp, src/osgPlugins/3ds/viewport.h: From Neil Hughes, converted across to use istream for reading data from file to enable reading .3ds files over http (use OSG's libcurl plugin). From Robert Osfield, ammendments of the above to better support reading of files from local directories. 2009-04-22 13:50 robert * applications/osgversion/osgversion.cpp: From Erik den Dekker, "I revamped osgversion, which resulted (I think) in cleaner code. The only functional change was giving my brother the original credits he deserved. Name changed from 'Jeoen den Dekker' to 'Jeroen den Dekker'." 2009-04-22 13:09 robert * src/osgPlugins/dae/daeWriter.h: From Bob Kuehne, "fix for failing collada builds on osx due to not being able to stringstreamify osg::Vec3 without io_utils included." 2009-04-22 13:07 robert * include/osg/TexGenNode, src/osg/TexGenNode.cpp, src/osgWrappers/osgViewer/GraphicsWindow.cpp: From Mathias Froehlich, "attached is a change to TexGenNode rev 10060 that removes a private member variable that is only initialized and copied by never used seriously. " 2009-04-22 12:52 robert * examples/osghangglide/osghangglide.cpp, examples/osghangglide/tank.cpp: From Chris Hanson, spelling and grammer fixes 2009-04-22 11:22 robert * src/osgViewer/GraphicsWindowX11.cpp: Added hand cursor implementation 2009-04-22 11:20 robert * include/osgViewer/GraphicsWindow, src/osgViewer/GraphicsWindowWin32.cpp: From Neil Hughes, "Please find attached two files that I've amended to add the IDC_HAND cursor for the windows platform." 2009-04-22 11:12 robert * include/osgViewer/api/Win32/GraphicsWindowWin32, src/osgViewer/GraphicsWindowWin32.cpp: From Peter Amstutz, "Here is a simple change to osgViewer::GraphicsWindowWin32 to add a flag to WindowData to specify that the graphics window should not install an event handler of its own, per this discussion thread: http://www.mail-archive.com/osg-users@lists.openscenegraph.org/msg23734.html The change is source compatible with current osg code and will not affect current users, it simply adds an additional parameter to the GraphicsWindowWin32::WindowData struct constructor and defaults to the current behavior. Attached are the files "include/osgViewer/api/Win32/GraphicsWindowWin32" and "src/osgViewer/GraphicsWindowWin32.cpp" with my changes, based on svn revision 10045. In addition, I have provided an svn patch file with the same changes for your convenience. I have discussed the matter with my supervisor, and agreed that my company makes no copyright claim over this extremely trivial change (or to put it another way, we assign copyright to the open scene graph community.)" 2009-04-22 11:00 robert * examples/osgtexture1D/osgtexture1D.cpp: From Eduardo Alberto HernĂ¡ndez Muñoz, change to using TexGenNode for setting up tex coordinates 2009-04-22 10:54 robert * examples/osgmanipulator/osgmanipulator.cpp, examples/osgscreencapture/osgscreencapture.cpp: From Paul Martz, "Looks like the people who created these two examples were a bit careless with cut and paste." 2009-04-22 10:47 robert * src/osg/Image.cpp: From Eric Sokolowsky, "src/osg/Image.cpp is missing the GL_RGBA8 image type when calculating the number of components in an image. It is added here." 2009-04-22 10:46 robert * include/osg/Array: Changed parameter for T* to const T*. 2009-04-21 14:27 robert * CMakeLists.txt: From Eric Sokolowsky, "I found that the current CMakeLists.txt doesn't set the debugging flags correctly on OSX when using cmake to generate Xcode projects. This change has the potential to affect all platforms, so it should be tested." 2009-04-21 14:15 robert * src/osgPlugins/curl/ReaderWriterCURL.cpp: From Neil Hughes, "here is an update to ReaderWriterCurl that makes use of the amended ReaderWriter definition to pass some plugin string data via the options object." 2009-04-21 12:02 robert * src/osgWrappers/osgAnimation/MorphGeometry.cpp, src/osgWrappers/osgDB/ReaderWriter.cpp: Updated wrappers 2009-04-21 11:48 robert * include/osgDB/ReaderWriter: From Neil Hughes, "please find attached a new version of the ReaderWriter header file. This has additional functions to mimic the setPluginData functions for string data." 2009-04-21 10:46 robert * include/osgAnimation/MorphGeometry: From Chris Hanson, "Fixed case of morphTarget argument in Doxygen comments." 2009-04-21 10:13 robert * src/osgDB/DatabasePager.cpp: Fixed handling of case of no graphics contexts being assigned 2009-04-20 19:05 robert * src/osgPlugins/ffmpeg/FFmpegHeaders.hpp: Removed #ifdef WIN32 around #include to fix build under Mandrake build. 2009-04-17 14:15 shuber * Xcode/OpenSceneGraph/OpenSceneGraph.xcodeproj/project.pbxproj: From Stephan Huber: small fix for Xcode-project / 32bit Carbon target 2009-04-13 12:26 shuber * Xcode/OpenSceneGraph/OpenSceneGraph.xcodeproj/project.pbxproj: From Stephan Huber: updated XCode-project so it builds the curl-plugin 2009-04-13 09:41 robert * src/osgPlugins/ply/typedefs.h: Replaced #idef WIN32 with _MSC_VER to try and fix build errors under mingw 2009-04-13 09:35 robert * src/osgPlugins/ply/plyfile.cpp, src/osgPlugins/ply/typedefs.h, src/osgPlugins/ply/vertexData.cpp: From Santosh Gaikwad, "I have added the exception handling in ply loader. All exceptions I am catching in VertexData::readPlyFile() and made sure that application will not crash or exit if any exception occurred. I am returning NULL from VertexData::readPlyFile() if any exception occurred. " 2009-04-12 18:54 robert * CMakeLists.txt, ChangeLog: Fixed ChangeLog generation so that it only includes svn/trunk or relevant branch rather than whole svn repository. Updated ChangeLog 2009-04-11 07:12 robert * AUTHORS.txt, ChangeLog, applications/osgversion/osgversion.cpp: Updated ChangeLog and AUTHORS for 2.9.3 dev release 2009-04-11 06:25 robert * src/osgWrappers/osgAnimation/Bone.cpp: updated wrappers 2009-04-11 06:16 robert * src/osgPlugins/ffmpeg/FFmpegDecoder.cpp, src/osgPlugins/ffmpeg/FFmpegHeaders.hpp, src/osgPlugins/ffmpeg/ReaderWriterFFmpeg.cpp: From Jean Sebastien Guay, added error reporting handling of wider range of video formats. 2009-04-10 15:30 cedricpinson * include/osgAnimation/Bone, include/osgAnimation/Timeline, include/osgAnimation/VertexInfluence, src/osgAnimation/Timeline.cpp: From Cedric Pinson, remove unsused method in Bone class\nadd namespace osgAnimation for Timeline constructors\nadd OSGANIMATION_EXPORT on VertexInfluence and Timeline class 2009-04-10 14:11 robert * src/osgDB/FileUtils.cpp: Added VS checks around code block from Mark Sciabica that broke the mingw build 2009-04-10 11:19 robert * examples/osgdepthpartition/osgdepthpartition.cpp: Fixed build error by replacing M_PI with osg::PI. 2009-04-10 11:00 robert * CMakeLists.txt, include/osg/Version, include/osgManipulator/CommandManager, src/osgWrappers/osgManipulator/CommandManager.cpp: Updated version info for 2.9.3 dev release, fixed typo and updated wrappers 2009-04-10 10:07 robert * include/osgManipulator/CommandManager, src/osgManipulator/CommandManager.cpp, src/osgWrappers/osgManipulator/CommandManager.cpp: Added typedef and updated wrappers 2009-04-10 09:56 robert * include/osgManipulator/CommandManager, src/osgManipulator/CommandManager.cpp: From Romain Charbit, "added a getConnectedSelections(Dragger&) method, so we can get which selections are connected to a dragger without make our own multimap, copying the existing _draggerSelectionMap (which is protected with no accessors) ." 2009-04-10 09:37 robert * LICENSE.txt: From J.P. Delport, tweak to fix spelling and grammer 2009-04-10 09:16 robert * src/osgPlugins/ply/ply.h, src/osgPlugins/ply/plyfile.cpp: From Santosh Gaikwad, warning fixes 2009-04-09 18:27 robert * src/osgPlugins/CMakeLists.txt: Added ply entry 2009-04-09 18:26 robert * src/osgPlugins/ply, src/osgPlugins/ply/CMakeLists.txt, src/osgPlugins/ply/ReaderWriterPLY.cpp, src/osgPlugins/ply/ply.h, src/osgPlugins/ply/plyfile.cpp, src/osgPlugins/ply/typedefs.h, src/osgPlugins/ply/vertexData.cpp, src/osgPlugins/ply/vertexData.h: From Santosh Gaikwad, ply plugin, based on Equalizer and other LGPL compatible sources. "Attached is the osg-plugin for reading ply ( Stanford Triangle Format ) file. I have written the plugin according to OSG standard and have also added cmake build system. The plugin is working fine on both Linux and Windows and should behave similarly on other OS as well." "I developed this plugin while working on a project based on Equalizer. So VertexData which I am using is taken from equalizer and modified to make them work as separate OSG plugin. Before contributing this plugin to OSG community, I asked project manager of Equalizer project Stefen regarding potential licensing issues and this is what he has said "The kd-Tree (VertexBuffer*) is LGPL-licensed, and the base ply loader (ply*) is BSD. As long as you leave the copyright notices intact, there is no issue." so I think using these files in OSG should not be a problem. As far as author of ReaderWriterPLY.cpp is concerned I am the author. I am working for Darshan3d which is a subsidiary of VizExperts thats why I have put VizExperts copyright." 2009-04-09 16:40 shuber * Xcode/OpenSceneGraph/OpenSceneGraph.xcodeproj/project.pbxproj: From Stephan Huber: updated XCode project to reflect current trunk 2009-04-09 16:31 robert * src/osgPlugins/3dc/ReaderWriter3DC.cpp: From Martin Beckett, "I have fixed up the 3DC reader to handle any field separator so it can read x,y,z files and added ability to write a 3DC file." From Robert Osfield, refactor of the above code to retain a bit more of the original funcionality, and to avoid the need to hand maintained XCode projects from being updated. 2009-04-09 15:56 robert * CMakeModules/OsgCPack.cmake: From Mattias Helsing, "" * Use the CPack ZIP generator on windows (WIN32) * Reformatted according to Philip Lowman's recent submissions" 2009-04-09 15:55 robert * src/osgWrappers/osgDB/Registry.cpp, src/osgWrappers/osgGA/TrackballManipulator.cpp: Updated wrappers 2009-04-09 15:34 robert * src/osgViewer/PixelBufferCarbon.cpp: From Stephan Huber, "attached you'll find a small fix for PixelBufferCarbon preventing it to be compiled for 64bit. This is the easiest solution for the old deprecated xcode project." 2009-04-09 15:33 robert * src/osgViewer/PixelBufferCarbon.cpp: Converted tabs to four spaces 2009-04-09 14:41 robert * src/osgUtil/RenderStage.cpp: From Paul Martz, typo fix 2009-04-09 14:38 robert * src/osg/ShapeDrawable.cpp: From Jean-Sebastien Guay, "When creating a cylinder without a bottom or a top (in the traits, createBottom=false and createTop=false), the cylinder could still be picked by picking its (non-existent) bottom or top. This is because the PrimitiveShapeFunctor does not consider the traits when returning the cylinder's geometry for the picking test, and always returns geometry for the whole cylinder, with bottom, top and body. I have attached a fixed file where the traits are checked in the PrimitiveShapeFunctor where appropriate. They are checked for Box, Cone Capsule and Cylinder. These just mirror the checks that were already done in the DrawShapeVisitor. (another instance where if the ShapeDrawable had just been osg::Geometry, there wouldn't have been a problem... :-) ) I also fixed a small typo in the file in two places ("implementated" --> "implemented")." 2009-04-09 14:31 robert * include/osgGA/TrackballManipulator, src/osgGA/TrackballManipulator.cpp: From Cory Riddell, "I added an _allowThrow bool and get / set accessors to TrackballManipulator. The purpose of this is to disable throwing when you release the mouse button while moving the mouse. The default settings is true (ie, allow throw). The two source files are attached. " 2009-04-09 14:25 robert * examples/osgdepthpartition/DistanceAccumulator.cpp, examples/osgdepthpartition/osgdepthpartition.cpp: From Ravi Mathur, "OK I have been away for a looong time, but still occasionally watching from a distance, and saw the bug people have reported about the DepthPartitionNode not handling scaled models properly. I believe this is now fixed ... I have attached the new DistanceAccumulator.cpp, along with a modified example file that uses a PositionAttitudeTransform to draw the Earth's orbit around the Sun." 2009-04-09 14:00 robert * include/osgDB/Registry, src/osgDB/CMakeLists.txt, src/osgDB/MimeTypes.cpp, src/osgDB/Registry.cpp, src/osgPlugins/curl/ReaderWriterCURL.cpp, src/osgPlugins/curl/ReaderWriterCURL.h: From Glenn Waldron, "Here is a first cut at the mime-type support we discussed a little while ago (http://www.mail-archive.com/osg-users@lists.openscenegraph.org/msg23098.html) Background: when you access a file over HTTP, you cannot rely on a file extension being present; instead the file's mime-type is conveyed in the HTTP Content-Type response header. This facility adds a mime-type-to-extension map to the registry to handle this. There are two new osgDB::Registry functions which are pretty self-explanatory: void addMimeTypeExtensionMapping( mime-type, extension ) ReaderWriter* getReaderWriterForMimeType( mime-type ) I also added the file osgDB/MimeTypes.cpp which houses a hard-coded list of built-in types. I took the list from here (http://www.webmaster-toolkit.com/mime-types.shtml) and then pared it down to include mostly image and video types, editing them to map to existing plugins where possible. In addition, I updated the CURL plugin to a) install a set of built-in mime-type mappings, and b) use them to look up an extension in the event that the target filename does not have an extension. Here is a test case. This URL pulls down a JPEG (without a file extension): osgviewer --image "http://us.maps3.yimg.com/aerial.maps.yimg.com/ximg?v=1.8&s=256&t=a&r=1&x=0&y=0&z=2" " 2009-04-09 09:25 robert * CMakeLists.txt: From Jean-Sebastien Guay, "As I discussed in the thread "Windows 7 beta: "The binary is not a valid Windows image."" on osg-users, I needed to add the /DYNAMICBASE linker option for executables to link properly in release mode on Windows 7 beta. http://article.gmane.org/gmane.comp.graphics.openscenegraph.user/42400 Since this is a workaround for a bug in a beta OS (which may or may not be fixed, since it's mentioned in their release notes so they may just leave it as it is) I've marked the option as advanced, default to OFF, and clearly documented it as being useful for Windows 7 only. I'd like to be able to test for Windows 7 directly instead of the blanket IF(WIN32), but I can't figure out if this is possible in CMake. Here's the modified CMakeLists.txt. It's a small change, with low impact, but will be useful to others who test out this OS and when it comes out. Note that I'm not familiar with this option in general, and didn't get any feedback to my questions in the above-mentioned thread, one of which was: Could we just add this option to all builds? What is the impact? That's still unclear to me, but without it OSG executables don't build, and the article I linked didn't seem to present any ill effects to enabling the option." 2009-04-09 09:23 robert * CMakeModules/CheckAtomicOps.cmake, CMakeModules/ModuleInstall.cmake, CMakeModules/OsgCPack.cmake, CMakeModules/OsgDetermineCompiler.cmake, CMakeModules/UtilityMacros.cmake, CMakeModules/cmake_uninstall.cmake.in, src/osgPlugins/3dc/CMakeLists.txt, src/osgPlugins/3ds/CMakeLists.txt, src/osgPlugins/OpenFlight/CMakeLists.txt, src/osgPlugins/ac/CMakeLists.txt, src/osgPlugins/bmp/CMakeLists.txt, src/osgPlugins/bvh/CMakeLists.txt, src/osgPlugins/curl/CMakeLists.txt, src/osgPlugins/dae/CMakeLists.txt, src/osgPlugins/dds/CMakeLists.txt, src/osgPlugins/dicom/CMakeLists.txt, src/osgPlugins/dot/CMakeLists.txt, src/osgPlugins/dw/CMakeLists.txt, src/osgPlugins/ffmpeg/CMakeLists.txt, src/osgPlugins/freetype/CMakeLists.txt, src/osgPlugins/gecko/CMakeLists.txt, src/osgPlugins/geo/CMakeLists.txt, src/osgPlugins/gif/CMakeLists.txt, src/osgPlugins/glsl/CMakeLists.txt, src/osgPlugins/gz/CMakeLists.txt, src/osgPlugins/hdr/CMakeLists.txt, src/osgPlugins/ive/CMakeLists.txt, src/osgPlugins/jp2/CMakeLists.txt, src/osgPlugins/jpeg/CMakeLists.txt, src/osgPlugins/logo/CMakeLists.txt, src/osgPlugins/lws/CMakeLists.txt, src/osgPlugins/md2/CMakeLists.txt, src/osgPlugins/net/CMakeLists.txt, src/osgPlugins/obj/CMakeLists.txt, src/osgPlugins/osg/CMakeLists.txt, src/osgPlugins/osgFX/CMakeLists.txt, src/osgPlugins/osgParticle/CMakeLists.txt, src/osgPlugins/osgTerrain/CMakeLists.txt, src/osgPlugins/osgText/CMakeLists.txt, src/osgPlugins/osgWidget/CMakeLists.txt, src/osgPlugins/osga/CMakeLists.txt, src/osgPlugins/osgtgz/CMakeLists.txt, src/osgPlugins/pfb/CMakeLists.txt, src/osgPlugins/pic/CMakeLists.txt, src/osgPlugins/png/CMakeLists.txt, src/osgPlugins/quicktime/CMakeLists.txt, src/osgPlugins/rgb/CMakeLists.txt, src/osgPlugins/rot/CMakeLists.txt, src/osgPlugins/scale/CMakeLists.txt, src/osgPlugins/shp/CMakeLists.txt, src/osgPlugins/stl/CMakeLists.txt, src/osgPlugins/svg/CMakeLists.txt, src/osgPlugins/tga/CMakeLists.txt, src/osgPlugins/tgz/CMakeLists.txt, src/osgPlugins/trans/CMakeLists.txt, src/osgPlugins/txp/CMakeLists.txt, src/osgPlugins/vnc/CMakeLists.txt, src/osgPlugins/vrml/CMakeLists.txt, src/osgPlugins/vtf/CMakeLists.txt, src/osgPlugins/x/CMakeLists.txt, src/osgPlugins/xine/CMakeLists.txt, src/osgPlugins/zip/CMakeLists.txt: From Philip Lowman, clean up of CMake files 2009-04-08 14:16 robert * src/osgViewer/CompositeViewer.cpp: From Eric Sokolowsky, " The osgViewer::CompositeViewer had partial support for Producer Camera config files, but it was not working completely. Here is the completed implementation. File: src/osgViewer/CompositeViewer.cpp. " 2009-04-08 14:08 robert * examples/osgviewerMFC/MFC_OSG.cpp: From Cory Riddell, fix for aspect ratio 2009-04-08 14:06 robert * include/osgDB/Registry, src/osgDB/Registry.cpp: From James Killian, "refactored the management of the object cache enabling/disabling" 2009-04-08 13:40 robert * src/osgViewer/CMakeLists.txt: From Eric Sokolowsky,"libosgViewerd.so was not being built properly because it was being linked with system libraries using LINK_INTERNAL instead of LINK_EXTERNAL. This caused it to try to link with libXrandrd instead of libXrandr, which failed. Attached is the fixed CMakeLists.txt." 2009-04-08 13:21 robert * src/osgPlugins/dxf/ReaderWriterDXF.cpp, src/osgPlugins/dxf/dxfEntity.cpp, src/osgPlugins/dxf/dxfEntity.h: From Mike Connell, "Here are some small fixes that allow you to specify the allowable deviation when creating polylines from arcs and circles in DXF files. Changes are against 2.8.0 It adds two options: Accuracy(x) - ensures the polyline will be within x units from the ideal arc/curve ImproveAccuracyOnly - do not use the given accuracy 'x', if it would result in a worse curve than with the previous (2.8.0) implementation for a particular arc/curve. As an added bonus there was a small bug in the existing implementation whereby the primitives were line strips but the vertices generated were actually suitable for GL_LINES, so the improved accuracy doesn't even have to come at a performance cost :-)" 2009-04-08 13:16 robert * src/osgViewer/CompositeViewer.cpp: From Eric Sokolowky, ""Running" was spelled "Ruinning", which is hardly the same." 2009-04-08 13:11 robert * src/osgDB/CMakeLists.txt, src/osgDB/FileUtils.cpp: From Marc Sciabica, made searching of the install path for plugins option, and added the dll path to the search path under Windows 2009-04-08 13:03 robert * src/osgPlugins/ffmpeg/FFmpegDecoder.cpp: Reduced the default live video feed size to accomodate reading from the Minoru stereo wecam. 2009-04-08 12:32 robert * src/osg/Program.cpp, src/osg/StateSet.cpp: From Simon Carmody, "Patches for compare and copy of Programs and related state -Added copying of shaders and attributes in osg::Program copy constructor. -Changed StateSet::compare function to compare Uniforms and their override values. Previously it compared a RefUniformPair." 2009-04-08 10:48 robert * src/osgUtil/Optimizer.cpp: From Glenn Waldron, "Attached is a patch for osgUtil::Optimizer. If you run the SpatializeGroupsVisitor on a scene graph containing Geodes, StateSets attached to Geodes can be lost. The problem is in SpatializeGroupsVisitor::divide(osg::Geode*, unsigned int) where the code creates a new Group and divides up the input Geode into one Geode per Drawable. I fixed the problem by assigning the Geode's stateset to the new parent group. To replicate the bug, see attached osg/dds files: osgviewer b.osg -- model renders correctly set OSG_OPTIMIZER="SPATIALIZE_GROUPS" osgviewer b.osg -- textures are missing." 2009-04-08 10:44 robert * src/osgPlugins/x/ReaderWriterDirectX.cpp, src/osgPlugins/x/directx.cpp: From Aric Aumann, added options for controlling the swap of the left/right handed coordinate system 2009-04-08 10:32 robert * examples/osgviewerQT/AdapterWidget.cpp: From Martin Beckett, added mouse wheel support 2009-04-07 10:13 robert * src/osg/Drawable.cpp: Added better handling of use of VBO's in compileGLObjects() 2009-04-07 10:12 robert * src/osgWrappers/osgAnimation/EaseMotion.cpp: Updated wrappers 2009-04-07 08:43 shuber * Xcode/OSX_OSG_README.rtf, Xcode/OpenSceneGraph/OpenSceneGraph.xcodeproj/project.pbxproj, Xcode/OpenSceneGraph/config/osg/Config, Xcode/OpenThreads, Xcode/Xcode_OSG_Instructions.rtf: From Stephan Huber: removed OpenThreads-folder (as OpenThreads is part of OpenSceneGraph now), updated the Readmes regarding 64bit compilation and updated the XCode-project to match the current svn-trunk. 2009-04-07 08:40 cedricpinson * include/osgAnimation/EaseMotion: From Serge Lages, Elastic added to EaseMotion 2009-04-06 12:28 robert * src/osgTerrain/GeometryTechnique.cpp: Added disabling of mipmapping for non power of two textures 2009-04-06 11:22 robert * src/osgTerrain/GeometryTechnique.cpp: Added check against null colour layer to prevent a crash when a null colour layer is assigned 2009-04-03 10:47 robert * src/osgTerrain/GeometryTechnique.cpp: Displayed display lists to prevent frame drops when compiling large geometry tiles 2009-04-03 09:54 robert * examples/osgdrawinstanced/osgdrawinstanced.cpp: Tweaks to shader to fix warnings on with ATI drivers 2009-04-02 08:44 robert * src/osg/DisplaySettings.cpp: Added OSG_MULTI_SAMPLES env var for setting the default DisplaySettings NumMultiSamples value 2009-03-30 09:55 robert * examples/osgstereoimage/osgstereoimage.cpp: Added shader to convert images into greyscale when rendering in anaglyphic 2009-03-26 17:24 robert * examples/CMakeLists.txt, examples/osgtexturecompression, examples/osgtexturecompression/CMakeLists.txt, examples/osgtexturecompression/osgtexturecompression.cpp: Added osgtexturecompression example to demonstate the quality difference between different compression techniques. 2009-03-25 11:17 robert * include/osg/PrimitiveSet, src/osgPlugins/ffmpeg/FFmpegDecoder.cpp, src/osgTerrain/GeometryTechnique.cpp, src/osgWrappers/osg/PrimitiveSet.cpp: Added new virtual reseveElements, setElement, getElment and addElement methods to DrawElements to make is easier to write code that can work on DrawElementUByte, UShort or UInt. Changed the osgTerrain::GeometryTechnique so that it automatically chooses the use of DrawElementUShort or DrawElementsUInt accordining to the size of the tile. 2009-03-24 23:25 robert * src/osgPlugins/ffmpeg/ReaderWriterFFmpeg.cpp: Added support for adding .ffmpeg to filenames to force selection of ffmpeg plugin 2009-03-24 23:17 robert * examples/osgstereoimage/osgstereoimage.cpp: Added support for image streams 2009-03-24 11:08 robert * src/osgPlugins/ffmpeg/FFmpegDecoderVideo.cpp, src/osgPlugins/ffmpeg/ReaderWriterFFmpeg.cpp: From Ulrich Hertlein, "I got the following type error from gcc 4.0.1 on OS X 10.5.6: /Users/uli/Projects/osg/OpenSceneGraph/src/osgPlugins/ffmpeg/FFmpegDecoderVideo.cpp: In member function \u2018int osgFFmpeg::FFmpegDecoderVideo::convert(AVPicture*, int, AVPicture*, int, int, int)\u2019: /Users/uli/Projects/osg/OpenSceneGraph/src/osgPlugins/ffmpeg/FFmpegDecoderVideo.cpp:245: error: invalid conversion from \u2018int\u2019 to \u2018PixelFormat\u2019 /Users/uli/Projects/osg/OpenSceneGraph/src/osgPlugins/ffmpeg/FFmpegDecoderVideo.cpp:245: error: initializing argument 3 of \u2018SwsContext* sws_getContext(int, int, PixelFormat, int, int, PixelFormat, int, SwsFilter*, SwsFilter*, double*)\u2019 It expects 'src_pix_fmt' and 'dst_pix_fmt' to be of type 'PixelFormat' rather than int. The attached cast fixes this (for me). I've also added Matroska video to the list of supported extensions" 2009-03-23 20:47 robert * AUTHORS.txt, applications/osgversion/osgversion.cpp: Updated AUTHORS.txt for 2.9.2 dev release 2009-03-23 20:44 robert * ChangeLog: Updated ChangeLog for 2.9.2 dev release 2009-03-23 20:25 robert * src/osgPlugins/x/ReaderWriterDirectX.cpp: From Aric Aumann, fixed handling of null texture coordinates 2009-03-23 17:08 robert * src/osgPlugins/ive/CMakeLists.txt, src/osgPlugins/ive/DataInputStream.cpp, src/osgPlugins/ive/DataOutputStream.cpp, src/osgPlugins/ive/PolygonStipple.cpp, src/osgPlugins/ive/PolygonStipple.h, src/osgPlugins/ive/ReadWrite.h: From Luc Frauciel, You'll find attached a modification in ive plugin for POLYGONSTIPPLE read/write. 2009-03-23 16:45 robert * src/osgPlugins/ffmpeg/FFmpegDecoderVideo.cpp, src/osgPlugins/ffmpeg/FFmpegDecoderVideo.hpp: From Wang Rui, "Attached is a very small fix for the ffmpeg plugin, to build it without compiling errors on MSVC. The ffmpeg win32 pre-built tarball is downloaded at http://ffmpeg.arrozcru.org/builds/. Tested on Windows XP SP3 and Visual Studio 9, but don't know if it still workable for Unix and Mac users. :) Please look at the .diff files for details. I have already enjoyed the latest Chinese *big* movie "Red Cliff" with the fixed ffmpeg plugin and osgmovie. :D" 2009-03-23 16:31 robert * src/osgPlugins/OpenFlight/FltExportVisitor.cpp: From Csaba Halasz, "I have modified FltExportVisitor to use _MSC_VER instead of _WIN32 in the condition around a #pragma warning that is specific to visual studio as _WIN32 is also defined for mingw compile but the #pragma is not applicable there." 2009-03-23 16:28 robert * src/OpenThreads/win32/Win32ConditionPrivateData.h: From Csaba Halasz, "IIRC the C++ standard says members will be initialized in declaration order, and not in the order they are listed in the constructor. To avoid possible trouble, gcc warns about this. Attached modification fixes the initializer order to silence this warning." 2009-03-23 16:25 robert * src/osgPlugins/dae/daeRGeometry.cpp, src/osgPlugins/dae/daeRMaterials.cpp, src/osgPlugins/dae/daeReader.h: From Michael Platings, "Changed some pointers to ref_ptr which fixed the leak " 2009-03-23 16:21 robert * src/OpenThreads/win32/Win32Thread.cpp, src/OpenThreads/win32/Win32ThreadBarrier.cpp: From Csaba Halasz, "I have removed some unnecessary semicolons that mingw build warns about." 2009-03-23 16:15 robert * src/osgDB/Registry.cpp: From Eric Sokolowsky, "The attached Registry.cpp fixes OSG under OSX when a library suffix string is used, as is selected by default with cmake. " 2009-03-23 16:13 robert * src/osgPlugins/dae/CMakeLists.txt: From Michale Platings, "Minor change to include ReaderWriterDAE.h" 2009-03-23 16:11 robert * CMakeModules/FindCOLLADA.cmake: From Michael Platings, "I've changed this file so CMake automatically chooses the correct directories & libs out of vc8,vc9,mac,mingw Tested with Visual Studio 9 2008" 2009-03-23 16:07 robert * examples/osganimationmorph/osganimationmorph.cpp: From Roland Smeenk, "Here's a small simplification of the osganimationmorph example. Only one morphtarget needs to be added to the MorphGeometry since it already has a base geometry. The animation will morph between the base geometry and the first target. " 2009-03-23 16:05 robert * applications/CMakeLists.txt, applications/osgarchive/CMakeLists.txt, applications/osgconv/CMakeLists.txt, applications/osgfilecache/CMakeLists.txt, applications/osgviewer/CMakeLists.txt: From Philip Lowman, "Mainly removing comments like "This file is automatically generated" (glad that never happened!)" 2009-03-23 16:01 robert * src/CMakeLists.txt, src/OpenThreads/CMakeLists.txt, src/OpenThreads/pthreads/CMakeLists.txt, src/OpenThreads/sproc/CMakeLists.txt, src/OpenThreads/win32/CMakeLists.txt, src/osg/CMakeLists.txt, src/osgAnimation/CMakeLists.txt, src/osgDB/CMakeLists.txt, src/osgFX/CMakeLists.txt, src/osgGA/CMakeLists.txt, src/osgIntrospection/CMakeLists.txt, src/osgManipulator/CMakeLists.txt, src/osgParticle/CMakeLists.txt, src/osgPlugins/CMakeLists.txt, src/osgShadow/CMakeLists.txt, src/osgSim/CMakeLists.txt, src/osgTerrain/CMakeLists.txt, src/osgText/CMakeLists.txt, src/osgUtil/CMakeLists.txt, src/osgViewer/CMakeLists.txt, src/osgVolume/CMakeLists.txt, src/osgWidget/CMakeLists.txt, src/osgWrappers/CMakeLists.txt: 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. Also, there was also a small bug in osgDB's CMakeLists.txt that was causing an error when I tested with CMake 2.4.4. IF(${OSG_DEFAULT_IMAGE_PLUGIN_FOR_OSX} STREQUAL "quicktime") was changed to IF(OSG_DEFAULT_IMAGE_PLUGIN_FOR_OSX STREQUAL "quicktime") " 2009-03-23 15:48 robert * CMakeModules/FindFFmpeg.cmake, src/osgPlugins/ffmpeg/CMakeLists.txt: From David Callu, clean up of FindFFmpeg include paths 2009-03-23 15:47 robert * include/osgDB/DatabasePager: From Csaba Halasz, "here is another division by zero fix, this should be simpler ;) It caused problem if the stats display was popped up before the pager had anything to do." 2009-03-23 15:38 robert * include/osgUtil/PrintVisitor: Cleaned up interface 2009-03-23 15:38 robert * src/osgWrappers/genwrapper.conf: Updated wrapper conf to avoid generating wrappers for PrintVisitor 2009-03-23 15:21 robert * CMakeLists.txt, include/osg/Version: Bumped version numbers in prep for 2.7.2 dev release 2009-03-23 15:10 robert * src/osgWrappers/osgUtil/ShaderGen.cpp: Added ShaderGen wrapper 2009-03-23 15:04 robert * src/osgWrappers/osgUtil/PrintVisitor.cpp: Removed PrintVisitor as it was causing problems with wrapper building. 2009-03-23 13:51 robert * src/osg/Notify.cpp: From Eric Sokolowsky, "osgviewer (and all other OSG-based utilities) fails to provide help for the OSG_NOTIFY_LEVEL environment variable. This submission fixes that problem." 2009-03-23 11:53 robert * examples/CMakeLists.txt, examples/osgshadergen, examples/osgshadergen/CMakeLists.txt, examples/osgshadergen/osgshadergen.cpp, include/osgUtil/ShaderGen, src/osgUtil/CMakeLists.txt, src/osgUtil/ShaderGen.cpp: From Maciej Krol, "As promised to Roland I assembled simple shader generator. ShaderGenVisitor converts accumulated fixed function pipeline state sets to ones with shader programs. Generated state sets are attached to geometries and stored in ShaderGenCache for reuse. Very simple cases of state configuration are supported (all the ones I really need): - single per pixel not attenuated non spot light source ON/OFF - exp2 fog ON/OFF - diffuse texture in rgb + optional specular gloss in alpha (Texture unit 0) ON/OFF - normal map texture (Texture unit 1 and Tangent in VertexAttribArray 6) ON/OFF - blending and alpha testing (not in shader pipeline) To view fixed function pipeline files and paged databases simply run >osgshadergen myfile.osg" 2009-03-19 11:36 robert * src/osgWrappers/osgUtil/PrintVisitor.cpp: UPdated wrappers 2009-03-19 11:11 robert * include/osgUtil/PrintVisitor, src/osgUtil/CMakeLists.txt, src/osgUtil/CullVisitor.cpp, src/osgUtil/PrintVisitor.cpp: Inroduced simple PrintVisitor class for helping debug scene graph structures 2009-03-19 10:56 robert * src/osgPlugins/freetype/CMakeLists.txt: Fixed spacing 2009-03-19 10:55 robert * src/osgPlugins/ive/ReaderWriterIVE.cpp: Added compressed to list of supported options 2009-03-19 10:55 robert * src/osgPlugins/ive/TerrainTile.cpp: Added debug message (commented out for now.) 2009-03-19 10:27 robert * src/osgPlugins/osgTerrain/CMakeLists.txt, src/osgPlugins/osgTerrain/Terrain.cpp: Added osgTerrain::Terrain support to the .osg format 2009-03-14 15:40 robert * src/osgPlugins/ffmpeg/FFmpegDecoderVideo.cpp: From Adrian Egli, build fix for Win32 FFmpeg 2009-03-13 15:56 robert * src/osgPlugins/quicktime/MovieData.cpp, src/osgPlugins/quicktime/MovieData.h, src/osgPlugins/quicktime/QTUtils.cpp, src/osgPlugins/quicktime/QTUtils.h, src/osgPlugins/quicktime/ReaderWriterQT.cpp: From Stephan Huber, clean up of Quicktime plugin 2009-03-13 13:25 robert * AUTHORS.txt, applications/osgversion/osgversion.cpp: Update AUTHORS file 2009-03-13 11:56 robert * ChangeLog: Updated ChangeLog 2009-03-13 11:06 robert * examples/osganimationmorph/osganimationmorph.cpp, examples/osgmovie/osgmovie.cpp: Warning fixes 2009-03-13 11:01 robert * src/osgParticle/FluidProgram.cpp: Fixed for division by zero issue. 2009-03-13 10:40 robert * src/osgPlugins/glsl/ReaderWriterGLSL.cpp: From Bryan Thrall, "The attached ReaderWriterGLSL.cpp conveniently sets the shader type when the filename extension is "vert" or "frag" but still lets this be overridden by the Options (for those crazy people who store their fragment shaders in .vert files :) )." 2009-03-12 17:54 robert * src/osgDB/CMakeLists.txt: From Frank Midgley, "I tried running osgconv --formats yesterday on OS X and got no results. Turns out the changes discussed in the "osgDB::listAllAvailablePlugins win32 fix" thread back in Sep '08 broke this. The OSG_PLUGIN_EXTENSION macro is being defined in src/osgDB/CMakeLists.txt from CMAKE_SHARED_LIBRARY_SUFFIX which is "dylib" on OS X. The problem is that all of the plug-ins are setup in OsgMacroUtils.cmake with: ADD_LIBRARY(${TARGET_TARGETNAME} MODULE ${TARGET_SRC} ${TARGET_H}) which gives them .so extensions. Since ".so" != ".dylib" osgDB::listAllAvailablePlugins finds no plug-ins. I believe the correct solution is to use CMAKE_SHARED_MODULE_SUFFIX instead. This builds and runs correctly on OS X but I have not tested on other platforms. Attached is an updated src/osgDB/CMakeLists.txt based on rev 9915. The change is at line 108. To validate: build and then run bin/osgconv --formats. You should get many screenfuls of plug-in features, extensions and options." 2009-03-12 17:47 robert * src/osgUtil/Optimizer.cpp: From Konstantin Sinitsyn, "At this moment, I just introducing to OSG. When I reviewing optimizer code, I find a mistake in Optimizer::RemoveLoadedProxyNodesVisitor, as it seems. This optimizer removes proxy nodes that fully loaded and in some cases attach their childs to parrents directly (without creating of group). I dont understand how this works, because if proxy node doesn't have any attributes such as name, description, node mask and any callbacks, then new group does not created to hold proxy node childs. And code below trying to attach their children to all parents but seems like only first child beeing attached to all parents correctly. " 2009-03-12 17:26 robert * src/osg/GraphicsThread.cpp: Introduced a releaseAllOperation after completeion of OperationThread::run() to enable CUDA integration (in osgCuda) to be able to free up its resources. Code drawn from a submission from Mick. 2009-03-12 17:12 robert * src/osgWrappers/Doxyfile.template, src/osgWrappers/osg/AudioStream.cpp, src/osgWrappers/osg/GraphicsContext.cpp, src/osgWrappers/osg/Image.cpp, src/osgWrappers/osg/ImageStream.cpp, src/osgWrappers/osg/Texture.cpp, src/osgWrappers/osgDB/PluginQuery.cpp, src/osgWrappers/osgDB/ReaderWriter.cpp, src/osgWrappers/osgDB/Registry.cpp, src/osgWrappers/osgGA/TrackballManipulator.cpp, src/osgWrappers/osgManipulator/Dragger.cpp, src/osgWrappers/osgManipulator/RotateCylinderDragger.cpp, src/osgWrappers/osgManipulator/RotateSphereDragger.cpp, src/osgWrappers/osgManipulator/Scale1DDragger.cpp, src/osgWrappers/osgManipulator/Scale2DDragger.cpp, src/osgWrappers/osgManipulator/ScaleAxisDragger.cpp, src/osgWrappers/osgManipulator/Selection.cpp, src/osgWrappers/osgManipulator/TabBoxDragger.cpp, src/osgWrappers/osgManipulator/TabPlaneDragger.cpp, src/osgWrappers/osgManipulator/TabPlaneTrackballDragger.cpp, src/osgWrappers/osgManipulator/TrackballDragger.cpp, src/osgWrappers/osgManipulator/Translate1DDragger.cpp, src/osgWrappers/osgManipulator/Translate2DDragger.cpp, src/osgWrappers/osgManipulator/TranslateAxisDragger.cpp, src/osgWrappers/osgManipulator/TranslatePlaneDragger.cpp, src/osgWrappers/osgText/Font3D.cpp, src/osgWrappers/osgText/Text3D.cpp, src/osgWrappers/osgUtil/GLObjectsVisitor.cpp, src/osgWrappers/osgUtil/Optimizer.cpp, src/osgWrappers/osgUtil/Statistics.cpp, src/osgWrappers/osgViewer/View.cpp, src/osgWrappers/osgViewer/ViewerBase.cpp: Updated wrappers 2009-03-12 15:21 robert * examples/osgterrain/osgterrain.cpp, include/osgUtil/GLObjectsVisitor, include/osgUtil/IncrementalCompileOperation, include/osgViewer/ViewerBase, src/osgUtil/CMakeLists.txt, src/osgUtil/GLObjectsVisitor.cpp, src/osgUtil/IncrementalCompileOperation.cpp, src/osgUtil/RenderBin.cpp: Moved IncrementalCompileOperation out of include-src/osgUtil/GLObjectVisitor into their own files. Added support to IncrementCompileOperation for controlling how much time is alloted to compilation and flush 2009-03-12 15:18 robert * include/osg/GraphicsContext, src/osg/GraphicsContext.cpp: Added support for tracking the time since the last clear() call to enable other classes to be able to find out how long the current graphics frame has been running. 2009-03-12 10:12 robert * include/OpenThreads/ReentrantMutex: From Michael Platings, "I've been looking at the discussion from 2006 ("[osg-users] osgDB/Reentrant Mutex not threadsafe ?") about this, and having looked closely at OpenThreads::ReentrantMutex it's still not thread safe in the following situation: In my example case, there are 2 threads - one is a worker thread created by OpenThreads::Thread. The other thread is the main thread i.e. the thread that is intrinsically created when you execute the application. The crucial problem is that for the main thread, OpenThreads::Thread::CurrentThread() will return null. I'll demonstrate this by breaking ReentrantMutex::lock() into sub-statements: 1.) if (_threadHoldingMutex==OpenThreads::Thread::CurrentThread()) 2.) if (_lockCount>0){ 3.) OpenThreads::ScopedLock lock(_lockCountMutex); ++_lockCount; return 0; 4.) int result = Mutex::lock(); if (result==0) { OpenThreads::ScopedLock lock(_lockCountMutex); 5.) _threadHoldingMutex = OpenThreads::Thread::CurrentThread(); _lockCount = 1; return result; An error will occur in the following case: 1) The worker thread calls lock(), it gets to the start of statement 5. 2) The main thread calls lock(). Statement 1 is evaluated as true as _threadHoldingMutex is null, and OpenThreads::Thread::CurrentThread() returns null. 3) The worker thread executes statement 5. 4) The main thread executes statement 2 and evaluates it as true, because the worker thread has set _lockCount to 1. The main thread executes statement 3, and now can access the mutexed-data at the same time as the worker thread! The simple solution to this is to always protect access to _lockCount and _threadHoldingMutex using _lockCountMutex. I have done this in the file I am submitting." 2009-03-11 18:13 robert * examples/osgmovie/osgmovie.cpp: Changed audio playing so that it only happens for a single movie to avoid problems with audio stalling. 2009-03-11 17:57 robert * examples/osgmovie/osgmovie.cpp, include/osg/Image: Added docs on getPixelAspectRatio and corrected usage of getPixelAspection in osgmovie.cpp 2009-03-11 17:39 robert * src/osgPlugins/ffmpeg/FFmpegDecoderVideo.cpp, src/osgPlugins/ffmpeg/FFmpegImageStream.cpp: changed debug info to output to INFO instaed of NOTICE. 2009-03-11 15:43 robert * examples/osgmovie/osgmovie.cpp: Added handling of Image::isImageTranslucent(), when it is enabling blending. Added handling of Image::getPixelAspectRatio() in geometry sizing. Added scaling of the projection matrix to ensure that aspect ratio is honoured with running in fullscreen mode 2009-03-11 15:12 robert * include/osg/AudioStream, include/osg/Image, include/osg/ImageStream, src/osg/Image.cpp, src/osgPlugins/ffmpeg/FFmpegAudioStream.cpp, src/osgPlugins/ffmpeg/FFmpegAudioStream.hpp, src/osgPlugins/ffmpeg/FFmpegDecoderAudio.cpp, src/osgPlugins/ffmpeg/FFmpegDecoderVideo.cpp, src/osgPlugins/ffmpeg/FFmpegDecoderVideo.hpp, src/osgPlugins/ffmpeg/FFmpegImageStream.cpp, src/osgPlugins/ffmpeg/FFmpegImageStream.hpp: From Tanguy Fautre, Clean up of the FFmpeg plugin's class API/AudioStream API. Implementation of isImageTransparent(). Implementation of Image:g/setPixelAspectRatio() 2009-03-11 14:18 robert * include/osgViewer/View, src/osgViewer/View.cpp: Added View::removeEventHandler(..) method and added check into addEventHandler() to prevent handlers being added twice. 2009-03-11 14:08 robert * CMakeLists.txt: From Philip Lowman, "At a cost of bumping the required version to CMake 2.4.4 (released all the way back on November 21, 2006)... this cmake script patch 1. Makes IF/ELSE/ENDIF code blocks easier to read by replacing code like this: IF(FOO) MESSAGE("FOO is true") ELSE(FOO) MESSAGE(" ??? ELSE(FOO)??? ") ENDIF(FOO) with this: IF(FOO) MESSAGE("FOO is true") ELSE() MESSAGE("FOO is clearly false") ENDIF() 2. Also adds an ELSEIF() where it makes sense to do so (safe to use as of CMake 2.4.4)" 2009-03-11 13:27 robert * src/osgPlugins/3ds/ReaderWriter3DS.cpp: From Neil Hughes, "I've spent the past four days playing with PNG files on 3DS objects, and I think I may have come across a small issue with the 3DS loader. At the company where I work we model literally thousands of 3DS models for all types of objects. Most don't have transparent textures applied to them, but a few do. The issue is that a texture may have an alpha channel defined, yet its 3DS material definition is not marked as being an alpha source, or transparent. This can happen for any number of modelling reasons (so I'm told) but the net effect is that when a 3DS object is loaded with such a material applied, the stateset creation for the 3DS geometry omits to add the GL_BLEND attribute as neither of the conditions that it currently tests for are satisfied under this scenario. However, one thing that is apparently an indication of transparency/alpha information that we do make use of when modelling, but that the 3DS reader omits to test, is that we assign to the transparent texture to the opacity_map of the 3DS material structure. Now, having discussed with our modellers the theory behind the opacity map, it seems that it is safe to say that if an opacity map is specified, then the reader should really apply the GL_BLEND attribute as it is an indication of some form of blending being required between materials. With this in mind, I have made a minor change to the function createStateSet below, from the ReaderWriter3DS.cpp file, that checks for an opacity map having been specified, and in such a scenario the GL_BLEND attribute is applied to the geometry. This fixed our issue, and thought it might be helpful to others." 2009-03-11 13:08 robert * include/osg/Texture: From Mathias Froehlich, "small addition to osg::Texture to include all possible depth test variants for the shadow depth comparison." 2009-03-11 12:55 robert * include/osgViewer/api/Carbon/GraphicsWindowCarbon, include/osgViewer/api/Carbon/PixelBufferCarbon: From Stephan Huber, files were are missed by Robert in check in of changes to GraphicsWindowCarbon.cpp 2009-03-11 12:08 robert * src/osgUtil/Optimizer.cpp: From Lionel Lagarde, "the attachment contains a correction of the Optimizer::MergeGeometryVisitor. When 2 geometries are merged, the primitive sets of the second geometry are copied to the first geometry. The primitive sets were copied with a std::insert into the first geometry primitive set vector. It doesn't work when the geometry is using VBOs (because the element buffer object of the primitive set is not updated). The correction replaces lhs.getPrimitiveSetList().insert( lhs.getPrimitiveSetList().end(), rhs.getPrimitiveSetList().begin(), rhs.getPrimitiveSetList().end() ); by for( primItr=rhs.getPrimitiveSetList().begin(); primItr!=rhs.getPrimitiveSetList().end(); ++primItr ) { lhs.addPrimitiveSet(primItr->get()); }" 2009-03-11 11:58 robert * src/osg/Geometry.cpp: Fixed crash due to Geometry::copyToAndOptimize(..) not handling cases where indices are present, but no arrays are assocaited with them. 2009-03-11 11:29 robert * include/osgManipulator/Dragger, include/osgManipulator/RotateCylinderDragger, include/osgManipulator/RotateSphereDragger, include/osgManipulator/Scale1DDragger, include/osgManipulator/Scale2DDragger, include/osgManipulator/ScaleAxisDragger, include/osgManipulator/Selection, include/osgManipulator/TabBoxDragger, include/osgManipulator/TabPlaneDragger, include/osgManipulator/TabPlaneTrackballDragger, include/osgManipulator/TrackballDragger, include/osgManipulator/Translate1DDragger, include/osgManipulator/Translate2DDragger, include/osgManipulator/TranslateAxisDragger, include/osgManipulator/TranslatePlaneDragger: From David Callu, "osgManipulator Object have not META_Object macro call in class definition. > I add META_OSGMANIPULATOR_Object macro which define className, libraryName, > isSameKindAs methods. > Clone method is not appropriate for osgManipulator Object." 2009-03-11 11:00 robert * src/osg/Drawable.cpp, src/osg/Node.cpp: From Lionel Lagarde, "The copy constructor of the nodes and the drawables do : Node::Node(Node &node, copyop) : _stateSet(copyop(node.getStateSet()), It doesn't call the setStateSet method of osg::Node (or osg::Drawable). So the parent list of the state set is not updated with the new node (drawable)." 2009-03-11 10:50 robert * include/osgGA/TrackballManipulator, src/osgGA/TrackballManipulator.cpp: From Martin Beckett, added get/setScrollWheelZoomDelta() support for controlling the mouse scroll wheel zoom delta. 2009-03-11 10:34 robert * src/osgViewer/DarwinUtils.h, src/osgViewer/DarwinUtils.mm, src/osgViewer/GraphicsWindowCocoa.mm: Converted tabs to four spaces 2009-03-11 10:34 robert * src/osgViewer/GraphicsWindowCarbon.cpp: From Stephan Huber, "refactored the code and moved some stuff out into DarwinUtils.h/.mm so both implementations can share some of the code. There's even a bugfix for GraphicsWindowCarbon, which fixes some issues with multiple windows on different screens." 2009-03-10 17:51 robert * src/osg/Referenced.cpp: From Mathias Froehlich, "an other topic pointed out by some Microsoft verification tool: On destruction of some static variables, the global referenced mutex is used to lock access to the parent lists of state attributes, nodes and so on. This even happens past the mutex is already destroyed. This change to Referenced.cpp revision 9851 uses the same technique like the DeleteHandlerPointer already in Referenced.cpp to return an zero pointer for the global referenced lock if it is already destroyed." 2009-03-10 17:47 robert * src/osgViewer/View.cpp: From Konstantin Matveyev, submitted by Valery Bickov: "There is error in WoW shader, you can see it by this simple example: osgviewer cessna.osg --wowvx-42 --clear-color 0,0,0 Clear color may be choosed any with at least one component equals to 0 or 1. In my case I see weird blinking between normal image and image with depth map at right side on the screen." 2009-03-10 17:39 robert * src/osgGA/TrackballManipulator.cpp: From Martin Beckett, "Modified osgGA::TrackballManipulator so that osgGA::GUIEventAdapter::SCROLL performs a zoom. Arbitrarily zooms 10% in/out for each click." Note from Robert Osfield, flipped the orienation of the zoom to make the right mouse key zoom and the scroll wheel work in the same direction. 2009-03-10 17:27 robert * include/osgDB/ReaderWriter, src/osgDB/ReaderWriter.cpp, src/osgPlugins/OpenFlight/ReaderWriterFLT.cpp, src/osgPlugins/gdal/ReaderWriterGDAL.cpp, src/osgPlugins/gecko/ReaderWriterUBrowser.cpp, src/osgPlugins/gecko/UBrowser.cpp, src/osgPlugins/ogr/ReaderWriterOGR.cpp, src/osgPlugins/stl/ReaderWriterSTL.cpp, src/osgWidget/Browser.cpp: Completed support for automatic detection of plugin features. Cleaned up debug out of various plugins to ensure a clean osgconv --formats. 2009-03-10 17:13 robert * src/osgPlugins/dicom/ReaderWriterDICOM.cpp: quitened down debug info 2009-03-10 16:52 robert * include/osg/Image: Made bool isImageTranslucent() const virtual to allow subclasses to provide their own implementation 2009-03-10 15:00 robert * include/osgDB/PluginQuery, include/osgDB/ReaderWriter, src/osgDB/PluginQuery.cpp, src/osgDB/ReaderWriter.cpp: From Ralf Habacker, "The appended patch fixes this issue by adding a virtual method named supportedFeatures() to the class ReaderWriter, which could be overriden by a specific plugin to adjust the set of features. Single features are implemented as bits asother enums in ReaderWriter class already does, so that combinations are possible and fast comparison operations are possible By default all features are enabled. I have added this virtual method to the dot plugin to get an idea how to use these features. With this patch osgconv --formats shows an additional line 'features' for each plugin" 2009-03-10 14:15 robert * include/osg/Geometry, include/osgUtil/Optimizer, include/osgUtil/Statistics, src/osgUtil/Optimizer.cpp, src/osgUtil/Statistics.cpp, src/osgViewer/ViewerBase.cpp: From Roland Smeenk, "While working on the Collada plugin I noticed that all geometry created by the dae reader result in slow path geometry. Because there already exists the option to convert slow path geometry to the fast path by computing an internal fast path alternative, I added a new optimizer option that automatically does this. To check the results I also made some changes to the statistics gathering and rendering. Somewhat unrelated, but also part of the optimizer I disabled removal of CameraView nodes during RemoveRedundantNodes optimization. As discussed on the ML, CameraViews were removed from the scenegraph. This solves that issue. Summary: -Geometry::areFastPathsUsed now also looks at internalOptimizedGeometry -Added Optimize option to make all slow path geometry compute their internal fast path alternative -Added fast geometry counter to the statistics -Disabled removel of CameraViews in optimizer " 2009-03-10 13:46 robert * src/osgPlugins/ffmpeg/ReaderWriterFFmpeg.cpp: Added copyright + fixed typo 2009-03-10 12:21 robert * include/osgDB/FileNameUtils, include/osgDB/Registry, src/osgDB/FileNameUtils.cpp, src/osgDB/ReaderWriter.cpp, src/osgDB/Registry.cpp: From Stephan Huber, "Attached you'll find a proposal for using different protocols. The idea behind the new code is: 1.) plugins/apps register protocols which they can handle. This is done via osgDB::Registry::registerProtocol(aProtocolName). Plugins register supported protocols as usual via ReaderWriter::supportsProtocol(..), the Registry is updated accordingly. 2.) osgDB::containsServerAddress checks first for an appearance of "://" in the filename and then checks the protocol against the set of registered protocols via Registry::isProtocolRegistered(aProtocollName) 3.) the other getServer*-functions changed as well, there's even a getServerProtocol-function With these changes filenames/Urls get routed to loaded plugins even with different protocols than 'http'." 2009-03-10 11:14 robert * include/osg/GLU, include/osg/Math: From Martin Spott, compile fixes for IBM AIX. 2009-03-10 10:56 robert * include/osgText/Font3D, include/osgText/Text3D, src/osgDB/Registry.cpp, src/osgPlugins/freetype/FreeTypeFont3D.cpp, src/osgPlugins/freetype/ReaderWriterFreeType.cpp, src/osgText/Font3D.cpp, src/osgText/Text3D.cpp: From David Callu, "Problem: osgText::Text and osgText::Text3D use the same font file. The first really load the file and obtain an osgText::Font object, the second use the cache created during the first load of the font file, and so obtain an osgText::Font object instead of osgText::Font3D object. To obtain an osgText::Font3D object, osgText::Text3D call osgDB::readObjectFile(...) with an option to specify the plugin we want an osgText::Font3D instead of osgText::Font. Generalised Problem: In osgDB::Registry, loaded file cache is referenced by the name of this file, so if I load a file with some options, and the cache already contain object for this filename, I obtain an object potentially not loaded with my options. Behaviours: Cache management is delegate to osgDB::Registry, but cache coherence (load a file with option then reuse it, deactivate the cache when load a specific file or don't cached the loaded file) is user's responsibility. Text3D solution: Postfix the font file name by .text3d or something similar and then have the freetype plugin return osgText::Font3D when it detects this. This operation is done by osgText::readFont3DFile() which unsure the filename have .text3d as extension. This is totaly transparent for user, and backward compatible. BTW, I fix the bug about the Normal of 3D text. Currently, the front and wall face have the same normal (0,0,1) in the Text3D object coordinate. Now the wall face have its own normal array computed by the plugin. BTW 2, I implement - void Text3D::accept(osg::Drawable::ConstAttributeFunctor& af) const - void Text3D::accept(osg::PrimitiveFunctor& pf) const so now statistics are well reported. " 2009-03-10 10:30 robert * src/osgDB/CMakeLists.txt, src/osgDB/Registry.cpp, src/osgPlugins/CMakeLists.txt, src/osgPlugins/imageio, src/osgPlugins/imageio/CMakeLists.txt, src/osgPlugins/imageio/ReaderWriterImageIO.cpp: From Eric Wing and Stephan Huber, ImageIO code originally wrote by Eric Wing, and then later conveted into an OSG plugin by Stephan Huber. 2009-03-10 10:13 robert * include/osgViewer/api/Cocoa, include/osgViewer/api/Cocoa/GraphicsWindowCocoa, include/osgViewer/api/Cocoa/PixelBufferCocoa, src/osgViewer/CMakeLists.txt, src/osgViewer/DarwinUtils.h, src/osgViewer/DarwinUtils.mm, src/osgViewer/GraphicsWindowCocoa.mm, src/osgViewer/PixelBufferCocoa.mm: From Stephan Huber, support for Cocoa windowing under OSX. 2009-03-09 23:11 robert * include/osgAnimation/Timeline, src/osgWrappers/CMakeLists.txt, src/osgWrappers/genwrapper.conf, src/osgWrappers/osgAnimation/Animation.cpp, src/osgWrappers/osgAnimation/Channel.cpp, src/osgWrappers/osgAnimation/CubicBezier.cpp, src/osgWrappers/osgAnimation/Interpolator.cpp, src/osgWrappers/osgAnimation/Keyframe.cpp, src/osgWrappers/osgAnimation/MorphGeometry.cpp, src/osgWrappers/osgAnimation/Target.cpp, src/osgWrappers/osgAnimation/Timeline.cpp: Fixed osgWrappers for osgAnimation library 2009-03-09 17:38 robert * examples/CMakeLists.txt, examples/osganimationmorph, examples/osganimationmorph/CMakeLists.txt, examples/osganimationmorph/osganimationmorph.cpp, include/osgAnimation/Animation, include/osgAnimation/CubicBezier, include/osgAnimation/Keyframe, include/osgAnimation/LinkVisitor, include/osgAnimation/MorphGeometry, include/osgAnimation/Skeleton, src/osgAnimation/AnimationManagerBase.cpp, src/osgAnimation/BasicAnimationManager.cpp, src/osgAnimation/Bone.cpp, src/osgAnimation/CMakeLists.txt, src/osgAnimation/MorphGeometry.cpp, src/osgAnimation/Skeleton.cpp, src/osgPlugins/osgAnimation/ReaderWriter.cpp: From Roland Smeenk & Cedric Pinson, "Summary of changes: From Roland -Added MorphGeometry -Bone Bindmatrix is only calculated if needed -osgAnimation plugin now supports all available channel types (before only linear vec3 or quat channels) -osgAnimation plugin now supports MorphGeometry -osgAnimation plugin now supports animation and channel weights, animation playmode, duration and starttime -removed osgAnimationManager.cpp from CMakeList From Cedric -fixed the last_update field (it was only updated at the first update) in BasicAnimationManager.cpp - Refactore some part of MorphGeometry minor changes - Add osganimationmorph as example " 2009-03-09 16:53 robert * include/osgUtil/GLObjectsVisitor, src/osgWrappers/osgUtil/GLObjectsVisitor.cpp: Tweaked API to get wrappers to build 2009-03-09 16:17 robert * src/osgUtil/GLObjectsVisitor.cpp, src/osgWrappers/osgUtil/GLObjectsVisitor.cpp, src/osgWrappers/osgViewer/ViewerBase.cpp: Updated wrappers 2009-03-09 14:56 robert * include/osgUtil/GLObjectsVisitor, src/osgUtil/GLObjectsVisitor.cpp: Further work on IncrementalCompileOperation 2009-03-08 16:48 robert * src/osgPlugins/ffmpeg/FFmpegDecoder.cpp, src/osgPlugins/ffmpeg/FFmpegDecoder.hpp, src/osgPlugins/ffmpeg/FFmpegDecoderAudio.cpp, src/osgPlugins/ffmpeg/FFmpegDecoderAudio.hpp, src/osgPlugins/ffmpeg/FFmpegDecoderVideo.cpp, src/osgPlugins/ffmpeg/FFmpegDecoderVideo.hpp, src/osgPlugins/ffmpeg/FFmpegImageStream.cpp: Fixed thread exit problems 2009-03-08 12:00 robert * examples/osgterrain/osgterrain.cpp, include/osgUtil/GLObjectsVisitor, include/osgViewer/ViewerBase, src/osg/GraphicsContext.cpp, src/osgUtil/GLObjectsVisitor.cpp, src/osgViewer/CompositeViewer.cpp, src/osgViewer/Viewer.cpp, src/osgViewer/ViewerBase.cpp: Preliminary work on general purpose incremental compile support in osgViewer. 2009-03-05 15:31 robert * CMakeLists.txt, include/osg/Version, src/osgWrappers/osg/AudioStream.cpp, src/osgWrappers/osg/ImageStream.cpp: Updated wrappers and dev release version numbers 2009-03-05 14:33 robert * CMakeModules/FindFFmpeg.cmake: Cleaned up FindFFmpeg.cmake 2009-03-05 10:57 robert * src/osgPlugins/ffmpeg/FFmpegDecoder.cpp, src/osgPlugins/ffmpeg/FFmpegHeaders.hpp, src/osgPlugins/ffmpeg/ReaderWriterFFmpeg.cpp: Added quick proof of concept for live video streaming under linux 2009-03-04 16:35 robert * CMakeModules/FindFFmpeg.cmake: Added search for headers in ffmpeg directory 2009-03-04 16:16 robert * CMakeModules/FindFFmpeg.cmake: From Jean-Sebastien Guay, added non pkg-config based ffmpeg search scheme. 2009-03-04 16:15 robert * include/osg/Referenced: Fixed indentation 2009-03-04 16:03 robert * src/osgPlugins/ffmpeg/FFmpegDecoderAudio.hpp, src/osgPlugins/ffmpeg/FFmpegDecoderVideo.cpp, src/osgPlugins/ffmpeg/FFmpegDecoderVideo.hpp, src/osgPlugins/ffmpeg/FFmpegImageStream.cpp: Removed boost reference and cleaned up debug output 2009-03-04 14:49 robert * src/osgPlugins/ffmpeg/FFmpegDecoderVideo.cpp, src/osgPlugins/ffmpeg/FFmpegDecoderVideo.hpp, src/osgPlugins/ffmpeg/FFmpegImageStream.cpp: Introduced double buffering of video stream to avoid tearing of image. Removed swapBufers call and image y inversion. 2009-03-04 13:24 robert * src/osgDB/ReadFile.cpp: Added handling of ImageStream Origin to make sure the movie always appears the correct way up. 2009-03-04 11:59 robert * src/osgPlugins/ffmpeg/FFmpegDecoderVideo.cpp: Fixes to non swscale code path 2009-03-04 11:46 robert * src/osgPlugins/ffmpeg/FFmpegDecoderVideo.cpp, src/osgPlugins/ffmpeg/FFmpegDecoderVideo.hpp: Fixed img_convert usage 2009-03-04 11:06 robert * src/osgPlugins/CMakeLists.txt: Removed reference to OpenAL plugin 2009-03-04 11:05 robert * CMakeModules/FindFFmpeg.cmake, src/osgPlugins/ffmpeg/CMakeLists.txt, src/osgPlugins/ffmpeg/FFmpegDecoderVideo.cpp, src/osgPlugins/ffmpeg/FFmpegDecoderVideo.hpp, src/osgPlugins/ffmpeg/FFmpegHeaders.hpp, src/osgPlugins/ffmpeg/ReaderWriterFFmpeg.cpp: Added support for using libswscale 2009-03-03 20:59 robert * examples/osgmovie/osgmovie.cpp: Added SDL audio path 2009-03-03 20:49 robert * src/osgPlugins/ffmpeg/FFmpegAudioStream.cpp: Improved the clean up ordering 2009-03-03 17:37 robert * examples/osgmovie/CMakeLists.txt, examples/osgmovie/osgmovie.cpp: Added SDL audio support for reading from ffmpeg movies 2009-03-03 17:28 shuber * Xcode/OpenSceneGraph/OpenSceneGraph.xcodeproj/project.pbxproj: From Stephan Huber: updated xcode project, added AudioStream to project 2009-03-03 16:51 robert * CMakeLists.txt, examples/osgmovie/CMakeLists.txt, examples/osgmovie/osgmovie.cpp, include/osg/AudioStream, src/osg/AudioStream.cpp, src/osgPlugins/CMakeLists.txt, src/osgPlugins/ffmpeg/CMakeLists.txt, src/osgPlugins/ffmpeg/FFmpegAudioStream.cpp, src/osgPlugins/ffmpeg/FFmpegAudioStream.hpp, src/osgPlugins/ffmpeg/FFmpegDecoder.hpp, src/osgPlugins/ffmpeg/FFmpegDecoderAudio.cpp, src/osgPlugins/ffmpeg/FFmpegDecoderAudio.hpp, src/osgPlugins/ffmpeg/FFmpegImageStream.cpp, src/osgPlugins/ffmpeg/FFmpegImageStream.hpp: Introduce FFmpegAudioStream implementation 2009-03-03 14:59 robert * src/osgPlugins/ffmpeg/FFmpegImageStream.hpp: Removed redudent export 2009-03-03 11:52 robert * src/osgPlugins/ffmpeg/CMakeLists.txt: Added LINK_DIRECTORIES 2009-03-03 11:25 robert * src/osgPlugins/ffmpeg/CMakeLists.txt: Fixed include list 2009-03-03 10:53 robert * CMakeModules/FindFFmpeg.cmake, src/osgPlugins/ffmpeg/FFmpegDecoderVideo.hpp: From Ulrich Hertlein, build fixes for OSX. 2009-03-03 09:50 robert * src/osgPlugins/ffmpeg/CMakeLists.txt: Added ffmpeg to include search paths 2009-03-03 09:49 robert * src/osgPlugins/ffmpeg/ReaderWriterFFmpeg.cpp: Added ogg to accepted formats 2009-03-02 16:01 robert * src/osgPlugins/ffmpeg/FFmpegDecoderVideo.cpp: Added extern for img_convert to get round disappeance of the declaration from headers. 2009-03-02 10:49 robert * src/OpenThreads/win32/Win32Thread.cpp, src/OpenThreads/win32/Win32ThreadPrivateData.h: From Mathias Froehlich, "An other one: The TLS Varialbe is accessed before it is initialized. Attached is a change to rev 9791." 2009-03-02 09:56 robert * examples/osgcluster/broadcaster.cpp: From Petr Salinger, fix for build under GNU/kFreeBSD. 2009-02-27 20:16 robert * include/osg/AudioStream, include/osg/ImageStream, src/osg/AudioStream.cpp, src/osg/CMakeLists.txt, src/osg/ImageStream.cpp, src/osgPlugins/ffmpeg/AudioSinkInterface.hpp, src/osgPlugins/ffmpeg/CMakeLists.txt, src/osgPlugins/ffmpeg/FFmpegDecoderAudio.cpp, src/osgPlugins/ffmpeg/FFmpegDecoderAudio.hpp, src/osgPlugins/ffmpeg/FFmpegHeaders.hpp, src/osgPlugins/ffmpeg/FFmpegImageStream.cpp, src/osgPlugins/ffmpeg/FFmpegImageStream.hpp, src/osgPlugins/ffmpeg/FFmpegSampleFormat.hpp: Introduced osg::AudioStream class to help manage audio streams coming in from movie reading plugins 2009-02-27 17:00 robert * src/osgPlugins/ffmpeg/AudioSinkInterface.hpp, src/osgPlugins/ffmpeg/FFmpegDecoder.cpp, src/osgPlugins/ffmpeg/FFmpegDecoder.hpp, src/osgPlugins/ffmpeg/FFmpegDecoderAudio.cpp, src/osgPlugins/ffmpeg/FFmpegDecoderAudio.hpp, src/osgPlugins/ffmpeg/FFmpegDecoderVideo.cpp, src/osgPlugins/ffmpeg/FFmpegDecoderVideo.hpp, src/osgPlugins/ffmpeg/FFmpegImageStream.cpp, src/osgPlugins/ffmpeg/FFmpegImageStream.hpp: Ported across from using boost pointers, and prepped for integration of audio interface into core OSG 2009-02-27 11:11 robert * src/osgViewer/GraphicsWindowWin32.cpp: From Roland Smeenk, "Attached is a small bug fix for the redundant messages that are created in OSG applications on windows. GraphicsWindowWin32::setCursor is called every frame from the WM_NCHITTEST message. This will result in a call to ::SetCursor(_currentCursor) every frame, which again causes a WM_MOUSEMOVE to occur. The fix exits GraphicsWindowWin32::setCursor if the requested cursor already is the current cursor. " 2009-02-27 10:47 robert * src/osgUtil/RenderStage.cpp: From Atr Tevs, first email: "in the current implementation of osgUtil::RenderStage::drawInner() method, there is some wrong assumptions made. The problem is, that whenever one does use multisampling functionality, the Blit operation (which suppose to copy the content of multisampled FBO into the usual one) doesn't perform well in some cases. I've attached a corrected version of the RenderStage. It do just add one line, which enables the multisampled FBO as a readable just before the usual FBO is set as writable. With these corrections the Blit operation performs now correct and allows using of multisampled rendering results further." second email: "There was a problem when blitting the multisampled FBO with internal formats. The default internal format of color buffered multisample FBO was GL_RGBA. This has converted the color values whenever the FBO content was copied. I've added couple of lines, which do just enable the multisampled FBO internal format in respect to the attached color texture's internal format. This makes it possible to blit even float valued texture, so make HDR with multisampling possible ;)" 2009-02-26 22:09 robert * CMakeModules/Find3rdPartyDependencies.cmake: From Mattias Helsing, "I added FORCE to set cmake vars FREETYPE_INCLUDE_DIR_ft2build and FREETYPE_INCLUDE_DIR_freetype2. The error case was that during first cmake run (unspecified ACTUAL_3RDPARTY_DIR) FindFreeType set these to xxx-NOTFOUND. After specifying ACTUAL_3RDPARTY_DIR, Find3rdPartyDependencies warn't able to change these (without FORCE). I also added freetype237 to the library search list since it is what's in my binary dependencies for vc90" 2009-02-26 10:48 robert * CMakeModules/Find3rdPartyDependencies.cmake: Addded setting of FREETYPE_INCLUDE_DIRS to Find3rdPartyDependencies.cmake 2009-02-25 20:52 robert * src/osgPlugins/ffmpeg/CMakeLists.txt, src/osgPlugins/ffmpeg/FFmpegDecoderAudio.cpp, src/osgPlugins/ffmpeg/FFmpegDecoderAudio.hpp, src/osgPlugins/ffmpeg/FFmpegDecoderVideo.cpp, src/osgPlugins/ffmpeg/FFmpegDecoderVideo.hpp: Tweaks to handle more modern version of ffmpeg compiled form source. 2009-02-25 16:05 robert * CMakeLists.txt, CMakeModules/FindFFmpeg.cmake, src/osgPlugins/CMakeLists.txt: Added Cmake support for new ffmpeg plugin 2009-02-25 16:04 robert * src/osgPlugins/ffmpeg, src/osgPlugins/ffmpeg/AudioSinkInterface.hpp, src/osgPlugins/ffmpeg/BoundedMessageQueue.hpp, src/osgPlugins/ffmpeg/CMakeLists.txt, src/osgPlugins/ffmpeg/FFmpegClocks.cpp, src/osgPlugins/ffmpeg/FFmpegClocks.hpp, src/osgPlugins/ffmpeg/FFmpegDecoder.cpp, src/osgPlugins/ffmpeg/FFmpegDecoder.hpp, src/osgPlugins/ffmpeg/FFmpegDecoderAudio.cpp, src/osgPlugins/ffmpeg/FFmpegDecoderAudio.hpp, src/osgPlugins/ffmpeg/FFmpegDecoderVideo.cpp, src/osgPlugins/ffmpeg/FFmpegDecoderVideo.hpp, src/osgPlugins/ffmpeg/FFmpegHeaders.hpp, src/osgPlugins/ffmpeg/FFmpegImageStream.cpp, src/osgPlugins/ffmpeg/FFmpegImageStream.hpp, src/osgPlugins/ffmpeg/FFmpegPacket.hpp, src/osgPlugins/ffmpeg/FFmpegSampleFormat.hpp, src/osgPlugins/ffmpeg/MessageQueue.hpp, src/osgPlugins/ffmpeg/ReaderWriterFFmpeg.cpp: From Tanguy Fautre (Aris Technologies), ffmpeg plugin 2009-02-23 10:50 robert * AUTHORS.txt, applications/osgversion/osgversion.cpp: Updated version info for 2.9.0 release 2009-02-23 10:41 robert * ChangeLog: Updated ChangeLog for 2.9.0 dev release 2009-02-23 09:54 robert * src/osgPlugins/ogr/ReaderWriterOGR.cpp: From Ralf Habacker & Robert Osfield, fixed handling of file name string of the form"PG:host=localhost user=postgres dbname=osm tables=public.planet_osm_line". The patch also routes gdal debug and error message to the related osg::notify debug port - this is usefull for debugging ogr plugin. 2009-02-20 16:27 robert * applications/osgarchive/osgarchive.cpp: From Mathieu Marache, "I was trying to use the archive output of osgdem without success when I eventually found out that it was now disabled (the mailing list archive tells me it is because of multithreaded write issues with vpn). I then decided to use osgarchive to make it myself from the generated output. However if one of the insert parameters is a directory, it won't be able to find them. The attached versions corrects this." 2009-02-20 15:47 robert * applications/osgconv/osgconv.cpp: From Maciej Krol, "Small improvement in --compressed option of osgconv. For non IVE output files compressed images are written into directory of output file as DDS. " + "Further improvement for conversion to IVE format. Compressed DDS files are written for IVE output when noTexturesInIVEFile option is defined i.e. osgconv --compressed -O noTexturesInIVEFile dir1/input.osg dir2/output.ive will write images into dir2." 2009-02-20 13:58 robert * CMakeModules/OsgMacroUtils.cmake: Added VisualStudio versioning info to plugins 2009-02-20 11:53 robert * examples/osganimationviewer/AnimtkViewer.cpp, src/osg/DisplaySettings.cpp: From Bryan Thrall, "Attached files fix typos, from svn 9791: DisplaySettings.cpp: OSG_COMPIlE_CONTEXTS -> OSG_COMPILE_CONTEXTS AnimtkViewer.cpp: is a 3d poker game client -> is an example for viewing osgAnimation animations" 2009-02-20 11:51 robert * src/osgPlugins/dxf/dxfEntity.cpp, src/osgPlugins/dxf/dxfEntity.h, src/osgPlugins/dxf/scene.cpp, src/osgPlugins/dxf/scene.h: From Martin Beckett, "I have added support for DXF POINTS to the dxf reader plugin It's really just a cut-paste job from the existing LINE support. The current dxf plugin architecture isn't very efficient, especially if you are loading large point clouds (LIDAR) eg. it makes multiple lookups of the layer name for each vertex. I don't know if I can improve this for the general case or if I have to add a special large point cloud dxf reader." 2009-02-20 11:30 robert * src/osgPlugins/dxf/dxfEntity.cpp: From Himar Carmona, "When reading a DXF file, the reader breaks at a debug assertion at vector (it breaks on release version). Inspecting the code show that the cause could be in dxfEntity.cpp. It seems that the problem is an offending "short" used in a for loop, where it should be "int" or "long". It causes an index out of range error. " 2009-02-19 19:05 robert * src/osgUtil/RenderStage.cpp: From Bob Kuehne and Robert Osfield, email from Bob : "this fix quashes fbo warnings when the fbo status is 'complete', aka 'ok'. ", which was then ammended by Robert replacing crytic value 0x8CD5 with GL_FRAMEBUFFER_COMPLETE_EXT and added brackets to make code clearer. 2009-02-19 17:34 robert * src/osgPlugins/hdr/hdrloader.cpp: Fixed bug in checking if numRead values. 2009-02-19 16:58 robert * examples/osgforest/osgforest.cpp: From Christian Buchner, "I am hereby amending the osgforest sample with some code (functionally equivalent to the GLSL shaders sample) that displays the forest with shaders on Intel 945 GM hardware. This card supports OpenGL 1.4 and ARB_fragment/vertex_program only. I would be pleased if this change made it into the official set of examples, as it illustrates the use of ARB shaders quite nicely. I did not find any other example covering this topic." 2009-02-19 16:29 robert * src/osg/State.cpp: From Tanguy Fautre, "This fixes the OSG crashes reported by http://lists.openscenegraph.org/pipermail/osg-users-openscenegraph.org/2009-February/023499.html It\u2019s a one line change against OSG 2.8.0 (see line 196). I\u2019ve already tested the change, and confirmed it\u2019s fixing the crashes described above." 2009-02-19 15:57 robert * src/osg/PrimitiveSet.cpp: From Ruben Smelik, "I've found a (copy-paste?) error in PrimitiveSet.cpp regarding instanced drawing. For DrawElementsUInt and DrawElementsUShort the type argument of glDrawElementsInstanced was set as GL_BYTE instead of GL_UNSIGNED_INT and GL_UNSIGNED_SHORT. I've attached the fixed source file (based on the current SVN head version)." 2009-02-19 15:15 robert * src/OpenThreads/CMakeLists.txt: From Mattias Helsing, "Here is a fix for the "Unspecified" package. The openthreads pkgconfig file is made part of libopenthreads-dev component. Attached is the modded cmakelists.txt for src/OpenThreads/ " 2009-02-19 14:24 robert * AUTHORS.txt, CMakeLists.txt, ChangeLog, NEWS.txt, README.txt, examples/osgviewerQT/QOSGWidget.cpp, examples/osgvolume/osgvolume.cpp, include/osgDB/fstream, include/osgIntrospection/Export, include/osgWidget/Export, src/osgVolume/Shaders/volume_iso_frag.cpp: Merged in various changes from the OSG-2.8 to being svn/trunk up to date. 2009-02-11 20:26 robert * applications/osgversion/osgversion.cpp: Fixed typo 2009-02-11 20:02 robert * src/osgWrappers/OpenThreads/Thread.cpp, src/osgWrappers/osg/AlphaFunc.cpp, src/osgWrappers/osg/AnimationPath.cpp, src/osgWrappers/osg/ApplicationUsage.cpp, src/osgWrappers/osg/ArgumentParser.cpp, src/osgWrappers/osg/Billboard.cpp, src/osgWrappers/osg/BlendColor.cpp, src/osgWrappers/osg/BlendEquation.cpp, src/osgWrappers/osg/BlendFunc.cpp, src/osgWrappers/osg/BoundingBox.cpp, src/osgWrappers/osg/BoundingSphere.cpp, src/osgWrappers/osg/BufferObject.cpp, src/osgWrappers/osg/Camera.cpp, src/osgWrappers/osg/ClampColor.cpp, src/osgWrappers/osg/ClipNode.cpp, src/osgWrappers/osg/ClipPlane.cpp, src/osgWrappers/osg/ClusterCullingCallback.cpp, src/osgWrappers/osg/CollectOccludersVisitor.cpp, src/osgWrappers/osg/ColorMask.cpp, src/osgWrappers/osg/ColorMatrix.cpp, src/osgWrappers/osg/ConvexPlanarOccluder.cpp, src/osgWrappers/osg/CoordinateSystemNode.cpp, src/osgWrappers/osg/CopyOp.cpp, src/osgWrappers/osg/CullFace.cpp, src/osgWrappers/osg/CullSettings.cpp, src/osgWrappers/osg/CullingSet.cpp, src/osgWrappers/osg/Depth.cpp, src/osgWrappers/osg/DisplaySettings.cpp, src/osgWrappers/osg/DrawPixels.cpp, src/osgWrappers/osg/Drawable.cpp, src/osgWrappers/osg/Fog.cpp, src/osgWrappers/osg/FragmentProgram.cpp, src/osgWrappers/osg/FrameBufferObject.cpp, src/osgWrappers/osg/FrontFace.cpp, src/osgWrappers/osg/GL2Extensions.cpp, src/osgWrappers/osg/Geometry.cpp, src/osgWrappers/osg/GraphicsContext.cpp, src/osgWrappers/osg/Group.cpp, src/osgWrappers/osg/Hint.cpp, src/osgWrappers/osg/Image.cpp, src/osgWrappers/osg/ImageSequence.cpp, src/osgWrappers/osg/ImageStream.cpp, src/osgWrappers/osg/KdTree.cpp, src/osgWrappers/osg/LOD.cpp, src/osgWrappers/osg/Light.cpp, src/osgWrappers/osg/LightModel.cpp, src/osgWrappers/osg/LineStipple.cpp, src/osgWrappers/osg/LineWidth.cpp, src/osgWrappers/osg/LogicOp.cpp, src/osgWrappers/osg/Material.cpp, src/osgWrappers/osg/Multisample.cpp, src/osgWrappers/osg/Node.cpp, src/osgWrappers/osg/NodeCallback.cpp, src/osgWrappers/osg/OcclusionQueryNode.cpp, src/osgWrappers/osg/PagedLOD.cpp, src/osgWrappers/osg/Point.cpp, src/osgWrappers/osg/PointSprite.cpp, src/osgWrappers/osg/PolygonMode.cpp, src/osgWrappers/osg/PolygonOffset.cpp, src/osgWrappers/osg/PolygonStipple.cpp, src/osgWrappers/osg/PrimitiveSet.cpp, src/osgWrappers/osg/Program.cpp, src/osgWrappers/osg/ProxyNode.cpp, src/osgWrappers/osg/Scissor.cpp, src/osgWrappers/osg/Sequence.cpp, src/osgWrappers/osg/ShadeModel.cpp, src/osgWrappers/osg/Shader.cpp, src/osgWrappers/osg/Shape.cpp, src/osgWrappers/osg/ShapeDrawable.cpp, src/osgWrappers/osg/State.cpp, src/osgWrappers/osg/StateAttribute.cpp, src/osgWrappers/osg/StateSet.cpp, src/osgWrappers/osg/Stencil.cpp, src/osgWrappers/osg/StencilTwoSided.cpp, src/osgWrappers/osg/Switch.cpp, src/osgWrappers/osg/TexEnv.cpp, src/osgWrappers/osg/TexEnvCombine.cpp, src/osgWrappers/osg/TexEnvFilter.cpp, src/osgWrappers/osg/TexGen.cpp, src/osgWrappers/osg/TexMat.cpp, src/osgWrappers/osg/Texture.cpp, src/osgWrappers/osg/Texture1D.cpp, src/osgWrappers/osg/Texture2D.cpp, src/osgWrappers/osg/Texture2DArray.cpp, src/osgWrappers/osg/Texture3D.cpp, src/osgWrappers/osg/TextureCubeMap.cpp, src/osgWrappers/osg/TextureRectangle.cpp, src/osgWrappers/osg/TransferFunction.cpp, src/osgWrappers/osg/Uniform.cpp, src/osgWrappers/osg/VertexProgram.cpp, src/osgWrappers/osg/View.cpp, src/osgWrappers/osg/Viewport.cpp, src/osgWrappers/osgAnimation/Animation.cpp, src/osgWrappers/osgAnimation/AnimationManager.cpp, src/osgWrappers/osgAnimation/BasicAnimationManager.cpp, src/osgWrappers/osgAnimation/Bone.cpp, src/osgWrappers/osgAnimation/Channel.cpp, src/osgWrappers/osgAnimation/CubicBezier.cpp, src/osgWrappers/osgAnimation/EaseMotion.cpp, src/osgWrappers/osgAnimation/Interpolator.cpp, src/osgWrappers/osgAnimation/Keyframe.cpp, src/osgWrappers/osgAnimation/RigGeometry.cpp, src/osgWrappers/osgAnimation/Skeleton.cpp, src/osgWrappers/osgAnimation/Target.cpp, src/osgWrappers/osgAnimation/Timeline.cpp, src/osgWrappers/osgAnimation/TimelineAnimationManager.cpp, src/osgWrappers/osgAnimation/UpdateCallback.cpp, src/osgWrappers/osgAnimation/VertexInfluence.cpp, src/osgWrappers/osgDB/DatabasePager.cpp, src/osgWrappers/osgDB/DotOsgWrapper.cpp, src/osgWrappers/osgDB/DynamicLibrary.cpp, src/osgWrappers/osgDB/FileUtils.cpp, src/osgWrappers/osgDB/ImageOptions.cpp, src/osgWrappers/osgDB/ReaderWriter.cpp, src/osgWrappers/osgDB/Registry.cpp, src/osgWrappers/osgFX/Registry.cpp, src/osgWrappers/osgFX/Validator.cpp, src/osgWrappers/osgGA/AnimationPathManipulator.cpp, src/osgWrappers/osgGA/DriveManipulator.cpp, src/osgWrappers/osgGA/FlightManipulator.cpp, src/osgWrappers/osgGA/GUIEventAdapter.cpp, src/osgWrappers/osgGA/GUIEventHandler.cpp, src/osgWrappers/osgGA/KeySwitchMatrixManipulator.cpp, src/osgWrappers/osgGA/NodeTrackerManipulator.cpp, src/osgWrappers/osgParticle/AccelOperator.cpp, src/osgWrappers/osgParticle/AngularAccelOperator.cpp, src/osgWrappers/osgParticle/BoxPlacer.cpp, src/osgWrappers/osgParticle/ConnectedParticleSystem.cpp, src/osgWrappers/osgParticle/ConstantRateCounter.cpp, src/osgWrappers/osgParticle/ForceOperator.cpp, src/osgWrappers/osgParticle/LinearInterpolator.cpp, src/osgWrappers/osgParticle/MultiSegmentPlacer.cpp, src/osgWrappers/osgParticle/ParticleProcessor.cpp, src/osgWrappers/osgParticle/ParticleSystem.cpp, src/osgWrappers/osgParticle/ParticleSystemUpdater.cpp, src/osgWrappers/osgParticle/PointPlacer.cpp, src/osgWrappers/osgParticle/PrecipitationEffect.cpp, src/osgWrappers/osgParticle/RadialShooter.cpp, src/osgWrappers/osgParticle/RandomRateCounter.cpp, src/osgWrappers/osgParticle/SectorPlacer.cpp, src/osgWrappers/osgParticle/SegmentPlacer.cpp, src/osgWrappers/osgShadow/DebugShadowMap.cpp, src/osgWrappers/osgShadow/LightSpacePerspectiveShadowMap.cpp, src/osgWrappers/osgShadow/MinimalCullBoundsShadowMap.cpp, src/osgWrappers/osgShadow/MinimalDrawBoundsShadowMap.cpp, src/osgWrappers/osgShadow/MinimalShadowMap.cpp, src/osgWrappers/osgShadow/OccluderGeometry.cpp, src/osgWrappers/osgShadow/ParallelSplitShadowMap.cpp, src/osgWrappers/osgShadow/ShadowMap.cpp, src/osgWrappers/osgShadow/ShadowTechnique.cpp, src/osgWrappers/osgShadow/ShadowTexture.cpp, src/osgWrappers/osgShadow/ShadowVolume.cpp, src/osgWrappers/osgShadow/ShadowedScene.cpp, src/osgWrappers/osgShadow/SoftShadowMap.cpp, src/osgWrappers/osgShadow/StandardShadowMap.cpp, src/osgWrappers/osgShadow/ViewDependentShadowTechnique.cpp, src/osgWrappers/osgSim/BlinkSequence.cpp, src/osgWrappers/osgSim/DOFTransform.cpp, src/osgWrappers/osgSim/Impostor.cpp, src/osgWrappers/osgSim/LightPointNode.cpp, src/osgWrappers/osgSim/LightPointSystem.cpp, src/osgWrappers/osgSim/MultiSwitch.cpp, src/osgWrappers/osgSim/ObjectRecordData.cpp, src/osgWrappers/osgSim/OverlayNode.cpp, src/osgWrappers/osgSim/ScalarBar.cpp, src/osgWrappers/osgSim/Sector.cpp, src/osgWrappers/osgSim/ShapeAttribute.cpp, src/osgWrappers/osgSim/SphereSegment.cpp, src/osgWrappers/osgSim/VisibilityGroup.cpp, src/osgWrappers/osgTerrain/GeometryTechnique.cpp, src/osgWrappers/osgTerrain/Layer.cpp, src/osgWrappers/osgTerrain/Locator.cpp, src/osgWrappers/osgTerrain/Terrain.cpp, src/osgWrappers/osgTerrain/TerrainTechnique.cpp, src/osgWrappers/osgTerrain/TerrainTile.cpp, src/osgWrappers/osgText/FadeText.cpp, src/osgWrappers/osgText/KerningType.cpp, src/osgWrappers/osgText/String.cpp, src/osgWrappers/osgText/Text.cpp, src/osgWrappers/osgText/Text3D.cpp, src/osgWrappers/osgUtil/CullVisitor.cpp, src/osgWrappers/osgUtil/DelaunayTriangulator.cpp, src/osgWrappers/osgUtil/GLObjectsVisitor.cpp, src/osgWrappers/osgUtil/IntersectVisitor.cpp, src/osgWrappers/osgUtil/RenderBin.cpp, src/osgWrappers/osgUtil/RenderStage.cpp, src/osgWrappers/osgUtil/SceneView.cpp, src/osgWrappers/osgUtil/Simplifier.cpp, src/osgWrappers/osgUtil/Statistics.cpp, src/osgWrappers/osgUtil/Tessellator.cpp, src/osgWrappers/osgViewer/CompositeViewer.cpp, src/osgWrappers/osgViewer/GraphicsWindow.cpp, src/osgWrappers/osgViewer/View.cpp, src/osgWrappers/osgViewer/Viewer.cpp, src/osgWrappers/osgViewer/ViewerBase.cpp, src/osgWrappers/osgViewer/ViewerEventHandlers.cpp, src/osgWrappers/osgVolume/FixedFunctionTechnique.cpp, src/osgWrappers/osgVolume/Layer.cpp, src/osgWrappers/osgVolume/Locator.cpp, src/osgWrappers/osgVolume/Property.cpp, src/osgWrappers/osgVolume/RayTracedTechnique.cpp, src/osgWrappers/osgVolume/Volume.cpp, src/osgWrappers/osgVolume/VolumeTechnique.cpp, src/osgWrappers/osgVolume/VolumeTile.cpp, src/osgWrappers/osgWidget/Browser.cpp, src/osgWrappers/osgWidget/Frame.cpp, src/osgWrappers/osgWidget/Label.cpp, src/osgWrappers/osgWidget/StyleManager.cpp, src/osgWrappers/osgWidget/ViewerEventHandlers.cpp, src/osgWrappers/osgWidget/Widget.cpp, src/osgWrappers/osgWidget/Window.cpp: Updated wrappers 2009-02-11 19:55 robert * src/osgWrappers/Doxyfile.template, src/osgWrappers/genwrapper.conf: Updated wrappers to works with doxygen 1.5.8 output. 2009-02-11 17:21 robert * CMakeLists.txt: Disabled the use of aggressive warnings under OSX as the default. 2009-02-11 17:14 robert * src/osgPlugins/quicktime/QTImportExport.cpp, src/osgPlugins/quicktime/QTUtils.cpp, src/osgPlugins/quicktime/QTUtils.h, src/osgPlugins/quicktime/ReaderWriterQT.cpp: From Riccardo Corsi, "in attach you'll find a patch to cleanup a little bit the (de)initialization code of QuickTime environment from the quickTime pluging. It basically removes the static init() and exit() functions,and move them inside the observer class (the one that cleans everything up when the last media is unloaded). It also add an extra check to clean up on exit if the QuickTime env is initialized, but no media is succesfully loaded / written (it might happens with streaming resources). I tested it under WinXP with zero, one and multiple videos. Stephan reads in copy: could you kindly check if everything runs smooth under OSX as well? Also, have you got a chance to test it with streaming media? " 2009-02-11 13:33 robert * doc/Doxyfiles/all_Doxyfile, doc/Doxyfiles/auto_Mainpage, doc/Doxyfiles/core_Doxyfile, doc/Doxyfiles/doxyfile.cmake, doc/Doxyfiles/openthreads.doxyfile.cmake, src/osgWrappers/Doxyfile.template: From Sukender, changed doxygen verbosity to quite 2009-02-11 12:10 robert * src/OpenThreads/sproc/SprocThread.c++: Added brackets around (unsigned int) to avoid IRIX compile error. 2009-02-11 10:41 robert * include/osg/BoundingBox, include/osgAnimation/Vec3Packed, include/osgTerrain/Terrain, include/osgUtil/DrawElementTypeSimplifier, include/osgWidget/Browser: Fixes for doxgen warnings 2009-02-11 09:14 robert * CMakeModules/FindCOLLADA.cmake, src/osgPlugins/dae/daeRMaterials.cpp: From Roland Smeenk, "Attached are two small fixes: -I changed the SET of COLLADA_BOOST_INCLUDE_DIR to use findpath, so users may override this setting if they choose not to build against to precompiled boost libraries delivered with the Collada DOM. -Changed daeRMaterials.cpp to prevent a compiler warning about a potentially uninitialized variable." 2009-02-10 20:31 robert * CMakeLists.txt, src/osgPlugins/cfg/ConfigParser.cpp: Merged warning fix from OSG-2.8 branch: svn merge -r 9755:9756 http://www.openscenegraph.org/svn/osg/OpenSceneGraph/branches/OpenSceneGraph-2.8 2009-02-10 20:09 robert * src/osgDB/DynamicLibrary.cpp: Changed notication level to INFO, merged changed from OSG-2.8 branch using: svn merge -r 9751:9752 http://www.openscenegraph.org/svn/osg/OpenSceneGraph/branches/OpenSceneGraph-2.8 2009-02-10 19:25 robert * CMakeModules/FindCOLLADA.cmake, src/osgPlugins/dae/CMakeLists.txt: From Roger James and Robert Osfield, fixes and reorganization to better support Windows dyanmic library build 2009-02-10 18:56 robert * src/osgPlugins/osgParticle/IO_FluidProgram.cpp: From Pierre Haritchabalet, "In IO_FluidProgram.cpp, FluidProgram_readLocalData() function is wrong. When density parameter is read, the function "setFluidViscosity()" is called instead of "setFluidDensity()". This patch fixes osg plug'in FluidProgram_readLocalData. " 2009-02-10 18:51 robert * examples/osgvolume/osgvolume.cpp, include/osgVolume/Layer, include/osgVolume/VolumeTile, src/osgVolume/Layer.cpp, src/osgVolume/VolumeTile.cpp, src/osgWrappers/osgVolume/Layer.cpp: Merged fixes to osgVolume's handling of ImageSequence animated volumes, merge command: svn merge -r 9746:9747 http://www.openscenegraph.org/svn/osg/OpenSceneGraph/branches/OpenSceneGraph-2.8 2009-02-10 14:01 robert * PlatformSpecifics/Windows/OpenSceneGraphVersionInfo.rc.in, PlatformSpecifics/Windows/OpenThreadsVersionInfo.rc.in: From Roger James, fixes for VS build handling of new VS versioning support 2009-02-10 13:37 robert * src/osgPlugins/curl/ReaderWriterCURL.cpp: From Jason Beverage, "I've added a small change to the CURL plugin that allows support for HTTP redirects." 2009-02-10 13:25 robert * CMakeModules/FindZLIB.cmake: From Miguel Escriva,"OSG 2.8.0-rc4 don't found zlib in Windows. Here you will find a patch. " 2009-02-10 11:44 robert * CMakeLists.txt, CMakeModules/FindCOLLADA.cmake, src/osgPlugins/dae/CMakeLists.txt: From Roland Smeenk and Robert Osfiled, tweaks to the Collada finding/linking to improve support for Collada DOM 2.1 + 2.2 across platforms. 2009-02-09 22:56 robert * examples/osganimationskinning/osganimationskinning.cpp, include/osgAnimation/RigGeometry, include/osgAnimation/Timeline, src/osgWrappers/osgAnimation/RigGeometry.cpp, src/osgWrappers/osgAnimation/Timeline.cpp: From Fabien Lavignotte, "Here is some various small fixes i have done while playing with osgAnimation. - Animation : removed the _name attribute that is never used. - BasicAnimationManager : fix a crash on Windows with the example osganimationviewer. The _lastUpdate attribute was not initialized when using copy constructor. - CMakeLists.txt : add RigGeometry to the headers list" 2009-02-09 22:33 robert * src/osgDB/DatabasePager.cpp: Fixed to DatabasePager::getRequestsInProgress(), merged from: svn merge -r 9734:9735 http://www.openscenegraph.org/svn/osg/OpenSceneGraph/branches/OpenSceneGraph-2.8 2009-02-09 22:12 robert * src/osgWrappers/genwrapper.conf, src/osgWrappers/osgParticle/ParticleSystem.cpp: Merged from OSG-2.8 branch the suppression of the wrapping of the ScopeLock 2009-02-09 21:48 robert * src/osgPlugins/osg/ReaderWriterOSG.cpp: From Bryan Thrall, "The .osg plugin doesn't seem to support an option to write shader files separately, so it always inlines them in the .osg file (as far as I can tell). This change adds that ability. " 2009-02-09 21:42 robert * src/osgViewer/GraphicsWindowWin32.cpp: From Ralf Habacker, fix to memory leak in GraphicsWindowWin32.cpp. Merged from OSG-2.8 branch using svn command: svn merge -r 9726:9727 http://www.openscenegraph.org/svn/osg/OpenSceneGraph/branches/OpenSceneGraph-2.8 2009-02-09 21:38 robert * include/osgParticle/ParticleSystem, src/osgParticle/ConnectedParticleSystem.cpp, src/osgParticle/ParticleProcessor.cpp, src/osgParticle/ParticleSystem.cpp, src/osgParticle/ParticleSystemUpdater.cpp, src/osgWrappers/osgParticle/ParticleSystem.cpp: Merged from OSG-2.8 branch changes to the use of ReadWriteMutex to Mutex in osgParticle::ParticleSystem. svn command: svn merge -r 9725:9726 http://www.openscenegraph.org/svn/osg/OpenSceneGraph/branches/OpenSceneGraph-2.8 2009-02-09 13:49 shuber * Xcode/OpenSceneGraph/config/OpenThreads/Config: From Stephan Huber: fixed local Config file needed for xcode-project 2009-02-09 11:15 robert * NEWS.txt: From Paul Melis, syncing improvements made to wiki version of NEWS for 2.8 2009-02-09 11:13 robert * src/osgDB/Registry.cpp: Removed redundent #pragma 2009-02-09 10:00 robert * src/osgWrappers/osgAnimation/Animation.cpp: Updated wrappers 2009-02-09 09:41 robert * include/osgAnimation/Animation: From Cedric Pinson, removed virtual inheritance from osgAnimation::Animation 2009-02-08 19:30 robert * src/osgText/Text.cpp: Fixed handling of a series of \n in the text string so that the correct line spacing is maintained. 2009-02-08 15:56 robert * examples/osgcompositeviewer/osgcompositeviewer.cpp, examples/osgfont/osgfont.cpp, examples/osgmovie/osgmovie.cpp, examples/osgocclusionquery/osgocclusionquery.cpp, src/osgDB/DynamicLibrary.cpp: From Paul Melis, "While trying out the osgbrowser example (where I had forgotten to update LD_LIBRARY_PATH so the XUL libs would be found) I noticed that although the gecko plugin was found it could not be loaded. But this did not trigger any visible warning/error message (at least not without INFO notify level). Would you mind if we change the notify level for a dlerror() to WARNING? This will also make it more explicit for the case when a plugin isn't actually found, which seems to come up a lot for novice users (e.g. no freetype on win32, so no freetype plugin, etc). Also, the current error message is misleading ("Warning: Could not FIND plugin to ...") because the it's not always a case of not finding the plugin. I slightly enhanced the situation of not finding a plugin versus finding it but not being able to load it. Here's also a few fixes to some of the examples: - osgfont: make usage help line more in line with the actual behaviour - osgcompositeviewer: complain when no model file was provided - osgmovie: don't include quicktime-dependent feature on Linux - osgocclussionquery: comment addition (as I was surprised that lines were being drawn in a function called createRandomTriangles())" 2009-02-07 11:30 robert * src/osgUtil/Optimizer.cpp: Merged from OSG-2.8 branch, fix to handle of StateSet attached to transforms being removed by the FlattentStaticTransformVisitor 2009-02-06 15:49 robert * CMakeLists.txt, include/osg/Version: Bumped version number of svn/trunk to 2.9.0 2009-02-06 15:39 robert * include/osg/Export: Added a couple more pragma's to resolve final Windows warnings 2009-02-06 15:38 robert * CMakeModules/FindOurDCMTK.cmake, CMakeModules/FindXUL.cmake: From Paul Melis & Robert Osfeild, improvements to find scripts to better handle diffrent installation combinations 2009-02-06 15:17 robert * examples/osg2cpp/osg2cpp.cpp, examples/osganimationtimeline/osganimationtimeline.cpp, examples/osganimationviewer/AnimtkViewerKeyHandler.cpp, examples/osgcluster/broadcaster.cpp, examples/osgcluster/osgcluster.cpp, examples/osggeodemo/osggeodemo.cpp, examples/osgmemorytest/osgmemorytest.cpp, examples/osgmultitexture/osgmultitexture.cpp: From Gary Quinn, spelling fixes 2009-02-06 14:19 robert * src/OpenThreads/CMakeLists.txt: Fixed path to version resource input file 2009-02-06 14:13 robert * PlatformSpecifics/Windows/osgShell.bat: From Gary Quin + Robert Osfield, clean up of old batch file 2009-02-06 12:15 robert * src/osgPlugins/lwo/lwo2read.h: Fixed data copy bug 2009-02-06 10:35 robert * src/osg/Image.cpp, src/osg/State.cpp, src/osgPlugins/dicom/ReaderWriterDICOM.cpp, src/osgPlugins/osgVolume/ImageLayer.cpp, src/osgUtil/RenderStage.cpp: From Alberto Luaces, "here are some minor fixes to notify warnings were the std::hex modifier was used but never restored to the decimal notation. That made OSG print messages like the following after some notifications: Warning: detected OpenGL error 'invalid value' after RenderBin::draw(,) RenderStage::drawInner(,) FBO status= 0x8cd5 [...] Scaling image 'brick_side.JPG' from (1b4,24f) to (200,200) <--- Values in hex because of previous error. [...]" 2009-02-06 08:46 robert * CMakeLists.txt, PlatformSpecifics/Windows/OpenSceneGraphVersionInfo.rc.in, PlatformSpecifics/Windows/OpenThreadsVersionInfo.rc.in, PlatformSpecifics/Windows/VersionInfo.rc.in, src/OpenThreads/CMakeLists.txt, src/OpenThreads/win32/CMakeLists.txt: Added support for VS versioning of OpenThreads 2009-02-05 15:22 robert * include/osgAnimation/Animation, include/osgAnimation/BasicAnimationManager, src/osgAnimation/BasicAnimationManager.cpp, src/osgAnimation/CMakeLists.txt: From Fabian Lavignotte, "Here is some various small fixes i have done while playing with osgAnimation. - Animation : removed the _name attribute that is never used. - BasicAnimationManager : fix a crash on Windows with the example osganimationviewer. The _lastUpdate attribute was not initialized when using copy constructor. - CMakeLists.txt : add RigGeometry to the headers list" 2009-02-05 14:56 robert * CMakeLists.txt: Changed version to only be run for Visual Studio 2009-02-05 14:55 robert * CMakeLists.txt, PlatformSpecifics/Windows/VersionInfo.rc.in, src/osg/CMakeLists.txt, src/osgAnimation/CMakeLists.txt, src/osgDB/CMakeLists.txt, src/osgFX/CMakeLists.txt, src/osgGA/CMakeLists.txt, src/osgIntrospection/CMakeLists.txt, src/osgManipulator/CMakeLists.txt, src/osgParticle/CMakeLists.txt, src/osgShadow/CMakeLists.txt, src/osgSim/CMakeLists.txt, src/osgTerrain/CMakeLists.txt, src/osgText/CMakeLists.txt, src/osgUtil/CMakeLists.txt, src/osgViewer/CMakeLists.txt, src/osgVolume/CMakeLists.txt, src/osgWidget/CMakeLists.txt: From Sherman Wilcox, added VS versioning information into libs 2009-02-05 14:54 robert * include/osgTerrain/TerrainTile, include/osgVolume/VolumeTile, src/osgTerrain/TerrainTile.cpp, src/osgVolume/VolumeTile.cpp: Added exports, and moved constructors into .cpp. 2009-02-05 14:42 robert * src/osgPlugins/dicom/ReaderWriterDICOM.cpp: Added initializer and fixed indentation 2009-02-05 14:35 robert * src/osgPlugins/gecko/CMakeLists.txt, src/osgPlugins/xine/CMakeLists.txt: Suppress gcc warnings emitted by external headers 2009-02-05 12:21 robert * examples/osgviewerQT/QOSGWidget.cpp: From Morne Pistorius, "Attached is a modified version of the QOSGWidget example that shows the workaround we discussed for adding/removing views in a composite viewer at runtime. A dummy view is added to the viewer to always keep it live. Also, I added a #define to the Qt event relay methods to not override them on a Windows system. This fixes the bug where duplicate events are being sent and making it impossible to throw the trackball." 2009-02-05 12:03 robert * examples/osgviewerQT/QOSGWidget.cpp: Warning fixes 2009-02-05 11:10 robert * CMakeLists.txt, include/osg/Export: Added VS and gcc warning suppression to clean up a few last stubborn warnings 2009-02-05 10:14 robert * examples/osglauncher/osglauncher.cpp, examples/osgviewerGLUT/osgviewerGLUT.cpp, src/osgPlugins/cfg/ConfigLexer.cpp, src/osgUtil/TriStrip_graph_array.h: From Jean-Sebastien Guay, warning fixes 2009-02-04 16:12 shuber * Xcode/OpenSceneGraph/config/OpenThreads/Config: From Stephan Huber: fix for local config-file used by the deprecated XCode-project 2009-02-04 13:51 robert * include/osgVolume/Property, include/osgWidget/WindowManager, src/osgWrappers/osgVolume/Property.cpp: Form Paul Melis, spelling fixes 2009-02-04 12:59 robert * CMakeLists.txt: Set the release candidate to 1. 2009-02-04 12:54 robert * NEWS.txt: Updated news to keep in sync with online news entry 2009-02-04 12:50 robert * AUTHORS.txt: Updated AUTHORS file for 2.8 branch. 2009-02-04 12:31 robert * NEWS.txt, README.txt: Updated NEWS and README for 2.8 branch 2009-02-04 11:35 robert * include/osg/Image, src/osg/Image.cpp, src/osgWrappers/osg/Image.cpp: Fixed the constness of osg::Image* pointer 2009-02-04 09:03 robert * src/OpenThreads/common/Atomic.cpp: Removed cast, to quieten VS warnings. Confirm change with original author Mathias Froehlich. 2009-02-03 20:26 robert * include/osgIntrospection/Export, include/osgIntrospection/TypedMethodInfo: Clean up warning disable code 2009-02-03 20:17 robert * examples/osgviewerGLUT/osgviewerGLUT.cpp: Disabled warning 2009-02-03 17:14 robert * src/osg/MatrixDecomposition.cpp: Fixed warning 2009-02-03 17:11 robert * src/osgUtil/Simplifier.cpp: Fixed warning 2009-02-03 15:28 robert * examples/osgcluster/broadcaster.cpp, examples/osgcluster/osgcluster.cpp, examples/osgcluster/receiver.cpp, examples/osgimagesequence/osgimagesequence.cpp, examples/osgmovie/osgmovie.cpp, examples/osgunittests/UnitTestFramework.cpp, examples/osgunittests/UnitTestFramework.h, include/osgIntrospection/Reflector, include/osgIntrospection/TypedConstructorInfo, include/osgIntrospection/TypedMethodInfo, src/OpenThreads/win32/Win32Thread.cpp, src/osgPlugins/3ds/ReaderWriter3DS.cpp, src/osgPlugins/cfg/ConfigLexer.cpp, src/osgPlugins/jpeg/ReaderWriterJPEG.cpp, src/osgPlugins/lwo/lwo2types.h, src/osgPlugins/obj/OBJWriterNodeVisitor.cpp, src/osgPlugins/txp/ReaderWriterTXP.cpp, src/osgPlugins/txp/TXPIO.cpp, src/osgPlugins/txp/TXPParser.cpp, src/osgPlugins/txp/trpage_material.cpp, src/osgUtil/Simplifier.cpp, src/osgUtil/TriStrip_tri_stripper.h: Warning fixes 2009-02-03 12:47 robert * examples/osgtexture2D/osgtexture2D.cpp: Added setDataVariance(DYNAMIC) to text label as it's being updated dynamically 2009-02-03 11:54 robert * include/osgIntrospection/TypedMethodInfo: Added local disabling the the VS C4121 "alignment of a member was sensitive to packing" warning 2009-02-03 11:07 robert * src/osgWidget/Input.cpp: Fixed warning 2009-02-03 11:05 robert * CMakeLists.txt: Added disabling of "warning: format not a string literal, argument types not checked" under FreeBSD as these errors are being generated from std library ostream implementation. 2009-02-03 11:04 robert * include/osgViewer/ViewerEventHandlers: Added explict initialization of osg::Object contstructor to fix warning 2009-02-02 20:42 robert * src/osgWrappers/osg/TransferFunction.cpp: Updated wrappers 2009-02-02 20:35 robert * include/osgIntrospection/Attributes, include/osgIntrospection/ConstructorInfo, include/osgIntrospection/MethodInfo, include/osgIntrospection/ParameterInfo, include/osgIntrospection/PropertyInfo, include/osgIntrospection/Value, src/osg/ShapeDrawable.cpp, src/osg/Transform.cpp, src/osgDB/DatabasePager.cpp, src/osgSim/SphereSegment.cpp, src/osgText/String.cpp, src/osgUtil/CullVisitor.cpp, src/osgUtil/DelaunayTriangulator.cpp, src/osgUtil/EdgeCollector.cpp, src/osgUtil/IntersectVisitor.cpp, src/osgUtil/LineSegmentIntersector.cpp, src/osgUtil/Simplifier.cpp, src/osgUtil/TriStripVisitor.cpp, src/osgUtil/TriStrip_graph_array.h, src/osgViewer/PixelBufferWin32.cpp: Warnings fixes for VS. 2009-02-02 20:34 robert * src/osgViewer/CMakeLists.txt: Attempt to appease both FreeBSD CMAke 2.6.2 + Linux CMake 2.4.8 builds 2009-02-02 18:55 robert * src/osgAnimation/Timeline.cpp: From Cedric Pinson, warning fix. 2009-02-02 17:46 robert * src/osg/MatrixDecomposition.cpp: Added initializer for local Quat definition 2009-02-02 17:32 robert * include/osgViewer/ViewerEventHandlers: Added explict intializiers of base classes 2009-02-02 17:16 robert * CMakeModules/FindOSG.cmake: Added /lib64 to search paths. 2009-02-02 17:15 robert * include/osgViewer/ViewerEventHandlers, src/osgViewer/StatsHandler.cpp: Improved handling of stats projection size 2009-02-02 16:56 robert * src/osgPlugins/logo/ReaderWriterLOGO.cpp: From Stephan Huber, build fix for OSX XCode build 2009-02-02 15:04 robert * include/osg/Version: Fixed version 2009-02-02 14:55 robert * CMakeLists.txt, include/OpenThreads/Version, include/osg/Version, src/OpenThreads/CMakeLists.txt: Updated OpenThreads and OpenSceneGraph version ready for OSG-2.8 branch. 2009-02-02 14:51 robert * src/osgPlugins/osgAnimation/ReaderWriter.cpp: From Cedric Pinson, "Here an update of the osgAnimation ReaderWriter, it add other NodeCallback that could be attached to a node with Bone." 2009-02-02 14:50 robert * src/osgPlugins/osgParticle/IO_FluidFrictionOperator.cpp: From Pierre Haritchablaet, "The wind vector of osgParticle::FluidFrictionOperator has not been written and read in IO_FluidFrictionOperator. This patch fixes osg plug'in FluidFrictionOperator_readLocalData and FluidFrictionOperator_writeLocalData." 2009-02-02 14:43 robert * examples/osgterrain/osgterrain.cpp, examples/osgvolume/osgvolume.cpp, include/osg/TransferFunction, include/osgTerrain/Layer, src/osg/TransferFunction.cpp, src/osgPlugins/osg/TransferFunction.cpp, src/osgPlugins/osgTerrain/TerrainTile.cpp, src/osgPlugins/osgVolume/VolumeTile.cpp, src/osgTerrain/Layer.cpp, src/osgViewer/CMakeLists.txt, src/osgVolume/Layer.cpp, src/osgWrappers/osg/TransferFunction.cpp: Refactored osg::TransferFunction1D to use an std::map internally which is kept in sync with the actual osg::Image that is passed to the GPU. Added .osg support for osg::TransferFunction1D. Updated wrappers 2009-02-02 09:23 robert * include/osg/Node: From Sukender, add check against NULL parameter value 2009-02-01 12:38 robert * include/osg/TransferFunction, src/osg/TransferFunction.cpp, src/osgPlugins/osg/CMakeLists.txt, src/osgPlugins/osg/TransferFunction.cpp, src/osgPlugins/osgVolume/TransferFunctionProperty.cpp: Ground work for full .osg support for osg::TransferFunction* 2009-01-31 21:46 robert * NEWS.txt: Updated NEWS 2009-01-31 21:46 robert * src/osgPlugins/osgVolume/CMakeLists.txt, src/osgPlugins/osgVolume/TransferFunctionProperty.cpp: Added initial placeholder for .osg support for osgVolume::TransferFunctionProperty 2009-01-31 21:45 robert * examples/osgvolume/osgvolume.cpp: Fixed handling of TransferFunctionProperty. 2009-01-31 10:21 robert * src/osgViewer/CMakeLists.txt: Rejigged the Xrandr include 2009-01-30 18:56 robert * src/osgVolume/Shaders/volume_frag.cpp, src/osgVolume/Shaders/volume_iso_frag.cpp, src/osgVolume/Shaders/volume_lit_frag.cpp, src/osgVolume/Shaders/volume_lit_tf_frag.cpp, src/osgVolume/Shaders/volume_mip_frag.cpp, src/osgVolume/Shaders/volume_tf_frag.cpp, src/osgVolume/Shaders/volume_tf_iso_frag.cpp, src/osgVolume/Shaders/volume_tf_mip_frag.cpp: Improved shaders to better handle region of constant values when doing normal generation 2009-01-30 17:10 robert * src/osgVolume/RayTracedTechnique.cpp, src/osgVolume/Shaders/volume_iso_frag.cpp, src/osgVolume/Shaders/volume_tf_iso_frag.cpp: Updated iso surface shaders 2009-01-30 16:45 robert * src/osgVolume/Shaders/volume_iso_frag.cpp: Added support for discard fragment that don't generate an iso surface intersect 2009-01-30 15:04 robert * src/osg/TransferFunction.cpp: From Paul Melis, "I think TransferFunction needs to call _image->dirty() in two places in response to an assign() of new transfer map values. Here's an updated file, which seems to work here. " 2009-01-30 14:54 robert * src/osgPlugins/osgParticle/IO_ParticleEffect.cpp: From Lionel Lagarde, "this correct how the ParticleEffect are serialized : - the texture file name is taken from the TextFileName field - the texture file name is written using writeString " 2009-01-30 13:05 robert * AUTHORS.txt, applications/osgversion/osgversion.cpp: Update AUTHORS for release 2009-01-30 12:17 robert * ChangeLog: Updated ChangeLog for 2.7.9 release 2009-01-30 12:09 robert * src/osgViewer/StatsHandler.cpp: Fixed size of background of frame stats so that it's the correct width of the window 2009-01-30 11:40 robert * src/osgWrappers/osgVolume/Property.cpp: Updated wrappers 2009-01-30 10:55 robert * NEWS.txt, include/osg/Array, include/osg/Drawable, include/osg/Geometry, include/osg/Group, include/osg/Image, include/osg/KdTree, include/osg/Node, include/osg/OperationThread, include/osg/PrimitiveSet, include/osg/Program, include/osg/Shape, include/osg/State, include/osg/StateAttribute, include/osg/StateSet, include/osg/Stats, include/osg/View, include/osgVolume/Property: Fixed warnings, updated NEWS 2009-01-29 20:40 robert * src/osgPlugins/osgVolume/CMakeLists.txt, src/osgPlugins/osgVolume/PropertyAdjustmentCallback.cpp: Added support for osgVolume::ProperyAdjustmentCallback 2009-01-29 20:34 robert * src/osgPlugins/osgVolume/CMakeLists.txt, src/osgPlugins/osgVolume/CompositeProperty.cpp, src/osgPlugins/osgVolume/ImageLayer.cpp, src/osgPlugins/osgVolume/Property.cpp, src/osgPlugins/osgVolume/ScalarProperty.cpp, src/osgPlugins/osgVolume/SwitchProperty.cpp: Added support for osgVolume::Property classes 2009-01-29 17:19 robert * src/osgPlugins/osgVolume/ImageLayer.cpp, src/osgPlugins/osgVolume/VolumeTile.cpp: Fixed handling of files with event callbacks on them. 2009-01-29 16:38 robert * examples/osgcluster/CMakeLists.txt: From Jean-Sebastien Guay, added missing windows socket library 2009-01-29 15:37 robert * CMakeModules/FindOSG.cmake: Updated FindOSG.cmake from the version used by Present3D as this is more up to date. 2009-01-29 15:32 robert * ChangeLog: Update ChangeLog 2009-01-29 15:07 robert * NEWS.txt: Updated news 2009-01-29 14:41 robert * src/osgViewer/ViewerBase.cpp: Fixed the sumation of the the unique number of primtivesets and vertices in the scene Stats collect 2009-01-29 14:35 robert * examples/osgcluster/CMakeLists.txt: Added CMakeLists.txt for osgcluster 2009-01-29 14:00 robert * NEWS.txt: First cut of NEWS for 2.8 release 2009-01-29 13:29 robert * CMakeLists.txt: Restructed the reporting of the libpath message so that it only appears the first time it's required 2009-01-29 13:17 robert * examples/CMakeLists.txt: Added osgcluster example into build system 2009-01-29 11:18 robert * src/osgPlugins/bsp/VBSPReader.cpp, src/osgPlugins/vtf/ReaderWriterVTF.cpp: From Jason Daly, "Somehow, one of the shaders in the bsp plugin started behaving incorrectly between the original submission and now. I suspect it has to do with a typo in the setup of the shader that was fixed at some point, or it happened during the recent warnings purge. In any case, I had to invert the usage of a parameter in the shader to make it behave properly again. The vtf plugin wasn't working in Windows due to OS differences in the byte-packing of the header structure (on Windows, the big block read was causing a buffer overrun). I fixed this by reading the structure from the file field by field. It's now happy on both Linux and Windows." 2009-01-29 11:03 robert * src/osgPlugins/Inventor/ConvertFromInventor.cpp: Fixed warning 2009-01-29 10:43 robert * CMakeLists.txt: Revised the message about install path. 2009-01-29 10:22 robert * src/osgAnimation/CMakeLists.txt: Added missing entry in build for AnimationManager.cpp 2009-01-29 09:28 robert * src/osgUtil/SceneView.cpp: Improved the handling of toggling of GL_LIGHTi modes when SceneView::setLightingMode() is toggled on/off. 2009-01-29 09:27 robert * src/osgPlugins/OpenFlight/expPrimaryRecords.cpp: Replaced -1 with ~0u to fix warning due to being written to a UInt field. Note, OpenFlight spec says -1, which is clearly an error in the spec, so we've had to guess at ~0u being an appropriate value. 2009-01-29 09:24 robert * examples/osgvolume/osgvolume.cpp: Removed now redundent shader files. Fixed the adding of transfer function property. 2009-01-28 16:48 robert * examples/osgvolume/volume_frag.cpp, examples/osgvolume/volume_iso_frag.cpp, examples/osgvolume/volume_mip_frag.cpp, examples/osgvolume/volume_n_frag.cpp, examples/osgvolume/volume_tf_frag.cpp, examples/osgvolume/volume_tf_iso_frag.cpp, examples/osgvolume/volume_tf_mip_frag.cpp, examples/osgvolume/volume_tf_n_frag.cpp, examples/osgvolume/volume_vert.cpp: Removed old shader files 2009-01-28 16:44 robert * src/osgWidget/Window.cpp, src/osgWidget/WindowManager.cpp: Removed comments. 2009-01-28 15:23 robert * src/osgWrappers/osg/CullStack.cpp: Updated wrappers 2009-01-28 15:15 robert * include/osg/CullStack: Moved push/popCulling set it public scope. 2009-01-28 13:45 robert * src/osgViewer/StatsHandler.cpp: From Paul Melis, "1) Changes the order of the camera stats slightly, to be more in line with the view stats 2) Uses a slightly smaller block for view statistics" 2009-01-28 12:55 robert * CMakeLists.txt: From Mathias Froehlich, fixed typo. 2009-01-28 12:51 robert * src/osgPlugins/OpenFlight/PrimaryRecords.cpp, src/osgPlugins/osgSim/IO_ObjectRecordData.cpp: Fixed warnings 2009-01-28 12:45 robert * src/osgWidget/Window.cpp, src/osgWidget/WindowManager.cpp: Fixed of warnings 2009-01-28 12:28 robert * src/osgPlugins/3ds/readwrite.cpp, src/osgPlugins/bsp/BITSET.cpp: Fixed warnings 2009-01-28 12:02 robert * CMakeLists.txt: Temporarily disabled VS warning C4100 to enable use to home in on the useful warnings that could do with resolving. 2009-01-28 11:59 robert * src/osgAnimation/Animation.cpp, src/osgWidget/Input.cpp: From Mathias Froehlich, "I have today built svn trunk on HP-UX and Solaris8. I had to do two small changes to src/osgWidget/Input.cpp and src/osgAnimation/Animation.cpp mainly because of name lookup problems. " 2009-01-28 11:16 robert * src/osgParticle/FluidFrictionOperator.cpp: From Lionel Lagarde, removed accounting of local to world transform on the force vector as the particle velocity should already been in world coords. Fixing this addresses a bug where particles accelerated out of the scene rather than slowing down. 2009-01-28 10:06 robert * src/osgViewer/View.cpp, src/osgViewer/ViewerBase.cpp: Added check against existing of a valid Stats object in ViewerBase::renderinTraverls() to prevent crash. Added default View Stats into src/osgViewer/View.cpp to enable stats to be collected for views 2009-01-28 09:42 robert * CMakeLists.txt, packaging/ld.so.conf.d, packaging/ld.so.conf.d/openscenegraph.conf.in: From Mattias Helsing, "this is a semi-submission based on what you and others have been talking about in the LIB_POSTFIX thread. It is a bit verbose perhaps and the message I emit during the make install step flashes by and gets burried under all "installing..." and/or "up-to-date..." messages. I have posted on the cmake mail list on ways to do this better. The submission adds: * message to user during configuration that s/he's eventually going o install to ${CMAKE_INSTALL_PREFIX}lib${LIB_POSTFIX} * if system has /etc/ld.so.conf.d and it is a dir generates packaging/ld.so.conf.d/openscenegraph.conf and creates a custom target for installing it (target must be run explicitly of course). User is notified of this during configuration (may not be necessary) * emit a message during installation that libraries are put in . This message unfortunately gets emitted to soon for the user to see it * I added "COMPONENT libopenscenegraph-dev" to the pkgconfig.pc's install command * Moved the section with OSG_CONFIG_HAS_BEEN_RUN_BEFORE as close to the end of CMakeLists.txt as I dared. This is the intent of this construct I think." 2009-01-28 09:31 robert * examples/osgcompositeviewer/osgcompositeviewer.cpp, src/osgViewer/StatsHandler.cpp: From Paul Melis, "Here is an updated osgViewer::StatsHandler. It has the following changes: - The text and dark background rectangles are now correctly placed, and slightly resized here and there. - All counters (vertices, etc) now use a fixed formatting with 0 digits precision, to prevent the text from being shown in scientific notation when the number get large (e.g. 6.34344e+6). I tested with a scene containing roughly 4 million vertices, to make sure its stats would display correctly. I also made slight changes to osgcompositeviewer (attached) to aid in testing the stats display, specifically displaying of camera and view names." 2009-01-28 09:26 robert * examples/osgcompositeviewer/osgcompositeviewer.cpp: From Paul Melis, remove redundent spaces 2009-01-28 09:24 robert * src/osgViewer/StatsHandler.cpp: From Paul Melis, removed redundent spacing. 2009-01-28 09:23 robert * include/osgUtil/SceneView, src/osgUtil/SceneView.cpp: Fixed the handling of setLightingMode and inheritCullSettings so that it properly manages the GL_LIGHTING mode 2009-01-28 09:21 robert * include/osg/Shape, src/osg/Shape.cpp: From Patrick Hartling, "I encountered a bug related to RTTI for subclasses of osg::Shape. The circumstances under which this bug occur are rather specific, but the basic problem occurs when one translation unit other than libosg.so constructs an object that is a subclass of osg::Shape and another translation unit other than libosg.so tries to perform a dynamic_cast or other RTTI-based operation on that object. Under these circumstances, the RTTI operation will fail. In my case, the translation units involved were an application and osgdb_ive.so. The application constructed a scene graph that included instantiations of subclasses of osg::Shape. Depending on how the user ran the application, it would write the scene graph to an IVE file using osgDB::writeNodeFile(). The dynamic_cast operations in DataOutputStream::writeShape() would fail on the first subclass of osg::Shape that was encountered. This is because there were two different RTTI data objects for all osg::Shape subclasses being compared: one in the application and one in osgdb_ive.so. The fix for this is simple. We must ensure that at least one member function of each of the subclasses of the polymorphic type osg::Shape is compiled into libosg.so so that there is exactly one RTTI object for that type in libosg.so. Then, all code linking against libosg.so will use that single RTTI object. The following message from a list archive sort of explains the issue and the solution: http://aspn.activestate.com/ASPN/Mail/Message/1688156 While the posting has to do with Boost.Python, the problem applies to C++ libraries in general." 2009-01-28 09:06 robert * src/osgPlugins/cfg/RenderSurface.cpp: Added back in intializers for RenderSurface. 2009-01-27 15:35 robert * packaging/pkgconfig/openscenegraph.pc, packaging/pkgconfig/openthreads.pc: Removed .pc files as they are now automatically generated with the correct values by Cmake from the openthreads.pc.in and openscenegraph.pc.in files. 2009-01-27 15:34 robert * CMakeLists.txt, src/OpenThreads/CMakeLists.txt: From Alberto Luaces, "I have modified CMakeLists.txt in order to make CMake fill the existent openscenegraph.pc and openthreads.pc files with OSG's installation values. Then I install those files into the expected path for pkg-config (this can also be modified through PKG_CONFIG_PATH environment variable). Therefore those of us who are using pkg-config for linking can easily select which version of OSG we want to use." 2009-01-27 15:34 robert * packaging/pkgconfig/openscenegraph.pc, packaging/pkgconfig/openscenegraph.pc.in, packaging/pkgconfig/openthreads.pc, packaging/pkgconfig/openthreads.pc.in: From Alberto Luaces, "I have modified CMakeLists.txt in order to make CMake fill the existent openscenegraph.pc and openthreads.pc files with OSG's installation values. Then I install those files into the expected path for pkg-config (this can also be modified through PKG_CONFIG_PATH environment variable). Therefore those of us who are using pkg-config for linking can easily select which version of OSG we want to use." 2009-01-27 15:14 robert * src/osgPlugins/tiff/ReaderWriterTIFF.cpp: From Jason Beverage, "Here is a small fix that enables writing 16 bit short images in the tiff plugin. " 2009-01-27 14:11 robert * include/osgShadow/DebugShadowMap, include/osgShadow/MinimalDrawBoundsShadowMap, src/osgShadow/DebugShadowMap.cpp: Converted viewer camera references to use observer_ptr<> rather than ref_ptr<> or C pointers to avoid issues with circular references/dangling pointers. 2009-01-27 13:23 robert * include/osg/View, include/osgViewer/CompositeViewer, include/osgViewer/Viewer, include/osgViewer/ViewerBase, src/osgViewer/CompositeViewer.cpp, src/osgViewer/StatsHandler.cpp, src/osgViewer/Viewer.cpp, src/osgViewer/ViewerBase.cpp, src/osgWrappers/osg/View.cpp, src/osgWrappers/osgUtil/Statistics.cpp, src/osgWrappers/osgViewer/CompositeViewer.cpp, src/osgWrappers/osgViewer/Viewer.cpp, src/osgWrappers/osgViewer/ViewerBase.cpp: Refactored the view stats. 2009-01-27 09:09 robert * src/osg/State.cpp: Commented out debug message 2009-01-26 21:23 robert * include/osgUtil/Statistics, src/osgViewer/Renderer.cpp, src/osgViewer/StatsHandler.cpp: Ported onscreen camera stats across to using thread safe stats collection 2009-01-26 19:22 robert * configure: Added passing of command line args to cmake 2009-01-26 16:55 robert * src/osgPlugins/logo/ReaderWriterLOGO.cpp: Converted across to using ref_ptr<> to avoid memory leak/dangling pointer issues. 2009-01-26 15:16 robert * include/osg/Referenced, include/osg/State, src/osg/Referenced.cpp, src/osg/State.cpp, src/osgWrappers/osg/State.cpp: Fixed effective leak in Program::PerContextProgram caused by previously osg::State keeping a set of std::ref_ptr without ever pruning this list. The fix was to convert the osg::State to use C pointers for the set of applied PerContexProgram objects, and use the osg::Oberver mechanism to avoid dangling pointers for being maintained in osg::State. 2009-01-26 13:48 robert * src/osgViewer/CMakeLists.txt: Moved the XRANDR include into LIB_PRIVATE_HEADERS to avoid FreeBSD build problem 2009-01-26 10:52 robert * src/osgWrappers/osgAnimation/AnimationManager.cpp: Updated wrappers 2009-01-26 10:35 robert * src/osgDB/DatabasePager.cpp: From Rick Appleton, "In DatabasePager.cpp I believe there's a copy-paste ommission. A little bit further down the file where the Drawables are compiled the code is similar to how I have fixed the code here for the StateSets. If the DatabasePager thread is supposed to pre-compile things, it will call the compileGLObjects such that compileAll will be true. However, when compiling StateSets compileAll isn't currently checked." 2009-01-24 10:02 robert * include/osgAnimation/AnimationManager: Changed META_NodeVisitor usage to META_Object as it's more appropriate. 2009-01-24 10:00 robert * include/osgAnimation/AnimationManager: From Stephan Huber, "OS X failed to compile AnimationManager because of the useage of META_Node-macro, but AnimationManager is inherited from NodeVisitor, so I changed the Macro to META_NodeVisitor" 2009-01-23 23:04 shuber * Xcode/OpenSceneGraph/OpenSceneGraph.xcodeproj/project.pbxproj: From Stephan Huber: updated XCode project 2009-01-23 15:52 robert * src/osgPlugins/dae/daeRMaterials.cpp: From Roland Smeenk, "attached is a small crash fix for the case that a texture is used for transparency without the availability of a diffuse texture." 2009-01-23 15:50 robert * include/osgShadow/DebugShadowMap, include/osgShadow/ShadowMap, src/osgShadow/DebugShadowMap.cpp, src/osgShadow/ShadowMap.cpp: Added forward declaration of callbacks to headers to avoid scoping issues of classes with same names. 2009-01-23 15:12 robert * include/osg/Export, src/osg/AutoTransform.cpp, src/osg/KdTree.cpp, src/osg/Texture.cpp, src/osgPlugins/bsp/VBSPData.cpp, src/osgPlugins/bsp/VBSPGeometry.cpp: Warning fixes for VS, and removal of associated warning disables 2009-01-23 15:02 robert * src/osgPlugins/shp/ESRIShape.cpp: Added workaround for silly posix read deprecation warning under VS. 2009-01-23 14:00 robert * include/osg/Export: Removed unneccesary warning disables 2009-01-23 11:52 robert * src/osgPlugins/dicom/ReaderWriterDICOM.cpp: Added range of visual rendering properties to readNode's creation of VolumeTile/ImageLayer. 2009-01-23 10:29 robert * src/OpenThreads/win32/Win32Thread.cpp, src/OpenThreads/win32/Win32ThreadPrivateData.h: From Mattias Froehlich, "To pass the Microsoft application verifier we have tried to get osgviewer working with that thing. This is what was missing so far: Make win32 threads behave like the posix implementation when setting thread cpu affinity. That includes avoid setting thread affininty on a non running thread. Set that once it is running." 2009-01-23 09:24 robert * include/osgVolume/Property, src/osgVolume/VolumeTile.cpp: From Lionel Lagarde, "here is a correction on osgVolume/Property added OSGVOLUME_EXPORT to PropertyAdjustmentCallback osgVolume/VolumeTile.cpp in copy constructor, removed ';' on if (volumeTile.getVolumeTechnique())" 2009-01-23 09:22 robert * src/osgDB/DatabasePager.cpp: Upped notification level of timing stats 2009-01-21 19:28 robert * src/osgWrappers/osgAnimation/Bone.cpp: Updated wrappers 2009-01-21 19:02 robert * examples/osganimationskinning/osganimationskinning.cpp, examples/osganimationviewer/AnimtkViewer.cpp, include/osgAnimation/Bone, include/osgAnimation/Interpolator, include/osgAnimation/Sampler, include/osgAnimation/Skinning, src/osgAnimation/RigGeometry.cpp, src/osgAnimation/Skeleton.cpp: From Cedric Pinson, "updated osgAnimation with the trunk here the update: examples/osganimationviewer/AnimtkViewer.cpp: - add option to display bone (--drawbone) - dont crash if the file does not contains a AnimationManagerBase, display the content only examples/osganimationviewer/AnimtkViewerGUI.cpp: - adjust the path of image for the gui include/osgAnimation/Interpolator: - add warn message instead of old assert include/osgAnimation/Bone: src/osgAnimation/Skeleton.cpp: - change a method name to fit better with what it does. setMatrixInSkeletonSpace instead of setBoneInSkeletonSpace include/osgAnimation/Skinning: src/osgAnimation/RigGeometry.cpp: - add patch from Fabien Lavignotte to compute normal correctly include/osgAnimation/Sampler: - adjust behviour without assert, return 0 instead of crashing " 2009-01-21 19:01 robert * examples/osgdrawinstanced/osgdrawinstanced.cpp, examples/osgvolume/osgvolume.cpp: Fixed compile errors for when ref_ptr<> auto conversion is disabled 2009-01-21 18:47 robert * src/osgPlugins/dae/ReaderWriterDAE.cpp, src/osgPlugins/dae/daeRGeometry.cpp, src/osgPlugins/dae/daeRMaterials.cpp, src/osgPlugins/dae/daeReader.cpp, src/osgPlugins/dae/daeReader.h: From Roger James, The changes are as follows:- 1. Support for ambient occlusion maps. 2. A fix for the incorrect handling of normals on all geometries. The optimizer usually fixed this bug so it probably was not noticed very often. 3. A new option flag on the reader. "StrictTransparency" // Process transparent and transparency settings according to a strict interpretation of the spec // See https://collada.org/public_forum/viewtopic.php?f=12&t=1210 otherwise // Jump through various hoops to accomodate the multiplicity of different ways // that various people have interpreted the specification 4. Handling of texures in the transparent channel. This is allowed provided that they are the same texture that is specified in the diffuse channel. Accomodating a different texture would require use of programmable pipeline functionality which I have tried to avoid. 5. Handling of elements. "" 2009-01-21 18:34 robert * CMakeLists.txt, CMakeModules/OsgCPack.cmake, CMakeModules/OsgCPackConfig.cmake.in, CMakeModules/OsgDetermineCompiler.cmake: From Mattias Helsing, "got some feedback from J-S on the packaging so I have changed the name of the top folder in each package to OpenSceneGraph-x.y.z Noone else has had an opinion on whether compiler and it's version should be part of the package filename on their platform/setup so I'll leave it as is. That is - No action is taken for compilers other than msvc but one can easily add this information to the cmake cache regardless of platform. " 2009-01-21 18:23 robert * src/osgPlugins/3ds/ReaderWriter3DS.cpp, src/osgPlugins/OpenFlight/PaletteRecords.cpp, src/osgPlugins/ac/ac3d.cpp, src/osgPlugins/bsp/Q3BSPReader.cpp, src/osgPlugins/bsp/VBSPReader.cpp, src/osgPlugins/dae/daeRMaterials.cpp, src/osgPlugins/dw/ReaderWriterDW.cpp, src/osgPlugins/geo/ReaderWriterGEO.cpp, src/osgPlugins/ive/DataInputStream.cpp, src/osgPlugins/logo/ReaderWriterLOGO.cpp, src/osgPlugins/lwo/ReaderWriterLWO.cpp, src/osgPlugins/lwo/Surface.cpp, src/osgPlugins/lwo/old_Lwo2.cpp, src/osgPlugins/md2/ReaderWriterMD2.cpp, src/osgPlugins/mdl/MDLReader.cpp, src/osgPlugins/obj/ReaderWriterOBJ.cpp, src/osgPlugins/osgViewer/View.cpp, src/osgPlugins/osgVolume/ImageLayer.cpp, src/osgPlugins/txp/TXPArchive.cpp, src/osgPlugins/vrml/ReaderWriterVRML2.cpp, src/osgPlugins/x/ReaderWriterDirectX.cpp: Replaced readImageFile() usage with readRefImageFile() to prevent threading issues with caching of imagery in the osgDB::Registry cache. 2009-01-21 17:10 robert * src/osgDB/Registry.cpp: From Jason Beverage, "I realized today that there is an issue with the Registry changes I submitted to allow plugins to have the first go at URLs. The code works fine as is if the format plugin is not already loaded in memory. If a plugin is already in memory, say the PNG plugin for example, then a call to readImageFile("http://server.com/image.png") will return FILE_NOT_FOUND because osgDB::findDataFile will not be able to locate the file. So the Registry::read method is returning before the CURL plugin is given a chance to download the file. I've made a few changes to the Registry to not return FILE_NOT_FOUND if the filename contains a URL that fix the issue." 2009-01-21 14:37 robert * src/osgText/Text.cpp: From Sherman Wilcox, "Minor change to the glPushAttrib(...) call in renderWithStencilBuffer(...) - added GL_STENCIL_BUFFER_BIT" 2009-01-21 14:27 robert * examples/osgvolume/osgvolume.cpp, include/osgVolume/RayTracedTechnique, include/osgVolume/ShaderTechnique, src/osgPlugins/dicom/ReaderWriterDICOM.cpp, src/osgPlugins/osgVolume/CMakeLists.txt, src/osgPlugins/osgVolume/RayTracedTechnique.cpp, src/osgPlugins/osgVolume/ShaderTechnique.cpp, src/osgVolume/CMakeLists.txt, src/osgVolume/RayTracedTechnique.cpp, src/osgVolume/ShaderTechnique.cpp, src/osgWrappers/osgVolume/RayTracedTechnique.cpp, src/osgWrappers/osgVolume/ShaderTechnique.cpp: Renamed ShaderTechnique to RayTracedTechnique 2009-01-21 12:06 robert * examples/osgvolume/osgvolume.cpp, src/osgVolume/Property.cpp: Cleaned up osgvolume 2009-01-21 11:46 robert * examples/osgvolume/osgvolume.cpp, include/osgVolume/Property, src/osgVolume/Property.cpp, src/osgWrappers/osgVolume/Property.cpp: Introduced the ability to switch between different visual properties in osgVolume 2009-01-20 17:53 robert * src/osgWrappers/genwrapper.conf, src/osgWrappers/osgVolume/Property.cpp: Updated wrappers 2009-01-20 17:41 robert * examples/osgvolume/osgvolume.cpp, include/osgVolume/Property, src/osgVolume/CMakeLists.txt, src/osgVolume/Layer.cpp, src/osgVolume/Property.cpp, src/osgVolume/ShaderTechnique.cpp, src/osgVolume/Shaders/volume_lit_frag.cpp, src/osgVolume/Shaders/volume_lit_tf_frag.cpp: Moved PropertyAdjustmentCallback from osgvolume.cpp into osgVolume. Updated lighting shaders. 2009-01-20 15:30 robert * src/osgVolume/Shaders/volume_lit.cpp, src/osgVolume/Shaders/volume_lit_tf.cpp: Removed redundent shader files 2009-01-20 15:29 robert * src/osgVolume/ShaderTechnique.cpp, src/osgVolume/Shaders/volume_lit.cpp, src/osgVolume/Shaders/volume_lit_frag.cpp, src/osgVolume/Shaders/volume_lit_tf.cpp, src/osgVolume/Shaders/volume_lit_tf_frag.cpp: Added lighting based shaders 2009-01-20 15:06 robert * examples/osgvolume/osgvolume.cpp: Added event key variables 2009-01-20 13:50 robert * examples/osgvolume/osgvolume.cpp, include/osgVolume/Property, src/osgVolume/Property.cpp, src/osgVolume/ShaderTechnique.cpp, src/osgVolume/Shaders/volume_frag.cpp, src/osgVolume/Shaders/volume_iso_frag.cpp, src/osgVolume/Shaders/volume_mip_frag.cpp, src/osgVolume/Shaders/volume_n_frag.cpp, src/osgVolume/Shaders/volume_tf_frag.cpp, src/osgVolume/Shaders/volume_tf_iso_frag.cpp, src/osgVolume/Shaders/volume_tf_mip_frag.cpp, src/osgVolume/Shaders/volume_tf_n_frag.cpp: Added support for SampleDensityProperty and TransparencyProperty 2009-01-20 12:39 robert * examples/osgvolume/osgvolume.cpp, include/osgVolume/Property, src/osgVolume/FixedFunctionTechnique.cpp, src/osgVolume/Property.cpp, src/osgVolume/ShaderTechnique.cpp, src/osgVolume/Shaders/volume_frag.cpp, src/osgVolume/Shaders/volume_mip_frag.cpp, src/osgVolume/Shaders/volume_n_frag.cpp, src/osgVolume/Shaders/volume_tf_frag.cpp, src/osgVolume/Shaders/volume_tf_mip_frag.cpp, src/osgVolume/Shaders/volume_tf_n_frag.cpp: Added AlphaFunc support into osgVolume::AlphaFuncProperty. 2009-01-20 11:34 robert * src/osgPlugins/dicom/ReaderWriterDICOM.cpp: Fixed compile error when using ITK 2009-01-17 17:23 robert * examples/osgvolume/osgvolume.cpp: Updated event callback to be able to update iso surface value. 2009-01-17 17:23 robert * src/osgVolume/ShaderTechnique.cpp, src/osgVolume/Shaders/volume_iso_frag.cpp, src/osgVolume/Shaders/volume_tf_iso_frag.cpp: Updated Uniform name for controlling IsoSurfaceValue 2009-01-17 16:00 robert * src/osgWrappers/osgVolume/FixedFunctionTechnique.cpp, src/osgWrappers/osgVolume/Layer.cpp, src/osgWrappers/osgVolume/Property.cpp, src/osgWrappers/osgVolume/VolumeTile.cpp: Updated wrappers 2009-01-16 17:59 robert * examples/osgvolume/osgvolume.cpp, include/osgVolume/Layer, src/osgPlugins/dicom/ReaderWriterDICOM.cpp, src/osgVolume/Layer.cpp, src/osgVolume/ShaderTechnique.cpp: Removed old volume rendering scene graph code from osgvolume example. Moved createNormalMapTexture and applyTransferFunction functions from osgvolume example into include/osgVolume/Layer. 2009-01-16 16:21 robert * include/osgVolume/FixedFunctionTechnique, src/osgVolume/FixedFunctionTechnique.cpp, src/osgVolume/ShaderTechnique.cpp: Completed firt pass implementation FixedFunction and ShaderTechnique. 2009-01-16 11:27 robert * examples/osgvolume/osgvolume.cpp, include/osgVolume/FixedFunctionTechnique, include/osgVolume/Property, src/osgVolume/FixedFunctionTechnique.cpp, src/osgVolume/Property.cpp: Moved basics of fixed function pipeline implementation from osgvolume example into osgVolume 2009-01-16 10:34 robert * src/osgPlugins/dicom/ReaderWriterDICOM.cpp: Added default use of osgVolume::ShaderTechnique 2009-01-16 10:23 robert * examples/osgvolume/osgvolume.cpp, include/osgVolume/Layer, src/osgPlugins/dicom/ReaderWriterDICOM.cpp, src/osgPlugins/osgVolume/ImageLayer.cpp, src/osgVolume/Layer.cpp: Introduced ImageLayer computeMinMax + rescaling methods, and use of rescaleToZeroToOneRange by default. 2009-01-15 15:57 robert * examples/osgvolume/osgvolume.cpp, include/osgVolume/Layer, include/osgVolume/Property, include/osgVolume/VolumeTile, src/osgVolume/Layer.cpp, src/osgVolume/Property.cpp, src/osgVolume/ShaderTechnique.cpp, src/osgVolume/VolumeTile.cpp: Introduce osgVolume::PropertVisitor, and IsoSurface, MaximumImageProjection, Ligting and AlphaFunc Properties 2009-01-15 10:44 robert * include/osg/Camera, src/osg/Camera.cpp, src/osgWrappers/osgTerrain/Terrain.cpp, src/osgWrappers/osgVolume/Volume.cpp, src/osgWrappers/osgVolume/VolumeTile.cpp: Removal of rendundant characters from Camera and Camera.cpp. Updated wrappers 2009-01-15 10:36 robert * include/osg/Camera, src/osg/Camera.cpp: From Rudolf Wiedemann, "attached is the osg::Camera class (based on revision 9493), where methods getProjectionMatrixAsOrtho() getProjectionMatrixAsFrustum() getProjectionMatrixAsPerspective() getViewMatrixAsLookAt() (2x) are now const, as they only call const methods of osg::Matrixf/d. " 2009-01-14 20:43 robert * include/osgTerrain/Terrain, include/osgVolume/Volume, src/osgPlugins/osgVolume/Volume.cpp: Changed setVolumeTechnique to setVolumeTechniquePrototype() 2009-01-14 20:38 robert * include/osgVolume/Volume, include/osgVolume/VolumeTile, src/osgVolume/ShaderTechnique.cpp: Added VolumeTechnique to Volume 2009-01-14 20:32 robert * src/osgPlugins/CMakeLists.txt, src/osgPlugins/osgVolume, src/osgPlugins/osgVolume/CMakeLists.txt, src/osgPlugins/osgVolume/FixedFunctionTechnique.cpp, src/osgPlugins/osgVolume/ImageLayer.cpp, src/osgPlugins/osgVolume/Layer.cpp, src/osgPlugins/osgVolume/Locator.cpp, src/osgPlugins/osgVolume/ShaderTechnique.cpp, src/osgPlugins/osgVolume/Volume.cpp, src/osgPlugins/osgVolume/VolumeTile.cpp: Added osgVolume .osg plugin 2009-01-14 15:16 robert * examples/osgvolume/osgvolume.cpp, include/osgVolume/Export, include/osgVolume/FixedFunctionTechnique, include/osgVolume/Layer, include/osgVolume/Locator, include/osgVolume/Property, include/osgVolume/ShaderTechnique, include/osgVolume/Version, include/osgVolume/Volume, include/osgVolume/VolumeTechnique, include/osgVolume/VolumeTile, src/osgPlugins/dicom/ReaderWriterDICOM.cpp, src/osgVolume/CMakeLists.txt, src/osgVolume/Layer.cpp, src/osgVolume/Locator.cpp, src/osgVolume/Property.cpp, src/osgVolume/ShaderTechnique.cpp, src/osgVolume/Version.cpp, src/osgVolume/Volume.cpp, src/osgVolume/VolumeTechnique.cpp, src/osgVolume/VolumeTile.cpp, src/osgWrappers/osgVolume/FixedFunctionTechnique.cpp, src/osgWrappers/osgVolume/Layer.cpp, src/osgWrappers/osgVolume/Property.cpp, src/osgWrappers/osgVolume/ShaderTechnique.cpp, src/osgWrappers/osgVolume/VolumeTile.cpp: Introduced osgVolume::Property, CompositePropery and TransferFunctionPropety classes 2009-01-14 10:32 robert * src/osgPlugins/OpenFlight/PaletteRecords.cpp: From Lionel Lagarde, "The last field of the LightPointAppearancePalette is only valid for > 15.8 version of the format." 2009-01-13 17:51 robert * src/osgVolume/ShaderTechnique.cpp: Integrated state setup code from osgvolume.cpp example into ShaderTechnique path. 2009-01-13 17:20 robert * examples/osgvolume/osgvolume.cpp, include/osgVolume/FixedFunctionTechnique, include/osgVolume/ShaderTechnique, include/osgVolume/VolumeTile, src/osgPlugins/dicom/ReaderWriterDICOM.cpp, src/osgVolume/CMakeLists.txt, src/osgVolume/FixedFunctionTechnique.cpp, src/osgVolume/Layer.cpp, src/osgVolume/ShaderTechnique.cpp, src/osgVolume/Shaders, src/osgVolume/Shaders/volume_frag.cpp, src/osgVolume/Shaders/volume_iso_frag.cpp, src/osgVolume/Shaders/volume_mip_frag.cpp, src/osgVolume/Shaders/volume_n_frag.cpp, src/osgVolume/Shaders/volume_tf_frag.cpp, src/osgVolume/Shaders/volume_tf_iso_frag.cpp, src/osgVolume/Shaders/volume_tf_mip_frag.cpp, src/osgVolume/Shaders/volume_tf_n_frag.cpp, src/osgVolume/Shaders/volume_vert.cpp, src/osgVolume/VolumeTile.cpp: Introduced class interfaces for FixedFunctionTechnique and ShaderTechnique volume rendering techniques. 2009-01-13 10:15 robert * src/osgPlugins/CMakeLists.txt: Added ZLIB_FOUND to dicom qualification 2009-01-13 10:12 robert * src/osgPlugins/dicom/CMakeLists.txt: Added a / in front of the ${DCMTK_ROOT_INCLUDE_DIR} to workaround a CMake bug that ignores /usr/local/include directories. Added ZLIB to include line. 2009-01-12 17:41 robert * src/osgPlugins/dicom/CMakeLists.txt: Added test message 2009-01-12 16:37 robert * CMakeModules/FindOurDCMTK.cmake, src/osgPlugins/dicom/CMakeLists.txt, src/osgPlugins/dicom/ReaderWriterDICOM.cpp: Further tweak to include paths 2009-01-12 16:10 robert * CMakeModules/FindOurDCMTK.cmake, src/osgPlugins/dicom/CMakeLists.txt, src/osgPlugins/dicom/ReaderWriterDICOM.cpp: Restructured the include paths 2009-01-12 13:12 robert * examples/osgvolume/osgvolume.cpp: Changed to use ref_ptr<> for scene model to avoid crash 2009-01-12 11:34 robert * CMakeLists.txt, CMakeModules/OsgCPack.cmake, CMakeModules/OsgCPackConfig.cmake.in: From Mattias Helsing, "'ve finally finished the rework of the packaging support. It is streamlined for tgz and has most of the features that Robert, J-S and Sukender requested in december. I have an idea of how to discover the vc80 sp1 or not but haven't had time to implement. The script is completely reworked and now doesn't include cmakes' bundled CPack.cmake script at all. In summary: * filenames are ---[-compiler]-.tar.gz, ex. libopenscenegraph-2.7.9-Linux-i386-Release.tar.gz, libopenthreads-dev-2.7.9-win32-x86-vc80sp1-Debug.tar.gz * targets (projects in msvs) are generated for each specified component, a target that packages everything that is installed (openscenegraph-all) and there's a target for running all other packaging targets (Package ALL on msvs, package_ALL in unix makefiles). * It is possible to set the compiler in ccmake (cmake-gui, whatever you use) * the top folder in packages is the same for all packages (OpenSceneGraph-x.y) * the packaging support is limited with cmake-2.6.0 and not as dynamic. With cmake-2.6.1 and later building the gdal plugin (for example) will create a package_libopenscenegraph-gdal target. With cmake-2.6.0 only the ones that are always built (libopenscenegraph, libopenscenegraph-dev, openscenegraph, libopenthreads, libopenthreads-dev * i found a better way to decide whether cpack is available to guard the BUiLD_OSG_PACKAGES option" 2009-01-09 19:53 robert * CMakeLists.txt: From Mattias Helsing, "Following reports by Alberto and Simon this submission reenables usage of cmake-2.6.0. As a side note I just installed cmake from the ubuntu repositories and got cmake-2.6.0-4ubuntu2 and this one produced the currect CMAKE_CXX_FLAGS_RELEASE (-O3 -DNDEBUG). This CMakeLists is tested on linux with cmake versions 2.4.8, 2.6.0, 2.6.2 and 2.6.0-4ubuntu2 * Added quotes around CMAKE_CXX_FLAGS var to help cmake-2.6.0 pick up that it really is a string value * Removed quotes around values that we set in OSG_AGGRESIVE_WARNING_FLAGS. This makes OSG_AGGRESIVE_WARING_FLAGS be of LIST type so the foreach constructs can behave as I planned." 2009-01-09 15:57 robert * examples/osganimationskinning/osganimationskinning.cpp: Fixed warning 2009-01-09 15:55 robert * src/osgPlugins/dae/daeRGeometry.cpp, src/osgPlugins/dae/daeRSceneObjects.cpp, src/osgPlugins/dae/daeReader.cpp, src/osgPlugins/dae/daeReader.h, src/osgPlugins/dae/daeWGeometry.cpp, src/osgPlugins/dae/daeWriter.cpp: Fixed warnings 2009-01-09 15:25 robert * CMakeLists.txt, include/osg/Version, packaging/pkgconfig/openscenegraph.pc: Updated version number for next dev release 2009-01-09 15:19 robert * examples/osgvolume/osgvolume.cpp, include/osg/ImageUtils, include/osgVolume/ImageUtils, include/osgVolume/Locator, include/osgVolume/VolumeTile, src/osg/CMakeLists.txt, src/osg/ImageUtils.cpp, src/osgPlugins/dicom/ReaderWriterDICOM.cpp, src/osgPlugins/pdf/CMakeLists.txt, src/osgPlugins/pdf/ReaderWriterPDF.cpp, src/osgVolume/CMakeLists.txt, src/osgVolume/ImageUtils.cpp, src/osgVolume/VolumeTile.cpp, src/osgWrappers/osgVolume/Locator.cpp, src/osgWrappers/osgVolume/VolumeTile.cpp: Moved osgVolume::ImageUtils to osg::ImageUtils, updated wrappers, and started moving osgvolume example across to create osgVolume subgraphs 2009-01-09 15:11 robert * src/osgPlugins/bsp/ReaderWriterBSP.cpp: Fix of warning reported on CDash 2009-01-09 15:09 robert * src/osgViewer/GraphicsWindowWin32.cpp, src/osgViewer/PixelBufferWin32.cpp: Fixed warnings reported on CDash 2009-01-09 12:21 robert * src/osgPlugins/dae/daeWTransforms.cpp: From Roland Smeenk, "Attached is a fix for the Collada plugin. A PositionAttitudeTransform wrote its place elements in the wrong order." 2009-01-09 12:17 robert * applications/osgfilecache/osgfilecache.cpp, include/osgDB/FileUtils, src/osgDB/ConvertUTF.cpp, src/osgDB/DatabasePager.cpp, src/osgDB/FileUtils.cpp, src/osgDB/Registry.cpp, src/osgParticle/PrecipitationEffect.cpp, src/osgPlugins/ac/ac3d.cpp, src/osgPlugins/bsp/VBSPEntity.cpp, src/osgPlugins/dw/ReaderWriterDW.cpp, src/osgPlugins/ive/DataOutputStream.cpp, src/osgPlugins/md2/ReaderWriterMD2.cpp, src/osgPlugins/normals/ReaderWriterNormals.cpp, src/osgPlugins/obj/ReaderWriterOBJ.cpp, src/osgPlugins/osg/Texture.cpp, src/osgPlugins/osgtgz/ReaderWriterOSGTGZ.cpp, src/osgPlugins/pnm/ReaderWriterPNM.cpp, src/osgPlugins/tgz/ReaderWriterTGZ.cpp, src/osgPlugins/txp/ReaderWriterTXP.cpp, src/osgPlugins/zip/ReaderWriterZIP.cpp, src/osgShadow/ConvexPolyhedron.cpp, src/osgViewer/Viewer.cpp, src/osgWidget/Util.cpp: From Andy Skinner, fixes for Solaris build 2009-01-08 14:52 robert * examples/osganimationskinning/osganimationskinning.cpp: From Cedric Pinson, "Here the updated osganimationskinning.cpp that works as before" 2009-01-08 12:47 robert * examples/osggeometryshaders/osggeometryshaders.cpp: Added missing *. 2009-01-08 11:35 robert * CMakeLists.txt: Commented out the warning disabling block 2009-01-08 11:28 robert * CMakeLists.txt: From Mattias Helsing, added back in missing wd entries. 2009-01-08 11:26 robert * CMakeLists.txt: From Mattias Helsing, "With msvc90 on vista and cmake-2.6.2 i had to rearrange the blocks that set aggressive warnings in CMAKE_CXX_FLAGS and the on that processes the source tree(s) or the newly set flags wouldn't take effect until second consecutive configure. I also replaced the internally cached variables that managed the aggresive warnings with explicit adding and removing of flags in CXX_FLAGS For apple we first required min cmake version 2.6.0 and then had code warning about using 2.4.x" 2009-01-08 11:19 robert * include/osg/GLExtensions, src/osg/State.cpp: Added checked from the ARG version of glDraw*Instanced(). 2009-01-08 11:18 robert * src/osgWrappers/osgAnimation/modified.gw: Removed inappropriate file 2009-01-08 11:16 robert * include/OpenThreads/Atomic: From Andy Skinner, "I added a const_cast for a call to atomic_cas_ptr, which takes a void* and has been given a const void* const." 2009-01-08 11:15 robert * include/OpenThreads/Atomic: From Blasius Czink, "It seems there is no atomic_xor_uint_nv(). I attached a changed version of the Atomic header where a mutex fallback is used for "xor" on solaris." 2009-01-08 10:34 robert * CMakeLists.txt, include/osg/Export: Moved supression of VS warning C4706 from the include/osg/Export header into the CMake options list. Added suppression of C4127 as well. 2009-01-07 15:35 robert * include/osg/NodeVisitor: Fixed assingment operator 2009-01-07 15:33 robert * include/osg/Export: Added supression VS warning "C4706: assignment within conditional expression" thanks gets spat out even for perfectly valid if ((variable=expression)) {} usage. 2009-01-07 14:49 robert * src/osgViewer/CompositeViewer.cpp, src/osgViewer/View.cpp: Added handling of when a View isn't yet assigned to a Viewer to avoid associated crash 2009-01-07 13:16 robert * src/osgWrappers/osg/NodeVisitor.cpp, src/osgWrappers/osgAnimation/Bone.cpp, src/osgWrappers/osgAnimation/Timeline.cpp, src/osgWrappers/osgAnimation/VertexInfluence.cpp, src/osgWrappers/osgAnimation/modified.gw, src/osgWrappers/osgTerrain/Layer.cpp, src/osgWrappers/osgViewer/ViewerEventHandlers.cpp: Updated wrappers 2009-01-07 12:27 robert * src/osg/Geometry.cpp, src/osg/GraphicsThread.cpp, src/osg/Hint.cpp, src/osg/KdTree.cpp, src/osg/MatrixDecomposition.cpp, src/osg/OcclusionQueryNode.cpp, src/osgDB/DatabasePager.cpp, src/osgDB/ImagePager.cpp, src/osgDB/Registry.cpp, src/osgGA/CameraViewSwitchManipulator.cpp: Fixed warnings 2009-01-07 11:24 robert * examples/osganimationmakepath/osganimationmakepath.cpp, examples/osganimationnode/osganimationnode.cpp, examples/osganimationskinning/osganimationskinning.cpp, examples/osganimationsolid/osganimationsolid.cpp, examples/osganimationtimeline/osganimationtimeline.cpp, examples/osganimationviewer/AnimtkViewerGUI.cpp, examples/osganimationviewer/AnimtkViewerKeyHandler.cpp, examples/osgdrawinstanced/osgdrawinstanced.cpp, examples/osggeometryshaders/osggeometryshaders.cpp, examples/osghud/osghud.cpp, examples/osgimagesequence/osgimagesequence.cpp, examples/osgmemorytest/osgmemorytest.cpp, examples/osgterrain/osgterrain.cpp, examples/osgunittests/UnitTestFramework.h, src/OpenThreads/win32/Win32Thread.cpp, src/osg/dxtctool.h, src/osgDB/DynamicLibrary.cpp, src/osgDB/FileUtils.cpp, src/osgGA/CameraViewSwitchManipulator.cpp, src/osgGA/TrackballManipulator.cpp, src/osgGA/UFOManipulator.cpp, src/osgManipulator/RotateCylinderDragger.cpp, src/osgManipulator/RotateSphereDragger.cpp, src/osgManipulator/Scale1DDragger.cpp, src/osgManipulator/Scale2DDragger.cpp, src/osgManipulator/Translate1DDragger.cpp, src/osgManipulator/Translate2DDragger.cpp, src/osgPlugins/OpenFlight/FltExportVisitor.h, src/osgPlugins/OpenFlight/LightSourcePaletteManager.h, src/osgPlugins/OpenFlight/MaterialPaletteManager.h, src/osgPlugins/OpenFlight/TexturePaletteManager.h, src/osgPlugins/geo/ReaderWriterGEO.cpp, src/osgPlugins/hdr/ReaderWriterHDR.cpp, src/osgPlugins/lwo/iffparser.h, src/osgPlugins/lwo/lwo2parser.h, src/osgPlugins/mdl/MDLReader.cpp, src/osgPlugins/obj/OBJWriterNodeVisitor.h, src/osgPlugins/txp/TXPParser.cpp, src/osgPlugins/txp/TileMapper.cpp, src/osgUtil/TriStrip_tri_stripper.h, src/osgViewer/PixelBufferWin32.cpp, src/osgViewer/View.cpp, src/osgViewer/Viewer.cpp: Fixed warnings 2009-01-07 10:32 robert * include/OpenThreads/ReadWriteMutex, include/osg/TemplatePrimitiveFunctor, include/osgAnimation/Bone, include/osgAnimation/Timeline, include/osgAnimation/VertexInfluence, include/osgDB/ParameterOutput, include/osgGA/CameraViewSwitchManipulator, include/osgSim/ObjectRecordData, include/osgSim/OverlayNode, include/osgTerrain/Layer, include/osgTerrain/ValidDataOperator, include/osgViewer/ViewerEventHandlers, include/osgVolume/Locator, include/osgWidget/Browser, include/osgWidget/EventInterface: Fixed warnings 2009-01-07 09:49 robert * include/osg/NodeVisitor: Added a protected = operator 2009-01-06 19:09 robert * examples/osganimationskinning/osganimationskinning.cpp, include/osgAnimation/Assert, include/osgAnimation/Channel, include/osgAnimation/Interpolator, include/osgAnimation/Sampler, include/osgAnimation/Skinning, src/osgAnimation/AnimationManager.cpp, src/osgAnimation/AnimationManagerBase.cpp, src/osgAnimation/BasicAnimationManager.cpp: Removed the usage of assert to prevent associated compile warnings and to clean up code 2009-01-06 19:08 robert * examples/osganimationviewer/AnimtkViewerGUI.cpp: Updated path to reflect where the new button images are located. 2009-01-06 16:45 robert * examples/osgviewerQT/QOSGWidget.cpp: From Don Leich, "Here are a couple of fixes for the file examples/osgviewerQT/QOSGWidget.cpp to address some OS X issues. Most of these fixes were previously submitted by Julian Scheid. However, this patch however should not break the example for non-OS X builds and has been tested on 64-bit Linux as well as Mac OS X 10.5. o The value returned by QWidget::winId() is not usable as input for WindowData under OS X the way it is for both Windows and Unix. Julian's fix for this uses the Carbon API. Since the fix for X11 in unknown, it is now assumed that OSG has been built with OSG_WINDOWING_SYSTEM='Carbon' for this example to work at all when running under OS X. o The CompositeViewer version would hang on exit with the original timer start argument. Changing the argument value to match the non-composite version seemed to cure the hanging. o Julian's patch altered the setGeometry position to 30/30 in order to see any window decorations. I did not have this problem, but left his changes intact. o The non-composite viewer needed it's camera initialization defered until after the ViewerQOSG's Qt base class had been initialized. Otherwise, the view did not cover the entire window. " 2009-01-06 16:35 robert * src/osgPlugins/Inventor/ConvertFromInventor.cpp: From Ewe Woesnner, "the Inventor loader crashes when a texture could not be loaded. Please find attached a small fix which solves this issue." 2009-01-06 16:16 robert * src/osgWidget/Input.cpp, src/osgWidget/WindowManager.cpp: From Sergey Leontyev, "Some minor(but important) bug fixes for osgWidget: 1. In WindowManager.cpp childRemoved method the second parameter "end" is misleading and should be named "numChildren" instead. It represents how many children to remove. As a result, the method was implemented incorrectly and failed to remove UI objects. So I fixed it. replaced this: void WindowManager::childRemoved(unsigned int start, unsigned int end) { while(start < end) { Window* window = getByIndex(start); if(!window) continue; if(_remove(window)) { window->_index = -1; window->unmanaged(this); } start++; } } with this: void WindowManager::childRemoved(unsigned int start, unsigned int numChildren) { for (unsigned int i = start; i < start+numChildren; i++) { Window* window = getByIndex(i); if(!window) continue; if(_remove(window)) { window->_index = -1; window->unmanaged(this); } } } 2. in Input.cpp The cursor in Input did not get positioned correctly, probably as a left over from the TOP LEFT origin system which is now BOTTOM LEFT. in method positioned() replaced this: _cursor->setOrigin(x + xoffset + 1.0f, y - _cursor->getHeight() + 1.0f); with this: _cursor->setOrigin(x + xoffset + 1.0f, y + 1.0f); Now it is placed correctly. " 2009-01-06 15:41 robert * src/osgWrappers/osg/PrimitiveSet.cpp, src/osgWrappers/osg/State.cpp, src/osgWrappers/osg/Timer.cpp: Updated wrappers 2009-01-06 15:11 robert * examples/CMakeLists.txt, examples/osgdrawinstanced, examples/osgdrawinstanced/CMakeLists.txt, examples/osgdrawinstanced/osgdrawinstanced.cpp: From Paul Martz, example demonstating new draw instanced primitive funcitonality. 2009-01-06 14:55 robert * include/osg/PrimitiveSet, include/osg/State, src/osg/PrimitiveSet.cpp, src/osg/State.cpp, src/osgPlugins/ive/IveVersion.h, src/osgPlugins/ive/PrimitiveSet.cpp, src/osgPlugins/osg/Geometry.cpp: Added support for primitive instancing 2009-01-05 18:07 robert * CMakeLists.txt: From Jean-Sebastien Guay, changed VS aggressive warnings setting to just /W4. 2009-01-05 17:52 robert * examples/osgviewerQT/QOSGWidget.cpp: From Don Leich, build fix for OSX. 2009-01-05 17:35 robert * src/osgDB/Registry.cpp: From Jason Beverage, "I thought about the issue I was having with the CURL plugin automatically trying to download all filenames with URL's rather than passing the full URL to the plugin. It turns out the solution was pretty simple. I've made a small change to Registry.cpp that puts the CURL logic AFTER the URL has been passed to the plugin rather than assuming all URL's need to be downloaded by the CURL plugin. This way, plugins can have first crack at the URL's, and if they don't handle it the previous CURL behavior kicks in." 2009-01-05 17:06 robert * examples/osgpoints/osgpoints.cpp: From Paul Martz, added --points option for forcing points rendering of polygonal models 2009-01-05 16:53 robert * include/osgGA/CameraViewSwitchManipulator, src/osgGA/CMakeLists.txt, src/osgGA/CameraViewSwitchManipulator.cpp, src/osgPlugins/dae/daeRSceneObjects.cpp, src/osgPlugins/dae/daeWSceneObjects.cpp, src/osgPlugins/dae/daeWriter.h: From Roland Smeenk, "Attached you will find an improved Collada plugin to properly support camera's. A Collada camera will be added to the scenegraph as osg::CameraView. This allows the user to create a set of predefined camera viewpoints. I also added a new MatrixManipulator to osgGA called CameraViewSwitchManipulator and added usage of this to the osgviewer example. This manipulator allows switching between the predefined camera viewpoints. The current design limition I ran into is that a MatrixManipulator only manipulates the ViewMatrix, but for this particular manipulator I also want to update the projectionMatrix of the camera when switching to a new viewpoint. This is not implemented because I don't know what would be the best way to design it. Any ideas? Furthermore Collada also supports orthographic camera's, where an osg::CameraView only supports a perspective camera. Would it be useful to create a CameraView with customizable optics for this?" 2009-01-05 12:21 robert * src/osgWrappers/osgVolume/Layer.cpp, src/osgWrappers/osgVolume/Locator.cpp, src/osgWrappers/osgWidget/Label.cpp: Updated wrappers 2009-01-05 11:58 robert * include/osg/Timer: From Paul Martz, Correction to Timer method comment. 2009-01-05 11:31 robert * include/osgWidget/Label: From Cedric Pinson, added non const getText() method 2009-01-05 11:26 robert * include/osg/BoundingSphere, include/osgTerrain/Locator, include/osgVolume/Layer, include/osgVolume/Locator, src/osgTerrain/Locator.cpp, src/osgVolume/CMakeLists.txt, src/osgVolume/Layer.cpp, src/osgVolume/Locator.cpp: Introduced osgVolume::Layer and Locator classes mirrroring similar classes in osgTerrain. 2009-01-05 10:13 robert * CMakeLists.txt: Change the aggressive warning level under VS to /W3 2008-12-24 11:05 robert * src/osgPlugins/vtf/ReaderWriterVTF.cpp: Fixed warning 2008-12-24 10:30 robert * src/osgPlugins/bsp/VBSPEntity.cpp, src/osgPlugins/bsp/VBSPGeometry.cpp, src/osgPlugins/bsp/VBSPReader.cpp: Fixed warnings 2008-12-22 21:17 robert * CMakeLists.txt: Made aggressive warnings the default. 2008-12-22 21:16 robert * src/osgPlugins/mdl/BodyPart.cpp, src/osgPlugins/mdl/MDLReader.cpp, src/osgPlugins/mdl/MDLRoot.cpp, src/osgPlugins/mdl/Model.cpp, src/osgPlugins/mdl/VTXReader.cpp, src/osgPlugins/mdl/VVDReader.cpp: Fixed warnings 2008-12-22 18:30 robert * src/osgPlugins/mdl/MDLReader.h, src/osgPlugins/mdl/VVDReader.h: Build fix 2008-12-22 08:26 robert * applications/osgconv/osgconv.cpp: From Paul Martz, "Typing "osgconv" alone displays the --help family of options, as it should, but it also displays info about --formats and --plugins, which seems out of place because no other options are mentioned here. The code changes osgconv so that "osgconv --help" displays help info about --formats and --plugins, plus it also displays documentation for --format and --plugin, which were previously missing." 2008-12-21 20:42 robert * include/osgVolume/VolumeTile, src/osgPlugins/dicom/ReaderWriterDICOM.cpp, src/osgVolume/VolumeTile.cpp, src/osgWrappers/osgVolume/VolumeTile.cpp: Changed VolumeTile::setImage(Image*) to setImage(uint i, Image*) to allow multiple images to be attached to single tile 2008-12-21 20:24 robert * CMakeLists.txt: From Mattias Helsing, "Replace the IF(POLICY CMP0008) with an absolute version check for cmake > 2.6.0. The POLICY keyword is only valid starting with cmake-2.4.7 so using it broke cmake 2.4.5/6 support." 2008-12-20 20:55 robert * include/osgVolume/Brick, include/osgVolume/Volume, include/osgVolume/VolumeTechnique, include/osgVolume/VolumeTile, src/osgPlugins/dicom/CMakeLists.txt, src/osgPlugins/dicom/ReaderWriterDICOM.cpp, src/osgVolume/Brick.cpp, src/osgVolume/CMakeLists.txt, src/osgVolume/Volume.cpp, src/osgVolume/VolumeTechnique.cpp, src/osgVolume/VolumeTile.cpp, src/osgWrappers/osgVolume/Brick.cpp, src/osgWrappers/osgVolume/Volume.cpp, src/osgWrappers/osgVolume/VolumeTechnique.cpp, src/osgWrappers/osgVolume/VolumeTile.cpp: Renamed osgVolume::Brick to osgVolume::VolumeTile 2008-12-20 20:30 robert * src/osgPlugins/bsp/Q3BSPReader.cpp: Changed the scale from 0.03 to 0.0254 as the Q3 bsp files are in inches. 2008-12-20 13:35 robert * src/osgDB/FileUtils.cpp, src/osgPlugins/CMakeLists.txt, src/osgPlugins/bsp/CMakeLists.txt, src/osgPlugins/bsp/ReaderWriterBSP.cpp, src/osgPlugins/bsp/ReaderWriterVTF.cpp, src/osgPlugins/bsp/VBSPData.cpp, src/osgPlugins/bsp/VBSPData.h, src/osgPlugins/bsp/VBSPEntity.cpp, src/osgPlugins/bsp/VBSPEntity.h, src/osgPlugins/bsp/VBSPGeometry.cpp, src/osgPlugins/bsp/VBSPGeometry.h, src/osgPlugins/bsp/VBSPReader.cpp, src/osgPlugins/bsp/VBSPReader.h, src/osgPlugins/bsp/VBSP_README.txt, src/osgPlugins/mdl, src/osgPlugins/mdl/BodyPart.cpp, src/osgPlugins/mdl/BodyPart.h, src/osgPlugins/mdl/CMakeLists.txt, src/osgPlugins/mdl/MDLLimits.h, src/osgPlugins/mdl/MDLReader.cpp, src/osgPlugins/mdl/MDLReader.h, src/osgPlugins/mdl/MDLRoot.cpp, src/osgPlugins/mdl/MDLRoot.h, src/osgPlugins/mdl/MDL_README.txt, src/osgPlugins/mdl/Mesh.cpp, src/osgPlugins/mdl/Mesh.h, src/osgPlugins/mdl/Model.cpp, src/osgPlugins/mdl/Model.h, src/osgPlugins/mdl/ReaderWriterMDL.cpp, src/osgPlugins/mdl/ReaderWriterMDL.h, src/osgPlugins/mdl/VTXReader.cpp, src/osgPlugins/mdl/VTXReader.h, src/osgPlugins/mdl/VVDReader.cpp, src/osgPlugins/mdl/VVDReader.h, src/osgPlugins/vtf, src/osgPlugins/vtf/CMakeLists.txt, src/osgPlugins/vtf/ReaderWriterVTF.cpp: From Jason Daly, "'ve been busy working on the Source engine plugins. There are several contributions in this submission: osgDB/FileUtils.cpp: Needed this extra code to allow a true case-insensitive search. This is because the HL2 map and model files are often sloppy with case. For example, the file might look for materials/models/alyx/alyx_sheet.vtf, but the file is actually in materials/Models/Alyx/alyx_sheet.vtf. In case-insensitive mode, the new code recursively disassembles the path and checks each path element without regard to case. In case-sensitive mode, the code behaves exactly as it used to. The new code is also mostly skipped on Windows because of the case-insensitive file system. Previously, I did all of this with custom search code in the .bsp plugin, but this allows the user to tailor the search using OSGFILEPATH. There are some instructions in the plugins' README files about this. osgPlugins/mdl: This is a new plug-in for Half-Life 2 models (as opposed to maps). This allows you to load Source models individually, as well as allowing the .bsp plugin to load models (props) that are embedded into maps. Mdl files can contain simple object (crates, barrels, bottles), as well as fully articulated characters with skeletal animations. Currently, it can load the simple objects. It can also load the characters, but it can't load the skeletons or animations. osgPlugins/bsp: This contains all of the changes needed to load props along with the basic map geometry. There are also several bugs fixed. osgPlugins/vtf: This is the loader for Valve's texture format. Previously, we had agreed to put this in with the bsp plugin, but I didn't think of the .mdl plugin at that time. It's conceivable that a user might want to load models individually (not as part of a map), so the vtf reader does have to be separate. I also fixed a rather significant bug. I tested all of this code on RHEL 5.2 (32-bit), and Fedora 9 (64-bit). I'll be testing on Windows soon. I also attached a simple .mdl file, along with it's associated files and textures. Just extract the tarball into it's own directory, set your OSGFILEPATH to point at that directory, and load the model like this: osgviewer models/props_junk/gascan001a.mdl" 2008-12-20 12:52 robert * src/osgViewer/CMakeLists.txt: Added OPTIONAL into INCLUDE(FindPkgConfig) 2008-12-19 19:04 robert * ChangeLog: Updated ChangeLog for 2.7.8 dev release 2008-12-19 18:37 robert * applications/CMakeLists.txt: Added osgversion into dynamic build path 2008-12-19 18:02 robert * src/osgViewer/View.cpp: Removed debug message 2008-12-19 17:50 robert * include/osgViewer/View, src/osgViewer/View.cpp, src/osgViewer/Viewer.cpp, src/osgWrappers/osgViewer/View.cpp: Moved main setSceneData methods in osgViewer::View::setSceneData() 2008-12-19 17:15 robert * src/osgWrappers/osgViewer/ViewerEventHandlers.cpp: Updated wrappers 2008-12-19 17:15 robert * include/osgViewer/ViewerEventHandlers, src/osgViewer/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. It's a minimal change, it just calls an already existing protected method. It was trivial to subclass the handler to do it in our code, but pushing the change into OSG makes sense as it's generally useful to have it in the handler itself. I also noticed that the handle() method was overridden from osgGA::GUIEventHandler but wasn't marked virtual. It wasn't intended that subclasses not be able to override it in turn, so I've added the keyword."" 2008-12-19 16:59 robert * src/osgPlugins/gz/ReaderWriterGZ.cpp: Fixed warning 2008-12-19 16:35 robert * src/osgPlugins/Inventor/ConvertToInventor.cpp: Fixed compile error during debug build 2008-12-19 16:13 robert * examples/osgprecipitation/osgprecipitation.cpp: Added support for user defined clipping of the precipitation effect, to test use: osgpreciptation lz.osg --clip 20 2008-12-19 16:12 robert * src/osgParticle/PrecipitationEffect.cpp: Added setting of the gl_ClipVertex to enable clip planes to affect preciptation 2008-12-19 15:29 robert * include/osg/ClipNode, src/osg/ClipNode.cpp, src/osgPlugins/ive/ClipNode.cpp, src/osgPlugins/ive/IveVersion.h, src/osgPlugins/osg/ClipNode.cpp, src/osgUtil/CullVisitor.cpp, src/osgWrappers/osg/ClipNode.cpp: Added ClipNode::set/getReferenceFrame(); 2008-12-19 14:30 robert * src/osgText/CMakeLists.txt: Removed MATH_LIBRARY and FREETYPE library reference. 2008-12-19 12:58 robert * include/osgSim/SphereSegment, include/osgWidget/Widget: Fixed warning & error 2008-12-19 12:50 robert * applications/osgviewer/osgviewer.cpp: Reverted previous check-in to osgviewer.cpp as this was an accididental check-in with the code only in testing state, not appropriate to be checked-in. 2008-12-19 12:46 robert * include/osg/CopyOp: Fixed warning 2008-12-19 12:29 robert * src/osgShadow/StandardShadowMap.cpp: Fixed warning 2008-12-19 12:28 robert * examples/osgshadow/osgshadow.cpp: Added StandardShadowMap to list to test cases 2008-12-19 11:36 robert * applications/osgviewer/osgviewer.cpp, src/osgWrappers/genwrapper.conf, src/osgWrappers/osg/GL2Extensions.cpp, src/osgWrappers/osg/StencilTwoSided.cpp, src/osgWrappers/osg/Texture3D.cpp, src/osgWrappers/osg/VertexProgram.cpp, src/osgWrappers/osgAnimation/modified.gw: Updated wrappers 2008-12-19 11:04 robert * CMakeLists.txt, doc/Doxyfiles/doxyfile.cmake: From Mattias Helsing, " * Removed processing of include/OpenThreads in the OpenSceneGraph refman * Clears the mark_as_advanced property of the BUILD_DOCUMENTATION cmake variable (so it gets visible in simple view). " 2008-12-19 10:20 robert * include/osgUtil/SceneView, src/osgWrappers/Doxyfile.template, src/osgWrappers/osg/CollectOccludersVisitor.cpp, src/osgWrappers/osg/ComputeBoundsVisitor.cpp, src/osgWrappers/osg/GL2Extensions.cpp, src/osgWrappers/osg/Image.cpp, src/osgWrappers/osg/KdTree.cpp, src/osgWrappers/osg/NodeVisitor.cpp, src/osgWrappers/osg/StencilTwoSided.cpp, src/osgWrappers/osg/Texture3D.cpp, src/osgWrappers/osg/VertexProgram.cpp, src/osgWrappers/osgAnimation/Bone.cpp, src/osgWrappers/osgAnimation/LinkVisitor.cpp, src/osgWrappers/osgAnimation/RigGeometry.cpp, src/osgWrappers/osgAnimation/modified.gw, src/osgWrappers/osgDB/SharedStateManager.cpp, src/osgWrappers/osgGA/EventVisitor.cpp, src/osgWrappers/osgSim/InsertImpostorsVisitor.cpp, src/osgWrappers/osgUtil/CullVisitor.cpp, src/osgWrappers/osgUtil/DisplayRequirementsVisitor.cpp, src/osgWrappers/osgUtil/DrawElementTypeSimplifier.cpp, src/osgWrappers/osgUtil/GLObjectsVisitor.cpp, src/osgWrappers/osgUtil/IntersectVisitor.cpp, src/osgWrappers/osgUtil/IntersectionVisitor.cpp, src/osgWrappers/osgUtil/Simplifier.cpp, src/osgWrappers/osgUtil/Statistics.cpp, src/osgWrappers/osgUtil/UpdateVisitor.cpp: Updated wrappers 2008-12-18 17:40 robert * src/osgParticle/ParticleSystem.cpp: Fixed typo 2008-12-18 17:09 robert * CMakeLists.txt: From Bob Kuehne, "minor tweak to the cmake root file to handle debug correctly on os x." 2008-12-18 17:01 robert * src/osgParticle/Particle.cpp, src/osgParticle/ParticleSystem.cpp: Refactored the handling of particle rotation 2008-12-18 16:10 robert * src/osgPlugins/gecko/llembeddedbrowser.cpp, src/osgPlugins/gecko/llembeddedbrowserwindow.cpp, src/osgPlugins/gecko/llmozlib2.h: Fixed warnings 2008-12-18 15:49 robert * src/osgPlugins/3ds/readwrite.cpp, src/osgPlugins/3ds/viewport.cpp, src/osgPlugins/ac/ac3d.cpp, src/osgPlugins/bsp/VBSPGeometry.cpp, src/osgPlugins/bsp/VBSPReader.cpp, src/osgPlugins/curl/ReaderWriterCURL.cpp, src/osgPlugins/dxf/dxfEntity.h, src/osgPlugins/logo/ReaderWriterLOGO.cpp, src/osgPlugins/lwo/lwo2read.h, src/osgPlugins/lwo/old_Lwo2.cpp, src/osgPlugins/lwo/old_Lwo2.h, src/osgPlugins/lwo/old_lw.cpp, src/osgPlugins/md2/ReaderWriterMD2.cpp, src/osgPlugins/ogr/ReaderWriterOGR.cpp, src/osgPlugins/osgShadow/ShadowMap.cpp, src/osgPlugins/osgShadow/ShadowTechnique.cpp, src/osgPlugins/osgShadow/ShadowTexture.cpp, src/osgPlugins/osgShadow/ShadowVolume.cpp, src/osgPlugins/osgtgz/ReaderWriterOSGTGZ.cpp, src/osgPlugins/pdf/ReaderWriterPDF.cpp, src/osgPlugins/shp/ESRIShape.cpp, src/osgPlugins/tgz/ReaderWriterTGZ.cpp, src/osgPlugins/vnc/ReaderWriterVNC.cpp, src/osgPlugins/xine/ReaderWriterXine.cpp, src/osgPlugins/zip/ReaderWriterZIP.cpp: Fixed warnings 2008-12-18 14:18 robert * src/osgText/CMakeLists.txt: Added MATH_LIBRARY to link list 2008-12-18 13:56 robert * examples/osganimationmakepath/osganimationmakepath.cpp, examples/osganimationviewer/AnimtkViewerKeyHandler, examples/osgimagesequence/osgimagesequence.cpp, examples/osglauncher/osglauncher.cpp, examples/osgmemorytest/osgmemorytest.cpp, examples/osgmovie/osgmovie.cpp, examples/osgmultitexturecontrol/osgmultitexturecontrol.cpp, examples/osgocclusionquery/osgocclusionquery.cpp, examples/osgshadow/IslandScene.cpp, examples/osgsidebyside/osgsidebyside.cpp, examples/osgunittests/MultiThreadRead.cpp, examples/osgvolume/osgvolume.cpp, examples/osgwidgetstyled/osgwidgetstyled.cpp, examples/osgwidgetwindow/osgwidgetwindow.cpp: Fixed warnings 2008-12-18 13:23 robert * src/osgPlugins/Inventor/ConvertToInventor.cpp, src/osgPlugins/Inventor/ConvertToInventor.h: Fixed warnings 2008-12-18 12:29 robert * src/osgPlugins/cfg/ConfigParser.cpp: Fixed warning 2008-12-18 12:27 robert * src/osgPlugins/txp/TXPArchive.cpp: Quitened down debug messages 2008-12-18 12:26 robert * src/osgPlugins/txp/TXPPagedLOD.cpp, src/osgPlugins/txp/trpage_material.cpp, src/osgPlugins/txp/trpage_model.cpp, src/osgPlugins/txp/trpage_print.cpp, src/osgPlugins/txp/trpage_range.cpp: Fixed warnings 2008-12-18 12:25 robert * src/osgUtil/Optimizer.cpp: Quitened down debug message 2008-12-18 11:54 robert * src/osgPlugins/dicom/ReaderWriterDICOM.cpp, src/osgPlugins/gif/ReaderWriterGIF.cpp, src/osgPlugins/osg/ImageSequence.cpp, src/osgPlugins/osg/StateAttribute.cpp, src/osgPlugins/osg/StateSet.cpp, src/osgPlugins/osg/Uniform.cpp, src/osgPlugins/osgViewer/CompositeViewer.cpp, src/osgPlugins/osgViewer/View.cpp, src/osgPlugins/osgViewer/Viewer.cpp, src/osgVolume/Brick.cpp: Fixed warnings 2008-12-18 11:06 robert * include/osg/Image, include/osgAnimation/EaseMotion, src/osgPlugins/ive/DataOutputStream.cpp, src/osgPlugins/osgWidget/Box.cpp, src/osgPlugins/osgWidget/EmbeddedWindow.cpp, src/osgPlugins/osgWidget/Frame.cpp, src/osgPlugins/osgWidget/Input.cpp, src/osgPlugins/osgWidget/Label.cpp, src/osgPlugins/osgWidget/Table.cpp, src/osgPlugins/osgWidget/Widget.cpp, src/osgPlugins/osgWidget/WindowManager.cpp, src/osgTerrain/GeometryTechnique.cpp, src/osgTerrain/Locator.cpp, src/osgTerrain/TerrainTile.cpp: Fixed warnings 2008-12-17 22:52 robert * src/osg/PagedLOD.cpp, src/osgDB/DatabasePager.cpp, src/osgParticle/ParticleSystem.cpp: Improved the effectiveness of the new max target number PageLOD's 2008-12-17 17:23 robert * examples/osgmultiplerendertargets/osgmultiplerendertargets.cpp: From J.P Delport, "I changed the default HDR mode to the ARB format and put in comments for some other possible modes. Some other comment cleanups too." 2008-12-17 17:11 robert * src/osgViewer/CompositeViewer.cpp, src/osgViewer/Renderer.cpp, src/osgViewer/ScreenCaptureHandler.cpp, src/osgViewer/StatsHandler.cpp, src/osgViewer/View.cpp: Fixed warnings 2008-12-17 16:58 robert * src/osgDB/DatabasePager.cpp: Fixed inactive PagedLOD removal code 2008-12-17 16:13 robert * include/osg/StencilTwoSided, include/osg/Texture3D, src/osg/StencilTwoSided.cpp, src/osg/Texture.cpp, src/osg/Texture1D.cpp, src/osg/Texture3D.cpp, src/osgPlugins/ive/HeightFieldLayer.cpp: Fixed warnings 2008-12-17 16:02 robert * src/osgPlugins/OpenFlight/FltExportVisitor.cpp, src/osgPlugins/OpenFlight/LightPointRecords.cpp, src/osgPlugins/OpenFlight/LightSourcePaletteManager.cpp, src/osgPlugins/OpenFlight/MaterialPaletteManager.cpp, src/osgPlugins/OpenFlight/TexturePaletteManager.cpp, src/osgPlugins/OpenFlight/TexturePaletteManager.h, src/osgPlugins/OpenFlight/VertexPaletteManager.cpp, src/osgPlugins/OpenFlight/expGeometryRecords.cpp, src/osgPlugins/OpenFlight/expPrimaryRecords.cpp: Fixed warnings 2008-12-17 15:36 robert * src/osgPlugins/hdr/hdrloader.cpp: Fixed warnings 2008-12-17 15:32 robert * include/osg/GLExtensions, include/osg/VertexProgram, include/osgAnimation/Timeline, include/osgWidget/PdfReader, src/osg/GLExtensions.cpp, src/osg/State.cpp, src/osg/VertexProgram.cpp, src/osgPlugins/hdr/hdrloader.cpp, src/osgWidget/Input.cpp: Fixed warnings 2008-12-17 14:56 robert * src/osgPlugins/cfg/CameraConfig.h, src/osgPlugins/cfg/ConfigLexer.cpp, src/osgPlugins/cfg/ConfigParser.cpp: Fixed warnings 2008-12-17 13:14 robert * include/osg/GL2Extensions, src/osg/GL2Extensions.cpp: Warning fixes 2008-12-17 12:13 robert * include/osg/CollectOccludersVisitor, include/osg/ComputeBoundsVisitor, include/osg/KdTree, include/osg/NodeVisitor, include/osgAnimation/Bone, include/osgAnimation/LinkVisitor, include/osgAnimation/RigGeometry, include/osgDB/SharedStateManager, include/osgGA/EventVisitor, include/osgSim/InsertImpostorsVisitor, include/osgUtil/CullVisitor, include/osgUtil/DisplayRequirementsVisitor, include/osgUtil/DrawElementTypeSimplifier, include/osgUtil/GLObjectsVisitor, include/osgUtil/IntersectVisitor, include/osgUtil/IntersectionVisitor, include/osgUtil/Simplifier, include/osgUtil/Statistics, include/osgUtil/UpdateVisitor, src/osg/Transform.cpp, src/osgDB/DatabasePager.cpp, src/osgFX/BumpMapping.cpp, src/osgGA/NodeTrackerManipulator.cpp, src/osgManipulator/Selection.cpp, src/osgShadow/OccluderGeometry.cpp, src/osgSim/SphereSegment.cpp, src/osgViewer/View.cpp: Introduce NodeVisitor::className and libraryName() 2008-12-17 11:00 robert * include/osg/GraphicsContext, include/osgAnimation/Sampler, include/osgIntrospection/ConstructorInfo, include/osgIntrospection/MethodInfo, include/osgIntrospection/PropertyInfo, include/osgShadow/MinimalDrawBoundsShadowMap, src/osg/Camera.cpp, src/osg/OcclusionQueryNode.cpp, src/osgIntrospection/ConstructorInfo.cpp, src/osgIntrospection/MethodInfo.cpp, src/osgIntrospection/PropertyInfo.cpp, src/osgShadow/ConvexPolyhedron.cpp, src/osgShadow/DebugShadowMap.cpp, src/osgShadow/MinimalCullBoundsShadowMap.cpp, src/osgShadow/MinimalDrawBoundsShadowMap.cpp, src/osgTerrain/Layer.cpp, src/osgText/Font.cpp, src/osgText/String.cpp: Warning fixes 2008-12-17 10:34 robert * src/osgPlugins/bsp/ReaderWriterVTF.cpp, src/osgPlugins/bsp/VBSPReader.cpp, src/osgPlugins/curl/ReaderWriterCURL.cpp: From Sekender, fixed warnins 2008-12-17 10:33 robert * src/osgPlugins/bmp/ReaderWriterBMP.cpp: Fixed warnings 2008-12-17 10:01 robert * include/osgAnimation/Skeleton: From Jean-Sebastien Guay, added missing export 2008-12-16 21:16 robert * include/osgWidget/EventInterface, src/osgWrappers/osgAnimation, src/osgWrappers/osgAnimation/Animation.cpp, src/osgWrappers/osgAnimation/AnimationManager.cpp, src/osgWrappers/osgAnimation/AnimationManagerBase.cpp, src/osgWrappers/osgAnimation/Assert.cpp, src/osgWrappers/osgAnimation/BasicAnimationManager.cpp, src/osgWrappers/osgAnimation/Bone.cpp, src/osgWrappers/osgAnimation/Channel.cpp, src/osgWrappers/osgAnimation/CubicBezier.cpp, src/osgWrappers/osgAnimation/EaseMotion.cpp, src/osgWrappers/osgAnimation/Interpolator.cpp, src/osgWrappers/osgAnimation/Keyframe.cpp, src/osgWrappers/osgAnimation/LinkVisitor.cpp, src/osgWrappers/osgAnimation/RigGeometry.cpp, src/osgWrappers/osgAnimation/Sampler.cpp, src/osgWrappers/osgAnimation/Skeleton.cpp, src/osgWrappers/osgAnimation/Skinning.cpp, src/osgWrappers/osgAnimation/Target.cpp, src/osgWrappers/osgAnimation/Timeline.cpp, src/osgWrappers/osgAnimation/TimelineAnimationManager.cpp, src/osgWrappers/osgAnimation/UpdateCallback.cpp, src/osgWrappers/osgAnimation/Vec3Packed.cpp, src/osgWrappers/osgAnimation/VertexInfluence.cpp, src/osgWrappers/osgAnimation/modified.gw, src/osgWrappers/osgAnimation/removed.gw, src/osgWrappers/osgWidget/PdfReader.cpp, src/osgWrappers/osgWidget/VncClient.cpp: Updated wrappers 2008-12-16 20:49 robert * examples/osganimationtimeline/osganimationtimeline.cpp, src/osgPlugins/bvh/ReaderWriterBVH.cpp: Build fixes for when the implict ref_ptr<> cast is not enabled 2008-12-16 20:29 robert * examples/osganimationmakepath/osganimationmakepath.cpp, examples/osganimationskinning/osganimationskinning.cpp, examples/osganimationsolid/osganimationsolid.cpp, examples/osganimationtimeline/osganimationtimeline.cpp, examples/osganimationviewer/AnimtkViewer, examples/osganimationviewer/AnimtkViewer.cpp, examples/osganimationviewer/AnimtkViewerGUI, examples/osganimationviewer/AnimtkViewerGUI.cpp, examples/osgwidgetbox/osgwidgetbox.cpp, examples/osgwidgetcanvas/osgwidgetcanvas.cpp, examples/osgwidgetmessagebox/osgwidgetmessagebox.cpp, examples/osgwidgetprogress/osgwidgetprogress.cpp, examples/osgwidgetstyled/osgwidgetstyled.cpp, examples/osgwidgettable/osgwidgettable.cpp, examples/osgwidgetwindow/osgwidgetwindow.cpp, include/osgAnimation/AnimationManagerBase, include/osgAnimation/BasicAnimationManager, include/osgAnimation/Bone, include/osgAnimation/EaseMotion, include/osgAnimation/RigGeometry, include/osgAnimation/Skeleton, include/osgAnimation/Skinning, include/osgAnimation/Timeline, include/osgAnimation/TimelineAnimationManager, include/osgWidget/EventInterface, src/osgAnimation/AnimationManagerBase.cpp, src/osgAnimation/BasicAnimationManager.cpp, src/osgAnimation/Bone.cpp, src/osgAnimation/CMakeLists.txt, src/osgAnimation/RigGeometry.cpp, src/osgAnimation/Skeleton.cpp, src/osgAnimation/Timeline.cpp, src/osgAnimation/TimelineAnimationManager.cpp, src/osgAnimation/UpdateCallback.cpp, src/osgPlugins/bvh/ReaderWriterBVH.cpp, src/osgPlugins/osgAnimation/ReaderWriter.cpp: From Cedric Pinson and Jeremey Moles, Changes to OpenSceneGraph-osgWidget-dev branch. Notes from Robert Osfield, Merged changes to OpenSceneGraph-osgWidget-dev r9367 (prior to my botched attempt at merged svn/trunk into the branch). 2008-12-16 19:49 robert * src/osgViewer/GraphicsWindowCarbon.cpp: From Bob Kuehne, build fixes. 2008-12-16 16:36 robert * CMakeLists.txt, include/OpenThreads/Version, include/osg/Version, packaging/pkgconfig/openscenegraph.pc, src/OpenThreads/CMakeLists.txt: Updated version numbers for 2.8.8 dev release 2008-12-16 15:58 robert * src/osgWrappers/osg/GraphicsContext.cpp, src/osgWrappers/osgDB/DatabasePager.cpp, src/osgWrappers/osgTerrain/Terrain.cpp, src/osgWrappers/osgTerrain/TerrainTile.cpp: Updated wrappers 2008-12-16 15:21 robert * src/OpenThreads/win32/Win32Mutex.cpp: From Mathias Froehilch, " On OpenThreads win32 implementation we unconditionally unlock a mutex in the destructor. That happens even if the mutex was not locked before. When running a osg application within microsofts application verifier, that software checks tells me that we should not unlock an unlocked mutex. When I look at the posix threads mutex implementation, which does no unlock in the destructor and where it is illegal to destroy a locked mutex, I conclude that it is not needed for an OpenThreads::Mutex to do that unlock in the win32 Mutex destructor. Thus this patch based on rev 9358 removes that additional unlock in the win32 mutex implementations destructor." 2008-12-16 15:08 robert * include/osg/GraphicsContext, src/osgViewer/CMakeLists.txt, src/osgViewer/GraphicsWindowCarbon.cpp, src/osgViewer/GraphicsWindowWin32.cpp, src/osgViewer/GraphicsWindowX11.cpp: From Sukender and Robert Osfield, introduced GraphicsContext::ScreenSettings & WindowingSystemInterface::enumerateScreenSettings. 2008-12-16 12:38 robert * src/osg/BufferObject.cpp: From Peter Hrenka, "Fix counting number of new arrays and avoid building free-list when not needed (saves a handfull of mallocs/frees). " 2008-12-16 12:23 robert * src/osgPlugins/txp/trpage_geom.h, src/osgPlugins/txp/trpage_print.cpp: Fixed warnings 2008-12-16 12:20 robert * src/osgPlugins/cfg/ConfigParser.cpp: Fixed warnings 2008-12-16 11:43 robert * CMakeLists.txt, CMakeModules/OsgCPack.cmake, doc/Doxyfiles/all_Doxyfile, doc/Doxyfiles/auto_Doxyfile, doc/Doxyfiles/core_Doxyfile, doc/Doxyfiles/custom_Footer.html, doc/Doxyfiles/doxyfile.cmake, doc/Doxyfiles/openthreads.doxyfile.cmake, src/OpenThreads/pthreads/CMakeLists.txt, src/OpenThreads/sproc/CMakeLists.txt: From Mattias Helsing,"Added doc/Doxyfiles/openthreads.doxyfile.cmake Updated all doxyfiles under doc/Doxyfiles. They are now all processed by cmake but make targets are only generated for OpenSceneGraphReferenceDocs and OpenThreadsReferenceDocs. The others can be run with doxygen directly in /doc. Fixed a copy-paste in openthreads sproc and pthreads CMakeLists Added the osg logo to the html footers Added possibility to get generation of chm files. CMakeLists (toplevel): Added install of osg and ot reference docs. This also generates packaging targets of openscenegraph-doc and openthreads-doc if you have packaging enabled Removed the unused USING_OP_OT_TRIPLE_SET since there was no way of enabling it anyway Removed BUILD_REF_DOCS. IMO it was redundant - BUILD_DOCUMENTATION does the same thing and we get that anyway from including Documentation.cmake. OsgCPack.cmake: Removed generation of PACKAGE_SRC for msvc Added special handling for -doc packaging targets - they don't require system, architecture or compiler" 2008-12-15 22:18 robert * include/osgTerrain/Terrain, include/osgTerrain/TerrainTile, src/osgTerrain/GeometryTechnique.cpp, src/osgTerrain/Terrain.cpp, src/osgTerrain/TerrainTile.cpp: Added support for a Terrain::s/getTerrainTechniquePrototype() 2008-12-15 20:38 robert * src/osgViewer/GraphicsWindowCarbon.cpp: From Tatsuhiro Nishioka, "I found a bug in GraphicsWindowCarbon. GraphicsWindowCarbon::requestWarpPointer() places the mouse pointer in a (global?) display coordination, but it must be in a local window coordination. This problem is critical because the mouse cursor can go off a window especially when you place the window on the secondary screen. Attached is the file to fix this problem. I tested this modified file with the following situations (on FlightGear) and all works fine. - two windows on two screens (each has one window). - two windows on two screens (secondary screen has all windows). - two windows on two screens (primary screen has all windows). In all scenarios, warp requests (by right-click the mouse) successfully moves the mouse pointer to the center of the main window, and it is what it's supposed to be in the flightgear." 2008-12-15 20:32 robert * applications/CMakeLists.txt: Limited the static build to just osversion and osgstaticviewer 2008-12-15 19:37 robert * include/osg/GLExtensions, src/osg/GLExtensions.cpp, src/osg/Texture.cpp: Aded osg::isGLExtensionOrVersionSupported(uint contextID, char* extensionName, float minVersionRequired) method that returns true if (the extension string is supported or GL version is greater than or equal to a specified version) and non extension disable is used. This makes it possible to disable extensions that are now available as parts of the core OpenGL spec. Updated Texture.cpp is use this method. 2008-12-15 16:46 robert * src/osg/StateAttribute.cpp, src/osg/StateSet.cpp, src/osg/Uniform.cpp: From Paul Martz, "I'm not sure why this message was added, but it doesn't appear to merit INFO verbosity. Changing this from INFO to DEBUG_FP." 2008-12-15 16:42 robert * src/osg/BufferObject.cpp: From Peter Hrenka, "I implemented a free list reallocation scheme in VertexBufferObject::compileBuffer(). The offsets of newly added Arrays were not properly calculated. This submission tries to find a matching empty slot when the total size of the VBO has not changed (e.g. when an array is replaced by another array of the same size). This fixes the overwriting issue that I showed in my posting "Bug in VertexBufferObject::compileBuffer" on OSG-Users. " 2008-12-15 16:41 robert * src/osgDB/DatabasePager.cpp: Reduced the default number _targetMaximumNumberOfPageLOD to 300 to keep the memory consumption on large databases a bit lower. 2008-12-15 16:10 robert * include/osgDB/DatabasePager: Added deprecated messages to get/set methods of outgoing expiry schemes. 2008-12-15 14:07 robert * CMakeLists.txt, CMakeModules/OsgCPack.cmake, src/osgWrappers/CMakeLists.txt: From Mathias Helsing, "Cpack support submission with: Better package naming. example openscenegraph-core-2.7.7-Linux-i386.tar.gz on my ubuntu laptop and openscenegraph-core.2.7.7-win32-x86-vc80.tar.gz on winxp. CMakers will not get options for selecting compression format. TGZ goes for all platforms (on win32 I use 7zip) The wrappers is now given the COMPONENT name libopenscenegraph-wrappers. Feel free to change the name. On windows with visual studio the OsgCPack script make some efforts to discover the compiler used but support is a bit poor so I've given CMake acces to OSG_CPACK_COMPILER to provide some mean to name the compiler. stop The platform part is taken from CMAKE_SYSTEM_NAME and for windows I change this to win32 or win64 based on CMAKE_CL_64. This might not be necessary if the arch part has that information. This information is taken from CMAKE_SYSTEM_PROCESSOR. I only have 32bit here so if some of you could uncomment line 15,16 in OsgCPack.cmake and report what cmake report it would be nice. I'm especially interested anything but win32 and linux32" 2008-12-15 13:56 robert * src/osgDB/DatabasePager.cpp: Made the folowing changes to make the DatabasePager more restrained in its memory consumption, and to improve the speed of merging of tiles (at the potential cost of extra frame drops). Set Made DatabasePager TargetMaximumNumberOfPageLOD technique the be the default with a default target number of PagedLOD of 500. Set DatabasePager DoPreCompile to OFF by default. 2008-12-15 12:16 robert * include/osg/Image, src/osgWrappers/osg/Image.cpp: Removed buildMipmaps method that had no implementation. 2008-12-12 22:28 shuber * Xcode/OpenSceneGraph/OpenSceneGraph.xcodeproj/project.pbxproj: From Stephan Huber: updated XCode project 2008-12-12 19:19 robert * AUTHORS.txt, README.txt, applications/osgversion/osgversion.cpp: Updated AUTHORS and READER for 2.7.7 dev release 2008-12-12 19:12 robert * ChangeLog: Updated change log 2008-12-12 18:47 robert * CMakeLists.txt, ChangeLog, examples/osgphotoalbum/PhotoArchive.cpp, examples/osgscreencapture/osgscreencapture.cpp, include/osg/Referenced, include/osgDB/ConvertUTF, include/osgDB/DotOsgWrapper, include/osgDB/Field, include/osgDB/FieldReader, include/osgDB/FileUtils, include/osgSim/ShapeAttribute, src/osg/Referenced.cpp, src/osgDB/ConvertUTF.cpp, src/osgDB/DatabasePager.cpp, src/osgDB/Field.cpp, src/osgDB/FileUtils.cpp, src/osgDB/Output.cpp, src/osgPlugins/3dc/ReaderWriter3DC.cpp, src/osgPlugins/bsp/Q3BSPReader.cpp, src/osgPlugins/bsp/VBSPReader.cpp, src/osgPlugins/dds/ReaderWriterDDS.cpp, src/osgPlugins/geo/osgGeoStructs.h, src/osgPlugins/lwo/ReaderWriterLWO.cpp, src/osgPlugins/lwo/old_Lwo2.cpp, src/osgPlugins/obj/obj.cpp, src/osgPlugins/osg/AlphaFunc.cpp, src/osgPlugins/osg/BlendEquation.cpp, src/osgPlugins/osg/BlendFunc.cpp, src/osgPlugins/osg/Camera.cpp, src/osgPlugins/osg/ColorMask.cpp, src/osgPlugins/osg/Depth.cpp, src/osgPlugins/osg/Fog.cpp, src/osgPlugins/osg/Geometry.cpp, src/osgPlugins/osg/Sequence.cpp, src/osgPlugins/osg/StateSet.cpp, src/osgPlugins/osg/Stencil.cpp, src/osgPlugins/osg/TexEnv.cpp, src/osgPlugins/osg/TexEnvCombine.cpp, src/osgPlugins/osg/TexGen.cpp, src/osgPlugins/osg/Texture.cpp, src/osgPlugins/osgTerrain/Layer.cpp, src/osgPlugins/pnm/ReaderWriterPNM.cpp, src/osgPlugins/stl/ReaderWriterSTL.cpp, src/osgPlugins/txp/ReaderWriterTXP.cpp, src/osgShadow/ConvexPolyhedron.cpp, src/osgSim/ShapeAttribute.cpp, src/osgText/Font.cpp, src/osgViewer/ScreenCaptureHandler.cpp, src/osgViewer/Viewer.cpp: Where possible moved redundent C header includes from headers to source files 2008-12-12 14:54 robert * CMakeModules/ModuleInstall.cmake, CMakeModules/OsgMacroUtils.cmake, src/osgViewer/CMakeLists.txt: Changed the libopenscenegraph-core to be part of libopenscenegraph, and changed libopenscenegraph-examples to be part of openscenegraph-examples 2008-12-12 14:16 robert * src/osgWrappers/osgGA/StateSetManipulator.cpp, src/osgWrappers/osgViewer/ViewerEventHandlers.cpp: Updated wrappers 2008-12-12 13:41 robert * include/osgGA/StateSetManipulator, include/osgViewer/ViewerEventHandlers, src/osgViewer/ViewerEventHandlers.cpp: From Ulrich Hertlein, Typo fixes + "optional parameter to RecordCameraPathHandler to control the frame rate for record/playback. Default is 25.0, the environment variable takes preference if set." 2008-12-12 11:01 robert * CMakeLists.txt, CMakeModules/ModuleInstall.cmake, CMakeModules/OsgCPack.cmake, CMakeModules/OsgCPackConfig.cmake.in, CMakeModules/OsgMacroUtils.cmake, src/OpenThreads/pthreads/CMakeLists.txt, src/OpenThreads/sproc/CMakeLists.txt, src/OpenThreads/win32/CMakeLists.txt, src/osgPlugins/Inventor/CMakeLists.txt, src/osgPlugins/dae/CMakeLists.txt, src/osgPlugins/gdal/CMakeLists.txt, src/osgPlugins/gecko/CMakeLists.txt, src/osgPlugins/pdf/CMakeLists.txt, src/osgPlugins/svg/CMakeLists.txt, src/osgPlugins/vnc/CMakeLists.txt, src/osgPlugins/vrml/CMakeLists.txt, src/osgViewer/CMakeLists.txt: From Mattias Helsing, "I have developed the earlier cpack example a bit. Perhaps you could consider these initial cpack support scripts. It is hidden behind a BUILD_PACKAGES option so won't affect the normal user. The submission 1) set the COMPONENT attribute on all cmake install commands. COMPONENT names are according to http://www.openscenegraph.org/projects/osg/wiki/Community/Packaging 2) provide cmake script and a template for creating CPack configuration files. It will generate target for creating packages with everything that gets "installed" (make package on unx, project PACKAGE in MSVC) plus targets for generating one package per COMPONENT (i.e. libopenscenegraph-core etc.). I have temporariliy uploaded some examples to http://www.openscenegraph.org/projects/osg/wiki/Community/People/MattiasHelsing If this submission makes it into svn we can develop it to generate rpms, installers for windows and mac (I know at least J-S don't like these but there may be others who do ;) and even DEBs (not sure if we can make them "ubuntu-ready" but they eventually may - at least we could put a deb on the website)" 2008-12-12 10:20 robert * src/osgWrappers/osg/Geode.cpp, src/osgWrappers/osg/Image.cpp, src/osgWrappers/osg/Node.cpp, src/osgWrappers/osg/Switch.cpp, src/osgWrappers/osgViewer/View.cpp, src/osgWrappers/osgWidget/Browser.cpp: Updated wrappers 2008-12-12 10:19 robert * CMakeLists.txt, include/osg/Version, packaging/pkgconfig/openscenegraph.pc: Updated version number for 2.7.7 release 2008-12-11 17:00 robert * applications/CMakeLists.txt, examples/CMakeLists.txt, src/osgPlugins/CMakeLists.txt, src/osgWrappers/CMakeLists.txt: From Mattias Helsing, "When building osg static on Windows the _declspec's wasn't escaped for applications, examples or wrappers. Attached are the CMakeLists I had to change to make these compile. " 2008-12-10 17:08 robert * src/osgPlugins/osg/Node.cpp: Cleaned up layout 2008-12-10 16:26 robert * examples/osgstaticviewer/osgstaticviewer.cpp, include/osgDB/Registry, src/osgPlugins/osg/AlphaFunc.cpp, src/osgPlugins/osg/AnimationPath.cpp, src/osgPlugins/osg/AutoTransform.cpp, src/osgPlugins/osg/Billboard.cpp, src/osgPlugins/osg/BlendColor.cpp, src/osgPlugins/osg/BlendEquation.cpp, src/osgPlugins/osg/BlendFunc.cpp, src/osgPlugins/osg/Box.cpp, src/osgPlugins/osg/CMakeLists.txt, src/osgPlugins/osg/Camera.cpp, src/osgPlugins/osg/CameraView.cpp, src/osgPlugins/osg/Capsule.cpp, src/osgPlugins/osg/ClearNode.cpp, src/osgPlugins/osg/ClipNode.cpp, src/osgPlugins/osg/ClipPlane.cpp, src/osgPlugins/osg/ClusterCullingCallback.cpp, src/osgPlugins/osg/ColorMask.cpp, src/osgPlugins/osg/ColorMatrix.cpp, src/osgPlugins/osg/CompositeShape.cpp, src/osgPlugins/osg/Cone.cpp, src/osgPlugins/osg/ConvexPlanarOccluder.cpp, src/osgPlugins/osg/CoordinateSystemNode.cpp, src/osgPlugins/osg/CullFace.cpp, src/osgPlugins/osg/Cylinder.cpp, src/osgPlugins/osg/Depth.cpp, src/osgPlugins/osg/Drawable.cpp, src/osgPlugins/osg/EllipsoidModel.cpp, src/osgPlugins/osg/Fog.cpp, src/osgPlugins/osg/FragmentProgram.cpp, src/osgPlugins/osg/FrontFace.cpp, src/osgPlugins/osg/Geode.cpp, src/osgPlugins/osg/Geometry.cpp, src/osgPlugins/osg/Group.cpp, src/osgPlugins/osg/HeightField.cpp, src/osgPlugins/osg/Image.cpp, src/osgPlugins/osg/ImageSequence.cpp, src/osgPlugins/osg/LOD.cpp, src/osgPlugins/osg/Light.cpp, src/osgPlugins/osg/LightModel.cpp, src/osgPlugins/osg/LightSource.cpp, src/osgPlugins/osg/LineStipple.cpp, src/osgPlugins/osg/LineWidth.cpp, src/osgPlugins/osg/Material.cpp, src/osgPlugins/osg/MatrixTransform.cpp, src/osgPlugins/osg/Node.cpp, src/osgPlugins/osg/NodeCallback.cpp, src/osgPlugins/osg/Object.cpp, src/osgPlugins/osg/OccluderNode.cpp, src/osgPlugins/osg/OcclusionQueryNode.cpp, src/osgPlugins/osg/PagedLOD.cpp, src/osgPlugins/osg/Point.cpp, src/osgPlugins/osg/PointSprite.cpp, src/osgPlugins/osg/PolygonMode.cpp, src/osgPlugins/osg/PolygonOffset.cpp, src/osgPlugins/osg/PositionAttitudeTransform.cpp, src/osgPlugins/osg/Program.cpp, src/osgPlugins/osg/Projection.cpp, src/osgPlugins/osg/ProxyNode.cpp, src/osgPlugins/osg/ReaderWriterOSG.cpp, src/osgPlugins/osg/Scissor.cpp, src/osgPlugins/osg/Sequence.cpp, src/osgPlugins/osg/ShadeModel.cpp, src/osgPlugins/osg/Shader.cpp, src/osgPlugins/osg/Shape.cpp, src/osgPlugins/osg/ShapeDrawable.cpp, src/osgPlugins/osg/Sphere.cpp, src/osgPlugins/osg/StateAttribute.cpp, src/osgPlugins/osg/StateSet.cpp, src/osgPlugins/osg/Stencil.cpp, src/osgPlugins/osg/Switch.cpp, src/osgPlugins/osg/TessellationHints.cpp, src/osgPlugins/osg/TexEnv.cpp, src/osgPlugins/osg/TexEnvCombine.cpp, src/osgPlugins/osg/TexEnvFilter.cpp, src/osgPlugins/osg/TexGen.cpp, src/osgPlugins/osg/TexGenNode.cpp, src/osgPlugins/osg/TexMat.cpp, src/osgPlugins/osg/Texture.cpp, src/osgPlugins/osg/Texture1D.cpp, src/osgPlugins/osg/Texture2D.cpp, src/osgPlugins/osg/Texture3D.cpp, src/osgPlugins/osg/TextureCubeMap.cpp, src/osgPlugins/osg/TextureRectangle.cpp, src/osgPlugins/osg/Transform.cpp, src/osgPlugins/osg/Uniform.cpp, src/osgPlugins/osg/VertexProgram.cpp, src/osgPlugins/osg/Viewport.cpp: Added mechanism for registering proxy objects in the .osg plugin in a way that is compatible with static linking. 2008-12-10 15:01 robert * src/osgUtil/Optimizer.cpp: Removed #if 0'd out reference to osgDB 2008-12-10 12:50 robert * examples/osgstaticviewer/CMakeLists.txt: Fixed link line 2008-12-10 11:12 robert * include/osgViewer/View, src/osgViewer/View.cpp: Refactored computeIntersections() float x,float y, const osg::NodePath& nodePath. 2008-12-10 10:13 robert * src/osgPlugins/OpenFlight/VertexPaletteManager.cpp: From Andreas Goebel, (submitted by Paul Martz) "A fix for the FLT exporter. This change adds support for normals with OVERALL binding (and improves support for normals with PER_PRIMITIVE binding -- still not correct, but at least it doesn't index off the end of the array anymore)." 2008-12-10 10:10 robert * src/osgSim/Sector.cpp: From Marcin Prus, "some time ago there was an optimization fix including change in DirectionalSector::computeMatrix(). Rotation matrices were replaced with quaternions but incorrect contructor was used. There was a call to Quat(angle, xAxis, yAxis, zAxis ) but there is no such constructor in Quat class to create quaternion for rotation. As a result we got this values being written into quaternion directly. I've replaced Quat contructor calls with the ones creating rotation quaternions Quat( angle, Vec3( axis ) )." 2008-12-10 09:34 robert * src/osgVolume/ImageUtils.cpp: Added return 2008-12-09 16:43 robert * include/osg/Node: From Sukender, added missing inline keywords 2008-12-09 14:07 robert * src/osgPlugins/gecko/UBrowser.cpp, src/osgPlugins/gecko/UBrowser.h, src/osgWidget/Browser.cpp: Fixed cull callback usage to ensure that the lazy updating of the browser image functions automatically. 2008-12-09 11:05 robert * examples/osgbrowser/osgbrowser.cpp, examples/osgpdf/osgpdf.cpp, examples/osgvnc/osgvnc.cpp, include/osgWidget/Browser, include/osgWidget/PdfReader, include/osgWidget/VncClient, src/osgPlugins/gecko/ReaderWriterUBrowser.cpp, src/osgPlugins/vnc/ReaderWriterVNC.cpp, src/osgWidget/Browser.cpp, src/osgWidget/PdfReader.cpp, src/osgWidget/VncClient.cpp: Cleaned up osgWidget::VncClient and osgWidget::Browser so that their implementations are all more consitent with the osgWidget::PdfReader. 2008-12-09 09:26 robert * examples/osgpdf/osgpdf.cpp, examples/osgvnc/CMakeLists.txt, examples/osgvnc/osgvnc.cpp, include/osgWidget/PdfReader, src/osgPlugins/pdf/CMakeLists.txt, src/osgPlugins/pdf/ReaderWriterPDF.cpp, src/osgViewer/ViewerEventHandlers.cpp, src/osgWidget/PdfReader.cpp: Added support for setting background colour of Pdf document. 2008-12-09 09:25 robert * include/osgVolume/ImageUtils, src/osgVolume/ImageUtils.cpp: Added setImageToColour function 2008-12-09 09:24 robert * include/osg/Geode, include/osg/Node, include/osg/Switch: Added asSwitch and asGeode convinience methods to Node 2008-12-07 17:37 robert * include/osgWidget/PdfReader, src/osgPlugins/pdf/ReaderWriterPDF.cpp: Added ability to customize keyboard events for controlling osgWidget::PdfImage/PdfReader 2008-12-07 17:02 robert * examples/CMakeLists.txt, examples/osgpdf/CMakeLists.txt, examples/osgpdf/osgpdf.cpp, examples/osgvnc/osgvnc.cpp, examples/osgwidgetscrolled/CMakeLists.txt, include/osg/Image, include/osgViewer/ViewerEventHandlers, include/osgWidget/PdfReader, include/osgWidget/VncClient, src/osgPlugins/CMakeLists.txt, src/osgPlugins/gecko/UBrowser.cpp, src/osgPlugins/gecko/UBrowser.h, src/osgPlugins/pdf, src/osgPlugins/pdf/CMakeLists.txt, src/osgPlugins/pdf/ReaderWriterPDF.cpp, src/osgPlugins/vnc/CMakeLists.txt, src/osgPlugins/vnc/ReaderWriterVNC.cpp, src/osgViewer/ViewerEventHandlers.cpp, src/osgWidget/CMakeLists.txt, src/osgWidget/PdfReader.cpp, src/osgWidget/VncClient.cpp: Intoduce new osgWidget::PdfReader and osgWidget::VncClient front ends to osgWidget, with new pdf plugin and updated vnc plugin that now support these front ends. Updated osgpdf and osgvnc examples to new these new interfaces. 2008-12-06 11:03 robert * src/osgPlugins/bvh/ReaderWriterBVH.cpp: Fixed build problem 2008-12-05 16:41 robert * include/osg/Image: Added GL_ABGR_EXT to fix windows build 2008-12-04 10:27 robert * src/osgPlugins/bsp/CMakeLists.txt, src/osgPlugins/bsp/ReaderWriterVTF.cpp: From Jason Daly, added support for reading Valve's texture format files 2008-12-03 14:13 robert * include/osg/Node: From Sukender, (Benoit Neil) "adding a few convinience methods to osg::Node (ouch!). Just tell me if you find them useful: /** Convinience method that sets the update callback of the node if it doesn't exist, or nest it into the existing one. */ void addUpdateCallback(NodeCallback* nc); /** Convinience method that removes a given callback from a node, even if that callback is nested. There is no error return in case the given callback is not found. */ void removeUpdateCallback(NodeCallback* nc); ... and the same for Event and Cull callbacks methods." 2008-12-03 12:09 robert * src/osg/Image.cpp: From Ferdi Smit, "Image.cpp didn't handle the integer data types correctly in the function: unsigned int Image::computeNumComponents(GLenum pixelFormat) so I added these types to the switch statement: case(GL_RED_INTEGER_EXT): return 1; case(GL_GREEN_INTEGER_EXT): return 1; case(GL_BLUE_INTEGER_EXT): return 1; case(GL_ALPHA_INTEGER_EXT): return 1; case(GL_RGB_INTEGER_EXT): return 3; case(GL_RGBA_INTEGER_EXT): return 4; case(GL_BGR_INTEGER_EXT): return 3; case(GL_BGRA_INTEGER_EXT): return 4; case(GL_LUMINANCE_INTEGER_EXT): return 1; case(GL_LUMINANCE_ALPHA_INTEGER_EXT): return 2; That's all... now it computes the number of components and, thus, the image size correctly." 2008-12-02 10:42 robert * CMakeModules/FindCOLLADA.cmake, src/osgPlugins/dae/CMakeLists.txt: Revised the DYNAMIC vs STATIC library setup of COLLADA. 2008-12-02 09:00 robert * src/osg/BufferObject.cpp: From Jean-Sebastien Guay, build fix 2008-12-01 15:46 robert * include/osg/Image, src/osgWrappers/osg/Image.cpp: Fixed wrappers 2008-12-01 14:07 robert * src/osgPlugins/CMakeLists.txt, src/osgPlugins/bvh, src/osgPlugins/bvh/CMakeLists.txt, src/osgPlugins/bvh/ReaderWriterBVH.cpp: From Wang Rui, "Attachment is a plugin reading Biovision hierarchical files (.BVH) to generate character motion animations. BVH format is widely used by Character Studio of 3dsmax, MotionBuilder and other softwares, also supported by most motion capture devices. The plugin is based on the latest osgAnimation library of OSG 2.7.6 and will return a osgAnimation::AnimationManager pointer if using readNodeFile() to load it. Source and CMake files are: CMakeLists.txt ReaderWriterBVH.cpp Also there are 3 example BVH files. The first two are captured from motions of human beings - maybe a kung-fu master here. PLEASE use command below to see the results: # osgviewer example1.bvh -O solids This will demonstrate the animating of a skeleton and render bones as solid boxes. Note that the motion assumes XOZ is the ground and has an offset from the center, so we should adjust our view to get best effects. You may also use "-O contours" to render bones as lines. The viewer shows nothing if without any options because osgAnimation::Bone does not render itself. User may add customized models to each named bones as osganimationskinning does to make uses of this plugin in their own applications. I was wondering to support a BvhNode in my osgModeling peoject before, but soon found it better be a plugin for animation. A problem is, how to bind real geometry models to the skeleton. Maybe we could have a bindingToNode() visitor in future to find geodes matching names of bones and add them as bones' children." 2008-12-01 13:47 robert * src/osgWrappers/osg/BufferObject.cpp, src/osgWrappers/osg/Image.cpp: Updated wrappers 2008-12-01 13:28 robert * include/osg/BufferObject, src/osg/BufferObject.cpp: From Art Tevs, "here is a submission of an additional class of PixelBufferObejct, which implements more general way of handling with PBOs. Current osg implementation of PBO does use an attached osg::Image to copy data from. This is somehow only one way of using it and doesn't provide full functionality of PBOs. -------------------------------------------- Descripton: The patch does provide a new class PixelDataBufferObject which is capable of allocating memory on the GPU side (PBO memory) of arbitrary size. The memory can then further be used to be enabled into read mode (GL_PIXEL_UNPACK_BUFFER_ARB) or in write mode (GL_PIXEL_PACK_BUFFER_ARB). Enabling the buffer into write mode will force the driver to write data from bounded textures into that buffer (i.e. glGetTexImage). Using buffer in read mode give you the possibility to read data from the buffer into a texture with e.g. glTexSubImage or other instuctions. Hence no data is copied over the CPU (host memory), all the operations are done in the GPU memory. -------------------------------------------- Compatibility: The new class require the unbindBuffer method from the base class BufferObject to be virtual, which shouldn't break any functionality of already existing classes. Except of this the new class is fully orthogonal to existing one, hence can be safely added into already existing osg system. -------------------------------------------- Testing: The new class was tested in the current svn version of osgPPU. I am using the new class to copy data from textures into the PBO and hence provide them to CUDA kernels. Also reading the results back from CUDA is implemented using the provided patch. The given patch gives a possibility of easy interoperability between CUDA and osg (osgPPU ;) ) -------------------------------------------- I think in general it is a better way to derive the PixelBufferObject class from PixelDataBufferObject, since the second one is a generalization of the first one. However this could break the current functionality, hence I haven't implemented it in such a way. However I would push that on a stack of wished osg 3.x features, since this will reflect the OpenGL PBO functionality through the classes better. " 2008-12-01 11:19 robert * src/osgAnimation/CMakeLists.txt: Added OpenThreads to link lists 2008-11-30 16:33 robert * src/osgPlugins/exr/CMakeLists.txt: Changed OPENEXR_LIBRARY to OPENEXR_LIBRARIES to pick up on Ulrich's changes to the FindOpenEXR.cmake 2008-11-30 16:33 robert * CMakeModules/FindLibVNCServer.cmake, CMakeModules/FindOpenEXR.cmake, CMakeModules/FindZLIB.cmake: From Ulrich Hertlien, "'m was getting a build failure from the OpenEXR reader on Mac OS X. It was complaining about undefined references to half::convert(int). I believe this is because the EXR plugin doesn't explicitly link against the Half library. Attached is a modified FindOpenEXR.cmake module that locates IlmIlf and Half, as well as a modified exr/CMakeLists.txt that picks up this change. Also attached are some typo fixes for CMakeModules. Cheers," 2008-11-30 15:56 robert * include/osg/Image, src/osg/Image.cpp: From Art Tevs, "here are a small extension to the osg::Image class, which do computes data type from the given format, i.e. (GL_RGB32F_ARB -> GL_FLOAT). The method is very usefull to find out which data type a texture or an image have based on the internal/pixel format." 2008-11-29 12:16 robert * AUTHORS.txt, ChangeLog, applications/osgversion/osgversion.cpp: Updated ChangeLog, and AUTHORS lists for 2.7.6 dev release 2008-11-29 11:35 robert * examples/osgwidgetmessagebox/osgwidgetmessagebox.cpp: Build fix for when implicit conversion in ref_ptr<> is switched off. 2008-11-29 11:10 robert * include/osgAnimation/Timeline: Fixed build for when ref_ptr<> impicit cast is not built 2008-11-28 17:18 robert * include/osgAnimation/Timeline: Removed cmath include as it was causing build problems under Cgwin 2008-11-28 14:37 robert * examples/CMakeLists.txt: Added new examples 2008-11-28 14:37 robert * examples/osganimationnode/CMakeLists.txt, examples/osganimationnode/osganimationnode.cpp: From Cedric Pinson, updates to osganimation examples. Merged by Robert Osfield, from OpenSceneGraph-osgWidget-dev 2008-11-28 14:36 robert * examples/osgwidgetaddremove/osgwidgetaddremove.cpp, examples/osgwidgetbox/osgwidgetbox.cpp, examples/osgwidgetcanvas/osgwidgetcanvas.cpp, examples/osgwidgetframe/osgwidgetframe.cpp, examples/osgwidgetinput/osgwidgetinput.cpp, examples/osgwidgetlabel/osgwidgetlabel.cpp, examples/osgwidgetmenu/CMakeLists.txt, examples/osgwidgetmenu/osgwidgetmenu.cpp, examples/osgwidgetmessagebox, examples/osgwidgetmessagebox/CMakeLists.txt, examples/osgwidgetmessagebox/osgwidgetmessagebox.cpp, examples/osgwidgetnotebook/osgwidgetnotebook.cpp, examples/osgwidgetperformance, examples/osgwidgetperformance/CMakeLists.txt, examples/osgwidgetperformance/osgwidgetperformance.cpp, examples/osgwidgetprogress, examples/osgwidgetprogress/CMakeLists.txt, examples/osgwidgetprogress/osgwidgetprogress.cpp, examples/osgwidgetscrolled/osgwidgetscrolled.cpp, examples/osgwidgettable/osgwidgettable.cpp, examples/osgwidgetwindow/osgwidgetwindow.cpp: From Jeremy Moles, updates to osgwidget examples. Merged by Robert Osfield from OpenSceneGraph-osgWidget-dev 2008-11-28 14:35 robert * src/osgWrappers/osgWidget/Box.cpp, src/osgWrappers/osgWidget/Canvas.cpp, src/osgWrappers/osgWidget/EventInterface.cpp, src/osgWrappers/osgWidget/Frame.cpp, src/osgWrappers/osgWidget/Input.cpp, src/osgWrappers/osgWidget/Label.cpp, src/osgWrappers/osgWidget/ViewerEventHandlers.cpp, src/osgWrappers/osgWidget/Widget.cpp, src/osgWrappers/osgWidget/Window.cpp, src/osgWrappers/osgWidget/WindowManager.cpp: Updated wrappers 2008-11-28 14:35 robert * include/osgWidget/Box, include/osgWidget/Browser, include/osgWidget/Canvas, include/osgWidget/EventInterface, include/osgWidget/Export, include/osgWidget/Frame, include/osgWidget/Input, include/osgWidget/Label, include/osgWidget/Lua, include/osgWidget/Python, include/osgWidget/ScriptEngine, include/osgWidget/StyleInterface, include/osgWidget/StyleManager, include/osgWidget/Table, include/osgWidget/Types, include/osgWidget/UIObjectParent, include/osgWidget/Util, include/osgWidget/Version, include/osgWidget/ViewerEventHandlers, include/osgWidget/Widget, include/osgWidget/Window, include/osgWidget/WindowManager, src/osgWidget/Box.cpp, src/osgWidget/Browser.cpp, src/osgWidget/Canvas.cpp, src/osgWidget/Frame.cpp, src/osgWidget/Input.cpp, src/osgWidget/Label.cpp, src/osgWidget/Lua.cpp, src/osgWidget/Python.cpp, src/osgWidget/StyleManager.cpp, src/osgWidget/Table.cpp, src/osgWidget/Util.cpp, src/osgWidget/ViewerEventHandlers.cpp, src/osgWidget/Widget.cpp, src/osgWidget/Window.cpp, src/osgWidget/WindowManager.cpp: From Jeremy Moles, updates to osgWidget Merged my Robert Osfield from OpenSceneGraph-osgWidget-dev. 2008-11-28 14:34 robert * include/osgAnimation/Bone, include/osgAnimation/EaseMotion, include/osgAnimation/Skinning, include/osgAnimation/Timeline, include/osgAnimation/VertexInfluence, src/osgAnimation/UpdateCallback.cpp: From Cedric Pinson, updates toosgAnimation. Merged by Robert Osfield, from OpenSceneGraph-osgWidget-dev. 2008-11-27 17:31 robert * src/osgPlugins/curl/CMakeLists.txt: From Cedric Pinson, "updated the CMakelist.txt of curl plugin to compile with the static library of curl. I added the external dependency wldap32" 2008-11-27 17:30 robert * CMakeLists.txt, include/osg/Version: Updated SO version number for 2.5.6 release 2008-11-27 17:29 robert * ChangeLog: Updated ChangeLog 2008-11-27 16:58 shuber * Xcode/OpenSceneGraph/OpenSceneGraph.xcodeproj/project.pbxproj, Xcode/OpenSceneGraph/config/OpenThreads/Config, Xcode/OpenSceneGraph/osgAnimation-Info.plist, Xcode/OpenSceneGraph/osgVolume-Info.plist, Xcode/OpenSceneGraph/osganimationviewer-Info.plist: From Stephan Huber: updated XCode project, added osgAnimation framework + one example using it (osganimationviewer). Added _OPENTHREADS_ATOMIC_USE_BSD_ATOMIC to local OpenThreads/Config when compiling for the 10.5 SDK. Some minor fixes on some of the configurations/targets 2008-11-27 14:05 robert * src/osgPlugins/bsp/VBSPReader.h: Changed unsigned long to unsigned int to avoid 64bit portability issue. 2008-11-27 09:45 robert * examples/osgautocapture/osgautocapture.cpp: From Jean-Sebastien Guay, "osgautocapture uses M_PI to convert degrees to radians, which didn't compile on Win32. Switched to using osg::DegreesToRadians. Also removed the "convert to radians" comment on each line, as the code clearly conveys this without needing a comment now." 2008-11-27 09:36 robert * src/osgPlugins/CMakeLists.txt: Enabled the build of exr plugin 2008-11-27 09:36 robert * src/osgPlugins/exr/ReaderWriterEXR.cpp: Build fixes 2008-11-27 09:33 robert * src/osgPlugins/exr/ReaderWriterEXR.cpp: Removed the use of = operator. 2008-11-26 16:40 robert * src/osgWrappers/genwrapper.conf, src/osgWrappers/osg/BoundingBox.cpp, src/osgWrappers/osg/BoundingSphere.cpp: Updated wrappers 2008-11-26 16:39 robert * include/osg/BoundingBox, include/osg/BoundingSphere, src/osg/BoundingBox.cpp, src/osg/BoundingSphere.cpp, src/osg/CMakeLists.txt: From Tim Moore, "Double precision versions of BoundingBox and BoundingSphere are useful for doing computations in world coordinates, especially when working with a geocentric scene. By default, these classes are built using floats, so templated versions fill a need. I've used the double precision templates to fix some problems with ViewDependentShadow, which will follow shortly. " 2008-11-26 16:00 robert * src/osgWrappers/genwrapper.conf: added workaround of compile issues with templated version of BoundingBox 2008-11-26 13:18 robert * src/osgWrappers/osgDB/DatabasePager.cpp: Updated wrappers 2008-11-26 12:50 robert * src/osg/Sequence.cpp: From Andy Preece, "To reproduce the bug: 1. Create a template osg::Sequence node (and underlying geometry) but do not attach the node to the current active scenegraph. 2. At some point during the rendering loop (perhaps on a keystroke) clone the sequence node (I use the call: dynamic_cast(templateNode -> clone( osg::CopyOp( (osg::CopyOp::CopyFlags)osg::CopyOp::DEEP_COPY_NODES ) ) ) 3. Set the cloned sequence node duration to a value that makes the animation run slower (i.e. 2.0). 4. Start the cloned sequence (using setMode()). 5. Repeat steps 2 \u2013 4 and observe that the cloned sequences do not run slow but run as fast, appearing to ignore the duration that has been set on them. Looking at the \u2018good documentation\u2019 (2.4 source code), I see that _start is being set to _now (osg::Sequence::setMode(), line 192). Should this not _start not be set to -1.0?" 2008-11-26 12:35 robert * CMakeLists.txt, CMakeModules/FindOpenEXR.cmake: Added searching for OpenEXR 2008-11-26 12:35 robert * src/osgPlugins/CMakeLists.txt, src/osgPlugins/exr, src/osgPlugins/exr/CMakeLists.txt, src/osgPlugins/exr/ReaderWriterEXR.cpp: From Ragnar Hammarqvist, "I wrote an EXR image plug-in to osg, I would like to contribute this plug-in to the osg project if you find it useful. The plug-in is a wrapper around open-exr (http://www.openexr.com) that consists of two projects, ilmbase-1.0.1 and openexr-1.6.1. I have only tested it on windows XP 32 machine. So there might be some work making it work on other platforms. The plug-in supports writing and reading EXR files. When writing it can use the data type GL_HALF_FLOAT_ARB(se ilmbase-1.0.1) and GL_FLOAT. When reading the data type always becomes GL_HALF_FLOAT_ARB. It supports textures with three and four channels. When reading an exr file it automatically removes Alfa channel if it didn't store any information." -- From Robert Osfield, started work on ported it to other platforms, but could fix some problems relating to error: ?Imf::OStream::OStream(const Imf::OStream&)? is private I'm checking in now so that others can have a bash at completing the port. 2008-11-26 12:07 robert * CMakeModules/FindCOLLADA.cmake, CMakeModules/FindGDAL.cmake: From Gino van den Bergen, "The FindGDAL.cmake seems to be broken in OSG 2.6.1 for locating gdal.h through enviroment variable GDAL_DIR. Also, I've modified the FindCOLLADA.cmake to locate the current 2.1 versions of the COLLADA DOM in the build directories under VC8. I've also added a COLLADA_LIBRARY_DEBUG spec. Other flavors may be added depending on compiler version and DOM version." 2008-11-26 11:45 robert * src/osgPlugins/stl/ReaderWriterSTL.cpp, src/osgWrappers/osgDB/DatabasePager.cpp: From BjornHein, "attached a proposal for an extension for the the stl-File ReaderWriter. It allows saving of an osg node tree as stl file in ASCII-Format. Standard is to generate one stl file. With an additional option it is possible to write one file per Geode. This option is not very "useful" for typical application, I use it for separating and conversion of geometric data. So it could be removed if considered to special." 2008-11-26 11:23 robert * examples/CMakeLists.txt, examples/osgautocapture, examples/osgautocapture/CMakeLists.txt, examples/osgautocapture/osgautocapture.cpp: From John Vidar Larring, osgautocapture example that captures an image from a paged database by frame loop to the paging is complete, then takes a snapshot. 2008-11-26 11:12 robert * include/osgDB/DatabasePager, src/osgDB/DatabasePager.cpp: Added DatabasePager::getRequestsInProgress() that return true if there are still tiles to load. Added DatabasePager::setTargetMaximumNumberOfPageLOD(..) that sets the target number of PagedLOD to try and maintain 2008-11-25 16:24 robert * include/osg/ref_ptr: From Piotr Rak, "added bool conversion for ref_ptr, when no implicit conversion to T* is used." 2008-11-25 15:57 robert * examples/osgpackeddepthstencil/osgpackeddepthstencil.cpp: Fix for build with OSG_USE_REF_PTR_IMPLICIT_OUTPUT_CONVERSION off 2008-11-25 15:38 robert * include/osgAnimation/Timeline: Fixed build for when OSG_USE_REF_PTR_IMPLICIT_OUTPUT_CONVERSION is off 2008-11-25 14:40 robert * src/osgWrappers/osg/Uniform.cpp, src/osgWrappers/osgUtil/Optimizer.cpp: Updated wrappers 2008-11-25 14:31 robert * include/osgUtil/Optimizer, src/osgUtil/Optimizer.cpp: From Joakim Simmonsson, fix for handling of billboards in FLATTEN_STATIC_TRANSFORMS_DUPLICATING_SHARED_SUBGRAPHS 2008-11-25 14:15 robert * src/osgPlugins/osg/Uniform.cpp: Added support for unsigned int uniforms 2008-11-25 14:15 robert * include/osg/Uniform, src/osg/Uniform.cpp: From Ferdi Smit, added support for unsigned int typed uniforms 2008-11-25 13:45 robert * src/osgPlugins/x/types.cpp: From Urlich Hertlein, "Attached is a patched version that replaces calls to atof() with osg::asciiToFloat()." 2008-11-25 12:22 robert * src/osgPlugins/bsp/VBSPGeometry.cpp, src/osgPlugins/bsp/VBSPReader.cpp, src/osgPlugins/bsp/VBSPReader.h: Fixed warning and some unitialized variables. 2008-11-25 11:09 robert * src/osgPlugins/dae/daeRMaterials.cpp: Fixed warning 2008-11-25 10:57 robert * examples/osgpackeddepthstencil/osgpackeddepthstencil.cpp, include/osg/FrameBufferObject, src/osg/Camera.cpp, src/osgUtil/RenderStage.cpp: From Jaromir Vitek, "In attachment are another fixes for using packed depth+stencil (PDS). * When used PDS RenderStage::runCameraSetUp sets flag that FBO has already stencil,depth buffer attached. Prevents adding next depth buffer. * Sets correct traits for p-buffer if used PDS and something goes wrong with FBO setup or p-buffer is used directly. * Adds warning to camera if user add depth/stencil already attached through PDS. * Sets blitMask when use blit to resolve buffer. There is also new example with using multisampled FBO." 2008-11-24 16:32 robert * CMakeLists.txt, include/osg/Export, src/osg/Config.in: From Wojciech Lewandowski, "I have restored MSVC disabled warnings in osg/Export. Difference is they are now disabled only when OSG_DISABLE_MSVC_WARNINGS macro is defined. This macro is set through CMake options and autogenerated in osg/Config. Simon suggested that it would be cool if we had more control over selected warnings. I tried to learn how to make selection of individual warning numbers possible, but had to gave up as my cmake skills were not sufficient. The only way I saw this possible would be adding one define for each MSVC warning number. But many definitions seemed too be to much clutter for osg/Config file so I rejected thar idea. For this it would be cool if autogenerated Config entries could more powerful than simple #define/#undef flags. Maybe Cmake gurus know how to do it. I have not reverted added Compiler options. I assume that one may want to have warnings enabled for the application but may not want to see them while OSG libraries and examples compile. Modified files: osg/Export - now explicitly includes osg/Config to make sure OSG_DISABLE_MSVC_WARNINGS is read osg/Config.in - declares OSG_DISABLE_MSVC_WARNINGS flag to be added to autogenerated osg/Config CMakeLists.txt - declares OSG_DISABLE_MSVC_WARNINGS as option with default ON setting " 2008-11-24 16:26 robert * src/osgPlugins/dds/ReaderWriterDDS.cpp: From Marco Jez, "The DDS plugin currently prints too many NOTICE messages that, given their nature and frequency, should really be demoted to INFO or DEBUG severity. Fix is attached." 2008-11-24 16:09 robert * include/osgAnimation/Timeline: From Alberto Luaces, removed #include as it was cause a build problem under Cygwin. 2008-11-24 16:02 robert * examples/osgsidebyside/osgsidebyside.cpp: Improved the set of the master + slave cameras 2008-11-24 15:27 robert * src/osgPlugins/dae/daeWriter.cpp: From Rolad Smeenk, "Forgot a call to uniqify when generating an Id based on osg::Node name." 2008-11-24 14:37 robert * examples/CMakeLists.txt, examples/osgsidebyside, examples/osgsidebyside/CMakeLists.txt, examples/osgsidebyside/osgsidebyside.cpp: From Roland Smeenk, "This application can be used for testing plugins that can both read and write a certain file format. It will display the original file next to the written and reread file. Example: osgsidebyside -o cow.dae cow.osg This example will read cow.osg, write cow.dae, read cow.dae and display cow.osg on the left side and cow.dae on the right side of the view. Possible interactions: KEY_UP Speedup DOF animation KEY_DOWN SlowDown DOF animation KEY_RIGHT Toggle all MultiSwitches" 2008-11-24 14:26 robert * src/osgPlugins/dae/CMakeLists.txt, src/osgPlugins/dae/ReaderWriterDAE.cpp, src/osgPlugins/dae/daeRGeometry.cpp, src/osgPlugins/dae/daeRMaterials.cpp, src/osgPlugins/dae/daeRSceneObjects.cpp, src/osgPlugins/dae/daeRTransforms.cpp, src/osgPlugins/dae/daeReader.cpp, src/osgPlugins/dae/daeReader.h, src/osgPlugins/dae/daeWGeometry.cpp, src/osgPlugins/dae/daeWMaterials.cpp, src/osgPlugins/dae/daeWSceneObjects.cpp, src/osgPlugins/dae/daeWTransforms.cpp, src/osgPlugins/dae/daeWriter.cpp, src/osgPlugins/dae/daeWriter.h: From Roland Smeenk, "Overview of the Collada/dae plugin changes New features +Read and write of osg::LOD, osg::Switch, osgSim::Sequence, osgim::MultiSwitch and osgSim::DOFTransform data in +Read and write of osg::Node description data in +Plugin option "NoExtras" to prevent writing of data and only traverse the active children when saving Changes/additions +instanced_geometry and instanced_controller are now loaded in a single Geode with multiple Geometries instead of multiple geodes with a single Geometry +Changed all calls to the deprecated createAndPlace() to the new add() methods +All transformation elements , , , , , are now concatenated properly in to a single MatrixTransform. Previously this was not done in order as required by Collada and and not all elements were included. +Complete skew matrix creation +Automatically add GL_RESCALE_NORMAL if scale is non-identity +Blinn shininess remapping to [0,128] when in range [0,1] +Changes to CMake file to make it compile on Windows +Coding style and code documentation Bug fixes +Transparent texture writing fixed +Fixed bug in using osg node name as collada node ID +Fixed usage of double sided faces in GOOGLEEARTH extra +Not adding blendfunc and blendcolor when opaque TODO/Wishlist -solve differences in drawables, DAE reader should place multiple collation elements into multiple primitivesets in a single geometry where possible (only when same material) -solve differences in matrices -multitexture support -skinned mesh and generic animations using osgAnimation -profile_GLSL based on COLLADA OpenGL Effects Viewer http://ati.amd.com/developer/rendermonkey/downloads.html -handling more to more closely mimic the intended lighting" 2008-11-24 13:50 robert * src/osg/GLExtensions.cpp: Replaced usage atof to asciiToFloat. 2008-11-24 13:19 robert * src/osg/GL2Extensions.cpp, src/osg/GLExtensions.cpp, src/osg/TexEnvFilter.cpp, src/osg/Texture.cpp: Converted OpenGL version number code to using osg::asciiToFloat to avoid issues with conversion using locale senstive atof function 2008-11-24 11:39 robert * src/osgPlugins/CMakeLists.txt, src/osgPlugins/bsp/CMakeLists.txt, src/osgPlugins/bsp/Q3BSPLoad.cpp, src/osgPlugins/bsp/Q3BSPLoad.h, src/osgPlugins/bsp/Q3BSPReader.cpp, src/osgPlugins/bsp/Q3BSPReader.h, src/osgPlugins/bsp/ReaderWriterBSP.cpp, src/osgPlugins/bsp/ReaderWriterBSP.h, src/osgPlugins/bsp/VBSPGeometry.cpp, src/osgPlugins/bsp/VBSPGeometry.h, src/osgPlugins/bsp/VBSPReader.cpp, src/osgPlugins/bsp/VBSPReader.h, src/osgPlugins/bsp/VBSP_README.txt: From Jason Daly, "This is a plugin (two, actually) that will allow OSG to load .bsp map files from Valve's Source Engine games (Half-Life 2, etc.). One plugin (called "vbsp" to distinguish it from the Quake 3 bsp loader) reads the .bsp file itself, and the other ("vtf") reads the texture files. The set up for this to work is a bit more complex than most files, since the engine expects all files to be in a certain place, and it tends to mix case a lot. I tried to explain everything in the VBSP_README.txt file." This plugin has been integrated with the pre-exisiting bsp plugin. 2008-11-24 10:28 robert * src/osgPlugins/bsp/BSPLoad.cpp, src/osgPlugins/bsp/BSPLoad.h, src/osgPlugins/bsp/Q3BSPLoad.cpp, src/osgPlugins/bsp/Q3BSPLoad.h, src/osgPlugins/bsp/ReaderWriterBSP.cpp, src/osgPlugins/bsp/ReaderWriterBSP.h, src/osgPlugins/bsp/ReaderWriterQ3BSP.cpp, src/osgPlugins/bsp/ReaderWriterQ3BSP.h: Renamig of files in prep of merge of valve bsp support 2008-11-24 10:16 robert * src/osgViewer/GraphicsWindowX11.cpp: From Tim Moore, "the GraphicsWindowX11 code was not correctly calling GraphicsContext::resized when the window was not mapped with the requested geometry." 2008-11-24 10:13 robert * examples/osgvnc/osgvnc.cpp, src/osgWrappers/osg/Image.cpp, src/osgWrappers/osgUtil/IntersectVisitor.cpp, src/osgWrappers/osgViewer/ViewerEventHandlers.cpp: Updated wrappers 2008-11-23 17:28 robert * src/osgPlugins/vnc/ReaderWriterVNC.cpp: Added mechnism for tracking when a VncImage is inactive or not. 2008-11-23 15:51 robert * examples/osgbrowser/osgbrowser.cpp, include/osg/Image, include/osgViewer/ViewerEventHandlers, src/osgPlugins/gecko/ReaderWriterUBrowser.cpp, src/osgPlugins/gecko/UBrowser.cpp, src/osgPlugins/gecko/UBrowser.h, src/osgViewer/ViewerEventHandlers.cpp: Added mechanism for tracking when interactive images are being rendered to enable their backends to only rendered them when they are actively being rendered in the OpenGL window. 2008-11-23 11:35 robert * include/osg/Math, include/osgDB/Field, src/osg/CMakeLists.txt, src/osg/Math.cpp, src/osgDB/Field.cpp: Introduce osg::asciiToDouble/asciiToFloat function. 2008-11-23 10:20 robert * src/osgPlugins/bmp/ReaderWriterBMP.cpp: From Ulrich Hertlein, "I noticed some regression in the BMP loader - some 8-bit (paletted) files wouldn't load anymore but simply crash. After taking a look at the current state of the BMP loader I decided it might be worth a shot at reimplementing that part. For example: the current loader doesn't properly handle 1- and 4-bit files, incorrectly loads 16-bit files as intensity-alpha (they are RGB555), is full of dead code, and generally not in very good shape. Attached is my re-implementation for review. I've checked it against the test images from http://wvnvaxa.wvnet.edu/vmswww/bmp.html and models that use BMP files. " 2008-11-23 09:57 robert * include/osgAnimation/Timeline: From Paul Martz, added missing export 2008-11-22 14:30 robert * examples/CMakeLists.txt, src/CMakeLists.txt, src/osgPlugins/CMakeLists.txt: Removed the optional build for osgWidget and plugins as these are options that are appropriate for building all the time 2008-11-22 12:14 robert * examples/CMakeLists.txt, examples/osganimationmakepath, examples/osganimationnode, examples/osganimationskinning, examples/osganimationsolid, examples/osganimationtimeline, examples/osganimationviewer, include/osgAnimation, src/CMakeLists.txt, src/osgAnimation, src/osgPlugins/CMakeLists.txt, src/osgPlugins/osgAnimation: From Cedric Pinson, Pulled in osgAnimation from OpenSceneGraph-osgWidget-dev into svn/trunk. 2008-11-21 18:16 robert * src/osgViewer/CompositeViewer.cpp: From Danny Valente, submitted bu Jean-Sebastien Guay, "Some context: In the past I submitted a fix to osgViewer::CompositeViewer where events would get wrong input ranges. Later, you made a change to set the eventState's current graphics context to the current graphics context. However, there's a problem in the sequence of events. Here's the recap (doing a graphical diff with the attached file will show this clearly): Before: 1. if the camera is not a slave camera 1.1 set the eventState's graphics context to the current context. 2. if the current master view is not the view which has the focus 2.1 set the current master view to be the view which has the focus 2.2 use the new master view's eventState instead of the old one Now as you can see from this sequence, the graphics context is set on the eventState before switching to the view which has focus (and thus using another eventState). So the new eventState, in the case we need to switch views, will contain an old graphics context, not the correct one. Just inversing these steps fixes the problem: 1. if the current master view is not the view which has the focus 1.1 set the current master view to be the view which has the focus 1.2 use the new master view's eventState instead of the old one 2. if the camera is not a slave camera 2.1 set the eventState's graphics context to the current context. Now, the eventState will refer to the correct graphics context in both cases. Attached is a fixed CompositeViewer.cpp (based on today's SVN) which does this. Note that some other things are done in the 1. and 2. cases, but they have no influence on each other so they can just be swapped without problems. " 2008-11-21 17:44 robert * src/osgViewer/Renderer.cpp: Added handling of View::LightingMode 2008-11-21 17:10 robert * src/osgPlugins/gecko/UBrowser.h: Build fix 2008-11-21 16:09 robert * include/osgWidget/Browser, src/osgWidget/Browser.cpp: Added exports 2008-11-21 13:23 robert * src/osgPlugins/obj/ReaderWriterOBJ.cpp, src/osgPlugins/obj/obj.cpp, src/osgPlugins/obj/obj.h: From David Spilling, better support for multitexture in obj loader. 2008-11-21 12:38 robert * examples/CMakeLists.txt, examples/osgpackeddepthstencil, examples/osgpackeddepthstencil/CMakeLists.txt, examples/osgpackeddepthstencil/osgpackeddepthstencil.cpp: From Jaromir Vitek, osgpackeddepthstencil example as a test case. 2008-11-21 12:31 robert * src/osgWrappers/osgParticle/ParticleSystemUpdater.cpp: Updated wrappers 2008-11-21 12:30 robert * include/osgParticle/ParticleSystemUpdater, src/osgParticle/ParticleSystemUpdater.cpp: Made the ParticleSystemUpdate::addParticleSystem, removeParticleSystem, replaceParticleSystem and setParticleSystem methods all virtual to allow them to be overriden. 2008-11-21 12:15 robert * src/osgDB/FileUtils.cpp, src/osgViewer/GraphicsWindowWin32.cpp: From Mario Valle, "Attached two small correction to remove the following warnings from MINGW build." 2008-11-21 12:10 robert * include/osgDB/ReaderWriter: From Jason Beverage, "The _pluginData member variable is not properly copied when using the copy constructor for ReaderWriter::Options." 2008-11-21 12:05 robert * src/osgPlugins/ive/DataInputStream.cpp: From Joakim Simonsson, fixed warning. 2008-11-21 11:52 robert * src/osgUtil/Tessellator.cpp: From Gordon Tomlinson, "Find enclosed fix for a leak in the Tessellator::reset(), were the new verts were not being deleted, only the container was We have confirmed the leak while running things through Purify," Small code tweaks by Robert Osfield to streamline the code. 2008-11-21 11:27 robert * src/osgWrappers/osg/DisplaySettings.cpp, src/osgWrappers/osgManipulator/AntiSquish.cpp, src/osgWrappers/osgManipulator/Command.cpp, src/osgWrappers/osgManipulator/Dragger.cpp, src/osgWrappers/osgManipulator/Projector.cpp, src/osgWrappers/osgManipulator/Scale1DDragger.cpp, src/osgWrappers/osgManipulator/Scale2DDragger.cpp, src/osgWrappers/osgManipulator/Translate1DDragger.cpp: Updated wrappers 2008-11-21 11:23 robert * include/osgManipulator/AntiSquish, include/osgManipulator/Command, include/osgManipulator/Dragger, include/osgManipulator/Projector, include/osgManipulator/RotateCylinderDragger, include/osgManipulator/RotateSphereDragger, include/osgManipulator/Scale1DDragger, include/osgManipulator/Scale2DDragger, include/osgManipulator/Translate1DDragger, include/osgManipulator/Translate2DDragger, src/osgManipulator/AntiSquish.cpp, src/osgManipulator/Command.cpp, src/osgManipulator/Constraint.cpp, src/osgManipulator/Dragger.cpp, src/osgManipulator/Projector.cpp, src/osgManipulator/RotateCylinderDragger.cpp, src/osgManipulator/RotateSphereDragger.cpp, src/osgManipulator/Scale1DDragger.cpp, src/osgManipulator/Scale2DDragger.cpp, src/osgManipulator/Translate1DDragger.cpp, src/osgManipulator/Translate2DDragger.cpp: From Serge Lages, "Here you can find some modifications to osgManipulator to work with double values instead of floats. Indeed I faced problems with the osgManipulator library when working with Earth based scenes, it was impossible to drag objects in a precise way if they were too far from the center of the scene." 2008-11-21 11:09 robert * include/osgManipulator/AntiSquish, include/osgManipulator/Command, include/osgManipulator/Projector, include/osgManipulator/RotateCylinderDragger, include/osgManipulator/RotateSphereDragger, include/osgManipulator/Scale1DDragger, include/osgManipulator/Scale2DDragger, include/osgManipulator/ScaleAxisDragger, include/osgManipulator/Selection, include/osgManipulator/Translate1DDragger, include/osgManipulator/Translate2DDragger, include/osgManipulator/TranslateAxisDragger, src/osgManipulator/Command.cpp, src/osgManipulator/RotateCylinderDragger.cpp, src/osgManipulator/RotateSphereDragger.cpp, src/osgManipulator/Scale1DDragger.cpp, src/osgManipulator/Scale2DDragger.cpp, src/osgManipulator/TabPlaneDragger.cpp, src/osgManipulator/Translate2DDragger.cpp: Replaced tabs 2008-11-21 10:27 robert * src/osgViewer/StatsHandler.cpp: Added handling of case when there is so scene graph attached to a view. 2008-11-20 17:27 robert * src/osgPlugins/Inventor/ConvertFromInventor.cpp: From Jim Vaughan, "I found a bug in the code I sent you last month. It was working for SoVRMLTransform nodes, but SOTransform nodes are not in the IV scenegraph the way I thought they were. The attached file contains a fix for this." 2008-11-20 13:07 robert * src/osgPlugins/gecko/CMakeLists.txt, src/osgPlugins/gecko/ReaderWriterUBrowser.cpp: Added readNodeFile support the gecko plugin. 2008-11-20 12:03 robert * include/osg/DisplaySettings, src/osg/DisplaySettings.cpp: Added DisplaySettings::s/getApplication() to help with gecko plugin initialization when it requires the application name 2008-11-20 11:47 robert * src/osgWrappers/osgWidget/Browser.cpp: Updated wrappers 2008-11-20 11:28 robert * examples/CMakeLists.txt, examples/osgbrowser/CMakeLists.txt, examples/osgbrowser/ReaderWriterUBrowser.cpp, examples/osgbrowser/UBrowser.cpp, examples/osgbrowser/UBrowser.h, examples/osgbrowser/llembeddedbrowser.cpp, examples/osgbrowser/llembeddedbrowser.h, examples/osgbrowser/llembeddedbrowserwindow.cpp, examples/osgbrowser/llembeddedbrowserwindow.h, examples/osgbrowser/llmozlib2.cpp, examples/osgbrowser/llmozlib2.h, examples/osgbrowser/nsProfileDirServiceProvider.cpp, examples/osgbrowser/nsProfileDirServiceProvider.h, examples/osgbrowser/nsProfileLock.h, examples/osgbrowser/nsProfileStringTypes.h, examples/osgbrowser/osgbrowser.cpp, include/osgWidget/Browser, src/osgWidget/Browser.cpp: Clean up osgbrowser after moving browser implementation into gecko plugin 2008-11-20 11:27 robert * src/osgPlugins/CMakeLists.txt, src/osgPlugins/gecko, src/osgPlugins/gecko/CMakeLists.txt, src/osgPlugins/gecko/ReaderWriterUBrowser.cpp, src/osgPlugins/gecko/UBrowser.cpp, src/osgPlugins/gecko/UBrowser.h, src/osgPlugins/gecko/llembeddedbrowser.cpp, src/osgPlugins/gecko/llembeddedbrowser.h, src/osgPlugins/gecko/llembeddedbrowserwindow.cpp, src/osgPlugins/gecko/llembeddedbrowserwindow.h, src/osgPlugins/gecko/llmozlib2.cpp, src/osgPlugins/gecko/llmozlib2.h, src/osgPlugins/gecko/nsProfileDirServiceProvider.cpp, src/osgPlugins/gecko/nsProfileDirServiceProvider.h, src/osgPlugins/gecko/nsProfileLock.h, src/osgPlugins/gecko/nsProfileStringTypes.h: Moved browser code from osgbrowser example into gecko plugin to make the browser functionality accessible to other OSG applications 2008-11-19 20:34 robert * include/osgViewer/ViewerBase: Reverted Kyle Centers mistaken patch that removed a _currentContext->valid() that was actually required. 2008-11-19 17:16 robert * examples/osgbrowser/Browser.cpp, examples/osgbrowser/Browser.h, examples/osgbrowser/CMakeLists.txt, examples/osgbrowser/UBrowser.h, examples/osgwidgetmenu/CMakeLists.txt, include/osgWidget/Browser, src/osgWidget/Browser.cpp, src/osgWidget/CMakeLists.txt: Moved Browser.h and Browser.cpp from osgbrowser into osgWidget. 2008-11-19 17:04 robert * CMakeModules/FindXUL.cmake: Added XUL_DIR searching 2008-11-19 17:02 robert * examples/osgbrowser/UBrowser.cpp: Fixed component directory path handling. 2008-11-19 16:58 robert * examples/osgbrowser/Browser.cpp, examples/osgbrowser/Browser.h, examples/osgbrowser/CMakeLists.txt, examples/osgbrowser/ReaderWriterUBrowser.cpp, examples/osgbrowser/UBrowser.cpp, examples/osgbrowser/UBrowser.h, examples/osgbrowser/osgbrowser.cpp: Refactored browser classes so that there is now a base class and reader writer. 2008-11-18 23:38 robert * CMakeLists.txt, CMakeModules/FindXUL.cmake, examples/CMakeLists.txt, examples/osgbrowser/CMakeLists.txt, src/osgWrappers/osg/GraphicsThread.cpp: Changed osgbrowser example to use a local CMakeModules/FindXUL.cmake script, and specialization of GTK dependencies to only non Windows/OSX platforms. 2008-11-18 17:20 robert * examples/osgbrowser/llembeddedbrowserwindow.cpp, examples/osgbrowser/osgbrowser.cpp: Removed debug output 2008-11-18 15:18 robert * include/osg/GraphicsThread: Added optional bool keep to BarrierOperation to make it more resuable 2008-11-18 14:46 robert * examples/osgbrowser/osgbrowser.cpp: Moved update functionality into from UBrowserImage into update. 2008-11-18 13:36 robert * examples/osgbrowser/osgbrowser.cpp: Added support for running all ubrowser operataions in a background thread. 2008-11-17 19:15 robert * examples/osgbrowser/osgbrowser.cpp: Fixed key mapping 2008-11-17 17:58 robert * examples/osgbrowser/osgbrowser.cpp: Refactored the UBrowser functionality so a UBrowserThread singlton class takes over more responsibility of integratation with llmozlib. 2008-11-17 15:53 robert * examples/CMakeLists.txt, examples/osgbrowser/CMakeLists.txt: Removed dependency on GLUT. 2008-11-17 15:49 robert * examples/osgbrowser/osgbrowser.cpp: Ported example to using OSG objects for rendering rather than GLUT 2008-11-17 10:36 robert * examples/osgbrowser/CMakeLists.txt, examples/osgbrowser/llembeddedbrowser.cpp, examples/osgbrowser/llembeddedbrowser.h, examples/osgbrowser/llembeddedbrowserwindow.cpp, examples/osgbrowser/llembeddedbrowserwindow.h, examples/osgbrowser/llmozlib2.cpp, examples/osgbrowser/llmozlib2.h, examples/osgbrowser/nsProfileDirServiceProvider.cpp, examples/osgbrowser/nsProfileDirServiceProvider.h, examples/osgbrowser/nsProfileLock.h, examples/osgbrowser/nsProfileStringTypes.h, examples/osgbrowser/osgbrowser.cpp: Introduced xulrunner extensions from llmozlib2, and got things working under linux 2008-11-14 20:50 robert * CMakeLists.txt, src/osgDB/CMakeLists.txt: From Philip Lowman, "If you change CMAKE_INSTALL_PREFIX in the cache editor after building the OSG, it causes the entire project to rebuild (at least with the CMake makefile generator due to changing preprocessor definitions applied across all targets). I suggest moving the definition of OSG_DEFAULT_LIBRARY_PATH (which is responsible for this global rebuild) into osgDB/CMakeLists.txt which is the only library in the code where this definition is (and is likely ever to be) used. This way if the user changes it, only osgDB will rebuild." 2008-11-14 20:31 robert * include/osgDB/ConvertUTF: Added definition of std::wstring as a work around to a lack of wstring under Cygwin. 2008-11-14 18:22 robert * CMakeLists.txt, include/osg/Export: From Simon Hammett, moved VS #prgama warning disabling from include/osg/Export to CMakeList.txt. 2008-11-14 18:15 robert * src/osgPlugins/cfg/CameraConfig.cpp: Removed reduncent #includes 2008-11-14 17:03 robert * CMakeLists.txt, include/osgViewer/api/Win32/GraphicsWindowWin32, src/osgViewer/CMakeLists.txt, src/osgViewer/GraphicsWindowWin32.cpp: From Wojciech Lewandowski, "Attached are modifications to GraphicsWindowWin32. By default workaround is set to off. But could be activated/decativated via CMake as well as system environment variable. I also modified src\osgViewer\CMakeLists.txt to turn off this workaround by default as suggested." 2008-11-14 16:54 robert * examples/CMakeLists.txt: Added GTK and GLUT guards to osgbrowser include 2008-11-14 16:48 robert * examples/osgbrowser/CMakeLists.txt, examples/osgbrowser/llembeddedbrowser.cpp, examples/osgbrowser/llembeddedbrowserwindow.cpp, examples/osgbrowser/llembeddedbrowserwindow.h, examples/osgbrowser/llmozlib2.cpp, examples/osgbrowser/osgbrowser.cpp: Further work on experiment llmozlib/geko based embedded web browser 2008-11-13 15:35 robert * CMakeLists.txt, examples/CMakeLists.txt, examples/osgbrowser, examples/osgbrowser/CMakeLists.txt, examples/osgbrowser/llembeddedbrowser.cpp, examples/osgbrowser/llembeddedbrowser.h, examples/osgbrowser/llembeddedbrowserwindow.cpp, examples/osgbrowser/llembeddedbrowserwindow.h, examples/osgbrowser/llmozlib2.cpp, examples/osgbrowser/llmozlib2.h, examples/osgbrowser/osgbrowser.cpp: An "attempt" at using LLMozLib sources as a base for a gecko based embedded browser. 2008-11-13 10:49 robert * CMakeLists.txt, include/osg/Version, packaging/pkgconfig/openscenegraph.pc: Updated version number in prep for 2.5.6 dev release 2008-11-12 22:54 robert * CMakeLists.txt, examples/osgpdf/CMakeLists.txt: Moved Poppler-glib check into root CMakeList.txt 2008-11-12 14:57 robert * examples/osgpdf/osgpdf.cpp: Improved filepath handling, and increased the image resolution for better rendering quality 2008-11-12 14:21 robert * examples/CMakeLists.txt, examples/osgpdf, examples/osgpdf/CMakeLists.txt, examples/osgpdf/osgpdf.cpp: Introduced new osgpdf example that use Cario + Poppler libraries to provide a means of rendering a pdf document to an osg::Image. 2008-11-12 14:20 robert * src/osgWrappers/osg/Camera.cpp, src/osgWrappers/osg/FrameBufferObject.cpp: Updated wrappers 2008-11-12 10:30 robert * examples/osgmemorytest/osgmemorytest.cpp: Added osgViewerGetVersion() into context creation code as a means of forcing windows to link in osgViewer properly. 2008-11-11 17:59 robert * examples/osgmemorytest/osgmemorytest.cpp: Improved naming 2008-11-11 17:30 robert * examples/osgmemorytest/osgmemorytest.cpp: Tweaked comment 2008-11-11 17:29 robert * examples/osgmemorytest/osgmemorytest.cpp: Added default fallback of a window context is none is otherwise specified. 2008-11-11 16:59 robert * examples/osgmemorytest/osgmemorytest.cpp: Added command line argument docs and support for -h/--help command line options 2008-11-11 16:59 robert * src/osg/ArgumentParser.cpp: Removed the redundent prepending of application name. 2008-11-11 16:21 robert * examples/osgmemorytest/osgmemorytest.cpp: Added timing stats 2008-11-11 16:13 robert * examples/osgmemorytest/osgmemorytest.cpp: Added --geometry, --geometry-vbo and --geometry-va command line options and associated geometry test codes 2008-11-11 15:00 robert * examples/osgmemorytest/osgmemorytest.cpp: Added --delay option that is run between each OpenGL object apply, defaults to 0 2008-11-11 12:50 robert * examples/osgmemorytest/osgmemorytest.cpp: Added support for fbo testing. 2008-11-10 20:06 robert * examples/CMakeLists.txt, examples/osgmemorytest, examples/osgmemorytest/CMakeLists.txt, examples/osgmemorytest/osgmemorytest.cpp: First cut of osgmemorytest example that is written to allocate many windows/pbuffer/GL objects as test of how many objects can be allocated on a machine. 2008-11-10 13:56 robert * src/osgPlugins/CMakeLists.txt: Added commented out flt entry for compiling the old deprecated flight plugin (useful for testing purposes). 2008-11-10 13:48 robert * src/osgPlugins/OpenFlight/FltExportVisitor.cpp, src/osgPlugins/OpenFlight/FltExportVisitor.h: Fix to traversal of children of an LOD - based on a suggestion from Katharina Plugge. 2008-11-09 11:56 robert * examples/osgprerender/osgprerender.cpp, src/osgPlugins/ive/Camera.cpp, src/osgPlugins/ive/IveVersion.h, src/osgPlugins/osg/Camera.cpp: Added support for Camera::PACKED_DEPTH_STENCIL_BUFFER to .osg and .ive formats 2008-11-09 11:55 robert * include/osg/Camera, include/osg/FrameBufferObject, src/osg/FrameBufferObject.cpp: From Jaromir Vitek, "patch contains extension to fbo and camera. Camera can attach new render buffer for depth and stencil logical buffer in packed form." 2008-11-08 17:53 robert * examples/osgrobot/osgrobot.cpp: From Jean-Sebastien Guay, replaced M_PI with osg::PI. 2008-11-07 18:02 robert * AUTHORS.txt, ChangeLog: Updated ChangeLog for 2.7.5 release 2008-11-07 17:40 robert * src/osgViewer/ViewerBase.cpp: From Csaba Halasz, fix for hang when running in CullThreadPerCameraDrawThreadPerContext threading model. 2008-11-07 17:23 robert * include/osgViewer/Renderer, src/osgViewer/Renderer.cpp: Fixed typo 2008-11-07 17:07 robert * include/osgDB/ConvertUTF: Fixed build under gcc 4.3.2 2008-11-07 16:26 robert * AUTHORS.txt, ChangeLog, applications/osgversion/osgversion.cpp: Updated ChangeLog and version number for 2.7.5 release 2008-11-07 16:14 robert * src/osgWrappers/genwrapper.conf: Removed fstream for wrapper due to problems with wrapping. 2008-11-07 16:03 robert * src/osgWrappers/osgDB/fstream.cpp: Removed due to problems with build 2008-11-07 15:38 robert * src/osgWrappers/osgDB/fstream.cpp: Updated wrappers 2008-11-07 15:08 robert * CMakeLists.txt, applications/osgversion/CMakeLists.txt, applications/osgversion/osgversion.cpp, examples/osg2cpp/osg2cpp.cpp, examples/osgdepthpeeling/Utility.cpp, examples/osglauncher/osglauncher.cpp, examples/osgphotoalbum/PhotoArchive.cpp, examples/osgsimulation/osgsimulation.cpp, examples/osgstereoimage/osgstereoimage.cpp, examples/osgterrain/osgterrain.cpp, examples/osgunittests/UnitTestFramework.h, examples/osgvolume/osgvolume.cpp, include/osgDB/ConvertUTF, include/osgDB/FileUtils, include/osgDB/Output, include/osgDB/fstream, include/osgViewer/ViewerEventHandlers, src/osg/Config.in, src/osgDB/CMakeLists.txt, src/osgDB/ConvertUTF.cpp, src/osgDB/FileUtils.cpp, src/osgDB/Output.cpp, src/osgDB/Registry.cpp, src/osgDB/fstream.cpp, src/osgGA/AnimationPathManipulator.cpp, src/osgPlugins/3dc/ReaderWriter3DC.cpp, src/osgPlugins/3ds/file.cpp, src/osgPlugins/OpenFlight/FltExportVisitor.cpp, src/osgPlugins/OpenFlight/FltExportVisitor.h, src/osgPlugins/OpenFlight/ReaderWriterATTR.cpp, src/osgPlugins/OpenFlight/ReaderWriterFLT.cpp, src/osgPlugins/OpenFlight/VertexPaletteManager.cpp, src/osgPlugins/OpenFlight/VertexPaletteManager.h, src/osgPlugins/ac/ac3d.cpp, src/osgPlugins/bmp/ReaderWriterBMP.cpp, src/osgPlugins/cfg/CameraConfig.cpp, src/osgPlugins/cfg/CameraConfig.h, src/osgPlugins/cfg/ConfigParser.cpp, src/osgPlugins/dds/ReaderWriterDDS.cpp, src/osgPlugins/dw/ReaderWriterDW.cpp, src/osgPlugins/dxf/dxfReader.h, src/osgPlugins/geo/ReaderWriterGEO.cpp, src/osgPlugins/glsl/ReaderWriterGLSL.cpp, src/osgPlugins/hdr/ReaderWriterHDR.cpp, src/osgPlugins/hdr/hdrloader.cpp, src/osgPlugins/ive/DataOutputStream.cpp, src/osgPlugins/ive/ReaderWriterIVE.cpp, src/osgPlugins/logo/ReaderWriterLOGO.cpp, src/osgPlugins/lwo/Converter.cpp, src/osgPlugins/lwo/old_Lwo2.h, src/osgPlugins/lwo/old_lw.cpp, src/osgPlugins/lws/SceneLoader.cpp, src/osgPlugins/obj/ReaderWriterOBJ.cpp, src/osgPlugins/obj/obj.cpp, src/osgPlugins/osg/FragmentProgram.cpp, src/osgPlugins/osg/ReaderWriterOSG.cpp, src/osgPlugins/osg/VertexProgram.cpp, src/osgPlugins/osgTerrain/ReaderWriterOsgTerrain.cpp, src/osgPlugins/osgViewer/ReaderWriterOsgViewer.cpp, src/osgPlugins/osga/OSGA_Archive.h, src/osgPlugins/pic/ReaderWriterPIC.cpp, src/osgPlugins/pnm/ReaderWriterPNM.cpp, src/osgPlugins/rgb/ReaderWriterRGB.cpp, src/osgPlugins/shp/ESRIShapeReaderWriter.cpp, src/osgPlugins/stl/ReaderWriterSTL.cpp, src/osgPlugins/tga/ReaderWriterTGA.cpp, src/osgPlugins/txf/ReaderWriterTXF.cpp, src/osgPlugins/txp/TXPArchive.cpp, src/osgPlugins/txp/trpage_print.cpp, src/osgPlugins/txp/trpage_rarchive.cpp, src/osgPlugins/txp/trpage_readbuf.cpp, src/osgPlugins/txp/trpage_warchive.cpp, src/osgPlugins/txp/trpage_writebuf.cpp, src/osgPlugins/x/directx.cpp, src/osgViewer/ViewerEventHandlers.cpp, src/osgWidget/Python.cpp: From Michael Platings, Converted std::fstream/ifstream/ofstream to osgDB::fstream/ifstream/ofstream and fopen to osgDB::fopen to facilitate support for wide character filenames using UT8 encoding. 2008-11-07 15:01 robert * src/osgPlugins/txp/trpage_rarchive.cpp, src/osgPlugins/txp/trpage_readbuf.cpp, src/osgPlugins/txp/trpage_warchive.cpp, src/osgPlugins/txp/trpage_writebuf.cpp: Converted tabs to four spaces 2008-11-07 13:18 robert * include/osg/ConvexPlanarPolygon: From Tim Moore, removed redundent forward declartion of BoundingBox and BoundingSphere 2008-11-07 10:23 robert * include/osgViewer/api/Carbon/GraphicsWindowCarbon, src/osgViewer/GraphicsWindowCarbon.cpp: From Martins Innus, "Here is a fix to add requestWarpPointer for OS X. It seems to work for me, I just took what osgProducer had. These are updated files to 2.7.3" 2008-11-06 16:48 robert * src/osgShadow/StandardShadowMap.cpp: Changed to using stdio.h. 2008-11-06 14:56 robert * src/osgWrappers/osg/FrameBufferObject.cpp, src/osgWrappers/osg/Image.cpp, src/osgWrappers/osgViewer/ViewerEventHandlers.cpp: Updated wrappers 2008-11-06 14:46 robert * include/osg/FrameBufferObject, src/osg/FrameBufferObject.cpp: Fixed constness of getTexture/getRenderBuffer() const and added non cost version. 2008-11-06 14:29 robert * include/osg/FrameBufferObject, src/osg/FrameBufferObject.cpp: From Michael Platings, "I've added functions to get the texture, renderbuffer and other properties from a FrameBufferAttachment." 2008-11-06 14:17 robert * include/osgViewer/ViewerBase: From Kyle Centers, removed redundent check to _currentContext.valid(). 2008-11-06 14:04 robert * include/osgShadow/DebugShadowMap, include/osgShadow/MinimalCullBoundsShadowMap, include/osgShadow/MinimalDrawBoundsShadowMap, include/osgShadow/MinimalShadowMap, include/osgShadow/ProjectionShadowMap, include/osgShadow/StandardShadowMap, include/osgShadow/ViewDependentShadowTechnique: From Csaba Halasz, adding missing export directives 2008-11-06 13:57 robert * src/osgViewer/CompositeViewer.cpp: From Thomas Wedner, "use osgViewer::CompositeViewer with several views. All views share parts of their scene graphs. Within these common part some nodes have event handlers which use the action adapter argument to the event handler to determinate which view received the event. Here is the problem, osgViewer::CompositeViewer::eventTraversal sets the action adapter field in the EventVisitor always to the last view which received an event, instead of using the view which actually received the event, so determination of the correct view does not work. I looked at the code a bit, and moved the code for setting the action adapter to a IMO better place" 2008-11-06 13:40 robert * examples/CMakeLists.txt: From Ulrich Hertleinm "cmake 2.6 is having trouble on Mac OS X because example/CMakeLists.txt addes subdirectory osgviewerGLUT twice. I took the liberty to remove the second occurrence. " 2008-11-06 13:38 robert * src/osgUtil/IntersectionVisitor.cpp: Fixed IntersectionVisitor::accept(Camera) handling of relative Cameras. 2008-11-06 13:36 robert * examples/osgpick/osgpick.cpp: From Chris Denham, added transform to cube to test picking fixes 2008-11-05 16:06 robert * examples/osgmovie/osgmovie.cpp: Removed redundent static ImageStream pointer 2008-11-05 15:59 robert * examples/osgvolume/osgvolume.cpp: Added --no-rescale, --rescale (default) and --shift-min-to-zero command line options for controlling how the pixel data is managed. 2008-11-05 15:04 robert * examples/osgvolume/osgvolume.cpp: Added --replace-rgb-with-luminance option 2008-11-05 15:04 robert * src/osgVolume/ImageUtils.cpp: Added support for different pixel formats and datatypes in copyImage() method 2008-11-05 11:56 robert * src/osg/ArgumentParser.cpp, src/osg/DisplaySettings.cpp: Fixed return value of ArgumentParser::find() for when the search string is not found, the correct value is now -1. 2008-11-05 10:29 robert * src/osgPlugins/dicom/ReaderWriterDICOM.cpp: Added extra data types info to debug message 2008-11-05 10:27 robert * src/OpenThreads/pthreads/PThread.c++: Added Thread::Init() to CurrentThread 2008-11-04 16:31 robert * src/osgPlugins/dicom/ReaderWriterDICOM.cpp: Compiled fix for gcc 4.3.2 2008-11-04 12:57 robert * examples/osgvolume/osgvolume.cpp: Fixed --images commandline parsing 2008-11-03 16:55 robert * src/osgPlugins/vnc/ReaderWriterVNC.cpp: Added GPL copyright notice 2008-11-03 16:31 robert * src/osgViewer/ViewerEventHandlers.cpp: Added handling of texture matrices and texture rectangles in InteractiveImageHandler 2008-11-03 15:58 robert * examples/osgvnc/CMakeLists.txt, examples/osgvnc/osgvnc.cpp: Refactored osgvnc example to utilise the new vnc plugin 2008-11-03 15:57 robert * src/osgPlugins/CMakeLists.txt, src/osgPlugins/vnc, src/osgPlugins/vnc/CMakeLists.txt, src/osgPlugins/vnc/ReaderWriterVNC.cpp: Added vnc plugin. 2008-11-03 15:08 robert * include/osg/Image, include/osgViewer/ViewerEventHandlers, src/osgViewer/CompositeViewer.cpp, src/osgViewer/Viewer.cpp, src/osgViewer/ViewerEventHandlers.cpp: Added sendPointerEvent and sendKeyEvent virtual methods to osg::Image to facilitate the subclassing of Image providing interactive behaviours so as used in the vnc interactive VncImage class. osgViewer::InteractiveImageHandler provides an event handler that convertes osgGA mouse and keyboard events into the coordinate frame of an image based on ray intersection with geometry in the associated subgraph. Changed the ordering of events processing in Viewer and CompositeViewer to allow scene graph event handlers to take precidence over viewer event handlers and camera manipulators 2008-11-03 15:03 robert * CMakeLists.txt, include/osg/Version, packaging/pkgconfig/openscenegraph.pc: Changed version number to 2.7.5 in prep for dev release 2008-11-03 10:17 robert * src/osgPlugins/tiff/CMakeLists.txt: Changed Tiff plugin to link to TIFF_LIBRARIES to handle case where JPEG and ZLIB are dependencies. 2008-10-31 16:48 robert * examples/osgvnc/osgvnc.cpp: Wrapped up the various client streaming methods + thread into VncImage classes. 2008-10-31 13:59 robert * examples/osgvnc/CMakeLists.txt, examples/osgvnc/osgvnc.cpp: Implemented keyboard and mouse dispatch from vnc client to vnc server. 2008-10-31 12:03 robert * CMakeLists.txt, CMakeModules/FindLibVNCServer.cmake, examples/CMakeLists.txt, examples/osgforest/osgforest.cpp, examples/osgvnc, examples/osgvnc/CMakeLists.txt, examples/osgvnc/osgvnc.cpp: Added very basic osgvnc example that uses the LibVNCServer client libries for implementing a vnc client as an osg::Image with the vnc data stream going to it. 2008-10-30 13:05 robert * include/osgDB/Registry, src/osgDB/Registry.cpp, src/osgWrappers/osgDB/Registry.cpp: Removed renduent osgDB::Registry DatabasePager methods 2008-10-29 12:04 robert * AUTHORS.txt, ChangeLog, README.txt: Updated ChangeLog, AUTHORS.txt and README.txt for 2.4.7 release 2008-10-29 11:51 robert * CMakeModules/CheckAtomicOps.cmake: From Blasius Czink, "changed the CHECK_CXX_SOURCE_RUNS macro slightly to avoid the compile problems due to bugged "intrin.h". In such a case the mutex fallback will be used (see attached file)." 2008-10-29 11:15 robert * src/OpenThreads/sproc/SprocThread.c++: Warning fixes 2008-10-29 11:09 robert * src/osgWidget/Input.cpp, src/osgWidget/Label.cpp: Added missing implementations 2008-10-29 10:56 robert * AUTHORS.txt, ChangeLog, applications/osgversion/osgversion.cpp: Updated ChangeLog and AUTHORS.txt for 2.7.4 release 2008-10-29 10:38 robert * src/osgWrappers/osg/Texture2DArray.cpp: Updated wrappers 2008-10-29 10:25 robert * examples/osgviewerQT/QOSGWidget.cpp: From Lukas Diduch, added a multithread compsite viewer path, accessible using: osgviewerQT --MTCompositeViewer --QOSGWidget cow.osg 2008-10-29 10:12 robert * examples/osgrobot/osgrobot.cpp: From James Moliere, fixed display of axis 2008-10-28 17:28 robert * src/osgPlugins/ive/DataInputStream.cpp: From Lionel Lagrade, "I've replaced readsome by read+gcount." From Robert Osfeld, added throw on uncompress error. 2008-10-27 19:59 robert * examples/osgpick/osgpick.cpp: From Chris Denham, changed nested Camera intersection test so that it requires the command line --relative-camera-scene to enable it 2008-10-27 17:42 robert * src/osgDB/DatabasePager.cpp: Added --help-env docs for OSG_MAX_PAGEDLOD 2008-10-27 17:11 robert * src/osgPlugins/OpenFlight/AncillaryRecords.cpp: Merged in comment split code from the old flt plugin so that FLT comments string with returns in them are put into separate description entries. 2008-10-27 17:09 robert * src/osgViewer/StatsHandler.cpp: From Wojciech Lewandowski, "I am sending a really minor fix for StatsHandler::reset method. We dynamically add and remove slave cameras in our application. StatsHandler does not automatically adapt to this situation, and we call StatsHandler::reset to force it to update number of cameras and their graphs. Unfortunately, if stats were already drawn, reset would not remove former graph drawables and they would remain frozen below new stats. This update fixes it. " 2008-10-27 16:16 robert * examples/osgpick/osgpick.cpp: From Chris Denham, default scene that tests the use of in scene graph Camera which has a RELATIVE_RF ReferenceFrame. 2008-10-27 16:06 robert * src/osgUtil/IntersectionVisitor.cpp: From Chris Denham, fixed support of in scene graph osg::Camera's with ReferenceFrame of RELATIVE_RF. 2008-10-27 15:26 robert * src/osgPlugins/OpenFlight/expPrimaryRecords.cpp: From Katharina Plugge, "I found a bug in the OpenFlight-Plugin. When exporting to OpenFlight it could happen that palettes of an external reference like the texture palette are set wrong, because they are overwritten by parent settings (userData), which actually do not refer to palette entries respectively ParentPools (happens for example if a Transform is parent of a ProxyNode). The static cast from userData to ParentPools should therefore be a dynamic cast. --------------------------- function FltExportVisitor::writeExternalReference( const osg::ProxyNode& proxy ): Line 423 in file expPrimaryRecords.cpp has to be changed from const ParentPools* pp = static_cast(proxy.getUserData() ); to const ParentPools* pp = dynamic_cast(proxy.getUserData() ); " 2008-10-27 13:09 robert * include/osg/FrameBufferObject, include/osg/Texture2DArray, include/osgShadow/ParallelSplitShadowMap, include/osgShadow/ViewDependentShadowTechnique, src/osg/ApplicationUsage.cpp, src/osg/FrameBufferObject.cpp, src/osg/ImageSequence.cpp, src/osg/KdTree.cpp, src/osg/ShapeDrawable.cpp, src/osg/Texture.cpp, src/osg/Texture2DArray.cpp, src/osg/Texture3D.cpp, src/osgDB/DatabasePager.cpp, src/osgShadow/MinimalShadowMap.cpp, src/osgShadow/ParallelSplitShadowMap.cpp, src/osgShadow/ShadowMap.cpp, src/osgShadow/StandardShadowMap.cpp, src/osgUtil/RenderStage.cpp, src/osgUtil/SceneGraphBuilder.cpp, src/osgUtil/SceneView.cpp, src/osgUtil/Tessellator.cpp: Various warning fixes 2008-10-27 11:49 robert * src/osgWrappers/osgDB/DatabasePager.cpp: Updated wrappers 2008-10-27 11:08 robert * src/osgPlugins/ac/ac3d.cpp: From Mathias Froehlich, "This change is a result of a recent thread on osg-users. The semantic change that went into the ac loader with the past patch was incorrect wrt the document describing the behaviour of ac files and inconsistent with what ac3d itself displays for that files. This attached change reverts the behaviour to the original one. The infrastructure to change this is left in place. The change is based on rev 9045." 2008-10-27 10:42 robert * CMakeModules/CheckAtomicOps.cmake, include/OpenThreads/Atomic, include/OpenThreads/Exports, src/OpenThreads/CMakeLists.txt, src/OpenThreads/common/Atomic.cpp, src/OpenThreads/common/Config.in, src/OpenThreads/win32/Win32BarrierPrivateData.h, src/OpenThreads/win32/Win32ConditionPrivateData.h: From Blasius Czink, "Among other things I added support for atomic operations on BSD-like systems and additional methods (for "and", "or", "xor"). " and a later post the same osg-submissions thread: "it's been a while since I have made the changes but I think it was due to problems with static builds of OpenThreads on windows. I was using OpenThreads in a communication/synchronisation library (without OpenSceneGraph). It seems I forgot to post a small change in the CMakeLists file of OpenThreads. If a user turns DYNAMIC_OPENTHREADS to OFF (static build) OT_LIBRARY_STATIC will be defined in the Config. Without these changes a windows user will always end up with a "__declspec(dllexport)" or "__declspec(dllimport)" which is a problem for static builds." And another post from Blasius on this topic: "I tested with VS2005 and VS2008. For 32 bit everything works as expected. For x64 and VS2008 I could successfully do the cmake-configure and then the compilation but I had occasional crashes of cmTryCompileExec.exe (during the cmake-configure phase) which seems to be a cmake bug. With VS2005 and 64bit cmake does not set _OPENTHREADS_ATOMIC_USE_WIN32_INTERLOCKED although the interlocked functionality should be there. If I place the source snippet from the CHECK_CXX_SOURCE_RUNS macro to a separate sourcefile I can compile and run the resulting executable successfully. Forcing OPENTHREADS_ATOMIC_USE_WIN32_INTERLOCKED (on VS2005/x64) reveals a bug in "intrin.h" which seems to be fixed in VS2008 but not in VS2005. In case anyone is interested the lines: __MACHINEI(unsigned char _interlockedbittestandset(long *a, long b)) __MACHINEI(unsigned char _interlockedbittestandreset(long *a, long b)) __MACHINEX64(unsigned char _interlockedbittestandset64(__int64 *a, __int64 b)) __MACHINEX64(unsigned char _interlockedbittestandreset64(__int64 *a, __int64 b)) should be changed to: __MACHINEI(unsigned char _interlockedbittestandset(long volatile *a, long b)) __MACHINEI(unsigned char _interlockedbittestandreset(long volatile *a, long b)) __MACHINEX64(unsigned char _interlockedbittestandset64(__int64 volatile *a, __int64 b)) __MACHINEX64(unsigned char _interlockedbittestandreset64(__int64 volatile *a, __int64 b)) The worst thing that can happen is that interlocked funtionality is not detected during cmake-configure and the mutex fallback is used. Which reminds me another small glitch in the Atomic header so I attached a corrected version. Why is the OT_LIBRARY_STATIC added to the config file? It is not needed anywhere. OT_LIBRARY_STATIC is needed if you are doing static-builds on Windows. See my previous post on that. " 2008-10-27 10:40 robert * examples/osglogo/osglogo.cpp: Fixed positioning of wings 2008-10-27 09:48 robert * CMakeModules/OsgMacroUtils.cmake: From Mathieu Marache, "I came across a bug when building OpenSceneGraph with MSVC_VERSIONED_DLL, NMake makefiles and CMake 2.6.2. The compilation fails because it tries to copy ot11-OpenThreads.lib to OpenThreads.lib which is valid for the 2.4.x era of CMake but not anymore in 2.6.x era. The provided file from the CMakeModules directory adds a tests on the CMake version and corrects this. Works for me now." 2008-10-27 09:44 robert * src/osgPlugins/obj/ReaderWriterOBJ.cpp: From Alberto Lucas, fixed typo 2008-10-26 22:22 robert * include/osg/DisplaySettings, include/osgDB/DatabasePager, src/osg/BufferObject.cpp, src/osg/DisplaySettings.cpp, src/osgDB/DatabasePager.cpp, src/osgWrappers/osg/DisplaySettings.cpp, src/osgWrappers/osgDB/DatabasePager.cpp: Improved the support for no pre compile, and configuring the number of threads in the DatabasePager. 2008-10-26 22:21 robert * src/osgPlugins/ive/ReaderWriterIVE.cpp: Improved the error reporting 2008-10-25 13:17 robert * src/osgPlugins/Inventor/ConvertFromInventor.cpp, src/osgPlugins/Inventor/ConvertFromInventor.h: From Jim Vaughan, - Matrix transform nodes were stripped out, and the vertices and normals of each node were transposed by the modelling matrix. My change preserves the matrix transform nodes, so that models can still be articulated by changing the matrices. - Lights were copied from the COIN scenegraph to the OSG scenegraph, but they were not associated with a LightSource node. My change for this creates a Group and adds a LightSource for each Light. - If VRML textures have names, the name is now copied to -- Form Robert Osfild, changed SbString to std::string usage M Inventor/ConvertFromInventor.h M Inventor/ConvertFromInventor.cpp 2008-10-24 11:38 robert * src/osgPlugins/obj/ReaderWriterOBJ.cpp: From Alberto Luaces, "it seems a copy-paste error is present on the OBJ loader when parsing the options given by the user. "noTesselateLargePolygons" is being activated instead of "noTriStripPolygons". I'm attaching the fixed file." 2008-10-24 10:02 robert * src/osgPlugins/osgParticle/IO_Program.cpp: Fixed typo 2008-10-24 09:59 robert * src/osgPlugins/osgParticle/IO_FluidProgram.cpp, src/osgPlugins/osgParticle/IO_ModularProgram.cpp, src/osgPlugins/osgParticle/IO_Program.cpp: Add osgParticle:: qualifiers in front of Program entries to avoid issues when combining osg::Program and osgParticle::Program in a single app 2008-10-24 09:49 robert * src/osgDB/DatabasePager.cpp: Changed timing stats to osg::INFO level 2008-10-24 08:09 robert * src/osg/Referenced.cpp: Removed debugging test. 2008-10-23 16:33 robert * include/osgDB/DatabasePager, src/osgDB/DatabasePager.cpp, src/osgWrappers/osgDB/DatabasePager.cpp: Introduced new method of management the number of PagedLOD active, by using a capping the number of PagedLOD to a sepcified maximum, with pruning of inactive PagedLOD when the total number of inactive and active PagedLOD goes above the maximum. To enable the mode set the env var OSG_MAX_PAGEDLOD to a value something like 1000. 2008-10-21 16:39 robert * src/osgPlugins/dae/daeWTransforms.cpp: From Panagiotis Koutsourakis, "We are using Open Scene Graph for an application and we need COLLADA support. While testing the pluggin we found a small bug and we are submitting a patch. The first attachment is a small program that creates a scene with two pyramids, transformed by two instances of osg::PositionAttitudeTransform. One of them is rotated 90 degrees in the X axis, and the scene is exported both in the native OSG (.osg) and COLLADA (.dae) formats. In the first case the rotated pyramid is displayed correctly whereas in the second the pyramid seems not to be rotated. In the COLLADA 1.4.1 specification (found at http://www.khronos.org/collada/) it is specified that "The element contains a list of four floating-point values [...] followed by an angle in degrees" but the plugin seems to write the value in radians. The problem seems to be in the method daeWriter::apply() that seems to be writing the angle value in radians to the COLLADA file. The patch can be found in the second attachment and is simply a call to RadiansToDegrees wrapped around the angle. " 2008-10-21 16:32 robert * src/osgShadow/StandardShadowMap.cpp: From Wojciech Lewandowski, "I made a minor tweak in StandardShadowMap.cpp. As agreed with J-S I have added AlphaFunc/AlphaTest to shadow camera stateset to make sure transparent objects will not cast blocky solid shadows." 2008-10-21 16:31 robert * src/osgGA/UFOManipulator.cpp: From Chris Denham, "However, just spotted another inconsistency between UFOManipulator::getMatrix() and UFOManipulator::getInverseMatrix() It assumes that inverse(_inverseMatrix * _offset) = _offset * _matrix This is only true when _offset=identity, so I think it should be inverse(_offset) * _matrix This inconsistency can cause problems when switching from UFO to other manipulators, because the UFO:Manipulator::getMatrix function is not necessarily returning a correct inverse of the currently set ModelViewTransform. It was tempting to change the name of the _offset member to _inverseOffset, or to maintain both variables, but in the end went for the minimal change." 2008-10-21 16:27 robert * src/osgPlugins/jpeg/ReaderWriterJPEG.cpp: From Per Fahlberg, "I ran into a problem when using another library that implemented the same functions as the osg jpeg plugin, i guess they both originated from the same example code :) As a solution I added a namespace in ReaderWriterJPEG.cpp around the functions. " 2008-10-21 15:51 robert * src/osgPlugins/OpenFlight/GeometryRecords.cpp: #if'd out an premature StateSet optimization that was causing problems with datasets that mixed multi-texture coord geometry with single texture coord geometries in a single scene graph. 2008-10-21 09:50 robert * src/osgWrappers/osg/GraphicsContext.cpp, src/osgWrappers/osg/Referenced.cpp, src/osgWrappers/osgDB/DatabasePager.cpp, src/osgWrappers/osgDB/Registry.cpp, src/osgWrappers/osgTerrain/Layer.cpp: Updated wrappers 2008-10-20 16:24 robert * applications/osgfilecache/osgfilecache.cpp, include/osgDB/DatabasePager, include/osgDB/FileCache, include/osgDB/Registry, src/osgDB/CMakeLists.txt, src/osgDB/DatabasePager.cpp, src/osgDB/FileCache.cpp, src/osgDB/ReadFile.cpp, src/osgDB/Registry.cpp: Introduce osgDB::FileCache, and updated osgfilecache and DatabasePager to use it. 2008-10-20 08:43 robert * examples/osgterrain/osgterrain.cpp, include/osg/GraphicsContext, include/osgTerrain/Layer, src/osg/Image.cpp, src/osg/Texture.cpp, src/osgPlugins/dds/ReaderWriterDDS.cpp, src/osgPlugins/ive/DataInputStream.cpp, src/osgPlugins/ive/DataInputStream.h, src/osgPlugins/ive/DataOutputStream.cpp, src/osgPlugins/ive/DataOutputStream.h, src/osgPlugins/ive/DataTypeSize.h, src/osgPlugins/ive/HeightFieldLayer.cpp, src/osgPlugins/ive/IveVersion.h, src/osgPlugins/ive/Layer.cpp, src/osgPlugins/ive/ReaderWriterIVE.cpp, src/osgPlugins/osgTerrain/Layer.cpp, src/osgTerrain/GeometryTechnique.cpp, src/osgTerrain/Layer.cpp: Introduced support for controlling mipmapping of osgTerrain::ImageLayer and compression of osgTerrain::HeightFieldLayer. 2008-10-17 09:16 robert * include/osgWidget/UIObjectParent: From Paul Melis, fixed typo 2008-10-15 10:07 robert * src/osgGA/UFOManipulator.cpp: From Chris Denham, "I noticed that UFOManipulator _matrix and _inverseMatrix may be inconsistently set due to typo in UFOManipulator::home(). I assume the intention is that _matrix and _inverseMatrix are kept consistent, so corrected file attached. ///////////// OSG 2.6 ////////////////// _inverseMatrix.makeLookAt( _homeEye, _homeCenter, _homeUp ); _matrix.invert( _matrix ); ///////////// after typo correction ///////////////// _inverseMatrix.makeLookAt( _homeEye, _homeCenter, _homeUp ); _matrix.invert( _inverseMatrix ); ///////////////////////////////////////" 2008-10-14 17:20 robert * src/osgPlugins/curl/CMakeLists.txt, src/osgPlugins/gz/CMakeLists.txt, src/osgPlugins/ive/CMakeLists.txt: Changed erroneous ZLIB_INCLUDE_DIRS to ZLIB_INCLUDE_DIR 2008-10-14 16:57 robert * src/osgPlugins/curl/ReaderWriterCURL.cpp: From Jason Beverage, "Here is a small change to the CURL plugin to distinguish between a 400 level error and a 500 level error. If a 400 level error occurs, a FILE_NOT_FOUND ReadResult is appropriate. If a 500 level error occurs (such a 503, Service unavailable), the application might want to try to load the file again in a few seconds/minutes. This submission returns ERROR_IN_READING_FILE if a 500 level error occurs so that clients can easily distinguish between the errors. The actual error code is also added to the "message" of the ReadResult so if a client needs more information, they can just parse the message to retrieve the error code." 2008-10-14 16:44 robert * examples/osgrobot/osgrobot.cpp: Converted M_PI* usage across to osg::PI 2008-10-14 16:35 robert * src/osgPlugins/CMakeLists.txt, src/osgPlugins/dot, src/osgPlugins/dot/BaseDotVisitor.cpp, src/osgPlugins/dot/BaseDotVisitor.h, src/osgPlugins/dot/CMakeLists.txt, src/osgPlugins/dot/ReaderWriterDOT.cpp, src/osgPlugins/dot/SimpleDotVisitor.cpp, src/osgPlugins/dot/SimpleDotVisitor.h: From Ricard Schmidt, dot writer plugin. 2008-10-14 15:24 robert * examples/CMakeLists.txt, examples/osgrobot, examples/osgrobot/CMakeLists.txt, examples/osgrobot/osgrobot.cpp: From James Moliere, " The code below is to show how a heirarchy of objects can be made within a scenegraph. In other words, how there can be a parent/child relationship between objects such that when a parent is rotated or translated, the children move is respect to it's parent movement. A robotic arm is used in this example because this is what I'm using OSG for." 2008-10-14 15:10 robert * examples/osggameoflife/CMakeLists.txt: Removed geomoflife_frag.cpp experiement from CMakeList.txt file 2008-10-14 14:58 robert * examples/CMakeLists.txt, examples/osggameoflife, examples/osggameoflife/CMakeLists.txt, examples/osggameoflife/GameOfLifePass.cpp, examples/osggameoflife/GameOfLifePass.h, examples/osggameoflife/osggameoflife.cpp: From J.P Delport, game of life example that demonstrates ping pong render to texture rendering 2008-10-14 14:37 robert * src/osgPlugins/curl/CMakeLists.txt, src/osgPlugins/curl/ReaderWriterCURL.cpp, src/osgPlugins/curl/ReaderWriterCURL.h, src/osgPlugins/gz/ReaderWriterGZ.cpp, src/osgPlugins/ive/CMakeLists.txt, src/osgPlugins/ive/DataInputStream.cpp, src/osgPlugins/ive/DataInputStream.h, src/osgPlugins/ive/DataOutputStream.cpp, src/osgPlugins/ive/DataOutputStream.h, src/osgPlugins/ive/IveVersion.h, src/osgPlugins/ive/ReaderWriterIVE.cpp: Added zlib support to curl and ive plugins 2008-10-14 14:36 robert * src/osgDB/Registry.cpp: Added debug timing code 2008-10-14 14:27 robert * include/OpenThreads/ScopedLock, include/osg/Referenced, src/osg/Drawable.cpp, src/osg/Node.cpp, src/osg/Referenced.cpp, src/osg/StateAttribute.cpp, src/osg/StateSet.cpp: Added a Refrenced::getGlobalReferencedMutex, and OpenThreads::ScopedPointerLock() and use of this in add/removeParent() codes to avoid threading problems when using atomic ref counting. 2008-10-14 14:25 robert * CMakeLists.txt, include/osg/Version, packaging/pkgconfig/openscenegraph.pc, packaging/pkgconfig/openthreads.pc: UPdated version numbers 2008-10-10 12:01 robert * src/osgPlugins/gz/ReaderWriterGZ.cpp: Moved compress/uncompress code across to using gzip compatible methods 2008-10-09 18:46 robert * src/osgPlugins/gz, src/osgPlugins/gz/CMakeLists.txt, src/osgPlugins/gz/ReaderWriterGZ.cpp: Added initial cut of gz compress/uncompress plugin 2008-10-09 17:02 robert * CMakeLists.txt, src/osgPlugins/CMakeLists.txt, src/osgPlugins/osg/ReaderWriterOSG.cpp: Initial cut of zlib based compress/uncompress plugin 2008-10-09 13:16 shuber * Xcode/OpenSceneGraph/OpenSceneGraph.xcodeproj/project.pbxproj, Xcode/OpenSceneGraph/osgVolume-Info.plist, Xcode/OpenSceneGraph/osgWidget-Info.plist, Xcode/OpenSceneGraph/osgmanipulatorexample-Info.plist, Xcode/OpenSceneGraph/osgvolume-Info.plist, Xcode/OpenSceneGraph/osgvolumeApplication-Info.plist: From Stephan Huber: updated XCode-project, added osgVolume-lib 2008-10-09 08:52 robert * src/osgGA/AnimationPathManipulator.cpp: Fixed the frame rate reporting so that it handles the case when animation is slowed or speeded up 2008-10-08 13:19 robert * README.txt: Updated date 2008-10-08 13:18 robert * AUTHORS.txt, ChangeLog, applications/osgversion/osgversion.cpp: Updated ChangeLog and AUTHORS.txt for 2.7.3 dev release 2008-10-08 12:54 robert * src/osgWrappers/osg/Texture1D.cpp, src/osgWrappers/osg/Texture3D.cpp: Updated wrappers 2008-10-08 12:29 robert * include/osgShadow/MinimalDrawBoundsShadowMap, include/osgShadow/StandardShadowMap: Added friend struct ViewData to try and avoid compile issues under HP-UX 2008-10-08 11:30 robert * include/osg/Texture1D, include/osg/Texture3D, src/osg/Texture1D.cpp, src/osg/Texture3D.cpp: Added Texture1D(Image*) and Texture3D(Image*) constructors 2008-10-08 10:55 robert * src/osgShadow/ConvexPolyhedron.cpp: Replaced std::vector::insert with std::copy + back_inserter to avoid member template problems with sunos. 2008-10-08 10:10 robert * include/osgWidget/Util, src/osgViewer/StatsHandler.cpp: From Mathias Froehlich, fixes for HP-UX, SGI and Solaris build 2008-10-07 15:59 robert * CMakeLists.txt, src/osg/CMakeLists.txt: Moved OSG_FORCE_QUERY_RESULT_AVAILABLE_BEFORE_RETRIEVAL into src/osg/CMakeLists.txt 2008-10-07 15:58 robert * src/osgViewer/StatsHandler.cpp: Made line graph solid (alpha = 1.0) 2008-10-07 15:41 robert * src/osgManipulator/Dragger.cpp: From Jean-Sebastien Guay and Robert Osfield, added setDataVariance(osg::DYNAMIC) to avoid problems to optimization. 2008-10-07 15:21 robert * src/osgPlugins/dxf/CMakeLists.txt: Added osgText to link line 2008-10-07 15:19 robert * src/osgShadow/ShadowTexture.cpp: Restoring Roger's original 2.0 factor as on review the later orthographic projection code doesn't require the position to be far out from the center to simulate an infinite light. 2008-10-07 15:16 robert * src/osgShadow/ShadowTexture.cpp: From Roger James, "The light position is incorrectly calculated for shadow casting scenes whose bounding box centre is not the origin. This is a one line fix. " 2008-10-07 14:36 robert * src/osgViewer/CMakeLists.txt, src/osgViewer/GraphicsWindowWin32.cpp: From Wojciech Lewandowski and Robert Osfield, add CMake build option for controlling the Windows/NVidia multi-monitor workaround. 2008-10-07 14:25 robert * src/osgWrappers/osgGA/UFOManipulator.cpp: Updated wrappers 2008-10-07 14:19 robert * include/osgGA/UFOManipulator, src/osgGA/NodeTrackerManipulator.cpp, src/osgGA/TerrainManipulator.cpp, src/osgGA/UFOManipulator.cpp: Replaced IntersectVisitor usage with IntersectionVisitor 2008-10-07 14:01 robert * examples/osgforest/osgforest.cpp, examples/osgoccluder/osgoccluder.cpp, examples/osgparticleeffects/osgparticleeffects.cpp, examples/osgshaderterrain/osgshaderterrain.cpp, examples/osgspheresegment/osgspheresegment.cpp: Replaced usage of depreacted IntersectVisitor with IntersectionVisitor 2008-10-07 13:37 robert * src/osgViewer/StatsHandler.cpp: From Jean-Sebastirn Guay, "Inspired by the latest additions to the StatsHandler, here is my own addition. It's a graph that helps show the variation of the various stats over time. It's clearer than just having bars for the last 10 frames or so, IMHO, since 10 frames go by pretty fast... The graph is displayed "under" (behind) the normal bar chart you get when you press 's' twice. It doesn't hide the normal stats, you can still read them without any trouble, and that way, it doesn't take any more screen space. It starts from the left, and will scroll left when there is enough data to fill the screen width. The graph lines have the same colors we're used to (except I made the event color a bit bluer, so it's not exactly the same as the update color). A screen shot is attached. The lines get a bit confused when they're all overlapping at the bottom of the graph, but I think that's the least of our concerns (if they're all at the bottom of the graph - except FPS of course - then great!). The only thing I'm not very keen about is that to make things simple, I clamp the values to a given maximum. Right now, the maximums I have set are: * Frame rate: 100 fps (people have 60, 75, 85Hz refresh rates, so there's no one right value, but I think 100 is OK) * Stats: 0.016 seconds (what you need to get 60Hz minimum) This could be changed so that the scale of the graph changes according to the maximum value in the last screenful of the graph instead of clamping values. We would then need to display the scale for each value on the side of the graph, because if the scale changes, you need to know what it is at this moment. I tried to make things easy to change, so for example if you don't like that the graph is in the same space as the normal stats bars, it's easy to move it anywhere else, and make it have other dimensions. The maximums and colors are also easy to change. The impact on performance should be minimal, since it's one vertex per graph line that's added per frame, and vertices are removed when they scroll off the screen, so you'll never have more than say 1280 * (3 + ncameras) vertices on the screen at one time. No polygons, I used line strips. The scrolling is done with a MatrixTransform." 2008-10-07 13:06 robert * src/osgPlugins/dxf/dxfEntity.cpp, src/osgPlugins/dxf/dxfEntity.h, src/osgPlugins/dxf/scene.cpp, src/osgPlugins/dxf/scene.h: From Colin McDonald, "Attached is an update to the dxf plugin which adds rudimentary support for text entities. " 2008-10-07 12:31 robert * include/osgShadow/MinimalShadowMap, src/osgDB/DatabasePager.cpp, src/osgPlugins/osga/OSGA_Archive.cpp, src/osgSim/LightPointNode.cpp, src/osgVolume/ImageUtils.cpp: From Mathias Froehlich, build fixes 2008-10-07 11:35 robert * include/osg/PagedLOD, include/osgDB/DatabasePager, src/osg/PagedLOD.cpp, src/osgDB/DatabasePager.cpp, src/osgWrappers/osg/PagedLOD.cpp, src/osgWrappers/osgDB/DatabasePager.cpp: Added the ability to release OpenGL objects in PagedLOD subgrphs that are no longer being rendered. 2008-10-06 17:15 robert * src/osgWrappers/osg/ImageSequence.cpp, src/osgWrappers/osg/Node.cpp, src/osgWrappers/osg/NodeVisitor.cpp, src/osgWrappers/osgDB/ImagePager.cpp, src/osgWrappers/osgDB/PluginQuery.cpp: Updated wrappers 2008-10-06 17:03 robert * examples/osgimagesequence/osgimagesequence.cpp: Improved the ImageSequence::setLength() settting. 2008-10-06 17:02 robert * include/osgDB/ImagePager, src/osgDB/ImagePager.cpp: Updated to reflect changes in NodeVistor::ImageRequestHandler. 2008-10-06 17:02 robert * include/osg/ImageSequence, include/osg/ImageStream, include/osg/NodeVisitor, src/osg/ImageSequence.cpp: Refactored ImageSequence to provided a cleaner and more robust implementation 2008-10-06 14:18 robert * include/osgShadow/DebugShadowMap, include/osgShadow/MinimalShadowMap, src/osgShadow/DebugShadowMap.cpp, src/osgShadow/MinimalDrawBoundsShadowMap.cpp, src/osgShadow/MinimalShadowMap.cpp, src/osgShadow/StandardShadowMap.cpp: From Wojciech Lewandowski, build fixes for handling Matrix::value_type == float 2008-10-06 14:15 robert * include/osgShadow/DebugShadowMap, include/osgShadow/MinimalShadowMap, include/osgShadow/ProjectionShadowMap, include/osgShadow/StandardShadowMap, include/osgShadow/ViewDependentShadowTechnique: Ran dos2unix 2008-10-06 09:39 robert * src/osgTerrain/Locator.cpp: From Glenn Waldron, "osgTerrain::Locator::setTransformAsExtents() does not update the _inverse member. Fix attached. " 2008-10-06 08:58 robert * src/osgShadow/ConvexPolyhedron.cpp, src/osgShadow/DebugShadowMap.cpp, src/osgShadow/LightSpacePerspectiveShadowMap.cpp, src/osgShadow/MinimalDrawBoundsShadowMap.cpp, src/osgShadow/MinimalShadowMap.cpp, src/osgShadow/StandardShadowMap.cpp, src/osgShadow/ViewDependentShadowTechnique.cpp: Converted tabs to four spaces 2008-10-06 08:53 robert * include/osgShadow/ConvexPolyhedron, include/osgShadow/DebugShadowMap, include/osgShadow/LightSpacePerspectiveShadowMap, include/osgShadow/MinimalCullBoundsShadowMap, include/osgShadow/MinimalDrawBoundsShadowMap, include/osgShadow/MinimalShadowMap, include/osgShadow/ProjectionShadowMap, include/osgShadow/StandardShadowMap, include/osgShadow/ViewDependentShadowTechnique: Ran dos2unix on headers 2008-10-06 08:53 robert * src/osgShadow/ConvexPolyhedron.cpp, src/osgShadow/DebugShadowMap.cpp, src/osgShadow/LightSpacePerspectiveShadowMap.cpp, src/osgShadow/MinimalCullBoundsShadowMap.cpp, src/osgShadow/MinimalDrawBoundsShadowMap.cpp, src/osgShadow/MinimalShadowMap.cpp, src/osgShadow/StandardShadowMap.cpp, src/osgShadow/ViewDependentShadowTechnique.cpp: Ran dos2unix on new shadow implemenations 2008-10-06 08:48 robert * src/osgTerrain/Terrain.cpp: From Jason Beverage, "Attached is a fix for getTile in the Terrain class. It should be checking for itr == _terrainTileMap.end() instead of itr != _terrainTileMap.end()." 2008-10-03 16:57 robert * include/osg/ref_ptr: Added include to take advantage of OSG_USE_REF_PTR_IMPLICIT_OUTPUT_CONVERSION 2008-10-03 15:36 robert * CMakeLists.txt, src/osg/Config.in: Moved the OSG_USE_REF_PTR_IMPLICIT_OUTPUT_CONVERSION definition into the Config.in rather use of -D define 2008-10-03 15:15 robert * src/osgWrappers/osgDB/Registry.cpp, src/osgWrappers/osgViewer/CompositeViewer.cpp, src/osgWrappers/osgViewer/ViewerEventHandlers.cpp: Updated wrappers 2008-10-03 15:15 robert * CMakeLists.txt: Added optional compile of the new ref_ptr<>:T* operator() output conversion operator, controlled via a CMake option OSG_USE_REF_PTR_IMPLICIT_OUTPUT_CONVERSION. 2008-10-03 15:13 robert * include/osg/ref_ptr: From Neil Groves, addition on a T* implicit output conversion method and removal of comparison methods that are replaced by the single conversion method. From Robert Osfield, optional compilation of above. 2008-10-03 13:38 robert * src/osgUtil/Simplifier.cpp: Compile fix required when using ref_ptr<> implicit output conversion 2008-10-03 13:34 robert * include/osg/Referenced: From Neil Groves, added intrusive_ptr_add_ref and intrusive_ptr_release methods to enable usage of boost::intrusive_ptr<> with osg::Referenced objects. 2008-10-03 11:04 robert * src/osgPlugins/ive/PagedLOD.cpp: From Bryan Thrall, fixed typos in exception strings. 2008-10-03 11:02 robert * src/osg/OcclusionQueryNode.cpp: From Paul Martz, "I had to make Yet Another tweak to the workaround for the occlusion query issue on NVIDIA cards. Testing indicates that this produces stable results. I checked this in to the 2.6 branch as revision 8965. Please include this on the trunk" 2008-10-03 09:55 robert * include/osg/ref_ptr: From Neil Groves, "Frequently I would like code that has a signature like: void foo(osg::ref_ptr node) to work for osg::ref_ptr, osg::ref_ptr etc. The behaviour of osg::ref_ptr does not mimic the behaviour of a raw pointer in this regard. To facilitate this possibility I have added a template copy constructor and a template assignment operator. These work for safe conversions like those in my previous example, but fail as desired for non-safe conversions since the template instantiation fails during the raw pointer copy/assignment. The lack of this facility has appreciably handicapped development of generic algorithms applied to the scene graph, and I believe that this alteration will be welcomed by most of the community. If there are issues with antiquated compilers not supporting template member functions then perhaps a small piece of conditional compilation is in order. I have made the change using the latest release version (2.6) as the base. The full file is attached. I have not tested building the osg wrappers and the script binding code. I have tested the legal and illegal conversions of both copying and assignment to ensure that behave as expected on MSVC7.1, MSVC8, MSVC9, GCC 4.3." 2008-10-03 09:22 robert * src/osgPlugins/quicktime/ReaderWriterQT.cpp: From Tatsuhiro Nishioka, submissions posted by Stephan Huber, "attached you'll find a modified ReaderWriterQT.cpp-file where I removed the support for rgb(a)-files. Quicktime supports only files with 3/4-channels rgba-files and not 1/2-channels rgb-files. This submission is from Tatsuhiro Nishioka, here's his original quote: When FlightGear crashes, the error message "GraphicsImportGetNaturalBounds failed" shows up. By adding printf debug, I found the error was -8969: codecBadDataErr when loading a gray-scaled (2 channels) rgba files even though the file can be loaded with Gimp and osgViewer properly. So I made an investigation on this problem and found an interesting thing. This error occurs only when non-rgb files are loaded before rgb files. The reason is that rgba files can be handled by both osgdb_rgb.so and osgdb_qt.so, but the error happens only when osgdb_qt.so try to load a gray-scaled rgba file. When a program is about to load an rgba file, osgdb_rgb.so is loaded and it handles the rgba file properly. In contrast, when a gray-scaled rgb file is being loaded after a non-rgb file (say png) is already loaded by osgdb_qt.so, osgdb_qt.so tries to load the file instead of osgdb_rgb, which causes the error above. Anyway, the bad thing is that QuickTime cannot handle gray-scaled rgb files properly. The solution for this is not to let osgdb_qt handle rgb files since osgdb_rgb can handle these properly. " 2008-10-03 09:19 robert * include/osgViewer/CompositeViewer, src/osgViewer/CompositeViewer.cpp: From Stephan Huber, removed now redundent setEventQueue method 2008-10-03 09:02 robert * include/osgViewer/ViewerEventHandlers, src/osgViewer/StatsHandler.cpp: From Roland Smeenk, A year ago Stephan Maximilian Huber sent in a submission with enhanced statistics. Because I was interested in the scene statistics of his submission I tried to merge his changes with the current CVS head. I made a few changes to the way the statistics are displayed. Attached you will find the new StatsHandler and a screenshot of the statistics in the compositeviewer example. This code will add two extra statistics options: -Camera scene statistics, stats for the scene after culling (updated at 10 Hz) -View scene statistics, stats for the complete scene (updated at 5 Hz) Each camera and each view will expand the statistics to the right. I also added the requests and objects to compile of the databasepager to the databasepager statistics."" 2008-10-03 08:35 robert * src/osgPlugins/ac/ac3d.cpp: From Mathias Froehlich, Wr.t AC3D Texture clamping "I had a quick look at the problem. Attached is a change that is able to provide shared textures for the clamp and the repeat case. So this appears to be the best fix I guess ... Also it additionaly shares the TexEnv StateAttribute in a whole ac3d model." 2008-10-03 08:33 robert * include/osgSim/DOFTransform: Added missing dirtyBound() calls 2008-10-02 15:45 robert * examples/osgvolume/osgvolume.cpp, examples/osgvolume/volume_iso_frag.cpp, examples/osgvolume/volume_tf_iso_frag.cpp, include/osgVolume/ImageUtils, src/osgDB/Registry.cpp, src/osgPlugins/dicom/ReaderWriterDICOM.cpp, src/osgVolume/ImageUtils.cpp: Various improvements to the dicom loader to be able to handle a broader range of dicom files 2008-09-29 18:30 robert * examples/osgvolume/osgvolume.cpp, examples/osgvolume/volume_frag.cpp, examples/osgvolume/volume_tf_frag.cpp, examples/osgvolume/volume_tf_iso_frag.cpp: Updated shaders 2008-09-29 17:00 robert * src/osgPlugins/dicom/ReaderWriterDICOM.cpp: Improved the dicom plugins handling of different slice positions 2008-09-29 13:22 robert * src/osgPlugins/dicom/ReaderWriterDICOM.cpp: Turned off the yaw mode on the FlightManipilator to make it easier to navigate in volumes 2008-09-29 11:00 robert * CMakeLists.txt, CTestConfig.cmake: From Mathieu Marache, support for CDash 2008-09-29 10:59 robert * src/osgDB/Registry.cpp: From Erik den Dekker, "I received a compiler warning in osgDB::registry::readObjectOfType while compiling SVN trunk with MSVC 2008. ..\..\..\..\src\osgDB\Registry.cpp(910) : warning C4806: '==' : unsafe operation: no value of type 'bool' promoted to type 'osgDB::Registry::LoadStatus' can equal the given constant A quick review of the code revealed a piece of code that was clearly wrong, possibly due to a copy-and-paste error. " 2008-09-29 10:56 robert * examples/osgvolume/osgvolume.cpp: Added support for using ImageSequence to animate volumes 2008-09-28 15:16 robert * examples/osgvolume/osgvolume.cpp, examples/osgvolume/volume_iso_frag.cpp, examples/osgvolume/volume_tf_iso_frag.cpp: Improved the isosurface shaders, and mde GLSL usage the default 2008-09-26 15:47 robert * examples/osgvolume/osgvolume.cpp, examples/osgvolume/volume_tf_iso_frag.cpp: Improved GLSL isosurface support when using a transfer function 2008-09-26 14:50 robert * examples/osgvolume/osgvolume.cpp: Added setting of various filters and setResizeNonPowerOfTwoHint(false) on normals maps etc. 2008-09-26 13:51 robert * examples/osgunittests/osgunittests.cpp: Added docs for read-threads command line options 2008-09-26 13:51 robert * include/osgDB/Registry, src/osgDB/Registry.cpp: Changed loadLibrary so that it retusn a LoadStatus variable to enable calling codes to differentiate between whether a library is already loaded, or is newly loaded 2008-09-26 11:29 robert * examples/osgvolume/osgvolume.cpp, examples/osgvolume/volume_iso_frag.cpp, examples/osgvolume/volume_mip_frag.cpp, examples/osgvolume/volume_tf_iso_frag.cpp, examples/osgvolume/volume_tf_mip_frag.cpp: Added --isosurface and --mip paths into osgvolume example, and added associted shaders 2008-09-26 11:19 robert * examples/osgshadow/IslandScene.cpp: From Mathias Froehlich, "for the rand functions stdlib.h is required ..." 2008-09-26 10:59 robert * src/osgDB/DatabasePager.cpp: From Lionel Lagarde, "Here is a correction on DatabasePager::FindCompileableGLObjectsVisitor The apply(osg::Drawable *) method doesn't update the _drawableSet and the isCompiled test was inversed." 2008-09-26 10:43 robert * src/osgPlugins/obj/obj.cpp: From Fabio Mierlo, "n the lines 428 and 430 of obj.cpp file from release 2.6.0, the parser use only the first 7 characters to compare the string "map_opacity " and to copy the followed parameter, but the string have 12 characters." 2008-09-25 15:20 robert * CMakeLists.txt: From Mathieu Marache, added support for CDash 2008-09-25 15:19 robert * include/osg/TransferFunction: Removed unused methods 2008-09-25 15:04 robert * src/osgWrappers/osg/TransferFunction.cpp: Updated wrappers 2008-09-25 14:41 robert * examples/CMakeLists.txt: Added osg2cpp example into build 2008-09-25 14:41 robert * include/osgDB/ReadFile: Added convinience methods for parse shader source files 2008-09-25 14:39 robert * examples/osg2cpp, examples/osg2cpp/CMakeLists.txt, examples/osg2cpp/osg2cpp.cpp: Created new osg2cpp utility that creates .cpp files from source shaders that can be included directly in application code, see osgvolume for an example. 2008-09-25 14:39 robert * examples/osgvolume/osgvolume.cpp, examples/osgvolume/volume_frag.cpp, examples/osgvolume/volume_n_frag.cpp, examples/osgvolume/volume_tf_frag.cpp, examples/osgvolume/volume_tf_n_frag.cpp, examples/osgvolume/volume_vert.cpp: Moved shaders into .cpp, with the shaders created by the new osg2cpp utility 2008-09-25 10:21 robert * src/osgDB/Registry.cpp, src/osgPlugins/glsl/ReaderWriterGLSL.cpp: Added .vert and .frag to list of accepted extension in the GLSL plugin 2008-09-24 16:03 robert * examples/osgunittests/MultiThreadRead.cpp: From Jean-Sebastian Guay, fixed windows build 2008-09-24 16:00 robert * src/osgPlugins/quicktime/ReaderWriterQT.cpp: From Riccardo Corsi, Added 3gp file extension to supported list in quicktime plugin 2008-09-24 15:59 robert * src/osgDB/Registry.cpp: Added 3gp extension alias for quicktime 2008-09-24 10:45 robert * examples/osgvolume/osgvolume.cpp: Added shader based transfer function, enabled via --gpu-tf 2008-09-24 10:20 robert * examples/osgvolume/osgvolume.cpp: Fixed transfer function parsing 2008-09-23 17:29 robert * include/osgDB/Registry, src/osgDB/Registry.cpp: Added mutex usage to protect access to plugin and readerwriter containers 2008-09-23 15:41 robert * examples/osgunittests/MultiThreadRead.cpp, examples/osgunittests/MultiThreadRead.h, examples/osgunittests/osgunittests.cpp: Added "serialize" and plugin "preload" options in the "read-threads" code path. 2008-09-23 13:58 robert * examples/osgunittests/CMakeLists.txt, examples/osgunittests/MultiThreadRead.cpp, examples/osgunittests/MultiThreadRead.h, examples/osgunittests/osgunittests.cpp: Added read-threads command line and read thread test back end 2008-09-23 09:59 robert * examples/osgshadow/CMakeLists.txt, examples/osgshadow/IslandScene.cpp, examples/osgshadow/IslandScene.h, examples/osgshadow/osgshadow.cpp, examples/osgshadow/terrain_coords.h: From Wojciech Lweandowski, added support for noew LispSM shadow technique (use --lispsm on CmdLine) and added IslandScene database (use -4 on CmdLine). 2008-09-22 17:24 robert * examples/osgvolume/osgvolume.cpp: Added support for reading raw data and transfer function from a volume header 2008-09-22 16:18 robert * examples/osgimagesequence/osgimagesequence.cpp: Added --page-and-discard, --page-and-retain, --preload and --length command line options 2008-09-22 16:17 robert * src/osg/ImageSequence.cpp: Fixed typo 2008-09-22 15:56 robert * examples/osgimagesequence/osgimagesequence.cpp: Added stats handler 2008-09-22 15:01 robert * src/osg/ImageStream.cpp, src/osg/OperationThread.cpp, src/osgVolume/CMakeLists.txt: From Ulrich Hertlein, fixes for OSX build 2008-09-22 14:58 robert * CMakeLists.txt: Changed OSG_DEBUG_POSTFIX to use ADDQUOTES in the .cpp rather than trying to add quotes via CMakeLists.txt 2008-09-22 14:55 robert * src/osgDB/CMakeLists.txt, src/osgDB/PluginQuery.cpp, src/osgDB/Registry.cpp: From Ralf Habacker and Robert Osfield, added search for plugins with OS specific file plugin extensions 2008-09-22 14:46 robert * include/osgDB/FileNameUtils, src/osgDB/FileNameUtils.cpp: Added getExtensionIncludingDot to provide more efficient handling of extensions 2008-09-22 13:16 robert * CMakeLists.txt, include/osg/Object, src/osgDB/FileUtils.cpp: Changed the macro usage so that the quotes are now added inside the .cpp 2008-09-22 11:13 robert * src/osgPlugins/dicom/CMakeLists.txt, src/osgPlugins/dicom/ReaderWriterDICOM.cpp: Added readNode implementation that creates an osgVolume::Volume for the specified dicom file. 2008-09-21 11:12 robert * src/osgWrappers/osgTerrain/TerrainTile.cpp, src/osgWrappers/osgVolume/Brick.cpp, src/osgWrappers/osgVolume/Volume.cpp, src/osgWrappers/osgVolume/VolumeTechnique.cpp: Added Volume wrappers, and updated terrain wrappers 2008-09-21 11:05 robert * include/osgVolume/Brick, include/osgVolume/Volume, include/osgVolume/VolumeTechnique, src/osgVolume/Brick.cpp, src/osgVolume/CMakeLists.txt, src/osgVolume/Volume.cpp, src/osgVolume/VolumeTechnique.cpp: Create initial class placeholders for main volume rendering classes 2008-09-20 15:43 robert * include/osgTerrain/TerrainTile, src/osgPlugins/ive/TerrainTile.cpp: Change TileID::layer to TileID::level 2008-09-20 10:34 robert * src/osgUtil/SceneView.cpp: From Chris Denham, changed gluGetErrorString to using osg::State::checkGLErrors() to avoid null pointer dereference 2008-09-20 10:09 robert * src/osg/StateSet.cpp: From Mathias Froehlich, added catch for GL_COLOR_MATERIAL mode being set. 2008-09-20 10:05 robert * src/osg/GLExtensions.cpp: From John Vida Larring, "If an application initializes osgViewer::GraphicsWindowEmbedded() but never gets around to do any rendering before the application is closed, the result with be a crash (SIGABRT/std::logic_error) in osg::getGLVersionNumber(). The fix was to check whether glGetString( GL_VERSION ) returned a null pointer (Ref. svn diff below). The altered src/osg/GLExtensions.cpp is zipped and attached to this email." 2008-09-19 19:51 robert * src/osgWrappers/genwrapper.conf, src/osgWrappers/osgShadow/ConvexPolyhedron.cpp, src/osgWrappers/osgShadow/DebugShadowMap.cpp, src/osgWrappers/osgShadow/LightSpacePerspectiveShadowMap.cpp, src/osgWrappers/osgShadow/MinimalCullBoundsShadowMap.cpp, src/osgWrappers/osgShadow/MinimalDrawBoundsShadowMap.cpp, src/osgWrappers/osgShadow/MinimalShadowMap.cpp, src/osgWrappers/osgShadow/StandardShadowMap.cpp, src/osgWrappers/osgShadow/ViewDependentShadowTechnique.cpp: Added wrapper support for new osgShadow classes 2008-09-19 19:51 robert * include/osgShadow/ConvexPolyhedron, include/osgShadow/DebugShadowMap, include/osgShadow/LightSpacePerspectiveShadowMap, include/osgShadow/MinimalCullBoundsShadowMap, include/osgShadow/MinimalDrawBoundsShadowMap, include/osgShadow/MinimalShadowMap, include/osgShadow/ProjectionShadowMap, include/osgShadow/StandardShadowMap, include/osgShadow/ViewDependentShadowTechnique, src/osgShadow/CMakeLists.txt, src/osgShadow/ConvexPolyhedron.cpp, src/osgShadow/DebugShadowMap.cpp, src/osgShadow/LightSpacePerspectiveShadowMap.cpp, src/osgShadow/MinimalCullBoundsShadowMap.cpp, src/osgShadow/MinimalDrawBoundsShadowMap.cpp, src/osgShadow/MinimalShadowMap.cpp, src/osgShadow/StandardShadowMap.cpp, src/osgShadow/ViewDependentShadowTechnique.cpp: From Wojciech Lewandowski, a range of new ShadowMap implementations include View Dependent Shadow Maps - LispSM From Robert Osfield, refactored Wojciech's submission to integrated with osgShadow and use coding sytle more consistent with rest of OSG. 2008-09-19 12:49 robert * CMakeLists.txt, src/osgDB/FileUtils.cpp: From Mathias Froehlich, added support for search in the installed directories for plugins 2008-09-19 08:16 robert * src/osgPlugins/OpenFlight/FltExportVisitor.cpp: From Richard Schmidt, fixed the handling of user data so that it uses ref_ptr<> to avoid data getting deleted. 2008-09-18 16:48 robert * ChangeLog: Updated ChangeLog 2008-09-18 16:03 robert * src/osgWrappers/osgDB/Serializer.cpp: Added Serializer wrappers 2008-09-18 15:50 robert * include/osgDB/Serializer, src/osgDB/CMakeLists.txt: Moved Serializer header from VPB into osgDB. 2008-09-18 15:44 robert * src/osgWrappers/osgShadow/ShadowMap.cpp, src/osgWrappers/osgShadow/SoftShadowMap.cpp, src/osgWrappers/osgViewer/CompositeViewer.cpp, src/osgWrappers/osgViewer/Viewer.cpp, src/osgWrappers/osgViewer/ViewerBase.cpp: Updated wrappers 2008-09-18 15:18 robert * include/osgViewer/CompositeViewer, include/osgViewer/Viewer, include/osgViewer/ViewerBase, src/osgViewer/CompositeViewer.cpp, src/osgViewer/Viewer.cpp, src/osgViewer/ViewerBase.cpp: refactored the getWindows(..) and getContexts(..) methods so that they produce consistent ordering based on the order Camera/slave camera ordering. 2008-09-18 15:16 robert * src/osgText/Font.cpp: From Mathias Froehlich, "Attached one namespace/scope lookup problem which shows up on irix." 2008-09-18 14:48 robert * include/osgShadow/ShadowMap, include/osgShadow/SoftShadowMap, src/osgShadow/SoftShadowMap.cpp: From Christopher Blaesius, "Soft shadow mapping is basically the same as hard shadow mapping beside that it uses a different fragment shader. So for me it makes sense that osgShadow::SoftShadowMap is derived from osgShadow::ShadowMap, this makes it easier to maintain the two classes. Additional SoftShadowMap also provides the same Debug methods as ShadowMap." 2008-09-18 13:54 robert * src/osgWrappers/osg/AnimationPath.cpp: Updated wrappers 2008-09-18 13:54 robert * include/osg/AnimationPath: From Alan Dickinson, change methods to virtual. 2008-09-18 13:18 robert * src/osgPlugins/OpenFlight/ExportOptions.cpp: From John Argentieri, added missing _stripTextureFilePath( false ) initializer. 2008-09-18 13:09 robert * src/osgShadow/ShadowMap.cpp: From Chris Denham, added missing ccopy of polyOffset in copy constructor 2008-09-18 13:05 robert * src/osgShadow/ShadowMap.cpp: From Chris Denham, " I think I may have discovered a bug in osgShadow/ShadowMap.cpp that results in incomplete shadows being generated. The problem seems to caused by an incorrect interpretation of the spot light cutoff angle. The valid ranges for spot cutoff are 0-90 and 180, i.e half the 'field of view' for the spotlight. Whereas the shadow map code seems to assume the the spot cutoff is equal to the field of view. This results in the shadows generated by the spotlight getting clipped at half the spot cutoff angle. I have fixed this in my copy of ShadowMap.cpp: =============================== //Original code from OSG 2.6: if(selectLight->getSpotCutoff() < 180.0f) // spotlight, then we don't need the bounding box { osg::Vec3 position(lightpos.x(), lightpos.y(), lightpos.z()); float spotAngle = selectLight->getSpotCutoff(); _camera->setProjectionMatrixAsPerspective(spotAngle, 1.0, 0.1, 1000.0); _camera->setViewMatrixAsLookAt(position,position+lightDir,osg::Vec3(0.0f,1.0f,0.0f)); } =============================== // My modifications: float fov = selectLight->getSpotCutoff() * 2; if(fov < 180.0f) // spotlight, then we don't need the bounding box { osg::Vec3 position(lightpos.x(), lightpos.y(), lightpos.z()); _camera->setProjectionMatrixAsPerspective(fov, 1.0, 0.1, 1000.0); _camera->setViewMatrixAsLookAt(position,position+lightDir,osg::Vec3(0.0f,1.0f,0.0f)); } This change seems correct for spot cutoff in the range 0, 90, but since OpenGL doesn't claim to support cutoffs >90 && <180, I'm not sure how shadow map should deal with those cases, but ignoring spot cut off greater than 90 here seems reasonable to me. " 2008-09-18 12:57 robert * src/osgViewer/GraphicsWindowWin32.cpp: From Ralf Habacker, "the appended patch fixes the problem reported on http://lists.openscenegraph.org/pipermail/osg-users-openscenegraph.org/2008-January/006110.html. " > Using QOSGWidget - QWidget + osgViewer creating the graphics context. > > Windows Error #2000: [Screen #0] GraphicsWindowWin32::setWindow() - Unable > to create OpenGL rendering context. Reason: The pixel format is invalid. > > > > And then the following fate error pops up: > > > > The instruction at "0x014c7ef1" referenced memory at "0x000000a4", The > memory could not be "read". > > Click on Ok to terminate the program > > Click on CANCEL to debug the program > > 2008-09-18 12:50 robert * src/osgPlugins/tiff/ReaderWriterTIFF.cpp: From Robert Osfield and Christophe Loustaunau, fixes for support for 16bit and 32bit tiff images 2008-09-18 10:52 robert * examples/osgmultiplerendertargets/osgmultiplerendertargets.cpp, src/osgDB/FieldReader.cpp: From Mathias Froehlich, "I did some performance test runs with the development gcc-4.4 version. To make it compiel with future gcc's we sppear to need the attached missing includes ..." 2008-09-18 10:49 robert * src/osgPlugins/osgSim/CMakeLists.txt, src/osgPlugins/osgSim/IO_OverlayNode.cpp: From Mathieu Marache, "This is an addition for osgSim reader/writer for the osg ascii file format adding osgSim::OverlayNode support. " 2008-09-18 10:39 robert * src/osgParticle/ModularEmitter.cpp: From Tim Moore, "his submission fixes a bug when the ModularEmitter and ParticleSystem are in different frames of reference. Specifically, it supports the case where the ParticleSystem is not in the world frame. One way this can come up is if your world coordinate system is Earth-centric; the float coordinates of particles don't have enough precision to avoid terrible jitter and other rendering artifacts, so it's convenient to root the particle systems in a local Z-up coordinate system that gets moved around from time to time. " Tweak from Robert Osfield, converted code to use new Drawable::getWorldMatrices method 2008-09-18 10:38 robert * include/osg/Drawable, include/osg/Node, src/osg/Drawable.cpp, src/osg/Node.cpp, src/osgWrappers/osg/Drawable.cpp, src/osgWrappers/osg/Node.cpp: Improved the constness of parameters the Node::getWorldMatrices(..) method. Added Drawable::getWorldMatrices(const Node*) method. 2008-09-17 20:02 robert * src/osgPlugins/ogr/ReaderWriterOGR.cpp: From Rob Bloemkool, "This is a submission for src/osgPlugins/ogr/ReaderWriterOGR.cpp - adds display of options when using osgconv --formats. - adds useGroupPerFeature option to have each feature in a separate group. Usage: OSG_OPTIMIZER=OFF osgconv -e ogr -O addGroupPerFeature " 2008-09-17 19:51 robert * src/osgUtil/SceneView.cpp: From Ewe Woessner, "I looked at the Anaglyphic stereo implementation in SceneView.cpp and think I spotted some copy-paste bugs. osg::ColorMask* leftColorMask = _renderStageLeft->getColorMask(); if (!leftColorMask) { leftColorMask = new osg::ColorMask(); _renderStageLeft->setColorMask(leftColorMask); ^^^^ here it said right, I think this should be Left. } // ensure that right eye color planes are active. osg::ColorMask* rightColorMask = _renderStageRight->getColorMask(); ^^^^ similar here, I think this should be right if (!rightColorMask) { rightColorMask = new osg::ColorMask(); _renderStageRight->setColorMask(rightColorMask); } and i further removed an unnecessary setColorMask." 2008-09-17 19:25 robert * CMakeLists.txt, CMakeModules/OsgMacroUtils.cmake: From Mattias Helsing, CMakeLists.txt changes: "I installed latest Cmake(2.6.1) on a new machine and got a CMP008 warning from cmake. This fix set up osg to use the old behaviour which have worked before. We might set this to NEW but I need to do more testing first. I'l be able to test this on winxp with msvc80/90 and ubuntu hardy with gcc-4.2. quote from cmake cvs log policy CMP0008 to decides how to treat full path libraries that do not appear to be valid library file names. Such libraries worked by accident in the VS IDE and Xcode generators with CMake 2.4 and below." OsgMarcroUtils.cmake changes: "On Philips suggestion truncated a redundant if/else construction in OsgMacroUtils to avoid developer warnings in cmake-2.6.1 concerning cmake policy CMP0008 which allows full paths to libraries only with valid library names " 2008-09-17 18:56 robert * CMakeLists.txt, src/osgDB/Registry.cpp: From Alberto Luaces, "Cygwin's cmake build adds a "d" postfix to the plugins installed in debug mode. Nevertheless, the code doesn't acknowledge that, so I had problems with debug versions of the library not being able to open their plugins whereas the release versions worked fine. I have made the same changes in Registry.cpp that are available for the rest of platforms appending that "d" to their plugins. I have also updated the CMakeLists.txt file to get "_DEBUG" defined at compilation time. I have copied the already existent conditional block because of cmake's bizarre operator precedence. Since Cygwin defines both CYGWIN and WIN32, the following would suffice: IF(CYGWIN OR UNIX AND NOT WIN32 AND NOT APPLE) Sadly, it actually doesn't work, so I wrote a new conditional block just for Cygwin. I could join the two blocks when the parentheses support is added in newer versions of cmake." 2008-09-17 18:54 robert * src/osgShadow/ParallelSplitShadowMap.cpp: From Adrian Egli, "i came around reviewing my code, and found now finally a solution to remove the polygon offset issue. as we all know the polygon offset has a different behaviour on different GPU system (ATI, NVidia) and this make the use of polygon offset complicate. so i looked for a solution to remove this offset. i changed the shader, also the filtering (default: on) use now a correct 3x3 filter: 1 0 1 0 2 0 1 0 1 div: 6 of course a better one would be 1 2 1 2 4 2 1 2 1 div: 16 but this isn't as performant as the simple filter above is. because we need only 5 texture lookups instead of 9, and the result is still good, if you wish we can add a enum to change the pcf filter type once, if there is a need. testet on NVidia Quatro 570M and on ATI Radeon X1600 " 2008-09-17 18:51 robert * src/osgShadow/ParallelSplitShadowMap.cpp: From Adrian Egli, "I changed the PSSM shadow map implementation, if we have filtered turned on, it should be now correct. The implementation is more robut on different scene. i tested it on NVIDIA card against a park scene, a chess board and a terrain. unfort. i couldn't test it on any ATI system. may there will be still another problem there. if there are still some artefacts. we should try out better fZOffSet value " 2008-09-17 18:42 robert * src/osg/GraphicsContext.cpp: From Bill Prendergast, "Found a typo in CameraRenderOrderSortOp in osg/GraphicsContext.cpp (V2.6.0 and prior) as noted below: struct CameraRenderOrderSortOp { inline bool operator() (const Camera* lhs,const Camera* rhs) const { if (lhs->getRenderOrder()getRenderOrder()) return true; if (rhs->getRenderOrder()getRenderOrder()) return false; ---> return lhs->getRenderOrderNum()getRenderOrderNum(); ^^^ ^^^ } }; Corrected code attached." 2008-09-17 17:25 robert * examples/osggeometryshaders/osggeometryshaders.cpp: From Christophe Loustaunau," I have found some errors on the example osgGeometryShaders. It's about the varying in the geometry shader. take a look at the varying vec4 v_color. In the vertex shader, v_color is initialized to gl_vertex then in the geometry shader v_color is initialized to gl_PositionIn[0] and in the fragment shader v_color is used as the fragment color. Try to initialized v_color to vec4(1.0, 0.0, 0.0, 1.0) in the vertex shader and comment the line : " v_color = v;\n" in the geometry shader, and you will see the lines as black ! It's because you have to use keywords in and out. extract from : http://www.opengl.org/registry/specs/EXT/geometry_shader4.txt : in - for function parameters passed into a function or for input varying variables (geometry only) out - for function parameters passed back out of a function, but not initialized for use when passed in. Also for output varying variables (geometry only). Then for a geometry shader, a varying must be an array : extract from : http://www.opengl.org/registry/specs/EXT/geometry_shader4.txt : Since a geometry shader operates on primitives, each input varying variable needs to be declared as an array. Each element of such an array corresponds to a vertex of the primitive being processed. If the varying variable is declared as a scalar or matrix in the vertex shader, it will be a one-dimensional array in the geometry shader. Each array can optionally have a size declared. If a size is not specified, it inferred by the linker and depends on the value of the input primitive type. Here is a patch based on the svn version of osg that correct that. " 2008-09-17 17:13 robert * src/osgWidget/WindowManager.cpp: From Max Bandazian, "Lines 302-305 of WindowManager.cpp seem to have a parenthesizing error - the code is if( (!win || win->getVisibilityMode() == Window::VM_PARTIAL) && !win->isPointerXYWithinVisible(x, y) ) continue; But it probably should be if (!win || (win->getVisibilityMode() == Window::VM_PARTIAL) && !win->isPointerXYWithinVisible(x, y))) continue; The effect of the bug is to segfault if a non-osgWidgets::Window node hasn't been excluded from picking via NodeMask." 2008-09-17 17:07 robert * src/osgWrappers/osg/Matrixd.cpp, src/osgWrappers/osg/Matrixf.cpp: Updated wrappers 2008-09-17 16:14 robert * examples/osgdepthpeeling/osgdepthpeeling.cpp, examples/osghangglide/osghangglide.cpp, examples/osglogo/osglogo.cpp, examples/osgsimulation/osgsimulation.cpp, examples/osgunittests/UnitTests_osg.cpp, examples/osgvertexprogram/osgvertexprogram.cpp, include/osg/AnimationPath, include/osg/Matrixd, include/osg/Matrixf, src/osg/AutoTransform.cpp, src/osg/CameraView.cpp, src/osg/Matrix_implementation.cpp, src/osg/PositionAttitudeTransform.cpp, src/osgManipulator/AntiSquish.cpp, src/osgParticle/PrecipitationEffect.cpp, src/osgSim/DOFTransform.cpp, src/osgSim/Sector.cpp, src/osgText/Text.cpp, src/osgText/Text3D.cpp, src/osgUtil/SceneGraphBuilder.cpp, src/osgViewer/View.cpp: From Mathias Froehlich, "This is a generic optimization that does not depend on any cpu or instruction set. The optimization is based on the observation that matrix matrix multiplication with a dense matrix 4x4 is 4^3 Operations whereas multiplication with a transform, or scale matrix is only 4^2 operations. Which is a gain of a *FACTOR*4* for these special cases. The change implements these special cases, provides a unit test for these implementation and converts uses of the expensiver dense matrix matrix routine with the specialized versions. Depending on the transform nodes in the scenegraph this change gives a noticable improovement. For example the osgforest code using the MatrixTransform is about 20% slower than the same codepath using the PositionAttitudeTransform instead of the MatrixTransform with this patch applied. If I remember right, the sse type optimizations did *not* provide a factor 4 improovement. Also these changes are totally independent of any cpu or instruction set architecture. So I would prefer to have this current kind of change instead of some hand coded and cpu dependent assembly stuff. If we need that hand tuned stuff, these can go on top of this changes which must provide than hand optimized additional variants for the specialized versions to give a even better result in the end. An other change included here is a change to rotation matrix from quaterion code. There is a sqrt call which couold be optimized away. Since we divide in effect by sqrt(length)*sqrt(length) which is just length ... " 2008-09-17 14:23 robert * examples/osgwidgetlabel/osgwidgetlabel.cpp, examples/osgwidgetwindow/osgwidgetwindow.cpp: Updated osgwidget examples to use the new osg::clone() methods 2008-09-17 14:23 robert * src/osgWrappers/genwrapper.conf, src/osgWrappers/osgWidget/Box.cpp, src/osgWrappers/osgWidget/Canvas.cpp, src/osgWrappers/osgWidget/EventInterface.cpp, src/osgWrappers/osgWidget/Frame.cpp, src/osgWrappers/osgWidget/Label.cpp, src/osgWrappers/osgWidget/Table.cpp, src/osgWrappers/osgWidget/ViewerEventHandlers.cpp, src/osgWrappers/osgWidget/Widget.cpp, src/osgWrappers/osgWidget/Window.cpp, src/osgWrappers/osgWidget/WindowManager.cpp: Updated wrappers of osgWidget 2008-09-17 14:21 robert * include/osgWidget/Box, include/osgWidget/Canvas, include/osgWidget/EventInterface, include/osgWidget/Frame, include/osgWidget/Label, include/osgWidget/Table, include/osgWidget/UIObjectParent, include/osgWidget/ViewerEventHandlers, include/osgWidget/Widget, include/osgWidget/Window: Tweaks to facilitate osgWrapper build 2008-09-17 14:21 robert * include/osg/Object: Introduce new templated clone(..) methods that return the correct type of object cloned. 2008-09-17 11:43 robert * CMakeModules/FindOurDCMTK.cmake, src/osgPlugins/dicom/CMakeLists.txt: Added support for finding DCMTK-3.5.4 installed lib/include placement 2008-09-16 18:41 robert * doc/Doxyfiles/all_Doxyfile, doc/Doxyfiles/auto_Doxyfile, doc/Doxyfiles/core_Doxyfile, doc/Doxyfiles/custom_Footer.html, doc/Doxyfiles/doxyfile.cmake, src/osgWrappers/CMakeLists.txt, src/osgWrappers/osg/Geometry.cpp, src/osgWrappers/osgTerrain/Layer.cpp, src/osgWrappers/osgVolume, src/osgWrappers/osgVolume/Export.cpp: Added osgVolume to docs and wrappers 2008-09-16 15:32 robert * examples/osgvolume/CMakeLists.txt, examples/osgvolume/osgvolume.cpp, include/osgVolume, include/osgVolume/Export, include/osgVolume/ImageUtils, include/osgVolume/Version, src/CMakeLists.txt, src/osgVolume, src/osgVolume/CMakeLists.txt, src/osgVolume/ImageUtils.cpp, src/osgVolume/Version.cpp: Introduced beginings of osgVolume NodeKit. 2008-09-16 15:31 robert * src/osgPlugins/dicom/ReaderWriterDICOM.cpp: Complted the first pass at the DCMTK based dicom loader 2008-09-16 09:31 robert * examples/osgmovie/osgmovie.cpp: Change the GLSL textureRec and texture2D parameters to use .st to make sure they only use 2D coords. Add setResizeNonPowerOfTwoHint to false for Texture2D. 2008-09-15 19:59 robert * CMakeLists.txt, CMakeModules/FindOurDCMTK.cmake, examples/osgvolume/osgvolume.cpp, src/osgPlugins/CMakeLists.txt, src/osgPlugins/dicom/CMakeLists.txt, src/osgPlugins/dicom/ReaderWriterDICOM.cpp: Added optional usage of DCMTK in the dicom plugin 2008-09-15 11:27 robert * include/osgTerrain/Layer: From Ralf Habacker, removed redundent SwitchLayer::clear() 2008-09-14 10:31 robert * include/osg/Geometry, src/osg/Geometry.cpp, src/osgUtil/Simplifier.cpp: Introduced Geometry::containsSharedArrays() and Geometry::duplicateSharedArrays() to support a fix to the osgUtil::Simplifier that couldn't handle shared arrays 2008-09-13 13:38 robert * examples/osgvolume/osgvolume.cpp: Added reading of whole directories of images 2008-09-13 09:09 robert * include/osg/TransferFunction, src/osg/TransferFunction.cpp, src/osgWrappers/osg/TransferFunction.cpp: Introduced TransferFunction1D::assign(ValueMap&). 2008-09-12 15:41 robert * examples/osgvolume/osgvolume.cpp: Removed use of ints and reading from gl_FragColor in shader 2008-09-11 16:11 robert * CMakeLists.txt, include/osg/Version, packaging/pkgconfig/openscenegraph.pc: Updated version numbers in prep for up comming dev release 2008-09-11 16:06 robert * CMakeLists.txt, ChangeLog: Added an svn update into the make ChangeLog entry. 2008-09-11 16:01 robert * src/osgWrappers/osg/Image.cpp, src/osgWrappers/osgTerrain/Layer.cpp, src/osgWrappers/osgTerrain/TerrainTile.cpp: Updated wrappers 2008-09-11 14:28 robert * include/osgTerrain/Layer, src/osgTerrain/Layer.cpp, src/osgTerrain/TerrainTile.cpp: Refinements to SwitchLayer and WhiteListTileLoadedCallback 2008-09-11 14:27 robert * src/osgTerrain/GeometryTechnique.cpp: Added support for SwitchLayer into GeometryTechnique 2008-09-11 13:21 robert * examples/osgmultitexturecontrol/osgmultitexturecontrol.cpp, include/osgTerrain/Layer, include/osgTerrain/TerrainTile, src/osgTerrain/TerrainTile.cpp: Introduced osgTerrain::WhiteListTileLoadedCallback for the management of options terrain layers 2008-09-11 10:40 robert * examples/osgmultitexturecontrol/osgmultitexturecontrol.cpp: First cut of WhiteListTileLoadedCallback 2008-09-11 09:26 robert * src/osg/Image.cpp: Changed the createGeodeFromImage code to use the non power of two extension, and disabled mipmapping 2008-09-11 09:05 robert * examples/osgimagesequence/osgimagesequence.cpp: Added support for reading source image file names from the command line. 2008-09-10 18:11 robert * examples/osgmultitexturecontrol/osgmultitexturecontrol.cpp, include/osgTerrain/TerrainTile, src/osgPlugins/ive/DataInputStream.cpp, src/osgPlugins/ive/ImageLayer.cpp, src/osgPlugins/ive/TerrainTile.cpp, src/osgPlugins/osgTerrain/ImageLayer.cpp, src/osgPlugins/osgTerrain/TerrainTile.cpp, src/osgTerrain/TerrainTile.cpp: Introduced TerrainTile::TileLoadedCallback 2008-09-10 16:17 robert * src/osgPlugins/osgTerrain/ImageLayer.cpp: Removed unneccessary compound name usage 2008-09-10 11:38 robert * src/osgPlugins/ive/DataOutputStream.cpp: Removed debugging output 2008-09-10 11:28 robert * src/osgPlugins/osgTerrain/ImageLayer.cpp: Changed the image reading so that it leverages the osgDB::Input::readImage() method to ensure that it picks up on any local paths set on the Input object. 2008-09-10 11:27 robert * src/osgPlugins/osg/ReaderWriterOSG.cpp: Changed the path management so that the node path is prepended on the database path list, rather than replacing it. 2008-09-10 11:27 robert * examples/osgimagesequence/osgimagesequence.cpp: Added playing of the imagesequence on creation of the imagesequence 2008-09-10 11:26 robert * include/osg/Image, src/osg/Image.cpp, src/osgPlugins/ive/DataOutputStream.cpp, src/osgPlugins/ive/DataOutputStream.h, src/osgPlugins/ive/Image.cpp, src/osgPlugins/ive/ImageLayer.cpp, src/osgPlugins/ive/IveVersion.h, src/osgPlugins/ive/ReaderWriterIVE.cpp, src/osgPlugins/ive/TextureCubeMap.cpp: Added osg::Image::set/getWriteHint() that allows images themselves to control how they are written to disk, either inline or as an external file. Added support for this in the .ive plugin. Default of WriteHint is NO_PREFERNCE, in which case it's up to the reader/writer to decide. 2008-09-04 17:30 robert * src/osg/ImageSequence.cpp: Fix for when looping is is disabled 2008-09-04 14:23 shuber * Xcode/OpenSceneGraph/OpenSceneGraph.xcodeproj/project.pbxproj: From Stephan Huber: updated XCode-project 2008-09-02 16:13 robert * src/osgDB/Registry.cpp, src/osgPlugins/xine/ReaderWriterXine.cpp: Added acceptance of .ogv extensions in xine-lib plugin 2008-09-02 12:55 robert * include/osgTerrain/Layer: Added setSetName/getSetName() methods 2008-09-01 16:28 robert * ChangeLog: Update ChangeLog 2008-09-01 15:29 robert * src/osgPlugins/ive/ShapeAttributeList.cpp: Replaced uint with unsigned int 2008-09-01 15:27 robert * CMakeLists.txt: Introduced a OSG_MAINTAINER section of cmake build to help support making tags and branches 2008-09-01 14:05 robert * src/osgWrappers/osgWidget/Window.cpp: Updated wrappers 2008-09-01 14:03 robert * include/osgWidget/Window, src/osgWidget/Window.cpp: Changed curr and min to current and minimum respectively, to avoid compile problems under Windows 2008-09-01 12:40 robert * src/osgPlugins/ive/CMakeLists.txt, src/osgPlugins/ive/DataInputStream.cpp, src/osgPlugins/ive/DataInputStream.h, src/osgPlugins/ive/DataOutputStream.cpp, src/osgPlugins/ive/DataOutputStream.h, src/osgPlugins/ive/IveVersion.h, src/osgPlugins/ive/Object.cpp, src/osgPlugins/ive/ReadWrite.h: Implemented support for ShapeAttributeList, used John Vidar Larring's initial submission as a base, but implementing the user data functionality in a different way to facilitate more flexible user data support 2008-09-01 12:39 robert * src/osgPlugins/ive/ShapeAttributeList.cpp, src/osgPlugins/ive/ShapeAttributeList.h: From John Vidar Larring, initial cut of .ive support for ShapeAttributeList user data 2008-09-01 11:09 robert * CMakeLists.txt, include/osg/Version, packaging/pkgconfig/openscenegraph.pc: Updated version for 2.7.2 dev release 2008-09-01 10:49 robert * src/osgWrappers/osgSim/ShapeAttribute.cpp, src/osgWrappers/osgTerrain/Layer.cpp: Updated wrappers 2008-09-01 10:48 robert * include/osgSim/ShapeAttribute: Added call to free in setValue methods to prevent potential memory leak 2008-09-01 10:46 robert * include/osgSim/ShapeAttribute: From Mathias Froehilch,"Current include/osgSim/ShapeAttribute also misses string.h include because of strdup. Attached is the changed file." 2008-09-01 10:22 robert * src/osgUtil/SceneView.cpp: From He Sicong, "I found a bug here in VERTICAL_SPLIT stereo type: The vertical separation not actually displayed as it is set. So some display the up and down stereo images style will not be correct. Someone may forget to change the "Horizontal" to "Vertical" after copying and pasting the code from above HORIZONTAL_SPLIT code segment. I've attached the file. By replacing the incorrect "Horizontal" to "Vertical", the bug is gone. " 2008-09-01 10:19 robert * examples/osgviewerGTK/osgviewerGTK.cpp: Removed std:: from in front of strcmp and added a string.h 2008-09-01 10:06 robert * include/osgSim/ShapeAttribute, src/osgViewer/ViewerEventHandlers.cpp: From Wojciech Lewandowski, "Most recent changes to CameraPathEventHandler change path writing method. Now control points are written on the fly. But default stream precision is not adjusted as it used to and remains set to 6 digits (at least with VS 2008) so larger coordinates like positions on Earth Ellipsoid loose lots of fidelity. This patch fixes this issue. " 2008-09-01 09:57 robert * include/osg/Texture3D, include/osgTerrain/Layer: Build fixes for Windows 2008-08-29 09:28 robert * include/osgTerrain/Layer, src/osgTerrain/Layer.cpp: Added CompositeLayer::addLayer(setname,filename) convinience function 2008-08-29 09:26 robert * src/osgPlugins/quicktime/QTUtils.cpp: From Michael Guerrero, "I've attached the files with the new addition of the "registered = true" flag set." 2008-08-28 16:15 robert * include/osgTerrain/Layer, src/osgPlugins/ive/CompositeLayer.cpp, src/osgPlugins/ive/SwitchLayer.cpp, src/osgPlugins/osgTerrain/CompositeLayer.cpp, src/osgPlugins/osgTerrain/HeightFieldLayer.cpp, src/osgPlugins/osgTerrain/ImageLayer.cpp, src/osgPlugins/osgTerrain/SwitchLayer.cpp, src/osgTerrain/Layer.cpp: Introduce the concept of layer set name, using the osg::Object::s/getName() to store the setname, and using a compound string (set:setname:filename) in place of standard filename when reading and writing files. 2008-08-28 09:43 robert * include/osg/AutoTransform, src/osg/AutoTransform.cpp, src/osgWrappers/osg/AutoTransform.cpp, src/osgWrappers/osgTerrain/Layer.cpp: Converted AutoTransform to use doubles. 2008-08-27 10:13 robert * include/osgTerrain/Layer, src/osgPlugins/ive/CMakeLists.txt, src/osgPlugins/ive/DataInputStream.cpp, src/osgPlugins/ive/DataOutputStream.cpp, src/osgPlugins/ive/Layer.cpp, src/osgPlugins/ive/ReadWrite.h, src/osgPlugins/ive/SwitchLayer.cpp, src/osgPlugins/ive/SwitchLayer.h, src/osgPlugins/osgTerrain/CMakeLists.txt, src/osgPlugins/osgTerrain/SwitchLayer.cpp, src/osgTerrain/Layer.cpp: Introduced SwitchLayer which will form the basis of provided support for varients 2008-08-26 17:40 robert * examples/osgvolume/osgvolume.cpp, src/osgPlugins/dicom/ReaderWriterDICOM.cpp: Improved the GLSL implementation. 2008-08-26 12:55 robert * AUTHORS.txt, CMakeLists.txt, ChangeLog, README.txt: Added ChangeLog target for updating the ChangeLog, and updated the ChangeLog and AUTHORS files 2008-08-26 12:05 robert * CMakeLists.txt, genwrapper.conf, src/osgWrappers/Doxyfile.template, src/osgWrappers/genwrapper.conf: Added wrapper build target for generating the osgWrappers 2008-08-26 09:39 robert * src/osgText/TextBase.cpp: Added provisional block in computePositions() 2008-08-26 08:41 robert * src/osgPlugins/quicktime/QTUtils.h: From Ulrich Hertlein, attached is a small fix for a mismatched function signature 2008-08-25 16:44 robert * CMakeLists.txt, ChangeLog, include/osg/Version, packaging/pkgconfig/openscenegraph.pc: Updated version number for 2.7.1 release, and added OSG_FORCE_QUERY_RESULT_AVAILABLE_BEFORE_RETRIEVAL Cmake option that enables the occlusion query workaround for an OpenGL driver crash 2008-08-25 16:43 robert * src/osg/OcclusionQueryNode.cpp: From Doug McCorkle, via Paul Martz who writes : "Summary: Some platforms/configurations cause application crashes if the occlusion query result is not ready for retrieval when the app tries to retrieve it. This fix adds an application-level wait loop to ensure the result is ready for retrieval. This code is not compiled by default; add "-D FORCE_QUERY_RESULT_AVAILABLE_BEFORE_RETRIEVAL" to get this code. Full, gory details, to the best of my recollection: The conditions under which we encountered this issue are as follows: 64-bit processor, Mac/Linux OS, multiple NVIDIA GPUs, multiple concurrent draw threads, VRJuggler/SceneView-based viewer, and a scene graph containing OcclusionQueryNodes. Todd wrote a small test program that produces an almost instant crash in this environment. We verified the crash does not occur in a similar environment with a 32-bit processor, but we have not yet tested on Windows and have not yet tested with osgViewer. The OpenGL spec states clearly that, if an occlusion query result is not yet ready, an app can go ahead and attempt to retrieve it, and OpenGL will simply block until the result is ready. Indeed, this is how OcclusionQueryNode is written, and this has worked fine on several platforms and configurations until Todd's test program. By trial and error and dumb luck, we were able to workaround the crash by inserting a wait loop that forces the app to only retrieve the query after OpenGL says it is available. As this should not be required (OpenGL should do this implicitly, and more efficiently), the wait loop code is not compiled by default. Developers requiring this work around must explicitly add "-D FORCE_QUERY_RESULT_AVAILABLE_BEFORE_RETRIEVAL" to the compile options to include the wait loop." 2008-08-25 15:57 robert * src/osgPlugins/ive/AnisotropicLighting.cpp, src/osgPlugins/ive/AnisotropicLighting.h, src/osgPlugins/ive/BumpMapping.cpp, src/osgPlugins/ive/BumpMapping.h, src/osgPlugins/ive/CMakeLists.txt, src/osgPlugins/ive/Cartoon.cpp, src/osgPlugins/ive/Cartoon.h, src/osgPlugins/ive/DataInputStream.cpp, src/osgPlugins/ive/DataOutputStream.cpp, src/osgPlugins/ive/Effect.cpp, src/osgPlugins/ive/Effect.h, src/osgPlugins/ive/ReadWrite.h, src/osgPlugins/ive/Scribe.cpp, src/osgPlugins/ive/Scribe.h, src/osgPlugins/ive/SpecularHighlights.cpp, src/osgPlugins/ive/SpecularHighlights.h: From Liang Aibin, added support for : osgFX::Effect osgFX::AnisotropicLighting osgFX::BumpMapping osgFX::Cartoon osgFX::Scribe osgFX::SpecularHighlights. 2008-08-25 15:37 robert * src/osgPlugins/ive/DataInputStream.cpp, src/osgPlugins/ive/DataOutputStream.cpp: From Liang Aibin, removed redundent spaces 2008-08-25 15:20 robert * src/osgPlugins/quicktime/MovieData.cpp, src/osgPlugins/quicktime/MovieData.h, src/osgPlugins/quicktime/QTUtils.cpp: From Michael Guerrero, Fixed crash that occurred when openning an new movie file after all previous movie ImageStream had been closed. Also add a missing close of the movie file. 2008-08-25 15:03 robert * src/osgPlugins/OpenFlight/FltExportVisitor.cpp: From Paul Martz, "This change fixes a problem with PAT nodes during FLT export." Note, Paul Martz has merged this patch into OpenSceneGraph-2.6. 2008-08-25 14:59 robert * src/osgPlugins/osg/CMakeLists.txt, src/osgPlugins/osg/StateAttribute.cpp: From Guillaume Chouvenc, "I have added the file StateAttribute.cpp in src/osgPlugins/osg to support the reading and writing of StateAttribute Callback in osg files. " 2008-08-25 14:54 robert * src/osgPlugins/osg/StateSet.cpp, src/osgPlugins/osg/Uniform.cpp: From Guillaume Chouvenc, "I have modified Uniform.cpp and StateSet.cpp in src/osgPlugins/osg to support the reading and writing of Uniform Callback and StateSet Callback in osg files." 2008-08-25 11:37 robert * examples/osgvolume/osgvolume.cpp: Added testing of max texture size using a realize operation 2008-08-25 10:38 robert * examples/osgvolume/osgvolume.cpp: Added support for event handler for non shader path, enable alpha func 2008-08-25 10:38 robert * src/osg/StateSet.cpp: Removed debug info 2008-08-25 10:20 robert * src/osg/ClipNode.cpp, src/osg/LightSource.cpp, src/osg/StateSet.cpp, src/osg/TexGenNode.cpp: Moved _stateset = new StateSet instances to setStateSet(new StateSet) to make sure the wiring up of the StateSet parents is done consistently 2008-08-25 09:53 robert * examples/osgvolume/osgvolume.cpp: Added command line arguments to Viewer constructor, and added meaningful error message when no 3d image is provided 2008-08-22 16:39 robert * CMakeLists.txt, src/osgDB/Registry.cpp, src/osgPlugins/CMakeLists.txt, src/osgPlugins/dicom, src/osgPlugins/dicom/CMakeLists.txt, src/osgPlugins/dicom/ReaderWriterDICOM.cpp: Introduced initial cut of a dicom loader, which uses ITK to do the loading. 2008-08-22 16:37 robert * src/osg/KdTree.cpp: Added warning message 2008-08-22 16:35 robert * examples/osgvolume/osgvolume.cpp: Added support for reading the image transform from UserData in the form of a Matrix. 2008-08-19 17:41 robert * src/osg/KdTree.cpp: Added checked against an empty _kdNodes list before commensing with intersection 2008-08-18 15:08 robert * examples/osgvolume/osgvolume.cpp: Added --mip command line option which enables Maximum Intensity Projection filtering 2008-08-18 15:06 robert * src/osgPlugins/ive/BlendEquation.cpp, src/osgPlugins/ive/BlendEquation.h, src/osgPlugins/ive/CMakeLists.txt, src/osgPlugins/ive/DataInputStream.cpp, src/osgPlugins/ive/DataOutputStream.cpp, src/osgPlugins/ive/ReadWrite.h: Added .ive support for BlendEquation 2008-08-18 14:49 robert * src/osgPlugins/osg/BlendEquation.cpp, src/osgPlugins/osg/CMakeLists.txt: Added BlendEquation .osg support 2008-08-18 12:39 robert * AUTHORS.txt, applications/osgversion/osgversion.cpp: Updated AUTHORS file for 2.7.0 release 2008-08-18 11:55 robert * ChangeLog: Updated ChangeLog for 2.7.0 release 2008-08-18 11:48 robert * src/osgWrappers/osgWidget/StyleManager.cpp: Updated wrappers 2008-08-18 11:21 robert * include/osgWidget/StyleManager, src/osgWidget/StyleManager.cpp: From Sergey Leontyev, "1. In StyleManager when applying styles to a Label element the code below runs in a infinite loop. The reason for this is that nothing increments the Reader "r" in the case when applying a style to label, so I advance the reader when no match was found. ( To replicate the error apply style to any label) replaced this: while(!r.eof()) if(_styles[style]->applyStyle(t, r)) inc = true; with this: while(!r.eof()) { if(_styles[style]->applyStyle(t, r)) inc = true; else r.advanceOverCurrentFieldOrBlock(); } I tested it and it works well for me, I did not find any problems with it. 2. Added style support for Canvas element, event though there is no styles to apply yet. It is usefull for someone who inherits from Canvas class to develop another element. If applyStyle(Canvas) does not exist there is no way to apply style to the element that inherited from Canvas element. Added virtual bool applyStyle(Canvas). and in added call to apply style if the Object is of type Canvas: StyleManager::_applyStyleToObject(osg::Object* obj, const std::string& style) { ... else if(!std::string("Canvas").compare(c)) return _coerceAndApply(obj,style,c); " 2008-08-18 11:17 robert * src/osgWidget/Box.cpp, src/osgWidget/Canvas.cpp, src/osgWidget/Frame.cpp, src/osgWidget/Input.cpp, src/osgWidget/Label.cpp, src/osgWidget/Lua.cpp, src/osgWidget/Python.cpp, src/osgWidget/StyleManager.cpp, src/osgWidget/Table.cpp, src/osgWidget/Util.cpp, src/osgWidget/Version.cpp, src/osgWidget/ViewerEventHandlers.cpp, src/osgWidget/Widget.cpp, src/osgWidget/Window.cpp, src/osgWidget/WindowManager.cpp: Ran fixtabs to enforce four space tabs 2008-08-18 11:00 robert * doc/Doxyfiles/doxyfile.cmake, include/osg/AnimationPath, include/osg/Camera, include/osgUtil/CullVisitor, include/osgWidget/StyleInterface, src/osgWrappers/osg/PagedLOD.cpp, src/osgWrappers/osgDB/DatabasePager.cpp, src/osgWrappers/osgDB/ImagePager.cpp, src/osgWrappers/osgViewer/GraphicsWindow.cpp: From Erik van Dekker, "I made several modifications: * The cause of my errors was that my OSG source directory path contains spaces. To fix this issue I wrapped all paths with quotes, as stated in doxygen documentation. * I also received some warning messages about deprecated doxygen settings, which I fixed by updating the doxygen file, i.e. running \u2018doxygen \u2013u doxygen.cmake\u2018. By running this command deprecated doxygen options are removed, some option comments have changed and quite some options have been added (I kept their default settings unless mentioned). * I was surprised to find that the doxygen OUTPUT_DIRECTORY was set to \u201c${OpenSceneGraph_SOURCE_DIR}/doc\u201d, which does not seem appropriate for out of source builds; I changed this to \u201c${OpenSceneGraph_BINARY_DIR}/doc\u201d. (On the other hand, maybe a cmake selectable option should be given to the user?) * Fixed two warnings I received about unexpected end-of-list-markers in \u2018osg\AnimationPath and \u2018osgUtil\CullVisitor due to excess trailing points in comments. * Fixed a warning in osgWidget\StyleInterface due to an #include directive (strangely) placed inside a namespace. * Fixed a warning in osg\Camera due to the META_Object macro that confused doxygen. Adding a semi-colon fixed this. * Removed auto_Mainpage from the INCLUDE option, because I am positive that this file does not belong there; It never generated useful documentation anyway. * I added the OSG version number environment variable to the PROJECT_NUMBER option so that the version number is now shown on the main page of generated documentation (e.g. index.html). * Changed option FULL_PATH_NAMES to YES, but made sure STRIP_FROM_PATH stripped the absolute path until the include dir. This fixed an issue that created mangled names for identical filenames in different directories. E.g. osg/Export and osgDB/Export are now correctly named. * Changed option SHOW_DIRECTORIES to yes, which is a case of preference I guess. " 2008-08-18 10:47 robert * include/osg/ShapeDrawable: Removed todo entry 2008-08-17 16:52 robert * include/osg/PagedLOD, include/osgDB/DatabasePager, include/osgDB/ImagePager, src/osg/PagedLOD.cpp, src/osgDB/DatabasePager.cpp, src/osgDB/ImagePager.cpp, src/osgViewer/CompositeViewer.cpp, src/osgViewer/Viewer.cpp: From Maceij Krol, "I have implement frame based expiration of PagedLOD children. New attribute DatabasePager::_expiryFrames sets number of frames a PagedLOD child is kept in memory. The attribute is set with DatabasePager::setExpiryFrames method or OSG_EXPIRY_FRAMES environmental variable. New attribute PagedLOD::PerRangeData::_ frameNumber contains frame number of last cull traversal. Children of PagedLOD are expired when time _AND_ number of frames since last cull traversal exceed OSG_EXPIRY_DELAY _AND_ OSG_EXPIRY_FRAMES respectively. By default OSG_EXPIRY_FRAMES = 1 which means that nodes from last cull/rendering traversal will not be expired even if last cull time exceeds OSG_EXPIRY_DELAY. Setting OSG_EXPIRY_FRAMES = 0 revokes previous behaviour of PagedLOD. Setting OSG_EXPIRY_FRAMES > 0 fixes problems of children reloading in lazy rendering applications. Required behaviour is achieved by manipulating OSG_EXPIRY_DELAY and OSG_EXPIRY_FRAMES together. Two interface changes are made: DatabasePager::updateSceneGraph(double currentFrameTime) is replaced by DatabasePager::updateSceneGraph(const osg::FrameStamp &frameStamp). The previous method is in #if 0 clause in the header file. Robert, decide if You want to include it. PagedLOD::removeExpiredChildren(double expiryTime, NodeList &removedChildren) is deprecated (warning is printed), when subclassing use PagedLOD::removeExpiredChildren(double expiryTime, int expiryFrame, NodeList &removedChildren) instead. " 2008-08-17 16:45 robert * src/osgSim/OverlayNode.cpp: 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. My fix updates the camera's render target implementation for all OverlayData objects in the OverlayDataMap." 2008-08-15 17:35 robert * src/osgUtil/RenderStage.cpp: From Paul Palumbo, "Fixes a typo in coverage antialiasing code... Without this fix, get incorrect antialiasing results. " 2008-08-15 17:32 robert * include/osgViewer/GraphicsWindow, include/osgViewer/api/Win32/GraphicsWindowWin32, include/osgViewer/api/X11/GraphicsWindowX11, src/osgViewer/GraphicsWindowWin32.cpp, src/osgViewer/GraphicsWindowX11.cpp: From Jutta Sauer, "We added a raise window method to GraphicsWindow. And added two implementations for Win32 and X11. " 2008-08-15 17:26 robert * CMakeLists.txt, include/osg/Version, packaging/pkgconfig/openscenegraph.pc: Updated version numbers in prep for next dev release 2008-08-15 17:25 robert * src/osgUtil/SceneView.cpp: From Frashid Larshkari, "I modified the vertical/horizontal interlace stereo modes so that they use the osg::State::applyMode for enabling/disabling certain while rendering the stencil mask. Previously some of these calls were overriding the scene graph states because the global state was not aware of this change. " 2008-08-15 17:18 robert * src/osgPlugins/ive/IveVersion.h, src/osgPlugins/ive/Program.cpp: Added support for geometry shader attributes 2008-08-15 16:43 robert * src/osgPlugins/osg/Program.cpp: From Stephane Lamoliatte, "I added the osg::Program parameters support for the osg plug'in. Now we could correctly configure geometry shaders in osg files." Notes from Robert Osfield, renamed the names of the parameters to be less GL centric and more human readable. 2008-08-15 16:21 robert * examples/osgimagesequence/osgimagesequence.cpp, include/osg/ImageSequence, src/osg/ImageSequence.cpp, src/osgPlugins/ive/ImageSequence.cpp, src/osgPlugins/osg/ImageSequence.cpp, src/osgWrappers/osg/ImageSequence.cpp: Changed osg::ImageSequence::set/getDuration to set/getLength() to be in keeping with the osg::ImageStream's getLength(). 2008-08-15 13:07 robert * examples/osgmovie/osgmovie.cpp: Fixed the name of _playToggle 2008-08-15 13:06 robert * src/osgWrappers/osg/ImageSequence.cpp, src/osgWrappers/osg/ImageStream.cpp, src/osgWrappers/osgUtil/IntersectionVisitor.cpp: Updated wrappers 2008-08-15 12:45 robert * examples/osgimagesequence/osgimagesequence.cpp, include/osg/ImageSequence, include/osg/ImageStream, src/osg/ImageSequence.cpp: Further work on osg::ImageSequence, improving pause functionality, and introducing new seek(double time) method 2008-08-14 16:29 robert * include/osg/ImageSequence, src/osg/ImageSequence.cpp: Added initial looping and pause play support 2008-08-14 16:28 robert * examples/osgimagesequence/osgimagesequence.cpp: Added event handler to toggling looping and play/pause 2008-08-14 14:22 robert * include/osgUtil/IntersectionVisitor, src/osgUtil/IntersectionVisitor.cpp: Implemented a reference eye point and associated methods in support of intersecting billboards 2008-08-05 20:05 robert * README.txt: From Eric Sokolowski, added OSX release notes to READEME 2008-08-05 20:05 robert * doc/Doxyfiles/auto_Doxyfile, doc/Doxyfiles/core_Doxyfile, doc/Doxyfiles/doxyfile.cmake: Added osgWidget to doc building 2008-08-05 19:17 robert * include/osgFX/Export, include/osgIntrospection/Export, include/osgManipulator/Export, include/osgParticle/Export, include/osgShadow/Export, include/osgSim/Export, include/osgTerrain/Export, include/osgText/Export, include/osgWidget/Export: Improved the doxygen docs over the various namespaces 2008-08-05 16:05 robert * CMakeLists.txt: From Eric Sokolowki, disabled default build of 64bit under OSX to prevent build problems 2008-08-05 15:27 robert * AUTHORS.txt, NEWS.txt, applications/osgversion/osgversion.cpp: Merged from OpenSceneGraph-2.6 branch 2008-08-05 15:11 robert * src/osg/Notify.cpp: Added NullStream class that automatically creates and delete the NullStreamBuffer, thus fixing a memory leak 2008-08-05 15:06 robert * src/osgViewer/CMakeLists.txt: 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 11:17 robert * CMakeLists.txt, include/osg/AutoTransform, include/osg/Version, include/osgShadow/ParallelSplitShadowMap, src/osgPlugins/ive/AutoTransform.cpp, src/osgPlugins/osg/AutoTransform.cpp, src/osgShadow/ParallelSplitShadowMap.cpp, src/osgWrappers/osg/AutoTransform.cpp: Merged changes to OpenSceneGraph-2.6 into trunk using : svn merge -r 8729:8734 http://www.openscenegraph.org/svn/osg/OpenSceneGraph/branches/OpenSceneGraph-2.6 . 2008-08-04 20:48 robert * packaging/pkgconfig/openscenegraph.pc: Added -losgWidget to the list of libs 2008-08-04 17:08 robert * include/osg/GLExtensions: From Sherman Wilcox, "Minor change to bool setGLExtensionFuncPtr(T& t, const char* str1) and setGLExtensionFuncPtr(T& t, const char* str1, const char* str2) - functions returned false even on success." 2008-08-04 15:09 robert * AUTHORS.txt: Updated AUTHORS file 2008-08-04 15:08 robert * ChangeLog: Updated ChangeLog 2008-08-04 15:08 robert * NEWS.txt: Updated news for 2.6.0 release rc2 2008-08-04 14:01 robert * include/osg/FrameBufferObject: From Philip Lowman, workaround of Centos 5's missing definition of GL_MAX_SAMPLES_EXT. 2008-08-04 12:47 robert * src/osgParticle/PrecipitationEffect.cpp: Moved initial drawable setup to within the mutex locked section to avoid multi-threaded crash on startup. 2008-08-04 12:27 robert * src/osg/Texture3D.cpp: Removed debug info 2008-08-04 09:05 robert * src/osgPlugins/quicktime/QTImportExport.cpp: 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. I'm a bit puzzled why this didn't pop up for more people as it's quite severe: basically the filename was never set!"" 2008-08-04 08:45 robert * src/osgUtil/LineSegmentIntersector.cpp: Added a small epsilon expansion of the bounding box being clipped/intersected against, to avoid numberic errors causing problems. 2008-08-03 20:35 robert * src/osgGA/TerrainManipulator.cpp: Improved the terrain intersection code so that it produces more stable terrain movements. 2008-08-03 16:57 robert * include/osgUtil/Optimizer, include/osgViewer/api/Win32/GraphicsWindowWin32, include/osgWidget/Window, src/OpenThreads/win32/Win32ConditionPrivateData.h, src/OpenThreads/win32/Win32Thread.cpp, src/osgUtil/Optimizer.cpp, src/osgViewer/GraphicsWindowWin32.cpp: 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 16:48 robert * src/osg/KdTree.cpp: Moved bb expansion out of loop. 2008-07-25 21:09 robert * AUTHORS.txt, ChangeLog, applications/osgversion/osgversion.cpp: Updated ChangeLog and AUTHORS.txt file for relese candidate 2008-07-25 21:01 robert * CMakeLists.txt, include/osg/Version, packaging/pkgconfig/openscenegraph.pc: Updated version numbers to 2.6.0 2008-07-25 21:00 robert * NEWS.txt, README.txt: Updated REAME and NEWS for 2.6 branch 2008-07-25 20:50 robert * src/osgWidget/StyleManager.cpp, src/osgWidget/Widget.cpp: Updated wrappers 2008-07-25 20:50 robert * examples/osgwidgetcanvas/osgwidgetcanvas.cpp, examples/osgwidgetshader/osgwidgetshader.cpp, include/osgWidget/EventInterface, include/osgWidget/StyleManager, include/osgWidget/Widget, include/osgWidget/Window, include/osgWidget/WindowManager, src/osgWrappers/osgWidget/EventInterface.cpp, src/osgWrappers/osgWidget/StyleManager.cpp, src/osgWrappers/osgWidget/Widget.cpp, src/osgWrappers/osgWidget/Window.cpp, src/osgWrappers/osgWidget/WindowManager.cpp: Renamed enums in osgWidget from ALLCAPITALS to normal OSG conventional of AllCapital 2008-07-25 20:49 robert * src/osgWrappers/osgDB/PluginQuery.cpp: Added PluginQuery function to wrappers 2008-07-25 20:04 robert * include/osgWidget/Box, include/osgWidget/Canvas, include/osgWidget/EventInterface, include/osgWidget/Export, include/osgWidget/Frame, include/osgWidget/Input, include/osgWidget/Label, include/osgWidget/Lua, include/osgWidget/Python, include/osgWidget/ScriptEngine, include/osgWidget/StyleInterface, include/osgWidget/StyleManager, include/osgWidget/Table, include/osgWidget/Types, include/osgWidget/UIObjectParent, include/osgWidget/Util, include/osgWidget/ViewerEventHandlers, include/osgWidget/Widget, include/osgWidget/Window, include/osgWidget/WindowManager, src/osgWrappers/osgWidget/StyleManager.cpp, src/osgWrappers/osgWidget/ViewerEventHandlers.cpp: Added OSGPL Copyright notices 2008-07-25 19:57 robert * include/osgWidget/Box, include/osgWidget/Canvas, include/osgWidget/EventInterface, include/osgWidget/Frame, include/osgWidget/Input, include/osgWidget/Label, include/osgWidget/Lua, include/osgWidget/Python, include/osgWidget/ScriptEngine, include/osgWidget/StyleInterface, include/osgWidget/StyleManager, include/osgWidget/Table, include/osgWidget/UIObjectParent, include/osgWidget/Util, include/osgWidget/ViewerEventHandlers, include/osgWidget/Widget, include/osgWidget/Window, include/osgWidget/WindowManager: Restructured classes to better fit with style of the rest of the OSG. 2008-07-25 19:53 robert * include/osgDB/PluginQuery: Added include to help wrapper building 2008-07-25 18:44 robert * src/osg/ImageSequence.cpp: Improved handling of PAGE_AND_RETAIN_IMAGES 2008-07-25 17:42 robert * include/osg/ImageSequence, src/osg/ImageSequence.cpp, src/osgPlugins/ive/ImageSequence.cpp, src/osgWrappers/osg/ImageSequence.cpp, src/osgWrappers/osg/Node.cpp: Reverted back to using std::list 2008-07-25 16:23 robert * src/osg/ImageSequence.cpp, src/osgPlugins/osg/ImageSequence.cpp: Added Mode support 2008-07-25 16:11 robert * include/osg/ImageSequence, include/osg/NodeVisitor, include/osgDB/ImagePager, src/osg/ImageSequence.cpp, src/osgDB/ImagePager.cpp, src/osgWrappers/osg/ImageSequence.cpp, src/osgWrappers/osg/Node.cpp, src/osgWrappers/osg/NodeVisitor.cpp, src/osgWrappers/osgDB/ImagePager.cpp: Updated wrappers, and further refined the ImageSequence API 2008-07-25 15:45 robert * src/osgPlugins/obj/ReaderWriterOBJ.cpp, src/osgPlugins/obj/obj.cpp, src/osgPlugins/obj/obj.h: 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. The following link shows a very comprehensive list of .mtl file options: http://local.wasp.uwa.edu.au/~pbourke/dataformats/mtl/ Attached is a patch that should fix spacey filenames and optional texture scale/offset. I have tested it with files I have that I modified to contain spaces in the texture filenames." 2008-07-25 15:38 shuber * Xcode/OpenSceneGraph/OpenSceneGraph.xcodeproj/project.pbxproj, Xcode/OpenSceneGraph/osgimagesequence-Info.plist, Xcode/OpenSceneGraph/osgwidgetmenu-Info.plist: From Stephan Huber: updated XCode-project 2008-07-25 13:45 robert * include/osg/ImageSequence, include/osgDB/ImagePager, src/osg/ImageSequence.cpp, src/osgDB/ImagePager.cpp, src/osgPlugins/ive/CMakeLists.txt, src/osgPlugins/ive/DataInputStream.cpp, src/osgPlugins/ive/DataInputStream.h, src/osgPlugins/ive/DataOutputStream.cpp, src/osgPlugins/ive/DataOutputStream.h, src/osgPlugins/ive/ImageSequence.cpp, src/osgPlugins/ive/ImageSequence.h, src/osgPlugins/ive/IveVersion.h, src/osgPlugins/ive/ReadWrite.h, src/osgPlugins/ive/Texture1D.cpp, src/osgPlugins/ive/Texture2D.cpp, src/osgPlugins/ive/Texture3D.cpp, src/osgPlugins/ive/TextureCubeMap.cpp, src/osgPlugins/ive/TextureRectangle.cpp: Added ImageSequence to .ive plugin, added support for multiple ImageThreads in osgDB::ImagePager 2008-07-25 10:18 robert * applications/osgconv/CMakeLists.txt, applications/osgconv/PluginQuery.cpp, applications/osgconv/PluginQuery.h, applications/osgconv/osgconv.cpp, include/osgDB/PluginQuery, src/osgDB/CMakeLists.txt, src/osgDB/PluginQuery.cpp: Moved PluginQuery from osgconv into osgDB 2008-07-25 10:18 robert * src/osgPlugins/freetype/ReaderWriterFreeType.cpp: Added extension docs 2008-07-25 09:46 robert * src/osgPlugins/shp/ESRIShapeReaderWriter.cpp: Added option docs 2008-07-24 17:38 robert * applications/osgconv/PluginQuery.cpp: Added missing returns 2008-07-24 13:25 robert * src/osgPlugins/ive/ReaderWriterIVE.cpp: 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 12:48 robert * src/osgWrappers/osgUtil/CullVisitor.cpp: Updated wrappers 2008-07-24 12:47 robert * include/osgUtil/CullVisitor: Added getCurrentCamera/getCurrentRenderStage methods 2008-07-24 12:18 robert * src/osgUtil/CullVisitor.cpp: Added a getCurrentRenderStage() and getCurrentCamera() convninience methods, and converted the CullVisitor::apply(OcclusionQueryNode&) implementation to use the new getCurrentCamera method. 2008-07-24 12:06 robert * applications/osgconv/PluginQuery.cpp: Improved the feedback for when a plugin isn't available. 2008-07-24 12:01 robert * src/osgPlugins/obj/ReaderWriterOBJ.cpp: Added supportOptions() entry docs 2008-07-24 12:01 robert * applications/osgconv/PluginQuery.cpp, applications/osgconv/PluginQuery.h, applications/osgconv/osgconv.cpp: Added --format extname and --plugin pluginname extensions, and improved formating 2008-07-24 11:22 robert * src/osgPlugins/obj/obj.cpp: From Bob Kuehne, "fix for filenames that have spaces within their name." Note form Robert, changed std::cout to osg::notify(osg::INFO) 2008-07-23 22:19 robert * genwrapper.conf, src/osgWrappers/osgSim/OverlayNode.cpp: Updated wrappers 2008-07-23 22:19 robert * include/osgSim/OverlayNode, src/osgSim/OverlayNode.cpp: Refactored OverlayData so that its possible to subclass OverlayNode/OverlayData. 2008-07-23 21:52 robert * src/osgWrappers/osg/ImageSequence.cpp, src/osgWrappers/osg/NodeVisitor.cpp, src/osgWrappers/osgDB/ImagePager.cpp: Added wrappers 2008-07-23 21:49 robert * include/osgDB/ImagePager, src/osgDB/ImagePager.cpp: Moved helper classes into Protected section 2008-07-23 21:25 robert * src/osg/OcclusionQueryNode.cpp, src/osgUtil/CullVisitor.cpp: From Paul Martz, typo fixes 2008-07-23 19:06 robert * src/osgPlugins/svg/ReaderWriterSVG.cpp: Applied filename fix suggested by Andrew Bettison. 2008-07-23 19:04 robert * include/osg/ImageSequence, include/osg/NodeVisitor, include/osgDB/ImagePager, src/osg/ImageSequence.cpp, src/osgDB/ImagePager.cpp: Implemented ImagePager internals 2008-07-23 15:42 robert * include/osg/PolygonMode, src/osg/PolygonMode.cpp: Fixed unitialized variable 2008-07-22 20:20 robert * include/osg/ImageSequence, src/osg/ImageSequence.cpp: Further work on ImageSequence 2008-07-22 16:44 robert * examples/osgimagesequence/osgimagesequence.cpp, include/osg/ImageSequence, src/osg/ImageSequence.cpp, src/osgPlugins/osg/ImageSequence.cpp: Added support for pruning old images, recording the Duration in the .osg file, and -o filename output support in osgimagesequence. 2008-07-22 15:58 robert * examples/osgmovie/osgmovie.cpp: Improved position when multiple videos are provided 2008-07-22 15:21 robert * src/osgWrappers/osg/StateAttribute.cpp, src/osgWrappers/osg/Texture.cpp: Updated wrappers 2008-07-22 14:47 robert * examples/osgimagesequence/osgimagesequence.cpp, src/osg/ImageSequence.cpp, src/osg/Texture.cpp, src/osgPlugins/osg/ImageSequence.cpp, src/osgPlugins/osg/TextureCubeMap.cpp: Fixed handling of TextureCubeMap's with mipmapped/ImageSequence/PBO's. 2008-07-22 12:40 robert * src/osgPlugins/osg/ImageSequence.cpp, src/osgPlugins/osg/Texture1D.cpp, src/osgPlugins/osg/Texture2D.cpp, src/osgPlugins/osg/Texture3D.cpp, src/osgPlugins/osg/TextureCubeMap.cpp, src/osgPlugins/osg/TextureRectangle.cpp: Added ImageSequence IO support in Texture classes 2008-07-22 12:28 robert * include/osg/ImageSequence, include/osg/StateAttribute, include/osg/Texture, src/osg/ImageSequence.cpp, src/osg/Texture1D.cpp, src/osg/Texture2D.cpp, src/osg/Texture2DArray.cpp, src/osg/Texture3D.cpp, src/osg/TextureCubeMap.cpp, src/osg/TextureRectangle.cpp: Added support for ImageSequence to all Texture classes 2008-07-22 10:13 robert * src/osgUtil/Optimizer.cpp: Disabled the setting of Texture::setUnrefImageOnApply(true) when the imagery is an ImageStream. 2008-07-22 09:02 robert * src/osgWidget/WindowManager.cpp: From Mario Valle, "The attached osgWidget source solves three compilation warnings on VC 7.1 on WindowsXP (OSG 2.5.5). BTW the construct is absolutely legal C++, but VC 7.1 has a different idea..." 2008-07-21 23:42 robert * include/osgViewer/ViewerEventHandlers, src/osgViewer/ScreenCaptureHandler.cpp, src/osgWrappers/osgUtil/Tessellator.cpp, src/osgWrappers/osgUtil/TriStripVisitor.cpp, src/osgWrappers/osgViewer/ViewerEventHandlers.cpp: Moved osgViewer::ScreenCaptureHandler's WindowCaptureCallback from head into .cpp to clean up headers and avoid wrapper build issues. Updated wrappers 2008-07-21 22:38 robert * include/osgUtil/TriStripVisitor: Removed the reducent non const get methods 2008-07-21 21:28 robert * applications/osgviewer/osgviewer.cpp, include/osgViewer/ViewerEventHandlers, src/osgViewer/ScreenCaptureHandler.cpp: From Jean-Sebastien Guay, "Changes attached so that the CaptureOperation is passed in the constructor of the ScreenCaptureHandler (default 0 = default CaptureOperation). This way, you can do: viewer.addEventHandler(new osgViewer::ScreenCaptureHandler( new osgViewer::WriteToFileCaptureOperation("filename", "jpg"))); and the filename will be what you want. The WriteToFileCaptureOperation will add the context ID and the file number (if in SEQUENTIAL_NUMBER mode) to the file name. (The attached also clarifies some notify messages, and corrects the comment when adding the handler in osgviewer.cpp) I also remembered, the current architecture could allow a different CaptureOperation for each context, but currently the API only allows setting one CaptureOperation for all contexts. This could be improved if need be. " 2008-07-21 21:20 robert * include/osgUtil/Tessellator, include/osgUtil/TriStripVisitor: From Ruth Lang, "using osg version 2.5.5 and compiling my program under OpenSUSE 11.0 with gcc (version 4.3.1) I got the following error message in include/osgUtil/TriStripVisitor and Tessellator error: type qualifiers ignored on function return type The errors belong all to a INLINE function definition. Find attached my modified version." 2008-07-21 21:17 robert * src/osgPlugins/lwo/Surface.cpp, src/osgPlugins/lwo/Surface.h: From Mario Valle, signed/unsgined warning fix 2008-07-21 21:00 robert * examples/osgimagesequence/osgimagesequence.cpp, include/osg/Image, include/osg/ImageSequence, include/osg/NodeVisitor, include/osgDB/ImagePager, src/osg/ImageSequence.cpp, src/osgDB/ImagePager.cpp, src/osgViewer/CompositeViewer.cpp, src/osgViewer/Renderer.cpp, src/osgViewer/Viewer.cpp, src/osgWrappers/osg/Image.cpp, src/osgWrappers/osg/NodeVisitor.cpp: Further work on osg::ImageSequence/osgDB::ImagePager 2008-07-21 20:44 robert * CMakeLists.txt, include/osg/Version, packaging/pkgconfig/openscenegraph.pc: Upated version number for dev release 2008-07-21 19:23 robert * src/osgPlugins/OpenFlight/Record.cpp, src/osgPlugins/OpenFlight/Record.h: Moved the ~Record body into the .cpp to avoid a MipsPro compile error (due to a compiler bug) 2008-07-21 17:45 robert * src/osgDB/ImagePager.cpp: Added call to OpenThreads::Thread::cancel(); 2008-07-21 17:39 robert * src/osgWrappers/osg/Image.cpp, src/osgWrappers/osgDB/Registry.cpp: Updated wrappers 2008-07-21 17:28 robert * examples/osgimagesequence/osgimagesequence.cpp, include/osg/Image, include/osg/ImageSequence, include/osg/ImageStream, src/osg/ImageSequence.cpp, src/osgWrappers/osg/Image.cpp, src/osgWrappers/osg/ImageStream.cpp: Added basic image sequencing 2008-07-21 17:27 robert * include/osgDB/Registry: Added non const getAuthenticationMap(). 2008-07-21 16:17 robert * src/osgPlugins/tiff/ReaderWriterTIFF.cpp: Moved the if (!buffer) check to infront of the memory initialization 2008-07-21 15:05 robert * examples/osgmultitexturecontrol/osgmultitexturecontrol.cpp: Added --login http authentication. 2008-07-21 15:04 robert * applications/osgviewer/osgviewer.cpp: Added --login url username password http authentication option 2008-07-21 10:57 robert * examples/CMakeLists.txt, examples/osgimagesequence, examples/osgimagesequence/CMakeLists.txt, examples/osgimagesequence/osgimagesequence.cpp, include/osg/ImageSequence, src/osg/ImageSequence.cpp: Initial cut of osgimagesequence example 2008-07-21 10:48 shuber * Xcode/OpenSceneGraph/OpenSceneGraph.xcodeproj/project.pbxproj, Xcode/OpenSceneGraph/osgwidgetmenu-Info.plist: From Stephan Huber: updated XCode-project 2008-07-21 10:10 robert * include/osgDB/ImagePager, src/osgDB/ImagePager.cpp, src/osgWrappers/osg/ImageStream.cpp, src/osgWrappers/osgViewer/Scene.cpp, src/osgWrappers/osgViewer/View.cpp, src/osgWrappers/osgViewer/ViewerEventHandlers.cpp: Added ImagePager first cut, and updated wrappers 2008-07-21 09:55 robert * src/osgPlugins/osg/CMakeLists.txt, src/osgPlugins/osg/ImageSequence.cpp: Added first cut of ImageStream IO wrapper 2008-07-21 09:47 robert * include/osgViewer/Scene, include/osgViewer/View, src/osgDB/CMakeLists.txt, src/osgDB/DatabasePager.cpp, src/osgViewer/CompositeViewer.cpp, src/osgViewer/Scene.cpp, src/osgViewer/View.cpp, src/osgViewer/Viewer.cpp: First cut of osgDB::ImagePager for updating osg::ImageSequence 2008-07-21 09:46 robert * include/osg/ImageSequence, include/osg/ImageStream, src/osg/CMakeLists.txt, src/osg/ImageSequence.cpp: First cut of osg::ImageSequence class 2008-07-18 21:17 robert * src/osgWidget/CMakeLists.txt: From Adrain Elgi, added osgGA to link list 2008-07-18 11:39 robert * src/osgDB/Field.cpp: Introduce a custom atof function that always assumes data comes in form 10.10 with the full stop used as a decimal place. 2008-07-17 16:12 robert * applications/osgviewer/osgviewer.cpp, include/osgViewer/ViewerEventHandlers, src/osgViewer/CMakeLists.txt, src/osgViewer/ScreenCaptureHandler.cpp: From Jean-Sebastien Guay and Robert Osfiled, osgViewer::ScreenCaptureHandler for taking screenshots 2008-07-17 14:25 robert * AUTHORS.txt, applications/osgversion/osgversion.cpp: Updated version and AUTHORS.txt for 2.5.5 release 2008-07-17 14:18 robert * README.txt: Updated ChangeLog for 2.5.5 release 2008-07-17 14:13 robert * src/osgWrappers/osg/View.cpp, src/osgWrappers/osgViewer/ViewerBase.cpp: Updated wrappers 2008-07-17 13:51 robert * include/osg/View, include/osgViewer/ViewerBase, src/osg/View.cpp, src/osgPlugins/normals/Normals.cpp, src/osgPlugins/normals/ReaderWriterNormals.cpp, src/osgPlugins/stl/ReaderWriterSTL.cpp, src/osgPlugins/x/ReaderWriterDirectX.cpp: From Ulrich Hertlein, "attached are some minor tweaks: - fixed typos in osgViewer/ViewerBase - const-ness in include/osg/View findSlaveIndexForCamera - supported options for STL reader, fixed return values to reflect proper errors - supported options for DirectX reader, fixed return values - normals pseudo-loader: scaling normals to a const (but variable) fraction of the bounding sphere radius " 2008-07-17 13:32 robert * ChangeLog: Updated ChangeLog 2008-07-17 13:23 shuber * Xcode/OpenSceneGraph/OpenSceneGraph.xcodeproj/project.pbxproj: From Stephan Huber: updated XCode project 2008-07-17 12:26 robert * src/osgWrappers/osgDB/AuthenticationMap.cpp, src/osgWrappers/osgDB/ReaderWriter.cpp, src/osgWrappers/osgDB/Registry.cpp: Updated wrappers 2008-07-17 12:13 robert * include/osgDB/AuthenticationMap, include/osgDB/ReaderWriter, src/osgDB/AuthenticationMap.cpp, src/osgDB/CMakeLists.txt, src/osgDB/ReaderWriter.cpp: Moved AuthenticalMap/AuthenticationDetails out in their own files 2008-07-17 11:55 robert * include/osgDB/ReaderWriter, include/osgDB/Registry, src/osgDB/ReaderWriter.cpp, src/osgPlugins/curl/ReaderWriterCURL.cpp, src/osgPlugins/curl/ReaderWriterCURL.h: Added osgDB::AuthenticationMap/Details to osgDB and curl plugin to add the ability to authenticate http transfers 2008-07-16 19:07 robert * Xcode/OpenSceneGraph/OpenSceneGraph.xcodeproj/project.pbxproj: Removed net plugin for Xcode projects 2008-07-16 16:19 robert * src/osgDB/Registry.cpp, src/osgPlugins/CMakeLists.txt: Moved .net plugin out into Deprecated section of osg svn repostitory 2008-07-16 16:19 robert * src/osgWidget/WindowManager.cpp: Fixed path to font 2008-07-16 16:05 robert * src/osgFX/Cartoon.cpp: Set the default setting of LineWidth to 2.0 to ensure that old default behavior is maintained. 2008-07-16 16:04 robert * src/osgFX/Cartoon.cpp: From Vincent Bourdier, removed line with setWidth(2.0) as this code prevents user settings of line with. 2008-07-16 15:58 robert * src/osgFX/MultiTextureControl.cpp: Cleaned up the updateStateSet code 2008-07-16 15:58 robert * examples/osgmultitexturecontrol/osgmultitexturecontrol.cpp: Refactored the MultiTextureControl node callback so that the update is now done as an update callback, with the elevation aquired via a cull callback 2008-07-16 13:29 robert * src/osgWrappers/osg/KdTree.cpp: Updated wrappers 2008-07-16 13:26 robert * include/osg/KdTree, src/osg/KdTree.cpp: Changed int's to unsigned int's to avoid warnings 2008-07-16 13:23 robert * src/osg/Texture1D.cpp, src/osg/Texture2D.cpp, src/osg/Texture2DArray.cpp, src/osg/Texture3D.cpp, src/osg/TextureCubeMap.cpp, src/osg/TextureRectangle.cpp: Moved the _textureObjectBuffer assignment to after the imagery has been download to avoid crashes under multi-threaded compile of texture objects (was causing a crash with 3D Textures, but is something that would happen with other Texture types as well.) 2008-07-16 12:53 shuber * Xcode/OpenSceneGraph/OpenSceneGraph.xcodeproj/project.pbxproj, Xcode/OpenSceneGraph/osgWidget.plist: From Stephan Huber: updated XCode-project, included osgWidget-Framework 2008-07-16 11:40 robert * src/osg/KdTree.cpp: Removed a division by precomputing the associated values 2008-07-15 22:30 robert * examples/osgwidgetaddremove/osgwidgetaddremove.cpp, examples/osgwidgetframe/osgwidgetframe.cpp, examples/osgwidgetinput/osgwidgetinput.cpp, examples/osgwidgetlabel/osgwidgetlabel.cpp, examples/osgwidgetmenu/osgwidgetmenu.cpp, examples/osgwidgetnotebook/osgwidgetnotebook.cpp, examples/osgwidgetscrolled/osgwidgetscrolled.cpp, examples/osgwidgetshader/osgwidgetshader.cpp: From Jeremy Moles, Updated file references to reflect new data in OpenSceneGraph-Data 2008-07-15 22:13 robert * src/osgWrappers/osgWidget, src/osgWrappers/osgWidget/Box.cpp, src/osgWrappers/osgWidget/Canvas.cpp, src/osgWrappers/osgWidget/EventInterface.cpp, src/osgWrappers/osgWidget/Export.cpp, src/osgWrappers/osgWidget/Frame.cpp, src/osgWrappers/osgWidget/Input.cpp, src/osgWrappers/osgWidget/Label.cpp, src/osgWrappers/osgWidget/Lua.cpp, src/osgWrappers/osgWidget/Python.cpp, src/osgWrappers/osgWidget/ScriptEngine.cpp, src/osgWrappers/osgWidget/StyleInterface.cpp, src/osgWrappers/osgWidget/StyleManager.cpp, src/osgWrappers/osgWidget/Table.cpp, src/osgWrappers/osgWidget/Types.cpp, src/osgWrappers/osgWidget/ViewerEventHandlers.cpp, src/osgWrappers/osgWidget/Widget.cpp, src/osgWrappers/osgWidget/Window.cpp, src/osgWrappers/osgWidget/WindowManager.cpp: Added osgWidget wrappers 2008-07-15 22:03 robert * examples/osgwidgetaddremove/osgwidgetaddremove.cpp, examples/osgwidgetframe/osgwidgetframe.cpp, examples/osgwidgetinput/osgwidgetinput.cpp, examples/osgwidgetlabel/osgwidgetlabel.cpp, examples/osgwidgetmenu/osgwidgetmenu.cpp, examples/osgwidgetnotebook/osgwidgetnotebook.cpp, examples/osgwidgetscrolled/osgwidgetscrolled.cpp, examples/osgwidgetshader/osgwidgetshader.cpp: Converted tabs to four spaces 2008-07-15 21:28 robert * src/osg/KdTree.cpp: Fixed typo 2008-07-15 20:30 robert * include/osgWidget/Widget, include/osgWidget/Window: Moved the private sections int protected to allow subclasses acces to all methods/members. Moved public section to top of the class definition to make it more consistent with the rest of the OSG. 2008-07-15 19:42 robert * src/osgPlugins/osgWidget/CMakeLists.txt: Fixed name of lib 2008-07-15 19:28 robert * src/osgPlugins/OpenFlight/ReaderWriterFLT.cpp: Changed IMPORT to "Import option", and "EXPORT:" to "Export option:" in supportsOptions() docs make it a little more friendly and understandable 2008-07-15 19:26 robert * src/osgPlugins/OpenFlight/ReaderWriterFLT.cpp: From Paul Martz, "Here's documentation for the export options of the FLT plugin. I also labeled the import options as such." 2008-07-15 19:24 robert * CMakeLists.txt, include/osg/Version, packaging/pkgconfig/openscenegraph.pc: Updated version number to 2.5.5 in prep for dev release 2008-07-15 19:24 robert * include/osgWidget/Version, src/osgWidget/Version.cpp: Changed the version setup code to be consistent with the rest of the OSG 2008-07-15 19:23 robert * examples/CMakeLists.txt, examples/osgwidgetversion: Removed now redundent example 2008-07-15 19:02 robert * src/osgPlugins/vrml/CMakeLists.txt: From Gino van den Bergen, "The VRML plugin in the current 2.5.4 release will not compile under VC8.0 when the project file is generated using CMake 2.6. The attached CMakeLists.txt will fix this problem. The file replaces the CMakeLists.txt file in src/osgPlugins/vrml. NB: It is assumed that the antlr and regex libs are located in $(OPENVRML_DIR)/lib. " 2008-07-15 18:53 robert * examples/osgwidgetaddremove/CMakeLists.txt, examples/osgwidgetbox/CMakeLists.txt, examples/osgwidgetcanvas/CMakeLists.txt, examples/osgwidgetframe/CMakeLists.txt, examples/osgwidgetinput/CMakeLists.txt, examples/osgwidgetlabel/CMakeLists.txt, examples/osgwidgetmenu/CMakeLists.txt, examples/osgwidgetnotebook/CMakeLists.txt, examples/osgwidgetscrolled/CMakeLists.txt, examples/osgwidgetshader/CMakeLists.txt, examples/osgwidgetstyled/CMakeLists.txt, examples/osgwidgettable/CMakeLists.txt, examples/osgwidgetversion/CMakeLists.txt, examples/osgwidgetwindow/CMakeLists.txt: From Jean-Sebastian Guay, "Here are the CMakeLists.txt files for the osgWidget examples, changed to use SETUP_EXAMPLE like the other examples." 2008-07-15 18:12 robert * examples/CMakeLists.txt: Fixed typo 2008-07-15 17:21 robert * examples/CMakeLists.txt, examples/osgwidgetaddremove, examples/osgwidgetaddremove/CMakeLists.txt, examples/osgwidgetaddremove/osgwidgetaddremove.cpp, examples/osgwidgetbox, examples/osgwidgetbox/CMakeLists.txt, examples/osgwidgetbox/osgwidgetbox.cpp, examples/osgwidgetcanvas, examples/osgwidgetcanvas/CMakeLists.txt, examples/osgwidgetcanvas/osgwidgetcanvas.cpp, examples/osgwidgetframe, examples/osgwidgetframe/CMakeLists.txt, examples/osgwidgetframe/osgwidgetframe.cpp, examples/osgwidgetinput, examples/osgwidgetinput/CMakeLists.txt, examples/osgwidgetinput/osgwidgetinput.cpp, examples/osgwidgetlabel, examples/osgwidgetlabel/CMakeLists.txt, examples/osgwidgetlabel/osgwidgetlabel.cpp, examples/osgwidgetmenu, examples/osgwidgetmenu/CMakeLists.txt, examples/osgwidgetmenu/osgwidgetmenu.cpp, examples/osgwidgetnotebook, examples/osgwidgetnotebook/CMakeLists.txt, examples/osgwidgetnotebook/osgwidgetnotebook.cpp, examples/osgwidgetscrolled, examples/osgwidgetscrolled/CMakeLists.txt, examples/osgwidgetscrolled/osgwidgetscrolled.cpp, examples/osgwidgetshader, examples/osgwidgetshader/CMakeLists.txt, examples/osgwidgetshader/osgwidgetshader.cpp, examples/osgwidgetstyled, examples/osgwidgetstyled/CMakeLists.txt, examples/osgwidgetstyled/osgwidgetstyled.cpp, examples/osgwidgettable, examples/osgwidgettable/CMakeLists.txt, examples/osgwidgettable/osgwidgettable.cpp, examples/osgwidgetversion, examples/osgwidgetversion/CMakeLists.txt, examples/osgwidgetversion/osgwidgetversion.cpp, examples/osgwidgetwindow, examples/osgwidgetwindow/CMakeLists.txt, examples/osgwidgetwindow/osgwidgetwindow.cpp, include/osgWidget, include/osgWidget/Box, include/osgWidget/Canvas, include/osgWidget/EventInterface, include/osgWidget/Export, include/osgWidget/Frame, include/osgWidget/Input, include/osgWidget/Label, include/osgWidget/Lua, include/osgWidget/Python, include/osgWidget/ScriptEngine, include/osgWidget/StyleInterface, include/osgWidget/StyleManager, include/osgWidget/Table, include/osgWidget/Types, include/osgWidget/UIObjectParent, include/osgWidget/Util, include/osgWidget/Version, include/osgWidget/ViewerEventHandlers, include/osgWidget/Widget, include/osgWidget/Window, include/osgWidget/WindowManager, src/CMakeLists.txt, src/osgPlugins/CMakeLists.txt, src/osgPlugins/osgWidget, src/osgPlugins/osgWidget/Box.cpp, src/osgPlugins/osgWidget/CMakeLists.txt, src/osgPlugins/osgWidget/EmbeddedWindow.cpp, src/osgPlugins/osgWidget/Frame.cpp, src/osgPlugins/osgWidget/Input.cpp, src/osgPlugins/osgWidget/Label.cpp, src/osgPlugins/osgWidget/Table.cpp, src/osgPlugins/osgWidget/Widget.cpp, src/osgPlugins/osgWidget/WindowManager.cpp, src/osgWidget, src/osgWidget/Box.cpp, src/osgWidget/CMakeLists.txt, src/osgWidget/Canvas.cpp, src/osgWidget/Frame.cpp, src/osgWidget/Input.cpp, src/osgWidget/Label.cpp, src/osgWidget/Lua.cpp, src/osgWidget/Python.cpp, src/osgWidget/StyleManager.cpp, src/osgWidget/Table.cpp, src/osgWidget/Util.cpp, src/osgWidget/Version.cpp, src/osgWidget/ViewerEventHandlers.cpp, src/osgWidget/Widget.cpp, src/osgWidget/Window.cpp, src/osgWidget/WindowManager.cpp: From Jeremy Moles, import of the osgWidget NodeKit, sourced from the original http://osgwidget.googlecode.com/svn/trunk Notes from Robert Osfield, I've merged osgWidget trunk, and added/changed CMakeLists.txt file to make it suitable for inclusion in the core OSG, and moved imagery/scripts/shaders out into OpenSceneGraph-Data 2008-07-15 14:24 robert * src/osgWrappers/osg/FrameBufferObject.cpp: Updated wrappers 2008-07-15 14:24 robert * include/osg/FrameBufferObject, src/osg/FrameBufferObject.cpp: From Art Trevs, Removed GLeunm version setAttachment() to avoid ambigiuity with whether to enable MRT. 2008-07-15 14:15 robert * include/osgDB/Archive, src/osgDB/Archive.cpp: Renamed Archive::ArchiveStatus to ReaderWriter::ArchiveStatus 2008-07-15 10:45 robert * src/osgWrappers/osgDB/Archive.cpp, src/osgWrappers/osgDB/ReaderWriter.cpp, src/osgWrappers/osgDB/Registry.cpp: Updated wrappers 2008-07-15 09:55 robert * include/osgDB/ReaderWriter, include/osgDB/Registry, src/osgShadow/ShadowVolume.cpp: Missing check-ins 2008-07-14 20:22 robert * applications/osgconv/PluginQuery.cpp, applications/osgconv/PluginQuery.h, applications/osgconv/osgconv.cpp: Added --plugins and --formats query support into osgconv to help with querying the available plugins and the file formats/protocols they support 2008-07-14 20:11 robert * src/osgPlugins/ac/ac3d.cpp: Added missing ac3d supportsExtensions() constructor 2008-07-14 08:48 robert * applications/osgconv/CMakeLists.txt, applications/osgconv/PluginQuery.cpp, applications/osgconv/PluginQuery.h, applications/osgconv/osgconv.cpp: Added initial cut at plugin query code 2008-07-13 22:18 robert * src/osgDB/ReaderWriter.cpp, src/osgPlugins/3dc/ReaderWriter3DC.cpp, src/osgPlugins/3ds/ReaderWriter3DS.cpp, src/osgPlugins/Inventor/ReaderWriterIV.cpp, src/osgPlugins/Inventor/ReaderWriterIV.h, src/osgPlugins/OpenFlight/ReaderWriterATTR.cpp, src/osgPlugins/OpenFlight/ReaderWriterFLT.cpp, src/osgPlugins/bmp/ReaderWriterBMP.cpp, src/osgPlugins/bsp/ReaderWriterQ3BSP.cpp, src/osgPlugins/cfg/ReaderWriterCFG.cpp, src/osgPlugins/curl/ReaderWriterCURL.cpp, src/osgPlugins/dae/ReaderWriterDAE.h, src/osgPlugins/dds/ReaderWriterDDS.cpp, src/osgPlugins/dw/ReaderWriterDW.cpp, src/osgPlugins/dxf/ReaderWriterDXF.cpp, src/osgPlugins/gdal/ReaderWriterGDAL.cpp, src/osgPlugins/geo/ReaderWriterGEO.cpp, src/osgPlugins/gif/ReaderWriterGIF.cpp, src/osgPlugins/glsl/ReaderWriterGLSL.cpp, src/osgPlugins/hdr/ReaderWriterHDR.cpp, src/osgPlugins/jp2/ReaderWriterJP2.cpp, src/osgPlugins/jpeg/ReaderWriterJPEG.cpp, src/osgPlugins/logo/ReaderWriterLOGO.cpp, src/osgPlugins/lwo/ReaderWriterLWO.cpp, src/osgPlugins/lws/ReaderWriterLWS.cpp, src/osgPlugins/md2/ReaderWriterMD2.cpp, src/osgPlugins/net/ReaderWriterNET.cpp, src/osgPlugins/normals/ReaderWriterNormals.cpp, src/osgPlugins/obj/ReaderWriterOBJ.cpp, src/osgPlugins/ogr/ReaderWriterOGR.cpp, src/osgPlugins/osgShadow/ReaderWriterOsgShadow.cpp, src/osgPlugins/osgTerrain/ReaderWriterOsgTerrain.cpp, src/osgPlugins/osgViewer/ReaderWriterOsgViewer.cpp, src/osgPlugins/osga/ReaderWriterOSGA.cpp, src/osgPlugins/osgtgz/ReaderWriterOSGTGZ.cpp, src/osgPlugins/pfb/ReaderWriterPFB.cpp, src/osgPlugins/pic/ReaderWriterPIC.cpp, src/osgPlugins/png/ReaderWriterPNG.cpp, src/osgPlugins/pnm/ReaderWriterPNM.cpp, src/osgPlugins/quicktime/ReaderWriterQT.cpp, src/osgPlugins/rot/ReaderWriterROT.cpp, src/osgPlugins/scale/ReaderWriterSCALE.cpp, src/osgPlugins/stl/ReaderWriterSTL.cpp, src/osgPlugins/svg/ReaderWriterSVG.cpp, src/osgPlugins/tga/ReaderWriterTGA.cpp, src/osgPlugins/tgz/ReaderWriterTGZ.cpp, src/osgPlugins/tiff/ReaderWriterTIFF.cpp, src/osgPlugins/trans/ReaderWriterTRANS.cpp, src/osgPlugins/txf/ReaderWriterTXF.cpp, src/osgPlugins/txp/ReaderWriterTXP.h, src/osgPlugins/vrml/ReaderWriterVRML2.h, src/osgPlugins/x/ReaderWriterDirectX.cpp, src/osgPlugins/xine/ReaderWriterXine.cpp, src/osgPlugins/zip/ReaderWriterZIP.cpp: Converted plugins to use the new supportsExtension()/supportsOptions/supportsProtocl() methods to help enable better querying of supported features 2008-07-13 15:24 robert * include/osgDB/FileNameUtils, include/osgDB/ReaderWriter, src/osgDB/FileNameUtils.cpp, src/osgDB/ReaderWriter.cpp, src/osgPlugins/curl/ReaderWriterCURL.cpp, src/osgPlugins/ive/ReaderWriterIVE.cpp, src/osgPlugins/osg/ReaderWriterOSG.cpp, src/osgPlugins/rgb/ReaderWriterRGB.cpp: Added new ReaderWriter methods for recording what protocols, extensions and options are support by ReaderWriters 2008-07-13 12:34 robert * src/osgPlugins/osg/CMakeLists.txt: From Paul Martz, removed uneccessary libraries from link line 2008-07-12 17:44 robert * README.txt: Updated date for 2.5.4 release 2008-07-12 17:30 robert * include/osg/KdTree: Added an OSG_EXPORT 2008-07-12 16:11 robert * AUTHORS.txt, applications/osgversion/osgversion.cpp: Updated Authors for dev release 2008-07-12 15:29 robert * ChangeLog: Updated ChangeLog for dev release 2008-07-12 12:00 robert * src/osgPlugins/obj/ReaderWriterOBJ.cpp, src/osgPlugins/obj/obj.cpp: From Doug McCorkle, "Attached is patch that corrects/improves the following issues with the OBJ loader: 1. Added options to control wether the osgUtil::Tessellator or osgUtil::TriStripVisitor are run. By default they still run just as before. 2. Added support for the Emissive material. The data was being read from the mtl file but was never being applied to the model. 3. This is the main bug addressed, when a model is read in with an alpha value specified like: newmtl Material__8 Ns 24 d 0.33 illum 2 Kd 0.204 0.204 0.204 Ks 0 0 0 Ka 0.153 0.153 0.153 where the alpha value is d. The loader would then overwrite the alpha value when reading the diffuse, specular, and ambient colors. I have changed all the material color readers to only set the values they read and to use the default colors specified in the constructor of the obj class. With these changes, the obj reader now handles opacity correctly if the alpha value is specified before the material colo" 2008-07-12 11:19 robert * examples/osgkdtree/CMakeLists.txt, examples/osgkdtree/fixeddivision.cpp, examples/osgkdtree/fixeddivision.h, examples/osgkdtree/osgkdtree.cpp, examples/osgkdtree/variabledivision.cpp, examples/osgkdtree/variabledivision.h: Cleaned up osgkdtree example 2008-07-11 20:01 robert * CMakeLists.txt, include/osg/Version, packaging/pkgconfig/openscenegraph.pc: Updated version numbers for dev release 2008-07-11 19:52 robert * examples/osgmanipulator/osgmanipulator.cpp: From Adrain Egli, "i added a default scene with 7 different draggers attached. it's more easy to test the draggers." 2008-07-11 19:43 robert * src/osgPlugins/tiff/ReaderWriterTIFF.cpp: From Christophe Loustaunau, "For our application, we need to write tiff file in floats. I have change a little bit the readerWritterTiff : It check the data type of the image ( img.getDataType() ) and if it's GL_FLOAT :It save the tiff with float values. Otherwise it does the same thing as before." 2008-07-11 19:23 robert * src/osgPlugins/ive/DataInputStream.cpp, src/osgPlugins/ive/DataOutputStream.cpp: From Liang Aibin, " In lastest svn version of OSG, the .ive plugin missing osg::Light, it does not process I/O for osg::Light. Now I have fixed it as follows: 2. In DataInputStream.cpp, I add support code in DataInputStream::readStateAttribute for osg::Light. 3. In DataOutputStream.cpp, I add support code in DataOutputStream::writeStateAttribute for osg::Light. " 2008-07-11 17:46 robert * src/osgPlugins/OpenFlight/Opcodes.h, src/osgPlugins/OpenFlight/ReaderWriterFLT.cpp: From Joakim Simmonson, "Opcodes.h: * Added INVALID_OP as -1 in the Opcodes enum. Note that INVALID_OP is not an actual opcode defined in the OpenFlight format. The purpose of INVALID_OP is to mark an opcode variable as invalid or uninitialized. ReaderWriterFLT.cpp: * The header node is returned if it exists, even if the file does not contain a node hierarchy. The old behaviour returned a ERROR_IN_READING_FILE error. * Changed opcodes initialized to -1 to the new enum value INVALID_OP." 2008-07-11 17:41 robert * src/osgPlugins/OpenFlight/AncillaryRecords.cpp, src/osgPlugins/OpenFlight/Document.cpp, src/osgPlugins/OpenFlight/Document.h, src/osgPlugins/OpenFlight/ExportOptions.cpp, src/osgPlugins/OpenFlight/FltExportVisitor.cpp, src/osgPlugins/OpenFlight/PaletteRecords.cpp, src/osgPlugins/OpenFlight/Pools.h, src/osgPlugins/OpenFlight/PrimaryRecords.cpp, src/osgPlugins/OpenFlight/RecordInputStream.cpp, src/osgPlugins/OpenFlight/VertexPaletteManager.cpp, src/osgPlugins/OpenFlight/VertexRecords.cpp, src/osgPlugins/OpenFlight/expAncillaryRecords.cpp, src/osgPlugins/OpenFlight/expGeometryRecords.cpp, src/osgPlugins/OpenFlight/expPrimaryRecords.cpp: From Joakim Simmonsson, fixed various spelling typos in comments 2008-07-11 17:35 robert * src/osgPlugins/ac/ac3d.cpp: From Mathias Froehlich, "Due to the recent data variance changes/discussion: Change the ac3d loader that can as such only deliver static models to set the data variance to static for the returned model. " 2008-07-11 17:07 robert * src/osgGA/DriveManipulator.cpp: Increased the buffer and fixed the buffer calculation when moving backwards into objects 2008-07-11 16:51 robert * src/osgUtil/LineSegmentIntersector.cpp: Updated KdTree code to refect new cleaned up API 2008-07-11 16:50 robert * src/osgViewer/View.cpp: Tweaked the KdTree intersection performance testing code block 2008-07-11 16:48 robert * src/osgWrappers/osg/KdTree.cpp: Updated wrappers 2008-07-11 16:48 robert * include/osg/KdTree, src/osg/KdTree.cpp: Moved the building and intersecting of the KdTree into the .cpp, and cleaned up the header to ready it for wider usage 2008-07-10 15:50 robert * include/osg/KdTree, src/osg/KdTree.cpp: Streamlined KdTree implementation 2008-07-09 19:43 robert * src/osgWrappers/osg/KdTree.cpp, src/osgWrappers/osgUtil/IntersectionVisitor.cpp: Updated wrappers 2008-07-09 19:42 robert * src/osg/KdTree.cpp: Cleaned up KdTree implementation 2008-07-09 19:41 robert * include/osg/KdTree: Reordered KdLeaf/KdNode so that the first element to be accessed is first in the data structure 2008-07-09 19:40 robert * include/osgUtil/IntersectionVisitor, src/osgUtil/IntersectionVisitor.cpp, src/osgUtil/LineSegmentIntersector.cpp: Introduced code for doing dummy test traversals - used for benchmarking KdTree code. 2008-07-09 19:28 robert * examples/osgpick/osgpick.cpp: Added range of camera manipulators and a center of screen test intersection that is insticated by pressing 'c' key 2008-07-09 19:26 robert * src/osgViewer/View.cpp: Introduce a intersecion performance testing code path, #if def'd out for now. 2008-07-09 12:37 robert * src/osgWrappers/osg/KdTree.cpp: Updated wrappers 2008-07-08 18:02 robert * include/osgUtil/IntersectionVisitor: Fixed set method 2008-07-08 17:35 robert * include/osgUtil/IntersectionVisitor, src/osgUtil/IntersectionVisitor.cpp, src/osgUtil/LineSegmentIntersector.cpp: Added optional control of whether to use KdTrees for intersections 2008-07-07 20:27 robert * include/osg/KdTree, src/osg/KdTree.cpp, src/osgUtil/LineSegmentIntersector.cpp: Implement hierachy culling in KdTree::intersect(..) 2008-07-07 14:27 robert * src/osgUtil/LineSegmentIntersector.cpp: Improved the handling of KdTree intersections 2008-07-07 13:21 robert * include/osg/KdTree, src/osg/KdTree.cpp, src/osgTerrain/GeometryTechnique.cpp, src/osgWrappers/osg/KdTree.cpp: Implemented intial KdTree triangle intersection code, but without culling implemented 2008-07-07 10:46 robert * src/osgDB/DatabasePager.cpp: Added KdTreeBuilder calls into FindCompileableGLObjectsVisitor, and an alternative path that explictly calls the KdTreeBuilde when required in cases when no pre compile of GL objects is required. 2008-07-07 09:40 robert * include/osg/KdTree, src/osg/KdTree.cpp: Changed types to avoid warnings under Windows 2008-07-06 18:27 robert * include/osg/KdTree, include/osgDB/DatabasePager, include/osgDB/Registry, src/osg/KdTree.cpp, src/osgDB/DatabasePager.cpp, src/osgDB/Registry.cpp, src/osgTerrain/GeometryTechnique.cpp, src/osgWrappers/osg/Geometry.cpp, src/osgWrappers/osgDB/DatabasePager.cpp, src/osgWrappers/osgDB/ReaderWriter.cpp, src/osgWrappers/osgDB/Registry.cpp, src/osgWrappers/osgGA/DriveManipulator.cpp, src/osgWrappers/osgGA/TerrainManipulator.cpp, src/osgWrappers/osgUtil/LineSegmentIntersector.cpp: Changed the DatabasePager so that it bypasses the Registry::readNode() method and calls readNodeImplementation() directly to avoid calling the KdTreeBuilder. Updated wrappers. 2008-07-06 12:14 robert * examples/osgkdtree/variabledivision.h, include/osg/KdTree, src/osg/KdTree.cpp: Moved KdTree build code into osg::KdTree 2008-07-05 17:29 robert * src/osgUtil/LineSegmentIntersector.cpp: Added handling of co-incident start and end points. 2008-07-05 16:39 robert * include/osgGA/DriveManipulator, include/osgGA/TerrainManipulator, src/osgGA/DriveManipulator.cpp, src/osgGA/TerrainManipulator.cpp: Ported intersection code to use new osgUtil::LineSegmentIntersector/IntersectionVisitor. 2008-07-04 19:16 robert * include/osgGA/TerrainManipulator, src/osg/KdTree.cpp, src/osgGA/TerrainManipulator.cpp: Converted TerrainManipulator to use osgUtil::InterectionVisitor rather than the old IntersectVisitor 2008-07-04 17:02 robert * src/osgUtil/LineSegmentIntersector.cpp: Added KdTree intersection support into LineSegmentIntersector 2008-07-04 15:57 robert * examples/osgkdtree/osgkdtree.cpp, include/osg/KdTree, include/osgDB/ReaderWriter, include/osgDB/Registry, src/osg/CMakeLists.txt, src/osg/KdTree.cpp, src/osgDB/Registry.cpp, src/osgTerrain/GeometryTechnique.cpp: Added prelimnary KdTree data structure and automatic kdtree build support into osgDB::Registry/osgTerrain so that newly created subgraphs can have KdTree built on all osg::Geometry automatically on load/creation. 2008-07-04 11:51 robert * include/osg/Geometry: Moved vertex indicies method into a single block with deprecated doc lines 2008-07-03 17:18 robert * examples/osgkdtree/variabledivision.cpp, examples/osgkdtree/variabledivision.h: Introduced bounding boxes to KDLeaf and KDNode structs 2008-07-03 15:49 robert * examples/osgkdtree/CMakeLists.txt, examples/osgkdtree/osgkdtree.cpp, examples/osgkdtree/variabledivision.cpp, examples/osgkdtree/variabledivision.h: Added new data structure + build algorithm that places triangles into leaves without being shared, but with varying the boundaries of leaves so that they may overlap. 2008-07-03 15:01 robert * src/osg/BufferObject.cpp: From Mario Valle, "xed the following warning on Linux 64 bits Athlon: /users/mvalle/OSG/OpenSceneGraph/src/osg/BufferObject.cpp: In member function `virtual void osg::ElementBufferObject::compileBuffer(osg::State&) const': /users/mvalle/OSG/OpenSceneGraph/src/osg/BufferObject.cpp:600: warning: cast to pointer from integer of different size" 2008-07-03 14:59 robert * src/osg/BufferObject.cpp: From Mario Valle, removed extraneous spaces 2008-07-03 11:23 robert * examples/osgkdtree/fixeddivision.h: Added header guards 2008-07-03 11:22 robert * examples/osgkdtree/CMakeLists.txt, examples/osgkdtree/fixeddivision.cpp, examples/osgkdtree/fixeddivision.h, examples/osgkdtree/osgkdtree.cpp: Refactored example so that the example will be able to run different kdtree data strucutres/algorithms. 2008-07-03 11:07 robert * CMakeLists.txt: From Eric Sokolowsky, "The check for Leopard to build 4-way binaries by default was broken. Here is an updated CMakeLists.txt file to fix the problem." 2008-07-03 10:24 robert * examples/osgkdtree/osgkdtree.cpp: Implement an experiemental triangle kdtree building support 2008-07-03 10:03 robert * src/osgText/FadeText.cpp: Set the DataVariance on FadeText to DYNAMIC to reflect their nature 2008-07-02 10:00 robert * src/osgWrappers/osgDB/SharedStateManager.cpp: Updated wrappers 2008-07-02 09:25 robert * include/osgDB/SharedStateManager, src/osgDB/SharedStateManager.cpp: Introduced support for UNSCPECIFIED and STATIC DataVariance of StateSet/Textures 2008-07-01 19:04 robert * src/osgPlugins/bmp/ReaderWriterBMP.cpp: From Colin McDonald, "There is a problem reading bmp files containing a colour palette, due to an incorrect scan line length calculation. Attached is a fix, and a little bmp file which demonstrates the problem." 2008-07-01 18:37 robert * src/osgPlugins/ive/CMakeLists.txt, src/osgPlugins/ive/DataInputStream.cpp, src/osgPlugins/ive/FadeText.cpp, src/osgPlugins/ive/FadeText.h, src/osgPlugins/ive/IveVersion.h, src/osgPlugins/ive/ReadWrite.h, src/osgPlugins/ive/Text.cpp, src/osgPlugins/ive/Text3D.cpp, src/osgPlugins/ive/Text3D.h: From Lilin Xiong, "I change ive plugin a little for osgText inout, so the ive plugin supports backdrop setting, and Text3D, FadeText inout : 1. in DataInputStream.cpp, add 1286--1293 lines; 2. in Text.cpp, add some code for text's Backdrop setting; 3. in IveVersion.h, add line 39, increase the VERSION to VERSION_028(line 41) 4. in ReadWrite.h, add line 146,147 5. add file FadeText.h, FadeText.cpp, Text3D.h, Text3D.cpp." 2008-07-01 13:56 robert * examples/osgkdtree/osgkdtree.cpp: Added Vec3Array arrange pointer to avoid dynamic cast 2008-07-01 09:40 robert * CMakeModules/CheckAtomicOps.cmake, src/osg/Referenced.cpp: From Mathias Froehlich, "It appears not to be sufficient to set a cmake variable to get a define in such a config file. Instead set that variable to 1. Also included a small compile fix, that appears to be required than ..." 2008-06-30 16:53 robert * src/osgUtil/RenderStage.cpp: Added guards against FBO not being supported/setup 2008-06-29 13:41 robert * README.txt: Updated README date for 2.5.3 dev release 2008-06-29 12:22 robert * include/osgUtil/Optimizer, src/osgUtil/Optimizer.cpp, src/osgWrappers/osgUtil/Optimizer.cpp: Changed the Optimizer::StateVisitor so that it can individually decide whether to optimize away duplicate state with dynamic, static and unspecified DataVarience. By default the code now optimizes away duplicate state with either static and unspecied state, previously it was just handling static state. 2008-06-28 16:59 robert * src/osgViewer/CompositeViewer.cpp, src/osgViewer/ViewerBase.cpp: Added realize of new graphics contexts to handle new views being added with unrealized windows 2008-06-27 19:40 robert * include/osgDB/DatabasePager, src/osgDB/DatabasePager.cpp: Changed back to use an std::vector<> rather than a std::list for RequestQueue to avoid member template problems under Solaris. 2008-06-27 18:59 robert * include/osgDB/DatabasePager, src/osgDB/DatabasePager.cpp: Refactored the sort of the requestQueue so that there is single code path for doing the sort. 2008-06-27 16:47 robert * CMakeModules/CheckAtomicOps.cmake, src/osg/Image.cpp: From Mathias Froehlich, "Update to the configure check for msvc 7.1. MemoryBarrier() is used in the implementation, so it should be checked. This in effect disables the faster atomic ops on msvc 7.1 and older, even if only the MemoryBarrier() call is missing. But it ensures for the fist cut that it will build everywhere. If somebody cares for msvc 7.1 enough and has one for testing installed, he might provide the apropriate defines to guard that MemoryBarrier() call. I tested that msvc8 32/64bit still passes the configure tests and compiles. " 2008-06-27 12:44 robert * include/osg/MixinVector, include/osg/Shape: Simplified the MixinVector class so that it no longer supports custom allocators, instead just uses std::vector<>'s default allocators. 2008-06-27 12:35 robert * include/osg/NodeVisitor, src/osg/NodeVisitor.cpp: Moved the apply(&) default implementations from the header into the NodeVisitor.cpp, and changed the casts to use static_cast<>. 2008-06-27 11:47 shuber * Xcode/OpenSceneGraph/OpenSceneGraph.xcodeproj/project.pbxproj: from Stephan Huber: updated XCode project 2008-06-27 10:17 robert * include/osgShadow/ParallelSplitShadowMap, include/osgUtil/Optimizer: From Andre Normann, "with version 8504, I am not able to compile osgwrappers under Windows, because there are some DLL export macros missing. I fixed it and put the files in the attached zip file. " 2008-06-26 19:51 robert * AUTHORS.txt, applications/osgversion/osgversion.cpp: Updated authors and osgversion 2008-06-26 19:47 robert * ChangeLog: Updated ChangeLog 2008-06-26 19:21 robert * genwrapper.conf, src/osgWrappers/OpenThreads/Atomic.cpp, src/osgWrappers/osg/GraphicsContext.cpp, src/osgWrappers/osgUtil/Optimizer.cpp: Updated wrappers 2008-06-26 18:34 robert * src/osgUtil/IntersectionVisitor.cpp: 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: 1) The "highest res" child is assumed to be the child with index "getNumFileNames()-1" or "getNumChildren()-1". As a result, PagedLODs that do not sort children from furthest to nearest will intersect with the wrong child. (see attached "case1.osg" to reproduce this problem.) 2) The code assumes there is only one highest res child. As a result. PagedLODs with multiple children at the same highest res range can only intersect one of those children. ("case2.osg" demonstrates this issue; you can only pick the quad on the right.) I've attached a modified IntersectionVisitor.cpp that attempts to resolve these issues. It identifies a highest res range based on the range mode, then continues traversal on all valid children corresponding to that range description. Only in the case of a malformed PagedLOD does the code fall back to getting the last child in the list. " 2008-06-26 18:06 robert * src/osgParticle/ExplosionDebrisEffect.cpp, src/osgParticle/ExplosionEffect.cpp, src/osgParticle/FireEffect.cpp, src/osgParticle/ParticleEffect.cpp, src/osgParticle/SmokeEffect.cpp, src/osgParticle/SmokeTrailEffect.cpp: 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 16:45 robert * src/osg/GraphicsContext.cpp: Changed the removeCamera() method so that it now actively calls releaseGLObjects() on all children of a camera that aren't shared with other cameras on that context. This change fixes problems with allocating and deleting views. 2008-06-26 15:06 robert * src/OpenThreads/sproc/CMakeLists.txt, src/OpenThreads/win32/CMakeLists.txt: From Mathias Froehlich, updated CMakeLists.txt to build the Atomic.cpp 2008-06-26 13:09 robert * CMakeLists.txt: From Eric Sokolowski, added enforcement of CMake 2.6.0 under OSX. 2008-06-26 13:08 robert * examples/osgviewerCocoa/CMakeLists.txt: From Eric Sokolowski, Cmake support for osgviewerCocoa 2008-06-26 12:08 robert * include/osg/CullSettings, src/osg/OcclusionQueryNode.cpp, src/osgUtil/IntersectionVisitor.cpp: From Mathias Froehlich, build fixes for various unices 2008-06-26 10:33 robert * src/OpenThreads/common/Config.in, src/osg/Config.in: From Mathias Froehlich, added do not edit comments to Config.in so that the autogenerated Config files have an appropriate warning notice 2008-06-26 10:27 robert * CMakeModules/CheckAtomicOps.cmake, include/OpenThreads/Atomic, include/osg/Referenced, src/OpenThreads/common/Atomic.cpp, src/OpenThreads/pthreads/CMakeLists.txt, src/osg/Referenced.cpp: From Mathias Froechlich, "Attached is a change to that atomic stuff to move the win32, msvc implementation of the atomic increment and decrement into a implementation file. This way inlining and compiler optimization can no longer happen for these implementations, but it fixes compilation on win32 msvc targets. I expect that this is still faster than with with mutexes. Also the i386 gcc target gets atomic operations with this patch. By using an implementation file we can guarantee that we have the right compiler flags available." 2008-06-23 15:11 robert * include/osgDB/ReaderWriter: Fixed pedantic warning 2008-06-23 14:51 robert * CMakeModules/CheckAtomicOps.cmake, include/OpenThreads/Atomic: From Mathias Froehlich, "fixed win32/win64 configure check and win32/win64 atomic related compile failures with msvs2005. Attached changes to make win32 really use the atomic stuff. There are pointer typecast problems and some historic alignment restrictions that I just took from a previous similar implementation of mine without looking deep enough. " 2008-06-23 11:14 robert * CMakeLists.txt: From Mathieu Marache, "Suibject: CMakeList ADD_DEFINITION for CMAKE_DEBUG_POSTFIX broken I needed a -DCMAKE_DEBUG_POSTFIX="d" not a -D"CMAKE_DEBUG_POSTFIX=d". This corrects the build for the CMake 2.4 and 2.6 series The error was in compiling osgDB/Registry.cpp " 2008-06-23 10:18 robert * CMakeLists.txt, src/OpenThreads/CMakeLists.txt: Commented out the explict install of the Config files as including these files into the header list allows the normal Cmake install support to install them. 2008-06-23 09:57 robert * CMakeLists.txt, CMakeModules/OsgMacroUtils.cmake, examples/CMakeLists.txt, examples/osgviewerCocoa/ViewerCocoa.mm, src/osgPlugins/freetype/CMakeLists.txt: 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): - Added osgviewerCocoa example to APPLE builds - Fixed corrupt Xcode project generation with CMake 2.6 dealing with ADD_DEFINITIONS and CMake Policy CMP0005 on Leopard - Resolved CMP0006 warning for examples and programs by setting BUNDLE DESTINATION to same as RUNTIME DESTINATION with CMake 2.6 - Fixed freetype plugin on Leopard to avoid OpenGL linking problem - Figured out how to use a custom Info.plist included in the project (see osgviewerCocoa application CMakeLists.txt)" 2008-06-23 08:06 shuber * Xcode/OpenSceneGraph/OpenSceneGraph.xcodeproj/project.pbxproj, Xcode/OpenSceneGraph/config, Xcode/OpenSceneGraph/config/OpenThreads, Xcode/OpenSceneGraph/config/OpenThreads/Config, Xcode/OpenSceneGraph/config/osg, Xcode/OpenSceneGraph/config/osg/Config: From Stephan Huber: added missing config files and updated xcode-project 2008-06-21 17:56 robert * src/osgPlugins/cfg/ReaderWriterCFG.cpp, src/osgViewer/GraphicsWindowX11.cpp: Quietened down debug info 2008-06-21 17:50 robert * include/osg/GraphicsContext, src/osgPlugins/cfg/ReaderWriterCFG.cpp, src/osgViewer/GraphicsWindowX11.cpp: Added support for X11's overrideRedirect functionality 2008-06-21 11:34 robert * examples/osgviewerCocoa/Info.plist, examples/osgviewerCocoa/ViewerCocoa.h, examples/osgviewerCocoa/ViewerCocoa.mm: Converted tabs to four spaces 2008-06-20 19:52 robert * CMakeLists.txt, src/OpenThreads/CMakeLists.txt, src/osg/CMakeLists.txt: Changed the include/osg/Config and include/OpenThreads/Config references to use the assocaited CMake variable for these headers 2008-06-20 19:51 robert * ChangeLog: Updated ChangeLog 2008-06-20 17:32 robert * src/osg/CMakeLists.txt: From Terry Welsh, added missing MixinVector header 2008-06-20 16:57 robert * src/osgViewer/CMakeLists.txt: Added OSG_WINDOWING_SYSTEM cmake option string to allow toggling between X11 and Carbon under OSX. 2008-06-20 15:50 robert * CMakeLists.txt, include/osg/BoundingBox, include/osg/BoundingSphere, include/osg/Matrix, include/osg/Plane, src/osg/CMakeLists.txt, src/osg/Config.in: From Mathias Froehlich, moved optional config variables into include/osg/Config file that is automatically created by cmake according to its own settings. 2008-06-20 15:49 robert * ChangeLog: Updated ChangeLog 2008-06-20 15:28 robert * src/osgPlugins/Inventor/ConvertToInventor.cpp: Changed const double* to const Matrix::value_type* to ensure changes in Matrix type don't break the build 2008-06-20 13:16 robert * include/osgUtil/Optimizer, src/osgUtil/Optimizer.cpp: From Terry Welsh, new flatten static transforms visitor that duplicates subgraphs that are shared beneath differnt static transforms From Robert Osfield, made a range of changes to Terry's visitor integrating it into osgUtil::Optimizer and changing the code to use a style more like the rest of the OSG. 2008-06-20 11:16 robert * CMakeLists.txt: From Mathias Froehlich, made the include of bin directory for include/OpenThreads/Config only used when doing out of source builds 2008-06-20 11:11 robert * CMakeLists.txt, include/OpenThreads/Version, include/osg/Version, packaging/pkgconfig/openscenegraph.pc, packaging/pkgconfig/openthreads.pc, src/OpenThreads/CMakeLists.txt: Updated version numbers for dev releases 2008-06-20 10:46 robert * src/osgSim/ShapeAttribute.cpp: From Mathias Froehlich, "Fixes a compile of src/osgSim/ShapeAttribute.cpp on suse 10.2." 2008-06-20 09:46 robert * include/OpenThreads/Atomic: From Melchior Franz, fixed typo on variable name 2008-06-20 09:42 robert * CMakeLists.txt: From Mathias Froehlich, add search path to enable out of source builds to find include/OpenThreads/Config. 2008-06-19 20:42 robert * genwrapper.conf, src/osgWrappers/osg/Array.cpp, src/osgWrappers/osg/PrimitiveSet.cpp, src/osgWrappers/osgShadow/ParallelSplitShadowMap.cpp, src/osgWrappers/osgUtil/SceneView.cpp: Updated wrappers 2008-06-19 20:38 robert * include/osg/Array, include/osg/MixinVector, include/osg/PrimitiveSet: From Neil Groves, "I have taken the liberty of updating a few files so that there is no longer any derivation from std::vector. I have done this by adding a new file osg/MixinVector and by updating only two others: osg/PrimitiveSet and osg/Array. You will notice that this actually removes what is acknowledged as a \u2018hack\u2019 in osg/PrimitiveSet. With the original code I did manage to find memory leaks with some compiler options on VC 8 and 9, as well as Intel compiler. I determined the leak existence by instrumenting the destructor code, and by use of a garbage collector as a leak detector (in a similar manner to the Firefox project). Hence in contrast to what I said originally, it is exhibiting symptoms on at least some platforms. Since I am trying to be a good OSG citizen I got out my editor and started hacking! I have built and tested on Linux (Ubuntu) with GCC 4.x and Windows VC 8 SP1. It appears that nothing is broken, and that I\u2019m using less memory J" 2008-06-19 17:35 robert * src/osgDB/Registry.cpp: From Mathieu Marache, "submission for inclusion to support mpg and avi files when using the quicktime plugin on windows" 2008-06-19 17:30 robert * include/osg/Referenced, src/osg/Referenced.cpp: From Mathias Froehlich, added support for using OpenThreads::Atomic for thread safe ref/unref. 2008-06-19 14:57 robert * src/osgPlugins/ive/LineStipple.cpp, src/osgPlugins/ive/LineStipple.h: from Andrew Bettison, LineStipple support for .ive 2008-06-19 14:45 robert * include/osgShadow/ParallelSplitShadowMap, src/osgShadow/ParallelSplitShadowMap.cpp: From Adrian Egli, "Improvements to the PSSM implementation" 2008-06-19 14:35 robert * src/osgPlugins/OpenFlight/MaterialPaletteManager.cpp, src/osgPlugins/OpenFlight/PaletteRecords.cpp: From Rudolf Weidemann, "in the OpenFlight format materials can have editable names. In the OSG OpenFlight plugin these names are ignored when reading, and empty strings are written. As we need these names in the OSG scene graph by our application, I changed the plugin code, so the names are now stored in class "osg::Material" (derived from "osg::Object") by material->setName(); (see "PaletteRecords.cpp, line 195) when reading the file, and written to file by dos.writeString( m.Material->getName(), 12 ); (see MaterialPaletteManager.cpp, line 80). As these names otherwise get lost when reading an OpenFlight file and writing it again e.g. by osgconv example.flt converted_example.flt these changes make the plugin more complete. The changes were made to OSG revision 8425, and were tested by osgconv example.flt converted_example.flt comparing the material palettes of both files inside Multigen Creator." 2008-06-19 14:29 robert * include/osgUtil/SceneView, src/osgUtil/SceneView.cpp: From Farshid Lashkari, "I noticed some problems when setting up CameraNodes that inherit viewport settings in stereo mode. It seems that the SceneView::cull() method will pass the full size viewport to the left/right cullvisitors, instead of the modified stereo viewport. I made quite a few changes to SceneView to fix the issue. The SceneView::cullStage() method will now receive the viewport as an argument, instead of using the global viewport. The SceneView::cull() method will pass the modifed viewport to cullStage when rendering in stereo. There are 2 new private methods computeLeftEyeViewport() and computeRightEyeViewport() that will compute the stereo viewports. I also modified the draw() function so it applies the correct viewport to the prerender stages. These changes are only necessary for horizontal/vertical split stereo." 2008-06-19 14:14 robert * src/osgPlugins/ive/CMakeLists.txt, src/osgPlugins/ive/DataInputStream.cpp, src/osgPlugins/ive/DataOutputStream.cpp, src/osgPlugins/ive/ReadWrite.h: From Andrew Bettison, "Attached are changes for src/osgPlugins/ive (version 2.4.0) that implement LineStipple read/write support for the ive file format." 2008-06-19 13:49 robert * examples/osgviewerWX/osgviewerWX.cpp, examples/osgviewerWX/osgviewerWX.h: From Paul Melis, "Here is a reworked version of the osgviewerWX example. It changes the GraphicsWindowWX to only inherit from osgViewer::GraphicsWindow and adds a standalone widget, called OSGCanvas, that derives from wxGLCanvas. This solves a problem with the GraphicsWindowWX instance being destructed twice (see "Crash in osgviewerWX" of June 12th on osg-users). At program exit, the main frame deletes all of its children widgets and therefore calls GraphicsWindowWX's destructor, bypassing OSG's reference counting. The GraphicsWindowWX instance is then later destructed a second time when the reference held by osg::Camera goes to zero. This bug isn't exposed by the example directly, but if people are going to use the example as a basis (like the poster in the mentioned thread) they very likely will run into this problem. " 2008-06-19 13:28 robert * genwrapper.conf, include/OpenThreads/Atomic, src/osgWrappers/OpenThreads/Atomic.cpp: Updated wrappers to fix OpenThreads::Atomic build issues. 2008-06-19 12:02 robert * include/osgUtil/CullVisitor: From Michael Platings, fixed typo error in renderbin assignment 2008-06-19 11:58 robert * include/osg/Program: In Program::PerContextProgram changed const Uniform* to osg::ref_ptr to avoid the possibility of a uniform being deleted and another being created and assigned at the same address which previously confused the uniform tracking code and introduced a bug. 2008-06-19 11:09 robert * include/osg/StateSet, include/osgUtil/CullVisitor, src/osg/StateSet.cpp, src/osgUtil/CullVisitor.cpp, src/osgWrappers/osg/StateSet.cpp: From Michael Platings and Robert Osfield, added support for controlling, via StateSet::setNestedRenderBin(bool) whether the new RenderBin should be nested with the existing RenderBin, or be nested with the enclosing RenderStage. 2008-06-18 20:27 robert * src/osgWrappers/osg/FrameBufferObject.cpp: Updated wrappers 2008-06-18 20:24 robert * include/osg/FrameBufferObject, src/osg/FrameBufferObject.cpp: From Michael Platings, implemented check against max number of supported samples to ensure that the number of samples is safely capped to what the hardware is capable of, avoiding GL errors and graceful fallback 2008-06-18 20:17 robert * src/osgPlugins/ive/CMakeLists.txt, src/osgPlugins/ive/DataInputStream.cpp, src/osgPlugins/ive/DataOutputStream.cpp, src/osgPlugins/ive/Fog.cpp, src/osgPlugins/ive/Fog.h, src/osgPlugins/ive/ReadWrite.h, src/osgPlugins/osg/Fog.cpp: From Liang Aibin: "1. Location: \src\osgPlugins\osg\Fog.cpp Reason: ".osg" writter plugins output incorrected string for osg::Fog's Mode. How to Fix: Line 138 in Fog.cpp: case(Fog::LINEAR): return "NERVER"; Change to: case(Fog::LINEAR): return "LINEAR"; 2. Location: \src\osgPlugins\ive\ Reason: ".ive" writter plugins missing to process "osg::Fog". How to Fix: (1). Line 86 in ReadWrite.h: Add: #define IVEFOG 0x00001133 (2). In CMakeLists.txt "SET(TARGET_SRC" section Add: Fog.cpp "SET(TARGET_H" section Add: Fog.h (3). In DataInputStream.cpp Line 54,Add: #include "Fog.h" Line 1185,Add: else if(attributeID == IVEFOG){ attribute = new osg::Fog(); ((ive::Fog*)(attribute))->read(this); } (4). In DataOutputStream.cpp Line 57,Add: #include "Fog.h" Line 832,Add: // This is a Fog else if(dynamic_cast(attribute)){ ((ive::Fog*)(attribute))->write(this); } (5). Add newly created ive::Fog Object in Fog.h and Fog.cpp. " 2008-06-18 16:46 robert * src/osgWrappers/osg/Camera.cpp, src/osgWrappers/osg/FrameBufferObject.cpp, src/osgWrappers/osgUtil/RenderStage.cpp: Updated wrappers 2008-06-18 16:45 robert * include/osgDB/Output, src/osgDB/Output.cpp: Added a wrapString(const char*) which automatically handles null strings. 2008-06-18 16:28 robert * src/osgSim/ShapeAttribute.cpp: Convert string handling to use strdup and free rather then awkward new char[] code paths 2008-06-18 14:21 robert * examples/osgprerender/osgprerender.cpp: Added --fbo-samples value and --color-samples value command line paramters for enabling fbo multisampling 2008-06-18 14:09 robert * include/osg/Camera, include/osg/FrameBufferObject, include/osgUtil/RenderStage, src/osg/Camera.cpp, src/osg/FrameBufferObject.cpp, src/osgUtil/RenderStage.cpp: From Michael Platings and Paul Palumbo, multi-sample FBO support 2008-06-18 12:01 robert * src/osg/Uniform.cpp: From Jean-Sebastien Guay, "When copying a node that had uniforms on it, the copy constructor of osg::Uniform would not copy the array of the original uniform (either _intArray or _floatArray) because none had been allocated and the copy constructor checks that *both* this's array and rhs's array are valid. I added a call to allocateDataArray() if rhs has (at least) one valid array, which should allocate the right array according to the type. Since the type was copied from rhs, it should create the same array as rhs has, so then it should copy the data in the following lines. " 2008-06-18 11:56 robert * src/osgPlugins/lwo/Surface.cpp: From Bob Kuehne, "added multi-texture support (alpha/trans images)" 2008-06-18 11:51 robert * src/osgWrappers/osgText/Text3D.cpp, src/osgWrappers/osgViewer/ViewerEventHandlers.cpp: Updated wrappers 2008-06-18 11:13 robert * include/osgViewer/ViewerEventHandlers, src/osgViewer/ViewerEventHandlers.cpp: From Bob Kuehne, "this submission extends the osgViewer::RecordCameraPathHandler to have an optionally-enabled auto-incrementing filename. default behavior is still the same, but there's one new method to enable autoincrementing filenames." From Robert Osfield, modified the above so that the number increments come after the filename rather than before. 2008-06-18 10:51 robert * src/osgPlugins/vrml/IndexedFaceSet.cpp, src/osgPlugins/vrml/Primitives.cpp, src/osgPlugins/vrml/ReaderWriterVRML2.cpp, src/osgPlugins/vrml/ReaderWriterVRML2.h: From Gino van den Bergen, "Added support for vrml primitive caching" 2008-06-18 10:46 robert * include/osgText/Text3D, src/osgText/Text3D.cpp: From David Callu, "fixed bounding box bug" 2008-06-17 17:43 robert * CMakeModules/CheckAtomicOps.cmake, include/OpenThreads/Atomic, src/OpenThreads/CMakeLists.txt, src/OpenThreads/common/Config.in: From Mathias Froehlich, OpenThreads::Atomic support 2008-06-16 20:22 robert * include/osg/Camera, src/osg/Camera.cpp, src/osg/View.cpp, src/osgWrappers/osg/Camera.cpp: Added overriding of CullSettings::inheritCullSettings() into osg::Camera to properly inherit the clear colour. 2008-06-16 16:06 robert * include/osgDB/DatabasePager: Changed class to struct 2008-06-16 13:20 robert * src/osgPlugins/txp/TXPNode.cpp, src/osgPlugins/txp/TXPNode.h: Added mutex to serialize access to the trpager 2008-06-16 09:32 robert * include/osgDB/DatabasePager: Checking in missing header changes 2008-06-12 16:33 robert * src/osgDB/DatabasePager.cpp: Refactored the management of the request queues so that the appropraite mutex is locked when DatabaseRequest objects are modified 2008-06-06 19:57 robert * AUTHORS.txt, README.txt, src/osgWrappers/osg/Shape.cpp: Updated wrappers, authors and readme for 2.5.2 dev release 2008-06-06 19:41 robert * ChangeLog: Updated ChangeLog 2008-06-06 17:45 robert * CMakeLists.txt, include/osg/Version, packaging/pkgconfig/openscenegraph.pc: Updated versions for 2.5.2 dev release 2008-06-06 16:45 robert * examples/osgscreencapture/CMakeLists.txt: From Jean-Sebastien Guay, "The new osgscreencapture example was being installed to bin instead of to share/OpenSceneGraph/bin, this is because the CMakeLists.txt used SETUP_APPLICATION instead of SETUP_EXAMPLE. Corrected CMakeLists.txt attached. " 2008-06-06 16:41 robert * src/osgPlugins/osg/PagedLOD.cpp: From Stephane Lamoliatte, "fix to reading of DatabasePath property" 2008-06-06 16:28 robert * src/osgUtil/IntersectionVisitor.cpp: From Glenn Waldron, "I'm using an IntersectionVisitor with a PagedLOD database, employing a ReadCallback to allow the intersector to traverse the paged nodes. I discovered that if the visitor is unable (for any reason) to load a subtile via the ReadCallback, the intersection fails. However, I had the requirement to "fall back" on the lower-resolution parent tile and settle for that intersection. This was easy to implement simply by overriding IntersectionVisitor::apply(PagedLOD). My question is: Are there any opinions on whether this should be the default behavior? If it makes sense, I will submit the change; if not, no worries." 2008-06-06 16:25 robert * include/osgText/Text3D: From Paul Melis, "Here's an updated include/osgText/Text3D that forces recomputation of the glyph repr when the character depth is updated, also when the rendering mode is set. This caused a Text3D object read from a .osg file to not have the correct depth." 2008-06-06 14:59 robert * src/osgPlugins/logo/ReaderWriterLOGO.cpp: From Mathieu Marache, "I have made the logo plugin work again (a simple copy and paste problem) and added the path of the logo file (if not empty) to the data file path in order to be able to find images relatively." 2008-06-06 14:10 robert * examples/osgkdtree/osgkdtree.cpp: Cleaned up implementation to only use simple structure 2008-06-06 13:21 robert * include/osgUtil/SceneView, src/osgUtil/SceneView.cpp: Renamed _rendergraph to _stateGraph to better reflect its function 2008-06-06 13:21 robert * examples/osgkdtree/osgkdtree.cpp: Introduce a lower overhead data structure for leaves. 2008-06-06 10:51 robert * examples/osgkdtree/osgkdtree.cpp: Added update traversal to run prior to doing kdtree build to make sure that costs in build osgTerrain databases isn't incurred during the build traversal. 2008-06-06 09:08 robert * src/osgViewer/ViewerBase.cpp: Quitened down the release context message 2008-06-06 08:42 robert * include/osgDB/DatabasePager: Added OSGDB_EXPORT 2008-06-05 18:52 robert * examples/osgkdtree/osgkdtree.cpp: Added timing code 2008-06-05 17:28 robert * examples/osgkdtree/osgkdtree.cpp: Basic implementation of kdtree generation based on vertices 2008-06-05 13:46 robert * include/osg/Shape: Added accep(Shape&) 2008-06-04 17:59 robert * examples/osgkdtree/osgkdtree.cpp: Further work on fleshing out basic classes 2008-06-04 16:53 robert * src/osgWrappers/osgGA/EventQueue.cpp, src/osgWrappers/osgGA/GUIEventAdapter.cpp, src/osgWrappers/osgViewer/ViewerBase.cpp: Updated wrappers 2008-06-04 16:46 robert * include/osgViewer/ViewerBase, src/osgViewer/CompositeViewer.cpp, src/osgViewer/Viewer.cpp, src/osgViewer/ViewerBase.cpp: Added support for optionally calling releaseContext at the end of each renderinTraversals() to help with cases where uses are driving multiple contexts from mulitple viewers in a single threaded frame loop. 2008-06-03 17:29 robert * examples/osgkdtree/osgkdtree.cpp: Fleshed out some basic kd-tree data structures. 2008-06-03 16:13 robert * examples/CMakeLists.txt, examples/osgkdtree, examples/osgkdtree/CMakeLists.txt, examples/osgkdtree/osgkdtree.cpp: First cut of osgkdtree example, this will be used as a base of the development of native kdtree support to help speed up intersection testing. 2008-06-03 15:49 robert * src/osgDB/DatabasePager.cpp: Added missing updateBlock() 2008-06-03 13:07 robert * src/osgPlugins/txp/trpage_print.cpp, src/osgPlugins/txp/trpage_print.h: From Mario Valle, fixed warnings 2008-06-03 13:06 robert * src/osgPlugins/txp/trpage_print.cpp, src/osgPlugins/txp/trpage_print.h: Ran merge to get rid of tabs 2008-06-03 11:31 robert * src/osg/Notify.cpp: From Marco Lehmann and Robert Osfield, this fix was implemented by Robert but is based on suggested fix from Marco for fixing a crash due to lack of thread safety in std::ofstream("/dev/null"); The fix is to use a custom stream buffer that just discards all data. The implementation is also twice as fast as the old /dev/null based approach. 2008-06-03 11:28 robert * examples/osgunittests/osgunittests.cpp: Added unit test to smoke out a thread issue with using ofstream("/dev/null") inside osg::notify() 2008-06-02 17:34 robert * include/osgGA/EventQueue, include/osgGA/GUIEventAdapter, include/osgViewer/GraphicsWindow, include/osgViewer/View, src/osgGA/GUIEventAdapter.cpp, src/osgViewer/CompositeViewer.cpp, src/osgViewer/GraphicsWindowCarbon.cpp, src/osgViewer/GraphicsWindowWin32.cpp, src/osgViewer/GraphicsWindowX11.cpp, src/osgViewer/View.cpp: Added support for assigning GraphicsContext to individual GUIEventAdapter events, and use of this within osgViewer::View to better track the sources of events. 2008-05-31 08:47 robert * CMakeLists.txt: Changed FIND_PACKAGE(PkgConfig) to INCLUDE(FindPkgConfig OPTIONAL) as per suggestion from Philip Lowman. 2008-05-30 21:23 robert * AUTHORS.txt, README.txt, applications/osgversion/osgversion.cpp: Updated authors and version file for 2.5.1 dev release 2008-05-30 21:12 robert * ChangeLog: Updated ChangeLog 2008-05-30 21:08 robert * CMakeLists.txt: Added version check on FIND_PACKAGE(PkgConfig) to attempt to fix build with older versions of CMake 2008-05-30 20:15 robert * include/osg/Camera: Added applyMaskAction(CLEAR_COLOR) to Camera::setClearColor() to enable proper inheritance 2008-05-30 17:03 robert * ChangeLog: Updated ChangeLog 2008-05-30 16:53 robert * CMakeLists.txt: From Jean-Sebastien Guay, "This is a fix for the warning we've been discussing on osg-users. CMake 2.6.0 allows quotes to be unescaped in strings in ADD_DEFINITIONS statements, where we had to escape them before (CMake 2.4.x). Setting CMake policy CMP0005 to OLD removes the warning for 2.6.0, and the quotes are still escaped, so it still works with 2.4.x. " 2008-05-30 12:59 robert * src/osgPlugins/ive/IveVersion.h, src/osgPlugins/ive/Layer.cpp, src/osgPlugins/ive/Layer.h, src/osgPlugins/ive/ReadWrite.h: From Luc Frauciel, Added support for osgTerrain::ValidDataOperator. From Robert Osfield, added versioning to the above. 2008-05-30 11:44 robert * packaging/pkgconfig/openscenegraph.pc: Updated packgage number for 2.5.1 developer release 2008-05-30 11:43 robert * include/osg/PagedLOD, include/osgDB/DatabasePager, src/osg/PagedLOD.cpp, src/osgDB/DatabasePager.cpp: Fixed cirular reference in DatabaseRequest 2008-05-29 13:54 robert * include/osg/Texture, src/osgWrappers/osg/Texture.cpp: Moved enum to public scope and rebuilt wrappers to fix wrapper build error 2008-05-29 11:45 robert * src/osgPlugins/OpenFlight/PrimaryRecords.cpp: Added code to catch erroneous Dof axis settings 2008-05-29 11:13 robert * src/osgUtil/CullVisitor.cpp: Improved the NaN depth detection within CullVisitor and debug output. 2008-05-29 11:09 robert * src/osgUtil/CullVisitor.cpp, src/osgUtil/RenderBin.cpp: Improved the NaN error detection and reporting. 2008-05-28 17:56 robert * src/osgUtil/RenderBin.cpp: Added catch for NaN depth values 2008-05-28 16:14 robert * src/osgViewer/GraphicsWindowWin32.cpp: From Wojiech Lewandowski, Workaround for wglMakeCurrent bug in NVidia drivers by calling wglMakeCurrent twice. This bug has been reported to NVidia, confirmed and fixed by NVidia but awaits verifiaction and release if a driver which fixes this bug. 2008-05-28 14:37 robert * src/osgWrappers/osgShadow/ParallelSplitShadowMap.cpp: Updated wrappers 2008-05-28 14:11 robert * examples/osgshadow/osgshadow.cpp, include/osgShadow/ParallelSplitShadowMap, src/osgShadow/ParallelSplitShadowMap.cpp: From Adrian Egli, improvements to ParallelSplitShadowMap implementation 2008-05-28 13:51 robert * src/osgPlugins/png/ReaderWriterPNG.cpp: From Thibault Genessay, "The PNG plugin crashes when you try to read a malformed file (attached is an example). This can happen in circumstances that are not manageable by the OSG itself (e.g. 3rd party buggy program) but one would expect the plugin to be able to recover by returning ReadResult::ERROR_IN_READING_FILE. libpng provides two callbacks for warnings and errors - those are currently unused. By default, they point to function that call exit() or something similar (the default error callback never returns). This patch registers the callbacks using libpng's mechanisms, makes the warning callback emit an osg::notify(osg::WARN) message and the error callback throw an error. The reading process is enclosed in a try...catch block. Upon error, the memory is freed and ReadResult::ERROR_IN_READING_FILE is returned. " 2008-05-28 13:45 robert * src/osgViewer/GraphicsWindowWin32.cpp: From Thibault Genessay, "On Windows, when setting a cursor through osgViewer::GraphicsWindow::setCursor() the new cursor type is recorded but not applied until windows sends another WM_SETCURSOR message. This delays the application of the cursor to the next mouse event. The attached file fixes this by setting the new cursor with a call to ::SetCursor() immediately. " 2008-05-28 13:01 robert * src/osg/Texture.cpp: From Michael Platings, "Yes it's definitely a driver problem - I submitted a bug report to nvidia 6 months ago and the issue is still "in progress". I've given up waiting for them! Platform - various Intel Windows XP SP2 PCs with various nvidia cards including GeForce 8800 GTS and Quadro FX 4500, and various driver versions including the latest WHQL 175.16. I investigated your concerns about glGenerateMipmapEXT being slower than GL_GENERATE_MIPMAP_SGIS, and for power-of-two textures, to my surprise it is. For a 512*512 texture, glGenerateMipmapEXT takes on average 10ms, while GL_GENERATE_MIPMAP_SGIS takes on average 6ms. Therefore I have modified the code to only use glGenerateMipmapEXT if the texture has a non-power-of-two width or height. I am resubmitting all the files previously submitted (only "Texture.cpp" has significant changes since my previous submission, I've also replaced tabs with spaces in "Texture"). " 2008-05-28 12:49 robert * CMakeLists.txt, CMakeModules/OsgMacroUtils.cmake, src/osgDB/Registry.cpp: From Mathieu Marache, first post: "I had the problem that debug and release version of the plugins had the same name under linux. These minors modification to Registry and the CMake support files enable to have both Release and Debug version of the plugins to coexist and be found by there respective runtimes." follow up post: "I've gone ahead and added a preprocessor directive with the editable CMAKE_DEBUG_POSTFIX. I modified Registry.cpp to take this new preprocessor directive called OSG_DEBUG_POSTFIX while looking for libraries in Debug mode for the windows (msvc) and the linux platforms. MinGW, cygwin and Apple are still left out this proposal." Notes from Robert Osfield, completed the work in change d entries to use OSG_DEBUG_POSTFIX 2008-05-28 11:58 robert * src/osgWrappers/osg/Texture.cpp: Updated wrappers 2008-05-28 11:19 robert * include/osg/Texture, src/osg/Texture.cpp, src/osg/Texture2D.cpp, src/osg/TextureCubeMap.cpp: From Michael Platings, "On nvidia cards mipmap generation for non-power-of-two textures with GL_GENERATE_MIPMAP_SGIS is very slow (over half a second for a 720*576 texture). However, glGenerateMipmapEXT() performs well (16ms for the same texture), so I have modified the attached files to use Texture::generateMipmap() if glGenerateMipmapEXT is supported, instead of enabling & disabling GL_GENERATE_MIPMAP_SGIS." Notes, from Robert Osfield, I've tested the out of the previous path using GL_GENERATE_MIPMAP_SGIS and non power of two textures on NVidia 7800GT and Nvidia linux drivers with the image size 720x576 and only get compile times of 56ms, so the above half second speed looks to be a driver bug. With Muchael's changes the cost goes done to less than 5ms, so it's certainly an effective change, even given that Michael's poor expereiences with GL_GENERATE_MIP_SGIS do look to be a driver bug. 2008-05-27 20:53 robert * src/osgPlugins/txp/ReaderWriterTXP.cpp, src/osgPlugins/txp/TXPIO.cpp, src/osgPlugins/txp/TXPNode.cpp, src/osgPlugins/txp/TXPNode.h, src/osgPlugins/txp/TXPPagedLOD.cpp, src/osgPlugins/txp/TXPParser.cpp: From Brad Anderegg, "This submission fixes two bugs and helps some performance problems we have been having with txp databases. The first bug is that the terrain tiles will page out to a lower LOD when they are right in front of you. The issue appears to be with the blacklisting heuristic which forces a tile to LOD 1, commenting out the usage of blacklisting with the LOD Nodes fixes our problem. This code change was made to line 29 of TXPPageLOD.cpp. The second bug we were experiencing is that the database reader options never make it through to the archive loader. The use case for us appeared when the FID codes for the terrain were no longer on the materials. As it turns out the archive was being created twice, once by TXPNode and once by the ReaderWriterTXP on getArchive() so the options never actually got set on the archive that was being loaded. The fix is to first create the archive by calling getArchive on the ReaderWriterTXP, which stores it in a map for reference later, and then passing that archive into the TXPNode for it to set its internal member. With this code change we only create one archive (not sure what creating two did) and our options flags get set properly on the database. The changes made are in TXPNode.h line 72 where the TXPArchive is now passed in. In the TXPNode.cpp the loadArchive(TXPArchive*) was changed to have the default behavior if NULL is passed in, if an archive is passed in then it does not load it since all the loading is done in the ReaderWriterTXP::getArchive(). The only other place that loadArchive is called is in TXPIO.cpp where a modification was made to pass in NULL which will have the same behavior as it used to. The last change is the little block of code starting on line 57 of ReaderWriterTXP.cpp, this was changed so that it first calls getArchive() which caches the archives in a map does some loading stuff and returns a pointer to it which is then passed in as a parameter to TXPNode::loadArchive(). The performance changes were made to TXPParser.cpp line 163 where we use to osgUtil::Optimizer on the node before passing it off, and on line 1456 we changed the geometry to use display lists. These small changes actually made drastic performance increases for us, as much as 1000% on certain laptops. As far as testing goes, we have tested these changes with at least 5 txp databases on a variety of different computers including Mac OS and Linux. The base version used is 2.4." 2008-05-27 17:42 robert * CMakeLists.txt: From Cedric Pinson, "By default it's the normal behaviour, it means it's "d" extension for debug library and executable. But if you want to change that you can. The reason is if you want to build an application that use a library that use openscenegraph you have to build the full chain in debug or in release. On windows you have no choice, but on linux you can link with both version without rebuilding everything ... The patch consist only to change the line on one line SET(CMAKE_DEBUG_POSTFIX "d") with SET(CMAKE_DEBUG_POSTFIX "d" CACHE STRING "add a postfix, usually d on windows")" 2008-05-27 17:32 robert * src/osgSim/Sector.cpp: From Lars Nilson, bug fix to Sector::computeMatrix() 2008-05-27 16:32 robert * src/osgDB/FieldReader.cpp, src/osgDB/Output.cpp: Added handling of \ within srings by using \\ 2008-05-27 15:42 robert * src/osgWrappers/osg/Texture2DArray.cpp, src/osgWrappers/osgTerrain/GeometryTechnique.cpp, src/osgWrappers/osgTerrain/Terrain.cpp, src/osgWrappers/osgTerrain/TerrainTechnique.cpp, src/osgWrappers/osgTerrain/TerrainTile.cpp: Updated wrappers 2008-05-27 15:30 robert * include/osgTerrain/GeometryTechnique, include/osgTerrain/TerrainTechnique, include/osgTerrain/TerrainTile, src/osgTerrain/GeometryTechnique.cpp, src/osgTerrain/Terrain.cpp, src/osgTerrain/TerrainTechnique.cpp, src/osgTerrain/TerrainTile.cpp: Reorginized the TerrainTile/TerrainTechnique dirty mechanism so that TerrainTile now holds the dirty flag and enables/disables event traversal in response dirty being set/unset. This allows terrain to be automatically updated in response to Terrain scale and sample ratio changes. 2008-05-27 15:28 robert * examples/osgmultitexturecontrol/osgmultitexturecontrol.cpp: Introduced a TerrainHandler that adjust the sameple ratio and vertical scale of terrain interactively using the 'r','R' and 'v','V' keys respecitvely. 2008-05-27 13:11 robert * include/osgTerrain/Terrain, src/osgTerrain/GeometryTechnique.cpp, src/osgTerrain/Terrain.cpp: From John Vidar Larring, "Added vertical scale as a property of osgTerrain::Terrain. Lets you configure vertical scale when initializing the terrain model. E.g: osgTerrain::Terrain* terrain = findTopMostNodeOfType(model.get()); if (!terrain) { terrain = new osgTerrain::Terrain; terrain->addChild(model.get()); terrain->setVerticalScale(2.0f); model = terrain; } viewerWindow->setSceneData(model.get()); " 2008-05-27 12:07 robert * CMakeLists.txt, include/osg/Version: Updated version numbers in prep for 2.5.1 release 2008-05-27 12:06 robert * src/osgPlugins/vrml/CMakeLists.txt, src/osgPlugins/vrml/IndexedFaceSet.cpp, src/osgPlugins/vrml/Primitives.cpp, src/osgPlugins/vrml/ReaderWriterVRML2.cpp, src/osgPlugins/vrml/ReaderWriterVRML2.h: From Gino van den Bergen, "I've refactored the single ReadedWriterVRML2.cpp into multiple files. The reason for doing this was to break up the horribly long function osg::ref_ptr ReaderWriterVRML2::convertFromVRML(openvrml::node *obj) The fixes are: * Added the source's parent directory as search directory for image files. * The material properties are now set in the stateset of the Geode rather than the Geometry. This will allow geometries to be reused with different material properties in future updates. NB: I planned for a caching scheme in which multiple occurences of the same primitive (e.g., Cylinders with radius 0.8 and height 1.2), would use the same Geometry object. Unfortunately, my planning moved me to other areas, but I might still finish the caching scheme in a quiet hour. For the time being I decided it would be a good thing to already submit my current changes. " 2008-05-27 11:13 robert * src/osgViewer/PixelBufferX11.cpp: From Mathias Froehlich, "Included a fix for my past pbuffer change. The version test fo 'need at least glx 1.1' was broken, even if no implementation had yet a chance to trigger that :) Attached a fix for that broken test. Based on rev 8358" 2008-05-27 11:07 robert * src/osgPlugins/osg/LineStipple.cpp: From Andrew Bettison, "Problem: the LineStipple pattern when read from an OSG node file is always 0xFFFF, even though specified otherwise in the OSG file. Cause: possibly a copy/paste typo in src/osgPlugins/osg/LineStipple.cc, line 61: if (fr[0].matchWord("functionMask") && fr[1].getUInt(mask)) Solution: change to: if (fr[0].matchWord("pattern") && fr[1].getUInt(mask))" 2008-05-27 11:04 robert * src/osgUtil/GLObjectsVisitor.cpp: From Stephane Lamoliatte, "Here is a patch that fix the strange bug describe on the osg-user group. Finally it seems to not come from the empty geode. The origin of the problem seems to be the uniform initialization during the building of the program which call a glUseProgram. If your scene never display the node that contains the shader and if there is no other shader on the scene, this "glUseProgram" is the only one that is called during your simulation. So, this shader is applied on all the scene. I fix this bug by switching off the shader (by calling glUseProgram(0) ) during the compilation of a state which does not contain the shader. " 2008-05-27 10:50 robert * src/osgPlugins/gif/ReaderWriterGIF.cpp: From Wang Rui, "I have just done some changes on the classic osgdb_gif plugin (based on OSG 2.5.0). I wish our developers may use the newly written GIF reading plugin to attach animate GIF files as textures now! In my opinion, a GIF is much smaller than AVI and MOVs, and much more efficient sometimes. Changes includes: 1. A new GifImageStream class (inherit from osg::ImageStream and OpenThreads::Thread) have already been added to implement different operations of a GIF movie, such like playing, pausing, rewinding, setting time and so on. 2. Some small changes to decode_row() and gif_read_stream(), which make the transparency of GIF images correctly. 3. Just a few changes to the ReaderWriterGIF::readGIFStream() function, which ensure that animate GIFs are loaded by GifImageStream (and the function returns GifImageStream objects) and static GIFs unchanged (still use the old method and returns osg::Image objects!). Attachments are the cpp file and an animate GIF file for further test. Just rebuild the osgdb_gif project and use osgviewer or osgmovie to view it. The plugin has been tested on Windows and Arch Linux." 2008-05-26 22:36 robert * CMakeLists.txt, CMakeModules/Find3rdPartyDependencies.cmake, CMakeModules/OsgMacroUtils.cmake, src/OpenThreads/pthreads/CMakeLists.txt, src/osgPlugins/CMakeLists.txt: From Philip Lowman, post 1: "Here is a collection of changes which should fix issues building the OSG with CMake 2.6.0 (along with some other changes) CMakeLists.txt: * Set CMP0003 to supress warning about linking against -lpthread (which is a non-absolute library location). (CMake 2.6.x fix) * Modified the WIN32_USE_MP and a couple of other Visual Studio specific flags to be in an IF(MSVC) block (minor tweak to reduce exposing this stuff on MinGW builds) * Includes my second set of glu tesselator autodetection changes that you seemed to want but haven't committed yet. src/OpenThreads/pthreads/CMakeLists.txt: * Eliminates warning when compiling on Linux about spaces in link line (CMake 2.6.x fix) CMakeModules/OsgMacroUtils.cmake: * Tweaks to make the macros behave properly under CMake 2.6.0 (doesn't change behavior under CMake 2.4.x) CMakeModules/Find3rdPartyDependencies.cmake: * Adds the NO_DEFAULT_PATH option to all of the search options so that things in C:\Program Files\OpenSceneGraph aren't accidently picked up during configure time and instead only things in the "3rdParty" folder are discovered. (general bugfix) " post 2: "Ok, hold the presses. I just discovered that for some odd reason the osgdb_* plugins under Linux aren't getting put under the osgPlugins-2.5.0 folder. Not exactly sure why this broke, the folder was there, just empty. I'll have to look into it this evening." post 3: "Fixed, was caused by the switch to CMAKE_LIBRARY_OUTPUT_DIRECTORY and some code in osgPlugins/CMakeLists.txt that effectively overrides LIBRARY_OUTPUT_PATH on non-MSVC compilers to dump the plugins in the plugins folder. I tweaked it to override CMAKE_LIBRARY_OUTPUT_DIRECTORY as well. Seems to work fine." 2008-05-26 22:34 robert * src/osgPlugins/dae/daeWGeometry.cpp: From Paul Martz, "When exporting a DrawArrays PrimitiveSet, the DAE plugin computes an incorrect nbVerticesPerPoly if the first index is not zero. The issue can be reproduced easily with: osgconv cessna.osg cessna.dae Examination of the resulting .dae file reveals several out-of-range tristrip indices; viewing the .dae file in osgviewer causes a crash when OSG tries to lookup those indices. Attached resolves this issue." 2008-05-26 21:53 robert * include/osg/Texture2DArray, src/osg/Texture2DArray.cpp: From Art Tevs, "I've attached a patch for the Texture2DArray which solves problems of loading image data into the texture array. So here are a small description: - Solves issues of loading image data into the texture memory - Print a warning if images are of different dimensions or have different internal formats (GL specification requires images to be the same) Patch is tested and seems to work fine. It shouldn't break any other functionality. It should go into include/osg and src/osg " 2008-05-26 21:44 robert * include/osg/CullSettings: Fixed copyright notice typo 2008-05-26 21:33 robert * src/osg/StateSet.cpp: From Paul Martz, "The attached code changes StateSet::merge() so that it copies RenderBin data such as the rendering hint and RenderBin details from rhs into "this", only if "this" has RenderBin mode set to INHERIT. It replaces a comment by you indicating something along these lines should be done. To me, this seems like the right thing to do." 2008-05-26 21:32 robert * src/osgPlugins/dae/daeRMaterials.cpp, src/osgPlugins/dae/daeWMaterials.cpp: From Gino, "According to the 1.4.1 COLLADA spec (2nd ed) the standard behavior for fx_sampler_wrap_common is as follows CLAMP ->GL_CLAMP_TO_EDGE NONE->GL_CLAMP_TO_BORDER The current 2.5.0 daePlugin assumes the following binding CLAMP ->GL_CLAMP NONE->GL_REPEAT Notably the GL_CLAMP binding will result in visible black seams on input files that use otherwise matching textures. Replacing GL_CLAMP by GL_CLAMP_TO_EDGE solves this problem. I've updated both the read and write functions. " 2008-05-26 21:18 robert * CMakeLists.txt: From Philip Lowman, "I changed the test name to be a little easier to understand and defaulted Linux & Windows builds to false and to skip the compile check as you desired. " 2008-05-26 21:10 robert * src/osgWrappers/osg/AnimationPath.cpp: Updated wrappers 2008-05-26 21:09 robert * examples/osgviewerWX/osgviewerWX.cpp, examples/osgviewerWX/osgviewerWX.h: From Paul Melis, "Here is an update to the osgviewerWX example. Keyboard events were not always received because the GraphicsWindowWX wasn't receiving focus. It now receives focus when the mouse enters the window. * I split the mouse handling from a monolithic method to separate ones, slightly cleaner than a whole bunch of if()'s, especially with another case of the mouse entering the canvas. * I changed the EVT_KEY_DOWN handler to an EVT_CHAR handler, although that now makes the up and down handler assymetric. The new down-handler returns translated key codes, so when you press the S key (without anything else), it actually returns 's' and not 'S' as the EVT_KEY_DOWN did. This means that statistics can be called up in the viewer window, while the example previously only printed a "Stats output:" line to the console. I'm not truly happy that the up handler returns _untranslated_ key codes. But solving this completely would probably mean adding some table that translated from wxWidgets' untranslated key codes to OSG's internal ones. This might be interesting to add, as anyone using OSG + wxWidgets in any serious manner would also have to add this. * I commented out the evt.Skip()'s in the keyboard handlers as these would only be necessary if there were some key events that are not handled. But currently all key events are simply forwarded. * I changed the handling of a mouse drag to a more general mouse move" 2008-05-26 21:04 robert * src/osgPlugins/OpenFlight/FltWriteResult.h: From Colin McDonald, "I had to tighten a declaration in OpenFlight/FltWriteResult.h, as the Solaris SunStudio 11 compiler was being picky and wouldn't compile." 2008-05-26 20:46 robert * src/osgViewer/ViewerBase.cpp: Added debug block to output the location of the master camera for each View in a Viewer. 2008-05-26 17:30 robert * include/osg/AnimationPath, include/osgViewer/ViewerEventHandlers, src/osg/AnimationPath.cpp, src/osgViewer/ViewerEventHandlers.cpp: Added continuous recording of the animation path to the RecordAnimationPathHandler 2008-05-26 16:25 robert * examples/osgscreencapture/osgscreencapture.cpp: Introduce --pbuffer-only width height option, and added fps reporting to stats output 2008-05-26 15:41 robert * examples/osgscreencapture/osgscreencapture.cpp: Added basic --pbuffer width height support 2008-05-26 14:30 robert * examples/osgscreencapture/osgscreencapture.cpp: Added better stats reporting 2008-05-26 12:01 robert * examples/osgscreencapture/osgscreencapture.cpp: Added feedback of pixel format chosen for read back 2008-05-26 11:59 robert * examples/osgscreencapture/osgscreencapture.cpp: Added automatic selection of the pixel type according to the window type 2008-05-26 11:53 robert * examples/osgscreencapture/osgscreencapture.cpp: Added option for doing triple buffering, and set the default read format to GL_RGBA 2008-05-25 22:06 robert * examples/osgscreencapture/osgscreencapture.cpp: Switch to using an inital draw callback when use --start-frame 2008-05-25 21:52 robert * examples/osgscreencapture/osgscreencapture.cpp: Added option for setting whether the front or back buffer should be read using --front and --back command line options. 2008-05-25 21:35 robert * examples/osgscreencapture/osgscreencapture.cpp: Added option for controlling whether the front buffer is read at the start of the frame or the back buffer at the end of the frame. 2008-05-25 11:21 robert * CMakeLists.txt: Added check for pkg-config so that build only use related package checks when it's supported 2008-05-24 11:05 robert * include/osg/BufferObject, include/osg/Camera: Added #define's for PixelBufferObject extensions. Added docs for Camera::DrawCallback 2008-05-24 09:24 robert * src/osgUtil/CullVisitor.cpp: Added RenderStage::setClear*() methods from Camera::getClear*() sources 2008-05-24 08:13 robert * examples/osgscreencapture/osgscreencapture.cpp: Changed default format to GL_BGR 2008-05-23 16:26 robert * examples/osgscreencapture/osgscreencapture.cpp: Added single buffered and double buffered PBO support, and --no-pbo, --single-pbo and --double-pbo command line parameters 2008-05-22 17:50 robert * examples/osgscreencapture/osgscreencapture.cpp: Added basic glReadPixels code 2008-05-22 15:43 robert * examples/osgscreencapture/osgscreencapture.cpp: Added camera final callback attachment code. 2008-05-22 13:11 robert * examples/osgscreencapture/osgscreencapture.cpp, examples/osgscreencapture/osgscreenscapture.cpp: Fixed name of source file 2008-05-22 13:10 robert * examples/CMakeLists.txt, examples/osgscreencapture, examples/osgscreencapture/CMakeLists.txt, examples/osgscreencapture/osgscreenscapture.cpp: Added new osgscreencapture example folder, implementation to follow 2008-05-22 12:38 robert * include/osgDB/DatabasePager, src/osgDB/DatabasePager.cpp: Reorginaized the DatabaseQueue's to avoid warnings under Windows 2008-05-22 11:21 robert * src/osgDB/DatabasePager.cpp: Fixed warning by adding in missing return 2008-05-22 08:31 robert * src/osgPlugins/curl/ReaderWriterCURL.h: Checking in missed header 2008-05-21 21:09 robert * include/osg/NodeVisitor, include/osg/PagedLOD, include/osg/ProxyNode, include/osgDB/DatabasePager, include/osgDB/ReaderWriter, src/osg/PagedLOD.cpp, src/osg/ProxyNode.cpp, src/osgDB/DatabasePager.cpp, src/osgDB/Registry.cpp, src/osgPlugins/curl/CMakeLists.txt, src/osgPlugins/curl/ReaderWriterCURL.cpp, src/osgPlugins/osg/PagedLOD.cpp, src/osgPlugins/txp/TXPPagedLOD.cpp, src/osgViewer/CompositeViewer.cpp, src/osgViewer/Viewer.cpp, src/osgViewer/ViewerBase.cpp, src/osgWrappers/osg/NodeVisitor.cpp, src/osgWrappers/osg/PagedLOD.cpp, src/osgWrappers/osg/ProxyNode.cpp, src/osgWrappers/osgDB/DatabasePager.cpp, src/osgWrappers/osgDB/ReaderWriter.cpp: Refactored DatabasePager and related classes to introduce support for multi-threaded paging, where the Pager manages threads of reading local and http files via seperate threads. This makes it possible to smoothly browse large databases where parts of the data are locally cached while others are on a remote server. Previously with this type of dataset the pager would stall all paging while http requests were being served, even when parts of the models are still loadable virtue of being in the local cache. Also as part of the refactoring the DatabaseRequest are now stored in the ProxyNode/PagedLOD nodes to facilitate quite updating in the cull traversal, with the new code avoiding mutex locks and searches. Previous on big databases the overhead involved in make database requests could accumulate to a point where it'd cause the cull traversal to break frame. The overhead now is negligable. Finally OSG_FILE_CACHE support has been moved from the curl plugin into the DatabasePager. Eventually this functionality will be moved out into osgDB for more general usage. 2008-05-20 09:28 robert * src/osgViewer/Renderer.cpp: Moved the compile to after the updateSceneView 2008-05-14 20:22 robert * src/osgWrappers/osgDB/ReaderWriter.cpp: Updated wrappers 2008-05-14 17:03 robert * include/osgDB/ReaderWriter, src/osgDB/DatabasePager.cpp, src/osgPlugins/curl/ReaderWriterCURL.cpp: Introduced preliminary support for asynchronous file read requests, ReaderWriter::ReadResult now has a FILE_REQUEST enum. ReaderWriter::Options now has a s/getAsynchronousFileReadHint() parameter methods. libcurl based plugin now detects enabing of the AsynchronousFileReadHint, but as yet does not handle async requests - handling everything syncronously. DatabasePager now by default will enable AsynchronousFileReadHint for http based file requests 2008-05-14 14:59 robert * src/osgPlugins/curl/ReaderWriterCURL.cpp: Moved the cache file writing into StreamObject so that the cache file is only created once data is being read. 2008-05-14 13:16 robert * src/osgPlugins/curl/ReaderWriterCURL.cpp: Introduced a thread safe map which manages a single EasyCurl object per thread. 2008-05-14 12:47 robert * src/osgPlugins/curl/ReaderWriterCURL.cpp: Refactor curl usage so that a new EasyCurl class wraps up the curl handle and reading from curl. 2008-05-13 18:28 robert * applications/osgfilecache/osgfilecache.cpp: Fixed lat/long ordering 2008-05-13 17:27 robert * applications/osgfilecache/osgfilecache.cpp: Added support for -e level minX minY maxX maxY extents controls 2008-05-13 14:08 robert * src/osgDB/ReadFile.cpp: Added --file-cache directoryname command line option support to readNodeFiles(ArgumentParser&) to make it easier to specify a local file cache, in place of the default OSG_FILE_CACHE env var. 2008-05-13 12:36 robert * applications/osgfilecache/osgfilecache.cpp: Further work on computing of lat/long range of PagedLOD subgraphs 2008-05-13 10:56 robert * src/osgPlugins/dae/ReaderWriterDAE.cpp: From Steven Thomas, "Subject: Collada fix There was a problem converting a file to Collada by using osgconv like this: osgconv file.osg file.dae You would get an error message: I/O error : Permission denied I/O error : Permission denied error : xmlNewTextWriterFilename : out of memory! Error: daeLIBXMLPlugin::write(file://cessna.dae) failed Warning: Error in writing to "cessna.dae". This was due to some bad URI processing code in the Collada plugin. The attached file fixes this by using the Collada DOM's URI processing functions. After this change the file will convert successfully in the local directory. " 2008-05-12 16:59 robert * applications/osgfilecache/CMakeLists.txt, applications/osgfilecache/osgfilecache.cpp: Added signal handling code, and prelimary lat/long computation 2008-05-12 15:42 robert * src/osgViewer/ViewerBase.cpp: Added missing getBound() method 2008-05-12 12:16 robert * ChangeLog, src/osgWrappers/osg/ApplicationUsage.cpp, src/osgWrappers/osg/ArgumentParser.cpp, src/osgWrappers/osgViewer/Renderer.cpp: Update ChangeLog and wrappers for 2.5.0 dev release 2008-05-12 12:16 robert * AUTHORS.txt, applications/osgversion/osgversion.cpp: Updated AUTHORS for 2.5.0 release 2008-05-12 11:39 robert * src/osgUtil/RenderStage.cpp: From Mathias Froehlich, Fixed FrameBufferObject attachement code to handle cases where no texture or image is attached 2008-05-12 11:01 robert * CMakeLists.txt, include/osg/Version, packaging/pkgconfig/openscenegraph.pc: Updated version number for 2.5.0 dev release 2008-05-12 10:55 robert * applications/osgviewer/osgviewer.cpp, include/osg/ApplicationUsage, include/osg/ArgumentParser, src/osg/ArgumentParser.cpp, src/osgViewer/Viewer.cpp: From Eric Sokolowski and Robert Osfield, moved command line option usage setup from osgviewer example into osg::ArgumentParser and osgViewer::Viewer to make them more universally available. 2008-05-12 10:18 robert * src/osgPlugins/obj/ReaderWriterOBJ.cpp, src/osgPlugins/obj/obj.cpp, src/osgPlugins/obj/obj.h: From Bob Kuehne, "* add easy multiple texture targets support for obj by refactoring texture load into it's own method. * use new method from step 1 to load 'map_opacity' textures from .mtl files" 2008-05-12 10:16 robert * include/osg/Hint: From Mathias Froehlich, fixed typo 2008-05-11 14:26 robert * src/osgPlugins/CMakeLists.txt: Added CARIO_FOUND into svg plugins checks 2008-05-11 14:23 robert * CMakeLists.txt, src/osgPlugins/CMakeLists.txt, src/osgPlugins/svg, src/osgPlugins/svg/CMakeLists.txt, src/osgPlugins/svg/ReaderWriterSVG.cpp: From Miguel Escriva, Here you will find a SVG Image Reader. It renders a SVG file as an osg::Image using cairo and rsvg. 2008-05-10 17:25 robert * src/osgPlugins/OpenFlight/FltExportVisitor.cpp, src/osgPlugins/OpenFlight/FltExportVisitor.h, src/osgPlugins/OpenFlight/expGeometryRecords.cpp: From Paul Martz, "This change adds support for osg::Billboards to the OpenFlight exporter. It might seem odd that the change actually removes the stub apply(Billboard&) method, but it turns out Billboards are easily supported in subordinate routines of the existing apply(Geode&) method with s dynamic_cast, so there's no need for a separate apply(Billboard&)." 2008-05-10 17:23 robert * src/osgPlugins/3dc/ReaderWriter3DC.cpp, src/osgPlugins/freetype/ReaderWriterFreeType.cpp, src/osgPlugins/jpeg/ReaderWriterJPEG.cpp: From Paul Martz, "Another round of plugin enhancements. 3DC: Output now uses osg::notify. JPEG: Now returns correct error code for empty input file. FreeType: Prevent possible crash if Options is NULL." 2008-05-10 17:04 robert * include/osgViewer/Renderer, src/osgViewer/Renderer.cpp, src/osgViewer/View.cpp, src/osgViewer/ViewerBase.cpp: Moved compile setup from osgViewer::ViewerBase into osgViewer::Renderer to avoid threading issues associated with compile running in a parallel with update/cull on the first frame. Also added automatic recompile when a new SceneData is applied to a View. 2008-05-09 17:22 robert * applications/osgfilecache/osgfilecache.cpp: Added --file-cache command line option to compliment -c 2008-05-09 17:08 robert * applications/CMakeLists.txt, applications/osgfilecache, applications/osgfilecache/CMakeLists.txt, applications/osgfilecache/osgfilecache.cpp: Initial cut of file cache population app 2008-05-09 11:54 robert * src/osg/Program.cpp: From Art Trevs, set the _geometryVerticesOut to default to 1 as a workaround for OpenGL driver bug that incorrectly reports a warning when value is 0. 2008-05-09 11:27 robert * src/osgPlugins/OpenFlight/ReaderWriterFLT.cpp, src/osgPlugins/jpeg/ReaderWriterJPEG.cpp, src/osgPlugins/pnm/ReaderWriterPNM.cpp, src/osgPlugins/rgb/ReaderWriterRGB.cpp: From Paul Martz, "Attached are some minor plugin fixes. PNM, RGB, and JPEG would all crash if attempting to read an empty file, and FLT would go into an infinite loop. All are fixed with this change. I also fixed some return values for a couple of these, changing FILE_NOT_HANDLED to ERROR_IN_READING_FILE where appropriate." 2008-05-09 10:27 robert * examples/osgviewerGTK/osggtkdrawingarea.cpp, examples/osgviewerGTK/osggtkdrawingarea.h, examples/osgviewerGTK/osgviewerGTK.cpp: From Jeremy Moles, fixed window resize problem 2008-05-08 17:02 robert * src/osg/BoundingSphere.cpp: Added missing check against handling invalid bounding sphere's 2008-05-08 16:48 robert * src/osgPlugins/Inventor/ConvertToInventor.cpp: From Eric Sokolowsky, "I found one compilation error in OSG 2.4 in the Inventor plugin, where one node (SoTextureCoordinate3) was assumed to be available in all versions of Inventor but is actually only available in Coin. The use of the node is now protected by #ifdef __COIN__ constructs. The attachment is based on OSG 2.4, not SVN." 2008-05-08 16:45 robert * include/osgViewer/api/X11/GraphicsWindowX11, src/osgViewer/GraphicsWindowX11.cpp: From Melchior Franz, "In KDE I switch desktops with Super-Tab, and occasionally I get an excess Tab key report when switching back to an OSG application (usually FlightGear :-). Although KDE has consumed the Tab, it's sometimes still in the XKeymapEvent's key_vector, and followed by a Tab KeyRelease event. Avoid this artifact by - asking for a "fresh" keymap (via XQueryKeymap()), rather than using the unreliable(?) XKeymapEvent's key_vector, and by - flushing all key events on focus-in (to avoid the KeyRelease) After Super-press, Tab-press, Super-release, Tab-release (note the wrong release order!) I still get an extra Tab event. But this is not surprising and not exactly wrong either. Also it's hard to avoid, as we can't see what happened to the keyboard before we regained focus. Files changed: src/osgViewer/GraphicsWindowX11.cpp include/osgViewer/api/X11/GraphicsWindowX11" 2008-05-08 16:39 robert * CMakeLists.txt, examples/CMakeLists.txt, examples/osgviewerGTK, examples/osgviewerGTK/CMakeLists.txt, examples/osgviewerGTK/osggtkdrawingarea.cpp, examples/osgviewerGTK/osggtkdrawingarea.h, examples/osgviewerGTK/osgviewerGTK.cpp: From Jeremy Moles, osgviewerGTK example 2008-05-08 15:17 robert * src/osgPlugins/shp/ESRIShape.cpp, src/osgPlugins/shp/ESRIShape.h: From Sebastien Messerschmidt, "attached you'll find a patch for the shp-plugin. I've spotted huge memory leaks int ShapeParser and fixed them. Also, there was a missing destructor (PolygonM) and a missing member initialization (PolygonZ) Would be nice if someone could test the changes. To release the memory just if no reading error happened (and therefore the arrays would be valid) I've added an macro to release and reset the pointers at once. I'm not using macros myself very often as I don't like them, but I think it doesn't hurt in this code. " 2008-05-08 15:14 robert * ChangeLog, applications/osgversion/osgversion.cpp: Updated ChangeLog and osgversion to catch Raymond de Vries name correctly 2008-05-08 14:00 robert * src/osgParticle/PrecipitationEffect.cpp: From Raymond de Vries, "This fix tests the right variable before it is allocated. Fortunately, until now it tested another variable (_particleSizeUniform, which is, at that moment, not allocated as well) and everything went ok. So it does not fix a crash or so, it is a matter of correct code. Line 353 is changed from if (!_particleSizeUniform) to if (!_particleColorUniform) " 2008-05-08 13:56 robert * src/osgPlugins/OpenFlight/FltExportVisitor.cpp, src/osgPlugins/OpenFlight/FltExportVisitor.h, src/osgPlugins/OpenFlight/expGeometryRecords.cpp: From Paul Martz, "As I discovered prior to the 2.4 release, the FLT export geometry backend was using some old turn-on code, originally written just to enable other development but not intended for actual release. Sadly, my OSG training commitments prevented me from fixing this prior to 2.4. In essence, the FLT exporter was emitting a full set of Mesh records each time it encountered a PrimitiveSet. Attached is a fix. The code now emits the Mesh set up records, then iterates over all PrimitiveSets and emits a Mesh Primitive record per PrimitiveSet. It also loops over PrimitiveSets twice, first writing Face records according to the mode, the writing Mesh records (again according to the mode). The final change included here is support for GL_POINTS as single-vertex Face records. Billboards are still to come." 2008-05-08 13:46 robert * src/osgWrappers/osg/Camera.cpp: Updated wrappers 2008-05-08 13:22 robert * include/osg/Camera: From Roland Smeenk, "Small typo and implementation fix for setInitialDrawCallback." 2008-05-08 12:55 robert * CMakeLists.txt: From Philip Lowman, "Attached is a patch to the toplevel CMakeLists.txt which adds an automated test for OSG_GLU_TESS_CALLBACK_TRIPLEDOT. This should help ease initial configuration on OS X systems." 2008-05-08 12:36 robert * CMakeModules/FindCOLLADA.cmake, src/osgPlugins/dae/CMakeLists.txt, src/osgPlugins/dae/daeRGeometry.cpp, src/osgPlugins/dae/daeRMaterials.cpp, src/osgPlugins/dae/daeWMaterials.cpp, src/osgPlugins/dae/daeWriter.cpp: From Garrett Potts and Robert Osfield, changes to build against Collada DOM 2.x 2008-05-08 09:16 robert * include/osgUtil/SceneView: Updated the doxygen docs to explain the deprecated status of SceneView 2008-05-07 17:06 robert * src/osgPlugins/cfg/ReaderWriterCFG.cpp: Commented out checking of DISPLAY env var 2008-05-07 14:32 robert * src/osgWrappers/osg/Camera.cpp, src/osgWrappers/osgUtil/LineSegmentIntersector.cpp, src/osgWrappers/osgViewer/View.cpp: Updated wrappers 2008-05-07 14:30 robert * include/osgDB/ReaderWriter: From Bob Kuehne, Added doxygen docs clarification of ReadResult enum values 2008-05-07 14:24 robert * include/osgIntrospection/ReflectionMacros: From Donald Cipperly, "This is a fix to eliminate >> errors in VS 7.1" 2008-05-07 14:17 robert * include/osgViewer/View, src/osgViewer/View.cpp, src/osgViewer/Viewer.cpp: From Miguel Escriva, "Attached to this mail you will find some files to work with the Philips WOWvx displays. It's implemented in the same way that 3D Spherical Display and Panoramic Spherical Display. You can test it running: osgviewer --wowvx-20 cow.osg osgviewer --wowvx-42 cow.osg depending on the size of your Philips WOWvx display (20" or 42") Other arguments you can use to control the 3D effect are: --wow-content This value defines the kind of content that can be: 0: No depth 1: Signage 2: Movie 3: CGI 4: Still --wow-factor Percentage of the display recommended depth value. Default 64, Range [0-255] --wow-offset Amount of range behind the screen. Default 128, Range [0-255] 0: Range is shifted in the direction of the viewer. 128: Range is equally divided in front and behind the screen. 255: Range is shifted away from the viewer. " 2008-05-07 13:49 robert * include/osgUtil/LineSegmentIntersector: From Terry Welsh, fixed typo of getEnd() 2008-05-07 13:46 robert * examples/CMakeLists.txt, examples/osgfont, examples/osgfont/CMakeLists.txt, examples/osgfont/osgfont.cpp: From Jeremy Moles,"Here's a small example I us to test text rendering in osgWidget; I figured it might be helpful to folks in OSG who need to do the same. " 2008-05-07 13:42 robert * src/osg/Texture3D.cpp: From Farshid Lashkari, "I've added hardware mipmap support to Texture3D." 2008-05-07 11:59 robert * include/osg/Camera: Added doxygen comments for attach 2008-04-26 11:13 robert * packaging/pkgconfig/openscenegraph.pc, packaging/pkgconfig/openthreads.pc: Updated package numbers for OSG-2.4, OT-2.2.1 release 2008-04-25 13:10 robert * AUTHORS.txt, applications/osgversion/osgversion.cpp: Update AUTHORS file for 2.4 release 2008-04-25 12:58 robert * ChangeLog: Updated ChangeLog for 2.4 release 2008-04-25 12:40 robert * NEWS.txt, README.txt: Update NEWS and README to 2.4 stable release 2008-04-25 09:46 robert * CMakeLists.txt, include/osg/Version: Updated Version number for 2.4 stable release 2008-04-25 09:35 robert * include/osg/BoundingBox: From Stephane Lamoliatte, "Here is the fix of a very little typed error in BoundingBox : I replace "doulbe" by "double"." 2008-04-25 08:34 robert * src/osgTerrain/GeometryTechnique.cpp: Added cast to avoid warning 2008-04-24 16:50 robert * NEWS.txt: Updated date of 2.4 release 2008-04-24 16:49 robert * AUTHORS.txt: Updated AUTHORS file for release 2008-04-24 16:48 robert * ChangeLog: Updated ChangeLog for 2.3.11 release 2008-04-24 16:24 robert * examples/osgprerender/osgprerender.cpp: From Wojchiech Lewandowski, add missing setDataVariance(DYNAMIC) and extra event handlers 2008-04-24 14:46 robert * src/osgDB/CMakeLists.txt, src/osgDB/Registry.cpp: From Colin Dunlop, added alias for .live to quicktime plugin mapping. 2008-04-24 11:34 robert * src/OpenThreads/pthreads/CMakeLists.txt, src/osg/CMakeLists.txt, src/osgDB/CMakeLists.txt, src/osgFX/CMakeLists.txt, src/osgGA/CMakeLists.txt, src/osgIntrospection/CMakeLists.txt, src/osgManipulator/CMakeLists.txt, src/osgParticle/CMakeLists.txt, src/osgShadow/CMakeLists.txt, src/osgSim/CMakeLists.txt, src/osgTerrain/CMakeLists.txt, src/osgText/CMakeLists.txt, src/osgUtil/CMakeLists.txt, src/osgViewer/CMakeLists.txt: Reverted the changes for ill fated tweaks for Apple build 2008-04-24 10:09 robert * CMakeModules/Find3rdPartyDependencies.cmake: From Mattias Helsing, "I just made Find3rdPartyDependencies search for curllib if it can't find libcurl. Mike's 3rdParty only has curllib. I realize now that the in appended file I have earlier removed searching for freetype219 since I have it but it will break the build of osg." 2008-04-23 21:07 robert * AUTHORS.txt: Updated authors file for 2.3.11 release 2008-04-23 21:07 robert * ChangeLog: Updated ChangeLog 2008-04-23 20:54 robert * CMakeLists.txt, include/osg/Version: Updated version number 2.3.11 2008-04-23 20:50 robert * src/OpenThreads/pthreads/CMakeLists.txt, src/osg/CMakeLists.txt, src/osgDB/CMakeLists.txt, src/osgFX/CMakeLists.txt, src/osgGA/CMakeLists.txt, src/osgIntrospection/CMakeLists.txt, src/osgManipulator/CMakeLists.txt, src/osgParticle/CMakeLists.txt, src/osgShadow/CMakeLists.txt, src/osgSim/CMakeLists.txt, src/osgTerrain/CMakeLists.txt, src/osgText/CMakeLists.txt, src/osgUtil/CMakeLists.txt, src/osgViewer/CMakeLists.txt: Refactored the inclusion of the headers in the ADD_LIBRARY so that they aren't added under OSX. 2008-04-23 20:49 robert * include/osg/Texture2D, include/osg/TextureRectangle: Removed the mutable from the _image variable 2008-04-23 14:10 robert * src/osg/TextureRectangle.cpp: Added mutex to object creation to avoid a race condition when using threaded multiple graphics context 2008-04-22 14:31 robert * src/osgTerrain/Layer.cpp: Added return. 2008-04-22 14:15 robert * src/osgViewer/GraphicsWindowCarbon.cpp: From Stephan Huber, "the support for the new mightymouse and new touchpads was incomplete in GraphicsWindowCarbon. Attached is a fixed version." 2008-04-22 13:00 robert * AUTHORS.txt, applications/osgversion/osgversion.cpp: Updated AUTHORS file 2008-04-22 12:52 robert * ChangeLog, NEWS.txt, README.txt: Updated ChangeLog, NEWS and READE for 2.3.10 pre release of 2.4. 2008-04-22 11:47 robert * CMakeLists.txt, include/osg/Version: Updated version number for 2.3.10 dev release 2008-04-22 11:41 robert * src/osgWrappers/osgTerrain/Terrain.cpp: Updated wrappers 2008-04-22 11:39 robert * examples/osgmultitexturecontrol/osgmultitexturecontrol.cpp, include/osgTerrain/Terrain, src/osgTerrain/GeometryTechnique.cpp, src/osgTerrain/Terrain.cpp: Removed hardware down sampling hack from GeoemtryTechnique and replaced with Terrain::g/setSampleRatio() usage. 2008-04-22 10:10 robert * AUTHORS.txt, applications/osgversion/osgversion.cpp: Updated authors 2008-04-22 09:43 robert * applications/osgversion/osgversion.cpp: Fixed name 2008-04-21 16:31 robert * NEWS.txt: Updated NEWS for 2.4 release 2008-04-21 14:51 robert * src/osgPlugins/curl/CMakeLists.txt: From Luigi Calori, Added CURL_IS_STATIC option to help hint to the libcurl's plugin build so that it can be select as static build 2008-04-18 16:21 robert * AUTHORS.txt: Updated AUTHORS file for release 2008-04-18 16:20 robert * ChangeLog: Updated ChangeLog 2008-04-18 15:52 robert * README.txt: Updated date on readem 2008-04-18 15:01 robert * src/osgWrappers/osg/Camera.cpp, src/osgWrappers/osg/CullSettings.cpp, src/osgWrappers/osg/FrameBufferObject.cpp: Updated wrappers 2008-04-18 14:57 robert * src/osgPlugins/osg/Camera.cpp: Added support for COLOR_BUFFER entries up to 15 2008-04-18 14:51 robert * include/osg/Camera: Updated BufferComponent enum to list COLOR_BUFFERi entries up to 15. 2008-04-18 14:33 robert * src/osgUtil/RenderStage.cpp: Fixed bug in FBO colour attachement code 2008-04-18 14:14 robert * src/osgUtil/CullVisitor.cpp: Added optional compiled in debugging output to CullVisitor::apply(osg::Camera&) 2008-04-18 13:57 robert * include/osg/CullSettings, src/osg/CullSettings.cpp: Added write(ostream&) method to allow one to print out the current state 2008-04-18 13:25 robert * include/osg/FrameBufferObject, src/osg/FrameBufferObject.cpp, src/osgUtil/RenderStage.cpp: Changed the FrameBufferObject::setAttachment() methods so it now use osg::Camera::BufferComponent to enable it to distinguish between MRT and non MRT paths 2008-04-18 11:09 robert * src/osg/State.cpp: Introduce OSG_GL_ERROR_CHECKING env var checking to osg::State constructor so that you can enable fine grained check via env vars o.e. export OSG_GL_ERROR_CHECKING=ONCE_PER_ATTRIBUTE 2008-04-17 15:30 robert * src/osgPlugins/quicktime/CMakeLists.txt, src/osgPlugins/quicktime/QTImportExport.cpp, src/osgPlugins/quicktime/QTImportExport.h, src/osgPlugins/quicktime/QTtexture.cpp, src/osgPlugins/quicktime/QTtexture.h, src/osgPlugins/quicktime/ReaderWriterQT.cpp: From Stephan Huber, "attached you'll find a refactored and improved quicktime-plugin. I moved all code related to the image-loading, swizzling etc into an extra class. The quicktime plugin supports now reading and writing images from/to streams and the code is less cluttered than previous versions. I removed QTtexture.h/.cpp and added QTImportExport.h/.cpp. I updated the CMake-files, I hope they are alright. I used the submitted code in my own apps since two months or so and it seems pretty stable, but as always the migration to the osg-quicktime plugin may have introduced new bugs, so perfect for developer release :)" 2008-04-17 11:12 robert * examples/osgviewerQT/AdapterWidget.cpp: From John Shue, build fix for QT 3.x 2008-04-17 09:04 shuber * Xcode/OpenSceneGraph/OpenSceneGraph.xcodeproj/project.pbxproj: updated XCode project 2008-04-16 18:13 robert * include/osgViewer/Renderer, src/osgViewer/Renderer.cpp, src/osgWrappers/osgViewer/Renderer.cpp: Added new computation of time to allocate to flushing deleted and compiling OpenGL objects per frame. 2008-04-16 15:23 robert * include/osg/CopyOp, include/osgDB/ReaderWriter, include/osgGA/GUIEventAdapter: From Bob Kuehne, "he attached are conversions of the 3 main places i found in osg where tokens are used to represent bitmasks with 'magic' numbers, like 32. i've changed these to a more representative bitshift representation, showing clearly in which bit you can expect this token to manifest. ie, converted things like: from: DEEP_COPY_STATESETS = 8, to: DEEP_COPY_STATESETS = 1<<3, showing clearly that this isn't the _value_ 8, but the _bit_ 8. this is an old pattern i see (and like to promulgate) to make code a bit more readable and maintainable. " 2008-04-16 15:22 robert * CMakeLists.txt, include/osg/Version: Updated version number for nex dev release 2008-04-16 10:01 robert * include/osgViewer/api/Win32/GraphicsWindowWin32: From Jason Beverage, cursor inheritance support 2008-04-15 20:27 robert * AUTHORS.txt: Updated AUTHORS.txt for release 2008-04-15 20:16 robert * ChangeLog: Updated ChangeLog 2008-04-15 19:46 robert * src/osgViewer/GraphicsWindowWin32.cpp: From Jason Beverage, "The following changes fix the flickering issue I'm seeing when trying to externally manage my cursor in Win32. If you set the cursor to InheritCursor, GraphicsWindowWin32 ignores WM_SETCURSOR and assumes you will set the cursor yourself." 2008-04-15 19:36 robert * include/osg/FrameBufferObject, include/osgUtil/RenderStage, src/osg/FrameBufferObject.cpp, src/osgUtil/RenderStage.cpp, src/osgWrappers/osg/FrameBufferObject.cpp: From Art Trevs, moved multile render targets support from RenderStage into FrameBufferObject. From Robert Osfield, refactored the FrameBufferObejcts::_drawBuffers set up so that its done within the setAttachment method to avoid potential threading/execution order issues. 2008-04-15 12:52 robert * src/osgWrappers/osg/CullSettings.cpp, src/osgWrappers/osgUtil/Optimizer.cpp: Updated wrappers 2008-04-15 11:50 robert * examples/osgdepthpartition/DistanceAccumulator.cpp: From Tim Moore, compile fix for gcc 4.3 2008-04-14 10:38 robert * include/osg/CoordinateSystemNode: Added docs explaining units 2008-04-13 19:31 robert * include/osgUtil/Optimizer, src/osgUtil/Optimizer.cpp: Added subdivision of Goedes 2008-04-13 14:32 robert * src/osgText/Text.cpp: From Christian Kaser, "I discovered a bug that lead to a space being displayed at the start of the new line after an automatic line break (through setMaximumWidth()). The fix simply skips all spaces at the end of the line, before skipping a line break which was done already. osgText/Text.cpp: Line 502 ... else { ++itr; } if (itr!=_text.end()) { // skip over spaces and return. while (*itr==' ') ++itr; // New if (*itr=='\n') ++itr; } // move to new line. switch(_layout) { .." 2008-04-13 14:29 robert * runexamples.bat: From Paul Martz, added osgocclussionquery and osgthirdpersonview examples 2008-04-12 10:02 robert * include/osg/CullSettings: Changed bias parameter to scale 2008-04-11 14:52 robert * AUTHORS.txt: Updadated authors file for dev release 2008-04-11 14:43 robert * CMakeLists.txt, ChangeLog, include/osg/Version, src/osgWrappers/osgGA/EventQueue.cpp, src/osgWrappers/osgGA/GUIEventAdapter.cpp: Updated wrappers, and version numbers in prep for next release 2008-04-11 14:33 robert * applications/osgversion/osgversion.cpp: Fixed J.P. Delports name 2008-04-11 14:14 robert * examples/osgsimulation/osgsimulation.cpp: Added --unit entry for controlling which texture unit the overlay works on. 2008-04-11 13:43 robert * src/osgPlugins/OpenFlight/DataOutputStream.cpp, src/osgPlugins/OpenFlight/DataOutputStream.h, src/osgPlugins/OpenFlight/MaterialPaletteManager.cpp, src/osgPlugins/OpenFlight/MaterialPaletteManager.h, src/osgPlugins/OpenFlight/VertexPaletteManager.cpp, src/osgPlugins/OpenFlight/VertexPaletteManager.h, src/osgPlugins/OpenFlight/expGeometryRecords.cpp, src/osgPlugins/OpenFlight/expPrimaryRecords.cpp: From Paul Martz,"Several misc changes, but the major fixes include: * Support for Vec4ubArray for color data * Support for material transparency Thanks to Neil Hughes, Jason Daly, yourself, and others for testing and reporting issues." 2008-04-11 13:28 robert * include/osgGA/EventQueue, include/osgGA/GUIEventAdapter, src/osgGA/EventQueue.cpp, src/osgGA/GUIEventAdapter.cpp, src/osgViewer/GraphicsWindowCarbon.cpp: From Philipp Machler, "We have extended the support for Wacom Tablet devices: - Mac OS X - not only pressure, but tilt and z-rotation is supported now " 2008-04-11 13:04 robert * examples/osgmultiplerendertargets/osgmultiplerendertargets.cpp, examples/osgstereomatch/README.txt: Added reference to osgstereomatch example to osgmultiplerendertargets. Added usage example use OpenSceneGraph-Data/Images examples 2008-04-11 13:03 robert * CMakeLists.txt: From Sherman Wilcox, "Here is a patch for cmakelists.txt to add support for the /MP option in Microsoft compilers as discussed in osg-users. There is now an advanced option called WIN32_USE_MP (which defaults to OFF) that will enable the /MP switch for all builds. I tucked this code block safely within a IF(WIN32) branch." 2008-04-11 11:58 robert * examples/CMakeLists.txt, examples/osgstereomatch, examples/osgstereomatch/CMakeLists.txt, examples/osgstereomatch/README.txt, examples/osgstereomatch/StereoMultipass.cpp, examples/osgstereomatch/StereoMultipass.h, examples/osgstereomatch/StereoPass.cpp, examples/osgstereomatch/StereoPass.h, examples/osgstereomatch/osgstereomatch.cpp: From Jose Delport, a MRT example implementing stereo matching. 2008-04-11 11:19 robert * src/osgWrappers/osg/BoundingBox.cpp, src/osgWrappers/osg/BoundingSphere.cpp, src/osgWrappers/osg/LOD.cpp, src/osgWrappers/osg/ProxyNode.cpp, src/osgWrappers/osgGA/GUIEventAdapter.cpp: Updated wrappers 2008-04-11 11:10 robert * examples/osgkeyboard/osgkeyboard.cpp, include/osgGA/GUIEventAdapter, src/osgGA/EventQueue.cpp, src/osgViewer/GraphicsWindowX11.cpp: From Melchior Franz, "The GUIEventAdapter header file had KeySymbols for the super and hyper keys defined already, but these modifiers were missing in GUIEventAdapter::ModKeyMask, and the EventQueue ingored them as well. The attached diff/archive adds the missing parts for Super/Hyper modifier key support. I'm aware that this might not be supported on all systems/keyboards out of the box, but decided to submit it anyway because: - developers are aware of differences between input devices (Some mice have scroll wheels, others don't. Some have five or more buttons, some have only one. Some keyboards don't have numpads, some have AltGr, some don't etc.) - even if someone relies on Hyper/Super in distributed software, this is easy to fix and doesn't create lock-in conditions - while the names Hyper/Super may only be common on X11, they are just symbol names and not OS-specific - even though some systems might not offer these additional modifiers by default, it's likely that all of them have at least 8 modifier levels internally, so it should only be a matter of OS configuration to make them work - having super/hyper available is useful to offer a user ways to define local key definitions that are safe from collisions with predefined "official" key assignments" 2008-04-11 10:58 robert * src/osgPlugins/curl/CMakeLists.txt: From Sherman Wilcox, "Modified the cmakelists.txt file for the curl plugin so the proper linker directories are set in Win32. The old cmakelists.txt would set the lib release folder for debug builds as well. This should correct that." 2008-04-11 10:31 robert * src/osgViewer/GraphicsWindowX11.cpp: From Colin McDonald, fixed typo. 2008-04-11 10:30 robert * src/osgDB/DynamicLibrary.cpp, src/osgDB/FileUtils.cpp, src/osgPlugins/cfg/CameraConfig.cpp, src/osgPlugins/net/sockstream.h: From Benoit Laniel, "I use mingw to cross-compile openscenegraph to win32. However, linux filesystem is case-sensitive. Here are the modifications needed to make the compiler happy. These are only some include lines rewritten (Io.h to io.h, Windows.h to windows.h etc.) for version 2.3.7." 2008-04-11 10:16 robert * applications/osgconv/osgconv.cpp: From Bob Kuehne, "1) add simplifier command "--simplifier .5" to reduce complexity 2) complementarily add a "--overallNormal" to replace per-vert/per-facet normals with an overall. simplifier doesn't work in certain cases without less complex normals. this gets that done. 3) add env var output with full verbose output so people realize it's active when the app is run - i see this all the time in training where people run osgconv, with unintended data transformations due to osgUtil:;Optimzer, for example" 2008-04-11 10:10 robert * examples/osgmovie/osgmovie.cpp: Added --mouse option to enable mouse tracking, and fixed bug in assumption that nv is not null. 2008-04-03 18:36 robert * CMakeLists.txt, applications/osgversion/osgversion.cpp, include/osg/BoundingBox, include/osg/BoundingSphere, include/osg/LOD, include/osg/ProxyNode, include/osg/Vec4d, src/osg/BoundingSphere.cpp, src/osgGA/NodeTrackerManipulator.cpp, src/osgGA/TerrainManipulator.cpp, src/osgPlugins/Inventor/ConvertToInventor.cpp: Introduced CMake build option for compiling double or float versions of osg::BoundingSphere and osg::BoundingBox. Introduced code in BoundgingSphere, BoundingBox, ProxyNode and LOD to utilise the above settings. Added Matrix::value_type, Plane::value_type, BoundingSphere::value_type and BoundingBox::value_type command line options that report where the types of floats or doubles. 2008-04-03 18:06 robert * src/osgViewer/GraphicsWindowX11.cpp: From Colin McDonald, "The X11WindowingSystemInterface in osgViewer/GraphicsWindowX11.cpp unconditionally sets the X11 error handler routine, replacing anything that was previously set. This is a bit unfriendly, as the X11 error handler is a global attribute which the application, or the GUI toolkit being used, may well have set itself. So I have modified X11WindowingSystemInterface to only replace the error handler if it is the default i.e. if the application has not set it." 2008-04-03 10:26 robert * src/osgPlugins/dds/ReaderWriterDDS.cpp: From Mattias Helsing, "While using the dds plugin (via osgdem) it was able to write 24bit images with BGR order but not read them. My 2-liner fixed it for me but it may be that someone with more knowledge of the plugin want to insert more pixel formats in the reading part of the plugin." 2008-04-02 17:08 robert * include/osgUtil/RenderStage, src/osgUtil/RenderStage.cpp: From Jose Delport, added support for MRT via glDrawBuffers 2008-04-02 13:57 robert * src/osgPlugins/osga/OSGA_Archive.cpp: From Mattias Helsing, "Subject: osga reading slash mismatch requests for files in a archive are made with unix style paths. So to be able to match an entry in map(_indexMap) it's keys needs to be stored in unix style even on Win32" Note from Robert Osfied, simplified this submission so that the added conversion to unix slahes is done on all platforms as this should be safe and simpler to maintain. 2008-04-02 13:55 robert * src/osgUtil/RenderStage.cpp: Updated to reflect new COLOR_BUFFER0 value 2008-04-02 13:48 robert * examples/CMakeLists.txt, examples/osgmultiplerendertargets, examples/osgmultiplerendertargets/CMakeLists.txt, examples/osgmultiplerendertargets/osgmultiplerendertargets.cpp: From Jose Delport, introduced osgmultiplerendertargets example 2008-04-02 13:47 robert * include/osg/Camera, src/osgPlugins/osg/Camera.cpp: Changed the Camera::BufferComponent::COLOR_BUFFER0 from being equal to COLOR_BUFFER to being COLOR_BUFFER+1 to enable differentation between non MRT and MRT paths. 2008-04-02 11:28 robert * src/osgUtil/RenderStage.cpp: From Jose Delport, typo fixes 2008-04-01 17:22 robert * AUTHORS.txt, ChangeLog, applications/osgversion/osgversion.cpp: Updated ChangeLog, osgversion and AUTHOR.txt for 2.3.7 dev release 2008-04-01 14:52 robert * .: Removed svn:externals property 2008-04-01 14:28 robert * README.txt: Updated data for 2.3.7 dev release 2008-04-01 11:03 robert * include/OpenThreads/Version, src/OpenThreads/CMakeLists.txt: Updated OpenThreads version to 2.2.1 with the switch of sources/svn:externals from OpenThreads to OpenSceneGraph. 2008-04-01 10:49 robert * ., include/OpenThreads, src/OpenThreads: Moved OpenThreads directly into OpenSceneGraph/trunk rather than being introduced via svn:externals. This change has been done to make it easier for OpenSceneGraph users to check out the svn via https without any conflicts introduced with a http externals. 2008-04-01 10:33 robert * CMakeLists.txt, include/osg/Version: Updated version numbers for 2.3.7 dev release 2008-04-01 10:11 robert * src/osgPlugins/OpenFlight/FltExportVisitor.cpp, src/osgPlugins/OpenFlight/expGeometryRecords.cpp: From Paul Martz, "Two changes: - Handle DrawArrays first/count correctly (fixes problem reported by Jason Daly) - Display warning if non-Geometry Drawable is encountered." 2008-04-01 10:00 robert * include/osgViewer/api/Carbon/GraphicsWindowCarbon, src/osgViewer/GraphicsWindowCarbon.cpp: From Tatsuhiro Nishioka and Stephan Huber, bug fixes and enhancement of cursor suppoort. 2008-03-31 16:23 robert * src/osgViewer/Viewer.cpp: Added checks for a valid scene graph before doing various ops on it. 2008-03-31 14:00 robert * src/osgPlugins/OpenFlight/LightSourcePaletteManager.cpp: From Andy Skinner, build fix for Solaris 2008-03-31 11:44 robert * include/osg/Camera, include/osgUtil/RenderStage, include/osgUtil/SceneView, src/osg/Camera.cpp, src/osgUtil/SceneView.cpp, src/osgWrappers/osg/Camera.cpp: Added Camera::s/getClearAccum, s/getClearStencil and s/getClearDepth. 2008-03-31 09:43 robert * src/osgWrappers/osgDB/DatabasePager.cpp, src/osgWrappers/osgTerrain/Terrain.cpp: Updated wrappers 2008-03-29 09:59 robert * src/osgText/Font.cpp: From Sherman Wilcox with a little reorganisation from Robert Osfield, added test for 0 sized subloads, ignoring them to prevent a divide by zero error occuring on some buggy drivers. 2008-03-28 19:56 robert * src/osgPlugins/OpenFlight/ExportOptions.cpp, src/osgPlugins/OpenFlight/FltWriteResult.h, src/osgPlugins/OpenFlight/ReaderWriterFLT.cpp, src/osgPlugins/OpenFlight/VertexPaletteManager.cpp: From Paul Martz, "Some small changes and code cleanup. Biggest change is an improvement to the WriteResult return." 2008-03-28 18:42 robert * src/osgTerrain/GeometryTechnique.cpp: Set Texture::setMaxAnisotropy() to 16.0f for better quality terrain when looking at shallow angle. 2008-03-28 17:53 robert * src/osgPlugins/curl/ReaderWriterCURL.cpp: Improved the error capture and reporting 2008-03-28 15:52 robert * include/osgDB/DatabasePager, src/osgDB/DatabasePager.cpp: Rewrote the DatabasePager::removeExpiredSubgraphs(double) routine as it as not expiring subgraphs quick enough to enable reasonable load balancing. New version isn't perfect and will need further work, but does at least reduce the memory footprint by as much as half on test paths on big databases. The rewritten method no longer uses the the MaximumNumOfRemovedChildPagedLODs and MinimumNumOfInactivePagedLODs variables so these and associated methods for accessing them have been removed. - /** Set the maximum number of PagedLOD child to remove per frame */ - void setMaximumNumOfRemovedChildPagedLODs(unsigned int number) { _maximumNumOfRemovedChildPagedLODs = number; } - - /** Get the maximum number of PagedLOD child to remove per frame */ - unsigned int getMaximumNumOfRemovedChildPagedLODs() const { return _maximumNumOfRemovedChildPagedLODs; } - - /** Set the minimum number of inactive PagedLOD child to keep */ - void setMinimumNumOfInactivePagedLODs(unsigned int number) { _minimumNumOfInactivePagedLODs = number; } - - /** Get the minimum number of inactive PagedLOD child to keep */ - unsigned int getMinimumNumOfInactivePagedLODs() const { return _minimumNumOfInactivePagedLODs; } 2008-03-28 15:31 robert * include/osgTerrain/Terrain, include/osgTerrain/TerrainTechnique, src/osgTerrain/Terrain.cpp: Introduced mutex into Terrain node to manage the tile system data structures 2008-03-28 15:28 robert * examples/osgmultitexturecontrol/osgmultitexturecontrol.cpp: Reordered set up of scene and event handlers to prevent warning 2008-03-28 13:22 robert * src/osgPlugins/OpenFlight/opcodes.h, src/osgPlugins/OpenFlight/types.h: Removed old lower case versions 2008-03-28 12:44 robert * src/osgPlugins/OpenFlight/AttrData.cpp, src/osgPlugins/OpenFlight/AttrData.h, src/osgPlugins/OpenFlight/CMakeLists.txt, src/osgPlugins/OpenFlight/DataInputStream.h, src/osgPlugins/OpenFlight/DataOutputStream.cpp, src/osgPlugins/OpenFlight/DataOutputStream.h, src/osgPlugins/OpenFlight/Document.h, src/osgPlugins/OpenFlight/ExportOptions.cpp, src/osgPlugins/OpenFlight/ExportOptions.h, src/osgPlugins/OpenFlight/FltExportVisitor.cpp, src/osgPlugins/OpenFlight/FltExportVisitor.h, src/osgPlugins/OpenFlight/FltWriteResult.h, src/osgPlugins/OpenFlight/LightSourcePaletteManager.cpp, src/osgPlugins/OpenFlight/LightSourcePaletteManager.h, src/osgPlugins/OpenFlight/MaterialPaletteManager.cpp, src/osgPlugins/OpenFlight/MaterialPaletteManager.h, src/osgPlugins/OpenFlight/Opcodes.h, src/osgPlugins/OpenFlight/Pools.h, src/osgPlugins/OpenFlight/ReaderWriterATTR.cpp, src/osgPlugins/OpenFlight/ReaderWriterFLT.cpp, src/osgPlugins/OpenFlight/RecordInputStream.cpp, src/osgPlugins/OpenFlight/Registry.h, src/osgPlugins/OpenFlight/TexturePaletteManager.cpp, src/osgPlugins/OpenFlight/TexturePaletteManager.h, src/osgPlugins/OpenFlight/Types.h, src/osgPlugins/OpenFlight/Utils.h, src/osgPlugins/OpenFlight/VertexPaletteManager.cpp, src/osgPlugins/OpenFlight/VertexPaletteManager.h, src/osgPlugins/OpenFlight/expAncillaryRecords.cpp, src/osgPlugins/OpenFlight/expControlRecords.cpp, src/osgPlugins/OpenFlight/expGeometryRecords.cpp, src/osgPlugins/OpenFlight/expPrimaryRecords.cpp: From Paul Martz, "Here's the mods to the OpenFlight plugin to support FLT export. The ZIP file contains the new .cpp/h files as well as existing files that I modified. Changes to existing files: ReaderWriter.cpp -- to support writeNode() of course. ReaderWriterATTR.cpp -- to support writeObject -- we write .attr files for textures, if they don't already exist. AttrData.cpp/.h -- Minor fixes. CMakeLists.txt -- to include the new files in the build." From Robert Osfield, port to non Windows platforms just required fixing of header capitilization errors that windows lets through the net due to having a case insensitive file system. 2008-03-27 13:21 robert * include/osgTerrain/Terrain, include/osgTerrain/TerrainTile, include/osgTerrain/TileSystem, src/osgTerrain/CMakeLists.txt, src/osgTerrain/Terrain.cpp, src/osgTerrain/TerrainTile.cpp, src/osgTerrain/TileSystem.cpp, src/osgWrappers/osgTerrain/Terrain.cpp, src/osgWrappers/osgTerrain/TerrainTile.cpp, src/osgWrappers/osgTerrain/TileSystem.cpp: Removed TileSystem class, and added support for TerrainTile's automatically registering and unregistering themseles with the enclosing Terrain node. 2008-03-27 11:56 robert * src/osgWrappers/osgTerrain/TerrainTile.cpp: Added wrapper for TerrainTile 2008-03-27 11:55 robert * examples/osgmultitexturecontrol/osgmultitexturecontrol.cpp, include/osgTerrain/Terrain, include/osgTerrain/TerrainSystem, include/osgTerrain/TerrainTechnique, include/osgTerrain/TerrainTile, src/osgTerrain/CMakeLists.txt, src/osgTerrain/GeometryTechnique.cpp, src/osgTerrain/Terrain.cpp, src/osgTerrain/TerrainSystem.cpp, src/osgTerrain/TerrainTechnique.cpp, src/osgTerrain/TerrainTile.cpp, src/osgWrappers/osgTerrain/Terrain.cpp, src/osgWrappers/osgTerrain/TerrainTechnique.cpp, src/osgWrappers/osgTerrain/TileSystem.cpp: Renamed osgTerrain::TerrainSystem to osgTerrain::Terrain 2008-03-27 10:55 robert * examples/osgterrain/osgterrain.cpp, include/osgTerrain/Terrain, include/osgTerrain/TerrainSystem, include/osgTerrain/TerrainTechnique, include/osgTerrain/TerrainTile, include/osgTerrain/TileSystem, src/osgPlugins/ive/CMakeLists.txt, src/osgPlugins/ive/CompositeLayer.h, src/osgPlugins/ive/DataInputStream.cpp, src/osgPlugins/ive/DataInputStream.h, src/osgPlugins/ive/DataOutputStream.cpp, src/osgPlugins/ive/DataOutputStream.h, src/osgPlugins/ive/HeightFieldLayer.h, src/osgPlugins/ive/ImageLayer.h, src/osgPlugins/ive/Layer.h, src/osgPlugins/ive/ReadWrite.h, src/osgPlugins/ive/Terrain.cpp, src/osgPlugins/ive/Terrain.h, src/osgPlugins/ive/TerrainTile.cpp, src/osgPlugins/ive/TerrainTile.h, src/osgPlugins/osgTerrain/CMakeLists.txt, src/osgPlugins/osgTerrain/Locator.cpp, src/osgPlugins/osgTerrain/ReaderWriterOsgTerrain.cpp, src/osgPlugins/osgTerrain/Terrain.cpp, src/osgPlugins/osgTerrain/TerrainTile.cpp, src/osgTerrain/CMakeLists.txt, src/osgTerrain/GeometryTechnique.cpp, src/osgTerrain/Terrain.cpp, src/osgTerrain/TerrainTechnique.cpp, src/osgTerrain/TerrainTile.cpp: Renamed Terrain to TerrainTile 2008-03-26 20:06 robert * examples/osgmultitexturecontrol/CMakeLists.txt, examples/osgmultitexturecontrol/osgmultitexturecontrol.cpp, include/osgTerrain/Terrain, include/osgTerrain/TerrainSystem, include/osgTerrain/TileSystem, src/osgDB/DatabasePager.cpp, src/osgPlugins/ive/IveVersion.h, src/osgPlugins/ive/Terrain.cpp, src/osgTerrain/CMakeLists.txt, src/osgTerrain/Terrain.cpp, src/osgTerrain/TerrainSystem.cpp, src/osgTerrain/TileSystem.cpp: Introduce TerrainSystem node which decorates a complete terrain model made up of Terrain tiles. 2008-03-26 20:03 robert * src/osgPlugins/curl/CMakeLists.txt, src/osgPlugins/curl/ReaderWriterCURL.cpp: From Carlo Camporesi, "I have made some changes in order to allow the using of proxies via env variables and options. I have modified also the cmakelist. In this way osg is able to find the library in 3rdParty directory." 2008-03-26 20:01 robert * CMakeModules/Find3rdPartyDependencies.cmake: From Carlo Comporesi, adding support of finding libcurl in 3rd party dependencies 2008-03-25 15:21 robert * examples/osgviewerQT/AdapterWidget.cpp: From Tomas Hnilica, " Attached is modified source of AdapterWidget.cpp file from osgviewerQT example. Original was token today from SVN - trunk. (2.3.6). --mdi option needs to be set to run MDI version. Few notes: - tested on Windows box (Win XP) - using QT4 - I was not able to execute the example with QOSGWidget - had same error like described in [osg-users] "fate error using QOSGWidget in develop release 2.3.0" thread from Shuxing Xiao, 2008-01-08. - problems are described in source -- And Later post: The problem of keypress events was solved by QT community, attached is repaired AdapterWidget.cpp file. In the AdapterWidget class constructor following line was added: setFocusPolicy(Qt::ClickFocus); Scene disappearing by resizing to minimum still needs to be fixed..." 2008-03-25 13:14 robert * src/osgDB/FileNameUtils.cpp, src/osgDB/Registry.cpp: Moved include of c headers to top, and remove using std::strlen in an attempt to solve gcc4.3 compile problems 2008-03-25 13:06 robert * src/osgViewer/ViewerEventHandlers.cpp: Added limits.h to try and avoid gcc 4.3 compile problems 2008-03-25 13:01 robert * src/osgPlugins/gdal/ReaderWriterGDAL.cpp: Added #include to fix gcc 4.3 build problem 2008-03-25 12:26 robert * src/osgUtil/Optimizer.cpp: Fixed LessGeode operator. 2008-03-25 11:50 robert * examples/osgshadow/osgshadow.cpp: From Wojciech Leandowski, "I removed few lines of code that were setting Threading mode and Screen mode. I believe they are now not neccessary because the same does osgViewer::Viewer argument parser. In fact argument list does not contain these args after they were parsed by osgViewer::Viewer constructor. I also allowed myself to add ThreadingHandler to the example." 2008-03-24 18:06 robert * src/osgTerrain/GeometryTechnique.cpp: Added sampling down to 32x32 mesh for 64x64 height fields as a workaround to memory consumption issues with high res whole earth paged databases. 2008-03-24 18:03 robert * examples/osgmultitexturecontrol/osgmultitexturecontrol.cpp: Added mutex to prevent multiple cull threads changing the MultiTextureControl at one time. 2008-03-24 10:53 robert * examples/osgmultitexturecontrol/osgmultitexturecontrol.cpp: Added full range of cameras manipulators to osgmultitexturecontrol example 2008-03-23 18:28 robert * src/osgGA/AnimationPathManipulator.cpp: Added < and > key bindings to allow the speed to be animation speed to be increased or decreased. 2008-03-21 18:35 robert * src/osgPlugins/curl/ReaderWriterCURL.cpp: Added preliminary file cache support. Enabled by setting the OSG_FILE_CACHE variable. 2008-03-21 18:31 robert * src/osgPlugins/net/ReaderWriterNET.cpp: Added missing break; at end of each case entry. 2008-03-21 15:43 robert * src/osgPlugins/curl/ReaderWriterCURL.cpp: Fixed push/popping of filepath, removed verbose debug messages 2008-03-21 13:20 robert * src/osgPlugins/curl/ReaderWriterCURL.cpp: Added better detection and error reporting of files without proper server address 2008-03-21 13:08 robert * CMakeLists.txt, src/osgDB/Registry.cpp, src/osgPlugins/CMakeLists.txt, src/osgPlugins/curl, src/osgPlugins/curl/CMakeLists.txt, src/osgPlugins/curl/ReaderWriterCURL.cpp, src/osgPlugins/net/ReaderWriterNET.cpp: Added initial cut of libcurl based plugin 2008-03-20 10:24 robert * README.txt: Updated date for 2.4.6 release 2008-03-19 21:05 robert * include/osgViewer/api/X11/GraphicsWindowX11, src/osgViewer/GraphicsWindowX11.cpp: From Melchoir Franz, "osgViewer toggled the NumLock state correctly when pressing the NumLock key, but it didn't pick up the initial state. So, if NumLock was on for the OS at startup (LED on), it was still off for OSG. And the first keypress turned the LED off, and NumLock on for OSG. The attached fix picks up the state on every FocusIn, just like it was done in the last commits for CapsLock. The difference is, that the NumLock mask isn't standardized (e.g. 0x10 for Linux, and 0x80 for AIX), so we have to do a reverse lookup (::rescanModifierMapping()). Note that I could not reproduce the problem on my system, but someone else confirmed it twice on his, and the patch fixed it for him. Changed files: ./include/osgViewer/api/X11/GraphicsWindowX11 ./src/osgViewer/GraphicsWindowX11.cpp " 2008-03-19 17:11 robert * AUTHORS.txt: Update AUTHOR file 2008-03-19 17:10 robert * CMakeLists.txt, ChangeLog, README.txt, include/osg/Version: Updated version and ChangeLog for 2.3.6 dev release. 2008-03-19 12:30 robert * src/osgWrappers/osgShadow/ShadowMap.cpp: Updated wrappers 2008-03-19 12:09 robert * include/osgShadow/ShadowMap, src/osgShadow/ShadowMap.cpp: From Sebastian Messerschimdt, Added polygon offset controls 2008-03-19 11:41 robert * src/osgWrappers/osg/CullSettings.cpp: Updated wrappers 2008-03-19 11:41 robert * src/osgShadow/ParallelSplitShadowMap.cpp, src/osgShadow/ShadowMap.cpp, src/osgShadow/ShadowTexture.cpp: Revert the Camera::setInheritanceMask(0x) calls that were added as workaround to a bug introduced by a bug fix to the way the inhertiance mask was handled in CullVisito::apply(Camera&) 2008-03-19 11:40 robert * include/osg/CullSettings, src/osg/CullSettings.cpp: Introduced InheritanceMaskActionOnAttributeSetting member to CullSettings, and associated applyMaskAction method that is now used in all CullSettings::set*() methods, which by default helps disable the inheritance mask associated with settings that are made locally. 2008-03-18 17:44 robert * src/osgShadow/ParallelSplitShadowMap.cpp, src/osgShadow/ShadowMap.cpp, src/osgShadow/ShadowTexture.cpp, src/osgShadow/SoftShadowMap.cpp: Set the CullSettings::InhertianceMask to 0x0 as temporary measure till we work out the best scheme to use w.r.t inhertiance of CullSettins. 2008-03-18 15:48 robert * src/osgWrappers/osg/AutoTransform.cpp: Updated wrappers 2008-03-18 15:37 robert * examples/osgautotransform/osgautotransform.cpp, include/osg/AutoTransform, src/osg/AutoTransform.cpp, src/osgPlugins/ive/AutoTransform.cpp, src/osgPlugins/ive/IveVersion.h, src/osgPlugins/osg/AutoTransform.cpp: To osg::AutoTransform added support for MinimumScale, MaximumScale and AutoScaleTransitionWidth parameters and a new scheme for computing the scaling when using autoscale that introduces smooth transitions to the scaling of the subgraph so that it looks more natural. 2008-03-18 10:45 robert * examples/osgautotransform/osgautotransform.cpp: Added example code showing how to set the minimum and maximum scales 2008-03-18 09:17 robert * src/osgSim/CMakeLists.txt: Added ObjectRecordData to include list 2008-03-17 15:22 robert * include/osg/AutoTransform, src/osg/AutoTransform.cpp, src/osgPlugins/osg/AutoTransform.cpp: Added minimum and maximum scale support to osg::AutoTransform 2008-03-17 12:23 robert * examples/osgparticleeffects/osgparticleeffects.cpp: Fixed moving model bug where the moving model code was looking for a transform with DataVariance set to DYNAMIC, but the scene graph set up code was leaving the setting to default to STATIC. Fix involved setting DataVariance on moving transoforms to DYNAMIC. 2008-03-17 12:13 robert * src/osgWrappers/osgParticle/ParticleSystem.cpp: Updated wrappers 2008-03-17 12:11 robert * include/osgParticle/ParticleSystem: Added doxygen docs 2008-03-17 12:09 robert * include/osgParticle/ParticleSystem, src/osgParticle/ParticleEffect.cpp, src/osgParticle/ParticleSystem.cpp, src/osgPlugins/osgParticle/IO_ParticleSystem.cpp: Introduce osgParticle::ParticleSystem::s/getParticleScaleReferenceFrame() to help manage the scaling of particles, whether they should be relative to the local coordiante frame of the particle system, or be in world coordinates. 2008-03-17 10:29 robert * examples/osgsimulation/CMakeLists.txt, examples/osgsimulation/osgsimulation.cpp: Added fire effect, enabled by --fire command line option. The new fire effect has been introduced to reproduce the scaling of paricle effects 2008-03-15 19:27 robert * src/osgPlugins/net/ReaderWriterNET.cpp: Added better error reporting 2008-03-14 16:51 robert * examples/osgshadow/osgshadow.cpp: From Paul Melis, "typo fix : NVidea -> NVidia (including option --Nvidea)" 2008-03-14 16:24 robert * AUTHORS.txt, ChangeLog: Update ChangeLog and AUTHORS.txt file for 2.3.5 release 2008-03-14 15:33 robert * src/osgWrappers/osgGA/StateSetManipulator.cpp: Updated wrappers 2008-03-14 15:33 robert * CMakeModules/clean_directories: Added utilty script for cleaning up build files/directories. 2008-03-14 15:32 robert * src/osg/StateSet.cpp: Fixed indenting 2008-03-14 15:13 robert * include/osgViewer/api/X11/GraphicsWindowX11, src/osgViewer/GraphicsWindowX11.cpp: From Melchior Franz, "Attached is a fix for remaining problems in capslock handling: It sets osgGA's keymask when restoring keys on FocusIn, according to the state values of XKeyEvent and XCrossingEvent. (These are the only source for X11's current capslock state that avoids pulling in the XKB extension.) " 2008-03-14 15:00 robert * include/osgGA/StateSetManipulator: Missing checkin 2008-03-14 14:35 robert * examples/osgviewerWX/osgviewerWX.cpp: Added iostream include 2008-03-14 13:21 robert * src/osgGA/StateSetManipulator.cpp: Added cloning of the StateSet before modification to work around threading issue relating to the StateSet being modified by the event/update thread and read from the draw thread at the same time. 2008-03-14 12:03 robert * include/osgSim/ObjectRecordData, src/osgWrappers/osgSim/ObjectRecordData.cpp: Converted static const unsigned int definitio to enum. 2008-03-14 11:53 robert * AUTHORS.txt, ChangeLog, README.txt, applications/osgversion/osgversion.cpp: Updated version/author type fixes, authors, readme and changelog for 2.3.5 dev release 2008-03-14 11:07 robert * src/osgWrappers/osg/NodeTrackerCallback.cpp, src/osgWrappers/osgDB/DatabasePager.cpp: Updated wrappers 2008-03-14 11:06 robert * include/osg/Version: Improved the indenting 2008-03-14 11:06 robert * include/osg/observer_ptr: Changed the const get(), operator*() and operator->() methods to return non const T versions 2008-03-14 11:01 robert * include/osgViewer/api/X11/GraphicsWindowX11: From Andy Skinner, build fix for Solaris 2008-03-13 19:48 robert * include/osgUtil/SceneGraphBuilder: Fixed doc comment 2008-03-13 19:44 robert * CMakeLists.txt, include/osg/Version, include/osgUtil/SceneGraphBuilder, src/osgUtil/SceneGraphBuilder.cpp, src/osgWrappers/osgUtil/SceneGraphBuilder.cpp: Removed gl and glu prefixes from SceneGraphBuilder methods to avoid problems under Solaris 2008-03-13 16:40 robert * src/osgPlugins/vrml/ReaderWriterVRML2.cpp: From Gino van den Bergen, "I've added a few fixes to the VRML 2.0 plugin: 1) Full DOS paths are now correctly opened by OpenVRML. A URL containing a DOS path should be "file:///C:data/blah" rather than "file://C:data/blah". 2) The last primitive defined in "coordIndex" is now added if the "coordIndex" is not terminated by -1. 3) Smoothed normals are computed if no normal field is provided. Currently, there is no support for "creaseAngle", so all edges (even the ones sharper than the creaseAngle) are smoothed. I might add this in the future if demand rises. 4) If an IndexedFaceSet contains only triangles or quads then the primitive type is set to TRIANGLES or QUADS, and the primset becomes DrawArrays rather than DrawArrayLengths. Question: I noticed that for DrawArrays you can still provide an index array. Would the rendering be faster if I'd create DrawElements primsets rather than DrawArrays? Phrased differently, what is the benefit of using DrawElements over DrawArrays, as there is clearly not a one-to-one mapping of these concepts to their OpenGL counterparts? 5) Objects are added to the transparent bin and blend mode is enabled only if the transparency is nonzero. Rendered transparent objects no longer write the depth buffer." 2008-03-13 16:38 robert * examples/osgunittests/osgunittests.cpp: From Jose Delport, "attached is a version of osgunittests that does not give false alarms for the case where q1 = -q2. The output of 'osgunittests quat' is now much cleaner. " 2008-03-13 16:22 robert * examples/osgviewerWX/osgviewerWX.cpp: From Paul Melis, "Here is an updated osgviewerWX example to bring it more in line with the other GUI toolkit examples. It now takes a model file as command-line argument (complaining if there isn't one), and its startup window size is now actually applied (it used to be too small). I tested this with a unicode-build of wxWidgets, as that is the recommended build type on Linux with GTK. I'm pretty sure this version of the example will work for the ANSI build as well, but I have no way of testing." 2008-03-13 16:18 robert * src/osgPlugins/ac/ac3d.cpp: From Melchoir Franz, "ac3d.cpp does currently strip everything but the file name in "texture" paths. This is to drop absolute paths that some 3d editors export (even AC3D itself!). But this also strips directories of relative paths, which is wrong and contradicts the ac3d reference implementation. (The reference implementation doesn't strip anything, though, and so takes the absolute paths as they are. Definitely not what we want.) The attached solution checks absolute paths and only strips those: (1) A:\\foo\\bar.png -> bar.png (as before) (2) /foo/bar.png -> bar.png (as before) (3) foo/bar.png -> foo/bar.png (new) (4) ../foo/bar.png -> ../foo/bar.png (new) " 2008-03-13 16:12 robert * include/osgViewer/api/X11/GraphicsWindowX11, src/osgViewer/GraphicsWindowX11.cpp: From Melchoir Franz, Caps lock support under X11 2008-03-13 16:05 robert * include/osg/LineSegment, src/osg/LineSegment.cpp: Added double versions of intersect methods 2008-03-13 16:05 robert * src/osgWrappers/osg/LineSegment.cpp, src/osgWrappers/osgSim/ObjectRecordData.cpp: Updated wrappers 2008-03-13 15:23 robert * src/osg/LineSegment.cpp: From Andy Skinner, "I've taken this another step, to use value_type inside the intersect calls. I did choose to use sqrt() instead of sqrtf()." 2008-03-13 15:21 robert * include/osgSim/ObjectRecordData, src/osgPlugins/osgSim/IO_ObjectRecordData.cpp: From Paul Martz, files for adding ObjectRecordData support into OpenFlight 2008-03-13 14:09 robert * src/osgPlugins/OpenFlight/Document.cpp, src/osgPlugins/OpenFlight/Document.h, src/osgPlugins/OpenFlight/PrimaryRecords.cpp, src/osgPlugins/OpenFlight/ReaderWriterFLT.cpp, src/osgPlugins/osgSim/CMakeLists.txt: From Paul Martz, "The attached preserves OpenFlight Object record data as UserData in the osg::Group corresponding to the Object record. The files are: include/osgSim/ObjectRecordData -- The new class. Derives from Object to support .osg IO. src/osgPlugins/OpenFlight/PrimaryRecords.cpp -- Reads data into that class. src/osgPlugins/osgSim/IO_ObjectRecordData.cpp -- .osg IO support." From Robert Osfield, made the OpenFlight read object record data optional via the -O readObjectRecordData ReaderWriter option. 2008-03-13 13:44 robert * include/osgUtil/SceneGraphBuilder, src/osgUtil/SceneGraphBuilder.cpp: Added support for assigning state to created drawables, implemented gluDisk. 2008-03-13 13:43 robert * examples/osgforest/osgforest.cpp: From Alberto Luaces, "Here I send minor corrections to the text output by the osgforest example when building its graphs. The message "Creating billboard based forest" appears four times regardless of the actual type of the graph being built. " 2008-03-12 20:20 robert * src/osgWrappers/osg/LineStipple.cpp, src/osgWrappers/osg/Point.cpp, src/osgWrappers/osg/PolygonStipple.cpp, src/osgWrappers/osgUtil/SceneGraphBuilder.cpp: Updated wrappers 2008-03-12 20:15 robert * include/osg/LineStipple, include/osg/Point, include/osg/PolygonStipple, src/osg/Point.cpp, src/osg/PolygonStipple.cpp: Added extra constructors 2008-03-12 20:15 robert * include/osgUtil/SceneGraphBuilder, src/osgUtil/SceneGraphBuilder.cpp: Added proper implementations of OpenGL 1.0 calls to OSG object representation methods in SceneGraphBuilder. 2008-03-12 15:28 robert * src/osgPlugins/osgTerrain/CompositeLayer.cpp: Fixed bug in output of ProxyLayer's MinLevel/MaxLevel 2008-03-11 13:29 robert * include/osgUtil/SceneGraphBuilder, src/osgUtil/CMakeLists.txt, src/osgUtil/SceneGraphBuilder.cpp: Added default implementations of new SceneGraphBuilder class 2008-03-11 13:23 robert * src/osg/Geometry.cpp: From Mathias Froehlich, "it appears to me that sun CC cannot use static functions from template functions. The attached change is required to make it compile with sun CC." 2008-03-11 13:19 robert * CMakeModules/FindGDAL.cmake: From Jose Delport, added support for finding and using GDAL 1.5 2008-03-11 12:10 robert * examples/osgmultitexturecontrol/osgmultitexturecontrol.cpp: Added extra event handlers to make viewer more functional 2008-03-10 20:30 robert * applications/osgversion/osgversion.cpp: Added commandline help options 2008-03-05 13:54 robert * src/osgPlugins/OpenFlight/ReaderWriterATTR.cpp: From Andreas Ekstrand and Lars Nilsson, fix for reading Texture Attribute file 2008-03-05 12:05 robert * src/osgWrappers/osgGA/StateSetManipulator.cpp: Updated wrappers 2008-03-05 11:52 robert * src/osg/State.cpp: From Atr Trevs, added missinging initializers 2008-03-05 11:33 robert * include/osgGA/StateSetManipulator, src/osgGA/StateSetManipulator.cpp: From Jean-Sebastien Guay, "I changed osgGA::StateSetManipulator to mirror the osgViewer::StatsHandler and other handlers which allow you to change the key(s) you would press to get them to do something. Pretty simple change but useful in our context and possibly in others too." 2008-03-04 17:57 robert * src/osgViewer/CompositeViewer.cpp: From Jean-Sebastien Guay, " The problem can be reproduced by simply changing the osgpick example to use a CompositeViewer with a single view initialized using setUpViewAcrossAllScreens(). I have attached a modified osgpick.cpp so you can test it out quickly (please don't check this file in though :-) ) The eventState is then incorrect and picking does not work. The only changes are in CompositeViewer.cpp (eventTraversal() method), and fix the problem for me. " 2008-03-04 16:39 robert * include/osgViewer/api/Win32/PixelBufferWin32, src/osg/GraphicsThread.cpp, src/osgViewer/PixelBufferWin32.cpp: From Colin McDonald, "Attached is an updated to osgViewer::PixelBufferWin32. The win32 pbuffer implementation returned an error unless both the WGL_ARB_pbuffer and the WGL_ARB_render_texture functions were present. This was too restrictive, as a pbuffer can usefully be created without render-to-texture, e.g. for use with glReadPixels. The osg 1.2/Producer pbuffers worked without RTT, and osgUtil::RenderStage has all the code to handle both RTT and non-RTT pbuffers, doing a read and copy in the latter case. With these changes I have successfully tested the osgprerender example on a graphics card which supports RTT, and one which doesn't. Plus tested in my own application. In order to aid diagnostics I have also added more function status return checks, and associated error messages. I have included the win32 error text in all error messages output. And there were some errors with multi-threaded handling of "bind to texture" and a temporary window context which I have corrected. These is one (pre-existing) problem with multi-threaded use of pbuffers in osgViewer & osgprerender, which I have not been able to fix. A win32 device context (HDC) can only be destroyed from the thread that created it. The pbuffers for pre-render cameras are created in osgUtil::RenderStage::runCameraSetUp, from the draw thread. But closeImplementation is normally invoked from the destructor in the main application thread. With the additional error messages I have added, osgprerender will now output a couple of warnings from osgViewer::PixelBufferWin32::closeImplementation() at exit, after running multi-threaded on windows. I think that is a good thing, to highlight the problem. I looked into fixing it in osgViewer::Renderer & osgUtil::RenderStage, but it was too involved for me. My own application requirements are only single-threaded. Unrelated fix - an uninitialised variable in osg::GraphicsThread::FlushDeletedGLObjectsOperation(). " 2008-03-04 16:22 robert * src/osgShadow/ShadowMap.cpp: From Wojciech Lewandowski, "Attached is modified osgShadow::ShadowMap. I changed following things: 1: Shadow map camera sets ABSOLUTE_RF_INHERIT_VIEWPOINT refernce frame. 2: Light Direction by matrix multiplications replaced with transform3x3 multiplication. 3: I made DebugingHUD functional by adding special draw callback. Former version was simply drawing pale square. 4: I was tempted to make 4 th change but decided to not do it. Instead I put it whith #if VIEW_DEPNDENT_TEXGEN. If you decide you may let it go. When objects are not centered at 0,0,0 coord but in some distant location (for example at surface of earth ellipsoid) shadow texgen suffers from inadequate precision of float matrices. I changed that by premultiplying Texgen matrix (using OSG double matrices) with inverse modelview and applying it later with ModelView identity matrix. This tweak may be appropriate for OverlayNode texgen as well. I left former version because I suspect that this change will make osgShadow::ShadowMap view dependant. Currently texgen matrix remains the same no matter what View displays it. With my change it wuld be different for each view. This touches the subject of View Dependent Shadow Techniques that J-S asked recently." 2008-03-04 16:03 robert * src/osgUtil/CullVisitor.cpp: Refactored the way that the camera settings are inhertied 2008-03-04 15:29 robert * src/osg/FrameBufferObject.cpp: From Art Trevs, "in the current implementation of the FrameBufferObject there is a bug. The header file do specify something like this: FrameBufferAttachment(Texture3D* target, int zoffset, int level = 0); However in the .cpp file we have: FrameBufferAttachment::FrameBufferAttachment(Texture3D* target, int level, int zoffset) Which means that the meaning of level and zoffset is interchanged. The file with the corrected line is attached. Should go into src/osg/ " 2008-03-04 15:10 robert * src/osgDB/FileNameUtils.cpp: From Philip Lowman, "A missing _WIN32_WINNT declaration causes MinGW compilation to fail when reaching FileNameUtils.cpp and the Windows 2000 function GetLongPathName() is called." 2008-03-04 14:19 robert * examples/osgpick/osgpick.cpp: From Jean-Sebastien Guay and Robert Osfield, added optional --CompositeViewer path into osgpick to illustrate how to do picking in both viewers and as unit test for picking. 2008-03-04 14:04 robert * include/osg/Shader, include/osgDB/Input, include/osgDB/Output, include/osgDB/ReadFile, include/osgDB/ReaderWriter, include/osgDB/Registry, include/osgDB/WriteFile, src/osg/Shader.cpp, src/osgDB/Input.cpp, src/osgDB/Output.cpp, src/osgDB/ReadFile.cpp, src/osgDB/ReaderWriter.cpp, src/osgDB/Registry.cpp, src/osgDB/WriteFile.cpp, src/osgPlugins/CMakeLists.txt, src/osgPlugins/glsl, src/osgPlugins/glsl/CMakeLists.txt, src/osgPlugins/glsl/ReaderWriterGLSL.cpp, src/osgPlugins/osg/Shader.cpp, src/osgWrappers/osg/Shader.cpp, src/osgWrappers/osgDB/Input.cpp, src/osgWrappers/osgDB/ReaderWriter.cpp, src/osgWrappers/osgDB/Registry.cpp: From Art Trevs, add support for saving external shader files. From Robert Osfield, adding missing member variable initializes and Output::getShaderFileNameForOutput() implementation 2008-03-04 13:30 robert * examples/CMakeLists.txt, examples/osgthirdpersonview, examples/osgthirdpersonview/CMakeLists.txt, examples/osgthirdpersonview/osgthirdpersonview.cpp: From Paul Martz, a third person view CompositeViewer example 2008-03-04 11:53 robert * include/osg/Camera, src/osg/Camera.cpp, src/osgWrappers/osg/Camera.cpp: Change the setViewAsLookAt method to use Vec3d rather than Vec3 for better precision 2008-03-04 11:52 robert * src/osgFX/MultiTextureControl.cpp: Changed the updateStateSet code so that it creates a new StateSet each update rather than clear and reuse the existing one, this change fixes a threading issue that occured when the viewer is in DrawThreadPerContext. 2008-03-04 11:50 robert * examples/osgmultitexturecontrol/osgmultitexturecontrol.cpp: Removed single threaded setting 2008-03-03 18:12 robert * examples/osgmultitexturecontrol/CMakeLists.txt, examples/osgmultitexturecontrol/osgmultitexturecontrol.cpp: Implemented fade between layers using MultiTextureControl node 2008-03-03 14:17 robert * examples/CMakeLists.txt, examples/osgmultitexturecontrol, examples/osgmultitexturecontrol/CMakeLists.txt, examples/osgmultitexturecontrol/osgmultitexturecontrol.cpp: Added beginings of new osgmultitexturecontrol example 2008-03-01 13:42 robert * src/osgWrappers/osg/Camera.cpp: Updated wrappers 2008-03-01 13:40 robert * include/osg/Camera: Added OSG_EXPORT 2008-03-01 12:50 robert * include/osg/Camera: Fixed typo 2008-03-01 12:29 robert * examples/osghud/osghud.cpp: Fixed naming 2008-02-29 16:09 robert * src/osg/GraphicsContext.cpp: Disabled the resizing of Camera's with FBO's 2008-02-29 15:25 robert * examples/osghud/osghud.cpp, include/osg/Camera, include/osg/RenderInfo, src/osg/Camera.cpp, src/osgUtil/RenderStage.cpp, src/osgWrappers/osg/Camera.cpp, src/osgWrappers/osg/Matrixd.cpp, src/osgWrappers/osg/Matrixf.cpp, src/osgWrappers/osgViewer/ViewerEventHandlers.cpp: Added Camera::g/setIntialDrawCallback and g/setFinalDrawCallback(), and added screen snapshot example code to osghud. 2008-02-28 20:02 robert * applications/osgviewer/osgviewer.cpp, include/osgViewer/ViewerEventHandlers, src/osgViewer/ViewerEventHandlers.cpp: Added LODScaleHandler 2008-02-28 18:08 robert * src/osgDB/DatabasePager.cpp: Added OSG_EXPIRY_DELAY env var option. 2008-02-28 17:59 robert * src/osgViewer/Renderer.cpp: Moved the delete operations to before of the compile operations to ensure that delete operations don't get pushed out by allocations 2008-02-28 10:56 robert * examples/osgvolume/osgvolume.cpp: From He Sicong, "fixed shader calculation of ray tracing" 2008-02-27 12:11 robert * src/osgPlugins/ive/IveVersion.h, src/osgPlugins/ive/LightPointNode.cpp, src/osgPlugins/osgSim/IO_LightPointNode.cpp: From Wojciech Lewandowski and Robert Osfield, Support from LightPointNode::s/getPointSprite parameter. 2008-02-27 11:46 robert * include/osg/Matrixd, include/osg/Matrixf: From Paul Martz, "Per the discussion in osg-users, this change adds code comments to the Matrix* headers to document assumptions in the getRotate() method." 2008-02-27 11:43 robert * examples/osgocclusionquery/osgocclusionquery.cpp, include/osg/OcclusionQueryNode, src/osg/OcclusionQueryNode.cpp, src/osgWrappers/osg/OcclusionQueryNode.cpp: From Paul Martz, fixed get/set methods API 2008-02-27 11:43 robert * src/osgPlugins/net/ReaderWriterNET.cpp: Added debug message to track cache usage 2008-02-25 17:30 robert * src/osgViewer/GraphicsWindowX11.cpp: From Melchior Franz, fixed handling of modified keys when entering/leaving window 2008-02-25 16:50 robert * include/osgViewer/api/X11/GraphicsWindowX11, src/osgViewer/GraphicsWindowX11.cpp: From Franz Melchior, "When switching virtual desktops or minimizing a window, keys remain in pressed state after revealing, even if they are no longer pressed on the keyboard. This can have bad effects, especially if the stuck keys are modifier keys. One has to press and release the stuck keys again to reset the wrong state. The fix keeps track of all key presses and releases. On FocusOut and UnmapNotify it releases all keys that are in pressed state, and on KeymapNotify (following a FocusIn), it sets the currently pressed keys again. To avoid confusion in the OSG-using application normal keys are always reported released /before/ and pressed /after/ modifier keys. As current key states are returned as char[32] keymap by XQueryKeymap and XKeymapEvent, this format is also used to recognize modifier keys and for maintaining the current internal key state. Functions to set/clear/query bits in such a keymap are added. The patch was extensively tested with osgkeyboard and FlightGear under KDE and fvwm2. It was not tested on a Xinerama setup or with multiple windows, but as _eventDisplay is used throughout, there should be no problems. The patch also makes the following changes: - removes old and obsolete handling of modifier keys in ::adaptKey(). This wasn't only unused, but also wrong (and for that reason commented out in revision 7066). The modifier states are actually handled in ./src/osgGA/EventQueue.cpp (EventQueue::keyPress/keyRelease). - fixes some spelling" 2008-02-25 16:26 robert * include/osgIntrospection/CustomAttributeProvider, include/osgIntrospection/PropertyInfo, include/osgIntrospection/Reflection, include/osgIntrospection/Type, src/osgIntrospection/Reflection.cpp, src/osgIntrospection/Type.cpp: From Emmanuel Roche, "I'm joining two zip files to this mail for the modified sources and include files of osgIntrospection. The modifications I made are very small but they are absolutely usefull to use osgIntrospection with visual studio 7.1 or 8 in debug modes. This should also solve other minor common problems (converter memory leak, virtual destructor for PropertyInfo, etc...). I choosed two function names : Reflection::uninitialize() and Type::reset(), this can of course be changed if someone has a better idea... I made the changes against OSG 2.2.0 public release. I tested the result with VS 7.1, VS 7.1 SP1, VS 8.0 SP1 and AQTime 5.0 on Windows XP SP2... All 4 seem to agree : they detected memory leaks before and don't anymore. Sorry I haven't take the time to test that on linux but the changes are so small I doubt there could be a problem... I let you check that on your side :-). I hope this will help making OSG an even more wonderfull library." 2008-02-25 16:05 robert * include/osgViewer/api/Carbon/GraphicsWindowCarbon, src/osgViewer/GraphicsWindowCarbon.cpp: From Stephan Huber, "I missed a refactoring of the handling of modifier-keys, so they did not work on OS X. Attached you'll find the missing implementation for OS X." 2008-02-25 15:09 robert * src/osgPlugins/osg/StateSet.cpp: From Paul Martz, "This change adds "GL_NORMALIZE" and "GL_RESCALE_NORMAL" to .osg IO in place of the hex equivalents." 2008-02-25 15:08 robert * src/osgWrappers/osg/Plane.cpp, src/osgWrappers/osg/ProxyNode.cpp, src/osgWrappers/osgManipulator/Dragger.cpp: Updated wrappers 2008-02-25 15:07 robert * include/osg/ProxyNode, src/osg/ProxyNode.cpp, src/osgPlugins/osg/ProxyNode.cpp: From Robert Osfield and Carlo Camporesi, took submission from Carlo for adding LoadingExternalReferenceMode to ProxyNode and extended it to include a wider range of options, also completed implementation 2008-02-25 14:27 robert * include/osgManipulator/Dragger: Changed method parameter to use const & 2008-02-25 14:15 robert * include/osg/Plane, src/osgSim/OverlayNode.cpp: From Wojciech Lewandowski, "----1---- Attached is a fixed version of OverlayNode.cpp. I fixed CustomPolytope::cut( osg::Plane ) method. Bug was apparent in such scenario: Let P1 be some random frustum polytope Let P2 be the polytope that was created from P1 bounding box (P2 contains P1 entirely) Then ignoring precision errors: P1.cut( P2 ) == P2.cut( P1 ) == P1. But this condition was not always met. Cut failed when some of the polytope reference points happened to lie exactly on some intersecting planes in both P1 & P2 (plane distance was = 0). I only use CustomPolytope for my shadowing stuff so I did not test how this affects rest of OverlayNode.cpp. ----2---- Also attached is a minor precision improvement for osg::Plane intersect method (double version). ----3---- I have also one observation regarding osg::Plane - There are two intersect vertices methods (float and double flavour): inline int intersect(const std::vector& vertices) const inline int intersect(const std::vector& vertices) const I guess osg::Plane won't compile when someone changes default vec3 typedef to vec3d. Shouldn't the first method be changed to use vec3f explicitly ? Ie: inline int intersect(const std::vector& vertices) const" 2008-02-25 13:25 robert * src/osgPlugins/bmp/ReaderWriterBMP.cpp, src/osgPlugins/gif/ReaderWriterGIF.cpp, src/osgPlugins/jpeg/ReaderWriterJPEG.cpp, src/osgPlugins/pic/ReaderWriterPIC.cpp, src/osgPlugins/png/ReaderWriterPNG.cpp, src/osgPlugins/rgb/ReaderWriterRGB.cpp, src/osgPlugins/tga/ReaderWriterTGA.cpp, src/osgPlugins/tiff/ReaderWriterTIFF.cpp: From Glenn Waldron, "As you may recall, we discussed adding ReaderWriter::readObject() overrides to all the image plugins in order to facilitate future archive support. Attached are the necessary modifications. I tested JPEG, but not all the others... the code is identical though. Note that the DDS plugin already contained the readObject() implementations." 2008-02-25 13:17 robert * include/osg/CoordinateSystemNode: From Wojciech Lawandowski, "Fixed EllipsoidModel::computeLocalUpVector to use Vec3d instead of Vec3 for normal computation. Its really small issue, maybe not even worth submitting ;-). But one never knows when inadequate precision hits him. " 2008-02-25 13:16 robert * src/osgWrappers/osgText/Font.cpp, src/osgWrappers/osgText/Font3D.cpp: Updated wrappers 2008-02-25 13:07 robert * examples/osgtext/osgtext.cpp: Reverted back to previous version of osgtext 2008-02-25 12:54 robert * examples/osgtext/osgtext.cpp, include/osgText/Font, include/osgText/Font3D, src/osgPlugins/freetype/FreeTypeFont.cpp, src/osgPlugins/freetype/FreeTypeFont.h, src/osgPlugins/freetype/FreeTypeLibrary.cpp, src/osgPlugins/freetype/FreeTypeLibrary.h, src/osgText/Font.cpp, src/osgText/Font3D.cpp, src/osgText/Text3D.cpp: Refactored the mutex usage in osgText and freetype plugin to prevent multi-thread crash 2008-02-22 18:38 robert * include/osg/GLExtensions, include/osgViewer/api/X11/PixelBufferX11, src/osg/GLExtensions.cpp, src/osgViewer/PixelBufferX11.cpp: From Mathias Froehlich, "I have extended the X11 pbuffer code to use either the complete set of glx 1.3 pbuffer functions or exactly ask for the extensions we need to call the apropriate glx extension functions for and around pbuffers extensions. The glx 1.3 version of this functios are prefered. If this is not pressent we are looking for the glx extensions and check for them. Prevously we just used some mix of the glx 1.3 functions or the extension functions without making sure that this extension is present. " 2008-02-22 11:52 robert * examples/osgterrain/osgterrain.cpp, include/osg/TransferFunction, include/osgTerrain/GeometryTechnique, include/osgTerrain/Layer, include/osgTerrain/Terrain, src/osg/TransferFunction.cpp, src/osgPlugins/ive/DataInputStream.cpp, src/osgPlugins/ive/DataInputStream.h, src/osgPlugins/ive/DataOutputStream.cpp, src/osgPlugins/ive/DataOutputStream.h, src/osgPlugins/ive/Layer.cpp, src/osgPlugins/ive/Terrain.cpp, src/osgPlugins/osgTerrain/Layer.cpp, src/osgPlugins/osgTerrain/Terrain.cpp, src/osgTerrain/GeometryTechnique.cpp, src/osgTerrain/Layer.cpp, src/osgTerrain/Terrain.cpp, src/osgTerrain/TerrainTechnique.cpp, src/osgWrappers/osg/TransferFunction.cpp, src/osgWrappers/osgTerrain/GeometryTechnique.cpp, src/osgWrappers/osgTerrain/Layer.cpp, src/osgWrappers/osgTerrain/Terrain.cpp: Refactored osgTerrain so that the interface for setting up layer is more straight forward, and added support into GeometryTechnique for handling multiple layers 2008-02-20 12:34 robert * include/osg/TransferFunction, include/osgTerrain/Layer, src/osg/TransferFunction.cpp, src/osgPlugins/ive/IveVersion.h, src/osgPlugins/ive/Layer.cpp, src/osgPlugins/osgTerrain/Layer.cpp, src/osgTerrain/GeometryTechnique.cpp, src/osgTerrain/Layer.cpp, src/osgWrappers/osg/TransferFunction.cpp, src/osgWrappers/osgTerrain/Layer.cpp: Added TextureUnit entry to osg::TransferFunction and osgTerrain::Layer 2008-02-19 16:02 robert * src/osgParticle/ParticleSystem.cpp: Removed erroneous ; 2008-02-19 12:26 robert * src/osg/GraphicsContext.cpp: Changed the updating of the contextID so that the DisplaySetting::MaxNumberOfGrapicsContexts() is updated on each new graphics context creation, in keeping with how osgProducer used to do things. 2008-02-19 11:30 robert * src/osgParticle/ParticleSystem.cpp: Refactor the rendering code to not use iterators, instead using indices as means of avoiding using < and += on STL iterators that have shown to be problematic under Windows 2008-02-19 09:49 robert * examples/osgtext/osgtext.cpp: From Philip Lowman, workaround for gcc 3.2.3 bug 2008-02-18 15:30 robert * include/osgViewer/api/Carbon/GraphicsWindowCarbon, src/osgViewer/GraphicsWindowCarbon.cpp: From Stephan Huber, "Attached you'll find some enhancements by Adrian Egli and me for the carbon-implementation of GraphicsWindow. Now you can use an AGLDrawable in conjunction with osgViewer/osgCompositeViewer." Changes from Robert Osfield, changed std::cout to osg::notify(osg::INFO) 2008-02-18 15:26 robert * CMakeLists.txt, CMakeModules/OsgMacroUtils.cmake, src/osgWrappers/CMakeLists.txt: From Rene Molenaar, "Using commandline build system nmake on windows does not work. This is caused by the OSG_MSVC_VERSIONED_DLL hack. there are hard-coded paths to place the dll's in the bin /dir that normally would go in the lib/config (release/debug) dirs. Nmake has different locations for the files (no config dir). fix: change the macro's in OsgMacroUtils.cmake for the IF(NOT MSVC_IDE) situation. Libs go in lib/, and DLLs and executables go in bin/ To accopmplish this for MSVC_IDE the targets get a "../../bin" prefix, for nmake this should be "../bin" (because there are no config folders). This fix mimics the behaviour of the MSCV_IDE (visual studio) build system when building with nmake. Note: A change in the main CMakeLists.txt creates the needed plugin directory in the binary dir. see included files for the changes: r7885fix-v2/CMakeModules/OsgMacroUtils.cmake r7885fix-v2/osgWrappers/CMakeLists.txt r7885fix-v2/CMakeLists.txt The behaviour of visual studio projects (and other build systems) remain unchanged. Tested building and installing with nmake and visual studio 8 debug and release. " 2008-02-18 15:17 robert * src/osgPlugins/obj/obj.cpp: From Bob Kuehne, "Subject: obj material parse fix this fix strips whitespace off externally referenced material files. fixes a bug where the obj listed something like: mtllib FR_PARIS_ESPACE_UNESCO_S.MTL and then that caused failures in the load later: FindFileInPath() : trying /Users/rpk/Downloads/ FR_PARIS_ESPACE_UNESCO_S.MTL ... this fix simply strips whitespace around that filename before passing it on to the remainder of the loader." Changes from Robert Osfield, change std::cout to osg::notify(osg::INFO) 2008-02-18 15:10 robert * src/osgPlugins/freetype/FreeTypeLibrary.cpp: From Thibault Genessay, "On Dec 16 you introduced a fix to remove internal use of ref_ptr<>'s. It contained a bug that would cause freed memory to be written again. Specifically, in FreeTypeLibrary::~FreeTypeLibrary(), calling font->setImplementation(0); deletes the content pointed to by the fontImplementation pointer, while the line the immediately follows tries to access it. My fix is to make the second instruction part of an else clause rather than always executed. This way, the fontImplementation->_facade = 0 instruction is only executed when the font implementation is not set to 0 before (although I have no idea what it is here for and if this code path is ever followed, since I don't know the plugin's internals very well). Attached is the modified FreeTypeLibrary.cpp file." 2008-02-18 15:02 robert * src/osgWrappers/osg/LineSegment.cpp, src/osgWrappers/osgManipulator/Command.cpp, src/osgWrappers/osgManipulator/Projector.cpp: Updated wrappers 2008-02-18 14:51 robert * include/osg/LineSegment, include/osgManipulator/Command, include/osgManipulator/Projector, src/osg/LineSegment.cpp, src/osgManipulator/Command.cpp, src/osgManipulator/Projector.cpp: Introduced typedef vec_type and value_type into LineSemgment class to allow easier switching between double and float versions. 2008-02-18 14:14 robert * src/osgPlugins/dae/daeWMaterials.cpp: From Bob Kuehne, build fix for OSX/gcc 4.0.1 2008-02-18 13:52 robert * src/osgPlugins/OpenFlight/ControlRecords.cpp: From Brede Johansen, "Here's a fix to the changes regarding the new dispose() function. The last primary node inside a push-pop level would not get the dispose() call. This would result in information from some ancillary records, like the matrix (transform), being lost. Changes are made to the latest version in the repository. Thanks to Terry for the help to find and fix the bug and test the changes." 2008-02-18 13:47 robert * src/osgViewer/Renderer.cpp: From Bryan Thrall, "moved the prints to a higher notify level (DEBUG_FP) so they are only printed at the most verbose level." 2008-02-18 13:44 robert * src/osg/OcclusionQueryNode.cpp: From Paul Martz, "Attached is a modification to OcclusionQueryNode. The copy constructor was failing to initialize all member variables. This change resolves the issue. Thanks to Doug McCorkle for testing and finding the bug." 2008-02-15 14:09 robert * include/osg/PrimitiveSet, src/osgWrappers/osg/PrimitiveSet.cpp: Changed constructors to take const pointers 2008-01-29 22:14 robert * AUTHORS.txt, applications/osgversion/osgversion.cpp: Update AUTHORS list for release 2008-01-29 21:34 robert * ChangeLog: Updated logs for release 2008-01-29 20:45 robert * src/osgWrappers/osgViewer/View.cpp: Updated wrappers 2008-01-29 12:24 robert * src/osg/OcclusionQueryNode.cpp: Reorganized the static vector used for buffering extensions to prevent an crash on exit. 2008-01-29 10:28 robert * CMakeLists.txt, README.txt, include/osg/Version: Updated versions for OSG-2.3.4 release 2008-01-28 20:54 robert * src/osgPlugins/tiff/ReaderWriterTIFF.cpp: From Mike Weiblen, "1) best practices suggest that values passed by-reference should be initialized. 2) explanatory comments are handy when available as notify() messages." 2008-01-28 20:52 robert * examples/osglogo/osglogo.cpp: From Mike Weiblen, "an aesthetic enhancement for displaying important version information." 2008-01-28 20:31 robert * src/osgPlugins/cfg/Camera.cpp: From Roger James, "A small fix for compiling with OSG_USE_FLOAT_MATRIX" 2008-01-28 20:27 robert * applications/osgarchive/osgarchive.cpp: From Rainer Oder, removed duplicate conditional 2008-01-28 19:54 robert * CMakeLists.txt: Fixed BUILD_REF_DOCS_SEARCHENGINE conditional 2008-01-28 19:42 robert * src/osgViewer/View.cpp: Added explict casts to double to prevent VS compiler error 2008-01-28 18:29 robert * CMakeLists.txt, doc/Doxyfiles/doxyfile.cmake: From Jean-Christophe Lombardo and Robert Osfield, added BUILD_REF_DOCS_SEARCHENGINE and BUILD_REF_DOCS_TAGFILE options for being doxygen docs. 2008-01-28 17:00 robert * src/osgPlugins/osga/ReaderWriterOSGA.cpp: From Glen Waldon, "This change patches ReaderWriterOSGA.cpp so that it passes along the ReaderWriter::Options to files loaded from inside the archive. Previously it was discarding them. example: osgviewer -O noLoadExternalReferenceFiles archive.osga" 2008-01-28 16:38 robert * src/osgViewer/GraphicsWindowCarbon.cpp: From Stephan Huber, added support for double click event for OSX. 2008-01-28 16:13 robert * src/osgPlugins/ogr/ReaderWriterOGR.cpp: From Cedric Pinson, "default white behaviour : osgviewerd -e ogr yourFile randomize color by feature: osgviewerd -e ogr -O UseRandomColorByFeature yourFile" 2008-01-28 15:41 robert * include/osgViewer/View, src/osgPlugins/osgViewer/View.cpp, src/osgViewer/View.cpp: Added projectorMatrix parameter support to *SphericalDisplay setup functions and .view, this allows one to flip, rotate, or turn up side the position of the projector. Note, projector at base of display is the default. 2008-01-28 15:36 robert * src/osgViewer/ViewerBase.cpp: Added include RenderLeaf to make sure #define's are defined correctly 2008-01-26 20:03 shuber * Xcode/OpenSceneGraph/OpenSceneGraph.xcodeproj/project.pbxproj: From Stephan Huber: updated XCode project 2008-01-24 10:04 robert * src/osg/DeleteHandler.cpp: Removed duplicate declaration of DeleteHandlerPointer 2008-01-22 11:13 robert * AUTHORS.txt, ChangeLog, README.txt, applications/osgversion/osgversion.cpp: Updated ChangeLog, Authors and readme for 2.3.3 release 2008-01-22 10:28 robert * src/osgTerrain/GeometryTechnique.cpp: Added missing checks for null pointers 2008-01-21 18:06 robert * PlatformSpecifics/Windows/VisualStudio_Syntax_Highlighting.txt: From Jean-Sebastien Guay, notes on how to enable syntax highlighting in VS. 2008-01-21 17:04 robert * CMakeModules/FindInventor.cmake: Fixed debug build of Inventor plugin 2008-01-21 14:42 robert * src/osgPlugins/ac/ac3d.cpp: From Drederic Bouvier, "I noticed the AC3D loader resets database path given as Options, preventing users to put textures in another directory. This patch adds the model path to the path list instead of replacing it." 2008-01-21 14:41 robert * CMakeLists.txt: Introduced BUILD_REFERENCE_DOCS option to make it a bit clearer how to enable and build the DoxygenDocs 2008-01-21 12:01 robert * src/osgPlugins/CMakeLists.txt, src/osgPlugins/ogr, src/osgPlugins/ogr/CMakeLists.txt, src/osgPlugins/ogr/ReaderWriterOGR.cpp: From Cedric Pinson, "you can find as attachement a readerwriter for ogr files (.tab, .gml, .shp ...) ogr is a part of gdal so i added the build of ogr plugin if gdal is found. to test it osgviewerd -e ogr file.tab or osgviewerd -e ogr file.gml or osgviewerd -e ogr file.shp " 2008-01-21 12:00 robert * src/osg/Geometry.cpp: Fixed Geometry::removePrimitiveSet method so that it no longer emits a warning when removing 0 elements form an empty primtive set list. 2008-01-21 11:47 robert * src/osg/CMakeLists.txt, src/osg/GL2Extensions.cpp, src/osg/Program.cpp: From Mike Weiblen, restructured GL2Extensions so that they now live in their own GL2Extensions.cpp file rather than in Program.cpp 2008-01-21 11:40 robert * CMakeLists.txt, include/osg/Version: Updated version number for 2.3.3 release 2008-01-21 11:39 robert * src/osgWrappers/osg/Drawable.cpp: Updated wrappers 2008-01-21 11:37 robert * src/osgDB/DatabasePager.cpp: Fixed debugged code path and set the minimum number of display lists to retain in cache to the same amount as the number of textures 2008-01-21 11:36 robert * include/osg/Drawable, src/osg/BufferObject.cpp, src/osg/Drawable.cpp, src/osg/GLObjects.cpp: Removed redundental vertex buffer object flush methods 2008-01-21 11:27 robert * PlatformSpecifics, PlatformSpecifics/Windows, PlatformSpecifics/Windows/collect_mangled_names.bat, PlatformSpecifics/Windows/collect_mangled_names.js, PlatformSpecifics/Windows/icons, PlatformSpecifics/Windows/osgShell.bat, VisualStudio: Moved useful elements of the old VisualStudio directory into a new PlatformSpecifics/Windows directory 2008-01-19 18:26 robert * src/osg/Referenced.cpp: Added thread safe debugging checking of allocation/deallocations 2008-01-19 18:25 robert * src/osgTerrain/GeometryTechnique.cpp: Added use of ref_ptr<> throughout geometry setup code to prevent memory leaks 2008-01-19 13:41 robert * src/osgDB/DatabasePager.cpp: Added debugging messages to help monitor expiry of inactive children. Debug messages current #if 0'd out, but added now for future tests when required. 2008-01-19 13:31 robert * src/osgTerrain/Terrain.cpp: Disabled the default enabling of update traversal on osgTerrain::Terrain as this was preventing PagedLOD subgraphs from expiring inactive subgraphs 2008-01-18 21:29 robert * src/osgWrappers/osg/OperationThread.cpp: Updated wrappers 2008-01-18 21:08 robert * src/osg/ClipNode.cpp: Removed erroneous const in method parameter 2008-01-18 21:07 robert * examples/osgdepthpeeling/DePee.cpp, examples/osgdepthpeeling/Utility.cpp, examples/osghangglide/GliderManipulator.cpp: From Andy Skinner, build fixes for Solaris. 2008-01-18 21:01 robert * include/osg/ClipPlane: Moved the setting of _clipPlaneNum from the {} body to the intializer list to avoid reading from an unitialized variable. 2008-01-18 20:55 robert * src/osgShadow/ShadowMap.cpp: From Paul Martz, Hi Robert -- "as you and J-S and I have been discussing on osg-users, this submission changes the clamp mode for the fake white texture applied to non-textured geometry. CLAMP_TO_EDGE will keep the geometry a consistent color across the entire texture coordinate range." 2008-01-18 16:36 robert * src/osgTerrain/GeometryTechnique.cpp: Added support for rendering skirts into osgTerrain::GeometryTechinque 2008-01-18 09:17 robert * include/osg/OperationThread: Added getNumOperationsInQueue() method 2008-01-17 22:26 robert * src/osgTerrain/GeometryTechnique.cpp: Commented out debug message 2008-01-17 22:25 robert * src/osgTerrain/GeometryTechnique.cpp: Added computation of skirt height for osgTerrain::Terrain height fields. 2008-01-17 17:10 robert * src/osgTerrain/Terrain.cpp: Added call to ClusterCullingCallback to determine if the Terrain node is culled by cluster culling. 2008-01-17 16:41 robert * src/osgPlugins/osgTerrain/Terrain.cpp: Added Node to Terrain serialization 2008-01-17 15:37 robert * include/osgTerrain/Layer, src/osgTerrain/Layer.cpp, src/osgTerrain/Terrain.cpp, src/osgWrappers/osgTerrain/Layer.cpp: Fixed the computation of terrain bounding volume so that it properly accounts for elevation layers 2008-01-16 15:05 robert * src/osgTerrain/GeometryTechnique.cpp: Changed the Texture clamp mode to CLAMP_TO_EDGE 2008-01-14 14:53 robert * src/osgWrappers/osgTerrain/Layer.cpp: Updated wrappers 2008-01-14 14:53 robert * include/osgTerrain/Layer, src/osgPlugins/gdal/DataSetLayer.cpp, src/osgPlugins/gdal/DataSetLayer.h, src/osgPlugins/osgTerrain/CompositeLayer.cpp, src/osgPlugins/osgTerrain/Terrain.cpp, src/osgTerrain/Layer.cpp: Refactor osgTerrain::ProxyLayer so that it is now a pure Proxy, defering implementations to an Implementation rather than a subclass of ProxyLayer. Updating the osgTerrain and GDAL plugins to comply with this refactor. 2008-01-14 13:14 robert * CMakeModules/FindGDAL.cmake: Added back in checks for various verions of gdal 2008-01-14 12:14 robert * AUTHORS.txt, applications/osgversion/osgversion.cpp: Updated AUTHORS file and osgversion for 2.3.2 release 2008-01-14 11:44 robert * src/osg/Program.cpp: Added geometry shader extension supported check to geometry shader parameter calls 2008-01-14 11:30 robert * src/osg/State.cpp: From Colin McDonald, "Multi-texturing fails with recent osg on older graphics cards, due to use of parameter GL_MAX_COMBINED_TEXTURE_IMAGE_UNITS which is only part of the standard from 2.0 onwards. I've updated src/osg/State.cpp, so that it attempts to be more rigorous regarding OpenGL version and extension checking." 2008-01-14 11:22 robert * CMakeLists.txt, ChangeLog, README.txt, include/osg/Version: Updated ChangeLog, date and version number for 2.6.2 release 2008-01-14 11:07 robert * src/osgWrappers/osg/OcclusionQueryNode.cpp: Updated wrappers 2008-01-14 10:14 robert * src/osg/Group.cpp: From Daniel Stien, "When removing a child from a osg::Group, childRemoved is called after the node has already been erased from the node list, causing childRemoved to be performed on the consecutive node. Lines 180 and 182 are swapped in the attached Group.cpp. " 2008-01-11 12:16 robert * src/osgGA/TerrainManipulator.cpp: From Adrian Egli, made the getHandled() functionality consistent with the rest of the osgGA::MatrixManipulators 2008-01-10 11:08 robert * include/osgUtil/ReversePrimitiveFunctor: From Jean-Sebastien Guay, added OSGUTIL_EXPORT for Windows build 2008-01-10 11:02 robert * include/osg/OcclusionQueryNode, src/osg/GLObjects.cpp, src/osg/OcclusionQueryNode.cpp: From Paul Martz, "his pretty much wraps up the OcclusionQueryNode work. I might make some additional modifications if testing reveals any issues, otherwise it's ready for 2.4." 2008-01-09 21:17 robert * include/osg/CoordinateSystemNode, src/osgPlugins/osgTerrain/CompositeLayer.cpp, src/osgTerrain/GeometryTechnique.cpp: Indentation/bracket fixes and change of default size 2008-01-09 21:00 robert * src/osgPlugins/ive/ImageLayer.cpp: Simplified the image reading/writing 2008-01-09 16:56 robert * src/osgPlugins/ive/HeightFieldLayer.cpp, src/osgPlugins/ive/HeightFieldLayer.h: Adding missing files 2008-01-09 16:35 robert * src/osgPlugins/ive/CMakeLists.txt, src/osgPlugins/ive/CompositeLayer.cpp, src/osgPlugins/ive/CompositeLayer.h, src/osgPlugins/ive/CoordinateSystemNode.cpp, src/osgPlugins/ive/DataInputStream.cpp, src/osgPlugins/ive/DataOutputStream.cpp, src/osgPlugins/ive/ImageLayer.cpp, src/osgPlugins/ive/ImageLayer.h, src/osgPlugins/ive/Layer.cpp, src/osgPlugins/ive/Layer.h, src/osgPlugins/ive/Locator.cpp, src/osgPlugins/ive/Locator.h, src/osgPlugins/ive/ReadWrite.h, src/osgPlugins/ive/Terrain.cpp, src/osgPlugins/ive/Terrain.h: Added support for reading and writing osgTerrain objects 2008-01-09 14:22 robert * src/osgViewer/CompositeViewer.cpp: Added setting of UpdateVisitor's FrameStamp and TraversalNumber in updateTraversal() 2008-01-09 11:42 robert * include/osgDB/DatabasePager: From Mike Weiblen, build fix for VS8. 2008-01-08 23:20 ewing * Xcode/OpenSceneGraph/OpenSceneGraph.xcodeproj/project.pbxproj: Updates to resync Xcode project with current state of repository. Added several missing plugins (e.g. osgdb_osgShadow, osgdb_osgViewer, osgdb_Terrain). Added dependency information hoping that the Xcode 3 parallel target building will work now. 2008-01-08 18:13 robert * CMakeModules/FindFreeType.cmake, include/osgDB/DatabasePager, src/osg/Geometry.cpp, src/osg/GraphicsContext.cpp, src/osgPlugins/Inventor/ConvertToInventor.cpp, src/osgUtil/Tessellator.cpp: From Colin McDonald, build fixes for Solaris. 2008-01-08 17:18 robert * include/osgUtil/EdgeCollector, src/osgPlugins/freetype/FreeTypeFont.cpp: From Jean-Sebastien Guay, Warning fixes 2008-01-08 16:09 robert * src/osgPlugins/osgTerrain/HeightFieldLayer.cpp, src/osgPlugins/osgTerrain/ImageLayer.cpp, src/osgPlugins/osgTerrain/Terrain.cpp: Added support for reading and writing the Terrain's Locator 2008-01-08 15:20 robert * src/osgPlugins/osgTerrain/HeightFieldLayer.cpp: Added writing and reading of inlined HeightField 2008-01-08 14:38 robert * include/osg/GL2Extensions, include/osg/Program, include/osg/Shader, include/osg/Uniform, src/osg/Program.cpp, src/osg/Shader.cpp, src/osg/Uniform.cpp: Removed non standard and redundent /*EOF*/ 2008-01-08 14:37 robert * src/osgWrappers/osg/GL2Extensions.cpp, src/osgWrappers/osg/Program.cpp, src/osgWrappers/osg/Shader.cpp, src/osgWrappers/osg/Uniform.cpp: Updated wrappers 2008-01-08 14:29 robert * examples/CMakeLists.txt, examples/osggeometryshaders, examples/osggeometryshaders/CMakeLists.txt, examples/osggeometryshaders/osggeometryshaders.cpp, include/osg/GL2Extensions, include/osg/Program, include/osg/Shader, include/osg/Uniform, src/osg/Program.cpp, src/osg/Shader.cpp, src/osg/Uniform.cpp: From Mike Weiblen, support for geometry shaders, and osgeometryshaders example to demonstrate them. 2008-01-08 14:22 robert * examples/osgdepthpeeling/Utility.cpp, examples/osgdepthpeeling/Utility.h: Fixed warning 2008-01-08 13:56 robert * src/osgPlugins/osgTerrain/CompositeLayer.cpp, src/osgPlugins/osgTerrain/Terrain.cpp: Added support for MinLevel and MaxLevel for ProxyLayer 2008-01-08 13:24 robert * include/osg/BufferObject, include/osg/Drawable, include/osg/FragmentProgram, include/osg/FrameBufferObject, include/osg/GLObjects, include/osg/Program, include/osg/Shader, include/osg/Texture, include/osg/VertexProgram, src/osg/BufferObject.cpp, src/osg/Drawable.cpp, src/osg/FragmentProgram.cpp, src/osg/FrameBufferObject.cpp, src/osg/GLObjects.cpp, src/osg/GraphicsContext.cpp, src/osg/Program.cpp, src/osg/Shader.cpp, src/osg/Texture.cpp, src/osg/VertexProgram.cpp, src/osgWrappers/osg/BufferObject.cpp, src/osgWrappers/osg/Drawable.cpp, src/osgWrappers/osg/FragmentProgram.cpp, src/osgWrappers/osg/FrameBufferObject.cpp, src/osgWrappers/osg/Program.cpp, src/osgWrappers/osg/Shader.cpp, src/osgWrappers/osg/Texture.cpp, src/osgWrappers/osg/VertexProgram.cpp: Introduced new osg::discardDeletedOpenGLObjects() methods, and usage of it in GrpahicsContext::close() to handle cases where deletingOpenGLObjects is no possible, such as when GraphicsWindowEmbedded is used. 2008-01-08 13:22 robert * src/osgPlugins/osgTerrain/CompositeLayer.cpp: Removed debug info 2008-01-08 13:10 robert * src/osgPlugins/osgTerrain/CMakeLists.txt, src/osgPlugins/osgTerrain/CompositeLayer.cpp, src/osgPlugins/osgTerrain/HeightFieldLayer.cpp, src/osgPlugins/osgTerrain/ImageLayer.cpp, src/osgPlugins/osgTerrain/Layer.cpp, src/osgPlugins/osgTerrain/Terrain.cpp: Reorganised the .osg support for osgTerrain NodeKit to make it more extensible 2008-01-07 09:47 robert * include/osgUtil/EdgeCollector: Added OSGUTIL_EXPORTs 2008-01-06 17:53 robert * include/osgUtil/DrawElementTypeSimplifier: Added missing #include 2008-01-06 10:52 robert * include/osgUtil/DrawElementTypeSimplifier: Added exports for Windows build 2008-01-04 20:03 robert * README.txt: Fixed date 2008-01-04 20:00 robert * CMakeModules/FindFreeType.cmake, CMakeModules/FindGDAL.cmake, CMakeModules/FindGIFLIB.cmake, CMakeModules/FindOpenThreads.cmake, CMakeModules/FindQuickTime.cmake: From Eric Wing, "Attached are a few Find modules with updates. Among other things, they contain better support for environmental variables to pre-empt the autodection default search path order which is very helpful for people who do automated builds. (I recommend that the remaining modules consider adding the same system to make things consistent and easier for those people that want to do the automated builds.) The CMAKE_PREFIX_PATH has also been added to help people. I don't recommend adding this to the other modules because it looks like CMake agreed with my idea and will be adding the support in 2.6. So when that ships, people will get it for free. (In the meantime, my modules that do have it, it can be used.) Finally, I've submitted all of these modules to official CMake plus more so they will be in the next version of CMake. It looks like I may need to sort some compatibility issues out with the KDE people who seem to have conflicting modules, but this is unrelated to the updates submitted here as OSG already has these conflicts. I figured I would just sync OSG up with my current/best versions. Also of note, I added the large batch of Findosg*.cmake modules to CMake so people building against OpenSceneGraph can use these without writing their own. I wasn't sure if I should submit them here or not since they are for building against OSG and not for building OSG itself. So they are not included. " 2008-01-04 15:33 robert * src/osg/Sequence.cpp: From Glenn Waldron, "I found that osg::Sequence::setDuration(speed,reps) was not changing the animation speed factor as expected. The one-line fix (line 312) is attached" 2008-01-04 15:30 robert * src/osgPlugins/OpenFlight/ReaderWriterATTR.cpp: From Paul Martz, "Correction to size of reserved filed in .attr file, Spec says "149*4" bytes, not "149"" 2008-01-04 15:15 robert * src/osgWrappers/osg/GraphicsContext.cpp: Updated wrappers 2008-01-04 13:57 robert * include/osg/GraphicsContext, src/osg/GraphicsContext.cpp: Added catch for handling cases where undefined settings for dislayNum and screenNum are used 2008-01-04 12:03 robert * README.txt: Updated data on readme 2008-01-04 12:03 robert * AUTHORS.txt, applications/osgversion/osgversion.cpp: Updated AUTHORS file for 2.3.1 release 2008-01-04 11:45 robert * CMakeLists.txt, include/osg/Version: Updated version number for 2.3.1 release 2008-01-04 11:44 robert * ChangeLog: Updated logs for 2.3.1 releae 2008-01-04 11:26 robert * src/osgPlugins/OpenFlight/ControlRecords.cpp, src/osgPlugins/OpenFlight/Document.cpp, src/osgPlugins/OpenFlight/Document.h, src/osgPlugins/OpenFlight/GeometryRecords.cpp, src/osgPlugins/OpenFlight/LightPointRecords.cpp, src/osgPlugins/OpenFlight/PrimaryRecords.cpp, src/osgPlugins/OpenFlight/Record.cpp, src/osgPlugins/OpenFlight/Record.h, src/osgPlugins/OpenFlight/RoadRecords.cpp: From Brede Johansen, support for contiuation records. 2008-01-04 11:14 robert * src/osgPlugins/ive/CMakeLists.txt, src/osgPlugins/ive/DataInputStream.cpp, src/osgPlugins/ive/DataOutputStream.cpp, src/osgPlugins/ive/OcclusionQueryNode.cpp, src/osgPlugins/ive/OcclusionQueryNode.h, src/osgPlugins/ive/ReadWrite.h, src/osgPlugins/osg/OcclusionQueryNode.cpp: From Paul Martz, completion of .ive and .osg support for OcclusionQueryNode 2007-12-26 22:00 robert * examples/osgocclusionquery/osgocclusionquery.cpp, include/osg/OcclusionQueryNode, src/osg/OcclusionQueryNode.cpp, src/osgWrappers/osg/OcclusionQueryNode.cpp: From Paul Martz, "The osgocclusionquery example contained some duplicate code that was also in the core OSG occlusion query code. This change removes the need for that." 2007-12-26 21:43 robert * src/osgWrappers/osgUtil/DrawElementTypeSimplifier.cpp: Updated wrappers 2007-12-26 21:39 robert * include/osgUtil/DrawElementTypeSimplifier, include/osgUtil/EdgeCollector, include/osgUtil/OperationArrayFunctor, include/osgUtil/ReversePrimitiveFunctor, src/osgUtil/CMakeLists.txt, src/osgUtil/DrawElementTypeSimplifier.cpp, src/osgUtil/EdgeCollector.cpp, src/osgUtil/ReversePrimitiveFunctor.cpp, src/osgWrappers/osgUtil/EdgeCollector.cpp, src/osgWrappers/osgUtil/ReversePrimitiveFunctor.cpp: From David Callu, further work in support of shapefile support in VirtualPlanetBuilder 2007-12-26 21:38 robert * genwrapper.conf, src/osgWrappers/osgUtil/OperationArrayFunctor.cpp: Suppressed reflection of problem templates/typedefs 2007-12-25 21:11 robert * src/osgViewer/ViewerEventHandlers.cpp: Replaced values.h with float.h is avoid Windows compile issues 2007-12-24 15:37 robert * src/osgWrappers/osgText/Font.cpp, src/osgWrappers/osgText/Font3D.cpp, src/osgWrappers/osgText/KerningType.cpp, src/osgWrappers/osgUtil/Statistics.cpp: Updated wrappers 2007-12-24 15:32 robert * src/osgPlugins/OpenFlight/AncillaryRecords.cpp, src/osgPlugins/OpenFlight/AttrData.cpp, src/osgPlugins/OpenFlight/AttrData.h, src/osgPlugins/OpenFlight/ControlRecords.cpp, src/osgPlugins/OpenFlight/DataInputStream.cpp, src/osgPlugins/OpenFlight/DataInputStream.h, src/osgPlugins/OpenFlight/Document.cpp, src/osgPlugins/OpenFlight/Document.h, src/osgPlugins/OpenFlight/GeometryRecords.cpp, src/osgPlugins/OpenFlight/LightPointRecords.cpp, src/osgPlugins/OpenFlight/PaletteRecords.cpp, src/osgPlugins/OpenFlight/Pools.cpp, src/osgPlugins/OpenFlight/Pools.h, src/osgPlugins/OpenFlight/PrimaryRecords.cpp, src/osgPlugins/OpenFlight/ReaderWriterATTR.cpp, src/osgPlugins/OpenFlight/ReaderWriterFLT.cpp, src/osgPlugins/OpenFlight/Record.cpp, src/osgPlugins/OpenFlight/Record.h, src/osgPlugins/OpenFlight/RecordInputStream.cpp, src/osgPlugins/OpenFlight/RecordInputStream.h, src/osgPlugins/OpenFlight/Registry.cpp, src/osgPlugins/OpenFlight/Registry.h, src/osgPlugins/OpenFlight/ReservedRecords.cpp, src/osgPlugins/OpenFlight/RoadRecords.cpp, src/osgPlugins/OpenFlight/Vertex.cpp, src/osgPlugins/OpenFlight/Vertex.h, src/osgPlugins/OpenFlight/VertexRecords.cpp, src/osgPlugins/OpenFlight/opcodes.h, src/osgPlugins/OpenFlight/types.h: Fom Brede Johansen, "I have added the OSGPL license to the OpenFlight source files" 2007-12-24 15:19 robert * src/osg/Image.cpp, src/osg/Notify.cpp, src/osgDB/Field.cpp, src/osgDB/FileNameUtils.cpp, src/osgPlugins/lwo/ReaderWriterLWO.cpp, src/osgPlugins/x/directx.cpp, src/osgPlugins/x/mesh.cpp, src/osgPlugins/x/types.cpp, src/osgText/DefaultFont.cpp, src/osgViewer/ViewerEventHandlers.cpp: From Sid Byce, fixes for compiling with gcc 4.3 2007-12-24 14:47 robert * src/osgPlugins/quicktime/QTLiveUtils.cpp, src/osgPlugins/quicktime/QTLiveUtils.h, src/osgPlugins/quicktime/QuicktimeLiveImageStream.h, src/osgPlugins/quicktime/ReaderWriterQT.cpp: From Rafa Gaitan, "I have corrected some includes of the quicktime plugin from Quicktime/Quicktime.h to QuickTime/QuickTime.h. MacOsX filesystem is normally case insensitive, but in my case I changed that option and the quicktime headers were not found. Now compiles fine and on case insesitive file systems should work correctly too. " 2007-12-24 14:45 robert * include/osg/Sequence, src/osg/Sequence.cpp: From Jason Daly, "I'm still having a problem with SWING animations on sequences. Here's the fix again, merged with this morning's svn (including the other Sequence fixes from J-S)." 2007-12-24 12:56 robert * CMakeLists.txt, doc/Doxyfiles/doxyfile.cmake: Based on Suggestions from "Harald A" fixed CMake setup of Doxygen docs 2007-12-23 18:15 robert * include/osgText/Font, include/osgText/Font3D, include/osgText/KerningType, include/osgText/TextBase, src/osgPlugins/freetype/FreeTypeFont.cpp, src/osgPlugins/freetype/FreeTypeFont.h, src/osgPlugins/txf/TXFFont.cpp, src/osgPlugins/txf/TXFFont.h, src/osgText/DefaultFont.cpp, src/osgText/DefaultFont.h, src/osgText/Font.cpp, src/osgText/Text.cpp, src/osgText/TextBase.cpp: Convert osgText and freetype plugin across to keeping the font size as state that is passed into the getGlyph and getKerning methods rather than a current state of the font itself. 2007-12-23 13:45 robert * include/osgText/Font, include/osgText/TextBase, src/osgPlugins/freetype/FreeTypeFont.cpp, src/osgPlugins/freetype/FreeTypeFont.h, src/osgPlugins/txf/ReaderWriterTXF.cpp, src/osgPlugins/txf/TXFFont.cpp, src/osgPlugins/txf/TXFFont.h, src/osgText/Font.cpp, src/osgText/Text.cpp, src/osgText/TextBase.cpp: Moved Font code across to using FontSizePair internally and on Font methods, but still using original implemetations. 2007-12-23 13:18 robert * examples/osgtext/osgtext.cpp, include/osgText/Font, include/osgText/KerningType, src/osgText/DefaultFont.cpp, src/osgText/Font.cpp: Renamed osgText::Font::SizePair to osgText::FontSizePair in prep for use this more widely within osgText/freetype plugin. Added support for inserting loading models into --mt multithreaded implementation. 2007-12-23 13:08 robert * include/osg/GraphicsContext: Fixed indentation 2007-12-21 17:56 robert * CMakeModules/Find3rdPartyDependencies.cmake: From Jean-Sebastien Guay, added new version of feetype into search list 2007-12-21 17:33 robert * genwrapper.conf, include/osgUtil/OperationArrayFunctor: Added copyright notice and tweaked genwrapper 2007-12-21 17:26 robert * src/osgWrappers/osgUtil/OperationArrayFunctor.cpp: Updated wrappers 2007-12-21 16:18 robert * src/osgUtil/ReversePrimitiveFunctor.cpp: From Paul Martz, "added include to prevent VS8 compile error" 2007-12-21 15:54 robert * src/osgWrappers/osgUtil/OperationArrayFunctor.cpp: Removed OperationArrayFunctor for wrappers to avoid compile errors assocaited with them 2007-12-21 15:46 robert * include/osgUtil/EdgeCollector: Removed inappropriate inline 2007-12-21 15:04 robert * src/osgWrappers/osg/NodeVisitor.cpp, src/osgWrappers/osg/OcclusionQueryNode.cpp, src/osgWrappers/osgUtil/ConvertVec.cpp, src/osgWrappers/osgUtil/CullVisitor.cpp, src/osgWrappers/osgUtil/EdgeCollector.cpp, src/osgWrappers/osgUtil/OperationArrayFunctor.cpp, src/osgWrappers/osgUtil/ReversePrimitiveFunctor.cpp: Updated wrappers 2007-12-21 14:49 robert * src/osgPlugins/osg/OcclusionQueryNode.cpp: From Paul Martz, .osg support for OcclusionQueryNode 2007-12-21 14:45 robert * examples/CMakeLists.txt, examples/osgocclusionquery, examples/osgocclusionquery/CMakeLists.txt, examples/osgocclusionquery/osgocclusionquery.cpp, include/osg/NodeVisitor, include/osg/OcclusionQueryNode, include/osgUtil/CullVisitor, src/osg/CMakeLists.txt, src/osg/OcclusionQueryNode.cpp, src/osgPlugins/osg/CMakeLists.txt, src/osgUtil/CullVisitor.cpp: From Paul Martz, Introduced osg::OcclusionQueryNode with support for OpenGL occlusion query extension 2007-12-21 14:21 robert * include/osgGA/UFOManipulator, src/osgGA/UFOManipulator.cpp: From Bryan Thrall, "UFOManipulator ignores any attached CoordinateFrameCallback; the attached files fix this (based on 2.2 release). " 2007-12-21 14:16 robert * src/osgText/Font.cpp: From Mathias Froehlich, "Something to extend the texture subloading blacklist. ... we have problems with that on solaris." 2007-12-21 14:13 robert * src/osgPlugins/ive/IveVersion.h, src/osgPlugins/ive/Sequence.cpp: From John Kelso,"Attached is the ive reader/writer for the 2.x version of the osg::Sequence node. " 2007-12-21 13:32 robert * src/osgViewer/CMakeLists.txt, src/osgViewer/GraphicsWindowX11.cpp: From Jeremy Moles, "Here is a implementation of setScreeResolution and setScreenRefreshRate for systems support Xrandr. The include CMakeFile makes this optional, and turns it OFF by default, in which case any person trying to use these functions under Linux will be instructed to build osgViewer w/ Xrandr support. " 2007-12-21 13:31 robert * applications/osgviewer/osgviewer.cpp: Added return 2007-12-21 13:18 robert * src/osg/Sequence.cpp: From Jean-Sebastien Guay, "When using osg::Sequence you can stop the sequence by setting the mode to STOP. Subsequently, you can restart it from the beginning by setting the mode to START. This does not work as expected. The _now time is not updated while the mode is STOP, which causes the items in the sequence to flash by very quickly when the mode is set to START. For example, if the mode was set to STOP and left that way for 30 seconds, and there are 10 items in the sequence, when the mode is set to START all the items will flash by (in 3 loops) while the _now time catches up with the real time, and then the sequence will go on at the rate it should. This is a simple fix for that, which updates the _now time regardless of the mode the sequence is in." 2007-12-21 13:07 robert * include/osgUtil/ConvertVec, include/osgUtil/EdgeCollector, include/osgUtil/OperationArrayFunctor, include/osgUtil/ReversePrimitiveFunctor, src/osgUtil/CMakeLists.txt, src/osgUtil/EdgeCollector.cpp, src/osgUtil/ReversePrimitiveFunctor.cpp: From David Callu, various classes in support of VirtualPlanetBuilder 2007-12-21 12:36 robert * src/osgPlugins/ive/DataInputStream.cpp, src/osgPlugins/ive/DataInputStream.h, src/osgPlugins/ive/DataOutputStream.cpp, src/osgPlugins/ive/DataOutputStream.h: From David Callue, added support for reading/writing Vec*dArray to .ive plugin 2007-12-20 17:30 robert * src/osgWrappers/osgTerrain/Layer.cpp, src/osgWrappers/osgUtil/Simplifier.cpp: Updated wrappers 2007-12-20 15:51 robert * include/osgTerrain/Layer, src/osgPlugins/osgTerrain/Terrain.cpp, src/osgTerrain/Layer.cpp: Added support for min to max level ranges for Layers in support of VirtualPlanetBuilder usage of this. 2007-12-20 15:50 robert * include/osgUtil/Simplifier, src/osgUtil/Simplifier.cpp: Added an optional use of doubles for computing error metrics to help investigate precision issues seen in VPB when working with small segments of geographic data. 2007-12-20 15:40 robert * src/osgText/TextBase.cpp: Reset the the _lineSpacing to 0.0f to fix the line spacing when word wrapping takes place 2007-12-20 14:40 robert * src/osgSim/OverlayNode.cpp: From Wojciech Lewandowski, "By complete coincidence I just have read an old OSG submission mail related to bugfixes in osg::Polytope.setToUnitFrustum and setToBoundingBox It was sent at beginning of december. I read it when purging my Thrash emails and found it there this because it was wrongly classified as SPAM. What stroke me in this email was the fact that there was once an error in Polytope class. Since I adopted CustomPolytope (osgSim OverlayNode.cpp) for my minimal shadow area computations I checked my code for this error. And I found it in CustomPolytope::setToUnitFrustum method. CustomPolytope::setToBoundingBox seemed OK. So I went back to the origin and fixed this error in OverlayNode.cpp as well. I have not tested it in OverlayNode though (I don't know how) so please look at this carefully. But it seems to work fine with my shadow calculations." 2007-12-20 10:48 robert * src/osgPlugins/cfg/Camera.h, src/osgPlugins/cfg/CameraConfig.cpp, src/osgPlugins/cfg/CameraConfig.h: Reorder includes in an attempt to avoid compile problems under Cygwin. 2007-12-17 21:52 robert * AUTHORS.txt, applications/osgversion/osgversion.cpp: Updated AUTHORS files 2007-12-17 21:35 robert * ChangeLog, README.txt: Updated ChangeLog for 2.3.0 release 2007-12-17 21:08 robert * CMakeLists.txt, include/osg/Version: Updated version number for 2.3.0 dev release 2007-12-17 18:38 robert * CMakeModules/OsgMacroUtils.cmake, src/osgShadow/Version.cpp: From Paul Obermeier, "Please find enclosed the following 2 bug fixes: File osgShadow/Version.cpp, Line 25: const char* osgShaodowGetLibraryName() should be: const char* osgShadowGetLibraryName() File CMakeModules/OsgMacroUtils.cmake, Line 224: SET_TARGET_PROPERTIES(${TARGET_TARGETNAME} PROPERTIES DEBUG_POSTFIX ${CMAKE_DEBUG_POSTFIX}) should be: SET_TARGET_PROPERTIES(${TARGET_TARGETNAME} PROPERTIES DEBUG_POSTFIX "${CMAKE_DEBUG_POSTFIX}") Otherwise setting CMAKE_DEBUG_POSTFIX to an empty string instead of "d" in the main CMakeLists.txt does not work under Linux. " 2007-12-17 17:43 robert * include/osg/Vec2s, include/osg/Vec3s, include/osg/Vec4s: From David Cullu, added various mathematical operators 2007-12-17 10:24 robert * include/osgViewer/api/Carbon/GraphicsWindowCarbon, src/osgViewer/GraphicsWindowCarbon.cpp: From Stephan Huber, "attached you'll find an updated carbon-implementation, which implements the missing functionality for setWindowName and useCursor " 2007-12-17 10:22 robert * src/osgWrappers/osgSim/ShapeAttribute.cpp, src/osgWrappers/osgTerrain/Locator.cpp: Updated wrappers 2007-12-17 09:58 robert * src/osgPlugins/osga/OSGA_Archive.cpp: From Wojiech Leandowski, "I earlier wrote about my hassles with archives under Windows. I implemented 64 bit binary compatible OSGA archive reader/writer using mixed stdio/iostream calls. But during this work I learned that it can be made in much simpler way. Attached is result of this new attempt. I hope its appropriate for inclusion into OSG codebase. It was compiled and tested with latest SVN OSG, Windows XP 32 bit and Windows Vista business 64 bit. OSG was built using VS 2005 Express SP1 for 32 bit environment and VS 2005 Std for 64 bit. --- Solution description (there were two problems involved): --- Problem 1: implicit conversions beetween file positions and 32 bit int. This could be considered a MS compiler bug because this 32 bit int was additionally implicitly converted to/from 64 bit. As far as I know compiler is allowed to make only one implict conversion (but maybe this rule does not refer to simple types). Its actually possible to address OSGA files above 4 GiB range using 32 bit windows iostreams. MS Iostreams in practice offer the same level of functionality as stdio functions. There are functions fsetpos and fgetpos in stdio lib which use 64 bit file pointers (fpos_t). These functions are internally called by seekp( streampos ), seekg( streampos ), tellp(), and tellg() methods. So its also possible to change and retrieve file postions using iostream calls. But the problem lies in implicit handling of streampos type. streampos type is actually a template class used as seekp, seekg parameter and returnd from tellp, tellg. Its capable of storing 64 bit file pointers. But streampos can be also converted to/from simple type streamoff. It has proper constructor and cast operator. In Win 32 environment streamoff is defined as long (~32 bit int). So when seekp, and tellp arent used with exact streampos objects but OSGA_Archive::pos_type complier makes implicit casts to 32 bit int types loosing important bits of information. So above problem could be easily handled by making conversion calls explicit. My code defines 2 functions used to convert back and forth beetwen 64 bit OSGA_Archive::pos_type and std::streampos objects: OSGA_Archive::pos_type ARCHIVE_POS( const std::streampos & pos ); std::streampos STREAM_POS( OSGA_Archive::pos_type & pos ); Rest of the OSGA implementation code was modified to call these conversions explicitly with seekp, seekg, tellp, tellg. --- Problem 2: seekp and seekg have two variants. Only one of these variants is actually 64 bit proof. When I solved my first problem and made use of explicit streampos conversion functions, OSGA archive was able to read my example 11 GiB archive. But there were still problems with write and append. I found that the reason for this was pair of seekp( 0, std::ios_base::end ) and tellp() calls. It turned out that use of seekp, seekg( offset, direction ) function variants was setting file pos pointer to EOF when file was larger than 4GiB. But I noticed that one arg seekp, seekg ( streampos ) versions worked correctly. So the solution was to change OSGA write logic a little, and replace seekp( offset, direction ) with seekp( absolute_pos ) calls. I achieved this by modifing IndexBlock write method to record and restore file pos after IndexBlock was written. This modification has the effect that put pointer is generally kept at the end of file, so there is no need to repostion to the end before writing the files. This allowed me to get rid of those problematic seekp( 0, std::ios_base::end ) calls. There was one place where I could not easily get rid of seekp( 0, std::ios_base::end ). It was situation where existing OSGA was opened for appending. I resolved this by computing file length by finding max position from index block and file block endings. Then I replaced former seekp( 0, std::ios_base::end ) with seekp( STREAM_POS( found_file_length ). --- Description of these changes may sound bit hacky but in practice these were fairly simple and straightforward modifications. I hope they pass your review. There is one complex preprocessor condition which I based on few lines taken from boost positioning.hpp. Boost licence does allow such reproduction. In case of problems this condition may be easily simplified to windows only implementation. " 2007-12-16 17:57 robert * src/osg/ShapeDrawable.cpp: From Jean-Sebastien Guay, "Some clients at my new job noticed that picking did not work with the osg::Capsule subclass of osg::Shape in an osg::ShapeDrawable. Other shapes worked fine. So I have fixed this. Code attached. My modification is in the PrimitiveShapeVisitor, and is based on the DrawShapeVisitor - I added methods called createCylinderBody and createHalfSphere, and used them in apply(Cylinder&) and apply(Capsule&). In my testing they work fine, tested even with transforms and moving around the scene. " 2007-12-16 17:53 robert * src/osgPlugins/ive/BlinkSequence.cpp: Added check to make set up a sequencegroup only happen when required. 2007-12-16 17:46 robert * src/osgPlugins/ive/BlinkSequence.cpp: From Wojciech Lewandowski, "osgSim::BlinkSequence has sequenceGroup unitialized by default (=NULL ref_ptr). By looking at the code I figured out that unset sequenceGroup is completely correct and thus allowed. But writing BlinkSequence with empty sequence group caused a crash when IVE was accessing baseTime from NULL address. Atttached is a fix for this situation. " 2007-12-16 17:41 robert * src/osgShadow/ShadowMap.cpp: From Wojiech Lewandowski, "There was a bug in ShadowMap camera view matrix computation. View matrix was wrong when light was directional and shadowed scene was not centered at zero coord. I fixed that and also modified cast distance to much smaller value. With former range it was possible to generate shadows with lowest LODs. " 2007-12-16 17:33 robert * src/osgPlugins/gdal/ReaderWriterGDAL.cpp: Fixed HeightField coordinates set up 2007-12-16 17:01 robert * include/osgText/Font, include/osgText/Font3D, src/osgText/Font.cpp: Added intializers. 2007-12-16 16:18 robert * src/osgPlugins/shp/CMakeLists.txt, src/osgPlugins/shp/ESRIShapeReaderWriter.cpp: Added support for automatically setting the coordinate system of a shapefile by reading associate .prj file 2007-12-16 13:29 robert * examples/osgforest/osgforest.cpp: Added parsing of parameters to Viewer constructor. 2007-12-16 13:25 robert * examples/osgforest/osgforest.cpp: Added StateSetManipulator for testing purposes, and fixed typo 2007-12-16 13:20 robert * src/osgPlugins/freetype/FreeTypeLibrary.cpp: Removed used of ref_ptr<>'s internally to avoid ciricular calls on destruction. 2007-12-16 12:36 robert * src/osgPlugins/freetype/FreeTypeFont3D.cpp, src/osgPlugins/freetype/FreeTypeFontBase.cpp, src/osgPlugins/freetype/FreeTypeFontBase.h: Added initilizers of variables to FreeTypeFont3D constructors. Removed unused FreeTypeFontBase class 2007-12-15 17:16 robert * src/osgPlugins/cfg/ReaderWriterCFG.cpp: Fixed handling of DISPLAY variable, and mapped the rest of Producer config settings 2007-12-15 17:15 robert * src/osgDB/Registry.cpp: Commented out rendendent warnings 2007-12-15 17:15 robert * src/osgViewer/Viewer.cpp: commented out rendudent warning 2007-12-15 15:22 robert * src/osgShadow/ShadowMap.cpp: Added setting of ambient bias uniform 2007-12-15 15:19 robert * include/osgShadow/ShadowMap: Added separate unform variable to keep track of abmient contribution. 2007-12-15 15:17 robert * src/osgShadow/ShadowMap.cpp: Tweaked the abmient lighting contribution so that the OpenGL vertex lighting has the ambient light source switched off, and use the fragment shader to add this contribution back in. 2007-12-14 17:40 robert * src/osgPlugins/osgTerrain/CMakeLists.txt, src/osgPlugins/osgTerrain/Locator.cpp: Refectored the loading of Locator out into its own separate file 2007-12-13 17:51 robert * include/osgTerrain/Locator, src/osgPlugins/osgTerrain/Terrain.cpp, src/osgTerrain/Locator.cpp: Added Locator::s/getTransformScaledByResolution(bool) to assist with VPB integration 2007-12-13 16:06 robert * src/osgPlugins/cfg/CameraConfig.h, src/osgPlugins/cfg/ConfigParser.cpp: Warning fixes 2007-12-13 15:24 robert * src/osgPlugins/cfg/CameraConfig.cpp, src/osgPlugins/cfg/ConfigParser.cpp, src/osgPlugins/shp/XBaseParser.cpp: From Andy Skinner, build fixes for Solaris 2007-12-13 15:23 robert * src/osgPlugins/cfg/ConfigParser.cpp: Convert tabs to four spaces 2007-12-13 14:26 robert * src/osgPlugins/shp/XBaseParser.cpp: Fixed memory leak 2007-12-13 14:16 robert * src/osgPlugins/osgSim/IO_ShapeAttribute.cpp: Updated the shapefile attribute IO so that its more streamlined. 2007-12-13 12:30 robert * include/osgSim/ShapeAttribute, src/osgSim/ShapeAttribute.cpp: Added copy operator to ShapeAttribute to prevent problems when assigned them or use within a vector 2007-12-12 17:59 robert * include/osgViewer/View, src/osgViewer/View.cpp, src/osgWrappers/osgViewer/View.cpp: Added a osgViewer::setSceneData(ref_ptr) method. 2007-12-12 17:48 robert * include/osgText/Text, include/osgText/Text3D, src/osgText/Text.cpp, src/osgText/Text3D.cpp, src/osgWrappers/osgText/Text.cpp, src/osgWrappers/osgText/Text3D.cpp: Added new setFont(ref_ptr<>) variants to Text and Text3D 2007-12-12 17:04 robert * include/osgDB/DatabasePager, include/osgDB/ReadFile, include/osgText/Font, include/osgText/Font3D, src/osgDB/DatabasePager.cpp, src/osgDB/ReadFile.cpp, src/osgText/Font.cpp, src/osgText/Font3D.cpp, src/osgText/Text.cpp, src/osgText/Text3D.cpp: From Serge Lages, introduce readRef*File() methods which pass back ref_ptr<> rather than C pointers. 2007-12-12 16:56 robert * include/osgSim/ShapeAttribute, src/osgSim/ShapeAttribute.cpp: Updated copyright notices 2007-12-12 16:55 robert * include/osgSim/ShapeAttribute, src/osgSim/ShapeAttribute.cpp: From Andy Skinner, build fixes for Solaris. 2007-12-12 11:57 robert * src/osgDB/DatabasePager.cpp: Added std:: infront of sort call 2007-12-12 10:47 robert * include/osgDB/SharedStateManager: Added const to operators. 2007-12-12 10:35 robert * src/osgDB/DatabasePager.cpp: Added std:: in front of find enties 2007-12-12 09:48 robert * src/CMakeLists.txt, src/osgPlugins/CMakeLists.txt, src/osgWrappers/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:45 robert * include/osgDB/DatabasePager: From Paul Martz, "Function declaration returns a bool, function body was returning a pointer. Changed body to return (pointer != NULL)." 2007-12-11 17:19 robert * src/osgPlugins/ive/DataTypeSize.h: From Cyril Brulebois, removed redundent typedef. 2007-12-11 17:01 robert * src/osgWrappers/osg/View.cpp, src/osgWrappers/osgViewer/View.cpp: Updated wrappers 2007-12-11 16:42 robert * src/osgPlugins/OpenFlight/DataInputStream.cpp, src/osgPlugins/OpenFlight/DataInputStream.h, src/osgPlugins/OpenFlight/PaletteRecords.cpp, src/osgPlugins/OpenFlight/ReaderWriterFLT.cpp, src/osgPlugins/OpenFlight/RecordInputStream.cpp, src/osgPlugins/OpenFlight/RecordInputStream.h, src/osgPlugins/OpenFlight/VertexRecords.cpp: From Brede Johnansen, support for continuation records. 2007-12-11 16:34 robert * include/osg/View, include/osgViewer/View: From Karl Heijdenberg, moved set/getFrameStamp() from osgViewer::View to osg::View. 2007-12-11 15:55 robert * examples/CMakeLists.txt, examples/osgsharedarray, examples/osgsharedarray/CMakeLists.txt, examples/osgsharedarray/osgsharedarray.cpp, include/osg/Array, src/osg/Geometry.cpp, src/osgDB/FileNameUtils.cpp: From Mike Garrity, "There was an on again/off again thread on OSG users about creating subclasses of osg::Array that referenced data stored an application's internal data structures. I took a stab at implementing that and ran into a couple of downcasts in Geometry.cpp. Enclosed is my take at fixing those along with a simple example of how to do this." 2007-12-11 14:48 robert * src/osgPlugins/gdal/DataSetLayer.cpp, src/osgPlugins/gdal/DataSetLayer.h, src/osgPlugins/gdal/ReaderWriterGDAL.cpp: Added missing copyright notices 2007-12-11 14:39 robert * src/osgViewer/PixelBufferX11.cpp: From Mathias Froehlich, "Attached is a change to the PBuffer initialsation code that checks for the GLX version before issuing commands that require GLX-1.3. This prevents a crash with open source drivers on linux. " 2007-12-11 14:06 robert * src/osgPlugins/dae/CMakeLists.txt, src/osgPlugins/dae/ReaderWriterDAE.cpp, src/osgPlugins/dae/ReaderWriterDAE.h, src/osgPlugins/dae/daeRMaterials.cpp, src/osgPlugins/dae/daeReader.cpp, src/osgPlugins/dae/daeReader.h, src/osgPlugins/dae/daeWGeometry.cpp, src/osgPlugins/dae/daeWMaterials.cpp, src/osgPlugins/dae/daeWriter.cpp, src/osgPlugins/dae/daeWriter.h: From Roger James, "The changes are as follows:- 1. DAE object no longer held onto by plugin. 2. Filename to URI conversion now handled internally by plugin. 2. User can supply an external DAE object for use by the plugin. 3. User can supply a std:string object for the plugin to return the URI of the document just processed. 4. User can supply a std::string to receive the unit name information from the document just read in. (e.g. meters, inches, etc.) 5. User can supply a float to receive the metric conversion factor from the document just read in. 6. User can supply an enum to receive the up axis orientation information from the document just read in. 7. Material transparency can be both read and written. 8. User can supply an experimental GoogleMode option on output. The plugin will try to emulate the way Sketchup specifies transparency (i.e. the inverse of what it should be!). I am still struggling to get GE to understand transparency, anyone know what it expects? 9. Rudimentary support for Collada effect parameters (newparam, setparam, param) on input. Basic nVidia FX Composer dae documents can now be read. " 2007-12-11 12:35 robert * src/osgWrappers/osg/Program.cpp, src/osgWrappers/osg/Shader.cpp, src/osgWrappers/osg/StateSet.cpp, src/osgWrappers/osgDB/DatabasePager.cpp, src/osgWrappers/osgDB/SharedStateManager.cpp, src/osgWrappers/osgParticle/BoxPlacer.cpp: Updated wrappers 2007-12-11 12:32 robert * include/osgDB/DatabasePager, include/osgDB/SharedStateManager, src/osgDB/DatabasePager.cpp, src/osgDB/SharedStateManager.cpp: From Tim More, "This submission tries to optimize redundant compilation of StateSets and Drawables in the DatabasePager. The practical effects of these are to greatly reduce startup time and the time to load an individual scenery tile in FlightGear. - From my log message: Minimize the number of StateSets and drawables that are compiled by checking if they have already been compiled or will be elminated by the SharedStateManager. Move the sorting of the dataToCompile queue out of compileGLObjects into the man pager run function. Change the SharedStateManager to use maps instead of vectors." 2007-12-11 11:57 robert * src/osg/State.cpp: From Joseph Steel, "he change is to initializeExtensionProcs() to verify the version of the OpenGL implementation before attempting to get the MaxTextureCoords parameter." 2007-12-11 11:55 robert * src/osg/ClipNode.cpp: From Mathias Froelich, "I have cleaned up the state set handling of the osg::ClipNode. Previously the complete StateSet was cleared, even the non clipping releted state attributes and modes in this stateset on a call to setLocalSetateSetModes. With this change only those modes/attributes are changed that need to be changed. That is, if a clip plane is removed from the ClipNode, only this assiciated mode is removed from the state set, instead of throwing away the whole state set. In this way we have less surprising results if the state set of a clip node is used for more state than just the clip state. " 2007-12-11 11:42 robert * include/osg/StateSet, src/osg/StateSet.cpp: From Mathias Froechlich, "I have extended the StateSet api with a StateSet::removeAssociatedModes(const StateAttribute*) and a StateSet::removeAssociatedTextureModes(unsigned, const StateAttribute*) call. These funktions are just missing for a complete api IMO." 2007-12-11 11:37 robert * include/osgParticle/BoxPlacer: From Alberto Luaces, "it seems that include/osgParticle/BoxPlacer was created from the SectorPlacer file. The code works well but the SectorPlacer comments stayed in the new file. I have altered those comments so they now contain valid information for the BoxPlacer class and the doxygen generated documentation is correct. " 2007-12-11 11:21 robert * include/osg/Program, include/osg/Shader, src/osg/Program.cpp, src/osg/Shader.cpp: From Per Fahlberg, "Attached is a fix allowing removal of shaders from a program after it is first compiled. It will also allow new shaders to be attached after the program is first compiled." 2007-12-10 20:56 robert * src/osgPlugins/shp/ESRIShapeParser.cpp: From Sherman Wilcox, "In ESRIShapeParser.cpp, wasn't closing the file handle. Added: if(fd) { close(fd); fd = 0; } to the constructor." 2007-12-10 20:36 robert * examples/osgviewerCocoa/ViewerCocoa.h, examples/osgviewerCocoa/ViewerCocoa.mm: From Eric Wing, "For osgviewerCocoa, a very simple change to allow toggling between fullscreen mode and back between views. (To activate, double click on the view to toggle.) It demonstrates/uses the new one-liner fullscreen method introduced in Leopard. Code will still compile and run in pre-Leopard (thanks to Obj-C dynamic/late binding), but code path is treated as a no-op in those cases." 2007-12-10 20:35 robert * src/osgText/Text.cpp, src/osgWrappers/osg/ApplicationUsage.cpp, src/osgWrappers/osg/ArgumentParser.cpp, src/osgWrappers/osg/Billboard.cpp, src/osgWrappers/osg/BlendColor.cpp, src/osgWrappers/osg/BlendEquation.cpp, src/osgWrappers/osg/BlendFunc.cpp, src/osgWrappers/osg/BoundingBox.cpp, src/osgWrappers/osg/BufferObject.cpp, src/osgWrappers/osg/Camera.cpp, src/osgWrappers/osg/CameraView.cpp, src/osgWrappers/osg/ClampColor.cpp, src/osgWrappers/osg/CollectOccludersVisitor.cpp, src/osgWrappers/osg/CullSettings.cpp, src/osgWrappers/osg/DeleteHandler.cpp, src/osgWrappers/osg/DrawPixels.cpp, src/osgWrappers/osg/Drawable.cpp, src/osgWrappers/osg/FragmentProgram.cpp, src/osgWrappers/osg/Geode.cpp, src/osgWrappers/osg/Geometry.cpp, src/osgWrappers/osg/GraphicsContext.cpp, src/osgWrappers/osg/Group.cpp, src/osgWrappers/osg/LOD.cpp, src/osgWrappers/osg/Matrixd.cpp, src/osgWrappers/osg/Matrixf.cpp, src/osgWrappers/osg/Multisample.cpp, src/osgWrappers/osg/Node.cpp, src/osgWrappers/osg/NodeVisitor.cpp, src/osgWrappers/osg/Object.cpp, src/osgWrappers/osg/Point.cpp, src/osgWrappers/osg/PolygonOffset.cpp, src/osgWrappers/osg/Polytope.cpp, src/osgWrappers/osg/PrimitiveSet.cpp, src/osgWrappers/osg/ProxyNode.cpp, src/osgWrappers/osg/Referenced.cpp, src/osgWrappers/osg/Shader.cpp, src/osgWrappers/osg/ShapeDrawable.cpp, src/osgWrappers/osg/State.cpp, src/osgWrappers/osg/StateAttribute.cpp, src/osgWrappers/osg/StateSet.cpp, src/osgWrappers/osg/StencilTwoSided.cpp, src/osgWrappers/osg/Texture.cpp, src/osgWrappers/osg/Texture1D.cpp, src/osgWrappers/osg/Texture2D.cpp, src/osgWrappers/osg/Texture2DArray.cpp, src/osgWrappers/osg/Texture3D.cpp, src/osgWrappers/osg/TextureRectangle.cpp, src/osgWrappers/osg/Timer.cpp, src/osgWrappers/osg/Transform.cpp, src/osgWrappers/osg/Uniform.cpp, src/osgWrappers/osg/VertexProgram.cpp, src/osgWrappers/osg/Viewport.cpp, src/osgWrappers/osgDB/DatabasePager.cpp, src/osgWrappers/osgDB/Registry.cpp, src/osgWrappers/osgGA/EventQueue.cpp, src/osgWrappers/osgGA/GUIActionAdapter.cpp, src/osgWrappers/osgGA/GUIEventAdapter.cpp, src/osgWrappers/osgGA/GUIEventHandler.cpp, src/osgWrappers/osgGA/KeySwitchMatrixManipulator.cpp, src/osgWrappers/osgGA/MatrixManipulator.cpp, src/osgWrappers/osgGA/NodeTrackerManipulator.cpp, src/osgWrappers/osgGA/TerrainManipulator.cpp, src/osgWrappers/osgGA/TrackballManipulator.cpp, src/osgWrappers/osgGA/UFOManipulator.cpp, src/osgWrappers/osgParticle/ParticleSystem.cpp, src/osgWrappers/osgParticle/PrecipitationEffect.cpp, src/osgWrappers/osgShadow/ShadowTechnique.cpp, src/osgWrappers/osgSim/ElevationSlice.cpp, src/osgWrappers/osgSim/HeightAboveTerrain.cpp, src/osgWrappers/osgSim/ImpostorSprite.cpp, src/osgWrappers/osgSim/LineOfSight.cpp, src/osgWrappers/osgTerrain/GeometryTechnique.cpp, src/osgWrappers/osgTerrain/Locator.cpp, src/osgWrappers/osgTerrain/TerrainTechnique.cpp, src/osgWrappers/osgText/String.cpp, src/osgWrappers/osgText/Text.cpp, src/osgWrappers/osgUtil/CullVisitor.cpp, src/osgWrappers/osgUtil/LineSegmentIntersector.cpp, src/osgWrappers/osgViewer/CompositeViewer.cpp, src/osgWrappers/osgViewer/GraphicsWindow.cpp, src/osgWrappers/osgViewer/View.cpp, src/osgWrappers/osgViewer/Viewer.cpp, src/osgWrappers/osgViewer/ViewerBase.cpp: Updated wrappers 2007-12-10 20:33 robert * src/osg/Material.cpp: From Richard Schmidt, fix on ordering to be standard OpenGL way. 2007-12-10 20:30 robert * include/osgUtil/CullVisitor, src/osgUtil/CullVisitor.cpp, src/osgUtil/SceneView.cpp: From Richard Schmidt, "attached you will find a set of small fixes and features. CullVisitor/SceneView: *Feature: This version supports multiple clearnodes in the graph, one per renderstage. Text: *Feature: Performance Enhancement when calling SetBackdropColor Material: *Fix: OpenGL calls are now made according to the OpenGL Standard " 2007-12-10 20:27 robert * src/osgPlugins/obj/ReaderWriterOBJ.cpp, src/osgPlugins/obj/obj.cpp, src/osgPlugins/obj/obj.h: From Ulrich Hertlein, "attached are some fixes and tweaks I made to the .obj loader: - Material class contained both 'shininess' and 'Ns' member variables - 'Ns' and 'Ni' are initialized to 0 ('Ni' is unused at the moment) - only 'Ns' was read from .mtl file but 'shininess' was used for osg::Material - 'illum' was read from .mtl file but never used; it is now used as follows -- illum==0 -> no osg::Material created/attached therefore no lighting -- illum==1 -> osg::Material specular is set to black -- illum==2 (default) -> specular read from .mtl file is used - 'map_Kd' and 'map_Ks' may contain additional arguments (e.g. '-s 1 1 1'), these are now skipped over and the texture filename is properly extracted " 2007-12-10 19:51 robert * src/osgPlugins/osgText/IO_TextBase.cpp: From David Callu, IO support for Text3D 2007-12-10 19:49 robert * include/osgText/Text3D: From David Callu, Text3D 2007-12-10 17:30 robert * applications/osgarchive/osgarchive.cpp, applications/osgconv/osgconv.cpp, examples/osgcatch/osgcatch.cpp, examples/osgdelaunay/osgdelaunay.cpp, examples/osgdepthpeeling/DePee.cpp, examples/osgdepthpeeling/osgdepthpeeling.cpp, examples/osgfxbrowser/osgfxbrowser.cpp, examples/osggeometry/osggeometry.cpp, examples/osgimpostor/osgimpostor.cpp, examples/osglogo/osglogo.cpp, examples/osgmovie/osgmovie.cpp, examples/osgpagedlod/osgpagedlod.cpp, examples/osgphotoalbum/osgphotoalbum.cpp, examples/osgplanets/osgplanets.cpp, examples/osgpoints/osgpoints.cpp, examples/osgprerender/osgprerender.cpp, examples/osgprerendercubemap/osgprerendercubemap.cpp, examples/osgreflect/osgreflect.cpp, examples/osgslice/osgslice.cpp, examples/osgspheresegment/osgspheresegment.cpp, examples/osgstereoimage/osgstereoimage.cpp, examples/osgtexture1D/osgtexture1D.cpp, examples/osgunittests/osgunittests.cpp, examples/osgvolume/osgvolume.cpp, include/osg/ApplicationUsage, include/osg/ArgumentParser, include/osg/Billboard, include/osg/BlendColor, include/osg/BlendEquation, include/osg/BlendFunc, include/osg/BoundingBox, include/osg/BufferObject, include/osg/Camera, include/osg/CameraView, include/osg/ClampColor, include/osg/CollectOccludersVisitor, include/osg/CullSettings, include/osg/DeleteHandler, include/osg/Depth, include/osg/Drawable, include/osg/Export, include/osg/Fog, include/osg/FragmentProgram, include/osg/FrameStamp, include/osg/FrontFace, include/osg/Geode, include/osg/Geometry, include/osg/GraphicsContext, include/osg/GraphicsThread, include/osg/Group, include/osg/Hint, include/osg/LOD, include/osg/Light, include/osg/LightModel, include/osg/Math, include/osg/Matrixd, include/osg/Matrixf, include/osg/Multisample, include/osg/Node, include/osg/NodeVisitor, include/osg/Object, include/osg/Plane, include/osg/Point, include/osg/PolygonMode, include/osg/PolygonOffset, include/osg/Polytope, include/osg/PrimitiveSet, include/osg/ProxyNode, include/osg/Referenced, include/osg/Sequence, include/osg/Shader, include/osg/ShadowVolumeOccluder, include/osg/ShapeDrawable, include/osg/State, include/osg/StateAttribute, include/osg/StateSet, include/osg/StencilTwoSided, include/osg/TemplatePrimitiveFunctor, include/osg/TexEnvFilter, include/osg/TexGen, include/osg/Texture, include/osg/Texture1D, include/osg/Texture2D, include/osg/Texture2DArray, include/osg/Texture3D, include/osg/TextureRectangle, include/osg/Timer, include/osg/Transform, include/osg/TriangleFunctor, include/osg/Uniform, include/osg/Vec2b, include/osg/Vec2d, include/osg/Vec2s, include/osg/Vec3b, include/osg/Vec3d, include/osg/Vec3f, include/osg/Vec3s, include/osg/Vec4b, include/osg/Vec4d, include/osg/Vec4f, include/osg/Vec4s, include/osg/Vec4ub, include/osg/VertexProgram, include/osg/Viewport, include/osg/io_utils, include/osgDB/DatabasePager, include/osgDB/Export, include/osgDB/FileUtils, include/osgDB/Registry, include/osgDB/SharedStateManager, include/osgGA/AnimationPathManipulator, include/osgGA/EventQueue, include/osgGA/GUIActionAdapter, include/osgGA/GUIEventAdapter, include/osgGA/GUIEventHandler, include/osgGA/KeySwitchMatrixManipulator, include/osgGA/MatrixManipulator, include/osgGA/NodeTrackerManipulator, include/osgGA/TerrainManipulator, include/osgGA/TrackballManipulator, include/osgGA/UFOManipulator, include/osgShadow/ShadowTechnique, include/osgSim/ElevationSlice, include/osgSim/HeightAboveTerrain, include/osgSim/ImpostorSprite, include/osgSim/LineOfSight, include/osgTerrain/Locator, include/osgTerrain/Terrain, include/osgTerrain/TerrainTechnique, include/osgText/Font, include/osgText/String, include/osgText/Text, include/osgUtil/IntersectionVisitor, include/osgUtil/LineSegmentIntersector, include/osgUtil/PlaneIntersector, include/osgUtil/PolytopeIntersector, include/osgViewer/CompositeViewer, include/osgViewer/Export, include/osgViewer/GraphicsWindow, include/osgViewer/Scene, include/osgViewer/View, include/osgViewer/Viewer, include/osgViewer/ViewerBase, include/osgViewer/api/Win32/GraphicsWindowWin32, include/osgViewer/api/Win32/PixelBufferWin32, src/osg/AnimationPath.cpp, src/osg/ApplicationUsage.cpp, src/osg/ClipNode.cpp, src/osg/CullingSet.cpp, src/osg/DeleteHandler.cpp, src/osg/DrawPixels.cpp, src/osg/Drawable.cpp, src/osg/FrameBufferObject.cpp, src/osg/Geode.cpp, src/osg/Geometry.cpp, src/osg/GraphicsContext.cpp, src/osg/GraphicsThread.cpp, src/osg/Node.cpp, src/osg/OperationThread.cpp, src/osg/PolygonOffset.cpp, src/osg/PolygonStipple.cpp, src/osg/Program.cpp, src/osg/Referenced.cpp, src/osg/ShapeDrawable.cpp, src/osg/State.cpp, src/osg/StateSet.cpp, src/osg/Texture.cpp, src/osg/Texture1D.cpp, src/osg/Texture2D.cpp, src/osg/Texture2DArray.cpp, src/osg/Texture3D.cpp, src/osg/TextureRectangle.cpp, src/osg/View.cpp, src/osg/dxtctool.cpp, src/osgDB/DatabasePager.cpp, src/osgDB/DotOsgWrapper.cpp, src/osgDB/Registry.cpp, src/osgGA/DriveManipulator.cpp, src/osgGA/TerrainManipulator.cpp, src/osgManipulator/Projector.cpp, src/osgPlugins/3ds/ReaderWriter3DS.cpp, src/osgPlugins/ive/DrawArrayLengths.cpp, src/osgPlugins/ive/DrawElementsUByte.cpp, src/osgPlugins/ive/DrawElementsUInt.cpp, src/osgPlugins/ive/DrawElementsUShort.cpp, src/osgPlugins/normals/Normals.cpp, src/osgPlugins/osgViewer/View.cpp, src/osgShadow/ParallelSplitShadowMap.cpp, src/osgShadow/ShadowMap.cpp, src/osgShadow/ShadowTexture.cpp, src/osgShadow/SoftShadowMap.cpp, src/osgSim/Impostor.cpp, src/osgSim/LineOfSight.cpp, src/osgSim/SphereSegment.cpp, src/osgTerrain/GeometryTechnique.cpp, src/osgTerrain/Layer.cpp, src/osgTerrain/TerrainTechnique.cpp, src/osgText/DefaultFont.cpp, src/osgText/Font.cpp, src/osgText/String.cpp, src/osgText/Text.cpp, src/osgUtil/IntersectVisitor.cpp, src/osgUtil/IntersectionVisitor.cpp, src/osgUtil/Optimizer.cpp, src/osgUtil/PlaneIntersector.cpp, src/osgUtil/RenderBin.cpp, src/osgUtil/RenderStage.cpp, src/osgUtil/Simplifier.cpp, src/osgUtil/Tessellator.cpp, src/osgUtil/TriStripVisitor.cpp, src/osgViewer/CompositeViewer.cpp, src/osgViewer/Renderer.cpp, src/osgViewer/StatsHandler.cpp, src/osgViewer/View.cpp, src/osgViewer/Viewer.cpp, src/osgViewer/ViewerEventHandlers.cpp: From Roland Smeenk, "Attached you will find a large set of small typo fixes (mainly in the comments)." 2007-12-10 16:21 robert * src/osgWrappers/osgText/Font.cpp, src/osgWrappers/osgText/Font3D.cpp, src/osgWrappers/osgText/KerningType.cpp, src/osgWrappers/osgText/Text.cpp, src/osgWrappers/osgText/Text3D.cpp, src/osgWrappers/osgText/TextBase.cpp: Updated wrappers 2007-12-10 16:14 robert * applications/osgconv/osgconv.cpp: Added osgViewerGetVersion() usage to force Windows to link osgViewer. 2007-12-10 15:15 robert * examples/CMakeLists.txt, examples/osgtext3D, examples/osgtext3D/CMakeLists.txt, examples/osgtext3D/osgtext3D.cpp, include/osgText/Font, include/osgText/Font3D, include/osgText/KerningType, include/osgText/Text, include/osgText/TextBase, src/osgPlugins/freetype/CMakeLists.txt, src/osgPlugins/freetype/FreeTypeFont.h, src/osgPlugins/freetype/FreeTypeFont3D.cpp, src/osgPlugins/freetype/FreeTypeFont3D.h, src/osgPlugins/freetype/FreeTypeFontBase.cpp, src/osgPlugins/freetype/FreeTypeFontBase.h, src/osgPlugins/freetype/FreeTypeLibrary.cpp, src/osgPlugins/freetype/FreeTypeLibrary.h, src/osgPlugins/freetype/ReaderWriterFreeType.cpp, src/osgPlugins/jp2/ReaderWriterJP2.cpp, src/osgPlugins/osgText/CMakeLists.txt, src/osgPlugins/osgText/IO_Text.cpp, src/osgPlugins/osgText/IO_Text3D.cpp, src/osgText/CMakeLists.txt, src/osgText/Font.cpp, src/osgText/Font3D.cpp, src/osgText/Text.cpp, src/osgText/Text3D.cpp, src/osgText/TextBase.cpp: From David Callu, added support of 3D text to osgText and associated plugins. 2007-12-10 12:45 robert * src/osgPlugins/shp/ESRIShapeReaderWriter.cpp: From David Callu, added support for automatically reading associate dbase files 2007-12-10 12:00 robert * src/osgPlugins/shp/XBaseParser.cpp: Char char[] to char* with new allocation. 2007-12-10 11:34 robert * src/osgPlugins/shp/XBaseParser.cpp: Refactored record allocation to fix build errors under Windows. 2007-12-10 11:20 robert * include/osgSim/ShapeAttribute: Added export macro for windows build 2007-12-10 10:16 robert * src/osg/DisplaySettings.cpp, src/osg/Image.cpp: Added include to fix compile errors under gcc 4.3 2007-12-09 16:38 robert * src/osgPlugins/shp/ESRIShape.cpp, src/osgPlugins/shp/ESRIShape.h, src/osgPlugins/shp/ESRIShapeParser.cpp: From Gustavo Wagner, fixed bugs in reading M records from shapefile 2007-12-09 16:29 robert * src/osgPlugins/vrml/ReaderWriterVRML2.cpp: From Gino van den Bergen, "I've added the following features to the OSG VRML plugin: * Support for Box, Sphere, Cone, and Cylinder. These nodes are converted to osg::Geometry conform the VRML97 spec. * Backface culling is enabled/disabled according to the "solid" flag for geometries that are converted from IndexFaceSets. * PROTO instances can now be used for "appearance" and "geometry" fields in a Shape node. The file ReaderWriterVRML2.cpp is adapted for the latest stable public release: http://www.openscenegraph.org/svn/osg/OpenSceneGraph/tags/OpenSceneGraph-2.2.0 The changes where needed for being able to read VRML file which are output by VMD (http://www.ks.uiuc.edu/Research/vmd/). A sample VRML file is enclosed in this submission. The plugin has been tested against a number of VRML samples that include texturing. The texturing is found to be VRML97 compliant for all added geometry nodes. " 2007-12-09 16:23 robert * include/osgSim/OpenFlightOptimizer, src/osgSim/CMakeLists.txt, src/osgSim/OpenFlightOptimizer.cpp, src/osgWrappers/osgSim/OpenFlightOptimizer.cpp: Removed redundent OpenFlightOptimizer 2007-12-09 16:14 robert * src/osg/Texture2DArray.cpp: From Ralf Karn, fixed "invalid enumerant" warning on TEXTURE_2D_ARRAY_EXT initialization 2007-12-09 16:06 robert * src/osgShadow/ShadowMap.cpp: From Mihai Radu, "After someone asked for a fix for non-textured object appearing black with the shader for textured objects. This works very well in cases where there could be a mix of textured and non-textured objects in the scene, and it makes the initialization more robust. The idea is from PSSM, to add a 1pixel texture to the main rendering as to provide white for any objects missing textures." 2007-12-09 16:01 robert * src/osgWrappers/osgSim/ShapeAttribute.cpp: Updated wrappers 2007-12-09 15:43 robert * include/osgSim/ShapeAttribute, src/osgPlugins/osgSim/CMakeLists.txt, src/osgPlugins/osgSim/IO_ShapeAttribute.cpp, src/osgPlugins/shp/CMakeLists.txt, src/osgPlugins/shp/ESRIShape.h, src/osgPlugins/shp/ESRIType.h, src/osgPlugins/shp/XBaseParser.cpp, src/osgPlugins/shp/XBaseParser.h, src/osgSim/CMakeLists.txt, src/osgSim/ShapeAttribute.cpp: From David Callu, added DBase attribute support for shapefiles 2007-12-09 14:54 robert * include/osg/Hint, src/osgWrappers/osg/Array.cpp, src/osgWrappers/osg/ClipPlane.cpp, src/osgWrappers/osg/Drawable.cpp, src/osgWrappers/osg/Image.cpp, src/osgWrappers/osg/Light.cpp, src/osgWrappers/osg/PrimitiveSet.cpp, src/osgWrappers/osgDB/DatabasePager.cpp, src/osgWrappers/osgShadow/ParallelSplitShadowMap.cpp, src/osgWrappers/osgUtil/PolytopeIntersector.cpp, src/osgWrappers/osgUtil/Statistics.cpp: Updated wrappers 2007-12-09 12:19 robert * src/osgViewer/GraphicsWindowWin32.cpp: From Aderian Egli, changed the window dimension clamping code to work independantly for width and height. 2007-12-08 17:10 robert * src/osg/StateSet.cpp: From Mario Guimaraes, "Currently, in the StateSet::merge method, the rhs state attributes and modes are not merged into the lhs state when the rhs is PROTECTED. The changes I'm providing here address this problem." 2007-12-08 17:04 robert * src/osgPlugins/CMakeLists.txt, src/osgWrappers/CMakeLists.txt: From Serge Lages, "Hi Robert, You were right about the CMAKE_MODULE_LINKER_FLAGS option for CMake, so here is a modification allowing to not generate the manifest files for the plugins making them a lot more easy to redistribute. I have also made the same modification to the wrappers as they are also put into the osgPlugin folder when generated. " 2007-12-08 17:00 robert * src/osg/Geometry.cpp: from Paul Matz, "Understood. Well, I think it's reasonable to assume that the non-env var case is the more tested case, and therefore it is correct to set _supportsVertexBufferObjects to the same value as _fastPath. So here's a change that does the same thing for the env var case." 2007-12-08 16:52 robert * src/osgPlugins/dae/CMakeLists.txt: From Jeremy Moles, Anders Backman and Robert Osfield, both Jeremy and Anders added static build support as an option, but one was for Unix and one for Windowsm, but the two mods were also inconsitent in naming and implementation. I have had a bash at merging them both, but don't know yet if these changes will work yet on either configuration... user testing will tell... 2007-12-08 16:37 robert * examples/osgkeyboardmouse/osgkeyboardmouse.cpp, include/osgUtil/PolytopeIntersector, src/osgUtil/PolytopeIntersector.cpp: From Peter Hrenka, "Due to popular demand I would like to submit this enhanced version of PolytopeIntersector. New features of PolytopeIntersector : * Dimension mask: The user may specify the dimensions of the primitives to be tested. Checking polytope-triangle and polytope-quad intersections is rather slow so this can be turned off. * Reference plane: The resulting intersections are sorted by the distance to this plane. New memebers of PolytopeIntersector::Intersection : * distance: Distance of localIntersectionPoint to the reference plane * maxDistance: Maximum distance of all intersectionPoints to the reference plane. * intersectionPoints: The points intersecting the planes of the polytope or points completely inside the polytope. * localIntersectionPoint: arithmetic mean of all intersection points * primitiveIndex: Index of the primitive that intersected I added some more output to the example osgkeyboardmouse." 2007-12-08 15:46 robert * examples/osgviewerQT/AdapterWidget.cpp, examples/osgviewerQT/CMakeLists.txt, examples/osgviewerQT/QOSGWidget.cpp, examples/osgviewerQT/osgviewerQT.cpp: From David Cullu and Robert Osfield, David addded a new style of OSG integration with QT by sublcassing from QTWidget and using osgViewer to create the graphics context, Robert added integration of this codes with the original AdapterWidget implementation still available by default. The new implementation can be accessed by running: osgviewerQT cow.osg --QOSGWidget 2007-12-08 15:32 robert * src/osgPlugins/quicktime/QTUtils.h: From Daniel Larimer, "There was a error with QTUtils.h when compiling on HFS case-sensitive file system. The #include line needs to be replaced with #include to avoid compile problems on some systems. 2007-12-07 13:28 robert * src/osgPlugins/OpenFlight/RoadRecords.cpp: From Tony Horrobin, "Attached is a small fix for the openflight loader with regard to road segment and construction records. It just uses the id field to set the name of the osg node as with other types." 2007-12-07 13:19 robert * src/osgDB/DatabasePager.cpp: From Paul Martz, minor typo fixes in notify messages 2007-12-06 17:53 robert * examples/osgmovie/osgmovie.cpp: From Bob Kuehne, added extra event handlers 2007-12-06 17:44 robert * src/osgPlugins/bmp/ReaderWriterBMP.cpp: From Farshid Lashkari, "The bmp writer crashes in certain cases. It happens when the computed size of the image data is greater than the actual image size. This causes the memcpy call to go out of the array bounds. I modified the code so that it copies the data during the iteration, instead of memcpy'ing. This fixes the problems i was having. If you are curious, the writer was crashing when trying to write an RGB image that was 2050 x 1280. You might be able to reproduce it by allocating an empty image of that size and writing it to a file." 2007-12-06 17:41 robert * src/osgViewer/GraphicsWindowWin32.cpp: From Hautio Jari, "Current version of GraphicsWindowWin32 allows resize to zero height window. This breaks rendering in for example MFC SDI applications and in MFC MDI applications if user resizes the window so that client area has zero height. Current safeguard for minimized window: LRESULT GraphicsWindowWin32::handleNativeWindowingEvent( HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam ) ... ///////////////// case WM_MOVE : case WM_SIZE : ///////////////// ... if (clientRect.bottom==0 && clientRect.right==0) ... does not cover this situation. In these situations clientRect.bottom = 0 and clientRect.right > 0. Quick fix to this is relax condition: if (clientRect.bottom==0 || clientRect.right==0) Modified file is attached. Tested with osgviewerMFC from 2.2.0 release (Windows XP sp2) Before fix: - execute from command line osgviewerMFC.exe cow.osg. - the cow is rendered nicely. - resize window to zero height by dragging from bottom border upwards. - resize window back to original height - just blue screen, no cow After fix: - execute from command line osgviewerMFC.exe cow.osg. - the cow is rendered nicely. - resize window to zero height by dragging from bottom border upwards. - resize window back to original height - the cow is where it is supposed to be. " 2007-12-06 17:31 robert * include/osgDB/DatabasePager, src/osgDB/DatabasePager.cpp: From Serge Lages, "Here are some modifications to the DatabasePager, with the possibility to : - Get or set the target number of PagedLOD children to remove per frame. - Get or set the minimum number of inactive PagedLOD to keep. Corresponding environment variables have been added too. The default values reproduce the previous DatabasePager behavior." 2007-12-06 17:28 robert * include/osgViewer/api/X11/GraphicsWindowX11, src/osgViewer/GraphicsWindowX11.cpp: From Cedric Pinson, fixes for toggle fullscreen on gnome desktop 2007-12-06 17:07 robert * examples/osgfadetext/CMakeLists.txt: From Mathias Froehlich, "n examples/osgfadetext/CMakeLists.txt osgSim as dependency is missing." 2007-12-06 17:03 robert * src/osgPlugins/hdr/hdrwriter.cpp, src/osgPlugins/hdr/hdrwriter.h: From Mathias Froehlich, "Add missing includes. Fails on hp-ux." 2007-12-06 17:01 robert * examples/osgunittests/osgunittests.cpp: From Mathias Froehlich, "Attached is a changed version of osgunittests.cpp. The __FUNCTION__ macro/string value is not portable. Instead the functions name is just put into the string." 2007-12-06 16:50 robert * src/osgDB/Registry.cpp: From Wojiech Leandowski, fixed the hardwiring of archive extensions to 4 charaters 2007-12-06 10:04 robert * src/osgPlugins/cfg/ReaderWriterCFG.cpp: Fixed crash in cfg by rearranging the code blocks so the codes that use the graphics context are only called when a graphics context is successfully aquired. 2007-12-06 09:22 robert * src/osgPlugins/cfg/CMakeLists.txt: From Ulrich Hertlein, added osgViewer dependency for OSX build 2007-12-05 18:32 robert * src/osgPlugins/cfg/RenderSurface.cpp: Changed WIN32 guard to _WIN32_IMPLEMENTATION to attempt to avoid Win32 build error 2007-12-05 11:29 robert * src/osgPlugins/cfg/ReaderWriterCFG.cpp: Removed debugging line. 2007-12-05 11:23 robert * src/osgPlugins/CMakeLists.txt, src/osgPlugins/cfg, src/osgPlugins/cfg/CMakeLists.txt, src/osgPlugins/cfg/Camera.cpp, src/osgPlugins/cfg/Camera.h, src/osgPlugins/cfg/CameraConfig.cpp, src/osgPlugins/cfg/CameraConfig.h, src/osgPlugins/cfg/ConfigLexer.cpp, src/osgPlugins/cfg/ConfigLexer.l, src/osgPlugins/cfg/ConfigParser.cpp, src/osgPlugins/cfg/ConfigParser.h, src/osgPlugins/cfg/ConfigParser.y, src/osgPlugins/cfg/FlexLexer.h, src/osgPlugins/cfg/ReaderWriterCFG.cpp, src/osgPlugins/cfg/RenderSurface.cpp, src/osgPlugins/cfg/RenderSurface.h, src/osgPlugins/cfg/VisualChooser.cpp, src/osgPlugins/cfg/VisualChooser.h: From Cedric Pinson, first cut at Producer .cfg camera configuration file support. 2007-12-04 14:46 robert * include/osg/Drawable, include/osg/PrimitiveSet, include/osg/TemplatePrimitiveFunctor, include/osg/TriangleFunctor, include/osg/TriangleIndexFunctor, include/osgUtil/Statistics, src/osg/Drawable.cpp, src/osg/Geometry.cpp, src/osgPlugins/obj/OBJWriterNodeVisitor.cpp, src/osgUtil/Optimizer.cpp: Added support for new double Vec*Array classes in various functors. 2007-12-04 14:46 robert * src/osgPlugins/shp/ESRIShapeParser.cpp, src/osgPlugins/shp/ESRIShapeParser.h, src/osgPlugins/shp/ESRIShapeReaderWriter.cpp: Added optional double support via new Vec3dArray support in osg::Geometry. To enable double usage set the option string "double" i.e. osgviewer myshapefile.shf -O "double" 2007-12-04 14:44 robert * src/osgPlugins/osg/Geometry.cpp: Added support for double Vec*Array objects 2007-12-04 14:44 robert * include/osg/Array, src/osg/Array.cpp: Added double Vec*Array support 2007-12-04 14:43 robert * examples/osgunittests/osgunittests.cpp: Added testPolytope entry 2007-12-01 15:30 robert * include/osg/Polytope: Fixed the Polytop::setFrustum and setBoundingBox method 2007-11-21 10:18 robert * src/osg/GraphicsContext.cpp: Added a check against the makeCurrent() return type to make sure that OpenGL calls are only made if the makeCurrent() is successful. 2007-11-17 11:50 robert * examples/osgmovie/osgmovie.cpp: From Colin Dunlop, add --devices support. 2007-11-13 17:03 robert * src/osgPlugins/osgTerrain/Terrain.cpp: Added support for filename only setup of CompositeLayer on reading/writing. 2007-11-10 03:43 ewing * Xcode/OpenSceneGraph/OpenSceneGraph.xcodeproj/project.pbxproj: Added missing files for qt plugin 2007-11-09 20:04 ewing * Xcode/OpenSceneGraph/OpenSceneGraph.xcodeproj/project.pbxproj: For osgdb_freetype: Ugh. Another fix for the cycle problem. It seems that the SDKROOT didn't necessarily solve the problem, but there were some unneeded library dependencies that weren't in my test fork which allowed my test to work, but caused SVN to fail. I have removed some of the excess libraries and it seems to build without the Q&A fix. 2007-11-09 13:16 ewing * Xcode/OpenSceneGraph/OpenSceneGraph.xcodeproj/project.pbxproj: OpenThreads Version header was mistakenly in Resources. osg Texture2DArray header was mistakenly in Resources. 2007-11-09 02:21 ewing * Xcode/OSX_OSG_README.rtf: Lots of Leopard information added. 2007-11-08 10:30 robert * src/osgPlugins/quicktime/QuicktimeLiveImageStream.h: From Colin Dunlop, added missing header (note from Robert Osfield, this submission was extracted from an inline submission so may be prone to errors). 2007-11-08 10:30 ewing * Xcode/OpenSceneGraph/OpenSceneGraph.xcodeproj/project.pbxproj: For Leopard freetype, path is $(SDKROOT)/usr/X11/lib not X11R6. 2007-11-06 12:07 robert * src/osgPlugins/quicktime/CMakeLists.txt, src/osgPlugins/quicktime/QTLiveUtils.cpp, src/osgPlugins/quicktime/QTLiveUtils.h, src/osgPlugins/quicktime/QuicktimeLiveImageStream.cpp, src/osgPlugins/quicktime/ReaderWriterQT.cpp: From Colin Dunlop, add live video stream support 2007-11-04 16:08 robert * examples/osgmovie/osgmovie.cpp, src/osgPlugins/quicktime/QuicktimeImageStream.cpp, src/osgPlugins/xine/ReaderWriterXine.cpp: Added support for setting volume in xine plugin, manual adjustment of volume in osgmove example, and clamping to 0 to 1.0 range in quicktime plugin 2007-11-04 15:21 robert * src/osgPlugins/txp/CMakeLists.txt: Changed the include definition so that it works under Cygwin. 2007-11-03 10:32 robert * src/osg/View.cpp: Fixed bug in addSlave 2007-10-31 12:55 robert * src/osgViewer/View.cpp: Changed the spherical display intensity map set up to use colours rather than a second texture unit. 2007-10-31 12:55 robert * include/osg/Image, src/osg/Image.cpp: Added getColor method to allow easy reading of individual pixels. 2007-10-31 11:06 robert * src/osgViewer/View.cpp: Fixed wrap mode for panoramic display. 2007-10-30 14:17 robert * src/osgPlugins/osgTerrain/Terrain.cpp: Changed debug message from NOTICE to INFO. 2007-10-29 00:36 ewing * Xcode/OpenSceneGraph/OpenSceneGraph.xcodeproj/project.pbxproj: Fix for freetype plugin to be aware of SDKs (i.e. use SDKROOT). 2007-10-25 09:00 robert * src/osgPlugins/osgFX/CMakeLists.txt: Fixed the capitilization of the osgdb_osgfx plugin 2007-10-19 09:58 robert * src/osg/Geometry.cpp: Fixed errors is setup of VBO/EBO's. 2007-10-19 08:42 robert * src/osg/View.cpp: Fix for setting scene data after slaves have been added. 2007-10-19 08:39 robert * src/osg/Geometry.cpp: Fixed getOrCreateVertexBufferObject(). 2007-10-17 19:01 robert * src/osgViewer/GraphicsWindowX11.cpp: Removed redundent X11/Intrinsic include 2007-10-16 19:04 robert * src/osgDB/Registry.cpp: Added flv to accepted list video format for the quicktime and xine-lib plugins 2007-10-16 19:03 robert * src/osgPlugins/quicktime/ReaderWriterQT.cpp: Added flv to accepted list of formats 2007-10-16 19:01 robert * src/osgPlugins/xine/ReaderWriterXine.cpp: Added flv to the list of accepted movie types 2007-10-05 11:48 ewing * Xcode/OpenSceneGraph/os-Info.plist, Xcode/OpenSceneGraph/osg-Info.plist, Xcode/OpenSceneGraph/osgDB-Info.plist, Xcode/OpenSceneGraph/osgFX-Info.plist, Xcode/OpenSceneGraph/osgGA-Info.plist, Xcode/OpenSceneGraph/osgGL2-Info.plist, Xcode/OpenSceneGraph/osgGLUTkeyboardmouse-Info.plist, Xcode/OpenSceneGraph/osgGLUTsimple-Info.plist, Xcode/OpenSceneGraph/osgManipulator-Info.plist, Xcode/OpenSceneGraph/osgParticle-Info.plist, Xcode/OpenSceneGraph/osgShadow-Info.plist, Xcode/OpenSceneGraph/osgSim-Info.plist, Xcode/OpenSceneGraph/osgTerrain-Info.plist, Xcode/OpenSceneGraph/osgText-Info.plist, Xcode/OpenSceneGraph/osgUtil-Info.plist, Xcode/OpenSceneGraph/osgViewer-Info.plist, Xcode/OpenSceneGraph/osganimate-Info.plist, Xcode/OpenSceneGraph/osgarchive-Info.plist, Xcode/OpenSceneGraph/osgautotransform-Info.plist, Xcode/OpenSceneGraph/osgbillboard-Info.plist, Xcode/OpenSceneGraph/osgblendequation-Info.plist, Xcode/OpenSceneGraph/osgcallback-Info.plist, Xcode/OpenSceneGraph/osgcamera-Info.plist, Xcode/OpenSceneGraph/osgcameragroup-Info.plist, Xcode/OpenSceneGraph/osgcatch-Info.plist, Xcode/OpenSceneGraph/osgclip-Info.plist, Xcode/OpenSceneGraph/osgcluster-Info.plist, Xcode/OpenSceneGraph/osgcompositeviewer-Info.plist, Xcode/OpenSceneGraph/osgconv-Info.plist, Xcode/OpenSceneGraph/osgcopy-Info.plist, Xcode/OpenSceneGraph/osgcubemap-Info.plist, Xcode/OpenSceneGraph/osgdb_freetype-Info.plist, Xcode/OpenSceneGraph/osgdb_freetype2-Info.plist, Xcode/OpenSceneGraph/osgdb_osgText-Info.plist, Xcode/OpenSceneGraph/osgdelaunay-Info.plist, Xcode/OpenSceneGraph/osgdepthpartition-Info.plist, Xcode/OpenSceneGraph/osgdepthshadow-Info.plist, Xcode/OpenSceneGraph/osgdistortion-Info.plist, Xcode/OpenSceneGraph/osgfadetext-Info.plist, Xcode/OpenSceneGraph/osgforest-Info.plist, Xcode/OpenSceneGraph/osgfxbrowser-Info.plist, Xcode/OpenSceneGraph/osggeometry-Info.plist, Xcode/OpenSceneGraph/osghangglide-Info.plist, Xcode/OpenSceneGraph/osghud-Info.plist, Xcode/OpenSceneGraph/osgimposter-Info.plist, Xcode/OpenSceneGraph/osgintrospection-Info.plist, Xcode/OpenSceneGraph/osgkeyboard-Info.plist, Xcode/OpenSceneGraph/osgkeyboardmouse-Info.plist, Xcode/OpenSceneGraph/osglauncher-Info.plist, Xcode/OpenSceneGraph/osglightpoint-Info.plist, Xcode/OpenSceneGraph/osglist-Info.plist, Xcode/OpenSceneGraph/osglogicop-Info.plist, Xcode/OpenSceneGraph/osglogo-Info.plist, Xcode/OpenSceneGraph/osgmanipulatorexample-Info.plist, Xcode/OpenSceneGraph/osgmotionblur-Info.plist, Xcode/OpenSceneGraph/osgmovie-Info.plist, Xcode/OpenSceneGraph/osgmultitexture-Info.plist, Xcode/OpenSceneGraph/osgocculder-Info.plist, Xcode/OpenSceneGraph/osgpagedlod-Info.plist, Xcode/OpenSceneGraph/osgparametric-Info.plist, Xcode/OpenSceneGraph/osgparticleExample-Info.plist, Xcode/OpenSceneGraph/osgparticleeffects-Info.plist, Xcode/OpenSceneGraph/osgphotoalbum-Info.plist, Xcode/OpenSceneGraph/osgpick-Info.plist, Xcode/OpenSceneGraph/osgplanets-Info.plist, Xcode/OpenSceneGraph/osgpoints-Info.plist, Xcode/OpenSceneGraph/osgpointsprite-Info.plist, Xcode/OpenSceneGraph/osgprecipitation-Info.plist, Xcode/OpenSceneGraph/osgprerender-Info.plist, Xcode/OpenSceneGraph/osgprerendercubemap-Info.plist, Xcode/OpenSceneGraph/osgreflect-Info.plist, Xcode/OpenSceneGraph/osgscalarbar-Info.plist, Xcode/OpenSceneGraph/osgscribe-Info.plist, Xcode/OpenSceneGraph/osgsequence-Info.plist, Xcode/OpenSceneGraph/osgshaders-Info.plist, Xcode/OpenSceneGraph/osgshaderterrain-Info.plist, Xcode/OpenSceneGraph/osgshadowexample-Info.plist, Xcode/OpenSceneGraph/osgshadowtexture-Info.plist, Xcode/OpenSceneGraph/osgshape-Info.plist, Xcode/OpenSceneGraph/osgsimplifier-Info.plist, Xcode/OpenSceneGraph/osgsimulation-Info.plist, Xcode/OpenSceneGraph/osgslice-Info.plist, Xcode/OpenSceneGraph/osgslideshow-Info.plist, Xcode/OpenSceneGraph/osgspacewarp-Info.plist, Xcode/OpenSceneGraph/osgspheresegment-Info.plist, Xcode/OpenSceneGraph/osgspotlight-Info.plist, Xcode/OpenSceneGraph/osgstereoimage-Info.plist, Xcode/OpenSceneGraph/osgteapot-Info.plist, Xcode/OpenSceneGraph/osgtessellate-Info.plist, Xcode/OpenSceneGraph/osgtextexample-Info.plist, Xcode/OpenSceneGraph/osgtexture1D-Info.plist, Xcode/OpenSceneGraph/osgtexture2D-Info.plist, Xcode/OpenSceneGraph/osgtexture3D-Info.plist, Xcode/OpenSceneGraph/osgtexturerectangle-Info.plist, Xcode/OpenSceneGraph/osgunittests-Info.plist, Xcode/OpenSceneGraph/osgversion-Info.plist, Xcode/OpenSceneGraph/osgvertexprogram-Info.plist, Xcode/OpenSceneGraph/osgviewerApplication-Info.plist, Xcode/OpenSceneGraph/osgviewerGLUT-Info.plist, Xcode/OpenSceneGraph/osgviewerSDL-Info.plist, Xcode/OpenSceneGraph/osgvolume-Info.plist, Xcode/OpenSceneGraph/osgwindows-Info.plist, Xcode/OpenThreads/Info.plist: Forgot to bump version numbers to 2.2.0. 2007-10-05 11:28 ewing * Xcode/OSX_OSG_README.rtf, Xcode/XcodeTemplates/OSG Application/osgApp_Prefix.pch: Needed to remove dead header from precompiled header file. Minor fixes to readme. 2007-10-05 10:46 robert * include/osg/Texture: From Mathias Froehlich, "since we patched our hp to an other patchlevel, I need the following to include/osg/Texture" 2007-10-05 09:10 robert * src/osgPlugins/hdr/hdrwriter.cpp, src/osgViewer/ViewerBase.cpp: From Andy Skinner, build fixes for Solaris. 2007-10-05 09:03 robert * examples/osgphotoalbum/osgphotoalbum.cpp: Changed the threading model to single threaded. 2007-10-04 11:24 robert * ChangeLog: Updated ChangeLog for 2.2 release 2007-10-04 11:20 robert * include/osgGA/GUIActionAdapter, include/osgViewer/View, src/osgWrappers/osgGA/GUIActionAdapter.cpp, src/osgWrappers/osgViewer/View.cpp: Added asView() method to GUIActionAdapter to help out with .NET wrappers. Updated wrappers 2007-10-04 10:05 robert * AUTHORS.txt, CMakeLists.txt, NEWS.txt, include/osg/Version, packaging/pkgconfig/openscenegraph.pc, packaging/pkgconfig/openthreads.pc: Updated version for 2.2 release 2007-10-04 08:54 robert * src/osgPlugins/gdal/DataSetLayer.cpp, src/osgPlugins/gdal/DataSetLayer.h, src/osgPlugins/gdal/ReaderWriterGDAL.cpp: From Trajce Nikolov, added support for extract a region for geospatial imagery 2007-10-03 23:44 robert * AUTHORS.txt, ChangeLog, NEWS.txt, applications/osgversion/osgversion.cpp: Updated ChangeLog, NEWS and AUTHORS file for 2.1.15 release 2007-10-03 23:27 robert * CMakeLists.txt, include/osg/Version, packaging/pkgconfig/openscenegraph.pc: Updated version for 2.1.15 dev release 2007-10-03 23:03 robert * src/osgText/Text.cpp: From Panagiotis Papadakos, "Setting the maximum height of osgText doen't seem to work. If the text is big enough, it exceeds the height that I gave as input to setMaximumHeight. So check if cursor is out of -_maximumHeight." 2007-10-03 23:01 robert * CMakeLists.txt: Added support for defining an option OSG_GLU_TESS_CALLBACK_TRIPLEDOT within the CMake build system, enabling this option will build the OSG against the (...) version of the tesselation callback functions. One can also set the default value of this option via the DEFAULT_GLU_TESS_CALLBACK_TRIPLEDOT variable that is set locally to OFF for all platforms except AIX and OSX, but can be overriden by setting it via command line option i.e. cmake . -DDDEFAULT_GLU_TESS_CALLBACK_TRIPLEDOT=ON 2007-10-03 21:12 shuber * Xcode/OpenSceneGraph/OpenSceneGraph.xcodeproj/project.pbxproj: updated XCode projects 2007-10-03 20:21 robert * CMakeLists.txt, include/osg/GLU: Added GLU_TESS_CALLBACK_TRIPLEDOT path into include/osg/GLU and enabled this for AIX as reading the old paths this was required. This looks like it is needed under Xcode build as well. 2007-10-03 19:54 robert * src/osgDB/Registry.cpp: Removed double return error 2007-10-03 12:49 robert * AUTHORS.txt, CMakeLists.txt, README.txt, include/osg/Version, packaging/pkgconfig/openscenegraph.pc: Updated version, authors and change log for the 2.1.14 release 2007-10-03 12:48 robert * examples/osgshadow/osgshadow.cpp, src/osgShadow/ShadowMap.cpp: From Mahai Radu, improvements to handling of spotlights 2007-10-03 12:04 robert * src/osgDB/Registry.cpp: Refactored the plugin and library naming to fix Cygwin plugin loaded issues. 2007-10-03 10:38 robert * NEWS.txt: Added preliminary press release 2007-10-03 10:36 robert * src/osgPlugins/net/sockstream.cpp: From Alberto Luaces, build fix for Cygwin. 2007-10-03 08:34 robert * src/osgViewer/ViewerBase.cpp: Added return 0 to fix warning 2007-10-02 21:45 robert * src/osgWrappers/osgShadow/ShadowMap.cpp: Updated wrappers 2007-10-02 21:45 robert * examples/osgshadow/osgshadow.cpp, include/osgShadow/ShadowMap, src/osgShadow/ShadowMap.cpp: From Mihair Radu, "Most of the additions are small utility methods: - set the resolution of the shadow map; it calls dirty() to re-initialize at next update - keep a list of Shader objects to use instead of the default ones, if the list is empty, the default shaders are used - explicitly create the Uniform variables, so that subsequent additions that require more Uniforms can put them in a central place - set a Light or LightSource to use explicitly for shadow casting, allows multiple lights in the scene, with one casting shadows There are two additions that do not ( yet ) function correctly, but in the present usage they do not interfere with the regular usage of the techique: - support for using spotlights, it's using Light.spotCutoff to determine if it's a spot-light and not point-light, there is an error in the setup of either the shadow camera or the texgen, most likely due to the direction of the spotlight, since the position is being used just like in point or directional lights. - creation of a debugHUD the hud is created properly, ( the example included shows it ), but it displays only white, there has been some discussion of displaying the shadow map, but I could not find it, the addition of a simple fragment shader with the appropriate color transform should get this going." 2007-10-02 21:28 robert * src/osgWrappers/osgViewer/CompositeViewer.cpp, src/osgWrappers/osgViewer/Viewer.cpp, src/osgWrappers/osgViewer/ViewerBase.cpp: Updated wrappers 2007-10-02 21:26 robert * CMakeLists.txt, examples/osgintrospection/osgintrospection.cpp, src/osgDB/Registry.cpp, src/osgPlugins/CMakeLists.txt, src/osgWrappers/CMakeLists.txt: Introduced a OSG_PLUGIN_PREFIX variable into CMake build system with it set to "" for all platforms except Cygwin where its set to "cygwin_" and Mingw where it is set to "mingw_". Updated osgDB::Registry to look for these for the plugins. Updated the osgintrospection example to search for these names as well. 2007-10-02 21:24 robert * examples/osgcompositeviewer/osgcompositeviewer.cpp: Updated to reflect new CompositeViewer threading models 2007-10-02 21:23 robert * include/osgViewer/CompositeViewer, include/osgViewer/Viewer, include/osgViewer/ViewerBase, src/osgViewer/CompositeViewer.cpp, src/osgViewer/Viewer.cpp, src/osgViewer/ViewerBase.cpp: Merged the threading set up and rendering code from Viewer and CompositeViewer into ViewerBase to allow CompositeViewer to inherit the same theading models previously just supported by osgViewer::Viewer 2007-10-02 20:56 robert * CMakeLists.txt: Changed the search for Qt version to prevent problems when having both Qt3 and Qt4 installed on one machine. 2007-10-02 20:55 robert * src/osgGA/StateSetManipulator.cpp: Added a #ifdef 0 code block to test setting of the StateSetManipulator's DataVariance to DYNAMIC to solve a threading issue relating to mixing of StateSetManipulator and DrawThreadPerContext. 2007-10-02 20:54 robert * include/osg/GLU: Changed the GLU_TESS_CALLBACK in an attempt to avoid compile problems under OSX. 2007-10-02 20:45 robert * applications/osgversion/CMakeLists.txt: From Andy Skinner, changes the library linkage to just include osg and OpenThreads 2007-10-01 15:11 robert * src/osgPlugins/hdr/hdrwriter.cpp: Removed redundent malloc. 2007-10-01 11:02 robert * src/osgViewer/GraphicsWindowX11.cpp: From David Callu, various fixes for window inheritance 2007-10-01 10:23 robert * AUTHORS.txt: Updated AUTHORS for 2.1.13 release 2007-10-01 10:21 robert * CMakeLists.txt, ChangeLog, README.txt, include/osg/Version, packaging/pkgconfig/openscenegraph.pc, packaging/pkgconfig/openthreads.pc: Updated Version number for 2.1.13 and updated ChangeLog. 2007-10-01 09:41 robert * src/osgViewer/GraphicsWindowX11.cpp: Changed requestWarpPointer to use _eventDislay to avoid crash in osghanglide example due to async usage. 2007-10-01 08:50 robert * include/osg/Image, include/osg/Math, src/osg/Image.cpp, src/osg/Texture1D.cpp, src/osg/Texture2D.cpp, src/osg/Texture2DArray.cpp, src/osg/Texture3D.cpp, src/osg/TextureCubeMap.cpp, src/osgWrappers/osg/Image.cpp: Removed log2 and replaced the places where is was used with a new Image::computeNumberOfMipmapLevels method. 2007-09-30 20:16 shuber * Xcode/OpenSceneGraph/OpenSceneGraph.xcodeproj/project.pbxproj: updated XCode-projects 2007-09-30 19:56 robert * src/osgWrappers/osgDB/Registry.cpp: Updated wrappers 2007-09-30 19:53 robert * applications/osgconv/osgconv.cpp, include/osgDB/Registry, include/osgDB/WriteFile, src/osgDB/Registry.cpp, src/osgDB/WriteFile.cpp: From Paul Martz, "here's the osgDB::Registry changes to add Options to the read*File() interface. As we discussed, this preserves the old interface for backwards compatibility. osgconv also changed to use the new Registry::writeNode() interface. No other applications or examples were affected." 2007-09-30 19:39 robert * src/osgWrappers/osgViewer/ViewerEventHandlers.cpp: Updated wrappers 2007-09-30 19:27 robert * examples/osgcompositeviewer/osgcompositeviewer.cpp, src/osgViewer/ViewerEventHandlers.cpp: Added support for CompositeViewer to WindowSizeHandler, ThreadingHandler, RecordCameraPathManipulator and HelpHandler. 2007-09-30 19:15 robert * examples/osgcompositeviewer/osgcompositeviewer.cpp, include/osgViewer/ViewerEventHandlers, src/osgViewer/HelpHandler.cpp: Changed HelpHandler so it supports use with CompositeViewer and Viewer 2007-09-30 18:43 robert * src/osgPlugins/hdr/CMakeLists.txt: Added hdwriter to CMake build 2007-09-30 18:42 robert * src/osgPlugins/hdr/ReaderWriterHDR.cpp, src/osgPlugins/hdr/hdrwriter.cpp, src/osgPlugins/hdr/hdrwriter.h: From David Spilling, "Please find attached an extension of the Radiance HDR (RGBE) image reader to support writing. The options are intended to match the existing read options. By default it will only write RGB32F format; if the "RAW" option is selected, it will output 8 bit RGBA as "raw" RGBE. Note also that the writer inserts a flipVertical(); although the RGBE format, according to spec, should support top-to-bottom or bottom-to-top ordering, no software I've found, including that from the formats originator, actually respects this." 2007-09-30 18:33 robert * src/osgPlugins/Inventor/ConvertToInventor.cpp, src/osgPlugins/Inventor/ConvertToInventor.h, src/osgPlugins/Inventor/ReaderWriterIV.cpp: From Jan Peciva, "I am submitting improved Inventor (iv) writer. List of changes: - added support for Billboards and LOD - improved Material handling " 2007-09-30 16:24 shuber * Xcode/OpenSceneGraph/OpenSceneGraph.xcodeproj/project.pbxproj: updated xcode-projects 2007-09-30 15:24 robert * genwrapper.conf, src/osgWrappers/osgViewer/Scene.cpp, src/osgWrappers/osgViewer/ViewerBase.cpp: Updated wrappers 2007-09-30 15:07 robert * src/osgWrappers/osgText/Text.cpp: Updated wrappers 2007-09-30 15:06 robert * include/osgText/Text, src/osgText/Text.cpp: From Dan Minor, "osgText::Text does not currently have a getAxisAlignment method. The attached code adds this, along with a member variable to keep track of the setting. It is based on the latest subversion version, and was tested by creating a new text object with the same axis alignment as an existing one (e.g. new_text->setAxisAlignment(old_text->getAxisAlignment()); )." From Robert Osfield, " I originally didn't add a getAxisAlignment() as all setAxisAlignment does is set the Rotation member variable, and potentially one could apply user defined Rotation setting after the setAxisAlignment() which would bring it out of sync with the setAxisAlignment. Rather than reject your submission on the ground of potentially getting out of sync and therefore misleading users I've added a USED_DEFINED_ROTATION to AxisAlignment enum, and set this in the serRotation and then override this setting of _axisAlignment in the setAxisAlingment method. I've also removed the lazy updating optimization you've added to the top of setAxisAlignment to avoid potential problems as well." 2007-09-30 11:37 robert * include/osg/View, include/osgViewer/CompositeViewer, include/osgViewer/View, include/osgViewer/Viewer, include/osgViewer/ViewerBase, include/osgViewer/ViewerEventHandlers, src/osgViewer/CMakeLists.txt, src/osgViewer/CompositeViewer.cpp, src/osgViewer/StatsHandler.cpp, src/osgViewer/View.cpp, src/osgViewer/Viewer.cpp, src/osgViewer/ViewerBase.cpp, src/osgWrappers/osg/View.cpp, src/osgWrappers/osgViewer/CompositeViewer.cpp, src/osgWrappers/osgViewer/View.cpp, src/osgWrappers/osgViewer/Viewer.cpp, src/osgWrappers/osgViewer/ViewerBase.cpp, src/osgWrappers/osgViewer/ViewerEventHandlers.cpp: Moved ViewerBase class out into its own header and source file. Improved the support for stats collection in CompositeViewer/StatsHandler. 2007-09-29 16:46 robert * include/osg/View, include/osgViewer/CompositeViewer, include/osgViewer/Export, include/osgViewer/View, include/osgViewer/Viewer, include/osgViewer/ViewerEventHandlers, src/osgPlugins/osgViewer/CompositeViewer.cpp, src/osgPlugins/osgViewer/View.cpp, src/osgPlugins/osgViewer/Viewer.cpp, src/osgViewer/CompositeViewer.cpp, src/osgViewer/StatsHandler.cpp, src/osgViewer/View.cpp, src/osgViewer/Viewer.cpp, src/osgWrappers/osg/View.cpp, src/osgWrappers/osgViewer/CompositeViewer.cpp, src/osgWrappers/osgViewer/View.cpp, src/osgWrappers/osgViewer/Viewer.cpp, src/osgWrappers/osgViewer/ViewerEventHandlers.cpp: Refactor Viewer/CompositeViewer so the both inherit from the a ViewerBase class 2007-09-29 11:41 robert * examples/osgcompositeviewer/osgcompositeviewer.cpp, include/osgViewer/View, include/osgViewer/Viewer, include/osgViewer/ViewerEventHandlers, src/osgViewer/CompositeViewer.cpp, src/osgViewer/StatsHandler.cpp, src/osgViewer/View.cpp, src/osgViewer/Viewer.cpp: From Stephan Huber, add basic support for CompositeViewer in StatsHandler 2007-09-29 11:12 robert * include/osgDB/ReaderWriter, src/osgPlugins/dae/ReaderWriterDAE.cpp, src/osgPlugins/dae/daeReader.h, src/osgPlugins/dae/daeWriter.h, src/osgWrappers/osgDB/ReaderWriter.cpp: From Mattias Linde, "Nice, this almost gets the job done, one way communication into the plugin is possible. I've done some additional small modification regarding constness in ReaderWriter and added mutable on _pluginData so passing data back would be possible too. Have updated the collada plugin (ReaderWriterDAE.cpp) to use the map to handle options and have attached the changes. The stuff in daeReader.h and daeWriter.h are just cosmetic changes to get rid of a warning." 2007-09-28 13:42 robert * src/osgViewer/View.cpp: Fixed SphericalDisplay set up codes to properly manage display host/num 2007-09-28 13:38 robert * src/osgViewer/View.cpp: From Mathias Froehlich, "I had a chance to look into the remote display problems. The screen resolution was queried for the wrong display." 2007-09-28 13:35 robert * include/osgDB/ReaderWriter: From Mattias Linde, "I've attached a modified ReaderWriter header which has some additions to osgDB::ReaderWriter::Options to handle PluginData." 2007-09-28 08:53 robert * include/osgViewer/api/Win32/GraphicsWindowWin32, src/osgViewer/GraphicsWindowWin32.cpp: Andre Garneau, three fixes in one submissions: "This is a fix for the issue reported by Anders a week ago (see \u201c[osg-users] BUG?: mouse coordinate changes after window move\u201d discussion thread on Sept. 20). The issue was that the initial implementation added a few months back was not converting the window coordinates to client-area coordinates resulting in a slight offset each time a decorated window was moved (caused by the window border). This was also causing windows to move out of their assigned screen." and "Attached is a fix for the taskbar repaint issue that occurs when a graphics window is toggled from full-screen mode to windowed mode (as identified by Gert van Maren a couple of weeks ago). Also included is a fix derived from the \u201cEvents from the past\u201d discussion thread that took place on July 11." 2007-09-28 08:52 robert * examples/osgshadow/osgshadow.cpp: Added record path manipulator 2007-09-27 13:49 robert * examples/osgshaderterrain/osgshaderterrain.cpp: Changed across to using a GraphicsOperation as the base class for the RealizeOperation. 2007-09-27 12:47 robert * examples/osgshadow/osgshadow.cpp, include/osgShadow/ParallelSplitShadowMap, src/osgShadow/ParallelSplitShadowMap.cpp: From Adrian Egli, "update the PSSM, i did some bug fixes and added new features to move the camera virtual against the view direction by applaying a simple distance factor (a), which is calculated camera eye - camera center distance. and we can move the "light camera" against the light direction (b). (a) some objects behind the camera can cast shadow (b) object aboive the camera can cast shadow then i fixed the shadow map orientation, now screen x coordinate alinged which improve the quality" 2007-09-27 12:15 robert * src/osgDB/FileUtils.cpp: From Mathias Froehlich, compile fix for HP-UX without large file support 2007-09-27 10:47 robert * src/osgPlugins/obj/OBJWriterNodeVisitor.cpp: From Mathias Froehlich, "Some more file that needs some adjustment because of missing member templates in suns stl." 2007-09-27 10:42 robert * src/osg/GraphicsContext.cpp: Changed copy constrcutor to a default constrcutor and std::copy to avoid problems with dodge Sun compiler. 2007-09-27 10:22 robert * src/osgPlugins/osgViewer/View.cpp: Added support for selecting internal texture format via the internalFormat entry in the .osg file 2007-09-26 16:17 shuber * Xcode/OpenSceneGraph/OpenSceneGraph.xcodeproj/project.pbxproj: updated XCode project-files 2007-09-26 14:44 robert * CMakeModules/FindOpenVRML.cmake, src/osgPlugins/vrml/CMakeLists.txt: From Jean-Sebastien Guay, "Attached you will find an expanded FindOpenVRML.cmake file, as well as a fixed CMakeLists.txt file for the VRML plugin ." 2007-09-26 14:31 robert * src/osgWrappers/osgDB/Input.cpp: Updated wrappers 2007-09-26 14:02 robert * include/osgDB/Input, src/osgDB/Input.cpp, src/osgPlugins/osgViewer/View.cpp: Added IntensityMap reading in .view files 2007-09-26 11:32 robert * genwrapper.conf, src/osgWrappers/osgViewer/Scene.cpp, src/osgWrappers/osgViewer/View.cpp: Tweaked the wrapping of osgViewer::Scene to fix build problems 2007-09-26 10:58 robert * src/osgPlugins/obj/CMakeLists.txt, src/osgPlugins/obj/OBJWriterNodeVisitor.cpp, src/osgPlugins/obj/OBJWriterNodeVisitor.h, src/osgPlugins/obj/ReaderWriterOBJ.cpp: From Stephan Huber, "attached you'll find a first implementation for the obj-plugin to write obj-files. It is not feature complete but usable. Known issues: * not all materials are handled correctly (especially when using osg::StateAttribute::OVERRIDE), not all properties are supported * could not test point and lines, all of my programs which are capable to read obj-files only import triangle-meshes. * only simple texture-handling" 2007-09-26 10:46 robert * genwrapper.conf, src/osgWrappers/osgViewer/Scene.cpp, src/osgWrappers/osgViewer/View.cpp: Added suprression of the reflection of osgViewer::Scene to avoid build issues associated with the class. 2007-09-26 09:59 robert * src/osgWrappers/osgViewer/GraphicsWindow.cpp: Updated wrappers 2007-09-26 09:50 robert * include/osgViewer/GraphicsWindow, include/osgViewer/api/Win32/GraphicsWindowWin32, include/osgViewer/api/X11/GraphicsWindowX11, src/osgViewer/GraphicsWindowWin32.cpp, src/osgViewer/GraphicsWindowX11.cpp: From David Callu, adding support for GraphicsWindowX11 window inhertance and setWindowName() method. 2007-09-25 19:14 robert * src/osgViewer/View.cpp, src/osgViewer/Viewer.cpp: Added support for intensityMap and fix naming of --panoramic-sd and --3d-sd command line arguments 2007-09-25 17:02 robert * examples/osgmovie/osgmovie.cpp: Added --flip argument docs. 2007-09-25 17:01 robert * examples/osgmovie/osgmovie.cpp: Added --flip option to allow one to flip the source data about the x axis. 2007-09-25 15:01 robert * examples/osgmovie/osgmovie.cpp: Removed all dome distortion correction code as this is now part of the core osgViewer. Added viewer mode where movies are made fullscreen. One can use the old interactive camera mode by using --interactive parameter on the command line. 2007-09-25 13:51 robert * examples/osgmovie/osgmovie.cpp: Preliminary PanoramicSphericalScreen support 2007-09-25 12:34 robert * applications/osgversion/osgversion.cpp: Added --major/minor/path-number support 2007-09-25 11:26 robert * packaging/pkgconfig/openscenegraph.pc: Fixed version number 2007-09-25 10:18 robert * examples/osgunittests/osgunittests.cpp: Added thread unit test to test the create, start and destruction of threads 2007-09-24 16:34 robert * AUTHORS.txt, CMakeLists.txt, include/osg/Version: Updated Version and AUTHORS for 2.1.12 dev release 2007-09-24 16:30 robert * packaging/pkg_config, packaging/pkgconfig: Renamed packaging directory to pkgconfig 2007-09-24 16:28 robert * ChangeLog, README.txt: Updated ChangeLog for release 2007-09-24 16:25 robert * src/osgWrappers/osg/View.cpp, src/osgWrappers/osgViewer/CompositeViewer.cpp, src/osgWrappers/osgViewer/Scene.cpp, src/osgWrappers/osgViewer/View.cpp, src/osgWrappers/osgViewer/Viewer.cpp: Updated wrappers 2007-09-24 15:24 robert * examples/osgshadow/osgshadow.cpp, include/osgShadow/ParallelSplitShadowMap, src/osgShadow/ParallelSplitShadowMap.cpp: From Adrian Egli, further work on PSSM implementation. 2007-09-24 10:36 robert * include/osgViewer/GraphicsWindow: From Alberto Luaces, fixed typo of valid() in warning message 2007-09-24 10:31 robert * src/osgDB/Registry.cpp: Changed iterator name to avoid warning 2007-09-24 09:39 robert * Xcode/OpenSceneGraph/OpenSceneGraph.xcodeproj/project.pbxproj: From Mirko Viviani, "attacched you'll find the updated xcode project for OpenSceneGraph 2.1.11. The one supplied in the archive does not build due to some missing file references." 2007-09-24 09:35 robert * src/osgSim/OverlayNode.cpp: From Jose Delport: "have been using the new VIEW_DEPENDENT_WITH_ORTHOGRAPHIC_OVERLAY mode of the OverlayNode. I change the overlay subgraph dynamically and when I remove all the subgraph nodes that is inside the current main camera FOV (others outside still exist), the overlay texture does not update because of the early return in the traversal. I then get a kind of ghost texture moving around the terrain. The attached file fixed the problem for me, but I'm not sure if it is the best way to address the problem." 2007-09-24 09:26 robert * src/osg/Image.cpp: From Art Tevs, "Following two lines has to be included into the Image.cpp in the computeNumComponents(...) method: case(GL_RGBA16F_ARB): return 4; case(GL_RGBA32F_ARB): return 4;" 2007-09-24 09:05 robert * include/osgDB/ReaderWriter: Made ReaderWriter and ReaderWriter::Options use thread safe ref counting. 2007-09-22 17:39 robert * src/osgViewer/View.cpp, src/osgViewer/Viewer.cpp: Improved the handling of OSG_CONFIG_FILE support. 2007-09-22 16:50 robert * include/osgViewer/Scene, src/osgViewer/Scene.cpp: From David Callu, added getOrCreateScene method, made contractors protected. From Robert Osfield, made getOrCreateScene protected and made View a friend of Scene to all it to construct Scene objects itself. 2007-09-22 16:46 robert * examples/osgshadow/osgshadow.cpp, include/osgShadow/ParallelSplitShadowMap, src/osgShadow/ParallelSplitShadowMap.cpp: From Adrian Egli, update to ParallelSplitShadowMap. 2007-09-22 13:06 robert * include/osgShadow/ParallelSplitShadowMap: Added EXPORT 2007-09-21 19:43 robert * include/osg/View, src/osg/View.cpp: From David Callu, added findSlaveIndexForCamera method 2007-09-21 19:04 robert * src/osgViewer/CompositeViewer.cpp: Added return 2007-09-21 15:34 robert * include/osg/View, include/osgViewer/View, include/osgViewer/Viewer, src/osg/View.cpp, src/osgPlugins/osgViewer/View.cpp, src/osgViewer/View.cpp, src/osgViewer/Viewer.cpp: Added support for basic viewer configuration files 2007-09-21 13:30 robert * include/osgViewer/CompositeViewer, include/osgViewer/Viewer, src/osgPlugins/osg/ReaderWriterOSG.cpp, src/osgPlugins/osgViewer/CMakeLists.txt, src/osgPlugins/osgViewer/CompositeViewer.cpp, src/osgPlugins/osgViewer/ReaderWriterOsgViewer.cpp, src/osgPlugins/osgViewer/View.cpp, src/osgPlugins/osgViewer/Viewer.cpp, src/osgViewer/CompositeViewer.cpp, src/osgViewer/Viewer.cpp: Further steps towards reading coniguration files. 2007-09-21 09:02 robert * examples/osgstereoimage/osgstereoimage.cpp: From Luc Frauciel, "A few improvements to osgstereoimage: - When using a large numbrer of files, the command line was too long; Added a -files option that allow to store filenames in a file (one file per line) - Added some more intuitive key bindings for controls (left, right, + , -) - Set the texture wrapping to CLAMP_TO_EDGE (it's cleaner now) " 2007-09-20 10:14 robert * src/osgWrappers/osgShadow/SoftShadowMap.cpp: Updated wrappers 2007-09-20 10:12 robert * include/osgShadow/SoftShadowMap, src/osgShadow/SoftShadowMap.cpp: From Anders Backman, added bias and texture size methods. From Robert Osfield, tweaks to the above for method parameters and indenting. 2007-09-19 16:53 robert * src/osgDB/Output.cpp: Added supoort for OSG_WRITE_OUT_DEFAULT_VALUES env var 2007-09-19 15:29 robert * include/osg/ArgumentParser, include/osgDB/Input, src/osg/ArgumentParser.cpp, src/osgDB/Input.cpp, src/osgWrappers/osg/ArgumentParser.cpp, src/osgWrappers/osgDB/Input.cpp: Added support for bool in ArgumentParser::Parameter. Added support for using Input::read(...) methods using ArgumentParser::Paramter to adapter to multiple paramter types. 2007-09-19 11:56 robert * examples/osgshadow/osgshadow.cpp, include/osgShadow/ParallelSplitShadowMap, src/osgShadow/CMakeLists.txt, src/osgShadow/ParallelSplitShadowMap.cpp: From Adrian Egli, ParallelSplitShadowMap implmentation. Changes by Robert Osfield - CMakeLists.txt and name change to ParallelSplitShadowMap. 2007-09-19 10:14 robert * src/osgUtil/Simplifier.cpp: Changed the simplifier so that it produces deterministic results, no longer using memory pointers for sorting. 2007-09-19 09:00 robert * src/osgSim/OverlayNode.cpp: Removed check for shaders/overlay_perspective_main.vert 2007-09-18 16:00 robert * src/osgPlugins/net/sockinet.cpp: Commented out herror() as its not called anywhere in the code. 2007-09-17 09:33 robert * AUTHORS.txt, ChangeLog, README.txt, applications/osgversion/osgversion.cpp: Updated ChangeLog, AUTHORS and README for 2.1.11 release 2007-09-17 09:26 robert * CMakeLists.txt, include/osg/Version, packaging/pkg_config/openscenegraph.pc: Updated version numbers for 2.1.11 dev release 2007-09-16 17:48 robert * include/osgTerrain/Locator, src/osgPlugins/gdal/DataSetLayer.cpp, src/osgWrappers/osgTerrain/Locator.cpp: Fixed Locator::setTransform method so it takes a const Matrixd&, and improved the setting of Locator in the gdal plugin. 2007-09-16 17:46 robert * src/osgDB/Output.cpp: Setting for new option for hinting whether to write out default values 2007-09-16 17:45 robert * include/osgDB/Output: Added option for controlling whether output code should write out default values 2007-09-16 17:43 robert * src/osgPlugins/osgTerrain/GeometryTechnique.cpp: Fixed warning 2007-09-16 07:55 robert * packaging, packaging/pkg_config, packaging/pkg_config/openscenegraph.pc, packaging/pkg_config/openthreads.pc: From Loic Dachary, pkg_config files 2007-09-15 17:40 robert * src/osgText/Font.cpp: Introduced the use of a ReentrantMutex to avoid problems with findFontFile. 2007-09-15 17:36 robert * src/osgPlugins/dds/ReaderWriterDDS.cpp: From David Spilling, "Given no replies to my recent "does anybody use the DDS writer" query, I was emboldened to submit this very small patch. The bitmasks for RGBA and RGB have been modified in the writer portion of the code (line 765 onwards). This is now consistent with what the DDS plugin reads. In terms of testing, note that many 3rd party applications erroneously ignore the bitmasks in the file, and assume a BGRA order." 2007-09-14 11:26 robert * src/osgWrappers/osgGA/AnimationPathManipulator.cpp, src/osgWrappers/osgGA/DriveManipulator.cpp, src/osgWrappers/osgGA/FlightManipulator.cpp, src/osgWrappers/osgGA/GUIEventHandler.cpp, src/osgWrappers/osgGA/KeySwitchMatrixManipulator.cpp, src/osgWrappers/osgGA/MatrixManipulator.cpp, src/osgWrappers/osgGA/NodeTrackerManipulator.cpp, src/osgWrappers/osgGA/StateSetManipulator.cpp, src/osgWrappers/osgGA/TerrainManipulator.cpp, src/osgWrappers/osgGA/TrackballManipulator.cpp, src/osgWrappers/osgGA/UFOManipulator.cpp, src/osgWrappers/osgViewer/View.cpp, src/osgWrappers/osgViewer/ViewerEventHandlers.cpp: Updated wrappers 2007-09-14 11:06 robert * CMakeModules/OsgMacroUtils.cmake: From Andy Skinner, added support for ot-soversion-OpenThreads.dll dll naming under Windows 2007-09-14 11:02 robert * src/osgWrappers/osgGA/AnimationPathManipulator.cpp, src/osgWrappers/osgGA/DriveManipulator.cpp, src/osgWrappers/osgGA/FlightManipulator.cpp, src/osgWrappers/osgGA/GUIEventHandler.cpp, src/osgWrappers/osgGA/KeySwitchMatrixManipulator.cpp, src/osgWrappers/osgGA/MatrixManipulator.cpp, src/osgWrappers/osgGA/NodeTrackerManipulator.cpp, src/osgWrappers/osgGA/StateSetManipulator.cpp, src/osgWrappers/osgGA/TerrainManipulator.cpp, src/osgWrappers/osgGA/TrackballManipulator.cpp, src/osgWrappers/osgGA/UFOManipulator.cpp, src/osgWrappers/osgViewer/View.cpp, src/osgWrappers/osgViewer/ViewerEventHandlers.cpp: Updated wrappers 2007-09-14 11:01 robert * include/osgDB/Registry: Added TemplateRegisterDotOsgWrapperProxy. 2007-09-14 11:00 robert * examples/osgviewerFOX/FOX_OSG.h, examples/osgviewerFOX/FOX_OSG_MDIView.h: Ran conversion of tabs to four spaces 2007-09-14 10:44 robert * include/osgGA/GUIEventAdapter, include/osgGA/GUIEventHandler, src/osgGA/GUIEventHandler.cpp, src/osgViewer/CompositeViewer.cpp, src/osgViewer/GraphicsWindowX11.cpp, src/osgViewer/Viewer.cpp: Introduce GUIEventHandler::handleWithCheckAgainstIgnoreHandledEventsMask() methods to help make it easier to get event handles to ingore events that have already been handled. 2007-09-14 10:26 robert * include/osgGA/GUIEventAdapter, include/osgGA/GUIEventHandler: From Ole-Morten Duesund, added IgnoreUsedEventsMask. 2007-09-14 10:00 robert * examples/osgdepthpeeling/DePee.cpp: Added _hudText->setDataVariance(osg::Object::DYNAMIC); to prevent from the text being updated at the same time as being rendered. 2007-09-13 11:00 robert * genwrapper.conf, src/osgWrappers/osg/Texture2DArray.cpp: Fix for build error during aggressive warning build 2007-09-13 10:42 robert * genwrapper.conf, src/osgWrappers/osgDB/DotOsgWrapper.cpp: Fixed warning in wrappers 2007-09-13 10:38 robert * src/osgUtil/SceneView.cpp, src/osgUtil/TriStrip_tri_stripper.cpp: Fixed warnigns 2007-09-13 10:33 robert * README.txt, src/osgWrappers/osg/Texture2DArray.cpp: Updated wrappers and READEME 2007-09-13 10:32 robert * src/osgShadow/ShadowMap.cpp: From Paul Martsz, changed the Texture clamping mode to CLAMP_TO_EDGE 2007-09-13 10:21 robert * examples/osgdepthpeeling/DePee.cpp, examples/osgdepthpeeling/osgdepthpeeling.cpp: From Blake Williams, warning fixes 2007-09-13 10:21 robert * src/osgViewer/GraphicsWindowWin32.cpp: Add static_cast to fix warning. 2007-09-13 10:16 robert * src/osg/Texture2DArray.cpp: Removed unncessary typedefs 2007-09-13 10:15 robert * include/osg/Texture2DArray, src/osg/Texture2DArray.cpp: Fixed warnings of casting void* by refactoring the type and extensiosn setup. 2007-09-13 10:10 robert * src/osg/Texture2DArray.cpp: Fixed uint/int comparison warning. 2007-09-13 09:30 robert * src/osgViewer/PixelBufferX11.cpp: Created two PixelBufferX11::closeImplementation() one the real implementation and a second non op one for GLX <1.3. 2007-09-12 17:01 robert * include/osgViewer/api/X11/PixelBufferX11, src/osgViewer/GraphicsWindowX11.cpp, src/osgViewer/PixelBufferX11.cpp: Added preliminary handling of cases where GLX version < 1.3 2007-09-12 17:01 robert * src/osgPlugins/gdal/DataSetLayer.cpp: Removed debug messages 2007-09-12 16:28 robert * applications/CMakeLists.txt, applications/osgversion/CMakeLists.txt: Moved the linking of OpenThreads from osgversion/CMakeLists.txt into applications/CMakeLists.txt 2007-09-12 16:20 robert * include/osg/Math: Rejigged the casting to avoid warnings under Windows 2007-09-12 10:43 robert * AUTHORS.txt, CMakeLists.txt, ChangeLog, applications/osgversion/osgversion.cpp, include/osg/Version: Updated version, ChangeLog and AUTHORS file for 2.1.10 release 2007-09-12 10:04 robert * src/osgPlugins/Inventor/CMakeLists.txt: From Jan Peciva, build fix 2007-09-11 20:54 robert * include/osg/Math: Added log2(int) and log2(uint) methods 2007-09-11 20:24 robert * include/osg/Math: Removed int version of log2 to avoid possible errors in assuming log2(10) should ~= log2(10.0) 2007-09-11 17:10 robert * applications/osgversion/CMakeLists.txt: Added OpenThreads to target libraries 2007-09-11 17:08 robert * include/osg/Math: From Art Tevs, Added log2 function. 2007-09-11 16:59 robert * include/osg/GL2Extensions: From Art Tevs, build fix. 2007-09-11 16:56 robert * src/osg/TextureRectangle.cpp: Replaced allocateMipmap code with warning message as mipmaps aren't support for TextureRectangle. 2007-09-11 13:47 robert * src/osgPlugins/osg/Group.cpp, src/osgPlugins/osg/Object.cpp: Removed the output num_children from Group .osg output and removed the output of "DataVaraince UNSPECIFIED" as this is redundent considering the default value is UNSPECIFIED. 2007-09-11 13:42 robert * src/osgWrappers/osg/GL2Extensions.cpp, src/osgWrappers/osg/Program.cpp, src/osgWrappers/osgTerrain/GeometryTechnique.cpp: Updated wrappers 2007-09-11 13:39 robert * src/osg/ClipNode.cpp: From Mathias Froenlich, "have a problem with the SunOS CC. It does not like that the prototype of ClipNode::setStateSetModes() differs from implementation of that function in the constness of the second parameter. On SunOS it compiles fine, but I get link errors when the variant that is declared in the header is referenced. The attached src/osg/ClipNode.cpp file removes the const qualifier from the implementation to match exactly the prototype in the header file. The file is based on revision 7386 as of today. " 2007-09-11 13:34 robert * include/osg/GL2Extensions, include/osg/Program, src/osg/Program.cpp: From Art Trevs, "File Changes: - GL2Extensions, Program and Program.cpp Features: - Support for fragment output binding. (e.g. You can now specify in the fragment shader varying out vec3 fragOut; fragOut = vec3(1,0,1); to write to the fragOut variable. In your program you call glBindFragDataLocation(program, 1, "fragOut") to bind the fragOut variable with the MRT 1 - GL_COLOR_ATTACHMENT1_EXT) - new methods Program::add/removeBindFragDataLocation Program::getFragDataBindingList " 2007-09-11 13:32 robert * include/osgTerrain/GeometryTechnique, src/osgPlugins/osgTerrain/CMakeLists.txt, src/osgPlugins/osgTerrain/GeometryTechnique.cpp, src/osgPlugins/osgTerrain/Terrain.cpp: Seperated out GeometryTechnique .osg support. 2007-09-11 12:28 robert * include/osg/Texture, src/osgWrappers/osg/Texture.cpp: Changed the isTextureIntegerSupported method so that it no longer has the EXT entry in it for forward compatability reasons. 2007-09-11 12:04 robert * include/osg/Texture, include/osg/Texture1D, include/osg/Texture2D, include/osg/Texture2DArray, include/osg/Texture3D, include/osg/TextureCubeMap, include/osg/TextureRectangle, src/osg/Image.cpp, src/osg/Texture.cpp, src/osg/Texture1D.cpp, src/osg/Texture2D.cpp, src/osg/Texture2DArray.cpp, src/osg/Texture3D.cpp, src/osg/TextureCubeMap.cpp, src/osg/TextureRectangle.cpp, src/osgWrappers/osg/Texture.cpp, src/osgWrappers/osg/Texture1D.cpp, src/osgWrappers/osg/Texture2D.cpp, src/osgWrappers/osg/Texture2DArray.cpp, src/osgWrappers/osg/Texture3D.cpp, src/osgWrappers/osg/TextureCubeMap.cpp, src/osgWrappers/osg/TextureRectangle.cpp: From Art Trevs, "Features of the patch are: - Implementation of integer textures as in EXT_texture_integer - setBorderColor(Vec4) changed to setBorderColor(Vec4d) to pass double values as border color. (Probably we have to provide an overloading function to still support Vec4f ?) - new method Texture::getInternalFormatType() added. Gives information if the internal format normalized, float, signed integer or unsigned integer. Can help people to write better code ;-) " Futher changes to this submission by Robert Osfield, changed the dirty mipmap flag into a buffer_value<> vector to ensure safe handling of multiple contexts. 2007-09-11 10:16 robert * src/osg/Texture2DArray.cpp: From Rafa Giatan, "Changed int to GLsizei in the input parameter of the method osg::Texture2DArray::applyTexImage2DArray_subload inside Texture2DArray (lines 214 and 257), Otherwise it gives a compile error on MacOSX." 2007-09-11 10:10 robert * applications/osgversion/osgversion.cpp, include/osg/Version, src/osg/Version.cpp: From Mike Wittman and Robert Osfield, added support for SO_VERSION number in runtime version info. Added checks for OpenThreads version. 2007-09-10 16:06 robert * CMakeLists.txt: Maded versioning under Windows the default. 2007-09-10 15:19 robert * genwrapper.conf, include/osg/BlendColor, include/osg/BlendEquation, include/osg/BlendFunc, include/osg/ClampColor, include/osg/FragmentProgram, include/osg/GLExtensions, include/osg/Multisample, include/osg/Point, include/osg/Texture, src/osg/BlendColor.cpp, src/osg/BlendEquation.cpp, src/osg/BlendFunc.cpp, src/osg/BufferObject.cpp, src/osg/ClampColor.cpp, src/osg/Drawable.cpp, src/osg/FragmentProgram.cpp, src/osg/FrameBufferObject.cpp, src/osg/GraphicsContext.cpp, src/osg/GraphicsThread.cpp, src/osg/Multisample.cpp, src/osg/Point.cpp, src/osg/Texture.cpp, src/osgWrappers/osg/BlendColor.cpp, src/osgWrappers/osg/BlendEquation.cpp, src/osgWrappers/osg/BlendFunc.cpp, src/osgWrappers/osg/ClampColor.cpp, src/osgWrappers/osg/FragmentProgram.cpp, src/osgWrappers/osg/Multisample.cpp, src/osgWrappers/osg/Point.cpp, src/osgWrappers/osg/Texture.cpp: Intoduced a new setGLExtensions template method to do a copy of void* pointer to local function pointer to avoid compiler warnings related to case void*. Moved various OSG classes across to using setGLExtensions instead of getGLExtensions, and changed them to use typedef declarations in the headers rather than casts in the .cpp. Updated wrappers 2007-09-08 07:21 robert * src/osgPlugins/osgViewer/View.cpp: Flesh out a bit more of the view IO support 2007-09-08 07:04 robert * src/osg/Image.cpp: Fixed typo 2007-09-07 15:03 robert * examples/osgdepthpeeling/Utility.h, examples/osgtext/osgtext.cpp, genwrapper.conf, include/osgManipulator/Dragger, include/osgSim/OverlayNode, include/osgUtil/StateGraph, src/osg/BufferObject.cpp, src/osg/Camera.cpp, src/osg/Geometry.cpp, src/osgDB/Registry.cpp, src/osgGA/EventQueue.cpp, src/osgPlugins/Inventor/ConvertToInventor.h, src/osgPlugins/Inventor/GroupSoLOD.cpp, src/osgPlugins/dds/ReaderWriterDDS.cpp, src/osgPlugins/gif/ReaderWriterGIF.cpp, src/osgPlugins/jpeg/ReaderWriterJPEG.cpp, src/osgPlugins/logo/ReaderWriterLOGO.cpp, src/osgPlugins/lwo/old_Lwo2.cpp, src/osgPlugins/net/sockinet.cpp, src/osgPlugins/txp/ReaderWriterTXP.cpp, src/osgSim/OverlayNode.cpp, src/osgTerrain/GeometryTechnique.cpp, src/osgUtil/CullVisitor.cpp, src/osgViewer/ViewerEventHandlers.cpp, src/osgWrappers/osg/Array.cpp, src/osgWrappers/osg/StateSet.cpp: From David Callu, warning fixes 2007-09-07 13:54 robert * CMakeLists.txt: Removed warning type not support by gcc 4.1.x 2007-09-07 13:37 robert * src/osgWrappers/osg/FrameBufferObject.cpp, src/osgWrappers/osg/Texture2DArray.cpp, src/osgWrappers/osg/Uniform.cpp: Updated wrappers for new Texture2DArray class 2007-09-07 13:25 robert * include/osg/Texture, include/osg/Texture2DArray: Moved defined from Texture2DArray into Texture 2007-09-07 11:21 robert * include/osg/FrameBufferObject, include/osg/GL2Extensions, include/osg/Texture, include/osg/Texture2DArray, include/osg/Uniform, src/osg/CMakeLists.txt, src/osg/FrameBufferObject.cpp, src/osg/Image.cpp, src/osg/StateSet.cpp, src/osg/Texture2DArray.cpp, src/osg/Uniform.cpp: From Art Tevs, "A new texture class Texture2DArray derived from Texture extends the osg to support the new EXT_texture_array extensions. Texture arrays provides a feature for people interesting in GPGPU programming. Faetures and changes: - Full support for layered 2D textures. - New uniform types were added (sampler2DArray) - FrameBufferObject implementation were changed to support attaching of 2D array textures to the framebuffer - StateSet was slightly changed to support texture arrays. NOTE: array textures can not be used in fixed function pipeline. Thus using the layered texture as a statemode for a Drawable produce invalid enumerant OpenGL errors. - Image class was extended to support handling of array textures Tests: I have used this class as a new feature of my application. It works for me without problems (Note: Texture arrays were introduced only for shading languages and not for fixed function pipelines!!!). RTT with Texture2DArray works, as I have tested them as texture targets for a camera with 6 layers/faces (i.e. replacement for cube maps). I am using the array textures in shader programming. Array textures can be attached to the FBO and used as input and as output." 2007-09-07 10:50 robert * src/osgPlugins/zip/ReaderWriterZIP.cpp: From Daniel Sjolie, "I patched the zip plugin to make use of my favorite zip/pack-application for windows if it is installed in the standard location..." 2007-09-07 10:15 robert * CMakeModules/FindPerformer.cmake, src/osgPlugins/pfb/CMakeLists.txt: From Guillaume Millet, "Please find in attachment a small improvement to the pfb plugin CmakeLists.txt and to the FindPerformer.cmake module. Under Windows libs are: libpf.lib (we need to add the lib prefix) and libpfdu-util.lib (libpfdu and libpfutil are compiled into one lib) We need to add PFROOT to the search path for libs and includes (default environment variable for Performer path) And at last we need to put PFROOT/include and PFROOT/include/Performer as include dir for compiling." 2007-09-07 09:53 robert * src/osgTerrain/Locator.cpp: From Maria Ten, fix lat/long usage. 2007-09-07 09:49 robert * src/osgPlugins/dae/daeReader.cpp, src/osgPlugins/dae/daeReader.h: From Mattias Linde, "Have made the updates now. Added a std::map for easy lookup if a visual node is targeted by a rigid body which is the reason why the .h-file was changed too. So now there'll be Group as often as possible, otherwise PostitionAttitudeTransform." 2007-09-06 08:23 robert * src/osgIntrospection/CMakeLists.txt: Added osg lib 2007-09-05 17:12 robert * include/osgDB/Version, include/osgFX/Version, include/osgGA/Version, include/osgIntrospection/Version, include/osgManipulator/Version, include/osgParticle/Version, include/osgShadow/Version, include/osgSim/Version, include/osgTerrain/Version, include/osgText/Version, include/osgUtil/Version, include/osgViewer/Version, src/osgDB/Version.cpp, src/osgFX/CMakeLists.txt, src/osgFX/Version.cpp, src/osgGA/Version.cpp, src/osgIntrospection/CMakeLists.txt, src/osgIntrospection/Version.cpp, src/osgManipulator/CMakeLists.txt, src/osgManipulator/Version.cpp, src/osgSim/Version.cpp, src/osgUtil/Version.cpp, src/osgViewer/Version.cpp: From David Callu, improved consistency of Version strings and add version support for osgIntrospection and osgManipulator. 2007-09-05 17:03 robert * src/CMakeLists.txt, src/osgDB/CMakeLists.txt, src/osgFX/CMakeLists.txt, src/osgGA/CMakeLists.txt, src/osgIntrospection/CMakeLists.txt, src/osgManipulator/CMakeLists.txt, src/osgParticle/CMakeLists.txt, src/osgPlugins/CMakeLists.txt, src/osgPlugins/freetype/CMakeLists.txt, src/osgPlugins/gif/CMakeLists.txt, src/osgPlugins/jpeg/CMakeLists.txt, src/osgPlugins/png/CMakeLists.txt, src/osgPlugins/quicktime/CMakeLists.txt, src/osgSim/CMakeLists.txt, src/osgTerrain/CMakeLists.txt, src/osgText/CMakeLists.txt, src/osgUtil/CMakeLists.txt, src/osgWrappers/CMakeLists.txt: Changed tabs to four spaces to make merges more straight forward 2007-09-05 16:47 robert * src/osgPlugins/quicktime/ReaderWriterQT.cpp: Added automatic removal of .qt extension that allows one to automatically select the quicktime plugin. 2007-09-05 16:36 robert * src/osgPlugins/osgTerrain/Terrain.cpp: Added setting of locator source 2007-09-05 14:15 robert * include/osgTerrain/Locator, src/osgPlugins/gdal/DataSetLayer.cpp, src/osgPlugins/osgTerrain/Terrain.cpp, src/osgTerrain/Locator.cpp, src/osgWrappers/osgTerrain/Locator.cpp: Added option to Locator to help specify here the locator value was defined from. Update wrappers and Gdal plugin to use this new parameter 2007-09-04 14:00 robert * src/osgPlugins/osgTerrain/Terrain.cpp: Improved Terrain IO 2007-09-04 12:38 robert * src/osgText/DefaultFont.cpp: Added mutex to DefaultFont::instance(). 2007-09-04 12:32 robert * include/osgText/Font, src/osgText/Font.cpp: Added mutex into osgText::Font::GlphTexture to marshel adding to and reading from glyph list 2007-09-04 09:00 robert * include/osgUtil/StateGraph: Rearrange _stateset member variable to avoid compile warning 2007-09-03 16:04 robert * AUTHORS.txt, README.txt: Updated AUTHORS and README to 2.1.9 dev release 2007-09-03 16:02 robert * ChangeLog: Updated ChangeLog 2007-09-03 15:47 robert * src/osgWrappers/osg/Texture.cpp: Updated wrappers 2007-09-03 15:43 robert * include/osg/Texture, src/osg/TextureRectangle.cpp: From Sherman Wilcox, added extension checking support for compressed texture subloading. 2007-09-03 15:22 robert * src/osgPlugins/Inventor/CMakeLists.txt, src/osgPlugins/Inventor/ConvertToInventor.cpp: From Jan Peciva, build fix 2007-09-03 14:05 robert * CMakeLists.txt, include/osg/Version: Updated version number for 2.1.9 dev release 2007-09-03 13:59 robert * CMakeModules/FindInventor.cmake, src/osgPlugins/Inventor/CMakeLists.txt: From Jan Peciva, improvement to the FindInventor. 2007-09-03 13:52 robert * src/osgPlugins/Inventor/CMakeLists.txt, src/osgPlugins/Inventor/ConvertFromInventor.cpp, src/osgPlugins/Inventor/ConvertToInventor.cpp, src/osgPlugins/Inventor/ConvertToInventor.h, src/osgPlugins/Inventor/README.txt, src/osgPlugins/Inventor/ReaderWriterIV.cpp, src/osgPlugins/Inventor/ReaderWriterIV.h: From Jan Peciva, Added write support into Inventor plugin. Note from Robert Osfield. A couple of lines of code in ConvertToInventor.cpp would not compile under g++ 4.1.2, so rather than hold back the dev release till this is resolved I've optional compiled out the problem section. The #define DISABLE_PROBLEM_COMPILE_SECTIONS is used to compile out the problem section, this define is add via the CMakeLists.txt file. 2007-09-03 12:27 robert * examples/CMakeLists.txt, examples/osgdepthpeeling, examples/osgdepthpeeling/CMakeLists.txt, examples/osgdepthpeeling/DePee.cpp, examples/osgdepthpeeling/DePee.h, examples/osgdepthpeeling/DePeePass.cpp, examples/osgdepthpeeling/DePeePass.h, examples/osgdepthpeeling/Utility.cpp, examples/osgdepthpeeling/Utility.h, examples/osgdepthpeeling/osgdepthpeeling.cpp: Added osgdepthpeeling example 2007-09-03 10:12 robert * src/osgPlugins/tiff/ReaderWriterTIFF.cpp: From Ralf Kern, "the attached color mapped TIFF file klink1_l.tif is incorrectly read as GL_LUMINANCE data instead of GL_RGB data. You can easily check with "osgViewer --image klink1_l.tif". The bug is in ReaderWriterTIFF.cpp function simage_tiff_load, where numComponents_ret is incorrectly set to 1 instead of 3 for color mapped data." 2007-09-03 10:04 robert * examples/osgviewerMFC/MFC_OSG_MDIView.cpp, examples/osgviewerMFC/MFC_OSG_MDIView.h: From Almalric Alexandre, "I've noticed that all osgViewerMFC example from osg 2.x.x are flickering when resizing 3D view, to avoid this only add OnEraseBkgnd callback in CMFC_OSG_MDIView class and do nothing in it. Just like the WxWidget example. Attached the modified version of MFC_OSG_MDIView.cpp and MFC_OSG_MDIView.h." Note from Robert Osfield, submission came with wrong header file, so have had to guess at what it should be, fingers crossed it worn't break windows build... :-) 2007-09-03 09:56 robert * src/osg/PagedLOD.cpp: From Laurens Voerman, "I hit a bug when making a copy of a PagedLOD node, the copy has lost it's _databasePath and can no longer load it's childen. " Added _databasePath(plod._databasePath), in the copy copy construcutor. 2007-09-03 09:54 robert * src/osg/PagedLOD.cpp: Fixed spacing. 2007-09-03 09:50 robert * src/osg/TextureRectangle.cpp: From Sherman Wilcox, "I modified texturerectangle.cpp to address this issue. I used a DXT5 DDS file to test the change." 2007-09-03 09:47 robert * src/osgWrappers/osg/OperationThread.cpp, src/osgWrappers/osgViewer/View.cpp: Updated wrapper 2007-09-03 09:43 robert * include/osg/OperationThread: Added default contructors to Operation 2007-09-02 22:31 robert * examples/osgtext/osgtext.cpp: Fixed cancel loop. 2007-09-01 16:56 robert * include/osgViewer/View, src/osgViewer/View.cpp, src/osgViewer/Viewer.cpp: Added convinience methods for setting up 3d spherical displays. 2007-09-01 15:24 robert * include/osgText/Font, src/osgText/Font.cpp, src/osgText/Text.cpp, src/osgWrappers/osgText/Font.cpp: Changed Font's mutex to become a static mutex shared between all instances of Font. This ensures single threaded access of the freetype plugin. 2007-08-31 20:30 robert * include/osgText/Font, src/osgText/Text.cpp, src/osgWrappers/osgText/Font.cpp: Changed mutex reference to a mutex pointer to avoid problems with wrappers 2007-08-31 20:21 robert * src/osgWrappers/osg/Referenced.cpp, src/osgWrappers/osgText/Font.cpp: Updated wrappers 2007-08-31 20:16 robert * include/osgText/Font, src/osgText/Text.cpp: To solve creations with multi-threaded creation of text, added mutex to Font, and use of this mutex in Text, and added mutex to the reading of fonts. 2007-08-31 20:14 robert * include/osg/Referenced, src/osg/Drawable.cpp, src/osg/Node.cpp, src/osg/StateSet.cpp: Added mutex locking add addParents/removeParents in Drawable, Node and StateSet. 2007-08-31 18:56 robert * src/osgText/Font.cpp: Added mutex to protect the readFontFile calls 2007-08-31 16:59 robert * examples/osgtext/osgtext.cpp: Added support for running multiple text generation threads 2007-08-31 16:05 robert * include/osgUtil/CullVisitor, include/osgUtil/RenderLeaf, include/osgUtil/StateGraph, src/osgSim/OverlayNode.cpp, src/osgUtil/RenderLeaf.cpp, src/osgViewer/Viewer.cpp, src/osgWrappers/osgUtil/RenderLeaf.cpp, src/osgWrappers/osgUtil/StateGraph.cpp: Changed RenderLeaf and StateGraph so that they use ref_ptr<> by default for Drawable and StateSet. 2007-08-31 15:49 robert * src/osgWrappers/CMakeLists.txt: From Luigi Calori, fixed Windows install of wrappers 2007-08-31 12:14 robert * include/osgTerrain/TileSystem: Added export for Windows build 2007-08-31 11:04 robert * src/osgWrappers/CMakeLists.txt: From Luigi Calori, added support for Win32 versioning/new buid placement. 2007-08-30 19:26 robert * examples/osgterrain/osgterrain.cpp, include/osgTerrain/Locator, src/osgPlugins/gdal/DataSetLayer.cpp, src/osgPlugins/osgTerrain/Terrain.cpp, src/osgTerrain/Locator.cpp, src/osgWrappers/osgTerrain/Locator.cpp: Further work on osgTerrain::Locator and GDAL plugin 2007-08-30 12:18 robert * src/osgPlugins/geo/CMakeLists.txt: From Luigi Calori, add osgText to geo plugin build 2007-08-30 10:41 robert * CMakeLists.txt, CMakeModules/ModuleInstall.cmake, CMakeModules/OsgMacroUtils.cmake, src/CMakeLists.txt, src/osgPlugins/CMakeLists.txt, src/osgPlugins/txp/CMakeLists.txt, src/osgSim/CMakeLists.txt: From Luigi Calori, introduction of versioning of dll's and placement of dll and plugins into bin directory during build. 2007-08-30 10:17 robert * src/osgWrappers/osgTerrain/Layer.cpp: Updated wrappers 2007-08-30 10:15 robert * include/osgTerrain/Layer, src/osgPlugins/gdal/DataSetLayer.cpp, src/osgPlugins/gdal/DataSetLayer.h: Further refinement of ProxyLayer API 2007-08-29 16:29 robert * include/osgTerrain/Layer, include/osgTerrain/TileSystem, src/osgPlugins/gdal/DataSetLayer.cpp, src/osgPlugins/gdal/DataSetLayer.h, src/osgPlugins/gdal/ReaderWriterGDAL.cpp, src/osgTerrain/CMakeLists.txt, src/osgTerrain/TileSystem.cpp, src/osgWrappers/osgTerrain/Layer.cpp, src/osgWrappers/osgTerrain/TileSystem.cpp: Further work on new ProxyLayer 2007-08-29 12:18 robert * include/osgTerrain/Layer, src/osgPlugins/gdal/ReaderWriterGDAL.cpp, src/osgPlugins/osgTerrain/Terrain.cpp, src/osgTerrain/Layer.cpp, src/osgWrappers/osgTerrain/Layer.cpp: Added ProxyLayer support into osgTerrain plugin 2007-08-29 11:51 robert * src/osgPlugins/gdal/CMakeLists.txt, src/osgPlugins/gdal/ReaderWriterGDAL.cpp: Added support for post fixing filenames with .gdal to force use of gdal plugin. 2007-08-29 10:52 robert * include/osgTerrain/Layer, src/osgPlugins/gdal/CMakeLists.txt, src/osgPlugins/gdal/DataSetLayer.cpp, src/osgPlugins/gdal/DataSetLayer.h, src/osgPlugins/gdal/ReaderWriterGDAL.cpp: Added preliminary ProxLayer and DataSetLayer in GDAL plugin to aid integration of GDAL reading into osgTerrain. 2007-08-28 16:12 robert * src/osgPlugins/freetype/FreeTypeFont.cpp, src/osgPlugins/freetype/FreeTypeLibrary.cpp: Changed the error code reporting to use hex to match up with freetype headers 2007-08-28 15:35 robert * src/osgPlugins/tiff/CMakeLists.txt: Improved formatting. 2007-08-28 15:35 robert * src/osgPlugins/gdal/CMakeLists.txt: Removed the OSG_INCLUDE 2007-08-28 15:31 robert * examples/osgtext/osgtext.cpp: Tweeked settings 2007-08-28 14:02 robert * examples/osgtext/osgtext.cpp: Added multi-threaded test path 2007-08-27 16:59 robert * examples/osgterrain/osgterrain.cpp, include/osgTerrain/Locator, src/osgPlugins/osgTerrain/Terrain.cpp, src/osgTerrain/Locator.cpp, src/osgWrappers/osgTerrain/Locator.cpp: Replaced CartesianLocator and EllipsoidLocator by a single general purpose Locator class 2007-08-27 13:33 robert * examples/osgviewerWX/osgviewerWX.cpp, examples/osgviewerWX/osgviewerWX.h: From Brandon Hamm, changed WxWindows example to use double buffering 2007-08-27 13:29 robert * src/osg/GraphicsContext.cpp, src/osgViewer/HelpHandler.cpp, src/osgViewer/StatsHandler.cpp: Added support for controlling the draw order on Cameras on each GraphcisContext via the Camera::setRenderOrder parameters 2007-08-27 10:37 robert * AUTHORS.txt, ChangeLog: Updated ChangeLog and AUTHORS file for release 2007-08-27 10:29 robert * README.txt: Updated date on READEME 2007-08-27 10:28 robert * CMakeLists.txt, include/osg/Version: Updated version numbers for 2.1.8 dev release 2007-08-27 10:00 robert * src/osg/Matrix_implementation.cpp: Cleaned up the getRotate implementation selection using #defines, and made the COMPILE_getRotate_David_Spillings_Mk1 the default. 2007-08-27 09:51 robert * examples/osgunittests/osgunittests.cpp: From David Spilling, tweaked quat tests to reproduce getRotate errors. 2007-08-26 10:27 robert * examples/osglauncher/osglauncher.cpp, src/osg/Array.cpp: From Jan Ciger, warning fixes 2007-08-26 10:24 robert * src/osgDB/FileUtils.cpp: From Jean-Sebastien Guay, fixed comment 2007-08-26 10:19 robert * applications/osgconv/osgconv.cpp: Added dynamic_cast and extra doc commented just to force the use of symbol from osgViewer so that it links properly and pulls in the platform specific GraphcisWindow* implementation. 2007-08-26 09:59 robert * src/osg/ApplicationUsage.cpp: Change char* to const char* to fix warnings 2007-08-26 09:46 robert * include/osgViewer/Renderer, src/osgViewer/Renderer.cpp, src/osgWrappers/osgViewer/Renderer.cpp: Updated wrappers, and change Renderer so that private: to proteccted:. 2007-08-26 09:45 robert * README.txt: Updated links 2007-08-24 19:16 robert * src/osgPlugins/osgTerrain/ReaderWriterOsgTerrain.cpp, src/osgTerrain/GeometryTechnique.cpp: Changed debug comments to output to notify level and tweaked the handling of the .terrain file. 2007-08-24 19:16 robert * src/osgDB/Registry.cpp, src/osgPlugins/osg/ReaderWriterOSG.cpp: Added support for reading a .osg style data from a file string when trailed by a .osgs extension i.e. osgviewer "osgTerrain::Terrain { ElevationLayer { CartesianLocator 0 0 1000000 1000000 Image ps_height_512.tif } ColorLayer { CartesianLocator 0 0 1000000 1000000 Image ps_texture_1k.tif } }".osgs 2007-08-24 18:48 robert * src/osgPlugins/osgTerrain/ReaderWriterOsgTerrain.cpp, src/osgPlugins/osgTerrain/Terrain.cpp: Added writing out of Terrain, Layer and Locators, and reading in of .terrain string. 2007-08-24 16:16 robert * src/osgTerrain/GeometryTechnique.cpp: Set the debug out to info notification level 2007-08-24 16:12 robert * src/osgText/Font.cpp: Added better handling of OSG_TEXT_INCREMENTAL_SUBLOADING env var. 2007-08-24 16:10 robert * src/osgText/Font.cpp: Added default disabling of incremental subload for ATI cards. 2007-08-24 14:00 robert * src/osgDB/DatabasePager.cpp: Added support for setting DatabasePager thread priority via OSG_DATABASE_PAGER_PRIORITY. 2007-08-24 13:33 robert * include/osgDB/DatabasePager, src/osgDB/DatabasePager.cpp, src/osgViewer/StatsHandler.cpp, src/osgWrappers/osgDB/DatabasePager.cpp: Cleaned up the thread priority management in DatabasePager and added support for paging stats. 2007-08-24 10:58 robert * include/osgViewer/Renderer, src/osgViewer/Renderer.cpp: Added setting of block into the ThreadSafeQueue's contructor. 2007-08-24 09:45 robert * examples/osgviewerFOX/FOX_OSG_MDIView.cpp: Disable the escape sets done on the viewer 2007-08-24 09:42 robert * examples/osgviewerFOX/FOX_OSG_MDIView.cpp, examples/osgviewerWX/osgviewerWX.cpp: From Mario Valle, osgviewerWX: "To make the example compile using a wx build non UNICODE based. Tested on Linux with wxGTK 2.8.4" osgviewerFOX: "Added removeChore() call in the FOX_OSG_MDIView destructor to get rid of a Trace/BPT trap error on exit on Linux. BTW this is suggested also in the FOX documentation." 2007-08-23 16:56 robert * src/osgPlugins/osgFX/CMakeLists.txt, src/osgPlugins/osgParticle/CMakeLists.txt, src/osgPlugins/osgSim/CMakeLists.txt, src/osgPlugins/osgText/CMakeLists.txt, src/osgPlugins/osgViewer/CMakeLists.txt: Made plugin build names lowercase 2007-08-23 16:33 robert * src/osgPlugins/OpenFlight/CMakeLists.txt: Changed the plugin name to openflight instead of OpenFlight to avoid problems with osgDB looking for just lower case plugin names 2007-08-23 15:36 robert * AUTHORS.txt, CMakeLists.txt, ChangeLog, applications/osgversion/osgversion.cpp, include/osg/Version: Updated for 2.1.7 dev release 2007-08-23 14:35 robert * src/osgViewer/Renderer.cpp: From Stephan Huber, fix for crash on exit 2007-08-23 14:31 robert * include/osg/DisplaySettings, src/osg/DisplaySettings.cpp, src/osgUtil/SceneView.cpp, src/osgViewer/View.cpp, src/osgWrappers/osg/DisplaySettings.cpp: From Galen Faidley," Please find attached the modifications to get the new checkerboard stereo format to work. It's a good thing I tested these on a TV before submitting them since I did indeed have a bug. One thing I did not test was to see how this would work in windowed mode. Does the interlaced stereo code have support for 'absolute' positions? For example a given pixel on the screen is always shown in a given eye no matter where the graphics context is placed? " 2007-08-23 14:10 robert * src/osgDB/FileUtils.cpp: From Jean-Sebastien Guay,"As discussed yesterday on the osg-users list, I have altered src/osgDB/FileUtils.cpp to implement the official Windows DLL search order as described on the page http://msdn2.microsoft.com/en-us/library/ms682586.aspx . As mentioned, the search order is now: 1. The directory from which the application loaded. 2. The system directory. (C:\Windows\System32 by default, gotten using the GetSystemDirectory function) 3. The 16-bit system directory. (C:\Windows\System by default, gotten by adding "\System" to the path gotten in the next step...) 4. The Windows directory. (C:\Windows by default, gotten using the GetWindowsDirectory function) 5. The current directory. (".") 6. The directories that are listed in the PATH environment variable. (as before) The first four directories are obtained using Win32 API calls, so they should work correctly even on non-standard Windows installs. The changes are well commented and should be clear, even to someone not familiar with the Win32 API. I have tested in a few scenarios and it works as expected. Serge Lages has also tested the changes and confirmed they worked as described. I have not had any other reports though (positive or negative). I also fixed the issue with a trailing semicolon on the PATH adding an empty string to the end of the search paths, as this was an inconsistent side effect rather than a desirable effect. This change will take effect on other platforms as well, but since it tests for an empty string in the last item added to the search paths, it should have no adverse effect. " 2007-08-23 11:06 robert * src/osgWrappers/osg/DisplaySettings.cpp: Updated wrappers 2007-08-23 11:00 robert * include/osg/DisplaySettings, include/osgViewer/Renderer, src/osg/DisplaySettings.cpp, src/osgViewer/Renderer.cpp: Addd control for serializing draw dispatch. 2007-08-22 19:31 robert * src/osgPlugins/vrml/ReaderWriterVRML2.cpp: From Jean-Sebastien Guay, "After a bit more testing, it was still not 100% robust, so this fix will bring the change in line with what is done on other OSes (Linux) and works in all tested cases. For reference, this was tested with: osgviewer .wrl (file in current directory) osgviewer \.wrl (file in child directory, relative) osgviewer .\\.wrl (file in child directory, specify current) osgviewer :\\.wrl (absolute path) " 2007-08-22 19:26 robert * include/osgViewer/Renderer, src/osgWrappers/osgViewer/Renderer.cpp: Updated wrappers 2007-08-22 17:18 robert * src/osgWrappers/osgViewer/Renderer.cpp: Updated wrappers 2007-08-22 17:17 robert * include/osgViewer/Renderer, src/osgViewer/Renderer.cpp: Refactored the implementation of cull/draw for DrawThreadPerContex and CullThreadPerCameraDrawThreadPerContex and added an experimental draw serialization. 2007-08-22 14:32 ewing * Xcode/OSX_OSG_README.rtf: Documentation updates. 2007-08-22 12:33 robert * src/osgWrappers/osgDB/Registry.cpp, src/osgWrappers/osgViewer/Viewer.cpp: Updated wrappers 2007-08-22 12:21 robert * src/osgViewer/Viewer.cpp: Cleaned up the thread setup and fixed the CullThreadPerCameraDrawThreadPerContext path 2007-08-22 12:14 robert * include/osgText/Font, src/osgText/Font.cpp: Added thread safe ref/unref by default. 2007-08-22 11:04 ewing * Xcode/Misc/ArrangeDMG.sh, Xcode/Misc/DSStoreForDMG: Fixes to DMG script to reflect removal of GDAL and external OpenThreads. Support for OpenSceneGraph-Data repo aside OpenSceneGraph repo. Added background image support to DMG. Pre-laid-out .DS_Store included. 2007-08-22 10:56 ewing * Xcode/OpenSceneGraph/OpenSceneGraph.xcodeproj/project.pbxproj: Removed missing shadow examples from Xcode project. 2007-08-22 10:34 robert * include/osg/StateAttribute, src/osg/Drawable.cpp, src/osg/Image.cpp, src/osg/Node.cpp, src/osg/StateAttribute.cpp, src/osg/View.cpp: Set main scene graph elements to use thread safe ref/unref by default 2007-08-22 09:50 robert * src/osgUtil/SceneView.cpp: Cleaned up copy constructor and switched on thread safe ref/unref. 2007-08-22 09:48 robert * src/osg/Referenced.cpp: Added debug ENFORCE_THREADSAFE paths into osg::Referenced, these are off by default. 2007-08-22 09:46 robert * include/osgViewer/Viewer, src/osgViewer/Viewer.cpp: Simplified the thread set up. 2007-08-22 09:45 robert * src/osg/View.cpp: Added thread safe ref/unref 2007-08-22 09:44 robert * src/osgViewer/View.cpp: Added debug message to destructor 2007-08-22 09:43 robert * src/osg/State.cpp: Added setting of thread safe ref/unref. 2007-08-22 09:42 robert * include/osg/DisplaySettings, include/osg/NodeVisitor, src/osg/DisplaySettings.cpp, src/osg/FrameStamp.cpp, src/osg/NodeVisitor.cpp: Added default setting of use of thread safe ref/unref. 2007-08-22 09:05 robert * include/osgDB/Registry: Changed ReadFileCallback and WriteFileCallback to use virtual inhertinace. 2007-08-21 09:32 robert * src/osgTerrain/Layer.cpp: Added missing clear() implementation 2007-08-20 13:09 robert * CMakeModules/OsgMacroUtils.cmake: Fixed the install path of plugins under Windows. 2007-08-20 10:15 robert * README.txt: Updated README date 2007-08-20 10:14 robert * AUTHORS.txt, applications/osgversion/osgversion.cpp: Updated AUTHORS file for 2.1.6 release 2007-08-20 10:06 robert * ChangeLog: Updated ChangeLog 2007-08-20 09:28 robert * CMakeLists.txt, include/osg/Version, src/osgWrappers/osgTerrain/Layer.cpp: Updated version number for 2.1.6 release and updated wrappers 2007-08-20 09:27 robert * examples/osgviewerFOX/Makefile: Removed Makefile as this is autogenerated. 2007-08-19 19:22 robert * src/osgDB/Registry.cpp: From Antione Hue and Robert Osfield, moved prepend in front of lib entry. 2007-08-17 16:10 robert * include/osgUtil/CullVisitor: Fixed zfar setting 2007-08-17 09:37 robert * src/osg/Image.cpp: Changed ++_modifedCount cases to dirty(). 2007-08-16 18:49 robert * include/osgTerrain/Layer, src/osgDB/Registry.cpp, src/osgPlugins/osgTerrain/Terrain.cpp, src/osgTerrain/Layer.cpp: Changed the tolower of the file extension into the plugin name construction code. Added support for CompositeLayer. 2007-08-16 15:29 robert * include/osgTerrain/GeometryTechnique, src/osgShadow/SoftShadowMap.cpp, src/osgTerrain/GeometryTechnique.cpp, src/osgWrappers/osgTerrain/GeometryTechnique.cpp: Updated wrappers 2007-08-16 14:13 robert * include/osgTerrain/GeometryTechnique, src/osgTerrain/GeometryTechnique.cpp: From Maria Ten, "I divide the init method of the geometrytechnique in submethods to made more easy the inheritance between the user and osg-class. This is a first step to add more functions in osgTerrain. Maybe the subdivision of the method have to be in the terraintechnique because is the base class of GeometryTechnique. If Robert or anyone think that this is better i change this class too." 2007-08-15 15:11 robert * src/osgPlugins/vrml/ReaderWriterVRML2.cpp: From Jan Ciger, "I am attaching a little hack from Jean-Sebastien Guay which allows absolute paths to work on Windows." 2007-08-15 15:07 robert * src/osgShadow/SoftShadowMap.cpp: From Stephan Huber, "the softshadowmap-implementation does not compile on os x, to be more precise, the shader does not compile on os x because of some type-conflicts ala "can not convert from const int to const float" So I changed the offending lines to force the type of the vars. It works now on OS X (albeit very slowly, 3fps on a 7300), perhaps you find the changes useful. Note: perhaps there is a better way in shaders to cast/convert from int to float and viceversa." 2007-08-15 15:03 robert * src/osgViewer/Viewer.cpp: From Brede Johansen, "The attached file updates the framestamp and traversal number of the updatevisitor in osgViewer::Viewer. The bug prevented DOF animations because osgSim::DOFTransform checks the traversal number before doing any updates." 2007-08-14 17:13 robert * src/osgPlugins/osgShadow/CMakeLists.txt, src/osgPlugins/osgTerrain/CMakeLists.txt: Changed the plugin name to lower case to be consistent with the way that osgDB::Registry searches for only lower case plugin names. 2007-08-14 17:04 robert * src/osgPlugins/osgTerrain/ReaderWriterOsgTerrain.cpp: Added string to keyword map parser. 2007-08-14 13:08 shuber * Xcode/OpenSceneGraph/OpenSceneGraph.xcodeproj/project.pbxproj: From Stephan Huber: updating the XCode-project-files 2007-08-14 12:47 robert * applications/osgversion/osgversion.cpp: Added Ben van Basten to list of authors. 2007-08-14 08:41 robert * src/osgShadow/SoftShadowMap.cpp: Replaced uint with unsigned int 2007-08-13 14:02 robert * examples/CMakeLists.txt: Removed osgdepthshadow and osgshadowtexture from build list 2007-08-13 11:59 robert * AUTHORS.txt, ChangeLog, README.txt, applications/osgversion/osgversion.cpp: Updated ChangeLog, AUTHORS and README files 2007-08-13 11:45 robert * CMakeLists.txt, include/osg/Version: Updated version for 2.1.5 dev release 2007-08-13 10:31 robert * examples/osgstereoimage/osgstereoimage.cpp: From Luc Frauciel, "I've done 2 main modifications : 1) added texture->setResizeNonPowerOfTwoHint(false); when loading an image. It speeds up by 10 the loading of large images. 2) added a --disk option : only a filelist is read, images are only loaded when needed. It allows to handle very large set of very large images that would not fit in memory. Nothing change when the option is not set." 2007-08-13 10:27 robert * src/osgPlugins/vrml/ReaderWriterVRML2.cpp, src/osgWrappers/osgSim/OverlayNode.cpp: From Jan Ciger, "I am attaching an improved version of the OpenVRML plugin. It still uses OpenVRML 0.14.3 and is without the Boost dependency. The changes: - - Fixed loading of textures and normals when no corresponding indices are specified. It uses vertex indices now, compliant with the VRML spec. - - Added colour per vertex support. - - Added group node support. - - Changed the code to use osg::ref_ptr instead of naked pointers to avoid memory leaks. - - Fixed breakage for loading files specified by relative path." 2007-08-13 10:20 robert * CMakeModules/FindGDAL.cmake: From J.P. Delport, fix of GDAL location search 2007-08-13 10:17 robert * include/osgSim/OverlayNode, src/osgSim/OverlayNode.cpp: From Brad Christiansen, "I added the ability to set the render target implementaion on the osgSim::OverlayNode. The attached changes were made against the 2.0 release." 2007-08-13 09:13 robert * CMakeModules/FindGDAL.cmake: Added gdal/gdal.h to header search path, and gdal1.4.1 to the lib search path. 2007-08-12 13:30 robert * src/osgWrappers/osgShadow/SoftShadowMap.cpp, src/osgWrappers/osgUtil/LineSegmentIntersector.cpp: Updated wrappers 2007-08-12 13:18 robert * include/osgUtil/LineSegmentIntersector: Added getStart()/getEnd() 2007-08-12 13:17 robert * include/osgUtil/LineSegmentIntersector: From Jean-Sebastien Guay, "adds osgUtil::LineSegmentIntersector::setStart(osg::Vec3d) and setEnd(osg::Vec3d)." 2007-08-12 13:10 robert * examples/osgdepthshadow, examples/osgshadowtexture, runexamples.bat: Removed now redundent osgshadowtexture and osgdepthshadow examples 2007-08-12 12:15 robert * examples/osgshadow/osgshadow.cpp: Added support for SoftShadowMap into osgshadow example 2007-08-12 12:15 robert * applications/osgversion/osgversion.cpp: Added fix for typo of name in submission 2007-08-12 12:12 robert * include/osgShadow/SoftShadowMap, src/osgShadow/CMakeLists.txt, src/osgShadow/SoftShadowMap.cpp: From Bruno Hebelin, "I have adapted to osgShadow the soft shadow map technique described in "Efficient Soft-Edged Shadows Using Pixel Shader Branching" by Yury Uralsky, Chapter 17 of GPU Gems 2 (Matt Pharr ed. Addison-Wesley). Here is my code in attachment: basically, it works in the same way as osgShadow/ShadowMap (core code is copied from it) but implements a specific GLSL shader for the soft rendering of penumbra. I have tested it under Linux with a NVidia graphic card, but there should be no dependency on platform nor on the graphics driver (as far as they support GLSL 2). Screenshots attached show the current results (frame rate bound to v-sync, but the shader takes actually not much time)." 2007-08-11 17:44 robert * src/osgDB/FileUtils.cpp, src/osgDB/Registry.cpp: Added preprending of osgPlugins-version to plugin names 2007-08-11 14:49 robert * applications/osgviewer/osgviewer.cpp, examples/osgterrain/osgterrain.cpp, include/osg/DisplaySettings, src/osg/DisplaySettings.cpp, src/osgDB/Registry.cpp, src/osgViewer/CompositeViewer.cpp, src/osgViewer/Viewer.cpp, src/osgWrappers/osg/DisplaySettings.cpp: Added DisplaySetting::s/getCompileContextHint() and use of this hint in osgViewer::Viewer/CompositeViewer. Removed the CustomViewer in osgterrain example as the above now removes the need for it. 2007-08-11 12:43 robert * examples/osgterrain/osgterrain.cpp: Refactored the use of the MasterOperation so that it now gets attached to the Viewer via the new Viewer::addUpdateOperation() method, rather than need a custom Viewer::updateTraversal(). 2007-08-11 10:28 robert * include/osg/OperationThread, include/osgViewer/CompositeViewer, include/osgViewer/Viewer, src/osg/OperationThread.cpp, src/osgViewer/CompositeViewer.cpp, src/osgViewer/Viewer.cpp, src/osgWrappers/osg/OperationThread.cpp, src/osgWrappers/osgViewer/CompositeViewer.cpp, src/osgWrappers/osgViewer/Viewer.cpp: Added support for an update OperationQueue to Viewer and CompositeViewer to allow asyncrnous adding of operations to be added to the view to be done during syncronous updateTraversal(). This feature can be used for doing things like merging subgraphs that have been loaded in a background thread. 2007-08-10 17:44 robert * include/osg/CullSettings, include/osg/CullStack, src/osg/CullSettings.cpp, src/osg/CullStack.cpp, src/osgViewer/Renderer.cpp, src/osgWrappers/OpenThreads/Condition.cpp, src/osgWrappers/OpenThreads/Mutex.cpp, src/osgWrappers/OpenThreads/ReentrantMutex.cpp, src/osgWrappers/OpenThreads/Thread.cpp, src/osgWrappers/osg/AlphaFunc.cpp, src/osgWrappers/osg/AutoTransform.cpp, src/osgWrappers/osg/BlendColor.cpp, src/osgWrappers/osg/BlendEquation.cpp, src/osgWrappers/osg/BlendFunc.cpp, src/osgWrappers/osg/BufferObject.cpp, src/osgWrappers/osg/ClampColor.cpp, src/osgWrappers/osg/ColorMask.cpp, src/osgWrappers/osg/CullFace.cpp, src/osgWrappers/osg/CullStack.cpp, src/osgWrappers/osg/Depth.cpp, src/osgWrappers/osg/Drawable.cpp, src/osgWrappers/osg/Fog.cpp, src/osgWrappers/osg/FragmentProgram.cpp, src/osgWrappers/osg/FrameBufferObject.cpp, src/osgWrappers/osg/FrontFace.cpp, src/osgWrappers/osg/Geode.cpp, src/osgWrappers/osg/Geometry.cpp, src/osgWrappers/osg/Group.cpp, src/osgWrappers/osg/Hint.cpp, src/osgWrappers/osg/Image.cpp, src/osgWrappers/osg/LOD.cpp, src/osgWrappers/osg/LightModel.cpp, src/osgWrappers/osg/LightSource.cpp, src/osgWrappers/osg/LineStipple.cpp, src/osgWrappers/osg/LineWidth.cpp, src/osgWrappers/osg/LogicOp.cpp, src/osgWrappers/osg/Material.cpp, src/osgWrappers/osg/Matrixd.cpp, src/osgWrappers/osg/Matrixf.cpp, src/osgWrappers/osg/Multisample.cpp, src/osgWrappers/osg/Node.cpp, src/osgWrappers/osg/NodeVisitor.cpp, src/osgWrappers/osg/Object.cpp, src/osgWrappers/osg/PagedLOD.cpp, src/osgWrappers/osg/Point.cpp, src/osgWrappers/osg/PointSprite.cpp, src/osgWrappers/osg/PolygonMode.cpp, src/osgWrappers/osg/PolygonOffset.cpp, src/osgWrappers/osg/PolygonStipple.cpp, src/osgWrappers/osg/PrimitiveSet.cpp, src/osgWrappers/osg/ProxyNode.cpp, src/osgWrappers/osg/Scissor.cpp, src/osgWrappers/osg/Sequence.cpp, src/osgWrappers/osg/ShadeModel.cpp, src/osgWrappers/osg/ShapeDrawable.cpp, src/osgWrappers/osg/State.cpp, src/osgWrappers/osg/StateAttribute.cpp, src/osgWrappers/osg/StateSet.cpp, src/osgWrappers/osg/Stencil.cpp, src/osgWrappers/osg/StencilTwoSided.cpp, src/osgWrappers/osg/Switch.cpp, src/osgWrappers/osg/TexEnv.cpp, src/osgWrappers/osg/TexEnvCombine.cpp, src/osgWrappers/osg/TexEnvFilter.cpp, src/osgWrappers/osg/TexGen.cpp, src/osgWrappers/osg/TextureCubeMap.cpp, src/osgWrappers/osg/TextureRectangle.cpp, src/osgWrappers/osg/Transform.cpp, src/osgWrappers/osg/Uniform.cpp, src/osgWrappers/osg/Vec2d.cpp, src/osgWrappers/osg/Vec2f.cpp, src/osgWrappers/osg/Vec3d.cpp, src/osgWrappers/osg/Vec3f.cpp, src/osgWrappers/osg/Vec4d.cpp, src/osgWrappers/osg/Vec4f.cpp, src/osgWrappers/osg/VertexProgram.cpp, src/osgWrappers/osg/Viewport.cpp, src/osgWrappers/osgDB/DatabasePager.cpp, src/osgWrappers/osgFX/AnisotropicLighting.cpp, src/osgWrappers/osgFX/BumpMapping.cpp, src/osgWrappers/osgFX/Cartoon.cpp, src/osgWrappers/osgFX/Effect.cpp, src/osgWrappers/osgFX/Scribe.cpp, src/osgWrappers/osgFX/SpecularHighlights.cpp, src/osgWrappers/osgFX/Technique.cpp, src/osgWrappers/osgFX/Validator.cpp, src/osgWrappers/osgGA/AnimationPathManipulator.cpp, src/osgWrappers/osgGA/DriveManipulator.cpp, src/osgWrappers/osgGA/FlightManipulator.cpp, src/osgWrappers/osgGA/GUIActionAdapter.cpp, src/osgWrappers/osgGA/KeySwitchMatrixManipulator.cpp, src/osgWrappers/osgGA/MatrixManipulator.cpp, src/osgWrappers/osgGA/TrackballManipulator.cpp, src/osgWrappers/osgGA/UFOManipulator.cpp, src/osgWrappers/osgManipulator/Command.cpp, src/osgWrappers/osgManipulator/CommandManager.cpp, src/osgWrappers/osgManipulator/Dragger.cpp, src/osgWrappers/osgManipulator/Projector.cpp, src/osgWrappers/osgManipulator/RotateCylinderDragger.cpp, src/osgWrappers/osgManipulator/RotateSphereDragger.cpp, src/osgWrappers/osgManipulator/Scale1DDragger.cpp, src/osgWrappers/osgManipulator/Scale2DDragger.cpp, src/osgWrappers/osgManipulator/Selection.cpp, src/osgWrappers/osgParticle/AccelOperator.cpp, src/osgWrappers/osgParticle/Emitter.cpp, src/osgWrappers/osgParticle/FluidProgram.cpp, src/osgWrappers/osgParticle/Operator.cpp, src/osgWrappers/osgParticle/Particle.cpp, src/osgWrappers/osgParticle/ParticleProcessor.cpp, src/osgWrappers/osgParticle/ParticleSystem.cpp, src/osgWrappers/osgParticle/PointPlacer.cpp, src/osgWrappers/osgParticle/Shooter.cpp, src/osgWrappers/osgSim/ColorRange.cpp, src/osgWrappers/osgSim/Impostor.cpp, src/osgWrappers/osgSim/ImpostorSprite.cpp, src/osgWrappers/osgSim/MultiSwitch.cpp, src/osgWrappers/osgSim/ScalarBar.cpp, src/osgWrappers/osgSim/SphereSegment.cpp, src/osgWrappers/osgText/Text.cpp, src/osgWrappers/osgUtil/CubeMapGenerator.cpp, src/osgWrappers/osgUtil/CullVisitor.cpp, src/osgWrappers/osgUtil/GLObjectsVisitor.cpp, src/osgWrappers/osgUtil/HalfWayMapGenerator.cpp, src/osgWrappers/osgUtil/HighlightMapGenerator.cpp, src/osgWrappers/osgUtil/IntersectVisitor.cpp, src/osgWrappers/osgUtil/ReflectionMapGenerator.cpp, src/osgWrappers/osgUtil/SceneView.cpp, src/osgWrappers/osgUtil/Statistics.cpp, src/osgWrappers/osgUtil/Tessellator.cpp, src/osgWrappers/osgUtil/TriStripVisitor.cpp, src/osgWrappers/osgViewer/CompositeViewer.cpp, src/osgWrappers/osgViewer/GraphicsWindow.cpp, src/osgWrappers/osgViewer/View.cpp, src/osgWrappers/osgViewer/Viewer.cpp: Updated wrappers 2007-08-10 10:58 robert * src/osgWrappers/osg/GraphicsThread.cpp, src/osgWrappers/osgUtil/CullVisitor.cpp, src/osgWrappers/osgViewer/Scene.cpp, src/osgWrappers/osgViewer/View.cpp, src/osgWrappers/osgViewer/Viewer.cpp: Updated wrappers 2007-08-10 10:57 robert * include/osgViewer/View, src/osgViewer/View.cpp: Added View::setDatabasePager(..) 2007-08-10 10:52 robert * include/osg/GraphicsThread, include/osgViewer/CompositeViewer, include/osgViewer/Scene, include/osgViewer/View, include/osgViewer/Viewer, src/osg/GraphicsThread.cpp, src/osgViewer/CompositeViewer.cpp, src/osgViewer/Renderer.cpp, src/osgViewer/Scene.cpp, src/osgViewer/View.cpp, src/osgViewer/Viewer.cpp: Refactored the way the Scene is used in Viewer and CompositeViewer to ensure that only on Scene exists per scene graph. 2007-08-09 08:19 robert * include/osgUtil/CullVisitor, include/osgViewer/Renderer: Compile fix 2007-08-09 08:15 robert * examples/osgterrain/CMakeLists.txt, examples/osgterrain/ReaderWriterTerrain.cpp: Removed now redundent ReaderWriterTerrain.cpp 2007-08-08 09:12 robert * src/osgWrappers/osgDB/DatabasePager.cpp, src/osgWrappers/osgUtil/CullVisitor.cpp: Updated wrappers 2007-08-08 08:10 robert * include/osgDB/DatabasePager, include/osgUtil/CullVisitor, src/osgDB/DatabasePager.cpp, src/osgUtil/CullVisitor.cpp, src/osgUtil/SceneView.cpp, src/osgViewer/Renderer.cpp, src/osgViewer/Scene.cpp: Added new statc prototype() and create() methods to CullVisitor and DatabasePager to allow overriding of the default implementations 2007-08-08 05:59 robert * src/osgPlugins/osgTerrain/ReaderWriterOsgTerrain.cpp: Removed unneeeded includes 2007-08-07 22:56 robert * src/osgWrappers/osgTerrain/Terrain.cpp, src/osgWrappers/osgTerrain/TerrainNode.cpp, src/osgWrappers/osgTerrain/TerrainTechnique.cpp: Updated wrappers 2007-08-07 22:31 robert * src/osgTerrain/CMakeLists.txt: Updated CMakeLists.txt to reflect renaming of TerrainNode. 2007-08-07 19:53 robert * examples/osgterrain/osgterrain.cpp, include/osgTerrain/Terrain, include/osgTerrain/TerrainNode, include/osgTerrain/TerrainTechnique, src/osgPlugins/osgTerrain/CMakeLists.txt, src/osgPlugins/osgTerrain/ReaderWriterOsgTerrain.cpp, src/osgPlugins/osgTerrain/Terrain.cpp, src/osgTerrain/CMakeLists.txt, src/osgTerrain/GeometryTechnique.cpp, src/osgTerrain/Terrain.cpp, src/osgTerrain/TerrainNode.cpp, src/osgTerrain/TerrainTechnique.cpp: Renamed osgTerrain::TerrainNode to osgTerrain::Terrain and introduced basic .osg read support for osgTerrain::Terrain. 2007-08-07 15:51 robert * src/osgPlugins/osgTerrain/CMakeLists.txt: Removed TerrainNode.cpp from CMakeLists.txt 2007-08-07 15:30 robert * src/osgPlugins/CMakeLists.txt, src/osgPlugins/osgTerrain, src/osgPlugins/osgTerrain/CMakeLists.txt, src/osgPlugins/osgTerrain/ReaderWriterOsgTerrain.cpp: Added preliminary shell of osgTerrain plugin 2007-08-07 14:49 robert * src/osgPlugins/gdal/ReaderWriterGDAL.cpp: From Luc Fruciel, "Gdal plugins reads lots of information that is not taken into account in ReadHeigthField for example. Attached a modification that read the HeigthField position and X,Yintervals. I also removed the limitation to 1024*1024 to 4096*4096, because when you are preprocessing your data with OSG, it can be useful to read large images/heigthfields. Is there a reason (other than hardware limitations for textures) for this limit ?" 2007-08-07 10:37 robert * src/osgPlugins/gdal, src/osgPlugins/gdal/CMakeLists.txt, src/osgPlugins/gdal/ReaderWriterGDAL.cpp: Re-introduceed GDAL plugin 2007-08-07 10:33 robert * CMakeLists.txt, CMakeModules/FindGDAL.cmake, src/osgPlugins/CMakeLists.txt: Re-introduced GDAL plugin. 2007-08-07 10:31 robert * include/osg/GLU: Added preliminary code to allow build specification of glu tesscallback with ... parameter 2007-08-07 08:18 robert * src/osg/GraphicsContext.cpp: From Andy Skinner, The attached file adds #include to GraphicsContext.cpp, so that it compiles with the solaris compiler we use. 2007-08-06 11:52 robert * README.txt: Updated README 2007-08-06 11:50 robert * AUTHORS.txt, ChangeLog, applications/osgversion/osgversion.cpp, src/osgViewer/Viewer.cpp: Updated ChangeLog, and AUTHORS file for release 2007-08-06 11:24 robert * CMakeLists.txt, include/osg/Version: Updated version numbers for release 2007-08-06 09:28 robert * src/osgSim/OverlayNode.cpp: Changed debug message to INFO level 2007-08-05 17:06 robert * src/osgViewer/View.cpp: Added support for enabling the stencil buffer when horizontal and vertical split stereo are used. 2007-08-05 14:59 robert * src/osgViewer/GraphicsWindowX11.cpp: From Tim More, "This patch causes GraphicsWindowX11 to not send key release events when a key press / release is caused by auto-repeat. This is consistent with Windows and Mac behavior, as well as other toolkits such as SDL." 2007-08-05 14:51 robert * src/osg/CullSettings.cpp, src/osg/Referenced.cpp, src/osgGA/DriveManipulator.cpp, src/osgPlugins/txp/TXPParser.cpp, src/osgUtil/Optimizer.cpp, src/osgUtil/RenderBin.cpp, src/osgViewer/ViewerEventHandlers.cpp: From Andy Skinner, fixes for avoiding warnings about mixing c and c++ versions of c libs. 2007-08-04 17:04 robert * src/osgViewer/Viewer.cpp: Disable the selection of CullPerCameraDrawPerContext until I am able to fix this threading model 2007-08-04 10:30 robert * src/osgPlugins/net/sockinet.cpp, src/osgPlugins/net/sockstream.cpp: From John Shue, "Recent changes to sockstream.cpp and sockinet.cpp to better deal with various operating system differences between socklen_t and int have broken the FreeBSD build. Change was to add __FreeBSD__ to the list of defines that are checked." 2007-08-03 16:08 robert * src/osgWrappers/osg/GraphicsContext.cpp, src/osgWrappers/osg/View.cpp: Updated wrappers 2007-08-03 14:50 robert * include/osg/GraphicsContext, include/osg/View, src/osg/GraphicsContext.cpp, src/osgViewer/View.cpp: Added perlimnary support for reading the DISPLAY variable. 2007-08-02 16:23 robert * src/osgViewer/StatsHandler.cpp: Changed the projection matrix resize policy. 2007-08-02 12:36 robert * Xcode/OpenSceneGraph/OpenSceneGraph.xcodeproj/project.pbxproj: From Martin Lavery, XCode updates for the new Renderer class 2007-08-02 12:27 robert * include/osg/View: Added return 0; 2007-08-02 11:02 robert * include/osg/Camera, include/osg/GraphicsThread, include/osg/State, include/osg/View, include/osgViewer/CompositeViewer, include/osgViewer/Renderer, include/osgViewer/View, include/osgViewer/Viewer, src/osg/Camera.cpp, src/osg/GraphicsContext.cpp, src/osg/GraphicsThread.cpp, src/osg/View.cpp, src/osgViewer/CMakeLists.txt, src/osgViewer/CompositeViewer.cpp, src/osgViewer/HelpHandler.cpp, src/osgViewer/Renderer.cpp, src/osgViewer/StatsHandler.cpp, src/osgViewer/View.cpp, src/osgViewer/Viewer.cpp, src/osgWrappers/osg/Camera.cpp, src/osgWrappers/osg/GraphicsThread.cpp, src/osgWrappers/osg/State.cpp, src/osgWrappers/osg/View.cpp, src/osgWrappers/osgViewer/CompositeViewer.cpp, src/osgWrappers/osgViewer/Renderer.cpp, src/osgWrappers/osgViewer/View.cpp, src/osgWrappers/osgViewer/Viewer.cpp: Introduce new osgViewer::Renderer class for implementing of the rendering of cameras in viewers 2007-08-02 08:50 robert * src/osgUtil/CullVisitor.cpp: Added save and restoring of the cull mask to Camera handling code 2007-07-31 17:28 robert * include/osg/GLExtensions: From Andy Skinner,adding c includes to avoid problems with mixing c and c++ versions of c functions. 2007-07-30 16:02 robert * AUTHORS.txt: Updated AUTHORS file for release 2007-07-30 15:56 robert * ChangeLog: Updated ChangeLog for release 2007-07-30 15:25 robert * CMakeLists.txt, include/osg/Version: Updated version number for 2.1.3 dev release 2007-07-30 10:52 robert * include/osgUtil/GLObjectsVisitor, src/osgUtil/GLObjectsVisitor.cpp, src/osgViewer/CompositeViewer.cpp, src/osgViewer/Viewer.cpp, src/osgWrappers/osgUtil/GLObjectsVisitor.cpp: Ported across Viewer's to use osgUtil::GLObjectOperation, added second option in GLObjectOperation to handle cases when no subgraph is registered, in these case the code now compile all Camera subgraphs. 2007-07-28 10:44 robert * src/osg/ApplicationUsage.cpp, src/osg/ArgumentParser.cpp, src/osg/Geometry.cpp, src/osg/LightModel.cpp, src/osg/PolygonOffset.cpp, src/osg/Uniform.cpp, src/osg/Version.cpp, src/osgPlugins/obj/obj.cpp, src/osgSim/OpenFlightOptimizer.cpp, src/osgUtil/DisplayRequirementsVisitor.cpp, src/osgViewer/StatsHandler.cpp, src/osgViewer/Viewer.cpp: From Andy Skinner, adding C includes to avoid issues when mixing C and C++ standard includes 2007-07-28 10:28 robert * examples/osgviewerFOX/CMakeLists.txt, include/osg/Camera, include/osgUtil/SceneView, src/osg/Camera.cpp, src/osgPlugins/OpenFlight/ReaderWriterFLT.cpp, src/osgUtil/CullVisitor.cpp, src/osgUtil/SceneView.cpp, src/osgWrappers/osg/Camera.cpp, src/osgWrappers/osgUtil/SceneView.cpp: Introduce Camera::s/getRenderer(). 2007-07-27 17:16 robert * include/osgIntrospection/Reflector, src/osgIntrospection/Reflector.cpp: From David Callu, "After the mail of Emmanuel Roche to convert a void * in a known pointer (for example osg::Geode *), I has searched an elegant way to introduce this feature. I just add ReinterpretCastConverter in the Reflector to convert void* in T* and T* in void* files joint : OpenSceneGraph/include/osgIntrospection/Reflector // modified file OpenSceneGraph/src/osgIntrospection/Reflector.cpp // modified file " 2007-07-27 17:14 robert * src/osg/Drawable.cpp: From Bryan Thrall, added copying of boundingbox callback to copy constructor. 2007-07-27 17:07 robert * src/osgViewer/Viewer.cpp: From Stephan Huber, added reset of _currentContext when graphics context is closed. 2007-07-27 16:48 robert * src/osgViewer/GraphicsWindowCarbon.cpp: From Stephan Huber, "attached you'll find a fix for the dead locks when closing a window under OS X." 2007-07-27 15:26 robert * .: Updated svn::externals 2007-07-26 19:31 robert * src/osgViewer/GraphicsWindowWin32.cpp: From Thibault Genessay, "Attached is an unitialized variable fix I spotted with Purify. The _currentCursor (of type HCURSOR) member of the graphics window was not properly initialized, causing potential problems if setCursor() was called before anything else set it." 2007-07-25 10:12 robert * src/osgPlugins/dae/daeRMaterials.cpp: From Parag Chaudhur, "In daeRMaterials.cpp in the COLLADA plugin, in the processTexture function, Lines 519-522 of the source file: The "delete [] path" appears before the "osg::notify", causing the data pointed to by "filename" to be deleted before access causing an access violation. ... I have put a comment on line 521 where I have moved the "delete []path" below. " 2007-07-24 14:52 robert * AUTHORS.txt, applications/osgversion/osgversion.cpp: Updated AUTHORS 2007-07-24 14:47 robert * ChangeLog: Updated ChangeLog 2007-07-24 14:43 robert * CMakeLists.txt, include/osg/Version: Updated version for dev release 2007-07-24 14:30 robert * examples/osgviewerFOX/FOX_OSG_MDIView.cpp: Fixed warning 2007-07-24 14:02 robert * CMakeLists.txt, CMakeModules/FindFOX.cmake, examples/CMakeLists.txt, examples/osgviewerFOX, examples/osgviewerFOX/CMakeLists.txt, examples/osgviewerFOX/FOX_OSG.cpp, examples/osgviewerFOX/FOX_OSG.h, examples/osgviewerFOX/FOX_OSG_MDIView.cpp, examples/osgviewerFOX/FOX_OSG_MDIView.h, examples/osgviewerFOX/Makefile, examples/osgviewerFOX/osgviewerFOX.cpp, examples/osgviewerFOX/osgviewerFOX.h, include/osgTerrain/Locator, src/osgTerrain/Locator.cpp: From Alexandre Amalric, Fox example From Robert Osfield, CMake build support for FOX example 2007-07-23 20:37 robert * examples/osgviewerMFC/MFC_OSG.cpp, examples/osgviewerMFC/MFC_OSG.h, examples/osgviewerMFC/MFC_OSG_MDIView.cpp, examples/osgviewerMFC/MFC_OSG_MDIView.h: From Michael Hartman, "Here is an update for the closing issue with the example osgviewerMFC where the MFC rendering thread would not exit before the application and the thread would be left running in the background and the user would have to use TaskManager to kill the process. Changes: MFC_OSG.cpp: Removed pixelformatdesciptor from the class initialization. Used setInheritedWindowPixelFormat to true so it will setup the pixelformat for the window. Added class destructor code. MFC_OSG.h: Removed the ref_ptr on osgViewer::Viewer MFC_OSG_MDIViewer.cpp: Changed the OnDestroy function code. Added WaitforSingleObject with thread handle for the MFC render handle. MFC_OSG_MDIView.h: Added class variable for MFC Render Thread Handle for use with the WaitforSingleObject. " 2007-07-23 20:10 robert * src/osgDB/FileNameUtils.cpp, src/osgPlugins/txp/trpage_swap.cpp: From Andy Skinner, addition of standard c library includes to avoid issues with using STLport on some platforms. 2007-07-23 20:08 robert * src/osgPlugins/txp/trpage_swap.cpp: Converted tabs to four spaces 2007-07-23 18:19 robert * genwrapper.conf, src/osgWrappers/OpenThreads/Block.cpp, src/osgWrappers/osg/GraphicsThread.cpp: Updated wrappers 2007-07-23 18:13 robert * src/osgPlugins/net/sockinet.cpp, src/osgPlugins/net/sockstream.cpp: From Mathias Froehlich, compile fix for OSX. 2007-07-23 16:42 robert * include/osg/GraphicsThread, src/osg/GraphicsThread.cpp: Added FlushDeletedGLObjectsOperation. 2007-07-22 20:33 robert * src/osgViewer/CompositeViewer.cpp, src/osgViewer/Viewer.cpp: Added support for using the CompileContext to do GL object deletion. 2007-07-21 20:11 robert * examples/osgterrain/osgterrain.cpp: Converted usleep call to OpenThreads::Thread::microSleep() to avoid VS build problems 2007-07-19 18:59 robert * examples/osgterrain/osgterrain.cpp: Added reset it to set block correctly before use. 2007-07-19 17:02 robert * examples/osgterrain/osgterrain.cpp: Improved the filtering of changes to master file to prevent using reading from files that are still under going changes. 2007-07-19 16:42 robert * src/osgWrappers/OpenThreads/Block.cpp, src/osgWrappers/osg/OperationThread.cpp, src/osgWrappers/osgTerrain/GeometryTechnique.cpp: Updated wrappers 2007-07-19 15:24 robert * examples/osgterrain/osgterrain.cpp, include/osg/OperationThread: Added osg::RefBlockCount subclassed from the new OpenThreads::BlockCount and used it into osgterrain example 2007-07-19 12:09 robert * examples/osgterrain/osgterrain.cpp: Added support for using multiple load threads as a thread pool used by the MasterOperation 2007-07-18 16:48 robert * src/osgTerrain/GeometryTechnique.cpp, src/osgTerrain/TerrainNode.cpp, src/osgTerrain/TerrainTechnique.cpp: Added setting of ThreadSafeRefUnref to true. 2007-07-18 16:17 robert * examples/osgterrain/osgterrain.cpp: Refactored the viewer setup code to use a CustomViewer subclass of Viewer which wraps up the set up of compile contexts and merging of changes. 2007-07-18 16:14 robert * src/osgUtil/GLObjectsVisitor.cpp: Commented out debug messages 2007-07-18 14:54 robert * src/osg/GraphicsContext.cpp, src/osg/GraphicsThread.cpp: Added call to State::initializeExtensionsProcs() to prevent crashes before these variables are initialized. 2007-07-18 09:05 robert * include/osgUtil/GLObjectsVisitor: Added missing export symbol. 2007-07-17 17:36 robert * include/osgTerrain/GeometryTechnique, src/osgTerrain/GeometryTechnique.cpp, src/osgTerrain/TerrainTechnique.cpp: Added traverse method implementation into GeometryTechnique. 2007-07-17 16:18 robert * examples/osgterrain/osgterrain.cpp: Merged the new master operation/operation thread code with older standard terrain set up code. 2007-07-17 10:54 robert * applications/osgviewer/osgviewer.cpp, examples/osgterrain/osgterrain.cpp, src/osg/GraphicsContext.cpp: Fixed GraphcicsContext::getMaxContextID so it properly returns the current max contextID. Fixed the osgviewer's compile context code to account for the above fix. Added compile context support into osgterrain example. 2007-07-17 09:15 robert * examples/osgterrain/osgterrain.cpp: Fixed typo 2007-07-16 21:39 robert * examples/osgterrain/osgterrain.cpp: Work in progress on support for dynamically reading a master file in a background thread 2007-07-16 17:40 robert * examples/osgterrain/osgterrain.cpp: Added MasterOperation to do file querry and loading and background thread. 2007-07-16 15:47 robert * examples/osgterrain/ReaderWriterTerrain.cpp: Added custom colour support to TransferFunction setup. 2007-07-16 15:13 robert * examples/osgterrain/ReaderWriterTerrain.cpp, examples/osgterrain/osgterrain.cpp: Improvements to the .terrain file support 2007-07-16 12:37 robert * examples/osgterrain/CMakeLists.txt, examples/osgterrain/ReaderWriterTerrain.cpp, examples/osgterrain/osgterrain.cpp: First steps at provide a .terrain file format to experiment with file definitions of terrain subgraphs 2007-07-14 17:16 robert * src/osgWrappers/osg/GraphicsThread.cpp, src/osgWrappers/osg/RenderInfo.cpp: Updated wrappers 2007-07-14 17:07 robert * include/osg/RenderInfo, include/osgUtil/RenderStage, src/osgUtil/RenderStage.cpp: Added support into osg::RenderInfo for a stack of Cameras that allow querries of which camera is currently active to be querried from within the draw traversal. 2007-07-14 09:17 robert * include/osg/GraphicsThread, src/osg/GraphicsThread.cpp: Changed BarrierOperation so that it isn't limited to jut working within GraphicsContexts. 2007-07-13 19:24 robert * include/osgViewer/View, src/osgViewer/Viewer.cpp: Converted Operations to GraphicsOperations where apporpriate. 2007-07-13 19:22 robert * src/osgPlugins/CMakeLists.txt: Removed all the plugins BUILD_OSG_* options as these just get in the way of browsing standard CMake options. 2007-07-13 17:25 robert * include/osg/GraphicsThread, include/osg/OperationThread, include/osgDB/DatabasePager, include/osgUtil/GLObjectsVisitor, src/osg/GraphicsThread.cpp, src/osgDB/DatabasePager.cpp, src/osgUtil/GLObjectsVisitor.cpp, src/osgWrappers/osg/GraphicsThread.cpp, src/osgWrappers/osgUtil/GLObjectsVisitor.cpp: Introduce GraphicsOperation subclass from osg::Operation, and osgUtil::GLObjectOperation for compiling subgraphs. 2007-07-13 11:49 robert * src/osgWrappers/osgGA/EventQueue.cpp: Updated wrappers 2007-07-13 11:42 robert * src/osgViewer/GraphicsWindowX11.cpp: From Mathias Froehlich, "This patch removes the X11/Xmu/WinUtil.h header from GraphicsWindowX11.cpp. That one is not used and appears not to be present on every platform we compile on." 2007-07-13 11:39 robert * src/osgPlugins/net/sockinet.cpp, src/osgPlugins/net/sockstream.cpp: From Mathias Froehlich, "This change makes the net plugin compile on hp-ux. It tries to unify some partly ugly ifdefs in the socket classes. The change is also tested on a solaris 8, irix 6.5 and suse 9.0 machine." 2007-07-13 11:31 robert * include/osgGA/EventQueue: Added setCurrentEventState method 2007-07-13 11:22 robert * src/osgWrappers/osgGA/GUIEventAdapter.cpp: Updated wrappers 2007-07-13 11:17 robert * examples/osgkeyboard/osgkeyboard.cpp, include/osgGA/GUIEventAdapter, src/osgGA/GUIEventAdapter.cpp, src/osgViewer/GraphicsWindowCarbon.cpp, src/osgViewer/GraphicsWindowWin32.cpp, src/osgViewer/GraphicsWindowX11.cpp: Introduced new GUIEventAdatper singleton for sharing the current state between multiple GraphicsWindows, this singleton is accessable via GUIEventEvent::getAccumulatedEventState(). Added use of this new singleton in GraphicsWindow* implementations. Added WindowSizeHandler to osgkeyboard to help with debugging of event state between windows. 2007-07-12 20:12 robert * include/osgTerrain/GeometryTechnique, src/osgTerrain/GeometryTechnique.cpp, src/osgWrappers/osg/OperationThread.cpp, src/osgWrappers/osgTerrain/GeometryTechnique.cpp: Removed redundent TerrainGeometry classes, and adding double buffer of internal data within GeometryTechinque in prep for support multi-threaded set up and rendering of terrain. 2007-07-12 20:10 robert * examples/osgterrain/osgterrain.cpp: Fixed spelling of cartesian. 2007-07-12 16:37 robert * Xcode/OpenSceneGraph/OpenSceneGraph.xcodeproj/project.pbxproj, Xcode/Packaging/Package.sh, Xcode/Packaging/Packages/Applications.pmproj, Xcode/Packaging/Packages/ApplicationsBundles.pmproj, Xcode/Packaging/Packages/ApplicationsCmdline.pmproj, Xcode/Packaging/Packages/Examples.pmproj, Xcode/Packaging/Packages/Frameworks.pmproj, Xcode/Packaging/Packages/PlugIns.pmproj, Xcode/Packaging/Resources/welcome.rtf: From Martin Lavery, updates to Xcode projects 2007-07-12 15:54 robert * ChangeLog, include/osg/Camera, include/osg/GraphicsContext, include/osg/GraphicsThread, include/osg/OperationThread, include/osg/OperationsThread, include/osgTerrain/TerrainNode, include/osgViewer/Viewer, src/osg/CMakeLists.txt, src/osg/Camera.cpp, src/osg/GraphicsContext.cpp, src/osg/GraphicsThread.cpp, src/osg/OperationThread.cpp, src/osg/OperationsThread.cpp, src/osgDB/DatabasePager.cpp, src/osgTerrain/TerrainNode.cpp, src/osgUtil/RenderStage.cpp, src/osgViewer/Viewer.cpp, src/osgWrappers/osg/Camera.cpp, src/osgWrappers/osg/GraphicsContext.cpp, src/osgWrappers/osg/GraphicsThread.cpp, src/osgWrappers/osg/OperationThread.cpp, src/osgWrappers/osg/OperationsThread.cpp, src/osgWrappers/osgDB/DatabasePager.cpp, src/osgWrappers/osgTerrain/TerrainNode.cpp, src/osgWrappers/osgViewer/CompositeViewer.cpp, src/osgWrappers/osgViewer/Viewer.cpp: Renamed include/osg/OperationsThread to OperationThread. Created a new GraphicsThread subclass from OperationThread which allows the GraphicsContext specific calls to be moved out of the base OperationThread class. Updated the rest of the OSG to respect these changes. 2007-07-12 12:15 robert * include/osg/OperationsThread, src/osg/OperationsThread.cpp: Renamed OperationsThread to OperationThread and add two way link between OperationQueue and OperationThread 2007-07-12 09:03 robert * Xcode/Packaging/Package.sh: From Martin Lavery, Update to Packaging files for Xcode build 2007-07-12 08:29 robert * include/osg/TransferFunction: Added better description of TransferFunction. 2007-07-11 16:06 robert * src/osgWrappers/osg/BufferObject.cpp, src/osgWrappers/osg/DisplaySettings.cpp, src/osgWrappers/osg/NodeTrackerCallback.cpp, src/osgWrappers/osg/TexEnvCombine.cpp, src/osgWrappers/osgGA/AnimationPathManipulator.cpp, src/osgWrappers/osgGA/NodeTrackerManipulator.cpp, src/osgWrappers/osgTerrain/Locator.cpp: Updated wrappers 2007-07-11 16:06 robert * include/osg/NodeTrackerCallback, include/osgGA/NodeTrackerManipulator, include/osgViewer/View, src/osg/NodeTrackerCallback.cpp, src/osg/View.cpp, src/osgGA/NodeTrackerManipulator.cpp, src/osgViewer/View.cpp: Fixed typo 2007-07-11 15:51 robert * examples/osgterrain/osgterrain.cpp, include/osg/BufferObject, include/osg/DisplaySettings, include/osg/TexEnvCombine, include/osgGA/AnimationPathManipulator, include/osgParticle/FluidProgram, include/osgParticle/PrecipitationEffect, include/osgTerrain/Locator, include/osgUtil/SceneView, src/osg/BufferObject.cpp, src/osg/TexEnvCombine.cpp, src/osgGA/AnimationPathManipulator.cpp, src/osgParticle/FluidProgram.cpp, src/osgParticle/PrecipitationEffect.cpp, src/osgPlugins/CMakeLists.txt, src/osgTerrain/Locator.cpp, src/osgUtil/SceneView.cpp: From Paul Melis, fixes to spelling mistakes/typos. 2007-07-11 15:50 robert * CMakeLists.txt, include/osg/Version: Updated version number in prep for 2.1.1 dev release 2007-07-11 15:30 robert * CMakeLists.txt, src/osgText/Font.cpp: From Andre Garneau, minor warning fixes 2007-07-11 14:16 robert * examples/osgdistortion/osgdistortion.cpp: Added support for --sky-light and headlight with local position at 0,0,0 2007-07-11 13:48 robert * src/osgViewer/CompositeViewer.cpp: Added setting of the Scene's FrameStamp on each CompositeViewer::updateTraversal() call to fix animation path issue. 2007-07-11 09:00 robert * Xcode/OpenSceneGraph/OpenSceneGraph.xcodeproj/project.pbxproj: From Martin Lavery, update of Xcode projects to meet the latest SVN revision 2007-07-10 19:29 robert * src/osgWrappers/osg/OperationsThread.cpp: Added OperationsThread 2007-07-10 17:36 robert * examples/osgterrain/osgterrain.cpp: Added test code path which stress tests new thread pool support in OperationsThread 2007-07-10 17:36 robert * include/osg/OperationsThread, src/osg/OperationsThread.cpp: Wired up OperationsThread to use the new OperationQueue and thereby support thread pooling where multiple OperationsThreads share a single OperationsQueue 2007-07-09 19:04 robert * include/osg/GraphicsThread, include/osg/OperationsThread, include/osgParticle/range, src/osg/CMakeLists.txt, src/osg/GraphicsThread.cpp, src/osg/OperationsThread.cpp, src/osgUtil/RenderStage.cpp, src/osgWrappers/osg/Camera.cpp, src/osgWrappers/osg/GraphicsContext.cpp, src/osgWrappers/osg/GraphicsThread.cpp, src/osgWrappers/osgDB/DatabasePager.cpp, src/osgWrappers/osgTerrain/TerrainNode.cpp, src/osgWrappers/osgViewer/CompositeViewer.cpp, src/osgWrappers/osgViewer/Viewer.cpp: Separated OperationsThread out from the GraphicsThread header and introduced new OperationQueue class. 2007-07-09 15:02 robert * include/osg/DeleteHandler, src/osg/DeleteHandler.cpp: Fixed unitialized variables. 2007-07-09 11:37 robert * AUTHORS.txt, ChangeLog, applications/osgversion/osgversion.cpp: Updated ChangeLog, osgversion and AUTHORS.txt for 2.1 dev release 2007-07-09 11:05 robert * CMakeLists.txt, README.txt, include/osg/Version: Updated version number for 2.1.0 dev release 2007-07-09 11:05 robert * src/osg/GraphicsThread.cpp: Added OpertionQueue 2007-07-09 11:03 robert * include/osg/GraphicsThread: Added OperationQueue class for future work on support thread pools that share a single OpeationQueue. 2007-07-09 10:48 robert * src/osgWrappers/osg/GraphicsThread.cpp: Updated wrappers 2007-07-09 10:47 robert * src/osgText/Text.cpp: Improved the consistency of setting of rotation and auto rotate modes in setAxisAlingment method 2007-07-09 10:12 robert * src/osgViewer/CompositeViewer.cpp: Fixed missinged intialization of the _threadsRunning variable. 2007-07-07 16:05 robert * src/osgPlugins/vrml/ReaderWriterVRML2.cpp: From Jean-Sebastien Guay and Jan Ciger, added search path can improved handling of backslashes/forward slashes 2007-07-06 20:00 robert * src/osgWrappers/osgTerrain/Layer.cpp: Updared wrappers 2007-07-06 16:54 robert * src/osgViewer/GraphicsWindowCarbon.cpp, src/osgViewer/GraphicsWindowWin32.cpp: Added include of DeleteHandler 2007-07-06 16:47 robert * examples/osgterrain/osgterrain.cpp, include/osgTerrain/Layer, src/osgTerrain/Layer.cpp: Added dirty count support to osgTerrain::Layer clases. Added LayerHandler to osgterrain example that modifies the layers in response to pressing the 's' and 'q' keys 2007-07-06 14:07 robert * src/osgPlugins/vrml/CMakeLists.txt: From Jea-Sebastien Guay and Robert Osfield, build fixes for Windows 2007-07-06 13:54 robert * examples/osgstaticviewer/CMakeLists.txt, examples/osgstaticviewer/osgstaticviewer.cpp, src/osgPlugins/3dc/ReaderWriter3DC.cpp, src/osgPlugins/3ds/ReaderWriter3DS.cpp, src/osgPlugins/Inventor/ReaderWriterIV.cpp, src/osgPlugins/OpenFlight/ReaderWriterATTR.cpp, src/osgPlugins/OpenFlight/ReaderWriterFLT.cpp, src/osgPlugins/ac/ac3d.cpp, src/osgPlugins/bmp/ReaderWriterBMP.cpp, src/osgPlugins/bsp/ReaderWriterQ3BSP.cpp, src/osgPlugins/dae/ReaderWriterDAE.cpp, src/osgPlugins/dds/ReaderWriterDDS.cpp, src/osgPlugins/dw/ReaderWriterDW.cpp, src/osgPlugins/dxf/ReaderWriterDXF.cpp, src/osgPlugins/geo/ReaderWriterGEO.cpp, src/osgPlugins/gif/ReaderWriterGIF.cpp, src/osgPlugins/hdr/ReaderWriterHDR.cpp, src/osgPlugins/jp2/ReaderWriterJP2.cpp, src/osgPlugins/jpeg/ReaderWriterJPEG.cpp, src/osgPlugins/logo/ReaderWriterLOGO.cpp, src/osgPlugins/lwo/ReaderWriterLWO.cpp, src/osgPlugins/lws/ReaderWriterLWS.cpp, src/osgPlugins/md2/ReaderWriterMD2.cpp, src/osgPlugins/net/ReaderWriterNET.cpp, src/osgPlugins/normals/ReaderWriterNormals.cpp, src/osgPlugins/obj/ReaderWriterOBJ.cpp, src/osgPlugins/osg/ReaderWriterOSG.cpp, src/osgPlugins/osgShadow/ReaderWriterOsgShadow.cpp, src/osgPlugins/osgViewer/ReaderWriterOsgViewer.cpp, src/osgPlugins/osga/ReaderWriterOSGA.cpp, src/osgPlugins/osgtgz/ReaderWriterOSGTGZ.cpp, src/osgPlugins/pfb/ReaderWriterPFB.cpp, src/osgPlugins/pic/ReaderWriterPIC.cpp, src/osgPlugins/png/ReaderWriterPNG.cpp, src/osgPlugins/pnm/ReaderWriterPNM.cpp, src/osgPlugins/quicktime/ReaderWriterQT.cpp, src/osgPlugins/rgb/ReaderWriterRGB.cpp, src/osgPlugins/rot/ReaderWriterROT.cpp, src/osgPlugins/scale/ReaderWriterSCALE.cpp, src/osgPlugins/shp/ESRIShapeReaderWriter.cpp, src/osgPlugins/stl/ReaderWriterSTL.cpp, src/osgPlugins/tga/ReaderWriterTGA.cpp, src/osgPlugins/tgz/ReaderWriterTGZ.cpp, src/osgPlugins/tiff/ReaderWriterTIFF.cpp, src/osgPlugins/trans/ReaderWriterTRANS.cpp, src/osgPlugins/txf/ReaderWriterTXF.cpp, src/osgPlugins/txp/ReaderWriterTXP.cpp, src/osgPlugins/vrml/ReaderWriterVRML2.cpp, src/osgPlugins/x/ReaderWriterDirectX.cpp, src/osgPlugins/xine/ReaderWriterXine.cpp, src/osgPlugins/zip/ReaderWriterZIP.cpp: From Rudolf Wiedemann, "I need to link OpenSceneGraph statically to my application, so I completed the new registration of the plugin-readerwriters ("REGISTER_OSGPLUGIN") according to your osgstaticviewer-example (see attachment, based on today's svn)." 2007-07-06 13:33 robert * src/osgPlugins/OpenFlight/Pools.cpp: From Brede Johansen, "Attached is a fix that returns a default color (white) if an invalid index to the color palette is used." 2007-07-06 13:08 robert * applications/osgviewer/osgviewer.cpp, examples/osgteapot/osgteapot.cpp, include/osg/GLObjects, include/osgDB/DatabasePager, src/osg/CMakeLists.txt, src/osg/GLObjects.cpp, src/osg/GraphicsContext.cpp, src/osgDB/DatabasePager.cpp, src/osgUtil/SceneView.cpp, src/osgViewer/GraphicsWindowCarbon.cpp, src/osgViewer/GraphicsWindowWin32.cpp, src/osgViewer/GraphicsWindowX11.cpp, src/osgWrappers/osgDB/DatabasePager.cpp: Added include/osg/GLObjects + .cpp which provide osg::flush*DeletedGLObjects() methods. Added and cleaned up DeleteHandler calls in osgViewer to help avoid crashes on exit. Changed DatabasePager across to dynamically checcking osg::getCompileContext(..) Updated wrappers. 2007-07-06 09:06 robert * src/osg/GraphicsContext.cpp: Added #include 2007-07-05 18:41 robert * src/osgWrappers/osg/GraphicsContext.cpp, src/osgWrappers/osgTerrain/TerrainNode.cpp, src/osgWrappers/osgViewer/CompositeViewer.cpp: Updated wrappers. 2007-07-05 18:33 robert * applications/osgviewer/osgviewer.cpp, include/osg/DeleteHandler, include/osg/GraphicsContext, src/osg/DeleteHandler.cpp, src/osg/GraphicsContext.cpp, src/osg/View.cpp, src/osgViewer/GraphicsWindowX11.cpp, src/osgViewer/Viewer.cpp: Added support for managing a CompileContext. Rearranged the DeleteHandler::flushAll call. 2007-07-05 18:32 robert * examples/osgkeyboard/osgkeyboard.cpp: Added debug messages to catch key modified state 2007-07-05 18:30 robert * src/osgSim/OverlayNode.cpp: Improved the computation of the side vector 2007-07-05 18:30 robert * include/osgTerrain/TerrainNode, src/osgTerrain/GeometryTechnique.cpp, src/osgTerrain/TerrainNode.cpp, src/osgTerrain/TerrainTechnique.cpp: Improved the mapping of update and cull traversal 2007-07-05 10:57 robert * src/osgViewer/GraphicsWindowWin32.cpp: From Adndre Garneau, "Attached is a fix to prevent a cursor being shown in graphics windows when traits specify that none should be used (a recent change forced a left-pointer cursor as the default). " 2007-07-05 10:51 robert * src/osgViewer/GraphicsWindowCarbon.cpp, src/osgViewer/GraphicsWindowWin32.cpp, src/osgViewer/GraphicsWindowX11.cpp: Commented out "fix" that explictly sets the key modifier state as this change actually broke the key modifier state management. 2007-07-03 17:32 robert * examples/osgwindows/osgwindows.cpp: From Thibault Genessay, "You'll find attached a fix for the comments of the osgwindows example. It fixes a typo in the comments which is quite disturbing for newbies trying to learn using the source (twice 'left' instead of 'left' and 'right'). I've also added a little offset to the windows' positions so that their decoration falls inside the desktop and we can manipulate them - it looks a bit less "made out of wood"." 2007-07-03 13:26 robert * examples/osgkeyboard/osgkeyboard.cpp, src/osgGA/KeySwitchMatrixManipulator.cpp, src/osgGA/StateSetManipulator.cpp, src/osgViewer/HelpHandler.cpp, src/osgViewer/StatsHandler.cpp, src/osgViewer/ViewerEventHandlers.cpp: Added checking of GUIEventAdpter::getHandled(). 2007-07-03 10:00 robert * applications/osgconv/OrientationConverter.cpp: From Roger James, added GL_NORMALIZE mode to scaled models 2007-07-02 13:17 robert * include/osgUtil/SceneView, src/osgUtil/SceneView.cpp: Changed the way that computeNearFar is computed to avoid inconsistencies when in stereo mode 2007-07-02 13:16 robert * src/osgWrappers/osgUtil/SceneView.cpp: Updated wrappers 2007-07-02 12:43 robert * src/osgPlugins/freetype/FreeTypeFont.cpp, src/osgPlugins/freetype/FreeTypeFont.h, src/osgPlugins/freetype/FreeTypeLibrary.cpp, src/osgPlugins/freetype/FreeTypeLibrary.h, src/osgPlugins/freetype/ReaderWriterFreeType.cpp: From Csaba Halasz, support reading "monochrome" option string and use of monocrhome FreetType support 2007-07-02 12:30 robert * include/osgText/Font, src/osgText/Font.cpp: From Csaba Halasz and Robert Osfield, support for passing in ReaderWriter::Options object into readFontFile 2007-06-30 16:19 robert * src/osgViewer/GraphicsWindowWin32.cpp: From Mike Connell, "This is a tiny fix for win32. The current code takes the mouse cursor position and adds it to the window (left,top) position, and sends the mouse cursor there. But this doesn't take into account the window decoration. The new code converts the given (x,y) coordinates from the client area coordinate system to the screen instead using ClientToScreen. I think this is the natural windows way to do it. Tested on XP with osgviewer " Note from Robet Osfield, made a few changes to layout to make it more consistent with the rest of the OSG and used #if 0 instead if (0) blocks. 2007-06-30 15:40 robert * src/osgPlugins/3ds/material.cpp: From Stephan Huber, "attached you'll find a small fix for the 3ds-plugin, so 3ds-files exported from cinema 4d are imported correctly. It's not cinema's fault, because the 3ds-files show up correctly in 3dStudio Max." 2007-06-30 14:30 robert * src/osgWrappers/osg/BufferObject.cpp, src/osgWrappers/osg/ImageStream.cpp, src/osgWrappers/osg/Point.cpp: Updated wrappers 2007-06-30 14:30 robert * include/osg/BufferObject: Added s/getUsage() method 2007-06-30 14:30 robert * src/osgUtil/RenderStage.cpp: Added balancing of stack size on entry/exit from rendering nested camera. 2007-06-30 14:28 robert * examples/osgteapot/osgteapot.cpp: Added debug path that creates the viewer on the heap. 2007-06-30 14:21 robert * include/osgIntrospection/Converter, include/osgIntrospection/Reflection, src/osgIntrospection/Reflection.cpp, src/osgIntrospection/Reflector.cpp, src/osgIntrospection/Value.cpp: From David Callu, " Found in the join file the fix for the bug found by Rafa. Problem : osgIntrospection::Value grp(new osg::Group); osgIntrospection::ValueList vlcall; vlcall.push_back(osgIntrospection::Value("toto")); const osgIntrospection::MethodInfo *m = grp->getType.getCompatibleMethod("setName", vlcall, true); if (m) { m->invoke(grp, vlcall); // ** SEGFAULT here } Algorithm explanation : The "invoke" method try to convert "grp", which reflect an "osg::Group*", in a "osgIntrospection::Value", which reflect a "osg::Node*". This because the "setName(const char *)" method found by "grp->getType.getCompatibleMethod" is an "osg::Object" type method. When osgIntrospection do this conversion it try : - to found a "osgIntrospection::Converter" to convert from "osg::Group*" to "osg::Node*" - to found a chain of "osgIntrospection::Converter" to convert from "osg::Group*" to "one or many type" to "osg::Node*" - to converte an Enum to int or unsigned int - to convert the value in its "value string representation", then converte this string in the destination value Else it throw a "TypeConversionException". Bug : 1) When osgIntrospection try to found a chain of "osgIntrospection::Converter" It could do any downcast or (Type to SuperType) or upcast (SuperType to Type). This mean the the chain could be : osg::Group to osg::Transform to osg::Camera to osg::CullSettings to osg::CullStack to osg::CollectOccludersVisitor to osg::NodeVisitor to osg::Referenced to osg::Object During the convertion with this chain, A METTRE failed and the pointer in "grp" is set NULL. But the "grp" is always a valid "osgIntrospection::Value" and so, osgIntrospection accept the conversion. Then it try to use this pointer to call the "setName" function. And Bing SEGFAULT. 2) In "bool Reflection::accum_conv_path( ... )" the convection path isn't accumulate in the recursive loop. this cause multi request of a conversion path, and a slowdown in the conversion algorithm. 3) Use of the last conversion way in a conversion from pointer to pointer this mean you can do this : "osg::Node*" to " value string representation" to "osg::Material*" What a bad thing !!! Solution : 1) Introduce the concept of dynamic_cast and static_cast. now, to do a conversion, osgIntrospection does this : - to found a "osgIntrospection::Converter" to convert from "osg::Group*" to "osg::Node*" - to found a chain of "osgIntrospection::Converter" to convert from "osg::Group*" to "one or many type" to "osg::Node*" only with static_cast, downcast (Type to SuperType) - to found, if the source and the destination are two pointer, a chain of "osgIntrospection::Converter" to convert from "osg::Group*" to "one or many type" to "osg::Node*" only with dynamic_cast, upcast (SuperType to Type) - to convert an Enum to int or to unsigned int - to convert the value in its "value string representation", then convert this string in the destination value Else it throw a "TypeConversionException". Add the "enum CastType" to distinguish the static_cast or dynamic_cast converter. Add file OpenSceneGraph/include/osgIntrospection/CastType 2) add a line to accumulate converter in converter Path. 3) add a line to check if source and destination are pointer. " 2007-06-30 09:27 robert * src/osgUtil/CullVisitor.cpp: From Sherman Wilcox, added check for Drawable cull callbck into apply(Billboard) 2007-06-30 07:09 robert * Xcode/XcodeTemplates/OSG Application/osgApp_Prefix.pch: Removed the old references to files now removed 2007-06-29 17:01 robert * include/osg/Point, src/osg/Point.cpp, src/osg/PointSprite.cpp: Added Point::Extension::isPointSpriteCoordOriginSupported() method 2007-06-29 16:37 robert * CMakeModules/Find3rdPartyDependencies.cmake: From Sherman Wilcox, added serach for freetype234 2007-06-29 16:10 robert * src/osg/CMakeLists.txt: From Paul Martz, "Attached is src/osg/CMakeLists.txt. Adding TemplatePrimitiveFunctor to the source code list for the project. This makes this header file show up in the VS IDE as part of this project, and therefore facilitates IDE searching of project-related files, as well as making other tasks easier." 2007-06-29 16:09 robert * src/osg/CMakeLists.txt: Fixed indenting to use 4 spaces instead of tabs 2007-06-29 16:06 robert * src/osgPlugins/dae/CMakeLists.txt: From Jan Ciger, "I am attaching a fix for the COLLADA plugin on non-windows systems. The COLLADA modules STLDatabase, LIBXMLPlugin and stdErrPlugin are statically included in the main COLLADA library on Linux and shouldn't be linked separately - those libraries do not exist in the default Linux build and the compilation will fail. Second issue - the current version of the COLLADA plugin (both current HEAD in Subversion and the one in stable 2.0) do not work right with the stable COLLADA DOM 1.4.1. I am getting the following error: " 2007-06-29 16:00 robert * src/osgPlugins/ac/ac3d.cpp: From Roger James, bug fix to counting of number geode with drawables 2007-06-28 20:56 robert * src/osgPlugins/quicktime/QuicktimeImageStream.cpp: From Brad Colbert, get/setVolume methods 2007-06-28 14:19 robert * include/osg/ImageStream, src/osgPlugins/quicktime/MovieData.h, src/osgPlugins/quicktime/QuicktimeImageStream.h: From Brad Colbert with ammendments by Robert Osfield, add set/getVolume support 2007-06-28 12:59 robert * src/osgViewer/PixelBufferWin32.cpp: From Trajce Nikolov, fixes to pbuffer setup 2007-06-28 09:51 robert * src/osgPlugins/ive/CMakeLists.txt, src/osgPlugins/ive/DataInputStream.cpp, src/osgPlugins/ive/DataOutputStream.cpp, src/osgPlugins/ive/Multisample.cpp, src/osgPlugins/ive/Multisample.h, src/osgPlugins/ive/ReadWrite.h: From Nikolaus Hanekamp, added support for osg::Multisample 2007-06-27 20:44 robert * include/osgViewer/api/Carbon/PixelBufferCarbon, src/osgViewer/CMakeLists.txt, src/osgViewer/GraphicsWindowCarbon.cpp, src/osgViewer/PixelBufferCarbon.cpp: From Stephan Huber, "attached you'll find a first implementation of pbuffer-support for os x. I used osgprerender --pbuffer to test the carbon-implementation, for now it works :) " 2007-06-27 20:36 robert * include/osg/BlendColor, include/osg/BlendEquation, include/osg/BufferObject, include/osg/ClampColor, include/osg/CollectOccludersVisitor, include/osg/Drawable, include/osg/FragmentProgram, include/osg/Multisample, include/osg/Point, include/osg/Referenced, include/osg/StencilTwoSided, include/osg/TextureCubeMap, include/osg/VertexProgram, include/osgDB/Input, include/osgDB/Registry, include/osgParticle/ModularEmitter, include/osgShadow/OccluderGeometry, include/osgTerrain/GeometryTechnique, include/osgText/Text, src/osg/BlendColor.cpp, src/osg/BlendEquation.cpp, src/osg/BufferObject.cpp, src/osg/ClampColor.cpp, src/osg/Drawable.cpp, src/osg/FragmentProgram.cpp, src/osg/Multisample.cpp, src/osg/Point.cpp, src/osg/Referenced.cpp, src/osg/StencilTwoSided.cpp, src/osg/TextureCubeMap.cpp, src/osg/VertexProgram.cpp, src/osgDB/DatabasePager.cpp, src/osgDB/Input.cpp, src/osgDB/Registry.cpp, src/osgParticle/FireEffect.cpp, src/osgParticle/SmokeEffect.cpp, src/osgPlugins/osg/Geometry.cpp, src/osgShadow/OccluderGeometry.cpp, src/osgText/Text.cpp, src/osgWrappers/osg/BlendColor.cpp, src/osgWrappers/osg/BlendEquation.cpp, src/osgWrappers/osg/BufferObject.cpp, src/osgWrappers/osg/ClampColor.cpp, src/osgWrappers/osg/CollectOccludersVisitor.cpp, src/osgWrappers/osg/Drawable.cpp, src/osgWrappers/osg/FragmentProgram.cpp, src/osgWrappers/osg/Multisample.cpp, src/osgWrappers/osg/Point.cpp, src/osgWrappers/osg/Referenced.cpp, src/osgWrappers/osg/StencilTwoSided.cpp, src/osgWrappers/osg/TextureCubeMap.cpp, src/osgWrappers/osg/VertexProgram.cpp, src/osgWrappers/osgDB/Input.cpp, src/osgWrappers/osgDB/Registry.cpp, src/osgWrappers/osgParticle/ModularEmitter.cpp, src/osgWrappers/osgShadow/OccluderGeometry.cpp, src/osgWrappers/osgTerrain/GeometryTechnique.cpp, src/osgWrappers/osgText/Text.cpp: From Paul Melis, "Here is a list of fixes to misspelled APIs. Unfortunately, more than one of these are public APIs and therefore will break linkage to existing shared libraries." Note from Robert Osfield, updated wrappers. 2007-06-27 20:34 robert * src/osgUtil/RenderStage.cpp: Added temporary reset of the RenderLeaf pointer for any internal calls to other graphics contexts. 2007-06-27 19:51 ewing * Xcode/OpenSceneGraph/OpenSceneGraph.xcodeproj/project.pbxproj: Minor build fixes. Changed/fixed GraphicsWindowCarbon to go into api/Carbon instead of just api/ 2007-06-27 17:01 robert * src/osgViewer/PixelBufferX11.cpp: From Andy Skinner, fixed return value. 2007-06-27 11:14 robert * src/osgWrappers/osg/GraphicsContext.cpp: Updated wrappers 2007-06-27 10:37 robert * src/osgViewer/GraphicsWindowWin32.cpp, src/osgViewer/PixelBufferWin32.cpp: From Rajce Nickolov, improvements to PixelBufferWin32 and GraphicsWindowWin32 2007-06-27 10:12 robert * include/osg/GraphicsContext, src/osgUtil/RenderStage.cpp: Added texture format into Traits. 2007-06-27 09:44 robert * src/osgUtil/RenderStage.cpp: Fixed target setting bug in PixelBuffer RTT set up. 2007-06-26 17:12 robert * CMakeModules/FindGDAL.cmake, CMakeModules/FindOSG.cmake: Added missing cmake macros 2007-06-26 11:31 robert * src/osgSim/OverlayNode.cpp: Reverted to using non silhouette computation. 2007-06-25 13:48 robert * src/osgSim/OverlayNode.cpp: Changed the RTT Camera so that it doesn't automatically recompute the near and far planes 2007-06-25 11:32 robert * src/osgViewer/PixelBufferWin32.cpp: From Trajce Nickolov, improvements to PixelBufferWin32. 2007-06-25 08:35 robert * CMakeLists.txt, CMakeModules/Find3rdPartyDependencies.cmake, CMakeModules/FindCOLLADA.cmake, CMakeModules/FindFLTK.cmake, CMakeModules/FindFreeType.cmake, CMakeModules/FindGIFLIB.cmake, CMakeModules/FindInventor.cmake, CMakeModules/FindJasper.cmake, CMakeModules/FindOpenThreads.cmake, CMakeModules/FindOpenVRML.cmake, CMakeModules/FindPerformer.cmake, CMakeModules/FindQuickTime.cmake, CMakeModules/FindXine.cmake, CMakeModules/FindZLIB.cmake, CMakeModules/ListHandle.cmake, CMakeModules/ModuleInstall.cmake, CMakeModules/OsgMacroUtils.cmake, CMakeModules/UtilityMacros.cmake, CMakeModules/cmake_uninstall.cmake.in, applications/CMakeLists.txt, applications/osgarchive/CMakeLists.txt, applications/osgconv/CMakeLists.txt, applications/osgversion/CMakeLists.txt, applications/osgviewer/CMakeLists.txt, examples/CMakeLists.txt, examples/osganimate/CMakeLists.txt, examples/osgautotransform/CMakeLists.txt, examples/osgbillboard/CMakeLists.txt, examples/osgblendequation/CMakeLists.txt, examples/osgcallback/CMakeLists.txt, examples/osgcamera/CMakeLists.txt, examples/osgcatch/CMakeLists.txt, examples/osgclip/CMakeLists.txt, examples/osgcompositeviewer/CMakeLists.txt, examples/osgcopy/CMakeLists.txt, examples/osgcubemap/CMakeLists.txt, examples/osgdelaunay/CMakeLists.txt, examples/osgdepthpartition/CMakeLists.txt, examples/osgdepthshadow/CMakeLists.txt, examples/osgdistortion/CMakeLists.txt, examples/osgfadetext/CMakeLists.txt, examples/osgforest/CMakeLists.txt, examples/osgfxbrowser/CMakeLists.txt, examples/osggeodemo/CMakeLists.txt, examples/osggeometry/CMakeLists.txt, examples/osghangglide/CMakeLists.txt, examples/osghud/CMakeLists.txt, examples/osgimpostor/CMakeLists.txt, examples/osgintersection/CMakeLists.txt, examples/osgintrospection/CMakeLists.txt, examples/osgkeyboard/CMakeLists.txt, examples/osgkeyboardmouse/CMakeLists.txt, examples/osglauncher/CMakeLists.txt, examples/osglight/CMakeLists.txt, examples/osglightpoint/CMakeLists.txt, examples/osglogicop/CMakeLists.txt, examples/osglogo/CMakeLists.txt, examples/osgmanipulator/CMakeLists.txt, examples/osgmotionblur/CMakeLists.txt, examples/osgmovie/CMakeLists.txt, examples/osgmultitexture/CMakeLists.txt, examples/osgoccluder/CMakeLists.txt, examples/osgpagedlod/CMakeLists.txt, examples/osgparametric/CMakeLists.txt, examples/osgparticle/CMakeLists.txt, examples/osgparticleeffects/CMakeLists.txt, examples/osgphotoalbum/CMakeLists.txt, examples/osgpick/CMakeLists.txt, examples/osgplanets/CMakeLists.txt, examples/osgpoints/CMakeLists.txt, examples/osgpointsprite/CMakeLists.txt, examples/osgprecipitation/CMakeLists.txt, examples/osgprerender/CMakeLists.txt, examples/osgprerendercubemap/CMakeLists.txt, examples/osgreflect/CMakeLists.txt, examples/osgscalarbar/CMakeLists.txt, examples/osgscribe/CMakeLists.txt, examples/osgsequence/CMakeLists.txt, examples/osgshaders/CMakeLists.txt, examples/osgshaderterrain/CMakeLists.txt, examples/osgshadow/CMakeLists.txt, examples/osgshadowtexture/CMakeLists.txt, examples/osgshape/CMakeLists.txt, examples/osgsimplifier/CMakeLists.txt, examples/osgsimulation/CMakeLists.txt, examples/osgslice/CMakeLists.txt, examples/osgspacewarp/CMakeLists.txt, examples/osgspheresegment/CMakeLists.txt, examples/osgspotlight/CMakeLists.txt, examples/osgstaticviewer/CMakeLists.txt, examples/osgstereoimage/CMakeLists.txt, examples/osgteapot/CMakeLists.txt, examples/osgterrain/CMakeLists.txt, examples/osgtessellate/CMakeLists.txt, examples/osgtext/CMakeLists.txt, examples/osgtexture1D/CMakeLists.txt, examples/osgtexture2D/CMakeLists.txt, examples/osgtexture3D/CMakeLists.txt, examples/osgtexturerectangle/CMakeLists.txt, examples/osgunittests/CMakeLists.txt, examples/osgvertexprogram/CMakeLists.txt, examples/osgviewerFLTK/CMakeLists.txt, examples/osgviewerGLUT/CMakeLists.txt, examples/osgviewerMFC/CMakeLists.txt, examples/osgviewerQT/CMakeLists.txt, examples/osgviewerSDL/CMakeLists.txt, examples/osgviewerWX/CMakeLists.txt, examples/osgvolume/CMakeLists.txt, examples/osgwindows/CMakeLists.txt, src/CMakeLists.txt, src/osg/CMakeLists.txt, src/osgDB/CMakeLists.txt, src/osgFX/CMakeLists.txt, src/osgGA/CMakeLists.txt, src/osgIntrospection/CMakeLists.txt, src/osgManipulator/CMakeLists.txt, src/osgParticle/CMakeLists.txt, src/osgPlugins/3dc/CMakeLists.txt, src/osgPlugins/3ds/CMakeLists.txt, src/osgPlugins/CMakeLists.txt, src/osgPlugins/Inventor/CMakeLists.txt, src/osgPlugins/OpenFlight/CMakeLists.txt, src/osgPlugins/ac/CMakeLists.txt, src/osgPlugins/bmp/CMakeLists.txt, src/osgPlugins/dae/CMakeLists.txt, src/osgPlugins/dds/CMakeLists.txt, src/osgPlugins/dw/CMakeLists.txt, src/osgPlugins/dxf/CMakeLists.txt, src/osgPlugins/freetype/CMakeLists.txt, src/osgPlugins/geo/CMakeLists.txt, src/osgPlugins/gif/CMakeLists.txt, src/osgPlugins/hdr/CMakeLists.txt, src/osgPlugins/ive/CMakeLists.txt, src/osgPlugins/jp2/CMakeLists.txt, src/osgPlugins/jpeg/CMakeLists.txt, src/osgPlugins/logo/CMakeLists.txt, src/osgPlugins/lwo/CMakeLists.txt, src/osgPlugins/lws/CMakeLists.txt, src/osgPlugins/md2/CMakeLists.txt, src/osgPlugins/net/CMakeLists.txt, src/osgPlugins/normals/CMakeLists.txt, src/osgPlugins/obj/CMakeLists.txt, src/osgPlugins/osg/CMakeLists.txt, src/osgPlugins/osgFX/CMakeLists.txt, src/osgPlugins/osgParticle/CMakeLists.txt, src/osgPlugins/osgShadow/CMakeLists.txt, src/osgPlugins/osgSim/CMakeLists.txt, src/osgPlugins/osgText/CMakeLists.txt, src/osgPlugins/osgViewer/CMakeLists.txt, src/osgPlugins/osga/CMakeLists.txt, src/osgPlugins/osgtgz/CMakeLists.txt, src/osgPlugins/pfb/CMakeLists.txt, src/osgPlugins/pic/CMakeLists.txt, src/osgPlugins/png/CMakeLists.txt, src/osgPlugins/pnm/CMakeLists.txt, src/osgPlugins/quicktime/CMakeLists.txt, src/osgPlugins/rgb/CMakeLists.txt, src/osgPlugins/rot/CMakeLists.txt, src/osgPlugins/scale/CMakeLists.txt, src/osgPlugins/shp/CMakeLists.txt, src/osgPlugins/stl/CMakeLists.txt, src/osgPlugins/tga/CMakeLists.txt, src/osgPlugins/tgz/CMakeLists.txt, src/osgPlugins/tiff/CMakeLists.txt, src/osgPlugins/trans/CMakeLists.txt, src/osgPlugins/txf/CMakeLists.txt, src/osgPlugins/txp/CMakeLists.txt, src/osgPlugins/vrml/CMakeLists.txt, src/osgPlugins/x/CMakeLists.txt, src/osgPlugins/xine/CMakeLists.txt, src/osgPlugins/zip/CMakeLists.txt, src/osgShadow/CMakeLists.txt, src/osgSim/CMakeLists.txt, src/osgTerrain/CMakeLists.txt, src/osgText/CMakeLists.txt, src/osgUtil/CMakeLists.txt, src/osgViewer/CMakeLists.txt, src/osgWrappers/CMakeLists.txt: Set the eol style on CMake .txt files to native 2007-06-24 10:55 robert * src/osgWrappers/osgDB/DatabasePager.cpp: Updated wrappers 2007-06-24 10:18 robert * include/osgViewer/api/Win32/PixelBufferWin32, src/osgViewer/PixelBufferWin32.cpp: From Trajce Nikolov, PixelBufferWin32 implementation 2007-06-23 21:55 robert * src/osgViewer/GraphicsWindowX11.cpp: Simplified decoration code and added support for reading Traits::supportsResize 2007-06-23 21:54 robert * include/osg/GraphicsContext: Set the Traits::supportsResize flag to true in default constructor. 2007-06-23 11:24 robert * examples/osgviewerQT/osgviewerQT.cpp: Reorder the setProjectionMatrix.. mathod 2007-06-23 11:21 robert * examples/osgspheresegment/osgspheresegment.cpp, examples/osgviewerFLTK/osgviewerFLTK.cpp, examples/osgviewerQT/osgviewerQT.cpp, src/osgViewer/Viewer.cpp: Added setting of the Camera's projection matrix to fit the windowing aspect ratio. 2007-06-22 14:48 robert * applications/osgviewer/osgviewer.cpp: Added optional set up of pbuffers for background compilation of the OpenGL objects when database paging. 2007-06-22 14:48 robert * include/osgDB/DatabasePager, src/osgDB/DatabasePager.cpp, src/osgViewer/CompositeViewer.cpp, src/osgViewer/Viewer.cpp: Added ability to compile OpenGL objects via pbuffers in the DatabasePager/Viewer 2007-06-21 16:14 robert * examples/osglauncher/osglauncher.cpp: Added explicit setting of updateText to have DYNAMIC data variance. 2007-06-21 11:20 robert * include/osgViewer/api/Win32/PixelBufferWin32, src/osgViewer/PixelBufferWin32.cpp: From Trajce Nikolov, windows build fixes 2007-06-20 12:34 robert * src/osgViewer/PixelBufferWin32.cpp: Added dummy init method 2007-06-20 12:29 robert * include/osgViewer/api/Win32/PixelBufferWin32, src/osgViewer/CMakeLists.txt, src/osgViewer/GraphicsWindowWin32.cpp, src/osgViewer/PixelBufferWin32.cpp: Added placeholder for PixelBufferWin32 2007-06-20 12:01 robert * applications/osgconv/osgconv.cpp: Corrected graphics context creation message 2007-06-20 12:00 robert * include/osgTerrain/GeometryTechnique, src/osgTerrain/GeometryTechnique.cpp: Added code of support for contouring shaders 2007-06-20 11:59 robert * src/osgWrappers/osgTerrain/GeometryTechnique.cpp: Updated wrappers 2007-06-20 11:59 robert * include/osgViewer/api/X11/PixelBufferX11, src/osgViewer/PixelBufferX11.cpp: Completed implementation of PixelBufferX11. 2007-06-19 17:12 robert * include/osgViewer/api/Win32/GraphicsWindowWin32, include/osgViewer/api/X11/GraphicsWindowX11, include/osgViewer/api/X11/PixelBufferX11, src/osgViewer/CMakeLists.txt, src/osgViewer/GraphicsWindowX11.cpp, src/osgViewer/PixelBufferX11.cpp: Added beginnings of osgViewer::PixelBufferX11 2007-06-19 16:19 robert * examples/osgprerender/osgprerender.cpp: Added passing of arguments into constructor. 2007-06-19 09:16 robert * examples/osgterrain/osgterrain.cpp: Removed OSGVIEWER_EXPORT 2007-06-18 12:10 robert * examples/osgterrain/osgterrain.cpp, include/osgTerrain/GeometryTechnique, src/osgTerrain/GeometryTechnique.cpp: Added use of GLSL filters 2007-06-15 17:47 robert * Xcode/Packaging/OpenSceneGraph.pmproj, Xcode/Packaging/Package.sh, Xcode/Packaging/Packages/Examples.pmproj, Xcode/Packaging/Packages/Frameworks.pmproj, Xcode/Packaging/Packages/PlugIns.pmproj, Xcode/Packaging/Resources/OSX_OSG_README.rtf, Xcode/Packaging/Resources/welcome.rtf: From Martin Lavery, Updates to Packages 2007-06-15 16:17 robert * NEWS.txt: Updated ChangeLog 2007-06-15 16:08 robert * include/osgSim/OpenFlightOptimizer, src/osgSim/OpenFlightOptimizer.cpp, src/osgWrappers/osgSim/OpenFlightOptimizer.cpp: Fixed namespace 2007-06-15 14:57 robert * src/osgShadow/ShadowMap.cpp: Added default values for ambientBias 2007-06-15 14:26 robert * Xcode/Packaging/OpenSceneGraph.pmproj, Xcode/Packaging/Resources/OSX_OSG_README.rtf, Xcode/Packaging/Resources/welcome.rtf: From Martin Lavery, Update to Packaging 2007-06-15 14:02 robert * src/osgPlugins/ToPortToCmake.txt: Removed now redundent file 2007-06-15 13:43 robert * examples/CMakeLists.txt: For Win32 added BUILD_MFC_EXAMPLE option, default to OFF to try and avoid issues with users without MFC installed. --This line, and 2007-06-15 13:12 robert * src/osgSim/HeightAboveTerrain.cpp, src/osgSim/LineOfSight.cpp: Fixed handling of cases when no matrix is attached to intersections 2007-06-15 12:59 robert * NEWS.txt, include/osgShadow/ShadowMap, src/osgShadow/ShadowMap.cpp, src/osgWrappers/osgShadow/ShadowMap.cpp: Added ShadowMap::s/getAmbientBias, updated NEWS and wrappers 2007-06-15 12:48 robert * README.txt: Updated README. 2007-06-15 12:41 robert * src/osg/Version.cpp: Changed the version format. 2007-06-15 10:15 robert * CMakeLists.txt, include/osg/Version: Updated version numbers for 2.0 release 2007-06-15 10:12 robert * src/osgGA/NodeTrackerManipulator.cpp, src/osgGA/TrackballManipulator.cpp: Added handling of when mouse delta is too high, indicating a inconsitency in the the events. These changes prevent irratic high speed spinning when releasing the mouse point in a different screen from when the mouse event started. 2007-06-15 09:29 robert * src/osgGA/NodeTrackerManipulator.cpp, src/osgGA/TrackballManipulator.cpp: Fixed null pointer derefence bug 2007-06-15 08:36 robert * include/osgUtil/SceneView, src/osgWrappers/osgUtil/SceneView.cpp: Addded missing namespace 2007-06-14 22:22 robert * Xcode/Packaging/OpenSceneGraph.pmproj: From Martin Lavery, Packaging Update 2007-06-14 21:03 robert * include/osgSim/OverlayNode: Updated wrappers 2007-06-14 20:58 robert * src/osgSim/OverlayNode.cpp: Included shaders directly into source, added support for toggle lighting on/off 2007-06-14 20:49 robert * Xcode/Packaging/Packages/Applications.pmproj, Xcode/Packaging/Packages/Applictions.pmproj: From Martin Lavery, Packaging Updates 2007-06-14 20:48 robert * Xcode/Packaging/OpenSceneGraph.pmproj: From Martin Lavery, Packaging Updates 2007-06-14 20:22 robert * Xcode/OpenSceneGraph/install.sh: From Martin Lavery, Install script for the Xcode build 2007-06-14 19:17 robert * include/osgViewer/GraphicsWindow, src/osgWrappers/osgViewer/GraphicsWindow.cpp: Fixed typo 2007-06-14 16:09 robert * Xcode/Packaging/Packages/Applictions.pmproj, Xcode/Packaging/Packages/Examples.pmproj, Xcode/Packaging/Packages/Frameworks.pmproj, Xcode/Packaging/Packages/PlugIns.pmproj: From Martin Lavery, Fix to packaging 2007-06-14 15:51 robert * Xcode/OpenSceneGraph/OpenSceneGraph.xcodeproj/project.pbxproj, Xcode/Packaging, Xcode/Packaging/Binary, Xcode/Packaging/Binary/Applications, Xcode/Packaging/Binary/Examples, Xcode/Packaging/Binary/Frameworks, Xcode/Packaging/Binary/Plugins, Xcode/Packaging/OpenSceneGraph.pmproj, Xcode/Packaging/Package.sh, Xcode/Packaging/Packages, Xcode/Packaging/Packages/Applictions.pmproj, Xcode/Packaging/Packages/Examples.pmproj, Xcode/Packaging/Packages/Frameworks.pmproj, Xcode/Packaging/Packages/PlugIns.pmproj, Xcode/Packaging/Resources, Xcode/Packaging/Resources/LICENSE.txt, Xcode/Packaging/Resources/instlogo.pdf: From Martin Lavery, addition of Packaging directory 2007-06-13 21:15 robert * AUTHORS.txt, ChangeLog, README.txt, src/osgWrappers/osgViewer/ViewerEventHandlers.cpp: Updated wrapers, changelog, README and AUTHORS files for 1.9.9 release 2007-06-13 21:00 robert * CMakeLists.txt, include/osg/Version, src/osgWrappers/osg/AnimationPath.cpp, src/osgWrappers/osgViewer/ViewerEventHandlers.cpp: Updated wrappers and Version numbers for 1.9.9 release 2007-06-13 20:56 robert * README.txt: From Paul Mellis, "Here's an updated README.txt with a few spelling and grammer mistakes fixed. I changed the wording slightly here and there. Hope you don't mind me fiddling with this one... " 2007-06-13 20:52 robert * include/osgViewer/ViewerEventHandlers, src/osgViewer/ViewerEventHandlers.cpp: Added ability to set the keyboard bindings in the RecordaAnimationPathHandler 2007-06-13 20:34 robert * include/osgViewer/ViewerEventHandlers, src/osgViewer/ViewerEventHandlers.cpp: From Jeremy Moles & Robert Osfield, Added support for playback of animation paths using 'Z' key 2007-06-13 19:54 robert * include/osg/AnimationPath: Added clear() 2007-06-13 19:53 robert * include/osgSim/OverlayNode, src/osgSim/OverlayNode.cpp: Added new shader support 2007-06-13 19:44 robert * src/osgPlugins/jp2/CMakeLists.txt: From John Shue, fixed typo in CMakeLists.txt 2007-06-13 15:32 robert * examples/osgsimulation/osgsimulation.cpp: Added passing of arugments into viewer constructor 2007-06-13 14:42 robert * CMakeLists.txt: Removed SunOS hack as it didn't work.. 2007-06-13 14:05 robert * src/osgSim/OverlayNode.cpp: Wired up new shaders 2007-06-13 13:41 robert * include/osg/CoordinateSystemNode, src/osg/CoordinateSystemNode.cpp: Added better handling of 0,0,0 values 2007-06-13 11:09 robert * src/osgViewer/Viewer.cpp: Added OSG_SCREEN and OSG_WINDOW env var checking in the Viewer::realize() 2007-06-13 10:45 robert * src/osgWrappers/osgViewer/View.cpp: Updated wrappers 2007-06-13 10:38 robert * applications/osgviewer/osgviewer.cpp, include/osgViewer/View, src/osgViewer/View.cpp, src/osgViewer/Viewer.cpp: Added osgViewer::View::setUpViewInWindow(...) method and command line option into osgViewer::Viewer to allow you to specify the window dimentions and screen for the window on startup. 2007-06-13 10:31 robert * Xcode/OpenSceneGraph/OpenSceneGraph.xcodeproj/project.pbxproj: From Martin Lavery, osgShadow plugin added to Xcode project. 2007-06-13 10:12 robert * src/osgGA/CMakeLists.txt: Fixed versioning 2007-06-13 09:56 robert * examples/osgshadow/osgshadow.cpp, include/osgShadow/ParallelSplitShadowMap, src/osgPlugins/osgShadow/CMakeLists.txt, src/osgPlugins/osgShadow/ParallelSplitShadowMap.cpp, src/osgPlugins/osgShadow/ReaderWriterOsgShadow.cpp, src/osgShadow/CMakeLists.txt, src/osgShadow/ParallelSplitShadowMap.cpp, src/osgShadow/ShadowMap.cpp, src/osgShadow/ShadowTexture.cpp, src/osgShadow/ShadowVolume.cpp, src/osgWrappers/osgShadow/ParallelSplitShadowMap.cpp: Removed ParallelSplitShadowMap as its currently a non op. 2007-06-13 08:56 robert * CMakeLists.txt: Added -lrt in for SunOS build 2007-06-12 19:46 robert * src/osgWrappers/osg/Image.cpp: Updated wrappers 2007-06-12 18:58 robert * examples/osgmovie/osgmovie.cpp: Added StatsHandler 2007-06-12 18:56 robert * examples/osgmovie/osgmovie.cpp: Refactored the dome correction code to support movie flipping. 2007-06-12 16:55 robert * examples/osgmovie/osgmovie.cpp, include/osg/Image, src/osg/Image.cpp, src/osgPlugins/quicktime/QuicktimeImageStream.cpp, src/osgPlugins/xine/ReaderWriterXine.cpp: Added Image::g/setOrigin to help movie plugins tell applications that the imagery is not the usual OpenGL BOTTOM_LEFT orientation, but with the origin TOP_LEFT. This allows geometry setup code to flip the t tex coord to render the movie the correct way up. 2007-06-12 15:57 robert * examples/osgviewerQT/osgviewerQT.cpp: Added in QT4 keyboard event adaption 2007-06-12 15:52 robert * src/osgWrappers/osg/GraphicsContext.cpp, src/osgWrappers/osgViewer/GraphicsWindow.cpp: UPdated wrappers 2007-06-12 15:38 robert * src/osgViewer/GraphicsWindowCarbon.cpp: From Stephan Huber, "while porting my own code to the new osgViewer I discover more and more bugs in the Carbon-implementation of GraphicsWindow, so here's another fix for setWindowDecorationImplementation, now updates the titlebar-height, and fixes some display-issues when switching the decoration on/off. " 2007-06-12 15:32 robert * include/osg/GraphicsContext, include/osgViewer/GraphicsWindow, include/osgViewer/api/Carbon/GraphicsWindowCarbon, include/osgViewer/api/Win32/GraphicsWindowWin32, include/osgViewer/api/X11/GraphicsWindowX11: Moved the className, libraryName and isSameAs into public. 2007-06-12 14:43 robert * src/osgPlugins/quicktime/QuicktimeImageStream.cpp, src/osgPlugins/quicktime/QuicktimeImageStream.h: Changed _data to _movieData to avoid possible confusion 2007-06-12 14:20 robert * examples/osganimate/osganimate.cpp, examples/osgautotransform/osgautotransform.cpp, examples/osgbillboard/osgbillboard.cpp, examples/osgblendequation/osgblendequation.cpp, examples/osgcallback/osgcallback.cpp, examples/osgcamera/osgcamera.cpp, examples/osgcatch/osgcatch.cpp, examples/osgclip/osgclip.cpp, examples/osgcluster/broadcaster.cpp, examples/osgcluster/broadcaster.h, examples/osgcluster/osgcluster.cpp, examples/osgcluster/receiver.cpp, examples/osgcluster/receiver.h, examples/osgcompositeviewer/osgcompositeviewer.cpp, examples/osgcopy/osgcopy.cpp, examples/osgcubemap/osgcubemap.cpp, examples/osgdelaunay/osgdelaunay.cpp, examples/osgdepthpartition/DepthPartitionNode.cpp, examples/osgdepthpartition/DepthPartitionNode.h, examples/osgdepthpartition/DistanceAccumulator.cpp, examples/osgdepthpartition/DistanceAccumulator.h, examples/osgdepthpartition/osgdepthpartition.cpp, examples/osgdepthshadow/osgdepthshadow.cpp, examples/osgdistortion/osgdistortion.cpp, examples/osgfadetext/osgfadetext.cpp, examples/osgforest/osgforest.cpp, examples/osgfxbrowser/Frame.cpp, examples/osgfxbrowser/Frame.h, examples/osgfxbrowser/osgfxbrowser.cpp, examples/osggeodemo/osggeodemo.cpp, examples/osggeometry/osggeometry.cpp, examples/osghangglide/GliderManipulator.cpp, examples/osghangglide/GliderManipulator.h, examples/osghangglide/base.cpp, examples/osghangglide/hat.cpp, examples/osghangglide/hat.h, examples/osghangglide/osghangglide.cpp, examples/osghangglide/sky.cpp, examples/osghangglide/tank.cpp, examples/osghangglide/terrain.cpp, examples/osghangglide/terrain_coords.h, examples/osghangglide/terrain_normals.h, examples/osghangglide/terrain_texcoords.h, examples/osghangglide/trees.cpp, examples/osghud/osghud.cpp, examples/osgimpostor/TestManipulator.cpp, examples/osgimpostor/TestManipulator.h, examples/osgimpostor/osgimpostor.cpp, examples/osgintersection/osgintersection.cpp, examples/osgintrospection/osgintrospection.cpp, examples/osgkeyboard/osgkeyboard.cpp, examples/osgkeyboardmouse/osgkeyboardmouse.cpp, examples/osglauncher/osglauncher.cpp, examples/osglight/osglight.cpp, examples/osglightpoint/osglightpoint.cpp, examples/osglogicop/osglogicop.cpp, examples/osglogo/osglogo.cpp, examples/osgmanipulator/osgmanipulator.cpp, examples/osgmotionblur/osgmotionblur.cpp, examples/osgmovie/osgmovie.cpp, examples/osgmultitexture/osgmultitexture.cpp, examples/osgoccluder/osgoccluder.cpp, examples/osgpagedlod/osgpagedlod.cpp, examples/osgparametric/osgparametric.cpp, examples/osgparticle/osgparticle.cpp, examples/osgparticleeffects/osgparticleeffects.cpp, examples/osgphotoalbum/ImageReaderWriter.cpp, examples/osgphotoalbum/ImageReaderWriter.h, examples/osgphotoalbum/PhotoArchive.cpp, examples/osgphotoalbum/PhotoArchive.h, examples/osgphotoalbum/osgphotoalbum.cpp, examples/osgpick/osgpick.cpp, examples/osgplanets/osgplanets.cpp, examples/osgpoints/osgpoints.cpp, examples/osgpointsprite/osgpointsprite.cpp, examples/osgprecipitation/osgprecipitation.cpp, examples/osgprerender/osgprerender.cpp, examples/osgprerendercubemap/osgprerendercubemap.cpp, examples/osgreflect/osgreflect.cpp, examples/osgscalarbar/osgscalarbar.cpp, examples/osgscribe/osgscribe.cpp, examples/osgsequence/osgsequence.cpp, examples/osgshaders/GL2Scene.cpp, examples/osgshaders/GL2Scene.h, examples/osgshaders/Noise.cpp, examples/osgshaders/Noise.h, examples/osgshaders/osgshaders.cpp, examples/osgshaderterrain/osgshaderterrain.cpp, examples/osgshadow/osgshadow.cpp, examples/osgshadowtexture/CreateShadowedScene.cpp, examples/osgshadowtexture/CreateShadowedScene.h, examples/osgshadowtexture/osgshadowtexture.cpp, examples/osgshape/osgshape.cpp, examples/osgsimplifier/osgsimplifier.cpp, examples/osgsimulation/osgsimulation.cpp, examples/osgslice/osgslice.cpp, examples/osgspacewarp/osgspacewarp.cpp, examples/osgspheresegment/osgspheresegment.cpp, examples/osgspotlight/osgspotlight.cpp, examples/osgstaticviewer/osgstaticviewer.cpp, examples/osgstereoimage/osgstereoimage.cpp, examples/osgteapot/osgteapot.cpp, examples/osgterrain/osgterrain.cpp, examples/osgtessellate/osgtessellate.cpp, examples/osgtext/osgtext.cpp, examples/osgtexture1D/osgtexture1D.cpp, examples/osgtexture2D/osgtexture2D.cpp, examples/osgtexture3D/osgtexture3D.cpp, examples/osgtexturerectangle/osgtexturerectangle.cpp, examples/osgunittests/UnitTestFramework.cpp, examples/osgunittests/UnitTestFramework.h, examples/osgunittests/UnitTests_osg.cpp, examples/osgunittests/osgunittests.cpp, examples/osgunittests/performance.cpp, examples/osgunittests/performance.h, examples/osgvertexprogram/osgvertexprogram.cpp, examples/osgviewerCocoa/ViewerCocoa.h, examples/osgviewerCocoa/ViewerCocoa.mm, examples/osgviewerCocoa/main.m, examples/osgviewerFLTK/osgviewerFLTK.cpp, examples/osgviewerGLUT/osgviewerGLUT.cpp, examples/osgviewerQT/osgviewerQT.cpp, examples/osgviewerSDL/SDLMainForMacOSX.h, examples/osgviewerSDL/SDLMainForMacOSX.m, examples/osgviewerSDL/osgviewerSDL.cpp, examples/osgvolume/osgvolume.cpp, examples/osgwindows/osgwindows.cpp: From Martin Lavery and Robert Osfield, Updated examples to use a variation of the MIT License 2007-06-12 11:31 robert * Xcode/OpenSceneGraph/OpenSceneGraph-Data, Xcode/OpenSceneGraph/OpenSceneGraph.xcodeproj/project.pbxproj: From Martin Lavery, fix to Xcode Resources 2007-06-12 10:37 robert * Xcode/OpenSceneGraph/OpenSceneGraph-Data, Xcode/OpenSceneGraph/OpenSceneGraph.xcodeproj/project.pbxproj: From Martin Lavery, Fix of OpenSceneGraph-Data linking 2007-06-12 10:19 robert * examples/osgviewerQT/CMakeLists.txt, examples/osgviewerQT/osgviewerQT.cpp: Build fixes for QT4 2007-06-12 09:55 robert * src/osgGA/NodeTrackerManipulator.cpp, src/osgGA/TrackballManipulator.cpp: Changed the throw dection time to 0.02 2007-06-12 08:30 robert * src/osgSim/OverlayNode.cpp: Work in progress on perspective view dependant codes 2007-06-12 08:29 robert * examples/osgmovie/osgmovie.cpp: Added screen number, and flip support into dome correction codes. 2007-06-12 08:28 robert * src/osgViewer/GraphicsWindowCarbon.cpp: From Stephan Huber, "the computation of the windowtitlebar-height was wrong, attached you'll find a fixed version for GraphicsWindowCarbon.cpp " 2007-06-10 20:46 robert * examples/osgsimulation/osgsimulation.cpp: Added support for specifying external overlay file. 2007-06-10 20:12 robert * src/osgWrappers/osgViewer/GraphicsWindow.cpp: Updated wrappers 2007-06-10 19:53 robert * include/osgViewer/GraphicsWindow, include/osgViewer/api/Carbon/GraphicsWindowCarbon, include/osgViewer/api/Win32/GraphicsWindowWin32, include/osgViewer/api/X11/GraphicsWindowX11, src/osgViewer/GraphicsWindowCarbon.cpp, src/osgViewer/GraphicsWindowWin32.cpp, src/osgViewer/GraphicsWindowX11.cpp: From Stephan Huber and Robert Osfield, Stephan: "attached you'll find some modifications to the GraphicsWindow-class and their platform-dependant implementations. The problem: setWindowRectangle and setWindowDecoration do not update the traits-object, so, if you call setWindowRectangle on a not-realized-window it will open with another size when realized later. getWindowRectangle reports possible wrong sizes if setWindowRectangle called before. My solution: split the implementation in two parts: GraphicsWindow::setWindowRectangle will update its traits-object and call afterwards the virtual method setWindowRectangleImplementation (which is implemented by the derived platformspecific classess). For setWindowDecoration I am useing a similar mechanism. I hope you'll find the submission useful, the Win32 and X11 changes are not tested but should work." Changes to this made by Robert are call of resized in setWindowRectangle instead of setting of Traits, and use of a bool return type. 2007-06-10 19:22 robert * src/osg/Image.cpp: From Vladimir Shabanov, "osg::Image::isImageTranslucent() now handles GL_UNSIGNED_SHORT_5_5_5_1, GL_UNSIGNED_SHORT_1_5_5_5_REV, GL_UNSIGNED_SHORT_4_4_4_4, GL_UNSIGNED_SHORT_4_4_4_4_REV, GL_UNSIGNED_INT_10_10_10_2, GL_UNSIGNED_INT_2_10_10_10_REV and GL_HALF_FLOAT_NV pixel formats." 2007-06-10 19:18 robert * src/osgPlugins/dds/ReaderWriterDDS.cpp: From Vladimir Shabanov, "DDS plugin now works with these formats: R3G3B2, R5G6B5, A1R5G5B5, X1R5G5B5, A4R4G4B4, X4R4G4B4, R8G8B8 (now without swaping of red and blue), A8R8G8B8 (also w/o swapping), X8R8G8B8, A8B8G8R8, X8B8G8R8, A2R10G10B10, A2B10G10R10, L4A4 (not work on my machine), L16A16, L16, A16B16G16R16, A16B16G16R16F, Q16W16V16U16, R32F, R16F and A32B32G32R32F. And these ones are correctly detected, but prints "unsupported" using osg::notify(osg::WARN) and are not loaded: A8R3G3B2, G16R16, G16R16F, G32R32F and CxV8U8. Also added checking of not supported DDPF_BUMPDUDV (V8U8, V16U16, Q8W8U8L8, A2W10U10V10 etc.) and DDPF_BUMPLUMINANCE (L6V5U5, X8L8V8U8, etc.) pixel formats. Mipmap handling is slightly modified and now support all additional formats. " 2007-06-10 18:17 robert * CMakeModules/Find3rdPartyDependencies.cmake: From Olaf Flebbe, "support current zlib and libpng library names for win32 3rdParty builds." 2007-06-10 09:51 robert * examples/osgcamera/osgcamera.cpp, examples/osgstaticviewer/CMakeLists.txt, examples/osgstaticviewer/osgstaticviewer.cpp, include/osgDB/Registry, include/osgViewer/GraphicsWindow, src/osgPlugins/freetype/ReaderWriterFreeType.cpp: Improved the set up of static build, added freetype plugin to plugins that support static usage 2007-06-09 19:18 robert * examples/osgcamera/osgcamera.cpp: Added default file in case no file arguments are provided. Changed to use standard ThreadingHandler by default. 2007-06-09 17:58 robert * src/osgGA/NodeTrackerManipulator.cpp, src/osgGA/TrackballManipulator.cpp: Improved the detection of throwing of the mouse. 2007-06-09 10:18 robert * src/osgWrappers/osg/Camera.cpp: Updated wrappers 2007-06-09 10:07 robert * runexamples.bat: Removed the command line parameters form the examples that now have a default file built into them. 2007-06-09 10:06 robert * include/osg/Camera, src/osg/Camera.cpp, src/osg/View.cpp, src/osgViewer/CompositeViewer.cpp, src/osgViewer/View.cpp, src/osgViewer/Viewer.cpp: Added DisplaySettings to osg::Camera, and support into osg::View for initializing the Camera to the DisplaySettings ScreenWidth/Height/Distance. Added support for dual screen horizontal split stereo. 2007-06-08 20:11 robert * src/osgPlugins/freetype/FreeTypeLibrary.cpp: Added debug code path that prints out font details. 2007-06-08 16:47 robert * examples/osgviewerCocoa/English.lproj/MainMenu.nib, examples/osgviewerCocoa/English.lproj/MainMenu.nib/classes.nib, examples/osgviewerCocoa/English.lproj/MainMenu.nib/info.nib, examples/osgviewerCocoa/English.lproj/MainMenu.nib/keyedobjects.nib: From Eric Wing, interface files 2007-06-08 16:05 robert * include/osgViewer/api/Fox: Removed empty directory 2007-06-08 16:05 robert * include/osgViewer/api/FLTK, include/osgViewer/api/GLUT, include/osgViewer/api/Motif, include/osgViewer/api/Qt, include/osgViewer/api/SDL, include/osgViewer/api/WxWidgets: Removed empty directory 2007-06-08 15:37 robert * examples/osgdistortion/osgdistortion.cpp, examples/osghud/osghud.cpp, examples/osglight/osglight.cpp, examples/osglogicop/osglogicop.cpp, examples/osgmotionblur/osgmotionblur.cpp, examples/osgmultitexture/osgmultitexture.cpp, examples/osgoccluder/osgoccluder.cpp, examples/osgpick/osgpick.cpp, examples/osgprerender/osgprerender.cpp, examples/osgreflect/osgreflect.cpp, examples/osgscribe/osgscribe.cpp, examples/osgsimplifier/osgsimplifier.cpp, examples/osgtexture1D/osgtexture1D.cpp, examples/osgwindows/osgwindows.cpp: From Martin Lavery and Robert Osfield, added fallbacks for when now command line args are provided. 2007-06-08 15:29 robert * examples/osgstereoimage/osgstereoimage.cpp: Added fallback for when no command line args are provied. 2007-06-08 15:11 robert * examples/osgkeyboardmouse/osgkeyboardmouse.cpp: Added default file when no command line options are supplied. 2007-06-08 15:06 robert * examples/osgsequence/osgsequence.cpp: Added fallback for when no command line args are passed in. 2007-06-08 15:03 robert * Xcode/OpenSceneGraph/OpenSceneGraph.xcodeproj/project.pbxproj: From Martin Lavery, Linking of example Data files for the Xcode Projects 2007-06-08 12:16 robert * runexamples.bat: Removed command line args for examples ported across to not need them. 2007-06-08 12:15 robert * examples/osgfxbrowser/osgfxbrowser.cpp: Added default command line arg 2007-06-08 12:13 robert * examples/osgblendequation/osgblendequation.cpp, examples/osgcallback/osgcallback.cpp, examples/osgclip/osgclip.cpp, examples/osgcubemap/osgcubemap.cpp, examples/osgdistortion/osgdistortion.cpp: Added default file load to avoid the need for command line option. 2007-06-08 11:04 robert * include/osgViewer/api/Carbon/GraphicsWindowCarbon, src/osgViewer/GraphicsWindowCarbon.cpp: From Stephan Huber, "attached you'll find a new GraphicsWindowCarbon-header and .cpp, the changes I made: + put a warning in the console if a nonexistant screen is requested + add getters for the aglcontext and pixelformat -- I need access to them in my own code. " 2007-06-08 10:58 robert * src/osgPlugins/OpenFlight/PrimaryRecords.cpp: From Jason Daly, "We have a few OpenFlight files that used to display properly with the old loader, but appear very, very wrong with the new one. I traced the problem to the handling of the palette override flags in the external reference records. The current behavior for handling the palette override flags for external references has different offsets for different OpenFlight version (2 bytes for 14.2-15.1 and 4 bytes for 15.2 and later). However, I believe this behavior is incorrect. I know that the original 14.2 OpenFlight spec (dated April 1995) specifies 2 bytes between the filename and the override flags, and the 15.4 and later specs specify 4 bytes. However, I also found a 14.2.4 OpenFlight spec (dated January 1996) that changes the specification to 4 bytes. Also, the databases in question were created using an old IRIX version of MultiGen II, which wrote OpenFlight 14.2 files natively. These files also have 4 bytes between the filename and flags. Furthermore, these databases have always worked properly under earlier versions of OSG, under Performer, and in every MultiGen product we've used. This leads me to believe that the original 14.2 spec was incorrect (the 14.2.4 spec corrected this error), and there should be 4 bytes between the filename and flags for all OpenFlight files version 14.2 and later. The attached fix modifies the OpenFlight loader to behave in this way." 2007-06-08 10:43 robert * examples/osgviewerCocoa/English.lproj/InfoPlist.strings: From Eric Wing, build fix 2007-06-08 10:43 robert * examples/osgviewerCocoa/English.lproj/Localizable.strings: From Eric Wing, build fix 2007-06-08 10:42 robert * src/osgWrappers/OpenThreads/Barrier.cpp, src/osgWrappers/OpenThreads/Block.cpp, src/osgWrappers/OpenThreads/Condition.cpp, src/osgWrappers/OpenThreads/Mutex.cpp, src/osgWrappers/OpenThreads/ReadWriteMutex.cpp, src/osgWrappers/OpenThreads/ReentrantMutex.cpp, src/osgWrappers/OpenThreads/Thread.cpp, src/osgWrappers/osg/AlphaFunc.cpp, src/osgWrappers/osg/AnimationPath.cpp, src/osgWrappers/osg/ApplicationUsage.cpp, src/osgWrappers/osg/ArgumentParser.cpp, src/osgWrappers/osg/Array.cpp, src/osgWrappers/osg/AutoTransform.cpp, src/osgWrappers/osg/Billboard.cpp, src/osgWrappers/osg/BlendColor.cpp, src/osgWrappers/osg/BlendEquation.cpp, src/osgWrappers/osg/BlendFunc.cpp, src/osgWrappers/osg/BoundingBox.cpp, src/osgWrappers/osg/BoundingSphere.cpp, src/osgWrappers/osg/BufferObject.cpp, src/osgWrappers/osg/Camera.cpp, src/osgWrappers/osg/CameraView.cpp, src/osgWrappers/osg/ClampColor.cpp, src/osgWrappers/osg/ClearNode.cpp, src/osgWrappers/osg/ClipNode.cpp, src/osgWrappers/osg/ClipPlane.cpp, src/osgWrappers/osg/ClusterCullingCallback.cpp, src/osgWrappers/osg/CollectOccludersVisitor.cpp, src/osgWrappers/osg/ColorMask.cpp, src/osgWrappers/osg/ColorMatrix.cpp, src/osgWrappers/osg/ComputeBoundsVisitor.cpp, src/osgWrappers/osg/ConvexPlanarOccluder.cpp, src/osgWrappers/osg/ConvexPlanarPolygon.cpp, src/osgWrappers/osg/CoordinateSystemNode.cpp, src/osgWrappers/osg/CopyOp.cpp, src/osgWrappers/osg/CullFace.cpp, src/osgWrappers/osg/CullSettings.cpp, src/osgWrappers/osg/CullStack.cpp, src/osgWrappers/osg/CullingSet.cpp, src/osgWrappers/osg/DeleteHandler.cpp, src/osgWrappers/osg/Depth.cpp, src/osgWrappers/osg/DisplaySettings.cpp, src/osgWrappers/osg/DrawPixels.cpp, src/osgWrappers/osg/Drawable.cpp, src/osgWrappers/osg/Endian.cpp, src/osgWrappers/osg/Fog.cpp, src/osgWrappers/osg/FragmentProgram.cpp, src/osgWrappers/osg/FrameBufferObject.cpp, src/osgWrappers/osg/FrameStamp.cpp, src/osgWrappers/osg/FrontFace.cpp, src/osgWrappers/osg/GL2Extensions.cpp, src/osgWrappers/osg/Geode.cpp, src/osgWrappers/osg/Geometry.cpp, src/osgWrappers/osg/GraphicsContext.cpp, src/osgWrappers/osg/GraphicsThread.cpp, src/osgWrappers/osg/Group.cpp, src/osgWrappers/osg/Hint.cpp, src/osgWrappers/osg/Image.cpp, src/osgWrappers/osg/ImageStream.cpp, src/osgWrappers/osg/LOD.cpp, src/osgWrappers/osg/Light.cpp, src/osgWrappers/osg/LightModel.cpp, src/osgWrappers/osg/LightSource.cpp, src/osgWrappers/osg/LineSegment.cpp, src/osgWrappers/osg/LineStipple.cpp, src/osgWrappers/osg/LineWidth.cpp, src/osgWrappers/osg/LogicOp.cpp, src/osgWrappers/osg/Material.cpp, src/osgWrappers/osg/MatrixTransform.cpp, src/osgWrappers/osg/Matrixd.cpp, src/osgWrappers/osg/Matrixf.cpp, src/osgWrappers/osg/Multisample.cpp, src/osgWrappers/osg/Node.cpp, src/osgWrappers/osg/NodeCallback.cpp, src/osgWrappers/osg/NodeTrackerCallback.cpp, src/osgWrappers/osg/NodeVisitor.cpp, src/osgWrappers/osg/Notify.cpp, src/osgWrappers/osg/Object.cpp, src/osgWrappers/osg/OccluderNode.cpp, src/osgWrappers/osg/PagedLOD.cpp, src/osgWrappers/osg/Plane.cpp, src/osgWrappers/osg/Point.cpp, src/osgWrappers/osg/PointSprite.cpp, src/osgWrappers/osg/PolygonMode.cpp, src/osgWrappers/osg/PolygonOffset.cpp, src/osgWrappers/osg/PolygonStipple.cpp, src/osgWrappers/osg/Polytope.cpp, src/osgWrappers/osg/PositionAttitudeTransform.cpp, src/osgWrappers/osg/PrimitiveSet.cpp, src/osgWrappers/osg/Program.cpp, src/osgWrappers/osg/Projection.cpp, src/osgWrappers/osg/ProxyNode.cpp, src/osgWrappers/osg/Quat.cpp, src/osgWrappers/osg/Referenced.cpp, src/osgWrappers/osg/RenderInfo.cpp, src/osgWrappers/osg/Scissor.cpp, src/osgWrappers/osg/Sequence.cpp, src/osgWrappers/osg/ShadeModel.cpp, src/osgWrappers/osg/Shader.cpp, src/osgWrappers/osg/ShadowVolumeOccluder.cpp, src/osgWrappers/osg/Shape.cpp, src/osgWrappers/osg/ShapeDrawable.cpp, src/osgWrappers/osg/State.cpp, src/osgWrappers/osg/StateAttribute.cpp, src/osgWrappers/osg/StateSet.cpp, src/osgWrappers/osg/Stats.cpp, src/osgWrappers/osg/Stencil.cpp, src/osgWrappers/osg/StencilTwoSided.cpp, src/osgWrappers/osg/Switch.cpp, src/osgWrappers/osg/TexEnv.cpp, src/osgWrappers/osg/TexEnvCombine.cpp, src/osgWrappers/osg/TexEnvFilter.cpp, src/osgWrappers/osg/TexGen.cpp, src/osgWrappers/osg/TexGenNode.cpp, src/osgWrappers/osg/TexMat.cpp, src/osgWrappers/osg/Texture.cpp, src/osgWrappers/osg/Texture1D.cpp, src/osgWrappers/osg/Texture2D.cpp, src/osgWrappers/osg/Texture3D.cpp, src/osgWrappers/osg/TextureCubeMap.cpp, src/osgWrappers/osg/TextureRectangle.cpp, src/osgWrappers/osg/Timer.cpp, src/osgWrappers/osg/TransferFunction.cpp, src/osgWrappers/osg/Transform.cpp, src/osgWrappers/osg/Uniform.cpp, src/osgWrappers/osg/Vec2b.cpp, src/osgWrappers/osg/Vec2d.cpp, src/osgWrappers/osg/Vec2f.cpp, src/osgWrappers/osg/Vec2s.cpp, src/osgWrappers/osg/Vec3b.cpp, src/osgWrappers/osg/Vec3d.cpp, src/osgWrappers/osg/Vec3f.cpp, src/osgWrappers/osg/Vec3s.cpp, src/osgWrappers/osg/Vec4b.cpp, src/osgWrappers/osg/Vec4d.cpp, src/osgWrappers/osg/Vec4f.cpp, src/osgWrappers/osg/Vec4s.cpp, src/osgWrappers/osg/Vec4ub.cpp, src/osgWrappers/osg/VertexProgram.cpp, src/osgWrappers/osg/View.cpp, src/osgWrappers/osg/Viewport.cpp, src/osgWrappers/osg/observer_ptr.cpp, src/osgWrappers/osgDB/Archive.cpp, src/osgWrappers/osgDB/DatabasePager.cpp, src/osgWrappers/osgDB/DotOsgWrapper.cpp, src/osgWrappers/osgDB/DynamicLibrary.cpp, src/osgWrappers/osgDB/Field.cpp, src/osgWrappers/osgDB/FieldReader.cpp, src/osgWrappers/osgDB/FieldReaderIterator.cpp, src/osgWrappers/osgDB/FileUtils.cpp, src/osgWrappers/osgDB/ImageOptions.cpp, src/osgWrappers/osgDB/Input.cpp, src/osgWrappers/osgDB/Output.cpp, src/osgWrappers/osgDB/ParameterOutput.cpp, src/osgWrappers/osgDB/ReaderWriter.cpp, src/osgWrappers/osgDB/Registry.cpp, src/osgWrappers/osgDB/SharedStateManager.cpp, src/osgWrappers/osgFX/AnisotropicLighting.cpp, src/osgWrappers/osgFX/BumpMapping.cpp, src/osgWrappers/osgFX/Cartoon.cpp, src/osgWrappers/osgFX/Effect.cpp, src/osgWrappers/osgFX/MultiTextureControl.cpp, src/osgWrappers/osgFX/Registry.cpp, src/osgWrappers/osgFX/Scribe.cpp, src/osgWrappers/osgFX/SpecularHighlights.cpp, src/osgWrappers/osgFX/Technique.cpp, src/osgWrappers/osgFX/Validator.cpp, src/osgWrappers/osgGA/AnimationPathManipulator.cpp, src/osgWrappers/osgGA/DriveManipulator.cpp, src/osgWrappers/osgGA/EventQueue.cpp, src/osgWrappers/osgGA/EventVisitor.cpp, src/osgWrappers/osgGA/FlightManipulator.cpp, src/osgWrappers/osgGA/GUIActionAdapter.cpp, src/osgWrappers/osgGA/GUIEventAdapter.cpp, src/osgWrappers/osgGA/GUIEventHandler.cpp, src/osgWrappers/osgGA/KeySwitchMatrixManipulator.cpp, src/osgWrappers/osgGA/MatrixManipulator.cpp, src/osgWrappers/osgGA/NodeTrackerManipulator.cpp, src/osgWrappers/osgGA/StateSetManipulator.cpp, src/osgWrappers/osgGA/TerrainManipulator.cpp, src/osgWrappers/osgGA/TrackballManipulator.cpp, src/osgWrappers/osgGA/UFOManipulator.cpp, src/osgWrappers/osgManipulator/AntiSquish.cpp, src/osgWrappers/osgManipulator/Command.cpp, src/osgWrappers/osgManipulator/CommandManager.cpp, src/osgWrappers/osgManipulator/Constraint.cpp, src/osgWrappers/osgManipulator/Dragger.cpp, src/osgWrappers/osgManipulator/Projector.cpp, src/osgWrappers/osgManipulator/RotateCylinderDragger.cpp, src/osgWrappers/osgManipulator/RotateSphereDragger.cpp, src/osgWrappers/osgManipulator/Scale1DDragger.cpp, src/osgWrappers/osgManipulator/Scale2DDragger.cpp, src/osgWrappers/osgManipulator/ScaleAxisDragger.cpp, src/osgWrappers/osgManipulator/Selection.cpp, src/osgWrappers/osgManipulator/TabBoxDragger.cpp, src/osgWrappers/osgManipulator/TabPlaneDragger.cpp, src/osgWrappers/osgManipulator/TabPlaneTrackballDragger.cpp, src/osgWrappers/osgManipulator/TrackballDragger.cpp, src/osgWrappers/osgManipulator/Translate1DDragger.cpp, src/osgWrappers/osgManipulator/Translate2DDragger.cpp, src/osgWrappers/osgManipulator/TranslateAxisDragger.cpp, src/osgWrappers/osgManipulator/TranslatePlaneDragger.cpp, src/osgWrappers/osgParticle/AccelOperator.cpp, src/osgWrappers/osgParticle/AngularAccelOperator.cpp, src/osgWrappers/osgParticle/BoxPlacer.cpp, src/osgWrappers/osgParticle/CenteredPlacer.cpp, src/osgWrappers/osgParticle/ConnectedParticleSystem.cpp, src/osgWrappers/osgParticle/ConstantRateCounter.cpp, src/osgWrappers/osgParticle/Counter.cpp, src/osgWrappers/osgParticle/Emitter.cpp, src/osgWrappers/osgParticle/ExplosionDebrisEffect.cpp, src/osgWrappers/osgParticle/ExplosionEffect.cpp, src/osgWrappers/osgParticle/FireEffect.cpp, src/osgWrappers/osgParticle/FluidFrictionOperator.cpp, src/osgWrappers/osgParticle/FluidProgram.cpp, src/osgWrappers/osgParticle/ForceOperator.cpp, src/osgWrappers/osgParticle/Interpolator.cpp, src/osgWrappers/osgParticle/LinearInterpolator.cpp, src/osgWrappers/osgParticle/ModularEmitter.cpp, src/osgWrappers/osgParticle/ModularProgram.cpp, src/osgWrappers/osgParticle/MultiSegmentPlacer.cpp, src/osgWrappers/osgParticle/Operator.cpp, src/osgWrappers/osgParticle/Particle.cpp, src/osgWrappers/osgParticle/ParticleEffect.cpp, src/osgWrappers/osgParticle/ParticleProcessor.cpp, src/osgWrappers/osgParticle/ParticleSystem.cpp, src/osgWrappers/osgParticle/ParticleSystemUpdater.cpp, src/osgWrappers/osgParticle/Placer.cpp, src/osgWrappers/osgParticle/PointPlacer.cpp, src/osgWrappers/osgParticle/PrecipitationEffect.cpp, src/osgWrappers/osgParticle/Program.cpp, src/osgWrappers/osgParticle/RadialShooter.cpp, src/osgWrappers/osgParticle/RandomRateCounter.cpp, src/osgWrappers/osgParticle/SectorPlacer.cpp, src/osgWrappers/osgParticle/SegmentPlacer.cpp, src/osgWrappers/osgParticle/Shooter.cpp, src/osgWrappers/osgParticle/SmokeEffect.cpp, src/osgWrappers/osgParticle/SmokeTrailEffect.cpp, src/osgWrappers/osgParticle/VariableRateCounter.cpp, src/osgWrappers/osgParticle/range.cpp, src/osgWrappers/osgShadow/OccluderGeometry.cpp, src/osgWrappers/osgShadow/ParallelSplitShadowMap.cpp, src/osgWrappers/osgShadow/ShadowMap.cpp, src/osgWrappers/osgShadow/ShadowTechnique.cpp, src/osgWrappers/osgShadow/ShadowTexture.cpp, src/osgWrappers/osgShadow/ShadowVolume.cpp, src/osgWrappers/osgShadow/ShadowedScene.cpp, src/osgWrappers/osgSim/BlinkSequence.cpp, src/osgWrappers/osgSim/ColorRange.cpp, src/osgWrappers/osgSim/DOFTransform.cpp, src/osgWrappers/osgSim/ElevationSlice.cpp, src/osgWrappers/osgSim/GeographicLocation.cpp, src/osgWrappers/osgSim/HeightAboveTerrain.cpp, src/osgWrappers/osgSim/Impostor.cpp, src/osgWrappers/osgSim/ImpostorSprite.cpp, src/osgWrappers/osgSim/InsertImpostorsVisitor.cpp, src/osgWrappers/osgSim/LightPoint.cpp, src/osgWrappers/osgSim/LightPointNode.cpp, src/osgWrappers/osgSim/LightPointSystem.cpp, src/osgWrappers/osgSim/LineOfSight.cpp, src/osgWrappers/osgSim/MultiSwitch.cpp, src/osgWrappers/osgSim/OpenFlightOptimizer.cpp, src/osgWrappers/osgSim/OverlayNode.cpp, src/osgWrappers/osgSim/ScalarBar.cpp, src/osgWrappers/osgSim/ScalarsToColors.cpp, src/osgWrappers/osgSim/Sector.cpp, src/osgWrappers/osgSim/SphereSegment.cpp, src/osgWrappers/osgSim/VisibilityGroup.cpp, src/osgWrappers/osgTerrain/GeometryTechnique.cpp, src/osgWrappers/osgTerrain/Layer.cpp, src/osgWrappers/osgTerrain/Locator.cpp, src/osgWrappers/osgTerrain/TerrainNode.cpp, src/osgWrappers/osgTerrain/TerrainTechnique.cpp, src/osgWrappers/osgTerrain/ValidDataOperator.cpp, src/osgWrappers/osgText/FadeText.cpp, src/osgWrappers/osgText/Font.cpp, src/osgWrappers/osgText/String.cpp, src/osgWrappers/osgText/Text.cpp, src/osgWrappers/osgUtil/CubeMapGenerator.cpp, src/osgWrappers/osgUtil/CullVisitor.cpp, src/osgWrappers/osgUtil/DelaunayTriangulator.cpp, src/osgWrappers/osgUtil/DisplayRequirementsVisitor.cpp, src/osgWrappers/osgUtil/GLObjectsVisitor.cpp, src/osgWrappers/osgUtil/HalfWayMapGenerator.cpp, src/osgWrappers/osgUtil/HighlightMapGenerator.cpp, src/osgWrappers/osgUtil/IntersectVisitor.cpp, src/osgWrappers/osgUtil/IntersectionVisitor.cpp, src/osgWrappers/osgUtil/LineSegmentIntersector.cpp, src/osgWrappers/osgUtil/Optimizer.cpp, src/osgWrappers/osgUtil/PlaneIntersector.cpp, src/osgWrappers/osgUtil/PolytopeIntersector.cpp, src/osgWrappers/osgUtil/PositionalStateContainer.cpp, src/osgWrappers/osgUtil/ReflectionMapGenerator.cpp, src/osgWrappers/osgUtil/RenderBin.cpp, src/osgWrappers/osgUtil/RenderLeaf.cpp, src/osgWrappers/osgUtil/RenderStage.cpp, src/osgWrappers/osgUtil/SceneView.cpp, src/osgWrappers/osgUtil/Simplifier.cpp, src/osgWrappers/osgUtil/SmoothingVisitor.cpp, src/osgWrappers/osgUtil/StateGraph.cpp, src/osgWrappers/osgUtil/Statistics.cpp, src/osgWrappers/osgUtil/TangentSpaceGenerator.cpp, src/osgWrappers/osgUtil/Tessellator.cpp, src/osgWrappers/osgUtil/TransformAttributeFunctor.cpp, src/osgWrappers/osgUtil/TransformCallback.cpp, src/osgWrappers/osgUtil/TriStripVisitor.cpp, src/osgWrappers/osgUtil/UpdateVisitor.cpp, src/osgWrappers/osgViewer/CompositeViewer.cpp, src/osgWrappers/osgViewer/GraphicsWindow.cpp, src/osgWrappers/osgViewer/Scene.cpp, src/osgWrappers/osgViewer/View.cpp, src/osgWrappers/osgViewer/Viewer.cpp, src/osgWrappers/osgViewer/ViewerEventHandlers.cpp: Updated wrappers 2007-06-08 10:22 robert * src/osgPlugins/OpenFlight/PaletteRecords.cpp: From Jason Daly, "This changes the handling of textures in the OpenFlight loader. Currently, if the texture attribute file doesn't explicitly specify an internal format, the loader will force it to use GL_RGB, which keeps translucent textures (eg. GL_RGBA textures) from showing up properly. This patch changes the default behavior to simply use the image's format instead of forcing a particular format." 2007-06-08 10:16 robert * examples/osgviewerCocoa/ViewerCocoa.h, examples/osgviewerCocoa/ViewerCocoa.mm: From Eric Wing, "So, something strange happened to the repo and some of this project's files got messed up, most notiably the Nib and also the Localized strings file. I didn't notice the latter until now so Martin is missing this file. Anyway, the attached tar contains all new versions of all the necessary files. There are cleanups and fixes to a lot of things. Martin did a good job porting the thing to osg::Viewer so most of the code changes I made address other areas. Two things I noticed in the new port you might want to consider as feedback. First, there might be a bug with osgViewer when the view size goes to 0. If you play with the splitviews in this program and shrink the view until it is closed, and then re-expand it, the model doesn't come back, not even after a home() call. SimpleViewer didn't have this problem. Second, a more minor thing, this program has a take-screenshot--and-copy-to-clipboard feature via Cmd-C (or Menu item). I achieve this by using osg::Camera to render to an FBO and then copy the contents to Cocoa. To insert the camera, I manipulate the scenegraph so I can get the camera node in and out. I end up calling setSceneData at the end of eveything to restore everything to the original state before I started mucking with the scenegraph. This unfortunately, triggers a home() reset. So in this particular case, it make Copy look like it's changing the scene. The old SimpleViewer had the same problem, but I was able to work around it by directly invoking the underlying SceneView's setSceneData so the home() mechanism was bypassed. The viewer design seems to protect this data more carefully so the bypass trick won't work. My feedback is that maybe a flag or extra parameter can be introduced so a reset is not triggered if not desired. I have checked in a ton of Xcode fixes for the entire build process in general so once this piece gets checked in, hopefully everything will build cleanly." 2007-06-08 10:11 robert * include/osgIntrospection/ReflectionMacros, include/osgIntrospection/Reflector, include/osgIntrospection/Type: From Mike Wittman, "This change to genwrapper and osgIntrospection gives access to the declaring file for a given type via the new member function osgIntrospection::Type::getDeclaringFile. This information is useful in order to know what header to include when auto-generating wrappers for a given type. During the C# wrapper generator development I've been keeping the declaring file configuration state up-to-date manually with changes to OSG, and it's proven to require substantial effort. So it would be extremely valuable to get this change in before 2.0 to reduce maintenance during the lifetime of the release. It'll also be equally useful to others looking to create wrapper generators using osgIntrospection. This is a fairly simple change and was tested with a fresh rebuild of the entire suite of osgWrapper libraries, so it should be relatively low risk (fingers crossed)." 2007-06-08 09:45 robert * examples/osgviewerGLUT/osgviewerGLUT.cpp: Added clean up of the view before destruction of the window 2007-06-08 09:17 robert * include/osgUtil/IntersectionVisitor: Added const get*Matrix() methods 2007-06-08 05:03 ewing * Xcode/OpenSceneGraph/os-Info.plist, Xcode/OpenSceneGraph/osg-Info.plist, Xcode/OpenSceneGraph/osgDB-Info.plist, Xcode/OpenSceneGraph/osgFX-Info.plist, Xcode/OpenSceneGraph/osgGA-Info.plist, Xcode/OpenSceneGraph/osgGL2-Info.plist, Xcode/OpenSceneGraph/osgGLUTkeyboardmouse-Info.plist, Xcode/OpenSceneGraph/osgGLUTsimple-Info.plist, Xcode/OpenSceneGraph/osgManipulator-Info.plist, Xcode/OpenSceneGraph/osgParticle-Info.plist, Xcode/OpenSceneGraph/osgShadow-Info.plist, Xcode/OpenSceneGraph/osgSim-Info.plist, Xcode/OpenSceneGraph/osgTerrain-Info.plist, Xcode/OpenSceneGraph/osgText-Info.plist, Xcode/OpenSceneGraph/osgUtil-Info.plist, Xcode/OpenSceneGraph/osgViewer-Info.plist, Xcode/OpenSceneGraph/osganimate-Info.plist, Xcode/OpenSceneGraph/osgarchive-Info.plist, Xcode/OpenSceneGraph/osgautotransform-Info.plist, Xcode/OpenSceneGraph/osgbillboard-Info.plist, Xcode/OpenSceneGraph/osgblendequation-Info.plist, Xcode/OpenSceneGraph/osgcallback-Info.plist, Xcode/OpenSceneGraph/osgcamera-Info.plist, Xcode/OpenSceneGraph/osgcameragroup-Info.plist, Xcode/OpenSceneGraph/osgcatch-Info.plist, Xcode/OpenSceneGraph/osgclip-Info.plist, Xcode/OpenSceneGraph/osgcluster-Info.plist, Xcode/OpenSceneGraph/osgconv-Info.plist, Xcode/OpenSceneGraph/osgcopy-Info.plist, Xcode/OpenSceneGraph/osgcubemap-Info.plist, Xcode/OpenSceneGraph/osgdb_freetype-Info.plist, Xcode/OpenSceneGraph/osgdb_freetype2-Info.plist, Xcode/OpenSceneGraph/osgdb_osgText-Info.plist, Xcode/OpenSceneGraph/osgdelaunay-Info.plist, Xcode/OpenSceneGraph/osgdepthpartition-Info.plist, Xcode/OpenSceneGraph/osgdepthshadow-Info.plist, Xcode/OpenSceneGraph/osgdistortion-Info.plist, Xcode/OpenSceneGraph/osgfadetext-Info.plist, Xcode/OpenSceneGraph/osgforest-Info.plist, Xcode/OpenSceneGraph/osgfxbrowser-Info.plist, Xcode/OpenSceneGraph/osggeometry-Info.plist, Xcode/OpenSceneGraph/osghangglide-Info.plist, Xcode/OpenSceneGraph/osghud-Info.plist, Xcode/OpenSceneGraph/osgimposter-Info.plist, Xcode/OpenSceneGraph/osgintrospection-Info.plist, Xcode/OpenSceneGraph/osgkeyboard-Info.plist, Xcode/OpenSceneGraph/osgkeyboardmouse-Info.plist, Xcode/OpenSceneGraph/osglauncher-Info.plist, Xcode/OpenSceneGraph/osglightpoint-Info.plist, Xcode/OpenSceneGraph/osglist-Info.plist, Xcode/OpenSceneGraph/osglogicop-Info.plist, Xcode/OpenSceneGraph/osglogo-Info.plist, Xcode/OpenSceneGraph/osgmanipulatorexample-Info.plist, Xcode/OpenSceneGraph/osgmotionblur-Info.plist, Xcode/OpenSceneGraph/osgmovie-Info.plist, Xcode/OpenSceneGraph/osgmultitexture-Info.plist, Xcode/OpenSceneGraph/osgocculder-Info.plist, Xcode/OpenSceneGraph/osgpagedlod-Info.plist, Xcode/OpenSceneGraph/osgparametric-Info.plist, Xcode/OpenSceneGraph/osgparticleExample-Info.plist, Xcode/OpenSceneGraph/osgparticleeffects-Info.plist, Xcode/OpenSceneGraph/osgphotoalbum-Info.plist, Xcode/OpenSceneGraph/osgpick-Info.plist, Xcode/OpenSceneGraph/osgplanets-Info.plist, Xcode/OpenSceneGraph/osgpoints-Info.plist, Xcode/OpenSceneGraph/osgpointsprite-Info.plist, Xcode/OpenSceneGraph/osgprecipitation-Info.plist, Xcode/OpenSceneGraph/osgprerender-Info.plist, Xcode/OpenSceneGraph/osgprerendercubemap-Info.plist, Xcode/OpenSceneGraph/osgreflect-Info.plist, Xcode/OpenSceneGraph/osgscalarbar-Info.plist, Xcode/OpenSceneGraph/osgscribe-Info.plist, Xcode/OpenSceneGraph/osgsequence-Info.plist, Xcode/OpenSceneGraph/osgshaders-Info.plist, Xcode/OpenSceneGraph/osgshaderterrain-Info.plist, Xcode/OpenSceneGraph/osgshadowexample-Info.plist, Xcode/OpenSceneGraph/osgshadowtexture-Info.plist, Xcode/OpenSceneGraph/osgshape-Info.plist, Xcode/OpenSceneGraph/osgsimplifier-Info.plist, Xcode/OpenSceneGraph/osgsimulation-Info.plist, Xcode/OpenSceneGraph/osgslice-Info.plist, Xcode/OpenSceneGraph/osgslideshow-Info.plist, Xcode/OpenSceneGraph/osgspacewarp-Info.plist, Xcode/OpenSceneGraph/osgspheresegment-Info.plist, Xcode/OpenSceneGraph/osgspotlight-Info.plist, Xcode/OpenSceneGraph/osgstereoimage-Info.plist, Xcode/OpenSceneGraph/osgteapot-Info.plist, Xcode/OpenSceneGraph/osgtessellate-Info.plist, Xcode/OpenSceneGraph/osgtextexample-Info.plist, Xcode/OpenSceneGraph/osgtexture1D-Info.plist, Xcode/OpenSceneGraph/osgtexture2D-Info.plist, Xcode/OpenSceneGraph/osgtexture3D-Info.plist, Xcode/OpenSceneGraph/osgtexturerectangle-Info.plist, Xcode/OpenSceneGraph/osgunittests-Info.plist, Xcode/OpenSceneGraph/osgversion-Info.plist, Xcode/OpenSceneGraph/osgvertexprogram-Info.plist, Xcode/OpenSceneGraph/osgviewerApplication-Info.plist, Xcode/OpenSceneGraph/osgvolume-Info.plist, Xcode/OpenSceneGraph/osgwindows-Info.plist: Changed the version to 2.0.0 in the Info.plist in anticipation of the official release. I don't know what the OpenThreads version number will be, so that has been left alone. 2007-06-08 04:57 ewing * Xcode/OpenSceneGraph/OpenSceneGraph.xcodeproj/project.pbxproj, Xcode/OpenSceneGraph/OpenThreads-Info.plist: Lots of various fixes to Xcode project. - Adding missing header files and making sure they are marked public. - Support to copy headers in Viewer/api into the proper location in framework - Internalized OpenThreads build so cross-project dependency is not needed. Can now delete copy of OpenThreads project. Frameworks use native Xcode linking mechanism. Plugins/Examples still use explicit -framework OpenThreads. Could potentially be problem is old OpenThreads is on the system. This can be changed to use native mechanism too, but requires some patience because it is tedious to change. - Lots of fixes to osgViewerCocoa (something got messed up pretty badly...files are missing from repo). Another submission will need to readd these files back. 2007-06-07 21:43 shuber * Xcode/OpenSceneGraph/OpenSceneGraph.xcodeproj/project.pbxproj: Stephan Huber: fixed deploy-build for osgViewer 2007-06-07 21:07 robert * src/osgWrappers/osgDB/Registry.cpp, src/osgWrappers/osgViewer/ViewerEventHandlers.cpp: Updated wrappers 2007-06-07 20:26 robert * include/osgViewer/ViewerEventHandlers, src/osgViewer/StatsHandler.cpp, src/osgViewer/Viewer.cpp: Commented out the Scene Stats entry as its not implemented yet. 2007-06-07 20:22 robert * Xcode/OpenSceneGraph/OpenSceneGraph.xcodeproj/project.pbxproj, examples/osgviewerCocoa/English.lproj, examples/osgviewerCocoa/ViewerCocoa.mm: From Martin Lavery, StatsHandler added to the ViewerCocoa example 2007-06-07 13:49 robert * examples/osgviewerCocoa/English.lproj/MainMenu.nib/info.nib, examples/osgviewerCocoa/English.lproj/MainMenu.nib/keyedobjects.nib: From Martin Lavery, update of *.nib files 2007-06-07 13:48 robert * examples/osgviewerCocoa/English.lproj/MainMenu.nib/classes.nib, examples/osgviewerCocoa/English.lproj/MainMenu.nib/info.nib, examples/osgviewerCocoa/English.lproj/MainMenu.nib/keyedobjects.nib: From Martin Lavery, update of *.nib files 2007-06-07 13:44 robert * examples/osgviewerCocoa/English.lproj/MainMenu.nib: From Martin Lavery, update of *.nib files 2007-06-07 13:31 robert * examples/osgviewerCocoa/English.lproj/MainMenu.nib/keyedobjects.nib: From Martin Lavery, update of *.nib files 2007-06-07 13:25 robert * examples/osgviewerCocoa/English.lproj/MainMenu.nib/classes.nib, examples/osgviewerCocoa/English.lproj/MainMenu.nib/info.nib: From Martin Lavery, update of *.nib files 2007-06-07 12:55 robert * examples/osgviewerCocoa/ViewerCocoa.h, examples/osgviewerCocoa/ViewerCocoa.mm: From Martin Lavery, port of ViewerCocoa and updates to Xcode projects 2007-06-07 12:47 robert * examples/osgviewerCocoa/SimpleViewerCocoa.h, examples/osgviewerCocoa/SimpleViewerCocoa.mm: Removed the old SimpleView version of the Cocoa example 2007-06-07 12:46 robert * examples/osgviewerCocoa/SimpleViewer, examples/osgviewerCocoa/SimpleViewer.cpp: Removed now not need SimpleViewer 2007-06-07 12:23 robert * src/osgGA/DriveManipulator.cpp, src/osgGA/FlightManipulator.cpp, src/osgGA/TrackballManipulator.cpp, src/osgGA/UFOManipulator.cpp: Added automatic stopping of animation when home() is called 2007-06-07 12:05 robert * src/osgPlugins/pfb/CMakeLists.txt: From Per Fahlberg, "To get the pfb (Performer) plugin to compile I had to remove some of the libraries listed under TARGET_EXTERNAL_LIBRARIES. The removed libraries are not needed when linking the plugin, they are loaded during runtime by Performer. The modified file is attached." 2007-06-07 11:19 robert * include/osgDB/Registry, src/osgDB/Registry.cpp: Introduced a destruct method to help clean up the Registry. 2007-06-07 11:06 robert * src/osg/Matrix_implementation.cpp: Revert the signOrZero cade path in the getRotate() to fix bugs. 2007-06-07 11:05 robert * examples/osgunittests/UnitTests_osg.cpp, examples/osgunittests/osgunittests.cpp: Added support for using quat_scaled sx sy sz for testing getting quats from scaled matrices. Removed broken Matrixd/quat test 2007-06-07 09:58 robert * include/osgViewer/View, src/osgViewer/View.cpp, src/osgWrappers/osgViewer/View.cpp: Added View::home() method and updated wrappers 2007-06-07 09:24 robert * src/osgWrappers/osgViewer/HelpHandler.cpp, src/osgWrappers/osgViewer/StatsHandler.cpp: Removed redundent files 2007-06-07 08:52 robert * src/osgWrappers/osgViewer/ViewerEventHandlers.cpp: Updated wrappers 2007-06-06 21:57 robert * AUTHORS.txt, ChangeLog, README.txt: Updated ChangeLog, AUTHORES and README to 1.9.8 release 2007-06-06 21:43 robert * CMakeLists.txt, include/osg/Version, src/osgSim/OverlayNode.cpp: Updated version numbers for release 2007-06-06 17:01 robert * src/osgViewer/Viewer.cpp: Revert the setting of SingleThreaded under Windows in suggestBestThreadingModel() 2007-06-06 16:27 robert * examples/osgshadow/osgshadow.cpp: Added #include 2007-06-06 16:23 robert * examples/osgparametric/osgparametric.cpp, examples/osgshadow/osgshadow.cpp, examples/osgterrain/osgterrain.cpp, examples/osgviewerFLTK/osgviewerFLTK.cpp, examples/osgviewerGLUT/osgviewerGLUT.cpp, examples/osgviewerMFC/MFC_OSG.h, examples/osgviewerQT/osgviewerQT.cpp, examples/osgviewerSDL/osgviewerSDL.cpp, examples/osgviewerWX/osgviewerWX.cpp: Fixed includes 2007-06-06 15:22 robert * CMakeLists.txt, CMakeModules/FindZLIB.cmake: From Ulrich Hertlein, "on my MacOS X/cmake setup the zlib plugin isn't built by default. This may be because zlib.h is installed in /opt/local/include on my system (courtesy of DarwinPorts). I've added a CMakeModule to look for zlib.h and the library in various places. The files are attached." 2007-06-06 14:51 robert * src/osgViewer/HelpHandler.cpp, src/osgViewer/StatsHandler.cpp: Fixed includes 2007-06-06 13:45 robert * Xcode/OpenSceneGraph/OpenSceneGraph.xcodeproj/project.pbxproj, examples/osgviewerCocoa/SimpleViewer.cpp, examples/osgviewerCocoa/SimpleViewerCocoa.mm: From Martin Lavery, Updates to Xcode project 2007-06-06 11:34 robert * src/osgPlugins/ac/Geode.cpp, src/osgPlugins/ac/Geode.h, src/osgPlugins/ac/ac3d.cpp: From Roger James, "These fix a couple of problems in the ac3d writer. 1. Number of child node of the world object set incorrectly in when scene contains shape drawables. 2. Incorrect handling of line primitives." 2007-06-06 11:28 robert * include/osgViewer/api/Win32/GraphicsWindowWin32, src/osgViewer/GraphicsWindowWin32.cpp: From Olaf Flebbe, "an implementation of GraphicsWindow::setCursor for WIN32." 2007-06-06 11:21 robert * applications/osgviewer/osgviewer.cpp, examples/osgdistortion/osgdistortion.cpp, examples/osgsimulation/osgsimulation.cpp, examples/osgstaticviewer/osgstaticviewer.cpp, include/osgViewer/HelpHandler, include/osgViewer/StatsHandler, include/osgViewer/ViewerEventHandlers, src/osgViewer/CMakeLists.txt: Moved HelpHandler and StatsHandler classes into ViewerEventHandlers header, removed HelpHandler and StatsHandler headers 2007-06-06 11:10 robert * src/osgWrappers/osgViewer/CompositeViewer.cpp, src/osgWrappers/osgViewer/SimpleViewer.cpp, src/osgWrappers/osgViewer/View.cpp, src/osgWrappers/osgViewer/Viewer.cpp: Updated wrappers 2007-06-06 10:58 robert * examples/osgviewerCocoa/SimpleViewer, examples/osgviewerCocoa/SimpleViewer.cpp, include/osgViewer/SimpleViewer, src/osgViewer/SimpleViewer.cpp: Moved SimpleViewer from osgViewer into the osgviewerCocoa example directory as this is the only place in the OSG that now relies upon SimpleViewer. 2007-06-06 10:57 robert * applications/osgviewer/osgviewer.cpp, include/osgViewer/CompositeViewer, include/osgViewer/Viewer, src/osgViewer/CompositeViewer.cpp, src/osgViewer/Viewer.cpp: Added support for passing in ArgumentParser in Viewer and CompositeViewer constructor 2007-06-06 08:59 robert * Xcode/OpenSceneGraph/OpenSceneGraph.xcodeproj/project.pbxproj, Xcode/OpenSceneGraph/osgcompositeviewer-Info.plist, Xcode/OpenSceneGraph/osgmultiplecameras-Info.plist, Xcode/OpenSceneGraph/osgsimple-Info.plist, Xcode/OpenSceneGraph/osgsimplepager-Info.plist, Xcode/OpenSceneGraph/osgsimpleviewerGLUT-Info.plist, Xcode/OpenSceneGraph/osgsimpleviewerSDL-Info.plist, Xcode/OpenSceneGraph/osgviewerGLUT-Info.plist, Xcode/OpenSceneGraph/osgviewerSDL-Info.plist: From Marin Lavery and Robert Osfield, XCode build fixes 2007-06-05 20:42 robert * Xcode/OpenSceneGraph/OpenSceneGraph.xcodeproj/project.pbxproj: From Martin Lavery, XCode build fixes 2007-06-05 19:44 robert * examples/CMakeLists.txt, examples/osgcompositeviewer/CMakeLists.txt, examples/osgcompositeviewer/osgcompositeviewer.cpp, examples/osgcompositeviewer/osgmultiplecameras.cpp: Renamed osgmultiplecameras to osgcompositeviewer 2007-06-05 19:41 robert * examples/osgcompositeviewer, examples/osgmultiplecameras: Renamed osgmultiplecamrea to osgcompositeviewer 2007-06-05 19:40 robert * examples/osgviewerFLTK/osgviewerFLTK.cpp: Added CompositeViewer support into FLTK example 2007-06-05 19:36 shuber * Xcode/OpenThreads/OpenThreads.xcodeproj/project.pbxproj: from Stephan Huber: fixed build path for OpenThreads, so osg builds cleanly 2007-06-05 19:10 robert * examples/osgviewerQT/osgviewerQT.cpp: Added support for CompositeViewer 2007-06-05 17:19 robert * README.txt: Improved the wording of CMake instructions 2007-06-05 17:18 robert * Xcode/OpenSceneGraph/OpenSceneGraph.xcodeproj/project.pbxproj: From Martin Lavery, build fixes fo latest file additions 2007-06-05 14:37 robert * include/osgManipulator/Dragger, src/osgWrappers/osgManipulator/Dragger.cpp: Change interator to const_iterator to try and avoid Solaris build failure 2007-06-05 11:18 robert * src/osgPlugins/OpenFlight/AttrData.h, src/osgPlugins/OpenFlight/PaletteRecords.cpp: From Per Fahlberg, "added use of the internal format specified in the OpenFlight format attr files." 2007-06-05 08:46 robert * include/osgManipulator/Dragger: Removed const to try and avoid Sun compiler error 2007-06-05 08:30 robert * include/osg/StateAttribute: Removed redundent comma 2007-06-04 21:32 robert * README.txt: Updated READEME 2007-06-04 21:31 robert * AUTHORS.txt, ChangeLog, applications/osgversion/osgversion.cpp: Updated ChangeLog and AUTHORS.txt for 1.9.7 release 2007-06-04 21:02 robert * CMakeLists.txt, CMakeModules/OsgMacroUtils.cmake: Introduce OSG_BUILD_APPLICATION_BUNDLES option for OSX, defaulting to OFF. 2007-06-04 20:32 robert * README.txt, src/osgPlugins/dae/README.txt: From Jeremy Moles and Rbert Osfeild, added extra details about CMake build options. 2007-06-04 19:33 robert * examples/osgfxbrowser/osgfxbrowser.cpp: Removed setting of font resolutions and added control of threading, with the default theading set to SingleThreading to avoid crashes associated with non thread safe sections of osgFX - the need to be fixed!!! 2007-06-04 17:11 robert * examples/osgstereoimage/osgstereoimage.cpp: Added control of threading model, setting default to SingleThreaded to avoid crash associated with mixing useCursor(false) and multi-threading. 2007-06-04 16:20 robert * CMakeLists.txt, include/osg/Version: Updated version for 1.9.7 release 2007-06-04 15:11 robert * examples/osgviewerQT/osgviewerQT.cpp: Fixed stray control character 2007-06-04 15:05 robert * src/osgViewer/GraphicsWindowCarbon.cpp: Warning fix 2007-06-04 14:47 robert * examples/osgviewerQT/osgviewerQT.cpp: Cleaned up example 2007-06-04 14:46 robert * examples/osgviewerFLTK/osgviewerFLTK.cpp: From Martin Lavery and Robert Osfield, ported fltk example to osgViewer::Viewer 2007-06-04 13:45 robert * CMakeModules/FindFLTK.cmake, examples/osgviewerFLTK/CMakeLists.txt: Added local FindFLTK.cmake to avoid problems with FLTK no being found by standard CMake FindFLTK.cmake. 2007-06-04 11:47 robert * src/osgPlugins/dae/daeRMaterials.cpp, src/osgPlugins/dae/daeReader.cpp, src/osgPlugins/dae/daeReader.h: From Roger James, "Here are my fixes for transparency in the Collada DAE reader." 2007-06-04 11:14 robert * src/osgViewer/GraphicsWindowCarbon.cpp: From Martin Lavery and Robert Osfield, added use of hardwarded value kCGLCEMPEngine to fix build failure on slightly older versions of OSX. 2007-06-04 10:56 robert * src/osgWrappers/osg/Hint.cpp, src/osgWrappers/osg/StateAttribute.cpp: Updated wrappers 2007-06-04 10:47 robert * include/osg/Hint, include/osg/StateAttribute, src/osg/CMakeLists.txt, src/osg/Hint.cpp: Added osg::Hint class 2007-06-04 08:38 robert * examples/osgshadow/osgshadow.cpp, examples/osgshadowtexture/osgshadowtexture.cpp, include/osgShadow/ShadowedScene, src/osgShadow/ShadowTexture.cpp, src/osgShadow/ShadowedScene.cpp, src/osgWrappers/osgShadow/ShadowedScene.cpp, src/osgWrappers/osgViewer/Viewer.cpp: Fixed spelling of Receives 2007-06-03 10:00 robert * include/osgViewer/Viewer, src/osgWrappers/osgViewer/GraphicsWindow.cpp, src/osgWrappers/osgViewer/Viewer.cpp: Updated wrappers 2007-06-03 09:34 robert * examples/osgviewerGLUT/osgviewerGLUT.cpp, examples/osgviewerSDL/osgviewerSDL.cpp, include/osgViewer/Viewer, src/osgViewer/Viewer.cpp: Added Viewer::setUpViewerAsEmbeddedInWindow convinience method 2007-06-03 09:11 robert * examples/CMakeLists.txt, examples/osgsimple: Removed osgsimple example 2007-06-03 09:09 robert * examples/CMakeLists.txt, examples/osgviewerQT, examples/osgviewerQT/CMakeLists.txt, examples/osgviewerQT/osgsimpleviewerQT3.cpp, examples/osgviewerQT/osgviewerQT.cpp, examples/osgviewerQT3, examples/osgviewerQT4: Merged the osgviewerQT3 and QT4 examples into a single osgviewerQT example, and ported across from SimpleViewer to using Viewer 2007-06-03 08:58 robert * examples/osgviewerFLTK/CMakeLists.txt: Changed external library specication 2007-06-02 16:23 robert * examples/osgkeyboardmouse/osgkeyboardmouse.cpp: Ported across from SimpleViewer to using Viewer 2007-06-02 16:01 robert * examples/osgviewerQT3/CMakeLists.txt, examples/osgviewerQT3/osgviewerQT3.cpp: Ported QT3 example across to use osgViewer::Viewer, and made it possible to use the same source for both QT3 and QT4 2007-06-02 15:31 robert * examples/osgviewerGLUT/osgviewerGLUT.cpp, examples/osgviewerSDL/osgviewerSDL.cpp, examples/osgviewerWX/osgviewerWX.cpp, examples/osgviewerWX/osgviewerWX.h, include/osgViewer/GraphicsWindow: Added osgViewer::GraphicsWindowEmbedded and ported GLUT, SDL and WX examples across from SimpleViewer to Viewer. 2007-06-02 12:03 robert * examples/osgviewerGLUT/osgviewerGLUT.cpp: Ported GLUT example to using osgViewer::Viewer rather than SimpleViewer by using a local GraphicsWindowEmbedded class to help the adaption. 2007-06-01 22:41 robert * examples/osgviewerFLTK/CMakeLists.txt, examples/osgviewerFLTK/osgsimpleviewerFLTK.cpp, examples/osgviewerFLTK/osgviewerFLTK.cpp, examples/osgviewerGLUT/CMakeLists.txt, examples/osgviewerGLUT/osgsimpleviewerGLUT.cpp, examples/osgviewerGLUT/osgviewerGLUT.cpp, examples/osgviewerQT3/CMakeLists.txt, examples/osgviewerQT3/osgsimpleviewerQT3.cpp, examples/osgviewerQT3/osgviewerQT3.cpp, examples/osgviewerQT4/CMakeLists.txt, examples/osgviewerQT4/osgsimpleviewerQT4.cpp, examples/osgviewerQT4/osgviewerQT4.cpp, examples/osgviewerSDL/CMakeLists.txt, examples/osgviewerSDL/osgsimpleviewerSDL.cpp, examples/osgviewerSDL/osgviewerSDL.cpp, examples/osgviewerWX/CMakeLists.txt, examples/osgviewerWX/osgsimpleviewerWX.cpp, examples/osgviewerWX/osgsimpleviewerWX.h, examples/osgviewerWX/osgviewerWX.cpp, examples/osgviewerWX/osgviewerWX.h: Renamed all osgsimpleviewer* files to osgviewer* 2007-06-01 22:33 robert * examples/CMakeLists.txt, examples/osgGLUTkeyboardmouse, examples/osgGLUTsimple, examples/osgsimpleviewerCocoa, examples/osgsimpleviewerFLTK, examples/osgsimpleviewerGLUT, examples/osgsimpleviewerQT3, examples/osgsimpleviewerQT4, examples/osgsimpleviewerSDL, examples/osgsimpleviewerWX, examples/osgviewerCocoa, examples/osgviewerFLTK, examples/osgviewerGLUT, examples/osgviewerQT3, examples/osgviewerQT4, examples/osgviewerSDL, examples/osgviewerWX: Renamed osgsimpleviewer* examples to osgviewer* in prep for replacement of SimpleViewer by Viewer 2007-06-01 22:28 robert * src/osgWrappers/osgTerrain/Locator.cpp: updated wrapper 2007-06-01 21:38 robert * examples/osgunittests/osgunittests.cpp: From J.P Delport, "attached find an updated osgunittests.cpp that allows for the testing of the matrix.getRotate() function when a matrix contains a scale as well as a rotation. The scale can optionally be switched off, see the top of testQuatFromMatrix(). As expected, all the current methods for mat to quat conversion fail these new tests. When the scale is omitted, mk2 of getRotate with sign instead of signOrZero passes, as well as mk1. " 2007-06-01 21:33 robert * include/osgTerrain/Locator, src/osgTerrain/Locator.cpp: From Maria Ten, "The constructor method of the EllipsoidLocator of osgTerrain assumes that the terrain is always the Earth planet. I changed the constructor method to accept the Equator radius and the Polar radius like parameters. By default, it assumes the Earth radius for the EllipsoidLocator. I added a setEllipsoidModel method, too. Now, we are developing some libraries for a GIS applicacion, and our libraries can visualize terrains of planets like Mars. I think that is a interesting change." 2007-06-01 21:28 robert * examples/osgviewerMFC/CMakeLists.txt, examples/osgviewerMFC/MFC_OSG.cpp, examples/osgviewerMFC/MFC_OSG.h, examples/osgviewerMFC/MFC_OSG_MDIView.cpp: From Michael Hartman, "CMakeLists.txt: Changed this back to setup_example since WIN32 flag is now supported. MFC_OSG.h: Added flag to indicate when the rendering thread has exited. MFC_OSG.cpp: Code modifications to support rendering flag thread exit. MFC_OSG_MDIView.cpp: Change to OnDestroy function to wait until we get render thread exit flag is true before we close the window. Main Exit Process: User presses escape button Viewer captures escape button and stops threading etc. Viewer sets Done when shutdown is complete MFC Render Thread monitors viewer->done for true MFC Render Thread exits while loop and sets MFC Done flag MFC View Window monitors MFC Done flag and then closes/destroys the window " 2007-06-01 19:53 robert * src/osgWrappers/osg/Camera.cpp, src/osgWrappers/osg/ImageStream.cpp, src/osgWrappers/osgViewer/GraphicsWindow.cpp, src/osgWrappers/osgViewer/ViewerEventHandlers.cpp: Updated wrappers 2007-06-01 19:45 robert * include/osg/Camera, src/osg/Camera.cpp, src/osgUtil/RenderStage.cpp: From Wojciech Lewandowski, "I did few tests to see whether adding PreDraw callback would help us with SPI problems when using Viewer. Results were positive so I decided to give it a try and ask you to verify and maybe merge with existing codebase. I added _preDrawCallback member and neccessary access methods plus modified osgUtil RenderStage.cpp to invoke it before all drawInner calls are made. I tried to maintain symmetry with postDrawCallback but you know better where is a proper place for this call ;-) " 2007-06-01 19:44 robert * include/osgSim/OverlayNode: Updates to OverlayData 2007-06-01 19:43 robert * include/osgViewer/GraphicsWindow, include/osgViewer/api/X11/GraphicsWindowX11, src/osgViewer/GraphicsWindowX11.cpp: From Mathias Froelich, "have done an interface to change the mouse cursor in the X11 graphics window. The win32 implementation is still in its original shape since I have no win32 implementation available. I have chosen the enum approach for the first cut. That is benefitial since the user does not need to track creation of mouse cursors for different windows and displays in presence of multiple viewer windows. The default set of available mouse shapes is the same set that was available with glut. That set served many OpenGL applications well, so the hope is that this is enough. Even though, that implementation is still extensible: I have digged out the way SDL defines new mouse cursors and added a still documented out function prototype in the GraphicsWindow that can be used to extend the current implemtation for arbitrary mouse shapes. That is not implemented yet. I hope that somebody with a win32 test system can catch up that implementation on win32." 2007-06-01 19:21 robert * examples/osganimate/osganimate.cpp: Removed setViewUpOnScreen settings 2007-06-01 19:19 robert * include/osg/ImageStream, src/osgPlugins/quicktime/QuicktimeImageStream.cpp: From Stephan Huber, "attached you'll find the modified ImageStream and a small fix for QuicktimeImageStream to disable debug-logging :)" 2007-06-01 19:10 robert * include/osgTerrain/ValidDataOperator: From Mike Wittman, "Just found another issue building the C# wrappers: the osgTerrain ValidDataOperator file uses osg::Vec2, osg::Vec3, and osg::Vec4, but does not include their headers. The file with the relevant includes is attached. " 2007-06-01 19:01 robert * src/osgSim/OverlayNode.cpp: Removed the debug message for the ortho path. 2007-06-01 19:01 robert * examples/osgsimulation/osgsimulation.cpp: Improved the handling of the -p path option 2007-06-01 18:27 robert * src/osgSim/OverlayNode.cpp: Work in progress on shaders support 2007-06-01 16:14 robert * include/osgViewer/ViewerEventHandlers: From Paul Martz, added Win32 export 2007-06-01 11:21 robert * examples/osgsimulation/osgsimulation.cpp: Added recording of camera paths 2007-06-01 10:42 robert * applications/osgviewer/osgviewer.cpp, include/osgViewer/ViewerEventHandlers, src/osgViewer/ViewerEventHandlers.cpp: Changed name of AnimationPathHandler to RecordCameraPathHandler 2007-06-01 10:39 robert * applications/osgviewer/osgviewer.cpp, include/osgViewer/ViewerEventHandlers, src/osgViewer/ViewerEventHandlers.cpp: From Jeremy Moles, new event handler to record the camera path. A few small tweaks by Robert Osfield to make it more consistent with the old osgProducer::Viewer behavior. 2007-05-30 17:56 robert * src/osgSim/OverlayNode.cpp: Improved taper ratio computation 2007-05-30 16:36 robert * src/osgSim/OverlayNode.cpp: Added set up of overlay stateset 2007-05-30 14:18 robert * src/osgSim/OverlayNode.cpp: Added trapezodial fitting code 2007-05-30 09:25 robert * src/osg/GraphicsContext.cpp: Fixed case of when view==NULL 2007-05-29 18:39 ewing * Xcode/OpenThreads/OpenThreads.xcodeproj/project.pbxproj: Stephan Huber: Adding missing Xcode project file. 2007-05-29 14:19 shuber * Xcode/OpenThreads, Xcode/OpenThreads/English.lproj, Xcode/OpenThreads/English.lproj/InfoPlist.strings, Xcode/OpenThreads/Info.plist, Xcode/OpenThreads/OpenThreads.xcodeproj, Xcode/OpenThreads/OpenThreads_Prefix.pch, Xcode/OpenThreads/version.plist: From Stephan Huber, updated OpenThreads-XCode-project files 2007-05-29 13:28 robert * examples/osgsimulation/osgsimulation.cpp: Added support for specifying which screen number to place the window 2007-05-29 10:31 robert * src/osgUtil/Tessellator.cpp: From Sherman Wilcox, "The issue itself occurs when a model is tessellated that has greater than unsigned short number of vertexes. An object called vertexPtrToIndexMap contains vertexes and their indexes. This std::map object can obviously hold a quantity that is greater than unsigned short, however osg::DrawElementsUShort objects were being created to reference these vertexes and their indexes. osg::DrawElementsUShort can only hold indexes that are 16-bit quantities. ... proposed_patch_2\tessellator.cpp. This solution examines the size of vertexPtrToIndexMap and selects 1 of 3 possible osg::DrawElements objects: DrawElementsUByte, DrawElementsUShort, or DrawElementsUInt. The main drawback of this particular solution is the code duplication. However, the repair is straightforward." 2007-05-29 10:01 robert * CMakeModules/Find3rdPartyDependencies.cmake: From Olaf Flebbe, "recently I discovered that the freetype plugin does not work, because CMake doesn't recognize it properly on windows. 1) the header detection on a directory "freetype" fails, it seems to need a filename: "ft2build.h" actually works. 2) the 3rdparty I am supplying for FlightGear contains freetype-2.3.4. I added the correct library naming for this particular release. I double-checked my directory layout with the 3rdparty supplied by other OSG contributors." 2007-05-29 09:57 robert * examples/osgunittests/UnitTestFramework.cpp: From Olar Flebbe, "Visual Studio 2005 triggered a small glitch in UnittestFramework.cpp Do not derefence it2 if it is at end()." 2007-05-29 07:25 robert * doc/Doxyfiles/all_Doxyfile, doc/Doxyfiles/auto_Doxyfile, doc/Doxyfiles/auto_Mainpage, doc/Doxyfiles/core_Doxyfile: Changed SHORT_NAMES = NO to SHORT_NAMES = YES to avoid crappy Windows problems 2007-05-28 15:44 robert * examples/osgspheresegment/osgspheresegment.cpp: Added --object, --ortho and --persp OverlayNode options 2007-05-28 15:27 robert * src/osgSim/OverlayNode.cpp: Fixed handle on non ellipsoid models 2007-05-28 15:17 robert * examples/osganimate/osganimate.cpp: Improved the accuracy of the overlaynode settings 2007-05-28 13:56 robert * examples/osganimate/osganimate.cpp, src/osgSim/OverlayNode.cpp: Added project down to base implementation. 2007-05-28 10:48 robert * AUTHORS.txt, ChangeLog: Updated ChangeLog and AUTHORS.txt for 1.9.6 release 2007-05-28 10:17 robert * CMakeLists.txt, README.txt, include/osg/Version, include/osgViewer/Export, src/osgWrappers/osgManipulator/Dragger.cpp: Updated version number, wrappers and readme for release 2007-05-28 10:14 robert * include/osgManipulator/CommandManager, include/osgManipulator/Dragger, src/osgManipulator/Dragger.cpp, src/osgManipulator/Projector.cpp: From Frauciel Luc, "Added support for other pointers than mouses by using a nearpoint and farpoint instead of mousex,mousey + Camera (see Dragger and Dragger.cpp). The major modification concern the LineProjector class in Projector.cpp. The intersection was previously done in window space, I've modified it to compute it in object space." 2007-05-28 09:30 robert * doc/ProgrammingGuide: Removed old ProgrammingGuide as this is now replaced by the proper Quick Start Guide. 2007-05-27 19:35 robert * genwrapper.conf, include/osgDB/Registry, src/osgWrappers/osgDB/Registry.cpp: Updated wrappers 2007-05-27 18:18 robert * src/osgWrappers/osgViewer/Scene.cpp: Updated wrappers 2007-05-27 17:29 robert * examples/osgcallback/osgcallback.cpp, examples/osgspheresegment/osgspheresegment.cpp, include/osgViewer/Scene, src/osgViewer/CompositeViewer.cpp, src/osgViewer/Scene.cpp, src/osgViewer/Viewer.cpp: Added camera event callback support into osgViewer 2007-05-27 15:24 robert * src/osgViewer/Scene.cpp, src/osgViewer/Viewer.cpp: Updated calling of master camera's update callback 2007-05-27 14:52 robert * src/osgViewer/Viewer.cpp: Added testing to see if camera allows events before automatically attaching a trackball manipulator 2007-05-27 14:49 robert * examples/osganimate/osganimate.cpp: Added option for using the different overlay techniques. 2007-05-26 16:02 robert * src/osgWrappers/osg/CullSettings.cpp, src/osgWrappers/osgDB/Registry.cpp, src/osgWrappers/osgSim/OverlayNode.cpp, src/osgWrappers/osgUtil/SceneView.cpp: Updated wrappers 2007-05-26 15:55 robert * README.txt, configure: Added a basic configure script to allow the setting of Release build by default. 2007-05-26 15:49 robert * include/osg/CullSettings, include/osgUtil/SceneView, src/osgUtil/SceneView.cpp: Fixes to help C# binding dev. 2007-05-26 15:47 robert * src/osgViewer/CompositeViewer.cpp: From Blake Williams, "I discovered why the \u2013CompositeViewer option for the osghud example does not work. The run() function adds a camera manipulator to each view that does not have one assigned, which causes the view with the HUD camera to point somewhere other than where it should. I just added a check before a new default camera manipulator is added to ensure that the view allows event focus before a camera manipulator is added." 2007-05-26 15:42 robert * src/osgPlugins/OpenFlight/Document.cpp, src/osgPlugins/OpenFlight/Document.h, src/osgPlugins/OpenFlight/LightPointRecords.cpp, src/osgPlugins/OpenFlight/PaletteRecords.cpp, src/osgPlugins/OpenFlight/Pools.h, src/osgPlugins/OpenFlight/ReaderWriterFLT.cpp: From Charles Cole, "Attached are mods to the OpenFlight plug-in to help further implement the specification. With these mods, blink sequences are now created for flashing light point nodes, either palletized (v.15.8 and later) or non-palletized (15.7 and earlier). Thanks to Brede for his implementation of the palletized light point nodes. There is still work to do on adding the capability to properly handle light point system nodes, but this does add some capability that did not previously exist. So, I wanted to at least submit this and I will hopefully provide the additional capability in the near future. I've tested the code modifications with Visual Studio 2005. I don't have the means to test any other operating system, but I would suspect that there shouldn't be any issue (famous last words). I used the test files that I uploaded to the users forum to test the changes. In addition to the added capability, I changed the light point node radius to the "actualPixelSize" value in the file. Previously, the radius was set to half the actual pixel size (see LightPointRecords.cpp). Not sure why this was the case. But, it was brought to my attention by a co-worker who created the OpenFlight files and was testing them with different viewers. If there's some history for setting the radius to half the size, then this change can be omitted." 2007-05-26 15:17 robert * doc/Doxyfiles/all_Doxyfile, doc/Doxyfiles/auto_Doxyfile, doc/Doxyfiles/auto_Mainpage, doc/Doxyfiles/core_Doxyfile: Added exclude of svn directories. 2007-05-25 19:35 robert * src/osgPlugins/OpenFlight/LightPointRecords.cpp: From Charles Cole, "he attached code implements the LightPointSystem class to allow for the OpenFlight plug-in to read and handle light point system nodes. The behavior is very similar to the old plug-in in that a MultiSwitch node is created to handle the "enabled" flag bit set in the node record. The code also reverts the changes for the actualPixelSize as mentioned above. And lastly, the code requires the previously submitted changes for the plug-in. As for the other changes, I've tested the code with Visual Studio 2005 and the files that I posted in the users forum. With all of the submitted changes, the OpenFlight plug-in should now be capable of loading files with light point system nodes and the use of palletized light points and non-palletized light points. " 2007-05-25 19:32 robert * examples/osgsimulation/osgsimulation.cpp: Comment out the setting of single threading. 2007-05-25 16:00 robert * include/osgSim/OverlayNode, src/osgSim/OverlayNode.cpp: Added s/getOverlayBaseHeight methods 2007-05-25 15:57 robert * src/osg/GraphicsContext.cpp: Added some debug message to the set/getWindowSystemInterface function 2007-05-25 15:27 robert * include/osgDB/Registry, src/osgPlugins/ive/ReaderWriterIVE.cpp: Introduce C entry point support for plugin setup for better static build support 2007-05-25 15:26 robert * src/osgViewer/GraphicsWindowX11.cpp: Added C entry point graphicswindow_X11() to help with static build support 2007-05-25 15:25 robert * examples/CMakeLists.txt, examples/osgstaticviewer, examples/osgstaticviewer/CMakeLists.txt, examples/osgstaticviewer/osgstaticviewer.cpp: Added osgstaticviewer example to demonstrate how to put a static lib built viewer 2007-05-25 13:15 robert * CMakeModules/OsgMacroUtils.cmake, examples/osgsimpleviewerWX/CMakeLists.txt: From Luigi Calori, build fixes for Win32 build osg WxWidgets example 2007-05-25 10:14 robert * src/osgSim/OverlayNode.cpp: Implemnet clampping of ovleray polytope to base plane 2007-05-25 10:13 robert * src/osgGA/NodeTrackerManipulator.cpp: Changed debug message to INFO 2007-05-24 16:11 robert * src/osgPlugins/pnm/ReaderWriterPNM.cpp: From Colin McDonald, "The writeImage method in ReaderWriterPNM.cpp had an error checking the accepted file extensions, so that once the plugin was loaded in the Registry it would grab any image file write request, regardless of the file extension. This was a particular problem if it was statically loaded." 2007-05-24 14:20 robert * src/osgSim/OverlayNode.cpp: Improved the polytope cutting and project calculation 2007-05-24 10:15 robert * include/osg/TemplatePrimitiveFunctor: From Peter Hrenka, fixes regarding line-strips and -loops. 2007-05-24 09:49 robert * src/osgPlugins/txf/TXFFont.cpp: From Olaf, "there are more dubious calls to istream::readsome instead of istream::read. IMHO it does make no sense here and potentially breaks this plugin." 2007-05-24 08:51 robert * src/osgViewer/CMakeLists.txt: From Serge Lages, support for install api directories, with tweaks from Robert Osfield 2007-05-23 19:30 robert * src/osgSim/OverlayNode.cpp: Fixed brackets 2007-05-23 19:25 robert * CMakeModules/OsgMacroUtils.cmake: Added automatic building of plugins as static when dynamic build is switch off. 2007-05-23 15:24 robert * src/osgPlugins/jp2/CMakeLists.txt: From Anders Backman, add -DJAS_WIN_MSVC_BUILD for Win32 build 2007-05-23 15:14 robert * src/osgShadow/ShadowMap.cpp: Made the local shaders definitions static const char to avoid multiple definiations 2007-05-23 14:55 robert * src/osgSim/OverlayNode.cpp: Added insertion of center point into object polytope 2007-05-23 13:26 robert * src/osgSim/OverlayNode.cpp: Added angular sorting of the points on the plane intersecting the cut plane. 2007-05-23 12:35 robert * src/osgWrappers/osgTerrain/ValidDataOperator.cpp: Updated wrappers 2007-05-23 12:21 robert * src/osgViewer/CMakeLists.txt: Added platform specific GraphicsWindow* headers to public headers listings 2007-05-23 11:05 robert * examples/osgkeyboardmouse/osgkeyboardmouse.cpp, include/osg/TemplatePrimitiveFunctor, src/osgUtil/PolytopeIntersector.cpp: From Peter Hrenka, (note from Robert Osfield, renamed GenericPrimitiveFunctor mention below to TemplatePrimitiveFunctor). "Since we desperately needed a means for picking Lines and Points I implemented (hopefully!) proper geometrical tests for the PolytopeIntersector. First of all I implemented a new "GenericPrimiteFunctor" which is basically an extended copy TriangleFunctor which also handles Points, Lines and Quads through suitable overloads of operator(). I would have liked to call it "PrimitiveFunctor" but that name was already used... I used a template method to remove redundancy in the drawElements method overloads. If you know of platforms where this will not work I can change it to the style used in TriangleFunctor. In PolytopeIntersector.cpp I implemented a "PolytopePrimitiveIntersector" which provides the needed overloads for Points, Lines, Triangles and Quads to the GenericPrimitiveFunctor. This is then used in the intersect method of PolytopeIntersector. Implementation summary: - Points: Check distance to all planes - Lines: Check distance of both ends against each plane. If both are outside -> line is out If both are in -> continue checking One is in, one is out -> compute intersection point (candidate) Then check all candidates against all other polytope planes. The remaining candidates are the proper intersection points of the line with the polytope. - Triangles: Perform Line-Checks for all edges of the triangle as above. If there is an proper intersection -> done. In the case where there are more than 2 polytope plane to check against we have to check for the case where the triangle encloses the polytope. In that case the intersection lines of the polytope planes are computed and checked against the triangle. - Quads: handled as two triangles. This is implementation is certainly not the fastest. There are certainly ways and strategies to improve it. I also enabled the code for PolytopeIntersector in osgkeyboardmouse and added keybindings to switch the type of intersector ('p') and the picking coordinate system ('c') on the fly. Since the PolytopeIntersector does not have a canonical ordering for its intersections (as opposed to the LineSegementIntersector) I chaged the implementation to toggle all hit geometries. I tested the functionality with osgkeyboardmouse and several models and it seems to work for polygonal models. Special nodes such as billboards do not work. The next thing on my todo-list is to implement a an improved Intersection-Structure for the PolytopeIntersector. We need to know which primitives where hit (and where). " 2007-05-23 10:57 robert * applications/osgconv/osgconv.cpp: Added debug timing code 2007-05-22 15:17 robert * include/osg/AutoTransform: Added _firstTimeToInitEyePoint = true to the setAutoRotateMode to force the AutoTransform to recompute its position on next frame. 2007-05-22 14:00 robert * src/osgPlugins/ac/Geode.cpp: From Roger James, "Here is a small fix for the ac3d plugin geode.cpp. The fix is entirely localised to ac3d::Geode::OutputTriangleStripDARR. It resolves an issue when processing a DrawArrayLengths with multiple lengths where the vertex indices were incorrect for all but the first chunk." 2007-05-22 13:48 robert * src/osgViewer/CompositeViewer.cpp: Changed the way the the InputRange is adjusted on the event state to fix bugs related to picking 2007-05-22 09:32 robert * include/osg/Camera, src/osg/Camera.cpp, src/osg/GraphicsContext.cpp, src/osgWrappers/osg/Camera.cpp: Added osg::Camera::ProjectionResizePolicy enum and associated methods for controlling how the field of view is adjust on window resizes. 2007-05-21 18:46 robert * include/osgViewer/Viewer, src/osgViewer/CompositeViewer.cpp, src/osgViewer/Viewer.cpp: Added extra checks to make sure that graphics operations arn't done on no longer valid graphics contexts 2007-05-21 18:17 robert * src/osgViewer/Viewer.cpp: Fixed Viewer::checkWindowStatus() to work correctly when running single threaded 2007-05-21 13:15 robert * examples/osgsimpleviewerWX/osgsimpleviewerWX.cpp: Reverting Luigi's addition of argv[1] as it breaks the build. 2007-05-21 12:34 robert * README.txt: Updated readme 2007-05-21 12:30 robert * examples/osgsimpleviewerWX/osgsimpleviewerWX.cpp: From Luigi Calori, changed hardwired "cow.osg" paramter to argv[1] 2007-05-21 12:28 robert * examples/osgsimpleviewerWX/osgsimpleviewerWX.cpp, examples/osgsimpleviewerWX/osgsimpleviewerWX.h: Converted tabs to 4 spaces 2007-05-21 12:26 robert * AUTHORS.txt, applications/osgversion/osgversion.cpp: Updated version file for 1.9.5 release 2007-05-21 11:49 robert * include/osgSim/OverlayNode: Fixed const method type 2007-05-21 09:27 robert * CMakeLists.txt, include/osg/Version: Updated version numbers for 1.9.5 release 2007-05-21 09:18 robert * ChangeLog: Updated ChangeLog 2007-05-21 08:01 robert * src/osgPlugins/txf/ReaderWriterTXF.cpp, src/osgPlugins/txf/TXFFont.cpp: From Olaf Flebbe, "FlightGear/OSG on Windows did not load the Texture Fonts. 1) TXF Fonts are binary. 2) Do not rely on the result of istream::readsome if buffer _is_ empty and no data have been read before." 2007-05-21 07:54 robert * include/osgManipulator/Export: Added static build support to export macros 2007-05-21 06:57 robert * src/osgPlugins/osg/ReaderWriterOSG.cpp: Added istream:imbue(std::locale::classic()) setting to prevent non classic locals from being used when the .osg plugin reads and writes. 2007-05-20 17:38 robert * CMakeLists.txt, CMakeModules/OsgMacroUtils.cmake: Introduced VERSION and SOVERSION'ing of libraries. 2007-05-20 13:42 robert * include/osgViewer/api/Carbon/GraphicsWindowCarbon, src/osgViewer/GraphicsWindowCarbon.cpp: From Stephan Huber, "attached you'll find some modifications and enhancements to the carbon's implementation of GraphicsWindow: - usage of WindowData, you can specify an existing window to use via osg::Traits - implementation of setScreenResolution and setScreenRefreshRate - implementation of setWindowDecoration when window is already created. There seems to be a bug regarding multiple threads and closing windows, see my other mail on osg-users. " 2007-05-20 12:29 robert * CMakeLists.txt, CMakeModules/OsgMacroUtils.cmake, src/osgDB/FileUtils.cpp, src/osgPlugins/CMakeLists.txt, src/osgWrappers/CMakeLists.txt: Added support for version of the osgPlugins directory, which now gets versioned according to the OpenSceneGraph/CMakeLists.txt and the include/osg/Version settings. These changes mean that the 1.9.5 release will have a libs/osgPlugins-1.9.5 directory. 2007-05-20 11:45 robert * CMakeLists.txt, include/osg/Matrix, include/osg/Plane: Added support for SG_USE_FLOAT_MATRIX and OSG_USE_FLOAT_PLANE in CMake build and include/osg/Matrix and include/osg/Plane. 2007-05-20 11:13 robert * src/osgSim/OverlayNode.cpp: Fixed build error under float matrix build 2007-05-20 09:55 robert * CMakeLists.txt: From Lugi Calori, added control of lib postfix. 2007-05-19 14:00 robert * src/osgPlugins/quicktime/MovieData.cpp, src/osgPlugins/quicktime/MovieData.h, src/osgPlugins/quicktime/QuicktimeImageStream.cpp, src/osgPlugins/quicktime/QuicktimeImageStream.h: From Stephan Huber, "I cleaned the code a little bit and improved the handling of loops: I added a new protected virtual method to ImageStream called applyLoopingMode() which is called from setLoopingMode. The quicktime-plugin has an implementation of applyLoopingMode which sets some flags for the quicktime, so that quicktime handles the loop playback by itself. This has some benefits: + no gaps when looping audio + simplified code Attached you'll find the modified files, hope you'll find them useful." 2007-05-19 13:43 robert * include/osg/Plane, include/osg/Polytope, src/osgSim/OverlayNode.cpp, src/osgWrappers/osg/Plane.cpp, src/osgWrappers/osg/Polytope.cpp, src/osgWrappers/osgGA/EventQueue.cpp, src/osgWrappers/osgGA/GUIEventAdapter.cpp, src/osgWrappers/osgSim/ElevationSlice.cpp: Various additions to better support view dependent overlay node, and updated wrappers 2007-05-19 13:39 robert * include/osgGA/EventQueue, include/osgGA/GUIEventAdapter, src/osgGA/EventQueue.cpp, src/osgGA/GUIEventAdapter.cpp: From Rafa Giatan and Robert Osfield, added support for User defined events, by adding UserData to Events. 2007-05-19 13:38 robert * examples/osgsimulation/osgsimulation.cpp: Made the near far ratio lower to allow one to be near the terrain before clipping comes in to effect 2007-05-19 12:27 robert * examples/osgviewerMFC/MFC_OSG.cpp, examples/osgviewerMFC/MFC_OSG_MDI.vcproj: From Michael Hartman, "I have made a small change to the osgviewerMFC application that resolved most of my home computer issues. It seams that my home computer needed to have the pixel format set with PFD_DOUBLEBUFFER. Also, with the cmake ability you are free to remove the MFC_OSG_MDI.vcproj file. " 2007-05-19 12:16 robert * examples/osgsimpleviewerWX/CMakeLists.txt: From Lugi Calori, fix for Win32 build of osgsimpleviewerWX 2007-05-19 07:08 robert * src/osg/Drawable.cpp: In Drawable::releaseGLObjects() replaced glDeleteLists with Drawable::deleteDisplayList(..) to prevent inappropriate OpenGL deletion when current thread does have required grpahics contxt 2007-05-18 11:22 robert * src/osgWrappers/osg/GraphicsContext.cpp, src/osgWrappers/osgViewer/View.cpp: Updated wrappers 2007-05-18 10:33 robert * include/osgViewer/View, src/osgViewer/View.cpp, src/osgViewer/Viewer.cpp: Added support for tracking the CoordinateSystemNode path, and passing this on to camera manipulators. 2007-05-18 09:49 robert * examples/osgsimulation/osgsimulation.cpp: Added range of CameranManipulators to allow us to navigate the scene freely 2007-05-18 09:43 robert * examples/osgsimulation/osgsimulation.cpp: Added -f/--fixed option to allow use to freeze the animation of the cessna. 2007-05-17 19:58 robert * examples/osgstereoimage/osgstereoimage.cpp, include/osgViewer/View, src/osgViewer/CompositeViewer.cpp, src/osgViewer/View.cpp, src/osgViewer/Viewer.cpp: Added support for View::setFustionDistance(..) 2007-05-17 15:39 robert * src/osgSim/OverlayNode.cpp: Improved view dependent camera positioning 2007-05-17 13:20 robert * src/osgUtil/CullVisitor.cpp: Added saving and restoring of the near/far planes during Camera setup 2007-05-17 11:55 robert * src/osgViewer/GraphicsWindowWin32.cpp: From Serge Lages, "Here is a modified GraphicsWindowWin32.cpp which handle double click events. I've modified the file submitted yesterday by Andre and not the current SVN version." 2007-05-17 11:48 robert * CMakeLists.txt, CMakeModules/cmake_uninstall.cmake.in: From David Callu, "I have added the uninstall command at the end of the first file, and the configuration file template use by the command is the second file. The command use the cmake_install.cmake file which list all file installed by the install target. this issue come from the CMake FAQ" 2007-05-17 11:04 robert * examples/CMakeLists.txt, examples/osgviewerMFC/CMakeLists.txt, examples/osgviewerMFC/MFC_OSG.cpp, examples/osgviewerMFC/MFC_OSG.h: From Michael Hartman, "I have gone in and created a CMakeList.txt file for osgviewerMFC application. Below is the changes made to the included files. The examples CMakeList.txt file was not included but the code change needed for osgviewerMFC inclusion is listed below. CMakeList.txt: This is a little different than other example cmakelist.txt files in that I could not use the setup_example macro. I had to go in and extract out the important parts of the macro and inline them in the CMakeList.txt file so that I could add the WIN32 declaration into the ADD_EXECUTABLE() statement. In the future the setup_example macro might be modified to support osgviewerMFC but this is special case so you might not want to muddy the water for one example. MFC_OSG.h: This file had some small changes: From: #include To: #include Also added two new function declarations Void PreFrameUpdate(void); Void PostFrameUpdate(void); MFC_OSG.cpp: This file changed only in that I am explicitly showing the viewer run loop and added the two new functions in the MFC_OSG.h file. " 2007-05-17 10:59 robert * CMakeLists.txt, include/osg/BufferObject, src/osgPlugins/ac/ac3d.cpp, src/osgPlugins/osg/Sequence.cpp: From Andre Garneau, warnings fixes fo VC++ 2007-05-17 10:33 robert * include/osg/GraphicsContext, src/osgViewer/GraphicsWindowWin32.cpp: From Andre Garneau,"Please find attached changes to have the GraphicsWindowWin32 class selectively set the pixel format for windows that are inherited, following some discussions on the mailing list last week. This is implemented through a new traits flag (setInheritedWindowPixelFormat) with a default state of false (to avoid breaking existing applications). When set to true, the pixel format of the inherited window will be set according to the traits specifications. " 2007-05-16 19:19 robert * examples/osgsimulation/osgsimulation.cpp, src/osgSim/OverlayNode.cpp: Futher work on view dependent OverlayNode 2007-05-16 14:22 robert * include/osgSim/OverlayNode, src/osgSim/OverlayNode.cpp, src/osgWrappers/osgSim/OverlayNode.cpp, src/osgWrappers/osgUtil/CullVisitor.cpp: Refactored the internals of OverlayNode 2007-05-16 11:32 robert * src/osgSim/OverlayNode.cpp: Added code for computing the frustum dimensions in local coords to the overlay node 2007-05-15 19:45 robert * src/osgPlugins/ac/ac3d.cpp: From Mathias Froehlich, "This is an other small update for the ac3d loader: - It avoids attaching texture coordinates if there is not texture attached. - It uses DrawArrayLengths instead of multiple DrawElements." 2007-05-15 19:32 robert * include/osgViewer/api/Carbon/GraphicsWindowCarbon, src/osgViewer/GraphicsWindowCarbon.cpp: From Blasius Czink, "when creating windows with decorations (titlebar) the mouse position should be adjusted." 2007-05-15 19:25 robert * src/osgViewer/GraphicsWindowWin32.cpp: From Laurens Voerman, "Attached is a version of src\osgViewer\GraphicsWindowWin32.cpp that allows to render in software. (maybe also in hardware w/o wglChoosePixelFormatARB)" 2007-05-15 17:04 robert * include/osgUtil/CullVisitor, src/osgSim/OverlayNode.cpp, src/osgUtil/CullVisitor.cpp: Added code to better compute the view frustum that is appropriate for a traversed subgraph. 2007-05-15 17:04 robert * CMakeLists.txt: Changed back to use find Qt3 and Qt4 separately to avoid QT error reports 2007-05-15 14:55 robert * src/osgPlugins/ive/IveVersion.h, src/osgPlugins/ive/Sequence.cpp, src/osgPlugins/osg/Sequence.cpp: From John Kelso, Added support for new Sequence options. From Robert Osfield, updated the above changes to the .ive loader so that the new addition were tested against the IVE version number 2007-05-15 14:53 robert * examples/osgsimulation/osgsimulation.cpp: Added -n/--no-overlay option 2007-05-15 11:31 robert * CMakeLists.txt, examples/osgsimpleviewerQT4/CMakeLists.txt: From Mathieu Marache, "I tried the latest developper release 1.9.4 and found that I hadn't the osgsimpleviewerQt4 example in my Visual studio solutions... After looking into it it seems that you cannot have both Qt3 and Qt4 enabled. After modifying the root CMakeLists.txt to use : FIND_PACKAGE(Qt) which should ask you to choose betwwen Qt3 and Qt4 if you have both instead of : FIND_PACKAGE(Qt3) FIND_PACKAGE(Qt4) I had the project generated. But then due to the way CMake handles Qt4 I had to modify osgsimpleviewerQt4's CMakeLists.txt to have the binary link with QtOpengl4. " 2007-05-15 11:25 robert * include/osg/State, src/osg/State.cpp: From Farshid Lashkari, "I made a modification to the setClientActiveTextureUnit and setActiveTextureUnit methods of osg::State so they return false if the texture unit is outside the range of allowable units for the driver. Currently, the functions would return true even if the units are invalid. This would cause the osg::State to become out of sync with the actual driver state, which can cause some bugs in certain cases. The change I made would verify that the unit passed to setClientActiveTextureUnit is below GL_MAX_TEXTURE_COORDS, and the unit passed to setActiveTextureUnit is below max(GL_MAX_TEXTURE_COORDS,GL_MAX_COMBINED_TEXTURE_IMAGE_UNITS). I modeled this behavior from the OpenGL docs for these commands which can be found here: http://www.opengl.org/sdk/docs/man/xhtml/glClientActiveTexture.xml http://www.opengl.org/sdk/docs/man/xhtml/glActiveTexture.xml " 2007-05-15 11:22 robert * include/osgSim/OverlayNode, src/osgSim/OverlayNode.cpp, src/osgWrappers/osg/DrawPixels.cpp, src/osgWrappers/osgSim/OverlayNode.cpp: Futher work on new view dependent overlay node 2007-05-14 20:23 robert * examples/osgsimulation/osgsimulation.cpp, include/osgSim/OverlayNode, src/osgSim/OverlayNode.cpp: Set up new view dependent overlay technique control methods 2007-05-14 17:01 robert * include/osgViewer/ViewerEventHandlers: Added include of GraphicsWindow to fix wrapper build error 2007-05-14 16:17 robert * include/osgSim/ElevationSlice: Removed redundent comment '.' 2007-05-14 16:16 robert * include/osg/DrawPixels: Fixed parameter name 2007-05-14 16:14 robert * examples/osgsimulation/osgsimulation.cpp, include/osg/Drawable, include/osgSim/HeightAboveTerrain, include/osgViewer/Viewer, src/osgWrappers/osg/DrawPixels.cpp, src/osgWrappers/osg/Drawable.cpp, src/osgWrappers/osgParticle/ParticleSystem.cpp, src/osgWrappers/osgParticle/PrecipitationEffect.cpp, src/osgWrappers/osgViewer/ViewerEventHandlers.cpp: Clean up comments and rebuilt wrappers. Added extra event handlers to osgsimulator example 2007-05-14 16:13 robert * examples/osgsimpleviewerWX/CMakeLists.txt: Replaced TARGET_ADD_LIBRARIES to TARGET_EXTERNAL_LIBRARIES for WxWidgets to avoid debug issues 2007-05-14 15:16 robert * applications/osgviewer/osgviewer.cpp, include/osgViewer/ViewerEventHandler, include/osgViewer/ViewerEventHandlers, src/osgViewer/CMakeLists.txt, src/osgViewer/ViewerEventHandler.cpp, src/osgViewer/ViewerEventHandlers.cpp: Renamed ViewerEventHandler to ViewerEventHandlers 2007-05-14 15:07 robert * applications/osgviewer/osgviewer.cpp, include/osgViewer/ViewerEventHandler, src/osgViewer/ViewerEventHandler.cpp: Renamed the ScreenHandler to WindowSizeHandler, fixed the code style to be conform more to the rest of the OSG, and moved the osgviewer across to using the event handlers in osgViewer. 2007-05-14 14:41 robert * include/osgViewer/ViewerEventHandler, src/osgViewer/CMakeLists.txt, src/osgViewer/ViewerEventHandler.cpp: From Serge Lages, "Here is a ViewerEventHandler file with a collection of helper handlers for osgViewer. Most of the code is from the osgviewer application, I have took the fullscreen handler and the threading one, and I have just added a fonctionality to be able to change the screen resolution in windowed mode." 2007-05-14 14:36 robert * src/osgViewer/CMakeLists.txt: Changed tabs to four spaces 2007-05-14 09:43 robert * AUTHORS.txt: Updated authors file 2007-05-14 09:33 robert * CMakeLists.txt, include/osg/Version, src/osgWrappers/osgTerrain/GeometryTechnique.cpp, src/osgWrappers/osgTerrain/TerrainNode.cpp, src/osgWrappers/osgTerrain/TerrainTechnique.cpp: Updated wrappers and version numbers for 1.9.4 dev release 2007-05-13 09:54 robert * examples/osgterrain/osgterrain.cpp, include/osgTerrain/TerrainNode, include/osgTerrain/TerrainTechnique, src/osgTerrain/GeometryTechnique.cpp, src/osgTerrain/TerrainNode.cpp: Added TerrainNode::init() and s/getTreatBoundariesToValidDataAsDefaultValue flag. 2007-05-11 20:16 robert * include/osgTerrain/ValidDataOperator: Added include 2007-05-11 19:28 robert * src/osgWrappers/osgTerrain/Layer.cpp, src/osgWrappers/osgViewer/CompositeViewer.cpp, src/osgWrappers/osgViewer/Viewer.cpp: Updated wrappers 2007-05-11 19:25 robert * include/osgViewer/CompositeViewer, include/osgViewer/Viewer, src/osgViewer/CompositeViewer.cpp: Added new areThreadsRunning() method to Viewer and CompositeViewer. Added removeView(View*) method to CompositeViewer Added stopping/starting of threads in addView/removeView 2007-05-11 18:25 robert * examples/osgterrain/osgterrain.cpp, include/osgTerrain/Layer, include/osgTerrain/ValidDataOperator, src/osgTerrain/CMakeLists.txt, src/osgTerrain/GeometryTechnique.cpp, src/osgTerrain/Layer.cpp: Added ValidDataOperator base class and NoDataValue and ValidRange subclasses, and support for it in osgTerrain::Layer and GeometryTechniqnue. 2007-05-11 13:45 robert * src/osgUtil/SceneView.cpp: From Uwe Woessner, fixed handling of read/draw buffer in vertical interlaced stereo 2007-05-11 13:43 robert * src/osgWrappers/osgTerrain/Layer.cpp: UPdated wrappers 2007-05-11 12:46 robert * CMakeLists.txt, examples/osgsimpleviewerWX/CMakeLists.txt, examples/osgsimpleviewerWX/osgsimpleviewerWX.cpp: Fixed CMake support for osgsimpleviewWX 2007-05-11 12:12 robert * src/osgPlugins/pfb/CMakeLists.txt: From Doug McCorkle, removed pfdb from link line 2007-05-11 09:07 robert * CMakeLists.txt, examples/CMakeLists.txt, examples/osgsimpleviewerWX, examples/osgsimpleviewerWX/CMakeLists.txt, examples/osgsimpleviewerWX/osgsimpleviewerWX.cpp, examples/osgsimpleviewerWX/osgsimpleviewerWX.h: From Gian Lorenzetto, osgsimpleviewWX example, CMake support added by Robert Osfield 2007-05-11 09:05 robert * src/osgWrappers/osg/Uniform.cpp: Updated wrappers 2007-05-11 08:30 robert * src/osgPlugins/quicktime/QuicktimeImageStream.cpp: From Brad Colbert, removed inappropriate rewind on non looping code path. 2007-05-11 08:19 robert * examples/osgviewerMFC, examples/osgviewerMFC/ChildFrm.cpp, examples/osgviewerMFC/ChildFrm.h, examples/osgviewerMFC/MFC_OSG.cpp, examples/osgviewerMFC/MFC_OSG.h, examples/osgviewerMFC/MFC_OSG_MDI.cpp, examples/osgviewerMFC/MFC_OSG_MDI.h, examples/osgviewerMFC/MFC_OSG_MDI.rc, examples/osgviewerMFC/MFC_OSG_MDI.vcproj, examples/osgviewerMFC/MFC_OSG_MDIDoc.cpp, examples/osgviewerMFC/MFC_OSG_MDIDoc.h, examples/osgviewerMFC/MFC_OSG_MDIView.cpp, examples/osgviewerMFC/MFC_OSG_MDIView.h, examples/osgviewerMFC/MainFrm.cpp, examples/osgviewerMFC/MainFrm.h, examples/osgviewerMFC/ReadMe.txt, examples/osgviewerMFC/Resource.h, examples/osgviewerMFC/res, examples/osgviewerMFC/res/MFC_OSG_MDI.ico, examples/osgviewerMFC/res/MFC_OSG_MDI.rc2, examples/osgviewerMFC/res/MFC_OSG_MDIDoc.ico, examples/osgviewerMFC/res/Toolbar.bmp, examples/osgviewerMFC/stdafx.cpp, examples/osgviewerMFC/stdafx.h: From Michael Hartman, " Here is the MFC_OSG example. It is very basic and the community is welcome to enhance/improve this example. There is one bug documented in the Readme.txt file that I just have not had time to solve. Also, the code is built outside of the OSG environment and uses environment variables to get to the OSG distribution headers and examples. That should be the only change a user needs to make to get the code to compile." 2007-05-10 18:07 robert * examples/osgterrain/osgterrain.cpp, include/osgTerrain/Layer, src/osgTerrain/Layer.cpp: Added supoort for transforming layers by an offset and scale 2007-05-10 18:07 robert * include/osg/Uniform: Removed rendundent const 2007-05-10 12:49 robert * src/osgTerrain/GeometryTechnique.cpp: Added automatic detection of alpha values, switching on blending when alpah!=1.0 2007-05-10 12:33 robert * examples/osgterrain/osgterrain.cpp: Added automatic enabling of blending when alpha value != 1.0 occur in the color or transfer function data. 2007-05-10 11:36 robert * src/osgPlugins/dae/CMakeLists.txt: From Daniel Sjolie, build fix for Windows 2007-05-10 10:52 robert * include/osgViewer/api/Win32/GraphicsWindowWin32: Added getHWND, getHDC and getWGLContext methods 2007-05-10 08:20 robert * src/osgDB/Registry.cpp, src/osgPlugins/osga/ReaderWriterOSGA.cpp: Added checks against Options to osga plugin to ensure archives are only cached when requested, cleaned up the Registry::openArchiveImplementation function. 2007-05-09 13:05 robert * src/osgText/Font.cpp: Commented out debug messages 2007-05-09 12:08 robert * src/osgWrappers/osg/CullSettings.cpp, src/osgWrappers/osg/Sequence.cpp, src/osgWrappers/osgDB/Registry.cpp: Updated wrappers 2007-05-09 11:11 robert * include/osg/Sequence, src/osg/Sequence.cpp: From John Kelso, "Attached are updates of src/osg/Sequence.spp and include/osg/Sequence. I've taken _sbegin/_send/_ubegin/_uend and _step our of the include file and made them local variables in whatever method might need them. I got rid of the _recalculate method as it was only getting used in one place. I also found a cut/paste bug in setMode's START case." Note from Robert Osfield, Also includes some guards against crashes that was occuring in this new code when handling empty Sequences. 2007-05-09 10:42 robert * src/osgText/Font.cpp: Set default texture size back to 1024x1204 2007-05-09 10:41 robert * src/osgText/Font.cpp: Added GL_MAX_TEXTURE_SIZE check and use of OSG_MAX_TEXTURE_SIZE env var to help hint to osgText that the native OpenGL implementation only supports textures up to a given size. 2007-05-09 10:31 robert * src/osgText/Font.cpp: Added use of OSG_MAX_TEXTURE_SIZE for clamping texture sizes. 2007-05-09 10:01 robert * include/osgDB/Output, src/osgDB/Output.cpp, src/osgDB/Registry.cpp: From Mike Weiblen, with mods of using references by Robert Osfield for efficiency. Submission notes from Mike: "By repurpose, I'm creating a new plugin that uses much of the .osg fileformat, but with some changes. Specifically, I'm creating a ".osgfs" plugin, which represents the scenegraph hierarchy as a filesystem of nested subdirectories and individual files for each node, rather than nested braces with everything in a single monolithic file. I intend to incorporate file alteration monitor events to watch the filesystem for modifications and automatically reload. The problem I'm running into is osgDB is too tightly coupled to the .osg format. osgDB::Output::writeObject() contains literal .osg format-specific strings like "{" to represent the Object hierarchy at too low a semantic level. I propose using virtual methods; my plugin can then derive from osgDB::Output and represent Object hiearchy differently. " 2007-05-09 09:43 robert * include/osgDB/Registry, src/osgDB/Archive.cpp, src/osgDB/Registry.cpp: From Alan Harris, "Registry and Archive ~~~~~~~~~~~~~~~~~~~~~~~~~ This is a simple change to permit databases other than those named "*.osga" to be used. It is hardcoded in read() at present. It is non-critical and does not affect existing program functionality. Registry and Registry.cpp ~~~~~~~~~~~~~~~~~~~~~~~~~ Added a new typedef: typedef std::vector< std::string> ArchiveExtensionList; a list of extensions: ArchiveExtensionList _archiveExtList; and an "add" method: addArchiveExtension(const std::string ext) This is initialised by adding "osga" in Registry() and used in Registry::read() where the list is searched for the extension used. Archive.cpp ~~~~~~~~~~~ This submission is a little more tentative. openArchive() is modified to automatically add the filename extension to the Registry extension list. " 2007-05-09 09:26 robert * examples/osgunittests/osgunittests.cpp, include/osg/Math, src/osg/Matrix_implementation.cpp: Added signOrZero template method, and to Matrix_implementation.cpp usage of this method in the get(Quat&) code. 2007-05-09 07:54 robert * src/osgText/Font.cpp: Added imageData block initialized to 0 for first construction of GlyphTexture 2007-05-08 15:32 robert * examples/osgmovie/osgmovie.cpp: Further work on dome correction 2007-05-08 12:18 robert * examples/osgmovie/osgmovie.cpp: Firt cut at full dome correction of wrap around movies and imagery 2007-05-08 10:02 robert * include/osg/CullSettings, src/osgUtil/SceneView.cpp: Added CullSettings inheritance mask for LIGHTING_MODE and LIGHT 2007-05-07 22:07 robert * include/osg/CullSettings, include/osg/View, include/osgUtil/SceneView, src/osg/View.cpp, src/osgUtil/SceneView.cpp, src/osgWrappers/osg/CullSettings.cpp, src/osgWrappers/osg/View.cpp, src/osgWrappers/osgUtil/SceneView.cpp: Added s/getLightingMode and s/getLight to osg::View to allow control of the viewers global light source. 2007-05-07 19:48 robert * src/osgViewer/HelpHandler.cpp: Added missing HelpHandler::reset() implementation 2007-05-07 07:58 robert * AUTHORS.txt, ChangeLog, README.txt: Updated ChangeLog and AUTHORS.txt for release 2007-05-07 07:51 robert * CMakeLists.txt, INSTALL.txt, README.txt, include/osg/Version: Updated version numbers for 1.9.3 release, combined INSTALL.txt and README.txt 2007-05-05 17:05 robert * src/osgPlugins/pfb/CMakeLists.txt: Added extra external libs 2007-05-05 17:02 robert * src/osgPlugins/dae/CMakeLists.txt: Added extra libs to COLLADA plugin, but still need to set LD_LIBRARY to libs even though they are static!?#!? 2007-05-05 16:24 robert * CMakeLists.txt, CMakeModules/FindPerformer.cmake, src/osgPlugins/ToPortToCmake.txt, src/osgPlugins/pfb/CMakeLists.txt: Added preliminary Performer plugin support, note, still missing are a range of Performer database libs that will be required. 2007-05-05 16:11 robert * CMakeLists.txt, CMakeModules/FindOpenVRML.cmake, src/osgDB/CMakeLists.txt, src/osgPlugins/CMakeLists.txt, src/osgPlugins/vrml/CMakeLists.txt: Added OpenVRML support 2007-05-05 15:36 robert * src/osgPlugins/CMakeLists.txt, src/osgPlugins/ToPortToCmake.txt, src/osgPlugins/pnm/CMakeLists.txt: Added CMake support for pnm plugin 2007-05-05 08:22 robert * src/osgPlugins/CMakeLists.txt, src/osgPlugins/ToPortToCmake.txt, src/osgPlugins/normals/CMakeLists.txt: Added support for normals plugin 2007-05-05 08:18 robert * src/osgPlugins/ToPortToCmake.txt: Added ToPortToCmake.txt to record what modules need port to CMake. 2007-05-04 19:17 robert * CMakeLists.txt, CMakeModules/FindXine.cmake, src/osgPlugins/CMakeLists.txt, src/osgPlugins/xine/CMakeLists.txt, src/osgPlugins/xine/video_out_rgb.c: Added first cut a Xine support 2007-05-04 14:25 robert * CMakeLists.txt, CMakeModules/FindCOLLADA.cmake, src/osgPlugins/CMakeLists.txt, src/osgPlugins/dae/CMakeLists.txt: Added first cut of Cmake COLLADA support 2007-05-04 13:41 robert * src/osgPlugins/dae/CMakeLists.txt: Added COLLADA CMAkeLists.txt, doesn't work yet as we done yet have a FindCOLLADA.cmake but it is a start 2007-05-04 13:20 robert * CMakeLists.txt, CMakeModules/FindJasper.cmake, src/osgPlugins/CMakeLists.txt, src/osgPlugins/jp2/CMakeLists.txt: Added support for jp2 plugin 2007-05-04 12:06 robert * src/osgText/DefaultFont.cpp: Removed margin 2007-05-04 12:05 robert * include/osgText/Font, src/osgPlugins/freetype/FreeTypeFont.cpp, src/osgPlugins/txf/TXFFont.cpp, src/osgText/Font.cpp, src/osgText/Text.cpp, src/osgWrappers/osgTerrain/Locator.cpp, src/osgWrappers/osgText/Font.cpp: Reorganised the managment of margins around glyphs so that is done entirely with src/osgText/Font.cpp rather than the font plugins or Text.cpp 2007-05-04 08:48 robert * src/osgIntrospection/CMakeLists.txt: From Luigi Calori, Win32 build fix 2007-05-04 08:45 robert * src/osgPlugins/ac/ac3d.cpp: From Mathias Froehlich, "Attached is a change that does no longer set the render bin details in nodes other than drawables. I guess that this way I am sure to not introduce hierarchical render bins in loaded models." 2007-05-04 08:40 robert * src/osgUtil/Tessellator.cpp: From David Callu, fixed incorrect array usage. 2007-05-03 16:23 robert * examples/osgterrain/osgterrain.cpp, include/osgTerrain/Locator, src/osgTerrain/Locator.cpp: Added CartizianLocator 2007-05-03 15:21 robert * src/osgWrappers/osgTerrain/Locator.cpp: Updated wrappers 2007-05-03 14:51 robert * include/osgTerrain/TerrainNode: Added return *this to operator = 2007-05-03 14:47 robert * src/osgGA/CMakeLists.txt: Added osgUtil into lib list 2007-05-03 11:11 robert * include/osgTerrain/Locator, src/osgTerrain/GeometryTechnique.cpp, src/osgTerrain/Locator.cpp: Added virtual orientationOpenGL() method into osgTerrain::Locator. 2007-05-03 10:10 robert * examples/CMakeLists.txt, src/osgPlugins/CMakeLists.txt: Added OpenThreads to TARGET_COMMON_LIBRARIES 2007-05-03 10:06 robert * CMakeModules/OsgMacroUtils.cmake, src/osgDB/CMakeLists.txt, src/osgFX/CMakeLists.txt, src/osgGA/CMakeLists.txt, src/osgManipulator/CMakeLists.txt, src/osgParticle/CMakeLists.txt, src/osgShadow/CMakeLists.txt, src/osgSim/CMakeLists.txt, src/osgTerrain/CMakeLists.txt, src/osgText/CMakeLists.txt, src/osgUtil/CMakeLists.txt, src/osgViewer/CMakeLists.txt: Moved the OpenThreads link locally to each lib 2007-05-03 08:50 robert * CMakeLists.txt: Added support for setting OpenThreads_SOURCE_DIR to help the install of OpenThreads headers 2007-05-02 19:57 robert * genwrapper.conf, src/osgWrappers/CMakeLists.txt, src/osgWrappers/OpenThreads, src/osgWrappers/OpenThreads/Barrier.cpp, src/osgWrappers/OpenThreads/Block.cpp, src/osgWrappers/OpenThreads/Condition.cpp, src/osgWrappers/OpenThreads/Mutex.cpp, src/osgWrappers/OpenThreads/ReadWriteMutex.cpp, src/osgWrappers/OpenThreads/ReentrantMutex.cpp, src/osgWrappers/OpenThreads/Thread.cpp, src/osgWrappers/osg/Camera.cpp, src/osgWrappers/osg/GraphicsContext.cpp, src/osgWrappers/osg/GraphicsThread.cpp, src/osgWrappers/osgDB/DatabasePager.cpp, src/osgWrappers/osgDB/SharedStateManager.cpp, src/osgWrappers/osgParticle/ParticleSystem.cpp: Added OpenThreads wrappers 2007-05-02 18:07 robert * CMakeLists.txt, src/CMakeLists.txt, src/osg/CMakeLists.txt: Added CMake support for local OpenThreads build 2007-05-02 16:36 robert * .: Added svn:externals for include/OpenThreads and src/OpenThreads 2007-05-02 13:58 robert * src/osgTerrain/GeometryTechnique.cpp: Introduced new tesslation technique that adjusts the triangulation so that the diagonal goes between the corners with least vertical deviation. 2007-05-01 18:03 robert * include/osg/Array, include/osg/BufferObject, include/osg/Drawable, include/osg/Geometry, include/osg/PrimitiveSet, include/osg/State, src/osg/BufferObject.cpp, src/osg/Drawable.cpp, src/osg/Geometry.cpp, src/osg/PrimitiveSet.cpp, src/osg/Texture.cpp, src/osg/TextureRectangle.cpp, src/osgWrappers/osg/Array.cpp, src/osgWrappers/osg/BufferObject.cpp, src/osgWrappers/osg/Geometry.cpp, src/osgWrappers/osg/PrimitiveSet.cpp: Further perfomrmance optimizations and clean up on new VBO/EBO/PBO API. 2007-05-01 09:29 robert * src/osg/Geometry.cpp, src/osg/PrimitiveSet.cpp: Cleaned up the optional code paths in new VBO code 2007-05-01 07:31 robert * src/osgWrappers/osg/BufferObject.cpp, src/osgWrappers/osg/Geometry.cpp, src/osgWrappers/osg/PrimitiveSet.cpp, src/osgWrappers/osg/State.cpp: Updated wrappers 2007-05-01 06:40 robert * INSTALL.txt, README.txt: Added direct links to the CMake build pages 2007-05-01 06:28 robert * examples/osgparametric/osgparametric.cpp, include/osg/BufferObject, include/osg/Geometry, include/osg/PrimitiveSet, include/osg/State, src/osg/BufferObject.cpp, src/osg/Geometry.cpp, src/osg/PrimitiveSet.cpp, src/osg/State.cpp, src/osgUtil/SceneView.cpp, src/osgViewer/CompositeViewer.cpp, src/osgViewer/Viewer.cpp: Moved VBO switching code into inline methods into osg::State to speed performance 2007-04-30 22:12 ewing * Xcode/OpenSceneGraph/OpenSceneGraph.xcodeproj/project.pbxproj: Fixes to resync Xcode project with current tree. flt files are missing. I'm not sure if it was intentionally removed from the project, so I left the everything in place, but removed the target from the build aggregate targets so it doesn't get in the way of the build system. Added back osgTerrain to the project (don't know who deleted those). SDL's aggregate target is also missing. 2007-04-30 15:10 robert * src/osgViewer/CompositeViewer.cpp: Added initalization of _startTick to CompositeViewer 2007-04-30 14:49 robert * src/osgViewer/Viewer.cpp: From Jeremy Moles, fixed missing intialization of _startTick member variable. 2007-04-30 12:18 robert * include/osg/Array, include/osg/BufferObject, include/osg/Image, include/osg/PrimitiveSet, src/osg/BufferObject.cpp, src/osg/Geometry.cpp, src/osg/Texture.cpp, src/osg/TextureRectangle.cpp, src/osgWrappers/osg/BufferObject.cpp, src/osgWrappers/osg/PrimitiveSet.cpp, src/osgWrappers/osgTerrain/TerrainNode.cpp: Implementated new dirty buffer mechansim for BufferObjects to make it more efficient 2007-04-30 09:47 robert * examples/osgterrain/osgterrain.cpp, include/osgTerrain/TerrainNode, src/osgTerrain/GeometryTechnique.cpp, src/osgTerrain/TerrainNode.cpp: Added TerrainNode::setColorFilter(layerNum,Filter) to allow developers to set what type of texture filter to use, either LINEAER and NEAREST. 2007-04-30 08:37 robert * AUTHORS.txt, ChangeLog: Updated ChangeLog and AUTHORS file 2007-04-30 08:31 robert * CMakeLists.txt, include/osg/Version: Updated version number for 1.9.2 dev release 2007-04-29 20:19 robert * src/osgWrappers/osg/BufferObject.cpp: Updated wrappers 2007-04-29 20:13 robert * src/osg/Drawable.cpp, src/osg/Geometry.cpp: Added temporary code (but comment out) for testing VBO performance 2007-04-29 20:10 robert * include/osgTerrain/GeometryTechnique, src/osgTerrain/GeometryTechnique.cpp: Added a MatrixTransform set up to provide a local origin for better precision. 2007-04-29 08:12 robert * include/osg/BufferObject, src/osg/BufferObject.cpp, src/osg/Drawable.cpp, src/osg/Geometry.cpp, src/osg/PrimitiveSet.cpp, src/osgTerrain/GeometryTechnique.cpp: Further work on new VertexBufferObject/ElementsBufferObject support 2007-04-27 17:03 robert * include/osgTerrain/GeometryTechnique, src/osgTerrain/GeometryTechnique.cpp: Added back in osg::Geometry path 2007-04-27 14:52 robert * include/osg/Drawable, include/osg/Geometry, include/osg/PrimitiveSet, src/osg/Drawable.cpp, src/osg/Geometry.cpp, src/osgPlugins/ive/Geometry.cpp, src/osgPlugins/osg/Geometry.cpp, src/osgUtil/Tessellator.cpp, src/osgWrappers/osg/Drawable.cpp, src/osgWrappers/osg/Geometry.cpp, src/osgWrappers/osg/PrimitiveSet.cpp: Further work on the new VBO support 2007-04-27 10:29 robert * CMakeLists.txt, CMakeModules/FindOpenThreads.cmake, CMakeModules/OsgMacroUtils.cmake: From Eric Wing, " Here are more changes for the CMake scripts: - I removed CMAKE_INSTALL_PREFIX in FindOpenThreads as a follow up to the discussion thread. - I introduced an experimental CMAKE_PREFIX_PATH to replace it. - I added CMAKE_PREFIX_PATH, CMAKE_INCLUDE_PATH, and CMAKE_LIBRARY_PATH to the CMake GUI so users can enter values there instead of in the environment. - I added OPENSCENEGRAPH_*_VERSION variables (MAJOR, MINOR, PATCH). These should be kept up-to-date with the real version numbers. Mac bundles like to have version information so users can find out the version they are running through standard About panels and also automated system reporters for troubleshooting/bug tracking. In theory, this information could be used for library versioning. We should do the same for OpenThreads, but I forgot about it. - I added some Mac Info.plist stuff (which uses the version information). " 2007-04-27 09:49 robert * CMakeModules/Find3rdPartyDependencies.cmake, CMakeModules/FindFreeType.cmake, CMakeModules/FindGIFLIB.cmake, CMakeModules/FindInventor.cmake, CMakeModules/FindOpenThreads.cmake, CMakeModules/FindQuickTime.cmake, CMakeModules/ListHandle.cmake, CMakeModules/ModuleInstall.cmake, CMakeModules/OsgMacroUtils.cmake, CMakeModules/UtilityMacros.cmake: Fixed tabbing 2007-04-26 16:50 robert * examples/osgparametric/osgparametric.cpp: Added using of VertexBufferObject and ElementsBufferObject classes 2007-04-26 16:50 robert * include/osg/Array, include/osg/BufferObject, include/osg/PrimitiveSet, src/osg/BufferObject.cpp: Further work VertexBufferObject and ElementsBufferObject classes 2007-04-26 08:26 robert * src/osgWrappers/osg/ImageStream.cpp: Updated wrappers 2007-04-26 08:11 robert * include/osg/ImageStream, src/osgPlugins/quicktime/QuicktimeImageStream.h: From Brad Colbert, "Added a new method to ImageStream called getLength that is used to return the length of the stream. Implemented the virtual methods in QuicktimeImageStream, (getLength, getReferenceTime, setTimeMultiplier), to return valid value for each. " 2007-04-26 08:07 robert * src/osgPlugins/quicktime/CMakeLists.txt: From Eric Wing, Added quicktime CMakeLists.txt 2007-04-25 18:50 robert * include/osg/Array, include/osg/BufferObject, include/osg/PrimitiveSet, src/osg/BufferObject.cpp, src/osgWrappers/osg/Array.cpp, src/osgWrappers/osg/BufferObject.cpp, src/osgWrappers/osg/PrimitiveSet.cpp: Added VertexBufferObject and ElementBufferObject class interfaces, and wired up osg::Array and osg::DrawElements* to these respectively. Updated wrappers 2007-04-25 15:32 robert * examples/osgparametric/osgparametric.cpp: Added --static and --vbo options to allow the user to toggle on/off dynamic updating of geometry and use of vertex buffer objects. 2007-04-25 10:32 robert * src/osgWrappers/osgUtil/StateGraph.cpp, src/osgWrappers/osgViewer/GraphicsWindow.cpp, src/osgWrappers/osgViewer/HelpHandler.cpp, src/osgWrappers/osgViewer/StatsHandler.cpp: Updated wrappers 2007-04-25 10:32 robert * include/osgUtil/StateGraph, src/osgUtil/RenderBin.cpp: Cleaned up numToTop method 2007-04-25 10:12 robert * include/osgViewer/GraphicsWindow: From Martin Aumueller, fixed unused parameter warnings 2007-04-25 09:32 robert * src/osgViewer/GraphicsWindowCarbon.cpp, src/osgViewer/GraphicsWindowWin32.cpp, src/osgViewer/GraphicsWindowX11.cpp: From Martin Aumueller, " a collegue of mine noticed that on Windows and X11 the modifier state (such as Alt or Ctrl) would be applied one key press too late: e.g. press & hold Alt, press a, release Alt, press a, press a would generate the key sequence a, Alt-a, a instead of Alt-a, a, a. The problem is also present on Carbon. Moving the call to setModKeyMask in front of the call to keyPress fixed it for me on Carbon and X11. I suppose that this will fix the problem for Windows as well." 2007-04-25 09:21 robert * CMakeModules/FindOpenThreads.cmake: From Eric Wing, "These enhancements make it much easier to control which libraries get found by FIND_ using environmental variables. The problem with the old script was that CMake searches what it considers system paths first. This makes it difficult to override in the case where you might have a stable version in /usr/local, but are trying to build a bleeding edge release in the non-standard location /bleeding-edge. I went to the CMake mailing list hoping to find a good solution to this. Unfortunately, there isn't one, and I have to do something rather bone-headed in the Find module. Basically, I have to run FIND_ twice: once with default search paths turned off and my environmental variables listed, and again with standard search paths reenabled. At least it works. I also added a few more environmental variables, specifically: OPENTHREADS_INCLUDE_DIR OPENTHREADS_LIBRARY_DIR These two variables address the shortcoming of OPENTHREADS_DIR in the case where the include path and library path don't share a common parent. Put all this together, and you can setup an automated shell script or Microsoft .bat file to configure and build your application in an automated step. You still should be able to use the key CMake variables like CMAKE_INCLUDE_PATH and CMAKE_LIBRARY_PATH to find things, but it will occur after the environmental paths are searched. The reason for this is that the OPENTHREADS_INCLUDE_DIR and OPENTHREADS_LIBRARY_DIR are more specific. This prevents the accidental ordering problem where you might use CMAKE_INCLUDE_PATH to find some other component like GLUT, but didn't want to accidentally include an older version of OpenThreads located in the same area. As the ultimate override, you can still pass -DVAR=value arguments to cmake and it will take these above all else. However, it's safer for people to not use these in case we modify the script and change the variable names. Finally, I'm wondering if we can kill the ${CMAKE_INSTALL_PREFIX} searches in the Find module. As I've said before, this is kind of a hack and the variable wasn't really intended to be used in this way. And I just got bitten by it in some bad corner cases. The problem is that if you don't explicitly set the ${CMAKE_INSTALL_PREFIX}, CMake sets a default value for it (such as /usr/local). The problem is that /usr/local may not be the place you want searched. If you wait to set the ${CMAKE_INSTALL_PREFIX} in the ccmake GUI, then FIND_ is already run once on ${CMAKE_INSTALL_PREFIX=/usr/local. If you were planning to change the value in the GUI, it's too late if you had a stuff in /usr/local because FIND_ already found something and won't change the value when you reconfigure since it is already set. You will have to manually change the value yourself. Furthermore, as another problem example, on the Mac, /Library/Frameworks is supposed to be searched before /usr/local, but ${CMAKE_INSTALL_PREFIX} kept causing stuff in /usr/local to be hit first which took me a really long time to understand how this was happenning. The work around is that I must push the ${CMAKE_INSTALL_PREFIX} search to the very end as not to conflict with anything else. But I think it would be much better if we removed it entirely. And with so many different environmental variables at our disposal, I don't think we need this one: (Checked by CMake automatically:) CMAKE_INCLUDE_PATH CMAKE_SYSTEM_INCLUDE_PATH CMAKE_LIBRARY_PATH CMAKE_SYSTEM_LIBRARY_PATH PATH LIB (Checked by us:) OPENTHREADS_INCLUDE_DIR OPENTHREADS_LIBRARY_DIR OPENTHREADS_DIR OSG_INCLUDE_DIR OSG_LIBRARY_DIR OSG_DIR " 2007-04-25 09:16 robert * src/osgPlugins/lwo/CMakeLists.txt: From Eric Wing, "lwo must link to osgFX or undefined symbols ensue." 2007-04-25 09:14 robert * CMakeLists.txt: From Eric Wing, "I made a mistake in my IF() checks for FOO_CONFIG_HAS_BEEN_RUN_BEFORE. I was using ${FOO_CONFIG_HAS_BEEN_RUN_BEFORE} instead of just FOO_HAS_BEEN_RUN_BEFORE. In this case, it happened to work out to still be correct, but in general it shouldn't have the ${}. (I really hate this syntax.)" 2007-04-24 19:08 robert * src/osgDB/ReadFile.cpp: From Jeremy Moles, Added check for image transluceny to image loaded code, placing the image quad into the transparent bin for images with alpha values. 2007-04-24 19:03 robert * src/osgPlugins/Inventor/CMakeLists.txt, src/osgPlugins/Inventor/ConvertFromInventor.cpp, src/osgPlugins/Inventor/ReaderWriterIV.cpp: From Martin Aumueller, "the new Inventor plugin needs some changes in order to compile against OpenInventor. Just as in the pre-r6419 I used the COIN_BASIC_H define in order to discriminate between the two versions of Inventor. Additionally, I had to change the CMakeLists.txt to use the proper include path. " 2007-04-24 13:12 robert * src/osgPlugins/Inventor/ConvertFromInventor.cpp, src/osgPlugins/Inventor/ConvertFromInventor.h, src/osgPlugins/Inventor/README.txt, src/osgPlugins/Inventor/ReaderWriterIV.cpp: From Jan Peciva, "I was working on a new version of Inventor plugin. It was inspired by the need to get correct and high quality conversion, so I verified the plugin on complex models and made number of serious fixes: - the geometry is not two times on the output file (!) - SoVRMLImageTexture: VRML texture support was rewritten according to Inventor programming practices, since it does not worked correctly on many models (Anyway, thanks for Gerrick Bivins to introduce it.) - osg::ref wrong usage related crash fixed - code cleaning and texture code overhaul - LOD fixes - appended README.txt with all the contributors I was able to get from SVN logs" 2007-04-24 13:11 robert * src/osgPlugins/CMakeLists.txt, src/osgPlugins/lwo/CMakeLists.txt: Added CMake support for lwo plugin. 2007-04-24 12:59 robert * src/osgDB/CMakeLists.txt, src/osgDB/Registry.cpp: Added compile path support for XINE, Inventor and LibXML 2007-04-23 20:21 robert * AUTHORS.txt, include/osg/Version: Updated version to 1.9.1 2007-04-22 21:54 robert * AUTHORS.txt: Updated AUTHORS file for 1.9 developer release 2007-04-22 21:53 robert * ChangeLog: Updated ChangeLog 2007-04-22 21:40 robert * applications/osgversion/osgversion.cpp: Added --version-number support 2007-04-22 21:18 robert * src/osgPlugins/3ds/ReaderWriter3DS.cpp: From Michael Platings, "In the "new method" 3DS loader, inverse matrices were applied to vertices, but not normals, which caused some models to appear with normals doubly rotated. I've now added some code to transform the normals." 2007-04-22 20:19 robert * include/osg/Version, src/osg/Geometry.cpp, src/osg/Version.cpp, src/osgDB/Version.cpp, src/osgGA/Version.cpp, src/osgParticle/Version.cpp, src/osgShadow/Version.cpp, src/osgSim/Version.cpp, src/osgTerrain/Version.cpp, src/osgText/Version.cpp, src/osgUtil/Version.cpp, src/osgViewer/Version.cpp: Unified the setup of version numbers so that they all are based on the version number setup in the include/osg/Version header file. 2007-04-21 12:29 robert * src/osgPlugins/txp/CMakeLists.txt: Added osgSim dependency to txp plugin 2007-04-21 11:24 robert * src/osgPlugins/CMakeLists.txt, src/osgPlugins/txp/CMakeLists.txt: Added include directory to get txp plugin building 2007-04-20 16:17 robert * include/osgViewer/HelpHandler, include/osgViewer/StatsHandler, src/osgViewer/HelpHandler.cpp, src/osgViewer/StatsHandler.cpp, src/osgViewer/Viewer.cpp: Added support for sorting the graphics contexts so that the first context/window returned from Viewer::getContexts/getWindows will be the left most window on the lowest screen number. Added ability for StatsHandler and HelpHandler to support end users setting their Camera's graphics context. 2007-04-20 16:15 robert * applications/osgviewer/osgviewer.cpp: Added delay between sequential threading model changes to prevent the system from locking up with 'm' is held down, which previous would cause the threading model to be thrashed. 2007-04-16 19:40 robert * src/osgUtil/CullVisitor.cpp: From Jason Howlett, using suggestion from Robert Osfield, "CullVisitor.cpp was modified, beginning at line 1115. Code was added to check if the camera inherits its cull mask. If not, the CullVisitor sets its traversal mask to the camera's cull mask." 2007-04-16 19:34 robert * include/osgTerrain/GeometryTechnique, src/osgTerrain/GeometryTechnique.cpp: Implement basic TerrainGeometry code 2007-04-16 18:33 robert * src/osgPlugins/CMakeLists.txt, src/osgPlugins/logo/CMakeLists.txt, src/osgPlugins/txp/CMakeLists.txt: Added logo and txp CMakeLists.txt files. The txp build is temporarily commented out while the build is fixed. 2007-04-16 12:21 robert * src/osgWrappers/osg/State.cpp, src/osgWrappers/osgUtil/StateGraph.cpp: Updated wrappers 2007-04-16 12:20 robert * src/osgUtil/RenderBin.cpp: Cleaned up state management code 2007-04-16 12:18 robert * include/osg/State, include/osgUtil/StateGraph, src/osg/State.cpp, src/osgUtil/RenderBin.cpp: Fixed bug associated with complex RenderBin setup. 2007-04-16 06:03 robert * src/osg/Version.cpp, src/osgDB/Version.cpp, src/osgGA/Version.cpp, src/osgParticle/Version.cpp, src/osgShadow/Version.cpp, src/osgSim/Version.cpp, src/osgTerrain/Version.cpp, src/osgText/Version.cpp, src/osgUtil/Version.cpp, src/osgViewer/Version.cpp: Bumbped the version number up to 1.9, in preperation for using odd release numbers for development releases, odd versions for stable releases. 2007-04-15 20:53 robert * src/osgViewer/GraphicsWindowX11.cpp: Fixed choice of display 2007-04-15 12:09 robert * AUTHORS.txt, ChangeLog, applications/osgversion/osgversion.cpp: Updatged ChangeLog using svn2log, osgversion to handle new SVN based ChangeLog, and updated AUTHORS.txt 2007-04-14 08:31 robert * src/osgViewer/GraphicsWindowX11.cpp: Added an #include and extern "C" around X11ErrorHandling to prevent Solaris build errros 2007-04-13 19:28 robert * src/osgTerrain/GeometryTechnique.cpp: Added some debugging 2007-04-13 19:28 robert * src/osgWrappers/osgManipulator/Dragger.cpp: Updated wrappers 2007-04-13 14:54 robert * applications/osgviewer/osgviewer.cpp: Added fullscreen toggle event handler 2007-04-13 14:54 robert * src/osgViewer/GraphicsWindowX11.cpp: Added usleep's to avoid X11 errors when doing X11 calls to close to changes in window size or decoration. 2007-04-13 14:23 robert * include/osgViewer/api/Carbon/GraphicsWindowCarbon, include/osgViewer/api/Win32/GraphicsWindowWin32, src/osgViewer/GraphicsWindowCarbon.cpp, src/osgViewer/GraphicsWindowWin32.cpp: Added setWindowRectangle implementation for GraphicsWindowWin32, and place holder for setWindowRectangle implementation for GraphicsWindowCarbon. 2007-04-13 13:28 robert * src/osgWrappers/osgViewer/GraphicsWindow.cpp: Updated wrappers 2007-04-13 13:22 robert * include/osgViewer/GraphicsWindow, include/osgViewer/api/X11/GraphicsWindowX11, src/osgViewer/GraphicsWindowX11.cpp: Added s/getWindowRectangle to GraphicsWindow and implementation in GraphicsWindowX11 2007-04-13 13:19 robert * include/osgManipulator/Dragger: Changed hitItr to be a const_iterator. 2007-04-13 10:14 robert * CMakeLists.txt: From Eric Wing, "I added a warning message for Mac users about the Universal Binary problem." 2007-04-12 17:30 robert * CMakeModules/OsgMacroUtils.cmake: Fixed variable name dereference 2007-04-12 10:14 robert * CMakeLists.txt: Added different cmake version requirements across platforms 2007-04-12 10:06 robert * CMakeLists.txt, CMakeModules/FindOpenThreads.cmake: From Eric Wing, "Adding back missing search paths in FindOpenThreads.cmake. Also fixed a bug regarding when to set the debug version. It waited until both include and library were set, but it shouldn't wait on include. Also added a fix to the optional warning flags." 2007-04-12 09:59 robert * CMakeModules/OsgMacroUtils.cmake, applications/osgversion/CMakeLists.txt, examples/osgunittests/CMakeLists.txt: Added SETUP_COMMANDLINE_APPLICATION and SETUP_COMMANDLINE_EXAMPLE macros 2007-04-12 09:33 robert * CMakeModules/OsgMacroUtils.cmake, applications/osgversion/CMakeLists.txt, examples/osgunittests/CMakeLists.txt: From Eric Wing, "Attached is a patch allows access access to the CMake MACOSX_BUNDLE option. Now SETUP_APPLICATION and SETUP_EXAMPLE take an additional optional parameter that specifies if the program is a command line application or a GUI application (think: IS_COMMANDLINE_APP). Passing 1 means true (is_commandline_app). Passing 0 or omitting the parameter means false. I changed the scripts for osgversion and osgunittests to support this option because I believe they are command line apps. Are there any others?" 2007-04-12 09:32 robert * src/osgWrappers/osgDB/ImageOptions.cpp: Updated wrappers 2007-04-12 09:32 robert * include/osgDB/ImageOptions: From Mike Wittman, fix to CopyOp&. 2007-04-12 09:18 robert * examples/osgsimpleviewerCocoa/SimpleViewerCocoa.mm: From Eric Wing, "Minor robustness fix to osgsimpleviewerCocoa." 2007-04-11 17:39 robert * include/osgTerrain/GeometryTechnique, src/osgTerrain/GeometryTechnique.cpp, src/osgWrappers/osgTerrain/GeometryTechnique.cpp, src/osgWrappers/osgTerrain/TerrainNode.cpp: Prep work on new TerrainGeometry Drawable which supports selective display list/VBO's usage. Updated wrappers 2007-04-11 11:20 robert * examples/osgterrain/osgterrain.cpp: Changed the parameter handling so that it supports left to right inheritance of settings 2007-04-11 11:20 robert * include/osgTerrain/TerrainNode, src/osgTerrain/GeometryTechnique.cpp, src/osgTerrain/TerrainNode.cpp: Added support for multiple colour layers, and fixed handling of elevation and colour layers having different locator 2007-04-11 08:35 robert * CMakeLists.txt: From Eric Wing, " Changes include: A internal cache flag that can be used to detect if this is the first time running the CMake configuration. This is needed to work around stupid CMake UI shortcomings about the UI not reflecting anything you SET unless you use FORCE. But if you use FORCE, you override anything the user may try to set/override unless you have an exception check. It turns out the exception check you need is often the first-run check. This flag is potentially useful for other things too. An optional switch that turns on more aggressive warnings based on your compiler. Some Apple specific stuff for detecting the OS version and enabling Universal Binaries (and some additional compiler flags that are good but gcc version dependent). The version check code is unfortunately really fragile. I need to lobby CMake to return the OS X version number for us. FYI, building Universal will fail with the current CMake release due to a bug, but is now fixed in CVS. " 2007-04-11 08:33 robert * CMakeLists.txt: Removed tabs 2007-04-10 13:58 robert * examples/osgGLUTkeyboardmouse/GNUmakefile.inst, examples/osgGLUTsimple/GNUmakefile.inst, examples/osganimate/GNUmakefile.inst, examples/osgautotransform/GNUmakefile.inst, examples/osgbillboard/GNUmakefile.inst, examples/osgblendequation/GNUmakefile.inst, examples/osgcallback/GNUmakefile.inst, examples/osgcamera/GNUmakefile.inst, examples/osgcatch/GNUmakefile.inst, examples/osgcegui/GNUmakefile.inst, examples/osgclip/GNUmakefile.inst, examples/osgcluster/GNUmakefile.inst, examples/osgcopy/GNUmakefile.inst, examples/osgcubemap/GNUmakefile.inst, examples/osgdelaunay/GNUmakefile.inst, examples/osgdepthpartition/GNUmakefile.inst, examples/osgdepthshadow/GNUmakefile.inst, examples/osgdistortion/GNUmakefile.inst, examples/osgfadetext/GNUmakefile.inst, examples/osgforest/GNUmakefile.inst, examples/osgfxbrowser/GNUmakefile.inst, examples/osggeodemo/GNUmakefile.inst, examples/osggeometry/GNUmakefile.inst, examples/osghangglide/GNUmakefile.inst, examples/osghud/GNUmakefile.inst, examples/osgimpostor/GNUmakefile.inst, examples/osgintersection/GNUmakefile.inst, examples/osgintrospection/GNUmakefile.inst, examples/osgkeyboard/GNUmakefile.inst, examples/osgkeyboardmouse/GNUmakefile.inst, examples/osglauncher/GNUmakefile.inst, examples/osglight/GNUmakefile.inst, examples/osglightpoint/GNUmakefile.inst, examples/osglogicop/GNUmakefile.inst, examples/osglogo/GNUmakefile.inst, examples/osgmanipulator/GNUmakefile.inst, examples/osgmotionblur/GNUmakefile.inst, examples/osgmovie/GNUmakefile.inst, examples/osgmultiplecameras/GNUmakefile.inst, examples/osgmultitexture/GNUmakefile.inst, examples/osgoccluder/GNUmakefile.inst, examples/osgpagedlod/GNUmakefile.inst, examples/osgparametric/GNUmakefile.inst, examples/osgparticle/GNUmakefile.inst, examples/osgparticleeffects/GNUmakefile.inst, examples/osgphotoalbum/GNUmakefile.inst, examples/osgpick/GNUmakefile.inst, examples/osgplanets/GNUmakefile.inst, examples/osgpoints/GNUmakefile.inst, examples/osgpointsprite/GNUmakefile.inst, examples/osgprecipitation/GNUmakefile.inst, examples/osgprerender/GNUmakefile.inst, examples/osgprerendercubemap/GNUmakefile.inst, examples/osgreflect/GNUmakefile.inst, examples/osgscalarbar/GNUmakefile.inst, examples/osgscribe/GNUmakefile.inst, examples/osgsequence/GNUmakefile.inst, examples/osgshaders/GNUmakefile.inst, examples/osgshaderterrain/GNUmakefile.inst, examples/osgshadow/GNUmakefile.inst, examples/osgshadowtexture/GNUmakefile.inst, examples/osgshape/GNUmakefile.inst, examples/osgsimple/GNUmakefile.inst, examples/osgsimpleviewerFLTK/GNUmakefile.inst, examples/osgsimpleviewerGLUT/GNUmakefile.inst, examples/osgsimpleviewerQT3/GNUmakefile.inst, examples/osgsimpleviewerQT4/GNUmakefile.inst, examples/osgsimpleviewerSDL/GNUmakefile.inst, examples/osgsimplifier/GNUmakefile.inst, examples/osgsimulation/GNUmakefile.inst, examples/osgslice/GNUmakefile.inst, examples/osgspacewarp/GNUmakefile.inst, examples/osgspheresegment/GNUmakefile.inst, examples/osgspotlight/GNUmakefile.inst, examples/osgstereoimage/GNUmakefile.inst, examples/osgteapot/GNUmakefile.inst, examples/osgtessellate/GNUmakefile.inst, examples/osgtext/GNUmakefile.inst, examples/osgtexture1D/GNUmakefile.inst, examples/osgtexture2D/GNUmakefile.inst, examples/osgtexture3D/GNUmakefile.inst, examples/osgtexturerectangle/GNUmakefile.inst, examples/osgunittests/GNUmakefile.inst, examples/osgvertexprogram/GNUmakefile.inst, examples/osgvolume/GNUmakefile.inst, examples/osgwindows/GNUmakefile.inst: Removed old GNUmakefile.inst files 2007-04-10 13:23 robert * INSTALL.txt, README.txt: Updated INSTALL and README to refect new Cmake build 2007-04-10 13:15 robert * bin, lib: Removed the bin and lib directories as these are now built automatically by CMake. 2007-04-10 13:12 robert * VisualStudio/OpenSceneGraph.dsw, VisualStudio/fixup-vc6-dsps.pl, VisualStudio/osgIntrospection, VisualStudio/osgManipulator, VisualStudio/osgParticle, VisualStudio/reset-64bit-outdirs.pl: Removed more of the old VisualStudio build system 2007-04-10 13:10 robert * GNUmakefile, Make, VisualStudio/applications, VisualStudio/examples, VisualStudio/osg, VisualStudio/osgDB, VisualStudio/osgFX, VisualStudio/osgGA, VisualStudio/osgPlugins, VisualStudio/osgShadow, VisualStudio/osgSim, VisualStudio/osgTerrain, VisualStudio/osgText, VisualStudio/osgUtil, VisualStudio/osgViewer, VisualStudio/osgWrappers, applications/GNUmakefile, applications/osgarchive/GNUmakefile, applications/osgconv/GNUmakefile, applications/osgversion/GNUmakefile, applications/osgviewer/GNUmakefile, dist, examples/GNUmakefile, examples/osgGLUTkeyboardmouse/GNUmakefile, examples/osgGLUTsimple/GNUmakefile, examples/osganimate/GNUmakefile, examples/osgautotransform/GNUmakefile, examples/osgbillboard/GNUmakefile, examples/osgblendequation/GNUmakefile, examples/osgcallback/GNUmakefile, examples/osgcamera/GNUmakefile, examples/osgcatch/GNUmakefile, examples/osgcegui/GNUmakefile, examples/osgclip/GNUmakefile, examples/osgcluster/GNUmakefile, examples/osgcopy/GNUmakefile, examples/osgcubemap/GNUmakefile, examples/osgdelaunay/GNUmakefile, examples/osgdepthpartition/GNUmakefile, examples/osgdepthshadow/GNUmakefile, examples/osgdistortion/GNUmakefile, examples/osgfadetext/GNUmakefile, examples/osgforest/GNUmakefile, examples/osgfxbrowser/GNUmakefile, examples/osggeodemo/GNUmakefile, examples/osggeometry/GNUmakefile, examples/osghangglide/GNUmakefile, examples/osghud/GNUmakefile, examples/osgimpostor/GNUmakefile, examples/osgintersection/GNUmakefile, examples/osgintrospection/GNUmakefile, examples/osgkeyboard/GNUmakefile, examples/osgkeyboardmouse/GNUmakefile, examples/osglauncher/GNUmakefile, examples/osglight/GNUmakefile, examples/osglightpoint/GNUmakefile, examples/osglogicop/GNUmakefile, examples/osglogo/GNUmakefile, examples/osgmanipulator/GNUmakefile, examples/osgmotionblur/GNUmakefile, examples/osgmovie/GNUmakefile, examples/osgmultiplecameras/GNUmakefile, examples/osgmultitexture/GNUmakefile, examples/osgoccluder/GNUmakefile, examples/osgpagedlod/GNUmakefile, examples/osgparametric/GNUmakefile, examples/osgparticle/GNUmakefile, examples/osgparticleeffects/GNUmakefile, examples/osgphotoalbum/GNUmakefile, examples/osgpick/GNUmakefile, examples/osgplanets/GNUmakefile, examples/osgpoints/GNUmakefile, examples/osgpointsprite/GNUmakefile, examples/osgprecipitation/GNUmakefile, examples/osgprerender/GNUmakefile, examples/osgprerendercubemap/GNUmakefile, examples/osgreflect/GNUmakefile, examples/osgscalarbar/GNUmakefile, examples/osgscribe/GNUmakefile, examples/osgsequence/GNUmakefile, examples/osgshaders/GNUmakefile, examples/osgshaderterrain/GNUmakefile, examples/osgshadow/GNUmakefile, examples/osgshadowtexture/GNUmakefile, examples/osgshape/GNUmakefile, examples/osgsimple/GNUmakefile, examples/osgsimpleviewerFLTK/GNUmakefile, examples/osgsimpleviewerGLUT/GNUmakefile, examples/osgsimpleviewerQT3/GNUmakefile, examples/osgsimpleviewerQT4/GNUmakefile, examples/osgsimpleviewerSDL/GNUmakefile, examples/osgsimplifier/GNUmakefile, examples/osgsimulation/GNUmakefile, examples/osgslice/GNUmakefile, examples/osgspacewarp/GNUmakefile, examples/osgspheresegment/GNUmakefile, examples/osgspotlight/GNUmakefile, examples/osgstereoimage/GNUmakefile, examples/osgteapot/GNUmakefile, examples/osgtessellate/GNUmakefile, examples/osgtext/GNUmakefile, examples/osgtexture1D/GNUmakefile, examples/osgtexture2D/GNUmakefile, examples/osgtexture3D/GNUmakefile, examples/osgtexturerectangle/GNUmakefile, examples/osgunittests/GNUmakefile, examples/osgvertexprogram/GNUmakefile, examples/osgvolume/GNUmakefile, examples/osgwindows/GNUmakefile, src/GNUmakefile, src/osg/GNUmakefile, src/osgDB/GNUmakefile, src/osgFX/GNUmakefile, src/osgGA/GNUmakefile, src/osgIntrospection/GNUmakefile, src/osgManipulator/GNUmakefile, src/osgParticle/GNUmakefile, src/osgPlugins/3dc/GNUmakefile, src/osgPlugins/3ds/GNUmakefile, src/osgPlugins/GNUmakefile, src/osgPlugins/Inventor/GNUmakefile, src/osgPlugins/OpenFlight/GNUmakefile, src/osgPlugins/ac/GNUmakefile, src/osgPlugins/bmp/GNUmakefile, src/osgPlugins/bsp/GNUmakefile, src/osgPlugins/dae/GNUmakefile, src/osgPlugins/dds/GNUmakefile, src/osgPlugins/dw/GNUmakefile, src/osgPlugins/dxf/GNUmakefile, src/osgPlugins/freetype/GNUmakefile, src/osgPlugins/geo/GNUmakefile, src/osgPlugins/gif/GNUmakefile, src/osgPlugins/hdr/GNUmakefile, src/osgPlugins/ive/GNUmakefile, src/osgPlugins/jp2/GNUmakefile, src/osgPlugins/jpeg/GNUmakefile, src/osgPlugins/logo/GNUmakefile, src/osgPlugins/lwo/GNUmakefile, src/osgPlugins/lws/GNUmakefile, src/osgPlugins/md2/GNUmakefile, src/osgPlugins/net/GNUmakefile, src/osgPlugins/normals/GNUmakefile, src/osgPlugins/obj/GNUmakefile, src/osgPlugins/osg/GNUmakefile, src/osgPlugins/osgFX/GNUmakefile, src/osgPlugins/osgParticle/GNUmakefile, src/osgPlugins/osgShadow/GNUmakefile, src/osgPlugins/osgSim/GNUmakefile, src/osgPlugins/osgText/GNUmakefile, src/osgPlugins/osgViewer/GNUmakefile, src/osgPlugins/osga/GNUmakefile, src/osgPlugins/osgtgz/GNUmakefile, src/osgPlugins/pfb/GNUmakefile, src/osgPlugins/pic/GNUmakefile, src/osgPlugins/png/GNUmakefile, src/osgPlugins/pnm/GNUmakefile, src/osgPlugins/quicktime/GNUmakefile, src/osgPlugins/rgb/GNUmakefile, src/osgPlugins/rot/GNUmakefile, src/osgPlugins/scale/GNUmakefile, src/osgPlugins/shp/GNUmakefile, src/osgPlugins/stl/GNUmakefile, src/osgPlugins/tga/GNUmakefile, src/osgPlugins/tgz/GNUmakefile, src/osgPlugins/tiff/GNUmakefile, src/osgPlugins/trans/GNUmakefile, src/osgPlugins/txf/GNUmakefile, src/osgPlugins/txp/GNUmakefile, src/osgPlugins/vrml/GNUmakefile, src/osgPlugins/x/GNUmakefile, src/osgPlugins/xine/GNUmakefile, src/osgPlugins/zip/GNUmakefile, src/osgShadow/GNUmakefile, src/osgSim/GNUmakefile, src/osgTerrain/GNUmakefile, src/osgText/GNUmakefile, src/osgUtil/GNUmakefile, src/osgViewer/GNUmakefile, src/osgWrappers/GNUmakefile, src/osgWrappers/osg/GNUmakefile, src/osgWrappers/osgDB/GNUmakefile, src/osgWrappers/osgFX/GNUmakefile, src/osgWrappers/osgGA/GNUmakefile, src/osgWrappers/osgManipulator/GNUmakefile, src/osgWrappers/osgParticle/GNUmakefile, src/osgWrappers/osgShadow/GNUmakefile, src/osgWrappers/osgSim/GNUmakefile, src/osgWrappers/osgTerrain/GNUmakefile, src/osgWrappers/osgText/GNUmakefile, src/osgWrappers/osgUtil/GNUmakefile, src/osgWrappers/osgViewer/GNUmakefile: Removed old gmake and VisualStudio build files 2007-04-10 12:11 robert * VisualStudio/osgViewer/osgViewer.dsp: Updated to refect new incldue/osgViewer/Win32 directory for GraphicsWindowWin32 2007-04-10 11:09 robert * genwrapper.conf: Updated wrapper to honour move of GraphicsWindow* include/osgViewer/api/ 2007-04-10 11:03 robert * include/osgViewer/GraphicsWindowCarbon, include/osgViewer/GraphicsWindowCocoa, include/osgViewer/GraphicsWindowWin32, include/osgViewer/GraphicsWindowX11, include/osgViewer/api, include/osgViewer/api/Carbon, include/osgViewer/api/Carbon/GraphicsWindowCarbon, include/osgViewer/api/FLTK, include/osgViewer/api/Fox, include/osgViewer/api/GLUT, include/osgViewer/api/Motif, include/osgViewer/api/Qt, include/osgViewer/api/SDL, include/osgViewer/api/Win32, include/osgViewer/api/Win32/GraphicsWindowWin32, include/osgViewer/api/WxWidgets, include/osgViewer/api/X11, include/osgViewer/api/X11/GraphicsWindowX11, src/osgViewer/CMakeLists.txt, src/osgViewer/GraphicsWindowCarbon.cpp, src/osgViewer/GraphicsWindowCocoa.cpp, src/osgViewer/GraphicsWindowWin32.cpp, src/osgViewer/GraphicsWindowX11.cpp: Create new incliude/osgViewer/api directory to hold platform specific classes such as GraphicsWindow implementations. Moved GraphicsWindowWin32,X11 and Carbon into their api/Win32, api/X11 and api/Carbon directories. 2007-04-06 19:51 robert * src/osgUtil/TangentSpaceGenerator.cpp: Fixed the handle of triangle fan. 2007-04-06 19:38 robert * examples/osgkeyboardmouse/osgkeyboardmouse.cpp: Added extra check to prevent calling frame() when the window has been closed. 2007-04-06 15:36 robert * applications/osgconv/osgconv.cpp, examples/osgdistortion/osgdistortion.cpp, examples/osgunittests/UnitTestFramework.cpp, include/osgGA/KeySwitchMatrixManipulator, include/osgGA/NodeTrackerManipulator, include/osgGA/TerrainManipulator, include/osgShadow/OccluderGeometry, src/osgPlugins/3ds/atmosphere.h, src/osgPlugins/3ds/background.h, src/osgPlugins/3ds/camera.h, src/osgPlugins/3ds/chunk.h, src/osgPlugins/3ds/chunktable.h, src/osgPlugins/3ds/ease.h, src/osgPlugins/3ds/file.h, src/osgPlugins/3ds/lib3ds_float.h, src/osgPlugins/3ds/light.h, src/osgPlugins/3ds/material.h, src/osgPlugins/3ds/matrix.h, src/osgPlugins/3ds/mesh.h, src/osgPlugins/3ds/node.h, src/osgPlugins/3ds/quat.h, src/osgPlugins/3ds/readwrite.h, src/osgPlugins/3ds/shadow.h, src/osgPlugins/3ds/tcb.h, src/osgPlugins/3ds/tracks.h, src/osgPlugins/3ds/types.h, src/osgPlugins/3ds/vector.h, src/osgPlugins/3ds/viewport.h, src/osgPlugins/ac/ac3d.cpp, src/osgPlugins/geo/ReaderWriterGEO.cpp, src/osgPlugins/net/sockstream.h, src/osgPlugins/x/types.cpp, src/osgSim/ColorRange.cpp, src/osgTerrain/GeometryTechnique.cpp, src/osgText/Font.cpp, src/osgUtil/Statistics.cpp, src/osgUtil/TriStrip_tri_stripper.h, src/osgViewer/GraphicsWindowCarbon.cpp: From Eric Wing, pedantic warning fixes 2007-04-06 15:35 robert * src/osgWrappers/osg/AnimationPath.cpp, src/osgWrappers/osg/ApplicationUsage.cpp, src/osgWrappers/osg/ArgumentParser.cpp, src/osgWrappers/osg/Array.cpp, src/osgWrappers/osg/Billboard.cpp, src/osgWrappers/osg/BufferObject.cpp, src/osgWrappers/osg/Camera.cpp, src/osgWrappers/osg/CameraNode.cpp, src/osgWrappers/osg/ClipNode.cpp, src/osgWrappers/osg/CollectOccludersVisitor.cpp, src/osgWrappers/osg/ConvexPlanarOccluder.cpp, src/osgWrappers/osg/ConvexPlanarPolygon.cpp, src/osgWrappers/osg/CoordinateSystemNode.cpp, src/osgWrappers/osg/CopyOp.cpp, src/osgWrappers/osg/CullSettings.cpp, src/osgWrappers/osg/CullStack.cpp, src/osgWrappers/osg/CullingSet.cpp, src/osgWrappers/osg/DeleteHandler.cpp, src/osgWrappers/osg/Drawable.cpp, src/osgWrappers/osg/FragmentProgram.cpp, src/osgWrappers/osg/FrameBufferObject.cpp, src/osgWrappers/osg/Geode.cpp, src/osgWrappers/osg/Geometry.cpp, src/osgWrappers/osg/GraphicsContext.cpp, src/osgWrappers/osg/Group.cpp, src/osgWrappers/osg/Image.cpp, src/osgWrappers/osg/LOD.cpp, src/osgWrappers/osg/Matrix.cpp, src/osgWrappers/osg/Matrixd.cpp, src/osgWrappers/osg/Matrixf.cpp, src/osgWrappers/osg/Node.cpp, src/osgWrappers/osg/NodeTrackerCallback.cpp, src/osgWrappers/osg/PagedLOD.cpp, src/osgWrappers/osg/Plane.cpp, src/osgWrappers/osg/Polytope.cpp, src/osgWrappers/osg/PrimitiveSet.cpp, src/osgWrappers/osg/Program.cpp, src/osgWrappers/osg/ProxyNode.cpp, src/osgWrappers/osg/Quat.cpp, src/osgWrappers/osg/ShadeModel.cpp, src/osgWrappers/osg/ShadowVolumeOccluder.cpp, src/osgWrappers/osg/Shape.cpp, src/osgWrappers/osg/State.cpp, src/osgWrappers/osg/StateAttribute.cpp, src/osgWrappers/osg/StateSet.cpp, src/osgWrappers/osg/Stats.cpp, src/osgWrappers/osg/Switch.cpp, src/osgWrappers/osg/Texture.cpp, src/osgWrappers/osg/Timer.cpp, src/osgWrappers/osg/Uniform.cpp, src/osgWrappers/osg/Vec2.cpp, src/osgWrappers/osg/Vec2b.cpp, src/osgWrappers/osg/Vec2d.cpp, src/osgWrappers/osg/Vec2f.cpp, src/osgWrappers/osg/Vec2s.cpp, src/osgWrappers/osg/Vec3.cpp, src/osgWrappers/osg/Vec3b.cpp, src/osgWrappers/osg/Vec3d.cpp, src/osgWrappers/osg/Vec3f.cpp, src/osgWrappers/osg/Vec3s.cpp, src/osgWrappers/osg/Vec4.cpp, src/osgWrappers/osg/Vec4b.cpp, src/osgWrappers/osg/Vec4d.cpp, src/osgWrappers/osg/Vec4f.cpp, src/osgWrappers/osg/Vec4s.cpp, src/osgWrappers/osg/Vec4ub.cpp, src/osgWrappers/osg/VertexProgram.cpp, src/osgWrappers/osg/Viewport.cpp, src/osgWrappers/osgDB/Archive.cpp, src/osgWrappers/osgDB/DatabasePager.cpp, src/osgWrappers/osgDB/DotOsgWrapper.cpp, src/osgWrappers/osgDB/DynamicLibrary.cpp, src/osgWrappers/osgDB/FileUtils.cpp, src/osgWrappers/osgDB/ReaderWriter.cpp, src/osgWrappers/osgFX/Registry.cpp, src/osgWrappers/osgGA/EventQueue.cpp, src/osgWrappers/osgGA/EventVisitor.cpp, src/osgWrappers/osgGA/KeySwitchMatrixManipulator.cpp, src/osgWrappers/osgGA/NodeTrackerManipulator.cpp, src/osgWrappers/osgManipulator/Dragger.cpp, src/osgWrappers/osgParticle/PrecipitationEffect.cpp, src/osgWrappers/osgParticle/range.cpp, src/osgWrappers/osgShadow/OccluderGeometry.cpp, src/osgWrappers/osgSim/ColorRange.cpp, src/osgWrappers/osgSim/ElevationSlice.cpp, src/osgWrappers/osgSim/Impostor.cpp, src/osgWrappers/osgSim/LightPointNode.cpp, src/osgWrappers/osgSim/LineOfSight.cpp, src/osgWrappers/osgSim/MultiSwitch.cpp, src/osgWrappers/osgSim/SphereSegment.cpp, src/osgWrappers/osgText/String.cpp, src/osgWrappers/osgText/Text.cpp, src/osgWrappers/osgUtil/CullVisitor.cpp, src/osgWrappers/osgUtil/DelaunayTriangulator.cpp, src/osgWrappers/osgUtil/GLObjectsVisitor.cpp, src/osgWrappers/osgUtil/IntersectVisitor.cpp, src/osgWrappers/osgUtil/IntersectionVisitor.cpp, src/osgWrappers/osgUtil/LineSegmentIntersector.cpp, src/osgWrappers/osgUtil/Optimizer.cpp, src/osgWrappers/osgUtil/PlaneIntersector.cpp, src/osgWrappers/osgUtil/PolytopeIntersector.cpp, src/osgWrappers/osgUtil/PositionalStateContainer.cpp, src/osgWrappers/osgUtil/RenderBin.cpp, src/osgWrappers/osgUtil/SceneView.cpp, src/osgWrappers/osgUtil/Simplifier.cpp, src/osgWrappers/osgUtil/StateGraph.cpp, src/osgWrappers/osgUtil/Statistics.cpp, src/osgWrappers/osgUtil/Tessellator.cpp, src/osgWrappers/osgViewer/CompositeViewer.cpp, src/osgWrappers/osgViewer/SimpleViewer.cpp, src/osgWrappers/osgViewer/View.cpp, src/osgWrappers/osgViewer/Viewer.cpp: Updated wrappers 2007-04-06 15:13 robert * src/osg/ConvexPlanarOccluder.cpp, src/osg/CopyOp.cpp, src/osg/DeleteHandler.cpp, src/osg/Object.cpp, src/osg/Referenced.cpp, src/osg/dxtctool.cpp: From Eric Wing, pedantic warning fixes 2007-04-06 14:40 robert * src/osgViewer/View.cpp: From Laurens Voerman, "I've added the code to set up quad_stereo properly. I have tested with WinXP / VC8, stereo is working. I also added code to set sampleBuffers and samples. These cannot yet be properly set, tested (windows only ) by changing _numMultiSamples in DisplaySettings::setDefaults() and recompiling." 2007-04-06 14:38 robert * genwrapper.conf: From Mike Wittman, "1. Disable suppression of osg::CullStack. I've been building the osgWrapper code successfully with this change on both Windows and Linux, but I believe you said you got some (unspecified) errors when you tried it before. If it still causes problems, could you post the errors so I can try to solve them? 2. Change osg::GraphicsContext from object-type to abstract-object-type. The current setting is incorrect because the class is actually abstract." 2007-04-06 14:36 robert * src/osgViewer/GraphicsWindowWin32.cpp: From Laurens Voerman, "attached is OpenSceneGraph\src\osgViewer\GraphicsWindowWin32.cpp I've added the code to get the osgViewer working on windows displays with less than 32 bit color. Only tested with 16 bit color." 2007-04-06 14:33 robert * src/osgShadow/ShadowVolume.cpp: Add setting of ShadowVolumeGeometry draw mode 2007-04-05 20:27 robert * include/osg/ShadeModel: Set default ShadeModel back to SMOOTH 2007-04-05 16:12 robert * include/osg/ShadeModel, src/osg/ShadeModel.cpp, src/osgWrappers/osg/BufferObject.cpp, src/osgWrappers/osg/ShadeModel.cpp: Added constructor argument to ShadeModel 2007-04-05 15:04 robert * src/osg/GraphicsContext.cpp, src/osg/GraphicsThread.cpp: Commented out superfluous debug messages 2007-04-05 14:56 robert * src/osgTerrain/GeometryTechnique.cpp: Added better handling of colour layer/elevation layer/transfer function combinations and use of 16bit luminance format for colour layers used as input to transfer functions 2007-04-04 09:07 robert * include/osg/BufferObject, src/osgUtil/SceneView.cpp: Added support for flushing buffer objects 2007-04-04 08:09 robert * VisualStudio/highlight70.reg, VisualStudio/highlight71.reg, VisualStudio/highlight80.reg: From Paul Martz, added osgViewer headers to VS syntax highlighting. 2007-04-04 08:06 robert * examples/osgshaderterrain/CMakeLists.txt: Removed OpenThreads reference 2007-04-04 08:05 robert * src/osgWrappers/osg/TransferFunction.cpp, src/osgWrappers/osgTerrain/Layer.cpp, src/osgWrappers/osgUtil/DelaunayTriangulator.cpp: Updated wrappers 2007-04-04 08:05 robert * include/osgUtil/DelaunayTriangulator, src/osgUtil/DelaunayTriangulator.cpp: From Mike Wittman, C# build fixes 2007-04-03 19:42 robert * include/osg/GL: From Andy Skinner, warning fix for Windows 64-bit build 2007-04-03 19:18 robert * src/osgTerrain/GeometryTechnique.cpp: Added assignment of hieghts texture coords 2007-04-03 15:39 robert * include/osg/TransferFunction, src/osgTerrain/GeometryTechnique.cpp: Preliminary work on TransferFunction support 2007-04-03 11:04 robert * CMakeModules/FindOpenThreads.cmake: From Eric Wing, adding message w.r.t debug OpenThreads library for when its not available. 2007-04-02 13:06 robert * examples/osgterrain/osgterrain.cpp, include/osg/TransferFunction, src/osg/TransferFunction.cpp: Added setValue method and osg::Image setup to osg::TransferFunction1D, and setup of TransferFunction1D into osgterrain example. 2007-04-01 11:19 robert * src/osgTerrain/GeometryTechnique.cpp: Added support for texture layer. 2007-03-30 15:16 robert * src/osgPlugins/tiff/ReaderWriterTIFF.cpp: Added debugging code 2007-03-30 14:57 robert * include/osgTerrain/Layer, src/osgTerrain/GeometryTechnique.cpp, src/osgTerrain/Layer.cpp: Added support for reading values from an ImageLayer, and building of the elevation data in GeometryTechnique. 2007-03-30 14:57 robert * src/osgPlugins/tiff/ReaderWriterTIFF.cpp: Added support 16bit intensity formats 2007-03-29 19:42 robert * include/osg/Shape, include/osgTerrain/Layer, src/osg/Shape.cpp, src/osgTerrain/Layer.cpp, src/osgWrappers/osg/Shape.cpp, src/osgWrappers/osgTerrain/Layer.cpp: Converted osg::HeightField across to using a osg::FloatArray internally to enable it to be assigned as a vertex attribute array to an osg::Geometry. Removed the osgTerrain::ArrayLayer as its no longer required thanks to the above change which makes the osgTerrain::HeightFieldLayer more flexible. Updated wrappers 2007-03-29 19:39 robert * include/osgDB/ReaderWriter: Fixed missing initializer in Options constrctor 2007-03-29 15:41 robert * include/osg/ClusterCullingCallback: Removed the using to avoid VS 7.1 build problem 2007-03-29 14:45 robert * examples/osgterrain/osgterrain.cpp, src/osgTerrain/GeometryTechnique.cpp: Added creation of basic geoemtry to test Locator and extents 2007-03-29 12:41 robert * src/osgWrappers/osgTerrain/Locator.cpp: Updated wrappers 2007-03-29 10:56 robert * CMakeLists.txt, CMakeModules/FindOpenThreads.cmake, src/osg/CMakeLists.txt: From Eric Wing, added handling of CMAKE_THREAD_LIBS_INIT 2007-03-29 10:13 robert * src/osgTerrain/Locator.cpp: Added missing return value 2007-03-29 09:29 robert * examples/osgsimpleviewerSDL/CMakeLists.txt: From Eric Wing, "Added the conditionals for SDLMain." 2007-03-28 16:28 robert * examples/osgterrain/osgterrain.cpp, include/osgTerrain/Locator, src/osgTerrain/GeometryTechnique.cpp, src/osgTerrain/Locator.cpp: Added support for compute the extents on local NDC coordiantes of the elevation and colour layers 2007-03-28 15:05 robert * include/osg/ClusterCullingCallback, src/osg/ClusterCullingCallback.cpp: From Mike Wittman, "Here is a change to the .cpp file to fix it by disambiguating the cull invocation." 2007-03-28 14:50 robert * CMakeModules/FindOpenThreads.cmake: Removed the Found OpenThreads message 2007-03-28 14:50 robert * src/osgWrappers/CMakeLists.txt: Removed the d during debug build of wrappers on non MSVC platforms 2007-03-28 11:30 robert * examples/osgcallback/osgcallback.cpp, examples/osgcegui/osgcegui.cpp, examples/osgspacewarp/osgspacewarp.cpp, examples/osgteapot/osgteapot.cpp, include/osg/DrawPixels, include/osg/Drawable, include/osg/Geometry, include/osg/ShapeDrawable, include/osgParticle/ConnectedParticleSystem, include/osgParticle/ParticleSystem, include/osgSim/ImpostorSprite, src/osg/DrawPixels.cpp, src/osg/Geometry.cpp, src/osg/ShapeDrawable.cpp, src/osgParticle/ConnectedParticleSystem.cpp, src/osgParticle/ParticleSystem.cpp, src/osgPlugins/logo/ReaderWriterLOGO.cpp, src/osgSim/ImpostorSprite.cpp, src/osgSim/LightPointDrawable.cpp, src/osgSim/LightPointDrawable.h, src/osgSim/LightPointSpriteDrawable.cpp, src/osgSim/LightPointSpriteDrawable.h, src/osgSim/SphereSegment.cpp, src/osgWrappers/osg/DrawPixels.cpp, src/osgWrappers/osg/Drawable.cpp, src/osgWrappers/osg/Geometry.cpp, src/osgWrappers/osg/ShapeDrawable.cpp, src/osgWrappers/osgParticle/ConnectedParticleSystem.cpp, src/osgWrappers/osgParticle/ParticleSystem.cpp, src/osgWrappers/osgParticle/PrecipitationEffect.cpp, src/osgWrappers/osgSim/ImpostorSprite.cpp: Removed deprecated drawImplementation(State&) method from Drawable and Drawable::DrawCallback 2007-03-28 08:53 robert * src/osgPlugins/osgViewer/GNUmakefile: From Martin Amueller, Add libosgGA and libosgText for OSX build 2007-03-28 08:52 robert * include/osgViewer/GraphicsWindowCarbon: Replaced the X11 Window by Carbon WindowRef in the WindowData structure. 2007-03-28 08:43 robert * src/osgPlugins/Inventor/ConvertFromInventor.cpp, src/osgPlugins/Inventor/ConvertFromInventor.h: From Martin Aumueller, "in order to remove a dependency on Coin3D (which is GPLed) and make it work with SGI's OpenInventor, I had to change OpenSceneGraph/src/osgPlugins/Inventor, as SoVRMLImageTexture is not avaible in SGI's Inventor. " From Robert Osfield, tweaked the above so that it uses Coin headers to switch on coin features: #ifdef COIN_SOCALLBACKACTION_H #define USE_COIN 1 #endif 2007-03-28 07:34 robert * CMakeModules/Find3rdPartyDependencies.cmake: From Luigi Calori, added Find3rdPartyDependencies.cmake 2007-03-27 21:44 robert * CMakeLists.txt, CMakeModules/OsgMacroUtils.cmake, examples/osgGLUTkeyboardmouse/CMakeLists.txt, examples/osgGLUTsimple/CMakeLists.txt, examples/osgsimpleviewerGLUT/CMakeLists.txt, src/osgPlugins/freetype/CMakeLists.txt, src/osgPlugins/gif/CMakeLists.txt, src/osgPlugins/jpeg/CMakeLists.txt, src/osgPlugins/png/CMakeLists.txt, src/osgPlugins/tiff/CMakeLists.txt: From Luigi Calori, "here is a patch to use Mike 3rdParty dependencies It should not be introusive to any other palatform apart MSVC, but in order to link to debug-specific libs I had to change plugins CMakeLists to differentiate debug/release linkage, I have used the same macro used in core libs Now the macro used for plugin and examples linking test for existance of TARGET_LIBRARIES_VARS that holds the names of the variables that have to be used for linking" 2007-03-27 19:39 robert * src/osgWrappers/osgTerrain/GeometryTechnique.cpp, src/osgWrappers/osgTerrain/Layer.cpp, src/osgWrappers/osgTerrain/Locator.cpp, src/osgWrappers/osgTerrain/TerrainNode.cpp, src/osgWrappers/osgTerrain/TerrainTechnique.cpp: Updated wrappers 2007-03-27 19:27 robert * include/osgTerrain/Layer, include/osgTerrain/Locator, include/osgTerrain/TerrainNode, src/osgTerrain/Layer.cpp, src/osgTerrain/Locator.cpp, src/osgTerrain/TerrainNode.cpp: Add computeBound support to TerrainNode and Layer. 2007-03-27 16:05 robert * Make/makedirdefs, VisualStudio/OpenSceneGraph.dsw, VisualStudio/osgPlugins/flt, src/osgPlugins/CMakeLists.txt, src/osgPlugins/flt: Removed the flt plugin from OpenSceneGraph/trunk, this project can now be found in the deprecated directory. 2007-03-27 16:01 robert * examples/osgterrain/osgterrain.cpp, include/osgTerrain/GeometryTechnique, include/osgTerrain/TerrainTechnique, src/osgTerrain/GeometryTechnique.cpp, src/osgTerrain/TerrainNode.cpp, src/osgTerrain/TerrainTechnique.cpp: Rearranged the traversal and initialization of TerrainTechnique 2007-03-27 11:23 robert * examples/osgterrain/osgterrain.cpp, include/osgTerrain/Locator, src/osgTerrain/Locator.cpp: Added EllipsoidLocator. 2007-03-27 08:43 robert * src/osgPlugins/shp/ESRIShape.cpp: Added #include for non Win32/Mingw build 2007-03-27 08:40 robert * src/osgViewer/GNUmakefile: Added -lgdi32 to CYGWIN path 2007-03-26 19:38 robert * VisualStudio/osgPlugins/dae/dae.dsp: Fixed header files specification 2007-03-26 19:24 robert * include/osgTerrain/Locator: Added return false; to default implementations of convert functions 2007-03-26 16:32 robert * VisualStudio/osgTerrain/osgTerrain.dsp: Added GeometryTechnique 2007-03-26 16:28 robert * include/osgViewer/GraphicsWindowCarbon, include/osgViewer/GraphicsWindowX11, src/osgViewer/GraphicsWindowCarbon.cpp, src/osgViewer/GraphicsWindowX11.cpp: Removed WindowData parameter from init(). 2007-03-26 15:52 robert * examples/osgterrain/osgterrain.cpp, include/osgTerrain/Layer, include/osgTerrain/Locator, src/osgViewer/CMakeLists.txt: Added Locator and layer setting to osgterrain example 2007-03-26 13:02 robert * CMakeModules/FindOpenThreads.cmake, CMakeModules/OsgMacroUtils.cmake, src/osg/CMakeLists.txt, src/osgDB/CMakeLists.txt, src/osgFX/CMakeLists.txt, src/osgIntrospection/CMakeLists.txt, src/osgManipulator/CMakeLists.txt, src/osgParticle/CMakeLists.txt, src/osgShadow/CMakeLists.txt, src/osgSim/CMakeLists.txt, src/osgTerrain/CMakeLists.txt, src/osgText/CMakeLists.txt, src/osgUtil/CMakeLists.txt, src/osgViewer/CMakeLists.txt: From Luigi Calori, "when we link against something that comes out from a Find... we ususally have a variable available like OPENTHREADS_LIBRARY, so I' ve set up a macro that uses the variable name expanded for linking, and test if a variable ${LINK_VAR_NAME}_DEBUG like OPENTHREADS_LIBRARY_DEBUG exists and in case uses it for linking in debug mode. I' ve also set up FindOpenThreads to set up these variables. I had to edit the core libraries CMakeLists to add the calls to the macros used. I' ve tested under MSVC" 2007-03-26 13:00 robert * include/osg/ShapeDrawable: From Mike Wittman, "This is another weirdo change to support code generation. It brings all the Drawable::supports and Drawable::accepts overloads into the ShapeDrawable scope to avoid errors invoking the ones that are not defined in ShapeDrawable. Currently you'll get compilation errors if you pass a Drawable::AttributeFunctor or PrimitiveIndexFunctor to the "accept" function invoked on a ShapeDrawable pointer or reference, since those overloads are only defined in the base class. You'll also get the same error passing a PrimitiveIndexFunctor to the "supports" function. These errors occur because C++ function overload resolution does not cross inheritance boundaries." 2007-03-26 09:48 robert * examples/osgGLUTkeyboardmouse/CMakeLists.txt, examples/osgGLUTsimple/CMakeLists.txt, examples/osgsimpleviewerGLUT/CMakeLists.txt, examples/osgsimpleviewerQT3/CMakeLists.txt, examples/osgsimpleviewerQT4/CMakeLists.txt, examples/osgsimpleviewerSDL/CMakeLists.txt: Changed the external library specification to use TARGET_EXTERNAL_LIBRARIES 2007-03-25 11:47 robert * applications/CMakeLists.txt, examples/CMakeLists.txt: Removed OpenThreads from the list of TARGET_COMMON_LIBRARIES to prevent double linking of OpenThreadsd and OpenThreads during debug build. 2007-03-23 17:37 robert * src/osgIntrospection/Type.cpp: From Mike Wittman, "This change fixes a couple bugs in the osgIntrospection protected function support. I missed adding the protected/public specifier on a couple recursive invocations, so those functions are not currently returning protected functions for base classes when they should." 2007-03-23 17:27 robert * include/osg/Drawable, src/osgWrappers/osg/Drawable.cpp, src/osgWrappers/osgTerrain/Layer.cpp: From Mike Wittman, remove redundent const from in front of unsigned int. From Robert Osfield, updated wrappers 2007-03-23 10:11 robert * src/osg/CMakeLists.txt: Added missing StencilTwoSided header 2007-03-23 08:53 robert * CMakeLists.txt: Added automatic creation of lib bin and lib/osgPlugins 2007-03-22 15:39 robert * lib/osgPlugins: Added osgPlugins as a temporary work around for keeping cmake build compiling plugins 2007-03-22 14:45 robert * examples/osgsimpleviewerQT4/CMakeLists.txt: Added CMake build suppport for osgsimpleviewerQT4 2007-03-22 14:44 robert * CMakeLists.txt, examples/CMakeLists.txt, examples/osgintrospection/CMakeLists.txt, examples/osgsimpleviewerFLTK/CMakeLists.txt, examples/osgsimpleviewerQT3/CMakeLists.txt: Added CMake QT3, FLTK and osgintrospection example build support. 2007-03-22 14:06 robert * examples/CMakeLists.txt, examples/osgGLUTkeyboardmouse/CMakeLists.txt, examples/osgGLUTsimple/CMakeLists.txt, examples/osgsimpleviewerGLUT/CMakeLists.txt, examples/osgsimpleviewerSDL/CMakeLists.txt: Added CMake build support for GLUT and SDL examples 2007-03-22 13:38 robert * CMakeLists.txt, src/osg/CMakeLists.txt: From Eric Wing, added ${MATH_LIB} to osg CMakeLists.txt and definition of this to m under unix 2007-03-22 13:37 robert * src/osgIntrospection/CMakeLists.txt: Updated the header list 2007-03-22 12:58 robert * examples/CMakeLists.txt: Fixed link name 2007-03-21 17:18 robert * include/osgTerrain/Layer, src/osgTerrain/Layer.cpp, src/osgTerrain/TerrainTechnique.cpp: Added ImageLayer, ArrayLayer and HeightFieldLayer classes 2007-03-21 16:34 robert * VisualStudio/osgWrappers/osgTerrain/wrapper_osgTerrain.dsp, examples/osgdistortion/osgdistortion.cpp, examples/osgterrain/osgterrain.cpp, include/osg/TransferFunction, include/osgTerrain/GeometryTechnique, include/osgTerrain/Layer, include/osgTerrain/Locator, include/osgTerrain/TerrainNode, include/osgTerrain/TerrainTechnique, src/osgTerrain/CMakeLists.txt, src/osgTerrain/GeometryTechnique.cpp, src/osgTerrain/TerrainNode.cpp, src/osgTerrain/TerrainTechnique.cpp, src/osgWrappers/osg/TransferFunction.cpp, src/osgWrappers/osgTerrain/GNUmakefile, src/osgWrappers/osgTerrain/GeometryTechnique.cpp, src/osgWrappers/osgTerrain/Locator.cpp, src/osgWrappers/osgTerrain/TerrainNode.cpp, src/osgWrappers/osgTerrain/TerrainTechnique.cpp: Added GeometryTechinque to osgTerrain. Added usage of GeometryTechnique into osgterrain example Added --width and --height command line options to osgdistortion to allow users to control the window size. 2007-03-21 09:42 robert * src/osgManipulator/CMakeLists.txt: Removed erroneous entry of GNUmakefile 2007-03-20 17:07 robert * src/osgManipulator/AntiSquish.cpp: Added osg:: to computeLocalToWorld to fix build under VS7. 2007-03-20 11:19 robert * examples/CMakeLists.txt: From Luigi Calori, clean up CMakeLists.txt 2007-03-20 09:50 robert * CMakeLists.txt, CMakeModules/FindInventor.cmake, src/osgPlugins/CMakeLists.txt, src/osgPlugins/Inventor/CMakeLists.txt: From Philip Lowman, added support for Inventor 2007-03-19 19:05 robert * src/osgViewer/GraphicsWindowWin32.cpp: From Andreas Goebel, build fix 2007-03-19 17:24 robert * CMakeModules/OsgMacroUtils.cmake, src/osgPlugins/3dc/CMakeLists.txt, src/osgPlugins/3ds/CMakeLists.txt, src/osgPlugins/OpenFlight/CMakeLists.txt, src/osgPlugins/ac/CMakeLists.txt, src/osgPlugins/bmp/CMakeLists.txt, src/osgPlugins/dds/CMakeLists.txt, src/osgPlugins/dw/CMakeLists.txt, src/osgPlugins/dxf/CMakeLists.txt, src/osgPlugins/freetype/CMakeLists.txt, src/osgPlugins/geo/CMakeLists.txt, src/osgPlugins/gif/CMakeLists.txt, src/osgPlugins/hdr/CMakeLists.txt, src/osgPlugins/ive/CMakeLists.txt, src/osgPlugins/jpeg/CMakeLists.txt, src/osgPlugins/lws/CMakeLists.txt, src/osgPlugins/md2/CMakeLists.txt, src/osgPlugins/net/CMakeLists.txt, src/osgPlugins/obj/CMakeLists.txt, src/osgPlugins/osg/CMakeLists.txt, src/osgPlugins/osgFX/CMakeLists.txt, src/osgPlugins/osgParticle/CMakeLists.txt, src/osgPlugins/osgShadow/CMakeLists.txt, src/osgPlugins/osgSim/CMakeLists.txt, src/osgPlugins/osgText/CMakeLists.txt, src/osgPlugins/osgViewer/CMakeLists.txt, src/osgPlugins/osga/CMakeLists.txt, src/osgPlugins/osgtgz/CMakeLists.txt, src/osgPlugins/pic/CMakeLists.txt, src/osgPlugins/png/CMakeLists.txt, src/osgPlugins/rgb/CMakeLists.txt, src/osgPlugins/rot/CMakeLists.txt, src/osgPlugins/scale/CMakeLists.txt, src/osgPlugins/shp/CMakeLists.txt, src/osgPlugins/stl/CMakeLists.txt, src/osgPlugins/tga/CMakeLists.txt, src/osgPlugins/tgz/CMakeLists.txt, src/osgPlugins/tiff/CMakeLists.txt, src/osgPlugins/trans/CMakeLists.txt, src/osgPlugins/txf/CMakeLists.txt, src/osgPlugins/x/CMakeLists.txt, src/osgPlugins/zip/CMakeLists.txt: Moved the TARGET_NAME setting into the OsgMacroUtils.cmake. 2007-03-19 17:18 robert * CMakeModules/OsgMacroUtils.cmake, applications/osgarchive/CMakeLists.txt, applications/osgconv/CMakeLists.txt, applications/osgversion/CMakeLists.txt, applications/osgviewer/CMakeLists.txt, examples/osganimate/CMakeLists.txt, examples/osgautotransform/CMakeLists.txt, examples/osgbillboard/CMakeLists.txt, examples/osgblendequation/CMakeLists.txt, examples/osgcallback/CMakeLists.txt, examples/osgcamera/CMakeLists.txt, examples/osgcatch/CMakeLists.txt, examples/osgclip/CMakeLists.txt, examples/osgcopy/CMakeLists.txt, examples/osgcubemap/CMakeLists.txt, examples/osgdelaunay/CMakeLists.txt, examples/osgdepthpartition/CMakeLists.txt, examples/osgdepthshadow/CMakeLists.txt, examples/osgdistortion/CMakeLists.txt, examples/osgfadetext/CMakeLists.txt, examples/osgforest/CMakeLists.txt, examples/osgfxbrowser/CMakeLists.txt, examples/osggeodemo/CMakeLists.txt, examples/osggeometry/CMakeLists.txt, examples/osghangglide/CMakeLists.txt, examples/osghud/CMakeLists.txt, examples/osgimpostor/CMakeLists.txt, examples/osgintersection/CMakeLists.txt, examples/osgkeyboard/CMakeLists.txt, examples/osgkeyboardmouse/CMakeLists.txt, examples/osglauncher/CMakeLists.txt, examples/osglight/CMakeLists.txt, examples/osglightpoint/CMakeLists.txt, examples/osglogicop/CMakeLists.txt, examples/osglogo/CMakeLists.txt, examples/osgmanipulator/CMakeLists.txt, examples/osgmotionblur/CMakeLists.txt, examples/osgmovie/CMakeLists.txt, examples/osgmultiplecameras/CMakeLists.txt, examples/osgmultitexture/CMakeLists.txt, examples/osgoccluder/CMakeLists.txt, examples/osgpagedlod/CMakeLists.txt, examples/osgparametric/CMakeLists.txt, examples/osgparticle/CMakeLists.txt, examples/osgparticleeffects/CMakeLists.txt, examples/osgphotoalbum/CMakeLists.txt, examples/osgpick/CMakeLists.txt, examples/osgplanets/CMakeLists.txt, examples/osgpoints/CMakeLists.txt, examples/osgpointsprite/CMakeLists.txt, examples/osgprecipitation/CMakeLists.txt, examples/osgprerender/CMakeLists.txt, examples/osgprerendercubemap/CMakeLists.txt, examples/osgreflect/CMakeLists.txt, examples/osgscalarbar/CMakeLists.txt, examples/osgscribe/CMakeLists.txt, examples/osgsequence/CMakeLists.txt, examples/osgshaders/CMakeLists.txt, examples/osgshaderterrain/CMakeLists.txt, examples/osgshadow/CMakeLists.txt, examples/osgshadowtexture/CMakeLists.txt, examples/osgshape/CMakeLists.txt, examples/osgsimple/CMakeLists.txt, examples/osgsimplifier/CMakeLists.txt, examples/osgsimulation/CMakeLists.txt, examples/osgslice/CMakeLists.txt, examples/osgspacewarp/CMakeLists.txt, examples/osgspheresegment/CMakeLists.txt, examples/osgspotlight/CMakeLists.txt, examples/osgstereoimage/CMakeLists.txt, examples/osgteapot/CMakeLists.txt, examples/osgterrain/CMakeLists.txt, examples/osgtessellate/CMakeLists.txt, examples/osgtext/CMakeLists.txt, examples/osgtexture1D/CMakeLists.txt, examples/osgtexture2D/CMakeLists.txt, examples/osgtexture3D/CMakeLists.txt, examples/osgtexturerectangle/CMakeLists.txt, examples/osgunittests/CMakeLists.txt, examples/osgvertexprogram/CMakeLists.txt, examples/osgvolume/CMakeLists.txt, examples/osgwindows/CMakeLists.txt: Moved the TARGET_NAME setting into the SETUP_APPLICATION/EXAMPLE macro 2007-03-19 14:10 robert * src/osgPlugins/CMakeLists.txt, src/osgPlugins/osgShadow/CMakeLists.txt, src/osgPlugins/osgViewer/CMakeLists.txt, src/osgPlugins/txf/CMakeLists.txt: Added CMake support for txf, osgViewer and osgShadow plugins 2007-03-19 13:26 robert * applications/osgarchive/CMakeLists.txt, applications/osgconv/CMakeLists.txt, applications/osgversion/CMakeLists.txt, applications/osgviewer/CMakeLists.txt, examples/osganimate/CMakeLists.txt, examples/osgautotransform/CMakeLists.txt, examples/osgbillboard/CMakeLists.txt, examples/osgblendequation/CMakeLists.txt, examples/osgcallback/CMakeLists.txt, examples/osgcamera/CMakeLists.txt, examples/osgcatch/CMakeLists.txt, examples/osgclip/CMakeLists.txt, examples/osgcopy/CMakeLists.txt, examples/osgcubemap/CMakeLists.txt, examples/osgdelaunay/CMakeLists.txt, examples/osgdepthpartition/CMakeLists.txt, examples/osgdepthshadow/CMakeLists.txt, examples/osgdistortion/CMakeLists.txt, examples/osgfadetext/CMakeLists.txt, examples/osgforest/CMakeLists.txt, examples/osgfxbrowser/CMakeLists.txt, examples/osggeodemo/CMakeLists.txt, examples/osggeometry/CMakeLists.txt, examples/osghangglide/CMakeLists.txt, examples/osghud/CMakeLists.txt, examples/osgimpostor/CMakeLists.txt, examples/osgintersection/CMakeLists.txt, examples/osgkeyboard/CMakeLists.txt, examples/osgkeyboardmouse/CMakeLists.txt, examples/osglauncher/CMakeLists.txt, examples/osglight/CMakeLists.txt, examples/osglightpoint/CMakeLists.txt, examples/osglogicop/CMakeLists.txt, examples/osglogo/CMakeLists.txt, examples/osgmanipulator/CMakeLists.txt, examples/osgmotionblur/CMakeLists.txt, examples/osgmovie/CMakeLists.txt, examples/osgmultiplecameras/CMakeLists.txt, examples/osgmultitexture/CMakeLists.txt, examples/osgoccluder/CMakeLists.txt, examples/osgpagedlod/CMakeLists.txt, examples/osgparametric/CMakeLists.txt, examples/osgparticle/CMakeLists.txt, examples/osgparticleeffects/CMakeLists.txt, examples/osgphotoalbum/CMakeLists.txt, examples/osgpick/CMakeLists.txt, examples/osgplanets/CMakeLists.txt, examples/osgpoints/CMakeLists.txt, examples/osgpointsprite/CMakeLists.txt, examples/osgprecipitation/CMakeLists.txt, examples/osgprerender/CMakeLists.txt, examples/osgprerendercubemap/CMakeLists.txt, examples/osgreflect/CMakeLists.txt, examples/osgscalarbar/CMakeLists.txt, examples/osgscribe/CMakeLists.txt, examples/osgsequence/CMakeLists.txt, examples/osgshaders/CMakeLists.txt, examples/osgshaderterrain/CMakeLists.txt, examples/osgshadow/CMakeLists.txt, examples/osgshadowtexture/CMakeLists.txt, examples/osgshape/CMakeLists.txt, examples/osgsimple/CMakeLists.txt, examples/osgsimplifier/CMakeLists.txt, examples/osgsimulation/CMakeLists.txt, examples/osgslice/CMakeLists.txt, examples/osgspacewarp/CMakeLists.txt, examples/osgspheresegment/CMakeLists.txt, examples/osgspotlight/CMakeLists.txt, examples/osgstereoimage/CMakeLists.txt, examples/osgteapot/CMakeLists.txt, examples/osgterrain/CMakeLists.txt, examples/osgtessellate/CMakeLists.txt, examples/osgtext/CMakeLists.txt, examples/osgtexture1D/CMakeLists.txt, examples/osgtexture2D/CMakeLists.txt, examples/osgtexture3D/CMakeLists.txt, examples/osgtexturerectangle/CMakeLists.txt, examples/osgunittests/CMakeLists.txt, examples/osgvertexprogram/CMakeLists.txt, examples/osgvolume/CMakeLists.txt, examples/osgwindows/CMakeLists.txt, src/osgPlugins/3dc/CMakeLists.txt, src/osgPlugins/3ds/CMakeLists.txt, src/osgPlugins/OpenFlight/CMakeLists.txt, src/osgPlugins/ac/CMakeLists.txt, src/osgPlugins/bmp/CMakeLists.txt, src/osgPlugins/dds/CMakeLists.txt, src/osgPlugins/dw/CMakeLists.txt, src/osgPlugins/dxf/CMakeLists.txt, src/osgPlugins/freetype/CMakeLists.txt, src/osgPlugins/geo/CMakeLists.txt, src/osgPlugins/gif/CMakeLists.txt, src/osgPlugins/hdr/CMakeLists.txt, src/osgPlugins/ive/CMakeLists.txt, src/osgPlugins/lws/CMakeLists.txt, src/osgPlugins/md2/CMakeLists.txt, src/osgPlugins/net/CMakeLists.txt, src/osgPlugins/obj/CMakeLists.txt, src/osgPlugins/osg/CMakeLists.txt, src/osgPlugins/osgFX/CMakeLists.txt, src/osgPlugins/osgParticle/CMakeLists.txt, src/osgPlugins/osgSim/CMakeLists.txt, src/osgPlugins/osgText/CMakeLists.txt, src/osgPlugins/osga/CMakeLists.txt, src/osgPlugins/osgtgz/CMakeLists.txt, src/osgPlugins/pic/CMakeLists.txt, src/osgPlugins/png/CMakeLists.txt, src/osgPlugins/rgb/CMakeLists.txt, src/osgPlugins/rot/CMakeLists.txt, src/osgPlugins/scale/CMakeLists.txt, src/osgPlugins/shp/CMakeLists.txt, src/osgPlugins/stl/CMakeLists.txt, src/osgPlugins/tga/CMakeLists.txt, src/osgPlugins/tgz/CMakeLists.txt, src/osgPlugins/trans/CMakeLists.txt, src/osgPlugins/x/CMakeLists.txt, src/osgPlugins/zip/CMakeLists.txt: Ran dos2unix on CMakeLists.txt files. 2007-03-19 12:30 robert * CMakeLists.txt, CMakeModules/OsgMacroUtils.cmake, applications/CMakeLists.txt, applications/osgarchive/CMakeLists.txt, applications/osgconv/CMakeLists.txt, applications/osgversion/CMakeLists.txt, applications/osgviewer/CMakeLists.txt, examples/CMakeLists.txt, examples/osganimate/CMakeLists.txt, examples/osgautotransform/CMakeLists.txt, examples/osgbillboard/CMakeLists.txt, examples/osgblendequation/CMakeLists.txt, examples/osgcallback/CMakeLists.txt, examples/osgcamera/CMakeLists.txt, examples/osgcatch/CMakeLists.txt, examples/osgclip/CMakeLists.txt, examples/osgcopy/CMakeLists.txt, examples/osgcubemap/CMakeLists.txt, examples/osgdelaunay/CMakeLists.txt, examples/osgdepthpartition/CMakeLists.txt, examples/osgdepthshadow/CMakeLists.txt, examples/osgdistortion/CMakeLists.txt, examples/osgfadetext/CMakeLists.txt, examples/osgforest/CMakeLists.txt, examples/osgfxbrowser/CMakeLists.txt, examples/osggeodemo/CMakeLists.txt, examples/osggeometry/CMakeLists.txt, examples/osghangglide/CMakeLists.txt, examples/osghud/CMakeLists.txt, examples/osgimpostor/CMakeLists.txt, examples/osgintersection/CMakeLists.txt, examples/osgkeyboard/CMakeLists.txt, examples/osgkeyboardmouse/CMakeLists.txt, examples/osglauncher/CMakeLists.txt, examples/osglight/CMakeLists.txt, examples/osglightpoint/CMakeLists.txt, examples/osglogicop/CMakeLists.txt, examples/osglogo/CMakeLists.txt, examples/osgmanipulator/CMakeLists.txt, examples/osgmotionblur/CMakeLists.txt, examples/osgmovie/CMakeLists.txt, examples/osgmultiplecameras/CMakeLists.txt, examples/osgmultitexture/CMakeLists.txt, examples/osgoccluder/CMakeLists.txt, examples/osgpagedlod/CMakeLists.txt, examples/osgparametric/CMakeLists.txt, examples/osgparticle/CMakeLists.txt, examples/osgparticleeffects/CMakeLists.txt, examples/osgphotoalbum/CMakeLists.txt, examples/osgpick/CMakeLists.txt, examples/osgplanets/CMakeLists.txt, examples/osgpoints/CMakeLists.txt, examples/osgpointsprite/CMakeLists.txt, examples/osgprecipitation/CMakeLists.txt, examples/osgprerender/CMakeLists.txt, examples/osgprerendercubemap/CMakeLists.txt, examples/osgreflect/CMakeLists.txt, examples/osgscalarbar/CMakeLists.txt, examples/osgscribe/CMakeLists.txt, examples/osgsequence/CMakeLists.txt, examples/osgshaders/CMakeLists.txt, examples/osgshaderterrain/CMakeLists.txt, examples/osgshadow/CMakeLists.txt, examples/osgshadowtexture/CMakeLists.txt, examples/osgshape/CMakeLists.txt, examples/osgsimple/CMakeLists.txt, examples/osgsimplifier/CMakeLists.txt, examples/osgsimulation/CMakeLists.txt, examples/osgslice/CMakeLists.txt, examples/osgspacewarp/CMakeLists.txt, examples/osgspheresegment/CMakeLists.txt, examples/osgspotlight/CMakeLists.txt, examples/osgstereoimage/CMakeLists.txt, examples/osgteapot/CMakeLists.txt, examples/osgterrain/CMakeLists.txt, examples/osgtessellate/CMakeLists.txt, examples/osgtext/CMakeLists.txt, examples/osgtexture1D/CMakeLists.txt, examples/osgtexture2D/CMakeLists.txt, examples/osgtexture3D/CMakeLists.txt, examples/osgtexturerectangle/CMakeLists.txt, examples/osgunittests/CMakeLists.txt, examples/osgvertexprogram/CMakeLists.txt, examples/osgvolume/CMakeLists.txt, examples/osgwindows/CMakeLists.txt, src/osgPlugins/3dc/CMakeLists.txt, src/osgPlugins/3ds/CMakeLists.txt, src/osgPlugins/CMakeLists.txt, src/osgPlugins/OpenFlight/CMakeLists.txt, src/osgPlugins/ac/CMakeLists.txt, src/osgPlugins/bmp/CMakeLists.txt, src/osgPlugins/dds/CMakeLists.txt, src/osgPlugins/dw/CMakeLists.txt, src/osgPlugins/dxf/CMakeLists.txt, src/osgPlugins/freetype/CMakeLists.txt, src/osgPlugins/geo/CMakeLists.txt, src/osgPlugins/gif/CMakeLists.txt, src/osgPlugins/hdr/CMakeLists.txt, src/osgPlugins/ive/CMakeLists.txt, src/osgPlugins/jpeg/CMakeLists.txt, src/osgPlugins/lws/CMakeLists.txt, src/osgPlugins/md2/CMakeLists.txt, src/osgPlugins/net/CMakeLists.txt, src/osgPlugins/obj/CMakeLists.txt, src/osgPlugins/osg/CMakeLists.txt, src/osgPlugins/osgFX/CMakeLists.txt, src/osgPlugins/osgParticle/CMakeLists.txt, src/osgPlugins/osgSim/CMakeLists.txt, src/osgPlugins/osgText/CMakeLists.txt, src/osgPlugins/osga/CMakeLists.txt, src/osgPlugins/osgtgz/CMakeLists.txt, src/osgPlugins/pic/CMakeLists.txt, src/osgPlugins/png/CMakeLists.txt, src/osgPlugins/rgb/CMakeLists.txt, src/osgPlugins/rot/CMakeLists.txt, src/osgPlugins/scale/CMakeLists.txt, src/osgPlugins/shp/CMakeLists.txt, src/osgPlugins/stl/CMakeLists.txt, src/osgPlugins/tga/CMakeLists.txt, src/osgPlugins/tgz/CMakeLists.txt, src/osgPlugins/tiff/CMakeLists.txt, src/osgPlugins/trans/CMakeLists.txt, src/osgPlugins/x/CMakeLists.txt, src/osgPlugins/zip/CMakeLists.txt: From Luigi Calori, move to using local CMakeLists.txt files and explicit file lists. From Robert Osfield, small ammendments of the above to seperate example and application installs, and fix the osgPlugins install directory. 2007-03-19 11:47 robert * src/osgWrappers/osgTerrain/TerrainNode.cpp: Updated wrappers 2007-03-19 11:35 robert * src/osgViewer/GNUmakefile: From Andreas Goebel, add -lgdi to GNUmakefile 2007-03-19 11:25 robert * src/osgTerrain/TerrainNode.cpp: Further work on TerrainNode 2007-03-19 10:54 robert * include/osgTerrain/TerrainNode, src/osgTerrain/TerrainNode.cpp: Build fixes 2007-03-19 10:38 robert * examples/osgterrain/osgterrain.cpp: Further work on osgterrain example 2007-03-18 11:04 robert * include/osgViewer/GraphicsWindowWin32, src/osgViewer/GraphicsWindowWin32.cpp: Removed now redundent method 2007-03-16 14:28 robert * include/osgIntrospection/Reflection, include/osgIntrospection/Value: From David Callu, " bug: Lost the functionality to find the real type pointed by a pointer. Ex: a osg::Node pointer point on a osg::Group, if I look for information on the pointer type, the introspection say it is a "osg::Node*". But if I want information on the pointed type, the introspection must return the "osg::Group". This bug come from the osgIntrospection::Value::Ptr_instance_box::ptype() function. In the original version, this function use the member "Instance_base *inst_" like this : typeof(*static_cast *>(inst_)->_data) But in the new version, this function use the template argument "T": typeof(typename remove_pointer::type) This is a good meta-programming use, but here we need a dynamic request. Moreover the "typeof" macro define in "Reflection" header accept only a type in parameter with the new version. fix: Add the macro "typeofvalue" in "Reflection" header which accept a value or a type in parameter. Restore original code in osgIntrospection::Value::Ptr_instance_box::ptype() function. " 2007-03-16 14:27 robert * src/osgWrappers/osg/GraphicsContext.cpp: Updated wrappers 2007-03-16 13:22 robert * include/osg/GraphicsContext, include/osgViewer/GraphicsWindowCarbon, include/osgViewer/GraphicsWindowWin32, include/osgViewer/GraphicsWindowX11, src/osgViewer/GraphicsWindowCarbon.cpp, src/osgViewer/GraphicsWindowWin32.cpp, src/osgViewer/GraphicsWindowX11.cpp: Added WindowData structures to GraphicsWindowX11,Win32 and Carbon to help support GraphicsWindow inheriting their window handles from an external toolkit 2007-03-16 10:02 robert * Make/makedefs: From Per Fahlberg, "To get the latest OSG to build under IRIX with the MIPSpro compiler I had to add -LANG:libc_in_namespace_std=OFF to DEF in the makedefs file. The modified file is attached." 2007-03-15 13:17 robert * src/osgViewer/CMakeLists.txt: From Philip Lowman, added gdi32 entry fro Mingw build 2007-03-14 12:59 robert * src/osgTerrain/TerrainNode.cpp, src/osgTerrain/TerrainTechnique.cpp: Name fixes 2007-03-14 12:43 robert * examples/osgterrain, examples/osgterrain/osgterrain.cpp: Added osgterrain example 2007-03-14 12:42 robert * examples/CMakeLists.txt: Added osgterrain to build 2007-03-14 12:31 robert * VisualStudio/osgWrappers/osgTerrain/wrapper_osgTerrain.dsp, src/osgWrappers/osg/GraphicsContext.cpp, src/osgWrappers/osgTerrain/GNUmakefile, src/osgWrappers/osgTerrain/HeightFieldNode.cpp, src/osgWrappers/osgTerrain/HeightFieldRenderer.cpp, src/osgWrappers/osgTerrain/Layer.cpp, src/osgWrappers/osgTerrain/Locator.cpp, src/osgWrappers/osgTerrain/TerrainNode.cpp, src/osgWrappers/osgTerrain/TerrainTechnique.cpp: Updated wrappers 2007-03-14 12:00 robert * VisualStudio/osgTerrain/osgTerrain.dsp, include/osgTerrain/Layer, include/osgTerrain/Locator, src/osgTerrain/CMakeLists.txt, src/osgTerrain/GNUmakefile, src/osgTerrain/Layer.cpp, src/osgTerrain/Locator.cpp: Added class shells for osgTerrain::Locator and osgTerrain::Layer classes 2007-03-14 11:24 robert * VisualStudio/osgTerrain/osgTerrain.dsp, Xcode/OpenSceneGraph/OpenSceneGraph.xcodeproj/project.pbxproj, include/osgTerrain/HeightFieldNode, include/osgTerrain/HeightFieldRenderer, include/osgTerrain/TerrainNode, include/osgTerrain/TerrainTechnique, src/osgTerrain/CMakeLists.txt, src/osgTerrain/GNUmakefile, src/osgTerrain/HeightFieldNode.cpp, src/osgTerrain/HeightFieldRenderer.cpp, src/osgTerrain/TerrainNode.cpp, src/osgTerrain/TerrainTechnique.cpp: Renamed HeightFieldNode and HeightFieldRenderer to TerrainNode and TerrainTechnique respectively 2007-03-14 10:02 robert * src/osgSim/LightPointNode.cpp: Changed typeid(CullVisitor) check to dynamic_cast 2007-03-13 20:09 robert * CMakeModules/FindOpenThreads.cmake: Fixed spacing of message 2007-03-13 20:06 robert * CMakeModules/FindOpenThreads.cmake: Added lib64 to search path for OpenThreads 2007-03-13 12:25 robert * CMakeModules/FindFreeType.cmake, CMakeModules/FindGIFLIB.cmake, src/osgPlugins/jpeg/CMakeLists.txt, src/osgPlugins/tiff/CMakeLists.txt: From Mathieu Narache, build fixes for IRIX64 2007-03-13 11:58 robert * src/osgPlugins/CMakeLists.txt, src/osgPlugins/gif/CMakeLists.txt: Fixed gif plugin entry so that it uses GIFLIB_ rather than GIF to match it up to the CMakeModels/FindGIFLIB.cmake entry 2007-03-13 08:18 robert * src/osgShadow/ShadowedScene.cpp: Checked in missing implementation of cleanSceneGraph. 2007-03-12 21:23 robert * CMakeLists.txt, applications/CMakeLists.txt: Changed the lib and executable local build so that they all go in bin and lib respectively. 2007-03-12 21:13 robert * examples/CMakeLists.txt: Added IF(BUILD_OSG_WRAPPERS) arouind osgintrospection example 2007-03-12 12:46 robert * CMakeModules/OsgMacroUtils.cmake, src/osgWrappers/CMakeLists.txt: Fixed install paths of wrappers and plugins 2007-03-12 12:14 robert * VisualStudio/osgTerrain/osgTerrain.dsp: Removed GDAL references 2007-03-12 12:13 robert * src/osgTerrain/GNUmakefile: Removed GDAL references 2007-03-12 11:49 robert * src/CMakeLists.txt: Cleaned up the ordering of the code component compilation 2007-03-12 11:48 robert * src/osgTerrain/CMakeLists.txt: Fixed osgTerrain CMakeLists.txt so it didn't include DataSet or GDAL references 2007-03-12 08:32 robert * src/osgWrappers/CMakeLists.txt: From Luigi Calori, fixes for building wrappers with lib prefix. 2007-03-11 13:23 robert * Make/makedirdefs, VisualStudio/osgPlugins/ESRIShape/ESRIShape.dsp, VisualStudio/osgPlugins/ac3d/ac3d.dsp, VisualStudio/osgPlugins/directx/directx.dsp, VisualStudio/osgPlugins/lib3ds/lib3ds.dsp, src/osgPlugins/3ds, src/osgPlugins/CMakeLists.txt, src/osgPlugins/ESRIShape, src/osgPlugins/ac, src/osgPlugins/ac3d, src/osgPlugins/directx, src/osgPlugins/lib3ds, src/osgPlugins/shp, src/osgPlugins/x: Renamed the follow plugins to facilitate CMake build lib3ds -> 3ds ac3d -> ac directx -> x ESRIShape -> shp 2007-03-11 13:21 robert * src/CMakeLists.txt: Moved introspection build into optional compile section 2007-03-11 13:15 robert * src/osgWrappers/CMakeLists.txt: Changed the output directory for wrappers to osgPlugins and the name to osgwrapper_ to make it consitent with the previous places used for wrappers. Note, the wrappers still compile to libosgwarapper_, this will need fixing. 2007-03-11 11:48 robert * include/osg/GraphicsContext: Added inheritedWindowData member variable to Traits. 2007-03-10 17:29 robert * src/osgViewer/GNUmakefile: From Bob Kuehne, fix for AGL build of osgViewer 2007-03-10 12:27 robert * src/osgWrappers/osg/TransferFunction.cpp: Updated wrappers 2007-03-10 11:56 robert * src/osg/CMakeLists.txt: Correct TransferFunction entry. 2007-03-10 11:53 robert * VisualStudio/osg/osg.dsp, VisualStudio/osgWrappers/osg/wrapper_osg.dsp, include/osg/TransferFunction, src/osg/CMakeLists.txt, src/osg/GNUmakefile, src/osg/TransferFunction.cpp, src/osgWrappers/osg/TransferFunction.cpp: Added preliminary work on osg::TransferFunction 2007-03-10 11:38 robert * src/osgWrappers/osg/GNUmakefile, src/osgWrappers/osgManipulator/Dragger.cpp: Updated wrappers 2007-03-10 11:38 robert * src/osgWrappers/CMakeLists.txt: From Luigi Calori, CMakeLists.txt support for wrappers 2007-03-09 16:25 robert * CMakeLists.txt, CMakeModules/ModuleInstall.cmake: From Luigi Calori, "Here are some fix for building plugin net and installing .lib under lib under WIndows + some setting (commented) coming from previous build setup" 2007-03-09 14:54 robert * CMakeLists.txt, CMakeModules/ModuleInstall.cmake, CMakeModules/OsgMacroUtils.cmake: From Luigi Calori, improvements to handling of install under Unix 2007-03-09 14:54 robert * src/osg/CMakeLists.txt: Commenting out Matrix_implementation.cpp entry to avoid it being installed. 2007-03-09 13:47 robert * CMakeModules/OsgMacroUtils.cmake, applications/CMakeLists.txt, examples/CMakeLists.txt: Added application_ and example_ before application and example projects. Converted the application CMakeLists.txt and macros to work with the ADD_OSG_APPLICATION macro. Removed the GDAL checks in the examples/CMakeLists.txt 2007-03-09 09:08 robert * examples/CMakeLists.txt: Setting of binary/exe path moved to root CMakeLists.txt 2007-03-09 09:07 robert * CMakeLists.txt: Ran dos2unix 2007-03-08 21:19 robert * src/osgPlugins/CMakeLists.txt, src/osgPlugins/freetype/CMakeLists.txt: From Luigi Calori, fixed build of freetype and zlib. 2007-03-08 15:33 robert * CMakeModules/FindOpenThreads.cmake, CMakeModules/OsgMacroUtils.cmake: From Lugi Calori, tweaks to macros and addition of CMAKE_INSTALL_PREFIX to FindOpenThreads 2007-03-08 15:31 robert * src/osg/CMakeLists.txt, src/osgDB/CMakeLists.txt, src/osgFX/CMakeLists.txt, src/osgGA/CMakeLists.txt, src/osgIntrospection/CMakeLists.txt, src/osgManipulator/CMakeLists.txt, src/osgParticle/CMakeLists.txt, src/osgShadow/CMakeLists.txt, src/osgSim/CMakeLists.txt, src/osgTerrain/CMakeLists.txt, src/osgText/CMakeLists.txt, src/osgUtil/CMakeLists.txt, src/osgViewer/CMakeLists.txt: Ran dos2unx of CMakeLists.txt files 2007-03-08 15:29 robert * src/osgPlugins/CMakeLists.txt, src/osgPlugins/freetype/CMakeLists.txt, src/osgPlugins/gif/CMakeLists.txt, src/osgPlugins/jpeg/CMakeLists.txt, src/osgPlugins/png/CMakeLists.txt, src/osgPlugins/tiff/CMakeLists.txt: From Luigi Calori, added support macro based build of plugins 2007-03-06 12:03 robert * applications/CMakeLists.txt: Added application CMakeLists. 2007-03-06 12:02 robert * examples/CMakeLists.txt: From Luigi Calori, quick hack to make example compile in source. 2007-03-06 12:01 robert * include/osgManipulator/Dragger, src/osgManipulator/Dragger.cpp: Changed _pixel_x and _pixel_y to be floats 2007-03-06 11:20 robert * src/osg/Image.cpp: Added support for 4,7,12,16 bit luminance and intensity formats 2007-03-05 17:46 robert * src/osgWrappers/osg/AlphaFunc.cpp, src/osgWrappers/osg/BlendColor.cpp, src/osgWrappers/osg/BlendEquation.cpp, src/osgWrappers/osg/BlendFunc.cpp, src/osgWrappers/osg/ClipPlane.cpp, src/osgWrappers/osg/CullFace.cpp, src/osgWrappers/osg/Depth.cpp, src/osgWrappers/osg/Fog.cpp, src/osgWrappers/osg/FragmentProgram.cpp, src/osgWrappers/osg/Geometry.cpp, src/osgWrappers/osg/Light.cpp, src/osgWrappers/osg/LineStipple.cpp, src/osgWrappers/osg/LogicOp.cpp, src/osgWrappers/osg/Material.cpp, src/osgWrappers/osg/Point.cpp, src/osgWrappers/osg/PointSprite.cpp, src/osgWrappers/osg/PolygonOffset.cpp, src/osgWrappers/osg/PolygonStipple.cpp, src/osgWrappers/osg/Scissor.cpp, src/osgWrappers/osg/ShapeDrawable.cpp, src/osgWrappers/osg/Stencil.cpp, src/osgWrappers/osg/StencilTwoSided.cpp, src/osgWrappers/osg/TexGen.cpp, src/osgWrappers/osg/Texture.cpp, src/osgWrappers/osg/VertexProgram.cpp, src/osgWrappers/osgSim/ImpostorSprite.cpp: Updated wrappers 2007-03-05 17:34 robert * include/osg/AlphaFunc, include/osg/BlendColor, include/osg/BlendEquation, include/osg/BlendFunc, include/osg/ClipPlane, include/osg/CullFace, include/osg/Depth, include/osg/Fog, include/osg/FragmentProgram, include/osg/Geometry, include/osg/Light, include/osg/LineStipple, include/osg/LogicOp, include/osg/Material, include/osg/Point, include/osg/PointSprite, include/osg/PolygonOffset, include/osg/PolygonStipple, include/osg/Scissor, include/osg/ShapeDrawable, include/osg/Stencil, include/osg/StencilTwoSided, include/osg/TexGen, include/osg/Texture, include/osg/VertexProgram, include/osgSim/ImpostorSprite: From Mike Wittman, " noticed that some type references of osg::Drawable::AttributeFunctor, osg::Drawable::ConstAttributeFunctor, and osg::StateAttribute::ModeUsage in osg and osgSim were not being properly reflected in osgIntrospection. This appears to be due to Doxygen not handling nested types from superclasses if they're not qualified when referenced in subclasses. These changes add the necessary superclass type qualification so that Doxygen now recognizes the references." 2007-03-05 13:27 robert * CMakeLists.txt, CMakeModules/ListHandle.cmake, CMakeModules/ModuleInstall.cmake, CMakeModules/OsgMacroUtils.cmake, CMakeModules/UtilityMacros.cmake, examples/CMakeLists.txt, src/CMakeLists.txt: From Luigi Calori, added marco support 2007-03-05 12:11 robert * src/osgText/CMakeLists.txt: Added missing files 2007-03-05 12:09 robert * src/osg/CMakeLists.txt, src/osgSim/CMakeLists.txt: Added missing files 2007-03-04 13:05 robert * CMakeLists.txt, CMakeModules, CMakeModules/FindFreeType.cmake, CMakeModules/FindGIFLIB.cmake, CMakeModules/FindOpenThreads.cmake, CMakeModules/FindQuickTime.cmake, src/CMakeLists.txt, src/osg/CMakeLists.txt, src/osgDB/CMakeLists.txt, src/osgFX/CMakeLists.txt, src/osgGA/CMakeLists.txt, src/osgIntrospection/CMakeLists.txt, src/osgManipulator/CMakeLists.txt, src/osgParticle/CMakeLists.txt, src/osgPlugins/CMakeLists.txt, src/osgShadow/CMakeLists.txt, src/osgSim/CMakeLists.txt, src/osgTerrain/CMakeLists.txt, src/osgText/CMakeLists.txt, src/osgUtil/CMakeLists.txt, src/osgViewer/CMakeLists.txt: From Eric Wing and others, first cut of CMake build support 2007-03-04 13:04 robert * VisualStudio/osgIntrospection/osgIntrospection.dsp: From Mike Wittman, updated project to reflect new additions to osgIntrospection 2007-03-04 13:04 robert * examples/osgshadow/osgshadow.cpp: Fixed command line parameter reporting 2007-03-04 13:03 robert * examples/osgintrospection/osgintrospection.cpp: From Mike Wittman, updates to support new protected method support 2007-03-02 16:14 robert * examples/osgdistortion/osgdistortion.cpp: Added proper maths for distortion correction of pufferfish dome. 2007-03-01 13:41 robert * src/osgPlugins/directx/mesh.cpp: Changed the index value to 0 of the token vector, wheras original the 1 was used, the later causing a crash when only one token was available. Also clean up #if #else #endif block to help make the code more readable and maintainable. This bug and fix was found by Anders Backman, but final implementation done by Robert Osfield. 2007-03-01 12:10 robert * src/osgPlugins/txp/ReaderWriterTXP.cpp, src/osgPlugins/txp/TXPArchive.cpp, src/osgPlugins/txp/TXPArchive.h, src/osgPlugins/txp/TXPParser.cpp: From David Gurhrie, "Here is the updated txp loader code that we modified before to store some of the material codes in the userdata field. It now takes an option string to enable adding the extra data and doesn't add it by default." 2007-03-01 11:58 robert * src/osgWrappers/osg/AutoTransform.cpp, src/osgWrappers/osg/Billboard.cpp, src/osgWrappers/osg/BufferObject.cpp, src/osgWrappers/osg/CollectOccludersVisitor.cpp, src/osgWrappers/osg/CoordinateSystemNode.cpp, src/osgWrappers/osg/CullStack.cpp, src/osgWrappers/osg/DeleteHandler.cpp, src/osgWrappers/osg/Drawable.cpp, src/osgWrappers/osg/FrameBufferObject.cpp, src/osgWrappers/osg/Geometry.cpp, src/osgWrappers/osg/GraphicsContext.cpp, src/osgWrappers/osg/Group.cpp, src/osgWrappers/osg/Image.cpp, src/osgWrappers/osg/Light.cpp, src/osgWrappers/osg/Node.cpp, src/osgWrappers/osg/PagedLOD.cpp, src/osgWrappers/osg/ProxyNode.cpp, src/osgWrappers/osg/Referenced.cpp, src/osgWrappers/osg/Shader.cpp, src/osgWrappers/osg/State.cpp, src/osgWrappers/osg/StateAttribute.cpp, src/osgWrappers/osg/StateSet.cpp, src/osgWrappers/osg/Stats.cpp, src/osgWrappers/osg/TexEnvCombine.cpp, src/osgWrappers/osg/Texture.cpp, src/osgWrappers/osg/Texture1D.cpp, src/osgWrappers/osg/Texture2D.cpp, src/osgWrappers/osg/Texture3D.cpp, src/osgWrappers/osg/TextureCubeMap.cpp, src/osgWrappers/osg/TextureRectangle.cpp, src/osgWrappers/osg/Uniform.cpp, src/osgWrappers/osgDB/DatabasePager.cpp, src/osgWrappers/osgDB/DotOsgWrapper.cpp, src/osgWrappers/osgDB/DynamicLibrary.cpp, src/osgWrappers/osgDB/Field.cpp, src/osgWrappers/osgDB/Registry.cpp, src/osgWrappers/osgDB/SharedStateManager.cpp, src/osgWrappers/osgFX/AnisotropicLighting.cpp, src/osgWrappers/osgFX/BumpMapping.cpp, src/osgWrappers/osgFX/Cartoon.cpp, src/osgWrappers/osgFX/Effect.cpp, src/osgWrappers/osgFX/MultiTextureControl.cpp, src/osgWrappers/osgFX/Registry.cpp, src/osgWrappers/osgFX/Scribe.cpp, src/osgWrappers/osgFX/SpecularHighlights.cpp, src/osgWrappers/osgFX/Technique.cpp, src/osgWrappers/osgGA/AnimationPathManipulator.cpp, src/osgWrappers/osgGA/DriveManipulator.cpp, src/osgWrappers/osgGA/EventVisitor.cpp, src/osgWrappers/osgGA/FlightManipulator.cpp, src/osgWrappers/osgGA/MatrixManipulator.cpp, src/osgWrappers/osgGA/NodeTrackerManipulator.cpp, src/osgWrappers/osgGA/StateSetManipulator.cpp, src/osgWrappers/osgGA/TerrainManipulator.cpp, src/osgWrappers/osgGA/TrackballManipulator.cpp, src/osgWrappers/osgGA/UFOManipulator.cpp, src/osgWrappers/osgManipulator/Command.cpp, src/osgWrappers/osgManipulator/Constraint.cpp, src/osgWrappers/osgManipulator/Dragger.cpp, src/osgWrappers/osgParticle/Emitter.cpp, src/osgWrappers/osgParticle/FluidProgram.cpp, src/osgWrappers/osgParticle/ModularEmitter.cpp, src/osgWrappers/osgParticle/ModularProgram.cpp, src/osgWrappers/osgParticle/ParticleProcessor.cpp, src/osgWrappers/osgParticle/ParticleSystem.cpp, src/osgWrappers/osgParticle/PrecipitationEffect.cpp, src/osgWrappers/osgParticle/Program.cpp, src/osgWrappers/osgShadow/OccluderGeometry.cpp, src/osgWrappers/osgSim/Impostor.cpp, src/osgWrappers/osgSim/ImpostorSprite.cpp, src/osgWrappers/osgSim/MultiSwitch.cpp, src/osgWrappers/osgSim/OpenFlightOptimizer.cpp, src/osgWrappers/osgSim/OverlayNode.cpp, src/osgWrappers/osgSim/ScalarBar.cpp, src/osgWrappers/osgTerrain/Export.cpp, src/osgWrappers/osgText/FadeText.cpp, src/osgWrappers/osgText/Font.cpp, src/osgWrappers/osgText/Text.cpp, src/osgWrappers/osgUtil/CubeMapGenerator.cpp, src/osgWrappers/osgUtil/CullVisitor.cpp, src/osgWrappers/osgUtil/DelaunayTriangulator.cpp, src/osgWrappers/osgUtil/HalfWayMapGenerator.cpp, src/osgWrappers/osgUtil/HighlightMapGenerator.cpp, src/osgWrappers/osgUtil/IntersectVisitor.cpp, src/osgWrappers/osgUtil/IntersectionVisitor.cpp, src/osgWrappers/osgUtil/LineSegmentIntersector.cpp, src/osgWrappers/osgUtil/Optimizer.cpp, src/osgWrappers/osgUtil/ReflectionMapGenerator.cpp, src/osgWrappers/osgUtil/SceneView.cpp, src/osgWrappers/osgUtil/TangentSpaceGenerator.cpp, src/osgWrappers/osgUtil/Tessellator.cpp, src/osgWrappers/osgUtil/UpdateVisitor.cpp, src/osgWrappers/osgViewer/CompositeViewer.cpp, src/osgWrappers/osgViewer/GraphicsWindow.cpp, src/osgWrappers/osgViewer/HelpHandler.cpp, src/osgWrappers/osgViewer/SimpleViewer.cpp, src/osgWrappers/osgViewer/StatsHandler.cpp, src/osgWrappers/osgViewer/Viewer.cpp: Updated wrappers 2007-03-01 11:54 robert * genwrapper.conf, include/osgIntrospection/Exceptions, include/osgIntrospection/InstanceCreator, include/osgIntrospection/ReflectionMacros, include/osgIntrospection/Reflector, include/osgIntrospection/StaticMethodInfo, include/osgIntrospection/Type, include/osgIntrospection/TypedMethodInfo, src/osgIntrospection/Type.cpp: From Mike Wittman, added protected function support 2007-03-01 10:43 robert * VisualStudio/osgUtil/osgUtil.dsp: From Jean-Sebastien Guay, fix Windows build by adding space in where previous editing had removed it. 2007-03-01 09:19 robert * VisualStudio/OpenSceneGraph.dsw: Added osgShadow to dependencies of osgdepthshadow example 2007-02-28 12:15 robert * src/osgPlugins/txp/ReaderWriterTXP.cpp, src/osgPlugins/txp/TXPArchive.cpp, src/osgPlugins/txp/TXPArchive.h, src/osgPlugins/txp/TXPParser.cpp: Ran cleanup to fix tabs 2007-02-28 11:18 robert * src/osgShadow/ShadowTexture.cpp: Added support for direction lights to ShadowTexture 2007-02-28 11:12 robert * src/osgShadow/ShadowMap.cpp: From Mihai Radu, Added support for directional lights to ShadowMap 2007-02-28 10:10 robert * include/osg/LOD: Added mention of LODScale in docs 2007-02-28 10:08 robert * include/osg/LOD: From Paul Martz, updated the LOD documentation 2007-02-27 21:31 robert * Make/makedirdefs: Added osgTerrain into default build of wrappers 2007-02-27 21:18 robert * VisualStudio/highlight70.reg, VisualStudio/highlight71.reg, VisualStudio/highlight80.reg, Xcode/XcodeTemplates/OSG Application/osgApp_Prefix.pch, genwrapper.conf: Further clean up for refernces to osgTerrain/DataSet 2007-02-27 21:16 robert * applications/osgdem: Removed osgdem as its now part of the VirtualPlanetBuilder project 2007-02-27 21:12 robert * Make/dependencies, Make/makedefs, Make/makedirdefs, VisualStudio/OpenSceneGraph.dsw, VisualStudio/examples/osgbluemarble, VisualStudio/osgPlugins/gdal, VisualStudio/osgTerrain/osgTerrain.dsp, VisualStudio/osgWrappers/osgTerrain/wrapper_osgTerrain.dsp, Xcode/OpenSceneGraph/OpenSceneGraph.xcodeproj/project.pbxproj, Xcode/OpenSceneGraph/osgbluemarble-Info.plist, Xcode/OpenSceneGraph/osgdem-Info.plist, examples/osgbluemarble, examples/osgfadetext/GNUmakefile, examples/osgfadetext/GNUmakefile.inst, examples/osgfadetext/osgfadetext.cpp, examples/osgsimulation/GNUmakefile, examples/osgsimulation/GNUmakefile.inst, examples/osgsimulation/osgsimulation.cpp, include/osgTerrain/DataSet, src/osgPlugins/gdal, src/osgTerrain/DataSet.cpp, src/osgTerrain/GNUmakefile, src/osgWrappers/osgTerrain/DataSet.cpp, src/osgWrappers/osgTerrain/GNUmakefile, src/osgWrappers/osgText/Text.cpp: Moved include/osgTerrain/DataSet/.cpp, gdal plugin and osgdem out into the VirtualPlaneBuilder project. Updated examples to remove DataSet/GDAL dependency. Updated wrappers 2007-02-27 14:09 robert * genwrapper.conf: Ammend the references to ReentrantMutex and ReadWriteMutex to related to their move to OpenThreads 2007-02-27 13:16 robert * Make/dependencies, Make/makedefs, Make/makedirdefs, VisualStudio/MUST_READ_ME.txt, VisualStudio/OpenSceneGraph.dsw, VisualStudio/applications/osgarchive/osgarchive.dsp, VisualStudio/applications/osgproducerviewer, VisualStudio/applications/osgversion/osgversion.dsp, VisualStudio/examples/osgdepthshadow/osgdepthshadow.dsp, VisualStudio/examples/osgintersection/osgintersection.dsp, VisualStudio/examples/osgintrospection/example_osgintrospection.dsp, VisualStudio/examples/osglauncher/resources.rc, VisualStudio/examples/osgteapot/osgteapot.dsp, VisualStudio/examples/osgunittests/osgunittests.dsp, VisualStudio/fixup-vc6-dsps.pl, VisualStudio/icons/osg_icon.rc, VisualStudio/osg/osg.dsp, VisualStudio/osgDB/osgDB.dsp, VisualStudio/osgFX/osgFX.dsp, VisualStudio/osgGA/osgGA.dsp, VisualStudio/osgIntrospection/osgIntrospection.dsp, VisualStudio/osgManipulator/osgManipulator.dsp, VisualStudio/osgParticle/osgParticle.dsp, VisualStudio/osgPlugins/3dc/3dc.dsp, VisualStudio/osgPlugins/ESRIShape/ESRIShape.dsp, VisualStudio/osgPlugins/OpenFlight/OpenFlight.dsp, VisualStudio/osgPlugins/ac3d/ac3d.dsp, VisualStudio/osgPlugins/bmp/bmp.dsp, VisualStudio/osgPlugins/bsp/bsp.dsp, VisualStudio/osgPlugins/dae/dae.dsp, VisualStudio/osgPlugins/dds/dds.dsp, VisualStudio/osgPlugins/directx/directx.dsp, VisualStudio/osgPlugins/dw/dw.dsp, VisualStudio/osgPlugins/dxf/dxf.dsp, VisualStudio/osgPlugins/flt/flt.dsp, VisualStudio/osgPlugins/freetype/freetype.dsp, VisualStudio/osgPlugins/gdal/gdal.dsp, VisualStudio/osgPlugins/geo/geo.dsp, VisualStudio/osgPlugins/gif/gif.dsp, VisualStudio/osgPlugins/hdr/hdr.dsp, VisualStudio/osgPlugins/ive/ive.dsp, VisualStudio/osgPlugins/jpeg/jpeg.dsp, VisualStudio/osgPlugins/lib3ds/lib3ds.dsp, VisualStudio/osgPlugins/logo/logo.dsp, VisualStudio/osgPlugins/lwo/lwo.dsp, VisualStudio/osgPlugins/lws/lws.dsp, VisualStudio/osgPlugins/md2/md2.dsp, VisualStudio/osgPlugins/net/net.dsp, VisualStudio/osgPlugins/normals/normals.dsp, VisualStudio/osgPlugins/obj/obj.dsp, VisualStudio/osgPlugins/osg/dot_osg.dsp, VisualStudio/osgPlugins/osgFX/dot_osgFX.dsp, VisualStudio/osgPlugins/osgParticle/dot_osgParticle.dsp, VisualStudio/osgPlugins/osgSim/dot_osgSim.dsp, VisualStudio/osgPlugins/osgText/dot_osgText.dsp, VisualStudio/osgPlugins/osga/osga.dsp, VisualStudio/osgPlugins/osgtgz/osgtgz.dsp, VisualStudio/osgPlugins/pic/pic.dsp, VisualStudio/osgPlugins/png/png.dsp, VisualStudio/osgPlugins/pnm/pnm.dsp, VisualStudio/osgPlugins/quicktime/quicktime.dsp, VisualStudio/osgPlugins/rgb/rgb.dsp, VisualStudio/osgPlugins/rot/rot.dsp, VisualStudio/osgPlugins/scale/scale.dsp, VisualStudio/osgPlugins/stl/stl.dsp, VisualStudio/osgPlugins/tga/tga.dsp, VisualStudio/osgPlugins/tgz/tgz.dsp, VisualStudio/osgPlugins/tiff/tiff.dsp, VisualStudio/osgPlugins/trans/trans.dsp, VisualStudio/osgPlugins/txf/txf.dsp, VisualStudio/osgPlugins/txp/txp.dsp, VisualStudio/osgPlugins/zip/zip.dsp, VisualStudio/osgProducer, VisualStudio/osgShadow/osgShadow.dsp, VisualStudio/osgShell.bat, VisualStudio/osgSim/osgSim.dsp, VisualStudio/osgTerrain/osgTerrain.dsp, VisualStudio/osgText/osgText.dsp, VisualStudio/osgUtil/osgUtil.dsp, VisualStudio/osgViewer/osgViewer.dsp, VisualStudio/osgWrappers/osg/wrapper_osg.dsp, VisualStudio/osgWrappers/osgDB/wrapper_osgDB.dsp, VisualStudio/osgWrappers/osgFX/wrapper_osgFX.dsp, VisualStudio/osgWrappers/osgGA/wrapper_osgGA.dsp, VisualStudio/osgWrappers/osgManipulator/wrapper_osgManipulator.dsp, VisualStudio/osgWrappers/osgParticle/wrapper_osgParticle.dsp, VisualStudio/osgWrappers/osgProducer, VisualStudio/osgWrappers/osgShadow/wrapper_osgShadow.dsp, VisualStudio/osgWrappers/osgSim/wrapper_osgSim.dsp, VisualStudio/osgWrappers/osgTerrain/wrapper_osgTerrain.dsp, VisualStudio/osgWrappers/osgText/wrapper_osgText.dsp, VisualStudio/osgWrappers/osgUtil/wrapper_osgUtil.dsp, VisualStudio/osgWrappers/osgViewer/wrapper_osgViewer.dsp, VisualStudio/reset-64bit-outdirs.pl, Xcode/Misc/ArrangeDMG.sh, Xcode/Misc/Build_OSG_OSX.sh, Xcode/Misc/Tar_Xcode.sh, Xcode/OSX_OSG_README.rtf, Xcode/OpenSceneGraph/OpenSceneGraph.xcodeproj/project.pbxproj, Xcode/OpenSceneGraph/osgProducer-Info.plist, Xcode/XcodeTemplates/OSG Application/OSGApp.pbproj/project.pbxproj, Xcode/XcodeTemplates/OSG Application/main.cpp, Xcode/XcodeTemplates/OSG Application/osgApp_Prefix.pch, Xcode/Xcode_OSG_Instructions.rtf, applications/osgproducerviewer, doc/Doxyfiles/auto_Doxyfile, doc/Doxyfiles/core_Doxyfile, examples/osganimate/GNUmakefile.inst, examples/osgautotransform/GNUmakefile.inst, examples/osgfxbrowser/GNUmakefile.inst, examples/osghangglide/GNUmakefile.inst, examples/osgmanipulator/osgmanipulator.cpp, examples/osgunittests/GNUmakefile.inst, genwrapper.conf, include/osgProducer, include/osgUtil/SceneView, src/osgProducer, src/osgWrappers/osg/View.cpp, src/osgWrappers/osgManipulator/Dragger.cpp, src/osgWrappers/osgManipulator/Projector.cpp, src/osgWrappers/osgManipulator/RotateCylinderDragger.cpp, src/osgWrappers/osgManipulator/RotateSphereDragger.cpp, src/osgWrappers/osgManipulator/Scale1DDragger.cpp, src/osgWrappers/osgManipulator/Scale2DDragger.cpp, src/osgWrappers/osgManipulator/TabPlaneDragger.cpp, src/osgWrappers/osgManipulator/Translate1DDragger.cpp, src/osgWrappers/osgManipulator/Translate2DDragger.cpp, src/osgWrappers/osgManipulator/TranslatePlaneDragger.cpp, src/osgWrappers/osgProducer, src/osgWrappers/osgViewer/SimpleViewer.cpp, src/osgWrappers/osgViewer/View.cpp: Moved osgProducer and osgproducerviewer out into their own repository. Clean up the source for remaining references to osgProducer/Producer. 2007-02-27 11:51 robert * examples/osglogo/osglogo.cpp: Added --label and --subscript options to allow us to create custom logos 2007-02-26 14:36 robert * src/osg/AutoTransform.cpp: Fixed auto rotate to screen so that it handles scales in to the parental path 2007-02-26 13:01 robert * VisualStudio/OpenSceneGraph.dsw, VisualStudio/examples/osgmanipulator/osgmanipulatordemo.dsp, examples/osgmanipulator/GNUmakefile, examples/osgmanipulator/GNUmakefile.inst, examples/osgmanipulator/osgmanipulator.cpp, include/osgManipulator/Dragger, include/osgManipulator/Projector, src/osgGA/DriveManipulator.cpp, src/osgGA/FlightManipulator.cpp, src/osgGA/TrackballManipulator.cpp, src/osgGA/UFOManipulator.cpp, src/osgManipulator/Dragger.cpp, src/osgManipulator/Projector.cpp, src/osgViewer/CompositeViewer.cpp, src/osgViewer/Viewer.cpp: Completed changes to osgManipulator to make it more flexible w.r.t viewer usage, and ported osgmanipulator example across of osgViewer 2007-02-26 11:23 robert * src/osgDB/ReentrantMutex.cpp: Removed ReentrantMutex 2007-02-25 20:05 robert * Make/makedirdefs, VisualStudio/OpenSceneGraph.dsw, VisualStudio/osgPlugins/osgViewer, VisualStudio/osgPlugins/osgViewer/dot_osgViewer.dsp, examples/osgcamera/osgcamera.cpp, include/osg/View, include/osgViewer/View, src/osg/View.cpp, src/osgDB/Registry.cpp, src/osgPlugins/osgViewer/IO_View.cpp, src/osgPlugins/osgViewer/View.cpp, src/osgViewer/View.cpp: Further work on add serialization support for osgViewer configurations 2007-02-25 19:59 robert * src/osgPlugins/osgViewer, src/osgPlugins/osgViewer/GNUmakefile, src/osgPlugins/osgViewer/IO_View.cpp, src/osgPlugins/osgViewer/ReaderWriterOsgViewer.cpp: Added new osgViewer plugin to help with serializing in/out of viewer configurtions 2007-02-24 19:54 robert * VisualStudio/applications/osgarchive/osgarchive.dsp, VisualStudio/applications/osgconv/osgconv.dsp, VisualStudio/applications/osgdem/osgdem.dsp, VisualStudio/applications/osgproducerviewer/osgproducerviewer.dsp, VisualStudio/applications/osgversion/osgversion.dsp, VisualStudio/applications/osgviewer/osgviewerapplication.dsp, VisualStudio/osgTerrain/osgTerrain.dsp, VisualStudio/osgText/osgText.dsp, VisualStudio/osgUtil/osgUtil.dsp, VisualStudio/osgWrappers/osg/wrapper_osg.dsp, VisualStudio/osgWrappers/osgDB/wrapper_osgDB.dsp, VisualStudio/osgWrappers/osgFX/wrapper_osgFX.dsp, VisualStudio/osgWrappers/osgGA/wrapper_osgGA.dsp, VisualStudio/osgWrappers/osgManipulator/wrapper_osgManipulator.dsp, VisualStudio/osgWrappers/osgParticle/wrapper_osgParticle.dsp, VisualStudio/osgWrappers/osgProducer/wrapper_osgProducer.dsp, VisualStudio/osgWrappers/osgShadow/wrapper_osgShadow.dsp, VisualStudio/osgWrappers/osgSim/wrapper_osgSim.dsp, VisualStudio/osgWrappers/osgTerrain/wrapper_osgTerrain.dsp, VisualStudio/osgWrappers/osgText/wrapper_osgText.dsp, VisualStudio/osgWrappers/osgUtil/wrapper_osgUtil.dsp, VisualStudio/osgWrappers/osgViewer/wrapper_osgViewer.dsp: Set propset in .dsp to fix eol to CRLF 2007-02-24 19:51 robert * VisualStudio/examples/osgGLUTkeyboardmouse/osgGLUTkeyboardmouse.dsp, VisualStudio/examples/osgGLUTsimple/osgGLUTsimple.dsp, VisualStudio/examples/osganimate/osganimate.dsp, VisualStudio/examples/osgautotransform/osgautotransform.dsp, VisualStudio/examples/osgbillboard/osgbillboard.dsp, VisualStudio/examples/osgblendequation/osgblendequation.dsp, VisualStudio/examples/osgbluemarble/osgbluemarble.dsp, VisualStudio/examples/osgcallback/osgcallback.dsp, VisualStudio/examples/osgcamera/osgcamera.dsp, VisualStudio/examples/osgcatch/osgcatch.dsp, VisualStudio/examples/osgclip/osgclip.dsp, VisualStudio/examples/osgcluster/osgcluster.dsp, VisualStudio/examples/osgcopy/osgcopy.dsp, VisualStudio/examples/osgcubemap/osgcubemap.dsp, VisualStudio/examples/osgdelaunay/osgdelaunay.dsp, VisualStudio/examples/osgdepthpartition/osgdepthpartition.dsp, VisualStudio/examples/osgdepthshadow/osgdepthshadow.dsp, VisualStudio/examples/osgdistortion/osgdistortion.dsp, VisualStudio/examples/osgfadetext/osgfadetext.dsp, VisualStudio/examples/osgforest/osgforest.dsp, VisualStudio/examples/osgfxbrowser/osgfxbrowser.dsp, VisualStudio/examples/osggeodemo/osggeodemo.dsp, VisualStudio/examples/osggeometry/osggeometry.dsp, VisualStudio/examples/osghangglide/osghangglide.dsp, VisualStudio/examples/osghud/osghud.dsp, VisualStudio/examples/osgimpostor/osgimpostor.dsp, VisualStudio/examples/osgintersection/osgintersection.dsp, VisualStudio/examples/osgintrospection/example_osgintrospection.dsp, VisualStudio/examples/osgkeyboard/osgkeyboard.dsp, VisualStudio/examples/osgkeyboardmouse/osgkeyboardmouse.dsp, VisualStudio/examples/osglauncher/osglauncher.dsp, VisualStudio/examples/osglight/osglight.dsp, VisualStudio/examples/osglightpoint/osglightpoint.dsp, VisualStudio/examples/osglogicop/osglogicop.dsp, VisualStudio/examples/osglogo/osglogo.dsp, VisualStudio/examples/osgmanipulator/osgmanipulatordemo.dsp, VisualStudio/examples/osgmotionblur/osgmotionblur.dsp, VisualStudio/examples/osgmovie/osgmovie.dsp, VisualStudio/examples/osgmultiplecameras/osgmultiplecameras.dsp, VisualStudio/examples/osgmultitexture/osgmultitexture.dsp, VisualStudio/examples/osgoccluder/osgoccluder.dsp, VisualStudio/examples/osgpagedlod/osgpagedlod.dsp, VisualStudio/examples/osgparametric/osgparametric.dsp, VisualStudio/examples/osgparticle/osgparticledemo.dsp, VisualStudio/examples/osgparticleeffects/osgparticleeffects.dsp, VisualStudio/examples/osgphotoalbum/osgphotoalbum.dsp, VisualStudio/examples/osgpick/osgpick.dsp, VisualStudio/examples/osgplanets/osgplanets.dsp, VisualStudio/examples/osgpoints/osgpoints.dsp, VisualStudio/examples/osgpointsprite/osgpointsprite.dsp, VisualStudio/examples/osgprecipitation/osgprecipitation.dsp, VisualStudio/examples/osgprerender/osgprerender.dsp, VisualStudio/examples/osgprerendercubemap/osgprerendercubemap.dsp, VisualStudio/examples/osgreflect/osgreflect.dsp, VisualStudio/examples/osgscalarbar/osgscalarbar.dsp, VisualStudio/examples/osgscribe/osgscribe.dsp, VisualStudio/examples/osgsequence/osgsequence.dsp, VisualStudio/examples/osgshaders/osgshaders.dsp, VisualStudio/examples/osgshaderterrain/osgshaderterrain.dsp, VisualStudio/examples/osgshadow/example_osgshadow.dsp, VisualStudio/examples/osgshadowtexture/osgshadowtexture.dsp, VisualStudio/examples/osgshape/osgshape.dsp, VisualStudio/examples/osgsimple/osgsimple.dsp, VisualStudio/examples/osgsimpleviewerFLTK/osgsimpleviewerFLTK.dsp, VisualStudio/examples/osgsimpleviewerGLUT/osgsimpleviewerGLUT.dsp, VisualStudio/examples/osgsimpleviewerQT3/osgsimpleviewerQT3.dsp, VisualStudio/examples/osgsimpleviewerQT4/osgsimpleviewerQT4.dsp, VisualStudio/examples/osgsimpleviewerSDL/osgsimpleviewerSDL.dsp, VisualStudio/examples/osgsimplifier/osgsimplifier.dsp, VisualStudio/examples/osgsimulation/osgsimulation.dsp, VisualStudio/examples/osgslice/osgslice.dsp, VisualStudio/examples/osgspacewarp/osgspacewarp.dsp, VisualStudio/examples/osgspheresegment/osgspheresegment.dsp, VisualStudio/examples/osgspotlight/osgspotlight.dsp, VisualStudio/examples/osgstereoimage/osgstereoimage.dsp, VisualStudio/examples/osgteapot/osgteapot.dsp, VisualStudio/examples/osgtessellate/osgtessellate.dsp, VisualStudio/examples/osgtext/osgtextdemo.dsp, VisualStudio/examples/osgtexture1D/osgtexture1D.dsp, VisualStudio/examples/osgtexture2D/osgtexture2D.dsp, VisualStudio/examples/osgtexture3D/osgtexture3D.dsp, VisualStudio/examples/osgtexturerectangle/osgtexturerectangle.dsp, VisualStudio/examples/osgunittests/osgunittests.dsp, VisualStudio/examples/osgvertexprogram/osgvertexprogram.dsp, VisualStudio/examples/osgvolume/osgvolume.dsp, VisualStudio/examples/osgwindows/osgwindows.dsp: Set svn::eol style to CRLF 2007-02-24 09:04 robert * src/osgWrappers/osgShadow/GNUmakefile: Added makefile 2007-02-23 21:06 robert * VisualStudio/osg/osg.dsp, VisualStudio/osgDB/osgDB.dsp, VisualStudio/osgFX/osgFX.dsp, VisualStudio/osgGA/osgGA.dsp, VisualStudio/osgIntrospection/osgIntrospection.dsp, VisualStudio/osgManipulator/osgManipulator.dsp, VisualStudio/osgParticle/osgParticle.dsp, VisualStudio/osgPlugins/3dc/3dc.dsp, VisualStudio/osgPlugins/ESRIShape/ESRIShape.dsp, VisualStudio/osgPlugins/OpenFlight/OpenFlight.dsp, VisualStudio/osgPlugins/ac3d/ac3d.dsp, VisualStudio/osgPlugins/bmp/bmp.dsp, VisualStudio/osgPlugins/bsp/bsp.dsp, VisualStudio/osgPlugins/dae/dae.dsp, VisualStudio/osgPlugins/dds/dds.dsp, VisualStudio/osgPlugins/directx/directx.dsp, VisualStudio/osgPlugins/dw/dw.dsp, VisualStudio/osgPlugins/dxf/dxf.dsp, VisualStudio/osgPlugins/flt/flt.dsp, VisualStudio/osgPlugins/freetype/freetype.dsp, VisualStudio/osgPlugins/gdal/gdal.dsp, VisualStudio/osgPlugins/geo/geo.dsp, VisualStudio/osgPlugins/gif/gif.dsp, VisualStudio/osgPlugins/hdr/hdr.dsp, VisualStudio/osgPlugins/ive/ive.dsp, VisualStudio/osgPlugins/jp2/jp2.dsp, VisualStudio/osgPlugins/jpeg/jpeg.dsp, VisualStudio/osgPlugins/lib3ds/lib3ds.dsp, VisualStudio/osgPlugins/logo/logo.dsp, VisualStudio/osgPlugins/lwo/lwo.dsp, VisualStudio/osgPlugins/lws/lws.dsp, VisualStudio/osgPlugins/md2/md2.dsp, VisualStudio/osgPlugins/net/net.dsp, VisualStudio/osgPlugins/normals/normals.dsp, VisualStudio/osgPlugins/obj/obj.dsp, VisualStudio/osgPlugins/osg/dot_osg.dsp, VisualStudio/osgPlugins/osgFX/dot_osgFX.dsp, VisualStudio/osgPlugins/osgParticle/dot_osgParticle.dsp, VisualStudio/osgPlugins/osgShadow/dot_osgShadow.dsp, VisualStudio/osgPlugins/osgSim/dot_osgSim.dsp, VisualStudio/osgPlugins/osgText/dot_osgText.dsp, VisualStudio/osgPlugins/osga/osga.dsp, VisualStudio/osgPlugins/osgtgz/osgtgz.dsp, VisualStudio/osgPlugins/pfb/pfb.dsp, VisualStudio/osgPlugins/pic/pic.dsp, VisualStudio/osgPlugins/png/png.dsp, VisualStudio/osgPlugins/pnm/pnm.dsp, VisualStudio/osgPlugins/quicktime/quicktime.dsp, VisualStudio/osgPlugins/rgb/rgb.dsp, VisualStudio/osgPlugins/rot/rot.dsp, VisualStudio/osgPlugins/scale/scale.dsp, VisualStudio/osgPlugins/stl/stl.dsp, VisualStudio/osgPlugins/tga/tga.dsp, VisualStudio/osgPlugins/tgz/tgz.dsp, VisualStudio/osgPlugins/tiff/tiff.dsp, VisualStudio/osgPlugins/trans/trans.dsp, VisualStudio/osgPlugins/txf/txf.dsp, VisualStudio/osgPlugins/txp/txp.dsp, VisualStudio/osgPlugins/zip/zip.dsp, VisualStudio/osgProducer/osgProducer.dsp, VisualStudio/osgShadow/osgShadow.dsp, VisualStudio/osgSim/osgSim.dsp, VisualStudio/osgViewer/osgViewer.dsp: Used Mike Wittman suggestion from setting CRLF on .dsp files 2007-02-23 16:31 robert * VisualStudio/osgDB/osgDB.dsp, VisualStudio/osgWrappers/osgDB/wrapper_osgDB.dsp, Xcode/OpenSceneGraph/OpenSceneGraph.xcodeproj/project.pbxproj, examples/osgphotoalbum/ImageReaderWriter.h, include/osg/GraphicsContext, include/osg/GraphicsThread, include/osgDB/DatabasePager, include/osgDB/ReentrantMutex, include/osgParticle/ParticleSystem, src/osg/GraphicsContext.cpp, src/osg/GraphicsThread.cpp, src/osgDB/DatabasePager.cpp, src/osgDB/GNUmakefile, src/osgParticle/ConnectedParticleSystem.cpp, src/osgParticle/ParticleProcessor.cpp, src/osgParticle/ParticleSystem.cpp, src/osgParticle/ParticleSystemUpdater.cpp, src/osgPlugins/OpenFlight/ReaderWriterFLT.cpp, src/osgPlugins/dae/ReaderWriterDAE.cpp, src/osgPlugins/flt/ReaderWriterFLT.cpp, src/osgPlugins/flt/ReaderWriterFLT.h, src/osgPlugins/gdal/ReaderWriterGDAL.cpp, src/osgPlugins/osga/OSGA_Archive.h, src/osgPlugins/txp/ReaderWriterTXP.h, src/osgWrappers/osg/GraphicsContext.cpp, src/osgWrappers/osg/GraphicsThread.cpp, src/osgWrappers/osgDB/DatabasePager.cpp, src/osgWrappers/osgDB/GNUmakefile, src/osgWrappers/osgDB/ReentrantMutex.cpp, src/osgWrappers/osgParticle/ParticleSystem.cpp: Moved Block, ReentrantMutex and ReadWriteMutex into OpenThreads. 2007-02-23 12:14 robert * src/osgWrappers/osg/Camera.cpp, src/osgWrappers/osg/View.cpp: Updated wrappers 2007-02-23 11:53 robert * examples/osgdistortion/osgdistortion.cpp, include/osg/View, src/osg/View.cpp, src/osgViewer/View.cpp: Added bool View::Slave::_useMastersSceneData to help manage HUD's and RTT cameras that are embedded in the Viewer's View 2007-02-23 11:52 robert * examples/osghud/osghud.cpp: Added new --Viewer and --CompositeViewer for implementation of HUDs 2007-02-23 11:51 robert * src/osgViewer/CompositeViewer.cpp: Clean up the handling of views without camera manipulators, and cameras that don't allow camera focus 2007-02-22 16:42 robert * examples/osgdistortion/osgdistortion.cpp: Implement basic full dome correction with projecto pointing upwards and at center of dome. 2007-02-22 11:17 robert * examples/osgdistortion/osgdistortion.cpp: Moved distortion mesh creation out into seperate function 2007-02-22 10:56 robert * src/osgViewer/Viewer.cpp: Removed the compile objects in init in the SceneView::setDefaults() setup. 2007-02-22 10:31 robert * src/osgViewer/View.cpp: Fixed calculation of inverted coordindates 2007-02-22 09:16 robert * src/osgPlugins/OpenFlight/ReaderWriterFLT.cpp: Added STATIC_OBJECT_DETECTION optimizer pass to OpenFlight plugin 2007-02-21 21:20 robert * src/osgPlugins/OpenFlight/PrimaryRecords.cpp: From Brede Johansen, Thanks for the model it helped to understand the problem. In Creator the "Last Frame Duration" is performed on the last frame of the last loop iteration, I tried to use it for the last frame of every loop iteration. As you already have explained we need a custom Sequence node. In the osgSim nodekit we already have a couple of specialized nodes for the OpenFlight format. We need an osgSim::GroupAnimation but I don't have the time right now to take this challenge. Until then I have modified my last attempt to work with the current osg::Sequence node by ignoring the "Last Frame Duration". 2007-02-21 20:47 robert * src/osgViewer/View.cpp: Removed debugging info 2007-02-21 20:38 robert * src/osgUtil/SceneView.cpp: Added the default setting of the SceneView's camera onto the RenderStage to allow SceneView to automatically support FBO, PBuffers, image and texture copies and Camera post draw callbacks 2007-02-21 19:41 robert * src/osgViewer/View.cpp, src/osgViewer/Viewer.cpp: Added ability to discount Camera's that arn't appropriate for event focus 2007-02-21 19:41 robert * examples/osgdistortion/osgdistortion.cpp: Wired up RTT cubemap cameras and simple distortion mesh. 2007-02-21 19:06 robert * include/osg/Camera, src/osg/Camera.cpp: Added Camera::s/getAllowsEventFocus() method to allow osgViewer to have non interfactive cameras such as RTT ones 2007-02-21 15:15 robert * src/osg/State.cpp, src/osg/TexGenNode.cpp: Wojciech Lewandowski: "TexGenNode::TexGenNode( TexGen * texGen ) constructor does not initialize ReferenceFrame. I am not sure maybe this was the intent but first constructor does it so I don't see a reson why third one shouldn't." 2007-02-21 14:17 robert * src/osgViewer/View.cpp, src/osgViewer/Viewer.cpp: Removed debug messages 2007-02-21 13:48 robert * examples/osgdepthpartition/DepthPartitionNode.cpp, examples/osgprerendercubemap/osgprerendercubemap.cpp, examples/osgvertexprogram/osgvertexprogram.cpp, genwrapper.conf, include/osg/CullStack, src/osg/AutoTransform.cpp, src/osg/CollectOccludersVisitor.cpp, src/osg/CullStack.cpp, src/osg/ShadowVolumeOccluder.cpp, src/osgParticle/PrecipitationEffect.cpp, src/osgPlugins/txp/TXPNode.cpp, src/osgShadow/ShadowMap.cpp, src/osgShadow/ShadowTexture.cpp, src/osgShadow/ShadowVolume.cpp, src/osgSim/Impostor.cpp, src/osgSim/LightPointNode.cpp, src/osgSim/OverlayNode.cpp, src/osgUtil/CullVisitor.cpp, src/osgViewer/View.cpp, src/osgViewer/Viewer.cpp, src/osgWrappers/osg/CullStack.cpp, src/osgWrappers/osgViewer/Scene.cpp: Removed the exclusion of CullSettings from the genwrapper.conf, and then changed the CullStack RefMatrix& methods to RefMatrix* as the RefMatrix& versions caused the wrappers to fail. 2007-02-21 11:46 robert * src/osgPlugins/osg/StateSet.cpp: Removed GL_TEXTURE_RECTANGLE_NV entries 2007-02-20 21:06 robert * examples/osgdistortion/osgdistortion.cpp: Further work on dome RTT 2007-02-20 20:56 robert * src/osg/View.cpp: Fixed inheritance check for copying clear colour to slave cameras 2007-02-20 16:46 robert * src/osgViewer/CompositeViewer.cpp, src/osgViewer/Viewer.cpp: Added inhertCullSettings before SceneView::cull() calls 2007-02-20 11:44 robert * examples/osgdistortion/osgdistortion.cpp: Added beginings of full dome correction support, starting with 6 slave camera configuration. 2007-02-20 09:48 robert * Make/makedirdefs: Added missing \ to end osgGA entry 2007-02-20 09:48 robert * Make/makedirdefs: Added osgViewer and osgShadow to the wrapper build directories 2007-02-19 20:57 robert * include/osgViewer/Scene: Added g/setUpdateVistor method 2007-02-19 16:59 robert * examples/osgshadow/osgshadow.cpp: Added command line arguments descriptions 2007-02-19 16:45 robert * examples/osgshadow/osgshadow.cpp: Added -1, -2 and -3 model creation options to osgshadow example. 2007-02-19 15:42 robert * src/osgShadow/ShadowTexture.cpp, src/osgWrappers/osgShadow/ShadowMap.cpp, src/osgWrappers/osgShadow/ShadowedScene.cpp: Updated wrappers 2007-02-19 15:26 robert * examples/osgshadow/osgshadow.cpp: Added support for ShadowTexture and ShadowMap to osgshadow example 2007-02-19 14:21 robert * examples/osgdepthshadow/GNUmakefile, examples/osgdepthshadow/osgdepthshadow.cpp, examples/osgshadowtexture/osgshadowtexture.cpp: Added option to use osgShadow::ShadowMap technique 2007-02-19 14:20 robert * include/osgShadow/ShadowMap, include/osgShadow/ShadowedScene, src/osgShadow/ShadowMap.cpp, src/osgShadow/ShadowTexture.cpp, src/osgShadow/ShadowedScene.cpp: Implemented basic ShadowMap technique 2007-02-19 12:13 robert * include/osgShadow/ShadowTechnique, src/osgShadow/ShadowTechnique.cpp, src/osgShadow/ShadowTexture.cpp: Moved CameraCullCallback into ShadowTechnique scope to make it more resusable between various Techniques 2007-02-18 15:24 robert * src/osgShadow/ShadowTexture.cpp: Wired up the texgen to complete the first iteration of ShadowTexture effect 2007-02-18 14:21 robert * src/osg/GraphicsThread.cpp, src/osgViewer/View.cpp, src/osgViewer/Viewer.cpp: From Andre Garneau: * Fix for the aspect ratio not being properly set when screens have different aspect ratios. * Minor fix for makeCurrentImplementation being called directly instead of makeCurrent() causing the owning thread pointer not being tracked * Fix for osglauncher so that it sets its update text regions to DYNAMIC to prevent multi-threading issues. 2007-02-17 17:16 robert * src/osgShadow/ShadowTexture.cpp: Added basic set up of the RTT camera. 2007-02-17 14:37 robert * src/osgPlugins/osg/StateSet.cpp: From Paul Martz, "Add GL_TEXTURE_RECTANGLE to list of acceptable texture modes" 2007-02-16 17:45 robert * VisualStudio/osgWrappers/osg/wrapper_osg.dsp, VisualStudio/osgWrappers/osgDB/wrapper_osgDB.dsp, VisualStudio/osgWrappers/osgFX/wrapper_osgFX.dsp, VisualStudio/osgWrappers/osgGA/wrapper_osgGA.dsp, VisualStudio/osgWrappers/osgManipulator/wrapper_osgManipulator.dsp, VisualStudio/osgWrappers/osgParticle/wrapper_osgParticle.dsp, VisualStudio/osgWrappers/osgProducer/wrapper_osgProducer.dsp, VisualStudio/osgWrappers/osgShadow/wrapper_osgShadow.dsp, VisualStudio/osgWrappers/osgSim/wrapper_osgSim.dsp, VisualStudio/osgWrappers/osgText/wrapper_osgText.dsp, VisualStudio/osgWrappers/osgUtil/wrapper_osgUtil.dsp, VisualStudio/osgWrappers/osgViewer/wrapper_osgViewer.dsp, src/osgWrappers/osg/AlphaFunc.cpp, src/osgWrappers/osg/AnimationPath.cpp, src/osgWrappers/osg/ApplicationUsage.cpp, src/osgWrappers/osg/ArgumentParser.cpp, src/osgWrappers/osg/Array.cpp, src/osgWrappers/osg/BufferObject.cpp, src/osgWrappers/osg/Camera.cpp, src/osgWrappers/osg/ClipNode.cpp, src/osgWrappers/osg/ComputeBoundsVisitor.cpp, src/osgWrappers/osg/DrawPixels.cpp, src/osgWrappers/osg/Drawable.cpp, src/osgWrappers/osg/Fog.cpp, src/osgWrappers/osg/FragmentProgram.cpp, src/osgWrappers/osg/FrameBufferObject.cpp, src/osgWrappers/osg/FrameStamp.cpp, src/osgWrappers/osg/FrontFace.cpp, src/osgWrappers/osg/GNUmakefile, src/osgWrappers/osg/Geode.cpp, src/osgWrappers/osg/GraphicsContext.cpp, src/osgWrappers/osg/PagedLOD.cpp, src/osgWrappers/osg/Plane.cpp, src/osgWrappers/osg/Point.cpp, src/osgWrappers/osg/PointSprite.cpp, src/osgWrappers/osg/PolygonMode.cpp, src/osgWrappers/osg/PolygonOffset.cpp, src/osgWrappers/osg/PolygonStipple.cpp, src/osgWrappers/osg/Polytope.cpp, src/osgWrappers/osg/PositionAttitudeTransform.cpp, src/osgWrappers/osg/PrimitiveSet.cpp, src/osgWrappers/osg/Program.cpp, src/osgWrappers/osg/Projection.cpp, src/osgWrappers/osg/ProxyNode.cpp, src/osgWrappers/osg/Quat.cpp, src/osgWrappers/osg/Referenced.cpp, src/osgWrappers/osg/Scissor.cpp, src/osgWrappers/osg/Sequence.cpp, src/osgWrappers/osg/ShadeModel.cpp, src/osgWrappers/osg/Shader.cpp, src/osgWrappers/osg/ShadowVolumeOccluder.cpp, src/osgWrappers/osg/Shape.cpp, src/osgWrappers/osg/ShapeDrawable.cpp, src/osgWrappers/osg/State.cpp, src/osgWrappers/osg/StateSet.cpp, src/osgWrappers/osg/Stats.cpp, src/osgWrappers/osg/StencilTwoSided.cpp, src/osgWrappers/osg/Switch.cpp, src/osgWrappers/osg/TexEnv.cpp, src/osgWrappers/osg/TexEnvCombine.cpp, src/osgWrappers/osg/TexEnvFilter.cpp, src/osgWrappers/osg/TexGen.cpp, src/osgWrappers/osg/TexGenNode.cpp, src/osgWrappers/osg/TexMat.cpp, src/osgWrappers/osg/Texture.cpp, src/osgWrappers/osg/Texture1D.cpp, src/osgWrappers/osg/Texture2D.cpp, src/osgWrappers/osg/Texture3D.cpp, src/osgWrappers/osg/TextureCubeMap.cpp, src/osgWrappers/osg/TextureRectangle.cpp, src/osgWrappers/osg/Transform.cpp, src/osgWrappers/osg/Uniform.cpp, src/osgWrappers/osg/Vec2d.cpp, src/osgWrappers/osg/Vec2f.cpp, src/osgWrappers/osg/Vec2s.cpp, src/osgWrappers/osg/Vec3d.cpp, src/osgWrappers/osg/Vec4b.cpp, src/osgWrappers/osg/Vec4d.cpp, src/osgWrappers/osg/Vec4s.cpp, src/osgWrappers/osg/VertexProgram.cpp, src/osgWrappers/osg/View.cpp, src/osgWrappers/osgDB/FileUtils.cpp, src/osgWrappers/osgDB/GNUmakefile, src/osgWrappers/osgDB/ReentrantMutex.cpp, src/osgWrappers/osgDB/Registry.cpp, src/osgWrappers/osgFX/AnisotropicLighting.cpp, src/osgWrappers/osgFX/BumpMapping.cpp, src/osgWrappers/osgFX/Cartoon.cpp, src/osgWrappers/osgFX/Effect.cpp, src/osgWrappers/osgFX/GNUmakefile, src/osgWrappers/osgFX/MultiTextureControl.cpp, src/osgWrappers/osgFX/Registry.cpp, src/osgWrappers/osgFX/Scribe.cpp, src/osgWrappers/osgFX/SpecularHighlights.cpp, src/osgWrappers/osgFX/Technique.cpp, src/osgWrappers/osgGA/AnimationPathManipulator.cpp, src/osgWrappers/osgGA/DriveManipulator.cpp, src/osgWrappers/osgGA/EventQueue.cpp, src/osgWrappers/osgGA/EventVisitor.cpp, src/osgWrappers/osgGA/FlightManipulator.cpp, src/osgWrappers/osgGA/GNUmakefile, src/osgWrappers/osgGA/GUIActionAdapter.cpp, src/osgWrappers/osgGA/GUIEventAdapter.cpp, src/osgWrappers/osgGA/GUIEventHandler.cpp, src/osgWrappers/osgGA/KeySwitchMatrixManipulator.cpp, src/osgWrappers/osgGA/MatrixManipulator.cpp, src/osgWrappers/osgGA/NodeTrackerManipulator.cpp, src/osgWrappers/osgGA/StateSetManipulator.cpp, src/osgWrappers/osgGA/TerrainManipulator.cpp, src/osgWrappers/osgGA/UFOManipulator.cpp, src/osgWrappers/osgManipulator/AntiSquish.cpp, src/osgWrappers/osgManipulator/Command.cpp, src/osgWrappers/osgManipulator/CommandManager.cpp, src/osgWrappers/osgManipulator/Constraint.cpp, src/osgWrappers/osgManipulator/Dragger.cpp, src/osgWrappers/osgManipulator/GNUmakefile, src/osgWrappers/osgManipulator/Projector.cpp, src/osgWrappers/osgManipulator/RotateSphereDragger.cpp, src/osgWrappers/osgManipulator/ScaleAxisDragger.cpp, src/osgWrappers/osgManipulator/Selection.cpp, src/osgWrappers/osgManipulator/TabBoxDragger.cpp, src/osgWrappers/osgManipulator/TabPlaneDragger.cpp, src/osgWrappers/osgManipulator/TrackballDragger.cpp, src/osgWrappers/osgManipulator/Translate1DDragger.cpp, src/osgWrappers/osgManipulator/Translate2DDragger.cpp, src/osgWrappers/osgManipulator/TranslateAxisDragger.cpp, src/osgWrappers/osgManipulator/TranslatePlaneDragger.cpp, src/osgWrappers/osgParticle/AccelOperator.cpp, src/osgWrappers/osgParticle/AngularAccelOperator.cpp, src/osgWrappers/osgParticle/BoxPlacer.cpp, src/osgWrappers/osgParticle/CenteredPlacer.cpp, src/osgWrappers/osgParticle/ConnectedParticleSystem.cpp, src/osgWrappers/osgParticle/ConstantRateCounter.cpp, src/osgWrappers/osgParticle/Counter.cpp, src/osgWrappers/osgParticle/Emitter.cpp, src/osgWrappers/osgParticle/ExplosionDebrisEffect.cpp, src/osgWrappers/osgParticle/ExplosionEffect.cpp, src/osgWrappers/osgParticle/FireEffect.cpp, src/osgWrappers/osgParticle/FluidFrictionOperator.cpp, src/osgWrappers/osgParticle/FluidProgram.cpp, src/osgWrappers/osgParticle/ForceOperator.cpp, src/osgWrappers/osgParticle/GNUmakefile, src/osgWrappers/osgParticle/Interpolator.cpp, src/osgWrappers/osgParticle/LinearInterpolator.cpp, src/osgWrappers/osgParticle/ModularEmitter.cpp, src/osgWrappers/osgParticle/ModularProgram.cpp, src/osgWrappers/osgParticle/MultiSegmentPlacer.cpp, src/osgWrappers/osgParticle/Operator.cpp, src/osgWrappers/osgParticle/Particle.cpp, src/osgWrappers/osgParticle/ParticleEffect.cpp, src/osgWrappers/osgParticle/ParticleProcessor.cpp, src/osgWrappers/osgParticle/ParticleSystem.cpp, src/osgWrappers/osgParticle/ParticleSystemUpdater.cpp, src/osgWrappers/osgParticle/Placer.cpp, src/osgWrappers/osgParticle/PointPlacer.cpp, src/osgWrappers/osgParticle/PrecipitationEffect.cpp, src/osgWrappers/osgParticle/Program.cpp, src/osgWrappers/osgParticle/RadialShooter.cpp, src/osgWrappers/osgParticle/RandomRateCounter.cpp, src/osgWrappers/osgParticle/SectorPlacer.cpp, src/osgWrappers/osgParticle/SegmentPlacer.cpp, src/osgWrappers/osgParticle/Shooter.cpp, src/osgWrappers/osgParticle/SmokeEffect.cpp, src/osgWrappers/osgProducer/GNUmakefile, src/osgWrappers/osgProducer/GraphicsContextImplementation.cpp, src/osgWrappers/osgProducer/KeyboardMouseCallback.cpp, src/osgWrappers/osgProducer/OsgCameraGroup.cpp, src/osgWrappers/osgProducer/OsgSceneHandler.cpp, src/osgWrappers/osgProducer/Viewer.cpp, src/osgWrappers/osgProducer/ViewerEventHandler.cpp, src/osgWrappers/osgShadow/OccluderGeometry.cpp, src/osgWrappers/osgShadow/ParallelSplitShadowMap.cpp, src/osgWrappers/osgShadow/ShadowMap.cpp, src/osgWrappers/osgShadow/ShadowTechnique.cpp, src/osgWrappers/osgShadow/ShadowTexture.cpp, src/osgWrappers/osgShadow/ShadowVolume.cpp, src/osgWrappers/osgShadow/ShadowedScene.cpp, src/osgWrappers/osgSim/BlinkSequence.cpp, src/osgWrappers/osgSim/ColorRange.cpp, src/osgWrappers/osgSim/DOFTransform.cpp, src/osgWrappers/osgSim/ElevationSlice.cpp, src/osgWrappers/osgSim/GNUmakefile, src/osgWrappers/osgSim/GeographicLocation.cpp, src/osgWrappers/osgSim/HeightAboveTerrain.cpp, src/osgWrappers/osgSim/Impostor.cpp, src/osgWrappers/osgSim/ImpostorSprite.cpp, src/osgWrappers/osgSim/InsertImpostorsVisitor.cpp, src/osgWrappers/osgSim/LightPoint.cpp, src/osgWrappers/osgSim/LightPointNode.cpp, src/osgWrappers/osgSim/LightPointSystem.cpp, src/osgWrappers/osgSim/LineOfSight.cpp, src/osgWrappers/osgSim/MultiSwitch.cpp, src/osgWrappers/osgSim/OpenFlightOptimizer.cpp, src/osgWrappers/osgSim/OverlayNode.cpp, src/osgWrappers/osgSim/ScalarBar.cpp, src/osgWrappers/osgSim/ScalarsToColors.cpp, src/osgWrappers/osgSim/Sector.cpp, src/osgWrappers/osgSim/SphereSegment.cpp, src/osgWrappers/osgSim/VisibilityGroup.cpp, src/osgWrappers/osgTerrain/DataSet.cpp, src/osgWrappers/osgTerrain/HeightFieldNode.cpp, src/osgWrappers/osgTerrain/HeightFieldRenderer.cpp, src/osgWrappers/osgText/FadeText.cpp, src/osgWrappers/osgText/Font.cpp, src/osgWrappers/osgText/GNUmakefile, src/osgWrappers/osgText/String.cpp, src/osgWrappers/osgText/Text.cpp, src/osgWrappers/osgUtil/CubeMapGenerator.cpp, src/osgWrappers/osgUtil/CullVisitor.cpp, src/osgWrappers/osgUtil/DelaunayTriangulator.cpp, src/osgWrappers/osgUtil/DisplayRequirementsVisitor.cpp, src/osgWrappers/osgUtil/GLObjectsVisitor.cpp, src/osgWrappers/osgUtil/GNUmakefile, src/osgWrappers/osgUtil/HalfWayMapGenerator.cpp, src/osgWrappers/osgUtil/HighlightMapGenerator.cpp, src/osgWrappers/osgUtil/IntersectVisitor.cpp, src/osgWrappers/osgUtil/IntersectionVisitor.cpp, src/osgWrappers/osgUtil/LineSegmentIntersector.cpp, src/osgWrappers/osgUtil/Optimizer.cpp, src/osgWrappers/osgUtil/ReflectionMapGenerator.cpp, src/osgWrappers/osgUtil/RenderBin.cpp, src/osgWrappers/osgUtil/RenderLeaf.cpp, src/osgWrappers/osgUtil/RenderStage.cpp, src/osgWrappers/osgUtil/SceneView.cpp, src/osgWrappers/osgUtil/Simplifier.cpp, src/osgWrappers/osgUtil/SmoothingVisitor.cpp, src/osgWrappers/osgUtil/Statistics.cpp, src/osgWrappers/osgUtil/Tessellator.cpp, src/osgWrappers/osgUtil/TransformAttributeFunctor.cpp, src/osgWrappers/osgUtil/TriStripVisitor.cpp, src/osgWrappers/osgUtil/UpdateVisitor.cpp, src/osgWrappers/osgViewer/CompositeViewer.cpp, src/osgWrappers/osgViewer/GNUmakefile, src/osgWrappers/osgViewer/GraphicsWindow.cpp, src/osgWrappers/osgViewer/HelpHandler.cpp, src/osgWrappers/osgViewer/Scene.cpp, src/osgWrappers/osgViewer/SimpleViewer.cpp, src/osgWrappers/osgViewer/StatsHandler.cpp, src/osgWrappers/osgViewer/View.cpp, src/osgWrappers/osgViewer/Viewer.cpp: Fixed genwrapper so that it handles .svn directories, updated wrappers 2007-02-16 17:35 robert * VisualStudio/osgWrappers/osg/wrapper_osg.dsp, VisualStudio/osgWrappers/osgFX/wrapper_osgFX.dsp, VisualStudio/osgWrappers/osgGA/wrapper_osgGA.dsp, VisualStudio/osgWrappers/osgManipulator/wrapper_osgManipulator.dsp, VisualStudio/osgWrappers/osgParticle/wrapper_osgParticle.dsp, VisualStudio/osgWrappers/osgProducer/wrapper_osgProducer.dsp, VisualStudio/osgWrappers/osgShadow/wrapper_osgShadow.dsp, VisualStudio/osgWrappers/osgSim/wrapper_osgSim.dsp, VisualStudio/osgWrappers/osgText/wrapper_osgText.dsp, VisualStudio/osgWrappers/osgUtil/wrapper_osgUtil.dsp, VisualStudio/osgWrappers/osgViewer/wrapper_osgViewer.dsp, src/osgShadow/ShadowTexture.cpp, src/osgShadow/ShadowVolume.cpp, src/osgWrappers/osg/Array.cpp, src/osgWrappers/osg/Camera.cpp, src/osgWrappers/osg/ComputeBoundsVisitor.cpp, src/osgWrappers/osg/FrameBufferObject.cpp, src/osgWrappers/osg/GNUmakefile, src/osgWrappers/osg/Plane.cpp, src/osgWrappers/osg/Point.cpp, src/osgWrappers/osg/Polytope.cpp, src/osgWrappers/osg/Program.cpp, src/osgWrappers/osg/Quat.cpp, src/osgWrappers/osg/Scissor.cpp, src/osgWrappers/osg/Shape.cpp, src/osgWrappers/osg/ShapeDrawable.cpp, src/osgWrappers/osg/State.cpp, src/osgWrappers/osg/StateSet.cpp, src/osgWrappers/osg/TexEnv.cpp, src/osgWrappers/osg/TexGen.cpp, src/osgWrappers/osg/TexGenNode.cpp, src/osgWrappers/osg/TexMat.cpp, src/osgWrappers/osg/Texture.cpp, src/osgWrappers/osg/Texture2D.cpp, src/osgWrappers/osg/Texture3D.cpp, src/osgWrappers/osg/Uniform.cpp, src/osgWrappers/osg/Vec2f.cpp, src/osgWrappers/osg/Vec2s.cpp, src/osgWrappers/osg/Vec3d.cpp, src/osgWrappers/osg/Vec4d.cpp, src/osgWrappers/osg/VertexProgram.cpp, src/osgWrappers/osgDB/ReentrantMutex.cpp, src/osgWrappers/osgDB/Registry.cpp, src/osgWrappers/osgFX/BumpMapping.cpp, src/osgWrappers/osgFX/Effect.cpp, src/osgWrappers/osgFX/GNUmakefile, src/osgWrappers/osgFX/Technique.cpp, src/osgWrappers/osgGA/EventVisitor.cpp, src/osgWrappers/osgGA/GNUmakefile, src/osgWrappers/osgGA/StateSetManipulator.cpp, src/osgWrappers/osgGA/TerrainManipulator.cpp, src/osgWrappers/osgManipulator/Command.cpp, src/osgWrappers/osgManipulator/CommandManager.cpp, src/osgWrappers/osgManipulator/GNUmakefile, src/osgWrappers/osgManipulator/Projector.cpp, src/osgWrappers/osgManipulator/RotateSphereDragger.cpp, src/osgWrappers/osgManipulator/TranslatePlaneDragger.cpp, src/osgWrappers/osgParticle/CenteredPlacer.cpp, src/osgWrappers/osgParticle/GNUmakefile, src/osgWrappers/osgParticle/ModularEmitter.cpp, src/osgWrappers/osgParticle/ParticleEffect.cpp, src/osgWrappers/osgParticle/ParticleSystem.cpp, src/osgWrappers/osgParticle/Placer.cpp, src/osgWrappers/osgParticle/PrecipitationEffect.cpp, src/osgWrappers/osgParticle/SectorPlacer.cpp, src/osgWrappers/osgParticle/Shooter.cpp, src/osgWrappers/osgParticle/SmokeEffect.cpp, src/osgWrappers/osgProducer/GNUmakefile, src/osgWrappers/osgProducer/OsgCameraGroup.cpp, src/osgWrappers/osgProducer/OsgSceneHandler.cpp, src/osgWrappers/osgProducer/ViewerEventHandler.cpp, src/osgWrappers/osgShadow/ShadowTechnique.cpp, src/osgWrappers/osgSim/BlinkSequence.cpp, src/osgWrappers/osgSim/GNUmakefile, src/osgWrappers/osgSim/ImpostorSprite.cpp, src/osgWrappers/osgSim/LightPoint.cpp, src/osgWrappers/osgSim/OpenFlightOptimizer.cpp, src/osgWrappers/osgSim/ScalarBar.cpp, src/osgWrappers/osgSim/Sector.cpp, src/osgWrappers/osgSim/VisibilityGroup.cpp, src/osgWrappers/osgTerrain/DataSet.cpp, src/osgWrappers/osgTerrain/HeightFieldRenderer.cpp, src/osgWrappers/osgText/Font.cpp, src/osgWrappers/osgText/GNUmakefile, src/osgWrappers/osgText/String.cpp, src/osgWrappers/osgText/Text.cpp, src/osgWrappers/osgUtil/CullVisitor.cpp, src/osgWrappers/osgUtil/DisplayRequirementsVisitor.cpp, src/osgWrappers/osgUtil/GLObjectsVisitor.cpp, src/osgWrappers/osgUtil/GNUmakefile, src/osgWrappers/osgUtil/IntersectVisitor.cpp, src/osgWrappers/osgUtil/IntersectionVisitor.cpp, src/osgWrappers/osgUtil/LineSegmentIntersector.cpp, src/osgWrappers/osgUtil/Optimizer.cpp, src/osgWrappers/osgUtil/ReflectionMapGenerator.cpp, src/osgWrappers/osgUtil/RenderBin.cpp, src/osgWrappers/osgUtil/RenderStage.cpp, src/osgWrappers/osgUtil/SceneView.cpp, src/osgWrappers/osgUtil/Simplifier.cpp, src/osgWrappers/osgUtil/SmoothingVisitor.cpp, src/osgWrappers/osgUtil/Statistics.cpp, src/osgWrappers/osgUtil/Tessellator.cpp, src/osgWrappers/osgUtil/TransformAttributeFunctor.cpp, src/osgWrappers/osgUtil/UpdateVisitor.cpp, src/osgWrappers/osgViewer/CompositeViewer.cpp, src/osgWrappers/osgViewer/GNUmakefile, src/osgWrappers/osgViewer/View.cpp: Updated wrappers 2007-02-16 17:34 robert * VisualStudio/osg/osg.dsp, include/osg/ComputeBoundsVisitor, src/osg/ComputeBoundsVisitor.cpp, src/osg/GNUmakefile: Added new osg::ComputeBoundsVisitor 2007-02-16 16:37 robert * src/osgUtil/CullVisitor.cpp: Added pushViewport/popViewport to CullVisitor::apply(Camera&) 2007-02-16 15:29 robert * VisualStudio/osgWrappers/osg/wrapper_osg.dsp, VisualStudio/osgWrappers/osgDB/wrapper_osgDB.dsp, VisualStudio/osgWrappers/osgFX/wrapper_osgFX.dsp, VisualStudio/osgWrappers/osgGA/wrapper_osgGA.dsp, VisualStudio/osgWrappers/osgManipulator/wrapper_osgManipulator.dsp, VisualStudio/osgWrappers/osgParticle/wrapper_osgParticle.dsp, VisualStudio/osgWrappers/osgProducer/wrapper_osgProducer.dsp, VisualStudio/osgWrappers/osgShadow/wrapper_osgShadow.dsp, VisualStudio/osgWrappers/osgSim/wrapper_osgSim.dsp, VisualStudio/osgWrappers/osgText/wrapper_osgText.dsp, VisualStudio/osgWrappers/osgUtil/wrapper_osgUtil.dsp, src/osgWrappers/osg/AlphaFunc.cpp, src/osgWrappers/osg/AnimationPath.cpp, src/osgWrappers/osg/ApplicationUsage.cpp, src/osgWrappers/osg/ArgumentParser.cpp, src/osgWrappers/osg/Array.cpp, src/osgWrappers/osg/BufferObject.cpp, src/osgWrappers/osg/Camera.cpp, src/osgWrappers/osg/DrawPixels.cpp, src/osgWrappers/osg/Drawable.cpp, src/osgWrappers/osg/Fog.cpp, src/osgWrappers/osg/FragmentProgram.cpp, src/osgWrappers/osg/FrameBufferObject.cpp, src/osgWrappers/osg/FrameStamp.cpp, src/osgWrappers/osg/FrontFace.cpp, src/osgWrappers/osg/GNUmakefile, src/osgWrappers/osg/Geode.cpp, src/osgWrappers/osg/PagedLOD.cpp, src/osgWrappers/osg/Point.cpp, src/osgWrappers/osg/PointSprite.cpp, src/osgWrappers/osg/PolygonMode.cpp, src/osgWrappers/osg/PolygonOffset.cpp, src/osgWrappers/osg/PolygonStipple.cpp, src/osgWrappers/osg/Polytope.cpp, src/osgWrappers/osg/PositionAttitudeTransform.cpp, src/osgWrappers/osg/PrimitiveSet.cpp, src/osgWrappers/osg/Program.cpp, src/osgWrappers/osg/Projection.cpp, src/osgWrappers/osg/ProxyNode.cpp, src/osgWrappers/osg/Quat.cpp, src/osgWrappers/osg/Referenced.cpp, src/osgWrappers/osg/Sequence.cpp, src/osgWrappers/osg/ShadeModel.cpp, src/osgWrappers/osg/Shader.cpp, src/osgWrappers/osg/ShadowVolumeOccluder.cpp, src/osgWrappers/osg/Shape.cpp, src/osgWrappers/osg/ShapeDrawable.cpp, src/osgWrappers/osg/State.cpp, src/osgWrappers/osg/StateSet.cpp, src/osgWrappers/osg/Stats.cpp, src/osgWrappers/osg/StencilTwoSided.cpp, src/osgWrappers/osg/Switch.cpp, src/osgWrappers/osg/TexEnvCombine.cpp, src/osgWrappers/osg/TexEnvFilter.cpp, src/osgWrappers/osg/Texture.cpp, src/osgWrappers/osg/Texture1D.cpp, src/osgWrappers/osg/Texture2D.cpp, src/osgWrappers/osg/Texture3D.cpp, src/osgWrappers/osg/TextureCubeMap.cpp, src/osgWrappers/osg/TextureRectangle.cpp, src/osgWrappers/osg/Transform.cpp, src/osgWrappers/osg/Uniform.cpp, src/osgWrappers/osg/Vec2d.cpp, src/osgWrappers/osg/Vec3d.cpp, src/osgWrappers/osg/Vec4b.cpp, src/osgWrappers/osg/Vec4s.cpp, src/osgWrappers/osg/VertexProgram.cpp, src/osgWrappers/osg/View.cpp, src/osgWrappers/osgDB/FileUtils.cpp, src/osgWrappers/osgDB/GNUmakefile, src/osgWrappers/osgDB/ReentrantMutex.cpp, src/osgWrappers/osgDB/Registry.cpp, src/osgWrappers/osgFX/AnisotropicLighting.cpp, src/osgWrappers/osgFX/BumpMapping.cpp, src/osgWrappers/osgFX/Cartoon.cpp, src/osgWrappers/osgFX/Effect.cpp, src/osgWrappers/osgFX/GNUmakefile, src/osgWrappers/osgFX/MultiTextureControl.cpp, src/osgWrappers/osgFX/Registry.cpp, src/osgWrappers/osgFX/Scribe.cpp, src/osgWrappers/osgFX/SpecularHighlights.cpp, src/osgWrappers/osgGA/AnimationPathManipulator.cpp, src/osgWrappers/osgGA/DriveManipulator.cpp, src/osgWrappers/osgGA/EventQueue.cpp, src/osgWrappers/osgGA/EventVisitor.cpp, src/osgWrappers/osgGA/FlightManipulator.cpp, src/osgWrappers/osgGA/GNUmakefile, src/osgWrappers/osgGA/GUIActionAdapter.cpp, src/osgWrappers/osgGA/GUIEventAdapter.cpp, src/osgWrappers/osgGA/GUIEventHandler.cpp, src/osgWrappers/osgGA/KeySwitchMatrixManipulator.cpp, src/osgWrappers/osgGA/MatrixManipulator.cpp, src/osgWrappers/osgGA/NodeTrackerManipulator.cpp, src/osgWrappers/osgGA/StateSetManipulator.cpp, src/osgWrappers/osgGA/UFOManipulator.cpp, src/osgWrappers/osgManipulator/AntiSquish.cpp, src/osgWrappers/osgManipulator/Command.cpp, src/osgWrappers/osgManipulator/CommandManager.cpp, src/osgWrappers/osgManipulator/Constraint.cpp, src/osgWrappers/osgManipulator/Dragger.cpp, src/osgWrappers/osgManipulator/GNUmakefile, src/osgWrappers/osgManipulator/Projector.cpp, src/osgWrappers/osgManipulator/ScaleAxisDragger.cpp, src/osgWrappers/osgManipulator/Selection.cpp, src/osgWrappers/osgManipulator/TabBoxDragger.cpp, src/osgWrappers/osgManipulator/TabPlaneDragger.cpp, src/osgWrappers/osgManipulator/TrackballDragger.cpp, src/osgWrappers/osgManipulator/Translate1DDragger.cpp, src/osgWrappers/osgManipulator/Translate2DDragger.cpp, src/osgWrappers/osgManipulator/TranslateAxisDragger.cpp, src/osgWrappers/osgManipulator/TranslatePlaneDragger.cpp, src/osgWrappers/osgParticle/AccelOperator.cpp, src/osgWrappers/osgParticle/AngularAccelOperator.cpp, src/osgWrappers/osgParticle/BoxPlacer.cpp, src/osgWrappers/osgParticle/CenteredPlacer.cpp, src/osgWrappers/osgParticle/ConnectedParticleSystem.cpp, src/osgWrappers/osgParticle/ConstantRateCounter.cpp, src/osgWrappers/osgParticle/Counter.cpp, src/osgWrappers/osgParticle/Emitter.cpp, src/osgWrappers/osgParticle/ExplosionDebrisEffect.cpp, src/osgWrappers/osgParticle/ExplosionEffect.cpp, src/osgWrappers/osgParticle/FireEffect.cpp, src/osgWrappers/osgParticle/FluidFrictionOperator.cpp, src/osgWrappers/osgParticle/FluidProgram.cpp, src/osgWrappers/osgParticle/ForceOperator.cpp, src/osgWrappers/osgParticle/GNUmakefile, src/osgWrappers/osgParticle/Interpolator.cpp, src/osgWrappers/osgParticle/LinearInterpolator.cpp, src/osgWrappers/osgParticle/ModularEmitter.cpp, src/osgWrappers/osgParticle/ModularProgram.cpp, src/osgWrappers/osgParticle/MultiSegmentPlacer.cpp, src/osgWrappers/osgParticle/Operator.cpp, src/osgWrappers/osgParticle/Particle.cpp, src/osgWrappers/osgParticle/ParticleProcessor.cpp, src/osgWrappers/osgParticle/ParticleSystem.cpp, src/osgWrappers/osgParticle/ParticleSystemUpdater.cpp, src/osgWrappers/osgParticle/PointPlacer.cpp, src/osgWrappers/osgParticle/PrecipitationEffect.cpp, src/osgWrappers/osgParticle/Program.cpp, src/osgWrappers/osgParticle/RadialShooter.cpp, src/osgWrappers/osgParticle/RandomRateCounter.cpp, src/osgWrappers/osgParticle/SegmentPlacer.cpp, src/osgWrappers/osgProducer/GNUmakefile, src/osgWrappers/osgProducer/GraphicsContextImplementation.cpp, src/osgWrappers/osgProducer/KeyboardMouseCallback.cpp, src/osgWrappers/osgProducer/OsgCameraGroup.cpp, src/osgWrappers/osgProducer/OsgSceneHandler.cpp, src/osgWrappers/osgProducer/Viewer.cpp, src/osgWrappers/osgShadow/OccluderGeometry.cpp, src/osgWrappers/osgShadow/ParallelSplitShadowMap.cpp, src/osgWrappers/osgShadow/ShadowMap.cpp, src/osgWrappers/osgShadow/ShadowTexture.cpp, src/osgWrappers/osgShadow/ShadowVolume.cpp, src/osgWrappers/osgShadow/ShadowedScene.cpp, src/osgWrappers/osgSim/BlinkSequence.cpp, src/osgWrappers/osgSim/ColorRange.cpp, src/osgWrappers/osgSim/DOFTransform.cpp, src/osgWrappers/osgSim/ElevationSlice.cpp, src/osgWrappers/osgSim/GNUmakefile, src/osgWrappers/osgSim/GeographicLocation.cpp, src/osgWrappers/osgSim/HeightAboveTerrain.cpp, src/osgWrappers/osgSim/Impostor.cpp, src/osgWrappers/osgSim/ImpostorSprite.cpp, src/osgWrappers/osgSim/InsertImpostorsVisitor.cpp, src/osgWrappers/osgSim/LightPoint.cpp, src/osgWrappers/osgSim/LightPointNode.cpp, src/osgWrappers/osgSim/LightPointSystem.cpp, src/osgWrappers/osgSim/LineOfSight.cpp, src/osgWrappers/osgSim/MultiSwitch.cpp, src/osgWrappers/osgSim/OpenFlightOptimizer.cpp, src/osgWrappers/osgSim/OverlayNode.cpp, src/osgWrappers/osgSim/ScalarBar.cpp, src/osgWrappers/osgSim/ScalarsToColors.cpp, src/osgWrappers/osgSim/Sector.cpp, src/osgWrappers/osgSim/SphereSegment.cpp, src/osgWrappers/osgTerrain/DataSet.cpp, src/osgWrappers/osgTerrain/HeightFieldNode.cpp, src/osgWrappers/osgTerrain/HeightFieldRenderer.cpp, src/osgWrappers/osgText/FadeText.cpp, src/osgWrappers/osgText/Font.cpp, src/osgWrappers/osgText/GNUmakefile, src/osgWrappers/osgText/String.cpp, src/osgWrappers/osgUtil/CubeMapGenerator.cpp, src/osgWrappers/osgUtil/CullVisitor.cpp, src/osgWrappers/osgUtil/DelaunayTriangulator.cpp, src/osgWrappers/osgUtil/DisplayRequirementsVisitor.cpp, src/osgWrappers/osgUtil/GLObjectsVisitor.cpp, src/osgWrappers/osgUtil/GNUmakefile, src/osgWrappers/osgUtil/HalfWayMapGenerator.cpp, src/osgWrappers/osgUtil/HighlightMapGenerator.cpp, src/osgWrappers/osgUtil/IntersectVisitor.cpp, src/osgWrappers/osgUtil/IntersectionVisitor.cpp, src/osgWrappers/osgUtil/LineSegmentIntersector.cpp, src/osgWrappers/osgUtil/Optimizer.cpp, src/osgWrappers/osgUtil/RenderBin.cpp, src/osgWrappers/osgUtil/RenderLeaf.cpp, src/osgWrappers/osgUtil/SceneView.cpp, src/osgWrappers/osgUtil/Simplifier.cpp, src/osgWrappers/osgUtil/TriStripVisitor.cpp, src/osgWrappers/osgViewer/CompositeViewer.cpp, src/osgWrappers/osgViewer/GraphicsWindow.cpp, src/osgWrappers/osgViewer/HelpHandler.cpp, src/osgWrappers/osgViewer/Scene.cpp, src/osgWrappers/osgViewer/SimpleViewer.cpp, src/osgWrappers/osgViewer/StatsHandler.cpp, src/osgWrappers/osgViewer/View.cpp, src/osgWrappers/osgViewer/Viewer.cpp: Updated wrappers 2007-02-16 15:17 robert * include/osg/ClipNode: From Roland Smeenk, "ClipNode contains a method getClipPlaneList that should actually be called setClipPlaneList." 2007-02-16 15:14 robert * src/osgUtil/RenderStage.cpp: Fixed typo 2007-02-16 13:33 robert * include/osg/GraphicsContext, src/osgViewer/GraphicsWindowCarbon.cpp: From Stephan Huber, "I added a bool to GraphicsContext::Traits to indicate wether to use the multithreaded-opengl-engine on os x or not. I set its default to false, perhaps other os x users can test this setting with their data/apps, to see if we can enable it by default. I changed also the borderless-window-type, so expos?works correctly." 2007-02-16 13:17 robert * src/osgShadow/ShadowTexture.cpp: Removed debugging readImageFile, and done further work on RTT setup. 2007-02-16 10:20 robert * include/osgShadow/ShadowTexture, src/osgShadow/ShadowTexture.cpp, src/osgShadow/ShadowVolume.cpp: Fleshed out a bit more of the ShadowTexture implementation 2007-02-16 10:19 robert * examples/osgshadowtexture/osgshadowtexture.cpp: Added osgShadow::ShadowTexture set up 2007-02-16 06:39 robert * examples/osgshadowtexture/osgshadowtexture.cpp: Added enabling of the stencil buffer when setting up ShadowVolume path 2007-02-16 06:11 robert * VisualStudio/OpenSceneGraph.dsw, Xcode/OpenSceneGraph/OpenSceneGraph.xcodeproj/project.pbxproj, Xcode/OpenSceneGraph/osgManipulator-Info.plist, Xcode/OpenSceneGraph/osgManipulator.plist, Xcode/OpenSceneGraph/osgShadow-Info.plist, Xcode/OpenSceneGraph/osgShadow.plist, Xcode/OpenSceneGraph/osgmanipulator-Info.plist, Xcode/OpenSceneGraph/osgmanipulatorexample-Info.plist, Xcode/OpenSceneGraph/osgshadow-Info.plist, Xcode/OpenSceneGraph/osgshadowexample-Info.plist, examples/osgsimpleviewerSDL/SDLMainForMacOSX.h, examples/osgsimpleviewerSDL/SDLMainForMacOSX.m: From Eric Wing, updates to XCode projects and introduction of two SDL OSX files to the osgsimpleviewerSDL example 2007-02-16 05:46 robert * src/osgPlugins/osgShadow/ReaderWriterOsgShadow.cpp: Fixed typo that was breaking the build 2007-02-15 22:28 robert * VisualStudio/osgPlugins/osgShadow/dot_osgShadow.dsp, examples/osgshadow/osgshadow.cpp, examples/osgshadowtexture/GNUmakefile, examples/osgshadowtexture/osgshadowtexture.cpp, include/osgShadow/ShadowMap, include/osgShadow/ShadowTexture, src/osgDB/Registry.cpp, src/osgPlugins/osgShadow/GNUmakefile, src/osgPlugins/osgShadow/ReaderWriterOsgShadow.cpp: Added support for using the new osgShadow plugin as a psuedo loader such that: osgviewer cow.osg.shadow Or to ShadowVolume rechnique specifically: osgviewer cow.osg.sv.shadow 2007-02-15 17:31 robert * VisualStudio/OpenSceneGraph.dsw, VisualStudio/osgPlugins/osgShadow, VisualStudio/osgPlugins/osgShadow/dot_osgShadow.dsp, src/osgPlugins/osgShadow, src/osgPlugins/osgShadow/GNUmakefile, src/osgPlugins/osgShadow/ParallelSplitShadowMap.cpp, src/osgPlugins/osgShadow/ShadowMap.cpp, src/osgPlugins/osgShadow/ShadowTechnique.cpp, src/osgPlugins/osgShadow/ShadowTexture.cpp, src/osgPlugins/osgShadow/ShadowVolume.cpp, src/osgPlugins/osgShadow/ShadowedScene.cpp: Added .osg support for osgShadow NodeKit 2007-02-15 17:25 robert * src/osgShadow/ShadowVolume.cpp: Added support for using the scenes light source setting to set up the ShadowVolume's effect light parameters 2007-02-15 15:06 robert * src/osgViewer/Viewer.cpp: Addd an #ifdef _WIN32 to force SingleThreaded usage under Windows when no threading model is specified. 2007-02-15 15:03 robert * include/osgIntrospection/Reflection: From Mike Wittman, "The template-argument-list errors look to be due to a lack of spaces in the typeof macro. Here's a new Reflection header which should fix those problems. For consistency I think that's the best solution." 2007-02-15 14:53 robert * include/osgText/Text, src/osgWrappers/osgText/Text.cpp: Reorganised the text comments so that they are shorter length, and hopefully will avoid VS2003's silly text string limits when compiling osgIntrospection wrappers 2007-02-15 14:47 robert * src/osgUtil/RenderStage.cpp: Twaaked comments 2007-02-15 14:04 robert * include/osgViewer/GraphicsWindowWin32, src/osgViewer/GraphicsWindowWin32.cpp: From André Garneau, Win32 build fixes 2007-02-15 12:24 robert * include/osgViewer/GraphicsWindowCarbon, include/osgViewer/GraphicsWindowWin32, include/osgViewer/GraphicsWindowX11, src/osgViewer/GraphicsWindowCarbon.cpp, src/osgViewer/GraphicsWindowWin32.cpp, src/osgViewer/GraphicsWindowX11.cpp: Added context sharing support. 2007-02-15 12:11 robert * src/osgViewer/View.cpp: Fixed handling of warp pointer for when its called at startup and the event queue isn't yet initialized the window range. 2007-02-15 10:25 robert * include/osg/Stats: Removed inappropriate Stats:: prefix 2007-02-15 09:31 robert * src/osgPlugins/OpenFlight/PaletteRecords.cpp: Fixed warnings 2007-02-15 09:17 robert * include/osgIntrospection/ReflectionMacros: Added extra spaces between <> template declarations 2007-02-15 08:29 robert * src/osgWrappers/osgViewer/CompositeViewer.cpp, src/osgWrappers/osgViewer/Viewer.cpp: Updated wrappers 2007-02-15 08:29 robert * include/osgViewer/CompositeViewer, include/osgViewer/Viewer: Removed setFrameStamp 2007-02-15 01:45 robert * src/osgViewer/StatsHandler.cpp, src/osgViewer/Viewer.cpp: Added checks into Viewer set up of Camera stats so that stats are reused if already present. Added use of ref_ptr into StatsHandler's callbacks 2007-02-15 01:23 robert * src/osgShadow/ShadowVolume.cpp: Improved the update of the shadow volume. 2007-02-15 00:53 robert * include/osg/Stats: Removed extrandous Stats:: prefix 2007-02-14 20:44 robert * src/osgUtil/RenderStage.cpp: Added support for osg::State::DynamicObjectCount into the RTT codes 2007-02-14 20:14 robert * include/osgViewer/GraphicsWindowX11, src/osgViewer/GraphicsWindowX11.cpp: Added support for sharing context to GraphicsWindowX11 2007-02-14 17:28 robert * include/osgViewer/GraphicsWindowCarbon, include/osgViewer/GraphicsWindowX11, src/osgViewer/GraphicsWindowWin32.cpp: Added getState()->setGraphicsContext(this); to the various GrpahicsWindow implementations 2007-02-14 16:29 robert * applications/osgviewer/osgviewer.cpp: Renenabled the toggling on the CullPerCameraDrawPerContext threading model in the thread event handler. 2007-02-14 16:24 robert * include/osg/Stats, src/osg/Stats.cpp: Added use of Mutex into osg::Stats to better handle multi-threaded usage 2007-02-14 16:16 robert * src/osgManipulator/Dragger.cpp: Changed the initialized osg Drager:::PointerInfo::hitIter to prevent compile problems under Windows 2007-02-14 15:25 robert * src/osgPlugins/lib3ds/viewport.cpp: From Michael Platings, "I was getting a 0 byte memory leak reported when loading 3ds files, so I've changed line 196 from: viewport->layout.viewL=(Lib3dsView*)calloc(sizeof(Lib3dsView),views); to: viewport->layout.viewL= views ? (Lib3dsView*)calloc(sizeof(Lib3dsView),views) : 0;" 2007-02-14 14:58 robert * src/osgViewer/GraphicsWindowWin32.cpp: Changed the report of lack of WGL_SWAP_METHOD_ARB so that it is INFO rather than WARN. 2007-02-14 14:53 robert * Xcode/OpenSceneGraph/OpenSceneGraph.xcodeproj/project.pbxproj, Xcode/OpenSceneGraph/osgManipulator.plist, Xcode/OpenSceneGraph/osgShadow.plist, Xcode/OpenSceneGraph/osgmanipulator-Info.plist, Xcode/OpenSceneGraph/osgshadow-Info.plist: From Stephan Huber, "attached you'll find an update for the XCode-project. I added the osgShadow as a framework and osgManipulator as a framework, (and the corresponding examples) I removed (hopefully) all references to osg-/Producer where necessary, and some minor stuff." 2007-02-14 14:36 robert * src/osgViewer/Viewer.cpp: Added OSG_RUN_FRAME_COUNT env var which enables a limited run of specified frame numbers when Viewer::run is called. 2007-02-14 13:18 robert * include/osg/Object, include/osg/StateAttribute, src/osg/Drawable.cpp, src/osg/StateSet.cpp, src/osg/Uniform.cpp, src/osgPlugins/ive/Object.cpp, src/osgPlugins/osg/Object.cpp, src/osgUtil/Optimizer.cpp, src/osgWrappers/osg/Object.cpp: Introduced new osg::Object::DataVariance type of UNSPECIFIED, and changed the deafult values of DataVariance to UNSPECIFIED to all types. 2007-02-14 12:42 robert * examples/osgpick/osgpick.cpp: Set the DataVariance of updating text to DYNAMIC 2007-02-14 12:40 robert * VisualStudio/examples/osgmanipulator/osgmanipulatordemo.dsp: From Jean-Sebastien Guay, fixed path. 2007-02-14 12:00 robert * src/osgViewer/Viewer.cpp: Removed debugging run method. 2007-02-14 11:24 robert * Make/openscenegraph.pc, examples/osgspacewarp/osgspacewarp.cpp, include/osg/Drawable, include/osg/Object, include/osg/StateSet, src/osg/Drawable.cpp, src/osg/StateSet.cpp, src/osgUtil/Optimizer.cpp, src/osgViewer/Viewer.cpp, src/osgWrappers/osg/AlphaFunc.cpp, src/osgWrappers/osg/AnimationPath.cpp, src/osgWrappers/osg/ApplicationUsage.cpp, src/osgWrappers/osg/Array.cpp, src/osgWrappers/osg/AutoTransform.cpp, src/osgWrappers/osg/Billboard.cpp, src/osgWrappers/osg/BlendColor.cpp, src/osgWrappers/osg/BlendEquation.cpp, src/osgWrappers/osg/BlendFunc.cpp, src/osgWrappers/osg/BufferObject.cpp, src/osgWrappers/osg/Camera.cpp, src/osgWrappers/osg/CameraView.cpp, src/osgWrappers/osg/ClampColor.cpp, src/osgWrappers/osg/ClearNode.cpp, src/osgWrappers/osg/ClipNode.cpp, src/osgWrappers/osg/ClipPlane.cpp, src/osgWrappers/osg/ClusterCullingCallback.cpp, src/osgWrappers/osg/CollectOccludersVisitor.cpp, src/osgWrappers/osg/ColorMask.cpp, src/osgWrappers/osg/ColorMatrix.cpp, src/osgWrappers/osg/ConvexPlanarOccluder.cpp, src/osgWrappers/osg/CoordinateSystemNode.cpp, src/osgWrappers/osg/CopyOp.cpp, src/osgWrappers/osg/CullFace.cpp, src/osgWrappers/osg/CullSettings.cpp, src/osgWrappers/osg/CullingSet.cpp, src/osgWrappers/osg/Depth.cpp, src/osgWrappers/osg/DisplaySettings.cpp, src/osgWrappers/osg/DrawPixels.cpp, src/osgWrappers/osg/Drawable.cpp, src/osgWrappers/osg/Fog.cpp, src/osgWrappers/osg/FragmentProgram.cpp, src/osgWrappers/osg/FrameBufferObject.cpp, src/osgWrappers/osg/FrameStamp.cpp, src/osgWrappers/osg/FrontFace.cpp, src/osgWrappers/osg/GL2Extensions.cpp, src/osgWrappers/osg/Geode.cpp, src/osgWrappers/osg/Geometry.cpp, src/osgWrappers/osg/GraphicsContext.cpp, src/osgWrappers/osg/GraphicsThread.cpp, src/osgWrappers/osg/Group.cpp, src/osgWrappers/osg/Image.cpp, src/osgWrappers/osg/ImageStream.cpp, src/osgWrappers/osg/LOD.cpp, src/osgWrappers/osg/Light.cpp, src/osgWrappers/osg/LightModel.cpp, src/osgWrappers/osg/LightSource.cpp, src/osgWrappers/osg/LineSegment.cpp, src/osgWrappers/osg/LineStipple.cpp, src/osgWrappers/osg/LineWidth.cpp, src/osgWrappers/osg/LogicOp.cpp, src/osgWrappers/osg/Material.cpp, src/osgWrappers/osg/MatrixTransform.cpp, src/osgWrappers/osg/Matrixd.cpp, src/osgWrappers/osg/Matrixf.cpp, src/osgWrappers/osg/Multisample.cpp, src/osgWrappers/osg/Node.cpp, src/osgWrappers/osg/NodeCallback.cpp, src/osgWrappers/osg/NodeTrackerCallback.cpp, src/osgWrappers/osg/NodeVisitor.cpp, src/osgWrappers/osg/Object.cpp, src/osgWrappers/osg/OccluderNode.cpp, src/osgWrappers/osg/PagedLOD.cpp, src/osgWrappers/osg/Point.cpp, src/osgWrappers/osg/PointSprite.cpp, src/osgWrappers/osg/PolygonMode.cpp, src/osgWrappers/osg/PolygonOffset.cpp, src/osgWrappers/osg/PolygonStipple.cpp, src/osgWrappers/osg/PositionAttitudeTransform.cpp, src/osgWrappers/osg/PrimitiveSet.cpp, src/osgWrappers/osg/Program.cpp, src/osgWrappers/osg/Projection.cpp, src/osgWrappers/osg/ProxyNode.cpp, src/osgWrappers/osg/Referenced.cpp, src/osgWrappers/osg/Scissor.cpp, src/osgWrappers/osg/Sequence.cpp, src/osgWrappers/osg/ShadeModel.cpp, src/osgWrappers/osg/Shader.cpp, src/osgWrappers/osg/Shape.cpp, src/osgWrappers/osg/ShapeDrawable.cpp, src/osgWrappers/osg/State.cpp, src/osgWrappers/osg/StateAttribute.cpp, src/osgWrappers/osg/StateSet.cpp, src/osgWrappers/osg/Stats.cpp, src/osgWrappers/osg/Stencil.cpp, src/osgWrappers/osg/StencilTwoSided.cpp, src/osgWrappers/osg/Switch.cpp, src/osgWrappers/osg/TexEnv.cpp, src/osgWrappers/osg/TexEnvCombine.cpp, src/osgWrappers/osg/TexEnvFilter.cpp, src/osgWrappers/osg/TexGen.cpp, src/osgWrappers/osg/TexGenNode.cpp, src/osgWrappers/osg/TexMat.cpp, src/osgWrappers/osg/Texture.cpp, src/osgWrappers/osg/Texture3D.cpp, src/osgWrappers/osg/TextureCubeMap.cpp, src/osgWrappers/osg/Transform.cpp, src/osgWrappers/osg/Uniform.cpp, src/osgWrappers/osg/VertexProgram.cpp, src/osgWrappers/osg/View.cpp, src/osgWrappers/osg/Viewport.cpp, src/osgWrappers/osg/observer_ptr.cpp, src/osgWrappers/osgDB/DatabasePager.cpp, src/osgWrappers/osgDB/DotOsgWrapper.cpp, src/osgWrappers/osgDB/DynamicLibrary.cpp, src/osgWrappers/osgDB/Field.cpp, src/osgWrappers/osgDB/FieldReader.cpp, src/osgWrappers/osgDB/FieldReaderIterator.cpp, src/osgWrappers/osgDB/ImageOptions.cpp, src/osgWrappers/osgDB/Input.cpp, src/osgWrappers/osgDB/ReaderWriter.cpp, src/osgWrappers/osgDB/Registry.cpp, src/osgWrappers/osgDB/SharedStateManager.cpp, src/osgWrappers/osgFX/AnisotropicLighting.cpp, src/osgWrappers/osgFX/BumpMapping.cpp, src/osgWrappers/osgFX/Cartoon.cpp, src/osgWrappers/osgFX/MultiTextureControl.cpp, src/osgWrappers/osgFX/Registry.cpp, src/osgWrappers/osgFX/Scribe.cpp, src/osgWrappers/osgFX/SpecularHighlights.cpp, src/osgWrappers/osgFX/Validator.cpp, src/osgWrappers/osgGA/AnimationPathManipulator.cpp, src/osgWrappers/osgGA/DriveManipulator.cpp, src/osgWrappers/osgGA/EventQueue.cpp, src/osgWrappers/osgGA/EventVisitor.cpp, src/osgWrappers/osgGA/FlightManipulator.cpp, src/osgWrappers/osgGA/GUIEventAdapter.cpp, src/osgWrappers/osgGA/GUIEventHandler.cpp, src/osgWrappers/osgGA/KeySwitchMatrixManipulator.cpp, src/osgWrappers/osgGA/NodeTrackerManipulator.cpp, src/osgWrappers/osgGA/StateSetManipulator.cpp, src/osgWrappers/osgGA/TerrainManipulator.cpp, src/osgWrappers/osgGA/TrackballManipulator.cpp, src/osgWrappers/osgGA/UFOManipulator.cpp, src/osgWrappers/osgManipulator/AntiSquish.cpp, src/osgWrappers/osgManipulator/Command.cpp, src/osgWrappers/osgManipulator/CommandManager.cpp, src/osgWrappers/osgManipulator/Constraint.cpp, src/osgWrappers/osgManipulator/Dragger.cpp, src/osgWrappers/osgManipulator/Projector.cpp, src/osgWrappers/osgManipulator/RotateCylinderDragger.cpp, src/osgWrappers/osgManipulator/RotateSphereDragger.cpp, src/osgWrappers/osgManipulator/Scale1DDragger.cpp, src/osgWrappers/osgManipulator/Scale2DDragger.cpp, src/osgWrappers/osgManipulator/ScaleAxisDragger.cpp, src/osgWrappers/osgManipulator/Selection.cpp, src/osgWrappers/osgManipulator/TabBoxDragger.cpp, src/osgWrappers/osgManipulator/TabPlaneDragger.cpp, src/osgWrappers/osgManipulator/TabPlaneTrackballDragger.cpp, src/osgWrappers/osgManipulator/TrackballDragger.cpp, src/osgWrappers/osgManipulator/Translate1DDragger.cpp, src/osgWrappers/osgManipulator/Translate2DDragger.cpp, src/osgWrappers/osgManipulator/TranslateAxisDragger.cpp, src/osgWrappers/osgManipulator/TranslatePlaneDragger.cpp, src/osgWrappers/osgParticle/AccelOperator.cpp, src/osgWrappers/osgParticle/AngularAccelOperator.cpp, src/osgWrappers/osgParticle/BoxPlacer.cpp, src/osgWrappers/osgParticle/ConnectedParticleSystem.cpp, src/osgWrappers/osgParticle/ConstantRateCounter.cpp, src/osgWrappers/osgParticle/ExplosionDebrisEffect.cpp, src/osgWrappers/osgParticle/ExplosionEffect.cpp, src/osgWrappers/osgParticle/FireEffect.cpp, src/osgWrappers/osgParticle/FluidFrictionOperator.cpp, src/osgWrappers/osgParticle/FluidProgram.cpp, src/osgWrappers/osgParticle/ForceOperator.cpp, src/osgWrappers/osgParticle/LinearInterpolator.cpp, src/osgWrappers/osgParticle/ModularEmitter.cpp, src/osgWrappers/osgParticle/ModularProgram.cpp, src/osgWrappers/osgParticle/MultiSegmentPlacer.cpp, src/osgWrappers/osgParticle/ParticleSystem.cpp, src/osgWrappers/osgParticle/ParticleSystemUpdater.cpp, src/osgWrappers/osgParticle/PointPlacer.cpp, src/osgWrappers/osgParticle/PrecipitationEffect.cpp, src/osgWrappers/osgParticle/RadialShooter.cpp, src/osgWrappers/osgParticle/RandomRateCounter.cpp, src/osgWrappers/osgParticle/SectorPlacer.cpp, src/osgWrappers/osgParticle/SegmentPlacer.cpp, src/osgWrappers/osgParticle/SmokeEffect.cpp, src/osgWrappers/osgParticle/SmokeTrailEffect.cpp, src/osgWrappers/osgProducer/OsgCameraGroup.cpp, src/osgWrappers/osgProducer/OsgSceneHandler.cpp, src/osgWrappers/osgProducer/Viewer.cpp, src/osgWrappers/osgProducer/ViewerEventHandler.cpp, src/osgWrappers/osgShadow/OccluderGeometry.cpp, src/osgWrappers/osgShadow/ParallelSplitShadowMap.cpp, src/osgWrappers/osgShadow/ShadowMap.cpp, src/osgWrappers/osgShadow/ShadowTechnique.cpp, src/osgWrappers/osgShadow/ShadowTexture.cpp, src/osgWrappers/osgShadow/ShadowVolume.cpp, src/osgWrappers/osgShadow/ShadowedScene.cpp, src/osgWrappers/osgSim/BlinkSequence.cpp, src/osgWrappers/osgSim/ColorRange.cpp, src/osgWrappers/osgSim/DOFTransform.cpp, src/osgWrappers/osgSim/GeographicLocation.cpp, src/osgWrappers/osgSim/Impostor.cpp, src/osgWrappers/osgSim/ImpostorSprite.cpp, src/osgWrappers/osgSim/InsertImpostorsVisitor.cpp, src/osgWrappers/osgSim/LightPointNode.cpp, src/osgWrappers/osgSim/LightPointSystem.cpp, src/osgWrappers/osgSim/LineOfSight.cpp, src/osgWrappers/osgSim/MultiSwitch.cpp, src/osgWrappers/osgSim/OpenFlightOptimizer.cpp, src/osgWrappers/osgSim/OverlayNode.cpp, src/osgWrappers/osgSim/ScalarBar.cpp, src/osgWrappers/osgSim/ScalarsToColors.cpp, src/osgWrappers/osgSim/Sector.cpp, src/osgWrappers/osgSim/SphereSegment.cpp, src/osgWrappers/osgSim/VisibilityGroup.cpp, src/osgWrappers/osgTerrain/DataSet.cpp, src/osgWrappers/osgTerrain/HeightFieldNode.cpp, src/osgWrappers/osgText/FadeText.cpp, src/osgWrappers/osgText/Font.cpp, src/osgWrappers/osgText/Text.cpp, src/osgWrappers/osgUtil/CullVisitor.cpp, src/osgWrappers/osgUtil/DelaunayTriangulator.cpp, src/osgWrappers/osgUtil/DisplayRequirementsVisitor.cpp, src/osgWrappers/osgUtil/GLObjectsVisitor.cpp, src/osgWrappers/osgUtil/HalfWayMapGenerator.cpp, src/osgWrappers/osgUtil/HighlightMapGenerator.cpp, src/osgWrappers/osgUtil/IntersectVisitor.cpp, src/osgWrappers/osgUtil/IntersectionVisitor.cpp, src/osgWrappers/osgUtil/LineSegmentIntersector.cpp, src/osgWrappers/osgUtil/Optimizer.cpp, src/osgWrappers/osgUtil/PlaneIntersector.cpp, src/osgWrappers/osgUtil/PolytopeIntersector.cpp, src/osgWrappers/osgUtil/PositionalStateContainer.cpp, src/osgWrappers/osgUtil/ReflectionMapGenerator.cpp, src/osgWrappers/osgUtil/RenderBin.cpp, src/osgWrappers/osgUtil/RenderLeaf.cpp, src/osgWrappers/osgUtil/RenderStage.cpp, src/osgWrappers/osgUtil/SceneView.cpp, src/osgWrappers/osgUtil/Simplifier.cpp, src/osgWrappers/osgUtil/SmoothingVisitor.cpp, src/osgWrappers/osgUtil/StateGraph.cpp, src/osgWrappers/osgUtil/Statistics.cpp, src/osgWrappers/osgUtil/TangentSpaceGenerator.cpp, src/osgWrappers/osgUtil/Tessellator.cpp, src/osgWrappers/osgUtil/TransformAttributeFunctor.cpp, src/osgWrappers/osgUtil/TransformCallback.cpp, src/osgWrappers/osgUtil/TriStripVisitor.cpp, src/osgWrappers/osgUtil/UpdateVisitor.cpp, src/osgWrappers/osgViewer/CompositeViewer.cpp, src/osgWrappers/osgViewer/HelpHandler.cpp, src/osgWrappers/osgViewer/Scene.cpp, src/osgWrappers/osgViewer/StatsHandler.cpp, src/osgWrappers/osgViewer/View.cpp, src/osgWrappers/osgViewer/Viewer.cpp: Added computeDataVariance method into osg::Object and implementations in Drawable and StateSet, and calling of osgUtil::StaticObjectDetectionVisitor in osgViewer::Viewer 2007-02-14 11:21 robert * include/osgIntrospection/ReflectionMacros: From Mike Wittman, added spaces into < > macros 2007-02-13 22:39 robert * examples/osgslice/osgslice.cpp: Fixed warning 2007-02-13 22:24 robert * examples/osgintersection/osgintersection.cpp: Fixed warnings 2007-02-13 22:22 robert * src/osgPlugins/Inventor/ConvertFromInventor.cpp, src/osgPlugins/ive/Viewport.cpp: Fixed warning 2007-02-13 22:16 robert * src/osgShadow/OccluderGeometry.cpp: Fixed warnings. 2007-02-13 20:32 robert * examples/osgGLUTkeyboardmouse/GNUmakefile, examples/osgGLUTkeyboardmouse/GNUmakefile.inst, examples/osgGLUTsimple/GNUmakefile, examples/osgGLUTsimple/GNUmakefile.inst, examples/osgcamera/GNUmakefile, examples/osgcamera/GNUmakefile.inst, examples/osgkeyboardmouse/GNUmakefile, examples/osgkeyboardmouse/GNUmakefile.inst, examples/osgsimple/GNUmakefile, examples/osgsimpleviewerFLTK/GNUmakefile, examples/osgsimpleviewerFLTK/GNUmakefile.inst, examples/osgsimpleviewerGLUT/GNUmakefile, examples/osgsimpleviewerGLUT/GNUmakefile.inst, examples/osgsimpleviewerQT3/GNUmakefile, examples/osgsimpleviewerQT3/GNUmakefile.inst, examples/osgsimpleviewerQT4/GNUmakefile, examples/osgsimpleviewerQT4/GNUmakefile.inst, examples/osgsimpleviewerSDL/GNUmakefile, examples/osgsimpleviewerSDL/GNUmakefile.inst, examples/osgslice/GNUmakefile: Added -losgText to example that used osgViewer but didn't previously include -losgText 2007-02-13 17:39 robert * src/osgViewer/Viewer.cpp: Changed the DeleteHandler so by default it doesn't cache objects 2007-02-13 16:03 robert * src/osgViewer/Viewer.cpp: Added OSG_THREADING environmental variable to osgViewer::Viewer::suggestBestThreadingModel 2007-02-13 15:57 robert * examples/osgprerendercubemap/osgprerendercubemap.cpp: Reduced the RTT texture size to 256x256 to make setup quicker 2007-02-13 15:24 robert * Make/makedefs: From John Shue, "Modified OpenSceneGraph/Make/makedefs to add -pipe gcc command line option to FreeBSD build." 2007-02-13 14:42 robert * VisualStudio/osgPlugins/ive/ive.dsp, src/osgPlugins/ive/ColorMask.cpp, src/osgPlugins/ive/ColorMask.h, src/osgPlugins/ive/DataInputStream.cpp, src/osgPlugins/ive/DataOutputStream.cpp, src/osgPlugins/ive/GNUmakefile, src/osgPlugins/ive/ReadWrite.h: Added support for ColorMask to .ive plugin 2007-02-13 14:19 robert * src/osgPlugins/OpenFlight/AncillaryRecords.cpp, src/osgPlugins/OpenFlight/GeometryRecords.cpp, src/osgPlugins/OpenFlight/PaletteRecords.cpp, src/osgPlugins/OpenFlight/PrimaryRecords.cpp: From Brede Johansen, "Geometry.cpp Make sure number of normals match number of vertices when lit or vertex-normal pairs are separated when geometries are merged by the optimizer. Ancillary.cpp Improved support for multitexture effect field and use texture environment from .attr file. PaletteRecords.cpp Use search path when looking for shader files. PrimaryRecords.cpp Added preset uniforms "TextureUnit0", "TextureUnit1", "TextureUnit2" and "TextureUnit3" for GLSL shaders." 2007-02-13 13:58 robert * examples/osgsimpleviewerCocoa/English.lproj/Localizable.strings, examples/osgsimpleviewerCocoa/SimpleViewerCocoa.h, examples/osgsimpleviewerCocoa/SimpleViewerCocoa.mm: From Eric Wing, "Here are some updates for osgsimpleviewerCocoa. New features and enhancements: - Shared OpenGL contexts - Multithreaded OpenGL Engine support - Localizable string support - Offscreen rendering (to framebuffer object) for: - Copy/Paste (to image) support - Drag-and-drop (as source image) support - Print to Printer/PDF - Dock minimization picture - More robust initializer handling - Fix to better handle hardware surfaces in NSScrollViews/NSSplitViews - Use of respondsToSelector and instancesRespondToSelector to demonstrate runtime feature checking to provide access to newer features while still compiling on and supporting legacy versions The new file "Localizable.strings" needs to be placed inside the English.lproj directory." 2007-02-13 13:47 robert * VisualStudio/osgPlugins/ive/ive.dsp, examples/osgreflect/osgreflect.cpp, src/osgPlugins/ive/DataInputStream.cpp, src/osgPlugins/ive/DataOutputStream.cpp, src/osgPlugins/ive/GNUmakefile, src/osgPlugins/ive/ReadWrite.h, src/osgPlugins/ive/Stencil.cpp, src/osgPlugins/ive/Stencil.h: Added support for osg::Stencil into .ive 2007-02-13 12:17 robert * VisualStudio/osgPlugins/ive/ive.dsp, src/osgPlugins/ive/BlendColor.cpp, src/osgPlugins/ive/BlendColor.h, src/osgPlugins/ive/DataInputStream.cpp, src/osgPlugins/ive/DataOutputStream.cpp, src/osgPlugins/ive/GNUmakefile, src/osgPlugins/ive/ReadWrite.h: From Ulrich Hertlein, added support for osg::BlendColor to .ive format. 2007-02-13 12:11 robert * VisualStudio/osgPlugins/osg/dot_osg.dsp, src/osgPlugins/osg/BlendColor.cpp, src/osgPlugins/osg/GNUmakefile: Added support for osg::BlendColor to .osg plugin 2007-02-13 11:32 robert * examples/osgcatch/osgcatch.cpp: Added setDataVariance(DYNAMIC) to the scores text entires to prevent the DrawThreadPerContext for crashing due to double buffering of dynamic data. 2007-02-13 09:38 robert * examples/osgblendequation/osgblendequation.cpp: Changed the BlendFunction StateSet to DYNAMIC 2007-02-13 09:33 robert * include/osgIntrospection/ExtendedTypeInfo, include/osgIntrospection/type_traits, src/osgIntrospection/Reflector.cpp: From Mike Wittman, support for reference parameters 2007-02-13 09:27 robert * examples/osgkeyboard/osgkeyboard.cpp: Added setDataVariance(DYNAMIC) to _inputText to prevent problems when running in DrawThreadPerContext threading model. 2007-02-12 18:02 robert * src/osgWrappers/osg/AlphaFunc.cpp, src/osgWrappers/osg/AnimationPath.cpp, src/osgWrappers/osg/ApplicationUsage.cpp, src/osgWrappers/osg/ArgumentParser.cpp, src/osgWrappers/osg/Array.cpp, src/osgWrappers/osg/AutoTransform.cpp, src/osgWrappers/osg/Billboard.cpp, src/osgWrappers/osg/BlendColor.cpp, src/osgWrappers/osg/BlendEquation.cpp, src/osgWrappers/osg/BlendFunc.cpp, src/osgWrappers/osg/BoundingBox.cpp, src/osgWrappers/osg/BoundingSphere.cpp, src/osgWrappers/osg/BufferObject.cpp, src/osgWrappers/osg/Camera.cpp, src/osgWrappers/osg/CameraView.cpp, src/osgWrappers/osg/ClampColor.cpp, src/osgWrappers/osg/ClearNode.cpp, src/osgWrappers/osg/ClipNode.cpp, src/osgWrappers/osg/ClipPlane.cpp, src/osgWrappers/osg/ClusterCullingCallback.cpp, src/osgWrappers/osg/CollectOccludersVisitor.cpp, src/osgWrappers/osg/ColorMask.cpp, src/osgWrappers/osg/ColorMatrix.cpp, src/osgWrappers/osg/ConvexPlanarOccluder.cpp, src/osgWrappers/osg/ConvexPlanarPolygon.cpp, src/osgWrappers/osg/CoordinateSystemNode.cpp, src/osgWrappers/osg/CopyOp.cpp, src/osgWrappers/osg/CullFace.cpp, src/osgWrappers/osg/CullSettings.cpp, src/osgWrappers/osg/CullingSet.cpp, src/osgWrappers/osg/DeleteHandler.cpp, src/osgWrappers/osg/Depth.cpp, src/osgWrappers/osg/DisplaySettings.cpp, src/osgWrappers/osg/DrawPixels.cpp, src/osgWrappers/osg/Drawable.cpp, src/osgWrappers/osg/Fog.cpp, src/osgWrappers/osg/FragmentProgram.cpp, src/osgWrappers/osg/FrameBufferObject.cpp, src/osgWrappers/osg/FrameStamp.cpp, src/osgWrappers/osg/FrontFace.cpp, src/osgWrappers/osg/GL2Extensions.cpp, src/osgWrappers/osg/Geode.cpp, src/osgWrappers/osg/Geometry.cpp, src/osgWrappers/osg/GraphicsContext.cpp, src/osgWrappers/osg/GraphicsThread.cpp, src/osgWrappers/osg/Group.cpp, src/osgWrappers/osg/Image.cpp, src/osgWrappers/osg/ImageStream.cpp, src/osgWrappers/osg/LOD.cpp, src/osgWrappers/osg/Light.cpp, src/osgWrappers/osg/LightModel.cpp, src/osgWrappers/osg/LightSource.cpp, src/osgWrappers/osg/LineSegment.cpp, src/osgWrappers/osg/LineStipple.cpp, src/osgWrappers/osg/LineWidth.cpp, src/osgWrappers/osg/LogicOp.cpp, src/osgWrappers/osg/Material.cpp, src/osgWrappers/osg/MatrixTransform.cpp, src/osgWrappers/osg/Matrixd.cpp, src/osgWrappers/osg/Matrixf.cpp, src/osgWrappers/osg/Multisample.cpp, src/osgWrappers/osg/Node.cpp, src/osgWrappers/osg/NodeCallback.cpp, src/osgWrappers/osg/NodeTrackerCallback.cpp, src/osgWrappers/osg/NodeVisitor.cpp, src/osgWrappers/osg/Object.cpp, src/osgWrappers/osg/OccluderNode.cpp, src/osgWrappers/osg/PagedLOD.cpp, src/osgWrappers/osg/Plane.cpp, src/osgWrappers/osg/Point.cpp, src/osgWrappers/osg/PointSprite.cpp, src/osgWrappers/osg/PolygonMode.cpp, src/osgWrappers/osg/PolygonOffset.cpp, src/osgWrappers/osg/PolygonStipple.cpp, src/osgWrappers/osg/Polytope.cpp, src/osgWrappers/osg/PositionAttitudeTransform.cpp, src/osgWrappers/osg/PrimitiveSet.cpp, src/osgWrappers/osg/Program.cpp, src/osgWrappers/osg/Projection.cpp, src/osgWrappers/osg/ProxyNode.cpp, src/osgWrappers/osg/Quat.cpp, src/osgWrappers/osg/Referenced.cpp, src/osgWrappers/osg/RenderInfo.cpp, src/osgWrappers/osg/Scissor.cpp, src/osgWrappers/osg/Sequence.cpp, src/osgWrappers/osg/ShadeModel.cpp, src/osgWrappers/osg/Shader.cpp, src/osgWrappers/osg/ShadowVolumeOccluder.cpp, src/osgWrappers/osg/Shape.cpp, src/osgWrappers/osg/ShapeDrawable.cpp, src/osgWrappers/osg/State.cpp, src/osgWrappers/osg/StateAttribute.cpp, src/osgWrappers/osg/StateSet.cpp, src/osgWrappers/osg/Stats.cpp, src/osgWrappers/osg/Stencil.cpp, src/osgWrappers/osg/StencilTwoSided.cpp, src/osgWrappers/osg/Switch.cpp, src/osgWrappers/osg/TexEnv.cpp, src/osgWrappers/osg/TexEnvCombine.cpp, src/osgWrappers/osg/TexEnvFilter.cpp, src/osgWrappers/osg/TexGen.cpp, src/osgWrappers/osg/TexGenNode.cpp, src/osgWrappers/osg/TexMat.cpp, src/osgWrappers/osg/Texture.cpp, src/osgWrappers/osg/Texture1D.cpp, src/osgWrappers/osg/Texture2D.cpp, src/osgWrappers/osg/Texture3D.cpp, src/osgWrappers/osg/TextureCubeMap.cpp, src/osgWrappers/osg/TextureRectangle.cpp, src/osgWrappers/osg/Timer.cpp, src/osgWrappers/osg/Transform.cpp, src/osgWrappers/osg/Uniform.cpp, src/osgWrappers/osg/Vec2b.cpp, src/osgWrappers/osg/Vec2d.cpp, src/osgWrappers/osg/Vec2f.cpp, src/osgWrappers/osg/Vec2s.cpp, src/osgWrappers/osg/Vec3b.cpp, src/osgWrappers/osg/Vec3d.cpp, src/osgWrappers/osg/Vec3f.cpp, src/osgWrappers/osg/Vec3s.cpp, src/osgWrappers/osg/Vec4b.cpp, src/osgWrappers/osg/Vec4d.cpp, src/osgWrappers/osg/Vec4f.cpp, src/osgWrappers/osg/Vec4s.cpp, src/osgWrappers/osg/Vec4ub.cpp, src/osgWrappers/osg/VertexProgram.cpp, src/osgWrappers/osg/View.cpp, src/osgWrappers/osg/Viewport.cpp, src/osgWrappers/osg/observer_ptr.cpp, src/osgWrappers/osgDB/Archive.cpp, src/osgWrappers/osgDB/DatabasePager.cpp, src/osgWrappers/osgDB/DotOsgWrapper.cpp, src/osgWrappers/osgDB/DynamicLibrary.cpp, src/osgWrappers/osgDB/Field.cpp, src/osgWrappers/osgDB/FieldReader.cpp, src/osgWrappers/osgDB/FieldReaderIterator.cpp, src/osgWrappers/osgDB/ImageOptions.cpp, src/osgWrappers/osgDB/Input.cpp, src/osgWrappers/osgDB/ParameterOutput.cpp, src/osgWrappers/osgDB/ReaderWriter.cpp, src/osgWrappers/osgDB/ReentrantMutex.cpp, src/osgWrappers/osgDB/Registry.cpp, src/osgWrappers/osgDB/SharedStateManager.cpp, src/osgWrappers/osgFX/AnisotropicLighting.cpp, src/osgWrappers/osgFX/BumpMapping.cpp, src/osgWrappers/osgFX/Cartoon.cpp, src/osgWrappers/osgFX/Effect.cpp, src/osgWrappers/osgFX/MultiTextureControl.cpp, src/osgWrappers/osgFX/Registry.cpp, src/osgWrappers/osgFX/Scribe.cpp, src/osgWrappers/osgFX/SpecularHighlights.cpp, src/osgWrappers/osgFX/Technique.cpp, src/osgWrappers/osgFX/Validator.cpp, src/osgWrappers/osgGA/AnimationPathManipulator.cpp, src/osgWrappers/osgGA/DriveManipulator.cpp, src/osgWrappers/osgGA/EventQueue.cpp, src/osgWrappers/osgGA/EventVisitor.cpp, src/osgWrappers/osgGA/FlightManipulator.cpp, src/osgWrappers/osgGA/GUIActionAdapter.cpp, src/osgWrappers/osgGA/GUIEventAdapter.cpp, src/osgWrappers/osgGA/GUIEventHandler.cpp, src/osgWrappers/osgGA/KeySwitchMatrixManipulator.cpp, src/osgWrappers/osgGA/MatrixManipulator.cpp, src/osgWrappers/osgGA/NodeTrackerManipulator.cpp, src/osgWrappers/osgGA/StateSetManipulator.cpp, src/osgWrappers/osgGA/TerrainManipulator.cpp, src/osgWrappers/osgGA/TrackballManipulator.cpp, src/osgWrappers/osgGA/UFOManipulator.cpp, src/osgWrappers/osgManipulator/AntiSquish.cpp, src/osgWrappers/osgManipulator/Command.cpp, src/osgWrappers/osgManipulator/CommandManager.cpp, src/osgWrappers/osgManipulator/Constraint.cpp, src/osgWrappers/osgManipulator/Dragger.cpp, src/osgWrappers/osgManipulator/Projector.cpp, src/osgWrappers/osgManipulator/RotateCylinderDragger.cpp, src/osgWrappers/osgManipulator/RotateSphereDragger.cpp, src/osgWrappers/osgManipulator/Scale1DDragger.cpp, src/osgWrappers/osgManipulator/Scale2DDragger.cpp, src/osgWrappers/osgManipulator/ScaleAxisDragger.cpp, src/osgWrappers/osgManipulator/Selection.cpp, src/osgWrappers/osgManipulator/TabBoxDragger.cpp, src/osgWrappers/osgManipulator/TabPlaneDragger.cpp, src/osgWrappers/osgManipulator/TabPlaneTrackballDragger.cpp, src/osgWrappers/osgManipulator/TrackballDragger.cpp, src/osgWrappers/osgManipulator/Translate1DDragger.cpp, src/osgWrappers/osgManipulator/Translate2DDragger.cpp, src/osgWrappers/osgManipulator/TranslateAxisDragger.cpp, src/osgWrappers/osgManipulator/TranslatePlaneDragger.cpp, src/osgWrappers/osgParticle/AccelOperator.cpp, src/osgWrappers/osgParticle/AngularAccelOperator.cpp, src/osgWrappers/osgParticle/BoxPlacer.cpp, src/osgWrappers/osgParticle/CenteredPlacer.cpp, src/osgWrappers/osgParticle/ConnectedParticleSystem.cpp, src/osgWrappers/osgParticle/ConstantRateCounter.cpp, src/osgWrappers/osgParticle/Counter.cpp, src/osgWrappers/osgParticle/Emitter.cpp, src/osgWrappers/osgParticle/ExplosionDebrisEffect.cpp, src/osgWrappers/osgParticle/ExplosionEffect.cpp, src/osgWrappers/osgParticle/FireEffect.cpp, src/osgWrappers/osgParticle/FluidFrictionOperator.cpp, src/osgWrappers/osgParticle/FluidProgram.cpp, src/osgWrappers/osgParticle/ForceOperator.cpp, src/osgWrappers/osgParticle/Interpolator.cpp, src/osgWrappers/osgParticle/LinearInterpolator.cpp, src/osgWrappers/osgParticle/ModularEmitter.cpp, src/osgWrappers/osgParticle/ModularProgram.cpp, src/osgWrappers/osgParticle/MultiSegmentPlacer.cpp, src/osgWrappers/osgParticle/Operator.cpp, src/osgWrappers/osgParticle/Particle.cpp, src/osgWrappers/osgParticle/ParticleEffect.cpp, src/osgWrappers/osgParticle/ParticleProcessor.cpp, src/osgWrappers/osgParticle/ParticleSystem.cpp, src/osgWrappers/osgParticle/ParticleSystemUpdater.cpp, src/osgWrappers/osgParticle/Placer.cpp, src/osgWrappers/osgParticle/PointPlacer.cpp, src/osgWrappers/osgParticle/PrecipitationEffect.cpp, src/osgWrappers/osgParticle/Program.cpp, src/osgWrappers/osgParticle/RadialShooter.cpp, src/osgWrappers/osgParticle/RandomRateCounter.cpp, src/osgWrappers/osgParticle/SectorPlacer.cpp, src/osgWrappers/osgParticle/SegmentPlacer.cpp, src/osgWrappers/osgParticle/Shooter.cpp, src/osgWrappers/osgParticle/SmokeEffect.cpp, src/osgWrappers/osgParticle/SmokeTrailEffect.cpp, src/osgWrappers/osgParticle/VariableRateCounter.cpp, src/osgWrappers/osgParticle/range.cpp, src/osgWrappers/osgProducer/GraphicsContextImplementation.cpp, src/osgWrappers/osgProducer/KeyboardMouseCallback.cpp, src/osgWrappers/osgProducer/OsgCameraGroup.cpp, src/osgWrappers/osgProducer/OsgSceneHandler.cpp, src/osgWrappers/osgProducer/Viewer.cpp, src/osgWrappers/osgProducer/ViewerEventHandler.cpp, src/osgWrappers/osgShadow/OccluderGeometry.cpp, src/osgWrappers/osgShadow/ParallelSplitShadowMap.cpp, src/osgWrappers/osgShadow/ShadowMap.cpp, src/osgWrappers/osgShadow/ShadowTechnique.cpp, src/osgWrappers/osgShadow/ShadowTexture.cpp, src/osgWrappers/osgShadow/ShadowVolume.cpp, src/osgWrappers/osgShadow/ShadowedScene.cpp, src/osgWrappers/osgSim/BlinkSequence.cpp, src/osgWrappers/osgSim/ColorRange.cpp, src/osgWrappers/osgSim/DOFTransform.cpp, src/osgWrappers/osgSim/ElevationSlice.cpp, src/osgWrappers/osgSim/GeographicLocation.cpp, src/osgWrappers/osgSim/HeightAboveTerrain.cpp, src/osgWrappers/osgSim/Impostor.cpp, src/osgWrappers/osgSim/ImpostorSprite.cpp, src/osgWrappers/osgSim/InsertImpostorsVisitor.cpp, src/osgWrappers/osgSim/LightPoint.cpp, src/osgWrappers/osgSim/LightPointNode.cpp, src/osgWrappers/osgSim/LightPointSystem.cpp, src/osgWrappers/osgSim/LineOfSight.cpp, src/osgWrappers/osgSim/MultiSwitch.cpp, src/osgWrappers/osgSim/OpenFlightOptimizer.cpp, src/osgWrappers/osgSim/OverlayNode.cpp, src/osgWrappers/osgSim/ScalarBar.cpp, src/osgWrappers/osgSim/ScalarsToColors.cpp, src/osgWrappers/osgSim/Sector.cpp, src/osgWrappers/osgSim/SphereSegment.cpp, src/osgWrappers/osgSim/VisibilityGroup.cpp, src/osgWrappers/osgTerrain/DataSet.cpp, src/osgWrappers/osgTerrain/HeightFieldNode.cpp, src/osgWrappers/osgTerrain/HeightFieldRenderer.cpp, src/osgWrappers/osgText/FadeText.cpp, src/osgWrappers/osgText/Font.cpp, src/osgWrappers/osgText/String.cpp, src/osgWrappers/osgText/Text.cpp, src/osgWrappers/osgUtil/CubeMapGenerator.cpp, src/osgWrappers/osgUtil/CullVisitor.cpp, src/osgWrappers/osgUtil/DelaunayTriangulator.cpp, src/osgWrappers/osgUtil/DisplayRequirementsVisitor.cpp, src/osgWrappers/osgUtil/GLObjectsVisitor.cpp, src/osgWrappers/osgUtil/HalfWayMapGenerator.cpp, src/osgWrappers/osgUtil/HighlightMapGenerator.cpp, src/osgWrappers/osgUtil/IntersectVisitor.cpp, src/osgWrappers/osgUtil/IntersectionVisitor.cpp, src/osgWrappers/osgUtil/LineSegmentIntersector.cpp, src/osgWrappers/osgUtil/Optimizer.cpp, src/osgWrappers/osgUtil/PlaneIntersector.cpp, src/osgWrappers/osgUtil/PolytopeIntersector.cpp, src/osgWrappers/osgUtil/PositionalStateContainer.cpp, src/osgWrappers/osgUtil/ReflectionMapGenerator.cpp, src/osgWrappers/osgUtil/RenderBin.cpp, src/osgWrappers/osgUtil/RenderLeaf.cpp, src/osgWrappers/osgUtil/RenderStage.cpp, src/osgWrappers/osgUtil/SceneView.cpp, src/osgWrappers/osgUtil/Simplifier.cpp, src/osgWrappers/osgUtil/SmoothingVisitor.cpp, src/osgWrappers/osgUtil/StateGraph.cpp, src/osgWrappers/osgUtil/Statistics.cpp, src/osgWrappers/osgUtil/TangentSpaceGenerator.cpp, src/osgWrappers/osgUtil/Tessellator.cpp, src/osgWrappers/osgUtil/TransformAttributeFunctor.cpp, src/osgWrappers/osgUtil/TransformCallback.cpp, src/osgWrappers/osgUtil/TriStripVisitor.cpp, src/osgWrappers/osgUtil/UpdateVisitor.cpp, src/osgWrappers/osgViewer/CompositeViewer.cpp, src/osgWrappers/osgViewer/GraphicsWindow.cpp, src/osgWrappers/osgViewer/HelpHandler.cpp, src/osgWrappers/osgViewer/Scene.cpp, src/osgWrappers/osgViewer/SimpleViewer.cpp, src/osgWrappers/osgViewer/StatsHandler.cpp, src/osgWrappers/osgViewer/View.cpp, src/osgWrappers/osgViewer/Viewer.cpp: Updated wrappers 2007-02-12 17:59 robert * examples/osgintrospection/osgintrospection.cpp, include/osgIntrospection/ConstructorInfo, include/osgIntrospection/MethodInfo, include/osgIntrospection/ReflectionMacros, include/osgIntrospection/TypedConstructorInfo, include/osgIntrospection/TypedMethodInfo: From Mike Wittman, "Here is the next in the series of changes I'm making to OSG introspection to support the attributes needed for C# bindings. This change adds virtual/pure virtual attributes to MethodInfo and an explicit attribute to ConstructorInfo using the implementation strategy that David Callu recommended a few months back (thanks David!). This change updates both genwrapper and osgIntrospection, and assumes the osgIntrospection reference support that's still pending in your submission queue." 2007-02-12 17:14 robert * VisualStudio/osgIntrospection/osgIntrospection.dsp, examples/osgintrospection/osgintrospection.cpp, include/osgIntrospection/Comparator, include/osgIntrospection/Exceptions, include/osgIntrospection/ReaderWriter, include/osgIntrospection/Reflection, include/osgIntrospection/ReflectionMacros, include/osgIntrospection/Reflector, include/osgIntrospection/Type, include/osgIntrospection/TypeNameAliasProxy, include/osgIntrospection/Value, src/osgIntrospection/GNUmakefile, src/osgIntrospection/Reflection.cpp, src/osgIntrospection/Type.cpp, src/osgIntrospection/Value.cpp: From Mike Wittman, "These changes add support for reflection of reference and const reference type representations via osgIntrospection::Type. This covers just the static type information; the dynamic behavior via Type::createInstance/Type::InvokeMethod should not be affected." 2007-02-12 15:59 robert * VisualStudio/osgWrappers/osgViewer/wrapper_osgViewer.dsp, src/osgWrappers/osg/ApplicationUsage.cpp, src/osgWrappers/osgViewer/GNUmakefile, src/osgWrappers/osgViewer/HelpHandler.cpp, src/osgWrappers/osgViewer/StatsHandler.cpp, src/osgWrappers/osgViewer/Viewer.cpp: Updated wrappers 2007-02-12 13:51 robert * src/osgViewer/HelpHandler.cpp: Added automatic scaling and translation of help to make sure it always fits on screen 2007-02-12 13:39 robert * VisualStudio/osgViewer/osgViewer.dsp, applications/osgviewer/osgviewer.cpp, include/osg/ApplicationUsage, include/osg/ArgumentParser, include/osgViewer/HelpHandler, include/osgViewer/StatsHandler, include/osgViewer/Viewer, src/osg/ApplicationUsage.cpp, src/osg/ArgumentParser.cpp, src/osgViewer/GNUmakefile, src/osgViewer/HelpHandler.cpp, src/osgViewer/StatsHandler.cpp, src/osgViewer/Viewer.cpp: Added osgViewer::HelpHandler 2007-02-11 22:01 robert * src/osgWrappers/osgManipulator/Dragger.cpp, src/osgWrappers/osgManipulator/Projector.cpp, src/osgWrappers/osgManipulator/RotateCylinderDragger.cpp, src/osgWrappers/osgManipulator/RotateSphereDragger.cpp, src/osgWrappers/osgManipulator/Scale1DDragger.cpp, src/osgWrappers/osgManipulator/Scale2DDragger.cpp, src/osgWrappers/osgManipulator/TabPlaneDragger.cpp, src/osgWrappers/osgManipulator/Translate1DDragger.cpp, src/osgWrappers/osgManipulator/Translate2DDragger.cpp, src/osgWrappers/osgManipulator/TranslatePlaneDragger.cpp: Updated wrappers 2007-02-11 21:24 robert * src/osgManipulator/TrackballDragger.cpp: Incresed the resolution of the trackball dragger geometry 2007-02-11 21:12 robert * examples/osgmanipulator/osgmanipulator.cpp, include/osgManipulator/Dragger, include/osgManipulator/Projector, include/osgManipulator/RotateCylinderDragger, include/osgManipulator/RotateSphereDragger, include/osgManipulator/Scale1DDragger, include/osgManipulator/Scale2DDragger, include/osgManipulator/TabPlaneDragger, include/osgManipulator/Translate1DDragger, include/osgManipulator/Translate2DDragger, include/osgManipulator/TranslatePlaneDragger, src/osgManipulator/Dragger.cpp, src/osgManipulator/Projector.cpp, src/osgManipulator/RotateCylinderDragger.cpp, src/osgManipulator/RotateSphereDragger.cpp, src/osgManipulator/Scale1DDragger.cpp, src/osgManipulator/Scale2DDragger.cpp, src/osgManipulator/TabPlaneDragger.cpp, src/osgManipulator/Translate1DDragger.cpp, src/osgManipulator/Translate2DDragger.cpp, src/osgManipulator/TranslatePlaneDragger.cpp: Changed osgManipulator::Dragger::handle(..) method to use a nested PointerInfo class to encapsulate the pixel coords, SceneView and picking operations in prep for making the code more general purpose, and less reliant on classes like osgUtil::SceneView and osgUtil::IntersectVisitor. 2007-02-11 15:42 robert * VisualStudio/OpenSceneGraph.dsw: Added osgText to dependency of osgmanipualator example. 2007-02-11 15:41 robert * VisualStudio/examples/osgmanipulator/osgmanipulatordemo.dsp: Fixed Producer lib entry 2007-02-11 12:23 robert * Make/makedirdefs, VisualStudio/OpenSceneGraph.dsw, VisualStudio/osgWrappers/osgManipulator, VisualStudio/osgWrappers/osgManipulator/wrapper_osgManipulator.dsp, src/osgWrappers/osg/Matrixd.cpp, src/osgWrappers/osg/Matrixf.cpp, src/osgWrappers/osgManipulator, src/osgWrappers/osgManipulator/AntiSquish.cpp, src/osgWrappers/osgManipulator/Command.cpp, src/osgWrappers/osgManipulator/CommandManager.cpp, src/osgWrappers/osgManipulator/Constraint.cpp, src/osgWrappers/osgManipulator/Dragger.cpp, src/osgWrappers/osgManipulator/GNUmakefile, src/osgWrappers/osgManipulator/Projector.cpp, src/osgWrappers/osgManipulator/RotateCylinderDragger.cpp, src/osgWrappers/osgManipulator/RotateSphereDragger.cpp, src/osgWrappers/osgManipulator/Scale1DDragger.cpp, src/osgWrappers/osgManipulator/Scale2DDragger.cpp, src/osgWrappers/osgManipulator/ScaleAxisDragger.cpp, src/osgWrappers/osgManipulator/Selection.cpp, src/osgWrappers/osgManipulator/TabBoxDragger.cpp, src/osgWrappers/osgManipulator/TabPlaneDragger.cpp, src/osgWrappers/osgManipulator/TabPlaneTrackballDragger.cpp, src/osgWrappers/osgManipulator/TrackballDragger.cpp, src/osgWrappers/osgManipulator/Translate1DDragger.cpp, src/osgWrappers/osgManipulator/Translate2DDragger.cpp, src/osgWrappers/osgManipulator/TranslateAxisDragger.cpp, src/osgWrappers/osgManipulator/TranslatePlaneDragger.cpp, src/osgWrappers/osgShadow/ShadowVolume.cpp: Updated wrappers 2007-02-11 12:22 robert * include/osgManipulator/Projector, src/osgManipulator/Projector.cpp, src/osgManipulator/RotateCylinderDragger.cpp, src/osgManipulator/RotateSphereDragger.cpp: Changed the osg::Shape related projectors so that they used pointers rather than references. 2007-02-11 10:33 robert * Make/makedirdefs, VisualStudio/OpenSceneGraph.dsw, VisualStudio/examples/osgmanipulator, VisualStudio/examples/osgmanipulator/osgmanipulatordemo.dsp, VisualStudio/osgManipulator, VisualStudio/osgManipulator/osgManipulator.dsp, examples/osgmanipulator, examples/osgmanipulator/GNUmakefile, examples/osgmanipulator/GNUmakefile.inst, examples/osgmanipulator/osgmanipulator.cpp, include/osgManipulator, include/osgManipulator/AntiSquish, include/osgManipulator/Command, include/osgManipulator/CommandManager, include/osgManipulator/Constraint, include/osgManipulator/Dragger, include/osgManipulator/Export, include/osgManipulator/Projector, include/osgManipulator/RotateCylinderDragger, include/osgManipulator/RotateSphereDragger, include/osgManipulator/Scale1DDragger, include/osgManipulator/Scale2DDragger, include/osgManipulator/ScaleAxisDragger, include/osgManipulator/Selection, include/osgManipulator/TabBoxDragger, include/osgManipulator/TabPlaneDragger, include/osgManipulator/TabPlaneTrackballDragger, include/osgManipulator/TrackballDragger, include/osgManipulator/Translate1DDragger, include/osgManipulator/Translate2DDragger, include/osgManipulator/TranslateAxisDragger, include/osgManipulator/TranslatePlaneDragger, src/osgManipulator, src/osgManipulator/AntiSquish.cpp, src/osgManipulator/Command.cpp, src/osgManipulator/CommandManager.cpp, src/osgManipulator/Constraint.cpp, src/osgManipulator/Dragger.cpp, src/osgManipulator/GNUmakefile, src/osgManipulator/Projector.cpp, src/osgManipulator/RotateCylinderDragger.cpp, src/osgManipulator/RotateSphereDragger.cpp, src/osgManipulator/Scale1DDragger.cpp, src/osgManipulator/Scale2DDragger.cpp, src/osgManipulator/ScaleAxisDragger.cpp, src/osgManipulator/Selection.cpp, src/osgManipulator/TabBoxDragger.cpp, src/osgManipulator/TabPlaneDragger.cpp, src/osgManipulator/TabPlaneTrackballDragger.cpp, src/osgManipulator/TrackballDragger.cpp, src/osgManipulator/Translate1DDragger.cpp, src/osgManipulator/Translate2DDragger.cpp, src/osgManipulator/TranslateAxisDragger.cpp, src/osgManipulator/TranslatePlaneDragger.cpp: From Vivek Rajan, new osgManipulator library, with a few minor tweaks and rename for osgDragger to osgManipulator for build by Robert Osfield. Vivek's email to osg-submissions: "I'm happy to release the osgdragger nodekit to the OSG community. I implemented the nodekit for my company, Fugro-Jason Inc., and they have kindly agreed to open source it. The nodekit contains a few draggers but it should be easy to build new draggers on top of it. The design of the nodekit is based on a SIGGRAPH 2002 course - "Design and Implementation of Direct Manipulation in 3D". You can find the course notes at http://www.pauliface.com/Sigg02/index.html. Reading pages 20 - 29 of the course notes should give you a fair understanding of how the nodekit works. The source code also contains an example of how to use the draggers." 2007-02-10 18:01 robert * VisualStudio/osg/osg.dsp, include/osg/Matrixd, include/osg/Matrixf, src/osg/GNUmakefile, src/osg/MatrixDecomposition.cpp: From Vivek Rajan, MatrixDecomposition implementaion, adapted by Robert Osfield to be part of osg::Matrixf and osg::Matrixd classes. 2007-02-09 21:31 robert * examples/osgshadow/osgshadow.cpp, include/osgShadow/ShadowVolume, src/osgShadow/ShadowVolume.cpp: Cleaned up osgshadow example so that it now relies upon osgShadow for its shadow implementation 2007-02-09 16:31 robert * src/osgPlugins/net/ReaderWriterNET.cpp: From Carlo Camporesi, "In attach there is a little bug fix to net plugin. The modify allow the plugin to accept url with port number in this way: http://"address ":"portnumber"/ " 2007-02-09 16:27 robert * src/osgWrappers/osgShadow/ShadowTechnique.cpp, src/osgWrappers/osgShadow/ShadowVolume.cpp: Updated wrappers 2007-02-09 16:03 robert * examples/osgshadow/osgshadow.cpp, include/osgShadow/ShadowTechnique, include/osgShadow/ShadowVolume, src/osgShadow/ShadowTechnique.cpp, src/osgShadow/ShadowVolume.cpp: Moved the basic ShadowVolume code into osgShadow 2007-02-09 14:54 robert * examples/osgcopy/osgcopy.cpp: From Yefei He, " I wrote a class derived from CopyOp that preserves the multi-parent structure of scene graphs. I only considered the case of DEEP_COPY_NODES, but it is sufficient for me. It is not the most elegant way -- I used a map to list all the already cloned nodes with multiple parents, to be looked up whenever such a node is revisited. The good part is, it works." From Robert Osfield, fixed build problems under Linux 64 due to use of int's to store Node* in internal maps used in above custom CopyOp. Added ref_ptr<> usage to main to prevent memory leaks 2007-02-09 14:35 robert * VisualStudio/MUST_READ_ME.txt: From Joakim Simmonsson, fixed inconsistent newlines 2007-02-09 14:21 robert * src/osgUtil/DelaunayTriangulator.cpp: From Paul Martz, "Make DelaunayTriangulator less verbose - It was outputting a non-warning with notify level set to WARN; changed it to INFO to make it less verbose." 2007-02-09 13:51 robert * include/osgViewer/GraphicsWindowX11, src/osgViewer/GraphicsWindowX11.cpp: Changed GraphicsWindowX11 so that it creates two Display* connextions to the Xserver, one for the graphics thread, one for the main thread that querries events 2007-02-09 13:36 robert * src/osgViewer/Viewer.cpp: Added #if #else #endif blocks to Viewer::realize() and run() for the purposes of testing 2007-02-09 12:08 robert * src/osgUtil/Optimizer.cpp: Removed debug message 2007-02-08 22:36 robert * src/osgViewer/Viewer.cpp: From André Garneau, "Attached is a fix for the hang occuring on Win32 when the thread model is changed. The issue was caused by the mutex in the ViewerDoubleBufferRenderingOperation being released even though they were not owned. This was causing the underlying critical section object lock count values becoming negative; the next time the lock was acquired it would block because of that." 2007-02-08 22:31 robert * src/osgDB/FileNameUtils.cpp: From Brian Keener, fixes for Cygwin filename handling 2007-02-08 20:30 robert * VisualStudio/applications/osgviewer/osgviewerapplication.dsp: From Charles Cole, "The program database filename was changed for the osgviewer application such as to not conflict with the program database file generated by the core osgViewer library. This change allows for both the application and library to be used in debugging mode within Visual Studio. This change has been tested with Visual Studio 2005 (VS8)." 2007-02-08 20:27 robert * src/osgWrappers/osgShadow/ShadowTechnique.cpp, src/osgWrappers/osgShadow/ShadowVolume.cpp, src/osgWrappers/osgShadow/ShadowedScene.cpp, src/osgWrappers/osgUtil/Optimizer.cpp, src/osgWrappers/osgViewer/Viewer.cpp: Updated wrappers 2007-02-08 19:34 robert * include/osgShadow/ShadowTechnique, include/osgShadow/ShadowVolume, include/osgShadow/ShadowedScene, src/osgShadow/ShadowTechnique.cpp, src/osgShadow/ShadowVolume.cpp, src/osgShadow/ShadowedScene.cpp: Further work on osgShadow::ShadowTechnique API 2007-02-08 17:23 robert * examples/osgshadow/osgshadow.cpp, include/osgShadow/ShadowTechnique, include/osgShadow/ShadowedScene, src/osgShadow/ShadowTechnique.cpp, src/osgShadow/ShadowedScene.cpp: Flesh out more of basic ShadowTechnique and ShadowedScene API. 2007-02-08 15:47 robert * include/osgUtil/Optimizer, src/osgUtil/Optimizer.cpp: Fixed the FlattenStaticTransform visitor so that it excludes subgraphs that contain PagedLOD nodes 2007-02-08 15:01 robert * src/osgPlugins/ive/DataInputStream.cpp: Cleaned up readString 2007-02-08 14:59 robert * src/osgPlugins/ive/DataInputStream.cpp: Fixed return in readString. 2007-02-08 12:47 robert * include/osgViewer/StatsHandler, src/osgViewer/StatsHandler.cpp: Added the threading model to stats 2007-02-08 12:24 robert * applications/osgviewer/osgviewer.cpp: Added threading model option to command line parameters 2007-02-08 12:21 robert * src/osgViewer/CompositeViewer.cpp: Added check in setThreadingModel so that it only sets up threading if the viewer is realized 2007-02-08 12:20 robert * src/osgViewer/Viewer.cpp: Fixed setThreadModel method so that is doesn't try to set up threading unless the viewer is realized 2007-02-08 12:14 robert * include/osgViewer/Viewer, src/osgViewer/Viewer.cpp: Updated the handling of closing of windows 2007-02-08 11:30 robert * src/osgViewer/GraphicsWindowX11.cpp: Added better clean up of paramters on X display in GraphicsWindowX11:closeImplementation 2007-02-08 11:26 robert * src/osgViewer/GraphicsWindowX11.cpp: From Stefan Eilemann, addd more extensive XErrorHandler output 2007-02-08 11:24 robert * src/osgViewer/Viewer.cpp: Added setting of the DatabasePager's affinity. 2007-02-08 10:46 robert * src/osgPlugins/ive/DataInputStream.cpp: From Donn Mielcarek, "We generated some bad ive files in our database. In some of the files, the function readInt() would return a 0 size. While linux will happily continue on, creating 0 sized arrays, Windows immediately blows up, with sparks sometimes flying out the side of the machine! I added a simple check for zero size in each of the functions that allocates arrays based on the size variable, and I thought I'd pass it along. Now the program will not die if it encounters an ive file with bad data." 2007-02-07 21:56 robert * src/osgWrappers/osg/CullStack.cpp, src/osgWrappers/osg/Transform.cpp: Updated wrappers 2007-02-07 21:48 robert * include/osgSim/DOFTransform, src/osgSim/DOFTransform.cpp: Changed the setting of need to traverse during the update traverse so it is only enabled when animation is switched on. 2007-02-07 21:16 robert * applications/osgviewer/osgviewer.cpp: Disabled the toggling to ThreadModel CullThreadPerCameraDrawThreadPerContext 2007-02-07 16:32 robert * include/osg/CullStack, include/osg/Transform, src/osg/CollectOccludersVisitor.cpp, src/osg/CullStack.cpp, src/osg/Transform.cpp, src/osgPlugins/osg/Transform.cpp, src/osgPlugins/txp/TXPNode.cpp, src/osgUtil/CullVisitor.cpp, src/osgUtil/IntersectVisitor.cpp, src/osgUtil/Optimizer.cpp, src/osgUtil/SceneView.cpp: Added new Transform::ReferenceType enum ABSOLUTE_RF_INHERIT_VIEWPOINT to support internal RTT cameras that wish to use the main cameras view/eye point for LOD and other distance based tests. 2007-02-07 16:27 robert * examples/osgparametric/osgparametric.cpp: Set the DataVariance to DYNAIMC for the StateSet of with the dynamically updating Uniform 2007-02-07 14:53 robert * src/osg/AutoTransform.cpp: Fixed bug in AutoTransform::accept() that was related to the accept() method checking the nodemask as it should. 2007-02-06 20:03 robert * src/osgViewer/GraphicsWindowCarbon.cpp: From Stephan Huber, "thomas kirk schrieb: > I put this at the end of realizeImplementation; someone with better knowledge > of Carbon programming may see a more appropriate place for the call. I moved your code into the ctor of the OSXCarbonWindowingSystemInterface so it get called only once. Can you test it again, if it works on your side? I also disabled multithreaded-rendering because it slowed down the rendering on my machine by a factor of 3. Perhaps we can make it optional to test it on other machines. I had some problems implementing pbuffer-support for os x and stopped it for now until I have more time to investigate the issues. " 2007-02-06 17:34 robert * src/osgViewer/GraphicsWindowWin32.cpp: From André Garneau, "Attached is an improved Win32 keyboard handler that should now map key events similarly to the X11 implementation: * Key event handler now reports left or right SHIFT, CTRL and ALT key variants on key press and release events." 2007-02-06 17:01 robert * Make/makedefs, src/osgViewer/GNUmakefile: From Stefan Eileman, fixes for OSX gmake build to allow AGL or X11 implementation of osgViewer 2007-02-06 17:00 robert * src/osgWrappers/osgViewer/Viewer.cpp: Updated wrappers 2007-02-06 16:23 robert * src/osgViewer/Viewer.cpp: Re-enabled processor affinity 2007-02-06 14:38 robert * applications/osgviewer/osgviewer.cpp, examples/osgcamera/osgcamera.cpp, include/osgViewer/Viewer, src/osgViewer/Viewer.cpp: Added new Viewer threading model options 2007-02-06 14:20 robert * src/osgWrappers/osgUtil/RenderLeaf.cpp: Updated wrappers 2007-02-06 14:20 robert * include/osgUtil/RenderLeaf: Clean up getDrawable() method 2007-02-06 13:44 robert * src/osgPlugins/OpenFlight/PrimaryRecords.cpp: Fixed Suse9.3 build problem due to different handling Quat copy constuctor 2007-02-06 11:03 robert * include/osgViewer/Viewer, src/osgViewer/Viewer.cpp: Further work on support for ThreadPerCamera, and improved the efficiency of SingleThraeded 2007-02-05 14:56 robert * applications/osgviewer/osgviewer.cpp, genwrapper.conf, include/osg/GraphicsContext, src/osg/GraphicsThread.cpp, src/osgViewer/Viewer.cpp, src/osgWrappers/osg/GraphicsContext.cpp: Tweak API and updated wrappers to get wrappers to build 2007-02-05 13:44 robert * genwrapper.conf, include/osg/Camera, include/osg/DeleteHandler, src/osg/Camera.cpp, src/osgWrappers/osg/Camera.cpp, src/osgWrappers/osg/DeleteHandler.cpp: Added Camera's s/getCameraThread() and updated wrappers 2007-02-05 12:13 robert * src/osgWrappers/osgDB/Registry.cpp: Updated wrappers 2007-02-05 11:48 robert * src/osgPlugins/freetype/FreeTypeFont.cpp, src/osgPlugins/freetype/FreeTypeLibrary.cpp, src/osgPlugins/freetype/FreeTypeLibrary.h: From Gordon Tomlinson, "I have attached the 3 files we had to change to fix a proble we were seeing with using Symbol Fonts // GT: fix for symbol fonts (i.e. the Webdings font) as the wrong character are being // returned, for symbol fonts in windows (FT_ENCONDING_MS_SYMBOL in freetype) the correct // values are from 0xF000 to 0xF0FF not from 0x000 to 0x00FF (0 to 255) as you would expect. // becuase Microsoft uses a private field for its symbol fonts ........ " 2007-02-05 11:14 robert * src/osgPlugins/OpenFlight/DataInputStream.cpp, src/osgPlugins/OpenFlight/DataInputStream.h, src/osgPlugins/OpenFlight/Document.cpp, src/osgPlugins/OpenFlight/Document.h, src/osgPlugins/OpenFlight/PaletteRecords.cpp, src/osgPlugins/OpenFlight/Pools.h, src/osgPlugins/OpenFlight/PrimaryRecords.cpp, src/osgPlugins/OpenFlight/ReaderWriterFLT.cpp: From Brede Johansen, "I have made some changes to support light sources in the new OpenFlight loader." 2007-02-05 10:48 robert * include/osg/DeleteHandler: From Brede Johansen, added OSG_EXPORT to DeleteHandler for windows build 2007-02-05 10:44 robert * include/osgDB/Registry, src/osgDB/Registry.cpp: From Paul Martz, "Here's my changes to Registry to allow extension alias mapping via a config file. I also attached a sample file that tests the parsing, but this is just FYI and not for inclusion in CVS. To set up extension aliases using a config file, an app calls: osgDB::Registry::instance()->readPluginAliasConfigurationFile(), passing in the file name as the parameter. (Of course this should be done before loading any files whose names depend on the mapping.) osgDB will search for the file using OSG_FILE_PATH. The file should contain a line for each mapping, with the "map" extension first, followed by a space or tab, then the plugin identifier. For example, a file containing this line: flt OpenFlight would map the ".flt" extension to the OpenFlight plugin." 2007-02-02 22:30 robert * VisualStudio/osgWrappers/osg/wrapper_osg.dsp, examples/osgcatch/osgcatch.cpp, examples/osgmotionblur/osgmotionblur.cpp, examples/osgshaderterrain/osgshaderterrain.cpp, include/osg/GraphicsContext, include/osg/GraphicsThread, include/osgViewer/CompositeViewer, include/osgViewer/Viewer, src/osg/GraphicsContext.cpp, src/osg/GraphicsThread.cpp, src/osgUtil/GLObjectsVisitor.cpp, src/osgUtil/Optimizer.cpp, src/osgUtil/RenderStage.cpp, src/osgViewer/CompositeViewer.cpp, src/osgViewer/Viewer.cpp, src/osgWrappers/osg/DeleteHandler.cpp, src/osgWrappers/osg/GNUmakefile, src/osgWrappers/osg/GraphicsContext.cpp, src/osgWrappers/osg/GraphicsThread.cpp, src/osgWrappers/osg/Referenced.cpp, src/osgWrappers/osgProducer/GraphicsContextImplementation.cpp, src/osgWrappers/osgUtil/RenderLeaf.cpp, src/osgWrappers/osgUtil/SceneView.cpp, src/osgWrappers/osgViewer/CompositeViewer.cpp, src/osgWrappers/osgViewer/GraphicsWindow.cpp, src/osgWrappers/osgViewer/SimpleViewer.cpp, src/osgWrappers/osgViewer/View.cpp, src/osgWrappers/osgViewer/Viewer.cpp: Convert GraphicsThread/GraphicsOperation to more generic OperationsThread/Operation. This paves the way to running cull traversals in seperate threads. Updated wrappers 2007-02-02 16:51 robert * examples/osgtext/osgtext.cpp, src/osgPlugins/ive/IveVersion.h, src/osgPlugins/ive/Text.cpp, src/osgPlugins/osgText/IO_Text.cpp: From Eric Sokolowski, added support for the new Text line spacing parameter to the .osg and .ive formats. 2007-02-02 12:41 robert * VisualStudio/osg/osg.dsp, include/osg/DeleteHandler, include/osg/Referenced, include/osgUtil/RenderLeaf, src/osg/DeleteHandler.cpp, src/osg/GNUmakefile, src/osg/Referenced.cpp, src/osgProducer/Viewer.cpp, src/osgUtil/CullVisitor.cpp, src/osgUtil/RenderBin.cpp, src/osgViewer/Viewer.cpp: Added a concrete osg::DeleteHandler implementation which provides support for retain objects for several frames before deleting them. Also added RenderStageCache into CullVistor.cpp that is used for handling RTT osg::Camera's that are being used in double buffered SceneView usage. 2007-02-01 11:07 robert * include/osgViewer/Viewer, src/osgViewer/Viewer.cpp: Improved the toggling on/off of thrading modes 2007-02-01 11:07 robert * src/osgUtil/SceneView.cpp: Moved the init traversal from cull() to the draw() to prevent graphics context calls being made during the cull traversal - something that breaks the ThreadPerCamera model in osgViewer 2007-01-31 22:24 robert * include/osg/GraphicsContext, include/osgUtil/SceneView, include/osgViewer/View, include/osgViewer/Viewer, src/osgUtil/SceneView.cpp, src/osgViewer/View.cpp, src/osgViewer/Viewer.cpp: Further work on new threading model. 2007-01-31 11:12 robert * src/osgViewer/Viewer.cpp: Removed old #if #else #end block 2007-01-30 17:38 robert * src/osgViewer/Viewer.cpp: Refactored the ViewerRenderingOperation so that the timer querry code is in a separate ViewerQuerySupport class 2007-01-30 17:12 robert * examples/osgshadow/osgshadow.cpp: Added display listing of ShadowVolume 2007-01-30 15:37 robert * src/osgViewer/View.cpp: Added automatic aspect ratio adjustmeent to View::setUpViewAcrossAllScreens() and setUpViewOnSingleScreen. 2007-01-30 14:47 robert * include/osg/Stats, src/osg/Stats.cpp, src/osgWrappers/osg/Stats.cpp, src/osgWrappers/osgDB/ReaderWriter.cpp, src/osgWrappers/osgText/Text.cpp: Updated wrappers 2007-01-30 14:32 robert * include/osgText/Text, src/osgText/Text.cpp: From Eric Sokolwsky, "osgText is a useful node kit, but when longer paragraphs are displayed on the screen, it looks more aesthetically pleasing to have a larger gap between lines than is given by default. I added a new parameter, lineSpacing, in the Text class to allow the line spacing to be adjustable by the application. The default value is 0 meaning there is no extra spacing given. The value should be given as a percentage of the character height. A good value for longer paragraphs is 0.25 (25%) or more." 2007-01-30 14:18 robert * include/osgDB/ReaderWriter: From Bryan Thrall, "The osgDB::ReaderWriter and osgDB::ReaderWriter::Options classes have copy constructors that take a const osg::CopyOp rather than a osg::CopyOp&, forcing an unnecessary copy. The attached header fixes this, based off OSG 1.2. Also fixed duplicate "or" openArchive()'s comment." 2007-01-30 13:48 robert * include/osg/Stats, src/osg/Stats.cpp, src/osgViewer/StatsHandler.cpp: Added support for compute average stats attributes in inverse space to improve the quality of frame rate reporting. 2007-01-30 12:09 robert * src/osgUtil/RenderBin.cpp: Disabled the alternating directions of drawing of state sorted render leaves as it was interferring with anaglyphic stereo used in the osgstereimage example. 2007-01-30 11:47 robert * src/osgWrappers/osg/Stats.cpp, src/osgWrappers/osgViewer/Viewer.cpp: Updated wrappers 2007-01-30 11:40 robert * include/osg/Stats, include/osgViewer/Viewer, src/osg/Stats.cpp, src/osgViewer/StatsHandler.cpp, src/osgViewer/Viewer.cpp, src/osgWrappers/osg/State.cpp, src/osgWrappers/osgUtil/Optimizer.cpp, src/osgWrappers/osgUtil/RenderBin.cpp, src/osgWrappers/osgUtil/RenderLeaf.cpp, src/osgWrappers/osgUtil/RenderStage.cpp, src/osgWrappers/osgUtil/StateGraph.cpp, src/osgWrappers/osgViewer/CompositeViewer.cpp, src/osgWrappers/osgViewer/View.cpp, src/osgWrappers/osgViewer/Viewer.cpp: Added Stats::collectStats(string,bool) controls, getAveragedAttribute methods into osg::Stats class, and related support into osgViewer::Viewer and osgViewer::StatsHandler. Added lazy updating of text in StatsHandler HUD to minimize the impact of slow text updating on observed frame rates. 2007-01-30 09:55 robert * src/osgUtil/RenderBin.cpp: Added support for per frame alternating the direction that SORT_BY_STATE bins are rendered. The alternation makes it more likely that OpenGL objects will still be in video ram. 2007-01-29 22:59 robert * src/osgViewer/Viewer.cpp: Made _useMainThreadForRenderingalTraversal(false) 2007-01-29 22:44 robert * include/osg/State, include/osgUtil/Optimizer, include/osgUtil/RenderBin, include/osgUtil/RenderLeaf, include/osgUtil/RenderStage, include/osgUtil/StateGraph, include/osgViewer/View, include/osgViewer/Viewer, src/osg/Drawable.cpp, src/osg/State.cpp, src/osg/StateSet.cpp, src/osgUtil/Optimizer.cpp, src/osgUtil/RenderBin.cpp, src/osgUtil/RenderLeaf.cpp, src/osgUtil/RenderStage.cpp, src/osgUtil/SceneView.cpp, src/osgViewer/View.cpp, src/osgViewer/Viewer.cpp: Began work on providing support for threading camera cull traversals in parallel with the previous frames draw traversal. Changes range from osg::State, through osgUtil::RenderBin, through to osgViewer 2007-01-28 17:32 robert * src/osgViewer/GraphicsWindowX11.cpp: Added very simple relaxing of traits by dividing required red, green, blue, alpha and depth by 2. 2007-01-28 17:12 robert * examples/osgcatch/osgcatch.cpp: Added use of Viewe Realize graphics operation. 2007-01-28 17:11 robert * include/osgViewer/CompositeViewer, include/osgViewer/Viewer, src/osgViewer/CompositeViewer.cpp, src/osgViewer/Viewer.cpp: Added set/getRealizeOperation() to Viewer and CompositeViewer 2007-01-28 09:53 robert * src/osgWrappers/osgUtil/StateGraph.cpp: Updated wrappers 2007-01-28 09:30 robert * include/osgUtil/StateGraph: From Vlad Danciu, fixed leaf depth sort functor 2007-01-28 09:17 robert * include/osgText/String: From Mike Wittman, "This file removes the virtual destructor of osgText::String. It seemed wrong that osgText::String should have a vtable since it is treated like a value type, and any subclasses containing additional data would effectively be subject to slicing during standard usage. This stuck out as an anomaly when classifying the OSG types for C# bindings." 2007-01-27 17:57 robert * src/osgViewer/StatsHandler.cpp: Added osg::PolygonMode to local StateSet to protect it from being affected by stateset manipulator. 2007-01-27 17:52 robert * VisualStudio/OpenSceneGraph.dsw, examples/osgshadow/osgshadow.cpp, genwrapper.conf, src/osgWrappers/osg/State.cpp, src/osgWrappers/osgUtil/PositionalStateContainer.cpp, src/osgWrappers/osgViewer/GNUmakefile: Updated wrappers 2007-01-27 14:27 robert * include/osgUtil/PositionalStateContainer: Added access methods to PositionStateContainer 2007-01-27 14:27 robert * examples/osgshadow/osgshadow.cpp: Added light source. 2007-01-27 12:54 robert * examples/osgshadow/osgshadow.cpp: Further work on shadow CullCallback 2007-01-27 12:54 robert * include/osgUtil/RenderBin, src/osgUtil/RenderBin.cpp: Added _sorted flag into RenderBin to prevent a bin being sorted twice in one frame 2007-01-27 11:13 robert * include/osg/State, src/osgUtil/RenderBin.cpp: Changed osgUtil::RenderBin and osg::State to allow nesting of StateSet's associated with RenderBin's. 2007-01-26 21:22 robert * examples/osgshadow/osgshadow.cpp: Further work on building the rendering back end from the intial traversal of the scene graph 2007-01-26 16:08 robert * include/osgUtil/GLObjectsVisitor: Added Program pointer to help with uniform apply. 2007-01-26 09:44 robert * examples/osgshadow/osgshadow.cpp: Added custom callback to capture RenderBins 2007-01-25 12:16 robert * examples/osganimate/osganimate.cpp: #ifdef'd out the artifical simulation time code 2007-01-25 12:02 robert * examples/osganimate/osganimate.cpp, examples/osgcluster/osgcluster.cpp, examples/osgdepthshadow/osgdepthshadow.cpp, examples/osgfxbrowser/osgfxbrowser.cpp, examples/osggeometry/osggeometry.cpp, examples/osglight/osglight.cpp, examples/osgmotionblur/osgmotionblur.cpp, examples/osgparametric/osgparametric.cpp, examples/osgphotoalbum/osgphotoalbum.cpp, examples/osgprecipitation/osgprecipitation.cpp, examples/osgprerender/osgprerender.cpp, examples/osgshaders/GL2Scene.cpp, examples/osgshaderterrain/osgshaderterrain.cpp, examples/osgshadow/osgshadow.cpp, examples/osgstereoimage/osgstereoimage.cpp, examples/osgtexture1D/osgtexture1D.cpp, examples/osgtexture2D/osgtexture2D.cpp, examples/osgtexturerectangle/osgtexturerectangle.cpp, include/osg/FrameStamp, include/osgUtil/SceneView, include/osgViewer/CompositeViewer, include/osgViewer/Export, include/osgViewer/SimpleViewer, include/osgViewer/Viewer, src/osg/AnimationPath.cpp, src/osg/FrameStamp.cpp, src/osg/Sequence.cpp, src/osgParticle/ParticleProcessor.cpp, src/osgParticle/ParticleSystemUpdater.cpp, src/osgParticle/PrecipitationEffect.cpp, src/osgPlugins/Inventor/PendulumCallback.cpp, src/osgPlugins/Inventor/ShuttleCallback.cpp, src/osgPlugins/geo/ReaderWriterGEO.cpp, src/osgProducer/OsgCameraGroup.cpp, src/osgSim/DOFTransform.cpp, src/osgSim/LightPointDrawable.cpp, src/osgSim/LightPointDrawable.h, src/osgSim/LightPointNode.cpp, src/osgUtil/SceneView.cpp, src/osgUtil/TransformCallback.cpp, src/osgViewer/CompositeViewer.cpp, src/osgViewer/SimpleViewer.cpp, src/osgViewer/Viewer.cpp, src/osgWrappers/osg/FrameStamp.cpp, src/osgWrappers/osgUtil/SceneView.cpp, src/osgWrappers/osgViewer/CompositeViewer.cpp, src/osgWrappers/osgViewer/SimpleViewer.cpp, src/osgWrappers/osgViewer/Viewer.cpp: Added osg::FrameStamp::set/getSimulationTime(). Added setting of osg_SimulationTime and osg_DeltaSimulationTime to the uniforms set by SceneView Added frame(double simulationTime) and advance(double simulationTime) parameters to osgViewer::SimpleViewer, Vewer and CompositeViewer. Updated various examples and Nodes to use SimulationTime where appropriate. 2007-01-25 10:02 robert * src/osg/BoundingSphere.cpp: From Gordon Tomlinson, fixes to BoundingSphere::expandBy(BoundingSphere&) 2007-01-24 12:59 robert * src/osgWrappers/osgGA/GUIEventAdapter.cpp: Updated wrappers 2007-01-24 12:35 robert * Make/makedefs: From Martin Spott, "To enable osgviewer to link on Solaris added -lmtsk as SunOS/SunStudio implements some threading stuff in libmtsk." 2007-01-24 12:28 robert * src/osgViewer/CompositeViewer.cpp, src/osgViewer/SimpleViewer.cpp, src/osgViewer/Viewer.cpp: Added support for GUIEventAdapter::setHandled 2007-01-24 12:21 robert * include/osgGA/GUIEventAdapter, src/osgGA/GUIEventAdapter.cpp, src/osgGA/GUIEventHandler.cpp: Added setHandled/getHandled to osgGA::GUIEventAdapter 2007-01-24 11:18 robert * examples/osgshadow/osgshadow.cpp: Added ability to generate various cube faces for testing and switch handler to toggle between different models. 2007-01-24 10:02 robert * include/osgViewer/GraphicsWindowWin32, include/osgViewer/StatsHandler, src/osgViewer/GraphicsWindowWin32.cpp: From André Garneau, " * Setup proper pixel format for ATI boards (removal of WGL_SWAP_METHOD_ARB specification from the requested pixel format since unsupported by the ATI driver) * Fix to create sample OpenGL window on the proper display device. This is the temporary window used to choose the desired pixel format. In the previous version, this window was always created on the primary display device, even though it had potentially different pixel formats compared to the target display device containing the window to be created. * Implementation of WindowingSystemInterface::setScreenResolution() method * Implementation of WindowingSystemInterface::setScreenRefreshRate() method * Implementation of GraphicsWindow::requestWarpPointer() method * Implementation of GraphicsWindow::useCursor() method and associated trait support. This can be used in two ways; first, when the graphics trait requested indicates that no cursor should be present, a new cursor-less window class is used to create the window. When a cursor-enabled window creation is requested, another window class is used. After creation of a window, it is also possible to toggle the cursor state by using the GraphicsWindow::useCursor method. * The way the mouse behaves is now compatible with the behaviour seen on X11; i.e. when pressing a mouse button, the window where the pointer is located will capture the mouse input and release it only after the button has been released. This results in all mouse movement events being dispatched to the window where the button was pressed initially until it is released. This improves the interaction with graphics windows. * Preparation work has been done to support the ability of moving a window from one screen to another screen and recreating its rendering context when this happens. This has been tested with a mix of NVIDIA and ATI cards and works properly. For the moment being, this feature is commented out due to changes in the core OSG libraries that have been done but need to be submitted later this week for approval by Robert. Upcoming features * Support for moving windows from one screen to another screen seamlessly * Ability to set the window (i.e. the application itself creates the rendering window and passes it to the GraphicsWindowWin32 class) * Other miscellaneous items" --------------------------------------------------- 2007-01-23 17:42 robert * examples/osgshadow/osgshadow.cpp: Added cube test model. 2007-01-23 17:29 robert * Make/makedirdefs: changed build order so that osgText gets built before osgViewer 2007-01-23 16:32 robert * src/osgPlugins/net/ReaderWriterNET.cpp: Fixed tabbing 2007-01-23 16:28 robert * VisualStudio/osgWrappers/osgViewer/wrapper_osgViewer.dsp, applications/osgviewer/osgviewer.cpp, src/osgWrappers/osg/Stats.cpp, src/osgWrappers/osgGA/StateSetManipulator.cpp, src/osgWrappers/osgViewer/GNUmakefile, src/osgWrappers/osgViewer/StatsHandler.cpp: Updated wrappers 2007-01-23 16:27 robert * examples/osgshadow/osgshadow.cpp: Commented out the default saving of models 2007-01-23 16:26 robert * include/osgGA/StateSetManipulator, src/osgGA/StateSetManipulator.cpp: Added osg::StateSet* parameter to constructor to make it more convinient to set up the StateSetManipulator and moved the initialization of locally cached states into the handle method to ensure a representative version of the StateSet is captured 2007-01-23 16:02 robert * include/osg/Drawable: Added #define of GL_QUERY_RESULT and GL_QUERY_RESULT_AVAILABLE 2007-01-23 15:51 robert * examples/osgshadow/osgshadow.cpp: Added single screen option 2007-01-23 14:43 robert * examples/osgshadow/osgshadow.cpp: Added command line help 2007-01-23 14:10 robert * examples/osgkeyboardmouse/osgkeyboardmouse.cpp: Added delete selected object using delete and back space key, and added save option 2007-01-23 13:54 robert * VisualStudio/OpenSceneGraph.dsw, src/osgViewer/GNUmakefile: Adde osgText dependency to osgViewer 2007-01-23 13:28 robert * src/osgViewer/StatsHandler.cpp: Made stats bars transparent and improved positioning 2007-01-23 13:16 robert * examples/osgshadow/osgshadow.cpp: Made two sided stencil the default 2007-01-23 12:10 robert * examples/osgshadow/osgshadow.cpp: Added stats and range of keyboard mouse handling to osgshadow example 2007-01-23 11:56 robert * include/osgViewer/StatsHandler, src/osgViewer/StatsHandler.cpp: Added ability to customize the keys used to control stats 2007-01-23 11:01 robert * VisualStudio/osgViewer/osgViewer.dsp, applications/osgviewer/osgviewer.cpp, include/osgViewer/Scene, include/osgViewer/StatsHandler, src/osgViewer/GNUmakefile, src/osgViewer/StatsHandler.cpp: Moved StatsHandler into its own seperate header/source in osgViewer. 2007-01-23 10:38 robert * applications/osgviewer/osgviewer.cpp: Added ticks to stats display 2007-01-22 21:16 robert * applications/osgviewer/osgviewer.cpp, src/osgViewer/Viewer.cpp: Further work on GPU stats 2007-01-22 17:39 robert * applications/osgviewer/osgviewer.cpp, src/osgViewer/Viewer.cpp: Further work on stats 2007-01-22 13:13 robert * applications/osgviewer/osgviewer.cpp: Added camera stats 2007-01-22 11:22 robert * applications/osgviewer/osgviewer.cpp, include/osg/Stats, src/osg/Stats.cpp, src/osgViewer/Viewer.cpp: Improvements to stats 2007-01-22 09:28 robert * src/osgPlugins/txf/TXFFont.cpp: From Mathias Fröhlich, "Attached is a small change that makes the txf loader render the same resulting text than an other well known txf loader. That means drawing them one on top of the other I can only see differences due to different mipmapping ... That is it introduces an additional gap of 0.1*height between the glyphs. There is an additional mapping between upper and lowercase characters if one of them is not available in the txf file. And we have an artificial blank character that is very often missing in txf files." 2007-01-21 20:41 robert * applications/osgviewer/osgviewer.cpp: Further work on stats 2007-01-21 18:46 robert * VisualStudio/applications/osgproducerviewer, VisualStudio/applications/osgproducerviewer/osgproducerviewer.dsp, applications/osgproducerviewer, applications/osgproducerviewer/GNUmakefile, applications/osgproducerviewer/GNUmakefile.inst, applications/osgproducerviewer/osgproducerviewer.cpp: Added osgproducerviewer, in the form of orignal Producer based osgviewer, leaving the new osgViewer based osgviewer focused on just osgViewer functionality. 2007-01-21 18:34 robert * src/osgViewer/CompositeViewer.cpp, src/osgViewer/Viewer.cpp: Changed the camera with focus code to only accept cameras with valid views as ones that can recieve focus. 2007-01-21 18:24 robert * Make/makedirdefs, VisualStudio/OpenSceneGraph.dsw, VisualStudio/applications/osgviewer/osgviewerapplication.dsp, applications/osgviewer/GNUmakefile, applications/osgviewer/GNUmakefile.inst, applications/osgviewer/osgviewer.cpp, include/osg/View, src/osg/Stats.cpp, src/osg/View.cpp, src/osgUtil/SceneView.cpp, src/osgViewer/CompositeViewer.cpp, src/osgViewer/Viewer.cpp: Initial on screen stats support 2007-01-21 11:18 robert * src/osgShadow/OccluderGeometry.cpp: Removed gl includes 2007-01-20 09:48 robert * VisualStudio/osgWrappers/osg/wrapper_osg.dsp, applications/osgviewer/osgviewer.cpp, src/osgWrappers/osg/Camera.cpp, src/osgWrappers/osg/Drawable.cpp, src/osgWrappers/osg/GNUmakefile, src/osgWrappers/osg/Stats.cpp, src/osgWrappers/osg/Stencil.cpp, src/osgWrappers/osg/StencilTwoSided.cpp, src/osgWrappers/osg/View.cpp, src/osgWrappers/osgShadow/OccluderGeometry.cpp: Updated wrappers 2007-01-20 09:44 robert * src/osgPlugins/osg/ReaderWriterOSG.cpp: Fixed the output of texture files 2007-01-20 09:03 robert * include/osg/Stats: Added OSG_EXPORT to Stats to fix Windows build 2007-01-19 20:25 robert * src/osgViewer/Viewer.cpp: Added stats for update, event and rendering traversals 2007-01-19 19:53 robert * VisualStudio/osg/osg.dsp, applications/osgviewer/osgviewer.cpp, include/osg/Camera, include/osg/Stats, include/osg/View, src/osg/GNUmakefile, src/osg/Stats.cpp, src/osgViewer/Viewer.cpp: Added new osg::Stats class for collecting frame stats of different sorts. Added s/getStats() to osg::View and osg::Camera. Added population of View::getStats() with frame stats in osgViewer/Viewer. Added Basic StatsHandler to osgviewer example. 2007-01-19 14:41 robert * include/osg/Drawable, src/osg/Drawable.cpp: Added EXT_timer_query support 2007-01-18 22:32 robert * VisualStudio/osg/osg.dsp, examples/osgshadow/osgshadow.cpp, include/osg/StencilTwoSided, include/osgShadow/OccluderGeometry, src/osg/GNUmakefile, src/osg/StencilTwoSided.cpp, src/osgShadow/OccluderGeometry.cpp: Added osg::StencilTwoSided state attribute to wrap up the stencil_two_sided extension. Added path in osgShadow work for using StencilTwoSided to accelerate shadow volume rendering. 2007-01-18 17:00 robert * include/osg/Stencil, src/osgPlugins/osg/Stencil.cpp: Added support for stencil GL_INCR_WRAP and GL_DECR_WRAP operations 2007-01-18 09:56 robert * src/osgViewer/GraphicsWindowWin32.cpp: From André Garneau, "Attached is a fix in the GraphicsWindowWin32 class to allow the following usage pattern to work properly; create window, delete window, create window, etc. In all the tests I made I was always creating-deleting and then shutting down the application so this pattern was untested. The osgtexture3d & osgsimulation examples were also using this pattern so would not work. They are working fine now." 2007-01-18 09:03 robert * src/osgDB/FileNameUtils.cpp: Build fix for Win32 2007-01-17 21:11 robert * genwrapper.conf, include/osg/GraphicsContext, src/osgViewer/CompositeViewer.cpp, src/osgViewer/GraphicsWindowX11.cpp, src/osgViewer/SimpleViewer.cpp, src/osgViewer/Viewer.cpp, src/osgWrappers/osg/GraphicsContext.cpp: Added extra methods WindowSystemInterface for controlling frame rate and resolution, and adde useCursor flag. 2007-01-17 15:59 robert * include/osgDB/FileNameUtils, src/osgDB/FileNameUtils.cpp, src/osgDB/FileUtils.cpp: From Joakim Simonsson, added osgDB::concateFile and osgDB::getRealPath. Tweaks by Robert Osfield - Moved methods to FileNameUtils, added unix implementation of getRealPath add extern and OSGDB_EXPORT to function declarations. 2007-01-17 14:40 robert * src/osg/FrameBufferObject.cpp, src/osg/GLExtensions.cpp, src/osg/Texture.cpp: From André Garneau, threading bug fixes - moving scoped statics out of scope to be global statics 2007-01-17 14:21 robert * VisualStudio/examples/osglauncher/resources.rc, VisualStudio/icons/osg_icon.rc, applications/osgviewer/osgviewer.cpp, include/osgViewer/GraphicsWindowWin32, src/osgViewer/GraphicsWindowWin32.cpp: From André Garneau, Implementation osg GraphicsWindowWin32 2007-01-16 22:10 robert * src/osgWrappers/osgViewer/CompositeViewer.cpp, src/osgWrappers/osgViewer/View.cpp: Updaed wrappers 2007-01-16 22:00 robert * src/osgProducer/GraphicsContextImplementation.cpp: Removed the automatic registration of GraphicsContextImplementation. 2007-01-16 21:40 robert * examples/osgteapot/osgteapot.cpp: Fixed compile warning 2007-01-16 19:18 robert * examples/osgmultiplecameras/osgmultiplecameras.cpp, include/osgViewer/CompositeViewer, src/osgViewer/CompositeViewer.cpp: Cleaned up CompositeViewer interface and added event traversal of views 2007-01-16 17:10 robert * VisualStudio/OpenSceneGraph.dsw, examples/osgmultiplecameras/GNUmakefile, examples/osgmultiplecameras/GNUmakefile.inst, examples/osgmultiplecameras/osgmultiplecameras.cpp: Added PickHandler to osgmultiplecameras examples 2007-01-16 17:08 robert * src/osgViewer/CompositeViewer.cpp, src/osgViewer/View.cpp: Added debug messages 2007-01-16 16:02 robert * examples/osgcamera/osgcamera.cpp: Reverted the FlightManipulator usage 2007-01-16 16:01 robert * examples/osgcamera/osgcamera.cpp, include/osgViewer/View, include/osgViewer/Viewer, src/osgViewer/CompositeViewer.cpp, src/osgViewer/View.cpp, src/osgViewer/Viewer.cpp: Further work on CompositeViewer 2007-01-16 15:05 robert * src/osgViewer/View.cpp: Added mouseWarped call into View::requestWarpPointer 2007-01-16 14:15 robert * src/osgViewer/CompositeViewer.cpp, src/osgViewer/View.cpp: Further work on event handling in CompositeViewer 2007-01-16 14:13 robert * examples/osgmultiplecameras/osgmultiplecameras.cpp: Added extra view combinations too commandline 2007-01-16 08:56 robert * examples/osgcamera/osgcamera.cpp, examples/osgmultiplecameras/osgmultiplecameras.cpp, include/osgViewer/CompositeViewer, include/osgViewer/View, include/osgViewer/Viewer, src/osgViewer/CompositeViewer.cpp, src/osgViewer/View.cpp, src/osgViewer/Viewer.cpp, src/osgWrappers/osgViewer/CompositeViewer.cpp, src/osgWrappers/osgViewer/View.cpp, src/osgWrappers/osgViewer/Viewer.cpp: Work on CompositeViewer and related calsses to implement viewers with multiple views 2007-01-15 16:12 robert * src/osgWrappers/osgViewer/Scene.cpp, src/osgWrappers/osgViewer/View.cpp, src/osgWrappers/osgViewer/Viewer.cpp: Updated wrappers 2007-01-15 16:09 robert * examples/osgcamera/osgcamera.cpp, include/osgViewer/View, src/osgViewer/View.cpp: Improved handling of intersection computations on datasets with multiple cameras 2007-01-15 14:46 robert * include/osgViewer/Scene, include/osgViewer/View, include/osgViewer/Viewer, src/osgViewer/Scene.cpp, src/osgViewer/Viewer.cpp: Added FramStamp into osgViewer::Viewer and added ability to handle setSceneData during during the application running. 2007-01-15 11:44 robert * applications/osgviewer/osgviewer.cpp: Added terrain manipulator. 2007-01-15 10:11 robert * src/osgPlugins/OpenFlight/PaletteRecords.cpp, src/osgPlugins/OpenFlight/ReaderWriterFLT.cpp, src/osgPlugins/OpenFlight/Registry.h: From Brede Johansen, "The OpenFlight loader already have a caching mechanism for externals. The cache works for nested externals but is cleared before the master flight file is returned. I implemented texture caching using the same mechanism." 2007-01-15 09:56 robert * src/osgUtil/DelaunayTriangulator.cpp: From Paul Martz and Geoff Michel, Paul updated Geoff's bug fixes to DelaunaryTraingulator.cpp to reflect recent tessellator spelling changes 2007-01-15 09:30 robert * src/osgViewer/Scene.cpp: Added setting of the update visitors' traversal number 2007-01-15 09:14 robert * examples/osgparametric/osgparametric.cpp: Reverted the experimental shader code 2007-01-14 20:23 robert * src/osg/GraphicsThread.cpp: Added releaseContext to end of GraphicsThread::run() 2007-01-12 22:07 robert * src/osgPlugins/quicktime/QTUtils.cpp, src/osgPlugins/quicktime/QTUtils.h, src/osgPlugins/quicktime/QuicktimeImageStream.cpp, src/osgPlugins/quicktime/QuicktimeImageStream.h, src/osgPlugins/quicktime/ReaderWriterQT.cpp: From Riccardo Corsi, "this should be the final version of the qt-plugin ported to windows and cleaned up to avoid crashes on exit. Stephan and I tested it on Mac and Win. Just a couple of notes: * the plugin is able to load both regular 2D images and movie stream. There is a #define QT_HANDLE_IMAGES_ALSO mechanism to indicate whether to use it for images or not. This is defined by default on Mac only, to avoid conflicts with the standard windows plugins. See comments on QTUtils.h * de-initialization of quicktime before exit is now left to an observer, which calls exitQuicktime() when last media loaded with the plugin is released. This prevent a crash on exit without need of any extra call external to the plugin." 2007-01-12 22:01 robert * include/osgParticle/ExplosionDebrisEffect, include/osgParticle/ExplosionEffect, include/osgParticle/FireEffect, include/osgParticle/ParticleEffect, include/osgParticle/SmokeEffect, include/osgParticle/SmokeTrailEffect: Added explicit to ParticleEffect constructors 2007-01-12 21:44 robert * include/osgParticle/ParticleSystem: From Tom Jolley, "There was some unnecessary creation and deletion of Particle objects in include/osgParticle/ParticleSystem. I replaced Particle(ptemplate? *ptemplate: _def_ptemp) with ptemplate? *ptemplate: _def_ptemp in a couple of places. This should make particle creation and reuse go a little faster without all that memory allocation and copying." 2007-01-12 21:33 robert * Xcode/OpenSceneGraph/OpenSceneGraph.xcodeproj/project.pbxproj, include/osgViewer/GraphicsWindowCarbon, src/osgViewer/GraphicsWindowCarbon.cpp: From Stephan Huber, "New features: + Multi-display-support + automatic hiding of the menubar/dock if one of the windows intersects the menubar/dock Bugfixes: + event-handling was done by the first opened window, other windows did not receive events -- fixed + mouse-coordinates were absolute, now they are relative to the window. known bugs: + windows with decoration and in fullscreen-size are moved by the system a little bit, so that the titlebar is accessible/visible. So if you want real fullscreen-windows, don't decorate the window :) I updated the XCode-project-file so all ported examples are linked against osgViewer." 2007-01-12 21:05 robert * applications/osgviewer/osgviewer.cpp, examples/osgcamera/osgcamera.cpp, include/osgViewer/Viewer, src/osgViewer/Viewer.cpp, src/osgWrappers/osgViewer/Viewer.cpp: Added Viewer::setEndBarrierPosition method, change Viewer::setKeySetsDone(int) to setKeyEventSetDone(int), added support for toggling threading model and end barrier position into osgviewer 2007-01-12 19:09 robert * src/osgViewer/SimpleViewer.cpp: Moved the signalBeginFrame to the start of the rendering traversal. 2007-01-12 15:08 robert * applications/osgviewer/osgviewer.cpp: Added support for animation path manipulator to osgViewer path 2007-01-12 14:45 robert * src/osgViewer/Viewer.cpp: Add manually sync of the EventQueue's startTick with the osg::Timer::startTick 2007-01-12 12:10 robert * src/osg/View.cpp, src/osgUtil/SceneView.cpp, src/osgViewer/View.cpp, src/osgViewer/Viewer.cpp: Added a default StateSet to osg::View's master Camera. Wired up osgViewer::Viewer so that the master Camera's StateSet is passed to osgUtil::SceneView to use as its global StateSet. 2007-01-12 11:38 robert * applications/osgviewer/osgviewer.cpp: Added osgGA Trackball, Flight and Drive camera manipulators, and StateSetManipulator to the osgViewer path in osgviewer 2007-01-12 10:28 robert * examples/osgshaderterrain/osgshaderterrain.cpp: Implement a GraphicsOperation to test extension availability 2007-01-12 10:28 robert * examples/osgkeyboardmouse/osgkeyboardmouse.cpp: Fixed comment 2007-01-12 10:26 robert * VisualStudio/OpenSceneGraph.dsw, applications/osgviewer/GNUmakefile, applications/osgviewer/GNUmakefile.inst, applications/osgviewer/osgviewer.cpp: Added osgViewer path into osgviewer, old osgProducer version remains accessible via --osgProducer command line option 2007-01-11 17:15 robert * VisualStudio/OpenSceneGraph.dsw, VisualStudio/examples/osgmotionblur/osgmotionblur.dsp, examples/osgmotionblur/GNUmakefile, examples/osgmotionblur/GNUmakefile.inst, examples/osgmotionblur/osgmotionblur.cpp: Ported osgmotionblurr across to osgViewer 2007-01-11 17:00 robert * src/osgViewer/Viewer.cpp: Added setting of DisplaySettings 2007-01-11 16:59 robert * examples/osgreflect/osgreflect.cpp, examples/osgshadow/osgshadow.cpp: Added stencil buffer setting 2007-01-11 15:54 robert * src/osgWrappers/osg/TexGenNode.cpp, src/osgWrappers/osgSim/OverlayNode.cpp, src/osgWrappers/osgUtil/LineSegmentIntersector.cpp, src/osgWrappers/osgUtil/PlaneIntersector.cpp, src/osgWrappers/osgViewer/Scene.cpp, src/osgWrappers/osgViewer/View.cpp: Updated wrappers 2007-01-11 15:53 robert * examples/osgwindows/osgwindows.cpp: Added #include 2007-01-11 15:48 robert * Make/makedirdefs, VisualStudio/OpenSceneGraph.dsw, VisualStudio/examples/osgcameragroup, VisualStudio/examples/osgsimplepager, VisualStudio/examples/osgsimpleviewerProducer, examples/osgcameragroup, examples/osgsimple/osgsimple.cpp, examples/osgsimplepager, examples/osgsimpleviewerProducer, runexamples.bat: Removed examples: osgcameragroup osgsimpleviewerProducer osgsimplepager 2007-01-11 15:19 robert * VisualStudio/OpenSceneGraph.dsw, VisualStudio/examples/osgkeyboardmouse/osgkeyboardmouse.dsp, VisualStudio/examples/osgpagedlod/osgpagedlod.dsp, VisualStudio/examples/osgsimple/osgsimple.dsp, VisualStudio/examples/osgtessellate/osgtessellate.dsp, VisualStudio/examples/osgtext/osgtextdemo.dsp, VisualStudio/examples/osgtexture1D/osgtexture1D.dsp, VisualStudio/examples/osgtexture2D/osgtexture2D.dsp, VisualStudio/examples/osgtexture3D/osgtexture3D.dsp, VisualStudio/examples/osgtexturerectangle/osgtexturerectangle.dsp, VisualStudio/examples/osgvertexprogram/osgvertexprogram.dsp, VisualStudio/examples/osgvolume/osgvolume.dsp, VisualStudio/examples/osgwindows/osgwindows.dsp, examples/osgcamera/GNUmakefile.inst, examples/osgcatch/GNUmakefile, examples/osgcatch/GNUmakefile.inst, examples/osgcatch/osgcatch.cpp, examples/osgcluster/osgcluster.cpp, examples/osgimpostor/GNUmakefile.inst, examples/osgkeyboardmouse/GNUmakefile, examples/osgkeyboardmouse/GNUmakefile.inst, examples/osgkeyboardmouse/osgkeyboardmouse.cpp, examples/osgsimple/GNUmakefile, examples/osgsimple/GNUmakefile.inst, examples/osgsimple/osgsimple.cpp, examples/osgsimplifier/GNUmakefile.inst, examples/osgslice/osgslice.cpp, examples/osgteapot/GNUmakefile, examples/osgteapot/GNUmakefile.inst, examples/osgteapot/osgteapot.cpp, examples/osgtessellate/GNUmakefile, examples/osgtessellate/GNUmakefile.inst, examples/osgtessellate/osgtessellate.cpp, examples/osgtext/GNUmakefile, examples/osgtext/GNUmakefile.inst, examples/osgtext/osgtext.cpp, examples/osgtexture1D/GNUmakefile, examples/osgtexture1D/GNUmakefile.inst, examples/osgtexture1D/osgtexture1D.cpp, examples/osgtexture2D/GNUmakefile, examples/osgtexture2D/GNUmakefile.inst, examples/osgtexture2D/osgtexture2D.cpp, examples/osgtexture3D/GNUmakefile, examples/osgtexture3D/GNUmakefile.inst, examples/osgtexture3D/osgtexture3D.cpp, examples/osgtexturerectangle/GNUmakefile, examples/osgtexturerectangle/GNUmakefile.inst, examples/osgtexturerectangle/osgtexturerectangle.cpp, examples/osgunittests/GNUmakefile, examples/osgunittests/GNUmakefile.inst, examples/osgvertexprogram/GNUmakefile, examples/osgvertexprogram/GNUmakefile.inst, examples/osgvertexprogram/osgvertexprogram.cpp, examples/osgvolume/GNUmakefile, examples/osgvolume/GNUmakefile.inst, examples/osgvolume/osgvolume.cpp, examples/osgwindows/GNUmakefile, examples/osgwindows/GNUmakefile.inst, examples/osgwindows/osgwindows.cpp: Ported following examples to osgViewer: osgteapot osgtessellate osgtext osgtexture1D osgtexture2D osgtexture3D osgtexturerectangle osgvertexprogram osgvolume osgwindows osgsimple osgkeyboardmouse 2007-01-11 14:53 robert * src/osgGA/GUIEventAdapter.cpp: Fixed the setWindowSize so that it sets the input range to 0,0,width,height rather than x,y,x+width,y+height as mouse coordinates move relative to the window, not the screens origin. 2007-01-11 12:06 robert * examples/osgshadow/osgshadow.cpp, examples/osgstereoimage/osgstereoimage.cpp, include/osgViewer/View, src/osgViewer/View.cpp, src/osgViewer/Viewer.cpp: Added DisplaySettings support into osgViewer::Viewer 2007-01-11 11:47 robert * VisualStudio/OpenSceneGraph.dsw, VisualStudio/examples/osgshape/osgshape.dsp, VisualStudio/examples/osgsimplifier/osgsimplifier.dsp, VisualStudio/examples/osgsimulation/osgsimulation.dsp, VisualStudio/examples/osgslice/osgslice.dsp, VisualStudio/examples/osgspacewarp/osgspacewarp.dsp, VisualStudio/examples/osgspheresegment/osgspheresegment.dsp, VisualStudio/examples/osgspotlight/osgspotlight.dsp, VisualStudio/examples/osgstereoimage/osgstereoimage.dsp, examples/osgshape/GNUmakefile, examples/osgshape/GNUmakefile.inst, examples/osgshape/osgshape.cpp, examples/osgsimplifier/GNUmakefile, examples/osgsimplifier/osgsimplifier.cpp, examples/osgsimulation/GNUmakefile, examples/osgsimulation/GNUmakefile.inst, examples/osgsimulation/osgsimulation.cpp, examples/osgslice/GNUmakefile, examples/osgslice/GNUmakefile.inst, examples/osgslice/osgslice.cpp, examples/osgspacewarp/GNUmakefile, examples/osgspacewarp/GNUmakefile.inst, examples/osgspacewarp/osgspacewarp.cpp, examples/osgspheresegment/GNUmakefile, examples/osgspheresegment/GNUmakefile.inst, examples/osgspheresegment/osgspheresegment.cpp, examples/osgspotlight/GNUmakefile, examples/osgspotlight/GNUmakefile.inst, examples/osgspotlight/osgspotlight.cpp, examples/osgstereoimage/GNUmakefile, examples/osgstereoimage/GNUmakefile.inst, examples/osgstereoimage/osgstereoimage.cpp: Ported follow examples to osgViewer: osgshape osgsimplifier osgsimulation osgslice osgspacewarp osgspheresegment osgspotlight osgstereoimage 2007-01-11 10:35 robert * include/osg/TexGenNode, src/osg/TexGenNode.cpp: Added support for setThreadSafeRefUnref into TexGenNode 2007-01-11 10:21 robert * include/osgSim/OverlayNode, src/osgSim/OverlayNode.cpp: Added setThreadSafeRefUnref, resizeGLObjectBuffers and releaseGLObjects to OverlayNode 2007-01-10 21:05 robert * VisualStudio/OpenSceneGraph.dsw, VisualStudio/examples/osgshaders/osgshaders.dsp, VisualStudio/examples/osgshaderterrain/osgshaderterrain.dsp, VisualStudio/examples/osgshadow/example_osgshadow.dsp, VisualStudio/examples/osgshadowtexture/osgshadowtexture.dsp, examples/osgshaders/GNUmakefile, examples/osgshaders/GNUmakefile.inst, examples/osgshaders/osgshaders.cpp, examples/osgshaderterrain/GNUmakefile, examples/osgshaderterrain/GNUmakefile.inst, examples/osgshaderterrain/osgshaderterrain.cpp, examples/osgshadow/GNUmakefile, examples/osgshadow/GNUmakefile.inst, examples/osgshadow/osgshadow.cpp, examples/osgshadowtexture/GNUmakefile, examples/osgshadowtexture/GNUmakefile.inst, examples/osgshadowtexture/osgshadowtexture.cpp: Ported following examples to osgViewer: osgshaders osgshaderterrain osgshadow osgshadowtexture 2007-01-10 14:56 robert * VisualStudio/OpenSceneGraph.dsw, VisualStudio/applications/osgconv/osgconv.dsp, VisualStudio/applications/osgdem/osgdem.dsp, applications/osgconv/GNUmakefile, applications/osgconv/GNUmakefile.inst, applications/osgconv/osgconv.cpp, applications/osgdem/GNUmakefile, applications/osgdem/GNUmakefile.inst, applications/osgdem/osgdem.cpp, applications/osgversion/GNUmakefile.inst: Ported osgconv and osgdem across to osgViewer 2007-01-10 13:52 robert * VisualStudio/OpenSceneGraph.dsw, VisualStudio/examples/osgparticleeffects/osgparticleeffects.dsp, VisualStudio/examples/osgphotoalbum/osgphotoalbum.dsp, VisualStudio/examples/osgpick/osgpick.dsp, VisualStudio/examples/osgplanets/osgplanets.dsp, VisualStudio/examples/osgpoints/osgpoints.dsp, VisualStudio/examples/osgpointsprite/osgpointsprite.dsp, VisualStudio/examples/osgprecipitation/osgprecipitation.dsp, VisualStudio/examples/osgprerender/osgprerender.dsp, VisualStudio/examples/osgprerendercubemap/osgprerendercubemap.dsp, VisualStudio/examples/osgreflect/osgreflect.dsp, VisualStudio/examples/osgscalarbar/osgscalarbar.dsp, VisualStudio/examples/osgscribe/osgscribe.dsp, VisualStudio/examples/osgsequence/osgsequence.dsp, examples/osgparticleeffects/GNUmakefile, examples/osgparticleeffects/GNUmakefile.inst, examples/osgparticleeffects/osgparticleeffects.cpp, examples/osgphotoalbum/GNUmakefile, examples/osgphotoalbum/GNUmakefile.inst, examples/osgphotoalbum/PhotoArchive.cpp, examples/osgphotoalbum/osgphotoalbum.cpp, examples/osgpick/GNUmakefile, examples/osgpick/GNUmakefile.inst, examples/osgpick/osgpick.cpp, examples/osgplanets/GNUmakefile, examples/osgplanets/GNUmakefile.inst, examples/osgplanets/osgplanets.cpp, examples/osgpoints/GNUmakefile, examples/osgpoints/GNUmakefile.inst, examples/osgpoints/osgpoints.cpp, examples/osgpointsprite/GNUmakefile, examples/osgpointsprite/GNUmakefile.inst, examples/osgpointsprite/osgpointsprite.cpp, examples/osgprecipitation/GNUmakefile, examples/osgprecipitation/GNUmakefile.inst, examples/osgprecipitation/osgprecipitation.cpp, examples/osgprerender/GNUmakefile, examples/osgprerender/GNUmakefile.inst, examples/osgprerender/osgprerender.cpp, examples/osgprerendercubemap/GNUmakefile, examples/osgprerendercubemap/GNUmakefile.inst, examples/osgprerendercubemap/osgprerendercubemap.cpp, examples/osgreflect/GNUmakefile, examples/osgreflect/GNUmakefile.inst, examples/osgreflect/osgreflect.cpp, examples/osgscalarbar/GNUmakefile, examples/osgscalarbar/GNUmakefile.inst, examples/osgscalarbar/osgscalarbar.cpp, examples/osgscribe/GNUmakefile, examples/osgscribe/GNUmakefile.inst, examples/osgscribe/osgscribe.cpp, examples/osgsequence/GNUmakefile, examples/osgsequence/GNUmakefile.inst, examples/osgsequence/osgsequence.cpp, include/osgGA/KeySwitchMatrixManipulator, include/osgUtil/LineSegmentIntersector, src/osgGA/KeySwitchMatrixManipulator.cpp: Ported following examples to osgViewer: osgparticleeffects osgphotoalbum osgpick osgpoints osgpointsprite osgprecipitation osgprerender osgprerendercubemap osgreflect osgscalarbar osgscribe osgsequence osgplanets 2007-01-10 10:40 robert * examples/osgmovie/osgmovie.cpp, include/osgUtil/LineSegmentIntersector, src/osgUtil/LineSegmentIntersector.cpp, src/osgViewer/View.cpp: Added support for vertex ratios into LineSegmentIntersector. 2007-01-10 10:09 robert * include/osgUtil/LineSegmentIntersector, include/osgViewer/Scene, include/osgViewer/View, include/osgViewer/Viewer, src/osgUtil/LineSegmentIntersector.cpp, src/osgViewer/Scene.cpp, src/osgViewer/View.cpp, src/osgViewer/Viewer.cpp: Added View::computeIntersection implementation for a node withing a scene graph. 2007-01-09 17:35 robert * examples/osglauncher/osglauncher.cpp, examples/osgmovie/osgmovie.cpp, examples/osgoccluder/osgoccluder.cpp, include/osgViewer/View, src/osgViewer/CompositeViewer.cpp, src/osgViewer/View.cpp, src/osgViewer/Viewer.cpp: Added View::computeIntersections methods 2007-01-09 14:35 robert * Make/dependencies, Make/makedirdefs, src/osgDB/Registry.cpp, src/osgPlugins/vrml, src/osgPlugins/vrml/GNUmakefile, src/osgPlugins/vrml/LICENSE.txt, src/osgPlugins/vrml/README.txt, src/osgPlugins/vrml/ReaderWriterVRML2.cpp, src/osgWrappers/osg/GraphicsContext.cpp, src/osgWrappers/osgViewer/Viewer.cpp: From Jan Ciger, Tolga Abaci, Bruno Herbelin : OpenVRML 0.14.3 based .wrl/VRML plugin 2007-01-09 11:42 robert * src/osgUtil/DelaunayTriangulator.cpp: From Geoff Michel, "New delaunay triangulator attached. I hadn't realised that the erase() method was not erase (first, last) but erase (first, one after the last one you want deleted). This made a big difference; however some of the edges of the terrain were not included as edges in the terrain so I increased the size of the supertriangle, which works but reduces accuracy due to the larger range of coordinates in the supertriangle. (A larger supertriangle forces the triangles using supertriangle vertices to be long and thin, making the triangulation fit the convex hull of the terrain.) The loss of accuracy should not affect 'normal' users with terrains that are roughly square (say up to 100:1 aspect ratio) and where the Z range is comparable to the X-Y range. Retested with Pauls data, amalric's strange polygon constraint and the standard test constraints. I also added 2 tests for routines with a NULL argument passed to them (no-one would usually pass a NULL pointer to these routines unless - as I did in testing- you remove some of the constraints but still pass their pointer to the routine). And I removed 3 tests for triangles which are already removed when generating the geometry. NB Paul - the previous delaunay triangulator fails under VS8 IF it has any constraints as it attempts to use some vertices that have already been deleted when applying the constraints to edges. Under VS6 and less rigorous compilers it works as the deleted vertices are still in the points stl::Vector; however any added vertices would replace one of the supertriangle vertices with non-disastrous but wrong results." Note, merged with latest name changes in CVS. 2007-01-09 10:06 robert * Xcode/OpenSceneGraph/OpenSceneGraph.xcodeproj/project.pbxproj, include/osg/GraphicsContext, include/osgViewer/GraphicsWindowCarbon, include/osgViewer/Viewer, src/osgViewer/GNUmakefile, src/osgViewer/GraphicsWindowCarbon.cpp, src/osgViewer/Viewer.cpp: From Stephan Huber, GraphicsWindowCarbon implementation 2007-01-09 09:16 robert * VisualStudio/OpenSceneGraph.dsw: Changed osgparticle's osgProducer dependency to osgViewer 2007-01-09 09:14 robert * src/osgViewer/GraphicsWindowWin32.cpp: Fixed typo 2007-01-08 22:54 robert * VisualStudio/OpenSceneGraph.dsw, examples/osgparticleeffects/GNUmakefile, src/osgViewer/CompositeViewer.cpp, src/osgViewer/Scene.cpp: Build fixes 2007-01-08 22:44 robert * VisualStudio/examples/osgbluemarble/osgbluemarble.dsp: Removed reference to Producer 2007-01-08 22:40 robert * src/osgText/Font.cpp: Removed debug messages 2007-01-08 21:57 robert * src/osgProducer/GraphicsContextImplementation.cpp: Fixed comment 2007-01-08 21:55 robert * genwrapper.conf: Added genwrapper.conf to OSG CVS 2007-01-08 21:29 robert * NEWS.txt, include/osg/ShapeDrawable, include/osgSim/OpenFlightOptimizer, include/osgUtil/DelaunayTriangulator, include/osgUtil/IntersectVisitor, include/osgUtil/Optimizer, src/osgPlugins/OpenFlight/ReaderWriterFLT.cpp, src/osgPlugins/ac3d/ac3d.cpp, src/osgPlugins/bsp/BSPLoad.cpp, src/osgPlugins/bsp/BSPLoad.h, src/osgPlugins/bsp/ReaderWriterQ3BSP.cpp, src/osgPlugins/dw/ReaderWriterDW.cpp, src/osgPlugins/flt/GeoSetBuilder.cpp, src/osgProducer/GraphicsContextImplementation.cpp, src/osgSim/OpenFlightOptimizer.cpp, src/osgUtil/DelaunayTriangulator.cpp, src/osgUtil/Optimizer.cpp, src/osgViewer/Viewer.cpp, src/osgWrappers/osgSim/OpenFlightOptimizer.cpp, src/osgWrappers/osgText/Font.cpp, src/osgWrappers/osgText/Text.cpp, src/osgWrappers/osgUtil/DelaunayTriangulator.cpp, src/osgWrappers/osgUtil/IntersectVisitor.cpp, src/osgWrappers/osgUtil/Optimizer.cpp: From Paul Martz, speeling fixes for Tessellator/Tessellation. 2007-01-08 21:19 robert * VisualStudio/LANGEXT.DAT, VisualStudio/highlight70.reg, VisualStudio/highlight71.reg, VisualStudio/highlight80.reg, examples/osgcamera/osgcamera.cpp, examples/osgtessellate/osgtessellate.cpp: Tessellator name changes 2007-01-08 20:46 robert * include/osgText/Font, src/osgText/Font.cpp, src/osgText/Text.cpp: Improved resizeGLObjectBuffers support 2007-01-08 20:40 robert * include/osgText/Font, include/osgText/Text, src/osgText/Font.cpp, src/osgText/Text.cpp: Improved the handling a releaseGLObjects() and add setThreadSafeRefUnref and resizeGLObjectsBuffers methods 2007-01-08 19:58 robert * src/osgProducer/GraphicsContextImplementation.cpp: Added releaseContextImplementation method 2007-01-08 19:33 robert * src/osgWrappers/osg/GraphicsContext.cpp, src/osgWrappers/osgGA/EventQueue.cpp, src/osgWrappers/osgGA/GUIEventAdapter.cpp, src/osgWrappers/osgProducer/GraphicsContextImplementation.cpp, src/osgWrappers/osgUtil/DelaunayTriangulator.cpp, src/osgWrappers/osgViewer/GraphicsWindow.cpp: Updated wrappers 2007-01-08 19:29 robert * examples/osgcamera/osgcamera.cpp, include/osg/GraphicsContext, include/osgGA/EventQueue, include/osgGA/GUIEventAdapter, include/osgProducer/GraphicsContextImplementation, include/osgViewer/GraphicsWindow, include/osgViewer/GraphicsWindowCocoa, include/osgViewer/GraphicsWindowWin32, include/osgViewer/GraphicsWindowX11, src/osg/GraphicsContext.cpp, src/osg/Texture.cpp, src/osg/View.cpp, src/osgGA/EventQueue.cpp, src/osgProducer/GraphicsContextImplementation.cpp, src/osgViewer/GraphicsWindowCocoa.cpp, src/osgViewer/GraphicsWindowWin32.cpp, src/osgViewer/GraphicsWindowX11.cpp, src/osgViewer/Viewer.cpp: Changed the return types of makeCurrent to bool, and added a bool GraphicsContext::releaseContext method along with implementations in osgViewer. 2007-01-08 16:20 robert * examples/osgcamera/osgcamera.cpp, include/osg/GraphicsContext, include/osgProducer/GraphicsContextImplementation, include/osgViewer/GraphicsWindow, src/osg/GraphicsContext.cpp, src/osg/Texture.cpp, src/osg/View.cpp, src/osgViewer/Viewer.cpp: Added GraphicsContext::ResizedCallback and GraphicsContext::resizedImplementation. Added message on non implementation of GraphicsContext::valid(). Added prelimary GraphicsContext clean up support. 2007-01-08 14:12 robert * include/osgUtil/Tessellator: Added Tessellator 2007-01-08 13:28 robert * include/osgUtil/DelaunayTriangulator: Fixed spelling of Tessellator in comment 2007-01-08 12:04 robert * Make/makedirdefs, VisualStudio/OpenSceneGraph.dsw, VisualStudio/osgPlugins/txf, VisualStudio/osgPlugins/txf/txf.dsp, src/osgPlugins/txf, src/osgPlugins/txf/GNUmakefile, src/osgPlugins/txf/ReaderWriterTXF.cpp, src/osgPlugins/txf/TXFFont.cpp, src/osgPlugins/txf/TXFFont.h: From Mathias Fröhlich, txf plugin for reading .txf textured texture files. 2007-01-08 11:37 robert * VisualStudio/osgWrappers/osgUtil/wrapper_osgUtil.dsp, include/osgUtil/Tesselator, src/osgWrappers/osg/LightSource.cpp, src/osgWrappers/osgUtil/GNUmakefile, src/osgWrappers/osgUtil/Tesselator.cpp, src/osgWrappers/osgUtil/Tessellator.cpp, src/osgWrappers/osgViewer/View.cpp, src/osgWrappers/osgViewer/Viewer.cpp: Updated wrappers 2007-01-08 11:23 robert * Make/makedirdefs, VisualStudio/OpenSceneGraph.dsw, VisualStudio/examples/osgtesselate, VisualStudio/examples/osgtessellate, VisualStudio/examples/osgtessellate/osgtessellate.dsp, VisualStudio/osgUtil/osgUtil.dsp, Xcode/OpenSceneGraph/OpenSceneGraph.xcodeproj/project.pbxproj, Xcode/OpenSceneGraph/osgtesselate-Info.plist, Xcode/OpenSceneGraph/osgtessellate-Info.plist, Xcode/XcodeTemplates/OSG Application/osgApp_Prefix.pch, examples/osgdelaunay/osgdelaunay.cpp, examples/osggeometry/osggeometry.cpp, examples/osglauncher/osglauncher.cpp, examples/osglogo/osglogo.cpp, examples/osgscalarbar/osgscalarbar.cpp, examples/osgtesselate, examples/osgtessellate, examples/osgtessellate/GNUmakefile, examples/osgtessellate/GNUmakefile.inst, examples/osgtessellate/osgtessellate.cpp, runexamples.bat, src/osgPlugins/ESRIShape/ESRIShapeParser.cpp, src/osgPlugins/ac3d/ac3d.cpp, src/osgPlugins/geo/ReaderWriterGEO.cpp, src/osgPlugins/lwo/ReaderWriterLWO.cpp, src/osgPlugins/obj/ReaderWriterOBJ.cpp, src/osgSim/OpenFlightOptimizer.cpp, src/osgUtil/DelaunayTriangulator.cpp, src/osgUtil/GNUmakefile, src/osgUtil/Optimizer.cpp, src/osgUtil/Tesselator.cpp, src/osgUtil/Tessellator.cpp: From Paul Martz and Robert Osfield, renamed include/osgUtil/Tesselator and associated classes/references to Tessellator etc. 2007-01-08 10:00 robert * VisualStudio/OpenSceneGraph.dsw, VisualStudio/examples/osgGLUTkeyboardmouse/osgGLUTkeyboardmouse.dsp, VisualStudio/examples/osgGLUTsimple/osgGLUTsimple.dsp, VisualStudio/examples/osggeodemo/osggeodemo.dsp, VisualStudio/examples/osggeometry/osggeometry.dsp, VisualStudio/examples/osghud/osghud.dsp, VisualStudio/examples/osgimpostor/osgimpostor.dsp, VisualStudio/examples/osgkeyboard/osgkeyboard.dsp, VisualStudio/examples/osglauncher/osglauncher.dsp, VisualStudio/examples/osglight/osglight.dsp, VisualStudio/examples/osglightpoint/osglightpoint.dsp, VisualStudio/examples/osglogicop/osglogicop.dsp, VisualStudio/examples/osglogo/osglogo.dsp, VisualStudio/examples/osgmovie/osgmovie.dsp, VisualStudio/examples/osgmultiplecameras/osgmultiplecameras.dsp, VisualStudio/examples/osgmultitexture/osgmultitexture.dsp, VisualStudio/examples/osgoccluder/osgoccluder.dsp, VisualStudio/examples/osgparametric/osgparametric.dsp, VisualStudio/examples/osgparticle/osgparticledemo.dsp, VisualStudio/examples/osgsimpleviewerFLTK/osgsimpleviewerFLTK.dsp, VisualStudio/examples/osgsimpleviewerGLUT/osgsimpleviewerGLUT.dsp, VisualStudio/examples/osgsimpleviewerQT3/osgsimpleviewerQT3.dsp, VisualStudio/examples/osgsimpleviewerQT4/osgsimpleviewerQT4.dsp, VisualStudio/examples/osgsimpleviewerSDL/osgsimpleviewerSDL.dsp, examples/osgdepthshadow/GNUmakefile, examples/osgdepthshadow/GNUmakefile.inst, examples/osgdepthshadow/osgdepthshadow.cpp, examples/osggeodemo/GNUmakefile, examples/osggeodemo/GNUmakefile.inst, examples/osggeodemo/osggeodemo.cpp, examples/osggeometry/GNUmakefile, examples/osggeometry/GNUmakefile.inst, examples/osggeometry/osggeometry.cpp, examples/osghud/GNUmakefile, examples/osghud/GNUmakefile.inst, examples/osghud/osghud.cpp, examples/osgimpostor/GNUmakefile, examples/osgimpostor/osgimpostor.cpp, examples/osgintersection/GNUmakefile, examples/osgintersection/GNUmakefile.inst, examples/osgintersection/osgintersection.cpp, examples/osgkeyboard/GNUmakefile, examples/osgkeyboard/GNUmakefile.inst, examples/osgkeyboard/osgkeyboard.cpp, examples/osglauncher/GNUmakefile, examples/osglauncher/GNUmakefile.inst, examples/osglauncher/osglauncher.cpp, examples/osglight/GNUmakefile, examples/osglight/GNUmakefile.inst, examples/osglight/osglight.cpp, examples/osglightpoint/GNUmakefile, examples/osglightpoint/GNUmakefile.inst, examples/osglightpoint/osglightpoint.cpp, examples/osglogicop/GNUmakefile, examples/osglogicop/GNUmakefile.inst, examples/osglogicop/osglogicop.cpp, examples/osglogo/GNUmakefile, examples/osglogo/GNUmakefile.inst, examples/osglogo/osglogo.cpp, examples/osgmovie/GNUmakefile, examples/osgmovie/GNUmakefile.inst, examples/osgmovie/osgmovie.cpp, examples/osgmultiplecameras/GNUmakefile, examples/osgmultiplecameras/GNUmakefile.inst, examples/osgmultiplecameras/osgmultiplecameras.cpp, examples/osgmultitexture/GNUmakefile, examples/osgmultitexture/GNUmakefile.inst, examples/osgmultitexture/osgmultitexture.cpp, examples/osgoccluder/GNUmakefile, examples/osgoccluder/GNUmakefile.inst, examples/osgoccluder/osgoccluder.cpp, examples/osgpagedlod/GNUmakefile, examples/osgpagedlod/GNUmakefile.inst, examples/osgparametric/GNUmakefile, examples/osgparametric/GNUmakefile.inst, examples/osgparametric/osgparametric.cpp, examples/osgparticle/GNUmakefile, examples/osgparticle/GNUmakefile.inst, examples/osgparticle/osgparticle.cpp: Ported following examples to osgViewer: osggeodemo osggeometry osghud osgimpostor osgkeyboard osglauncher osglight osglightpoint osglogicop osglogo osgmovie osgmultiplecameras osgmultitexture osgoccluder osgparametric osgparticle 2007-01-07 20:52 robert * Xcode/OpenSceneGraph/OpenSceneGraph.xcodeproj/project.pbxproj: From Stephan Huber, updated Xcode projects for changes to examples ported over to osgViewer 2007-01-07 17:29 robert * include/osgUtil/Statistics: From André Garneau, added export to StatsVisitor 2007-01-07 10:00 robert * include/osg/LightSource, src/osg/LightSource.cpp: Added setThreadSafeRefUnref to LightSource 2007-01-06 21:35 robert * VisualStudio/OpenSceneGraph.dsw, VisualStudio/examples/osgcopy/osgcopy.dsp, VisualStudio/examples/osgcubemap/osgcubemap.dsp, VisualStudio/examples/osgdelaunay/osgdelaunay.dsp, VisualStudio/examples/osgdepthpartition/osgdepthpartition.dsp, VisualStudio/examples/osgdistortion/osgdistortion.dsp, VisualStudio/examples/osgfadetext/osgfadetext.dsp, VisualStudio/examples/osgforest/osgforest.dsp, VisualStudio/examples/osgfxbrowser/osgfxbrowser.dsp, examples/osgcopy/GNUmakefile, examples/osgcopy/GNUmakefile.inst, examples/osgcopy/osgcopy.cpp, examples/osgcubemap/GNUmakefile, examples/osgcubemap/GNUmakefile.inst, examples/osgcubemap/osgcubemap.cpp, examples/osgdelaunay/GNUmakefile, examples/osgdelaunay/GNUmakefile.inst, examples/osgdelaunay/osgdelaunay.cpp, examples/osgdepthpartition/GNUmakefile, examples/osgdepthpartition/GNUmakefile.inst, examples/osgdepthpartition/osgdepthpartition.cpp, examples/osgdistortion/GNUmakefile, examples/osgdistortion/GNUmakefile.inst, examples/osgdistortion/osgdistortion.cpp, examples/osgfadetext/GNUmakefile, examples/osgfadetext/GNUmakefile.inst, examples/osgfadetext/osgfadetext.cpp, examples/osgforest/GNUmakefile, examples/osgforest/GNUmakefile.inst, examples/osgforest/osgforest.cpp, examples/osgfxbrowser/GNUmakefile, examples/osgfxbrowser/GNUmakefile.inst, examples/osgfxbrowser/osgfxbrowser.cpp: Ported osgcopy, osgcubemap, osgdelaunay, osgdepthpartion, osgdistortion, osgfadetext, osgforest and osgfxbrowser to osgViewer 2007-01-06 21:06 robert * include/osgViewer/View, src/osgViewer/View.cpp: Added View::setUpViewOnSingleScreen(uint) method to help set up view on a single full screen window 2007-01-05 21:23 robert * examples/osgcluster/osgcluster.cpp: Add trackball manipulator usage 2007-01-05 21:19 robert * VisualStudio/OpenSceneGraph.dsw, VisualStudio/examples/osgcamera/osgcamera.dsp, VisualStudio/examples/osgcatch/osgcatch.dsp, VisualStudio/examples/osgclip/osgclip.dsp, VisualStudio/examples/osgcluster/osgcluster.dsp, VisualStudio/examples/osghangglide/osghangglide.dsp, examples/osgclip/GNUmakefile, examples/osgclip/GNUmakefile.inst, examples/osgclip/osgclip.cpp, examples/osgcluster/GNUmakefile, examples/osgcluster/GNUmakefile.inst, examples/osgcluster/osgcluster.cpp, include/osgViewer/Viewer, src/osgViewer/Viewer.cpp: Ported osgcluster to osgViewer. 2007-01-05 20:28 robert * src/osgWrappers/osg/GraphicsContext.cpp: Fixed genwrapper to add include of osg/Camera. 2007-01-05 17:21 robert * src/osgWrappers/osg/Camera.cpp, src/osgWrappers/osg/Drawable.cpp, src/osgWrappers/osg/FragmentProgram.cpp, src/osgWrappers/osg/Geode.cpp, src/osgWrappers/osg/GraphicsContext.cpp, src/osgWrappers/osg/Group.cpp, src/osgWrappers/osg/Node.cpp, src/osgWrappers/osg/Object.cpp, src/osgWrappers/osg/PrimitiveSet.cpp, src/osgWrappers/osg/Program.cpp, src/osgWrappers/osg/Shader.cpp, src/osgWrappers/osg/StateAttribute.cpp, src/osgWrappers/osg/StateSet.cpp, src/osgWrappers/osg/Texture.cpp, src/osgWrappers/osg/VertexProgram.cpp, src/osgWrappers/osg/View.cpp, src/osgWrappers/osg/Viewport.cpp, src/osgWrappers/osgFX/Validator.cpp, src/osgWrappers/osgGA/EventQueue.cpp, src/osgWrappers/osgGA/GUIEventAdapter.cpp, src/osgWrappers/osgUtil/SceneView.cpp, src/osgWrappers/osgViewer/GraphicsWindow.cpp, src/osgWrappers/osgViewer/SimpleViewer.cpp, src/osgWrappers/osgViewer/View.cpp, src/osgWrappers/osgViewer/Viewer.cpp: Updated wrappers 2007-01-05 16:48 robert * include/osgViewer/SimpleViewer, include/osgViewer/Viewer, src/osgViewer/SimpleViewer.cpp, src/osgViewer/Viewer.cpp: Simplified the nameing of updateTraversal etc methods 2007-01-05 16:46 robert * examples/osgcamera/osgcamera.cpp: Cleaned up graphics window setup and added clear graphics window to single window, multiple camera setup. 2007-01-05 16:24 robert * examples/osgcegui/GNUmakefile, examples/osgcegui/GNUmakefile.inst, examples/osgcegui/osgcegui.cpp: Ported osgcegui across to osgViewer 2007-01-05 16:19 robert * VisualStudio/OpenSceneGraph.dsw, VisualStudio/examples/osgcallback/osgcallback.dsp, examples/osgcallback/GNUmakefile, examples/osgcallback/GNUmakefile.inst, examples/osgcallback/osgcallback.cpp: Ported osgcallback to osgViewer 2007-01-05 16:13 robert * VisualStudio/OpenSceneGraph.dsw, VisualStudio/examples/osgbluemarble/osgbluemarble.dsp, examples/osgbluemarble/GNUmakefile, examples/osgbluemarble/GNUmakefile.inst, examples/osgbluemarble/osgbluemarble.cpp: Ported osgbluemarble to osgViewer 2007-01-05 16:00 robert * VisualStudio/OpenSceneGraph.dsw, VisualStudio/examples/osgblendequation/osgblendequation.dsp, examples/osgblendequation/GNUmakefile, examples/osgblendequation/GNUmakefile.inst, examples/osgblendequation/osgblendequation.cpp: Ported osgblendequation across to osgViewer 2007-01-05 15:54 robert * VisualStudio/OpenSceneGraph.dsw, VisualStudio/examples/osgbillboard/osgbillboard.dsp, examples/osgbillboard/GNUmakefile, examples/osgbillboard/GNUmakefile.inst, examples/osgbillboard/osgbillboard.cpp, examples/osgcamera/osgcamera.cpp: Ported osgbillboard over to osgViewer 2007-01-05 15:52 robert * examples/osganimate/osganimate.cpp, examples/osgautotransform/osgautotransform.cpp: Simplified the osganimate and osgautotransform mains, removing most or all of the argument parser code. 2007-01-05 15:32 robert * examples/osghangglide/osghangglide.cpp: Fixed aspect ratio. 2007-01-05 15:30 robert * examples/osghangglide/osghangglide.cpp: Cleaned up the GraphicsWindow setup 2007-01-05 15:24 robert * examples/osghangglide/osghangglide.cpp, include/osg/GraphicsContext, src/osg/GraphicsContext.cpp, src/osg/GraphicsThread.cpp: Added GraphicsContext support for clearing the graphis context. The clearing is off by default (ClearMask is 0), but can be switched on when ClearMask is non zero. GraphicsContext::clear() is called after each swap buffers 2007-01-05 14:57 robert * examples/osganimate/GNUmakefile.inst: Replace osgProducer reference by osgViewer 2007-01-05 14:56 robert * VisualStudio/OpenSceneGraph.dsw, VisualStudio/examples/osgautotransform/osgautotransform.dsp, examples/osgautotransform/GNUmakefile, examples/osgautotransform/GNUmakefile.inst, examples/osgautotransform/osgautotransform.cpp: Moved osgautotransform across to osgViewer 2007-01-05 14:50 robert * VisualStudio/OpenSceneGraph.dsw, VisualStudio/examples/osganimate/osganimate.dsp: Converted osganimate projects across to osgViewer 2007-01-05 14:48 robert * examples/osganimate/GNUmakefile, examples/osganimate/osganimate.cpp: Converted osganimate example to osgViewer 2007-01-05 13:16 robert * include/osgViewer/Viewer, src/osgViewer/Viewer.cpp: Added int return type of Viewer::run(). 2007-01-05 13:15 robert * examples/osghangglide/osghangglide.cpp: Made the custom window set up a runtime option 2007-01-05 13:06 robert * examples/osgcatch/osgcatch.cpp: Tweaked comments 2007-01-05 13:01 robert * include/osgViewer/GraphicsWindowX11, src/osgViewer/GraphicsWindowX11.cpp: Added a workaround for computing the time of an event. 2007-01-05 12:22 robert * src/osgViewer/GraphicsWindowX11.cpp: Removed commented out checkEvents calls 2007-01-05 10:59 robert * include/osgViewer/Viewer, src/osgViewer/Viewer.cpp: Added Viewer::isRealized() and run() methods to make it easier to set up and run a viewer, taking care of realized() calls if not already done, and assigning trackball manipulator if not already assigned. 2007-01-05 09:55 robert * include/osg/ConvexPlanarOccluder, include/osg/ConvexPlanarPolygon: Removed inappropriate comment about normal orientation. 2007-01-04 21:58 robert * examples/osgcamera/osgcamera.cpp: Changed compile paths into runtime selected paths using command line parameters 2007-01-04 21:51 robert * examples/osgcamera/osgcamera.cpp: Removed now redundent calls to set up view 2007-01-04 21:49 robert * include/osgViewer/View, include/osgViewer/Viewer, src/osgViewer/View.cpp, src/osgViewer/Viewer.cpp: Moved the set of GraphicsContext RenderingOperations into Viewer. 2007-01-04 21:35 robert * src/osgViewer/Viewer.cpp: In Viewer::realize() added default fallback of calling setUpViewAcrossAllScreens() when no windows have previously been set up. 2007-01-04 21:28 robert * include/osgViewer/Viewer, src/osgViewer/Viewer.cpp: Added Viewer::setKeySetsDone(int) to allow developers to specify which key should set done and cause the main loop to exit. 2007-01-04 21:18 robert * examples/osgcatch/osgcatch.cpp, examples/osghangglide/osghangglide.cpp: Removed the setting of thread safe ref/unref and max number of graphics contexts as this is now done automatically by osgViewer::Viewer 2007-01-04 21:18 robert * src/osgViewer/Viewer.cpp: Changed debug messages to INFO 2007-01-04 21:14 robert * include/osgDB/ReentrantMutex: Changed the ReadWriteMutex to use standard OpenThreads::Mutex to fix crashes in osgcatch. 2007-01-04 20:50 robert * include/osgDB/ReentrantMutex, src/osgDB/ReentrantMutex.cpp: Added mutex to lock of ReentrantMutex 2007-01-04 20:49 robert * src/osgPlugins/OpenFlight/ReaderWriterFLT.cpp: Fixed compile warning 2007-01-04 16:49 robert * examples/osgcamera/osgcamera.cpp, examples/osgcatch/osgcatch.cpp, include/osg/Drawable, include/osg/Geode, include/osg/Group, include/osg/Node, include/osg/Program, include/osg/Referenced, include/osg/StateSet, src/osg/Drawable.cpp, src/osg/Geode.cpp, src/osg/GraphicsContext.cpp, src/osg/Group.cpp, src/osg/Node.cpp, src/osg/Program.cpp, src/osg/StateSet.cpp, src/osgViewer/GraphicsWindowX11.cpp, src/osgViewer/View.cpp, src/osgViewer/Viewer.cpp: Made Refernced::setThreadSafeReferenceCounting(bool) a virtual then overrode this in various scene graph classes to ensure that the scene graph gets updated as well as the objects that the initialial call is made from. 2007-01-04 16:48 robert * src/osgUtil/RenderStage.cpp, src/osgUtil/SceneView.cpp: Fixed warnings 2007-01-04 14:34 robert * src/osgViewer/GraphicsWindowX11.cpp: Added glXDestryContext to help clean up OpenGL. 2007-01-04 14:11 robert * examples/osgcamera/osgcamera.cpp, include/osg/Camera, include/osg/Drawable, include/osg/FragmentProgram, include/osg/Geode, include/osg/Group, include/osg/Node, include/osg/Object, include/osg/PrimitiveSet, include/osg/Program, include/osg/Shader, include/osg/StateAttribute, include/osg/StateSet, include/osg/Texture, include/osg/VertexProgram, include/osg/buffered_value, src/osg/Camera.cpp, src/osg/Drawable.cpp, src/osg/FragmentProgram.cpp, src/osg/Geode.cpp, src/osg/Group.cpp, src/osg/Node.cpp, src/osg/PrimitiveSet.cpp, src/osg/Program.cpp, src/osg/Shader.cpp, src/osg/StateSet.cpp, src/osg/Texture.cpp, src/osg/VertexProgram.cpp: Added Object::resizeGLObjectBuffers(uint) method to help improve the ability to change the number of active graphics contexts on the fly during an applications life. 2007-01-04 11:49 robert * include/osgViewer/Viewer, src/osgViewer/GraphicsWindowX11.cpp, src/osgViewer/Viewer.cpp: Added support for starting and stopping osgViewer::Viewer threading and automatic handling of windows being closed. 2007-01-03 23:00 robert * include/osgViewer/GraphicsWindowX11, src/osgViewer/GraphicsWindowX11.cpp: Added catch of window close 2007-01-03 19:11 robert * include/osgUtil/Statistics: From Paul Martz, added export to fix Windows build 2007-01-03 17:26 robert * examples/osgcamera/osgcamera.cpp, src/osg/View.cpp: Added setting of default backgroud colour of View's master colour to be consistent with the previous default colour used by SceneView 2007-01-03 17:25 robert * examples/osgcatch/osgcatch.cpp: Removed setting of master camera colour 2007-01-03 16:32 robert * src/osg/View.cpp: Changed the View's master camera projection matrix setting so that it is consistent with osgProducer::Viewer default setting. 2007-01-03 16:06 robert * examples/osgcamera/osgcamera.cpp, include/osgViewer/GraphicsWindowX11, src/osg/GraphicsContext.cpp, src/osg/GraphicsThread.cpp, src/osgDB/DatabasePager.cpp, src/osgViewer/GraphicsWindowX11.cpp, src/osgViewer/Viewer.cpp: Improved the robustness of thread start and cancellation 2007-01-02 20:26 robert * src/osg/CopyOp.cpp: Fixed the COPY_OP( Array, DEEP_COPY_ARRAYS); entry. 2007-01-02 17:39 robert * examples/osgcamera/osgcamera.cpp, include/osgViewer/Viewer, src/osgViewer/View.cpp, src/osgViewer/Viewer.cpp: Added support for different threading models in osgViewer::Viewer 2007-01-02 13:02 robert * examples/osgcatch/osgcatch.cpp: Shifted the setting of thread safe ref/unref to earlier in the main to ensure that the Viewer's view is set up thread safe. 2007-01-02 12:50 robert * examples/osgcamera/osgcamera.cpp, examples/osgcatch/osgcatch.cpp, include/osgViewer/GraphicsWindow, include/osgViewer/GraphicsWindowX11, include/osgViewer/Viewer, src/osgViewer/GraphicsWindowX11.cpp, src/osgViewer/Viewer.cpp: Added support for getting all windows and hiding the cursor 2007-01-02 12:19 robert * examples/osgcatch/osgcatch.cpp: Switched off lighting in osgcatch. 2007-01-02 12:03 robert * src/osgViewer/View.cpp: Changed default multi-screen setup to set up for a flat wall configuration 2007-01-02 10:31 robert * src/osgViewer/Version.cpp: Fixed version function names and comment strings 2007-01-02 10:11 robert * src/osgViewer/CompositeViewer.cpp: Added missing init() implementation 2007-01-02 09:54 robert * VisualStudio/OpenSceneGraph.dsw: Fixed path to osgViewer wrapper 2007-01-01 20:01 robert * src/osgViewer/GraphicsWindowX11.cpp, src/osgViewer/View.cpp: Added mouseWarped update 2007-01-01 18:20 robert * VisualStudio/osgUtil/osgUtil.dsp, examples/osgcamera/osgcamera.cpp, examples/osghangglide/GliderManipulator.cpp, examples/osghangglide/osghangglide.cpp, examples/osgparametric/osgparametric.cpp, examples/osgshaderterrain/osgshaderterrain.cpp, include/osg/AutoTransform, include/osg/Camera, include/osg/GraphicsContext, include/osg/PrimitiveSet, include/osg/View, include/osg/Viewport, include/osgGA/EventQueue, include/osgGA/GUIEventAdapter, include/osgUtil/SceneView, include/osgUtil/Statistics, include/osgViewer/GraphicsWindowX11, include/osgViewer/View, include/osgViewer/Viewer, src/osg/AutoTransform.cpp, src/osg/Camera.cpp, src/osg/GraphicsContext.cpp, src/osg/View.cpp, src/osg/Viewport.cpp, src/osgGA/EventQueue.cpp, src/osgGA/GUIEventAdapter.cpp, src/osgGA/TrackballManipulator.cpp, src/osgPlugins/ive/Viewport.cpp, src/osgPlugins/logo/ReaderWriterLOGO.cpp, src/osgPlugins/osg/Viewport.cpp, src/osgUtil/GNUmakefile, src/osgUtil/SceneView.cpp, src/osgUtil/Statistics.cpp, src/osgViewer/GraphicsWindowX11.cpp, src/osgViewer/View.cpp, src/osgViewer/Viewer.cpp: Various work on osgViewer library, including warp point and graphics window resize support 2006-12-28 08:21 robert * VisualStudio/osgViewer/osgViewer.dsp: Removed GraphicsWindowProxy 2006-12-28 08:16 robert * VisualStudio/OpenSceneGraph.dsw, VisualStudio/osgWrappers/osgViewer/wrapper_osgViewer.dsp, include/osgViewer/GraphicsWindowProxy, src/osgWrappers/osgViewer/GNUmakefile, src/osgWrappers/osgViewer/GraphicsWindowProxy.cpp: Removed osgViewer::GraphicsWindowProxy as its was causing wrapper compile problems and also no longer has a key role in osgViewer. 2006-12-27 23:32 robert * src/osgWrappers/osgDB/ReentrantMutex.cpp: Updated wrappers 2006-12-27 23:19 robert * examples/osgcamera/osgcamera.cpp, examples/osgparticleeffects/GNUmakefile, include/osgDB/ReentrantMutex, include/osgSim/ElevationSlice, include/osgSim/HeightAboveTerrain, include/osgSim/LineOfSight, src/osgWrappers/osg/GraphicsContext.cpp, src/osgWrappers/osg/GraphicsThread.cpp, src/osgWrappers/osg/Timer.cpp, src/osgWrappers/osgDB/ReentrantMutex.cpp, src/osgWrappers/osgGA/EventQueue.cpp, src/osgWrappers/osgParticle/ParticleSystem.cpp, src/osgWrappers/osgSim/ElevationSlice.cpp, src/osgWrappers/osgSim/HeightAboveTerrain.cpp, src/osgWrappers/osgSim/LineOfSight.cpp, src/osgWrappers/osgViewer/GNUmakefile, src/osgWrappers/osgViewer/GraphicsWindow.cpp, src/osgWrappers/osgViewer/Viewer.cpp: Updated wrappers 2006-12-27 23:19 robert * include/osgParticle/ParticleSystem, src/osgParticle/ConnectedParticleSystem.cpp, src/osgParticle/ParticleProcessor.cpp, src/osgParticle/ParticleSystemUpdater.cpp: Tweaks from using a ReadWriteMutex& to a ReadWriteMutex* parameter to avoid problems with osgIntrospection generation. 2006-12-27 20:23 robert * src/osgViewer/View.cpp, src/osgViewer/Viewer.cpp: Improved handling of window input ranges for single window apps 2006-12-27 16:44 robert * src/osgProducer/OsgCameraGroup.cpp: Removed old hack to disable multi-threaded cameras when particle systems are present, this is no longer required as osgParticle has now been made thread safe. 2006-12-27 16:40 robert * include/osgDB/ReentrantMutex, include/osgParticle/ParticleProcessor, include/osgParticle/ParticleSystem, include/osgParticle/ParticleSystemUpdater, src/osgDB/ReentrantMutex.cpp, src/osgParticle/ParticleProcessor.cpp, src/osgParticle/ParticleSystem.cpp, src/osgParticle/ParticleSystemUpdater.cpp: Added an osgDB::ReadWriteMutex to help manage the ability to have serialize write to objects but allow multiple threads to read at once in a read only way. 2006-12-27 15:15 robert * src/osgProducer/KeyboardMouseCallback.cpp, src/osgProducer/Viewer.cpp: Updated to reflect changes to osgGA::EventQueue. 2006-12-27 15:05 robert * VisualStudio/OpenSceneGraph.dsw, VisualStudio/osgViewer/osgViewer.dsp: Replaced the osgProducer dependencies by osgViewer for osgcatch and osghangglide examples 2006-12-27 15:04 robert * include/osgViewer/GraphicsWindowCocoa, include/osgViewer/GraphicsWindowWin32, src/osgViewer/GNUmakefile, src/osgViewer/GraphicsWindowCocoa.cpp, src/osgViewer/GraphicsWindowWin32.cpp, src/osgViewer/Viewer.cpp: Added GraphicsWindowWin32 and GraphicsWindowCocoa classes, curently not implmented, but added as a placeholder for members of the community to step forward and implement. 2006-12-26 20:26 robert * examples/osghangglide/GNUmakefile, examples/osghangglide/GNUmakefile.inst, examples/osghangglide/GliderManipulator.cpp, examples/osghangglide/osghangglide.cpp: Ported osghangglider example to usg osgViewer 2006-12-26 17:38 robert * include/osgViewer/Scene, include/osgViewer/SimpleViewer, src/osgViewer/GraphicsWindowX11.cpp, src/osgViewer/Scene.cpp, src/osgViewer/SimpleViewer.cpp, src/osgViewer/View.cpp, src/osgViewer/Viewer.cpp: Various tweaks to keep in sync with new changes to osg::Timer and osgGA::EventQueue 2006-12-26 17:37 robert * include/osgGA/EventQueue, src/osgGA/EventQueue.cpp: Added new adapter methods to EventQueue to allow the time value of the event to be specified. 2006-12-26 17:37 robert * include/osg/Timer, src/osg/Timer.cpp: Aded new convinience methods to osg::Timer - s/getStartTick and time_s(), time_m() etc to help get time reletive the new start tick. 2006-12-26 17:35 robert * examples/osgcatch/GNUmakefile, examples/osgcatch/osgcatch.cpp: Ported osgcatch to use osgViewer 2006-12-24 16:40 robert * examples/osgcamera/osgcamera.cpp, include/osg/GraphicsContext, include/osg/GraphicsThread, include/osgViewer/GraphicsWindowX11, src/osg/GraphicsContext.cpp, src/osg/GraphicsThread.cpp, src/osgUtil/RenderStage.cpp, src/osgViewer/GraphicsWindowX11.cpp, src/osgViewer/View.cpp, src/osgViewer/Viewer.cpp: Unified the osg::GraphicsThread::Operation and osg::GraphicsContext::Operation classes as osg::GraphicsOperation. Unpdated parts of OSG depending upon these. Added a virtaul bool valid() method to osg::GraphicsContext to allow apps to test whether a valid graphis context has been created or not. 2006-12-22 21:53 robert * examples/osgcamera/osgcamera.cpp, include/osg/GraphicsContext, src/osg/GraphicsContext.cpp, src/osgProducer/GraphicsContextImplementation.cpp, src/osgUtil/RenderStage.cpp, src/osgUtil/SceneView.cpp, src/osgViewer/GraphicsWindowX11.cpp, src/osgViewer/View.cpp: Added support for sample and sampleBuffers to osg::GraphicsContext::Traits and cleaned up the Traits naming 2006-12-22 21:52 robert * include/osgParticle/ParticleProcessor, include/osgParticle/ParticleSystemUpdater, src/osgParticle/ParticleProcessor.cpp, src/osgParticle/ParticleSystemUpdater.cpp: Added mutexes to ParticleProcessor and ParticleSystemUpdater to improve the thread safety of osgParticle 2006-12-22 17:46 robert * examples/osgcamera/osgcamera.cpp, include/osgViewer/View, include/osgViewer/Viewer, src/osg/GraphicsContext.cpp, src/osg/GraphicsThread.cpp, src/osgViewer/GraphicsWindowX11.cpp, src/osgViewer/Scene.cpp, src/osgViewer/View.cpp, src/osgViewer/Viewer.cpp: Implemented perliminary multi-threading support in osgViewer::Viewer 2006-12-22 16:49 robert * VisualStudio/OpenSceneGraph.dsw: Replaced osgProducer dependency by osgViewer 2006-12-22 16:48 robert * examples/osgunittests/UnitTestFramework.h: Removed now redundent OSG_EXPORT to solve build problems under Windows 2006-12-22 08:42 robert * VisualStudio/osg/osg.dsp: Removed Vec3.cpp and UnitTestFramework.cpp as these files now live in examples/osgunittests 2006-12-21 17:23 robert * src/osgViewer/View.cpp, src/osgViewer/Viewer.cpp: Added basic support for DatabasePager into osgViewer::Viewer 2006-12-21 16:56 robert * examples/osgcamera/osgcamera.cpp, include/osg/GraphicsContext, include/osg/GraphicsThread, include/osgViewer/Viewer, src/osg/GraphicsContext.cpp, src/osg/GraphicsThread.cpp, src/osgViewer/GraphicsWindowX11.cpp, src/osgViewer/Scene.cpp, src/osgViewer/View.cpp, src/osgViewer/Viewer.cpp: Moved rendering support into GraphisContext, osgViewer::Viewer/View, and added frame stamp updating and update traversal to osgViewer::Scene/Viewer. Updated osgcamera example to use new Viewer API calls instead of using local rendering calls. 2006-12-21 12:24 robert * include/osgViewer/GraphicsWindowX11, src/osgViewer/GraphicsWindowX11.cpp: Cleaned up the includes in the GraphicsWindowX11 header 2006-12-21 12:19 robert * examples/osgcamera/osgcamera.cpp, include/osgViewer/GraphicsWindowX11, src/osgViewer/GNUmakefile, src/osgViewer/GraphicsWindowX11.cpp: Moved the implementation of GraphicsWindowX11 from the head into the src/osgViewer directory. 2006-12-21 11:20 robert * include/osgViewer/GraphicsWindow, include/osgViewer/GraphicsWindowX11, src/osgViewer/Viewer.cpp: Improved the handling of moving the mouse pointer across screens, and add grab focus support that honours where the mouse pointer was originally. 2006-12-21 09:01 robert * src/osgViewer/View.cpp: Removed erroneous double GraphicsContext:: 2006-12-21 08:54 robert * VisualStudio/examples/osgunittests/osgunittests.dsp: Fixed path 2006-12-20 21:13 robert * examples/osgcamera/osgcamera.cpp, examples/osgkeyboardmouse/osgkeyboardmouse.cpp, examples/osgsimpleviewerProducer/osgsimpleviewerProducer.cpp, include/osgGA/EventQueue, include/osgGA/GUIEventAdapter, include/osgViewer/GraphicsWindow, include/osgViewer/GraphicsWindowX11, include/osgViewer/Scene, include/osgViewer/View, include/osgViewer/Viewer, src/osgGA/EventQueue.cpp, src/osgViewer/View.cpp, src/osgViewer/Viewer.cpp, src/osgWrappers/osgGA/EventQueue.cpp, src/osgWrappers/osgViewer/GraphicsWindow.cpp, src/osgWrappers/osgViewer/Scene.cpp, src/osgWrappers/osgViewer/View.cpp, src/osgWrappers/osgViewer/Viewer.cpp: Further work osgViewer::Viewer and related classes. 2006-12-19 17:40 robert * src/osgPlugins/dae/daeWMaterials.cpp: From Roger James, "Here is the version of daeWMaterials.cpp with fixes for case insensitive path names on Windows. Nobody has complained to me about them since I posted them on the users list last week." 2006-12-19 17:30 robert * src/osgPlugins/ac3d/ac3d.cpp: From Mathias Fröhlich, "I have a small update to the 'non convex polygon detection' in the ac3d loader that is used to tell if tesselation is required or if we will better leave a polygon as is. It is still not perfect but catches some more cases." 2006-12-19 17:16 robert * include/osg/NodeCallback: From Paul Martz, "minor code comment cleaup/rewording" 2006-12-19 17:06 robert * VisualStudio/examples/osgunittests/osgunittests.dsp, VisualStudio/osg/osg.dsp, Xcode/OpenSceneGraph/OpenSceneGraph.xcodeproj/project.pbxproj, examples/osgunittests/GNUmakefile, examples/osgunittests/GNUmakefile.inst, examples/osgunittests/UnitTestFramework.cpp, examples/osgunittests/UnitTestFramework.h, examples/osgunittests/UnitTests_osg.cpp, examples/osgunittests/osgunittests.cpp, include/osg/UnitTestFramework, src/osg/GNUmakefile, src/osg/Matrixd.cpp, src/osg/UnitTestFramework.cpp, src/osg/Vec3.cpp: Moved UnitTestFramework from core osg lib into osgunittests example 2006-12-19 16:47 robert * src/osgWrappers/osg/GraphicsContext.cpp, src/osgWrappers/osg/View.cpp, src/osgWrappers/osgSim/ElevationSlice.cpp, src/osgWrappers/osgSim/HeightAboveTerrain.cpp, src/osgWrappers/osgSim/LineOfSight.cpp, src/osgWrappers/osgUtil/SceneView.cpp, src/osgWrappers/osgViewer/View.cpp, src/osgWrappers/osgViewer/Viewer.cpp: Updated wrappers 2006-12-19 16:47 robert * include/osgViewer/GraphicsWindowX11: Added Copyright notice 2006-12-19 16:45 robert * include/osgSim/ElevationSlice, include/osgSim/HeightAboveTerrain, include/osgSim/LineOfSight, src/osgSim/ElevationSlice.cpp, src/osgSim/HeightAboveTerrain.cpp, src/osgSim/LineOfSight.cpp: Added support for traversal mask into ElevationSlice, HeightAboveTerrain and LineOfSight classes 2006-12-19 16:12 robert * examples/osgcamera/GNUmakefile, examples/osgcamera/osgcamera.cpp: Added osgViewer::Viewer / osgViewer::GraphicsWindowsX11 usage. 2006-12-19 16:00 robert * include/osg/GraphicsContext, include/osg/View, include/osgUtil/SceneView, include/osgViewer/GraphicsWindowX11, include/osgViewer/View, include/osgViewer/Viewer, src/osg/View.cpp, src/osgUtil/SceneView.cpp, src/osgViewer/Scene.cpp, src/osgViewer/View.cpp, src/osgViewer/Viewer.cpp: Added initial GraphicsWindowX11 implementation, and fleshed out more of the osgViewer and osg::GraphicsContext/osg::View infrastructure. 2006-12-17 20:49 robert * examples/osgcamera/osgcamera.cpp, include/osg/GraphicsContext, src/osg/GraphicsContext.cpp, src/osgProducer/GraphicsContextImplementation.cpp, src/osgWrappers/osg/GraphicsContext.cpp: Added support WindowingSystemInterface for querring the number of screens, the screen size and creating GraphicsContexts. 2006-12-15 17:27 robert * include/osg/CollectOccludersVisitor, include/osg/CullStack, include/osg/NodeVisitor, include/osgUtil/CullVisitor, src/osg/CollectOccludersVisitor.cpp, src/osg/CullStack.cpp, src/osg/LOD.cpp, src/osg/PagedLOD.cpp, src/osg/View.cpp, src/osgUtil/CullVisitor.cpp, src/osgWrappers/osg/CollectOccludersVisitor.cpp, src/osgWrappers/osg/NodeVisitor.cpp, src/osgWrappers/osgUtil/CullVisitor.cpp: Added ViewPoint support into NodeVistor/CullStack/CullVisitor/LOD/PagedLOD etc to facilate management of LOD settings for RTT cameras. 2006-12-14 21:15 robert * src/osgPlugins/OpenFlight/ReaderWriterFLT.cpp: From Brede Johansen, "New option "cloneExternalReferences" for OpenFlight plugin" 2006-12-14 16:13 robert * src/osgViewer/SimpleViewer.cpp: From Orhun Birsoy, "In SimpleViewer::frameUpdateTraversal function, orthographicCamera calculation has some typos. It should read bool orthographicCamera = (pm(0,3)==0.0) && (pm(1,3)==0.0) && (pm(2,3)==0.0) && (pm(3,3)== 1.0); " 2006-12-14 14:44 robert * include/osg/GL: From Andy Skinnder, warning fix 2006-12-13 21:15 robert * src/osgSim/ElevationSlice.cpp: Removed debug output files 2006-12-13 17:39 robert * src/osgSim/ElevationSlice.cpp: Commented out debug messages 2006-12-13 16:41 robert * src/osgSim/ElevationSlice.cpp: Further improvements to handling of multiple z values 2006-12-12 21:48 robert * examples/osgintersection/osgintersection.cpp, src/osgSim/ElevationSlice.cpp: Improvements to handling of multiple z value regions 2006-12-07 22:20 robert * src/osgSim/ElevationSlice.cpp: Improved the filtering of overlapping and vertical line segments 2006-12-07 15:48 robert * src/osgSim/LightPointDrawable.h, src/osgSim/LightPointSpriteDrawable.h: Fixed copyright notice 2006-12-07 10:16 robert * applications/osgdem/osgdem.cpp, src/osgTerrain/DataSet.cpp: From Luigi Calori, "In order to effectively use --image-ext and to add -O "plugin options", some fix to osgdem.cpp and osgTerrain/DataSet.cpp These mods should allow to build terrains controlling jpeg compressed imagery embedded in ive files, using something like: osgdemd --image-ext jpeg --RGB_24 -O "JPEG_QUALITY 20 compressImageData" ......." 2006-12-07 10:09 robert * src/osgUtil/DelaunayTriangulator.cpp: From Geoff Michel, "I was getting triangulations with the previous delaunay triangulator, but it seems I may have been picking up the wrong coordinates or an old version of my test file (that version is OK when no coordinates lie outside the 'terrain' zone). This version is much stricter about memory handling and insertion of extra points." 2006-12-06 21:39 robert * src/osgPlugins/Inventor/ConvertFromInventor.cpp: From Gerrick Bivins, fixed newly introduced texture setup bug. 2006-12-06 21:29 robert * src/osgSim/ElevationSlice.cpp: Improved the handling of overlapping line segments. 2006-12-06 15:18 robert * VisualStudio/osgPlugins/quicktime, VisualStudio/osgPlugins/quicktime/quicktime.dsp: From Riccardo Corsi, add VS6.0 project file for new quicktime windows port 2006-12-06 14:17 robert * src/osgPlugins/lws/SceneLoader.cpp: From Rick Pingry, "n my application I am walking through the scene graph looking for nodes of a specific name. I noticed there were times when some of the nodes were not named what I had expected. Upon reviewing the code, I noticed this was happening when there was a forward reference to a parented object. The existing code uses a map with object ID's. The original code only applied the name to a node for a new ID only if the node did not already exist in the map. The problem was that there was another part of the code (when a parent was forward declared) that also created the node with the ID in the map, but it did not know its name. I simply made sure that the name was set regardless of whether or not the node was already in the map. " 2006-12-05 22:10 robert * src/osgWrappers/osgDB/DatabasePager.cpp: Updated wrappers 2006-12-05 20:30 robert * src/osgPlugins/OpenFlight/AttrData.h: Checked in remaining element from Brede Johansen changes for clmapToEdge reader option. 2006-12-05 17:30 robert * src/osgPlugins/quicktime/MovieData.cpp, src/osgPlugins/quicktime/MovieData.h, src/osgPlugins/quicktime/ReaderWriterQT.cpp: From Stephan Huber, "minor bugfixes for the quicktime-plugin" 2006-12-05 17:27 robert * src/osgPlugins/Inventor/ConvertFromInventor.cpp, src/osgPlugins/Inventor/ConvertFromInventor.h: From Gerrick Bivins, "Changes: --merged with fixes for texture coordinates(is this in CVS/SVN already)? --changed above mentioned fix output level from osg::NOTIFY to osg::DEBUG_INFO --added support for VRML97 ImageTextures. --changed pointers to ref_pointers where possible. --added format (method separated by "//////") for easier reading." 2006-12-05 17:10 robert * src/osgPlugins/dae/daeWMaterials.cpp: From Roger James,"I have had another go at the windows specific file name handling in daeWMaterials.cpp. I think I have arrived at a temporary compromise. I have decided to just normalise the drive letter part of file names for the time being and also ensure that names of the format x:/xxxxx are treated as absolute paths. This will cover a lot of cases. I have raised a bug against collada which hopefully should resolve some others. However there are some pathological cases which I have commented on in the code, these will probably never work properly unless there is a significant rewrite of the daeURI functionality. Hopefully they are rare." 2006-12-05 16:45 robert * src/osg/ProxyNode.cpp: From Rein Kadijk, "While displaying a certain scene, OsgEdit crashed in ProxyNode::traverse() in file OSG_OP_OT-1.2\OpenSceneGraph\src\osg\proxynode.cpp. It turned out that nv.getDatabaseRequestHandler() returned NULL; using this pointer to call one of DatabaseRequestHandler's methods is of course illegal. I patched it by adding: if (nv.getDatabaseRequestHandler())" From Robert Osfield, reordered the addition of the nv.getDatabaseRequestHandler() check to allow the default traverse() to be called when no database handling is attached to the visitor. 2006-12-05 16:29 robert * src/osgPlugins/quicktime/MovieData.cpp, src/osgPlugins/quicktime/MovieData.h, src/osgPlugins/quicktime/QTUtils.cpp, src/osgPlugins/quicktime/QTUtils.h, src/osgPlugins/quicktime/QTtexture.cpp, src/osgPlugins/quicktime/QTtexture.h, src/osgPlugins/quicktime/QuicktimeImageStream.cpp, src/osgPlugins/quicktime/QuicktimeImageStream.h, src/osgPlugins/quicktime/ReaderWriterQT.cpp: From Stephan Huber and Riccardo Corsi, port of QuickTime plugin to Windows 2006-12-05 15:41 robert * src/osgPlugins/dxf/dxfBlock.h, src/osgPlugins/dxf/dxfEntity.cpp, src/osgPlugins/dxf/dxfSection.cpp, src/osgPlugins/dxf/dxfSection.h: Added use of typedef to help clean up the readability a little and replaced a copy list with a reference. 2006-12-05 15:31 robert * src/osgPlugins/dxf/dxfBlock.h, src/osgPlugins/dxf/dxfEntity.cpp, src/osgPlugins/dxf/dxfEntity.h, src/osgPlugins/dxf/dxfSection.cpp, src/osgPlugins/dxf/dxfSection.h, src/osgPlugins/dxf/scene.cpp, src/osgPlugins/dxf/scene.h: From Sylvain Marie, "changed raw pointers to smart pointers in the dxfBlock, dxfTables and dxfSection classes, so their members data are correctly deleted. - changed some methods signatures to pass arguments by reference instead of by value. The performance and memory usage are enhanced (the reader was clogging the heap when reading some large DXF files) The updated files have been compiled and tested with a variety of DXF files on XP with VS2003, but the changes should not disturb any other compiler." 2006-12-05 14:58 robert * src/osgPlugins/ESRIShape/ESRIShape.cpp: From Chris McGlone, "PlygonZ copy constructor: added allocation and copying of zarray" 2006-12-05 14:50 robert * include/osgDB/DatabasePager, src/osgDB/DatabasePager.cpp: From Bryan Thrall, "Currently, the DatabasePager always loads requested Nodes using the default Registry Options object, but it would be useful to be able to request loading with a different Options object. The attached files allow you to do that (based off the OSG 1.2 source). For example, I'm implementing a loader that requires context information when it pages in subgraphs, which becomes significantly complicated when multiple scenegraphs are requesting subgraph loads with different contexts (the loader needs to know which context to use, and the Registry Options needs to be carefully managed so the context settings don't clobber each other, especially in multithreaded situations). Being able to pass an Options instance along with the Node request resolves this problem." 2006-12-05 14:28 robert * src/osgPlugins/OpenFlight/AttrData.h, src/osgPlugins/OpenFlight/Document.cpp, src/osgPlugins/OpenFlight/Document.h, src/osgPlugins/OpenFlight/PaletteRecords.cpp, src/osgPlugins/OpenFlight/ReaderWriterATTR.cpp, src/osgPlugins/OpenFlight/ReaderWriterFLT.cpp: From Brede Johansen, "added a new reader option to replace the texture wrap mode CLAMP with CLAMP_TO_EDGE." 2006-12-05 13:06 robert * src/osgWrappers/osg/Plane.cpp, src/osgWrappers/osgUtil/PlaneIntersector.cpp: Updated wrappers 2006-12-05 12:58 robert * examples/osgintersection/osgintersection.cpp, include/osg/Plane, include/osgUtil/PlaneIntersector, src/osgSim/ElevationSlice.cpp, src/osgUtil/PlaneIntersector.cpp: Added more accurate computation of local height above sea level in the plane intersections routines 2006-12-04 17:31 robert * examples/osgintersection/osgintersection.cpp, src/osgSim/ElevationSlice.cpp: Improved the calculation of distance around the globe within the ElevationSlice routine. 2006-12-04 12:36 robert * examples/osgintersection/osgintersection.cpp, src/osgSim/ElevationSlice.cpp, src/osgUtil/PlaneIntersector.cpp: Added preliminary support for generating distance, height lists for ElevationSlice. 2006-12-03 12:52 robert * src/osgSim/ElevationSlice.cpp, src/osgUtil/PlaneIntersector.cpp: Cleaned up debugging info. 2006-12-03 11:44 robert * include/osgUtil/PlaneIntersector, src/osgUtil/PlaneIntersector.cpp, src/osgWrappers/osgUtil/PlaneIntersector.cpp: Added copying of plane to surface intersections in the osgUtil::PlaneIntersector class, and update wrappers. 2006-12-03 11:09 robert * VisualStudio/OpenSceneGraph.dsw: Added osgSim to osgintersection dependency list. 2006-12-01 15:19 robert * examples/osgshadow/osgshadow.cpp: Added support for placing a base in the scene to shadow against 2006-11-30 18:42 robert * examples/osgshadow/osgshadow.cpp, include/osgShadow/OccluderGeometry, src/osgShadow/OccluderGeometry.cpp, src/osgWrappers/osgShadow/OccluderGeometry.cpp: Fixed typo and updated wrappers 2006-11-30 18:33 robert * src/osgShadow/OccluderGeometry.cpp: Improved the edge normal computation 2006-11-30 16:55 robert * Xcode/OpenSceneGraph/osgfadetext-Info.plist, Xcode/OpenSceneGraph/osgsimpleviewerGLUT-Info.plist, Xcode/OpenSceneGraph/osgsimpleviewerSDL-Info.plist: Checked in new .plists' 2006-11-30 16:30 robert * examples/osgshadow/osgshadow.cpp, src/osg/ShapeDrawable.cpp, src/osgShadow/OccluderGeometry.cpp: Basic shadow volume alogirthm implemented in example. 2006-11-30 12:05 robert * examples/osgshadow/osgshadow.cpp: Added dynamic updating of light position and multi-pass addition of ambient and diffuse lighting 2006-11-30 12:04 robert * src/osgShadow/OccluderGeometry.cpp: Fixed shadow volume geometry handling of direcitonal lights 2006-11-30 10:29 robert * examples/osgshadow/osgshadow.cpp: Added movement of the light source to test performance of update the shadow volumes 2006-11-29 22:00 robert * src/osgUtil/PlaneIntersector.cpp: Added handling of loops 2006-11-29 21:43 robert * src/osgUtil/PlaneIntersector.cpp: Added plane to triangle intersections and segment combining, work still not complete though. 2006-11-29 20:10 robert * src/osgPlugins/rgb/ReaderWriterRGB.cpp: From Per Fahlberg, added support for writing 16-bit rgb images 2006-11-29 14:33 robert * src/osgWrappers/osgUtil/PlaneIntersector.cpp, src/osgWrappers/osgViewer/View.cpp: Updated wrappers 2006-11-29 14:21 robert * include/osg/View, include/osgUtil/PlaneIntersector, src/osgSim/LineOfSight.cpp, src/osgUtil/GNUmakefile, src/osgUtil/LineSegmentIntersector.cpp, src/osgUtil/PlaneIntersector.cpp: Further work on PlaneIntersector 2006-11-29 11:00 robert * src/osgViewer/CompositeViewer.cpp, src/osgViewer/Viewer.cpp: Added dummy virtual method implementations 2006-11-29 10:51 robert * include/osgViewer/View: Cleaned up inheritance 2006-11-29 09:18 robert * VisualStudio/osgUtil/osgUtil.dsp: Ran unix2dos to get rid of unix line ending 2006-11-28 20:45 robert * src/osgWrappers/osg/CameraNode.cpp: Still required for backwards compatibility 2006-11-28 20:37 robert * src/osgWrappers/osg/View.cpp, src/osgWrappers/osgViewer/CompositeViewer.cpp, src/osgWrappers/osgViewer/View.cpp, src/osgWrappers/osgViewer/Viewer.cpp: Updated wrappers 2006-11-28 20:35 robert * include/osgViewer/CompositeViewer, include/osgViewer/GraphicsWindow, include/osgViewer/View, include/osgViewer/Viewer, src/osgViewer/CompositeViewer.cpp, src/osgViewer/GNUmakefile, src/osgViewer/Viewer.cpp: Fixed build errors in osgViewer 2006-11-28 19:25 robert * VisualStudio/osgUtil/osgUtil.dsp: From Zach Deedler, added missing IntersectionVisitor 2006-11-28 16:50 robert * src/osgWrappers/osgViewer/Export.cpp: Removed redundent wrapper 2006-11-28 16:49 robert * VisualStudio/osgWrappers/osg/wrapper_osg.dsp, VisualStudio/osgWrappers/osgSim/wrapper_osgSim.dsp, VisualStudio/osgWrappers/osgUtil/wrapper_osgUtil.dsp, src/osgWrappers/osg/GNUmakefile, src/osgWrappers/osg/Matrixd.cpp, src/osgWrappers/osg/Matrixf.cpp, src/osgWrappers/osg/Plane.cpp, src/osgWrappers/osgGA/GUIEventHandler.cpp, src/osgWrappers/osgSim/ElevationSlice.cpp, src/osgWrappers/osgSim/GNUmakefile, src/osgWrappers/osgSim/LineOfSight.cpp, src/osgWrappers/osgUtil/GNUmakefile, src/osgWrappers/osgUtil/IntersectionVisitor.cpp, src/osgWrappers/osgUtil/LineSegmentIntersector.cpp, src/osgWrappers/osgUtil/PlaneIntersector.cpp, src/osgWrappers/osgUtil/PolytopeIntersector.cpp: Updated wrappers 2006-11-28 16:30 robert * VisualStudio/osgUtil/osgUtil.dsp, examples/osgintersection/osgintersection.cpp, examples/osgkeyboardmouse/osgkeyboardmouse.cpp, include/osgUtil/IntersectionVisitor, include/osgUtil/LineSegmentIntersector, include/osgUtil/PlaneIntersector, include/osgUtil/PolytopeIntersector, src/osgSim/ElevationSlice.cpp, src/osgSim/HeightAboveTerrain.cpp, src/osgSim/LineOfSight.cpp, src/osgUtil/GNUmakefile, src/osgUtil/IntersectionVisitor.cpp, src/osgUtil/LineSegmentIntersector.cpp, src/osgUtil/PlaneIntersector.cpp, src/osgUtil/PolytopeIntersector.cpp: Moved osgUtil::PolytopeIntersector, osgUtil::PlaneIntersector and osgUtil::LineSegmentIntersector out from include/osgUtil/IntersecionVisitor into their own seperate files. 2006-11-28 16:00 robert * examples/osgintersection/osgintersection.cpp, examples/osgtexture1D/osgtexture1D.cpp, examples/osgtexture3D/osgtexture3D.cpp, examples/osgvolume/osgvolume.cpp, include/osg/Plane, src/osg/TexGen.cpp, src/osgPlugins/ive/DataInputStream.cpp, src/osgPlugins/ive/DataInputStream.h, src/osgPlugins/ive/DataOutputStream.cpp, src/osgPlugins/ive/IveVersion.h, src/osgPlugins/osg/TexGen.cpp, src/osgSim/ElevationSlice.cpp, src/osgText/FadeText.cpp, src/osgUtil/IntersectionVisitor.cpp: Added support for float or double osg::Plane, and the default osg::Plane to double. Performance tests on big models did not indicate any performance penalty in using doubles over floats, so the move to doubles should mainly impact precision improvements for whole earth databases. Also made improvements to osgUtil::PlaneIntersector and osgSim::ElevationSlice classes 2006-11-28 11:10 robert * src/osgUtil/RenderStage.cpp: Fixed fade text memory consumption bug which was due to new RenderInfo being created local to RenderStage and passed on to rendering code which populated the RenderInfo UserData, but without the restoring the new UserData to the main RenderInfo. The local RenderInfo UserData is now passed back to the main RenderInfo. 2006-11-28 10:31 robert * src/osgPlugins/dae/daeReader.h, src/osgPlugins/dae/daeUtils.h, src/osgPlugins/dae/daeWriter.h: Removed the now redundent dateUtils.h file. 2006-11-28 09:14 robert * src/osgPlugins/ive/Camera.h, src/osgPlugins/ive/CameraNode.h: Added missing Camera.h and removed redundent CameraNode.h 2006-11-27 20:25 robert * VisualStudio/osgSim/osgSim.dsp, include/osgSim/ElevationSlice, include/osgUtil/IntersectionVisitor, src/osgSim/ElevationSlice.cpp, src/osgSim/GNUmakefile, src/osgUtil/IntersectionVisitor.cpp: Added beginnings of osgUtil::PlaneIntersector and osgSim::ElevationSlice 2006-11-27 16:25 robert * examples/osgsimpleviewerQT3/osgsimpleviewerQT3.cpp, examples/osgsimpleviewerQT4/osgsimpleviewerQT4.cpp: Added QWidget style constructor parameters 2006-11-27 14:52 robert * VisualStudio/highlight70.reg, VisualStudio/highlight71.reg, VisualStudio/highlight80.reg, VisualStudio/osg/osg.dsp, VisualStudio/osgPlugins/ive/ive.dsp, VisualStudio/osgPlugins/osg/dot_osg.dsp, VisualStudio/osgViewer/osgViewer.dsp, VisualStudio/osgWrappers/osg/wrapper_osg.dsp, VisualStudio/osgWrappers/osgViewer/wrapper_osgViewer.dsp, Xcode/OpenSceneGraph/OpenSceneGraph.xcodeproj/project.pbxproj, Xcode/XcodeTemplates/OSG Application/osgApp_Prefix.pch, examples/osgcamera/osgcamera.cpp, examples/osgdepthpartition/DepthPartitionNode.cpp, examples/osgdepthpartition/DepthPartitionNode.h, examples/osgdepthpartition/DistanceAccumulator.cpp, examples/osgdepthshadow/osgdepthshadow.cpp, examples/osgdistortion/osgdistortion.cpp, examples/osghud/osghud.cpp, examples/osgmultiplecameras/osgmultiplecameras.cpp, examples/osgpick/osgpick.cpp, examples/osgprerender/osgprerender.cpp, examples/osgprerendercubemap/osgprerendercubemap.cpp, examples/osgshadowtexture/CreateShadowedScene.cpp, examples/osgtext/osgtext.cpp, include/osg/Camera, include/osg/CameraNode, include/osg/FrameBufferObject, include/osg/NodeVisitor, include/osg/Transform, include/osg/View, include/osgShadow/ParallelSplitShadowMap, include/osgShadow/ShadowMap, include/osgShadow/ShadowTechnique, include/osgShadow/ShadowTexture, include/osgShadow/ShadowVolume, include/osgShadow/ShadowedScene, include/osgSim/ImpostorSprite, include/osgSim/OverlayNode, include/osgUtil/CullVisitor, include/osgUtil/IntersectVisitor, include/osgUtil/IntersectionVisitor, include/osgUtil/RenderStage, include/osgUtil/SceneView, include/osgViewer/CompositeViewer, include/osgViewer/GraphicsWindowProxy, include/osgViewer/Scene, include/osgViewer/SimpleViewer, include/osgViewer/View, include/osgViewer/Viewer, src/osg/AnimationPath.cpp, src/osg/Camera.cpp, src/osg/CameraNode.cpp, src/osg/FrameBufferObject.cpp, src/osg/GNUmakefile, src/osg/Node.cpp, src/osg/NodeTrackerCallback.cpp, src/osg/Transform.cpp, src/osg/View.cpp, src/osgPlugins/Inventor/ConvertFromInventor.cpp, src/osgPlugins/dae/daeWSceneObjects.cpp, src/osgPlugins/dae/daeWriter.h, src/osgPlugins/ive/Camera.cpp, src/osgPlugins/ive/CameraNode.cpp, src/osgPlugins/ive/DataInputStream.cpp, src/osgPlugins/ive/DataOutputStream.cpp, src/osgPlugins/ive/GNUmakefile, src/osgPlugins/ive/ReadWrite.h, src/osgPlugins/osg/Camera.cpp, src/osgPlugins/osg/CameraNode.cpp, src/osgPlugins/osg/GNUmakefile, src/osgProducer/OsgCameraGroup.cpp, src/osgProducer/Viewer.cpp, src/osgSim/Impostor.cpp, src/osgSim/OverlayNode.cpp, src/osgText/FadeText.cpp, src/osgUtil/CullVisitor.cpp, src/osgUtil/IntersectVisitor.cpp, src/osgUtil/IntersectionVisitor.cpp, src/osgUtil/RenderStage.cpp, src/osgUtil/SceneView.cpp, src/osgViewer/CompositeViewer.cpp, src/osgViewer/GNUmakefile, src/osgViewer/Scene.cpp, src/osgViewer/SimpleViewer.cpp, src/osgViewer/View.cpp, src/osgViewer/Viewer.cpp, src/osgWrappers/osg/Camera.cpp, src/osgWrappers/osg/CameraNode.cpp, src/osgWrappers/osg/FrameBufferObject.cpp, src/osgWrappers/osg/GNUmakefile, src/osgWrappers/osg/Matrixd.cpp, src/osgWrappers/osg/Matrixf.cpp, src/osgWrappers/osg/NodeTrackerCallback.cpp, src/osgWrappers/osg/NodeVisitor.cpp, src/osgWrappers/osg/Plane.cpp, src/osgWrappers/osg/View.cpp, src/osgWrappers/osgGA/GUIEventHandler.cpp, src/osgWrappers/osgProducer/GNUmakefile, src/osgWrappers/osgShadow/OccluderGeometry.cpp, src/osgWrappers/osgSim/ImpostorSprite.cpp, src/osgWrappers/osgSim/OverlayNode.cpp, src/osgWrappers/osgUtil/CullVisitor.cpp, src/osgWrappers/osgUtil/IntersectVisitor.cpp, src/osgWrappers/osgUtil/IntersectionVisitor.cpp, src/osgWrappers/osgUtil/Optimizer.cpp, src/osgWrappers/osgUtil/RenderStage.cpp, src/osgWrappers/osgUtil/SceneView.cpp, src/osgWrappers/osgViewer/CompositeViewer.cpp, src/osgWrappers/osgViewer/GNUmakefile, src/osgWrappers/osgViewer/GraphicsWindowProxy.cpp, src/osgWrappers/osgViewer/Scene.cpp, src/osgWrappers/osgViewer/SimpleViewer.cpp, src/osgWrappers/osgViewer/View.cpp, src/osgWrappers/osgViewer/Viewer.cpp: Renamed osg::CameraNode to osg::Camera, cleaned up osg::View. Added beginnings of new osgViewer::Scene,View,Viewer,CompositeViewer and GraphicsWindowProxy files. 2006-11-27 11:25 robert * include/osgUtil/RenderStage, src/osgUtil/RenderStage.cpp: From Mauricio Hofmam, added support for reading images from all osg::CameraNode attachments in RenderStage. 2006-11-27 09:23 robert * src/osgPlugins/dds/ReaderWriterDDS.cpp: From André Garneau, "The file submitted includes a fix to properly support DDS textures compressed under the DXT-1 format when they contain alpha information. Under this mode, each 4x4 texel block can selectively use an alpha component or none. When alpha-enabled blocks are present, this is not reported in the DDPF_ALPHAPIXELS bit in the pixel format flags causing the reader-writer to report the file as a 3-components file (GL_COMPRESSED_RGB_S3TC_DXT1_EXT). The fix requires looking at each 4x4 texel block to detect the presence of 1-bit alpha encoding. When such a block is found, the internal & pixel formats are reported as GL_COMPRESSED_RGBA_S3TC_DXT1_EXT instead. See http://msdn.microsoft.com/library/default.asp?url=/library/en-us/directx9_c/Opaque_and_1_Bit_Alpha_Textures.asp for more information." 2006-11-26 22:27 robert * include/osg/observer_ptr: Removed check from objectDeleted(void*) method as this was not catching cases where the registered ptr was different from the deleted ptr - something that can happen with multiple inheritance. 2006-11-26 14:17 robert * include/osgUtil/Optimizer: Missed check of changes to the RemoveRedundentNodesVisitor 2006-11-24 21:19 robert * src/osgUtil/Optimizer.cpp: Added extra checks to RemoveRedendentVisitor to catch Groups that may only have one child, but also have StateSet's etc and thefore not suitable for removal. 2006-11-24 21:10 robert * include/osg/Matrixd, include/osg/Matrixf: Added isIdentity() method 2006-11-24 17:20 robert * examples/osgshadow/osgshadow.cpp, include/osg/Plane, src/osgShadow/OccluderGeometry.cpp: Improved handling of bounding polytope 2006-11-24 11:37 robert * examples/osgshadow/osgshadow.cpp, include/osgShadow/OccluderGeometry, src/osgShadow/OccluderGeometry.cpp: Added support for positional lights into computeShadowVolumeGeometry code and cleaned up OccluderGeometry interface. 2006-11-23 21:32 robert * include/osgShadow/OccluderGeometry, src/osgShadow/OccluderGeometry.cpp: Improved the ShadowVolumeGeometry orientations. 2006-11-23 17:29 robert * examples/osgshadow/osgshadow.cpp: Add compute of tight bounding box to enable better placement of the base plane. 2006-11-23 16:55 robert * examples/osgshadow/osgshadow.cpp, include/osgShadow/OccluderGeometry, src/osgShadow/OccluderGeometry.cpp: First cut at generating the ShadowVolumeGeometry 2006-11-23 11:22 robert * include/osgShadow/OccluderGeometry, src/osgShadow/OccluderGeometry.cpp: Added basic silhoette detection 2006-11-22 21:11 robert * src/osgPlugins/dae/daeRMaterials.cpp, src/osgPlugins/dae/daeWGeometry.cpp, src/osgPlugins/dae/daeWMaterials.cpp, src/osgPlugins/dae/daeWriter.cpp, src/osgPlugins/dae/daeWriter.h: From Roger James, "fixes mostly related to texture handling." 2006-11-22 21:09 robert * VisualStudio/osgShell.bat: From Paul Martz, add OSG_FILE_PATH to end of setting of OSG_FILE_PATH to preserve any previous settings 2006-11-22 20:52 robert * applications/osgdem/osgdem.cpp: From Paul de Repentigny, "When calling osgdem with argument "--image-ext", the application just returns after loading the proper ReaderWriter for the given extension." Fix was to remove the erroenous return. 2006-11-22 20:47 robert * src/osgPlugins/dxf/dxfEntity.cpp: From Sylvan Marie, "I attached my revised dxfEntity.cpp file from the DXF plugin with the 2 following improvements: - When all unsupported entities (SOLIDS, TEXT, ...) have been filtered out from a block, dxfInsert::drawScene() was crashing because it assumed that the block was not empty. It now returns silently so the other blocks can still be imported. - The DXF reader assumed all vertices were read first, then the face indices. But, from the DXF "documentation" (www.autodesk.com/dxf) : "Polyface meshes created with the PFACE command are always generated with all the vertex coordinate entities first, followed by the face definition entities. The code within AutoCAD that processes polyface meshes requires this ordering. Programs that generate polyface meshes in DXF should generate all the vertices then all the faces. However, programs that read polyface meshes from DXF should be tolerant of odd vertex and face ordering." So now the importer ignores the posted number of vertices and face indices, and uses the size of the lists instead." 2006-11-22 20:39 robert * include/osg/TexMat: From Farshid Lashkari, Added missing initialization of the _scaleByTextureRectangleSize variable in two of its constructors. 2006-11-22 15:38 robert * include/osgShadow/OccluderGeometry, src/osgShadow/OccluderGeometry.cpp: Added removeNullTriangles() method to help removed triangles with coincedent corners. 2006-11-22 09:10 robert * src/osgWrappers/osgSim/HeightAboveTerrain.cpp, src/osgWrappers/osgSim/LineOfSight.cpp: Added new HeightAboveTerrain.cpp LineOfSight.cpp wrapper files 2006-11-21 16:59 robert * include/osgShadow/OccluderGeometry, src/osgShadow/OccluderGeometry.cpp: Added compute and visualization of triangle and vertex normals 2006-11-21 16:59 robert * src/osg/State.cpp: Replaced the setTextureUnit(0) call in State::reset() with code that just sets the member variables without requiring a graphics context. 2006-11-21 16:16 robert * include/osgShadow/OccluderGeometry, src/osgShadow/OccluderGeometry.cpp: Added removeDuplicates function 2006-11-21 16:15 robert * include/osgViewer/SimpleViewer: Reordered methods to make associated functions clearer. 2006-11-21 14:42 robert * Xcode/OpenSceneGraph/OpenSceneGraph.xcodeproj/project.pbxproj, Xcode/OpenSceneGraph/osgviewer-Info.plist, Xcode/OpenSceneGraph/osgviewerApplication-Info.plist: Renamed osgviewer-Info.plist to osgviewerApplication-Info.plist to prevent svn naming collision problems under Windows due t osgviewer/osgViewer case insentive file name collisions. 2006-11-20 21:48 robert * examples/osgsimpleviewerCocoa/English.lproj/MainMenu.nib, examples/osgsimpleviewerCocoa/English.lproj/MainMenu.nib/classes.nib, examples/osgsimpleviewerCocoa/English.lproj/MainMenu.nib/info.nib, examples/osgsimpleviewerCocoa/English.lproj/MainMenu.nib/keyedobjects.nib: Added nested files 2006-11-20 12:25 robert * examples/osgfadetext/GNUmakefile: Added -losgFX 2006-11-20 10:12 robert * LICENSE.txt: Added missing LGPL section to LICENSE.txt 2006-11-17 20:45 robert * include/osg/PointSprite: Rearranged the #ifdef's to prevent compile problems under NVidia 2.1 OGL drivers 2006-11-17 16:25 robert * Xcode/OSX_OSG_README.rtf, Xcode/OpenSceneGraph/OpenSceneGraph.xcodeproj/project.pbxproj: From Eric Wing, updates to Xcode projects 2006-11-17 16:22 robert * examples/osgsimpleviewerCocoa, examples/osgsimpleviewerCocoa/English.lproj, examples/osgsimpleviewerCocoa/English.lproj/InfoPlist.strings, examples/osgsimpleviewerCocoa/Info.plist, examples/osgsimpleviewerCocoa/SimpleViewerCocoa.h, examples/osgsimpleviewerCocoa/SimpleViewerCocoa.mm, examples/osgsimpleviewerCocoa/main.m: From Eric Wing, new ogsimpleviewCocoa example. 2006-11-17 14:51 robert * src/osgPlugins/ive/PointSprite.cpp, src/osgPlugins/ive/PointSprite.h: Added missing PointSprite files 2006-11-16 17:35 robert * src/osgPlugins/osg/PointSprite.cpp: From Farshid Lashkari, "Attached is a patch that adds the new coordOriginMode to the .osg reader/writer for PointSprites." 2006-11-16 16:42 robert * VisualStudio/osgPlugins/ive/ive.dsp, src/osgPlugins/ive/DataInputStream.cpp, src/osgPlugins/ive/DataOutputStream.cpp, src/osgPlugins/ive/GNUmakefile, src/osgPlugins/ive/ReadWrite.h: From Frashid Lashkari, added support for PointSprites to .ive 2006-11-16 16:25 robert * src/osg/Geometry.cpp: From Michael Platings, Fixed Geometry cloning of the texture coordinates and vertex attributes. 2006-11-15 20:29 robert * examples/osgvolume/osgvolume.cpp: Added alpha test setting 2006-11-15 20:24 robert * include/osgGA/EventQueue: Fixed comment 2006-11-15 20:23 robert * src/osgWrappers/osgGA/EventQueue.cpp, src/osgWrappers/osgProducer/GNUmakefile: Updated wrappers 2006-11-15 11:21 robert * examples/osgsimpleviewerSDL/osgsimpleviewerSDL.cpp: From Eric Wing, add version check for use of automatic resizeing 2006-11-15 10:08 robert * src/osgPlugins/ac3d/ac3d.cpp: From Mathias Froehlich, replaced assert with notify() error message. 2006-11-14 19:29 robert * src/osgPlugins/rgb/ReaderWriterRGB.cpp: Added note about license or file, and link to specs. 2006-11-14 19:19 robert * VisualStudio/osgPlugins/ac3d/ac3d.dsp, src/osgPlugins/ac3d/osgac3d.h: Removed redundent osgac3.h file. 2006-11-14 19:19 robert * src/osgPlugins/ac3d/ac3d.cpp: From Mathias Fröhlich, fixed order of setting of texture image. 2006-11-14 17:24 robert * src/osgWrappers/osg/Drawable.cpp, src/osgWrappers/osg/Geode.cpp, src/osgWrappers/osg/Material.cpp, src/osgWrappers/osg/Point.cpp, src/osgWrappers/osg/PointSprite.cpp, src/osgWrappers/osg/Sequence.cpp, src/osgWrappers/osgShadow/Export.cpp, src/osgWrappers/osgShadow/OccluderGeometry.cpp, src/osgWrappers/osgShadow/ShadowMap.cpp, src/osgWrappers/osgShadow/ShadowTexture.cpp, src/osgWrappers/osgUtil/GLObjectsVisitor.cpp: Updated wrappers 2006-11-14 16:59 robert * examples/osgsimpleviewerSDL/osgsimpleviewerSDL.cpp: From Eric Wing, add use of the autodetection of windowing size support in SDL-version 1.2.10 and later. From Robert Osfield, made the above an optional compile as it breaks apps based on previous version of SDL. 2006-11-14 16:37 robert * src/osgPlugins/ac3d/Exception.h, src/osgPlugins/ac3d/Geode.cpp, src/osgPlugins/ac3d/Geode.h, src/osgPlugins/ac3d/ac3d.cpp: From Mathias Froehlich, "Improovments: - does proper edge detection with the crease angle given in the ac file - the reader is much more verbose in case of broken files - no more static variables - std::stream based - much faster, up to a factor of 50 for a polygonal test model - if the file contains polygonal surfaces the loaded geometry is still polygonal as long as the polygons are convex. Concave polygons are still tesselated. Rationale: If the user needs triangular models he can throw away that extra information with the osgUtil::Optimizer himself. But the read step preserves as much extra information that is contained in the file as possible. Also the polygonal models look a bit smoother than the triangular ones. - a huge cleanup - the basic parsing logic from the original ac3d developer is untouched - the writer part is untouched The tarball contains a replacement for the src/osgPlugins/ac3d directory that is based on the current CVS (2006-11-13). I have tested that loader with a osgconv foo.ac /tmp/xx.ive on everyfoo. ac file I could find (~200 from flightgear and the object database). I also run my flightgear development with that loader -> here I see the models. I run valgrind testcases on some selected models." 2006-11-14 15:06 robert * VisualStudio/OpenSceneGraph.dsw: Added osgViewer depdendency to osgintersection, osgGLUT* examples 2006-11-14 12:55 robert * src/osgTerrain/DataSet.cpp: From Jason Beverage, "I ran though the sample data that Gert provided earlier today and tracked down the problem. The xoffset in readHeightField and readImage were being applied even in projected coordinate systems. This patch should fix the issue." 2006-11-14 12:51 robert * include/osg/Drawable, include/osg/Geode, include/osg/Material, include/osgParticle/PrecipitationEffect, include/osgUtil/GLObjectsVisitor, src/osg/Drawable.cpp, src/osg/Geode.cpp, src/osgDB/DatabasePager.cpp, src/osgParticle/ConnectedParticleSystem.cpp, src/osgParticle/PrecipitationEffect.cpp, src/osgUtil/GLObjectsVisitor.cpp: Further migration to using RenderInfo 2006-11-14 12:49 robert * src/osgUtil/Optimizer.cpp: From Stephan Huber, Follows is required to prevent unidented cloning of shared arrays : "I added some calls to isOperationPermissibleForObject() so I can permit the flattten-pass with my specialized objects in my own code." 2006-11-14 12:29 robert * include/osg/Point, include/osg/PointSprite, src/osg/Point.cpp, src/osg/PointSprite.cpp: From Farshid Lashkari, "This patch adds a CoordOriginMode to the osg::PointSprite attribute. The mode needs to be changed to LOWER_LEFT when rendering point sprites to pbuffers or FBOs, otherwise the points will be transformed on the CPU." 2006-11-14 12:16 robert * examples/osgshadow/osgshadow.cpp, src/osgShadow/OccluderGeometry.cpp: Added support for handling osg::ShapeDrawable style drawables in OccluderGeoemtry. 2006-11-14 09:54 robert * src/osgViewer/SimpleViewer.cpp: Added check against null SceneData to prevent crash with empty models 2006-11-11 21:30 robert * src/osgShadow/OccluderGeometry.cpp: Further work on OccluderGeometry 2006-11-10 15:25 robert * include/osg/Sequence, src/osg/Sequence.cpp: From John Kelso, add support for default frame time for children of a Sequence node 2006-11-10 15:07 robert * examples/osgshadow/osgshadow.cpp, include/osg/Material, include/osgShadow/OccluderGeometry, src/osgShadow/OccluderGeometry.cpp: Further work on osgShadow::GeometryOccluder 2006-11-08 11:49 robert * include/osgText/Text, src/osgWrappers/osgDB/ReaderWriter.cpp, src/osgWrappers/osgDB/Registry.cpp, src/osgWrappers/osgText/Text.cpp: Updated wrappers 2006-11-08 10:00 robert * Xcode/Misc/Tar_Xcode.sh, Xcode/OpenSceneGraph/OpenSceneGraph.xcodeproj/project.pbxproj, Xcode/OpenSceneGraph/osgViewer-Info.plist: From Eric Wing, updates to Xcode project for new osgViewer library 2006-11-08 09:50 robert * examples/osgGLUTkeyboardmouse/GNUmakefile, examples/osgGLUTkeyboardmouse/GNUmakefile.inst, examples/osgGLUTkeyboardmouse/osgGLUTkeyboardmouse.cpp, examples/osgGLUTsimple/GNUmakefile, examples/osgGLUTsimple/GNUmakefile.inst, examples/osgGLUTsimple/osgGLUTsimple.cpp: From Eric Wing, change osgGA::SimpleViewer to osgViewer::Viewer. From Robert Osfield, added -losgViewer & -losgGA to makefiles. 2006-11-07 17:00 robert * applications/osgconv/osgconv.cpp, include/osgDB/ReaderWriter, include/osgDB/Registry, src/osgDB/Registry.cpp: Added better handling of writeNode operations that arn't successful. 2006-11-07 17:00 robert * src/osgPlugins/OpenFlight/ReaderWriterFLT.cpp: Fixed the writeNode function so it was properly return FILE_NOT_HANDLED, fixing a big with it writing out an empty .flt file. 2006-11-07 14:26 robert * VisualStudio/osgWrappers/osgShadow/wrapper_osgShadow.dsp, src/osgWrappers/osg/Texture1D.cpp, src/osgWrappers/osg/Texture2D.cpp, src/osgWrappers/osg/Texture3D.cpp, src/osgWrappers/osg/TextureRectangle.cpp, src/osgWrappers/osgParticle/ConnectedParticleSystem.cpp, src/osgWrappers/osgText/Font.cpp: Updated wrappers 2006-11-07 13:48 robert * include/osgParticle/ConnectedParticleSystem, src/osgParticle/ConnectedParticleSystem.cpp: Ben van Basten, "1 Bug fix in reuseParticle where originally an old particle that was already killed would be killed again, but instead should have been placed on the dead stack for future reuse. 2 Getter/setter for _maxNumberOfParticlesToSkip that is used for filtering of particles during draw. This enables you to turn the filtering of by setting this value to zero. 3 Getter for retrieval of the first particle in the trail. This allows you to directly manipulate the trail from your application by walking from the start particle towards the end of the trail." Submitted on Ben's behalf by Roland Smeenk. 2006-11-07 13:43 robert * VisualStudio/osgShadow/osgShadow.dsp, include/osgShadow/OccluderGeometry, src/osgShadow/GNUmakefile, src/osgShadow/OccluderGeometry.cpp, src/osgShadow/ShadowedScene.cpp: Added initial cut of osgShadow::OccluderGeometry 2006-11-07 13:26 robert * src/osgPlugins/rgb/ReaderWriterRGB.cpp: Changed debug output from NOTICE to INFO 2006-11-07 13:00 robert * src/osgUtil/CullVisitor.cpp: From Tery Welsh, added support for inheriting all CameraNode CullSettings and then restoring the original values. 2006-11-07 12:08 robert * src/osgPlugins/rgb/ReaderWriterRGB.cpp: Removed debug comment. 2006-11-07 12:02 robert * src/osgPlugins/rgb/ReaderWriterRGB.cpp: From Mathias Froehlich, workaround fix for problematic run length encoded RGB files. Robert Osfield ammend workaround to support multi-byte colour channels. 2006-11-06 13:22 robert * src/osgGA/EventQueue.cpp, src/osgGA/StateSetManipulator.cpp: Thanks to Björn Hein for spotting mistakes in EventQueue.cpp and StateSetManipulator, now fixed by Robert Osfield. Problems were: "StateSetManipulator.cpp (rev 1.12, l. 85): cyclePolygonMode() is called but no aa.requestRedraw() afterwards. Is this intended? EventQueue.cpp (rev 1.8): in keyRelease & keyPressed KEY_Alt_R was mapped to MODKEY_LEFT_ALT" 2006-11-03 14:07 robert * Make/makedirdefs: Added osgViewer library to build list 2006-11-02 18:58 robert * src/osgWrappers/osgUtil/IntersectionVisitor.cpp: Added IntersectionVisitor to wrappers 2006-11-02 17:07 robert * VisualStudio/osgUtil/osgUtil.dsp: Added IntersectionVisitor to osgUtil project 2006-11-02 17:05 robert * examples/osgkeyboardmouse/osgkeyboardmouse.cpp, include/osgUtil/IntersectionVisitor, src/osgUtil/IntersectionVisitor.cpp: Added convinience constructors to help support picking with the new osgUtil::Intersector classes. 2006-11-02 15:50 robert * examples/osgkeyboardmouse/osgkeyboardmouse.cpp, src/osgUtil/IntersectionVisitor.cpp: Added basic PolytopeIntersector functionality based on checking vertices against polytopes. 2006-11-02 15:40 robert * VisualStudio/OpenSceneGraph.dsw, VisualStudio/applications/osgviewer/osgviewer.dsp, VisualStudio/applications/osgviewer/osgviewerapplication.dsp: Renamed osgviewer.dsp to osgviewerapplication.dsp and fixed directory name of osgsimpleviewerProducer 2006-11-02 15:22 robert * include/osg/Polytope: Fixed bug in Polytope::contains(const std::vector& vertices) which resulted in false positives. 2006-11-02 12:32 robert * VisualStudio/osgWrappers/osgGA/wrapper_osgGA.dsp, VisualStudio/osgWrappers/osgSim/wrapper_osgSim.dsp, VisualStudio/osgWrappers/osgViewer, VisualStudio/osgWrappers/osgViewer/wrapper_osgViewer.dsp, src/osgWrappers/osgGA/GNUmakefile, src/osgWrappers/osgGA/GraphicsWindow.cpp, src/osgWrappers/osgGA/SimpleViewer.cpp, src/osgWrappers/osgProducer/Viewer.cpp, src/osgWrappers/osgSim/GNUmakefile, src/osgWrappers/osgViewer, src/osgWrappers/osgViewer/Export.cpp, src/osgWrappers/osgViewer/GNUmakefile, src/osgWrappers/osgViewer/GraphicsWindow.cpp, src/osgWrappers/osgViewer/SimpleViewer.cpp: Updated wrappers 2006-11-02 12:27 robert * VisualStudio/OpenSceneGraph.dsw, VisualStudio/osgGA/osgGA.dsp, VisualStudio/osgViewer, VisualStudio/osgViewer/osgViewer.dsp, examples/osgkeyboardmouse/GNUmakefile, examples/osgkeyboardmouse/GNUmakefile.inst, examples/osgkeyboardmouse/osgkeyboardmouse.cpp, examples/osgsimple/GNUmakefile, examples/osgsimple/GNUmakefile.inst, examples/osgsimple/osgsimple.cpp, examples/osgsimpleviewerFLTK/GNUmakefile, examples/osgsimpleviewerFLTK/GNUmakefile.inst, examples/osgsimpleviewerFLTK/osgsimpleviewerFLTK.cpp, examples/osgsimpleviewerGLUT/GNUmakefile, examples/osgsimpleviewerGLUT/GNUmakefile.inst, examples/osgsimpleviewerGLUT/osgsimpleviewerGLUT.cpp, examples/osgsimpleviewerProducer/GNUmakefile, examples/osgsimpleviewerProducer/GNUmakefile.inst, examples/osgsimpleviewerProducer/osgsimpleviewerProducer.cpp, examples/osgsimpleviewerQT3/GNUmakefile, examples/osgsimpleviewerQT3/GNUmakefile.inst, examples/osgsimpleviewerQT3/osgsimpleviewerQT3.cpp, examples/osgsimpleviewerQT4/GNUmakefile, examples/osgsimpleviewerQT4/GNUmakefile.inst, examples/osgsimpleviewerQT4/osgsimpleviewerQT4.cpp, examples/osgsimpleviewerSDL/GNUmakefile, examples/osgsimpleviewerSDL/GNUmakefile.inst, examples/osgsimpleviewerSDL/osgsimpleviewerSDL.cpp, include/osgGA/GraphicsWindow, include/osgGA/SimpleViewer, include/osgViewer, include/osgViewer/Export, include/osgViewer/GraphicsWindow, include/osgViewer/SimpleViewer, include/osgViewer/Version, src/osgGA/GNUmakefile, src/osgGA/SimpleViewer.cpp, src/osgViewer, src/osgViewer/GNUmakefile, src/osgViewer/SimpleViewer.cpp, src/osgViewer/Version.cpp: Moved SimpleViewer and GraphicsWindow into their own osgViewer library, updated simpleviewer examples to reflect this change 2006-11-02 12:17 robert * include/osgUtil/IntersectionVisitor, src/osgUtil/IntersectionVisitor.cpp: Added prelimnary work on PolytopeIntersector. 2006-11-01 17:18 robert * examples/osgkeyboardmouse/osgkeyboardmouse.cpp, include/osgUtil/IntersectionVisitor, src/osgUtil/IntersectionVisitor.cpp: Improved handling of projected coords in new intersection classes 2006-11-01 14:41 robert * examples/osgkeyboardmouse/osgkeyboardmouse.cpp, include/osgUtil/IntersectionVisitor, src/osgUtil/IntersectionVisitor.cpp: Added support for osgUtil::Intersectors being in WINDOW, PROJECTION, VIEW or MODEL coordinates 2006-10-31 12:59 robert * examples/osgintersection/osgintersection.cpp, include/osgSim/HeightAboveTerrain, include/osgSim/LineOfSight, src/osgSim/HeightAboveTerrain.cpp, src/osgSim/LineOfSight.cpp: Implemented HeightAboveTerrain and added usage into osgintersection 2006-10-31 08:41 robert * include/osgSim/HeightAboveTerrain, include/osgSim/LineOfSight, src/osgSim/HeightAboveTerrain.cpp, src/osgSim/LineOfSight.cpp: Added LineOfSight and HeightAboveTerrain classes 2006-10-30 20:29 robert * VisualStudio/osgSim/osgSim.dsp, examples/osgintersection/GNUmakefile, examples/osgintersection/osgintersection.cpp, include/osgUtil/IntersectionVisitor, src/osgSim/GNUmakefile, src/osgUtil/IntersectionVisitor.cpp: Added osgSim::LineOfSight and osgSim::HeightAboveTerrain classes 2006-10-30 12:39 robert * VisualStudio/osgWrappers/osgUtil/wrapper_osgUtil.dsp, src/osgWrappers/osgUtil/GNUmakefile: Updated wrappers 2006-10-30 12:28 robert * src/osgPlugins/md2/ReaderWriterMD2.cpp: From Per Fahlberg, "Attached is a fix to get the proper normals on an md2 model, actually the way it was before would sometimes lead to a crash since it was attaching the wrong array to the geometry..." 2006-10-30 12:23 robert * src/osgPlugins/dds/ReaderWriterDDS.cpp: From Vladimir Shabanov, "The DDS plugin didn't correctly read mipmapped A8L8 textures. I've attached a small fix for this. Cause: uncompressed mipmap handling was done only for RGB pixel format. Fix: added condition for handling alpha and luminance formats too." 2006-10-30 12:19 robert * include/osgSim/OverlayNode, src/osgSim/OverlayNode.cpp: From Michael Henheffer, "There's a problem with OverlayNodes where the texture will not display if continuous updating is set to false. The problem was being caused by the camera update call never being made if continuous updating was not set to true. This fix adds a flag that is set when dirtyOverlayTexture() is called and checked in the update visitor section of the traversal to determine if the camera should be updated. I tested the fix by making some changes to the osgAnimate example program so it has continuous updating off and calls dirtyOverlayTexture for each frame. The overlay texture now displays properly." 2006-10-30 12:14 robert * src/osg/Switch.cpp: From Edgar Ellis, " method may not take the node into consideration when computing its bound. In this case of: switch->insertChild(0, child, false); switch->insertChild(1, child, true); child will not be used in computeBound, but will be drawn. Solution: Changed compute bound to loop over children using an index instead of an iterator. This behaviour matches that of the traverse method." ----------------------------------------------- 2006-10-30 12:05 robert * src/osgPlugins/tiff/ReaderWriterTIFF.cpp: From Michael Henheffer, "Bug: The reader would crash when trying to load a .tif image that contained an 8-bit color map. The crash occured at line 545: remap_row(currPtr, inbuf, w, red, green, blue); Cause: The code was trying to write past the end of the buffer while doing this remapping. The size of the buffer is determined based on the value of 'format', which was 1 in this case since bitspersample is 8(indicating a 8-bit color map). The buffer should have been created 3 times as large since that 8-bit value is indexing a 24-bit color. Fix: I've put in an if statement to set format to 3 if 'photometric' indicates the tif contains a palette as the output data will always be 24-bit color data in this case." 2006-10-30 11:55 robert * VisualStudio/examples/osgsimpleviewerQT4/osgsimpleviewerQT4.dsp: From Mathieu Marache, fixed osgsimpleviewerQt4 so that it uses the correction options 2006-10-30 11:00 robert * src/osgUtil/Optimizer.cpp: Added handling of geometry indices offset when merging geometries with indices 2006-10-27 15:11 robert * examples/osgintersection/osgintersection.cpp, include/osgUtil/IntersectionVisitor, src/osgUtil/IntersectionVisitor.cpp: Added osgUtil::IntersectorGroup to handle groups of osgUtil::Intersectors 2006-10-26 16:52 robert * src/osgPlugins/dae/daeRMaterials.cpp: From Andrew Lorino and Robert Osfield, Improvements to the handling of texture paths 2006-10-26 16:03 robert * Make/makedirdefs, VisualStudio/OpenSceneGraph.dsw, VisualStudio/examples/osgintersection, VisualStudio/examples/osgintersection/osgintersection.dsp, examples/osgintersection, examples/osgintersection/GNUmakefile, examples/osgintersection/GNUmakefile.inst, examples/osgintersection/osgintersection.cpp, include/osgUtil/IntersectionVisitor, src/osgUtil/GNUmakefile, src/osgUtil/IntersectionVisitor.cpp: Added beginings of new osgUtil::IntersectionVisitor and osgintersection class 2006-10-26 16:02 robert * src/osgWrappers/osgText/FadeText.cpp, src/osgWrappers/osgUtil/SceneView.cpp: Updatd wrappers 2006-10-24 16:24 robert * include/osgUtil/SceneView: Tweaked doxygen docs. 2006-10-24 09:45 robert * VisualStudio/osgWrappers/osgGA/wrapper_osgGA.dsp, src/osgWrappers/osg/AlphaFunc.cpp, src/osgWrappers/osg/AnimationPath.cpp, src/osgWrappers/osg/ApplicationUsage.cpp, src/osgWrappers/osg/ArgumentParser.cpp, src/osgWrappers/osg/Array.cpp, src/osgWrappers/osg/AutoTransform.cpp, src/osgWrappers/osg/Billboard.cpp, src/osgWrappers/osg/BlendColor.cpp, src/osgWrappers/osg/BlendEquation.cpp, src/osgWrappers/osg/BlendFunc.cpp, src/osgWrappers/osg/BoundingBox.cpp, src/osgWrappers/osg/BoundingSphere.cpp, src/osgWrappers/osg/BufferObject.cpp, src/osgWrappers/osg/CameraNode.cpp, src/osgWrappers/osg/CameraView.cpp, src/osgWrappers/osg/ClampColor.cpp, src/osgWrappers/osg/ClearNode.cpp, src/osgWrappers/osg/ClipNode.cpp, src/osgWrappers/osg/ClipPlane.cpp, src/osgWrappers/osg/ClusterCullingCallback.cpp, src/osgWrappers/osg/CollectOccludersVisitor.cpp, src/osgWrappers/osg/ColorMask.cpp, src/osgWrappers/osg/ColorMatrix.cpp, src/osgWrappers/osg/ConvexPlanarOccluder.cpp, src/osgWrappers/osg/ConvexPlanarPolygon.cpp, src/osgWrappers/osg/CoordinateSystemNode.cpp, src/osgWrappers/osg/CopyOp.cpp, src/osgWrappers/osg/CullFace.cpp, src/osgWrappers/osg/CullSettings.cpp, src/osgWrappers/osg/CullingSet.cpp, src/osgWrappers/osg/Depth.cpp, src/osgWrappers/osg/DisplaySettings.cpp, src/osgWrappers/osg/DrawPixels.cpp, src/osgWrappers/osg/Drawable.cpp, src/osgWrappers/osg/Fog.cpp, src/osgWrappers/osg/FragmentProgram.cpp, src/osgWrappers/osg/FrameBufferObject.cpp, src/osgWrappers/osg/FrameStamp.cpp, src/osgWrappers/osg/FrontFace.cpp, src/osgWrappers/osg/GL2Extensions.cpp, src/osgWrappers/osg/Geode.cpp, src/osgWrappers/osg/Geometry.cpp, src/osgWrappers/osg/GraphicsContext.cpp, src/osgWrappers/osg/GraphicsThread.cpp, src/osgWrappers/osg/Group.cpp, src/osgWrappers/osg/Image.cpp, src/osgWrappers/osg/ImageStream.cpp, src/osgWrappers/osg/LOD.cpp, src/osgWrappers/osg/Light.cpp, src/osgWrappers/osg/LightModel.cpp, src/osgWrappers/osg/LightSource.cpp, src/osgWrappers/osg/LineSegment.cpp, src/osgWrappers/osg/LineStipple.cpp, src/osgWrappers/osg/LineWidth.cpp, src/osgWrappers/osg/LogicOp.cpp, src/osgWrappers/osg/Material.cpp, src/osgWrappers/osg/MatrixTransform.cpp, src/osgWrappers/osg/Matrixd.cpp, src/osgWrappers/osg/Matrixf.cpp, src/osgWrappers/osg/Multisample.cpp, src/osgWrappers/osg/Node.cpp, src/osgWrappers/osg/NodeCallback.cpp, src/osgWrappers/osg/NodeTrackerCallback.cpp, src/osgWrappers/osg/NodeVisitor.cpp, src/osgWrappers/osg/Object.cpp, src/osgWrappers/osg/OccluderNode.cpp, src/osgWrappers/osg/PagedLOD.cpp, src/osgWrappers/osg/Plane.cpp, src/osgWrappers/osg/Point.cpp, src/osgWrappers/osg/PointSprite.cpp, src/osgWrappers/osg/PolygonMode.cpp, src/osgWrappers/osg/PolygonOffset.cpp, src/osgWrappers/osg/PolygonStipple.cpp, src/osgWrappers/osg/Polytope.cpp, src/osgWrappers/osg/PositionAttitudeTransform.cpp, src/osgWrappers/osg/PrimitiveSet.cpp, src/osgWrappers/osg/Program.cpp, src/osgWrappers/osg/Projection.cpp, src/osgWrappers/osg/ProxyNode.cpp, src/osgWrappers/osg/Quat.cpp, src/osgWrappers/osg/Referenced.cpp, src/osgWrappers/osg/RenderInfo.cpp, src/osgWrappers/osg/Scissor.cpp, src/osgWrappers/osg/Sequence.cpp, src/osgWrappers/osg/ShadeModel.cpp, src/osgWrappers/osg/Shader.cpp, src/osgWrappers/osg/ShadowVolumeOccluder.cpp, src/osgWrappers/osg/Shape.cpp, src/osgWrappers/osg/ShapeDrawable.cpp, src/osgWrappers/osg/State.cpp, src/osgWrappers/osg/StateAttribute.cpp, src/osgWrappers/osg/StateSet.cpp, src/osgWrappers/osg/Stencil.cpp, src/osgWrappers/osg/Switch.cpp, src/osgWrappers/osg/TexEnv.cpp, src/osgWrappers/osg/TexEnvCombine.cpp, src/osgWrappers/osg/TexEnvFilter.cpp, src/osgWrappers/osg/TexGen.cpp, src/osgWrappers/osg/TexGenNode.cpp, src/osgWrappers/osg/TexMat.cpp, src/osgWrappers/osg/Texture.cpp, src/osgWrappers/osg/Texture1D.cpp, src/osgWrappers/osg/Texture2D.cpp, src/osgWrappers/osg/Texture3D.cpp, src/osgWrappers/osg/TextureCubeMap.cpp, src/osgWrappers/osg/TextureRectangle.cpp, src/osgWrappers/osg/Timer.cpp, src/osgWrappers/osg/Transform.cpp, src/osgWrappers/osg/Uniform.cpp, src/osgWrappers/osg/Vec2b.cpp, src/osgWrappers/osg/Vec2d.cpp, src/osgWrappers/osg/Vec2f.cpp, src/osgWrappers/osg/Vec2s.cpp, src/osgWrappers/osg/Vec3b.cpp, src/osgWrappers/osg/Vec3d.cpp, src/osgWrappers/osg/Vec3f.cpp, src/osgWrappers/osg/Vec3s.cpp, src/osgWrappers/osg/Vec4b.cpp, src/osgWrappers/osg/Vec4d.cpp, src/osgWrappers/osg/Vec4f.cpp, src/osgWrappers/osg/Vec4s.cpp, src/osgWrappers/osg/Vec4ub.cpp, src/osgWrappers/osg/VertexProgram.cpp, src/osgWrappers/osg/View.cpp, src/osgWrappers/osg/Viewport.cpp, src/osgWrappers/osg/observer_ptr.cpp, src/osgWrappers/osgDB/Archive.cpp, src/osgWrappers/osgDB/DatabasePager.cpp, src/osgWrappers/osgDB/DotOsgWrapper.cpp, src/osgWrappers/osgDB/DynamicLibrary.cpp, src/osgWrappers/osgDB/Field.cpp, src/osgWrappers/osgDB/FieldReader.cpp, src/osgWrappers/osgDB/FieldReaderIterator.cpp, src/osgWrappers/osgDB/ImageOptions.cpp, src/osgWrappers/osgDB/Input.cpp, src/osgWrappers/osgDB/ParameterOutput.cpp, src/osgWrappers/osgDB/ReaderWriter.cpp, src/osgWrappers/osgDB/ReentrantMutex.cpp, src/osgWrappers/osgDB/Registry.cpp, src/osgWrappers/osgDB/SharedStateManager.cpp, src/osgWrappers/osgFX/AnisotropicLighting.cpp, src/osgWrappers/osgFX/BumpMapping.cpp, src/osgWrappers/osgFX/Cartoon.cpp, src/osgWrappers/osgFX/Effect.cpp, src/osgWrappers/osgFX/MultiTextureControl.cpp, src/osgWrappers/osgFX/Registry.cpp, src/osgWrappers/osgFX/Scribe.cpp, src/osgWrappers/osgFX/SpecularHighlights.cpp, src/osgWrappers/osgFX/Technique.cpp, src/osgWrappers/osgFX/Validator.cpp, src/osgWrappers/osgGA/AnimationPathManipulator.cpp, src/osgWrappers/osgGA/DriveManipulator.cpp, src/osgWrappers/osgGA/EventQueue.cpp, src/osgWrappers/osgGA/EventVisitor.cpp, src/osgWrappers/osgGA/FlightManipulator.cpp, src/osgWrappers/osgGA/GNUmakefile, src/osgWrappers/osgGA/GUIActionAdapter.cpp, src/osgWrappers/osgGA/GUIEventAdapter.cpp, src/osgWrappers/osgGA/GUIEventHandler.cpp, src/osgWrappers/osgGA/KeySwitchMatrixManipulator.cpp, src/osgWrappers/osgGA/MatrixManipulator.cpp, src/osgWrappers/osgGA/NodeTrackerManipulator.cpp, src/osgWrappers/osgGA/SimpleViewer.cpp, src/osgWrappers/osgGA/StateSetManipulator.cpp, src/osgWrappers/osgGA/TerrainManipulator.cpp, src/osgWrappers/osgGA/TrackballManipulator.cpp, src/osgWrappers/osgGA/UFOManipulator.cpp, src/osgWrappers/osgParticle/AccelOperator.cpp, src/osgWrappers/osgParticle/AngularAccelOperator.cpp, src/osgWrappers/osgParticle/BoxPlacer.cpp, src/osgWrappers/osgParticle/CenteredPlacer.cpp, src/osgWrappers/osgParticle/ConnectedParticleSystem.cpp, src/osgWrappers/osgParticle/ConstantRateCounter.cpp, src/osgWrappers/osgParticle/Counter.cpp, src/osgWrappers/osgParticle/Emitter.cpp, src/osgWrappers/osgParticle/ExplosionDebrisEffect.cpp, src/osgWrappers/osgParticle/ExplosionEffect.cpp, src/osgWrappers/osgParticle/FireEffect.cpp, src/osgWrappers/osgParticle/FluidFrictionOperator.cpp, src/osgWrappers/osgParticle/FluidProgram.cpp, src/osgWrappers/osgParticle/ForceOperator.cpp, src/osgWrappers/osgParticle/Interpolator.cpp, src/osgWrappers/osgParticle/LinearInterpolator.cpp, src/osgWrappers/osgParticle/ModularEmitter.cpp, src/osgWrappers/osgParticle/ModularProgram.cpp, src/osgWrappers/osgParticle/MultiSegmentPlacer.cpp, src/osgWrappers/osgParticle/Operator.cpp, src/osgWrappers/osgParticle/Particle.cpp, src/osgWrappers/osgParticle/ParticleEffect.cpp, src/osgWrappers/osgParticle/ParticleProcessor.cpp, src/osgWrappers/osgParticle/ParticleSystem.cpp, src/osgWrappers/osgParticle/ParticleSystemUpdater.cpp, src/osgWrappers/osgParticle/Placer.cpp, src/osgWrappers/osgParticle/PointPlacer.cpp, src/osgWrappers/osgParticle/PrecipitationEffect.cpp, src/osgWrappers/osgParticle/Program.cpp, src/osgWrappers/osgParticle/RadialShooter.cpp, src/osgWrappers/osgParticle/RandomRateCounter.cpp, src/osgWrappers/osgParticle/SectorPlacer.cpp, src/osgWrappers/osgParticle/SegmentPlacer.cpp, src/osgWrappers/osgParticle/Shooter.cpp, src/osgWrappers/osgParticle/SmokeEffect.cpp, src/osgWrappers/osgParticle/SmokeTrailEffect.cpp, src/osgWrappers/osgParticle/VariableRateCounter.cpp, src/osgWrappers/osgParticle/range.cpp, src/osgWrappers/osgProducer/GraphicsContextImplementation.cpp, src/osgWrappers/osgProducer/KeyboardMouseCallback.cpp, src/osgWrappers/osgProducer/OsgCameraGroup.cpp, src/osgWrappers/osgProducer/OsgSceneHandler.cpp, src/osgWrappers/osgProducer/Viewer.cpp, src/osgWrappers/osgProducer/ViewerEventHandler.cpp, src/osgWrappers/osgShadow/ParallelSplitShadowMap.cpp, src/osgWrappers/osgShadow/ShadowTechnique.cpp, src/osgWrappers/osgShadow/ShadowVolume.cpp, src/osgWrappers/osgShadow/ShadowedScene.cpp, src/osgWrappers/osgSim/BlinkSequence.cpp, src/osgWrappers/osgSim/ColorRange.cpp, src/osgWrappers/osgSim/DOFTransform.cpp, src/osgWrappers/osgSim/GeographicLocation.cpp, src/osgWrappers/osgSim/Impostor.cpp, src/osgWrappers/osgSim/ImpostorSprite.cpp, src/osgWrappers/osgSim/InsertImpostorsVisitor.cpp, src/osgWrappers/osgSim/LightPoint.cpp, src/osgWrappers/osgSim/LightPointNode.cpp, src/osgWrappers/osgSim/LightPointSystem.cpp, src/osgWrappers/osgSim/MultiSwitch.cpp, src/osgWrappers/osgSim/OpenFlightOptimizer.cpp, src/osgWrappers/osgSim/OverlayNode.cpp, src/osgWrappers/osgSim/ScalarBar.cpp, src/osgWrappers/osgSim/ScalarsToColors.cpp, src/osgWrappers/osgSim/Sector.cpp, src/osgWrappers/osgSim/SphereSegment.cpp, src/osgWrappers/osgSim/VisibilityGroup.cpp, src/osgWrappers/osgTerrain/DataSet.cpp, src/osgWrappers/osgTerrain/HeightFieldNode.cpp, src/osgWrappers/osgTerrain/HeightFieldRenderer.cpp, src/osgWrappers/osgText/FadeText.cpp, src/osgWrappers/osgText/Font.cpp, src/osgWrappers/osgText/String.cpp, src/osgWrappers/osgText/Text.cpp, src/osgWrappers/osgUtil/CubeMapGenerator.cpp, src/osgWrappers/osgUtil/CullVisitor.cpp, src/osgWrappers/osgUtil/DelaunayTriangulator.cpp, src/osgWrappers/osgUtil/DisplayRequirementsVisitor.cpp, src/osgWrappers/osgUtil/GLObjectsVisitor.cpp, src/osgWrappers/osgUtil/HalfWayMapGenerator.cpp, src/osgWrappers/osgUtil/HighlightMapGenerator.cpp, src/osgWrappers/osgUtil/IntersectVisitor.cpp, src/osgWrappers/osgUtil/Optimizer.cpp, src/osgWrappers/osgUtil/PositionalStateContainer.cpp, src/osgWrappers/osgUtil/ReflectionMapGenerator.cpp, src/osgWrappers/osgUtil/RenderBin.cpp, src/osgWrappers/osgUtil/RenderLeaf.cpp, src/osgWrappers/osgUtil/RenderStage.cpp, src/osgWrappers/osgUtil/SceneView.cpp, src/osgWrappers/osgUtil/Simplifier.cpp, src/osgWrappers/osgUtil/SmoothingVisitor.cpp, src/osgWrappers/osgUtil/StateGraph.cpp, src/osgWrappers/osgUtil/Statistics.cpp, src/osgWrappers/osgUtil/TangentSpaceGenerator.cpp, src/osgWrappers/osgUtil/Tesselator.cpp, src/osgWrappers/osgUtil/TransformAttributeFunctor.cpp, src/osgWrappers/osgUtil/TransformCallback.cpp, src/osgWrappers/osgUtil/TriStripVisitor.cpp, src/osgWrappers/osgUtil/UpdateVisitor.cpp: Updated wrappers 2006-10-24 09:06 robert * include/osgText/FadeText, src/osgText/FadeText.cpp: Added FadeText::setFadeSpeed and made internal data structures protected. 2006-10-23 15:29 robert * src/osgPlugins/freetype/GNUmakefile: Changed the dependency list to use -losg -losgDB instead of OSG_LIBS 2006-10-21 21:06 robert * src/osgPlugins/quicktime/MovieData.cpp: Fixed OSX x86 endian issue in Quicktime movie plugin. 2006-10-17 15:17 robert * include/osgIntrospection/Attributes, include/osgIntrospection/ConstructorInfo, include/osgIntrospection/Exceptions, include/osgIntrospection/MethodInfo, include/osgIntrospection/PropertyInfo, include/osgIntrospection/ReflectionMacros, include/osgIntrospection/Reflector, include/osgIntrospection/StaticMethodInfo, include/osgIntrospection/Type, include/osgIntrospection/TypedConstructorInfo, include/osgIntrospection/TypedMethodInfo, include/osgIntrospection/Utility, src/osgIntrospection/PropertyInfo.cpp: From David Callu: " the main problem is the wrapper generation: The PropertyInfo class use MethodInfo class to access to the value. When the property are define with the I_Property* macro, the MethodInfo use by the property to have access to the value are instancied in the I_Property* macro, but there are already instantied by the I_Method* macro before secondary problem: - the function used by the property could no be customized in the genwrapper.conf file - an array property can't insert a value - the std::map reflector (and indexedProperty in general) haven't remove method - about the help in wrapper ... why not ... solution : To use the function define by the I_Method, I add a MethodInfo variable in the I_Method0 macro old macro : #define I_Method0(ret, fn) (\ params.clear(),\ addMethod(new osgIntrospection::TypedMethodIn fo0(qualifyName(#fn), &reflected_type::fn, params))) new macro : #define I_Method0(ret, fn, signature, briefHelp, detailedHelp) \ params.clear(); \ osgIntrospection::MethodInfo* signature = addMethod(new osgIntrospection::TypedMethodInfo0(qualifyName(#fn), &reflected_type::fn, params, briefHelp, detailedHelp)); sink(signature) the osgIntrospection::MethodInfo* signature is used by the I_Property macro to define the MethodInfo that it use so for I_Property macro : old macro : #define I_PropertyWithReturnType(t, n, r) \ cap=addProperty(new osgIntrospection::PropertyInfo(osgIntrospection::Reflection::getType(typeid(reflected_type)), osgIntrospection::Reflection::getType(typeid(t)), #n, \ I_Method0(t, get##n), \ I_Method1(r, set##n, IN, t, value))) new macro: #define I_SimpleProperty(t, n, get, set) \ get, \ set)) The genwrapper has been modified in this way. The method signature is define by the prototype of the method For example, the "const char* libraryName();" have "__C5_char_P1__libraryName" for signature solution for secondary problem: The genwrapper accept new tokens in the configuration to custumize the property. The new PropertyInserter and the CustomPropertyInsertAttribute class has been defined The PropertyRemover has been added to the StdMapReflector The _briefHelp and _detailedHelp variable has been added in PropertyInfo, MethodInfo and ContructorInfo class modification: I have modify the genwrapper files Configuration.cpp Configuration.h add some tokens to custumize the property Doxyfile.template add the comment in the output xml genwrapper.conf customize some property in osg::Geometry RegistryBuilder.h RegistryBuilder.cpp add the process_help function (to extract help from xml) TypeRegister.cpp TypeRegister.h optimize the property detection TypeDesc.h TypeDesc.cpp modify FunctionDesc and PropertyDesc WrapperGenerator.h WrapperGenerator.cpp modify the output I also modify the fallowing osgIntrospection files: include/osgIntrospection/Attributes add the PropertyInserter and the CustomPropertyInsertAttribute class include/osgIntrospection/ConstructorInfo add the _briefHelp and _detailedHelp variable in the ConstructorInfo class add access function for the two new variables (_briefHelp and _detailedHelp) modify the constructor to define the two new variables (_briefHelp and _detailedHelp) include/osgIntrospection/MethodInfo add the _briefHelp and _detailedHelp variable in the MethodInfo class add access function for the two new variables (_briefHelp and _detailedHelp) modify the constructor to define the two new variables (_briefHelp and _detailedHelp) include/osgIntrospection/PropertyInfo add the _briefHelp and _detailedHelp variable in the PropertyInfo class add access function for the two new variables (_briefHelp and _detailedHelp) modify the constructor to define the two new variables (_briefHelp and _detailedHelp) include/osgIntrospection/ReflectionMacro remove unused I_Property* macro modify all I_Method macro to accept the help string modify all I_Method macro to define a MethodInfo signature include/osgIntrospection/Reflector add the PropertyInserter in StdVectorReflector and StdListReflector add the PropertyRemover in the StdMapReflector include/osgIntrospection/StaticMethodInfo modify all StaticMethodInfo* to accept the help in parameter include/osgIntrospection/TypedMethodInfo modify all TypedMethodInfo* to accept the help in parameter include/osgIntrospection/TypedConstructorInfo modify all TypedConstructorInfo* to accept the help in parameter include/osgIntrospection/Type add the _briefHelp and _detailedHelp variable in the Type class " 2006-10-17 12:29 robert * VisualStudio/OpenSceneGraph.dsw, VisualStudio/examples/osgshadow/example_osgshadow.dsp, VisualStudio/examples/osgshadow/osgshadow.dsp: Changed name osg osgshadow example.dsp to avoid MS conflicts 2006-10-17 11:28 robert * VisualStudio/examples/osgshadow, VisualStudio/examples/osgshadow/osgshadow.dsp: Added osgshadow example 2006-10-15 11:56 robert * examples/osgsimpleviewerFLTK/osgsimpleviewerFLTK.cpp: Ported FLTK example across to using GraphicsWindow 2006-10-15 11:39 robert * examples/osgsimpleviewerQT3/osgsimpleviewerQT3.cpp: Ported across to using GraphicsWindow. 2006-10-14 21:50 robert * include/osg/Image, src/osg/Image.cpp: From Chuck Seberion, added support reading ARB float format textures. 2006-10-14 21:47 robert * include/osg/Billboard, src/osg/Billboard.cpp: From Terry Welsh, mplemented POINT_ROT_EYE. 2006-10-14 10:16 robert * src/osgProducer/ViewerEventHandler.cpp: From Paul de Repentigny, fix for dvide by zero crash under windows when toggle full screen in ogviewer. From Robert Osfield, tweak to the fix to add comment describing the extra check, and addition of check against width, and change to ==0 rather than <= 0. 2006-10-14 10:07 robert * src/osg/ShapeDrawable.cpp: Fixed texture coordinates of cylinder ends. 2006-10-13 14:00 robert * src/osgGA/GNUmakefile: Added -losgDB to fix OSX build 2006-10-07 11:57 robert * VisualStudio/OpenSceneGraph.dsw: Added dae (COLLADA) plugin to OpenSceneGraph.dsw workspace. 2006-10-07 11:53 robert * VisualStudio/OpenSceneGraph.dsw, VisualStudio/examples/osgsimpleviewerFLTK, VisualStudio/examples/osgsimpleviewerFLTK/osgsimpleviewerFLTK.dsp, VisualStudio/examples/osgsimpleviewerGLUT, VisualStudio/examples/osgsimpleviewerGLUT/osgsimpleviewerGLUT.dsp, VisualStudio/examples/osgsimpleviewerProducer, VisualStudio/examples/osgsimpleviewerProducer/osgsimpleviewerProducer.dsp, VisualStudio/examples/osgsimpleviewerQT3, VisualStudio/examples/osgsimpleviewerQT3/osgsimpleviewerQT3.dsp, VisualStudio/examples/osgsimpleviewerQT4, VisualStudio/examples/osgsimpleviewerQT4/osgsimpleviewerQT4.dsp, VisualStudio/examples/osgsimpleviewerSDL, VisualStudio/examples/osgsimpleviewerSDL/osgsimpleviewerSDL.dsp: Added project files for the osgsimpleviewerFLTK,GLUT,Producer,QT3,QT4 and SDL examples 2006-10-06 14:46 robert * VisualStudio/osgShadow/osgShadow.dsp: Fixed OSGSHADOW_LIBRARY define 2006-10-06 14:45 robert * src/osgShadow/GNUmakefile: Fixed library name 2006-10-06 14:16 robert * Make/makedirdefs, VisualStudio/OpenSceneGraph.dsw, VisualStudio/osgShadow, VisualStudio/osgShadow/osgShadow.dsp, VisualStudio/osgWrappers/osgShadow, VisualStudio/osgWrappers/osgShadow/wrapper_osgShadow.dsp, examples/osgshadow, examples/osgshadow/GNUmakefile, examples/osgshadow/GNUmakefile.inst, examples/osgshadow/osgshadow.cpp, include/osgShadow, include/osgShadow/Export, include/osgShadow/ParallelSplitShadowMap, include/osgShadow/ShadowMap, include/osgShadow/ShadowTechnique, include/osgShadow/ShadowTexture, include/osgShadow/ShadowVolume, include/osgShadow/ShadowedScene, include/osgShadow/Version, src/osgShadow, src/osgShadow/GNUmakefile, src/osgShadow/ParallelSplitShadowMap.cpp, src/osgShadow/ShadowMap.cpp, src/osgShadow/ShadowTechnique.cpp, src/osgShadow/ShadowTexture.cpp, src/osgShadow/ShadowVolume.cpp, src/osgShadow/ShadowedScene.cpp, src/osgShadow/Version.cpp, src/osgWrappers/osgShadow, src/osgWrappers/osgShadow/ParallelSplitShadowMap.cpp, src/osgWrappers/osgShadow/ShadowTechnique.cpp, src/osgWrappers/osgShadow/ShadowVolume.cpp, src/osgWrappers/osgShadow/ShadowedScene.cpp: First cut at class interfaces and stubs for implementations for the new osgShadow NodeKit 2006-10-06 13:04 robert * src/osgPlugins/OpenFlight/GeometryRecords.cpp: From Brede Johansen, "Here's a patch discussed in the thread "OpenFlight Loader Discarding Material" on the osg-user mailing list." 2006-10-06 11:02 robert * VisualStudio/osgWrappers/osgText/wrapper_osgText.dsp, src/osgWrappers/osgText/FadeText.cpp, src/osgWrappers/osgText/GNUmakefile: Updated wrappers 2006-10-06 09:54 robert * VisualStudio/osgGA/osgGA.dsp, VisualStudio/osgWrappers/osgGA/wrapper_osgGA.dsp, include/osgGA/GUIEventHandler, include/osgGA/GUIEventHandlerVisitor, include/osgGA/KeySwitchMatrixManipulator, include/osgGA/MatrixManipulator, include/osgGA/SetSceneViewVisitor, include/osgGA/StateSetManipulator, include/osgProducer/ViewerEventHandler, src/osgGA/GNUmakefile, src/osgGA/GUIEventHandler.cpp, src/osgGA/GUIEventHandlerVisitor.cpp, src/osgGA/SetSceneViewVisitor.cpp, src/osgGA/StateSetManipulator.cpp, src/osgProducer/ViewerEventHandler.cpp, src/osgWrappers/osg/Drawable.cpp, src/osgWrappers/osg/NodeCallback.cpp, src/osgWrappers/osgGA/GNUmakefile, src/osgWrappers/osgGA/GUIEventHandler.cpp, src/osgWrappers/osgGA/GUIEventHandlerVisitor.cpp, src/osgWrappers/osgGA/GraphicsWindow.cpp, src/osgWrappers/osgGA/MatrixManipulator.cpp, src/osgWrappers/osgGA/SetSceneViewVisitor.cpp, src/osgWrappers/osgGA/SimpleViewer.cpp, src/osgWrappers/osgGA/StateSetManipulator.cpp, src/osgWrappers/osgProducer/ViewerEventHandler.cpp: Removed osgGA::GUIEventHandlerVisitor and osgGA::SetSceneVistor classes/headers as this classes weren't being actively used the distribution, effectively being noops. 2006-10-06 06:58 robert * src/osgUtil/SceneView.cpp: Added workaround for NVidia driver bug into SceneView::init() to prevent the extensions string being initialized within a display list. 2006-10-05 14:32 robert * examples/osgblendequation/osgblendequation.cpp, examples/osgcatch/osgcatch.cpp, examples/osgdelaunay/osgdelaunay.cpp, examples/osgforest/osgforest.cpp, examples/osggeodemo/osggeodemo.cpp, examples/osgkeyboard/osgkeyboard.cpp, examples/osglogicop/osglogicop.cpp, examples/osgmovie/osgmovie.cpp, examples/osgoccluder/osgoccluder.cpp, examples/osgphotoalbum/osgphotoalbum.cpp, examples/osgpoints/osgpoints.cpp, examples/osgsequence/osgsequence.cpp, examples/osgsimplifier/osgsimplifier.cpp, examples/osgstereoimage/osgstereoimage.cpp, examples/osgtesselate/osgtesselate.cpp, examples/osgvolume/osgvolume.cpp: Removed deprecated GUIEventHandler method 2006-10-05 10:59 robert * examples/osgsimpleviewerProducer/osgsimpleviewerProducer.cpp: Renamed variable 2006-10-05 10:59 robert * examples/osgsimpleviewerQT4/osgsimpleviewerQT4.cpp: Refactored osgsimpleviewerQT4 to implement a GraphicsWindowQT, and then use multiple inheritance to build the final SimpleViewerQT. 2006-10-05 10:07 robert * examples/osgsimpleviewerProducer/osgsimpleviewerProducer.cpp: Added a path with an experiemental GraphicsContexProducer implementation, and a test of mulitple inheritance. 2006-10-05 10:06 robert * include/osgGA/GraphicsWindow, include/osgGA/SimpleViewer, src/osgGA/SimpleViewer.cpp: Added osgGA::GraphicsWindow base class that derives from osg::GraphicsContext but adds default overrides its pure virtue methods, and an EventQueue. 2006-10-04 09:11 robert * VisualStudio/OpenSceneGraph.dsw: Added osgGA depedency. 2006-10-03 20:42 robert * include/osg/Drawable, include/osg/NodeCallback: Removed the redundent relaseGLObjects() method declerations 2006-10-03 20:20 robert * src/osgUtil/Optimizer.cpp: From John Aughey, "Attached is the Optimizer.cpp file that has the fix to duplicate vertex and normal arrays if there is more than one reference to the data. This fixes the problem where the transforms are applied to the same vertex array multiple times if that vertex array is re-used within the model. " 2006-10-03 19:55 robert * src/osgPlugins/dae/daeReader.cpp: From John Aughey, "The id name of nodes are not being set in the daeReader::processNode method. The names are retained in most of the other osg::Nodes that are created. In this case, I have an external modeler creating models, and the name of component nodes are used to give that subtree different characteristics." 2006-10-03 12:46 robert * VisualStudio/OpenSceneGraph.dsw: Added osgDB to dependency of osgGA 2006-10-03 11:14 robert * src/osgProducer/Viewer.cpp, src/osgProducer/ViewerEventHandler.cpp, src/osgText/Font.cpp, src/osgText/Text.cpp, src/osgWrappers/osg/CullSettings.cpp, src/osgWrappers/osg/Drawable.cpp, src/osgWrappers/osg/NodeCallback.cpp, src/osgWrappers/osgGA/SimpleViewer.cpp, src/osgWrappers/osgProducer/Viewer.cpp, src/osgWrappers/osgProducer/ViewerEventHandler.cpp: Fixed bug related to clean up of text fonts. 2006-10-03 09:55 robert * src/osgPlugins/OpenFlight/GeometryRecords.cpp: From Brede Johansen, "This submission adds multitexture support for detecting translucent images used to enable alpha blending. Mesh was syncronized with featureset from Face record." 2006-10-03 09:39 robert * src/osgPlugins/OpenFlight/PrimaryRecords.cpp: From Brede Johansen, "I think some nitpicking is required. The loop duration was added in OpenFlight version 15.8. With the attached changes the flasher unit on the spinnercar and the character_anim model from the Creator gallery behaves." 2006-10-02 15:59 robert * src/osg/StateSet.cpp: From Colin McDonald, "I've included render bin checks in the StateSet::compare function, because without them the Optimizer can incorrectly eliminate (otherwise identical) StateSets from different render bins." 2006-10-02 15:38 robert * Make/dependencies, Make/makedirdefs, include/osg/Drawable, include/osg/NodeCallback, include/osgGA/SimpleViewer, include/osgProducer/Viewer, include/osgProducer/ViewerEventHandler, src/osg/Drawable.cpp, src/osg/Node.cpp, src/osgGA/SimpleViewer.cpp, src/osgProducer/Viewer.cpp, src/osgProducer/ViewerEventHandler.cpp: Added releaseGLObjects to NodeCallbacks, Drawable::DrawCallbacks and wired up osgProducer to use it when doing cleanup_frame. 2006-10-02 15:09 robert * src/osgPlugins/OpenFlight/PrimaryRecords.cpp: From Paul Martz, Bug fix for sequence node direction, It examines the number of children in the Group record destructor, so that the total duration of the sequence matches the specified loopDuration field. 2006-10-02 14:11 robert * include/osg/CullSettings, src/osgUtil/CullVisitor.cpp: From Farshid Lashkari, "Here is the patch we discussed previously about adding a flag to CullSettings which allows CameraNode to inherit the clear color." 2006-10-02 13:40 robert * src/osg/LightModel.cpp: From Farshid Lashkari, "The ColorControl of osg::LightModel is never applied because it incorrectly checks for a valid OpenGL version. Instead of checking if the current version is exactly 1.2, it will check if the version is greater than 1.2." 2006-10-02 13:24 robert * src/osgPlugins/dae/daeReader.cpp: From Per Fahlberg, "Attached is a fix for loading the same file multiple times with the COLLADA plugin. dae->load will not return DAE_OK the second time a model is loaded, so a second check for DAE_ERR_COLLECTION_ALREADY_EXISTS has been added." 2006-10-02 13:11 robert * include/osg/Math: From Edgar Ellis, "Changed return type of osg::equivalent methods from float/double to bool. " 2006-10-02 13:07 robert * src/osgPlugins/dw/ReaderWriterDW.cpp: From Andreas Ekstrand, "Attached is a small bug fix in the DW plugin. The texture application matrix is read into a double matrix called mx, it was declared as 3x2, it's now fixed to 3x3." 2006-10-02 11:47 robert * src/osgPlugins/dae/ReaderWriterDAE.cpp: Added SERIALIZER to ReaderWriterDAE to make sure initialization is thread safe. 2006-10-02 11:38 robert * src/osgPlugins/dae/ReaderWriterDAE.cpp: From Andreas Ekstrand, "Attached is a modified ReaderWriterDAE.cpp which creates the one and only DAE instance when it's first needed instead of in the constructor. This fixes the problem with osgdb_dae.dll not being loaded due to unwanted ordering of global initialization. This fix and the previous fix of the COLLADA plugin might be unnecessary with the latest COLLADA DOM, but since many of us will probably still use the older version of the DOM, I guess it's better this way. " 2006-10-02 11:34 robert * VisualStudio/osgPlugins/ESRIShape/ESRIShape.dsp: From Andreas Ekstrand, "It seems my changes to ESRIShape.dsp (to create an osgdb_shp.dll rather than an osgdb_ESRI.dll) were overwritten by later commits to this file. Here are the changes again, made from the latest version of ESRIShape.dsp." 2006-10-02 11:26 robert * include/osgParticle/ParticleSystem: From Farshid Lashkari, "There was a bug in ParticleSystem where the bounds is not properly flagged as computed when there is only 1 particle. Attached is the fix." 2006-10-01 19:19 robert * include/osgGA/StateSetManipulator, src/osgGA/StateSetManipulator.cpp, src/osgWrappers/osgGA/StateSetManipulator.cpp: From Chris Hanson, "These changes break out the implementation of the fill/wireframe/point, texture, lighting and backface culling settings from the event handling code in StatesetManipulator into public methods. The event handler now calls the public methods. This allows user code to invoke this same functionality from non-keyboard event inputs without clashing with the keyboard-invoked functionality." From Robert Osfield, tweaks to the above to kepp the coding style the same as the rest of the OSG, also made getPolygonMode() const, and updated the wrappers. 2006-10-01 19:09 robert * src/osgPlugins/OpenFlight/Document.cpp, src/osgPlugins/OpenFlight/Document.h, src/osgPlugins/OpenFlight/GeometryRecords.cpp, src/osgPlugins/OpenFlight/ReaderWriterFLT.cpp, src/osgPlugins/OpenFlight/Record.h: From Brede Johansen, "I have added "billboardCenter" as a reader option to use the center of a billboard as the pivot point." 2006-10-01 19:00 robert * src/osgPlugins/OpenFlight/DataInputStream.cpp: From Colin McDonald, "I have corrected a byte swapping problem in the new OpenFlight plugin. It was only reading floats & doubles correctly on little endian systems, which require byte swapping, and not on big endian systems which don't require any swapping." 2006-10-01 16:14 robert * examples/osgsimpleviewerGLUT, examples/osgsimpleviewerGLUT/GNUmakefile, examples/osgsimpleviewerGLUT/GNUmakefile.inst, examples/osgsimpleviewerGLUT/osgsimpleviewerGLUT.cpp: Added GLUT based osgsimpleviewerGLUT example 2006-10-01 16:12 robert * examples/osgsimpleviewerProducer, examples/osgsimpleviewerProducer/GNUmakefile, examples/osgsimpleviewerProducer/GNUmakefile.inst, examples/osgsimpleviewerProducer/osgsimpleviewerProducer.cpp: Added Producer based osgsimplerviewerProducer example 2006-10-01 16:10 robert * examples/osgsimpleviewerFLTK, examples/osgsimpleviewerFLTK/GNUmakefile, examples/osgsimpleviewerFLTK/GNUmakefile.inst, examples/osgsimpleviewerFLTK/osgsimpleviewerFLTK.cpp: Added FLTK example app - osgsimpleviewerFLTK. 2006-10-01 13:26 robert * Make/dependencies, Make/makedirdefs, examples/osgsimpleviewerQT4, examples/osgsimpleviewerQT4/GNUmakefile, examples/osgsimpleviewerQT4/GNUmakefile.inst, examples/osgsimpleviewerQT4/osgsimpleviewerQT4.cpp: Added osgsimpleviewerQT4 example 2006-10-01 11:08 robert * examples/osgsimpleviewerSDL/osgsimpleviewerSDL.cpp: Refactored the SDL example so that the event conversion in done is a seperate method. 2006-09-30 20:06 robert * Make/dependencies, Make/makedirdefs, examples/osgsimpleviewerSDL, examples/osgsimpleviewerSDL/GNUmakefile, examples/osgsimpleviewerSDL/GNUmakefile.inst, examples/osgsimpleviewerSDL/osgsimpleviewerSDL.cpp: Added a based SDL viewer - osgsimpleviewerSDL 2006-09-30 20:05 robert * src/osgWrappers/osgGA/SimpleViewer.cpp: Updated wrappers 2006-09-30 20:05 robert * examples/osgsimpleviewerQT3/GNUmakefile.inst, examples/osgsimpleviewerQT3/osgsimpleviewerQT3.cpp: Cleaned up build and indenting 2006-09-30 16:30 robert * examples/osgGLUTkeyboardmouse/osgGLUTkeyboardmouse.cpp, examples/osgkeyboardmouse/osgkeyboardmouse.cpp, src/osgWrappers/osgProducer/Viewer.cpp: Various clean ups to comments 2006-09-30 16:29 robert * VisualStudio/osgGA/osgGA.dsp, VisualStudio/osgWrappers/osgGA/wrapper_osgGA.dsp: Added SimpleViewer 2006-09-30 16:26 robert * Make/dependencies, Make/makedirdefs, examples/osgsimpleviewerQT3, examples/osgsimpleviewerQT3/GNUmakefile, examples/osgsimpleviewerQT3/GNUmakefile.inst, examples/osgsimpleviewerQT3/osgsimpleviewerQT3.cpp: Added osgsimpleviewerQT3 example 2006-09-30 14:12 robert * examples/osgGLUTkeyboardmouse/GNUmakefile, examples/osgGLUTkeyboardmouse/osgGLUTkeyboardmouse.cpp, examples/osgGLUTsimple/GNUmakefile, examples/osgGLUTsimple/osgGLUTsimple.cpp: Moved osgGLUTsimple and osgGLUTkeyboardmouse across to using osgGA::SimpleViewer 2006-09-30 14:10 robert * include/osgGA/SimpleViewer: Added subclassing from osg::Referenced to allow the SimpleViewer to be safely managed on the heap. 2006-09-30 13:41 robert * src/osgGA/SimpleViewer.cpp: Added check to init to prevent crash when no camera manipulator is supplied. 2006-09-29 21:44 robert * src/osgProducer/KeyboardMouseCallback.cpp: Added false to setWindowRectangle() call as the InputRange is already set correctly. 2006-09-29 18:47 robert * src/osgGA/SimpleViewer.cpp: Added preliminary DatabasePager support. 2006-09-25 16:25 robert * examples/osgcluster/osgcluster.cpp, examples/osgkeyboardmouse/GNUmakefile, examples/osgkeyboardmouse/osgkeyboardmouse.cpp, examples/osgsimple/GNUmakefile, examples/osgsimple/osgsimple.cpp, include/osgGA/EventQueue, include/osgGA/GUIEventAdapter, include/osgGA/SimpleViewer, src/osgGA/EventQueue.cpp, src/osgGA/GNUmakefile, src/osgGA/GUIEventAdapter.cpp, src/osgGA/SimpleViewer.cpp, src/osgProducer/KeyboardMouseCallback.cpp, src/osgWrappers/osgGA/EventQueue.cpp, src/osgWrappers/osgGA/GNUmakefile, src/osgWrappers/osgGA/GUIEventAdapter.cpp, src/osgWrappers/osgGA/SimpleViewer.cpp: Added bare bones osgGA::SimpleViewer class to help simplify OSG setup when embedding the OSG into existing GUI applications, and for one one a single camera, single window is required. 2006-09-21 15:09 robert * VisualStudio/osgWrappers/osg/wrapper_osg.dsp, VisualStudio/osgWrappers/osgText/wrapper_osgText.dsp, src/osgWrappers/osg/BlendColor.cpp, src/osgWrappers/osg/CameraNode.cpp, src/osgWrappers/osg/Drawable.cpp, src/osgWrappers/osg/GNUmakefile, src/osgWrappers/osg/NodeVisitor.cpp, src/osgWrappers/osg/RenderInfo.cpp, src/osgWrappers/osg/View.cpp, src/osgWrappers/osgParticle/PrecipitationEffect.cpp, src/osgWrappers/osgText/FadeText.cpp, src/osgWrappers/osgText/GNUmakefile, src/osgWrappers/osgText/Text.cpp, src/osgWrappers/osgUtil/CullVisitor.cpp, src/osgWrappers/osgUtil/RenderBin.cpp, src/osgWrappers/osgUtil/RenderLeaf.cpp, src/osgWrappers/osgUtil/RenderStage.cpp, src/osgWrappers/osgUtil/SceneView.cpp: Updated wrappers 2006-09-21 11:26 robert * Xcode/OpenSceneGraph/OpenSceneGraph.xcodeproj/project.pbxproj: From Eric Wing, updated to Xcode projects 2006-09-21 10:38 robert * src/osgUtil/CullVisitor.cpp: From Farshid Lashkari, "I made a small modification to the CullVisitor class so that it uses the inheritance mask of CameraNodes with respect to the compute near/far mode." 2006-09-21 10:01 robert * include/osg/StateSet, src/osg/StateSet.cpp: From Farshid Lashkari, added function for querring whether a mode is a texture related mode or not. 2006-09-21 09:50 robert * src/osgPlugins/OpenFlight/AttrData.cpp, src/osgPlugins/OpenFlight/AttrData.h, src/osgPlugins/OpenFlight/ReaderWriterATTR.cpp: From Loic Dachary, renamed _mips to of_mips to prevent compile problem under MIIPS 2006-09-21 09:24 robert * src/osgPlugins/osgFX/GNUmakefile, src/osgPlugins/osgParticle/GNUmakefile, src/osgPlugins/osgSim/GNUmakefile, src/osgPlugins/osgText/GNUmakefile, src/osgPlugins/osga/GNUmakefile: Rationalized on the number of libs required. 2006-09-21 08:56 robert * src/osgPlugins/osg/GNUmakefile: Removed use osg OSG_LIBS, changing to just -losg and -losgDB. 2006-09-20 15:48 robert * examples/osgfadetext/osgfadetext.cpp: Updated positions of the text labels to make them move obvious on start up 2006-09-20 13:41 robert * src/osg/ClusterCullingCallback.cpp: Added missining initialization of _radius in constructors 2006-09-20 13:40 robert * examples/osgfadetext/osgfadetext.cpp: Added use of ClusterCullingCallback 2006-09-20 12:58 robert * examples/osgfadetext/osgfadetext.cpp: Created stress test of fade text labelling 2006-09-20 10:36 robert * examples/osgfadetext/osgfadetext.cpp, src/osg/View.cpp, src/osgText/FadeText.cpp: Updates for fade text to work properly, but only in perspetive views at present. 2006-09-19 22:57 robert * src/osgText/FadeText.cpp: Further work on fade text. 2006-09-19 20:19 robert * examples/osgfadetext/osgfadetext.cpp, src/osgProducer/OsgCameraGroup.cpp, src/osgText/FadeText.cpp: Further work on osgText::FadeText implementation. 2006-09-19 13:54 robert * src/osgPlugins/ive/IveVersion.h, src/osgPlugins/ive/Text.cpp: Fixed reading/writing of non C string osg::Text::String's. 2006-09-18 21:03 robert * VisualStudio/OpenSceneGraph.dsw, VisualStudio/examples/osgfadetext, VisualStudio/examples/osgfadetext/osgfadetext.dsp: Added osgfadetext example to VS projects 2006-09-18 20:54 robert * Make/makedirdefs, VisualStudio/osg/osg.dsp, VisualStudio/osgText/osgText.dsp, examples/osgfadetext, examples/osgfadetext/GNUmakefile, examples/osgfadetext/GNUmakefile.inst, examples/osgfadetext/osgfadetext.cpp, examples/osgforest/osgforest.cpp, examples/osgshaderterrain/osgshaderterrain.cpp, include/osg/BlendColor, include/osg/CameraNode, include/osg/Drawable, include/osg/NodeVisitor, include/osg/RenderInfo, include/osg/State, include/osg/StateAttribute, include/osg/View, include/osgParticle/PrecipitationEffect, include/osgProducer/OsgCameraGroup, include/osgText/FadeText, include/osgText/Text, include/osgUtil/CullVisitor, include/osgUtil/RenderBin, include/osgUtil/RenderLeaf, include/osgUtil/RenderStage, include/osgUtil/SceneView, src/osg/BlendColor.cpp, src/osg/CameraNode.cpp, src/osg/GNUmakefile, src/osg/StateAttribute.cpp, src/osg/View.cpp, src/osgParticle/PrecipitationEffect.cpp, src/osgProducer/OsgCameraGroup.cpp, src/osgProducer/ViewerEventHandler.cpp, src/osgText/FadeText.cpp, src/osgText/GNUmakefile, src/osgText/Text.cpp, src/osgUtil/CullVisitor.cpp, src/osgUtil/RenderBin.cpp, src/osgUtil/RenderLeaf.cpp, src/osgUtil/RenderStage.cpp, src/osgUtil/SceneView.cpp: Introduced new osg::View, and osg::RenderInfo classes into the core OSG to help handle scenes with multiple views with elements that need coordinating on a per view basis. Added beginings of new osgText::FadeText class (not functionality yet). 2006-09-15 13:11 robert * src/osgPlugins/dae/ReaderWriterDAE.cpp, src/osgPlugins/dae/daeReader.cpp, src/osgPlugins/dae/daeReader.h, src/osgPlugins/dae/daeWriter.cpp, src/osgPlugins/dae/daeWriter.h: From Per Fahlberg, "I've fixed the dae plugin so it is only using one instance of the DAE. The crashes seen earlier are gone, it is now possible to read multiple .dae files and converting both to and from .dae files." 2006-09-15 10:21 robert * src/osgDB/ReentrantMutex.cpp: Added a _threadHoldingMutex = 0; to ReentrantMutex::unlock() to avoid a potential bug with the mutex being aquired by two threads. 2006-09-13 16:38 robert * Make/makedefs: Returning revion number to 0 to signify CVS version 2006-09-13 14:55 robert * examples/osgsimplepager/osgsimplepager.cpp: Added extra comment explaining where state reset() should be called. 2006-09-13 14:00 robert * Xcode/OSX_OSG_README.rtf: From Eric Wing, updates to OSX build notes. 2006-09-13 13:50 robert * src/osgProducer/ViewerEventHandler.cpp: Fixed GPU stats display bug. 2006-09-13 13:33 robert * NEWS.txt: Correct HP's AIX to IBM's AIX. 2006-09-12 19:15 robert * Make/makedefs: Updated version for 1.2 release 2006-09-12 19:09 robert * ChangeLog: Updated ChangeLog for 1.2 release 2006-09-12 15:21 robert * include/osg/TriangleFunctor: Fixed the drawArrays() method checking of _drawArrayPtr 2006-09-12 12:35 robert * src/osg/LineSegment.cpp: Added a check for zero length line segment in bool LineSegment::intersect(const BoundingSphere& bs,float& r1,float& r2) const. 2006-09-12 10:52 robert * ChangeLog: Updated ChangeLog fro 1.2 release 2006-09-12 10:46 robert * AUTHORS.txt: Updated AUTHORS file for 1.2 release 2006-09-12 09:28 robert * NEWS.txt: Updated NEWS for 1.2 release 2006-09-12 09:26 robert * include/osg/ClampColor, src/osg/ClampColor.cpp, src/osgWrappers/osg/ClampColor.cpp: Revised the osg::ClampColor API to allow vertex, fragment and read color clamping to be applied together. 2006-09-08 20:08 robert * src/osgUtil/Optimizer.cpp: From Bryan Thrall, fix to Optimizer::MergeGeometryVisitor so that it checks the permissable operation status on Drawables. 2006-09-08 14:31 robert * AUTHORS.txt, ChangeLog: Updated ChangeLog and AUTHORS file for 1.2 release 2006-09-08 13:24 robert * NEWS.txt: Cleaned up NEWS for 1.2 release 2006-09-08 10:46 robert * Xcode/OpenSceneGraph/os-Info.plist, Xcode/OpenSceneGraph/osg-Info.plist, Xcode/OpenSceneGraph/osgDB-Info.plist, Xcode/OpenSceneGraph/osgFX-Info.plist, Xcode/OpenSceneGraph/osgGA-Info.plist, Xcode/OpenSceneGraph/osgGL2-Info.plist, Xcode/OpenSceneGraph/osgGLUTkeyboardmouse-Info.plist, Xcode/OpenSceneGraph/osgGLUTsimple-Info.plist, Xcode/OpenSceneGraph/osgParticle-Info.plist, Xcode/OpenSceneGraph/osgProducer-Info.plist, Xcode/OpenSceneGraph/osgSim-Info.plist, Xcode/OpenSceneGraph/osgTerrain-Info.plist, Xcode/OpenSceneGraph/osgText-Info.plist, Xcode/OpenSceneGraph/osgUtil-Info.plist, Xcode/OpenSceneGraph/osganimate-Info.plist, Xcode/OpenSceneGraph/osgarchive-Info.plist, Xcode/OpenSceneGraph/osgautotransform-Info.plist, Xcode/OpenSceneGraph/osgbillboard-Info.plist, Xcode/OpenSceneGraph/osgblendequation-Info.plist, Xcode/OpenSceneGraph/osgbluemarble-Info.plist, Xcode/OpenSceneGraph/osgcallback-Info.plist, Xcode/OpenSceneGraph/osgcamera-Info.plist, Xcode/OpenSceneGraph/osgcameragroup-Info.plist, Xcode/OpenSceneGraph/osgcatch-Info.plist, Xcode/OpenSceneGraph/osgclip-Info.plist, Xcode/OpenSceneGraph/osgcluster-Info.plist, Xcode/OpenSceneGraph/osgconv-Info.plist, Xcode/OpenSceneGraph/osgcopy-Info.plist, Xcode/OpenSceneGraph/osgcubemap-Info.plist, Xcode/OpenSceneGraph/osgdb_freetype-Info.plist, Xcode/OpenSceneGraph/osgdb_freetype2-Info.plist, Xcode/OpenSceneGraph/osgdb_osgText-Info.plist, Xcode/OpenSceneGraph/osgdelaunay-Info.plist, Xcode/OpenSceneGraph/osgdem-Info.plist, Xcode/OpenSceneGraph/osgdepthpartition-Info.plist, Xcode/OpenSceneGraph/osgdepthshadow-Info.plist, Xcode/OpenSceneGraph/osgdistortion-Info.plist, Xcode/OpenSceneGraph/osgforest-Info.plist, Xcode/OpenSceneGraph/osgfxbrowser-Info.plist, Xcode/OpenSceneGraph/osggeometry-Info.plist, Xcode/OpenSceneGraph/osghangglide-Info.plist, Xcode/OpenSceneGraph/osghud-Info.plist, Xcode/OpenSceneGraph/osgimposter-Info.plist, Xcode/OpenSceneGraph/osgintrospection-Info.plist, Xcode/OpenSceneGraph/osgkeyboard-Info.plist, Xcode/OpenSceneGraph/osgkeyboardmouse-Info.plist, Xcode/OpenSceneGraph/osglauncher-Info.plist, Xcode/OpenSceneGraph/osglightpoint-Info.plist, Xcode/OpenSceneGraph/osglist-Info.plist, Xcode/OpenSceneGraph/osglogicop-Info.plist, Xcode/OpenSceneGraph/osglogo-Info.plist, Xcode/OpenSceneGraph/osgmotionblur-Info.plist, Xcode/OpenSceneGraph/osgmovie-Info.plist, Xcode/OpenSceneGraph/osgmultiplecameras-Info.plist, Xcode/OpenSceneGraph/osgmultitexture-Info.plist, Xcode/OpenSceneGraph/osgocculder-Info.plist, Xcode/OpenSceneGraph/osgpagedlod-Info.plist, Xcode/OpenSceneGraph/osgparametric-Info.plist, Xcode/OpenSceneGraph/osgparticleExample-Info.plist, Xcode/OpenSceneGraph/osgparticleeffects-Info.plist, Xcode/OpenSceneGraph/osgphotoalbum-Info.plist, Xcode/OpenSceneGraph/osgpick-Info.plist, Xcode/OpenSceneGraph/osgplanets-Info.plist, Xcode/OpenSceneGraph/osgpoints-Info.plist, Xcode/OpenSceneGraph/osgpointsprite-Info.plist, Xcode/OpenSceneGraph/osgprecipitation-Info.plist, Xcode/OpenSceneGraph/osgprerender-Info.plist, Xcode/OpenSceneGraph/osgprerendercubemap-Info.plist, Xcode/OpenSceneGraph/osgreflect-Info.plist, Xcode/OpenSceneGraph/osgscalarbar-Info.plist, Xcode/OpenSceneGraph/osgscribe-Info.plist, Xcode/OpenSceneGraph/osgsequence-Info.plist, Xcode/OpenSceneGraph/osgshaders-Info.plist, Xcode/OpenSceneGraph/osgshaderterrain-Info.plist, Xcode/OpenSceneGraph/osgshadowtexture-Info.plist, Xcode/OpenSceneGraph/osgshape-Info.plist, Xcode/OpenSceneGraph/osgsimple-Info.plist, Xcode/OpenSceneGraph/osgsimplepager-Info.plist, Xcode/OpenSceneGraph/osgsimplifier-Info.plist, Xcode/OpenSceneGraph/osgsimulation-Info.plist, Xcode/OpenSceneGraph/osgslice-Info.plist, Xcode/OpenSceneGraph/osgslideshow-Info.plist, Xcode/OpenSceneGraph/osgspacewarp-Info.plist, Xcode/OpenSceneGraph/osgspheresegment-Info.plist, Xcode/OpenSceneGraph/osgspotlight-Info.plist, Xcode/OpenSceneGraph/osgstereoimage-Info.plist, Xcode/OpenSceneGraph/osgteapot-Info.plist, Xcode/OpenSceneGraph/osgtesselate-Info.plist, Xcode/OpenSceneGraph/osgtextexample-Info.plist, Xcode/OpenSceneGraph/osgtexture1D-Info.plist, Xcode/OpenSceneGraph/osgtexture2D-Info.plist, Xcode/OpenSceneGraph/osgtexture3D-Info.plist, Xcode/OpenSceneGraph/osgtexturerectangle-Info.plist, Xcode/OpenSceneGraph/osgunittests-Info.plist, Xcode/OpenSceneGraph/osgversion-Info.plist, Xcode/OpenSceneGraph/osgvertexprogram-Info.plist, Xcode/OpenSceneGraph/osgviewer-Info.plist, Xcode/OpenSceneGraph/osgvolume-Info.plist, Xcode/OpenSceneGraph/osgwindows-Info.plist: From Eric Wing, updated to Xcode projects 2006-09-08 10:07 robert * VisualStudio/MUST_READ_ME.txt: Added link to website for build docs. 2006-09-08 10:07 robert * VisualStudio/fixup-vc6-dsps.pl: From Mike Wittman, perl script to help remain project files for dumb VisualStudio 6.0 limitations. 2006-09-07 10:41 robert * include/osgTerrain/DataSet: From Mike Weiblen, added missing export to fix osgTerrain wrapper linking under VS 2006-09-06 20:11 robert * VisualStudio/osgWrappers/osgTerrain/wrapper_osgTerrain.dsp: Updated osgTerrain wrapper project file with gdal dependencies. 2006-09-06 14:10 robert * NEWS.txt: Tweak to NEWS 2006-09-06 13:53 robert * src/osgPlugins/ive/DataOutputStream.h: Made get methods const 2006-09-06 09:46 robert * src/osgPlugins/OpenFlight/PrimaryRecords.cpp: From Brede Johansen, "The previous submission didn't handle Objects with transforms. The attached file corrects this. I also removed the multitexture macro for the Object record. Only Face and Mesh records are valid targets." 2006-09-05 20:18 robert * Xcode/OpenSceneGraph/OpenSceneGraph.xcodeproj/project.pbxproj: From Eric Wing, updates to Xcode projects 2006-09-05 17:15 robert * NEWS.txt: Removed reference to Sony in COLLADA news entry. 2006-09-05 15:22 robert * AUTHORS.txt, NEWS.txt, applications/osgversion/osgversion.cpp: Updated NEWS, AUTHORS file and osgversion for the 1.2-rc1 2006-09-05 15:09 robert * ChangeLog: Updated ChangeLog 2006-09-05 09:51 robert * include/osgIntrospection/ReflectionMacros, src/osgPlugins/dae/README.txt, src/osgPlugins/dae/daeWGeometry.cpp, src/osgPlugins/dae/daeWMaterials.cpp, src/osgPlugins/dae/daeWriter.cpp: From Mike Weiblen, build fixes for Windows. 2006-09-05 09:13 robert * applications/osgdem/osgdem.cpp: Updated to compile against changes to osgTerrain 2006-09-05 08:56 robert * src/osgWrappers/osgTerrain/DataSet.cpp: Updated wrappers 2006-09-05 08:46 robert * Make/makedefs: From Paul Martz, warning fixes for Cygwin. 2006-09-05 08:44 robert * src/osgPlugins/OpenFlight/Document.cpp, src/osgPlugins/OpenFlight/Document.h, src/osgPlugins/OpenFlight/PrimaryRecords.cpp, src/osgPlugins/OpenFlight/ReaderWriterFLT.cpp: From Brede Johansen, "I have added an optimization to the OpenFlight plugin. By default it ignores the Object records if it's safe to do so. The reader option preserveObject prevents this optimization. I have also removed the flat shading attribute set by the Object record. This flag is only intended for the "Calculate Shading" operation in Creator." 2006-09-04 20:43 robert * include/osgTerrain/DataSet, src/osgTerrain/DataSet.cpp: Added support for imagery and DEM's that wrap around the dateline, this required two passes over the copying of imagery and DEM's to the destination graphs, once for the original position, and once for the wrap around 360 degrees on or before. Also fixed the GeospationExtents constructor that was setting the _max to DBL_MIN rather than -DBL_MAX. This bug causesd the y axis to be computed incorrectly. 2006-09-04 13:35 robert * include/osgUtil/RenderStage: Missing part of Farshid Laskari's submission relating to CameraNode RenderOrder. 2006-09-04 13:22 robert * src/osgWrappers/osg/CameraNode.cpp, src/osgWrappers/osg/TexMat.cpp, src/osgWrappers/osgTerrain/DataSet.cpp, src/osgWrappers/osgUtil/RenderStage.cpp: Updated wrappers 2006-09-04 13:15 robert * include/osg/CameraNode, src/osg/CameraNode.cpp, src/osgUtil/CullVisitor.cpp, src/osgUtil/RenderStage.cpp: From Farshid Lashkari, "I've made some changes to osg which I think make it easier to control the render order of CameraNode's. Instead of using the built-in orders (PRE_RENDER, POST_RENDER, NESTED_RENDER), you can specify an integer order. Values less than zero are pre rendered in order. Values greater than zero are post rendered in order. And a value of 0 is equivalent to NESTED_RENDER. The changes should be fully backward compatible. Also, I changed the RenderStageList type from a vector to a list because I needed to be able to insert values anywhere in the list. The reason I made these changes was because I wanted to be able to set the render order of a CameraNode at runtime without having to reorder it in the scenegraph." and later in the final submission message (relating to what has been finally been merged) : "I've rethought my implementation and came up with something a little better. The setRenderOrder will continue to take an enum, but will have an optional orderNum parameter which can be both positive and negative. I think this method is more intuitive and flexible." 2006-09-04 12:52 robert * examples/osgtexturerectangle/osgtexturerectangle.cpp: Cleaned up the texture setup code. 2006-09-04 12:46 robert * examples/osgtexturerectangle/osgtexturerectangle.cpp, include/osg/TexMat, src/osg/TexMat.cpp, src/osgPlugins/ive/IveVersion.h, src/osgPlugins/ive/TexMat.cpp, src/osgPlugins/osg/TexMat.cpp: Added osg::TexMat::s/getScaleByTextureRectangleSize feature that allows one to use the osg::TexMat to automatically scale non dimensional tex coordinats to the size of the last texture rectangle applied. 2006-09-04 06:51 robert * src/osgPlugins/scale/ReaderWriterSCALE.cpp: From Farshid Lashkari, removed debug message being written to the console. 2006-09-04 06:47 robert * examples/osgintrospection/osgintrospection.cpp: Removed typedef TypeList from osgintrospection 2006-09-02 14:27 robert * examples/osgshaderterrain/osgshaderterrain.cpp: Added setting of position.w to 1.0 and removed zscale hack. 2006-09-01 13:34 robert * src/osgWrappers/osg/AlphaFunc.cpp, src/osgWrappers/osg/AnimationPath.cpp, src/osgWrappers/osg/ApplicationUsage.cpp, src/osgWrappers/osg/ArgumentParser.cpp, src/osgWrappers/osg/Array.cpp, src/osgWrappers/osg/AutoTransform.cpp, src/osgWrappers/osg/Billboard.cpp, src/osgWrappers/osg/BlendColor.cpp, src/osgWrappers/osg/BlendEquation.cpp, src/osgWrappers/osg/BlendFunc.cpp, src/osgWrappers/osg/BoundingBox.cpp, src/osgWrappers/osg/BoundingSphere.cpp, src/osgWrappers/osg/BufferObject.cpp, src/osgWrappers/osg/CameraNode.cpp, src/osgWrappers/osg/CameraView.cpp, src/osgWrappers/osg/ClampColor.cpp, src/osgWrappers/osg/ClearNode.cpp, src/osgWrappers/osg/ClipNode.cpp, src/osgWrappers/osg/ClipPlane.cpp, src/osgWrappers/osg/ClusterCullingCallback.cpp, src/osgWrappers/osg/CollectOccludersVisitor.cpp, src/osgWrappers/osg/ColorMask.cpp, src/osgWrappers/osg/ColorMatrix.cpp, src/osgWrappers/osg/ConvexPlanarOccluder.cpp, src/osgWrappers/osg/ConvexPlanarPolygon.cpp, src/osgWrappers/osg/CoordinateSystemNode.cpp, src/osgWrappers/osg/CopyOp.cpp, src/osgWrappers/osg/CullFace.cpp, src/osgWrappers/osg/CullSettings.cpp, src/osgWrappers/osg/CullStack.cpp, src/osgWrappers/osg/CullingSet.cpp, src/osgWrappers/osg/Depth.cpp, src/osgWrappers/osg/DisplaySettings.cpp, src/osgWrappers/osg/DrawPixels.cpp, src/osgWrappers/osg/Drawable.cpp, src/osgWrappers/osg/Endian.cpp, src/osgWrappers/osg/Fog.cpp, src/osgWrappers/osg/FragmentProgram.cpp, src/osgWrappers/osg/FrameBufferObject.cpp, src/osgWrappers/osg/FrameStamp.cpp, src/osgWrappers/osg/FrontFace.cpp, src/osgWrappers/osg/GL2Extensions.cpp, src/osgWrappers/osg/Geode.cpp, src/osgWrappers/osg/Geometry.cpp, src/osgWrappers/osg/GraphicsContext.cpp, src/osgWrappers/osg/GraphicsThread.cpp, src/osgWrappers/osg/Group.cpp, src/osgWrappers/osg/Image.cpp, src/osgWrappers/osg/ImageStream.cpp, src/osgWrappers/osg/LOD.cpp, src/osgWrappers/osg/Light.cpp, src/osgWrappers/osg/LightModel.cpp, src/osgWrappers/osg/LightSource.cpp, src/osgWrappers/osg/LineSegment.cpp, src/osgWrappers/osg/LineStipple.cpp, src/osgWrappers/osg/LineWidth.cpp, src/osgWrappers/osg/LogicOp.cpp, src/osgWrappers/osg/Material.cpp, src/osgWrappers/osg/Matrix.cpp, src/osgWrappers/osg/MatrixTransform.cpp, src/osgWrappers/osg/Matrixd.cpp, src/osgWrappers/osg/Matrixf.cpp, src/osgWrappers/osg/Multisample.cpp, src/osgWrappers/osg/Node.cpp, src/osgWrappers/osg/NodeCallback.cpp, src/osgWrappers/osg/NodeTrackerCallback.cpp, src/osgWrappers/osg/NodeVisitor.cpp, src/osgWrappers/osg/Notify.cpp, src/osgWrappers/osg/Object.cpp, src/osgWrappers/osg/OccluderNode.cpp, src/osgWrappers/osg/PagedLOD.cpp, src/osgWrappers/osg/Plane.cpp, src/osgWrappers/osg/Point.cpp, src/osgWrappers/osg/PointSprite.cpp, src/osgWrappers/osg/PolygonMode.cpp, src/osgWrappers/osg/PolygonOffset.cpp, src/osgWrappers/osg/PolygonStipple.cpp, src/osgWrappers/osg/Polytope.cpp, src/osgWrappers/osg/PositionAttitudeTransform.cpp, src/osgWrappers/osg/PrimitiveSet.cpp, src/osgWrappers/osg/Program.cpp, src/osgWrappers/osg/Projection.cpp, src/osgWrappers/osg/ProxyNode.cpp, src/osgWrappers/osg/Quat.cpp, src/osgWrappers/osg/Referenced.cpp, src/osgWrappers/osg/Scissor.cpp, src/osgWrappers/osg/Sequence.cpp, src/osgWrappers/osg/ShadeModel.cpp, src/osgWrappers/osg/Shader.cpp, src/osgWrappers/osg/ShadowVolumeOccluder.cpp, src/osgWrappers/osg/Shape.cpp, src/osgWrappers/osg/ShapeDrawable.cpp, src/osgWrappers/osg/State.cpp, src/osgWrappers/osg/StateAttribute.cpp, src/osgWrappers/osg/StateSet.cpp, src/osgWrappers/osg/Stencil.cpp, src/osgWrappers/osg/Switch.cpp, src/osgWrappers/osg/TexEnv.cpp, src/osgWrappers/osg/TexEnvCombine.cpp, src/osgWrappers/osg/TexEnvFilter.cpp, src/osgWrappers/osg/TexGen.cpp, src/osgWrappers/osg/TexGenNode.cpp, src/osgWrappers/osg/TexMat.cpp, src/osgWrappers/osg/Texture.cpp, src/osgWrappers/osg/Texture1D.cpp, src/osgWrappers/osg/Texture2D.cpp, src/osgWrappers/osg/Texture3D.cpp, src/osgWrappers/osg/TextureCubeMap.cpp, src/osgWrappers/osg/TextureRectangle.cpp, src/osgWrappers/osg/Timer.cpp, src/osgWrappers/osg/Transform.cpp, src/osgWrappers/osg/Uniform.cpp, src/osgWrappers/osg/Vec2.cpp, src/osgWrappers/osg/Vec2b.cpp, src/osgWrappers/osg/Vec2d.cpp, src/osgWrappers/osg/Vec2f.cpp, src/osgWrappers/osg/Vec2s.cpp, src/osgWrappers/osg/Vec3.cpp, src/osgWrappers/osg/Vec3b.cpp, src/osgWrappers/osg/Vec3d.cpp, src/osgWrappers/osg/Vec3f.cpp, src/osgWrappers/osg/Vec3s.cpp, src/osgWrappers/osg/Vec4.cpp, src/osgWrappers/osg/Vec4b.cpp, src/osgWrappers/osg/Vec4d.cpp, src/osgWrappers/osg/Vec4f.cpp, src/osgWrappers/osg/Vec4s.cpp, src/osgWrappers/osg/Vec4ub.cpp, src/osgWrappers/osg/VertexProgram.cpp, src/osgWrappers/osg/Viewport.cpp, src/osgWrappers/osg/observer_ptr.cpp, src/osgWrappers/osgDB/Archive.cpp, src/osgWrappers/osgDB/DatabasePager.cpp, src/osgWrappers/osgDB/DotOsgWrapper.cpp, src/osgWrappers/osgDB/DynamicLibrary.cpp, src/osgWrappers/osgDB/Field.cpp, src/osgWrappers/osgDB/FieldReader.cpp, src/osgWrappers/osgDB/FieldReaderIterator.cpp, src/osgWrappers/osgDB/FileUtils.cpp, src/osgWrappers/osgDB/ImageOptions.cpp, src/osgWrappers/osgDB/Input.cpp, src/osgWrappers/osgDB/Output.cpp, src/osgWrappers/osgDB/ParameterOutput.cpp, src/osgWrappers/osgDB/ReaderWriter.cpp, src/osgWrappers/osgDB/ReentrantMutex.cpp, src/osgWrappers/osgDB/Registry.cpp, src/osgWrappers/osgDB/SharedStateManager.cpp, src/osgWrappers/osgFX/AnisotropicLighting.cpp, src/osgWrappers/osgFX/BumpMapping.cpp, src/osgWrappers/osgFX/Cartoon.cpp, src/osgWrappers/osgFX/Effect.cpp, src/osgWrappers/osgFX/MultiTextureControl.cpp, src/osgWrappers/osgFX/Registry.cpp, src/osgWrappers/osgFX/Scribe.cpp, src/osgWrappers/osgFX/SpecularHighlights.cpp, src/osgWrappers/osgFX/Technique.cpp, src/osgWrappers/osgFX/Validator.cpp, src/osgWrappers/osgGA/AnimationPathManipulator.cpp, src/osgWrappers/osgGA/DriveManipulator.cpp, src/osgWrappers/osgGA/EventQueue.cpp, src/osgWrappers/osgGA/EventVisitor.cpp, src/osgWrappers/osgGA/FlightManipulator.cpp, src/osgWrappers/osgGA/GUIActionAdapter.cpp, src/osgWrappers/osgGA/GUIEventAdapter.cpp, src/osgWrappers/osgGA/GUIEventHandler.cpp, src/osgWrappers/osgGA/GUIEventHandlerVisitor.cpp, src/osgWrappers/osgGA/KeySwitchMatrixManipulator.cpp, src/osgWrappers/osgGA/MatrixManipulator.cpp, src/osgWrappers/osgGA/NodeTrackerManipulator.cpp, src/osgWrappers/osgGA/SetSceneViewVisitor.cpp, src/osgWrappers/osgGA/StateSetManipulator.cpp, src/osgWrappers/osgGA/TerrainManipulator.cpp, src/osgWrappers/osgGA/TrackballManipulator.cpp, src/osgWrappers/osgGA/UFOManipulator.cpp, src/osgWrappers/osgParticle/AccelOperator.cpp, src/osgWrappers/osgParticle/AngularAccelOperator.cpp, src/osgWrappers/osgParticle/BoxPlacer.cpp, src/osgWrappers/osgParticle/CenteredPlacer.cpp, src/osgWrappers/osgParticle/ConnectedParticleSystem.cpp, src/osgWrappers/osgParticle/ConstantRateCounter.cpp, src/osgWrappers/osgParticle/Counter.cpp, src/osgWrappers/osgParticle/Emitter.cpp, src/osgWrappers/osgParticle/ExplosionDebrisEffect.cpp, src/osgWrappers/osgParticle/ExplosionEffect.cpp, src/osgWrappers/osgParticle/FireEffect.cpp, src/osgWrappers/osgParticle/FluidFrictionOperator.cpp, src/osgWrappers/osgParticle/FluidProgram.cpp, src/osgWrappers/osgParticle/ForceOperator.cpp, src/osgWrappers/osgParticle/Interpolator.cpp, src/osgWrappers/osgParticle/LinearInterpolator.cpp, src/osgWrappers/osgParticle/ModularEmitter.cpp, src/osgWrappers/osgParticle/ModularProgram.cpp, src/osgWrappers/osgParticle/MultiSegmentPlacer.cpp, src/osgWrappers/osgParticle/Operator.cpp, src/osgWrappers/osgParticle/Particle.cpp, src/osgWrappers/osgParticle/ParticleEffect.cpp, src/osgWrappers/osgParticle/ParticleProcessor.cpp, src/osgWrappers/osgParticle/ParticleSystem.cpp, src/osgWrappers/osgParticle/ParticleSystemUpdater.cpp, src/osgWrappers/osgParticle/Placer.cpp, src/osgWrappers/osgParticle/PointPlacer.cpp, src/osgWrappers/osgParticle/PrecipitationEffect.cpp, src/osgWrappers/osgParticle/Program.cpp, src/osgWrappers/osgParticle/RadialShooter.cpp, src/osgWrappers/osgParticle/RandomRateCounter.cpp, src/osgWrappers/osgParticle/SectorPlacer.cpp, src/osgWrappers/osgParticle/SegmentPlacer.cpp, src/osgWrappers/osgParticle/Shooter.cpp, src/osgWrappers/osgParticle/SmokeEffect.cpp, src/osgWrappers/osgParticle/SmokeTrailEffect.cpp, src/osgWrappers/osgParticle/VariableRateCounter.cpp, src/osgWrappers/osgParticle/range.cpp, src/osgWrappers/osgProducer/Export.cpp, src/osgWrappers/osgProducer/GraphicsContextImplementation.cpp, src/osgWrappers/osgProducer/KeyboardMouseCallback.cpp, src/osgWrappers/osgProducer/OsgCameraGroup.cpp, src/osgWrappers/osgProducer/OsgSceneHandler.cpp, src/osgWrappers/osgProducer/Viewer.cpp, src/osgWrappers/osgProducer/ViewerEventHandler.cpp, src/osgWrappers/osgSim/BlinkSequence.cpp, src/osgWrappers/osgSim/ColorRange.cpp, src/osgWrappers/osgSim/DOFTransform.cpp, src/osgWrappers/osgSim/GeographicLocation.cpp, src/osgWrappers/osgSim/Impostor.cpp, src/osgWrappers/osgSim/ImpostorSprite.cpp, src/osgWrappers/osgSim/InsertImpostorsVisitor.cpp, src/osgWrappers/osgSim/LightPoint.cpp, src/osgWrappers/osgSim/LightPointNode.cpp, src/osgWrappers/osgSim/LightPointSystem.cpp, src/osgWrappers/osgSim/MultiSwitch.cpp, src/osgWrappers/osgSim/OpenFlightOptimizer.cpp, src/osgWrappers/osgSim/OverlayNode.cpp, src/osgWrappers/osgSim/ScalarBar.cpp, src/osgWrappers/osgSim/ScalarsToColors.cpp, src/osgWrappers/osgSim/Sector.cpp, src/osgWrappers/osgSim/SphereSegment.cpp, src/osgWrappers/osgSim/VisibilityGroup.cpp, src/osgWrappers/osgTerrain/DataSet.cpp, src/osgWrappers/osgTerrain/HeightFieldNode.cpp, src/osgWrappers/osgTerrain/HeightFieldRenderer.cpp, src/osgWrappers/osgText/Export.cpp, src/osgWrappers/osgText/Font.cpp, src/osgWrappers/osgText/String.cpp, src/osgWrappers/osgText/Text.cpp, src/osgWrappers/osgUtil/CubeMapGenerator.cpp, src/osgWrappers/osgUtil/CullVisitor.cpp, src/osgWrappers/osgUtil/DelaunayTriangulator.cpp, src/osgWrappers/osgUtil/DisplayRequirementsVisitor.cpp, src/osgWrappers/osgUtil/GLObjectsVisitor.cpp, src/osgWrappers/osgUtil/HalfWayMapGenerator.cpp, src/osgWrappers/osgUtil/HighlightMapGenerator.cpp, src/osgWrappers/osgUtil/IntersectVisitor.cpp, src/osgWrappers/osgUtil/Optimizer.cpp, src/osgWrappers/osgUtil/PositionalStateContainer.cpp, src/osgWrappers/osgUtil/ReflectionMapGenerator.cpp, src/osgWrappers/osgUtil/RenderBin.cpp, src/osgWrappers/osgUtil/RenderLeaf.cpp, src/osgWrappers/osgUtil/RenderStage.cpp, src/osgWrappers/osgUtil/SceneView.cpp, src/osgWrappers/osgUtil/Simplifier.cpp, src/osgWrappers/osgUtil/SmoothingVisitor.cpp, src/osgWrappers/osgUtil/StateGraph.cpp, src/osgWrappers/osgUtil/Statistics.cpp, src/osgWrappers/osgUtil/TangentSpaceGenerator.cpp, src/osgWrappers/osgUtil/Tesselator.cpp, src/osgWrappers/osgUtil/TransformAttributeFunctor.cpp, src/osgWrappers/osgUtil/TransformCallback.cpp, src/osgWrappers/osgUtil/TriStripVisitor.cpp, src/osgWrappers/osgUtil/UpdateVisitor.cpp: Updated wrappers 2006-09-01 13:22 robert * src/osgIntrospection/DefaultReflectors.cpp: From David Callu, add reflection of std::wstring in the DefaultReflector 2006-09-01 12:52 robert * VisualStudio/osgIntrospection/osgIntrospection.dsp, include/osgIntrospection/PublicMemberAccessor, include/osgIntrospection/ReaderWriter, include/osgIntrospection/ReflectionMacros, include/osgIntrospection/Reflector, include/osgIntrospection/Type, include/osgIntrospection/Value, src/osgIntrospection/DefaultReflectors.cpp, src/osgIntrospection/Type.cpp, src/osgIntrospection/Value.cpp: From David Callu, "bug fix to reflect the wchar_t in Value and Value.cpp I add the toWString() function. in Type and Type.cpp I just add two function to get a map of propertyList and a map of methodList i need this map in my editor a i think it's could be util to put this functionnality in osgIntrospection, 2006-09-01 12:46 robert * include/osgText/String, src/osgText/String.cpp: Removed the String inhertiance from osg::Referenced. 2006-08-31 20:55 robert * include/osg/Version: Updated Version number for 1.2 release 2006-08-31 20:54 robert * src/osg/Version.cpp, src/osgDB/Version.cpp, src/osgGA/Version.cpp, src/osgParticle/Version.cpp, src/osgProducer/Version.cpp, src/osgSim/Version.cpp, src/osgTerrain/Version.cpp, src/osgText/Version.cpp, src/osgUtil/Version.cpp: Updated version numbers of the up comming 1.2 release 2006-08-31 20:48 robert * src/osg/GLExtensions.cpp: From Eric Wing, "Attached is a change for GLExtensions.cpp that allows OS X to use dlopen/dlsym instead of NS*Symbol* functions for 10.3 or later. The latter is now deprecated. I'm not completely sure how to test the changes. But I compiled these new changes in and ran the osgvertexprogram and osgshaders examples and they seemed to display the same results as before. With respect to the use of dlopen and dlsym, I was uncertain if the usage should look like Sun or FreeBSD (or something else). Apple's man pages discourage the use of RTLD_DEFAULT so I avoided the FreeBSD implementation and copied the Sun implementation. I'm not sure if this is correct/ideal or not." 2006-08-31 20:26 robert * NEWS.txt: Updated NEWS for 1.2 release and added COLLADA plugin 2006-08-31 15:47 robert * src/osgProducer/OsgCameraGroup.cpp: Fixed typo on OSG_PROCESSOR_AFFINITY env var. 2006-08-31 15:39 robert * src/osgUtil/Optimizer.cpp: Fixed TextureAtlasVisitor bug where repeating textures were incorrectly assigned as non repeating. 2006-08-31 13:53 robert * src/osgPlugins/ive/ProxyNode.cpp: Changed the external file writing to use the DatabasePathList for its path rather than the original files path. 2006-08-31 10:37 robert * src/osgWrappers/osg/CameraNode.cpp: Updated wrappers 2006-08-31 10:10 robert * include/osg/CameraNode: Made the inheritance of osg::Object in the DrawCallback to be virtual. 2006-08-31 10:08 robert * src/osgUtil/SceneView.cpp: Added support for CameraNode's PostDrawCallback. 2006-08-30 19:33 robert * NEWS.txt: Added GPU stats to NEWS list 2006-08-30 19:21 robert * NEWS.txt: Updated NEWS for rc2 2006-08-30 16:33 robert * src/osgUtil/Optimizer.cpp: To TextureAtlasBuilder add copying of border pixels into margins to help improve quality of lower mipmap levels. 2006-08-30 13:50 robert * VisualStudio/applications/osgarchive/osgarchive.dsp, VisualStudio/applications/osgconv/osgconv.dsp, VisualStudio/applications/osgdem/osgdem.dsp, VisualStudio/applications/osgversion/osgversion.dsp, VisualStudio/applications/osgviewer/osgviewer.dsp, VisualStudio/examples/osgGLUTkeyboardmouse/osgGLUTkeyboardmouse.dsp, VisualStudio/examples/osgGLUTsimple/osgGLUTsimple.dsp, VisualStudio/examples/osganimate/osganimate.dsp, VisualStudio/examples/osgautotransform/osgautotransform.dsp, VisualStudio/examples/osgbillboard/osgbillboard.dsp, VisualStudio/examples/osgblendequation/osgblendequation.dsp, VisualStudio/examples/osgbluemarble/osgbluemarble.dsp, VisualStudio/examples/osgcallback/osgcallback.dsp, VisualStudio/examples/osgcamera/osgcamera.dsp, VisualStudio/examples/osgcameragroup/osgcameragroup.dsp, VisualStudio/examples/osgcatch/osgcatch.dsp, VisualStudio/examples/osgclip/osgclip.dsp, VisualStudio/examples/osgcluster/osgcluster.dsp, VisualStudio/examples/osgcopy/osgcopy.dsp, VisualStudio/examples/osgcubemap/osgcubemap.dsp, VisualStudio/examples/osgdelaunay/osgdelaunay.dsp, VisualStudio/examples/osgdepthpartition/osgdepthpartition.dsp, VisualStudio/examples/osgdepthshadow/osgdepthshadow.dsp, VisualStudio/examples/osgdistortion/osgdistortion.dsp, VisualStudio/examples/osgforest/osgforest.dsp, VisualStudio/examples/osggeodemo/osggeodemo.dsp, VisualStudio/examples/osggeometry/osggeometry.dsp, VisualStudio/examples/osghangglide/osghangglide.dsp, VisualStudio/examples/osghud/osghud.dsp, VisualStudio/examples/osgimpostor/osgimpostor.dsp, VisualStudio/examples/osgintrospection/example_osgintrospection.dsp, VisualStudio/examples/osgkeyboard/osgkeyboard.dsp, VisualStudio/examples/osgkeyboardmouse/osgkeyboardmouse.dsp, VisualStudio/examples/osglauncher/osglauncher.dsp, VisualStudio/examples/osglight/osglight.dsp, VisualStudio/examples/osglightpoint/osglightpoint.dsp, VisualStudio/examples/osglogicop/osglogicop.dsp, VisualStudio/examples/osglogo/osglogo.dsp, VisualStudio/examples/osgmotionblur/osgmotionblur.dsp, VisualStudio/examples/osgmovie/osgmovie.dsp, VisualStudio/examples/osgmultiplecameras/osgmultiplecameras.dsp, VisualStudio/examples/osgmultitexture/osgmultitexture.dsp, VisualStudio/examples/osgoccluder/osgoccluder.dsp, VisualStudio/examples/osgpagedlod/osgpagedlod.dsp, VisualStudio/examples/osgparametric/osgparametric.dsp, VisualStudio/examples/osgparticle/osgparticledemo.dsp, VisualStudio/examples/osgparticleeffects/osgparticleeffects.dsp, VisualStudio/examples/osgphotoalbum/osgphotoalbum.dsp, VisualStudio/examples/osgpick/osgpick.dsp, VisualStudio/examples/osgplanets/osgplanets.dsp, VisualStudio/examples/osgpoints/osgpoints.dsp, VisualStudio/examples/osgpointsprite/osgpointsprite.dsp, VisualStudio/examples/osgprecipitation/osgprecipitation.dsp, VisualStudio/examples/osgprerender/osgprerender.dsp, VisualStudio/examples/osgprerendercubemap/osgprerendercubemap.dsp, VisualStudio/examples/osgreflect/osgreflect.dsp, VisualStudio/examples/osgscalarbar/osgscalarbar.dsp, VisualStudio/examples/osgscribe/osgscribe.dsp, VisualStudio/examples/osgsequence/osgsequence.dsp, VisualStudio/examples/osgshaders/osgshaders.dsp, VisualStudio/examples/osgshaderterrain/osgshaderterrain.dsp, VisualStudio/examples/osgshadowtexture/osgshadowtexture.dsp, VisualStudio/examples/osgshape/osgshape.dsp, VisualStudio/examples/osgsimple/osgsimple.dsp, VisualStudio/examples/osgsimplepager/osgsimplepager.dsp, VisualStudio/examples/osgsimplifier/osgsimplifier.dsp, VisualStudio/examples/osgsimulation/osgsimulation.dsp, VisualStudio/examples/osgslice/osgslice.dsp, VisualStudio/examples/osgspacewarp/osgspacewarp.dsp, VisualStudio/examples/osgspheresegment/osgspheresegment.dsp, VisualStudio/examples/osgspotlight/osgspotlight.dsp, VisualStudio/examples/osgstereoimage/osgstereoimage.dsp, VisualStudio/examples/osgteapot/osgteapot.dsp, VisualStudio/examples/osgtesselate/osgtesselate.dsp, VisualStudio/examples/osgtext/osgtextdemo.dsp, VisualStudio/examples/osgtexture1D/osgtexture1D.dsp, VisualStudio/examples/osgtexture2D/osgtexture2D.dsp, VisualStudio/examples/osgtexture3D/osgtexture3D.dsp, VisualStudio/examples/osgtexturerectangle/osgtexturerectangle.dsp, VisualStudio/examples/osgunittests/osgunittests.dsp, VisualStudio/examples/osgvertexprogram/osgvertexprogram.dsp, VisualStudio/examples/osgvolume/osgvolume.dsp, VisualStudio/examples/osgwindows/osgwindows.dsp, VisualStudio/osg/osg.dsp, VisualStudio/osgDB/osgDB.dsp, VisualStudio/osgFX/osgFX.dsp, VisualStudio/osgGA/osgGA.dsp, VisualStudio/osgIntrospection/osgIntrospection.dsp, VisualStudio/osgParticle/osgParticle.dsp, VisualStudio/osgPlugins/3dc/3dc.dsp, VisualStudio/osgPlugins/ESRIShape/ESRIShape.dsp, VisualStudio/osgPlugins/OpenFlight/OpenFlight.dsp, VisualStudio/osgPlugins/ac3d/ac3d.dsp, VisualStudio/osgPlugins/bmp/bmp.dsp, VisualStudio/osgPlugins/bsp/bsp.dsp, VisualStudio/osgPlugins/dae/dae.dsp, VisualStudio/osgPlugins/dds/dds.dsp, VisualStudio/osgPlugins/directx/directx.dsp, VisualStudio/osgPlugins/dw/dw.dsp, VisualStudio/osgPlugins/dxf/dxf.dsp, VisualStudio/osgPlugins/flt/flt.dsp, VisualStudio/osgPlugins/freetype/freetype.dsp, VisualStudio/osgPlugins/gdal/gdal.dsp, VisualStudio/osgPlugins/geo/geo.dsp, VisualStudio/osgPlugins/gif/gif.dsp, VisualStudio/osgPlugins/hdr/hdr.dsp, VisualStudio/osgPlugins/ive/ive.dsp, VisualStudio/osgPlugins/jp2/jp2.dsp, VisualStudio/osgPlugins/jpeg/jpeg.dsp, VisualStudio/osgPlugins/lib3ds/lib3ds.dsp, VisualStudio/osgPlugins/logo/logo.dsp, VisualStudio/osgPlugins/lwo/lwo.dsp, VisualStudio/osgPlugins/lws/lws.dsp, VisualStudio/osgPlugins/md2/md2.dsp, VisualStudio/osgPlugins/net/net.dsp, VisualStudio/osgPlugins/normals/normals.dsp, VisualStudio/osgPlugins/obj/obj.dsp, VisualStudio/osgPlugins/osg/dot_osg.dsp, VisualStudio/osgPlugins/osgFX/dot_osgFX.dsp, VisualStudio/osgPlugins/osgParticle/dot_osgParticle.dsp, VisualStudio/osgPlugins/osgSim/dot_osgSim.dsp, VisualStudio/osgPlugins/osgText/dot_osgText.dsp, VisualStudio/osgPlugins/osga/osga.dsp, VisualStudio/osgPlugins/osgtgz/osgtgz.dsp, VisualStudio/osgPlugins/pfb/pfb.dsp, VisualStudio/osgPlugins/pic/pic.dsp, VisualStudio/osgPlugins/png/png.dsp, VisualStudio/osgPlugins/pnm/pnm.dsp, VisualStudio/osgPlugins/rgb/rgb.dsp, VisualStudio/osgPlugins/rot/rot.dsp, VisualStudio/osgPlugins/scale/scale.dsp, VisualStudio/osgPlugins/stl/stl.dsp, VisualStudio/osgPlugins/tga/tga.dsp, VisualStudio/osgPlugins/tgz/tgz.dsp, VisualStudio/osgPlugins/tiff/tiff.dsp, VisualStudio/osgPlugins/trans/trans.dsp, VisualStudio/osgPlugins/txp/txp.dsp, VisualStudio/osgPlugins/zip/zip.dsp, VisualStudio/osgProducer/osgProducer.dsp, VisualStudio/osgSim/osgSim.dsp, VisualStudio/osgTerrain/osgTerrain.dsp, VisualStudio/osgText/osgText.dsp, VisualStudio/osgUtil/osgUtil.dsp, VisualStudio/osgWrappers/osg/wrapper_osg.dsp, VisualStudio/osgWrappers/osgDB/wrapper_osgDB.dsp, VisualStudio/osgWrappers/osgFX/wrapper_osgFX.dsp, VisualStudio/osgWrappers/osgGA/wrapper_osgGA.dsp, VisualStudio/osgWrappers/osgParticle/wrapper_osgParticle.dsp, VisualStudio/osgWrappers/osgProducer/wrapper_osgProducer.dsp, VisualStudio/osgWrappers/osgSim/wrapper_osgSim.dsp, VisualStudio/osgWrappers/osgTerrain/wrapper_osgTerrain.dsp, VisualStudio/osgWrappers/osgText/wrapper_osgText.dsp, VisualStudio/osgWrappers/osgUtil/wrapper_osgUtil.dsp: From Mike Wittman, changed release build options to reduce binary bloat. 2006-08-30 09:32 robert * src/osgUtil/Optimizer.cpp: In TextureAtlasVisitor code added catch for textures that have some geometry with texcoords within 0 to 1.0, but others others out of the 0 to 1 range, these textures are automatically rejected from consideration for adding to a texture atlas. 2006-08-29 15:05 robert * src/osgUtil/Optimizer.cpp: To the TextureAtlasBuilder added detection of instance where a single drawable has multiple textures on the same texture unit inherited down to it from above. 2006-08-29 12:31 robert * src/osgWrappers/osgText/Font.cpp, src/osgWrappers/osgUtil/Statistics.cpp: Updated wrappers 2006-08-29 11:25 robert * src/osgProducer/ViewerEventHandler.cpp: Added GPU stats 2006-08-29 06:58 robert * include/osg/TexMat: Added TexMat(Matrix) constructor. 2006-08-29 00:10 don * src/osgUtil/DelaunayTriangulator.cpp: Fixed a crash in removeInternalTriangles() for models without normals. 2006-08-28 19:37 robert * include/osgText/Font, src/osgText/Font.cpp, src/osgText/Text.cpp: Added TexEnv object into Font and apply this in Text::drawImplementation to make sure that a valid TexEnv is applied 2006-08-28 19:07 robert * src/osgPlugins/ac3d/ac3d.cpp: From Roger James, improved mapping of AC3D lighting model to OSG 2006-08-28 19:06 robert * include/osgUtil/Statistics: Added support for logging StateSet usage in StatsVisitor. 2006-08-28 19:05 robert * src/osgUtil/Optimizer.cpp: Added env var docs 2006-08-28 19:01 robert * include/osgUtil/Tesselator, src/osgUtil/Tesselator.cpp: From Roger James, "I have been going through my modified osg files and came across this fix to the Tesselator. From memory it handles a problem with per primitive normal binding. I must have forgotten to submit it." 2006-08-28 15:46 robert * include/osgUtil/Optimizer, src/osgUtil/Optimizer.cpp: Futher work on TextureAtlasBuilder/Visitor, now functioning enough to deploy on real models. 2006-08-28 10:49 robert * src/osgWrappers/osg/TexMat.cpp, src/osgWrappers/osgUtil/Optimizer.cpp: Updated wrappers 2006-08-28 10:46 robert * include/osgUtil/Optimizer, src/osgUtil/Optimizer.cpp: Further work on TextureAlasBuilder and TextureAtlasVisitor. 2006-08-26 21:38 robert * src/osgUtil/Optimizer.cpp: Further work of TextureAtlasBuilder 2006-08-25 16:31 robert * src/osgWrappers/osg/Image.cpp, src/osgWrappers/osg/Texture.cpp, src/osgWrappers/osgUtil/Optimizer.cpp: Updated wrappers 2006-08-25 16:30 robert * include/osgUtil/Optimizer, src/osgUtil/Optimizer.cpp: Further work on new TextureAtlasBuilder. 2006-08-25 15:53 robert * include/osgUtil/Optimizer, src/osgUtil/Optimizer.cpp: Checking in first cut of new osgUtil::Optimizer::TextureAtlasBuilder class for building texture atlas for sets of images or textures. 2006-08-25 15:49 robert * include/osg/Image, src/osg/Image.cpp: Added missing setDataType and setPacking functions 2006-08-25 14:54 robert * include/osg/Texture: Added const version of getReadPBuffer() 2006-08-25 14:53 robert * include/osg/Texture: Fixed const correctness of get shadow functions 2006-08-25 09:03 robert * src/osgWrappers/osg/BufferObject.cpp: Updated wrappers 2006-08-25 08:48 robert * include/osg/BufferObject, src/osg/BufferObject.cpp, src/osg/Texture.cpp, src/osg/TextureRectangle.cpp: From Farshid Lashkari, "I was experiencing hard crashes of my application when using PBO's on machines that don't support PBO's. I think osg incorrectly checks if PBO's are supported. I added a new method to the BufferObject::Extensions class which returns if the "GL_ARB_pixel_buffer_object" string is supported. This fixes the problem on my end. Machines without PBO support will continue to work and machines with PBO support will still be able to use it." 2006-08-25 08:42 robert * Xcode/OpenSceneGraph/OpenSceneGraph.xcodeproj/project.pbxproj: From Eric Wing, updates to Xcode project 2006-08-24 20:16 robert * include/osg/Math: From David Guthrie, "I know there are 50,000 changes to osg/Math for OSX a day, but I think it can be simplified quite a bit. The old code includes for pre-10.2 and anything using something other than g++ 4 and then uses std::isnan. For the most current version, it leaves out cmath and uses isnan(). std::isnan and cmath work for the current version, so I just made it include cmath if __APPLE__ is defined and removed the ifdef between versions of OS X for isnan related things. This way the code is all the same, and it's not fragile to someone including prior to including osg/Math." 2006-08-24 20:15 robert * include/osg/Endian: Simplified swap bytes code to make it more efficient. 2006-08-24 16:33 robert * src/osg/Image.cpp: Add error message report to catch attempts to flip mipmap images. 2006-08-24 13:16 robert * Make/makedirdefs: Fixed COLLDADA plugin name and remove osgmove example 2006-08-23 15:25 robert * src/osgPlugins/dds/ReaderWriterDDS.cpp: From Sebastien Grignard, fix to writing of dds files, write the source data directly rather using a series of memcpy. 2006-08-23 15:11 robert * src/osgPlugins/dae/README.txt: From Jeremy Moles, fixed typos 2006-08-23 14:17 robert * include/osg/Math: From Daniel Larimer, fix for OSX 10.4 when gcc != 4 2006-08-23 13:32 robert * Make/dependencies, Make/makedirdefs, VisualStudio/osgPlugins/dae, VisualStudio/osgPlugins/dae/dae.dsp, src/osgPlugins/dae, src/osgPlugins/dae/GNUmakefile, src/osgPlugins/dae/README.txt, src/osgPlugins/dae/ReaderWriterDAE.cpp, src/osgPlugins/dae/daeRGeometry.cpp, src/osgPlugins/dae/daeRMaterials.cpp, src/osgPlugins/dae/daeRSceneObjects.cpp, src/osgPlugins/dae/daeRTransforms.cpp, src/osgPlugins/dae/daeReader.cpp, src/osgPlugins/dae/daeReader.h, src/osgPlugins/dae/daeUtils.h, src/osgPlugins/dae/daeWGeometry.cpp, src/osgPlugins/dae/daeWMaterials.cpp, src/osgPlugins/dae/daeWSceneObjects.cpp, src/osgPlugins/dae/daeWTransforms.cpp, src/osgPlugins/dae/daeWriter.cpp, src/osgPlugins/dae/daeWriter.h, src/osgPlugins/dae/domSourceReader.cpp, src/osgPlugins/dae/domSourceReader.h, src/osgPlugins/dae/scea_shared_source_license.html: From Andrew Lorino and Mike Weiblen, COLLADA 1.4.1 ReaderWriter, kindly developed and donated by Sony Computer Entertainment Inc. US R&D. 2006-08-23 13:18 robert * examples/osgunittests/osgunittests.cpp: Added sizeof(short int) 2006-08-23 13:16 robert * examples/osglogo/osglogo.cpp: Tweaks to osglogo to allow you to export alpha blended screenshots 2006-08-22 19:10 don * src/osgPlugins/ESRIShape/ESRIShapeParser.cpp: Added osgUtil::Tesselator for SHapeType Polygon to handle concave polygons. 2006-08-22 13:07 robert * src/osgPlugins/OpenFlight/Document.h, src/osgPlugins/OpenFlight/ReaderWriterFLT.cpp: From Vaclav Bilek, "The purpose of this change is to suppress "re-reading" of osg::ProxyNodes ( in OF external references) after the OF file is loaded. The change do conditional execution of already existing code. I use this for optimized preprocessing of large databases what can not be loaded in one pass because of memory limits." 2006-08-22 12:49 robert * VisualStudio/osgShell.bat: From Gary Quinn, updated to take account of new bin directory structure. 2006-08-22 12:46 robert * VisualStudio/collect_mangled_names.js: From Joran Jessurun, updated to look for lib/win32. 2006-08-22 12:33 robert * src/osgText/Text.cpp: Changed the default implementation of backdrop text to DEPTH_RANGE and tweaked the depth range values to minimize the depth rage witout causing z fighting on osgtext example. 2006-08-22 10:23 robert * include/osgText/Text, src/osgText/Text.cpp: From Eric Wing, fix for compute of the bounding box when handling outline/backdrop text. 2006-08-21 21:09 robert * src/osgDB/FileUtils.cpp: From Eric Wing, compile fix for OSX 2006-08-21 21:00 robert * Xcode/OpenSceneGraph/OpenSceneGraph.xcodeproj/project.pbxproj: From Eric Wing, updates to Xcode projects 2006-08-21 20:29 robert * include/osgGA/EventQueue: Added comments on the meaning of button value 2006-08-21 15:07 robert * src/osgPlugins/lib3ds/ReaderWriter3DS.cpp, src/osgPlugins/lib3ds/chunk.cpp, src/osgPlugins/lib3ds/mesh.cpp, src/osgPlugins/lib3ds/readwrite.cpp, src/osgPlugins/lib3ds/readwrite.h, src/osgPlugins/lib3ds/types.h: Fixed 64 bit support 2006-08-14 19:42 robert * include/osg/Texture, src/osg/Texture.cpp, src/osg/Texture1D.cpp, src/osg/Texture2D.cpp, src/osg/Texture3D.cpp, src/osg/TextureCubeMap.cpp, src/osg/TextureRectangle.cpp: Fixed texture optimization problem associated with mixing already compiled scene graphs - resulting in incorrect texture assignment. Solution was to a compareTextureObjects() test to the Texture*::compare(..) method that the osgUtil::Optimizer::StateSetVisitor uses to determine uniqueness. 2006-08-14 11:03 robert * src/osgPlugins/txp/trpage_header.cpp, src/osgPlugins/txp/trpage_io.h, src/osgPlugins/txp/trpage_label.cpp, src/osgPlugins/txp/trpage_light.cpp, src/osgPlugins/txp/trpage_managers.cpp, src/osgPlugins/txp/trpage_managers.h, src/osgPlugins/txp/trpage_material.cpp, src/osgPlugins/txp/trpage_pparse.cpp, src/osgPlugins/txp/trpage_readbuf.cpp, src/osgPlugins/txp/trpage_scene.cpp, src/osgPlugins/txp/trpage_warchive.cpp, src/osgPlugins/txp/trpage_write.h, src/osgPlugins/txp/trpage_writebuf.cpp: Ran dos2unix to fix inconsistent line endings 2006-08-14 07:59 robert * src/osgPlugins/OpenFlight/PrimaryRecords.cpp: From Paul Martz, "The gist of this change is, if the OpenFlight version of the parent file is so old that it doesn't support Light Point palettes or Shader palettes, then the parent file is not allowed to override those palettes in the child." 2006-08-13 20:12 robert * ChangeLog: Updated ChangeLog for 1.1.1 release 2006-08-13 08:40 robert * AUTHORS.txt, ChangeLog, NEWS.txt, applications/osgversion/osgversion.cpp: Updated ChangeLog, NEWS, osgversion and AUTHORS.txt for 1.1.1 release 2006-08-13 08:24 robert * src/osgPlugins/obj/ReaderWriterOBJ.cpp: Changed the texture wrap mode to repeat 2006-08-13 07:37 robert * src/osgParticle/PrecipitationEffect.cpp, src/osgPlugins/OpenFlight/Pools.h, src/osgSim/OpenFlightOptimizer.cpp: From Chuck Sembroski, fixes for IRIX 2006-08-12 18:19 robert * src/osg/CullStack.cpp, src/osgUtil/CullVisitor.cpp: Moved reset to 0 of _createReuseMatrixIndex from CullVistor.cpp to CullStack.cpp so that CullStack::reset works correctly for all subclasses - fixing a memory consumption issue with occluders 2006-08-12 08:29 robert * src/osg/Version.cpp, src/osgDB/Version.cpp, src/osgGA/Version.cpp, src/osgParticle/Version.cpp, src/osgProducer/Version.cpp, src/osgSim/Version.cpp, src/osgTerrain/Version.cpp, src/osgText/Version.cpp, src/osgUtil/Version.cpp: Updated version number for 1.1.1 release 2006-08-12 07:59 robert * AUTHORS.txt, ChangeLog, applications/osgversion/osgversion.cpp: Updated ChangelLog and AUTHORS file 2006-08-12 07:43 robert * Xcode/OpenSceneGraph/OpenSceneGraph.xcode: Removed Xcode 1.x projects 2006-08-11 21:48 robert * Xcode/OpenSceneGraph/OpenSceneGraph.xcodeproj/project.pbxproj, Xcode/OpenSceneGraph/osgfbo-Info.plist, Xcode/OpenSceneGraph/osgpbuffer-Info.plist: From Radu Mihai, removed osgfbo and osgpbuffer projects 2006-08-11 21:39 robert * src/osgGA/GUIEventAdapter.cpp: Added osg:: to Referenced() to fix IRIX build. 2006-08-11 19:56 don * src/osgPlugins/net/ReaderWriterNET.cpp: removed CRLF and replaced with LF in ReaderWriteNET.cpp 2006-08-11 18:23 robert * src/osgWrappers/osgUtil/Optimizer.cpp: Updated wrappers 2006-08-11 18:22 robert * src/osgProducer/OsgCameraGroup.cpp: Fixed if (numProcessors>1), was originally >= 2006-08-11 17:39 don * src/osgPlugins/net/ReaderWriterNET.cpp: Added comments to support use of Proxy in the .net plugin. 2006-08-11 17:34 don * src/osgPlugins/net/ReaderWriterNET.cpp: Submission by Carlo Camporesi - Added Proxy support to .net loader 2006-08-11 16:03 robert * include/osgUtil/Optimizer: Fixed value of FLATTEN_BILLBOARDS enum. 2006-08-11 13:06 robert * src/osgPlugins/ESRIShape/ESRIShapeReaderWriter.cpp: Added file search path to ESRI reader. 2006-08-11 12:53 robert * src/osg/Group.cpp: Fixed bug in Group::setChild relating to the accounting for OccluderNode. 2006-08-11 12:39 robert * src/osgProducer/OsgCameraGroup.cpp: Moved the OpenThreads::GetNumberOfProcessors() inside the if (_enableProcessAffinitHint) block to avoid slowing down init of apps that don't require procesor affinity. 2006-08-11 11:05 robert * src/osgProducer/GraphicsContextImplementation.cpp, src/osgUtil/RenderStage.cpp: Fixed pbuffer usage cross multiple graphics contexts 2006-08-11 11:04 robert * NEWS.txt: Updated NEWS for rc1 2006-08-11 09:50 robert * AUTHORS.txt, applications/osgversion/osgversion.cpp: Updated AUTHORS file 2006-08-11 09:30 robert * ChangeLog, Make/makedirdefs, VisualStudio/OpenSceneGraph.dsw, VisualStudio/examples/osgfbo, VisualStudio/examples/osgpbuffer, examples/osgfbo, examples/osgpbuffer: Removed osgfbo and osgpbuffer examples 2006-08-11 09:13 robert * NEWS.txt: Updated NEWS 2006-08-10 20:50 robert * VisualStudio/reset-64bit-outdirs.pl: From Mike Wittman, perl script to assist W64 support. 2006-08-10 20:32 robert * VisualStudio/MUST_READ_ME.txt, VisualStudio/applications/osgarchive/osgarchive.dsp, VisualStudio/applications/osgconv/osgconv.dsp, VisualStudio/applications/osgdem/osgdem.dsp, VisualStudio/applications/osgversion/osgversion.dsp, VisualStudio/applications/osgviewer/osgviewer.dsp, VisualStudio/examples/osgGLUTkeyboardmouse/osgGLUTkeyboardmouse.dsp, VisualStudio/examples/osgGLUTsimple/osgGLUTsimple.dsp, VisualStudio/examples/osganimate/osganimate.dsp, VisualStudio/examples/osgautotransform/osgautotransform.dsp, VisualStudio/examples/osgbillboard/osgbillboard.dsp, VisualStudio/examples/osgblendequation/osgblendequation.dsp, VisualStudio/examples/osgbluemarble/osgbluemarble.dsp, VisualStudio/examples/osgcallback/osgcallback.dsp, VisualStudio/examples/osgcamera/osgcamera.dsp, VisualStudio/examples/osgcameragroup/osgcameragroup.dsp, VisualStudio/examples/osgcatch/osgcatch.dsp, VisualStudio/examples/osgclip/osgclip.dsp, VisualStudio/examples/osgcluster/osgcluster.dsp, VisualStudio/examples/osgcopy/osgcopy.dsp, VisualStudio/examples/osgcubemap/osgcubemap.dsp, VisualStudio/examples/osgdelaunay/osgdelaunay.dsp, VisualStudio/examples/osgdepthpartition/osgdepthpartition.dsp, VisualStudio/examples/osgdepthshadow/osgdepthshadow.dsp, VisualStudio/examples/osgdistortion/osgdistortion.dsp, VisualStudio/examples/osgfbo/osgfbo.dsp, VisualStudio/examples/osgforest/osgforest.dsp, VisualStudio/examples/osgfxbrowser/osgfxbrowser.dsp, VisualStudio/examples/osggeodemo/osggeodemo.dsp, VisualStudio/examples/osggeometry/osggeometry.dsp, VisualStudio/examples/osghangglide/osghangglide.dsp, VisualStudio/examples/osghud/osghud.dsp, VisualStudio/examples/osgimpostor/osgimpostor.dsp, VisualStudio/examples/osgintrospection/example_osgintrospection.dsp, VisualStudio/examples/osgkeyboard/osgkeyboard.dsp, VisualStudio/examples/osgkeyboardmouse/osgkeyboardmouse.dsp, VisualStudio/examples/osglauncher/osglauncher.dsp, VisualStudio/examples/osglight/osglight.dsp, VisualStudio/examples/osglightpoint/osglightpoint.dsp, VisualStudio/examples/osglogicop/osglogicop.dsp, VisualStudio/examples/osglogo/osglogo.dsp, VisualStudio/examples/osgmotionblur/osgmotionblur.dsp, VisualStudio/examples/osgmovie/osgmovie.dsp, VisualStudio/examples/osgmultiplecameras/osgmultiplecameras.dsp, VisualStudio/examples/osgmultitexture/osgmultitexture.dsp, VisualStudio/examples/osgoccluder/osgoccluder.dsp, VisualStudio/examples/osgpagedlod/osgpagedlod.dsp, VisualStudio/examples/osgparametric/osgparametric.dsp, VisualStudio/examples/osgparticle/osgparticledemo.dsp, VisualStudio/examples/osgparticleeffects/osgparticleeffects.dsp, VisualStudio/examples/osgpbuffer/osgpbuffer.dsp, VisualStudio/examples/osgphotoalbum/osgphotoalbum.dsp, VisualStudio/examples/osgpick/osgpick.dsp, VisualStudio/examples/osgplanets/osgplanets.dsp, VisualStudio/examples/osgpoints/osgpoints.dsp, VisualStudio/examples/osgpointsprite/osgpointsprite.dsp, VisualStudio/examples/osgprecipitation/osgprecipitation.dsp, VisualStudio/examples/osgprerender/osgprerender.dsp, VisualStudio/examples/osgprerendercubemap/osgprerendercubemap.dsp, VisualStudio/examples/osgreflect/osgreflect.dsp, VisualStudio/examples/osgscalarbar/osgscalarbar.dsp, VisualStudio/examples/osgscribe/osgscribe.dsp, VisualStudio/examples/osgsequence/osgsequence.dsp, VisualStudio/examples/osgshaders/osgshaders.dsp, VisualStudio/examples/osgshaderterrain/osgshaderterrain.dsp, VisualStudio/examples/osgshadowtexture/osgshadowtexture.dsp, VisualStudio/examples/osgshape/osgshape.dsp, VisualStudio/examples/osgsimple/osgsimple.dsp, VisualStudio/examples/osgsimplepager/osgsimplepager.dsp, VisualStudio/examples/osgsimplifier/osgsimplifier.dsp, VisualStudio/examples/osgsimulation/osgsimulation.dsp, VisualStudio/examples/osgslice/osgslice.dsp, VisualStudio/examples/osgspacewarp/osgspacewarp.dsp, VisualStudio/examples/osgspheresegment/osgspheresegment.dsp, VisualStudio/examples/osgspotlight/osgspotlight.dsp, VisualStudio/examples/osgstereoimage/osgstereoimage.dsp, VisualStudio/examples/osgteapot/osgteapot.dsp, VisualStudio/examples/osgtesselate/osgtesselate.dsp, VisualStudio/examples/osgtext/osgtextdemo.dsp, VisualStudio/examples/osgtexture1D/osgtexture1D.dsp, VisualStudio/examples/osgtexture2D/osgtexture2D.dsp, VisualStudio/examples/osgtexture3D/osgtexture3D.dsp, VisualStudio/examples/osgtexturerectangle/osgtexturerectangle.dsp, VisualStudio/examples/osgunittests/osgunittests.dsp, VisualStudio/examples/osgvertexprogram/osgvertexprogram.dsp, VisualStudio/examples/osgvolume/osgvolume.dsp, VisualStudio/examples/osgwindows/osgwindows.dsp, VisualStudio/osg/osg.dsp, VisualStudio/osgDB/osgDB.dsp, VisualStudio/osgFX/osgFX.dsp, VisualStudio/osgGA/osgGA.dsp, VisualStudio/osgIntrospection/osgIntrospection.dsp, VisualStudio/osgParticle/osgParticle.dsp, VisualStudio/osgPlugins/3dc/3dc.dsp, VisualStudio/osgPlugins/ESRIShape/ESRIShape.dsp, VisualStudio/osgPlugins/OpenFlight/OpenFlight.dsp, VisualStudio/osgPlugins/ac3d/ac3d.dsp, VisualStudio/osgPlugins/bmp/bmp.dsp, VisualStudio/osgPlugins/bsp/bsp.dsp, VisualStudio/osgPlugins/dds/dds.dsp, VisualStudio/osgPlugins/directx/directx.dsp, VisualStudio/osgPlugins/dw/dw.dsp, VisualStudio/osgPlugins/dxf/dxf.dsp, VisualStudio/osgPlugins/flt/flt.dsp, VisualStudio/osgPlugins/freetype/freetype.dsp, VisualStudio/osgPlugins/gdal/gdal.dsp, VisualStudio/osgPlugins/geo/geo.dsp, VisualStudio/osgPlugins/gif/gif.dsp, VisualStudio/osgPlugins/hdr/hdr.dsp, VisualStudio/osgPlugins/ive/ive.dsp, VisualStudio/osgPlugins/jp2/jp2.dsp, VisualStudio/osgPlugins/jpeg/jpeg.dsp, VisualStudio/osgPlugins/lib3ds/lib3ds.dsp, VisualStudio/osgPlugins/logo/logo.dsp, VisualStudio/osgPlugins/lwo/lwo.dsp, VisualStudio/osgPlugins/lws/lws.dsp, VisualStudio/osgPlugins/md2/md2.dsp, VisualStudio/osgPlugins/net/net.dsp, VisualStudio/osgPlugins/normals/normals.dsp, VisualStudio/osgPlugins/obj/obj.dsp, VisualStudio/osgPlugins/osg/dot_osg.dsp, VisualStudio/osgPlugins/osgFX/dot_osgFX.dsp, VisualStudio/osgPlugins/osgParticle/dot_osgParticle.dsp, VisualStudio/osgPlugins/osgSim/dot_osgSim.dsp, VisualStudio/osgPlugins/osgText/dot_osgText.dsp, VisualStudio/osgPlugins/osga/osga.dsp, VisualStudio/osgPlugins/osgtgz/osgtgz.dsp, VisualStudio/osgPlugins/pfb/pfb.dsp, VisualStudio/osgPlugins/pic/pic.dsp, VisualStudio/osgPlugins/png/png.dsp, VisualStudio/osgPlugins/pnm/pnm.dsp, VisualStudio/osgPlugins/rgb/rgb.dsp, VisualStudio/osgPlugins/rot/rot.dsp, VisualStudio/osgPlugins/scale/scale.dsp, VisualStudio/osgPlugins/stl/stl.dsp, VisualStudio/osgPlugins/tga/tga.dsp, VisualStudio/osgPlugins/tgz/tgz.dsp, VisualStudio/osgPlugins/tiff/tiff.dsp, VisualStudio/osgPlugins/trans/trans.dsp, VisualStudio/osgPlugins/txp/txp.dsp, VisualStudio/osgPlugins/zip/zip.dsp, VisualStudio/osgProducer/osgProducer.dsp, VisualStudio/osgSim/osgSim.dsp, VisualStudio/osgTerrain/osgTerrain.dsp, VisualStudio/osgText/osgText.dsp, VisualStudio/osgUtil/osgUtil.dsp, VisualStudio/osgWrappers/osg/wrapper_osg.dsp, VisualStudio/osgWrappers/osgDB/wrapper_osgDB.dsp, VisualStudio/osgWrappers/osgFX/wrapper_osgFX.dsp, VisualStudio/osgWrappers/osgGA/wrapper_osgGA.dsp, VisualStudio/osgWrappers/osgParticle/wrapper_osgParticle.dsp, VisualStudio/osgWrappers/osgProducer/wrapper_osgProducer.dsp, VisualStudio/osgWrappers/osgSim/wrapper_osgSim.dsp, VisualStudio/osgWrappers/osgTerrain/wrapper_osgTerrain.dsp, VisualStudio/osgWrappers/osgText/wrapper_osgText.dsp, VisualStudio/osgWrappers/osgUtil/wrapper_osgUtil.dsp: From Mike Wittman, support for VS 64bit build 2006-08-10 15:53 robert * src/osgProducer/OsgCameraGroup.cpp: Moved all platform specific processor out of osgProducer and into OpenThreads 2006-08-10 13:12 robert * src/osgPlugins/pfb/ConvertFromPerformer.cpp: From Laurens Voerman, " osgPlugins\pfb\ConvertFromPerformer.cpp Added support for PFSTATE_ALPHAFUNC PFSTATE_ALPHAREF Improved handling of PFTR_NO_OCCLUDE I have tested this with WIN32 performer 3.1 and 3.2.2 and linux OpenGL Performer 3.1.1" ------------------------------------------------ 2006-08-10 12:13 robert * examples/osgtext/osgtext.cpp: From Martijn Kragtwijk, added example text for showing osgText::Text::CharacterSizeMode in action. 2006-08-10 11:08 robert * src/osgPlugins/pnm/ReaderWriterPNM.cpp: Added write ppn support, use -O ascii to select ascii ppn output, otherwise binary is chosen. Fixed crash when erroneous pnm files were read. Added -O flip option. 2006-08-10 08:45 robert * ChangeLog, include/osg/Math: From Daniel Larimer, "Apple updated their developer tools again and broke the __isnanf and __isnand methods... replacing them with a call to isnan(v) seems to work on both Xcode 2.3 and 2.4" 2006-08-10 06:43 robert * include/osgUtil/Optimizer: Addd a setNodeMaskOverride(0xffffffff) to cope with models that are hiding subgraphs that still need to be accounted for when optimizer. 2006-08-10 06:20 robert * src/osgText/Text.cpp: Commented out the _textBB contribution of outline/backdrops to fix bounding box problem. 2006-08-09 13:02 robert * VisualStudio/LANGEXT.DAT, VisualStudio/highlight70.reg, VisualStudio/highlight71.reg, VisualStudio/highlight80.reg, Xcode/OpenSceneGraph/OpenSceneGraph.xcode/project.pbxproj, Xcode/OpenSceneGraph/OpenSceneGraph.xcodeproj/project.pbxproj, Xcode/XcodeTemplates/OSG Application/osgApp_Prefix.pch, include/osg/UByte4: Removed referecens to the deprecate UByte4 2006-08-09 12:56 robert * src/osgWrappers/osg/ValueTypeCandidates.txt: Added Vec4ub and removed UByte4 2006-08-09 10:09 robert * src/osgPlugins/OpenFlight/GeometryRecords.cpp, src/osgPlugins/OpenFlight/VertexRecords.cpp: Added nan dectecion and error reporting 2006-08-08 16:08 robert * src/osgPlugins/OpenFlight/ReaderWriterFLT.cpp: Added TESSELATE_GEOMETRY to Optimizer pass to fix z fighting issues. 2006-08-08 14:57 robert * src/osgProducer/OsgCameraGroup.cpp: Added extra defined(CPU_SET) to try and get round RH8 compile problems. 2006-08-08 11:59 robert * src/osgPlugins/OpenFlight/PaletteRecords.cpp: Fixed backColor implementation for LightPointAppearancePalette. 2006-08-08 11:27 robert * include/osgProducer/OsgCameraGroup, src/osgProducer/OsgCameraGroup.cpp, src/osgWrappers/osgProducer/OsgCameraGroup.cpp: Added support for --affinity command line option for switch on procesor affinity where supported, 2006-08-08 11:26 robert * NEWS.txt: First pass at updating NEWS for the up comming 1.1.1 release 2006-08-08 11:23 robert * src/osgPlugins/OpenFlight/PrimaryRecords.cpp: From Paul Martz, "This change causes the new OpenFlight plugin to behave as the old plugin by returning the database origin latitude/longitude (extracted from the header record) as userData of the top-level scene graph node." 2006-08-08 10:41 robert * src/osgProducer/ViewerEventHandler.cpp: Fixed the positioning of the graphical stats bars so that they don't overlap the stats text 2006-08-06 16:49 robert * src/osgProducer/OsgCameraGroup.cpp: Added preliminary support for process affinity support under Linux. 2006-08-06 16:42 robert * examples/osgshadowtexture/CreateShadowedScene.cpp: Removed debugging code. 2006-08-05 20:39 robert * src/osgDB/Registry.cpp: Added fix to code catching error results ReadResult's to first instance of checking the value of ReadResult. 2006-08-05 20:36 robert * src/osgDB/Registry.cpp: From Jeremy Moles, refactored by Robert Osfield. Fixed bug osgDB::Registry::Registry::read(const ReadFunctor& readFunctor) relating to the handling of failed loads with the ReadResult::_message value being lost, this changes ensure that the original ReadResult from the plugin, with message intact, is returned correctly. 2006-08-05 16:57 robert * examples/osgtext/osgtext.cpp: Added code to reproduce Text outline bounding box compute bug. 2006-08-05 11:12 robert * examples/osgcegui/osgcegui.cpp: Added disable vertex arrays. 2006-08-05 10:16 robert * examples/osgcegui, examples/osgcegui/GNUmakefile, examples/osgcegui/GNUmakefile.inst, examples/osgcegui/osgcegui.cpp: Added osgcegui example 2006-08-04 13:17 robert * src/osg/Geometry.cpp: From Uwe Woessner, implementated by Robert Osfield, Fixed vertex attribute bug, changed _vertexAttribList[unit] -> _vertexAttribList[index] 2006-08-03 19:14 robert * src/osgDB/DatabasePager.cpp: Added if search for the current databaseRequest in the _fileRequestList to handle cases when the request is moved back in the list, or when the _fileRequestList is cleared by an asyncronous call to DatabasePager::clear(). 2006-08-03 16:04 robert * src/osgWrappers/osg/CameraNode.cpp, src/osgWrappers/osg/Texture.cpp, src/osgWrappers/osg/Texture1D.cpp, src/osgWrappers/osg/Texture2D.cpp, src/osgWrappers/osg/Texture3D.cpp, src/osgWrappers/osg/TextureCubeMap.cpp, src/osgWrappers/osg/TextureRectangle.cpp: Updated wrappers 2006-08-03 15:57 robert * examples/osgshadowtexture/CreateShadowedScene.cpp, include/osg/CameraNode, include/osg/Texture, include/osg/Texture1D, include/osg/Texture2D, include/osg/Texture3D, include/osg/TextureCubeMap, include/osg/TextureRectangle, src/osgUtil/RenderStage.cpp: Fixed RenderToTexture bug which occured when the viewport dimensions where different than the texture being written to. 2006-08-03 14:03 robert * examples/osgtext/osgtext.cpp: Removed debug code 2006-08-03 13:35 robert * src/osg/StateSet.cpp: Changed: static TextureGLModeSet s_textureGLModeSet; To: static TextureGLModeSet& getTextureGLModeSet() { static TextureGLModeSet s_textureGLModeSet; return s_textureGLModeSet; } to prevent static initialization problems under static builds. 2006-08-03 13:12 robert * src/osgText/Font.cpp: Added OSG_TEXT_INCREMENTAL_SUBLOADING ON/OFF env var check to osgText::Font to optional disable the incremental subloading. 2006-08-02 21:09 robert * examples/osgtext/osgtext.cpp, src/osgWrappers/osg/Matrixd.cpp, src/osgWrappers/osg/Matrixf.cpp, src/osgWrappers/osgTerrain/DataSet.cpp, src/osgWrappers/osgText/Font.cpp, src/osgWrappers/osgText/Text.cpp: Updated wrappers 2006-08-02 21:05 robert * include/osgText/Font, include/osgText/Text, src/osgText/Font.cpp, src/osgText/Text.cpp: Reworked the state management within osgText::Text and osgText::Font so that it only applies textures locally rather than whole StateSet. 2006-08-02 21:04 robert * examples/osgforest/osgforest.cpp: Added missing include 2006-08-02 19:56 robert * applications/osgviewer/osgviewer.cpp: tweaked comment. 2006-08-02 19:55 robert * examples/osganimate/osganimate.cpp, examples/osgautotransform/osgautotransform.cpp, examples/osgbillboard/osgbillboard.cpp, examples/osgblendequation/osgblendequation.cpp, examples/osgcallback/osgcallback.cpp, examples/osgcatch/osgcatch.cpp, examples/osgclip/osgclip.cpp, examples/osgcluster/osgcluster.cpp, examples/osgcopy/osgcopy.cpp, examples/osgcubemap/osgcubemap.cpp, examples/osgdelaunay/osgdelaunay.cpp, examples/osgdepthshadow/osgdepthshadow.cpp, examples/osgdistortion/osgdistortion.cpp, examples/osgforest/osgforest.cpp, examples/osgfxbrowser/osgfxbrowser.cpp, examples/osggeodemo/osggeodemo.cpp, examples/osggeometry/osggeometry.cpp, examples/osghud/osghud.cpp, examples/osgimpostor/osgimpostor.cpp, examples/osgkeyboard/osgkeyboard.cpp, examples/osglauncher/osglauncher.cpp, examples/osglight/osglight.cpp, examples/osglightpoint/osglightpoint.cpp, examples/osglogicop/osglogicop.cpp, examples/osglogo/osglogo.cpp, examples/osgmotionblur/osgmotionblur.cpp, examples/osgmovie/osgmovie.cpp, examples/osgmultiplecameras/osgmultiplecameras.cpp, examples/osgmultitexture/osgmultitexture.cpp, examples/osgoccluder/osgoccluder.cpp, examples/osgparametric/osgparametric.cpp, examples/osgparticle/osgparticle.cpp, examples/osgparticleeffects/osgparticleeffects.cpp, examples/osgphotoalbum/osgphotoalbum.cpp, examples/osgpick/osgpick.cpp, examples/osgplanets/osgplanets.cpp, examples/osgpoints/osgpoints.cpp, examples/osgpointsprite/osgpointsprite.cpp, examples/osgprecipitation/osgprecipitation.cpp, examples/osgprerender/osgprerender.cpp, examples/osgprerendercubemap/osgprerendercubemap.cpp, examples/osgreflect/osgreflect.cpp, examples/osgscalarbar/osgscalarbar.cpp, examples/osgscribe/osgscribe.cpp, examples/osgsequence/osgsequence.cpp, examples/osgshaders/osgshaders.cpp, examples/osgshaderterrain/osgshaderterrain.cpp, examples/osgshadowtexture/osgshadowtexture.cpp, examples/osgshape/osgshape.cpp, examples/osgsimplifier/osgsimplifier.cpp, examples/osgsimulation/osgsimulation.cpp, examples/osgspacewarp/osgspacewarp.cpp, examples/osgspheresegment/osgspheresegment.cpp, examples/osgspotlight/osgspotlight.cpp, examples/osgstereoimage/osgstereoimage.cpp, examples/osgteapot/osgteapot.cpp, examples/osgtext/osgtext.cpp, examples/osgtexture1D/osgtexture1D.cpp, examples/osgtexture2D/osgtexture2D.cpp, examples/osgtexture3D/osgtexture3D.cpp, examples/osgtexturerectangle/osgtexturerectangle.cpp, examples/osgvertexprogram/osgvertexprogram.cpp, examples/osgvolume/osgvolume.cpp: Added viewer.cleanup_frame() to all examples. 2006-08-02 16:14 robert * include/osg/State, src/osg/State.cpp: Moved extension function pointer initilization into a method, and the pointers from being static to be local member variables. This should avoid issues under Windows with multiple graphics contexts have seperate entry points. 2006-08-02 16:12 robert * examples/osgtesselate/osgtesselate.cpp: Added cleanup_frame to prevent crashes on exit. 2006-08-02 15:41 robert * src/osg/Texture.cpp: Reworked the TextureObjectManager singleton so that it no longer reconstructed itself once deleted, and added checks to against a null manager to prevent calling code crashing. 2006-08-02 11:36 robert * src/osgSim/OverlayNode.cpp: Fixed crash due on multipipe systems due by moving the local camera update code from the cull into the update traversal. 2006-08-02 10:43 robert * Make/makedefs, include/osg/GLU, include/osg/Math, include/osg/NodeTrackerCallback, include/osg/Texture, include/osgDB/ReaderWriter, include/osgGA/NodeTrackerManipulator, src/osgPlugins/OpenFlight/ControlRecords.cpp, src/osgPlugins/OpenFlight/GeometryRecords.cpp, src/osgPlugins/OpenFlight/PaletteRecords.cpp, src/osgPlugins/OpenFlight/Pools.cpp, src/osgPlugins/OpenFlight/Record.cpp, src/osgPlugins/OpenFlight/Record.h, src/osgPlugins/bsp/BSPLoad.cpp, src/osgPlugins/bsp/BSPLoad.h, src/osgPlugins/lwo/ReaderWriterLWO.cpp, src/osgPlugins/net/sockstream.cpp: From Daniel Trstenjak, build fixes for Hpux 11.11, Irix 6.5, Solaris 8 and Aix 2006-08-01 13:08 robert * src/osgProducer/KeyboardMouseCallback.cpp: Fixed doubleButtonPress. 2006-08-01 10:27 robert * examples/osghangglide/osghangglide.cpp: Changed the viewer.setUpViewer(..) from default to just ESCAPE_SETS_DONE. 2006-07-31 20:56 robert * include/osgTerrain/DataSet, src/osgTerrain/DataSet.cpp: From Jason Beverage, "I've attached fixes to DataSet that should fix the problems that Maya was seeing yesterday. The issue was that the new interpolation code I submitted didn't use the SourceData's georef, it was assuming that the GDALDataSet had a proper geo-ref. I've made the getInterpolatedValue method a member of SourceData and now it uses the georef the SourceData's georef. I also forward declared the GDALRasterBand class in the DataSet header." 2006-07-31 17:31 robert * examples/osghangglide/GliderManipulator.cpp, examples/osgimpostor/TestManipulator.cpp, examples/osgprerendercubemap/osgprerendercubemap.cpp, examples/osgunittests/osgunittests.cpp, examples/osgvertexprogram/osgvertexprogram.cpp, include/osg/Export, include/osg/Matrixd, include/osg/Matrixf, src/osg/AutoTransform.cpp, src/osg/Matrix_implementation.cpp, src/osg/NodeTrackerCallback.cpp, src/osg/Quat.cpp, src/osgGA/DriveManipulator.cpp, src/osgGA/FlightManipulator.cpp, src/osgGA/NodeTrackerManipulator.cpp, src/osgGA/TerrainManipulator.cpp, src/osgGA/TrackballManipulator.cpp, src/osgProducer/Viewer.cpp, src/osgWrappers/osg/Matrixd.cpp, src/osgWrappers/osg/Matrixf.cpp: Added Matrix*::getRotate()/setRotate(Quat), deprecating Matrix*::get(Quat&), Matrix*::set(Quat&) 2006-07-31 14:49 robert * include/osg/Matrixd, include/osg/Matrixf: Tweaked the invert() method to avoid silly OSX warnings. 2006-07-29 16:47 robert * include/osgProducer/OsgSceneHandler, include/osgProducer/ViewerEventHandler, include/osgUtil/Statistics, src/osgProducer/OsgSceneHandler.cpp, src/osgProducer/ViewerEventHandler.cpp, src/osgWrappers/osgProducer/OsgSceneHandler.cpp, src/osgWrappers/osgUtil/Statistics.cpp: Fixed multi-threaded/multi-pipe crash when primitive stats where output in osgProducer::Viewer's stats. 2006-07-28 13:48 robert * examples/osgunittests/osgunittests.cpp, include/osg/Matrixd, include/osg/Matrixf, src/osg/Matrix_implementation.cpp, src/osgWrappers/osg/Matrixd.cpp, src/osgWrappers/osg/Matrixf.cpp, src/osgWrappers/osg/Texture.cpp, src/osgWrappers/osgGA/EventQueue.cpp: Updated osgunittests with a matrix invert unit test, and added a conditional calling of invert_4x4 or invert_4x3 depending on the the right hand column of the matrix. Updated wrappers 2006-07-27 16:41 robert * src/osgTerrain/DataSet.cpp: From Jason Beverage, "This patch should fix Gert's problem that he posted on osg-users. I downloaded the sample he posted, reproduced the error, and added an additional check to make sure the GDAL window size was valid. Now his example works fine. Changes made against current CVS. " 2006-07-27 15:23 robert * src/osg/Matrix_implementation.cpp: From David Spilling, "Matrix_implementation.cpp modified as requested. I ran a version of it through a local version of osgunittests.cpp and it passes. Note that firstly it always returns the positive real quaternion (positive w) Note also that it will sometimes slightly differ from the results of the other methods because it assumes that the input matrix really is a rotation matrix - if it isn't, e.g. because of rounding error, then the output quaternion will be very slightly different. For example, the test matrix 0 1 0 0 1 0 0 0 0 0 0.999999 0 0 0 0 1 will return 0.707107 0.707107 0.0005033 0.0005033 whereas the previous methods return 0.707107 0.707107 0.0 0.0 However, since quaternions are rotations, the meaning of how to convert a matrix that isn't a rotation is a little unclear..." 2006-07-27 12:32 robert * include/osgGA/EventQueue, src/osgGA/EventQueue.cpp: From Michael Polak, double click fixes/additions 2006-07-27 11:58 robert * src/osgProducer/ViewerEventHandler.cpp: From Eric Wing, add outline to help text to make it easier to read on different coloured backgrounds 2006-07-27 11:25 robert * VisualStudio/osgPlugins/ERSIShape: Remove ERSIShape directory. 2006-07-27 11:22 robert * VisualStudio/osgPlugins/ESRIShape/ESRIShape.dsp: From Andreas Ekstrand, "The ESRIShape plugin needs to produce a osgdb_shp.dll rather than a osgdb_ESRI.dll in Windows in order to find the correct library when loading shp files. A new dsp file is attached to this mail. Also, the ERSIShape folder should be deleted." 2006-07-27 11:22 robert * src/osgPlugins/pfb/ConvertFromPerformer.cpp: Added #define snprintf _snprintf for Win32 build 2006-07-27 11:14 robert * src/osg/Matrix_implementation.cpp: From David Spilling, fix to Matrix::get(Quat&) 2006-07-27 11:13 robert * examples/osgunittests/osgunittests.cpp: From J.P. Delport, added units tests to pick up on erroneous Matrix::get(Quat&) computation. 2006-07-26 15:29 robert * include/osg/DisplaySettings, include/osg/Texture, include/osg/buffered_value, src/osg/BufferObject.cpp, src/osg/DisplaySettings.cpp, src/osg/Drawable.cpp, src/osg/FragmentProgram.cpp, src/osg/FrameBufferObject.cpp, src/osg/Program.cpp, src/osg/Shader.cpp, src/osg/Texture.cpp, src/osg/VertexProgram.cpp, src/osgProducer/OsgCameraGroup.cpp: Cleaned up per context buffers support 2006-07-26 15:19 robert * runexamples.bat: Added osgprecipitation to runexamples list. 2006-07-25 20:43 robert * examples/osgcatch/osgcatch.cpp: Force SingelThreaded usage due to use of osgParticle. 2006-07-25 13:52 robert * src/osgText/Text.cpp: Fixed auto rotate bug. 2006-07-19 21:49 robert * Make/makedefs: Set release number back to 0 after release 2006-07-19 21:11 robert * ChangeLog, README.txt: Updated ChangedLog and READE for the 1.1 release 2006-07-19 20:56 robert * src/osgUtil/RenderBin.cpp: For cases where the RenderBin has its own StateSet do a popAllStateSets() to ensure that the state is completely ready for the RenderBin's StateSet to be at the bottom. 2006-07-19 19:49 robert * src/osgWrappers/osgUtil/IntersectVisitor.cpp: UPdated wrappers 2006-07-19 19:45 robert * src/osgUtil/IntersectVisitor.cpp: Fixed error in enum, completely perplexed how the error got in... 2006-07-19 17:39 don * include/osgUtil/IntersectVisitor: Fixed HEIGHEST misspelling to HIGHEST 2006-07-19 15:20 robert * src/osgProducer/ViewerEventHandler.cpp: Reverted to LODScale keyboard adjustment 2006-07-19 15:10 robert * src/osgPlugins/txp/trpage_pparse.cpp: Warning fixes 2006-07-19 15:07 robert * src/osgPlugins/net/sockstream.cpp: Warning fix 2006-07-19 14:46 robert * src/osgPlugins/OpenFlight/AttrData.cpp: Added extra initializes 2006-07-19 14:30 robert * src/osgPlugins/ac3d/ac3d.cpp: Added dummy initializers to avoid warning 2006-07-19 14:04 robert * src/osgProducer/KeyboardMouseCallback.cpp, src/osgProducer/Viewer.cpp: Added reset of the event windowSize 2006-07-19 13:02 robert * examples/osgcatch/osgcatch.cpp, examples/osgtexture3D/osgtexture3D.cpp: Added mutexes to RealizeCallbaks 2006-07-19 12:58 robert * examples/osgshaderterrain/osgshaderterrain.cpp: Added scene handler init to custom realize callback 2006-07-19 12:35 robert * src/osgProducer/Viewer.cpp: Moved sync to before the keyboard mouse startThread to try to avoid some threading issue on start up of some apps. 2006-07-19 11:25 robert * src/osgPlugins/OpenFlight/LightPointRecords.cpp: Fixed handling of back colour. 2006-07-19 08:39 robert * src/osgPlugins/ive/LightPointNode.cpp: Changed code creating LightPoint on heap to use the stack. 2006-07-18 21:00 robert * ChangeLog: Updated ChangeLog for rc3. 2006-07-18 20:59 robert * applications/osgversion/osgversion.cpp: Add clause to clean up AUTHORS.txt 2006-07-18 20:53 robert * VisualStudio/osgWrappers/osg/wrapper_osg.dsp, src/osgWrappers/osg/AlphaFunc.cpp, src/osgWrappers/osg/AnimationPath.cpp, src/osgWrappers/osg/ApplicationUsage.cpp, src/osgWrappers/osg/ArgumentParser.cpp, src/osgWrappers/osg/Array.cpp, src/osgWrappers/osg/AutoTransform.cpp, src/osgWrappers/osg/Billboard.cpp, src/osgWrappers/osg/BlendEquation.cpp, src/osgWrappers/osg/BlendFunc.cpp, src/osgWrappers/osg/BoundingSphere.cpp, src/osgWrappers/osg/BufferObject.cpp, src/osgWrappers/osg/CameraNode.cpp, src/osgWrappers/osg/CameraView.cpp, src/osgWrappers/osg/ClampColor.cpp, src/osgWrappers/osg/ClipNode.cpp, src/osgWrappers/osg/CollectOccludersVisitor.cpp, src/osgWrappers/osg/ConvexPlanarOccluder.cpp, src/osgWrappers/osg/ConvexPlanarPolygon.cpp, src/osgWrappers/osg/CoordinateSystemNode.cpp, src/osgWrappers/osg/CopyOp.cpp, src/osgWrappers/osg/CullFace.cpp, src/osgWrappers/osg/CullSettings.cpp, src/osgWrappers/osg/CullStack.cpp, src/osgWrappers/osg/CullingSet.cpp, src/osgWrappers/osg/Depth.cpp, src/osgWrappers/osg/DisplaySettings.cpp, src/osgWrappers/osg/DrawPixels.cpp, src/osgWrappers/osg/Drawable.cpp, src/osgWrappers/osg/Fog.cpp, src/osgWrappers/osg/FragmentProgram.cpp, src/osgWrappers/osg/FrameBufferObject.cpp, src/osgWrappers/osg/FrameStamp.cpp, src/osgWrappers/osg/FrontFace.cpp, src/osgWrappers/osg/GL2Extensions.cpp, src/osgWrappers/osg/GNUmakefile, src/osgWrappers/osg/Geode.cpp, src/osgWrappers/osg/Geometry.cpp, src/osgWrappers/osg/GraphicsContext.cpp, src/osgWrappers/osg/GraphicsThread.cpp, src/osgWrappers/osg/Group.cpp, src/osgWrappers/osg/Image.cpp, src/osgWrappers/osg/ImageStream.cpp, src/osgWrappers/osg/LOD.cpp, src/osgWrappers/osg/Light.cpp, src/osgWrappers/osg/LightModel.cpp, src/osgWrappers/osg/LightSource.cpp, src/osgWrappers/osg/LineSegment.cpp, src/osgWrappers/osg/LineStipple.cpp, src/osgWrappers/osg/LineWidth.cpp, src/osgWrappers/osg/LogicOp.cpp, src/osgWrappers/osg/Material.cpp, src/osgWrappers/osg/MatrixTransform.cpp, src/osgWrappers/osg/Matrixd.cpp, src/osgWrappers/osg/Matrixf.cpp, src/osgWrappers/osg/Multisample.cpp, src/osgWrappers/osg/Node.cpp, src/osgWrappers/osg/NodeCallback.cpp, src/osgWrappers/osg/NodeTrackerCallback.cpp, src/osgWrappers/osg/NodeVisitor.cpp, src/osgWrappers/osg/Object.cpp, src/osgWrappers/osg/OccluderNode.cpp, src/osgWrappers/osg/PagedLOD.cpp, src/osgWrappers/osg/Plane.cpp, src/osgWrappers/osg/Point.cpp, src/osgWrappers/osg/PolygonMode.cpp, src/osgWrappers/osg/Polytope.cpp, src/osgWrappers/osg/PrimitiveSet.cpp, src/osgWrappers/osg/Program.cpp, src/osgWrappers/osg/ProxyNode.cpp, src/osgWrappers/osg/Quat.cpp, src/osgWrappers/osg/Scissor.cpp, src/osgWrappers/osg/Sequence.cpp, src/osgWrappers/osg/ShadeModel.cpp, src/osgWrappers/osg/Shader.cpp, src/osgWrappers/osg/ShadowVolumeOccluder.cpp, src/osgWrappers/osg/Shape.cpp, src/osgWrappers/osg/ShapeDrawable.cpp, src/osgWrappers/osg/State.cpp, src/osgWrappers/osg/StateAttribute.cpp, src/osgWrappers/osg/StateSet.cpp, src/osgWrappers/osg/Stencil.cpp, src/osgWrappers/osg/Switch.cpp, src/osgWrappers/osg/Texture3D.cpp, src/osgWrappers/osg/TextureCubeMap.cpp, src/osgWrappers/osg/TextureRectangle.cpp, src/osgWrappers/osg/Timer.cpp, src/osgWrappers/osg/Transform.cpp, src/osgWrappers/osg/Uniform.cpp, src/osgWrappers/osg/Vec2b.cpp, src/osgWrappers/osg/Vec2d.cpp, src/osgWrappers/osg/Vec2f.cpp, src/osgWrappers/osg/Vec2s.cpp, src/osgWrappers/osg/Vec3b.cpp, src/osgWrappers/osg/Vec4d.cpp, src/osgWrappers/osg/Vec4ub.cpp, src/osgWrappers/osg/VertexProgram.cpp, src/osgWrappers/osg/observer_ptr.cpp, src/osgWrappers/osgDB/Archive.cpp, src/osgWrappers/osgDB/DatabasePager.cpp, src/osgWrappers/osgDB/FieldReaderIterator.cpp, src/osgWrappers/osgDB/ImageOptions.cpp, src/osgWrappers/osgDB/Input.cpp, src/osgWrappers/osgDB/ReaderWriter.cpp, src/osgWrappers/osgDB/Registry.cpp, src/osgWrappers/osgFX/AnisotropicLighting.cpp, src/osgWrappers/osgFX/BumpMapping.cpp, src/osgWrappers/osgFX/Cartoon.cpp, src/osgWrappers/osgFX/Effect.cpp, src/osgWrappers/osgFX/MultiTextureControl.cpp, src/osgWrappers/osgFX/Scribe.cpp, src/osgWrappers/osgFX/SpecularHighlights.cpp, src/osgWrappers/osgFX/Technique.cpp, src/osgWrappers/osgFX/Validator.cpp, src/osgWrappers/osgGA/AnimationPathManipulator.cpp, src/osgWrappers/osgGA/DriveManipulator.cpp, src/osgWrappers/osgGA/EventQueue.cpp, src/osgWrappers/osgGA/EventVisitor.cpp, src/osgWrappers/osgGA/FlightManipulator.cpp, src/osgWrappers/osgGA/GUIEventHandler.cpp, src/osgWrappers/osgGA/KeySwitchMatrixManipulator.cpp, src/osgWrappers/osgGA/MatrixManipulator.cpp, src/osgWrappers/osgGA/NodeTrackerManipulator.cpp, src/osgWrappers/osgGA/StateSetManipulator.cpp, src/osgWrappers/osgGA/TerrainManipulator.cpp, src/osgWrappers/osgGA/TrackballManipulator.cpp, src/osgWrappers/osgGA/UFOManipulator.cpp, src/osgWrappers/osgParticle/AccelOperator.cpp, src/osgWrappers/osgParticle/AngularAccelOperator.cpp, src/osgWrappers/osgParticle/BoxPlacer.cpp, src/osgWrappers/osgParticle/CenteredPlacer.cpp, src/osgWrappers/osgParticle/ConnectedParticleSystem.cpp, src/osgWrappers/osgParticle/ConstantRateCounter.cpp, src/osgWrappers/osgParticle/Counter.cpp, src/osgWrappers/osgParticle/Emitter.cpp, src/osgWrappers/osgParticle/ExplosionDebrisEffect.cpp, src/osgWrappers/osgParticle/ExplosionEffect.cpp, src/osgWrappers/osgParticle/FireEffect.cpp, src/osgWrappers/osgParticle/FluidFrictionOperator.cpp, src/osgWrappers/osgParticle/FluidProgram.cpp, src/osgWrappers/osgParticle/ForceOperator.cpp, src/osgWrappers/osgParticle/Interpolator.cpp, src/osgWrappers/osgParticle/LinearInterpolator.cpp, src/osgWrappers/osgParticle/ModularEmitter.cpp, src/osgWrappers/osgParticle/ModularProgram.cpp, src/osgWrappers/osgParticle/MultiSegmentPlacer.cpp, src/osgWrappers/osgParticle/Operator.cpp, src/osgWrappers/osgParticle/Particle.cpp, src/osgWrappers/osgParticle/ParticleEffect.cpp, src/osgWrappers/osgParticle/ParticleProcessor.cpp, src/osgWrappers/osgParticle/ParticleSystem.cpp, src/osgWrappers/osgParticle/ParticleSystemUpdater.cpp, src/osgWrappers/osgParticle/Placer.cpp, src/osgWrappers/osgParticle/PointPlacer.cpp, src/osgWrappers/osgParticle/PrecipitationEffect.cpp, src/osgWrappers/osgParticle/Program.cpp, src/osgWrappers/osgParticle/RadialShooter.cpp, src/osgWrappers/osgParticle/RandomRateCounter.cpp, src/osgWrappers/osgParticle/SectorPlacer.cpp, src/osgWrappers/osgParticle/SegmentPlacer.cpp, src/osgWrappers/osgParticle/Shooter.cpp, src/osgWrappers/osgParticle/SmokeEffect.cpp, src/osgWrappers/osgParticle/SmokeTrailEffect.cpp, src/osgWrappers/osgParticle/VariableRateCounter.cpp, src/osgWrappers/osgParticle/range.cpp, src/osgWrappers/osgProducer/OsgCameraGroup.cpp, src/osgWrappers/osgProducer/OsgSceneHandler.cpp, src/osgWrappers/osgProducer/Viewer.cpp, src/osgWrappers/osgProducer/ViewerEventHandler.cpp, src/osgWrappers/osgSim/BlinkSequence.cpp, src/osgWrappers/osgSim/ColorRange.cpp, src/osgWrappers/osgSim/DOFTransform.cpp, src/osgWrappers/osgSim/Impostor.cpp, src/osgWrappers/osgSim/ImpostorSprite.cpp, src/osgWrappers/osgSim/LightPoint.cpp, src/osgWrappers/osgSim/LightPointNode.cpp, src/osgWrappers/osgSim/LightPointSystem.cpp, src/osgWrappers/osgSim/MultiSwitch.cpp, src/osgWrappers/osgSim/OverlayNode.cpp, src/osgWrappers/osgSim/ScalarBar.cpp, src/osgWrappers/osgSim/ScalarsToColors.cpp, src/osgWrappers/osgSim/Sector.cpp, src/osgWrappers/osgSim/SphereSegment.cpp, src/osgWrappers/osgSim/VisibilityGroup.cpp, src/osgWrappers/osgTerrain/DataSet.cpp, src/osgWrappers/osgTerrain/HeightFieldNode.cpp, src/osgWrappers/osgTerrain/HeightFieldRenderer.cpp, src/osgWrappers/osgText/Font.cpp, src/osgWrappers/osgText/Text.cpp, src/osgWrappers/osgUtil/CubeMapGenerator.cpp, src/osgWrappers/osgUtil/CullVisitor.cpp, src/osgWrappers/osgUtil/DelaunayTriangulator.cpp, src/osgWrappers/osgUtil/DisplayRequirementsVisitor.cpp, src/osgWrappers/osgUtil/GLObjectsVisitor.cpp, src/osgWrappers/osgUtil/HalfWayMapGenerator.cpp, src/osgWrappers/osgUtil/HighlightMapGenerator.cpp, src/osgWrappers/osgUtil/IntersectVisitor.cpp, src/osgWrappers/osgUtil/Optimizer.cpp, src/osgWrappers/osgUtil/PositionalStateContainer.cpp, src/osgWrappers/osgUtil/ReflectionMapGenerator.cpp, src/osgWrappers/osgUtil/RenderBin.cpp, src/osgWrappers/osgUtil/RenderLeaf.cpp, src/osgWrappers/osgUtil/RenderStage.cpp, src/osgWrappers/osgUtil/SceneView.cpp, src/osgWrappers/osgUtil/StateGraph.cpp, src/osgWrappers/osgUtil/Statistics.cpp, src/osgWrappers/osgUtil/TangentSpaceGenerator.cpp, src/osgWrappers/osgUtil/Tesselator.cpp, src/osgWrappers/osgUtil/TransformAttributeFunctor.cpp, src/osgWrappers/osgUtil/TransformCallback.cpp, src/osgWrappers/osgUtil/UpdateVisitor.cpp: Updated wrappers 2006-07-18 20:51 robert * VisualStudio/osgWrappers/osg/wrapper_osg.dsp, src/osgWrappers/osg/AlphaFunc.cpp, src/osgWrappers/osg/AnimationPath.cpp, src/osgWrappers/osg/ApplicationUsage.cpp, src/osgWrappers/osg/ArgumentParser.cpp, src/osgWrappers/osg/Array.cpp, src/osgWrappers/osg/AutoTransform.cpp, src/osgWrappers/osg/Billboard.cpp, src/osgWrappers/osg/BlendEquation.cpp, src/osgWrappers/osg/BlendFunc.cpp, src/osgWrappers/osg/BoundingSphere.cpp, src/osgWrappers/osg/BufferObject.cpp, src/osgWrappers/osg/CameraNode.cpp, src/osgWrappers/osg/CameraView.cpp, src/osgWrappers/osg/ClampColor.cpp, src/osgWrappers/osg/ClipNode.cpp, src/osgWrappers/osg/CollectOccludersVisitor.cpp, src/osgWrappers/osg/ConvexPlanarOccluder.cpp, src/osgWrappers/osg/ConvexPlanarPolygon.cpp, src/osgWrappers/osg/CoordinateSystemNode.cpp, src/osgWrappers/osg/CopyOp.cpp, src/osgWrappers/osg/CullFace.cpp, src/osgWrappers/osg/CullSettings.cpp, src/osgWrappers/osg/CullStack.cpp, src/osgWrappers/osg/CullingSet.cpp, src/osgWrappers/osg/Depth.cpp, src/osgWrappers/osg/DisplaySettings.cpp, src/osgWrappers/osg/DrawPixels.cpp, src/osgWrappers/osg/Drawable.cpp, src/osgWrappers/osg/Fog.cpp, src/osgWrappers/osg/FragmentProgram.cpp, src/osgWrappers/osg/FrameBufferObject.cpp, src/osgWrappers/osg/FrameStamp.cpp, src/osgWrappers/osg/FrontFace.cpp, src/osgWrappers/osg/GL2Extensions.cpp, src/osgWrappers/osg/GNUmakefile, src/osgWrappers/osg/Geode.cpp, src/osgWrappers/osg/Geometry.cpp, src/osgWrappers/osg/GraphicsContext.cpp, src/osgWrappers/osg/GraphicsThread.cpp, src/osgWrappers/osg/Group.cpp, src/osgWrappers/osg/Image.cpp, src/osgWrappers/osg/ImageStream.cpp, src/osgWrappers/osg/LOD.cpp, src/osgWrappers/osg/Light.cpp, src/osgWrappers/osg/LightModel.cpp, src/osgWrappers/osg/LightSource.cpp, src/osgWrappers/osg/LineSegment.cpp, src/osgWrappers/osg/LineStipple.cpp, src/osgWrappers/osg/LineWidth.cpp, src/osgWrappers/osg/LogicOp.cpp, src/osgWrappers/osg/Material.cpp, src/osgWrappers/osg/MatrixTransform.cpp, src/osgWrappers/osg/Matrixd.cpp, src/osgWrappers/osg/Matrixf.cpp, src/osgWrappers/osg/Multisample.cpp, src/osgWrappers/osg/Node.cpp, src/osgWrappers/osg/NodeCallback.cpp, src/osgWrappers/osg/NodeTrackerCallback.cpp, src/osgWrappers/osg/NodeVisitor.cpp, src/osgWrappers/osg/Object.cpp, src/osgWrappers/osg/OccluderNode.cpp, src/osgWrappers/osg/PagedLOD.cpp, src/osgWrappers/osg/Plane.cpp, src/osgWrappers/osg/Point.cpp, src/osgWrappers/osg/PolygonMode.cpp, src/osgWrappers/osg/Polytope.cpp, src/osgWrappers/osg/PrimitiveSet.cpp, src/osgWrappers/osg/Program.cpp, src/osgWrappers/osg/ProxyNode.cpp, src/osgWrappers/osg/Quat.cpp, src/osgWrappers/osg/Scissor.cpp, src/osgWrappers/osg/Sequence.cpp, src/osgWrappers/osg/ShadeModel.cpp, src/osgWrappers/osg/Shader.cpp, src/osgWrappers/osg/ShadowVolumeOccluder.cpp, src/osgWrappers/osg/Shape.cpp, src/osgWrappers/osg/ShapeDrawable.cpp, src/osgWrappers/osg/State.cpp, src/osgWrappers/osg/StateAttribute.cpp, src/osgWrappers/osg/StateSet.cpp, src/osgWrappers/osg/Stencil.cpp, src/osgWrappers/osg/Switch.cpp, src/osgWrappers/osg/Texture3D.cpp, src/osgWrappers/osg/TextureCubeMap.cpp, src/osgWrappers/osg/TextureRectangle.cpp, src/osgWrappers/osg/Timer.cpp, src/osgWrappers/osg/Transform.cpp, src/osgWrappers/osg/Uniform.cpp, src/osgWrappers/osg/Vec2b.cpp, src/osgWrappers/osg/Vec2d.cpp, src/osgWrappers/osg/Vec2f.cpp, src/osgWrappers/osg/Vec2s.cpp, src/osgWrappers/osg/Vec3b.cpp, src/osgWrappers/osg/Vec4d.cpp, src/osgWrappers/osg/Vec4ub.cpp, src/osgWrappers/osg/VertexProgram.cpp, src/osgWrappers/osg/observer_ptr.cpp, src/osgWrappers/osgDB/Archive.cpp, src/osgWrappers/osgDB/DatabasePager.cpp, src/osgWrappers/osgDB/FieldReaderIterator.cpp, src/osgWrappers/osgDB/ImageOptions.cpp, src/osgWrappers/osgDB/Input.cpp, src/osgWrappers/osgDB/ReaderWriter.cpp, src/osgWrappers/osgDB/Registry.cpp, src/osgWrappers/osgFX/AnisotropicLighting.cpp, src/osgWrappers/osgFX/BumpMapping.cpp, src/osgWrappers/osgFX/Cartoon.cpp, src/osgWrappers/osgFX/Effect.cpp, src/osgWrappers/osgFX/MultiTextureControl.cpp, src/osgWrappers/osgFX/Scribe.cpp, src/osgWrappers/osgFX/SpecularHighlights.cpp, src/osgWrappers/osgFX/Technique.cpp, src/osgWrappers/osgFX/Validator.cpp, src/osgWrappers/osgGA/AnimationPathManipulator.cpp, src/osgWrappers/osgGA/DriveManipulator.cpp, src/osgWrappers/osgGA/EventQueue.cpp, src/osgWrappers/osgGA/EventVisitor.cpp, src/osgWrappers/osgGA/FlightManipulator.cpp, src/osgWrappers/osgGA/GUIEventHandler.cpp, src/osgWrappers/osgGA/KeySwitchMatrixManipulator.cpp, src/osgWrappers/osgGA/MatrixManipulator.cpp, src/osgWrappers/osgGA/NodeTrackerManipulator.cpp, src/osgWrappers/osgGA/StateSetManipulator.cpp, src/osgWrappers/osgGA/TerrainManipulator.cpp, src/osgWrappers/osgGA/TrackballManipulator.cpp, src/osgWrappers/osgGA/UFOManipulator.cpp, src/osgWrappers/osgParticle/AccelOperator.cpp, src/osgWrappers/osgParticle/AngularAccelOperator.cpp, src/osgWrappers/osgParticle/BoxPlacer.cpp, src/osgWrappers/osgParticle/CenteredPlacer.cpp, src/osgWrappers/osgParticle/ConnectedParticleSystem.cpp, src/osgWrappers/osgParticle/ConstantRateCounter.cpp, src/osgWrappers/osgParticle/Counter.cpp, src/osgWrappers/osgParticle/Emitter.cpp, src/osgWrappers/osgParticle/ExplosionDebrisEffect.cpp, src/osgWrappers/osgParticle/ExplosionEffect.cpp, src/osgWrappers/osgParticle/FireEffect.cpp, src/osgWrappers/osgParticle/FluidFrictionOperator.cpp, src/osgWrappers/osgParticle/FluidProgram.cpp, src/osgWrappers/osgParticle/ForceOperator.cpp, src/osgWrappers/osgParticle/Interpolator.cpp, src/osgWrappers/osgParticle/LinearInterpolator.cpp, src/osgWrappers/osgParticle/ModularEmitter.cpp, src/osgWrappers/osgParticle/ModularProgram.cpp, src/osgWrappers/osgParticle/MultiSegmentPlacer.cpp, src/osgWrappers/osgParticle/Operator.cpp, src/osgWrappers/osgParticle/Particle.cpp, src/osgWrappers/osgParticle/ParticleEffect.cpp, src/osgWrappers/osgParticle/ParticleProcessor.cpp, src/osgWrappers/osgParticle/ParticleSystem.cpp, src/osgWrappers/osgParticle/ParticleSystemUpdater.cpp, src/osgWrappers/osgParticle/Placer.cpp, src/osgWrappers/osgParticle/PointPlacer.cpp, src/osgWrappers/osgParticle/PrecipitationEffect.cpp, src/osgWrappers/osgParticle/Program.cpp, src/osgWrappers/osgParticle/RadialShooter.cpp, src/osgWrappers/osgParticle/RandomRateCounter.cpp, src/osgWrappers/osgParticle/SectorPlacer.cpp, src/osgWrappers/osgParticle/SegmentPlacer.cpp, src/osgWrappers/osgParticle/Shooter.cpp, src/osgWrappers/osgParticle/SmokeEffect.cpp, src/osgWrappers/osgParticle/SmokeTrailEffect.cpp, src/osgWrappers/osgParticle/VariableRateCounter.cpp, src/osgWrappers/osgParticle/range.cpp, src/osgWrappers/osgProducer/OsgCameraGroup.cpp, src/osgWrappers/osgProducer/OsgSceneHandler.cpp, src/osgWrappers/osgProducer/Viewer.cpp, src/osgWrappers/osgProducer/ViewerEventHandler.cpp, src/osgWrappers/osgSim/BlinkSequence.cpp, src/osgWrappers/osgSim/ColorRange.cpp, src/osgWrappers/osgSim/DOFTransform.cpp, src/osgWrappers/osgSim/Impostor.cpp, src/osgWrappers/osgSim/ImpostorSprite.cpp, src/osgWrappers/osgSim/LightPoint.cpp, src/osgWrappers/osgSim/LightPointNode.cpp, src/osgWrappers/osgSim/LightPointSystem.cpp, src/osgWrappers/osgSim/MultiSwitch.cpp, src/osgWrappers/osgSim/OverlayNode.cpp, src/osgWrappers/osgSim/ScalarBar.cpp, src/osgWrappers/osgSim/ScalarsToColors.cpp, src/osgWrappers/osgSim/Sector.cpp, src/osgWrappers/osgSim/SphereSegment.cpp, src/osgWrappers/osgSim/VisibilityGroup.cpp, src/osgWrappers/osgTerrain/DataSet.cpp, src/osgWrappers/osgTerrain/HeightFieldNode.cpp, src/osgWrappers/osgTerrain/HeightFieldRenderer.cpp, src/osgWrappers/osgText/Font.cpp, src/osgWrappers/osgText/Text.cpp, src/osgWrappers/osgUtil/CubeMapGenerator.cpp, src/osgWrappers/osgUtil/CullVisitor.cpp, src/osgWrappers/osgUtil/DelaunayTriangulator.cpp, src/osgWrappers/osgUtil/DisplayRequirementsVisitor.cpp, src/osgWrappers/osgUtil/GLObjectsVisitor.cpp, src/osgWrappers/osgUtil/HalfWayMapGenerator.cpp, src/osgWrappers/osgUtil/HighlightMapGenerator.cpp, src/osgWrappers/osgUtil/IntersectVisitor.cpp, src/osgWrappers/osgUtil/Optimizer.cpp, src/osgWrappers/osgUtil/PositionalStateContainer.cpp, src/osgWrappers/osgUtil/ReflectionMapGenerator.cpp, src/osgWrappers/osgUtil/RenderBin.cpp, src/osgWrappers/osgUtil/RenderLeaf.cpp, src/osgWrappers/osgUtil/RenderStage.cpp, src/osgWrappers/osgUtil/SceneView.cpp, src/osgWrappers/osgUtil/StateGraph.cpp, src/osgWrappers/osgUtil/Statistics.cpp, src/osgWrappers/osgUtil/TangentSpaceGenerator.cpp, src/osgWrappers/osgUtil/Tesselator.cpp, src/osgWrappers/osgUtil/TransformAttributeFunctor.cpp, src/osgWrappers/osgUtil/TransformCallback.cpp, src/osgWrappers/osgUtil/UpdateVisitor.cpp: Updated wrappers 2006-07-18 20:17 robert * src/osgUtil/RenderBin.cpp, src/osgUtil/RenderStage.cpp, src/osgUtil/SceneView.cpp: Moved the moveToRootStateGraph(,) from RenderStage::drawImplemenation() to RenderBin::drawImplementation(); 2006-07-18 19:26 robert * src/osgText/Text.cpp: From Eric Wing, fix for VC6 support 2006-07-18 15:21 robert * ChangeLog, applications/osgarchive/osgarchive.cpp, applications/osgdem/osgdem.cpp, applications/osgviewer/osgviewer.cpp, examples/osgautotransform/osgautotransform.cpp, examples/osgbluemarble/osgbluemarble.cpp, examples/osgcatch/osgcatch.cpp, examples/osgdelaunay/osgdelaunay.cpp, examples/osghangglide/GliderManipulator.h, examples/osghud/osghud.cpp, examples/osgmotionblur/osgmotionblur.cpp, examples/osgmultiplecameras/osgmultiplecameras.cpp, examples/osgpbuffer/osgpbuffer.cpp, examples/osgphotoalbum/ImageReaderWriter.cpp, examples/osgphotoalbum/ImageReaderWriter.h, examples/osgphotoalbum/PhotoArchive.cpp, examples/osgphotoalbum/PhotoArchive.h, examples/osgphotoalbum/osgphotoalbum.cpp, examples/osgpick/osgpick.cpp, examples/osgpoints/osgpoints.cpp, examples/osgprecipitation/osgprecipitation.cpp, examples/osgreflect/osgreflect.cpp, examples/osgshaders/GL2Scene.cpp, examples/osgshaders/GL2Scene.h, examples/osgshaders/osgshaders.cpp, examples/osgsimplifier/osgsimplifier.cpp, examples/osgspacewarp/osgspacewarp.cpp, examples/osgstereoimage/osgstereoimage.cpp, examples/osgtesselate/osgtesselate.cpp, examples/osgtext/osgtext.cpp, examples/osgwindows/osgwindows.cpp, include/osg/AlphaFunc, include/osg/AnimationPath, include/osg/ApplicationUsage, include/osg/ArgumentParser, include/osg/Array, include/osg/AutoTransform, include/osg/Billboard, include/osg/BlendColor, include/osg/BlendEquation, include/osg/BlendFunc, include/osg/BoundingBox, include/osg/BoundingSphere, include/osg/BoundsChecking, include/osg/BufferObject, include/osg/CameraNode, include/osg/CameraView, include/osg/ClampColor, include/osg/ClearNode, include/osg/ClipNode, include/osg/ClipPlane, include/osg/ClusterCullingCallback, include/osg/CollectOccludersVisitor, include/osg/ColorMask, include/osg/ColorMatrix, include/osg/ConvexPlanarOccluder, include/osg/ConvexPlanarPolygon, include/osg/CoordinateSystemNode, include/osg/CopyOp, include/osg/CullFace, include/osg/CullSettings, include/osg/CullStack, include/osg/CullingSet, include/osg/Depth, include/osg/DisplaySettings, include/osg/DrawPixels, include/osg/Drawable, include/osg/Endian, include/osg/Export, include/osg/Fog, include/osg/FragmentProgram, include/osg/FrameBufferObject, include/osg/FrameStamp, include/osg/FrontFace, include/osg/GL, include/osg/GL2Extensions, include/osg/GLExtensions, include/osg/GLU, include/osg/Geode, include/osg/Geometry, include/osg/GraphicsContext, include/osg/GraphicsThread, include/osg/Group, include/osg/Image, include/osg/ImageStream, include/osg/LOD, include/osg/Light, include/osg/LightModel, include/osg/LogicOp, include/osg/Matrix, include/osg/MatrixTransform, include/osg/Multisample, include/osg/Node, include/osg/NodeCallback, include/osg/NodeTrackerCallback, include/osg/NodeVisitor, include/osg/Notify, include/osg/Object, include/osg/OccluderNode, include/osg/PagedLOD, include/osg/Plane, include/osg/Point, include/osg/PointSprite, include/osg/PolygonMode, include/osg/PolygonOffset, include/osg/PolygonStipple, include/osg/Polytope, include/osg/PositionAttitudeTransform, include/osg/PrimitiveSet, include/osg/Projection, include/osg/ProxyNode, include/osg/Quat, include/osg/Referenced, include/osg/Scissor, include/osg/Sequence, include/osg/ShadeModel, include/osg/Shader, include/osg/ShadowVolumeOccluder, include/osg/Shape, include/osg/ShapeDrawable, include/osg/State, include/osg/StateAttribute, include/osg/StateSet, include/osg/Stencil, include/osg/Switch, include/osg/TexEnv, include/osg/TexEnvCombine, include/osg/TexEnvFilter, include/osg/TexGen, include/osg/TexGenNode, include/osg/TexMat, include/osg/Texture, include/osg/Texture1D, include/osg/Texture2D, include/osg/Texture3D, include/osg/TextureCubeMap, include/osg/TextureRectangle, include/osg/Timer, include/osg/Transform, include/osg/TriangleFunctor, include/osg/TriangleIndexFunctor, include/osg/UByte4, include/osg/UnitTestFramework, include/osg/Vec2, include/osg/Vec2b, include/osg/Vec2d, include/osg/Vec2f, include/osg/Vec2s, include/osg/Vec3, include/osg/Vec3b, include/osg/Vec3d, include/osg/Vec3f, include/osg/Vec3s, include/osg/Vec4, include/osg/Vec4b, include/osg/Vec4d, include/osg/Vec4f, include/osg/Vec4s, include/osg/Vec4ub, include/osg/Version, include/osg/VertexProgram, include/osg/Viewport, include/osg/buffered_value, include/osg/fast_back_stack, include/osg/io_utils, include/osg/observer_ptr, include/osgDB/Archive, include/osgDB/DatabasePager, include/osgDB/DotOsgWrapper, include/osgDB/DynamicLibrary, include/osgDB/Export, include/osgDB/Field, include/osgDB/FieldReader, include/osgDB/FieldReaderIterator, include/osgDB/FileNameUtils, include/osgDB/FileUtils, include/osgDB/ImageOptions, include/osgDB/Input, include/osgDB/Output, include/osgDB/ParameterOutput, include/osgDB/ReadFile, include/osgDB/ReaderWriter, include/osgDB/ReentrantMutex, include/osgDB/Registry, include/osgDB/SharedStateManager, include/osgDB/Version, include/osgDB/WriteFile, include/osgFX/AnisotropicLighting, include/osgFX/BumpMapping, include/osgFX/Cartoon, include/osgFX/Effect, include/osgFX/Export, include/osgFX/MultiTextureControl, include/osgFX/Registry, include/osgFX/Scribe, include/osgFX/SpecularHighlights, include/osgFX/Technique, include/osgFX/Validator, include/osgGA/AnimationPathManipulator, include/osgGA/DriveManipulator, include/osgGA/EventQueue, include/osgGA/EventVisitor, include/osgGA/Export, include/osgGA/FlightManipulator, include/osgGA/GUIActionAdapter, include/osgGA/GUIEventAdapter, include/osgGA/GUIEventHandler, include/osgGA/GUIEventHandlerVisitor, include/osgGA/KeySwitchMatrixManipulator, include/osgGA/MatrixManipulator, include/osgGA/NodeTrackerManipulator, include/osgGA/SetSceneViewVisitor, include/osgGA/StateSetManipulator, include/osgGA/TerrainManipulator, include/osgGA/TrackballManipulator, include/osgGA/UFOManipulator, include/osgGA/Version, include/osgIntrospection/Attributes, include/osgIntrospection/Comparator, include/osgIntrospection/ConstructorInfo, include/osgIntrospection/Converter, include/osgIntrospection/ConverterProxy, include/osgIntrospection/CustomAttribute, include/osgIntrospection/CustomAttributeProvider, include/osgIntrospection/Exceptions, include/osgIntrospection/Export, include/osgIntrospection/InstanceCreator, include/osgIntrospection/MethodInfo, include/osgIntrospection/ParameterInfo, include/osgIntrospection/PropertyInfo, include/osgIntrospection/ReaderWriter, include/osgIntrospection/Reflection, include/osgIntrospection/ReflectionMacros, include/osgIntrospection/Reflector, include/osgIntrospection/StaticMethodInfo, include/osgIntrospection/Type, include/osgIntrospection/TypeNameAliasProxy, include/osgIntrospection/TypedConstructorInfo, include/osgIntrospection/TypedMethodInfo, include/osgIntrospection/Utility, include/osgIntrospection/Value, include/osgIntrospection/variant_cast, include/osgParticle/AccelOperator, include/osgParticle/AngularAccelOperator, include/osgParticle/BoxPlacer, include/osgParticle/CenteredPlacer, include/osgParticle/ConnectedParticleSystem, include/osgParticle/ConstantRateCounter, include/osgParticle/Counter, include/osgParticle/Emitter, include/osgParticle/ExplosionDebrisEffect, include/osgParticle/ExplosionEffect, include/osgParticle/Export, include/osgParticle/FireEffect, include/osgParticle/FluidFrictionOperator, include/osgParticle/FluidProgram, include/osgParticle/ForceOperator, include/osgParticle/Interpolator, include/osgParticle/LinearInterpolator, include/osgParticle/ModularEmitter, include/osgParticle/ModularProgram, include/osgParticle/MultiSegmentPlacer, include/osgParticle/Operator, include/osgParticle/Particle, include/osgParticle/ParticleEffect, include/osgParticle/ParticleProcessor, include/osgParticle/ParticleSystem, include/osgParticle/ParticleSystemUpdater, include/osgParticle/Placer, include/osgParticle/PointPlacer, include/osgParticle/PrecipitationEffect, include/osgParticle/Program, include/osgParticle/RadialShooter, include/osgParticle/RandomRateCounter, include/osgParticle/SectorPlacer, include/osgParticle/SegmentPlacer, include/osgParticle/Shooter, include/osgParticle/SmokeEffect, include/osgParticle/SmokeTrailEffect, include/osgParticle/VariableRateCounter, include/osgParticle/Version, include/osgParticle/range, include/osgProducer/Export, include/osgProducer/GraphicsContextImplementation, include/osgProducer/KeyboardMouseCallback, include/osgProducer/OsgCameraGroup, include/osgProducer/OsgSceneHandler, include/osgProducer/Version, include/osgProducer/Viewer, include/osgProducer/ViewerEventHandler, include/osgSim/BlinkSequence, include/osgSim/ColorRange, include/osgSim/DOFTransform, include/osgSim/Export, include/osgSim/Impostor, include/osgSim/ImpostorSprite, include/osgSim/InsertImpostorsVisitor, include/osgSim/LightPoint, include/osgSim/LightPointNode, include/osgSim/MultiSwitch, include/osgSim/OverlayNode, include/osgSim/ScalarBar, include/osgSim/ScalarsToColors, include/osgSim/Sector, include/osgSim/SphereSegment, include/osgSim/Version, include/osgSim/VisibilityGroup, include/osgTerrain/DataSet, include/osgTerrain/Export, include/osgTerrain/HeightFieldNode, include/osgTerrain/HeightFieldRenderer, include/osgTerrain/Version, include/osgText/Export, include/osgText/Font, include/osgText/String, include/osgText/Text, include/osgText/Version, include/osgUtil/CubeMapGenerator, include/osgUtil/CullVisitor, include/osgUtil/DelaunayTriangulator, include/osgUtil/DisplayRequirementsVisitor, include/osgUtil/Export, include/osgUtil/GLObjectsVisitor, include/osgUtil/HalfWayMapGenerator, include/osgUtil/HighlightMapGenerator, include/osgUtil/IntersectVisitor, include/osgUtil/Optimizer, include/osgUtil/PositionalStateContainer, include/osgUtil/ReflectionMapGenerator, include/osgUtil/RenderBin, include/osgUtil/RenderLeaf, include/osgUtil/RenderStage, include/osgUtil/SceneView, include/osgUtil/Simplifier, include/osgUtil/SmoothingVisitor, include/osgUtil/StateGraph, include/osgUtil/Statistics, include/osgUtil/TangentSpaceGenerator, include/osgUtil/Tesselator, include/osgUtil/TransformAttributeFunctor, include/osgUtil/TransformCallback, include/osgUtil/TriStripVisitor, include/osgUtil/UpdateVisitor, include/osgUtil/Version, src/osg/AlphaFunc.cpp, src/osg/AnimationPath.cpp, src/osg/Array.cpp, src/osg/AutoTransform.cpp, src/osg/Billboard.cpp, src/osg/BlendColor.cpp, src/osg/BlendEquation.cpp, src/osg/BlendFunc.cpp, src/osg/BoundingBox.cpp, src/osg/BoundingSphere.cpp, src/osg/BufferObject.cpp, src/osg/CameraNode.cpp, src/osg/CameraView.cpp, src/osg/ClampColor.cpp, src/osg/ClearNode.cpp, src/osg/ClipNode.cpp, src/osg/ClipPlane.cpp, src/osg/ClusterCullingCallback.cpp, src/osg/CollectOccludersVisitor.cpp, src/osg/ColorMask.cpp, src/osg/ColorMatrix.cpp, src/osg/ConvexPlanarOccluder.cpp, src/osg/ConvexPlanarPolygon.cpp, src/osg/CoordinateSystemNode.cpp, src/osg/CopyOp.cpp, src/osg/CullFace.cpp, src/osg/CullSettings.cpp, src/osg/CullStack.cpp, src/osg/CullingSet.cpp, src/osg/Depth.cpp, src/osg/DisplaySettings.cpp, src/osg/DrawPixels.cpp, src/osg/Drawable.cpp, src/osg/Fog.cpp, src/osg/FragmentProgram.cpp, src/osg/FrameBufferObject.cpp, src/osg/FrameStamp.cpp, src/osg/FrontFace.cpp, src/osg/GLExtensions.cpp, src/osg/Geode.cpp, src/osg/Geometry.cpp, src/osg/GraphicsContext.cpp, src/osg/GraphicsThread.cpp, src/osg/Group.cpp, src/osg/Image.cpp, src/osg/ImageStream.cpp, src/osg/LOD.cpp, src/osg/Light.cpp, src/osg/LightModel.cpp, src/osg/LightSource.cpp, src/osg/LineSegment.cpp, src/osg/LineStipple.cpp, src/osg/LineWidth.cpp, src/osg/LogicOp.cpp, src/osg/Material.cpp, src/osg/MatrixTransform.cpp, src/osg/Matrix_implementation.cpp, src/osg/Matrixd.cpp, src/osg/Matrixf.cpp, src/osg/Multisample.cpp, src/osg/Node.cpp, src/osg/NodeCallback.cpp, src/osg/NodeTrackerCallback.cpp, src/osg/NodeVisitor.cpp, src/osg/Notify.cpp, src/osg/Object.cpp, src/osg/OccluderNode.cpp, src/osg/PagedLOD.cpp, src/osg/Point.cpp, src/osg/PointSprite.cpp, src/osg/PolygonMode.cpp, src/osg/PolygonOffset.cpp, src/osg/PolygonStipple.cpp, src/osg/PositionAttitudeTransform.cpp, src/osg/PrimitiveSet.cpp, src/osg/Projection.cpp, src/osg/ProxyNode.cpp, src/osg/Quat.cpp, src/osg/Referenced.cpp, src/osg/Scissor.cpp, src/osg/Sequence.cpp, src/osg/ShadeModel.cpp, src/osg/Shader.cpp, src/osg/ShadowVolumeOccluder.cpp, src/osg/Shape.cpp, src/osg/ShapeDrawable.cpp, src/osg/State.cpp, src/osg/StateAttribute.cpp, src/osg/StateSet.cpp, src/osg/Stencil.cpp, src/osg/Switch.cpp, src/osg/TexEnv.cpp, src/osg/TexEnvCombine.cpp, src/osg/TexEnvFilter.cpp, src/osg/TexGen.cpp, src/osg/TexGenNode.cpp, src/osg/TexMat.cpp, src/osg/Texture.cpp, src/osg/Texture1D.cpp, src/osg/Texture2D.cpp, src/osg/Texture3D.cpp, src/osg/TextureCubeMap.cpp, src/osg/TextureRectangle.cpp, src/osg/Timer.cpp, src/osg/Transform.cpp, src/osg/UnitTestFramework.cpp, src/osg/Vec3.cpp, src/osg/Version.cpp, src/osg/VertexProgram.cpp, src/osg/Viewport.cpp, src/osgDB/Archive.cpp, src/osgDB/DotOsgWrapper.cpp, src/osgDB/DynamicLibrary.cpp, src/osgDB/Field.cpp, src/osgDB/FieldReader.cpp, src/osgDB/FieldReaderIterator.cpp, src/osgDB/FileNameUtils.cpp, src/osgDB/FileUtils.cpp, src/osgDB/Input.cpp, src/osgDB/Output.cpp, src/osgDB/ReadFile.cpp, src/osgDB/ReaderWriter.cpp, src/osgDB/ReentrantMutex.cpp, src/osgDB/Registry.cpp, src/osgDB/SharedStateManager.cpp, src/osgDB/Version.cpp, src/osgDB/WriteFile.cpp, src/osgFX/MultiTextureControl.cpp, src/osgGA/DriveManipulator.cpp, src/osgGA/EventQueue.cpp, src/osgGA/EventVisitor.cpp, src/osgGA/FlightManipulator.cpp, src/osgGA/GUIEventAdapter.cpp, src/osgGA/GUIEventHandler.cpp, src/osgGA/NodeTrackerManipulator.cpp, src/osgGA/TerrainManipulator.cpp, src/osgIntrospection/ConstructorInfo.cpp, src/osgIntrospection/CustomAttributeProvider.cpp, src/osgIntrospection/DefaultReflectors.cpp, src/osgIntrospection/MethodInfo.cpp, src/osgIntrospection/PropertyInfo.cpp, src/osgIntrospection/Type.cpp, src/osgIntrospection/Utility.cpp, src/osgIntrospection/Value.cpp, src/osgParticle/ConnectedParticleSystem.cpp, src/osgParticle/ExplosionDebrisEffect.cpp, src/osgParticle/ExplosionEffect.cpp, src/osgParticle/FireEffect.cpp, src/osgParticle/ParticleEffect.cpp, src/osgParticle/SmokeEffect.cpp, src/osgParticle/SmokeTrailEffect.cpp, src/osgPlugins/freetype/FreeTypeFont.cpp, src/osgPlugins/freetype/FreeTypeFont.h, src/osgPlugins/freetype/FreeTypeLibrary.cpp, src/osgPlugins/freetype/FreeTypeLibrary.h, src/osgPlugins/geo/ClipRegion.h, src/osgPlugins/rot/ReaderWriterROT.cpp, src/osgProducer/GraphicsContextImplementation.cpp, src/osgProducer/OsgCameraGroup.cpp, src/osgProducer/OsgSceneHandler.cpp, src/osgSim/BlinkSequence.cpp, src/osgSim/DOFTransform.cpp, src/osgSim/Impostor.cpp, src/osgSim/ImpostorSprite.cpp, src/osgSim/InsertImpostorsVisitor.cpp, src/osgSim/LightPoint.cpp, src/osgSim/LightPointDrawable.cpp, src/osgSim/LightPointNode.cpp, src/osgSim/MultiSwitch.cpp, src/osgSim/OverlayNode.cpp, src/osgSim/Sector.cpp, src/osgSim/SphereSegment.cpp, src/osgSim/VisibilityGroup.cpp, src/osgTerrain/DataSet.cpp, src/osgTerrain/HeightFieldNode.cpp, src/osgTerrain/HeightFieldRenderer.cpp, src/osgText/DefaultFont.cpp, src/osgText/DefaultFont.h, src/osgText/Font.cpp, src/osgText/Text.cpp, src/osgUtil/CubeMapGenerator.cpp, src/osgUtil/CullVisitor.cpp, src/osgUtil/DelaunayTriangulator.cpp, src/osgUtil/DisplayRequirementsVisitor.cpp, src/osgUtil/GLObjectsVisitor.cpp, src/osgUtil/HalfWayMapGenerator.cpp, src/osgUtil/HighlightMapGenerator.cpp, src/osgUtil/IntersectVisitor.cpp, src/osgUtil/Optimizer.cpp, src/osgUtil/PositionalStateContainer.cpp, src/osgUtil/RenderBin.cpp, src/osgUtil/RenderLeaf.cpp, src/osgUtil/RenderStage.cpp, src/osgUtil/SceneView.cpp, src/osgUtil/Simplifier.cpp, src/osgUtil/SmoothingVisitor.cpp, src/osgUtil/StateGraph.cpp, src/osgUtil/Tesselator.cpp, src/osgUtil/TransformAttributeFunctor.cpp, src/osgUtil/TransformCallback.cpp, src/osgUtil/TriStripVisitor.cpp, src/osgUtil/TriStrip_tri_stripper.cpp, src/osgUtil/UpdateVisitor.cpp, src/osgUtil/Version.cpp: Updated copyright years. 2006-07-18 15:11 robert * examples/osgvolume/osgvolume.cpp: Added additional command line docs 2006-07-18 13:37 robert * examples/osgsimulation/osgsimulation.cpp: Updated commandline docs 2006-07-18 13:24 robert * Make/makedefs, NEWS.txt: Updated version for the release 2006-07-18 13:17 robert * AUTHORS.txt, ChangeLog, README.txt, applications/osgversion/osgversion.cpp: Updated ChangeLog and authors file. 2006-07-18 13:05 robert * include/osgUtil/CullVisitor: From Farshid Lashakari, fixed popStateSet. 2006-07-18 13:04 robert * src/osgUtil/Optimizer.cpp: Reduced the verbosity of debug info. 2006-07-18 12:48 robert * src/osgWrappers/osgText/Text.cpp: Updated wrappers 2006-07-18 12:24 robert * examples/osglogo/osglogo.cpp, include/osg/PolygonOffset, include/osgText/Text, src/osg/PolygonOffset.cpp, src/osgText/Text.cpp: From Eric Wing, add alternate backdrop implementations. From Robert Osfield, updated naming and copy constructor methods. 2006-07-18 11:42 robert * src/osgUtil/Optimizer.cpp, src/osgWrappers/osgUtil/Optimizer.cpp: Updated wrappers 2006-07-18 11:03 robert * include/osgUtil/Optimizer, src/osg/Geode.cpp, src/osgUtil/Optimizer.cpp: Added Optimizer::FlattenBillboardsVisitor. 2006-07-17 16:36 robert * src/osgPlugins/txp/TXPParser.cpp: From Terrex, improvements to handling of layers w.r.t PolygonOffset 2006-07-17 13:16 robert * applications/osgconv/osgconv.cpp: Removed the usage of setenv to avoid portability issues. 2006-07-17 11:43 robert * include/osg/PolygonOffset, src/osg/PolygonOffset.cpp, src/osgProducer/ViewerEventHandler.cpp, src/osgText/Text.cpp: Change Unit to Units to keep consistent with OpenGL naming. 2006-07-17 11:37 robert * src/osgProducer/ViewerEventHandler.cpp: Added *,/,+ and - keyboard controls for toggling PolygonOffset factor and units 2006-07-17 11:36 robert * src/osgPlugins/txp/TXPParser.h: Added getNumLayers method 2006-07-17 10:25 robert * src/osgText/Text.cpp: Increased the unit multiplier to 3 to avoid z fighting. 2006-07-17 10:24 robert * src/osg/PolygonOffset.cpp: Changed the Radeon defaults to 1, 128 for the factor and unit mulitpliers respectively. 2006-07-14 21:02 robert * AUTHORS.txt, applications/osgversion/osgversion.cpp: Updated osgversion and AUTHORS.txt for release 2006-07-14 20:50 robert * ChangeLog: Updated ChangeLog for the release 2006-07-14 20:46 robert * NEWS.txt: Updated news for rc2. 2006-07-14 18:40 robert * applications/osgconv/osgconv.cpp: From Brede Johansen, patch to make osgconv.cpp compile on VC 2005. 2006-07-14 18:37 robert * VisualStudio/MUST_READ_ME.txt: Updated to officially deprecate VS6.0 support. 2006-07-14 18:20 robert * applications/osgconv/osgconv.cpp: Added optional compilation of setenv code 2006-07-14 14:38 robert * src/osg/PolygonOffset.cpp: Implemented Radeon workaround for polygonoffset 2006-07-14 14:08 robert * include/osg/PolygonOffset, src/osg/PolygonOffset.cpp, src/osgText/Text.cpp: Added s/getFactorMultiplier(), s/getUnitMultiplier(), areUnitAndMultipliersSet() and setFactorAndUnitMultipliersUsingBestGuessForDriver() static methods to osg::PolygonOffset to help implement workarounds for lack of portablity of settings between different hardware. 2006-07-14 14:04 robert * examples/osglogo/osglogo.cpp: Removed the default loading of bluemarble.ive 2006-07-14 11:34 robert * include/osgUtil/CullVisitor: Fixed popStateSet 2006-07-14 11:29 robert * src/osgUtil/Optimizer.cpp: Removed debug info 2006-07-14 11:04 robert * src/osgUtil/Optimizer.cpp: Speeded up merge geometry 2006-07-13 20:50 robert * NEWS.txt: Typo fixes 2006-07-13 20:42 robert * src/osgUtil/Optimizer.cpp: Optimized the MERGE_GEODES pass 2006-07-13 19:42 robert * ChangeLog: Updated ChangeLog 2006-07-13 15:56 robert * src/osgWrappers/osgUtil/Statistics.cpp: Updated wrappers 2006-07-13 15:25 robert * applications/osgconv/osgconv.cpp, include/osgUtil/Statistics, src/osgUtil/Optimizer.cpp: Added StatsVisitor to include/osg/Statistics, and usage of it in osgUtil::Optimizer. Added --optimize option to osgconv 2006-07-13 14:58 robert * src/osgPlugins/OpenFlight/ReaderWriterFLT.cpp: Added share duplicates traversal to optimizer call 2006-07-13 13:00 robert * AUTHORS.txt, applications/osgversion/osgversion.cpp: Fixed Trajce Nikolov name reversal. 2006-07-13 11:46 robert * include/osgUtil/Statistics: Fixed Statistics::reset() method to include a reset of all member variables 2006-07-13 09:12 robert * NEWS.txt: Fixed typos. 2006-07-13 09:01 robert * src/osgText/Text.cpp: Fixed management of Text's StateSet so that it works correctly when the DefaultFont is active. 2006-07-12 20:59 robert * NEWS.txt: Updated NEWS 2006-07-12 09:50 robert * include/osgGA/GUIEventAdapter, include/osgGA/GUIEventHandlerVisitor: From Vincent Vivanloc, Removed commas from end of enum lists, and removed semi-colon from end of namespace. 2006-07-12 09:40 robert * src/osgPlugins/OpenFlight/PrimaryRecords.cpp, src/osgPlugins/OpenFlight/ReaderWriterFLT.cpp: From Brede Johansen, "I found some artifacts on some models and traced it back to the external palette override feature. There are some changes in the layout of the external record the loader have to take into consideration. The other fix is to remove the OF pools from the user data of the external ProxyNode when it is no longer needed." 2006-07-11 21:53 robert * include/osg/StateSet, include/osgUtil/CullVisitor, src/osgPlugins/ive/StateSet.cpp, src/osgPlugins/osg/StateSet.cpp, src/osgUtil/CullVisitor.cpp, src/osgWrappers/osg/StateSet.cpp: Removed StateSet::ENCLOSE_RENDERBIN_DETAILS since it is rendendent, and implemented the OVERRIDE_RENDERBIN_DETAILS. 2006-07-11 14:24 robert * include/osg/BlendFunc: From Brede Johansen, "Here's a small patch to BlendFunc::setFunction(source,destination) to make it consistent with the constructor and prevent the BlendFuncSeparate path being called. This patch fixed the artifact with the osgpointsprite demo on ATI cards reported by Mike Weiblen." 2006-07-11 10:34 robert * include/osgTerrain/DataSet, src/osgTerrain/DataSet.cpp: From Antoine Hue, "There was a typo in "int setNotifyOffset()", appear to be a getter => "int getNotifyOffset()". Then I have added a switch to create GDALTermProgress only when the current notify level + local offset permit message display. In fact, if the offset is set to 0 and the notify level is at the default, DataSet is quiet but for the GDALTermProgress. That is quite disturbing since you think the progress is related to the complete processing but it is actually only related to the GDAL Warp." 2006-07-11 10:33 robert * NEWS.txt: Added preciption effects to NEWS 2006-07-11 09:06 robert * AUTHORS.txt, applications/osgversion/osgversion.cpp: Updates osgversion and AUTHORS.txt for typo. 2006-07-06 20:44 robert * AUTHORS.txt, ChangeLog: Updated AUTHORS.txt and ChangeLog for 1.1-rc1 2006-07-06 20:43 robert * src/osgPlugins/normals/Normals.cpp: Tweak for VS6.0 build 2006-07-06 15:47 robert * src/osgPlugins/ive/PagedLOD.cpp: Fixed scoping for for loop varaible for VS6.0 build. 2006-07-06 15:00 robert * src/osgPlugins/lwo/Surface.cpp: Tweaks to try and fix VS6.0 problems. 2006-07-06 14:50 robert * src/osgSim/OpenFlightOptimizer.cpp: Removed explict definition of osgUtil::Optimizer::StateVisitor to attempt to get round VS 6.0 cruddiness. 2006-07-06 14:43 robert * src/osgPlugins/bsp/ReaderWriterQ3BSP.cpp: Tweaked for loop variaible definition. 2006-07-06 14:36 robert * ChangeLog, NEWS.txt: Updated NEWS and ChangeLog 2006-07-06 14:14 robert * src/osg/Texture.cpp: From Eric Sokolowsky, "If a texture is used that is not a multiple of four, and compression was requested through the texture's internal format, the texture's internal format reverts to a non-compressed type and a NOTICE is given. At present, compressed textures must have a multiple of four in each dimension." 2006-07-06 14:10 robert * src/osgWrappers/osg/Image.cpp, src/osgWrappers/osg/Referenced.cpp: Updated wrappers 2006-07-06 14:02 robert * include/osg/Image, src/osg/Image.cpp: From Eric Sokolowsky, "Attached is some fixes for Image::readImageFromCurrentTexture. It was failing when used with a new Image object (some of the fields were not set before they were used, and some were set to the wrong values). A new optional parameter was added to give the desired data type, which defaults to GL_UNSIGNED_BYTE, so programs should only need a recompile to work properly." 2006-07-06 13:06 robert * AUTHORS.txt, applications/osgversion/osgversion.cpp: Fixed typo and unpdated AUTHORS file 2006-07-06 11:40 robert * src/osgPlugins/obj/ReaderWriterOBJ.cpp: Added setting of name from the .obj goup name and object names. 2006-07-06 11:33 robert * src/osgPlugins/obj/ReaderWriterOBJ.cpp: Removed redundent debug message. 2006-07-06 11:30 robert * src/osgPlugins/obj/ReaderWriterOBJ.cpp, src/osgPlugins/obj/obj.cpp: Add "hack" fix for black materials being exported from Maya. 2006-07-06 11:08 robert * AUTHORS.txt, applications/osgversion/osgversion.cpp: Tweaked osgversion to catch typos and updates AUTHORS.txt 2006-07-06 10:39 robert * AUTHORS.txt, ChangeLog: Updated ChangeLog and AUTHORS.txt for release 2006-07-06 10:28 robert * include/osg/Version, src/osg/Version.cpp, src/osgDB/Version.cpp, src/osgGA/Version.cpp, src/osgParticle/Version.cpp, src/osgProducer/Version.cpp, src/osgSim/Version.cpp, src/osgTerrain/Version.cpp, src/osgText/Version.cpp, src/osgUtil/Version.cpp: Updated version numbers for 1.1 release 2006-07-06 10:27 robert * src/osgText/Text.cpp: Tweaked polygon offset 2006-07-06 09:11 robert * Xcode/Misc/ArrangeDMG.sh, Xcode/Misc/FindOSGData.pl, Xcode/Misc/Tar_Xcode.sh, Xcode/OSX_OSG_README.rtf, Xcode/OpenSceneGraph/OpenSceneGraph.xcodeproj/project.pbxproj: From Eric Wing, updaetes to Xcode projects 2006-07-06 08:36 robert * src/osgText/Text.cpp: From Vivek Rajan, "Rotated text in SCREEN_COORDS was looking a little squished especially in orthographic projection. Performing the rotation before the scaling fixed the problem. I've attached Text.cpp with the fix." From Robert Osfield, in keeping with Vivek's change moved the auto rotate to screen befor the scale as well. 2006-07-05 21:52 robert * src/osg/Texture.cpp: From Eric Sokolowsky, "The attached Texture.cpp fixes a problem when subloading compressed textures. Near the top of the function that implements texture subloading, osg::Texture::applyTexImage2D_subload(), the local variable compressed_image examines the _image's_ pixel format to see if it is compressed. However, further on, in calls to getCompressedSize() the _texture's_ pixel format is used. In my application's Texture2D class, I use osg::Texture::USE_ARB_COMPRESSION to osg::Texture2D::setInternalFormatMode(), which causes the internal format to become one of the generic ARB_COMPRESSED types, which do not have a specific size. Thus the recent warning message added to osg::Texture::getCompressedSize() is triggered. The correct behavior is to use the format mode from the Image class instead of the Texture class within the subload implementation, and then the size is calculated correctly." 2006-07-05 21:12 robert * AUTHORS.txt: Updated AUTHORS file 2006-07-05 21:12 robert * applications/osgversion/osgversion.cpp: Fixed typo. 2006-07-05 20:56 robert * src/osgPlugins/OpenFlight/PaletteRecords.cpp: From Brede Johansen, "Changed ">" to ">=" when testing for version 16.1 or later." 2006-07-05 13:44 robert * src/osg/Texture.cpp: From Eric Sokolowsky, "There is code in Image.cpp that calculates the size of a compressed image based on the internal format. There is similar code in the Texture class but it does not account for the ARB types. I modified the Texture class implementation to show a warning when an incomplete internal format is used to calculate the image size." 2006-07-05 13:31 robert * examples/osgshaderterrain/osgshaderterrain.cpp: Added mutex to the test context. 2006-07-05 13:18 robert * examples/osgshaderterrain/osgshaderterrain.cpp: Added vertex program hack to get round apparent NVidia bug when handling vertex texture read. 2006-07-05 12:54 robert * AUTHORS.txt: Updated AUTHORS file 2006-07-05 12:51 robert * applications/osgversion/osgversion.cpp: More fixes for typos 2006-07-05 10:48 robert * AUTHORS.txt: Updated AUTHORS file 2006-07-05 10:47 robert * applications/osgversion/osgversion.cpp: Updated osgversion to correct for ChangeLog typos. 2006-07-05 10:29 robert * ChangeLog: Updated ChangeLog. 2006-07-05 10:24 robert * NEWS.txt: Updated NEWS. 2006-07-05 10:23 robert * NEWS.txt: First steps towards updating NEWS for 1.1 release 2006-07-05 09:52 robert * src/osgPlugins/ESRIShape/ESRIShape.cpp, src/osgPlugins/ESRIShape/ESRIShapeParser.cpp, src/osgPlugins/bsp/ReaderWriterQ3BSP.cpp, src/osgPlugins/normals/Normals.cpp, src/osgPlugins/normals/Normals.h, src/osgPlugins/txp/TXPArchive.cpp, src/osgPlugins/txp/TXPArchive.h, src/osgPlugins/txp/trpage_geom.h: Fixed warnings 2006-07-05 08:59 robert * src/osgPlugins/directx/types.h: From Markus Trenkwalder, "Mingws gcc includes a file called types.h which in turn defines _TYPES_H_. types.h in the directx plugin defines the same include guard. I've renamed the guard name in this file to _DX_TYPES_H_. Now the plugin compile in mingw too." 2006-07-05 08:55 robert * src/osgPlugins/OpenFlight/ReaderWriterFLT.cpp: From Brede Johansen, renaned FLT_preserveFace to preserveFace 2006-07-04 19:58 robert * include/osg/Referenced, src/osg/Referenced.cpp: Changed parameter name from osberver_ptr to observer. 2006-07-04 19:54 robert * src/osgPlugins/OpenFlight/Document.cpp, src/osgPlugins/OpenFlight/Document.h, src/osgPlugins/OpenFlight/PaletteRecords.cpp, src/osgPlugins/OpenFlight/Pools.h, src/osgPlugins/OpenFlight/PrimaryRecords.cpp, src/osgPlugins/OpenFlight/ReaderWriterFLT.cpp: From Paul Martz, "Previously, the new OpenFlight plugin only allowed ext ref models to use their own palettes. With this change, parent models can override child model palettes with the parent palettes. These changes are made against very current CVS (just updated about 1/2 hour ago, eliminated conflicts, and retested before this posting). To regurgitate what I did: A new class, ParentPools (public osg::Referenced), is created when an ext ref record is parsed, and it is populated with any parent model pools that should override the child model pools (according to bits in the ext ref record). The ParentPools object is then set as UserData on the ProxyNode corresponding to the ext ref. When the ReadExternalsVisitor hits the ProxyNode, it takes its UserData and sets it as UserData in the Options parameter to the osgDB::ReadNode call, which then read the ext ref model. In the course of parsing the Options string, ReaderWriterFLT also looks at the Options UserData and sets the parent pools in the Document class accordingly. When palette records are encountered while loading a file, they are ignored if the corresponding pool was set by the parent. Thanks to Brede for consulting with me on the implementation. " 2006-07-04 14:37 robert * include/osgProducer/KeyboardMouseCallback, src/osgProducer/KeyboardMouseCallback.cpp, src/osgWrappers/osgGA/EventQueue.cpp, src/osgWrappers/osgGA/GUIEventAdapter.cpp, src/osgWrappers/osgProducer/KeyboardMouseCallback.cpp: Updated wrappers. 2006-07-04 14:18 robert * include/osgGA/EventQueue, include/osgGA/GUIEventAdapter, include/osgProducer/KeyboardMouseCallback, src/osgGA/EventQueue.cpp, src/osgGA/GUIEventAdapter.cpp, src/osgProducer/KeyboardMouseCallback.cpp: From Stephan Huber, "attached you'll find some modifications to Producer, osgGA and osgProducer to enable Mac OS X support for + scrollwheels, + mightymouse-srollballs + new tracking-pads with scroll feature + tablet-support (pressure, proximity and pointertype) (Wacom only tested) I think there was a bug in the windows-implementation of scroll-wheel support (wrong order of ScrollingMotion-enum, casting problem) which is fixed now. The scrollwheel-code is a bit klunky across platforms, some devices on OS X can report an absolute delta in pixel-coordinates not only the direction, so for now there is scrollingMotion (which describes the direction) and scrolldeltax and scrolldeltay. I decided to leave the scrollingmotion-stuff to not break old code relying on this." 2006-07-04 13:56 robert * src/osgWrappers/osgText/Font.cpp: Updated wrappers. 2006-07-04 13:56 robert * include/osgText/Font, src/osgText/Font.cpp, src/osgText/Text.cpp: Change osgText so that the Text drawable now can have its own StateSet that users can assign to it without it being overriden. If none is assigned externally it now uses a StateSet associated wit the Font assigned to the Text. 2006-07-04 13:33 robert * src/osgSim/MultiSwitch.cpp: From Brede Johansen, "The attached file corrects two small typos in MultiSwitch.cpp. The local "values" reference and the "_values" member attribute are of different types but both are vectors so the size() operator happily compiles. A renaming of _values to _masks or similar may be a more future proof solution but the submission only removes the underscore in two places. The switch_1701.flt model part of the Creator gallery revealed this bug." 2006-07-04 12:57 robert * src/osgDB/Registry.cpp: Fix to Registry::read(ReadFunctor) to better handle reporting of errors 2006-07-04 11:24 robert * src/osgPlugins/OpenFlight/AncillaryRecords.cpp, src/osgPlugins/OpenFlight/ControlRecords.cpp, src/osgPlugins/OpenFlight/DataInputStream.cpp, src/osgPlugins/OpenFlight/Document.cpp, src/osgPlugins/OpenFlight/GeometryRecords.cpp, src/osgPlugins/OpenFlight/LightPointRecords.cpp, src/osgPlugins/OpenFlight/PaletteRecords.cpp, src/osgPlugins/OpenFlight/Pools.cpp, src/osgPlugins/OpenFlight/PrimaryRecords.cpp, src/osgPlugins/OpenFlight/RoadRecords.cpp, src/osgPlugins/OpenFlight/VertexRecords.cpp: Fixed warnings. 2006-07-04 10:55 robert * src/osgPlugins/bsp/BSPLoad.cpp: Warning fix. 2006-07-04 10:52 robert * src/osgPlugins/tiff/ReaderWriterTIFF.cpp: Warning fix 2006-07-04 09:46 robert * examples/osgunittests/performance.cpp: fixed warning and add a few extra tests 2006-07-04 09:18 robert * include/osgParticle/ConstantRateCounter: From Roland Smeenk, Added missing initialization to zero of the _carryOver value in default and copy constructor. 2006-07-04 09:13 robert * VisualStudio/osgPlugins/directx/directx.dsp, src/osgPlugins/directx/GNUmakefile, src/osgPlugins/directx/LICENSE, src/osgPlugins/directx/ReaderWriterDirectX.cpp, src/osgPlugins/directx/directx.cpp, src/osgPlugins/directx/directx.h, src/osgPlugins/directx/mesh.cpp, src/osgPlugins/directx/mesh.h, src/osgPlugins/directx/types.cpp, src/osgPlugins/directx/types.h: From Ulrich Hertlein, updates to DirectX loader 2006-07-03 20:28 robert * src/osgPlugins/OpenFlight/PaletteRecords.cpp: From Brede Johansen, set the default value of texture wrap mode to REPEAT to fix problem with database without .attr files. 2006-07-03 16:31 robert * src/osgPlugins/OpenFlight/AncillaryRecords.cpp, src/osgPlugins/OpenFlight/ReaderWriterFLT.cpp, src/osgPlugins/OpenFlight/Record.cpp, src/osgPlugins/OpenFlight/Record.h: Fixed a couple of warnings. 2006-07-03 16:21 robert * src/osgPlugins/bsp/ReaderWriterQ3BSP.cpp: Fixed orientation and lighting of model. 2006-07-03 15:21 robert * include/osg/ref_ptr: Removed template methods that were break VS6.0 build. 2006-07-03 13:53 robert * VisualStudio/examples/osgunittests/osgunittests.dsp, examples/osgunittests/GNUmakefile, examples/osgunittests/osgunittests.cpp, examples/osgunittests/performance.cpp, examples/osgunittests/performance.h: Added a performace test section to osgunitests, currently just does basic C/C++ tests. 2006-07-03 10:47 robert * src/osgPlugins/OpenFlight/ReaderWriterFLT.cpp: Added merge geodes and geometries optimizer call 2006-07-03 09:26 robert * src/osgPlugins/ive/ReaderWriterIVE.cpp: From Eric Sokolowski, "Added the ability to read and write images directly in the ive plugin, through the osgDB::readImageFile and osgDB::writeImageFile functions. This is useful for storing compressed textures on disk for rapid playback for animations." 2006-07-03 09:22 robert * src/osgPlugins/ive/BlendFunc.cpp, src/osgPlugins/ive/DataInputStream.cpp, src/osgPlugins/ive/ReadWrite.h, src/osgPlugins/osg/BlendFunc.cpp: From Michael Platings, added support for blend seperates to .ive and .osg 2006-06-30 13:50 robert * src/osgWrappers/osg/BlendFunc.cpp: Updated wrappers. 2006-06-30 13:50 robert * include/osg/BlendFunc, src/osg/BlendFunc.cpp: From Michael Platings, added support for glBlendFuncSeperate. 2006-06-30 13:47 robert * include/osg/Texture, src/osg/Texture.cpp: From Eric Sokolowsky, made a couple of methods static. 2006-06-29 19:38 robert * src/osgPlugins/txp/TXPArchive.h: From David Callu, compile fix for gcc 4.1 2006-06-29 15:57 robert * include/osgUtil/RenderBin, src/osg/AlphaFunc.cpp, src/osg/StateSet.cpp, src/osgProducer/Viewer.cpp, src/osgUtil/RenderBin.cpp, src/osgUtil/SceneView.cpp, src/osgWrappers/osgUtil/RenderBin.cpp: Added support for RenderBin's have a local top level StateSet. This is now used by default in the depth sorted bin. 2006-06-29 11:57 robert * VisualStudio/osgWrappers/osg/wrapper_osg.dsp: Updated wrappers 2006-06-29 11:00 robert * src/osgWrappers/osg/GNUmakefile, src/osgWrappers/osg/Group.cpp, src/osgWrappers/osg/Node.cpp, src/osgWrappers/osg/NodeVisitor.cpp, src/osgWrappers/osgDB/DatabasePager.cpp, src/osgWrappers/osgGA/EventVisitor.cpp, src/osgWrappers/osgProducer/OsgCameraGroup.cpp, src/osgWrappers/osgSim/InsertImpostorsVisitor.cpp, src/osgWrappers/osgSim/OpenFlightOptimizer.cpp, src/osgWrappers/osgUtil/CullVisitor.cpp, src/osgWrappers/osgUtil/IntersectVisitor.cpp, src/osgWrappers/osgUtil/Optimizer.cpp, src/osgWrappers/osgUtil/UpdateVisitor.cpp: Updated wrappers. 2006-06-29 10:19 robert * VisualStudio/osgWrappers/osg/wrapper_osg.dsp, src/osgWrappers/osg/Array.cpp, src/osgWrappers/osg/ClampColor.cpp, src/osgWrappers/osg/ClipNode.cpp, src/osgWrappers/osg/CullingSet.cpp, src/osgWrappers/osg/GNUmakefile, src/osgWrappers/osg/Geode.cpp, src/osgWrappers/osg/Geometry.cpp, src/osgWrappers/osg/GraphicsThread.cpp, src/osgWrappers/osg/Group.cpp, src/osgWrappers/osg/Node.cpp, src/osgWrappers/osg/NodeVisitor.cpp, src/osgWrappers/osg/Shape.cpp, src/osgWrappers/osg/StateAttribute.cpp, src/osgWrappers/osg/StateSet.cpp, src/osgWrappers/osg/Texture.cpp, src/osgWrappers/osgDB/DatabasePager.cpp, src/osgWrappers/osgGA/EventQueue.cpp, src/osgWrappers/osgGA/EventVisitor.cpp, src/osgWrappers/osgGA/GUIEventHandler.cpp, src/osgWrappers/osgGA/KeySwitchMatrixManipulator.cpp, src/osgWrappers/osgProducer/OsgCameraGroup.cpp, src/osgWrappers/osgSim/Impostor.cpp, src/osgWrappers/osgSim/InsertImpostorsVisitor.cpp, src/osgWrappers/osgSim/LightPointNode.cpp, src/osgWrappers/osgSim/OpenFlightOptimizer.cpp, src/osgWrappers/osgSim/SphereSegment.cpp, src/osgWrappers/osgTerrain/DataSet.cpp, src/osgWrappers/osgText/Text.cpp, src/osgWrappers/osgUtil/CullVisitor.cpp, src/osgWrappers/osgUtil/DelaunayTriangulator.cpp, src/osgWrappers/osgUtil/IntersectVisitor.cpp, src/osgWrappers/osgUtil/Optimizer.cpp, src/osgWrappers/osgUtil/PositionalStateContainer.cpp, src/osgWrappers/osgUtil/RenderBin.cpp, src/osgWrappers/osgUtil/StateGraph.cpp, src/osgWrappers/osgUtil/Tesselator.cpp, src/osgWrappers/osgUtil/UpdateVisitor.cpp: Updated wrappers 2006-06-29 10:17 robert * src/osgPlugins/txp/trpage_material.cpp: Changed _WIN32 to _MSC_VER 2006-06-29 10:06 robert * src/osgPlugins/quicktime/ReaderWriterQT.cpp: From Eric Wing, updates to QuickTime plugin 2006-06-29 09:34 robert * src/osgPlugins/OpenFlight/DataInputStream.cpp, src/osgPlugins/OpenFlight/DataInputStream.h, src/osgPlugins/OpenFlight/Document.cpp, src/osgPlugins/OpenFlight/Document.h, src/osgPlugins/OpenFlight/GeometryRecords.cpp, src/osgPlugins/OpenFlight/PaletteRecords.cpp, src/osgPlugins/OpenFlight/Pools.h, src/osgPlugins/OpenFlight/ReaderWriterATTR.cpp, src/osgPlugins/OpenFlight/ReaderWriterFLT.cpp, src/osgPlugins/OpenFlight/RecordInputStream.cpp, src/osgPlugins/OpenFlight/RecordInputStream.h, src/osgPlugins/OpenFlight/VertexRecords.cpp: Form Brede Johansen, move from istrstream to istringstream. From Robert Osfield, remapped Paul Martz's changes to Pools.h and PaletteRecords.cpp w.r.t texturePatternIndex being a in16, and converted a char* string to a std::string. 2006-06-29 08:08 robert * src/osgPlugins/bsp/BSPLoad.h: Changed unsinged int to GLuint for OSX compile fix. 2006-06-28 20:38 robert * src/osgPlugins/bsp/ReaderWriterQ3BSP.cpp: Changed unsigned int to GLuint for OSX build. 2006-06-28 14:36 robert * src/osgPlugins/bsp/ReaderWriterQ3BSP.cpp: Change internal variables across to being GLuint. 2006-06-28 11:37 robert * Xcode/OpenSceneGraph/osgprecipitation-Info.plist: From Eric Wing, updates to Xcode projects 2006-06-28 11:27 robert * Xcode/OpenSceneGraph/OpenSceneGraph.xcodeproj/project.pbxproj, Xcode/OpenSceneGraph/osgcopy-Info.plist: From Eric Wing, updates to Xcode projects 2006-06-28 10:22 robert * src/osgDB/Registry.cpp: Made the new OpenFlight plugin the default. 2006-06-28 10:00 robert * examples/osgspheresegment/osgspheresegment.cpp: Added a setRadius into the screen space LOD. 2006-06-28 07:17 robert * src/osgPlugins/txp/trpage_material.cpp: From Martin Naylor, build fix for windows. 2006-06-28 07:14 robert * src/osgPlugins/txp/trpage_sys.h: Removed old #include entries. 2006-06-27 20:13 robert * src/osgProducer/OsgCameraGroup.cpp: Added setting of the CameraConfig:TheradModelDirective 2006-06-27 13:09 robert * include/osgText/Text, src/osgText/Text.cpp: From Eric Wing, added support for outline/shadow and colour gradient effects. 2006-06-27 12:08 robert * src/osgProducer/OsgCameraGroup.cpp: From Stephan Huber, remove Platform specific handling of multi-sample setup as its now supported within Producer in a generic way. From Robert Osfield fix to the parameter ordering 2006-06-27 12:05 robert * examples/osglogo/osglogo.cpp: From Eric Wing, added support for outline/shadow and colour gradient effects. 2006-06-27 10:07 robert * src/osgPlugins/txp/ReaderWriterTXP.cpp, src/osgPlugins/txp/ReaderWriterTXP.h, src/osgPlugins/txp/TXPArchive.cpp, src/osgPlugins/txp/TXPArchive.h, src/osgPlugins/txp/TXPIO.cpp, src/osgPlugins/txp/TXPNode.cpp, src/osgPlugins/txp/TXPNode.h, src/osgPlugins/txp/TXPPagedLOD.cpp, src/osgPlugins/txp/TXPPagedLOD.h, src/osgPlugins/txp/TXPParser.cpp, src/osgPlugins/txp/TXPParser.h, src/osgPlugins/txp/TXPSeamLOD.cpp, src/osgPlugins/txp/TXPSeamLOD.h, src/osgPlugins/txp/TileMapper.cpp, src/osgPlugins/txp/TileMapper.h, src/osgPlugins/txp/trdll.h, src/osgPlugins/txp/trpage_basic.cpp, src/osgPlugins/txp/trpage_compat.cpp, src/osgPlugins/txp/trpage_compat.h, src/osgPlugins/txp/trpage_geom.cpp, src/osgPlugins/txp/trpage_geom.h, src/osgPlugins/txp/trpage_header.cpp, src/osgPlugins/txp/trpage_io.h, src/osgPlugins/txp/trpage_label.cpp, src/osgPlugins/txp/trpage_light.cpp, src/osgPlugins/txp/trpage_main.cpp, src/osgPlugins/txp/trpage_managers.cpp, src/osgPlugins/txp/trpage_managers.h, src/osgPlugins/txp/trpage_material.cpp, src/osgPlugins/txp/trpage_model.cpp, src/osgPlugins/txp/trpage_nodes.cpp, src/osgPlugins/txp/trpage_parse.cpp, src/osgPlugins/txp/trpage_pparse.cpp, src/osgPlugins/txp/trpage_print.cpp, src/osgPlugins/txp/trpage_print.h, src/osgPlugins/txp/trpage_range.cpp, src/osgPlugins/txp/trpage_rarchive.cpp, src/osgPlugins/txp/trpage_read.h, src/osgPlugins/txp/trpage_readbuf.cpp, src/osgPlugins/txp/trpage_scene.cpp, src/osgPlugins/txp/trpage_scene.h, src/osgPlugins/txp/trpage_swap.cpp, src/osgPlugins/txp/trpage_swap.h, src/osgPlugins/txp/trpage_sys.h, src/osgPlugins/txp/trpage_tile.cpp, src/osgPlugins/txp/trpage_util.cpp, src/osgPlugins/txp/trpage_util.h, src/osgPlugins/txp/trpage_warchive.cpp, src/osgPlugins/txp/trpage_write.h, src/osgPlugins/txp/trpage_writebuf.cpp: From Terrex and Andrew Sampsom and Don Tidrow and Robert Osfield, email comments from Andew Sampson, "I've contacted Terrex, and obtained the 2.2 version of their trpage library. The library included a fork of OSG 0.9.8's txp plugin, modified to load 2.1+ txp DBs. I've done the work of incorporating the changes made to OSG's txp plugin since 0.9.8 into Terrex's fork. The forked version is now up-to-date with the changes made to OSG 0.9.9 and 1.0. Terrex made a lot of changes (especially differences in whitespace), so the diff between the forked version and OSG 1.0's txp plugin is yucky. I did my best, but keep in mind that this is the result of a 4-way merge (kinda... terrex-0.9.8, stock-0.9.8, stock-0.9.9, stock-1.0). I really want to see this forked version merged back into the main OSG branch. The new features offered by this version of the plugin (2.1+ support, variable LOD support, bug fixes) are worth the trouble." -- Don Tidrow then took this code and added his work. -- Robert Osfield then fixed all the warnings that abound in the trpage code base. 2006-06-26 20:45 robert * examples/osgdepthshadow/osgdepthshadow.cpp, examples/osgfxbrowser/Frame.cpp, examples/osgfxbrowser/osgfxbrowser.cpp, include/osgUtil/IntersectVisitor, src/osgFX/AnisotropicLighting.cpp, src/osgFX/BumpMapping.cpp, src/osgFX/Cartoon.cpp, src/osgPlugins/lwo/ReaderWriterLWO.cpp, src/osgPlugins/lwo/Surface.cpp, src/osgPlugins/lwo/VertexMap.cpp, src/osgPlugins/lws/ReaderWriterLWS.cpp, src/osgUtil/Simplifier.cpp: Replaced ref_ptr<>:take with ref_ptr<>:release, and added handling of removeal of ref_ptr<> operator >. 2006-06-26 20:43 robert * src/osgProducer/Viewer.cpp: Added DeleteHandler flush call. 2006-06-26 20:41 robert * include/osg/ref_ptr: From Tyge Løvset, ref_ptr<> template constructor, operators and associated functions. From Robert Osfield, tweaks and fixes to the above, also removed the deprecated take() method. 2006-06-26 20:35 robert * src/osg/Referenced.cpp: Added a functional DeleteHandler. 2006-06-26 15:18 robert * applications/osgconv/osgconv.cpp: Fixed crash on osgconv --compressed cow.osg cow.ive 2006-06-26 10:57 robert * src/osgPlugins/bsp/ReaderWriterQ3BSP.cpp: Changed GLunit usage to unsigned int. 2006-06-26 10:39 robert * src/osgPlugins/ESRIShape/ESRIShapeParser.cpp: From Andreas Ekstrand, fix for Windows 2006-06-26 09:56 robert * include/osg/PrimitiveSet, include/osg/TriangleFunctor: From Leandro Motta Barros, documentation additions to PrimitiveSet & TriangleFunctor. 2006-06-26 09:30 robert * src/osgPlugins/dxf/codeValue.h, src/osgPlugins/dxf/dxfReader.cpp, src/osgPlugins/dxf/dxfReader.h: From Philipp Siemoleit, There are some group codes (i.e. "62") which are interpreted as dxfDataType::SHORT. That's right because the dxf-specification defines "16 bit integer" as the type for the corresponding value. But readerBase::readGroup() calls readValue(std::ifstream&, unsigned short). I changed readValue(std::ifstream&, unsigned short) to readValue(std::ifstream&, short). I found no group code at the dxf-specs which needs a "16 bit unsigned integer" value. So the readValue(std::ifstream&, unsigned short) function is obsolete - right? 2006-06-26 09:18 robert * src/osgUtil/CullVisitor.cpp: From David Fries, Reset only the RenderLeaf objects used in the last frame as given by the _currentReuseRenderLeafIndex instead of resetting all leaves which can be very time consuming. 2006-06-26 09:09 robert * VisualStudio/OpenSceneGraph.dsw: From Martin Naylor, added osgGA dependency to osgkeyboardmouse 2006-06-16 09:28 robert * include/osgGA/GUIEventAdapter: Fixed typo. 2006-06-12 14:04 robert * examples/osgkeyboardmouse/osgkeyboardmouse.cpp: Added pick handler. 2006-06-12 11:32 robert * examples/osgkeyboardmouse/GNUmakefile, examples/osgkeyboardmouse/osgkeyboardmouse.cpp: Revamped osgkeyboardmouse to use the osgGA. 2006-06-12 09:57 robert * Make/makedefs: From Mathew May, FreeBSD build fixes. 2006-06-08 15:27 robert * VisualStudio/osg/osg.dsp, include/osg/ClampColor, include/osg/StateAttribute, src/osg/ClampColor.cpp, src/osg/GNUmakefile: Martin Spindler, new osg::ClampColor state attribute. 2006-06-08 14:32 robert * VisualStudio/osgSim/osgSim.dsp, examples/osglightpoint/osglightpoint.cpp, include/osgSim/LightPointNode, src/osgPlugins/OpenFlight/LightPointRecords.cpp, src/osgPlugins/OpenFlight/PaletteRecords.cpp, src/osgPlugins/OpenFlight/Pools.h, src/osgSim/GNUmakefile, src/osgSim/LightPointNode.cpp, src/osgSim/LightPointSpriteDrawable.cpp, src/osgSim/LightPointSpriteDrawable.h: From Paul Martz, added support to textured light points into osgSim and OpenFlight loader, as part of the OpenFlight v16.0 spec. 2006-06-08 13:34 robert * src/osgText/Text.cpp: From Matt Green, fix to handling of centering of multi-line text entries. 2006-06-08 12:09 robert * include/osg/State: From Paul Martz, clean up of comments. 2006-06-08 12:07 robert * examples/osgshaders/GL2Scene.cpp: From Mike Weiblen, reverted shaders changes due to lack of hardware/driver support 2006-06-08 11:58 robert * include/osg/Array: From Gustavo Wagner, addition of trim method to TemplateArray class. From Robert Osfield, made trim method a virtual method of the base Array class and added a trim implementation to TemplateIndexArray. 2006-06-08 11:56 robert * VisualStudio/osgSim/osgSim.dsp: From Paul Martz, fixed incorrect filename in project file 2006-06-08 11:39 robert * src/osgUtil/Optimizer.cpp: With direction from Paul Melis, fixed bug in CopySharedSubgraphsVisitor which prevented it being applied. Also fix inappropriate comment. 2006-06-08 11:22 robert * src/osgDB/FileUtils.cpp: From Joan Abadie: patch fixes : "osgDB::makeDirectory doesn't work on win32 when using full path name like : "d:/demo" it tryes a mkdir("d:")." 2006-06-08 11:19 robert * applications/osgdem/osgdem.cpp: Added setting of default colour. 2006-06-08 11:18 robert * examples/osgsimulation/osgsimulation.cpp: added SphereSegment test code segment, commented out at pressent. 2006-06-05 16:25 robert * src/osgSim/SphereSegment.cpp: Added missing clip against maximum azimuth. 2006-06-05 16:25 robert * examples/osgspheresegment/osgspheresegment.cpp: Added extra SphereSegment intersection tests. 2006-06-05 16:06 robert * src/osgProducer/ViewerEventHandler.cpp: Improved stats sizing in presense of wide screens. 2006-05-29 09:08 robert * applications/osgviewer/osgviewer.cpp: Reverted changes from revision 1.4, as they look like a temporary hack not intended to be merged. 2006-05-26 15:19 robert * src/osgTerrain/DataSet.cpp: From Jason Baverage, support for interpolating DEM data from GDAL to the positions required for the current tile. 2006-05-23 19:03 robert * src/osgPlugins/bsp/BITSET.cpp, src/osgPlugins/bsp/BITSET.h, src/osgPlugins/bsp/BSPLoad.cpp, src/osgPlugins/bsp/BSPLoad.h, src/osgPlugins/bsp/ReaderWriterQ3BSP.cpp, src/osgPlugins/bsp/ReaderWriterQ3BSP.h: Ran dos2unix of files 2006-05-22 19:30 robert * src/osgUtil/RenderStage.cpp: Cleaned up the OpenGL error reporting. 2006-05-16 21:32 robert * src/osgWrappers/osg/Object.cpp, src/osgWrappers/osg/Referenced.cpp, src/osgWrappers/osg/StateSet.cpp, src/osgWrappers/osg/Uniform.cpp, src/osgWrappers/osgTerrain/DataSet.cpp: Updated wrappers. 2006-05-16 21:20 robert * include/osg/StateSet, src/osg/StateSet.cpp, src/osgPlugins/ive/Uniform.cpp: Minor tweaks of ints to unsigned ints 2006-05-16 21:00 robert * include/osg/Uniform, src/osg/Uniform.cpp: From Mike Weiblen, futher work on Uniform array support. 2006-05-16 21:00 robert * src/osgPlugins/ive/IveVersion.h, src/osgPlugins/ive/Uniform.cpp: From Mike Weiblen, support for new Uniform arrays. From Robert Osfield, refactor of above with original code to ensure backwards compatibility. 2006-05-16 10:21 robert * src/osgProducer/Viewer.cpp, src/osgProducer/ViewerEventHandler.cpp: Compile fixes for OSX 2006-05-15 15:46 robert * examples/osgshaders/GL2Scene.cpp, include/osg/StateSet, include/osg/Uniform, src/osg/StateSet.cpp, src/osg/Uniform.cpp, src/osgPlugins/osg/Uniform.cpp, src/osgProducer/ViewerEventHandler.cpp: From Mike Weiblen, support GLSL uniform arrays. A couple of tweaks and fixes from Robert Osfield. 2006-05-15 13:22 robert * src/osgPlugins/OpenFlight/Document.h, src/osgPlugins/OpenFlight/PaletteRecords.cpp: From Paul Martz, "This change is based on current CVS. (Note both Brede and I have submitted changes to this plugin that aren't in current CVS yet -- this change is based on current CVS, not our changed files.) This changes how shader palette records are parsed to support GLSL per the OpenFlight 16.1 spec. Existing functionality for 16.0 files is preserved. The change to Document.h simply adds an enum for VERSION_16_1." 2006-05-15 13:13 robert * applications/osgdem/osgdem.cpp: Replaced BoundingBox with GeospatialExtents. 2006-05-15 13:12 robert * include/osgTerrain/DataSet, src/osgTerrain/DataSet.cpp: From Jason Baverage, A dded GeospatialExtents bounding box class which used doubles in place of the original usage of osg::BoundingBox. Added path for computing interpolation elevation data being read from GDAL. 2006-05-15 11:56 robert * include/osgDB/FileUtils: From Eric Wing, removed trailing commans from enum lists. 2006-05-15 11:53 robert * include/osg/Math: From Eric Wing, compile fix for OSX. 2006-05-15 11:48 robert * include/osg/Geometry, src/osg/Geometry.cpp: From Daniel Trastenjak, added checking of binding modes to ensure that changes are only applied when the binding mode changes, thereby avoiding uncessary calls to dirtyDisplayList. Note, from Robert Osfield, moved bodies of set*Binding() into Geometry.cpp to avoid clutter in the header. 2006-05-15 11:38 robert * examples/osgvolume/osgvolume.cpp: From Adrian Egli, added std::ifstream::binary qualifier to ifstream usage. 2006-05-15 11:27 robert * src/osgPlugins/OpenFlight/AttrData.h, src/osgPlugins/OpenFlight/PaletteRecords.cpp: From Paul Martz, "add support for the v16.0 "Add" texture environment and "mirrored repeat" wrap mode." 2006-05-15 11:22 robert * src/osgPlugins/OpenFlight/Vertex.cpp, src/osgPlugins/OpenFlight/Vertex.h: Changed instances of setCoord(const Vec3) to setCoord(const Vec3&) style. 2006-05-15 11:18 robert * src/osgPlugins/OpenFlight/GeometryRecords.cpp, src/osgPlugins/OpenFlight/PrimaryRecords.cpp, src/osgPlugins/OpenFlight/ReaderWriterFLT.cpp, src/osgPlugins/OpenFlight/Record.h, src/osgPlugins/OpenFlight/Registry.h, src/osgPlugins/OpenFlight/Vertex.cpp, src/osgPlugins/OpenFlight/Vertex.h, src/osgPlugins/OpenFlight/VertexRecords.cpp: From Brede Johansen, "- Replaced some member attributes with local variables in Face record. - Multitexture support in Vertex class. - Renamed VertexList to VertexListRecord (VertexList is now a Vertex array) - new Mesh (with reserved field at offset 12, thanks to Paul Martz) - new LocalVertexPool - new MeshPrimitive - Use ProxyNode for externals. - Local cache for externals" 2006-05-15 09:55 robert * VisualStudio/OpenSceneGraph.dsw, VisualStudio/osgPlugins/bsp, VisualStudio/osgPlugins/bsp/bsp.dsp: Added VisualStudio project for Quake3 BSP plugin 2006-05-15 09:46 robert * Make/makedirdefs, src/osgPlugins/bsp, src/osgPlugins/bsp/BITSET.cpp, src/osgPlugins/bsp/BITSET.h, src/osgPlugins/bsp/BSPLoad.cpp, src/osgPlugins/bsp/BSPLoad.h, src/osgPlugins/bsp/GNUmakefile, src/osgPlugins/bsp/ReaderWriterQ3BSP.cpp, src/osgPlugins/bsp/ReaderWriterQ3BSP.h: From Carlos García and Paul Baker, Port of Paul Baker's Quake3 BSP loader to OSG by Carlos García. Added Quake3 BSP plugin. 2006-05-09 09:47 robert * src/osgUtil/RenderStage.cpp: From Farshid Lashkari, "The drawInner() method of osgUtil::RenderStage ignores the checkForGLErrors flag of the osg::State object. The attatched file fixes this." 2006-05-09 09:42 robert * include/osg/Referenced: From Tree, build fixes for JavaOSG build. 2006-05-09 09:35 robert * include/osg/Math: From Farshid Lashari, round funciton. 2006-05-09 09:13 robert * src/osg/AutoTransform.cpp: Removed redundent variable declaration. 2006-05-09 09:12 robert * include/osg/AutoTransform: From Farshid Lashkari, "The setScale(Vec3) method of osg::AutoTransform does not dirty the matrix. The fix is attached." 2006-05-04 19:39 robert * src/osgWrappers/osg/Group.cpp: Updated wrappers 2006-05-04 19:36 robert * include/osg/Group: Added removeChild(unsigned int, unsigned int) back in for backward compatibility. 2006-05-04 19:15 robert * src/osg/PagedLOD.cpp: Fixed expire of children to work with the new Group::removeChildren method. 2006-05-02 15:52 robert * include/osg/Matrixd, include/osg/Matrixf, include/osg/Object, include/osg/Referenced, include/osgUtil/RenderLeaf, include/osgUtil/StateGraph, src/osg/Referenced.cpp, src/osgUtil/CullVisitor.cpp: Added selective support for thread safe ref/unref such that the rendering backend now doesn't use thread safe ref counting where multi-buffering exists. This reduces the overhead of multi-threading. 2006-05-02 09:50 robert * src/osgWrappers/osg/Geode.cpp, src/osgWrappers/osg/Group.cpp, src/osgWrappers/osg/LOD.cpp, src/osgWrappers/osg/PagedLOD.cpp, src/osgWrappers/osg/ProxyNode.cpp, src/osgWrappers/osg/Switch.cpp, src/osgWrappers/osgParticle/PrecipitationEffect.cpp: Updated wrappers. 2006-05-02 09:49 robert * include/osg/Transform: Fixed docs on GL_SCALE_NORMAL 2006-05-02 09:45 robert * Make/makedefs, examples/osgdepthpartition/DepthPartitionNode.cpp, examples/osgdepthpartition/DepthPartitionNode.h, examples/osgfxbrowser/Frame.cpp, examples/osgfxbrowser/osgfxbrowser.cpp, examples/osgsimulation/osgsimulation.cpp, include/osg/Geode, include/osg/Group, include/osg/LOD, include/osg/PagedLOD, include/osg/ProxyNode, include/osg/Switch, src/osg/Geode.cpp, src/osg/Group.cpp, src/osg/LOD.cpp, src/osg/PagedLOD.cpp, src/osg/ProxyNode.cpp, src/osg/Switch.cpp, src/osgParticle/ParticleEffect.cpp, src/osgPlugins/ESRIShape/ESRIShapeParser.cpp, src/osgPlugins/OpenFlight/GeometryRecords.cpp, src/osgPlugins/OpenFlight/PrimaryRecords.cpp, src/osgPlugins/OpenFlight/ReaderWriterATTR.cpp, src/osgPlugins/OpenFlight/ReaderWriterFLT.cpp, src/osgPlugins/lwo/Converter.cpp, src/osgUtil/Optimizer.cpp, src/osgUtil/SceneView.cpp: Reorganised the Group::removeChild and Geode::removeDrawable methods so that removeChild(Node*), removeChild(uint) and equivilant Geode methods are now inline methods, not designed to be overriden, and seperated out the multiple remove method to be called removeChildren(uint, uint) which is now the only virtual method. There removeChildren is now the method to override in subclasses. This reorganisation requires some call code to be rename removeChild usage to removeChildren. 2006-05-02 09:18 robert * src/osgSim/OverlayNode.cpp: Fixed popping of state frustum. 2006-05-01 16:20 robert * src/osgText/Text.cpp: From Colin MacDonald, fixed handling of an adding a graphics context after the creating of the osgText::Text. 2006-05-01 16:13 robert * src/osgPlugins/osgParticle/IO_ConstantRateCounter.cpp: Ran dos2unix. 2006-05-01 16:11 robert * Xcode/XcodeTemplates/OSG Application/osgApp_Prefix.pch: From Eric Wing, updated precompiled header list in new project file template. 2006-05-01 16:05 robert * include/osg/Drawable, include/osg/Vec3s, include/osg/Vec4s: From Eric Wing, removed trailing semi colonds from namespace end bracket. 2006-05-01 14:51 robert * Make/makedefs: From Mathew May, FreeBSD support for AMD64. 2006-04-28 10:48 robert * src/osgProducer/OsgCameraGroup.cpp: Added catch for thread model w.r.t new PrecipitationEffect not being sensitive to threading issues. 2006-04-25 13:50 robert * VisualStudio/osgWrappers/osgParticle/wrapper_osgParticle.dsp, include/osgParticle/PrecipitationEffect, src/osgWrappers/osgParticle/GNUmakefile, src/osgWrappers/osgParticle/PrecipitationEffect.cpp: UPdated wrappers 2006-04-25 12:56 robert * examples/osgprecipitation/osgprecipitation.cpp, include/osgParticle/PrecipitationEffect: Added UseFarLineSegments option 2006-04-25 12:39 robert * examples/osgprecipitation/osgprecipitation.cpp, include/osgParticle/PrecipitationEffect, src/osgParticle/PrecipitationEffect.cpp: Implemented seemless update of precipitation properties. 2006-04-25 09:00 robert * src/osg/DisplaySettings.cpp: Reset the default number of graphics context to 1. 2006-04-24 21:48 robert * include/osgParticle/PrecipitationEffect, src/osgParticle/PrecipitationEffect.cpp: Moved LessFunctor into header. 2006-04-24 16:21 robert * examples/osgprecipitation/osgprecipitation.cpp, include/osgParticle/PrecipitationEffect, src/osgParticle/PrecipitationEffect.cpp: Moved PrecipitationParameters directly into PrecipitationEffect. 2006-04-24 11:24 robert * src/osgParticle/PrecipitationEffect.cpp: Added depth sorting of cells. 2006-04-24 10:32 robert * src/osgParticle/PrecipitationEffect.cpp: Added near/far compute. 2006-04-24 09:35 robert * VisualStudio/OpenSceneGraph.dsw: Added osgParticle dependency to osgPrecipitation example. 2006-04-24 08:37 robert * VisualStudio/OpenSceneGraph.dsw: Added osgUtil to the osgParticle dependencies. 2006-04-24 06:36 robert * examples/osgprecipitation/osgprecipitation.cpp, include/osgParticle/PrecipitationEffect, src/osgParticle/PrecipitationEffect.cpp: Added support for wind. 2006-04-22 15:08 robert * VisualStudio/osgParticle/osgParticle.dsp, examples/osgprecipitation/GNUmakefile, examples/osgprecipitation/PrecipitationEffect.cpp, examples/osgprecipitation/PrecipitationEffect.h, examples/osgprecipitation/PrecipitationParameters.cpp, examples/osgprecipitation/PrecipitationParameters.h, examples/osgprecipitation/line_rain.vert, examples/osgprecipitation/osgprecipitation.cpp, examples/osgprecipitation/point_rain.frag, examples/osgprecipitation/point_rain.vert, examples/osgprecipitation/quad_rain.vert, examples/osgprecipitation/rain.frag, examples/osgprecipitation/rain.vert, include/osgParticle/PrecipitationEffect, src/osgParticle/GNUmakefile, src/osgParticle/PrecipitationEffect.cpp: Moved PrecipitationEffect node into osgParticle. 2006-04-22 15:07 robert * src/osgProducer/Viewer.cpp: Decreased notify level of debug message. 2006-04-22 06:33 robert * examples/osgprecipitation/GNUmakefile, examples/osgprecipitation/PrecipitationDrawable.cpp, examples/osgprecipitation/PrecipitationDrawable.h, examples/osgprecipitation/PrecipitationEffect.cpp, examples/osgprecipitation/PrecipitationEffect.h, examples/osgprecipitation/PrecipitationParameters.h: Moved PrecipitationDrawable into PrecipitationEffect. 2006-04-21 19:39 robert * examples/osgprecipitation/GNUmakefile, examples/osgprecipitation/PrecipitationDrawable.cpp, examples/osgprecipitation/PrecipitationDrawable.h, examples/osgprecipitation/PrecipitationEffect.cpp, examples/osgprecipitation/PrecipitationEffect.h, examples/osgprecipitation/PrecipitationParameters.cpp, examples/osgprecipitation/PrecipitationParameters.h, examples/osgprecipitation/line_rain.vert, examples/osgprecipitation/osgprecipitation.cpp, examples/osgprecipitation/point_rain.frag: Added new precipitation nodes. 2006-04-21 17:16 don * src/osgGA/UFOManipulator.cpp: Fixed a cut-n-paste error in the ground intersects. 2006-04-19 19:00 robert * src/osgProducer/KeyboardMouseCallback.cpp: Fixed mouse scroll mapping. 2006-04-19 13:04 robert * examples/osgprecipitation/line_rain.vert, examples/osgprecipitation/osgprecipitation.cpp, examples/osgprecipitation/point_rain.frag, examples/osgprecipitation/point_rain.vert, examples/osgprecipitation/quad_rain.vert: Convertered shaders across to using modelview matrix instead of uniforms. 2006-04-17 19:10 robert * examples/osgprecipitation/osgprecipitation.cpp, examples/osgprecipitation/point_rain.vert: Standardised the bin number of the particle effects 2006-04-17 13:25 robert * src/osgUtil/RenderStage.cpp: Added setting of the FrameStamp on the RenderStage's local GraphicsContext to keep it in sync with the calling graphics context. 2006-04-14 16:44 robert * examples/osgprecipitation/osgprecipitation.cpp: Added inline shaders so that the tha example can be run from any directory. 2006-04-14 15:03 robert * examples/osgprecipitation/osgprecipitation.cpp: Further tweaks to settings to improve performance at mid intensity ranges 2006-04-14 14:24 robert * examples/osgprecipitation/osgprecipitation.cpp: Refined the default settings for rain and snow to achieve better framerates. 2006-04-14 11:04 robert * examples/osgprecipitation/line_rain.vert, examples/osgprecipitation/osgprecipitation.cpp, examples/osgprecipitation/point_rain.vert, examples/osgprecipitation/quad_rain.vert: Added fog parameters settings. 2006-04-14 08:28 robert * src/osgUtil/Optimizer.cpp: From Ben Discoe, added missing drawable->dirtyDisplayList(). 2006-04-13 20:21 robert * examples/osgprecipitation/osgprecipitation.cpp: Added --numberOfParticles, --numberOfCellsX, --numberOfCellsY, --numberOfCellsZ, --boundingBox, --fogEnd and --fogDensity controls 2006-04-13 19:05 robert * examples/osgprecipitation/osgprecipitation.cpp, examples/osgprecipitation/point_rain.vert, examples/osgprecipitation/quad_rain.vert: Added command line options and various speed improvements. 2006-04-12 11:59 robert * examples/osgprecipitation/line_rain.vert, examples/osgprecipitation/osgprecipitation.cpp, examples/osgprecipitation/point_rain.vert, examples/osgprecipitation/quad_rain.vert: Implement positioning of cells via vertex attribute. 2006-04-12 09:42 robert * examples/osgprecipitation/line_rain.vert, examples/osgprecipitation/osgprecipitation.cpp, examples/osgprecipitation/point_rain.vert, examples/osgprecipitation/quad_rain.vert: Moved common uniforms to top of precipitation subgraph. Added a run of the SpatializeGroupVisitor to create a balanced subgraph. Changed the quad to particle transistion distance from 100 to 50m. 2006-04-11 19:56 robert * examples/osgprecipitation/osgprecipitation.cpp, examples/osgprecipitation/point_rain.vert: Added support for LOD's with transistion between quads and point rendering. 2006-04-11 13:22 robert * examples/osgprecipitation/osgprecipitation.cpp, examples/osgprecipitation/point_rain.frag, examples/osgprecipitation/point_rain.vert: Added support for point sprite particle effects. 2006-04-11 10:53 robert * examples/osgprecipitation/line_rain.vert, examples/osgprecipitation/osgprecipitation.cpp, examples/osgprecipitation/point_rain.frag, examples/osgprecipitation/point_rain.vert, examples/osgprecipitation/quad_rain.vert, examples/osgprecipitation/rain.vert: Added point and line paths. 2006-04-11 08:44 robert * src/osgProducer/OsgCameraGroup.cpp: Added setting of the DisplaySettings::setMaxNumberOfGraphicsContext() to the number of contexts required by Producer. 2006-04-10 15:45 robert * VisualStudio/OpenSceneGraph.dsw, VisualStudio/examples/osgprecipitation, VisualStudio/examples/osgprecipitation/osgprecipitation.dsp: From Martin Naylor, osgprecipitation project file. 2006-04-07 19:54 robert * examples/osgprecipitation/osgprecipitation.cpp, examples/osgprecipitation/rain.vert: Added mipmap generation. 2006-04-07 18:24 robert * examples/osgprecipitation/osgprecipitation.cpp, examples/osgprecipitation/rain.frag, examples/osgprecipitation/rain.vert: Added quad based rain effect 2006-04-06 14:06 robert * include/osgUtil/Optimizer, src/osgUtil/Optimizer.cpp, src/osgWrappers/osgUtil/Optimizer.cpp: From Brede Johansen, added MergeGeode visitor to osgUtil::Optimizer. 2006-04-05 15:13 robert * Make/makedirdefs, examples/osgprecipitation, examples/osgprecipitation/GNUmakefile, examples/osgprecipitation/GNUmakefile.inst, examples/osgprecipitation/osgprecipitation.cpp, examples/osgprecipitation/rain.frag, examples/osgprecipitation/rain.vert, examples/osgsimulation/osgsimulation.cpp: Added beginings osgprecipitation example. 2006-04-04 23:22 don * src/osgUtil/DelaunayTriangulator.cpp: Fixed a bug in the DelaunayTriangulator uniquify points method. Was always skipping the first point. 2006-04-04 14:10 robert * VisualStudio/collect_mangled_names.js: Added missing .js file. 2006-04-04 13:47 robert * VisualStudio/collect_mangled_names.bat, VisualStudio/create_static_workspace.js, VisualStudio/osg/osg.dsp, VisualStudio/osgDB/osgDB.dsp, VisualStudio/osgFX/osgFX.dsp, VisualStudio/osgGA/osgGA.dsp, VisualStudio/osgParticle/osgParticle.dsp, VisualStudio/osgPlugins/3dc/3dc.dsp, VisualStudio/osgPlugins/ESRIShape/ESRIShape.dsp, VisualStudio/osgPlugins/OpenFlight/OpenFlight.dsp, VisualStudio/osgPlugins/ac3d/ac3d.dsp, VisualStudio/osgPlugins/bmp/bmp.dsp, VisualStudio/osgPlugins/dds/dds.dsp, VisualStudio/osgPlugins/directx/directx.dsp, VisualStudio/osgPlugins/dw/dw.dsp, VisualStudio/osgPlugins/dxf/dxf.dsp, VisualStudio/osgPlugins/flt/flt.dsp, VisualStudio/osgPlugins/freetype/freetype.dsp, VisualStudio/osgPlugins/gdal/gdal.dsp, VisualStudio/osgPlugins/geo/geo.dsp, VisualStudio/osgPlugins/gif/gif.dsp, VisualStudio/osgPlugins/hdr/hdr.dsp, VisualStudio/osgPlugins/ive/ive.dsp, VisualStudio/osgPlugins/jpeg/jpeg.dsp, VisualStudio/osgPlugins/lib3ds/lib3ds.dsp, VisualStudio/osgPlugins/logo/logo.dsp, VisualStudio/osgPlugins/lwo/lwo.dsp, VisualStudio/osgPlugins/lws/lws.dsp, VisualStudio/osgPlugins/md2/md2.dsp, VisualStudio/osgPlugins/net/net.dsp, VisualStudio/osgPlugins/normals/normals.dsp, VisualStudio/osgPlugins/obj/obj.dsp, VisualStudio/osgPlugins/osg/dot_osg.dsp, VisualStudio/osgPlugins/osgFX/dot_osgFX.dsp, VisualStudio/osgPlugins/osgParticle/dot_osgParticle.dsp, VisualStudio/osgPlugins/osgSim/dot_osgSim.dsp, VisualStudio/osgPlugins/osgText/dot_osgText.dsp, VisualStudio/osgPlugins/osga/osga.dsp, VisualStudio/osgPlugins/osgtgz/osgtgz.dsp, VisualStudio/osgPlugins/pic/pic.dsp, VisualStudio/osgPlugins/png/png.dsp, VisualStudio/osgPlugins/pnm/pnm.dsp, VisualStudio/osgPlugins/rgb/rgb.dsp, VisualStudio/osgPlugins/rot/rot.dsp, VisualStudio/osgPlugins/scale/scale.dsp, VisualStudio/osgPlugins/stl/stl.dsp, VisualStudio/osgPlugins/tga/tga.dsp, VisualStudio/osgPlugins/tgz/tgz.dsp, VisualStudio/osgPlugins/tiff/tiff.dsp, VisualStudio/osgPlugins/trans/trans.dsp, VisualStudio/osgPlugins/txp/txp.dsp, VisualStudio/osgPlugins/zip/zip.dsp, VisualStudio/osgProducer/osgProducer.dsp, VisualStudio/osgSim/osgSim.dsp, VisualStudio/osgTerrain/osgTerrain.dsp, VisualStudio/osgText/osgText.dsp, VisualStudio/osgUtil/osgUtil.dsp: From Joran Jessurun and Chris Hanson, Visual Studio Static build support. 2006-04-04 13:20 robert * src/osgWrappers/osg/Program.cpp, src/osgWrappers/osgProducer/OsgCameraGroup.cpp: Updated wrappers. 2006-04-04 12:58 robert * include/osgProducer/OsgCameraGroup: Converted SceneHandlerList to use Producer::ref_ptr<> 2006-04-04 12:53 robert * Xcode, Xcode/Misc, Xcode/Misc/Build_OSG_OSX.sh, Xcode/Misc/Symbolic_Link_App.sh, Xcode/Misc/Tar_Xcode.sh, Xcode/Misc/osegs.pl, Xcode/OSX_OSG_README.rtf, Xcode/OpenSceneGraph, Xcode/OpenSceneGraph/English.lproj, Xcode/OpenSceneGraph/English.lproj/InfoPlist.strings, Xcode/OpenSceneGraph/Info.plist, Xcode/OpenSceneGraph/OpenSceneGraph.xcode, Xcode/OpenSceneGraph/OpenSceneGraph.xcode/project.pbxproj, Xcode/OpenSceneGraph/OpenSceneGraph.xcodeproj, Xcode/OpenSceneGraph/OpenSceneGraph.xcodeproj/project.pbxproj, Xcode/OpenSceneGraph/OpenSceneGraph_Prefix.pch, Xcode/OpenSceneGraph/os-Info.plist, Xcode/OpenSceneGraph/osg-Info.plist, Xcode/OpenSceneGraph/osgDB-Info.plist, Xcode/OpenSceneGraph/osgFX-Info.plist, Xcode/OpenSceneGraph/osgGA-Info.plist, Xcode/OpenSceneGraph/osgGL2-Info.plist, Xcode/OpenSceneGraph/osgGLUTkeyboardmouse-Info.plist, Xcode/OpenSceneGraph/osgGLUTsimple-Info.plist, Xcode/OpenSceneGraph/osgParticle-Info.plist, Xcode/OpenSceneGraph/osgProducer-Info.plist, Xcode/OpenSceneGraph/osgSim-Info.plist, Xcode/OpenSceneGraph/osgTerrain-Info.plist, Xcode/OpenSceneGraph/osgText-Info.plist, Xcode/OpenSceneGraph/osgUtil-Info.plist, Xcode/OpenSceneGraph/osganimate-Info.plist, Xcode/OpenSceneGraph/osgarchive-Info.plist, Xcode/OpenSceneGraph/osgautotransform-Info.plist, Xcode/OpenSceneGraph/osgbillboard-Info.plist, Xcode/OpenSceneGraph/osgblendequation-Info.plist, Xcode/OpenSceneGraph/osgbluemarble-Info.plist, Xcode/OpenSceneGraph/osgcallback-Info.plist, Xcode/OpenSceneGraph/osgcamera-Info.plist, Xcode/OpenSceneGraph/osgcameragroup-Info.plist, Xcode/OpenSceneGraph/osgcatch-Info.plist, Xcode/OpenSceneGraph/osgclip-Info.plist, Xcode/OpenSceneGraph/osgcluster-Info.plist, Xcode/OpenSceneGraph/osgconv-Info.plist, Xcode/OpenSceneGraph/osgcopy-Info.plist, Xcode/OpenSceneGraph/osgcubemap-Info.plist, Xcode/OpenSceneGraph/osgdb_freetype-Info.plist, Xcode/OpenSceneGraph/osgdb_freetype2-Info.plist, Xcode/OpenSceneGraph/osgdb_osgText-Info.plist, Xcode/OpenSceneGraph/osgdelaunay-Info.plist, Xcode/OpenSceneGraph/osgdem-Info.plist, Xcode/OpenSceneGraph/osgdepthpartition-Info.plist, Xcode/OpenSceneGraph/osgdepthshadow-Info.plist, Xcode/OpenSceneGraph/osgdistortion-Info.plist, Xcode/OpenSceneGraph/osgfbo-Info.plist, Xcode/OpenSceneGraph/osgforest-Info.plist, Xcode/OpenSceneGraph/osgfxbrowser-Info.plist, Xcode/OpenSceneGraph/osggeodemo, Xcode/OpenSceneGraph/osggeometry-Info.plist, Xcode/OpenSceneGraph/osghangglide-Info.plist, Xcode/OpenSceneGraph/osghud-Info.plist, Xcode/OpenSceneGraph/osgimposter-Info.plist, Xcode/OpenSceneGraph/osgintrospection-Info.plist, Xcode/OpenSceneGraph/osgkeyboard-Info.plist, Xcode/OpenSceneGraph/osgkeyboardmouse-Info.plist, Xcode/OpenSceneGraph/osglauncher-Info.plist, Xcode/OpenSceneGraph/osglightpoint-Info.plist, Xcode/OpenSceneGraph/osglist-Info.plist, Xcode/OpenSceneGraph/osglogicop-Info.plist, Xcode/OpenSceneGraph/osglogo-Info.plist, Xcode/OpenSceneGraph/osgmotionblur-Info.plist, Xcode/OpenSceneGraph/osgmovie-Info.plist, Xcode/OpenSceneGraph/osgmultiplecameras-Info.plist, Xcode/OpenSceneGraph/osgmultitexture-Info.plist, Xcode/OpenSceneGraph/osgocculder-Info.plist, Xcode/OpenSceneGraph/osgpagedlod-Info.plist, Xcode/OpenSceneGraph/osgparametric-Info.plist, Xcode/OpenSceneGraph/osgparticleExample-Info.plist, Xcode/OpenSceneGraph/osgparticleeffects-Info.plist, Xcode/OpenSceneGraph/osgpbuffer-Info.plist, Xcode/OpenSceneGraph/osgphotoalbum-Info.plist, Xcode/OpenSceneGraph/osgpick-Info.plist, Xcode/OpenSceneGraph/osgplanets-Info.plist, Xcode/OpenSceneGraph/osgpoints-Info.plist, Xcode/OpenSceneGraph/osgpointsprite-Info.plist, Xcode/OpenSceneGraph/osgprerender-Info.plist, Xcode/OpenSceneGraph/osgprerendercubemap-Info.plist, Xcode/OpenSceneGraph/osgreflect-Info.plist, Xcode/OpenSceneGraph/osgscalarbar-Info.plist, Xcode/OpenSceneGraph/osgscribe-Info.plist, Xcode/OpenSceneGraph/osgsequence-Info.plist, Xcode/OpenSceneGraph/osgshaders-Info.plist, Xcode/OpenSceneGraph/osgshaderterrain-Info.plist, Xcode/OpenSceneGraph/osgshadowtexture-Info.plist, Xcode/OpenSceneGraph/osgshape-Info.plist, Xcode/OpenSceneGraph/osgsimple-Info.plist, Xcode/OpenSceneGraph/osgsimplepager-Info.plist, Xcode/OpenSceneGraph/osgsimplifier-Info.plist, Xcode/OpenSceneGraph/osgsimulation-Info.plist, Xcode/OpenSceneGraph/osgslice-Info.plist, Xcode/OpenSceneGraph/osgslideshow-Info.plist, Xcode/OpenSceneGraph/osgspacewarp-Info.plist, Xcode/OpenSceneGraph/osgspheresegment-Info.plist, Xcode/OpenSceneGraph/osgspotlight-Info.plist, Xcode/OpenSceneGraph/osgstereoimage-Info.plist, Xcode/OpenSceneGraph/osgteapot-Info.plist, Xcode/OpenSceneGraph/osgtesselate-Info.plist, Xcode/OpenSceneGraph/osgtextexample-Info.plist, Xcode/OpenSceneGraph/osgtexture1D-Info.plist, Xcode/OpenSceneGraph/osgtexture2D-Info.plist, Xcode/OpenSceneGraph/osgtexture3D-Info.plist, Xcode/OpenSceneGraph/osgtexturerectangle-Info.plist, Xcode/OpenSceneGraph/osgunittests-Info.plist, Xcode/OpenSceneGraph/osgversion-Info.plist, Xcode/OpenSceneGraph/osgvertexprogram-Info.plist, Xcode/OpenSceneGraph/osgviewer-Info.plist, Xcode/OpenSceneGraph/osgvolume-Info.plist, Xcode/OpenSceneGraph/osgwindows-Info.plist, Xcode/OpenSceneGraph/version.plist, Xcode/XcodeTemplates, Xcode/XcodeTemplates/OSG Application, Xcode/XcodeTemplates/OSG Application/English.lproj, Xcode/XcodeTemplates/OSG Application/English.lproj/InfoPlist.strings, Xcode/XcodeTemplates/OSG Application/English.lproj/main.nib, Xcode/XcodeTemplates/OSG Application/English.lproj/main.nib/classes.nib, Xcode/XcodeTemplates/OSG Application/English.lproj/main.nib/info.nib, Xcode/XcodeTemplates/OSG Application/English.lproj/main.nib/objects.xib, Xcode/XcodeTemplates/OSG Application/Info.plist, Xcode/XcodeTemplates/OSG Application/OSGApp.pbproj, Xcode/XcodeTemplates/OSG Application/OSGApp.pbproj/TemplateInfo.plist, Xcode/XcodeTemplates/OSG Application/OSGApp.pbproj/project.pbxproj, Xcode/XcodeTemplates/OSG Application/main.cpp, Xcode/XcodeTemplates/OSG Application/osgApp_Prefix.pch, Xcode/XcodeTemplates/OSG Application/version.plist, Xcode/XcodeTemplates/TemplateNotes.rtf, Xcode/Xcode_OSG_Instructions.rtf: From Eric Wing, XCode project files. 2006-04-03 19:14 robert * src/osgProducer/ViewerEventHandler.cpp: #if'd out use of barrier for stats collection. 2006-04-03 18:25 robert * src/osgProducer/Viewer.cpp: Temporary fix for hang in stats when multi-threaded. 2006-03-31 01:37 don * src/osgPlugins/ESRIShape/ESRIShape.cpp: Don Tidrow's ifdef for MingW 2006-03-30 10:20 robert * examples/osgcatch/osgcatch.cpp, examples/osgcluster/osgcluster.cpp, examples/osgpbuffer/osgpbuffer.cpp, examples/osgphotoalbum/osgphotoalbum.cpp, examples/osgstereoimage/osgstereoimage.cpp, examples/osgwindows/osgwindows.cpp: Build fixes to cope with changes to Producer/osgProducer. 2006-03-29 23:32 don * applications/osgviewer/osgviewer.cpp, include/osgProducer/OsgCameraGroup, src/osgProducer/OsgCameraGroup.cpp, src/osgProducer/Viewer.cpp, src/osgProducer/ViewerEventHandler.cpp: Updates to osgProducer to bring it up to speed with changes in Producer 2006-03-28 16:08 robert * include/osg/Program, include/osg/Uniform, src/osg/Program.cpp: From Mike Weiblen, changes to internal help class in prep for array uniform support. Small tweaks for build under Linux from Robert Osfield. 2006-03-28 14:45 robert * src/osgPlugins/ive/IveVersion.h, src/osgPlugins/ive/PagedLOD.cpp: From Glenn Waldrom, addition of .ive support for PriorityOffset and PriorityScale. 2006-03-28 10:45 robert * src/osgProducer/OsgCameraGroup.cpp: From Eric Sokolosky, added help for PRODUCER_CAMERA_BLOCK_ON_VSYNC 2006-03-28 10:28 robert * include/osgProducer/Viewer, src/osgProducer/Viewer.cpp: From Mike Weiblen, added support for new OSG_IMAGE_FILE_NAME env var for setting the default name to use when writing out captured images from the viewer. 2006-03-27 20:30 robert * ChangeLog: Updated ChangeLog. 2006-03-18 07:07 robert * VisualStudio/osgPlugins/osgParticle/dot_osgParticle.dsp, src/osgPlugins/osgParticle/GNUmakefile, src/osgPlugins/osgParticle/IO_ConstantRateCounter.cpp: From Farshid Lasharki, added IO suppoty fo osgParticle::ConstantRateContour 2006-03-17 22:25 robert * src/osgWrappers/osgGA/EventQueue.cpp, src/osgWrappers/osgParticle/Particle.cpp: Updated wrappers. 2006-03-17 22:23 robert * include/osgSim/OpenFlightOptimizer: Added exports. 2006-03-17 22:22 robert * examples/osgdepthpartition/osgdepthpartition.cpp: From Keith Steffen, changed instance of sun to sun_geode to avoid Solaris10 build issue with it defining "sun"?#! 2006-03-17 14:05 robert * include/osgParticle/Particle, src/osgPlugins/osgParticle/IO_Particle.cpp: From Farshid Lashkari, Added ability to read/write the texture tile settings of osgParticle::Particle to .osg files. 2006-03-17 11:28 robert * include/osgUtil/GLObjectsVisitor: From Sohey Yamamoto, fixed eroneous CHECK_BLACK_LISTED_MODES enum value, changing 0xA0 to 0x100 2006-03-15 15:49 robert * include/osgGA/EventQueue, src/osgGA/EventQueue.cpp: Added createEvent() convinience method. 2006-03-15 12:26 robert * include/osgSim/SphereSegment: Added comment on the meaning of the matrix paramter in the computeIntersections methods. 2006-03-15 12:26 robert * examples/osgspheresegment/osgspheresegment.cpp: Added moving sphere segment intersections. 2006-03-15 11:21 robert * src/osgPlugins/ESRIShape/ESRIShape.h: From Martin Naylor, build fix for Win32. 2006-03-15 10:36 robert * VisualStudio/OpenSceneGraph.dsw, VisualStudio/osgPlugins/ESRIShape, VisualStudio/osgPlugins/ESRIShape/ESRIShape.dsp: From Martin Naylor, added ESRIShape.dsp project 2006-03-14 13:18 robert * VisualStudio/osgWrappers/osgGA/wrapper_osgGA.dsp, include/osgGA/EventQueue, src/osgGA/EventQueue.cpp, src/osgPlugins/txp/TXPPagedLOD.cpp, src/osgProducer/KeyboardMouseCallback.cpp, src/osgProducer/Viewer.cpp, src/osgWrappers/osgGA/EventQueue.cpp, src/osgWrappers/osgGA/GNUmakefile: Build fixes 2006-03-14 09:33 robert * src/osgPlugins/xine/video_out_rgb.c: Added 21 as the version number of xine video plugin to allow it work with latest versions of xine. 2006-03-14 09:23 robert * VisualStudio/OpenSceneGraph.dsw, VisualStudio/osgPlugins/normals, VisualStudio/osgPlugins/normals/normals.dsp: From Martin Naylor, added normals VS project 2006-03-13 21:29 robert * include/osg/DisplaySettings, src/osg/DisplaySettings.cpp, src/osgProducer/OsgCameraGroup.cpp, src/osgWrappers/osg/DisplaySettings.cpp: From Farshid Lashkari, "The following patch adds a multisample option to the osg::DisplaySettings class. OsgCameraGroup will now read the setting from the DisplaySettings instead of hardcoding the value. I added the following commandline option to be able to set the multisample value: --samples One thing to note, OsgCameraGroup would previously check if the computer is an SGI and set multisample to 4. I retained this check in DisplaySettings to be backwards compatible." 2006-03-13 21:20 robert * src/osgPlugins/txp/TXPPagedLOD.cpp, src/osgPlugins/txp/TXPPagedLOD.h: From Andrew Sampson, "The terravista terrain generation tool can insert references to external model files into a terrapage tile. It unfortunately does not update the bounding sphere of that tile to include the extents of the external model. This means that if a large model (such as an airfield model) is attached to a tile, the model will disappear when the tile is off-screen (outside the view volume), even though the model is on-screen." 2006-03-13 13:19 robert * include/osgGA/EventQueue, include/osgProducer/KeyboardMouseCallback, include/osgProducer/Viewer, src/osgGA/EventQueue.cpp, src/osgProducer/KeyboardMouseCallback.cpp, src/osgProducer/Viewer.cpp, src/osgWrappers/osgGA/EventQueue.cpp, src/osgWrappers/osgProducer/KeyboardMouseCallback.cpp, src/osgWrappers/osgProducer/Viewer.cpp: Added an EventQueue directly into osgProducer::Viewer. 2006-03-09 15:16 robert * src/osgWrappers/osgProducer/Export.cpp: Checked in the genwrapper generated Export.cpp. This does seem to be an eroneously built file though since Export.cpp doesn't appear in the other plugins... I have checked it in here to keep the builds running, there isn't actually any useful body in the Export.cpp. 2006-03-09 13:02 robert * src/osgPlugins/OpenFlight/AncillaryRecords.cpp, src/osgPlugins/OpenFlight/AttrData.cpp, src/osgPlugins/OpenFlight/AttrData.h, src/osgPlugins/OpenFlight/ControlRecords.cpp, src/osgPlugins/OpenFlight/DataInputStream.cpp, src/osgPlugins/OpenFlight/DataInputStream.h, src/osgPlugins/OpenFlight/Document.cpp, src/osgPlugins/OpenFlight/Document.h, src/osgPlugins/OpenFlight/GeometryRecords.cpp, src/osgPlugins/OpenFlight/LightPointRecords.cpp, src/osgPlugins/OpenFlight/PaletteRecords.cpp, src/osgPlugins/OpenFlight/Pools.cpp, src/osgPlugins/OpenFlight/Pools.h, src/osgPlugins/OpenFlight/PrimaryRecords.cpp, src/osgPlugins/OpenFlight/ReaderWriterATTR.cpp, src/osgPlugins/OpenFlight/ReaderWriterFLT.cpp, src/osgPlugins/OpenFlight/Record.cpp, src/osgPlugins/OpenFlight/Record.h, src/osgPlugins/OpenFlight/RecordInputStream.cpp, src/osgPlugins/OpenFlight/RecordInputStream.h, src/osgPlugins/OpenFlight/Registry.cpp, src/osgPlugins/OpenFlight/Registry.h, src/osgPlugins/OpenFlight/ReservedRecords.cpp, src/osgPlugins/OpenFlight/RoadRecords.cpp, src/osgPlugins/OpenFlight/Vertex.cpp, src/osgPlugins/OpenFlight/Vertex.h, src/osgPlugins/OpenFlight/VertexRecords.cpp, src/osgPlugins/OpenFlight/opcodes.h, src/osgPlugins/OpenFlight/types.h, src/osgSim/OpenFlightOptimizer.cpp: Ran dos2unix on new OpenFlight files. 2006-03-08 21:38 robert * Make/makedirdefs, VisualStudio/OpenSceneGraph.dsw, VisualStudio/osgPlugins/OpenFlight, VisualStudio/osgPlugins/OpenFlight/OpenFlight.dsp, VisualStudio/osgSim/osgSim.dsp, VisualStudio/osgWrappers/osgSim/wrapper_osgSim.dsp, include/osgSim/OpenFlightOptimizer, src/osgDB/Registry.cpp, src/osgPlugins/OpenFlight, src/osgPlugins/OpenFlight/AncillaryRecords.cpp, src/osgPlugins/OpenFlight/AttrData.cpp, src/osgPlugins/OpenFlight/AttrData.h, src/osgPlugins/OpenFlight/ControlRecords.cpp, src/osgPlugins/OpenFlight/DataInputStream.cpp, src/osgPlugins/OpenFlight/DataInputStream.h, src/osgPlugins/OpenFlight/Document.cpp, src/osgPlugins/OpenFlight/Document.h, src/osgPlugins/OpenFlight/GNUmakefile, src/osgPlugins/OpenFlight/GeometryRecords.cpp, src/osgPlugins/OpenFlight/LightPointRecords.cpp, src/osgPlugins/OpenFlight/PaletteRecords.cpp, src/osgPlugins/OpenFlight/Pools.cpp, src/osgPlugins/OpenFlight/Pools.h, src/osgPlugins/OpenFlight/PrimaryRecords.cpp, src/osgPlugins/OpenFlight/ReaderWriterATTR.cpp, src/osgPlugins/OpenFlight/ReaderWriterFLT.cpp, src/osgPlugins/OpenFlight/Record.cpp, src/osgPlugins/OpenFlight/Record.h, src/osgPlugins/OpenFlight/RecordInputStream.cpp, src/osgPlugins/OpenFlight/RecordInputStream.h, src/osgPlugins/OpenFlight/Registry.cpp, src/osgPlugins/OpenFlight/Registry.h, src/osgPlugins/OpenFlight/ReservedRecords.cpp, src/osgPlugins/OpenFlight/RoadRecords.cpp, src/osgPlugins/OpenFlight/Vertex.cpp, src/osgPlugins/OpenFlight/Vertex.h, src/osgPlugins/OpenFlight/VertexRecords.cpp, src/osgPlugins/OpenFlight/opcodes.h, src/osgPlugins/OpenFlight/types.h, src/osgSim/GNUmakefile, src/osgSim/OpenFlightOptimizer.cpp, src/osgWrappers/osgSim/GNUmakefile, src/osgWrappers/osgSim/OpenFlightOptimizer.cpp: From Brede Johansen, new OpenFlight plugin!!!!! By default the original flt plugin is still used, to select at runtime the new plugin set the env OSG_OPEN_FLIGHT_PLUGIN=new 2006-03-08 16:11 robert * include/osg/GLExtensions, include/osg/Texture3D, src/osg/GLExtensions.cpp, src/osg/Texture3D.cpp, src/osgWrappers/osg/Texture3D.cpp: From Bob Kuehne, added osg::getGlVersion() and fixed a minor typo in Texture3D. 2006-03-08 15:40 robert * include/osgGA/EventQueue, src/osgGA/EventQueue.cpp: Added EventQueue. 2006-03-08 15:30 robert * src/osgDB/Registry.cpp: From Farshid Lashkari, "A while back the behaviour of extension alias' was modified so that the user can override existing alias'. The change allowed for circular references, so the createLibraryNameForExtension would get caught in an endless loop. The following fix will catch circular references." 2006-03-08 15:26 robert * src/osgParticle/ParticleProcessor.cpp: From Farshid Lashkari, "I noticed that sometimes when a particle emitter is re-enabled, a few particles will appear at the location it was disabled at. The problem is that the previous local to world matrix is not being updated while it is disabled. I modified the particle processor so that it will set the dirty flag for the previous local to world matrix when the processor is skipped for a frame, since the value will no longer be relevant." 2006-03-08 15:16 robert * src/osgPlugins/ac3d/ac3d.cpp: From Roger James, "1. Fixed a problem with the caching of textures when the associated image file was not in the current working directory. In this case the texture object was being placed in the cache with the short filename, but was looked up with the full path. 2. Fixed a problem with the caching of textures when CACHE_IMAGES was enabled. This caused a conflict is the names used to cache the image and texture objects. 3. Fixed a problem where AC3D generates surfaces with duplicate vertex indices. 4. Removed what I believe are redundant calls to the tesselator. 5. Added a couple of asserts which should fire in debug mode if my assumptions about 4. are incorrect. 6. Removed obviously unused code. (Stuff that was commented or ifdeffed out.)" Note, from Robert Osfield, changed the asserts to if () report error using notify so we can catch errors in both optimized and debug builds, but without crashing. 2006-03-08 14:09 robert * VisualStudio/osgGA/osgGA.dsp, VisualStudio/osgProducer/osgProducer.dsp, VisualStudio/osgWrappers/osgGA/wrapper_osgGA.dsp, VisualStudio/osgWrappers/osgProducer/wrapper_osgProducer.dsp, examples/osgcatch/osgcatch.cpp, examples/osgcluster/osgcluster.cpp, examples/osghangglide/GliderManipulator.cpp, examples/osgimpostor/TestManipulator.cpp, examples/osgphotoalbum/osgphotoalbum.cpp, examples/osgstereoimage/osgstereoimage.cpp, examples/osgvolume/osgvolume.cpp, include/osgGA/EventVisitor, include/osgGA/GUIEventAdapter, include/osgGA/KeySwitchMatrixManipulator, include/osgProducer/EventAdapter, include/osgProducer/KeyboardMouseCallback, src/osgGA/AnimationPathManipulator.cpp, src/osgGA/DriveManipulator.cpp, src/osgGA/FlightManipulator.cpp, src/osgGA/GNUmakefile, src/osgGA/GUIEventAdapter.cpp, src/osgGA/GUIEventHandler.cpp, src/osgGA/NodeTrackerManipulator.cpp, src/osgGA/TerrainManipulator.cpp, src/osgGA/TrackballManipulator.cpp, src/osgGA/UFOManipulator.cpp, src/osgProducer/EventAdapter.cpp, src/osgProducer/GNUmakefile, src/osgProducer/KeyboardMouseCallback.cpp, src/osgProducer/Viewer.cpp, src/osgWrappers/osgGA/EventQueue.cpp, src/osgWrappers/osgGA/EventVisitor.cpp, src/osgWrappers/osgGA/GNUmakefile, src/osgWrappers/osgGA/GUIEventAdapter.cpp, src/osgWrappers/osgProducer/EventAdapter.cpp, src/osgWrappers/osgProducer/GNUmakefile, src/osgWrappers/osgProducer/KeyboardMouseCallback.cpp: Converted osgGA::GUIEventAdapter into a concrete class capable of respresenting keyboard and mouse events. Added osgGA::EventQueue class to support a thread safe event queue and adaption of keyboard and mouse events. Removed osgProducer::EventAdapter as GUIEventAdapter replaces it. Adapted osgProducer and examples to work with the new changes to osgGA. 2006-03-07 18:26 don * src/osgPlugins/net/ReaderWriterNET.cpp: Improved the GET protocol for the http socket. By adding Connection: close the server sends a EOF immediately after the data, improving performance because readers are not left waiting for EOF. 2006-03-05 20:46 robert * include/osgGA/EventVisitor, include/osgGA/GUIEventAdapter, include/osgProducer/EventAdapter: Began work on making EventVisitor capable of adapting events directly. 2006-03-02 20:39 robert * src/osgPlugins/png/ReaderWriterPNG.cpp, src/osgPlugins/tiff/ReaderWriterTIFF.cpp: From Farshid Lashkari, support for writing to istream for the the TIFF plugin and support for controlling PNG compression level via the the ReaderWriter::Option string "PNG_COMPRESSION " 2006-03-02 20:31 robert * src/osgPlugins/ive/DataOutputStream.cpp: Added automatic toggling between png and jpeg when compressImageData option is used. Jpeg is used to compress RGB data only, the just of the formats are passed on to the png plugin. 2006-03-02 15:26 robert * Make/helprules, Make/instrules, Make/makedefs, Make/makedirdefs, Make/makerules, Make/versionrules: From Robert Swain, compile fix for debian unstable. 2006-03-02 14:58 robert * src/osgPlugins/png/ReaderWriterPNG.cpp: From Farshid Lashakari, support for png write. 2006-03-01 10:17 robert * src/osgPlugins/ive/DataInputStream.cpp, src/osgPlugins/ive/DataOutputStream.cpp, src/osgPlugins/ive/DataTypeSize.h: From Farshid Lashkari, "I've attached another modified version of the IVE loader which supports compressing the image data. The option to compress the data is "compressImageData". Currently it uses the jpeg plugin to write the image. Maybe we could add an option that allows the user to specify which image format to use. The jpeg writer supports specifying the quality of the jpeg, so you could use the following command line to convert the skydome.osg model to IVE using 50% jpeg quality: osgconv -O "compressImageData JPEG_QUALITY 50" skydome.osg skydome.ive" 2006-02-28 21:18 robert * src/osgPlugins/ive/GNUmakefile: Added TextureRectangle.cpp 2006-02-28 20:10 robert * examples/osgprerendercubemap/osgprerendercubemap.cpp: Compile fix. 2006-02-28 19:46 robert * src/osg/Geometry.cpp: From Brede Johansen, added missing array handling into Geometry::accept(AttributeFunctor& af) and Geometry::accept(ConstAttributeFunctor& af). 2006-02-28 19:36 robert * VisualStudio/highlight70.reg, VisualStudio/highlight71.reg, VisualStudio/highlight80.reg, examples/osgprerendercubemap/osgprerendercubemap.cpp, src/osgProducer/Viewer.cpp: Further clean up of RefNodePath references. 2006-02-28 19:12 robert * src/osgWrappers/osgProducer/Viewer.cpp: Updated wrappers. 2006-02-28 18:54 robert * include/osgProducer/Viewer, src/osg/NodeTrackerCallback.cpp, src/osgProducer/Viewer.cpp: Fixes to removed dependency on RefNodePath. 2006-02-27 19:51 robert * VisualStudio/osg/osg.dsp, VisualStudio/osgWrappers/osg/wrapper_osg.dsp, src/osgWrappers/osg/GNUmakefile, src/osgWrappers/osg/Node.cpp, src/osgWrappers/osg/NodeTrackerCallback.cpp, src/osgWrappers/osg/RefNodePath.cpp, src/osgWrappers/osg/Referenced.cpp, src/osgWrappers/osg/observer_ptr.cpp, src/osgWrappers/osgGA/NodeTrackerManipulator.cpp, src/osgWrappers/osgProducer/Viewer.cpp: Updated wrappers. 2006-02-27 19:49 robert * include/osg/NodeTrackerCallback, include/osg/RefNodePath, include/osgGA/NodeTrackerManipulator, src/osg/NodeTrackerCallback.cpp, src/osgGA/NodeTrackerManipulator.cpp: Ported NodeTrackCallback and NodeTrackManipulator across to use oberserver_ptr instead of RefNodePath. Removed now redundent RefNodePath. 2006-02-27 19:48 robert * include/osg/Node, include/osg/Transform, src/osg/Node.cpp, src/osg/Transform.cpp: Added support in osg::computeWorldToLocal and compteLocalToWorld functions for automatically stripping any absolute or root CameraNode's from the NodePaths. Added osg::Node::getWorldMatrices() convinience method. 2006-02-27 19:44 robert * include/osg/Referenced, include/osg/observer_ptr, src/osg/Referenced.cpp: Added new observer_ptr templated smart pointer to allow one to retain pointers to objects but have the pointer reset to null if that object is deleted. 2006-02-26 17:45 robert * VisualStudio/osgPlugins/ive/ive.dsp, src/osgPlugins/ive/DataInputStream.cpp, src/osgPlugins/ive/DataInputStream.h, src/osgPlugins/ive/DataOutputStream.cpp, src/osgPlugins/ive/DataOutputStream.h, src/osgPlugins/ive/DataTypeSize.h, src/osgPlugins/ive/ReadWrite.h, src/osgPlugins/ive/Texture1D.cpp, src/osgPlugins/ive/Texture2D.cpp, src/osgPlugins/ive/Texture3D.cpp, src/osgPlugins/ive/TextureCubeMap.cpp, src/osgPlugins/ive/TextureCubeMap.h, src/osgPlugins/ive/TextureRectangle.cpp, src/osgPlugins/ive/TextureRectangle.h: From Farshid Lashkari, "I've made some changes to the IVE loader which will add the capability of saving image files inside the IVE file. Currently, only the raw image data is saved into the file. If your model uses jpg images as textures then this will cause your file size to increase. I've added an option that will embed the original image file into the IVE file. The IVE file will then attempt to read the image from memory. Since most image loaders support reading from memory, this shouldn't be a problem. To use this new feature the user must specify the option "includeImageFileInIVEFile" when converting to IVE. I tested this out on the "skydome.osg" model that comes with OSG. Using the old method, the IVE file size would be 785 KB, with the new method it is only 42 KB. Also, I've added the support for TextureRectangle's to the IVE reader/writer." 2006-02-24 13:57 robert * examples/osgparticleeffects/osgparticleeffects.cpp: Added debugging code to help pick out instablilities in osgParticle. Debugging code now commented out. 2006-02-24 13:56 robert * src/osgParticle/FluidProgram.cpp: Added clamping of the wind force contribution to acceletion of particle so that the de-acceleration never exceed the actual wind vector itself. 2006-02-23 20:37 robert * src/osgPlugins/osg/ClusterCullingCallback.cpp: Completed .osg support for ClusterCullingCallback. 2006-02-23 16:47 robert * src/osgTerrain/DataSet.cpp: Disabled the running of tristripping and smoothing from within the Simplifier. 2006-02-23 12:41 robert * include/osg/Drawable: From Gordon Tomlinson, spelling fixes. 2006-02-23 12:39 robert * examples/osgsimulation/osgsimulation.cpp: Fixed function name call. 2006-02-22 20:51 robert * include/osg/Drawable: Fixed getBound() comment. 2006-02-22 19:28 robert * src/osgWrappers/osg/AutoTransform.cpp, src/osgWrappers/osg/CameraNode.cpp, src/osgWrappers/osg/PointSprite.cpp, src/osgWrappers/osg/State.cpp, src/osgWrappers/osg/StateAttribute.cpp, src/osgWrappers/osg/StateSet.cpp, src/osgWrappers/osgSim/OverlayNode.cpp, src/osgWrappers/osgUtil/GLObjectsVisitor.cpp: Updated wrappers. 2006-02-22 19:14 robert * include/osg/PointSprite, include/osg/StateAttribute, include/osg/StateSet, src/osg/PointSprite.cpp, src/osg/StateSet.cpp, src/osgUtil/GLObjectsVisitor.cpp: Fixed typo of Validity. 2006-02-22 16:05 robert * src/osgFX/Cartoon.cpp: From Thom Carlo, with tweak from Robert Osfield, removed the setting of the outline colour (the emission part of material) during setup of the Carton effects for the second pass. 2006-02-22 14:35 robert * include/osg/StateSet: Fixed documentation. 2006-02-22 14:31 robert * include/osg/PointSprite, include/osg/State, include/osg/StateAttribute, include/osg/StateSet, include/osgUtil/GLObjectsVisitor, src/osg/PointSprite.cpp, src/osg/State.cpp, src/osg/StateSet.cpp, src/osgUtil/GLObjectsVisitor.cpp, src/osgUtil/SceneView.cpp: Added support for OpenGL mode black listing to provide better support for extension checking and invalidation of OpenGL modes associated with extensions. 2006-02-21 21:29 robert * VisualStudio/osgPlugins/osg/dot_osg.dsp: Added ClusterCullingCallback.cpp 2006-02-21 21:28 robert * src/osgPlugins/osg/ClusterCullingCallback.cpp, src/osgPlugins/osg/GNUmakefile: Added initial cut of ClusterCullingCallback .osg support. 2006-02-21 14:34 robert * applications/osgviewer/osgviewer.cpp: From Gordon Tomlinson, spelling fixes. 2006-02-21 13:55 robert * VisualStudio/highlight80.reg: From Gordon Tomlinson, VS2005 Syntax highling regonition. 2006-02-21 13:51 robert * include/osg/AutoTransform, src/osg/AutoTransform.cpp: From Paul Martz, "I've attempted to make AutoTransform override computeBounds() to return an invalid bounding sphere if it hasn't seen a cull traversal yet. It depends on _firstTimeToSetEyePoint, which is initially true, then false after a cull. There might be a better way? If so, let me know. This change does resolve the issue I had encountered with auto scale to screen and incorrect culling." 2006-02-21 12:39 robert * src/osgPlugins/flt/LightPointRecord.cpp, src/osgPlugins/flt/LightPointRecord.h, src/osgPlugins/flt/flt2osg.cpp: From Trajce Nikolov, "small fix for the flt loader - the back color of the bidirectional light points" 2006-02-20 21:05 robert * examples/osganimate/osganimate.cpp, examples/osgmultiplecameras/osgmultiplecameras.cpp, include/osg/CameraNode, include/osgSim/OverlayNode, include/osgSim/VisibilityGroup, include/osgUtil/SceneView, src/osg/CameraNode.cpp, src/osgPlugins/osg/CameraNode.cpp, src/osgPlugins/pfb/ReaderWriterPFB.cpp, src/osgSim/OverlayNode.cpp, src/osgUtil/CullVisitor.cpp, src/osgUtil/IntersectVisitor.cpp: From Ulrich Hertlein, spelling corrections and a few Doxgen comments. 2006-02-20 20:06 robert * src/osgPlugins/png/ReaderWriterPNG.cpp: From Eric Sokolowsky, "There was a problem with the PNG plugin when it encounters an image that is less than 8 bits per pixel (this can happen with greyscale or paletted images). It was a pretty simple problem to fix." 2006-02-20 19:13 robert * VisualStudio/osgPlugins/ive/ive.dsp, src/osgPlugins/ive/AutoTransform.cpp, src/osgPlugins/ive/AutoTransform.h, src/osgPlugins/ive/DataInputStream.cpp, src/osgPlugins/ive/DataOutputStream.cpp, src/osgPlugins/ive/GNUmakefile, src/osgPlugins/ive/ReadWrite.h: From Nathan Monteleone, addition of AutoTransform support. 2006-02-20 16:50 robert * src/osg/Notify.cpp: Moved the intialization variable reset to end of the init funciton to avoid multi-thread initialization from producing different results. 2006-02-20 16:20 robert * src/osgDB/FileUtils.cpp: From Ed Ralston, "According to the OSX Developer Documentation, CFRelease cannot be called with a NULL argument. This patch prevents osgDB::FileUtils from doing this." 2006-02-20 15:46 robert * src/osgPlugins/ive/DataInputStream.cpp: Added missing swap byte operations to readVec*sArray() methods. 2006-02-20 15:32 robert * src/osgPlugins/ive/DataInputStream.cpp: From Daniel Larimer, fixed error is swap byte code handling vector 2006-02-20 15:25 robert * Make/makerules: From Markus Trenkwalder, "when building debug libs in mingw the .dll.a files are not copied to the lib/MINGW(32) folder. The makefiles in the attached zip should fix this." 2006-02-09 19:31 don * src/osgGA/UFOManipulator.cpp: Fixed a bug spotted in UFOManipulator where a Vec3's 4th component was being inspected (ip[3]). 2006-02-09 12:20 robert * include/osg/BlendColor, src/osg/BlendColor.cpp, src/osgWrappers/osg/BlendColor.cpp, src/osgWrappers/osgDB/DatabasePager.cpp, src/osgWrappers/osgUtil/Simplifier.cpp: Added BlenColour(Vec4) constructor and updated wrappers. 2006-02-08 23:41 don * include/osgUtil/DelaunayTriangulator, src/osgUtil/DelaunayTriangulator.cpp: Added a filter to the Delaunay Triangulator to insure that incoming points are unique in the X and Y components. 2006-02-06 20:36 robert * include/osgUtil/Simplifier, src/osgUtil/Simplifier.cpp: Added s/getDoTriStrip and s/getSmoothing method. 2006-02-06 19:41 don * Make/makedirdefs: Added normals and ESRIshape directories to makedirdefs 2006-02-06 19:40 don * src/osgPlugins/normals, src/osgPlugins/normals/GNUmakefile, src/osgPlugins/normals/Normals.cpp, src/osgPlugins/normals/Normals.h, src/osgPlugins/normals/ReaderWriterNormals.cpp: Added 'normals' pseudoloader 2006-02-06 19:16 robert * include/osgUtil/Simplifier, src/osgUtil/Simplifier.cpp: Improved default settings, re-enambled smoothing and tri stripping of sampled data. 2006-02-06 17:12 robert * examples/osgsimplifier/osgsimplifier.cpp, include/osgUtil/Simplifier, src/osgUtil/Simplifier.cpp: Added support for up sampling by dividing longest edges. 2006-02-05 21:53 robert * include/osg/Math, src/osgDB/DynamicLibrary.cpp: From David Guthrie, OSX marco reworking to better handling different OSX versions. 2006-02-04 21:25 robert * src/osg/ShapeDrawable.cpp: From Edmond Gheury, fixe and bug in the PrimitiveShapeVisitor. 2006-02-04 21:20 robert * src/osg/FrameBufferObject.cpp, src/osgProducer/OsgCameraGroup.cpp, src/osgUtil/RenderStage.cpp: From Marco Jez, " I've modified in order to make FBO mipmapping work. In FrameBufferObject.cpp there is also another fix: when initializing a FBO attachment from a CameraNode attachment, the renderbuffer's format must be set to the attachment's internal format, not to the image's pixel format. Another problem is that attaching a renderbuffer to the FBO through CameraNode is not simple (if not impossible) if you don't intend to specify an Image object. Probably CameraNode could be enriched with an "attach(buffer, width, height, format)" method. For example if you attach a color buffer as a texture whose size is different than that of the CameraNode's viewport you also need to attach a depth buffer of the same size, because the depth buffer that is automatically attached by RenderStage has the viewport's size. FBOs require that all attachment have the same dimensions, so said setup will fail if you can't specify a custom depth renderbuffer" 2006-02-04 21:12 robert * include/osgParticle/ParticleProcessor, include/osgParticle/ParticleSystemUpdater, src/osgParticle/ParticleProcessor.cpp, src/osgParticle/ParticleSystemUpdater.cpp: From Brad Anderegg, add _frameNumber and associated code to ensure that particles only get updated once per frame. 2006-02-04 21:06 robert * include/osgDB/DatabasePager: From Chris Hanson, added get methods for size of file request and data to compile lists. 2006-01-24 17:43 don * src/osgPlugins/tgz/ReaderWriterTGZ.cpp, src/osgPlugins/zip/ReaderWriterZIP.cpp: Changes to zip and tgz plug-ins to allow for use of TEMP variable on Windows. Submitted by Zach Deedler 2006-01-24 12:02 robert * src/osgUtil/SceneView.cpp: cleaned up clampNearNar code. 2006-01-23 20:38 robert * src/osgDB/DatabasePager.cpp: Improved the env var reporting to avoid the overlong lines. 2006-01-23 20:16 robert * applications/osgdem/osgdem.cpp: Added explanation of --no-terrain-simplification 2006-01-21 13:02 robert * VisualStudio/osgWrappers/osgParticle/wrapper_osgParticle.dsp, src/osgWrappers/osg/FrameBufferObject.cpp, src/osgWrappers/osg/Program.cpp, src/osgWrappers/osg/Shader.cpp, src/osgWrappers/osgParticle/BoxPlacer.cpp, src/osgWrappers/osgParticle/GNUmakefile: Updated wrappers. 2006-01-18 12:16 robert * src/osgPlugins/hdr/ReaderWriterHDR.cpp: From Marco Jez, adding osgDB::findDataFile() usage. 2006-01-18 12:13 robert * src/osgPlugins/lwo/Converter.cpp, src/osgPlugins/lwo/Converter.h, src/osgPlugins/lwo/ReaderWriterLWO.cpp, src/osgPlugins/lwo/Surface.cpp, src/osgPlugins/lwo/Surface.h, src/osgPlugins/lwo/VertexMap.h: From Marco Jez: here is a patch that enables a new option named "BIND_TEXTURE_MAP" in the LWO plugin. Its purpose is to allow explicit binding between texture UV maps defined in the LWO file and OpenGL texture units, overriding the default mechanism that allocates texture units automatically. This is useful when you have an UV map built in Lightwave (for example an atlas map) but no textures actually using it, so you can keep the UV map (that would be discarded otherwise) and add a texture later int your program. Syntax is: BIND_TEXTURE_MAP 2006-01-18 12:03 robert * VisualStudio/OpenSceneGraph.dsw, VisualStudio/osgPlugins/ERSIShape, VisualStudio/osgPlugins/ERSIShape/ERSIShape.dsp, src/osgPlugins/ESRIShape/ESRIShape.cpp, src/osgPlugins/ESRIShape/ESRIShapeParser.cpp: From Maya Leonard, ERSIShape VS project file, and compile fixes for Win32. 2006-01-18 11:45 robert * src/osg/BlendEquation.cpp, src/osg/GLExtensions.cpp, src/osgUtil/RenderStage.cpp: From Marco Jez, addition of glw extension checking under Windows, and tweaks to BlendEquation and RenderStage to correct the extensions being tested. 2006-01-17 17:04 robert * Make/dolink.sh, Make/instrules: From Zbigniew Sroczynski, fix for handling of paths with spaces. 2006-01-17 15:18 robert * include/osgParticle/BoxPlacer, src/osgPlugins/osgParticle/IO_BoxPlacer.cpp: Added new BoxPlacer files. 2006-01-17 15:17 robert * VisualStudio/osgParticle/osgParticle.dsp, VisualStudio/osgPlugins/osgParticle/dot_osgParticle.dsp, src/osgPlugins/osgParticle/GNUmakefile: From Zach Deedler, addition of osgParticle/BoxSpacer. 2006-01-16 17:05 robert * include/osg/Program, include/osg/Shader, src/osg/Program.cpp, src/osg/Shader.cpp, src/osgUtil/SceneView.cpp: Improved handling of clean up of osg::Program/osg::Shader on closing of a graphis context. 2006-01-16 17:03 robert * include/osg/ShapeDrawable: Fixed indenting. 2006-01-12 22:43 robert * examples/osgmovie/osgmovie.cpp: Added support for tracking mouse movement and computing the intersection of the mouse position into texture coords. 2006-01-03 16:52 robert * examples/osgkeyboardmouse/osgkeyboardmouse.cpp: Added ability to write out the selected parts of the scene graph. 2006-01-03 10:44 robert * include/osg/FrameBufferObject, src/osg/FrameBufferObject.cpp, src/osgUtil/RenderStage.cpp: Moved the body of the FBOExtensions::instance() to the .cpp and added bool to control whether that an FBOExtensions structure can be created if missing. 2006-01-02 12:03 robert * src/osgDB/DatabasePager.cpp: Standardised compile code to use _maximumNumOfObjectsToCompilePerFrame. 2005-12-23 10:59 robert * examples/osgkeyboardmouse/osgkeyboardmouse.cpp: Ported picking across to using PickVisitor. 2005-12-23 10:59 robert * src/osgUtil/IntersectVisitor.cpp: Added setting of the parent path on the new PickVisitor. 2005-12-22 14:06 robert * include/osgUtil/IntersectVisitor, src/osgUtil/IntersectVisitor.cpp: Seperated out the view and model matrices in IntersectVisitor to allow handling of world coordinates better when using PickVisitor. 2005-12-21 10:32 robert * src/osgPlugins/osg/Shader.cpp: Added support for an externally referenced shader file, via the keyword combinations file "shader.vert" OR file shader.vert. 2005-12-20 09:29 robert * src/osgDB/Registry.cpp: Removed "if (mapExt!=toExt)" from alias map assignement to allow aliases to be overriden for all cases. 2005-12-20 09:13 robert * src/osg/Switch.cpp: From Farshid Lashkari, compile fix 2005-12-19 15:05 robert * src/osgUtil/IntersectVisitor.cpp: Added check against the validity of the _inverse matrix pointer. 2005-12-19 14:48 robert * VisualStudio/osgPlugins/ive/ive.dsp, src/osgPlugins/ive/DataInputStream.cpp, src/osgPlugins/ive/DataOutputStream.cpp, src/osgPlugins/ive/Depth.cpp, src/osgPlugins/ive/Depth.h, src/osgPlugins/ive/GNUmakefile, src/osgPlugins/ive/ReadWrite.h: From Ali Botorabi, adding of osg::Depth support in .ive format. 2005-12-19 13:57 robert * include/osgUtil/IntersectVisitor, src/osgUtil/IntersectVisitor.cpp: Added debugging info for future reference (currently commented out.) 2005-12-19 13:40 robert * src/osgUtil/IntersectVisitor.cpp: Added transform of the eye point into local coordinates to properly account for transforms within the scene graph. 2005-12-19 12:00 robert * include/osg/Viewport: Fixed computeWindowMatrix so that it properly accounts for x,y position of the viewport. 2005-12-19 11:18 robert * include/osgText/Text: From Eric Wing, made getLineCount() const. 2005-12-18 16:06 robert * src/osgUtil/CullVisitor.cpp, src/osgUtil/IntersectVisitor.cpp: Improved handling of clamping of projection matrix for scenes with close to zero depth range. 2005-12-16 17:01 robert * src/osgUtil/IntersectVisitor.cpp: Fixed null matrix op. 2005-12-16 16:27 robert * include/osgUtil/IntersectVisitor, src/osgUtil/IntersectVisitor.cpp: Fixed handling of absolute transforms in IntersectVisitor. 2005-12-16 14:53 robert * examples/osgpick/osgpick.cpp: Fixed typo in text string. 2005-12-16 11:04 robert * include/osg/Switch, src/osg/Switch.cpp, src/osgWrappers/osg/Switch.cpp: Added back in Switch::removeChild(Node*) 2005-12-15 20:56 robert * AUTHORS.txt, applications/osgversion/osgversion.cpp: Added proper catch of Paul de Repentinguy name 2005-12-15 19:38 robert * src/osgWrappers/osgUtil/RenderBin.cpp, src/osgWrappers/osgUtil/RenderStage.cpp, src/osgWrappers/osgUtil/SceneView.cpp: Updated wrappers. 2005-12-15 17:14 robert * include/osgUtil/RenderBin, include/osgUtil/RenderStage, include/osgUtil/SceneView, include/osgUtil/Statistics, src/osgProducer/ViewerEventHandler.cpp, src/osgUtil/RenderBin.cpp, src/osgUtil/RenderStage.cpp, src/osgUtil/SceneView.cpp: Improved stats handling, and fixed a couple of stats bugs. 2005-12-15 16:30 robert * applications/osgdem/osgdem.cpp, include/osgTerrain/DataSet, src/osgTerrain/DataSet.cpp, src/osgWrappers/osgTerrain/DataSet.cpp: From Jason Beverage, added option to control whether simplification of tiles is done during osgdem builds. 2005-12-15 16:24 robert * Make/makedefs: From Matthew May, fixes for threading problems under FreeBSD build. 2005-12-15 15:50 robert * include/osg/Switch, src/osg/Switch.cpp, src/osgWrappers/osg/Switch.cpp: Removed Switch::removedChild(Node*) as the Group::removeChild(Node*) implementation should be sufficient, as it calls the virtual removeChild(uint,uint). 2005-12-15 15:36 robert * src/osgPlugins/dxf/dxfDataTypes.h, src/osgPlugins/dxf/dxfEntity.cpp: From Paul de Repentigny, ciyple fo fixes for the DXF reader. 2005-12-15 15:25 robert * include/osgUtil/Statistics: From Yefei He, fix to QUAD_STRIP stats. 2005-12-09 22:53 robert * Make/makedefs: Updated version/revision for 1.0.0 release. 2005-12-09 20:17 robert * AUTHORS.txt, NEWS.txt: Updated NEWS and AUTHORS files for the release. 2005-12-09 20:10 robert * ChangeLog: Updated ChangeLog for 1.0 release. 2005-12-09 20:03 robert * include/osgGA/DriveManipulator, include/osgGA/FlightManipulator, include/osgGA/NodeTrackerManipulator, include/osgGA/TerrainManipulator, include/osgGA/TrackballManipulator, src/osgGA/NodeTrackerManipulator.cpp, src/osgGA/TerrainManipulator.cpp, src/osgGA/TrackballManipulator.cpp, src/osgProducer/ViewerEventHandler.cpp: Fixed typo in comments and onscreen help. 2005-12-09 19:54 robert * examples/osghud/osghud.cpp: Fixed the text to match the implementation. 2005-12-09 19:34 robert * Make/makedefs: From Thom DeCarlo, changed of ?= to = in Cygwin/minw options for INST_LOCATION. 2005-12-09 19:14 robert * Make/makedefs: From Simon Julier, library reordering for compiling osgTerrain under cygwin. 2005-12-09 16:00 robert * include/osg/PrimitiveSet, include/osgText/String, src/osgWrappers/osg/PrimitiveSet.cpp, src/osgWrappers/osgText/String.cpp: Changed constructors to use unsigned int to get round VS6.0 + wrapper problems. 2005-12-09 15:05 robert * Make/makedefs, Make/makerules: From Simon Julier, fix for .exe extension under Mingw/Cygwin. 2005-12-09 14:52 robert * include/osg/PrimitiveSet, include/osgText/String: Build fix for VS6.0 in the template constructors 2005-12-09 11:22 robert * ChangeLog, include/osg/Switch, src/osg/Switch.cpp, src/osgWrappers/osg/Switch.cpp: From Eric Wing, added missing removeChildren method. 2005-12-09 09:38 robert * src/osgUtil/RenderStage.cpp: From Eric Sokolosky, add setting of _cameraRequiresSetUp in constructor to avoid uninitialized variable. 2005-12-08 22:12 robert * NEWS.txt: Updated NEWS. 2005-12-08 20:32 robert * src/osgText/Text.cpp: From Paul Martz, changed Vec3 to Vec3d to ensure that the lazy evaluation of computeBound work properly. 2005-12-08 14:08 robert * src/osg/Array.cpp: From Simon Julier, fixed typo of unknown. 2005-12-08 12:02 robert * AUTHORS.txt, ChangeLog, NEWS.txt, applications/osgversion/osgversion.cpp: Updated AUTHORS and ChangeLog for rc9. 2005-12-08 11:53 robert * NEWS.txt: Updated NEWS from wiki ammendments. 2005-12-08 11:37 robert * Make/instrules, Make/makedefs, Make/makerules: From Simon Julier, build fixes for Cygwin/mingw 2005-12-08 11:01 robert * src/osgUtil/IntersectVisitor.cpp: Added support for pre and post relative transforms on cameranode. 2005-12-08 10:06 robert * include/osg/CameraNode, src/osg/CameraNode.cpp, src/osgProducer/OsgCameraGroup.cpp, src/osgUtil/SceneView.cpp, src/osgWrappers/osg/CameraNode.cpp: Added CameraNode::releaseGLObejcts() to help in clean up, and changed the ordering in SceneView::flushDeleteGLObjects() so that fbo's are deleted before any texture objects they use are deleted. 2005-12-08 10:03 robert * include/osgTerrain/DataSet, src/osgTerrain/DataSet.cpp, src/osgWrappers/osgTerrain/DataSet.cpp: Changed s/getGdalDataset() methods to use void* to avoid introspeciton wrapping problems. 2005-12-08 08:57 robert * include/osgText/Text: From Eric Wing, fix to comment. 2005-12-07 15:29 robert * include/osg/Node, src/osg/Node.cpp, src/osg/NodeTrackerCallback.cpp, src/osgGA/EventVisitor.cpp, src/osgProducer/Viewer.cpp, src/osgWrappers/osg/Node.cpp, src/osgWrappers/osgTerrain/DataSet.cpp: Added new Node::getParentalNodePaths() method. Added better handling in computeIntersections(..) of nodes that are internal to the scene graph, correctly accounting for the accumulated transforms. Changed the EventVisitor so that it only traveses active children rather than all children. Updated wrappers. 2005-12-07 15:26 robert * include/osgTerrain/DataSet, src/osgTerrain/DataSet.cpp: From Antonoine Hue, a small modification to the osgTerrain::DataSet to be able to pass an already opened GDAL Dataset to the osgTerrain::DataSet::Source 2005-12-07 12:29 robert * NEWS.txt: Updated NEWS for release 2005-12-07 11:38 robert * examples/osgbluemarble/osgbluemarble.cpp: From Eric Wing, fixed typo induced bug. 2005-12-07 11:36 robert * include/osg/CameraNode, src/osg/CameraNode.cpp, src/osgProducer/Viewer.cpp, src/osgUtil/IntersectVisitor.cpp, src/osgWrappers/osg/CameraNode.cpp: Added Camera::isRenderToTextureCamera() method, and improved support in PickVisitor and IntersectVisitor for CameraNode, including the ignoring of render to texture cameras, such that HUD's etc are still intersected against. 2005-12-07 10:25 robert * include/osgUtil/IntersectVisitor, src/osgProducer/Viewer.cpp, src/osgUtil/IntersectVisitor.cpp, src/osgWrappers/osgUtil/IntersectVisitor.cpp: Moved PickVistor into osgUtil 2005-12-07 09:48 robert * examples/osgcamera/osgcamera.cpp: Enabled thread safe counting by default. 2005-12-06 21:59 robert * include/osgUtil/IntersectVisitor, src/osgProducer/Viewer.cpp, src/osgWrappers/osgUtil/IntersectVisitor.cpp: Improved the PickVisitor to make it more flexible and robust. 2005-12-06 12:07 robert * Make/dependencies, Make/makedirdefs, examples/osgdemeter: Removed osgdemeter example from distribution because it no longer compiles, and Demeter itself nolonger compiles, osgdemeter has now been moved to the community section of openscenegraph.org. 2005-12-06 11:24 robert * src/osg/Geometry.cpp: Added checks in the drawImplementation to catch when attribute bindings are set on but the relevant arrays remain unset, this prevents previous crash when this occured. 2005-12-06 10:26 robert * src/osgGA/TerrainManipulator.cpp: From Gideon May, fixed typo in docs. 2005-12-06 10:18 robert * include/osg/Geometry: From Farshid Lashkari, removed second redundent dirtyDisplayList() call. 2005-12-06 10:16 robert * include/osg/Vec4d, include/osg/Vec4f, src/osgSim/LightPointDrawable.h, src/osgWrappers/osg/Vec4d.cpp, src/osgWrappers/osg/Vec4f.cpp: From Louis Hamilton, fix to LightPoint's under 64 bit build, changing longs to ints in colour conversion code. 2005-12-05 20:11 robert * src/osg/GraphicsContext.cpp: Changed debug message to INFO. 2005-12-05 10:24 robert * examples/osgdelaunay/osgdelaunay.cpp, examples/osgdepthpartition/DepthPartitionNode.cpp, src/osgProducer/GraphicsContextImplementation.cpp, src/osgSim/OverlayNode.cpp: Attempt at build fixes for IRIX. 2005-12-05 10:23 robert * src/osgDB/Registry.cpp: Removed the closeLibraries call from the registry singleton desctuction. 2005-12-05 10:08 robert * examples/osgkeyboardmouse/osgkeyboardmouse.cpp, examples/osgsimplepager/osgsimplepager.cpp: From Geoff Michel, Fix to prevent Producer::Trackball being set up with a negative radius. 2005-12-04 20:08 robert * include/osg/BoundingBox: Fixed tabbing. 2005-12-03 15:12 robert * include/osg/PrimitiveSet: Added OSG_EXPORT to PrimitiveSet. 2005-12-03 00:03 robert * include/osg/PrimitiveSet, src/osg/PrimitiveSet.cpp: Moved the body of the getNumPrimitives() into the .cpp. 2005-12-02 12:30 robert * AUTHORS.txt, ChangeLog, applications/osgversion/osgversion.cpp: Updated ChangeLog, AUTHTORS.txt and osgversion for next release candidate. 2005-12-02 12:10 robert * NEWS.txt: Fixed typos in NEWS, improved formating. 2005-12-02 11:59 robert * NEWS.txt: Updated NEWS with quotes. 2005-12-02 09:57 robert * src/osgPlugins/freetype/FreeTypeLibrary.cpp: Added a static_cast to get round IRIX64 build problem. 2005-12-02 00:25 robert * include/osg/Export, include/osg/PrimitiveSet, include/osgText/String, src/osgUtil/CullVisitor.cpp, src/osgWrappers/osg/PrimitiveSet.cpp, src/osgWrappers/osgText/String.cpp: From Marco Jez, hack/fix for VS compile/link problems related to STL containers. 2005-12-02 00:21 robert * NEWS.txt: Updated NEWS 2005-12-01 16:44 robert * NEWS.txt: Updated NEWS 2005-12-01 16:43 robert * examples/osgmultitexture/osgmultitexture.cpp, examples/osgshaderterrain/osgshaderterrain.cpp: Added comments. 2005-12-01 14:37 robert * src/osgUtil/SceneView.cpp: From Ali Botorabi, fixed the setDefault() fallback to properly handle the case when no scene view light is requested. 2005-12-01 14:09 robert * examples/osgshaderterrain/osgshaderterrain.cpp: Added TestSupportCallback to properly handle querry of OpenGL support of vertex texturing in GLSL. 2005-12-01 13:38 robert * src/osgPlugins/txp/GNUmakefile: From Thom DeCarlo, build fix for Cygwin. 2005-12-01 13:19 robert * src/osgUtil/CullVisitor.cpp: From Geoff Michel, fixed the handling of zfar values of 0.0. 2005-11-30 15:30 robert * NEWS.txt: Updated NEWS. 2005-11-29 22:29 robert * ChangeLog: Updated changed log for 1.0-rc7. 2005-11-29 18:38 robert * src/osgPlugins/stl/ReaderWriterSTL.cpp: Added default opening of the file as a binary file, and once the type is confirmed then close and reopen as an ascii as required. This is done to get round problems under Windows. Also made the running of the SmoothingVisitor optional, now use -O smooth to make the loader run the osgUtil::SmoothingVisitor over the model. 2005-11-29 14:20 robert * AUTHORS.txt, ChangeLog, applications/osgversion/osgversion.cpp: Updated ChangeLog, osgversion.cpp and AUTHORS.txt for 1.0-rc6. 2005-11-29 14:07 robert * NEWS.txt: Updated NEWS with second draft of press release. 2005-11-29 12:09 robert * include/osgProducer/ViewerEventHandler, src/osgProducer/ViewerEventHandler.cpp: Added CameraBarrierCallback so that multi-thread multi-cameras are synconized correctly when do stats collection. 2005-11-29 11:39 robert * examples/osgreflect/osgreflect.cpp, src/osg/Stencil.cpp, src/osgPlugins/geo/ClipRegion.cpp, src/osgUtil/RenderBin.cpp, src/osgUtil/SceneView.cpp: From Eric Wing, fixes for "warning: converting of negative value '-0x00000000000000001' to 'unsigned int'" 2005-11-29 08:59 robert * examples/osgparametric/osgparametric.cpp: Switched off the VBO usage in osgparametric as it was tripping up ATI and 3DLabs drivers. 2005-11-28 20:08 robert * src/osg/Texture2D.cpp: Added temporary ref_ptr to prevent the _image going out of scope due to another thread complete the texture::apply() while the present texture::apply() is still running. 2005-11-28 10:58 robert * examples/osgdelaunay/osgdelaunay.cpp: Fixed warning. 2005-11-28 09:15 robert * Make/makedefs, examples/osgGLUTkeyboardmouse/GNUmakefile, examples/osgGLUTkeyboardmouse/osgGLUTkeyboardmouse.cpp, examples/osgGLUTsimple/GNUmakefile, examples/osgGLUTsimple/osgGLUTsimple.cpp: From Gideon May, port to OSX of GLUT examples. 2005-11-27 15:32 robert * examples/osgdelaunay/osgdelaunay.cpp: From Geoff Michel, fix for the scaling of the random number generation. 2005-11-25 20:23 robert * AUTHORS.txt, ChangeLog: Updated ChangeLog and authors file. 2005-11-25 19:18 robert * examples/osgdelaunay/osgdelaunay.cpp, examples/osgpbuffer/osgpbuffer.cpp, src/osg/DisplaySettings.cpp, src/osgProducer/Viewer.cpp: From John Donovan, typo fixes. 2005-11-25 14:58 robert * applications/osgdem/osgdem.cpp: Added disable of spurious VS6.0 warning. 2005-11-25 13:45 robert * include/osg/Image: Fixed docs of setImage. 2005-11-25 12:31 robert * include/osg/Drawable, include/osg/PrimitiveSet, src/osg/PrimitiveSet.cpp, src/osgWrappers/osg/PrimitiveSet.cpp: Added releaseGLObjects to PrimitiveSet. 2005-11-25 10:32 robert * VisualStudio/OpenSceneGraph.dsw: Fixed typo of dxf. 2005-11-24 19:53 robert * examples/osgdepthshadow/osgdepthshadow.cpp: Lightened by the ambientBias term. 2005-11-24 15:18 robert * include/osg/FrameBufferObject, src/osg/FrameBufferObject.cpp, src/osgUtil/RenderStage.cpp, src/osgUtil/SceneView.cpp, src/osgWrappers/osg/FrameBufferObject.cpp: Added FBO deletion support, and better FBO querry and fallback mechansim in RenderStage. 2005-11-24 15:17 robert * include/osg/Export: Changed the VS template export block to just compile when VS verion >= 1300 (VS.NET onwards.) 2005-11-24 10:28 robert * examples/osgshaderterrain/osgshaderterrain.cpp, src/osg/Texture.cpp: Changed the default value of Texture::_resizeNonPowerOfTwoHint to true, to improve the backwards compatibility of peformance on systems that have OpenGL2.0 drivers but without hardware that can't handle non power of two textures. 2005-11-24 10:14 robert * src/osgProducer/OsgCameraGroup.cpp: Added automatic setting of thread safe reference counting when multi-threaded cameras are used. 2005-11-23 16:32 robert * include/osg/CameraNode, src/osgUtil/CullVisitor.cpp, src/osgUtil/RenderStage.cpp, src/osgWrappers/osg/CameraNode.cpp: Changed CameraNode::getDataChangeMutex() to be a pointer rather than a reference to get around osgIntrospeciton build problem with the OpenThreads::Mutex copy constructor being private. 2005-11-23 16:24 robert * AUTHORS.txt, ChangeLog, Make/makedefs, NEWS.txt: Updated AUTHORES, ChangeLog, NEWS and version number for 1.0-rc6 2005-11-23 15:25 robert * src/osg/GLExtensions.cpp: Changed the linux implement of getGLExtensionFuncPtr to querry for glXGetProcAddressARB and then use this if its available, otherwise fallback to the original dlsym usage. 2005-11-23 13:44 robert * include/osg/CameraNode, src/osg/FrameBufferObject.cpp, src/osgUtil/CullVisitor.cpp, src/osgUtil/RenderStage.cpp, src/osgWrappers/osg/CameraNode.cpp: Added multi-buffering of the CameraNode::_renderingCache to help cope with multiple graphis context usages. 2005-11-23 12:16 robert * examples/osgcallback/osgcallback.cpp: Fixed mistmatch of ReadFileCallback type. 2005-11-23 10:16 robert * include/osg/GLExtensions, src/osg/GLExtensions.cpp: Moved getGLExtensionFuncPtr implementation into the .cpp to make it easier to change it implementation without forcing a complete recompile. 2005-11-23 10:15 robert * src/osgFX/BumpMapping.cpp: From Marco Jez, typo fix if GL extension name. 2005-11-22 21:14 robert * include/osgUtil/TangentSpaceGenerator, src/osgFX/BumpMapping.cpp, src/osgUtil/TangentSpaceGenerator.cpp, src/osgWrappers/osgUtil/TangentSpaceGenerator.cpp: Simplified the TangentSpaceGenerator so that is automatically converts any models with indices to one without indices and then runs the tangent space generation code on the result. 2005-11-22 14:35 robert * Make/makedefs: From Markus Trenkwalder, fixed placment of libs in mingw build. 2005-11-22 13:56 robert * include/osg/Geometry, src/osg/Geometry.cpp: Added missing dirtyDisplayList call into osg::Geometry::set calls. 2005-11-22 13:14 robert * include/osgDB/DatabasePager, src/osgDB/DatabasePager.cpp, src/osgWrappers/osgDB/DatabasePager.cpp: Added DatabasePager::s/getDrawablePolicy() to allow the way that the display list/VBO settings are applied to loaded databases. 2005-11-22 10:26 robert * src/osg/LOD.cpp, src/osg/PagedLOD.cpp: Added check against LODScale being zero, and fixed the search for the maximum LOD range in the pixel size range fallback. 2005-11-22 10:08 robert * src/osg/LOD.cpp, src/osg/PagedLOD.cpp: From Chris Hanson, add LODScale support to pixel based LOD range selection. 2005-11-22 09:57 robert * src/osg/Program.cpp: From Jason Daly, (with small tweak by Robert Osfield) fix for Prorgram::removeShader(Shader*) so that it properly remove the shader and its entry in the _shaderList. 2005-11-22 09:51 robert * src/osgPlugins/dxf/scene.cpp, src/osgPlugins/txp/trpage_managers.cpp: From Eric Wing, warning fixes for gcc4.0/OSX. 2005-11-22 09:47 robert * include/osg/GL: From Marco Jez, fix for wchar_t being redefined. 2005-11-21 16:29 robert * NEWS.txt: Updated NEWS 2005-11-21 16:15 robert * AUTHORS.txt, ChangeLog: Updated ChangeLog and authors file. 2005-11-21 13:51 robert * include/osg/Export, include/osg/PrimitiveSet, include/osgText/String, src/osgPlugins/directx/directx.h, src/osgPlugins/txp/trpage_sys.h: From Roger James, reworked the export of std::vector<> on standard types to prevent problems with .lib being built for all targets under VS7.x 2005-11-20 22:07 robert * src/osgPlugins/directx/ReaderWriterDirectX.cpp, src/osgPlugins/directx/directx.cpp, src/osgPlugins/directx/directx.h: Replaced asserts with notification of error. 2005-11-20 22:06 robert * src/osgPlugins/directx/directx.cpp, src/osgPlugins/directx/directx.h: From Donn Mielcarek, added support Materials being declared globally. 2005-11-19 12:18 robert * AUTHORS.txt, ChangeLog, applications/osgversion/osgversion.cpp: Updated ChangeLog, osgversion and AUTHORS file. 2005-11-18 17:04 robert * include/osgParticle/ExplosionDebrisEffect, include/osgParticle/ExplosionEffect, include/osgParticle/FireEffect, include/osgParticle/ParticleEffect, include/osgParticle/SmokeEffect, include/osgParticle/SmokeTrailEffect, src/osgParticle/ExplosionDebrisEffect.cpp, src/osgParticle/ExplosionEffect.cpp, src/osgParticle/FireEffect.cpp, src/osgParticle/ParticleEffect.cpp, src/osgParticle/SmokeEffect.cpp, src/osgParticle/SmokeTrailEffect.cpp, src/osgPlugins/osgParticle/IO_ExplosionDebrisEffect.cpp, src/osgPlugins/osgParticle/IO_ExplosionEffect.cpp, src/osgPlugins/osgParticle/IO_FireEffect.cpp, src/osgPlugins/osgParticle/IO_ParticleEffect.cpp, src/osgPlugins/osgParticle/IO_SmokeEffect.cpp, src/osgPlugins/osgParticle/IO_SmokeTrailEffect.cpp, src/osgWrappers/osgParticle/ExplosionDebrisEffect.cpp, src/osgWrappers/osgParticle/ExplosionEffect.cpp, src/osgWrappers/osgParticle/FireEffect.cpp, src/osgWrappers/osgParticle/ParticleEffect.cpp, src/osgWrappers/osgParticle/SmokeEffect.cpp, src/osgWrappers/osgParticle/SmokeTrailEffect.cpp: Added the ability for osgParticle::ParticleEffect to switch off the automatic setup. Normally the automatic setup is useful, but in the case of the .osg support this automatic update was forcing premature loading of imagery that wasn't necessarily, and can lead to reports of looking for files that arn't present. 2005-11-18 15:00 robert * include/osgGA/TrackballManipulator, src/osgWrappers/osgGA/TrackballManipulator.cpp: Added s/getCenter and s/getRotation methods, and updated wrapper. 2005-11-18 14:49 robert * include/osgGA/TrackballManipulator: From Toshiyuki Takeahei, addition of s/getDistance() methods 2005-11-18 14:46 robert * src/osgPlugins/flt/LightPointRecord.cpp, src/osgPlugins/flt/LightPointRecord.h, src/osgPlugins/flt/flt2osg.cpp: The OpenFlight plugin was crashing with pre 15.6 .flt files that contained light points. This was due to the mismatch is size and fiels in the LightPointRecord before 15.6 and after it, the OSG's flt plugin was assuming just 15.6 record structure. As a temporary solution I have disabled the processing of light point records on .flt file version before 15.6, this allows these files to be loaded safely, but without light points. 2005-11-18 10:03 robert * src/osgPlugins/flt/flt2osg.cpp: From Andrew Reyonolds : changed the endian conversion code to work on a temporary rather then on a flt structure to prevent repeated conversion of the same value, something that led to eroneously large light point string sizes. 2005-11-18 09:52 robert * include/osg/Export, include/osgDB/Export, include/osgFX/Export, include/osgGA/Export, include/osgIntrospection/Export, include/osgParticle/Export, include/osgProducer/Export, include/osgSim/Export, include/osgTerrain/Export, include/osgText/Export, include/osgUtil/Export: From Rodger James, changed the Win32 static library compilation support to use OSG_LIBRARY_STATIC to avoid problems with building libs when not required. 2005-11-17 20:22 robert * examples/osgGLUTkeyboardmouse/osgGLUTkeyboardmouse.cpp, examples/osgblendequation/osgblendequation.cpp, examples/osgbluemarble/osgbluemarble.cpp, examples/osgcamera/osgcamera.cpp, examples/osgcameragroup/osgcameragroup.cpp, examples/osgcluster/broadcaster.cpp, examples/osgcluster/receiver.cpp, examples/osgdepthpartition/DepthPartitionNode.cpp, examples/osgdepthpartition/DistanceAccumulator.cpp, examples/osgdepthpartition/osgdepthpartition.cpp, examples/osgdepthshadow/osgdepthshadow.cpp, examples/osgforest/osgforest.cpp, examples/osgfxbrowser/osgfxbrowser.cpp, examples/osggeometry/osggeometry.cpp, examples/osgimpostor/TestManipulator.cpp, examples/osgimpostor/osgimpostor.cpp, examples/osgintrospection/osgintrospection.cpp, examples/osgkeyboardmouse/osgkeyboardmouse.cpp, examples/osglight/osglight.cpp, examples/osglogicop/osglogicop.cpp, examples/osglogo/osglogo.cpp, examples/osgmotionblur/osgmotionblur.cpp, examples/osgparametric/osgparametric.cpp, examples/osgparticle/osgparticle.cpp, examples/osgparticleeffects/osgparticleeffects.cpp, examples/osgplanets/osgplanets.cpp, examples/osgshadowtexture/osgshadowtexture.cpp, examples/osgshape/osgshape.cpp, examples/osgsimple/osgsimple.cpp, examples/osgsimplepager/osgsimplepager.cpp, examples/osgsimulation/osgsimulation.cpp, examples/osgslice/osgslice.cpp, examples/osgspheresegment/osgspheresegment.cpp, examples/osgspotlight/osgspotlight.cpp, examples/osgtexture3D/osgtexture3D.cpp, examples/osgvolume/osgvolume.cpp: Replaced tabs with spaces in examples. 2005-11-17 17:45 robert * applications/osgdem/osgdem.cpp, src/osgWrappers/osgGA/DriveManipulator.cpp, src/osgWrappers/osgGA/FlightManipulator.cpp, src/osgWrappers/osgGA/TrackballManipulator.cpp, src/osgWrappers/osgGA/UFOManipulator.cpp: Updated wrappers. 2005-11-17 17:44 robert * include/osg/AnimationPath, include/osg/Billboard, include/osg/ClipNode, include/osg/ClipPlane, include/osg/ClusterCullingCallback, include/osg/CollectOccludersVisitor, include/osg/ConvexPlanarOccluder, include/osg/ConvexPlanarPolygon, include/osg/CopyOp, include/osg/CullSettings, include/osg/CullStack, include/osg/CullingSet, include/osg/Depth, include/osg/Export, include/osg/FragmentProgram, include/osg/GLExtensions, include/osg/Group, include/osg/ImageStream, include/osg/Light, include/osg/LineStipple, include/osg/Matrixd, include/osg/Matrixf, include/osg/Multisample, include/osg/PointSprite, include/osg/Polytope, include/osg/Referenced, include/osg/ShadowVolumeOccluder, include/osg/Shape, include/osg/TexGenNode, include/osg/Texture1D, include/osg/Texture2D, include/osg/Transform, include/osg/TriangleFunctor, include/osg/TriangleIndexFunctor, include/osg/UByte4, include/osg/Vec2b, include/osg/Vec2d, include/osg/Vec2f, include/osg/Vec2s, include/osg/Vec3b, include/osg/Vec3s, include/osg/Vec4s, include/osg/Vec4ub, include/osg/io_utils, include/osg/ref_ptr, include/osgDB/DynamicLibrary, include/osgDB/Export, include/osgDB/Output, include/osgGA/AnimationPathManipulator, include/osgGA/DriveManipulator, include/osgGA/KeySwitchMatrixManipulator, include/osgIntrospection/Comparator, include/osgProducer/EventAdapter, include/osgProducer/Export, include/osgSim/Impostor, include/osgSim/ImpostorSprite, include/osgTerrain/DataSet, include/osgText/Text: Convert tabs to spaces. 2005-11-17 15:18 robert * applications/osgversion/osgversion.cpp: From Toshiyuki Takahei, added #pragam to avoid build problem with special characters. From Robert Osfield, added #if _MSC_VER to restrict pragma usage to just VisualStudio, and added comment explaining all the extra parsing code in osgversion. 2005-11-17 15:03 robert * src/osgPlugins/ac3d/Exception.cpp, src/osgPlugins/ac3d/Geode.cpp, src/osgPlugins/dds/ReaderWriterDDS.cpp, src/osgPlugins/dw/ReaderWriterDW.cpp, src/osgPlugins/dxf/ReaderWriterDXF.cpp, src/osgPlugins/dxf/dxfBlock.cpp, src/osgPlugins/dxf/dxfEntity.cpp, src/osgPlugins/dxf/dxfFile.cpp, src/osgPlugins/dxf/dxfReader.cpp, src/osgPlugins/dxf/dxfSection.cpp, src/osgPlugins/dxf/dxfTable.cpp, src/osgPlugins/dxf/scene.cpp, src/osgPlugins/flt/FindExternalModelVisitor.cpp, src/osgPlugins/flt/GroupRecord.cpp, src/osgPlugins/flt/HeaderRecord.cpp, src/osgPlugins/flt/LightPointPaletteRecords.cpp, src/osgPlugins/flt/LodRecord.cpp, src/osgPlugins/geo/ClipRegion.cpp, src/osgPlugins/geo/ReaderWriterGEO.cpp, src/osgPlugins/geo/geoActions.cpp, src/osgPlugins/ive/AlphaFunc.cpp, src/osgPlugins/ive/AnimationPath.cpp, src/osgPlugins/ive/AnimationPathCallback.cpp, src/osgPlugins/ive/AzimElevationSector.cpp, src/osgPlugins/ive/AzimSector.cpp, src/osgPlugins/ive/Billboard.cpp, src/osgPlugins/ive/BlendFunc.cpp, src/osgPlugins/ive/BlinkSequence.cpp, src/osgPlugins/ive/ClipPlane.cpp, src/osgPlugins/ive/ConeSector.cpp, src/osgPlugins/ive/ConvexPlanarPolygon.cpp, src/osgPlugins/ive/CullFace.cpp, src/osgPlugins/ive/DirectionalSector.cpp, src/osgPlugins/ive/ElevationSector.cpp, src/osgPlugins/ive/Exception.cpp, src/osgPlugins/ive/FragmentProgram.cpp, src/osgPlugins/ive/FrontFace.cpp, src/osgPlugins/ive/Impostor.cpp, src/osgPlugins/ive/LOD.cpp, src/osgPlugins/ive/Light.cpp, src/osgPlugins/ive/LightModel.cpp, src/osgPlugins/ive/LightPoint.cpp, src/osgPlugins/ive/LightPointNode.cpp, src/osgPlugins/ive/LineWidth.cpp, src/osgPlugins/ive/Material.cpp, src/osgPlugins/ive/MultiSwitch.cpp, src/osgPlugins/ive/Object.cpp, src/osgPlugins/ive/PagedLOD.cpp, src/osgPlugins/ive/Point.cpp, src/osgPlugins/ive/PolygonOffset.cpp, src/osgPlugins/ive/PositionAttitudeTransform.cpp, src/osgPlugins/ive/PrimitiveSet.cpp, src/osgPlugins/ive/ReaderWriterIVE.cpp, src/osgPlugins/ive/Scissor.cpp, src/osgPlugins/ive/Sequence.cpp, src/osgPlugins/ive/ShadeModel.cpp, src/osgPlugins/ive/Switch.cpp, src/osgPlugins/ive/TexEnv.cpp, src/osgPlugins/ive/TexEnvCombine.cpp, src/osgPlugins/ive/TexGen.cpp, src/osgPlugins/ive/TexMat.cpp, src/osgPlugins/ive/Transform.cpp, src/osgPlugins/ive/Viewport.cpp, src/osgPlugins/ive/VisibilityGroup.cpp, src/osgPlugins/lib3ds/ReaderWriter3DS.cpp, src/osgPlugins/lwo/Block.cpp, src/osgPlugins/lwo/Clip.cpp, src/osgPlugins/lwo/Converter.cpp, src/osgPlugins/lwo/Object.cpp, src/osgPlugins/lwo/Polygon.cpp, src/osgPlugins/lwo/Surface.cpp, src/osgPlugins/lwo/Tessellator.cpp, src/osgPlugins/lwo/Unit.cpp, src/osgPlugins/lwo/VertexMap.cpp, src/osgPlugins/lwo/old_Lwo2.cpp, src/osgPlugins/lwo/old_Lwo2Layer.cpp, src/osgPlugins/lwo/old_lw.cpp, src/osgPlugins/md2/ReaderWriterMD2.cpp, src/osgPlugins/net/sockinet.cpp, src/osgPlugins/net/sockstream.cpp, src/osgPlugins/osg/AutoTransform.cpp, src/osgPlugins/osg/ClipPlane.cpp, src/osgPlugins/osg/ConvexPlanarOccluder.cpp, src/osgPlugins/osg/Fog.cpp, src/osgPlugins/osg/FragmentProgram.cpp, src/osgPlugins/osg/Light.cpp, src/osgPlugins/osg/LineWidth.cpp, src/osgPlugins/osg/Material.cpp, src/osgPlugins/osg/Point.cpp, src/osgPlugins/osg/PointSprite.cpp, src/osgPlugins/osg/ReaderWriterOSG.cpp, src/osgPlugins/osg/Shader.cpp, src/osgPlugins/osg/Shape.cpp, src/osgPlugins/osg/TexGen.cpp, src/osgPlugins/osg/VertexProgram.cpp, src/osgPlugins/osgFX/IO_AnisotropicLighting.cpp, src/osgPlugins/osgFX/IO_BumpMapping.cpp, src/osgPlugins/osgFX/IO_Cartoon.cpp, src/osgPlugins/osgFX/IO_Effect.cpp, src/osgPlugins/osgFX/IO_Scribe.cpp, src/osgPlugins/osgFX/IO_SpecularHighlights.cpp, src/osgPlugins/osgParticle/IO_ModularEmitter.cpp, src/osgPlugins/osgParticle/IO_ModularProgram.cpp, src/osgPlugins/osgParticle/IO_Particle.cpp, src/osgPlugins/osgParticle/IO_ParticleProcessor.cpp, src/osgPlugins/osgParticle/IO_RadialShooter.cpp, src/osgPlugins/osgtgz/ReaderWriterOSGTGZ.cpp, src/osgPlugins/pfb/ConvertFromPerformer.cpp, src/osgPlugins/pfb/ReaderWriterPFB.cpp, src/osgPlugins/quicktime/MovieData.cpp, src/osgPlugins/quicktime/QTUtils.cpp, src/osgPlugins/quicktime/ReaderWriterQT.cpp, src/osgPlugins/rot/ReaderWriterROT.cpp, src/osgPlugins/scale/ReaderWriterSCALE.cpp, src/osgPlugins/tgz/ReaderWriterTGZ.cpp, src/osgPlugins/trans/ReaderWriterTRANS.cpp: Replaced tabs with spaces. 2005-11-17 13:35 robert * src/osg/Image.cpp, src/osg/LightModel.cpp, src/osg/Matrixd.cpp, src/osg/Shape.cpp, src/osg/ShapeDrawable.cpp, src/osg/UnitTestFramework.cpp, src/osg/Vec3.cpp, src/osgDB/DynamicLibrary.cpp, src/osgDB/FieldReader.cpp, src/osgDB/FileNameUtils.cpp, src/osgDB/Output.cpp, src/osgFX/BumpMapping.cpp, src/osgFX/Cartoon.cpp, src/osgFX/Effect.cpp, src/osgFX/Technique.cpp, src/osgFX/Validator.cpp, src/osgParticle/ParticleSystem.cpp, src/osgProducer/EventAdapter.cpp, src/osgProducer/OsgCameraGroup.cpp, src/osgProducer/Viewer.cpp, src/osgSim/Impostor.cpp, src/osgSim/LightPoint.cpp, src/osgSim/LightPointNode.cpp, src/osgSim/MultiSwitch.cpp, src/osgSim/SphereSegment.cpp, src/osgTerrain/HeightFieldNode.cpp, src/osgText/Text.cpp, src/osgUtil/CullVisitor.cpp, src/osgUtil/DisplayRequirementsVisitor.cpp, src/osgUtil/HalfWayMapGenerator.cpp, src/osgUtil/IntersectVisitor.cpp, src/osgUtil/RenderBin.cpp, src/osgUtil/Simplifier.cpp: Coverted tabs to space in core libraries. 2005-11-17 11:27 robert * src/osgProducer/Viewer.cpp: From Toshiyuki Takahei, fixed order intialiation problem in Viewer::selectCameraManipulator(..). 2005-11-17 11:22 robert * examples/osgdepthshadow/osgdepthshadow.cpp: From Mike Weiblen, "fix for another one of those GLSL syntax errors that slip thru the nvidia compiler. gl_TexCoord[] is an array of vec4, and must be reduced to a vec2 for use with texture2D()" 2005-11-17 11:13 robert * Make/makedefs: From Eric Sokolosky, for Cygwin and Minw sections changed definition of INST_SHARE so that it is based on INST_LOCATION, providing the same default as before but also allow it to be override by env vars when required. 2005-11-17 11:09 robert * Make/makedefs: From Eric Sokolosky, made spacing more consistent. 2005-11-17 11:03 robert * include/osgGA/DriveManipulator, include/osgGA/FlightManipulator, include/osgGA/TrackballManipulator, include/osgGA/UFOManipulator, src/osg/Matrix_implementation.cpp, src/osgGA/DriveManipulator.cpp, src/osgGA/FlightManipulator.cpp, src/osgGA/TerrainManipulator.cpp, src/osgGA/TrackballManipulator.cpp: From Mikkel Gjøl, addition of paramter set/get methods to osgGA::*Manipulators, change of ' ' to GUIEventAdapter::KEY_Space, fix to url in Matrix_implementation.cpp. Syntax fixes by Robert Osfield to above submission fix inconsistencies with normal OSG coding style. 2005-11-17 09:57 robert * examples/osgsimulation/osgsimulation.cpp: Improved handling of core OSG being compile with float Matrices. 2005-11-17 09:20 robert * src/osg/Image.cpp: Added (_data || rhs._data) extra qualify to Image::compare is data equal test. 2005-11-16 21:08 robert * src/osgPlugins/geo/osgGeoNodes.h: Removed redundent copyop. 2005-11-16 20:27 robert * examples/osgtesselate/GNUmakefile: Ran dos2unix on makefile. 2005-11-16 16:35 robert * doc/ProgrammingGuide/ProgrammingGuide.odt: Started experimenting with sections and table of contents. 2005-11-16 16:30 robert * src/osgPlugins/dxf/dxfEntity.cpp, src/osgPlugins/dxf/dxfEntity.h, src/osgPlugins/dxf/scene.cpp, src/osgPlugins/dxf/scene.h: Converted remaining osg::Matrix usage to osg::Matrixd. 2005-11-16 12:14 robert * AUTHORS.txt, ChangeLog: Updated changelog and authors file. 2005-11-16 12:07 robert * applications/osgversion/osgversion.cpp: Fixed typo entry. 2005-11-16 09:28 robert * src/osg/TextureRectangle.cpp: From Mike Weiblen, support for ARB_texture_rectangle extension name. 2005-11-15 22:18 robert * examples/osgdelaunay/GNUmakefile, examples/osgprerender/osgprerender.cpp: From Joakim Simonsson/Robert Osfield. Fixed line endings. 2005-11-15 22:14 robert * src/osgPlugins/flt/Pool.cpp: Did a unix2dos and trimmed end of file of rendundent newlines. 2005-11-15 22:07 robert * applications/osgarchive/osgarchive.cpp, applications/osgconv/osgconv.cpp, applications/osgdem/osgdem.cpp, examples/osgbluemarble/osgbluemarble.cpp, examples/osgdelaunay/osgdelaunay.cpp, examples/osgdemeter/osgdemeter.cpp, examples/osgmovie/osgmovie.cpp, examples/osgpbuffer/osgpbuffer.cpp, examples/osgpoints/osgpoints.cpp, examples/osgsimplifier/osgsimplifier.cpp, examples/osgspacewarp/osgspacewarp.cpp, examples/osgtesselate/osgtesselate.cpp: Added proper descriptions of examples in place of the copy and paste description. 2005-11-15 21:47 robert * include/osgParticle/Particle, include/osgUtil/DelaunayTriangulator, src/osgTerrain/DataSet.cpp: From Eric Wing, compile fixes. 2005-11-15 21:24 robert * src/osgDB/Registry.cpp, src/osgPlugins/quicktime/ReaderWriterQT.cpp: From Gideon May, "I've added an alias for the new mpeg 4 format used by quicktime and podcasts." 2005-11-15 18:31 robert * Make/makedefs: From Sean Spicer, compile fixes for Intel compiler. 2005-11-15 16:15 robert * VisualStudio/highlight70.reg, VisualStudio/highlight71.reg: From Joakim Simonsson, updated VS handling of extensionless headers to be consistent with 1.0 release of OSG 2005-11-15 16:06 robert * applications/osgversion/osgversion.cpp: Fixed typo of Jason. 2005-11-15 15:07 robert * AUTHORS.txt: Updated authors list from osgversion -r ChangeLog output. 2005-11-15 15:07 robert * applications/osgversion/GNUmakefile, applications/osgversion/osgversion.cpp: Updated the output of the contributors list. 2005-11-15 14:25 robert * src/osgUtil/TriStrip_heap_array.h: Added catch of erase of the last element of heap. 2005-11-15 11:43 robert * include/osgIntrospection/Comparator: From Marco Jez, warning fixes. 2005-11-15 11:39 robert * src/osgPlugins/txp/trpage_print.cpp, src/osgPlugins/txp/trpage_warchive.cpp: Warning fixes. 2005-11-15 11:23 robert * src/osgPlugins/quicktime/QTtexture.cpp: Warning fix. 2005-11-15 10:05 robert * applications/osgversion/osgversion.cpp: Added remapping of Drew's fullname. 2005-11-15 08:56 robert * examples/osgspacewarp/osgspacewarp.cpp: From Mike Weiblen, switched off lighting of points to make them clearer 2005-11-15 08:43 robert * src/osgSim/SphereSegment.cpp: Warning fix. 2005-11-14 21:40 robert * applications/osgversion/osgversion.cpp: Fixed handling of initials. 2005-11-14 20:54 robert * applications/osgversion/osgversion.cpp: Added typo correction for "Jolley". 2005-11-14 20:51 robert * applications/osgversion/osgversion.cpp: Added more typo catches. 2005-11-14 17:21 robert * applications/osgversion/osgversion.cpp: Further improvements to the name filtering. 2005-11-14 17:15 robert * applications/osgversion/osgversion.cpp: Improved handling on special characters in names 2005-11-14 17:07 robert * applications/osgversion/osgversion.cpp: Added support for mining the ChangeLog for a list of contributors. 2005-11-14 13:34 robert * ChangeLog: Updated changelog. 2005-11-14 12:49 robert * src/osgPlugins/geo/geoFormat.h, src/osgPlugins/geo/geoVersion.h: Fixed warnings in geo plugin 2005-11-14 11:14 robert * Make/openscenegraph.pc: Updated package version to 1.0,0 2005-11-14 11:08 robert * include/osgGA/NodeTrackerManipulator, src/osgWrappers/osgGA/NodeTrackerManipulator.cpp: From Toshiyuki Takehei, typo fix of getTrackerMode(). 2005-11-14 11:00 robert * include/osgGA/KeySwitchMatrixManipulator, src/osgGA/KeySwitchMatrixManipulator.cpp, src/osgProducer/ViewerEventHandler.cpp, src/osgWrappers/osgGA/KeySwitchMatrixManipulator.cpp: Change the KeySwitchMatrixManipulator so that it two sets of getMatrixManipulator methods, two that takes an index,two that takes a key value. Updated the ViewEventHandler so the it now uses the getMatrixManipulatorWithIndex() method to avoid previous ambiguity. 2005-11-14 09:31 robert * include/osgParticle/ParticleSystem: From Farshid Lashkari : "I reported earlier about a problem with a custom emitter I was using. I spent some more time debugging and it turns out there was a bug in the ParticleSystem::update_bounds function. When the bound is being reset, both the min and max are being set to the same postion without the radius being subtracted/added to it. When there is only one particle alive in the system this causes it to be culled by small feature culling. I've modifed the function so that when the bound is reset, the radius is subtracted/added to the position. This fixes my problem." 2005-11-12 21:29 robert * VisualStudio/osgPlugins/geo/geo.dsp, src/osgPlugins/geo/ReaderWriterGEO.cpp, src/osgPlugins/geo/geoCore.h, src/osgPlugins/geo/geoFormat.h, src/osgPlugins/geo/geoTypes.h, src/osgPlugins/geo/geoVersion.h, src/osgPlugins/geo/osgGeoStructs.h: From Geoff Michel, geo plugin updated to for latest updates in .geo format. 2005-11-12 13:38 robert * VisualStudio/osgPlugins/osgParticle/dot_osgParticle.dsp, src/osgPlugins/osgParticle/GNUmakefile, src/osgPlugins/osgParticle/IO_ConnectedParticleSystem.cpp: Added support for ConnectedParticleSystem. 2005-11-12 13:27 robert * VisualStudio/osgPlugins/osgParticle/dot_osgParticle.dsp, src/osgPlugins/osgParticle/GNUmakefile, src/osgPlugins/osgParticle/IO_SmokeTrailEffect.cpp: Added .osg support for osgParticle::SmokeTrailEffect 2005-11-11 19:29 robert * ChangeLog: Updated ChangeLog 2005-11-11 17:00 robert * include/osgProducer/ViewerEventHandler, include/osgUtil/SceneView, src/osgProducer/ViewerEventHandler.cpp, src/osgUtil/SceneView.cpp, src/osgWrappers/osgProducer/ViewerEventHandler.cpp, src/osgWrappers/osgUtil/SceneView.cpp: Added scene stats support to osgProducer::ViewerEventHandler. 2005-11-11 14:22 robert * include/osgGA/StateSetManipulator, src/osgGA/StateSetManipulator.cpp, src/osgWrappers/osgGA/StateSetManipulator.cpp: Added s/getMaxNumOfTextureUnits control to osgGA::StateSetManipulator, and set the default to 4. 2005-11-11 12:45 robert * VisualStudio/examples/osgcluster/osgcluster.dsp, examples/osgmovie/osgmovie.cpp, src/osgPlugins/dxf/scene.h, src/osgPlugins/hdr/hdrloader.cpp: Fixes for VS6.0 build. 2005-11-11 08:45 robert * Make/makedefs: From Markus Trenkwalder, fix for Mingw build 2005-11-10 20:56 robert * include/osgIntrospection/ReflectionMacros: From Marco Jez, compile for a syntax error problem. 2005-11-10 20:20 robert * VisualStudio/applications/osgviewer/osgviewer.dsp, VisualStudio/examples/osgGLUTkeyboardmouse/osgGLUTkeyboardmouse.dsp, VisualStudio/examples/osgGLUTsimple/osgGLUTsimple.dsp, VisualStudio/examples/osgdepthshadow/osgdepthshadow.dsp, VisualStudio/examples/osghangglide/osghangglide.dsp, VisualStudio/examples/osgkeyboardmouse/osgkeyboardmouse.dsp, VisualStudio/examples/osgparticle/osgparticledemo.dsp, VisualStudio/examples/osgsimple/osgsimple.dsp, VisualStudio/examples/osgsimplepager/osgsimplepager.dsp, VisualStudio/examples/osgteapot/osgteapot.dsp, VisualStudio/examples/osgtexture1D/osgtexture1D.dsp, VisualStudio/osgPlugins/flt/flt.dsp, VisualStudio/osgPlugins/geo/geo.dsp, VisualStudio/osgPlugins/logo/logo.dsp, VisualStudio/osgPlugins/osgParticle/dot_osgParticle.dsp, VisualStudio/osgPlugins/osgSim/dot_osgSim.dsp, VisualStudio/osgPlugins/txp/txp.dsp: Added /Zm200 to loads of project to try and salavage something from VS6.0 being such a bog awful compiler. 2005-11-10 20:04 robert * examples/osgblendequation/osgblendequation.cpp, examples/osglogicop/osglogicop.cpp: Fixes for VS6.0 2005-11-10 19:32 robert * examples/osgmovie/osgmovie.cpp, examples/osgparametric/osgparametric.cpp, src/osgPlugins/dxf/scene.h, src/osgPlugins/flt/flt2osg.cpp: Fixes for dumb VS6.0 compiler 2005-11-10 19:16 robert * examples/osgdepthpartition/DepthPartitionNode.cpp, examples/osgdepthpartition/DepthPartitionNode.h: Fixes for VS6.0 2005-11-10 17:24 robert * VisualStudio/osgPlugins/osg/dot_osg.dsp, examples/osgcluster/osgcluster.cpp, src/osgTerrain/DataSet.cpp: Compile fixes for VS6.0. 2005-11-10 16:47 robert * Make/makedefs: From Markus Trenkwalder, added freetype-config support to Mingw section. 2005-11-10 15:52 robert * runexamples.bat: Added osgshaderterrain and osgparametric to runexamples.bat 2005-11-10 15:27 robert * src/osgWrappers/osg/GraphicsThread.cpp: Updated wrappers 2005-11-10 15:25 robert * examples/osgcamera/osgcamera.cpp, include/osg/GraphicsThread, src/osg/GraphicsThread.cpp: Added better control for cancel GraphicsThreads. 2005-11-10 14:41 robert * VisualStudio/OpenSceneGraph.dsw: Ran unix2dos on OpenSceneGraph.dsw 2005-11-10 11:56 robert * include/osgProducer/Viewer, src/osgProducer/Viewer.cpp, src/osgWrappers/osgProducer/Viewer.cpp: Fixed typo of CoordinateSystem. 2005-11-10 11:39 robert * include/osgProducer/OsgSceneHandler, src/osgProducer/OsgCameraGroup.cpp, src/osgProducer/OsgSceneHandler.cpp, src/osgWrappers/osgProducer/OsgSceneHandler.cpp: Addd OsgSceneHandler::s/getCleanUpOnNextFrame() and support for it in the draw() method, when CleanUpOnNextFrame is enabled the next frame simple deleted OpenGL objects without doing any draw traversal. 2005-11-10 10:29 robert * src/osgUtil/DelaunayTriangulator.cpp: Added checks against the values returned from dynamic_cast<>'s. 2005-11-10 09:42 robert * ChangeLog, examples/osgvolume/osgvolume.cpp, include/osgUtil/SceneView, src/osg/LOD.cpp, src/osgPlugins/dxf/dxfReader.h, src/osgPlugins/geo/osgGeoNodes.h: Compile fixes for VS7.1 2005-11-09 22:09 don * README.txt: small change to test osg-cvs.... 2005-11-09 22:07 don * README.txt: Small modification to change 2004 to 2005 in README.txt (this is mostly a test of osg-cvs) 2005-11-09 20:30 robert * src/osgWrappers/osgTerrain/DataSet.cpp: Updated wrappers 2005-11-09 20:26 robert * examples/osgsimulation/osgsimulation.cpp: Added release and flush of OpenGL objects after build of the terrain database to prevent the build graphics context state leaking into the viewers graphics context set. 2005-11-09 20:24 robert * include/osgTerrain/DataSet, src/osgTerrain/DataSet.cpp: Added a s/getState() to osgTerrain::DataSet to allow better integration with applications. 2005-11-09 17:20 robert * applications/osgdem/osgdem.cpp: Added some docs on command line options. 2005-11-09 17:19 robert * src/osg/ApplicationUsage.cpp: Added writing of commandline options in getFormatedString when there is no description string. 2005-11-09 17:08 robert * examples/osglightpoint/osglightpoint.cpp: Moved the blink sequence light points down so they are visible in the default camera position. 2005-11-09 17:06 robert * examples/osgautotransform/osgautotransform.cpp: Changed the NO_ROTATION label so it is aligned with the XZ plane to make it easier to see. 2005-11-09 15:27 robert * NEWS.txt: Quick updates to NEWS. 2005-11-09 15:19 robert * ChangeLog: Updated ChangeLog 2005-11-09 15:14 robert * src/osgWrappers/osg/AnimationPath.cpp: Updated wrappers. 2005-11-09 15:11 robert * examples/osgclip/osgclip.cpp, examples/osgdepthshadow/osgdepthshadow.cpp, examples/osgdistortion/osgdistortion.cpp, examples/osglauncher/osglauncher.cpp, examples/osglogo/osglogo.cpp, examples/osgpbuffer/osgpbuffer.cpp, examples/osgprerender/osgprerender.cpp, examples/osgprerendercubemap/osgprerendercubemap.cpp, examples/osgreflect/osgreflect.cpp, examples/osgscalarbar/osgscalarbar.cpp, include/osg/AnimationPath, include/osgUtil/TransformCallback, src/osg/AnimationPath.cpp: Added the support in AnimationPathCallback for taking a pivot, axis and rotation rate paramters in its constructor to allow it to be used to create rotations around a point. This provides the same interface and functionality as osgUtil::TransformCallback but has the advantage and AnimationPathCallback is fully supported by the .osg and .ive file formats. 2005-11-09 13:39 robert * runexamples.bat: Updated the runexamples.bat to include glsl_mandelbrot.osg and glsl_julia.osg references 2005-11-09 13:39 robert * examples/osgsimulation/osgsimulation.cpp: Reduced the size of the "oversized" cessna.osg 2005-11-09 13:26 robert * src/osgProducer/Viewer.cpp: Added a test of isRealized to requestWrapPointer to prevent a deadlock condition occur when a wap pointer is done before a window is realized. 2005-11-09 13:18 robert * examples/osgdelaunay/osgdelaunay.cpp: Update texture file names to reflect new files in OpenSceneGraph-Data distribution. 2005-11-09 11:59 robert * VisualStudio/OpenSceneGraph.dsw, VisualStudio/osgPlugins/dxf, VisualStudio/osgPlugins/dxf/dxf.dsp: Added dxf VS6.0 project 2005-11-09 10:49 robert * include/osg/Version, include/osgDB/Version, include/osgGA/Version, include/osgParticle/Version, include/osgProducer/Version, include/osgSim/Version, include/osgTerrain/Version, include/osgText/Version, include/osgUtil/Version, src/osg/Version.cpp, src/osgDB/Version.cpp, src/osgGA/Version.cpp, src/osgParticle/Version.cpp, src/osgProducer/Version.cpp, src/osgSim/Version.cpp, src/osgTerrain/Version.cpp, src/osgText/Version.cpp, src/osgUtil/Version.cpp: Bumped the version numbers up to 1.0 in preparation for 1.0-rc1. 2005-11-09 10:41 robert * examples/osgdelaunay/osgdelaunay.cpp, src/osg/Texture.cpp, src/osgPlugins/gdal/ReaderWriterGDAL.cpp: Fixed warnings. 2005-11-09 10:37 robert * examples/osgdepthpartition/DepthPartitionNode.cpp: Fixed compile warning. 2005-11-09 09:30 robert * src/osgPlugins/logo/ReaderWriterLOGO.cpp: Updated the bin number to be 100 for the logo overlay to force it to draw later. 2005-11-08 16:41 robert * src/osgPlugins/ive/IveVersion.h, src/osgPlugins/ive/Texture.cpp: Added .ive support for osg::Texture SourceFormat and SourceType 2005-11-08 16:22 robert * src/osgPlugins/osg/Texture.cpp: Added support for SourceType and SourceFormat to .osg. 2005-11-08 16:02 robert * src/osgWrappers/osg/Texture.cpp: Updated wrappers. 2005-11-08 15:52 robert * examples/osgprerender/osgprerender.cpp, include/osg/Texture, src/osg/Texture.cpp, src/osg/Texture1D.cpp, src/osg/Texture2D.cpp, src/osg/Texture3D.cpp, src/osg/TextureCubeMap.cpp, src/osg/TextureRectangle.cpp: From Brad Colbert/Robert Osfield: added s/getSourceFormat and s/getSourceType to osg::Texture along with support for this Texture1D, 2D, 3D, TextureCubeMap and TextureRectangle. The new SourceFormat and SourceType parameters are only used when no osg::Image is assigned to an osg::Texture, and main use is for render to texture effects. Added support for --hdr option in osgprerender, which utilises the new Texture::setSourceFormat/Type() methods. 2005-11-08 14:03 robert * src/osgWrappers/osgFX/GNUmakefile, src/osgWrappers/osgGA/GNUmakefile, src/osgWrappers/osgParticle/GNUmakefile, src/osgWrappers/osgProducer/GNUmakefile, src/osgWrappers/osgSim/GNUmakefile, src/osgWrappers/osgTerrain/GNUmakefile, src/osgWrappers/osgText/GNUmakefile, src/osgWrappers/osgUtil/RenderStage.cpp: Updated wrappers 2005-11-08 13:51 robert * src/osg/Image.cpp, src/osgDB/WriteFile.cpp, src/osgPlugins/ive/ReaderWriterIVE.cpp: From Colin McDonald, fixed image size calculation in getTotalSizeInBytesIncludingMipmaps(), added checks on success of opening files for writing in the .ive plugin. 2005-11-08 11:46 robert * include/osgUtil/RenderBin, include/osgUtil/RenderLeaf, include/osgUtil/RenderStage, src/osgUtil/RenderBin.cpp, src/osgUtil/RenderLeaf.cpp, src/osgUtil/RenderStage.cpp, src/osgUtil/SceneView.cpp: Added sorting and clearing of pre and post RenderStages stored in RenderStage, and added some debugging comments which are currently commented out from compilation - these are left in just in case future debug work requires them. 2005-11-08 09:36 robert * src/osgUtil/SceneView.cpp: Changed the occluder traversal so that checks the children of the SceneView's Cameara rather than starting at the camera itself. 2005-11-07 16:52 robert * VisualStudio/OpenSceneGraph.dsw, VisualStudio/VisualStudio.dsw: Renamed VisualStudio.dsw to OpenSceneGraph.dsw 2005-11-07 16:48 robert * src/osgProducer/Viewer.cpp: Improved the handling of CameraNode and viewers with projection matrices contained NaN's. 2005-11-07 15:46 robert * src/osg/ApplicationUsage.cpp: From Bob Kuehne, proper c++ cast instead of c-cast for ApplicationUsage 2005-11-07 15:43 robert * src/osgProducer/Viewer.cpp: From Steve Lunsford, added psuedo event dispatch to init within selectCameraManipulator to force the new minpulator to update correctly. 2005-11-07 14:42 robert * src/osgPlugins/obj/ReaderWriterOBJ.cpp: From David Spilling, added "noRotation" ReaderWriter::Option into the .obj plugin to enable disabling of the automatic rotation from Y up coordinate frame to Z up coordinate frame. 2005-11-07 13:54 robert * src/osgProducer/GraphicsContextImplementation.cpp: From Marco Jez, Added an unregister of the GraphicsContextImplement on unload. 2005-11-07 12:41 robert * src/osgPlugins/osg/StateSet.cpp: From David Spilling, fix for typo of OVERRIDE. 2005-11-07 11:14 robert * src/osg/ApplicationUsage.cpp, src/osgPlugins/osg/CameraNode.cpp, src/osgPlugins/quicktime/MovieData.h, src/osgPlugins/quicktime/QTUtils.cpp, src/osgPlugins/quicktime/QTUtils.h, src/osgPlugins/quicktime/ReaderWriterQT.cpp: From Gideon May, compile fixes for OSX. 2005-11-07 11:09 robert * src/osgDB/Registry.cpp: From Norman Vine, "Cygwin uses unix style path separators" 2005-11-07 11:05 robert * include/osgText/Font, src/osgPlugins/freetype/FreeTypeFont.cpp, src/osgPlugins/freetype/FreeTypeFont.h, src/osgPlugins/freetype/FreeTypeLibrary.cpp, src/osgPlugins/freetype/FreeTypeLibrary.h, src/osgPlugins/freetype/ReaderWriterFreeType.cpp, src/osgText/Font.cpp: From Wang Lam,"The changes allow users of OpenSceneGraph to call a new function readFontStream() to load fonts from a std::istream, rather than from the local filesystem by name. Such a call may be used, for example, if the user has a font fetched over a network, or a font available in memory without a correspondng filename. The changes implement the new function by following the corresponding code for readFontFile(). readFontStream() reads a stream into memory, and holds that memory for FreeType. As a basic test, I mangled the osgtext example to use readFontStream(std::ifstream("font")) in lieu of a readFontFile call, and the modified example ran completely." 2005-11-07 10:29 robert * examples/osgsimplifier/osgsimplifier.cpp: From Ruben (with a few addition/changes from Robert), fixed the commandline of the osgsimplifier example. It now reads --ratio and --max-error. --------------------------------------------------- 2005-11-04 19:00 robert * src/osgUtil/RenderStage.cpp: Added extra debugging checks on FBO's 2005-11-04 12:08 robert * include/osg/Texture1D, include/osg/Texture3D, include/osg/TextureCubeMap, include/osg/TextureRectangle, src/osg/CameraNode.cpp, src/osg/TextureCubeMap.cpp, src/osg/TextureRectangle.cpp, src/osgPlugins/ive/TextureCubeMap.cpp, src/osgUtil/RenderStage.cpp, src/osgWrappers/osg/Texture1D.cpp, src/osgWrappers/osg/Texture3D.cpp, src/osgWrappers/osg/TextureCubeMap.cpp, src/osgWrappers/osg/TextureRectangle.cpp: Improved support for texture subload/render to texture in various Texture classes and RenderStage. 2005-11-03 21:35 robert * src/osgPlugins/osg/CameraNode.cpp: Improvements to CameraNode IO support, now handles render to texture. 2005-11-03 19:20 robert * src/osgPlugins/ive/CameraNode.cpp: Changed the CameraNode read/write code to use Transform as its parent. 2005-11-03 17:12 robert * src/osgPlugins/osg/Matrix.cpp: Removed debugging message 2005-11-03 17:08 robert * src/osgPlugins/osg/CameraNode.cpp, src/osgPlugins/osg/Matrix.cpp: Further work on osg::CameraNode support. 2005-11-03 15:59 robert * include/osg/CameraNode, src/osgPlugins/ive/CameraNode.cpp, src/osgPlugins/osg/CameraNode.cpp, src/osgWrappers/osg/CameraNode.cpp: Further work on added IO support from CameraNode. 2005-11-03 12:25 robert * src/osgPlugins/ive/CameraView.cpp, src/osgPlugins/osg/CameraView.cpp: Completed osg::CameraView support in .osg and .ive formats. 2005-11-03 10:59 robert * src/osg/Texture.cpp: Added env var docs on OSG_MAX_TEXTURE_SIZE 2005-11-03 10:57 robert * applications/osgconv/osgconv.cpp: Added --help-env option. 2005-11-03 10:18 robert * src/osgWrappers/osg/ApplicationUsage.cpp: Updated wrappers 2005-11-03 10:16 robert * VisualStudio/osgPlugins/ive/ive.dsp, examples/osgdelaunay/osgdelaunay.cpp, src/osgPlugins/ive/CameraNode.cpp, src/osgPlugins/ive/CameraNode.h, src/osgPlugins/ive/CameraView.cpp, src/osgPlugins/ive/CameraView.h, src/osgPlugins/ive/DataInputStream.cpp, src/osgPlugins/ive/DataOutputStream.cpp, src/osgPlugins/ive/GNUmakefile, src/osgPlugins/ive/ReadWrite.h: Added initial CameraNode and CameraView stups for the .ive loader 2005-11-03 10:01 robert * include/osg/ApplicationUsage, src/osg/ApplicationUsage.cpp: From Eric Sokolowsky, added writeEnvironmentSettings to help report what OSG centric environment variables are used. 2005-11-03 09:03 robert * src/osgPlugins/osg/CameraNode.cpp, src/osgPlugins/osg/CameraView.cpp: Added CameraNode.cpp and CameraView.cpp 2005-11-02 19:52 robert * VisualStudio/osgPlugins/osg/dot_osg.dsp, src/osgPlugins/osg/GNUmakefile, src/osgPlugins/osg/Matrix.cpp, src/osgPlugins/osg/Matrix.h: Inital work on adding .osg support for CameraNode and CameraView. 2005-11-02 19:35 robert * src/osgWrappers/osg/DisplaySettings.cpp: Updated wrappers. 2005-11-02 19:15 robert * examples/osgmotionblur/osgmotionblur.cpp: Added request for accumulator buffer. 2005-11-02 19:15 robert * include/osg/DisplaySettings, src/osg/DisplaySettings.cpp, src/osgProducer/OsgCameraGroup.cpp: Added support in DisplaySettings and OscCameraGroup for requesting accumulator buffer. 2005-11-02 16:20 robert * src/osgPlugins/gdal/ReaderWriterGDAL.cpp: From Alan Ott, added support for palletted imagery. 2005-11-02 15:56 robert * examples/osgprerendercubemap/osgprerendercubemap.cpp: From Brede Johnasen, changed wrap mode to CLAMP_TO_EDGE to avoid edges being seen when zoomed into the reflectio map. 2005-11-02 15:23 robert * examples/osgpick/osgpick.cpp, src/osgProducer/Viewer.cpp: Added handling of CameraNode into PickVisitor in src/osgProducer/Viewer.cpp. This is unlikely to be the final solution, but does at least fix part of the problem of handling picking HUD's underneath CameraNodes. 2005-11-02 14:24 robert * examples/osgdepthshadow/osgdepthshadow.cpp, examples/osgparametric/osgparametric.cpp: From Marco Jez, added Image/ path to image files to help find them from the OpenSceneGraph-Data directory. 2005-11-02 14:22 robert * examples/osgmultiplecameras/osgmultiplecameras.cpp: From Marco Jez, moved the rear view camera's viewport to the bottom left of window to accomdate a greater range of display sizes. From Robert Osfield, made the background colour of the intersted camera a scaled down verson of the main background colour to make it more obvious. 2005-11-02 12:22 robert * src/osgText/Text.cpp: Added a setSupportsDisplayList(false) to constructor to prevent end users enabling display lists, something that can break the osgText's managment of state. 2005-11-02 11:55 robert * include/osgUtil/RenderStage: Fixed setCameraRequiresSetUp so it properly uses the bool passed to it. 2005-11-02 11:33 robert * include/osg/NodeTrackerCallback: Added doc comment and removed redundent inline keyword 2005-11-02 10:57 robert * include/osgText/Font, src/osgText/Font.cpp: From Farshid Lashkari, "I need the ability to check for a font file without actually loading the font object. I've modified font.h/cpp of osgText so that it exports the findFontFile function." 2005-11-02 10:55 robert * src/osgProducer/GraphicsContextImplementation.cpp: From Marco Jez, commented out debuggin message. 2005-11-02 10:49 robert * include/osg/Matrixf: Added static orthoNormal function to match equivilant in Matrixd 2005-11-02 10:45 robert * include/osg/Matrixd: From Colin McDonald, "Fix for missing class name qualifier on the orthoNormal function." 2005-11-02 10:29 robert * src/osg/FrameBufferObject.cpp, src/osgPlugins/flt/GroupRecord.cpp, src/osgPlugins/flt/ObjectRecord.cpp, src/osgPlugins/flt/SwitchRecord.cpp, src/osgPlugins/osgSim/IO_MultiSwitch.cpp, src/osgPlugins/rot/ReaderWriterROT.cpp, src/osgPlugins/scale/ReaderWriterSCALE.cpp, src/osgPlugins/trans/ReaderWriterTRANS.cpp: From Colin McDonald, "Fixes for some duplicate global symbol definitions in the plugins, which cause errors when creating a statically linked executable." 2005-11-02 10:29 robert * include/osg/CameraNode: Fixed compile warning 2005-11-01 20:16 robert * src/osg/State.cpp: Changed the error number reporting to be reported as hex. 2005-11-01 19:32 robert * examples/osgprerender/osgprerender.cpp: Added an image negation callback to the render to image. Added commandline docs for the new --image and --texture-rectangle options. 2005-11-01 19:31 robert * src/osgUtil/RenderStage.cpp: Removed the double call to the camera post draw callback. 2005-11-01 17:07 robert * examples/osgprerender/osgprerender.cpp: Added usage of image copy and modification. 2005-11-01 15:39 robert * src/osgUtil/RenderStage.cpp: Set the draw and read buffer to GL_NONE when using FBO's, thereby avoid invalid enumrates being generated. 2005-11-01 15:23 robert * src/osg/FrameBufferObject.cpp, src/osgUtil/RenderStage.cpp: Improved handling of osg::Image copying. 2005-11-01 11:18 robert * src/osg/State.cpp: From Brad Colbert, Added checking for a NULL return string rom gluErrorString (with slight reformating of this by Robert Osfield.) 2005-11-01 11:00 robert * src/osgWrappers/osg/CameraNode.cpp: Updated wrappers 2005-11-01 10:42 robert * include/osg/CameraNode, src/osg/CameraNode.cpp, src/osgSim/Impostor.cpp, src/osgUtil/RenderStage.cpp: Added RenderTargetFallback option into osg::CameraNode. 2005-10-31 16:40 robert * src/osgPlugins/txp/TXPNode.cpp: From Steve Lunsford, "Attached is a copy of TXPNode.cpp with the repaired computeBounds call. I discovered that TXPNodes were being culled out prematurely because the loaded sub-tiles resulted in a computed bounds that was smaller than the extents indicated in the archive. I think this fix should be fine. I can't think of any reason why we would want to use anything other than the archive extents." 2005-10-31 14:48 robert * src/osgProducer/OsgCameraGroup.cpp: Added default setting of _threading_model to ThreadPerCamera when multiple cameras are present, and SingleThreaded when a single camera is being used. 2005-10-31 11:43 robert * src/osgSim/LightPointNode.cpp: From Brede Johansen, "some tweaks to the osgSim lightpoints. - The first change is to start fadeing a lightpoint just before the maximum distance of a light is reached. - The second change is to start fading a lightpoint when pixelSize is less than _minPixelSize instead of 1.0." 2005-10-29 11:29 robert * src/osgWrappers/osgUtil/SceneView.cpp: Updated wrappers. 2005-10-29 10:04 robert * src/osg/Texture.cpp: Added catch for NULL return from glGetString( GL_VERSION ); 2005-10-29 09:52 robert * src/osgWrappers/osg/BlendEquation.cpp, src/osgWrappers/osgUtil/SceneView.cpp: Updated wrappers. 2005-10-28 18:39 robert * src/osgDB/Registry.cpp: From Marco Jez, Fix for the class name lookup in osgDB::Registry::writeObject(), which can silently fail when a NodeKit's class (for example osgNVCg::Program) has the same name as that of an OSG's class (for example osg::Program). 2005-10-28 18:37 robert * src/osgProducer/OsgCameraGroup.cpp: Fixed env var docs for sharing graphics contexts. 2005-10-28 14:02 robert * examples/osgblendequation/osgblendequation.cpp: Added warning message for when no file is loaded. 2005-10-28 13:18 robert * include/osg/BlendEquation, src/osg/BlendEquation.cpp: From Ravi Mathur, "Here is an update to BlendEquation that adds checking for the SGIX_blend_alpha_minmax and EXT_blend_logic_op extensions. It is tested with the osgblendequation example. If the extensions are not supported, a WARN level notification is generated." 2005-10-28 13:11 robert * examples/osgcamera/osgcamera.cpp, include/osgUtil/SceneView, src/osgUtil/SceneView.cpp: Moved SceneView across to use an osg::CameraNode to store the projection and view matrices, the viewport, the clear colour and the subgraph needing rendered. This is done transparently so all existing functionality will behave as before. What it does add is the ability to set a SceneView directly by a single osg::CameraNode when required. 2005-10-28 10:33 robert * src/osgTerrain/DataSet.cpp: Changed debug message from NOTICE to INFO level of notification 2005-10-28 10:11 robert * examples/osganimate/osganimate.cpp: Added command line option --overlay to turn on the use of an OverlayNode. 2005-10-28 09:20 robert * src/osgWrappers/osg/CameraView.cpp, src/osgWrappers/osgTerrain/DataSet.cpp: Updated wrappers. 2005-10-28 08:35 robert * examples/osgshaderterrain/osgshaderterrain.cpp: From Mike Weiblen, added check to make sure that vertex texture was supported in the OpenGL driver. 2005-10-27 13:53 robert * examples/osgdepthpartition/GNUmakefile, examples/osgdepthpartition/GNUmakefile.inst, examples/osgdepthpartition/osgdepthpartition.cpp: Added option to osgdepthpartion for loading the model specified on the commandline. 2005-10-27 11:15 robert * include/osgUtil/IntersectVisitor: Added documentation line about 32 being the maximum permitted number of line segmenets 2005-10-27 11:11 robert * src/osgUtil/IntersectVisitor.cpp: Added error message to report when too many line segments are added to an IntersectVisitor. 2005-10-27 10:48 robert * applications/osgdem/osgdem.cpp, include/osgTerrain/DataSet, src/osgTerrain/DataSet.cpp: Added support for tracking the directory of the output file whilst still maintaining local file references within this directory. 2005-10-27 09:38 robert * examples/osgdepthpartition/DepthPartitionNode.cpp, examples/osgdepthpartition/DepthPartitionNode.h, examples/osgdepthpartition/DistanceAccumulator.cpp, examples/osgdepthpartition/DistanceAccumulator.h: From Ravi Mathur, "New functionality is the ability to automatically determine the maximum traversal depth necessary to obtain an accurate estimate of the minimum number of required cameras. In addition, the user can specify an absolute maximum traversal depth that will not be exceeded." 2005-10-27 09:37 robert * examples/osgdelaunay/osgdelaunay.cpp: From Geoff Michel, update to osgdelaunday. 2005-10-26 20:30 robert * include/osgDB/Output: From Don Tidrow, bug fix to setOutputTextureFiles(bool). 2005-10-26 20:22 robert * include/osgUtil/TangentSpaceGenerator: Added friend declarations of nested classes to prevent compile problems under VS6.0 2005-10-26 20:00 robert * src/osgTerrain/DataSet.cpp: Changed the minimum tile image size to be 4x4 to avoid problems in mipmap generation that was occuring at sizes of 2x2, seemingly somewhere in the OpenGL driver. 2005-10-26 16:02 robert * include/osg/CameraView: From Bob Kuehne, "changed two set methods (setFocalLength,setFieldOfView) to perform assignment." 2005-10-26 09:22 robert * include/osg/CullingSet, include/osg/PrimitiveSet, include/osgProducer/GraphicsContextImplementation, include/osgText/String, src/osgProducer/GraphicsContextImplementation.cpp, src/osgUtil/DelaunayTriangulator.cpp: From Geoff Michel, compile fixes for VS6.0 2005-10-25 18:34 robert * src/osgWrappers/osg/DisplaySettings.cpp, src/osgWrappers/osgUtil/SceneView.cpp: Updated wrappers 2005-10-25 15:49 robert * src/osg/DisplaySettings.cpp: Added command line support for the interlaced stereo modes. 2005-10-25 15:43 robert * include/osg/DisplaySettings, include/osgUtil/SceneView, src/osg/DisplaySettings.cpp, src/osgProducer/OsgCameraGroup.cpp, src/osgUtil/SceneView.cpp: From Farshid Lashkari & Robert Osfield: Added support for VERTICAL_INTERLACE and HORIZONTAL_INTERLACE stereo modes use the stencil buffer. 2005-10-25 14:01 robert * src/osgWrappers/osgUtil/DelaunayTriangulator.cpp, src/osgWrappers/osgUtil/SceneView.cpp: Updated wrappers. 2005-10-25 13:28 robert * Make/makedirdefs, VisualStudio/VisualStudio.dsw, VisualStudio/examples/osgdelaunay, VisualStudio/examples/osgdelaunay/osgdelaunay.dsp, examples/osgdelaunay, examples/osgdelaunay/GNUmakefile, examples/osgdelaunay/GNUmakefile.inst, examples/osgdelaunay/osgdelaunay.cpp, include/osgUtil/DelaunayTriangulator, src/osgUtil/DelaunayTriangulator.cpp: From Geoff Michel, added support for constrain delaunay triangultion, and osgdelaunay example. 2005-10-25 13:24 robert * src/osg/Program.cpp: Added check against glGetString(GL_VERSION) returning NULL. 2005-10-25 10:30 robert * VisualStudio/examples/osglogicop, VisualStudio/examples/osglogicop/osglogicop.dsp, VisualStudio/examples/osgmovie, VisualStudio/examples/osgmovie/osgmovie.dsp, VisualStudio/examples/osgpagedlod, VisualStudio/examples/osgpagedlod/osgpagedlod.dsp: Added missing projects 2005-10-25 10:29 robert * VisualStudio/examples/osgcatch, VisualStudio/examples/osgcatch/osgcatch.dsp: Added osgcatch project 2005-10-25 10:12 robert * VisualStudio/examples/osgpoints, VisualStudio/examples/osgpoints/osgpoints.dsp, VisualStudio/examples/osgshaderterrain, VisualStudio/examples/osgshaderterrain/osgshaderterrain.dsp, VisualStudio/examples/osgslice, VisualStudio/examples/osgslice/osgslice.dsp, VisualStudio/examples/osgspacewarp, VisualStudio/examples/osgspacewarp/osgspacewarp.dsp: Added missing projects. 2005-10-25 09:54 robert * src/osgDB/Registry.cpp: From Markus Trenkwalder, added meanigful return types in Registry::read(const ReadFunctor& readFunctor) for ERROR_IN_READING_FILE and FILE_NOT_FOUND cases. 2005-10-25 09:49 robert * include/osgParticle/ExplosionDebrisEffect, include/osgParticle/ExplosionEffect, include/osgParticle/FireEffect, include/osgParticle/ParticleEffect, include/osgParticle/SmokeEffect, include/osgParticle/SmokeTrailEffect: Added protected destructors. 2005-10-25 09:43 robert * src/osgPlugins/txp/TXPParser.cpp: From Don Tidrow, removed unncessary includes. 2005-10-25 09:23 robert * include/osgUtil/SceneView, src/osgUtil/SceneView.cpp: From Brede Johansen, changed osg_InverseViewMatrix to osg_ViewMatrixInverse to bring into line with OpenGL shader languague conventions. From Robert Osfield, changed the SceneView::ActiveUnforms enum to from INVERSE_VIEW_MATRIX_UNIFORM VIEW_MATRIX_INVERSE_UNIFORM to be convistent with the above change. 2005-10-24 18:51 robert * include/osgParticle/Particle, src/osgParticle/Particle.cpp: Changes to fix divide by 0 warning under VS. 2005-10-24 13:49 robert * VisualStudio/osgWrappers/osg/wrapper_osg.dsp, src/osgWrappers/osg/GNUmakefile, src/osgWrappers/osg/NodeTrackerCallback.cpp: Updated wrappers. 2005-10-24 13:46 robert * examples/osgdepthpartition/DepthPartitionNode.cpp, examples/osgdepthpartition/DistanceAccumulator.cpp, examples/osgpbuffer/osgpbuffer.cpp, examples/osgpoints/osgpoints.cpp, examples/osgshaderterrain/osgshaderterrain.cpp, examples/osgvolume/osgvolume.cpp, src/osgDB/FileUtils.cpp, src/osgParticle/ConnectedParticleSystem.cpp, src/osgPlugins/jpeg/ReaderWriterJPEG.cpp: Fixed compile warnings. 2005-10-24 11:46 robert * src/osgUtil/Optimizer.cpp: From Mike Weiblen, "some fixes for OSG_OPTIMIZER envar parsing and help display" 2005-10-24 11:44 robert * VisualStudio/VisualStudio.dsw, VisualStudio/examples/osgblendequation, VisualStudio/examples/osgblendequation/osgblendequation.dsp: From Marco Jez, added missing example project files. 2005-10-24 11:37 robert * src/osgPlugins/flt/flt2osg.cpp, src/osgPlugins/flt/flt2osg.h: From Tony Horrobin: "This is a small fix for flt2osg.[cpp|h] that handles old style road segments ( from Multigen II w/road tools on IRIX ) in the same way as the newer road constructions. ie create a group and do a nested traversal. This makes roads appear in older format files where there was previously a gap. This actually works properly with the paths which are marked as hidden in the openflight database." 2005-10-24 11:34 robert * src/osgPlugins/txp/TXPArchive.cpp, src/osgPlugins/txp/TXPParser.cpp: From Don Tidrow, "I discovered that externally-referenced models in the TXP format didn't get positioned correctly when the TXP database was built using the 'tile-offset' mode. I've included a tarball with what I believe are the needed changes - they work for the sample databases I have available, but not all conditions have been tested. I've set things up such that these changes shouldn't affect 'normal' txp databases." 2005-10-24 11:25 robert * src/osgPlugins/hdr/hdrloader.cpp, src/osgPlugins/ive/PolygonMode.cpp, src/osgPlugins/ive/PolygonMode.h, src/osgPlugins/osg/AnimationPath.cpp: Warning fixes for Win32 build. 2005-10-24 10:53 robert * src/osgGA/FlightManipulator.cpp, src/osgGA/NodeTrackerManipulator.cpp, src/osgGA/TerrainManipulator.cpp: Added copyright notices. 2005-10-24 10:51 robert * VisualStudio/osg/osg.dsp, doc/ProgrammingGuide, doc/ProgrammingGuide/ProgrammingGuide.odt, include/osg/NodeTrackerCallback, src/osg/GNUmakefile, src/osg/NodeTrackerCallback.cpp: Added beginnings of Programming Guide, and NodeTrackerCallback. 2005-10-14 21:40 robert * src/osgSim/SphereSegment.cpp: From Farshid Lashkari, compile fix for VS 2002. 2005-10-14 21:38 robert * include/osgUtil/SceneView: From Brede Johansen, fixed INVERSE_VIEW_MATRIX_UNIFORM enum value. 2005-10-14 09:29 robert * src/osgText/Text.cpp: From Farshid Laskari, changed the compute of the text bounding box to include the spaces. 2005-10-13 12:51 robert * VisualStudio/LANGEXT.DAT, VisualStudio/examples/osgfxbrowser/osgfxbrowser.dsp, VisualStudio/osgUtil/osgUtil.dsp, VisualStudio/osgWrappers/osg/wrapper_osg.dsp, VisualStudio/osgWrappers/osgParticle/wrapper_osgParticle.dsp, VisualStudio/osgWrappers/osgUtil/wrapper_osgUtil.dsp, include/osgUtil/CullVisitor, include/osgUtil/PositionalStateContainer, include/osgUtil/RenderBin, include/osgUtil/RenderGraph, include/osgUtil/RenderLeaf, include/osgUtil/SceneView, include/osgUtil/StateGraph, src/osgSim/LightPointNode.cpp, src/osgUtil/CullVisitor.cpp, src/osgUtil/GNUmakefile, src/osgUtil/PositionalStateContainer.cpp, src/osgUtil/RenderBin.cpp, src/osgUtil/RenderGraph.cpp, src/osgUtil/RenderLeaf.cpp, src/osgUtil/RenderStage.cpp, src/osgUtil/SceneView.cpp, src/osgUtil/StateGraph.cpp, src/osgWrappers/osgUtil/CullVisitor.cpp, src/osgWrappers/osgUtil/GNUmakefile, src/osgWrappers/osgUtil/RenderBin.cpp, src/osgWrappers/osgUtil/RenderGraph.cpp, src/osgWrappers/osgUtil/SceneView.cpp, src/osgWrappers/osgUtil/StateGraph.cpp: Renamed osgUtil::RenderGraph to osgUtil::StateGraph 2005-10-13 10:29 robert * examples/osgspheresegment/osgspheresegment.cpp: Changed the "Cessna" text so that it is sized according to OBJECT_COORDS rather than SCREEN_COORDS as the later was causing problems with the pixel size based LOD selection. 2005-10-13 08:18 robert * src/osgWrappers/osg/AnimationPath.cpp, src/osgWrappers/osg/CameraNode.cpp, src/osgWrappers/osg/CameraView.cpp, src/osgWrappers/osg/GNUmakefile, src/osgWrappers/osg/NodeVisitor.cpp, src/osgWrappers/osgParticle/ConnectedParticleSystem.cpp, src/osgWrappers/osgParticle/ConstantRateCounter.cpp, src/osgWrappers/osgParticle/GNUmakefile, src/osgWrappers/osgParticle/Particle.cpp, src/osgWrappers/osgParticle/ParticleSystem.cpp, src/osgWrappers/osgParticle/SmokeTrailEffect.cpp, src/osgWrappers/osgUtil/RenderStage.cpp, src/osgWrappers/osgUtil/Simplifier.cpp: Updated wrappers. 2005-10-13 08:07 robert * VisualStudio/examples/osgdepthpartition/osgdepthpartition.dsp: Added Producer.lib to osgdepthpartion project file 2005-10-13 08:05 robert * Make/dependencies, Make/makedirdefs: Added PRODUCER_INSTALLED=yes make options to the unix build system, not defining PRODUCER_INSTALLED=yes or setting it to another value than yes (i.e no) will result in the osgProducer library, OSG applications and demos not being built. PRODUCER_INSTALLED=yes is the default. 2005-10-12 18:42 robert * VisualStudio/osgParticle/osgParticle.dsp, examples/osgparticleeffects/osgparticleeffects.cpp, include/osg/CullingSet, include/osgParticle/ConnectedParticleSystem, include/osgParticle/ConstantRateCounter, include/osgParticle/Particle, include/osgParticle/ParticleSystem, include/osgParticle/SmokeTrailEffect, src/osg/CullStack.cpp, src/osg/CullingSet.cpp, src/osgParticle/ConnectedParticleSystem.cpp, src/osgParticle/GNUmakefile, src/osgParticle/ModularEmitter.cpp, src/osgParticle/Particle.cpp, src/osgParticle/ParticleSystem.cpp, src/osgParticle/SmokeTrailEffect.cpp: Added SmokeTrailEffect which renders created particles as single quad or line strip, in the case of the quad strip the strip is aligned to the be orthogonal with the eye point. 2005-10-11 09:47 robert * VisualStudio/osgParticle/osgParticle.dsp, include/osgParticle/ConnectedParticleSystem, include/osgParticle/Particle, src/osgParticle/ConnectedParticleSystem.cpp, src/osgParticle/GNUmakefile, src/osgParticle/Particle.cpp: Added new shell of new class ConnectedParticleSystem, which will be used for managing connect particle system for the purpose of doing missile trails etc. 2005-10-10 10:10 robert * Make/makedirdefs, VisualStudio/VisualStudio.dsw, VisualStudio/examples/osgdepthpartition, VisualStudio/examples/osgdepthpartition/osgdepthpartition.dsp, examples/osgdepthpartition, examples/osgdepthpartition/DepthPartitionNode.cpp, examples/osgdepthpartition/DepthPartitionNode.h, examples/osgdepthpartition/DistanceAccumulator.cpp, examples/osgdepthpartition/DistanceAccumulator.h, examples/osgdepthpartition/GNUmakefile, examples/osgdepthpartition/GNUmakefile.inst, examples/osgdepthpartition/osgdepthpartition.cpp: From Ravi Mathur, osgdepthpartition example program. 2005-10-10 09:17 robert * include/osg/AnimationPath: From Alberto Jaspe, added double precision interpolation method 2005-10-07 07:46 robert * src/osgPlugins/ive/PolygonMode.cpp, src/osgPlugins/ive/PolygonMode.h: Added into CVS missing PolgonMode files. 2005-10-06 20:02 robert * examples/osgprerendercubemap/osgprerendercubemap.cpp: Improved the UpdateCameraAndTexGenCallback so it properly handles rotation and translations within the reflector nodepath. 2005-10-06 15:43 robert * VisualStudio/osgPlugins/ive/ive.dsp, src/osgPlugins/ive/DataInputStream.cpp, src/osgPlugins/ive/DataOutputStream.cpp, src/osgPlugins/ive/GNUmakefile, src/osgPlugins/ive/ReadWrite.h: From Brede Johansen, added support for PolygonMode into .ive format. 2005-10-06 15:41 robert * src/osgUtil/RenderStage.cpp: Changed the fallback code to use the result form the realize() call, removed the code path from running a PBuffer as a seperate graphics context (this was found to be slower than running single threaded so its not worth the extra complexity). 2005-10-06 13:31 robert * src/osgProducer/OsgCameraGroup.cpp: Added env var reporting for the OSG_CAMERA_THREADING and OSG_SHARE_GRAPHICS_CONTEXTS env vars. 2005-10-06 13:20 robert * src/osgProducer/OsgCameraGroup.cpp: Added catch for disabling ThreadPerCamera when contexts are shared. 2005-10-06 11:26 robert * include/osgUtil/RenderStage, src/osgUtil/RenderStage.cpp: Improved the fallback mechanism from FBO, down to PBuffer_RTT down to PBuffer down to frame buffer. 2005-10-05 16:21 robert * include/osgUtil/RenderStage, src/osgUtil/CullVisitor.cpp, src/osgUtil/RenderStage.cpp: Moved the testing and setting up of FBO/Pbuffer extension from CullVisitor to support into RenderStage to allow better fallback implementations. 2005-10-05 09:48 robert * include/osg/NodeVisitor, src/osg/AnimationPath.cpp: Added support for CameraView into NodeVistor, and support for CameraNode and CameraView into the AnimationPathCallback so you can now animate both via animation paths. 2005-10-04 18:50 robert * examples/osgprerender/osgprerender.cpp, include/osg/CameraNode, src/osgUtil/CullVisitor.cpp: Added code paths for PBuffer RTT support. 2005-10-04 13:41 robert * VisualStudio/osg/osg.dsp, include/osg/CameraView, src/osg/CameraView.cpp, src/osg/GNUmakefile: Added osg::CameraView to help application/modellers position their cameras in scenes. Note, CameraView is *not* a camera, it isn't an active object, but a passive one that camera must track each frame to following the path of the CameraView. 2005-10-03 19:37 robert * src/osg/StateSet.cpp: From Keith Steffen, fixed bug in StateSet::clear() where parents of texture attributes where not being reset correctly due to incorrect ordering of _textureAttributeList.clear(). 2005-10-03 19:33 robert * include/osg/GLExtensions: From MFM, Added FreeBSD specific implementation for getGLExtensionFuncPtr using dlsym(RTLD_DEFAULT, xxx) 2005-10-03 19:24 robert * src/osgSim/SphereSegment.cpp: Added a couple of (double) casts for VS7 build. 2005-10-03 19:18 robert * src/osgSim/SphereSegment.cpp: Added closing of loops. 2005-10-03 16:13 robert * src/osgSim/SphereSegment.cpp: Added fusing of ends of lines 2005-10-03 13:19 robert * src/osgSim/SphereSegment.cpp: Improved handling of convex azim ranges. 2005-10-01 19:28 robert * examples/osgspheresegment/osgspheresegment.cpp: Added test cases for SphereSegment intersection code. 2005-10-01 19:27 robert * include/osg/ShapeDrawable, src/osg/ShapeDrawable.cpp: Added a dirtyDisplayList() to the setColor() and setTesselationHint() methods. 2005-10-01 12:23 robert * src/osgSim/SphereSegment.cpp: Adding handling of case of convex azimuth side ways of sphere segment. 2005-09-30 19:36 robert * src/osgSim/SphereSegment.cpp: Changed the line intersection algorithm to computer full line intersections then trim down to size by intersecting with the sphere segmenet sufaces 2005-09-29 15:55 robert * src/osgSim/SphereSegment.cpp: Fix to intersection code. 2005-09-29 13:07 robert * VisualStudio/osgWrappers/osg/wrapper_osg.dsp, VisualStudio/osgWrappers/osgSim/wrapper_osgSim.dsp, VisualStudio/osgWrappers/osgUtil/wrapper_osgUtil.dsp, src/osgWrappers/osg/CameraNode.cpp, src/osgWrappers/osg/CullingSet.cpp, src/osgWrappers/osg/Drawable.cpp, src/osgWrappers/osg/FrameBufferObject.cpp, src/osgWrappers/osg/GNUmakefile, src/osgWrappers/osg/GraphicsContext.cpp, src/osgWrappers/osg/GraphicsThread.cpp, src/osgWrappers/osg/Plane.cpp, src/osgWrappers/osg/PolygonMode.cpp, src/osgWrappers/osg/Scissor.cpp, src/osgWrappers/osg/Texture.cpp, src/osgWrappers/osg/Texture1D.cpp, src/osgWrappers/osg/Texture2D.cpp, src/osgWrappers/osg/Texture3D.cpp, src/osgWrappers/osg/TextureCubeMap.cpp, src/osgWrappers/osg/TextureRectangle.cpp, src/osgWrappers/osg/Vec2b.cpp, src/osgWrappers/osg/Vec2s.cpp, src/osgWrappers/osg/Vec3b.cpp, src/osgWrappers/osg/Vec3s.cpp, src/osgWrappers/osg/Vec4b.cpp, src/osgWrappers/osg/Vec4d.cpp, src/osgWrappers/osg/Vec4f.cpp, src/osgWrappers/osg/Vec4s.cpp, src/osgWrappers/osg/Vec4ub.cpp, src/osgWrappers/osgDB/DatabasePager.cpp, src/osgWrappers/osgDB/Output.cpp, src/osgWrappers/osgGA/EventVisitor.cpp, src/osgWrappers/osgParticle/ModularEmitter.cpp, src/osgWrappers/osgParticle/MultiSegmentPlacer.cpp, src/osgWrappers/osgParticle/Particle.cpp, src/osgWrappers/osgParticle/ParticleProcessor.cpp, src/osgWrappers/osgParticle/Placer.cpp, src/osgWrappers/osgParticle/PointPlacer.cpp, src/osgWrappers/osgParticle/SectorPlacer.cpp, src/osgWrappers/osgParticle/SegmentPlacer.cpp, src/osgWrappers/osgParticle/range.cpp, src/osgWrappers/osgProducer/GraphicsContextImplementation.cpp, src/osgWrappers/osgProducer/KeyboardMouseCallback.cpp, src/osgWrappers/osgSim/GNUmakefile, src/osgWrappers/osgSim/OverlayNode.cpp, src/osgWrappers/osgSim/SphereSegment.cpp, src/osgWrappers/osgTerrain/DataSet.cpp, src/osgWrappers/osgUtil/GNUmakefile, src/osgWrappers/osgUtil/PositionalStateContainer.cpp, src/osgWrappers/osgUtil/RenderBin.cpp, src/osgWrappers/osgUtil/RenderStage.cpp, src/osgWrappers/osgUtil/RenderStageLighting.cpp, src/osgWrappers/osgUtil/RenderToTextureStage.cpp, src/osgWrappers/osgUtil/Simplifier.cpp, src/osgWrappers/osgUtil/Statistics.cpp, src/osgWrappers/osgUtil/TangentSpaceGenerator.cpp, src/osgWrappers/osgUtil/Tesselator.cpp: Updated wrappers. 2005-09-29 13:00 robert * include/osgIntrospection/ReflectionMacros: From Marco Jez, fix for gcc build. 2005-09-29 10:25 robert * include/osgUtil/Statistics: Fixed typo of Primitive 2005-09-29 10:22 robert * include/osgSim/OverlayNode, src/osgSim/OverlayNode.cpp: Added setOverlayClearColor and setTexEnvMode and automatic set up of TexEnv. 2005-09-29 09:49 robert * src/osg/Texture.cpp: From Marco Jez, added fallback to TextureCubeMap subloading that calls load when mipmaps are required, but non are present. 2005-09-29 09:36 robert * examples/osgdepthshadow/osgdepthshadow.cpp, examples/osgdistortion/osgdistortion.cpp, examples/osgfbo/osgfbo.cpp, examples/osgprerender/osgprerender.cpp, examples/osgprerendercubemap/osgprerendercubemap.cpp, examples/osgshadowtexture/CreateShadowedScene.cpp, include/osg/CameraNode, src/osgSim/Impostor.cpp, src/osgSim/OverlayNode.cpp, src/osgUtil/CullVisitor.cpp: Fixed typo of CameraNode::setRenderTargetImplementation(..) 2005-09-28 16:05 robert * examples/osgsimplifier/osgsimplifier.cpp, include/osgUtil/Simplifier, src/osgUtil/Simplifier.cpp: From Volker Walkiewicz (with tweaks from Robert Osfield): Fix to the update of the error metrics on the edges in the simplification mesh that are affected by an edge collapse. Addition of 'n' and 'p' keyboard control in osgsimplifier example to allow users to control the sample ratio manually. 2005-09-28 14:18 robert * include/osgIntrospection/ReflectionMacros, include/osgIntrospection/Reflector, include/osgIntrospection/Utility: From Marco Jez, "Problems fixed: 1. type converters created automatically by the I_BaseType macro use static_cast<> even for base-to-derived conversions. dynamic_cast<> should be used instead. 2. as a consequence of the above fix, I_BaseType must now differentiate between polymorphic and non-polymorphic base classes, because the latter can't be dynamic_cast'd to derived classes. Some template magic (see is_polymorphic<> in ReflectionMacros) is used to detect polymorphism at compile time (I'm NOT sure it works on all platforms as it's partly implementation-dependent. Please test!). 3. predefined custom property getters/setters/counters/etc. (as those defined for STL containers) only work on Value objects that contain non-pointer instances. This was an unwanted restriction that no longer exists. Wrappers will need to be recompiled. This is a good time to give them a fresh update with genwrapper. NOTE: fix #1 should get rid of those crashes and strange behaviours that some users noticed while using osgIntrospection through osgTcl or in their own code." 2005-09-28 14:05 robert * include/osg/Export, include/osgDB/Export, include/osgFX/Export, include/osgGA/Export, include/osgIntrospection/Export, include/osgParticle/Export, include/osgProducer/Export, include/osgSim/Export, include/osgTerrain/Export, include/osgText/Export, include/osgUtil/Export: From Chris Hanson, "The following files are drop-in replacements for the include/*/Export files to permit building statically linked osg libraries under Win32." 2005-09-28 13:55 robert * include/osg/Drawable: From Leandro Motta Barros: fixed type of ATTRIBUTE_* 2005-09-28 13:53 robert * include/osgUtil/TangentSpaceGenerator, src/osgUtil/TangentSpaceGenerator.cpp: From A. Botorabi, "slightly modified osgUtil's TangentSpaceGenerator class to allow the option for using or not using geom's indices for tangent space vectors generation. now, Ruben's code is also used (it was disabled before). in order to keep backward compatibility, the compute method behaves as before in default case." 2005-09-28 13:45 robert * include/osgText/Font, include/osgText/Text: From Joran Jessurun, comments explaining font search rules 2005-09-28 13:39 robert * src/osgText/Font.cpp: From Joran Jessurun, added font search fallbck that strips the leading path from the font file and then looks again. 2005-09-28 13:33 robert * include/osg/CullStack, include/osg/CullingSet, include/osg/LOD, src/osg/LOD.cpp, src/osg/PagedLOD.cpp: From Chris Hanson: Spelling fixes in include/osg/LOD Negated priority in PagedLOD when using _rangeMode==PIXEL_SIZE_ON_SCREEN Added clampedPixelSize() methods to CullStack and CullingSet to return fabs()ed values. Changed LOD and PagedLOD ::traverse to use clampedPixelSize() methods. 2005-09-27 20:28 robert * include/osgSim/SphereSegment: Added degugging methods. 2005-09-27 14:48 robert * src/osgPlugins/txp/ReaderWriterTXP.cpp, src/osgPlugins/txp/TXPArchive.cpp, src/osgPlugins/txp/TXPArchive.h, src/osgPlugins/txp/TXPNode.cpp, src/osgPlugins/txp/TXPNode.h, src/osgPlugins/txp/TXPParser.cpp: From Don Tidrow, Added support for locally referenced origins. 2005-09-27 12:15 robert * src/osgSim/SphereSegment.cpp: Various improvements to the sphere segment intersection code. 2005-09-26 11:24 robert * src/osgSim/OverlayNode.cpp: Set the defaul clear colour to 0,0,0,0. 2005-09-26 11:24 robert * examples/osgspheresegment/osgspheresegment.cpp: Added TexEnv DECAL mode. 2005-09-25 20:41 robert * VisualStudio/VisualStudio.dsw, src/osgSim/SphereSegment.cpp: From Mike Weiblen, fixes from VS 7.1 build. 2005-09-24 16:11 don * src/osgPlugins/flt/FaceRecord.cpp, src/osgPlugins/flt/FaceRecord.h, src/osgPlugins/flt/flt2osg.cpp, src/osgPlugins/flt/flt2osg.h: Brede's changes for limited morphed vertex support. These changes allow a model with morphed vertecies to load correctly with LOD switches, but does not implement the vertex morphing. 2005-09-24 14:53 robert * src/osgSim/SphereSegment.cpp: Improvements to the clipping of polygons at boundary edges. 2005-09-21 14:38 robert * src/osgSim/SphereSegment.cpp: Further work on intersection code. 2005-09-19 19:49 robert * src/osgSim/SphereSegment.cpp: Added multiple intersect triangle visualization for testing purposes. 2005-09-19 15:33 robert * examples/osghangglide/GliderManipulator.cpp: From Mike Weiblen: support for OSGHANGGLIDE_REVERSE_CONTROLS env which reverses the pitch and roll control to account from Mike's "unique" way of flying hang gliders :-) 2005-09-19 15:28 robert * include/osg/PointSprite, src/osg/PointSprite.cpp: From Ravi Mathur, added extension checks for point sprite support. From Robert Osfield, tweaks of the above to use osg::buffer_object and a local struct to store initialized to help with multi-thread and out of order context usage. 2005-09-19 14:07 robert * examples/osgvolume/osgvolume.cpp, include/osgDB/Output, src/osgDB/Output.cpp, src/osgPlugins/osg/ReaderWriterOSG.cpp, src/osgPlugins/osg/Texture1D.cpp, src/osgPlugins/osg/Texture2D.cpp, src/osgPlugins/osg/Texture3D.cpp, src/osgPlugins/osg/TextureCubeMap.cpp, src/osgPlugins/osg/TextureRectangle.cpp: Added support for "-O OutputTextureFiles" options string in .osg plugin to allow texture files to be written out when writing out a .osg file. 2005-09-19 13:15 robert * src/osgSim/SphereSegment.cpp: Added countMultipleIntersections to help with debugging. 2005-09-17 18:50 robert * src/osgSim/SphereSegment.cpp: Improved the region classifaction of the intersection code. 2005-09-16 14:52 robert * src/osgSim/SphereSegment.cpp: Improved accuracy of spheresegment to mesh intersections uses mathematical models of surface geometry. 2005-09-16 09:28 robert * src/osgSim/SphereSegment.cpp: Added Azimuth and Elevation intersector functors. 2005-09-15 20:55 robert * src/osgTerrain/DataSet.cpp: Changed destinationRowDelta and destination_pixelSpace to int's, solving a memory corruption crash under 64 bit build. 2005-09-15 20:03 robert * examples/osgspheresegment/osgspheresegment.cpp, src/osgSim/SphereSegment.cpp: Added line connectivity code. 2005-09-15 09:03 robert * include/osgUtil/RenderBin: Moved copyLeavesFromRenderGraphListToRenderLeafList into public. 2005-09-12 19:42 robert * src/osgPlugins/xine/ReaderWriterXine.cpp: Added querry of video size during open() call and associated allocImage to ensure that the imagestream passed back is of a valid size. 2005-09-11 19:12 robert * src/osgPlugins/flt/flt2osg.cpp: From Henrique Bucher, add check against null light entry in LightPool. 2005-09-11 19:08 robert * src/osgText/Font.cpp: From Farshid Lashkari, append "\fonts" to end of windows font search path. 2005-09-11 19:05 robert * examples/osgmovie/osgmovie.cpp: From Sondra Iverson, "The options to rewind/restart and to toggle looping in the osgmovie example have been implemented. " 2005-09-11 19:02 robert * src/osgPlugins/xine/ReaderWriterXine.cpp: converted hardware tabs to spaces. 2005-09-11 19:00 robert * src/osgPlugins/xine/ReaderWriterXine.cpp: From Sonda Iverson, fix for repeated pause/unpause toggleing in Xine plugin 2005-09-10 13:07 robert * src/osgProducer/Viewer.cpp: From Joran Jessurun, fix to let the Viewer::computeNearFarPoints function work correctly when used with multiple camera's on one render surface. 2005-09-10 12:51 robert * src/osg/GraphicsContext.cpp: Removed some debugging messages 2005-09-10 12:51 robert * src/osgSim/SphereSegment.cpp: Added more intersection testing code. 2005-09-09 20:26 don * src/osgPlugins/ESRIShape, src/osgPlugins/ESRIShape/ESRIShape.cpp, src/osgPlugins/ESRIShape/ESRIShape.h, src/osgPlugins/ESRIShape/ESRIShapeParser.cpp, src/osgPlugins/ESRIShape/ESRIShapeParser.h, src/osgPlugins/ESRIShape/ESRIShapeReaderWriter.cpp, src/osgPlugins/ESRIShape/GNUmakefile, src/osgPlugins/logo/ReaderWriterLOGO.cpp, src/osgPlugins/net/ReaderWriterNET.cpp: Added initial ESRIShape file loader. Untabbed and formated LOGO loader. Removed extraneous noise from NET loader 2005-09-09 15:42 robert * include/osg/Vec3s: Removed duplicate typedef. 2005-09-09 11:13 robert * examples/osgspheresegment/osgspheresegment.cpp, include/osgSim/SphereSegment, src/osgSim/SphereSegment.cpp: Added triangle index functor to src/osgUtil/SphereSegment.cpp for computing the intersection between an indivual geometry and the sphere segment. Converted the terrain in osgspheresegment to be an osg::Geometry based drawable rather than a osg::ShapeDrawable/osg::HeightField one to make it more practicle to use as a test for the new SphereSegment intersection code. 2005-09-08 18:56 robert * src/osgSim/SphereSegment.cpp: Added PolytopeVisitor to SphereSegment.cpp to help cull down to only drawables that intersect with the frustum of the SphereSegment. PolytopeVisitor may eventually be pulled out to be more generally used along the lines of osgUtil::IntersectVisitor. 2005-09-08 13:10 robert * examples/osgsimulation/osgsimulation.cpp, examples/osgspheresegment/osgspheresegment.cpp, include/osgSim/SphereSegment, src/osgSim/SphereSegment.cpp: Added initial interface for computing intersections between sphere segments and terrain. 2005-09-07 16:18 robert * examples/osgsimulation/osgsimulation.cpp, include/osg/CullingSet, include/osgSim/OverlayNode, src/osgSim/OverlayNode.cpp, src/osgUtil/CullVisitor.cpp: Added support for cullable state, that uses a polytope to define the extents of objects that will be influenced by it. 2005-09-06 20:28 robert * examples/osgspheresegment/osgspheresegment.cpp: Added a grid of lines into the OverlaySubgraph to demonstate use the OverlayNode for applying general drawing onto terrain. 2005-09-06 19:54 robert * examples/osgsimulation/osgsimulation.cpp, include/osgSim/OverlayNode, src/osgSim/OverlayNode.cpp: Added s/getContinousUpdate(bool) method to OverlayNode. 2005-09-06 15:48 robert * examples/osganimate/GNUmakefile, examples/osganimate/osganimate.cpp, examples/osgspheresegment/osgspheresegment.cpp, include/osgSim/OverlayNode, src/osgSim/OverlayNode.cpp: Added osgSim::OverlayNode to osganimate and osgspheresegment examples, and added support for setting texture size hint and coping with scene graphs with CoordinateSystemNode in them. 2005-09-05 13:27 robert * examples/osgforest/osgforest.cpp: Changed #if 2005-09-05 13:26 robert * examples/osgvolume/osgvolume.cpp: Added checking of EventVisitor type 2005-09-05 13:23 robert * src/osgGA/EventVisitor.cpp: Fixed VisitorType of EventVisitor 2005-09-05 13:19 robert * examples/osgvolume/osgvolume.cpp: Added event handler to shader code so that alphaCuttOff, transparency and sampleDensity are controlled via 'a', 't' and 'd' respectively. 2005-09-05 10:40 robert * examples/osgvolume/osgvolume.cpp: Integrated shaders into source. 2005-09-05 09:14 robert * examples/osgvolume/osgvolume.cpp: Added all sides of the shader cube 2005-09-05 07:48 robert * examples/osgvolume/osgvolume.cpp: Added preliminary GLSL shader path for volume rendering. 2005-09-04 11:17 robert * include/osg/Vec2b, include/osg/Vec2d, include/osg/Vec2f, include/osg/Vec2s, include/osg/Vec3b, include/osg/Vec3d, include/osg/Vec3f, include/osg/Vec3s, include/osg/Vec4b, include/osg/Vec4d, include/osg/Vec4f, include/osg/Vec4s, include/osg/Vec4ub, src/osgPlugins/ive/DataOutputStream.cpp: Standardised the Vec* class interfaces, and added num_components enum to aid generic programming. 2005-09-04 06:36 robert * applications/osgdem/osgdem.cpp, include/osgTerrain/DataSet, src/osgTerrain/DataSet.cpp: Added support in osgTerrain/osgdem for setting the image format to use when writing tiles out to disk 2005-09-03 20:56 robert * examples/osgvolume/osgvolume.cpp, include/osg/Vec4d, include/osg/Vec4f: Changed red()/green()/blue()/alpha() to r()/g()/b()/a() for greater consistency across Vec* classes and with OpenGL Shander Lanaguage. 2005-09-03 20:54 robert * src/osg/GraphicsThread.cpp, src/osgProducer/GraphicsContextImplementation.cpp: Added release() to all GraphicsOperations in GraphicsThread. 2005-09-02 20:06 robert * examples/osgcamera/osgcamera.cpp: Added commandline arguments for controlling number of cameras through to the windowing library to use. 2005-09-02 13:10 robert * examples/osgcamera/osgcamera.cpp, src/osg/GraphicsThread.cpp, src/osgProducer/GraphicsContextImplementation.cpp: Added clean up class to help improve the exit of GraphicsThread 2005-09-02 10:35 robert * VisualStudio/osgUtil/osgUtil.dsp, include/osgUtil/PositionalStateContainer, include/osgUtil/RenderStage, include/osgUtil/RenderStageLighting, src/osgUtil/CullVisitor.cpp, src/osgUtil/GNUmakefile, src/osgUtil/PositionalStateContainer.cpp, src/osgUtil/RenderStage.cpp, src/osgUtil/RenderStageLighting.cpp: Renamed osgUtil::RenderStageLighting osgUtil::PositionalStateContainer 2005-09-01 19:55 robert * src/osgSim/OverlayNode.cpp: Removed redundent code. 2005-09-01 19:12 robert * include/osg/GraphicsContext, src/osg/GraphicsContext.cpp, src/osg/GraphicsThread.cpp, src/osgProducer/GraphicsContextImplementation.cpp: Fixed typo 2005-09-01 06:19 robert * VisualStudio/VisualStudio.dsw, VisualStudio/examples/osgcamera, VisualStudio/examples/osgcamera/osgcamera.dsp: Added osgcamera projects 2005-08-31 20:39 robert * examples/osgcamera/GNUmakefile, examples/osgcamera/osgcamera.cpp: Removed circular reference of osg::CameraNode, fixing memory leak. Added a auto exit after a maximum number of frames are completed. 2005-08-31 15:04 robert * examples/osgsimulation/osgsimulation.cpp, include/osgSim/OverlayNode, src/osgSim/OverlayNode.cpp: Added osgSim::OverlayNode setup in osgsimulation, and added preliminary test code to the osgSim::OverlayNode to test osgsimulation/the architecture. 2005-08-31 13:43 robert * examples/osgcamera/osgcamera.cpp: Set number of cameras to 3. 2005-08-31 12:56 robert * include/osg/Texture, src/osg/Texture2D.cpp: Added graphics context pointer to osg::Texture in prep for support for Pbuffer Render To Texture. 2005-08-31 12:49 robert * examples/osgcamera/osgcamera.cpp: Disable the glFinishBarrierOp usage as glFinish was spin locking the CPU :-| 2005-08-31 10:55 robert * examples/osgcamera/osgcamera.cpp: Seperated out the cull and draw traversals into their own operations, and added a glFinishBarrierOp which can be placed between the cull and the draw or after swap. 2005-08-31 09:21 robert * examples/osgcamera/osgcamera.cpp: Add comments explain how example works. 2005-08-30 22:28 robert * examples/osgcamera/osgcamera.cpp, examples/osgcluster/osgcluster.cpp, include/osg/GraphicsThread, src/osg/Geometry.cpp, src/osg/GraphicsThread.cpp: Added support for GrapicsOpeations that are reused each frame, cleaned up osgcamera example. 2005-08-30 19:20 robert * src/osgUtil/RenderStage.cpp: Compile fix. 2005-08-30 19:19 robert * src/osgPlugins/bmp/ReaderWriterBMP.cpp: From Colin McDonald, fix for big endian systems 2005-08-30 19:03 robert * examples/osgcamera/osgcamera.cpp, include/osg/GraphicsThread, include/osgProducer/GraphicsContextImplementation, src/osg/GraphicsThread.cpp: Added name and keep member variables to osg::GraphicsThread::Operation to allow the names of the operations to be logged for stats purposes, or used when do searches of the operation list. The keep member variable tells the graphics thread run loop wether to remove the entry from the list once its been called. 2005-08-30 14:41 robert * examples/osgcamera/osgcamera.cpp, include/osg/GraphicsContext, include/osgProducer/GraphicsContextImplementation, src/osg/GraphicsContext.cpp, src/osg/GraphicsThread.cpp, src/osgProducer/GraphicsContextImplementation.cpp, src/osgUtil/CullVisitor.cpp: Clean up and fixes to GraphicThread class, and osgcamera example. 2005-08-30 09:33 robert * src/osgDB/DatabasePager.cpp: From Norman Vine, fixed small typo. 2005-08-29 20:38 robert * examples/osgcluster/osgcluster.cpp: Fixed reading and writng of data. 2005-08-29 20:16 robert * examples/osgcluster/osgcluster.cpp: Added scratch pad reset. 2005-08-29 19:57 robert * examples/osgcluster/osgcluster.cpp: Implement a scratch pad for writing and read data to, to solve issue between running a master and slave on a mix of 32bit and 64bit. 2005-08-29 14:05 robert * examples/osgcluster/osgcluster.cpp, examples/osgcluster/receiver.cpp, src/osgProducer/KeyboardMouseCallback.cpp: Improved support for keyboard/mouse events in osgcluster. 2005-08-29 12:25 robert * examples/osgcluster/osgcluster.cpp: Added extra debug info. 2005-08-29 12:05 robert * examples/osgcluster/osgcluster.cpp, examples/osgcluster/receiver.cpp, include/osgProducer/EventAdapter, include/osgProducer/KeyboardMouseCallback, src/osgProducer/KeyboardMouseCallback.cpp: Added extra access methods on osgProducer::KeyboardMouseCallback, and added support for reading and writing keyboard/mouse events in osgcluster. 2005-08-28 19:07 robert * src/osgUtil/CullVisitor.cpp: Disabled the pbuffer graphics thread. 2005-08-28 15:49 robert * VisualStudio/osgSim/osgSim.dsp: From Marco Jez, fixed typo of OverlayNode.cpp. 2005-08-26 20:01 robert * VisualStudio/osgSim/osgSim.dsp, include/osgSim/OverlayNode, src/osgSim/Impostor.cpp, src/osgSim/OverlayNode.cpp: Added OveralyNode into VS project file, and fleshed out more code in the OveralyNode implementation. 2005-08-26 14:00 robert * include/osgSim/OverlayNode, src/osgSim/OverlayNode.cpp: Added beginings of new OverlayNode, for managing a render to texture which is then used to overaly other parts of the scene such as terrain. 2005-08-26 13:26 robert * examples/osgvolume/osgvolume.cpp, src/osgSim/GNUmakefile: Added --num-components option. 2005-08-26 08:48 robert * src/osgPlugins/tiff/ReaderWriterTIFF.cpp: From Farshid Lashkari, fixed warnings. 2005-08-25 19:23 robert * src/osgPlugins/jpeg/ReaderWriterJPEG.cpp: From Farshid Lashkari, added istream support to JPEG plugin. 2005-08-25 18:18 don * include/osgDB/DatabasePager: made removeExpiredSubgraphs virtual. 2005-08-25 17:53 robert * include/osg/Array, include/osg/Shape, include/osg/StateAttribute, include/osgDB/Registry, include/osgGA/GUIActionAdapter, src/osg/LOD.cpp, src/osgDB/Registry.cpp, src/osgPlugins/ive/ReadWrite.h, src/osgPlugins/lib3ds/ReaderWriter3DS.cpp, src/osgPlugins/tga/ReaderWriterTGA.cpp: From Eric Sokolowsky, warning fixes for g++ 4.0 under Fedora Core 4. 2005-08-25 14:37 robert * src/osgPlugins/rgb/ReaderWriterRGB.cpp, src/osgPlugins/tiff/ReaderWriterTIFF.cpp: From Farshid Lashkari, Support for reading TIF images from stream, and support from reading and writing RGB image to/from stream. 2005-08-25 14:12 robert * examples/osgparticleeffects/osgparticleeffects.cpp, include/osgParticle/ModularEmitter, include/osgParticle/MultiSegmentPlacer, include/osgParticle/Particle, include/osgParticle/ParticleProcessor, include/osgParticle/Placer, include/osgParticle/PointPlacer, include/osgParticle/SectorPlacer, include/osgParticle/SegmentPlacer, include/osgParticle/range, src/osgParticle/FireEffect.cpp, src/osgParticle/ModularEmitter.cpp, src/osgParticle/ParticleProcessor.cpp, src/osgParticle/SmokeEffect.cpp: Added support for rapid movement of the emitter, with particle now seeding between the position of the emitter in the previous frame and the new position in the new frame, the number of particles added also scales up to compensate for this movement. 2005-08-24 19:21 robert * include/osg/PolygonMode: Removed old commented out code. 2005-08-24 19:20 robert * include/osg/PolygonMode: From Domenico Mangieri, added constructor. 2005-08-24 11:53 robert * src/osgPlugins/flt/flt2osg.cpp: From Gordon Tomlinson: " This fixes some crashing issues I was having with certain FLT files that only had partial colour palettes Which are typically found in older 14.x files and file converted through Polytrans or Deep exploration etc. The code that grabs the color entries in ConvertFromFLT::visitColorPalette was assuming that there were full palettes always coming in and stepping was out of bounds in certain cases (not all) and thus crashing with access violations etc, Although the normal from Creator is to have 1024 or 512 entries , this is not a really requirement of the format, just the way Creator creates its default palettes etc. Code changed to look at the number of entries and use just those and fills in any missing entries with a default white colour" 2005-08-24 10:48 robert * src/osgPlugins/bmp/ReaderWriterBMP.cpp, src/osgPlugins/gif/ReaderWriterGIF.cpp, src/osgPlugins/png/ReaderWriterPNG.cpp, src/osgPlugins/tga/ReaderWriterTGA.cpp: From Farshid Lashari, added support for reading from std::istream's to the BMP, GIF, PNG and TGA image plugins 2005-08-22 15:13 robert * include/osgUtil/Tesselator, src/osgUtil/Tesselator.cpp: From Geoff Michel, added normal definition for tesselation 2005-08-22 14:13 robert * src/osgPlugins/ive/Text.cpp: From Carlo Camporesi, fixed .ive handling of character height and aspect ratio. 2005-08-22 14:07 robert * include/osg/Plane: From Domenico Mangieri: "I've added a Plane constructor which accepts a normal and a point. I also removed calculateUpperLowerBBCorners() from the Plane(const Vec3& v1, const Vec3& v2, const Vec3& v3) since the constructor is using the function set(const Vec3& v1, const Vec3& v2, const Vec3& v3) which already computes the upper and lower bounding box." 2005-08-22 13:58 robert * include/osgUtil/SceneView, src/osgUtil/SceneView.cpp: From Domenico Mangieri, addded some missing const qualifiers in osgUtil::SceneView. 2005-08-22 13:54 robert * src/osgPlugins/hdr/ReaderWriterHDR.cpp, src/osgPlugins/hdr/hdrloader.cpp, src/osgPlugins/hdr/hdrloader.h: From Fabio Mierlo, "I add a new option in the HDR Reader. The RAW option store the RGBE values into a Image, to use this option you need to decode the RGBE value in the frag- ment shader. Follow the cube map glsl decoder: vec4 textureCubeRGBE( uniform samplerCube sampler, vec3 coords ) { ivec4 rgbe = textureCube( sampler, coords ) * 255. + 0.5; float e = rgbe.a - ( 128 + 8 ); return vec4( rgbe.rgb * exp2( e ), 1.0 ); } This option is usefull for who have a outdate hardware like FX cards and want to do cool things. Finally this patch is need by a new HDR Rendering example that I will put on the Wiki." 2005-08-22 13:45 robert * examples/osgtext/osgtext.cpp: From Joseph Winston, "Corrected displayed comment about the text size to match the actual text size." 2005-08-22 13:03 robert * src/osgGA/FlightManipulator.cpp: Tweaked flight manipulator pitch sensitivity. 2005-08-21 15:32 robert * VisualStudio/osg/osg.dsp, include/osg/GraphicsThread: Added OSG_EXPORT to GrephicsThread and fixed typo in osg.dsp. 2005-08-20 08:59 robert * examples/osgcamera/osgcamera.cpp, include/osg/GraphicsContext, include/osg/GraphicsThread, include/osgProducer/GraphicsContextImplementation, include/osgUtil/RenderStage, src/osg/GraphicsContext.cpp, src/osg/GraphicsThread.cpp, src/osgProducer/GraphicsContextImplementation.cpp, src/osgUtil/CullVisitor.cpp, src/osgUtil/RenderStage.cpp: Further work on GraphicsContext/GraphicsThread 2005-08-20 08:20 robert * src/osgSim/Impostor.cpp: From Joseph Winston, removed #include 2005-08-18 20:35 robert * include/osg/GraphicsThread, src/osg/GraphicsThread.cpp: Added GraphicsThread class 2005-08-18 20:33 robert * VisualStudio/osg/osg.dsp: Added GraphicsThread to project file 2005-08-18 20:17 robert * include/osg/GraphicsContext, include/osgDB/DatabasePager, include/osgProducer/GraphicsContextImplementation, src/osg/GNUmakefile, src/osg/GraphicsContext.cpp, src/osgDB/DatabasePager.cpp, src/osgProducer/GraphicsContextImplementation.cpp, src/osgProducer/Viewer.cpp, src/osgUtil/RenderStage.cpp: Various updates to support the new GraphicsThread class. 2005-08-18 09:36 robert * include/osg/GraphicsContext: Added beginings of GraphicsThread class 2005-08-18 08:37 robert * examples/osgcamera/osgcamera.cpp: Implemented more SceneView operations in main as a move to try and replace SceneView usage in this example. 2005-08-17 16:13 robert * examples/osgcamera/osgcamera.cpp: Replaced osgUtil::SceneView usage by osg::CameraNode 2005-08-17 10:12 robert * VisualStudio/osgUtil/osgUtil.dsp, include/osg/CameraNode, include/osgUtil/RenderStage, include/osgUtil/RenderToTextureStage, src/osg/CameraNode.cpp, src/osgUtil/CullVisitor.cpp, src/osgUtil/GNUmakefile, src/osgUtil/RenderStage.cpp, src/osgUtil/RenderToTextureStage.cpp, src/osgUtil/SceneView.cpp: Merged RenderToTextureStage functionality into RenderStage 2005-08-17 08:50 robert * src/osgPlugins/xine/GNUmakefile, src/osgPlugins/xine/video_out_rgb.c: Fix compile under x64_32. 2005-08-17 07:27 robert * src/osgPlugins/xine/GNUmakefile, src/osgPlugins/xine/video_out_rgb.c: Disabled assembly code for x64_64 paths. 2005-08-16 13:29 robert * Make/makedirdefs, examples/osgcamera, examples/osgcamera/GNUmakefile, examples/osgcamera/GNUmakefile.inst, examples/osgcamera/osgcamera.cpp, include/osg/GraphicsContext, include/osgProducer/GraphicsContextImplementation, src/osgProducer/GraphicsContextImplementation.cpp, src/osgUtil/CullVisitor.cpp: Added realize() and isRealized() methods to osg::GraphicsContext. Added osgcamera example that uses osg::GraphicsContext to create the required window for rendering too, will eventually use osg::CameraNode to replace usage of osgUtil::SceneView. 2005-08-15 13:54 robert * Make/makedirdefs, examples/osgforest/osgforest.cpp, examples/osgshaderterrain, examples/osgshaderterrain/GNUmakefile, examples/osgshaderterrain/GNUmakefile.inst, examples/osgshaderterrain/osgshaderterrain.cpp: Added osgshaderterrain example. 2005-08-09 14:13 robert * examples/osgdepthshadow/osgdepthshadow.cpp: Added base texture support. 2005-08-09 10:48 robert * include/osgProducer/KeyboardMouseCallback: Added getStartTick() acess method 2005-08-09 10:48 robert * include/osg/Drawable: Added getDisplayList access method 2005-08-09 10:47 robert * src/osg/Texture.cpp, src/osg/Texture2D.cpp: Fixed indenting and typo 2005-08-09 09:11 robert * examples/osgforest/osgforest.cpp: Added GLSL shader pathway into osgforest. 2005-08-06 19:19 robert * src/osgProducer/GraphicsContextImplementation.cpp: Added setting up of Producer::VisualChooser. 2005-08-06 19:18 robert * src/osgProducer/Viewer.cpp: Change the frame reference time so that it uses the same time as the KeyboardMouseCallback. 2005-08-06 19:16 robert * src/osgUtil/CullVisitor.cpp: Set the double buffer off when setting up pbuffers. 2005-08-06 04:33 robert * examples/osgdepthshadow/osgdepthshadow.cpp: Added blend shadow fragment shader 2005-07-30 18:44 robert * src/osg/Drawable.cpp, src/osg/Node.cpp: Added setStateSet(0) to destructors to force the problem clean up of attached StateSets. 2005-07-27 13:38 robert * src/osgUtil/CullVisitor.cpp: From Pavel Moloshtan, setting of the cull traversal mask which visiting camera subgraphs. (with small tweak from Robert Osfield to remove compile warnings.) 2005-07-27 11:27 robert * include/osg/FrameBufferObject, include/osg/Texture, include/osg/Texture1D, include/osg/Texture2D, include/osg/Texture3D, include/osg/TextureCubeMap, include/osg/TextureRectangle, src/osg/FrameBufferObject.cpp, src/osgUtil/RenderToTextureStage.cpp: Further work on trying to get glGenerateMipMapEXT working in conjunction with frame buffer objects. Still don't work under Linux yet through :-| 2005-07-27 09:37 robert * include/osgGA/EventVisitor, src/osgGA/EventVisitor.cpp, src/osgGA/GUIEventHandler.cpp, src/osgProducer/Viewer.cpp: From Marco Jez, added setEventHandled() and getEventHandled() to osgGA::EventVisitor. 2005-07-26 21:07 robert * include/osgDB/FileUtils, src/osgDB/FileUtils.cpp, src/osgDB/Registry.cpp, src/osgWrappers/osg/CameraNode.cpp, src/osgWrappers/osg/TextureCubeMap.cpp, src/osgWrappers/osgUtil/RenderToTextureStage.cpp: From Jeremy Bell, "My patch is a slight refactoring of the mac specific code in Registry.cpp and FileUtils.cpp, specifically around the library and resource file path initilialization methods. This patch cleans up a lot of the mac specific code by moving repeated code into separate local functions in FileUtils.cpp that are only compiled on mac builds. It also adds one function to the API, appendPlatformSpecificResourceFilePaths in FileUtils. This function will mirror the already existing appendPlatformSpecificLibraryFilePaths except for resource file paths. Currently this function is empty except when built on the mac, in which case it will add the application bundle's internal Resources folder and the bundle's parent folder. Previously this code was implemented as a separate mac specific #ifdef block in Registry.cpp around the initDataFilePathList method. However, it now is implemented in appendPlatformSpecificResourceFilePaths in FileUtils.cpp and the initDataFilePathList method is now the same on all platforms. This patch should behave the same as before on non-mac platforms. This patch already includes the fix that Eric mentioned earlier. This patch is based off of the 0.99 release code. I have tested this patch using the following testing scheme: Make a proper bundled application. While Run from the Finder: Test that it finds plugins in its internal plugins path. Test that it finds resources in its internal resources path. Test that it finds resources in the bundle's parent directory Test that it finds plugins in the user's Application Support Directory Test that it finds plugins in the system's Application Support Directory Test that it finds plugins in the Network Application Support Directory Check the plugin and resource path lists after they have been initialized to see if they are in the correct order While Run from the command line (both from it's parent directory and from inside the /Contents/MacOS directory) and repeat the above tests. Check that it also finds plugins and resources within the paths defined by various environment variables. Now, Make an application that is NOT bundled/command line only Test that it does NOT try to look in an internal bundle plugin/resource directory for plugins or resources. Test that it finds plugins/resources in the paths defined by the environment variables. " 2005-07-26 20:31 robert * src/osgDB/FileUtils.cpp, src/osgDB/Registry.cpp: From Eric Wing, fix to be able to handle "spacial" characters under OSX. 2005-07-26 16:05 robert * src/osg/Image.cpp: From Brede Johansen, fix to the isImageTranslucent() method. 2005-07-26 15:49 robert * src/osgPlugins/hdr/ReaderWriterHDR.cpp: From Fabio Mierlo, removed cast from float to RGB8, to allow native float imagery to be correctly importated from HDR files. From Robert Osfield, tweaked the above to allow the original casting to RGB8 as an options switched on by a osgDB::ReaderWriter::Options string with a value of "RGB8". 2005-07-25 16:12 robert * include/osg/CameraNode, include/osg/GraphicsContext, src/osg/CameraNode.cpp, src/osgProducer/GraphicsContextImplementation.cpp, src/osgUtil/CullVisitor.cpp, src/osgUtil/RenderToTextureStage.cpp: Perliminary support for glGenerateMinMapEXT. 2005-07-25 14:28 robert * include/osg/GraphicsContext, src/osg/GraphicsContext.cpp, src/osgProducer/GraphicsContextImplementation.cpp, src/osgProducer/OsgCameraGroup.cpp, src/osgUtil/CullVisitor.cpp: Added handling of automatic setting up of the contextID. 2005-07-25 13:05 robert * examples/osgprerender/osgprerender.cpp, examples/osgprerendercubemap/osgprerendercubemap.cpp, include/osg/TextureCubeMap, src/osg/TextureCubeMap.cpp, src/osgProducer/GraphicsContextImplementation.cpp, src/osgUtil/CullVisitor.cpp, src/osgUtil/RenderToTextureStage.cpp: Added support for TextureCubeMap into osgUtil::RenderToTextureStage. 2005-07-24 20:31 robert * VisualStudio/osgWrappers/osg/wrapper_osg.dsp, VisualStudio/osgWrappers/osgProducer/wrapper_osgProducer.dsp, include/osg/CameraNode, include/osgUtil/RenderToTextureStage, src/osg/CameraNode.cpp, src/osgProducer/GraphicsContextImplementation.cpp, src/osgUtil/CullVisitor.cpp, src/osgUtil/RenderToTextureStage.cpp: Added post draw callback to osg::CameraNode/osgUtil::RenderToTextureStage. Added support for Texture1D, 2D, 3D and TextureRectangle into osgUtil::RenderToTextureStage. 2005-07-24 11:06 robert * src/osgSim/Impostor.cpp: Port Impostor across to use the new osg::CameraNode. 2005-07-23 19:08 robert * src/osgWrappers/osg/CameraNode.cpp, src/osgWrappers/osg/GNUmakefile, src/osgWrappers/osg/GraphicsContext.cpp, src/osgWrappers/osg/PrimitiveSet.cpp, src/osgWrappers/osg/StateAttribute.cpp, src/osgWrappers/osg/Viewport.cpp, src/osgWrappers/osgProducer/GNUmakefile, src/osgWrappers/osgProducer/GraphicsContextImplementation.cpp, src/osgWrappers/osgProducer/OsgCameraGroup.cpp, src/osgWrappers/osgSim/ImpostorSprite.cpp, src/osgWrappers/osgUtil/RenderToTextureStage.cpp: Updated wrappers. 2005-07-23 19:05 robert * include/osgSim/Impostor, include/osgSim/ImpostorSprite: Added osg::CameraNode to ImpostorSprite in prep for moving across to using camera node in pre rendering of impostors. 2005-07-23 15:21 robert * src/osgSim/Impostor.cpp: Attached ImpostorSpriteManager to the CullVisitor. 2005-07-22 16:25 robert * include/osgSim/Impostor, src/osgSim/Impostor.cpp: Renabled impostor support using old style RenderToTextureStage setup. 2005-07-22 09:31 robert * VisualStudio/osg/osg.dsp, VisualStudio/osgPlugins/ive/ive.dsp, VisualStudio/osgPlugins/osg/dot_osg.dsp, include/osg/Scissor, include/osg/StateAttribute, include/osg/Viewport, src/osg/GNUmakefile, src/osg/Scissor.cpp, src/osgPlugins/ive/DataInputStream.cpp, src/osgPlugins/ive/DataOutputStream.cpp, src/osgPlugins/ive/GNUmakefile, src/osgPlugins/ive/ReadWrite.h, src/osgPlugins/ive/Scissor.cpp, src/osgPlugins/ive/Scissor.h, src/osgPlugins/ive/Viewport.cpp, src/osgPlugins/ive/Viewport.h, src/osgPlugins/osg/GNUmakefile, src/osgPlugins/osg/Scissor.cpp: Added glSissor suppor via new osg::Scissor class. Added .osg support for osg::Scissor. Added .ive support for osg::Viewport and osg::Scissor. 2005-07-22 08:21 robert * include/osg/PrimitiveSet: Added missing typedef 2005-07-21 20:45 robert * src/osgProducer/GraphicsContextImplementation.cpp: Fixed compile error. 2005-07-21 19:37 robert * VisualStudio/osgProducer/osgProducer.dsp, include/osgProducer/GraphicsContextImplementation, src/osgProducer/GraphicsContextImplementation.cpp: Added GraphicsContextImplementation 2005-07-21 19:27 robert * examples/osgpbuffer/osgpbuffer.cpp, examples/osgprerender/osgprerender.cpp, include/osg/CameraNode, include/osg/GraphicsContext, include/osgProducer/OsgCameraGroup, include/osgUtil/RenderToTextureStage, src/osgProducer/GNUmakefile, src/osgProducer/OsgCameraGroup.cpp, src/osgUtil/CullVisitor.cpp, src/osgUtil/RenderToTextureStage.cpp: Implemented the beginings of the osgProducer::GraphicsContexImplementation. Added options into osgprerender for controlling how to do the pre rendering i.e. --fbo, --pbuffer, --fb --window, and also added the option for controlling the window size with --width and --height. 2005-07-21 08:43 robert * include/osg/GraphicsContext, src/osg/GraphicsContext.cpp: Checked in graphics context. 2005-07-20 19:42 robert * include/osg/PrimitiveSet, include/osgText/String, src/osg/PrimitiveSet.cpp, src/osgPlugins/ive/DrawArrayLengths.cpp, src/osgText/String.cpp, src/osgWrappers/osg/PrimitiveSet.cpp, src/osgWrappers/osgText/String.cpp: From Marco Jez (with tweaks by Robert Osfield) : clean up of inheritance from std::vector<> classes 2005-07-20 15:55 robert * VisualStudio/osg/osg.dsp, VisualStudio/osgWrappers/osg/wrapper_osg.dsp, VisualStudio/osgWrappers/osgIntrospection, VisualStudio/osgWrappers/osgText/wrapper_osgText.dsp, examples/osgpbuffer/osgpbuffer.cpp, examples/osgtext/osgtext.cpp, include/osg/CameraNode, include/osg/State, src/osg/GNUmakefile, src/osg/State.cpp, src/osgWrappers/osg/CameraNode.cpp, src/osgWrappers/osg/GNUmakefile, src/osgWrappers/osg/State.cpp: Added new osg::GraphicsContext base class 2005-07-20 14:31 robert * src/osgWrappers/osgIntrospection: Removed osgIntrospection wrappers 2005-07-20 08:03 robert * src/osgWrappers/osg/Endian.cpp, src/osgWrappers/osg/GL2Extensions.cpp, src/osgWrappers/osg/Notify.cpp, src/osgWrappers/osgText/GNUmakefile, src/osgWrappers/osgText/Text.cpp: Updated wrappers 2005-07-19 20:40 robert * VisualStudio/osgWrappers/osgDB, VisualStudio/osgWrappers/osgDB/wrapper_osgDB.dsp, VisualStudio/osgWrappers/osgFX, VisualStudio/osgWrappers/osgFX/wrapper_osgFX.dsp, VisualStudio/osgWrappers/osgGA, VisualStudio/osgWrappers/osgGA/wrapper_osgGA.dsp, VisualStudio/osgWrappers/osgIntrospection, VisualStudio/osgWrappers/osgIntrospection/wrapper_osgIntrospection.dsp, VisualStudio/osgWrappers/osgParticle, VisualStudio/osgWrappers/osgParticle/wrapper_osgParticle.dsp, VisualStudio/osgWrappers/osgProducer, VisualStudio/osgWrappers/osgProducer/wrapper_osgProducer.dsp, VisualStudio/osgWrappers/osgSim, VisualStudio/osgWrappers/osgSim/wrapper_osgSim.dsp, VisualStudio/osgWrappers/osgTerrain, VisualStudio/osgWrappers/osgTerrain/wrapper_osgTerrain.dsp, VisualStudio/osgWrappers/osgText, VisualStudio/osgWrappers/osgText/wrapper_osgText.dsp, VisualStudio/osgWrappers/osgUtil, VisualStudio/osgWrappers/osgUtil/wrapper_osgUtil.dsp, src/osgWrappers/osg/Array.cpp, src/osgWrappers/osg/CameraNode.cpp, src/osgWrappers/osg/FrameBufferObject.cpp, src/osgWrappers/osg/FrontFace.cpp, src/osgWrappers/osg/Plane.cpp, src/osgWrappers/osg/Quat.cpp, src/osgWrappers/osg/Vec2b.cpp, src/osgWrappers/osg/Vec2d.cpp, src/osgWrappers/osg/Vec2f.cpp, src/osgWrappers/osg/Vec3b.cpp, src/osgWrappers/osg/Vec3d.cpp, src/osgWrappers/osg/Vec3f.cpp, src/osgWrappers/osg/Vec4b.cpp, src/osgWrappers/osg/Vec4d.cpp, src/osgWrappers/osg/Vec4f.cpp, src/osgWrappers/osg/Vec4ub.cpp, src/osgWrappers/osgDB/DotOsgWrapper.cpp, src/osgWrappers/osgIntrospection, src/osgWrappers/osgIntrospection/Attributes.cpp, src/osgWrappers/osgIntrospection/Comparator.cpp, src/osgWrappers/osgIntrospection/ConstructorInfo.cpp, src/osgWrappers/osgIntrospection/Converter.cpp, src/osgWrappers/osgIntrospection/ConverterProxy.cpp, src/osgWrappers/osgIntrospection/CustomAttribute.cpp, src/osgWrappers/osgIntrospection/CustomAttributeProvider.cpp, src/osgWrappers/osgIntrospection/Exceptions.cpp, src/osgWrappers/osgIntrospection/GNUmakefile, src/osgWrappers/osgIntrospection/MethodInfo.cpp, src/osgWrappers/osgIntrospection/ParameterInfo.cpp, src/osgWrappers/osgIntrospection/PropertyInfo.cpp, src/osgWrappers/osgIntrospection/ReaderWriter.cpp, src/osgWrappers/osgIntrospection/Reflection.cpp, src/osgWrappers/osgIntrospection/Reflector.cpp, src/osgWrappers/osgIntrospection/Type.cpp, src/osgWrappers/osgIntrospection/Value.cpp, src/osgWrappers/osgUtil/RenderStage.cpp, src/osgWrappers/osgUtil/RenderStageLighting.cpp: Added wrapper projects and updates of autogenerated wrappers. 2005-07-19 20:01 robert * include/osg/CameraNode, src/osgUtil/CullVisitor.cpp: Added support for multiple colour buffers into osg::CameraNode/osgUtil::CullVisitor 2005-07-19 16:30 robert * examples/osgdepthshadow/osgdepthshadow.cpp, examples/osgdistortion/osgdistortion.cpp, examples/osgfbo/osgfbo.cpp, examples/osgforest/osgforest.cpp, examples/osgmultiplecameras/osgmultiplecameras.cpp, examples/osgpoints/osgpoints.cpp, examples/osgprerender/osgprerender.cpp, examples/osgprerendercubemap/osgprerendercubemap.cpp, examples/osgshadowtexture/CreateShadowedScene.cpp, include/osg/CameraNode, include/osg/FrameBufferObject, include/osg/FrontFace, include/osgUtil/RenderStage, include/osgUtil/RenderStageLighting, src/osg/CameraNode.cpp, src/osg/FrameBufferObject.cpp, src/osg/FrontFace.cpp, src/osg/TexGen.cpp, src/osg/TextureCubeMap.cpp, src/osgUtil/CullVisitor.cpp, src/osgUtil/RenderStage.cpp, src/osgUtil/RenderStageLighting.cpp, src/osgUtil/RenderToTextureStage.cpp: Ported all the render to texture examples across to using the new osg::CameraNode. Added support for texture cube maps in FBO + CameraNode. 2005-07-15 21:47 robert * VisualStudio/VisualStudio.dsw, VisualStudio/osgWrappers/osg/wrapper_osg.dsp, include/osg/Array, src/osgWrappers/osg/Array.cpp, src/osgWrappers/osg/CameraNode.cpp, src/osgWrappers/osg/Drawable.cpp, src/osgWrappers/osg/FrameBufferObject.cpp, src/osgWrappers/osg/GNUmakefile, src/osgWrappers/osg/Geometry.cpp, src/osgWrappers/osg/NodeVisitor.cpp, src/osgWrappers/osg/Program.cpp, src/osgWrappers/osg/Sequence.cpp, src/osgWrappers/osg/Shape.cpp, src/osgWrappers/osg/TexGenNode.cpp, src/osgWrappers/osg/UByte4.cpp, src/osgWrappers/osg/Vec2b.cpp, src/osgWrappers/osg/Vec2s.cpp, src/osgWrappers/osg/Vec3b.cpp, src/osgWrappers/osg/Vec3s.cpp, src/osgWrappers/osg/Vec4b.cpp, src/osgWrappers/osg/Vec4s.cpp, src/osgWrappers/osg/Vec4ub.cpp, src/osgWrappers/osgDB/GNUmakefile, src/osgWrappers/osgFX/GNUmakefile, src/osgWrappers/osgGA/GNUmakefile, src/osgWrappers/osgParticle/GNUmakefile, src/osgWrappers/osgProducer/GNUmakefile, src/osgWrappers/osgSim/BlinkSequence.cpp, src/osgWrappers/osgSim/GNUmakefile, src/osgWrappers/osgTerrain/DataSet.cpp, src/osgWrappers/osgTerrain/GNUmakefile, src/osgWrappers/osgText/GNUmakefile, src/osgWrappers/osgText/Text.cpp, src/osgWrappers/osgUtil/CullVisitor.cpp, src/osgWrappers/osgUtil/GNUmakefile, src/osgWrappers/osgUtil/RenderStage.cpp, src/osgWrappers/osgUtil/RenderToTextureStage.cpp: Updated wrappers 2005-07-15 19:24 robert * examples/osgsimplifier/osgsimplifier.cpp: Added return 1. 2005-07-15 16:26 robert * src/osgPlugins/osgText/IO_Text.cpp: Added .osg suppot for new alignment modes 2005-07-15 16:22 robert * examples/osgtext/osgtext.cpp, include/osgText/Text, src/osgText/Text.cpp: From Yuri Vilmanis, improved multi-line justifaction support and new alignment modes 2005-07-15 14:41 robert * VisualStudio/osg/osg.dsp, examples/osgbluemarble/osgbluemarble.cpp, examples/osgforest/osgforest.cpp, include/osg/Array, include/osg/Byte2, include/osg/Byte3, include/osg/Byte4, include/osg/Drawable, include/osg/Short2, include/osg/Short3, include/osg/Short4, include/osg/UByte4, include/osg/Vec2b, include/osg/Vec2s, include/osg/Vec3b, include/osg/Vec3s, include/osg/Vec4b, include/osg/Vec4s, include/osg/Vec4ub, include/osg/io_utils, src/osg/Array.cpp, src/osg/Geometry.cpp, src/osgPlugins/3dc/ReaderWriter3DC.cpp, src/osgPlugins/ive/DataInputStream.cpp, src/osgPlugins/ive/DataInputStream.h, src/osgPlugins/ive/DataOutputStream.cpp, src/osgPlugins/ive/DataOutputStream.h, src/osgPlugins/lib3ds/ReaderWriter3DS.cpp, src/osgPlugins/osg/Geometry.cpp, src/osgTerrain/DataSet.cpp, src/osgUtil/Optimizer.cpp, src/osgUtil/Simplifier.cpp, src/osgUtil/Tesselator.cpp, src/osgUtil/TriStripVisitor.cpp: Renamed Byte2,3,4 and Short2,3,4 and UByte4 to use the Vec*b, Vec*s and Vec4ub form 2005-07-15 10:48 robert * include/osgSim/BlinkSequence: From Brede Johansen, fixed range check 2005-07-15 09:56 robert * src/osgPlugins/ive/ProxyNode.cpp: Fixed bug in ProxyNode write out where non existant children were written out. 2005-07-15 08:32 robert * include/osg/TexGenNode, src/osgUtil/CullVisitor.cpp: Added reference frame to TexGenNode 2005-07-15 08:31 robert * examples/osghud/osghud.cpp, examples/osgprerender/osgprerender.cpp: Cleaned up osghud and osgprerender examples 2005-07-14 21:04 robert * examples/osgpagedlod/osgpagedlod.cpp: Updates 2005-07-14 20:32 robert * src/osg/PagedLOD.cpp, src/osg/TexGenNode.cpp: Fix PagedLOD::addChild(,,) so that they allocate the correct size of range data. 2005-07-14 13:21 robert * src/osgUtil/RenderStage.cpp: Added back in the call to drawPreRenderStages() as this shouldn't interfere with the stereo code in SceneView as RenderStage should automatically only allow themselves to be draw on per frame. 2005-07-14 10:34 robert * src/osg/LightSource.cpp: Removed the set culling active flag setting 2005-07-14 10:27 robert * include/osg/Notify, include/osg/Program, src/osg/Notify.cpp, src/osg/Program.cpp: From Mike Weiblen, addiding of Program::validateProgram and osg::isNotifyEnabled() method 2005-07-14 10:18 robert * examples/osgpagedlod/osgpagedlod.cpp: Changed osgpagedlod example to convert LOD nodes into PagedLOD ones. 2005-07-14 10:17 robert * include/osg/LightSource: Added missing copy _referenceFrame in copy constructor 2005-07-10 14:50 robert * examples/osgshadowtexture/CreateShadowedScene.cpp: Ported osgshadow across to using new osg::CameraNode 2005-07-09 14:35 robert * examples/osgdistortion/osgdistortion.cpp: Ported osgdistortion example across to using osg::CameraNode. 2005-07-09 09:56 robert * src/osgPlugins/flt/AttrData.h, src/osgPlugins/flt/flt2osg.cpp: From Paul Martz, fix to memory leak of StateSet's 2005-07-08 19:45 robert * src/osgTerrain/DataSet.cpp: From Jason Beverage, fix to setting of grey band. 2005-07-08 19:33 robert * include/osgSim/BlinkSequence: From Tom Jolly, added setPulse 2005-07-08 14:46 robert * include/osg/CameraNode, src/osgUtil/RenderToTextureStage.cpp: From Marco Jez, added missing method implementations to CameraNode and added check to ensure FBO extension is support to RenderToTextureStage. 2005-07-07 14:14 robert * include/osg/Geometry, src/osgDB/DatabasePager.cpp, src/osgGA/DriveManipulator.cpp: Tweaks for better OSX paging support, 6 and 9 keys for control drive manipulator up and down looking, and removed redundent API from osg::Geometry. 2005-07-05 15:57 robert * AUTHORS.txt, VisualStudio/osg/osg.dsp, include/osg/Array, include/osg/Byte2, include/osg/Byte3, include/osg/Byte4, include/osg/Geometry, include/osg/Short2, include/osg/Short3, include/osg/Short4, include/osg/io_utils, src/osg/Array.cpp, src/osg/Drawable.cpp, src/osg/Geometry.cpp, src/osgPlugins/ac3d/ac3d.cpp, src/osgPlugins/flt/GeoSetBuilder.cpp, src/osgPlugins/ive/DataInputStream.cpp, src/osgPlugins/ive/DataInputStream.h, src/osgPlugins/ive/DataOutputStream.cpp, src/osgPlugins/ive/DataOutputStream.h, src/osgPlugins/ive/Geometry.cpp, src/osgPlugins/ive/IveVersion.h, src/osgPlugins/osg/Geometry.cpp, src/osgTerrain/DataSet.cpp, src/osgUtil/Optimizer.cpp, src/osgUtil/SceneView.cpp, src/osgUtil/Tesselator.cpp: From Pavel Moloshtan, Byte2,3,4 and Short2,3,4 classes and their Array counterparts. With a few build tweaks and bug fixes by Robert Osfield. 2005-07-03 19:58 robert * src/osgPlugins/xine/ReaderWriterXine.cpp: Changed notice to be an info message 2005-07-02 08:11 robert * VisualStudio/examples/osgforest/osgforest.dsp, include/osg/Shape, include/osgTerrain/DataSet, src/osg/Shape.cpp, src/osgGA/UFOManipulator.cpp, src/osgTerrain/DataSet.cpp: Added support for equalizing the normals along tile boundaries. 2005-07-01 09:10 robert * examples/osgpoints/osgpoints.cpp: Added support for point sprites 2005-06-30 09:08 robert * examples/osgsimplifier/osgsimplifier.cpp: Added tri sripping and support for outputing files. 2005-06-30 07:59 robert * VisualStudio/examples/osgspotlight/osgspotlight.dsp: Romoved redudent gdal link 2005-06-29 15:52 robert * src/osgPlugins/stl/ReaderWriterSTL.cpp: Added smoothing and tri strip pass. 2005-06-29 10:23 robert * src/osgPlugins/rot/ReaderWriterROT.cpp, src/osgPlugins/scale/ReaderWriterSCALE.cpp, src/osgPlugins/trans/ReaderWriterTRANS.cpp: Added support nesting the parameter specification within a [x,y,z] block and float parameters 2005-06-29 10:21 robert * src/osgPlugins/osga/OSGA_Archive.h: From Colin McDonald, build fix for Solaris 2005-06-28 17:53 robert * VisualStudio/icons/osg_icon.rc: From Mike Weiblen, icon file. 2005-06-28 09:34 robert * VisualStudio/applications/osgarchive/osgarchive.dsp, VisualStudio/applications/osgconv/osgconv.dsp, VisualStudio/applications/osgdem/osgdem.dsp, VisualStudio/applications/osgversion/osgversion.dsp, VisualStudio/applications/osgviewer/osgviewer.dsp, VisualStudio/applications/osgviewer/resources.rc, VisualStudio/examples/osgGLUTkeyboardmouse/osgGLUTkeyboardmouse.dsp, VisualStudio/examples/osgGLUTsimple/osgGLUTsimple.dsp, VisualStudio/examples/osganimate/osganimate.dsp, VisualStudio/examples/osgautotransform/osgautotransform.dsp, VisualStudio/examples/osgbillboard/osgbillboard.dsp, VisualStudio/examples/osgbluemarble/osgbluemarble.dsp, VisualStudio/examples/osgcallback/osgcallback.dsp, VisualStudio/examples/osgcameragroup/osgcameragroup.dsp, VisualStudio/examples/osgclip/osgclip.dsp, VisualStudio/examples/osgcluster/osgcluster.dsp, VisualStudio/examples/osgcopy/osgcopy.dsp, VisualStudio/examples/osgcubemap/osgcubemap.dsp, VisualStudio/examples/osgdepthshadow/osgdepthshadow.dsp, VisualStudio/examples/osgdistortion/osgdistortion.dsp, VisualStudio/examples/osgfbo/osgfbo.dsp, VisualStudio/examples/osgforest/osgforest.dsp, VisualStudio/examples/osgfxbrowser/osgfxbrowser.dsp, VisualStudio/examples/osggeodemo/osggeodemo.dsp, VisualStudio/examples/osggeometry/osggeometry.dsp, VisualStudio/examples/osghangglide/osghangglide.dsp, VisualStudio/examples/osghud/osghud.dsp, VisualStudio/examples/osgimpostor/osgimpostor.dsp, VisualStudio/examples/osgintrospection/example_osgintrospection.dsp, VisualStudio/examples/osgkeyboard/osgkeyboard.dsp, VisualStudio/examples/osgkeyboardmouse/osgkeyboardmouse.dsp, VisualStudio/examples/osglauncher/osglauncher.dsp, VisualStudio/examples/osglight/osglight.dsp, VisualStudio/examples/osglightpoint/osglightpoint.dsp, VisualStudio/examples/osglogo/osglogo.dsp, VisualStudio/examples/osgmotionblur/osgmotionblur.dsp, VisualStudio/examples/osgmotionblur/resources.rc, VisualStudio/examples/osgmultiplecameras/osgmultiplecameras.dsp, VisualStudio/examples/osgmultitexture/osgmultitexture.dsp, VisualStudio/examples/osgoccluder/osgoccluder.dsp, VisualStudio/examples/osgparametric/osgparametric.dsp, VisualStudio/examples/osgparticle/osgparticledemo.dsp, VisualStudio/examples/osgparticleeffects/osgparticleeffects.dsp, VisualStudio/examples/osgpbuffer/osgpbuffer.dsp, VisualStudio/examples/osgphotoalbum/osgphotoalbum.dsp, VisualStudio/examples/osgpick/osgpick.dsp, VisualStudio/examples/osgplanets/osgplanets.dsp, VisualStudio/examples/osgplanets/resources.rc, VisualStudio/examples/osgpointsprite/osgpointsprite.dsp, VisualStudio/examples/osgprerender/osgprerender.dsp, VisualStudio/examples/osgprerendercubemap/osgprerendercubemap.dsp, VisualStudio/examples/osgreflect/osgreflect.dsp, VisualStudio/examples/osgscalarbar/osgscalarbar.dsp, VisualStudio/examples/osgscribe/osgscribe.dsp, VisualStudio/examples/osgsequence/osgsequence.dsp, VisualStudio/examples/osgshaders/osgshaders.dsp, VisualStudio/examples/osgshadowtexture/osgshadowtexture.dsp, VisualStudio/examples/osgshape/osgshape.dsp, VisualStudio/examples/osgsimple/osgsimple.dsp, VisualStudio/examples/osgsimplepager/osgsimplepager.dsp, VisualStudio/examples/osgsimplifier/osgsimplifier.dsp, VisualStudio/examples/osgsimplifier/resources.rc, VisualStudio/examples/osgsimulation/osgsimulation.dsp, VisualStudio/examples/osgspheresegment/osgspheresegment.dsp, VisualStudio/examples/osgspotlight/osgspotlight.dsp, VisualStudio/examples/osgstereoimage/osgstereoimage.dsp, VisualStudio/examples/osgteapot/osgteapot.dsp, VisualStudio/examples/osgtesselate/osgtesselate.dsp, VisualStudio/examples/osgtesselate/resources.rc, VisualStudio/examples/osgtext/osgtextdemo.dsp, VisualStudio/examples/osgtexture1D/osgtexture1D.dsp, VisualStudio/examples/osgtexture2D/osgtexture2D.dsp, VisualStudio/examples/osgtexture3D/osgtexture3D.dsp, VisualStudio/examples/osgtexturerectangle/osgtexturerectangle.dsp, VisualStudio/examples/osgunittests/osgunittests.dsp, VisualStudio/examples/osgvertexprogram/osgvertexprogram.dsp, VisualStudio/examples/osgvolume/osgvolume.dsp, VisualStudio/examples/osgvolume/resources.rc, VisualStudio/examples/osgwindows/osgwindows.dsp: From Mike Weiblen, "some polish for 1.0: centralizes the icon resource definition and adjusts all app and example projects to use that single defn. The various existing resources.rc files should be deleted." 2005-06-27 14:28 robert * examples/osgpoints/osgpoints.cpp: Added / and * controls of the distance attentuations of the point size extension 2005-06-27 08:54 robert * src/osg/Switch.cpp: Added missing dirtyBound(). 2005-06-24 20:19 robert * src/osgUtil/DelaunayTriangulator.cpp: From David Spilling, fixed the incircle test so it handles colinear points. 2005-06-24 19:50 robert * src/osgPlugins/osga/OSGA_Archive.cpp, src/osgPlugins/osga/OSGA_Archive.h: From Colin McDonald, "On fixing the pointer access I discovered that reading osga archives containing ive files went into a cpu loop. This turned out to be a problem with proxy_streambuf on Solaris. Public methods in the Solaris streambuf standard library implementation rely on the gptr() being set, which proxy_streambuf was not doing. So I have modified proxy_streambuf to set the input sequence pointers, and have also aligned it more with the standard library streambuf implementation where all input is through underflow(), not uflow() which merely calls underflow() and advances the pointer." From Robert Osfield, change from using pointer cast and assignment to using a templated _write and _read method to avoid pointer aliasing to 2/4/8 byte boundaries that some computer system may produce. These changes where inspried by Colin McDonalds change to using memcpy, these changes weren't merged as memcpy is not as clear in naming as _read, _write and memcpy will incurr a function call just for copy a uint. 2005-06-24 15:39 robert * Make/makedefs: From Colin McDonald: "Some makedefs fixes for Solaris: For multithreaded applications the -mt option must be specified on both the compile and link steps, to ensure correct behaviour. According to the Sun compiler documentation it sets REENTRANT flags in the system header files, and links the -lthread library in the correct order. When compiling shared libraries the -KPIC option should be specified. Although Solaris will handle shared libraries without position-independent code there is a performance penalty. The linker reference manual says: 'If a shared object is built from code that is not position-independent, the text segment will usually require a large number of relocations to be performed at runtime. Although the runtime linker is equipped to handle this, the system overhead this creates can cause serious performance degradation'." 2005-06-24 15:34 robert * src/osg/Switch.cpp: From Martijn Kragtwijk: "I ran into the same problems as Karl Martensson (http://openscenegraph.org/archiver/osg-users/2005-June/0575.html); after switching children of a Switch node off and on again, they become unpickable. This issue occurs first in 0.9.9, with 0.9.8 everything is fine. My fix involves calling dirtyBound() every time the on/off-values of the Switch are changed" 2005-06-24 15:30 robert * src/osgDB/DynamicLibrary.cpp: From David Guthrie, "The call NSLookupAndBindSymbol was changed to NSLookupSymbolInModule. The former call would lookup the named symbol NOT in the current dynamic library, but in the entire running program while the call NSLookupSymbolInModule, takes the handle to the library the symbol should be found in. This means the current code will fail if one loads multiple bundles at runtime and attempts to load the same named symbol from each one." 2005-06-24 15:15 robert * src/osgTerrain/DataSet.cpp: Moved the working createPagedLODScene() implemention into createScene() method replacing the original flaky code. 2005-06-22 11:26 robert * examples/osgparametric/osgparametric.cpp: From Mike Weiblen, fixes to shaders to correct modification of varying types 2005-06-22 11:02 robert * src/osg/Texture.cpp: Disabled NPO2T on GeforceFX. 2005-06-22 11:01 robert * examples/osgforest/osgforest.cpp: Added experimental OpenGL shader path for positioning of trees (doens't work yet though..) 2005-06-21 16:10 robert * examples/osgparametric/osgparametric.cpp: Added option for terrain texturing. 2005-06-21 15:24 robert * examples/osgparametric/osgparametric.cpp: Added matrix and simple vertex shader paths. 2005-06-21 15:13 robert * examples/osgparametric/osgparametric.cpp: Combined uniforms. 2005-06-21 12:12 robert * examples/osgparametric/osgparametric.cpp: Tweaked the vertex program. 2005-06-20 21:10 robert * Make/makedirdefs, VisualStudio/VisualStudio.dsw, VisualStudio/examples/osgparametric, VisualStudio/examples/osgparametric/osgparametric.dsp, examples/osgparametric, examples/osgparametric/GNUmakefile, examples/osgparametric/GNUmakefile.inst, examples/osgparametric/osgparametric.cpp: Added very simply osgparametric example which uses an OpenGL shader program to create an animated parametric surface. 2005-06-20 10:38 robert * include/osg/Sequence: From Tom Jolly, added method for getting the number of frames. 2005-06-20 10:36 robert * include/osg/Shader, src/osg/Shader.cpp: From Mike Weiblen, " - adjustments to improve namespacing on VS - clarify compilation status message" 2005-06-20 10:28 robert * include/osg/Shader: From Andreas Jochens (submitted by Loic Dachary), addintion of forward declare of class Progam; to fix compile problem under gcc4.0/amd64/debian unstable. 2005-06-20 10:16 robert * include/osg/FrameBufferObject: From Mike Weiblen, added OSG_EXPORT to FrameBufferObject files. 2005-06-16 14:01 robert * examples/osgfbo/osgfbo.cpp, examples/osgprerender/osgprerender.cpp, include/osgUtil/RenderToTextureStage, src/osg/FrameBufferObject.cpp, src/osgUtil/CullVisitor.cpp, src/osgUtil/RenderToTextureStage.cpp: Further FBO support work. 2005-06-16 13:53 robert * include/osg/Drawable, src/osg/Drawable.cpp: From Pavel Moloshtan, added support of Drawable::Extensions::glDeleteQueries() 2005-06-16 11:45 robert * include/osg/FrameBufferObject, src/osg/FrameBufferObject.cpp: Added copyright notices. 2005-06-16 11:42 robert * VisualStudio/examples/osgfbo/osgfbo.dsp, VisualStudio/osg/osg.dsp, examples/osgfbo/FBOExtensions.cpp, examples/osgfbo/FBOExtensions.h, examples/osgfbo/FramebufferAttachment.cpp, examples/osgfbo/FramebufferAttachment.h, examples/osgfbo/FramebufferObject.cpp, examples/osgfbo/FramebufferObject.h, examples/osgfbo/GNUmakefile, examples/osgfbo/Renderbuffer.cpp, examples/osgfbo/Renderbuffer.h, examples/osgfbo/osgfbo.cpp, include/osg/CameraNode, include/osg/FrameBufferObject, src/osg/FrameBufferObject.cpp, src/osg/GNUmakefile: Moved FBO support from osgfbo example into core osg. 2005-06-15 20:06 robert * examples/osgfbo/osgfbo.cpp, include/osg/CameraNode, src/osg/CameraNode.cpp: Futher work on FBO support 2005-06-15 20:05 robert * src/osg/Texture2D.cpp: Added automatic creation of texture when size is set but not osg::Image is assigned. This is useful for FBO usage. 2005-06-15 11:49 robert * src/osg/ArgumentParser.cpp: From David Guthrie, " In the constructor in removes any options beginning with "-psn" from argv on OSX by calling the "remove" method. When a .app run is created in OSX, which is required to get a fully functioning UI application, the OSX finder passes a -psn_XXXX option to the application where the XXXX refers to a unique process number. An example option would be "- psn_0_37617665". The argument parser was choking on this option in all the osg example applications." 2005-06-15 10:59 robert * Make/makedirdefs, VisualStudio/VisualStudio.dsw, VisualStudio/examples/osgmultiplecameras, VisualStudio/examples/osgmultiplecameras/osgmultiplecameras.dsp, examples/osgmultiplecameras, examples/osgmultiplecameras/GNUmakefile, examples/osgmultiplecameras/GNUmakefile.inst, examples/osgmultiplecameras/osgmultiplecameras.cpp, include/osg/CameraNode, src/osg/CameraNode.cpp, src/osgUtil/CullVisitor.cpp: Added osgmultiplecameras example and support for pre/post multiplaction. 2005-06-14 20:51 robert * examples/osghud/osghud.cpp, examples/osgprerender/osgprerender.cpp, include/osg/CameraNode, include/osgUtil/CullVisitor, include/osgUtil/RenderStage, src/osg/CameraNode.cpp, src/osgUtil/CullVisitor.cpp, src/osgUtil/RenderBin.cpp, src/osgUtil/RenderStage.cpp: Work on the RenderToTexture usage of the new osg::CameraNode. Both osghud and osgprerender now ported across to osg::CameraNode. 2005-06-14 13:16 robert * VisualStudio/osg/osg.dsp, include/osg/CameraNode, include/osg/MatrixTransform, include/osg/NodeVisitor, src/osg/CameraNode.cpp, src/osg/GNUmakefile: Added osg::CameraNode. 2005-06-14 09:12 robert * Make/dependencies, Make/makedirdefs: Removed reference to non existant AVI plugin 2005-06-14 08:48 robert * src/osg/PrimitiveSet.cpp: Fixed position of glBindBuffer. 2005-06-13 20:03 robert * src/osgTerrain/DataSet.cpp: Fixed with the reprojection so that it doesn't promote all source data to RGBA, but only does this for RGB data. 2005-06-13 11:14 robert * src/osgDB/FileUtils.cpp, src/osgPlugins/flt/ReaderWriterATTR.cpp: From Ken Sewell, fixed for x86_64 build. 2005-06-09 19:02 robert * VisualStudio/VisualStudio.dsw, VisualStudio/examples/osgfbo, VisualStudio/examples/osgfbo/osgfbo.dsp: From Marco Jez, added project files for osgfbo example. 2005-06-09 11:53 robert * examples/osgfbo/GNUmakefile, examples/osgfbo/GNUmakefile.inst: Fixed makefiles 2005-06-09 11:08 robert * Make/makedirdefs, examples/osgfbo, examples/osgfbo/FBOExtensions.cpp, examples/osgfbo/FBOExtensions.h, examples/osgfbo/FramebufferAttachment.cpp, examples/osgfbo/FramebufferAttachment.h, examples/osgfbo/FramebufferObject.cpp, examples/osgfbo/FramebufferObject.h, examples/osgfbo/GNUmakefile, examples/osgfbo/GNUmakefile.inst, examples/osgfbo/Renderbuffer.cpp, examples/osgfbo/Renderbuffer.h, examples/osgfbo/osgfbo.cpp: From Marco Jez, added example that uses FBO extension to do prerendering. 2005-06-09 09:27 robert * examples/osgmovie/osgmovie.cpp: Added \n to end of a couple shader source lines. 2005-06-09 08:29 robert * examples/osgmovie/osgmovie.cpp: Added texture2D shader source 2005-06-08 15:57 robert * examples/osgmovie/osgmovie.cpp: Added experiment GLSL fragment shader to clip out dark areas of videos. 2005-06-08 13:20 robert * src/osgWrappers/osg/Matrixd.cpp, src/osgWrappers/osg/Matrixf.cpp, src/osgWrappers/osg/Node.cpp, src/osgWrappers/osg/Object.cpp, src/osgWrappers/osg/Program.cpp, src/osgWrappers/osg/Shader.cpp, src/osgWrappers/osg/Uniform.cpp, src/osgWrappers/osgDB/DatabasePager.cpp, src/osgWrappers/osgProducer/EventAdapter.cpp: Updated wrappers. 2005-06-08 13:16 robert * include/osg/Node, include/osg/Object, include/osg/Program, include/osg/Shader, include/osg/Uniform, src/osg/Node.cpp, src/osg/Object.cpp, src/osg/Shader.cpp, src/osg/Uniform.cpp, src/osgPlugins/ive/IveVersion.h, src/osgPlugins/ive/Node.cpp, src/osgPlugins/ive/Object.cpp, src/osgPlugins/ive/Shader.cpp, src/osgPlugins/ive/Uniform.cpp, src/osgPlugins/osg/Node.cpp, src/osgPlugins/osg/Object.cpp, src/osgPlugins/osg/Program.cpp, src/osgPlugins/osg/Shader.cpp, src/osgPlugins/osg/Uniform.cpp: Moved the set/getName() support from osg::Node etc into the osg::Obejct base class 2005-06-08 10:39 robert * examples/osgunittests/osgunittests.cpp: Added sizeof(std::string) test to osgunittests 2005-06-08 10:36 robert * include/osg/Uniform, include/osgProducer/EventAdapter, src/osg/Uniform.cpp, src/osgPlugins/ive/Uniform.cpp, src/osgPlugins/osg/Uniform.cpp: From Mike Weiblen, added GLSL datatypes mat2 and mat3 to osg::Uniform, with .osg and .ive support 2005-06-08 08:33 robert * src/osgPlugins/rot/ReaderWriterROT.cpp: From Mike Weiblen, "modified .rot pseudoloader plugin so rotation order actually matches the embedded documentation" 2005-06-06 10:18 robert * src/osgPlugins/txp/ReaderWriterTXP.cpp: From Mathia Walker: bug fix to LOD ranges in TXP plugin to avoid cracks: "I took a closer look at the conditional code in SeamFinder::seamReplacement(). Because _info.minRange is a double and lod->getMinRange(0) is a float, the difference will be calculated with double precision. If _info.minRange is cast as a float it is exactly the same value as lod->getMinRange(0) and the difference is exactly zero. So if you change if((fabs(_info.minRange-lod->getMinRange(0))<0.001)&&(fabs(_info.lod0Range-lod->getMaxRange(0))<0.001)) to if((fabs((float)_info.minRange-lod->getMinRange(0))<0.001)&&(fabs((float)_info.lod0Range-lod->getMaxRange(0))<0.001)) it works a lot better." 2005-06-05 18:41 robert * VisualStudio/MUST_READ_ME.txt: Changed VisualStudio 7.0 reference to 7.x 2005-06-05 18:40 robert * VisualStudio/MUST_READ_ME.txt: From Adam Richard, fixed typos + explanation how to use project files. 2005-05-31 06:21 robert * include/osg/Matrixd, include/osg/Matrixf, src/osg/Matrix_implementation.cpp: From Tim Daust, "I fixed the getScale functions in matrixf and matrixd. It was returning the values of the diagonal of the matrix, which only returns the scale if there is not a rotation. I fixed this by returning the length of the vectors that form the basis. I also added a function to orthonormalize the rotation component of the matrix. I seem to always run into situations where non uniform (or even uniform) scale complicate my calculations, and I thought other members of the community could use this function as well." 2005-05-31 05:48 robert * NEWS.txt: Small fixes to NEWS 2005-05-31 05:47 robert * src/osg/DisplaySettings.cpp: Changed char* to const char* 2005-05-31 05:46 robert * src/osgPlugins/flt/flt2osg.cpp, src/osgPlugins/pfb/ConvertFromPerformer.cpp: From Tom Jolly, fixes to the mapping of the billboard rotate mode. 2005-05-31 05:37 robert * include/osgDB/DatabasePager, src/osgDB/DatabasePager.cpp: Added ability to toggle on/off the pre compile of OpenGL objects in the DatabasePager via the setDoPreCompile(bool) method or via the env var OSG_DO_PRE_COMPILE=ON or OFF. 2005-05-30 16:15 robert * src/osgDB/DatabasePager.cpp: Added support for reading: OSG_MINIMUM_COMPILE_TIME_PER_FRAME and OSG_MAXIMUM_OBJECTS_TO_COMPILE_PER_FRAME environmental variable during the initialization of the DatabasePager to allow apps to be tweaked for best database pager behavior. 2005-05-26 14:38 robert * Make/makedefs: Reverted release number to 0 (development version). 2005-05-26 13:56 robert * src/osgPlugins/osgParticle/IO_Program.cpp: From James French, fix for multiple definitionwhen compiling osg + plugins into monolithic dll. 2005-05-25 20:02 robert * Make/makedefs, include/osg/Version: Updated Version numbers for release. UPdated wrappers. 2005-05-25 17:19 robert * src/osgPlugins/net/sockstream.cpp: From Blake Williams, fix for VS8.0 build 2005-05-25 16:42 robert * NEWS.txt, VisualStudio/osgParticle/osgParticle.dsp, VisualStudio/osgPlugins/osgParticle/dot_osgParticle.dsp, examples/osgcatch/osgcatch.cpp, examples/osgparticleeffects/osgparticleeffects.cpp, include/osgParticle/ExplosionDebriEffect, include/osgParticle/ExplosionDebrisEffect, src/osgParticle/ExplosionDebriEffect.cpp, src/osgParticle/ExplosionDebrisEffect.cpp, src/osgParticle/GNUmakefile, src/osgPlugins/osgParticle/GNUmakefile, src/osgPlugins/osgParticle/IO_ExplosionDebriEffect.cpp, src/osgPlugins/osgParticle/IO_ExplosionDebrisEffect.cpp, src/osgWrappers/osgParticle/ExplosionDebriEffect.cpp, src/osgWrappers/osgParticle/ExplosionDebrisEffect.cpp, src/osgWrappers/osgParticle/GNUmakefile: Renamed ExplosionDebriEffect to ExplosionDebrisEffect 2005-05-25 15:35 robert * ChangeLog, include/osg/Geometry, src/osg/Geometry.cpp: Updated change log. From Fredric Marmond, changed unsigned int to unsigned long to avoid compile errors under 64 bit compile. 2005-05-25 15:34 robert * runexamples.bat: Added file to osgkeyboardmouse invokation. 2005-05-25 11:45 robert * NEWS.txt, doc/Doxyfiles/core_Doxyfile, include/osgIntrospection/Export, src/osgWrappers/osgTerrain/DataSet.cpp: Updated doxgen docs. 2005-05-25 09:50 robert * include/osg/Image, src/osg/Texture.cpp, src/osg/TextureRectangle.cpp: Changd unsigned int's to unsigned char* to fix gcc3.4 64 bit issues. 2005-05-25 09:48 robert * NEWS.txt: Updated NEWS 2005-05-24 20:45 robert * NEWS.txt: Updated NEWS 2005-05-24 18:57 robert * include/osg/Export, include/osgDB/Export, include/osgGA/Export, include/osgParticle/Export, include/osgProducer/Export, include/osgSim/Export, include/osgTerrain/Export, include/osgText/Export, include/osgUtil/Export: Added pragma to remove warnings under VS.8.0 2005-05-24 15:34 robert * include/osgTerrain/DataSet, include/osgUtil/RenderBin, include/osgUtil/RenderStage, src/osgUtil/RenderBin.cpp, src/osgUtil/RenderStage.cpp, src/osgWrappers/osgUtil/RenderBin.cpp, src/osgWrappers/osgUtil/RenderStage.cpp: Updates to clean up wrapper generation, and to update wrappers 2005-05-24 15:23 robert * src/osgPlugins/ive/ConvexPlanarOccluder.h, src/osgPlugins/ive/ConvexPlanarPolygon.h, src/osgPlugins/ive/CoordinateSystemNode.h, src/osgPlugins/ive/EllipsoidModel.h, src/osgPlugins/ive/Impostor.h, src/osgPlugins/ive/MultiSwitch.h, src/osgPlugins/ive/OccluderNode.h, src/osgPlugins/ive/Switch.h: Did a dos2unix on all files 2005-05-24 10:46 robert * src/osgDB/DatabasePager.cpp: Added check for an empty compile lists. 2005-05-24 10:37 robert * src/osgPlugins/flt/ReaderWriterFLT.cpp, src/osgPlugins/flt/ReaderWriterFLT.h: Added re-entrent mutex to serialize access to OpenFlight plugin to prevent any multi-threaded issues. 2005-05-23 11:27 robert * ChangeLog: Updated changelog 2005-05-23 11:18 robert * runexamples.bat: Added new examples to runexamples 2005-05-23 11:00 robert * NEWS.txt: Updated news. 2005-05-22 20:30 robert * examples/osgcatch/osgcatch.cpp: Changed .png files to .jpg to help save space in OpenSceneGraph-Data. 2005-05-22 20:19 robert * examples/osgcatch/osgcatch.cpp: Added scoring, welcome page, you've lost and you've won pages. 2005-05-21 21:19 robert * examples/osgcatch/osgcatch.cpp: Added support for multiple levels, and exit on lose of all lives or on finishng the highest level. 2005-05-21 12:57 robert * examples/osgcatch/osgcatch.cpp: Updates to osgcatch game to allow different types of falling objects 2005-05-21 09:55 robert * examples/osghangglide/GliderManipulator.cpp: Maded debugging output write out at INFO level 2005-05-20 22:15 robert * src/osgWrappers/osgUtil/RenderBin.cpp, src/osgWrappers/osgUtil/RenderStage.cpp: Tweaked wrappers by hand to get them to compile 2005-05-20 21:12 robert * src/osgPlugins/quicktime/QuicktimeImageStream.cpp, src/osgPlugins/xine/ReaderWriterXine.cpp, src/osgWrappers/osgGA/UFOManipulator.cpp, src/osgWrappers/osgProducer/OsgCameraGroup.cpp, src/osgWrappers/osgSim/SphereSegment.cpp, src/osgWrappers/osgUtil/RenderBin.cpp, src/osgWrappers/osgUtil/RenderStage.cpp, src/osgWrappers/osgUtil/SceneView.cpp: Updated wrappers. 2005-05-20 21:01 robert * include/osgGA/UFOManipulator, include/osgParticle/ForceOperator, include/osgParticle/ParticleProcessor, include/osgParticle/ParticleSystem, include/osgParticle/ParticleSystemUpdater, include/osgProducer/OsgCameraGroup, include/osgSim/ScalarBar, include/osgSim/SphereSegment: Fixed doxygen comments. 2005-05-20 18:35 robert * VisualStudio/examples/osgpbuffer/osgpbuffer.dsp: Removed references to removed files. 2005-05-20 15:45 robert * include/osg/Math: Reworking to avoid compile issues under VS6.0. 2005-05-20 11:35 robert * Make/makedirdefs, VisualStudio/osgPlugins/dx: Removed remaining references to old DX writer. 2005-05-20 11:33 robert * src/osgPlugins/dx: Removed long unused and out of date DX writer plugin from distribution, will now be placed on the wiki just in case its needed. 2005-05-20 06:39 robert * src/osg/Referenced.cpp: Added env var report. 2005-05-19 21:42 robert * include/osgUtil/SceneView: From Martin Aumueller, fixed copy and paste error on getActiveUniforms(). 2005-05-19 15:17 robert * include/osgUtil/RenderBin, include/osgUtil/RenderStage, src/osgUtil/RenderBin.cpp, src/osgUtil/RenderStage.cpp: Added support for setting the default render bin sort mode via the env OSG_DEFAULT_BIN_SORT_MODE variable or via or RenderBin::setDefaultRenderBinSortMode() method. 2005-05-19 09:22 robert * src/osgPlugins/flt/flt2osg.cpp: From Alberto Farre, added support for caching of ProxyNode children. 2005-05-18 21:45 don * src/osgProducer/ViewerEventHandler.cpp: Fixed fullscreen toggle in ViewerEventHandler that assumed the first RenderSurface was a window (not a pbuffer). 2005-05-18 21:34 don * examples/osgpbuffer/osgpbuffer.cpp: PBuffer example revamped to use a normal CameraConfig for setting up the PBuffer and main cameras, and a PBufferTexture2D for the texture, rather than a subload callback 2005-05-18 21:31 robert * ChangeLog, NEWS.txt, runexamples.bat: Updated NEWS, ChangeLog and runexamples.bat. 2005-05-18 21:17 robert * src/osgWrappers/osg/ClearNode.cpp: Updated wrappers. 2005-05-18 19:55 robert * include/osg/ClearNode, src/osg/ClearNode.cpp, src/osgPlugins/osg/ClearNode.cpp, src/osgUtil/SceneView.cpp: Added s/getClearMask() support to osg::ClearNode, osgUtil::SceneView and the .osg plugin. 2005-05-18 19:04 robert * src/osgPlugins/ive/DOFTransform.cpp, src/osgPlugins/ive/IveVersion.h: From Joakim Simonsson, DOFTransform multiplication order support added to .ive format. With tweak from Robert Osfield to wrap new read and write with a new version number to allow old files contain DOFTransforms to continue to work. 2005-05-18 18:43 robert * src/osgPlugins/flt/FltFile.cpp, src/osgPlugins/flt/FltFile.h, src/osgPlugins/flt/flt2osg.cpp: From Joakim Simonsson: "DOFAnimation's default state could now be controlled by the RW option. The option string is "dofAnimation" If the option string is omitted the default animation state is off." 2005-05-18 18:31 robert * src/osg/StateAttribute.cpp, src/osg/Uniform.cpp: Fixed copy and paste mistakes in setEventCallback methods 2005-05-17 20:12 robert * src/osg/Texture.cpp: Added RADEON as render type for disabling mipmapped NPO2T 2005-05-17 15:00 robert * doc/Doxyfiles/auto_Doxyfile, doc/Doxyfiles/core_Doxyfile: Cleaned up in prep for release. 2005-05-17 14:25 robert * src/osgUtil/Optimizer.cpp: Improved the handling of data attached to proxy nodes 2005-05-17 13:50 robert * src/osgPlugins/osg/ProxyNode.cpp: Changed the default behavior to not writing out proxynode children. 2005-05-17 13:47 robert * src/osgPlugins/osg/ProxyNode.cpp: Improved the handling of writing out of proxy node files. 2005-05-17 13:34 robert * src/osgPlugins/flt/flt2osg.cpp: From Daniel Sjölie, for the purpose of maintainability, made the load proxy nodes code the standard, remove the older code that remained as part of #else #endif blocks, and remove the erroneous implementation of caching of proxynodes. 2005-05-17 13:24 robert * examples/osgpbuffer/osgpbuffer.cpp: Added destructor to fix Cygwin build problem. 2005-05-17 11:11 robert * src/osgWrappers/osg/Texture.cpp: Updated wrappers. 2005-05-17 11:00 robert * include/osg/Texture, src/osg/Texture.cpp, src/osg/Texture1D.cpp, src/osg/Texture3D.cpp: Added differentiation between Non power of two textures when mip mapped vs when not mipped mapped to get round the issue of incomplete support under ATI cards. 2005-05-17 09:53 robert * NEWS.txt, VisualStudio/applications/osgconv/osgconv.dsp, applications/osgconv/GNUmakefile, applications/osgconv/GNUmakefile.inst, applications/osgconv/GeoSet.cpp, applications/osgconv/GeoSet.h, applications/osgconv/IO_GeoSet.cpp, applications/osgconv/osgconv.cpp: Removed old GeoSet backward compatibility code since its now redudent. 2005-05-17 09:06 robert * Make/makedefs, src/osgPlugins/net/sockstream.cpp: From Thom DeCarlo, build fixes for Cygwin. 2005-05-16 18:24 robert * NEWS.txt: Fixed name. 2005-05-16 17:37 robert * NEWS.txt: Update to NEWS w.r.t contributors 2005-05-16 17:17 robert * include/osg/Version, src/osg/Version.cpp, src/osgDB/Version.cpp, src/osgGA/Version.cpp, src/osgParticle/Version.cpp, src/osgProducer/Version.cpp, src/osgSim/Version.cpp, src/osgTerrain/Version.cpp, src/osgText/Version.cpp, src/osgUtil/Version.cpp: Bumped version numbers to 0.9.9 in rediness for 0.9.9 release. 2005-05-16 16:50 robert * ChangeLog, NEWS.txt: Updated NEWS and ChangeLog in prep for release 2005-05-16 15:51 robert * src/osg/dxtctool.cpp, src/osg/dxtctool.h, src/osgFX/SpecularHighlights.cpp, src/osgGA/UFOManipulator.cpp, src/osgSim/SphereSegment.cpp: Warning fixes for IRIX 2005-05-16 15:50 robert * src/osgWrappers/osgUtil/IntersectVisitor.cpp: Updated wrappers 2005-05-16 14:27 robert * include/osgUtil/IntersectVisitor: Changed the getHitList and getNumHits methods to take const osg::LineSegment* as a parameter. 2005-05-16 14:09 robert * src/osgTerrain/DataSet.cpp: Workaround for Mipspro compiler bug. 2005-05-16 11:22 robert * src/osgWrappers/osg/ShapeDrawable.cpp: Updated wrappers. 2005-05-16 11:18 robert * include/osg/ShapeDrawable, include/osgDB/Archive, src/osgTerrain/DataSet.cpp: Fixed method signatures. 2005-05-16 10:12 robert * Make/makedirdefs: Added osgUtil osgDB osgFX osgText osgTerrain osgGA osgProducer to the list of wrapper libraries. 2005-05-16 09:41 robert * src/osgWrappers/osg/AlphaFunc.cpp, src/osgWrappers/osg/AnimationPath.cpp, src/osgWrappers/osg/ApplicationUsage.cpp, src/osgWrappers/osg/ArgumentParser.cpp, src/osgWrappers/osg/Array.cpp, src/osgWrappers/osg/AutoTransform.cpp, src/osgWrappers/osg/Billboard.cpp, src/osgWrappers/osg/BlendColor.cpp, src/osgWrappers/osg/BlendEquation.cpp, src/osgWrappers/osg/BlendFunc.cpp, src/osgWrappers/osg/BoundingBox.cpp, src/osgWrappers/osg/BoundingSphere.cpp, src/osgWrappers/osg/BufferObject.cpp, src/osgWrappers/osg/ClearNode.cpp, src/osgWrappers/osg/ClipNode.cpp, src/osgWrappers/osg/ClipPlane.cpp, src/osgWrappers/osg/ClusterCullingCallback.cpp, src/osgWrappers/osg/CollectOccludersVisitor.cpp, src/osgWrappers/osg/ColorMask.cpp, src/osgWrappers/osg/ColorMatrix.cpp, src/osgWrappers/osg/ConvexPlanarOccluder.cpp, src/osgWrappers/osg/ConvexPlanarPolygon.cpp, src/osgWrappers/osg/CoordinateSystemNode.cpp, src/osgWrappers/osg/CopyOp.cpp, src/osgWrappers/osg/CullFace.cpp, src/osgWrappers/osg/CullSettings.cpp, src/osgWrappers/osg/CullStack.cpp, src/osgWrappers/osg/CullingSet.cpp, src/osgWrappers/osg/Depth.cpp, src/osgWrappers/osg/DisplaySettings.cpp, src/osgWrappers/osg/DrawPixels.cpp, src/osgWrappers/osg/Drawable.cpp, src/osgWrappers/osg/Fog.cpp, src/osgWrappers/osg/FragmentProgram.cpp, src/osgWrappers/osg/FrameStamp.cpp, src/osgWrappers/osg/FrontFace.cpp, src/osgWrappers/osg/Geode.cpp, src/osgWrappers/osg/Geometry.cpp, src/osgWrappers/osg/Group.cpp, src/osgWrappers/osg/Image.cpp, src/osgWrappers/osg/ImageStream.cpp, src/osgWrappers/osg/LOD.cpp, src/osgWrappers/osg/Light.cpp, src/osgWrappers/osg/LightModel.cpp, src/osgWrappers/osg/LightSource.cpp, src/osgWrappers/osg/LineSegment.cpp, src/osgWrappers/osg/LineStipple.cpp, src/osgWrappers/osg/LineWidth.cpp, src/osgWrappers/osg/LogicOp.cpp, src/osgWrappers/osg/Material.cpp, src/osgWrappers/osg/Matrix.cpp, src/osgWrappers/osg/MatrixTransform.cpp, src/osgWrappers/osg/Matrixd.cpp, src/osgWrappers/osg/Matrixf.cpp, src/osgWrappers/osg/Multisample.cpp, src/osgWrappers/osg/Node.cpp, src/osgWrappers/osg/NodeCallback.cpp, src/osgWrappers/osg/NodeVisitor.cpp, src/osgWrappers/osg/Object.cpp, src/osgWrappers/osg/OccluderNode.cpp, src/osgWrappers/osg/PagedLOD.cpp, src/osgWrappers/osg/Plane.cpp, src/osgWrappers/osg/Point.cpp, src/osgWrappers/osg/PointSprite.cpp, src/osgWrappers/osg/PolygonMode.cpp, src/osgWrappers/osg/PolygonOffset.cpp, src/osgWrappers/osg/PolygonStipple.cpp, src/osgWrappers/osg/Polytope.cpp, src/osgWrappers/osg/PositionAttitudeTransform.cpp, src/osgWrappers/osg/PrimitiveSet.cpp, src/osgWrappers/osg/Program.cpp, src/osgWrappers/osg/Projection.cpp, src/osgWrappers/osg/ProxyNode.cpp, src/osgWrappers/osg/Quat.cpp, src/osgWrappers/osg/RefNodePath.cpp, src/osgWrappers/osg/Referenced.cpp, src/osgWrappers/osg/Sequence.cpp, src/osgWrappers/osg/ShadeModel.cpp, src/osgWrappers/osg/Shader.cpp, src/osgWrappers/osg/ShadowVolumeOccluder.cpp, src/osgWrappers/osg/Shape.cpp, src/osgWrappers/osg/ShapeDrawable.cpp, src/osgWrappers/osg/State.cpp, src/osgWrappers/osg/StateAttribute.cpp, src/osgWrappers/osg/StateSet.cpp, src/osgWrappers/osg/Stencil.cpp, src/osgWrappers/osg/Switch.cpp, src/osgWrappers/osg/TexEnv.cpp, src/osgWrappers/osg/TexEnvCombine.cpp, src/osgWrappers/osg/TexEnvFilter.cpp, src/osgWrappers/osg/TexGen.cpp, src/osgWrappers/osg/TexGenNode.cpp, src/osgWrappers/osg/TexMat.cpp, src/osgWrappers/osg/Texture.cpp, src/osgWrappers/osg/Texture1D.cpp, src/osgWrappers/osg/Texture2D.cpp, src/osgWrappers/osg/Texture3D.cpp, src/osgWrappers/osg/TextureCubeMap.cpp, src/osgWrappers/osg/TextureRectangle.cpp, src/osgWrappers/osg/Timer.cpp, src/osgWrappers/osg/Transform.cpp, src/osgWrappers/osg/UByte4.cpp, src/osgWrappers/osg/Uniform.cpp, src/osgWrappers/osg/Vec2.cpp, src/osgWrappers/osg/Vec2d.cpp, src/osgWrappers/osg/Vec2f.cpp, src/osgWrappers/osg/Vec3.cpp, src/osgWrappers/osg/Vec3d.cpp, src/osgWrappers/osg/Vec3f.cpp, src/osgWrappers/osg/Vec4.cpp, src/osgWrappers/osg/Vec4d.cpp, src/osgWrappers/osg/Vec4f.cpp, src/osgWrappers/osg/VertexProgram.cpp, src/osgWrappers/osg/Viewport.cpp, src/osgWrappers/osgDB/Archive.cpp, src/osgWrappers/osgDB/DatabasePager.cpp, src/osgWrappers/osgDB/DotOsgWrapper.cpp, src/osgWrappers/osgDB/DynamicLibrary.cpp, src/osgWrappers/osgDB/Field.cpp, src/osgWrappers/osgDB/FieldReader.cpp, src/osgWrappers/osgDB/FieldReaderIterator.cpp, src/osgWrappers/osgDB/FileUtils.cpp, src/osgWrappers/osgDB/ImageOptions.cpp, src/osgWrappers/osgDB/Input.cpp, src/osgWrappers/osgDB/Output.cpp, src/osgWrappers/osgDB/ParameterOutput.cpp, src/osgWrappers/osgDB/ReaderWriter.cpp, src/osgWrappers/osgDB/ReentrantMutex.cpp, src/osgWrappers/osgDB/Registry.cpp, src/osgWrappers/osgDB/SharedStateManager.cpp, src/osgWrappers/osgFX/AnisotropicLighting.cpp, src/osgWrappers/osgFX/BumpMapping.cpp, src/osgWrappers/osgFX/Cartoon.cpp, src/osgWrappers/osgFX/Effect.cpp, src/osgWrappers/osgFX/MultiTextureControl.cpp, src/osgWrappers/osgFX/Registry.cpp, src/osgWrappers/osgFX/Scribe.cpp, src/osgWrappers/osgFX/SpecularHighlights.cpp, src/osgWrappers/osgFX/Technique.cpp, src/osgWrappers/osgFX/Validator.cpp, src/osgWrappers/osgGA/AnimationPathManipulator.cpp, src/osgWrappers/osgGA/DriveManipulator.cpp, src/osgWrappers/osgGA/EventVisitor.cpp, src/osgWrappers/osgGA/FlightManipulator.cpp, src/osgWrappers/osgGA/GUIActionAdapter.cpp, src/osgWrappers/osgGA/GUIEventAdapter.cpp, src/osgWrappers/osgGA/GUIEventHandler.cpp, src/osgWrappers/osgGA/GUIEventHandlerVisitor.cpp, src/osgWrappers/osgGA/KeySwitchMatrixManipulator.cpp, src/osgWrappers/osgGA/MatrixManipulator.cpp, src/osgWrappers/osgGA/NodeTrackerManipulator.cpp, src/osgWrappers/osgGA/SetSceneViewVisitor.cpp, src/osgWrappers/osgGA/StateSetManipulator.cpp, src/osgWrappers/osgGA/TerrainManipulator.cpp, src/osgWrappers/osgGA/TrackballManipulator.cpp, src/osgWrappers/osgGA/UFOManipulator.cpp, src/osgWrappers/osgParticle/AccelOperator.cpp, src/osgWrappers/osgParticle/AngularAccelOperator.cpp, src/osgWrappers/osgParticle/CenteredPlacer.cpp, src/osgWrappers/osgParticle/Counter.cpp, src/osgWrappers/osgParticle/Emitter.cpp, src/osgWrappers/osgParticle/ExplosionDebriEffect.cpp, src/osgWrappers/osgParticle/ExplosionEffect.cpp, src/osgWrappers/osgParticle/FireEffect.cpp, src/osgWrappers/osgParticle/FluidFrictionOperator.cpp, src/osgWrappers/osgParticle/FluidProgram.cpp, src/osgWrappers/osgParticle/ForceOperator.cpp, src/osgWrappers/osgParticle/Interpolator.cpp, src/osgWrappers/osgParticle/LinearInterpolator.cpp, src/osgWrappers/osgParticle/ModularEmitter.cpp, src/osgWrappers/osgParticle/ModularProgram.cpp, src/osgWrappers/osgParticle/MultiSegmentPlacer.cpp, src/osgWrappers/osgParticle/Operator.cpp, src/osgWrappers/osgParticle/Particle.cpp, src/osgWrappers/osgParticle/ParticleEffect.cpp, src/osgWrappers/osgParticle/ParticleProcessor.cpp, src/osgWrappers/osgParticle/ParticleSystem.cpp, src/osgWrappers/osgParticle/ParticleSystemUpdater.cpp, src/osgWrappers/osgParticle/Placer.cpp, src/osgWrappers/osgParticle/PointPlacer.cpp, src/osgWrappers/osgParticle/Program.cpp, src/osgWrappers/osgParticle/RadialShooter.cpp, src/osgWrappers/osgParticle/RandomRateCounter.cpp, src/osgWrappers/osgParticle/SectorPlacer.cpp, src/osgWrappers/osgParticle/SegmentPlacer.cpp, src/osgWrappers/osgParticle/Shooter.cpp, src/osgWrappers/osgParticle/SmokeEffect.cpp, src/osgWrappers/osgParticle/VariableRateCounter.cpp, src/osgWrappers/osgParticle/range.cpp, src/osgWrappers/osgProducer/EventAdapter.cpp, src/osgWrappers/osgProducer/KeyboardMouseCallback.cpp, src/osgWrappers/osgProducer/OsgCameraGroup.cpp, src/osgWrappers/osgProducer/OsgSceneHandler.cpp, src/osgWrappers/osgProducer/Viewer.cpp, src/osgWrappers/osgProducer/ViewerEventHandler.cpp, src/osgWrappers/osgSim/BlinkSequence.cpp, src/osgWrappers/osgSim/ColorRange.cpp, src/osgWrappers/osgSim/DOFTransform.cpp, src/osgWrappers/osgSim/GeographicLocation.cpp, src/osgWrappers/osgSim/Impostor.cpp, src/osgWrappers/osgSim/ImpostorSprite.cpp, src/osgWrappers/osgSim/InsertImpostorsVisitor.cpp, src/osgWrappers/osgSim/LightPoint.cpp, src/osgWrappers/osgSim/LightPointNode.cpp, src/osgWrappers/osgSim/LightPointSystem.cpp, src/osgWrappers/osgSim/MultiSwitch.cpp, src/osgWrappers/osgSim/ScalarBar.cpp, src/osgWrappers/osgSim/ScalarsToColors.cpp, src/osgWrappers/osgSim/Sector.cpp, src/osgWrappers/osgSim/SphereSegment.cpp, src/osgWrappers/osgSim/VisibilityGroup.cpp, src/osgWrappers/osgTerrain/DataSet.cpp, src/osgWrappers/osgTerrain/HeightFieldNode.cpp, src/osgWrappers/osgTerrain/HeightFieldRenderer.cpp, src/osgWrappers/osgText/Export.cpp, src/osgWrappers/osgText/Font.cpp, src/osgWrappers/osgText/String.cpp, src/osgWrappers/osgText/Text.cpp, src/osgWrappers/osgUtil/CubeMapGenerator.cpp, src/osgWrappers/osgUtil/CullVisitor.cpp, src/osgWrappers/osgUtil/DelaunayTriangulator.cpp, src/osgWrappers/osgUtil/DisplayRequirementsVisitor.cpp, src/osgWrappers/osgUtil/GLObjectsVisitor.cpp, src/osgWrappers/osgUtil/HalfWayMapGenerator.cpp, src/osgWrappers/osgUtil/HighlightMapGenerator.cpp, src/osgWrappers/osgUtil/IntersectVisitor.cpp, src/osgWrappers/osgUtil/Optimizer.cpp, src/osgWrappers/osgUtil/ReflectionMapGenerator.cpp, src/osgWrappers/osgUtil/RenderBin.cpp, src/osgWrappers/osgUtil/RenderGraph.cpp, src/osgWrappers/osgUtil/RenderLeaf.cpp, src/osgWrappers/osgUtil/RenderStage.cpp, src/osgWrappers/osgUtil/RenderStageLighting.cpp, src/osgWrappers/osgUtil/RenderToTextureStage.cpp, src/osgWrappers/osgUtil/SceneView.cpp, src/osgWrappers/osgUtil/Simplifier.cpp, src/osgWrappers/osgUtil/SmoothingVisitor.cpp, src/osgWrappers/osgUtil/Statistics.cpp, src/osgWrappers/osgUtil/TangentSpaceGenerator.cpp, src/osgWrappers/osgUtil/Tesselator.cpp, src/osgWrappers/osgUtil/TransformAttributeFunctor.cpp, src/osgWrappers/osgUtil/TransformCallback.cpp, src/osgWrappers/osgUtil/TriStripVisitor.cpp, src/osgWrappers/osgUtil/UpdateVisitor.cpp: Updated wrappers 2005-05-15 20:32 robert * include/osgDB/DatabasePager, include/osgIntrospection/ReflectionMacros, include/osgIntrospection/Reflector, include/osgIntrospection/TypedMethodInfo, include/osgProducer/OsgCameraGroup, include/osgText/Font: From Marco Jez, fixes to/and for osgIntrospection. 2005-05-15 20:31 robert * include/osg/Group: Moved computeBounds into public scope. 2005-05-15 05:47 robert * include/osg/Geode: From John Grant, added getDrawableList() const. 2005-05-14 18:57 robert * include/osgTerrain/DataSet: From Marco Jez, added export symbols. 2005-05-14 14:31 robert * include/osgGA/UFOManipulator: From Marco Jez, change of Doxygen docs name of class from UFOManipulator to osgGA::UFOManipulator, done to avoid automated wrapper issues. 2005-05-13 21:39 robert * src/osgSim/Impostor.cpp: Yet another using namespace osg to try and work out the spat betwen MipsPro and VS.6.0. 2005-05-13 21:38 robert * include/osg/ArgumentParser, include/osg/PolygonMode, include/osg/Uniform: From Tom Jolly, removing trailing comma for last entries in enums to fix IRIX compile warnings. 2005-05-13 14:54 robert * VisualStudio/applications/osgdem/osgdem.dsp, VisualStudio/examples/osgGLUTkeyboardmouse/osgGLUTkeyboardmouse.dsp, VisualStudio/examples/osgGLUTsimple/osgGLUTsimple.dsp, VisualStudio/osgPlugins/freetype/freetype.dsp, VisualStudio/osgPlugins/gif/gif.dsp, VisualStudio/osgPlugins/jpeg/jpeg.dsp, VisualStudio/osgPlugins/png/png.dsp, VisualStudio/osgPlugins/tiff/tiff.dsp, VisualStudio/osgTerrain/osgTerrain.dsp: From Mike Weiblen, updated project files to link to new 3rdParty libs 2005-05-13 14:36 robert * src/osgWrappers/osgUtil/Optimizer.cpp, src/osgWrappers/osgUtil/TriStripVisitor.cpp: Updated wrappers. 2005-05-13 13:29 robert * include/osgUtil/Optimizer, include/osgUtil/TriStripVisitor, src/osgUtil/Optimizer.cpp: Moved BaseOptimizerVisitor out of Optimizer into osgUtil namespace to try and get round MipsPro compile problems. 2005-05-13 12:06 robert * src/osgPlugins/dxf/dxfFile.h, src/osgPlugins/dxf/dxfSection.h: Refinement of includes to help IRIX build 2005-05-13 11:11 robert * include/osg/Math, include/osgSim/ImpostorSprite, src/osgFX/MultiTextureControl.cpp, src/osgSim/ImpostorSprite.cpp, src/osgText/Text.cpp: Cross platform build fixes. 2005-05-13 09:52 robert * src/osgPlugins/dxf/dxfEntity.h: Added #include "dxfBlock.h" 2005-05-13 09:05 robert * VisualStudio/osgPlugins/ive/ive.dsp: Added /Zm200 2005-05-13 08:54 robert * src/osgDB/ReadFile.cpp: Removed unused function. 2005-05-12 20:59 robert * include/osg/Shader: From Mike Weiblen, Added queries of compilation state to Shader (for symmetry with Program's link state queries) 2005-05-12 20:46 robert * src/osgPlugins/flt/flt2osg.cpp: fixed warning. 2005-05-12 20:35 robert * include/osg/State: From Jan Ciger, gcc 4.0 compile fix. 2005-05-12 20:06 robert * src/osgWrappers/osg/Billboard.cpp, src/osgWrappers/osg/BoundingSphere.cpp, src/osgWrappers/osg/ClipNode.cpp, src/osgWrappers/osg/DrawPixels.cpp, src/osgWrappers/osg/Drawable.cpp, src/osgWrappers/osg/Geode.cpp, src/osgWrappers/osg/LOD.cpp, src/osgWrappers/osg/LightSource.cpp, src/osgWrappers/osg/Node.cpp, src/osgWrappers/osg/OccluderNode.cpp, src/osgWrappers/osg/ProxyNode.cpp, src/osgWrappers/osg/ShapeDrawable.cpp, src/osgWrappers/osg/Switch.cpp, src/osgWrappers/osg/Transform.cpp, src/osgWrappers/osgGA/UFOManipulator.cpp, src/osgWrappers/osgParticle/ParticleProcessor.cpp, src/osgWrappers/osgParticle/ParticleSystem.cpp, src/osgWrappers/osgParticle/ParticleSystemUpdater.cpp, src/osgWrappers/osgSim/Impostor.cpp, src/osgWrappers/osgSim/ImpostorSprite.cpp, src/osgWrappers/osgSim/LightPointNode.cpp, src/osgWrappers/osgText/Text.cpp: Updated wrappers. 2005-05-12 20:03 robert * src/osgPlugins/ive/MatrixTransform.cpp: Fixed pairing of write and read of Matrixd 2005-05-12 19:14 robert * VisualStudio/examples/osgpbuffer/osgpbuffer.dsp: From Mike Weiblen, osgpbuffer now needs to link w/ Producer (fixed .dsp file attached) 2005-05-12 19:05 robert * src/osg/Uniform.cpp: Added missing Uniform(Matrixd) constructor implementation 2005-05-12 15:51 robert * src/osgPlugins/flt/flt2osg.cpp: From Alberto Farre, "ConvertFromFLT::addMultiTexture makes ENDIAN conversion for SMultiTexture struct attributes. When an flt object is multi-instantiated y should be done just first time, because SMultiTexture struct is always the same, currently is being done for each instance. Attached file fix the problem but perhaps a more clean fix would be making ENDIAN conversion at writing attributes time instead of at reading time. " 2005-05-12 14:48 robert * include/osg/Drawable, include/osg/Node, src/osgPlugins/ive/Drawable.cpp, src/osgPlugins/ive/Node.cpp, src/osgPlugins/osg/Drawable.cpp, src/osgPlugins/osg/Node.cpp: Added IO support for new intialBound and callbacks to .osg, and initialBound to .ive 2005-05-12 14:03 robert * applications/osgconv/GeoSet.cpp, applications/osgconv/GeoSet.h, examples/osgteapot/osgteapot.cpp, include/osg/Billboard, include/osg/BoundingSphere, include/osg/ClipNode, include/osg/DrawPixels, include/osg/Drawable, include/osg/Geode, include/osg/Group, include/osg/LOD, include/osg/LightSource, include/osg/Node, include/osg/OccluderNode, include/osg/ProxyNode, include/osg/ShapeDrawable, include/osg/Switch, include/osg/Transform, include/osgParticle/ParticleProcessor, include/osgParticle/ParticleSystem, include/osgParticle/ParticleSystemUpdater, include/osgSim/Impostor, include/osgSim/ImpostorSprite, include/osgSim/LightPointNode, include/osgText/Text, src/osg/Billboard.cpp, src/osg/ClipNode.cpp, src/osg/DrawPixels.cpp, src/osg/Drawable.cpp, src/osg/Geode.cpp, src/osg/Group.cpp, src/osg/LOD.cpp, src/osg/LightSource.cpp, src/osg/Node.cpp, src/osg/OccluderNode.cpp, src/osg/ProxyNode.cpp, src/osg/ShapeDrawable.cpp, src/osg/Switch.cpp, src/osg/Transform.cpp, src/osgParticle/ParticleProcessor.cpp, src/osgParticle/ParticleSystem.cpp, src/osgParticle/ParticleSystemUpdater.cpp, src/osgPlugins/logo/ReaderWriterLOGO.cpp, src/osgPlugins/txp/TXPNode.cpp, src/osgPlugins/txp/TXPNode.h, src/osgSim/Impostor.cpp, src/osgSim/ImpostorSprite.cpp, src/osgSim/LightPointDrawable.cpp, src/osgSim/LightPointDrawable.h, src/osgSim/LightPointNode.cpp, src/osgSim/SphereSegment.cpp, src/osgText/Text.cpp: Added new Node/Drawable::s/getInitialBound and Node/Drawable::s/getComputeBoundCallback methods and reimplement computeBound so that it passes back a bounding volume rather than modifying the local one. 2005-05-12 08:58 robert * src/osgParticle/ParticleEffect.cpp: Added setTextureFileName method. 2005-05-12 08:54 robert * src/osg/Program.cpp, src/osg/Shader.cpp, src/osg/State.cpp: Added clear of lazy uniform updating structure on relink, also added debug output of shader being compiled. 2005-05-12 07:47 robert * include/osg/GL2Extensions, include/osg/Uniform: Moved OpenGL2 definitions from Uniform header to GL2Extensions 2005-05-11 21:36 robert * src/osgWrappers/osg/Shader.cpp: Updated wrappers. 2005-05-11 21:06 robert * include/osg/GL2Extensions, include/osg/Shader: Added missing required includes 2005-05-11 20:37 robert * include/osg/GL2Extensions, include/osg/Shader: Compile fix. 2005-05-11 20:05 robert * src/osgWrappers/osg/Program.cpp, src/osgWrappers/osg/Shader.cpp, src/osgWrappers/osg/Uniform.cpp, src/osgWrappers/osgParticle/ParticleEffect.cpp, src/osgWrappers/osgUtil/Optimizer.cpp: Updated wrappers 2005-05-11 19:59 robert * include/osg/GL2Extensions, include/osg/Program, include/osg/Shader, include/osg/Uniform: Moved GL2Extensions back out of Program and into its own header file. 2005-05-11 19:34 robert * src/osgPlugins/txp/ReaderWriterTXP.cpp, src/osgPlugins/txp/TXPArchive.h, src/osgPlugins/txp/TXPNode.h: From Don Tidrow, "I added some code to assign the archive pointer in TXPnode with the archive that ReaderWriterTXP actually loads. I also added a function in TXPArchive to help in manipulating the lightpoints." 2005-05-11 19:32 robert * src/osg/Program.cpp, src/osg/Shader.cpp: Changed the info log so that it output to INFO on success, to WARN when an error has occured. 2005-05-11 19:14 robert * Make/makedirdefs, VisualStudio/examples/osgpbuffer/osgpbuffer.dsp, examples/osgpbuffer/GNUmakefile, examples/osgpbuffer/GNUmakefile.inst, examples/osgpbuffer/RenderToTextureStage.cpp, examples/osgpbuffer/RenderToTextureStage.h, examples/osgpbuffer/osgpbuffer.cpp, examples/osgpbuffer/pbuffer.cpp, examples/osgpbuffer/pbuffer.h: From Nathan Monteleone, rewrote the osgpbuffer example so that it uses Producer xplatform support for pbuffer instead of Win32 specific pathways as support before. (with a few code tweaks to simplfy the code, by Robert Osfield). 2005-05-11 16:05 robert * src/osgParticle/ExplosionDebriEffect.cpp, src/osgParticle/ExplosionEffect.cpp, src/osgParticle/FireEffect.cpp, src/osgParticle/SmokeEffect.cpp, src/osgPlugins/osgParticle/IO_ParticleEffect.cpp: Added .osg support for new ParticleEffect::s/getDefaultParticleTemplate. 2005-05-11 15:26 robert * include/osgParticle/ParticleEffect, src/osgParticle/ExplosionDebriEffect.cpp, src/osgParticle/ExplosionEffect.cpp, src/osgParticle/FireEffect.cpp, src/osgParticle/ParticleEffect.cpp, src/osgParticle/SmokeEffect.cpp: Added support for setting the texture filename and more fine control over the particle template used in ParticleEffects 2005-05-11 13:40 robert * src/osgPlugins/osg/Uniform.cpp: Fixed compile warning. 2005-05-11 13:37 robert * include/osg/Uniform, src/osg/Uniform.cpp, src/osgPlugins/ive/DOFTransform.cpp, src/osgPlugins/ive/DataInputStream.cpp, src/osgPlugins/ive/DataInputStream.h, src/osgPlugins/ive/DataOutputStream.cpp, src/osgPlugins/ive/DataOutputStream.h, src/osgPlugins/ive/MatrixTransform.cpp, src/osgPlugins/ive/TexMat.cpp, src/osgPlugins/ive/Uniform.cpp: Completed GLSL support in .ive 2005-05-11 11:42 robert * src/osgPlugins/ive/DataInputStream.cpp, src/osgPlugins/ive/DataInputStream.h, src/osgPlugins/ive/DataOutputStream.cpp, src/osgPlugins/ive/DataOutputStream.h, src/osgPlugins/ive/Program.cpp, src/osgPlugins/ive/Shader.cpp, src/osgPlugins/ive/StateSet.cpp, src/osgPlugins/ive/Uniform.cpp: Further work on GLSL support in .ive 2005-05-11 11:41 robert * include/osg/Program, src/osg/Program.cpp, src/osgPlugins/osg/Program.cpp, src/osgUtil/SceneView.cpp: Cleaned up API of BindAttributeLocation, added deletion of shader objects. 2005-05-10 20:20 robert * VisualStudio/osgPlugins/ive/ive.dsp, src/osgPlugins/ive/DataInputStream.cpp, src/osgPlugins/ive/DataInputStream.h, src/osgPlugins/ive/DataOutputStream.cpp, src/osgPlugins/ive/DataOutputStream.h, src/osgPlugins/ive/GNUmakefile, src/osgPlugins/ive/IveVersion.h, src/osgPlugins/ive/Program.cpp, src/osgPlugins/ive/Program.h, src/osgPlugins/ive/ReadWrite.h, src/osgPlugins/ive/Shader.cpp, src/osgPlugins/ive/Shader.h, src/osgPlugins/ive/StateSet.cpp, src/osgPlugins/ive/Uniform.cpp, src/osgPlugins/ive/Uniform.h: Put in place the class to implement GLSL support in .ive 2005-05-10 18:21 robert * src/osg/Program.cpp: Moved the infolog to the error handling block and upping its notification level to WARN to provide better feedback on failure with needing to use DEBUG notification level. 2005-05-10 16:13 robert * src/osgPlugins/obj/obj.cpp: Added tab to space converted to .obj plugin 2005-05-10 13:56 robert * include/osg/State, src/osg/State.cpp: Added support for PROTECTED and OVERRIDE to uniforms. 2005-05-10 10:01 robert * src/osgPlugins/ive/IveVersion.h, src/osgPlugins/ive/Texture.cpp: From Farshid Lashkari, bumped IVE version number to 9, and added support in Texture for _borderWidth _useHardwareMipMapGeneration _unrefImageDataAfterApply _clientStorageHint _resizeNonPowerOfTwoHint 2005-05-10 09:07 robert * Make/dolink.sh: Changed -ne to $LINK_ECHO_OPTION to fix cross platform compile issues 2005-05-10 08:07 robert * src/osgPlugins/osg/Texture.cpp: From Farshid Lashkari, and non power of two resize hint support to .osg ascii 2005-05-09 15:29 robert * include/osgUtil/Optimizer, src/osgUtil/Optimizer.cpp: Added code to prevent ProxyNode's from been "flattened" by osgUtil::Optimizer::FlattenStaticTransforms. 2005-05-09 13:09 robert * examples/osgforest/osgforest.cpp, examples/osgparticleeffects/osgparticleeffects.cpp, examples/osgshadowtexture/osgshadowtexture.cpp, examples/osgshape/osgshape.cpp, examples/osgspheresegment/osgspheresegment.cpp, examples/osgspotlight/osgspotlight.cpp, include/osg/AnimationPath, include/osg/Billboard, include/osg/LightSource, include/osg/Shape, include/osg/StateSet, include/osg/Texture2D, include/osg/Transform, include/osgProducer/OsgCameraGroup, include/osgText/Font, include/osgText/Text, include/osgUtil/RenderBin, include/osgUtil/RenderStage, include/osgUtil/SceneView, src/osgPlugins/osg/Shape.cpp, src/osgWrappers/osg/Shape.cpp, src/osgWrappers/osg/Texture2D.cpp: Removed deprecated API in preparation for 0.9.9 release. 2005-05-09 10:17 robert * Make/makedirdefs, src/osgWrappers/osgDB, src/osgWrappers/osgDB/Archive.cpp, src/osgWrappers/osgDB/DatabasePager.cpp, src/osgWrappers/osgDB/DotOsgWrapper.cpp, src/osgWrappers/osgDB/DynamicLibrary.cpp, src/osgWrappers/osgDB/Field.cpp, src/osgWrappers/osgDB/FieldReader.cpp, src/osgWrappers/osgDB/FieldReaderIterator.cpp, src/osgWrappers/osgDB/FileUtils.cpp, src/osgWrappers/osgDB/GNUmakefile, src/osgWrappers/osgDB/ImageOptions.cpp, src/osgWrappers/osgDB/Input.cpp, src/osgWrappers/osgDB/Output.cpp, src/osgWrappers/osgDB/ParameterOutput.cpp, src/osgWrappers/osgDB/ReaderWriter.cpp, src/osgWrappers/osgDB/ReentrantMutex.cpp, src/osgWrappers/osgDB/Registry.cpp, src/osgWrappers/osgDB/SharedStateManager.cpp, src/osgWrappers/osgFX, src/osgWrappers/osgFX/AnisotropicLighting.cpp, src/osgWrappers/osgFX/BumpMapping.cpp, src/osgWrappers/osgFX/Cartoon.cpp, src/osgWrappers/osgFX/Effect.cpp, src/osgWrappers/osgFX/GNUmakefile, src/osgWrappers/osgFX/MultiTextureControl.cpp, src/osgWrappers/osgFX/Registry.cpp, src/osgWrappers/osgFX/Scribe.cpp, src/osgWrappers/osgFX/SpecularHighlights.cpp, src/osgWrappers/osgFX/Technique.cpp, src/osgWrappers/osgFX/Validator.cpp, src/osgWrappers/osgGA, src/osgWrappers/osgGA/AnimationPathManipulator.cpp, src/osgWrappers/osgGA/DriveManipulator.cpp, src/osgWrappers/osgGA/EventVisitor.cpp, src/osgWrappers/osgGA/FlightManipulator.cpp, src/osgWrappers/osgGA/GNUmakefile, src/osgWrappers/osgGA/GUIActionAdapter.cpp, src/osgWrappers/osgGA/GUIEventAdapter.cpp, src/osgWrappers/osgGA/GUIEventHandler.cpp, src/osgWrappers/osgGA/GUIEventHandlerVisitor.cpp, src/osgWrappers/osgGA/KeySwitchMatrixManipulator.cpp, src/osgWrappers/osgGA/MatrixManipulator.cpp, src/osgWrappers/osgGA/NodeTrackerManipulator.cpp, src/osgWrappers/osgGA/SetSceneViewVisitor.cpp, src/osgWrappers/osgGA/StateSetManipulator.cpp, src/osgWrappers/osgGA/TerrainManipulator.cpp, src/osgWrappers/osgGA/TrackballManipulator.cpp, src/osgWrappers/osgGA/UFOManipulator.cpp, src/osgWrappers/osgParticle, src/osgWrappers/osgParticle/AccelOperator.cpp, src/osgWrappers/osgParticle/AngularAccelOperator.cpp, src/osgWrappers/osgParticle/CenteredPlacer.cpp, src/osgWrappers/osgParticle/Counter.cpp, src/osgWrappers/osgParticle/Emitter.cpp, src/osgWrappers/osgParticle/ExplosionDebriEffect.cpp, src/osgWrappers/osgParticle/ExplosionEffect.cpp, src/osgWrappers/osgParticle/FireEffect.cpp, src/osgWrappers/osgParticle/FluidFrictionOperator.cpp, src/osgWrappers/osgParticle/FluidProgram.cpp, src/osgWrappers/osgParticle/ForceOperator.cpp, src/osgWrappers/osgParticle/GNUmakefile, src/osgWrappers/osgParticle/Interpolator.cpp, src/osgWrappers/osgParticle/LinearInterpolator.cpp, src/osgWrappers/osgParticle/ModularEmitter.cpp, src/osgWrappers/osgParticle/ModularProgram.cpp, src/osgWrappers/osgParticle/MultiSegmentPlacer.cpp, src/osgWrappers/osgParticle/Operator.cpp, src/osgWrappers/osgParticle/Particle.cpp, src/osgWrappers/osgParticle/ParticleEffect.cpp, src/osgWrappers/osgParticle/ParticleProcessor.cpp, src/osgWrappers/osgParticle/ParticleSystem.cpp, src/osgWrappers/osgParticle/ParticleSystemUpdater.cpp, src/osgWrappers/osgParticle/Placer.cpp, src/osgWrappers/osgParticle/PointPlacer.cpp, src/osgWrappers/osgParticle/Program.cpp, src/osgWrappers/osgParticle/RadialShooter.cpp, src/osgWrappers/osgParticle/RandomRateCounter.cpp, src/osgWrappers/osgParticle/SectorPlacer.cpp, src/osgWrappers/osgParticle/SegmentPlacer.cpp, src/osgWrappers/osgParticle/Shooter.cpp, src/osgWrappers/osgParticle/SmokeEffect.cpp, src/osgWrappers/osgParticle/VariableRateCounter.cpp, src/osgWrappers/osgParticle/range.cpp, src/osgWrappers/osgProducer, src/osgWrappers/osgProducer/EventAdapter.cpp, src/osgWrappers/osgProducer/GNUmakefile, src/osgWrappers/osgProducer/KeyboardMouseCallback.cpp, src/osgWrappers/osgProducer/OsgCameraGroup.cpp, src/osgWrappers/osgProducer/OsgSceneHandler.cpp, src/osgWrappers/osgProducer/Viewer.cpp, src/osgWrappers/osgProducer/ViewerEventHandler.cpp, src/osgWrappers/osgSim, src/osgWrappers/osgSim/BlinkSequence.cpp, src/osgWrappers/osgSim/ColorRange.cpp, src/osgWrappers/osgSim/DOFTransform.cpp, src/osgWrappers/osgSim/GNUmakefile, src/osgWrappers/osgSim/GeographicLocation.cpp, src/osgWrappers/osgSim/Impostor.cpp, src/osgWrappers/osgSim/ImpostorSprite.cpp, src/osgWrappers/osgSim/InsertImpostorsVisitor.cpp, src/osgWrappers/osgSim/LightPoint.cpp, src/osgWrappers/osgSim/LightPointNode.cpp, src/osgWrappers/osgSim/LightPointSystem.cpp, src/osgWrappers/osgSim/MultiSwitch.cpp, src/osgWrappers/osgSim/ScalarBar.cpp, src/osgWrappers/osgSim/ScalarsToColors.cpp, src/osgWrappers/osgSim/Sector.cpp, src/osgWrappers/osgSim/SphereSegment.cpp, src/osgWrappers/osgSim/VisibilityGroup.cpp, src/osgWrappers/osgTerrain, src/osgWrappers/osgTerrain/DataSet.cpp, src/osgWrappers/osgTerrain/GNUmakefile, src/osgWrappers/osgTerrain/HeightFieldNode.cpp, src/osgWrappers/osgTerrain/HeightFieldRenderer.cpp, src/osgWrappers/osgText, src/osgWrappers/osgText/Export.cpp, src/osgWrappers/osgText/Font.cpp, src/osgWrappers/osgText/GNUmakefile, src/osgWrappers/osgText/String.cpp, src/osgWrappers/osgText/Text.cpp, src/osgWrappers/osgUtil, src/osgWrappers/osgUtil/CubeMapGenerator.cpp, src/osgWrappers/osgUtil/CullVisitor.cpp, src/osgWrappers/osgUtil/DelaunayTriangulator.cpp, src/osgWrappers/osgUtil/DisplayRequirementsVisitor.cpp, src/osgWrappers/osgUtil/GLObjectsVisitor.cpp, src/osgWrappers/osgUtil/GNUmakefile, src/osgWrappers/osgUtil/HalfWayMapGenerator.cpp, src/osgWrappers/osgUtil/HighlightMapGenerator.cpp, src/osgWrappers/osgUtil/IntersectVisitor.cpp, src/osgWrappers/osgUtil/Optimizer.cpp, src/osgWrappers/osgUtil/ReflectionMapGenerator.cpp, src/osgWrappers/osgUtil/RenderBin.cpp, src/osgWrappers/osgUtil/RenderGraph.cpp, src/osgWrappers/osgUtil/RenderLeaf.cpp, src/osgWrappers/osgUtil/RenderStage.cpp, src/osgWrappers/osgUtil/RenderStageLighting.cpp, src/osgWrappers/osgUtil/RenderToTextureStage.cpp, src/osgWrappers/osgUtil/SceneView.cpp, src/osgWrappers/osgUtil/Simplifier.cpp, src/osgWrappers/osgUtil/SmoothingVisitor.cpp, src/osgWrappers/osgUtil/Statistics.cpp, src/osgWrappers/osgUtil/TangentSpaceGenerator.cpp, src/osgWrappers/osgUtil/Tesselator.cpp, src/osgWrappers/osgUtil/TransformAttributeFunctor.cpp, src/osgWrappers/osgUtil/TransformCallback.cpp, src/osgWrappers/osgUtil/TriStripVisitor.cpp, src/osgWrappers/osgUtil/UpdateVisitor.cpp: Added osgUtil, osgDB, osgFX, osgParticle, osgSim, osgTerrain, osgGA and osgProducer to osgWrappers directory. Enabled the build of osgWrappers/osg, osgWrappers/osgPartile and osgWrappers/osgSim, but not osgUtil, osgDB, osgFX, osgTerrain, osgGA and osgProducer due to compile errors. I am assuming that these compilers are fixable so I'm checked all the source code so that members of the community can help fix them. 2005-05-08 19:21 robert * src/osgGA/DriveManipulator.cpp, src/osgGA/FlightManipulator.cpp, src/osgUtil/SceneView.cpp: Removed debug info 2005-05-08 18:37 robert * src/osgWrappers/osg/Geode.cpp, src/osgWrappers/osg/Group.cpp, src/osgWrappers/osg/Node.cpp, src/osgWrappers/osg/Object.cpp, src/osgWrappers/osg/Program.cpp, src/osgWrappers/osg/StateSet.cpp, src/osgWrappers/osg/Texture.cpp, src/osgWrappers/osg/Uniform.cpp: Updated osgWrappers. 2005-05-08 15:24 robert * src/osg/DisplaySettings.cpp: Added missing copy of _stereo 2005-05-07 20:47 robert * applications/osgviewer/osgviewer.cpp, examples/osghangglide/osghangglide.cpp, examples/osgwindows/osgwindows.cpp, include/osg/Drawable, include/osg/Geode, include/osg/Group, include/osg/Node, include/osg/Object, include/osgDB/Registry, include/osgProducer/OsgCameraGroup, include/osgProducer/OsgSceneHandler, include/osgText/Font, include/osgText/Text, runexamples.bat, src/osg/Drawable.cpp, src/osg/Geode.cpp, src/osg/Group.cpp, src/osg/Node.cpp, src/osgDB/Registry.cpp, src/osgProducer/OsgCameraGroup.cpp, src/osgProducer/OsgSceneHandler.cpp, src/osgText/Text.cpp, src/osgUtil/SceneView.cpp: Added more comprehensive releaseGLObjects(State*=0) throughout Nodes, Drawables,StateSet, and osgDB::Registry. Added cleanup_frame() from to osgProducer::OsgCamerGroup to help with proper clean of OpenGL objects before exit, and modified osgviewer, osghangglider, osgwindows examples to do the extra frame call to cleanup_frame() before exit. 2005-05-07 09:17 robert * include/osgText/Font, src/osgText/Font.cpp: From Tim Daoust/Robert Osfield, added Font::releaseGLobjects(State*state=0) to facilate clean up of scene when a graphics context is deleted/reused. 2005-05-06 19:44 robert * src/osgProducer/OsgCameraGroup.cpp: Added handling of sharing of graphics context data which is now supported by Producer. You can get the osgProducer::Viewer to share graphics contexts by using the env var OSG_SHARE_GRAPHICS_CONTEXTS set to ON or OFF i.e. setenv OSG_SHARE_GRAPHICS_CONTEXTS ON 2005-05-06 17:43 robert * Make/makedefs: Added X11 include and lib paths to find freetype under OSX. 2005-05-06 14:28 robert * src/osgProducer/Viewer.cpp: Made OSX default to using single threaded keyboard mouse. 2005-05-06 14:07 robert * Make/makedefs: Made USE_AGL=yes the default under OSX. 2005-05-06 10:32 robert * include/osgUtil/SceneView, src/osgUtil/SceneView.cpp: Added osg_DeltaFrameTime uniform to default set. 2005-05-06 09:58 robert * include/osg/Program, include/osg/Uniform, src/osg/Program.cpp, src/osg/State.cpp, src/osg/StateSet.cpp, src/osg/Uniform.cpp: From Mike Weiblen, further work on GLSL support 2005-05-06 09:04 robert * include/osg/Texture, src/osg/Texture.cpp, src/osg/Texture1D.cpp, src/osg/Texture3D.cpp, src/osg/TextureCubeMap.cpp: From Farshid Lashkari, support for non power of two extension. 2005-05-05 21:21 robert * src/osgDB/DynamicLibrary.cpp: Fix for OSX build across both Tiger and 10.3.x 2005-05-05 20:05 robert * src/osgDB/Registry.cpp: Removed rgb alias for Quicktime mapping since the Quicktime is not reliable at loading all rgb files that the standard OSG rgb reader can read. 2005-05-05 19:46 robert * applications/osgconv/GNUmakefile, applications/osgconv/GeoSet.cpp, applications/osgconv/GeoSet.h: Changed check() method name to checkConsistency() to avoid perculiar OSX Tiger build error. 2005-05-05 14:03 robert * src/osgProducer/OsgCameraGroup.cpp: Removed the defaulting to setting the camera threading model to MultiThreaded, instead leave it to Producer's defaults. 2005-05-05 12:30 robert * include/osg/StateSet, include/osg/Uniform, include/osgUtil/SceneView, src/osg/StateSet.cpp, src/osg/Uniform.cpp, src/osgUtil/SceneView.cpp: Added support for osg_FrameNumber, osg_FrameTime, osg_ViewMatrix, osg_InverseViewMatrix into SceneView, controlled via a setActiveUniforms(.) method. 2005-05-05 09:18 robert * include/osg/Texture, src/osg/Texture.cpp: From Farshid Lashkari, added Texture::Extension support for non power of two extension. 2005-05-04 11:38 robert * include/osg/GLU, src/osgPlugins/dw/ReaderWriterDW.cpp, src/osgPlugins/lwo/Tessellator.cpp, src/osgUtil/Tesselator.cpp: Fix for Tiger build 2005-05-04 09:11 robert * src/osgUtil/Optimizer.cpp: Fixed bug where the Optimizer::StateVisitor was trying to optimize non existant StateSet's. 2005-05-03 22:02 robert * src/osgWrappers/osg/Program.cpp, src/osgWrappers/osg/Uniform.cpp: Updated wrappers 2005-05-03 21:53 robert * src/osgPlugins/flt/FltFile.cpp: From Alberto Farre, "Missed a FilepathList pop_back line from my last submission. I have also commented out the option string set with FLT_VER because it overwrites other option string and I found it redundant and not needed." 2005-05-03 21:49 robert * src/osgProducer/Viewer.cpp: Removed the default compile of single threaded KeyboardMouse 2005-05-03 21:46 robert * include/osg/Program, include/osg/State, include/osg/Uniform, src/osg/State.cpp, src/osg/Uniform.cpp: Added support for lazy state updating of uniforms. 2005-05-03 16:34 robert * examples/osgcluster/receiver.cpp: From Bob Kuehne, OSX 10.4 fix. 2005-05-03 14:31 robert * src/osgDB/DynamicLibrary.cpp, src/osgPlugins/flt/flt2osg.cpp, src/osgPlugins/net/sockinet.cpp, src/osgPlugins/net/sockstream.cpp, src/osgPlugins/osga/OSGA_Archive.h, src/osgPlugins/quicktime/QTtexture.cpp, src/osgPlugins/txp/TXPParser.cpp: From Bob Kuehne, fixes for OSX 10.4 build. 2005-05-03 10:09 robert * src/osgWrappers/osg/Drawable.cpp, src/osgWrappers/osg/NodeVisitor.cpp, src/osgWrappers/osg/Program.cpp, src/osgWrappers/osg/Shader.cpp: Updated wrappers 2005-05-03 06:23 robert * src/osgPlugins/osg/Impostor.cpp: Removed Impostor.cpp 2005-05-02 20:00 robert * src/osgPlugins/tiff/ReaderWriterTIFF.cpp: Fixed TIFF readers handling of interleaved data 2005-05-02 19:42 robert * src/osgTerrain/DataSet.cpp: Improvements to the repojection code so that it can generate RGBA reprojected data. 2005-05-02 14:16 robert * applications/osgdem/osgdem.cpp, include/osgTerrain/DataSet, src/osgTerrain/DataSet.cpp: Added support for generating RGBA, RGBA-16 and RGBA-compressed texture databases 2005-05-02 13:00 robert * include/osgTerrain/DataSet, src/osgTerrain/DataSet.cpp: Added support for reading from RGBA source textures 2005-05-02 10:18 robert * include/osg/Uniform, src/osg/Uniform.cpp, src/osgUtil/Optimizer.cpp: Added support for optimization of Uniforms 2005-05-02 09:57 robert * include/osg/Drawable, src/osg/Geode.cpp: Improved the handling of update/event callbacks on Drawable and Geodes 2005-05-02 09:34 robert * examples/osgshaders/GL2Scene.cpp, examples/osgshaders/Noise.cpp, examples/osgshaders/osgshaders.cpp: From Mike Weiblen, added \n newlines to inline shader program strings. From Robert Osfield, changed tabs to spaces. 2005-05-01 21:33 robert * src/osgPlugins/osgSim/IO_Impostor.cpp: Moved Impostor from osg to osgSim .osg plugin 2005-05-01 20:56 robert * src/osgProducer/Viewer.cpp: Added include for OSX build 2005-05-01 19:48 robert * VisualStudio/VisualStudio.dsw, VisualStudio/examples/osgfxbrowser/osgfxbrowser.dsp, VisualStudio/osg/osg.dsp, VisualStudio/osgPlugins/osg/dot_osg.dsp, VisualStudio/osgPlugins/osgSim/dot_osgSim.dsp, VisualStudio/osgSim/osgSim.dsp, VisualStudio/osgUtil/osgUtil.dsp, VisualStudio/osgWrappers/osg/wrapper_osg.dsp, examples/osgimpostor/GNUmakefile, examples/osgimpostor/GNUmakefile.inst, examples/osgimpostor/osgimpostor.cpp, examples/osgvertexprogram/osgvertexprogram.cpp, examples/osgvolume/osgvolume.cpp, include/osg/Impostor, include/osg/ImpostorSprite, include/osg/NodeVisitor, include/osgGA/EventVisitor, include/osgSim/Impostor, include/osgSim/ImpostorSprite, include/osgSim/InsertImpostorsVisitor, include/osgUtil/CullVisitor, include/osgUtil/DisplayRequirementsVisitor, include/osgUtil/InsertImpostorsVisitor, include/osgUtil/UpdateVisitor, src/osg/GNUmakefile, src/osg/Impostor.cpp, src/osg/ImpostorSprite.cpp, src/osgPlugins/ive/DataInputStream.cpp, src/osgPlugins/ive/DataOutputStream.cpp, src/osgPlugins/ive/Impostor.h, src/osgPlugins/lib3ds/ReaderWriter3DS.cpp, src/osgPlugins/osg/GNUmakefile, src/osgPlugins/osgSim/GNUmakefile, src/osgSim/GNUmakefile, src/osgSim/Impostor.cpp, src/osgSim/ImpostorSprite.cpp, src/osgSim/InsertImpostorsVisitor.cpp, src/osgUtil/CullVisitor.cpp, src/osgUtil/DisplayRequirementsVisitor.cpp, src/osgUtil/GNUmakefile, src/osgUtil/InsertImpostorsVisitor.cpp, src/osgUtil/Optimizer.cpp, src/osgUtil/RenderBin.cpp, src/osgWrappers/osg/GNUmakefile, src/osgWrappers/osg/Impostor.cpp, src/osgWrappers/osg/ImpostorSprite.cpp: Moved osg::Impostor to osgSim::Impostor, as Impostor isn't a core feature. 2005-05-01 10:34 robert * src/osgPlugins/txp/TXPArchive.cpp, src/osgPlugins/txp/TXPArchive.h, src/osgPlugins/txp/TXPParser.cpp, src/osgPlugins/txp/TXPParser.h: From Don Tidrow, spelling fixes 2005-04-30 15:16 robert * include/osg/NodeVisitor, include/osg/ProxyNode, include/osgUtil/Optimizer, src/osgUtil/Optimizer.cpp: Added RemoveLoadedProxyNodes pass to Optimizer, set on by default at present. 2005-04-30 13:54 robert * examples/osgtesselate/osgtesselate.cpp, src/osgPlugins/ac3d/ac3d.cpp, src/osgUtil/Tesselator.cpp: From Geoff Michel : ac3d loader - better sharing of states between objects and Roger James' bug fix for missing normals. Tesselator.cpp - faster processing of polygon tesselation for single triangles (which dont need to be tesselated) osgtesselate.cpp - added wrap for texture so that appearance is as originally. Default texture behaviour has changed to clamp." 2005-04-30 07:25 robert * src/osgUtil/Optimizer.cpp: Combine LOD fixed properly this time :) 2005-04-30 07:22 robert * src/osgUtil/Optimizer.cpp: fixed combined LOD bug 2005-04-30 07:02 robert * include/osg/Program, include/osg/Shader, src/osg/Program.cpp, src/osg/Shader.cpp: From Mike Weiblen, Progra/Shader fixes 2005-04-29 20:57 robert * src/osgWrappers/osg/State.cpp: Updated wrappers 2005-04-29 20:56 robert * include/osg/State, src/osg/State.cpp, src/osgUtil/SceneView.cpp: Added support for controlling the frequency of checking for OpenGL errors via: enum CheckForGLErrors { /** NEVER_CHECK_GL_ERRORS hints that OpenGL need not be checked for, this is the fastest option since checking for errors does incurr a small overhead.*/ NEVER_CHECK_GL_ERRORS, /** ONCE_PER_FRAME means that OpenGl errors will be checked for once per frame, the overhead is still small, but at least OpenGL errors that are occurring will be caught, the reporting isn't fine grained enough for debugging purposes.*/ ONCE_PER_FRAME, /** ONCE_PER_ATTRIBUTE means that OpenGL errors will be checked for after every attribute is applied, allow errors to be directly associated with particular operations which makes debugging much easier.*/ ONCE_PER_ATTRIBUTE }; /** Set whether and how often OpenGL errors should be checked for.*/ void setCheckForGLErrors(CheckForGLErrors check) { _checkGLErrors = check; } /** Get whether and how often OpenGL errors should be checked for.*/ CheckForGLErrors getCheckForGLErrors() const { return _checkGLErrors; } 2005-04-29 18:51 robert * VisualStudio/examples/osgfxbrowser/osgfxbrowser.dsp: VS.7.1 linker warning fix 2005-04-29 13:30 robert * src/osg/StateSet.cpp: Commented out notify messages to prevent crash under OSX at start up. 2005-04-29 11:22 robert * include/osgIntrospection/Reflector, include/osgIntrospection/Type: Compile fix 2005-04-29 11:19 robert * include/osgIntrospection/Attributes, include/osgIntrospection/Comparator, include/osgIntrospection/ConstructorInfo, include/osgIntrospection/Converter, include/osgIntrospection/ConverterProxy, include/osgIntrospection/CustomAttributeProvider, include/osgIntrospection/Exceptions, include/osgIntrospection/InstanceCreator, include/osgIntrospection/MethodInfo, include/osgIntrospection/ParameterInfo, include/osgIntrospection/PropertyInfo, include/osgIntrospection/ReaderWriter, include/osgIntrospection/Reflection, include/osgIntrospection/ReflectionMacros, include/osgIntrospection/Reflector, include/osgIntrospection/StaticMethodInfo, include/osgIntrospection/Type, include/osgIntrospection/TypeNameAliasProxy, include/osgIntrospection/TypedConstructorInfo, include/osgIntrospection/TypedMethodInfo, include/osgIntrospection/Utility, include/osgIntrospection/Value, include/osgIntrospection/variant_cast, src/osgIntrospection/ConstructorInfo.cpp, src/osgIntrospection/CustomAttributeProvider.cpp, src/osgIntrospection/MethodInfo.cpp, src/osgIntrospection/PropertyInfo.cpp, src/osgIntrospection/Reflection.cpp, src/osgIntrospection/Type.cpp, src/osgIntrospection/Utility.cpp, src/osgIntrospection/Value.cpp: Moved osgIntrospection across to standard OSG coding style. 2005-04-29 10:06 robert * include/osgIntrospection/Attributes, include/osgIntrospection/Comparator, include/osgIntrospection/ConstructorInfo, include/osgIntrospection/Converter, include/osgIntrospection/ConverterProxy, include/osgIntrospection/CustomAttribute, include/osgIntrospection/CustomAttributeProvider, include/osgIntrospection/Exceptions, include/osgIntrospection/Export, include/osgIntrospection/InstanceCreator, include/osgIntrospection/MethodInfo, include/osgIntrospection/ParameterInfo, include/osgIntrospection/PropertyInfo, include/osgIntrospection/ReaderWriter, include/osgIntrospection/Reflection, include/osgIntrospection/ReflectionMacros, include/osgIntrospection/Reflector, include/osgIntrospection/StaticMethodInfo, include/osgIntrospection/Type, include/osgIntrospection/TypeNameAliasProxy, include/osgIntrospection/TypedConstructorInfo, include/osgIntrospection/TypedMethodInfo, include/osgIntrospection/Utility, include/osgIntrospection/Value, include/osgIntrospection/variant_cast, src/osgIntrospection/ConstructorInfo.cpp, src/osgIntrospection/CustomAttributeProvider.cpp, src/osgIntrospection/DefaultReflectors.cpp, src/osgIntrospection/MethodInfo.cpp, src/osgIntrospection/PropertyInfo.cpp, src/osgIntrospection/Type.cpp, src/osgIntrospection/Utility.cpp, src/osgIntrospection/Value.cpp: Added Copyright 2005-04-29 09:47 robert * examples/osgparticleeffects/osgparticleeffects.cpp, include/osgParticle/AccelOperator, include/osgParticle/AngularAccelOperator, include/osgParticle/CenteredPlacer, include/osgParticle/Counter, include/osgParticle/Emitter, include/osgParticle/FireEffect, include/osgParticle/FluidFrictionOperator, include/osgParticle/FluidProgram, include/osgParticle/ForceOperator, include/osgParticle/Interpolator, include/osgParticle/LinearInterpolator, include/osgParticle/ModularEmitter, include/osgParticle/ModularProgram, include/osgParticle/MultiSegmentPlacer, include/osgParticle/Operator, include/osgParticle/Particle, include/osgParticle/ParticleEffect, include/osgParticle/ParticleProcessor, include/osgParticle/ParticleSystem, include/osgParticle/ParticleSystemUpdater, include/osgParticle/Placer, include/osgParticle/PointPlacer, include/osgParticle/Program, include/osgParticle/RadialShooter, include/osgParticle/RandomRateCounter, include/osgParticle/SectorPlacer, include/osgParticle/SegmentPlacer, include/osgParticle/Shooter, include/osgParticle/SmokeEffect, include/osgParticle/VariableRateCounter, include/osgParticle/Version, include/osgParticle/range, src/osgParticle/Emitter.cpp, src/osgParticle/FluidFrictionOperator.cpp, src/osgParticle/FluidProgram.cpp, src/osgParticle/ModularEmitter.cpp, src/osgParticle/ModularProgram.cpp, src/osgParticle/MultiSegmentPlacer.cpp, src/osgParticle/Particle.cpp, src/osgParticle/ParticleProcessor.cpp, src/osgParticle/ParticleSystem.cpp, src/osgParticle/ParticleSystemUpdater.cpp, src/osgParticle/Program.cpp: Moved osgParticle across to standard OSG coding style. 2005-04-29 06:32 robert * include/osgFX/Technique: Coding style update 2005-04-29 06:32 robert * examples/osgfxbrowser/osgfxbrowser.cpp, include/osgFX/AnisotropicLighting, include/osgFX/BumpMapping, include/osgFX/Cartoon, include/osgFX/Effect, include/osgFX/Registry, include/osgFX/Scribe, include/osgFX/SpecularHighlights, include/osgFX/Technique, include/osgFX/Validator, src/osgFX/AnisotropicLighting.cpp, src/osgFX/BumpMapping.cpp, src/osgFX/Cartoon.cpp, src/osgFX/Effect.cpp, src/osgFX/Registry.cpp, src/osgFX/Scribe.cpp, src/osgFX/SpecularHighlights.cpp, src/osgFX/Technique.cpp, src/osgFX/Validator.cpp: Moved to standard OSG coding style. 2005-04-28 19:50 robert * src/osgText/Font.cpp: Reduced the verboseness of the notifaction messages 2005-04-28 19:41 robert * Make/makedefs: Fixed the Mingw settings for GDAL_LIBS (was written as GDAL_LIB which wasn't being picked up as the GNUmakefiles were looking for GDAL_LIBS). 2005-04-28 19:24 robert * src/osgText/Font.cpp: Changed the default texture size to 512x512 to reduce the number of textures required when rendering text. 2005-04-28 19:08 robert * src/osgPlugins/freetype/FreeTypeFont.cpp, src/osgText/DefaultFont.cpp: Removed old LUMINANCE_ALPHA code pathways since they are no longer used. 2005-04-28 18:55 robert * src/osgPlugins/freetype/FreeTypeFont.cpp, src/osgPlugins/freetype/FreeTypeFont.h, src/osgPlugins/freetype/FreeTypeLibrary.cpp, src/osgPlugins/freetype/FreeTypeLibrary.h, src/osgPlugins/freetype/ReaderWriterFreeType.cpp: Added proper handling of freeing of font implememtation either when unloading the freetype plugin or deleting osgText::Font first. 2005-04-28 12:45 robert * include/osg/Version: Added version number #define's 2005-04-28 05:58 robert * src/osgText/Text.cpp: Added check to see if autoTransformCache had been initialized before using it in the computeBound. 2005-04-28 05:21 robert * src/osgUtil/SceneView.cpp: From Farshid Lashkari, removed redundent fusion distance calculations from computeRightEyeProjectionImplementation and computeLeftEyeProjectionImplementation methods. 2005-04-28 05:15 robert * Make/dependencies: From Marco Jez, changed = to ?= in COMPILE_INTROSPECTION line 2005-04-28 05:12 robert * examples/osgtesselate/GNUmakefile: From Marco Jez, converted line endings to unix. 2005-04-28 05:08 robert * Make/dolink.sh: From Marco Jez, added -ne option echo usage to fix stdout/stderr redirection error under Mingw. 2005-04-26 20:35 robert * src/osgPlugins/xine/video_out_rgb.c: From Ruben, fix for PIV executation by disabling MMXEXT selection. 2005-04-26 19:34 robert * include/osgParticle/Emitter, include/osgParticle/ModularEmitter: From Brede Johansen, tweaks to emitter classes to make them more extensible. 2005-04-26 18:55 robert * src/osgWrappers/osg/GNUmakefile: Added $(GL_LIBS) to link line to get things linking ok under OSX. 2005-04-26 14:29 robert * src/osgWrappers/osg/BlendColor.cpp, src/osgWrappers/osg/BlendEquation.cpp, src/osgWrappers/osg/BufferObject.cpp, src/osgWrappers/osg/Drawable.cpp, src/osgWrappers/osg/FragmentProgram.cpp, src/osgWrappers/osg/Multisample.cpp, src/osgWrappers/osg/Point.cpp, src/osgWrappers/osg/Program.cpp, src/osgWrappers/osg/Texture.cpp, src/osgWrappers/osg/Texture3D.cpp, src/osgWrappers/osg/TextureCubeMap.cpp, src/osgWrappers/osg/VertexProgram.cpp: Updated wrappers. 2005-04-26 13:15 robert * include/osg/BlendColor, include/osg/BlendEquation, include/osg/BufferObject, include/osg/Drawable, include/osg/FragmentProgram, include/osg/GLExtensions, include/osg/Multisample, include/osg/Point, include/osg/Program, include/osg/Texture, include/osg/Texture3D, include/osg/TextureCubeMap, include/osg/VertexProgram, runexamples.bat, src/osg/BlendColor.cpp, src/osg/BlendEquation.cpp, src/osg/BufferObject.cpp, src/osg/ColorMatrix.cpp, src/osg/Drawable.cpp, src/osg/Fog.cpp, src/osg/FragmentProgram.cpp, src/osg/GLExtensions.cpp, src/osg/Multisample.cpp, src/osg/Point.cpp, src/osg/Program.cpp, src/osg/State.cpp, src/osg/TexEnv.cpp, src/osg/TexEnvCombine.cpp, src/osg/TexEnvFilter.cpp, src/osg/Texture.cpp, src/osg/Texture3D.cpp, src/osg/TextureCubeMap.cpp, src/osg/TextureRectangle.cpp, src/osg/VertexProgram.cpp, src/osgFX/Technique.cpp: Added support for per context extension string. Note, this required adding a unsigned int context ID to the osg::isGLUExtensionSupported(,) and osg::isGLExtensionSupported(,) functions. This may require reimplementation of end user code to accomodate the new calling convention. 2005-04-26 11:20 robert * src/osg/StateSet.cpp, src/osg/Uniform.cpp: Added #include for VS.NET build 2005-04-26 09:58 robert * include/osg/Drawable, src/osg/Drawable.cpp, src/osg/StateSet.cpp: Added support notification of Drawable parents of StateSet that event/update callbacks have been called. 2005-04-26 07:49 robert * src/osgText/Text.cpp: From Vivek Rajan, "osg::Text was getting stretched when the CharacterSizeMode was set to SCREEN_COORDS and the SceneView's projection matrix was set to an Ortho2D matrix (sceneView->setProjectionMatrixAsOrtho2D(-1,1,-1,1)). Computing the pixel size separately vertically and horizontally, and setting the scaling factors appropriately based on that fixed the problem." 2005-04-25 20:46 robert * src/osgWrappers/osg/Array.cpp, src/osgWrappers/osg/CopyOp.cpp, src/osgWrappers/osg/Drawable.cpp, src/osgWrappers/osg/Image.cpp, src/osgWrappers/osg/Node.cpp, src/osgWrappers/osg/Plane.cpp, src/osgWrappers/osg/Point.cpp, src/osgWrappers/osg/Quat.cpp, src/osgWrappers/osg/Shader.cpp, src/osgWrappers/osg/StateAttribute.cpp, src/osgWrappers/osg/StateSet.cpp, src/osgWrappers/osg/Uniform.cpp, src/osgWrappers/osg/Vec2d.cpp, src/osgWrappers/osg/Vec2f.cpp, src/osgWrappers/osg/Vec3d.cpp, src/osgWrappers/osg/Vec3f.cpp, src/osgWrappers/osg/Vec4d.cpp, src/osgWrappers/osg/Vec4f.cpp: Updated wrappers using Marco Jez's genwrapper utility. 2005-04-25 20:34 robert * src/osgProducer/Viewer.cpp: From Mike Weiblen, added support for --clear-color r,g,b,a and --clear-color r,g,b to osgProducer::Viewer. 2005-04-25 14:28 robert * src/osg/StateAttribute.cpp: Reduced the verbosness of debugging messages 2005-04-25 13:37 robert * examples/osgshaders/GL2Scene.cpp, include/osg/Node, include/osg/Shader, include/osg/StateAttribute, include/osg/StateSet, include/osg/Uniform, src/osg/Drawable.cpp, src/osg/Geode.cpp, src/osg/Node.cpp, src/osg/Shader.cpp, src/osg/StateAttribute.cpp, src/osg/StateSet.cpp, src/osg/Uniform.cpp: Futher work on supporting update and event callbacks in StateSet, Uniform and StateAttribute 2005-04-25 13:27 robert * src/osgProducer/Viewer.cpp: Added SINGLE_THREADED_KEYBOARDMOUSE pathway as a means of testing exit issues. 2005-04-25 11:05 robert * include/osg/StateAttribute, include/osg/StateSet, include/osg/Uniform, include/osgGA/EventVisitor, include/osgUtil/UpdateVisitor, src/osg/Drawable.cpp, src/osg/Node.cpp, src/osg/StateSet.cpp: Futher work on adding event and update callbacks to StateSet, Uniform and StateAttributes 2005-04-24 21:04 robert * VisualStudio/osg/osg.dsp, include/osg/Drawable, include/osg/Node, include/osg/StateAttribute, include/osg/StateSet, include/osg/Uniform, src/osg/Drawable.cpp, src/osg/GNUmakefile, src/osg/Node.cpp, src/osg/StateAttribute.cpp, src/osg/StateSet.cpp, src/osg/Uniform.cpp: Added ParentList's into StateSet, Uniform and StateAttribute in preparation for providing update and event handling. 2005-04-24 19:30 robert * src/osgDB/DatabasePager.cpp: Added THREAD_ infront of PRIORITY_MIN settings to reflect changes to OpentThreads 2005-04-23 16:09 robert * include/osgUtil/Optimizer, src/osgUtil/Optimizer.cpp: Added MergeGeometryVisitor::setTargetMaximumNumberOfVertices(uint); 2005-04-23 10:45 robert * examples/osgmovie/osgmovie.cpp: Removed the use of the post swap callback 2005-04-23 10:41 robert * include/osg/Uniform, src/osg/StateSet.cpp: Added missing bodes of Uniform::operator = and setEvent/UpdateCallback in StateSet. 2005-04-23 10:31 robert * src/osgDB/ReadFile.cpp: Added support for using TextureRectangle in --move support in readNodeFile 2005-04-22 22:45 robert * include/osg/CopyOp, include/osg/Node, include/osg/StateAttribute, include/osg/StateSet, include/osg/Uniform, src/osg/CopyOp.cpp, src/osg/StateSet.cpp: Preliminary steps to adding update and event callbacks to StateSet, StateAttribute and Uniform. 2005-04-22 20:56 robert * examples/osgvertexprogram/osgvertexprogram.cpp: From Brede Johansen, tweaked refraction and fresnel coefficients for a better visual effect. 2005-04-22 15:44 robert * examples/osgmovie/osgmovie.cpp: Improved handling of unsupported formats 2005-04-22 15:44 robert * src/osgPlugins/xine/ReaderWriterXine.cpp: Improved handling of unsupported file formats. 2005-04-22 15:43 robert * include/osg/Image, src/osg/BufferObject.cpp: Improved handling of invalid imagery in BufferObject 2005-04-22 14:40 robert * include/osg/BufferObject: Removed unusaged methods 2005-04-22 14:40 robert * include/osgGA/UFOManipulator, src/osgGA/UFOManipulator.cpp: From Tree, removed dependency on Producer 2005-04-22 13:47 robert * src/osgPlugins/ive/Group.cpp, src/osgPlugins/ive/ViewPoint.cpp, src/osgPlugins/ive/ViewPoint.h: Removed ViewPoint.h and .cpp from the ive plugin 2005-04-22 13:32 robert * ChangeLog, src/osgDB/GNUmakefile, src/osgDB/Registry.cpp, src/osgPlugins/osg/Program.cpp, src/osgPlugins/xine/ReaderWriterXine.cpp: Cleaned up the xine plugin to better handle unsupported video files. 2005-04-22 07:13 robert * include/osg/Uniform, src/osg/Uniform.cpp, src/osgPlugins/osg/Uniform.cpp: From Mike Weiblen, added support for samplers and mat4 to .osg 2005-04-21 21:07 robert * src/osgPlugins/flt/ReaderWriterATTR.cpp: Added initialize of version number 2005-04-21 21:05 robert * src/osgPlugins/freetype/FreeTypeFont.cpp: From Garrat Potts, fixed face memory leak in FreTypeFont destructor. 2005-04-20 19:53 robert * examples/osgcatch/osgcatch.cpp: Small tweaks 2005-04-20 18:50 robert * VisualStudio/examples/osgshaders/osgshaders.dsp, src/osg/Uniform.cpp: From Mike Weiblen, removed Uniform not quite ready notice, and added .h files into osgshaders project file. 2005-04-20 14:51 robert * examples/osgpointsprite/osgpointsprite.cpp: Removed the enabling of the point smooth mode. 2005-04-20 12:32 robert * include/osg/Point, src/osg/Point.cpp: From Brede Johnansen, adding support for EXT, ARB and GL version 1.4 point parameters. 2005-04-20 09:55 robert * src/osgText/Text.cpp: Removed increment of the cursor position by the bearing value in the compute last character code as this should not be used when moving the cursor. 2005-04-20 08:51 robert * applications/osgdem/osgdem.cpp: Commented out support for the -m option for inserting 3d models in a terrain database, as this feature isn't yet supported by osgTerrain. 2005-04-19 07:37 robert * src/osgUtil/Optimizer.cpp: From Reinhard Sainitzer, bug fix, added missing break; 2005-04-18 18:23 robert * VisualStudio/applications/osgarchive/osgarchive.dsp, VisualStudio/applications/osgconv/osgconv.dsp, VisualStudio/applications/osgdem/osgdem.dsp, VisualStudio/applications/osgversion/osgversion.dsp, VisualStudio/applications/osgviewer/osgviewer.dsp, VisualStudio/examples/osgGLUTkeyboardmouse/osgGLUTkeyboardmouse.dsp, VisualStudio/examples/osgGLUTsimple/osgGLUTsimple.dsp, VisualStudio/examples/osganimate/osganimate.dsp, VisualStudio/examples/osgautotransform/osgautotransform.dsp, VisualStudio/examples/osgbillboard/osgbillboard.dsp, VisualStudio/examples/osgbluemarble/osgbluemarble.dsp, VisualStudio/examples/osgcallback/osgcallback.dsp, VisualStudio/examples/osgcameragroup/osgcameragroup.dsp, VisualStudio/examples/osgclip/osgclip.dsp, VisualStudio/examples/osgcluster/osgcluster.dsp, VisualStudio/examples/osgcopy/osgcopy.dsp, VisualStudio/examples/osgcubemap/osgcubemap.dsp, VisualStudio/examples/osgdepthshadow/osgdepthshadow.dsp, VisualStudio/examples/osgdistortion/osgdistortion.dsp, VisualStudio/examples/osgforest/osgforest.dsp, VisualStudio/examples/osggeodemo/osggeodemo.dsp, VisualStudio/examples/osggeometry/osggeometry.dsp, VisualStudio/examples/osghangglide/osghangglide.dsp, VisualStudio/examples/osghud/osghud.dsp, VisualStudio/examples/osgimpostor/osgimpostor.dsp, VisualStudio/examples/osgintrospection/example_osgintrospection.dsp, VisualStudio/examples/osgkeyboard/osgkeyboard.dsp, VisualStudio/examples/osgkeyboardmouse/osgkeyboardmouse.dsp, VisualStudio/examples/osglauncher/osglauncher.dsp, VisualStudio/examples/osglight/osglight.dsp, VisualStudio/examples/osglightpoint/osglightpoint.dsp, VisualStudio/examples/osglogo/osglogo.dsp, VisualStudio/examples/osgmotionblur/osgmotionblur.dsp, VisualStudio/examples/osgmultitexture/osgmultitexture.dsp, VisualStudio/examples/osgoccluder/osgoccluder.dsp, VisualStudio/examples/osgparticle/osgparticledemo.dsp, VisualStudio/examples/osgparticleeffects/osgparticleeffects.dsp, VisualStudio/examples/osgpbuffer/osgpbuffer.dsp, VisualStudio/examples/osgphotoalbum/osgphotoalbum.dsp, VisualStudio/examples/osgpick/osgpick.dsp, VisualStudio/examples/osgplanets/osgplanets.dsp, VisualStudio/examples/osgpointsprite/osgpointsprite.dsp, VisualStudio/examples/osgprerender/osgprerender.dsp, VisualStudio/examples/osgprerendercubemap/osgprerendercubemap.dsp, VisualStudio/examples/osgreflect/osgreflect.dsp, VisualStudio/examples/osgscalarbar/osgscalarbar.dsp, VisualStudio/examples/osgscribe/osgscribe.dsp, VisualStudio/examples/osgsequence/osgsequence.dsp, VisualStudio/examples/osgshaders/osgshaders.dsp, VisualStudio/examples/osgshadowtexture/osgshadowtexture.dsp, VisualStudio/examples/osgshape/osgshape.dsp, VisualStudio/examples/osgsimple/osgsimple.dsp, VisualStudio/examples/osgsimplepager/osgsimplepager.dsp, VisualStudio/examples/osgsimplifier/osgsimplifier.dsp, VisualStudio/examples/osgsimulation/osgsimulation.dsp, VisualStudio/examples/osgspheresegment/osgspheresegment.dsp, VisualStudio/examples/osgspotlight/osgspotlight.dsp, VisualStudio/examples/osgstereoimage/osgstereoimage.dsp, VisualStudio/examples/osgteapot/osgteapot.dsp, VisualStudio/examples/osgtesselate/osgtesselate.dsp, VisualStudio/examples/osgtext/osgtextdemo.dsp, VisualStudio/examples/osgtexture1D/osgtexture1D.dsp, VisualStudio/examples/osgtexture2D/osgtexture2D.dsp, VisualStudio/examples/osgtexture3D/osgtexture3D.dsp, VisualStudio/examples/osgtexturerectangle/osgtexturerectangle.dsp, VisualStudio/examples/osgunittests/osgunittests.dsp, VisualStudio/examples/osgvertexprogram/osgvertexprogram.dsp, VisualStudio/examples/osgvolume/osgvolume.dsp, VisualStudio/examples/osgwindows/osgwindows.dsp, VisualStudio/osg/osg.dsp, VisualStudio/osgDB/osgDB.dsp, VisualStudio/osgFX/osgFX.dsp, VisualStudio/osgGA/osgGA.dsp, VisualStudio/osgIntrospection/osgIntrospection.dsp, VisualStudio/osgParticle/osgParticle.dsp, VisualStudio/osgPlugins/3dc/3dc.dsp, VisualStudio/osgPlugins/ac3d/ac3d.dsp, VisualStudio/osgPlugins/bmp/bmp.dsp, VisualStudio/osgPlugins/dds/dds.dsp, VisualStudio/osgPlugins/directx/directx.dsp, VisualStudio/osgPlugins/dw/dw.dsp, VisualStudio/osgPlugins/dx/dx.dsp, VisualStudio/osgPlugins/flt/flt.dsp, VisualStudio/osgPlugins/freetype/freetype.dsp, VisualStudio/osgPlugins/gdal/gdal.dsp, VisualStudio/osgPlugins/geo/geo.dsp, VisualStudio/osgPlugins/gif/gif.dsp, VisualStudio/osgPlugins/hdr/hdr.dsp, VisualStudio/osgPlugins/ive/ive.dsp, VisualStudio/osgPlugins/jp2/jp2.dsp, VisualStudio/osgPlugins/jpeg/jpeg.dsp, VisualStudio/osgPlugins/lib3ds/lib3ds.dsp, VisualStudio/osgPlugins/logo/logo.dsp, VisualStudio/osgPlugins/lwo/lwo.dsp, VisualStudio/osgPlugins/lws/lws.dsp, VisualStudio/osgPlugins/md2/md2.dsp, VisualStudio/osgPlugins/net/net.dsp, VisualStudio/osgPlugins/obj/obj.dsp, VisualStudio/osgPlugins/osg/dot_osg.dsp, VisualStudio/osgPlugins/osgFX/dot_osgFX.dsp, VisualStudio/osgPlugins/osgParticle/dot_osgParticle.dsp, VisualStudio/osgPlugins/osgSim/dot_osgSim.dsp, VisualStudio/osgPlugins/osgText/dot_osgText.dsp, VisualStudio/osgPlugins/osga/osga.dsp, VisualStudio/osgPlugins/osgtgz/osgtgz.dsp, VisualStudio/osgPlugins/pfb/pfb.dsp, VisualStudio/osgPlugins/pic/pic.dsp, VisualStudio/osgPlugins/png/png.dsp, VisualStudio/osgPlugins/pnm/pnm.dsp, VisualStudio/osgPlugins/rgb/rgb.dsp, VisualStudio/osgPlugins/rot/rot.dsp, VisualStudio/osgPlugins/scale/scale.dsp, VisualStudio/osgPlugins/stl/stl.dsp, VisualStudio/osgPlugins/tga/tga.dsp, VisualStudio/osgPlugins/tgz/tgz.dsp, VisualStudio/osgPlugins/tiff/tiff.dsp, VisualStudio/osgPlugins/trans/trans.dsp, VisualStudio/osgPlugins/txp/txp.dsp, VisualStudio/osgPlugins/zip/zip.dsp, VisualStudio/osgProducer/osgProducer.dsp, VisualStudio/osgSim/osgSim.dsp, VisualStudio/osgTerrain/osgTerrain.dsp, VisualStudio/osgText/osgText.dsp, VisualStudio/osgUtil/osgUtil.dsp, VisualStudio/osgWrappers/osg/wrapper_osg.dsp: Removed eroneous /dv1 flag (should have been /vd1, but it this is default anway so can safely remove entirely). 2005-04-18 13:36 robert * src/osgPlugins/osg/Uniform.cpp: Further work on uniforms support in .osg 2005-04-18 13:29 robert * src/osgPlugins/osg/Uniform.cpp: Added more complete support for writing out data of Uniforms 2005-04-18 12:34 robert * include/osgDB/Input, include/osgDB/Registry, src/osgDB/Input.cpp, src/osgDB/Registry.cpp, src/osgPlugins/osg/StateSet.cpp: Added next stage of support for osg::Uniform in .osg plugin 2005-04-18 09:17 robert * Make/dependencies, Make/makedirdefs, src/osgPlugins/mpeg: Removed mpeg plugin from CVS, now moved to the Community section of openscenegraph.org as a seperate project. 2005-04-17 19:14 robert * examples/osgunittests/osgunittests.cpp: Fixed typo in testLookAt debug info. 2005-04-17 19:10 robert * src/osgPlugins/dxf/aci.cpp, src/osgPlugins/dxf/dxfEntity.cpp, src/osgPlugins/dxf/dxfEntity.h, src/osgPlugins/dxf/dxfReader.cpp, src/osgPlugins/dxf/dxfReader.h, src/osgPlugins/dxf/dxfSection.cpp, src/osgPlugins/dxf/dxfTable.cpp, src/osgPlugins/dxf/dxfTable.h: Fixed warnings. 2005-04-17 11:35 robert * src/osgSim/DOFTransform.cpp: Changed the animation on default to false, so things only move if you ask them to. 2005-04-17 11:30 robert * src/osgWrappers/osg/AlphaFunc.cpp, src/osgWrappers/osg/AnimationPath.cpp, src/osgWrappers/osg/ApplicationUsage.cpp, src/osgWrappers/osg/ArgumentParser.cpp, src/osgWrappers/osg/Array.cpp, src/osgWrappers/osg/AutoTransform.cpp, src/osgWrappers/osg/Billboard.cpp, src/osgWrappers/osg/BlendColor.cpp, src/osgWrappers/osg/BlendEquation.cpp, src/osgWrappers/osg/BlendFunc.cpp, src/osgWrappers/osg/BoundingBox.cpp, src/osgWrappers/osg/BoundingSphere.cpp, src/osgWrappers/osg/BufferObject.cpp, src/osgWrappers/osg/ClearNode.cpp, src/osgWrappers/osg/ClipNode.cpp, src/osgWrappers/osg/ClipPlane.cpp, src/osgWrappers/osg/ClusterCullingCallback.cpp, src/osgWrappers/osg/CollectOccludersVisitor.cpp, src/osgWrappers/osg/ColorMask.cpp, src/osgWrappers/osg/ColorMatrix.cpp, src/osgWrappers/osg/ConvexPlanarOccluder.cpp, src/osgWrappers/osg/ConvexPlanarPolygon.cpp, src/osgWrappers/osg/CoordinateSystemNode.cpp, src/osgWrappers/osg/CopyOp.cpp, src/osgWrappers/osg/CullFace.cpp, src/osgWrappers/osg/CullSettings.cpp, src/osgWrappers/osg/CullStack.cpp, src/osgWrappers/osg/CullingSet.cpp, src/osgWrappers/osg/Depth.cpp, src/osgWrappers/osg/DisplaySettings.cpp, src/osgWrappers/osg/DrawPixels.cpp, src/osgWrappers/osg/Drawable.cpp, src/osgWrappers/osg/Fog.cpp, src/osgWrappers/osg/FragmentProgram.cpp, src/osgWrappers/osg/FrameStamp.cpp, src/osgWrappers/osg/FrontFace.cpp, src/osgWrappers/osg/Geode.cpp, src/osgWrappers/osg/Geometry.cpp, src/osgWrappers/osg/Group.cpp, src/osgWrappers/osg/Image.cpp, src/osgWrappers/osg/ImageStream.cpp, src/osgWrappers/osg/Impostor.cpp, src/osgWrappers/osg/ImpostorSprite.cpp, src/osgWrappers/osg/LOD.cpp, src/osgWrappers/osg/Light.cpp, src/osgWrappers/osg/LightModel.cpp, src/osgWrappers/osg/LightSource.cpp, src/osgWrappers/osg/LineSegment.cpp, src/osgWrappers/osg/LineStipple.cpp, src/osgWrappers/osg/LineWidth.cpp, src/osgWrappers/osg/LogicOp.cpp, src/osgWrappers/osg/Material.cpp, src/osgWrappers/osg/Matrix.cpp, src/osgWrappers/osg/MatrixTransform.cpp, src/osgWrappers/osg/Matrixd.cpp, src/osgWrappers/osg/Matrixf.cpp, src/osgWrappers/osg/Multisample.cpp, src/osgWrappers/osg/Node.cpp, src/osgWrappers/osg/NodeCallback.cpp, src/osgWrappers/osg/NodeVisitor.cpp, src/osgWrappers/osg/Object.cpp, src/osgWrappers/osg/OccluderNode.cpp, src/osgWrappers/osg/PagedLOD.cpp, src/osgWrappers/osg/Plane.cpp, src/osgWrappers/osg/Point.cpp, src/osgWrappers/osg/PointSprite.cpp, src/osgWrappers/osg/PolygonMode.cpp, src/osgWrappers/osg/PolygonOffset.cpp, src/osgWrappers/osg/PolygonStipple.cpp, src/osgWrappers/osg/Polytope.cpp, src/osgWrappers/osg/PositionAttitudeTransform.cpp, src/osgWrappers/osg/PrimitiveSet.cpp, src/osgWrappers/osg/Program.cpp, src/osgWrappers/osg/Projection.cpp, src/osgWrappers/osg/ProxyNode.cpp, src/osgWrappers/osg/Quat.cpp, src/osgWrappers/osg/RefNodePath.cpp, src/osgWrappers/osg/Referenced.cpp, src/osgWrappers/osg/Sequence.cpp, src/osgWrappers/osg/ShadeModel.cpp, src/osgWrappers/osg/Shader.cpp, src/osgWrappers/osg/ShadowVolumeOccluder.cpp, src/osgWrappers/osg/Shape.cpp, src/osgWrappers/osg/ShapeDrawable.cpp, src/osgWrappers/osg/State.cpp, src/osgWrappers/osg/StateAttribute.cpp, src/osgWrappers/osg/StateSet.cpp, src/osgWrappers/osg/Stencil.cpp, src/osgWrappers/osg/Switch.cpp, src/osgWrappers/osg/TexEnv.cpp, src/osgWrappers/osg/TexEnvCombine.cpp, src/osgWrappers/osg/TexEnvFilter.cpp, src/osgWrappers/osg/TexGen.cpp, src/osgWrappers/osg/TexGenNode.cpp, src/osgWrappers/osg/TexMat.cpp, src/osgWrappers/osg/Texture.cpp, src/osgWrappers/osg/Texture1D.cpp, src/osgWrappers/osg/Texture2D.cpp, src/osgWrappers/osg/Texture3D.cpp, src/osgWrappers/osg/TextureCubeMap.cpp, src/osgWrappers/osg/TextureRectangle.cpp, src/osgWrappers/osg/Timer.cpp, src/osgWrappers/osg/Transform.cpp, src/osgWrappers/osg/UByte4.cpp, src/osgWrappers/osg/Uniform.cpp, src/osgWrappers/osg/Vec2.cpp, src/osgWrappers/osg/Vec2d.cpp, src/osgWrappers/osg/Vec2f.cpp, src/osgWrappers/osg/Vec3.cpp, src/osgWrappers/osg/Vec3d.cpp, src/osgWrappers/osg/Vec3f.cpp, src/osgWrappers/osg/Vec4.cpp, src/osgWrappers/osg/Vec4d.cpp, src/osgWrappers/osg/Vec4f.cpp, src/osgWrappers/osg/VertexProgram.cpp, src/osgWrappers/osg/Viewport.cpp: From Marco Jez, osgWrappers updates to latest changes in core osg. 2005-04-17 10:41 robert * include/osg/Matrixd, include/osg/Matrixf, include/osg/Vec3f, src/osg/Matrix_implementation.cpp: Moved istream/ostream includes out of Vec3f, and reimpleted osg::Matrix*::compare. 2005-04-17 09:41 robert * include/osg/State: From Tony Horrobin, fix for VS6.0 2005-04-16 17:44 robert * include/osg/Program, include/osg/io_utils: From Marco Jez, added operator >> for Plane and Quat to io_utils, and added OSG_EXPORT to PerContextProgram. 2005-04-16 10:18 robert * src/osgPlugins/osg/Shader.cpp: Fixed wrapping of text string to allow internal "" strings 2005-04-16 10:11 robert * examples/osgshaders/GL2Scene.cpp, src/osg/Program.cpp: From Mike Weiblen,added debug info to osg::Program and changed shader uniform names to avoid conflict with built in functions 2005-04-16 04:00 don * src/osgPlugins/ive/PagedLOD.cpp: CHanged line 101 in PageLOD.cpp to read if ( in->getVersion() >= VERSION_0006 ) { setDatabasePath(in->readString()); } instead of if ( in->getVersion() > VERSION_0006 ) { setDatabasePath(in->readString()); } Seems DatabasePath _is_ present in ive files of version 6. 2005-04-15 20:59 robert * include/osg/Plane, include/osg/Quat, include/osg/io_utils, src/osg/TexGen.cpp, src/osgPlugins/osg/TexGen.cpp: Moved Plane and Quat << operators into the io_utils headers 2005-04-15 20:44 robert * Make/makedirdefs: Added dxf to the list of projects 2005-04-15 20:39 robert * src/osgPlugins/dxf, src/osgPlugins/dxf/GNUmakefile, src/osgPlugins/dxf/ReaderWriterDXF.cpp, src/osgPlugins/dxf/aci.cpp, src/osgPlugins/dxf/aci.h, src/osgPlugins/dxf/codeValue.h, src/osgPlugins/dxf/dxfBlock.cpp, src/osgPlugins/dxf/dxfBlock.h, src/osgPlugins/dxf/dxfDataTypes.h, src/osgPlugins/dxf/dxfEntity.cpp, src/osgPlugins/dxf/dxfEntity.h, src/osgPlugins/dxf/dxfFile.cpp, src/osgPlugins/dxf/dxfFile.h, src/osgPlugins/dxf/dxfReader.cpp, src/osgPlugins/dxf/dxfReader.h, src/osgPlugins/dxf/dxfSection.cpp, src/osgPlugins/dxf/dxfSection.h, src/osgPlugins/dxf/dxfSectionBase.h, src/osgPlugins/dxf/dxfTable.cpp, src/osgPlugins/dxf/dxfTable.h, src/osgPlugins/dxf/scene.cpp, src/osgPlugins/dxf/scene.h, src/osgPlugins/osg/ClipPlane.cpp, src/osgPlugins/osgText/IO_Text.cpp: From Paul de Repentinguy, DXF loader plugin. Ported to Linux by Robert Osfield. 2005-04-15 20:11 robert * src/osgUtil/Optimizer.cpp: From Joran Jessurun, Added setting of original node mask to flatten transforms 2005-04-15 20:05 robert * include/osgSim/MultiSwitch, src/osgSim/MultiSwitch.cpp: Added setValue and setSwitchSet methods 2005-04-15 18:28 robert * src/osgPlugins/hdr/hdrloader.cpp: From Mike Weiblen, fix for Win32 build 2005-04-15 10:15 robert * doc/Doxyfiles/core_Doxyfile: Removed link reference to osgGL2 in doxygen file, added osgIntrospection 2005-04-15 10:09 robert * VisualStudio/applications/osgarchive/osgarchive.dsp, VisualStudio/applications/osgconv/osgconv.dsp, VisualStudio/applications/osgdem/osgdem.dsp, VisualStudio/applications/osgversion/osgversion.dsp, VisualStudio/applications/osgviewer/osgviewer.dsp, VisualStudio/examples/osgGLUTkeyboardmouse/osgGLUTkeyboardmouse.dsp, VisualStudio/examples/osgGLUTsimple/osgGLUTsimple.dsp, VisualStudio/examples/osganimate/osganimate.dsp, VisualStudio/examples/osgautotransform/osgautotransform.dsp, VisualStudio/examples/osgbillboard/osgbillboard.dsp, VisualStudio/examples/osgbluemarble/osgbluemarble.dsp, VisualStudio/examples/osgcallback/osgcallback.dsp, VisualStudio/examples/osgcameragroup/osgcameragroup.dsp, VisualStudio/examples/osgclip/osgclip.dsp, VisualStudio/examples/osgcluster/osgcluster.dsp, VisualStudio/examples/osgcopy/osgcopy.dsp, VisualStudio/examples/osgcubemap/osgcubemap.dsp, VisualStudio/examples/osgdepthshadow/osgdepthshadow.dsp, VisualStudio/examples/osgdistortion/osgdistortion.dsp, VisualStudio/examples/osgforest/osgforest.dsp, VisualStudio/examples/osggeodemo/osggeodemo.dsp, VisualStudio/examples/osggeometry/osggeometry.dsp, VisualStudio/examples/osghangglide/osghangglide.dsp, VisualStudio/examples/osghud/osghud.dsp, VisualStudio/examples/osgimpostor/osgimpostor.dsp, VisualStudio/examples/osgintrospection/example_osgintrospection.dsp, VisualStudio/examples/osgkeyboard/osgkeyboard.dsp, VisualStudio/examples/osgkeyboardmouse/osgkeyboardmouse.dsp, VisualStudio/examples/osglauncher/osglauncher.dsp, VisualStudio/examples/osglight/osglight.dsp, VisualStudio/examples/osglightpoint/osglightpoint.dsp, VisualStudio/examples/osglogo/osglogo.dsp, VisualStudio/examples/osgmotionblur/osgmotionblur.dsp, VisualStudio/examples/osgmultitexture/osgmultitexture.dsp, VisualStudio/examples/osgoccluder/osgoccluder.dsp, VisualStudio/examples/osgparticle/osgparticledemo.dsp, VisualStudio/examples/osgparticleeffects/osgparticleeffects.dsp, VisualStudio/examples/osgpbuffer/osgpbuffer.dsp, VisualStudio/examples/osgphotoalbum/osgphotoalbum.dsp, VisualStudio/examples/osgpick/osgpick.dsp, VisualStudio/examples/osgplanets/osgplanets.dsp, VisualStudio/examples/osgpointsprite/osgpointsprite.dsp, VisualStudio/examples/osgprerender/osgprerender.dsp, VisualStudio/examples/osgprerendercubemap/osgprerendercubemap.dsp, VisualStudio/examples/osgreflect/osgreflect.dsp, VisualStudio/examples/osgscalarbar/osgscalarbar.dsp, VisualStudio/examples/osgscribe/osgscribe.dsp, VisualStudio/examples/osgsequence/osgsequence.dsp, VisualStudio/examples/osgshaders/osgshaders.dsp, VisualStudio/examples/osgshadowtexture/osgshadowtexture.dsp, VisualStudio/examples/osgshape/osgshape.dsp, VisualStudio/examples/osgsimple/osgsimple.dsp, VisualStudio/examples/osgsimplepager/osgsimplepager.dsp, VisualStudio/examples/osgsimplifier/osgsimplifier.dsp, VisualStudio/examples/osgsimulation/osgsimulation.dsp, VisualStudio/examples/osgspheresegment/osgspheresegment.dsp, VisualStudio/examples/osgspotlight/osgspotlight.dsp, VisualStudio/examples/osgstereoimage/osgstereoimage.dsp, VisualStudio/examples/osgteapot/osgteapot.dsp, VisualStudio/examples/osgtesselate/osgtesselate.dsp, VisualStudio/examples/osgtext/osgtextdemo.dsp, VisualStudio/examples/osgtexture1D/osgtexture1D.dsp, VisualStudio/examples/osgtexture2D/osgtexture2D.dsp, VisualStudio/examples/osgtexture3D/osgtexture3D.dsp, VisualStudio/examples/osgtexturerectangle/osgtexturerectangle.dsp, VisualStudio/examples/osgunittests/osgunittests.dsp, VisualStudio/examples/osgvertexprogram/osgvertexprogram.dsp, VisualStudio/examples/osgvolume/osgvolume.dsp, VisualStudio/examples/osgwindows/osgwindows.dsp, VisualStudio/osg/osg.dsp, VisualStudio/osgDB/osgDB.dsp, VisualStudio/osgFX/osgFX.dsp, VisualStudio/osgGA/osgGA.dsp, VisualStudio/osgIntrospection/osgIntrospection.dsp, VisualStudio/osgParticle/osgParticle.dsp, VisualStudio/osgPlugins/3dc/3dc.dsp, VisualStudio/osgPlugins/ac3d/ac3d.dsp, VisualStudio/osgPlugins/bmp/bmp.dsp, VisualStudio/osgPlugins/dds/dds.dsp, VisualStudio/osgPlugins/directx/directx.dsp, VisualStudio/osgPlugins/dw/dw.dsp, VisualStudio/osgPlugins/dx/dx.dsp, VisualStudio/osgPlugins/flt/flt.dsp, VisualStudio/osgPlugins/freetype/freetype.dsp, VisualStudio/osgPlugins/gdal/gdal.dsp, VisualStudio/osgPlugins/geo/geo.dsp, VisualStudio/osgPlugins/gif/gif.dsp, VisualStudio/osgPlugins/hdr/hdr.dsp, VisualStudio/osgPlugins/ive/ive.dsp, VisualStudio/osgPlugins/jp2/jp2.dsp, VisualStudio/osgPlugins/jpeg/jpeg.dsp, VisualStudio/osgPlugins/lib3ds/lib3ds.dsp, VisualStudio/osgPlugins/logo/logo.dsp, VisualStudio/osgPlugins/lwo/lwo.dsp, VisualStudio/osgPlugins/lws/lws.dsp, VisualStudio/osgPlugins/md2/md2.dsp, VisualStudio/osgPlugins/net/net.dsp, VisualStudio/osgPlugins/obj/obj.dsp, VisualStudio/osgPlugins/osg/dot_osg.dsp, VisualStudio/osgPlugins/osgFX/dot_osgFX.dsp, VisualStudio/osgPlugins/osgParticle/dot_osgParticle.dsp, VisualStudio/osgPlugins/osgSim/dot_osgSim.dsp, VisualStudio/osgPlugins/osgText/dot_osgText.dsp, VisualStudio/osgPlugins/osga/osga.dsp, VisualStudio/osgPlugins/osgtgz/osgtgz.dsp, VisualStudio/osgPlugins/pfb/pfb.dsp, VisualStudio/osgPlugins/pic/pic.dsp, VisualStudio/osgPlugins/png/png.dsp, VisualStudio/osgPlugins/pnm/pnm.dsp, VisualStudio/osgPlugins/rgb/rgb.dsp, VisualStudio/osgPlugins/rot/rot.dsp, VisualStudio/osgPlugins/scale/scale.dsp, VisualStudio/osgPlugins/stl/stl.dsp, VisualStudio/osgPlugins/tga/tga.dsp, VisualStudio/osgPlugins/tgz/tgz.dsp, VisualStudio/osgPlugins/tiff/tiff.dsp, VisualStudio/osgPlugins/trans/trans.dsp, VisualStudio/osgPlugins/txp/txp.dsp, VisualStudio/osgPlugins/zip/zip.dsp, VisualStudio/osgProducer/osgProducer.dsp, VisualStudio/osgSim/osgSim.dsp, VisualStudio/osgTerrain/osgTerrain.dsp, VisualStudio/osgText/osgText.dsp, VisualStudio/osgUtil/osgUtil.dsp, VisualStudio/osgWrappers/osg/wrapper_osg.dsp: Changed all instances of /vd0 to /vd1 2005-04-15 09:56 robert * src/osgPlugins/hdr/hdrloader.cpp: In the ldexp(,) call removed the /256.0f by replacing it with a -8 on the exponent. 2005-04-15 08:35 robert * Make/dependencies, Make/makedirdefs, VisualStudio/VisualStudio.dsw, VisualStudio/osgGL2, include/osg/StateAttribute, include/osgGL2, src/osgGL2: Removed osgGL2 from CVS, osgGL2 now can be found on the Community/NodeKits section on the OSG website. 2005-04-14 21:41 robert * include/osg/AlphaFunc, include/osg/AnimationPath, include/osg/ApplicationUsage, include/osg/ArgumentParser, include/osg/Array, include/osg/AutoTransform, include/osg/Billboard, include/osg/BlendColor, include/osg/BlendEquation, include/osg/BlendFunc, include/osg/BoundingBox, include/osg/BoundingSphere, include/osg/BoundsChecking, include/osg/BufferObject, include/osg/ClearNode, include/osg/ClipNode, include/osg/ClipPlane, include/osg/ClusterCullingCallback, include/osg/CollectOccludersVisitor, include/osg/ColorMask, include/osg/ColorMatrix, include/osg/ConvexPlanarOccluder, include/osg/ConvexPlanarPolygon, include/osg/CoordinateSystemNode, include/osg/CopyOp, include/osg/CullFace, include/osg/CullSettings, include/osg/CullStack, include/osg/CullingSet, include/osg/Depth, include/osg/DisplaySettings, include/osg/DrawPixels, include/osg/Drawable, include/osg/Endian, include/osg/Export, include/osg/Fog, include/osg/FragmentProgram, include/osg/FrameStamp, include/osg/FrontFace, include/osg/GL, include/osg/GLExtensions, include/osg/GLU, include/osg/Geode, include/osg/Geometry, include/osg/Group, include/osg/Image, include/osg/ImageStream, include/osg/Impostor, include/osg/ImpostorSprite, include/osg/LOD, include/osg/Light, include/osg/LightModel, include/osg/LogicOp, include/osg/Matrix, include/osg/MatrixTransform, include/osg/Multisample, include/osg/Node, include/osg/NodeCallback, include/osg/NodeVisitor, include/osg/Notify, include/osg/Object, include/osg/OccluderNode, include/osg/PagedLOD, include/osg/Plane, include/osg/Point, include/osg/PointSprite, include/osg/PolygonMode, include/osg/PolygonOffset, include/osg/PolygonStipple, include/osg/Polytope, include/osg/PositionAttitudeTransform, include/osg/PrimitiveSet, include/osg/Projection, include/osg/ProxyNode, include/osg/Quat, include/osg/RefNodePath, include/osg/Referenced, include/osg/Sequence, include/osg/ShadeModel, include/osg/ShadowVolumeOccluder, include/osg/Shape, include/osg/ShapeDrawable, include/osg/State, include/osg/StateSet, include/osg/Stencil, include/osg/Switch, include/osg/TexEnv, include/osg/TexEnvCombine, include/osg/TexEnvFilter, include/osg/TexGen, include/osg/TexGenNode, include/osg/TexMat, include/osg/Texture, include/osg/Texture1D, include/osg/Texture2D, include/osg/Texture3D, include/osg/TextureCubeMap, include/osg/TextureRectangle, include/osg/Timer, include/osg/Transform, include/osg/TriangleFunctor, include/osg/TriangleIndexFunctor, include/osg/UByte4, include/osg/UnitTestFramework, include/osg/Vec2, include/osg/Vec2d, include/osg/Vec2f, include/osg/Vec3, include/osg/Vec3d, include/osg/Vec3f, include/osg/Vec4, include/osg/Vec4d, include/osg/Vec4f, include/osg/Version, include/osg/VertexProgram, include/osg/Viewport, include/osg/buffered_value, include/osg/fast_back_stack, include/osg/io_utils, include/osg/ref_ptr, include/osgDB/Archive, include/osgDB/DatabasePager, include/osgDB/DotOsgWrapper, include/osgDB/DynamicLibrary, include/osgDB/Export, include/osgDB/Field, include/osgDB/FieldReader, include/osgDB/FieldReaderIterator, include/osgDB/FileNameUtils, include/osgDB/FileUtils, include/osgDB/ImageOptions, include/osgDB/Input, include/osgDB/Output, include/osgDB/ParameterOutput, include/osgDB/ReadFile, include/osgDB/ReaderWriter, include/osgDB/ReentrantMutex, include/osgDB/Registry, include/osgDB/SharedStateManager, include/osgDB/Version, include/osgDB/WriteFile, include/osgFX/AnisotropicLighting, include/osgFX/BumpMapping, include/osgFX/Cartoon, include/osgFX/Effect, include/osgFX/Export, include/osgFX/Registry, include/osgFX/Scribe, include/osgFX/SpecularHighlights, include/osgFX/Technique, include/osgFX/Validator, include/osgGA/AnimationPathManipulator, include/osgGA/DriveManipulator, include/osgGA/EventVisitor, include/osgGA/Export, include/osgGA/FlightManipulator, include/osgGA/GUIActionAdapter, include/osgGA/GUIEventAdapter, include/osgGA/GUIEventHandler, include/osgGA/GUIEventHandlerVisitor, include/osgGA/KeySwitchMatrixManipulator, include/osgGA/MatrixManipulator, include/osgGA/NodeTrackerManipulator, include/osgGA/SetSceneViewVisitor, include/osgGA/StateSetManipulator, include/osgGA/TerrainManipulator, include/osgGA/TrackballManipulator, include/osgGA/UFOManipulator, include/osgGA/Version, include/osgGL2/Export, include/osgGL2/UniformValue, include/osgGL2/Version, include/osgIntrospection/Export, include/osgParticle/AccelOperator, include/osgParticle/AngularAccelOperator, include/osgParticle/CenteredPlacer, include/osgParticle/Counter, include/osgParticle/Emitter, include/osgParticle/ExplosionDebriEffect, include/osgParticle/ExplosionEffect, include/osgParticle/Export, include/osgParticle/FireEffect, include/osgParticle/FluidFrictionOperator, include/osgParticle/FluidProgram, include/osgParticle/ForceOperator, include/osgParticle/Interpolator, include/osgParticle/LinearInterpolator, include/osgParticle/ModularEmitter, include/osgParticle/ModularProgram, include/osgParticle/MultiSegmentPlacer, include/osgParticle/Operator, include/osgParticle/Particle, include/osgParticle/ParticleEffect, include/osgParticle/ParticleProcessor, include/osgParticle/ParticleSystem, include/osgParticle/ParticleSystemUpdater, include/osgParticle/Placer, include/osgParticle/PointPlacer, include/osgParticle/Program, include/osgParticle/RadialShooter, include/osgParticle/RandomRateCounter, include/osgParticle/SectorPlacer, include/osgParticle/SegmentPlacer, include/osgParticle/Shooter, include/osgParticle/SmokeEffect, include/osgParticle/VariableRateCounter, include/osgParticle/Version, include/osgParticle/range, include/osgProducer/EventAdapter, include/osgProducer/Export, include/osgProducer/KeyboardMouseCallback, include/osgProducer/OsgCameraGroup, include/osgProducer/OsgSceneHandler, include/osgProducer/Version, include/osgProducer/Viewer, include/osgProducer/ViewerEventHandler, include/osgSim/BlinkSequence, include/osgSim/ColorRange, include/osgSim/DOFTransform, include/osgSim/Export, include/osgSim/LightPoint, include/osgSim/LightPointNode, include/osgSim/MultiSwitch, include/osgSim/ScalarBar, include/osgSim/ScalarsToColors, include/osgSim/Sector, include/osgSim/SphereSegment, include/osgSim/Version, include/osgSim/VisibilityGroup, include/osgTerrain/DataSet, include/osgTerrain/Export, include/osgTerrain/HeightFieldNode, include/osgTerrain/HeightFieldRenderer, include/osgTerrain/Version, include/osgText/Export, include/osgText/Font, include/osgText/String, include/osgText/Text, include/osgText/Version, include/osgUtil/CubeMapGenerator, include/osgUtil/CullVisitor, include/osgUtil/DelaunayTriangulator, include/osgUtil/DisplayRequirementsVisitor, include/osgUtil/Export, include/osgUtil/GLObjectsVisitor, include/osgUtil/HalfWayMapGenerator, include/osgUtil/HighlightMapGenerator, include/osgUtil/InsertImpostorsVisitor, include/osgUtil/IntersectVisitor, include/osgUtil/Optimizer, include/osgUtil/ReflectionMapGenerator, include/osgUtil/RenderBin, include/osgUtil/RenderGraph, include/osgUtil/RenderLeaf, include/osgUtil/RenderStage, include/osgUtil/RenderStageLighting, include/osgUtil/RenderToTextureStage, include/osgUtil/SceneView, include/osgUtil/Simplifier, include/osgUtil/SmoothingVisitor, include/osgUtil/Statistics, include/osgUtil/TangentSpaceGenerator, include/osgUtil/Tesselator, include/osgUtil/TransformAttributeFunctor, include/osgUtil/TransformCallback, include/osgUtil/TriStripVisitor, include/osgUtil/UpdateVisitor, include/osgUtil/Version, src/osg/AlphaFunc.cpp, src/osg/AnimationPath.cpp, src/osg/Array.cpp, src/osg/AutoTransform.cpp, src/osg/Billboard.cpp, src/osg/BlendColor.cpp, src/osg/BlendEquation.cpp, src/osg/BlendFunc.cpp, src/osg/BoundingBox.cpp, src/osg/BoundingSphere.cpp, src/osg/BufferObject.cpp, src/osg/ClearNode.cpp, src/osg/ClipNode.cpp, src/osg/ClipPlane.cpp, src/osg/ClusterCullingCallback.cpp, src/osg/CollectOccludersVisitor.cpp, src/osg/ColorMask.cpp, src/osg/ColorMatrix.cpp, src/osg/ConvexPlanarOccluder.cpp, src/osg/ConvexPlanarPolygon.cpp, src/osg/CoordinateSystemNode.cpp, src/osg/CopyOp.cpp, src/osg/CullFace.cpp, src/osg/CullSettings.cpp, src/osg/CullStack.cpp, src/osg/CullingSet.cpp, src/osg/Depth.cpp, src/osg/DisplaySettings.cpp, src/osg/DrawPixels.cpp, src/osg/Drawable.cpp, src/osg/Fog.cpp, src/osg/FragmentProgram.cpp, src/osg/FrameStamp.cpp, src/osg/FrontFace.cpp, src/osg/GLExtensions.cpp, src/osg/Geode.cpp, src/osg/Geometry.cpp, src/osg/Group.cpp, src/osg/Image.cpp, src/osg/ImageStream.cpp, src/osg/Impostor.cpp, src/osg/ImpostorSprite.cpp, src/osg/LOD.cpp, src/osg/Light.cpp, src/osg/LightModel.cpp, src/osg/LightSource.cpp, src/osg/LineSegment.cpp, src/osg/LineStipple.cpp, src/osg/LineWidth.cpp, src/osg/LogicOp.cpp, src/osg/Material.cpp, src/osg/MatrixTransform.cpp, src/osg/Matrix_implementation.cpp, src/osg/Matrixd.cpp, src/osg/Matrixf.cpp, src/osg/Multisample.cpp, src/osg/Node.cpp, src/osg/NodeCallback.cpp, src/osg/NodeVisitor.cpp, src/osg/Notify.cpp, src/osg/Object.cpp, src/osg/OccluderNode.cpp, src/osg/PagedLOD.cpp, src/osg/Point.cpp, src/osg/PointSprite.cpp, src/osg/PolygonMode.cpp, src/osg/PolygonOffset.cpp, src/osg/PolygonStipple.cpp, src/osg/PositionAttitudeTransform.cpp, src/osg/PrimitiveSet.cpp, src/osg/Projection.cpp, src/osg/ProxyNode.cpp, src/osg/Quat.cpp, src/osg/Referenced.cpp, src/osg/Sequence.cpp, src/osg/ShadeModel.cpp, src/osg/ShadowVolumeOccluder.cpp, src/osg/Shape.cpp, src/osg/ShapeDrawable.cpp, src/osg/State.cpp, src/osg/StateSet.cpp, src/osg/Stencil.cpp, src/osg/Switch.cpp, src/osg/TexEnv.cpp, src/osg/TexEnvCombine.cpp, src/osg/TexEnvFilter.cpp, src/osg/TexGen.cpp, src/osg/TexGenNode.cpp, src/osg/TexMat.cpp, src/osg/Texture.cpp, src/osg/Texture1D.cpp, src/osg/Texture2D.cpp, src/osg/Texture3D.cpp, src/osg/TextureCubeMap.cpp, src/osg/TextureRectangle.cpp, src/osg/Timer.cpp, src/osg/Transform.cpp, src/osg/UnitTestFramework.cpp, src/osg/Vec3.cpp, src/osg/Version.cpp, src/osg/VertexProgram.cpp, src/osg/Viewport.cpp, src/osgDB/Archive.cpp, src/osgDB/DotOsgWrapper.cpp, src/osgDB/DynamicLibrary.cpp, src/osgDB/Field.cpp, src/osgDB/FieldReader.cpp, src/osgDB/FieldReaderIterator.cpp, src/osgDB/FileNameUtils.cpp, src/osgDB/FileUtils.cpp, src/osgDB/Input.cpp, src/osgDB/Output.cpp, src/osgDB/ReadFile.cpp, src/osgDB/ReaderWriter.cpp, src/osgDB/ReentrantMutex.cpp, src/osgDB/Registry.cpp, src/osgDB/SharedStateManager.cpp, src/osgDB/Version.cpp, src/osgDB/WriteFile.cpp, src/osgGA/DriveManipulator.cpp, src/osgGA/EventVisitor.cpp, src/osgGA/GUIEventAdapter.cpp, src/osgGA/GUIEventHandler.cpp, src/osgGL2/UniformValue.cpp, src/osgParticle/ExplosionDebriEffect.cpp, src/osgParticle/ExplosionEffect.cpp, src/osgParticle/FireEffect.cpp, src/osgParticle/ParticleEffect.cpp, src/osgParticle/SmokeEffect.cpp, src/osgPlugins/freetype/FreeTypeFont.cpp, src/osgPlugins/freetype/FreeTypeFont.h, src/osgPlugins/freetype/FreeTypeLibrary.cpp, src/osgPlugins/freetype/FreeTypeLibrary.h, src/osgPlugins/geo/ClipRegion.h, src/osgProducer/OsgCameraGroup.cpp, src/osgProducer/OsgSceneHandler.cpp, src/osgSim/BlinkSequence.cpp, src/osgSim/DOFTransform.cpp, src/osgSim/LightPoint.cpp, src/osgSim/LightPointDrawable.cpp, src/osgSim/LightPointNode.cpp, src/osgSim/MultiSwitch.cpp, src/osgSim/Sector.cpp, src/osgSim/VisibilityGroup.cpp, src/osgTerrain/DataSet.cpp, src/osgTerrain/HeightFieldNode.cpp, src/osgTerrain/HeightFieldRenderer.cpp, src/osgText/DefaultFont.cpp, src/osgText/DefaultFont.h, src/osgText/Font.cpp, src/osgText/Text.cpp, src/osgUtil/CubeMapGenerator.cpp, src/osgUtil/CullVisitor.cpp, src/osgUtil/DisplayRequirementsVisitor.cpp, src/osgUtil/GLObjectsVisitor.cpp, src/osgUtil/HalfWayMapGenerator.cpp, src/osgUtil/HighlightMapGenerator.cpp, src/osgUtil/InsertImpostorsVisitor.cpp, src/osgUtil/IntersectVisitor.cpp, src/osgUtil/Optimizer.cpp, src/osgUtil/RenderBin.cpp, src/osgUtil/RenderGraph.cpp, src/osgUtil/RenderLeaf.cpp, src/osgUtil/RenderStage.cpp, src/osgUtil/RenderStageLighting.cpp, src/osgUtil/RenderToTextureStage.cpp, src/osgUtil/SceneView.cpp, src/osgUtil/Simplifier.cpp, src/osgUtil/SmoothingVisitor.cpp, src/osgUtil/Tesselator.cpp, src/osgUtil/TransformAttributeFunctor.cpp, src/osgUtil/TransformCallback.cpp, src/osgUtil/TriStripVisitor.cpp, src/osgUtil/TriStrip_tri_stripper.cpp, src/osgUtil/UpdateVisitor.cpp, src/osgUtil/Version.cpp: Updated Copyright notices to 1998-2005. 2005-04-14 20:34 robert * src/osgPlugins/flt/ReaderWriterATTR.cpp: Changed uint for unsigned int. 2005-04-14 20:14 robert * include/osg/Uniform: Uniforms open for business :) 2005-04-14 20:05 robert * include/osg/State: Fixed getUniformLocation and getAttribLocation methods 2005-04-14 15:53 robert * Make/openscenegraph.pc, include/osg/StateSet, src/osg/StateSet.cpp: Removed setProgram from osg::StateSet as Program works just fine right now as a standard osg::StateAttribute and set in a StateSet with setAttribute. 2005-04-14 11:28 robert * Make/dependencies, Make/makedirdefs, VisualStudio/VisualStudio.dsw, applications/osgdem/GNUmakefile, applications/osgdem/GNUmakefile.inst, examples/osgfxbrowser/GNUmakefile, examples/osgkeyboardmouse/GNUmakefile, examples/osgkeyboardmouse/GNUmakefile.inst, examples/osgsimplepager/GNUmakefile, examples/osgsimplepager/GNUmakefile.inst, examples/osgsimulation/GNUmakefile, runexamples.bat, src/osgFX/Cartoon.cpp, src/osgFX/GNUmakefile, src/osgPlugins/ive/GNUmakefile, src/osgPlugins/lwo/GNUmakefile, src/osgPlugins/osgFX/GNUmakefile: Preparation for moving osgGL2 out of the core OSG into its own seperate distribution. 2005-04-14 08:00 robert * examples/osgshaders/GL2Scene.cpp: From Mike Weiblen, fixed copy and paste error in new osgshaders.cpp example. 2005-04-14 07:55 robert * src/osgPlugins/flt/ReaderWriterATTR.cpp, src/osgPlugins/flt/flt2osg.cpp: From Joson Daly, fix for forward/backward/swing animation handling both 15.8 and versions prior to 15.8, and... " Here's another fix for OpenFlight. The symptom was that ATTR files were not being read correctly, and the TexEnv on a texture that should have been set to DECAL was instead defaulting to MODULATE. The cause is that the ATTR reader cannot tell by itself what version it's reading (the version information isn't present in the ATTR files), and instead relies on the ReaderWriter::Options passed in to get the OpenFlight version. My change clones the current ReaderWriter::Options and prepends the appropriate FLT_VER option before the ReaderWriterATTR object is called. I also made the parsing of the FLT_VER string and value more robust in the ReaderWriterATTR itself. I think I commented things OK, but let me know if you need me to explain anything." 2005-04-13 18:19 robert * include/osg/TextureRectangle, src/osg/TextureRectangle.cpp: From Terry Welsh, added copy texture support to TextureRectangle 2005-04-13 14:31 robert * examples/osgshaders/GL2Scene.cpp, src/osg/State.cpp: Added applying of all parents uniforms 2005-04-13 14:12 robert * examples/osgshaders/GL2Scene.cpp, include/osg/Program, src/osg/Program.cpp, src/osg/State.cpp: Added basic support for applying uniforms to programs, non lazy state updating is yet applied though. 2005-04-13 12:00 robert * include/osg/Program, include/osg/State, include/osg/Uniform, src/osg/Program.cpp, src/osg/State.cpp, src/osg/Uniform.cpp: Work in progress on shader language uniform support 2005-04-12 19:28 robert * examples/osgcatch/osgcatch.cpp: Added #if block for swith between imagery 2005-04-12 19:17 robert * examples/osgcatch/osgcatch.cpp: Fixed bug 2005-04-12 08:59 robert * src/osgPlugins/hdr/hdrloader.cpp: Added inline to float convertComponent(,) 2005-04-12 08:55 robert * src/osgPlugins/hdr/hdrloader.cpp: From Olaf Flebbe, change from powf to ldexp. 2005-04-11 17:14 robert * VisualStudio/osg/osg.dsp, include/osg/AlphaFunc, include/osg/AnimationPath, include/osg/ApplicationUsage, include/osg/ArgumentParser, include/osg/Array, include/osg/AutoTransform, include/osg/Billboard, include/osg/BlendColor, include/osg/BlendEquation, include/osg/BlendFunc, include/osg/BoundingBox, include/osg/BoundingSphere, include/osg/BufferObject, include/osg/ClearNode, include/osg/ClipNode, include/osg/ClipPlane, include/osg/ClusterCullingCallback, include/osg/CollectOccludersVisitor, include/osg/ColorMask, include/osg/ColorMatrix, include/osg/ConvexPlanarOccluder, include/osg/ConvexPlanarPolygon, include/osg/CoordinateSystemNode, include/osg/CopyOp, include/osg/CullFace, include/osg/CullSettings, include/osg/CullStack, include/osg/CullingSet, include/osg/Depth, include/osg/DisplaySettings, include/osg/DrawPixels, include/osg/Drawable, include/osg/Export, include/osg/Fog, include/osg/FragmentProgram, include/osg/FrameStamp, include/osg/FrontFace, include/osg/GLExtensions, include/osg/Geode, include/osg/Geometry, include/osg/Group, include/osg/Image, include/osg/ImageStream, include/osg/Impostor, include/osg/ImpostorSprite, include/osg/LOD, include/osg/Light, include/osg/LightModel, include/osg/LightSource, include/osg/LineSegment, include/osg/LineStipple, include/osg/LineWidth, include/osg/LogicOp, include/osg/Material, include/osg/MatrixTransform, include/osg/Matrixd, include/osg/Matrixf, include/osg/Multisample, include/osg/Node, include/osg/NodeCallback, include/osg/NodeVisitor, include/osg/Notify, include/osg/Object, include/osg/OccluderNode, include/osg/PagedLOD, include/osg/Plane, include/osg/Point, include/osg/PointSprite, include/osg/PolygonMode, include/osg/PolygonOffset, include/osg/PolygonStipple, include/osg/Polytope, include/osg/PositionAttitudeTransform, include/osg/PrimitiveSet, include/osg/Program, include/osg/Projection, include/osg/ProxyNode, include/osg/Quat, include/osg/Referenced, include/osg/Sequence, include/osg/ShadeModel, include/osg/Shader, include/osg/ShadowVolumeOccluder, include/osg/Shape, include/osg/ShapeDrawable, include/osg/State, include/osg/StateAttribute, include/osg/StateSet, include/osg/Stencil, include/osg/Switch, include/osg/TexEnv, include/osg/TexEnvCombine, include/osg/TexEnvFilter, include/osg/TexGen, include/osg/TexGenNode, include/osg/TexMat, include/osg/Texture, include/osg/Texture1D, include/osg/Texture2D, include/osg/Texture3D, include/osg/TextureCubeMap, include/osg/TextureRectangle, include/osg/Timer, include/osg/Transform, include/osg/Uniform, include/osg/UnitTestFramework, include/osg/Version, include/osg/VertexProgram, include/osg/Viewport, src/osg/GNUmakefile, src/osg/Texture.cpp, src/osgPlugins/mpeg/MpegImageStream.h, src/osgPlugins/quicktime/QuicktimeImageStream.h: Renamed SG_LIBRARY and SG_EXPORT macro's to OSG_LIBRARY and OSG_EXPORT 2005-04-11 15:40 robert * src/osgWrappers/osg/GNUmakefile: Changed optimization flag to -O instead of -O2 to aid compile speed. 2005-04-11 15:22 robert * include/osg/Program: From Olaf Flebbe, compile fix for Sun. 2005-04-11 15:17 robert * Make/makedefs, Make/makedirdefs, include/osg/BufferObject, include/osg/Drawable, include/osg/StateAttribute, src/osg/BufferObject.cpp, src/osg/PrimitiveSet.cpp: Moved #include from header into .cpp to clean up build. 2005-04-11 15:01 robert * src/osgWrappers/osg/ColorMask.cpp: Build fix 2005-04-11 10:12 robert * src/osg/GNUmakefile, src/osg/Program.cpp: Fixed warning, and sorted entries in GNUmakefile 2005-04-11 08:15 robert * include/osg/Program: Added friend class PerContextProgram; 2005-04-11 07:51 robert * src/osgPlugins/geo/osgGeoAction.h: From Olaf Flebbe, Fixed cross platform compile error 2005-04-10 21:26 robert * include/osg/ColorMask: From Randall Hopper, fixed typo of setRedMask. 2005-04-10 21:25 robert * examples/osgcatch/GNUmakefile, examples/osgcatch/osgcatch.cpp: Further work on kiddies game. 2005-04-09 11:17 robert * include/osgParticle/FluidProgram, src/osgParticle/FluidProgram.cpp: Fixed typo 2005-04-08 19:40 robert * Make/dependencies, Make/makedirdefs, VisualStudio/examples/osgGLUTkeyboardmouse, VisualStudio/examples/osgGLUTkeyboardmouse/osgGLUTkeyboardmouse.dsp, VisualStudio/examples/osgGLUTsimple, VisualStudio/examples/osgGLUTsimple/osgGLUTsimple.dsp, examples/osgGLUTkeyboardmouse, examples/osgGLUTkeyboardmouse/GNUmakefile, examples/osgGLUTkeyboardmouse/GNUmakefile.inst, examples/osgGLUTkeyboardmouse/osgGLUTkeyboardmouse.cpp, examples/osgGLUTsimple, examples/osgGLUTsimple/GNUmakefile, examples/osgGLUTsimple/GNUmakefile.inst, examples/osgGLUTsimple/osgGLUTsimple.cpp: From Mike Weiblen, osgGLUTsimple and osgGLUTkeyboardmouse examples 2005-04-08 19:39 don * src/osgPlugins/net/ReaderWriterNET.cpp, src/osgPlugins/net/sockstream.cpp: Added check for _last_of for fileName and merged all definitions for socklen_t to one line. 2005-04-08 19:29 robert * examples/osgintrospection/osgintrospection.cpp: From Marco Jez, updates to reflect new osgIntrospection API 2005-04-08 18:46 robert * src/osgDB/Registry.cpp: From Stephan Huber, changed fixed string sizes for dynamically allocated ones in OSX file system gets. 2005-04-08 14:44 robert * src/osgUtil/TriStrip_graph_array.h: From James French, a tweak with fix a compile problem related to STLport. 2005-04-08 14:11 robert * src/osgPlugins/net/sockstream.cpp: From Olad Flebbe, compile fix for HP-UX. 2005-04-08 14:10 robert * include/osg/UByte4, include/osg/io_utils: Moved UByte4 i/ostream support into io_utils. 2005-04-08 14:09 robert * src/osgPlugins/freetype/FreeTypeLibrary.h: From James French, fix to header guard 2005-04-08 13:52 robert * src/osgDB/Registry.cpp, src/osgPlugins/quicktime/QTtexture.h, src/osgPlugins/quicktime/ReaderWriterQT.cpp: From Stephan Huber (contains Registry.cpp changes from David Guthrie): "Attached is the new source for the Quicktime-Plugin which adds the ability to write pictures in various formats (tested: jpg, png, tif, psd) (24bit + 32bit only, 8bit not tested) There are changes in the attached osgDB::Registry, which allows osg to find resources/plugins in the right folders under OS X" Note, from Robert Osfield, changed the FilePathList* filepath + delete to a FilePathList filepath to avoid possible memory leaks when expections are thrown/ make it more maintainable. Also didn't merge the automatic playing of movies. 2005-04-08 13:10 robert * src/osg/Shader.cpp, src/osg/Uniform.cpp, src/osgPlugins/osg/Shader.cpp, src/osgPlugins/osg/Uniform.cpp: From Mike Weiblen, updates to GL Shadler Language support 2005-04-08 13:06 robert * VisualStudio/osgPlugins/ive/ive.dsp, src/osgPlugins/ive/DataInputStream.cpp, src/osgPlugins/ive/DataInputStream.h, src/osgPlugins/ive/DataOutputStream.cpp, src/osgPlugins/ive/GNUmakefile, src/osgPlugins/ive/ReadWrite.h, src/osgPlugins/ive/Text.cpp, src/osgPlugins/ive/Text.h, src/osgPlugins/osgText/IO_Text.cpp: From Carlo Camporesi, add support for text into .ive plugin, tweak by Robert Osfield to allow font names to be exported correctly with extension 2005-04-08 12:22 robert * src/osg/ClipNode.cpp, src/osg/PagedLOD.cpp, src/osgDB/DatabasePager.cpp, src/osgPlugins/txp/TXPPagedLOD.cpp, src/osgSim/SphereSegment.cpp, src/osgTerrain/DataSet.cpp, src/osgUtil/Simplifier.cpp: Added #include 2005-04-08 10:32 robert * examples/osgbluemarble/osgbluemarble.cpp: Added #include 2005-04-08 09:59 robert * src/osgWrappers/osg/Vec2d.cpp, src/osgWrappers/osg/Vec2f.cpp, src/osgWrappers/osg/Vec3d.cpp, src/osgWrappers/osg/Vec3f.cpp, src/osgWrappers/osg/Vec4d.cpp, src/osgWrappers/osg/Vec4f.cpp: Added #include 2005-04-08 09:55 robert * examples/osgsimulation/osgsimulation.cpp: Reverted back to not test version of osgsimulation 2005-04-08 09:51 robert * examples/osgoccluder/osgoccluder.cpp, examples/osgpick/osgpick.cpp, examples/osgunittests/osgunittests.cpp: Added #include 2005-04-08 09:45 robert * examples/osggeometry/osggeometry.cpp, examples/osgkeyboard/osgkeyboard.cpp, examples/osgkeyboardmouse/osgkeyboardmouse.cpp, examples/osglauncher/osglauncher.cpp, examples/osgsimulation/osgsimulation.cpp: Added #include 2005-04-08 09:36 robert * applications/osgdem/osgdem.cpp, src/osgPlugins/lws/SceneLoader.cpp, src/osgPlugins/osg/AnimationPath.cpp, src/osgPlugins/osg/AutoTransform.cpp, src/osgPlugins/osg/ClearNode.cpp, src/osgPlugins/osg/Fog.cpp, src/osgPlugins/osg/FragmentProgram.cpp, src/osgPlugins/osg/Geometry.cpp, src/osgPlugins/osg/LOD.cpp, src/osgPlugins/osg/Light.cpp, src/osgPlugins/osg/LightModel.cpp, src/osgPlugins/osg/Material.cpp, src/osgPlugins/osg/Point.cpp, src/osgPlugins/osg/PositionAttitudeTransform.cpp, src/osgPlugins/osg/ProxyNode.cpp, src/osgPlugins/osg/Shape.cpp, src/osgPlugins/osg/ShapeDrawable.cpp, src/osgPlugins/osg/TexEnv.cpp, src/osgPlugins/osg/TexEnvCombine.cpp, src/osgPlugins/osg/Texture.cpp, src/osgPlugins/osg/VertexProgram.cpp, src/osgPlugins/osgFX/IO_Cartoon.cpp, src/osgPlugins/osgFX/IO_Scribe.cpp, src/osgPlugins/osgFX/IO_SpecularHighlights.cpp, src/osgPlugins/osgParticle/IO_ParticleEffect.cpp, src/osgPlugins/osgSim/IO_BlinkSequence.cpp, src/osgPlugins/osgSim/IO_DOFTransform.cpp, src/osgPlugins/osgSim/IO_LightPoint.cpp, src/osgPlugins/osgSim/IO_Sector.cpp: Added #include 2005-04-08 09:18 robert * src/osgPlugins/lwo/old_Lwo2.cpp, src/osgPlugins/lwo/old_Lwo2Layer.cpp: Added #include 2005-04-08 09:14 robert * src/osgTerrain/DataSet.cpp: Added io_utils include 2005-04-08 09:13 robert * src/osgPlugins/flt/flt2osg.cpp, src/osgPlugins/ive/DataInputStream.cpp, src/osgPlugins/ive/DataOutputStream.cpp: Added osg/io_utils include 2005-04-08 09:01 robert * VisualStudio/osg/osg.dsp, include/osg/Matrixd, include/osg/Matrixf, include/osg/Vec2d, include/osg/Vec2f, include/osg/Vec3d, include/osg/Vec3f, include/osg/Vec4d, include/osg/Vec4f, include/osg/io_utils, src/osg/AnimationPath.cpp, src/osg/ImpostorSprite.cpp, src/osgGA/TerrainManipulator.cpp, src/osgProducer/Viewer.cpp, src/osgUtil/IntersectVisitor.cpp, src/osgUtil/TriStripVisitor.cpp: Moved the istream and ostream support from Vec* and Matrix* into a seperate io_utils file. 2005-04-07 21:28 robert * include/osg/Vec4d: Added iostream operators 2005-04-07 20:28 robert * include/osg/BufferObject: From Olaf Flebbe, removed supporios BufferObject:: 2005-04-07 20:23 robert * VisualStudio/osgPlugins/osg/dot_osg.dsp, include/osg/Program, include/osg/Shader, include/osg/Uniform, src/osg/Program.cpp, src/osg/Shader.cpp, src/osg/Uniform.cpp, src/osgPlugins/osg/GNUmakefile, src/osgPlugins/osg/Program.cpp, src/osgPlugins/osg/Shader.cpp, src/osgPlugins/osg/Uniform.cpp: From Mike Weiblen, "adds sourcefiles for beginnings of .osg fileformat i/o support > - enhancemens to core GLSL classes to support file i/o" 2005-04-07 20:20 robert * examples/osgshaders/GL2Scene.cpp, examples/osgshaders/GL2Scene.h, examples/osgshaders/GNUmakefile, examples/osgshaders/GNUmakefile.inst, examples/osgshaders/README.txt, examples/osgshaders/osgshaders.cpp: From Mike Weiblen, ported osgshaders example from osgGL2 to core osg based. 2005-04-07 20:08 robert * src/osgPlugins/hdr/hdrloader.cpp: Warning fixes by Mike Weiblen + Robert Osfield 2005-04-07 20:06 robert * VisualStudio/osg/osg.dsp, VisualStudio/osgIntrospection/osgIntrospection.dsp, VisualStudio/osgWrappers/osg/wrapper_osg.dsp: From Marco Jez, .dsp updates 2005-04-07 20:00 robert * include/osg/Vec2d, include/osg/Vec2f, include/osg/Vec3d, include/osg/Vec3f, include/osg/Vec4f, include/osgIntrospection/Converter, include/osgIntrospection/ConverterProxy, include/osgIntrospection/ReaderWriter, include/osgIntrospection/Reflection, include/osgIntrospection/ReflectionMacros, src/osgIntrospection/Reflection.cpp, src/osgIntrospection/Value.cpp, src/osgPlugins/ive/DataInputStream.cpp, src/osgPlugins/ive/DataInputStream.h, src/osgPlugins/ive/ProxyNode.cpp, src/osgWrappers/osg/AlphaFunc.cpp, src/osgWrappers/osg/AnimationPath.cpp, src/osgWrappers/osg/ApplicationUsage.cpp, src/osgWrappers/osg/ArgumentParser.cpp, src/osgWrappers/osg/Array.cpp, src/osgWrappers/osg/AutoTransform.cpp, src/osgWrappers/osg/Billboard.cpp, src/osgWrappers/osg/BlendColor.cpp, src/osgWrappers/osg/BlendEquation.cpp, src/osgWrappers/osg/BlendFunc.cpp, src/osgWrappers/osg/BoundingBox.cpp, src/osgWrappers/osg/BoundingSphere.cpp, src/osgWrappers/osg/BufferObject.cpp, src/osgWrappers/osg/ClearNode.cpp, src/osgWrappers/osg/ClipNode.cpp, src/osgWrappers/osg/ClipPlane.cpp, src/osgWrappers/osg/ClusterCullingCallback.cpp, src/osgWrappers/osg/CollectOccludersVisitor.cpp, src/osgWrappers/osg/ColorMask.cpp, src/osgWrappers/osg/ColorMatrix.cpp, src/osgWrappers/osg/ConvexPlanarOccluder.cpp, src/osgWrappers/osg/ConvexPlanarPolygon.cpp, src/osgWrappers/osg/CoordinateSystemNode.cpp, src/osgWrappers/osg/CopyOp.cpp, src/osgWrappers/osg/CullFace.cpp, src/osgWrappers/osg/CullSettings.cpp, src/osgWrappers/osg/CullStack.cpp, src/osgWrappers/osg/CullingSet.cpp, src/osgWrappers/osg/Depth.cpp, src/osgWrappers/osg/DisplaySettings.cpp, src/osgWrappers/osg/DrawPixels.cpp, src/osgWrappers/osg/Drawable.cpp, src/osgWrappers/osg/Fog.cpp, src/osgWrappers/osg/FragmentProgram.cpp, src/osgWrappers/osg/FrameStamp.cpp, src/osgWrappers/osg/FrontFace.cpp, src/osgWrappers/osg/GNUmakefile, src/osgWrappers/osg/Geode.cpp, src/osgWrappers/osg/Geometry.cpp, src/osgWrappers/osg/Group.cpp, src/osgWrappers/osg/Image.cpp, src/osgWrappers/osg/ImageStream.cpp, src/osgWrappers/osg/Impostor.cpp, src/osgWrappers/osg/ImpostorSprite.cpp, src/osgWrappers/osg/LOD.cpp, src/osgWrappers/osg/Light.cpp, src/osgWrappers/osg/LightModel.cpp, src/osgWrappers/osg/LightSource.cpp, src/osgWrappers/osg/LineSegment.cpp, src/osgWrappers/osg/LineStipple.cpp, src/osgWrappers/osg/LineWidth.cpp, src/osgWrappers/osg/LogicOp.cpp, src/osgWrappers/osg/Material.cpp, src/osgWrappers/osg/Matrix.cpp, src/osgWrappers/osg/MatrixTransform.cpp, src/osgWrappers/osg/Matrixd.cpp, src/osgWrappers/osg/Matrixf.cpp, src/osgWrappers/osg/Multisample.cpp, src/osgWrappers/osg/Node.cpp, src/osgWrappers/osg/NodeCallback.cpp, src/osgWrappers/osg/NodeVisitor.cpp, src/osgWrappers/osg/Object.cpp, src/osgWrappers/osg/OccluderNode.cpp, src/osgWrappers/osg/PagedLOD.cpp, src/osgWrappers/osg/Plane.cpp, src/osgWrappers/osg/Point.cpp, src/osgWrappers/osg/PointSprite.cpp, src/osgWrappers/osg/PolygonMode.cpp, src/osgWrappers/osg/PolygonOffset.cpp, src/osgWrappers/osg/PolygonStipple.cpp, src/osgWrappers/osg/Polytope.cpp, src/osgWrappers/osg/PositionAttitudeTransform.cpp, src/osgWrappers/osg/PrimitiveSet.cpp, src/osgWrappers/osg/Program.cpp, src/osgWrappers/osg/Projection.cpp, src/osgWrappers/osg/ProxyNode.cpp, src/osgWrappers/osg/Quat.cpp, src/osgWrappers/osg/RefNodePath.cpp, src/osgWrappers/osg/Referenced.cpp, src/osgWrappers/osg/Sequence.cpp, src/osgWrappers/osg/ShadeModel.cpp, src/osgWrappers/osg/Shader.cpp, src/osgWrappers/osg/ShadowVolumeOccluder.cpp, src/osgWrappers/osg/Shape.cpp, src/osgWrappers/osg/ShapeDrawable.cpp, src/osgWrappers/osg/State.cpp, src/osgWrappers/osg/StateAttribute.cpp, src/osgWrappers/osg/StateSet.cpp, src/osgWrappers/osg/Stencil.cpp, src/osgWrappers/osg/Switch.cpp, src/osgWrappers/osg/TexEnv.cpp, src/osgWrappers/osg/TexEnvCombine.cpp, src/osgWrappers/osg/TexEnvFilter.cpp, src/osgWrappers/osg/TexGen.cpp, src/osgWrappers/osg/TexGenNode.cpp, src/osgWrappers/osg/TexMat.cpp, src/osgWrappers/osg/Texture.cpp, src/osgWrappers/osg/Texture1D.cpp, src/osgWrappers/osg/Texture2D.cpp, src/osgWrappers/osg/Texture3D.cpp, src/osgWrappers/osg/TextureCubeMap.cpp, src/osgWrappers/osg/TextureRectangle.cpp, src/osgWrappers/osg/Timer.cpp, src/osgWrappers/osg/Transform.cpp, src/osgWrappers/osg/UByte4.cpp, src/osgWrappers/osg/Uniform.cpp, src/osgWrappers/osg/Vec2.cpp, src/osgWrappers/osg/Vec2d.cpp, src/osgWrappers/osg/Vec2f.cpp, src/osgWrappers/osg/Vec3.cpp, src/osgWrappers/osg/Vec3d.cpp, src/osgWrappers/osg/Vec3f.cpp, src/osgWrappers/osg/Vec4.cpp, src/osgWrappers/osg/Vec4d.cpp, src/osgWrappers/osg/Vec4f.cpp, src/osgWrappers/osg/VertexProgram.cpp, src/osgWrappers/osg/Viewport.cpp: From Marco Jez, improvements to osgIntrospection, and new automatically generated osgWrappers/osg set. 2005-04-07 17:15 don * include/osg/PagedLOD: Set PagedLOD::removeExpiredSubgraph() to be virtual 2005-04-07 16:09 robert * src/osgProducer/Viewer.cpp: Fix to compute coordinate frame callback so that it can handle scaled coordinate frames, rescaling as required. 2005-04-07 15:27 robert * src/osg/MatrixTransform.cpp: Fixed the MatrixTransform(Matrix&) constructor so that it correct sets _inverseDirty = true; 2005-04-07 13:49 robert * examples/osgsimulation/osgsimulation.cpp: Introduced a flight path that goes around the earth going into the north and sound hemisphere's with heading and roll adjustment. 2005-04-07 10:55 robert * src/osgTerrain/DataSet.cpp: Fixed sort of sources so that the layer number is taken into account. 2005-04-07 10:19 robert * src/osgTerrain/DataSet.cpp: Fixed layer and levels handling in reprojection of source imagery. 2005-04-06 20:54 robert * Make/makedirdefs, examples/osgcatch, examples/osgcatch/GNUmakefile, examples/osgcatch/GNUmakefile.inst, examples/osgcatch/osgcatch.cpp: Beginnings of litte kiddies game example, written in collaboration with my 5 year old daughter who is the game designer and artist on this little task :) 2005-04-05 19:08 don * Make/makedefs, include/osg/Math, src/osgPlugins/net/sockstream.cpp: Rolled in Olaf's changes for HP-UX build 2005-04-04 20:25 robert * include/osgParticle/FluidProgram, src/osgParticle/FluidProgram.cpp: Renamed _A and _B to make them more meanigful 2005-04-04 18:07 don * src/osgGA/UFOManipulator.cpp: Removed annoying "Can't find the ground" message 2005-04-04 16:06 robert * src/osgPlugins/ive/DataOutputStream.cpp, src/osgPlugins/ive/MultiTextureControl.cpp: Fixed output of MultiTextureControl. 2005-04-04 15:23 robert * applications/osgdem/osgdem.cpp: Added layer support 2005-04-04 13:50 robert * VisualStudio/osgIntrospection/osgIntrospection.dsp, include/osgIntrospection/Attributes, include/osgIntrospection/Comparator, include/osgIntrospection/ConstructorInfo, include/osgIntrospection/Exceptions, include/osgIntrospection/InstanceCreator, include/osgIntrospection/MethodInfo, include/osgIntrospection/ParameterInfo, include/osgIntrospection/PropertyInfo, include/osgIntrospection/ReaderWriter, include/osgIntrospection/Reflection, include/osgIntrospection/ReflectionMacros, include/osgIntrospection/Reflector, include/osgIntrospection/StaticMethodInfo, include/osgIntrospection/Type, include/osgIntrospection/TypeNameAliasProxy, include/osgIntrospection/TypedConstructorInfo, include/osgIntrospection/TypedMethodInfo, include/osgIntrospection/Utility, include/osgIntrospection/Value, include/osgIntrospection/variant_cast, src/osgIntrospection/ConstructorInfo.cpp, src/osgIntrospection/DefaultReflectors.cpp, src/osgIntrospection/GNUmakefile, src/osgIntrospection/MethodInfo.cpp, src/osgIntrospection/PropertyInfo.cpp, src/osgIntrospection/Reflection.cpp, src/osgIntrospection/Type.cpp, src/osgIntrospection/Utility.cpp, src/osgIntrospection/Value.cpp: From Marco Jez, updates to osgIntrospection. 2005-04-04 13:49 robert * Make/dependencies, Make/makedirdefs: Made osgIntrospection an optional compile 2005-04-04 13:22 robert * include/osg/CullStack: Fixed comment 2005-04-04 12:24 robert * src/osgPlugins/net/sockstream.h, src/osgPlugins/osg/ProxyNode.cpp, src/osgText/Text.cpp: Fixes for VS6.0 build 2005-04-04 11:47 robert * src/osg/ProxyNode.cpp: From Carlo Camporesi,fixed for loop bug 2005-04-04 11:42 robert * examples/osgparticleeffects/GNUmakefile, examples/osgparticleeffects/GNUmakefile.inst: Added missing makefiles 2005-04-04 11:22 robert * src/osgPlugins/flt/FltFile.cpp: From Alberto Farre, nested files bug fix. 2005-04-04 11:18 robert * src/osgPlugins/flt/FltFile.cpp, src/osgPlugins/flt/Pool.cpp, src/osgPlugins/flt/flt2osg.cpp: From Alberto Farre: "Here there are fixes for several flt loader problems. First one was an small bug when root database was an empty string we got a database path "/" instead of "./". Second one is more complex. Flt loader works in two passes, first one reads flt database and second one builds osg scenegraph. Special care must be taken for properly tracking database path as nested files are entered. Because textures are loaded in second pass, mentioned care should be taken once again. I wrote time ago a piece of code and I placed it in both files fltFile.cpp and flt2osg.cpp. After a long period offline I have seen the portion of code at flt2osg was missing, I just made some tests and I could see it is still required. Finally, I have seen that pool.cpp always try to make IMAGE cache instead of reading what Options says. Aditonally, I recently wrote an osg change, now it has external references "a la flt" what is called osg::ProxyNode. As part of the change now flt loader builds external references as ProxyNodes. I made the same mistake like pool.cpp and always made ARCHIVE cache instead of see what Options says, it has also been fixed." 2005-04-04 10:08 robert * include/osg/Program, include/osg/Shader, include/osg/State, include/osg/Uniform, src/osg/Program.cpp, src/osg/Shader.cpp, src/osg/Uniform.cpp: From Mike Weiblen, updates to Shander Language support 2005-04-04 10:05 robert * include/osgParticle/FluidProgram, src/osgParticle/FluidProgram.cpp: Added FluidProgram 2005-04-04 09:22 robert * VisualStudio/VisualStudio.dsw, VisualStudio/applications/osgviewer/osgviewer.dsp: From Mike Weiblen (VisualStudio.dsw changes done by hand by Robert), fixes to VS project files 2005-04-04 08:47 robert * Make/makedirdefs, VisualStudio/VisualStudio.dsw, VisualStudio/examples/osgparticleeffects, VisualStudio/examples/osgparticleeffects/osgparticleeffects.dsp, VisualStudio/osgParticle/osgParticle.dsp, VisualStudio/osgPlugins/osgParticle/dot_osgParticle.dsp, examples/osgparticleeffects, examples/osgparticleeffects/osgparticleeffects.cpp, runexamples.bat: Added osgparticleeffects example 2005-04-04 07:54 robert * VisualStudio/osgParticle/osgParticle.dsp, include/osgParticle/ExplosionDebriEffect, include/osgParticle/ExplosionEffect, include/osgParticle/FireEffect, include/osgParticle/FluidFrictionOperator, include/osgParticle/Particle, include/osgParticle/ParticleEffect, include/osgParticle/ParticleSystem, include/osgParticle/SmokeEffect, include/osgUtil/IntersectVisitor, src/osgParticle/ExplosionDebriEffect.cpp, src/osgParticle/ExplosionEffect.cpp, src/osgParticle/FireEffect.cpp, src/osgParticle/FluidFrictionOperator.cpp, src/osgParticle/GNUmakefile, src/osgParticle/ParticleEffect.cpp, src/osgParticle/SmokeEffect.cpp, src/osgPlugins/osgParticle/GNUmakefile, src/osgPlugins/osgParticle/IO_ExplosionDebriEffect.cpp, src/osgPlugins/osgParticle/IO_ExplosionEffect.cpp, src/osgPlugins/osgParticle/IO_FireEffect.cpp, src/osgPlugins/osgParticle/IO_ParticleEffect.cpp, src/osgPlugins/osgParticle/IO_SmokeEffect.cpp, src/osgProducer/Viewer.cpp, src/osgUtil/Optimizer.cpp: Improved ParticleEffects 2005-03-26 10:04 robert * VisualStudio/osgPlugins/ive/ive.dsp, src/osgPlugins/ive/DataInputStream.cpp, src/osgPlugins/ive/DataOutputStream.cpp, src/osgPlugins/ive/FrontFace.cpp, src/osgPlugins/ive/FrontFace.h, src/osgPlugins/ive/GNUmakefile, src/osgPlugins/ive/ReadWrite.h: From Farshid Laskari, addiition of FrontFace support to .ive 2005-03-25 11:17 robert * src/osgPlugins/tiff/ReaderWriterTIFF.cpp: From Waltice (don't have full name at time of submission), added support for 16bit tiff files 2005-03-25 11:07 robert * include/osg/State, src/osg/Texture1D.cpp, src/osg/Texture2D.cpp, src/osg/Texture3D.cpp: Added State::getActiveUnit and usage of it in the glTexCopyImage*() implementations 2005-03-25 11:06 robert * src/osgGA/UFOManipulator.cpp: Made the ground intersection warning just output to INFO level. 2005-03-24 09:37 robert * include/osg/Program, include/osg/Shader, include/osg/StateAttribute, include/osg/StateSet, include/osg/Uniform, src/osg/Program.cpp, src/osg/Shader.cpp, src/osg/StateSet.cpp, src/osg/Uniform.cpp: From Mike Weiblen, "updates for GLSL core integration: Code compiles and runs on win32. Basic functionality of Program and Shader in place. Program derived from StateAttribute. Uniform value propagation is not yet functional (in development) Includes some patches by Nathan Cournia. includes example testcase to demo use of new classes." 2005-03-23 21:00 robert * include/osg/Image, src/osg/Image.cpp: From Marco Jez, fixed constness of data return type 2005-03-23 20:48 robert * applications/osgdem/GNUmakefile, applications/osgdem/GNUmakefile.inst, examples/osgsimulation/GNUmakefile, examples/osgsimulation/GNUmakefile.inst: From Randall Hopper, with small order tweak from Robert and addition to GNUmakefile.inst, added $(GDAL_LIBS) to fix build under FreeBSD. 2005-03-23 20:38 robert * VisualStudio/applications/osgarchive/osgarchive.dsp, VisualStudio/applications/osgconv/osgconv.dsp, VisualStudio/applications/osgdem/osgdem.dsp, VisualStudio/applications/osgversion/osgversion.dsp, VisualStudio/applications/osgviewer/osgviewer.dsp: From Mike Weiblen: change paths to .cpp files from "examples" to "applications" 2005-03-23 20:35 robert * include/osgUtil/Optimizer: Fixed indenting. 2005-03-23 20:34 robert * include/osgUtil/Optimizer: From Mike Weiblen: "Fix for VS7.1 warning C4715: not all control paths return a value" 2005-03-23 20:31 robert * src/osgGL2/ProgramObject.cpp: From Mike Weiblen, " Move update of shader values after shader rebuild opportunity, to ensure uniform state of shaders is consistent" 2005-03-23 17:05 robert * examples/osgspheresegment/osgspheresegment.cpp, include/osgParticle/ExplosionEffect, include/osgParticle/FireEffect, include/osgParticle/ParticleEffect, include/osgParticle/ParticleSystem, include/osgParticle/SmokeEffect, src/osgParticle/ExplosionEffect.cpp, src/osgParticle/FireEffect.cpp, src/osgParticle/ParticleEffect.cpp, src/osgParticle/SmokeEffect.cpp: Added extra controls for ParticleEffects. 2005-03-23 10:46 robert * src/osg/AutoTransform.cpp, src/osg/CullStack.cpp: Fixed the scaling in pixelSize computation and the autoscale usage of it. 2005-03-23 10:41 robert * examples/osgforest/osgforest.cpp: Removed multiple inheritance from TechniqueEventHandler. 2005-03-23 08:30 robert * include/osgUtil/Optimizer: Commented out the if (!node->getName().empty()) return false; in isOperationPermissibleImplementation() 2005-03-22 21:06 robert * include/osgGA/MatrixManipulator, src/osgGA/DriveManipulator.cpp, src/osgGA/MatrixManipulator.cpp, src/osgGA/TerrainManipulator.cpp, src/osgGA/TrackballManipulator.cpp, src/osgGA/UFOManipulator.cpp: Added MatrixManipulator::s/getIntersectTraversalMask(uint) to allow control of which subgraphs should be used in intersection calculations. Updated Terrain,Drive and UFO manipulator to use this new flag. 2005-03-22 20:26 robert * examples/osgspheresegment/osgspheresegment.cpp, src/osgParticle/ExplosionEffect.cpp, src/osgParticle/FireEffect.cpp, src/osgParticle/SmokeEffect.cpp: Moved ParticleSystemUpdater into ParticleEffect nodes to simplify usage of nodes. 2005-03-22 17:00 robert * examples/osgspheresegment/osgspheresegment.cpp, src/osgParticle/ExplosionEffect.cpp, src/osgParticle/FireEffect.cpp, src/osgParticle/SmokeEffect.cpp: Fixed the double transform of ParticleEffects 2005-03-22 12:11 robert * examples/osgspheresegment/GNUmakefile, examples/osgspheresegment/osgspheresegment.cpp: Updated sphere segment example to use original osgsimulation source, adding in terrain, moving models and particle effects. 2005-03-22 12:04 robert * examples/osgsimulation/osgsimulation.cpp: Corrected orientation of aeroplane and direction of rotation around earth. 2005-03-21 00:33 don * src/osgProducer/Viewer.cpp: Added getCameraByName method to viewer 2005-03-20 23:57 don * include/osg/Viewport, include/osgGA/AnimationPathManipulator, include/osgGA/MatrixManipulator, include/osgGA/TrackballManipulator, include/osgGA/UFOManipulator, src/osgGA/AnimationPathManipulator.cpp, src/osgGA/TrackballManipulator.cpp, src/osgGA/UFOManipulator.cpp: Added getCameraByName method to viewer and home(double currentTime) to MatrixManipulator, UFO, Trackball and ANimation manipulator. 2005-03-20 23:29 don * VisualStudio/applications/osgarchive/osgarchive.dsp, VisualStudio/applications/osgconv/osgconv.dsp, VisualStudio/applications/osgdem/osgdem.dsp, VisualStudio/applications/osgversion/osgversion.dsp, VisualStudio/applications/osgviewer/osgviewer.dsp: Updated some visual studio files for the new applications. 2005-03-20 21:43 don * VisualStudio/applications, VisualStudio/applications/osgarchive, VisualStudio/applications/osgarchive/osgarchive.dsp, VisualStudio/applications/osgconv, VisualStudio/applications/osgconv/osgconv.dsp, VisualStudio/applications/osgdem, VisualStudio/applications/osgdem/osgdem.dsp, VisualStudio/applications/osgversion, VisualStudio/applications/osgversion/osgversion.dsp, VisualStudio/applications/osgviewer, VisualStudio/applications/osgviewer/osgviewer.dsp, VisualStudio/applications/osgviewer/resources.rc: Added (for real this time) application project files for visual studio 2005-03-18 11:21 robert * src/osgPlugins/obj/ReaderWriterOBJ.cpp: Added support for handling transparent geometries and textures. 2005-03-18 11:07 robert * VisualStudio/VisualStudio.dsw, VisualStudio/examples/osgarchive, VisualStudio/examples/osgconv, VisualStudio/examples/osgdem, VisualStudio/examples/osgversion, VisualStudio/examples/osgviewer: Moved osgarchive, osgconv, osgdem, osgversion and osgviewer .dsp's to applications folder. 2005-03-18 10:46 robert * Make/dependencies, Make/makedirdefs: Moved COMPILE_EXAMPLES ?= no to top of Make/dependencies to make it more clear, and removed the application programs fully from the examples list 2005-03-18 10:45 robert * examples/osgblendequation/osgblendequation.cpp, examples/osglogicop/osglogicop.cpp: Removed the redundent subclassing from osg::NodeVisitor in examples event handlers 2005-03-18 10:27 robert * src/osgWrappers/osg/StateAttribute.cpp: updates to reflect changes to StateAttribute::Types 2005-03-18 10:00 robert * src/osg/ProxyNode.cpp, src/osgPlugins/flt/flt2osg.cpp, src/osgPlugins/ive/ProxyNode.cpp, src/osgPlugins/osg/ProxyNode.cpp: From Alberto Farre, fixes to ProxyNode. 2005-03-18 09:48 robert * include/osg/StateAttribute: From Marco Jez, added OSGNVEXT_ prefex to StateAttribute enums. 2005-03-18 09:37 robert * src/osgFX/AnisotropicLighting.cpp, src/osgFX/BumpMapping.cpp, src/osgFX/Cartoon.cpp: From Mike Weiblen, "minor patches to osgFX consisting of changing from "state.matrix.modelview[0]" to the equivalent "state.matrix.modelview". Per ARB_vertex_program, the "[0]" syntax is supported only when EXT_vertex_weighting or ARB_vertex_blend are supported." 2005-03-18 02:45 robert * src/osgPlugins/Inventor/ConvertFromInventor.cpp, src/osgPlugins/Inventor/ReaderWriterIV.cpp: Improvements to the handling of textures and texture coords. 2005-03-18 02:45 robert * src/osgGA/UFOManipulator.cpp: Made the can't find ground intersection message only appear as INFO. 2005-03-18 02:44 robert * include/osgUtil/Optimizer, include/osgUtil/TriStripVisitor, src/osgUtil/Optimizer.cpp: Added support for a new IsOperationPermissibleForObjectCallback in osgUtil::Optimizer. 2005-03-18 02:42 robert * include/osg/Drawable, include/osg/Geometry, include/osg/ImpostorSprite, include/osgText/Text: Made supports(..) methods use support(const ...) 2005-03-18 01:51 don * examples/osgsimulation/GNUmakefile: Randal Hopper fix to GNUmakefile for osgsimulation. 2005-03-17 19:32 robert * include/osgDB/DatabasePager, src/osgDB/DatabasePager.cpp, src/osgProducer/OsgSceneHandler.cpp: Added extra controls into osgDB::DatabasePager for customizing how much time is allocated to compiling and deleting OpenGL objects, also added support into osgProducer::OsgSceneHandler.cpp for these new parameters. The new cotrols are: DatabasePager::s/getTargetFrameRate(..) DatabasePager::s/getMinimumTimeAvailableForGLCompileAndDeletePerFrame() DatabasePager::s/getMaximumNumOfObjectsToCompilePerFrame() 2005-03-17 18:29 don * examples/osgarchive, examples/osgconv, examples/osgdem, examples/osgversion, examples/osgviewer: Removed redundant examples, that have been moved to the applications directory 2005-03-17 14:40 robert * applications/osgconv/osgconv.cpp: Added guard to texture image to avoid seg fault when dealing with incomplete databases. 2005-03-17 10:24 robert * src/osgUtil/Optimizer.cpp: Added check against node.getName() into isNodeEmpty(Node&) method so that nodes with names arn't assumed to be empty. 2005-03-17 08:54 robert * examples/osgconv/osgconv.cpp: Added if (image ..) check to prevent seg fault on imcomplete models 2005-03-16 20:44 robert * applications/osgconv/osgconv.cpp: Added --addMissingColours / --addMissingColor support into osgconv which provides a mechansim for adding in a white colour where none previously existed. This solves the problem that exists on some databases where no colour is present, causing the colour to be inherited randomly. 2005-03-16 14:48 robert * VisualStudio/osgGA/osgGA.dsp: From Mike Weiblen, added UFOManipulator to osgGA project file. 2005-03-16 14:14 robert * applications/osgconv/osgconv.cpp: Added --smooth option to osgconv 2005-03-16 14:09 robert * examples/osgconv/osgconv.cpp: Removed applications from examples list 2005-03-14 09:28 robert * include/osgIntrospection/Attributes, include/osgIntrospection/CustomAttribute, include/osgIntrospection/CustomAttributeProvider, include/osgIntrospection/Exceptions, include/osgIntrospection/Export, include/osgIntrospection/MethodInfo, include/osgIntrospection/ParameterInfo, include/osgIntrospection/PropertyInfo, include/osgIntrospection/ReaderWriter, include/osgIntrospection/Reflection, include/osgIntrospection/ReflectionMacros, include/osgIntrospection/Reflector, include/osgIntrospection/Type, include/osgIntrospection/TypedMethodInfo, include/osgIntrospection/Value, include/osgIntrospection/variant_cast, src/osgIntrospection/CustomAttributeProvider.cpp, src/osgIntrospection/MethodInfo.cpp, src/osgIntrospection/PropertyInfo.cpp, src/osgIntrospection/Reflection.cpp, src/osgIntrospection/Type.cpp, src/osgIntrospection/Value.cpp: Changed tabs to four spaces 2005-03-14 09:13 robert * include/osgIntrospection/TypedMethodInfo: From Marco Jez, fix for data corruption bug in TypedMethodInfo*::invoke() 2005-03-13 21:22 robert * Make/makedirdefs: Added guard to osgdem build 2005-03-13 17:51 don * applications/GNUmakefile: Added GNUmakefile for the new applications directory 2005-03-13 17:26 robert * src/osgPlugins/ive/GNUmakefile: Added osgGL2 to .ive list of dependencies 2005-03-13 05:02 don * include/osgGA/UFOManipulator, src/osgGA/UFOManipulator.cpp: Chagned osg::Matrix to osg::Matrixd 2005-03-13 01:47 don * Make/dependencies, Make/distrules, Make/makedefs, Make/makedirdefs, Make/makerules, applications, applications/osgarchive, applications/osgarchive/GNUmakefile, applications/osgarchive/GNUmakefile.inst, applications/osgarchive/osgarchive.cpp, applications/osgconv, applications/osgconv/GNUmakefile, applications/osgconv/GNUmakefile.inst, applications/osgconv/GeoSet.cpp, applications/osgconv/GeoSet.h, applications/osgconv/IO_GeoSet.cpp, applications/osgconv/OrientationConverter.cpp, applications/osgconv/OrientationConverter.h, applications/osgconv/osgconv.cpp, applications/osgdem, applications/osgdem/GNUmakefile, applications/osgdem/GNUmakefile.inst, applications/osgdem/osgdem.cpp, applications/osgversion, applications/osgversion/GNUmakefile, applications/osgversion/GNUmakefile.inst, applications/osgversion/osgversion.cpp, applications/osgviewer, applications/osgviewer/GNUmakefile, applications/osgviewer/GNUmakefile.inst, applications/osgviewer/osgviewer.cpp: Added applications directory. Copied (not moved) osgarchive osgconv osgdem osgversion osgviewer into applications directory. Leaving them in the examples directory as well, for now. Made examples optional via the make COMPILE_EXAMPLES=yes option Added static lib and static plugin build support. 2005-03-12 15:57 don * src/osgGA/UFOManipulator.cpp: Added M_PI definition for winders 2005-03-12 05:31 don * include/osgGA/UFOManipulator, include/osgProducer/Viewer, src/osgGA/UFOManipulator.cpp: Added a few things to osgProducer::Viewer to support UFO manipulator and cleaned up UFOManipulator. 2005-03-11 20:29 robert * doc/Doxyfiles/auto_Mainpage, doc/Doxyfiles/core_Doxyfile, include/osg/CullingSet, include/osg/Program, include/osg/Shader, include/osg/StateAttribute, include/osg/StateSet, include/osg/Uniform, src/osg/Program.cpp, src/osg/Shader.cpp, src/osg/StateSet.cpp, src/osg/Uniform.cpp, src/osgWrappers/osg/StateAttribute.cpp: Added support for set/getUniform and set/getProgram into osg::StateSet. 2005-03-11 20:19 robert * examples/osgforest/osgforest.cpp: Fixed old handle(..) method call parameters 2005-03-11 17:48 don * include/osgProducer/Viewer, src/osgProducer/Viewer.cpp: Added methods getCameraManipulatorNameList() and selectCameraManipulatorByName(). 2005-03-11 17:46 don * src/osgGA/UFOManipulator.cpp: Added the 'H' - home to usage message 2005-03-11 17:46 don * include/osgGA/UFOManipulator: Changed class name to UFO instead of UFOManipulator to conform to the other manipulators 2005-03-11 09:53 robert * src/osgTerrain/DataSet.cpp: Improvements to handling smoothing 2005-03-11 06:10 don * src/osgProducer/Viewer.cpp: Added UFO Manipulator to Viewer 2005-03-11 06:09 don * include/osgProducer/Viewer: Added UFOManipulator to Viewer 2005-03-11 06:09 don * include/osgGA/UFOManipulator, src/osgGA/GNUmakefile, src/osgGA/UFOManipulator.cpp: Added UFO manipulator 2005-03-10 11:11 robert * src/osgTerrain/DataSet.cpp: Added null pointer check to avoid crash 2005-03-09 22:01 robert * src/osgTerrain/DataSet.cpp: Added support for writing base layer 0 texture into texture layer 1 and above to use as a background. 2005-03-09 20:40 robert * src/osgFX/MultiTextureControl.cpp, src/osgTerrain/DataSet.cpp: Improvements to MultiTextureControl and texture layer handling in osgTerrain::DataSet. 2005-03-09 16:54 robert * VisualStudio/VisualStudio.dsw, VisualStudio/osgFX/osgFX.dsp, VisualStudio/osgPlugins/ive/ive.dsp, VisualStudio/osgPlugins/osgFX/dot_osgFX.dsp, include/osgFX/MultiTextureControl, include/osgTerrain/DataSet, src/osgFX/GNUmakefile, src/osgFX/MultiTextureControl.cpp, src/osgPlugins/ive/DataInputStream.cpp, src/osgPlugins/ive/DataOutputStream.cpp, src/osgPlugins/ive/GNUmakefile, src/osgPlugins/ive/MultiTextureControl.cpp, src/osgPlugins/ive/MultiTextureControl.h, src/osgPlugins/ive/ReadWrite.h, src/osgPlugins/osgFX/GNUmakefile, src/osgPlugins/osgFX/IO_MultiTextureControl.cpp, src/osgTerrain/DataSet.cpp, src/osgTerrain/GNUmakefile: Added osgFX::MultiTextureControl node for managing blending between different texture layers. 2005-03-08 16:51 robert * include/osgTerrain/DataSet, src/osgTerrain/DataSet.cpp: Added basic multiple texture layer support into osgTerrain::DataSet. 2005-03-07 22:02 robert * examples/osgdem/osgdem.cpp, include/osgTerrain/DataSet: First steps to adding support for multiple texture layers. 2005-03-07 17:25 robert * include/osgUtil/TangentSpaceGenerator, src/osgUtil/TangentSpaceGenerator.cpp: From Ruben, added handling of vertex indices. Note from Robert. New codes produces errors when running osgfxbrowser cow.osg so I have elected to keep the original implementation of compute_basis_vectors around and as the default compile to keep the CVS version working. Ruben's new version of compute_basis_vectors has to be explicitly compiled in by toggling an #if 1 block to #if 0. 2005-03-07 14:38 robert * include/osg/ClipPlane, include/osg/Light: Sebastien Grignard, fixed getMember methods to properly use const type. 2005-03-07 14:30 robert * src/osg/Image.cpp, src/osg/Texture2D.cpp: From Marco Jez, improved Texture2D and Image handling of compare(). 2005-03-07 14:27 robert * src/osgPlugins/ive/ProxyNode.h: Added ProxyNode.h 2005-03-07 14:16 robert * src/osgPlugins/osg/Drawable.cpp, src/osgPlugins/osg/Node.cpp: Added support for event callbacks 2005-03-07 14:14 robert * src/osgPlugins/osg/Drawable.cpp: From Sebastien Grignard, added support for reading and writing callbacks 2005-03-07 14:06 robert * VisualStudio/osg/osg.dsp, VisualStudio/osgPlugins/ive/ive.dsp, VisualStudio/osgPlugins/osg/dot_osg.dsp, include/osg/ProxyNode, include/osgDB/Registry, src/osg/GNUmakefile, src/osg/ProxyNode.cpp, src/osgDB/Registry.cpp, src/osgPlugins/flt/FltFile.cpp, src/osgPlugins/flt/flt2osg.cpp, src/osgPlugins/ive/DataInputStream.cpp, src/osgPlugins/ive/DataOutputStream.cpp, src/osgPlugins/ive/DataOutputStream.h, src/osgPlugins/ive/GNUmakefile, src/osgPlugins/ive/ProxyNode.cpp, src/osgPlugins/ive/ReadWrite.h, src/osgPlugins/ive/ReaderWriterIVE.cpp, src/osgPlugins/osg/GNUmakefile, src/osgPlugins/osg/ProxyNode.cpp: From Alberto Farre, addition of ProxyNode, with support in .osg, .ive and .flt loaders 2005-03-07 12:32 robert * src/osgPlugins/flt/flt2osg.cpp: Fixed tabbing. 2005-03-07 12:14 robert * src/osgPlugins/lwo/Converter.cpp, src/osgPlugins/lwo/Converter.h, src/osgPlugins/lwo/ReaderWriterLWO.cpp: From Marco Jez, "Current version of the LWO plugin creates one Geode with a single Geometry for each Lighwave surface, in order to keep surface names (geometries can't have names). The attached fix adds a plugin option named "COMBINE_GEODES" that allows to place all geometries under a single Geode whenever possible, thus offering better chances of further optimization through osgUtil::Optimizer. The downside is that surface names are no longer stored in the scene graph when using this option." 2005-03-07 12:05 robert * src/osg/TextureRectangle.cpp: From Mike Weiblen, warning fix for VS7.1 2005-03-07 12:05 robert * src/osg/ImageStream.cpp: Added the use of pixel buffer object in ImageStream so that it is only compiled in on non OSX platforms. 2005-03-07 11:58 robert * src/osgPlugins/xine/ReaderWriterXine.cpp, src/osgPlugins/xine/video_out_rgb.c: Added looping 2005-03-03 12:40 robert * src/osgPlugins/xine/ReaderWriterXine.cpp: Added checking for video file via normal file path checking and handling of .xine extension as a special case for XINE style filenames. 2005-03-03 12:35 robert * src/osgDB/Registry.cpp: Added video aliases to xine plugin 2005-03-03 12:33 robert * include/osgText/Text, src/osgText/Text.cpp: Added improved handling of center justificaion of multiline text 2005-03-03 12:25 robert * VisualStudio/osgGA/osgGA.dsp: Added EDventVisitor reference 2005-03-02 15:06 don * src/osg/GLExtensions.cpp: In osg::isGLUExtensionSupported, fixed gluGetString to call GLU_EXTENSIONS rather than GL_EXTENSIONS. 2005-02-26 21:44 robert * include/osg/Stencil: From Paul Melis, fixed typo of setFunctionMask. 2005-02-25 23:02 robert * include/osgGA/GUIEventHandler, src/osgGA/GUIEventHandler.cpp, src/osgProducer/Viewer.cpp: Improved support GUIEventHandler's being node event callbacks. 2005-02-25 23:01 robert * src/osgUtil/Optimizer.cpp: Added event callback to Optizimer isNodeEmpty function 2005-02-25 14:02 robert * examples/osgstereoimage/osgstereoimage.cpp, include/osg/Drawable, include/osgGA/EventVisitor, include/osgGA/GUIEventHandler, include/osgProducer/Viewer, src/osg/Drawable.cpp, src/osg/Geode.cpp, src/osgGA/EventVisitor.cpp, src/osgGA/GNUmakefile, src/osgGA/GUIEventHandler.cpp, src/osgProducer/Viewer.cpp: Added support for new event visitor type into osgGA and osgProducer::Viewer, and event callback into Drawable. 2005-02-25 11:26 robert * Make/dependencies, Make/makedirdefs: Added reference to avifile based plugin. 2005-02-25 08:38 robert * include/osg/Timer, src/osg/Timer.cpp: New simplified timer implementation. 2005-02-24 17:07 robert * include/osg/ImageStream, src/osg/ImageStream.cpp, src/osgPlugins/xine/ReaderWriterXine.cpp: Added pause, rewind and play support into xine plugin. 2005-02-24 13:33 robert * VisualStudio/osg/osg.dsp, include/osg/Program, include/osg/Shader, include/osg/StateAttribute, include/osg/Uniform, src/osg/GNUmakefile, src/osg/Program.cpp, src/osg/Shader.cpp, src/osg/Uniform.cpp: From Mike Weiblen, adding prelimimnary GL Shader Language support into core OSG lib. with renaming and reordering by Robert Osfield, 2005-02-23 12:50 robert * include/osg/Referenced, src/osg/Referenced.cpp: Made Referenced::ref() and unref() inline methods. 2005-02-22 20:56 robert * examples/osgmovie/osgmovie.cpp, src/osgDB/ReadFile.cpp, src/osgPlugins/mpeg/ReaderWriterMPEG.cpp, src/osgPlugins/quicktime/ReaderWriterQT.cpp, src/osgPlugins/xine/ReaderWriterXine.cpp: Removed the default play() in the MPEG, QuickTime and Xine plugins, moving it into the osgmovie application, and into readNodeFile method where --movie is now available for detecting movie code. 2005-02-22 20:25 robert * include/osg/Referenced, src/osg/Referenced.cpp: Made the osg::Referenced Mutex be declared as a pointer to a Mutex, with the Mutex allocated dynamically when required. Added the following methods to help manage the usage of the mutex: void setThreadSafeRefUnref(bool threadSafe); bool getThreadSafeRefUnref() const; 2005-02-22 19:19 robert * include/osgGA/DriveManipulator, src/osgGA/DriveManipulator.cpp: Added support for control the pitch of the drive manipulator via the up and down cursor keys. 2005-02-22 14:42 robert * examples/osgunittests/osgunittests.cpp: Added size of Mutex. 2005-02-22 13:34 robert * src/osg/Texture.cpp: Added improved PBO support. 2005-02-22 11:55 robert * src/osg/ArgumentParser.cpp: Fixes from Marco Jez. 2005-02-22 10:16 robert * include/osg/Texture: From Igor Kravtchenko, add #define's for OpenGL float internal texture formats. 2005-02-22 10:08 robert * src/osg/Switch.cpp: Changed the Switch::addChild(Node*) behavior so it doesn't override the any pre-exisitng _values value. 2005-02-21 17:02 robert * src/osgTerrain/DataSet.cpp: Added support for interpolating low res source data onto higher res destination tiles. 2005-02-15 09:37 robert * include/osgGA/GUIEventAdapter: Tweak to comment. 2005-02-14 15:17 robert * src/osgPlugins/flt/FltFile.cpp: From Alberto Farre, fix to nested OpenFlight file problem. 2005-02-13 18:10 robert * src/osgPlugins/mpeg/MpegImageStream.cpp: Made conversion use BGRA. 2005-02-13 16:35 robert * src/osgPlugins/xine/ReaderWriterXine.cpp, src/osgPlugins/xine/video_out_rgb.c, src/osgPlugins/xine/video_out_rgb.h: Added usage of the new xine_register_plugins() call. 2005-02-13 15:07 robert * src/osgPlugins/mpeg/MpegImageStream.cpp: Disable the MMX usage 2005-02-12 19:47 robert * src/osgUtil/Optimizer.cpp: Remerged Tugkan's fix to flatten static transforms. 2005-02-12 16:49 robert * src/osgUtil/Optimizer.cpp: Put spaitalize groups to end. 2005-02-12 16:24 robert * src/osgUtil/Optimizer.cpp: From Tugkan Calapoglu, bug fix to FLATTEN_STATIC_TRANSFORMS. Small tweak of the code to make the comparison against Identity matrix clearer. 2005-02-11 20:43 robert * examples/osgconv/osgconv.cpp: Added --prune-StateSet option into osgconv for bottleneck testing. 2005-02-11 17:22 robert * src/osgUtil/Optimizer.cpp: Fixed spatial groups. 2005-02-11 16:43 robert * examples/osgconv/osgconv.cpp: Added support for fixing transprency on objects that should have been placed in the opaque bin. 2005-02-11 10:09 robert * src/osgPlugins/dds/ReaderWriterDDS.cpp: From Sebastien Grignard, fixed memory leak where header and databuffers wern't deleted. 2005-02-11 10:00 robert * src/osgPlugins/ive/DataInputStream.cpp, src/osgPlugins/ive/ReaderWriterIVE.cpp: Added support into passing the ReaderWriter::Options structure onto readImageFile 2005-02-11 09:59 robert * src/osgDB/FileNameUtils.cpp: Removed debugging messages 2005-02-11 09:58 robert * include/osgDB/FileNameUtils, src/osgDB/FileNameUtils.cpp, src/osgDB/FileUtils.cpp: Added new utilities for handling different '/' and '\' entries. 2005-02-10 21:30 robert * include/osgUtil/IntersectVisitor, src/osgUtil/IntersectVisitor.cpp: Removed redundent _nodePath entry. 2005-02-10 21:18 robert * include/osgUtil/IntersectVisitor, src/osgUtil/IntersectVisitor.cpp: From Chris Xennon, add support for billboard intersections + fix to addLineSegments. Small addition from Robert Osfield of setLODSelectionMode(..) to control the LOD selection behavior. 2005-02-10 20:38 robert * Make/makedirdefs, VisualStudio/VisualStudio.dsw, VisualStudio/osgPlugins/hdr, VisualStudio/osgPlugins/hdr/hdr.dsp, src/osgPlugins/hdr, src/osgPlugins/hdr/GNUmakefile, src/osgPlugins/hdr/ReaderWriterHDR.cpp, src/osgPlugins/hdr/hdrloader.cpp, src/osgPlugins/hdr/hdrloader.h: From Igor Kravtchenko, new HDR plugin. 2005-02-10 20:21 robert * src/osg/Image.cpp: warning fix 2005-02-10 20:14 robert * include/osg/BufferObject: Put pixel buffer define's into their own block. 2005-02-10 15:53 robert * src/osgPlugins/mpeg/MpegImageStream.cpp: Fixed the pixelFormat to be RGBA. 2005-02-10 15:52 robert * src/osg/Image.cpp: Implemented the osg::Image::isImagTranslucent function. 2005-02-09 16:18 robert * examples/osgmovie/osgmovie.cpp, src/osgPlugins/mpeg/MpegImageStream.cpp: Changed the mpeg plugin to read movies the original way up rather than the OpenGL way up to keep them consistent with the xine and quicktime movie codes 2005-02-09 15:31 robert * src/osgPlugins/xine/ReaderWriterXine.cpp: Created local XineImageStream class to ensure xine streams are cleaned up correctly. 2005-02-09 14:27 robert * src/osgPlugins/xine/ReaderWriterXine.cpp: Added setting of the filename 2005-02-09 13:22 robert * src/osgPlugins/xine/ReaderWriterXine.cpp: Added getenv OSG_XINE_AUDIO_DRIVER to xine plugin to allow users to set what the default audio to use 2005-02-09 12:29 robert * src/osg/TextureRectangle.cpp, src/osgPlugins/mpeg/MpegImageStream.cpp, src/osgPlugins/xine/ReaderWriterXine.cpp: Commented out the debug messages, added back in the audio into the xine plugin 2005-02-09 11:30 robert * examples/osgmovie/osgmovie.cpp: Added vertical offset to multiple movies instances 2005-02-09 10:39 robert * VisualStudio/osg/osg.dsp, examples/osgmovie/osgmovie.cpp, include/osg/Array, include/osg/BufferObject, include/osg/Drawable, include/osg/Image, include/osg/PrimitiveSet, include/osg/Texture1D, include/osg/Texture2D, include/osg/Texture3D, include/osg/TextureCubeMap, include/osg/TextureRectangle, include/osg/TriangleFunctor, include/osg/TriangleIndexFunctor, include/osgText/Text, include/osgUtil/Statistics, src/osg/BufferObject.cpp, src/osg/Drawable.cpp, src/osg/GNUmakefile, src/osg/Image.cpp, src/osg/ImageStream.cpp, src/osg/PrimitiveSet.cpp, src/osg/ShapeDrawable.cpp, src/osg/Texture.cpp, src/osg/Texture1D.cpp, src/osg/Texture2D.cpp, src/osg/Texture3D.cpp, src/osg/TextureCubeMap.cpp, src/osg/TextureRectangle.cpp, src/osgDB/ReadFile.cpp, src/osgPlugins/ive/Image.cpp, src/osgPlugins/mpeg/MpegImageStream.cpp, src/osgPlugins/xine/ReaderWriterXine.cpp, src/osgText/Text.cpp: Added osg::BufferObject and a made a number associated to accomodate this new class. osg::BufferObject wraps up OpenGL pixel and array buffer objects. Currently implementation is work in progress. 2005-02-07 20:45 robert * VisualStudio/osgTerrain/osgTerrain.dsp: Removed the repeated entry of HiehgtFieldNode in include list 2005-02-07 20:44 robert * include/osgProducer/ViewerEventHandler, src/osgProducer/ViewerEventHandler.cpp: From Paul Melis, fixed the setFrameStatsMode() method 2005-02-07 17:28 robert * include/osg/Drawable, src/osg/Drawable.cpp: Added the full set of buffer object methods 2005-02-07 15:00 robert * src/osgPlugins/xine/GNUmakefile, src/osgPlugins/xine/ReaderWriterXine.cpp, src/osgPlugins/xine/video_out_rgb.c, src/osgPlugins/xine/video_out_rgb.h: Temporarily added xine video_out_rgb xine-plugin inline to the OSG's xine plugin 2005-02-06 10:14 robert * src/osgPlugins/osg/LightSource.cpp: Changed the LightSource::setReferenceFrame() read code so that it doesn't enable the culling active flag if its was already set to false. 2005-02-04 20:36 robert * examples/osgmovie/osgmovie.cpp: Turned off lighting. 2005-02-04 19:34 robert * Make/dependencies, Make/makedefs, Make/makedirdefs, src/osgPlugins/xine, src/osgPlugins/xine/GNUmakefile, src/osgPlugins/xine/ReaderWriterXine.cpp: Added prototype xine movie plugin. 2005-02-04 03:58 don * Make/makeirixdist: Updated IRIX dist generation file for IRIX binaries 2005-02-03 13:10 robert * examples/osgcluster/osgcluster.cpp: Change unsigned long to unsigned int to avoid 64/32 bit problems. 2005-02-02 22:13 don * src/osgPlugins/osg/GNUmakefile, src/osgPlugins/osg/Viewport.cpp: Added Viewport State Attribute to .osg reader/writer 2005-02-02 15:08 robert * include/osg/Drawable, include/osg/State, include/osg/StateSet: From, Leandro Motta Barros, Doxygen comments. Ammendments by Robert Osfield, a few comment rewrites to better reflect API functionality/usage. 2005-02-01 22:36 robert * examples/osgvolume/osgvolume.cpp: Added support for modulating alpha values 2005-02-01 15:03 robert * examples/osgvolume/osgvolume.cpp: Removed debugging messages. 2005-02-01 13:19 robert * src/osgProducer/OsgCameraGroup.cpp: Added support for OSG_CAMERA_THREADING env variable which is set to "SingleThreaded" will ensure that OsgCameraGroup runs singe threaded. 2005-02-01 10:38 robert * src/osgPlugins/ive/IveVersion.h, src/osgPlugins/ive/Texture.cpp: Added support for internalTextureMode 2005-02-01 09:38 robert * examples/osgvolume/osgvolume.cpp: Added conversion of dataType to GL_UNSIGNED in raw data reading path. 2005-02-01 09:02 robert * examples/osgvolume/osgvolume.cpp: Added code for rescaling images. 2005-02-01 09:00 robert * include/osg/Vec4d, include/osg/Vec4f: Added red, green, blue and alpha values. 2005-02-01 09:00 robert * include/osg/ArgumentParser, src/osg/ArgumentParser.cpp: Added support for 8 parameters. 2005-01-31 20:09 robert * examples/osgvolume/osgvolume.cpp: Added support for raw image formats 2005-01-28 17:24 robert * examples/osgslice/osgslice.cpp: Removed include of Producer/RenderSurface 2005-01-28 16:09 robert * include/osgDB/SharedStateManager: From Tree, removed redundent "inline"s 2005-01-28 11:01 robert * include/osg/Image: Added definitation for GL_COMPRESSED_* tokens for case where early OpenGL headers don't provide them. 2005-01-27 20:26 robert * src/osgPlugins/pnm/ReaderWriterPNM.cpp: Moved the template function into the global namespace. 2005-01-27 20:18 robert * src/osg/Image.cpp: Fixes to osg::Image's handling of compressed formats. 2005-01-27 15:54 robert * VisualStudio/examples/osgpbuffer/osgpbuffer.dsp, src/osgPlugins/bmp/ReaderWriterBMP.cpp: Fixes for Win32 build 2005-01-27 14:54 robert * VisualStudio/examples/osgimpostor/osgimpostor.dsp, VisualStudio/examples/osgshape/osgshape.dsp, VisualStudio/examples/osgtexture3D/osgtexture3D.dsp: Added /Zm 200 option to avoid heap problems 2005-01-27 14:39 robert * examples/osgunittests/osgunittests.cpp, include/osg/Quat, src/osg/Quat.cpp: From Nicolas Brodu, new faster osg::Quat::makeRotate(Vec3d,Vec3d) implmentation. From Robert Osfield, modes to osg::Quat to keep the original implmentation around as makeRotate_original(,) and added tests into osgunittest to test the new methods provide equivilant results to the original implemementation. The orignal implementation will be removed once the new method is more widely tested. 2005-01-27 13:23 robert * include/osg/Node: From Chris Hanson, minor tweaks to docs on getDescriptions. 2005-01-27 13:15 robert * include/osg/Drawable, include/osg/Geode, include/osg/ShapeDrawable: From Leandro Motta Barros, doxygen comments 2005-01-27 11:18 robert * include/osg/BoundsChecking: Changed template instances to template 2005-01-27 11:16 robert * src/osgUtil/TangentSpaceGenerator.cpp: Fixed tabbing. 2005-01-27 11:10 robert * include/osgText/Font, src/osgPlugins/freetype/FreeTypeFont.cpp, src/osgPlugins/freetype/FreeTypeFont.h, src/osgText/Font.cpp, src/osgText/Text.cpp: Changed Font::setSize to Font::setFontResolution 2005-01-25 22:15 robert * src/osgPlugins/bmp/ReaderWriterBMP.cpp: From Donn Mielcarek, change of long and unsigned long to int32 and uint32 to avoid 32bit vs 64bit issues. 2005-01-22 16:55 robert * include/osgGA/TrackballManipulator, src/osgGA/TrackballManipulator.cpp: From Mason Menninger, addition of setTrackballSize() parameter. 2005-01-22 15:41 robert * include/osgProducer/OsgCameraGroup, include/osgProducer/Viewer: From Leandro Motta Barros, Doxygen comments for OsgCameraGroup and Viewer. With a few small ammendments/additions from Robert Osfield. 2005-01-21 21:00 robert * src/osgUtil/IntersectVisitor.cpp: From Yuzhong Shen, removed repeated statements in Hit operator =. 2005-01-21 19:33 robert * src/osgPlugins/pnm/ReaderWriterPNM.cpp: From Kevin Moiule, rewrote PNM plugin to handle grayscale PNM images. 2005-01-21 19:31 robert * include/osg/BlendEquation, include/osg/Image: build fix 2005-01-21 19:30 robert * include/osgUtil/IntersectVisitor: From Tree, add get methods 2005-01-21 19:28 robert * examples/osgstereoimage/osgstereoimage.cpp: Change dhte CullSettings to be correct to new changes in osgProducer 2005-01-21 19:21 robert * src/osgPlugins/osg/LightSource.cpp, src/osgPlugins/osg/Transform.cpp: Fixed the input/output handling of ReferenceFrame values to be RELATIVE and ABSOLUTE rather than long original names. 2005-01-21 19:15 robert * src/osgPlugins/ive/DataInputStream.cpp: From Tugkan Calapoglu, bugfix to prevents reloading already loaded images. 2005-01-12 15:37 robert * Make/makedirdefs, examples/osgslice, examples/osgslice/GNUmakefile, examples/osgslice/GNUmakefile.inst, examples/osgslice/osgslice.cpp: From Rainer Oder, with additions from Robert. osgslice example which generates a 3d volume from a source geometry model. 2005-01-12 10:32 robert * src/osgPlugins/dds/ReaderWriterDDS.cpp: From Fredrick Mammond, fix to 64 bit build. 2005-01-09 19:30 robert * include/osgUtil/RenderToTextureStage, src/osgUtil/RenderToTextureStage.cpp: Added setImageReadFormat and setImageReadDataType methods to RenderToTextureStage to allow customization of what format/data type to read such as reading from the depth buffer etc. 2005-01-08 10:21 robert * include/osg/BlendEquation: Tweaked the #define's of GL_ALPHA_MIN_SGIX and GL_ALPHA_MAX_SGIX to ensure compilation across OGL drivers. 2005-01-07 20:36 robert * src/osgPlugins/rgb/ReaderWriterRGB.cpp: From Per Fahlberg, support for 16bit imagery. 2005-01-07 20:24 robert * src/osgPlugins/pnm/ReaderWriterPNM.cpp: From Kevin Moule, fix to memory overwrite error. 2005-01-07 20:01 robert * src/osgDB/Registry.cpp: From Tree, change to naming of plugins when building OSG with Java to avoid conflicts. 2005-01-07 19:00 robert * include/osg/Drawable, include/osg/State, include/osg/StateAttribute, include/osg/TexEnvFilter, include/osg/TexGen: From Tree, moved GL_ #define's out of osg namespaces 2005-01-07 14:31 robert * src/osgUtil/Simplifier.cpp: Fixed crash in osgUtl::Simplifier which was due to an dereference of an empty array. 2005-01-05 17:14 robert * examples/osgblendequation/osgblendequation.cpp, examples/osglogicop/osglogicop.cpp, include/osg/BlendEquation, include/osg/LogicOp, src/osg/BlendEquation.cpp, src/osg/LogicOp.cpp: Cleaned up the types. 2005-01-05 16:16 robert * include/osg/BlendEquation, src/osg/BlendEquation.cpp: From Fredric Mammond, fix for build using full extension checked mechansim 2005-01-03 16:42 robert * examples/osgblendequation, examples/osgblendequation/GNUmakefile, examples/osgblendequation/GNUmakefile.inst, examples/osgblendequation/osgblendequation.cpp, examples/osglogicop, examples/osglogicop/GNUmakefile, examples/osglogicop/GNUmakefile.inst, examples/osglogicop/osglogicop.cpp: From Fredric Mammond, addid osgblendequation and osglogicop examples. 2005-01-03 16:39 robert * Make/makedirdefs, VisualStudio/osg/osg.dsp, include/osg/BlendEquation, include/osg/StateAttribute, src/osg/BlendEquation.cpp, src/osg/GNUmakefile: From Fredric Mammond, added new osg::BlendEquation state attribute wrapping up glBlendEquation. 2005-01-03 13:49 robert * src/osgPlugins/lwo/Converter.cpp, src/osgPlugins/lwo/Converter.h, src/osgPlugins/lwo/ReaderWriterLWO.cpp, src/osgPlugins/lwo/Surface.cpp, src/osgPlugins/lwo/Surface.h: From Marco Jez, fixed handling of loading of relative file paths. 2005-01-03 12:27 robert * src/osgPlugins/obj/obj.cpp: Added stripping of trailing spaces to readline call to fix problems associated with eroneous spaces hanging around at ends of lines causing string matching problems 2005-01-03 11:20 robert * src/osgPlugins/ac3d/ac3d.cpp: Added check against ac as extension. 2004-12-17 22:31 don * Make/makedefs: Changed INST_LOCATION = to INST_LOCATION ?= 2004-12-17 20:51 don * include/osg/Switch, src/osg/Switch.cpp: Added computeBound to osg::Switch, which now checks to see if a child is enabled before computing its bound. 2004-12-17 01:06 robert * examples/osgreflect/osgreflect.cpp, include/osg/AnimationPath, include/osg/ClipNode, include/osg/ClipPlane, include/osg/ColorMask, include/osg/ConvexPlanarOccluder, include/osg/ConvexPlanarPolygon, include/osg/CullingSet, include/osg/Depth, include/osg/DrawPixels, include/osg/FragmentProgram, include/osg/FrontFace, include/osg/Image, include/osg/Impostor, include/osg/ImpostorSprite, include/osg/LOD, include/osg/Multisample, include/osg/Node, include/osg/NodeCallback, include/osg/PolygonMode, include/osg/Shape, include/osg/StateSet, include/osg/Switch, include/osg/VertexProgram, src/osg/AnimationPath.cpp, src/osg/ClipPlane.cpp, src/osg/PolygonMode.cpp, src/osg/ShapeDrawable.cpp, src/osgPlugins/dds/ReaderWriterDDS.cpp, src/osgPlugins/ive/AnimationPath.cpp, src/osgPlugins/ive/ClipPlane.cpp, src/osgPlugins/ive/DataInputStream.cpp, src/osgPlugins/ive/DataInputStream.h, src/osgPlugins/ive/DataOutputStream.cpp, src/osgPlugins/ive/DataOutputStream.h, src/osgPlugins/osg/AnimationPath.cpp, src/osgPlugins/osg/ClipPlane.cpp, src/osgPlugins/txp/TXPParser.cpp, src/osgUtil/CullVisitor.cpp: Property API clean to smooth the task of generating wrappers. 2004-12-16 06:15 robert * src/osgWrappers/osg/AutoWrapCandidates.txt, src/osgWrappers/osg/ManualWrapCandidates.txt, src/osgWrappers/osg/ValueTypeCandidates.txt: Provisional lists for what are likely to, and not likely to have wrappers automatically generated easily 2004-12-15 04:49 robert * Make/cygwin_wrapper_def, src/osgWrappers/osg/Vec3.cpp, src/osgWrappers/osg/Vec4.cpp: Added missing files 2004-12-14 03:12 robert * include/osg/CullSettings: Removed redundent cont qualification 2004-12-14 01:38 robert * include/osgIntrospection/Reflector: From Fredric Marmond, fix to gcc3.4 build 2004-12-13 04:54 robert * VisualStudio/osg/osg.dsp, include/osg/LogicOp, include/osg/StateAttribute, src/osg/GNUmakefile, src/osg/LogicOp.cpp: From Frederic Marmond, add osg::LogicOp for support for glLogicOp. 2004-12-13 02:39 robert * VisualStudio/VisualStudio.dsw, VisualStudio/examples/osgintrospection, VisualStudio/examples/osgintrospection/example_osgintrospection.dsp, VisualStudio/osgWrappers/osg/wrapper_osg.dsp, examples/osgintrospection/osgintrospection.cpp, include/osgIntrospection/Attributes, include/osgIntrospection/CustomAttribute, include/osgIntrospection/CustomAttributeProvider, include/osgIntrospection/Exceptions, include/osgIntrospection/Export, include/osgIntrospection/MethodInfo, include/osgIntrospection/ParameterInfo, include/osgIntrospection/PropertyInfo, include/osgIntrospection/ReaderWriter, include/osgIntrospection/Reflection, include/osgIntrospection/ReflectionMacros, include/osgIntrospection/Reflector, include/osgIntrospection/Type, include/osgIntrospection/TypedMethodInfo, include/osgIntrospection/Value, include/osgIntrospection/variant_cast, src/osgIntrospection/CustomAttributeProvider.cpp, src/osgIntrospection/DefaultReflectors.cpp, src/osgIntrospection/MethodInfo.cpp, src/osgIntrospection/PropertyInfo.cpp, src/osgIntrospection/Reflection.cpp, src/osgIntrospection/Type.cpp, src/osgIntrospection/Value.cpp, src/osgWrappers/osg/BlendFunc.cpp, src/osgWrappers/osg/Drawable.cpp, src/osgWrappers/osg/GNUmakefile, src/osgWrappers/osg/Geode.cpp, src/osgWrappers/osg/Geometry.cpp, src/osgWrappers/osg/Group.cpp, src/osgWrappers/osg/Material.cpp, src/osgWrappers/osg/Node.cpp, src/osgWrappers/osg/Object.cpp, src/osgWrappers/osg/StateAttribute.cpp, src/osgWrappers/osg/StateSet.cpp, src/osgWrappers/osg/Vec2.cpp: From Marco, fixes to osgIntrospection and related libs 2004-12-13 01:07 robert * include/osg/AnimationPath, include/osg/ApplicationUsage, include/osg/Billboard, include/osg/CollectOccludersVisitor, include/osg/FragmentProgram, include/osg/Texture2D, include/osg/VertexProgram, src/osgPlugins/ive/FragmentProgram.cpp, src/osgPlugins/osg/FragmentProgram.cpp, src/osgPlugins/osg/VertexProgram.cpp: Teaks to API to make it easier to generate wrappers automatically 2004-12-13 01:06 robert * doc/Doxyfiles/core_Doxyfile: Fixed project name 2004-12-12 22:27 robert * src/osgUtil/Optimizer.cpp: Changed RELATIVE_RF to ABSOLUTE_RF to fix bug introduced when naming was changed from RELATIVE_TO_ABSOLUTE to new convention 2004-12-10 03:37 robert * include/osg/Stencil: Added extra set methods to match get's to make then symetric proporties 2004-12-09 05:29 robert * Make/makedefs, Make/makedirdefs, Make/makerules, VisualStudio/VisualStudio.dsw, VisualStudio/osgIntrospection, VisualStudio/osgIntrospection/osgIntrospection.dsp, VisualStudio/osgWrappers, VisualStudio/osgWrappers/osg, VisualStudio/osgWrappers/osg/wrapper_osg.dsp: Added Make support for new osgIntrospecxtion libs 2004-12-09 05:28 robert * examples/osgintrospection, examples/osgintrospection/GNUmakefile, examples/osgintrospection/GNUmakefile.inst, examples/osgintrospection/osgintrospection.cpp, include/osgIntrospection, include/osgIntrospection/Attributes, include/osgIntrospection/CustomAttribute, include/osgIntrospection/CustomAttributeProvider, include/osgIntrospection/Exceptions, include/osgIntrospection/Export, include/osgIntrospection/MethodInfo, include/osgIntrospection/ParameterInfo, include/osgIntrospection/PropertyInfo, include/osgIntrospection/ReaderWriter, include/osgIntrospection/Reflection, include/osgIntrospection/ReflectionMacros, include/osgIntrospection/Reflector, include/osgIntrospection/Type, include/osgIntrospection/TypedMethodInfo, include/osgIntrospection/Value, include/osgIntrospection/variant_cast, src/osgIntrospection, src/osgIntrospection/CustomAttributeProvider.cpp, src/osgIntrospection/DefaultReflectors.cpp, src/osgIntrospection/GNUmakefile, src/osgIntrospection/MethodInfo.cpp, src/osgIntrospection/PropertyInfo.cpp, src/osgIntrospection/Reflection.cpp, src/osgIntrospection/Type.cpp, src/osgIntrospection/Value.cpp, src/osgWrappers, src/osgWrappers/GNUmakefile, src/osgWrappers/osg, src/osgWrappers/osg/BlendFunc.cpp, src/osgWrappers/osg/Drawable.cpp, src/osgWrappers/osg/GNUmakefile, src/osgWrappers/osg/Geode.cpp, src/osgWrappers/osg/Geometry.cpp, src/osgWrappers/osg/Group.cpp, src/osgWrappers/osg/Material.cpp, src/osgWrappers/osg/Node.cpp, src/osgWrappers/osg/Object.cpp, src/osgWrappers/osg/StateAttribute.cpp, src/osgWrappers/osg/StateSet.cpp, src/osgWrappers/osg/Vec2.cpp: Added Marco Jez's osgIntrospection + osgWrapper libs with osgintrospection example 2004-12-09 00:02 don * Make/helprules: added 'sh' to command line to ensure that the script runs regardless of permissions 2004-12-08 19:45 don * src/osgPlugins/ive/IveVersion.h, src/osgPlugins/ive/PagedLOD.cpp: Update of IVe version files 2004-12-07 00:42 don * src/osg/Geometry.cpp: Spelling errors fixed by Brede Johansen 2004-12-06 19:32 don * src/osg/LightModel.cpp: Changed the strcmp() to use std::string instead. 2004-12-05 00:16 don * Make/makedefs: Post-tag revision variable change 2004-12-05 00:03 don * Make/makedefs, Make/makerpms: CHanged version in makedefs for - 2 revision 2004-12-04 23:59 don * dist/RPM: Removed old RPM spec files. This shouldn't be in the repository as they are generated by the make distribution script, which is broken also. 2004-12-04 23:38 don * Make/openscenegraph.pc, src/osg/Version.cpp, src/osgDB/Version.cpp, src/osgGA/Version.cpp, src/osgGL2/Version.cpp, src/osgParticle/Version.cpp, src/osgProducer/Version.cpp, src/osgSim/Version.cpp, src/osgTerrain/Version.cpp, src/osgText/Version.cpp, src/osgUtil/Version.cpp: Update version numbers in files 2004-12-02 21:50 don * Make/makedefs: Post release adjustment of revision 2004-12-02 21:49 don * GNUmakefile, Make/makedefs, Make/tagrules: Added tagrules for 'make tag' convenience Updated makedefs for release/revision 2004-12-02 21:28 don * examples/osgcluster/osgcluster.cpp: fixed CameraPacket to allocate on the heap instead of the stack, which was causing crashes. 2004-12-02 17:44 don * src/osgPlugins/rgb/ReaderWriterRGB.cpp: Memory leak spotted and fixed by Sebastien Grignard 2004-11-30 18:13 don * AUTHORS.txt: Added Mike's submission to Authors 2004-11-29 18:59 don * examples/osgsimulation/osgsimulation.cpp: Added pragma to shut VS 6 up. 2004-11-29 05:47 don * src/osgDB/ReentrantMutex.cpp: Small clean up of commented code 2004-11-29 05:32 don * src/osgDB/ReentrantMutex.cpp: Comprimise for Visual Studio 6 by using 'using namespace OpenThreads'. 2004-11-29 03:05 don * Make/makedefs, include/osgDB/DatabasePager, include/osgDB/Registry, src/osgPlugins/jpeg/GNUmakefile, src/osgPlugins/osga/OSGA_Archive.h: Fixes for SOlaris build 2004-11-29 01:12 don * examples/osgfxbrowser/osgfxbrowser.cpp, examples/osglauncher/osglauncher.cpp, include/osgDB/ImageOptions, include/osgDB/ReaderWriter, include/osgDB/ReentrantMutex, src/osgDB/ReentrantMutex.cpp, src/osgPlugins/flt/ReaderWriterFLT.cpp, src/osgPlugins/net/sockinet.cpp, src/osgPlugins/net/sockstream.cpp, src/osgPlugins/net/sockstream.h: Fixes for IRIX build 2004-11-28 23:49 don * src/osgPlugins/osga/OSGA_Archive.h, src/osgPlugins/osga/ReaderWriterOSGA.cpp: Changes for IRIX build 2004-11-28 17:11 don * NEWS.txt, VisualStudio/VisualStudio.dsw, VisualStudio/examples/osgspotlight, VisualStudio/examples/osgspotlight/osgspotlight.dsp: Added visual studio files for osgspotlight example (Mike Weiblen) Updated NEWS.txt for release 2004-11-27 20:35 don * src/osgPlugins/net/ReaderWriterNET.cpp: Fixed osgDB:: prefix for Windows build 2004-11-27 19:23 don * src/osgPlugins/ive/PagedLOD.cpp: Added Marco's fix for data path for the .ive plugin 2004-11-27 19:20 don * src/osgPlugins/net/ReaderWriterNET.cpp: Fixed bug in .net loader. Added hostname to file fetch. 2004-11-27 17:06 don * INSTALL.txt: Fixed reference to install instructions 2004-11-26 21:35 robert * src/osg/DisplaySettings.cpp: Added missing OSG_SCREEN_WIDTH docs 2004-11-26 21:14 robert * NEWS.txt: Updates news for release 2004-11-26 20:46 robert * ChangeLog, doc/Doxyfiles/auto_Mainpage, doc/Doxyfiles/core_Doxyfile, doc/Doxyfiles/custom_Footer.html: Updates to ChangeLog and doxygen file 2004-11-26 19:27 robert * VisualStudio/examples/osgcameragroup/osgcameragroup.dsp, VisualStudio/examples/osgconv/osgconv.dsp, VisualStudio/examples/osgspheresegment/osgspheresegment.dsp: Added /Zm200 to avoid heap size problems under VS6.0 2004-11-26 16:01 robert * include/osg/Export, include/osg/UnitTestFramework, include/osgDB/Export, include/osgFX/Export, include/osgGL2/Export, include/osgParticle/Export, include/osgProducer/Export, include/osgSim/Export, include/osgTerrain/Export, include/osgText/Export, include/osgUtil/Export: Addd high level introductory docs for all the libs 2004-11-26 16:00 robert * doc/Doxyfiles/auto_Mainpage, doc/Doxyfiles/custom_Footer.html: Clean up doxygen files for release 2004-11-25 15:57 robert * VisualStudio/examples/osgautotransform/osgautotransform.dsp, VisualStudio/examples/osggeometry/osggeometry.dsp, VisualStudio/examples/osglogo/osglogo.dsp, VisualStudio/examples/osgsequence/osgsequence.dsp: Added /Zm200 to avoid VS 6.0 dump arse compile errors 2004-11-25 15:09 robert * src/osgDB/Archive.cpp, src/osgDB/Registry.cpp: Fixed caching of archives 2004-11-25 13:59 robert * VisualStudio/VisualStudio.dsw: Reordered the core libraries to try and get round compile order problems under VisualStudio 6.0 2004-11-25 09:51 robert * Make/makedefs: Added LFS support to gcc linux build 2004-11-24 21:39 robert * src/osgTerrain/DataSet.cpp: cleaned up debug info 2004-11-24 21:10 robert * ChangeLog, NEWS.txt: updated NEWS and ChangeLog 2004-11-24 19:41 robert * src/osgTerrain/DataSet.cpp: Clean up of output 2004-11-24 19:10 robert * examples/osgplanets/osgplanets.cpp, examples/osgshape/osgshape.cpp: from Mike Weiblen, added wrap mode to planet texture to avoid black seam, and add option of specifying the texture to use in osgshape. 2004-11-24 15:41 robert * src/osgPlugins/lib3ds/ReaderWriter3DS.cpp: Fixed typo in acceptsExtension 2004-11-24 06:57 robert * src/osgPlugins/pfb/ReaderWriterPFB.cpp: Moved the initPeformer to the constructor to avoid const issues when compiling 2004-11-23 23:47 robert * src/osgDB/Registry.cpp: Fixed VS.NET warnings 2004-11-23 23:45 robert * examples/osgphotoalbum/ImageReaderWriter.h: Fixed recursive call 2004-11-23 17:07 robert * src/osg/Switch.cpp: From Fabien Dachicourt, bug fix to addChild(node,value) 2004-11-23 16:52 robert * src/osgPlugins/tiff/ReaderWriterTIFF.cpp: From John Shue, reordering of tiffio.h to avoid compile error. 2004-11-23 15:29 robert * examples/osgphotoalbum/ImageReaderWriter.cpp, examples/osgphotoalbum/ImageReaderWriter.h, include/osgDB/Archive, include/osgDB/ReaderWriter, src/osgDB/Registry.cpp, src/osgPlugins/3dc/ReaderWriter3DC.cpp, src/osgPlugins/Inventor/ReaderWriterIV.cpp, src/osgPlugins/Inventor/ReaderWriterIV.h, src/osgPlugins/ac3d/ac3d.cpp, src/osgPlugins/bmp/ReaderWriterBMP.cpp, src/osgPlugins/dds/ReaderWriterDDS.cpp, src/osgPlugins/directx/ReaderWriterDirectX.cpp, src/osgPlugins/dw/ReaderWriterDW.cpp, src/osgPlugins/dx/ReaderWriterDX.cpp, src/osgPlugins/dx/ReaderWriterDX.h, src/osgPlugins/flt/ReaderWriterATTR.cpp, src/osgPlugins/flt/ReaderWriterFLT.cpp, src/osgPlugins/flt/ReaderWriterFLT.h, src/osgPlugins/freetype/ReaderWriterFreeType.cpp, src/osgPlugins/gdal/ReaderWriterGDAL.cpp, src/osgPlugins/geo/ReaderWriterGEO.cpp, src/osgPlugins/gif/ReaderWriterGIF.cpp, src/osgPlugins/ive/ReaderWriterIVE.cpp, src/osgPlugins/jp2/ReaderWriterJP2.cpp, src/osgPlugins/jpeg/ReaderWriterJPEG.cpp, src/osgPlugins/lib3ds/ReaderWriter3DS.cpp, src/osgPlugins/logo/ReaderWriterLOGO.cpp, src/osgPlugins/lwo/ReaderWriterLWO.cpp, src/osgPlugins/lws/ReaderWriterLWS.cpp, src/osgPlugins/md2/ReaderWriterMD2.cpp, src/osgPlugins/mpeg/ReaderWriterMPEG.cpp, src/osgPlugins/net/ReaderWriterNET.cpp, src/osgPlugins/obj/ReaderWriterOBJ.cpp, src/osgPlugins/osg/ReaderWriterOSG.cpp, src/osgPlugins/osga/OSGA_Archive.cpp, src/osgPlugins/osga/OSGA_Archive.h, src/osgPlugins/osga/ReaderWriterOSGA.cpp, src/osgPlugins/osgtgz/ReaderWriterOSGTGZ.cpp, src/osgPlugins/pfb/ReaderWriterPFB.cpp, src/osgPlugins/pic/ReaderWriterPIC.cpp, src/osgPlugins/png/ReaderWriterPNG.cpp, src/osgPlugins/png/new_ReaderWriterPNG.cpp, src/osgPlugins/png/prev_ReaderWriterPNG.cpp, src/osgPlugins/pnm/ReaderWriterPNM.cpp, src/osgPlugins/quicktime/ReaderWriterQT.cpp, src/osgPlugins/rgb/ReaderWriterRGB.cpp, src/osgPlugins/rot/ReaderWriterROT.cpp, src/osgPlugins/scale/ReaderWriterSCALE.cpp, src/osgPlugins/stl/ReaderWriterSTL.cpp, src/osgPlugins/tga/ReaderWriterTGA.cpp, src/osgPlugins/tgz/ReaderWriterTGZ.cpp, src/osgPlugins/tiff/ReaderWriterTIFF.cpp, src/osgPlugins/trans/ReaderWriterTRANS.cpp, src/osgPlugins/txp/ReaderWriterTXP.cpp, src/osgPlugins/txp/ReaderWriterTXP.h, src/osgPlugins/zip/ReaderWriterZIP.cpp, src/osgText/Font.cpp: Made read/write methods in ReaderWriter all const to facilate multi-threading 2004-11-23 12:57 robert * examples/osgarchive/osgarchive.cpp, include/osgDB/Archive, include/osgDB/ReaderWriter, src/osgDB/Registry.cpp, src/osgPlugins/net/ReaderWriterNET.cpp, src/osgPlugins/osga/OSGA_Archive.cpp, src/osgPlugins/osga/OSGA_Archive.h, src/osgPlugins/osga/ReaderWriterOSGA.cpp, src/osgTerrain/DataSet.cpp: Tripped out experiemental threadSafe_ methods in ReaderWriter 2004-11-23 10:46 robert * src/osgPlugins/ac3d/ac3d.cpp, src/osgPlugins/ac3d/osgac3d.h, src/osgPlugins/directx/ReaderWriterDirectX.cpp, src/osgPlugins/dw/ReaderWriterDW.cpp, src/osgPlugins/geo/ReaderWriterGEO.cpp, src/osgPlugins/ive/ReaderWriterIVE.cpp, src/osgPlugins/lwo/ReaderWriterLWO.cpp, src/osgPlugins/lws/ReaderWriterLWS.cpp, src/osgPlugins/md2/ReaderWriterMD2.cpp, src/osgPlugins/obj/ReaderWriterOBJ.cpp, src/osgPlugins/osg/ReaderWriterOSG.cpp: Added support for local relative paths 2004-11-22 23:54 robert * include/osgDB/FileUtils, src/osgDB/FileUtils.cpp, src/osgPlugins/3dc/ReaderWriter3DC.cpp, src/osgPlugins/Inventor/ReaderWriterIV.cpp, src/osgPlugins/ac3d/ac3d.cpp, src/osgPlugins/bmp/ReaderWriterBMP.cpp, src/osgPlugins/dds/ReaderWriterDDS.cpp, src/osgPlugins/directx/ReaderWriterDirectX.cpp, src/osgPlugins/dw/ReaderWriterDW.cpp, src/osgPlugins/flt/FltFile.cpp, src/osgPlugins/flt/FltFile.h, src/osgPlugins/flt/Input.cpp, src/osgPlugins/flt/Pool.cpp, src/osgPlugins/flt/Pool.h, src/osgPlugins/flt/ReaderWriterATTR.cpp, src/osgPlugins/flt/ReaderWriterFLT.cpp, src/osgPlugins/flt/flt2osg.cpp, src/osgPlugins/freetype/ReaderWriterFreeType.cpp, src/osgPlugins/gdal/ReaderWriterGDAL.cpp, src/osgPlugins/geo/ReaderWriterGEO.cpp, src/osgPlugins/gif/ReaderWriterGIF.cpp, src/osgPlugins/ive/ReaderWriterIVE.cpp, src/osgPlugins/jp2/ReaderWriterJP2.cpp, src/osgPlugins/jpeg/ReaderWriterJPEG.cpp, src/osgPlugins/lib3ds/ReaderWriter3DS.cpp, src/osgPlugins/logo/ReaderWriterLOGO.cpp, src/osgPlugins/lwo/Converter.cpp, src/osgPlugins/lwo/Converter.h, src/osgPlugins/lwo/ReaderWriterLWO.cpp, src/osgPlugins/lws/ReaderWriterLWS.cpp, src/osgPlugins/lws/SceneLoader.cpp, src/osgPlugins/lws/SceneLoader.h, src/osgPlugins/md2/ReaderWriterMD2.cpp, src/osgPlugins/mpeg/ReaderWriterMPEG.cpp, src/osgPlugins/obj/ReaderWriterOBJ.cpp, src/osgPlugins/obj/obj.cpp, src/osgPlugins/obj/obj.h, src/osgPlugins/osg/ReaderWriterOSG.cpp, src/osgPlugins/osga/ReaderWriterOSGA.cpp, src/osgPlugins/osgtgz/ReaderWriterOSGTGZ.cpp, src/osgPlugins/pfb/ReaderWriterPFB.cpp, src/osgPlugins/pic/ReaderWriterPIC.cpp, src/osgPlugins/png/ReaderWriterPNG.cpp, src/osgPlugins/pnm/ReaderWriterPNM.cpp, src/osgPlugins/rgb/ReaderWriterRGB.cpp, src/osgPlugins/stl/ReaderWriterSTL.cpp, src/osgPlugins/tga/ReaderWriterTGA.cpp, src/osgPlugins/tgz/ReaderWriterTGZ.cpp, src/osgPlugins/tiff/ReaderWriterTIFF.cpp, src/osgPlugins/txp/ReaderWriterTXP.cpp, src/osgPlugins/zip/ReaderWriterZIP.cpp: Moved plugins across to using ReaderWriter::Options* for search paths in addition to standard osgDB::DataFilePaths 2004-11-22 14:49 robert * include/osgDB/ReaderWriter, include/osgDB/Registry, src/osgDB/Registry.cpp: Removed the cache hints from registery placing them wholly into ReaderWriter's responsibility. 2004-11-22 14:10 robert * NEWS.txt, examples/osgcallback/osgcallback.cpp, include/osgDB/Archive, include/osgDB/FileUtils, include/osgDB/ReadFile, include/osgDB/ReaderWriter, include/osgDB/Registry, src/osgDB/Archive.cpp, src/osgDB/FileUtils.cpp, src/osgDB/Input.cpp, src/osgDB/ReadFile.cpp, src/osgDB/Registry.cpp, src/osgPlugins/ive/PagedLOD.cpp, src/osgPlugins/ive/ReaderWriterIVE.cpp, src/osgPlugins/net/ReaderWriterNET.cpp, src/osgPlugins/obj/ReaderWriterOBJ.cpp, src/osgPlugins/obj/obj.h, src/osgPlugins/osg/PagedLOD.cpp, src/osgPlugins/osg/ReaderWriterOSG.cpp, src/osgText/Font.cpp: Moved Registry::CacheHintOptions into ReaderWriter::Options 2004-11-22 13:58 robert * examples/osgplanets/osgplanets.cpp: From Rainer Oder, improvements to planet motions 2004-11-20 13:35 robert * include/osgDB/ImageOptions, include/osgDB/ReaderWriter: Changed ReaderWriter::Options to derive from osg::Object to add clone() ability. 2004-11-20 12:08 robert * src/osg/PagedLOD.cpp: Added support for pixel based LOD's and set the default priority scale to 1.0 2004-11-20 11:48 robert * src/osg/PagedLOD.cpp: Added support for pixel range to PagedLOD 2004-11-20 11:48 robert * src/osgPlugins/ive/LOD.cpp: Fixed indentation. 2004-11-20 11:45 robert * src/osgPlugins/osg/LOD.cpp: From Johan Nouvel, added support for range mode 2004-11-20 10:36 robert * src/osgDB/FileUtils.cpp: From John Shue, fix for FreeBSD. 2004-11-19 20:05 robert * src/osgDB/ReentrantMutex.cpp: Added _lockCount>0 check to lock,unlock and trylock to make sure that it is set properly on first time entry. 2004-11-19 09:02 robert * src/osgDB/DatabasePager.cpp: Removed notify from destructor wait for cancel loop. 2004-11-19 08:47 robert * examples/osglauncher/osglauncher.cpp: Added std:: infront of getline calls 2004-11-18 22:43 robert * runexamples.bat: Made the permissions executable 2004-11-18 22:14 robert * ChangeLog, NEWS.txt: Updated ChangedLog and NEWS 2004-11-18 22:13 robert * include/osgDB/Archive: Removed the public open methods 2004-11-18 22:12 robert * doc/Doxyfiles/core_Doxyfile: Added all core libraries 2004-11-18 21:53 robert * VisualStudio/VisualStudio.dsw: Added osgText dependency to osglauncher. 2004-11-18 20:20 robert * VisualStudio/VisualStudio.dsw, VisualStudio/examples/osglauncher, VisualStudio/examples/osglauncher/osglauncher.dsp, VisualStudio/examples/osglauncher/resources.rc, VisualStudio/examples/osgplanets, VisualStudio/examples/osgplanets/osgplanets.dsp, VisualStudio/examples/osgplanets/resources.rc: Added dsp's for osglauncher and osgplanets. 2004-11-18 16:25 robert * src/osgDB/FileUtils.cpp, src/osgDB/FileUtils_Mac.cpp: Removed old and used FileUtils_Mac.cpp 2004-11-18 16:21 robert * runexamples.bat: Added osglancher and osgplanets to example set. 2004-11-18 16:20 robert * examples/osglauncher/osglauncher.cpp: Changed debugging info to use osg::notify 2004-11-18 15:10 robert * examples/osgplanets/osgplanets.cpp: Added write to file and use of clearnode 2004-11-18 15:01 robert * examples/osgplanets/osgplanets.cpp: Increased accuracy of animation path, moved main to end. 2004-11-18 14:43 robert * examples/osgplanets/osgplanets.cpp: Changed Solarsystem to SolarSystem. 2004-11-18 13:46 robert * examples/osglauncher/osglauncher.cpp: Added a search for the config file, and defaulting to osg.conf 2004-11-18 13:34 robert * examples/osgplanets/osgplanets.cpp: Changed path to imagery from Images/SolarSystem to SolarSystem. 2004-11-18 12:07 robert * include/osgDB/DatabasePager, src/osgPlugins/osga/OSGA_Archive.h: Added friend usage for inner classes to try and get round compile problems under Solaris. 2004-11-18 11:53 robert * src/osgPlugins/osg/ReaderWriterOSG.cpp: Added check for extension. 2004-11-18 11:21 robert * include/osgDB/ReaderWriter: Fixed writeImage. 2004-11-18 10:08 robert * examples/osgplanets/osgplanets.cpp, src/osgDB/FileUtils.cpp, src/osgPlugins/ac3d/Geode.cpp, src/osgPlugins/lwo/Surface.cpp, src/osgPlugins/lws/SceneLoader.h, src/osgPlugins/net/sockinet.cpp, src/osgPlugins/net/sockstream.cpp, src/osgUtil/TriStripVisitor.cpp: From Vivek Rajan, fixes to Solaris build. 2004-11-18 09:19 robert * include/osg/Timer, src/osg/Timer.cpp: Altered the path for Cygwin to set the _ticksPerSecond to the correct value. 2004-11-18 09:09 robert * include/osgDB/DatabasePager: From Stephane Simon, compile fix for VS, change struct to class in forward declaration. 2004-11-17 20:01 robert * examples/osglauncher/osglauncher.cpp: From Rainer Oder, updates to osglauncher. 2004-11-17 19:31 robert * Make/dependencies: Changed the dependencies file to use ?= instead of = to allow env vars to override local settings. 2004-11-17 14:56 robert * Make/instrules, Make/makedefs: From Thom DeCarlo, fixes for Cygwin build 2004-11-17 14:25 robert * include/osgDB/DatabasePager, src/osgDB/DatabasePager.cpp: Made a few of the public methods virtual, and moved more of the class methods to protected scope. 2004-11-17 13:04 robert * doc/contents.html, doc/dependencies.html: Removed remaining old docs. 2004-11-17 13:03 robert * doc/doc++: Removed doc++ docs from distrubtion. 2004-11-17 13:00 robert * doc/MindMaps: Removed mind maps docs 2004-11-17 12:58 robert * NEWS.txt, README.txt, doc/MindMaps/DesignPatterns, doc/MindMaps/Mission, doc/UML, doc/data.html, doc/documentation.html, doc/examples.html, doc/images, doc/index.html, doc/install.html, doc/introduction.html, doc/osgdem.html, doc/osgviewer.html, doc/plan.html, doc/stereo.html, index.html: Moved the main documentation onto the wiki website, and removed from the OpenSceneGraph distribution 2004-11-16 16:04 robert * include/osgDB/Registry: Fixed typo of ReadObjectFunctor. 2004-11-16 15:36 robert * include/osgDB/Registry: Adde another friend to remove final VS6.0 compile problem. 2004-11-16 14:35 robert * examples/osgscalarbar/osgscalarbar.cpp: Attempted fix for VS6.0 compile problems 2004-11-16 14:21 robert * src/osgPlugins/osga/OSGA_Archive.cpp: Removed debug info as it was causing VS6.0 compile problem 2004-11-16 14:20 robert * src/osgPlugins/osga/OSGA_Archive.h: From David Spilling, fix for VS6.0 build. 2004-11-16 14:10 robert * include/osgDB/Registry: Made the inner helper classes friend to try and get round VS6.0 problems 2004-11-16 12:40 robert * src/osgPlugins/osga/OSGA_Archive.h: Added using namespace osgDB to try and resolve some of the VS6.0 problems. 2004-11-16 09:09 robert * VisualStudio/VisualStudio.dsw: Added osgText dependency to osgsequence app 2004-11-16 09:03 robert * include/osg/Timer: From Loic Dachary, changes to Timer for PowerPC support, with small re-arrangement by Robert Osfield to make tick() code block mode readable. 2004-11-15 19:53 robert * Make/openscenegraph.pc: From Loic Dachary, added pk-config file. 2004-11-15 19:46 robert * examples/osgarchive/osgarchive.cpp, include/osgDB/Archive, include/osgDB/ReaderWriter, src/osgDB/Registry.cpp, src/osgPlugins/net/ReaderWriterNET.cpp, src/osgPlugins/osga/OSGA_Archive.cpp, src/osgPlugins/osga/ReaderWriterOSGA.cpp, src/osgTerrain/DataSet.cpp: Added support for serialization of calls to ReaderWriter plugins. 2004-11-15 19:45 robert * Make/makedefs: Added -pipe to gcc build under Linux 2004-11-15 19:44 robert * examples/osgplanets/osgplanets.cpp: From osgplaents, updates to more of the solar systems planets. 2004-11-15 13:08 robert * src/osgDB/ReentrantMutex.cpp: Added ReentrantMutex 2004-11-15 13:02 robert * include/osg/Referenced: From Tree, fixes for Java bindings 2004-11-15 12:05 robert * runexamples.bat: Added osgspotlight to example set. 2004-11-15 12:03 robert * examples/osgsequence/osgsequence.cpp: From Ulrich Hertlien, improved osgsequence example 2004-11-15 11:57 robert * VisualStudio/osgDB/osgDB.dsp, include/osgDB/ReentrantMutex, src/osgDB/GNUmakefile: Added osgDB::ReentrantMutex is prep for making osgDB::Registry single threaded. 2004-11-14 21:08 robert * include/osgDB/Output: From Loic Dachary, added getFileName method 2004-11-14 20:00 robert * src/osgDB/FileUtils.cpp: Added Cygwin to #define stat64 stat path. 2004-11-14 17:02 robert * Make/makedefs: Added COMPILE_OSG_OP_OT_WITH_SONAMES is YES guard around soname settings. 2004-11-14 16:36 robert * Make/makedefs: Added sonames support under Linux/gcc 2004-11-14 10:41 robert * src/osg/Timer.cpp: Made the use of the standard clock default instead of the RDTSC calls to avoid problems with variable CPU frequency such as found on laptops. 2004-11-13 22:04 don * include/osg/Timer: PowerPC fix for Timer by Guillaume Morin 2004-11-13 21:42 robert * examples/osglauncher/osglauncher.cpp, src/osg/Texture.cpp, src/osgGL2/ProgramObject.cpp, src/osgProducer/Viewer.cpp: Fixed warnings. 2004-11-13 21:39 robert * src/osgPlugins/osga/OSGA_Archive.cpp, src/osgPlugins/osga/OSGA_Archive.h, src/osgPlugins/osga/ReaderWriterOSGA.cpp: Added support for opening an istream archive 2004-11-13 16:21 robert * examples/osgarchive/osgarchive.cpp, examples/osgviewer/osgviewer.cpp, include/osgDB/Archive, include/osgDB/ReaderWriter, src/osgPlugins/net/ReaderWriterNET.cpp, src/osgPlugins/net/sockinet.h, src/osgPlugins/osga/OSGA_Archive.cpp, src/osgPlugins/osga/OSGA_Archive.h, src/osgPlugins/osga/ReaderWriterOSGA.cpp, src/osgProducer/ViewerEventHandler.cpp: Added prelimarny support for reading archives via the .net plugin 2004-11-13 16:18 robert * src/osgDB/Registry.cpp: Fixed the passing of the parsed server name/server file when handling files via the .net plugin 2004-11-13 10:24 robert * src/osgPlugins/osga/ReaderWriterOSGA.cpp: Fixed openArchive so that it only enforces the checking of the archive's existance when in READ mode. 2004-11-12 21:07 robert * src/osgPlugins/stl/ReaderWriterSTL.cpp: Remove unistd.h include 2004-11-12 16:36 robert * examples/osgviewer/osgviewer.cpp: Added --image and --dem documentation to command line parameters 2004-11-12 15:39 robert * examples/osgdepthshadow/osgdepthshadow.cpp: Rotated scene to face the viewer 2004-11-12 14:49 robert * Make/makedirdefs, VisualStudio/VisualStudio.dsw, VisualStudio/osgPlugins/stl, VisualStudio/osgPlugins/stl/stl.dsp, src/osgPlugins/stl, src/osgPlugins/stl/GNUmakefile, src/osgPlugins/stl/ReaderWriterSTL.cpp: From Ulrich Heirtlein, added STL plugin 2004-11-12 08:55 robert * src/osg/PagedLOD.cpp, src/osgDB/Input.cpp, src/osgPlugins/jp2/ReaderWriterJP2.cpp, src/osgPlugins/osga/ReaderWriterOSGA.cpp, src/osgTerrain/DataSet.cpp: Improvements to support for archives 2004-11-11 22:26 robert * include/osgDB/Archive: From Stephane Simon, added missing OSGDB_EXPORT to osgDB::openArchive functions 2004-11-11 16:05 robert * src/osgPlugins/dds/ReaderWriterDDS.cpp: Added write to ostream to ReaderWriterDDS 2004-11-11 16:05 robert * examples/osgarchive/osgarchive.cpp: Fixed file extraction. 2004-11-11 13:22 robert * VisualStudio/osgPlugins/osga/osga.dsp, examples/osgarchive/osgarchive.cpp, include/osgDB/Archive, src/osgDB/Archive.cpp, src/osgPlugins/osga/GNUmakefile, src/osgPlugins/osga/OSGA_Archive.cpp, src/osgPlugins/osga/OSGA_Archive.h, src/osgPlugins/osga/ReaderWriterOSGA.cpp, src/osgTerrain/DataSet.cpp: Moved the .osga implementation into the src/osgPlugins/osga plugin and made osgDB::Archive a pure virtual base class. 2004-11-10 22:11 robert * include/osgDB/Archive, src/osgDB/Archive.cpp: Fixed uninitialized variable. 2004-11-10 21:52 robert * include/osgDB/Archive: Set the pos_type and size_type explictly to 8 byte types. 2004-11-10 21:47 robert * src/osgDB/Archive.cpp: Added debugging info for swapped endian values 2004-11-10 21:38 robert * src/osgDB/Archive.cpp: Fixes to endian handling. 2004-11-10 21:31 robert * src/osgDB/Archive.cpp: Removed duplicated swap bytes 2004-11-10 21:28 robert * examples/osgunittests/osgunittests.cpp, src/osgDB/Archive.cpp: Added sizeof tests of istream::pos_type and off_type to osgunittests. Added debuggin messages to endian handling code in Archive::open(). 2004-11-10 21:18 robert * include/osgDB/Archive, src/osgDB/Archive.cpp, src/osgTerrain/DataSet.cpp: Added check for endianess of .osga archives 2004-11-10 16:56 don * src/osgPlugins/net/sockstream.cpp, src/osgPlugins/net/sockstream.h: More cleanups for CYGWIN from Norman Vine 2004-11-10 16:40 robert * Make/makedirdefs, VisualStudio/VisualStudio.dsw, VisualStudio/osgPlugins/osga, VisualStudio/osgPlugins/osga/osga.dsp, include/osgDB/Registry, src/osgDB/Registry.cpp, src/osgPlugins/osga, src/osgPlugins/osga/GNUmakefile, src/osgPlugins/osga/ReaderWriterOSGA.cpp: Added new osga plugin for reading OSG native archives 2004-11-10 16:37 robert * src/osgProducer/Viewer.cpp: Commented out some redundent debuggin info. 2004-11-10 13:47 robert * include/osgDB/Registry, src/osgDB/Registry.cpp: Moved the ReadFunctor to protected section. 2004-11-10 13:03 robert * examples/osgarchive/osgarchive.cpp, include/osgDB/Archive, src/osgDB/Archive.cpp: Added support for master file and clean up Archive API. 2004-11-10 10:57 robert * examples/osgdem/osgdem.cpp: Removed the explicit setting for convert to geocentric when setting --bluemarlbe-west, --bluemarble-east and --whole-globe. 2004-11-10 09:56 robert * examples/osgshaders/GL2Scene.cpp, include/osgGL2/ProgramObject, src/osgGL2/ProgramObject.cpp: From Mike Weiblen, fix to the state leakage. 2004-11-09 16:50 robert * src/osgTerrain/DataSet.cpp: Added explicit setting of the precision to allow .osg files to be used succsefully. 2004-11-09 16:49 robert * src/osgPlugins/net/GNUmakefile: Fixed tabbing 2004-11-09 15:12 robert * VisualStudio/VisualStudio.dsw, VisualStudio/osgPlugins/net/net.dsp: From Mike Weiblen adding lib paths to net.dsp, and changes by Robert Osfield moving the osgDB and osg dependency from the net.dsp to VisualStudio.dsp to keep it consistent with the rest of the OSG plugins and executables. 2004-11-09 15:01 robert * examples/osgplanets/osgplanets.cpp: Added rainer's changes for adding billboard glow around sun. 2004-11-09 14:18 robert * examples/osgarchive/osgarchive.cpp, examples/osgdem/osgdem.cpp, include/osgDB/Archive, include/osgTerrain/DataSet, src/osgDB/Archive.cpp, src/osgTerrain/DataSet.cpp: Added support of archiving into osgTerrain::DataSet and osgdem. 2004-11-09 07:34 don * src/osgPlugins/net/GNUmakefile, src/osgPlugins/net/sockinet.cpp, src/osgPlugins/net/sockinet.h, src/osgPlugins/net/sockstream.cpp, src/osgPlugins/net/sockstream.h: Fixes to the .net plugin for Cygwin, submitted by Norman Vine 2004-11-08 20:44 robert * src/osgTerrain/DataSet.cpp: Fixed the compute of PagedLOD ranges for non geocentric datasets 2004-11-08 19:56 robert * src/osgTerrain/DataSet.cpp: Added resolutionSensitivityScale of 0.9 into the DataSet::createDestinationGraph() to prevent overly conservative subdivision of data. 2004-11-08 17:12 robert * include/osg/VertexProgram, src/osgPlugins/osg/VertexProgram.cpp: Added public access to VertexProgram's LocalParamters and added .osg support for these. 2004-11-08 16:39 robert * include/osgDB/Archive, include/osgDB/ReaderWriter: From Stephane ???, fixes for VS.NET build 2004-11-08 16:39 robert * src/osg/Texture.cpp: Added guard to testing _internalFormat in compareTexture(..) so that a comparison would only be done if both the lhs and rhs had already been set to a non zero value. 2004-11-08 16:11 robert * examples/osgarchive/osgarchive.cpp, include/osgDB/Registry, src/osgDB/Archive.cpp, src/osgDB/Registry.cpp: Updates to osgDB::Archive support, and refactoring of implementation of reading files in Registry to faciliate the new archiving support. 2004-11-07 21:17 robert * include/osgDB/Archive, include/osgDB/ReaderWriter, include/osgDB/Registry, src/osgDB/Archive.cpp, src/osgDB/ReaderWriter.cpp, src/osgDB/Registry.cpp: Added support for openArchive into osgDB 2004-11-07 12:13 robert * examples/osgarchive/osgarchive.cpp, include/osgDB/Archive, src/osgDB/Archive.cpp: Fixed insertion of files into an existing archive 2004-11-06 21:21 robert * examples/osghud/osghud.cpp, examples/osgscalarbar/osgscalarbar.cpp: Removed un-needed setCullActive(false) 2004-11-06 21:18 robert * examples/osgarchive/osgarchive.cpp, include/osgDB/Archive, src/osgDB/Archive.cpp: Further work on osgDB::Archive 2004-11-06 10:18 robert * src/osg/Transform.cpp: Made fix to the setReferenceFrame method to properly disable culling when reference frame is ABSOLUTE. 2004-11-04 21:11 robert * examples/osghud/osghud.cpp: Disabled culling on the aboslute transform to fix bug culling of hud. 2004-11-04 20:25 robert * include/osg/RefNodePath: Added a clear() into the RefNodePath operator = (NodePath) method. 2004-11-04 15:32 robert * VisualStudio/examples/osgvolume/osgvolume.dsp, examples/osgarchive/osgarchive.cpp: From Morné Pistorius, fixes for VisualStudio7.0 2004-11-02 21:04 robert * include/osgDB/Archive, src/osgDB/Archive.cpp: Improved handling of uflow and underflow() in proxy_streambuf, and change unsigned char* to char* to avoid stoooopid VS6.0 compile errors 2004-11-02 17:05 robert * examples/osgarchive/osgarchive.cpp, include/osgDB/Archive, src/osgDB/Archive.cpp: Added prelimanary prox stream buffer to fake the ending of file. 2004-11-02 17:04 robert * src/osgGA/NodeTrackerManipulator.cpp: Added debugging messages to setTrackerNode 2004-11-02 14:05 robert * src/osgTerrain/DataSet.cpp: Fixed missing write of image tiles. 2004-11-02 11:10 robert * examples/osgarchive/osgarchive.cpp, src/osgPlugins/freetype/FreeTypeLibrary.cpp, src/osgPlugins/freetype/FreeTypeLibrary.h, src/osgText/Font.cpp: Removed the font cache from the FreeType plugin, moving the support across to osgDB::Registry. 2004-11-01 18:29 robert * doc/introduction.html: Removed referecence to the old c2 wiki. 2004-11-01 16:16 robert * examples/osgplanets/osgplanets.cpp: Commented out settings of TexEnvCombine alpha values 2004-11-01 16:14 robert * include/osg/Export, include/osg/Referenced, src/osg/Referenced.cpp: From Tree chagenes required for Java Wrappers 2004-11-01 10:04 robert * src/osgPlugins/ive/DrawElementsUByte.cpp, src/osgPlugins/ive/DrawElementsUInt.cpp, src/osgPlugins/ive/DrawElementsUShort.cpp: Added handling of endian in DrawElementsUShort/UInt implementations 2004-10-29 18:24 robert * examples/osgplanets/osgplanets.cpp: Added useage of TexEnvCombine 2004-10-29 15:42 robert * examples/osgplanets/osgplanets.cpp: Added multi-textured city illumination 2004-10-28 22:29 don * Make/temp, Make/tmp: Test done. 2004-10-28 22:28 don * Make/tmp, Make/tmp/temp: Directory write test to new CVS 2004-10-28 22:27 don * Make/temp: Silly little temporary file to test CVS writes to the new server 2004-10-28 19:09 robert * examples/osgplanets/osgplanets.cpp: Fixed support for NodeTrackerManipulator. 2004-10-28 14:27 robert * examples/osgarchive/osgarchive.cpp, include/osgDB/Archive: Added support for listing contents of archive 2004-10-28 13:40 robert * src/osg/Matrixd.cpp: From Anders Backman, unit tests to test matrix to quat compute. 2004-10-28 13:26 robert * include/osg/Billboard, src/osg/Billboard.cpp: From Tom Jolley, Added a new enum POINT_ROT_WORLD_Z_AXIS and a new section in computeMatrix for this enum. With a small tweak from Robert Osfield to set _cacheMode. 2004-10-28 13:04 robert * src/osgDB/Archive.cpp: Added return type to addFileReference(). 2004-10-28 13:02 robert * src/osgDB/Archive.cpp: Added return value to getFileReferences() 2004-10-28 12:16 robert * include/osgDB/Archive, src/osgDB/Archive.cpp, src/osgPlugins/ive/ReaderWriterIVE.cpp: Updates to osgDB::Archive, and IVE plugin to support usage via the Archive. 2004-10-28 09:38 robert * examples/osgplanets/osgplanets.cpp: Updates for Rainer, and with a few changes by Robert. 2004-10-28 08:57 robert * examples/osgdem/GNUmakefile, examples/osgdem/GNUmakefile.inst, examples/osgdem/osgdem.cpp: Removed direct dependency on GDAL 2004-10-28 07:00 robert * include/osgTerrain/DataSet, src/osgTerrain/DataSet.cpp: Removed gdal_priv.h from include/osgTerrain/DataSet to remove the external dependency on GDAL. 2004-10-27 14:09 robert * include/osgDB/Archive, src/osgDB/Archive.cpp: Added IndexBlock inner class to osgDB::Archive 2004-10-27 08:39 robert * examples/osgscalarbar/osgscalarbar.cpp: Added setCullingActive false to the absolute transform. 2004-10-26 18:36 robert * examples/osgarchive/GNUmakefile, examples/osgarchive/GNUmakefile.inst: Fixed make files. 2004-10-26 18:29 robert * include/osgDB/Archive, src/osgDB/Archive.cpp: Updates to osgDB::Archive 2004-10-26 18:20 robert * examples/osgarchive/GNUmakefile, examples/osgarchive/GNUmakefile.inst, examples/osgarchive/osgarchive.cpp: Removed GDAL reference 2004-10-26 18:11 robert * src/osgUtil/SceneView.cpp: Removed the _initVisitor traversal for update() to prevent OpenGL being called at the wrong time. 2004-10-26 15:31 don * src/osgPlugins/freetype/GNUmakefile: Removed link to X11 2004-10-26 10:31 robert * examples/osgphotoalbum/ImageReaderWriter.h: Made the className() const 2004-10-26 10:27 robert * examples/osgarchive/osgarchive.cpp: Updates to the osgarchive application 2004-10-26 10:26 robert * include/osgDB/ReaderWriter, src/osgPlugins/3dc/ReaderWriter3DC.cpp, src/osgPlugins/Inventor/ReaderWriterIV.h, src/osgPlugins/ac3d/ac3d.cpp, src/osgPlugins/bmp/ReaderWriterBMP.cpp, src/osgPlugins/dds/ReaderWriterDDS.cpp, src/osgPlugins/directx/ReaderWriterDirectX.cpp, src/osgPlugins/dw/ReaderWriterDW.cpp, src/osgPlugins/flt/ReaderWriterATTR.cpp, src/osgPlugins/flt/ReaderWriterFLT.h, src/osgPlugins/freetype/ReaderWriterFreeType.cpp, src/osgPlugins/gdal/ReaderWriterGDAL.cpp, src/osgPlugins/geo/ReaderWriterGEO.cpp, src/osgPlugins/gif/ReaderWriterGIF.cpp, src/osgPlugins/ive/ReaderWriterIVE.cpp, src/osgPlugins/jp2/ReaderWriterJP2.cpp, src/osgPlugins/jpeg/ReaderWriterJPEG.cpp, src/osgPlugins/lib3ds/ReaderWriter3DS.cpp, src/osgPlugins/logo/ReaderWriterLOGO.cpp, src/osgPlugins/lwo/ReaderWriterLWO.cpp, src/osgPlugins/lws/ReaderWriterLWS.cpp, src/osgPlugins/md2/ReaderWriterMD2.cpp, src/osgPlugins/mpeg/ReaderWriterMPEG.cpp, src/osgPlugins/net/ReaderWriterNET.cpp, src/osgPlugins/obj/ReaderWriterOBJ.cpp, src/osgPlugins/osg/ReaderWriterOSG.cpp, src/osgPlugins/osgtgz/ReaderWriterOSGTGZ.cpp, src/osgPlugins/pfb/ReaderWriterPFB.cpp, src/osgPlugins/pic/ReaderWriterPIC.cpp, src/osgPlugins/png/ReaderWriterPNG.cpp, src/osgPlugins/pnm/ReaderWriterPNM.cpp, src/osgPlugins/quicktime/ReaderWriterQT.cpp, src/osgPlugins/rgb/ReaderWriterRGB.cpp, src/osgPlugins/rot/ReaderWriterROT.cpp, src/osgPlugins/scale/ReaderWriterSCALE.cpp, src/osgPlugins/tga/ReaderWriterTGA.cpp, src/osgPlugins/tgz/ReaderWriterTGZ.cpp, src/osgPlugins/tiff/ReaderWriterTIFF.cpp, src/osgPlugins/trans/ReaderWriterTRANS.cpp, src/osgPlugins/txp/ReaderWriterTXP.h, src/osgPlugins/zip/ReaderWriterZIP.cpp: Made ReaderWriter::className const 2004-10-25 20:08 don * Make/dependencies: oops. Mistaken check-in of local dependencies file 2004-10-25 20:08 don * Make/makerules: Oops. mistaken check in of overly modified makerules 2004-10-25 20:04 don * Make/dependencies, Make/makedefs, Make/makerules: Small change by Eric Sokolowsky to change TIFF_LIBS to TIFF_LIB for Mac build 2004-10-25 19:16 robert * include/osg/ApplicationUsage, include/osgParticle/ParticleEffect, include/osgTerrain/DataSet, src/osg/StateSet.cpp, src/osg/Switch.cpp, src/osgDB/GNUmakefile: From Tree, fixes for Java bindings 2004-10-25 19:16 robert * Make/makedirdefs, VisualStudio/VisualStudio.dsw, VisualStudio/examples/osgarchive, VisualStudio/examples/osgarchive/osgarchive.dsp, VisualStudio/osgDB/osgDB.dsp, examples/osgarchive, examples/osgarchive/GNUmakefile, examples/osgarchive/GNUmakefile.inst, examples/osgarchive/osgarchive.cpp, include/osgDB/Archive, src/osgDB/Archive.cpp: Added new osgDB::Archive class, and osgarchive example. These are both very early beginnings so do not function yet. 2004-10-25 18:46 robert * examples/osgphotoalbum/PhotoArchive.cpp: Fixed typo. 2004-10-25 18:23 robert * examples/osgplanets/osgplanets.cpp: From Rainer, updates to osgplanet. 2004-10-25 18:08 don * src/osgPlugins/net/ReaderWriterNET.cpp: Small warning fix by Marco. 2004-10-25 17:41 robert * include/osgGA/MatrixManipulator: Made getHomePosition const. 2004-10-24 21:05 don * examples/osgfxbrowser/Frame.cpp, examples/osgfxbrowser/Frame.h, examples/osgfxbrowser/osgfxbrowser.cpp: Namespaced Rect and Frame to osgfxbrowser::Rect/Frame, as this was causing a namespace collision with CGL 2004-10-24 20:04 robert * examples/osgdistortion/osgdistortion.cpp, examples/osgforest/osgforest.cpp, examples/osgfxbrowser/osgfxbrowser.cpp, examples/osghud/osghud.cpp, examples/osglauncher/osglauncher.cpp, examples/osgparticle/osgparticle.cpp, examples/osgphotoalbum/osgphotoalbum.cpp, examples/osgpick/osgpick.cpp, examples/osgscalarbar/osgscalarbar.cpp, examples/osgtesselate/osgtesselate.cpp, examples/osgtext/osgtext.cpp, examples/osgtexturerectangle/osgtexturerectangle.cpp, include/osg/LightSource, include/osg/Transform, include/osgParticle/AccelOperator, include/osgParticle/AngularAccelOperator, include/osgParticle/ForceOperator, include/osgParticle/Operator, include/osgParticle/ParticleProcessor, src/osg/AutoTransform.cpp, src/osg/Group.cpp, src/osg/LightSource.cpp, src/osg/MatrixTransform.cpp, src/osg/PositionAttitudeTransform.cpp, src/osg/Transform.cpp, src/osgParticle/FluidFrictionOperator.cpp, src/osgParticle/ModularEmitter.cpp, src/osgParticle/ParticleProcessor.cpp, src/osgPlugins/osg/LightSource.cpp, src/osgPlugins/osg/Transform.cpp, src/osgPlugins/osgParticle/IO_ParticleProcessor.cpp, src/osgProducer/Viewer.cpp, src/osgSim/DOFTransform.cpp, src/osgUtil/CullVisitor.cpp, src/osgUtil/Optimizer.cpp: Changed ABSOLUTE and RELATIVE to ABSOLUTE_RF and RELATIVE_RF to avoid stooppid Win32 #define 2004-10-24 17:50 robert * src/osgPlugins/flt/AttrData.h, src/osgPlugins/flt/LocalVertexPoolRecord.cpp, src/osgPlugins/flt/ReaderWriterATTR.cpp, src/osgPlugins/flt/flt.cpp, src/osgPlugins/flt/flt.h: From Fred Mammond, fixes for x86_64 build 2004-10-24 14:42 robert * include/osgUtil/TangentSpaceGenerator, include/osgUtil/TransformAttributeFunctor, include/osgUtil/TriStripVisitor, include/osgUtil/UpdateVisitor, include/osgUtil/Version: From Geoff Michel, speeling and typo fixes in osgUtil 2004-10-24 14:31 robert * src/osgPlugins/ive/DrawArrayLengths.cpp, src/osgPlugins/ive/DrawArrays.cpp: fixes to tabs 2004-10-24 14:31 robert * src/osgPlugins/ive/DrawElementsUByte.cpp, src/osgPlugins/ive/DrawElementsUInt.cpp, src/osgPlugins/ive/DrawElementsUShort.cpp: From Pavel Moloshtan, speed improvments in reading and writing index arrays 2004-10-24 14:24 robert * include/osgDB/Archive, include/osgDB/ReaderWriter: Added osgDB::Archive 2004-10-24 14:23 robert * examples/osgplanets/osgplanets.cpp: From Rainer Oder, updates to osgplanets 2004-10-24 14:19 robert * src/osgPlugins/tiff/ReaderWriterTIFF.cpp: From Eric Sokolowsky, support for 2 channel tiff images 2004-10-24 13:51 robert * include/osg/Node, include/osg/NodeVisitor, src/osg/Group.cpp, src/osg/Node.cpp: Added s/getEventCallback support into osg::Node, and an EVENT_VISITOR type into NodeVisitor. 2004-10-24 06:12 don * Make/makedirdefs: don - Comment in makedirdefs was causing Mac build to stop short of building all plugins 2004-10-24 05:50 don * Make/makedefs, src/osgPlugins/freetype/GNUmakefile, src/osgProducer/OsgSceneHandler.cpp: don - Small changes to support Mac OSX CGL build small unused variable warning fix. 2004-10-22 21:01 don * src/osgPlugins/net/ReaderWriterNET.cpp: Added default: case for both switch() statements 2004-10-22 19:26 robert * examples/osgdistortion/osgdistortion.cpp, examples/osgforest/osgforest.cpp, examples/osgfxbrowser/osgfxbrowser.cpp, examples/osghud/osghud.cpp, examples/osglauncher/osglauncher.cpp, examples/osgparticle/osgparticle.cpp, examples/osgphotoalbum/osgphotoalbum.cpp, examples/osgpick/osgpick.cpp, examples/osgscalarbar/osgscalarbar.cpp, examples/osgtesselate/osgtesselate.cpp, examples/osgtext/osgtext.cpp, examples/osgtexturerectangle/osgtexturerectangle.cpp, include/osg/LightSource, include/osg/Transform, include/osgParticle/AccelOperator, include/osgParticle/AngularAccelOperator, include/osgParticle/ForceOperator, include/osgParticle/Operator, include/osgParticle/ParticleProcessor, src/osg/AutoTransform.cpp, src/osg/Group.cpp, src/osg/LightSource.cpp, src/osg/MatrixTransform.cpp, src/osg/PositionAttitudeTransform.cpp, src/osg/Transform.cpp, src/osgParticle/FluidFrictionOperator.cpp, src/osgParticle/ModularEmitter.cpp, src/osgParticle/ParticleProcessor.cpp, src/osgPlugins/net/ReaderWriterNET.cpp, src/osgPlugins/osg/LightSource.cpp, src/osgPlugins/osg/Transform.cpp, src/osgPlugins/osgParticle/IO_ParticleProcessor.cpp, src/osgProducer/Viewer.cpp, src/osgSim/DOFTransform.cpp, src/osgUtil/CullVisitor.cpp, src/osgUtil/Optimizer.cpp: Changed the ReferenceFrame enums to be RELEATIVE and ABSOLUTE, and deprecated the RELATIVE_TO_ABSOLUTE and RELATIVE_TO_PARENTS. 2004-10-22 18:47 robert * examples/osgplanets/osgplanets.cpp: Compile fixes 2004-10-22 16:39 robert * Make/makedirdefs, examples/osgplanets, examples/osgplanets/GNUmakefile, examples/osgplanets/GNUmakefile.inst, examples/osgplanets/osgplanets.cpp: Added Rainer's initial osgplanets example. 2004-10-21 09:36 robert * include/osg/ClusterCullingCallback, src/osg/ClusterCullingCallback.cpp, src/osgPlugins/ive/IveVersion.h, src/osgPlugins/ive/Node.cpp, src/osgTerrain/DataSet.cpp: Generalised the osg::ClusterCullingCallback so that it coud be attached to Node as well as Drawables. Changed the osgTerrain::DataSet so that it moves the ClusterCullingCallback up to the Node level. Added support to the .ive plugin for attaching the ClusterCullingCallback to nodes. 2004-10-21 09:33 robert * Make/makedirdefs: Checked in commented out gz plugin, will comment back in later once it is fully checked in 2004-10-19 13:52 robert * examples/osgcluster/osgcluster.cpp: Move the setting of the camera horizontal field of view to after the realize() to avoid the CameraGroup's Lens be set when its NULL. 2004-10-19 09:29 robert * include/osgUtil/GLObjectsVisitor, src/osgUtil/GLObjectsVisitor.cpp: From Alan Purvis, with enum name tweaks from Robert Osfield. Addition of support for turing on/off the usage of vertex buffer objects. 2004-10-18 18:59 robert * include/osg/Timer, src/osg/Timer.cpp: From Frank Lichtenheld, compile fix to Linux powerpc build. 2004-10-18 18:56 robert * include/osgProducer/OsgCameraGroup, src/osgProducer/OsgCameraGroup.cpp: Fixed OsgCameraGroup::setLODScale so that it now uses the local CullSettings objects. 2004-10-18 18:36 robert * include/osg/Vec3d, include/osg/Vec3f: From Bob Kuehne, addition of Vec3f(Vec2f,float) and Vec3d(Vec2d,double) constructors. 2004-10-18 18:31 robert * src/osg/Texture2D.cpp: Added support for hardware generated mipmaps into Textre2D::copy*() methods. 2004-10-18 14:51 robert * src/osgPlugins/lws/SceneLoader.cpp, src/osgPlugins/lws/SceneLoader.h: From Marco Jez, "makes the LWS loader store LWO object names as node names, for easier recognition and retrieval by scene graph visitors. With this fix, each PositionAttitudeTransform node that corresponds to an entry in the LWS file carries the name of the loaded object plus the layer number (for example, "objects/myobj.lwo.2")." 2004-10-18 14:46 robert * src/osg/Image.cpp: From Yuzhong Shen, fix to the image dimensions passed to allocImage in Image::copySubImage 2004-10-18 14:42 robert * VisualStudio/osgPlugins/osg/dot_osg.dsp, src/osgPlugins/osg/GNUmakefile, src/osgPlugins/osg/TexEnvFilter.cpp: From Sohey Yamamoto, addition of TexEnvFilter support. 2004-10-17 06:14 don * examples/osgvolume/osgvolume.cpp: Fix for minor compile error (internal error) for VS7. 2004-10-15 20:13 don * src/osgPlugins/osgSim/IO_DOFTransform.cpp: Fixed small typo. 2004-10-15 10:35 robert * include/osg/StateAttribute: Added osgNV enum Types 2004-10-15 09:53 robert * examples/osgsimulation/osgsimulation.cpp: Changed fstream to ifstream 2004-10-15 09:10 robert * include/osgGA/NodeTrackerManipulator: Added docs 2004-10-14 20:35 robert * include/osgGA/NodeTrackerManipulator, src/osgGA/NodeTrackerManipulator.cpp: Updates to NodeTrackerManipulator.cpp 2004-10-14 12:10 robert * src/osgGA/NodeTrackerManipulator.cpp: Fixed the home position. 2004-10-14 10:38 robert * examples/osgsimulation/osgsimulation.cpp, include/osgGA/NodeTrackerManipulator, src/osgGA/NodeTrackerManipulator.cpp: Improvements to the NodeTrackManipulator and osgsimulation example 2004-10-13 19:52 robert * VisualStudio/osg/osg.dsp, include/osg/StateAttribute, include/osg/TexEnvFilter, src/osg/GNUmakefile, src/osg/TexEnvFilter.cpp, src/osgGA/StateSetManipulator.cpp: From Sohey Yamamoto, added support for GL_TEXTURE_FILTER_CONTROL/GL_TEXTURE_LOD_BIAS. 2004-10-13 19:10 robert * src/osgProducer/ViewerEventHandler.cpp: From David Spilling, with small format and variable rename by Robert Osfield. 2004-10-13 14:13 robert * src/osgPlugins/ive/PagedLOD.cpp, src/osgPlugins/ive/ReaderWriterIVE.cpp, src/osgPlugins/net/ReaderWriterNET.cpp, src/osgPlugins/osg/PagedLOD.cpp, src/osgPlugins/osg/ReaderWriterOSG.cpp: Added population and access of the ReaderWriter::Options::s/getDatabasePath() to enable paged database to accessed without setting file paths explictly 2004-10-13 13:40 robert * src/osgGA/NodeTrackerManipulator.cpp: Small tweaks to the calculateMovement method. 2004-10-13 13:39 robert * examples/osgsimulation/osgsimulation.cpp: Increased the size of the inserted model so that it can be seen more easily, 2004-10-13 11:56 robert * src/osgGA/NodeTrackerManipulator.cpp: Fixed precision of center computation. 2004-10-13 11:15 robert * include/osg/ClipPlane, include/osg/Light, include/osg/State, include/osg/StateAttribute, include/osg/StateSet, src/osg/State.cpp, src/osg/StateSet.cpp: Added new getMember() method and TypeMemberPair into StateAttribute and support for the unsigned int member to be paired with types in osg::StateSet so that lights, clipplanes and other attributes that have a type group but then need to differentiate within that group via a member uint. 2004-10-12 09:54 robert * include/osg/CullSettings, src/osg/CullSettings.cpp, src/osgProducer/OsgCameraGroup.cpp, src/osgUtil/SceneView.cpp: Added CullingSettngs::s/getInheritanceMask() and inheritCullSettings(,) method. 2004-10-12 09:00 robert * src/osgPlugins/flt/GeoSetBuilder.cpp: Added a direct call to the osgUtil::Optimizer in GeoSetBuilder.cpp so that the resultant geomety would be more efficiently packed. 2004-10-12 07:54 robert * src/osgPlugins/flt/flt2osg.cpp: From Sondra Iverson, with mods by Robert Osfield. Support for copying texenv from the source StateSet when multi-texturing. 2004-10-10 18:18 robert * include/osgText/Text: Fixed copy and past erro in getFontWidth. 2004-10-09 15:00 don * src/osgDB/FileUtils.cpp: Added fix for MAC for FileUtils.cpp: stat64 is not present on Mac. 2004-10-08 09:18 robert * include/osg/PointSprite, include/osg/StateAttribute, include/osgFX/Validator, src/osgFX/AnisotropicLighting.cpp, src/osgFX/BumpMapping.cpp: Changed StaetAttribute::Type so it is an enum list rather than a unsigned int. 2004-10-07 10:03 robert * VisualStudio/osgPlugins/flt/flt.dsp, src/osgPlugins/flt/ExternalRecord.cpp, src/osgPlugins/flt/ExternalRecord.h, src/osgPlugins/flt/FindExternalModelVisitor.cpp, src/osgPlugins/flt/FindExternalModelVisitor.h, src/osgPlugins/flt/FltFile.cpp, src/osgPlugins/flt/GNUmakefile, src/osgPlugins/flt/flt2osg.cpp: From Sondra Iversion "Loading a single model from an externally referenced file is a standard option for OpenFlight and is specified by including the modelname in angle brackets, such as: filename. The attached code identifies and handles this case." 2004-10-07 09:40 robert * include/osg/AutoTransform, include/osg/Export, include/osg/StateSet, src/osg/ClipNode.cpp, src/osg/LightSource.cpp, src/osg/State.cpp, src/osg/StateSet.cpp, src/osgPlugins/Inventor/ConvertFromInventor.cpp: Added new clear, removeAttribute, removeMode, removeTextureAttribute and removeTextureMode method and deprecated the setToInherit equivilants. 2004-10-06 20:32 robert * src/osg/Geometry.cpp, src/osgPlugins/flt/GeoSetBuilder.cpp: Improved the osg::Geometry::computeCorrectBindingsAndArraySizes() implemention so that it produce more optimal settings. Changed flt/GeoSetBuilder so that it doensn't merge geometry, as it was merging geometry even when inappropriate. 2004-10-06 19:19 robert * src/osgPlugins/flt/GeoSetBuilder.cpp, src/osgPlugins/flt/GeoSetBuilder.h, src/osgPlugins/flt/flt2osg.cpp: From Jason Daly, fix to multi-texturing/detail texture handling. 2004-10-06 15:15 robert * src/osgDB/Registry.cpp: Added support for http reading into the readObject, readImage and readHeightField methods complimenting the previously checked in readNode supoort. 2004-10-06 14:44 robert * src/osgPlugins/net/ReaderWriterNET.cpp: Generalised the .net plugin so it could handle object, image, heightfield and node file reads. 2004-10-06 13:11 robert * include/osgDB/FileNameUtils, src/osgDB/FileNameUtils.cpp, src/osgDB/Registry.cpp: Added support for parsing http:// names and mapping automatically to use the .net plugin 2004-10-06 13:10 robert * src/osgPlugins/net/ReaderWriterNET.cpp: Added passing on of Options object 2004-10-06 13:09 robert * src/osgPlugins/obj/ReaderWriterOBJ.cpp: Added support for readNode(istream,Options*) into OBJ to allow loading over the internet 2004-10-06 12:02 robert * include/osg/Texture: Replaced #ifndef GL_TEXTURE_3D by GL_TEXTRE_BINDING_3D as the former was a copy and paste error. 2004-10-06 09:31 robert * include/osg/PagedLOD, include/osgDB/Input, include/osgDB/ReaderWriter, src/osg/PagedLOD.cpp, src/osgPlugins/ive/DataInputStream.h, src/osgPlugins/ive/ReaderWriterIVE.cpp, src/osgPlugins/osg/ReaderWriterOSG.cpp: Added : osg::PagedLOD::s/getDatabasePath() and support in PagedLOD::traverse(). osgDB::ReaderWriter::Options::s/getDatabasePath() osgDB::Input::s/getOptions() setting of osgDB::Input::setOptions() in ReaderWriterOSG.cpp src/osgPlugins/ive/DataInputStream::s/getOptions() setting of src/osgPlugins/ive/DataInputStream::setOptions() in ReaderWriterIVE.cpp 2004-10-05 19:12 robert * examples/osgsimulation/osgsimulation.cpp, include/osgProducer/OsgCameraGroup, src/osgProducer/OsgCameraGroup.cpp: Added s/getCullSettings to OsgCameraGroup 2004-10-05 15:08 robert * examples/osgsimulation/osgsimulation.cpp, include/osgTerrain/DataSet, src/osgTerrain/DataSet.cpp: Added ability to alter the verbosity of the notify messages with the running of osgTerrain::DataSet via a static s/getNotifyOffset(int) method. 2004-10-05 09:53 robert * include/osgProducer/Viewer, include/osgProducer/ViewerEventHandler, src/osgProducer/Viewer.cpp, src/osgProducer/ViewerEventHandler.cpp: Added support to osgProducer::Viewer for forcing an early exit form applications and recording an image on exit. 2004-10-05 07:08 robert * src/osgDB/FileUtils.cpp: Changed _stat64 to _stati64 2004-10-04 14:21 robert * examples/osgsimplepager/osgsimplepager.cpp: Moved the SceneView to local to the contruction/destruction of the RenderSurface 2004-10-03 19:49 robert * src/osgDB/FileUtils.cpp: Checked in #define mapping of stat64 to _stat64 to fix Windows build 2004-10-03 08:50 robert * src/osgDB/FileUtils.cpp: Solution of fileExists support for > 2Gb files from Ken Sewell, applied by Robert Osfield. 2004-10-03 08:36 robert * src/osgUtil/RenderStageLighting.cpp: Added missing _texAttrListMap.clear(); into reset() 2004-10-01 23:18 robert * examples/osgspotlight, examples/osgspotlight/GNUmakefile, examples/osgspotlight/GNUmakefile.inst, examples/osgspotlight/osgspotlight.cpp: Added new osgspotlight demo 2004-10-01 22:05 robert * Make/makedirdefs, include/osg/NodeCallback, src/osg/Node.cpp: From Lewis Harmon, fixes to the Node and NodeCallback constructors. 2004-10-01 18:32 robert * src/osg/ArgumentParser.cpp: Changed the argument parser to accept strings that start with a - as being valid strings. 2004-10-01 15:49 robert * Make/makedirdefs, examples/osglauncher, examples/osglauncher/GNUmakefile, examples/osglauncher/GNUmakefile.inst, examples/osglauncher/osglauncher.cpp: From Rainer Oder, new osglauncher application. 2004-10-01 15:48 robert * src/osg/TexGen.cpp: Added setPlanesFromMatrix method 2004-10-01 15:48 robert * include/osg/TexGen: Added new setPlanesFromMatrix method 2004-10-01 15:47 robert * examples/osgshadowtexture/CreateShadowedScene.cpp: Updated to use new TexGen method 2004-10-01 09:40 robert * include/osgDB/SharedStateManager: From Tree, moved apply's from protected to public to support Java wrappers 2004-10-01 09:38 robert * include/osg/Texture: Added define of GL_TEXTURE_BINDING_3D for systems with OpenGL1.2 compliant headers 2004-10-01 09:19 robert * runexamples.bat: From Marco Jez, added more examples to runexamples.bat 2004-10-01 07:39 robert * src/osgPlugins/osg/ReaderWriterOSG.cpp: Added support for write to ostream into .osg plugin 2004-09-30 19:36 robert * include/osgProducer/OsgSceneHandler, src/osgProducer/OsgCameraGroup.cpp, src/osgProducer/OsgSceneHandler.cpp: Experimentation with new timing code. 2004-09-30 14:54 robert * src/osgUtil/GLObjectsVisitor.cpp: Removed debugging messages 2004-09-30 13:36 robert * examples/osgsimplepager/osgsimplepager.cpp: Checked in support for cleaning up and then restart a new graphics windows once the first one has been closed down. 2004-09-30 12:10 robert * src/osg/Texture.cpp: Fixed newly introduced compressed mipmnap error. 2004-09-30 09:10 robert * examples/osgconv/osgconv.cpp, include/osg/Texture, include/osg/Texture3D, src/osg/Image.cpp, src/osg/Texture.cpp, src/osg/Texture3D.cpp: Added proper handling of 3d texture compression 2004-09-29 19:10 robert * VisualStudio/osgPlugins/ive/ive.dsp, include/osg/ClipNode, src/osgPlugins/ive/ClipNode.cpp, src/osgPlugins/ive/ClipNode.h, src/osgPlugins/ive/ClipPlane.cpp, src/osgPlugins/ive/ClipPlane.h, src/osgPlugins/ive/DataInputStream.cpp, src/osgPlugins/ive/DataInputStream.h, src/osgPlugins/ive/DataOutputStream.cpp, src/osgPlugins/ive/DataOutputStream.h, src/osgPlugins/ive/GNUmakefile, src/osgPlugins/ive/IveVersion.h, src/osgPlugins/ive/ReadWrite.h, src/osgPlugins/ive/StateSet.cpp, src/osgPlugins/ive/TexGen.cpp, src/osgPlugins/ive/TexGenNode.cpp, src/osgPlugins/ive/TexGenNode.h: Added support for ClipPlane, ClipNode, TexGenNode to .ive 2004-09-29 15:00 robert * VisualStudio/osgPlugins/ive/ive.dsp: Added Texture3D reference 2004-09-29 14:31 robert * src/osgPlugins/ive/DataInputStream.cpp, src/osgPlugins/ive/DataOutputStream.cpp, src/osgPlugins/ive/GNUmakefile, src/osgPlugins/ive/Texture3D.cpp, src/osgPlugins/ive/Texture3D.h: Added Texture3D implementation. 2004-09-29 10:01 robert * examples/osgvolume/osgvolume.cpp, include/osg/Texture3D, src/osg/Image.cpp, src/osg/Texture.cpp, src/osg/Texture2D.cpp, src/osg/Texture3D.cpp: Preliminary steps to support for compressed 3D textures. 2004-09-29 08:07 robert * VisualStudio/VisualStudio.dsw, VisualStudio/examples/osgsimulation/osgsimulation.dsp: Added extra dependencies to osgsimulation example 2004-09-29 08:04 robert * VisualStudio/osgPlugins/net/net.dsp: Removed makeDir referecnes 2004-09-28 09:14 robert * include/osg/ArgumentParser, include/osg/ClusterCullingCallback, include/osg/Drawable, include/osg/Endian, include/osg/Geometry, include/osg/NodeCallback, include/osg/PagedLOD, include/osg/PointSprite, include/osg/PositionAttitudeTransform, include/osg/PrimitiveSet, include/osg/Shape, include/osg/TriangleIndexFunctor, include/osg/Version, include/osgDB/DynamicLibrary, include/osgDB/Version, include/osgGA/GUIEventHandler, include/osgGL2/UniformValue, include/osgSim/LightPointSystem, include/osgSim/Sector, include/osgSim/SphereSegment, include/osgSim/VisibilityGroup, include/osgText/Font, include/osgUtil/Simplifier: From Tree, changes to better support Java binding generation 2004-09-28 08:39 robert * include/osgDB/DatabasePager, src/osgDB/DatabasePager.cpp: Added a mutex and _numFramesActive count to track multiview usages of the DatabasePager. 2004-09-28 07:15 robert * src/osg/BoundingSphere.cpp: From Brad Christiansen, fix expandBy(const BoundingSphere&) method to properly handle the instance of when the two bounding sphere's have a coincident center. 2004-09-27 14:15 robert * include/osg/Referenced, src/osg/Referenced.cpp: Added new methods into osg::Referenced for controlling the use of thread safe ref/unref: /** Set whether reference counting should be use a mutex to create thread reference counting.*/ static void setThreadSafeReferenceCounting(bool enableThreadSafeReferenceCounting); /** Get whether reference counting is active.*/ static bool getThreadSafeReferenceCounting(); 2004-09-27 12:07 robert * src/osg/Version.cpp, src/osgDB/Version.cpp, src/osgGA/Version.cpp, src/osgGL2/Version.cpp, src/osgParticle/Version.cpp, src/osgProducer/Version.cpp, src/osgProducer/Viewer.cpp, src/osgSim/Version.cpp, src/osgTerrain/Version.cpp, src/osgText/Version.cpp, src/osgUtil/Version.cpp: Changed the version strings to use OpenSceneGaph rather than "Open Scene Graph" 2004-09-27 10:42 robert * src/osgDB/DatabasePager.cpp: Changed the pruning of database requests so that the frame number need not be identical to pass, a delta of 1 is now pemssible 2004-09-26 19:01 robert * src/osgPlugins/ive/DrawElementsUByte.cpp, src/osgPlugins/ive/DrawElementsUInt.cpp, src/osgPlugins/ive/DrawElementsUShort.cpp: Removed erroneous casts that would have been causing uneccessary copying. 2004-09-26 18:39 robert * include/osgUtil/CubeMapGenerator, include/osgUtil/CullVisitor, include/osgUtil/DelaunayTriangulator, include/osgUtil/DisplayRequirementsVisitor, include/osgUtil/Export, include/osgUtil/GLObjectsVisitor, include/osgUtil/HalfWayMapGenerator, include/osgUtil/HighlightMapGenerator, include/osgUtil/InsertImpostorsVisitor, include/osgUtil/IntersectVisitor, include/osgUtil/Optimizer, include/osgUtil/ReflectionMapGenerator, include/osgUtil/RenderBin, include/osgUtil/RenderGraph, include/osgUtil/RenderLeaf, include/osgUtil/RenderStage, include/osgUtil/RenderStageLighting, include/osgUtil/SceneView, include/osgUtil/TangentSpaceGenerator, include/osgUtil/TriStripVisitor, include/osgUtil/UpdateVisitor, src/osgUtil/Optimizer.cpp, src/osgUtil/RenderBin.cpp: From Geoff Michel, typos and spelling fixes. 2004-09-26 10:27 robert * examples/osgshaders/GL2Scene.cpp: From Mike Weiblen, partial fix for OpenGL error generation under NVidia drivers. 2004-09-23 20:13 robert * include/osgDB/DatabasePager: Fixed typo 2004-09-23 20:07 robert * include/osgUtil/SceneView: Fixed typo. 2004-09-23 20:01 robert * include/osgUtil/SceneView, src/osgUtil/GLObjectsVisitor.cpp, src/osgUtil/SceneView.cpp: Added releaseAllGLObjects() convinience method. 2004-09-23 18:50 robert * include/osgDB/DatabasePager, include/osgProducer/OsgSceneHandler, src/osg/Texture.cpp, src/osgDB/DatabasePager.cpp, src/osgProducer/OsgSceneHandler.cpp, src/osgProducer/Viewer.cpp: Clean up of new DatabasePager code, and change of osgProducer so that DatabasePager support is now integrated into the OsgSceneHandler. 2004-09-23 16:05 don * src/osgPlugins/net/sockinet.cpp, src/osgPlugins/net/sockstream.cpp, src/osgPlugins/net/sockstream.h: Fixed warnings 2004-09-23 12:27 robert * src/osg/Drawable.cpp, src/osg/Geometry.cpp, src/osgDB/DatabasePager.cpp, src/osgProducer/Viewer.cpp: Updates for better DatabasePager peformance w.r.t constant frame rates. 2004-09-22 09:28 robert * src/osgDB/DatabasePager.cpp: Added a extra debugging comment 2004-09-21 21:33 robert * examples/osgsimplepager/osgsimplepager.cpp, examples/osgsimulation/osgsimulation.cpp, include/osg/Drawable, include/osg/StateAttribute, include/osg/Texture, include/osgDB/DatabasePager, include/osgUtil/SceneView, src/osg/Drawable.cpp, src/osg/FragmentProgram.cpp, src/osg/Texture.cpp, src/osg/Texture1D.cpp, src/osg/Texture2D.cpp, src/osg/Texture3D.cpp, src/osg/TextureCubeMap.cpp, src/osg/TextureRectangle.cpp, src/osg/VertexProgram.cpp, src/osgDB/DatabasePager.cpp, src/osgGL2/ProgramObject.cpp, src/osgProducer/Viewer.cpp, src/osgText/Font.cpp, src/osgUtil/SceneView.cpp: Updated to DatabasePager support 2004-09-21 17:26 robert * include/osg/Drawable, include/osg/Geometry, include/osg/Group, include/osg/PagedLOD, include/osg/PrimitiveSet, include/osg/Texture, include/osgDB/DatabasePager, src/osg/Drawable.cpp, src/osg/Geometry.cpp, src/osg/PagedLOD.cpp, src/osg/PrimitiveSet.cpp, src/osg/Texture.cpp, src/osgDB/DatabasePager.cpp, src/osgProducer/Viewer.cpp: Various improvements to database paing. 2004-09-20 17:42 don * src/osgPlugins/net/makeDir.h: removed makeDir.h 2004-09-20 17:42 don * src/osgPlugins/net/GNUmakefile, src/osgPlugins/net/ReaderWriterNET.cpp, src/osgPlugins/net/makeDir.cpp: Removed temporary makeDir files and call in ReaderWriterNet.cpp 2004-09-19 20:09 robert * include/osgDB/DatabasePager, src/osgDB/DatabasePager.cpp: Added clear(), setDatabasePagerThreadPause() and setAcceptNewDatabaseRequests() methods and new local implementation of cancel(). 2004-09-19 19:03 robert * src/osgProducer/Viewer.cpp: Removed unused variable. 2004-09-19 18:34 robert * src/osgDB/GNUmakefile: Added reference to GL_LIBS 2004-09-18 19:28 robert * include/osg/StateAttribute, include/osgDB/DatabasePager, src/osgDB/DatabasePager.cpp: Various improvements to the DatabasePager with the aim to achieve constant framerates and minimizing memory consumption. 2004-09-18 19:27 robert * include/osg/Transform: Removed reference to ComputeTransformCallback 2004-09-15 19:14 robert * src/osgPlugins/ive/DataOutputStream.cpp, src/osgPlugins/ive/DataOutputStream.h, src/osgPlugins/ive/IveVersion.h, src/osgPlugins/ive/LightModel.h, src/osgPlugins/ive/ShapeDrawable.cpp: From Sebastien Grignard, add writing out/reading in of drawable components of a ShapeDrawable. From Robert, add versioning of the above change to allow old files to still work. 2004-09-15 19:10 robert * include/osg/Vec2f, include/osg/Vec3d, include/osg/Vec3f, include/osg/Vec4d, include/osg/Vec4f, include/osg/Version, include/osg/VertexProgram, include/osg/Viewport: More spelling & top fixes. 2004-09-15 19:07 robert * include/osg/NodeVisitor: From Geoff Michel, typo and spelling fixes 2004-09-15 15:09 robert * src/osgPlugins/txp/TXPParser.cpp: Added usage of std::vector<> and ref_ptr<>'s to avoid memory leaks 2004-09-14 15:05 robert * src/osgDB/FileUtils.cpp: Commented out osg::noitfy usage under OSX since this was causing a crash on start up 2004-09-14 15:03 robert * Make/makedirdefs: Added GDAL check to compile of osgsimulation 2004-09-13 17:19 robert * include/osg/State, include/osg/StateSet: Fix of tabbing and typo 2004-09-13 16:10 robert * include/osg/Switch, include/osg/TexEnv, include/osg/TexEnvCombine, include/osg/TexGen, include/osg/TexGenNode, include/osg/TexMat, include/osg/Texture, include/osg/Texture1D, include/osg/Texture2D, include/osg/Texture3D: From Paul Martz, typo and spelling fixes 2004-09-13 15:17 robert * include/osg/Transform: Fixed comments 2004-09-13 15:14 robert * include/osg/GL, include/osg/GLExtensions, include/osg/Geometry, include/osg/Group, include/osg/Image, include/osg/ImageStream, include/osg/Impostor, include/osg/ImpostorSprite, include/osg/Light, include/osg/LightModel, include/osg/TextureCubeMap, include/osg/TextureRectangle, include/osg/Timer, include/osg/Transform, include/osg/TriangleFunctor, include/osg/UByte4, include/osg/UnitTestFramework, include/osg/Vec2d: From Eric Hammil, typo and spelling fixes 2004-09-13 14:33 robert * src/osg/Matrix_implementation.cpp: From George Papagiannakis, added extra Quat length to catch case where length is zero. 2004-09-13 13:53 robert * examples/osgsimulation/GNUmakefile, examples/osgsimulation/osgsimulation.cpp, include/osgTerrain/DataSet, src/osgTerrain/DataSet.cpp: Improved the handling of building/writing generated databases, and the fixed transition distances on the lower levels of geocentric databases. 2004-09-11 03:00 robert * src/osgTerrain/DataSet.cpp: Added a deleteTextureObject after the creation of the compressed textures 2004-09-10 17:49 robert * src/osgPlugins/ive/LightModel.cpp, src/osgPlugins/ive/LightModel.h: Added missing LightModel.h and .cpp from Stansilav. 2004-09-10 13:31 robert * include/osgTerrain/DataSet, src/osgTerrain/DataSet.cpp: Added convinience methods. 2004-09-10 08:26 robert * include/osg/Drawable: Made update, cull and draw callbacks virtual to allow custom Drawable's to there own specific extensions for handling callbacks 2004-09-09 15:14 robert * include/osg/RefNodePath, include/osg/Transform, include/osgGA/NodeTrackerManipulator, src/osg/Transform.cpp, src/osgGA/NodeTrackerManipulator.cpp: Made the computeLocalToWorld etc method to use const NodePath's parameters. 2004-09-09 13:18 robert * include/osg/RefNodePath, include/osgProducer/Viewer, src/osgProducer/Viewer.cpp: Added osg::RefNodePath class for handling node paths. 2004-09-09 13:07 robert * VisualStudio/osgPlugins/ive/ive.dsp, src/osgPlugins/ive/DataInputStream.cpp, src/osgPlugins/ive/DataOutputStream.cpp, src/osgPlugins/ive/GNUmakefile, src/osgPlugins/ive/ReadWrite.h: From Stanislav Blinov, addition of LightModel support for .ive format. 2004-09-09 09:03 robert * examples/osgvolume/osgvolume.cpp: Fixed write of normalmap. 2004-09-09 08:54 robert * src/osgDB/DynamicLibrary.cpp: Change the warnigns about a fail getLibraryHandle to be INFO rather than WARN. 2004-09-09 08:18 robert * src/osgPlugins/Inventor/ReaderWriterIV.cpp: From Martin Aumueller, added ref() and unref() to Inventor node handling. 2004-09-08 18:14 robert * src/osgPlugins/txp/TXPIO.cpp: Fixed keyword used for setting the database name. 2004-09-08 15:14 robert * src/osgPlugins/txp/TXPNode.cpp: Quick fix to crash in TXPNode. 2004-09-07 14:34 robert * src/osgUtil/TriStripVisitor.cpp, src/osgUtil/TriStrip_graph_array.h, src/osgUtil/TriStrip_heap_array.h, src/osgUtil/TriStrip_tri_stripper.cpp, src/osgUtil/TriStrip_tri_stripper.h: Changed usage of assert() to throw. 2004-09-07 10:45 robert * src/osgUtil/TriStrip_heap_array.h: Added a size check on heap_array::Adjust(size_t i) to prevent access errors. 2004-09-07 10:31 robert * include/osg/BoundsChecking: From Paul Martz, removed redundent paramaters in clampArray4LEQUAL. 2004-09-07 10:09 robert * src/osgPlugins/txp/TXPArchive.cpp, src/osgPlugins/txp/TXPParser.cpp: Changed the wrap mode from CLAMP to CLAMP_TO_EDGE 2004-09-07 10:07 robert * include/osg/BoundingSphere, include/osg/BoundsChecking, include/osg/ClearNode, include/osg/ClipNode, include/osg/ClipPlane, include/osg/ClusterCullingCallback, include/osg/CollectOccludersVisitor, include/osg/ColorMask, include/osg/ColorMatrix, include/osg/buffered_value: From Paul Martz, typos and spelling fixes 2004-09-07 06:59 robert * src/osgGA/NodeTrackerManipulator.cpp: Added missing setTrackerMode(TrackerMode) 2004-09-06 18:20 robert * include/osgDB/Registry, src/osgDB/Registry.cpp: Added mutex to access to the Registry::_objectCache. 2004-09-06 14:59 robert * include/osgSim/DOFTransform, src/osgPlugins/osgSim/IO_DOFTransform.cpp, src/osgSim/DOFTransform.cpp: From Joakim Simonsson, add s/getHPROrder method 2004-09-06 14:58 robert * examples/osgvolume/osgvolume.cpp: Added docs for max size commandline params. 2004-09-06 14:30 robert * src/osg/TexGenNode.cpp: From Marco Jez, added missing TexGenNode constructor. 2004-09-04 09:22 robert * examples/osgvolume/osgvolume.cpp: Updates to controlling maximum texture size 2004-09-03 15:42 robert * examples/osgvolume/osgvolume.cpp: Added commandline support for Size and texcoord Multipliers 2004-09-03 15:05 robert * include/osg/TexEnvCombine: Added setConstantColorAsLightDirection & getConstantColorAsLightDirection methods to make it more convinient to set up DOT3 register combiners. 2004-09-03 10:02 robert * examples/osgvolume/osgvolume.cpp: Added handling of RGBA to normal map computation 2004-09-02 20:42 don * src/osgPlugins/net/sockinet.cpp, src/osgPlugins/net/sockstream.cpp: Fixed .net plugin errors on Mac 2004-09-02 19:10 robert * include/osg/MatrixTransform, include/osg/Multisample, include/osg/Node, include/osg/NodeCallback, include/osg/NodeVisitor, include/osg/Notify, include/osg/Object, include/osg/OccluderNode, include/osg/PagedLOD, include/osg/Plane, include/osg/Point, include/osg/PolygonMode, include/osg/PolygonOffset, include/osg/Polytope, include/osg/PositionAttitudeTransform, include/osg/Projection, include/osg/Quat, include/osg/ShadeModel, include/osg/ShadowVolumeOccluder, include/osg/Shape, include/osg/ShapeDrawable, include/osg/State, include/osg/StateAttribute, include/osg/StateSet, include/osg/Stencil, include/osg/ref_ptr: From Geoff Michel, typo and spelling fixes 2004-09-02 18:19 robert * include/osg/Sequence: Added Sequence back in with correct Permission, and with Geoff Michel's spelling corrections. 2004-09-02 18:17 robert * include/osg/Sequence: Temporary removal of Sequence to try and get around permissions problem with it. 2004-09-02 10:01 robert * src/osgDB/FileUtils.cpp, src/osgDB/GNUmakefile: Added usage of carbon pathway in appendPlatformSpecificLibraryFilePaths. 2004-09-02 07:44 robert * src/osgPlugins/Inventor/ConvertFromInventor.cpp: Added comments from Eric 2004-09-02 03:52 don * Make/makedefs,