]> git.mxchange.org Git - flightgear.git/commitdiff
C++-ifying a couple source files.
authorcurt <curt>
Thu, 30 Apr 1998 12:35:59 +0000 (12:35 +0000)
committercurt <curt>
Thu, 30 Apr 1998 12:35:59 +0000 (12:35 +0000)
Cockpit/cockpit.cxx
Cockpit/hud.cxx
Simulator/Todo
Time/sunpos.cxx

index 306c364056a4f7abfcaf1f36058a5e920bca81bd..9d53c1e3ad7d43e1c23499840b333885e3059271 100644 (file)
@@ -43,7 +43,7 @@
 #include <Math/fg_random.h>
 #include <Math/mat3.h>
 #include <Math/polar.h>
-#include <Scenery/scenery.h>
+#include <Scenery/scenery.hxx>
 #include <Time/fg_timer.hxx>
 #include <Weather/weather.h>
 
@@ -104,9 +104,12 @@ void fgCockpitUpdate( void )
 
 
 /* $Log$
-/* Revision 1.2  1998/04/25 22:06:26  curt
-/* Edited cvs log messages in source files ... bad bad bad!
+/* Revision 1.3  1998/04/30 12:36:02  curt
+/* C++-ifying a couple source files.
 /*
+ * 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.
  *
index f7da13e134b3d948a654de3d957c9e56ed14dd17..2927c25dab6f2f88e0e6044b8c63d2e403c26089 100644 (file)
@@ -46,7 +46,7 @@
 #include <Math/fg_random.h>
 #include <Math/mat3.h>
 #include <Math/polar.h>
-#include <Scenery/scenery.h>
+#include <Scenery/scenery.hxx>
 #include <Time/fg_timer.hxx>
 #include <Weather/weather.h>
 
@@ -1605,9 +1605,12 @@ void fgHUDSetBrightness( Hptr hud, int brightness )
 }
 
 /* $Log$
-/* Revision 1.2  1998/04/25 22:06:27  curt
-/* Edited cvs log messages in source files ... bad bad bad!
+/* Revision 1.3  1998/04/30 12:36:02  curt
+/* C++-ifying a couple source files.
 /*
+ * 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.
  *
index bab18cbc2375460f024e29d7ee20d118cb724528..87c0223a58a99a75e4fc68f9fc7c9b571998b0b6 100644 (file)
@@ -2,6 +2,8 @@
 | Todo 
 --------------------------------------------------------------------------
 
+4/29/98 -  Option to toggle between smooth / flat shading.
+
 4/28/98 -  Write a perl script to rename -> *.[ch]xx to *.[ch]pp and update
            #include entries as well.
 
            version of stripe)
 
 12/29/97 - Add a mechanism to parse command line options
-    * A simple clear-screen sky.
-    * No fog.
+    * (done) A simple clear-screen sky.
+    * (done) No fog.
     * No astronomy.
     * Less detailed terrain.
     * Texture - but no MIP-mapping.
     * Texture - but no bilinear blending.
-    * No texture.
+    * (done) No texture.
 
 12/29/97 - sky tweaking
   Steve Baker writes:
index 2c0c22ef06f660299ac342b1be784e8e4964d478..bac2b574802fbeacb7adcd051d43cb2518c41eef 100644 (file)
@@ -52,7 +52,7 @@
 #include <Math/mat3.h>
 #include <Math/polar.h>
 #include <Math/vector.h>
-#include <Scenery/scenery.h>
+#include <Scenery/scenery.hxx>
 
 #include "fg_time.hxx"
 #include "sunpos.hxx"
@@ -346,6 +346,9 @@ void fgUpdateSunPos( void ) {
 
 
 // $Log$
+// Revision 1.7  1998/04/30 12:36:05  curt
+// C++-ifying a couple source files.
+//
 // Revision 1.6  1998/04/28 01:22:18  curt
 // Type-ified fgTIME and fgVIEW.
 //