curt
def805e9dc
Added support for reading ~/.fgfsrc.hostname files.
2001-03-22 04:02:11 +00:00
curt
46a4b960d1
MSVC++ fixes.
2001-03-21 23:16:21 +00:00
curt
cdd3082998
MSVC fixes.
2001-03-21 23:10:15 +00:00
curt
2794c003e1
configure.in script changes:
...
- don't look for X11 libs if X11 isn't installed
- add verbose "checking for audio ... no/yes" messages.
2001-03-20 17:02:21 +00:00
curt
eccd695f91
Fixed some problems with marker beacon range:
...
a) I was compairing feet vs. meter (making the range 3x too. big)
b) I was using the diameter in place of the radius (making the range an
additional 2x too big.)
c) Updated the equation for calculating range to model the weak transmitter
not being picked up at upper altitudes.
We still might need some additional tweaking, but I think we are starting to
get in the right ball park.
2001-03-19 13:56:19 +00:00
curt
4cf4edcfb4
Julian Foad: fixes to meters/feet confusion. (Also length of "--vNorth="
...
is 9 not 8.) Note that the initial altitude setting was placing us way below
the ground, but as it doesn't seem to have caused us problems, it's probably
redundant!
2001-03-17 21:06:43 +00:00
curt
22d0448657
Oops ...
2001-03-17 00:00:32 +00:00
curt
a695a8d9f5
Initial support for marker beacons.
2001-03-16 23:59:02 +00:00
curt
5978b6967d
Fixes to not hide mouse in win32 (current implimentation caused too much
...
confusion.)
2001-03-16 23:58:31 +00:00
curt
7d38baf850
Initial revision of mkrbeacons.[ch]xx
...
Additions to query and report if we are over a marker beacon.
2001-03-16 23:57:38 +00:00
curt
99c54d976a
More tweaks to radio and sound.
2001-03-16 05:33:04 +00:00
curt
7191e8b810
Tweaks to PLIB version detection.
2001-03-14 23:38:34 +00:00
curt
07c23f5866
More tweaks to radios so we can listen to Nav2 and ADF as well.
...
Fixed a bug which could make a station appear to be out of range when it isn't.
Expanded usable range to 1.3x times the FAA guaranteed service volume.
2001-03-14 23:37:50 +00:00
curt
bdde4e0581
Removed ios::binary on file open.
2001-03-14 23:35:46 +00:00
curt
15150da8d2
Changed PLIB_IS_BROKEN define to a more benign sounded PLIB_1_2_X.
2001-03-14 23:35:11 +00:00
curt
e754177bdf
ADF needle doesn't zero when it goes out of range.
2001-03-14 14:35:27 +00:00
curt
61c8cefcf2
Working on modeling more realistic VOR and ILS ranges.
2001-03-14 07:25:14 +00:00
curt
6e0a10b757
Working on modeling VOR range as per AIM.
2001-03-14 01:31:04 +00:00
curt
d116eb2a62
Fixes to vor/ils/adf range pickup.
2001-03-12 15:07:49 +00:00
curt
ba12982f5e
Fixed a bug in radiostack->search() when switching freq. to a different
...
station that has the same ident (i.e. from a vor to a ils as in EAU.)
2001-03-12 13:42:32 +00:00
curt
6d6f0d3e71
Cleaned up a few things relating to playing morse audio vor/ils idents.
2001-03-12 12:40:18 +00:00
curt
2b45761f56
Fixes from Erik Hofman for Mips Irix.
2001-03-10 20:58:47 +00:00
curt
c763c795ad
Don't play DME ident if no colocated DME.
2001-03-10 00:06:39 +00:00
curt
6e91c958e3
Play the full 4x VOR and 1x DME morse ident sequence at 30 second intervals.
...
When you tune into a station start at a "random" point in the sequence.
Sped up the words per minute to 13 to which means one sequence per about 4 secs.
This means we get through the whole sequence in about 20 seconds leaving 10
seconds of silence.
2001-03-09 23:35:21 +00:00
curt
55e881b83d
Attempt to detect and work around plib-1.2.0 audio bugs.
2001-03-09 20:17:54 +00:00
curt
95e27e8cb9
Working on vor audio ident (morse).
...
Fixed a bug in Network/props.cxx with the cd command.
Fixed a typo in options.cxx
2001-03-09 02:41:04 +00:00
curt
8395ac8852
Open C++ iostreams as ios::binary.
2001-03-08 02:34:27 +00:00
curt
b1ade68b61
Patch from Tony so the FDM can trim out a specific starting location for a
...
joystick input, and then will ignore the actual position of that input
until the user places it in the proper position to match the trimmed position.
At that point the joystick input captures control over the value and the
value will match the joystick position from then on. This is primarily set
up so that the FDM can trim in an initial throttle position.
2001-03-06 23:59:08 +00:00
curt
7555a4b8db
Added some sanity checking on max number of bottons and axes.
2001-03-06 23:03:06 +00:00
curt
1ac8af41c1
Updated version number.
2001-03-06 23:00:34 +00:00
curt
9a2c3330fb
Updates from Julian Foad <julianfoad@netscapeonline.co.uk>
2001-03-06 22:59:36 +00:00
curt
29275ce1ec
Tweaks for Mips Irix compilers.
2001-03-06 22:36:59 +00:00
curt
77438b635c
Added a quick lookup table for texture dimensions.
2001-03-06 19:35:56 +00:00
curt
5ca3ea8ecf
A small patch (a few lines) to add a --file option to
...
FlightGear, a long-standing request from Norm, and to get the UIUC
--aircraft-dir option working again.
2001-03-06 19:11:28 +00:00
curt
0e424f6ad7
Ooops, missed adding this the first time.
2001-03-06 00:51:58 +00:00
curt
815d49e86a
Reshuffled some of the sound code and created a "src/Sound" subdirectory.
2001-03-05 22:54:20 +00:00
curt
fbad3482fa
More work on morse code ...
2001-03-05 14:11:25 +00:00
curt
040185f0fd
Continued work on morse code generator.
2001-03-05 12:09:36 +00:00
curt
3abe133162
Added beginnings of a morse code sound clip manager.
2001-03-05 03:13:47 +00:00
curt
e85cf6cc10
Fixed a couple property manager typos.
2001-03-03 00:04:03 +00:00
curt
0262c56059
Fixes to initial position for JSBSim.
2001-03-03 00:03:42 +00:00
curt
f5baf8c952
Oops, forgot to take out -lsgmetar
2001-03-02 23:28:51 +00:00
curt
29dede4c1a
Tony's patches to allow you to position yourself at an offset from the
...
default location (i.e. end of the runway.) This allows you to start
up on final and things like that.
2001-03-02 23:27:22 +00:00
curt
d84c64563b
Updated comments.
2001-03-02 22:54:10 +00:00
curt
e9591422f3
Added a first pass at a C++ sound manager class.
2001-03-02 22:37:01 +00:00
curt
5d423a94b0
Contributed by Dave Luff:
...
Added fuel-flow and total fuel to the LaRCSim model. Its still a bit
rough for now but it works, except the engine dosn't stop when fuel runs
out at the moment since there's no refuelling capability in the sim just
now. It takes about 4 gallons use before you see the fuel guages begin
to drop since there's 28 gal per tank but the guages go to 26.
2001-03-01 16:32:29 +00:00
curt
d7ca2c7e7d
Some error checking and an xml dump routine contributed by Norman Vine.
2001-02-28 19:48:18 +00:00
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