]> git.mxchange.org Git - flightgear.git/commit
throw out "zoomed" tapes. These drew 60% of the scale with bullets rather
authormfranz <mfranz>
Wed, 2 Aug 2006 15:34:33 +0000 (15:34 +0000)
committermfranz <mfranz>
Wed, 2 Aug 2006 15:34:33 +0000 (15:34 +0000)
commit010e03fab49219813f2957b0e494672d01d62ff4
tree6fc641e0b0454b97fd0f621a1b4a225e94048954
parent46efbb0801e689491fe69fdb13863206c7df1f17
throw out "zoomed" tapes. These drew 60% of the scale with bullets rather
than tick marks, and looser (zoomed) than the other 40%. Rationale:

- this was only used in *one* tape of *one* HUD ("custom")
- it's not in the MIL-STD!
- doesn't seem very useful
- relies on integer scale values, while we now have float values in the new HUD

This feature would have had to be rewritten anyway. If someone needs it and
can come forward with a (MIL-)STD description, then it can be added to the
existing tape generator again (using a value->screen-position mapper function).
Otherwise it's simply declared dead.

(Yay, one TODO and a few FIXMEs less.  ;-)
src/Instrumentation/HUD/HUD.hxx
src/Instrumentation/HUD/HUD_tape.cxx