OpenSceneGraph/src/osgDB
2019-03-14 10:46:42 +00:00
..
Archive.cpp Ran script to remove trailing spaces and tabs 2012-03-21 17:36:20 +00:00
AuthenticationMap.cpp Ran script to remove trailing spaces and tabs 2012-03-21 17:36:20 +00:00
Callbacks.cpp Added readScript/writeScript methods to ReaderWriter 2014-07-14 15:59:06 +00:00
ClassInterface.cpp Fix typos and spelling. 2018-04-23 11:03:37 +01:00
CMakeLists.txt Improved iOS cmake support for xcode 9.4 and cmake 3.11 2018-12-10 08:22:36 -07:00
Compressors.cpp Ran script to remove trailing spaces and tabs 2012-03-21 17:36:20 +00:00
ConvertBase64.cpp Explicit signed char declarations for portability. 2016-09-24 12:33:37 +02:00
ConvertUTF.cpp Reverted the usage of OSG_UNUSED and OT_UNUSED as in hindsight these should never have been merged. Adding code to quieten 2013-07-01 08:21:13 +00:00
DatabasePager.cpp clear temp objectCache in databaseRequest 2019-01-14 10:24:30 +01:00
DatabaseRevisions.cpp From David Callu, warning fixes and removal of spaces at end of lines. 2013-06-28 12:00:43 +00:00
DotOsgWrapper.cpp Fixed shadows warnings 2016-05-25 09:56:40 +01:00
DynamicLibrary.cpp Fix typos and spelling. 2018-04-23 11:03:37 +01:00
ExternalFileWriter.cpp Ran script to remove trailing spaces and tabs 2012-03-21 17:36:20 +00:00
Field.cpp Ran script to remove trailing spaces and tabs 2012-03-21 17:36:20 +00:00
FieldReader.cpp Removed dead code 2016-06-23 08:55:52 +01:00
FieldReaderIterator.cpp Added missing initializer 2016-06-22 12:24:23 +01:00
FileCache.cpp Introduced CMake option OSG_PROVIDE_READFILE option that defaults to ON, but when switched to OFF disables the building of the osgDB::read*File() methods, 2015-10-22 13:42:19 +00:00
FileNameUtils.cpp Fix typos and spelling. 2018-04-23 11:03:37 +01:00
FileUtils.cpp Added check under Windows for a concatinated path that exceeds the MAX_PATH so that it isn't used for file IO operations that could lead to undefined behavior 2018-10-17 15:55:10 +01:00
fstream.cpp From Martin Naylor, replace osgDB::fstream with an osgDB::open() call. 2013-06-12 12:49:18 +00:00
ImageOptions.cpp Ran script to remove trailing spaces and tabs 2012-03-21 17:36:20 +00:00
ImagePager.cpp Introduced CMake option OSG_PROVIDE_READFILE option that defaults to ON, but when switched to OFF disables the building of the osgDB::read*File() methods, 2015-10-22 13:42:19 +00:00
Input.cpp Introduced CMake option OSG_PROVIDE_READFILE option that defaults to ON, but when switched to OFF disables the building of the osgDB::read*File() methods, 2015-10-22 13:42:19 +00:00
InputStream.cpp Add OSG_USE_FLOAT_QUAT build option to use single precision quaternions 2019-03-14 10:46:42 +00:00
MimeTypes.cpp Ran script to remove trailing spaces and tabs 2012-03-21 17:36:20 +00:00
ObjectCache.cpp Fixed crash the occurred when passing in a osgDB::Options to the ObjectCache that doesn't have any references to it. 2018-05-11 09:00:22 +01:00
ObjectWrapper.cpp avoid INFO message about duplicate enums with and without _EXT 2017-04-07 15:56:32 +02:00
Options.cpp Moved constructors and destructors to .cpp 2018-05-11 11:16:43 +01:00
Output.cpp Ran script to remove trailing spaces and tabs 2012-03-21 17:36:20 +00:00
OutputStream.cpp Add OSG_USE_FLOAT_QUAT build option to use single precision quaternions 2019-03-14 10:46:42 +00:00
PluginQuery.cpp Fixed shadows warnings 2016-05-23 20:02:36 +01:00
ReaderWriter.cpp From Jannik Heller and Robert Osfield, introduced ReadResult/WriteResult::statusMessage() method that creates a std::string from the stutus value and message string. 2016-01-25 12:23:04 +00:00
ReadFile.cpp Quietened down debug message output for osgText shader setup and Drawable::createVertexArrayStateImplementation 2018-04-05 14:18:30 +01:00
Registry.cpp Added, currently commented out, alias for .vsga and .vsgb to help with automatic loading a vsg plugin when .vsga and .vsgb files are encountered. 2018-11-20 14:24:24 +00:00
SharedStateManager.cpp Remove redundant handling of Geode in SharedStateManager 2017-02-03 17:35:40 +01:00
StreamOperator.cpp tellg call removed from StreamOperator's checkStream function, because reading of files (readNodeFile etc.) with tellg on 'every iter' is approximately 100 times slower on Emscripten platform 2017-09-22 11:43:07 +03:00
Version.cpp Ran script to remove trailing spaces and tabs 2012-03-21 17:36:20 +00:00
WriteFile.cpp From Jannik Heller and Robert Osfield, introduced ReadResult/WriteResult::statusMessage() method that creates a std::string from the stutus value and message string. 2016-01-25 12:23:04 +00:00
XmlParser.cpp Added support for reading UTF-8 encoded of xml files 2018-09-04 12:42:31 +01:00