]> git.mxchange.org Git - flightgear.git/history - src
Melchior FRANZ:
[flightgear.git] / src /
2003-07-24 ehofmanMelchior FRANZ:
2003-07-24 ehofmanThis fixes the K to F conversion for the EGT output
2003-07-23 curtFix an oversight/inefficiency spotted by Frederic Bouvi...
2003-07-23 curtGeoff McLane:
2003-07-23 curtRemove some debugging output.
2003-07-23 curtFix a typo ...
2003-07-22 curtAdd gear animation effects to replay.
2003-07-22 curtFinish the list of values that need to be interpolated...
2003-07-22 curtHandle agl data correctly (so that ultimately the repla...
2003-07-22 ehofmanFix a bug that would occur on 5GHz computers, and disab...
2003-07-22 ehofmanFix a devide by zero bug"src/Autopilot/newauto.cxx
2003-07-22 davidEliminate divide-by-zero error. AI should spin down...
2003-07-19 ehofmanThis backs out only the target climb rate calculation...
2003-07-18 curtModified the replay system to work without enabling...
2003-07-18 ehofmanSmall patch to expose the localizer property (e.g....
2003-07-18 ehofmanFixes for MSVC and MipsPro
2003-07-18 curtAvoid collecting garbage data before the FDM is initial...
2003-07-17 curtImprovements to the replay subsystem.
2003-07-17 curtCurt:
2003-07-17 ehofmanJim Wilson:
2003-07-17 tonyMake initTheta() use the results of the search it performs.
2003-07-17 davidUpdate magvar model before using it to initialize compa...
2003-07-17 davidKludge the HI error so that it initially matches the...
2003-07-16 davidAdded options to set up avionics from the command line:
2003-07-16 davidDon't snap to runway heading if an offset azimuth is...
2003-07-14 davidMore turbulence tweaks and fixes.
2003-07-14 davidMake sure sign is preserved for turbulence direction.
2003-07-14 ehofmanFramerate independent viewer fixes from Melchior FRANZ
2003-07-14 ehofmanMake it possible to either select the 2d or the 3d HUD
2003-07-14 tonyFix for setting initial pitch angle on the ground.
2003-07-13 davidIt's a direction, not an axis. The z direction is...
2003-07-13 davidAdd the ability to control turbulence rate as well...
2003-07-12 ehofmanLatest changes to the viewer code from Melchior FRANZ
2003-07-11 ehofmanMelchior FRANZ:
2003-07-10 curtAdd normalized control surface positions to net_fdm...
2003-07-09 ehofmanFlightGear can handle network connections even without...
2003-07-09 ehofmanChanges to reflect the code reorganization from CUrtis
2003-07-08 davidUse the new splash screens.
2003-07-07 curtA couple fixes so the nav/ils heading hold will work...
2003-07-07 ehofmanSplit up into and . Fix a typo for FreeBSD. And...
2003-07-07 ehofmanFix a mistake
2003-07-05 ehofmanReplace some of the most used fgGetXXXX() calls with...
2003-07-04 davidRename some existing variables/methods in the navcomm...
2003-07-03 davidChange a spelling.
2003-07-03 davidFix the property /radios/nav[*]/radials/actual-deg...
2003-07-03 ehofmanJim Wilson:
2003-07-02 ehofmanAdd the ability to add repeat intervals to joystick...
2003-07-02 curtTweaks to presets logic.
2003-07-01 davidMake the inclinometer a little more lively.
2003-07-01 davidMove the turbulence magnitude away from the peaks.
2003-07-01 ehofmanJim Wilson:
2003-07-01 ehofmanSolaris namespace clash fix
2003-07-01 ehofmanFix a problem where the compass goes negative by the...
2003-06-29 davidAvoid strong oscillations at turbulence extremes.
2003-06-29 ehofmanMake sure the functions won't be called if the extensio...
2003-06-29 ehofmanAdd Lee Elliott's per aircraft configurable terrain...
2003-06-28 ehofmanThis patch normalizes the heading value YASim reports...
2003-06-28 ehofmanUpdate required for the fastmath module
2003-06-27 ehofmanUse sqrt(x) and x*x instead of pow(x, 0.5) and pow...
2003-06-27 curtFix a property name spelling error.
2003-06-27 curtAdd /environment/turbulence-norm to the output structure.
2003-06-27 ehofmanMelchior FRANZ:
2003-06-24 curtPreviously the weather dialog box and environment syste...
2003-06-24 curtAdd support to the "run" command for setting up the...
2003-06-24 curtAdd ground elevation to the net_gui.hxx structure.
2003-06-22 ehofmanAdd some commandline options
2003-06-22 ehofmanChnage seperator to separator
2003-06-20 ehofmanMac OS X fixes
2003-06-20 ehofmanGet rid of a multiple defined symbol warning" src/FDM...
2003-06-19 ehofman(temporary) Apple OS X fix
2003-06-18 ehofmanUse a different way to call OpenGL extensions and move...
2003-06-17 ehofmangcc 3.2 fixes
2003-06-17 ehofmanAdd:
2003-06-15 ehofmanModel the effect where the sun and moon look 1.5 times...
2003-06-15 ehofmanTake the visibility in account for the sky color
2003-06-14 ehofmanBase sun and moon diameter and distance on actual numbers
2003-06-11 daveluffInitial stab at making the AI plane take the user into...
2003-06-11 daveluffMinor changes to the comments
2003-06-11 curtChanges corresponding to simgear sky api tweak.
2003-06-11 davidFix weather-related command-line options to work with...
2003-06-10 ehofmanMSVC fix
2003-06-10 ehofmandensity_slugft3 is used before its initialization
2003-06-10 mseligFixes some weirdness that Fred reported. Used his...
2003-06-09 curtCosmetic changes ...
2003-06-09 ehofmanIrix/MipsPro compiler fixes
2003-06-09 mseligputting back the pilot-g used by accel.xml gadget
2003-06-09 mseligseveral init updates + changes init zeros to false
2003-06-09 mseliggear retract rate input line changes
2003-06-09 mseligmods made to setup for some initializations in uiuc...
2003-06-09 mseligminor mods
2003-06-08 davidRemoved FGEnvironmentMgr as a special case in globals...
2003-06-08 davidRolled last change back out -- it was causing the defau...
2003-06-08 ehofmanMingW 0.92 fixes
2003-06-08 ehofmanMake it possible for FlightGear to override the fuel...
2003-06-08 ehofmanFix a problem where the contents could be specified...
2003-06-08 ehofmanDavid Culp:
2003-06-07 davidIgnore calc_loc program.
2003-06-07 ehofmanRemove some now depreciated lighting code
2003-06-05 curtAdd a missing source file.
2003-06-04 curtChanges in preparation for the 0.9.2 release.
next