]> git.mxchange.org Git - flightgear.git/history - src/Cockpit
Make sure that all elapsed time gets passed to update when a subsystem
[flightgear.git] / src / Cockpit /
2003-03-02 davidPatch from Erik Hofman:
2003-02-11 davidTemporarily disabled ILS range tweaking, until we come...
2003-02-06 davidMake sure that we have a VOR or VORTAC, and not just...
2003-02-06 davidThe switch position was screwed up -- 2 means "hold...
2003-02-03 curtUpdates to use new FGILSList api (updated to better...
2003-01-29 davidAdded a README for the src/Cockpit/ directory.
2003-01-29 davidRemoved the old FGSteam module from FlightGear.
2003-01-26 davidUse new magnetic compass property.
2003-01-25 curtRefactored some of the navlist code and removed the...
2003-01-22 curtAdd a "signed" distance to the GS transmitter. When...
2003-01-16 curtUpdates to the net_gui code that can spit out updated...
2002-12-31 davidPatches from Erik Hofman for SGI compatibility:
2002-12-31 davidPatch from Norm Vine to remove unnecessary include...
2002-12-28 davidAllow panel mouse bindings to use mod-up.
2002-12-21 curtVarious tweaks.
2002-12-16 curtAdded support for an audio panel.
2002-12-16 curtAdditional failure modeling.
2002-12-10 curt- Some refactoring of the configure.ac script.
2002-12-01 curtAndy Ross:
2002-11-17 davidI wrote:
2002-11-16 davidMake sure led_font isn't used unless it's initialized.
2002-11-16 davidReduce POFF_UNITS from 40 to 4, following Andy Ross...
2002-10-29 curtAndy Ross:
2002-10-18 curtAdd a pre/post draw call back to strobe lights so we...
2002-10-16 curtFix an init order bug and do some minor cleanups.
2002-10-01 davidRemoved print statements accidentally committed.
2002-10-01 davidCorrected so that deflections are reversed on ILS backc...
2002-09-28 curtPanel night lighting acts as if lights are always turne...
2002-09-26 curtCode clean ups.
2002-09-26 curtConnect to the electrical system.
2002-09-26 curtMore code shuffling.
2002-09-26 curtShuffling/reorganizing code.
2002-09-26 curtWork on wiring the dme into the electrical model.
2002-09-26 curtBegin interfacing the navcom's to the electrical model.
2002-09-25 curtFixed a compiler warning.
2002-09-23 curtRemoved some depricated code snippets.
2002-09-23 curtRemoved some left over debugging output.
2002-09-23 curtVarious tweaks and fixes to navcom radios.
2002-09-19 curtStabalize cloud shading.
2002-09-19 curtSplit Nav/Com units out into their own source code...
2002-08-29 curtMake adf volume and adf on/off seperate properties.
2002-08-25 curtTidy up the autoconf/automake configuration a bit.
2002-08-19 curtAdd support for flipping the instrument panel verticall...
2002-07-30 curtAdded formatted time to property tree for use by 'virtu...
2002-07-27 davidPatch from Melchior Franx to restore fog on tdfx cards...
2002-07-22 curtSave state before drawing '3d' panel, and then restore...
2002-07-18 davidPatch from Cameron Moore:
2002-07-18 davidPatch from Cameron Moore:
2002-07-07 davidChange FGSteam into a proper subsystem rather than...
2002-07-07 davidPatch from Julian Foad:
2002-07-06 davidRemove a kludge that was introduced to work around...
2002-07-06 davidChange identifiers to their new names to match hud...
2002-07-06 davidPrefix "HUD_" (or "HUD_FONT_" in two cases) to #defined...
2002-07-04 curtInitial revision of a Bendix/King KT 70 transponder.
2002-07-04 curtFixed up a couple loose ends.
2002-07-03 curtA bunch of reorg and clean up of the KR 87 (adf) code...
2002-07-03 curtUpdated adf property names.
2002-07-03 curtA couple ADF needle direction tweaks.
2002-07-03 curtAdd support for KR 87 annunciators.
2002-07-03 davidCommented out a cout statement.
2002-07-02 curtDefault to ADF (rather than ANT) mode and start with...
2002-07-02 curt- Oops, some name simplification led to overlapping...
2002-06-30 curtWorking on implimenting the timer features of the King...
2002-06-28 david3D panel support from Andy Ross:
2002-06-27 curtInitialize a value so we don't see non-deterministic...
2002-06-16 curtA little prepratory code reorganization before modeling...
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...
next