]> git.mxchange.org Git - flightgear.git/history - src/Main/fg_init.cxx
Erik Hofman:
[flightgear.git] / src / Main / fg_init.cxx
2002-05-17 curtFrom: "Jim Wilson" <jimw@kelcomaine.com>
2002-05-14 curtMoved some scenery component initialization into FGScenery.
2002-05-14 curtConsolodating scenery structures in scenery.hxx.
2002-05-14 curtMoved "scenery" from being declaried in scenery.cxx...
2002-05-12 davidRemoved configuration option --with-old-mouse and FG_OL...
2002-05-10 davidMac OS X fixes and MSVC warning fixes from Jonathan...
2002-04-25 davidUFO FDM patches from Jonathan Polley:
2002-04-22 curtComment out ATC AI manager init() and update() calls...
2002-04-21 curtFix for reset causing view problems when not in pilot...
2002-04-13 davidPatch from Jim Wilson:
2002-04-11 curtBernie Bright:
2002-04-11 curtFinally getting around to being able to specify host...
2002-04-11 curtThis patch includes the FGLocation class, a few fixes...
2002-04-09 davidRemoved current_model global variable and added a refer...
2002-04-07 davidPatches from Norm Vine to improve framerate and add...
2002-04-06 davidViewer update from Jim Wilson:
2002-04-05 curtHere is the 'boostified' event manager plus relevant...
2002-04-04 davidLet exceptions fall through to main, and use cerr to...
2002-04-03 curtAttached are a fairly extensive series of patches to...
2002-03-26 curtOops, in the latest property manager rewrite, a typo...
2002-03-20 davidUse !strcmp for all property string-value comparisons.
2002-03-20 curtConverted if ( string == "" ) constructs to if ( string...
2002-03-14 davidCentralized most view-management code in FGViewMgr...
2002-03-13 davidAutopilot cleanup:
2002-03-13 curtWorking on the start of a 'standard' <grin> remote...
2002-03-12 davidAdded new logging module.
2002-03-03 davidLogging cleanups from Martin Dressler.
2002-03-01 curtAttached is a reasonably large patch to add a proper ATC
2002-02-25 curtMoved JSBSim.hxx to src/FDM/JSBSim/
2002-02-22 davidGeneral cleanups to cut cross-dependencies and speed...
2002-02-22 davidAdded FGEnvironmentMgr to provide information on the...
2002-02-20 curtAdded Tony's function to set position on a glide slope.
2002-02-19 davidInitial take of new environment subsystem. Configure...
2002-02-19 davidFirst steps in a weather reorganization. Note especial...
2002-02-17 davidChanges from Tony Peden to fix reinit crashes (and...
2002-02-11 curtBetter support for an alternate calendar time (i.e...
2002-02-06 curtSome follow up patches from Norman Vine.
2002-02-05 curtA grab bag of tweaks and patches from Norman Vine.
2002-01-20 curtRestructured the 'freeze' property a bit. We now have
2002-01-06 davidAdded fullscreen to globals, and fixed compile bug...
2002-01-04 davidRenamed fgParseOptions(int,string) to fgParseArgs,...
2001-12-28 davidSubstantial rewrite of FGNewMat, the material class...
2001-12-12 davidFixed typo preventing loading alternative aircraft...
2001-12-11 davidModified initial property parsing order to be more...
2001-12-10 curtTweaks to how we load aircraft defaults and definition...
2001-12-09 curtSmall tweaks to initialization sequence and logic so...
2001-12-06 curtChanged --aircraft= to --aero= to make way for a high...
2001-12-01 curtIntegrating YASim into the build system.
2001-11-12 curtAdd the "null" flight model which is a better name...
2001-11-07 curtChanges to support Dave Luff's initial ATC/ATIS module.
2001-11-07 curtTweaks to get startup time, relative sun angle, sky...
2001-10-29 curtAdded sound effect changes from David Megginson.
2001-10-28 curtThis set of changes touches a *lot* of files. The...
2001-10-24 curtFixes for win_ratio/aspect_ratio confusion. It was...
2001-07-24 curt- catch sg_exception instead of sg_io_exception
2001-07-22 curtMove FGControls declaration to globals.hxx
2001-07-19 curtCM:
2001-07-19 curt- catch exception from readProperties and exit
2001-07-16 curtTweaks to base version check code.
2001-07-16 curtCheck for the proper version of the base package and...
2001-07-16 curtUse try/catch to flag FDM initialization errors.
2001-07-02 curt** Properties Renamed
2001-07-02 curtOops, typo.
2001-07-02 curtTweaks.
2001-06-05 curt- removed all reference to BFI; use fgInitProps instead
2001-06-04 curt- no longer include joystick.hxx
2001-06-01 curt- added invocation of fgInitCommands() to set up comman...
2001-05-23 curtI'm attaching diffs to add a new FGInput module to...
2001-04-22 curtFix various compiler warnings contributed by Norman...
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-02 curtInitial units confusion 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-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-17 curtJulian Foad: fixes to meters/feet confusion. (Also...
2001-03-16 curtInitial support for marker beacons.
2001-03-06 curtA small patch (a few lines) to add a --file option to
2001-03-02 curtTony's patches to allow you to position yourself at...
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-05 curt1. Added src/Main/fgfs.hxx as a standard, top-level...
2000-12-19 curtApplied changes relative to David Megginson's property...
2000-12-06 curtAdded a --visibility= option.
2000-11-01 curtMoved fov and win_ration from FGOptions to FGViewer...
2000-10-28 curtUpdates by Tony working on the FDM interface bus.
2000-10-27 curtAdded CHT (cylinder head temp) to BFI and property...
next