Don BURNS
|
30f5f88eb3
|
Small clean up of commented code
|
2004-11-29 05:47:16 +00:00 |
|
Don BURNS
|
0810c733d0
|
Comprimise for Visual Studio 6 by using 'using namespace OpenThreads'.
|
2004-11-29 05:32:04 +00:00 |
|
Don BURNS
|
463b47f020
|
Fixes for SOlaris build
|
2004-11-29 03:05:27 +00:00 |
|
Don BURNS
|
c7e8386707
|
Fixes for IRIX build
|
2004-11-29 01:12:25 +00:00 |
|
Don BURNS
|
860bc59f8e
|
Changes for IRIX build
|
2004-11-28 23:49:01 +00:00 |
|
Don BURNS
|
0558fb024c
|
Fixed osgDB:: prefix for Windows build
|
2004-11-27 20:35:19 +00:00 |
|
Don BURNS
|
81ff3e16d6
|
Added Marco's fix for data path for the .ive plugin
|
2004-11-27 19:23:41 +00:00 |
|
Don BURNS
|
03b9ebe56a
|
Fixed bug in .net loader. Added hostname to file fetch.
|
2004-11-27 19:20:32 +00:00 |
|
Robert Osfield
|
c5f5373e05
|
Added missing OSG_SCREEN_WIDTH docs
|
2004-11-26 21:35:36 +00:00 |
|
Robert Osfield
|
c0c02d6c24
|
Fixed caching of archives
|
2004-11-25 15:09:56 +00:00 |
|
Robert Osfield
|
1956fdfc1b
|
cleaned up debug info
|
2004-11-24 21:39:28 +00:00 |
|
Robert Osfield
|
d8adf68ba8
|
Clean up of output
|
2004-11-24 19:41:36 +00:00 |
|
Robert Osfield
|
1b488d6757
|
Fixed typo in acceptsExtension
|
2004-11-24 15:41:36 +00:00 |
|
Robert Osfield
|
23ec051821
|
Moved the initPeformer to the constructor to avoid const issues when compiling
|
2004-11-24 06:57:34 +00:00 |
|
Robert Osfield
|
46c46fba78
|
Fixed VS.NET warnings
|
2004-11-23 23:47:25 +00:00 |
|
Robert Osfield
|
f213e473f3
|
From Fabien Dachicourt, bug fix to addChild(node,value)
|
2004-11-23 17:07:48 +00:00 |
|
Robert Osfield
|
4a1e494eb5
|
From John Shue, reordering of tiffio.h to avoid compile error.
|
2004-11-23 16:52:59 +00:00 |
|
Robert Osfield
|
d9b9a6f1f8
|
Made read/write methods in ReaderWriter all const to facilate multi-threading
|
2004-11-23 15:29:52 +00:00 |
|
Robert Osfield
|
ffcd95b004
|
Tripped out experiemental threadSafe_ methods in ReaderWriter
|
2004-11-23 12:57:00 +00:00 |
|
Robert Osfield
|
5c5ceef90d
|
Added support for local relative paths
|
2004-11-23 10:46:37 +00:00 |
|
Robert Osfield
|
ce07879e2e
|
Moved plugins across to using ReaderWriter::Options* for search paths in addition
to standard osgDB::DataFilePaths
|
2004-11-22 23:54:45 +00:00 |
|
Robert Osfield
|
e54f46f630
|
Removed the cache hints from registery placing them wholly into ReaderWriter's responsibility.
|
2004-11-22 14:49:27 +00:00 |
|
Robert Osfield
|
a6369da4f4
|
Moved Registry::CacheHintOptions into ReaderWriter::Options
|
2004-11-22 14:10:12 +00:00 |
|
Robert Osfield
|
5adff5c15e
|
Added support for pixel based LOD's and set the default priority scale to 1.0
|
2004-11-20 12:08:33 +00:00 |
|
Robert Osfield
|
796b4cbe8d
|
Added support for pixel range to PagedLOD
|
2004-11-20 11:48:28 +00:00 |
|
Robert Osfield
|
8d44f7b15e
|
Fixed indentation.
|
2004-11-20 11:48:01 +00:00 |
|
Robert Osfield
|
3b092690ff
|
From Johan Nouvel, added support for range mode
|
2004-11-20 11:45:14 +00:00 |
|
Robert Osfield
|
d748664df6
|
From John Shue, fix for FreeBSD.
|
2004-11-20 10:36:16 +00:00 |
|
Robert Osfield
|
3bf21bf3b6
|
Added _lockCount>0 check to lock,unlock and trylock to make sure that it
is set properly on first time entry.
|
2004-11-19 20:05:14 +00:00 |
|
Robert Osfield
|
65d4e0428e
|
Removed notify from destructor wait for cancel loop.
|
2004-11-19 09:02:00 +00:00 |
|
Robert Osfield
|
5baebab14c
|
Removed old and used FileUtils_Mac.cpp
|
2004-11-18 16:25:14 +00:00 |
|
Robert Osfield
|
8cc9d650a1
|
Added friend usage for inner classes to try and get round compile problems
under Solaris.
|
2004-11-18 12:07:28 +00:00 |
|
Robert Osfield
|
7b543a5009
|
Added check for extension.
|
2004-11-18 11:53:51 +00:00 |
|
Robert Osfield
|
595dda6fe4
|
From Vivek Rajan, fixes to Solaris build.
|
2004-11-18 10:08:29 +00:00 |
|
Robert Osfield
|
02ee5ff0cc
|
Altered the path for Cygwin to set the _ticksPerSecond to the correct value.
|
2004-11-18 09:19:15 +00:00 |
|
Robert Osfield
|
e9c403839d
|
Made a few of the public methods virtual, and moved more of the class
methods to protected scope.
|
2004-11-17 14:25:17 +00:00 |
|
Robert Osfield
|
8dd892259d
|
Removed debug info as it was causing VS6.0 compile problem
|
2004-11-16 14:21:02 +00:00 |
|
Robert Osfield
|
7a933ebf72
|
From David Spilling, fix for VS6.0 build.
|
2004-11-16 14:20:39 +00:00 |
|
Robert Osfield
|
8254be2962
|
Added using namespace osgDB to try and resolve some of the VS6.0 problems.
|
2004-11-16 12:40:45 +00:00 |
|
Robert Osfield
|
2b310c6926
|
Added support for serialization of calls to ReaderWriter plugins.
|
2004-11-15 19:46:10 +00:00 |
|
Robert Osfield
|
01c8b3d0c1
|
Added ReentrantMutex
|
2004-11-15 13:08:46 +00:00 |
|
Robert Osfield
|
4094c3f058
|
Added osgDB::ReentrantMutex is prep for making osgDB::Registry single threaded.
|
2004-11-15 11:57:41 +00:00 |
|
Robert Osfield
|
7ddb8ed87f
|
Added Cygwin to #define stat64 stat path.
|
2004-11-14 20:00:30 +00:00 |
|
Robert Osfield
|
7d43aee78d
|
Made the use of the standard clock default instead of the RDTSC calls to avoid
problems with variable CPU frequency such as found on laptops.
|
2004-11-14 10:41:48 +00:00 |
|
Robert Osfield
|
a0fc9632b8
|
Fixed warnings.
|
2004-11-13 21:42:45 +00:00 |
|
Robert Osfield
|
98a1108696
|
Added support for opening an istream archive
|
2004-11-13 21:39:29 +00:00 |
|
Robert Osfield
|
ddb0d6bd4f
|
Added prelimarny support for reading archives via the .net plugin
|
2004-11-13 16:21:48 +00:00 |
|
Robert Osfield
|
06f1b602e7
|
Fixed the passing of the parsed server name/server file when handling files
via the .net plugin
|
2004-11-13 16:18:15 +00:00 |
|
Robert Osfield
|
de4dc63ca7
|
Fixed openArchive so that it only enforces the checking of the archive's existance
when in READ mode.
|
2004-11-13 10:24:07 +00:00 |
|
Robert Osfield
|
fb631059fe
|
Remove unistd.h include
|
2004-11-12 21:07:17 +00:00 |
|