]> git.mxchange.org Git - flightgear.git/commitdiff
chmod 755 runfg at the end of the configure script.
authorcurt <curt>
Mon, 3 Aug 1998 22:16:18 +0000 (22:16 +0000)
committercurt <curt>
Mon, 3 Aug 1998 22:16:18 +0000 (22:16 +0000)
NEWS
Thanks
configure.in

diff --git a/NEWS b/NEWS
index a0fe324460457a33f798dcc8746e033ba934d4b4..04263128fb75fdc418e392f04b08a86ad6dfdb7e 100644 (file)
--- 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 d3da08bee18f077b30937f27428983af1e7e7753..5ba36e4735e1e78bcbf9978c3017fb16ac1e8eb4 100644 (file)
--- a/Thanks
+++ b/Thanks
@@ -118,6 +118,7 @@ Jonathan R Shewchuk <Jonathan_R_Shewchuk@ux4.sp.cs.cmu.edu>
 
 Michael Smith <msmith99@flash.net>
   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
index da5a73a60dca351650105b191ca66cef939dd033..f3cf3568c50e06eefbfb52b3b73ae391971df09f 100644 (file)
@@ -244,3 +244,5 @@ AC_OUTPUT( \
        Tools/Triangle/Makefile \
        Tests/Makefile \
 )
+
+AC_OUTPUT_COMMANDS([chmod 755 Simulator/Main/runfg])