]> git.mxchange.org Git - flightgear.git/commitdiff
Misc updates.
authorcurt <curt>
Wed, 20 May 1998 20:48:54 +0000 (20:48 +0000)
committercurt <curt>
Wed, 20 May 1998 20:48:54 +0000 (20:48 +0000)
NEWS
README.running
Thanks
configure
configure.in

diff --git a/NEWS b/NEWS
index 5ad7244952aa43754af931455b72cbe9e461e02a..a883af71f93fc153cbbfedc4ebe9bebcb2bb52ea 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,9 @@
+New in 0.48
+* Fixed polygon winding problem in scenery generation, so all
+  tri-strips are would counter clockwise (opengl default).
+
 New in 0.47
+* Course (per tile) view frustum culling.
 * Added a command line option to specify --fg-root which will override
   $FG_ROOT
 * Hard coded default locations for FG_ROOT for situations when nothing
index 6f55518c009d896690bbbe5b4fee41c528492f0d..0b10c2cacac69e3d42e06cb14ac0790aef86c620 100644 (file)
@@ -42,5 +42,6 @@ Num Lock Inactive
 
 Autopilot
 ---------
-    Shift + A               Enable Autopilot
-    Shift + S               Disable Autopilot
+    Shift + A               Enable autopilot (defaults to heading of 000)
+    Shift + S               Disable autopilot
+    Shift + D               Lock autopilot heading to current heading
diff --git a/Thanks b/Thanks
index f2db02a4b92f8e804d478cbd7ae1a0ad2c50e756..22b47d707231bb57fe27cba1c8c8cde3d6133938 100644 (file)
--- a/Thanks
+++ b/Thanks
@@ -78,6 +78,10 @@ Eric Mitchell <mitchell@mars.ark.com>
   Contributed some topnotch scenery textures.
 
 
+Anders Morken <amrken@online.no>
+  Maintains the European mirror of the FG web pages.
+
+
 Jonathan R Shewchuk <Jonathan_R_Shewchuk@ux4.sp.cs.cmu.edu>
   Author of the Triangle program.  Triangle is used to calculate the
   Delauney triangulation of our irregular terrain.
index ac59779e7a69a6cffd44a7e66fb6ed2f5f756241..3706a4a3e7233b32d733ec82a29627b9dd8f3dbb 100755 (executable)
--- a/configure
+++ b/configure
@@ -703,7 +703,7 @@ fi
 
 PACKAGE=FlightGear
 
-VERSION=0.47
+VERSION=0.48
 
 if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then
   { echo "configure: error: source directory already configured; run "make distclean" there first" 1>&2; exit 1; }
@@ -1316,7 +1316,7 @@ echo "configure:1316: checking for ld used by GCC" >&5
   ac_prog=`($CC -print-prog-name=ld) 2>&5`
   case "$ac_prog" in
   # Accept absolute paths.
-  /* | [A-Za-z]:\\*)
+  /* | A-Za-z:\\*)
     test -z "$LD" && LD="$ac_prog"
     ;;
   "")
index 543b1dd11dbccbee01d88584aa3676285f3ad9ed..f908148b90424412f756a55f38c24c492067c403 100644 (file)
@@ -5,7 +5,7 @@ dnl
 AC_INIT(Simulator/Aircraft/aircraft.c)
 
 dnl Initialize the automake stuff
-AM_INIT_AUTOMAKE(FlightGear, 0.47)
+AM_INIT_AUTOMAKE(FlightGear, 0.48)
 
 dnl Checks for programs.