Robert Osfield
|
87b79bd221
|
Removed todo entry
|
2008-08-18 10:47:43 +00:00 |
|
Robert Osfield
|
f4afa427a7
|
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 |
|
Robert Osfield
|
7fc714ada1
|
Removed deprecated drawImplementation(State&) method from Drawable and Drawable::DrawCallback
|
2007-03-28 11:30:38 +00:00 |
|
Robert Osfield
|
7013c12a0d
|
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 13:00:29 +00:00 |
|
Robert Osfield
|
579700bedf
|
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 17:34:36 +00:00 |
|
Robert Osfield
|
462803fd57
|
From Paul Martz, speeling fixes for Tessellator/Tessellation.
|
2007-01-08 21:29:49 +00:00 |
|
Robert Osfield
|
f1c2694c17
|
Updated copyright years.
|
2006-07-18 15:21:48 +00:00 |
|
Robert Osfield
|
0c9ab51e09
|
Fixed indenting.
|
2006-01-16 17:03:34 +00:00 |
|
Robert Osfield
|
e2f2960704
|
Added a dirtyDisplayList() to the setColor() and setTesselationHint() methods.
|
2005-10-01 19:27:52 +00:00 |
|
Robert Osfield
|
10232cf81a
|
Fixed method signatures.
|
2005-05-16 11:18:11 +00:00 |
|
Robert Osfield
|
bf4d63f6ea
|
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 14:03:22 +00:00 |
|
Robert Osfield
|
678b22ce83
|
Updated Copyright notices to 1998-2005.
|
2005-04-14 21:41:28 +00:00 |
|
Robert Osfield
|
d268cf46fa
|
Renamed SG_LIBRARY and SG_EXPORT macro's to OSG_LIBRARY and OSG_EXPORT
|
2005-04-11 17:14:17 +00:00 |
|
Robert Osfield
|
7e75997db0
|
From Leandro Motta Barros, doxygen comments
|
2005-01-27 13:15:21 +00:00 |
|
Robert Osfield
|
21691f2d56
|
From Geoff Michel, typo and spelling fixes
|
2004-09-02 19:10:33 +00:00 |
|
Robert Osfield
|
3eef331f2a
|
Fixed s/getCreateBackFace(bool on) methds so that use used the correct variable.
|
2003-12-18 10:57:57 +00:00 |
|
Robert Osfield
|
d70ab592ed
|
Additions since the CVS back up was made.
|
2003-06-24 21:57:13 +00:00 |
|
Robert Osfield
|
c1b1a091fa
|
From Tree, addition of ; after MACRO_'s to help with Java port.
From Tree + Robert, Addition of LEFT_BASE_LINE,RIGHT_BASE_LINE,CENTER_BASE_LINE
Alignment options in Text.
|
2003-04-27 10:58:39 +00:00 |
|
Robert Osfield
|
0b0c6c4e60
|
Added support for set/getColor to ShapeDrawable.
|
2003-04-16 20:02:15 +00:00 |
|
Robert Osfield
|
06fb808ad3
|
Improvements to the Text .osg support.
|
2003-03-10 16:40:26 +00:00 |
|
Robert Osfield
|
48bda9cc79
|
Added new Copyright/License notice to header and source files.
|
2003-01-21 16:45:36 +00:00 |
|
Robert Osfield
|
00cc3a1833
|
Converted the instance of osgNew and osgDelete back to new and delete as part
of depecating the include/osg/MemoryManager
|
2002-12-16 13:40:58 +00:00 |
|
Robert Osfield
|
3bd400130c
|
Name change and const change of Drawable::drawImmediateMode(State&) to
Drawable::drawImplementation(State&) const. Various updates to the
rest of the OSG to accomodate this.
|
2002-11-06 15:43:11 +00:00 |
|
Robert Osfield
|
26875c965d
|
Renamed ProceduralGeometry to ShapeDrawable to better reflect its current
purpose.
|
2002-11-06 10:46:34 +00:00 |
|