]> git.mxchange.org Git - flightgear.git/commitdiff
Renamed FlightGear/Simulator/Flight to FlightGear/Simulator/FDM since
authorcurt <curt>
Mon, 1 Feb 1999 21:33:23 +0000 (21:33 +0000)
committercurt <curt>
Mon, 1 Feb 1999 21:33:23 +0000 (21:33 +0000)
Jon accepted my offer to do this and thought it was a good idea.

15 files changed:
Aircraft/aircraft.hxx
Astro/moon.cxx
Astro/sky.cxx
Autopilot/autopilot.hxx
Cockpit/hud.hxx
External/external.cxx
FDM/LaRCsim.cxx
FDM/flight.cxx
Main/Makefile.am
Main/options.cxx
Main/views.hxx
Simulator/Makefile.am
Slew/slew.cxx
Time/fg_time.cxx
Time/fg_time.hxx

index 75a9c068d1d174c41b832813e6c7afd894575c02..2b8c12cfa8c1bcc442114b7a22b7264de954f65b 100644 (file)
@@ -33,7 +33,7 @@
 #endif                                   
 
 
-#include <Flight/flight.hxx>
+#include <FDM/flight.hxx>
 #include <Controls/controls.hxx>
 
 
@@ -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.
 //
index 6ca80c5aee8560c152eabc8960b47c51d94b4e70..6e791f5feeb0cb1c9f118865ecea2bd8f1bcd318 100644 (file)
@@ -22,7 +22,8 @@
  * $Id$
  * (Log is kept at end of this file)
  **************************************************************************/
-#include <Flight/flight.hxx>
+
+#include <FDM/flight.hxx>
 
 #include <string.h>
 #include "moon.hxx"
index e132275d9c043399bb296ef90361365552a317c5..0e9c32e408c1dbfdb6c3a9fb14ddff0ec5491636 100644 (file)
@@ -37,7 +37,7 @@
 
 #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>
@@ -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.
 //
index 9f729fa443f6877be332d75aeeb2999bd1aef521..8d0b62024d276d7ae7dda0605fa61ce7bdb82bd9 100644 (file)
@@ -28,7 +28,7 @@
                        
 
 #include <Aircraft/aircraft.hxx>
-#include <Flight/flight.hxx>
+#include <FDM/flight.hxx>
 #include <Controls/controls.hxx>
                        
                        
index e1b34e1e5bb2886b3a9abb58471a8b099fa30134..f25358c4d0d4585a751ea842495da914121a1807 100644 (file)
@@ -48,7 +48,7 @@
 #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
@@ -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 ...
 //
index 92930394da8a163ffe55be4d5281ea707aba3544..0340f921e879fc7102fda90c4f429f973520bb45 100644 (file)
@@ -26,7 +26,7 @@
 
 #include "external.hxx"
 
-#include <Flight/flight.hxx>
+#include <FDM/flight.hxx>
 #include <Include/fg_constants.h>
 
 
@@ -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.
index 5a714f9fcbf9bea53cc5ec1b970ebfdf6378604a..4bc0781c6d245c4e18ad90348c3eacb75b45aac1 100644 (file)
 
 #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
@@ -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.
index e2f017cd443ebe8665f78810a5f76e73ff4cf902..5216c251b0133b1203c19afba2988ccace022304 100644 (file)
@@ -28,8 +28,8 @@
 #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>
@@ -189,6 +189,10 @@ void fgFDMSetGroundElevation(int model, double ground_meters) {
 
 
 // $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.
 //
index c116729e661bfecaadf1ec54830d39e45fc79252..399eee95742e23dc5bf7dd1e8fa36f88cbed91b8 100644 (file)
@@ -50,10 +50,10 @@ fgfs_LDADD = \
        $(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 \
index a963a4ff5925bb31909df97de07729043f33ab2b..d889c7bbf92b894ad92a987839a46da90b1d48c7 100644 (file)
@@ -33,7 +33,7 @@
 #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>
@@ -629,6 +629,10 @@ fgOPTIONS::~fgOPTIONS( void ) {
 
 
 // $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>
 //
index e52bbfb99bdb26cf5136b7d9998f7d253dca9d6c..60520ad6931999e616592e6583a7f00c7d5933fc 100644 (file)
@@ -31,7 +31,7 @@
 #endif                                   
 
 
-#include <Flight/flight.hxx>
+#include <FDM/flight.hxx>
 #include <Math/mat3.h>
 #include <Math/point3d.hxx>
 #include <Time/fg_time.hxx>
@@ -230,6 +230,10 @@ extern FGView current_view;
 
 
 // $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.
index ed862d74577dc48ce214228e34b5dc8065153f2d..e806ae16c58c3492230c25cbfb8858fb4881f953 100644 (file)
@@ -5,7 +5,7 @@ SUBDIRS = \
        Autopilot \
        Cockpit \
        Controls \
-       Flight \
+       FDM \
        GUI \
        Joystick \
        Objects \
index 60af8686050990122aaa5625e743a7a050cbe521..5026f7d60835258ff28cf6a437a1b7e65057deed 100644 (file)
@@ -26,7 +26,7 @@
 
 #include "slew.hxx"
 
-#include <Flight/flight.hxx>
+#include <FDM/flight.hxx>
 #include <Aircraft/aircraft.hxx>
 #include <Controls/controls.hxx>
 #include <Include/fg_constants.h>
@@ -83,6 +83,10 @@ void fgSlewUpdate( void ) {
 
 
 // $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.
 //
index c37c287520f2c126f7b9d7574a1df7defa15d500..62b19933ff2c6a7c58dd39b2fd1a4d8427caffdc 100644 (file)
@@ -54,7 +54,7 @@
 #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>
@@ -399,6 +399,10 @@ void fgTimeUpdate(FGState *f, fgTIME *t) {
 
 
 // $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>
 //
index 979c2251b46f7478599c9ab99058a6b2dc2ea183..04c48470a86f2ccf8b2422fa69905d0b60e52825 100644 (file)
@@ -49,7 +49,7 @@
 #  include <time.h>
 #endif
 
-#include <Flight/flight.hxx>
+#include <FDM/flight.hxx>
 
 
 // Define a structure containing global time parameters
@@ -105,6 +105,10 @@ void fgTimeUpdate(FGState *f, fgTIME *t);
 
 
 // $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.
 //