1
0
Fork 0
Commit graph

71 commits

Author SHA1 Message Date
Florent Rougon
178a3acf91 Revert "Remove options.xml and the Translations dir (now in the flightgear repository)"
This reverts commit edd2290d71.

For the reasons of this reverting, see the thread at
<https://sourceforge.net/p/flightgear/mailman/flightgear-devel/thread/CAHtsj_eFdxLoXXoNq%3D3OKNRmyR6-FowFL97TASdQJx8N05Lmig%40mail.gmail.com/#msg35580548>,
including <https://sourceforge.net/p/flightgear/mailman/message/35584363/>,
<https://sourceforge.net/p/flightgear/mailman/message/35584803/> and
<https://sourceforge.net/p/flightgear/mailman/message/35585421/> (appearing
out-of-thread according to the SF mailing list archive...).
2017-01-05 07:00:12 +01:00
Florent Rougon
edd2290d71 Remove options.xml and the Translations dir (now in the flightgear repository)
Also remove <intl include="Translations/locale.xml"/> from
preferences.xml. Something equivalent based on readProperties() is done
in FlightGear (cf. FGLocale::FGLocale() in
flightgear/src/Main/locale.cxx).
2016-12-27 11:34:20 +01:00
Florent Rougon
3b64595c19 Document the --json-report option in the 'fgfs --help -v' output 2016-11-10 09:03:12 +01:00
Florent Rougon
5f4d2d509f Document the --download-dir 'fgfs' option for 'fgfs --help --verbose'
For reference, see FlightGear commits
aa20e0acd82ffaccb829d941b9c7c5cab627124e and
5baca8598f484874235a037fc5db5eb0f9bdfa4a, as well as the discussion at
<https://sourceforge.net/p/flightgear/mailman/flightgear-devel/thread/87egb1wipj.fsf%40frougon.crabdance.com/#msg34959541>.
2016-03-27 11:07:51 +02:00
Florent Rougon
afec939218 Proper 'fgfs --help -v' documentation for --aircraft-dir
- Fix documentation for --aircraft-dir: the specified path is
  interpreted relatively to the current directory, not to the path of
  the fgfs executable.

- Add a few precisions (the option bypasses the <path-cache> from
  autosave_X_Y.xml, as well as --fg-aircraft and FG_AIRCRAFT).

- Show the option documentation in 'fgfs --help -v' output (it was
  "hidden" since 2010, but it works very well; cf.
  <https://sourceforge.net/p/flightgear/mailman/message/34494887/> for
  the most recent discussion about this option).

- Show the doc for --aircraft-dir right below that of --aircraft (both
  being closely related).

- Add a pointer to --aircraft-dir in --fg-aircraft's doc, since the
  former can be used as an alternative to the latter (or at least a
  complement, since --fg-aircraft is used to determine some
  permissions).
2015-12-24 12:11:54 +01:00
Clément de l'Hamaide
a441c3870f Update options.xml 2014-08-29 13:53:59 +02:00
Gijs de Rooy
5d1184dd70 Remove unused option --control 2014-06-19 14:20:57 +02:00
Gijs de Rooy
4f660c96a5 Remove (references to) archaic options 2014-02-07 14:08:15 +01:00
ThorstenB
f59848667c --metar option needs METAR argument 2012-07-15 16:00:49 +02:00
ThorstenB
8b68ce8981 Document command-line options. 2012-07-15 11:16:03 +02:00
ThorstenB
870dccf632 Restructure language resources.
Separate options and menu translations.
Use subdirectories with individual resources for each language.
2012-04-21 20:28:24 +02:00
ThorstenB
79afe756e9 Improve German language resource. 2012-04-19 21:28:51 +02:00
ThorstenB
35734bb1a9 Documentation for new "--max-fps=<Hz>" option. 2012-04-05 21:19:43 +02:00
ThorstenB
9a7f19a2e9 Added --log-class documentation. 2011-12-11 14:14:08 +01:00
Anders Gidenstam
91c202e1cf Added the help text for the new --materials-file option. 2011-09-03 23:27:11 +02:00
Torsten Dreyer
d810683051 Partial fix of #228: ambiguous navaid-names
see FlightGear commit c6d5b6ebdb34954ca9fc43bb49ace4b6d3b47754
2011-07-18 11:15:20 +02:00
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