OpenSceneGraph/src/osgDB
2018-09-04 12:42:31 +01: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 Replaced local FindZLIB.cmake usage with CMake's own FindZLIB.cmake, and ZLIB_LIBRARY to ZLIB_LIBRARIES 2017-08-09 14:18:35 +01: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 Re-ordered the creating of the DatagbaseThread to avoid startThread being called twice. 2018-03-25 12:14:46 +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 Fixed osgDB::findFileInDirectory() handling of directory strings with trailing \ or / that was causing failure to find valid files in otherwise valid directories 2018-03-28 11:37:42 +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 Typo in comment 2018-01-24 10:29:49 +01: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 Fixed build with OSG_USE_REF_PTR_IMPLICIT_OUTPUT_CONVERSION set to OFF 2018-03-30 16:34:01 +01: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 Replaced std::auto_ptr<> usage as it's deprecated in C++11 and will be removed in C++17 2018-05-05 12:28:45 +01: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