.. |
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
|
Build fixes
|
2017-03-11 12:31:19 +00: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
|
Avoid call of SetupThreads in DatabasePager
|
2017-04-28 16:51:34 +02: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
|
From Albert Luaces, typo fixes.
|
2015-06-01 13:40:20 +00: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
|
Removed debug message
|
2016-06-28 16:25:21 +01:00 |
FileUtils.cpp
|
Fix stat64 build issue with NDK 15 by definining at stat for Android
|
2017-08-22 22:49:56 +03: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
|
fix a crash when reading an osgt file with multiple references to a missing texture.
|
2017-04-07 15:27:56 +02: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
|
Added ability for OSG serializers to get the file version number when writing out via the OutputStream object
|
2017-06-19 12:04:03 +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
|
Removed redudent codepaths, standardizing on the most portable Texture2D path.
|
2016-06-02 14:22:25 +01:00 |
Registry.cpp
|
Renamed the iges plugin to OpenCASCADE to make it clearer what the plugin is, and added file extension aliases for stp, step, igs and iges to the OpenCASCADE plugin to enable automatic loading.
|
2016-12-09 17:52:17 +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 |