1
0
Fork 0
Commit graph

73 commits

Author SHA1 Message Date
ehofman
5355d1b048 Add a generic, configurable communiction output option 2003-03-25 18:47:30 +00:00
ehofman
e46c59d4d0 Add multiplayer support from Duncan McCreanor and Diarmuid Tyson 2003-03-19 20:45:09 +00:00
curt
5fe31e9b5b Minor tweak. 2003-03-03 04:32:56 +00:00
curt
484d598e90 Added note related to alternators. 2003-02-04 02:34:58 +00:00
curt
2660a4720d Updated note about specifying the initial state of a connector's switch. 2003-02-03 22:19:36 +00:00
curt
f15ca79b8f Initial stab at documenting the electrical system. 2003-02-03 21:29:58 +00:00
david
8506e731a2 Minor logging changes.
All logs and log entries are now disabled by default, unless
explicitly enabled by an 'enabled' property.  This works much more
intuitively with the GUI dialog.
2003-02-01 17:59:52 +00:00
david
e0c7b29aa7 Added reinit, suspend, and resume commands. 2003-01-21 02:07:29 +00:00
david
3991ac2450 Basic information for creating menus and dialogs in FlightGear. 2003-01-20 20:00:56 +00:00
david
4497c6d9e9 Documentation on adding new built-in commands to FlightGear. 2002-10-26 01:18:52 +00:00
curt
5becd2a1bd Resolve the file name conflict for windows. We need someone to update
the README.MSVC file soon.
2002-09-24 13:35:42 +00:00
curt
f8c24745b6 Initial revision 2002-09-10 01:13:59 +00:00
curt
7cdcfcafb8 Fix a typo. 2002-09-03 04:52:32 +00:00
curt
1dfb58783c Additional build system tweaks. 2002-09-03 01:12:26 +00:00
curt
a2d55fa81f Made current. 2002-08-30 23:51:53 +00:00
david
e66c57a7bb Patch from Erik Hofman to remove 'random' option for sound:
I back out this patch because it gives me 2~3 bonus fps, and it isn't
used now and probably won't be used in the future.
2002-08-05 20:49:17 +00:00
curt
1c6ee6e030 This was an old version, so I replaced the contents with a pointer to
the newest version in the base package.
2002-07-21 16:19:25 +00:00
curt
63eb4d8668 Erik Hofman:
* Small updates and fixes
* Add random as an internal ( <intenral>random</internal> is now possible)
2002-06-04 16:27:20 +00:00
curt
e380891c40 Erik Hofman:
This patch adds "elapsed time" support to the sound code.
It is now possible to define <internal>dt_play</internal> or
<internal>dt_stop</internal> instead of a propery in the <volume> and
<pitch> sections of the configuration file.
2002-05-20 16:28:21 +00:00
curt
e11f9c5b41 Cameron Moore:
* Added FTP passwd qna
* Added FTP user limit qna
2002-05-09 04:39:10 +00:00
curt
1c513868b7 Erik Hofman:
I changed the sound code to let it use FGCondition. This changes the
code and configuration files rather drastically. Furthermore I've added
an in-transit mode which plays the sound only when the tied property is
changing.

Changes:

Code:
* Added condition support to trigger an event
* Removed the <type> section from the main event definition
   (this could be done using conditions)
* Removed the abillity to use several events with the same name,
   instead it is required to use conditions.
* Updated the README.xmlsound

Base package:
* Changed the configuration files accordingly.
* Changed flaps and gear to use the new in-stransit mode.
* Changed the flps.wav file so it can be looped.
* Created a new gear.wav file (whcih can be looped)
   and a gear-lck.wav file for gear locking sound.

IMPORTANT:
To change existing configuration files to the new ones, it is important
to pack events with the same name together into one singel event, using
the condition specification. Also, when using special types (inverted,
flip-flop, raise or fall) these should be changed to a conditions also.
For more information, please look at
FLightGear/docs-mini/README.xmlsound and the supplied aircraft
configuration files located under FlightGear/Aircraft (espesially
c172/c172-sound.xml and c310/c310-sound.xml).
2002-05-09 04:24:39 +00:00
curt
b3509479ba Cameron Moore:
- Updates to MSFS import question
2002-04-25 19:51:33 +00:00
david
394627b525 Initial revision. 2002-04-01 13:55:58 +00:00
curt
2e0b32dab8 Changes corresponding to recent property manager changes
Remove bogus warning messages
Documentation changes
Minor speedups
2002-03-27 18:47:31 +00:00
david
6ca7d9ae00 Renamed README.xml to README.xmlsyntax, so that it wouldn't look like
an XML file itself.
2002-03-26 17:19:23 +00:00
david
dd628e0cfc First draft of a quick overview of XML syntax, not specific to
property lists.
2002-03-26 17:08:42 +00:00
david
bd8cfc1d46 Documented the new 'delimiter' property, allowing an alternative to
comma-delimited, and noted that no delimiter escaping is done in
property values.
2002-03-12 19:55:05 +00:00
david
c22018db05 Added new logging module. 2002-03-12 16:29:00 +00:00
david
bd6a57a002 Removed badly out-of-date documents on 3D models and properties. 2002-03-11 14:51:32 +00:00
david
b1ddb2a800 Erik Hofman's documentation for sound configuration, updated and moved
from the base package.
2002-03-03 02:07:21 +00:00
curt
4324010074 Tweaks from Julian Foad:
1. Enable auto-configure on more versions of auto tools. (configure.in)
2. Warnings from auto-configure tools. (src/Time/Makefile.am)
3. Typo: "the it's" -> "its". (docs-mini/README.Joystick)
4. Remove definition of FGViewer::update() that now is (or can be) pure
virtual\
. (src/Main/viewer.cxx)
5. Preferred form of function name according to comments in plib:
"not_working"\
 -> "notWorking". (src/Sound/soundmgr.hxx)
2002-02-05 04:42:39 +00:00
curt
982bdf8930 Updated with latest build information. 2002-02-01 21:21:58 +00:00
curt
be7715fcd1 Updated to include autoheader. 2001-12-29 04:56:21 +00:00
curt
84bde66b24 Updated ... 2001-09-14 20:54:57 +00:00
curt
90471b6fad Added information on enabling the http server. 2001-08-21 21:19:26 +00:00
curt
0f5cd76bb5 Updated by Erik Hofman. 2001-07-02 22:41:38 +00:00
curt
7c4c886938 Updated to latest revision. 2001-07-02 16:52:08 +00:00
curt
3d4581dd81 Initial revision. 2001-06-29 20:34:47 +00:00
curt
34de438972 Removed/depricated. 2001-06-29 20:20:30 +00:00
curt
cf0d8f0b56 Updated for the latest version of Cygwin. 2001-06-29 20:20:01 +00:00
curt
be9ee643d8 Updated by Jon. 2001-06-29 20:15:24 +00:00
curt
18b5d68d45 Varioius changes and updates to the docs-mini files. 2001-06-29 17:06:15 +00:00
curt
f2bb747bf0 Initial version ... needs to be updated. 2001-06-29 16:54:24 +00:00
curt
33758efa28 Renamed README.JSBsim -> README.JSBSim. 2001-06-29 16:44:21 +00:00
curt
8cc8e446a7 Updated a bit. 2001-06-26 21:44:16 +00:00
curt
52848158ff New FAQ. 2001-06-26 16:42:35 +00:00
curt
657714ba0d Initial revision. 2001-06-01 20:56:01 +00:00
curt
b2f9dbd597 Fixed a typo. 2001-05-31 05:47:59 +00:00
curt
92bef73566 Updated by John Check. 2001-05-22 17:25:44 +00:00
curt
1ac8af41c1 Updated version number. 2001-03-06 23:00:34 +00:00