1
0
Fork 0
Commit graph

209 commits

Author SHA1 Message Date
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
curt
9a2c3330fb Updates from Julian Foad <julianfoad@netscapeonline.co.uk> 2001-03-06 22:59:36 +00:00
curt
77438b635c Added a quick lookup table for texture dimensions. 2001-03-06 19:35:56 +00:00
curt
6f6f19cf24 Initial revision. 2001-01-05 15:37:32 +00:00
curt
5ed389238a Initial revision. 2000-11-14 20:41:44 +00:00
curt
b45ca4c1d0 Nov 8 updates. 2000-11-09 19:50:02 +00:00
curt
5018278831 Panel tweaks to support "shaped" panels.
Additional HUD support for waypoints.
JSBSim updates.
2000-10-13 23:34:54 +00:00
curt
2d206ebdcf Moved VERSION to FLIGHTGEAR_VERSION and put it in it's own include file. 2000-10-11 00:19:10 +00:00
curt
ebb79b8c0c From: John Check <j4strngs@bitless.net>
Subject: New panel doc
Date: Thu, 5 Oct 2000 19:44:02 -0500 (EST)

Hi Curt,
Here's the latest version panel doc. I'm also including the final
version joystick doc, the one in docs-mini is one behind.

I made some changes to my local sources to get a larger viewport
allowing for a shaped panel and still being able to see the runway
on takeoff. Should I send you the changes? David M is cool with it.

FWIW I've been playing with 3D renders for some textures and it's
looking pretty good. Theres a screenshot with the throttle and
mixture knobs done like that at http://rockfish.net/fg/

I'm going to post a tarball with what I have now to the above URL
but Dave is planning on making some changes to property manager over
the weekend and I figured I'd wait till I'm synched with any name changes
before making an official update.
2000-10-06 21:45:47 +00:00
curt
5052f93ad4 Fixed a couple "typos" 2000-09-25 23:37:38 +00:00
curt
df54178ce7 Initial revision. 2000-09-25 23:29:37 +00:00
curt
38b0d2b151 Initial revision. 2000-09-25 22:20:57 +00:00
curt
5121057dea Updated version. 2000-09-25 22:02:08 +00:00
curt
5d63ed2d0f Initial revision. 2000-09-21 15:17:36 +00:00
curt
948f6b05d5 Initial revision. 2000-09-13 20:57:46 +00:00
curt
8842829571 Initial revision. 2000-07-03 17:09:51 +00:00
curt
d4d10fad6b Replaced gdbm with metakit. Involves a new simgear version and a new database
format for the airports in the base package.
2000-05-27 05:54:02 +00:00
curt
426c76de6c Initial revision. 2000-04-26 17:08:38 +00:00
curt
d75388526b Updates. 2000-04-11 20:38:32 +00:00
curt
7c2ebec716 Initial revision. 2000-03-23 03:56:20 +00:00
curt
d0623c435e Added --with-simgear=path option to the configure script. 2000-02-24 03:09:28 +00:00
curt
13fbcc7ba0 Added a configure check for the existance of SimGear. 2000-02-22 05:33:26 +00:00
curt
b9e5b503be Updates. 2000-02-15 23:32:26 +00:00
curt
c3c6f33e87 Reorg. 2000-02-15 23:20:36 +00:00