...
|
...
|
@@ -71,18 +71,18 @@ Please report bug at <seb.marque@free.fr>.
|
71
|
71
|
* windows management: selectable items ![][done], modifiable items ![][done], scrolling ![][done]
|
72
|
72
|
* display of V-speeds in ruler: Vx, Vy, Vr and Vglide (specific for aircraft, see installation instruction)
|
73
|
73
|
* some aircraft specific data to retrieve from aircraft XML files (VNE, etc)
|
74
|
|
- * possibility to add a copilot's PFD
|
|
74
|
+ * possibility to add a copilot's PFD, and other displays
|
|
75
|
+ * EIS: separation for aircraft specifics (selected by the zkv1000 config)
|
75
|
76
|
* ![][90%]
|
76
|
77
|
* Bearing needs some checks to be sure it shows the correct information
|
77
|
78
|
* XPDR: emergency code depending of the country (eg.: 1200 for US, 7700 for Europe), should be set in settings
|
78
|
79
|
* ![][80%]
|
79
|
|
- * EIS: texts displayed ![][done], animations for fuel ![][ongoing]
|
|
80
|
+ * single-prop EIS: texts displayed ![][done], animations for fuel ![][ongoing]
|
80
|
81
|
* ![][70%]
|
81
|
82
|
* make booting animation visible ![][pending]
|
82
|
83
|
* ![][60%]
|
83
|
84
|
* TMR/REF ![][ongoing]
|
84
|
85
|
* ![][50%]
|
85
|
|
- * EIS: separation for aircraft specifics (selected by the zkv1000 config)
|
86
|
86
|
* EIS: animations for temperature for YaSim and JSBSim
|
87
|
87
|
* ![][40%]
|
88
|
88
|
* use of [maketimer()](http://wiki.flightgear.org/Nasal_library#maketimer.28.29) instead of [settimer()](http://wiki.flightgear.org/Nasal_library#settimer.28.29) when possible
|
...
|
...
|
@@ -92,6 +92,7 @@ Please report bug at <seb.marque@free.fr>.
|
92
|
92
|
* multikey for every part of the device (actually only power on)
|
93
|
93
|
* ![][0%] (TODO list, unsorted)
|
94
|
94
|
* CDI/GPS: scale depending of the flight phase
|
|
95
|
+ * recenter the MFD depending of EIS width
|
95
|
96
|
* angle of attack display
|
96
|
97
|
* Alerts
|
97
|
98
|
* Flight planning (MFD)
|
...
|
...
|
@@ -135,7 +136,7 @@ If not set, defaults to 999 knots
|
135
|
136
|
To tells the zkv1000 which kind of engines equip your aircraft, and the associated EIS
|
136
|
137
|
|
137
|
138
|
<eis>
|
138
|
|
- <type>single-engine</type>
|
|
139
|
+ <type>single-prop</type>
|
139
|
140
|
</eis>
|
140
|
141
|
|
141
|
142
|
Defaults to `none`, available entries are the `.nas` files located in `Nasal/EIS/` directory.
|