1
0
Fork 0
Commit graph

1208 commits

Author SHA1 Message Date
Jonathan Redpath
450637398e Only change the throttle callback when it actually changes 2022-01-10 16:43:18 +00:00
Jonathan Redpath
8efa965bde Bugfix PERFTO 2022-01-10 16:26:31 +00:00
Jonathan Redpath
ee2e58a591 fix athr 2022-01-10 16:20:30 +00:00
Josh Davidson
666b45d067 DU: Fix bugs and issues in FMA 2022-01-10 11:12:51 -05:00
Jonathan Redpath
9cc8d5aa71 FMA: rewrite code to not use properties 2022-01-10 14:10:49 +00:00
Josh Davidson
69bea9f6e4 Merge branch '3D' of github.com:legoboyvdlp/A320-family into 3D 2022-01-09 20:23:00 -05:00
Josh Davidson
b71db001b3 FMGC: Rework VLS and other speeds significantly, AP and A/THR now respect VLS and VMAX 2022-01-09 20:22:57 -05:00
Jonathan Redpath
e078cf69b7 Change FMA sync method 2022-01-09 20:16:54 +00:00
Jonathan Redpath
64586718dd FMGC-c update - improve SRS engagement code; rewrite FMA AP / FD / ATHR indications/ improve code style, etc 2022-01-09 20:07:45 +00:00
Jonathan Redpath
b49bb2904c Merge branch 'dev' into 3D 2022-01-09 19:30:16 +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
d68988def7 GIT: Merge dev 2022-01-09 11:03:40 -05: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
Jonathan Redpath
cfbd7f2f2b Merge branch 'dev' into 3D 2022-01-08 20:07:39 +00:00
Jonathan Redpath
c202b1e67e Managed speed: rewrite control loop. Add CLB / DES SPD LIM feature 2022-01-08 19:46:46 +00:00
Inuyaksa
8a95f30a29 Cockpit door switch with vertical selection 2022-01-07 22:58:57 +01:00
Jonathan Redpath
6b767ae485 Merge branch 'dev' into 3D 2022-01-07 18:43:14 +00:00
Jonathan Redpath
8890a073b9 use correct nodes for elec 2022-01-07 18:43:09 +00:00
Jonathan Redpath
0bdded7b8a Merge branch 'dev' into 3D 2022-01-07 18:42:10 +00:00
legoboyvdlp
5359cdb3ec
Switches and options (#262)
* Cockpit door switch and basic lock logic

* Little fix for leftturnoff light

* Toottip for transponder knob (it's very hard to me guess the mode selected)

* Foot warmer switches cpt and fo

* FGCamera compatibility for 0-9 view selection keys

* Enable mouse wheel for landing light switches

Co-authored-by: Inuyaksa <inuyaksa@yahoo.com>
2022-01-07 13:43:55 +00:00
Jonathan Redpath
9cef967c18 Merge branch 'dev' into 3D 2022-01-06 19:21:15 +00:00
Jonathan Redpath
b1b380f986 Bugfix 2022-01-06 19:18:40 +00:00
Jonathan Redpath
d7a8bcdf27 ADR 1+2+3 FAULT 2022-01-06 19:10:13 +00:00
Jonathan Redpath
fd5d4676ff Excess cabin press 2022-01-06 18:43:31 +00:00
Jonathan Redpath
fa634ef032 Add SD pages to level 1 warnings 2022-01-06 17:47:03 +00:00
Jonathan Redpath
383ffcf969 Altitude constraints - add ability to set above / below constraints 2022-01-05 17:18:05 +00:00
Jonathan Redpath
22d8a4bca6 Remove debug statements 2022-01-04 17:27:31 +00:00
Jonathan Redpath
db5ef87acd Fix FMGC 2022-01-04 17:27:01 +00:00
Jonathan Redpath
8ae328ff78 Merge branch 'dev' into 3D 2022-01-03 21:59:06 +00:00
Jonathan Redpath
eb08cabaaa Prevent ALTN / DIRECT law during eng start because timer condition was incorrect 2022-01-03 21:55:01 +00:00
Jonathan Redpath
11edf58d90 Hydraulics: add new logic for fault lights. Add correct power sourcing for transducers and quantity indications. 2022-01-03 20:48:52 +00:00
Jonathan Redpath
dea151a6eb Merge branch 'dev' into 3D 2022-01-02 18:26:09 +00:00
Jonathan Redpath
02d47b475e GPWS code - move to jsb 2022-01-02 17:52:57 +00:00
Jonathan Redpath
b85863cf06 No smoking light / seatbelt light - correct CIDS power source; move to JSB 2022-01-02 17:35:49 +00:00
Jonathan Redpath
64774b2b8e Merge branch 'dev' into 3D 2021-12-31 16:34:21 +00:00
Jonathan Redpath
6fb8ad6f90 Fix typo in FMGC.nas, MCDU - add plus character 2021-12-31 16:01:02 +00:00
Jonathan Redpath
92b21d7f15 Revise Wing Anti Ice fault messages, and correct behavior of wing fault PB light 2021-12-31 15:48:51 +00:00
Jonathan Redpath
8b5355df23 Merge branch 'dev' into 3D 2021-12-30 21:49:30 +00:00
Jonathan Redpath
34acba26f4 EMER ELEC - improve warning so that it deals correctly with APU available signal, GEN fault signals
This should reduce the number of transients. Also added a small 200ms
delay
2021-12-30 14:05:57 +00:00
Jonathan Redpath
7dfd9f15ff APU: make the code shutting down the APU after 0.2 seconds of power loss more resilient, uisng JSBSim 2021-12-30 13:46:35 +00:00
Jonathan Redpath
5e61555eb5 Optimize FMGC timers 2021-12-28 12:59:08 +00:00
Jonathan Redpath
c0ae1c58f4 FMGC: remove properties for navDatabase 2021-12-28 12:43:14 +00:00
Jonathan Redpath
6bba59642a Merge branch 'dev' into 3D 2021-12-28 12:28:43 +00:00
Jonathan Redpath
4cc86d0ab0 PRINTER NOT AVAIL 2021-12-27 16:54:23 +00:00
Jonathan Redpath
183f6e888f Add a small M to the ND to show that the VOR has been manually tuned 2021-12-27 15:59:09 +00:00
Jonathan Redpath
7833a3a5f2 VOR: accept 2-char long idents 2021-12-27 15:21:33 +00:00
Jonathan Redpath
8d70481780 ADF autotune 2021-12-27 14:09:23 +00:00
Jonathan Redpath
131562d2be Add tune VOR by ident 2021-12-27 14:09:16 +00:00
Jonathan Redpath
32f8b06d0d ADF autotune 2021-12-27 14:06:28 +00:00