]> git.mxchange.org Git - flightgear.git/history - src/Main
Use !strcmp for all property name comparisons.
[flightgear.git] / src / Main /
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
2002-03-01 curtThis is the change where autopilot bindings are moved...
2002-02-27 davidA single transformation can now be applied to more...
2002-02-27 davidMajor sound-effect architectural reworking from Eric...
2002-02-27 david- added an 'offset' parameter for animations (it's...
2002-02-26 davidAdded rotation animations, and a factor parameter for...
2002-02-26 davidStarted support for animations. Currently, the only...
2002-02-25 davidIf the model path specified ends with .xml, then read...
2002-02-25 curtMoved JSBSim.hxx to src/FDM/JSBSim/
2002-02-24 davidFixed crash when using 3D model other than the C172.
2002-02-23 davidSeparated 3D model-handling code from main.cxx out...
2002-02-23 davidAdded an #ifdef for compiling without --with-new-enviro...
2002-02-22 davidGeneral cleanups to cut cross-dependencies and speed...
2002-02-22 davidAdded FGEnvironmentMgr to provide information on the...
2002-02-22 curtFix a big where the initial ground elevation reported...
2002-02-20 davidCorrected typo that was hiding winds from FDM's unless...
2002-02-20 curtAdded Tony's function to set position on a glide slope.
2002-02-19 davidAdded a new 'squared' subproperty for axis bindings.
2002-02-19 davidFurther tweaks for the new environment subsystem.
2002-02-19 davidInitial take of new environment subsystem. Configure...
2002-02-19 davidFirst steps in a weather reorganization. Note especial...
2002-02-18 davidCorrected wind, so that properties give the FROM direct...
2002-02-18 davidPatches from Tony Peden:
2002-02-17 davidChanges from Tony Peden to fix reinit crashes (and...
2002-02-14 curtFixed description of the --time-offset option.
2002-02-13 curtReset "/sim/startup/time-offset-type" when specifying...
2002-02-13 curtOops fixed one small mistake from the last fix.
2002-02-13 curtAdded a clock freeze option (/sim/freeze/clock). This...
2002-02-11 curtBetter support for an alternate calendar time (i.e...
2002-02-10 curtSet default value for cur time override to 0 (no override)
2002-02-10 curtChanges to match simgear changes which allow overriding...
2002-02-06 curtRemoved an unneeded #include
2002-02-06 curtSome follow up patches from Norman Vine.
2002-02-05 curtA grab bag of tweaks and patches from Norman Vine.
2002-02-05 curtUpdated --help message.
2002-02-05 curt1. Tidies up h-FOV/v-FOV handling and makes window...
2002-02-05 curt1. Enable intro music under MS Windows. (main.cxx)
2002-02-05 curtTweaks from Julian Foad:
2002-02-04 curtPrint the usage message as well if a base package versi...
2002-01-30 curtVariable "i" was multiply defined in two for loops.
2002-01-22 curtMinor tweaks.
2002-01-20 curt- reworked spacing/layout to be more readable
2002-01-20 curtAdd --enable/disable-fuel-freeze command line options.
2002-01-20 curtRestructured the 'freeze' property a bit. We now have
2002-01-19 davidAdded the ability to tilt the view as well as rotate...
2002-01-19 davidAdd infrastructure in preparation for tilting the view.
2002-01-19 davidRemoved FGEngInterface and FGGearInterface after consul...
2002-01-19 curtMisc tweaks.
2002-01-16 curtChanges to support optional screen snap shot httpd...
2002-01-16 davidPatches from Cameron Moore to fix setting cloud altitud...
2002-01-16 davidRemoved some temporary debug statements.
2002-01-15 curtI prefer frozen vs. paused for some odd reason.
2002-01-14 davidChanges to keep the various autopilot properties from...
2002-01-06 davidCorrected some typos for 3DFX support.
2002-01-06 davidAdded fullscreen to globals, and fixed compile bug...
2002-01-04 davidRenamed fgParseOptions(int,string) to fgParseArgs,...
2002-01-04 davidDon't generate FPEs for Linux for now, until PPE model...
2002-01-02 curtAdded help text for the --aircraft=name option.
2001-12-28 davidSubstantial rewrite of FGNewMat, the material class...
2001-12-28 curtUpdates to build system to better support automake-1.5
2001-12-22 davidModified FGSubsystem::update() to take an int parameter...
2001-12-22 davidCorrected typo in macro name, and reverse flags --...
2001-12-22 davidEnable floating-point exceptions for Linux/x86 systems...
2001-12-22 davidModified FGSubsystem::update() to take an int parameter...
next