diff --git a/A320-100-CFM.xml b/A320-100-CFM.xml index 754d9c0d..25469134 100644 --- a/A320-100-CFM.xml +++ b/A320-100-CFM.xml @@ -334,7 +334,7 @@ xsi:noNamespaceSchemaLocation="http://jsbsim.sourceforge.net/JSBSim.xsd"> - + 14.3962788 -5.755 @@ -360,7 +360,7 @@ xsi:noNamespaceSchemaLocation="http://jsbsim.sourceforge.net/JSBSim.xsd"> - + 14.3962788 5.755 diff --git a/A320-200-CFM.xml b/A320-200-CFM.xml index 30c57093..684c57f4 100644 --- a/A320-200-CFM.xml +++ b/A320-200-CFM.xml @@ -334,7 +334,7 @@ xsi:noNamespaceSchemaLocation="http://jsbsim.sourceforge.net/JSBSim.xsd"> - + 14.3962788 -5.755 @@ -360,7 +360,7 @@ xsi:noNamespaceSchemaLocation="http://jsbsim.sourceforge.net/JSBSim.xsd"> - + 14.3962788 5.755 diff --git a/A320-200-IAE.xml b/A320-200-IAE.xml index e75a5f6e..111fc55b 100644 --- a/A320-200-IAE.xml +++ b/A320-200-IAE.xml @@ -334,7 +334,7 @@ xsi:noNamespaceSchemaLocation="http://jsbsim.sourceforge.net/JSBSim.xsd"> - + 14.3962788 -5.755 @@ -360,7 +360,7 @@ xsi:noNamespaceSchemaLocation="http://jsbsim.sourceforge.net/JSBSim.xsd"> - + 14.3962788 5.755 diff --git a/A320-main.xml b/A320-main.xml index cc657706..ed522322 100644 --- a/A320-main.xml +++ b/A320-main.xml @@ -355,6 +355,8 @@ 30.0 300.0 + + 2018.1.0 @@ -997,8 +999,20 @@ + + CTRL-d + Autothrottle Disconnect + + nasal + + + - Ctrl-X + Ctrl-x Reset zoom to default nasal @@ -1226,6 +1240,21 @@ + + D + Autopilot Disconnect + + nasal + + + X Increase field of view diff --git a/A320neo-CFM.xml b/A320neo-CFM.xml index d7e063af..06583b4d 100644 --- a/A320neo-CFM.xml +++ b/A320neo-CFM.xml @@ -334,7 +334,7 @@ xsi:noNamespaceSchemaLocation="http://jsbsim.sourceforge.net/JSBSim.xsd"> - + 14.3962788 -5.755 @@ -360,7 +360,7 @@ xsi:noNamespaceSchemaLocation="http://jsbsim.sourceforge.net/JSBSim.xsd"> - + 14.3962788 5.755 diff --git a/A320neo-PW.xml b/A320neo-PW.xml index 02e096be..cb7fcf25 100644 --- a/A320neo-PW.xml +++ b/A320neo-PW.xml @@ -334,7 +334,7 @@ xsi:noNamespaceSchemaLocation="http://jsbsim.sourceforge.net/JSBSim.xsd"> - + 14.3962788 -5.755 @@ -360,7 +360,7 @@ xsi:noNamespaceSchemaLocation="http://jsbsim.sourceforge.net/JSBSim.xsd"> - + 14.3962788 5.755 diff --git a/AircraftConfig/acconfig.nas b/AircraftConfig/acconfig.nas index ca253478..85c34687 100644 --- a/AircraftConfig/acconfig.nas +++ b/AircraftConfig/acconfig.nas @@ -126,9 +126,9 @@ setlistener("/systems/acconfig/new-revision", func { }); var mismatch_chk = func { - if (num(string.replace(getprop("/sim/version/flightgear"),".","")) < 201730) { + if (num(string.replace(getprop("/sim/version/flightgear"),".","")) < 201810) { setprop("/systems/acconfig/mismatch-code", "0x121"); - setprop("/systems/acconfig/mismatch-reason", "FGFS version is too old! Please update FlightGear to at least 2017.3.0."); + setprop("/systems/acconfig/mismatch-reason", "FGFS version is too old! Please update FlightGear to at least 2018.1.0."); if (getprop("/systems/acconfig/out-of-date") != 1) { error_mismatch.open(); } @@ -344,14 +344,14 @@ var taxi = func { setprop("/controls/APU/master", 1); setprop("/controls/APU/start", 1); var apu_rpm_chk = setlistener("/systems/apu/rpm", func { - if (getprop("/systems/apu/rpm") >= 99) { + if (getprop("/systems/apu/rpm") >= 98) { removelistener(apu_rpm_chk); taxi_b(); } }); } var taxi_b = func { - # Continue with engine start prep, and start engine 2. + # Continue with engine start prep, and start engines. setprop("/controls/fuel/tank0pump1", 1); setprop("/controls/fuel/tank0pump2", 1); setprop("/controls/fuel/tank1pump1", 1); diff --git a/AircraftConfig/help.xml b/AircraftConfig/help.xml index 8bc67e6c..a6fc2457 100644 --- a/AircraftConfig/help.xml +++ b/AircraftConfig/help.xml @@ -96,6 +96,10 @@ left + + left + + left @@ -104,10 +108,6 @@ left - - left - - left @@ -116,6 +116,14 @@ left + + left + + + + left + + diff --git a/AircraftConfig/main.xml b/AircraftConfig/main.xml index 6541e2bb..542b7f4a 100644 --- a/AircraftConfig/main.xml +++ b/AircraftConfig/main.xml @@ -396,7 +396,7 @@ - + left /controls/adirs/skip diff --git a/AircraftConfig/update.xml b/AircraftConfig/update.xml index 71fabc66..6f5dfef3 100644 --- a/AircraftConfig/update.xml +++ b/AircraftConfig/update.xml @@ -104,7 +104,9 @@ nasal