Various updates for the upcoming 0.3.4 release.
This commit is contained in:
2
Doxyfile
2
Doxyfile
@@ -22,7 +22,7 @@ PROJECT_NAME = SimGear
|
|||||||
# This could be handy for archiving the generated documentation or
|
# This could be handy for archiving the generated documentation or
|
||||||
# if some version control system is used.
|
# if some version control system is used.
|
||||||
|
|
||||||
PROJECT_NUMBER = 0.3.3
|
PROJECT_NUMBER = 0.3.4-pre1
|
||||||
|
|
||||||
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
|
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
|
||||||
# base path where the generated documentation will be put.
|
# base path where the generated documentation will be put.
|
||||||
|
|||||||
25
NEWS
25
NEWS
@@ -1,3 +1,28 @@
|
|||||||
|
New in 0.3.4-pre1
|
||||||
|
* October 15, 2003
|
||||||
|
|
||||||
|
* Removed Metakit, FlightGear no longer uses it.
|
||||||
|
* Removed all glut dependencies from SimGear.
|
||||||
|
* Moved FGEventMgr and FGSubsystemMgr over to SimGear.
|
||||||
|
* Some more incremental work on 3D clouds.
|
||||||
|
* Added some "fastmath" functions.
|
||||||
|
* Some lighting tweaks and fixes (especially for taxiways.)
|
||||||
|
* Added support for "blend" and "scale" and "texture" animations.
|
||||||
|
* Added support for animating rotations around an arbitrary axis (so the
|
||||||
|
aircraft designer isn't forced to figure out animations as a combination
|
||||||
|
of rotations around X, Y, and X axes.
|
||||||
|
* Updates to sky dome modeling and make cloud layers follow the curve
|
||||||
|
of the earth (sort of.)
|
||||||
|
* Updates to sky dome, cloud, and sunrise/sunset color and lighting
|
||||||
|
effects to make them more realistic and lifelike.
|
||||||
|
* Better support for detecting and using OpenGL extensions at run time.
|
||||||
|
* Add support for win32-pthreads in MSVC.NET
|
||||||
|
* Various MSVC fixes.
|
||||||
|
* Various Solaris fixes.
|
||||||
|
* Various cygwin/mingwin fixes.
|
||||||
|
* Various Mac OS X fixes.
|
||||||
|
|
||||||
|
|
||||||
New in 0.3.3
|
New in 0.3.3
|
||||||
* June 3, 2003
|
* June 3, 2003
|
||||||
|
|
||||||
|
|||||||
1013
SimGear.dsp
1013
SimGear.dsp
File diff suppressed because it is too large
Load Diff
@@ -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.3)
|
AM_INIT_AUTOMAKE(SimGear, 0.3.4-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.
|
||||||
|
|||||||
@@ -34,4 +34,4 @@ SUBDIRS = \
|
|||||||
timing \
|
timing \
|
||||||
xgl
|
xgl
|
||||||
|
|
||||||
DIST_SUBDIRS = $(SUBDIRS)
|
DIST_SUBDIRS = $(SUBDIRS) compatibility metar threads
|
||||||
|
|||||||
Reference in New Issue
Block a user