From 9bdca48a4ed911ddb151c2b55b5151abbe7dfb21 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Tue, 18 Jul 2006 13:17:40 +0000 Subject: [PATCH] Updated ChangeLog and authors file. --- AUTHORS.txt | 2 +- ChangeLog | 78 ++++++++++++++++++++++++++ README.txt | 2 +- applications/osgversion/osgversion.cpp | 1 + 4 files changed, 81 insertions(+), 2 deletions(-) diff --git a/AUTHORS.txt b/AUTHORS.txt index 2a9d595f2..8c29bf10a 100644 --- a/AUTHORS.txt +++ b/AUTHORS.txt @@ -87,6 +87,7 @@ Yuzhong Shen Tugkan Calapoglu Tony Horrobin Tim Daoust +Terrex Steve Lunsford Stanislav Blinov Perry Miller @@ -128,7 +129,6 @@ Tyge Troy Yee Tino Schwarze Thom Carlo -Terrex Tanguy Fautré Shane Arnott Sebastien Kuntz diff --git a/ChangeLog b/ChangeLog index d38efada6..64384a613 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,81 @@ +2006-07-18 14:05 robert + + * include/osgUtil/CullVisitor: From Farshid Lashakari, fixed + popStateSet. + +2006-07-18 14:04 robert + + * src/osgUtil/Optimizer.cpp: Reduced the verbosity of debug info. + +2006-07-18 13:48 robert + + * src/osgWrappers/osgText/Text.cpp: Updated wrappers + +2006-07-18 13: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 12:42 robert + + * src/: osgUtil/Optimizer.cpp, osgWrappers/osgUtil/Optimizer.cpp: + Updated wrappers + +2006-07-18 12:03 robert + + * include/osgUtil/Optimizer, src/osg/Geode.cpp, + src/osgUtil/Optimizer.cpp: Added + Optimizer::FlattenBillboardsVisitor. + +2006-07-17 17:36 robert + + * src/osgPlugins/txp/TXPParser.cpp: From Terrex, improvements to + handling of layers w.r.t PolygonOffset + +2006-07-17 14:16 robert + + * applications/osgconv/osgconv.cpp: Removed the usage of setenv to + avoid portability issues. + +2006-07-17 12: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 12:37 robert + + * src/osgProducer/ViewerEventHandler.cpp: Added *,/,+ and - + keyboard controls for toggling PolygonOffset factor and units + +2006-07-17 12:36 robert + + * src/osgPlugins/txp/TXPParser.h: Added getNumLayers method + +2006-07-17 11:25 robert + + * src/osgText/Text.cpp: Increased the unit multiplier to 3 to avoid + z fighting. + +2006-07-17 11:24 robert + + * src/osg/PolygonOffset.cpp: Changed the Radeon defaults to 1, 128 + for the factor and unit mulitpliers respectively. + +2006-07-14 22:02 robert + + * AUTHORS.txt, applications/osgversion/osgversion.cpp: Updated + osgversion and AUTHORS.txt for release + +2006-07-14 21:50 robert + + * ChangeLog: Updated ChangeLog for the release + 2006-07-14 21:46 robert * NEWS.txt: Updated news for rc2. diff --git a/README.txt b/README.txt index fbeb105f5..5ae71d9cc 100644 --- a/README.txt +++ b/README.txt @@ -8,5 +8,5 @@ and examples, and see the documentation on the OpenSceneGraph website. Robert Osfield. robert@openscenegraph.com -November 2005. +July 2006. diff --git a/applications/osgversion/osgversion.cpp b/applications/osgversion/osgversion.cpp index d0724877d..17727662a 100644 --- a/applications/osgversion/osgversion.cpp +++ b/applications/osgversion/osgversion.cpp @@ -178,6 +178,7 @@ bool validName(const std::string& first) if (first=="Files") return false; if (first=="Mr") return false; if (first=="Osfields") return false; + if (first=="Optimizer") return false; return true; }