Updated ChangeLog for dev release

git-svn-id: http://svn.openscenegraph.org/osg/OpenSceneGraph/trunk@14765 16af8721-9629-0410-8352-f15c8da7e697
This commit is contained in:
Robert Osfield
2015-03-05 19:26:08 +00:00
parent ed9502e017
commit e5b533726e

101
ChangeLog
View File

@@ -1,3 +1,104 @@
2015-03-05 10:53 robert
* src/osg/Shader.cpp: Added check for newline at end of version
line, and of it's not add a '\n'
2015-03-04 18:39 robert
* CMakeLists.txt: Updated SO_VERSION after changes to
osgPresentation
2015-03-04 18:36 robert
* applications/present3D/CMakeLists.txt,
applications/present3D/Cluster.cpp,
applications/present3D/Cluster.h,
applications/present3D/ExportHTML.cpp,
applications/present3D/ExportHTML.h,
applications/present3D/PointsEventHandler.cpp,
applications/present3D/PointsEventHandler.h,
applications/present3D/ReadShowFile.cpp,
applications/present3D/ReadShowFile.h,
applications/present3D/SDLIntegration.cpp,
applications/present3D/SDLIntegration.h,
applications/present3D/ShowEventHandler.cpp,
applications/present3D/ShowEventHandler.h,
applications/present3D/SpellChecker.cpp,
applications/present3D/SpellChecker.h,
applications/present3D/deprecated,
applications/present3D/present3D.cpp,
include/osgPresentation/AnimationMaterial,
include/osgPresentation/CompileSlideCallback,
include/osgPresentation/KeyEventHandler,
include/osgPresentation/PickEventHandler,
include/osgPresentation/PropertyManager,
include/osgPresentation/SlideEventHandler,
include/osgPresentation/SlideShowConstructor,
include/osgPresentation/Timeout,
include/osgPresentation/deprecated/AnimationMaterial,
include/osgPresentation/deprecated/CompileSlideCallback,
include/osgPresentation/deprecated/KeyEventHandler,
include/osgPresentation/deprecated/PickEventHandler,
include/osgPresentation/deprecated/PropertyManager,
include/osgPresentation/deprecated/SlideEventHandler,
include/osgPresentation/deprecated/SlideShowConstructor,
include/osgPresentation/deprecated/Timeout,
src/osgPlugins/osc/OscReceivingDevice.cpp,
src/osgPlugins/osc/ReaderWriterOscDevice.cpp,
src/osgPlugins/p3d/ReaderWriterP3D.cpp,
src/osgPlugins/p3d/ReaderWriterPaths.cpp,
src/osgPresentation/AnimationMaterial.cpp,
src/osgPresentation/CMakeLists.txt,
src/osgPresentation/CompileSlideCallback.cpp,
src/osgPresentation/KeyEventHandler.cpp,
src/osgPresentation/PickEventHandler.cpp,
src/osgPresentation/PropertyManager.cpp,
src/osgPresentation/SlideEventHandler.cpp,
src/osgPresentation/SlideShowConstructor.cpp,
src/osgPresentation/Timeout.cpp,
src/osgPresentation/deprecated/AnimationMaterial.cpp,
src/osgPresentation/deprecated/CompileSlideCallback.cpp,
src/osgPresentation/deprecated/KeyEventHandler.cpp,
src/osgPresentation/deprecated/PickEventHandler.cpp,
src/osgPresentation/deprecated/PropertyManager.cpp,
src/osgPresentation/deprecated/SlideEventHandler.cpp,
src/osgPresentation/deprecated/SlideShowConstructor.cpp,
src/osgPresentation/deprecated/Timeout.cpp: Restructed the
osgPresentation and present3D directories back to the structure
that was present in OSG-3.2
2015-03-04 17:42 robert
* examples/CMakeLists.txt, include/osgDB/ClassInterface,
include/osgPresentation/Action, include/osgPresentation/Audio,
include/osgPresentation/Element, include/osgPresentation/Group,
include/osgPresentation/Image, include/osgPresentation/Layer,
include/osgPresentation/Model, include/osgPresentation/Movie,
include/osgPresentation/Presentation,
include/osgPresentation/PresentationInterface,
include/osgPresentation/Section, include/osgPresentation/Show,
include/osgPresentation/Slide, include/osgPresentation/Text,
include/osgPresentation/Volume, src/osgPresentation/Action.cpp,
src/osgPresentation/Audio.cpp,
src/osgPresentation/CMakeLists.txt,
src/osgPresentation/Element.cpp, src/osgPresentation/Group.cpp,
src/osgPresentation/Image.cpp, src/osgPresentation/Layer.cpp,
src/osgPresentation/Model.cpp, src/osgPresentation/Movie.cpp,
src/osgPresentation/Presentation.cpp,
src/osgPresentation/PresentationInterface.cpp,
src/osgPresentation/Section.cpp, src/osgPresentation/Show.cpp,
src/osgPresentation/Slide.cpp, src/osgPresentation/Text.cpp,
src/osgPresentation/Volume.cpp,
src/osgWrappers/serializers/CMakeLists.txt,
src/osgWrappers/serializers/osgPresentation: Removed the
experiemental osgPresentation classes. These are only partially
functional and not appropriate for the stable OSG-3.4 release
2015-03-03 15:26 robert
* AUTHORS.txt, ChangeLog, applications/osgversion/Contributors.cpp:
Updated AUTHORS for 3.3.5 dev release
2015-03-03 14:59 robert
* src/osgWrappers/serializers/osg/ClusterCullingCallback.cpp: Fixed