]> git.mxchange.org Git - flightgear.git/history - Main
MSVC++ portability tweaks contributed by Bernie Bright.
[flightgear.git] / Main /
1999-03-12 curtConverted to C++ style comments.
1999-03-11 curtWhen "Help" is selected from the menu check to see...
1999-03-08 curtAdded panel changes sent in by Friedemann.
1999-03-02 curtTweaks for building with native SGI compilers.
1999-02-26 curtAdded initial support for native SGI compilers.
1999-02-12 curtAllow auto-throttle adjustment while active.
1999-02-12 curtChanges to allow adjustment of the autopilot settings...
1999-02-05 curtModifications to incorporate Jon S. Berndts flight...
1999-02-02 curtMSVC++ portability changes by Bernie Bright:
1999-02-01 curtRenamed FlightGear/Simulator/Flight to FlightGear/Simul...
1999-02-01 curtRemoved unused variables.
1999-01-27 curtGame mode fixes from Norman Vine.
1999-01-21 curtFixed some problems with timing of output strings.
1999-01-20 curtTweaked FDM interface.
1999-01-19 curtMacOS portability changes contributed by "Robert Puyol...
1999-01-09 curtConvert fgTIMESTAMP to FGTimeStamp which holds usec...
1999-01-08 curtBeginning work on compensating for sim time vs. real...
1999-01-07 curtUpdated struct fgGENERAL to class FGGeneral.
1998-12-18 curtNew frame rate counting mechanism.
1998-12-11 curtFixed view frustum culling accuracy bug so we can look...
1998-12-09 curtConverted "class fgVIEW" to "class FGView" and updated...
1998-12-06 curtFixed a problem with the initial starting altitude...
1998-12-06 curtTurned "struct fgWEATHER" into "class FGWeather".
1998-12-05 curtRenamed class fgCONTROLS to class FGControls.
1998-12-05 curtRenamed class fgFLIGHT to class FGState as per request...
1998-12-05 curtLooking into a problem with cur_view_params.abs_view_po...
1998-12-04 curtAdded support for the External flight model.
1998-12-03 curtWorking on fixing up new fgFLIGHT class.
1998-12-03 curtConverted fgFLIGHT to a class.
1998-11-30 curtLots of tweaking to get serial output to actually work.
1998-11-25 curtSupport for an arbitrary number of serial ports.
1998-11-23 curtBorland portability tweaks.
1998-11-23 curtTweaking serial stuff.
1998-11-23 curtFiddling with when I can get info from the opengl driver.
1998-11-20 curtTry to detect Mesa/Glide/Voodoo and chose the appropria...
1998-11-19 curtAdded a "Garman" mode.
1998-11-16 curtAdded pow() macro bug work around.
1998-11-16 curtInitial revision.
1998-11-11 curtAdded Michael Johnson's audio patches for testing.
1998-11-09 curtTweaks for the instrument panel.
1998-11-07 curtEnable release builds using the --without-logging optio...
1998-11-06 curtConverted to new logstream debugging facility. This...
1998-11-06 curtChanges to track Bernie's updates to fgstream.
1998-11-04 curtChanges to the automake/autoconf system to reduce the...
1998-11-02 curtHUD units now display in feet by default with meters...
1998-11-02 curtCheck for __CYGWIN__ (b20) as well as __CYGWIN32__...
1998-10-27 curtChanges to support GLUT joystick routines as fall back.
1998-10-25 curtTurned "struct fgCONTROLS" into a class, with inlined...
1998-10-25 curtChanges to use the new joystick library if it is available.
1998-10-20 curtCtrl-R now reverses default polygon winding so I can...
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-10-01 curtMore altitude hold tweaks.
1998-09-29 curtUse working() instead of !not_working() for audio.
1998-09-29 curtAutopilot mods.
1998-09-26 curtCheck if audio "working()" before doing audio manipulat...
1998-09-26 curtoops, I guess I changed the executable name to fgfs...
1998-09-26 curtClear screen to "black" before drawing splash screen.
1998-09-26 curtC++-ified the comments.
1998-09-25 curtAdded support for pitch and volume envelopes and tied...
1998-09-17 curtAdded F8 to toggle fog and F9 to toggle texturing.
1998-09-15 curtChanges for new Astro code.
1998-09-15 curtInclude/fg_callback.hxx
1998-09-14 curtMoved libAirports.a later in link order.
1998-09-09 curtOnly use GLUT_STENCIL if the instument panel has been...
1998-09-08 curtFixes by Charlie Hotchkiss.
1998-09-08 curtOptimizations by Norman Vine.
1998-09-01 curtChanges contributed by Bernie Bright <bbright@c031...
1998-08-29 curtChanges to event manager from Bernie Bright.
1998-08-28 curtAdded new cockpit code from Friedemann Reinhard
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-25 curtMoved airports.* to ../Airports/
1998-08-24 curtRenamed runfg.bat.in runfgfs.bat.in
1998-08-24 curtrunfg.in renamed to runfgfs.in
1998-08-24 curtAdded i/I to toggle full vs. minimal HUD.
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-08-20 curtAdded GameGLUT support.
1998-08-12 curtMaster volume from 30% -> 80%
1998-08-05 curtAdded a local routine to update lighting params every...
1998-08-03 curtUpdated to be smarter about finding $FG_ROOT.
1998-07-30 curtOutput position & orientation when pausing.
1998-07-27 curtAdded a pause command "p"
1998-07-24 curtSet near clip plane to 0.5 meters when close to the...
1998-07-24 curtDebugging output tweaks.
1998-07-22 curtClear to adjusted fog color (for sunrise/sunset effects)
1998-07-22 curtStrip out \r when parsing config file in case we are...
1998-07-20 curtTweaked color buffer clearing defaults. We clear the...
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-13 curtClear color buffer if drawing wireframe.
1998-07-12 curtAdded ground collision detection.
1998-07-08 curtpolar3d.h renamed to polar3d.hxx
1998-07-06 curtAdded an enable/disable splash screen option.
1998-07-06 curtInitial revision.
next