| | 1 | 2009-04-23 13:27 robert |
| | 2 | |
| | 3 | * CMakeLists.txt: Updated release candidate number |
| | 4 | |
| | 5 | 2009-04-23 11:08 robert |
| | 6 | |
| | 7 | * src/osgPlugins/OpenFlight, |
| | 8 | src/osgPlugins/OpenFlight/Document.cpp, |
| | 9 | src/osgPlugins/OpenFlight/Document.h, |
| | 10 | src/osgPlugins/OpenFlight/GeometryRecords.cpp: Fix to handling of |
| | 11 | subsurface layers so that more appropriate PolygonOffset values |
| | 12 | are chosen. Merged from svn/trunk using: |
| | 13 | |
| | 14 | svn merge -r 10083:10084 |
| | 15 | http://www.openscenegraph.org/svn/osg/OpenSceneGraph/trunk/src/osgPlugins/OpenFlight/ |
| | 16 | |
| | 17 | 2009-04-23 11:07 robert |
| | 18 | |
| | 19 | * src/osg/PolygonOffset.cpp: Merged from svn trunk using: |
| | 20 | |
| | 21 | svn merge -r 10082:10083 |
| | 22 | http://www.openscenegraph.org/svn/osg/OpenSceneGraph/trunk/src/osg/PolygonOffset.cpp |
| | 23 | |
| | 24 | 2009-04-22 13:54 robert |
| | 25 | |
| | 26 | * applications/osgversion/osgversion.cpp: Fixed typo. |
| | 27 | |
| | 28 | 2009-04-22 13:09 robert |
| | 29 | |
| | 30 | * src/osgPlugins/dae/daeWriter.h: From Bob Kuehne, "fix for failing |
| | 31 | collada builds on osx due to not being able to stringstreamify |
| | 32 | osg::Vec3 without io_utils included." |
| | 33 | |
| | 34 | 2009-04-22 10:56 robert |
| | 35 | |
| | 36 | * examples, examples/osgcluster/broadcaster.cpp, |
| | 37 | examples/osgmanipulator/osgmanipulator.cpp, |
| | 38 | examples/osgscreencapture/osgscreencapture.cpp: From Paul Martz, |
| | 39 | "Looks like the people who created these two examples were a bit |
| | 40 | careless with cut and paste." |
| | 41 | |
| | 42 | Merged from svn/trunk using: |
| | 43 | |
| | 44 | svn merge -r 10063:10064 |
| | 45 | http://www.openscenegraph.org/svn/osg/OpenSceneGraph/trunk/examples/ |
| | 46 | |
| | 47 | 2009-04-22 10:49 robert |
| | 48 | |
| | 49 | * src/osg/Image.cpp: From Eric Sokolowsky, "src/osg/Image.cpp is |
| | 50 | missing the GL_RGBA8 image type when calculating the number of |
| | 51 | components in an image. It is added here." |
| | 52 | |
| | 53 | Merged from svn trunk using: |
| | 54 | |
| | 55 | svn merge -r 10061:10062 |
| | 56 | http://www.openscenegraph.org/svn/osg/OpenSceneGraph/trunk/src/osg/Image.cpp |
| | 57 | |
| | 58 | 2009-04-21 10:20 robert |
| | 59 | |
| | 60 | * src/osgDB/DatabasePager.cpp: Fix for handling case of no graphics |
| | 61 | contexts being registered. |
| | 62 | |
| | 63 | Merged from svn/trunk using: |
| | 64 | svn merge -r 10053:10054 |
| | 65 | http://www.openscenegraph.org/svn/osg/OpenSceneGraph/trunk/src/osgDB/DatabasePager.cpp |
| | 66 | |
| | 67 | 2009-04-12 18:58 robert |
| | 68 | |
| | 69 | * CMakeLists.txt, NEWS.txt, README.txt: Updated dates for 2.8.1-rc2 |
| | 70 | |
| | 71 | 2009-04-12 18:53 robert |
| | 72 | |
| | 73 | * CMakeLists.txt, ChangeLog, |
| | 74 | applications/osgversion/osgversion.cpp: Updated CMakeLists.txt |
| | 75 | ChangeLog generator so that it tracks the current branch or |
| | 76 | svn/trunk to prevent branches generating logs for svn/trunk. |
| | 77 | |
| | 78 | Updated osgversion's authors mapping. |
| | 79 | |
| | 80 | Updated ChangeLog. |
| | 81 | |