From dce4b81728f130bba9d4547abfd5125b8fc820e9 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Tue, 22 May 2018 09:04:48 +0100 Subject: [PATCH] Updates for rc6 --- CMakeLists.txt | 2 +- ChangeLog | 21 +++++++++++++++++++++ README.md | 2 +- 3 files changed, 23 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index c0f55f670..e6f71e47b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -9,7 +9,7 @@ SET(OPENSCENEGRAPH_SOVERSION 157) # set to 0 when not a release candidate, non zero means that any generated # git tags will be treated as release candidates of given number -SET(OPENSCENEGRAPH_RELEASE_CANDIDATE 5) +SET(OPENSCENEGRAPH_RELEASE_CANDIDATE 6) set(CMAKE_ALLOW_LOOSE_LOOP_CONSTRUCTS TRUE) set_property(GLOBAL PROPERTY USE_FOLDERS ON) diff --git a/ChangeLog b/ChangeLog index bee411dde..23eb78fb2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,24 @@ +Mon, 21 May 2018 13:26:04 -0400 +Author : gwaldron +osgText: perform pixel size computation in double-precision to prevent coordinate jitter + +Mon, 21 May 2018 18:14:18 +0100 +Author : Robert Osfield +Moved the rotation to before the scale + +Mon, 21 May 2018 13:18:29 +0100 +Author : Robert Osfield +Fixed typos + +Mon, 21 May 2018 13:10:40 +0100 +Author : Robert Osfield +Restored the REGISTER_WINDOWINGSYSTEMINTERFACE macro to the include/osg/GraphicsContext header and removed the OSGVIEWER_EXPORT as this was causing compatibility issues with osgQt.In GraphicsWindowWin32 replaced REGISTER_WINDOWINGSYSTEMINTERFACE usage with locally implemented equivilant with the required OSGVIEWER_EXPORT. + + +Sun, 20 May 2018 13:39:44 +0100 +Author : Robert Osfield +Updated ChangeLog and README.md for rc5 + Sun, 20 May 2018 13:22:58 +0100 Author : Robert Osfield Restructed SCREEN auto scaling so that it's removes the rotation of the modelview matrix so that the XY coords of the text map directly to window xy coords for all text alignment types diff --git a/README.md b/README.md index 1a1e4229f..3886677ec 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ If details below are not sufficient then head over to the openscenegraph.org to Robert Osfield. Project Lead. -20th May 2018. +22nd May 2018. ---