ehofman
cf25f69d36
Update to the latest version of JSBSim
2009-08-23 21:43:08 +02:00
ehofman
6079ff58fd
sync. with JSBSim again
2009-07-02 08:59:15 +02:00
ehofman
1ed6276f16
Don't create a new instance of /fdm/jsbsim upon reset
2009-07-02 08:59:15 +02:00
ehofman
4aff7b279d
Upgrade to JSBSim 1.0-prerelease
2009-06-03 00:18:56 +02:00
ehofman
720b6fa3f6
Sync. w. JSBSim CVS
2009-04-15 23:19:30 +02:00
ehofman
1a1b11b96c
Fixes:
...
* line 343: comparison between signed and unsigned integer expressions
* line 441: 'lon', 'lat', 'slr' and 'alt' might be used uninitialized
* line 565: enumeration value 'etUnknown' not handled in switch
2009-04-01 09:23:54 +02:00
ehofman
81b9bb61e5
Sync. w. JSBSIm one more time to fix at least one bug
2009-04-01 09:23:54 +02:00
ehofman
27a7305736
Sync. w. JSBSim cvs
2009-04-01 09:23:54 +02:00
ehofman
3cb45f4989
Sync. with JSBSim CVS
2009-01-28 07:59:55 +01:00
ehofman
4b40e725cd
remove macintosh (note: not MacOS-X) and MWERKS workarounds.
2008-07-24 19:50:58 +00:00
ehofman
3b3f671974
Sync. with JSBSim CVS (header cleanups).
2008-07-22 08:49:15 +00:00
ehofman
f7f17a4744
Update to the latest version of JSBSim which supports Lighter Than Air craft
...
(like Airships) and external forces.
2008-07-10 17:23:02 +00:00
mfranz
3cda82e0a9
Sync w. JSBSim CVS (merge from PRE_OSG_PLIB_20061029 branch)
2007-06-03 09:37:02 +00:00
frohlich
fbb676cbbe
Modified Files:
...
src/FDM/JSBSim/FGFDMExec.cpp: Olaf Flebbe: initialize uninitialized
variable.
2007-01-31 20:46:19 +00:00
ehofman
4dbedefb32
Sync w. JSBSim as of 20/01/2007
2007-01-20 09:28:53 +00:00
ehofman
3ec74d79c2
Sync. w. JSB CVS as of 15/01/2007
2007-01-15 12:48:54 +00:00
ehofman
6849328fea
Sync. w. JSBSim CVS
2006-02-02 09:35:25 +00:00
ehofman
31e3caa4f6
Sync. w. JSBSim
2006-01-20 17:50:45 +00:00
ehofman
932b38a87e
sync. with JSBSim v. 2.0
2006-01-12 15:04:22 +00:00
ehofman
2080773f37
Cygwin fixes.
2006-01-04 12:49:07 +00:00
ehofman
34a4fb72b5
A few fixes from David Culp.
2005-06-11 08:19:16 +00:00
ehofman
56a9034d95
Sync. w. JSBSim CVS.
2005-05-22 08:06:47 +00:00
ehofman
1d2af567bf
Frederic Bouvier:
...
I have 3 issues that are fixed by this set of patches.
1. In extensions.cxx
#else if !defined( WIN32 ) must be changed by
#elif !defined( WIN32 ) because the text after #else
seems to be ignored
2. banner is not available on windows, only cygwin
3. ANSI escape sequences are not interpreted on the
windows console. We just have garbage that is hard
to read.
2004-07-03 10:59:34 +00:00
ehofman
5c685b34de
Sync. with JSBSim CVS again. This fixes some small issues.
2004-06-27 19:35:54 +00:00
ehofman
8e1482f746
Sync w. JSBSim CVS
2004-06-14 11:40:45 +00:00
ehofman
fbd21c499f
Turn the console colors back to default before continueing
2004-01-19 13:51:05 +00:00
curt
95440173ca
Curt Olson:
...
Sync with most current JSBSim CVS.
2004-01-14 22:09:39 +00:00
david
5644f22513
Make more output honour debug_lvl.
2003-11-24 17:59:41 +00:00
tony
1a50c56d5e
Updates from JSBSim, including new turbine engine model from David Culp
2003-03-23 15:12:35 +00:00
tony
a9d81f2e65
Latest JSBSim updates, including use of new "JSBSim" namespace
2003-01-24 12:55:28 +00:00
tony
eb05a298e9
Latest JSBSim updates -- includes fix for control surface animations.
2002-09-29 13:33:53 +00:00
tony
1ca94a72c0
Latest updates, including a thrust-only turbofan model. It should produce
...
realistic thrust (including time-dependent effects), but does not provide
N1, N2, EPR, etc.
2002-09-22 15:31:09 +00:00
tony
83179a5daf
Various clean-ups.
2002-09-05 13:55:16 +00:00
tony
b5d116dad7
Latest JSBSim updates.
2002-08-28 13:46:42 +00:00
david
844a55c3d1
Latest JSBSim updates.
2002-08-05 20:13:34 +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
4a854fcc3e
JSBSim updates, including MSVC fixes from Bernie Bright
2002-04-30 13:42:26 +00:00
david
adcb4fc30e
Latest JSBSim changes.
2002-04-16 13:15:29 +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
david
5d8a04291c
Latest JSBSim changes.
2001-12-24 13:54:55 +00:00
david
fbccfab5ff
Latest JSBSim changes.
2001-12-14 03:35:41 +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
408742c48c
Syncing with latest JSBSim code with retractable landing gear support.
2001-12-03 22:24:40 +00:00
curt
bc391fb54e
Sync with latest JSBSim.
2001-12-01 04:03:57 +00:00
curt
ac50500e80
Sync with latest JSBSim CVS.
2001-11-24 22:13:04 +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