1
0
Fork 0
Commit graph

734 commits

Author SHA1 Message Date
david
04ae53be36 Yet more fiddling with pilot viewpoint. 2002-11-06 16:01:19 +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
aabdbfbb6f Corrected runway markings and edge light intensity for CYOW. 2002-11-05 12:01:39 +00:00
j4strngs
4da258be05 The adjusting knob has slow (left mouse button) and fast (right mouse
button) modes.  Due to a typo in altimeter.xml, one direction of
adjustment with the left mouse button was giving fast changes.

Simple patch attached.

- Julian
2002-11-05 00:24:01 +00:00
aross
62ed113f21 Typo. The propeller definitions have to match, dummy. 2002-11-04 17:33:45 +00:00
jimw
e79e2c2d3e Adjustments to rudder, Orville, animation. 2002-11-04 04:05:43 +00:00
j4strngs
cefe2c205d Improved airport textures via Erik Hofman 2002-11-03 23:12:03 +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
david
ae27863994 Fix prop and window alpha order (again). 2002-11-02 20:13:07 +00:00
j4strngs
7d224e6820 The new led font is now antialiased (`a la Andy) and has
twice the design size (character height) of the old one.
Advantages:
- displays . and : correctly with less space around, and digits
  with more space around (using Andy's improvements to plib)
- small text becomes much more legible (-> clock, AP-altitude)
- the font contains pretty much every character that can be
  displayed on a seven segment display, so it might be more
  useful for future instruments.
2002-11-02 00:23:46 +00:00
david
83fa3930f8 Bound '+' to zoom in (like 'x').
Bound '-' to zoom out (like 'X').
Bound '=' to return to default zoom.
2002-10-29 22:06:53 +00:00
j4strngs
964f140378 sync with some READMEs that originate in main CVS 2002-10-28 20:14:53 +00:00
curt
fca24c0930 Updated ... 2002-10-28 16:01:17 +00:00
david
d1596cd80e Make knobs work on the standby frequency rather than the active
frequency.
2002-10-25 22:16:57 +00:00
j4strngs
938963e8b8 Stub in generic electrical system on non Cessna planes.
Reorder tags in c310 configs for consistency.
Stub in c172 electrical system on Cessnas lacking one.
2002-10-24 03:33:49 +00:00
j4strngs
7d3371137c Add directory for generic configs for subsystems 2002-10-24 03:31:00 +00:00
curt
d4d5ad1d5d Set aileron trim to 0.0
Rescale TC ball movement for hi res instrument.
2002-10-16 03:17:19 +00:00
david
6d7481018f This patch add modified (under the surface) reflections to the water
areas, and changes the water-lake.rgb texture (again). The latter is
because the photo's I used to refference the water surface apearence
were all take in the direction of the sun, causing the colour to be much
to bright.
2002-10-14 21:23:33 +00:00
david
4c7088772c Updated textures from Erik Hofman. 2002-10-14 21:19:32 +00:00
david
dad91e6e70 Patch from Sergey V. Udaltsov:
I've got nice joystick Logitech WingMan Force and found no file for it
in FG 0.8. If anyone interested, I offer it here. It is based on
Logitech WingMan Extreme configuration, but there are less axes (no
rudder:() and more (9!) buttons (actually, I don't use them all). Hope
it is useful.
2002-10-13 10:56:59 +00:00
j4strngs
69bfc4a0fd Updated strings-nl from Erik Hofman. Removed obsolete strings-en 2002-10-11 20:27:38 +00:00
j4strngs
a6e5ddd636 beech99-v1 has just a blank line difference. The c172's have
the electrical system added so the night lighting works (hey
I do most of my flying at night).
I also added archive flags to some properties as per
c172-set.xml.
2002-10-11 06:23:03 +00:00
j4strngs
4db8d593d7 Add electrical system to c172-ifr. The c172-set.xml was just touched
there are no changes to that.
2002-10-11 04:41:35 +00:00
j4strngs
0034d4a2c4 Gas it up and update 2002-10-11 04:36:48 +00:00
j4strngs
97c67cfc82 Put some juice in the fuel tanks.
I don't know the capacity so I just dumped 14 gal (I think thats the
wing tank capacity) in each of the 4 defined tanks
2002-10-11 04:10:35 +00:00
david
deb79e39a6 Improved prop for C172P. 2002-10-11 02:15:53 +00:00
curt
c59b059c30 Eric Hofman:
Now the options can be localized as well. This adds a slight problem for
the --language options, but not that much (worst case, the strings are
loaded twice consuming some more memory). I tried to be as accurate as
posiible when copying the options texts, but there might be some
mostakes left.
2002-10-10 15:03:33 +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
ccaaf9121a Define some shininess properties for certain materials that can reflect light
such as water, ice.
2002-10-04 17:07:06 +00:00
curt
9016286f19 Added support for french translation. 2002-10-04 15:43:01 +00:00
curt
537dd8bdb6 Updates to language support config files. 2002-10-04 15:24:34 +00:00
j4strngs
f84bec08e6 German translation for internationalization 2002-10-03 22:26:57 +00:00
curt
658a2ba0ad Updates for internationalization. 2002-10-03 16:10:50 +00:00
curt
fe1fc03999 New local structure. 2002-10-03 14:41:27 +00:00
curt
23afc22630 New locale structure. 2002-10-03 14:41:17 +00:00
curt
b1131dc020 Fix the wrong text for the reset option. 2002-10-02 02:13:24 +00:00
david
e313cf0a15 Corrected location of CYOW rwy25 localiser and glidescope antennas. 2002-10-01 21:28:08 +00:00
curt
4db5c0e0fc Updates ... 2002-10-01 18:39:42 +00:00
curt
70f20cf399 Reference the translated strings rather than use hard coded strings. 2002-10-01 18:38:00 +00:00
curt
39c82ea7b5 Initial revision. 2002-10-01 18:37:41 +00:00
curt
8be977c037 Include translation file. 2002-10-01 18:37:17 +00:00
tony
f499fb4f6f Updates for new JSBSim file format 2002-10-01 12:02:05 +00:00
david
04679b7f29 Rounded wings more where the air vents will go.
Expanded chamber of pitot tube.
2002-09-30 14:04:58 +00:00
david
0e673b222b Fixed reversed aileron animation. 2002-09-30 14:04:15 +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
j4strngs
7657789ee8 remove foreign language names 2002-09-27 22:20:08 +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
david
5a6cbb713f New terrain textures from Erik Hofman. 2002-09-27 18:25:59 +00:00