Tweaks for 0.3.5.pre1 release.
This commit is contained in:
parent
44551dad2d
commit
488efa2316
7
NEWS
7
NEWS
@ -1,9 +1,10 @@
|
|||||||
New in 0.3.5
|
New in 0.3.5.pre1
|
||||||
* March 16, 2004
|
* March 22, 2004
|
||||||
|
|
||||||
* Added Andy's nasal interpreter for small built in scripting tasks.
|
* Added Andy's nasal interpreter for small built in scripting tasks.
|
||||||
Nasal integrates nicely with FlightGear's property system.
|
Nasal integrates nicely with FlightGear's property system.
|
||||||
* Added new (much simpler) metar parsing code.
|
* Added new (much simpler) metar parsing code (removed older more
|
||||||
|
complex code.)
|
||||||
* Support VASI/PAPI lights correctly.
|
* Support VASI/PAPI lights correctly.
|
||||||
* Fixes to cloud animation.
|
* Fixes to cloud animation.
|
||||||
* Updates to sky dome coloring as well as sun/moon coloring.
|
* Updates to sky dome coloring as well as sun/moon coloring.
|
||||||
|
199
SimGear.dsp
199
SimGear.dsp
@ -568,205 +568,6 @@ SOURCE=.\simgear\math\fastmath.cxx
|
|||||||
|
|
||||||
!ENDIF
|
!ENDIF
|
||||||
|
|
||||||
# End Source File
|
|
||||||
# End Group
|
|
||||||
# Begin Group "Lib_sgmetar"
|
|
||||||
|
|
||||||
# PROP Default_Filter ""
|
|
||||||
# Begin Source File
|
|
||||||
|
|
||||||
SOURCE=.\simgear\metar\Antoi.cpp
|
|
||||||
|
|
||||||
!IF "$(CFG)" == "SimGear - Win32 Release"
|
|
||||||
|
|
||||||
# PROP Intermediate_Dir "Release\Lib_sgmetar"
|
|
||||||
|
|
||||||
!ELSEIF "$(CFG)" == "SimGear - Win32 Debug"
|
|
||||||
|
|
||||||
# PROP Intermediate_Dir "Debug\Lib_sgmetar"
|
|
||||||
|
|
||||||
!ENDIF
|
|
||||||
|
|
||||||
# End Source File
|
|
||||||
# Begin Source File
|
|
||||||
|
|
||||||
SOURCE=.\simgear\metar\Charcmp.cpp
|
|
||||||
|
|
||||||
!IF "$(CFG)" == "SimGear - Win32 Release"
|
|
||||||
|
|
||||||
# PROP Intermediate_Dir "Release\Lib_sgmetar"
|
|
||||||
|
|
||||||
!ELSEIF "$(CFG)" == "SimGear - Win32 Debug"
|
|
||||||
|
|
||||||
# PROP Intermediate_Dir "Debug\Lib_sgmetar"
|
|
||||||
|
|
||||||
!ENDIF
|
|
||||||
|
|
||||||
# End Source File
|
|
||||||
# Begin Source File
|
|
||||||
|
|
||||||
SOURCE=.\simgear\metar\Dcdmetar.cpp
|
|
||||||
|
|
||||||
!IF "$(CFG)" == "SimGear - Win32 Release"
|
|
||||||
|
|
||||||
# PROP Intermediate_Dir "Release\Lib_sgmetar"
|
|
||||||
|
|
||||||
!ELSEIF "$(CFG)" == "SimGear - Win32 Debug"
|
|
||||||
|
|
||||||
# PROP Intermediate_Dir "Debug\Lib_sgmetar"
|
|
||||||
|
|
||||||
!ENDIF
|
|
||||||
|
|
||||||
# End Source File
|
|
||||||
# Begin Source File
|
|
||||||
|
|
||||||
SOURCE=.\simgear\metar\Dcdmtrmk.cpp
|
|
||||||
|
|
||||||
!IF "$(CFG)" == "SimGear - Win32 Release"
|
|
||||||
|
|
||||||
# PROP Intermediate_Dir "Release\Lib_sgmetar"
|
|
||||||
|
|
||||||
!ELSEIF "$(CFG)" == "SimGear - Win32 Debug"
|
|
||||||
|
|
||||||
# PROP Intermediate_Dir "Debug\Lib_sgmetar"
|
|
||||||
|
|
||||||
!ENDIF
|
|
||||||
|
|
||||||
# End Source File
|
|
||||||
# Begin Source File
|
|
||||||
|
|
||||||
SOURCE=.\simgear\metar\Drvmetar.c
|
|
||||||
|
|
||||||
!IF "$(CFG)" == "SimGear - Win32 Release"
|
|
||||||
|
|
||||||
# PROP Intermediate_Dir "Release\Lib_sgmetar"
|
|
||||||
|
|
||||||
!ELSEIF "$(CFG)" == "SimGear - Win32 Debug"
|
|
||||||
|
|
||||||
# PROP Intermediate_Dir "Debug\Lib_sgmetar"
|
|
||||||
|
|
||||||
!ENDIF
|
|
||||||
|
|
||||||
# End Source File
|
|
||||||
# Begin Source File
|
|
||||||
|
|
||||||
SOURCE=.\simgear\metar\Fracpart.cpp
|
|
||||||
|
|
||||||
!IF "$(CFG)" == "SimGear - Win32 Release"
|
|
||||||
|
|
||||||
# PROP Intermediate_Dir "Release\Lib_sgmetar"
|
|
||||||
|
|
||||||
!ELSEIF "$(CFG)" == "SimGear - Win32 Debug"
|
|
||||||
|
|
||||||
# PROP Intermediate_Dir "Debug\Lib_sgmetar"
|
|
||||||
|
|
||||||
!ENDIF
|
|
||||||
|
|
||||||
# End Source File
|
|
||||||
# Begin Source File
|
|
||||||
|
|
||||||
SOURCE=.\simgear\metar\Local.h
|
|
||||||
|
|
||||||
!IF "$(CFG)" == "SimGear - Win32 Release"
|
|
||||||
|
|
||||||
# PROP Intermediate_Dir "Release\Lib_sgmetar"
|
|
||||||
|
|
||||||
!ELSEIF "$(CFG)" == "SimGear - Win32 Debug"
|
|
||||||
|
|
||||||
# PROP Intermediate_Dir "Debug\Lib_sgmetar"
|
|
||||||
|
|
||||||
!ENDIF
|
|
||||||
|
|
||||||
# End Source File
|
|
||||||
# Begin Source File
|
|
||||||
|
|
||||||
SOURCE=.\simgear\metar\Metar.h
|
|
||||||
|
|
||||||
!IF "$(CFG)" == "SimGear - Win32 Release"
|
|
||||||
|
|
||||||
# PROP Intermediate_Dir "Release\Lib_sgmetar"
|
|
||||||
|
|
||||||
!ELSEIF "$(CFG)" == "SimGear - Win32 Debug"
|
|
||||||
|
|
||||||
# PROP Intermediate_Dir "Debug\Lib_sgmetar"
|
|
||||||
|
|
||||||
!ENDIF
|
|
||||||
|
|
||||||
# End Source File
|
|
||||||
# Begin Source File
|
|
||||||
|
|
||||||
SOURCE=.\simgear\metar\MetarReport.cpp
|
|
||||||
|
|
||||||
!IF "$(CFG)" == "SimGear - Win32 Release"
|
|
||||||
|
|
||||||
# PROP Intermediate_Dir "Release\Lib_sgmetar"
|
|
||||||
|
|
||||||
!ELSEIF "$(CFG)" == "SimGear - Win32 Debug"
|
|
||||||
|
|
||||||
# PROP Intermediate_Dir "Debug\Lib_sgmetar"
|
|
||||||
|
|
||||||
!ENDIF
|
|
||||||
|
|
||||||
# End Source File
|
|
||||||
# Begin Source File
|
|
||||||
|
|
||||||
SOURCE=.\simgear\metar\MetarStation.cpp
|
|
||||||
|
|
||||||
!IF "$(CFG)" == "SimGear - Win32 Release"
|
|
||||||
|
|
||||||
# PROP Intermediate_Dir "Release\Lib_sgmetar"
|
|
||||||
|
|
||||||
!ELSEIF "$(CFG)" == "SimGear - Win32 Debug"
|
|
||||||
|
|
||||||
# PROP Intermediate_Dir "Debug\Lib_sgmetar"
|
|
||||||
|
|
||||||
!ENDIF
|
|
||||||
|
|
||||||
# End Source File
|
|
||||||
# Begin Source File
|
|
||||||
|
|
||||||
SOURCE=.\simgear\metar\Prtdmetr.cpp
|
|
||||||
|
|
||||||
!IF "$(CFG)" == "SimGear - Win32 Release"
|
|
||||||
|
|
||||||
# PROP Intermediate_Dir "Release\Lib_sgmetar"
|
|
||||||
|
|
||||||
!ELSEIF "$(CFG)" == "SimGear - Win32 Debug"
|
|
||||||
|
|
||||||
# PROP Intermediate_Dir "Debug\Lib_sgmetar"
|
|
||||||
|
|
||||||
!ENDIF
|
|
||||||
|
|
||||||
# End Source File
|
|
||||||
# Begin Source File
|
|
||||||
|
|
||||||
SOURCE=.\simgear\metar\Stspack2.cpp
|
|
||||||
|
|
||||||
!IF "$(CFG)" == "SimGear - Win32 Release"
|
|
||||||
|
|
||||||
# PROP Intermediate_Dir "Release\Lib_sgmetar"
|
|
||||||
|
|
||||||
!ELSEIF "$(CFG)" == "SimGear - Win32 Debug"
|
|
||||||
|
|
||||||
# PROP Intermediate_Dir "Debug\Lib_sgmetar"
|
|
||||||
|
|
||||||
!ENDIF
|
|
||||||
|
|
||||||
# End Source File
|
|
||||||
# Begin Source File
|
|
||||||
|
|
||||||
SOURCE=.\simgear\metar\Stspack3.cpp
|
|
||||||
|
|
||||||
!IF "$(CFG)" == "SimGear - Win32 Release"
|
|
||||||
|
|
||||||
# PROP Intermediate_Dir "Release\Lib_sgmetar"
|
|
||||||
|
|
||||||
!ELSEIF "$(CFG)" == "SimGear - Win32 Debug"
|
|
||||||
|
|
||||||
# PROP Intermediate_Dir "Debug\Lib_sgmetar"
|
|
||||||
|
|
||||||
!ENDIF
|
|
||||||
|
|
||||||
# End Source File
|
# End Source File
|
||||||
# End Group
|
# End Group
|
||||||
# Begin Group "Lib_sgenvironment"
|
# Begin Group "Lib_sgenvironment"
|
||||||
|
@ -10,7 +10,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.5)
|
AM_INIT_AUTOMAKE(SimGear, 0.3.5.pre1)
|
||||||
|
|
||||||
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