]> git.mxchange.org Git - simgear.git/commitdiff
Moved fg_debug.c to it's own library.
authorcurt <curt>
Sat, 18 Apr 1998 04:13:51 +0000 (04:13 +0000)
committerTim Moore <timoore@redhat.com>
Tue, 15 Sep 2009 16:31:29 +0000 (18:31 +0200)
Astro/moon.c
Astro/orbits.c
Astro/planets.c
Astro/stars.c
Astro/sun.c

index 77be2f4ca8855d52deb004071852dcff1b4c0e10..f5480dd6816bc56cb6bcdcb45d21786a787c77a7 100644 (file)
 #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
index ed55d7d743830a123e24ce3ead399c052a6d024e..97619eff5e7d8ca1928e8b273909792d7684e9bd 100644 (file)
 
 #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
index 50ff7cdf2bc50b12c30d6b88ba8f7cfc51a1bf26..8f99ba032089243a13114a19c7027574ef47c39d 100644 (file)
 #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
index b7bbe1bda122067472dd8a30f7e1c7a797f63ca7..a71f30e00ccfe862a2eb1e545111d85f12cd1545 100644 (file)
 #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.
  *
index b59df6868b5646899473a68960224374db7afad5..645a7d6b3c8cc72cd04903acec4dd828cd5cd100 100644 (file)
@@ -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.
  *