]> git.mxchange.org Git - flightgear.git/shortlog
flightgear.git
2002-02-12 curtInitial changelog for 0.7.9
2002-02-12 curtMake code a bit more explicit.
2002-02-12 curtConverted a cout to SG_LOG()
2002-02-12 curtEnable audio support for MSVC builds.
2002-02-11 curtBetter support for an alternate calendar time (i.e...
2002-02-11 curtAdd support for cygwin
2002-02-11 curtFixed a typo.
2002-02-10 curtSet default value for cur time override to 0 (no override)
2002-02-10 curtChanges to match simgear changes which allow overriding...
2002-02-08 curtTweaks to 'native fdm' output. Time offset should...
2002-02-08 curtFixes for the bug where LaRCsim gets no fuel and won...
2002-02-08 curtFix several off by one errors in hud_card.cxx
2002-02-08 curtFix a potential mouse freeze.
2002-02-08 davidJSBSim change from Dave Luff:
2002-02-08 davidPatch from Melchior Franz:
2002-02-08 davidModified to use a relative path for aircraft_dir rather...
2002-02-08 curtFixed a typo ...
2002-02-08 curtMSVC++ fixes
2002-02-07 curtFreeBSD fix.
2002-02-06 curtRemoved an unneeded #include
2002-02-06 curtSome follow up patches from Norman Vine.
2002-02-06 davidPatch from Melchior Franz:
2002-02-06 davidLatest JSBSim changes from Tony Peden (should help...
2002-02-06 curtCygwin fix.
2002-02-06 davidPatches from Melchior Franz:
2002-02-06 davidPatches from Melchior Franz:
2002-02-06 davidPatches from Melchior Franz:
2002-02-06 curtWIN32 fix.
2002-02-06 davidLatest JSBSim changes, including a kludge from Tony...
2002-02-06 curtLatest version submitted by John W.
2002-02-05 curtFixes for default chase view values.
2002-02-05 curtFix the not showing the last item bug. Also I cleaned...
2002-02-05 curtMSVC updates.
2002-02-05 curtA grab bag of tweaks and patches from Norman Vine.
2002-02-05 curtUpdated --help message.
2002-02-05 curtVarious Irix compiler tweaks.
2002-02-05 curt1. Tidies up h-FOV/v-FOV handling and makes window...
2002-02-05 curt1. Enable intro music under MS Windows. (main.cxx)
2002-02-05 curtTweaks from Julian Foad:
2002-02-04 curtUpdates from "Jonathan Polley" <jwpolley@home.com>...
2002-02-04 curtPrint the usage message as well if a base package versi...
2002-02-04 curtPatch from Melchior Franz to add support for indexed...
2002-02-01 curtUpdates to allow weather system and atis to interact...
2002-02-01 curtUpdated with latest build information.
2002-02-01 davidLatest JSBSim changes, including SGI patch.
2002-02-01 davidAdded confdefs.h (whatever that is).
2002-02-01 davidAdded new generated man pages.
2002-01-31 curtUpdates to existing man pages. New man pages for est...
2002-01-31 curtUncommented a few more inline accessors for the FDM...
2002-01-31 curtUpdates from John to pass additional data to the extern...
2002-01-31 curtAdditional autopilot tuning taking into consideration...
2002-01-30 curtVariable "i" was multiply defined in two for loops.
2002-01-30 davidFixes from Cameron Moore:
2002-01-30 davidProperty-tree-viewer improvements from Melchior Franz.
2002-01-28 curtFixes to make telnet interface work more than 1x.
2002-01-24 davidLatest update from JSBSim.
2002-01-24 curtAutopilot now honors tunable altitude hold parameters...
2002-01-23 curtSmall fix for Irix.
2002-01-22 curtMinor tweaks.
2002-01-22 curtAdded some sanity checking.
2002-01-20 curt- added --(en|dis)able-fuel-freeze and --jpg-httpd
2002-01-20 curt- reworked spacing/layout to be more readable
2002-01-20 curtAdd --enable/disable-fuel-freeze command line options.
2002-01-20 curt#ifdef out some test code.
2002-01-20 curtRestructured the 'freeze' property a bit. We now have
2002-01-19 davidAdded the ability to tilt the view as well as rotate...
2002-01-19 davidAdd infrastructure in preparation for tilting the view.
2002-01-19 davidLatest JSBSim changes.
2002-01-19 davidFix use of properties for fuel-tank levels.
2002-01-19 davidReturn a positive shortage when there is still fuel...
2002-01-19 david- fixed fuel-need calculations
2002-01-19 curtSame autogen.sh tweak as for simgear to better handle...
2002-01-19 davidRemoved FGEngInterface and FGGearInterface after consul...
2002-01-19 davidLatest JSBSim changes, including some gear tweaking...
2002-01-19 curtMisc tweaks.
2002-01-18 curtTweaks to sound levels from Erik Hofman.
2002-01-17 curtFixed typo.
2002-01-17 curtHandle newer versions of automake automatically.
2002-01-17 curtA couple minor MSVC tweaks contributed by Jonathan...
2002-01-16 curtChanges to support optional screen snap shot httpd...
2002-01-16 davidPatches from Cameron Moore to fix setting cloud altitud...
2002-01-16 davidRemoved some temporary debug statements.
2002-01-16 david.cvsignore for new directory.
2002-01-15 curtI prefer frozen vs. paused for some odd reason.
2002-01-15 curtAdded a subdirectory for man pages (which were contribu...
2002-01-15 curtCameron Moore writes:
2002-01-14 david- changed mixture cutoff from 50% to 30%, to allow...
2002-01-14 curtRemoved FGMatrix.* because it is no longer used by...
2002-01-14 davidAdded ability to set engine RPM from FlightGear.
2002-01-14 davidChanges to keep the various autopilot properties from...
2002-01-11 curtRemoved old remnants of plib-1.2.x support. We haven...
2002-01-11 davidChange from Norman Vine to avoid breaking G++ 2.95.
2002-01-10 davidANSI C++ fixes, to allow compilation with g++ 3.x.
2002-01-06 davidCorrected some typos for 3DFX support.
2002-01-06 davidAdded fullscreen to globals, and fixed compile bug...
2002-01-04 davidRenamed fgParseOptions(int,string) to fgParseArgs,...
2002-01-04 davidDon't generate FPEs for Linux for now, until PPE model...
2002-01-04 davidRemoved stale include of options.hxx.
2002-01-03 davidJSBSim update:
2002-01-03 davidJSBSim update.
next