]> git.mxchange.org Git - flightgear.git/commit
Boris Koenig:
authorehofman <ehofman>
Thu, 28 Oct 2004 09:37:21 +0000 (09:37 +0000)
committerehofman <ehofman>
Thu, 28 Oct 2004 09:37:21 +0000 (09:37 +0000)
commit73313ed0e1049dad9cac2301af9b3e965526fab8
tree8759c06b7d835276dd7fcd9c60671341047c50b9
parent46681748488a88ae99358c87b31572ea4d504e59
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.
src/Main/options.cxx