Hi Robert, all,

Fyi, I have done a build with VS2015 32 bit on Windows 10 and the osg builds fine.

Cheers
Raymond



On 10/9/2017 1:33 PM, Robert Osfield wrote:
Hi All,

I have just tagged the 3.5.7 developer release to wrap up various community and my own fixes/refinements since May.

https://github.com/openscenegraph/OpenSceneGraph/tree/OpenSceneGraph-3.5.7

I still have a couple of branches (text_improvements and osganimation) that are still in development that haven't been merged with master yet, but now the 3.5.7 is out I'll merge these soon and these will then roll into 3.5.8.  I'll ping the community for testing prior to merging these branches.

Robert.


-- ChangeLog since 3.5.6
Mon, 9 Oct 2017 12:23:45 +0100
Author : Robert Osfield
Updated AUTHORS

Mon, 9 Oct 2017 10:03:21 +0100
Author : OpenSceneGraph git repository
Merge pull request #359 from eligovision/OpenSceneGraph_glesAdded defines: GL_ALPHA4/8/12/16 in osg/Image, this will fix compilat…

Mon, 9 Oct 2017 10:02:51 +0100
Author : OpenSceneGraph git repository
Merge pull request #358 from eligovision/OpenSceneGraph_optimizerVertexAttribDivisor compare function fix: index must be compared

Fri, 6 Oct 2017 18:03:36 +0100
Author : Robert Osfield
Added explictly unbinding of VBO for setInterleavedArrays().

Fri, 6 Oct 2017 17:47:19 +0100
Author : Robert Osfield
Added VertexArrayState::ArrayDispatch::className() method and implementation for each ArrayDispatch subclass to help with debugging

Fri, 6 Oct 2017 17:37:50 +0300
Author : Konstantin S. Matveyev
Added defines: GL_ALPHA4/8/12/16 in osg/Image, this will fix compilation error while building for GLES2

Fri, 6 Oct 2017 14:33:07 +0300
Author : Konstantin S. Matveyev
VertexAttribDivisor compare function fix: index must be compared

Thu, 5 Oct 2017 16:31:45 +0100
Author : OpenSceneGraph git repository
Merge pull request #354 from eligovision/OpenSceneGraph_intersectionLineSegmentIntersector fixed: intersection ratio remaped to the range…

Thu, 5 Oct 2017 16:30:21 +0100
Author : OpenSceneGraph git repository
Merge pull request #353 from eligovision/OpenSceneGraph_iotellg call removed from StreamOperator's checkStream function, becaus…

Thu, 5 Oct 2017 16:29:37 +0100
Author : OpenSceneGraph git repository
Merge pull request #355 from denyskoch/patch-1Fix loading of 16bit PNG images

Thu, 5 Oct 2017 15:59:26 +0100
Author : Robert Osfield
Fixed spacing to make it consistent with the rest of the OSG and make it easier to read.

Thu, 5 Oct 2017 15:57:02 +0100
Author : OpenSceneGraph git repository
Merge pull request #351 from LaurensVoerman/vncHostPwVNC: try to find password for host if no password for host:port is found

Thu, 5 Oct 2017 15:37:03 +0100
Author : Robert Osfield
Added support for multiple --login url username password entries to osgviewer

Thu, 5 Oct 2017 15:02:17 +0100
Author : OpenSceneGraph git repository
Merge pull request #348 from eligovision/OpenSceneGraph_serializersosg serializers fixed for static build, ShaderAttribute wrapper added

Thu, 5 Oct 2017 12:45:47 +0100
Author : Robert Osfield
Steamlined the handling of osg::Geometry

Thu, 5 Oct 2017 12:15:23 +0100
Author : OpenSceneGraph git repository
Merge pull request #346 from LaurensVoerman/FindLIBLASremoved las_c library from FindLIBLAS.cmake, it's not used by the osgplugin.

Thu, 28 Sep 2017 11:09:18 +0200
Author : Denys Koch
Fix loading of 16bit PNG imagesWhen a 16bit PNG image is loaded, the internalTextureFormat is set to unsized (i.e pixelFormat) constant. This results in 8 Bit Texture2D

Fri, 22 Sep 2017 11:38:43 +0300
Author : Konstantin S. Matveyev
LineSegmentIntersector fixed: intersection ratio remaped to the range of LineSegment => correct order in multiset of intersections

Sun, 17 Sep 2017 18:48:32 +0300
Author : konstantin.matveyev
tellg call removed from StreamOperator's checkStream function, because reading of files (readNodeFile etc.) with tellg on 'every iter' is approximately 100 times slower on Emscripten platform

Thu, 21 Sep 2017 16:33:14 +0200
Author : Laurens Voerman
VNC: try to find password for host if no password for host:port is found

Fri, 15 Sep 2017 12:14:37 +0300
Author : Konstantin S. Matveyev
osg serializers fixed for static build, ShaderAttribute wrapper added

Tue, 12 Sep 2017 09:19:33 +0200
Author : Laurens Voerman
removed las_c library from FindLIBLAS.cmake, it's not used by the osg plugin.

Mon, 4 Sep 2017 15:21:26 +0100
Author : OpenSceneGraph git repository
Merge pull request #344 from eligovision/OpenSceneGraph_text3dText3D dynamic changing fix

Mon, 4 Sep 2017 15:20:54 +0100
Author : OpenSceneGraph git repository
Merge pull request #345 from eligovision/OpenSceneGraph_example_text3dexample_osgtext3d: more options for testing

Mon, 4 Sep 2017 11:44:30 +0300
Author : Konstantin S. Matveyev
example_osgtext3d: more options for testing

Mon, 4 Sep 2017 11:29:50 +0300
Author : Konstantin S. Matveyev
Text3D dynamic changing fix

Mon, 4 Sep 2017 08:36:49 +0100
Author : OpenSceneGraph git repository
Merge pull request #341 from scrawl/cullingactive_fixLineSegmentIntersector: respect the 'cullingActive' flag for bounding box check

Sun, 3 Sep 2017 14:15:36 +0000
Author : scrawl
LineSegmentIntersector: respect the 'cullingActive' flag when testing drawable bounding box

Fri, 1 Sep 2017 15:50:47 +0100
Author : OpenSceneGraph git repository
Merge pull request #337 from mp3butcher/osganimbugfixfix a bug in how vertexattributes are filled

Wed, 30 Aug 2017 23:15:01 +0200
Author : Julien Valentin
fix a bug in how vertexattributes are filled

Tue, 29 Aug 2017 10:51:06 +0100
Author : OpenSceneGraph git repository
Merge pull request #334 from mathieu/ValidateProgramTooEarlyUnder macOS the glValidateProgram reports too many errors

Tue, 29 Aug 2017 11:34:27 +0200
Author : Mathieu MARACHE
Under macOS the glValidateProgram reports too many false negatives (errors) about missing buffers, etc..From the internet https://stackoverflow.com/questions/15335510/opengl-glvalidateprogram-error-on-mac-os-x : « […] The purpose of glValidateProgram is not to use it as an added "check" step after linking the program, because the GL and application state is hardly ready for actually using that program at this point, probably it's even before we get around to initializing the default framebuffer (its bitdepth, its multisample buffers, etc), and that's what the error hints at.

An appropriate place to call glValidateProgram would be right before you make a real render call. »

Mon, 28 Aug 2017 16:28:30 +0100
Author : OpenSceneGraph git repository
Merge pull request #332 from denyskoch/fix-boundingsphere-inequality-operatorFix flawed BoundingSphere inequality operator

Mon, 28 Aug 2017 14:34:39 +0200
Author : Denys Koch
Fix flawed BoundingSphere inequality operator

Mon, 28 Aug 2017 10:02:27 +0100
Author : OpenSceneGraph git repository
Merge pull request #330 from mathieu/ProgramFixFunctionAvailableCoreProfileosg::Program::isFixedFunction() should'nt return true if fixed function unavailable

Mon, 28 Aug 2017 09:44:10 +0200
Author : Mathieu MARACHE
osg::Program::isFixedFunction() should'nt return true fixed function is unavailable, even if _shaderList.empty() is true

Sun, 27 Aug 2017 18:08:09 +0100
Author : OpenSceneGraph git repository
Merge pull request #327 from kornerr/masterFix Emscripten build errors

Sun, 27 Aug 2017 18:07:21 +0100
Author : OpenSceneGraph git repository
Merge pull request #328 from scrawl/group-docsFix docs for Group::addChild to match implementation

Sat, 26 Aug 2017 19:25:00 +0300
Author : Michael Kapelko
Fix Emscripten build errors

Sat, 26 Aug 2017 11:30:55 +0000
Author : scrawl
Fix docs for Group::addChild to match implementationChecking for duplicates is only done if ENSURE_CHILD_IS_UNIQUE is defined, but this is never defined anywhere.

Fri, 25 Aug 2017 14:49:38 +0100
Author : OpenSceneGraph git repository
Merge pull request #326 from emminizer/glcore3_cmakefixSETUP_EXE in CMake now uses same define for including the GLCORE head…

Fri, 25 Aug 2017 14:48:42 +0100
Author : OpenSceneGraph git repository
Merge pull request #325 from emminizer/msvc2015_exportfixRemoved inappropriate use of OSG_EXPORT on DefaultIndirectCommandDrawArrays and De…

Fri, 25 Aug 2017 09:04:05 -0400
Author : Daniel Emminizer
SETUP_EXE in CMake now uses same define for including the GLCORE headers as SETUP_LIBRARY and SETUP_PLUGIN.  Fixes Windows build errors for applications.

Fri, 25 Aug 2017 08:55:25 -0400
Author : Daniel Emminizer
No longer using OSG_EXPORT on DefaultIndirectCommandDrawArrays and DefaultIndirectCommandDrawElements, fixing compile errors in MSVC 2015.

Fri, 25 Aug 2017 10:04:40 +0100
Author : OpenSceneGraph git repository
Merge pull request #324 from mp3butcher/osganimationAdd extensions

Fri, 25 Aug 2017 00:19:22 +0200
Author : Julien Valentin
Add extensions

Thu, 24 Aug 2017 15:13:14 +0100
Author : Robert Osfield
Cleaned up warnings and removed assorts.

Thu, 24 Aug 2017 13:55:56 +0100
Author : OpenSceneGraph git repository
Merge pull request #322 from mp3butcher/MDI7fix osggpucull to fit both new BIB and MDI

Thu, 24 Aug 2017 14:15:09 +0200
Author : Julien Valentin
fix osggpucull to fit both new BIB and MDI

Thu, 24 Aug 2017 11:17:43 +0100
Author : Robert Osfield
Bumped SO version to reflect changes in ABI

Thu, 24 Aug 2017 11:08:38 +0100
Author : OpenSceneGraph git repository
Merge pull request #321 from LaurensVoerman/tgaMissingColormapfix gcc/VC compile warnings, reject color mapped tga files with missing colormap.

Thu, 24 Aug 2017 11:33:23 +0200
Author : Laurens Voerman
fix gcc/VC compile warnings, reject color mapped tga files with missing colormap.

Thu, 24 Aug 2017 10:33:44 +0100
Author : OpenSceneGraph git repository
Merge pull request #320 from mp3butcher/MDI7MultiDrawIndirect

Thu, 24 Aug 2017 11:26:23 +0200
Author : Julien Valentin
Merge remote-tracking branch 'upstream/master' into MDI7

Thu, 24 Aug 2017 09:53:32 +0100
Author : OpenSceneGraph git repository
Merge pull request #318 from mp3butcher/osganimationchange the design of BufferIndexBinding to work with BufferData instead of BufferObject +matrix transpose

Thu, 24 Aug 2017 10:29:19 +0200
Author : Julien Valentin
comply with osg::BufferIndexBinding new design (a miss)

Wed, 23 Aug 2017 23:42:12 +0200
Author : Julien Valentin
change the design of BufferIndexBinding to work with BufferData instead of BufferObject allow convenient BufferData abstraction +  serialization of BufferIndexBinding

Wed, 23 Aug 2017 19:06:25 +0200
Author : Julien Valentin
add a transpose method for 4x4 and a transpose3x3 to transpose only orthogonal part of a mat4x4

Wed, 23 Aug 2017 15:26:07 +0100
Author : Robert Osfield
Fixed underflow issue

Wed, 23 Aug 2017 14:51:18 +0100
Author : Robert Osfield
Fixed comparison to properly handle texture coordinates being assigned

Wed, 23 Aug 2017 14:48:04 +0100
Author : OpenSceneGraph git repository
Merge pull request #314 from LaurensVoerman/notify2reduce the need to reallocate the std::ostream buffer behind osg::Notify

Wed, 23 Aug 2017 14:39:35 +0100
Author : Robert Osfield
Warning fixes

Tue, 22 Aug 2017 15:23:47 +0200
Author : Laurens Voerman
reduce the need to reallocate the std::ostream buffer behind osg::Notify (causing multitreading issues) by pre-allocating 4095 bytes.

Wed, 23 Aug 2017 08:54:10 +0100
Author : OpenSceneGraph git repository
Merge pull request #315 from kornerr/masterFix stat64 build issue with NDK 15 by definining it as stat for Android

Tue, 22 Aug 2017 22:49:56 +0300
Author : Michael Kapelko
Fix stat64 build issue with NDK 15 by definining at stat for Android

Tue, 22 Aug 2017 12:04:18 +0100
Author : Robert Osfield
Updated ChangeLog

Tue, 22 Aug 2017 09:04:49 +0100
Author : Robert Osfield
Added catch for controbutors list

Tue, 22 Aug 2017 11:58:49 +0100
Author : Robert Osfield
Added name typo fix

Tue, 22 Aug 2017 09:22:41 +0100
Author : OpenSceneGraph git repository
Merge pull request #311 from eligovision/masterGeometry::compileGLObjects function VAO fix

Tue, 22 Aug 2017 09:21:24 +0100
Author : OpenSceneGraph git repository
Merge pull request #312 from LaurensVoerman/vnc_pluginReaderWriterVNC.cpp fix g++ warnings

Mon, 21 Aug 2017 11:15:22 +0200
Author : Laurens Voerman
ReaderWriterVNC.cpp fix g++ warnings

Tue, 22 Aug 2017 10:12:36 +0300
Author : Konstantin S. Matveyev
Geometry::compileGLObjects function VAO fix

Tue, 22 Aug 2017 08:01:40 +0100
Author : OpenSceneGraph git repository
Merge pull request #309 from mp3butcher/osganimationadd DrawElementTypeSimplifierVisitor constructor because default nodevisitor is TRAVERSE_NONE..

Mon, 21 Aug 2017 18:33:56 +0200
Author : Julien Valentin
fix nodevisitor construction

Mon, 21 Aug 2017 16:24:34 +0100
Author : Robert Osfield
Revert commit 904619e219b5c045b1c8d9d923f52f80089ee24e as it was causeing build problems

Mon, 21 Aug 2017 15:06:31 +0100
Author : Robert Osfield
Added handling of CPACK and automatically generated package files

Mon, 21 Aug 2017 11:40:45 +0100
Author : Robert Osfield
Using a PR from Sando Mani for requestioning a specific GL version as a base, cleaned up formattating, made the new code paths simpler and added clean up of memory

Sun, 20 Aug 2017 19:53:41 +0100
Author : OpenSceneGraph git repository
Merge pull request #307 from eligovision/master[*] createTexturedQuadGeometry: fixed for GL3 spec

Sun, 20 Aug 2017 19:52:31 +0100
Author : OpenSceneGraph git repository
Merge pull request #308 from OpenMW/collada_valuetype_patchUse osg::Quat::value_type instead of double in collada plugin

Sun, 20 Aug 2017 15:56:40 +0000
Author : scrawl
Use osg::Quat::value_type instead of double in collada pluginNote that although the value_type is currently always double, using the proper typedef will open the door to implementing a float Quaternion in the future (as I have done so in my own fork)


Sun, 20 Aug 2017 18:01:49 +0300
Author : konstantin.matveyev
[*] createTexturedQuadGeometry: fixed for GL3 spec: GL_QUADS -> GL_TRIANGLES

Sun, 20 Aug 2017 08:32:02 +0100
Author : OpenSceneGraph git repository
Merge pull request #306 from AnyOldName3/targa-type-one-supportAdd support for type-1 (colour-mapped, uncompressed) targa images to …

Sat, 19 Aug 2017 22:22:20 +0100
Author : AnyOldName3
Add support for type-1 (colour-mapped, uncompressed) targa images to the osgTGA plugin

Sat, 19 Aug 2017 17:20:40 +0100
Author : OpenSceneGraph git repository
Merge pull request #304 from eligovision/masterglClear should not be called with zero-mask in osgUtil::RenderStage::…

Fri, 18 Aug 2017 16:13:16 +0100
Author : Robert Osfield
Merged addition of "" around variable from 3.4 branch

Fri, 18 Aug 2017 10:20:26 +0300
Author : Konstantin S. Matveyev
glClear should not be called with zero-mask in osgUtil::RenderStage::drawImplementation

Fri, 18 Aug 2017 08:08:28 +0100
Author : Robert Osfield
Fixed iterator comparison.

Thu, 17 Aug 2017 13:55:13 +0100
Author : OpenSceneGraph git repository
Merge pull request #301 from LaurensVoerman/Submit_linkWithVariablesfix for visual studio trying to link "debug.lib" and "release.lib"

Thu, 17 Aug 2017 10:52:59 +0100
Author : Robert Osfield
Added version check for boolean, TRUE and FALSE settings

Thu, 17 Aug 2017 11:44:06 +0200
Author : Laurens Voerman
fix for visual studio trying to link "debug.lib" and "release.lib"

Wed, 16 Aug 2017 17:51:58 +0100
Author : Robert Osfield
Added remapping of CMAKE_BUILD_TYPE strings that don't have the correct case.

Wed, 16 Aug 2017 14:20:00 +0100
Author : Robert Osfield
Removed the GLclampd declaration and replaced its usage with GLdouble to standardize the OSG extension setup with current GL/GLES headers.Added a float fallback from osg::DepthDangeIndex to suppprt GLES.


Wed, 16 Aug 2017 11:30:14 +0100
Author : OpenSceneGraph git repository
Merge pull request #300 from eligovision/masterText3D character/glyph size fix

Wed, 16 Aug 2017 09:04:02 +0100
Author : OpenSceneGraph git repository
Merge pull request #299 from luzpaz/misc-typo-fixesmisc. typo fixes

Tue, 15 Aug 2017 22:15:31 +0300
Author : konstantin.matveyev
Merge remote-tracking branch 'upstream/master'

Tue, 15 Aug 2017 22:11:15 +0300
Author : konstantin.matveyev
Text3D character/glyph size fixed

Tue, 15 Aug 2017 12:23:49 -0400
Author : luzpaz
misc. typo fixesmostly non-user-facing but some doxy.

Tue, 15 Aug 2017 16:35:23 +0100
Author : Robert Osfield
Fixed warning

Tue, 15 Aug 2017 15:42:22 +0100
Author : Uwe Woessner
Extension to the PLY plugin to read files with textures.

Tue, 15 Aug 2017 06:39:02 +0100
Author : OpenSceneGraph git repository
Merge pull request #298 from eligovision/masterEmscripten: EGL instead of SDL2 in GLExtensions.cpp

Mon, 14 Aug 2017 14:58:29 +0300
Author : konstantin.matveyev
Merge remote-tracking branch 'upstream/master'

Mon, 14 Aug 2017 11:19:04 +0300
Author : konstantin.matveyev
Emscripten: EGL instead of SDL2 in GLExtensions.cpp

Tue, 23 May 2017 16:33:16 +0100
Author : Robert Osfield
Replaced local FindZLIB.cmake usage with CMake's own FindZLIB.cmake, and ZLIB_LIBRARY to ZLIB_LIBRARIES

Wed, 9 Aug 2017 14:08:59 +0100
Author : OpenSceneGraph git repository
Merge pull request #296 from openscenegraph/FullScreenFrom Don Burns, add use of Xinerama to ensure full screen goes across all screens.

Wed, 9 Aug 2017 08:58:25 +0100
Author : Robert Osfield
Disabled the building of deprecated serializations in convertity_scan

Tue, 8 Aug 2017 13:35:35 +0100
Author : Anna Sokol
In the attached GraphicsWindowWin32.cpp file, I changed order of the "else-if" for the TOUCHEVENTF_UP and TOUCHEVENTF_MOVE, I made it less intrusive then changing them into "if" events. I tested this on Windows 7 64-bit with a touch screen and a Windows 10 64-bit tablet.Separately in the same file, I also needed to address the fact that the close button would not react on touch so I added to the top of the "handleNativeWindowingEvent" close button handling in case of touch events. Again this was tested on the same 2 devices.


Mon, 7 Aug 2017 16:32:44 +0100
Author : Robert Osfield
Added link to ABI tracker

Sun, 6 Aug 2017 15:30:27 +0100
Author : OpenSceneGraph git repository
Merge pull request #294 from mp3butcher/MDI6add resize methods method in IndirectCommandArrays ..etc..

Sat, 5 Aug 2017 18:03:27 +0200
Author : Julien Valentin
update IndirectCommandArrays interfaces and default impl to use DrawElements like semantic

Wed, 2 Aug 2017 22:10:02 +0200
Author : Julien Valentin
add MDI support

Wed, 2 Aug 2017 21:50:25 +0200
Author : Julien Valentin
add resize methods method in CommandArrays (it allows user to work without casting to the concrete class result of MDI.getCommandArray()) move getTotalDataSize in CommandArrays interfaces comply with other DrawElementsXXX removing parameters in mdi constructors and add several method ( allow use of osgUtil::DrawElementTypeSimplifer on these)

Tue, 1 Aug 2017 07:54:37 +0100
Author : OpenSceneGraph git repository
Merge pull request #293 from mp3butcher/MDI6fix a bug in MDI serializer

Tue, 1 Aug 2017 02:18:15 +0200
Author : Julien Valentin
fix a bug in MDI serializer

Mon, 31 Jul 2017 13:38:18 +0100
Author : Robert Osfield
Merged #pragmatic shader fix from OpenSceneGraph-3.4 branch.

Mon, 31 Jul 2017 08:09:16 +0100
Author : OpenSceneGraph git repository
Merge pull request #287 from mp3butcher/MDI6correct a bug and make MDI example more conservative

Mon, 31 Jul 2017 03:15:03 +0200
Author : Julien Valentin
fix a bug : indices pre incremented should be post

Mon, 31 Jul 2017 03:08:52 +0200
Author : Julien Valentin
Add arguments, command line usage and use DrawElementsUInt for classic case

Mon, 31 Jul 2017 02:43:50 +0200
Author : Julien Valentin
correct a bug and make it more conservative

Sun, 30 Jul 2017 15:40:17 +0100
Author : OpenSceneGraph git repository
Merge pull request #285 from mp3butcher/MDI6add a very simple example for mdi with basevertex

Sun, 30 Jul 2017 10:15:32 +0200
Author : Julien Valentin
add a very simple example for mdi with basevertex

Fri, 28 Jul 2017 17:17:25 +0100
Author : Robert Osfield
Updated version number, ChangeLog and AUTHORS file for 3.5.7 developer release

Fri, 28 Jul 2017 14:34:59 +0100
Author : Robert Osfield
Added missing break statements

Fri, 28 Jul 2017 14:32:56 +0100
Author : Robert Osfield
Improved readability and consistency with the rest OSG by adding/removing spaces and brackets where appropriate.

Fri, 28 Jul 2017 13:30:36 +0100
Author : Robert Osfield
Improved the readability and consistency with the rest of the OSG by inserting/removing spaces and line spacing.

Fri, 28 Jul 2017 10:27:47 +0100
Author : OpenSceneGraph git repository
Merge pull request #267 from kornerr/masterAdd osgemscripten example

Fri, 28 Jul 2017 08:46:30 +0100
Author : OpenSceneGraph git repository
Merge pull request #278 from mp3butcher/MDI2Mdi

Thu, 27 Jul 2017 12:27:55 +0200
Author : mp3butcher
set DIBO of the drawcommandarray directly in their interface constructor it makes osggpu use case lighter + drawcommandarray can't exist without a BO

Thu, 27 Jul 2017 12:00:41 +0200
Author : mp3butcher
Promote PrimitiveSetIndirect's VBO to a target explicited DIBO (in order to benefit from BOSet queue management)

Thu, 27 Jul 2017 10:26:43 +0100
Author : OpenSceneGraph git repository
Merge pull request #277 from mp3butcher/MDI2PrimitiveSetIndirect cleanup + serializers

Thu, 27 Jul 2017 01:54:25 +0200
Author : mp3butcher
add DrawIndirectBufferObject as State variable in order to minimize call to glBindBuffer(GL_DRAW_INDIRECT_BUFFER,X) TODO: Promote PrimitiveSetIndirect's VBO to target explicited DIBO (in order to benefit from BOSet queue management)

Thu, 27 Jul 2017 01:40:04 +0200
Author : mp3butcher
remove deprecated DrawIndirectBufferBinding

Thu, 27 Jul 2017 01:08:37 +0200
Author : mp3butcher
fix some errors during renaming and cleanup code

Wed, 26 Jul 2017 23:38:20 +0200
Author : mp3butcher
add untested serializers for PrimitiveSetIndirect

Wed, 26 Jul 2017 23:36:55 +0200
Author : mp3butcher
some renaming and harmonisations with osg metamodel convention

Wed, 26 Jul 2017 20:46:09 +0100
Author : Robert Osfield
Merge branch 'MDI2' of https://github.com/mp3butcher/OpenSceneGraph into MultiDrawIndirect

Wed, 26 Jul 2017 20:25:41 +0200
Author : mp3butcher
first commit for Indirect Draw integration in osg users will have to implement interfaces for their custom drawcommandarrays add a lot of new primitive set + few defines integration is made in osggpucull

Wed, 26 Jul 2017 12:54:37 +0100
Author : Robert Osfield
Replaced FindOurDCMTK.cmake usage with FindDCMTK.cmake

Wed, 26 Jul 2017 12:26:38 +0100
Author : Robert Osfield
Replaced local FindOurDCMTK.cmake with stock Cmake's FindDCMTK.cmake as the later is now feature complete and has full support for debug and release libraries.

Tue, 25 Jul 2017 14:56:27 +0100
Author : Robert Osfield
Merged MSVC static build fix from OpenSceneGraph-3.4

Mon, 17 Jul 2017 16:46:16 +0100
Author : Anna Sokol
Since version 2.5.1 freetype has supported the WOFF extension format. In the attached ReaderWriterFreeType.cpp file I added the following line:            supportsExtension("woff","web open font format");


Mon, 17 Jul 2017 07:53:48 +0100
Author : OpenSceneGraph git repository
Merge pull request #270 from caishanli/patch-1fix StatsHandler crash on windows

Mon, 3 Jul 2017 16:24:01 +0800
Author : Cai Shanli
fix StatsHandler crush on windowschange static_cast to dynamic_cast to avoid type cast error

Thu, 22 Jun 2017 09:44:06 +0700
Author : Michael Kapelko
Add osgemscripten example

Mon, 19 Jun 2017 15:55:42 +0100
Author : Robert Osfield
Updated SO version number to 149 to enable uint64 object length read/writing in the .osgb format

Mon, 19 Jun 2017 15:45:35 +0100
Author : Robert Osfield
Added version checks for when writing out new 64bit object sizes

Mon, 19 Jun 2017 15:33:52 +0100
Author : Robert Osfield
Replaced long long with uint64_t

Mon, 19 Jun 2017 15:25:04 +0100
Author : OpenSceneGraph git repository
Merge pull request #264 from rickyviking/binaryStreamLargeBlockBinaryStreamOperator: read and write block size as long long integer

Mon, 19 Jun 2017 12:04:03 +0100
Author : Robert Osfield
Added ability for OSG serializers to get the file version number when writing out via the OutputStream object

Mon, 19 Jun 2017 08:50:00 +0100
Author : OpenSceneGraph git repository
Merge pull request #265 from cxw42/array-classnameMake Array::className() support all Array::Type values

Mon, 19 Jun 2017 08:43:54 +0100
Author : OpenSceneGraph git repository
Merge pull request #263 from cxw42/build-fixStill build even if CPACK_GENERATOR is undefined

Mon, 19 Jun 2017 08:26:24 +0100
Author : Robert Osfield
Merge branch 'master' of https://github.com/openscenegraph/OpenSceneGraph

Mon, 19 Jun 2017 08:12:47 +0100
Author : OpenSceneGraph git repository
Merge pull request #260 from blobfish/primitiveIndexIntersections and primitive index

Fri, 16 Jun 2017 09:58:32 -0400
Author : Chris White
Make Array::className() support all Array::Type'sArray::className() had fallen out of date with respect to Array::Type.
This commit updates it, and adds documentation and a debug message to
serve as a reminder for future additions of values to Array::Type.


Wed, 14 Jun 2017 16:09:40 +0200
Author : Riccardo Corsi
BinaryStreamOperator: read and write block size as long long integer on 8 bytes, to accommodate arbitrarily large block size. When reading check of file version for backward compatibility.

Sat, 10 Jun 2017 22:05:19 -0400
Author : cxw
Still build even if CPACK_GENERATOR is undefinedWithout the quotes around `${CPACK_GENERATOR}`, Windows CMake, generating for VS2013, would exit with an error because the `STREQUAL` only had one arg.


Thu, 8 Jun 2017 07:10:32 +0100
Author : OpenSceneGraph git repository
Merge pull request #261 from cxw42/doxy-osguiAdded osgUI to Doxygen-generated documentation

Wed, 7 Jun 2017 07:50:55 -0400
Author : Chris White
Added osgUI to Doxygen-generated documentation

Fri, 2 Jun 2017 15:43:54 -0400
Author : blobfish
osg: KdTree: count degenerates to keep original primitive index in sync

Thu, 1 Jun 2017 15:25:38 -0400
Author : blobfish
osg: KdTree: encode original primitive index into _vertexIndices

Tue, 30 May 2017 18:46:03 -0400
Author : blobfish
osgUtil: LineSegmentIntersector: don't increment primitive index until after adding intersection

Mon, 29 May 2017 12:19:08 -0400
Author : blobfish
osgUtil: PolytopeIntersector: don't increment primitive index until after adding intersection

Tue, 30 May 2017 18:38:25 -0400
Author : blobfish
examples: osgkeyboardmouse: add primitive index to LineSegmentIntersector output

Fri, 2 Jun 2017 09:29:05 +0100
Author : OpenSceneGraph git repository
Merge pull request #259 from jtorresfabra/fixes_kdtreeFixes kdtree building

Wed, 31 May 2017 13:30:50 +0200
Author : Jordi
Fixes kdtree building

Mon, 29 May 2017 12:20:31 +0100
Author : Robert Osfield
Added TimeMultiplier and LoopingMode to ImageSequence .osg serializer

Thu, 25 May 2017 12:38:54 +0100
Author : Robert Osfield
Improved support for Text with large numbers of glyphs

Thu, 25 May 2017 09:54:11 +0100
Author : Robert Osfield
Build fix

Thu, 25 May 2017 09:37:30 +0100
Author : Robert Osfield
Merge branch 'master' of https://github.com/openscenegraph/OpenSceneGraph

Thu, 25 May 2017 09:37:26 +0100
Author : OpenSceneGraph git repository
Merge pull request #258 from kornerr/masterAdd x86_64 architecture to iOS simulator

Thu, 25 May 2017 08:56:53 +0100
Author : Robert Osfield
Tidied up spacing

Thu, 25 May 2017 08:48:45 +0100
Author : Robert Osfield
Fixed naming of OSG_USE_DEPRECATED_API

Wed, 24 May 2017 19:40:08 +0100
Author : Robert Osfield
Moved OSG_USE_DEPRECATED_API from include/osg/Export to Cmake controlled include/osg/Config

Wed, 24 May 2017 19:39:36 +0100
Author : Robert Osfield
Replaced deprecated API usage

Wed, 24 May 2017 18:34:22 +0100
Author : Robert Osfield
Replaced DimensionMask naming with more appropriate PrimitiveMask nameing.

Wed, 24 May 2017 16:02:29 +0100
Author : Robert Osfield
Added support for PolytopeIntersector::setDimensionsMask.

Wed, 24 May 2017 16:01:49 +0100
Author : Robert Osfield
Aded --dim-mask mask and --dm mask command line option for setting the PolytopeIntersector::setDimensionsMask().

Wed, 24 May 2017 22:29:19 +0700
Author : Michael Kapelko
Add x86_64 architecture to iOS simulator


<http://www.avg.com/email-signature?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=emailclient> Virus-free. www.avg.com <http://www.avg.com/email-signature?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=emailclient>

<#DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2>


_______________________________________________
osg-users mailing list
[email protected]
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

_______________________________________________
osg-users mailing list
[email protected]
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to