Robert Osfield
|
73f7a68dbe
|
Added writing of commandline options in getFormatedString when there is no description string.
|
2005-11-09 17:19:34 +00:00 |
|
Robert Osfield
|
18c916de1a
|
From Bob Kuehne, proper c++ cast instead of c-cast for ApplicationUsage
|
2005-11-07 15:46:05 +00:00 |
|
Robert Osfield
|
efd96108fb
|
From Gideon May, compile fixes for OSX.
|
2005-11-07 11:14:23 +00:00 |
|
Robert Osfield
|
eb28f9f587
|
From Eric Sokolowsky, added writeEnvironmentSettings to help report what OSG
centric environment variables are used.
|
2005-11-03 10:01:09 +00:00 |
|
Robert Osfield
|
19bf7bb1ce
|
From Eric Sokolsky, add support for recording default values for env vars
|
2004-09-01 09:48:17 +00:00 |
|
Robert Osfield
|
b444cc1ab3
|
Added support for scaling the projection in vertical and horizontal split stereo
modes.
|
2003-05-27 11:03:49 +00:00 |
|
Robert Osfield
|
49a28660dc
|
Added the usage report to the examples for when no arguments are passed
to the examples.
|
2003-04-06 21:32:44 +00:00 |
|
Robert Osfield
|
732dad0e6e
|
Fixed std::string usage so that std::string::size_type is used where
appropriate.
|
2003-04-01 20:52:56 +00:00 |
|
Robert Osfield
|
8779fe20a7
|
Added help support for display help on screen to osgProducer::Viewer.
|
2003-03-26 12:50:30 +00:00 |
|
Robert Osfield
|
6021ffecac
|
Changed std::min to osg::minimum.
|
2003-03-12 12:17:57 +00:00 |
|
Robert Osfield
|
7877c55770
|
Implemented an osg::minimum and osg::maximum template functions to replace
the std::min/max functions previously used in parts of the osg, since the
std::min/max methods do not seem implemented under IRIX.
|
2003-02-24 12:02:00 +00:00 |
|
Robert Osfield
|
5471ada6da
|
Fixes to try and keep OSX and Win32 compiling with the new usage of std::max.
|
2003-02-23 15:50:57 +00:00 |
|
Robert Osfield
|
696c89e2c5
|
Added #include<algorithm> to keep OSX build compiling.
Reverted the mymax implementation to std::max, hopefully this should be ok now
that we have standardised on non native STL under VisualStudio.
|
2003-02-21 20:22:32 +00:00 |
|
Robert Osfield
|
c10d5f2d6f
|
Added new osg::ApplicationUsage and osg::ArgumentParser to help streamline
application/example developement.
|
2003-02-18 16:36:42 +00:00 |
|