1
0
Fork 0
Commit graph

50 commits

Author SHA1 Message Date
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
curt
6c1e197290 Added ranlib. 1997-07-12 02:24:37 +00:00
curt
127b957f22 Working on Makefile structure. 1997-06-27 21:37:59 +00:00
curt
134d37d449 Working on Makefile structure. 1997-06-27 20:03:31 +00:00
curt
9205d3928b Restructuring make, adding automatic "make dep" support. 1997-06-26 19:08:22 +00:00
curt
80713ee205 Minor changes to compile with rsxnt/win32. 1997-06-25 15:39:44 +00:00
curt
475fbce296 Continue directory shuffling ... everything should be compilable/runnable
again.
1997-06-21 17:52:22 +00:00
curt
450a307fc2 Capitalized subdirectory names. 1997-06-21 17:12:38 +00:00
curt
3698b6ec3d Working on incorporating the LaRCsim flight model. 1997-05-29 22:39:49 +00:00
curt
5768e76c22 Initial revision. 1997-05-29 02:35:04 +00:00
curt
c994ed7feb Starting to build generic flight model interface. 1997-05-29 02:32:25 +00:00
curt
63f71f4f94 Moved to their own directory ... 1997-05-29 02:29:08 +00:00
curt
726c961553 Added GNU copyright headers. 1997-05-23 15:40:04 +00:00
curt
f9dfcecfe0 Initial revision. 1997-05-16 15:58:23 +00:00