1
0
Fork 0
Commit graph

654 commits

Author SHA1 Message Date
david
3ce07eb94c Added untextured (but animated) control yokes. 2002-11-13 02:43:47 +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
6465aea9c7 More modifications to the 172p:
- added untextured seats
- moved the panel back to the proper position
- changed viewpoint and field of view
2002-11-11 21:52:40 +00:00
david
a07b90cdf9 Introduced a new alias arrangement, using the 'include' attribute on
the root PropertyNode element.  For example,

  --aircraft=c172

is now an alias for

  --aircraft=c172r

which is an alias for

  --aircraft=c172r-jsbsim

All JSBSim *-set.xml files have been renamed to include 'jsbsim'
explicitly in their names; the ones without 'jsbsim' are now aliases
to the default, whatever that may be.

Here are some new, simpler aircraft identifiers:

  --aircraft=cub
  --aircraft=747
  --aircraft=sopwithCamel
  --aircraft=c310-3d

and so on.

This system allows users to create new *-set.xml files by overriding
parts of existing ones rather than by cut-and-paste.
2002-11-11 17:30:09 +00:00
mselig
f60eb3abb6 updates, MSS 2002-11-11 04:25:48 +00:00
mselig
42202aa904 adding new Fokker Dr.1 files, MSS 2002-11-11 04:24:04 +00:00
david
8f98338e21 Improve curve of instrument panel.
Add VHF antennas to top of fuselage.

Better propeller disks when spinning fast.

Took green tint out of pitot tube.
2002-11-11 02:51:16 +00:00
j4strngs
056dff7dee Fixes from Julian Foad:
- makes instrument knobs turn at a realistic rate
- removes redundant <min> and <max> specifications*
- corrects the indentation to reflect nesting depth
- corrects some descriptive names

* E.g. if the gyro compass heading is 365, there's no point clamping the
value to 360 before drawing it.  Just using the given value is more
likely to be right - or, if it's wrong, at least we won't hide the bug.
2002-11-10 20:44:17 +00:00
aross
a42a06cc9e Move the origin on the A-4 and 747 to coincide with the existing 3D models.
Added property-controlled pylons to the A-4, for external stores modelling.
The harrier now has working auto-stabilization, making it *vastly* easier
to control in hover and slow flight.
2002-11-10 20:17:05 +00:00
mselig
ce4492b325 adding new Sopwith Camel files, MSS 2002-11-10 04:32:06 +00:00
aross
d0734a2a2b Add "spring" and "damp" tunables to the documentation, and use them to
fix the 747's nose gear bounce.
2002-11-09 21:09:33 +00:00
mselig
17b40e6b26 1903 Wright Flyer -set.xml file update, MSS 2002-11-09 18:42:38 +00:00
mselig
76ba1f1d80 asw20 model files 2002-11-09 07:28:07 +00:00
mselig
d4183cfbda hang glider updates: GNU GPL model, MSS 2002-11-09 02:28:10 +00:00
mselig
e3574cc7d4 removing obsolete file, MSS 2002-11-09 02:19:26 +00:00
david
a331b86e55 Instead of reading $FG_ROOT/gui.xml, recursively read all files under
the $FG_ROOT/gui/ directory; that way, each dialog can have a separate
configuration file, and management should be simpler.
2002-11-08 02:07:50 +00:00
david
303a982b8b Updated the dialog, and made the fields read-write rather than
read-only.
2002-11-07 22:59:17 +00:00
david
1acc765781 Bind Ctrl-D to display a sample dialog (named "hello") from gui.xml. 2002-11-07 16:30:39 +00:00
david
7600b59bc2 Initial XML configuration file. For demonstration only. 2002-11-07 16:29:48 +00:00
david
cab674876f Added beacon and navigation lights. 2002-11-06 16:01:53 +00:00
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