Updates ChangeLog and NEWS for the 0.9.6 release.

This commit is contained in:
Robert Osfield
2003-09-15 10:17:29 +00:00
parent 516db08681
commit c1d2d67d66
2 changed files with 124 additions and 1 deletions

112
ChangeLog
View File

@@ -1,3 +1,115 @@
2003-09-15 09:34 robert
* NEWS.txt: Updated NEWS date to 15th September 2003, for 0.9.6
release.
2003-09-15 09:32 robert
* src/osgPlugins/geo/: ReaderWriterGEO.cpp, geoFormat.h: Fixed
warnings in geo plugin.
2003-09-14 23:49 robert
* NEWS.txt, VisualStudio/VisualStudio.dsw,
VisualStudio/examples/slideshow3D/slideshow3D.dsp,
src/osgPlugins/geo/ReaderWriterGEO.cpp,
src/osgPlugins/geo/geoFormat.h, src/osgPlugins/geo/geoTypes.h,
src/osgPlugins/geo/osgGeoAction.h,
src/osgPlugins/geo/osgGeoStructs.h: From Geoff Michel, updated geo
plugin to support latest rev of Geo Modeller's file format.
2003-09-14 23:48 robert
* src/osgPlugins/ive/AzimElevationSector.cpp,
src/osgPlugins/ive/AzimElevationSector.h,
src/osgPlugins/ive/AzimSector.cpp, src/osgPlugins/ive/AzimSector.h,
src/osgPlugins/ive/BlinkSequence.cpp,
src/osgPlugins/ive/BlinkSequence.h,
src/osgPlugins/ive/ConeSector.cpp, src/osgPlugins/ive/ConeSector.h,
src/osgPlugins/ive/ConvexPlanarOccluder.cpp,
src/osgPlugins/ive/ConvexPlanarPolygon.cpp,
src/osgPlugins/ive/DataInputStream.cpp,
src/osgPlugins/ive/DataOutputStream.cpp,
src/osgPlugins/ive/ElevationSector.cpp,
src/osgPlugins/ive/ElevationSector.h,
src/osgPlugins/ive/GNUmakefile, src/osgPlugins/ive/Impostor.cpp,
src/osgPlugins/ive/LightPoint.cpp, src/osgPlugins/ive/LightPoint.h,
src/osgPlugins/ive/LightPointNode.cpp,
src/osgPlugins/ive/LightPointNode.h,
src/osgPlugins/ive/OccluderNode.cpp,
src/osgPlugins/ive/PagedLOD.cpp, src/osgPlugins/ive/ReadWrite.h,
src/osgPlugins/ive/Switch.cpp, VisualStudio/osgPlugins/ive/ive.dsp:
Forom yne Schmidt Jansen, added support for osgSim into ive plugin.
2003-09-14 23:11 robert
* examples/slideshow3D/: GNUmakefile, PointsEventHandler.cpp,
PointsEventHandler.h, SlideEventHandler.h, slideshow3D.cpp: Added
support for conrolling point size into slideshow3D.
2003-09-13 17:48 robert
* examples/slideshow3D/slideshow3D.cpp: Added commandline usage
docs.
2003-09-13 17:43 robert
* Make/makedefs: Changed the FREETYPE_LIB under Cygwin from ft
freetype2 to freetype
2003-09-13 16:59 robert
* src/osgPlugins/obj/ReaderWriterOBJ.cpp: Fixed the OBJ loader so
that it shares all duplicate state, improving the load time and
rendering performance significantly.
2003-09-12 22:15 robert
* ChangeLog: Updated change log for release.
2003-09-12 22:15 robert
* src/osgPlugins/txp/TrPageArchive.h: Changed std::size_t to
unsigned int to attempt to fix IRIX build problem.
2003-09-12 22:05 robert
* Make/makedefs: From Norman Vine, fixes for Cygwin and Mingw
builds.
2003-09-12 20:17 robert
* src/osgPlugins/ive/: DataInputStream.cpp, DataOutputStream.cpp:
Work around for OSX errors when reading .ive files.
2003-09-12 19:49 robert
* VisualStudio/osgFX/osgFX.dsp: Changed OSGUTIL_LIBRARY to
OSGFX_LIBRARY
2003-09-12 16:29 robert
* src/osgPlugins/ive/: DataInputStream.cpp, DataInputStream.h,
DataOutputStream.cpp, DataOutputStream.h: Added verbode debugging
option to dataoutputstream and datainputstream to help invstigation
into crash under OSX when reading .ive files.
2003-09-12 14:58 robert
* VisualStudio/osgFX/osgFX.dsp: Rebuild osgFX plugin by hand to fix
dependancy problems that some Win32 users are experiencing.
2003-09-12 14:20 robert
* src/osgDB/Registry.cpp: Commented out various osg::notify() calls
that were causing crashes under OSX during initialization.
2003-09-12 14:02 robert
* src/osgPlugins/ive/ReaderWriterIVE.cpp: Added #ifdef
IVE_CATCH_EXCEPTIONS to allow catching of exceptions to be turned
off for debugging purposes.
2003-09-12 10:48 robert
* NEWS.txt: Updated NEWS file for the release.

View File

@@ -3,7 +3,7 @@ OSG News (most significant items from ChangeLog)
15th September 2003 - OpenSceneGraph-0.9.6
>>> osgFX Special Effects nodekit, support for double Matrix traversals,
>>> osgFX Special Effects nodekit (for bumping mapping & cartoon effects etc), support for double Matrix traversals,
>>> improved build support, thread safety and robustness.
The new osgFX nodekit, written by Marco Jez, adds a set of decorator
@@ -51,6 +51,17 @@ OSG News (most significant items from ChangeLog)
Windows .dsp project file does to current exist, but should be
possible to add this.
The .ive plugin has been improved with the addition of support for
osgSim light points, and various internal refinements to make it function
better on the various platforms supported by the OSG. Note, these changes
mean that the .ive format has has changed and is no longer compatible
with previous version of .ive. It is recommend that one recreates .ive
for the original source via osgconv or similar to ensure consistency.
A scalar bar, and sphere segment helper classes have been added to osgSim,
the new osgscalarbar and osgspheresegment examples demonstrate how to use
these new features.
To help handle running applications of graphics cards/drivers that exhibit
bugs with certain OpenGL extensions, support has been added to the GLextensions
code to allow extensions to be disabled via the new