From 7a3e0445baf08f5370b5a39955750f8bf7f2c2d6 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Sun, 13 May 2018 09:23:38 +0100 Subject: [PATCH] Updated for rc --- CMakeLists.txt | 2 +- ChangeLog | 45 +++++++++++++++++++++++++++++++++++++++++++++ README.md | 2 +- 3 files changed, 47 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 979fd59a3..9938cd8bf 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 3) +SET(OPENSCENEGRAPH_RELEASE_CANDIDATE 4) set(CMAKE_ALLOW_LOOSE_LOOP_CONSTRUCTS TRUE) set_property(GLOBAL PROPERTY USE_FOLDERS ON) diff --git a/ChangeLog b/ChangeLog index 2294c47fb..050647de4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,48 @@ +Sat, 12 May 2018 12:41:42 +0100 +Author : Robert Osfield +Build fixes for OSG_USE_REF_PTR_IMPLICIT_OUTPUT set to OFF + +Sat, 12 May 2018 11:40:25 +0100 +Author : Robert Osfield +Rewrote TextBase::computeMatrix(..) computation of the scaling factor with slower but easier to understand and more robust code + +Sat, 12 May 2018 07:51:51 +0100 +Author : Robert Osfield +Removed use of deprecated cmake policy + +Fri, 11 May 2018 11:15:45 +0100 +Author : Robert Osfield +Moved constructors and destructors to .cpp + +Fri, 11 May 2018 11:11:48 +0100 +Author : Robert Osfield +Revert "Moved the Options constructors and destructor implementaions into the cpp to make it easier to do debugging"This reverts commit 0fc7aa8cc096e59b9366df60c1fdbd0803ac4481. + + +Fri, 11 May 2018 09:00:22 +0100 +Author : Robert Osfield +Fixed crash the occurred when passing in a osgDB::Options to the ObjectCache that doesn't have any references to it. + +Fri, 11 May 2018 08:58:30 +0100 +Author : Robert Osfield +Moved the Options constructors and destructor implementaions into the cpp to make it easier to do debugging + +Thu, 10 May 2018 18:58:29 +0100 +Author : Robert Osfield +Fixed build when OSG_ENVVAR_SUPPORTED is disabled and quietened down warnings using OSG_UNUSED* macros + +Thu, 10 May 2018 18:50:17 +0100 +Author : Robert Osfield +Changed the ordering of the build include directory and the source include directory to avoid build issues on systems where a different version of the OSG has been built in-source then another built out-of-source resulting in conflicts + +Thu, 10 May 2018 16:59:56 +0100 +Author : Robert Osfield +Fixed typo + +Sun, 6 May 2018 07:47:23 +0100 +Author : Robert Osfield +Updates for 3.6.1-rc3 + Sat, 5 May 2018 15:47:28 +0100 Author : Robert Osfield Restructed the handling of SCREEN_COORD scaling to better handle window resizing diff --git a/README.md b/README.md index a476fe2ad..3d74ddcf8 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. -6th May 2018. +12th May 2018. ---