]> git.mxchange.org Git - flightgear.git/shortlog
flightgear.git
2004-02-23 ehofmanFrederic Bouvier:
2004-02-23 ehofmanMove fgSetupWind() from options.cxx to util.cxx
2004-02-23 ehofmanUse floor() insstead of floorf()
2004-02-23 curtOops, call *re*init() so that the weather conditions...
2004-02-23 curtEnhance the FGMetarEnvironmentCtrl class to also do...
2004-02-23 curtVarious mods to allow querying for nearest airport...
2004-02-22 curtUpdates so clouds, temp, and dewpoint can be set correc...
2004-02-22 curtFor metar, correctly update visibility and pressure...
2004-02-21 ehofmanignore resets for now because every z/Z key press would...
2004-02-21 ehofmanCatch exceptions when no metar data is available (e...
2004-02-21 ehofmanEncapsulate the interpolstion version of FGEnvironment...
2004-02-21 ehofmanAdd support for retreiving metar data from the internet
2004-02-20 davidChange fg_props.[ch]xx into a proper subsystem, under...
2004-02-20 ehofmanRemove truncf() all together.
2004-02-18 andyAdded a <solve-weight> subtag of the approach/cruise...
2004-02-18 ehofmanChanges to tke sky dome coloring
2004-02-17 andyAllow a "fuel" attribute in the approach and cruise...
2004-02-17 curtAdd elevator trim tab position logging.
2004-02-17 curtAdd trim tab deflection to surface positions passed...
2004-02-17 ehofmanUpdate the FDM section to expose the engine/thruster...
2004-02-17 ehofmanAdjust the turbine names for N1, N2 and EGT_degC to...
2004-02-16 curtAdd a bit more sanity checking on destination directory.
2004-02-16 curtFix a crash if destination directory doesn't exist.
2004-02-16 curtUpdates from Fred to add a progress bar and fix visual...
2004-02-16 curtRemove references to libtar.
2004-02-16 curtRework by Frederic for better windows support.
2004-02-15 curtFix an #include typo.
2004-02-15 curtInitial revision.
2004-02-14 ehofmanAdd the latest version of JSBSim including support...
2004-02-13 andyYank the sqrt() terms from the twist calculations....
2004-02-13 ehofmanRevert to the previous version because it looks it...
2004-02-13 ehofmanMake sure the friction forces are positive, otherwise...
2004-02-12 curtInitialize autopilot output to start at current manual...
2004-02-12 curtSimple hack to allow selectively disabling the hardware...
2004-02-12 curtClean up headers and lower verbosity.
2004-02-10 ehofmanAdd some example remote controll scripts
2004-02-10 curtA bit more Makefile massaging.
2004-02-10 ehofmanLeave a usable state again.
2004-02-10 ehofmanAdd some example remote controll scripts and make sure...
2004-02-10 curtInitial revision of some helper functions for remote...
2004-02-09 andyPut the sqrt(frac) terms back into the wing twist.
2004-02-09 andyFix the left/right terms in the twist handling to be...
2004-02-07 davidUpdated.
2004-02-07 davidBe a little quieter at the default debug level.
2004-02-07 curtInitial revisions.
2004-02-05 curtFix altitude/agl hold display.
2004-02-05 curtAdd my old ultra-simplistic PI controller. The fancy...
2004-02-05 ehofmanInitialize the varables *before* reading in the configu...
2004-02-04 curtAdd vertical speed fpm conversion since the fdm provide...
2004-02-04 curtCleaned up some left over stuff. Working towards infra...
2004-02-04 daveluffMake sure at least one Transform() is performed to...
2004-02-04 daveluffOops - no 3D model assigned to aircraft starting at...
2004-02-03 curtautopilot reinit() now reloads config file.
2004-02-03 curtRemove stray debugging output.
2004-02-03 curtComment out some unused references and left over debugg...
2004-02-02 ehofmanMove the new metar class from FlightGear to SimGear
2004-02-01 curtInclude compiler.h and config.h first.
2004-01-31 curtCurt Olson:
2004-01-30 andyThrust reversers. Very simple implementation.
2004-01-27 ehofmanCheck for the precense of truncf rather than hard-wire...
2004-01-26 curtFix a type ...
2004-01-26 ehofmanAlexander Nedotsukov:
2004-01-26 ehofmanMake it possible to show the DME in the HUD
2004-01-26 ehofmanMSVC fixes
2004-01-25 andyForgot the gear ratio handling in stabilize() method...
2004-01-24 andyWire up a "gear-ratio" attribute for geared propeller...
2004-01-24 ehofmanAdd Melchior FRANZ's metar class. It is not yet used...
2004-01-24 ehofmanReduce the log level to info
2004-01-24 ehofmanFixes to the kr_87 radio
2004-01-23 curtJohn Wojnaroski:
2004-01-23 daveluffMelchior found another way to crash it
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 daveluffLots of changes to the ATC/AI system for initial revisi...
2004-01-23 daveluffInitial revision of class for AI VFR GA traffic
2004-01-23 daveluffDon't loose the elevation in ATC projection conversions
2004-01-23 ehofmanUse fgGetBool to assign a boolean variable
2004-01-22 ehofmanMake the AI models a bit more intelligent. The Gear...
2004-01-22 ehofmanMake it possible to truncate the result of a number...
2004-01-21 andyDon't default to exactly zero RPM if the RPM property...
2004-01-19 ehofmanCheck for less than -1.0 also.
2004-01-19 ehofmanTurn the console colors back to default before continueing
2004-01-19 ehofmanFix a problem where the dot product might possibly...
2004-01-17 ehofmanDocument support for formation-lights
2004-01-15 ehofmanFix a posible devide by zero situation
2004-01-15 ehofmanMSVC fix
2004-01-14 curtCurt Olson:
2004-01-13 ehofmanAdd support for an offset for number-value typed text...
2004-01-12 curtAttempt #1 to sort out confusion between left / right...
2004-01-12 andyAttenuate turbulence near the ground. Tweak turbulence...
2004-01-11 curtFix a small mistake in the scene graph arrangement...
2004-01-10 andyMove the turbulence "airmass" according to the local...
2004-01-09 ehofmanRemove a stale source file
2004-01-09 ehofmanHide the binary executables from CVS
2004-01-09 ehofmanAdd the math library for architextures that needs it
2004-01-09 ehofmanRename utils/3dconvert to utils/Modeller and add Jim...
2004-01-09 andyFirst cut at a turbulence model for YASim. It's a
2004-01-07 ehofmanName the property sun-angle-rad instead of sun-pos...
2004-01-07 ehofmanMake sure FlightGear quits when a specified aircraft...
2004-01-07 ehofmanChnage the name to reflect the real unit of radians...
next