1
0
Fork 0
Commit graph

60 commits

Author SHA1 Message Date
curt
634b470512 Renamed polar3d.h to polar3d.hxx 1998-07-08 14:41:08 +00:00
curt
89c0410ce7 Removed an extraneous ^M. 1998-07-06 21:31:20 +00:00
curt
3a6278c4e0 Added Charlie Hotchkiss's HUD updates and improvementes. 1998-07-03 13:16:27 +00:00
curt
a97ebd1f37 A few small rearrangements and tweaks. 1998-07-03 11:55:36 +00:00
curt
02514061ba Incorporated Friedemann Reinhard's <mpt218@faupt212.physik.uni-erlangen.de>
first pass at an isntrument panel.
1998-06-27 16:47:53 +00:00
curt
7b98736e32 Build only static libraries.
Declare memmove/memset for Sloaris.
1998-06-12 00:55:58 +00:00
curt
5098aa800e Added the declaration of memmove needed by the stl which apparently
solaris only defines for cc compilations and not for c++ (__STDC__)
1998-06-05 18:17:10 +00:00
curt
a8d69d9d3c No .h when including stl stuff. 1998-06-03 00:43:28 +00:00
curt
26757b73b2 Derived file "Makefile.in" removed from version control. 1998-05-23 14:18:28 +00:00
curt
5c03d933a3 Added a View Frustum Culling ratio display to the hud. 1998-05-17 16:58:12 +00:00
curt
1bfa13e003 New updates from Charlie Hotchkiss. 1998-05-16 13:04:13 +00:00
curt
17cfc04cef Added an fov to hud display. 1998-05-13 18:27:53 +00:00
curt
2becdb2747 Complete C++ rewrite of all cockpit code by Charlie Hotchkiss. 1998-05-11 18:13:10 +00:00
curt
b96a60f8aa Changed frame rate formatting a bit. 1998-05-07 23:12:31 +00:00
curt
3e38180c8b Durk Talsma contributed a graphical frame rate counter which is displayed
as part of the HUD.
1998-05-06 03:15:08 +00:00
curt
6382b36f23 polar.h -> polar3d.h 1998-05-03 00:46:45 +00:00
curt
de51293e5c C++-ifying a couple source files. 1998-04-30 12:35:59 +00:00
curt
0b782544a3 Edited cvs log messages in source files ... bad bad bad! 1998-04-25 22:06:24 +00:00
curt
be119a18a8 C++-ifing the code a bit. 1998-04-24 00:45:53 +00:00
curt
aba1974dad C++ - ifing the code a bit. 1998-04-22 13:21:26 +00:00
curt
664b1fa4a8 Prepairing for C++ integration. 1998-04-21 17:02:27 +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
e3e1a04634 Converting to Gnu autoconf system.
Tweaks to hud.c
1998-04-03 21:55:27 +00:00
curt
54d5c7a071 Converting to Gnu autoconf system. 1998-04-03 21:50:53 +00:00
curt
61b632c2f7 Changed a printf() to a fgPrintf(). 1998-03-14 00:32:13 +00:00
curt
850a746ed2 Minor "formatting" tweaks. 1998-03-09 22:48:40 +00:00
curt
bc841826f0 Incorporated Michele America's hud changes. 1998-02-23 20:18:28 +00:00
curt
e798c59696 Incorporated Durk's Astro/ tweaks. Includes unifying the sun position
calculation code between sun display, and other FG sections that use this
for things like lighting.
1998-02-23 19:07:49 +00:00
curt
1f0a7128bd Added Charlie's HUD changes. 1998-02-21 14:53:10 +00:00
curt
2805fb7cb2 Thursday's tweaks. 1998-02-20 00:16:14 +00:00
curt
e5a447ece9 Incorporated some HUD tweaks from Michelle America.
Tweaked the sky's sunset/rise colors.
Other misc. tweaks.
1998-02-19 13:05:43 +00:00
curt
d30ce702d7 Integrated changes from Charlie Hotchkiss. 1998-02-16 13:38:39 +00:00
curt
913fe75558 Incorporated code changes contributed by Charlie Hotchkiss
<chotchkiss@namg.us.anritsu.com>
1998-02-12 21:58:27 +00:00
curt
ef8ad41461 Added changes submitted by Michele America. 1998-02-11 02:50:19 +00:00
curt
b570e9ce9a Removed "depend" files from cvs control. Other minor make tweaks. 1998-02-09 22:56:28 +00:00
curt
d126b3d8f0 Minor tweaks. 1998-02-09 15:07:47 +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
0bb3c2969a Lots of little tweaks to fix various consistency problems discovered by
Solaris' CC.  Fixed a bug in fg_debug.c with how the fgPrintf() wrapper
passed arguments along to the real printf().  Also incorporated HUD changes
by Michele America.
1998-02-03 23:20:08 +00:00
curt
5e44c9dd0a Added MetroWorks patches from Carmen Volpe. 1998-01-31 00:42:57 +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
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
b712d46418 Beginning to integrate Tile management subsystem. 1998-01-08 02:22:01 +00:00
curt
bebb590b9c Miscellaneous tweaks. 1998-01-07 03:31:25 +00:00
curt
2ebbbe0053 Integrated new event manager with subsystem initializations. 1997-12-30 20:47:34 +00:00