1
0
Fork 0
Commit graph

38 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
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
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
curt
0b30480b26 Updated polish translation file. 2003-06-11 20:51:32 +00:00
curt
54a45b760b Updated polish translations. 2003-05-13 17:05:14 +00:00
curt
83790e352b Various tweaks, fixes, and corrections. 2003-05-05 14:54:22 +00:00
curt
c6d0e50210 Piotr Jaworski writes:
Now I translate into Polish the locale conected file.
There are some (4) words that wasn't translated I will translate them
when I will speak with friends how to translate them corectly.

I made the full translation of default "en" file (not short as the
German translation).

I send you 3 files:
1) locale.xml -added Polish variable
2) strings-pl.xml -translation in ISO8859-2 encoding (default Polish
encoding in Linux, UNIXs, Internet

3) strings-pl-win.xml -translation in Windows-1250 encoding ( encoding
in Windows only)

I give the same licence for the translation as the all FGFS project has-
GNU GPL.

Please add that translation to the project, and new created releases.
2003-04-29 14:47:24 +00:00
ehofman
59d7b3cae2 Update the Dutch translation 2003-04-17 09:48:31 +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
e64d3e5194 Fabien ILLIDE:
2 corrections to the French translation.
2002-12-16 21:19:52 +00:00
curt
376b2c782a Add Italian translation for menus. 2002-12-16 20:53:04 +00:00
curt
6f8e2ab711 Added a "Presets" menu. 2002-11-18 21:29:52 +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
j4strngs
69bfc4a0fd Updated strings-nl from Erik Hofman. Removed obsolete strings-en 2002-10-11 20:27:38 +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
9016286f19 Added support for french translation. 2002-10-04 15:43:01 +00:00
curt
537dd8bdb6 Updates to language support config files. 2002-10-04 15:24:34 +00:00
j4strngs
f84bec08e6 German translation for internationalization 2002-10-03 22:26:57 +00:00
curt
fe1fc03999 New local structure. 2002-10-03 14:41:27 +00:00
curt
b1131dc020 Fix the wrong text for the reset option. 2002-10-02 02:13:24 +00:00
curt
39c82ea7b5 Initial revision. 2002-10-01 18:37:41 +00:00