OpenSceneGraph/include/osgDB
Robert Osfield 790a1ea66f From Alan Harris, "Registry and Archive
~~~~~~~~~~~~~~~~~~~~~~~~~
This is a simple change to permit databases other than those named
"*.osga" to be used. It is hardcoded in read() at present.

It is non-critical and does not affect existing program functionality.

Registry and Registry.cpp
~~~~~~~~~~~~~~~~~~~~~~~~~
Added a new typedef:      typedef std::vector< std::string>
ArchiveExtensionList;

a list of extensions:     ArchiveExtensionList  _archiveExtList;

and an "add" method:      addArchiveExtension(const std::string ext)

This is initialised by adding "osga" in Registry() and used in
Registry::read() where the list is searched for the extension used.

Archive.cpp
~~~~~~~~~~~
This submission is a little more tentative. openArchive() is modified to
automatically add the filename extension to the Registry extension list.
"
2007-05-09 09:43:18 +00:00
..
Archive Updated copyright years. 2006-07-18 15:21:48 +00:00
DatabasePager Moved Block, ReentrantMutex and ReadWriteMutex into OpenThreads. 2007-02-23 16:31:34 +00:00
DotOsgWrapper Updated copyright years. 2006-07-18 15:21:48 +00:00
DynamicLibrary Updated copyright years. 2006-07-18 15:21:48 +00:00
Export Updated copyright years. 2006-07-18 15:21:48 +00:00
Field Updated copyright years. 2006-07-18 15:21:48 +00:00
FieldReader Updated copyright years. 2006-07-18 15:21:48 +00:00
FieldReaderIterator Updated copyright years. 2006-07-18 15:21:48 +00:00
FileNameUtils From Joakim Simonsson, added osgDB::concateFile and osgDB::getRealPath. 2007-01-17 15:59:29 +00:00
FileUtils Updated copyright years. 2006-07-18 15:21:48 +00:00
ImageOptions From Mike Wittman, fix to CopyOp&. 2007-04-12 09:32:34 +00:00
Input Updated copyright years. 2006-07-18 15:21:48 +00:00
Output Updated copyright years. 2006-07-18 15:21:48 +00:00
ParameterOutput Updated copyright years. 2006-07-18 15:21:48 +00:00
ReaderWriter Fixed missing initializer in Options constrctor 2007-03-29 19:39:20 +00:00
ReadFile Updated copyright years. 2006-07-18 15:21:48 +00:00
Registry From Alan Harris, "Registry and Archive 2007-05-09 09:43:18 +00:00
SharedStateManager Updated copyright years. 2006-07-18 15:21:48 +00:00
Version Updated copyright years. 2006-07-18 15:21:48 +00:00
WriteFile Updated copyright years. 2006-07-18 15:21:48 +00:00