]> git.mxchange.org Git - flightgear.git/history - Main/GLUTkey.cxx
Converted fgFLIGHT to a class.
[flightgear.git] / Main / GLUTkey.cxx
1998-12-03 curtConverted fgFLIGHT to a class.
1998-11-06 curtConverted to new logstream debugging facility. This...
1998-11-02 curtCheck for __CYGWIN__ (b20) as well as __CYGWIN32__...
1998-10-25 curtTurned "struct fgCONTROLS" into a class, with inlined...
1998-10-20 curtCtrl-R now reverses default polygon winding so I can...
1998-10-17 curtC++ ifying ...
1998-10-02 curtAdded an "auto throttle"
1998-10-01 curtMore altitude hold tweaks.
1998-09-29 curtAutopilot mods.
1998-09-26 curtC++-ified the comments.
1998-09-17 curtAdded F8 to toggle fog and F9 to toggle texturing.
1998-09-15 curtChanges for new Astro code.
1998-08-29 curtChanges to event manager from Bernie Bright.
1998-08-24 curtAdded i/I to toggle full vs. minimal HUD.
1998-08-05 curtAdded a local routine to update lighting params every...
1998-07-30 curtOutput position & orientation when pausing.
1998-07-27 curtAdded a pause command "p"
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 support for switching between fullscreen and...
1998-06-27 curtReplaced "extern displayInstruments" with a entry in...
1998-06-12 curtPui -> PUI, Gui -> GUI.
1998-06-12 curtAdded support for Pui/Gui.
1998-05-27 curtView optimizations by Norman Vine.
1998-05-16 curtAdded limits to fov.
1998-05-13 curtAdded a keyboard binding to dynamically adjust field...
1998-05-07 curtAdded "D" key binding to set autopilot heading.
1998-04-28 curtType-ified fgTIME and fgVIEW.
1998-04-25 curtEdited cvs log messages in source files ... bad bad...
1998-04-25 curtCleaned up initialization sequence to eliminate interde...
1998-04-24 curtFog tweaks.
1998-04-24 curtWrapped "#include <config.h>" in "#ifdef HAVE_CONFIG_H"
1998-04-22 curtC++ - ifing the code.