]> git.mxchange.org Git - flightgear.git/shortlog
flightgear.git
2003-03-05 curtUpdates to the Thanks file contributed by Jim Wilson.
2003-03-04 curtRemove std::
2003-03-03 curtDon't remove the named pipe on a "Reset" or position...
2003-03-03 daveluffIRIX fixes from Erik Hofman
2003-03-03 daveluffRemoved DOS line endings
2003-03-03 curtA small optimization, pass the number of iterations...
2003-03-03 curtAdd a net_byte_order flag so that the calling code...
2003-03-03 curtAdd support for --fdm=pipe,<pipe_name>
2003-03-03 curtAdd ExternalPipe subdirectory.
2003-03-03 curtMinor tweak.
2003-03-03 curtAdd src/FDM/ExternalPipe
2003-03-03 curtFirst stab at a "named pipe" interface to an external...
2003-03-02 davidPatch from Frederic Bouvier:
2003-03-02 davidPatch from Erik Hofman:
2003-03-02 davidDon't fiddle with control positions at startup -- we...
2003-03-02 davidInitialize speed from mach number or vcas more-or-less...
2003-03-02 davidAdd spdFromMach() and spdFromVCAS().
2003-03-02 davidMake sure the atmosphere is updated before the flight...
2003-03-01 davidDon't allow this subsystem to be suspended.
2003-03-01 davidRefactor things so that individual subsystems can overr...
2003-03-01 davidAdd a new <power> property to allow raising an axis...
2003-02-26 davidMinor code cleanup.
2003-02-26 daveluffUse actual terrain ground elevation instead of hardwire...
2003-02-25 davidInitialize the internal pressure to ambient pressure.
2003-02-25 daveluffWhoops - a stray debugging cout got through
2003-02-24 daveluffModified slightly whilst developing the shortest-path...
2003-02-24 daveluffAdded a shortest-path algorithm between two nodes and...
2003-02-22 davidBegin supporting a starting speed for YASim:
2003-02-21 davidAdd new options:
2003-02-21 davidInvoke fgInitNav() before fgInitPos().
2003-02-21 davidAdd fgInitNav() function so that navaids and fixes...
2003-02-21 davidDeclare fgInitNav().
2003-02-19 davidFixed calibrated airspeed output so that it accounts...
2003-02-18 davidInterpolate the twist linearly over the wing.
2003-02-18 davidAdded a "twist" attribute for wings to allow for washou...
2003-02-18 daveluffAdded basic support for using more than one voice....
2003-02-16 curtJim Wilson:
2003-02-13 curtCommented out a stray cout.
2003-02-13 daveluffAlexander's new files added to Makefile.am
2003-02-13 daveluffChanges in support of Alexander's ATC menu/transmission...
2003-02-13 daveluffBetter robustness for the ATCData structure istream...
2003-02-13 daveluffAlexander's Approach ATC class modified to support...
2003-02-13 daveluffFirst draft of work by Alexander Kappes to add dynamica...
2003-02-12 davidIntegrate code posted by Jon Berndt, so that only the...
2003-02-12 davidMinor code cleanups.
2003-02-12 davidSquare the /environment/turbulence-norm property before...
2003-02-12 davidFade out the turbulence within two wingspans of the...
2003-02-12 davidConnect the FlightGear /environment/turbulence-norm...
2003-02-11 curtErik Hofman:
2003-02-11 curtErik Hofman:
2003-02-11 davidTemporarily disabled ILS range tweaking, until we come...
2003-02-11 curtAnother tilemgr fix from Jim W.
2003-02-10 daveluffSeveral *list.[ch]xx files removed
2003-02-10 daveluffapproachlist.[ch]xx superceeded by commlist.[ch]xx
2003-02-10 davelufftowerlist.[ch]xx superceeded by commlist.[ch]xx
2003-02-10 daveluffatislist.hxx superceeded by commlist.hxx
2003-02-10 daveluffatislist.cxx superceeded by commlist.cxx
2003-02-10 curtDave Luff:
2003-02-10 david*** empty log message ***
2003-02-10 curtFix a bug in tile manager updating when switching from...
2003-02-09 curtFixes for Mac OS X.
2003-02-07 curtFix a typo in the FreeBSD support section.
2003-02-07 daveluffgroundlist now replaced by commlist
2003-02-07 daveluffWhoops - missed a file from the commlist changes yesterday
2003-02-06 curtThere are a number of little changes. Tested with...
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-06 davidUse the property /sim/sound/voice to disable voice...
2003-02-06 daveluffMajor re-work of the comm frequency storage and lookup...
2003-02-05 davidGUI style changes suggested by Erik Hofman and Curtis...
2003-02-05 davidPatches from Johan Walles:
2003-02-04 curtRephrased some comments to avoid /* in a comment warnings.
2003-02-04 curtClean up a compiler warning.
2003-02-04 curtJames Turner:
2003-02-04 curtFix a bug in transit sound termination and adjust the...
2003-02-04 curtPeriodically the turn coordinator is jammed all the...
2003-02-04 curtOops, sorry, nothing more to see here, move right along ...
2003-02-04 curtAdded note related to alternators.
2003-02-03 curtAdd support for specifying an rpm source for the altern...
2003-02-03 curtFixed a spelling error in the api. (ouch) :-)
2003-02-03 curtUpdated note about specifying the initial state of...
2003-02-03 curtAdd the ability to specify an initial state (on/off...
2003-02-03 curtAvoid a potential segfault.
2003-02-03 curtRegister that we have been inited so the init routine...
2003-02-03 curtInitial stab at documenting the electrical system.
2003-02-03 curtUpdated FGILSList api to better match the FGNavList...
2003-02-03 curtUpdates to use new FGILSList api (updated to better...
2003-02-01 davidMinor logging changes.
2003-01-29 davidAdd support for numerals as well as letters in Morse...
2003-01-29 curtAdded the cvs ident in the comment header.
2003-01-29 curtUpdated license statement.
2003-01-29 curtInitial revisions.
2003-01-29 davidREADME for src/Systems/
2003-01-29 davidConverted to a simple FGSubsystemGroup.
2003-01-29 davidRemoved unneeded inclusion of std::vector.
2003-01-29 davidAdded a README for the src/Instrumentation/ directory.
2003-01-29 davidAdded a README for the src/Cockpit/ directory.
2003-01-29 davidRemoved the old FGSteam module from FlightGear.
2003-01-27 tonyRemoving files already removed from JSBSim CVS.
2003-01-27 davidCorrect old-reinit_dialog to old-reinit-dialog.
next