OpenSceneGraph/src/osgPlugins
Robert Osfield cc9d12f34f From Rudolf Weidemann, "in the OpenFlight format materials can have editable names.
In the OSG OpenFlight plugin these names are ignored when reading, and
empty strings are written.

As we need these names in the OSG scene graph by our application, I
changed the plugin code, so the names are now stored in class
"osg::Material" (derived from "osg::Object") by
 material->setName();
(see "PaletteRecords.cpp, line 195) when reading the file, and written
to file by
 dos.writeString( m.Material->getName(), 12 );
(see MaterialPaletteManager.cpp, line 80).

As these names otherwise get lost when reading an OpenFlight file and
writing it again e.g. by
 osgconv example.flt converted_example.flt
these changes make the plugin more complete.

The changes were made to OSG revision 8425, and were tested by
 osgconv example.flt converted_example.flt
comparing the material palettes of both files inside Multigen Creator."
2008-06-19 14:35:18 +00:00
..
3dc From Paul Martz, "Another round of plugin enhancements. 2008-05-10 17:23:12 +00:00
3ds From Roland Smeenk, "Attached you will find a large set of small typo fixes (mainly in the comments)." 2007-12-10 17:30:18 +00:00
ac From Melchoir Franz, "ac3d.cpp does currently strip everything but the file name in 2008-03-13 16:18:03 +00:00
bmp From Glenn Waldron, "As you may recall, we discussed adding ReaderWriter::readObject() overrides to all the image plugins in order to facilitate future archive support. Attached are the necessary modifications. I tested JPEG, but not all the others... the code is identical though. Note that the DDS plugin already contained the readObject() implementations." 2008-02-25 13:25:42 +00:00
bsp From Rudolf Wiedemann, "I need to link OpenSceneGraph statically to my application, so I 2007-07-06 13:54:26 +00:00
cfg Commented out checking of DISPLAY env var 2008-05-07 17:06:36 +00:00
curl Checking in missed header 2008-05-22 08:31:56 +00:00
dae From Paul Martz, "When exporting a DrawArrays PrimitiveSet, the DAE plugin computes an incorrect nbVerticesPerPoly if the first index is not zero. The issue can be reproduced easily with: 2008-05-26 22:34:06 +00:00
dds From Mattias Helsing, "While using the dds plugin (via osgdem) it was able to write 24bit 2008-04-03 10:26:18 +00:00
dw From Rudolf Wiedemann, "I need to link OpenSceneGraph statically to my application, so I 2007-07-06 13:54:26 +00:00
dxf From Rudolf Wiedemann, "I need to link OpenSceneGraph statically to my application, so I 2007-07-06 13:54:26 +00:00
freetype From Paul Martz, "Another round of plugin enhancements. 2008-05-10 17:23:12 +00:00
gdal Added #include<memory> to fix gcc 4.3 build problem 2008-03-25 13:01:40 +00:00
geo From Luigi Calori, add osgText to geo plugin build 2007-08-30 12:18:45 +00:00
gif From Wang Rui, "I have just done some changes on the classic osgdb_gif plugin (based on OSG 2.5.0). I wish our developers may use the newly written GIF reading plugin to attach animate GIF files as textures now! In my opinion, a GIF is much smaller than AVI and MOVs, and much more efficient sometimes. 2008-05-27 10:50:26 +00:00
glsl From Art Trevs, add support for saving external shader files. 2008-03-04 14:04:48 +00:00
hdr From Mathias Froehlich, "Add missing includes. Fails on hp-ux." 2007-12-06 17:03:47 +00:00
Inventor From Eric Sokolowsky, "I found one compilation error in OSG 2.4 in the Inventor plugin, where one node (SoTextureCoordinate3) was assumed to be available in all versions of Inventor but is actually only available in Coin. The use of the node is now protected by #ifdef __COIN__ constructs. The attachment is based on OSG 2.4, not SVN." 2008-05-08 16:48:49 +00:00
ive From Andrew Bettison, "Attached are changes for src/osgPlugins/ive (version 2.4.0) that implement LineStipple read/write support for the ive file format." 2008-06-19 14:14:20 +00:00
jp2 From David Callu, added support of 3D text to osgText and associated plugins. 2007-12-10 15:15:56 +00:00
jpeg From Paul Martz, "Another round of plugin enhancements. 2008-05-10 17:23:12 +00:00
logo From Mathieu Marache, "I have made the logo plugin work again (a simple copy and paste problem) and added the path of the logo file (if not empty) to the data file path in order to be able to find images relatively." 2008-06-06 14:59:17 +00:00
lwo From Bob Kuehne, "added multi-texture support (alpha/trans images)" 2008-06-18 11:56:50 +00:00
lws From Rudolf Wiedemann, "I need to link OpenSceneGraph statically to my application, so I 2007-07-06 13:54:26 +00:00
md2 From Rudolf Wiedemann, "I need to link OpenSceneGraph statically to my application, so I 2007-07-06 13:54:26 +00:00
net From Benoit Laniel, "I use mingw to cross-compile openscenegraph to win32. However, linux 2008-04-11 10:30:00 +00:00
normals From Roland Smeenk, "Attached you will find a large set of small typo fixes (mainly in the comments)." 2007-12-10 17:30:18 +00:00
obj From Bob Kuehne, "* add easy multiple texture targets support for obj by refactoring texture 2008-05-12 10:18:41 +00:00
ogr From Cedric Pinson, "default white behaviour : osgviewerd -e ogr yourFile 2008-01-28 16:13:42 +00:00
OpenFlight From Rudolf Weidemann, "in the OpenFlight format materials can have editable names. 2008-06-19 14:35:18 +00:00
osg From Liang Aibin: 2008-06-18 20:17:13 +00:00
osga From Mattias Helsing, "Subject: osga reading slash mismatch 2008-04-02 13:57:26 +00:00
osgFX Fixed the capitilization of the osgdb_osgfx plugin 2007-10-25 09:00:25 +00:00
osgParticle Introduce osgParticle::ParticleSystem::s/getParticleScaleReferenceFrame() to 2008-03-17 12:09:05 +00:00
osgShadow Changed the plugin name to lower case to be consistent with the way that osgDB::Registry 2007-08-14 17:13:54 +00:00
osgSim From Paul Martz, files for adding ObjectRecordData support into OpenFlight 2008-03-13 15:21:34 +00:00
osgTerrain Renamed Terrain to TerrainTile 2008-03-27 10:55:39 +00:00
osgText From David Callu, IO support for Text3D 2007-12-10 19:51:33 +00:00
osgtgz From Rudolf Wiedemann, "I need to link OpenSceneGraph statically to my application, so I 2007-07-06 13:54:26 +00:00
osgViewer Added projectorMatrix parameter support to *SphericalDisplay setup functions and .view, this allows one 2008-01-28 15:41:42 +00:00
pfb From Guillaume Millet, "Please find in attachment a small improvement to the pfb plugin 2007-09-07 10:15:39 +00:00
pic From Glenn Waldron, "As you may recall, we discussed adding ReaderWriter::readObject() overrides to all the image plugins in order to facilitate future archive support. Attached are the necessary modifications. I tested JPEG, but not all the others... the code is identical though. Note that the DDS plugin already contained the readObject() implementations." 2008-02-25 13:25:42 +00:00
png From Thibault Genessay, "The PNG plugin crashes when you try to read a malformed file (attached 2008-05-28 13:51:56 +00:00
pnm From Paul Martz, "Attached are some minor plugin fixes. PNM, RGB, and JPEG would all crash if attempting to read an empty file, and FLT would go into an infinite loop. All are fixed with this change. 2008-05-09 11:27:03 +00:00
quicktime From Stephan Huber, "attached you'll find a refactored and improved quicktime-plugin. I moved all code related to the image-loading, swizzling etc into an extra class. The quicktime plugin supports now reading and writing images from/to streams and the code is less cluttered than previous versions. 2008-04-17 15:30:35 +00:00
rgb From Paul Martz, "Attached are some minor plugin fixes. PNM, RGB, and JPEG would all crash if attempting to read an empty file, and FLT would go into an infinite loop. All are fixed with this change. 2008-05-09 11:27:03 +00:00
rot From Rudolf Wiedemann, "I need to link OpenSceneGraph statically to my application, so I 2007-07-06 13:54:26 +00:00
scale From Rudolf Wiedemann, "I need to link OpenSceneGraph statically to my application, so I 2007-07-06 13:54:26 +00:00
shp From Sebastien Messerschmidt, "attached you'll find a patch for the shp-plugin. 2008-05-08 15:17:53 +00:00
stl From Rudolf Wiedemann, "I need to link OpenSceneGraph statically to my application, so I 2007-07-06 13:54:26 +00:00
svg From Miguel Escriva, Here you will find a SVG Image Reader. It renders a SVG file as an osg::Image using cairo and rsvg. 2008-05-11 14:23:19 +00:00
tga From Glenn Waldron, "As you may recall, we discussed adding ReaderWriter::readObject() overrides to all the image plugins in order to facilitate future archive support. Attached are the necessary modifications. I tested JPEG, but not all the others... the code is identical though. Note that the DDS plugin already contained the readObject() implementations." 2008-02-25 13:25:42 +00:00
tgz From Rudolf Wiedemann, "I need to link OpenSceneGraph statically to my application, so I 2007-07-06 13:54:26 +00:00
tiff From Glenn Waldron, "As you may recall, we discussed adding ReaderWriter::readObject() overrides to all the image plugins in order to facilitate future archive support. Attached are the necessary modifications. I tested JPEG, but not all the others... the code is identical though. Note that the DDS plugin already contained the readObject() implementations." 2008-02-25 13:25:42 +00:00
trans From Rudolf Wiedemann, "I need to link OpenSceneGraph statically to my application, so I 2007-07-06 13:54:26 +00:00
txf Convert osgText and freetype plugin across to keeping the font size as state that 2007-12-23 18:15:54 +00:00
txp Added mutex to serialize access to the trpager 2008-06-16 13:20:51 +00:00
vrml From Gino van den Bergen, "Added support for vrml primitive caching" 2008-06-18 10:51:02 +00:00
x From Sid Byce, fixes for compiling with gcc 4.3 2007-12-24 15:19:52 +00:00
xine Added support for setting volume in xine plugin, manual adjustment of volume 2007-11-04 16:08:05 +00:00
zip From Daniel Sjolie, "I patched the zip plugin to make use of my favorite zip/pack-application for windows if it is installed in the standard location..." 2007-09-07 10:50:13 +00:00
CMakeLists.txt From Philip Lowman, post 1: 2008-05-26 22:36:58 +00:00