.. |
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-20 18:18:22 +02: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:17:18 +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-20 18:18:22 +02: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-20 18:18:22 +02: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:34:52 +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
|
Added handling of the possibility of null Options pointers
|
2016-06-29 17:06:48 +01:00 |
ObjectWrapper.cpp
|
avoid INFO message about duplicate enums with and without _EXT
|
2017-04-07 15:56:32 +02:00 |
Options.cpp
|
Identify files in object cache by filename and optional provided options.
|
2016-06-14 12:27:33 +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:51 +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:14:49 +01:00 |
Registry.cpp
|
Merge branch 'master' into shader_pipeline
|
2018-03-02 10:38:41 +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
|
Fixed shadows warnings
|
2016-05-23 20:02:36 +01:00 |