OpenSceneGraph/src/osgDB
2011-06-24 12:40:18 +00:00
..
Archive.cpp From Bradley Anderegg, "Ok, I am re-submitting this with the changes we discussed. That is, there is a default implementation of osgDB::Archive::getDirectoryContents() that uses getFileNames(), and the osgDB::ArchiveExtended header was removed as it is now unnecessary. 2011-05-25 09:04:44 +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 Sukender, new ExternalFileWriter helper class that helps the management of writing out external files to disk 2011-05-12 13:27:14 +00:00
Compressors.cpp Conversion of osg::notify to OSG_INFO etc. 2010-05-28 15:52:45 +00:00
ConvertUTF.cpp Conversion of osg::notify to OSG_INFO etc. 2010-05-28 15:52:45 +00:00
DatabasePager.cpp From Tim Moore, 2011-03-30 15:15:07 +00:00
DatabaseRevisions.cpp Conversion of osg::notify to OSG_INFO etc. 2010-05-28 15:52:45 +00:00
DotOsgWrapper.cpp Conversion of osg::notify to OSG_INFO etc. 2010-05-28 15:52:45 +00:00
DynamicLibrary.cpp From Farshid Lashkari, "I've made a small modification to osgDB::DynamicLibrary so it can load UTF-8 filenames on Windows." 2010-06-17 11:03:23 +00:00
ExternalFileWriter.cpp Fixed warnings generated by clang, 2011-06-23 19:58:52 +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 Conversion of osg::notify to OSG_INFO etc. 2010-05-28 15:52:45 +00:00
FileNameUtils.cpp From Sukender, new ExternalFileWriter helper class that helps the management of writing out external files to disk 2011-05-12 13:27:14 +00:00
FileUtils.cpp Fixed wild card search when wild card filename includes a path. 2011-06-13 15:20:48 +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 Set default values for datatype & pixelformat. 2003-10-17 10:27:18 +00:00
ImagePager.cpp Conversion of osg::notify to OSG_INFO etc. 2010-05-28 15:52: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 Fixed a range of issues reported by cppcheck: 2011-06-20 19:15:53 +00:00
MimeTypes.cpp Ran svn propset -R svn:eol-style native . on the OpenSceneGraph 2011-04-19 11:40:22 +00:00
ObjectWrapper.cpp Added protection against the Registry from being deleted prior to the proxy objects unregistering themselves 2010-12-08 09:54:23 +00:00
Options.cpp Refactored the way that the DatabasePager passes the Terrain decorator node onto the TerrainTile. 2011-01-12 19:29:24 +00:00
Output.cpp Conversion of osg::notify to OSG_INFO etc. 2010-05-28 15:52:45 +00:00
OutputStream.cpp Fixed a range of issues reported by cppcheck: 2011-06-20 19:15:53 +00:00
PluginQuery.cpp Fixed typo of commercial 2010-11-22 11:22:03 +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 Conversion of osg::notify to OSG_INFO etc. 2010-05-28 15:52:45 +00:00
Registry.cpp Implemented missing Archive::readShader/writeShader, and added searching of the archive list in Registr::read() so that files 2011-06-24 12:40:18 +00:00
SharedStateManager.cpp Form Richard Schmidt, "The following features were added: 2010-12-13 12:16:57 +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 Conversion of osg::notify to OSG_INFO etc. 2010-05-28 15:52:45 +00:00
XmlParser.cpp From Wang Rui, "I've fixed the problem that osgx format doesn't read the Font property and wrapped string correctly. The first problem happened because the matchString() made a mistake in comparing two strings with the same start but different size. The second just needs complete rewriting of writeWrappedString() and readWrappedString() in src/osgPlugins/osg/XmlStreamOperator.h 2010-09-30 09:34:41 +00:00