<div dir="ltr"><div>Hi All,<br><br></div>Now back from my short holiday and have merged all the fixes submitted from the community since rc7.<br><br><ul style="margin:15px 0px;padding:0px;border:0px;list-style:none;font-family:'Segoe UI',Arial,Helvetica,sans-serif;font-size:13px;line-height:19px"><li style="margin:0px 0px 5px;padding:0px 0px 0px 30px;border:0px;background-image:url('/plugins/system/jat3/jat3/base-themes/default/images/bullet.gif');line-height:20px;overflow:visible;background-repeat:no-repeat no-repeat">Zip file containing source code : <a href="http://www.openscenegraph.org/downloads/developer_releases/OpenSceneGraph-3.4.0-rc8.zip" style="margin:0px;padding:0px;border:0px;color:#006699;text-decoration:underline"><span class="icon" style="margin:0px;padding:0px;border:0px">OpenSceneGraph-3.4.0-rc8.zip</span></a></li><li style="margin:0px 0px 5px;padding:0px 0px 0px 30px;border:0px;background-image:url('/plugins/system/jat3/jat3/base-themes/default/images/bullet.gif');line-height:20px;overflow:visible;background-repeat:no-repeat no-repeat">Subversion tag for 3.4.0-rc8 : svn co <span class="icon" style="margin:0px;padding:0px;border:0px;color:#006699;text-decoration:underline"><a href="http://svn.openscenegraph.org/osg/OpenSceneGraph/tags/OpenSceneGraph-3.4.0-rc8" style="margin:0px;padding:0px;border:0px;color:#006699;text-decoration:underline">http://svn.openscenegraph.org/osg/OpenSceneGraph/tags/OpenSceneGraph-3.4.</a>0-rc8 </span>OpenSceneGraph</li></ul><p><br></p><p>I would very much appreciate testing from the community.  My aim is now to get OSG-3.4 out the door early next week.</p><p>Cheers,</p><p>Robert.<br></p><p><br></p><p>ChangeLog since rc7:<br></p>2015-07-31 15:01  robert<br><br>    * CMakeLists.txt: Updated rc number to 8 for 3.4.9-rc8<br><br>2015-07-31 13:47  robert<br><br>    * CMakeModules/OsgAndroidMacroUtils.cmake: From Terry Welsh, "I<br>      downloaded the Android 3rdparty deps from here<br>      <a href="http://www.openscenegraph.org/index.php/download-section/dependencies">http://www.openscenegraph.org/index.php/download-section/dependencies</a><br>      but was not able to use them for a while. Attached are changes to<br>      OsgAndroidMacroUtils.cmake that allow the deps to be found by<br>      cmake.<br>      <br>      Specifically, all FIND_PATH commands require the<br>      NO_CMAKE_FIND_ROOT_PATH option to actually find paths. This is<br>      odd<br>      because if you inspect CMAKE_FIND_ROOT_PATH it appears to be<br>      empty. I<br>      would expect it to have no effect at all.<br>      <br>      I also needed to remove quotes from this line in order for<br>      headers to be found:<br>      <br>      set(FREETYPE_INCLUDE_DIRS "${FREETYPE_DIR}/include<br>      ${FREETYPE_DIR}/include/freetype/config")<br>      <br>      Assuming this script worked in the past, it seems like cmake<br>      behavior<br>      may have changed at some point. I'm using cmake version<br>      2.8.12.2."<br><br>2015-07-31 13:44  robert<br><br>    * src/osg/GLExtensions.cpp: From Jannik Heller, "Here is a patch<br>      for the S3TC capability check.<br>      <br>      On a Intel HD graphics Linux system with Mesa 10.1.3, I found<br>      that osg's Extensions::isTextureCompressionS3TCSupported()<br>      returned false, even though S3TC compressed textures *are* in<br>      fact working. I tested this by loading and rendering various<br>      DXT1, DXT3 and DXT5 compressed textures in the OSG.<br>      <br>      "glxinfo | grep s3tc" gives:<br>      GL_S3_s3tc<br>      <br>      Note, if I install the package "libtxc-dxtn-s2tc0", I get in<br>      addition:<br>      <br>      glxinfo | grep s3tc<br>      GL_EXT_texture_compression_s3tc<br>      GL_S3_s3tc<br>      <br>      However, S3TC compressed textures worked correctly within the OSG<br>      even without libtxc-dxtn-s2tc0 installed.<br>      <br>      I'm not sure what the differences between these extensions are,<br>      but based on the description at<br>      <a href="https://www.opengl.org/registry/specs/S3/s3tc.txt">https://www.opengl.org/registry/specs/S3/s3tc.txt</a> I would assume<br>      that both will work for OSG's purposes. The attached patch<br>      changes isTextureCompressionS3TCSupported() to accept either<br>      extension."<br><br>2015-07-31 10:59  robert<br><br>    * include/osgText/Text: Warning fix<br><br>2015-07-31 10:54  robert<br><br>    * src/osg/Image.cpp, src/osgPlugins/3ds/ReaderWriter3DS.cpp,<br>      src/osgPlugins/lua/LuaScriptEngine.cpp,<br>      src/osgViewer/ViewerEventHandlers.cpp: From Kristofer Tingdahl,<br>      warning fixes.<br><br>2015-07-31 10:27  robert<br><br>    * src/osg/GL.in: Compile fix for Mingw.<br><br><br></div>