OpenSceneGraph/src/osgDB
2010-04-22 16:08:26 +00:00
..
Archive.cpp Refactored the Registry::ReadFileCallback, WriteFileCallback and ReaderWriter::Options to they are now defined in their own header and in the osgDB namespace. 2009-05-09 08:49:27 +00:00
AuthenticationMap.cpp Moved AuthenticalMap/AuthenticationDetails out in their own files 2008-07-17 12:13:04 +00:00
Callbacks.cpp Added return to end of file to prevent warning 2009-05-12 05:58:31 +00:00
CMakeLists.txt From David Fries,"We are needing to compile Debug, Release, and MinSizeWithDebInfo, but 2010-03-10 17:19:35 +00:00
Compressors.cpp From Wang Rui, new native binary/ascii format infrastructure and wrappers. 2010-01-20 20:13:33 +00:00
ConvertUTF.cpp From Farshid Lashkari, "I've attached a small fix so that osgDB::convertStringFromUTF8toCurrentCodePage actually performs the conversion onto the destination string." 2010-04-22 16:08:26 +00:00
DatabasePager.cpp From J.P. Delport, Fix for invalid iterator dereference in DatabasePager. 2010-04-15 12:51:41 +00:00
DatabaseRevisions.cpp Added append() method 2009-06-19 11:04:48 +00:00
DotOsgWrapper.cpp Fixed automatic loading of plugins 2010-02-10 16:23:27 +00:00
DynamicLibrary.cpp Convert NOTIFY to OSG_NOTIFY to avoid problems with polution of users apps with the NOTIFY macro 2010-02-10 12:44:59 +00:00
Field.cpp Moved the declaration of osgDB::Field, FieldReader and FieldReaderIterator into include/osg/Input to centralise all the deprecated .osg parsing code into one place. 2010-01-25 15:24:47 +00:00
FieldReader.cpp Moved the declaration of osgDB::Field, FieldReader and FieldReaderIterator into include/osg/Input to centralise all the deprecated .osg parsing code into one place. 2010-01-25 15:24:47 +00:00
FieldReaderIterator.cpp Moved the declaration of osgDB::Field, FieldReader and FieldReaderIterator into include/osg/Input to centralise all the deprecated .osg parsing code into one place. 2010-01-25 15:24:47 +00:00
FileCache.cpp Convert NOTIFY to OSG_NOTIFY to avoid problems with polution of users apps with the NOTIFY macro 2010-02-10 12:44:59 +00:00
FileNameUtils.cpp Refactored the find_last_of to simplify it. 2010-03-10 12:04:14 +00:00
FileUtils.cpp Convert NOTIFY to OSG_NOTIFY to avoid problems with polution of users apps with the NOTIFY macro 2010-02-10 12:44:59 +00:00
fstream.cpp From Michael Platings, Converted std::fstream/ifstream/ofstream to osgDB::fstream/ifstream/ofstream and 2008-11-07 15:08:08 +00:00
ImageOptions.cpp
ImagePager.cpp Fixed warnings 2009-01-07 12:27:45 +00:00
Input.cpp Refactored the DotOsgWrapper support in osgDB::Registry so it's now provided by the osgDB::DeprecatedDotOsgWrapperManager. 2010-01-25 17:07:25 +00:00
InputStream.cpp From Wang Rui, "I've initially added the XML support of the new native osg format, 2010-03-10 13:48:41 +00:00
MimeTypes.cpp From Glenn Waldron, "Here is a first cut at the mime-type support we discussed a little while ago 2009-04-09 14:00:16 +00:00
ObjectWrapper.cpp Seperated out the #define of GL_PERSPECTIVE_CORRECTION_HINT to fix GL3 build 2010-02-22 08:48:02 +00:00
Options.cpp From Michael Platings with tweaks from Robert Osfield, added Options::s/getPrecisionHint(..) to allow apps to hint to plugins about how to handle double precision geometry data. 2010-04-13 13:06:27 +00:00
Output.cpp Refactored the DotOsgWrapper support in osgDB::Registry so it's now provided by the osgDB::DeprecatedDotOsgWrapperManager. 2010-01-25 17:07:25 +00:00
OutputStream.cpp From Wang Rui, "I've initially added the XML support of the new native osg format, 2010-03-10 13:48:41 +00:00
PluginQuery.cpp From Ralf Habacker, "The appended patch fixes this issue by adding a virtual method named supportedFeatures() to the class ReaderWriter, which could be overriden by a specific plugin to adjust the set of features. 2009-03-10 15:00:39 +00:00
ReaderWriter.cpp From Colin McDonald, "This file didn't build when OSG_USE_UTF8_FILENAME was on" 2009-08-20 15:32:02 +00:00
ReadFile.cpp From Vincent Bourdier, addition of out of memory read result. 2010-03-10 14:28:18 +00:00
Registry.cpp From Jean-Sebastien Guay, "This small one-line change allows us to load a geometry shader with the extension .geom with osgDB::readShaderFile() which will return an osg::Shader* with the type already set to GEOMETRY. Very convenient. :-) 2010-03-15 15:10:50 +00:00
SharedStateManager.cpp Introduced support for UNSCPECIFIED and STATIC DataVariance of StateSet/Textures 2008-07-02 09:25:08 +00:00
Version.cpp From David Callu, improved consistency of Version strings and add version support 2007-09-05 17:12:24 +00:00
WriteFile.cpp Refactored the Registry::ReadFileCallback, WriteFileCallback and ReaderWriter::Options to they are now defined in their own header and in the osgDB namespace. 2009-05-09 08:49:27 +00:00
XmlParser.cpp From Jean-Sebastien Guay, "OK, so here are new changes. 2010-01-11 17:36:03 +00:00