.. |
3dc
|
Converted osg::notify to OSG_INFO etc.
|
2010-05-28 16:29:53 +00:00 |
3ds
|
From Farshid Lashkari, "The logic for handling opacity maps in the 3ds reader seems to be incorrect. It checks whether the diffuse texture contains transparency, instead of the opacity texture. If the diffuse does not contain an alpha channel it outputs the warning:
|
2013-05-28 15:43:12 +00:00 |
ac
|
Moved the assignment of the normal binding to after the setNormalArray call
|
2013-06-18 17:49:57 +00:00 |
avfoundation
|
From Alessandro Terenzi, "I've modified the avfoundation plugin to copy the preferredTransform matrix into the UserData property of the corresponding imagestream: by doing so, we can realize if the video should be transformed when applied as a texture (this should be the case, for instance, when we record a movie using an iOS device with any orientation different than 'landscape left')."
|
2013-01-22 16:53:50 +00:00 |
bmp
|
Ran script to remove trailing spaces and tabs
|
2012-03-21 17:36:20 +00:00 |
bsp
|
Ran script to remove trailing spaces and tabs
|
2012-03-21 17:36:20 +00:00 |
bvh
|
Ran script to remove trailing spaces and tabs
|
2012-03-21 17:36:20 +00:00 |
cfg
|
Ran script to remove trailing spaces and tabs
|
2012-03-21 17:36:20 +00:00 |
curl
|
Fixed warning
|
2013-02-04 12:01:26 +00:00 |
dae
|
Removed unneccessary handling of BIND_PER_PRIMITIVE on output code
|
2013-06-21 14:17:42 +00:00 |
dds
|
From Farshid Lashkari, "I've updated the dds, png, and jpeg plugins to support writing images with the GL_DEPTH_COMPONENT pixel format. They will simply treat it the same as the GL_LUMINANCE pixel format."
|
2013-06-21 08:37:47 +00:00 |
dicom
|
Converted sorting of directory contents across to use the new osgDB::FileNameComparator and osgDB::getSortedDirectoryContents()
|
2012-09-12 11:09:41 +00:00 |
directshow
|
Ran script to remove trailing spaces and tabs
|
2012-03-21 17:36:20 +00:00 |
dot
|
Ran script to remove trailing spaces and tabs
|
2012-03-21 17:36:20 +00:00 |
dw
|
Ran script to remove trailing spaces and tabs
|
2012-03-21 17:36:20 +00:00 |
dxf
|
From Luc Frauciel, "You'll find attached a modification of DXWriter to support Material color:
|
2013-06-24 11:39:26 +00:00 |
exr
|
Standardized use of GL_HALF_FLOAT_NV and GL_HALF_FLOAT_ARB to GL_HALF_FLOAT
|
2013-01-31 16:26:06 +00:00 |
fbx
|
From Laurens Voerman, build fix
|
2013-06-21 12:10:44 +00:00 |
ffmpeg
|
From Nick Black, "Hey there! avcodec_open() has been deprecated for some time, and indeed has
|
2013-06-24 09:12:58 +00:00 |
freetype
|
Ran script to remove trailing spaces and tabs
|
2012-03-21 17:36:20 +00:00 |
gdal
|
Ran script to remove trailing spaces and tabs
|
2012-03-21 17:36:20 +00:00 |
gif
|
From Laurens Voerman, "while updating dependencies I found a problem with libgif 5 from http://sourceforge.net/projects/giflib/
|
2013-06-03 14:04:02 +00:00 |
glsl
|
From Wang Rui, "In the attached files I've added the Compute Shader support for OSG, as well as serializer updates and a new osgcomputeshaders example. My submission also include a setComputeGroups() function in Program for setting compute-shader work groups, and a bindToImageUnit() function in Texture for binding textures as image variables in shaders.
|
2013-01-25 11:54:03 +00:00 |
gta
|
Ran script to remove trailing spaces and tabs
|
2012-03-21 17:36:20 +00:00 |
gz
|
Ran script to remove trailing spaces and tabs
|
2012-03-21 17:36:20 +00:00 |
hdr
|
Ran script to remove trailing spaces and tabs
|
2012-03-21 17:36:20 +00:00 |
imageio
|
From Stephan Huber, "attached you'll find the missing readObject-implementations for the imageio-plugin as suggested by Remo Eichenberger."
|
2013-06-21 13:41:03 +00:00 |
Inventor
|
Cleaned up usage of BIND_PER_PRIMITIVE where possible.
|
2013-06-19 16:24:59 +00:00 |
ive
|
From Laurens Voerman, build fix for VS.
|
2013-06-20 09:27:50 +00:00 |
jp2
|
Ran script to remove trailing spaces and tabs
|
2012-03-21 17:36:20 +00:00 |
jpeg
|
From Farshid Lashkari, "I've updated the dds, png, and jpeg plugins to support writing images with the GL_DEPTH_COMPONENT pixel format. They will simply treat it the same as the GL_LUMINANCE pixel format."
|
2013-06-21 08:37:47 +00:00 |
ktx
|
From Luc Frauciel, "Compile Fix - KTX plugin with Visual Studio, <stdint.h>not defined under MSVC"
|
2012-10-26 15:31:18 +00:00 |
logo
|
Fixed warnings
|
2013-02-04 12:38:08 +00:00 |
lwo
|
Ran script to remove trailing spaces and tabs
|
2012-03-21 17:36:20 +00:00 |
lws
|
Ran script to remove trailing spaces and tabs
|
2012-03-21 17:36:20 +00:00 |
md2
|
Build fixes for new deprecated osg::Geometry functions
|
2013-06-19 10:56:31 +00:00 |
mdl
|
Ran script to remove trailing spaces and tabs
|
2012-03-21 17:36:20 +00:00 |
normals
|
Cleaned up usage of BIND_PER_PRIMITIVE where possible.
|
2013-06-19 16:24:59 +00:00 |
nvtt
|
From Wang Rui, "The osgdb_nvtt plugin needs to be updated to work with the latest NVTT library, which changes the interface slightly (adding a new pure virtual method endImage()). I've modified the source file and attached it here."
|
2013-05-30 09:07:46 +00:00 |
obj
|
Cleaned up usage of BIND_PER_PRIMITIVE where possible.
|
2013-06-19 16:24:59 +00:00 |
ogr
|
Ran script to remove trailing spaces and tabs
|
2012-03-21 17:36:20 +00:00 |
OpenFlight
|
Fixed the computation of the spot light direction.
|
2013-05-28 10:46:47 +00:00 |
osc
|
Removed svn:executable property.
|
2013-06-19 17:25:55 +00:00 |
osg
|
From Wang Rui, "The file attached includes two new features for the serialization IO functionality. First, custom serializer version control should work now, just by defining a new REGISTER_CUSTOM_OBJECT_WRAPPER macro. For example:
|
2013-06-24 08:48:55 +00:00 |
osga
|
From Martin Naylor, replace osgDB::fstream with an osgDB::open() call.
|
2013-06-12 12:49:18 +00:00 |
osgtgz
|
Ran script to remove trailing spaces and tabs
|
2012-03-21 17:36:20 +00:00 |
p3d
|
Introduced new scheme for handling mouse events with osgViewer. The new scheme enables robust event handling even when using distortion correction render to texture Cameras.
|
2013-05-03 19:26:27 +00:00 |
pdf
|
Ran script to remove trailing spaces and tabs
|
2012-03-21 17:36:20 +00:00 |
pfb
|
Build fixes for new deprecated osg::Geometry functions
|
2013-06-19 10:56:31 +00:00 |
pic
|
Ran script to remove trailing spaces and tabs
|
2012-03-21 17:36:20 +00:00 |
ply
|
From Cedric Pinson, "I Updated the ply plugin to support alpha color in files. Plus I updated it to use by default an alpha of 1.0 instead of 0 when no alpha is specified.
|
2012-03-29 14:58:00 +00:00 |
png
|
From Farshid Lashkari, "I've updated the dds, png, and jpeg plugins to support writing images with the GL_DEPTH_COMPONENT pixel format. They will simply treat it the same as the GL_LUMINANCE pixel format."
|
2013-06-21 08:37:47 +00:00 |
pnm
|
Ran script to remove trailing spaces and tabs
|
2012-03-21 17:36:20 +00:00 |
pov
|
Clean up up osg::Geometry, removing long deprecated support for array indices and BIND_PER_PRIMITIVE binding that forced OpenGL slow paths. osg::Geometry is now smaller and only supports OpenGL fasts paths.
|
2013-06-18 11:18:28 +00:00 |
pvr
|
Ran script to remove trailing spaces and tabs
|
2012-03-21 17:36:20 +00:00 |
qfont
|
Ran script to remove trailing spaces and tabs
|
2012-03-21 17:36:20 +00:00 |
QTKit
|
From Stephan Huber, "thanks for your input, unfortunately I could not get it working with packing, but setting the row-length works now. Seems I had it wrong the first time.
|
2013-01-10 10:53:22 +00:00 |
quicktime
|
Ran script to remove trailing spaces and tabs
|
2012-03-21 17:36:20 +00:00 |
RestHttpDevice
|
Removed svn:executable property.
|
2013-06-19 17:25:55 +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
|
Removed redundent code block
|
2013-01-23 11:50:45 +00:00 |
rot
|
Ran script to remove trailing spaces and tabs
|
2012-03-21 17:36:20 +00:00 |
scale
|
Ran script to remove trailing spaces and tabs
|
2012-03-21 17:36:20 +00:00 |
sdl
|
Fixed panning bug, when using RUN_ON_DEMAND, that resulted in the camera being thrown off towards infinity.
|
2013-05-24 09:35:58 +00:00 |
shadow
|
Ran script to remove trailing spaces and tabs
|
2012-03-21 17:36:20 +00:00 |
shp
|
From Andreas Ekstrand, The attached ESRIShape.cpp contains fixes for comparing calculated byte sizes with the content length from the record header. According to the ESRI Shape documentation (http://www.esri.com/library/whitepapers/pdfs/shapefile.pdf), the content length is specified in 16 bit words, which is why I have multiplied it by 2 when comparing to byte sizes. Note that the comparison in line 813 is made with a fix number of 16-bit words so it hasn't been changed.
|
2012-09-05 10:24:10 +00:00 |
stl
|
Cleaned up usage of BIND_PER_PRIMITIVE where possible.
|
2013-06-19 16:24:59 +00:00 |
svg
|
Ran script to remove trailing spaces and tabs
|
2012-03-21 17:36:20 +00:00 |
terrain
|
Ran script to remove trailing spaces and tabs
|
2012-03-21 17:36:20 +00:00 |
tga
|
From Farshid Lashkari, "The tga image loader was not properly reading in 16-bit images. Fix is attached."
|
2013-05-14 16:15:01 +00:00 |
tgz
|
Ran script to remove trailing spaces and tabs
|
2012-03-21 17:36:20 +00:00 |
tiff
|
Ran script to remove trailing spaces and tabs
|
2012-03-21 17:36:20 +00:00 |
trans
|
Ran script to remove trailing spaces and tabs
|
2012-03-21 17:36:20 +00:00 |
trk
|
Added .get()'s to fix compilation when ref_ptr<> type conversion is disabled
|
2013-02-05 18:22:46 +00:00 |
txf
|
Ran script to remove trailing spaces and tabs
|
2012-03-21 17:36:20 +00:00 |
txp
|
Fixed warnings
|
2013-02-04 13:27:46 +00:00 |
view
|
Ran script to remove trailing spaces and tabs
|
2012-03-21 17:36:20 +00:00 |
vnc
|
Refactored the idle mechanism to fix problems with the vnc thread going idle when it shouldn't have.
|
2013-05-23 12:29:55 +00:00 |
vrml
|
Cleaned up usage of BIND_PER_PRIMITIVE where possible.
|
2013-06-19 16:24:59 +00:00 |
vtf
|
Standardized use of GL_HALF_FLOAT_NV and GL_HALF_FLOAT_ARB to GL_HALF_FLOAT
|
2013-01-31 16:26:06 +00:00 |
x
|
Ran script to remove trailing spaces and tabs
|
2012-03-21 17:36:20 +00:00 |
xine
|
Ran script to remove trailing spaces and tabs
|
2012-03-21 17:36:20 +00:00 |
ZeroConfDevice
|
Removed svn:executable property
|
2013-06-19 17:26:59 +00:00 |
zip
|
Ran script to remove trailing spaces and tabs
|
2012-03-21 17:36:20 +00:00 |
CMakeLists.txt
|
Removed geo plugin as the modelling tool it was assocaited is long defunct.
|
2013-06-04 13:29:44 +00:00 |