]> git.mxchange.org Git - flightgear.git/blob - NEWS
Edited cvs log messages in source files ... bad bad bad!
[flightgear.git] / NEWS
1 New in 0.44:
2 * command line option to set starting position by airport ID
3 * Cleaned up initialization sequence to eliminate interdependencies
4   between sun position, lighting, and view position.  This creates a
5   valid single pass initialization path.  
6 * use already calculated LaRCsim values to create the roll/pitch/yaw
7   transformation matrix
8
9 New in 0.43:
10 * material properties bug fixed when rendering terrain.
11 * bug in sky color generation fixed.
12 * bug in fog color generation fixed.
13 * zlib on the fly decompression/compression support.
14 * more code reorganization and clean ups.
15 * a fixed up 30 arcsec DEM file preprocessor.  World wide DEM's are 
16   available in this format.
17
18 New in 0.42:
19 * Simple autopilot heading hold contributed by 
20   Jeff Goeke-Smith <jgoeke@voyager.net>
21 * More code reorganization and clean ups.
22
23 New in 0.41:
24 * Many autoconf cleanups and tweaks
25 * make and make install work in unix
26 * make works for cygnus win32 (but not install yet)
27 * make dist now works
28 * added the Tools directory into the main source tree
29
30 New in 0.40:
31 * Gnu automake/autoconf/libtool make system
32 * Initial texture support
33 * Bug fixes