1
0
Fork 0
Commit graph

1460 commits

Author SHA1 Message Date
david
34cb1fd173 Added standalone localizers for CYTZ (Toronto/City Centre) bravo, CYKZ
(Toronto/Buttonville) runway 15, and CYOO (Oshawa) runway 12.  Added
LOC/GS for CYTZ runway 08.

All localizers and glidescopes for the province of Ontario, Canada,
should now be in the database.
2004-10-13 22:31:55 +00:00
ehofman
870d7181c5 Haim GERON:
I had some problems with CH flight sim yoke usb. After some experiments, I modified the xml file and now it works fine.
2004-10-10 11:35:45 +00:00
ehofman
a13a649aac Add Maik Justus 2004-10-06 08:30:55 +00:00
ehofman
a8930a0d4a Vivian Meazza:
I've made appropriate changes to Readme.submodels to reflect the
variation of Cd with Mach number.

Spitfire.submodel has been changed to use the variation of Cd with Mach
number.

Submodel.cxx has been changed so that the default value of Cd is the
subsonic Cd of a non-boat tailed bullet.
2004-10-02 14:29:19 +00:00
ehofman
0d7c9bced1 Adjustments 2004-09-27 14:30:06 +00:00
curt
d5930857cc Have the hires screen shot menu item point to the right command. 2004-09-27 02:40:10 +00:00
ehofman
f6dc47513b Fix a typo. 2004-09-25 11:20:36 +00:00
ehofman
84e6d30207 Add info about weight and Cd and modify eda 2004-09-23 19:57:58 +00:00
ehofman
f3c3117a0a Change the type 'storm' to 'thunderstorm' and enable the ai-models code by default again. 2004-09-23 11:10:09 +00:00
david
ed63f498f8 Add Canadian ILS approach aids back in (at least until the next
update).
2004-09-18 22:39:09 +00:00
ehofman
49c8586abe Fix some mistakes. 2004-09-18 12:23:04 +00:00
ehofman
973b26ebfa Update for recent versions of OpenAL. 2004-09-17 21:29:47 +00:00
ehofman
a9ddf26110 Make notion of -1 for count 2004-09-12 17:06:58 +00:00
ehofman
9eb53f64e8 Sync. w. Melchior's version. 2004-09-12 11:16:26 +00:00
curt
f278f017e6 Preparations for the 0.9.6-pre1 release. 2004-09-10 18:34:15 +00:00
ehofman
f83f7837b2 Add an example submodels definition file. 2004-09-09 08:46:55 +00:00
daveluff
35344e455a ATIS voice file was far too quiet - normalised it to 0dB 2004-09-06 22:31:16 +00:00
daveluff
3b7ab7b556 Enable ATC by default 2004-09-06 22:26:33 +00:00
ehofman
e359dd504f Mention the pressence of the <texture-path> option. 2004-08-30 13:31:43 +00:00
ehofman
b5d69427c5 Update to the lates version. 2004-08-30 13:17:08 +00:00
ehofman
20d86b936a Reorganize the options and add an Environment section. 2004-08-23 09:58:42 +00:00
ehofman
3e6f83a2e0 Add descriptions for the --propxy and -real-weather-fetch options. 2004-08-21 12:16:57 +00:00
ehofman
68f5ceddb0 Add a bunch of new documents. 2004-08-21 09:00:40 +00:00
ehofman
ab9e651503 Sync with the source code. 2004-08-21 08:57:29 +00:00
ehofman
d57e589fde Melchior FRANZ:
All necessary elements for an ADF gauge had been migrated from
Cockpit/kr_87.cxx to Instrumentation/adf.cxx. Migrating the sound
related elements was apparently planned, but not done yet. This
intermediate state broke the ident morse sound: it couldn't get
turned off and it always indicated "SF", regardless of the tuned-in
frequency. The following patches continue the migration:


adf-radio.diff     => Base/Aircraft/Instruments/adf-radio.xml:
---------------------------------------------------------------
* sets maximum volume to 1 (rather than 2); Not only is 1
  loud enough (and 2 unpleasantly noisy), it also prevents
  the knob from being turned to non-existant positions.  :-)
* fixes wrong use of /instrumentation/adf/ident
* the voice/ident selector(?) remains unchanged, but as it's
  not switched to "IDENT", there'll be no ident sound by default
  this is consistent with other sounds and DME.


radiostack.diff    => src/Cockpit/radiostack.[ch]xx:
---------------------------------------------------------------
* comment out use of FGKR_87 class. kr_87.[ch]xx is now no
  longer used. kr-87adf.xml would no longer work, either, but
  isn't used anywhere, anyway. Future adf radios have to use
  the adf instrument, using xml/Nasal for specific hardware
  implementation details.


adf.diff           => src/Instrumentation/adf.[ch]xx:
---------------------------------------------------------------
* adds ident morse sound capability using two new input
  properties:
  - /instrumentation/adf/volume-norm  (double)
  - /instrumentation/adf/ident-audible  (bool)
2004-08-19 11:55:18 +00:00
ehofman
e7da67d023 Move to the Docs dirtectory. 2004-08-19 11:36:33 +00:00
ehofman
0b4ffa7117 Reorganize the 172 types a bit so they all reside in the proper directory. This solves some problems for JSBSim which couldn't find it's configuration files in the right places (which was temporarely solved by duplicating the file) and fixes some refferences to other files (at least, that's the idea). 2004-08-17 09:23:52 +00:00
ehofman
3d6de8b2c3 Remove an obsolete option for airport-id. 2004-08-15 09:32:37 +00:00
ehofman
8844cb13ec Use a Nasal script instead of a fixed number of flap settings. 2004-08-15 09:19:36 +00:00
andy
168e592e03 Probably best to make sure the property is there (even though
"selected" certainly should be)
2004-08-12 18:49:13 +00:00
andy
f2edac1849 Oops, same bug on the next line too. 2004-08-12 18:48:44 +00:00
andy
a20598d0fd Melchior helped to debug this via chat. Turns out to have been a
typo; the SimGear "pass subproperty as first argument" shortcut
doesn't work in Nasal.  This checkin is blind, but should have a high
probability of correctness.
2004-08-12 18:38:02 +00:00
ehofman
a75fce05b8 Updates from Melchior FRANZ to add some (old) omissions and a lot of new entries, especially for the Spitfire. 2004-08-09 08:11:21 +00:00
ehofman
b1c4753084 Replave libmk4.so.0 by libopenal.so.0 2004-08-08 11:33:12 +00:00
ehofman
dc5fea3beb Updates. 2004-08-07 12:28:21 +00:00
ehofman
ed88ca0bfc Reffer to /usr/locla/share/FlightGear now. 2004-08-06 08:54:39 +00:00
ehofman
b3dffbc79d Remove a reference to old log-level information. 2004-08-06 08:52:56 +00:00
ehofman
8ce6031f23 Eric L. Hathaway:
The following patch updates the ThrustMaster FCS joystick configuration.  I have "Nasal-ized" the joystick bindings, drawing ideas from the Cyborg-Gold-3d-USB configuration file.  I also changed some of the bindings, so the joystick setup is more like the default four-axis-joystick config.  When I submitted the original config file, I had the hat switch bound to the rudder and elevator trim.  Since the vast majority (all?) of the other joystick configs use the hat switch to control view direction, I think it would be best for the defaults for this joystick to conform to the rest in order to obey the "principle of least surprise" for the unsuspecting user.
2004-08-06 08:49:31 +00:00
ehofman
016238f66a Dave Perry:
This is an edit of this file that should work with either Windows or Linux.  As of a few days ago, the CVS file did not work at all.
2004-08-06 08:44:14 +00:00
curt
5504d814ab Tweaks for 0.9.5 release. 2004-07-29 21:54:27 +00:00
curt
b0cfae5b13 Updated for 0.9.5-pre3 2004-07-27 21:42:19 +00:00
curt
52631f334e Default to cursor hiding enabled for the next release.
Default to AI aircraft disabled for next release until we can get to the
bottom of potential memory leaks.
2004-07-27 20:42:17 +00:00
ehofman
3a4ac01859 Remove any refference to the MD-11 which isn't included by default in the official release. 2004-07-23 19:42:05 +00:00
ehofman
c2ac455f8e Oops, add missing files. They got hidden in a bunch of other uncommented local changes :( I might concider using another base directory for local changes. 2004-07-23 07:52:05 +00:00
ehofman
30b916a134 Durk Talsma:
I've included the latest fixes to the Traffic Manager/AI flightplan generation
code. Most of the code changes are in AIFllightplan.cxx. This is the code
that runs without depending on predefined FlightPlans in
#FG_ROOT/Data/AI/Flightplans.i

As suggested by Dave, I've also added a new property in
preferences.xml: /sim/traffic-manager/enabled, which is used to control
whether or not the traffic manager is active.

I'm still working on a few more 737 traffic patterns, those are going to take
a little longer, so I didn't want to wait sending in this code.

Finally, I haven't put much effort into ensuring "aeronautical correctness" in
this version yet. The code works on my system, but what the AI plane do may
actaully be quite rediculous. But I'd like to leave that for the next
version.
2004-07-22 18:50:30 +00:00
jimw
ac791abbbe Scenery Loading popup message 2004-07-22 02:59:59 +00:00
curt
e7b2eff4d8 Updated for v0.9.5-pre2 2004-07-21 21:51:09 +00:00
curt
ecce5b3ffe Updates for v0.9.5-pre2 2004-07-21 21:50:07 +00:00
ehofman
81e992e56f Add another name for the same device. 2004-07-21 06:55:15 +00:00
ehofman
af17319f36 Updated file. left/right break doesn't work yet, b
ut the previous file didn't work at all. Thanks Damon Toal-Rossi.
2004-07-16 20:17:36 +00:00