1
0
Fork 0
Commit graph

2247 commits

Author SHA1 Message Date
david
2f38b429f5 Raised the default eyepoint and slanted it down slightly. Previously,
the pilot was peering level just over the top of the panel.

Moved the panel instruments accordingly.
2002-04-03 22:55:30 +00:00
j4strngs
75fa26ac1c *** empty log message *** 2002-04-03 03:14:01 +00:00
j4strngs
8ba482b160 n preparation for some more extensive
patches to the code
2002-04-03 01:46:05 +00:00
david
16448bb2ef Added conditional bindings for throttle and rudder when mouse is
pressed.
2002-03-27 22:51:13 +00:00
david
fed4db6300 Updates from Norm Vine:
These add a NEW elevator trim marker
along side the elevator position gauge
also adds missing cemterpoint tick marks

FYI
With this you can see what the AutoPilot is doing
when in one of the 'altitude modes'
2002-03-27 19:32:18 +00:00
david
f52a4ccf58 More cleanups. Removed the pui-* commands, and added a pass-through
property to indicate when mouse events should be offset to PUI and the
panel first.
2002-03-27 00:54:34 +00:00
david
20ab2f4779 Added bindings for elevator and ailerons in mode 1, as in current
mouse support.
2002-03-26 13:17:32 +00:00
david
2a7cd47fd5 XML format changes, so that bindings are always mode-specific. Added
support for panning the view, as in the existing mouse view mode.
2002-03-26 12:49:14 +00:00
curt
4d32823265 Hmmm, the version that David generated and committed earlier today
crashed with the newest code changes.  I regenerated this file and it
seems to work for me so I'm committing the re-re-generated file.
2002-03-26 02:12:29 +00:00
david
c3d7c2e116 Freshly regenerated after Melchior's code changes. 2002-03-25 23:04:33 +00:00
david
f1d8a47660 Jim's modified C172 set file. 2002-03-25 16:28:16 +00:00
david
fd3771f264 Added configuration for different modes and cursors. The XML format
is subject to change, and this file is still used only when FlightGear
is configured --with-new-mouse.
2002-03-25 11:59:26 +00:00
david
061cbf9841 Initial mouse configuration support. This will be ignored unless you
configure --with-new-mouse, and there's not much there yet anyway.
2002-03-23 22:30:39 +00:00
j4strngs
27591fed86 New c310u3a panel by Jim Wilson 2002-03-22 01:23:34 +00:00
j4strngs
0d148621bc From Dave Luff
default.tower
2002-03-21 01:25:25 +00:00
david
a615df5d53 A little more detail on the C172 interior, starting to approach
something that's recognizably a panel.
2002-03-16 17:00:30 +00:00
david
d947b64c73 Renamed /cockpit property to /sim/view/internal and made properties
explicitly archivable to help with save/restore (the latter is a
temporary measure).
2002-03-15 20:54:25 +00:00
david
e720339b7c Tweaked view position in 3D cockpit so that the runway is visible
during taxi and takeoff roll.
2002-03-13 23:42:18 +00:00
curt
98b0360c4d Adjust ambient and diffuse lighting tables. 2002-03-11 15:18:56 +00:00
david
0c4eb61e7c C172 with highly experimental, unfinished 3-D cockpit mockup using
Andy's virtual-panel support.  This will give a first taste of flying
with a 3D cockpit, but there are many caveats:

1. Clicking on the instruments doesn't work (waiting for a fix from
Andy).

2. The instruments rotate with the 3D cockpit but they don't tilt with
it (also waiting for a fix from Andy).

3. The orientation is incorrect when the view is not straight-forwards
and the plane is not flying level (waiting for a fix from me, but I
don't understand matrix math well enough).

4. The 3D interior is fairly ugly right now.
2002-03-10 21:09:39 +00:00
david
f5db2c7589 Sound patch from Erik Hofman:
* improved enginse cranking sequence
* good flap support
* removed leading and trailing silence of flaps, gear-up and gear-dn sounds
2002-03-10 18:35:23 +00:00
david
32a2ef488d Explicitly set write-all to false for saving the flight, so that only
archivable properties are written.
2002-03-09 11:18:07 +00:00
j4strngs
a222c7492b Change default model 2002-03-08 05:28:03 +00:00
j4strngs
97ea096701 Marchetti config from Martin Spott 2002-03-08 05:27:16 +00:00
david
20b35dd15a Removed obsolete properties. 2002-03-08 02:29:10 +00:00
j4strngs
755ea63cda c310u3a FGFS'ercized by Jim Wilson from a model by Chris Lampard. Jim has managed to track down Chris, who has graciously allowed us to distribute the model under the GPL 2002-03-07 06:09:21 +00:00
curt
287c9cff27 * Added link to Norman's PPE scenery placement email
* Fixed bug in joystick question
* Fixed bug in adding scenery question
* Fixed old link to BGL site
* Updated 3D models question
* Updated navaid question
* Updated compile question
* Updated aircraft creation question
* Updated other documentation question
* Updated scenery generation question
* Various cosmetic cleanups
2002-03-04 22:59:29 +00:00
david
8a94dfd8bc Added control outputs (used for 3D model animation). 2002-03-04 00:18:28 +00:00
david
57eecbf2ff Moved to FlightGear/docs-mini 2002-03-03 00:16:13 +00:00
david
2522bdba92 Initial support for jet sounds, from Erik Hofman. 2002-03-02 23:50:07 +00:00
david
3e12e550db List address update from Martin Dressler. 2002-03-02 23:44:48 +00:00
david
17642ffc77 Indentation cleanups from Martin Dressler. 2002-03-02 23:44:28 +00:00
david
8a6e3e409a New Cessna 310 model, still incomplete (no proper gear and no
textures).  Most animations are working, but they're using the
/controls/* properties, so flap movement isn't smooth.
2002-03-01 23:04:02 +00:00
david
e519594b5c Modified to use C310 sounds for now, to get twin engine support. 2002-03-01 14:27:38 +00:00
j4strngs
f69f6321fa Andy sez:
I just checked in YASim changes that allow for more cleaner export of
control output to the property tree (and flaps now extend slowly now,
to boot).  But this breaks the XML syntax in an incompatible way, so
you'll need to update your planes in order to run the code in CVS.
2002-03-01 07:27:26 +00:00
david
ee3e969fee Modified for Erik's sound-configuration changes. 2002-02-27 14:37:24 +00:00
david
6ad4d75137 Added Erik Hofman's documentation on sound configuration files. 2002-02-27 14:36:59 +00:00
david
835092ae6a Changes from Erik Hofman adding per-aircraft sound-configuration files
and renaming /sim/sound to /sim/sound/audible.  So far, there are
sound config files only for the C172, C182, and C310; we'll have to
add them for other aircraft.
2002-02-27 14:22:05 +00:00
david
00f404d5a9 Changed to point to an XML property file rather than directly to the
3D file.
2002-02-25 19:10:16 +00:00
j4strngs
4873b9e7ae Orientation fixes for people dropping in the defined model 2002-02-25 00:13:56 +00:00
david
821b1e6652 Switch to use c172-dpm.ac by default, so that new users don't end up
with the glider.  The old model path, pointing to an MDL file that had
to be downloaded separately, is commented out but is still present.
2002-02-22 18:58:47 +00:00
j4strngs
b49abb2b79 new turn coordinator tube n' ball 2002-02-22 00:26:13 +00:00
curt
28c2c2f8ee Reduce gaps between LED segments. 2002-02-21 22:02:27 +00:00
curt
246bd8f7db This one should use the LED font as well. 2002-02-20 04:07:56 +00:00
david
4c07d3e314 Ensure that the magnetos are engaged at startup.
*** I accidentally posted this comment for the updates in
Aircraft-yasim -- those actually add support for starter and magnetos.
2002-02-20 03:32:03 +00:00
david
6f700bbebc Ensure that the magnetos are engaged at startup. 2002-02-20 03:31:12 +00:00
david
60f3c30133 Try the new <squared> property for the main control axes: it should
give finer control near the middle, and grosser control near the
outside.  I stole this idea from YASim.
2002-02-20 03:30:38 +00:00
curt
8167f2f062 Added a ":" to the font so we can use this for the clock. 2002-02-19 12:28:02 +00:00
curt
20d0f8ea7d Update clock to use LED font now that Melchior has added a ":" to the
font.
2002-02-19 12:27:22 +00:00
curt
b3a6290fab Converted to LED font. 2002-02-19 04:20:06 +00:00