]> git.mxchange.org Git - flightgear.git/history - Main/options.hxx
Turned "struct fgCONTROLS" into a class, with inlined accessor functions.
[flightgear.git] / Main / options.hxx
1998-10-25 curtTurned "struct fgCONTROLS" into a class, with inlined...
1998-09-17 curtAdded F8 to toggle fog and F9 to toggle texturing.
1998-09-08 curtFixes by Charlie Hotchkiss.
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-13 curtWrote access functions for current fgOPTIONS.
1998-07-06 curtAdded an enable/disable splash screen option.
1998-06-27 curtReplaced "extern displayInstruments" with a entry in...
1998-05-16 curtC++ - ified views.[ch]xx
1998-05-13 curtAdded a keyboard binding to dynamically adjust field...
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-25 curtAdded an command line option to set starting position...
1998-04-24 curtWrapped "#include <config.h>" in "#ifdef HAVE_CONFIG_H"