.. |
AlphaFunc.cpp
|
Updated copyright years.
|
2006-07-18 15:21:48 +00:00 |
AnimationPath.cpp
|
Added continuous recording of the animation path to the RecordAnimationPathHandler
|
2008-05-26 17:30:43 +00:00 |
ApplicationUsage.cpp
|
From Roland Smeenk, "Attached you will find a large set of small typo fixes (mainly in the comments)."
|
2007-12-10 17:30:18 +00:00 |
ArgumentParser.cpp
|
From Eric Sokolowski and Robert Osfield, moved command line option usage setup
|
2008-05-12 10:55:55 +00:00 |
Array.cpp
|
Added double Vec*Array support
|
2007-12-04 14:44:21 +00:00 |
AutoTransform.cpp
|
To osg::AutoTransform added support for MinimumScale, MaximumScale and AutoScaleTransitionWidth parameters
|
2008-03-18 15:37:38 +00:00 |
Billboard.cpp
|
From Terry Welsh, mplemented POINT_ROT_EYE.
|
2006-10-14 21:47:13 +00:00 |
BlendColor.cpp
|
Intoduced a new setGLExtensions template method to do a copy of void* pointer to
|
2007-09-10 15:19:23 +00:00 |
BlendEquation.cpp
|
Intoduced a new setGLExtensions template method to do a copy of void* pointer to
|
2007-09-10 15:19:23 +00:00 |
BlendFunc.cpp
|
Intoduced a new setGLExtensions template method to do a copy of void* pointer to
|
2007-09-10 15:19:23 +00:00 |
BoundingBox.cpp
|
Updated copyright years.
|
2006-07-18 15:21:48 +00:00 |
BoundingSphere.cpp
|
Added missing check against handling invalid bounding sphere's
|
2008-05-08 17:02:08 +00:00 |
BufferObject.cpp
|
From Mario Valle, removed extraneous spaces
|
2008-07-03 14:59:07 +00:00 |
Camera.cpp
|
From Michael Platings and Paul Palumbo, multi-sample FBO support
|
2008-06-18 14:09:11 +00:00 |
CameraView.cpp
|
Updated copyright years.
|
2006-07-18 15:21:48 +00:00 |
ClampColor.cpp
|
Intoduced a new setGLExtensions template method to do a copy of void* pointer to
|
2007-09-10 15:19:23 +00:00 |
ClearNode.cpp
|
Updated copyright years.
|
2006-07-18 15:21:48 +00:00 |
ClipNode.cpp
|
Removed erroneous const in method parameter
|
2008-01-18 21:08:42 +00:00 |
ClipPlane.cpp
|
From Robert Osfield and Richard Schmidt, made fixes inspired by an original submission from Richard which
|
2007-12-08 13:29:31 +00:00 |
ClusterCullingCallback.cpp
|
From Mike Wittman, "Here is a change to the .cpp file to fix it by disambiguating the cull invocation."
|
2007-03-28 15:05:49 +00:00 |
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:52:14 +00:00 |
CollectOccludersVisitor.cpp
|
Removed the exclusion of CullSettings from the genwrapper.conf, and then changed the CullStack RefMatrix& methods to RefMatrix*
|
2007-02-21 13:48:01 +00:00 |
ColorMask.cpp
|
Updated copyright years.
|
2006-07-18 15:21:48 +00:00 |
ColorMatrix.cpp
|
Updated copyright years.
|
2006-07-18 15:21:48 +00:00 |
ComputeBoundsVisitor.cpp
|
Added new osg::ComputeBoundsVisitor
|
2007-02-16 17:34:34 +00:00 |
Config.in
|
From Mathias Froehlich, added do not edit comments to Config.in so that the autogenerated
|
2008-06-26 10:33:47 +00:00 |
ConvexPlanarOccluder.cpp
|
From Eric Wing, pedantic warning fixes
|
2007-04-06 15:13:02 +00:00 |
ConvexPlanarPolygon.cpp
|
Updated copyright years.
|
2006-07-18 15:21:48 +00:00 |
CoordinateSystemNode.cpp
|
Added better handling of 0,0,0 values
|
2007-06-13 13:41:23 +00:00 |
CopyOp.cpp
|
From Eric Wing, pedantic warning fixes
|
2007-04-06 15:13:02 +00:00 |
CullFace.cpp
|
Updated copyright years.
|
2006-07-18 15:21:48 +00:00 |
CullingSet.cpp
|
From Roland Smeenk, "Attached you will find a large set of small typo fixes (mainly in the comments)."
|
2007-12-10 17:30:18 +00:00 |
CullSettings.cpp
|
Added write(ostream&) method to allow one to print out the current state
|
2008-04-18 13:57:08 +00:00 |
CullStack.cpp
|
Updated wrappers
|
2007-08-10 17:44:54 +00:00 |
DeleteHandler.cpp
|
Removed duplicate declaration of DeleteHandlerPointer
|
2008-01-24 10:04:33 +00:00 |
Depth.cpp
|
Updated copyright years.
|
2006-07-18 15:21:48 +00:00 |
DisplaySettings.cpp
|
Added include<string.h> to fix compile errors under gcc 4.3
|
2007-12-10 10:16:13 +00:00 |
Drawable.cpp
|
Removed redundental vertex buffer object flush methods
|
2008-01-21 11:36:54 +00:00 |
DrawPixels.cpp
|
From Roland Smeenk, "Attached you will find a large set of small typo fixes (mainly in the comments)."
|
2007-12-10 17:30:18 +00:00 |
dxtctool.cpp
|
From Roland Smeenk, "Attached you will find a large set of small typo fixes (mainly in the comments)."
|
2007-12-10 17:30:18 +00:00 |
dxtctool.h
|
Warning fixes for IRIX
|
2005-05-16 15:51:57 +00:00 |
Fog.cpp
|
Updated copyright years.
|
2006-07-18 15:21:48 +00:00 |
FragmentProgram.cpp
|
Introduced new osg::discardDeletedOpenGLObjects() methods, and usage of it in
|
2008-01-08 13:24:29 +00:00 |
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:24:12 +00:00 |
FrameStamp.cpp
|
Added default setting of use of thread safe ref/unref.
|
2007-08-22 09:42:27 +00:00 |
FrontFace.cpp
|
Updated copyright years.
|
2006-07-18 15:21:48 +00:00 |
Geode.cpp
|
From Roland Smeenk, "Attached you will find a large set of small typo fixes (mainly in the comments)."
|
2007-12-10 17:30:18 +00:00 |
Geometry.cpp
|
From Mathias Froehlich, "it appears to me that sun CC cannot use static functions from template
|
2008-03-11 13:23:49 +00:00 |
GL2Extensions.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:47:40 +00:00 |
GLExtensions.cpp
|
From Mathias Froehlich, "I have extended the X11 pbuffer code to use either the complete set of glx 1.3
|
2008-02-22 18:38:30 +00:00 |
GLObjects.cpp
|
Removed redundental vertex buffer object flush methods
|
2008-01-21 11:36:54 +00:00 |
GraphicsContext.cpp
|
Changed the removeCamera() method so that it now actively calls releaseGLObjects()
|
2008-06-26 16:45:50 +00:00 |
GraphicsThread.cpp
|
From Colin McDonald, "Attached is an updated to osgViewer::PixelBufferWin32.
|
2008-03-04 16:39:44 +00:00 |
Group.cpp
|
From Daniel Stien, "When removing a child from a osg::Group, childRemoved is called after the
|
2008-01-14 10:14:32 +00:00 |
Hint.cpp
|
From Robert Osfield and Richard Schmidt, made fixes inspired by an original submission from Richard which
|
2007-12-08 13:29:31 +00:00 |
Image.cpp
|
From Mathias Froehlich, "Update to the configure check for msvc 7.1.
|
2008-06-27 16:47:43 +00:00 |
ImageStream.cpp
|
Updated copyright years.
|
2006-07-18 15:21:48 +00:00 |
Light.cpp
|
From Robert Osfield and Richard Schmidt, made fixes inspired by an original submission from Richard which
|
2007-12-08 13:29:31 +00:00 |
LightModel.cpp
|
From Andy Skinner, adding C includes to avoid issues when mixing C and C++ standard includes
|
2007-07-28 10:44:03 +00:00 |
LightSource.cpp
|
Added setThreadSafeRefUnref to LightSource
|
2007-01-07 10:00:50 +00:00 |
LineSegment.cpp
|
Added double versions of intersect methods
|
2008-03-13 16:05:40 +00:00 |
LineStipple.cpp
|
Updated copyright years.
|
2006-07-18 15:21:48 +00:00 |
LineWidth.cpp
|
Updated copyright years.
|
2006-07-18 15:21:48 +00:00 |
LOD.cpp
|
Added ViewPoint support into NodeVistor/CullStack/CullVisitor/LOD/PagedLOD etc to facilate
|
2006-12-15 17:27:18 +00:00 |
LogicOp.cpp
|
Updated copyright years.
|
2006-07-18 15:21:48 +00:00 |
Material.cpp
|
From Richard Schmidt, fix on ordering to be standard OpenGL way.
|
2007-12-10 20:33:22 +00:00 |
Matrix_implementation.cpp
|
Cleaned up the getRotate implementation selection using #defines, and made the
|
2007-08-27 10:00:09 +00:00 |
Matrixd.cpp
|
Moved UnitTestFramework from core osg lib into osgunittests example
|
2006-12-19 17:06:59 +00:00 |
MatrixDecomposition.cpp
|
From Vivek Rajan, MatrixDecomposition implementaion, adapted by Robert Osfield
|
2007-02-10 18:01:37 +00:00 |
Matrixf.cpp
|
Updated copyright years.
|
2006-07-18 15:21:48 +00:00 |
MatrixTransform.cpp
|
Updated copyright years.
|
2006-07-18 15:21:48 +00:00 |
Multisample.cpp
|
Intoduced a new setGLExtensions template method to do a copy of void* pointer to
|
2007-09-10 15:19:23 +00:00 |
Node.cpp
|
From Roland Smeenk, "Attached you will find a large set of small typo fixes (mainly in the comments)."
|
2007-12-10 17:30:18 +00:00 |
NodeCallback.cpp
|
Updated copyright years.
|
2006-07-18 15:21:48 +00:00 |
NodeTrackerCallback.cpp
|
Fixed typo
|
2007-07-11 16:06:04 +00:00 |
NodeVisitor.cpp
|
Moved the apply(&) default implementations from the header into the NodeVisitor.cpp,
|
2008-06-27 12:35:56 +00:00 |
Notify.cpp
|
From Marco Lehmann and Robert Osfield, this fix was implemented by Robert but
|
2008-06-03 11:31:42 +00:00 |
Object.cpp
|
From Eric Wing, pedantic warning fixes
|
2007-04-06 15:13:02 +00:00 |
OccluderNode.cpp
|
Updated copyright years.
|
2006-07-18 15:21:48 +00:00 |
OcclusionQueryNode.cpp
|
From Mathias Froehlich, build fixes for various unices
|
2008-06-26 12:08:37 +00:00 |
OperationThread.cpp
|
From Roland Smeenk, "Attached you will find a large set of small typo fixes (mainly in the comments)."
|
2007-12-10 17:30:18 +00:00 |
PagedLOD.cpp
|
Fixed cirular reference in DatabaseRequest
|
2008-05-30 11:43:04 +00:00 |
Point.cpp
|
Added extra constructors
|
2008-03-12 20:15:45 +00:00 |
PointSprite.cpp
|
Added Point::Extension::isPointSpriteCoordOriginSupported() method
|
2007-06-29 17:01:37 +00:00 |
PolygonMode.cpp
|
Updated copyright years.
|
2006-07-18 15:21:48 +00:00 |
PolygonOffset.cpp
|
From Roland Smeenk, "Attached you will find a large set of small typo fixes (mainly in the comments)."
|
2007-12-10 17:30:18 +00:00 |
PolygonStipple.cpp
|
Added extra constructors
|
2008-03-12 20:15:45 +00:00 |
PositionAttitudeTransform.cpp
|
Updated copyright years.
|
2006-07-18 15:21:48 +00:00 |
PrimitiveSet.cpp
|
Further perfomrmance optimizations and clean up on new VBO/EBO/PBO API.
|
2007-05-01 18:03:32 +00:00 |
Program.cpp
|
From Art Trevs, set the _geometryVerticesOut to default to 1 as a workaround
|
2008-05-09 11:54:24 +00:00 |
Projection.cpp
|
Updated copyright years.
|
2006-07-18 15:21:48 +00:00 |
ProxyNode.cpp
|
Refactored DatabasePager and related classes to introduce support for
|
2008-05-21 21:09:45 +00:00 |
Quat.cpp
|
Added Matrix*::getRotate()/setRotate(Quat), deprecating Matrix*::get(Quat&), Matrix*::set(Quat&)
|
2006-07-31 17:31:21 +00:00 |
Referenced.cpp
|
From Mathias Froehlich, "It appears not to be sufficient to set a cmake variable to get a define in
|
2008-07-01 09:40:06 +00:00 |
Scissor.cpp
|
Updated copyright years.
|
2006-07-18 15:21:48 +00:00 |
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:33:21 +00:00 |
ShadeModel.cpp
|
Added constructor argument to ShadeModel
|
2007-04-05 16:12:10 +00:00 |
Shader.cpp
|
From Art Trevs, add support for saving external shader files.
|
2008-03-04 14:04:48 +00:00 |
ShadowVolumeOccluder.cpp
|
Removed the exclusion of CullSettings from the genwrapper.conf, and then changed the CullStack RefMatrix& methods to RefMatrix*
|
2007-02-21 13:48:01 +00:00 |
Shape.cpp
|
Converted osg::HeightField across to using a osg::FloatArray internally to enable
|
2007-03-29 19:42:07 +00:00 |
ShapeDrawable.cpp
|
From Jean-Sebastien Guay, "Some clients at my new job noticed that picking did not work with the
|
2007-12-16 17:57:19 +00:00 |
State.cpp
|
Introduce OSG_GL_ERROR_CHECKING env var checking to osg::State constructor so that you
|
2008-04-18 11:09:54 +00:00 |
StateAttribute.cpp
|
Set main scene graph elements to use thread safe ref/unref by default
|
2007-08-22 10:34:11 +00:00 |
StateSet.cpp
|
From Michael Platings and Robert Osfield, added support for controlling,
|
2008-06-19 11:09:20 +00:00 |
Stats.cpp
|
Added use of Mutex into osg::Stats to better handle multi-threaded usage
|
2007-02-14 16:24:49 +00:00 |
Stencil.cpp
|
Updated copyright years.
|
2006-07-18 15:21:48 +00:00 |
StencilTwoSided.cpp
|
From Paul Melis, "Here is a list of fixes to misspelled APIs. Unfortunately, more than one
|
2007-06-27 20:36:16 +00:00 |
Switch.cpp
|
From Edgar Ellis, "
|
2006-10-30 12:14:00 +00:00 |
TexEnv.cpp
|
Updated copyright years.
|
2006-07-18 15:21:48 +00:00 |
TexEnvCombine.cpp
|
From Paul Melis, fixes to spelling mistakes/typos.
|
2007-07-11 15:51:17 +00:00 |
TexEnvFilter.cpp
|
Updated copyright years.
|
2006-07-18 15:21:48 +00:00 |
TexGen.cpp
|
Added support for float or double osg::Plane, and the default osg::Plane to double.
|
2006-11-28 16:00:52 +00:00 |
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 15:15:55 +00:00 |
TexMat.cpp
|
Added osg::TexMat::s/getScaleByTextureRectangleSize feature that allows
|
2006-09-04 12:46:49 +00:00 |
Texture1D.cpp
|
From Roland Smeenk, "Attached you will find a large set of small typo fixes (mainly in the comments)."
|
2007-12-10 17:30:18 +00:00 |
Texture2D.cpp
|
From Michael Platings, "On nvidia cards mipmap generation for non-power-of-two textures with
|
2008-05-28 11:19:41 +00:00 |
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:
|
2008-05-26 21:53:57 +00:00 |
Texture3D.cpp
|
From Farshid Lashkari, "I've added hardware mipmap support to Texture3D."
|
2008-05-07 13:42:29 +00:00 |
Texture.cpp
|
From Michael Platings, "Yes it's definitely a driver problem - I submitted a bug report to
|
2008-05-28 13:01:44 +00:00 |
TextureCubeMap.cpp
|
From Michael Platings, "On nvidia cards mipmap generation for non-power-of-two textures with
|
2008-05-28 11:19:41 +00:00 |
TextureRectangle.cpp
|
Added mutex to object creation to avoid a race condition when using threaded multiple graphics context
|
2008-04-23 14:10:41 +00:00 |
Timer.cpp
|
Aded new convinience methods to osg::Timer - s/getStartTick and time_s(), time_m() etc
|
2006-12-26 17:37:06 +00:00 |
TransferFunction.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-22 11:52:23 +00:00 |
Transform.cpp
|
Added new Transform::ReferenceType enum ABSOLUTE_RF_INHERIT_VIEWPOINT to support
|
2007-02-07 16:32:14 +00:00 |
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.
|
2008-06-18 12:01:52 +00:00 |
Version.cpp
|
From Mike Wittman and Robert Osfield, added support for SO_VERSION number in
|
2007-09-11 10:10:43 +00:00 |
VertexProgram.cpp
|
Introduced new osg::discardDeletedOpenGLObjects() methods, and usage of it in
|
2008-01-08 13:24:29 +00:00 |
View.cpp
|
Added overriding of CullSettings::inheritCullSettings() into osg::Camera to
|
2008-06-16 20:22:16 +00:00 |
Viewport.cpp
|
Various work on osgViewer library, including warp point and graphics window resize support
|
2007-01-01 18:20:10 +00:00 |