1
0
Fork 0
Commit graph

63 commits

Author SHA1 Message Date
Matthew Maring
cfcea38a1e Keyboard mode now based on dialog visibility, add support for cap-lock/shift, implrment independent MCDU text entry 2020-04-02 14:01:13 -04:00
Matthew Maring
42ed7f1a7a Add "dummy" PROG pages, improve route selection page for alternates 2020-03-29 23:39:31 -04:00
hayden2000
88f5c8e08e Fix walker and property browser 2020-03-28 17:19:14 -04:00
hayden2000
dfa4afd2ee Implement keyboard mode for MCDU 2020-03-28 17:19:14 -04:00
hayden2000
3e2e519064 Implement fully functional IRS align page, add initial route selection page, add lat/long/irs handling to INITA 2020-03-28 17:19:14 -04:00
hayden2000
74d6e59784 Implement functional fuel prediction page (mostly done) 2020-03-28 17:18:06 -04:00
hayden2000
5ee05db188 Add peliminary go around page (inoperable, needs FPLN for alt settings, for now just use init settings) 2020-03-22 09:03:02 -04:00
legoboyvdlp R
ac6ce47895 Fix uninit property, remove un-needed file 2020-03-18 23:51:58 +00:00
Jonathan Redpath
dc02b2146c
Merge pull request #91 from Marsdolphin/dev
Fuselage Salvage Control ?!
2020-03-17 15:43:14 +00:00
legoboyvdlp R
6cfcfbec60 Revert change to property 2020-03-17 15:37:50 +00:00
legoboyvdlp R
acb9393580 Correct the property for the window icing, adjust the vector for sideways acceleration on the rain, and corrcet the lights view 2020-03-17 13:41:38 +00:00
b2b6365146
Merge pull request #86 from colingeniet/weather-effects
Add weather effects on windshield
2020-03-17 09:46:15 +11:00
Colin Geniet
b10a164a62 Icing: Add scaling factor to frost-level
Significantly increase scaling factor of
/environment/aircraft-effects/frost-level, so that frost effects are
visible.
2020-03-16 08:48:45 +01:00
hayden2000
f0226d7f70 Add key bindings 2020-03-15 23:40:48 -04:00
fly
d3ef41e999 Make flashlight work outside as well
Signed-off-by: fly <merspieler@airmail.cc>
2020-03-15 16:28:53 +00:00
Marsdolphin
d6b6b3718b
Update comment 2020-03-15 14:48:46 +08:00
Marsdolphin
f49dcf05ee
I'm not sure about this but...
de-icing is supposed to fix fuselage ice...
2020-03-15 14:43:57 +08:00
1bd38663e0
Merge pull request #70 from legoboyvdlp/save
Implementing state save between sessions
2020-03-15 06:27:26 +11:00
Marsdolphin
f2251e6e19
Implement walker from A330 2020-03-14 20:42:07 +08:00
Colin Geniet
f6e8bed92b Rewrite nasal icing system
Rewrite the iceable components nasal code.
Remove code duplication and excessive setprop/getprop.
Fix that <output-property> tags were ignored.
2020-03-14 11:48:41 +01:00
hayden2000
6fbabe9c4f Implement APPR page, fix other PREF pages (buttons not activated yet) 2020-02-24 15:54:10 -05: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
5638ad8377 Implementing state save between sessions
Signed-off-by: fly <merspieler@airmail.cc>
2020-02-11 16:20:05 +00:00
Colin Geniet
a9a081050c Model: Add fallback model index 2020-02-08 23:28:46 +01: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
fly
46fc053bc1 Merge dev
Signed-off-by: fly <merspieler@airmail.cc>
2020-02-03 12:08:04 +00:00
legoboyvdlp R
0ff981315e Oops! 2020-01-05 21:36:50 +00:00
legoboyvdlp R
872c29dc8a Add key to reset view 2020-01-05 20:23:38 +00:00
legoboyvdlp R
93a46e1bcf Bump version in -main.xml 2020-01-03 10:06:45 +00:00
legoboyvdlp R
6d806db28e Move DMC, comment in ATC 2019-12-25 13:01:02 +00:00
fly
ffc76b9112 Merge master
Signed-off-by: fly <merspieler@airmail.cc>
2019-12-04 05:32:39 +00:00
fly
3ae174315a Add RMP dialogs and enable RMP3
Signed-off-by: fly <merspieler@airmail.cc>
2019-12-03 12:37:19 +00:00
Jonathan Redpath
3f333570a3
Updates by vezza (#41)
* - wheels smoke
- wet sprays
- brakes temp (to be continued)
- Bugfix (A320-100 fuel system )

* setup wingflexer system

* Brakes temp improvements

* Bug fix: CFM engine nacelle animation
2019-12-02 18:25:19 +00:00
legoboyvdlp R
09cfcacf99 Big update - improve FBW loop, SAT and TAT on EICAS, ECAM improvements, ADR improvements 2019-11-30 13:39:53 +00:00
legoboyvdlp R
f64bbea9f2 Merge branch 'master' into ADIRS 2019-11-21 16:34:28 +00:00
legoboyvdlp R
dcb8010172 A320: new ECAM controller 2019-11-19 18:04:01 +00:00
legoboyvdlp R
d8b6335eff Re-organize nasal folder 2019-11-16 12:12:36 +00:00
407991de0e Added refuel dialog
Signed-off-by: merspieler <merspieler@airmail.cc>
2019-11-15 05:04:22 +00:00
a723da89c8 Merge branch 'master' into kgs 2019-11-09 20:27:02 +00:00
legoboyvdlp R
d1fb04cfaa Merge branch 'master' into ADIRS 2019-11-09 16:14:04 +00:00
legoboyvdlp R
62d7447b1f Fix bugs in the fuel system, and add refuelling dialog to the ground services menu 2019-11-09 15:23:35 +00:00
21c9325111 Config option
Signed-off-by: merspieler <merspieler@airmail.cc>
2019-11-09 09:36:07 +00:00
legoboyvdlp R
f1e1dc5b56 Fuel capacities and refuelling system (no gui yet) added 2019-11-08 20:33:21 +00:00
legoboyvdlp R
67091ed35d Merge branch 'master' into ADIRS
t add Systems/:w
2019-11-08 19:19:18 +00:00
legoboyvdlp R
ff70da0438 Bugfix + improve 2019-11-08 18:22:29 +00:00
legoboyvdlp R
5e64b5a9a9 Fuel system: push completed system 2019-11-07 21:47:16 +00:00
legoboyvdlp R
f5432fc0e4 Merge branch 'master' into fuelSys 2019-11-07 17:04:14 +00:00
legoboyvdlp R
15c2f680a4 ADIRS update, now shows airspeed on PFD 2019-11-06 19:09:42 +00:00