1
0
Fork 0
Commit graph

404 commits

Author SHA1 Message Date
Jonathan Redpath
9c8ddfe86f FMGC: restore missing minspeed parameter; move takeoff state check to JSBSim 2022-06-30 13:40:40 +01:00
Jonathan Redpath
47749c8974 Merge branch 'dev' into 3D 2022-06-25 20:04:44 +01:00
Josh Davidson
7ebc354662 FMGC: VLS latch switches at accel 2022-05-14 15:13:19 -04:00
Jonathan Redpath
2fcdb1c0f1 Merge branch 'dev' into new-flightplan 2022-05-10 17:31:58 +01:00
Jonathan Redpath
b1b051211c Merge branch 'dev' into 3D 2022-05-07 17:57:58 +01:00
Jonathan Redpath
72ba57d4d7 Move tyresmoke to effects namespace 2022-05-06 17:06:02 +01:00
Jonathan Redpath
67e87c60cd Merge branch 'dev' into new-flightplan 2022-05-03 20:15:37 +01:00
Jonathan Redpath
ff09501f37 Merge branch 'dev' into 3D 2022-05-03 19:51:19 +01:00
Jonathan Redpath
cf9a657195 IESI - revise power so that it also uses Emesary 2022-04-30 13:14:13 +01:00
Josh Davidson
2fe6df78e5 System: Complete ignition rework part 3 2022-03-09 12:26:14 -05:00
Jonathan Redpath
41e62145e0 Merge branch 'dev' into 3D 2022-02-16 13:07:49 +00:00
Jonathan Redpath
97d6d4216a Make controls/switches alphabetical in main file 2022-02-16 13:06:40 +00:00
Jonathan Redpath
7fe513d974 Merge branch 'dev' into new-flightplan 2022-02-15 12:37:36 +00:00
Jonathan Redpath
d8e439d5a9 Merge branch 'dev' into 3D 2022-02-15 12:27:26 +00:00
Jonathan Redpath
aa26163870 Cabin fans - default to on 2022-02-15 12:22:13 +00:00
Jonathan Redpath
8f5649c338 Merge branch 'dev' into new-flightplan 2022-02-09 16:38:08 +00:00
Jonathan Redpath
41f3876b27 Merge branch 'dev' into 3D 2022-02-04 16:44:24 +00:00
Jonathan Redpath
90a9125992 Increase minimum FlightGear version 2022-02-04 16:39:50 +00:00
Josh Davidson
61b0d4bfb0 FMGC: Add envelope protection laws to Autopilot V/S and FPA modes 2022-01-19 11:33:41 -05:00
Jonathan Redpath
40a8e85d0b The flightplan should return to the great circle path - set flag to true
Change the decel code so that it only works for active flightplan.
2022-01-17 15:55:06 +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
Jonathan Redpath
b8d996dfb2 Merge branch 'dev' into 3D 2022-01-15 22:35:33 +00:00
Jonathan Redpath
da624bfb2e DATA / STATUS pages - cleanup with new font 2022-01-15 17:57:41 +00:00
Josh Davidson
711aec4729 Files: 2022 2022-01-10 21:17:41 -05:00
Josh Davidson
02f529fb18 FMGC: update predicted speed to use new tables 2022-01-10 17:49:52 -05:00
Jonathan Redpath
93f26faf07 Split left / right inhg selector 2022-01-10 19:31:01 +00: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
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
8ae328ff78 Merge branch 'dev' into 3D 2022-01-03 21:59:06 +00:00
Jonathan Redpath
489411e8c4 HYD: improve fire valve code; add 1500 feet inhibition for PTU 2022-01-03 21:43:55 +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
Josh Davidson
c24a8fef58 Sim: Cleanup some unused 2021-11-18 17:19:09 -05:00
Josh Davidson
3a05f3d44d Control: Add back load factor law, DU: Fix IESI broken and frozen 2021-11-14 12:46:06 -05:00
Jonathan Redpath
8101bc8c86 Merge branch 'dev' into 3D 2021-11-09 09:44:15 +00:00
Jonathan Redpath
668030b515 IESI: fix power source; also fix the baro knob so that it changes inHg only, and works with emergency power. 2021-11-06 15:05:48 +00:00
Jonathan Redpath
e47f4ed009 ISIS: add separate inHg control; fix the slip-skid indictaor 2021-11-06 13:00:16 +00:00
Josh Davidson
8da59fe409 Control: bugfix ground interaction 2021-11-02 17:32:24 -04:00
Josh Davidson
5018465a11 Control: Fix flybywire law over 33 degrees bank, FMGC: Fix a/thr disengage logic interaction with alpha floor 2021-10-05 14:46:59 -04:00
Josh Davidson
f412d3069e Control: Add overspeed pitch law with VD, VMO, and rework/fix spoilers, Aero: Fix aileron authority for proper roll rates as per FCOM 2021-09-20 18:23:46 -05:00
Josh Davidson
57d1beee28 Control: extreme rework and modernization of flybywire law, still missing pitch overspeed and c* components 2021-09-18 16:50:32 -04:00
legoboyvdlp R
ed532804b5 Merge branch 'dev' into 3D 2021-09-16 13:02:37 +01:00
legoboyvdlp R
7863590197 New Emesary PFD 2021-09-11 16:57:20 +01:00
legoboyvdlp R
60c2be01cb Fix splash 2021-08-26 14:16:43 +01:00
legoboyvdlp R
479924de25 Compositor cockpit lighting 2021-08-18 12:34:31 +01:00
fly
d405776b40 Merge 3D into 3D-canvas
Signed-off-by: fly <merspieler@airmail.cc>
2021-08-12 19:12:13 +02:00
legoboyvdlp R
4304233dd9 Merge branch 'dev' into 3D 2021-08-09 20:34:47 +01:00
legoboyvdlp R
6b1b45199f MCDU: split out functions out of the MCDU 2021-08-09 20:27:42 +01:00
Josh Davidson
914c7eb0f4 Sim: bugfix spoiler interactions and cockpit animation/clickspot 2021-08-08 00:14:01 -04:00
legoboyvdlp R
e7d83eac33 Merge branch 'dev' into 3D 2021-08-03 18:55:17 +01:00