Jon accepted my offer to do this and thought it was a good idea.
#endif
-#include <Flight/flight.hxx>
+#include <FDM/flight.hxx>
#include <Controls/controls.hxx>
// $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.
//
* $Id$
* (Log is kept at end of this file)
**************************************************************************/
-#include <Flight/flight.hxx>
+
+#include <FDM/flight.hxx>
#include <string.h>
#include "moon.hxx"
#include <Aircraft/aircraft.hxx>
#include <Debug/logstream.hxx>
-#include <Flight/flight.hxx>
+#include <FDM/flight.hxx>
#include <Include/fg_constants.h>
#include <Main/views.hxx>
#include <Math/fg_random.h>
// $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.
//
#include <Aircraft/aircraft.hxx>
-#include <Flight/flight.hxx>
+#include <FDM/flight.hxx>
#include <Controls/controls.hxx>
#include <fg_typedefs.h>
#include <fg_constants.h>
#include <Aircraft/aircraft.hxx>
-#include <Flight/flight.hxx>
+#include <FDM/flight.hxx>
#include <Controls/controls.hxx>
#include <deque> // STL double ended queue
#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 ...
//
#include "external.hxx"
-#include <Flight/flight.hxx>
+#include <FDM/flight.hxx>
#include <Include/fg_constants.h>
// $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.
#include <Aircraft/aircraft.hxx>
#include <Controls/controls.hxx>
-#include <Flight/flight.hxx>
-#include <Flight/LaRCsim/ls_cockpit.h>
-#include <Flight/LaRCsim/ls_generic.h>
-#include <Flight/LaRCsim/ls_interface.h>
+#include <FDM/flight.hxx>
+#include <FDM/LaRCsim/ls_cockpit.h>
+#include <FDM/LaRCsim/ls_generic.h>
+#include <FDM/LaRCsim/ls_interface.h>
// Initialize the LaRCsim flight model, dt is the time increment for
// $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.
#include "LaRCsim.hxx"
#include <Debug/logstream.hxx>
-#include <Flight/External/external.hxx>
-#include <Flight/LaRCsim/ls_interface.h>
+#include <FDM/External/external.hxx>
+#include <FDM/LaRCsim/ls_interface.h>
#include <Include/fg_constants.h>
#include <Math/fg_geodesy.hxx>
#include <Time/timestamp.hxx>
// $Log$
+// Revision 1.14 1999/02/01 21:33:31 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.13 1999/01/27 04:48:39 curt
// Set the runway height in cur_fdm_state as well as base_fdm_state.
//
$(top_builddir)/Simulator/Autopilot/libAutopilot.a \
$(top_builddir)/Simulator/Cockpit/libCockpit.a \
$(top_builddir)/Simulator/Controls/libControls.a \
- $(top_builddir)/Simulator/Flight/libFlight.a \
- $(top_builddir)/Simulator/Flight/External/libExternal.a \
- $(top_builddir)/Simulator/Flight/LaRCsim/libLaRCsim.a \
- $(top_builddir)/Simulator/Flight/Slew/libSlew.a \
+ $(top_builddir)/Simulator/FDM/libFlight.a \
+ $(top_builddir)/Simulator/FDM/External/libExternal.a \
+ $(top_builddir)/Simulator/FDM/LaRCsim/libLaRCsim.a \
+ $(top_builddir)/Simulator/FDM/Slew/libSlew.a \
$(top_builddir)/Simulator/GUI/libGUI.a \
$(top_builddir)/Simulator/Scenery/libScenery.a \
$(top_builddir)/Simulator/Airports/libAirports.a \
#include <string>
#include <Debug/logstream.hxx>
-#include <Flight/flight.hxx>
+#include <FDM/flight.hxx>
#include <Include/fg_constants.h>
#include <Main/options.hxx>
#include <Misc/fgstream.hxx>
// $Log$
+// Revision 1.38 1999/02/01 21:33:35 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.37 1999/01/19 20:57:05 curt
// MacOS portability changes contributed by "Robert Puyol" <puyol@abvent.fr>
//
#endif
-#include <Flight/flight.hxx>
+#include <FDM/flight.hxx>
#include <Math/mat3.h>
#include <Math/point3d.hxx>
#include <Time/fg_time.hxx>
// $Log$
+// Revision 1.19 1999/02/01 21:33:36 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 1998/12/11 20:26:30 curt
// Fixed view frustum culling accuracy bug so we can look out the sides and
// back without tri-stripes dropping out.
Autopilot \
Cockpit \
Controls \
- Flight \
+ FDM \
GUI \
Joystick \
Objects \
#include "slew.hxx"
-#include <Flight/flight.hxx>
+#include <FDM/flight.hxx>
#include <Aircraft/aircraft.hxx>
#include <Controls/controls.hxx>
#include <Include/fg_constants.h>
// $Log$
+// Revision 1.5 1999/02/01 21:33:33 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:14 curt
// Renamed class fgCONTROLS to class FGControls.
//
#include <Astro/sky.hxx>
#include <Astro/solarsystem.hxx>
#include <Debug/logstream.hxx>
-#include <Flight/flight.hxx>
+#include <FDM/flight.hxx>
#include <Include/fg_constants.h>
#include <Main/options.hxx>
#include <Time/light.hxx>
// $Log$
+// Revision 1.30 1999/02/01 21:33:37 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.29 1999/01/19 20:57:08 curt
// MacOS portability changes contributed by "Robert Puyol" <puyol@abvent.fr>
//
# include <time.h>
#endif
-#include <Flight/flight.hxx>
+#include <FDM/flight.hxx>
// Define a structure containing global time parameters
// $Log$
+// Revision 1.13 1999/02/01 21:33:39 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.12 1999/01/07 20:25:35 curt
// Portability changes and updates from Bernie Bright.
//