]> git.mxchange.org Git - flightgear.git/commit
- make the alignment function a static HUD member (for namespace
authormfranz <mfranz>
Tue, 1 Aug 2006 15:31:15 +0000 (15:31 +0000)
committermfranz <mfranz>
Tue, 1 Aug 2006 15:31:15 +0000 (15:31 +0000)
commit4419aa2cb3670899ea9887a1068ca4afb60c7fdf
tree36a8bd955a27ff51e93afec8109334a59e2b6d56
parent6afe252440140c1e1fadcfe9aea2c1e31e1607f2
- make the alignment function a static HUD member (for namespace
  encapsulation, but a real namespace would probably be better)
- extend alignment to optionally adjust x/y, and to return absolute
  l/r/b/t coordinates (as opposed to plib's relative ones!)
- implement tape gaps as per Curt's order  :-)
- shuffling stuff around for fun
src/Instrumentation/HUD/HUD.cxx
src/Instrumentation/HUD/HUD.hxx
src/Instrumentation/HUD/HUD_gauge.cxx
src/Instrumentation/HUD/HUD_label.cxx
src/Instrumentation/HUD/HUD_ladder.cxx
src/Instrumentation/HUD/HUD_tape.cxx