]> git.mxchange.org Git - flightgear.git/history - src/Main/options.cxx
Added options to set up avionics from the command line:
[flightgear.git] / src / Main / options.cxx
2003-07-16 davidAdded options to set up avionics from the command line:
2003-07-14 ehofmanMake it possible to either select the 2d or the 3d HUD
2003-07-13 davidAdd the ability to control turbulence rate as well...
2003-06-22 ehofmanAdd some commandline options
2003-06-11 davidFix weather-related command-line options to work with...
2003-04-02 curtTweak to the --atc610x option.
2003-03-25 ehofmanAdd a generic, configurable communiction output option
2003-03-23 ehofmanFrederic Bouvier's assorted set of MSVC fixes
2003-03-22 ehofmanMake callsign parameter aware
2003-03-22 ehofmanRemove old if..then..else kludge an favour of Frederic...
2003-03-22 ehofmanAdd runtime log level support
2003-03-20 ehofmanChange cout and cerr in SG_LOG() where appropriate...
2003-03-19 ehofmanAdd multiplayer support from Duncan McCreanor and Diarm...
2003-03-03 curtAdd support for --fdm=pipe,<pipe_name>
2003-02-21 davidAdd new options:
2003-02-11 curtErik Hofman:
2003-01-19 davidMajor overhaul by Frederic Bouvier to make options...
2003-01-15 curtRenamed mini_fdm to native_gui which makes a lot more...
2003-01-13 curtAdded velocity and climb_rate to mini_fdm structure.
2003-01-12 curtUpdate to the Mini FDM network protocal (mostly renamin...
2002-12-30 davidDistance attenuation patch from Erik Hofman:
2002-12-10 curt#ifdef out all references to sgCloud3d until more of...
2002-11-18 curtAdded a "Presets" menu.
2002-11-17 curtAdded a --runway= option which can be used in conjuncti...
2002-11-16 curtSome various massaging and clean ups of initialization...
2002-11-15 curtRestructuring some of the initialization code.
2002-11-06 davidAdded fgLoadProps to load properties from a path relati...
2002-10-10 davidFixed init-order bug that caused c172-set.xml defaults...
2002-10-10 curtEric Hofman:
2002-10-07 curtErik Hofman:
2002-10-04 curtErik Hofman:
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
next