Updated ChangeLog and AUTHORS file for dev release

git-svn-id: http://svn.openscenegraph.org/osg/OpenSceneGraph/trunk@14800 16af8721-9629-0410-8352-f15c8da7e697
This commit is contained in:
Robert Osfield
2015-03-17 09:40:31 +00:00
parent 535b168d81
commit bf86b031e0
2 changed files with 218 additions and 2 deletions

View File

@@ -30,8 +30,8 @@ Colin McDonald
Trajce Nikolov
Tim Moore
Martin Lavery
Tree
Mattias Helsing
Tree
Jason Beverage
Luigi Calori
Pjotr Svetachov
@@ -152,6 +152,7 @@ Martins Innus
Maciej Krol
Lilin Xiong
Leandro Motta Barros
Konstantin Matveyev
Johan Nouvel
Javier Taibo
Hartwig Wiesmann
@@ -276,7 +277,6 @@ Marius Heise
Marcin Hajder
Marcel Pursche
Lilith Bryant
Konstantin Matveyev
Kevin Moiule
Keith Steffen
Joseph Winston

216
ChangeLog
View File

@@ -1,3 +1,219 @@
2015-03-17 09:09 robert
* src/osgWrappers/serializers/osg/LibraryWrapper.cpp: Fixed library
wrapper
2015-03-17 08:25 robert
* src/osgWrappers/serializers/osg/LibraryWrapper.cpp: Added
ComputeBoundingSphereCallback reference
2015-03-17 08:24 robert
* src/osgWrappers/serializers/osg/LibraryWrapper.cpp,
src/osgWrappers/serializers/osgAnimation/LibraryWrapper.cpp: From
Konstantin Matveyev, "More "LibraryWrapper" fixes for osg and
osgAnimation NodeKits
in the attachment (for 3.3.6 version :)
Fixes:
osg:
Unsupported associated class osg::UpdateCallback
(osg_Drawable_UpdateCallback);
ComputeBoundingBoxCallback
osgAnimation:
Unsupported wrapper class
osgAnimation::RigComputeBoundingBoxCallback
"
2015-03-17 08:19 robert
* src/osgPlugins/osgjs/json_stream: Changed to using
osgDB::ofstream to work around Windows build issue
2015-03-16 17:01 robert
* src/osgPlugins/osgjs/CMakeLists.txt: Removed unneccessary library
link line.
2015-03-16 14:16 robert
* src/osgUtil/MeshOptimizers.cpp: Removed the using namespace std
and replaced with local std:: to make the code clearer
2015-03-16 12:13 robert
* examples/osgdistortion/osgdistortion.cpp: Refactored the command
line setup to enable better control of set up.
Added WindowSizeHandler to allow for adjustment of window size.
2015-03-16 10:30 robert
* src/osgAnimation/Animation.cpp: From Konstantin Matveyev, "Last
update in the osgAnimation::Animation ONCE mode bug fix"
2015-03-16 10:07 robert
* examples/osganimationviewer/AnimtkViewer.cpp: Added --play-mode
[ONCE, STAY, LOOP, PPONG] to help with testing.
2015-03-13 08:12 robert
* src/osgWrappers/serializers/osg/LibraryWrapper.cpp: From
Konstantin Matveyev, "Small fix for OSG 3.3.6.119 in the
attachment.
One line added in osg/LibraryWrapper.cpp
USE_SERIALIZER_WRAPPER(Callback)
"
2015-03-12 17:11 robert
* CMakeLists.txt, include/osgAnimation/MorphGeometry,
include/osgAnimation/RigGeometry,
src/osgAnimation/MorphGeometry.cpp,
src/osgAnimation/RigGeometry.cpp,
src/osgWrappers/serializers/osgAnimation/LibraryWrapper.cpp,
src/osgWrappers/serializers/osgAnimation/UpdateBone.cpp,
src/osgWrappers/serializers/osgAnimation/UpdateMaterial.cpp,
src/osgWrappers/serializers/osgAnimation/UpdateMatrixTransform.cpp,
src/osgWrappers/serializers/osgAnimation/UpdateMorph.cpp,
src/osgWrappers/serializers/osgAnimation/UpdateMorphGeometry.cpp,
src/osgWrappers/serializers/osgAnimation/UpdateRigGeometry.cpp,
src/osgWrappers/serializers/osgAnimation/UpdateSkeleton.cpp,
src/osgWrappers/serializers/osgAnimation/UpdateVertex.cpp:
Refactored how the callbacks for updating geometry are managed in
MorphGeometry and RigGeometry to address bugs in serialization.
2015-03-12 15:12 robert
* CMakeModules/FindFBX.cmake: From Laurens Voerman, "attached is a
zip with a modified version of:
OpenSceneGraph\CMakeModules\FindFBX.cmake
This version can find fbx sdk 2015.1 and will prefer it over
older versions.
Tested with Visual Studio Express 2013 on 64bit windows 7"
2015-03-12 13:41 robert
* src/osgPlugins/osgjs/json_stream: From Mattias Helsing, add
copyright notice from other osgjs header to the json_stream
header
2015-03-12 13:37 robert
* src/osgPlugins/osgjs/json_stream: Added using namespace std and
removed the std:: prefixes before the std::isfinte and std::isinf
function calls to avoid problems with Android builds against
older NDK's.
2015-03-11 17:47 robert
* src/osgPlugins/exr/ReaderWriterEXR.cpp: From Laurens Voerman,
warning fixes
2015-03-11 17:36 robert
* src/osgPlugins/sdl/JoystickDevice.cpp: From Laurens Voerman, "The
current version will not compile with SDL version 2, error
OpenSceneGraph\src\osgPlugins\sdl\JoystickDevice.cpp(42): error
C2664: 'const char *SDL_JoystickName(SDL_Joystick *)' : cannot
convert argument 1 from 'int' to 'SDL_Joystick *'
due to changes in the SDL api.
Tested with Visual Studio Express 2013; SDL 2.0.1"
2015-03-11 17:27 robert
* examples/osgtexture2DArray/osgtexture2DArray.cpp,
include/osg/Texture2DArray, src/osg/Texture2DArray.cpp: Completed
support for assigning 3D osg::Image to osg::Texture2DArray.
Improved the osgtexture2DArray example to add --mipmap and
--packed command line options to help with testing.
2015-03-11 15:44 robert
* examples/osgtexture3D/osgtexture3D.cpp: Updated the comments to
be more relevant
2015-03-10 18:15 robert
* include/osg/Texture2DArray, src/osg/Texture2DArray.cpp,
src/osgWrappers/serializers/osg/Texture2DArray.cpp: Work in
progress to allow osg::Texture2DArray to be set up with a single
osg::Image containing 3D image data.
2015-03-10 18:07 robert
* examples/CMakeLists.txt, examples/osgtexture2DArray,
examples/osgtexture2DArray/CMakeLists.txt,
examples/osgtexture2DArray/osgtexture2DArray.cpp: Work in
progress on new osgtexture2DArray example
2015-03-09 11:27 robert
* src/osgPlugins/CMakeLists.txt, src/osgPlugins/gles,
src/osgPlugins/gles/AnimationVisitor,
src/osgPlugins/gles/BindPerVertexVisitor,
src/osgPlugins/gles/CMakeLists.txt,
src/osgPlugins/gles/DetachPrimitiveVisitor,
src/osgPlugins/gles/DrawArrayVisitor,
src/osgPlugins/gles/EdgeIndexFunctor,
src/osgPlugins/gles/GeometryArray,
src/osgPlugins/gles/GeometrySplitterVisitor,
src/osgPlugins/gles/GeometryUniqueVisitor,
src/osgPlugins/gles/IndexMeshVisitor,
src/osgPlugins/gles/IndexMeshVisitor.cpp,
src/osgPlugins/gles/LineIndexFunctor,
src/osgPlugins/gles/OpenGLESGeometryOptimizer,
src/osgPlugins/gles/OpenGLESGeometryOptimizer.cpp,
src/osgPlugins/gles/PointIndexFunctor,
src/osgPlugins/gles/PreTransformVisitor,
src/osgPlugins/gles/PrimitiveIndexors,
src/osgPlugins/gles/ReaderWriterGLES.cpp,
src/osgPlugins/gles/StatLogger,
src/osgPlugins/gles/TangentSpaceVisitor,
src/osgPlugins/gles/TriangleLinePointIndexFunctor,
src/osgPlugins/gles/TriangleStripVisitor,
src/osgPlugins/gles/TriangleStripVisitor.cpp,
src/osgPlugins/gles/UnIndexMeshVisitor,
src/osgPlugins/gles/UnIndexMeshVisitor.cpp,
src/osgPlugins/gles/WireframeVisitor,
src/osgPlugins/gles/forsythtriangleorderoptimizer.cpp,
src/osgPlugins/gles/forsythtriangleorderoptimizer.h,
src/osgPlugins/gles/glesUtil, src/osgPlugins/osgjs,
src/osgPlugins/osgjs/Adaptator, src/osgPlugins/osgjs/Animation,
src/osgPlugins/osgjs/Animation.cpp, src/osgPlugins/osgjs/Base64,
src/osgPlugins/osgjs/Base64.cpp,
src/osgPlugins/osgjs/CMakeLists.txt,
src/osgPlugins/osgjs/CompactBufferVisitor,
src/osgPlugins/osgjs/JSON_Objects,
src/osgPlugins/osgjs/JSON_Objects.cpp,
src/osgPlugins/osgjs/ReaderWriterJSON.cpp,
src/osgPlugins/osgjs/WriteVisitor,
src/osgPlugins/osgjs/WriteVisitor.cpp,
src/osgPlugins/osgjs/json_stream: From Cedric Pinson, gles and
osgjs plugins that support conversion of OSG loaded models into a
form that can be used with osgjs JavaScript library
2015-03-05 19:53 robert
* AUTHORS.txt: Update AUTHORS file for 3.3.6 dev release
2015-03-05 19:33 robert
* CMakeLists.txt: Updated dev release number
2015-03-05 19:26 robert
* ChangeLog: Updated ChangeLog for dev release
2015-03-05 10:53 robert
* src/osg/Shader.cpp: Added check for newline at end of version