UPdated for 3.6.3-rc9

This commit is contained in:
Robert Osfield 2019-07-25 15:10:36 +01:00
parent bf208e1d10
commit b2daa32420
3 changed files with 22 additions and 2 deletions

View File

@ -9,7 +9,7 @@ SET(OPENSCENEGRAPH_SOVERSION 160)
# set to 0 when not a release candidate, non zero means that any generated # 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 # git tags will be treated as release candidates of given number
SET(OPENSCENEGRAPH_RELEASE_CANDIDATE 8) SET(OPENSCENEGRAPH_RELEASE_CANDIDATE 9)
set(CMAKE_ALLOW_LOOSE_LOOP_CONSTRUCTS TRUE) set(CMAKE_ALLOW_LOOSE_LOOP_CONSTRUCTS TRUE)
set_property(GLOBAL PROPERTY USE_FOLDERS ON) set_property(GLOBAL PROPERTY USE_FOLDERS ON)

View File

@ -1,3 +1,23 @@
Thu, 25 Jul 2019 14:58:17 +0100
Author : Robert Osfield
Changed the #extension enable
Thu, 25 Jul 2019 14:10:01 +0100
Author : Robert Osfield
Change the DefaultFont so that it's managemed via the ObjectCache to enabl it to be release and cleared in a central manner. Added call to Registry::releaseGLObjects() to osgViewer/Renderer.cpp to enable automatic clean up of objects in the ObjectCache.
Thu, 25 Jul 2019 12:48:21 +0100
Author : Robert Osfield
Added readObject() implementations
Thu, 25 Jul 2019 10:39:34 +0100
Author : Robert Osfield
Added ReaderWriterOBJ::readObject(..) implementations to address issue with using osgconv
Mon, 22 Jul 2019 19:22:16 +0100
Author : Robert Osfield
Updates for 3.6.4-rc8
Mon, 22 Jul 2019 17:20:10 +0100 Mon, 22 Jul 2019 17:20:10 +0100
Author : Robert Osfield Author : Robert Osfield
Added handling of iOS and Android to make sure FontConfig is only used for Desktop builds Added handling of iOS and Android to make sure FontConfig is only used for Desktop builds

View File

@ -25,7 +25,7 @@ If details below are not sufficient then head over to the openscenegraph.org to
Robert Osfield. Robert Osfield.
Project Lead. Project Lead.
22nd July 2019. 25th July 2019.
--- ---