Jonathan Redpath
c0ae1c58f4
FMGC: remove properties for navDatabase
2021-12-28 12:43:14 +00:00
Jonathan Redpath
131562d2be
Add tune VOR by ident
2021-12-27 14:09:16 +00:00
Jonathan Redpath
d7718feded
RADNAV code - use nodes or variables rather than getprop
2021-12-27 11:54:45 +00:00
Jonathan Redpath
1e93076a83
A320: improve ADF system - add BFO prompt to RADNAV page, make the volume selector work; improve frequency display and parsing; miscellaneous corrections
2021-12-24 19:33:31 +00:00
legoboyvdlp R
cb2e0e6e96
Fix bug with cruise-->descent switching
2021-08-23 18:32:32 +01:00
legoboyvdlp R
559800e05d
Move to ITAF loop
2021-06-16 14:59:37 +01:00
legoboyvdlp R
53dcada429
VLS / VMAX --> properties
2021-06-16 14:40:15 +01:00
legoboyvdlp R
0c8b70403b
Add missing variable
2021-06-13 19:41:53 +01:00
legoboyvdlp R
851c06ec3e
Style improvements and restore work that was reverted
2021-06-13 19:29:25 +01:00
legoboyvdlp R
2590e73403
Nasal cleanup
2021-06-13 18:57:13 +01:00
legoboyvdlp R
a702a2b4db
Merge branch 'rework' of https://github.com/inuyaksa/A320-family into inuyaksa-rework
2021-06-13 18:48:13 +01:00
legoboyvdlp R
c87de06eff
Simbrief: after a FMGC reset, also reset the Simbrief inhibit for a new flight
2021-06-13 17:55:01 +01:00
legoboyvdlp R
3345d0247f
FMGC: bugfix; also more getprop --> props.globals
2021-06-13 00:24:46 +01:00
Inuyaksa
5715d480b7
A better autoland light - first attempt
2021-06-12 21:46:44 +02:00
Inuyaksa
7720e583ba
lost changes
2021-06-12 20:57:09 +02:00
Inuyaksa
650eea4f6e
typo
2021-06-12 20:49:37 +02:00
Inuyaksa
3f3442d259
MCDU web, qrcode with local-it, fixes on html
...
- For mobile devices, you have to insert your local ip to generate a qrcode
- Fixed HTML for zoom action and double tap
2021-06-12 18:53:54 +02:00
Inuyaksa
c7743820cd
Revert "Merge branch 'dev' into rework"
...
This reverts commit 0140738582
, reversing
changes made to 23369f854b
.
2021-06-12 17:36:16 +02:00
Inuyaksa
0140738582
Merge branch 'dev' into rework
2021-06-12 15:46:45 +02:00
Inuyaksa
c4036fc407
autoland light, phase as a nodes optimzed fmgc phase loop
2021-06-12 15:42:41 +02:00
legoboyvdlp R
87f49f28e9
FMGC: improve nasal
2021-06-12 00:29:04 +01:00
legoboyvdlp R
f025bb82f9
FMGC: improve Nasal code quality
2021-06-10 16:42:16 +01:00
Inuyaksa
da6562bc8a
preflight
2021-01-20 20:32:21 +01:00
Inuyaksa
533682abce
little modifications to fltlog - manage MCDU reset
2021-01-16 14:27:55 +01:00
legoboyvdlp
a559b17d1c
Modifications by inuyaksa ( #204 )
...
* Addition of AOC page FLIGHT LOG
* Improvements to ATSU
* Add OOOI system (ACARS)
2021-01-14 14:22:12 +00:00
legoboyvdlp R
2298a87e4b
Manual merge of work completed by inuyaksa:
...
- long pressing CLR button (keyboard/MCDU panel) clears scratchpad
- abort button for panel state dialog, when error occurs on state
script, you can't close panel
- fix MCDU starting page, arrow color and REQ state
(https://youtu.be/twwUjHXdNVU?t=57 )
- PERFTO, validation on insert of V1/Vr/V2 values and type II error
messages
- PERFTO, basic validation of THRRED/ACC
2020-12-31 20:03:47 +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
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
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
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
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
a1b5edf397
Remove legacy ventilation code; move legacy braking code to JSB
2020-09-12 18:13:34 +01:00
Matthew Maring
601d733e46
Fix FL in history wind
2020-08-08 08:55:49 -04:00
Matthew Maring
366382c9cc
Actually record previous flight's wind, add missing degree symbols
2020-08-05 19:37:26 -04: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
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
fb41cf8424
INITA loading
2020-08-01 16:30:16 +01:00