ehofman
27a7305736
Sync. w. JSBSim cvs
2009-04-01 09:23:54 +02:00
frohlich
db2d4a7a68
Fix some sim time issues with the locations of the ground cache and the
...
queries in there.
Modified Files:
flight.cxx flight.hxx groundcache.cxx
groundcache.hxx JSBSim/JSBSim.cxx YASim/YASim.cxx
YASim/YASim.hxx
2009-03-18 08:00:08 +01:00
frohlich
55a978f2a8
Update groundcache api:
...
Make leaner interfaces to the groundcache.
Remove legacy interfaces.
Update users of them.
Add new query routines for 'nearest point' and 'body with given id'.
Modified Files:
src/FDM/flight.cxx src/FDM/flight.hxx src/FDM/groundcache.cxx
src/FDM/groundcache.hxx src/FDM/JSBSim/JSBSim.cxx
src/FDM/JSBSim/JSBSim.hxx src/FDM/YASim/FGGround.cpp
src/FDM/YASim/FGGround.hpp src/FDM/YASim/Gear.cpp
src/FDM/YASim/Gear.hpp src/FDM/YASim/Ground.cpp
src/FDM/YASim/Ground.hpp src/FDM/YASim/Model.cpp
2009-03-11 23:14:33 +01:00
ehofman
9cd26d8b34
Sync. w. JSBSim CVS
2009-02-06 22:40:10 +01:00
ehofman
3cb45f4989
Sync. with JSBSim CVS
2009-01-28 07:59:55 +01:00
mfranz
32d3f6308c
Anders GIDENSTAM: "Do not leak uninitialized values to the rest
...
of the computation." (forward port from jsbsim/cvs)
2008-12-07 19:47:48 +00:00
ehofman
b7ebc7d78d
Sync. with JSBSim CVS
2008-11-30 10:44:29 +00:00
curt
51283147db
FGRotor needs to be added to the Makefile.am so it is (a) compiled and
...
(b) included in the result of "make dist".
2008-11-08 01:13:51 +00:00
ehofman
6214e976a8
Fax an INCLUDES problem
2008-10-26 16:59:58 +00:00
ehofman
8dd517621d
Revert to previous version, Makefile.am shouldn't have been updated
2008-10-23 19:54:47 +00:00
ehofman
6d95ade940
Sync.with JSBSim CVS
2008-10-23 19:04:45 +00:00
curt
c7f6156324
"make dist" fixes.
2008-08-28 21:20:21 +00:00
ehofman
8858ad7a00
Sync. with JSBSim cvs
2008-08-26 08:02:31 +00:00
ehofman
90f498be4d
Sync. with JSBSim CVS
2008-08-14 14:16:50 +00:00
ehofman
66eef4dafc
Add support for squared damping coefficients for gears.
2008-08-03 13:52:45 +00:00
ehofman
d9bfd5a425
This should apply, and everything should build cleanly, in isolation from the
...
SimGear change. It changes all the SG_xxxx to be the 'real' includes, and gets
rid of many #ifdef SG_HAVE_STD_INCLUDES. As an added bonus, rather than
replacing 'SG_USING_NAMESPACE(std)' with 'using namespace std', I just fixed
the small number of places to use std:: explicitly. So we're no longer polluting
the global namespace with the entire contents of std, in many cases.
There is one more 'mechanical' change to come - getting rid of SG_USING_STD(X),
but I want to keep that separate from everything else. (There's another
mechnical change, replacing <math.h> with <cmath> and so on *everywhere*, but
one step at a time)
2008-07-25 18:38:29 +00:00
ehofman
eccddb3dfd
Attached patches remove BORLANDC, and hence SG_MATH_EXCEPTION_CLASH and SG_INCOM
...
PLETE_FUNCTIONAL from SimGear and FlightGear.
As a result, SG_HAVE_STD_INCLUDES is now *always* set, so I will get the boring
fixes for that done, but separately. I'm still auditing the other things in comp
ilers.h - there's a lot that can die now BORLAND is gone.
2008-07-25 10:39:53 +00: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
mfranz
030035a32a
include cstring for memset() (necessary for gcc 4.3.*; backported
...
from JSBSim/cvs)
2008-07-15 13:08:03 +00:00
ehofman
ce7f695ea2
add a reference for memset()
2008-07-11 14:11:54 +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
timoore
bfc1967529
Revert most iostream-related changes to JSBSim
...
So many files in JSBSim use cout that it is not productive to remove
iostream from header files.
2008-06-06 21:21:57 +00:00
timoore
32e9505eed
Clean up header file use of iostream and "using" declarations
...
Replace include <iostream> with istream, ostream and/or iosfwd as
appropriate.
Remove using namespace std and using std::foo from header files.
2008-06-02 21:09:51 +00:00
timoore
a251fd35cb
Include <iostream> and using declarations as needed.
...
SimGear no longer includes iostream and avoids using declarations in
header files, so various fixups are needed.
2008-06-02 21:07:35 +00:00
timoore
ebf2e996e9
Fixes for compiling with gcc 4.3
...
Include standard header files and qualify with std:: where needed.
Qualify various char parameters and variables with const.
2008-04-13 21:12:36 +00:00
mfranz
32dfdaea61
backport from JSBSim/cvs: apply prop sense only once (OK'ed by JSB)
2007-12-04 20:22:36 +00:00
mfranz
405c013618
JSB: "Fixed uninitialized variables; patch by Anders Gidenstam"
...
mf: backporting from JSB/CVS to fix serious gear problem
2007-10-10 22:11:14 +00:00
mfranz
158dbdd96c
Sync w. JSBSim CVS (merge from PRE_OSG_PLIB_20061029 branch)
2007-06-03 12:49:19 +00:00
mfranz
3cda82e0a9
Sync w. JSBSim CVS (merge from PRE_OSG_PLIB_20061029 branch)
2007-06-03 09:37:02 +00:00
curt
95015dc61f
Fix an array overrun error (Ok'd by Jon)
2007-05-17 20:25:16 +00:00
mfranz
baac43778e
Anders GIDENSTAM: fix slip skid ball (merge from JSBSim/cvs)
...
JSB: "Fixed a problem with turn coordinator bounding while at rest on the runway"
2007-05-12 15:10:39 +00:00
mfranz
77c176424e
Ron JENSEN: turn cout into SG_LOG/SG_WARN (merge from JSBSim/cvs)
2007-04-01 12:23:54 +00:00
mfranz
e85b413f99
- FGPropertyManager.{cpp,h}: fix memory corruption bug
...
- JSBSim.?xx: use guarded SGPropertyNode pointers
2007-03-19 16:37:36 +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
46d16035fb
*** empty log message ***
2007-01-20 10:08:40 +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
curt
39869b582a
Fix a typo so that turbulence can work in JSBSim models once again.
2006-10-19 02:39:05 +00:00
mfranz
e48967cb1d
fix another crash on exit by finally converting the rest of unguarded
...
SGPropertyNode to guarded ones. This is also done for JSBSim/JSBSim.hxx,
for which JSB had given explicit permission a while ago. I postponed that
back then, but now is the time.
2006-06-11 10:21:10 +00:00
ehofman
746fe74838
Jon Berndt:
...
I had inadvertently terminated a data line when reaching a tab character after
initial data was supplied. I tested the lightning file and it now appears to
read in correctly.
2006-03-22 13:32:32 +00:00
ehofman
01d85464be
Fix 3d tables.
2006-03-20 20:19:16 +00:00
ehofman
28eb9c81e9
Sync. w. JSBSim CVS.
2006-03-13 15:21:57 +00:00
ehofman
9b33107551
Syn.c w. JSBSim.
2006-02-27 08:41:24 +00:00
fredb
ef62644c96
MSVC fix
2006-02-17 21:53:22 +00:00
ehofman
ae77c7d75a
Sync. w. JSBSim CVS.
2006-02-08 09:15:57 +00:00
ehofman
6849328fea
Sync. w. JSBSim CVS
2006-02-02 09:35:25 +00:00
ehofman
ea177f6744
Olaf Flebbe: MSVC fix.
2006-01-21 10:11:08 +00:00
ehofman
31e3caa4f6
Sync. w. JSBSim
2006-01-20 17:50:45 +00:00
fredb
17d20cf606
Remove the filtersjb left over
2006-01-13 14:00:13 +00:00