1
0
Fork 0
Commit graph

2055 commits

Author SHA1 Message Date
Jonathan Redpath
a97ea813db Minor formatting change to MCDU 2022-01-31 13:35:45 +00:00
Jonathan Redpath
c3ec16cb73 Merge branch 'dev' into new-flightplan 2022-01-29 11:26:59 +00:00
Jonathan Redpath
1ac305d183 Fix missed degrees symbol 2022-01-29 11:22:46 +00:00
Inuyaksa
c3ec55a21f Fix autoland alarm - trigger when AP switched off below 200ft 2022-01-28 23:14:26 +01:00
Inuyaksa
8da8981acf autoland alarm fix - alert as specs and correct sound 2022-01-28 21:30:19 +01:00
Jonathan Redpath
00c6634a43 Closest airports page formatting + accoutn for 360 degrees 2022-01-28 18:50:48 +00:00
Jonathan Redpath
9370274b1c Fix decimal point, PFD digits 2022-01-28 18:39:17 +00:00
Jonathan Redpath
6a59bfb69a Fix bug where during fast init, the airspeed and altitude indicators would not work 2022-01-28 17:09:50 +00:00
Jonathan Redpath
9ad6731ffd IESI: use same code as ADIRS 2022-01-28 16:56:32 +00:00
Jonathan Redpath
4e69288995 IRS align: improve conditions to use accurate lateral velocity parameters 2022-01-28 16:52:05 +00:00
Jonathan Redpath
5d857ec338 ALTN: case airport is missing 2022-01-27 18:39:59 +00:00
Jonathan Redpath
05d36c1c89 Fix missing namespace 2022-01-27 13:08:24 +00:00
Jonathan Redpath
26af612b7e Proper airport btn 2022-01-26 15:57:12 +00:00
Jonathan Redpath
7a92a773c2 Prevent sequencing on the ground. 2022-01-26 15:28:19 +00:00
Jonathan Redpath
d67ff09a79 HOLD fix 2022-01-26 12:56:15 +00:00
Jonathan Redpath
9b4fdcf5b5 HOLD page - connect butons 2022-01-26 12:48:48 +00:00
Jonathan Redpath
74eaf75477 Add ID of procedure 2022-01-26 12:45:28 +00:00
Jonathan Redpath
f04154206b Prevent f-pln crash on init, basic HOLD pattern page 2022-01-26 12:10:27 +00:00
Jonathan Redpath
4383b3bd8e Merge branch 'dev' into new-flightplan 2022-01-26 11:34:07 +00:00
Jonathan Redpath
da73db9ec6 Add official copyright notice to ensure clarity 2022-01-26 11:33:15 +00:00
Jonathan Redpath
8cfc59a58e Merge branch 'dev' into new-flightplan 2022-01-25 19:28:13 +00:00
Jonathan Redpath
b732eda7bc Fix for fpln 2022-01-25 19:22:40 +00:00
Jonathan Redpath
37b032d419 Merge branch 'dev' into new-flightplan 2022-01-25 16:18:46 +00:00
Jonathan Redpath
0b05a15bc6 Add ECAM messages for Takeoff Securing Function 2022-01-25 15:06:19 +00:00
Jonathan Redpath
772d920c30 Add some extra error checking on PERFTO 2022-01-25 12:30:35 +00:00
Jonathan Redpath
7201e89498 OVFY and PLUSMINUS 2022-01-25 09:51:59 +00:00
Jonathan Redpath
35fa1ff224 Revert "Better long pressed CLR and check numeric format on plus/minus"
This reverts commit 871c645fba.
2022-01-25 09:42:09 +00:00
Jonathan Redpath
604b1b0ab9 Improve V1 / VR / V2 disagree message 2022-01-25 09:42:04 +00:00
Jonathan Redpath
57c84a2f80 Move autopilot electrical failure to JSBSim. Add 5 second delay before you can engagge autopilot. Fix FCU in power loss scenario 2022-01-24 21:29:26 +00:00
Jonathan Redpath
016b8670f2 Don't comment out - better to remove it entirely 2022-01-24 20:43:30 +00:00
Inuyaksa
e7e4ac503f Comment to unused KT-.70 2022-01-24 21:14:17 +01:00
Inuyaksa
871c645fba Better long pressed CLR and check numeric format on plus/minus 2022-01-24 21:14:17 +01:00
Inuyaksa
15221a3e20 better control on cockpit door switch 2022-01-24 21:14:16 +01:00
Jonathan Redpath
71e07b81ce IESI: fix size of boxes after new font 2022-01-22 18:51:27 +00:00
Jonathan Redpath
2b2037df79 getDist() - fix for tmpy with DECEL. Crz FL temp - fix format 2022-01-21 14:25:12 +00:00
Jonathan Redpath
1bf9e313f7 Prevent flyBy with courseDelta > 120. Todo confirm this. Among many other things. 2022-01-20 17:44:34 +00:00
Jonathan Redpath
1364fa304b fix typo 2022-01-19 16:48:20 +00:00
Jonathan Redpath
5dc44bbff3 Discontinuities: revert to HDG mode. Various TODO still. 2022-01-19 11:04:37 +00:00
Jonathan Redpath
c87ab00335 Fix indices 2022-01-18 20:11:31 +00:00
Jonathan Redpath
f2e3cf2cad Decel: fix plan index 2022-01-18 19:54:27 +00:00
Jonathan Redpath
96737107b9 Fix DECEL distance prompt 2022-01-18 16:05:27 +00:00
Jonathan Redpath
1fbabe8fe2 Distance tracker - account for discontinuity, decel, format width 2022-01-18 13:06:26 +00:00
Jonathan Redpath
28b7d17dfc Prevent flightgear crash when clearing discontinuity in empty plan 2022-01-18 12:25:01 +00:00
Jonathan Redpath
bb622b661d Dirto : improve 2022-01-18 11:51:22 +00:00
Jonathan Redpath
bdd69e51a4 Disallow left select key for pseudo waypoints 2022-01-17 16:35:34 +00:00
Jonathan Redpath
40a8e85d0b The flightplan should return to the great circle path - set flag to true
Change the decel code so that it only works for active flightplan.
2022-01-17 15:55:06 +00:00
Andrea Vezzali
afa8385fa9 MCDU Flightlog and Sensors pages (Bugfix)
set FOB output in kgs or lbs according to config option
2022-01-17 15:51:09 +01:00
Jonathan Redpath
436f5292ea ND: fix bug 2022-01-17 12:57:25 +00:00
Jonathan Redpath
9befc5ce02 ND: fix bug 2022-01-17 12:55:37 +00:00
Jonathan Redpath
4c36bca545 Re-create new-flightplan-for-2020 branch, with various extra fixes. The DECEL / pseudo waypoints will no longer be within the flightplan object, but only within the FPLN item. 2022-01-17 11:57:55 +00:00