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 |
|
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
|
70bb34af6a
|
From Stephane Simon, compile fix for VS, change struct to class in forward declaration.
|
2004-11-18 09:09:22 +00:00 |
|
Robert Osfield
|
f234a7eec5
|
From Rainer Oder, updates to osglauncher.
|
2004-11-17 20:01:51 +00:00 |
|
Robert Osfield
|
9f8387710f
|
Changed the dependencies file to use ?= instead of = to allow env vars
to override local settings.
|
2004-11-17 19:31:02 +00:00 |
|
Robert Osfield
|
d0938823af
|
From Thom DeCarlo, fixes for Cygwin build
|
2004-11-17 14:56:08 +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
|
724738d81a
|
Removed remaining old docs.
|
2004-11-17 13:04:42 +00:00 |
|
Robert Osfield
|
87d2fcd2c0
|
Removed doc++ docs from distrubtion.
|
2004-11-17 13:03:34 +00:00 |
|
Robert Osfield
|
0d220fa80e
|
Removed mind maps docs
|
2004-11-17 13:00:16 +00:00 |
|
Robert Osfield
|
326bb0dbe4
|
Moved the main documentation onto the wiki website, and removed from the
OpenSceneGraph distribution
|
2004-11-17 12:58:50 +00:00 |
|
Robert Osfield
|
daaa9f3ba0
|
Fixed typo of ReadObjectFunctor.
|
2004-11-16 16:04:05 +00:00 |
|
Robert Osfield
|
e30a534ec9
|
Adde another friend to remove final VS6.0 compile problem.
|
2004-11-16 15:36:06 +00:00 |
|
Robert Osfield
|
1594bbe1d9
|
Attempted fix for VS6.0 compile problems
|
2004-11-16 14:35:29 +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
|
f99dc8f051
|
Made the inner helper classes friend to try and get round VS6.0 problems
|
2004-11-16 14:10:30 +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
|
e47b92c3e5
|
Added osgText dependency to osgsequence app
|
2004-11-16 09:09:31 +00:00 |
|
Robert Osfield
|
e378e3da8f
|
From Loic Dachary, changes to Timer for PowerPC support, with small re-arrangement
by Robert Osfield to make tick() code block mode readable.
|
2004-11-16 09:03:24 +00:00 |
|
Robert Osfield
|
8ddccb1b87
|
From Loic Dachary, added pk-config file.
|
2004-11-15 19:53:22 +00:00 |
|
Robert Osfield
|
2b310c6926
|
Added support for serialization of calls to ReaderWriter plugins.
|
2004-11-15 19:46:10 +00:00 |
|
Robert Osfield
|
a069f67f5e
|
Added -pipe to gcc build under Linux
|
2004-11-15 19:45:27 +00:00 |
|
Robert Osfield
|
a2c3d0335c
|
From osgplaents, updates to more of the solar systems planets.
|
2004-11-15 19:44:35 +00:00 |
|
Robert Osfield
|
01c8b3d0c1
|
Added ReentrantMutex
|
2004-11-15 13:08:46 +00:00 |
|
Robert Osfield
|
84d3746e8a
|
From Tree, fixes for Java bindings
|
2004-11-15 13:02:43 +00:00 |
|
Robert Osfield
|
cd70b40875
|
Added osgspotlight to example set.
|
2004-11-15 12:05:27 +00:00 |
|
Robert Osfield
|
76c970da5d
|
From Ulrich Hertlien, improved osgsequence example
|
2004-11-15 12:03:33 +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
|
39311cdee3
|
From Loic Dachary, added getFileName method
|
2004-11-14 21:08:10 +00:00 |
|
Robert Osfield
|
7ddb8ed87f
|
Added Cygwin to #define stat64 stat path.
|
2004-11-14 20:00:30 +00:00 |
|
Robert Osfield
|
8d55111c73
|
Added COMPILE_OSG_OP_OT_WITH_SONAMES is YES guard around soname settings.
|
2004-11-14 17:02:30 +00:00 |
|