| | 1 | 2009-02-10 20:28 robert |
| | 2 | |
| | 3 | * src/osgPlugins/cfg/ConfigParser.cpp: Warning fix |
| | 4 | |
| | 5 | 2009-02-10 20:25 robert |
| | 6 | |
| | 7 | * CMakeLists.txt, NEWS.txt, README.txt: Updated release number and |
| | 8 | dates for 2.8.0-rc5 |
| | 9 | |
| | 10 | 2009-02-10 20:15 robert |
| | 11 | |
| | 12 | * CMakeLists.txt, CMakeModules/FindCOLLADA.cmake, |
| | 13 | src/osgPlugins/dae/CMakeLists.txt: Merged from svn/trunk changes |
| | 14 | for better Collada build support from Roland Smeenk, Roger James |
| | 15 | and Robert Osfield, merge commands. |
| | 16 | |
| | 17 | svn merge -r 9740:9741 |
| | 18 | http://www.openscenegraph.org/svn/osg/OpenSceneGraph/trunk |
| | 19 | svn merge -r 9750:9751 |
| | 20 | http://www.openscenegraph.org/svn/osg/OpenSceneGraph/trunk |
| | 21 | |
| | 22 | 2009-02-10 20:07 robert |
| | 23 | |
| | 24 | * src/osgDB/DynamicLibrary.cpp: Changed the message about not |
| | 25 | finding plugin so that it's notify level is INFO |
| | 26 | |
| | 27 | 2009-02-10 18:59 robert |
| | 28 | |
| | 29 | * src/osgPlugins/osgParticle/IO_FluidProgram.cpp: From Pierre |
| | 30 | Haritchabalet, "In IO_FluidProgram.cpp, |
| | 31 | FluidProgram_readLocalData() function is wrong. When density |
| | 32 | parameter is read, the function "setFluidViscosity()" is called |
| | 33 | instead of "setFluidDensity()". |
| | 34 | This patch fixes osg plug'in FluidProgram_readLocalData." |
| | 35 | |
| | 36 | merged from svn/trunk using: |
| | 37 | |
| | 38 | svn diff -r 9748:9749 |
| | 39 | http://www.openscenegraph.org/svn/osg/OpenSceneGraph/trunk |
| | 40 | |
| | 41 | 2009-02-10 18:48 robert |
| | 42 | |
| | 43 | * examples/osgvolume/osgvolume.cpp, include/osgVolume/Layer, |
| | 44 | include/osgVolume/VolumeTile, src/osgVolume/Layer.cpp, |
| | 45 | src/osgVolume/VolumeTile.cpp, |
| | 46 | src/osgWrappers/osgVolume/Layer.cpp: Fixed the handle of |
| | 47 | ImageSequence in osgVolume. |
| | 48 | |
| | 49 | 2009-02-10 13:58 robert |
| | 50 | |
| | 51 | * src/osgPlugins/curl/ReaderWriterCURL.cpp: From Jason Beverage, |
| | 52 | "I've added a small change to the CURL plugin that allows support |
| | 53 | for HTTP redirects." |
| | 54 | |
| | 55 | Merged from svn/trunk: |
| | 56 | |
| | 57 | svn merge -r 9743:9744 |
| | 58 | http://www.openscenegraph.org/svn/osg/OpenSceneGraph/trunk |
| | 59 | |
| | 60 | 2009-02-10 13:31 robert |
| | 61 | |
| | 62 | * CMakeModules/FindZLIB.cmake: From Miguel Escriva, fixed finding |
| | 63 | of zlib under Windows, merged in from svn/trunk using: |
| | 64 | |
| | 65 | svn merge -r 9741:9742 |
| | 66 | http://www.openscenegraph.org/svn/osg/OpenSceneGraph/trunk |
| | 67 | |
| | 68 | 2009-02-09 23:23 robert |
| | 69 | |
| | 70 | * AUTHORS.txt, ChangeLog: Update ChangeLog and AUTHORS for |
| | 71 | 2.8.0-rc2 |
| | 72 | |