OpenSceneGraph/src/osgPlugins
Robert Osfield 41a6d949c2 From Wang Rui, "I've modified the code to handle -1.#IND and other kinds of infinite
values. Please see the attachments for details"
2011-06-24 08:13:58 +00:00
..
3dc Converted osg::notify to OSG_INFO etc. 2010-05-28 16:29:53 +00:00
3ds Fixed default setting of texture_no_tile to match the flags seet in lib3ds_material.cpp initialize_texture_map(..). 2011-05-26 16:19:54 +00:00
ac Warning fixes for: 2011-06-23 18:24:07 +00:00
bmp From Farshid Lashkari, BGR write support for BMP, PNG and TGA 2011-06-20 12:36:53 +00:00
bsp Fixed Coverity reported issues. 2011-05-06 09:20:06 +00:00
bvh Converted osg::notify to OSG_INFO etc. 2010-05-28 16:31:17 +00:00
cfg Resolved warnings reported by g++ 4.6's -Wunused-but-set-variable. 2011-06-22 12:30:01 +00:00
curl Introduced a local reference to the appropriate EasyCurl object to avoid seperate getEasyCurl() incurring a mutex lock overhead. 2010-12-21 12:51:15 +00:00
dae Fixed warnings 2011-06-17 06:09:25 +00:00
dds Resolved warnings reported by g++ 4.6's -Wunused-but-set-variable. 2011-06-22 12:30:01 +00:00
dicom Warning and build fixes 2011-05-12 18:52:18 +00:00
directshow From Mark Sciabica, "It's not Windows API calls that are causing the problem. It's a new 2010-11-11 10:42:41 +00:00
dot From Farshid Lashkari, "I modified some plugins to use the osgDB file stream functions in order to support UTF-8 encoded filenames." 2010-05-13 11:01:06 +00:00
dw Fixed Coverity reported issue 2011-05-06 10:28:24 +00:00
dxf From Tim Moore, "This patch fixes some performance problems with the DXF loader. It removes some unnecessary copies of vertex coordinates (which were causing an exponential explosion). It also replaces BIND_PER_PRIMITIVE normals with BIND_PER_VERTEX so that the resulting geometry will be on the fast path." 2011-02-14 16:09:51 +00:00
exr From Simon Julier, "I ran across linking errors with osgdb_exr. Specifically, I found it was necessary to link against libImlIlf, libImlThread, libHalf, libIex and libzip. 2011-01-19 10:57:58 +00:00
fbx Added returns to end of files 2011-06-21 09:54:57 +00:00
ffmpeg Added extern "C" to fix build issues under OSX 2011-06-17 12:57:31 +00:00
freetype Fixed a range of issues reported by cppcheck: 2011-06-20 19:15:53 +00:00
gdal From Cedric Pinson, "Here a small fix about gdal plugin used to read dem file, if you dont 2010-12-11 15:12:09 +00:00
geo Fixed a range of issues reported by cppcheck: 2011-06-20 19:15:53 +00:00
gif Fixed Coverity reported issue. 2011-05-05 12:39:35 +00:00
glsl Form Richard Schmidt, "The following features were added: 2010-12-13 12:16:57 +00:00
gz From Alexander Irion, "Please find another bugfix for the ReaderWriterGZ. This time, the writing did not work for me - the created output file could not be deflated by zip. 2010-11-05 17:09:58 +00:00
hdr Resolved warnings reported by g++ 4.6's -Wunused-but-set-variable. 2011-06-22 12:30:01 +00:00
imageio Removed executable permission. 2011-06-14 09:11:58 +00:00
Inventor Warning fixes for: 2011-06-23 18:24:07 +00:00
ive Resolved warnings reported by g++ 4.6's -Wunused-but-set-variable. 2011-06-22 12:30:01 +00:00
jp2 Resolved warnings reported by g++ 4.6's -Wunused-but-set-variable. 2011-06-22 12:30:01 +00:00
jpeg Added disabling of VisualStudio warning C4324 : structure was padded due to __declspec(align()) 2011-06-17 05:57:29 +00:00
logo Converted osg::notify to OSG_INFO etc. 2010-05-28 16:45:32 +00:00
lwo From Ryan Pavlik, "I have successfully compiled OpenSceneGraph trunk using the Clang compiler (using a recent trunk build of llvm and clang, haven't tested an older release). The attached files contain the change shown in the diff below, which was required to finish the build with Clang. It fixes an issue with two-phase name lookup - there's more information here http://blog.llvm.org/2009/12/dreaded-two-phase-name-lookup.html 2011-06-23 09:26:27 +00:00
lws Converted osg::notify to OSG_INFO etc. 2010-05-28 16:44:08 +00:00
md2 Fixed a range of issues reported by cppcheck: 2011-06-20 19:15:53 +00:00
mdl Build fixes to keep up with changes in head inclusions/API in osgDB 2010-12-10 13:22:21 +00:00
normals Converted osg::notify to OSG_INFO etc. 2010-05-28 16:48:31 +00:00
nvtt Added support for explitly requesting DXT1a and DXT1c compression 2011-04-11 19:11:25 +00:00
obj Added material setName. 2010-08-16 14:24:12 +00:00
ogr From Joachim Pouderoux, "I have added the support for wkbMultiPolygon & wkbMultiPolygon25D in the OGR 2010-09-09 10:14:54 +00:00
OpenFlight Resolved warnings reported by g++ 4.6's -Wunused-but-set-variable. 2011-06-22 12:30:01 +00:00
osg From Wang Rui, "I've modified the code to handle -1.#IND and other kinds of infinite 2011-06-24 08:13:58 +00:00
osga Removed now redundent local implementation of getDirectoryContexts() 2011-05-25 09:13:26 +00:00
osgtgz Converted osg::notify to OSG_INFO etc. 2010-05-28 16:50:45 +00:00
p3d Resolved warnings reported by g++ 4.6's -Wunused-but-set-variable. 2011-06-22 12:30:01 +00:00
pdf Moved finding of RSVG, Poppler-glib and GtkGl out into their own Find*.cmake modules to enable easier specialization. 2010-11-11 16:51:46 +00:00
pfb From Per Fahlberg, warning fixes 2011-01-28 11:07:51 +00:00
pic Fixed a range of issues reported by cppcheck: 2011-06-20 19:15:53 +00:00
ply Fixed a range of issues reported by cppcheck: 2011-06-20 19:15:53 +00:00
png From Farshid Lashkari, BGR write support for BMP, PNG and TGA 2011-06-20 12:36:53 +00:00
pnm From Eric Sokolowsky, "Attached is an updated PNM plugin for inclusion in both the trunk and for release version 2.8.5. The attached file fixes numerous bugs in reading 8-bit and 16-bit images, including loading the images upside-down. This file also incorporates trunk patch r12220 which updated the plugin for reading and writing images through streams instead of C-style FILE I/O." 2011-05-27 09:05:20 +00:00
pov Build fixes for when OSG_USE_REF_PTR_IMPLICIT_OUTPUT_CONVERSION is disabled 2010-09-17 13:33:09 +00:00
pvr Resolved warnings reported by g++ 4.6's -Wunused-but-set-variable. 2011-06-22 12:30:01 +00:00
qfont Converted osg::notify to OSG_INFO etc. 2010-05-28 16:54:45 +00:00
QTKit From Stephan Huber, fixed build under OSX 10.5. 2010-09-30 09:40:48 +00:00
quicktime From Magnus Kessler, "Changes to the quicktime plugin to remove unused variables and an unused 2010-09-16 13:04:55 +00:00
revisions Converted osg::notify to OSG_INFO etc. 2010-05-28 17:06:10 +00:00
rgb From Mathias Froehlich, "While tracking some valgrind problems in flightgear, I found a remaining off by 2010-06-01 11:51:37 +00:00
rot Fixed typo of commercial 2010-11-22 11:22:03 +00:00
scale Fixed typo of commercial 2010-11-22 11:22:03 +00:00
shadow Fixed typo of commercial 2010-11-22 11:22:03 +00:00
shp Fixed a range of issues reported by cppcheck: 2011-06-20 19:15:53 +00:00
stl Converted osg::notify to OSG_INFO etc. 2010-05-28 17:08:30 +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
terrain Converted osg::notify to OSG_INFO etc. 2010-05-28 17:09:15 +00:00
tga From Farshid Lashkari, BGR write support for BMP, PNG and TGA 2011-06-20 12:36:53 +00:00
tgz Converted osg::notify to OSG_INFO etc. 2010-05-28 17:09:36 +00:00
tiff From Dimi Christop, build fix for RHEL 4. 2011-05-30 13:02:13 +00:00
trans Fixed typo of commercial 2010-11-22 11:22:03 +00:00
txf Fixed handling of Font implementations that don't handle multiple font resolutions. 2011-05-13 19:08:04 +00:00
txp Resolved warnings reported by g++ 4.6's -Wunused-but-set-variable. 2011-06-22 12:30:01 +00:00
view Fixed typo of commercial 2010-11-22 11:22:03 +00:00
vnc Converted osg::notify to OSG_INFO etc. 2010-05-28 17:11:35 +00:00
vrml From Mathias Froehlich, "the attached patch adds an additional null pointer check" 2011-06-09 11:07:27 +00:00
vtf Resolved warnings reported by g++ 4.6's -Wunused-but-set-variable. 2011-06-22 12:30:01 +00:00
x From Tassilo Glander, "I want to submit a fix for the plugin to load .x model files (Direct X). 2010-09-09 10:09:31 +00:00
xine Added m4v as a handled movie file extension 2011-03-23 14:01:58 +00:00
zip Added better handling of archives in ReaderWriterZip::readNode() so that if there is no master file definition it 2011-06-23 15:37:35 +00:00
CMakeLists.txt From Rafa Gaitan and Jorge Izquierdo, build support for Android NDK. 2011-03-08 16:35:37 +00:00