]> git.mxchange.org Git - flightgear.git/history - src/Cockpit/hud.cxx
adapt to changes in sg_exception interface
[flightgear.git] / src / Cockpit / hud.cxx
2009-06-16 Tim Mooreadapt to changes in sg_exception interface
2008-09-11 ehofmanJames Turner:
2008-07-31 ehofmanheader cleanups
2008-07-27 ehofman- remove the SG_GLxxxx_H #defines, since OSG provides...
2008-07-27 fredbRestore inclusion of GLU.h
2008-07-27 fredbRemove unneeded inclusions of windows.h, GL.h and GLU.H
2008-07-25 ehofmanThis should apply, and everything should build cleanly...
2008-07-25 ehofmanAttached patches remove BORLANDC, and hence SG_MATH_EXC...
2008-06-06 timooreFix GUI and HUD text rendering problems.
2008-01-24 timooreAnother round of memory leak fixes from Till Busch
2007-12-21 mfranzs/no-warning/depreciated/, so people adding that to...
2007-12-21 mfranzdepreciation warning for users of old custom HUDs
2007-01-22 frohlichModified Files:
2006-10-29 frohlichModified Files:
2006-06-17 mfranzset blend mode back to make 2D panels opaque when used...
2006-06-17 mfranzremove lon/lat string representation generating functio...
2006-06-15 mfranzremove the rest of the static variables (except one...
2006-06-14 mfranzremove readCard() and let the hud_card class read its...
2006-06-14 mfranzremove readCard and let the gauge_instr class read...
2006-06-14 mfranzremove readRunway() and let the runway_instr class...
2006-06-14 mfranzremove readTBI() and let the fgTBI_instr class read...
2006-06-14 mfranz- remove hud.cxx/readLabel and let the instr_label...
2006-06-14 mfranzremove readLadder(const SGPropertyNode *) and make...
2006-06-14 mfranzindentation, trailing spaces, ... (cosmetics only...
2006-06-10 mfranzthe special line width doesn't make much sense, as...
2006-06-10 mfranztreat colors like the other parameters: only copy them...
2006-06-09 mfranz- remove lots of traling spaces
2006-06-09 mfranz- add transparency option
2006-06-09 mfranz- remove obsolete definition
2006-06-08 mfranz- copy preset colors from <palette> to /sim/hud/color
2006-06-07 mfranz- don't hide HUD only because the color index is invalid
2006-06-07 mfranz- drop hardcoded color/brightness values
2006-06-06 mfranzbark if the requested font isn't a texture font. A...
2006-06-06 mfranz- use global fontcache
2006-02-21 mfranznew FSF address
2005-11-09 mfranzreplace hard-coded HUD config dialog with NewGUI dialog
2005-10-06 ehofmanMartin Spott: Use standardized Sun directive.
2004-11-19 curtI have added Aaron Wilson's virtual 3d runway projectio...
2004-11-18 curtMigrate FlightGear code to use "#include SG_GL*" defined in
2004-10-20 ehofmanFrederic:
2004-04-06 andyOops. A change to an upstream header seems to have...
2004-02-05 curtFix altitude/agl hold display.
2004-01-31 curtCurt Olson:
2003-11-13 ehofmanDepreciate NetworkOLK. A big thanks goes to Oliver...
2003-09-24 ehofmanMove FGEventMgr and FGSubsystemMgr over to SimGear...
2003-08-12 curtNorman Vine:
2003-07-14 ehofmanMake it possible to either select the 2d or the 3d HUD
2003-05-06 curtThis is step "1" of probably "many" in the process...
2003-03-21 ehofmanAndy wrote:
2002-12-10 curt- Some refactoring of the configure.ac script.
2002-07-06 davidChange identifiers to their new names to match hud...
2002-03-27 davidPatch from Norm Vine:
2002-03-26 curtOops, in the latest property manager rewrite, a typo...
2002-03-20 davidUse !strcmp for all property string-value comparisons.
2002-03-16 davidPatches from Tony Peden to separate property XML I...
2002-03-13 davidAutopilot cleanup:
2002-02-05 curtVarious Irix compiler tweaks.
2001-10-24 curtFixes to remove dependencies on depricated plib code...
2001-10-24 curtFixes for win_ratio/aspect_ratio confusion. It was...
2001-09-20 curtWhite space changes.
2001-09-20 curtFollow up tweaks.
2001-09-19 curta) HUD - Here is the updated hud code with moving point...
2001-07-24 curt- catch sg_exception instead of sg_io_exception
2001-07-22 curtMove FGControls declaration to globals.hxx
2001-07-19 curt- catch exception from readProperties and show dialog
2001-07-02 curtUpdated bug fix to make hopefully more thread safe.
2001-06-30 curtFix what looks like it could potentially cause a proble...
2001-06-26 curtPatches contributed by Norman Vine to do ultra-hires...
2001-06-13 curtFixed a couple items for Norman's large resolution...
2001-06-12 curtFixed some warnings, updated whitespace.
2001-06-06 curtOptimized property node accesses.
2001-04-22 curtScreenshot tweaks from Cameron Moore.
2001-03-25 curtMore fg -> sg namespace changes in simgear.
2001-03-24 curtSG-ified logstream.
2001-03-24 curtSG_ namespace
2001-03-14 curtRemoved ios::binary on file open.
2001-03-08 curtOpen C++ iostreams as ios::binary.
2001-01-16 curtMore property manager interface updates.
2001-01-13 curtDavid Megginson writes:
2001-01-11 curtMiscellaneous MSVC porting fixes by Christian Mayer.
2001-01-08 curtNorman Vine has split up the GUI code into more managab...
2001-01-05 curtNeetha Girish <neethagirish@usa.net>
2000-10-19 curtMoved winWidth and winHeight out of FGViewer since...
2000-10-19 curtCode clean ups relating to FGOptions ... and moved...
2000-10-19 curtThe following changes were made to flightgear-0.7.5...
2000-10-13 curtPanel tweaks to support "shaped" panels.
2000-05-15 curtUpdated hud controls a bit:
2000-05-14 curtFixed a typo rich messed up vor range calculations.
2000-05-13 curtHUD updates/cleanups from Norman Vine.
2000-05-12 curtAdded magvar offset to VOR's.
2000-05-11 curtNorman Vine contributed code to do anti-aliases HUD...
2000-04-30 curtAutopilot "class-ification".
2000-02-19 curtRemoved all dependencies on <simgear/math/mat3.h> and...
2000-02-16 curtOne more pass at a reorg.
2000-02-15 curtCode reorganization.
2000-01-12 curtA couple tweaks.
2000-01-12 curtMoved Oliver's network stuff to his own subdir: NetworkOLK.
2000-01-10 curtAdded Mach Number to hud.
1999-10-15 curtUpdates from Norman Vine.
1999-09-11 curtNorman's autopilot updates, now serving great circle...
next