| | 1 | 2004-08-13 15:42 robert |
| | 2 | |
| | 3 | * src/osgTerrain/DataSet.cpp: From Corbin Holtz, addition of |
| | 4 | support for reading imagery with color tables, including code |
| | 5 | from Frank Warmerdam on the GDAL side, and integration/reworking |
| | 6 | work form Robert Osfield. |
| | 7 | |
| | 8 | 2004-08-13 15:09 robert |
| | 9 | |
| | 10 | * doc/doc++/: osg/State.html, osgDB/Registry.html, |
| | 11 | osgFX/HIERjava.html, osgFX/Registry.html, osgFX/osgFX.html: |
| | 12 | Updated docs. |
| | 13 | |
| | 14 | 2004-08-13 14:46 robert |
| | 15 | |
| | 16 | * include/osgDB/Registry: Added docs for CacheObjectHints |
| | 17 | |
| | 18 | 2004-08-13 14:27 robert |
| | 19 | |
| | 20 | * src/osgUtil/: CullVisitor.cpp, RenderToTextureStage.cpp: Removed |
| | 21 | redundent include/ReadFile call |
| | 22 | |
| | 23 | 2004-08-13 13:38 robert |
| | 24 | |
| | 25 | * src/osgPlugins/ive/DataInputStream.cpp: Changed the "Reading a |
| | 26 | byte swapped file" message to info level. |
| | 27 | |
| | 28 | 2004-08-13 13:05 robert |
| | 29 | |
| | 30 | * src/osgPlugins/bmp/ReaderWriterBMP.cpp: Fix for VS6.0 build |
| | 31 | |
| | 32 | 2004-08-13 11:50 robert |
| | 33 | |
| | 34 | * include/osgGL2/UniformValue: Added #include<typeinfo> required |
| | 35 | for X-platform build. |
| | 36 | |
| | 37 | 2004-08-13 11:49 robert |
| | 38 | |
| | 39 | * src/osg/Referenced.cpp: Removed inappropriate #ifdefs |
| | 40 | |
| | 41 | 2004-08-13 11:46 robert |
| | 42 | |
| | 43 | * include/osgFX/Registry, include/osgGL2/Extensions, |
| | 44 | src/osgFX/Registry.cpp: Fixes for OSX. |
| | 45 | |
| | 46 | 2004-08-11 09:25 robert |
| | 47 | |
| | 48 | * src/osgUtil/CullVisitor.cpp: From Ben Discoe, build fix for float |
| | 49 | version of Matrix. |
| | 50 | |
| | 51 | 2004-08-10 19:31 robert |
| | 52 | |
| | 53 | * src/osgDB/DatabasePager.cpp: Changed the database pager run |
| | 54 | message to only output at an info level |
| | 55 | |
| | 56 | 2004-08-10 14:30 robert |
| | 57 | |
| | 58 | * index.html: Updated to include reference to osgdem |
| | 59 | |
| | 60 | 2004-08-10 14:19 robert |
| | 61 | |
| | 62 | * index.html, doc/contents.html, doc/data.html, |
| | 63 | doc/dependencies.html, doc/documentation.html, doc/examples.html, |
| | 64 | doc/index.html, doc/install.html, doc/introduction.html, |
| | 65 | doc/osgdem.html, doc/osgviewer.html, doc/plan.html, |
| | 66 | doc/stereo.html: Added osgdem quick usage guide |
| | 67 | |
| | 68 | 2004-08-09 16:12 robert |
| | 69 | |
| | 70 | * Make/makedefs: Set revision number back to 0. |
| | 71 | |
| | 72 | 2004-08-09 16:08 robert |
| | 73 | |
| | 74 | * Make/makedefs: Set version to 0.9.7-1 |
| | 75 | |
| | 76 | 2004-08-09 14:58 robert |
| | 77 | |
| | 78 | * ChangeLog, NEWS.txt: Updated NEWS |
| | 79 | |
| | 80 | 2004-08-07 20:08 robert |
| | 81 | |
| | 82 | * src/osg/Geometry.cpp: Changed binding warnings to be reported as |
| | 83 | info rather than as warnings. |
| | 84 | |
| | 85 | 2004-08-07 10:42 robert |
| | 86 | |
| | 87 | * include/osg/State, src/osgUtil/RenderStageLighting.cpp: Added the |
| | 88 | ability to set the global stateset, as use this |
| | 89 | RenderStageLighting |
| | 90 | |
| | 91 | 2004-08-06 20:55 robert |
| | 92 | |
| | 93 | * Make/makedefs: From Bob Kuehne, change the FREETYPE_INCLUDE and |
| | 94 | _LIB to hardcoded version to avoid reliance on freetype-config. |
| | 95 | |