]> git.mxchange.org Git - flightgear.git/history - src/FDM
Moved some of the low level scene graph construction code over to simgear.
[flightgear.git] / src / FDM /
2003-05-13 curtRobert Deters:
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-08 curtWorking at unraveling and breaking dependencies inside...
2003-05-06 curtThis is step "1" of probably "many" in the process...
2003-04-13 ehofmanMSVC6 updates
2003-04-04 davidMake sure values get back to FGInterface, in case we...
2003-04-01 davidFix to use renamed /controls properties.
2003-04-01 ehofmanUpdates to the controls properties tree. This is a...
2003-03-30 curtThere were several typos in the unbinding section of...
2003-03-24 ehofmanMake spoilers and speed-brake position accessible
2003-03-24 ehofmanAdd speed-brake and spoilers controlls
2003-03-23 tonyUpdates from JSBSim, including new turbine engine model...
2003-03-20 ehofmanChange cout and cerr in SG_LOG() where appropriate...
2003-03-19 ehofmanCompiler warning fixes and small updates
2003-03-19 ehofmanAdd mach number to the property tree
2003-03-16 davidAdded a new turbulence type ttStandard, and made it...
2003-03-09 curtRemoved some extraneous debugging output.
2003-03-09 davidIgnore generated files.
2003-03-04 curtRemove std::
2003-03-03 curtDon't remove the named pipe on a "Reset" or position...
2003-03-03 curtA small optimization, pass the number of iterations...
2003-03-03 curtAdd ExternalPipe subdirectory.
2003-03-03 curtFirst stab at a "named pipe" interface to an external...
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-26 davidMinor code cleanup.
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...
2003-02-12 davidIntegrate code posted by Jon Berndt, so that only the...
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-03 curtAvoid a potential segfault.
2003-02-03 curtRegister that we have been inited so the init routine...
2003-01-27 tonyRemoving files already removed from JSBSim CVS.
2003-01-26 davidRenamed /velocities/side-slip-rad to /orientation/side...
2003-01-25 davidRemove redundant rate properties recently added.
2003-01-25 davidPublish properties for accelerations and rates.
2003-01-24 curtInitial revision.
2003-01-24 tonyLatest JSBSim updates, including use of new "JSBSim...
2003-01-12 curtConsolidate and clean up some of the FDM network interf...
2003-01-10 curtExternalNet -> Updated to not repeat code from native_c...
2003-01-06 curtSet SO_REUSEADDR on incoming UDP socket so other proces...
2002-12-31 davidPatches from Erik Hofman for SGI compatibility:
2002-12-31 davidPatch from Bernie Bright:
2002-12-30 davidBug fix suggested by Gonzalo Peralta:
2002-12-17 curtRemove DOS line endings.
2002-12-17 tonyFix for X-15 crash.
2002-12-16 curtAdditional failure modeling.
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 curtadd uiuc_getwind.h to distribution.
2002-12-04 tonySync with JSBSim CVS
2002-12-04 davidIgnore more generated files.
2002-12-03 curt#include <config.h> where needed for cygwin/gcc-3.2.
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-27 davidPatch from JSBSim:
2002-11-27 davidChange from JSBSim:
2002-11-23 tonyUpdates for cygwin
2002-11-21 curtMinor property name change to avoid some minor confusion.
2002-11-15 curtRestructuring some of the initialization code.
2002-11-09 andyAdd "spring" and "damp" tunables to gear objects.
2002-11-08 curtRobert Deters:
2002-11-08 curtRobert Deters:
2002-11-05 andyBlindingly stupid ground effect bug. It interpolated...
2002-11-03 davidEliminate dependency of flight.hxx on model.hxx, to...
2002-10-29 curtAndy Ross:
2002-10-27 andyFix coordinate conventions for reporting pilot accelera...
2002-10-24 curtErik Hofman: Irix build fixes.
2002-10-16 curtAdded support for passing wind speed/direction.
2002-10-03 davidIgnore generated files.
2002-10-01 curtAllow for a user specified timeout when waiting for...
2002-10-01 curtPass data needed to make David's new ASI model work...
2002-09-29 tonyInclude gravity in pilot accel calc when Vt < 1
2002-09-29 tonyLatest JSBSim updates -- includes fix for control surfa...
2002-09-28 tonyRemoved delete of dangling pointer -- fixes seg fault...
2002-09-28 curtRenamed raw_ctrls.hxx -> net_ctrls.hxx which makes...
2002-09-28 curtShuffled location of ExternalNet.[ch]xx to it's own...
2002-09-28 curtMoved the ExternalNet code to it's own subdirectory...
2002-09-28 curtMy understanding of plib's net libs has expanded slight...
2002-09-28 curtMinor formating tweaks.
2002-09-28 curtRemoved some extraneous spaces that crept in some how.
2002-09-28 curtPass ground elevation at aircraft position to external...
2002-09-27 curtPass stall warning info in net_fdm.hxx
2002-09-27 curtPass velocities in local body axis.
2002-09-26 curtFor flaps power, fuel pump, and starter, send power...
2002-09-25 curtInterchange state of fuel_pump (switches) and master...
2002-09-25 tonyFixes for flaps, gear, and reset. The c310 takeoff...
2002-09-24 tonyJSBSim updates. This update changes the file format...
2002-09-22 tonyChanged much inline code to non-inline. The inline...
2002-09-22 tonyLatest updates, including a thrust-only turbofan model...
next