1
0
Fork 0
Commit graph

118 commits

Author SHA1 Message Date
curt
f79b642a13 Make default visibility exactly 10 miles. 2003-07-17 18:17:13 +00:00
ehofman
56b6777bad Adjust the damping factors slightly 2003-07-17 08:54:06 +00:00
david
2e8aac5d94 More turbulence tweaks and fixes. 2003-07-15 01:26:37 +00:00
ehofman
daf32bd124 Framerate independent viewer fixes from Melchior FRANZ 2003-07-14 14:20:55 +00:00
ehofman
c63777e2ad Temporary remove damping for the default helicopter view because it takes a *long* time to lineup with the aircraft again. A fix is underway 2003-07-12 13:45:15 +00:00
ehofman
699e4d659e Use a common z-offset definiton for all external views 2003-07-12 12:02:40 +00:00
ehofman
700fe69801 Add a new chase view from Melchior FRANZ. I think it's time tom move some of the views into it's own menu option and leave about three aircraft related views in the prefferences file 2003-07-12 09:55:04 +00:00
david
154a0fb707 Reintroduce very mild turbulence on climbout. 2003-07-01 20:56:21 +00:00
david
6bbac81aa7 No turbulence by default. 2003-07-01 19:17:03 +00:00
ehofman
4d4fef591b Melchior FRANZ:
These patches add a clock instrument, which allows to model failure ("serviceable") and to adjust the time independently of the system time (defaults to GMT). The main incentive is to make the p51d clock work and adjustable via the knob.

 o Offers a time string ("12:03:15") for the LCD or for LED
   clocks, or an empty string in case of failure/power off. The
   instrument assumes that digital clocks are battery buffered,
   so they will be updated even if there's nothing on the display.

 o Offers the number of seconds since midnight for analog
   clocks, like in the p51d. This number is not increased
   if !serviceable. So the clock will stand still and continue
   where it stopped when it's serviceable again.

I did not consider voltage yet, because the Mustang's clock will need a lot more current than the LCD clock. The instrument is updated 4 times per second but returns immediately if neither time nor offset changed. The function getGMTString() in fg_props.cxx could be removed after applying these patches.
2003-06-27 08:45:35 +00:00
curt
72850a9046 Set temperature-degc (at altitude temp) for the environment layers rather
than temperature-sea-level-degc.  It made no sense to specify the sea level
temperature at different altitudes ... :-)
2003-06-24 19:53:21 +00:00
curt
b2518a946e We default to having two active cloud layers. Let's fill in layers 0 and 1
rather than layers 1 and 4.
2003-06-23 20:55:57 +00:00
ehofman
24c5b2e512 Initialize some default rendering options 2003-06-17 16:56:58 +00:00
david
a48332cfdf Added initialization and user dialog for improved weather system. 2003-06-08 14:44:53 +00:00
curt
cd6cee0a77 Make the 2nd (right) vacuum pump serviceable by default. 2003-05-27 19:48:03 +00:00
ehofman
87308b6fb5 Add a debug option for rendering 2003-05-06 13:52:08 +00:00
david
5032f37553 Initialize turbulence. 2003-04-19 11:59:02 +00:00
david
11ffecde16 Initialize all of the attitude-indicator properties explicitly. 2003-04-05 15:04:20 +00:00
david
b7f1ccffa0 Use "coverage" instead of "type".
Rename "mostly-cloudy" to "broken" and "mostly-sunny" to "scattered",
to follow standard weather terminology.

Add "few".
2003-04-05 03:36:20 +00:00
david
11ba7095ee Restore default out-the-window view.
Start with mags on.
2003-04-01 15:45:10 +00:00
dluff
ca1b1cd4f6 Enable ATC and AI traffic by default 2003-04-01 14:27:45 +00:00
ehofman
759d86d947 Updates to refelect the controls update of FlightGear. It could be there are a few unupdated controls left. To simplify the transisition there is a file called README.properties in the docs-mini directory of FlightGear that explains the new controls layout. 2003-04-01 12:41:12 +00:00
jimw
6e5c2c28db Default for fov is 55 degrees in viewer code. Changed to 55 here to match. 2003-04-01 02:02:57 +00:00
curt
5458bc86e7 Add an option (set to true) specifying whether or not to draw the
out-the-window view.
2003-03-29 02:25:23 +00:00
david
7412bfb95a Basic initialization for the GPS. 2003-03-10 14:13:44 +00:00
david
67390808d2 Initialize DME switch position. 2003-03-09 04:12:04 +00:00
david
a8cb795495 Initialize DME to serviceable. 2003-03-09 03:38:59 +00:00
david
db255e5522 Make the default c172-3d instead of c172. 2003-03-02 15:01:11 +00:00
david
91ed7f4f62 Initialize the /sim/sound/audible and /sim/sound/voice properties to
reasonable values.
2003-02-18 16:52:55 +00:00
curt
de1c84c8c0 Jim Wilson:
There are a number of little changes.  Tested with current cvs as of 20:30EST
04Feb.  Actually been running since the beginning of January with these
patches.  All changes work without crashing with the current base package cvs,
but there are some visual problems with the views (other than pilot view)
without changes to the base package.

As soon as you can build test and commit I can add in those base package
updates that will make it all work nicely.  I will also go through all the 3D
Aircraft configs to make sure the change in the "pitch-offset" for cockpit
views (see below) are made to maintain current behavior.

Here are the files (changes listed below):
http://www.spiderbark.com/fgfs/viewerupdate.diffs.gz
http://www.spiderbark.com/fgfs/viewerupdate.tar.gz
2003-02-06 19:46:48 +00:00
david
f180361d01 Added some basic logging properties (disabled by default). 2003-02-01 17:58:59 +00:00
david
75d78b6a05 Initialize all instruments to serviceable. 2003-01-26 16:06:41 +00:00
david
e9046c6e1d Start out with a serviceable electrical system. 2003-01-25 21:51:20 +00:00
david
dca563eab8 Set the default visibility for the menubar.
Default the ADF card to 0.
2003-01-18 22:03:45 +00:00
dluff
2d6ee8064f Set default comm volume in preparation for honouring this property 2003-01-09 13:48:41 +00:00
david
cf334a4c01 Changed default frequencies. KSFO ATIS is not on standby on COM1, and
KOAK ATIS is on standby on COM2 (this one doesn't seem to work, though).
2002-12-30 19:47:22 +00:00
david
e66946a070 Initialize more cockpit controls. 2002-11-26 04:05:27 +00:00
curt
8f57805def Curt Olson:
Explicitely set the runway number, rather than depending on the
"closest one to the specified heading" behavior.
2002-11-17 04:48:11 +00:00
jimw
9a8a84e128 We should probably discuss deleting/adding default views on the list. AFAIK
there was only the addition of the 5th view discussed, and a developer noted
that the Lookfrom Tower view was useful for multi-aircraft development.  So
this patch preserves the new 5th view,  returns the Lookfrom Tower and removes
the second Lookat Tower.  One is enough for now IMHO, but still open for
discussion of course.
-- Jim
2002-11-17 03:55:00 +00:00
curt
70e4d09cdb Two minor property name changes corresponding to source code changes. 2002-11-15 21:05:30 +00:00
mselig
306f5fff2a Changing fixed tower view ("look from") to new tower view ("lookat"),
but the view position is near the aircraft.
Adding in a new 5th view that looks in a fixed direction at the
external airplane.  In this new view the yaw does not cause the view
to swing back and forth along the horizon as it does w/ the first
view.
MSS
2002-11-12 01:08:56 +00:00
david
45885877d4 Added property defaults for aircraft lighting:
/controls/lights/beacon = true
  /controls/lights/navigation = false
2002-11-06 15:50:29 +00:00
david
03a0ad18eb Finished setting up configurable default viewing properties, and
implement them for the C172P 3D model.  Look near the top of
preferences.xml for an example.  The recognized properties are as
follow, with vanilla defaults in parentheses:

  /sim/view/config/default-field-of-view-deg (30)
  /sim/view/config/default-pitch-deg (0)
  /sim/view/config/front-direction-deg (0)
  /sim/view/config/front-left-direction-deg (45)
  /sim/view/config/left-direction-deg (90)
  /sim/view/config/back-left-direction-deg (135)
  /sim/view/config/back-direction-deg (180)
  /sim/view/config/back-right-direction-deg (225)
  /sim/view/config/right-direction-deg (270)
  /sim/view/config/front-right-direction-deg (315)

These are particularly useful for the view from inside a 3D aircraft
model.
2002-11-02 21:41:53 +00:00
curt
2059a0fd61 Erik Hofman:
This adds supports for a language specific font, defined in locale.xml
I've also moved the fgInitLocale() routine from main.cxx to fg_init.cxx
to prevent an ungly extern definition in options.cxx.
2002-10-07 15:45:14 +00:00
curt
23afc22630 New locale structure. 2002-10-03 14:41:17 +00:00
curt
8be977c037 Include translation file. 2002-10-01 18:37:17 +00:00
david
a3066b52c9 Initialize spin.
Set archivable flag on systems and instruments properties.
2002-09-29 18:28:06 +00:00
david
47ce58e5d4 New pitot system and airspeed indicator. 2002-09-28 20:49:56 +00:00
david
1d1770c43f Modifications to support new VSI and HI models in FlightGear. 2002-09-27 22:00:02 +00:00
david
3b85be3398 Modifications to support new altimeter and static port models in
FlightGear.
2002-09-27 18:26:42 +00:00