OpenSceneGraph/src/osgPlugins
2016-07-06 20:34:41 +01:00
..
3dc Fixed unused parameter warning. 2016-06-08 10:16:20 +01:00
3ds Added initializer 2016-07-02 12:29:07 +01:00
ac Added initializers and fixed float setting 2016-06-27 11:38:30 +01:00
avfoundation From Albert Luaces, typo fixes. 2015-06-01 13:40:20 +00:00
bmp Ran script to remove trailing spaces and tabs 2012-03-21 17:36:20 +00:00
bsp Added handling of possible zero divisor 2016-06-30 08:16:29 +01:00
bvh Refactored Callback system in osg::Node, osg::Drawable, osg::StateSet and osg::StateAttribute to use a new osg::Callback base class. 2014-06-05 16:26:13 +00:00
cfg Moved unused member variables to #if 0 blocks. 2016-07-01 09:52:35 +01:00
curl Fixed -Wextra warning 2016-06-08 10:00:18 +01:00
dae Merge remote-tracking branch 'upstream/master' 2016-06-08 16:16:48 +02:00
dds Fixed shadows warnings 2016-05-25 17:10:54 +01:00
dicom Fixed unused parameter warning. 2016-06-08 10:45:32 +01:00
directshow Typo fixes 2016-05-30 12:30:05 +01:00
dot Added handling of false return 2016-06-30 10:58:17 +01:00
dxf Added initializer 2016-07-02 12:27:48 +01:00
exr Fixed warning and quitened ones caused by 3rd party headers. 2016-07-02 12:13:08 +01:00
fbx Fixed warnings 2016-06-28 19:49:48 +01:00
ffmpeg Fixed unused parameter warning. 2016-06-08 09:54:10 +01:00
freetype Cleaned up null pointer handling 2016-06-29 17:58:03 +01:00
gdal Fixed -Wextra warning 2016-06-08 09:56:35 +01:00
gif From Albert Luaces, typo fixes. 2015-06-01 13:40:20 +00:00
gles Added null pointer check 2016-07-06 20:15:49 +01:00
glsl Introduced CMake option OSG_PROVIDE_READFILE option that defaults to ON, but when switched to OFF disables the building of the osgDB::read*File() methods, 2015-10-22 13:42:19 +00:00
gstreamer Fixed warnings and memmory leaks 2014-12-16 17:37: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 Added handling of return type 2016-07-02 12:31:08 +01:00
imageio From Konstantin Matveyev, "I've added GLES3 profile, which also enables GLES2 features (OSG_GLES3_AVAILABLE=true => OSG_GLES2_AVAILABLE=true). 2015-04-13 10:11:32 +00:00
Inventor Introduced CMake option OSG_PROVIDE_READFILE option that defaults to ON, but when switched to OFF disables the building of the osgDB::read*File() methods, 2015-10-22 13:42:19 +00:00
ive Moved initializers 2016-07-01 09:59:21 +01:00
jp2 Ran script to remove trailing spaces and tabs 2012-03-21 17:36:20 +00:00
jpeg Fix 'unterminated_case: The case for value 7U is not terminated by a 'break' statement' in jpeg plugin. 2016-05-27 10:34:15 +01:00
ktx From Albert Luaces, typo fixes. 2015-06-01 13:40:20 +00:00
las From Albert Luaces, typo fixes. 2015-06-01 13:40:20 +00:00
logo Removed line space 2016-06-28 13:44:20 +01:00
lua Added ability to assign callbacks from lua scripts 2016-07-06 11:36:25 +01:00
lwo Added strncopy usage to avoid buffer overflow 2016-06-25 14:26:05 +01:00
lws Added readObject() implementation. 2016-07-05 18:10:51 +01:00
md2 Improved check against number of bytes read 2016-06-30 08:27:49 +01:00
mdl Added initializer 2016-06-27 16:14:32 +01:00
normals Fixed override method inconsistency 2016-06-27 16:16:03 +01:00
nvtt Fixed unused parameter warning. 2016-06-08 10:52:40 +01:00
obj Added initializer 2016-07-01 08:49:55 +01:00
ogr Fixed unused parameter warning. 2016-06-08 09:51:50 +01:00
OpenFlight Fixed typo 2016-06-30 10:50:11 +01:00
osc Added initializer 2016-07-01 08:48:49 +01:00
osg Added handling of false return 2016-06-30 10:55:34 +01:00
osga Added initializers 2016-07-01 08:52:43 +01:00
osgjs Fixed possible memory leak 2016-07-06 20:34:41 +01:00
osgtgz Added handling of error condition 2016-06-30 11:28:59 +01:00
p3d Added null pointer check 2016-06-29 17:33:45 +01:00
pdf Fixed warning 2014-11-26 16:15:37 +00:00
pic Removed unneccessary close 2016-06-28 09:21:30 +01:00
ply Addd handling of NULL 2016-06-30 08:02:29 +01:00
png Added handling of possible zero divisor 2016-06-30 08:20:31 +01:00
pnm Ran script to remove trailing spaces and tabs 2012-03-21 17:36:20 +00:00
pov Added better null pointer handling 2016-06-30 09:46:27 +01:00
pvr Centralized the calling of #include <stdint.h> and VS fallback into include/osg/Types header 2014-07-21 16:36:47 +00:00
python Added readScript/writeScript methods to ReaderWriter 2014-07-14 15:59:06 +00:00
qfont Fixed unused parameter warning. 2016-06-08 10:55:22 +01:00
QTKit From Albert Luaces, typo fixes. 2015-06-01 13:40:20 +00:00
quicktime Typo fixes 2016-05-30 12:30:05 +01:00
RestHttpDevice From Stephan Huber, "attached is a fix for the rest-http-plugin which should fix the font-issue reported by Phil. The old implementation did forward all requests to the internal http-server via user-events. This prevented error-reporting for missing files, as the request was accidentally handled by the plugin. As a request for missing font-file succeeds and returned an empty file, the curl-plugin hands the data happily to the freetype-plugin which failed trying to load an empty font-file, obviously. 2014-03-13 14:02:50 +00:00
revisions Fixed unused parameter warning. 2016-06-08 09:49:10 +01:00
rgb Fixed types 2016-07-02 12:33:31 +01:00
rot Introduced CMake option OSG_PROVIDE_READFILE option that defaults to ON, but when switched to OFF disables the building of the osgDB::read*File() methods, 2015-10-22 13:42:19 +00:00
scale Introduced CMake option OSG_PROVIDE_READFILE option that defaults to ON, but when switched to OFF disables the building of the osgDB::read*File() methods, 2015-10-22 13:42:19 +00:00
sdl From Laurens Voerman, "The current version will not compile with SDL version 2, error 2015-03-11 17:36:45 +00:00
shadow Introduced CMake option OSG_PROVIDE_READFILE option that defaults to ON, but when switched to OFF disables the building of the osgDB::read*File() methods, 2015-10-22 13:42:19 +00:00
shp Fixed leak when open returns 0 2016-06-28 15:33:06 +01:00
stl Adds support for incomplete stl binary files 2016-07-05 17:09:45 +02:00
svg Fixed Clang warnings related to external dependencies 2016-06-03 10:18:41 +01:00
terrain Removed no longer used code 2016-06-30 09:09:54 +01:00
tf Changed osgvolume example to use the new tf plugin rather than having local code for reading transfer function 2014-09-16 17:40:13 +00:00
tga Fixed memory leak 2016-06-10 17:19:41 +01:00
tgz Added handling of return type 2016-07-02 12:37:22 +01:00
tiff Improved error handling 2016-06-30 09:38:41 +01:00
trans Introduced CMake option OSG_PROVIDE_READFILE option that defaults to ON, but when switched to OFF disables the building of the osgDB::read*File() methods, 2015-10-22 13:42:19 +00:00
trk Typo fixes 2016-05-30 12:30:05 +01:00
txf Changed to an int comparison 2016-07-02 11:09:12 +01:00
txp Added initializers 2016-07-02 12:54:48 +01:00
V8 Added readScript/writeScript methods to ReaderWriter 2014-07-14 15:59:06 +00:00
view Ran script to remove trailing spaces and tabs 2012-03-21 17:36:20 +00:00
vnc Replaced use of while(isRunning()) { YieldCurrentThread(); } style loops with use of join() to avoid false positives being reported by valgrind when using the helgrind tool for thread debugging. 2014-11-04 10:46:59 +00:00
vrml Introduced CMake option OSG_PROVIDE_READFILE option that defaults to ON, but when switched to OFF disables the building of the osgDB::read*File() methods, 2015-10-22 13:42:19 +00:00
vtf Fixed unused parameter warning. 2016-06-08 09:47:30 +01:00
x Fixed shadows warnings 2016-05-25 17:10:54 +01:00
xine Ran script to remove trailing spaces and tabs 2012-03-21 17:36:20 +00:00
ZeroConfDevice From Stepan Huber, "attached are my changes for the osc, zeroconf and resthttp-plugin to use the new event-class. I refactored the osgoscdevice-example so that it’s working again. " 2013-11-08 12:28:51 +00:00
zip Addd loop guard to prevent negative bit shift 2016-07-01 11:08:29 +01:00
CMakeLists.txt Removed no longer used Designer Workbench plugin. 2016-06-20 14:06:21 +01:00