1
0
Fork 0
Commit graph

81 commits

Author SHA1 Message Date
andy
d7b54a6440 Documentation for the new "contra" attribute on propeller tags. 2004-12-13 23:49:03 +00:00
ehofman
655c7246f7 Latest upodates from Melchior et all. 2004-11-29 09:45:34 +00:00
ehofman
297200aeca Mathias Fröhlich:
Attached is a patch against the data directory which establishes the
keybindings I use for the carrier operations.
The map.pdf must be regenerated.
2004-11-26 10:26:18 +00:00
ehofman
bae4dda4d1 Move the submodels from the /systems proprty subtree into /ai instead. 2004-10-28 08:44:40 +00:00
ehofman
5ca1be2ca1 Add loadxml/savexml commands and textbox gui dialog. 2004-10-24 09:26:21 +00:00
ehofman
199b288f50 Roy Vegard Ovesen:
I've put together a readme file that describes how to configure the digital
filters.
2004-10-14 11:29:36 +00:00
ehofman
a8930a0d4a Vivian Meazza:
I've made appropriate changes to Readme.submodels to reflect the
variation of Cd with Mach number.

Spitfire.submodel has been changed to use the variation of Cd with Mach
number.

Submodel.cxx has been changed so that the default value of Cd is the
subsonic Cd of a non-boat tailed bullet.
2004-10-02 14:29:19 +00:00
ehofman
0d7c9bced1 Adjustments 2004-09-27 14:30:06 +00:00
ehofman
84e6d30207 Add info about weight and Cd and modify eda 2004-09-23 19:57:58 +00:00
ehofman
49c8586abe Fix some mistakes. 2004-09-18 12:23:04 +00:00
ehofman
973b26ebfa Update for recent versions of OpenAL. 2004-09-17 21:29:47 +00:00
ehofman
a9ddf26110 Make notion of -1 for count 2004-09-12 17:06:58 +00:00
ehofman
9eb53f64e8 Sync. w. Melchior's version. 2004-09-12 11:16:26 +00:00
ehofman
f83f7837b2 Add an example submodels definition file. 2004-09-09 08:46:55 +00:00
ehofman
e359dd504f Mention the pressence of the <texture-path> option. 2004-08-30 13:31:43 +00:00
ehofman
b5d69427c5 Update to the lates version. 2004-08-30 13:17:08 +00:00
ehofman
68f5ceddb0 Add a bunch of new documents. 2004-08-21 09:00:40 +00:00
ehofman
ab9e651503 Sync with the source code. 2004-08-21 08:57:29 +00:00
ehofman
e7da67d023 Move to the Docs dirtectory. 2004-08-19 11:36:33 +00:00
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