1
0
Fork 0
Commit graph

5522 commits

Author SHA1 Message Date
ThorstenB
fa4e71a246 #580 related: inconsistent button description
Buttons were inconsistenly documented as mixture and flap controls.
2012-01-09 20:47:06 +01:00
BARANGER Emmanuel
853bd75171 Merge branch 'master' of git://gitorious.org/fg/fgdata 2012-01-08 23:35:30 +01:00
ThorstenB
e2fd73f011 Don't edit MP callsign while online. 2012-01-08 13:37:22 +01:00
BARANGER Emmanuel
a87f6ab32d Merge branch 'master' of git://gitorious.org/fg/fgdata 2012-01-08 04:04:17 +01:00
Stuart Buchanan
bd02256f1f Merge branch 'master' of git://gitorious.org/fg/fgdata 2012-01-07 23:10:35 +00:00
ThorstenB
65a1089cbe Don't reset MP settings on sim reset
and remember callsign set in MP dialog across sessions.
2012-01-07 17:19:30 +01:00
ThorstenB
a195da8676 Stop message loop when disconnecting MP server
Also update status of menu items.
2012-01-07 16:17:02 +01:00
Anders Gidenstam
e7408c63fb Updated MPCarrier:
- Fixed problems occuring when deployed outside fg-root.
- Got rid of the ugly ac-type property.
- Cleaned up the 3d model XML files.
- Improved carrier player detection.
- Improved the no MPCarriers found message.
2012-01-07 15:58:21 +01:00
Gijs de Rooy
4e0cbba20a Add missing fog 2012-01-07 14:59:35 +01:00
Martin Spott
a21d83eb97 Merge branch 'master' of git.gitorious.org:fg/fgdata 2012-01-07 11:53:44 +01:00
ThorstenB
8c7c4bbb71 #568: runway shown twice on sim reset
Exclude "/sim/atc/runway" from being restored (written) by the generic
"restore-property-tree-on-reset" function, otherwise listeners are being
called and the (old) runway is shown again.
2012-01-07 11:06:19 +01:00
Detlef Faber
99b289743e Merge branch 'master' of git://gitorious.org/fg/fgdata 2012-01-07 10:14:21 +01:00
ThorstenB
fdcd319c9f Fix global weather dialog.
Don't try to call "local_weather" when it isn't loaded.
2012-01-07 09:42:36 +01:00
ThorstenB
e3fabacfc5 #558: weather utility, performance drop on sim reset
Do not install another set of listeners on _every_ sim reset.
Also improve performance by removing a listener for a property which is
written in _every_ loop anyway (don't waste another Nasal context).
(Do we really need a _Nasal_ loop running at full speed just to convert
a bunch of properties? It increases the load on the Nasal GC and
is unconditionally active, even if all shaders are disabled etc).
2012-01-07 09:23:26 +01:00
BARANGER Emmanuel
21e3c4d493 Merge branch 'master' of git://gitorious.org/fg/fgdata 2012-01-07 00:09:41 +01:00
Stuart Buchanan
2df253d8fc Add controls for lat/lon format to HUD config dialog, and clean up old (commented out) controls from the menu bar itself. 2012-01-06 00:03:11 +00:00
Stuart Buchanan
f0acff6f7d Fix usability issues with terrasync dialog
- Change from a directory selection dialog to a combo list of valid directories
- Only allow directories in fg-scenery to be selected
- Don't allow FG_ROOT/Scenery to be selected (interferes badly)
- Only allow terrasync to be enabled once a directory has been defined.
2012-01-05 22:52:18 +00:00
Torsten Dreyer
8da025920b Fix #567: disable local weather global weather scenario changes 2012-01-05 13:52:17 +01:00
Erik Hofman
36efe1c8ec Merge branch 'master' of gitorious.org:fg/fgdata 2012-01-05 11:06:54 +01:00
Frederic Bouvier
dfea2249b5 Correct fix for Local Weather 1.4 2012-01-05 09:47:26 +01:00
Stuart Buchanan
0d9d60eca7 Fix MP chat to work when MP not enabled from the command line. 2012-01-04 22:54:21 +00:00
Stuart Buchanan
34eb640a76 Further updates to the Multiplayer Settings dialog
- Now enabled even when no MP settings configured on command-line
- Add Server Status button to launch the MP Server status URL
- Minor layout cleanup.
2012-01-04 21:53:25 +00:00
Frederic Bouvier
31c20892ab Merge branch 'master' of gitorious.org:fg/fgdata 2012-01-04 12:59:07 +01:00
Frederic Bouvier
151d45778e Try to fix the Nasal error in Local Weather 1.4 by initializing ground-haze-factor in local-weather-default.xml 2012-01-04 12:56:17 +01:00
Erik Hofman
39d640a7a5 Merge branch 'master' of gitorious.org:fg/fgdata 2012-01-04 09:51:29 +01:00
Stuart Buchanan
316cf85557 Update MP Server descriptions 2012-01-03 23:38:26 +00:00
Stuart Buchanan
66e7d103f1 Update multiplayer settings dialog:
- Add list of current (as of 3 Jan 2012) MP servers
- Add Connect/Disconnect buttons
2012-01-03 23:33:26 +00:00
Torsten Dreyer
c8ed7ffe8b Merge branch 'master' of gitorious.org:fg/fgdata 2012-01-03 22:55:33 +01:00
Gijs de Rooy
b426b4dbed Transmit door-positions over MP. 2012-01-03 21:35:26 +01:00
Frederic Bouvier
56afb80358 Local Weather 1.4 by Thorsten Renk : fixes lots of graphical errors and transparency issues and provides a consistent GUI. 2012-01-03 20:21:34 +01:00
Gijs de Rooy
dde2115a59 Pre-populate dialog with original airport, add best-runway option. 2012-01-03 15:29:23 +01:00
Gijs de Rooy
7bb78e9477 Correct model shader slider range. 2012-01-03 14:22:56 +01:00
Alexis Bory
0ab54d0b85 Merge branch 'master' of git://mapserver.flightgear.org/fgdata 2012-01-03 00:48:34 +01:00
Alexis Bory
17928b142f Merge branch 'work' 2012-01-03 00:02:28 +01:00
Gijs de Rooy
8f4d761749 Fix redout-slider, correct indentation. 2012-01-02 23:31:00 +01:00
Alexis Bory
8495a2794b - Avoid "initing" and adding new listeners at each reset. 2012-01-02 23:27:52 +01:00
Erik Hofman
41e58f6241 Merge branch 'master' of gitorious.org:fg/fgdata 2012-01-02 19:35:31 +01:00
Gijs de Rooy
b22622a07e Taxiing tutorial: C172P does not move with throttle near idle. 2011-12-29 17:06:58 +01:00
ThorstenB
ae5d1ca832 Prepare about dialog for 2.6.0 @ 2012 2011-12-29 14:50:49 +01:00
Gijs de Rooy
c228b7ed37 Clement: Disable swap and frequency knobs when radio is switched off. 2011-12-29 13:05:52 +01:00
Stuart Buchanan
f73cd19773 Add additional name for the Black Widow "SL-6640 Black Widow Flightstick" 2011-12-28 11:55:46 +00:00
Stuart Buchanan
3fb129923c Fix for issue 526 - Not possible to restart YASim aircraft after fuel starvation 2011-12-28 09:09:28 +00:00
Stuart Buchanan
093248ca3c Merge branch 'master' of gitorious.org:fg/fgdata 2011-12-27 23:10:35 +00:00
Stuart Buchanan
bb2786ce24 Revert "Impostor and geometry changes for 3D clouds."
This reverts commit 242d9f6c5655ff96dbc9047a135cc62998ddfcb2.
2011-12-27 23:10:11 +00:00
James Turner
441b0d7b30 Update atc-frequency dialogs for revised command interface. 2011-12-27 22:56:48 +00:00
Vivian Meazza
23ab8a4e3e Merge branch 'master' of D:\Git_New\fgdata 2011-12-24 16:57:10 +00:00
Vivian Meazza
9afc7d8ffb Merge branch 'master' of gitorious.org:fg/fgdata into work 2011-12-24 15:59:55 +00:00
Vivian Meazza
609a3a196d Bugfix - prevent emissive dirt
Signed-off-by: Vivian Meazza <vivian.meazza@lineone.net>
2011-12-24 15:47:09 +00:00
Stuart Buchanan
0c4b68a884 Impostor and geometry changes for 3D clouds. 2011-12-24 13:16:29 +00:00
Stuart Buchanan
9d8d7e15cc Add back FDM configuration handling a tailwind. 2011-12-21 21:24:34 +00:00