1
0
Fork 0
Commit graph

1729 commits

Author SHA1 Message Date
ehofman
d48cfe0957 Adjust the white levels of the individual textures so the snow appears to be more consistent. 2005-11-08 09:41:01 +00:00
mfranz
fc73b6d772 put "ATC communication" dialog vertically centered at the right screen
edge; there it doesn't obstruct the view at the runway, doesn't hide
important instruments, and is near the radio stack (where it belongs :-)
2005-11-07 00:06:02 +00:00
mfranz
30f26cfa4e close frequency search dialog on quick-button press; center frequency
search and display dialog; move atc dialog down a bit
2005-11-06 20:22:43 +00:00
curt
7e162138b8 Updates in preparation for the next release ... 2005-11-06 02:44:22 +00:00
curt
f90fb056d1 Match version with source. 2005-11-06 02:41:27 +00:00
mfranz
d984b477c7 oh, please ... not again 2005-11-05 19:35:57 +00:00
mfranz
14fe3632ea describe <key> property 2005-11-05 19:30:44 +00:00
mfranz
9fa98151db use <key>Esc</key> instead of <keynum>27</keynum> 2005-11-05 18:42:28 +00:00
mfranz
a3984ccabd make <Esc> key close/cancel/dismiss dialogs; some material.nas tweaking
(Reminder: --aircraft=bo105 ... press Ctrl-C  :-)
2005-11-05 14:19:53 +00:00
mfranz
9c49dccd5b let all dialogs in $FG_ROOT/gui/dialogs be closed/canceled/dismissed on
Escape key; nasal generated dialogs will follow
2005-11-05 13:59:06 +00:00
mfranz
47854e84e5 use wrapping <textbox> for METAR maessages. (<input> doesn't allow
multi-line content and draws parts ouside the widget.)
2005-11-04 20:09:31 +00:00
mfranz
799cfbca2b this wasn't meant to go into the repository :-) 2005-11-02 13:28:14 +00:00
mfranz
3f8afb84da describe <keynum> property (assignment of accelerator keys) 2005-11-02 13:24:33 +00:00
mfranz
02b79bb3aa add <keynum> to trigger pre-defined transmissions via keyboard
("1", "2", ...). The real key number is set from ATCDialog.cxx.
2005-11-02 13:14:15 +00:00
mfranz
9fc6fdee79 remove author email address; not only is it invalid now, it's also broken
HTML syntax; add a few </li>
2005-10-30 13:07:46 +00:00
mfranz
2ef8ec9512 fix wrong properties and spelling (subsection about nasal bindings to come) 2005-10-30 10:00:56 +00:00
ehofman
22d11436fc Fix speling mistakes and some small adjustments. 2005-10-30 09:50:54 +00:00
ehofman
ea15ec390c Sync. w. docs-mini. 2005-10-30 09:25:33 +00:00
ehofman
8f42d686ae David Culp: just add the new <repeat> capability. 2005-10-27 08:29:07 +00:00
ehofman
6fdcedd97d Updates from David Culp. 2005-10-27 08:28:15 +00:00
mfranz
c3442aa9d8 Formerly hard-coded dialogs from ATCDialog.cxx. Some text will be
overwritten by C++ code before displaying. These are written in
upper case letters, but this is only a hint for editors of this
file and doesn't impress ATCDialog.cxx.
2005-10-26 17:59:28 +00:00
mfranz
ee860f3e88 Stuart Buchanan:
joystick configuration for a Wingman Force 3D USB.

mfranz:
This driver is supposed to work for the non-USB versions, too, so
I'm replacing the non-USB driver with this one, and add its <name>s
here. If it turns out that we need a separate driver, it's better to
derive it from this file, as this is adapted to the newest methods
(nasal wrappers, etc.), while the old driver was only partly functional.
2005-10-26 17:40:41 +00:00
mfranz
7f25352610 add support for removeChildren(): takes one name as optional argument
and removes all children with this name; if no name is given, removes
all children
2005-10-23 16:09:51 +00:00
mfranz
5f8100dc41 Vassilii Khachaturov:
"If one does current view translation (dragging with the middle button in
the 2nd (view adjustment) mode), then, upon the left click, only the pitch
offsets are recentered, and not the x/y/z offsets." ... "jumps back only
when the mid-button is pressed on the left-click."
2005-10-23 16:00:06 +00:00
ehofman
4cd50dd588 Add winetr textures. 2005-10-23 12:35:39 +00:00
ehofman
bf34eb2d32 Add a pond and a reservoir texture. update the Town texture. 2005-10-23 09:28:12 +00:00
andy
74ea6ca610 Document "spool-time" on jets. 2005-10-21 19:32:16 +00:00
mfranz
5fd4c0d7dc now that the <text> shift bug is fixed, we don't need that much space
to hide it any more
2005-10-21 19:25:40 +00:00
mfranz
8502bd42aa - describe <hide> property
- some minor tweaks in the GUI theming/color section
2005-10-21 17:39:22 +00:00
mfranz
8c1e2a6499 make hrule thickness consistent with all other dialogs 2005-10-21 15:36:33 +00:00
mfranz
851860101e Title <hrules> are only one pixel high (maybe make that settable in the
gui style later). The dummy is a temporary workaround. When the underlying
bug is fixed, the whole line will just be <hrule/>.
2005-10-20 13:54:53 +00:00
mfranz
8e281e4f33 generic one-button message dialog. Used for screenshot and browser help
confirmation and other message boxes. Message and button text are filled
in by the calling code.
2005-10-20 12:44:11 +00:00
ehofman
26f56da5c7 Latest updates from Durk. 2005-10-20 08:32:37 +00:00
andy
2cce6759ff Vassilli added a dialog under location that allows the user to set the
tower location dynamically at runtime.
2005-10-19 19:22:16 +00:00
andy
ca5982c16c From Vassilii Khachaturov: pop up a user-visible dialog when the FDM doesn't
support dynamic fuel/W&B.
2005-10-18 20:15:04 +00:00
ehofman
5f3bda8165 Auf Niederlandisch:
Bij deze de patch voor de taxiway code. Deze code is nog gebaseerd
op de bestaaande architectuur, gebaseerd op de FGAirport class in simple.[ch]xx
Ik heb me voornamelijk gericht op nieuwe functionaliteit; de volgende
submissie zal waarschijnlijk bestaan uit opschoning, opsplitsing en een
implementatie van de nieuwe airport architectuur, zoals voorgesteld door
David Luff.

En Anglais:
Here is the patch for the taxiway code. This code is still based on the
exsisting architecture, which is based on the FGAirport class in simple.[ch]xx
I've aimed mostly at new functionality; The next batch will probably contain
code cleanups, splitups and the implementation fo the new airport architecture,
as proposed by David Luff.
2005-10-18 18:44:54 +00:00
ehofman
4b57bb7fad Olaf Flebbe: Mathias asked me to write down instructions for MinGW. 2005-10-18 16:39:38 +00:00
ehofman
fa0ec54d84 Updates from Vassilii Khachaturov as suggested by George Patterson 2005-10-16 08:24:24 +00:00
andy
5d12a50591 Document the new upx/upy/upz attributes on a gear object. 2005-10-14 21:24:16 +00:00
mfranz
fae0ed95f9 Dick Maurer:
remove obsolete links; add <title>
2005-10-14 09:16:30 +00:00
ehofman
1a966210b9 Mathias Fröhlich:
Here is an other one to the data directory. It updates the carrier launchbar
command and catapult launch command to reset itself if the key is no longer
pressed. That fixes the odd behavour, that once a carrier launch happened, a
second lauch happens no longer immediately at arresing time.
2005-10-13 13:45:54 +00:00
ehofman
052c27c39b Vassilii Khachaturov:
I've updated README.multiplayer to reflect the recent changes.
2005-10-13 13:42:35 +00:00
ehofman
b659e44eac Prevent an XML problem where '--' is used inside an XML comment section. 2005-10-10 08:17:51 +00:00
ehofman
f6894e4020 Stuart Buchanan:
I have a simple update to Protocol/playback.xml. It
improves on the existing version by recording flight
control surface, airspeed, engine RPM and gear status.
It makes for quite nice demoes, though I've only
really tested it with the C172, Hunter and Concorde.
2005-10-10 08:08:45 +00:00
mfranz
b47560fd77 'unhide' hidden feature: splash screen title line; can be used by packagers
for version info ("Version 0.9.9") or important messages ("type '?' for
aircraft help") etc.
2005-10-08 12:40:02 +00:00
ehofman
fec91079ae Harald JOHNSEN: Add a (test) WxRadar instrument. 2005-10-08 12:13:43 +00:00
ehofman
52a134fae6 Frederic Bouvier:
The proper file ( the one with axis assignment set correctly for all OSes ) was too quickly removed, certainly because of its -win suffix.

I merged the good things in one file, discarding the problematic ones.
2005-10-06 09:34:50 +00:00
ehofman
bc5ca304ed Joystick updates. Remove an ancient windows specific version of the wingman-extreme. 2005-10-04 08:06:32 +00:00
mfranz
73aa93123c perset Nimitz carrier TACAN channel (029Y) 2005-10-02 20:18:47 +00:00
mfranz
26c5f9e0bd no more fixed coords -> use layouter 2005-10-02 19:56:44 +00:00