]> git.mxchange.org Git - flightgear.git/history - src/FDM
Various tweaks for mingwin32.
[flightgear.git] / src / FDM /
2001-08-14 curtMisc tweaks.
2001-07-30 curtVarious MSVC tweaks and warning fixes.
2001-07-26 curtUpdates.
2001-07-24 curtTweaks.
2001-07-23 curtInitial revision.
2001-07-23 curtMulti-engine throttle fixes.
2001-07-23 curtAdded recent ground effect modeling changes.
2001-07-22 curtMove FGControls declaration to globals.hxx
2001-07-16 curt- make certain UVW velocities don't overright airspeed...
2001-07-16 curtUse throw to report config file load errors.
2001-07-13 curtUpdated so load/save will work.
2001-07-13 curtSynced with latest JSBSim.
2001-07-13 curtMost recent changes blew up LaRCsim so we are reverting...
2001-07-13 curtFix a comment.
2001-07-13 curtWe check if the ptr is NULL before deleting it, so...
2001-07-13 curtJust being a tad more careful with setting the ptr...
2001-07-12 curt- modified set_V_(north|east|down) to use set_Velocitie...
2001-07-12 curtMade the following properties archivable:
2001-07-12 curtsync with latest JSBSim ...
2001-07-11 curtRemoved FGControls.{cpp,h}
2001-07-10 curt20010710 sync with JSBSim.
2001-07-02 curt** Properties Renamed
2001-06-26 curtFix a JSBSim airport elevation bug.
2001-06-20 curtSynced to latest version of JSBSim which [hopefully...
2001-06-12 curtProperty node patches by David Megginson.
2001-06-06 curtMore property node optimizations.
2001-06-06 curtDebugging output.
2001-06-05 curtJSBSim tweaks.
2001-06-05 curtSynced with latest JSBSim as of June 5, 2001.
2001-05-21 curtTile pager tweaks.
2001-05-18 curtDon't build ls_trim.c, but keep it in EXTRA_DIST.
2001-05-17 curtMSVC++ changes contributed by Geoff McLane.
2001-04-17 curtSynced with latest JSBSim. X15 works for me, but C172...
2001-04-13 curtOops missed one updated file.
2001-04-13 curtIrix MipsPRO fixes.
2001-04-11 curtInitial stab at a threaded tile loader contributed...
2001-04-06 curtMore JSBSim updates.
2001-04-05 curtSynced with latest JSBSim cvs.
2001-04-05 curtFrom David Megginson:
2001-04-05 curtData logging patches from Jon Berndt
2001-04-02 curtPatches to flight.cxx to make things work better with...
2001-04-02 curtUpdates to fix c172 throttle.
2001-04-02 curtLatest jsbsim updates.
2001-04-02 curtIrix MipsPro patches and fixes.
2001-04-02 curtUpdated from JSBSim cvs.
2001-03-30 curtInitial revision.
2001-03-30 curtLatest round of JSBSim updates.
2001-03-29 curtInitial revision.
2001-03-29 curt- model loading should work again with the latest CVS...
2001-03-29 curtFrom: David Megginson <david@megginson.com>
2001-03-29 curtFix for MSVC.
2001-03-28 curtFix moon drawing at night.
2001-03-26 curtIrix MIPS patches.
2001-03-25 curtMore fg -> sg namespace changes in simgear.
2001-03-24 curtSG-ified logstream.
2001-03-24 curtSG_ namespace.
2001-03-24 curtSG_ namespace
2001-03-24 curtFG_ to SG_ namespace changes.
2001-03-24 curtFG_ to SG_ namespace changes.
2001-03-24 curtFG_ to SG_ namespace changes.
2001-03-23 curtFG_ to SG_ namespace changes.
2001-03-23 curtFG_ to SG_ name changes.
2001-03-23 curtFG_HAVE_STD_INCLUDES -> SG_HAVE_STD_INCLUDES
2001-03-22 curtDavid Luff: I've put Phil's temperature correction...
2001-03-22 curtDavid Luff: Here is an update to the engine model...
2001-03-10 curtFixes from Erik Hofman for Mips Irix.
2001-03-03 curtFixes to initial position for JSBSim.
2001-03-02 curtAdded a first pass at a C++ sound manager class.
2001-03-01 curtContributed by Dave Luff:
2001-02-02 curtDavid Luff writes:
2001-01-29 curtBug fix/typo fix submitted by Tony.
2001-01-17 curtWorking on setting initial altitude correctly after...
2001-01-17 curtMore "delta-t" and fdm interface timing tweaks.
2001-01-16 curtTweaking the FGInterface interface so we can move it...
2001-01-16 curtMore property manager interface updates.
2001-01-13 curtDavid Megginson writes:
2001-01-11 curtMiscellaneous MSVC porting fixes by Christian Mayer.
2001-01-11 curtMinor MSVC porting tweaks.
2001-01-09 curtTweaks from Tony to JSBSim.cxx jsbsim interface to...
2001-01-08 curtTweaks to the LaRCsim interface to get wind working.
2000-12-13 curtMacOS changes contributed by Darrell Walisser (12/13...
2000-11-30 curtMoved Time/timestamp.hxx into simgear/timing/timestamp.hxx
2000-11-14 curtNov. 14, 2000 JSBSim updates
2000-11-13 curtRearranged includes a touch.
2000-11-03 curtSync with current JSBSim devel code.
2000-11-02 curtHere are updated IO360.cxx and IO360.hxx files with...
2000-10-28 curtUpdates by Tony working on the FDM interface bus.
2000-10-27 curtAdded CHT (cylinder head temp) to BFI and property...
2000-10-27 curtThis is a somewhat rough first attempt at modelling...
2000-10-24 curtStarted integrating Jon's doc++ comments.
2000-10-24 curtUpdates to fix a network communication problem.
2000-10-24 curtI tested:
2000-10-19 curtMoved winWidth and winHeight out of FGViewer since...
2000-10-19 curtCode clean ups relating to FGOptions ... and moved...
2000-10-19 curtThe following changes were made to flightgear-0.7.5...
2000-10-16 curtAdded #include <math.h> for fabs()
2000-10-16 curtRenamed new FGEngine to FGNewEngine to avoid conflict...
2000-10-16 curtCheck return value of FDM::init().
2000-10-14 curtFriday the 13th JSBSim update ... :-0 !!!
2000-10-13 curtPanel tweaks to support "shaped" panels.
next