]> git.mxchange.org Git - flightgear.git/shortlog
flightgear.git
2002-03-27 davidFixed a bug report from Frederic Bouvier:
2002-03-27 davidRemoved outdated reference to fgSimTime.
2002-03-27 davidPatch from Melchior Franz:
2002-03-27 davidPatch from Melchior Franz:
2002-03-27 curtAdded support for rotational rates and body access...
2002-03-27 curtAdded fields ... this is a work in progress.
2002-03-26 davidRenamed README.xml to README.xmlsyntax, so that it...
2002-03-26 davidMore cleanups. Removed the pui-* commands, and added...
2002-03-26 davidUpdated Melchior's entry with other stuff he's done.
2002-03-26 davidFirst draft of a quick overview of XML syntax, not...
2002-03-26 davidAdded Melchior (but I cannot remember what else he...
2002-03-26 davidPatches from Melchior Franz:
2002-03-26 davidMore work on the configurable mouse. Mouse motion...
2002-03-26 davidSetting offset or tilt always sets goal-offset or goal...
2002-03-26 davidCommented out cout statements that were not in the...
2002-03-26 davidI missed committing this one.
2002-03-26 curtOops, in the latest property manager rewrite, a typo...
2002-03-25 davidEnsure that all entries in the FGAircraftModel::Animati...
2002-03-25 davidPatch from Melchior Franz:
2002-03-25 davidPatch from Erik Hofman:
2002-03-25 davidMinor patch from David Megginson:
2002-03-25 davidFixed a small typo.
2002-03-25 davidSupport for assigning custom mouse cursors to mouse...
2002-03-23 davidFirst steps towards configurable mouse input. Soon...
2002-03-23 tonyUpdates. Includes property tree additions and fixes...
2002-03-23 tonyFix for flaps problem.
2002-03-22 davidRemoved unused function fgFindNode (the version used...
2002-03-22 davidRemoved unused files.
2002-03-21 davidInitial revision of README describing the contents...
2002-03-21 davidViewer update from Jim Wilson:
2002-03-21 davidMinor updates to my own entry.
2002-03-21 davidAdded Erik Hofman's sound contributions.
2002-03-21 davidAdded Jim Wilson.
2002-03-21 davidRemoved obsolete files.
2002-03-21 curtmore ( string == "" ) to ( string.empty() ) conversions.
2002-03-21 andyFound by inspection a bug in the generation of orientat...
2002-03-21 tonyFix for the flaps problem.
2002-03-21 tonyIrix fix.
2002-03-20 davidModel-loading patch from Dave Luff.
2002-03-20 davidUse !strcmp for all property name comparisons.
2002-03-20 davidUse !strcmp for all property string-value comparisons.
2002-03-20 curtConverted if ( string == "" ) constructs to if ( string...
2002-03-20 davidMajor viewer-code overhaul from Jim Wilson:
2002-03-20 curtVarious Irix cleanups.
2002-03-20 davidAdded missing file from JSBSim CVS, with 'using namespa...
2002-03-20 davidIrix fixes.
2002-03-20 tonyUpdates.
2002-03-20 tonyFirst commit of properties code. JSBSim now has a...
2002-03-19 davidMajor property-manager rewrite, using const char *...
2002-03-19 andyOops, "one third from the edge" means "one SIXTH from...
2002-03-18 curtSomewhere along the line in the recent changes some...
2002-03-18 curtWhite space tweaks.
2002-03-18 curtHere is a cleaned up hitlist that should solve the...
2002-03-17 curtIncorporated Norman's optimized line/geometry intersect...
2002-03-17 curtInitial revision. Things are just beginning to be...
2002-03-17 curtOops, fixing the ghosts of bugs past. :-) Good thing...
2002-03-16 davidRemoved at CM's request.
2002-03-16 davidMajor weather update from Christian Mayer, tying the...
2002-03-16 curtReplaced some debugging structure David inadvertantly...
2002-03-16 davidPatches from Tony Peden to separate property XML I...
2002-03-15 davidRenamed /cockpit property to /sim/view/internal.
2002-03-15 andyPrint an error message before terminating on parse...
2002-03-14 davidMore work on saving and restoring flights. Restoring...
2002-03-14 curtChange fog punch through value a bit. Either way it...
2002-03-14 davidRemoved some cout statements left in accidentally.
2002-03-14 davidCentralized most view-management code in FGViewMgr...
2002-03-13 curtCombined and updated some code to calculate fog parameters.
2002-03-13 curtFix several signed vs. unsigned warning messages.
2002-03-13 davidAutopilot cleanup:
2002-03-13 curtAdd "(" and ")" to ensure the expression is evaluated...
2002-03-13 davidEliminate dependencie on tying variable pointers (in...
2002-03-13 davidAdded a final newline to avoid a compiler warning.
2002-03-13 curtWorking on the start of a 'standard' <grin> remote...
2002-03-13 curtBetter support of the newer more flexible object file...
2002-03-13 davidPatch from Jim Wilson to fix internal cockpit view...
2002-03-12 curt*** empty log message ***
2002-03-12 curtFixes for Irix compatibility.
2002-03-12 davidAdded a new 'delimiter' property to allow an alternativ...
2002-03-12 davidDocumented the new 'delimiter' property, allowing an...
2002-03-12 davidAdd support for elapsed time and logging.
2002-03-12 davidBind a new property, /sim/time/elapsed-ms, giving the...
2002-03-12 davidAdded new logging module.
2002-03-12 curt*** empty log message ***
2002-03-11 curtPatches from Erik.
2002-03-11 curtRemoved some extra debugging output that wasn't suppose...
2002-03-11 curtOops, make sure we are generating an ocean tile if...
2002-03-11 curtCleaned up a couple compiler warnings.
2002-03-11 davidRemoved badly out-of-date documents on 3D models and...
2002-03-10 davidSound patch from Erik Hofman:
2002-03-10 davidAdded test-env-map.
2002-03-08 curtSgi doesn't define the != operator for string != char...
2002-03-06 davidFirst baby steps towards restructuring the view archite...
2002-03-06 davidIf the (temporary) property /cockpit is true, set the...
2002-03-06 davidTemporarily rolled out last change, pending a restructu...
2002-03-06 davidPatch from Andy Ross to allow virtual panel to tilt...
2002-03-06 davidPatch from Andy Ross to hide virtual panel when required:
2002-03-06 curtAdded test-env-map.cxx - an environment map demo/test...
2002-03-05 davidTemporarily reverted change to near/far clip plane.
2002-03-05 davidStart of an internal 3-D view. If the property "/cockp...
2002-03-05 davidChanged the near clip plane to 0.1f regardless. Previo...
next