1
0
Fork 0
Commit graph

35 commits

Author SHA1 Message Date
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
david
d187b8f3f8 Documented the new --disable-random-objects and
--enable-random-objects options, and provided a default value for
/sim/rendering/random-objects.
2002-07-20 21:12:23 +00:00
david
bda183a0c6 Typo corrections from Julian Foad (Gamin -> Garmin) and Melchior Franz
(removed a spurious '>').
2002-06-28 16:06:55 +00:00
j4strngs
59e1ba7d39 XML formatted commandline help.
Yes, the base package CVS is back.
I'm not sure what happened. Anybody that
committed anything since Sunday should make sure
they are synced up incase anyting got lost.
2002-06-12 20:33:27 +00:00
j4strngs
f99b64d73f XML formatted commandline help 2002-06-12 20:28:03 +00:00
j4strngs
90a0d12d1c *** empty log message *** 2002-06-12 20:26:12 +00:00