..
Archive
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
Callbacks
Moved ReadFile/WriteFile/FindFile/FileLocationCallbacks from include/osg/Options into their own Callbacks header/source file.
2009-05-11 16:38:40 +00:00
ConvertUTF
From Michael Platings, "There is a function, convertStringFromCurrentCodePageToUTF8() that would be useful outside the FBX plugin so it belongs in osgDB. I've attached ConvertUTF and ConvertUTF.cpp with the function added for you to commit at your convenience.
2010-02-25 17:07:34 +00:00
DatabasePager
Added size() and swap() methods to provide a thread safe way to keep track of size of a RequestQueue/ReadQueue.
2010-06-07 11:28:25 +00:00
DatabaseRevisions
Added append() method
2009-06-19 11:04:48 +00:00
DataTypes
From Wang Rui, refactored the InputStream/OutputStream operations so that the binar/ascii foramts are implemented via subclasses.
2010-01-25 11:03:21 +00:00
DotOsgWrapper
Fixed automatic loading of plugins
2010-02-10 16:23:27 +00:00
DynamicLibrary
Export
FileCache
Implemented updating of revision files as new data is writing to the FileCache
2009-06-04 14:07:12 +00:00
FileNameUtils
From Sukender, "Here is my proposal. I fixed what Paul said, added some doxygen comments, added the function I told about, and removed the two "find('/')"-like calls to use only one."
2010-03-10 11:40:17 +00:00
FileUtils
Fom Sukender, "Added copyFile() and comments in FileUtils."
2010-01-28 10:45:40 +00:00
fstream
ImageOptions
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
ImagePager
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
Input
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
InputStream
From Wang Rui, "I'd like to submit my inbuilt schema data support of
2010-05-12 20:02:31 +00:00
ObjectWrapper
From Wang Rui, "Attached is the osgAnimation wrappers for serialize IO operations. A
2010-04-19 10:35:18 +00:00
Options
From Michael Platings with tweaks from Robert Osfield, added Options::s/getPrecisionHint(..) to allow apps to hint to plugins about how to handle double precision geometry data.
2010-04-13 13:06:27 +00:00
Output
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
OutputStream
From Wang Rui, "I'd like to submit my inbuilt schema data support of
2010-05-12 20:02:31 +00:00
ParameterOutput
PluginQuery
ReaderWriter
From Vincent Bourdier, addition of out of memory read result.
2010-03-10 14:28:18 +00:00
ReadFile
From Chris Hanson, " Remove vestigial (and because it was undocumented, potentially harmful) code to ignore
2009-11-20 14:51:43 +00:00
Registry
Removed no longer defined methods and updated wrappers
2010-02-19 14:05:49 +00:00
Serializer
From Wang Rui, "Henry and Brendan just found a small bug of the ListSerializer which
2010-06-09 10:01:25 +00:00
SharedStateManager
StreamOperator
Fixed warnings
2010-04-13 09:42:53 +00:00
Version
WriteFile
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
Added proper support for writing out Xml graph
2010-04-30 19:41:56 +00:00