OpenSceneGraph/src/osgDB
2010-01-07 09:43:54 +00:00
..
Archive.cpp Refactored the Registry::ReadFileCallback, WriteFileCallback and ReaderWriter::Options to they are now defined in their own header and in the osgDB namespace. 2009-05-09 08:49:27 +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 Introduced first iterations of DatabaseRevision classes for managing the revisioning of http hosted databases 2009-05-29 08:24:11 +00:00
ConvertUTF.cpp From Andy Skinner, fixes for Solaris build 2009-01-09 12:17:40 +00:00
DatabasePager.cpp Fixed support for compiling VBO's 2009-12-09 13:55:10 +00:00
DatabaseRevisions.cpp Added append() method 2009-06-19 11:04:48 +00:00
DotOsgWrapper.cpp From Roland Smeenk, "Attached you will find a large set of small typo fixes (mainly in the comments)." 2007-12-10 17:30:18 +00:00
DynamicLibrary.cpp From Mathias Froechlich, "Attached the collected fixes I needed to compile with all of them. 2009-11-18 12:15:29 +00:00
Field.cpp Where possible moved redundent C header includes from headers to source files 2008-12-12 18:47:30 +00:00
FieldReader.cpp From Mathias Froehlich, "I did some performance test runs with the development gcc-4.4 version. 2008-09-18 10:52:35 +00:00
FieldReaderIterator.cpp Updated copyright years. 2006-07-18 15:21:48 +00:00
FileCache.cpp Implemented updating of revision files as new data is writing to the FileCache 2009-06-04 14:07:12 +00:00
FileNameUtils.cpp From Chris Hanson, " Add support for requesting and setting the current directory (a la getcwd/chdir) via a 2009-11-23 10:19:37 +00:00
FileUtils.cpp From Chris Denham, "I discovered what seems to be a missing call to FreeLibrary for osgDB.dll The result of this is that it prevents me from dynamically unloading my DLL (which uses OSG). This is because initialisation of the osg::Registry instance results in a call to GetModuleHandleEx (to get the filename of the DLL). This call to GetModuleHandleEx increments the module refcount, but there was no matching call to FreeLibrary for the returned handle. Unlike the old GetModuleHandle function, GetModuleHandle does (by default) increment the refcount. 2009-11-27 12:21:44 +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 Fixed warnings 2009-01-07 12:27:45 +00:00
Input.cpp From Art Trevs, add support for saving external shader files. 2008-03-04 14:04:48 +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
Options.cpp Moved ReadFile/WriteFile/FindFile/FileLocationCallbacks from include/osg/Options into their own Callbacks header/source file. 2009-05-11 16:38:40 +00:00
Output.cpp From Gustav Haapalahti and Robert Osfield, 2009-06-08 16:50:50 +00:00
PluginQuery.cpp From Ralf Habacker, "The appended patch fixes this issue by adding a virtual method named supportedFeatures() to the class ReaderWriter, which could be overriden by a specific plugin to adjust the set of features. 2009-03-10 15:00:39 +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 From Chris Hanson, " Remove vestigial (and because it was undocumented, potentially harmful) code to ignore 2009-11-20 14:51:43 +00:00
Registry.cpp From Mathias Froechlich, "Attached the collected fixes I needed to compile with all of them. 2009-11-18 12:15:29 +00:00
SharedStateManager.cpp Introduced support for UNSCPECIFIED and STATIC DataVariance of StateSet/Textures 2008-07-02 09:25:08 +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 Refactored the Registry::ReadFileCallback, WriteFileCallback and ReaderWriter::Options to they are now defined in their own header and in the osgDB namespace. 2009-05-09 08:49:27 +00:00
XmlParser.cpp Imporoved spacing 2010-01-07 09:43:54 +00:00