curt
1209546e08
Renamed FlightGear/Simulator/Flight to FlightGear/Simulator/FDM since
...
Jon accepted my offer to do this and thought it was a good idea.
1999-02-01 21:33:23 +00:00
curt
5faef1c9d6
Set the runway height in cur_fdm_state as well as base_fdm_state.
1999-01-27 04:48:39 +00:00
curt
24fc48a0d5
Tweaked FDM interface.
...
Testing check sum support for NMEA serial output.
1999-01-20 13:42:22 +00:00
curt
3e18bab646
Working on being able to extrapolate a new position and orientation
...
based on a position, orientation, and time offset.
1999-01-19 17:52:06 +00:00
curt
12dac83b21
Convert fgTIMESTAMP to FGTimeStamp which holds usec instead of ms.
1999-01-09 13:37:32 +00:00
curt
442fb251e4
Fixed AOA reading on HUD.
...
Continued work on time jitter compensation.
1999-01-08 19:27:34 +00:00
curt
529e57a87c
Beginning work on compensating for sim time vs. real world time "jitter".
1999-01-08 03:23:51 +00:00
curt
2ff224ba0c
Collapsed out the FGState variables not currently needed. They are just
...
commented out and can be readded easily at any time. The point of this
exersize is to determine which variables were or were not currently being
used.
1998-12-18 23:37:06 +00:00
curt
750b319de7
LaRCsim maintains all it's variables internally. I had been copying all of
...
them back and forth to the FG struture everytime I updated the flight model.
However, I have realized that this is not necessary. I just need to copy
the control positions and environmental parameters into the LaRCsim structure
before updating the FDM, then copy every thing back out into the publick FGFS
structure afterwords. This seems to solve (or at least help) a westward
drift problem some poeple had been observing.
1998-12-14 13:31:06 +00:00
curt
71f334cc0d
Renamed class fgFLIGHT to class FGState as per request by JSB.
1998-12-05 15:53:59 +00:00
curt
7c5c000184
Stubbed in a new flight model called "External" which is expected to be driven
...
from some external source.
1998-12-04 01:29:37 +00:00
curt
87a670d524
Working on fixing up new fgFLIGHT class.
1998-12-03 04:25:02 +00:00
curt
7fbb963a39
Converted fgFLIGHT to a class.
1998-12-03 01:14:58 +00:00
curt
c74350c4fe
Converted to new logstream debugging facility. This allows release
...
builds with no messages at all (and no performance impact) by using
the -DFG_NDEBUG flag.
1998-11-06 21:17:31 +00:00
curt
bab1b9c2e5
Turned "struct fgCONTROLS" into a class, with inlined accessor functions.
1998-10-25 14:08:37 +00:00
curt
5b752bfb5f
C++ ifying ...
1998-10-17 01:33:52 +00:00
curt
9f1658bba4
Initial revision.
1998-10-17 00:43:58 +00:00
curt
bf5fb5108b
C++-ifying.
1998-10-16 23:26:44 +00:00
curt
cf2fa0f213
Renamed flight.[ch] to flight.[ch]xx
1998-10-16 20:16:38 +00:00
curt
7320d0f346
c++-ified comments.
1998-09-29 14:56:30 +00:00
curt
156e61d367
Added a rate of climb calculation.
1998-09-29 02:02:40 +00:00
curt
f3d7ac2bd5
.
1998-08-24 20:09:07 +00:00
curt
e33dbca814
Attempting to iron out seg faults and crashes.
...
Did some shuffling to fix a initialization order problem between view
position, scenery elevation.
1998-08-22 14:49:55 +00:00
curt
09ef1dd426
Beginning to add support for multiple flight models.
1998-07-30 23:44:36 +00:00
curt
0d2c200db4
Added fgFlightModelSetAltitude() to force the altitude to something
...
other than the current altitude. LaRCsim doesn't let you do this by just
changing FG_Altitude.
1998-07-12 03:08:27 +00:00
curt
1642829438
Build only static libraries.
1998-06-12 01:01:14 +00:00
curt
26757b73b2
Derived file "Makefile.in" removed from version control.
1998-05-23 14:18:28 +00:00
curt
0b782544a3
Edited cvs log messages in source files ... bad bad bad!
1998-04-25 22:06:24 +00:00
curt
aba1974dad
C++ - ifing the code a bit.
1998-04-22 13:21:26 +00:00
curt
e2ddc6f2b8
Integrated autopilot.
...
Prepairing for C++ integration.
1998-04-21 16:59:33 +00:00
curt
7d39aa3777
Moved fg_debug.c to it's own library.
1998-04-18 04:13:51 +00:00
curt
ab59ca78b9
Code reorganizations. Added a Lib/ directory for more general libraries.
1998-04-14 02:23:04 +00:00
curt
8c3b74b775
Tweaks to Gnu automake/autoconf system.
1998-04-08 23:32:28 +00:00
curt
b69c64da41
Minor cleanups and reorganizations.
1998-04-06 15:56:15 +00:00
curt
54d5c7a071
Converting to Gnu autoconf system.
1998-04-03 21:50:53 +00:00
curt
b570e9ce9a
Removed "depend" files from cvs control. Other minor make tweaks.
1998-02-09 22:56:28 +00:00
curt
50c0f6c9e6
Incorporated HUD changes and struct/typedef changes from Charlie Hotchkiss
...
<chotchkiss@namg.us.anritsu.com>
1998-02-07 15:29:31 +00:00
curt
3680a11148
Incorporated Paul Bleisch's <bleisch@chromatic.com> new debug message
...
system and commandline/config file processing code.
1998-01-27 00:47:41 +00:00
curt
a05ecff315
misc. tweaks.
1998-01-24 00:04:55 +00:00
curt
38264efc4d
Changed #ifdef FILE_H to #ifdef _FILE_H
1998-01-22 02:59:23 +00:00
curt
ec140f2161
More misc. tweaks for rpk make merge.
1998-01-19 19:42:58 +00:00
curt
bda27365e4
Merged in make system changes from Bob Kuehne <rpk@sgi.com>
...
This should simplify things tremendously.
1998-01-19 19:26:51 +00:00
curt
f1ec224b73
Tons of little changes to clean up the code and to remove fatal errors
...
when building with the c++ compiler.
1998-01-19 18:40:15 +00:00
curt
a9fdc0e341
Minor tweaks and fixes for cygwin32.
1998-01-19 18:35:40 +00:00
curt
2ebbbe0053
Integrated new event manager with subsystem initializations.
1997-12-30 20:47:34 +00:00
curt
28fad1d296
Prepended "fg" on the name of all global structures that didn't have it yet.
...
i.e. "struct WEATHER {}" became "struct fgWEATHER {}"
1997-12-10 22:37:34 +00:00
curt
b830d97782
Shufflin' stuff.
1997-09-04 02:17:18 +00:00
curt
89a9811607
Changed naming scheme of basic shared structures.
1997-08-27 03:29:38 +00:00
curt
417048636f
Put comments around the text after an #endif for increased portability.
1997-07-23 21:52:10 +00:00
curt
a136c87441
First stab at a system to generate os2 makefiles automatically.
1997-07-20 02:19:09 +00:00