curt
91cb0e2a99
MSVC++ portability changes by Bernie Bright:
...
Lib/Serial/serial.[ch]xx: Initial Windows support - incomplete.
Simulator/Astro/stars.cxx: typo? included <stdio> instead of <cstdio>
Simulator/Cockpit/hud.cxx: Added Standard headers
Simulator/Cockpit/panel.cxx: Redefinition of default parameter
Simulator/Flight/flight.cxx: Replaced cout with FG_LOG. Deleted <stdio.h>
Simulator/Main/fg_init.cxx:
Simulator/Main/GLUTmain.cxx:
Simulator/Main/options.hxx: Shuffled <fg_serial.hxx> dependency
Simulator/Objects/material.hxx:
Simulator/Time/timestamp.hxx: VC++ friend kludge
Simulator/Scenery/tile.[ch]xx: Fixed using std::X declarations
Simulator/Main/views.hxx: Added a constant
1999-02-02 20:13:29 +00:00
curt
4d29bd8d65
Updates from Friedemann Reinhard.
1999-01-07 19:25:53 +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
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
bf5fb5108b
C++-ifying.
1998-10-16 23:26:44 +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
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
8f3c1f30e1
Integrated Charlies latest HUD updates.
...
Wrote access functions for current fgOPTIONS.
1998-07-13 21:00:45 +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