]> git.mxchange.org Git - flightgear.git/history - src/Main
Tweaks to how we load aircraft defaults and definition file to make things
[flightgear.git] / src / Main /
2001-06-01 curt- modified setup so that the globals object creates...
2001-06-01 curt- added invocation of fgInitCommands() to set up comman...
2001-06-01 curtInitial revision of interface to new SimGear command...
2001-06-01 curt- removed some obsolete method declarations
2001-06-01 curt- implemented get/setViewOffset and get/setGoalViewOffset
2001-06-01 curt- added fg_commands.cxx and fg_commands.hxx
2001-05-31 curtMake FGViewer::update() a pure virtual because FGViewer...
2001-05-30 curtWe don't need to explicitely #include <glext.h> since...
2001-05-29 curtWin32 fixes.
2001-05-29 curtFix a clash with some standard MSVC defines (yeah MS...
2001-05-23 curtI'm attaching diffs to add a new FGInput module to...
2001-05-23 curtMinor texture tweaks.
2001-05-19 curtThreaded tile paging:
2001-05-18 curtTweaks.
2001-05-18 curtTrying to fix ascii file parsing and line terminator...
2001-05-17 curtMSVC++ changes contributed by Geoff McLane.
2001-05-16 curtAdded David Megginson's patch for reconfigurable keyboa...
2001-05-16 curtAdded a missing 'return' in case statement.
2001-05-15 curtModifications to coordinate with recent changes in...
2001-05-15 curtRe-added support for loading on-the-fly textures.
2001-04-26 curtTimezone fixes for Cygwin.
2001-04-22 curtFix various compiler warnings contributed by Norman...
2001-04-11 curtInitial stab at a threaded tile loader contributed...
2001-04-05 curtSynced with latest JSBSim cvs.
2001-04-05 curtAdded a special default default fgroot for cygwin.
2001-04-05 curtFrom David Megginson:
2001-04-05 curtData logging patches from Jon Berndt
2001-04-02 curtInitial units confusion fixes.
2001-04-02 curtIrix MipsPro patches and fixes.
2001-03-30 curtLatest round of JSBSim updates.
2001-03-29 curt- model loading should work again with the latest CVS...
2001-03-29 curtUpdates from Bernie Bright to massage tile loading...
2001-03-28 curtLight model tweaks.
2001-03-28 curtFix moon drawing at night.
2001-03-28 curtRemoved an unneeded exit()
2001-03-28 curtLighting fixes.
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-22 curtAdded support for reading ~/.fgfsrc.hostname files.
2001-03-19 curtFixed some problems with marker beacon range:
2001-03-17 curtJulian Foad: fixes to meters/feet confusion. (Also...
2001-03-16 curtInitial support for marker beacons.
2001-03-14 curtRemoved ios::binary on file open.
2001-03-10 curtDon't play DME ident if no colocated DME.
2001-03-09 curtWorking on vor audio ident (morse).
2001-03-08 curtOpen C++ iostreams as ios::binary.
2001-03-06 curtA small patch (a few lines) to add a --file option to
2001-03-05 curtReshuffled some of the sound code and created a "src...
2001-03-05 curtMore work on morse code ...
2001-03-05 curtContinued work on morse code generator.
2001-03-05 curtAdded beginnings of a morse code sound clip manager.
2001-03-03 curtFixed a couple property manager typos.
2001-03-02 curtOops, forgot to take out -lsgmetar
2001-03-02 curtTony's patches to allow you to position yourself at...
2001-03-02 curtUpdated comments.
2001-03-02 curtAdded a first pass at a C++ sound manager class.
2001-03-01 curtContributed by Dave Luff:
2001-02-27 curtLots of little tweaks to autopilot to make it more...
2001-02-26 curtFixed a problem with autodetecting if we need to draw...
2001-02-25 curtFixed a typo preventing the nav2 heading needle from...
2001-02-25 curtTweaks relating to autopilot heading hold.
2001-02-23 curtAdded support for managing fov via the property manager...
2001-02-07 curtChanges to make the default autopilot heading hold...
2001-02-02 curtFix a problem with external views where the sky lightin...
2001-02-02 curtFixes to get back support for Voodoo-1/2 cards and...
2001-01-31 curtAdded a specific "altas" format for output which includ...
2001-01-31 curtFixed --enable-freeze.
2001-01-29 curtAdded a GUI vec3 pilot offset control contributed by...
2001-01-26 curtFixes to iochannel parsing which had gotten broke at...
2001-01-23 curtTweaks to add an altitude indicator adjustment.
2001-01-22 curtFixed a couple property manager typo's.
2001-01-19 curtThe FlightGear patches add new saveInitialState and
2001-01-17 curtMore tweaking of position reset logic.
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-12 curtIntegrated FGOptions with the property manager (by...
2001-01-11 curtInternal interface changes by David Megginson.
2001-01-11 curtMiscellaneous MSVC porting fixes by Christian Mayer.
2001-01-08 curtTweaks.
2001-01-08 curtMinor tweaks.
2001-01-08 curtTweaks to the LaRCsim interface to get wind working.
2001-01-06 curtTweaks to binobj reader interface.
2001-01-05 curt1. Added src/Main/fgfs.hxx as a standard, top-level...
2001-01-05 curtContibuted by David Megginson; Initial revision.
2001-01-05 curtTweaks related to the HUD.
2000-12-19 curtApplied changes relative to David Megginson's property...
2000-12-19 curtAdded some initial support for moving parts on aircraft...
2000-12-14 curtFix a view bug that could make the aircraft appear...
2000-12-13 curtMacOS changes contributed by Darrell Walisser (12/13...
2000-12-13 curtRenamed FGBucket -> SGBucket.
next