curt
47c3f41828
Check return value of FDM::init().
...
Updated other return values to be bool instead of int.
2000-10-16 14:54:41 +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
72a09d198c
Updates to track current JSBSim cvs.
2000-10-12 01:06:31 +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
e891774a8c
builddir -> srcdir so builds can be done outside the master source directory.
2000-09-20 23:27:25 +00:00
curt
342842537d
Fixes to jsbsim.
2000-08-04 16:08:55 +00:00
curt
120b26cc88
20000803 updates.
2000-08-04 03:20:09 +00:00
curt
76b4de7f1f
Updates to JSBSim.
2000-07-31 15:05:08 +00:00
curt
6a98486375
JSBSim updates.
...
Updates to put more internal JSBSim values on the "bus".
2000-07-25 21:41:59 +00:00
curt
64d6f149e0
Sync the JSBSim code with the Jon & Tony's devel version.
...
Renamed JSBsim -> the official JSBSim.
2000-07-24 17:26:05 +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
fb2a4f6909
Updates from Jon (addendum to previous changes).
2000-05-16 22:43:58 +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
292c97fa43
Propogate colocated dme flag.
2000-05-04 15:53:03 +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
f7891be922
Initial revision.
2000-04-26 00:35:14 +00:00
curt
8f71890c08
April 25 updates to JSBsim by Jon.
2000-04-25 17:42:11 +00:00
curt
c7cac5893f
Added new section of JSBsim.
2000-04-24 23:49:37 +00:00
curt
ad4416e143
Updated JSBsim code.
2000-04-24 23:49:06 +00:00
curt
3b0cf518bc
MSVC++ tweaks contributed by Christian Mayer.
2000-03-21 22:06:05 +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
0e1c43e8e5
Jan 11, 2000 changes from Jon.
2000-01-11 17:26:43 +00:00
curt
c722481805
Updates from Jon and Tony.
2000-01-10 21:07:00 +00:00
curt
226b8a8971
Here is a wrap-up of the latest changes to JSBSim. It still is flaky, but
...
much less so due to returning the aero reference point stuff to the config
files. Don't know what happened there ...
Additionally, I have added a new field to the config file: CFG_VERSION. A
version number, currently 1.1, is assigned to the config file and a matching
definition is found in FGDefs.h. The two need to match. Tony has also added
code into FGAircraft.cpp to handle if aero reference point is not specified.
1999-12-30 18:01:59 +00:00
curt
871e4e8319
Updates to help work the kinks out of JSBsim.
1999-12-30 17:42:24 +00:00
curt
9892d4f03e
Initial revisions.
1999-12-20 20:25:13 +00:00
curt
c319dac02a
Updates from the Jon and Tony show.
1999-12-20 20:24:49 +00:00
curt
ceaf93a11c
Fix for MSVC++
1999-10-27 00:44:29 +00:00
curt
802af70258
A couple MSVC++ portability tweaks.
1999-10-15 22:06:56 +00:00
curt
74a337b91e
Fixed a couple warning messages.
1999-10-11 23:09:51 +00:00
curt
5e61535594
Irix tweaks.
1999-10-08 00:14:01 +00:00
curt
f00b1f8b83
Various SGI portability tweaks.
1999-10-07 23:08:48 +00:00
curt
6eaf06957d
Dynamic calculation of CG and inertias.
1999-09-28 14:19:34 +00:00
curt
a5e9fd1358
Jon's updates to adjust control gains.
1999-09-11 02:08:31 +00:00
curt
e9013be4a0
Fixed altitude update bug.
1999-09-08 16:11:09 +00:00
curt
c193021346
Updates to get engine working.
1999-09-07 23:15:45 +00:00
curt
efa21a5dd6
Initial revisions.
1999-08-17 21:20:38 +00:00
curt
f38dcfd995
Updates from Jon.
1999-08-17 21:18:11 +00:00
curt
fdbfd9c2f8
Minor tweaks to work around egcs compiler pickiness.
1999-08-12 21:08:37 +00:00
curt
a1b2152d7f
Updates from Jon.
1999-07-31 04:55:23 +00:00
curt
bb94a6ef5c
Updates contributed by Jon Berndt.
1999-06-28 17:39:20 +00:00
curt
aea253a85c
Updated build system to remove DEFS += -DFOO type lines. This doesn't seem
...
to be supported in recent versions of autoconf.
1999-06-24 20:38:31 +00:00
curt
116e3913ae
Updated for both JSBsim and Tony Peden's c172 flight model.
1999-06-21 05:01:31 +00:00
curt
c54a4fe206
Updates to JSBsim from Jon Berndt.
...
Fixed a typo in hud.cxx.
1999-06-20 04:10:44 +00:00
curt
14a8533f63
Initial revision
1999-06-17 20:07:19 +00:00