OpenSceneGraph/src/osgPlugins
2010-01-13 18:50:17 +00:00
..
3dc From Chris Hanson, typo and comment clean ups 2009-07-24 14:45:44 +00:00
3ds Convert dos line endings 2010-01-12 11:12:06 +00:00
ac Removed catch 2009-11-16 15:47:32 +00:00
bmp From Philip Lowman, clean up of CMake files 2009-04-09 09:23:45 +00:00
bsp Ported osgUtil, osgDB, osgGA, NodeKits and plugins to compile against OpenGL ES 1.1 and OpenGL ES 2.0. 2009-10-28 20:31:57 +00:00
bvh From Philip Lowman, clean up of CMake files 2009-04-09 09:23:45 +00:00
cfg From Mathias Froehlich, "We are currently getting issues with locale settings and some osg plugins. 2009-06-25 16:07:49 +00:00
curl Moved the getting of the ReaderWriter to do the actual model loading to later so that it only gets invoked when required. 2009-07-14 11:19:22 +00:00
dae From Lilith Bryant, "This patch fixes a regression (introduced in @ rev 9228), where simple .dae files, that have no material assignments, will cause a crash on load. 2009-12-16 15:05:14 +00:00
dds From Jason Daly, "The DDS reader test for DXT1 images with 1-bit alpha wasn't thorough enough. It performed the first check (color_0 <= color_1), but it didn't actually scan the texel block to see if the transparent color (0x03) was there. As a result, DXT1 files without any alpha were getting switched to RGBA format (instead of being left just RGB). 2009-11-27 15:48:57 +00:00
dicom Attempted compile fix. 2009-11-27 18:14:27 +00:00
directshow From Serge Lages, "Here is a modified fix. It doesn't break the other patch for this plugin as they are for different files. I've only added the file formats handled by default with DirectShow (based on its Wikipedia page)." 2010-01-07 09:45:34 +00:00
dot From Cory Riddell, "Small edit to ReaderWriterDOT.cpp. It wasn't checking the file extension 2009-11-27 12:17:20 +00:00
dw From Mathias Froehlich, "We are currently getting issues with locale settings and some osg plugins. 2009-06-25 16:07:49 +00:00
dxf From Mathias Froechlich, "Attached the collected fixes I needed to compile with all of them. 2009-11-18 12:15:29 +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
fbx Added #include <osg/MatrixTransform> 2009-11-20 09:05:06 +00:00
ffmpeg Added virtual pause() method into osg::AudioSink to support pausing of a movie thread and it's associated audio. 2010-01-07 14:35:17 +00:00
freetype From Philip Lowman, clean up of CMake files 2009-04-09 09:23:45 +00:00
gdal Added use of REGISTER_OGRPLUGIN to enable static linking of plugins 2009-06-24 17:37:59 +00:00
gecko From Philip Lowman, clean up of CMake files 2009-04-09 09:23:45 +00:00
geo From Philip Lowman, clean up of CMake files 2009-04-09 09:23:45 +00:00
gif From Philip Lowman, clean up of CMake files 2009-04-09 09:23:45 +00:00
glsl From Stephane Lamoliatte, "Here is a patch wich improves the support for geometry shaders in OpenSceneGraph. 2009-10-10 09:41:28 +00:00
gz Quietened down debug messages, and added early return when filename contains server address. 2009-07-14 11:18:11 +00:00
hdr Ported osgUtil, osgDB, osgGA, NodeKits and plugins to compile against OpenGL ES 1.1 and OpenGL ES 2.0. 2009-10-28 20:31:57 +00:00
imageio From Tatsuhiro Nishioka, "> The workaround/solution was to add a block of code at the end of the 2009-12-04 17:25:23 +00:00
Inventor Fixed warning 2009-01-29 11:03:38 +00:00
ive Changed get methods to new style ones. 2010-01-13 13:30:45 +00:00
jp2 Added desctructor with jas_cleanup(). 2010-01-11 16:03:13 +00:00
jpeg From J.P. Delport, "attached a modified jpeg plugin that allows writing of grayscale images." 2009-07-17 07:47:48 +00:00
logo From Paul Martz, changes for compiling against OpenGL 3.x 2009-11-03 16:34:54 +00:00
lwo Fixed data copy bug 2009-02-06 12:15:15 +00:00
lws From Philip Lowman, clean up of CMake files 2009-04-09 09:23:45 +00:00
md2 From Philip Lowman, clean up of CMake files 2009-04-09 09:23:45 +00:00
mdl From Colin McDonald, "The bsp & mdl plugins have calls to atof() without including the 2009-08-20 14:59:29 +00:00
net From Philip Lowman, clean up of CMake files 2009-04-09 09:23:45 +00:00
normals From Mathias Froehlich, "We are currently getting issues with locale settings and some osg plugins. 2009-06-25 16:07:49 +00:00
obj From Ulrich Hertlein, "ttached are some tweaks to the Obj loader that allows a program supplied osgDB::Options object to be passed through the code. This allows for caching to be used with images. 2009-11-19 12:54:52 +00:00
ogr Added use of REGISTER_OGRPLUGIN to enable static linking of plugins 2009-06-24 17:37:59 +00:00
OpenFlight <iterator>, <stdlib.h> and <ctype.h> includes required for QNX compiler 2009-11-17 14:06:07 +00:00
osg Updated wrappers and supported shadow texture formats 2010-01-13 18:50:17 +00:00
osga From Philip Lowman, clean up of CMake files 2009-04-09 09:23:45 +00:00
osgAnimation From Michael Platings, 2009-08-26 09:24:02 +00:00
osgFX From Ulrich Hertlein, .osg support for osgFX::Outline 2009-12-09 10:18:13 +00:00
osgParticle From Philip Lowman, clean up of CMake files 2009-04-09 09:23:45 +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 From Chris Hanson, " Add support for "OutputTextureFiles" option to IVE plugin to permit creation of external 2009-11-23 11:00:07 +00:00
osgText From Terry Welsh, .osg and .ive support for new Text boxes 2009-07-28 06:00:03 +00:00
osgtgz From Philip Lowman, clean up of CMake files 2009-04-09 09:23:45 +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 Added support for using the ImageDetails to fill in the Locator and TexelScale/Offset values in the ImageLayer 2009-09-09 13:31:32 +00:00
osgWidget From Philip Lowman, clean up of CMake files 2009-04-09 09:23:45 +00:00
p3d Added tf-255 option to volume tag 2009-09-10 16:39:05 +00:00
pdf From Wang Rui, "I just successfully built the pdf plugin on Windows XP and MSVC and 2009-11-27 15:35:57 +00:00
pfb From Philip Lowman, clean up of CMake files 2009-04-09 09:23:45 +00:00
pic From Philip Lowman, clean up of CMake files 2009-04-09 09:23:45 +00:00
ply From Mathias Froehlich, "We are currently getting issues with locale settings and some osg plugins. 2009-06-25 16:07:49 +00:00
png Added OSG_CPP_EXCEPTIONS_AVAILABLE cmake option to enable optional build of plugins and examples that required C++ exceptions 2009-11-17 12:55:52 +00:00
pnm From Andy Skinner, fixes for Solaris build 2009-01-09 12:17:40 +00:00
quicktime Changed GL_BGRA_EXT to GL_BGRA and added include of include/osg/Image to make sure define is declared 2009-12-15 09:16:20 +00:00
revisions Changed build OSG_USE_REF_PTR_IMPLICIT_OUTPUT_CONVERSION to ON and then fixed all the resulting build errors. 2009-06-17 10:39:39 +00:00
rgb From Paul Martz, changes for compiling against OpenGL 3.x 2009-11-03 16:34:54 +00:00
rot From Philip Lowman, clean up of CMake files 2009-04-09 09:23:45 +00:00
scale Added EGL support into build system for GLES1 + GLES2. 2009-10-30 15:17:38 +00:00
shp From Philip Lowman, clean up of CMake files 2009-04-09 09:23:45 +00:00
stl Replaced catch usage 2009-11-16 16:09:50 +00:00
svg From Jeremy Moles, "Somehow, the SVG reader plugin has gone all this time without actually 2009-11-20 10:56:54 +00:00
tga From Philip Lowman, clean up of CMake files 2009-04-09 09:23:45 +00:00
tgz From Philip Lowman, clean up of CMake files 2009-04-09 09:23:45 +00:00
tiff From Rob Radtke, "I recently ran into some issues trying to save/load a scene graph as a .ive file. The problems came about because the scene graph contained depth textures in it. I have attached a patch (against the current revision: 10919) that fixes the issues that I encountered. Both attachments contain the same patch--one is a .zip file that contains the modified files and the other is a text patch file. Here is a summary of the changes I made: 2010-01-08 11:32:55 +00:00
trans From Philip Lowman, clean up of CMake files 2009-04-09 09:23:45 +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 From Mathias Froehlich, "We are currently getting issues with locale settings and some osg plugins. 2009-06-25 16:07:49 +00:00
vnc Added use of REGISTER_OGRPLUGIN to enable static linking of plugins 2009-06-24 17:37:59 +00:00
vrml From Jan Ciger, removal of declaration of now undefined method. 2009-11-20 09:03:02 +00:00
vtf From Philip Lowman, clean up of CMake files 2009-04-09 09:23:45 +00:00
x From Ulrich Hertlein, "please find a patch for the DirectX loader to use std::istreams. This will make it usable with the zip plugin." 2009-05-26 11:00:26 +00:00
xine From David Callu, "I have a Segfault with xine plugin, when I load a video, then delete the XineStreamImage, 2009-11-20 11:46:20 +00:00
zip From Chris Denham, "I discovered a memory leak in the ZIP plugin, which was caused by a missing call to CloseZip. 2009-10-10 10:00:13 +00:00
CMakeLists.txt From Farshid Lashkari, "I had to make a few small changes to some cmake files to enable the OSG_MSVC_GENERATE_PLUGINS_AND_WRAPPERS_MANIFESTS option for Visual Studio 2008." 2009-12-02 14:58:47 +00:00