v0.3.10-pre2 updates.
This commit is contained in:
parent
b05e98b1b6
commit
caf5cc90ae
6
NEWS
6
NEWS
@ -1,5 +1,5 @@
|
|||||||
New in 0.3.10-pre1
|
New in 0.3.10-pre2
|
||||||
* March 20, 2006
|
* March 23, 2006
|
||||||
|
|
||||||
* Add a small accessor function to expose local timezone offset.
|
* Add a small accessor function to expose local timezone offset.
|
||||||
* Improved exception handling and made output more helpful in various places.
|
* 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
|
references, sgmaterial references, sgmatmodel references, and
|
||||||
sgsoundsample references.
|
sgsoundsample references.
|
||||||
* Add support for point sprites.
|
* Add support for point sprites.
|
||||||
|
* Updates to rain cone rendering.
|
||||||
* Add a new vector library and integrate that with improved coordinate
|
* Add a new vector library and integrate that with improved coordinate
|
||||||
system conversion code.
|
system conversion code.
|
||||||
* Mutex locking and cleanup improvements in the threading abstraction
|
* 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 platform related bug fixes.
|
||||||
* Various compiler related bug/warning fixes.
|
* Various compiler related bug/warning fixes.
|
||||||
* Clean up some things that triggered valgrind warnings.
|
* Clean up some things that triggered valgrind warnings.
|
||||||
|
* Fix a Nasal cmp() bug.
|
||||||
|
|
||||||
|
|
||||||
New in 0.3.9
|
New in 0.3.9
|
||||||
|
@ -35,7 +35,7 @@ RSC=rc.exe
|
|||||||
# PROP Output_Dir "Release"
|
# PROP Output_Dir "Release"
|
||||||
# PROP Intermediate_Dir "Release"
|
# PROP Intermediate_Dir "Release"
|
||||||
# PROP Target_Dir ""
|
# 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"
|
# ADD RSC /l 0x409 /d "NDEBUG"
|
||||||
BSC32=bscmake.exe
|
BSC32=bscmake.exe
|
||||||
# ADD BASE BSC32 /nologo
|
# ADD BASE BSC32 /nologo
|
||||||
@ -51,7 +51,7 @@ LINK32=link.exe -lib
|
|||||||
# PROP Output_Dir "Debug"
|
# PROP Output_Dir "Debug"
|
||||||
# PROP Intermediate_Dir "Debug"
|
# PROP Intermediate_Dir "Debug"
|
||||||
# PROP Target_Dir ""
|
# 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"
|
# ADD RSC /l 0x409 /d "_DEBUG"
|
||||||
BSC32=bscmake.exe
|
BSC32=bscmake.exe
|
||||||
# ADD BASE BSC32 /nologo
|
# ADD BASE BSC32 /nologo
|
||||||
|
@ -8,7 +8,7 @@ dnl Require at least automake 2.52
|
|||||||
AC_PREREQ(2.52)
|
AC_PREREQ(2.52)
|
||||||
|
|
||||||
dnl Initialize the automake stuff
|
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 Specify KAI C++ compiler and flags.
|
||||||
dnl Borrowed with slight modification from blitz distribution.
|
dnl Borrowed with slight modification from blitz distribution.
|
||||||
|
Loading…
Reference in New Issue
Block a user