1
0
Fork 0
Commit graph

114 commits

Author SHA1 Message Date
Jonathan Redpath
8cc67bf508 Rewrite rendering warning 2022-01-14 16:35:42 +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
b85863cf06 No smoking light / seatbelt light - correct CIDS power source; move to JSB 2022-01-02 17:35:49 +00:00
Jonathan Redpath
1799bfe630 Add stow RAT option 2021-11-17 14:44:07 +00:00
legoboyvdlp R
ac324d064a PFD: fix the agl indication rounding; remove rateApply old code 2021-09-14 12:55:33 +01:00
legoboyvdlp R
328b11980c Remove battery failure 2021-08-02 17:49:51 +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
a6c5a08b39 Improve layout of ground services dialog slightly 2021-07-30 14:23:58 +01:00
legoboyvdlp R
639f68ba36 Passenger oxygen system 2021-07-29 13:51:23 +01:00
legoboyvdlp R
80a299831f Experimental cockpit oxygen system 2021-07-29 13:19:27 +01:00
legoboyvdlp R
acd55d9a36 ACCONFIG: set oxygen switch to on 2021-07-26 14:42:32 +01:00
legoboyvdlp R
3345d0247f FMGC: bugfix; also more getprop --> props.globals 2021-06-13 00:24:46 +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
legoboyvdlp R
0dd4f55400 Correct acconfig.nas failures resetting; brake guague --> use lag_filter instead of property rules filter 2021-06-08 16:53:09 +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
77a677ed01 Big improvements to cargo fire / lavatory fire warnings 2021-01-30 21:47:32 +00:00
legoboyvdlp R
6a5ce3bf7d Improve abort button: move to a better location; always set cold + dark 2020-12-31 20:16:24 +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
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
55e4dac6ac FBW: FCTL pitch axis rework. Add FBW dependency to ailerons (ELAC 1 / 2 / SEC 1 / SEC 2 required). Add THS JAM failure. Add hydraulic dependency to the stabalizer. 2020-11-26 17:20:34 +00:00
fly
d925c3553b Default to KGS as weight
Signed-off-by: fly <merspieler@airmail.cc>
2020-11-23 03:46:32 +11:00
legoboyvdlp R
c4ef0d1cff Possible fix for runtime errors 2020-11-21 18:01:04 +00:00
legoboyvdlp
cc30832e49
Merge changes to cabin alert (#194)
* MiSKLaCH Mods

* Original announcements which have been replaced

* Fix sound

Co-authored-by: MiSKLaCH <misklach@gmail.com>
2020-11-20 17:27:49 +00:00
legoboyvdlp R
a867cfc4c9 Save server selection. Improve parser to remove any lowercase char or comma (invalid) 2020-10-24 15:07:23 +01:00
legoboyvdlp R
b13ed84cc2 Nasal changes 2020-10-07 18:32:54 +01:00
legoboyvdlp R
1cbf30e638 To use <<load flightplan>> you'll have to use >= 2020.1.3, it doesn't work reliably before that 2020-10-04 20:32:57 +01:00
legoboyvdlp R
6f0114457d Accept MCDU input in KG 2020-09-19 14:43:44 +01:00
legoboyvdlp R
e45baeeb0d Bugfix MCDU, bugfix the flightplan dialog 2020-08-04 18:04:00 +01:00
legoboyvdlp R
5eefa330dd Fix simbrief dialog 2020-08-04 13:00:31 +01:00
legoboyvdlp R
409781828a fixes 2020-08-03 18:28: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
31e8269996 Simbrief initial downloader 2020-08-01 14:04:33 +01:00
legoboyvdlp R
6b9209bd08 Improvements for brakes, merge two brake nasal files and use PTS / props.globals for brakes 2020-07-26 00:13:54 +01:00
legoboyvdlp R
998db7162f Bugfix autopilot disconnect with FBW failure 2020-07-17 19:50:44 +01:00
legoboyvdlp R
aebdca0ad5 Add ECAM warnings for FAC / rudder system. FAC failure latching now works. Yaw damper failures added. You can now go from mechanical yaw back to alternate yaw, should your FAC recover. 2020-07-17 16:57:15 +01:00
legoboyvdlp R
1d77c5a11a Formatting, ensure that problem with sync of law is prevented 2020-07-16 20:36:23 +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
5cd3331f70 Rudder Travel Limiter 2020-07-16 17:00:10 +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
6951c78e77 Merge branch 'dev' into pneumatics 2020-07-03 15:28:27 +01:00
legoboyvdlp R
7d5de4bad9 Bugfix for save last cost index 2020-06-29 22:17:19 +01:00
legoboyvdlp R
87c55a1fd0 Bugfixes to failures dialog 2020-06-26 14:00:28 +01:00
Vladimir Jelovac
b504ed18a1 Using a single property for all gear chocks #151 2020-06-17 21:58:46 +02:00
legoboyvdlp R
09e83023ce Merge branch 'dev' into pneumatics 2020-06-16 20:32:30 +01:00
Vladimir Jelovac
1380fc3a37 #151 Adding missing property in order to set the checkbox state, 2020-06-16 19:32:18 +02:00
Vladimir Jelovac
11e15172a7 #151 Merging front and main gear chocks under a single checkbox 2020-06-16 19:14:19 +02:00
Vladimir Jelovac
af32913f50 #151 Merged main gear left and right chokes under a single checkbox. 2020-06-15 23:33:45 +02:00