From caf5cc90ae7ec79e7cb761f5001d0bdc4e3a651d Mon Sep 17 00:00:00 2001 From: curt Date: Thu, 23 Mar 2006 16:37:35 +0000 Subject: [PATCH] v0.3.10-pre2 updates. --- NEWS | 6 ++++-- SimGear.dsp | 4 ++-- configure.ac | 2 +- 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/NEWS b/NEWS index fdd8413e..3ab9bd36 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,5 @@ -New in 0.3.10-pre1 -* March 20, 2006 +New in 0.3.10-pre2 +* March 23, 2006 * Add a small accessor function to expose local timezone offset. * Improved exception handling and made output more helpful in various places. @@ -10,6 +10,7 @@ New in 0.3.10-pre1 references, sgmaterial references, sgmatmodel references, and sgsoundsample references. * Add support for point sprites. +* Updates to rain cone rendering. * Add a new vector library and integrate that with improved coordinate system conversion code. * Mutex locking and cleanup improvements in the threading abstraction @@ -20,6 +21,7 @@ New in 0.3.10-pre1 * Various platform related bug fixes. * Various compiler related bug/warning fixes. * Clean up some things that triggered valgrind warnings. +* Fix a Nasal cmp() bug. New in 0.3.9 diff --git a/SimGear.dsp b/SimGear.dsp index d343e4af..7faf5ad5 100644 --- a/SimGear.dsp +++ b/SimGear.dsp @@ -35,7 +35,7 @@ RSC=rc.exe # PROP Output_Dir "Release" # PROP Intermediate_Dir "Release" # PROP Target_Dir "" -# ADD CPP /nologo /W3 /GX /O2 /D "NDEBUG" /D "WIN32" /D "_MBCS" /FD /c /MT /I "." /I ".." /I ".\SimGear" /I "..\zlib-1.2.3" /I ""..\OpenAL" /D "_USE_MATH_DEFINES" /D "_CRT_SECURE_NO_DEPRECATE" /D "HAVE_CONFIG_H" +# ADD CPP /nologo /W3 /GX /O2 /D "NDEBUG" /D "WIN32" /D "_MBCS" /FD /c /MT /I "." /I ".." /I ".\SimGear" /I "..\zlib-1.2.3" /I "..\OpenAL 1.0 Software Development Kit\include" /D "_USE_MATH_DEFINES" /D "_CRT_SECURE_NO_DEPRECATE" /D "HAVE_CONFIG_H" # ADD RSC /l 0x409 /d "NDEBUG" BSC32=bscmake.exe # ADD BASE BSC32 /nologo @@ -51,7 +51,7 @@ LINK32=link.exe -lib # PROP Output_Dir "Debug" # PROP Intermediate_Dir "Debug" # PROP Target_Dir "" -# ADD CPP /nologo /W3 /GX /ZI /Od /D "_DEBUG" /D "WIN32" /D "_MBCS" /FR /FD /GZ /c /MT /I "." /I ".." /I ".\SimGear" /I "..\zlib-1.2.3" /I ""..\OpenAL" /D "_USE_MATH_DEFINES" /D "_CRT_SECURE_NO_DEPRECATE" /D "HAVE_CONFIG_H" +# ADD CPP /nologo /W3 /GX /ZI /Od /D "_DEBUG" /D "WIN32" /D "_MBCS" /FR /FD /GZ /c /MTd /I "." /I ".." /I ".\SimGear" /I "..\zlib-1.2.3" /I "..\OpenAL 1.0 Software Development Kit\include" /D "_USE_MATH_DEFINES" /D "_CRT_SECURE_NO_DEPRECATE" /D "HAVE_CONFIG_H" # ADD RSC /l 0x409 /d "_DEBUG" BSC32=bscmake.exe # ADD BASE BSC32 /nologo diff --git a/configure.ac b/configure.ac index eccc4e92..37ae6fd4 100644 --- a/configure.ac +++ b/configure.ac @@ -8,7 +8,7 @@ dnl Require at least automake 2.52 AC_PREREQ(2.52) dnl Initialize the automake stuff -AM_INIT_AUTOMAKE(SimGear, 0.3.10-pre1) +AM_INIT_AUTOMAKE(SimGear, 0.3.10-pre2) dnl Specify KAI C++ compiler and flags. dnl Borrowed with slight modification from blitz distribution.