From 1209546e0859113fc1113515f1854cc2be0c68d4 Mon Sep 17 00:00:00 2001 From: curt Date: Mon, 1 Feb 1999 21:33:23 +0000 Subject: [PATCH] Renamed FlightGear/Simulator/Flight to FlightGear/Simulator/FDM since Jon accepted my offer to do this and thought it was a good idea. --- Aircraft/aircraft.hxx | 6 +++++- Astro/moon.cxx | 3 ++- Astro/sky.cxx | 6 +++++- Autopilot/autopilot.hxx | 2 +- Cockpit/hud.hxx | 6 +++++- External/external.cxx | 6 +++++- FDM/LaRCsim.cxx | 12 ++++++++---- FDM/flight.cxx | 8 ++++++-- Main/Makefile.am | 8 ++++---- Main/options.cxx | 6 +++++- Main/views.hxx | 6 +++++- Simulator/Makefile.am | 2 +- Slew/slew.cxx | 6 +++++- Time/fg_time.cxx | 6 +++++- Time/fg_time.hxx | 6 +++++- 15 files changed, 67 insertions(+), 22 deletions(-) diff --git a/Aircraft/aircraft.hxx b/Aircraft/aircraft.hxx index 75a9c068d..2b8c12cfa 100644 --- a/Aircraft/aircraft.hxx +++ b/Aircraft/aircraft.hxx @@ -33,7 +33,7 @@ #endif -#include +#include #include @@ -61,6 +61,10 @@ void fgAircraftOutputCurrent(fgAIRCRAFT *a); // $Log$ +// Revision 1.5 1999/02/01 21:33:24 curt +// Renamed FlightGear/Simulator/Flight to FlightGear/Simulator/FDM since +// Jon accepted my offer to do this and thought it was a good idea. +// // Revision 1.4 1998/12/05 16:13:10 curt // Renamed class fgCONTROLS to class FGControls. // diff --git a/Astro/moon.cxx b/Astro/moon.cxx index 6ca80c5ae..6e791f5fe 100644 --- a/Astro/moon.cxx +++ b/Astro/moon.cxx @@ -22,7 +22,8 @@ * $Id$ * (Log is kept at end of this file) **************************************************************************/ -#include + +#include #include #include "moon.hxx" diff --git a/Astro/sky.cxx b/Astro/sky.cxx index e132275d9..0e9c32e40 100644 --- a/Astro/sky.cxx +++ b/Astro/sky.cxx @@ -37,7 +37,7 @@ #include #include -#include +#include #include #include
#include @@ -362,6 +362,10 @@ void fgSkyRender( void ) { // $Log$ +// Revision 1.19 1999/02/01 21:33:26 curt +// Renamed FlightGear/Simulator/Flight to FlightGear/Simulator/FDM since +// Jon accepted my offer to do this and thought it was a good idea. +// // Revision 1.18 1999/02/01 21:09:00 curt // Bug fix in vertex order of inner disk (fan) of the sky dome. // diff --git a/Autopilot/autopilot.hxx b/Autopilot/autopilot.hxx index 9f729fa44..8d0b62024 100644 --- a/Autopilot/autopilot.hxx +++ b/Autopilot/autopilot.hxx @@ -28,7 +28,7 @@ #include -#include +#include #include diff --git a/Cockpit/hud.hxx b/Cockpit/hud.hxx index e1b34e1e5..f25358c4d 100644 --- a/Cockpit/hud.hxx +++ b/Cockpit/hud.hxx @@ -48,7 +48,7 @@ #include #include #include -#include +#include #include #include // STL double ended queue @@ -524,6 +524,10 @@ void fgHUDSetTimeMode( Hptr hud, int time_of_day ); #endif // _HUD_H // $Log$ +// Revision 1.17 1999/02/01 21:33:28 curt +// Renamed FlightGear/Simulator/Flight to FlightGear/Simulator/FDM since +// Jon accepted my offer to do this and thought it was a good idea. +// // Revision 1.16 1998/10/17 01:33:59 curt // C++ ifying ... // diff --git a/External/external.cxx b/External/external.cxx index 92930394d..0340f921e 100644 --- a/External/external.cxx +++ b/External/external.cxx @@ -26,7 +26,7 @@ #include "external.hxx" -#include +#include #include @@ -42,6 +42,10 @@ void fgExternalUpdate( FGState& f, int multiloop ) { // $Log$ +// Revision 1.4 1999/02/01 21:33:32 curt +// Renamed FlightGear/Simulator/Flight to FlightGear/Simulator/FDM since +// Jon accepted my offer to do this and thought it was a good idea. +// // Revision 1.3 1999/01/19 17:52:11 curt // Working on being able to extrapolate a new position and orientation // based on a position, orientation, and time offset. diff --git a/FDM/LaRCsim.cxx b/FDM/LaRCsim.cxx index 5a714f9fc..4bc0781c6 100644 --- a/FDM/LaRCsim.cxx +++ b/FDM/LaRCsim.cxx @@ -26,10 +26,10 @@ #include #include -#include -#include -#include -#include +#include +#include +#include +#include // Initialize the LaRCsim flight model, dt is the time increment for @@ -389,6 +389,10 @@ int fgLaRCsim_2_FGState (FGState& f) { // $Log$ +// Revision 1.10 1999/02/01 21:33:30 curt +// Renamed FlightGear/Simulator/Flight to FlightGear/Simulator/FDM since +// Jon accepted my offer to do this and thought it was a good idea. +// // Revision 1.9 1999/01/08 19:27:36 curt // Fixed AOA reading on HUD. // Continued work on time jitter compensation. diff --git a/FDM/flight.cxx b/FDM/flight.cxx index e2f017cd4..5216c251b 100644 --- a/FDM/flight.cxx +++ b/FDM/flight.cxx @@ -28,8 +28,8 @@ #include "LaRCsim.hxx" #include -#include -#include +#include +#include #include #include #include