]> git.mxchange.org Git - flightgear.git/history - src/Cockpit
Use the density values from the environment subsystem, to properly handle
[flightgear.git] / src / Cockpit /
2002-06-05 davidRenamed property /steam/vertical-speed-fpm to /steam...
2002-06-05 davidPatch from Georg Kaiser.
2002-05-17 curtBernie Bright:
2002-05-14 davidFixed handling of delta time (just a kludge for now...
2002-05-14 curtMoved "scenery" from being declaried in scenery.cxx...
2002-05-11 davidMajor overhaul:
2002-05-11 davidProperty patches from Frederic Bouvier:
2002-05-10 davidMac OS X fixes and MSVC warning fixes from Jonathan...
2002-04-25 davidPatch from Melchior Franz:
2002-04-21 curtFix a couple "make dist" problems that crept in since...
2002-04-19 curtDetect and recover from a math overflow that can possib...
2002-04-18 curtTracked down a potential segfault when trying to audibl...
2002-04-12 davidPatch from Norman Vine to save some property lookups.
2002-04-11 curtBernie Bright:
2002-04-07 davidPatch from Martin Dressler:
2002-04-05 curtHere is the 'boostified' event manager plus relevant...
2002-03-30 davidPatch from Melchior Franz:
2002-03-27 davidPatch from Norm Vine:
2002-03-27 davidFixed a bug report from Frederic Bouvier:
2002-03-26 curtOops, in the latest property manager rewrite, a typo...
2002-03-23 davidFirst steps towards configurable mouse input. Soon...
2002-03-21 curtmore ( string == "" ) to ( string.empty() ) conversions.
2002-03-20 davidUse !strcmp for all property name comparisons.
2002-03-20 davidUse !strcmp for all property string-value comparisons.
2002-03-20 curtConverted if ( string == "" ) constructs to if ( string...
2002-03-20 davidMajor viewer-code overhaul from Jim Wilson:
2002-03-20 curtVarious Irix cleanups.
2002-03-19 davidMajor property-manager rewrite, using const char *...
2002-03-16 davidPatches from Tony Peden to separate property XML I...
2002-03-14 davidMore work on saving and restoring flights. Restoring...
2002-03-13 davidAutopilot cleanup:
2002-03-13 davidEliminate dependencie on tying variable pointers (in...
2002-03-12 curtFixes for Irix compatibility.
2002-03-08 curtSgi doesn't define the != operator for string != char...
2002-03-06 davidPatch from Andy Ross to hide virtual panel when required:
2002-03-04 curtFix a visibility condition bug in 3d panel.
2002-03-04 davidPatch from Andy Ross:
2002-03-03 davidVirtual cockpit patches from Andy Ross:
2002-03-01 curtAttached is a reasonably large patch to add a proper ATC
2002-02-19 davidAttempt to merge LED font patches back in (they were...
2002-02-19 davidTiled panel background support from Jim Wilson.
2002-02-19 curtAdd support for multiple panel fonts (specifically...
2002-02-08 curtFix several off by one errors in hud_card.cxx
2002-02-05 curtVarious Irix compiler tweaks.
2002-02-05 curtTweaks from Julian Foad:
2002-01-16 curtChanges to support optional screen snap shot httpd...
2001-12-28 curtUpdates to build system to better support automake-1.5
2001-12-22 davidModified FGSubsystem::update() to take an int parameter...
2001-12-17 curtFixed hardcode compass texture path to correspond with...
2001-12-12 david-Removed .cvsignore from itself, since .cvsignore is...
2001-12-10 curtMinor property name change to track changes in xml...
2001-12-09 curtDavid Megginson writes:
2001-11-30 curt** src/Cockpit/panel.cxx
2001-11-19 curtDavid Luff writes:
2001-11-07 curtChanges to support Dave Luff's initial ATC/ATIS module.
2001-10-29 curtCosmetic changes.
2001-10-28 curtThis set of changes touches a *lot* of files. The...
2001-10-26 curtFixed a typo in an #if ...
2001-10-24 curtVarious MSVC patches.
2001-10-24 curtFixes to remove dependencies on depricated plib code...
2001-10-24 curtFixes for win_ratio/aspect_ratio confusion. It was...
2001-10-11 curtVarious floating point / initial value bug fixes from...
2001-10-05 curtAdded panel jitter support dependent on cockpit forces...
2001-09-24 curtExtend range of ILS in reverse direction to allow back...
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-09-19 curtRenamed to hud_gaug.cxx
2001-08-14 curtVarious tweaks for mingwin32.
2001-08-10 curt- modified to use pointers to bindings to avoid copying
2001-08-07 curtFixed gauge spelling error.
2001-08-03 curt- changed comments to proper doc formatting
2001-08-03 curt- added support for conditions
2001-07-30 curtinitialize marker_xs.
2001-07-30 curt- implemented DME ETE and speed
2001-07-30 curt- declared new methods for getting DME ETE and speed
2001-07-30 curt- modified switch layers to use layer[0] and layer...
2001-07-27 curt- fixed typos relating to nav frequency properties
2001-07-27 curt- modified readAction to use FGBinding
2001-07-27 curt- modified PanelAction to use FGBinding, like keyboard...
2001-07-24 curt- catch sg_exception instead of sg_io_exception
2001-07-23 curt- fixed typo that prevented ADF needle from being offse...
2001-07-22 curtMove FGControls declaration to globals.hxx
2001-07-19 curt- catch exception from readProperties and show dialog
2001-07-12 curtMade the following properties archivable:
2001-07-12 curtMade the following properties archivable:
2001-07-12 curtMade the following properties archivable:
2001-07-11 curt- move data structure allocation into constructor ...
2001-07-02 curt** Properties Renamed
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 curtRemoved NetworkOLK/features.[ch]xx
2001-06-26 curtPatches contributed by Norman Vine to do ultra-hires...
2001-06-20 curt- adjusted for no-value constructor for FGPanel
2001-06-20 curt- changed to no-value constructor for FGPanel
2001-06-20 curt- changed to favour height over width when the aspect...
2001-06-13 curtFixed a couple items for Norman's large resolution...
2001-06-12 curtFixed some warnings, updated whitespace.
2001-06-12 curtFixed panel edge artifacts (due to forced wrapping...
2001-06-12 curtreplaced SGValue with SGPropertyNode throughout.
next