1
0
Fork 0
Commit graph

1368 commits

Author SHA1 Message Date
Jonathan Redpath
27168ca197 Merge branch 'dev' into 3D 2022-06-28 21:30:58 +01:00
Jonathan Redpath
dbf7ed392a Also add TOC / level off for heading; fix bug where it could go behind aircraft symbol 2022-06-28 21:30:50 +01:00
Jonathan Redpath
d440d0401e Change groundspeed property reference 2022-06-28 20:33:05 +01:00
Jonathan Redpath
d65fde3726 Add top of climb / level off symbols to the navdisplay 2022-06-28 20:31:29 +01:00
Jonathan Redpath
783e06b86c Add top of climb / level off symbols to the navdisplay 2022-06-28 20:31:01 +01:00
Josh Davidson
5348c7f4ca FMGC: Fix incorrect reversions to heading mode 2022-06-26 17:55:15 -04:00
Josh Davidson
adac43182c FMGC: Fix incorrect reversions to heading mode 2022-06-26 17:55:05 -04:00
fly
327ca1b839 Fixed No such member: groundspeed
Signed-off-by: fly <merspieler@airmail.cc>
2022-06-25 22:00:41 +02:00
Jonathan Redpath
47749c8974 Merge branch 'dev' into 3D 2022-06-25 20:04:44 +01:00
Josh Davidson
f132c86a07 Control: Anti-stall laws (normal law), fixes to alpha floor, add THS limitations in protections, FMGC: updates to alpha prot/max calc, DU: Fix graphical issue 2022-05-31 13:59:21 -04:00
Jonathan Redpath
5e7d132c19 Remove the MANUAL discontinuity; because it kept adding more discontinuities 2022-05-23 17:49:49 +01:00
Jonathan Redpath
ebfaa28637 Revert "Fix logic error in SID discontinuity logic"
This reverts commit c39fddb05b.
2022-05-19 21:38:22 +01:00
Jonathan Redpath
c39fddb05b Fix logic error in SID discontinuity logic 2022-05-19 21:37:19 +01:00
Jonathan Redpath
252501a0ca Flightplan stringing: if the last waypoint of a SID is found en-route, then we delete all preceeding points according to the manual 2022-05-16 21:26:07 +01:00
Jonathan Redpath
8bbe755c7c Handle MANUAL legs properly 2022-05-16 18:12:58 +01:00
Jonathan Redpath
763b12c26c Fix FCU - it wouldn't engage NAV on the last waypoint 2022-05-16 16:02:44 +01:00
Jonathan Redpath
e45101b03f Restore end of fpln behaviour 2022-05-16 15:31:27 +01:00
Jonathan Redpath
ec1c5142ec Post-discontinuity - prevent GPS log spam 2022-05-15 22:58:12 +01:00
Jonathan Redpath
285da1f974 Re-enable delegate sequencing; which will handle radial intercepts through the GPS controller 2022-05-15 22:49:53 +01:00
Jonathan Redpath
30bbb196d3 Spelling fix for GPS delegate 2022-05-15 17:24:10 +01:00
Jonathan Redpath
b5236570af Limit custom VAPP selection to vls_appr 2022-05-14 18:18:32 +01:00
Jonathan Redpath
a2a3a77263 Redo VAPP calculation and add groundspeed mini function. I am unable to test it without fixes from @octal450 2022-05-14 13:55:27 +01:00
Jonathan Redpath
ab0f6de482 Remove debug info and comments 2022-05-13 16:54:26 +01:00
Jonathan Redpath
3d1046c195 Fix that it would occasionally go to waypoint index -1 2022-05-13 16:41:09 +01:00
Jonathan Redpath
be32f89d7d Fix typo 2022-05-13 15:50:10 +01:00
Jonathan Redpath
e6e0679a81 Hide the DECEL after the sequencing. Fix a nasal error where the static text broke the direct to 2022-05-13 15:33:27 +01:00
Jonathan Redpath
533583ce3f Fix miscellaneous bugs, including:
- RETURN did not operate on DUPLICATE NAMES
- Formatting of DUPLICATE NAMES LAT / LON did not have leading zeroes
- Default SID did not set altitude constraint
- Sequencing would occur repeatedly when paused
2022-05-13 14:41:33 +01:00
Jonathan Redpath
e62e08fef1 Fix that turn anticipation wouldn't work when the bearing of the previous leg is greater than 180 degrees 2022-05-12 22:06:41 +01:00
Jonathan Redpath
ebfbb4b037 Temporary fix - sync current WP after temporary flightplan sequencing 2022-05-12 21:41:47 +01:00
Jonathan Redpath
519f208f13 Merge branch 'dev' into new-flightplan 2022-05-12 13:21:21 +01:00
Jonathan Redpath
18000ed7a2 Merge branch 'dev' into 3D 2022-05-12 11:37:20 +01:00
Jonathan Redpath
b6b287889e MCDU: fix arrival page so that it shows runways at the end of the approach list 2022-05-11 18:35:51 +01:00
Jonathan Redpath
a8c3b24aae Merge branch 'dev' into 3D 2022-05-11 15:37:02 +01:00
Jonathan Redpath
14648dd50d Add dc bat bus failure that was missing 2022-05-11 15:36:47 +01:00
Jonathan Redpath
2fcdb1c0f1 Merge branch 'dev' into new-flightplan 2022-05-10 17:31:58 +01:00
Jonathan Redpath
55e0f9a5c3 Fix 2022-05-10 16:08:56 +01:00
Jonathan Redpath
6863e6b4d8 Pneumatics - make consistent with 3D branch 2022-05-10 16:05:47 +01:00
Jonathan Redpath
3167ca4db6 Cabin fans on 2022-05-10 16:01:12 +01:00
Josh Davidson
b243163954 FMGC: Fix VSW calculation 2022-05-09 23:10:00 -04:00
Jonathan Redpath
b1b051211c Merge branch 'dev' into 3D 2022-05-07 17:57:58 +01:00
Jonathan Redpath
72ba57d4d7 Move tyresmoke to effects namespace 2022-05-06 17:06:02 +01:00
Jonathan Redpath
103ca2f7f8 Merge branch 'dev' into 3D 2022-05-05 15:47:54 +01:00
Jonathan Redpath
b0dc826480 PFD: make the altitude field display flight levels with correct spacing 2022-05-05 14:12:52 +01:00
Jonathan Redpath
e498edb4a3 Minor formatting 2022-05-05 14:00:45 +01:00
Jonathan Redpath
67e87c60cd Merge branch 'dev' into new-flightplan 2022-05-03 20:15:37 +01:00
Jonathan Redpath
cf9a657195 IESI - revise power so that it also uses Emesary 2022-04-30 13:14:13 +01:00
Josh Davidson
6f829acacc FMGC: rework of alphaprot/max try 1, Control: Reduce upwards authority nearing stall alpha 2022-04-11 21:32:13 -04:00
Josh Davidson
fe53c4d753 Control: Fix buggy and wrong spoiler roll commands, inhibit overspeed prot in stall 2022-04-11 20:17:06 -04:00
Lars Toenning
702dab4fef Use compositor lights for nav/strobes when available 2022-04-05 21:39:31 +02:00
Josh Davidson
b6af0fab1a FMGC: Redo bank limit logic on better 2022-03-27 13:23:39 -04:00