]> git.mxchange.org Git - flightgear.git/commitdiff
Edited cvs log messages in source files ... bad bad bad!
authorcurt <curt>
Sat, 25 Apr 1998 22:06:24 +0000 (22:06 +0000)
committercurt <curt>
Sat, 25 Apr 1998 22:06:24 +0000 (22:06 +0000)
29 files changed:
Aircraft/aircraft.c
Astro/moon.cxx
Astro/orbits.cxx
Astro/planets.cxx
Astro/sky.cxx
Astro/stars.cxx
Astro/sun.cxx
Cockpit/cockpit.cxx
Cockpit/hud.cxx
Controls/controls.h
FDM/flight.c
Joystick/joystick.c
Main/GLUTkey.cxx
Main/GLUTmain.cxx
Main/fg_init.cxx
Main/runfg.in
Main/views.hxx
Scenery/obj.h
Scenery/scenery.h
Scenery/tilecache.cxx
Scenery/tilecache.hxx
Scenery/tilemgr.cxx
Simulator/setup_env [deleted file]
Slew/slew.c
Time/event.cxx
Time/fg_time.cxx
Time/fg_time.hxx
Time/sunpos.cxx
Weather/weather.c

index 97bf38a33ba531b2572b7cbb588798e9c790c64a..0ac3cc37f54e4251f9a69709aa833dcdd661db49 100644 (file)
@@ -64,9 +64,12 @@ void fgAircraftOutputCurrent(fgAIRCRAFT *a) {
 
 
 /* $Log$
-/* Revision 1.18  1998/04/18 04:13:56  curt
-/* Moved fg_debug.c to it's own library.
+/* Revision 1.19  1998/04/25 22:06:24  curt
+/* Edited cvs log messages in source files ... bad bad bad!
 /*
+ * Revision 1.18  1998/04/18 04:13:56  curt
+ * Moved fg_debug.c to it's own library.
+ *
  * Revision 1.17  1998/02/12 21:59:31  curt
  * Incorporated code changes contributed by Charlie Hotchkiss
  * <chotchkiss@namg.us.anritsu.com>
@@ -76,7 +79,7 @@ void fgAircraftOutputCurrent(fgAIRCRAFT *a) {
  * <chotchkiss@namg.us.anritsu.com>
  *
  * Revision 1.15  1998/01/27 00:47:46  curt
- * Incorporated Paul Bleisch's <bleisch@chromatic.com> new debug message
+ * Incorporated Paul Bleisch's <pbleisch@acm.org> new debug message
  * system and commandline/config file processing code.
  *
  * Revision 1.14  1998/01/19 19:26:56  curt
index 3aed3ed21755a69ba26122513a1a68afc0d4e1dc..04b358e128b2f3cd63a178c3194aeeb630efd565 100644 (file)
@@ -216,10 +216,13 @@ void fgMoonRender( void ) {
 
 
 /* $Log$
-/* Revision 1.2  1998/04/24 00:45:00  curt
-/* Wrapped "#include <config.h>" in "#ifdef HAVE_CONFIG_H"
-/* Fixed a bug when generating sky colors.
+/* Revision 1.3  1998/04/25 22:06:24  curt
+/* Edited cvs log messages in source files ... bad bad bad!
 /*
+ * Revision 1.2  1998/04/24 00:45:00  curt
+ * Wrapped "#include <config.h>" in "#ifdef HAVE_CONFIG_H"
+ * Fixed a bug when generating sky colors.
+ *
  * Revision 1.1  1998/04/22 13:21:28  curt
  * C++ - ifing the code a bit.
  *
@@ -242,7 +245,7 @@ void fgMoonRender( void ) {
  * To version 0.29
  *
  * Revision 1.4  1998/01/27 00:47:46  curt
- * Incorporated Paul Bleisch's <bleisch@chromatic.com> new debug message
+ * Incorporated Paul Bleisch's <pbleisch@acm.org> new debug message
  * system and commandline/config file processing code.
  *
  * Revision 1.3  1998/01/19 19:26:57  curt
index 92e3ef4c440381cafc7c97c4218ba194c62e7466..a865f058247613924c8c18c76a7bbd1c5c94d5d3 100644 (file)
@@ -170,10 +170,13 @@ void fgSolarSystemUpdate(struct OrbElements *planet, struct fgTIME t)
 
 
 /* $Log$
-/* Revision 1.2  1998/04/24 00:45:01  curt
-/* Wrapped "#include <config.h>" in "#ifdef HAVE_CONFIG_H"
-/* Fixed a bug when generating sky colors.
+/* Revision 1.3  1998/04/25 22:06:25  curt
+/* Edited cvs log messages in source files ... bad bad bad!
 /*
+ * Revision 1.2  1998/04/24 00:45:01  curt
+ * Wrapped "#include <config.h>" in "#ifdef HAVE_CONFIG_H"
+ * Fixed a bug when generating sky colors.
+ *
  * Revision 1.1  1998/04/22 13:21:29  curt
  * C++ - ifing the code a bit.
  *
@@ -202,7 +205,7 @@ void fgSolarSystemUpdate(struct OrbElements *planet, struct fgTIME t)
  * To version 0.29
  *
  * Revision 1.4  1998/01/27 00:47:47  curt
- * Incorporated Paul Bleisch's <bleisch@chromatic.com> new debug message
+ * Incorporated Paul Bleisch's <pbleisch@acm.org> new debug message
  * system and commandline/config file processing code.
  *
  * Revision 1.3  1998/01/22 02:59:27  curt
index 7b4351639b439c656b85fab195a946838ea086ad..cf1616d68e2856f62fc97f0949a07feec89f3511 100644 (file)
@@ -210,10 +210,13 @@ void fgPlanetsRender( void ) {
 
 
 /* $Log$
-/* Revision 1.2  1998/04/24 00:45:02  curt
-/* Wrapped "#include <config.h>" in "#ifdef HAVE_CONFIG_H"
-/* Fixed a bug when generating sky colors.
+/* Revision 1.3  1998/04/25 22:06:25  curt
+/* Edited cvs log messages in source files ... bad bad bad!
 /*
+ * Revision 1.2  1998/04/24 00:45:02  curt
+ * Wrapped "#include <config.h>" in "#ifdef HAVE_CONFIG_H"
+ * Fixed a bug when generating sky colors.
+ *
  * Revision 1.1  1998/04/22 13:21:31  curt
  * C++ - ifing the code a bit.
  *
@@ -242,7 +245,7 @@ void fgPlanetsRender( void ) {
  * To version 0.29
  *
  * Revision 1.3  1998/01/27 00:47:47  curt
- * Incorporated Paul Bleisch's <bleisch@chromatic.com> new debug message
+ * Incorporated Paul Bleisch's <pbleisch@acm.org> new debug message
  * system and commandline/config file processing code.
  *
  * Revision 1.2  1998/01/19 19:26:59  curt
index 91f917a462d2ec9157d0086dd3592a1837e2540e..829671ed7ff029380464b50bcd1e7e6a03ce2855 100644 (file)
@@ -373,10 +373,13 @@ void fgSkyRender( void ) {
 
 
 /* $Log$
-/* Revision 1.2  1998/04/24 00:45:03  curt
-/* Wrapped "#include <config.h>" in "#ifdef HAVE_CONFIG_H"
-/* Fixed a bug when generating sky colors.
+/* Revision 1.3  1998/04/25 22:06:25  curt
+/* Edited cvs log messages in source files ... bad bad bad!
 /*
+ * Revision 1.2  1998/04/24 00:45:03  curt
+ * Wrapped "#include <config.h>" in "#ifdef HAVE_CONFIG_H"
+ * Fixed a bug when generating sky colors.
+ *
  * Revision 1.1  1998/04/22 13:21:32  curt
  * C++ - ifing the code a bit.
  *
@@ -396,7 +399,7 @@ void fgSkyRender( void ) {
  * <chotchkiss@namg.us.anritsu.com>
  *
  * Revision 1.5  1998/01/27 00:47:48  curt
- * Incorporated Paul Bleisch's <bleisch@chromatic.com> new debug message
+ * Incorporated Paul Bleisch's <pbleisch@acm.org> new debug message
  * system and commandline/config file processing code.
  *
  * Revision 1.4  1998/01/26 15:54:28  curt
index d413b802bcfcea4d2bf564d4d0beb0701ad684ac..3f2c953961186c0d3f64a133c8ae25fc42454c15 100644 (file)
@@ -260,10 +260,13 @@ void fgStarsRender( void ) {
 
 
 /* $Log$
-/* Revision 1.2  1998/04/24 00:45:03  curt
-/* Wrapped "#include <config.h>" in "#ifdef HAVE_CONFIG_H"
-/* Fixed a bug when generating sky colors.
+/* Revision 1.3  1998/04/25 22:06:26  curt
+/* Edited cvs log messages in source files ... bad bad bad!
 /*
+ * Revision 1.2  1998/04/24 00:45:03  curt
+ * Wrapped "#include <config.h>" in "#ifdef HAVE_CONFIG_H"
+ * Fixed a bug when generating sky colors.
+ *
  * Revision 1.1  1998/04/22 13:21:34  curt
  * C++ - ifing the code a bit.
  *
@@ -290,7 +293,7 @@ void fgStarsRender( void ) {
  * Minor tweaks.
  *
  * Revision 1.4  1998/01/27 00:47:49  curt
- * Incorporated Paul Bleisch's <bleisch@chromatic.com> new debug message
+ * Incorporated Paul Bleisch's <pbleisch@acm.org> new debug message
  * system and commandline/config file processing code.
  *
  * Revision 1.3  1998/01/19 19:26:59  curt
index 7941596d6e62f60ea76276cd97b8be4136b10282..dc2fad3cdabdddddee19136f1c5e51224fca9e65 100644 (file)
@@ -192,10 +192,13 @@ void fgSunRender( void ) {
 
 
 /* $Log$
-/* Revision 1.2  1998/04/24 00:45:04  curt
-/* Wrapped "#include <config.h>" in "#ifdef HAVE_CONFIG_H"
-/* Fixed a bug when generating sky colors.
+/* Revision 1.3  1998/04/25 22:06:26  curt
+/* Edited cvs log messages in source files ... bad bad bad!
 /*
+ * Revision 1.2  1998/04/24 00:45:04  curt
+ * Wrapped "#include <config.h>" in "#ifdef HAVE_CONFIG_H"
+ * Fixed a bug when generating sky colors.
+ *
  * Revision 1.1  1998/04/22 13:21:36  curt
  * C++ - ifing the code a bit.
  *
@@ -221,7 +224,7 @@ void fgSunRender( void ) {
  * To version 0.29
  *
  * Revision 1.4  1998/01/27 00:47:50  curt
- * Incorporated Paul Bleisch's <bleisch@chromatic.com> new debug message
+ * Incorporated Paul Bleisch's <pbleisch@acm.org> new debug message
  * system and commandline/config file processing code.
  *
  * Revision 1.3  1998/01/19 19:27:00  curt
index 2cdbfbcc6ff7169064e044dcdb8ffc0a94826350..306c364056a4f7abfcaf1f36058a5e920bca81bd 100644 (file)
@@ -104,9 +104,12 @@ void fgCockpitUpdate( void )
 
 
 /* $Log$
-/* Revision 1.1  1998/04/24 00:45:54  curt
-/* C++-ifing the code a bit.
+/* Revision 1.2  1998/04/25 22:06:26  curt
+/* Edited cvs log messages in source files ... bad bad bad!
 /*
+ * Revision 1.1  1998/04/24 00:45:54  curt
+ * C++-ifing the code a bit.
+ *
  * Revision 1.13  1998/04/18 04:14:01  curt
  * Moved fg_debug.c to it's own library.
  *
@@ -130,7 +133,7 @@ void fgCockpitUpdate( void )
  * Added MetroWorks patches from Carmen Volpe.
  *
  * Revision 1.7  1998/01/27 00:47:51  curt
- * Incorporated Paul Bleisch's <bleisch@chromatic.com> new debug message
+ * Incorporated Paul Bleisch's <pbleisch@acm.org> new debug message
  * system and commandline/config file processing code.
  *
  * Revision 1.6  1998/01/19 19:27:01  curt
index 9aec3610819f6f84003c30c9325662981e3d2aef..f7da13e134b3d948a654de3d957c9e56ed14dd17 100644 (file)
@@ -1605,9 +1605,12 @@ void fgHUDSetBrightness( Hptr hud, int brightness )
 }
 
 /* $Log$
-/* Revision 1.1  1998/04/24 00:45:57  curt
-/* C++-ifing the code a bit.
+/* Revision 1.2  1998/04/25 22:06:27  curt
+/* Edited cvs log messages in source files ... bad bad bad!
 /*
+ * Revision 1.1  1998/04/24 00:45:57  curt
+ * C++-ifing the code a bit.
+ *
  * Revision 1.22  1998/04/18 04:14:02  curt
  * Moved fg_debug.c to it's own library.
  *
@@ -1656,7 +1659,7 @@ void fgHUDSetBrightness( Hptr hud, int brightness )
  * Added MetroWorks patches from Carmen Volpe.
  *
  * Revision 1.8  1998/01/27 00:47:51  curt
- * Incorporated Paul Bleisch's <bleisch@chromatic.com> new debug message
+ * Incorporated Paul Bleisch's <pbleisch@acm.org> new debug message
  * system and commandline/config file processing code.
  *
  * Revision 1.7  1998/01/19 18:40:20  curt
index 2abce93ed4ebddfc953094a1ba7aec7d97fd1efb..b5009cdcb7a4dcbfef408f0c5dce1c4b556e96f4 100644 (file)
@@ -92,9 +92,12 @@ void fgThrottleSet(int engine, double pos);
 
 
 /* $Log$
-/* Revision 1.14  1998/04/22 13:26:19  curt
-/* C++ - ifing the code a bit.
+/* Revision 1.15  1998/04/25 22:06:27  curt
+/* Edited cvs log messages in source files ... bad bad bad!
 /*
+ * Revision 1.14  1998/04/22 13:26:19  curt
+ * C++ - ifing the code a bit.
+ *
  * Revision 1.13  1998/04/21 17:02:35  curt
  * Prepairing for C++ integration.
  *
@@ -106,7 +109,7 @@ void fgThrottleSet(int engine, double pos);
  * <chotchkiss@namg.us.anritsu.com>
  *
  * Revision 1.10  1998/01/27 00:47:52  curt
- * Incorporated Paul Bleisch's <bleisch@chromatic.com> new debug message
+ * Incorporated Paul Bleisch's <pbleisch@acm.org> new debug message
  * system and commandline/config file processing code.
  *
  * Revision 1.9  1998/01/22 02:59:31  curt
index fcca61c2384711380af951dc5d7c39ecc6d5c02a..7290f2a7450ef445eb5938f38bd525e028ae84b3 100644 (file)
@@ -71,10 +71,13 @@ int fgFlightModelUpdate(int model, fgFLIGHT *f, int multiloop) {
 
 
 /* $Log$
-/* Revision 1.12  1998/04/21 16:59:33  curt
-/* Integrated autopilot.
-/* Prepairing for C++ integration.
+/* Revision 1.13  1998/04/25 22:06:28  curt
+/* Edited cvs log messages in source files ... bad bad bad!
 /*
+ * Revision 1.12  1998/04/21 16:59:33  curt
+ * Integrated autopilot.
+ * Prepairing for C++ integration.
+ *
  * Revision 1.11  1998/04/18 04:14:04  curt
  * Moved fg_debug.c to it's own library.
  *
@@ -83,7 +86,7 @@ int fgFlightModelUpdate(int model, fgFLIGHT *f, int multiloop) {
  * <chotchkiss@namg.us.anritsu.com>
  *
  * Revision 1.9  1998/01/27 00:47:53  curt
- * Incorporated Paul Bleisch's <bleisch@chromatic.com> new debug message
+ * Incorporated Paul Bleisch's <pbleisch@acm.org> new debug message
  * system and commandline/config file processing code.
  *
  * Revision 1.8  1998/01/19 19:27:03  curt
index e0ea1cca0f75ec9ef49f499b4a625088f588213f..f5da076a09b30473884860aa2c255915de615bac 100644 (file)
@@ -256,9 +256,12 @@ int fgJoystickRead( double *joy_x, double *joy_y, int *joy_b1, int *joy_b2 )
 
 
 /* $Log$
-/* Revision 1.6  1998/04/18 04:14:05  curt
-/* Moved fg_debug.c to it's own library.
+/* Revision 1.7  1998/04/25 22:06:29  curt
+/* Edited cvs log messages in source files ... bad bad bad!
 /*
+ * Revision 1.6  1998/04/18 04:14:05  curt
+ * Moved fg_debug.c to it's own library.
+ *
  * Revision 1.5  1998/02/12 21:59:44  curt
  * Incorporated code changes contributed by Charlie Hotchkiss
  * <chotchkiss@namg.us.anritsu.com>
@@ -270,7 +273,7 @@ int fgJoystickRead( double *joy_x, double *joy_y, int *joy_b1, int *joy_b2 )
  * by Michele America.
  *
  * Revision 1.3  1998/01/27 00:47:54  curt
- * Incorporated Paul Bleisch's <bleisch@chromatic.com> new debug message
+ * Incorporated Paul Bleisch's <pbleisch@acm.org> new debug message
  * system and commandline/config file processing code.
  *
  * Revision 1.2  1997/12/30 20:47:40  curt
index ab5d164327648bb00c14bfca23d975b751886acd..d8e3071ef0e7d3092cd66119b0f05b856d48e35d 100644 (file)
@@ -265,11 +265,14 @@ void GLUTspecialkey(int k, int x, int y) {
 
 
 /* $Log$
-/* Revision 1.4  1998/04/25 20:24:00  curt
-/* Cleaned up initialization sequence to eliminate interdependencies
-/* between sun position, lighting, and view position.  This creates a
-/* valid single pass initialization path.
+/* Revision 1.5  1998/04/25 22:06:29  curt
+/* Edited cvs log messages in source files ... bad bad bad!
 /*
+ * Revision 1.4  1998/04/25 20:24:00  curt
+ * Cleaned up initialization sequence to eliminate interdependencies
+ * between sun position, lighting, and view position.  This creates a
+ * valid single pass initialization path.
+ *
  * Revision 1.3  1998/04/24 14:19:29  curt
  * Fog tweaks.
  *
@@ -306,7 +309,7 @@ void GLUTspecialkey(int k, int x, int y) {
  * by Michele America.
  *
  * Revision 1.27  1998/01/27 00:47:55  curt
- * Incorporated Paul Bleisch's <bleisch@chromatic.com> new debug message
+ * Incorporated Paul Bleisch's <pbleisch@acm.org> new debug message
  * system and commandline/config file processing code.
  *
  * Revision 1.26  1998/01/19 19:27:07  curt
index af89baedee531896c80b241204dbcc95a3fd777e..f38accd9d539caef7204d7ff2a5f895a750b9b68 100644 (file)
@@ -693,6 +693,9 @@ extern "C" {
 
 
 // $Log$
+// Revision 1.6  1998/04/25 22:06:30  curt
+// Edited cvs log messages in source files ... bad bad bad!
+//
 // Revision 1.5  1998/04/25 20:24:01  curt
 // Cleaned up initialization sequence to eliminate interdependencies
 // between sun position, lighting, and view position.  This creates a
@@ -778,7 +781,7 @@ extern "C" {
 // Minor tweaks.
 //
 // Revision 1.52  1998/01/27 00:47:56  curt
-// Incorporated Paul Bleisch's <bleisch@chromatic.com> new debug message
+// Incorporated Paul Bleisch's <pbleisch@acm.org> new debug message
 // system and commandline/config file processing code.
 //
 // Revision 1.51  1998/01/26 15:57:05  curt
index 3c9bc5f0694a2d53669e353042b99bc53f27fd1e..85f00b2c5c21dbf9b2edfb481a58219ecd556d8f 100644 (file)
@@ -369,6 +369,9 @@ int fgInitSubsystems( void ) {
 
 
 // $Log$
+// Revision 1.5  1998/04/25 22:06:30  curt
+// Edited cvs log messages in source files ... bad bad bad!
+//
 // Revision 1.4  1998/04/25 20:24:01  curt
 // Cleaned up initialization sequence to eliminate interdependencies
 // between sun position, lighting, and view position.  This creates a
@@ -462,7 +465,7 @@ int fgInitSubsystems( void ) {
 // Added MetroWorks patches from Carmen Volpe.
 //
 // Revision 1.35  1998/01/27 00:47:57  curt
-// Incorporated Paul Bleisch's <bleisch@chromatic.com> new debug message
+// Incorporated Paul Bleisch's <pbleisch@acm.org> new debug message
 // system and commandline/config file processing code.
 //
 // Revision 1.34  1998/01/22 02:59:37  curt
index 3d3e2338d68220b018a708f32212e6ed5168c2fc..c7e8c07dd99ce37b9d92d1f9e9239e5b62408058 100755 (executable)
@@ -86,6 +86,9 @@ exec("$savepath/$savefile @ARGV");
 
 #---------------------------------------------------------------------------
 # $Log$
+# Revision 1.2  1998/04/25 22:06:31  curt
+# Edited cvs log messages in source files ... bad bad bad!
+#
 # Revision 1.1  1998/04/09 01:45:31  curt
 # Moved to Main/ and incorperated with automake
 #
@@ -96,7 +99,7 @@ exec("$savepath/$savefile @ARGV");
 # Minor tweaks.
 #
 # Revision 1.2  1998/01/27 00:47:43  curt
-# Incorporated Paul Bleisch's <bleisch@chromatic.com> new debug message
+# Incorporated Paul Bleisch's <pbleisch@acm.org> new debug message
 # system and commandline/config file processing code.
 #
 # Revision 1.1  1997/10/28 18:47:27  curt
index 3730096fc53f463da993b5f69db8c0f47b113753..dd23ebbc56863c0e4c4fcf46a806062f0729dfa3 100644 (file)
@@ -98,11 +98,14 @@ void fgViewUpdate(fgFLIGHT *f, struct fgVIEW *v, fgLIGHT *l);
 
 
 /* $Log$
-/* Revision 1.2  1998/04/24 00:49:22  curt
-/* Wrapped "#include <config.h>" in "#ifdef HAVE_CONFIG_H"
-/* Trying out some different option parsing code.
-/* Some code reorganization.
+/* Revision 1.3  1998/04/25 22:06:31  curt
+/* Edited cvs log messages in source files ... bad bad bad!
 /*
+ * Revision 1.2  1998/04/24 00:49:22  curt
+ * Wrapped "#include <config.h>" in "#ifdef HAVE_CONFIG_H"
+ * Trying out some different option parsing code.
+ * Some code reorganization.
+ *
  * Revision 1.1  1998/04/22 13:25:46  curt
  * C++ - ifing the code.
  * Starting a bit of reorganization of lighting code.
@@ -118,7 +121,7 @@ void fgViewUpdate(fgFLIGHT *f, struct fgVIEW *v, fgLIGHT *l);
  * Added a view record field for absolute x, y, z position.
  *
  * Revision 1.8  1998/01/27 00:47:58  curt
- * Incorporated Paul Bleisch's <bleisch@chromatic.com> new debug message
+ * Incorporated Paul Bleisch's <pbleisch@acm.org> new debug message
  * system and commandline/config file processing code.
  *
  * Revision 1.7  1998/01/22 02:59:38  curt
index c3c1f5b01c870c7486b4fe16299de7016a1d6a96..47d42f11fa48d2bb7abf50bb673a33b7631dab50 100644 (file)
@@ -59,11 +59,14 @@ GLint fgObjLoad(char *path, struct fgCartesianPoint *ref, double *radius);
 
 
 /* $Log$
-/* Revision 1.10  1998/04/24 00:51:07  curt
-/* Wrapped "#include <config.h>" in "#ifdef HAVE_CONFIG_H"
-/* Tweaked the scenery file extentions to be "file.obj" (uncompressed)
-/* or "file.obz" (compressed.)
+/* Revision 1.11  1998/04/25 22:06:31  curt
+/* Edited cvs log messages in source files ... bad bad bad!
 /*
+ * Revision 1.10  1998/04/24 00:51:07  curt
+ * Wrapped "#include <config.h>" in "#ifdef HAVE_CONFIG_H"
+ * Tweaked the scenery file extentions to be "file.obj" (uncompressed)
+ * or "file.obz" (compressed.)
+ *
  * Revision 1.9  1998/04/22 13:22:45  curt
  * C++ - ifing the code a bit.
  *
@@ -77,7 +80,7 @@ GLint fgObjLoad(char *path, struct fgCartesianPoint *ref, double *radius);
  * Added MetroWorks patches from Carmen Volpe.
  *
  * Revision 1.5  1998/01/27 00:48:03  curt
- * Incorporated Paul Bleisch's <bleisch@chromatic.com> new debug message
+ * Incorporated Paul Bleisch's <pbleisch@acm.org> new debug message
  * system and commandline/config file processing code.
  *
  * Revision 1.4  1998/01/22 02:59:41  curt
index 2bd1e184f21bf6a8feb949d4fe904a39e21fd09c..74250df4b418f1a6a9f77727c8e3c55b0bef585b 100644 (file)
@@ -76,9 +76,12 @@ void fgSceneryRender( void );
 
 
 /* $Log$
-/* Revision 1.20  1998/04/22 13:22:45  curt
-/* C++ - ifing the code a bit.
+/* Revision 1.21  1998/04/25 22:06:31  curt
+/* Edited cvs log messages in source files ... bad bad bad!
 /*
+ * Revision 1.20  1998/04/22 13:22:45  curt
+ * C++ - ifing the code a bit.
+ *
  * Revision 1.19  1998/04/21 17:02:43  curt
  * Prepairing for C++ integration.
  *
@@ -89,7 +92,7 @@ void fgSceneryRender( void );
  * Thursday's tweaks.
  *
  * Revision 1.16  1998/01/27 00:48:03  curt
- * Incorporated Paul Bleisch's <bleisch@chromatic.com> new debug message
+ * Incorporated Paul Bleisch's <pbleisch@acm.org> new debug message
  * system and commandline/config file processing code.
  *
  * Revision 1.15  1998/01/22 02:59:41  curt
index 4735417e12ec0606c50395ec0472a483c57fefc2..45e4d0437ea30393626b9793083a14973e47279f 100644 (file)
@@ -200,11 +200,14 @@ int fgTileCacheNextAvail( void ) {
 
 
 /* $Log$
-/* Revision 1.2  1998/04/24 00:51:08  curt
-/* Wrapped "#include <config.h>" in "#ifdef HAVE_CONFIG_H"
-/* Tweaked the scenery file extentions to be "file.obj" (uncompressed)
-/* or "file.obz" (compressed.)
+/* Revision 1.3  1998/04/25 22:06:32  curt
+/* Edited cvs log messages in source files ... bad bad bad!
 /*
+ * Revision 1.2  1998/04/24 00:51:08  curt
+ * Wrapped "#include <config.h>" in "#ifdef HAVE_CONFIG_H"
+ * Tweaked the scenery file extentions to be "file.obj" (uncompressed)
+ * or "file.obz" (compressed.)
+ *
  * Revision 1.1  1998/04/22 13:22:46  curt
  * C++ - ifing the code a bit.
  *
@@ -233,7 +236,7 @@ int fgTileCacheNextAvail( void ) {
  * Playing with new fgPrintf command.
  *
  * Revision 1.3  1998/01/27 00:48:03  curt
- * Incorporated Paul Bleisch's <bleisch@chromatic.com> new debug message
+ * Incorporated Paul Bleisch's <pbleisch@acm.org> new debug message
  * system and commandline/config file processing code.
  *
  * Revision 1.2  1998/01/26 15:55:24  curt
index d59efa0ae23f9a0729c4f24849d67090bb76899b..e6aecccaacaaeecee8586ad27af3ca88b39db8c3 100644 (file)
@@ -88,11 +88,14 @@ void fgTileCacheEntryInfo( int index, GLint *display_list,
 
 
 /* $Log$
-/* Revision 1.2  1998/04/24 00:51:08  curt
-/* Wrapped "#include <config.h>" in "#ifdef HAVE_CONFIG_H"
-/* Tweaked the scenery file extentions to be "file.obj" (uncompressed)
-/* or "file.obz" (compressed.)
+/* Revision 1.3  1998/04/25 22:06:32  curt
+/* Edited cvs log messages in source files ... bad bad bad!
 /*
+ * Revision 1.2  1998/04/24 00:51:08  curt
+ * Wrapped "#include <config.h>" in "#ifdef HAVE_CONFIG_H"
+ * Tweaked the scenery file extentions to be "file.obj" (uncompressed)
+ * or "file.obz" (compressed.)
+ *
  * Revision 1.1  1998/04/22 13:22:47  curt
  * C++ - ifing the code a bit.
  *
@@ -123,7 +126,7 @@ void fgTileCacheEntryInfo( int index, GLint *display_list,
  * First pass at tile cache, dynamic tile loading and tile unloading now works.
  *
  * Revision 1.2  1998/01/27 00:48:04  curt
- * Incorporated Paul Bleisch's <bleisch@chromatic.com> new debug message
+ * Incorporated Paul Bleisch's <pbleisch@acm.org> new debug message
  * system and commandline/config file processing code.
  *
  * Revision 1.1  1998/01/24 00:03:29  curt
index 8d581b8cc8ed97593a2faa0a4fb07a39b64ad92b..d100a902ee9ea767b4def924500aa00cc423e0b8 100644 (file)
@@ -221,11 +221,14 @@ void fgTileMgrRender( void ) {
 
 
 /* $Log$
-/* Revision 1.2  1998/04/24 00:51:09  curt
-/* Wrapped "#include <config.h>" in "#ifdef HAVE_CONFIG_H"
-/* Tweaked the scenery file extentions to be "file.obj" (uncompressed)
-/* or "file.obz" (compressed.)
+/* Revision 1.3  1998/04/25 22:06:32  curt
+/* Edited cvs log messages in source files ... bad bad bad!
 /*
+ * Revision 1.2  1998/04/24 00:51:09  curt
+ * Wrapped "#include <config.h>" in "#ifdef HAVE_CONFIG_H"
+ * Tweaked the scenery file extentions to be "file.obj" (uncompressed)
+ * or "file.obz" (compressed.)
+ *
  * Revision 1.1  1998/04/22 13:22:48  curt
  * C++ - ifing the code a bit.
  *
@@ -283,7 +286,7 @@ void fgTileMgrRender( void ) {
  * Playing with new fgPrintf command.
  *
  * Revision 1.8  1998/01/27 00:48:04  curt
- * Incorporated Paul Bleisch's <bleisch@chromatic.com> new debug message
+ * Incorporated Paul Bleisch's <pbleisch@acm.org> new debug message
  * system and commandline/config file processing code.
  *
  * Revision 1.7  1998/01/26 15:55:25  curt
diff --git a/Simulator/setup_env b/Simulator/setup_env
deleted file mode 100644 (file)
index 6a78601..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
-export FG_ROOT=~/projects/FlightGear
-export FG_ROOT_SRC=${FG_ROOT}/Src
-export FG_ROOT_LIB=${FG_ROOT}/Lib
index ca1d3533a5a93005055af44655c3ff952b26cc8c..c3f5475ecd689ea77dfcd4884f4144b03c71de2e 100644 (file)
@@ -84,15 +84,18 @@ void fgSlewUpdate( void ) {
 
 
 /* $Log$
-/* Revision 1.12  1998/04/08 23:35:30  curt
-/* Tweaks to Gnu automake/autoconf system.
+/* Revision 1.13  1998/04/25 22:06:29  curt
+/* Edited cvs log messages in source files ... bad bad bad!
 /*
+ * Revision 1.12  1998/04/08 23:35:30  curt
+ * Tweaks to Gnu automake/autoconf system.
+ *
  * Revision 1.11  1998/02/07 15:29:39  curt
  * Incorporated HUD changes and struct/typedef changes from Charlie Hotchkiss
  * <chotchkiss@namg.us.anritsu.com>
  *
  * Revision 1.10  1998/01/27 00:47:53  curt
- * Incorporated Paul Bleisch's <bleisch@chromatic.com> new debug message
+ * Incorporated Paul Bleisch's <pbleisch@acm.org> new debug message
  * system and commandline/config file processing code.
  *
  * Revision 1.9  1998/01/19 19:27:06  curt
index 8233634830a0874ca94ab96fb6e0492681bcdf8b..1464015257fa6b56c15e96a1b67fcf309666388b 100644 (file)
@@ -304,11 +304,14 @@ void fgEventProcess( void ) {
 
 
 /* $Log$
-/* Revision 1.1  1998/04/24 00:52:26  curt
-/* Wrapped "#include <config.h>" in "#ifdef HAVE_CONFIG_H"
-/* Fog color fixes.
-/* Separated out lighting calcs into their own file.
+/* Revision 1.2  1998/04/25 22:06:33  curt
+/* Edited cvs log messages in source files ... bad bad bad!
 /*
+ * Revision 1.1  1998/04/24 00:52:26  curt
+ * Wrapped "#include <config.h>" in "#ifdef HAVE_CONFIG_H"
+ * Fog color fixes.
+ * Separated out lighting calcs into their own file.
+ *
  * Revision 1.13  1998/04/18 04:14:08  curt
  * Moved fg_debug.c to it's own library.
  *
@@ -331,7 +334,7 @@ void fgEventProcess( void ) {
  * Added MetroWorks patches from Carmen Volpe.
  *
  * Revision 1.8  1998/01/27 00:48:05  curt
- * Incorporated Paul Bleisch's <bleisch@chromatic.com> new debug message
+ * Incorporated Paul Bleisch's <pbleisch@acm.org> new debug message
  * system and commandline/config file processing code.
  *
  * Revision 1.7  1998/01/19 19:27:19  curt
index a21925aa9b64dd4bb7eb58e997b3824fe483eaa9..cb3eca09158763e96a46f70bf0c373684427e3c3 100644 (file)
@@ -375,6 +375,9 @@ void fgTimeUpdate(fgFLIGHT *f, struct fgTIME *t) {
 
 
 // $Log$
+// Revision 1.3  1998/04/25 22:06:33  curt
+// Edited cvs log messages in source files ... bad bad bad!
+//
 // Revision 1.2  1998/04/25 20:24:02  curt
 // Cleaned up initialization sequence to eliminate interdependencies
 // between sun position, lighting, and view position.  This creates a
@@ -424,7 +427,7 @@ void fgTimeUpdate(fgFLIGHT *f, struct fgTIME *t) {
 // Minor tweaks.
 //
 // Revision 1.31  1998/01/27 00:48:06  curt
-// Incorporated Paul Bleisch's <bleisch@chromatic.com> new debug message
+// Incorporated Paul Bleisch's <pbleisch@acm.org> new debug message
 // system and commandline/config file processing code.
 //
 // Revision 1.30  1998/01/21 21:11:35  curt
index edad9a79569413bf56d1cf360e7a6cc2ddcd7616..b0a31c3c756049a2353d1006c7c830ac64d1e42b 100644 (file)
@@ -115,6 +115,9 @@ void fgTimeUpdate(fgFLIGHT *f, struct fgTIME *t);
 
 
 // $Log$
+// Revision 1.3  1998/04/25 22:06:34  curt
+// Edited cvs log messages in source files ... bad bad bad!
+//
 // Revision 1.2  1998/04/25 20:24:03  curt
 // Cleaned up initialization sequence to eliminate interdependencies
 // between sun position, lighting, and view position.  This creates a
@@ -148,7 +151,7 @@ void fgTimeUpdate(fgFLIGHT *f, struct fgTIME *t);
 // <chotchkiss@namg.us.anritsu.com>
 //
 // Revision 1.15  1998/01/27 00:48:06  curt
-// Incorporated Paul Bleisch's <bleisch@chromatic.com> new debug message
+// Incorporated Paul Bleisch's <pbleisch@acm.org> new debug message
 // system and commandline/config file processing code.
 //
 // Revision 1.14  1998/01/22 02:59:43  curt
index b0144b1cc47aee1b5d233dd477f4139f4b5f75c9..58ea778434f43320958a6fb1d70542e058d0741e 100644 (file)
@@ -346,6 +346,9 @@ void fgUpdateSunPos( void ) {
 
 
 // $Log$
+// Revision 1.4  1998/04/25 22:06:34  curt
+// Edited cvs log messages in source files ... bad bad bad!
+//
 // Revision 1.3  1998/04/25 20:24:03  curt
 // Cleaned up initialization sequence to eliminate interdependencies
 // between sun position, lighting, and view position.  This creates a
@@ -373,7 +376,7 @@ void fgUpdateSunPos( void ) {
 // Minor tweaks.
 //
 // Revision 1.24  1998/01/27 00:48:07  curt
-// Incorporated Paul Bleisch's <bleisch@chromatic.com> new debug message
+// Incorporated Paul Bleisch's <pbleisch@acm.org> new debug message
 // system and commandline/config file processing code.
 //
 // Revision 1.23  1998/01/19 19:27:21  curt
index 7b075480e76ca3f40cd5e46f5f8ab1433bb34cfa..1cedc4fd0cb7c6ecd7edfe355384d6a6b30f40d8 100644 (file)
@@ -71,11 +71,14 @@ void fgWeatherUpdate( void ) {
 
 
 /* $Log$
-/* Revision 1.14  1998/02/09 15:07:54  curt
-/* Minor tweaks.
+/* Revision 1.15  1998/04/25 22:06:34  curt
+/* Edited cvs log messages in source files ... bad bad bad!
 /*
+ * Revision 1.14  1998/02/09 15:07:54  curt
+ * Minor tweaks.
+ *
  * Revision 1.13  1998/01/27 00:48:08  curt
- * Incorporated Paul Bleisch's <bleisch@chromatic.com> new debug message
+ * Incorporated Paul Bleisch's <pbleisch@acm.org> new debug message
  * system and commandline/config file processing code.
  *
  * Revision 1.12  1998/01/19 19:27:22  curt