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
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
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
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
legoboyvdlp R
a3d00ceced
Update zoom / z-offset
2020-02-07 17:59:09 +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
hayden2000
a031c4b90e
Implement manual ILS mode
2020-02-04 08:15:08 -05: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
hayden2000
f5ff581400
Merge branch 'dev' of https://github.com/legoboyvdlp/A320-family into pfd
2020-02-03 09:02:04 -05:00
9effb64ffd
Merge pull request #63 from hayden2000/qnh
...
Set altimeter on 'Ready for Taxi' or 'Ready for Takeoff'
2020-02-04 00:17:42 +11:00
573c45496d
Commented out checkbox and set temporary default weight unit to LBS
...
Signed-off-by: fly <merspieler@airmail.cc>
2020-02-03 12:13:58 +00:00
46fc053bc1
Merge dev
...
Signed-off-by: fly <merspieler@airmail.cc>
2020-02-03 12:08:04 +00:00
hayden2000
6f75600c65
Set altimeter on 'Ready for Taxi' or 'Ready for Takeoff'
2020-02-03 04:01:39 -05:00
hayden2000
d7ce939d16
Entab fixes
2020-02-02 20:15:13 -05:00
hayden2000
2e9d30ba01
Merge branch 'dev' of https://github.com/legoboyvdlp/A320-family into pfd
2020-02-02 20:13:55 -05:00
hayden2000
794392ffd9
Add PFD2, fix bugs, adjust positions
2020-02-02 20:06:21 -05:00
legoboyvdlp R
3c8a54beb6
Merge branch 'vezza-dev' into dev
2020-02-02 21:46:32 +00:00
legoboyvdlp R
1fbd141fd7
double the cooling effect, divide engine thrust effect by five
2020-02-02 21:03:03 +00:00
legoboyvdlp R
d888b1a1e6
Correct whitespace, remove un-needed things, remove tat calculation
2020-02-02 20:40:05 +00:00
legoboyvdlp R
f37f60afb2
Merge branch 'dev' of https://github.com/vezza/A320-family into vezza-dev
2020-02-02 20:35:30 +00:00
hayden2000
5241694dec
Adjust positions
2020-01-31 08:11:30 -05:00
hayden2000
d978db46a4
Fix entabing
2020-01-29 06:37:01 -05:00
hayden2000
161ec22f55
Fix bug with DME dist, add CRS pointer
2020-01-29 06:30:53 -05:00
vezza
c40c32433a
Brakes temp improvements
2020-01-27 19:01:33 +01:00
Andrea Vezzali
ea9068a39d
Merge pull request #9 from legoboyvdlp/dev
...
Dev
2020-01-19 08:55:36 +01:00
legoboyvdlp R
eabe1dd0d5
Merge branch 'hayden2000-pfd' into dev
2020-01-17 17:51:18 +00:00
legoboyvdlp R
303a92c9a2
Adjust position, fix formatting, fix colour
2020-01-17 17:50:38 +00:00
hayden2000
8039f7ef66
Shift down ILS message to not conflict with mach when displayed
2020-01-15 19:43:50 -05:00