From ae853db0774bf88315dc9b34f3ee32f4e3ea2f22 Mon Sep 17 00:00:00 2001 From: curt Date: Mon, 3 Aug 1998 22:16:18 +0000 Subject: [PATCH] chmod 755 runfg at the end of the configure script. --- NEWS | 3 +++ Thanks | 1 + configure.in | 2 ++ 3 files changed, 6 insertions(+) diff --git a/NEWS b/NEWS index a0fe32446..04263128f 100644 --- a/NEWS +++ b/NEWS @@ -1,10 +1,13 @@ New in 0.52 +* Fixed a small problem with moon rendering. * Fog color tries to track the sky color at the center of view in sunrise and sunset situations. * Optimizations from Norman Vine * Code fixes and tweaks from Charlie Hotchkiss. * Added an --enable/disable-sound option. * Added a pause key "p" +* Added command line options to specify initial position and orientation. +* Added command line option to start in paused or unpaused state. New in 0.51 * Translucent menus diff --git a/Thanks b/Thanks index d3da08bee..5ba36e473 100644 --- a/Thanks +++ b/Thanks @@ -118,6 +118,7 @@ Jonathan R Shewchuk Michael Smith Contributed cockpit graphics, 3d models, logos, and other images. + Project Bonanza - http://members.xoom.com/ConceptSim/index.html U.S. Geological Survey - http://edcwww.cr.usgs.gov/doc/edchome/ndcdb/ndcdb.html diff --git a/configure.in b/configure.in index da5a73a60..f3cf3568c 100644 --- a/configure.in +++ b/configure.in @@ -244,3 +244,5 @@ AC_OUTPUT( \ Tools/Triangle/Makefile \ Tests/Makefile \ ) + +AC_OUTPUT_COMMANDS([chmod 755 Simulator/Main/runfg])