.. |
AlphaFunc.cpp
|
Added new Copyright/License notice to header and source files.
|
2003-01-21 16:45:36 +00:00 |
AnimationPath.cpp
|
Changed the AnimationPathCallback::reset() to reset the _firstTime to DBL_MAX
|
2004-08-24 18:23:53 +00:00 |
ApplicationUsage.cpp
|
From Eric Sokolsky, add support for recording default values for env vars
|
2004-09-01 09:48:17 +00:00 |
ArgumentParser.cpp
|
Changed the argument parser to accept strings that start with a - as being
|
2004-10-01 18:32:42 +00:00 |
Array.cpp
|
Added new Copyright/License notice to header and source files.
|
2003-01-21 16:45:36 +00:00 |
AutoTransform.cpp
|
Changed ABSOLUTE and RELATIVE to ABSOLUTE_RF and RELATIVE_RF to avoid stooppid Win32 #define
|
2004-10-24 20:04:00 +00:00 |
Billboard.cpp
|
From Tom Jolley, Added a new enum POINT_ROT_WORLD_Z_AXIS and a new section in computeMatrix for this enum.
|
2004-10-28 13:26:06 +00:00 |
BlendColor.cpp
|
Changed StateAttribute::getAssociatedModes(std::vector<GLMode>&) across
|
2004-03-03 15:38:22 +00:00 |
BlendFunc.cpp
|
Aded extra constructors to BlendFunc and Depth to help set them up convieniently.
|
2003-05-06 18:04:27 +00:00 |
BoundingBox.cpp
|
Added new Copyright/License notice to header and source files.
|
2003-01-21 16:45:36 +00:00 |
BoundingSphere.cpp
|
From Brad Christiansen, fix expandBy(const BoundingSphere&) method to properly
|
2004-09-28 07:15:01 +00:00 |
ClearNode.cpp
|
Disabled the culling for clear node.
|
2004-08-16 08:55:48 +00:00 |
ClipNode.cpp
|
Added new clear, removeAttribute, removeMode, removeTextureAttribute and
|
2004-10-07 09:40:03 +00:00 |
ClipPlane.cpp
|
Added new Copyright/License notice to header and source files.
|
2003-01-21 16:45:36 +00:00 |
ClusterCullingCallback.cpp
|
Generalised the osg::ClusterCullingCallback so that it coud be attached
|
2004-10-21 09:36:34 +00:00 |
CollectOccludersVisitor.cpp
|
Added _maximumNumberOfActiveOccluders variable to CollectOccludersVisitor(), to
|
2003-12-11 16:46:45 +00:00 |
ColorMask.cpp
|
Added new Copyright/License notice to header and source files.
|
2003-01-21 16:45:36 +00:00 |
ColorMatrix.cpp
|
Added support for Matrixd and Matrixf implementations, with the default
|
2003-09-05 20:48:42 +00:00 |
ConvexPlanarOccluder.cpp
|
From Norman Vine, fixes for Mingw
|
2004-08-02 09:11:31 +00:00 |
ConvexPlanarPolygon.cpp
|
Added new Copyright/License notice to header and source files.
|
2003-01-21 16:45:36 +00:00 |
CoordinateSystemNode.cpp
|
Made debugging message write to osg::INFO instead of osg::NOTICE
|
2004-07-11 23:07:47 +00:00 |
CopyOp.cpp
|
From Bob Kuehne, reworked code to use a marco instead of duplicated code,
|
2004-04-02 15:45:34 +00:00 |
CullFace.cpp
|
Added Mode parameter to constructor.
|
2003-12-20 14:19:09 +00:00 |
CullingSet.cpp
|
Removed include <iostream> where possible, replacing with istream or ostream and changing
|
2004-03-03 13:27:21 +00:00 |
CullSettings.cpp
|
Added CullingSettngs::s/getInheritanceMask() and inheritCullSettings(,) method.
|
2004-10-12 09:54:03 +00:00 |
CullStack.cpp
|
Added Vec2d, Vec3d and Vec4d classes, and remapped Vec2, Vec3 and Vec4 to
|
2004-05-20 10:15:48 +00:00 |
Depth.cpp
|
Aded extra constructors to BlendFunc and Depth to help set them up convieniently.
|
2003-05-06 18:04:27 +00:00 |
DisplaySettings.cpp
|
Added missing OSG_SCREEN_WIDTH docs
|
2004-11-26 21:35:36 +00:00 |
Drawable.cpp
|
Updates for better DatabasePager peformance w.r.t constant frame rates.
|
2004-09-23 12:27:56 +00:00 |
DrawPixels.cpp
|
Replaced GL_PACK_ROW_LENGTH by GL_UNPACK_ROW_LENGTH
|
2004-07-28 12:38:54 +00:00 |
dxtctool.cpp
|
Rejigged the __int* definitions to try and get round Mingw compile errors
|
2004-08-18 06:06:02 +00:00 |
dxtctool.h
|
Rejigged the __int* definitions to try and get round Mingw compile errors
|
2004-08-18 06:06:02 +00:00 |
Fog.cpp
|
Added new Copyright/License notice to header and source files.
|
2003-01-21 16:45:36 +00:00 |
FragmentProgram.cpp
|
Updated to DatabasePager support
|
2004-09-21 21:33:52 +00:00 |
FrameStamp.cpp
|
Added new Copyright/License notice to header and source files.
|
2003-01-21 16:45:36 +00:00 |
FrontFace.cpp
|
Added new Copyright/License notice to header and source files.
|
2003-01-21 16:45:36 +00:00 |
Geode.cpp
|
Added support for releasing GLObjects, and renamed DisplayListVisitor the
|
2004-07-20 05:37:59 +00:00 |
Geometry.cpp
|
Improved the osg::Geometry::computeCorrectBindingsAndArraySizes() implemention
|
2004-10-06 20:32:09 +00:00 |
GLExtensions.cpp
|
Added explicit calls cancel and wait until thread and no longer running to the
|
2003-08-20 12:52:33 +00:00 |
GNUmakefile
|
From Sohey Yamamoto, added support for GL_TEXTURE_FILTER_CONTROL/GL_TEXTURE_LOD_BIAS.
|
2004-10-13 19:52:39 +00:00 |
Group.cpp
|
Changed ABSOLUTE and RELATIVE to ABSOLUTE_RF and RELATIVE_RF to avoid stooppid Win32 #define
|
2004-10-24 20:04:00 +00:00 |
Image.cpp
|
From Yuzhong Shen, fix to the image dimensions passed to allocImage in Image::copySubImage
|
2004-10-18 14:46:57 +00:00 |
ImageStream.cpp
|
Added s/getLoopingMode() to ImageStream and MPEG plugin
|
2004-08-24 12:55:15 +00:00 |
Impostor.cpp
|
Added support for multiple graphics context to osg::VertexProgram and osg::Impostor
|
2003-04-10 12:11:40 +00:00 |
ImpostorSprite.cpp
|
Fixes to the Impostor implementation.
|
2003-04-09 21:53:09 +00:00 |
Light.cpp
|
Added new Copyright/License notice to header and source files.
|
2003-01-21 16:45:36 +00:00 |
LightModel.cpp
|
Added new Copyright/License notice to header and source files.
|
2003-01-21 16:45:36 +00:00 |
LightSource.cpp
|
Changed ABSOLUTE and RELATIVE to ABSOLUTE_RF and RELATIVE_RF to avoid stooppid Win32 #define
|
2004-10-24 20:04:00 +00:00 |
LineSegment.cpp
|
Moved the LineSegment destructor from the header to the source to avoid
|
2004-03-19 09:18:21 +00:00 |
LineStipple.cpp
|
Added new Copyright/License notice to header and source files.
|
2003-01-21 16:45:36 +00:00 |
LineWidth.cpp
|
Improved osgSim::SphereSegmenet's handling of transparancy.
|
2004-02-12 01:15:37 +00:00 |
LOD.cpp
|
Fixed missing member variable initialized varaibles
|
2004-07-05 07:42:46 +00:00 |
Material.cpp
|
Added Material::operator =
|
2004-02-20 11:51:14 +00:00 |
Matrix_implementation.cpp
|
From George Papagiannakis, added extra Quat length to catch case
|
2004-09-13 14:33:41 +00:00 |
Matrixd.cpp
|
From Anders Backman, unit tests to test matrix to quat compute.
|
2004-10-28 13:40:09 +00:00 |
Matrixf.cpp
|
Added new Matrixf and Matrixd implementations.
|
2003-09-05 22:35:34 +00:00 |
MatrixTransform.cpp
|
Changed ABSOLUTE and RELATIVE to ABSOLUTE_RF and RELATIVE_RF to avoid stooppid Win32 #define
|
2004-10-24 20:04:00 +00:00 |
Multisample.cpp
|
Changed StateAttribute::getAssociatedModes(std::vector<GLMode>&) across
|
2004-03-03 15:38:22 +00:00 |
Node.cpp
|
Added s/getEventCallback support into osg::Node, and an EVENT_VISITOR
|
2004-10-24 13:51:44 +00:00 |
NodeCallback.cpp
|
Added new Copyright/License notice to header and source files.
|
2003-01-21 16:45:36 +00:00 |
NodeVisitor.cpp
|
Removed the deprecated NodeVisitor::getLocalToWorld/WorldToLocal methods as
|
2003-08-14 00:05:34 +00:00 |
Notify.cpp
|
Clean up of headers.
|
2004-03-07 14:21:11 +00:00 |
Object.cpp
|
Added new Copyright/License notice to header and source files.
|
2003-01-21 16:45:36 +00:00 |
OccluderNode.cpp
|
Added new Copyright/License notice to header and source files.
|
2003-01-21 16:45:36 +00:00 |
PagedLOD.cpp
|
Added support for pixel based LOD's and set the default priority scale to 1.0
|
2004-11-20 12:08:33 +00:00 |
Point.cpp
|
*** empty log message ***
|
2003-06-24 15:40:09 +00:00 |
PointSprite.cpp
|
Fixed warnings
|
2004-08-02 13:57:47 +00:00 |
PolygonMode.cpp
|
Added new Copyright/License notice to header and source files.
|
2003-01-21 16:45:36 +00:00 |
PolygonOffset.cpp
|
Added convinience constructor.
|
2003-04-01 18:42:38 +00:00 |
PolygonStipple.cpp
|
Added new Copyright/License notice to header and source files.
|
2003-01-21 16:45:36 +00:00 |
PositionAttitudeTransform.cpp
|
Changed ABSOLUTE and RELATIVE to ABSOLUTE_RF and RELATIVE_RF to avoid stooppid Win32 #define
|
2004-10-24 20:04:00 +00:00 |
PrimitiveSet.cpp
|
Various improvements to database paing.
|
2004-09-21 17:26:08 +00:00 |
Projection.cpp
|
Added new Copyright/License notice to header and source files.
|
2003-01-21 16:45:36 +00:00 |
Quat.cpp
|
Added check to Quat::makeRotate(,,,) to catch zero lengh axis.
|
2004-06-04 10:05:18 +00:00 |
Referenced.cpp
|
From Tree chagenes required for Java Wrappers
|
2004-11-01 16:14:53 +00:00 |
Sequence.cpp
|
From David Fries, added _frameTime copying into copy constructor of osg::Sequence
|
2004-02-10 10:07:32 +00:00 |
ShadeModel.cpp
|
Added new Copyright/License notice to header and source files.
|
2003-01-21 16:45:36 +00:00 |
ShadowVolumeOccluder.cpp
|
Added new Copyright/License notice to header and source files.
|
2003-01-21 16:45:36 +00:00 |
Shape.cpp
|
From Norman Vine, fixes for Mingw
|
2004-08-02 09:11:31 +00:00 |
ShapeDrawable.cpp
|
From Ulrich Hertlein, added check for detailRatio<=0.0
|
2004-07-05 09:04:53 +00:00 |
State.cpp
|
Added new getMember() method and TypeMemberPair into StateAttribute and
|
2004-10-13 11:15:50 +00:00 |
StateSet.cpp
|
From Tree, fixes for Java bindings
|
2004-10-25 19:16:57 +00:00 |
Stencil.cpp
|
Added new Copyright/License notice to header and source files.
|
2003-01-21 16:45:36 +00:00 |
Switch.cpp
|
From Fabien Dachicourt, bug fix to addChild(node,value)
|
2004-11-23 17:07:48 +00:00 |
TexEnv.cpp
|
Addition of Mode mode=MODULATE constructor.
|
2003-12-09 12:05:50 +00:00 |
TexEnvCombine.cpp
|
Implemented duplicate removal code into TriStripVisitor and added an
|
2003-12-03 21:45:32 +00:00 |
TexEnvFilter.cpp
|
From Sohey Yamamoto, added support for GL_TEXTURE_FILTER_CONTROL/GL_TEXTURE_LOD_BIAS.
|
2004-10-13 19:52:39 +00:00 |
TexGen.cpp
|
Added setPlanesFromMatrix method
|
2004-10-01 15:48:58 +00:00 |
TexGenNode.cpp
|
From Marco Jez, added missing TexGenNode constructor.
|
2004-09-06 14:30:25 +00:00 |
TexMat.cpp
|
Added support for Matrixd and Matrixf implementations, with the default
|
2003-09-05 20:48:42 +00:00 |
Texture1D.cpp
|
Updated to DatabasePager support
|
2004-09-21 21:33:52 +00:00 |
Texture2D.cpp
|
Added support for hardware generated mipmaps into Textre2D::copy*() methods.
|
2004-10-18 18:31:04 +00:00 |
Texture3D.cpp
|
Added proper handling of 3d texture compression
|
2004-09-30 09:10:29 +00:00 |
Texture.cpp
|
Fixed warnings.
|
2004-11-13 21:42:45 +00:00 |
TextureCubeMap.cpp
|
Updated to DatabasePager support
|
2004-09-21 21:33:52 +00:00 |
TextureRectangle.cpp
|
Updated to DatabasePager support
|
2004-09-21 21:33:52 +00:00 |
Timer.cpp
|
Altered the path for Cygwin to set the _ticksPerSecond to the correct value.
|
2004-11-18 09:19:15 +00:00 |
Transform.cpp
|
Made fix to the setReferenceFrame method to properly disable culling
|
2004-11-06 10:18:55 +00:00 |
UnitTestFramework.cpp
|
Removed include <iostream> where possible, replacing with istream or ostream and changing
|
2004-03-03 13:27:21 +00:00 |
Vec3.cpp
|
Added new Copyright/License notice to header and source files.
|
2003-01-21 16:45:36 +00:00 |
Version.cpp
|
Update version numbers in files
|
2004-12-04 23:38:24 +00:00 |
VertexProgram.cpp
|
Updated to DatabasePager support
|
2004-09-21 21:33:52 +00:00 |
Viewport.cpp
|
Added new Copyright/License notice to header and source files.
|
2003-01-21 16:45:36 +00:00 |