1
0
Fork 0
flightgear/src/Instrumentation/HUD
frohlich b0f9d24f9d Modified Files:
configure.ac src/AIModel/AIAircraft.cxx src/AIModel/AIBase.cxx
 	src/AIModel/AIBase.hxx src/AIModel/AICarrier.cxx
 	src/AIModel/AICarrier.hxx src/AIModel/AIManager.cxx
 	src/AIModel/AIManager.hxx src/ATC/AIEntity.cxx
 	src/ATC/AIEntity.hxx src/ATC/AIMgr.cxx src/ATC/AIMgr.hxx
 	src/ATC/ATCdisplay.cxx src/ATC/ATCdisplay.hxx
 	src/Cockpit/cockpit.cxx src/Cockpit/cockpit.hxx
 	src/Cockpit/hud.cxx src/Cockpit/hud.hxx
 	src/Cockpit/hud_rwy.cxx src/Cockpit/panel.cxx
 	src/Cockpit/panel.hxx src/Cockpit/built_in/FGMagRibbon.cxx
 	src/Cockpit/built_in/FGMagRibbon.hxx src/FDM/flight.cxx
 	src/FDM/groundcache.cxx src/FDM/groundcache.hxx
 	src/GUI/gui_funcs.cxx src/Input/input.cxx
 	src/Instrumentation/od_gauge.cxx
 	src/Instrumentation/od_gauge.hxx
 	src/Instrumentation/render_area_2d.cxx
 	src/Instrumentation/render_area_2d.hxx
 	src/Instrumentation/wxradar.cxx
 	src/Instrumentation/wxradar.hxx
 	src/Instrumentation/HUD/HUD.cxx
 	src/Instrumentation/HUD/HUD.hxx
 	src/Instrumentation/HUD/HUD_runway.cxx src/Main/Makefile.am
 	src/Main/main.cxx src/Main/renderer.cxx src/Main/renderer.hxx
 	src/Main/viewmgr.cxx src/Model/acmodel.cxx
 	src/Model/acmodel.hxx src/Model/model_panel.cxx
 	src/Model/model_panel.hxx src/Model/modelmgr.cxx
 	src/Model/modelmgr.hxx src/Model/panelnode.cxx
 	src/Model/panelnode.hxx src/Navaids/awynet.cxx
 	src/Scenery/Makefile.am src/Scenery/hitlist.cxx
 	src/Scenery/hitlist.hxx src/Scenery/newcache.cxx
 	src/Scenery/scenery.cxx src/Scenery/scenery.hxx
 	src/Scenery/tileentry.cxx src/Scenery/tileentry.hxx
 	src/Scenery/tilemgr.cxx src/Scripting/NasalSys.cxx
 	src/Scripting/NasalSys.hxx src/Time/light.cxx
	Big BLOB on the way to OSG.
2006-10-29 19:30:21 +00:00
..
.cvsignore add new HUD to build system 2006-07-04 15:52:09 +00:00
HUD.cxx Modified Files: 2006-10-29 19:30:21 +00:00
HUD.hxx Modified Files: 2006-10-29 19:30:21 +00:00
HUD_dial.cxx - don't use 10 pt font size for width calculations, when in fact we use 2006-07-24 16:00:18 +00:00
HUD_gauge.cxx - make the alignment function a static HUD member (for namespace 2006-08-01 15:31:15 +00:00
HUD_instrument.cxx add optional <format> property for <tape>s 2006-08-01 21:11:38 +00:00
HUD_label.cxx - "almost zero" is zero 2006-08-01 21:43:13 +00:00
HUD_ladder.cxx cosmetics 2006-08-01 18:46:59 +00:00
HUD_misc.cxx reticle should fit into bounding box (don't take diameter as radius) 2006-07-22 17:27:43 +00:00
HUD_runway.cxx Modified Files: 2006-10-29 19:30:21 +00:00
HUD_scale.cxx - fix turn bank indicator (bank scale type) 2006-07-27 23:34:11 +00:00
HUD_tape.cxx throw out "zoomed" tapes. These drew 60% of the scale with bullets rather 2006-08-02 15:34:33 +00:00
HUD_tbi.cxx reduce marker gap 2006-07-28 18:41:12 +00:00
Makefile.am add MIL-STD-1787B Aiming Reticle (stadiametric; TODO: standby) 2006-07-22 08:00:56 +00:00