1
0
Fork 0
Commit graph

9 commits

Author SHA1 Message Date
mfranz
88843904bf update after changes to ./src/Instrumentation/HUD/* (this is a copy of
$FG_ROOT/Aircraft/f16/Hud/f16.xml and here as an example and for aircraft
to use so they don't have to refer to the f16 ... at least for now, until
the transition is completed)
2008-07-28 21:27:01 +00:00
mfranz
7449160ea8 fix label y coordinates 2006-07-24 17:37:49 +00:00
mfranz
399436bb3e - finally center lon/lat correctly (I did it wrongly before, because that
was the style of the old HUD, and it should be fully-compatible ...)
- remove erroneous <modulo> from f16.xml. This isn't even read there.
- enable nadir and zenith (they are just too pretty to ignore them :-)
- various tweaks
2006-07-24 16:12:47 +00:00
mfranz
a70ed967f1 heh, no. That's BS. printf does rounding already. Remains the heading
limitation to avoid 360 degree.
2006-07-12 21:24:02 +00:00
mfranz
96b3c3854f over-engineering (or: rounding, just because we can :-) 2006-07-12 21:18:17 +00:00
mfranz
10cc7817d3 - new damping value
- remove unused property
2006-07-10 21:24:44 +00:00
mfranz
f27db3f3fb adjust for fixed tape ticks (I hereby declare the new f16 HUD better than
the old one :-)
2006-07-06 21:48:24 +00:00
mfranz
434a99a414 f15: fix KIAS tape position
runway: set coords correctly
2006-07-06 14:31:36 +00:00
mfranz
81dc1a3875 sample code for the f16. Use like so:
$ fgfs --aircraft=f16-3d --prop:hud=Huds/f16.xml --prop:sim/hud/visibility\[1\]=1

The hud path is for now expected in /hud. This will, of course, be changed
later. The old and new HUD code don't match exactly when laid one over the
other yet, and the new HUD's tapes don't work.
2006-07-04 18:28:54 +00:00