OpenSceneGraph/src/osgPlugins
2014-04-09 17:20:26 +00:00
..
3dc Replaced deprecated osg::Geometry::set*Binding() calls. 2013-06-26 17:44:30 +00:00
3ds From Bjorn Blessing, "I got bored of the constant reports of “missing chunk 0xA08A” when reading 3ds-files. After a bit of research I discovered that this property is related to the advanced transparency settings for the material in 3D studio. In this case the falloff parameter. These controls affect the opacity falloff of a transparent material. And the property chooses whether falloff is in or out. I have added the property to the file reader BUT no changes are made to make this property propagate into the osgMaterial. But at least we get rid of this annoying error message." 2014-04-07 14:03:40 +00:00
ac Replaced deprecated Geometry::set*Binding() 2013-06-27 08:30:51 +00:00
avfoundation From Stephan Huber, "attached you’ll find a bunch of fixes + enhancements for iOS and OS X based on current trunk. I incorporated + tested the submission from Colin Cochran, so his submission is not needed anymore. 2013-10-07 10:05:09 +00:00
bmp Ran script to remove trailing spaces and tabs 2012-03-21 17:36:20 +00:00
bsp Replaced deprecated Geometry::set*Binding() 2013-06-27 08:30:51 +00:00
bvh Ran script to remove trailing spaces and tabs 2012-03-21 17:36:20 +00:00
cfg Removed the invocation of gcc on all platforms 2014-01-28 15:28:17 +00:00
curl From Jordi Torres, "Fixed a typo in ReaderWriterCURL::ReaderWriterCURL() changed Psuedo for Pseudo." 2014-01-17 13:54:14 +00:00
dae From Farshid Lashkari, "I've attached a fix for the Collada loader that prevents a crash with some files containing textures. I also converted an OSG_NOTICE to OSG_INFO to be consistent with other log messages within the loader." 2014-01-08 10:33:00 +00:00
dds From Giuseppe Donvito, "I'm using OSG 320 and I need to flush a DDS 3D texture on disk. 2013-09-10 15:17:59 +00:00
dicom Restored the rescaleToZeroToOneRange() to address rendering issues. 2013-11-12 14:21:00 +00:00
directshow Ran script to remove trailing spaces and tabs 2012-03-21 17:36:20 +00:00
dot Ran script to remove trailing spaces and tabs 2012-03-21 17:36:20 +00:00
dw Replaced deprecated osg::Geometry::set*Binding() calls. 2013-06-26 17:44:30 +00:00
dxf From Torben Dannhauer, VisualStudio 2013 build fixes 2014-01-24 16:24:59 +00:00
exr Standardized use of GL_HALF_FLOAT_NV and GL_HALF_FLOAT_ARB to GL_HALF_FLOAT 2013-01-31 16:26:06 +00:00
fbx Disabled warnings to address issues in FBX headers that generate lots of warnings that we can't fix. 2014-04-09 17:20:26 +00:00
ffmpeg Fixed handling of web cams 2013-11-06 09:49:51 +00:00
freetype From Mike Krus, compile fix to enable compiling across a wider set of versions. 2013-12-06 09:35:57 +00:00
gdal Ran script to remove trailing spaces and tabs 2012-03-21 17:36:20 +00:00
gif From Laurens Voerman, "while updating dependencies I found a problem with libgif 5 from http://sourceforge.net/projects/giflib/ 2013-06-03 14:04:02 +00:00
glsl From Wang Rui, "In the attached files I've added the Compute Shader support for OSG, as well as serializer updates and a new osgcomputeshaders example. My submission also include a setComputeGroups() function in Program for setting compute-shader work groups, and a bindToImageUnit() function in Texture for binding textures as image variables in shaders. 2013-01-25 11:54:03 +00:00
gta Ran script to remove trailing spaces and tabs 2012-03-21 17:36:20 +00:00
gz Ran script to remove trailing spaces and tabs 2012-03-21 17:36:20 +00:00
hdr Ran script to remove trailing spaces and tabs 2012-03-21 17:36:20 +00:00
imageio Build fixes for clang 2013-10-21 09:54:41 +00:00
Inventor From Christopher Baker, submitted by Alberto Luacas, "there is a bug report in the Ubuntu tracker that points to a bug when 2013-10-01 09:37:56 +00:00
ive From Farshid Lashkari, "I recently encountered an issue attempting to load an IVE file generated by an older version of OSG. The file contained dxt1 compressed image data with mipmaps. The loaded model would cause crashes when passing the mipmap data to glCompressedTexImage2D. It seems that the size of the data array within the IVE file did not match the computed size from Image::getTotalSizeInBytesIncludingMipmaps(). This essentially made the mipmap offsets invalid within the Image object. 2013-11-21 13:59:00 +00:00
jp2 Ran script to remove trailing spaces and tabs 2012-03-21 17:36:20 +00:00
jpeg From Farshid Lashkari, "I've updated the dds, png, and jpeg plugins to support writing images with the GL_DEPTH_COMPONENT pixel format. They will simply treat it the same as the GL_LUMINANCE pixel format." 2013-06-21 08:37:47 +00:00
ktx From Luc Frauciel, "Compile Fix - KTX plugin with Visual Studio, <stdint.h>not defined under MSVC" 2012-10-26 15:31:18 +00:00
logo Fixed warnings 2013-02-04 12:38:08 +00:00
lua Added ability to replace callback objects via lua scripts to allow one to override callbacks. 2014-03-07 11:09:25 +00:00
lwo Fixed warnings 2014-01-23 19:55:37 +00:00
lws From Colin McDonald, "Attached are some fixes to build osg using the Solaris Studio compiler. 2013-09-05 10:23:05 +00:00
md2 With assistance from Sukender, moved the depreacted osg::Geometry vertex indices and AttributeBinding definitions out into a separated namespace/class so to use 2013-06-25 16:10:24 +00:00
mdl Added osgPresentation::Show node and implementations with basic property reporting for various internal nodes of presentation graph 2013-09-10 09:23:30 +00:00
normals Replaced deprecatated osg::Geometry::get*Binding() calls. 2013-06-27 14:46:16 +00:00
nvtt From Wang Rui, "The osgdb_nvtt plugin needs to be updated to work with the latest NVTT library, which changes the interface slightly (adding a new pure virtual method endImage()). I've modified the source file and attached it here." 2013-05-30 09:07:46 +00:00
obj From Pjotr Svetachov, previous obj "commit broke compilation under visual studio 2013. To use std::not1 you need to include the functional header. Here is a fix." 2014-04-08 11:08:05 +00:00
ogr Ran script to remove trailing spaces and tabs 2012-03-21 17:36:20 +00:00
OpenFlight From Sebastian Messerschmidt, "Seems like your re-factoring didn't really produces the correct results. 2013-08-01 10:04:05 +00:00
osc From Stephan Huber, "attached is a new zip containing two small fixes: 2014-01-24 10:10:43 +00:00
osg From Colin McDonald, "The osgt/osgb file formats output a scenegraph node with the type 2013-10-22 11:32:21 +00:00
osga From Colin McDonald, "The osgb file reader uses seek to position within the file. 2013-10-22 11:26:45 +00:00
osgtgz Ran script to remove trailing spaces and tabs 2012-03-21 17:36:20 +00:00
p3d Addd ExteriorTransparencyFactorProperty for support of upcomming functionality of rendering a cube volume with a hull volume inside it. 2014-03-18 18:14:15 +00:00
pdf Removed depreated glib call 2013-10-24 19:56:04 +00:00
pfb With assistance from Sukender, moved the depreacted osg::Geometry vertex indices and AttributeBinding definitions out into a separated namespace/class so to use 2013-06-25 16:10:24 +00:00
pic Ran script to remove trailing spaces and tabs 2012-03-21 17:36:20 +00:00
ply From Marc Helbling, "I am sending a small fix in the PLY pseudo-loader; the extension was checked in plyfile.cpp thus preventing the loading of any .PLY file (extension in uppercase). The extension filtering is already handled by ReaderWriter::acceptsExtension in a case unsensitive way." 2014-01-24 16:01:59 +00:00
png From John Kaniarz, "This patch modifies ReaderWriterPNG.cpp to 2013-06-28 15:44:04 +00:00
pnm Ran script to remove trailing spaces and tabs 2012-03-21 17:36:20 +00:00
pov Clean up up osg::Geometry, removing long deprecated support for array indices and BIND_PER_PRIMITIVE binding that forced OpenGL slow paths. osg::Geometry is now smaller and only supports OpenGL fasts paths. 2013-06-18 11:18:28 +00:00
pvr Ran script to remove trailing spaces and tabs 2012-03-21 17:36:20 +00:00
python Fixed build of V8 and Python plugins 2014-01-03 14:36:58 +00:00
qfont Ran script to remove trailing spaces and tabs 2012-03-21 17:36:20 +00:00
QTKit From Stephan Huber, "thanks for your input, unfortunately I could not get it working with packing, but setting the row-length works now. Seems I had it wrong the first time. 2013-01-10 10:53:22 +00:00
quicktime Ran script to remove trailing spaces and tabs 2012-03-21 17:36:20 +00:00
RestHttpDevice From Stephan Huber, "attached is a fix for the rest-http-plugin which should fix the font-issue reported by Phil. The old implementation did forward all requests to the internal http-server via user-events. This prevented error-reporting for missing files, as the request was accidentally handled by the plugin. As a request for missing font-file succeeds and returned an empty file, the curl-plugin hands the data happily to the freetype-plugin which failed trying to load an empty font-file, obviously. 2014-03-13 14:02:50 +00:00
revisions Copya and Paste Anti-Pattern strikes again! Renamed FreeType usage to Revisions to correct previous mistake when copying and modifying the ReaderWriter. 2011-09-19 09:44:29 +00:00
rgb Removed redundent code block 2013-01-23 11:50:45 +00:00
rot Ran script to remove trailing spaces and tabs 2012-03-21 17:36:20 +00:00
scale Ran script to remove trailing spaces and tabs 2012-03-21 17:36:20 +00:00
sdl Fixed panning bug, when using RUN_ON_DEMAND, that resulted in the camera being thrown off towards infinity. 2013-05-24 09:35:58 +00:00
shadow Ran script to remove trailing spaces and tabs 2012-03-21 17:36:20 +00:00
shp From Ulrich Hertlein, "Based on the exchange on osg-users I went ahead and reworked shp/XBaseParser to avoid 2013-08-01 10:28:12 +00:00
stl From Björn Hein, "it seems that for generating "per vertex normals" as stated in the 2013-10-02 11:09:29 +00:00
svg Fixed warnings 2013-10-22 16:28:20 +00:00
terrain Ran script to remove trailing spaces and tabs 2012-03-21 17:36:20 +00:00
tga From Farshid Lashkari, "The tga image loader was not properly reading in 16-bit images. Fix is attached." 2013-05-14 16:15:01 +00:00
tgz Ran script to remove trailing spaces and tabs 2012-03-21 17:36:20 +00:00
tiff From Remo Eichenberger, "I have extended the TIFF plugin that allows you to write LZW or JPEG compressed TIFF's. Options are: 2014-04-08 12:00:52 +00:00
trans Ran script to remove trailing spaces and tabs 2012-03-21 17:36:20 +00:00
trk Replaced deprecated Geometry::set*Binding() 2013-06-27 08:30:51 +00:00
txf From Torben Dannhauer, VisualStudio 2013 build fixes 2014-01-24 16:24:59 +00:00
txp Replaced deprecated osg::Geometry::set*Binding() usage 2013-06-27 08:44:15 +00:00
V8 Fixed build of V8 and Python plugins 2014-01-03 14:36:58 +00:00
view Ran script to remove trailing spaces and tabs 2012-03-21 17:36:20 +00:00
vnc Refactored the idle mechanism to fix problems with the vnc thread going idle when it shouldn't have. 2013-05-23 12:29:55 +00:00
vrml Replaced deprecatated osg::Geometry::get*Binding() calls. 2013-06-27 14:46:16 +00:00
vtf Build fixes for clang 2013-10-21 09:54:41 +00:00
x Build fixes for clang 2013-10-21 09:54:41 +00:00
xine Ran script to remove trailing spaces and tabs 2012-03-21 17:36:20 +00:00
ZeroConfDevice From Stepan Huber, "attached are my changes for the osc, zeroconf and resthttp-plugin to use the new event-class. I refactored the osgoscdevice-example so that it’s working again. " 2013-11-08 12:28:51 +00:00
zip Fixed warnings 2014-01-23 19:55:37 +00:00
CMakeLists.txt From Stephan Huber, fix for building lua plugin from local source 2014-03-13 13:59:34 +00:00