Moving past 0.49
This commit is contained in:
parent
fbb65220f0
commit
be1481fa61
3 changed files with 9 additions and 1 deletions
4
NEWS
4
NEWS
|
@ -1,4 +1,8 @@
|
|||
New in 0.50
|
||||
|
||||
New in 0.49
|
||||
* Managment of multiple textures
|
||||
* Incorporated Friedemann Reinhard's initial panel code.
|
||||
* Fog mode is now GL_FOG_EXP2 instead of GL_FOG_LINEAR
|
||||
* Build the non-shared pieces of the FG sim as static libs.
|
||||
|
||||
|
|
4
Thanks
4
Thanks
|
@ -124,6 +124,10 @@ U.S. Geological Survey - http://edcwww.cr.usgs.gov/doc/edchome/ndcdb/ndcdb.html
|
|||
Provided geographic data used by this project
|
||||
|
||||
|
||||
Friedemann Reinhard <mpt218@faupt212.physik.uni-erlangen.de>
|
||||
Contributed beginnings of a textured instrument panel.
|
||||
|
||||
|
||||
Petter Reinholdtsen <pere@games.no>
|
||||
Incorporated the Gnu automake/autoconf system (with libtool).
|
||||
This should streamline and standardize the build process for all
|
||||
|
|
|
@ -5,7 +5,7 @@ dnl
|
|||
AC_INIT(Simulator/Aircraft/aircraft.c)
|
||||
|
||||
dnl Initialize the automake stuff
|
||||
AM_INIT_AUTOMAKE(FlightGear, 0.49)
|
||||
AM_INIT_AUTOMAKE(FlightGear, 0.50)
|
||||
|
||||
dnl Checks for programs.
|
||||
|
||||
|
|
Loading…
Reference in a new issue