OpenSceneGraph/include/osgDB
Robert Osfield 76b6cd6fa3 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.
Here is a quick list of the modified files:

Archive - getDirectoryContents() no longer pure virtual
Archive.cpp - default getDirectoryContents() implementation
unzip.cpp - modified to fix a bug where the same file will not load twice in a row
ZipArchive.h / ZipArchive.cpp - extends osgDB::Archive and provides support for random access loading within a .zip file
ReaderWriterZip.cpp - modified to use the ZipArchive class"
2011-05-25 09:04:44 +00:00
..
Archive 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
Callbacks
ConvertUTF From Rafa Gaitan and Jorge Izquierdo, build support for Android NDK. 2011-03-08 16:35:37 +00:00
DatabasePager From Tim Moore, 2011-03-30 15:15:07 +00:00
DatabaseRevisions
DataTypes Improved the handling of matrices in serialization so that it's more reliable, 2010-10-04 15:23:19 +00:00
DotOsgWrapper
DynamicLibrary
Export From Piotr Gwiazdowski, "So there's config setting OSG_DISABLE_MSVC_WARNINGS which should 2011-03-09 14:15:04 +00:00
ExternalFileWriter 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
FileCache
FileNameUtils 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 From Jean-Sebastien Guay, osgDB functions to expand wildcards - required to aid windows consule usage as this doesn't not automatically expand * usage. 2010-11-01 11:06:12 +00:00
fstream
ImageOptions
ImagePager
ImageProcessor From Per Fahlberg, warning fixes 2011-01-20 12:27:51 +00:00
Input
InputStream From Rafa Gata, I've been playing around with serializers in order to use it as a 2011-05-16 08:50:59 +00:00
ObjectWrapper Refactored the versioning of serializers so it now uses a _firstVersion and _lastVersion make it possible 2010-11-09 13:23:43 +00:00
Options Added copyop parameter to cloneOptions() method 2011-02-14 16:05:33 +00:00
Output
OutputStream From Rafa Gata, I've been playing around with serializers in order to use it as a 2011-05-16 08:50:59 +00:00
ParameterOutput
PluginQuery Fixed typo of commercial 2010-11-22 11:22:03 +00:00
ReaderWriter From Magnus Kessler, "Attached are a number of files where I have tried to fix up some of the 2010-09-15 12:00:12 +00:00
ReadFile
Registry Added osg::ref_ptr<osgDB::Archive> osgDB::Registry::getRefFromArchiveCache() and osg::ref_ptr<osgDB::Object> osgDB::Registry::getRefFromObjectCache(). 2011-05-06 16:46:13 +00:00
Serializer Fixed build problem 2011-05-06 09:00:46 +00:00
SharedStateManager Form Richard Schmidt, "The following features were added: 2010-12-13 12:16:57 +00:00
StreamOperator From Mathias Froehlich, build fix for Solaris 2011-01-26 16:45:36 +00:00
Version From David Callu, improved consistency of Version strings and add version support 2007-09-05 17:12:24 +00:00
WriteFile
XmlParser 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