Showing 1 changed files with 21 additions and 9 deletions
+21 -9
README.md
... ...
@@ -69,24 +69,25 @@ Please report bug at <seb.marque@free.fr>.
69 69
   * OMI
70 70
   * Slipskid animation
71 71
   * Radio stack, including ID for NAV
72
-  * windows management: selectable items ![][done], modifiable items ![][done], scrolling ![][done]
72
+  * windows management: selectable items, modifiable items, scrolling
73 73
   * display of V-speeds in ruler: Vx, Vy, Vr and Vglide (specific for aircraft, see installation instruction)
74 74
   * some aircraft specific data to retrieve from aircraft XML files (VNE, etc)
75 75
   * possibility to add a copilot's PFD, and other displays
76 76
   * EIS: separation for aircraft specifics (selected by the zkv1000 config)
77 77
   * Inset Map (PFD)
78
+  * single-prop EIS: texts displayed, animations for fuel
79
+  * ND and map display: synchronized tiles and navaids, range change, map heads up
80
+  * rotation and zooming of online maps in-flight
78 81
 * ![][90%]
79 82
   * TMR/REF Timer ![][done], Vspeeds ![][done], minimums ![][pending] (don't understand the role of this)
80 83
   * angle of attack display (not sure about calculation): specific for each airplane (see Installation instructions below)
81 84
   * Bearing needs some checks to be sure it shows the correct information
82 85
   * XPDR: emergency code depending of the country (eg.: 1200 for US, 7700 for Europe), should be set in settings
83 86
 * ![][80%]
84
-  * single-prop EIS: texts displayed ![][done], animations for fuel ![][ongoing]
85 87
 * ![][70%]
86
-  * make booting animation visible ![][pending]
87 88
 * ![][60%]
88 89
   * NOT TESTED: add the posssibility to only use Nasal part of the instrument. This in case of a cockpit which already includes needed objects and animations for screens, knobs and buttons in its config files
89
-  * ND and map display: synchronized tiles and navaids ![][done], range change ![][ongoing], map heads up ![][pending]
90
+  * Map settings: declutter ![][ongoing], range/zoom ![][done]
90 91
 * ![][50%]
91 92
   * EIS: animations for temperature for YaSim and JSBSim
92 93
 * ![][40%]
... ...
@@ -98,16 +99,16 @@ Please report bug at <seb.marque@free.fr>.
98 99
   * multikey for every part of the device (actually only power on)
99 100
   * Aircraft Maintainer's Guide
100 101
 * ![][0%] (TODO list, unsorted)
102
+  * make booting animation visible
103
+  * make possible to include in the aircraft directory (instead of Instruments-3d)
104
+  * separation of code for buttons and knobs scenarii and computing
101 105
   * CDI/GPS: scale depending of the flight phase
102 106
   * Alerts
103
-  * Map settings: declutter, range/zoom
104 107
   * TOPO map
105 108
   * Weather map
106 109
   * Flight planning (MFD)
107 110
   * PFD settings
108
-  * rotation and zooming of online maps in-flight ![][pending]
109 111
   * replace the use of `clip` by a better system in map display (think also about INSET)
110
-  * reorganise the mess in initialization phase (`showInitProgress` and `_showInitProgress`)
111 112
   * VS guidance
112 113
   * VNAV
113 114
   * scrolling lift in menus
... ...
@@ -170,9 +171,9 @@ Defaults to `none`, available entries are the `.nas` files located in `Nasal/EIS
170 171
           <file>Aircraft/My-Nice-Aircraft/Nasal/EIS.nas</file>
171 172
         </eis>
172 173
 
173
-or the on from another aircraft. Anyway if the EIS nasal file targeted doesn't exist, the fallback is the type `none`.
174
+or the one from another aircraft. Anyway if the EIS nasal file targeted doesn't exist, the fallback is the type `none`.
174 175
 
175
-#### or you can give the absolute path (deprecated)
176
+#### or you can give the absolute path (not recommanded)
176 177
 
177 178
         </eis>
178 179
           <file>/home/foobar/fgfs-data/Nasal/testing-jet-jsbsim-EIS.nas</file>
... ...
@@ -257,7 +258,18 @@ The `:z` will be the multikey entry for all multikeys of the zkv1000.
257 258
 1. If you see multiple dots under the `ZKV1000 xxx init` message, something wrong happened, time to check console
258 259
 1. If you see only black screen on one of the screen, something really wrong happened, time to check console
259 260
 
261
+# Known issues
262
+Please send issues to <seb.marque@free.fr>  
263
+[issues are listed here](https://sebmarque.hd.free.fr/git/seb/zkv1000/issues)
264
+
260 265
 # Documentation
266
+Documentation is being actively written, but not yet relasable as the instrument is not stable. It will be two differents guides included in this repo:
267
+
268
+* Aircraft Maintainer's Guide
269
+* User's Guide
270
+
271
+Here is a list of useful links:
272
+
261 273
 * [Canvas in FG](http://wiki.flightgear.org/Category:Canvas)
262 274
 * [Nasal](http://wiki.flightgear.org/Category:Nasal)
263 275
 * the guides used to create the scenario from [Garmin website](http://support.garmin.com/support/manuals/searchManuals.faces)