]> git.mxchange.org Git - flightgear.git/history - Main/fg_init.cxx
Converted fgFLIGHT to a class.
[flightgear.git] / Main / fg_init.cxx
1998-12-03 curtConverted fgFLIGHT to a class.
1998-11-20 curtTry to detect Mesa/Glide/Voodoo and chose the appropria...
1998-11-16 curtAdded pow() macro bug work around.
1998-11-11 curtAdded Michael Johnson's audio patches for testing.
1998-11-07 curtEnable release builds using the --without-logging optio...
1998-11-06 curtConverted to new logstream debugging facility. This...
1998-10-27 curtChanges to support GLUT joystick routines as fall back.
1998-10-25 curtChanges to use the new joystick library if it is available.
1998-10-18 curtPoint3D tweaks.
1998-10-17 curtC++ ifying ...
1998-10-16 curtC++-ifying.
1998-10-16 curtConverted to Point3D class.
1998-10-02 curtAdded an "auto throttle"
1998-09-29 curtAutopilot mods.
1998-09-15 curtChanges for new Astro code.
1998-09-15 curtInclude/fg_callback.hxx
1998-09-08 curtFixes by Charlie Hotchkiss.
1998-08-29 curtChanges to event manager from Bernie Bright.
1998-08-27 curtContributions from Bernie Bright <bbright@c031.aone...
1998-08-25 curtShuffled $FG_ROOT file layout.
1998-08-25 curtDirectory reshuffling.
1998-08-22 curtAttempting to iron out seg faults and crashes.
1998-08-20 curtReshuffled some of the code in and around views.[ch]xx
1998-07-30 curtOutput position & orientation when pausing.
1998-07-27 curtAdded a pause command "p"
1998-07-24 curtDebugging output tweaks.
1998-07-22 curtClear to adjusted fog color (for sunrise/sunset effects)
1998-07-13 curtWrote access functions for current fgOPTIONS.
1998-07-13 curtClear color buffer if drawing wireframe.
1998-07-12 curtAdded ground collision detection.
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-08 curtMinor sound/startup position tweaks.
1998-06-03 curtUpdated to compile in audio support if OSS available.
1998-06-01 curtAdded Linux audio support.
1998-05-29 curtTweaked material properties & lighting a bit in GLUTmai...
1998-05-22 curtModifications to use the new fgEVENT_MGR class.
1998-05-20 curtTweaked smooth shaded texture lighting properties.
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 curt"struct fgLIGHT" -> "fgLIGHT" because fgLIGHT is typedef'd.
1998-04-25 curtEdited cvs log messages in source files ... bad bad...
1998-04-25 curtCleaned up initialization sequence to eliminate interde...
1998-04-25 curtAdded an command line option to set starting position...
1998-04-24 curtWrapped "#include <config.h>" in "#ifdef HAVE_CONFIG_H"
1998-04-22 curtC++ - ifing the code.