]> git.mxchange.org Git - flightgear.git/history - src/Main/options.cxx
Added static port system and a new altimeter model connected to it.
[flightgear.git] / src / Main / options.cxx
2002-09-18 curtErik Hofman:
2002-09-16 davidAdded --enable-clouds3d and --disable-clouds3d options.
2002-08-28 curtIgnore files that have -set.xml in them, but don't...
2002-08-28 curtAdd support for a --show-aircraft option. This display...
2002-08-27 curtModernize the autoconf/automake files.
2002-08-25 curtErik Hofman:
2002-07-26 davidAdded --random-wind command-line option.
2002-07-20 davidAdded --disable-random-objects and --enable-random...
2002-07-02 curtFixes for IA-64 with Intel compiler.
2002-06-12 curtErik Hofman:
2002-06-11 curtErik Hofman:
2002-06-10 curtErik Hofman:
2002-06-09 davidModified --wind=DIR@SPEED option to allow both DIR...
2002-05-17 davidRemoved old --clouds-asl option and initialization...
2002-05-17 curtFrom: "Jim Wilson" <jimw@kelcomaine.com>
2002-05-17 curtBernie Bright:
2002-05-16 curtBernie Bright:
2002-05-12 davidRemoved configuration option --with-old-mouse and FG_OL...
2002-05-01 davidRegularized the position initialization:
2002-04-18 curtJim Wilson:
2002-04-04 davidLet exceptions fall through to main, and use cerr to...
2002-03-26 curtOops, in the latest property manager rewrite, a typo...
2002-03-21 davidViewer update from Jim Wilson:
2002-03-20 davidUse !strcmp for all property string-value comparisons.
2002-03-20 davidMajor viewer-code overhaul from Jim Wilson:
2002-03-19 davidMajor property-manager rewrite, using const char *...
2002-03-16 davidPatches from Tony Peden to separate property XML I...
2002-03-03 davidLogging cleanups from Martin Dressler.
2002-02-27 davidMajor sound-effect architectural reworking from Eric...
2002-02-19 davidFurther tweaks for the new environment subsystem.
2002-02-19 davidFirst steps in a weather reorganization. Note especial...
2002-02-18 davidCorrected wind, so that properties give the FROM direct...
2002-02-18 davidPatches from Tony Peden:
2002-02-14 curtFixed description of the --time-offset option.
2002-02-13 curtReset "/sim/startup/time-offset-type" when specifying...
2002-02-13 curtAdded a clock freeze option (/sim/freeze/clock). This...
2002-02-10 curtSet default value for cur time override to 0 (no override)
2002-02-05 curtUpdated --help message.
2002-02-05 curtTweaks from Julian Foad:
2002-01-22 curtMinor tweaks.
2002-01-20 curt- reworked spacing/layout to be more readable
2002-01-20 curtAdd --enable/disable-fuel-freeze command line options.
2002-01-20 curtRestructured the 'freeze' property a bit. We now have
2002-01-19 curtMisc tweaks.
2002-01-16 curtChanges to support optional screen snap shot httpd...
2002-01-16 davidPatches from Cameron Moore to fix setting cloud altitud...
2002-01-06 davidAdded fullscreen to globals, and fixed compile bug...
2002-01-04 davidRenamed fgParseOptions(int,string) to fgParseArgs,...
2002-01-02 curtAdded help text for the --aircraft=name option.
2001-12-12 davidAdded --trace-read=<property> and --trace-write=<proper...
2001-12-11 davidModified initial property parsing order to be more...
2001-12-10 curtTweaks to how we load aircraft defaults and definition...
2001-12-09 curtSmall tweaks to initialization sequence and logic so...
2001-12-07 curtAdded --aircraft= option back in, but now it refers...
2001-12-06 curtChanged --aircraft= to --aero= to make way for a high...
2001-12-05 curtFixed a typo in --opengc parsing.
2001-11-30 curtAdded Network/opengc.cxx Network/opengc.hxx Network...
2001-11-20 curtFormat tweaks.
2001-11-12 curtAdd the "null" flight model which is a better name...
2001-11-07 curtChanges to support Dave Luff's initial ATC/ATIS module.
2001-10-10 curtFixed a few spelling/grammer mistakes in the command...
2001-09-04 curtChanges to better support arbitrary external flight...
2001-08-31 curtFixed option help (Tony Peden).
2001-08-21 curtAdded information on enabling the http server.
2001-08-21 curtAdded httpd protocol so you can interface to a running...
2001-07-27 curtAdded protocol to output out complete control positions.
2001-07-24 curt- catch sg_exception instead of sg_io_exception
2001-07-24 curtTweaks.
2001-07-22 curtMove FGControls declaration to globals.hxx
2001-07-19 curt- catch exception from readProperties and exit
2001-07-08 curtAdded "/sim/startup/browser-app" as a property.
2001-07-02 curt** Properties Renamed
2001-06-26 curt- modified to use the new /sim/freeze property
2001-06-18 curtChanged help message to --config= rather than --file=
2001-06-01 curt- renamed /sim/startup/view-offset to /sim/view/offset
2001-05-18 curtTrying to fix ascii file parsing and line terminator...
2001-03-25 curtMore fg -> sg namespace changes in simgear.
2001-03-24 curtSG-ified logstream.
2001-03-24 curtSG_ namespace.
2001-03-24 curtSG_ namespace
2001-03-24 curtFG_ to SG_ namespace changes.
2001-03-24 curtFG_ to SG_ namespace changes.
2001-03-23 curtFG_ to SG_ namespace changes.
2001-03-17 curtJulian Foad: fixes to meters/feet confusion. (Also...
2001-03-09 curtWorking on vor audio ident (morse).
2001-03-06 curtA small patch (a few lines) to add a --file option to
2001-03-03 curtFixed a couple property manager typos.
2001-03-02 curtTony's patches to allow you to position yourself at...
2001-02-26 curtFixed a problem with autodetecting if we need to draw...
2001-02-02 curtFixes to get back support for Voodoo-1/2 cards and...
2001-01-31 curtAdded a specific "altas" format for output which includ...
2001-01-31 curtFixed --enable-freeze.
2001-01-26 curtFixes to iochannel parsing which had gotten broke at...
2001-01-22 curtFixed a couple property manager typo's.
2001-01-17 curtMore tweaking of position reset logic.
2001-01-13 curtDavid Megginson writes:
2001-01-12 curtIntegrated FGOptions with the property manager (by...
2001-01-11 curtMiscellaneous MSVC porting fixes by Christian Mayer.
2001-01-08 curtMinor tweaks.
2001-01-08 curtTweaks to the LaRCsim interface to get wind working.
next