curt
9ff1f466d9
Converted to a simpler frame rate counting method.
1998-12-18 23:35:09 +00:00
curt
f450f4a9af
Converted "class fgVIEW" to "class FGView" and updated to make data
...
members private and make required accessor functions.
1998-12-09 18:50:12 +00:00
curt
71f334cc0d
Renamed class fgFLIGHT to class FGState as per request by JSB.
1998-12-05 15:53:59 +00:00
curt
7fbb963a39
Converted fgFLIGHT to a class.
1998-12-03 01:14:58 +00:00
curt
a83788c587
Borland portability tweaks.
1998-11-23 21:48:09 +00:00
curt
dd70057f84
Updated comment delimeter to C++ style.
1998-11-11 00:19:27 +00:00
curt
3563de2a16
Panel updates from Friedemann.
1998-11-09 23:38:50 +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
b7daf28f0e
Display ft or m in mini-hud next to altitude.
1998-11-03 12:33:11 +00:00
curt
f17926ec54
HUD units now display in feet by default with meters being a command line
...
option.
1998-11-02 23:04:02 +00:00
curt
80b8037230
Changes to support GLUT joystick routines as fall back.
1998-10-27 02:14:21 +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
bf5fb5108b
C++-ifying.
1998-10-16 23:26:44 +00:00
curt
55ede659bf
Mods to display a bit more info when mini-hud is active.
1998-10-16 00:53:00 +00:00
curt
7320d0f346
c++-ified comments.
1998-09-29 14:56:30 +00:00
curt
d23495ec1e
Added a "rate of climb" indicator.
1998-09-29 02:01:06 +00:00
curt
d345053be6
Tweaks from Friedemann.
1998-08-31 20:45:31 +00:00
curt
48ea415f69
Added new cockpit code from Friedemann Reinhard
...
<mpt218@faupt212.physik.uni-erlangen.de>
1998-08-28 18:14:39 +00:00
curt
283a23159a
Contributions from Bernie Bright <bbright@c031.aone.net.au>
...
- use strings for fg_root and airport_id and added methods to return
them as strings,
- inlined all access methods,
- made the parsing functions private methods,
- deleted some unused functions.
- propogated some of these changes out a bit further.
1998-08-27 17:01:55 +00:00
curt
1932c68065
Added a second minimalistic HUD.
...
Added code to display the number of triangles rendered.
1998-08-24 20:05:15 +00:00
curt
dc5a0a3f1e
Omit panel code because it's texture loading overruns array bounds.
1998-08-22 01:19:27 +00:00
curt
52ba21472f
Tweaks for sgi building.
1998-07-30 23:44:05 +00:00
curt
9e301558c9
Ran dos2unix to get rid of extraneous ^M's. Tweaked parameter in
...
ImageGetRawData() to match usage.
1998-07-24 21:36:55 +00:00
curt
d8039a551e
Replace the hud rendering for loop (which linearly searches the the hud
...
list to find the entry with the proper position) with a simple linear
traversal using an "iterator."
1998-07-20 12:47:55 +00:00
curt
21cba39007
Converted the aoa scale to a radio altimeter.
1998-07-13 21:28:00 +00:00
curt
8f3c1f30e1
Integrated Charlies latest HUD updates.
...
Wrote access functions for current fgOPTIONS.
1998-07-13 21:00:45 +00:00
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