OpenSceneGraph/src/osgPlugins
2011-06-07 14:26:13 +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 Converted osg::notify to OSG_INFO etc. 2010-05-28 16:30:36 +00:00
bmp Converted osg::notify to OSG_INFO etc. 2010-05-28 17:14:29 +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 Fixed typo of commercial 2010-11-22 11:22:03 +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 From Sukender, I wrapped my change about non-empty texture units in an off-by-default option, so that it doesn't break any existing code. But AFAIK, other readers (except OSGx) generate contiguous texture units, so I guess this option to be useful for users. 2011-05-16 10:07:20 +00:00
dds Cleaned up DXT1 support 2011-04-14 15:22:43 +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 From Wang Rui, build fix 2011-05-15 08:27:04 +00:00
ffmpeg Added m4v as a handled movie file extension 2011-03-23 14:01:58 +00:00
freetype Fixed handling of Font implementations that don't handle multiple font resolutions. 2011-05-13 19:08:04 +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 Covertiy reported issues. 2011-05-06 10:27:59 +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 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 Frida Schlaug, "Imageio for ios had a poorly implemented function for reading from streams (always returning null). In this patch I copied some code from the non-ios imageio file and adjusted it to work on ios. " 2011-06-06 11:48:32 +00:00
Inventor From Jan Peciva, 2011-03-09 15:55:35 +00:00
ive Fixed handling of write and reading of straight Node objects in the scene graph. 2011-02-26 16:04:34 +00:00
jp2 Removed the repeated called to jas_init() and jas_image_clearfmts() calls to make it possible to use the reading multi-threaded 2011-03-09 12:15:39 +00:00
jpeg From Guillaume Taze, "This is a fix for the error popups which appeared when reading a corrupted file on windows. Errors are redirected to std::err instead." 2011-04-20 17:15:58 +00:00
logo Converted osg::notify to OSG_INFO etc. 2010-05-28 16:45:32 +00:00
lwo Introduced osg namespace to new local GLU functions 2010-10-07 11:53:28 +00:00
lws Converted osg::notify to OSG_INFO etc. 2010-05-28 16:44:08 +00:00
md2 Converted osg::notify to OSG_INFO etc. 2010-05-28 16:48:05 +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 From Magnus Kessler, "A few minor fixes in the documentation strings of ReaderWriterFLT.cpp" 2011-04-19 14:19:06 +00:00
osg From Mathias Froehlich, build fix for Solaris 2011-01-26 16:45:36 +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 Added support for new SampleDensityWhenMovingProperty into .p3d format, with it default to 0.02. 2011-03-17 17:33:02 +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 From Philip Lowman, clean up of CMake files 2009-04-09 09:23:45 +00:00
ply Fixed Coverity reported issue. 2011-04-27 16:00:32 +00:00
png Converted osg::notify to OSG_INFO etc. 2010-05-28 16:53:46 +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 From Johannes Baeuerele, "I have extended the pvr reader plugin to support etc1 compression(GL_ETC1_RGB8_OES). The changes attached to this submission are based on today's trunk. 2011-04-21 17:04:50 +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 Converted osg::notify to OSG_INFO etc. 2010-05-28 17:08:10 +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 Wang Rui, "Attachment is the implementation of the writing operation of the TGA 2010-08-16 14:39: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 Removed unused numX, numY member variables, and added initializer for firstHeaderWrite. 2011-05-23 16:58:49 +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 Fixed for build with non autoatic ref_ptr<> to C pointer conversion 2011-01-14 11:46:43 +00:00
vtf Converted osg::notify to OSG_INFO etc. 2010-05-28 17:12:14 +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 From Mathias Froehlich, build fixes for legacy unix systems 2011-06-07 14:26:13 +00:00
CMakeLists.txt From Rafa Gaitan and Jorge Izquierdo, build support for Android NDK. 2011-03-08 16:35:37 +00:00