.. |
3dc
|
Converted osg::notify to OSG_INFO etc.
|
2010-05-28 16:29:53 +00:00 |
3ds
|
From Sukender, "I added a crash-guard against corrupted 3DS files, having faces indexes out of the range of existing vertices."
|
2011-09-13 09:43:45 +00:00 |
ac
|
Removed redundent assert and associated variables to fix warnings.
|
2011-06-24 16:15:47 +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
|
Changed the notification level to INFO.
|
2011-10-28 11:00:55 +00:00 |
curl
|
Added #if lib curl version check around #include <curl/types.h> as this header was deprecated and now
|
2011-06-28 07:23:52 +00:00 |
dae
|
From Luc Frauciel, "You'll find attached a new option that allow, when using LOD in USER_DEFINED_CENTER mode to expand the radius of the node by the radius of loaded objets.
|
2011-09-19 10:34:31 +00:00 |
dds
|
Resolved warnings reported by g++ 4.6's -Wunused-but-set-variable.
|
2011-06-22 12:30:01 +00:00 |
dicom
|
Fixed the use DCM_SeriesDescription
|
2011-11-01 10:30: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
|
From Laurens Voerman, "attached is a zipped
|
2011-09-14 09:49:28 +00:00 |
freetype
|
Changed getVertical(..) so it uses the same coord scale as the getGlyph
|
2011-10-03 14:57:39 +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
|
From Paul Idstein, warning fixes for OSX 10.7
|
2011-09-12 11:24:24 +00:00 |
Inventor
|
From Ryan Pavlik, "Fix inventor state copy constructor.
|
2011-07-15 08:43:47 +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 Alberto Luacas, typo fixes
|
2011-07-17 16:24:47 +00:00 |
OpenFlight
|
Resolved warnings reported by g++ 4.6's -Wunused-but-set-variable.
|
2011-06-22 12:30:01 +00:00 |
osg
|
Added support for calling throwException() from InputIterator and added a check for negative string sizes.
|
2011-10-20 16:35:50 +00:00 |
osga
|
Implemented missing writeShader
|
2011-06-24 15:04:16 +00:00 |
osgtgz
|
Converted osg::notify to OSG_INFO etc.
|
2010-05-28 16:50:45 +00:00 |
p3d
|
Added support into the .p3d format for specifying the osgDB::Options::OptionString via the <tag options="value">.
|
2011-10-26 14:25:56 +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 Andreas Eskland, "I found that a binary PNM file couldn't be read by the PNM plugin in the 3.0 branch. Attached is a small fix in ReaderWriterPNM.cpp, simply opening the file in binary mode."
|
2011-06-25 20:51:58 +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 Alberto Luacas, typo fixes
|
2011-07-17 16:24:47 +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
|
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
|
From Alberto Luacas, typo fixes
|
2011-07-17 16:24:47 +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
|
From Alberto Luacas, typo fixes
|
2011-07-17 16:24:47 +00:00 |
view
|
Fixed typo of commercial
|
2010-11-22 11:22:03 +00:00 |
vnc
|
Added support for American spelling of swap and add supportOptions(..) documentation for the new options.
|
2011-10-27 08:34:53 +00:00 |
vrml
|
From Mathias Froehlich, "I have attached an updated version of the VRML2 loader.
|
2011-07-21 09:07:22 +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
|
Implemented missing Archive::readShader/writeShader, and added searching of the archive list in Registr::read() so that files
|
2011-06-24 12:40:18 +00:00 |
CMakeLists.txt
|
From Rafa Gaitan and Jorge Izquierdo, build support for Android NDK.
|
2011-03-08 16:35:37 +00:00 |