<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body text="#000000" bgcolor="#FFFFFF">
Hi Robert, all,<br>
<br>
Fyi, I have done a build with VS2015 32 bit on Windows 10 and the
osg builds fine.<br>
<br>
Cheers<br>
Raymond<br>
<br>
<br>
<br>
<div class="moz-cite-prefix">On 10/9/2017 1:33 PM, Robert Osfield
wrote:<br>
</div>
<blockquote type="cite"
cite="mid:CAFN7Y+VXgzjbS1+9sg0LVP6Wty5DgbykLPOHqRRzyvU0OQb5Hw@mail.gmail.com">
<div dir="ltr">
<div>
<div>Hi All,<br>
<br>
</div>
I have just tagged the 3.5.7 developer release to wrap up
various community and my own fixes/refinements since May. <br>
</div>
<div><br>
</div>
<div> <a
href="https://github.com/openscenegraph/OpenSceneGraph/tree/OpenSceneGraph-3.5.7"
moz-do-not-send="true">https://github.com/openscenegraph/OpenSceneGraph/tree/OpenSceneGraph-3.5.7</a></div>
<div><br>
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.</div>
<div><br>
</div>
<div>Robert.<br>
</div>
<div><br>
<br>
</div>
-- ChangeLog since 3.5.6 <br>
Mon, 9 Oct 2017 12:23:45 +0100<br>
Author : Robert Osfield<br>
Updated AUTHORS<br>
<br>
Mon, 9 Oct 2017 10:03:21 +0100<br>
Author : OpenSceneGraph git repository<br>
Merge pull request #359 from
eligovision/OpenSceneGraph_glesAdded defines: GL_ALPHA4/8/12/16
in osg/Image, this will fix compilat…<br>
<br>
Mon, 9 Oct 2017 10:02:51 +0100<br>
Author : OpenSceneGraph git repository<br>
Merge pull request #358 from
eligovision/OpenSceneGraph_optimizerVertexAttribDivisor compare
function fix: index must be compared<br>
<br>
Fri, 6 Oct 2017 18:03:36 +0100<br>
Author : Robert Osfield<br>
Added explictly unbinding of VBO for setInterleavedArrays().<br>
<br>
Fri, 6 Oct 2017 17:47:19 +0100<br>
Author : Robert Osfield<br>
Added VertexArrayState::ArrayDispatch::className() method and
implementation for each ArrayDispatch subclass to help with
debugging<br>
<br>
Fri, 6 Oct 2017 17:37:50 +0300<br>
Author : Konstantin S. Matveyev<br>
Added defines: GL_ALPHA4/8/12/16 in osg/Image, this will fix
compilation error while building for GLES2<br>
<br>
Fri, 6 Oct 2017 14:33:07 +0300<br>
Author : Konstantin S. Matveyev<br>
VertexAttribDivisor compare function fix: index must be compared<br>
<br>
Thu, 5 Oct 2017 16:31:45 +0100<br>
Author : OpenSceneGraph git repository<br>
Merge pull request #354 from
eligovision/OpenSceneGraph_intersectionLineSegmentIntersector
fixed: intersection ratio remaped to the range…<br>
<br>
Thu, 5 Oct 2017 16:30:21 +0100<br>
Author : OpenSceneGraph git repository<br>
Merge pull request #353 from eligovision/OpenSceneGraph_iotellg
call removed from StreamOperator's checkStream function, becaus…<br>
<br>
Thu, 5 Oct 2017 16:29:37 +0100<br>
Author : OpenSceneGraph git repository<br>
Merge pull request #355 from denyskoch/patch-1Fix loading of
16bit PNG images<br>
<br>
Thu, 5 Oct 2017 15:59:26 +0100<br>
Author : Robert Osfield<br>
Fixed spacing to make it consistent with the rest of the OSG and
make it easier to read.<br>
<br>
Thu, 5 Oct 2017 15:57:02 +0100<br>
Author : OpenSceneGraph git repository<br>
Merge pull request #351 from LaurensVoerman/vncHostPwVNC: try to
find password for host if no password for host:port is found<br>
<br>
Thu, 5 Oct 2017 15:37:03 +0100<br>
Author : Robert Osfield<br>
Added support for multiple --login url username password entries
to osgviewer<br>
<br>
Thu, 5 Oct 2017 15:02:17 +0100<br>
Author : OpenSceneGraph git repository<br>
Merge pull request #348 from
eligovision/OpenSceneGraph_serializersosg serializers fixed for
static build, ShaderAttribute wrapper added<br>
<br>
Thu, 5 Oct 2017 12:45:47 +0100<br>
Author : Robert Osfield<br>
Steamlined the handling of osg::Geometry<br>
<br>
Thu, 5 Oct 2017 12:15:23 +0100<br>
Author : OpenSceneGraph git repository<br>
Merge pull request #346 from LaurensVoerman/FindLIBLASremoved
las_c library from FindLIBLAS.cmake, it's not used by the
osgplugin.<br>
<br>
Thu, 28 Sep 2017 11:09:18 +0200<br>
Author : Denys Koch<br>
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<br>
<br>
Fri, 22 Sep 2017 11:38:43 +0300<br>
Author : Konstantin S. Matveyev<br>
LineSegmentIntersector fixed: intersection ratio remaped to the
range of LineSegment => correct order in multiset of
intersections<br>
<br>
Sun, 17 Sep 2017 18:48:32 +0300<br>
Author : konstantin.matveyev<br>
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<br>
<br>
Thu, 21 Sep 2017 16:33:14 +0200<br>
Author : Laurens Voerman<br>
VNC: try to find password for host if no password for host:port
is found<br>
<br>
Fri, 15 Sep 2017 12:14:37 +0300<br>
Author : Konstantin S. Matveyev<br>
osg serializers fixed for static build, ShaderAttribute wrapper
added<br>
<br>
Tue, 12 Sep 2017 09:19:33 +0200<br>
Author : Laurens Voerman<br>
removed las_c library from FindLIBLAS.cmake, it's not used by
the osg plugin.<br>
<br>
Mon, 4 Sep 2017 15:21:26 +0100<br>
Author : OpenSceneGraph git repository<br>
Merge pull request #344 from
eligovision/OpenSceneGraph_text3dText3D dynamic changing fix<br>
<br>
Mon, 4 Sep 2017 15:20:54 +0100<br>
Author : OpenSceneGraph git repository<br>
Merge pull request #345 from
eligovision/OpenSceneGraph_example_text3dexample_osgtext3d: more
options for testing<br>
<br>
Mon, 4 Sep 2017 11:44:30 +0300<br>
Author : Konstantin S. Matveyev<br>
example_osgtext3d: more options for testing<br>
<br>
Mon, 4 Sep 2017 11:29:50 +0300<br>
Author : Konstantin S. Matveyev<br>
Text3D dynamic changing fix<br>
<br>
Mon, 4 Sep 2017 08:36:49 +0100<br>
Author : OpenSceneGraph git repository<br>
Merge pull request #341 from
scrawl/cullingactive_fixLineSegmentIntersector: respect the
'cullingActive' flag for bounding box check<br>
<br>
Sun, 3 Sep 2017 14:15:36 +0000<br>
Author : scrawl<br>
LineSegmentIntersector: respect the 'cullingActive' flag when
testing drawable bounding box<br>
<br>
Fri, 1 Sep 2017 15:50:47 +0100<br>
Author : OpenSceneGraph git repository<br>
Merge pull request #337 from mp3butcher/osganimbugfixfix a bug
in how vertexattributes are filled<br>
<br>
Wed, 30 Aug 2017 23:15:01 +0200<br>
Author : Julien Valentin<br>
fix a bug in how vertexattributes are filled<br>
<br>
Tue, 29 Aug 2017 10:51:06 +0100<br>
Author : OpenSceneGraph git repository<br>
Merge pull request #334 from
mathieu/ValidateProgramTooEarlyUnder macOS the glValidateProgram
reports too many errors <br>
<br>
Tue, 29 Aug 2017 11:34:27 +0200<br>
Author : Mathieu MARACHE<br>
Under macOS the glValidateProgram reports too many false
negatives (errors) about missing buffers, etc..From the internet
<a
href="https://stackoverflow.com/questions/15335510/opengl-glvalidateprogram-error-on-mac-os-x"
moz-do-not-send="true">https://stackoverflow.com/questions/15335510/opengl-glvalidateprogram-error-on-mac-os-x</a>
:<br>
« […] 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.<br>
<br>
An appropriate place to call glValidateProgram would be right
before you make a real render call. »<br>
<br>
Mon, 28 Aug 2017 16:28:30 +0100<br>
Author : OpenSceneGraph git repository<br>
Merge pull request #332 from
denyskoch/fix-boundingsphere-inequality-operatorFix flawed
BoundingSphere inequality operator<br>
<br>
Mon, 28 Aug 2017 14:34:39 +0200<br>
Author : Denys Koch<br>
Fix flawed BoundingSphere inequality operator<br>
<br>
Mon, 28 Aug 2017 10:02:27 +0100<br>
Author : OpenSceneGraph git repository<br>
Merge pull request #330 from
mathieu/ProgramFixFunctionAvailableCoreProfileosg::Program::isFixedFunction()
should'nt return true if fixed function unavailable<br>
<br>
Mon, 28 Aug 2017 09:44:10 +0200<br>
Author : Mathieu MARACHE<br>
osg::Program::isFixedFunction() should'nt return true fixed
function is unavailable, even if _shaderList.empty() is true<br>
<br>
Sun, 27 Aug 2017 18:08:09 +0100<br>
Author : OpenSceneGraph git repository<br>
Merge pull request #327 from kornerr/masterFix Emscripten build
errors<br>
<br>
Sun, 27 Aug 2017 18:07:21 +0100<br>
Author : OpenSceneGraph git repository<br>
Merge pull request #328 from scrawl/group-docsFix docs for
Group::addChild to match implementation<br>
<br>
Sat, 26 Aug 2017 19:25:00 +0300<br>
Author : Michael Kapelko<br>
Fix Emscripten build errors<br>
<br>
Sat, 26 Aug 2017 11:30:55 +0000<br>
Author : scrawl<br>
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.<br>
<br>
Fri, 25 Aug 2017 14:49:38 +0100<br>
Author : OpenSceneGraph git repository<br>
Merge pull request #326 from emminizer/glcore3_cmakefixSETUP_EXE
in CMake now uses same define for including the GLCORE head…<br>
<br>
Fri, 25 Aug 2017 14:48:42 +0100<br>
Author : OpenSceneGraph git repository<br>
Merge pull request #325 from emminizer/msvc2015_exportfixRemoved
inappropriate use of OSG_EXPORT on
DefaultIndirectCommandDrawArrays and De…<br>
<br>
Fri, 25 Aug 2017 09:04:05 -0400<br>
Author : Daniel Emminizer<br>
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.<br>
<br>
Fri, 25 Aug 2017 08:55:25 -0400<br>
Author : Daniel Emminizer<br>
No longer using OSG_EXPORT on DefaultIndirectCommandDrawArrays
and DefaultIndirectCommandDrawElements, fixing compile errors in
MSVC 2015.<br>
<br>
Fri, 25 Aug 2017 10:04:40 +0100<br>
Author : OpenSceneGraph git repository<br>
Merge pull request #324 from mp3butcher/osganimationAdd
extensions<br>
<br>
Fri, 25 Aug 2017 00:19:22 +0200<br>
Author : Julien Valentin<br>
Add extensions<br>
<br>
Thu, 24 Aug 2017 15:13:14 +0100<br>
Author : Robert Osfield<br>
Cleaned up warnings and removed assorts.<br>
<br>
Thu, 24 Aug 2017 13:55:56 +0100<br>
Author : OpenSceneGraph git repository<br>
Merge pull request #322 from mp3butcher/MDI7fix osggpucull to
fit both new BIB and MDI<br>
<br>
Thu, 24 Aug 2017 14:15:09 +0200<br>
Author : Julien Valentin<br>
fix osggpucull to fit both new BIB and MDI<br>
<br>
Thu, 24 Aug 2017 11:17:43 +0100<br>
Author : Robert Osfield<br>
Bumped SO version to reflect changes in ABI<br>
<br>
Thu, 24 Aug 2017 11:08:38 +0100<br>
Author : OpenSceneGraph git repository<br>
Merge pull request #321 from
LaurensVoerman/tgaMissingColormapfix gcc/VC compile warnings,
reject color mapped tga files with missing colormap.<br>
<br>
Thu, 24 Aug 2017 11:33:23 +0200<br>
Author : Laurens Voerman<br>
fix gcc/VC compile warnings, reject color mapped tga files with
missing colormap.<br>
<br>
Thu, 24 Aug 2017 10:33:44 +0100<br>
Author : OpenSceneGraph git repository<br>
Merge pull request #320 from mp3butcher/MDI7MultiDrawIndirect<br>
<br>
Thu, 24 Aug 2017 11:26:23 +0200<br>
Author : Julien Valentin<br>
Merge remote-tracking branch 'upstream/master' into MDI7<br>
<br>
Thu, 24 Aug 2017 09:53:32 +0100<br>
Author : OpenSceneGraph git repository<br>
Merge pull request #318 from mp3butcher/osganimationchange the
design of BufferIndexBinding to work with BufferData instead of
BufferObject +matrix transpose<br>
<br>
Thu, 24 Aug 2017 10:29:19 +0200<br>
Author : Julien Valentin<br>
comply with osg::BufferIndexBinding new design (a miss)<br>
<br>
Wed, 23 Aug 2017 23:42:12 +0200<br>
Author : Julien Valentin<br>
change the design of BufferIndexBinding to work with BufferData
instead of BufferObject allow convenient BufferData abstraction
+ serialization of BufferIndexBinding<br>
<br>
Wed, 23 Aug 2017 19:06:25 +0200<br>
Author : Julien Valentin<br>
add a transpose method for 4x4 and a transpose3x3 to transpose
only orthogonal part of a mat4x4<br>
<br>
Wed, 23 Aug 2017 15:26:07 +0100<br>
Author : Robert Osfield<br>
Fixed underflow issue<br>
<br>
Wed, 23 Aug 2017 14:51:18 +0100<br>
Author : Robert Osfield<br>
Fixed comparison to properly handle texture coordinates being
assigned<br>
<br>
Wed, 23 Aug 2017 14:48:04 +0100<br>
Author : OpenSceneGraph git repository<br>
Merge pull request #314 from LaurensVoerman/notify2reduce the
need to reallocate the std::ostream buffer behind osg::Notify<br>
<br>
Wed, 23 Aug 2017 14:39:35 +0100<br>
Author : Robert Osfield<br>
Warning fixes<br>
<br>
Tue, 22 Aug 2017 15:23:47 +0200<br>
Author : Laurens Voerman<br>
reduce the need to reallocate the std::ostream buffer behind
osg::Notify (causing multitreading issues) by pre-allocating
4095 bytes.<br>
<br>
Wed, 23 Aug 2017 08:54:10 +0100<br>
Author : OpenSceneGraph git repository<br>
Merge pull request #315 from kornerr/masterFix stat64 build
issue with NDK 15 by definining it as stat for Android<br>
<br>
Tue, 22 Aug 2017 22:49:56 +0300<br>
Author : Michael Kapelko<br>
Fix stat64 build issue with NDK 15 by definining at stat for
Android<br>
<br>
Tue, 22 Aug 2017 12:04:18 +0100<br>
Author : Robert Osfield<br>
Updated ChangeLog<br>
<br>
Tue, 22 Aug 2017 09:04:49 +0100<br>
Author : Robert Osfield<br>
Added catch for controbutors list<br>
<br>
Tue, 22 Aug 2017 11:58:49 +0100<br>
Author : Robert Osfield<br>
Added name typo fix<br>
<br>
Tue, 22 Aug 2017 09:22:41 +0100<br>
Author : OpenSceneGraph git repository<br>
Merge pull request #311 from
eligovision/masterGeometry::compileGLObjects function VAO fix<br>
<br>
Tue, 22 Aug 2017 09:21:24 +0100<br>
Author : OpenSceneGraph git repository<br>
Merge pull request #312 from
LaurensVoerman/vnc_pluginReaderWriterVNC.cpp fix g++ warnings<br>
<br>
Mon, 21 Aug 2017 11:15:22 +0200<br>
Author : Laurens Voerman<br>
ReaderWriterVNC.cpp fix g++ warnings<br>
<br>
Tue, 22 Aug 2017 10:12:36 +0300<br>
Author : Konstantin S. Matveyev<br>
Geometry::compileGLObjects function VAO fix<br>
<br>
Tue, 22 Aug 2017 08:01:40 +0100<br>
Author : OpenSceneGraph git repository<br>
Merge pull request #309 from mp3butcher/osganimationadd
DrawElementTypeSimplifierVisitor constructor because default
nodevisitor is TRAVERSE_NONE..<br>
<br>
Mon, 21 Aug 2017 18:33:56 +0200<br>
Author : Julien Valentin<br>
fix nodevisitor construction<br>
<br>
Mon, 21 Aug 2017 16:24:34 +0100<br>
Author : Robert Osfield<br>
Revert commit 904619e219b5c045b1c8d9d923f52f80089ee24e as it was
causeing build problems<br>
<br>
Mon, 21 Aug 2017 15:06:31 +0100<br>
Author : Robert Osfield<br>
Added handling of CPACK and automatically generated package
files<br>
<br>
Mon, 21 Aug 2017 11:40:45 +0100<br>
Author : Robert Osfield<br>
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<br>
<br>
Sun, 20 Aug 2017 19:53:41 +0100<br>
Author : OpenSceneGraph git repository<br>
Merge pull request #307 from eligovision/master[*]
createTexturedQuadGeometry: fixed for GL3 spec<br>
<br>
Sun, 20 Aug 2017 19:52:31 +0100<br>
Author : OpenSceneGraph git repository<br>
Merge pull request #308 from OpenMW/collada_valuetype_patchUse
osg::Quat::value_type instead of double in collada plugin<br>
<br>
Sun, 20 Aug 2017 15:56:40 +0000<br>
Author : scrawl<br>
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)<br>
<br>
<br>
Sun, 20 Aug 2017 18:01:49 +0300<br>
Author : konstantin.matveyev<br>
[*] createTexturedQuadGeometry: fixed for GL3 spec: GL_QUADS
-> GL_TRIANGLES<br>
<br>
Sun, 20 Aug 2017 08:32:02 +0100<br>
Author : OpenSceneGraph git repository<br>
Merge pull request #306 from
AnyOldName3/targa-type-one-supportAdd support for type-1
(colour-mapped, uncompressed) targa images to …<br>
<br>
Sat, 19 Aug 2017 22:22:20 +0100<br>
Author : AnyOldName3<br>
Add support for type-1 (colour-mapped, uncompressed) targa
images to the osgTGA plugin<br>
<br>
Sat, 19 Aug 2017 17:20:40 +0100<br>
Author : OpenSceneGraph git repository<br>
Merge pull request #304 from eligovision/masterglClear should
not be called with zero-mask in osgUtil::RenderStage::…<br>
<br>
Fri, 18 Aug 2017 16:13:16 +0100<br>
Author : Robert Osfield<br>
Merged addition of "" around variable from 3.4 branch<br>
<br>
Fri, 18 Aug 2017 10:20:26 +0300<br>
Author : Konstantin S. Matveyev<br>
glClear should not be called with zero-mask in
osgUtil::RenderStage::drawImplementation<br>
<br>
Fri, 18 Aug 2017 08:08:28 +0100<br>
Author : Robert Osfield<br>
Fixed iterator comparison.<br>
<br>
Thu, 17 Aug 2017 13:55:13 +0100<br>
Author : OpenSceneGraph git repository<br>
Merge pull request #301 from
LaurensVoerman/Submit_linkWithVariablesfix for visual studio
trying to link "debug.lib" and "release.lib"<br>
<br>
Thu, 17 Aug 2017 10:52:59 +0100<br>
Author : Robert Osfield<br>
Added version check for boolean, TRUE and FALSE settings<br>
<br>
Thu, 17 Aug 2017 11:44:06 +0200<br>
Author : Laurens Voerman<br>
fix for visual studio trying to link "debug.lib" and
"release.lib"<br>
<br>
Wed, 16 Aug 2017 17:51:58 +0100<br>
Author : Robert Osfield<br>
Added remapping of CMAKE_BUILD_TYPE strings that don't have the
correct case.<br>
<br>
Wed, 16 Aug 2017 14:20:00 +0100<br>
Author : Robert Osfield<br>
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.<br>
<br>
<br>
Wed, 16 Aug 2017 11:30:14 +0100<br>
Author : OpenSceneGraph git repository<br>
Merge pull request #300 from eligovision/masterText3D
character/glyph size fix<br>
<br>
Wed, 16 Aug 2017 09:04:02 +0100<br>
Author : OpenSceneGraph git repository<br>
Merge pull request #299 from luzpaz/misc-typo-fixesmisc. typo
fixes<br>
<br>
Tue, 15 Aug 2017 22:15:31 +0300<br>
Author : konstantin.matveyev<br>
Merge remote-tracking branch 'upstream/master'<br>
<br>
Tue, 15 Aug 2017 22:11:15 +0300<br>
Author : konstantin.matveyev<br>
Text3D character/glyph size fixed<br>
<br>
Tue, 15 Aug 2017 12:23:49 -0400<br>
Author : luzpaz<br>
misc. typo fixesmostly non-user-facing but some doxy. <br>
<br>
Tue, 15 Aug 2017 16:35:23 +0100<br>
Author : Robert Osfield<br>
Fixed warning<br>
<br>
Tue, 15 Aug 2017 15:42:22 +0100<br>
Author : Uwe Woessner<br>
Extension to the PLY plugin to read files with textures.<br>
<br>
Tue, 15 Aug 2017 06:39:02 +0100<br>
Author : OpenSceneGraph git repository<br>
Merge pull request #298 from eligovision/masterEmscripten: EGL
instead of SDL2 in GLExtensions.cpp<br>
<br>
Mon, 14 Aug 2017 14:58:29 +0300<br>
Author : konstantin.matveyev<br>
Merge remote-tracking branch 'upstream/master'<br>
<br>
Mon, 14 Aug 2017 11:19:04 +0300<br>
Author : konstantin.matveyev<br>
Emscripten: EGL instead of SDL2 in GLExtensions.cpp<br>
<br>
Tue, 23 May 2017 16:33:16 +0100<br>
Author : Robert Osfield<br>
Replaced local FindZLIB.cmake usage with CMake's own
FindZLIB.cmake, and ZLIB_LIBRARY to ZLIB_LIBRARIES<br>
<br>
Wed, 9 Aug 2017 14:08:59 +0100<br>
Author : OpenSceneGraph git repository<br>
Merge pull request #296 from openscenegraph/FullScreenFrom Don
Burns, add use of Xinerama to ensure full screen goes across all
screens.<br>
<br>
Wed, 9 Aug 2017 08:58:25 +0100<br>
Author : Robert Osfield<br>
Disabled the building of deprecated serializations in
convertity_scan<br>
<br>
Tue, 8 Aug 2017 13:35:35 +0100<br>
Author : Anna Sokol<br>
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.<br>
<br>
<br>
Mon, 7 Aug 2017 16:32:44 +0100<br>
Author : Robert Osfield<br>
Added link to ABI tracker<br>
<br>
Sun, 6 Aug 2017 15:30:27 +0100<br>
Author : OpenSceneGraph git repository<br>
Merge pull request #294 from mp3butcher/MDI6add resize methods
method in IndirectCommandArrays ..etc..<br>
<br>
Sat, 5 Aug 2017 18:03:27 +0200<br>
Author : Julien Valentin<br>
update IndirectCommandArrays interfaces and default impl to use
DrawElements like semantic<br>
<br>
Wed, 2 Aug 2017 22:10:02 +0200<br>
Author : Julien Valentin<br>
add MDI support<br>
<br>
Wed, 2 Aug 2017 21:50:25 +0200<br>
Author : Julien Valentin<br>
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)<br>
<br>
Tue, 1 Aug 2017 07:54:37 +0100<br>
Author : OpenSceneGraph git repository<br>
Merge pull request #293 from mp3butcher/MDI6fix a bug in MDI
serializer<br>
<br>
Tue, 1 Aug 2017 02:18:15 +0200<br>
Author : Julien Valentin<br>
fix a bug in MDI serializer<br>
<br>
Mon, 31 Jul 2017 13:38:18 +0100<br>
Author : Robert Osfield<br>
Merged #pragmatic shader fix from OpenSceneGraph-3.4 branch.<br>
<br>
Mon, 31 Jul 2017 08:09:16 +0100<br>
Author : OpenSceneGraph git repository<br>
Merge pull request #287 from mp3butcher/MDI6correct a bug and
make MDI example more conservative<br>
<br>
Mon, 31 Jul 2017 03:15:03 +0200<br>
Author : Julien Valentin<br>
fix a bug : indices pre incremented should be post<br>
<br>
Mon, 31 Jul 2017 03:08:52 +0200<br>
Author : Julien Valentin<br>
Add arguments, command line usage and use DrawElementsUInt for
classic case<br>
<br>
Mon, 31 Jul 2017 02:43:50 +0200<br>
Author : Julien Valentin<br>
correct a bug and make it more conservative<br>
<br>
Sun, 30 Jul 2017 15:40:17 +0100<br>
Author : OpenSceneGraph git repository<br>
Merge pull request #285 from mp3butcher/MDI6add a very simple
example for mdi with basevertex<br>
<br>
Sun, 30 Jul 2017 10:15:32 +0200<br>
Author : Julien Valentin<br>
add a very simple example for mdi with basevertex<br>
<br>
Fri, 28 Jul 2017 17:17:25 +0100<br>
Author : Robert Osfield<br>
Updated version number, ChangeLog and AUTHORS file for 3.5.7
developer release<br>
<br>
Fri, 28 Jul 2017 14:34:59 +0100<br>
Author : Robert Osfield<br>
Added missing break statements<br>
<br>
Fri, 28 Jul 2017 14:32:56 +0100<br>
Author : Robert Osfield<br>
Improved readability and consistency with the rest OSG by
adding/removing spaces and brackets where appropriate.<br>
<br>
Fri, 28 Jul 2017 13:30:36 +0100<br>
Author : Robert Osfield<br>
Improved the readability and consistency with the rest of the
OSG by inserting/removing spaces and line spacing.<br>
<br>
Fri, 28 Jul 2017 10:27:47 +0100<br>
Author : OpenSceneGraph git repository<br>
Merge pull request #267 from kornerr/masterAdd osgemscripten
example<br>
<br>
Fri, 28 Jul 2017 08:46:30 +0100<br>
Author : OpenSceneGraph git repository<br>
Merge pull request #278 from mp3butcher/MDI2Mdi<br>
<br>
Thu, 27 Jul 2017 12:27:55 +0200<br>
Author : mp3butcher<br>
set DIBO of the drawcommandarray directly in their interface
constructor it makes osggpu use case lighter + drawcommandarray
can't exist without a BO<br>
<br>
Thu, 27 Jul 2017 12:00:41 +0200<br>
Author : mp3butcher<br>
Promote PrimitiveSetIndirect's VBO to a target explicited DIBO
(in order to benefit from BOSet queue management)<br>
<br>
Thu, 27 Jul 2017 10:26:43 +0100<br>
Author : OpenSceneGraph git repository<br>
Merge pull request #277 from mp3butcher/MDI2PrimitiveSetIndirect
cleanup + serializers<br>
<br>
Thu, 27 Jul 2017 01:54:25 +0200<br>
Author : mp3butcher<br>
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)<br>
<br>
Thu, 27 Jul 2017 01:40:04 +0200<br>
Author : mp3butcher<br>
remove deprecated DrawIndirectBufferBinding<br>
<br>
Thu, 27 Jul 2017 01:08:37 +0200<br>
Author : mp3butcher<br>
fix some errors during renaming and cleanup code<br>
<br>
Wed, 26 Jul 2017 23:38:20 +0200<br>
Author : mp3butcher<br>
add untested serializers for PrimitiveSetIndirect<br>
<br>
Wed, 26 Jul 2017 23:36:55 +0200<br>
Author : mp3butcher<br>
some renaming and harmonisations with osg metamodel convention<br>
<br>
Wed, 26 Jul 2017 20:46:09 +0100<br>
Author : Robert Osfield<br>
Merge branch 'MDI2' of <a
href="https://github.com/mp3butcher/OpenSceneGraph"
moz-do-not-send="true">https://github.com/mp3butcher/OpenSceneGraph</a>
into MultiDrawIndirect<br>
<br>
Wed, 26 Jul 2017 20:25:41 +0200<br>
Author : mp3butcher<br>
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<br>
<br>
Wed, 26 Jul 2017 12:54:37 +0100<br>
Author : Robert Osfield<br>
Replaced FindOurDCMTK.cmake usage with FindDCMTK.cmake<br>
<br>
Wed, 26 Jul 2017 12:26:38 +0100<br>
Author : Robert Osfield<br>
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.<br>
<br>
Tue, 25 Jul 2017 14:56:27 +0100<br>
Author : Robert Osfield<br>
Merged MSVC static build fix from OpenSceneGraph-3.4<br>
<br>
Mon, 17 Jul 2017 16:46:16 +0100<br>
Author : Anna Sokol<br>
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");<br>
<br>
<br>
Mon, 17 Jul 2017 07:53:48 +0100<br>
Author : OpenSceneGraph git repository<br>
Merge pull request #270 from caishanli/patch-1fix StatsHandler
crash on windows<br>
<br>
Mon, 3 Jul 2017 16:24:01 +0800<br>
Author : Cai Shanli<br>
fix StatsHandler crush on windowschange static_cast to
dynamic_cast to avoid type cast error<br>
<br>
Thu, 22 Jun 2017 09:44:06 +0700<br>
Author : Michael Kapelko<br>
Add osgemscripten example<br>
<br>
Mon, 19 Jun 2017 15:55:42 +0100<br>
Author : Robert Osfield<br>
Updated SO version number to 149 to enable uint64 object length
read/writing in the .osgb format<br>
<br>
Mon, 19 Jun 2017 15:45:35 +0100<br>
Author : Robert Osfield<br>
Added version checks for when writing out new 64bit object sizes<br>
<br>
Mon, 19 Jun 2017 15:33:52 +0100<br>
Author : Robert Osfield<br>
Replaced long long with uint64_t<br>
<br>
Mon, 19 Jun 2017 15:25:04 +0100<br>
Author : OpenSceneGraph git repository<br>
Merge pull request #264 from
rickyviking/binaryStreamLargeBlockBinaryStreamOperator: read and
write block size as long long integer<br>
<br>
Mon, 19 Jun 2017 12:04:03 +0100<br>
Author : Robert Osfield<br>
Added ability for OSG serializers to get the file version number
when writing out via the OutputStream object<br>
<br>
Mon, 19 Jun 2017 08:50:00 +0100<br>
Author : OpenSceneGraph git repository<br>
Merge pull request #265 from cxw42/array-classnameMake
Array::className() support all Array::Type values<br>
<br>
Mon, 19 Jun 2017 08:43:54 +0100<br>
Author : OpenSceneGraph git repository<br>
Merge pull request #263 from cxw42/build-fixStill build even if
CPACK_GENERATOR is undefined<br>
<br>
Mon, 19 Jun 2017 08:26:24 +0100<br>
Author : Robert Osfield<br>
Merge branch 'master' of <a
href="https://github.com/openscenegraph/OpenSceneGraph"
moz-do-not-send="true">https://github.com/openscenegraph/OpenSceneGraph</a><br>
<br>
Mon, 19 Jun 2017 08:12:47 +0100<br>
Author : OpenSceneGraph git repository<br>
Merge pull request #260 from
blobfish/primitiveIndexIntersections and primitive index<br>
<br>
Fri, 16 Jun 2017 09:58:32 -0400<br>
Author : Chris White<br>
Make Array::className() support all
Array::Type'sArray::className() had fallen out of date with
respect to Array::Type.<br>
This commit updates it, and adds documentation and a debug
message to<br>
serve as a reminder for future additions of values to
Array::Type.<br>
<br>
<br>
Wed, 14 Jun 2017 16:09:40 +0200<br>
Author : Riccardo Corsi<br>
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.<br>
<br>
Sat, 10 Jun 2017 22:05:19 -0400<br>
Author : cxw<br>
Still build even if CPACK_GENERATOR is undefinedWithout the
quotes around `${CPACK_GENERATOR}`, Windows CMake, generating<br>
for VS2013, would exit with an error because the `STREQUAL` only
had one arg.<br>
<br>
<br>
Thu, 8 Jun 2017 07:10:32 +0100<br>
Author : OpenSceneGraph git repository<br>
Merge pull request #261 from cxw42/doxy-osguiAdded osgUI to
Doxygen-generated documentation<br>
<br>
Wed, 7 Jun 2017 07:50:55 -0400<br>
Author : Chris White<br>
Added osgUI to Doxygen-generated documentation<br>
<br>
Fri, 2 Jun 2017 15:43:54 -0400<br>
Author : blobfish<br>
osg: KdTree: count degenerates to keep original primitive index
in sync<br>
<br>
Thu, 1 Jun 2017 15:25:38 -0400<br>
Author : blobfish<br>
osg: KdTree: encode original primitive index into _vertexIndices<br>
<br>
Tue, 30 May 2017 18:46:03 -0400<br>
Author : blobfish<br>
osgUtil: LineSegmentIntersector: don't increment primitive index
until after adding intersection<br>
<br>
Mon, 29 May 2017 12:19:08 -0400<br>
Author : blobfish<br>
osgUtil: PolytopeIntersector: don't increment primitive index
until after adding intersection<br>
<br>
Tue, 30 May 2017 18:38:25 -0400<br>
Author : blobfish<br>
examples: osgkeyboardmouse: add primitive index to
LineSegmentIntersector output<br>
<br>
Fri, 2 Jun 2017 09:29:05 +0100<br>
Author : OpenSceneGraph git repository<br>
Merge pull request #259 from jtorresfabra/fixes_kdtreeFixes
kdtree building<br>
<br>
Wed, 31 May 2017 13:30:50 +0200<br>
Author : Jordi<br>
Fixes kdtree building<br>
<br>
Mon, 29 May 2017 12:20:31 +0100<br>
Author : Robert Osfield<br>
Added TimeMultiplier and LoopingMode to ImageSequence .osg
serializer<br>
<br>
Thu, 25 May 2017 12:38:54 +0100<br>
Author : Robert Osfield<br>
Improved support for Text with large numbers of glyphs<br>
<br>
Thu, 25 May 2017 09:54:11 +0100<br>
Author : Robert Osfield<br>
Build fix<br>
<br>
Thu, 25 May 2017 09:37:30 +0100<br>
Author : Robert Osfield<br>
Merge branch 'master' of <a
href="https://github.com/openscenegraph/OpenSceneGraph"
moz-do-not-send="true">https://github.com/openscenegraph/OpenSceneGraph</a><br>
<br>
Thu, 25 May 2017 09:37:26 +0100<br>
Author : OpenSceneGraph git repository<br>
Merge pull request #258 from kornerr/masterAdd x86_64
architecture to iOS simulator<br>
<br>
Thu, 25 May 2017 08:56:53 +0100<br>
Author : Robert Osfield<br>
Tidied up spacing<br>
<br>
Thu, 25 May 2017 08:48:45 +0100<br>
Author : Robert Osfield<br>
Fixed naming of OSG_USE_DEPRECATED_API<br>
<br>
Wed, 24 May 2017 19:40:08 +0100<br>
Author : Robert Osfield<br>
Moved OSG_USE_DEPRECATED_API from include/osg/Export to Cmake
controlled include/osg/Config<br>
<br>
Wed, 24 May 2017 19:39:36 +0100<br>
Author : Robert Osfield<br>
Replaced deprecated API usage<br>
<br>
Wed, 24 May 2017 18:34:22 +0100<br>
Author : Robert Osfield<br>
Replaced DimensionMask naming with more appropriate
PrimitiveMask nameing.<br>
<br>
Wed, 24 May 2017 16:02:29 +0100<br>
Author : Robert Osfield<br>
Added support for PolytopeIntersector::setDimensionsMask.<br>
<br>
Wed, 24 May 2017 16:01:49 +0100<br>
Author : Robert Osfield<br>
Aded --dim-mask mask and --dm mask command line option for
setting the PolytopeIntersector::setDimensionsMask().<br>
<br>
Wed, 24 May 2017 22:29:19 +0700<br>
Author : Michael Kapelko<br>
Add x86_64 architecture to iOS simulator<br>
<br>
</div>
<div id="DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2"><br>
<table style="border-top: 1px solid #D3D4DE;">
<tbody>
<tr>
<td style="width: 55px; padding-top: 13px;"><a
href="http://www.avg.com/email-signature?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=emailclient"
target="_blank" moz-do-not-send="true"><img
src="https://ipmcdn.avast.com/images/icons/icon-envelope-tick-green-avg-v1.png"
alt="" style="width: 46px; height: 29px;"
moz-do-not-send="true" height="29" width="46"></a></td>
<td style="width: 470px; padding-top: 12px; color:
#41424e; font-size: 13px; font-family: Arial, Helvetica,
sans-serif; line-height: 18px;">Virus-free. <a
href="http://www.avg.com/email-signature?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=emailclient"
target="_blank" style="color: #4453ea;"
moz-do-not-send="true">www.avg.com</a> </td>
</tr>
</tbody>
</table>
<a href="#DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2" width="1"
height="1" moz-do-not-send="true"> </a></div>
<br>
<fieldset class="mimeAttachmentHeader"></fieldset>
<br>
<pre wrap="">_______________________________________________
osg-users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:osg-users@lists.openscenegraph.org">osg-users@lists.openscenegraph.org</a>
<a class="moz-txt-link-freetext" href="http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org">http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org</a>
</pre>
</blockquote>
<br>
</body>
</html>