1
0
Fork 0
Commit graph

55 commits

Author SHA1 Message Date
ThorstenB
e4aed318d0 #358: Missing option to disable AI scenarios
Introduce --disable-ai-scenarios option to disable all scenarios (can be
used by external launchers, GUIs etc)
2011-06-26 16:18:17 +02:00
ThorstenB
539716828b Added GUI/menu item for scenery download/update. 2011-06-13 20:40:46 +02:00
ThorstenB
1df48528c3 ADF2 support
New "--adf2" option.
Also introducing "--adf1" for consistency, while keeping legacy "--adf".
2011-04-17 17:42:50 +02:00
ThorstenB
8ac8c685ee issue #248: AI traffic vs AI model options
- documented new enable/disable-ai-traffic option
- fixed ai-models documentation and declared it deprecated
2011-01-08 21:47:14 +01:00
James Turner
8deb3be499 Document --fg-aircraft in the command-line help. 2010-09-06 09:53:28 +01:00
stuart
aa97ec821c Update help display to match actual command-line options. 2009-12-19 16:41:51 +00:00
ehofman
c856ce62a9 add a new audio options section and add a description for --show-sound-devices and --sound-device 2009-12-14 12:35:51 +00:00
torsten
b4842a096a new command line option --metar="some metar string"
provide some predefined weather scenarios
2009-05-29 11:41:32 +00:00
curt
9c6c87a385 Update option outputs for the AV400 protocol. 2009-01-20 16:53:03 +00:00
mfranz
8e0cf02038 document <type> in --prop:[<type>:]<name>=<value> 2007-06-28 11:28:00 +00:00
frohlich
e1e6ca65c7 Modified Files:
Translations/strings-default.xml options.xml:
	Olaf Flebbe: Improoved texture filtering.
2007-05-28 05:09:55 +00:00
mfranz
207d82249f revert last: keep --props option because of option architecture 2007-05-05 09:51:41 +00:00
mfranz
485190454c remove all traces of --props (use --telnet instead) 2007-05-05 09:21:20 +00:00
fredb
213eb54c82 Add an option to enable ai scenarii from the command line instead of editing preferences.xml 2006-05-20 12:31:04 +00:00
fredb
0bab15fc94 Fix --failure option arguments 2006-01-17 22:38:29 +00:00
ehofman
daa428dbe8 Add ithe enable-/disable-save-on-exit and the season options. 2005-12-22 13:58:54 +00:00
ehofman
1f89d8e6aa Mathias Fröhlich:
Document the carrier options
2005-07-31 08:09:14 +00:00
ehofman
e61b42ac68 Update timeofday 2005-07-04 09:10:27 +00:00
curt
f829b31b42 Change argument description. 2005-02-25 21:47:30 +00:00
curt
37850c1a54 Add a --aspect-ratio-multiplier=x.xx option. 2005-02-25 21:22:51 +00:00
ehofman
18b18a7947 Boris Koenig:
After applying the attached patches (based on latest CVS) you should
have a new option available within your version that should also
show up using fgfs --help, the syntax is:

    fgfs --min-status={level} --show-aircraft

whereas "level" can be anything between

    "alpha","beta","early-production" and "production"

Of course running something like

    fgfs --min-status=alpha --show-aircraft

should not return any aircraft right now, as none of the
current aircraft definition files in your base-package is using the
required

    <status></status>

tag - but you can easily give it a try by adding something like

    <status>alpha</status>

The tag should be placed as a sub-tag within <sim> - so directly behind
the <description> tag would be just fine and straight-forward.
2004-10-28 09:37:49 +00:00
ehofman
20d86b936a Reorganize the options and add an Environment section. 2004-08-23 09:58:42 +00:00
ehofman
3e6f83a2e0 Add descriptions for the --propxy and -real-weather-fetch options. 2004-08-21 12:16:57 +00:00
ehofman
3d6de8b2c3 Remove an obsolete option for airport-id. 2004-08-15 09:32:37 +00:00
ehofman
b3dffbc79d Remove a reference to old log-level information. 2004-08-06 08:52:56 +00:00
ehofman
ddce8561e1 Add AI models enableing/disableing command line option and support code. 2004-05-19 13:56:47 +00:00
ehofman
37a4083464 Depreciate NetworkOLK and add a description for the new jsclient protocol 2003-11-13 17:57:37 +00:00
ehofman
947e82dd75 Dutch language fixes and updates 2003-09-27 09:39:58 +00:00
ehofman
eafb4963c7 Adjust to the new log-level code 2003-09-22 09:21:00 +00:00
curt
aa9611b41f Add an option to specify a starting time of dawn, dusk, noon, or midnight. 2003-09-15 22:52:26 +00:00
ehofman
5fe83c6353 Add the abillity to control specular highlight 2003-09-12 21:43:53 +00:00
david
2ecb1b1f80 Documented --failure option. 2003-09-10 01:29:52 +00:00
david
8445b6ae63 Correct units. 2003-09-02 01:08:15 +00:00
david
2411ddad19 Document the --ceiling option. 2003-09-01 23:04:09 +00:00
david
a3f0332901 Added options to set up avionics from the command line:
--nav1=[radial:]frequency
  --nav2=[radial:]frequency
  --adf=[rotation:]frequency
  --dme="nav1"|"nav2"|frequency
2003-07-16 23:34:24 +00:00
ehofman
4ed9012233 Make it psosible to select either the 2d ot the 3d hud 2003-07-14 13:55:57 +00:00
ehofman
285119fb5a Add some new commandline options 2003-06-22 09:44:56 +00:00
ehofman
4c92222b94 Fix a bunch of typos 2003-05-03 12:19:02 +00:00
ehofman
1600c3f40c Update the description of the generic I/O option 2003-04-17 09:47:59 +00:00
ehofman
024a4e087e Add log-level to the list of available options 2003-04-01 18:50:01 +00:00
ehofman
39604d13ae Add generic output option 2003-03-25 22:26:10 +00:00
j4strngs
64a3e56366 Updated options from Erik Hofman 2003-03-21 22:41:42 +00:00
david
77151cd9ef Document new options. 2003-02-21 02:53:27 +00:00
david
77fa7b108f Distance attenuation patch from Erik Hofman:
It adds a command line options to enable/disbale distance attenuation
using a property rather than using a #define inside the code. It also
adds a small change for systems that don't support the OpenGL extension,
so that the lights *do* fade away as they get furher away but they don't
get smaller in size.
2002-12-30 21:52:50 +00:00
curt
0813c05acb Curt Olson:
Added a --runway= option which can be used in conjunction with the --airport=
option to specify a starting airport + specific runway.  If you don't specify
a runway, you get the one that's closest to your specified (or default)
heading.
2002-11-17 04:02:58 +00:00
curt
c59b059c30 Eric Hofman:
Now the options can be localized as well. This adds a slight problem for
the --language options, but not that much (worst case, the strings are
loaded twice consuming some more memory). I tried to be as accurate as
posiible when copying the options texts, but there might be some
mostakes left.
2002-10-10 15:03:33 +00:00
curt
537dd8bdb6 Updates to language support config files. 2002-10-04 15:24:34 +00:00
david
8dc67c34b0 Documented --enable-clouds3d and --disable-clouds3d. 2002-09-16 02:30:41 +00:00
curt
c5bfb6cbe3 Eric Hofman:
This adds a short description about the the --show-aircraft to the
options.xml file
2002-08-29 18:28:44 +00:00
curt
91e2993c0b Updated to support a brief (default) mode. 2002-08-25 20:37:50 +00:00