OpenSceneGraph/src/osgPlugins
2009-03-02 16:01:13 +00:00
..
3dc Where possible moved redundent C header includes from headers to source files 2008-12-12 18:47:30 +00:00
3ds Warning fixes 2009-02-03 15:28:53 +00:00
ac Replaced readImageFile() usage with readRefImageFile() to prevent threading issues with caching of imagery in the osgDB::Registry cache. 2009-01-21 18:23:55 +00:00
bmp Fixed warnings 2008-12-17 10:33:39 +00:00
bsp From Jason Daly, "Somehow, one of the shaders in the bsp plugin started behaving incorrectly between the original submission and now. I suspect it has to do with a typo in the setup of the shader that was fixed at some point, or it happened during the recent warnings purge. In any case, I had to invert the usage of a parameter in the shader to make it behave properly again. 2009-01-29 11:18:03 +00:00
bvh Build fixes for when the implict ref_ptr<> cast is not enabled 2008-12-16 20:49:12 +00:00
cfg Merged warning fix from OSG-2.8 branch: 2009-02-10 20:31:50 +00:00
curl From Jason Beverage, "I've added a small change to the CURL plugin that allows support for HTTP redirects." 2009-02-10 13:37:16 +00:00
dae From Roland Smeenk, "Attached are two small fixes: 2009-02-11 09:14:12 +00:00
dds Where possible moved redundent C header includes from headers to source files 2008-12-12 18:47:30 +00:00
dicom From Alberto Luaces, "here are some minor fixes to notify warnings were the std::hex modifier was 2009-02-06 10:35:21 +00:00
dot From Ricard Schmidt, dot writer plugin. 2008-10-14 16:35:03 +00:00
dw Replaced readImageFile() usage with readRefImageFile() to prevent threading issues with caching of imagery in the osgDB::Registry cache. 2009-01-21 18:23:55 +00:00
dxf From Martin Beckett, "I have added support for DXF POINTS to the dxf reader plugin 2009-02-20 11:51:47 +00:00
exr Changed OPENEXR_LIBRARY to OPENEXR_LIBRARIES to pick up on Ulrich's changes to the FindOpenEXR.cmake 2008-11-30 16:33:55 +00:00
ffmpeg Added extern for img_convert to get round disappeance of the declaration from headers. 2009-03-02 16:01:13 +00:00
freetype Added extension docs 2008-07-25 10:18:14 +00:00
gdal From Mattias Helsing, "I have developed the earlier cpack example a bit. Perhaps you could 2008-12-12 11:01:09 +00:00
gecko Suppress gcc warnings emitted by external headers 2009-02-05 14:35:46 +00:00
geo Replaced readImageFile() usage with readRefImageFile() to prevent threading issues with caching of imagery in the osgDB::Registry cache. 2009-01-21 18:23:55 +00:00
gif Fixed warnings 2008-12-18 11:54:34 +00:00
glsl From Michael Platings, Converted std::fstream/ifstream/ofstream to osgDB::fstream/ifstream/ofstream and 2008-11-07 15:08:08 +00:00
gz Fixed warning 2008-12-19 16:59:10 +00:00
hdr Fixed bug in checking if numRead values. 2009-02-19 17:34:35 +00:00
Inventor Fixed warning 2009-01-29 11:03:38 +00:00
ive Replaced readImageFile() usage with readRefImageFile() to prevent threading issues with caching of imagery in the osgDB::Registry cache. 2009-01-21 18:23:55 +00:00
jp2 Converted plugins to use the new supportsExtension()/supportsOptions/supportsProtocl() methods 2008-07-13 22:18:59 +00:00
jpeg Warning fixes 2009-02-03 15:28:53 +00:00
logo From Stephan Huber, build fix for OSX XCode build 2009-02-02 16:56:46 +00:00
lwo Fixed data copy bug 2009-02-06 12:15:15 +00:00
lws From Michael Platings, Converted std::fstream/ifstream/ofstream to osgDB::fstream/ifstream/ofstream and 2008-11-07 15:08:08 +00:00
md2 Replaced readImageFile() usage with readRefImageFile() to prevent threading issues with caching of imagery in the osgDB::Registry cache. 2009-01-21 18:23:55 +00:00
mdl Replaced readImageFile() usage with readRefImageFile() to prevent threading issues with caching of imagery in the osgDB::Registry cache. 2009-01-21 18:23:55 +00:00
net Converted plugins to use the new supportsExtension()/supportsOptions/supportsProtocl() methods 2008-07-13 22:18:59 +00:00
normals From Andy Skinner, fixes for Solaris build 2009-01-09 12:17:40 +00:00
obj Warning fixes 2009-02-03 15:28:53 +00:00
ogr From Ralf Habacker & Robert Osfield, fixed handling of file name string of the form"PG:host=localhost user=postgres dbname=osm tables=public.planet_osm_line". The patch also routes gdal debug and error message to the related osg::notify debug port - this is usefull for debugging ogr plugin. 2009-02-23 09:54:25 +00:00
OpenFlight Replaced -1 with ~0u to fix warning due to being written to a UInt field. Note, OpenFlight spec says -1, which is clearly an error in the spec, so we've had to guess at ~0u being an appropriate value. 2009-01-29 09:27:23 +00:00
osg From Bryan Thrall, "The .osg plugin doesn't seem to support an option to write shader files 2009-02-09 21:48:30 +00:00
osga From Michael Platings, Converted std::fstream/ifstream/ofstream to osgDB::fstream/ifstream/ofstream and 2008-11-07 15:08:08 +00:00
osgAnimation From Cedric Pinson, "Here an update of the osgAnimation ReaderWriter, it add other NodeCallback that could be attached to a node with Bone." 2009-02-02 14:51:51 +00:00
osgFX Fixed the capitilization of the osgdb_osgfx plugin 2007-10-25 09:00:25 +00:00
osgParticle From Pierre Haritchabalet, "In IO_FluidProgram.cpp, FluidProgram_readLocalData() function is wrong. When density parameter is read, the function "setFluidViscosity()" is called instead of "setFluidDensity()". 2009-02-10 18:56:53 +00:00
osgShadow Fixed warnings 2008-12-18 15:49:44 +00:00
osgSim Fixed warnings 2009-01-28 12:51:47 +00:00
osgTerrain Refactored osg::TransferFunction1D to use an std::map internally which is kept in sync with the actual osg::Image that is passed to the GPU. 2009-02-02 14:43:27 +00:00
osgText From David Callu, IO support for Text3D 2007-12-10 19:51:33 +00:00
osgtgz From Andy Skinner, fixes for Solaris build 2009-01-09 12:17:40 +00:00
osgViewer Replaced readImageFile() usage with readRefImageFile() to prevent threading issues with caching of imagery in the osgDB::Registry cache. 2009-01-21 18:23:55 +00:00
osgVolume From Alberto Luaces, "here are some minor fixes to notify warnings were the std::hex modifier was 2009-02-06 10:35:21 +00:00
osgWidget Fixed warnings 2008-12-18 11:06:57 +00:00
pdf Moved osgVolume::ImageUtils to osg::ImageUtils, updated wrappers, and started moving osgvolume example across to create osgVolume subgraphs 2009-01-09 15:19:25 +00:00
pfb Converted plugins to use the new supportsExtension()/supportsOptions/supportsProtocl() methods 2008-07-13 22:18:59 +00:00
pic From Michael Platings, Converted std::fstream/ifstream/ofstream to osgDB::fstream/ifstream/ofstream and 2008-11-07 15:08:08 +00:00
png Converted plugins to use the new supportsExtension()/supportsOptions/supportsProtocl() methods 2008-07-13 22:18:59 +00:00
pnm From Andy Skinner, fixes for Solaris build 2009-01-09 12:17:40 +00:00
quicktime From Riccardo Corsi, "in attach you'll find a patch to cleanup a little bit the (de)initialization code of QuickTime environment from the quickTime pluging. 2009-02-11 17:14:53 +00:00
rgb From Michael Platings, Converted std::fstream/ifstream/ofstream to osgDB::fstream/ifstream/ofstream and 2008-11-07 15:08:08 +00:00
rot Converted plugins to use the new supportsExtension()/supportsOptions/supportsProtocl() methods 2008-07-13 22:18:59 +00:00
scale Converted plugins to use the new supportsExtension()/supportsOptions/supportsProtocl() methods 2008-07-13 22:18:59 +00:00
shp Added workaround for silly posix read deprecation warning under VS. 2009-01-23 15:02:04 +00:00
stl Where possible moved redundent C header includes from headers to source files 2008-12-12 18:47:30 +00:00
svg From Mattias Helsing, "I have developed the earlier cpack example a bit. Perhaps you could 2008-12-12 11:01:09 +00:00
tga From Michael Platings, Converted std::fstream/ifstream/ofstream to osgDB::fstream/ifstream/ofstream and 2008-11-07 15:08:08 +00:00
tgz From Andy Skinner, fixes for Solaris build 2009-01-09 12:17:40 +00:00
tiff From Jason Beverage, "Here is a small fix that enables writing 16 bit short images in the tiff plugin. 2009-01-27 15:14:47 +00:00
trans Converted plugins to use the new supportsExtension()/supportsOptions/supportsProtocl() methods 2008-07-13 22:18:59 +00:00
txf From Michael Platings, Converted std::fstream/ifstream/ofstream to osgDB::fstream/ifstream/ofstream and 2008-11-07 15:08:08 +00:00
txp Warning fixes 2009-02-03 15:28:53 +00:00
vnc Fixed warnings 2008-12-18 15:49:44 +00:00
vrml Replaced readImageFile() usage with readRefImageFile() to prevent threading issues with caching of imagery in the osgDB::Registry cache. 2009-01-21 18:23:55 +00:00
vtf From Jason Daly, "Somehow, one of the shaders in the bsp plugin started behaving incorrectly between the original submission and now. I suspect it has to do with a typo in the setup of the shader that was fixed at some point, or it happened during the recent warnings purge. In any case, I had to invert the usage of a parameter in the shader to make it behave properly again. 2009-01-29 11:18:03 +00:00
x Replaced readImageFile() usage with readRefImageFile() to prevent threading issues with caching of imagery in the osgDB::Registry cache. 2009-01-21 18:23:55 +00:00
xine Suppress gcc warnings emitted by external headers 2009-02-05 14:35:46 +00:00
zip From Andy Skinner, fixes for Solaris build 2009-01-09 12:17:40 +00:00
CMakeLists.txt Added Cmake support for new ffmpeg plugin 2009-02-25 16:05:12 +00:00