1
0
Fork 0

Renamed FlightGear/Simulator/Flight to FlightGear/Simulator/FDM since

Jon accepted my offer to do this and thought it was a good idea.
This commit is contained in:
curt 1999-02-01 21:33:23 +00:00
parent aee2c4cfca
commit 1209546e08
15 changed files with 67 additions and 22 deletions

View 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.
//

View 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"

View 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.
//

View file

@ -28,7 +28,7 @@
#include <Aircraft/aircraft.hxx>
#include <Flight/flight.hxx>
#include <FDM/flight.hxx>
#include <Controls/controls.hxx>

View 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 ...
//

View 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.

View file

@ -26,10 +26,10 @@
#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.

View 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.
//

View 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 \

View 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>
//

View 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.

View file

@ -5,7 +5,7 @@ SUBDIRS = \
Autopilot \
Cockpit \
Controls \
Flight \
FDM \
GUI \
Joystick \
Objects \

View 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.
//

View 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>
//

View 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.
//