| | 1 | 2009-06-18 08:19 robert |
| | 2 | |
| | 3 | * src/osgManipulator, src/osgManipulator/AntiSquish.cpp: From Rene |
| | 4 | Molenaar, "The bug is as described above: |
| | 5 | |
| | 6 | "The dragger's corner tabs are no longer in the corners." |
| | 7 | |
| | 8 | this fix places the cornertabs back in the corners. |
| | 9 | (the manipulator does not make sense otherwise)." |
| | 10 | |
| | 11 | 2009-06-17 15:10 robert |
| | 12 | |
| | 13 | * CMakeLists.txt: Added CMAKE_ALLOW_LOOSE_LOOP_CONSTRUCTS |
| | 14 | |
| | 15 | 2009-06-17 08:55 robert |
| | 16 | |
| | 17 | * include/osg/DisplaySettings: Fixed error in |
| | 18 | DisplaySetting::setNumOfHttpDatabaseThreadsHint() |
| | 19 | |
| | 20 | 2009-06-12 09:53 robert |
| | 21 | |
| | 22 | * src/osg/Texture2DArray.cpp: From Konstantin Sinitsyn, "I've fixed |
| | 23 | bug with loading of compressed texture to texture array!" |
| | 24 | |
| | 25 | Merged from svn/trunk using: |
| | 26 | |
| | 27 | svn merge -r 10336:10337 |
| | 28 | http://www.openscenegraph.org/svn/osg/OpenSceneGraph/trunk/src/osg |
| | 29 | |
| | 30 | 2009-06-08 13:53 robert |
| | 31 | |
| | 32 | * src/osg: From Mathias Froehlich, "Without this change packed |
| | 33 | depth stencil attachments are only supported if the |
| | 34 | GL_EXT_framebuffer_blit extension is available. This is due to |
| | 35 | the early |
| | 36 | return from the constructor if this is missing. |
| | 37 | As far as I read the standard extension documents, this blit call |
| | 38 | is not |
| | 39 | required to have packed depth stencil fbos. |
| | 40 | The change fixes this and allows packed stencil attachments on |
| | 41 | machines |
| | 42 | without the multisample blit command." |
| | 43 | |
| | 44 | Merged from svn/trunk using: |
| | 45 | |
| | 46 | svn merge -r 10326:10327 |
| | 47 | http://www.openscenegraph.org/svn/osg/OpenSceneGraph/trunk |
| | 48 | |
| | 49 | 2009-06-08 11:14 robert |
| | 50 | |
| | 51 | * src/osgSim, src/osgSim/Sector.cpp: From Lionel Largade, "this |
| | 52 | correction makes the intensity interpolated in the correct |
| | 53 | direction when the angle is between _cosFadeAngle and _cosAngle." |
| | 54 | |
| | 55 | Merged from svn/trunk using: |
| | 56 | |
| | 57 | svn merge -r 10320:10321 |
| | 58 | http://www.openscenegraph.org/svn/osg/OpenSceneGraph/trunk/src/osgSim |
| | 59 | |
| | 60 | 2009-06-06 10:08 robert |
| | 61 | |
| | 62 | * include/osg/Referenced, src/osgUtil/RenderBin.cpp: Introduced |
| | 63 | depend_on template and usage in RenderBin.cpp's singleton to |
| | 64 | solve crash on exit in static builds. |
| | 65 | |
| | 66 | 2009-06-04 19:22 paulmelis |
| | 67 | |
| | 68 | * applications/osgversion/CMakeLists.txt: Fixed incorrect ENDIF() |
| | 69 | in applications/osgversion/CMakeLists.txt |
| | 70 | (CMake 2.4 complained about this, while 2.6 seems to ignore it) |
| | 71 | |
| | 72 | 2009-06-02 14:48 robert |
| | 73 | |
| | 74 | * ChangeLog, NEWS.txt: Update ChangeLog and NEWS |
| | 75 | |