]> git.mxchange.org Git - flightgear.git/history - src/Main/fg_props.cxx
Fix my mailing address by replacing it with my web page.
[flightgear.git] / src / Main / fg_props.cxx
2004-10-24 ehofmanRoy Vegard Ovesen:
2004-04-24 curtChanges to go along with small interface changes in...
2004-03-16 davidRemove the old WeatherCM module.
2004-02-20 davidChange fg_props.[ch]xx into a proper subsystem, under...
2003-11-25 davidDeal with null argument for setting log level.
2003-09-24 ehofmanMove FGEventMgr and FGSubsystemMgr over to SimGear...
2003-09-20 ehofmanConvert fgLIGHT to FGLight and make it FGSubsystem...
2003-07-01 ehofmanFix a problem where the compass goes negative by the...
2003-05-13 curtDrop support for rendering both w/ and w/o textures...
2003-05-12 curtMoved fgfs_src/Object/newmat.[ch]xx and fgfs_src/Object...
2003-05-09 curt- Added "SG" prefix to sound classes that recently...
2003-05-09 ehofmanExtract the sound code from FlightGear and move it...
2003-05-06 curtThis is step "1" of probably "many" in the process...
2003-03-20 ehofmanChange cout and cerr in SG_LOG() where appropriate...
2003-01-21 davidMake fgLoadProps more flexible, to read from $FG_ROOT...
2002-12-31 davidPatches from Erik Hofman for SGI compatibility:
2002-12-11 curtFix out of order initialization crash (not sure how...
2002-11-15 curtRestructuring some of the initialization code.
2002-11-06 davidAdded fgLoadProps to load properties from a path relati...
2002-06-18 davidAdded fgAddChangeListener convenience functions.
2002-06-05 curtSet control surface positions when using an external...
2002-05-12 davidRemoved configuration option --with-old-mouse and FG_OL...
2002-05-11 davidMajor overhaul:
2002-04-20 curtThere was an integer overflow in the way elapsed_time_m...
2002-04-19 davidStop the sound when paused. We really need a separate...
2002-04-07 davidPatch from Frederic Bouvier (FIXME comments added by...
2002-03-20 curtConverted if ( string == "" ) constructs to if ( string...
2002-03-19 davidMajor property-manager rewrite, using const char *...
2002-03-16 davidPatches from Tony Peden to separate property XML I...
2002-03-14 davidMore work on saving and restoring flights. Restoring...
2002-03-14 davidCentralized most view-management code in FGViewMgr...
2002-03-12 davidBind a new property, /sim/time/elapsed-ms, giving the...
2002-03-03 davidAdded write-all parameter to save command. If set...
2002-03-01 curtThis is the change where autopilot bindings are moved...
2002-02-20 davidCorrected typo that was hiding winds from FDM's unless...
2002-02-19 davidInitial take of new environment subsystem. Configure...
2002-02-19 davidFirst steps in a weather reorganization. Note especial...
2002-02-11 curtBetter support for an alternate calendar time (i.e...
2002-01-20 curtRestructured the 'freeze' property a bit. We now have
2002-01-19 davidAdd infrastructure in preparation for tilting the view.
2002-01-19 davidRemoved FGEngInterface and FGGearInterface after consul...
2002-01-16 davidRemoved some temporary debug statements.
2002-01-15 curtI prefer frozen vs. paused for some odd reason.
2002-01-14 davidChanges to keep the various autopilot properties from...
2002-01-06 davidAdded fullscreen to globals, and fixed compile bug...
2001-12-11 curtNorman's changes to display a scrolling "PAUSE" message...
2001-12-09 curtDavid Megginson writes:
2001-12-09 curtMSVC patches from Christian Mayer.
2001-12-06 curtFixed a problem with initial view offset (from command...
2001-12-03 curtThrottle runs all throttles simultaneously by default.
2001-11-30 curt** src/Cockpit/panel.cxx
2001-11-20 curt- added /sim/logging/classes and /sim/logging/priority...
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-10-10 curtPatches from Dave Luffto pass the magneto and starter...
2001-10-05 curtTweaks ...
2001-08-31 curtFixed [simple] terrain following altitude hold mode...
2001-08-03 curt- added FGCondition class and subclasses
2001-07-24 curt- catch sg_exception instead of sg_io_exception
2001-07-22 curtMove FGControls declaration to globals.hxx
2001-07-19 curt- catch exception from readProperties and show dialog
2001-07-16 curt- added /sim/temp/winding-ccw property
2001-07-12 curtMade the following properties archivable:
2001-07-11 curtFixed a problem with recentering/snaping the view direc...
2001-07-09 curtFixed a typo, tank2 -> tank[1]
2001-07-08 curtAllow other routines to increment/decrement goal_view_o...
2001-07-02 curt** Properties Renamed
2001-07-02 curtFixed a bug with warp variable initialization. fgTie...
2001-06-26 curtinput.cxx: cleaned up some warnings.
2001-06-26 curt- /autopilot/locks/altitude now returns true only for...
2001-06-26 curtMoved DEFAULT_AP_HEADING_LOCK to newauto.hxx
2001-06-20 curt- added Alex Perry's patch to support more sophisticate...
2001-06-05 curtPart of David's command binding updates.
2001-05-23 curtI'm attaching diffs to add a new FGInput module to...
2001-05-18 curtTweaks.
2001-04-02 curtIrix MipsPro patches and fixes.
2001-03-24 curtSG-ified logstream.
2001-01-19 curtThe FlightGear patches add new saveInitialState and
2001-01-05 curtContibuted by David Megginson; Initial revision.