1
0
Fork 0
Commit graph

62 commits

Author SHA1 Message Date
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
dda672eb13 Add documentation about AI models. 2004-06-25 11:15:17 +00:00
ehofman
3e156dc06d Sync with the latest version 2004-06-01 08:10:44 +00:00
andy
54954eb8de GUI layout management and a few visual/eye-candy modifications. See
DOCS/README.layout in the base package for details, along with the
modified dialog files.
2004-05-12 15:37:17 +00:00
ehofman
457923b2a5 Update the key bindings to match the latest CVS chnages. 2004-03-23 22:18:55 +00:00
ehofman
97b3f56ec4 Add keyboard bindings for the hunter 2004-02-12 18:00:15 +00:00
ehofman
8e62335954 Melchior FRANZ:
The "cycle view" key settings aren't needed any more, because we
do now cycle via Nasal's stepView(), and this does already take
different numbers of views into account.

Of course, this makes changes to map.{tex,pdf} necessary.
2004-02-10 15:05:22 +00:00
ehofman
93eb5534ae Some small updates 2004-02-02 10:31:40 +00:00
ehofman
d25cd976d1 The source shouldn't be included in the base package. It's an old source anyhow. For a refference on where to downlaod the source create a file called SOURCE containing the URL 2004-02-02 09:45:21 +00:00
ehofman
a70e9138b9 Add a per aircraft keyboard refference 2004-02-02 09:14:48 +00:00
ehofman
3176a4676d David Culp:
One thing I maybe should add to the doc is that the order of operation is
always:

1.  scale (multiplication)
2.  offset (addition)
3.  truncate (truncation)

This will matter when, for instance, converting from Fahrenheit to Celsius.
The normal formula is C = (F - 32) * 0.55555556.   The operator precedence
above requires a new formula,  C = (F * 0.555555556) - 17.777777777.
2004-01-23 15:37:06 +00:00
ehofman
f8c23e13c3 Document the scale, offset and truncate options for text chunks. 2004-01-23 14:17:11 +00:00
curt
f7c276944e Attempt #1 to sort out confusion between left / right / parking brake
controls in the cockpit vs. which wheels they apply to.  FlightGear now
sets /controls/gear/brake-left, /controls/gear/brake-right, and
/controls/gear/brake-parking.  It should be up to the FDM to sort out
which wheels under which circumstances are affected by these controls
and ultimately what happens to the physical motion of the aircraft.
2004-01-12 17:49:33 +00:00
ehofman
5e22c385a5 Add the new FlightGear tutorial 2003-10-20 20:19:28 +00:00
ehofman
607ac7131c Update the link to the FlightGear tutorial 2003-10-20 20:11:33 +00:00
jimw
0785c61968 Update joystick docs for addition of interval parameter to digital hat bindings. 2003-07-01 19:43:15 +00:00
cvsguest
3eb1f3b84c Updated authors 2003-06-12 00:35:58 +00:00
ehofman
69a6a69cf5 Refference the new options layout in the documentation 2003-04-01 17:37:36 +00:00
j4strngs
7e76e1fd66 grafx for fschool 2003-02-24 03:13:26 +00:00
j4strngs
b90f2ebbad Sources for FlightGear flight school 2003-02-24 03:09:37 +00:00
j4strngs
bb056f2352 Add Carsten Hoefer's excellent flight tutorial to help system 2003-02-24 03:00:10 +00:00
curt
0b2640e9ac Cameron Moore:
Updated FAQ ...

o Added a section for FG v0.9.0
o Added the UIUC FDM to the FDM qna (M. Selig)
o Updated combat qna (M. Selig)
o Fixed some typos (M. Selig)
o Fixed section number generation bug in XSLT
2002-12-19 20:18:33 +00:00
j4strngs
29d42027c8 spambot defense measures 2002-12-16 18:43:20 +00:00
j4strngs
964f140378 sync with some READMEs that originate in main CVS 2002-10-28 20:14:53 +00:00
curt
095cc0a378 Cameron Moore:
o Added MSVC qna (#3.3)
o Updated FTP mirrors link
2002-09-16 21:26:59 +00:00
j4strngs
d027cf4044 Fixed minor error spotted by Dave Perry 2002-09-08 20:52:28 +00:00
j4strngs
4607443af8 manual source files 2002-09-08 04:13:01 +00:00
j4strngs
1dd472e394 *** empty log message *** 2002-09-08 03:58:23 +00:00
j4strngs
9cb79f7bbf graphics for html getting started guide 2002-09-08 03:53:07 +00:00
j4strngs
b458095c18 Updated base package doco for 0.8 2002-09-08 03:51:05 +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
3e12e550db List address update from Martin Dressler. 2002-03-02 23:44:48 +00:00
j4strngs
f0b067bad1 *** empty log message *** 2002-02-16 20:11:54 +00:00
j4strngs
00147814ed *** empty log message *** 2002-02-16 20:11:45 +00:00
j4strngs
996c338f05 *** empty log message *** 2002-02-16 20:02:28 +00:00
j4strngs
2ad19ec153 "Final" manual 2002-02-16 19:58:34 +00:00
j4strngs
7ec169f1f8 Final version of manual 2002-02-16 19:55:38 +00:00
j4strngs
0151d5e0e5 deprecated, missed it before 2002-02-16 17:00:08 +00:00
j4strngs
2d6a72ede7 graphics for doco 2002-02-14 23:16:46 +00:00
j4strngs
fe4ee3ddd5 Doco updates 2002-02-14 23:15:39 +00:00
j4strngs
2dc430889d Added section on conditions
Modified Files:
 	README.xmlpanel.html
2001-10-09 22:09:14 +00:00
j4strngs
96c1ffd0a2 renamed 2001-08-10 00:37:32 +00:00
j4strngs
bb8ae43e02 htmlified 2001-08-10 00:36:44 +00:00
j4strngs
d9253d5f71 html ified 2001-08-10 00:35:49 +00:00
j4strngs
09391cd996 renamed doc 2001-08-07 07:21:07 +00:00
j4strngs
47a490e00c fix URL 2001-08-07 07:12:32 +00:00
j4strngs
ac0b6d60fd indent 2001-08-07 07:06:14 +00:00