OpenSceneGraph/src/osgPlugins
Robert Osfield 3b499341ed From Philipp Siemoleit,
There are some group codes (i.e. "62") which are interpreted as
    dxfDataType::SHORT. That's right because the dxf-specification defines
    "16 bit integer" as the type for the corresponding value.
    But readerBase::readGroup() calls readValue(std::ifstream&, unsigned
    short). I changed readValue(std::ifstream&, unsigned short) to
    readValue(std::ifstream&, short). I found no group code at the dxf-specs
    which needs a "16 bit unsigned integer" value. So the
    readValue(std::ifstream&, unsigned short) function is obsolete - right?
2006-06-26 09:30:16 +00:00
..
3dc Renamed Byte2,3,4 and Short2,3,4 and UByte4 to use the Vec*b, Vec*s and Vec4ub form 2005-07-15 14:41:19 +00:00
ac3d From Roger James, "1. Fixed a problem with the caching of textures when the associated image file was not in the current working directory. In this case the texture object was being placed in the cache with the short filename, but was looked up with the full path. 2006-03-08 15:16:59 +00:00
bmp From Colin McDonald, fix for big endian systems 2005-08-30 19:19:49 +00:00
bsp From Carlos García and Paul Baker, Port of Paul Baker's Quake3 BSP loader to OSG by Carlos García. 2006-05-15 09:46:54 +00:00
dds Replaced tabs with spaces. 2005-11-17 15:03:51 +00:00
directx From Roger James, reworked the export of std::vector<> on standard types to prevent 2005-11-21 13:51:24 +00:00
dw Replaced tabs with spaces. 2005-11-17 15:03:51 +00:00
dxf From Philipp Siemoleit, 2006-06-26 09:30:16 +00:00
ESRIShape Reorganised the Group::removeChild and Geode::removeDrawable methods so 2006-05-02 09:45:31 +00:00
flt From Trajce Nikolov, "small fix for the flt loader - the back color of the bidirectional light points" 2006-02-21 12:39:47 +00:00
freetype Added a static_cast<std::streampos> to get round IRIX64 build problem. 2005-12-02 09:57:19 +00:00
gdal Fixed warnings. 2005-11-09 10:41:52 +00:00
geo From Eric Wing, fixes for "warning: converting of negative value '-0x00000000000000001' to 'unsigned int'" 2005-11-29 11:39:07 +00:00
gif From Farshid Lashari, added support for reading from std::istream's to the BMP, GIF, PNG and TGA image plugins 2005-08-24 10:48:24 +00:00
hdr From Marco Jez, adding osgDB::findDataFile() usage. 2006-01-18 12:16:45 +00:00
Inventor Improvements to the handling of textures and texture coords. 2005-03-18 02:45:54 +00:00
ive Minor tweaks of ints to unsigned ints 2006-05-16 21:20:36 +00:00
jp2 Made read/write methods in ReaderWriter all const to facilate multi-threading 2004-11-23 15:29:52 +00:00
jpeg Fixed compile warnings. 2005-10-24 13:46:31 +00:00
lib3ds Replaced tabs with spaces. 2005-11-17 15:03:51 +00:00
logo Updated the bin number to be 100 for the logo overlay to force it to draw later. 2005-11-09 09:30:16 +00:00
lwo Reorganised the Group::removeChild and Geode::removeDrawable methods so 2006-05-02 09:45:31 +00:00
lws Added #include <osg/io_utils> 2005-04-08 09:36:42 +00:00
md2 Replaced tabs with spaces. 2005-11-17 15:03:51 +00:00
net Improved the GET protocol for the http socket. By adding Connection: close 2006-03-07 18:26:32 +00:00
normals Added 'normals' pseudoloader 2006-02-06 19:40:45 +00:00
obj From David Spilling, added "noRotation" ReaderWriter::Option into the .obj plugin 2005-11-07 14:42:36 +00:00
OpenFlight From Paul Martz, added support to textured light points into osgSim and OpenFlight loader, as part of the OpenFlight v16.0 spec. 2006-06-08 14:32:02 +00:00
osg From Mike Weiblen, support GLSL uniform arrays. A couple of tweaks and fixes from Robert Osfield. 2006-05-15 15:46:08 +00:00
osga From Colin McDonald, build fix for Solaris 2005-06-29 10:21:49 +00:00
osgFX Replaced tabs with spaces. 2005-11-17 15:03:51 +00:00
osgParticle Ran dos2unix. 2006-05-01 16:13:37 +00:00
osgSim From Colin McDonald, "Fixes for some duplicate global symbol definitions in the plugins, 2005-11-02 10:29:38 +00:00
osgText Added .osg suppot for new alignment modes 2005-07-15 16:26:45 +00:00
osgtgz Replaced tabs with spaces. 2005-11-17 15:03:51 +00:00
pfb From Ulrich Hertlein, spelling corrections and a few Doxgen comments. 2006-02-20 21:05:23 +00:00
pic Made read/write methods in ReaderWriter all const to facilate multi-threading 2004-11-23 15:29:52 +00:00
png From Farshid Lashkari, support for writing to istream for the the TIFF plugin and support for 2006-03-02 20:39:20 +00:00
pnm Moved the template function into the global namespace. 2005-01-27 20:26:51 +00:00
quicktime Replaced tabs with spaces. 2005-11-17 15:03:51 +00:00
rgb From Farshid Lashkari, Support for reading TIF images from stream, and support 2005-08-25 14:37:21 +00:00
rot Replaced tabs with spaces. 2005-11-17 15:03:51 +00:00
scale Replaced tabs with spaces. 2005-11-17 15:03:51 +00:00
stl Added default opening of the file as a binary file, and once the type is 2005-11-29 18:38:40 +00:00
tga From Eric Sokolowsky, warning fixes for g++ 4.0 under Fedora Core 4. 2005-08-25 17:53:01 +00:00
tgz Changes to zip and tgz plug-ins to allow for use of TEMP variable on Windows. 2006-01-24 17:43:53 +00:00
tiff From Farshid Lashkari, support for writing to istream for the the TIFF plugin and support for 2006-03-02 20:39:20 +00:00
trans Replaced tabs with spaces. 2005-11-17 15:03:51 +00:00
txp Build fixes 2006-03-14 13:18:21 +00:00
xine Added 21 as the version number of xine video plugin to allow it work with latest versions of xine. 2006-03-14 09:33:14 +00:00
zip Changes to zip and tgz plug-ins to allow for use of TEMP variable on Windows. 2006-01-24 17:43:53 +00:00
GNUmakefile Changes to fix compiles on Mac OS X 2003-04-03 08:14:49 +00:00