1
0
Fork 0
Commit graph

514 commits

Author SHA1 Message Date
vezza
ac955dacb3 Engine's spray improvements 2020-02-23 23:43:39 +01:00
hayden2000
d0ae689763 Add green speed dots, increase max speed to 230 when in config 1 (just slats) 2020-02-23 13:39:44 -05:00
hayden2000
fe02f4984e Add max flap speed indicator 2020-02-23 11:10:32 -05:00
hayden2000
9d68531257 Add F and S speed indicators for flaps 2020-02-23 08:10:10 -05:00
hayden2000
bd1319ec17 Remove ilsError_2 2020-02-22 17:35:36 -05:00
hayden2000
494b4f1bae Correct LS warning/position, allow LS waring during GS phase, add ILS indication (non-fuctional currently) 2020-02-22 16:57:01 -05:00
hayden2000
49a17647d4 Fix entabing 2020-02-22 16:20:19 -05:00
hayden2000
c16e1b6759 Add V1, VR, V2 speed indications to PFD 2020-02-22 16:19:12 -05:00
hayden2000
fe61401665 Add ILS/ALT/QNH flash, fix PFD2 ALT bug, fix IM position 2020-02-22 09:17:38 -05:00
vezza
6cea5847aa add engine's spray 2020-02-22 00:21:53 +01:00
vezza
9cc76bed07 Added engines moisture effect, engines spray effect, brake temp modulation according weight /compression-norm), removed brakes temp increase on thrust 2020-02-21 23:27:52 +01:00
Andrea Vezzali
03584e4067
Merge pull request #12 from legoboyvdlp/dev
keep aligned with head repo
2020-02-21 23:26:50 +01:00
legoboyvdlp R
23a9b660ad Correct texture for flaps markings floodlight 2020-02-20 17:46:31 +00:00
Jonathan Redpath
4d13527147
Merge pull request #76 from jan-hudec/throttle-binding
Throttle binding update
2020-02-18 14:46:03 +00:00
vezza
d25a96d434 Merge branch 'legoboyvdlp-dev' into dev 2020-02-16 09:19:51 +01:00
vezza
a209d8608d Merge branch 'dev' of https://github.com/legoboyvdlp/A320-family into legoboyvdlp-dev 2020-02-16 09:15:42 +01:00
Jan Hudec
837d2a16d3 Make reverse thrust also respect selected engines
The simple toggle, bound to Del, engages reverse on the selected engine,
but if it is engaged on either, disengages it on both, so you don't get
stuck in reverse when selecting engine.

I also removed the check of weight-on-wheels from the disengage case, so
you don't get stuck if somehow the aircraft still becomes airborne after
selecting reverse on the ground.

The finer control, bound to F1 and F2, only controls the selected engines
now. Previous version disengaged reverse for both engines when either
reached zero throttle-rev, which does not seem to be founded in reality
and does not make much sense. You can always use Del to disengage reverse
on both engines.
2020-02-15 23:34:12 +01:00
Jan Hudec
9e82967df1 Make the thrust detent bindings respect selected engines
Now that PgUp/PgDn respect selected engines respects selected engines,
make the TOGA, MCT/FLX and CL shortcuts do so as well.

Idle binding is an exception, because both thrust levers must be set to
idle for spoilers to deploy while one is enough to disengage the A/THR
and you don't want to repeat TAM3054 just because you forgot the
re-select both engines.
2020-02-15 23:26:09 +01:00
Jan Hudec
28249598d1 Also reset the bindings for 3 and 9 in keyboard mode
Copy the default bindings from `fgdata/keyboard.xml` to the keyboard mode
bindings for 3 and 9 so they behave consistently with PgUp/PgDn.
2020-02-15 20:23:01 +01:00
Jan Hudec
95425e23a1 Remove the broken thrust lever bindings.
The binding say they are for PgUp/PgDn, but `n="33"` is `@` and n="34"
is `"`. I don't think they should be moved to the described keys because:

- The default bindings is what is being used and they work OK.
- When I switched them to `n="360"`/`n="361"` and tested it, the right
  thrust lever lagged behind the left one when moving out of detent. It
  does not do it with the default binding.
- The bindings break the engine selection logic (both now, because `@` is
  select engine #1, and if moved to PgUp/PgDn, because they don't respect
  the selection), which can be useful for handing engine failures, and
  to which pilots are used from any other aircraft type.

So just remove them.
2020-02-15 20:15:31 +01:00
fly
3f03687522 Removed unused sounds and textures
Signed-off-by: fly <merspieler@airmail.cc>
2020-02-12 12:27:22 +00:00
legoboyvdlp R
95fca8e11e Revert "go to next waypoint, don't delete intermediate. MCDU only shows next ones, doesn't show historical ones"
t push

This reverts commit 5e19cbd42c.
2020-02-11 17:01:11 +00:00
fly
f66013f0b1 save.nas
Signed-off-by: fly <merspieler@airmail.cc>
2020-02-11 16:39:41 +00:00
fly
5638ad8377 Implementing state save between sessions
Signed-off-by: fly <merspieler@airmail.cc>
2020-02-11 16:20:05 +00:00
legoboyvdlp R
5e19cbd42c go to next waypoint, don't delete intermediate. MCDU only shows next ones, doesn't show historical ones 2020-02-11 14:30:28 +00:00
legoboyvdlp R
79de4a14bc Merge branch 'dev' into FMGC 2020-02-11 13:43:25 +00:00
legoboyvdlp R
d47b3431d2 Merge branch 'dev' of https://github.com/legoboyvdlp/A320-family into dev 2020-02-11 13:12:31 +00:00
legoboyvdlp R
4c666bb49d Merge branch 'hayden2000-pfd' into dev 2020-02-11 13:11:54 +00:00
legoboyvdlp R
52cf2ac44c Add c-chord sound (sound only for now), fix IM, show markers anytime you fly over them (they should only show up below about 5000 feet, anyway) 2020-02-11 13:11:40 +00:00
Jonathan Redpath
7ef8387c3a
Merge pull request #68 from colingeniet/dev
Add fallback model and interior model tags
2020-02-10 15:08:58 +00:00
Colin Geniet
559f31fe7a Model: Mark flightdeck and cabin as interior 2020-02-10 10:24:13 +01:00
hayden2000
c30b42a888 Fix entabing 2020-02-09 13:12:22 -05:00
hayden2000
445b5a2f1f Only show marker beacons on landing 2020-02-09 13:07:17 -05:00
Colin Geniet
a9a081050c Model: Add fallback model index 2020-02-08 23:28:46 +01:00
hayden2000
6152df8615 Add marker beacons, prepare for auto ils selection 2020-02-08 13:31:18 -05:00
vezza
868fd28a16 Moisture effect on engines + brakes temp bug fix 2020-02-07 20:39:12 +01:00
legoboyvdlp R
0743c0e01f Merge branch 'dev' into FMGC 2020-02-07 18:01:30 +00:00
legoboyvdlp R
a3d00ceced Update zoom / z-offset 2020-02-07 17:59:09 +00:00
legoboyvdlp R
be7ce479aa Merge branch 'dev' into FMGC 2020-02-07 17:40:29 +00:00
legoboyvdlp R
d9df41ddde Test removing forward slash 2020-02-07 16:10:54 +00:00
legoboyvdlp R
f9af7e01e9 Merge branch 'hayden2000-pfd' into dev 2020-02-04 18:09:19 +00:00
legoboyvdlp R
ce5992e914 Merge branch 'dev' into FMGC 2020-02-04 13:57:01 +00:00
hayden2000
a031c4b90e Implement manual ILS mode 2020-02-04 08:15:08 -05:00
legoboyvdlp R
b8627ca92c Merge branch 'dev' into FMGC 2020-02-03 19:16:27 +00:00
legoboyvdlp R
80fdd62d4b fix 2020-02-03 19:16:05 +00:00
legoboyvdlp R
4f4c45782e Fix the num 2020-02-03 17:45:00 +00:00
Andrea Vezzali
3da7fb6416
Merge pull request #10 from legoboyvdlp/dev
keep aligned with head repo
2020-02-03 18:02:25 +01:00
hayden2000
32b44374db Undo that, now the tabs should be good 2020-02-03 09:41:50 -05:00
hayden2000
011a235640 Attempting to standardize tabs 2020-02-03 09:36:58 -05:00
hayden2000
a4d8c138b7 Fix bug with magnetic_hdg_dif 2020-02-03 09:25:17 -05:00