Commit Graph

3601 Commits

Author SHA1 Message Date
Robert Osfield
6691d09e47 Added /Zm200 to avoid heap size problems under VS6.0 2004-11-26 19:27:23 +00:00
Robert Osfield
c3fd271dc4 Addd high level introductory docs for all the libs 2004-11-26 16:01:04 +00:00
Robert Osfield
4c36d5dd0b Clean up doxygen files for release 2004-11-26 16:00:40 +00:00
Robert Osfield
14b2e5669a Added /Zm200 to avoid VS 6.0 dump arse compile errors 2004-11-25 15:57:00 +00:00
Robert Osfield
c0c02d6c24 Fixed caching of archives 2004-11-25 15:09:56 +00:00
Robert Osfield
fe482993d5 Reordered the core libraries to try and get round compile order problems under
VisualStudio 6.0
2004-11-25 13:59:25 +00:00
Robert Osfield
488165f321 Added LFS support to gcc linux build 2004-11-25 09:51:26 +00:00
Robert Osfield
1956fdfc1b cleaned up debug info 2004-11-24 21:39:28 +00:00
Robert Osfield
51fcf6e48d updated NEWS and ChangeLog 2004-11-24 21:10:48 +00:00
Robert Osfield
d8adf68ba8 Clean up of output 2004-11-24 19:41:36 +00:00
Robert Osfield
38f938619e from Mike Weiblen, added wrap mode to planet texture to avoid black seam, and
add option of specifying the texture to use in osgshape.
2004-11-24 19:10:44 +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
84d9994324 Fixed recursive call 2004-11-23 23:45:41 +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
1ac452df69 From Rainer Oder, improvements to planet motions 2004-11-22 13:58:57 +00:00
Robert Osfield
6fa4eecdd5 Changed ReaderWriter::Options to derive from osg::Object to add clone()
ability.
2004-11-20 13:35:49 +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
9c6e909323 Added std:: infront of getline calls 2004-11-19 08:47:14 +00:00
Robert Osfield
7956e5dfe8 Made the permissions executable 2004-11-18 22:43:50 +00:00
Robert Osfield
659223f228 Updated ChangedLog and NEWS 2004-11-18 22:14:08 +00:00
Robert Osfield
eff3482ec6 Removed the public open methods 2004-11-18 22:13:13 +00:00
Robert Osfield
a85640ea19 Added all core libraries 2004-11-18 22:12:43 +00:00
Robert Osfield
5bcc3851dd Added osgText dependency to osglauncher. 2004-11-18 21:53:31 +00:00
Robert Osfield
df6dfde96c Added dsp's for osglauncher and osgplanets. 2004-11-18 20:20:00 +00:00
Robert Osfield
5baebab14c Removed old and used FileUtils_Mac.cpp 2004-11-18 16:25:14 +00:00
Robert Osfield
f92735765c Added osglancher and osgplanets to example set. 2004-11-18 16:21:08 +00:00
Robert Osfield
4f6478ceb6 Changed debugging info to use osg::notify 2004-11-18 16:20:48 +00:00
Robert Osfield
9dc4fb1a34 Added write to file and use of clearnode 2004-11-18 15:10:24 +00:00
Robert Osfield
138c1ddd05 Increased accuracy of animation path, moved main to end. 2004-11-18 15:01:41 +00:00
Robert Osfield
6edf15e371 Changed Solarsystem to SolarSystem. 2004-11-18 14:43:07 +00:00
Robert Osfield
51c43cb12d Added a search for the config file, and defaulting to osg.conf 2004-11-18 13:46:13 +00:00
Robert Osfield
ced404fa4f Changed path to imagery from Images/SolarSystem to SolarSystem. 2004-11-18 13:34:31 +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
36661a33d3 Fixed writeImage. 2004-11-18 11:21:51 +00:00