Recognize standalone DMEs (type 13 in Robin's list).
Change from Dave Perry:
Allow YASim flight models to override the hard-coded fine and coarse
The "constrained" property for a mouse mode now actually constrains
Correct conditional so that FlightGear will compile without
Patch from Robert Swam to block enabling stencil at 16 bpp for glut
Reverted last changes, because they caused needle flips near 0.
Use angular momentum so that the compass can overshoot and oscillate
Fixed typo that prevented DME groundspeed display.
Added acceleration error to compass (most obvious during heavy braking
Add errors for pitch, based on a modified equation contributed by
Begin a rewrite of the magnetic compass code. So far, only northerly
Begin a rewrite of the magnetic compass code. So far, only northerly
Make FlightGear work with 16bpp:
Restore trRenderFrame (which used to be in main.cxx before the
On a reinit() subsystem event, reconfigure the joystick and other
Ignore generated files.
Ignore generated GPL.
Added more generated files.
Hide generated binary.
Remove the old WeatherCM module.
Increase friction at idle, so that the engine idles more slowly.
Reverted recent changes -- the dependencies are badly (and
Add the aircraft model, model manager, view manager, and scenery
Load submodels before animations, so that we can animate submodels.
Change fg_props.[ch]xx into a proper subsystem, under the control of
Updated.
Be a little quieter at the default debug level.
Add a scrolling list widget for selecting airports.
Allow sequential access to airports.
Don't force logging priority to warn by default.
Deal with null argument for setting log level.
Oops -- checked in last version with a small typo.
Make more output honour debug_lvl.
Try to coordinate between the different logging idioms of JSBSim and
Remove the seriously-outdated DCS code (we have different facilities
Use proper logging facility, and lower the priority of some of the
Add the ability to set the RPM from the outside.
Set the RPM from the property tree with each iteration. This allows a
Modified so that a multiple-element FG_SCENERY path will work:
Don't make SG_SCENERY into an SGPath before splitting, to avoid
Clamp a lower end on the range, for now.
An improved ADF, but no sound yet (and not the default).
Started a README.
Make random wind a little less extreme.
Added --failure option.
Add a --ceiling=FT_AGL[:THICKNESS_AGL] option to create a default
Roll out last change for now. It kills the mag compass on the default
Fix drag when engine is shut down, by avoiding negative RPM.
Ignore generated files.
Eliminate divide-by-zero error. AI should spin down gradually again.
Update magvar model before using it to initialize compass error.
Kludge the HI error so that it initially matches the magnetic variation.
More turbulence tweaks and fixes.
Don't snap to runway heading if an offset azimuth is supplied.
Added options to set up avionics from the command line:
Make sure sign is preserved for turbulence direction.
It's a direction, not an axis. The z direction is the one that should
Add the ability to control turbulence rate as well as magnitude.
Use the new splash screens.
Rename some existing variables/methods in the navcomm module for
Change a spelling.
Fix the property /radios/nav[*]/radials/actual-deg to show the radial
Make the inclinometer a little more lively.
Move the turbulence magnitude away from the peaks.
Avoid strong oscillations at turbulence extremes.
Fix weather-related command-line options to work with the new weather
Removed FGEnvironmentMgr as a special case in globals, initialization,
Rolled last change back out -- it was causing the default 172 to hang
Ignore calc_loc program.
Fix to translate DME and TACAN X/Y channels to paired VHF frequencies
The lookup method was always skipping the first ILS for any frequency
Improved tumbling behaviour -- the AI doesn't just freeze now, but
Use "coverage" instead of "type".
Removed debug statement.
Make sure values get back to FGInterface, in case we're not trimming.
Do not allow the dewpoint to be higher than the temperature.
Add new property-randomize command.
Make the turn indicator a little less responsive, again.
Add the ability for the AI to tumble in extreme attitudes, if
Fix to use renamed /controls properties.
Removed old menubar option.
Make the turn indicator more responsive.
Added a new turbulence type ttStandard, and made it the default.
Simplify the pitot system and ASI -- the indicated airspeed should be
Added simple GPS support (no waypoints yet).
Corrected some typos.
Major change:
Make sure that all elapsed time gets passed to update when a subsystem
Ignore generated files.
New version of basic DME support. This can coexist with the old one
Patch from Frederic Bouvier:
Don't fiddle with control positions at startup -- we can do that in
Patch from Erik Hofman:
Initialize speed from mach number or vcas more-or-less properly.
Add spdFromMach() and spdFromVCAS().
Make sure the atmosphere is updated before the flight model.
Refactor things so that individual subsystems can override suspension.
Minor code cleanup.
Add a new <power> property to allow raising an axis to a power other