]> git.mxchange.org Git - flightgear.git/blobdiff - Simulator/Astro/sky.cxx
Initial revision.
[flightgear.git] / Simulator / Astro / sky.cxx
index d5e7730c7cd2876066d524d0d300f249dc0376d1..1758117ad5300e5531fd4bde3b7de138193f3ece 100644 (file)
@@ -19,7 +19,6 @@
 // Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
 //
 // $Id$
-// (Log is kept at end of this file)
 
 
 #ifdef HAVE_CONFIG_H
@@ -361,156 +360,3 @@ void fgSkyRender( void ) {
 }
 
 
-// $Log$
-// Revision 1.21  1999/02/05 21:28:50  curt
-// Modifications to incorporate Jon S. Berndts flight model code.
-//
-// Revision 1.20  1999/02/02 20:13:29  curt
-// MSVC++ portability changes by Bernie Bright:
-//
-// Lib/Serial/serial.[ch]xx: Initial Windows support - incomplete.
-// Simulator/Astro/stars.cxx: typo? included <stdio> instead of <cstdio>
-// Simulator/Cockpit/hud.cxx: Added Standard headers
-// Simulator/Cockpit/panel.cxx: Redefinition of default parameter
-// Simulator/Flight/flight.cxx: Replaced cout with FG_LOG.  Deleted <stdio.h>
-// Simulator/Main/fg_init.cxx:
-// Simulator/Main/GLUTmain.cxx:
-// Simulator/Main/options.hxx: Shuffled <fg_serial.hxx> dependency
-// Simulator/Objects/material.hxx:
-// Simulator/Time/timestamp.hxx: VC++ friend kludge
-// Simulator/Scenery/tile.[ch]xx: Fixed using std::X declarations
-// Simulator/Main/views.hxx: Added a constant
-//
-// 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.
-//
-// Revision 1.17  1998/12/09 18:50:12  curt
-// Converted "class fgVIEW" to "class FGView" and updated to make data
-// members private and make required accessor functions.
-//
-// Revision 1.16  1998/12/05 15:54:03  curt
-// Renamed class fgFLIGHT to class FGState as per request by JSB.
-//
-// Revision 1.15  1998/12/03 01:15:36  curt
-// Converted fgFLIGHT to a class.
-// Tweaks for Sun portability.
-//
-// Revision 1.14  1998/11/06 21:17:39  curt
-// Converted to new logstream debugging facility.  This allows release
-// builds with no messages at all (and no performance impact) by using
-// the -DFG_NDEBUG flag.
-//
-// Revision 1.13  1998/10/20 18:28:30  curt
-// Tweaked sunset/sunrise colors.
-//
-// Revision 1.12  1998/10/16 23:27:18  curt
-// C++-ifying.
-//
-// Revision 1.11  1998/10/16 00:52:19  curt
-// Converted to Point3D class.
-//
-// Revision 1.10  1998/08/29 13:07:16  curt
-// Rewrite of event manager thanks to Bernie Bright.
-//
-// Revision 1.9  1998/08/22 01:18:59  curt
-// Minor tweaks to avoid using unitialized memory.
-//
-// Revision 1.8  1998/08/12 21:40:44  curt
-// Sky now tracks adjusted fog color so it blends well with terrain.
-//
-// Revision 1.7  1998/07/22 21:39:21  curt
-// Lower skirt tracks adjusted fog color, not fog color.
-//
-// Revision 1.6  1998/05/23 14:07:14  curt
-// Use new C++ events class.
-//
-// Revision 1.5  1998/04/28 01:19:02  curt
-// Type-ified fgTIME and fgVIEW
-//
-// Revision 1.4  1998/04/26 05:10:01  curt
-// "struct fgLIGHT" -> "fgLIGHT" because fgLIGHT is typedef'd.
-//
-// 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.
-//
-// Revision 1.9  1998/04/03 21:52:50  curt
-// Converting to Gnu autoconf system.
-//
-// Revision 1.8  1998/03/09 22:47:25  curt
-// Incorporated Durk's updates.
-//
-// Revision 1.7  1998/02/19 13:05:49  curt
-// Incorporated some HUD tweaks from Michelle America.
-// Tweaked the sky's sunset/rise colors.
-// Other misc. tweaks.
-//
-// Revision 1.6  1998/02/07 15:29:32  curt
-// Incorporated HUD changes and struct/typedef changes from Charlie Hotchkiss
-// <chotchkiss@namg.us.anritsu.com>
-//
-// Revision 1.5  1998/01/27 00:47:48  curt
-// 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
-// Added a "skirt" to try to help hide gaps between scenery and sky.  This will
-// have to be revisited in the future.
-//
-// Revision 1.3  1998/01/19 19:26:59  curt
-// Merged in make system changes from Bob Kuehne <rpk@sgi.com>
-// This should simplify things tremendously.
-//
-// Revision 1.2  1998/01/19 18:40:17  curt
-// Tons of little changes to clean up the code and to remove fatal errors
-// when building with the c++ compiler.
-//
-// Revision 1.1  1998/01/07 03:16:19  curt
-// Moved from .../Src/Scenery/ to .../Src/Astro/
-//
-// Revision 1.11  1997/12/30 22:22:38  curt
-// Further integration of event manager.
-//
-// Revision 1.10  1997/12/30 20:47:53  curt
-// Integrated new event manager with subsystem initializations.
-//
-// Revision 1.9  1997/12/30 13:06:57  curt
-// A couple lighting tweaks ...
-//
-// Revision 1.8  1997/12/23 04:58:38  curt
-// Tweaked the sky coloring a bit to build in structures to allow finer rgb
-// control.
-//
-// Revision 1.7  1997/12/22 23:45:48  curt
-// First stab at sunset/sunrise sky glow effects.
-//
-// Revision 1.6  1997/12/22 04:14:34  curt
-// Aligned sky with sun so dusk/dawn effects can be correct relative to the sun.
-//
-// Revision 1.5  1997/12/19 23:34:59  curt
-// Lot's of tweaking with sky rendering and lighting.
-//
-// Revision 1.4  1997/12/19 16:45:02  curt
-// Working on scene rendering order and options.
-//
-// Revision 1.3  1997/12/18 23:32:36  curt
-// First stab at sky dome actually starting to look reasonable. :-)
-//
-// Revision 1.2  1997/12/18 04:07:03  curt
-// Worked on properly translating and positioning the sky dome.
-//
-// Revision 1.1  1997/12/17 23:14:30  curt
-// Initial revision.
-// Begin work on rendering the sky. (Rather than just using a clear screen.)
-//
-