frohlich
aecfc1a229
Pigeon:
...
Avoid crashes if there is no sound device.
2006-04-23 15:29:39 +00:00
mfranz
b6cf140f98
Vivian MEAZZA:
...
"Add Air to Air TACAN. With this facility TACAN equipped aircraft can
measure the range and bearing of TACAN equipped AI Aircraft. ATM there is
only one assigned - callsign ESSO1 on TACAN channel 039X, but this can be
easily expanded to include other c/s channel # pairs - just ask me if you
want more."
2006-04-19 17:36:41 +00:00
mfranz
2e7cab820b
make headers include headers they depend on, don't rely on the c(xx)
...
file to do that. (This is a requirement for header precompiling.)
2006-04-17 13:40:20 +00:00
ehofman
1fc105582e
Make some variables accessable (public) so MIPSpro can compile it.
2006-04-09 09:46:05 +00:00
frohlich
85056a31b8
Initialize uninitialized variable
2006-03-18 07:16:18 +00:00
daveluff
a243a24393
Implement the settable timer on the CAL3 page
2006-03-13 23:01:48 +00:00
daveluff
9b67f1e0f0
Typo in the comments
2006-03-13 22:55:55 +00:00
curt
ca38ab41bd
Add a comment to explain the exported glide slope value.
2006-03-13 20:20:27 +00:00
fredb
5128578f59
MSVC fix : Compile again
2006-03-10 21:26:44 +00:00
ehofman
b7ef6d8cef
Add the builddir to the list of include directories to be able to include Include/version.h
2006-03-08 12:01:45 +00:00
daveluff
bd4072e0c7
Selecting an approach from the active waypoint page was broken - should now be fixed
2006-03-05 16:56:08 +00:00
daveluff
89bdd4fa99
Reduce console output
2006-03-05 16:53:06 +00:00
daveluff
015ead9fcc
Add the MAXNI IAF to the C83 approach, and add a few guards against not finding the fixes in the data. I realise that tweaking a hard-coded approach seems daft when loading approach data from file is high on the TODO, but I'm using C83 as an example for a readme so it may as well match the published chart properly...
2006-03-05 16:49:20 +00:00
mfranz
f7e41b2e3e
compile!
2006-03-04 21:16:11 +00:00
fredb
acd09b99cb
Jean-Yves Lefort :
...
I have implemented a Honeywell MK VIII EGPWS emulation for FlightGear.
The MK VIII is an Enhanced Ground Proximity Warning System aimed at
regional turboprop and small turbofan aircrafts such as the Citation,
Citation Bravo, B1900D, Beechcraft 99 and L410.
Frederic Bouvier:
make the MSVC compilation possible. Rearrange base package directories.
2006-03-04 20:21:32 +00:00
david
e89194b42a
Change from Dave Perry:
...
I am attaching a trivial patch that changes the normalization from 24 to
12 in turn_indicator.cxx. With this change, the pa24 tc has a turn
indicator spin value in the property tree of 0.9996 and the same value
for the pa28-161 is 1.0, so there is no harm to a 24 volt electrical
system in this change. Should the battery or alternator put out a lower
voltage than 12 volts, the spin value goes down and the tc shows a
negative turn that increases as the voltage gets less. This file shows
you as the author. If you are comfortable with this change, commit it
to cvs and the tc will be correct even for 12 volt systems.
2006-02-27 02:24:14 +00:00
daveluff
00ba5a853e
Recent SimGear changes seem to require more additions of config.h to FG in order to compile on Cygwin
2006-02-22 21:04:47 +00:00
mfranz
c9813d1b5d
new FSF address
2006-02-21 01:16:04 +00:00
fredb
578ee0229d
Fix line endings
2006-02-18 16:54:35 +00:00
fredb
36e4045810
Add missing include files needed by the new math code under windows
2006-02-18 13:58:09 +00:00
fredb
cc27909e6f
Catch sound exceptions at the earliest, report problem has an alert, and continue without segfaulting ( hopefully )
2006-02-12 19:57:57 +00:00
daveluff
0bac52705b
Implement some of the inner-knob-out scan functionality. The waypoints of the active flightplan can now be scanned on the NAV4 page, and will become the default direct-to waypoint if dto is pressed whilst scan in on on the NAV4 page. Scan functionality on the waypoint pages is still TODO.
2006-02-10 23:19:45 +00:00
daveluff
21387a636f
Remove some debugging output
2006-02-10 23:10:57 +00:00
ehofman
a47725e92f
Mathias Frhlich:
...
Make use of the automatic reference counting class for ssg* data in flightgear.
2006-02-08 10:25:56 +00:00
mfranz
5bd1ba0d59
Vivian MEAZZA:
...
"Bug fix - ensure all TACAN channels are included"
2006-02-05 11:33:08 +00:00
ehofman
8141bfe2da
Prevent a warning.
2006-02-02 09:40:27 +00:00
daveluff
3d5afec340
Fix the crashes on mini-panel and panel-reload with the KLN89, by removing the multiple inheritance and using an empty shell instrument to forward draw commands from the panel to the complex gps subsystem.
2006-01-13 22:07:50 +00:00
curt
9bc3a56cd2
Minor oops, committed this file before saving the final version in my
...
editor.
2006-01-02 23:08:45 +00:00
curt
a24ebc6958
- Add an "is-valid" property node so other modules can do a quick check if
...
anything in the nav tree is valid or not.
- Fix an order problem between caching data values and searching for a new
station that could cause odd and unexpected and hard to reproduce results.
2006-01-02 23:01:45 +00:00
curt
d4f56af242
Remove some left over debugging output.
2005-12-29 16:50:03 +00:00
curt
c3f1331e52
Better estimate of cross track heading error. Also, make sure it is
...
computed correctly when flying outbound from a vor.
2005-12-29 04:07:49 +00:00
curt
1ae9849062
More reorg and refactoring of the code.
...
Added a convenience function to estimate the time to intercept the selected
radial give the current heading and speed. This can be useful to a flight
directory to compute the point to switch from armed to coupled mode at just
the right time so the pilot can roll out onto the desired heading on the
desired radial.
Add a first whack at estimating a ground track heading error (difference
between aircraft heading and ground track directon.) This needs more work
and testing.
2005-12-28 21:45:43 +00:00
curt
ce08000a96
Cache some property values locally to reduce unnecessary property system
...
calls.
2005-12-28 19:11:30 +00:00
curt
ccddc99e73
More naming cleanups.
2005-12-28 18:05:03 +00:00
curt
3bacacfb5c
Clean up some of the member data naming.
2005-12-28 17:26:57 +00:00
curt
c694fe43ee
Step #1 of some code refactoring and cleanups. The nav radio code was
...
written very early in the project and has grown and evolved and been added
onto many times. It is long overdue for a code cleanup/reorg pass.
2005-12-28 16:53:19 +00:00
ehofman
e0db27eb6f
Vassilii Khachaturov:
...
clean up some build warnings caught with gcc-4.0.
2005-12-19 13:15:09 +00:00
daveluff
24e9bb6ce8
Alex Romosan: Pass strings by reference not value
2005-12-02 22:52:09 +00:00
daveluff
1de61c8afd
Alex Romosan: Make GpsPage::GetId() pure virtual, and pass strings by reference not value
2005-12-02 22:50:10 +00:00
daveluff
c92bcb4126
Ignore generated files
2005-11-30 21:31:50 +00:00
daveluff
c94072c417
Track added files
2005-11-30 00:48:01 +00:00
daveluff
0dbe9a4c38
Code to extend FGs current GPS functionality to allow the simulation of a specific approach capable GPS. Eventually this file should be broken up and the code removed to other files, such as FGs current gps files
2005-11-30 00:47:41 +00:00
daveluff
3a6cadf628
2D polygon drawing routines for a GPS instrument
2005-11-30 00:46:11 +00:00
daveluff
2af78ec168
kln89 GPS unit simulation
2005-11-30 00:21:25 +00:00
daveluff
d176715284
kln89 user interface logical pages
2005-11-30 00:18:42 +00:00
daveluff
f44ed9716a
kln89 symbol table
2005-11-30 00:16:45 +00:00
daveluff
999613dc36
Allow the nav radios to be slaved to a gps unit
2005-11-29 22:46:07 +00:00
mfranz
5d522e4784
Vivian MEAZZA: use coords of tuned in carrier, not of the first one
2005-11-27 17:25:39 +00:00
daveluff
0db0e1992e
Fix property typo
2005-11-26 23:56:28 +00:00
mfranz
f323c2e7ea
cosmetics -- NO CODE CHANGE!
...
remove trailing spaces
fix very liberal indentation (logical block not indented at all, 5 spaces, ...)
removed commented out code
2005-11-25 19:07:24 +00:00