Changes for v0.9.6
This commit is contained in:
parent
c0c394c188
commit
c72e6e281e
4 changed files with 48 additions and 7 deletions
|
@ -8193,6 +8193,36 @@ SOURCE=.\src\Main\main.hxx
|
||||||
# End Source File
|
# End Source File
|
||||||
# Begin Source File
|
# Begin Source File
|
||||||
|
|
||||||
|
SOURCE=.\src\Main\renderer.cxx
|
||||||
|
|
||||||
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
||||||
|
|
||||||
|
# PROP Intermediate_Dir "Release\Lib_Main"
|
||||||
|
|
||||||
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
||||||
|
|
||||||
|
# PROP Intermediate_Dir "Debug\Lib_Main"
|
||||||
|
|
||||||
|
!ENDIF
|
||||||
|
|
||||||
|
# End Source File
|
||||||
|
# Begin Source File
|
||||||
|
|
||||||
|
SOURCE=.\src\Main\renderer.hxx
|
||||||
|
|
||||||
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
||||||
|
|
||||||
|
# PROP Intermediate_Dir "Release\Lib_Main"
|
||||||
|
|
||||||
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
||||||
|
|
||||||
|
# PROP Intermediate_Dir "Debug\Lib_Main"
|
||||||
|
|
||||||
|
!ENDIF
|
||||||
|
|
||||||
|
# End Source File
|
||||||
|
# Begin Source File
|
||||||
|
|
||||||
SOURCE=.\src\Main\fg_commands.cxx
|
SOURCE=.\src\Main\fg_commands.cxx
|
||||||
|
|
||||||
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
||||||
|
|
|
@ -13,7 +13,7 @@ EXTRA_DIST = \
|
||||||
FlightGear.dsw
|
FlightGear.dsw
|
||||||
|
|
||||||
dist-hook:
|
dist-hook:
|
||||||
(cd $(top_srcdir); $(HOME)/projects/FlightGear-0.9/admin/am2dsp.pl)
|
(cd $(top_srcdir); $(HOME)/Projects/FlightGear-0.9/admin/am2dsp.pl)
|
||||||
(cd $(top_srcdir); tar --exclude docs-mini/CVS --exclude hints/CVS \
|
(cd $(top_srcdir); tar --exclude docs-mini/CVS --exclude hints/CVS \
|
||||||
-cf - docs-mini ) | (cd $(distdir); tar xvf -)
|
-cf - docs-mini ) | (cd $(distdir); tar xvf -)
|
||||||
|
|
||||||
|
@ -121,7 +121,7 @@ fgfs-docs-tar:
|
||||||
tar czvf fgfs-docs-$(VERSION).tar.gz FlightGear/Docs )
|
tar czvf fgfs-docs-$(VERSION).tar.gz FlightGear/Docs )
|
||||||
|
|
||||||
# fgfs-docs-zip:
|
# fgfs-docs-zip:
|
||||||
# ( cd $(HOME)/projects ; \
|
# ( cd $(HOME)/Projects ; \
|
||||||
# zip -r fgfs-docs-$(VERSION).zip FlightGear-0.7/docs )
|
# zip -r fgfs-docs-$(VERSION).zip FlightGear-0.7/docs )
|
||||||
|
|
||||||
fgfs-manual-zip:
|
fgfs-manual-zip:
|
||||||
|
|
19
NEWS
19
NEWS
|
@ -1,5 +1,5 @@
|
||||||
New in 0.9.6-pre1
|
New in 0.9.6
|
||||||
* September 10, 2004
|
* October 12, 2004
|
||||||
|
|
||||||
* Added some initial support for "submodels" which can be used to
|
* Added some initial support for "submodels" which can be used to
|
||||||
impliment things like contrails, flares, tracers, etc.
|
impliment things like contrails, flares, tracers, etc.
|
||||||
|
@ -10,10 +10,21 @@ New in 0.9.6-pre1
|
||||||
might benefit from consistent and fast frame rates.)
|
might benefit from consistent and fast frame rates.)
|
||||||
* Other various (and minor) code cleanups, tweaks, and fixes.
|
* Other various (and minor) code cleanups, tweaks, and fixes.
|
||||||
* Fixed ATIS voice file.
|
* Fixed ATIS voice file.
|
||||||
* Updated aircraft: MD11, Spitfire, Bo-105, adjust C172 cockpit sound levels,
|
* Updated aircraft: A320, Bo-105, Comper Swift, Concorde, F16,
|
||||||
F16, Fokker-50, Fokker-100, and Sgs-233.
|
Fokker-50, Fokker-100, Hunter, MD11, PC7, Spitfire, adjust
|
||||||
|
C172 cockpit sound levels, and Sgs-233.
|
||||||
|
|
||||||
* Updated joystick configs: CH pro yoke usb, Cyborg Evo, Thrustmaster FCS.
|
* Updated joystick configs: CH pro yoke usb, Cyborg Evo, Thrustmaster FCS.
|
||||||
* Fix a bug in the nasal fuel tank management code.
|
* Fix a bug in the nasal fuel tank management code.
|
||||||
|
* Return Canadian ILS's to nav data.
|
||||||
|
* Add support for display list based rendering which yields
|
||||||
|
substantial performance gains for many systems.
|
||||||
|
* Synced with latest JSBSim code.
|
||||||
|
* Fixed a reference point bug in YASim.
|
||||||
|
* Revived the hi-res (tiled) screen shot code so you can again produce
|
||||||
|
insanely and arbitrarily large resolution screen shots.
|
||||||
|
* Beefed up the tile pager so it can more sensibly handle insanely
|
||||||
|
rapid motion.
|
||||||
|
|
||||||
|
|
||||||
New in 0.9.5
|
New in 0.9.5
|
||||||
|
|
|
@ -12,7 +12,7 @@ AC_PREREQ(2.52)
|
||||||
dnl Initialize the automake stuff
|
dnl Initialize the automake stuff
|
||||||
dnl set the $host variable based on local machine/os
|
dnl set the $host variable based on local machine/os
|
||||||
AC_CANONICAL_TARGET
|
AC_CANONICAL_TARGET
|
||||||
AM_INIT_AUTOMAKE(FlightGear, 0.9.6-pre1)
|
AM_INIT_AUTOMAKE(FlightGear, 0.9.6)
|
||||||
|
|
||||||
dnl Checks for programs.
|
dnl Checks for programs.
|
||||||
AC_PROG_MAKE_SET
|
AC_PROG_MAKE_SET
|
||||||
|
|
Loading…
Reference in a new issue