Updates to ChangeLog and doxygen file
This commit is contained in:
parent
6691d09e47
commit
54176f4d22
63
ChangeLog
63
ChangeLog
@ -1,3 +1,66 @@
|
||||
2004-11-26 19:27 robert
|
||||
|
||||
* VisualStudio/examples/: osgcameragroup/osgcameragroup.dsp,
|
||||
osgconv/osgconv.dsp, osgspheresegment/osgspheresegment.dsp: Added
|
||||
/Zm200 to avoid heap size problems under VS6.0
|
||||
|
||||
2004-11-26 16:01 robert
|
||||
|
||||
* include/: osg/Export, osg/UnitTestFramework, osgDB/Export,
|
||||
osgFX/Export, osgGL2/Export, osgParticle/Export,
|
||||
osgProducer/Export, osgSim/Export, osgTerrain/Export,
|
||||
osgText/Export, osgUtil/Export: Addd high level introductory docs
|
||||
for all the libs
|
||||
|
||||
2004-11-26 16:00 robert
|
||||
|
||||
* doc/Doxyfiles/: auto_Mainpage, custom_Footer.html: Clean up
|
||||
doxygen files for release
|
||||
|
||||
2004-11-25 15:57 robert
|
||||
|
||||
* VisualStudio/examples/: osgautotransform/osgautotransform.dsp,
|
||||
osggeometry/osggeometry.dsp, osglogo/osglogo.dsp,
|
||||
osgsequence/osgsequence.dsp: Added /Zm200 to avoid VS 6.0 dump
|
||||
arse compile errors
|
||||
|
||||
2004-11-25 15:09 robert
|
||||
|
||||
* src/osgDB/: Archive.cpp, Registry.cpp: Fixed caching of archives
|
||||
|
||||
2004-11-25 13:59 robert
|
||||
|
||||
* VisualStudio/VisualStudio.dsw: Reordered the core libraries to
|
||||
try and get round compile order problems under VisualStudio 6.0
|
||||
|
||||
2004-11-25 09:51 robert
|
||||
|
||||
* Make/makedefs: Added LFS support to gcc linux build
|
||||
|
||||
2004-11-24 21:39 robert
|
||||
|
||||
* src/osgTerrain/DataSet.cpp: cleaned up debug info
|
||||
|
||||
2004-11-24 21:10 robert
|
||||
|
||||
* ChangeLog, NEWS.txt: updated NEWS and ChangeLog
|
||||
|
||||
2004-11-24 19:41 robert
|
||||
|
||||
* src/osgTerrain/DataSet.cpp: Clean up of output
|
||||
|
||||
2004-11-24 19:10 robert
|
||||
|
||||
* examples/: osgplanets/osgplanets.cpp, osgshape/osgshape.cpp: from
|
||||
Mike Weiblen, added wrap mode to planet texture to avoid black
|
||||
seam, and add option of specifying the texture to use in
|
||||
osgshape.
|
||||
|
||||
2004-11-24 15:41 robert
|
||||
|
||||
* src/osgPlugins/lib3ds/ReaderWriter3DS.cpp: Fixed typo in
|
||||
acceptsExtension
|
||||
|
||||
2004-11-24 06:57 robert
|
||||
|
||||
* src/osgPlugins/pfb/ReaderWriterPFB.cpp: Moved the initPeformer to
|
||||
|
@ -19,7 +19,7 @@ and the like), osgText, osgParticle, etc. A full list can be seen by clicking
|
||||
on the Namespace List link above.
|
||||
|
||||
Tarballs of this documentation may be downloaded from
|
||||
<a href="http://www.openscenegraph.org/download/dox/">here</a>.
|
||||
<a href="http://www.openscenegraph.org/downloads/doc/">here</a>.
|
||||
|
||||
Enjoy!
|
||||
|
||||
|
@ -30,7 +30,7 @@ PROJECT_NUMBER =
|
||||
# If a relative path is entered, it will be relative to the location
|
||||
# where doxygen was started. If left blank the current directory will be used.
|
||||
|
||||
OUTPUT_DIRECTORY = $(OSGHOME)/doc/doxygen
|
||||
OUTPUT_DIRECTORY = $(OSGHOME)/doc/
|
||||
|
||||
# The OUTPUT_LANGUAGE tag is used to specify the language in which all
|
||||
# documentation generated by doxygen is written. Doxygen will use this
|
||||
@ -465,7 +465,7 @@ GENERATE_HTML = YES
|
||||
# If a relative path is entered the value of OUTPUT_DIRECTORY will be
|
||||
# put in front of it. If left blank `html' will be used as the default path.
|
||||
|
||||
HTML_OUTPUT = html
|
||||
HTML_OUTPUT = OpenSceneGraphReferenceDocs
|
||||
|
||||
# The HTML_FILE_EXTENSION tag can be used to specify the file extension for
|
||||
# each generated HTML page (for example: .htm,.php,.asp). If it is left blank
|
||||
|
@ -1,6 +1,6 @@
|
||||
<hr>
|
||||
<address><small>Generated at $datetime for the <a href="http://www.openscenegraph.org/">OpenSceneGraph</a>
|
||||
by <a href="http://www.stack.nl/~dimitri/doxygen/index.html">doxygen</a> $doxygenversion.</small></address>
|
||||
by <a href="http://www.doxygen.org">doxygen</a> $doxygenversion.</small></address>
|
||||
<!-- Dimitri van Heesch's e-mail address removed, lest he get messages on the Open Scene Graph -->
|
||||
</body>
|
||||
</html>
|
||||
|
Loading…
Reference in New Issue
Block a user