]> git.mxchange.org Git - flightgear.git/history - src/Cockpit
Make a subtle change to tile loading/unloading policy in order to make the tile
[flightgear.git] / src / Cockpit /
2004-08-19 ehofmanMelchior FRANZ:
2004-06-20 curtWhen searching for nav records ignore stations > 300nm...
2004-06-14 curtChange the fps toggle property name a bit and add a...
2004-06-14 curtMake the onscreen fps display toggleable via a boolean...
2004-06-10 curtOops, fix a bug (introduced recently) that could cause...
2004-06-09 curtDME units report a distance based on the assumption...
2004-06-09 curtOften, the elevation of an ILS component is not listed...
2004-05-28 curtRemove some left over debugging output.
2004-05-28 curtOne more ...
2004-05-28 curtOops, and another similar one.
2004-05-28 curtFix a compile error I missed in the first round.
2004-05-28 curtThis set of changes impliments the following:
2004-05-26 curtMove navaids and fixes out of "global" name space into...
2004-04-24 curtChanges to go along with small interface changes in...
2004-04-06 andyOops. A change to an upstream header seems to have...
2004-04-01 curtClean up various compiler warnings that have crept...
2004-03-19 curtJim Wilson:
2004-03-14 curtI found a meter/feet conversion problem with DME elevat...
2004-02-23 ehofmanUse floor() insstead of floorf()
2004-02-20 ehofmanRemove truncf() all together.
2004-02-05 curtFix altitude/agl hold display.
2004-01-31 curtCurt Olson:
2004-01-27 ehofmanCheck for the precense of truncf rather than hard-wire...
2004-01-26 ehofmanMake it possible to show the DME in the HUD
2004-01-26 ehofmanMSVC fixes
2004-01-24 ehofmanFixes to the kr_87 radio
2004-01-23 ehofmanRather define our own truncf implementation for BSD...
2004-01-23 ehofmanBSD doesn't have truncf(), it does have floorf() however
2004-01-23 ehofmanUse fgGetBool to assign a boolean variable
2004-01-22 ehofmanMake it possible to truncate the result of a number...
2004-01-13 ehofmanAdd support for an offset for number-value typed text...
2003-12-02 curtAdd the current true heading to the tuned nav station...
2003-11-25 curtAndy Ross:
2003-11-13 ehofmanDepreciate NetworkOLK. A big thanks goes to Oliver...
2003-09-24 ehofmanMove FGEventMgr and FGSubsystemMgr over to SimGear...
2003-09-20 ehofmanConvert fgLIGHT to FGLight and make it FGSubsystem...
2003-09-16 ehofmanDon't just disable depth buffer writes but instead...
2003-09-16 ehofmanTry to prevent z-buffer problems for video cards with...
2003-09-16 ehofmanEnable back face culling for cockpit instruments, disab...
2003-08-16 ehofmanDisable depth buffer writes for 2D insturments. This...
2003-08-12 curtNorman Vine:
2003-08-11 curtRemove several unneeded glut dependencies. Note, this...
2003-07-30 curtFix several mispellings of servicable->serviceable.
2003-07-18 ehofmanSmall patch to expose the localizer property (e.g....
2003-07-14 ehofmanMake it possible to either select the 2d or the 3d HUD
2003-07-07 curtA couple fixes so the nav/ils heading hold will work...
2003-07-04 davidRename some existing variables/methods in the navcomm...
2003-07-03 davidChange a spelling.
2003-07-03 davidFix the property /radios/nav[*]/radials/actual-deg...
2003-07-03 ehofmanJim Wilson:
2003-05-13 curtCosmetic changes for new code moved into simgear to...
2003-05-09 curtMoved src/Model/loader.[ch]xx and src/Model/model....
2003-05-09 curt- Added "SG" prefix to sound classes that recently...
2003-05-09 ehofmanExtract the sound code from FlightGear and move it...
2003-05-06 curtThis is step "1" of probably "many" in the process...
2003-04-09 ehofmanMove the texture loader to SimGear
2003-03-31 curtSorry, left in some debugging statements, now removed.
2003-03-31 curtI found 3 problems with the GS modeling in flightgear...
2003-03-30 ehofmanCache some nodes
2003-03-30 ehofmanChange the log level of somme messages which can harldy...
2003-03-30 ehofmanSecond update in attempt to create an aircraft selectio...
2003-03-30 ehofmanMove current_panel to globals
2003-03-29 curtAdd a property which specifies if the current nav stati...
2003-03-29 curtFixed intermittant marker beacon audio.
2003-03-23 ehofmanFrederic Bouvier's assorted set of MSVC fixes
2003-03-21 curtRemoved SG_USING_STD(for_each) to make MSVC happy(er...
2003-03-21 curtAdd missing #include <algorithm> which provides a proto...
2003-03-21 ehofmanAndy wrote:
2003-03-20 ehofmanChange cout and cerr in SG_LOG() where appropriate...
2003-03-09 davidMajor change:
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.
next