1
0
Fork 0
Commit graph

309 commits

Author SHA1 Message Date
Florent Rougon
1c3b855e79 Startup tips: use Unicode characters for the arrows describing menu selections
Use RIGHTWARDS ARROW for each arrow, surrounded by two NO-BREAK SPACE
characters. This prevents line breaking in the middle or at the edges of
such arrows.

Also explicitly specify the UTF-8 encoding for Translations/en/tips.xml,
even though this is implicit with XML when unspecified.
2017-05-11 19:15:02 +02:00
Florent Rougon
385ab0d61a Update the French translation
Translations/fr/sys.xml: add accented characters (using UTF-8 encoding)
                         now that the splash screen supports them.

Translations/fr/options.xml: fix typos, document --download-dir and
                             recode the file to UTF-8.
2017-05-11 11:33:17 +02:00
Florent Rougon
b5c689e4b5 Update the French translation 2017-05-08 14:02:35 +02:00
Florent Rougon
c8397de79f Small change to a tooltip 2017-05-08 01:01:07 +02:00
Alessandro Menti
6fd43e8e79
Update the Italian translation 2017-05-07 17:47:24 +02:00
Stuart Buchanan
60c6e73258 Updated startup tips. 2017-03-28 20:39:35 +01:00
Stuart Buchanan
b923ccbd47 Add tips provided by forum members. 2017-03-23 21:14:42 +00:00
Florent Rougon
e613865bd3 Document fgfs' option --log-dir in English and French (for 'fgfs --help -v') 2017-03-11 10:15:33 +01:00
James Turner
640b52a716 Make ‘unstable’ warning localizable. 2017-03-03 23:19:44 +02:00
James Turner
c8dcc93286 Initial examples of startup tips. 2017-02-26 22:00:03 +00:00
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
Alessandro Menti
e4b38d0819 Translate the documentation of the --json-report option to Italian 2016-11-10 11:52:44 +01:00
Alessandro Menti
30849d938d sys.xml: update the Italian translation
Add the Italian translation for the "navdata-reading-apt-dat-files"
source string.
2016-11-10 10:00:31 +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
1a604c42ff Adapt translations for change in FG's NavCache rebuild phases
There is a new phase, and the old 'navdata-airports' is now split into
two parts: 'navdata-reading-apt-dat-files' and
'navdata-loading-airports'.
2016-10-19 13:13:24 +02:00
Jonathan Schellhase
f2651e872c Finished translation of options.xml 2016-06-22 16:54:20 +02:00
Alessandro Menti
8071409961 Italian translation: update command line switch translation, fix term choice in menu
Add the translation for the <download-dir-desc> switch and update the one
for the <metar-desc> one.
Also change "tempo" to "orario" in menu.xml to be consistent with the
term choice in options.xml.
2016-04-05 19:46:59 +02: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
d503fbdf08 Document that --metar automatically implies --disable-real-weather-fetch
Following FlightGear commit 0cfa4ced9cd5e2ec26e753ddd5f61da7558221a6,
mention in the output of 'fgfs --help --verbose' that the --metar option
automatically implies --disable-real-weather-fetch.
2016-03-27 11:07:23 +02:00
Alessandro Menti
5d11b5cfaa Translations: update the Italian translation
Update the Italian translation and bring it in sync with the English
source file.
2016-03-26 12:16:36 +01:00
Erik Hofman
0d623d5f5e Add the option to the Debug menu to save the video configuration file 2016-03-21 11:53:19 +01:00
Stuart Buchanan
a36170f12e Move Joystick Configuration to File menu
Also rename Input Configuration to Mouse Configuration
at suggestion of Gilberto AGOSTINHO
2016-02-10 22:26:22 +00: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
f-ojac
7fc0e42a8b Translating some missing French help entries 2015-07-27 21:36:00 +02:00
f-ojac
68ef0ce0ff Translating some missing French startup entries 2015-07-27 21:14:24 +02:00
f-ojac
325717df43 Translating some missing French menu entries 2015-07-27 18:34:50 +02:00
janodesbois
12af1482e7 little adjustements for the mp patch 2015-06-09 21:12:48 +02:00
janodesbois
e033ac2f10 FgData part for the MP patch, we allow lag compensation only if the mp plane
is close enough, we check only one plane each frame
2015-06-06 07:05:05 +02:00
James Turner
58e79d8471 New splash screen strings for nav-cache build 2015-03-19 12:03:42 -05:00
Torsten Dreyer
776a6552b5 Fix wrong ATIS for negative temperatures 2015-01-12 16:45:36 +01:00
Torsten Dreyer
56b76e860c let --help --verbose tell that --jpg-httpd is gone 2014-10-09 22:04:17 +02:00
Torsten Dreyer
fd720ac8bf Add the Browser based moving map to the menubar
needs --httpd=nnnn on startup
2014-09-12 21:55:42 +02: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
Thomas Geymayer
e4d60f2153 Simple canvas based "Aircraft Center".
- Needs FlightGear compiled with -DENABLE_PACKAGE_SYSTEM.
 - Shows only first 100 available aircrafts.
 - Now progress indication on install/remove (need to reopen
   dialog afterwards)
2014-06-10 18:47:13 +02:00
Philosopher
f0d44ae8fe Lots lots more MapStructure changes
Fix the main bugs, add features and convert most of the layers.
Move/refactor some things as well. Add a canvas map dialog next to the
built-in one -- it's not 100% functional but it's quite close actually.

As before, the excitement has been taking place at our team clone.
https://gitorious.org/fg/canvas-hackers-fgdata/commits/0b4cc84
(topics/canvas-map-dialog branch this time, current HEAD in above URL.)
2014-05-25 14:27:11 -05:00
Torsten Dreyer
9761c6e372 correct spelling of "x-ray" 2014-04-28 14:06:14 +02:00
Philosopher
6e17a1d2cb Initial Nasal REPL work (canvas-based)
Features:
- Various configurable styles.
- Working scroll bars, thanks to Tom
- Adequate REPL-ness.

See the wiki for more information!
http://wiki.flightgear.org/Interactive_Nasal_Console

N.B. This makes some (sane) changes to other Nasal files, including
expanding some of the Canvas API.
2014-04-18 16:49:11 -05:00
Torsten Dreyer
548a9741f5 better description of --httpd option
only for English so far :-/
2014-03-29 22:13:48 +01:00
Torsten Dreyer
5fb4b6ae38 Initial commit for a new ATIS system 2014-02-28 10:49:33 +01:00
Clément de l'Hamaide
8c6af01348 Update portuguese translation by Müller on forum 2014-02-27 21:35:25 +01:00
Eugenio Mondini
e9ce8d522b Small update of spanish menu translation. 2014-02-07 14:42:47 -03:00
Gijs de Rooy
4f660c96a5 Remove (references to) archaic options 2014-02-07 14:08:15 +01:00
Clément de l'Hamaide
098438418d Update french translation for menubar 2014-01-25 23:27:58 +01:00
Clément de l'Hamaide
315e22cad0 French translation: replace é by e because osgText doesn't handle accent 2013-11-30 17:22:54 +01:00
James Turner
27afea985a Updated UI to configure tooltips, mouse input
Replace the temporary UI with real solutions, in the view dialog
(for tooltips/popups) and a new 'input config' dialog accessed via
the file menu.

Make the mouse-cycle popup explicitly optional since some people
strongly dislike it.
2013-10-25 17:22:12 +01:00
Clément de l'Hamaide
b72cbef514 Update FR splash translations 2013-09-30 23:23:20 +02:00
Gijs de Rooy
41fc0498c0 Update NL splash translations 2013-09-30 20:50:43 +02:00
James Turner
23ef030811 New splash string. (Needs FR, DE, etc equivalent) 2013-09-30 16:37:10 +01:00
f-jjth
9ca7b020d0 FGCom: add dialog for FGCom
Update server list

Server list is now dynamic
2013-08-19 14:06:23 +02:00
Roland Haeder
0a80b35a9b Fixed all file/directory permissions as there is no need to to have "execute"
flag on non-scripts/executable files.
2013-06-20 17:33:41 +02:00
James Turner
f2b984f709 User-interface config dialog.
This is temporary (hopefully!), to allow experimentation with different UX options in the near future. Right now it basically does nothing. As part of this, factor mouse-mode cycling into a separate command, and add some feedback. Feedback mechanism needs work, currently abusing the copilot facility.
2013-03-07 19:36:54 +00:00
James Turner
2c4c12a4c7 Enable the Portuguese translations. 2013-02-08 19:41:58 +00:00
James Turner
db6756b259 Updated Portuguese translations.
Thanks to Lizandro for the work!
2013-02-08 09:19:27 +00:00
OliverJ
d264140151 French translation updates and fixes 2013-02-03 15:37:20 +01:00
Gijs de Rooy
c1aa111e33 Update Dutch translations 2013-01-29 11:07:19 +01:00
James Turner
08ca24c610 Updated Spanish translations.
From Eugenio Mondini.
2013-01-19 14:33:25 +00:00
OliverJ
45051ae33c Updating French translation 2013-01-19 12:21:41 +00:00
James Turner
c7b968d675 Add a new startup message. 2012-12-07 15:24:08 -05:00
Gijs de Rooy
acf3d39c38 Update Dutch translations. 2012-12-07 13:04:49 +01:00
ThorstenB
fa5c560705 Add menu and keyboard binding to toggle fullscreen mode. 2012-11-17 23:10:12 +01:00
ThorstenB
37bcf878c7 Add menu bindings/dialog to save/load flight recorder tapes. 2012-11-10 22:35:11 +01:00
Stuart Buchanan
ff87cf4257 Remove Display Options from the English translations. 2012-10-10 20:41:55 +01:00
ThorstenB
f3e773d823 Add translations for some common custom menu entries. 2012-09-21 23:59:06 +02:00
ThorstenB
12aadbc99c Add language resources for fgfs system messages. 2012-09-21 21:12:02 +01:00
Thomas Geymayer
804b0396a4 Documentation browser dialog (for files in /Docs - Thanks to Hooray) 2012-09-20 00:04:11 +02:00
Stuart Buchanan
602ae34af4 Add support for a Aircraft Checklists GUI item. 2012-09-18 11:29:17 +01:00
Stuart Buchanan
f3ac93b1ef Updated Select Airport dialog, making the location-on-ground dialog redundant and adding a Canvas map to show the selected airport. 2012-09-17 20:17:52 +01:00
Stuart Buchanan
71ed79bddb Add translation for new Joystick Configuration menu. 2012-08-24 23:03:21 +01:00
Stuart Buchanan
4ec24853a8 Create an Environment Settings dialog for non-weather environment settings
such as snow level, dust, wetness, and texture set.

Also add a parameter to control whether the snow level moves with METAR,
and retire /environment/mysnow-level-m.
2012-08-09 22:52:51 +01:00
Stuart Buchanan
642f4f73b7 Correct materials default 2012-07-26 22:00:41 +01:00
Stuart Buchanan
2ddf719a82 Add debug options to reload materials and the scenery. 2012-07-19 22:07:19 +01:00
ThorstenB
6a0d91212a Remove mixed DOS/UNIX line feeds
which confused text editors.
2012-07-17 18:26:53 +02:00
ThorstenB
834b4e05c4 sa7k: Updated Spanish language resource. 2012-07-17 18:25:50 +02:00
ThorstenB
8b68ce8981 Document command-line options. 2012-07-15 11:16:03 +02:00
Gijs de Rooy
c76bc39101 Update Dutch language resource 2012-07-13 20:49:43 +02:00
ThorstenB
6492c59f6f Updated German language resource.
Danke an longfly!
2012-07-13 19:45:53 +02:00
ThorstenB
e3be4443f6 Fix untranslatable "reload aircraft model" item.
Thanks to sa7k.
2012-07-13 19:36:30 +02:00
ThorstenB
74866c2c41 Updated Spanish language resource.
Sa7k, muchas gracias!
2012-07-13 19:36:30 +02:00
ThorstenB
4ddb325ff9 Updated Italian language resource
Adil, grazie mille!
2012-07-13 00:31:30 +02:00
ThorstenB
ce73fe978e Updated Polish language resource
Autor: Zbigniew Matysek, gratki dla Krzysztofa Matyska
2012-07-11 20:32:08 +02:00
ThorstenB
1825d69d19 Run resync script on manual resource updates 2012-07-10 21:46:09 +02:00
ThorstenB
c41f912f31 OliverJ: Updated French language resources
Merci beaucoup!
2012-07-10 21:46:09 +02:00
ThorstenB
417d0192da Updated Italian menu resource
by "redrum82" from Milano. Grazie mille!
2012-07-10 20:09:29 +02:00
Gijs de Rooy
56a107cc66 Update Dutch translations. 2012-07-09 21:55:33 +02:00
ThorstenB
3265ad8ae5 Synchronize language resources
Run script to identify missing/obsolete items:
de/options.xml is missing 192 translation(s).
de/menu.xml is missing 20 translation(s).

es/options.xml is missing 12 translation(s).
es/menu.xml is missing 78 translation(s).

fr/options.xml is missing 0 translation(s).
fr/menu.xml is missing 0 translation(s).

it/options.xml is missing 212 translation(s).
it/menu.xml is missing 78 translation(s).

nl/options.xml is missing 54 translation(s).
nl/menu.xml is missing 1 translation(s).

pl/options.xml is missing 81 translation(s).
pl/menu.xml is missing 76 translation(s).

pt/options.xml is missing 212 translation(s).
pt/menu.xml is missing 86 translation(s).
2012-07-08 15:33:03 +02:00
Olivier JACQ
759f72f8f9 French Translation update
File format update
2012-05-29 16:08:43 +02:00
Frederic Bouvier
1932ddb014 Allow to select debugged buffers in Rembrandt 2012-05-18 12:42:34 +02:00
Frederic Bouvier
1a5cc682a9 Add condition on ambient occlusion and a menu item to switch it on and off if the stage is enabled in the pipeline 2012-05-12 09:20:13 +02:00
Gijs de Rooy
09b52158bc Complete/update Dutch menu translation. 2012-05-06 14:44:12 +02:00
ThorstenB
ec26692360 Remove menu labels from menubar.xml
to avoid confusion, since labels are read from the language resource now.
2012-05-06 10:08:51 +02:00
ThorstenB
d51a79ba5b Improve MP dialog and add option to configure AI traffic 2012-05-01 11:10:37 +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
9ffbf7ac3c Move another string to the language resource.
"Usage" should be translatable...
2012-04-18 16:02:56 +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
Gijs de Rooy
23e0749023 Spanish translation by Diego Alonso Gonzlez 2011-01-27 15:55:00 +01: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
8aeb3bb013 Update help display to match actual command-line options. 2009-12-19 16:42:57 +00:00
ehofman
adbda8b7a3 add a new audio options section and add a description for --show-sound-devices and --sound-device 2009-12-14 12:35:52 +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
durk
2cd9d1f9a2 Fix closing xml statement. This caused an internationalization error on
my system.
2009-01-20 18:19:00 +00:00
curt
9c6c87a385 Update option outputs for the AV400 protocol. 2009-01-20 16:53:03 +00:00
mfranz
be30c69dd1 fix typos 2008-12-14 18:12:18 +00:00
mfranz
f639845508 --prop: there's no default anymore 2007-07-12 16:06:12 +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
ehofman
daa428dbe8 Add ithe enable-/disable-save-on-exit and the season options. 2005-12-22 13:58:54 +00:00
ehofman
e84116ab7f options.xml 2005-07-31 08:08:02 +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
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