]> git.mxchange.org Git - flightgear.git/commit
Here is a wrap-up of the latest changes to JSBSim. It still is flaky, but
authorcurt <curt>
Thu, 30 Dec 1999 18:01:59 +0000 (18:01 +0000)
committercurt <curt>
Thu, 30 Dec 1999 18:01:59 +0000 (18:01 +0000)
commit226b8a897195ae2cf672e189a49a75f3374ea522
treed057b08cf729981a6b7718434621d90bc4a41b65
parent871e4e8319596893fb0acdc5a5f733694b4dc7c6
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.
src/FDM/JSBSim/FGAircraft.cpp
src/FDM/JSBSim/FGCoefficient.cpp
src/FDM/JSBSim/FGCoefficient.h
src/FDM/JSBSim/FGControls.cpp
src/FDM/JSBSim/FGFDMExec.cpp