Updated ChangeLog, AUTHTORS.txt and osgversion for next release candidate.

This commit is contained in:
Robert Osfield 2005-12-02 12:30:14 +00:00
parent f41e136369
commit 85f79a6639
3 changed files with 69 additions and 4 deletions

View File

@ -13,10 +13,10 @@ Bob Kuehne
Brede Johansen Brede Johansen
Tree Tree
Ulrich Hertlein Ulrich Hertlein
Norman Vine
Eric Sokolowsky Eric Sokolowsky
Pavel Moloshtan Pavel Moloshtan
Paul Martz Paul Martz
Norman Vine
Farshid Lashkari Farshid Lashkari
Trajce Nikolov Trajce Nikolov
Tom Jolley Tom Jolley
@ -51,7 +51,6 @@ Ravi Mathur
Joseph Steel Joseph Steel
Joakim Simonsson Joakim Simonsson
Jason Daly Jason Daly
Eric Wing
David Spilling David Spilling
Corbin Holtz Corbin Holtz
Toshiyuki Takahei Toshiyuki Takahei
@ -61,6 +60,7 @@ Loic Dachary
Bruce Clay Bruce Clay
Brad Christiansen Brad Christiansen
Alberto Barbati Alberto Barbati
Thom DeCarlo
Terry Welsh Terry Welsh
Sebastien Grignard Sebastien Grignard
Romano Magacho Romano Magacho
@ -80,7 +80,6 @@ Vivek Rajan
Tugkan Calapoglu Tugkan Calapoglu
Tony Horrobin Tony Horrobin
Tim Daoust Tim Daoust
Thom DeCarlo
Steve Lunsford Steve Lunsford
Stanislav Blinov Stanislav Blinov
Sohey Yamamoto Sohey Yamamoto
@ -101,6 +100,7 @@ Fabio Mierlo
Donn Mielcarek Donn Mielcarek
David Ergo David Ergo
Brad Colbert Brad Colbert
Ali Botorabi
Yuri Vilmanis Yuri Vilmanis
Warren Macchi Warren Macchi
Wang Lam Wang Lam
@ -169,7 +169,6 @@ Andreas Jochens
Andreas Ekstrand Andreas Ekstrand
Anders Backman Anders Backman
Allen Bierbaum Allen Bierbaum
Ali Botorabi
Alberto Jaspe Alberto Jaspe
Alan Purvis Alan Purvis
Alan Ott Alan Ott

View File

@ -1,3 +1,67 @@
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<std::streampos> 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,
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 2005-11-29 18:38 robert
* src/osgPlugins/stl/ReaderWriterSTL.cpp: Added default opening of * src/osgPlugins/stl/ReaderWriterSTL.cpp: Added default opening of

View File

@ -157,6 +157,7 @@ bool validName(const std::string& first)
if (first=="Performer") return false; if (first=="Performer") return false;
if (first=="Paging") return false; if (first=="Paging") return false;
if (first=="CameraBarrierCallback") return false; if (first=="CameraBarrierCallback") return false;
if (first=="TestSupportCallback") return false;
return true; return true;
} }
@ -380,6 +381,7 @@ bool submissionsSequence(const Words& words, unsigned int& i)
words[i]=="from" || words[i]=="from" ||
words[i]=="From:" || words[i]=="From:" ||
words[i]=="from:" || words[i]=="from:" ||
words[i]=="Applied" ||
words[i]=="Added" || words[i]=="Added" ||
words[i]=="Merged" || words[i]=="Merged" ||
words[i]=="Integrated") return true; words[i]=="Integrated") return true;