1
0
Fork 0
flightgear/Main
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
..
fg_init.cxx MSVC++ portability changes by Bernie Bright: 1999-02-02 20:13:29 +00:00
fg_init.hxx Added an command line option to set starting position based on airport ID. 1998-04-25 15:11:10 +00:00
fg_serial.cxx Fixed some problems with timing of output strings. 1999-01-21 00:55:01 +00:00
fg_serial.hxx Fixed some problems with timing of output strings. 1999-01-21 00:55:01 +00:00
GLUTkey.cxx Fixed view frustum culling accuracy bug so we can look out the sides and 1998-12-11 20:26:25 +00:00
GLUTkey.hxx Wrapped "#include <config.h>" in "#ifdef HAVE_CONFIG_H" 1998-04-24 00:49:17 +00:00
GLUTmain.cxx MSVC++ portability changes by Bernie Bright: 1999-02-02 20:13:29 +00:00
Makefile.am Renamed FlightGear/Simulator/Flight to FlightGear/Simulator/FDM since 1999-02-01 21:33:23 +00:00
options.cxx Renamed FlightGear/Simulator/Flight to FlightGear/Simulator/FDM since 1999-02-01 21:33:23 +00:00
options.hxx MSVC++ portability changes by Bernie Bright: 1999-02-02 20:13:29 +00:00
runfgfs.bat.in oops, I guess I changed the executable name to fgfs.exe ... 1998-09-26 13:17:56 +00:00
runfgfs.in Directory reshuffling. 1998-08-25 16:59:08 +00:00
splash.cxx Converted "class fgVIEW" to "class FGView" and updated to make data 1998-12-09 18:50:12 +00:00
splash.hxx Initial revision. 1998-07-06 02:42:36 +00:00
views.cxx Updated struct fgGENERAL to class FGGeneral. 1999-01-07 20:24:43 +00:00
views.hxx MSVC++ portability changes by Bernie Bright: 1999-02-02 20:13:29 +00:00