legoboyvdlp R
b16aac146e
FCU: fix bindings. Not all FBW failures inhibit the autoflight system.
2020-11-28 17:49:09 +00:00
legoboyvdlp R
98378f45ea
Prevent excess garbage collection in FGMC.nas; correction for bug in PTS
2020-11-28 12:26:07 +00:00
legoboyvdlp R
20b4d4e767
Fix MMO not showing on PFD
2020-11-24 19:21:58 +00:00
Matthew Maring
fe8bb7526b
Minor typo
2020-11-22 13:30:24 -05:00
legoboyvdlp R
33a4d70046
Fix FCU - altitude input should be between FL001 and FL490
2020-11-21 20:54:28 +00:00
legoboyvdlp R
5adce22c68
Fix potential bug in QRH, fix bug in simbrief parser
2020-10-31 21:56:02 +00:00
legoboyvdlp R
6bb53d70d1
Add framework for new Emesary based display framework. This is based off work by Richard Harrison on the F-15, making use of the FrameNotification concept
2020-10-27 23:29:07 +00:00
legoboyvdlp R
996372de02
Add procedures parsing to Simbrief parser again.
2020-10-25 21:47:47 +00:00
legoboyvdlp R
03c4c91399
Improve Simbrief parser
2020-10-25 21:15:59 +00:00
legoboyvdlp R
39c1a6447a
Better error parsing for METAR / TAF
2020-10-24 22:16:41 +01:00
legoboyvdlp R
58a4136e4e
Add ATIS fetching code. You can't see it in the MCDU yet; however the fetching page work
2020-10-23 14:49:01 +01:00
legoboyvdlp R
abb267d6d3
Better error handling for HTTP requests. Ability to clear received AOC messages
2020-10-21 00:00:14 +01:00
legoboyvdlp R
24cf10b032
Fix managed speed: it should target the entered VAPP if set in the MCDU
2020-10-05 19:40:30 +01:00
legoboyvdlp R
f9aa957083
more typo fix
2020-10-05 19:30:49 +01:00
legoboyvdlp R
e1279ce24e
Typo fix
2020-10-05 19:22:38 +01:00
legoboyvdlp R
16df254d13
Transfer much of managed speed loop to nodes or variables -- much faster!
2020-10-05 19:18:10 +01:00
legoboyvdlp R
23dabc4b67
Formatting
2020-10-04 15:25:29 +01:00
legoboyvdlp R
b9f2593c82
Fix bug with wind component in simbrief parser
2020-10-03 16:59:06 +01:00
legoboyvdlp R
8000651176
Merge branch 'mcdukgs' into dev
2020-10-03 16:50:42 +01:00
legoboyvdlp R
8793cdda35
Fix Simbrief parser to respect Simbrief weight option
2020-10-03 16:48:31 +01: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
6dce8486d5
Remove un-needed variable
2020-10-03 10:33:38 +01:00
legoboyvdlp R
830617bebc
FMA: update Nasal to be more efficient, remove all getprop, logic changes so that things go faster
2020-10-03 10:29:57 +01:00
legoboyvdlp R
e236de2f69
Refactor version checks. Improve altitude alerter code so it uses less properties. FMGC: use less properties
2020-09-28 20:22:00 +01:00
legoboyvdlp R
d38496f196
More Nasal improvements (remove getprop more etc)
2020-09-27 19:00:46 +01:00
legoboyvdlp R
600f52375f
Thrust: redo Nasal. Much more efficient now.
2020-09-20 21:07:51 +01:00
legoboyvdlp R
bf4f576359
More PTS / getValue()
2020-09-15 18:49:07 +01:00
legoboyvdlp R
a1b5edf397
Remove legacy ventilation code; move legacy braking code to JSB
2020-09-12 18:13:34 +01:00
legoboyvdlp R
25942cb834
Electrical: use nodes
2020-08-14 19:25:58 +01:00
Matthew Maring
6f69dee2ac
Add up/down arrows to winds, support navaid/fix import
2020-08-09 08:38:46 -04:00
Matthew Maring
601d733e46
Fix FL in history wind
2020-08-08 08:55:49 -04:00
legoboyvdlp R
0aefdda66d
Better error messaging for simbrief download failure
2020-08-07 13:01:15 +01:00
legoboyvdlp R
b8c31535c4
Fix the flight number.
2020-08-07 12:48:47 +01:00
legoboyvdlp R
1b9c2667bf
Fix DCT routing simbrief parser
2020-08-07 12:44:22 +01:00
legoboyvdlp R
e48e060ef6
Invalid flightplan input won't crash flightgear
2020-08-07 11:44:03 +01:00
Matthew Maring
366382c9cc
Actually record previous flight's wind, add missing degree symbols
2020-08-05 19:37:26 -04:00
Matthew Maring
536f61d197
Implement history winds
2020-08-05 05:36:25 -04:00
legoboyvdlp R
f8508feccb
Correct path to simbrief -- there shouldn't be any danger in having this, since you can't press it more than once during parsing, anyway
2020-08-04 12:25:51 +01:00
Matthew Maring
4c33cefa5e
Live updates of fuel
2020-08-04 06:43:18 -04:00
Matthew Maring
4c246d8efc
Extra fuel now based on FOB when engines running
2020-08-03 18:54:14 -04:00
Matthew Maring
a21e107881
Disable block fuel recalculation
2020-08-03 18:18:44 -04:00
Matthew Maring
0f8d8596f8
Fix zfwcg entry bug, improve simbrief fuel integration
2020-08-03 17:47:30 -04:00
legoboyvdlp R
409781828a
fixes
2020-08-03 18:28:06 +01:00
legoboyvdlp R
5d73f217e1
Merge branch 'dev' into simbrief-integration
2020-08-03 17:59:48 +01:00
Matthew Maring
7edaf22381
Move speed calcs away from setprop/getprop
2020-08-03 10:50:32 -04:00
Matthew Maring
c75df53506
Remove setprop/getprop from fuel, min dest fob bug fix
2020-08-03 10:50:32 -04:00
legoboyvdlp R
067a87f1e8
Fix that cost index 0 would prevent managed speed
2020-08-02 13:01:06 +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
fc25237eb2
INITA linked in
2020-08-01 15:04:54 +01:00
legoboyvdlp R
31e8269996
Simbrief initial downloader
2020-08-01 14:04:33 +01:00
legoboyvdlp R
e32c7b6522
It works, finished
2020-07-31 14:32:19 +01:00
legoboyvdlp R
86f265b791
Weather uplink
2020-07-31 14:32:18 +01:00
Matthew Maring
5e98ff639c
Fix cruise waypoints
2020-07-30 14:48:11 -04:00
Matthew Maring
3bd1e28769
Properly clear winds
2020-07-29 22:32:30 -04:00
Matthew Maring
5927afb337
Clear descent/alt winds when changing arrival
2020-07-29 22:21:30 -04:00
Matthew Maring
5c74fa8617
Allow 0s for wind magnitude/direction
2020-07-29 21:33:00 -04:00
Matthew Maring
6eb28aabcf
Prepare for propogation of winds, bug-fix for wind clearing
2020-07-29 21:25:56 -04:00
Matthew Maring
d6b2b82c92
Push GRND wind to PERFAPPR
2020-07-29 19:24:03 -04:00
legoboyvdlp R
a1d20d78fb
Correct autopilot max bank angle to 30 deg, THR IDLE in autoland at 30 feet, altitude capture at delta 20 feet, and LAND arms at 400 rather than 300
2020-07-19 23:58:21 +01:00
legoboyvdlp R
a28879577c
Revision of FBW degradation logic, rudder trim implemented to spec. Todo -- rudder trim should affect RTLU. Separate yaw law -- normal, alternate, and mechanical.
2020-07-16 19:54:05 +01:00
legoboyvdlp R
a6d278773c
Same fix for APPR
2020-07-16 12:32:26 +01:00
legoboyvdlp R
7527908d8e
Fix bug in LOC -- now can only be armed above 400 feet and if not in SRS mode
2020-07-16 01:05:41 +01:00
legoboyvdlp R
629c579b26
Optimize FMGC loop more
2020-07-12 19:27:04 +01:00
legoboyvdlp R
85779a5676
Major bugfixes to failures; correct property references; optimize it-fbw
2020-07-11 20:23:21 +01:00
legoboyvdlp R
9e72589b57
Bugfixes
2020-07-11 14:03:30 +01:00
legoboyvdlp R
0baaf4a0f5
Bugfix
2020-07-10 22:15:37 +01:00
legoboyvdlp R
69cdce951c
Bugfixes
2020-07-10 21:28:53 +01:00
legoboyvdlp R
649c29e7b8
Bugfixes
2020-07-10 20:54:13 +01:00
legoboyvdlp R
b1f91f1639
Rest of INITA converted
2020-07-10 20:28:17 +01:00
legoboyvdlp R
f9bd25884a
Gnd temp, alt
2020-07-10 01:25:25 +01:00
legoboyvdlp R
a125092915
Flight num, crz level, crz temp, tropo
2020-07-10 01:09:19 +01:00
legoboyvdlp R
28c1f2e50a
Switch v1 / vr / v2 to nasal thingies
2020-07-10 00:07:03 +01:00
Josh Davidson
c8612c2c1b
FMGC: Remove unused in AP
2020-07-09 10:27:33 -04:00
Josh Davidson
e6a6398ff6
FMGC: Streamline autopilot speeds
2020-07-08 21:12:02 -04:00
Josh Davidson
d875a8ec35
FMGC: Update autopilot to 4.0.4 spec
2020-07-08 16:14:55 -04: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
ed66593c1b
Improvements to winds format entry, fixes for nasal error
2020-06-14 18:31:15 +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
Matthew Maring
5e5966e96f
Remove unecessary code
2020-06-13 10:58:09 -04:00
Matthew Maring
6c4c75b311
Add parents to wind objects
2020-06-13 10:51:03 -04:00
Matthew Maring
20849fd25a
Add access to winds from VERTREV, winds finished and ready for testing!
2020-06-12 22:12:28 -04:00
Matthew Maring
80ef332f29
Add access to wind pages from DATA2, save previous page in winds
2020-06-12 21:28:14 -04:00
Matthew Maring
e83ac26786
History wind bug fixes
2020-06-12 12:53:12 -04:00
legoboyvdlp R
99f914a8d6
Major bugfixes, port departure page, please test!
2020-06-12 16:16:44 +01:00
Matthew Maring
ca1407d7d6
Major ug fix for crz page when using both mcdus (no more nasal errors!), minor temp fix
2020-06-12 08:15:04 -04:00
legoboyvdlp R
fb0e4754e2
Bugfix
2020-06-12 00:43:29 +01:00
Matthew Maring
9986b4b7f9
Fix nasal error when adding navaids
2020-06-11 18:08:47 -04:00
Matthew Maring
3332a106f2
Another typo, temporary bug fix
2020-06-11 14:56:09 -04:00
Matthew Maring
9f867a6bd0
Fix nasal bug
2020-06-11 14:43:32 -04:00
Matthew Maring
136a292c53
Enable return buttons, clean up history page
2020-06-11 13:55:52 -04:00
Matthew Maring
34333c876c
Bug fixes when using both mcdus at the same time
2020-06-11 12:57:35 -04:00
Matthew Maring
3fd01a904d
Enable wind cancel/insert buttons
2020-06-10 20:18:11 -04:00
Matthew Maring
6b523801b8
Implement enroute navaids wind, save wind values across flightplan changes
2020-06-10 19:22:08 -04:00
Matthew Maring
49257dc018
Push changes to cruize/descent, fix return button bug
2020-06-10 18:26:55 -04:00
Matthew Maring
331baf014b
Push new logic to climb page, make work on both mcdus
2020-06-10 17:44:04 -04:00