]> git.mxchange.org Git - flightgear.git/history - src/Main
Mac OS X fixes and MSVC warning fixes from Jonathan Polley.
[flightgear.git] / src / Main /
2002-05-10 davidMac OS X fixes and MSVC warning fixes from Jonathan...
2002-05-01 davidRegularized the position initialization:
2002-04-25 davidUFO FDM patches from Jonathan Polley:
2002-04-22 curtComment out ATC AI manager init() and update() calls...
2002-04-21 curtFix for reset causing view problems when not in pilot...
2002-04-20 curtThere was an integer overflow in the way elapsed_time_m...
2002-04-20 davidExplicitly include model.hxx, since acmodel.hxx no...
2002-04-19 curtJim Wilson:
2002-04-19 davidStop the sound when paused. We really need a separate...
2002-04-19 curtJim Wilson:
2002-04-18 curtJim Wilson:
2002-04-16 curtSmall tweak to make the Irix compiler happy.
2002-04-13 davidFix for vanishing-model problem: models are drawn in...
2002-04-13 davidPatch from Jim Wilson:
2002-04-13 davidPatch from Jim Wilson:
2002-04-12 davidAdded support for additional animated, dynamic 3D model...
2002-04-11 davidReplace --with-new-mouse with --with-old-mouse, default...
2002-04-11 curtUpdated licensing terms to GPL since this file inherits...
2002-04-11 curtMSVC fixes.
2002-04-11 curtBernie Bright:
2002-04-11 curtFinally getting around to being able to specify host...
2002-04-11 curtThis patch includes the FGLocation class, a few fixes...
2002-04-09 davidThe 3D aircraft model scene is now managed by
2002-04-09 davidRemoved current_model global variable and added a refer...
2002-04-07 davidPatch from Frederic Bouvier (FIXME comments added by...
2002-04-07 davidPatch from Martin Dressler:
2002-04-07 davidPatches from Norm Vine to improve framerate and add...
2002-04-06 davidCorrected typo /position/altitude-deg to /position...
2002-04-06 davidViewer update from Jim Wilson:
2002-04-05 curtHere is the 'boostified' event manager plus relevant...
2002-04-05 davidViewer update from Jim Wilson:
2002-04-05 davidRemoved dependency on viewmgr.hxx from globals.hxx...
2002-04-05 davidMoved FGAircraftModel subsystem out into its own direct...
2002-04-05 curtVarious code cleanups.
2002-04-04 davidLet exceptions fall through to main, and use cerr to...
2002-04-04 curtMake the base package check [failed] message a bit...
2002-04-04 davidChanged cockpit near plane to 0.01m for interior view...
2002-04-03 curtAttached are a fairly extensive series of patches to...
2002-04-02 davidChanged far clip plane for cockpit interior to 100m.
2002-04-01 davidAdded select animation type (using a condition), and...
2002-03-30 davidMajor restructuring: the Animation class is now an...
2002-03-30 davidStart tracking delta time in milliseconds and passing...
2002-03-30 davidPatch from Jim Wilson:
2002-03-28 davidPatches from Jim Wilson:
2002-03-27 davidPatch from Melchior Franz:
2002-03-27 davidViewer patches from Jim Wilson:
2002-03-27 davidFixed a bug report from Frederic Bouvier:
2002-03-27 davidRemoved outdated reference to fgSimTime.
2002-03-26 davidMore cleanups. Removed the pui-* commands, and added...
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 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 Erik Hofman:
2002-03-25 davidMinor patch from David Megginson:
2002-03-23 davidFirst steps towards configurable mouse input. Soon...
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 davidRemoved obsolete files.
2002-03-20 davidModel-loading patch from Dave Luff.
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-19 davidMajor property-manager rewrite, using const char *...
2002-03-18 curtSomewhere along the line in the recent changes some...
2002-03-17 curtOops, fixing the ghosts of bugs past. :-) Good thing...
2002-03-16 davidPatches from Tony Peden to separate property XML I...
2002-03-15 davidRenamed /cockpit property to /sim/view/internal.
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 curtWorking on the start of a 'standard' <grin> remote...
2002-03-13 davidPatch from Jim Wilson to fix internal cockpit view...
2002-03-12 curtFixes for Irix compatibility.
2002-03-12 davidAdded a new 'delimiter' property to allow an alternativ...
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-06 davidFirst baby steps towards restructuring the view archite...
2002-03-06 davidIf the (temporary) property /cockpit is true, set the...
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...
2002-03-04 curtFixed a bug with view-offset specification from the...
2002-03-04 curtFixed a couple compiler warnings.
2002-03-03 curtFurther restructuring of the scenery loading code.
2002-03-03 davidAdded write-all parameter to save command. If set...
2002-03-03 davidLogging cleanups from Martin Dressler.
2002-03-03 davidVirtual cockpit patches from Andy Ross:
2002-03-02 davidFor property-scale, apply the squared option before...
2002-03-02 davidAdded min/max parameters to clamp range of movement...
2002-03-01 curtAttached is a reasonably large patch to add a proper ATC
next