curt
4a61945285
Backcourse ILS needle should move correct direction now.
2001-02-27 23:52:52 +00:00
curt
79cabb6a8a
Lots of little tweaks to autopilot to make it more realistic.
2001-02-27 23:17:58 +00:00
curt
2c9443c698
Fixed a problem with autodetecting if we need to draw our own mouse cursor
...
on voodoo-1/2 cards.
2001-02-26 13:58:33 +00:00
curt
7c6df16062
Autopilot in nav1 tracking mode bases heading off of desired radial not
...
current radial.
2001-02-25 18:03:11 +00:00
curt
74cb68daae
Fixed a typo preventing the nav2 heading needle from moving.
...
DG heading bug initializes to a random setting.
Activating heading hold doesn't touch the DG heading bug any more.
Max autopilot decent rate is now -1000.
2001-02-25 16:26:48 +00:00
curt
bd9ce60174
Autopilot in Nav1 heading hold mode is now driven just from needle position.
2001-02-25 05:42:34 +00:00
curt
75a538f5b9
Tweaks relating to autopilot heading hold.
...
Working on better modeling of nav radio needles.
2001-02-25 04:45:26 +00:00
curt
c210a78067
Autopilot fixes so when in NAV1 radial hold mode we can now fly the FROM
...
radial and we can properly fly "through" a VOR station.
2001-02-24 13:51:48 +00:00
curt
7a4da94425
Added support for managing fov via the property manager so the --fov= option
...
can work again.
Removed a bit of debugging output when reading "native" IO input.
2001-02-23 22:25:03 +00:00
curt
f780c27787
Changes to make the default autopilot heading hold work much more like a C172
...
DG heading hold (i.e. it will follow the gyro drift.)
2001-02-07 04:16:12 +00:00
curt
8830f5c6a8
Fix a problem with external views where the sky lighting was calculated
...
in reverse.
2001-02-02 23:15:03 +00:00
curt
d1a50b5667
Fixes to get back support for Voodoo-1/2 cards and the voodoo-in-a-window
...
hack.
2001-02-02 22:39:13 +00:00
curt
a5d1970007
David Luff writes:
...
Basically I've rewritten the prop model along similar lines to how
Jon has done his - using published efficiency and coefficient of
power data. It works *much* better - try pulling the throttle back
to idle and putting the plane into a dive before and after updating
and you'll see what I mean. It doesn't require a fudge factor either
:-)
2001-02-02 20:55:41 +00:00
curt
fcce1d782c
Oops for specified magvars, I had the sign backwards.
2001-02-02 17:44:16 +00:00
curt
2827cf1387
Working on ironing out issues with VOR navigation. It think we are "as
...
good as we can get" until we find a data source with actual VOR magnetic
offsets. We can use VOR offsets from some fixed date, but not all VOR's
were installed on the same day so no matter what date we pick we will be off on most of them.
2001-02-02 05:25:45 +00:00
curt
cbaf015481
Working on straightening out VOR navigation.
2001-02-02 02:55:07 +00:00
curt
59e811fb44
Use double math throughout.
2001-01-31 23:07:20 +00:00
curt
0fd3e83b12
Tweaks ...
2001-01-31 23:04:52 +00:00
curt
d48a506721
Added a test-up program to test the concept of "up".
2001-01-31 22:57:22 +00:00
curt
a4d27fe7bc
Added a specific "altas" format for output which includes a proprietary string
...
to convey the radio stack settings.
2001-01-31 22:21:36 +00:00
curt
c7f1c662a1
Initial revision of atlas.cxx atlas.hxx
2001-01-31 21:57:55 +00:00
curt
2cd7473384
Fixed --enable-freeze.
2001-01-31 15:59:16 +00:00
curt
c78827569a
Properly close our database file ...
2001-01-31 15:58:53 +00:00
curt
c3e3e9f5d7
Reduce spurious output from joystick.cxx
...
Fix a typo in JSBSim.cxx (#endif in wrong place)
2001-01-29 15:14:12 +00:00
curt
97f526f7a6
Added a GUI vec3 pilot offset control contributed by Norman Vine.
2001-01-29 05:08:00 +00:00
curt
f023440a5f
Bug fix/typo fix submitted by Tony.
2001-01-29 04:47:16 +00:00
curt
e977778527
Fixed a problem with the object loader ignoring custom texture dimensions
...
specifiec in the materials file.
2001-01-29 04:36:46 +00:00
curt
1a0a65b2a5
Fixes to iochannel parsing which had gotten broke at some point.
...
Fixed --disable-skyblend
2001-01-26 00:21:36 +00:00
curt
1a6ed2ecc8
Tweaks to autopilot, but I'm not 100% happy with the current state of things.
2001-01-26 00:20:18 +00:00
curt
1c000fef96
Tweaks to add an altitude indicator adjustment.
2001-01-23 07:17:47 +00:00
curt
1bc2a66b1c
Fixed a couple property manager typo's.
2001-01-22 20:39:25 +00:00
curt
e1dd52d38a
The FlightGear patches add new saveInitialState and
...
restoreInitialState methods to FGGlobals, as well as the two-stage
commit described above for loading saved files. fgInit now takes a
snapshot of the initial state before handing off to the main loop, and
the GUI reInit function restores that state explicitly before calling
fgReInit.
The FlightGear patches also modify fg_props.hxx to add optional
useDefault arguments to all of the fgTie functions -- that lets you
choose whether you want to pick up any default value in the property
tree when you tie the property (the default is true).
2001-01-19 22:57:24 +00:00
curt
bfcef94570
Fixed typo that messed up panel toggling from the menu.
2001-01-19 04:32:21 +00:00
curt
e9b492af4f
More tweaking of position reset logic.
2001-01-17 23:30:35 +00:00
curt
a5e4e6be11
Working on setting initial altitude correctly after a reset.
2001-01-17 20:32:02 +00:00
curt
26dca37028
More "delta-t" and fdm interface timing tweaks.
2001-01-17 02:37:12 +00:00
curt
d346e53aee
Tweaking the FGInterface interface so we can move it towards a more consistant
...
fgSubsystem init() and update() interface.
2001-01-16 21:41:28 +00:00
curt
f7b844f4d6
More property manager interface updates.
2001-01-16 20:21:03 +00:00
curt
576432ec75
David Megginson writes:
...
FGOptions is history, and the modules are (starting) to use the property
manager directly. Let me know if I left any files out.
Inevitably, there will be some problems with broken options, etc.,
that I haven't found in my tests, but I'll try to fix them quickly.
We also need to stress that the property names currently in use are
not stable -- we need to reorganize them a bit for clarity.
2001-01-13 22:06:39 +00:00
curt
a701a2be4a
Debugging output tweaks.
2001-01-13 00:14:47 +00:00
curt
5bfca5eff8
Removed some debugging output and added some optimizations.
2001-01-12 22:47:41 +00:00
curt
bc99033c96
Integrated FGOptions with the property manager (by David Megginson)
2001-01-12 15:37:40 +00:00
curt
469703dd0c
Internal interface changes by David Megginson.
2001-01-11 22:44:18 +00:00
curt
cff0022a16
Miscellaneous MSVC porting fixes by Christian Mayer.
2001-01-11 05:04:17 +00:00
curt
dc7b762a12
Minor MSVC porting tweaks.
2001-01-11 04:54:33 +00:00
curt
e9d12ee586
Tweaks from Tony to JSBSim.cxx jsbsim interface to flightgear.
...
Added ls_trim.c to the LaRCsim library.
2001-01-09 18:35:23 +00:00
curt
d9bff43bde
Tweaks.
2001-01-08 22:01:24 +00:00
curt
bff544aada
Norman Vine has split up the GUI code into more managable/logical sections.
2001-01-08 20:55:16 +00:00
curt
8a7e5eeaf2
Minor tweaks.
2001-01-08 20:40:26 +00:00
curt
7a235abecd
Tweaks to the LaRCsim interface to get wind working.
...
Corresponding tweaks to bfi.[ch]xx and options.cxx.
2001-01-08 17:59:54 +00:00