]> git.mxchange.org Git - simgear.git/commitdiff
Final 0.3.7 changes.
authorcurt <curt>
Tue, 12 Oct 2004 14:35:42 +0000 (14:35 +0000)
committercurt <curt>
Tue, 12 Oct 2004 14:35:42 +0000 (14:35 +0000)
Makefile.am
NEWS
configure.ac
simgear/scene/Makefile.am

index cf1c35b3184e5463eaaf29198ad77403234a02ed..9419c66f4c8978b0c876c201464c34660dbcea69 100644 (file)
@@ -10,7 +10,7 @@ EXTRA_DIST = \
 SUBDIRS        = src-libs simgear
 
 dist-hook:
-       (cd $(top_srcdir); $(HOME)/projects/FlightGear-0.9/admin/am2dsp.pl)
+       (cd $(top_srcdir); $(HOME)/Projects/FlightGear-0.9/admin/am2dsp.pl)
 
 #
 # Rule to build RPM distribution package
diff --git a/NEWS b/NEWS
index 60ec526648cc83a812f4f9f228755cb38fb68d8f..7f7646b2cfdee5ac47ad285b7eb891ba25231fea 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,10 +1,12 @@
-New in 0.3.7-pre1
-* September 10, 2004
+New in 0.3.7
+* October 12, 2004
 
 * Add support for parsing xml from an in memory buffer, not just a file.
 * Don't reduce visibility for a "clear" cloud layer.
 * Add support for audio orientation (direction and cone) for internal
   view and tower view.
+* Add support for drawing from display lists rather than in immediate mode.
+  This provides a big performance improvement on many systems.
 
 
 New in 0.3.6
index dd4aeccb436f8ad7cc02e4422e63ec424b5c2603..a6ee08f6384ac25fc77935769e32bbb0e2af55fe 100644 (file)
@@ -10,7 +10,7 @@ dnl Require at least automake 2.52
 AC_PREREQ(2.52)
 
 dnl Initialize the automake stuff
-AM_INIT_AUTOMAKE(SimGear, 0.3.7-pre1)
+AM_INIT_AUTOMAKE(SimGear, 0.3.7)
 
 dnl Specify KAI C++ compiler and flags.
 dnl Borrowed with slight modification from blitz distribution.
@@ -417,6 +417,7 @@ AC_CONFIG_FILES([ \
        simgear/props/Makefile \
        simgear/route/Makefile \
        simgear/scene/Makefile \
+       simgear/scene/fgsg/Makefile \
        simgear/scene/material/Makefile \
        simgear/scene/model/Makefile \
        simgear/scene/sky/Makefile \
index c6aed399cce64b52da94e2a72cabc4e74e84021d..119d78b9f779802f70909d41880b9a6f96c634ce 100644 (file)
@@ -1,6 +1,6 @@
 includedir = @includedir@/scene
 
-SUBDIRS = material model sky tgdb
+SUBDIRS = fgsg material model sky tgdb
 
 # lib_LIBRARIES = libsgscene.a