]> git.mxchange.org Git - flightgear.git/history - src/Main/main.cxx
Fixes to ILS approaches ... now takes into consideration actual GS and DME
[flightgear.git] / src / Main / main.cxx
2000-05-04 curtOverhaul of the navaid system to increase efficiency...
2000-04-30 curtAutopilot "class-ification".
2000-04-27 curtPanel updates from David Megginson. Radials can now...
2000-04-27 curtMacOS build updates.
2000-04-25 curtUpdates to nav radio stack model ... starting to get...
2000-04-25 curtBeginning work on integrating radiostack model into...
2000-04-19 curtAdded custom joystick client support so that flight...
2000-04-04 curtReplaced all instances sgMultMat4 with sgPre/PostMultMa...
2000-03-29 curtUpdated for magvar calculations.
2000-03-23 curtA couple more tweaks to get UIUC flight model stuff...
2000-03-22 curtUIUC flight model contribution. This is based on LaRCs...
2000-03-21 curtAdded Alex's patches for more accurate instrument model...
2000-03-17 curtRendering tweaks.
2000-03-16 curtMoved src/Astro to src/Ephemeris
2000-03-16 curtRemoved dependencies on Astro/solarsystem.*
2000-03-16 curtUpdates for ssg solarsystem/sky model. Includes change...
2000-03-06 curtUpdates for sky rendering.
2000-03-03 curtWorking on drawing sun and sun halo.
2000-03-02 curtSun now correctly placed in sky and correctly colored.
2000-03-02 curtWorking on separating out ephemeris code from the actua...
2000-03-02 curtSeparating out the Sky rendering as a separate unit...
2000-03-01 curtWorking on skydome ... some actual progress has been...
2000-02-29 curtContinuing work on ssg-ifying the sky dome.
2000-02-28 curtMake NetworkOLK optional even if compiled in.
2000-02-19 curtRemoved all dependencies on <simgear/math/mat3.h> and...
2000-02-16 curtOne more pass at a reorg.
2000-02-15 curtCode reorganization.
2000-02-04 curtUpdated for plib-1.1.x
2000-01-13 curtThe aircraft model used for external views was being...
2000-01-12 curtMoved Oliver's network stuff to his own subdir: NetworkOLK.
1999-11-20 curtDo a better job of disabling all sound related stuff...
1999-11-19 curtRevamping I/O system.
1999-11-03 curtDebug output tweaks.
1999-11-03 curtClear traversal bit on aircraft model.
1999-10-23 curtAdded cloud puffs as we pass through the cloud layer.
1999-10-22 curtMoved where glBlendFunc() is reset to main.cxx
1999-10-22 curtJust a minor tweak.
1999-10-22 curtAdded Durk's first stab at clouds.
1999-10-20 curtUpdates to BalloonSim init by Christian Mayer.
1999-10-15 curtRename screen dump to snap shot.
1999-10-14 curtAdded screen dumping and screen printing (win32) functi...
1999-10-14 curtUpgraded to latest weather data base code from Christia...
1999-10-14 curtFixed up external view mode so it works once again.
1999-10-11 curtUpdating FGFS <=> FDM interface.
1999-10-09 curtUpdates by norman vine to controls.hxx.
1999-10-04 curt"sg-izing" the matrix/vector code so that I can hopeful...
1999-09-28 curtSome view tweaks.
1999-09-09 curtFiddling around with views, fdm data passing and manage...
1999-09-03 curtPatches to allow panel to display.
1999-09-01 curtSetup a user definable model hertz.
1999-08-31 curtPatch to allow window resizes.
1999-08-15 curtTweaks to fix problems with moon rendering introduced...
1999-08-14 curtminor tweaks
1999-08-12 curtChristian's new weather subsystem is causing problems...
1999-08-10 curtAdded support for Christian Mayers new weather subsystem.
1999-08-08 curtSet up the model view matrix exactly as ssg does it...
1999-07-31 curtReturn to glider model ...
1999-07-31 curtTweaks so that Jon's FDM stuff get's initialized better.
1999-07-25 curtFixed a tile caching bug. When I was freeing tiles...
1999-07-01 curtssg and external view tweaks.
1999-06-30 curtNetwork updates contributed by Oliver Delise.
1999-06-30 curtForce initial ssgState before doing ssg cull and render...
1999-06-30 curtAdded some early support for a cheezy external view...
1999-06-30 curtSsg tweaks.
1999-06-29 curtMisc. tweaks.
1999-06-29 curtMore ssg tweaks.
1999-06-28 curtFreeBSD tweaks.
1999-06-28 curtAdditional tweaks to fix the ssg texture (state) proble...
1999-06-28 curtChanges to begin incorporating plib support for managin...
1999-06-22 curtIncorporated Oliver's initial networking code.
1999-06-20 curtBorland C++ tweaks.
1999-06-19 curtWorking on getting ssg integrated.
1999-06-18 curtFiddling with ssg.
1999-06-18 curtNow use plib in native install mode.
1999-06-17 curtrenamed GLUTkey.* -> keyboard.*