2004-02-18 |
andy | Added a <solve-weight> subtag of the approach/cruise... |
tree | commitdiff |
2004-02-17 |
andy | Allow a "fuel" attribute in the approach and cruise... |
tree | commitdiff |
2004-02-13 |
andy | Yank the sqrt() terms from the twist calculations.... |
tree | commitdiff |
2004-02-09 |
andy | Put the sqrt(frac) terms back into the wing twist. |
tree | commitdiff |
2004-02-09 |
andy | Fix the left/right terms in the twist handling to be... |
tree | commitdiff |
2004-01-30 |
andy | Thrust reversers. Very simple implementation. |
tree | commitdiff |
2004-01-25 |
andy | Forgot the gear ratio handling in stabilize() method... |
tree | commitdiff |
2004-01-24 |
andy | Wire up a "gear-ratio" attribute for geared propeller... |
tree | commitdiff |
2004-01-21 |
andy | Don't default to exactly zero RPM if the RPM property... |
tree | commitdiff |
2004-01-12 |
andy | Attenuate turbulence near the ground. Tweak turbulence... |
tree | commitdiff |
2004-01-10 |
andy | Move the turbulence "airmass" according to the local... |
tree | commitdiff |
2004-01-09 |
andy | First cut at a turbulence model for YASim. It's a |
tree | commitdiff |
2003-12-27 |
ehofman | MIPSpro 7.4 fixes |
tree | commitdiff |
2003-12-22 |
andy | Yank more debug code. |
tree | commitdiff |
2003-12-19 |
andy | Export a "/sim/crashed" property to indicate a crash. |
tree | commitdiff |
2003-12-19 |
andy | Minor API changes to support the new sg_geodesy impleme... |
tree | commitdiff |
2003-12-03 |
andy | My refactoring left two values uninitialized when running a |
tree | commitdiff |
2003-12-01 |
andy | Cleanup and refactoring to better integrate the helicop... |
tree | commitdiff |
2003-11-27 |
ehofman | Add a refference to sprintf |
tree | commitdiff |
2003-11-27 |
ehofman | Partability fix |
tree | commitdiff |
2003-11-25 |
david | Use SG_LOG for debugging messages from the YASim helico... |
tree | commitdiff |
2003-10-31 |
curt | Fix an automake squawk. |
tree | commitdiff |
2003-10-19 |
ehofman | Fix a bug that gets triggered at least in MSVC and... |
tree | commitdiff |
2003-10-18 |
david | Set the RPM from the property tree with each iteration... |
tree | commitdiff |
2003-10-18 |
david | Add the ability to set the RPM from the outside. |
tree | commitdiff |
2003-10-17 |
curt | Fix a typo which Frederic's compiler flagged. |
tree | commitdiff |
2003-10-17 |
curt | Remove and extraneous starting character. |
tree | commitdiff |
2003-10-16 |
curt | Maik Justus: modifications to add helicopter modeling... |
tree | commitdiff |
2003-10-16 |
curt | Initial revision. |
tree | commitdiff |
2003-09-25 |
ehofman | Fix a dependency problem |
tree | commitdiff |
2003-09-20 |
curt | Another step towards making aircraft more self containe... |
tree | commitdiff |
2003-08-29 |
ehofman | New automake, new problems. Add $base_LIBS for programs... |
tree | commitdiff |
2003-08-06 |
david | Fix drag when engine is shut down, by avoiding negative... |
tree | commitdiff |
2003-07-24 |
ehofman | This fixes the K to F conversion for the EGT output |
tree | commitdiff |
2003-06-28 |
ehofman | This patch normalizes the heading value YASim reports... |
tree | commitdiff |
2003-05-16 |
curt | Jim Wilson: |
tree | commitdiff |
2003-05-13 |
curt | Cosmetic changes for new code moved into simgear to... |
tree | commitdiff |
2003-05-09 |
curt | - Added "SG" prefix to sound classes that recently... |
tree | commitdiff |
2003-05-08 |
curt | Working at unraveling and breaking dependencies inside... |
tree | commitdiff |
2003-05-06 |
curt | This is step "1" of probably "many" in the process... |
tree | commitdiff |
2003-04-01 |
david | Fix to use renamed /controls properties. |
tree | commitdiff |
2003-04-01 |
ehofman | Updates to the controls properties tree. This is a... |
tree | commitdiff |
2003-03-02 |
david | Don't fiddle with control positions at startup -- we... |
tree | commitdiff |
2003-03-02 |
david | Initialize speed from mach number or vcas more-or-less... |
tree | commitdiff |
2003-03-02 |
david | Add spdFromMach() and spdFromVCAS(). |
tree | commitdiff |
2003-02-22 |
david | Begin supporting a starting speed for YASim: |
tree | commitdiff |
2003-02-19 |
david | Fixed calibrated airspeed output so that it accounts... |
tree | commitdiff |
2003-02-18 |
david | Interpolate the twist linearly over the wing. |
tree | commitdiff |
2003-02-18 |
david | Added a "twist" attribute for wings to allow for washou... |
tree | commitdiff |
2002-12-12 |
andy | Changing the thresholds to be bigger in the previous... |
tree | commitdiff |
2002-12-11 |
andy | Put in some (currently compile-time) tuning for the... |
tree | commitdiff |
2002-12-11 |
andy | Update masses on the rigid body when consuming fuel... |
tree | commitdiff |
2002-12-04 |
david | Ignore more generated files. |
tree | commitdiff |
2002-11-30 |
andy | Honor the /sim/freeze/fuel property to inhibit fuel... |
tree | commitdiff |
2002-11-30 |
andy | Add the command-line yasim compiler to the automake... |
tree | commitdiff |
2002-11-30 |
andy | Fuel consumption. Simple implementation without suppor... |
tree | commitdiff |
2002-11-30 |
andy | Added a tunable "induced drag" number to aircraft.... |
tree | commitdiff |
2002-11-09 |
andy | Add "spring" and "damp" tunables to gear objects. |
tree | commitdiff |
2002-11-05 |
andy | Blindingly stupid ground effect bug. It interpolated... |
tree | commitdiff |
2002-11-03 |
david | Eliminate dependency of flight.hxx on model.hxx, to... |
tree | commitdiff |
2002-10-27 |
andy | Fix coordinate conventions for reporting pilot accelera... |
tree | commitdiff |
2002-08-25 |
curt | Tidy up the autoconf/automake configuration a bit. |
tree | commitdiff |
2002-08-07 |
david | Remove dependency on acmodel.hxx out of flight.hxx... |
tree | commitdiff |
2002-06-24 |
andy | Wrong units when interpreting <weight> tags. |
tree | commitdiff |
2002-06-20 |
andy | Hack in an /accelerations/pilot-g property, for testing... |
tree | commitdiff |
2002-06-15 |
andy | Finally fixed the flap drag issue. Drag modifications... |
tree | commitdiff |
2002-06-12 |
andy | Bugfix. The engine thrust is recalculated based on... |
tree | commitdiff |
2002-06-10 |
andy | Really simple command line airplane compiler. Basicall... |
tree | commitdiff |
2002-06-10 |
andy | Use the density values from the environment subsystem... |
tree | commitdiff |
2002-06-04 |
andy | Uninitialized data problem. As it turns out, this... |
tree | commitdiff |
2002-06-01 |
andy | Need to call recalc() on the RigidBody during solution... |
tree | commitdiff |
2002-05-30 |
andy | Property name typo. This resulted in all temperatures... |
tree | commitdiff |
2002-05-29 |
andy | Modify solution heuristics. Do the cruise AoA and... |
tree | commitdiff |
2002-05-29 |
andy | Oops. Stray checkin. Revert. |
tree | commitdiff |
2002-05-29 |
andy | The incidence setting only works on a compiled object... |
tree | commitdiff |
2002-05-23 |
andy | We don't handle propellers turning backwards. This... |
tree | commitdiff |
2002-05-23 |
andy | Yank the "castering" attribute and replace it with... |
tree | commitdiff |
2002-05-21 |
andy | Oops, left debug code in the checkin. |
tree | commitdiff |
2002-05-21 |
andy | Solve for the elevator control input during approach... |
tree | commitdiff |
2002-05-17 |
curt | From: "Jim Wilson" <jimw@kelcomaine.com> |
tree | commitdiff |
2002-05-16 |
andy | Revert the recent changes to Atmosphere.cpp. They... |
tree | commitdiff |
2002-05-15 |
david | Take the static temperature, static pressure, and densi... |
tree | commitdiff |
2002-05-14 |
curt | Moved "scenery" from being declaried in scenery.cxx... |
tree | commitdiff |
2002-05-11 |
david | Major overhaul: |
tree | commitdiff |
2002-05-10 |
david | Mac OS X fixes and MSVC warning fixes from Jonathan... |
tree | commitdiff |
2002-05-01 |
andy | Fix dumb typo. Very embarassing, but oddly not fatal... |
tree | commitdiff |
2002-04-09 |
andy | Change the idle MP to reduce idle power a bit. This... |
tree | commitdiff |
2002-04-04 |
david | Commented out code setting view position offsets until... |
tree | commitdiff |
2002-03-21 |
andy | Found by inspection a bug in the generation of orientat... |
tree | commitdiff |
2002-03-19 |
andy | Oops, "one third from the edge" means "one SIXTH from... |
tree | commitdiff |
2002-03-15 |
andy | Print an error message before terminating on parse... |
tree | commitdiff |
2002-03-04 |
andy | Export the gear compression to the property tree. |
tree | commitdiff |
2002-03-01 |
andy | Added a property output feature to ControlMap that... |
tree | commitdiff |
2002-02-27 |
andy | Wrong sense in the pilot acceleration coordinates ... |
tree | commitdiff |
2002-02-27 |
andy | Added a post-solver "initEngines()" call to return... |
tree | commitdiff |
2002-02-27 |
andy | Basically complete support for piston engine startup... |
tree | commitdiff |
2002-02-20 |
andy | Minor mixup. Engines that are off have a manifold... |
tree | commitdiff |
2002-02-20 |
andy | Automatically generate "contact" points for collision... |
tree | commitdiff |
2002-02-20 |
andy | Scaling "idle" MP to 6 inches or so is all well and... |
tree | commitdiff |
2002-02-20 |
andy | Forgot to include the wind when computing airspeed... |
tree | commitdiff |
next |