]> git.mxchange.org Git - flightgear.git/history - Main
Changes from NHV to make the code more dynamic with fewer hard coded limits.
[flightgear.git] / Main /
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.
1998-07-06 curtAdded support for switching between fullscreen and...
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-06-12 curtPui -> PUI, Gui -> GUI.
1998-06-12 curtAdded support for Pui/Gui.
1998-06-08 curtMinor sound/startup position tweaks.
1998-06-05 curtA bit of fiddling with audio ...
1998-06-03 curtTweaking sound library usage.
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-27 curtView optimizations by Norman Vine.
1998-05-23 curtDerived file "Makefile.in" removed from version control.
1998-05-22 curtModifications to use the new fgEVENT_MGR class.
1998-05-20 curtTweaked smooth shaded texture lighting properties.
1998-05-17 curtFirst pass at view frustum culling now operational.
1998-05-16 curtC++ - ified views.[ch]xx
1998-05-16 curtAdded limits to fov.
1998-05-13 curtAdded a keyboard binding to dynamically adjust field...
1998-05-13 curtRoot path info moved to fgOPTIONS.
1998-05-11 curtFor flat shading use "glHint (GL_FOG_HINT, GL_FASTEST )"
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-05-02 curtUpdated polartocart conversion routine.
1998-04-30 curtAdded command line rendering options:
1998-04-28 curtWrapped zlib calls up so we can conditionally comment...
1998-04-28 curtType-ified fgTIME and fgVIEW.
1998-04-26 curt"struct fgLIGHT" -> "fgLIGHT" because fgLIGHT is typedef'd.
1998-04-26 curtAdded an rint() / HAVE_RINT check.
1998-04-25 curtEdited cvs log messages in source files ... bad bad...
1998-04-25 curtUse already calculated LaRCsim values to create the...
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 curtFog tweaks.
1998-04-24 curtWrapped "#include <config.h>" in "#ifdef HAVE_CONFIG_H"
1998-04-22 curtC++ - ifing the code.
1998-04-21 curtPrepairing for C++ integration.
1998-04-18 curtMoved fg_debug to it's own library, added zlib support.
1998-04-14 curtIncorporated autopilot heading hold contributed by...
1998-04-09 curtMoved to Main/ and incorperated with automake
1998-04-08 curtPatch from Durk to fix trim reversal with numlock key...
1998-04-08 curtTweaks to Gnu automake/autoconf system.
1998-04-06 curtMinor cleanups and reorganizations.
1998-04-03 curtConverting to Gnu autoconf system.
1998-03-23 curtSource code formating tweaks.
1998-03-16 curtPatch to fix Solaris function name contention with...
1998-03-14 curtBeginning initial terrain texturing experiments.
1998-03-09 curtMinor tweaks.
1998-03-09 curtMinor tweaks for building on sparc platform.
1998-03-09 curtModified so that you can specify FG_DEBUGCLASS ***or...
1998-03-09 curtProcessed through the format-o-matic.
next