]> git.mxchange.org Git - flightgear.git/history - Main/options.cxx
Modifications to incorporate Jon S. Berndts flight model code.
[flightgear.git] / Main / options.cxx
1999-02-05 curtModifications to incorporate Jon S. Berndts flight...
1999-02-01 curtRenamed FlightGear/Simulator/Flight to FlightGear/Simul...
1999-01-19 curtMacOS portability changes contributed by "Robert Puyol...
1999-01-07 curtUpdated struct fgGENERAL to class FGGeneral.
1998-12-06 curtFixed a problem with the initial starting altitude...
1998-12-05 curtRenamed class fgFLIGHT to class FGState as per request...
1998-12-04 curtAdded support for the External flight model.
1998-11-25 curtSupport for an arbitrary number of serial ports.
1998-11-23 curtBorland portability tweaks.
1998-11-16 curtAdded pow() macro bug work around.
1998-11-06 curtConverted to new logstream debugging facility. This...
1998-11-06 curtChanges to track Bernie's updates to fgstream.
1998-11-02 curtHUD units now display in feet by default with meters...
1998-10-17 curtC++ ifying ...
1998-09-15 curtInclude/fg_callback.hxx
1998-09-08 curtOptimizations by Norman Vine.
1998-08-27 curtContributions from Bernie Bright <bbright@c031.aone...
1998-08-24 curtAdded i/I to toggle full vs. minimal HUD.
1998-08-20 curtAdded GameGLUT support.
1998-07-30 curtOutput position & orientation when pausing.
1998-07-27 curtAdded a pause command "p"
1998-07-22 curtStrip out \r when parsing config file in case we are...
1998-07-16 curt"H" / "h" now control hud brightness as well with off...
1998-07-13 curtWrote access functions for current fgOPTIONS.
1998-07-06 curtAdded an enable/disable splash screen option.
1998-07-04 curtAdd my own version of gluLookAt() (which is nearly...
1998-06-27 curtReplaced "extern displayInstruments" with a entry in...
1998-06-17 curtRefined conditional audio support compilation.
1998-06-13 curtTweaked fog command line options.
1998-05-16 curtC++ - ified views.[ch]xx
1998-05-13 curtAdded a keyboard binding to dynamically adjust field...
1998-05-07 curtAdded "D" key binding to set autopilot heading.
1998-05-06 curtAdded an averaged global frame rate counter.
1998-05-03 curtAdded an option to enable/disable full-screen mode.
1998-04-30 curtAdded command line rendering options:
1998-04-28 curtType-ified fgTIME and fgVIEW.
1998-04-26 curtAdded an rint() / HAVE_RINT check.
1998-04-25 curtAdded an command line option to set starting position...
1998-04-24 curtWrapped "#include <config.h>" in "#ifdef HAVE_CONFIG_H"