printf("Unimplemented flight model == %d\n", model);
}
+ result = 1;
+
return(result);
}
printf("Unimplemented flight model == %d\n", model);
}
+ result = 1;
+
return(result);
}
/* $Log$
-/* Revision 1.5 1997/12/30 20:47:37 curt
-/* Integrated new event manager with subsystem initializations.
+/* Revision 1.6 1998/01/19 18:35:43 curt
+/* Minor tweaks and fixes for cygwin32.
/*
+ * Revision 1.5 1997/12/30 20:47:37 curt
+ * Integrated new event manager with subsystem initializations.
+ *
* Revision 1.4 1997/12/10 22:37:42 curt
* Prepended "fg" on the name of all global structures that didn't have it yet.
* i.e. "struct WEATHER {}" became "struct fgWEATHER {}"
xglFogf (GL_FOG_END, w->visibility);
/* xglFogf (GL_FOG_DENSITY, w->visibility); */
xglHint (GL_FOG_HINT, GL_NICEST /* GL_FASTEST */ );
+
+ /* draw wire frame */
+ /* xglPolygonMode(GL_FRONT_AND_BACK,GL_LINE); */
}
/* $Log$
-/* Revision 1.47 1998/01/13 00:23:08 curt
-/* Initial changes to support loading and management of scenery tiles. Note,
-/* there's still a fair amount of work left to be done.
+/* Revision 1.48 1998/01/19 18:35:46 curt
+/* Minor tweaks and fixes for cygwin32.
/*
+ * Revision 1.47 1998/01/13 00:23:08 curt
+ * Initial changes to support loading and management of scenery tiles. Note,
+ * there's still a fair amount of work left to be done.
+ *
* Revision 1.46 1998/01/08 02:22:06 curt
* Beginning to integrate Tile management subsystem.
*
#---------------------------------------------------------------------------
FG_VERSION_MAJOR = 0
-FG_VERSION_MINOR = 23
+FG_VERSION_MINOR = 24
FG_VERSION = $(FG_VERSION_MAJOR).$(FG_VERSION_MINOR)
# INTERFACE_FILES = GLUTmain.c GLUTkey.c
# GRAPHICS_LIBS = -lglu32 -lopengl32 -luser32 -lgdi32
# FG_CFLAGS = $(GLOBAL_CFLAGS) $(FG_DEBUG_FLAGS) -DWIN32 -DUSE_RAND
-# LN = ren
+# LN = cp
#---------------------------------------------------------------------------
#---------------------------------------------------------------------------
# $Log$
+# Revision 1.32 1998/01/19 18:35:40 curt
+# Minor tweaks and fixes for cygwin32.
+#
# Revision 1.31 1998/01/08 02:21:46 curt
# Version 0.23
#
t->gst_diff = -9999.0;
t->warp = 0;
- t->warp = 5 * 3600;
+ t->warp = 0 * 3600;
t->warp_delta = 0;
}
#ifdef USE_FTIME
struct timeb current;
+#endif /* USE_FTIME */
+
+#ifdef WIN32
int daylight;
long int timezone;
-#endif /* USE_FTIME */
+#endif /* WIN32 */
/*
printf(" COURSE: GMT = %d/%d/%2d %d:%02d:%02d\n",
/* $Log$
-/* Revision 1.27 1998/01/13 00:23:13 curt
-/* Initial changes to support loading and management of scenery tiles. Note,
-/* there's still a fair amount of work left to be done.
+/* Revision 1.28 1998/01/19 18:35:49 curt
+/* Minor tweaks and fixes for cygwin32.
/*
+ * Revision 1.27 1998/01/13 00:23:13 curt
+ * Initial changes to support loading and management of scenery tiles. Note,
+ * there's still a fair amount of work left to be done.
+ *
* Revision 1.26 1998/01/05 18:44:36 curt
* Add an option to advance/decrease time from keyboard.
*