ehofman
8e1482f746
Sync w. JSBSim CVS
2004-06-14 11:40:45 +00:00
ehofman
f63d336ebc
Sync. with JSBSim CVS.
2004-03-14 14:57:07 +00:00
curt
95440173ca
Curt Olson:
...
Sync with most current JSBSim CVS.
2004-01-14 22:09:39 +00:00
ehofman
815333af23
sync JSBSim and FlightGear
2003-06-03 08:46:15 +00:00
tony
a9d81f2e65
Latest JSBSim updates, including use of new "JSBSim" namespace
2003-01-24 12:55:28 +00:00
tony
f04d342f6a
Member variable initialization fixes from Cameron Moore
2002-07-11 00:19:19 +00:00
tony
00dcf9f507
JSBSim updates, including external atmosphere fix
2002-06-08 03:14:03 +00:00
tony
be71e0f555
Added stall hysteresis modeling, nose should fall through nicely in a stall now.
2002-05-04 17:38:06 +00:00
tony
4a854fcc3e
JSBSim updates, including MSVC fixes from Bernie Bright
2002-04-30 13:42:26 +00:00
tony
5fcabc9982
Converted FCS to use property tree internally, documentation updates.
2002-04-06 16:03:16 +00:00
tony
d2156b5649
Updates. Includes property tree additions and fixes. Also Jon's first cut at
...
multi-fdm capability. Thanks also to Erik for pointing out a couple of typos.
2002-03-23 00:29:21 +00:00
tony
317d794f5c
First commit of properties code. JSBSim now has a basic property tree all
...
under /fdm/jsbsim
2002-03-20 12:45:02 +00:00
tony
51587dbe75
Trimming in turn now works
2002-02-26 22:28:41 +00:00
david
5d8a04291c
Latest JSBSim changes.
2001-12-24 13:54:55 +00:00
david
aabdd355f0
Modified FGSubsystem::update() to take an int parameter for delta time
...
(i.e. multiloop). Most subsystems currently ignore the parameter, but
eventually, it will allow all subsystems to update by time rather than
by framerate.
2001-12-22 17:33:27 +00:00
david
5c3f4e999d
Latest JSBSim changes.
2001-12-13 04:48:34 +00:00
curt
6b2e17493e
Syncing with most recent JSBSim.
2001-12-07 17:10:17 +00:00
curt
bc391fb54e
Sync with latest JSBSim.
2001-12-01 04:03:57 +00:00
curt
71a562b695
Sync with latest JSBSim changes.
2001-11-30 17:49:37 +00:00
curt
d19ef5cd99
Synced with latest JSBSim cvs.
2001-11-20 22:34:24 +00:00
curt
6bc2f59572
Sync with latest JSBSim CVS
2001-11-12 16:06:29 +00:00
curt
5fe0f04702
Updates to JSBSim and FDM interface.
2001-11-06 22:33:05 +00:00
curt
7172d31e71
Additional changes including updates to JSBSim to try to get interface and
...
initial trimming to work.
2001-10-29 19:00:24 +00:00
curt
ba10c133fc
Syncing with the very latest JSBSim development code.
2001-10-05 20:19:59 +00:00
curt
96eff71a13
20010710 sync with JSBSim.
2001-07-10 15:56:38 +00:00
curt
d99b8fb2ba
Synced to latest version of JSBSim which [hopefully] includes all of Erik's
...
Irix patches.
2001-06-20 22:29:31 +00:00
curt
9c0925744d
Synced with latest JSBSim as of June 5, 2001.
2001-06-05 20:58:48 +00:00
curt
f3ca9b2e05
Synced with latest JSBSim. X15 works for me, but C172 segfaults.
2001-04-17 21:19:54 +00:00
curt
a2049b110f
More JSBSim updates.
2001-04-06 22:59:31 +00:00
curt
94034c3081
Latest jsbsim updates.
2001-04-02 03:12:38 +00:00
curt
74fbaa8f5e
Latest round of JSBSim updates.
2001-03-30 01:04:50 +00:00
curt
945163b540
FG_HAVE_STD_INCLUDES -> SG_HAVE_STD_INCLUDES
2001-03-23 22:15:19 +00:00
curt
0f98d21dd7
Nov. 14, 2000 JSBSim updates
2000-11-14 20:31:58 +00:00
curt
407dcaff62
Sync with current JSBSim devel code.
2000-11-03 23:02:47 +00:00
curt
972bf22630
Friday the 13th JSBSim update ... :-0 !!!
2000-10-14 02:10:10 +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
6caf599f2b
Oct. 10, 2000 sync with JSBSim master repository.
2000-10-10 17:44:35 +00:00
curt
b85ea575a3
Oct. 9, 2000 - synced with latest JSBsim code.
2000-10-09 21:16:21 +00:00
curt
21a5886bcb
Oct 2, 2000 JSBSim sync.
2000-10-02 23:07:30 +00:00
curt
9d47a64a09
Updates from Jon's official CVS tree.
2000-07-06 21:02:46 +00:00
curt
0786793f42
05/30/2000 updates from Jon Berdnt. Landing gear code now is beginning to
...
work.
2000-05-30 16:48:52 +00:00
curt
e12e81dd23
5/26/2000 updated from Jon and Tony.
2000-05-27 05:48:14 +00:00
curt
c4a1cc047e
Updates from the Jon and Tony show.
...
Tony submitted:
JSBsim:
Added trimming routine, it is longitudinal & in-air only at this point
Added support for taking wind & weather data from external source
Added support for flaps.
Added independently settable pitch trim
Added alphamin and max to config file, stall modeling and warning to
follow
c172.cfg:
Flaps!
Adjusted Cmo, model should be speed stable now
FG:
Hooked up Christian's weather code, should be using it soon.
Hooked up the trimming routine. Note that the X-15 will not trim.
This is not a model or trimming routine deficiency, just the
nature of the X-15
The trimming routine sets the pitch trim and and throttle at startup.
The throttle is set using Norman's code for the autothrottle so the
autothrottle is on by default. --notrim will turn it off.
Added --vc, --mach, and --notrim switches
(vc is airspeed in knots)
uBody, vBody, and wBody are still supported, last one entered
on the command line counts, i.e. you can set vc or mach or u,v,
and w but any combination will be ignored.
2000-05-16 21:35:11 +00:00
curt
ea80ed959e
Partial JSBsim update.
2000-05-02 18:25:30 +00:00
curt
1868e44ee4
0429 updates from Jon.
2000-04-28 19:59:46 +00:00
curt
949fc00815
MacOS build updates.
2000-04-27 21:57:08 +00:00
curt
ad4416e143
Updated JSBsim code.
2000-04-24 23:49:06 +00:00
curt
485230b443
Code reorganization.
2000-02-15 03:30:01 +00:00
curt
9a207fb4e1
MacOS fixes contributed by Darrell Walisser on 1/26/2000.
2000-02-10 23:37:56 +00:00
curt
c722481805
Updates from Jon and Tony.
2000-01-10 21:07:00 +00:00