]> git.mxchange.org Git - flightgear.git/commitdiff
News, thanks, and new version.
authorcurt <curt>
Fri, 12 Jun 1998 00:53:21 +0000 (00:53 +0000)
committercurt <curt>
Fri, 12 Jun 1998 00:53:21 +0000 (00:53 +0000)
NEWS
Thanks
configure.in

diff --git a/NEWS b/NEWS
index b990404b68778e420af15223a3fbc2ebb9c0fa75..eeef3c6c6510a7d46fbbaeac725d07272a443c27 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,17 @@
+New in 0.49
+* Fog mode is now GL_FOG_EXP2 instead of GL_FOG_LINEAR
+* Build the non-shared pieces of the FG sim as static libs.
+
 New in 0.48
+* Incorporated Steve Baker's PUI user interface library written
+  entirely on top of OpenGL
+* Incorporated Steve Baker's Audio library which currently only
+  supports Linux, but a win32 port is very close to being done.
+* Sort object fragments by material property before rendering.  This
+  will be a big help to performance when we start including objects
+  with a wide variety of material properties and textures.
+* Overlapped scenery tiles to reduce the chance of an occasional
+  floating point precission induced gaps.
 * Fixed a bug in zlib exposed by Borland Win32 compiler.
 * Impose a maximum triangle area during scenery generation so even
   very flat areas will get split into a few smaller sub triangles.
diff --git a/Thanks b/Thanks
index fea62b568caa2d0bf744c59dbcca740f8f27beb0..346fd362db246d7fea5a9441551bfe91320e6a41 100644 (file)
--- a/Thanks
+++ b/Thanks
@@ -80,6 +80,10 @@ Bruce Jackson <e.b.jackson@larc.nasa.gov>
   patiently answered my many, many questions.
 
 
+Tom Knienieder <knienieder@ms.netwing.at>
+  Ported Steve's Audio library to Win32
+
+
 Reto Koradi <kor@mol.biol.ethz.ch> http://www.mol.biol.ethz.ch/~kor
   Helped me get on track with setting up fog effects.
 
index df30d5ca25f7412445778b54aa7c5ecb9109a311..cb6c01aedf877684c43903fe5aff986fcde3a3a8 100644 (file)
@@ -5,7 +5,7 @@ dnl
 AC_INIT(Simulator/Aircraft/aircraft.c)
 
 dnl Initialize the automake stuff
-AM_INIT_AUTOMAKE(FlightGear, 0.48)
+AM_INIT_AUTOMAKE(FlightGear, 0.49)
 
 dnl Checks for programs.
 
@@ -157,6 +157,7 @@ AC_OUTPUT( \
        Lib/Debug/Makefile \
        Lib/DEM/Makefile \
        Lib/Math/Makefile \
+       Lib/Pui/Makefile \
        Lib/XGL/Makefile \
        Lib/zlib/Makefile \
        Simulator/Makefile \
@@ -168,6 +169,7 @@ AC_OUTPUT( \
        Simulator/Flight/LaRCsim/Makefile \
        Simulator/Flight/Slew/Makefile \
        Simulator/Flight/Makefile \
+       Simulator/Gui/Makefile \
        Simulator/Joystick/Makefile \
        Simulator/Main/Makefile \
        Simulator/Main/runfg \
@@ -184,7 +186,7 @@ AC_OUTPUT( \
        Tools/FixNode/Makefile \
        Tools/FixObj/Makefile \
        Tools/SplitTris/Makefile \
-       Tools/Stripe_u/Makefile \
+       Tools/Stripe_w/Makefile \
        Tools/Tri2obj/Makefile \
        Tools/Triangle/Makefile \
        Tests/Makefile \