2002-01-19 |
david | Removed FGEngInterface and FGGearInterface after consul... |
commit | commitdiff | tree | snapshot |
2002-01-19 |
david | Latest JSBSim changes, including some gear tweaking... |
commit | commitdiff | tree | snapshot |
2002-01-19 |
curt | Misc tweaks. |
commit | commitdiff | tree | snapshot |
2002-01-18 |
curt | Tweaks to sound levels from Erik Hofman. |
commit | commitdiff | tree | snapshot |
2002-01-17 |
curt | Fixed typo. |
commit | commitdiff | tree | snapshot |
2002-01-17 |
curt | Handle newer versions of automake automatically. |
commit | commitdiff | tree | snapshot |
2002-01-17 |
curt | A couple minor MSVC tweaks contributed by Jonathan... |
commit | commitdiff | tree | snapshot |
2002-01-16 |
curt | Changes to support optional screen snap shot httpd... |
commit | commitdiff | tree | snapshot |
2002-01-16 |
david | Patches from Cameron Moore to fix setting cloud altitud... |
commit | commitdiff | tree | snapshot |
2002-01-16 |
david | Removed some temporary debug statements. |
commit | commitdiff | tree | snapshot |
2002-01-16 |
david | .cvsignore for new directory. |
commit | commitdiff | tree | snapshot |
2002-01-15 |
curt | I prefer frozen vs. paused for some odd reason. |
commit | commitdiff | tree | snapshot |
2002-01-15 |
curt | Added a subdirectory for man pages (which were contribu... |
commit | commitdiff | tree | snapshot |
2002-01-15 |
curt | Cameron Moore writes: |
commit | commitdiff | tree | snapshot |
2002-01-14 |
david | - changed mixture cutoff from 50% to 30%, to allow... |
commit | commitdiff | tree | snapshot |
2002-01-14 |
curt | Removed FGMatrix.* because it is no longer used by... |
commit | commitdiff | tree | snapshot |
2002-01-14 |
david | Added ability to set engine RPM from FlightGear. |
commit | commitdiff | tree | snapshot |
2002-01-14 |
david | Changes to keep the various autopilot properties from... |
commit | commitdiff | tree | snapshot |
2002-01-11 |
curt | Removed old remnants of plib-1.2.x support. We haven... |
commit | commitdiff | tree | snapshot |
2002-01-11 |
david | Change from Norman Vine to avoid breaking G++ 2.95. |
commit | commitdiff | tree | snapshot |
2002-01-10 |
david | ANSI C++ fixes, to allow compilation with g++ 3.x. |
commit | commitdiff | tree | snapshot |
2002-01-06 |
david | Corrected some typos for 3DFX support. |
commit | commitdiff | tree | snapshot |
2002-01-06 |
david | Added fullscreen to globals, and fixed compile bug... |
commit | commitdiff | tree | snapshot |
2002-01-04 |
david | Renamed fgParseOptions(int,string) to fgParseArgs,... |
commit | commitdiff | tree | snapshot |
2002-01-04 |
david | Don't generate FPEs for Linux for now, until PPE model... |
commit | commitdiff | tree | snapshot |
2002-01-04 |
david | Removed stale include of options.hxx. |
commit | commitdiff | tree | snapshot |
2002-01-03 |
david | JSBSim update: |
commit | commitdiff | tree | snapshot |
2002-01-03 |
david | JSBSim update. |
commit | commitdiff | tree | snapshot |
2002-01-03 |
david | Update from JSBSim |
commit | commitdiff | tree | snapshot |
2002-01-02 |
curt | Added help text for the --aircraft=name option. |
commit | commitdiff | tree | snapshot |
2001-12-30 |
david | Removed unused alpha variable; more code cleanups and... |
commit | commitdiff | tree | snapshot |
2001-12-29 |
david | Initialization fixes. |
commit | commitdiff | tree | snapshot |
2001-12-29 |
curt | Updated to include autoheader. |
commit | commitdiff | tree | snapshot |
2001-12-29 |
curt | Initial revision. |
commit | commitdiff | tree | snapshot |
2001-12-28 |
david | Substantial rewrite of FGNewMat, the material class... |
commit | commitdiff | tree | snapshot |
2001-12-28 |
curt | Updates to build system to better support automake-1.5 |
commit | commitdiff | tree | snapshot |
2001-12-27 |
david | Set default elevator trim to 0 to avoid FPEs and improv... |
commit | commitdiff | tree | snapshot |
2001-12-25 |
david | Updated to latest JSBSim, including preliminary support for |
commit | commitdiff | tree | snapshot |
2001-12-24 |
david | Removing yet another auto-generated file. |
commit | commitdiff | tree | snapshot |
2001-12-24 |
david | Patch from Andy to fix propellers on DC-3. |
commit | commitdiff | tree | snapshot |
2001-12-24 |
david | Renamed static function from sgdPointInTriangle to... |
commit | commitdiff | tree | snapshot |
2001-12-24 |
david | Latest JSBSim changes. |
commit | commitdiff | tree | snapshot |
2001-12-24 |
david | Latest YASim changes. |
commit | commitdiff | tree | snapshot |
2001-12-22 |
david | Modified FGSubsystem::update() to take an int parameter... |
commit | commitdiff | tree | snapshot |
2001-12-22 |
david | Corrected typo in macro name, and reverse flags --... |
commit | commitdiff | tree | snapshot |
2001-12-22 |
david | Enable floating-point exceptions for Linux/x86 systems... |
commit | commitdiff | tree | snapshot |
2001-12-22 |
curt | Added FGScript.{cpp,h} |
commit | commitdiff | tree | snapshot |
2001-12-22 |
curt | Initial revision. |
commit | commitdiff | tree | snapshot |
2001-12-22 |
david | Modified FGSubsystem::update() to take an int parameter... |
commit | commitdiff | tree | snapshot |
2001-12-21 |
david | Latest JSBSim changes. |
commit | commitdiff | tree | snapshot |
2001-12-21 |
curt | Added _wheel_spin[] variable for simple wheel spin... |
commit | commitdiff | tree | snapshot |
2001-12-21 |
curt | Added a really simple wheel spin model for audio effect... |
commit | commitdiff | tree | snapshot |
2001-12-17 |
curt | Regenerated MSVC project files. |
commit | commitdiff | tree | snapshot |
2001-12-17 |
curt | Fix for MSVC. |
commit | commitdiff | tree | snapshot |
2001-12-17 |
curt | Fixed hardcode compass texture path to correspond with... |
commit | commitdiff | tree | snapshot |
2001-12-17 |
curt | The Irix compiler was reporting a "can't jump out of... |
commit | commitdiff | tree | snapshot |
2001-12-17 |
curt | Make the Irix compiler happy. |
commit | commitdiff | tree | snapshot |
2001-12-17 |
david | Latest JSBSim changes, mostly to support yaw and roll... |
commit | commitdiff | tree | snapshot |
2001-12-17 |
david | Latest JSBSim changes to support yaw and roll trim. |
commit | commitdiff | tree | snapshot |
2001-12-17 |
david | Added rudder trim and aileron trim to FGControls, and... |
commit | commitdiff | tree | snapshot |
2001-12-16 |
david | Fixed to look for easyxml.hxx in the simgear/xml rather... |
commit | commitdiff | tree | snapshot |
2001-12-15 |
david | Latest JSBSim changes -- EGT fixes. |
commit | commitdiff | tree | snapshot |
2001-12-15 |
curt | The latest updates from John Wojnaroski. |
commit | commitdiff | tree | snapshot |
2001-12-14 |
david | Latest JSBSim changes. |
commit | commitdiff | tree | snapshot |
2001-12-14 |
david | Latest JSBSim changes. |
commit | commitdiff | tree | snapshot |
2001-12-13 |
david | Latest JSBSim changes. |
commit | commitdiff | tree | snapshot |
2001-12-12 |
curt | Rename FGInterface::_updatePosition() -> |
commit | commitdiff | tree | snapshot |
2001-12-12 |
david | -Removed .cvsignore from itself, since .cvsignore is... |
commit | commitdiff | tree | snapshot |
2001-12-12 |
david | Added --trace-read=<property> and --trace-write=<proper... |
commit | commitdiff | tree | snapshot |
2001-12-12 |
david | Fixed typo preventing loading alternative aircraft... |
commit | commitdiff | tree | snapshot |
2001-12-11 |
curt | Norman's changes to display a scrolling "PAUSE" message... |
commit | commitdiff | tree | snapshot |
2001-12-11 |
david | Added aclocal.m4, which is autogenerated. |
commit | commitdiff | tree | snapshot |
2001-12-11 |
david | Added config.h, which is autogenerated. |
commit | commitdiff | tree | snapshot |
2001-12-11 |
david | Modified initial property parsing order to be more... |
commit | commitdiff | tree | snapshot |
2001-12-11 |
david | Test commit. |
commit | commitdiff | tree | snapshot |
2001-12-11 |
david | Added Andy Ross (YASim). |
commit | commitdiff | tree | snapshot |
2001-12-10 |
curt | Removed autogenerated file. |
commit | commitdiff | tree | snapshot |
2001-12-10 |
curt | YASim-0.1.3 updates. |
commit | commitdiff | tree | snapshot |
2001-12-10 |
curt | Tweak #includes to use double quotes for local files... |
commit | commitdiff | tree | snapshot |
2001-12-10 |
curt | Change to WeatherCM so that it doesn't triger an floati... |
commit | commitdiff | tree | snapshot |
2001-12-10 |
curt | Minor property name change to track changes in xml... |
commit | commitdiff | tree | snapshot |
2001-12-10 |
curt | Tweaks to how we load aircraft defaults and definition... |
commit | commitdiff | tree | snapshot |
2001-12-09 |
curt | David Megginson writes: |
commit | commitdiff | tree | snapshot |
2001-12-09 |
curt | MSVC patches from Christian Mayer. |
commit | commitdiff | tree | snapshot |
2001-12-09 |
curt | Small tweaks to initialization sequence and logic so... |
commit | commitdiff | tree | snapshot |
2001-12-09 |
curt | Revert to pre-wind-sticking ground reaction forces... |
commit | commitdiff | tree | snapshot |
2001-12-09 |
curt | From Christian Mayer fixing some array allocation/overr... |
commit | commitdiff | tree | snapshot |
2001-12-09 |
curt | Cosmetic changes to #include order. |
commit | commitdiff | tree | snapshot |
2001-12-07 |
curt | Changes from Norman Vine that 'almost' get 'reset'... |
commit | commitdiff | tree | snapshot |
2001-12-07 |
curt | Updated to YASim-0.1.2 |
commit | commitdiff | tree | snapshot |
2001-12-07 |
curt | Tweak how tire squeal volume is calculated ... probably... |
commit | commitdiff | tree | snapshot |
2001-12-07 |
curt | Added --aircraft= option back in, but now it refers... |
commit | commitdiff | tree | snapshot |
2001-12-07 |
curt | Syncing with most recent JSBSim. |
commit | commitdiff | tree | snapshot |
2001-12-06 |
curt | Fixed a problem with initial view offset (from command... |
commit | commitdiff | tree | snapshot |
2001-12-06 |
curt | Changed --aircraft= to --aero= to make way for a high... |
commit | commitdiff | tree | snapshot |
2001-12-06 |
curt | Change default search directory for YASim aircraft... |
commit | commitdiff | tree | snapshot |
2001-12-06 |
curt | Tweaks to fix directory change. |
commit | commitdiff | tree | snapshot |
2001-12-06 |
curt | Updated to YASim-0.1.1 |
commit | commitdiff | tree | snapshot |
2001-12-05 |
curt | Fix propellor spelling. |
commit | commitdiff | tree | snapshot |
2001-12-05 |
curt | Fixed a typo in --opengc parsing. |
commit | commitdiff | tree | snapshot |
next |