1
0
Fork 0
Commit graph

117 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
Jonathan Redpath
5e7d132c19 Remove the MANUAL discontinuity; because it kept adding more discontinuities 2022-05-23 17:49:49 +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
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
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
ebfbb4b037 Temporary fix - sync current WP after temporary flightplan sequencing 2022-05-12 21:41:47 +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
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
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
c3669c2419 Add OVERFLY function 2022-01-12 11:53:57 +00:00
Inuyaksa
d18b121223 rework fix 2021-06-06 23:21:58 +02:00
Inuyaksa
69a4678e16 Revert "some logic optiomizing"
This reverts commit b4e59e15b8.
2021-06-06 22:25:52 +02:00
Inuyaksa
b4e59e15b8 some logic optiomizing 2021-06-05 14:59:50 +02:00
legoboyvdlp R
f10da37fed Improve PROG (add the BRG / DIST) 2021-01-28 18:57:20 +00:00
legoboyvdlp R
3d046eea30 Corect very serious error in the block / fuel calculations 2020-10-03 12:34:29 +01:00
legoboyvdlp R
1b9f31c726 MCDU: stop calling getprop(page) literally dozens of times when a button is pushed. In addition, we switch more stuff to PTS. Slowly getting faster! 2020-10-03 10:59:47 +01:00
legoboyvdlp R
92ec285cf0 Alright, so now loads waypoints -- I checked these situations:
- With DCT first waypoint
- With SID to first waypoint
- With SID (not in DB) to first waypoint
- PROBLEMS with runway mismatch
- With DCT runway
- With STAR to runway
- With STAR (not in DB) to last waypoint
- PROBLEMS with runway mismatch
2020-08-01 21:25:49 +01:00
legoboyvdlp R
fb41cf8424 INITA loading 2020-08-01 16:30:16 +01:00
legoboyvdlp R
b1f91f1639 Rest of INITA converted 2020-07-10 20:28:17 +01:00
legoboyvdlp R
6cd65e9ac0 Several major bugfixes reported by @julienlengele - many thanks! 2020-06-27 23:26:36 +01:00
legoboyvdlp R
3adabd6317 Bugfix for landing - reset arrival index (thanks @stdg!) 2020-06-23 00:07:00 +01:00
legoboyvdlp R
9a56678e94 Bugfix for loading flightplans - thanks LemiCandy! 2020-06-17 10:38:21 +01:00
legoboyvdlp R
1abf474b58 Hide debug, DRAFT title and ttle colour, also new font for symbols 2020-06-14 12:02:45 +01:00
legoboyvdlp R
946c8ce3b2 Merge branch 'dev' into wind 2020-06-13 23:32:34 +01:00
legoboyvdlp R
99f914a8d6 Major bugfixes, port departure page, please test! 2020-06-12 16:16:44 +01:00
legoboyvdlp R
fb0e4754e2 Bugfix 2020-06-12 00:43:29 +01:00
Matthew Maring
331baf014b Push new logic to climb page, make work on both mcdus 2020-06-10 17:44:04 -04:00
Matthew Maring
79f8c543a1 Completed wind store logic (not implemented in mcdu yet) 2020-06-09 22:42:30 -04:00
legoboyvdlp R
96788e63cc Approach vias - add version check; restore functionality to top row 2020-06-07 13:29:56 +01:00
legoboyvdlp R
6d586efe38 Improvements - no via, no star, etc 2020-06-03 14:20:39 +01:00
legoboyvdlp R
20f8b1c513 Distance calculation for waypoints 2020-06-02 20:10:12 +01:00