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
Josh Davidson
5348c7f4ca
FMGC: Fix incorrect reversions to heading mode
2022-06-26 17:55:15 -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
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
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
Jonathan Redpath
888fbbe81e
Prevent modifying the TO waypoint
2022-02-13 18:07:58 +00:00
Jonathan Redpath
b1683b770f
DeleteWP: don't allow deleting discontinuity that is just after a PPOS
2022-02-13 10:28:15 +00:00
Jonathan Redpath
a12b16ff45
Direct to - finally and completely fix
2022-02-12 13:17:56 +00:00
Jonathan Redpath
165174f276
Fix the direct to
2022-02-11 20:37:05 +00:00
Jonathan Redpath
aaf04c9c2b
Merge branch 'dev' into new-flightplan
2022-02-11 19:50:17 +00:00
Jonathan Redpath
9c1fd555d7
ATIS: set type when pulling flightplan, or resetting to default
2022-02-11 18:29:36 +00:00
Jonathan Redpath
c3ec16cb73
Merge branch 'dev' into new-flightplan
2022-01-29 11:26:59 +00:00
Inuyaksa
c3ec55a21f
Fix autoland alarm - trigger when AP switched off below 200ft
2022-01-28 23:14:26 +01:00
Jonathan Redpath
7a92a773c2
Prevent sequencing on the ground.
2022-01-26 15:28:19 +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
37b032d419
Merge branch 'dev' into new-flightplan
2022-01-25 16:18:46 +00:00
Jonathan Redpath
772d920c30
Add some extra error checking on PERFTO
2022-01-25 12:30:35 +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
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
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
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
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
Jonathan Redpath
7b4a4df40d
Misc port
2022-01-16 22:28:58 +00:00
Jonathan Redpath
72f7f7f819
DECEL: use variable rather than property
2022-01-16 14:29:15 +00:00
Jonathan Redpath
c3669c2419
Add OVERFLY function
2022-01-12 11:53:57 +00:00
Jonathan Redpath
6acd065c00
Simbrief: fix bug when airport doesn't exist due to scenery
2022-01-09 19:29:50 +00:00
Josh Davidson
a1e8320e0c
FMGC: Fix buggy behavior with boxchk
2022-01-09 10:59:14 -05:00
Jonathan Redpath
27a90d9525
small changes
2022-01-08 21:43:33 +00:00