OpenSceneGraph/include
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
..
osg Added signOrZero template method, and to Matrix_implementation.cpp usage of this 2007-05-09 09:26:33 +00:00
osgDB From Alan Harris, "Registry and Archive 2007-05-09 09:43:18 +00:00
osgFX Updated copyright years. 2006-07-18 15:21:48 +00:00
osgGA From Eric Wing, pedantic warning fixes 2007-04-06 15:36:13 +00:00
osgIntrospection From David Callu, " bug: 2007-03-16 14:28:27 +00:00
osgManipulator Changed hitItr to be a const_iterator. 2007-04-13 13:19:29 +00:00
osgParticle Removed deprecated drawImplementation(State&) method from Drawable and Drawable::DrawCallback 2007-03-28 11:30:38 +00:00
osgShadow From Eric Wing, pedantic warning fixes 2007-04-06 15:36:13 +00:00
osgSim Removed deprecated drawImplementation(State&) method from Drawable and Drawable::DrawCallback 2007-03-28 11:30:38 +00:00
osgTerrain Added CartizianLocator 2007-05-03 16:23:19 +00:00
osgText Reorganised the managment of margins around glyphs so that is done entirely 2007-05-04 12:05:29 +00:00
osgUtil Added s/getLightingMode and s/getLight to osg::View to allow control of the viewers 2007-05-07 22:07:23 +00:00
osgViewer From Martin Aumueller, fixed unused parameter warnings 2007-04-25 10:12:46 +00:00