From: curt Date: Tue, 12 Oct 2004 14:35:42 +0000 (+0000) Subject: Final 0.3.7 changes. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=9a2ee543894e9a6a0478e6e2c5db460ddcf4c7e0;p=simgear.git Final 0.3.7 changes. --- diff --git a/Makefile.am b/Makefile.am index cf1c35b3..9419c66f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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 60ec5266..7f7646b2 100644 --- 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 diff --git a/configure.ac b/configure.ac index dd4aeccb..a6ee08f6 100644 --- a/configure.ac +++ b/configure.ac @@ -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 \ diff --git a/simgear/scene/Makefile.am b/simgear/scene/Makefile.am index c6aed399..119d78b9 100644 --- a/simgear/scene/Makefile.am +++ b/simgear/scene/Makefile.am @@ -1,6 +1,6 @@ includedir = @includedir@/scene -SUBDIRS = material model sky tgdb +SUBDIRS = fgsg material model sky tgdb # lib_LIBRARIES = libsgscene.a