]> git.mxchange.org Git - flightgear.git/history - src/Instrumentation/HUD/HUD.hxx
Merge branch 'curt/replay'
[flightgear.git] / src / Instrumentation / HUD / HUD.hxx
2010-05-06 Tim MooreMerge branch 'curt/replay'
2010-05-06 Tim MooreMerge branch 'ehofman/normal'
2010-05-06 Tim MooreMerge branch 'aperry/terrasync'
2010-05-06 Tim MooreMerge branch 'torsten/js64'
2010-05-05 Tim MooreMerge branch 'jmt/gps'
2010-04-25 Tim MooreMerge branch 'durk/traffic'
2010-04-25 Tim MooreMerge branch 'ehofman/generic'
2010-04-25 Tim MooreMerge branch 'vivian/tachy'
2010-02-26 V MeazzaRevised bugfix for tachymetric gunsight
2010-02-10 Tim MooreOnly draw tachymetric sight if appropriate inputs exist
2010-02-10 Meazza@.(none)Add Tachymetric Gunsight
2009-09-10 Tim MooreMerge branch 'jsd/atmos' into topic/atmos-merge
2009-05-18 Tim MooreMerge branch 'maint' into next
2009-03-18 frohlichPort over remaining Point3D usage to the more type...
2009-03-18 mfranzadd <label-offset> param for adjusting number labels...
2009-03-18 mfranzallow to change/reload HUD by setting path in /sim...
2008-09-11 ehofmanJames Turner:
2008-07-30 mfranzdisable clip planes after use (Doesn't seem to make...
2008-07-29 mfranz- extract clipping code to HUD.cxx, allowing generic...
2008-07-28 mfranz- read x/y/width/height as floats
2008-07-27 ehofman- remove the SG_GLxxxx_H #defines, since OSG provides...
2008-07-25 ehofmanThis should apply, and everything should build cleanly...
2008-01-24 timooreAnother round of memory leak fixes from Till Busch
2006-10-29 frohlichModified Files:
2006-08-02 mfranzthrow out "zoomed" tapes. These drew 60% of the scale...
2006-08-01 fredbAvoid redefinition in the same prototype
2006-08-01 mfranzadd optional <format> property for <tape>s
2006-08-01 mfranz- make the alignment function a static HUD member ...
2006-07-31 mfranzcleanup
2006-07-31 mfranzcosmetics & cleanup
2006-07-31 mfranzremove obsolete text_width() function (a similiar...
2006-07-31 mfranzuse HUDText adjustment
2006-07-31 mfranz- move HUDText constructor/methods to HUD.cxx
2006-07-29 mfranzremove unused options & add two new ones
2006-07-28 curtSpecify "clip planes" as a separate independent option...
2006-07-28 curtSimplify dynamic ladder motion option.
2006-07-28 curtAdd an option to get a realistic climb dive ladder...
2006-07-28 mfranz<option>top</option> draws tbi on top (vertically mirrored)
2006-07-27 mfranz- fix turn bank indicator (bank scale type)
2006-07-27 curtAdd support for drawing target markers (circles on...
2006-07-25 mfranzno more FONT_(LARGE|SMALL) (didn't work, anyway, and...
2006-07-25 mfranzdefine label box pointer via <pointer-width> (width...
2006-07-24 mfranzno longer let top==left and bottom==right. This is...
2006-07-24 mfranzfirst stab at label box pointers. <option>top</option...
2006-07-24 mfranz- don't use 10 pt font size for width calculations...
2006-07-23 mfranz- use Item::draw_circle() to draw circles (waypoint...
2006-07-22 mfranzget rid of struct Point and get_centroid(). Instruments...
2006-07-22 mfranzadd MIL-STD-1787B Aiming Reticle (stadiametric; TODO...
2006-07-11 mfranz- read new HUD from /sim/hud/path[1] (was: /hud)
2006-07-06 mfranzfix <modulo> feature (required for the compass tape)
2006-07-06 mfranz- fix unzoomed tapes (TODO: restore tick length)
2006-07-05 mfranz- cleanup of the day (more finegrained change history...
2006-07-05 fredbRemove MSVC warnings
2006-07-04 mfranz- collect drawing primitives in the Item base class
2006-07-04 mfranz- don't store immutable states as strings (sigh!)
2006-07-04 mfranznew HUD (work in progress)