From: curt Date: Sat, 25 Apr 1998 22:06:24 +0000 (+0000) Subject: Edited cvs log messages in source files ... bad bad bad! X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=0b782544a3b2a983d206930fa61130c74313da27;p=flightgear.git Edited cvs log messages in source files ... bad bad bad! --- diff --git a/Aircraft/aircraft.c b/Aircraft/aircraft.c index 97bf38a33..0ac3cc37f 100644 --- a/Aircraft/aircraft.c +++ b/Aircraft/aircraft.c @@ -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 * @@ -76,7 +79,7 @@ void fgAircraftOutputCurrent(fgAIRCRAFT *a) { * * * Revision 1.15 1998/01/27 00:47:46 curt - * Incorporated Paul Bleisch's new debug message + * Incorporated Paul Bleisch's new debug message * system and commandline/config file processing code. * * Revision 1.14 1998/01/19 19:26:56 curt diff --git a/Astro/moon.cxx b/Astro/moon.cxx index 3aed3ed21..04b358e12 100644 --- a/Astro/moon.cxx +++ b/Astro/moon.cxx @@ -216,10 +216,13 @@ void fgMoonRender( void ) { /* $Log$ -/* Revision 1.2 1998/04/24 00:45:00 curt -/* Wrapped "#include " 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 " 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 new debug message + * Incorporated Paul Bleisch's new debug message * system and commandline/config file processing code. * * Revision 1.3 1998/01/19 19:26:57 curt diff --git a/Astro/orbits.cxx b/Astro/orbits.cxx index 92e3ef4c4..a865f0582 100644 --- a/Astro/orbits.cxx +++ b/Astro/orbits.cxx @@ -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 " 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 " 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 new debug message + * Incorporated Paul Bleisch's new debug message * system and commandline/config file processing code. * * Revision 1.3 1998/01/22 02:59:27 curt diff --git a/Astro/planets.cxx b/Astro/planets.cxx index 7b4351639..cf1616d68 100644 --- a/Astro/planets.cxx +++ b/Astro/planets.cxx @@ -210,10 +210,13 @@ void fgPlanetsRender( void ) { /* $Log$ -/* Revision 1.2 1998/04/24 00:45:02 curt -/* Wrapped "#include " 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 " 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 new debug message + * Incorporated Paul Bleisch's new debug message * system and commandline/config file processing code. * * Revision 1.2 1998/01/19 19:26:59 curt diff --git a/Astro/sky.cxx b/Astro/sky.cxx index 91f917a46..829671ed7 100644 --- a/Astro/sky.cxx +++ b/Astro/sky.cxx @@ -373,10 +373,13 @@ void fgSkyRender( void ) { /* $Log$ -/* Revision 1.2 1998/04/24 00:45:03 curt -/* Wrapped "#include " 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 " 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 ) { * * * Revision 1.5 1998/01/27 00:47:48 curt - * Incorporated Paul Bleisch's new debug message + * Incorporated Paul Bleisch's new debug message * system and commandline/config file processing code. * * Revision 1.4 1998/01/26 15:54:28 curt diff --git a/Astro/stars.cxx b/Astro/stars.cxx index d413b802b..3f2c95396 100644 --- a/Astro/stars.cxx +++ b/Astro/stars.cxx @@ -260,10 +260,13 @@ void fgStarsRender( void ) { /* $Log$ -/* Revision 1.2 1998/04/24 00:45:03 curt -/* Wrapped "#include " 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 " 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 new debug message + * Incorporated Paul Bleisch's new debug message * system and commandline/config file processing code. * * Revision 1.3 1998/01/19 19:26:59 curt diff --git a/Astro/sun.cxx b/Astro/sun.cxx index 7941596d6..dc2fad3cd 100644 --- a/Astro/sun.cxx +++ b/Astro/sun.cxx @@ -192,10 +192,13 @@ void fgSunRender( void ) { /* $Log$ -/* Revision 1.2 1998/04/24 00:45:04 curt -/* Wrapped "#include " 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 " 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 new debug message + * Incorporated Paul Bleisch's new debug message * system and commandline/config file processing code. * * Revision 1.3 1998/01/19 19:27:00 curt diff --git a/Cockpit/cockpit.cxx b/Cockpit/cockpit.cxx index 2cdbfbcc6..306c36405 100644 --- a/Cockpit/cockpit.cxx +++ b/Cockpit/cockpit.cxx @@ -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 new debug message + * Incorporated Paul Bleisch's new debug message * system and commandline/config file processing code. * * Revision 1.6 1998/01/19 19:27:01 curt diff --git a/Cockpit/hud.cxx b/Cockpit/hud.cxx index 9aec36108..f7da13e13 100644 --- a/Cockpit/hud.cxx +++ b/Cockpit/hud.cxx @@ -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 new debug message + * Incorporated Paul Bleisch's new debug message * system and commandline/config file processing code. * * Revision 1.7 1998/01/19 18:40:20 curt diff --git a/Controls/controls.h b/Controls/controls.h index 2abce93ed..b5009cdcb 100644 --- a/Controls/controls.h +++ b/Controls/controls.h @@ -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); * * * Revision 1.10 1998/01/27 00:47:52 curt - * Incorporated Paul Bleisch's new debug message + * Incorporated Paul Bleisch's new debug message * system and commandline/config file processing code. * * Revision 1.9 1998/01/22 02:59:31 curt diff --git a/FDM/flight.c b/FDM/flight.c index fcca61c23..7290f2a74 100644 --- a/FDM/flight.c +++ b/FDM/flight.c @@ -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) { * * * Revision 1.9 1998/01/27 00:47:53 curt - * Incorporated Paul Bleisch's new debug message + * Incorporated Paul Bleisch's new debug message * system and commandline/config file processing code. * * Revision 1.8 1998/01/19 19:27:03 curt diff --git a/Joystick/joystick.c b/Joystick/joystick.c index e0ea1cca0..f5da076a0 100644 --- a/Joystick/joystick.c +++ b/Joystick/joystick.c @@ -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 * @@ -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 new debug message + * Incorporated Paul Bleisch's new debug message * system and commandline/config file processing code. * * Revision 1.2 1997/12/30 20:47:40 curt diff --git a/Main/GLUTkey.cxx b/Main/GLUTkey.cxx index ab5d16432..d8e3071ef 100644 --- a/Main/GLUTkey.cxx +++ b/Main/GLUTkey.cxx @@ -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 new debug message + * Incorporated Paul Bleisch's new debug message * system and commandline/config file processing code. * * Revision 1.26 1998/01/19 19:27:07 curt diff --git a/Main/GLUTmain.cxx b/Main/GLUTmain.cxx index af89baede..f38accd9d 100644 --- a/Main/GLUTmain.cxx +++ b/Main/GLUTmain.cxx @@ -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 new debug message +// Incorporated Paul Bleisch's new debug message // system and commandline/config file processing code. // // Revision 1.51 1998/01/26 15:57:05 curt diff --git a/Main/fg_init.cxx b/Main/fg_init.cxx index 3c9bc5f06..85f00b2c5 100644 --- a/Main/fg_init.cxx +++ b/Main/fg_init.cxx @@ -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 new debug message +// Incorporated Paul Bleisch's new debug message // system and commandline/config file processing code. // // Revision 1.34 1998/01/22 02:59:37 curt diff --git a/Main/runfg.in b/Main/runfg.in index 3d3e2338d..c7e8c07dd 100755 --- a/Main/runfg.in +++ b/Main/runfg.in @@ -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 new debug message +# Incorporated Paul Bleisch's new debug message # system and commandline/config file processing code. # # Revision 1.1 1997/10/28 18:47:27 curt diff --git a/Main/views.hxx b/Main/views.hxx index 3730096fc..dd23ebbc5 100644 --- a/Main/views.hxx +++ b/Main/views.hxx @@ -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 " 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 " 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 new debug message + * Incorporated Paul Bleisch's new debug message * system and commandline/config file processing code. * * Revision 1.7 1998/01/22 02:59:38 curt diff --git a/Scenery/obj.h b/Scenery/obj.h index c3c1f5b01..47d42f11f 100644 --- a/Scenery/obj.h +++ b/Scenery/obj.h @@ -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 " 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 " 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 new debug message + * Incorporated Paul Bleisch's new debug message * system and commandline/config file processing code. * * Revision 1.4 1998/01/22 02:59:41 curt diff --git a/Scenery/scenery.h b/Scenery/scenery.h index 2bd1e184f..74250df4b 100644 --- a/Scenery/scenery.h +++ b/Scenery/scenery.h @@ -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 new debug message + * Incorporated Paul Bleisch's new debug message * system and commandline/config file processing code. * * Revision 1.15 1998/01/22 02:59:41 curt diff --git a/Scenery/tilecache.cxx b/Scenery/tilecache.cxx index 4735417e1..45e4d0437 100644 --- a/Scenery/tilecache.cxx +++ b/Scenery/tilecache.cxx @@ -200,11 +200,14 @@ int fgTileCacheNextAvail( void ) { /* $Log$ -/* Revision 1.2 1998/04/24 00:51:08 curt -/* Wrapped "#include " 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 " 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 new debug message + * Incorporated Paul Bleisch's new debug message * system and commandline/config file processing code. * * Revision 1.2 1998/01/26 15:55:24 curt diff --git a/Scenery/tilecache.hxx b/Scenery/tilecache.hxx index d59efa0ae..e6aecccaa 100644 --- a/Scenery/tilecache.hxx +++ b/Scenery/tilecache.hxx @@ -88,11 +88,14 @@ void fgTileCacheEntryInfo( int index, GLint *display_list, /* $Log$ -/* Revision 1.2 1998/04/24 00:51:08 curt -/* Wrapped "#include " 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 " 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 new debug message + * Incorporated Paul Bleisch's new debug message * system and commandline/config file processing code. * * Revision 1.1 1998/01/24 00:03:29 curt diff --git a/Scenery/tilemgr.cxx b/Scenery/tilemgr.cxx index 8d581b8cc..d100a902e 100644 --- a/Scenery/tilemgr.cxx +++ b/Scenery/tilemgr.cxx @@ -221,11 +221,14 @@ void fgTileMgrRender( void ) { /* $Log$ -/* Revision 1.2 1998/04/24 00:51:09 curt -/* Wrapped "#include " 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 " 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 new debug message + * Incorporated Paul Bleisch's 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 index 6a78601f4..000000000 --- a/Simulator/setup_env +++ /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 diff --git a/Slew/slew.c b/Slew/slew.c index ca1d3533a..c3f5475ec 100644 --- a/Slew/slew.c +++ b/Slew/slew.c @@ -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 * * * Revision 1.10 1998/01/27 00:47:53 curt - * Incorporated Paul Bleisch's new debug message + * Incorporated Paul Bleisch's new debug message * system and commandline/config file processing code. * * Revision 1.9 1998/01/19 19:27:06 curt diff --git a/Time/event.cxx b/Time/event.cxx index 823363483..146401525 100644 --- a/Time/event.cxx +++ b/Time/event.cxx @@ -304,11 +304,14 @@ void fgEventProcess( void ) { /* $Log$ -/* Revision 1.1 1998/04/24 00:52:26 curt -/* Wrapped "#include " 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 " 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 new debug message + * Incorporated Paul Bleisch's new debug message * system and commandline/config file processing code. * * Revision 1.7 1998/01/19 19:27:19 curt diff --git a/Time/fg_time.cxx b/Time/fg_time.cxx index a21925aa9..cb3eca091 100644 --- a/Time/fg_time.cxx +++ b/Time/fg_time.cxx @@ -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 new debug message +// Incorporated Paul Bleisch's new debug message // system and commandline/config file processing code. // // Revision 1.30 1998/01/21 21:11:35 curt diff --git a/Time/fg_time.hxx b/Time/fg_time.hxx index edad9a795..b0a31c3c7 100644 --- a/Time/fg_time.hxx +++ b/Time/fg_time.hxx @@ -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); // // // Revision 1.15 1998/01/27 00:48:06 curt -// Incorporated Paul Bleisch's new debug message +// Incorporated Paul Bleisch's new debug message // system and commandline/config file processing code. // // Revision 1.14 1998/01/22 02:59:43 curt diff --git a/Time/sunpos.cxx b/Time/sunpos.cxx index b0144b1cc..58ea77843 100644 --- a/Time/sunpos.cxx +++ b/Time/sunpos.cxx @@ -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 new debug message +// Incorporated Paul Bleisch's new debug message // system and commandline/config file processing code. // // Revision 1.23 1998/01/19 19:27:21 curt diff --git a/Weather/weather.c b/Weather/weather.c index 7b075480e..1cedc4fd0 100644 --- a/Weather/weather.c +++ b/Weather/weather.c @@ -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 new debug message + * Incorporated Paul Bleisch's new debug message * system and commandline/config file processing code. * * Revision 1.12 1998/01/19 19:27:22 curt