OpenSceneGraph/src/osgDB
Robert Osfield bf99528322 Build fix
2011-01-18 09:54:47 +00:00
..
Archive.cpp Conversion of osg::notify to OSG_INFO etc. 2010-05-28 15:52:45 +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 Tim Moore, added missing ImageProcessor header reference 2011-01-13 18:05:59 +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 Build fix 2011-01-18 09:54:47 +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
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 Jean-Sebastien Guay and Robert Osfield, cleaned up the way that unix/windows file separators are managed. 2010-11-01 10:52:20 +00:00
FileUtils.cpp From Thomas Hogarth and Stephan Huber, "attached you'll find part one of iphone-support. It includes 2010-11-25 16:06:04 +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 From Brad Christiansen, "Attached is a fix which implements the lazy loading of optional layers (if requested) in the new osgb/osgt formats." 2011-01-14 11:00:11 +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 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 From Wang Rui, "I'd like to submit my latest modification of the serialization IO 2010-11-09 12:41:55 +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 Added ImageProcessor interface class and plugin mechnanism for ImageProcessor implementations to osgDB::Registry. 2011-01-13 14:59:29 +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