1
0
Fork 0
Commit graph

119 commits

Author SHA1 Message Date
Jonathan Redpath
8bbe755c7c Handle MANUAL legs properly 2022-05-16 18:12:58 +01:00
Jonathan Redpath
67e87c60cd Merge branch 'dev' into new-flightplan 2022-05-03 20:15:37 +01:00
Jonathan Redpath
774c738ab7 Turn on TERR ON ND after a GPWS warning 2022-02-17 17:42:18 +00:00
Jonathan Redpath
7fe513d974 Merge branch 'dev' into new-flightplan 2022-02-15 12:37:36 +00:00
Jonathan Redpath
40dc5082e7 Cabin-fans 2022-02-14 09:05:38 +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
Inuyaksa
8a95f30a29 Cockpit door switch with vertical selection 2022-01-07 22:58:57 +01:00
Jonathan Redpath
8890a073b9 use correct nodes for elec 2022-01-07 18:43:09 +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
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
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
Jonathan Redpath
eff3640288 SFCC: use the ADR2 input; add conditioning on ADR2 status 2021-12-04 17:14:58 +00:00
Josh Davidson
0cd3549867 Sim: fix view controller to whitelist 2021-11-08 10:44:58 -05:00
Jonathan Redpath
e47f4ed009 ISIS: add separate inHg control; fix the slip-skid indictaor 2021-11-06 13:00:16 +00:00
legoboyvdlp R
886eb9da49 Bugfix property 2021-08-03 18:46:06 +01:00
legoboyvdlp R
250d177d17 Add trigonometric wind speed calculation to navdisplay; bugfix WPT / DECEL symbol files; correct how the wind arrow / TAS / GS display on the ND and improve the dashed route line 2021-08-03 16:56:35 +01:00
Josh Davidson
4997094296 Sim: properly support version checks for the new 2020.3.xx 2021-08-01 10:31:48 -04:00
legoboyvdlp R
639f68ba36 Passenger oxygen system 2021-07-29 13:51:23 +01:00
legoboyvdlp R
55bd42fe72 Prepare to add DU switching 2021-07-27 17:36:09 +01:00
legoboyvdlp R
637e8e2644 Merge branch 'dev' into new-electrical 2021-07-27 14:44:38 +01:00
legoboyvdlp R
2385e25008 Start elec 2021-07-24 12:29:58 +01:00
legoboyvdlp R
daba88a00e Wheel page 2021-07-16 15:34:17 +01:00
legoboyvdlp R
8f1f93b142 ENG page 2021-07-10 22:33:33 +01:00
legoboyvdlp R
9b4a4de1b9 Light Manager: rewrite to use more efficient and faster code 2021-06-22 17:52:24 +01:00
legoboyvdlp R
01018ef743 Rework the system display handler to properly handle failures and manual calling of pages 2021-06-21 16:38:22 +01:00
legoboyvdlp R
72245558c6 Global speed protection in DES mode 2021-06-19 14:25:21 +01:00
legoboyvdlp R
82bf436084 Code Global Speed Protection mode reversion from THR CLB to SPEED on overspeed 2021-06-19 01:46:57 +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
3345d0247f FMGC: bugfix; also more getprop --> props.globals 2021-06-13 00:24:46 +01:00
Inuyaksa
e1f4c230cc Merge branch 'dev' into rework 2021-06-12 11:41:36 +02:00
legoboyvdlp R
f025bb82f9 FMGC: improve Nasal code quality 2021-06-10 16:42:16 +01:00
legoboyvdlp R
35ddbf0426 Some extra PTS 2021-06-09 17:25:17 +01:00
legoboyvdlp R
aa3990d3d9 Misc fixes + improvements to Nasal code; no real changes; only improved code quality 2021-06-08 18:16:19 +01:00
Inuyaksa
d18b121223 rework fix 2021-06-06 23:21:58 +02:00
legoboyvdlp R
75b874d2a9 A320 Electrical system: push an entirely new battery logic and connections 2021-03-19 16:46:37 +00:00
Inuyaksa
ec429b8c83 detection for GPWS alert modes 2021-02-24 23:00:46 +01:00
legoboyvdlp R
06e81b2030 SOP: seatbelt, smoking, emer lts to off 2021-02-19 19:42:56 +00:00
legoboyvdlp R
82521c8e76 Aircraft Config: call resetVarious(). SOP: seatbelts and crew oxy to off 2021-02-19 19:27:51 +00:00
legoboyvdlp R
49559e5a68 Emesary system update framework: this works towards reducing property IO by only ever caling a property once. 2021-02-08 15:52:10 +00:00
legoboyvdlp R
c18c35abc5 GPS MONITOR 2021-01-28 13:59:08 +00:00
legoboyvdlp R
988fab63d0 PFD: fix bug where it would desync RHS PFD 2021-01-19 17:30:25 +00:00
Josh Davidson
78f4f8ff63 Control: Fix the trim 2020-12-01 11:25:31 -05:00
legoboyvdlp R
05e992132d Add G-force indication to the SD 2020-11-29 13:17:56 +00:00
legoboyvdlp R
d2c6dc100d Default value of no smoking sign to 0.5 2020-11-28 15:39:24 +00:00
legoboyvdlp R
30a3d8576d A320: more updates to libraries.nas 2020-11-28 15:38:17 +00:00
legoboyvdlp R
a0fce7b5aa Bugfix shake effect, improve buttons.nas code to avoid running settimer multiple times 2020-11-28 15:25:02 +00:00
legoboyvdlp R
bc445a1eaa Optimization of the systems loop. Remove most of the excess code in libraries.nas, replaced with jsb / updateManager 2020-11-28 13:40:33 +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