Moved fg_debug.c to it's own library.
This commit is contained in:
@@ -35,11 +35,11 @@
|
||||
#include <Astro/moon.h>
|
||||
|
||||
#include <Aircraft/aircraft.h>
|
||||
#include <Debug/fg_debug.h>
|
||||
#include <Include/fg_constants.h>
|
||||
#include <Include/general.h>
|
||||
#include <Main/views.h>
|
||||
#include <Time/fg_time.h>
|
||||
#include <Main/fg_debug.h>
|
||||
|
||||
struct CelestialCoord moonPos;
|
||||
|
||||
@@ -213,9 +213,12 @@ void fgMoonRender( void ) {
|
||||
|
||||
|
||||
/* $Log$
|
||||
/* Revision 1.8 1998/04/03 21:52:49 curt
|
||||
/* Converting to Gnu autoconf system.
|
||||
/* Revision 1.9 1998/04/18 04:13:56 curt
|
||||
/* Moved fg_debug.c to it's own library.
|
||||
/*
|
||||
* Revision 1.8 1998/04/03 21:52:49 curt
|
||||
* Converting to Gnu autoconf system.
|
||||
*
|
||||
* Revision 1.7 1998/02/23 19:07:54 curt
|
||||
* Incorporated Durk's Astro/ tweaks. Includes unifying the sun position
|
||||
* calculation code between sun display, and other FG sections that use this
|
||||
|
||||
@@ -28,10 +28,10 @@
|
||||
|
||||
#include <Astro/orbits.h>
|
||||
|
||||
#include <Debug/fg_debug.h>
|
||||
#include <Include/fg_constants.h>
|
||||
#include <Include/general.h>
|
||||
#include <Time/fg_time.h>
|
||||
#include <Main/fg_debug.h>
|
||||
|
||||
struct OrbElements pltOrbElements[9];
|
||||
|
||||
@@ -165,9 +165,12 @@ void fgSolarSystemUpdate(struct OrbElements *planet, struct fgTIME t)
|
||||
|
||||
|
||||
/* $Log$
|
||||
/* Revision 1.9 1998/03/14 00:27:12 curt
|
||||
/* Updated fgGENERAL to a "type" of struct.
|
||||
/* Revision 1.10 1998/04/18 04:13:57 curt
|
||||
/* Moved fg_debug.c to it's own library.
|
||||
/*
|
||||
* Revision 1.9 1998/03/14 00:27:12 curt
|
||||
* Updated fgGENERAL to a "type" of struct.
|
||||
*
|
||||
* Revision 1.8 1998/02/23 19:07:55 curt
|
||||
* Incorporated Durk's Astro/ tweaks. Includes unifying the sun position
|
||||
* calculation code between sun display, and other FG sections that use this
|
||||
|
||||
@@ -32,12 +32,12 @@
|
||||
#include <GL/glut.h>
|
||||
#include <XGL/xgl.h>
|
||||
|
||||
#include <Time/fg_time.h>
|
||||
#include <Astro/orbits.h>
|
||||
#include <Astro/planets.h>
|
||||
#include <Astro/sun.h>
|
||||
#include <Debug/fg_debug.h>
|
||||
#include <Include/fg_constants.h>
|
||||
#include <Main/fg_debug.h>
|
||||
#include <Time/fg_time.h>
|
||||
|
||||
GLint planets = 0;
|
||||
|
||||
@@ -206,9 +206,12 @@ void fgPlanetsRender( void ) {
|
||||
|
||||
|
||||
/* $Log$
|
||||
/* Revision 1.8 1998/04/03 21:52:50 curt
|
||||
/* Converting to Gnu autoconf system.
|
||||
/* Revision 1.9 1998/04/18 04:13:57 curt
|
||||
/* Moved fg_debug.c to it's own library.
|
||||
/*
|
||||
* Revision 1.8 1998/04/03 21:52:50 curt
|
||||
* Converting to Gnu autoconf system.
|
||||
*
|
||||
* Revision 1.7 1998/02/23 19:07:55 curt
|
||||
* Incorporated Durk's Astro/ tweaks. Includes unifying the sun position
|
||||
* calculation code between sun display, and other FG sections that use this
|
||||
|
||||
@@ -42,12 +42,12 @@
|
||||
#include <Astro/planets.h>
|
||||
#include <Astro/stars.h>
|
||||
|
||||
#include <Aircraft/aircraft.h>
|
||||
#include <Debug/fg_debug.h>
|
||||
#include <Include/fg_constants.h>
|
||||
#include <Include/general.h>
|
||||
#include <Aircraft/aircraft.h>
|
||||
#include <Main/views.h>
|
||||
#include <Time/fg_time.h>
|
||||
#include <Main/fg_debug.h>
|
||||
|
||||
#define EpochStart (631065600)
|
||||
#define DaysSinceEpoch(secs) (((secs)-EpochStart)*(1.0/(24*3600)))
|
||||
@@ -257,9 +257,12 @@ void fgStarsRender( void ) {
|
||||
|
||||
|
||||
/* $Log$
|
||||
/* Revision 1.10 1998/04/03 21:52:51 curt
|
||||
/* Converting to Gnu autoconf system.
|
||||
/* Revision 1.11 1998/04/18 04:13:58 curt
|
||||
/* Moved fg_debug.c to it's own library.
|
||||
/*
|
||||
* Revision 1.10 1998/04/03 21:52:51 curt
|
||||
* Converting to Gnu autoconf system.
|
||||
*
|
||||
* Revision 1.9 1998/03/14 00:27:12 curt
|
||||
* Updated fgGENERAL to a "type" of struct.
|
||||
*
|
||||
|
||||
@@ -34,8 +34,8 @@
|
||||
|
||||
#include <Astro/orbits.h>
|
||||
#include <Astro/sun.h>
|
||||
#include <Debug/fg_debug.h>
|
||||
#include <Include/fg_constants.h>
|
||||
#include <Main/fg_debug.h>
|
||||
#include <Main/views.h>
|
||||
#include <Time/fg_time.h>
|
||||
#include <Time/sunpos.h>
|
||||
@@ -188,9 +188,12 @@ void fgSunRender( void ) {
|
||||
|
||||
|
||||
/* $Log$
|
||||
/* Revision 1.9 1998/04/03 21:52:51 curt
|
||||
/* Converting to Gnu autoconf system.
|
||||
/* Revision 1.10 1998/04/18 04:13:58 curt
|
||||
/* Moved fg_debug.c to it's own library.
|
||||
/*
|
||||
* Revision 1.9 1998/04/03 21:52:51 curt
|
||||
* Converting to Gnu autoconf system.
|
||||
*
|
||||
* Revision 1.8 1998/03/09 22:47:25 curt
|
||||
* Incorporated Durk's updates.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user