]> git.mxchange.org Git - flightgear.git/history - src/FDM/YASim
Fix a numeric_limits problem for older stdc++ libraries.
[flightgear.git] / src / FDM / YASim /
2004-07-20 curtCurt:
2004-06-15 davidIgnore generated files.
2004-06-06 ehofmanIncorporate some of the changes from the Linspire diff.
2004-05-18 andyFix a bug with propeller gearing. The torque computati...
2004-05-06 andyFix from Melchior: It replaces the ridiculous 5 seconds by
2004-05-01 andyReverse the sense of manual propellers. Low numbers...
2004-05-01 andyOops, I broke engine starting.
2004-05-01 andyIt can't be turned off, so force the running flag to...
2004-05-01 andyInitial checkin of a TurbineEngine implementation....
2004-05-01 andyAttempt at a fix for the propeller torque problems...
2004-04-30 andyRefactoring in preparation to add a turbine engine...
2004-04-14 andyUnits bug.
2004-04-01 curtClean up various compiler warnings that have crept...
2004-03-27 andyMore work to get the starter behavior right, without...
2004-03-27 andyYASim now supports the new fuel.nas fuel management...
2004-03-26 andyTune up the starter torque to match the recent changes...
2004-03-19 curtJim Wilson:
2004-03-07 davidIncrease friction at idle, so that the engine idles...
2004-02-18 andyAdded a <solve-weight> subtag of the approach/cruise...
2004-02-17 andyAllow a "fuel" attribute in the approach and cruise...
2004-02-13 andyYank the sqrt() terms from the twist calculations....
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-01-30 andyThrust reversers. Very simple implementation.
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-21 andyDon't default to exactly zero RPM if the RPM property...
2004-01-12 andyAttenuate turbulence near the ground. Tweak turbulence...
2004-01-10 andyMove the turbulence "airmass" according to the local...
2004-01-09 andyFirst cut at a turbulence model for YASim. It's a
2003-12-27 ehofmanMIPSpro 7.4 fixes
2003-12-22 andyYank more debug code.
2003-12-19 andyExport a "/sim/crashed" property to indicate a crash.
2003-12-19 andyMinor API changes to support the new sg_geodesy impleme...
2003-12-03 andyMy refactoring left two values uninitialized when running a
2003-12-01 andyCleanup and refactoring to better integrate the helicop...
2003-11-27 ehofmanAdd a refference to sprintf
2003-11-27 ehofmanPartability fix
2003-11-25 davidUse SG_LOG for debugging messages from the YASim helico...
2003-10-31 curtFix an automake squawk.
2003-10-19 ehofmanFix a bug that gets triggered at least in MSVC and...
2003-10-18 davidSet the RPM from the property tree with each iteration...
2003-10-18 davidAdd the ability to set the RPM from the outside.
2003-10-17 curtFix a typo which Frederic's compiler flagged.
2003-10-17 curtRemove and extraneous starting character.
2003-10-16 curtMaik Justus: modifications to add helicopter modeling...
2003-10-16 curtInitial revision.
2003-09-25 ehofmanFix a dependency problem
2003-09-20 curtAnother step towards making aircraft more self containe...
2003-08-29 ehofmanNew automake, new problems. Add $base_LIBS for programs...
2003-08-06 davidFix drag when engine is shut down, by avoiding negative...
2003-07-24 ehofmanThis fixes the K to F conversion for the EGT output
2003-06-28 ehofmanThis patch normalizes the heading value YASim reports...
2003-05-16 curtJim Wilson:
2003-05-13 curtCosmetic changes for new code moved into simgear to...
2003-05-09 curt- Added "SG" prefix to sound classes that recently...
2003-05-08 curtWorking at unraveling and breaking dependencies inside...
2003-05-06 curtThis is step "1" of probably "many" in the process...
2003-04-01 davidFix to use renamed /controls properties.
2003-04-01 ehofmanUpdates to the controls properties tree. This is a...
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-02-22 davidBegin supporting a starting speed for YASim:
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...
2002-12-12 andyChanging the thresholds to be bigger in the previous...
2002-12-11 andyPut in some (currently compile-time) tuning for the...
2002-12-11 andyUpdate masses on the rigid body when consuming fuel...
2002-12-04 davidIgnore more generated files.
2002-11-30 andyHonor the /sim/freeze/fuel property to inhibit fuel...
2002-11-30 andyAdd the command-line yasim compiler to the automake...
2002-11-30 andyFuel consumption. Simple implementation without suppor...
2002-11-30 andyAdded a tunable "induced drag" number to aircraft....
2002-11-09 andyAdd "spring" and "damp" tunables to gear objects.
2002-11-05 andyBlindingly stupid ground effect bug. It interpolated...
2002-11-03 davidEliminate dependency of flight.hxx on model.hxx, to...
2002-10-27 andyFix coordinate conventions for reporting pilot accelera...
2002-08-25 curtTidy up the autoconf/automake configuration a bit.
2002-08-07 davidRemove dependency on acmodel.hxx out of flight.hxx...
2002-06-24 andyWrong units when interpreting <weight> tags.
2002-06-20 andyHack in an /accelerations/pilot-g property, for testing...
2002-06-15 andyFinally fixed the flap drag issue. Drag modifications...
2002-06-12 andyBugfix. The engine thrust is recalculated based on...
2002-06-10 andyReally simple command line airplane compiler. Basicall...
2002-06-10 andyUse the density values from the environment subsystem...
2002-06-04 andyUninitialized data problem. As it turns out, this...
2002-06-01 andyNeed to call recalc() on the RigidBody during solution...
2002-05-30 andyProperty name typo. This resulted in all temperatures...
2002-05-29 andyModify solution heuristics. Do the cruise AoA and...
2002-05-29 andyOops. Stray checkin. Revert.
2002-05-29 andyThe incidence setting only works on a compiled object...
2002-05-23 andyWe don't handle propellers turning backwards. This...
2002-05-23 andyYank the "castering" attribute and replace it with...
2002-05-21 andyOops, left debug code in the checkin.
2002-05-21 andySolve for the elevator control input during approach...
2002-05-17 curtFrom: "Jim Wilson" <jimw@kelcomaine.com>
2002-05-16 andyRevert the recent changes to Atmosphere.cpp. They...
2002-05-15 davidTake the static temperature, static pressure, and densi...
next